diff --git a/spanish/cpp/_index.md b/spanish/cpp/_index.md new file mode 100644 index 00000000000..0e18e478634 --- /dev/null +++ b/spanish/cpp/_index.md @@ -0,0 +1,49 @@ +--- +title: Aspose.Cells for C++ +linktitle: Aspose.Cells for C++ +type: docs +weight: 10 +url: /es/cpp/ +keywords: "Aspose.Cells for C++, Aspose Cells, Aspose API Reference." +description: "Aspose.Cells is a class library that can be used by developers for various platforms for a variety of document processing tasks." +is_root: true +--- + +## Namespaces + +| Namespace | Description | +| --- | --- | +| [Aspose::Cells](./aspose.cells/) | | +| [Aspose::Cells::Charts](./aspose.cells.charts/) | | +| [Aspose::Cells::DataModels](./aspose.cells.datamodels/) | | +| [Aspose::Cells::DigitalSignatures](./aspose.cells.digitalsignatures/) | | +| [Aspose::Cells::Drawing](./aspose.cells.drawing/) | | +| [Aspose::Cells::Drawing::ActiveXControls](./aspose.cells.drawing.activexcontrols/) | | +| [Aspose::Cells::Drawing::Equations](./aspose.cells.drawing.equations/) | | +| [Aspose::Cells::Drawing::Texts](./aspose.cells.drawing.texts/) | | +| [Aspose::Cells::ExternalConnections](./aspose.cells.externalconnections/) | | +| [Aspose::Cells::Json](./aspose.cells.json/) | | +| [Aspose::Cells::Loading](./aspose.cells.loading/) | | +| [Aspose::Cells::LowCode](./aspose.cells.lowcode/) | | +| [Aspose::Cells::Markdown](./aspose.cells.markdown/) | | +| [Aspose::Cells::Markup](./aspose.cells.markup/) | | +| [Aspose::Cells::Metadata](./aspose.cells.metadata/) | | +| [Aspose::Cells::Metas](./aspose.cells.metas/) | | +| [Aspose::Cells::Numbers](./aspose.cells.numbers/) | | +| [Aspose::Cells::Ods](./aspose.cells.ods/) | | +| [Aspose::Cells::Pivot](./aspose.cells.pivot/) | | +| [Aspose::Cells::Properties](./aspose.cells.properties/) | | +| [Aspose::Cells::QueryTables](./aspose.cells.querytables/) | | +| [Aspose::Cells::Rendering](./aspose.cells.rendering/) | | +| [Aspose::Cells::Rendering::PdfSecurity](./aspose.cells.rendering.pdfsecurity/) | | +| [Aspose::Cells::Revisions](./aspose.cells.revisions/) | | +| [Aspose::Cells::Saving](./aspose.cells.saving/) | | +| [Aspose::Cells::Settings](./aspose.cells.settings/) | | +| [Aspose::Cells::Slicers](./aspose.cells.slicers/) | | +| [Aspose::Cells::Slides](./aspose.cells.slides/) | | +| [Aspose::Cells::System](./aspose.cells.system/) | | +| [Aspose::Cells::Tables](./aspose.cells.tables/) | | +| [Aspose::Cells::Timelines](./aspose.cells.timelines/) | | +| [Aspose::Cells::Utility](./aspose.cells.utility/) | | +| [Aspose::Cells::Vba](./aspose.cells.vba/) | | +| [Aspose::Cells::WebExtensions](./aspose.cells.webextensions/) | | diff --git a/spanish/cpp/aspose.cells.charts/_index.md b/spanish/cpp/aspose.cells.charts/_index.md new file mode 100644 index 00000000000..407e72aa4cb --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/_index.md @@ -0,0 +1,90 @@ +--- +title: Espacio de nombres Aspose::Cells::Charts +linktitle: Aspose::Cells::Charts +second_title: Referencia de API de Aspose.Cells para C++ +description: 'Cómo usar el espacio de nombres Aspose::Cells::Charts en C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.charts/ +--- + + + +## Clases + +| Clase | Descripción | +| --- | --- | +| [Axis](./axis/) | Encapsula el objeto que representa un eje del gráfico. | +| [AxisBins](./axisbins/) | Representa los contenedores de eje. | +| [Chart](./chart/) | Encapsula el objeto que representa un único gráfico de Excel. | +| [ChartArea](./chartarea/) | Encapsula el objeto que representa el área del gráfico en la hoja de cálculo. | +| [ChartCalculateOptions](./chartcalculateoptions/) | Representa las opciones para calcular el gráfico. | +| [ChartCollection](./chartcollection/) | Encapsula una colección de objetos [Chart](./chart/) . | +| [ChartDataTable](./chartdatatable/) | Representa una tabla de datos del gráfico. | +| [ChartDataValue](./chartdatavalue/) | Encapsula el valor de datos del gráfico. | +| [ChartFrame](./chartframe/) | Encapsula el objeto que representa el objeto de marco en un gráfico. | +| [ChartGlobalizationSettings](./chartglobalizationsettings/) | Representa la configuración de globalización del gráfico. | +| [ChartPoint](./chartpoint/) | Representa un único punto en una serie de un gráfico. | +| [ChartPointCollection](./chartpointcollection/) | Representa una colección que contiene todos los puntos en una serie. | +| [ChartTextFrame](./charttextframe/) | Encapsula el objeto que representa el objeto de marco que contiene texto. | +| [DataLabels](./datalabels/) | Encapsula una colección de todos los objetos DataLabel para la [Series](./series/) especificada. | +| [DisplayUnitLabel](./displayunitlabel/) | Representa la etiqueta de unidad de visualización. | +| [DropBars](./dropbars/) | Representa las barras de subida/bajada en un gráfico. | +| [ErrorBar](./errorbar/) | Representa la barra de error de la serie de datos. | +| [Floor](./floor/) | Encapsula el objeto que representa el piso de un gráfico 3‑D. | +| [Legend](./legend/) | Encapsula el objeto que representa la leyenda del gráfico. | +| [LegendEntry](./legendentry/) | Representa una entrada de leyenda en la leyenda del gráfico. | +| [LegendEntryCollection](./legendentrycollection/) | Representa una colección de todos los objetos [LegendEntry](./legendentry/) en la leyenda del gráfico especificada. | +| [Marker](./marker/) | Representa el marcador en un gráfico de líneas, de dispersión o de radar. | +| [PivotOptions](./pivotoptions/) | Representa un tipo complejo que especifica los controles pivot que aparecen en el gráfico. | +| [PlotArea](./plotarea/) | Encapsula el objeto que representa el área de trazado en un gráfico. | +| [Series](./series/) | Encapsula el objeto que representa una única serie de datos en un gráfico. | +| [SeriesCollection](./seriescollection/) | Encapsula una colección de objetos [Series](./series/). | +| [SeriesLayoutProperties](./serieslayoutproperties/) | Representa las propiedades del diseño de series. | +| [Sparkline](./sparkline/) | Una sparkline representa un pequeño gráfico o imagen en una celda de hoja de cálculo que brinda una representación visual de los datos. | +| [SparklineCollection](./sparklinecollection/) | Encapsula una colección de objetos [Sparkline](./sparkline/). | +| [SparklineGroup](./sparklinegroup/) | [Sparkline](./sparkline/) se organiza en un grupo de sparkline. Un [SparklineGroup](./sparklinegroup/) contiene un número variable de elementos sparkline. Un grupo de sparkline especifica el tipo, la configuración de visualización y la configuración de ejes para los sparklines. | +| [SparklineGroupCollection](./sparklinegroupcollection/) | Encapsula una colección de objetos [SparklineGroup](./sparklinegroup/). | +| [TickLabelItem](./ticklabelitem/) | Representa una etiqueta de marca en el gráfico. | +| [TickLabels](./ticklabels/) | Representa las etiquetas de marcas de graduación asociadas a las marcas de graduación en el eje de un gráfico. | +| [Title](./title/) | Encapsula el objeto que representa el título del gráfico o del eje. | +| [Trendline](./trendline/) | Representa una línea de tendencia en un gráfico. | +| [TrendlineCollection](./trendlinecollection/) | Representa una colección de todos los objetos [Trendline](./trendline/) para la serie de datos especificada. | +| [Walls](./walls/) | Encapsula el objeto que representa las paredes de un gráfico 3‑D. | +## Enums + +| Enumeración | Descripción | +| --- | --- | +| [AxisType](./axistype/) | Representa el tipo de eje. | +| [BackgroundMode](./backgroundmode/) | Representa el modo de visualización del fondo. | +| [Bar3DShapeType](./bar3dshapetype/) | Representa la forma utilizada con el gráfico de barras o columnas 3-D. | +| [BubbleSizeRepresents](./bubblesizerepresents/) | Representa lo que el tamaño de la burbuja indica en un gráfico de burbujas. | +| [CategoryType](./categorytype/) | Representa el tipo de eje de categoría. | +| [ChartColorPaletteType](./chartcolorpalettetype/) | Enumera todas las paletas monocromáticas usadas en un gráfico de Excel. | +| [ChartLineFormattingType](./chartlineformattingtype/) | Representa el tipo de formato de línea del gráfico. | +| [ChartMarkerType](./chartmarkertype/) | Representa el estilo del marcador en un gráfico de líneas, de dispersión o de radar. | +| [ChartSplitType](./chartsplittype/) | Representa la forma en que se dividen las dos secciones de un gráfico de pastel dentro de pastel o de barra dentro de pastel. | +| [ChartTextDirectionType](./charttextdirectiontype/) | Representa el tipo de dirección del texto del gráfico. | +| [ChartType](./charttype/) | Enumera todos los tipos de gráficos usados en Excel. | +| [CrossType](./crosstype/) | Representa el tipo de cruce del eje. | +| [DataLabelsSeparatorType](./datalabelsseparatortype/) | Representa el tipo de separador de [DataLabels](./datalabels/). | +| [DisplayUnitType](./displayunittype/) | Representa el tipo de unidad de visualización del eje del gráfico. | +| [ErrorBarDisplayType](./errorbardisplaytype/) | Representa el tipo de visualización de la barra de error. | +| [ErrorBarType](./errorbartype/) | Representa el tipo de cantidad de la barra de error. | +| [FormattingType](./formattingtype/) | Representa el tipo de formato aplicado a un objeto Area o a un objeto Línea. | +| [LabelPositionType](./labelpositiontype/) | Representa el tipo de posición de la etiqueta de datos. | +| [LegendPositionType](./legendpositiontype/) | Enumera los tipos de posición de la leyenda. | +| [MapChartLabelLayout](./mapchartlabellayout/) | Representa el diseño de las etiquetas del mapa. | +| [MapChartProjectionType](./mapchartprojectiontype/) | Representa el tipo de proyección del mapa gráfico. | +| [MapChartRegionType](./mapchartregiontype/) | Representa el tipo de región del mapa gráfico. | +| [PlotDataByType](./plotdatabytype/) | Representa el tipo de trazado de datos por fila o columna. | +| [PlotEmptyCellsType](./plotemptycellstype/) | Representa todos los tipos de celdas vacías del trazado de un gráfico. | +| [QuartileCalculationType](./quartilecalculationtype/) | Representa los métodos de cálculo de cuartiles. | +| [SparklineAxisMinMaxType](./sparklineaxisminmaxtype/) | Representa los tipos de valor mínimo y máximo para el eje vertical de la minigráfica. | +| [SparklinePresetStyleType](./sparklinepresetstyletype/) | Representa los tipos de estilo predefinidos para sparkline. | +| [SparklineType](./sparklinetype/) | Representa los tipos de sparkline. | +| [TickLabelAlignmentType](./ticklabelalignmenttype/) | Representa el tipo de alineación de texto para las etiquetas de marcas en el eje. | +| [TickLabelPositionType](./ticklabelpositiontype/) | Representa el tipo de posición de las etiquetas de marcas de graduación en el eje especificado. | +| [TickMarkType](./tickmarktype/) | Representa el tipo de marca de graduación para el eje especificado. | +| [TimeUnit](./timeunit/) | Representa la unidad base para el eje de categorías. | +| [TrendlineType](./trendlinetype/) | Representa el tipo de línea de tendencia. | diff --git a/spanish/cpp/aspose.cells.charts/axis/_impl/_index.md b/spanish/cpp/aspose.cells.charts/axis/_impl/_index.md new file mode 100644 index 00000000000..c445ce290e1 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::Axis::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::_impl field. The implementation object in C++.' +type: docs +weight: 7500 +url: /es/cpp/aspose.cells.charts/axis/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +Axis_Impl* Aspose::Cells::Charts::Axis::_impl +``` + +## See Also + +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/_index.md b/spanish/cpp/aspose.cells.charts/axis/_index.md new file mode 100644 index 00000000000..81698aa5d84 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/_index.md @@ -0,0 +1,149 @@ +--- +title: Aspose::Cells::Charts::Axis class +linktitle: Axis +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis class. Encapsulates the object that represents an axis of chart in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.charts/axis/ +--- +## Axis class + + +Encapsulates the object that represents an axis of chart. + +```cpp +class Axis +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Axis(Axis_Impl* impl)](./axis/) | Constructs from an implementation object. | +| [Axis(const Axis\& src)](./axis/) | Copy constructor. | +| [GetArea()](./getarea/) | Gets the Area. | +| [GetAxisBetweenCategories()](./getaxisbetweencategories/) | Represents if the value axis crosses the category axis between categories. | +| [GetAxisLine()](./getaxisline/) | Gets the appearance of an [Axis](./). | +| [GetAxisTexts()](./getaxistexts/) | Gets the labels of the axis after call [Chart.Calculate()](../chart/calculate/) method. | +| [GetBaseUnitScale()](./getbaseunitscale/) | Represents the base unit scale for the category axis. | +| [GetBins()](./getbins/) | Represents bins on a chart(Histogram/Pareto) axis. | +| [GetCategoryType()](./getcategorytype/) | Represents the type of the category axis. | +| [GetCrossAt()](./getcrossat/) | Represents the point on the value axis where the category axis crosses it. | +| [GetCrossType()](./getcrosstype/) | Represents the [CrossType](../crosstype/) on the specified axis where the other axis crosses. | +| [GetCustomDisplayUnit()](./getcustomdisplayunit/) | Specifies a custom value for the display unit. | +| [GetCustomUnit()](./getcustomunit/) | **(Deprecated)** Specifies a custom value for the display unit. | +| [GetDisplayUnit()](./getdisplayunit/) | Represents the unit label for the specified axis. | +| [GetDisplayUnitLabel()](./getdisplayunitlabel/) | Represents a unit label on an axis in the specified chart. Unit labels are useful for charting large values - for example, in the millions or billions. | +| [GetHasMultiLevelLabels()](./gethasmultilevellabels/) | Indicates whether the labels shall be shown as multi level. | +| [GetLogBase()](./getlogbase/) | Represents the logarithmic base. Default value is 10. | +| [GetMajorGridLines()](./getmajorgridlines/) | Represents major gridlines on a chart axis. | +| [GetMajorTickMark()](./getmajortickmark/) | Represents the type of major tick mark for the specified axis. | +| [GetMajorUnit()](./getmajorunit/) | Represents the major units for the axis. | +| [GetMajorUnitScale()](./getmajorunitscale/) | Represents the major unit scale for the category axis. | +| [GetMaxValue()](./getmaxvalue/) | Represents the maximum value on the value axis. | +| [GetMinorGridLines()](./getminorgridlines/) | Represents minor gridlines on a chart axis. | +| [GetMinorTickMark()](./getminortickmark/) | Represents the type of minor tick mark for the specified axis. | +| [GetMinorUnit()](./getminorunit/) | Represents the minor units for the axis. | +| [GetMinorUnitScale()](./getminorunitscale/) | Represents the major unit scale for the category axis. | +| [GetMinValue()](./getminvalue/) | Represents the minimum value on the value axis. | +| [GetTickLabelPosition()](./getticklabelposition/) | Represents the position of tick-mark labels on the specified axis. | +| [GetTickLabels()](./getticklabels/) | Returns a [TickLabels](../ticklabels/) object that represents the tick-mark labels for the specified axis. | +| [GetTickLabelSpacing()](./getticklabelspacing/) | Represents the number of categories or series between tick-mark labels. Applies only to category and series axes. | +| [GetTickMarkSpacing()](./gettickmarkspacing/) | Returns or sets the number of categories or series between tick marks. Applies only to category and series axes. | +| [GetTitle()](./gettitle/) | Gets the title of this axis in the chart. | +| [IsAutomaticMajorUnit()](./isautomaticmajorunit/) | Indicates whether the major unit of the axis is automatically assigned. | +| [IsAutomaticMaxValue()](./isautomaticmaxvalue/) | Indicates whether the max value is automatically assigned. | +| [IsAutomaticMinorUnit()](./isautomaticminorunit/) | Indicates whether the minor unit of the axis is automatically assigned. | +| [IsAutomaticMinValue()](./isautomaticminvalue/) | Indicates whether the min value is automatically assigned. | +| [IsAutoTickLabelSpacing()](./isautoticklabelspacing/) | Indicates whether the spacing of tick label is automatic. | +| [IsDisplayUnitLabelShown()](./isdisplayunitlabelshown/) | Represents if the display unit label is shown on the specified axis. | +| [IsLogarithmic()](./islogarithmic/) | Represents if the value axis scale type is logarithmic or not. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsPlotOrderReversed()](./isplotorderreversed/) | Represents if Microsoft Excel plots data points from last to first. | +| [IsVisible()](./isvisible/) | Represents if the axis is visible. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const Axis\& src)](./operator_asm/) | operator= | +| [SetAxisBetweenCategories(bool value)](./setaxisbetweencategories/) | Represents if the value axis crosses the category axis between categories. | +| [SetBaseUnitScale(TimeUnit value)](./setbaseunitscale/) | Represents the base unit scale for the category axis. | +| [SetCategoryType(CategoryType value)](./setcategorytype/) | Represents the type of the category axis. | +| [SetCrossAt(double value)](./setcrossat/) | Represents the point on the value axis where the category axis crosses it. | +| [SetCrossType(CrossType value)](./setcrosstype/) | Represents the [CrossType](../crosstype/) on the specified axis where the other axis crosses. | +| [SetCustomDisplayUnit(double value)](./setcustomdisplayunit/) | Specifies a custom value for the display unit. | +| [SetCustomUnit(int32_t value)](./setcustomunit/) | **(Deprecated)** Specifies a custom value for the display unit. | +| [SetDisplayUnit(DisplayUnitType value)](./setdisplayunit/) | Represents the unit label for the specified axis. | +| [SetHasMultiLevelLabels(bool value)](./sethasmultilevellabels/) | Indicates whether the labels shall be shown as multi level. | +| [SetIsAutomaticMajorUnit(bool value)](./setisautomaticmajorunit/) | Indicates whether the major unit of the axis is automatically assigned. | +| [SetIsAutomaticMaxValue(bool value)](./setisautomaticmaxvalue/) | Indicates whether the max value is automatically assigned. | +| [SetIsAutomaticMinorUnit(bool value)](./setisautomaticminorunit/) | Indicates whether the minor unit of the axis is automatically assigned. | +| [SetIsAutomaticMinValue(bool value)](./setisautomaticminvalue/) | Indicates whether the min value is automatically assigned. | +| [SetIsAutoTickLabelSpacing(bool value)](./setisautoticklabelspacing/) | Indicates whether the spacing of tick label is automatic. | +| [SetIsDisplayUnitLabelShown(bool value)](./setisdisplayunitlabelshown/) | Represents if the display unit label is shown on the specified axis. | +| [SetIsLogarithmic(bool value)](./setislogarithmic/) | Represents if the value axis scale type is logarithmic or not. | +| [SetIsPlotOrderReversed(bool value)](./setisplotorderreversed/) | Represents if Microsoft Excel plots data points from last to first. | +| [SetIsVisible(bool value)](./setisvisible/) | Represents if the axis is visible. | +| [SetLogBase(double value)](./setlogbase/) | Represents the logarithmic base. Default value is 10. | +| [SetMajorTickMark(TickMarkType value)](./setmajortickmark/) | Represents the type of major tick mark for the specified axis. | +| [SetMajorUnit(double value)](./setmajorunit/) | Represents the major units for the axis. | +| [SetMajorUnitScale(TimeUnit value)](./setmajorunitscale/) | Represents the major unit scale for the category axis. | +| [SetMaxValue(const Aspose::Cells::Object\& value)](./setmaxvalue/) | Represents the maximum value on the value axis. | +| [SetMinorTickMark(TickMarkType value)](./setminortickmark/) | Represents the type of minor tick mark for the specified axis. | +| [SetMinorUnit(double value)](./setminorunit/) | Represents the minor units for the axis. | +| [SetMinorUnitScale(TimeUnit value)](./setminorunitscale/) | Represents the major unit scale for the category axis. | +| [SetMinValue(const Aspose::Cells::Object\& value)](./setminvalue/) | Represents the minimum value on the value axis. | +| [SetTickLabelPosition(TickLabelPositionType value)](./setticklabelposition/) | Represents the position of tick-mark labels on the specified axis. | +| [SetTickLabelSpacing(int32_t value)](./setticklabelspacing/) | Represents the number of categories or series between tick-mark labels. Applies only to category and series axes. | +| [SetTickMarkSpacing(int32_t value)](./settickmarkspacing/) | Returns or sets the number of categories or series between tick marks. Applies only to category and series axes. | +| [~Axis()](./~axis/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; +//Añadiendo una nueva hoja de cálculo al objeto Excel +int sheetIndex = workbook.GetWorksheets().Add(); +//Obteniendo la referencia de la hoja recién añadida pasando su índice de hoja +Worksheet worksheet = workbook.GetWorksheets().Get(sheetIndex); +//Agregar un valor de muestra a la celda "A1" +worksheet.GetCells().Get(u"A1").PutValue(50); +//Agregar un valor de muestra a la celda "A2" +worksheet.GetCells().Get(u"A2").PutValue(100); +//Agregar un valor de muestra a la celda "A3" +worksheet.GetCells().Get(u"A3").PutValue(150); +//Agregar un valor de muestra a la celda "B1" +worksheet.GetCells().Get(u"B1").PutValue(4); +//Agregar un valor de muestra a la celda "B2" +worksheet.GetCells().Get(u"B2").PutValue(20); +//Agregar un valor de muestra a la celda "B3" +worksheet.GetCells().Get(u"B3").PutValue(50); +//Agregar un gráfico a la hoja de cálculo +int chartIndex = worksheet.GetCharts().Add(ChartType::Column, 5, 0, 25, 5); +//Acceder a la instancia del gráfico recién añadido +Chart chart = worksheet.GetCharts().Get(chartIndex); +//Agregar NSeries (fuente de datos del gráfico) al gráfico que abarca desde la celda "A1" hasta "B3" +chart.GetNSeries().Add(u"A1:B3", true); + +//Establecer la unidad mayor +chart.GetValueAxis().SetMajorUnit(25); +//El eje Category(X) cruza en el valor máximo. +chart.GetValueAxis().SetCrossType(CrossType::Maximum); +//Establecer el número de categorías o series entre las etiquetas de marcas de graduación. +chart.GetCategoryAxis().SetTickLabelSpacing(2); + +//Guardando el archivo Excel +workbook.Save(u"book1.xlsx"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/axis/_index.md b/spanish/cpp/aspose.cells.charts/axis/axis/_index.md new file mode 100644 index 00000000000..b8192f4968c --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/axis/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::Charts::Axis::Axis constructor +linktitle: Axis +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::Axis constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.charts/axis/axis/ +--- +## Axis::Axis(Axis_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Charts::Axis::Axis(Axis_Impl *impl) +``` + +## See Also + +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## Axis::Axis(const Axis\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Charts::Axis::Axis(const Axis &src) +``` + +## See Also + +* Class [Axis](../) +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/getarea/_index.md b/spanish/cpp/aspose.cells.charts/axis/getarea/_index.md new file mode 100644 index 00000000000..9b7ef662f4a --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/getarea/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Axis::GetArea method +linktitle: GetArea +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::GetArea method. Gets the Area in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.charts/axis/getarea/ +--- +## Axis::GetArea method + + +Gets the Area. + +```cpp +Area Aspose::Cells::Charts::Axis::GetArea() +``` + +## See Also + +* Class [Area](../../../aspose.cells.drawing/area/) +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/getaxisbetweencategories/_index.md b/spanish/cpp/aspose.cells.charts/axis/getaxisbetweencategories/_index.md new file mode 100644 index 00000000000..f2be91ab419 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/getaxisbetweencategories/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Cells::Charts::Axis::GetAxisBetweenCategories method +linktitle: GetAxisBetweenCategories +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::GetAxisBetweenCategories method. Represents if the value axis crosses the category axis between categories in C++.' +type: docs +weight: 4000 +url: /es/cpp/aspose.cells.charts/axis/getaxisbetweencategories/ +--- +## Axis::GetAxisBetweenCategories method + + +Represents if the value axis crosses the category axis between categories. + +```cpp +bool Aspose::Cells::Charts::Axis::GetAxisBetweenCategories() +``` + +## Remarks + + +This property applies only to category axes, and it doesn't apply to 3-D charts. +## See Also + +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/getaxisline/_index.md b/spanish/cpp/aspose.cells.charts/axis/getaxisline/_index.md new file mode 100644 index 00000000000..5bd5f845ffa --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/getaxisline/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Axis::GetAxisLine method +linktitle: GetAxisLine +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::GetAxisLine method. Gets the appearance of an Axis in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.charts/axis/getaxisline/ +--- +## Axis::GetAxisLine method + + +Gets the appearance of an [Axis](../). + +```cpp +Line Aspose::Cells::Charts::Axis::GetAxisLine() +``` + +## See Also + +* Class [Line](../../../aspose.cells.drawing/line/) +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/getaxistexts/_index.md b/spanish/cpp/aspose.cells.charts/axis/getaxistexts/_index.md new file mode 100644 index 00000000000..a92bcc94f15 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/getaxistexts/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::Axis::GetAxisTexts method +linktitle: GetAxisTexts +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::GetAxisTexts method. Gets the labels of the axis after call Chart.Calculate() method in C++.' +type: docs +weight: 7300 +url: /es/cpp/aspose.cells.charts/axis/getaxistexts/ +--- +## Axis::GetAxisTexts method + + +Gets the labels of the axis after call [Chart.Calculate()](../../chart/calculate/) method. + +```cpp +Vector Aspose::Cells::Charts::Axis::GetAxisTexts() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/getbaseunitscale/_index.md b/spanish/cpp/aspose.cells.charts/axis/getbaseunitscale/_index.md new file mode 100644 index 00000000000..47792f1aaaf --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/getbaseunitscale/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::Axis::GetBaseUnitScale method +linktitle: GetBaseUnitScale +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::GetBaseUnitScale method. Represents the base unit scale for the category axis in C++.' +type: docs +weight: 6100 +url: /es/cpp/aspose.cells.charts/axis/getbaseunitscale/ +--- +## Axis::GetBaseUnitScale method + + +Represents the base unit scale for the category axis. + +```cpp +TimeUnit Aspose::Cells::Charts::Axis::GetBaseUnitScale() +``` + +## Remarks + + +Only takes effect when the CategoryType property is set to TimeScale. +## See Also + +* Enum [TimeUnit](../../timeunit/) +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/getbins/_index.md b/spanish/cpp/aspose.cells.charts/axis/getbins/_index.md new file mode 100644 index 00000000000..1d1480c3663 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/getbins/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::Axis::GetBins method +linktitle: GetBins +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::GetBins method. Represents bins on a chart(Histogram/Pareto) axis in C++.' +type: docs +weight: 7400 +url: /es/cpp/aspose.cells.charts/axis/getbins/ +--- +## Axis::GetBins method + + +Represents bins on a chart(Histogram/Pareto) axis. + +```cpp +AxisBins Aspose::Cells::Charts::Axis::GetBins() +``` + +## Remarks + + +Only for Histogram or Pareto chart. +## See Also + +* Class [AxisBins](../../axisbins/) +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/getcategorytype/_index.md b/spanish/cpp/aspose.cells.charts/axis/getcategorytype/_index.md new file mode 100644 index 00000000000..dd859553fcc --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/getcategorytype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Axis::GetCategoryType method +linktitle: GetCategoryType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::GetCategoryType method. Represents the type of the category axis in C++.' +type: docs +weight: 5900 +url: /es/cpp/aspose.cells.charts/axis/getcategorytype/ +--- +## Axis::GetCategoryType method + + +Represents the type of the category axis. + +```cpp +CategoryType Aspose::Cells::Charts::Axis::GetCategoryType() +``` + +## See Also + +* Enum [CategoryType](../../categorytype/) +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/getcrossat/_index.md b/spanish/cpp/aspose.cells.charts/axis/getcrossat/_index.md new file mode 100644 index 00000000000..3f11b568baa --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/getcrossat/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Cells::Charts::Axis::GetCrossAt method +linktitle: GetCrossAt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::GetCrossAt method. Represents the point on the value axis where the category axis crosses it in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells.charts/axis/getcrossat/ +--- +## Axis::GetCrossAt method + + +Represents the point on the value axis where the category axis crosses it. + +```cpp +double Aspose::Cells::Charts::Axis::GetCrossAt() +``` + +## Remarks + + +The number should be a integer when it applies to category axis. And the value must be between 1 and 31999. +## See Also + +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/getcrosstype/_index.md b/spanish/cpp/aspose.cells.charts/axis/getcrosstype/_index.md new file mode 100644 index 00000000000..83bf4f4103c --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/getcrosstype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Axis::GetCrossType method +linktitle: GetCrossType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::GetCrossType method. Represents the CrossType on the specified axis where the other axis crosses in C++.' +type: docs +weight: 3200 +url: /es/cpp/aspose.cells.charts/axis/getcrosstype/ +--- +## Axis::GetCrossType method + + +Represents the [CrossType](../../crosstype/) on the specified axis where the other axis crosses. + +```cpp +CrossType Aspose::Cells::Charts::Axis::GetCrossType() +``` + +## See Also + +* Enum [CrossType](../../crosstype/) +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/getcustomdisplayunit/_index.md b/spanish/cpp/aspose.cells.charts/axis/getcustomdisplayunit/_index.md new file mode 100644 index 00000000000..74ed290ae24 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/getcustomdisplayunit/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::Axis::GetCustomDisplayUnit method +linktitle: GetCustomDisplayUnit +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::GetCustomDisplayUnit method. Specifies a custom value for the display unit in C++.' +type: docs +weight: 5300 +url: /es/cpp/aspose.cells.charts/axis/getcustomdisplayunit/ +--- +## Axis::GetCustomDisplayUnit method + + +Specifies a custom value for the display unit. + +```cpp +double Aspose::Cells::Charts::Axis::GetCustomDisplayUnit() +``` + +## See Also + +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/getcustomunit/_index.md b/spanish/cpp/aspose.cells.charts/axis/getcustomunit/_index.md new file mode 100644 index 00000000000..35d6a1ad6d1 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/getcustomunit/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Charts::Axis::GetCustomUnit method +linktitle: GetCustomUnit +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::GetCustomUnit method. Specifies a custom value for the display unit in C++.' +type: docs +weight: 5100 +url: /es/cpp/aspose.cells.charts/axis/getcustomunit/ +--- +## Axis::GetCustomUnit method + + +Specifies a custom value for the display unit. + + +>Deprecated +> +>Use Axis.CustomDisplayUnit property, instead. +```cpp +int32_t Aspose::Cells::Charts::Axis::GetCustomUnit() +``` + +## Remarks + + +NOTE: This property is now obsolete. Instead, please use Axis.CustomDisplayUnit property. This property will be removed 12 months later since February 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/getdisplayunit/_index.md b/spanish/cpp/aspose.cells.charts/axis/getdisplayunit/_index.md new file mode 100644 index 00000000000..71cd48c0cc1 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/getdisplayunit/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Axis::GetDisplayUnit method +linktitle: GetDisplayUnit +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::GetDisplayUnit method. Represents the unit label for the specified axis in C++.' +type: docs +weight: 4900 +url: /es/cpp/aspose.cells.charts/axis/getdisplayunit/ +--- +## Axis::GetDisplayUnit method + + +Represents the unit label for the specified axis. + +```cpp +DisplayUnitType Aspose::Cells::Charts::Axis::GetDisplayUnit() +``` + +## See Also + +* Enum [DisplayUnitType](../../displayunittype/) +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/getdisplayunitlabel/_index.md b/spanish/cpp/aspose.cells.charts/axis/getdisplayunitlabel/_index.md new file mode 100644 index 00000000000..9bc2d82f3fa --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/getdisplayunitlabel/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Axis::GetDisplayUnitLabel method +linktitle: GetDisplayUnitLabel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::GetDisplayUnitLabel method. Represents a unit label on an axis in the specified chart. Unit labels are useful for charting large values - for example, in the millions or billions in C++.' +type: docs +weight: 5500 +url: /es/cpp/aspose.cells.charts/axis/getdisplayunitlabel/ +--- +## Axis::GetDisplayUnitLabel method + + +Represents a unit label on an axis in the specified chart. Unit labels are useful for charting large values - for example, in the millions or billions. + +```cpp +DisplayUnitLabel Aspose::Cells::Charts::Axis::GetDisplayUnitLabel() +``` + +## See Also + +* Class [DisplayUnitLabel](../../displayunitlabel/) +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/gethasmultilevellabels/_index.md b/spanish/cpp/aspose.cells.charts/axis/gethasmultilevellabels/_index.md new file mode 100644 index 00000000000..8d1f171327e --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/gethasmultilevellabels/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Cells::Charts::Axis::GetHasMultiLevelLabels method +linktitle: GetHasMultiLevelLabels +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::GetHasMultiLevelLabels method. Indicates whether the labels shall be shown as multi level in C++.' +type: docs +weight: 7100 +url: /es/cpp/aspose.cells.charts/axis/gethasmultilevellabels/ +--- +## Axis::GetHasMultiLevelLabels method + + +Indicates whether the labels shall be shown as multi level. + +```cpp +bool Aspose::Cells::Charts::Axis::GetHasMultiLevelLabels() +``` + +## Remarks + + +Only valid for category axis. +## See Also + +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/getlogbase/_index.md b/spanish/cpp/aspose.cells.charts/axis/getlogbase/_index.md new file mode 100644 index 00000000000..17c6b3439a1 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/getlogbase/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::Axis::GetLogBase method +linktitle: GetLogBase +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::GetLogBase method. Represents the logarithmic base. Default value is 10 in C++.' +type: docs +weight: 3400 +url: /es/cpp/aspose.cells.charts/axis/getlogbase/ +--- +## Axis::GetLogBase method + + +Represents the logarithmic base. Default value is 10. + +```cpp +double Aspose::Cells::Charts::Axis::GetLogBase() +``` + +## See Also + +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/getmajorgridlines/_index.md b/spanish/cpp/aspose.cells.charts/axis/getmajorgridlines/_index.md new file mode 100644 index 00000000000..a6d966d8dc8 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/getmajorgridlines/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Charts::Axis::GetMajorGridLines method +linktitle: GetMajorGridLines +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::GetMajorGridLines method. Represents major gridlines on a chart axis in C++.' +type: docs +weight: 6900 +url: /es/cpp/aspose.cells.charts/axis/getmajorgridlines/ +--- +## Axis::GetMajorGridLines method + + +Represents major gridlines on a chart axis. + +```cpp +Line Aspose::Cells::Charts::Axis::GetMajorGridLines() +``` + + +## Examples + + +```cpp +chart.GetValueAxis().GetMajorGridLines().SetIsVisible(false); +chart.GetCategoryAxis().GetMajorGridLines().SetIsVisible(true); +``` + +## See Also + +* Class [Line](../../../aspose.cells.drawing/line/) +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/getmajortickmark/_index.md b/spanish/cpp/aspose.cells.charts/axis/getmajortickmark/_index.md new file mode 100644 index 00000000000..0f15a63ca54 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/getmajortickmark/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Axis::GetMajorTickMark method +linktitle: GetMajorTickMark +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::GetMajorTickMark method. Represents the type of major tick mark for the specified axis in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.charts/axis/getmajortickmark/ +--- +## Axis::GetMajorTickMark method + + +Represents the type of major tick mark for the specified axis. + +```cpp +TickMarkType Aspose::Cells::Charts::Axis::GetMajorTickMark() +``` + +## See Also + +* Enum [TickMarkType](../../tickmarktype/) +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/getmajorunit/_index.md b/spanish/cpp/aspose.cells.charts/axis/getmajorunit/_index.md new file mode 100644 index 00000000000..c9dbe2d025c --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/getmajorunit/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Cells::Charts::Axis::GetMajorUnit method +linktitle: GetMajorUnit +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::GetMajorUnit method. Represents the major units for the axis in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.charts/axis/getmajorunit/ +--- +## Axis::GetMajorUnit method + + +Represents the major units for the axis. + +```cpp +double Aspose::Cells::Charts::Axis::GetMajorUnit() +``` + +## Remarks + + +The major units must be greater than zero. +## See Also + +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/getmajorunitscale/_index.md b/spanish/cpp/aspose.cells.charts/axis/getmajorunitscale/_index.md new file mode 100644 index 00000000000..f626c1ff245 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/getmajorunitscale/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Charts::Axis::GetMajorUnitScale method +linktitle: GetMajorUnitScale +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::GetMajorUnitScale method. Represents the major unit scale for the category axis in C++.' +type: docs +weight: 6300 +url: /es/cpp/aspose.cells.charts/axis/getmajorunitscale/ +--- +## Axis::GetMajorUnitScale method + + +Represents the major unit scale for the category axis. + +```cpp +TimeUnit Aspose::Cells::Charts::Axis::GetMajorUnitScale() +``` + + +## Examples + + +```cpp +TimeUnit majorUnitScale = chart.GetCategoryAxis().GetMajorUnitScale(); +``` + +## See Also + +* Enum [TimeUnit](../../timeunit/) +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/getmaxvalue/_index.md b/spanish/cpp/aspose.cells.charts/axis/getmaxvalue/_index.md new file mode 100644 index 00000000000..645835699f0 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/getmaxvalue/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::Axis::GetMaxValue method +linktitle: GetMaxValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::GetMaxValue method. Represents the maximum value on the value axis in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.charts/axis/getmaxvalue/ +--- +## Axis::GetMaxValue method + + +Represents the maximum value on the value axis. + +```cpp +Aspose::Cells::Object Aspose::Cells::Charts::Axis::GetMaxValue() +``` + +## Remarks + + +The maxValue type only can be double or DateTime +## See Also + +* Class [Object](../../../aspose.cells/object/) +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/getminorgridlines/_index.md b/spanish/cpp/aspose.cells.charts/axis/getminorgridlines/_index.md new file mode 100644 index 00000000000..45f526c026f --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/getminorgridlines/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Axis::GetMinorGridLines method +linktitle: GetMinorGridLines +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::GetMinorGridLines method. Represents minor gridlines on a chart axis in C++.' +type: docs +weight: 7000 +url: /es/cpp/aspose.cells.charts/axis/getminorgridlines/ +--- +## Axis::GetMinorGridLines method + + +Represents minor gridlines on a chart axis. + +```cpp +Line Aspose::Cells::Charts::Axis::GetMinorGridLines() +``` + +## See Also + +* Class [Line](../../../aspose.cells.drawing/line/) +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/getminortickmark/_index.md b/spanish/cpp/aspose.cells.charts/axis/getminortickmark/_index.md new file mode 100644 index 00000000000..c7dcd28f98d --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/getminortickmark/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Axis::GetMinorTickMark method +linktitle: GetMinorTickMark +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::GetMinorTickMark method. Represents the type of minor tick mark for the specified axis in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.charts/axis/getminortickmark/ +--- +## Axis::GetMinorTickMark method + + +Represents the type of minor tick mark for the specified axis. + +```cpp +TickMarkType Aspose::Cells::Charts::Axis::GetMinorTickMark() +``` + +## See Also + +* Enum [TickMarkType](../../tickmarktype/) +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/getminorunit/_index.md b/spanish/cpp/aspose.cells.charts/axis/getminorunit/_index.md new file mode 100644 index 00000000000..cbd93f53a2b --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/getminorunit/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Cells::Charts::Axis::GetMinorUnit method +linktitle: GetMinorUnit +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::GetMinorUnit method. Represents the minor units for the axis in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.charts/axis/getminorunit/ +--- +## Axis::GetMinorUnit method + + +Represents the minor units for the axis. + +```cpp +double Aspose::Cells::Charts::Axis::GetMinorUnit() +``` + +## Remarks + + +The minor units must be greater than zero. +## See Also + +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/getminorunitscale/_index.md b/spanish/cpp/aspose.cells.charts/axis/getminorunitscale/_index.md new file mode 100644 index 00000000000..983c9aa2dc6 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/getminorunitscale/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Charts::Axis::GetMinorUnitScale method +linktitle: GetMinorUnitScale +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::GetMinorUnitScale method. Represents the major unit scale for the category axis in C++.' +type: docs +weight: 6500 +url: /es/cpp/aspose.cells.charts/axis/getminorunitscale/ +--- +## Axis::GetMinorUnitScale method + + +Represents the major unit scale for the category axis. + +```cpp +TimeUnit Aspose::Cells::Charts::Axis::GetMinorUnitScale() +``` + + +## Examples + + +```cpp +TimeUnit minorUnitScale = chart.GetCategoryAxis().GetMinorUnitScale(); +``` + +## See Also + +* Enum [TimeUnit](../../timeunit/) +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/getminvalue/_index.md b/spanish/cpp/aspose.cells.charts/axis/getminvalue/_index.md new file mode 100644 index 00000000000..c98a2abe850 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/getminvalue/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::Axis::GetMinValue method +linktitle: GetMinValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::GetMinValue method. Represents the minimum value on the value axis in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.charts/axis/getminvalue/ +--- +## Axis::GetMinValue method + + +Represents the minimum value on the value axis. + +```cpp +Aspose::Cells::Object Aspose::Cells::Charts::Axis::GetMinValue() +``` + +## Remarks + + +The minValue type only can be double or DateTime +## See Also + +* Class [Object](../../../aspose.cells/object/) +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/getticklabelposition/_index.md b/spanish/cpp/aspose.cells.charts/axis/getticklabelposition/_index.md new file mode 100644 index 00000000000..b2270566ce0 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/getticklabelposition/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Axis::GetTickLabelPosition method +linktitle: GetTickLabelPosition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::GetTickLabelPosition method. Represents the position of tick-mark labels on the specified axis in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells.charts/axis/getticklabelposition/ +--- +## Axis::GetTickLabelPosition method + + +Represents the position of tick-mark labels on the specified axis. + +```cpp +TickLabelPositionType Aspose::Cells::Charts::Axis::GetTickLabelPosition() +``` + +## See Also + +* Enum [TickLabelPositionType](../../ticklabelpositiontype/) +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/getticklabels/_index.md b/spanish/cpp/aspose.cells.charts/axis/getticklabels/_index.md new file mode 100644 index 00000000000..ddbbb90fe57 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/getticklabels/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Axis::GetTickLabels method +linktitle: GetTickLabels +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::GetTickLabels method. Returns a TickLabels object that represents the tick-mark labels for the specified axis in C++.' +type: docs +weight: 4200 +url: /es/cpp/aspose.cells.charts/axis/getticklabels/ +--- +## Axis::GetTickLabels method + + +Returns a [TickLabels](../../ticklabels/) object that represents the tick-mark labels for the specified axis. + +```cpp +TickLabels Aspose::Cells::Charts::Axis::GetTickLabels() +``` + +## See Also + +* Class [TickLabels](../../ticklabels/) +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/getticklabelspacing/_index.md b/spanish/cpp/aspose.cells.charts/axis/getticklabelspacing/_index.md new file mode 100644 index 00000000000..fb8fdfc4268 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/getticklabelspacing/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Cells::Charts::Axis::GetTickLabelSpacing method +linktitle: GetTickLabelSpacing +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::GetTickLabelSpacing method. Represents the number of categories or series between tick-mark labels. Applies only to category and series axes in C++.' +type: docs +weight: 4300 +url: /es/cpp/aspose.cells.charts/axis/getticklabelspacing/ +--- +## Axis::GetTickLabelSpacing method + + +Represents the number of categories or series between tick-mark labels. Applies only to category and series axes. + +```cpp +int32_t Aspose::Cells::Charts::Axis::GetTickLabelSpacing() +``` + +## Remarks + + +The number must be between 1 and 31999. +## See Also + +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/gettickmarkspacing/_index.md b/spanish/cpp/aspose.cells.charts/axis/gettickmarkspacing/_index.md new file mode 100644 index 00000000000..ecbd54bccc3 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/gettickmarkspacing/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Cells::Charts::Axis::GetTickMarkSpacing method +linktitle: GetTickMarkSpacing +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::GetTickMarkSpacing method. Returns or sets the number of categories or series between tick marks. Applies only to category and series axes in C++.' +type: docs +weight: 4700 +url: /es/cpp/aspose.cells.charts/axis/gettickmarkspacing/ +--- +## Axis::GetTickMarkSpacing method + + +Returns or sets the number of categories or series between tick marks. Applies only to category and series axes. + +```cpp +int32_t Aspose::Cells::Charts::Axis::GetTickMarkSpacing() +``` + +## Remarks + + +The number must be between 1 and 31999. +## See Also + +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/gettitle/_index.md b/spanish/cpp/aspose.cells.charts/axis/gettitle/_index.md new file mode 100644 index 00000000000..6470694ceda --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/gettitle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Axis::GetTitle method +linktitle: GetTitle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::GetTitle method. Gets the title of this axis in the chart in C++.' +type: docs +weight: 5800 +url: /es/cpp/aspose.cells.charts/axis/gettitle/ +--- +## Axis::GetTitle method + + +Gets the title of this axis in the chart. + +```cpp +Title Aspose::Cells::Charts::Axis::GetTitle() +``` + +## See Also + +* Class [Title](../../title/) +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/isautomaticmajorunit/_index.md b/spanish/cpp/aspose.cells.charts/axis/isautomaticmajorunit/_index.md new file mode 100644 index 00000000000..4f7b39aef2c --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/isautomaticmajorunit/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::Axis::IsAutomaticMajorUnit method +linktitle: IsAutomaticMajorUnit +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::IsAutomaticMajorUnit method. Indicates whether the major unit of the axis is automatically assigned in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.charts/axis/isautomaticmajorunit/ +--- +## Axis::IsAutomaticMajorUnit method + + +Indicates whether the major unit of the axis is automatically assigned. + +```cpp +bool Aspose::Cells::Charts::Axis::IsAutomaticMajorUnit() +``` + +## See Also + +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/isautomaticmaxvalue/_index.md b/spanish/cpp/aspose.cells.charts/axis/isautomaticmaxvalue/_index.md new file mode 100644 index 00000000000..72157b905f4 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/isautomaticmaxvalue/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::Axis::IsAutomaticMaxValue method +linktitle: IsAutomaticMaxValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::IsAutomaticMaxValue method. Indicates whether the max value is automatically assigned in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.charts/axis/isautomaticmaxvalue/ +--- +## Axis::IsAutomaticMaxValue method + + +Indicates whether the max value is automatically assigned. + +```cpp +bool Aspose::Cells::Charts::Axis::IsAutomaticMaxValue() +``` + +## See Also + +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/isautomaticminorunit/_index.md b/spanish/cpp/aspose.cells.charts/axis/isautomaticminorunit/_index.md new file mode 100644 index 00000000000..5851211406f --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/isautomaticminorunit/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::Axis::IsAutomaticMinorUnit method +linktitle: IsAutomaticMinorUnit +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::IsAutomaticMinorUnit method. Indicates whether the minor unit of the axis is automatically assigned in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.charts/axis/isautomaticminorunit/ +--- +## Axis::IsAutomaticMinorUnit method + + +Indicates whether the minor unit of the axis is automatically assigned. + +```cpp +bool Aspose::Cells::Charts::Axis::IsAutomaticMinorUnit() +``` + +## See Also + +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/isautomaticminvalue/_index.md b/spanish/cpp/aspose.cells.charts/axis/isautomaticminvalue/_index.md new file mode 100644 index 00000000000..e81b92cb8d5 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/isautomaticminvalue/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::Axis::IsAutomaticMinValue method +linktitle: IsAutomaticMinValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::IsAutomaticMinValue method. Indicates whether the min value is automatically assigned in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.charts/axis/isautomaticminvalue/ +--- +## Axis::IsAutomaticMinValue method + + +Indicates whether the min value is automatically assigned. + +```cpp +bool Aspose::Cells::Charts::Axis::IsAutomaticMinValue() +``` + +## See Also + +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/isautoticklabelspacing/_index.md b/spanish/cpp/aspose.cells.charts/axis/isautoticklabelspacing/_index.md new file mode 100644 index 00000000000..c85fa22fa61 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/isautoticklabelspacing/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::Axis::IsAutoTickLabelSpacing method +linktitle: IsAutoTickLabelSpacing +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::IsAutoTickLabelSpacing method. Indicates whether the spacing of tick label is automatic in C++.' +type: docs +weight: 4500 +url: /es/cpp/aspose.cells.charts/axis/isautoticklabelspacing/ +--- +## Axis::IsAutoTickLabelSpacing method + + +Indicates whether the spacing of tick label is automatic. + +```cpp +bool Aspose::Cells::Charts::Axis::IsAutoTickLabelSpacing() +``` + +## See Also + +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/isdisplayunitlabelshown/_index.md b/spanish/cpp/aspose.cells.charts/axis/isdisplayunitlabelshown/_index.md new file mode 100644 index 00000000000..2b9684609c4 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/isdisplayunitlabelshown/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Cells::Charts::Axis::IsDisplayUnitLabelShown method +linktitle: IsDisplayUnitLabelShown +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::IsDisplayUnitLabelShown method. Represents if the display unit label is shown on the specified axis in C++.' +type: docs +weight: 5600 +url: /es/cpp/aspose.cells.charts/axis/isdisplayunitlabelshown/ +--- +## Axis::IsDisplayUnitLabelShown method + + +Represents if the display unit label is shown on the specified axis. + +```cpp +bool Aspose::Cells::Charts::Axis::IsDisplayUnitLabelShown() +``` + +## Remarks + + +The default value is True. Only works when Axis.DisplayUnit is not [DisplayUnitType.None](../../displayunittype/). +## See Also + +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/islogarithmic/_index.md b/spanish/cpp/aspose.cells.charts/axis/islogarithmic/_index.md new file mode 100644 index 00000000000..db5580243bd --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/islogarithmic/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::Axis::IsLogarithmic method +linktitle: IsLogarithmic +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::IsLogarithmic method. Represents if the value axis scale type is logarithmic or not in C++.' +type: docs +weight: 3600 +url: /es/cpp/aspose.cells.charts/axis/islogarithmic/ +--- +## Axis::IsLogarithmic method + + +Represents if the value axis scale type is logarithmic or not. + +```cpp +bool Aspose::Cells::Charts::Axis::IsLogarithmic() +``` + +## See Also + +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/isnull/_index.md b/spanish/cpp/aspose.cells.charts/axis/isnull/_index.md new file mode 100644 index 00000000000..0a7f8551f12 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/isnull/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::Axis::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.charts/axis/isnull/ +--- +## Axis::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Charts::Axis::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/isplotorderreversed/_index.md b/spanish/cpp/aspose.cells.charts/axis/isplotorderreversed/_index.md new file mode 100644 index 00000000000..23dd7102c89 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/isplotorderreversed/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::Axis::IsPlotOrderReversed method +linktitle: IsPlotOrderReversed +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::IsPlotOrderReversed method. Represents if Microsoft Excel plots data points from last to first in C++.' +type: docs +weight: 3800 +url: /es/cpp/aspose.cells.charts/axis/isplotorderreversed/ +--- +## Axis::IsPlotOrderReversed method + + +Represents if Microsoft Excel plots data points from last to first. + +```cpp +bool Aspose::Cells::Charts::Axis::IsPlotOrderReversed() +``` + +## See Also + +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/isvisible/_index.md b/spanish/cpp/aspose.cells.charts/axis/isvisible/_index.md new file mode 100644 index 00000000000..67bcf068755 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/isvisible/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::Axis::IsVisible method +linktitle: IsVisible +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::IsVisible method. Represents if the axis is visible in C++.' +type: docs +weight: 6700 +url: /es/cpp/aspose.cells.charts/axis/isvisible/ +--- +## Axis::IsVisible method + + +Represents if the axis is visible. + +```cpp +bool Aspose::Cells::Charts::Axis::IsVisible() +``` + +## See Also + +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/operator_asm/_index.md b/spanish/cpp/aspose.cells.charts/axis/operator_asm/_index.md new file mode 100644 index 00000000000..d28bf2642a6 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/operator_asm/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Axis::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.charts/axis/operator_asm/ +--- +## Axis::operator= method + + +operator= + +```cpp +Axis & Aspose::Cells::Charts::Axis::operator=(const Axis &src) +``` + +## See Also + +* Class [Axis](../) +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/operator_bool/_index.md b/spanish/cpp/aspose.cells.charts/axis/operator_bool/_index.md new file mode 100644 index 00000000000..dd0107c9404 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::Axis::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.charts/axis/operator_bool/ +--- +## Axis::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Charts::Axis::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/setaxisbetweencategories/_index.md b/spanish/cpp/aspose.cells.charts/axis/setaxisbetweencategories/_index.md new file mode 100644 index 00000000000..0788ee4f632 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/setaxisbetweencategories/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Cells::Charts::Axis::SetAxisBetweenCategories method +linktitle: SetAxisBetweenCategories +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::SetAxisBetweenCategories method. Represents if the value axis crosses the category axis between categories in C++.' +type: docs +weight: 4100 +url: /es/cpp/aspose.cells.charts/axis/setaxisbetweencategories/ +--- +## Axis::SetAxisBetweenCategories method + + +Represents if the value axis crosses the category axis between categories. + +```cpp +void Aspose::Cells::Charts::Axis::SetAxisBetweenCategories(bool value) +``` + +## Remarks + + +This property applies only to category axes, and it doesn't apply to 3-D charts. +## See Also + +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/setbaseunitscale/_index.md b/spanish/cpp/aspose.cells.charts/axis/setbaseunitscale/_index.md new file mode 100644 index 00000000000..e90f13fda09 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/setbaseunitscale/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::Axis::SetBaseUnitScale method +linktitle: SetBaseUnitScale +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::SetBaseUnitScale method. Represents the base unit scale for the category axis in C++.' +type: docs +weight: 6200 +url: /es/cpp/aspose.cells.charts/axis/setbaseunitscale/ +--- +## Axis::SetBaseUnitScale method + + +Represents the base unit scale for the category axis. + +```cpp +void Aspose::Cells::Charts::Axis::SetBaseUnitScale(TimeUnit value) +``` + +## Remarks + + +Only takes effect when the CategoryType property is set to TimeScale. +## See Also + +* Enum [TimeUnit](../../timeunit/) +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/setcategorytype/_index.md b/spanish/cpp/aspose.cells.charts/axis/setcategorytype/_index.md new file mode 100644 index 00000000000..8aaa979f1ee --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/setcategorytype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Axis::SetCategoryType method +linktitle: SetCategoryType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::SetCategoryType method. Represents the type of the category axis in C++.' +type: docs +weight: 6000 +url: /es/cpp/aspose.cells.charts/axis/setcategorytype/ +--- +## Axis::SetCategoryType method + + +Represents the type of the category axis. + +```cpp +void Aspose::Cells::Charts::Axis::SetCategoryType(CategoryType value) +``` + +## See Also + +* Enum [CategoryType](../../categorytype/) +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/setcrossat/_index.md b/spanish/cpp/aspose.cells.charts/axis/setcrossat/_index.md new file mode 100644 index 00000000000..d36aa2b965e --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/setcrossat/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Cells::Charts::Axis::SetCrossAt method +linktitle: SetCrossAt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::SetCrossAt method. Represents the point on the value axis where the category axis crosses it in C++.' +type: docs +weight: 3100 +url: /es/cpp/aspose.cells.charts/axis/setcrossat/ +--- +## Axis::SetCrossAt method + + +Represents the point on the value axis where the category axis crosses it. + +```cpp +void Aspose::Cells::Charts::Axis::SetCrossAt(double value) +``` + +## Remarks + + +The number should be a integer when it applies to category axis. And the value must be between 1 and 31999. +## See Also + +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/setcrosstype/_index.md b/spanish/cpp/aspose.cells.charts/axis/setcrosstype/_index.md new file mode 100644 index 00000000000..93fa25d0c2a --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/setcrosstype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Axis::SetCrossType method +linktitle: SetCrossType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::SetCrossType method. Represents the CrossType on the specified axis where the other axis crosses in C++.' +type: docs +weight: 3300 +url: /es/cpp/aspose.cells.charts/axis/setcrosstype/ +--- +## Axis::SetCrossType method + + +Represents the [CrossType](../../crosstype/) on the specified axis where the other axis crosses. + +```cpp +void Aspose::Cells::Charts::Axis::SetCrossType(CrossType value) +``` + +## See Also + +* Enum [CrossType](../../crosstype/) +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/setcustomdisplayunit/_index.md b/spanish/cpp/aspose.cells.charts/axis/setcustomdisplayunit/_index.md new file mode 100644 index 00000000000..a8e36596fe5 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/setcustomdisplayunit/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::Axis::SetCustomDisplayUnit method +linktitle: SetCustomDisplayUnit +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::SetCustomDisplayUnit method. Specifies a custom value for the display unit in C++.' +type: docs +weight: 5400 +url: /es/cpp/aspose.cells.charts/axis/setcustomdisplayunit/ +--- +## Axis::SetCustomDisplayUnit method + + +Specifies a custom value for the display unit. + +```cpp +void Aspose::Cells::Charts::Axis::SetCustomDisplayUnit(double value) +``` + +## See Also + +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/setcustomunit/_index.md b/spanish/cpp/aspose.cells.charts/axis/setcustomunit/_index.md new file mode 100644 index 00000000000..56ee0fac9f5 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/setcustomunit/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Charts::Axis::SetCustomUnit method +linktitle: SetCustomUnit +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::SetCustomUnit method. Specifies a custom value for the display unit in C++.' +type: docs +weight: 5200 +url: /es/cpp/aspose.cells.charts/axis/setcustomunit/ +--- +## Axis::SetCustomUnit method + + +Specifies a custom value for the display unit. + + +>Deprecated +> +>Use Axis.CustomDisplayUnit property, instead. +```cpp +void Aspose::Cells::Charts::Axis::SetCustomUnit(int32_t value) +``` + +## Remarks + + +NOTE: This property is now obsolete. Instead, please use Axis.CustomDisplayUnit property. This property will be removed 12 months later since February 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/setdisplayunit/_index.md b/spanish/cpp/aspose.cells.charts/axis/setdisplayunit/_index.md new file mode 100644 index 00000000000..3f8c3d722e0 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/setdisplayunit/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Axis::SetDisplayUnit method +linktitle: SetDisplayUnit +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::SetDisplayUnit method. Represents the unit label for the specified axis in C++.' +type: docs +weight: 5000 +url: /es/cpp/aspose.cells.charts/axis/setdisplayunit/ +--- +## Axis::SetDisplayUnit method + + +Represents the unit label for the specified axis. + +```cpp +void Aspose::Cells::Charts::Axis::SetDisplayUnit(DisplayUnitType value) +``` + +## See Also + +* Enum [DisplayUnitType](../../displayunittype/) +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/sethasmultilevellabels/_index.md b/spanish/cpp/aspose.cells.charts/axis/sethasmultilevellabels/_index.md new file mode 100644 index 00000000000..b357d8fde1e --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/sethasmultilevellabels/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Cells::Charts::Axis::SetHasMultiLevelLabels method +linktitle: SetHasMultiLevelLabels +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::SetHasMultiLevelLabels method. Indicates whether the labels shall be shown as multi level in C++.' +type: docs +weight: 7200 +url: /es/cpp/aspose.cells.charts/axis/sethasmultilevellabels/ +--- +## Axis::SetHasMultiLevelLabels method + + +Indicates whether the labels shall be shown as multi level. + +```cpp +void Aspose::Cells::Charts::Axis::SetHasMultiLevelLabels(bool value) +``` + +## Remarks + + +Only valid for category axis. +## See Also + +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/setisautomaticmajorunit/_index.md b/spanish/cpp/aspose.cells.charts/axis/setisautomaticmajorunit/_index.md new file mode 100644 index 00000000000..b2f0804d4a5 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/setisautomaticmajorunit/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::Axis::SetIsAutomaticMajorUnit method +linktitle: SetIsAutomaticMajorUnit +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::SetIsAutomaticMajorUnit method. Indicates whether the major unit of the axis is automatically assigned in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.charts/axis/setisautomaticmajorunit/ +--- +## Axis::SetIsAutomaticMajorUnit method + + +Indicates whether the major unit of the axis is automatically assigned. + +```cpp +void Aspose::Cells::Charts::Axis::SetIsAutomaticMajorUnit(bool value) +``` + +## See Also + +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/setisautomaticmaxvalue/_index.md b/spanish/cpp/aspose.cells.charts/axis/setisautomaticmaxvalue/_index.md new file mode 100644 index 00000000000..17622b04cdc --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/setisautomaticmaxvalue/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::Axis::SetIsAutomaticMaxValue method +linktitle: SetIsAutomaticMaxValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::SetIsAutomaticMaxValue method. Indicates whether the max value is automatically assigned in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.charts/axis/setisautomaticmaxvalue/ +--- +## Axis::SetIsAutomaticMaxValue method + + +Indicates whether the max value is automatically assigned. + +```cpp +void Aspose::Cells::Charts::Axis::SetIsAutomaticMaxValue(bool value) +``` + +## See Also + +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/setisautomaticminorunit/_index.md b/spanish/cpp/aspose.cells.charts/axis/setisautomaticminorunit/_index.md new file mode 100644 index 00000000000..32e9d9e3f44 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/setisautomaticminorunit/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::Axis::SetIsAutomaticMinorUnit method +linktitle: SetIsAutomaticMinorUnit +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::SetIsAutomaticMinorUnit method. Indicates whether the minor unit of the axis is automatically assigned in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.charts/axis/setisautomaticminorunit/ +--- +## Axis::SetIsAutomaticMinorUnit method + + +Indicates whether the minor unit of the axis is automatically assigned. + +```cpp +void Aspose::Cells::Charts::Axis::SetIsAutomaticMinorUnit(bool value) +``` + +## See Also + +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/setisautomaticminvalue/_index.md b/spanish/cpp/aspose.cells.charts/axis/setisautomaticminvalue/_index.md new file mode 100644 index 00000000000..9f8b6feaed4 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/setisautomaticminvalue/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::Axis::SetIsAutomaticMinValue method +linktitle: SetIsAutomaticMinValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::SetIsAutomaticMinValue method. Indicates whether the min value is automatically assigned in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.charts/axis/setisautomaticminvalue/ +--- +## Axis::SetIsAutomaticMinValue method + + +Indicates whether the min value is automatically assigned. + +```cpp +void Aspose::Cells::Charts::Axis::SetIsAutomaticMinValue(bool value) +``` + +## See Also + +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/setisautoticklabelspacing/_index.md b/spanish/cpp/aspose.cells.charts/axis/setisautoticklabelspacing/_index.md new file mode 100644 index 00000000000..253a2f7b4de --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/setisautoticklabelspacing/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::Axis::SetIsAutoTickLabelSpacing method +linktitle: SetIsAutoTickLabelSpacing +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::SetIsAutoTickLabelSpacing method. Indicates whether the spacing of tick label is automatic in C++.' +type: docs +weight: 4600 +url: /es/cpp/aspose.cells.charts/axis/setisautoticklabelspacing/ +--- +## Axis::SetIsAutoTickLabelSpacing method + + +Indicates whether the spacing of tick label is automatic. + +```cpp +void Aspose::Cells::Charts::Axis::SetIsAutoTickLabelSpacing(bool value) +``` + +## See Also + +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/setisdisplayunitlabelshown/_index.md b/spanish/cpp/aspose.cells.charts/axis/setisdisplayunitlabelshown/_index.md new file mode 100644 index 00000000000..606d4e324f5 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/setisdisplayunitlabelshown/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Cells::Charts::Axis::SetIsDisplayUnitLabelShown method +linktitle: SetIsDisplayUnitLabelShown +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::SetIsDisplayUnitLabelShown method. Represents if the display unit label is shown on the specified axis in C++.' +type: docs +weight: 5700 +url: /es/cpp/aspose.cells.charts/axis/setisdisplayunitlabelshown/ +--- +## Axis::SetIsDisplayUnitLabelShown method + + +Represents if the display unit label is shown on the specified axis. + +```cpp +void Aspose::Cells::Charts::Axis::SetIsDisplayUnitLabelShown(bool value) +``` + +## Remarks + + +The default value is True. Only works when Axis.DisplayUnit is not [DisplayUnitType.None](../../displayunittype/). +## See Also + +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/setislogarithmic/_index.md b/spanish/cpp/aspose.cells.charts/axis/setislogarithmic/_index.md new file mode 100644 index 00000000000..98f96ead5e1 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/setislogarithmic/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::Axis::SetIsLogarithmic method +linktitle: SetIsLogarithmic +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::SetIsLogarithmic method. Represents if the value axis scale type is logarithmic or not in C++.' +type: docs +weight: 3700 +url: /es/cpp/aspose.cells.charts/axis/setislogarithmic/ +--- +## Axis::SetIsLogarithmic method + + +Represents if the value axis scale type is logarithmic or not. + +```cpp +void Aspose::Cells::Charts::Axis::SetIsLogarithmic(bool value) +``` + +## See Also + +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/setisplotorderreversed/_index.md b/spanish/cpp/aspose.cells.charts/axis/setisplotorderreversed/_index.md new file mode 100644 index 00000000000..c29c77a2fa1 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/setisplotorderreversed/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::Axis::SetIsPlotOrderReversed method +linktitle: SetIsPlotOrderReversed +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::SetIsPlotOrderReversed method. Represents if Microsoft Excel plots data points from last to first in C++.' +type: docs +weight: 3900 +url: /es/cpp/aspose.cells.charts/axis/setisplotorderreversed/ +--- +## Axis::SetIsPlotOrderReversed method + + +Represents if Microsoft Excel plots data points from last to first. + +```cpp +void Aspose::Cells::Charts::Axis::SetIsPlotOrderReversed(bool value) +``` + +## See Also + +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/setisvisible/_index.md b/spanish/cpp/aspose.cells.charts/axis/setisvisible/_index.md new file mode 100644 index 00000000000..1f357507105 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/setisvisible/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::Axis::SetIsVisible method +linktitle: SetIsVisible +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::SetIsVisible method. Represents if the axis is visible in C++.' +type: docs +weight: 6800 +url: /es/cpp/aspose.cells.charts/axis/setisvisible/ +--- +## Axis::SetIsVisible method + + +Represents if the axis is visible. + +```cpp +void Aspose::Cells::Charts::Axis::SetIsVisible(bool value) +``` + +## See Also + +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/setlogbase/_index.md b/spanish/cpp/aspose.cells.charts/axis/setlogbase/_index.md new file mode 100644 index 00000000000..51035142923 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/setlogbase/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::Axis::SetLogBase method +linktitle: SetLogBase +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::SetLogBase method. Represents the logarithmic base. Default value is 10 in C++.' +type: docs +weight: 3500 +url: /es/cpp/aspose.cells.charts/axis/setlogbase/ +--- +## Axis::SetLogBase method + + +Represents the logarithmic base. Default value is 10. + +```cpp +void Aspose::Cells::Charts::Axis::SetLogBase(double value) +``` + +## See Also + +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/setmajortickmark/_index.md b/spanish/cpp/aspose.cells.charts/axis/setmajortickmark/_index.md new file mode 100644 index 00000000000..ff4ad0fb368 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/setmajortickmark/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Axis::SetMajorTickMark method +linktitle: SetMajorTickMark +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::SetMajorTickMark method. Represents the type of major tick mark for the specified axis in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.charts/axis/setmajortickmark/ +--- +## Axis::SetMajorTickMark method + + +Represents the type of major tick mark for the specified axis. + +```cpp +void Aspose::Cells::Charts::Axis::SetMajorTickMark(TickMarkType value) +``` + +## See Also + +* Enum [TickMarkType](../../tickmarktype/) +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/setmajorunit/_index.md b/spanish/cpp/aspose.cells.charts/axis/setmajorunit/_index.md new file mode 100644 index 00000000000..fb560eea0f1 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/setmajorunit/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Cells::Charts::Axis::SetMajorUnit method +linktitle: SetMajorUnit +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::SetMajorUnit method. Represents the major units for the axis in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.charts/axis/setmajorunit/ +--- +## Axis::SetMajorUnit method + + +Represents the major units for the axis. + +```cpp +void Aspose::Cells::Charts::Axis::SetMajorUnit(double value) +``` + +## Remarks + + +The major units must be greater than zero. +## See Also + +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/setmajorunitscale/_index.md b/spanish/cpp/aspose.cells.charts/axis/setmajorunitscale/_index.md new file mode 100644 index 00000000000..b21981b9e55 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/setmajorunitscale/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::Axis::SetMajorUnitScale method +linktitle: SetMajorUnitScale +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::SetMajorUnitScale method. Represents the major unit scale for the category axis in C++.' +type: docs +weight: 6400 +url: /es/cpp/aspose.cells.charts/axis/setmajorunitscale/ +--- +## Axis::SetMajorUnitScale method + + +Represents the major unit scale for the category axis. + +```cpp +void Aspose::Cells::Charts::Axis::SetMajorUnitScale(TimeUnit value) +``` + + +## Examples + + +```cpp +chart.GetCategoryAxis().SetCategoryType(CategoryType::TimeScale); +chart.GetCategoryAxis().SetMajorUnitScale(TimeUnit::Months); +chart.GetCategoryAxis().SetMajorUnit(2); +``` + +## See Also + +* Enum [TimeUnit](../../timeunit/) +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/setmaxvalue/_index.md b/spanish/cpp/aspose.cells.charts/axis/setmaxvalue/_index.md new file mode 100644 index 00000000000..5711eda34fd --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/setmaxvalue/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::Axis::SetMaxValue method +linktitle: SetMaxValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::SetMaxValue method. Represents the maximum value on the value axis in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.charts/axis/setmaxvalue/ +--- +## Axis::SetMaxValue method + + +Represents the maximum value on the value axis. + +```cpp +void Aspose::Cells::Charts::Axis::SetMaxValue(const Aspose::Cells::Object &value) +``` + +## Remarks + + +The maxValue type only can be double or DateTime +## See Also + +* Class [Object](../../../aspose.cells/object/) +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/setminortickmark/_index.md b/spanish/cpp/aspose.cells.charts/axis/setminortickmark/_index.md new file mode 100644 index 00000000000..594e2be8968 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/setminortickmark/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Axis::SetMinorTickMark method +linktitle: SetMinorTickMark +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::SetMinorTickMark method. Represents the type of minor tick mark for the specified axis in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.charts/axis/setminortickmark/ +--- +## Axis::SetMinorTickMark method + + +Represents the type of minor tick mark for the specified axis. + +```cpp +void Aspose::Cells::Charts::Axis::SetMinorTickMark(TickMarkType value) +``` + +## See Also + +* Enum [TickMarkType](../../tickmarktype/) +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/setminorunit/_index.md b/spanish/cpp/aspose.cells.charts/axis/setminorunit/_index.md new file mode 100644 index 00000000000..b6605a0b070 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/setminorunit/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Cells::Charts::Axis::SetMinorUnit method +linktitle: SetMinorUnit +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::SetMinorUnit method. Represents the minor units for the axis in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.charts/axis/setminorunit/ +--- +## Axis::SetMinorUnit method + + +Represents the minor units for the axis. + +```cpp +void Aspose::Cells::Charts::Axis::SetMinorUnit(double value) +``` + +## Remarks + + +The minor units must be greater than zero. +## See Also + +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/setminorunitscale/_index.md b/spanish/cpp/aspose.cells.charts/axis/setminorunitscale/_index.md new file mode 100644 index 00000000000..f1a1ce50f52 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/setminorunitscale/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::Axis::SetMinorUnitScale method +linktitle: SetMinorUnitScale +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::SetMinorUnitScale method. Represents the major unit scale for the category axis in C++.' +type: docs +weight: 6600 +url: /es/cpp/aspose.cells.charts/axis/setminorunitscale/ +--- +## Axis::SetMinorUnitScale method + + +Represents the major unit scale for the category axis. + +```cpp +void Aspose::Cells::Charts::Axis::SetMinorUnitScale(TimeUnit value) +``` + + +## Examples + + +```cpp +chart.GetCategoryAxis().SetCategoryType(CategoryType::TimeScale); +chart.GetCategoryAxis().SetMinorUnitScale(TimeUnit::Months); +chart.GetCategoryAxis().SetMinorUnit(2); +``` + +## See Also + +* Enum [TimeUnit](../../timeunit/) +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/setminvalue/_index.md b/spanish/cpp/aspose.cells.charts/axis/setminvalue/_index.md new file mode 100644 index 00000000000..9f292fdb840 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/setminvalue/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::Axis::SetMinValue method +linktitle: SetMinValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::SetMinValue method. Represents the minimum value on the value axis in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.charts/axis/setminvalue/ +--- +## Axis::SetMinValue method + + +Represents the minimum value on the value axis. + +```cpp +void Aspose::Cells::Charts::Axis::SetMinValue(const Aspose::Cells::Object &value) +``` + +## Remarks + + +The minValue type only can be double or DateTime +## See Also + +* Class [Object](../../../aspose.cells/object/) +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/setticklabelposition/_index.md b/spanish/cpp/aspose.cells.charts/axis/setticklabelposition/_index.md new file mode 100644 index 00000000000..d3d46bfb2a1 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/setticklabelposition/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Axis::SetTickLabelPosition method +linktitle: SetTickLabelPosition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::SetTickLabelPosition method. Represents the position of tick-mark labels on the specified axis in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells.charts/axis/setticklabelposition/ +--- +## Axis::SetTickLabelPosition method + + +Represents the position of tick-mark labels on the specified axis. + +```cpp +void Aspose::Cells::Charts::Axis::SetTickLabelPosition(TickLabelPositionType value) +``` + +## See Also + +* Enum [TickLabelPositionType](../../ticklabelpositiontype/) +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/setticklabelspacing/_index.md b/spanish/cpp/aspose.cells.charts/axis/setticklabelspacing/_index.md new file mode 100644 index 00000000000..5d32f42e4fc --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/setticklabelspacing/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Cells::Charts::Axis::SetTickLabelSpacing method +linktitle: SetTickLabelSpacing +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::SetTickLabelSpacing method. Represents the number of categories or series between tick-mark labels. Applies only to category and series axes in C++.' +type: docs +weight: 4400 +url: /es/cpp/aspose.cells.charts/axis/setticklabelspacing/ +--- +## Axis::SetTickLabelSpacing method + + +Represents the number of categories or series between tick-mark labels. Applies only to category and series axes. + +```cpp +void Aspose::Cells::Charts::Axis::SetTickLabelSpacing(int32_t value) +``` + +## Remarks + + +The number must be between 1 and 31999. +## See Also + +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/settickmarkspacing/_index.md b/spanish/cpp/aspose.cells.charts/axis/settickmarkspacing/_index.md new file mode 100644 index 00000000000..2f16e6ee10e --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/settickmarkspacing/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Cells::Charts::Axis::SetTickMarkSpacing method +linktitle: SetTickMarkSpacing +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::SetTickMarkSpacing method. Returns or sets the number of categories or series between tick marks. Applies only to category and series axes in C++.' +type: docs +weight: 4800 +url: /es/cpp/aspose.cells.charts/axis/settickmarkspacing/ +--- +## Axis::SetTickMarkSpacing method + + +Returns or sets the number of categories or series between tick marks. Applies only to category and series axes. + +```cpp +void Aspose::Cells::Charts::Axis::SetTickMarkSpacing(int32_t value) +``` + +## Remarks + + +The number must be between 1 and 31999. +## See Also + +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axis/~axis/_index.md b/spanish/cpp/aspose.cells.charts/axis/~axis/_index.md new file mode 100644 index 00000000000..14879847bc6 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axis/~axis/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::Axis::~Axis method +linktitle: ~Axis +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Axis::~Axis method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.charts/axis/~axis/ +--- +## Axis::~Axis method + + +Destructor. + +```cpp +Aspose::Cells::Charts::Axis::~Axis() +``` + +## See Also + +* Class [Axis](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axisbins/_impl/_index.md b/spanish/cpp/aspose.cells.charts/axisbins/_impl/_index.md new file mode 100644 index 00000000000..f586325d3f0 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axisbins/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::AxisBins::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::AxisBins::_impl field. The implementation object in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.charts/axisbins/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +AxisBins_Impl* Aspose::Cells::Charts::AxisBins::_impl +``` + +## See Also + +* Class [AxisBins](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axisbins/_index.md b/spanish/cpp/aspose.cells.charts/axisbins/_index.md new file mode 100644 index 00000000000..85345308c9e --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axisbins/_index.md @@ -0,0 +1,51 @@ +--- +title: Aspose::Cells::Charts::AxisBins class +linktitle: AxisBins +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::AxisBins class. Represents axis bins in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.charts/axisbins/ +--- +## AxisBins class + + +Represents axis bins. + +```cpp +class AxisBins +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AxisBins(AxisBins_Impl* impl)](./axisbins/) | Constructs from an implementation object. | +| [AxisBins(const AxisBins\& src)](./axisbins/) | Copy constructor. | +| [GetCount()](./getcount/) | Gets or sets the count of axis bins. | +| [GetOverflow()](./getoverflow/) | Gets or sets the overflow of axis bins. | +| [GetUnderflow()](./getunderflow/) | Gets or sets the underflow of axis bins. | +| [GetWidth()](./getwidth/) | Gets or sets the width of the axis bin. | +| [IsAutomatic()](./isautomatic/) | Indicates whether the axis bins are automatic. | +| [IsByCategory()](./isbycategory/) | Indicates whether grouping data by category is enabled. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const AxisBins\& src)](./operator_asm/) | operator= | +| [ResetOverflow()](./resetoverflow/) | **(Deprecated)** Reset the overflow. | +| [ResetUnderflow()](./resetunderflow/) | **(Deprecated)** Reset the underflow. | +| [SetCount(int32_t value)](./setcount/) | Gets or sets the count of axis bins. | +| [SetIsAutomatic(bool value)](./setisautomatic/) | Indicates whether the axis bins are automatic. | +| [SetIsByCategory(bool value)](./setisbycategory/) | Indicates whether grouping data by category is enabled. | +| [SetOverflow(double value)](./setoverflow/) | Gets or sets the overflow of axis bins. | +| [SetUnderflow(double value)](./setunderflow/) | Gets or sets the underflow of axis bins. | +| [SetWidth(double value)](./setwidth/) | Gets or sets the width of the axis bin. | +| [~AxisBins()](./~axisbins/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/axisbins/axisbins/_index.md b/spanish/cpp/aspose.cells.charts/axisbins/axisbins/_index.md new file mode 100644 index 00000000000..0a8891e7ce7 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axisbins/axisbins/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::Charts::AxisBins::AxisBins constructor +linktitle: AxisBins +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::AxisBins::AxisBins constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.charts/axisbins/axisbins/ +--- +## AxisBins::AxisBins(AxisBins_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Charts::AxisBins::AxisBins(AxisBins_Impl *impl) +``` + +## See Also + +* Class [AxisBins](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## AxisBins::AxisBins(const AxisBins\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Charts::AxisBins::AxisBins(const AxisBins &src) +``` + +## See Also + +* Class [AxisBins](../) +* Class [AxisBins](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axisbins/getcount/_index.md b/spanish/cpp/aspose.cells.charts/axisbins/getcount/_index.md new file mode 100644 index 00000000000..2b5c2998aca --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axisbins/getcount/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::AxisBins::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::AxisBins::GetCount method. Gets or sets the count of axis bins in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.charts/axisbins/getcount/ +--- +## AxisBins::GetCount method + + +Gets or sets the count of axis bins. + +```cpp +int32_t Aspose::Cells::Charts::AxisBins::GetCount() +``` + +## See Also + +* Class [AxisBins](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axisbins/getoverflow/_index.md b/spanish/cpp/aspose.cells.charts/axisbins/getoverflow/_index.md new file mode 100644 index 00000000000..800e35a8bc0 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axisbins/getoverflow/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::AxisBins::GetOverflow method +linktitle: GetOverflow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::AxisBins::GetOverflow method. Gets or sets the overflow of axis bins in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.charts/axisbins/getoverflow/ +--- +## AxisBins::GetOverflow method + + +Gets or sets the overflow of axis bins. + +```cpp +double Aspose::Cells::Charts::AxisBins::GetOverflow() +``` + +## See Also + +* Class [AxisBins](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axisbins/getunderflow/_index.md b/spanish/cpp/aspose.cells.charts/axisbins/getunderflow/_index.md new file mode 100644 index 00000000000..d2ce58ec366 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axisbins/getunderflow/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::AxisBins::GetUnderflow method +linktitle: GetUnderflow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::AxisBins::GetUnderflow method. Gets or sets the underflow of axis bins in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.charts/axisbins/getunderflow/ +--- +## AxisBins::GetUnderflow method + + +Gets or sets the underflow of axis bins. + +```cpp +double Aspose::Cells::Charts::AxisBins::GetUnderflow() +``` + +## See Also + +* Class [AxisBins](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axisbins/getwidth/_index.md b/spanish/cpp/aspose.cells.charts/axisbins/getwidth/_index.md new file mode 100644 index 00000000000..84134ae3247 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axisbins/getwidth/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::AxisBins::GetWidth method +linktitle: GetWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::AxisBins::GetWidth method. Gets or sets the width of the axis bin in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.charts/axisbins/getwidth/ +--- +## AxisBins::GetWidth method + + +Gets or sets the width of the axis bin. + +```cpp +double Aspose::Cells::Charts::AxisBins::GetWidth() +``` + +## See Also + +* Class [AxisBins](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axisbins/isautomatic/_index.md b/spanish/cpp/aspose.cells.charts/axisbins/isautomatic/_index.md new file mode 100644 index 00000000000..c77894de140 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axisbins/isautomatic/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Cells::Charts::AxisBins::IsAutomatic method +linktitle: IsAutomatic +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::AxisBins::IsAutomatic method. Indicates whether the axis bins are automatic in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.charts/axisbins/isautomatic/ +--- +## AxisBins::IsAutomatic method + + +Indicates whether the axis bins are automatic. + +```cpp +bool Aspose::Cells::Charts::AxisBins::IsAutomatic() +``` + +## Remarks + + +If Width or [Count](../../../aspose.cells/consolidationfunction/) is called, the value will be false. +## See Also + +* Class [AxisBins](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axisbins/isbycategory/_index.md b/spanish/cpp/aspose.cells.charts/axisbins/isbycategory/_index.md new file mode 100644 index 00000000000..a68a49fddd4 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axisbins/isbycategory/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::AxisBins::IsByCategory method +linktitle: IsByCategory +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::AxisBins::IsByCategory method. Indicates whether grouping data by category is enabled in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.charts/axisbins/isbycategory/ +--- +## AxisBins::IsByCategory method + + +Indicates whether grouping data by category is enabled. + +```cpp +bool Aspose::Cells::Charts::AxisBins::IsByCategory() +``` + +## See Also + +* Class [AxisBins](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axisbins/isnull/_index.md b/spanish/cpp/aspose.cells.charts/axisbins/isnull/_index.md new file mode 100644 index 00000000000..773180cb9b9 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axisbins/isnull/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::AxisBins::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::AxisBins::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.charts/axisbins/isnull/ +--- +## AxisBins::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Charts::AxisBins::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [AxisBins](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axisbins/operator_asm/_index.md b/spanish/cpp/aspose.cells.charts/axisbins/operator_asm/_index.md new file mode 100644 index 00000000000..0d201144795 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axisbins/operator_asm/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::AxisBins::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::AxisBins::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.charts/axisbins/operator_asm/ +--- +## AxisBins::operator= method + + +operator= + +```cpp +AxisBins & Aspose::Cells::Charts::AxisBins::operator=(const AxisBins &src) +``` + +## See Also + +* Class [AxisBins](../) +* Class [AxisBins](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axisbins/operator_bool/_index.md b/spanish/cpp/aspose.cells.charts/axisbins/operator_bool/_index.md new file mode 100644 index 00000000000..1b0d99d1c34 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axisbins/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::AxisBins::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::AxisBins::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.charts/axisbins/operator_bool/ +--- +## AxisBins::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Charts::AxisBins::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [AxisBins](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axisbins/resetoverflow/_index.md b/spanish/cpp/aspose.cells.charts/axisbins/resetoverflow/_index.md new file mode 100644 index 00000000000..76e23a779ef --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axisbins/resetoverflow/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Charts::AxisBins::ResetOverflow method +linktitle: ResetOverflow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::AxisBins::ResetOverflow method. Reset the overflow in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.charts/axisbins/resetoverflow/ +--- +## AxisBins::ResetOverflow method + + +Reset the overflow. + + +>Deprecated +> +>This is an internal method. +```cpp +void Aspose::Cells::Charts::AxisBins::ResetOverflow() +``` + +## Remarks + + +NOTE: This method is now obsolete. This is an internal method that does not need to be called externally to avoid causing problems. This property will be removed 12 months later since July 2024. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [AxisBins](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axisbins/resetunderflow/_index.md b/spanish/cpp/aspose.cells.charts/axisbins/resetunderflow/_index.md new file mode 100644 index 00000000000..407c047468b --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axisbins/resetunderflow/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Charts::AxisBins::ResetUnderflow method +linktitle: ResetUnderflow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::AxisBins::ResetUnderflow method. Reset the underflow in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.charts/axisbins/resetunderflow/ +--- +## AxisBins::ResetUnderflow method + + +Reset the underflow. + + +>Deprecated +> +>This is an internal method. +```cpp +void Aspose::Cells::Charts::AxisBins::ResetUnderflow() +``` + +## Remarks + + +NOTE: This method is now obsolete. This is an internal method that does not need to be called externally to avoid causing problems. This property will be removed 12 months later since July 2024. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [AxisBins](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axisbins/setcount/_index.md b/spanish/cpp/aspose.cells.charts/axisbins/setcount/_index.md new file mode 100644 index 00000000000..71117354be7 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axisbins/setcount/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::AxisBins::SetCount method +linktitle: SetCount +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::AxisBins::SetCount method. Gets or sets the count of axis bins in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.charts/axisbins/setcount/ +--- +## AxisBins::SetCount method + + +Gets or sets the count of axis bins. + +```cpp +void Aspose::Cells::Charts::AxisBins::SetCount(int32_t value) +``` + +## See Also + +* Class [AxisBins](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axisbins/setisautomatic/_index.md b/spanish/cpp/aspose.cells.charts/axisbins/setisautomatic/_index.md new file mode 100644 index 00000000000..6e5e3b6010c --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axisbins/setisautomatic/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Cells::Charts::AxisBins::SetIsAutomatic method +linktitle: SetIsAutomatic +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::AxisBins::SetIsAutomatic method. Indicates whether the axis bins are automatic in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.charts/axisbins/setisautomatic/ +--- +## AxisBins::SetIsAutomatic method + + +Indicates whether the axis bins are automatic. + +```cpp +void Aspose::Cells::Charts::AxisBins::SetIsAutomatic(bool value) +``` + +## Remarks + + +If Width or [Count](../../../aspose.cells/consolidationfunction/) is called, the value will be false. +## See Also + +* Class [AxisBins](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axisbins/setisbycategory/_index.md b/spanish/cpp/aspose.cells.charts/axisbins/setisbycategory/_index.md new file mode 100644 index 00000000000..a421e8c6c25 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axisbins/setisbycategory/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::AxisBins::SetIsByCategory method +linktitle: SetIsByCategory +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::AxisBins::SetIsByCategory method. Indicates whether grouping data by category is enabled in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.charts/axisbins/setisbycategory/ +--- +## AxisBins::SetIsByCategory method + + +Indicates whether grouping data by category is enabled. + +```cpp +void Aspose::Cells::Charts::AxisBins::SetIsByCategory(bool value) +``` + +## See Also + +* Class [AxisBins](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axisbins/setoverflow/_index.md b/spanish/cpp/aspose.cells.charts/axisbins/setoverflow/_index.md new file mode 100644 index 00000000000..3cbab5999c4 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axisbins/setoverflow/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::AxisBins::SetOverflow method +linktitle: SetOverflow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::AxisBins::SetOverflow method. Gets or sets the overflow of axis bins in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.charts/axisbins/setoverflow/ +--- +## AxisBins::SetOverflow method + + +Gets or sets the overflow of axis bins. + +```cpp +void Aspose::Cells::Charts::AxisBins::SetOverflow(double value) +``` + +## See Also + +* Class [AxisBins](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axisbins/setunderflow/_index.md b/spanish/cpp/aspose.cells.charts/axisbins/setunderflow/_index.md new file mode 100644 index 00000000000..05f2264fd82 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axisbins/setunderflow/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::AxisBins::SetUnderflow method +linktitle: SetUnderflow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::AxisBins::SetUnderflow method. Gets or sets the underflow of axis bins in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.charts/axisbins/setunderflow/ +--- +## AxisBins::SetUnderflow method + + +Gets or sets the underflow of axis bins. + +```cpp +void Aspose::Cells::Charts::AxisBins::SetUnderflow(double value) +``` + +## See Also + +* Class [AxisBins](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axisbins/setwidth/_index.md b/spanish/cpp/aspose.cells.charts/axisbins/setwidth/_index.md new file mode 100644 index 00000000000..7dece293bca --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axisbins/setwidth/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::AxisBins::SetWidth method +linktitle: SetWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::AxisBins::SetWidth method. Gets or sets the width of the axis bin in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.charts/axisbins/setwidth/ +--- +## AxisBins::SetWidth method + + +Gets or sets the width of the axis bin. + +```cpp +void Aspose::Cells::Charts::AxisBins::SetWidth(double value) +``` + +## See Also + +* Class [AxisBins](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axisbins/~axisbins/_index.md b/spanish/cpp/aspose.cells.charts/axisbins/~axisbins/_index.md new file mode 100644 index 00000000000..7c6d0dc5eb7 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axisbins/~axisbins/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::AxisBins::~AxisBins method +linktitle: ~AxisBins +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::AxisBins::~AxisBins method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.charts/axisbins/~axisbins/ +--- +## AxisBins::~AxisBins method + + +Destructor. + +```cpp +Aspose::Cells::Charts::AxisBins::~AxisBins() +``` + +## See Also + +* Class [AxisBins](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/axistype/_index.md b/spanish/cpp/aspose.cells.charts/axistype/_index.md new file mode 100644 index 00000000000..fab7c51581b --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/axistype/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Charts::AxisType enum +linktitle: AxisType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::AxisType enum. Represents the axis type in C++.' +type: docs +weight: 3700 +url: /es/cpp/aspose.cells.charts/axistype/ +--- +## AxisType enum + + +Represents the axis type. + +```cpp +enum class AxisType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Category | 0 |
Category axis. | +| Value | 1 |
Value axis. | +| Series | 2 |
[Series](../series/) axis. | + +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/backgroundmode/_index.md b/spanish/cpp/aspose.cells.charts/backgroundmode/_index.md new file mode 100644 index 00000000000..abe6df22ee3 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/backgroundmode/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Charts::BackgroundMode enum +linktitle: BackgroundMode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::BackgroundMode enum. Represents the display mode of the background in C++.' +type: docs +weight: 3800 +url: /es/cpp/aspose.cells.charts/backgroundmode/ +--- +## BackgroundMode enum + + +Represents the display mode of the background. + +```cpp +enum class BackgroundMode +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Automatic | 0 |
Automatic. | +| Opaque | 1 |
Opaque. | +| Transparent | 2 |
Transparent. | + +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/bar3dshapetype/_index.md b/spanish/cpp/aspose.cells.charts/bar3dshapetype/_index.md new file mode 100644 index 00000000000..af241ef1fb1 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/bar3dshapetype/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Charts::Bar3DShapeType enum +linktitle: Bar3DShapeType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Bar3DShapeType enum. Represents the shape used with the 3-D bar or column chart in C++.' +type: docs +weight: 3900 +url: /es/cpp/aspose.cells.charts/bar3dshapetype/ +--- +## Bar3DShapeType enum + + +Represents the shape used with the 3-D bar or column chart. + +```cpp +enum class Bar3DShapeType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Box | 0 |
Box. | +| PyramidToPoint | 1 |
PyramidToPoint. | +| PyramidToMax | 2 |
PyramidToMax. | +| Cylinder | 3 |
Cylinder. | +| ConeToPoint | 4 |
ConeToPoint. | +| ConeToMax | 5 |
ConeToMax. | + +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/bubblesizerepresents/_index.md b/spanish/cpp/aspose.cells.charts/bubblesizerepresents/_index.md new file mode 100644 index 00000000000..3bb3e93bade --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/bubblesizerepresents/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::BubbleSizeRepresents enum +linktitle: BubbleSizeRepresents +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::BubbleSizeRepresents enum. Represents what the bubble size represents on a bubble chart in C++.' +type: docs +weight: 4000 +url: /es/cpp/aspose.cells.charts/bubblesizerepresents/ +--- +## BubbleSizeRepresents enum + + +Represents what the bubble size represents on a bubble chart. + +```cpp +enum class BubbleSizeRepresents +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| SizeIsArea | 0 |
Represents the value of Series.BubbleSizes is area of the bubble. | +| SizeIsWidth | 1 |
Represents the value of Series.BubbleSizes is width of the bubble. | + +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/categorytype/_index.md b/spanish/cpp/aspose.cells.charts/categorytype/_index.md new file mode 100644 index 00000000000..a2736f80b3d --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/categorytype/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Charts::CategoryType enum +linktitle: CategoryType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::CategoryType enum. Represents the category axis type in C++.' +type: docs +weight: 4100 +url: /es/cpp/aspose.cells.charts/categorytype/ +--- +## CategoryType enum + + +Represents the category axis type. + +```cpp +enum class CategoryType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| AutomaticScale | 0 |
AutomaticScale. | +| CategoryScale | 1 |
CategoryScale. | +| TimeScale | 2 |
TimeScale. | + +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/_impl/_index.md b/spanish/cpp/aspose.cells.charts/chart/_impl/_index.md new file mode 100644 index 00000000000..5e89d55ffc8 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::Chart::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::_impl field. The implementation object in C++.' +type: docs +weight: 9400 +url: /es/cpp/aspose.cells.charts/chart/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +Chart_Impl* Aspose::Cells::Charts::Chart::_impl +``` + +## See Also + +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/_index.md b/spanish/cpp/aspose.cells.charts/chart/_index.md new file mode 100644 index 00000000000..219a2e91e42 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/_index.md @@ -0,0 +1,173 @@ +--- +title: Aspose::Cells::Charts::Chart class +linktitle: Chart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart class. Encapsulates the object that represents a single Excel chart in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.charts/chart/ +--- +## Chart class + + +Encapsulates the object that represents a single Excel chart. + +```cpp +class Chart +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Calculate()](./calculate/) | Calculates the custom position of plot area, axes if the position of them are auto assigned. | +| [Calculate(const ChartCalculateOptions\& calculateOptions)](./calculate/) | Calculates the custom position of plot area, axes if the position of them are auto assigned, with [Chart](./) Calculate Options. | +| [ChangeTemplate(const Vector \\& data)](./changetemplate/) | Change chart type with preset template. | +| [Chart(Chart_Impl* impl)](./chart/) | Constructs from an implementation object. | +| [Chart(const Chart\& src)](./chart/) | Copy constructor. | +| [GetActualSize()](./getactualsize/) | Gets actual size of chart in unit of pixels. | +| [GetAutoScaling()](./getautoscaling/) | True if Microsoft Excel scales a 3-D chart so that it's closer in size to the equivalent 2-D chart. The RightAngleAxes property must be True. | +| [GetBackWall()](./getbackwall/) | Returns a [Walls](../walls/) object that represents the back wall of a 3-D chart. | +| [GetCategoryAxis()](./getcategoryaxis/) | Gets the chart's X axis. | +| [GetChartArea()](./getchartarea/) | Gets the chart area in the worksheet. | +| [GetChartDataRange()](./getchartdatarange/) | Gets the data source range of the chart. | +| [GetChartDataTable()](./getchartdatatable/) | Represents the chart data table. | +| [GetChartObject()](./getchartobject/) | Represents the chartShape;. | +| [GetDepthPercent()](./getdepthpercent/) | Represents the depth of a 3-D chart as a percentage of the chart width (between 20 and 2000 percent). | +| [GetDisplayNaAsBlank()](./getdisplaynaasblank/) | Indicates whether displaying #N/A as blank value. | +| [GetElevation()](./getelevation/) | Represents the elevation of the 3-D chart view, in degrees. | +| [GetFilteredNSeries()](./getfilterednseries/) | Gets a [SeriesCollection](../seriescollection/) collection representing the data series that are filtered in the chart. | +| [GetFirstSliceAngle()](./getfirstsliceangle/) | Gets or sets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical). Applies only to pie, 3-D pie, and doughnut charts, 0 to 360. | +| [GetFloor()](./getfloor/) | Returns a [Floor](../floor/) object that represents the walls of a 3-D chart. | +| [GetGapDepth()](./getgapdepth/) | Gets or sets the distance between the data series in a 3-D chart, as a percentage of the marker width. The value of this property must be between 0 and 500. | +| [GetGapWidth()](./getgapwidth/) | Returns or sets the space between bar or column clusters, as a percentage of the bar or column width. The value of this property must be between 0 and 500. | +| [GetHeightPercent()](./getheightpercent/) | Returns or sets the height of a 3-D chart as a percentage of the chart width (between 5 and 500 percent). | +| [GetHidePivotFieldButtons()](./gethidepivotfieldbuttons/) | Indicates whether hide the pivot chart field buttons only when the chart is PivotChart. | +| [GetIs3D()](./getis3d/) | Indicates whether the chart is a 3d chart. | +| [GetLegend()](./getlegend/) | Gets the chart legend. | +| [GetLine()](./getline/) | Gets the line. | +| [GetName()](./getname/) | Gets and sets the name of the chart. | +| [GetNSeries()](./getnseries/) | Gets a [SeriesCollection](../seriescollection/) collection representing the data series in the chart. | +| [GetPageSetup()](./getpagesetup/) | Represents the page setup description in this chart. | +| [GetPerspective()](./getperspective/) | Returns or sets the perspective for the 3-D chart view. Must be between 0 and 100. This property is ignored if the RightAngleAxes property is True. | +| [GetPivotOptions()](./getpivotoptions/) | Specifies the pivot controls that appear on the chart. | +| [GetPivotSource()](./getpivotsource/) | The source is the data of the pivotTable. If PivotSource is not empty ,the chart is PivotChart. | +| [GetPlacement()](./getplacement/) | Represents the way the chart is attached to the cells below it. | +| [GetPlotArea()](./getplotarea/) | Gets the chart's plot area which includes axis tick labels. | +| [GetPlotBy()](./getplotby/) | Gets and sets whether plot by row or column. | +| [GetPlotEmptyCellsType()](./getplotemptycellstype/) | Gets and sets how to plot the empty cells. | +| [GetPlotVisibleCellsOnly()](./getplotvisiblecellsonly/) | Indicates whether plot visible cells only. | +| [GetPrintSize()](./getprintsize/) | Gets and sets the printed chart size. | +| [GetRightAngleAxes()](./getrightangleaxes/) | True if the chart axes are at right angles. Applies only for 3-D charts(except Column3D and 3-D Pie [Charts](../)). | +| [GetRotationAngle()](./getrotationangle/) | Represents the rotation of the 3-D chart view (the rotation of the plot area around the z-axis, in degrees). | +| [GetSecondCategoryAxis()](./getsecondcategoryaxis/) | Gets the chart's second X axis. | +| [GetSecondValueAxis()](./getsecondvalueaxis/) | Gets the chart's second Y axis. | +| [GetSeriesAxis()](./getseriesaxis/) | Gets the chart's series axis. | +| [GetShapes()](./getshapes/) | Returns all drawing shapes in this chart. | +| [GetShowDataTable()](./getshowdatatable/) | Gets or sets a value indicating whether the chart displays a data table. | +| [GetShowLegend()](./getshowlegend/) | Gets or sets a value indicating whether the chart legend will be displayed. Default is true. | +| [GetSideWall()](./getsidewall/) | Returns a [Walls](../walls/) object that represents the side wall of a 3-D chart. | +| [GetSizeWithWindow()](./getsizewithwindow/) | True if Microsoft Excel resizes the chart to match the size of the chart sheet window. | +| [GetStyle()](./getstyle/) | Gets and sets the builtin style. | +| [GetSubTitle()](./getsubtitle/) | Gets the chart's sub-title. Only for ODS format file. | +| [GetTitle()](./gettitle/) | Gets the chart's title. | +| [GetType()](./gettype/) | Gets or sets a chart's type. | +| [GetValueAxis()](./getvalueaxis/) | Gets the chart's Y axis. | +| [GetWalls()](./getwalls/) | Returns a [Walls](../walls/) object that represents the walls of a 3-D chart. | +| [GetWallsAndGridlines2D()](./getwallsandgridlines2d/) | True if gridlines are drawn two-dimensionally on a 3-D chart. | +| [GetWorksheet()](./getworksheet/) | Gets the worksheet which contains this chart. | +| [HasAxis(AxisType aixsType, bool isPrimary)](./hasaxis/) | Returns which axes exist on the chart. | +| [IsCellReferedByChart(int32_t sheetIndex, int32_t rowIndex, int32_t columnIndex)](./iscellreferedbychart/) | Returns whether the cell refered by the chart. | +| [IsChartDataChanged()](./ischartdatachanged/) | Detects if a chart's data source has changed. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsRectangularCornered()](./isrectangularcornered/) | Gets or sets a value indicating whether the chart area is rectangular cornered. Default is true. | +| [Move(int32_t topRow, int32_t leftColumn, int32_t bottomRow, int32_t rightColumn)](./move/) | Moves the chart to a specified location. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const Chart\& src)](./operator_asm/) | operator= | +| [RefreshPivotData()](./refreshpivotdata/) | Refreshes chart's data from pivot table. | +| [SetAutoScaling(bool value)](./setautoscaling/) | True if Microsoft Excel scales a 3-D chart so that it's closer in size to the equivalent 2-D chart. The RightAngleAxes property must be True. | +| [SetChartDataRange(const U16String\& area, bool isVertical)](./setchartdatarange/) | Specifies data range for a chart. | +| [SetChartDataRange(const char16_t* area, bool isVertical)](./setchartdatarange/) | Specifies data range for a chart. | +| [SetDepthPercent(int32_t value)](./setdepthpercent/) | Represents the depth of a 3-D chart as a percentage of the chart width (between 20 and 2000 percent). | +| [SetDisplayNaAsBlank(bool value)](./setdisplaynaasblank/) | Indicates whether displaying #N/A as blank value. | +| [SetElevation(int32_t value)](./setelevation/) | Represents the elevation of the 3-D chart view, in degrees. | +| [SetFirstSliceAngle(int32_t value)](./setfirstsliceangle/) | Gets or sets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical). Applies only to pie, 3-D pie, and doughnut charts, 0 to 360. | +| [SetGapDepth(int32_t value)](./setgapdepth/) | Gets or sets the distance between the data series in a 3-D chart, as a percentage of the marker width. The value of this property must be between 0 and 500. | +| [SetGapWidth(int32_t value)](./setgapwidth/) | Returns or sets the space between bar or column clusters, as a percentage of the bar or column width. The value of this property must be between 0 and 500. | +| [SetHeightPercent(int32_t value)](./setheightpercent/) | Returns or sets the height of a 3-D chart as a percentage of the chart width (between 5 and 500 percent). | +| [SetHidePivotFieldButtons(bool value)](./sethidepivotfieldbuttons/) | Indicates whether hide the pivot chart field buttons only when the chart is PivotChart. | +| [SetIsRectangularCornered(bool value)](./setisrectangularcornered/) | Gets or sets a value indicating whether the chart area is rectangular cornered. Default is true. | +| [SetName(const U16String\& value)](./setname/) | Gets and sets the name of the chart. | +| [SetName(const char16_t* value)](./setname/) | Gets and sets the name of the chart. | +| [SetPerspective(int16_t value)](./setperspective/) | Returns or sets the perspective for the 3-D chart view. Must be between 0 and 100. This property is ignored if the RightAngleAxes property is True. | +| [SetPivotSource(const U16String\& value)](./setpivotsource/) | The source is the data of the pivotTable. If PivotSource is not empty ,the chart is PivotChart. | +| [SetPivotSource(const char16_t* value)](./setpivotsource/) | The source is the data of the pivotTable. If PivotSource is not empty ,the chart is PivotChart. | +| [SetPlacement(PlacementType value)](./setplacement/) | Represents the way the chart is attached to the cells below it. | +| [SetPlotEmptyCellsType(PlotEmptyCellsType value)](./setplotemptycellstype/) | Gets and sets how to plot the empty cells. | +| [SetPlotVisibleCellsOnly(bool value)](./setplotvisiblecellsonly/) | Indicates whether plot visible cells only. | +| [SetPrintSize(PrintSizeType value)](./setprintsize/) | Gets and sets the printed chart size. | +| [SetRightAngleAxes(bool value)](./setrightangleaxes/) | True if the chart axes are at right angles. Applies only for 3-D charts(except Column3D and 3-D Pie [Charts](../)). | +| [SetRotationAngle(int32_t value)](./setrotationangle/) | Represents the rotation of the 3-D chart view (the rotation of the plot area around the z-axis, in degrees). | +| [SetShowDataTable(bool value)](./setshowdatatable/) | Gets or sets a value indicating whether the chart displays a data table. | +| [SetShowLegend(bool value)](./setshowlegend/) | Gets or sets a value indicating whether the chart legend will be displayed. Default is true. | +| [SetSizeWithWindow(bool value)](./setsizewithwindow/) | True if Microsoft Excel resizes the chart to match the size of the chart sheet window. | +| [SetStyle(int32_t value)](./setstyle/) | Gets and sets the builtin style. | +| [SetType(ChartType value)](./settype/) | Gets or sets a chart's type. | +| [SetWallsAndGridlines2D(bool value)](./setwallsandgridlines2d/) | True if gridlines are drawn two-dimensionally on a 3-D chart. | +| [SwitchRowColumn()](./switchrowcolumn/) | Switches row/column. | +| [ToImage(const U16String\& imageFile)](./toimage/) | Creates the chart image and saves it to a file. The extension of the file name determines the format of the image. | +| [ToImage(const char16_t* imageFile)](./toimage/) | Creates the chart image and saves it to a file. The extension of the file name determines the format of the image. | +| [ToImage(const U16String\& imageFile, Aspose::Cells::Drawing::ImageType imageType)](./toimage/) | Creates the chart image and saves it to a file in the specified image type. | +| [ToImage(const char16_t* imageFile, Aspose::Cells::Drawing::ImageType imageType)](./toimage/) | Creates the chart image and saves it to a file in the specified image type. | +| [ToImage(const U16String\& imageFile, int64_t jpegQuality)](./toimage/) | **(Deprecated)** Creates the chart image and saves it to a file in the Jpeg format. | +| [ToImage(const char16_t* imageFile, int64_t jpegQuality)](./toimage/) | **(Deprecated)** Creates the chart image and saves it to a file in the Jpeg format. | +| [ToImage(int64_t jpegQuality)](./toimage/) | Creates the chart image and saves it to a stream in the Jpeg format. | +| [ToImage(Aspose::Cells::Drawing::ImageType imageType)](./toimage/) | Creates the chart image and saves it to a stream in the specified format. | +| [ToImage(const U16String\& imageFile, const ImageOrPrintOptions\& options)](./toimage/) | Creates the chart image and saves it to a file. The extension of the file name determines the format of the image. | +| [ToImage(const char16_t* imageFile, const ImageOrPrintOptions\& options)](./toimage/) | Creates the chart image and saves it to a file. The extension of the file name determines the format of the image. | +| [ToImage(const ImageOrPrintOptions\& options)](./toimage/) | Creates the chart image and saves it to a stream in the specified format. | +| [ToPdf(const U16String\& fileName)](./topdf/) | Saves the chart to a pdf file. | +| [ToPdf(const char16_t* fileName)](./topdf/) | Saves the chart to a pdf file. | +| [ToPdf(const U16String\& fileName, float desiredPageWidth, float desiredPageHeight, PageLayoutAlignmentType hAlignmentType, PageLayoutAlignmentType vAlignmentType)](./topdf/) | Saves the chart to a pdf file. | +| [ToPdf(const char16_t* fileName, float desiredPageWidth, float desiredPageHeight, PageLayoutAlignmentType hAlignmentType, PageLayoutAlignmentType vAlignmentType)](./topdf/) | Saves the chart to a pdf file. | +| [ToPdf()](./topdf/) | Creates the chart pdf and saves it to a stream. | +| [ToPdf(float desiredPageWidth, float desiredPageHeight, PageLayoutAlignmentType hAlignmentType, PageLayoutAlignmentType vAlignmentType)](./topdf/) | Creates the chart pdf and saves it to a stream. | +| [~Chart()](./~chart/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//El siguiente código muestra cómo crear un gráfico con código C++. + +Workbook workbook; +Worksheet sheet = workbook.GetWorksheets().Get(0); + +Cells cells = sheet.GetCells(); +cells.Get(0, 1).PutValue(u"Income"); +cells.Get(1, 0).PutValue(u"Company A"); +cells.Get(2, 0).PutValue(u"Company B"); +cells.Get(3, 0).PutValue(u"Company C"); +cells.Get(1, 1).PutValue(10000); +cells.Get(2, 1).PutValue(20000); +cells.Get(3, 1).PutValue(30000); + +int chartIndex = sheet.GetCharts().Add(ChartType::Column, 9, 9, 21, 15); + +Chart chart = sheet.GetCharts().Get(chartIndex); +chart.SetChartDataRange(u"A1:B4", true); +chart.SetShowLegend(true); +chart.GetTitle().SetText(u"Income Analysis"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/calculate/_index.md b/spanish/cpp/aspose.cells.charts/chart/calculate/_index.md new file mode 100644 index 00000000000..c3465c3da46 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/calculate/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Charts::Chart::Calculate method +linktitle: Calculate +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::Calculate method. Calculates the custom position of plot area, axes if the position of them are auto assigned in C++.' +type: docs +weight: 6100 +url: /es/cpp/aspose.cells.charts/chart/calculate/ +--- +## Chart::Calculate() method + + +Calculates the custom position of plot area, axes if the position of them are auto assigned. + +```cpp +void Aspose::Cells::Charts::Chart::Calculate() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## Chart::Calculate(const ChartCalculateOptions\&) method + + +Calculates the custom position of plot area, axes if the position of them are auto assigned, with [Chart](../) Calculate Options. + +```cpp +void Aspose::Cells::Charts::Chart::Calculate(const ChartCalculateOptions &calculateOptions) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartCalculateOptions](../../chartcalculateoptions/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/changetemplate/_index.md b/spanish/cpp/aspose.cells.charts/chart/changetemplate/_index.md new file mode 100644 index 00000000000..bad8f9a82fe --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/changetemplate/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::Chart::ChangeTemplate method +linktitle: ChangeTemplate +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::ChangeTemplate method. Change chart type with preset template in C++.' +type: docs +weight: 3200 +url: /es/cpp/aspose.cells.charts/chart/changetemplate/ +--- +## Chart::ChangeTemplate method + + +Change chart type with preset template. + +```cpp +void Aspose::Cells::Charts::Chart::ChangeTemplate(const Vector &data) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| data | const Vector \\& | The data of chart template file(.crtx). | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/chart/_index.md b/spanish/cpp/aspose.cells.charts/chart/chart/_index.md new file mode 100644 index 00000000000..42e129fbbb6 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/chart/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Charts::Chart::Chart constructor +linktitle: Chart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::Chart constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.charts/chart/chart/ +--- +## Chart::Chart(Chart_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Charts::Chart::Chart(Chart_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## Chart::Chart(const Chart\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Charts::Chart::Chart(const Chart &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/getactualsize/_index.md b/spanish/cpp/aspose.cells.charts/chart/getactualsize/_index.md new file mode 100644 index 00000000000..c63b918e7c6 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/getactualsize/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::Chart::GetActualSize method +linktitle: GetActualSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::GetActualSize method. Gets actual size of chart in unit of pixels in C++.' +type: docs +weight: 8500 +url: /es/cpp/aspose.cells.charts/chart/getactualsize/ +--- +## Chart::GetActualSize method + + +Gets actual size of chart in unit of pixels. + +```cpp +Vector Aspose::Cells::Charts::Chart::GetActualSize() +``` + + +## ReturnValue + +Actual size in an array(width and height). [0] is width; [1] is height. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/getautoscaling/_index.md b/spanish/cpp/aspose.cells.charts/chart/getautoscaling/_index.md new file mode 100644 index 00000000000..7686092f58c --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/getautoscaling/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::GetAutoScaling method +linktitle: GetAutoScaling +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::GetAutoScaling method. True if Microsoft Excel scales a 3-D chart so that it''s closer in size to the equivalent 2-D chart. The RightAngleAxes property must be True in C++.' +type: docs +weight: 7400 +url: /es/cpp/aspose.cells.charts/chart/getautoscaling/ +--- +## Chart::GetAutoScaling method + + +True if Microsoft Excel scales a 3-D chart so that it's closer in size to the equivalent 2-D chart. The RightAngleAxes property must be True. + +```cpp +bool Aspose::Cells::Charts::Chart::GetAutoScaling() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/getbackwall/_index.md b/spanish/cpp/aspose.cells.charts/chart/getbackwall/_index.md new file mode 100644 index 00000000000..ac3e7608540 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/getbackwall/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::GetBackWall method +linktitle: GetBackWall +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::GetBackWall method. Returns a Walls object that represents the back wall of a 3-D chart in C++.' +type: docs +weight: 6400 +url: /es/cpp/aspose.cells.charts/chart/getbackwall/ +--- +## Chart::GetBackWall method + + +Returns a [Walls](../../walls/) object that represents the back wall of a 3-D chart. + +```cpp +Walls Aspose::Cells::Charts::Chart::GetBackWall() +``` + +## See Also + +* Class [Walls](../../walls/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/getcategoryaxis/_index.md b/spanish/cpp/aspose.cells.charts/chart/getcategoryaxis/_index.md new file mode 100644 index 00000000000..d91432fbd97 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/getcategoryaxis/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::GetCategoryAxis method +linktitle: GetCategoryAxis +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::GetCategoryAxis method. Gets the chart''s X axis in C++.' +type: docs +weight: 4200 +url: /es/cpp/aspose.cells.charts/chart/getcategoryaxis/ +--- +## Chart::GetCategoryAxis method + + +Gets the chart's X axis. + +```cpp +Axis Aspose::Cells::Charts::Chart::GetCategoryAxis() +``` + +## See Also + +* Class [Axis](../../axis/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/getchartarea/_index.md b/spanish/cpp/aspose.cells.charts/chart/getchartarea/_index.md new file mode 100644 index 00000000000..40455531c7a --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/getchartarea/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::GetChartArea method +linktitle: GetChartArea +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::GetChartArea method. Gets the chart area in the worksheet in C++.' +type: docs +weight: 4100 +url: /es/cpp/aspose.cells.charts/chart/getchartarea/ +--- +## Chart::GetChartArea method + + +Gets the chart area in the worksheet. + +```cpp +ChartArea Aspose::Cells::Charts::Chart::GetChartArea() +``` + +## See Also + +* Class [ChartArea](../../chartarea/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/getchartdatarange/_index.md b/spanish/cpp/aspose.cells.charts/chart/getchartdatarange/_index.md new file mode 100644 index 00000000000..9ab13189b78 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/getchartdatarange/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Charts::Chart::GetChartDataRange method +linktitle: GetChartDataRange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::GetChartDataRange method. Gets the data source range of the chart in C++.' +type: docs +weight: 9100 +url: /es/cpp/aspose.cells.charts/chart/getchartdatarange/ +--- +## Chart::GetChartDataRange method + + +Gets the data source range of the chart. + +```cpp +U16String Aspose::Cells::Charts::Chart::GetChartDataRange() +``` + + +## ReturnValue + +The data source. +## Remarks + + + +Only supports range. If the Series.Values, [Name](../../../aspose.cells/name/), and XValues are in a continuous range, a range contains them will be returned. +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/getchartdatatable/_index.md b/spanish/cpp/aspose.cells.charts/chart/getchartdatatable/_index.md new file mode 100644 index 00000000000..c7e66d25173 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/getchartdatatable/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::GetChartDataTable method +linktitle: GetChartDataTable +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::GetChartDataTable method. Represents the chart data table in C++.' +type: docs +weight: 4800 +url: /es/cpp/aspose.cells.charts/chart/getchartdatatable/ +--- +## Chart::GetChartDataTable method + + +Represents the chart data table. + +```cpp +ChartDataTable Aspose::Cells::Charts::Chart::GetChartDataTable() +``` + +## See Also + +* Class [ChartDataTable](../../chartdatatable/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/getchartobject/_index.md b/spanish/cpp/aspose.cells.charts/chart/getchartobject/_index.md new file mode 100644 index 00000000000..98d6dc1271e --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/getchartobject/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::GetChartObject method +linktitle: GetChartObject +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::GetChartObject method. Represents the chartShape; in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.charts/chart/getchartobject/ +--- +## Chart::GetChartObject method + + +Represents the chartShape;. + +```cpp +ChartShape Aspose::Cells::Charts::Chart::GetChartObject() +``` + +## See Also + +* Class [ChartShape](../../../aspose.cells.drawing/chartshape/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/getdepthpercent/_index.md b/spanish/cpp/aspose.cells.charts/chart/getdepthpercent/_index.md new file mode 100644 index 00000000000..022408a9979 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/getdepthpercent/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::GetDepthPercent method +linktitle: GetDepthPercent +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::GetDepthPercent method. Represents the depth of a 3-D chart as a percentage of the chart width (between 20 and 2000 percent) in C++.' +type: docs +weight: 8100 +url: /es/cpp/aspose.cells.charts/chart/getdepthpercent/ +--- +## Chart::GetDepthPercent method + + +Represents the depth of a 3-D chart as a percentage of the chart width (between 20 and 2000 percent). + +```cpp +int32_t Aspose::Cells::Charts::Chart::GetDepthPercent() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/getdisplaynaasblank/_index.md b/spanish/cpp/aspose.cells.charts/chart/getdisplaynaasblank/_index.md new file mode 100644 index 00000000000..8af660fe40e --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/getdisplaynaasblank/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::GetDisplayNaAsBlank method +linktitle: GetDisplayNaAsBlank +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::GetDisplayNaAsBlank method. Indicates whether displaying #N/A as blank value in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.charts/chart/getdisplaynaasblank/ +--- +## Chart::GetDisplayNaAsBlank method + + +Indicates whether displaying #N/A as blank value. + +```cpp +bool Aspose::Cells::Charts::Chart::GetDisplayNaAsBlank() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/getelevation/_index.md b/spanish/cpp/aspose.cells.charts/chart/getelevation/_index.md new file mode 100644 index 00000000000..66a2cb05f5e --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/getelevation/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::Chart::GetElevation method +linktitle: GetElevation +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::GetElevation method. Represents the elevation of the 3-D chart view, in degrees in C++.' +type: docs +weight: 7000 +url: /es/cpp/aspose.cells.charts/chart/getelevation/ +--- +## Chart::GetElevation method + + +Represents the elevation of the 3-D chart view, in degrees. + +```cpp +int32_t Aspose::Cells::Charts::Chart::GetElevation() +``` + +## Remarks + + +The chart elevation is the height at which you view the chart, in degrees. The default is 15 for most chart types. The value of this property must be between -90 and 90, except for 3-D bar charts, where it must be between 0 and 44. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/getfilterednseries/_index.md b/spanish/cpp/aspose.cells.charts/chart/getfilterednseries/_index.md new file mode 100644 index 00000000000..2b99ea794cd --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/getfilterednseries/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::GetFilteredNSeries method +linktitle: GetFilteredNSeries +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::GetFilteredNSeries method. Gets a SeriesCollection collection representing the data series that are filtered in the chart in C++.' +type: docs +weight: 3700 +url: /es/cpp/aspose.cells.charts/chart/getfilterednseries/ +--- +## Chart::GetFilteredNSeries method + + +Gets a [SeriesCollection](../../seriescollection/) collection representing the data series that are filtered in the chart. + +```cpp +SeriesCollection Aspose::Cells::Charts::Chart::GetFilteredNSeries() +``` + +## See Also + +* Class [SeriesCollection](../../seriescollection/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/getfirstsliceangle/_index.md b/spanish/cpp/aspose.cells.charts/chart/getfirstsliceangle/_index.md new file mode 100644 index 00000000000..7dbeaf2e5b9 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/getfirstsliceangle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::GetFirstSliceAngle method +linktitle: GetFirstSliceAngle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::GetFirstSliceAngle method. Gets or sets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical). Applies only to pie, 3-D pie, and doughnut charts, 0 to 360 in C++.' +type: docs +weight: 5500 +url: /es/cpp/aspose.cells.charts/chart/getfirstsliceangle/ +--- +## Chart::GetFirstSliceAngle method + + +Gets or sets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical). Applies only to pie, 3-D pie, and doughnut charts, 0 to 360. + +```cpp +int32_t Aspose::Cells::Charts::Chart::GetFirstSliceAngle() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/getfloor/_index.md b/spanish/cpp/aspose.cells.charts/chart/getfloor/_index.md new file mode 100644 index 00000000000..5681d79756d --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/getfloor/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::Chart::GetFloor method +linktitle: GetFloor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::GetFloor method. Returns a Floor object that represents the walls of a 3-D chart in C++.' +type: docs +weight: 6200 +url: /es/cpp/aspose.cells.charts/chart/getfloor/ +--- +## Chart::GetFloor method + + +Returns a [Floor](../../floor/) object that represents the walls of a 3-D chart. + +```cpp +Floor Aspose::Cells::Charts::Chart::GetFloor() +``` + +## Remarks + + +This property doesn't apply to 3-D pie charts. +## See Also + +* Class [Floor](../../floor/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/getgapdepth/_index.md b/spanish/cpp/aspose.cells.charts/chart/getgapdepth/_index.md new file mode 100644 index 00000000000..155ec36962e --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/getgapdepth/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::GetGapDepth method +linktitle: GetGapDepth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::GetGapDepth method. Gets or sets the distance between the data series in a 3-D chart, as a percentage of the marker width. The value of this property must be between 0 and 500 in C++.' +type: docs +weight: 5900 +url: /es/cpp/aspose.cells.charts/chart/getgapdepth/ +--- +## Chart::GetGapDepth method + + +Gets or sets the distance between the data series in a 3-D chart, as a percentage of the marker width. The value of this property must be between 0 and 500. + +```cpp +int32_t Aspose::Cells::Charts::Chart::GetGapDepth() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/getgapwidth/_index.md b/spanish/cpp/aspose.cells.charts/chart/getgapwidth/_index.md new file mode 100644 index 00000000000..6d2186ee0b4 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/getgapwidth/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::GetGapWidth method +linktitle: GetGapWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::GetGapWidth method. Returns or sets the space between bar or column clusters, as a percentage of the bar or column width. The value of this property must be between 0 and 500 in C++.' +type: docs +weight: 5700 +url: /es/cpp/aspose.cells.charts/chart/getgapwidth/ +--- +## Chart::GetGapWidth method + + +Returns or sets the space between bar or column clusters, as a percentage of the bar or column width. The value of this property must be between 0 and 500. + +```cpp +int32_t Aspose::Cells::Charts::Chart::GetGapWidth() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/getheightpercent/_index.md b/spanish/cpp/aspose.cells.charts/chart/getheightpercent/_index.md new file mode 100644 index 00000000000..59835170ec8 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/getheightpercent/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::GetHeightPercent method +linktitle: GetHeightPercent +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::GetHeightPercent method. Returns or sets the height of a 3-D chart as a percentage of the chart width (between 5 and 500 percent) in C++.' +type: docs +weight: 7600 +url: /es/cpp/aspose.cells.charts/chart/getheightpercent/ +--- +## Chart::GetHeightPercent method + + +Returns or sets the height of a 3-D chart as a percentage of the chart width (between 5 and 500 percent). + +```cpp +int32_t Aspose::Cells::Charts::Chart::GetHeightPercent() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/gethidepivotfieldbuttons/_index.md b/spanish/cpp/aspose.cells.charts/chart/gethidepivotfieldbuttons/_index.md new file mode 100644 index 00000000000..09dec68c17c --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/gethidepivotfieldbuttons/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::GetHidePivotFieldButtons method +linktitle: GetHidePivotFieldButtons +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::GetHidePivotFieldButtons method. Indicates whether hide the pivot chart field buttons only when the chart is PivotChart in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.charts/chart/gethidepivotfieldbuttons/ +--- +## Chart::GetHidePivotFieldButtons method + + +Indicates whether hide the pivot chart field buttons only when the chart is PivotChart. + +```cpp +bool Aspose::Cells::Charts::Chart::GetHidePivotFieldButtons() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/getis3d/_index.md b/spanish/cpp/aspose.cells.charts/chart/getis3d/_index.md new file mode 100644 index 00000000000..02ec9ecb002 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/getis3d/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::GetIs3D method +linktitle: GetIs3D +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::GetIs3D method. Indicates whether the chart is a 3d chart in C++.' +type: docs +weight: 8000 +url: /es/cpp/aspose.cells.charts/chart/getis3d/ +--- +## Chart::GetIs3D method + + +Indicates whether the chart is a 3d chart. + +```cpp +bool Aspose::Cells::Charts::Chart::GetIs3D() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/getlegend/_index.md b/spanish/cpp/aspose.cells.charts/chart/getlegend/_index.md new file mode 100644 index 00000000000..bbd00e6b717 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/getlegend/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::GetLegend method +linktitle: GetLegend +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::GetLegend method. Gets the chart legend in C++.' +type: docs +weight: 4700 +url: /es/cpp/aspose.cells.charts/chart/getlegend/ +--- +## Chart::GetLegend method + + +Gets the chart legend. + +```cpp +Legend Aspose::Cells::Charts::Chart::GetLegend() +``` + +## See Also + +* Class [Legend](../../legend/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/getline/_index.md b/spanish/cpp/aspose.cells.charts/chart/getline/_index.md new file mode 100644 index 00000000000..c5550b78e1a --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/getline/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::GetLine method +linktitle: GetLine +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::GetLine method. Gets the line in C++.' +type: docs +weight: 9300 +url: /es/cpp/aspose.cells.charts/chart/getline/ +--- +## Chart::GetLine method + + +Gets the line. + +```cpp +Line Aspose::Cells::Charts::Chart::GetLine() +``` + +## See Also + +* Class [Line](../../../aspose.cells.drawing/line/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/getname/_index.md b/spanish/cpp/aspose.cells.charts/chart/getname/_index.md new file mode 100644 index 00000000000..29164114466 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/getname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::GetName method +linktitle: GetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::GetName method. Gets and sets the name of the chart in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.charts/chart/getname/ +--- +## Chart::GetName method + + +Gets and sets the name of the chart. + +```cpp +U16String Aspose::Cells::Charts::Chart::GetName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/getnseries/_index.md b/spanish/cpp/aspose.cells.charts/chart/getnseries/_index.md new file mode 100644 index 00000000000..045e92220ff --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/getnseries/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::GetNSeries method +linktitle: GetNSeries +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::GetNSeries method. Gets a SeriesCollection collection representing the data series in the chart in C++.' +type: docs +weight: 3600 +url: /es/cpp/aspose.cells.charts/chart/getnseries/ +--- +## Chart::GetNSeries method + + +Gets a [SeriesCollection](../../seriescollection/) collection representing the data series in the chart. + +```cpp +SeriesCollection Aspose::Cells::Charts::Chart::GetNSeries() +``` + +## See Also + +* Class [SeriesCollection](../../seriescollection/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/getpagesetup/_index.md b/spanish/cpp/aspose.cells.charts/chart/getpagesetup/_index.md new file mode 100644 index 00000000000..58feca1a5c4 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/getpagesetup/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::GetPageSetup method +linktitle: GetPageSetup +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::GetPageSetup method. Represents the page setup description in this chart in C++.' +type: docs +weight: 8800 +url: /es/cpp/aspose.cells.charts/chart/getpagesetup/ +--- +## Chart::GetPageSetup method + + +Represents the page setup description in this chart. + +```cpp +PageSetup Aspose::Cells::Charts::Chart::GetPageSetup() +``` + +## See Also + +* Class [PageSetup](../../../aspose.cells/pagesetup/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/getperspective/_index.md b/spanish/cpp/aspose.cells.charts/chart/getperspective/_index.md new file mode 100644 index 00000000000..4c39b2707a7 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/getperspective/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::GetPerspective method +linktitle: GetPerspective +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::GetPerspective method. Returns or sets the perspective for the 3-D chart view. Must be between 0 and 100. This property is ignored if the RightAngleAxes property is True in C++.' +type: docs +weight: 7800 +url: /es/cpp/aspose.cells.charts/chart/getperspective/ +--- +## Chart::GetPerspective method + + +Returns or sets the perspective for the 3-D chart view. Must be between 0 and 100. This property is ignored if the RightAngleAxes property is True. + +```cpp +int16_t Aspose::Cells::Charts::Chart::GetPerspective() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/getpivotoptions/_index.md b/spanish/cpp/aspose.cells.charts/chart/getpivotoptions/_index.md new file mode 100644 index 00000000000..6f5fc516770 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/getpivotoptions/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::GetPivotOptions method +linktitle: GetPivotOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::GetPivotOptions method. Specifies the pivot controls that appear on the chart in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.charts/chart/getpivotoptions/ +--- +## Chart::GetPivotOptions method + + +Specifies the pivot controls that appear on the chart. + +```cpp +PivotOptions Aspose::Cells::Charts::Chart::GetPivotOptions() +``` + +## See Also + +* Class [PivotOptions](../../pivotoptions/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/getpivotsource/_index.md b/spanish/cpp/aspose.cells.charts/chart/getpivotsource/_index.md new file mode 100644 index 00000000000..73da8106769 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/getpivotsource/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::Chart::GetPivotSource method +linktitle: GetPivotSource +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::GetPivotSource method. The source is the data of the pivotTable. If PivotSource is not empty ,the chart is PivotChart in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.charts/chart/getpivotsource/ +--- +## Chart::GetPivotSource method + + +The source is the data of the pivotTable. If PivotSource is not empty ,the chart is PivotChart. + +```cpp +U16String Aspose::Cells::Charts::Chart::GetPivotSource() +``` + +## Remarks + + +If the pivot table "PivotTable1" in the [Worksheet](../../../aspose.cells/worksheet/) "Sheet1" in the file "Book1.xls". The pivotSource could be "[Book1.xls]Sheet1!PivotTable1" if the chart and the PivotTable is not in the same workbook. If you set this property ,the previous data source setting will be lost. +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/getplacement/_index.md b/spanish/cpp/aspose.cells.charts/chart/getplacement/_index.md new file mode 100644 index 00000000000..6c52a296d40 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/getplacement/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::GetPlacement method +linktitle: GetPlacement +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::GetPlacement method. Represents the way the chart is attached to the cells below it in C++.' +type: docs +weight: 8600 +url: /es/cpp/aspose.cells.charts/chart/getplacement/ +--- +## Chart::GetPlacement method + + +Represents the way the chart is attached to the cells below it. + +```cpp +PlacementType Aspose::Cells::Charts::Chart::GetPlacement() +``` + +## See Also + +* Enum [PlacementType](../../../aspose.cells.drawing/placementtype/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/getplotarea/_index.md b/spanish/cpp/aspose.cells.charts/chart/getplotarea/_index.md new file mode 100644 index 00000000000..c55bd4bc194 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/getplotarea/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::GetPlotArea method +linktitle: GetPlotArea +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::GetPlotArea method. Gets the chart''s plot area which includes axis tick labels in C++.' +type: docs +weight: 4000 +url: /es/cpp/aspose.cells.charts/chart/getplotarea/ +--- +## Chart::GetPlotArea method + + +Gets the chart's plot area which includes axis tick labels. + +```cpp +PlotArea Aspose::Cells::Charts::Chart::GetPlotArea() +``` + +## See Also + +* Class [PlotArea](../../plotarea/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/getplotby/_index.md b/spanish/cpp/aspose.cells.charts/chart/getplotby/_index.md new file mode 100644 index 00000000000..9c1d8225e9b --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/getplotby/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::GetPlotBy method +linktitle: GetPlotBy +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::GetPlotBy method. Gets and sets whether plot by row or column in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.charts/chart/getplotby/ +--- +## Chart::GetPlotBy method + + +Gets and sets whether plot by row or column. + +```cpp +PlotDataByType Aspose::Cells::Charts::Chart::GetPlotBy() +``` + +## See Also + +* Enum [PlotDataByType](../../plotdatabytype/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/getplotemptycellstype/_index.md b/spanish/cpp/aspose.cells.charts/chart/getplotemptycellstype/_index.md new file mode 100644 index 00000000000..515f23dc5a3 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/getplotemptycellstype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::GetPlotEmptyCellsType method +linktitle: GetPlotEmptyCellsType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::GetPlotEmptyCellsType method. Gets and sets how to plot the empty cells in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.charts/chart/getplotemptycellstype/ +--- +## Chart::GetPlotEmptyCellsType method + + +Gets and sets how to plot the empty cells. + +```cpp +PlotEmptyCellsType Aspose::Cells::Charts::Chart::GetPlotEmptyCellsType() +``` + +## See Also + +* Enum [PlotEmptyCellsType](../../plotemptycellstype/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/getplotvisiblecellsonly/_index.md b/spanish/cpp/aspose.cells.charts/chart/getplotvisiblecellsonly/_index.md new file mode 100644 index 00000000000..c128ced646b --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/getplotvisiblecellsonly/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::GetPlotVisibleCellsOnly method +linktitle: GetPlotVisibleCellsOnly +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::GetPlotVisibleCellsOnly method. Indicates whether plot visible cells only in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.charts/chart/getplotvisiblecellsonly/ +--- +## Chart::GetPlotVisibleCellsOnly method + + +Indicates whether plot visible cells only. + +```cpp +bool Aspose::Cells::Charts::Chart::GetPlotVisibleCellsOnly() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/getprintsize/_index.md b/spanish/cpp/aspose.cells.charts/chart/getprintsize/_index.md new file mode 100644 index 00000000000..678fcbc7b32 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/getprintsize/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::GetPrintSize method +linktitle: GetPrintSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::GetPrintSize method. Gets and sets the printed chart size in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells.charts/chart/getprintsize/ +--- +## Chart::GetPrintSize method + + +Gets and sets the printed chart size. + +```cpp +PrintSizeType Aspose::Cells::Charts::Chart::GetPrintSize() +``` + +## See Also + +* Enum [PrintSizeType](../../../aspose.cells/printsizetype/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/getrightangleaxes/_index.md b/spanish/cpp/aspose.cells.charts/chart/getrightangleaxes/_index.md new file mode 100644 index 00000000000..c6d44cb4699 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/getrightangleaxes/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::Chart::GetRightAngleAxes method +linktitle: GetRightAngleAxes +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::GetRightAngleAxes method. True if the chart axes are at right angles. Applies only for 3-D charts(except Column3D and 3-D Pie Charts) in C++.' +type: docs +weight: 7200 +url: /es/cpp/aspose.cells.charts/chart/getrightangleaxes/ +--- +## Chart::GetRightAngleAxes method + + +True if the chart axes are at right angles. Applies only for 3-D charts(except Column3D and 3-D Pie [Charts](../../)). + +```cpp +bool Aspose::Cells::Charts::Chart::GetRightAngleAxes() +``` + +## Remarks + + +If this property is True, the Perspective property is ignored. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/getrotationangle/_index.md b/spanish/cpp/aspose.cells.charts/chart/getrotationangle/_index.md new file mode 100644 index 00000000000..5c737e75a10 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/getrotationangle/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::Chart::GetRotationAngle method +linktitle: GetRotationAngle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::GetRotationAngle method. Represents the rotation of the 3-D chart view (the rotation of the plot area around the z-axis, in degrees) in C++.' +type: docs +weight: 6800 +url: /es/cpp/aspose.cells.charts/chart/getrotationangle/ +--- +## Chart::GetRotationAngle method + + +Represents the rotation of the 3-D chart view (the rotation of the plot area around the z-axis, in degrees). + +```cpp +int32_t Aspose::Cells::Charts::Chart::GetRotationAngle() +``` + +## Remarks + + +The value of this property must be from 0 to 360, except for 3-D bar charts, where the value must be from 0 to 44. The default value is 20. Applies only to 3-D charts. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/getsecondcategoryaxis/_index.md b/spanish/cpp/aspose.cells.charts/chart/getsecondcategoryaxis/_index.md new file mode 100644 index 00000000000..69cc65d446a --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/getsecondcategoryaxis/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::GetSecondCategoryAxis method +linktitle: GetSecondCategoryAxis +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::GetSecondCategoryAxis method. Gets the chart''s second X axis in C++.' +type: docs +weight: 4500 +url: /es/cpp/aspose.cells.charts/chart/getsecondcategoryaxis/ +--- +## Chart::GetSecondCategoryAxis method + + +Gets the chart's second X axis. + +```cpp +Axis Aspose::Cells::Charts::Chart::GetSecondCategoryAxis() +``` + +## See Also + +* Class [Axis](../../axis/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/getsecondvalueaxis/_index.md b/spanish/cpp/aspose.cells.charts/chart/getsecondvalueaxis/_index.md new file mode 100644 index 00000000000..7147301e736 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/getsecondvalueaxis/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::GetSecondValueAxis method +linktitle: GetSecondValueAxis +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::GetSecondValueAxis method. Gets the chart''s second Y axis in C++.' +type: docs +weight: 4400 +url: /es/cpp/aspose.cells.charts/chart/getsecondvalueaxis/ +--- +## Chart::GetSecondValueAxis method + + +Gets the chart's second Y axis. + +```cpp +Axis Aspose::Cells::Charts::Chart::GetSecondValueAxis() +``` + +## See Also + +* Class [Axis](../../axis/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/getseriesaxis/_index.md b/spanish/cpp/aspose.cells.charts/chart/getseriesaxis/_index.md new file mode 100644 index 00000000000..e95a56485c2 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/getseriesaxis/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::GetSeriesAxis method +linktitle: GetSeriesAxis +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::GetSeriesAxis method. Gets the chart''s series axis in C++.' +type: docs +weight: 4600 +url: /es/cpp/aspose.cells.charts/chart/getseriesaxis/ +--- +## Chart::GetSeriesAxis method + + +Gets the chart's series axis. + +```cpp +Axis Aspose::Cells::Charts::Chart::GetSeriesAxis() +``` + +## See Also + +* Class [Axis](../../axis/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/getshapes/_index.md b/spanish/cpp/aspose.cells.charts/chart/getshapes/_index.md new file mode 100644 index 00000000000..e7f9d60eeb6 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/getshapes/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::GetShapes method +linktitle: GetShapes +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::GetShapes method. Returns all drawing shapes in this chart in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells.charts/chart/getshapes/ +--- +## Chart::GetShapes method + + +Returns all drawing shapes in this chart. + +```cpp +ShapeCollection Aspose::Cells::Charts::Chart::GetShapes() +``` + +## See Also + +* Class [ShapeCollection](../../../aspose.cells.drawing/shapecollection/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/getshowdatatable/_index.md b/spanish/cpp/aspose.cells.charts/chart/getshowdatatable/_index.md new file mode 100644 index 00000000000..5d8a105d9aa --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/getshowdatatable/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::GetShowDataTable method +linktitle: GetShowDataTable +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::GetShowDataTable method. Gets or sets a value indicating whether the chart displays a data table in C++.' +type: docs +weight: 5300 +url: /es/cpp/aspose.cells.charts/chart/getshowdatatable/ +--- +## Chart::GetShowDataTable method + + +Gets or sets a value indicating whether the chart displays a data table. + +```cpp +bool Aspose::Cells::Charts::Chart::GetShowDataTable() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/getshowlegend/_index.md b/spanish/cpp/aspose.cells.charts/chart/getshowlegend/_index.md new file mode 100644 index 00000000000..2eb0b3a6f49 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/getshowlegend/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::GetShowLegend method +linktitle: GetShowLegend +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::GetShowLegend method. Gets or sets a value indicating whether the chart legend will be displayed. Default is true in C++.' +type: docs +weight: 4900 +url: /es/cpp/aspose.cells.charts/chart/getshowlegend/ +--- +## Chart::GetShowLegend method + + +Gets or sets a value indicating whether the chart legend will be displayed. Default is true. + +```cpp +bool Aspose::Cells::Charts::Chart::GetShowLegend() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/getsidewall/_index.md b/spanish/cpp/aspose.cells.charts/chart/getsidewall/_index.md new file mode 100644 index 00000000000..2180a8bec64 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/getsidewall/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::GetSideWall method +linktitle: GetSideWall +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::GetSideWall method. Returns a Walls object that represents the side wall of a 3-D chart in C++.' +type: docs +weight: 6500 +url: /es/cpp/aspose.cells.charts/chart/getsidewall/ +--- +## Chart::GetSideWall method + + +Returns a [Walls](../../walls/) object that represents the side wall of a 3-D chart. + +```cpp +Walls Aspose::Cells::Charts::Chart::GetSideWall() +``` + +## See Also + +* Class [Walls](../../walls/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/getsizewithwindow/_index.md b/spanish/cpp/aspose.cells.charts/chart/getsizewithwindow/_index.md new file mode 100644 index 00000000000..5370a37fd08 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/getsizewithwindow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::GetSizeWithWindow method +linktitle: GetSizeWithWindow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::GetSizeWithWindow method. True if Microsoft Excel resizes the chart to match the size of the chart sheet window in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.charts/chart/getsizewithwindow/ +--- +## Chart::GetSizeWithWindow method + + +True if Microsoft Excel resizes the chart to match the size of the chart sheet window. + +```cpp +bool Aspose::Cells::Charts::Chart::GetSizeWithWindow() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/getstyle/_index.md b/spanish/cpp/aspose.cells.charts/chart/getstyle/_index.md new file mode 100644 index 00000000000..3c8c0d2adfa --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/getstyle/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::Chart::GetStyle method +linktitle: GetStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::GetStyle method. Gets and sets the builtin style in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.charts/chart/getstyle/ +--- +## Chart::GetStyle method + + +Gets and sets the builtin style. + +```cpp +int32_t Aspose::Cells::Charts::Chart::GetStyle() +``` + +## Remarks + + +It should be between 1 and 48. Return -1 if it's not be set. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/getsubtitle/_index.md b/spanish/cpp/aspose.cells.charts/chart/getsubtitle/_index.md new file mode 100644 index 00000000000..e677bdd32c3 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/getsubtitle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::GetSubTitle method +linktitle: GetSubTitle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::GetSubTitle method. Gets the chart''s sub-title. Only for ODS format file in C++.' +type: docs +weight: 3900 +url: /es/cpp/aspose.cells.charts/chart/getsubtitle/ +--- +## Chart::GetSubTitle method + + +Gets the chart's sub-title. Only for ODS format file. + +```cpp +Title Aspose::Cells::Charts::Chart::GetSubTitle() +``` + +## See Also + +* Class [Title](../../title/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/gettitle/_index.md b/spanish/cpp/aspose.cells.charts/chart/gettitle/_index.md new file mode 100644 index 00000000000..3de385580c6 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/gettitle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::GetTitle method +linktitle: GetTitle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::GetTitle method. Gets the chart''s title in C++.' +type: docs +weight: 3800 +url: /es/cpp/aspose.cells.charts/chart/gettitle/ +--- +## Chart::GetTitle method + + +Gets the chart's title. + +```cpp +Title Aspose::Cells::Charts::Chart::GetTitle() +``` + +## See Also + +* Class [Title](../../title/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/gettype/_index.md b/spanish/cpp/aspose.cells.charts/chart/gettype/_index.md new file mode 100644 index 00000000000..225a3c45b4c --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::GetType method. Gets or sets a chart''s type in C++.' +type: docs +weight: 3300 +url: /es/cpp/aspose.cells.charts/chart/gettype/ +--- +## Chart::GetType method + + +Gets or sets a chart's type. + +```cpp +ChartType Aspose::Cells::Charts::Chart::GetType() +``` + +## See Also + +* Enum [ChartType](../../charttype/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/getvalueaxis/_index.md b/spanish/cpp/aspose.cells.charts/chart/getvalueaxis/_index.md new file mode 100644 index 00000000000..db6fe0eb91f --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/getvalueaxis/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::GetValueAxis method +linktitle: GetValueAxis +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::GetValueAxis method. Gets the chart''s Y axis in C++.' +type: docs +weight: 4300 +url: /es/cpp/aspose.cells.charts/chart/getvalueaxis/ +--- +## Chart::GetValueAxis method + + +Gets the chart's Y axis. + +```cpp +Axis Aspose::Cells::Charts::Chart::GetValueAxis() +``` + +## See Also + +* Class [Axis](../../axis/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/getwalls/_index.md b/spanish/cpp/aspose.cells.charts/chart/getwalls/_index.md new file mode 100644 index 00000000000..ebda54bcbcf --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/getwalls/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::Chart::GetWalls method +linktitle: GetWalls +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::GetWalls method. Returns a Walls object that represents the walls of a 3-D chart in C++.' +type: docs +weight: 6300 +url: /es/cpp/aspose.cells.charts/chart/getwalls/ +--- +## Chart::GetWalls method + + +Returns a [Walls](../../walls/) object that represents the walls of a 3-D chart. + +```cpp +Walls Aspose::Cells::Charts::Chart::GetWalls() +``` + +## Remarks + + +This property doesn't apply to 3-D pie charts. +## See Also + +* Class [Walls](../../walls/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/getwallsandgridlines2d/_index.md b/spanish/cpp/aspose.cells.charts/chart/getwallsandgridlines2d/_index.md new file mode 100644 index 00000000000..74b00bc069b --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/getwallsandgridlines2d/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::GetWallsAndGridlines2D method +linktitle: GetWallsAndGridlines2D +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::GetWallsAndGridlines2D method. True if gridlines are drawn two-dimensionally on a 3-D chart in C++.' +type: docs +weight: 6600 +url: /es/cpp/aspose.cells.charts/chart/getwallsandgridlines2d/ +--- +## Chart::GetWallsAndGridlines2D method + + +True if gridlines are drawn two-dimensionally on a 3-D chart. + +```cpp +bool Aspose::Cells::Charts::Chart::GetWallsAndGridlines2D() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/getworksheet/_index.md b/spanish/cpp/aspose.cells.charts/chart/getworksheet/_index.md new file mode 100644 index 00000000000..1abb3e1f93d --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/getworksheet/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::GetWorksheet method +linktitle: GetWorksheet +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::GetWorksheet method. Gets the worksheet which contains this chart in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells.charts/chart/getworksheet/ +--- +## Chart::GetWorksheet method + + +Gets the worksheet which contains this chart. + +```cpp +Worksheet Aspose::Cells::Charts::Chart::GetWorksheet() +``` + +## See Also + +* Class [Worksheet](../../../aspose.cells/worksheet/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/hasaxis/_index.md b/spanish/cpp/aspose.cells.charts/chart/hasaxis/_index.md new file mode 100644 index 00000000000..6de35ebe289 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/hasaxis/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::Chart::HasAxis method +linktitle: HasAxis +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::HasAxis method. Returns which axes exist on the chart in C++.' +type: docs +weight: 8900 +url: /es/cpp/aspose.cells.charts/chart/hasaxis/ +--- +## Chart::HasAxis method + + +Returns which axes exist on the chart. + +```cpp +bool Aspose::Cells::Charts::Chart::HasAxis(AxisType aixsType, bool isPrimary) +``` + +## Remarks + + +Normally, Pie, PieExploded, PiePie,PieBar, Pie3D, Pie3DExploded,Doughnut, DoughnutExploded is no axis. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [AxisType](../../axistype/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/iscellreferedbychart/_index.md b/spanish/cpp/aspose.cells.charts/chart/iscellreferedbychart/_index.md new file mode 100644 index 00000000000..c7bf5a58799 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/iscellreferedbychart/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Charts::Chart::IsCellReferedByChart method +linktitle: IsCellReferedByChart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::IsCellReferedByChart method. Returns whether the cell refered by the chart in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.charts/chart/iscellreferedbychart/ +--- +## Chart::IsCellReferedByChart method + + +Returns whether the cell refered by the chart. + +```cpp +bool Aspose::Cells::Charts::Chart::IsCellReferedByChart(int32_t sheetIndex, int32_t rowIndex, int32_t columnIndex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sheetIndex | int32_t | The sheet Index.-1 means the worksheet which contains current chart. | +| rowIndex | int32_t | The row index | +| columnIndex | int32_t | The column index | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/ischartdatachanged/_index.md b/spanish/cpp/aspose.cells.charts/chart/ischartdatachanged/_index.md new file mode 100644 index 00000000000..db86e075e49 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/ischartdatachanged/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Charts::Chart::IsChartDataChanged method +linktitle: IsChartDataChanged +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::IsChartDataChanged method. Detects if a chart''s data source has changed in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.charts/chart/ischartdatachanged/ +--- +## Chart::IsChartDataChanged method + + +Detects if a chart's data source has changed. + +```cpp +bool Aspose::Cells::Charts::Chart::IsChartDataChanged() +``` + + +## ReturnValue + +Returns true if the chart has changed otherwise returns false +## Remarks + + +The method detects the changes in the chart's data source before rendering the chart to image format. At first Chart.toImage call, the chart source data (e.g. XValuesParseData, ValuesParseData) will be recorded. Before calling the Chart.toImage method again, call IsChartDataChanged method to check if [Chart](../) needs re-rendering. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/isnull/_index.md b/spanish/cpp/aspose.cells.charts/chart/isnull/_index.md new file mode 100644 index 00000000000..f4d2f7aa995 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::Chart::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.charts/chart/isnull/ +--- +## Chart::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Charts::Chart::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/isrectangularcornered/_index.md b/spanish/cpp/aspose.cells.charts/chart/isrectangularcornered/_index.md new file mode 100644 index 00000000000..2d52cca6c6e --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/isrectangularcornered/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::IsRectangularCornered method +linktitle: IsRectangularCornered +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::IsRectangularCornered method. Gets or sets a value indicating whether the chart area is rectangular cornered. Default is true in C++.' +type: docs +weight: 5100 +url: /es/cpp/aspose.cells.charts/chart/isrectangularcornered/ +--- +## Chart::IsRectangularCornered method + + +Gets or sets a value indicating whether the chart area is rectangular cornered. Default is true. + +```cpp +bool Aspose::Cells::Charts::Chart::IsRectangularCornered() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/move/_index.md b/spanish/cpp/aspose.cells.charts/chart/move/_index.md new file mode 100644 index 00000000000..de4b34d06f7 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/move/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Charts::Chart::Move method +linktitle: Move +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::Move method. Moves the chart to a specified location in C++.' +type: docs +weight: 3500 +url: /es/cpp/aspose.cells.charts/chart/move/ +--- +## Chart::Move method + + +Moves the chart to a specified location. + +```cpp +void Aspose::Cells::Charts::Chart::Move(int32_t topRow, int32_t leftColumn, int32_t bottomRow, int32_t rightColumn) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| leftColumn | int32_t | Upper left column index. | +| topRow | int32_t | Upper left row index. | +| rightColumn | int32_t | Lower right column index | +| bottomRow | int32_t | Lower right row index | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/operator_asm/_index.md b/spanish/cpp/aspose.cells.charts/chart/operator_asm/_index.md new file mode 100644 index 00000000000..ac5be99db1c --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::Chart::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.charts/chart/operator_asm/ +--- +## Chart::operator= method + + +operator= + +```cpp +Chart & Aspose::Cells::Charts::Chart::operator=(const Chart &src) +``` + +## See Also + +* Class [Chart](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/operator_bool/_index.md b/spanish/cpp/aspose.cells.charts/chart/operator_bool/_index.md new file mode 100644 index 00000000000..4626a5bdbe3 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::Chart::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.charts/chart/operator_bool/ +--- +## Chart::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Charts::Chart::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/refreshpivotdata/_index.md b/spanish/cpp/aspose.cells.charts/chart/refreshpivotdata/_index.md new file mode 100644 index 00000000000..dd7dbc0ed65 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/refreshpivotdata/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::Chart::RefreshPivotData method +linktitle: RefreshPivotData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::RefreshPivotData method. Refreshes chart''s data from pivot table in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.charts/chart/refreshpivotdata/ +--- +## Chart::RefreshPivotData method + + +Refreshes chart's data from pivot table. + +```cpp +void Aspose::Cells::Charts::Chart::RefreshPivotData() +``` + +## Remarks + + +We will gather data from pivot data source to the pivot table report. This method is only used to gather all data to a pivot chart. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/setautoscaling/_index.md b/spanish/cpp/aspose.cells.charts/chart/setautoscaling/_index.md new file mode 100644 index 00000000000..eddc8c1dd93 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/setautoscaling/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::SetAutoScaling method +linktitle: SetAutoScaling +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::SetAutoScaling method. True if Microsoft Excel scales a 3-D chart so that it''s closer in size to the equivalent 2-D chart. The RightAngleAxes property must be True in C++.' +type: docs +weight: 7500 +url: /es/cpp/aspose.cells.charts/chart/setautoscaling/ +--- +## Chart::SetAutoScaling method + + +True if Microsoft Excel scales a 3-D chart so that it's closer in size to the equivalent 2-D chart. The RightAngleAxes property must be True. + +```cpp +void Aspose::Cells::Charts::Chart::SetAutoScaling(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/setchartdatarange/_index.md b/spanish/cpp/aspose.cells.charts/chart/setchartdatarange/_index.md new file mode 100644 index 00000000000..fff9f560cdb --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/setchartdatarange/_index.md @@ -0,0 +1,52 @@ +--- +title: Aspose::Cells::Charts::Chart::SetChartDataRange method +linktitle: SetChartDataRange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::SetChartDataRange method. Specifies data range for a chart in C++.' +type: docs +weight: 9200 +url: /es/cpp/aspose.cells.charts/chart/setchartdatarange/ +--- +## Chart::SetChartDataRange(const U16String\&, bool) method + + +Specifies data range for a chart. + +```cpp +void Aspose::Cells::Charts::Chart::SetChartDataRange(const U16String &area, bool isVertical) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| area | const U16String\& | Specifies values from which to plot the data series | +| isVertical | bool | Specifies whether to plot the series from a range of cell values by row or by column. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## Chart::SetChartDataRange(const char16_t*, bool) method + + +Specifies data range for a chart. + +```cpp +void Aspose::Cells::Charts::Chart::SetChartDataRange(const char16_t *area, bool isVertical) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| area | const char16_t* | Specifies values from which to plot the data series | +| isVertical | bool | Specifies whether to plot the series from a range of cell values by row or by column. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/setdepthpercent/_index.md b/spanish/cpp/aspose.cells.charts/chart/setdepthpercent/_index.md new file mode 100644 index 00000000000..89038b9a357 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/setdepthpercent/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::SetDepthPercent method +linktitle: SetDepthPercent +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::SetDepthPercent method. Represents the depth of a 3-D chart as a percentage of the chart width (between 20 and 2000 percent) in C++.' +type: docs +weight: 8200 +url: /es/cpp/aspose.cells.charts/chart/setdepthpercent/ +--- +## Chart::SetDepthPercent method + + +Represents the depth of a 3-D chart as a percentage of the chart width (between 20 and 2000 percent). + +```cpp +void Aspose::Cells::Charts::Chart::SetDepthPercent(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/setdisplaynaasblank/_index.md b/spanish/cpp/aspose.cells.charts/chart/setdisplaynaasblank/_index.md new file mode 100644 index 00000000000..5041abfed18 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/setdisplaynaasblank/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::SetDisplayNaAsBlank method +linktitle: SetDisplayNaAsBlank +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::SetDisplayNaAsBlank method. Indicates whether displaying #N/A as blank value in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.charts/chart/setdisplaynaasblank/ +--- +## Chart::SetDisplayNaAsBlank method + + +Indicates whether displaying #N/A as blank value. + +```cpp +void Aspose::Cells::Charts::Chart::SetDisplayNaAsBlank(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/setelevation/_index.md b/spanish/cpp/aspose.cells.charts/chart/setelevation/_index.md new file mode 100644 index 00000000000..89f5b59cc6d --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/setelevation/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::Chart::SetElevation method +linktitle: SetElevation +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::SetElevation method. Represents the elevation of the 3-D chart view, in degrees in C++.' +type: docs +weight: 7100 +url: /es/cpp/aspose.cells.charts/chart/setelevation/ +--- +## Chart::SetElevation method + + +Represents the elevation of the 3-D chart view, in degrees. + +```cpp +void Aspose::Cells::Charts::Chart::SetElevation(int32_t value) +``` + +## Remarks + + +The chart elevation is the height at which you view the chart, in degrees. The default is 15 for most chart types. The value of this property must be between -90 and 90, except for 3-D bar charts, where it must be between 0 and 44. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/setfirstsliceangle/_index.md b/spanish/cpp/aspose.cells.charts/chart/setfirstsliceangle/_index.md new file mode 100644 index 00000000000..469a19f1e6c --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/setfirstsliceangle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::SetFirstSliceAngle method +linktitle: SetFirstSliceAngle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::SetFirstSliceAngle method. Gets or sets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical). Applies only to pie, 3-D pie, and doughnut charts, 0 to 360 in C++.' +type: docs +weight: 5600 +url: /es/cpp/aspose.cells.charts/chart/setfirstsliceangle/ +--- +## Chart::SetFirstSliceAngle method + + +Gets or sets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical). Applies only to pie, 3-D pie, and doughnut charts, 0 to 360. + +```cpp +void Aspose::Cells::Charts::Chart::SetFirstSliceAngle(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/setgapdepth/_index.md b/spanish/cpp/aspose.cells.charts/chart/setgapdepth/_index.md new file mode 100644 index 00000000000..4d3bddc6c8e --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/setgapdepth/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::SetGapDepth method +linktitle: SetGapDepth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::SetGapDepth method. Gets or sets the distance between the data series in a 3-D chart, as a percentage of the marker width. The value of this property must be between 0 and 500 in C++.' +type: docs +weight: 6000 +url: /es/cpp/aspose.cells.charts/chart/setgapdepth/ +--- +## Chart::SetGapDepth method + + +Gets or sets the distance between the data series in a 3-D chart, as a percentage of the marker width. The value of this property must be between 0 and 500. + +```cpp +void Aspose::Cells::Charts::Chart::SetGapDepth(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/setgapwidth/_index.md b/spanish/cpp/aspose.cells.charts/chart/setgapwidth/_index.md new file mode 100644 index 00000000000..16a6ac886ef --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/setgapwidth/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::SetGapWidth method +linktitle: SetGapWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::SetGapWidth method. Returns or sets the space between bar or column clusters, as a percentage of the bar or column width. The value of this property must be between 0 and 500 in C++.' +type: docs +weight: 5800 +url: /es/cpp/aspose.cells.charts/chart/setgapwidth/ +--- +## Chart::SetGapWidth method + + +Returns or sets the space between bar or column clusters, as a percentage of the bar or column width. The value of this property must be between 0 and 500. + +```cpp +void Aspose::Cells::Charts::Chart::SetGapWidth(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/setheightpercent/_index.md b/spanish/cpp/aspose.cells.charts/chart/setheightpercent/_index.md new file mode 100644 index 00000000000..3a44c15c06f --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/setheightpercent/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::SetHeightPercent method +linktitle: SetHeightPercent +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::SetHeightPercent method. Returns or sets the height of a 3-D chart as a percentage of the chart width (between 5 and 500 percent) in C++.' +type: docs +weight: 7700 +url: /es/cpp/aspose.cells.charts/chart/setheightpercent/ +--- +## Chart::SetHeightPercent method + + +Returns or sets the height of a 3-D chart as a percentage of the chart width (between 5 and 500 percent). + +```cpp +void Aspose::Cells::Charts::Chart::SetHeightPercent(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/sethidepivotfieldbuttons/_index.md b/spanish/cpp/aspose.cells.charts/chart/sethidepivotfieldbuttons/_index.md new file mode 100644 index 00000000000..b75ca6f3a0f --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/sethidepivotfieldbuttons/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::SetHidePivotFieldButtons method +linktitle: SetHidePivotFieldButtons +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::SetHidePivotFieldButtons method. Indicates whether hide the pivot chart field buttons only when the chart is PivotChart in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.charts/chart/sethidepivotfieldbuttons/ +--- +## Chart::SetHidePivotFieldButtons method + + +Indicates whether hide the pivot chart field buttons only when the chart is PivotChart. + +```cpp +void Aspose::Cells::Charts::Chart::SetHidePivotFieldButtons(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/setisrectangularcornered/_index.md b/spanish/cpp/aspose.cells.charts/chart/setisrectangularcornered/_index.md new file mode 100644 index 00000000000..c17939f1698 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/setisrectangularcornered/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::SetIsRectangularCornered method +linktitle: SetIsRectangularCornered +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::SetIsRectangularCornered method. Gets or sets a value indicating whether the chart area is rectangular cornered. Default is true in C++.' +type: docs +weight: 5200 +url: /es/cpp/aspose.cells.charts/chart/setisrectangularcornered/ +--- +## Chart::SetIsRectangularCornered method + + +Gets or sets a value indicating whether the chart area is rectangular cornered. Default is true. + +```cpp +void Aspose::Cells::Charts::Chart::SetIsRectangularCornered(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/setname/_index.md b/spanish/cpp/aspose.cells.charts/chart/setname/_index.md new file mode 100644 index 00000000000..9bcb461905d --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/setname/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Charts::Chart::SetName method +linktitle: SetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::SetName method. Gets and sets the name of the chart in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.charts/chart/setname/ +--- +## Chart::SetName(const U16String\&) method + + +Gets and sets the name of the chart. + +```cpp +void Aspose::Cells::Charts::Chart::SetName(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## Chart::SetName(const char16_t*) method + + +Gets and sets the name of the chart. + +```cpp +void Aspose::Cells::Charts::Chart::SetName(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/setperspective/_index.md b/spanish/cpp/aspose.cells.charts/chart/setperspective/_index.md new file mode 100644 index 00000000000..251d2a5f254 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/setperspective/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::SetPerspective method +linktitle: SetPerspective +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::SetPerspective method. Returns or sets the perspective for the 3-D chart view. Must be between 0 and 100. This property is ignored if the RightAngleAxes property is True in C++.' +type: docs +weight: 7900 +url: /es/cpp/aspose.cells.charts/chart/setperspective/ +--- +## Chart::SetPerspective method + + +Returns or sets the perspective for the 3-D chart view. Must be between 0 and 100. This property is ignored if the RightAngleAxes property is True. + +```cpp +void Aspose::Cells::Charts::Chart::SetPerspective(int16_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/setpivotsource/_index.md b/spanish/cpp/aspose.cells.charts/chart/setpivotsource/_index.md new file mode 100644 index 00000000000..3afb5c291dc --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/setpivotsource/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::Charts::Chart::SetPivotSource method +linktitle: SetPivotSource +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::SetPivotSource method. The source is the data of the pivotTable. If PivotSource is not empty ,the chart is PivotChart in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.charts/chart/setpivotsource/ +--- +## Chart::SetPivotSource(const U16String\&) method + + +The source is the data of the pivotTable. If PivotSource is not empty ,the chart is PivotChart. + +```cpp +void Aspose::Cells::Charts::Chart::SetPivotSource(const U16String &value) +``` + +## Remarks + + +If the pivot table "PivotTable1" in the [Worksheet](../../../aspose.cells/worksheet/) "Sheet1" in the file "Book1.xls". The pivotSource could be "[Book1.xls]Sheet1!PivotTable1" if the chart and the PivotTable is not in the same workbook. If you set this property ,the previous data source setting will be lost. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## Chart::SetPivotSource(const char16_t*) method + + +The source is the data of the pivotTable. If PivotSource is not empty ,the chart is PivotChart. + +```cpp +void Aspose::Cells::Charts::Chart::SetPivotSource(const char16_t *value) +``` + +## Remarks + + +If the pivot table "PivotTable1" in the [Worksheet](../../../aspose.cells/worksheet/) "Sheet1" in the file "Book1.xls". The pivotSource could be "[Book1.xls]Sheet1!PivotTable1" if the chart and the PivotTable is not in the same workbook. If you set this property ,the previous data source setting will be lost. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/setplacement/_index.md b/spanish/cpp/aspose.cells.charts/chart/setplacement/_index.md new file mode 100644 index 00000000000..b2544824ac0 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/setplacement/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::Chart::SetPlacement method +linktitle: SetPlacement +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::SetPlacement method. Represents the way the chart is attached to the cells below it in C++.' +type: docs +weight: 8700 +url: /es/cpp/aspose.cells.charts/chart/setplacement/ +--- +## Chart::SetPlacement method + + +Represents the way the chart is attached to the cells below it. + +```cpp +void Aspose::Cells::Charts::Chart::SetPlacement(PlacementType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PlacementType](../../../aspose.cells.drawing/placementtype/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/setplotemptycellstype/_index.md b/spanish/cpp/aspose.cells.charts/chart/setplotemptycellstype/_index.md new file mode 100644 index 00000000000..3f610210f6b --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/setplotemptycellstype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::Chart::SetPlotEmptyCellsType method +linktitle: SetPlotEmptyCellsType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::SetPlotEmptyCellsType method. Gets and sets how to plot the empty cells in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.charts/chart/setplotemptycellstype/ +--- +## Chart::SetPlotEmptyCellsType method + + +Gets and sets how to plot the empty cells. + +```cpp +void Aspose::Cells::Charts::Chart::SetPlotEmptyCellsType(PlotEmptyCellsType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PlotEmptyCellsType](../../plotemptycellstype/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/setplotvisiblecellsonly/_index.md b/spanish/cpp/aspose.cells.charts/chart/setplotvisiblecellsonly/_index.md new file mode 100644 index 00000000000..4dc58ff9b59 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/setplotvisiblecellsonly/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::SetPlotVisibleCellsOnly method +linktitle: SetPlotVisibleCellsOnly +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::SetPlotVisibleCellsOnly method. Indicates whether plot visible cells only in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.charts/chart/setplotvisiblecellsonly/ +--- +## Chart::SetPlotVisibleCellsOnly method + + +Indicates whether plot visible cells only. + +```cpp +void Aspose::Cells::Charts::Chart::SetPlotVisibleCellsOnly(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/setprintsize/_index.md b/spanish/cpp/aspose.cells.charts/chart/setprintsize/_index.md new file mode 100644 index 00000000000..60e5dfa878b --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/setprintsize/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::Chart::SetPrintSize method +linktitle: SetPrintSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::SetPrintSize method. Gets and sets the printed chart size in C++.' +type: docs +weight: 3100 +url: /es/cpp/aspose.cells.charts/chart/setprintsize/ +--- +## Chart::SetPrintSize method + + +Gets and sets the printed chart size. + +```cpp +void Aspose::Cells::Charts::Chart::SetPrintSize(PrintSizeType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PrintSizeType](../../../aspose.cells/printsizetype/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/setrightangleaxes/_index.md b/spanish/cpp/aspose.cells.charts/chart/setrightangleaxes/_index.md new file mode 100644 index 00000000000..306d8b5fcef --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/setrightangleaxes/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::Chart::SetRightAngleAxes method +linktitle: SetRightAngleAxes +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::SetRightAngleAxes method. True if the chart axes are at right angles. Applies only for 3-D charts(except Column3D and 3-D Pie Charts) in C++.' +type: docs +weight: 7300 +url: /es/cpp/aspose.cells.charts/chart/setrightangleaxes/ +--- +## Chart::SetRightAngleAxes method + + +True if the chart axes are at right angles. Applies only for 3-D charts(except Column3D and 3-D Pie [Charts](../../)). + +```cpp +void Aspose::Cells::Charts::Chart::SetRightAngleAxes(bool value) +``` + +## Remarks + + +If this property is True, the Perspective property is ignored. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/setrotationangle/_index.md b/spanish/cpp/aspose.cells.charts/chart/setrotationangle/_index.md new file mode 100644 index 00000000000..703a9b7b56e --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/setrotationangle/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::Chart::SetRotationAngle method +linktitle: SetRotationAngle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::SetRotationAngle method. Represents the rotation of the 3-D chart view (the rotation of the plot area around the z-axis, in degrees) in C++.' +type: docs +weight: 6900 +url: /es/cpp/aspose.cells.charts/chart/setrotationangle/ +--- +## Chart::SetRotationAngle method + + +Represents the rotation of the 3-D chart view (the rotation of the plot area around the z-axis, in degrees). + +```cpp +void Aspose::Cells::Charts::Chart::SetRotationAngle(int32_t value) +``` + +## Remarks + + +The value of this property must be from 0 to 360, except for 3-D bar charts, where the value must be from 0 to 44. The default value is 20. Applies only to 3-D charts. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/setshowdatatable/_index.md b/spanish/cpp/aspose.cells.charts/chart/setshowdatatable/_index.md new file mode 100644 index 00000000000..dd7039f303b --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/setshowdatatable/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::SetShowDataTable method +linktitle: SetShowDataTable +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::SetShowDataTable method. Gets or sets a value indicating whether the chart displays a data table in C++.' +type: docs +weight: 5400 +url: /es/cpp/aspose.cells.charts/chart/setshowdatatable/ +--- +## Chart::SetShowDataTable method + + +Gets or sets a value indicating whether the chart displays a data table. + +```cpp +void Aspose::Cells::Charts::Chart::SetShowDataTable(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/setshowlegend/_index.md b/spanish/cpp/aspose.cells.charts/chart/setshowlegend/_index.md new file mode 100644 index 00000000000..721d18cb847 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/setshowlegend/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::SetShowLegend method +linktitle: SetShowLegend +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::SetShowLegend method. Gets or sets a value indicating whether the chart legend will be displayed. Default is true in C++.' +type: docs +weight: 5000 +url: /es/cpp/aspose.cells.charts/chart/setshowlegend/ +--- +## Chart::SetShowLegend method + + +Gets or sets a value indicating whether the chart legend will be displayed. Default is true. + +```cpp +void Aspose::Cells::Charts::Chart::SetShowLegend(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/setsizewithwindow/_index.md b/spanish/cpp/aspose.cells.charts/chart/setsizewithwindow/_index.md new file mode 100644 index 00000000000..4dc056861f2 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/setsizewithwindow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::SetSizeWithWindow method +linktitle: SetSizeWithWindow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::SetSizeWithWindow method. True if Microsoft Excel resizes the chart to match the size of the chart sheet window in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.charts/chart/setsizewithwindow/ +--- +## Chart::SetSizeWithWindow method + + +True if Microsoft Excel resizes the chart to match the size of the chart sheet window. + +```cpp +void Aspose::Cells::Charts::Chart::SetSizeWithWindow(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/setstyle/_index.md b/spanish/cpp/aspose.cells.charts/chart/setstyle/_index.md new file mode 100644 index 00000000000..3adc8ae0788 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/setstyle/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::Chart::SetStyle method +linktitle: SetStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::SetStyle method. Gets and sets the builtin style in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.charts/chart/setstyle/ +--- +## Chart::SetStyle method + + +Gets and sets the builtin style. + +```cpp +void Aspose::Cells::Charts::Chart::SetStyle(int32_t value) +``` + +## Remarks + + +It should be between 1 and 48. Return -1 if it's not be set. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/settype/_index.md b/spanish/cpp/aspose.cells.charts/chart/settype/_index.md new file mode 100644 index 00000000000..e3f59ca9373 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/settype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::Chart::SetType method +linktitle: SetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::SetType method. Gets or sets a chart''s type in C++.' +type: docs +weight: 3400 +url: /es/cpp/aspose.cells.charts/chart/settype/ +--- +## Chart::SetType method + + +Gets or sets a chart's type. + +```cpp +void Aspose::Cells::Charts::Chart::SetType(ChartType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ChartType](../../charttype/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/setwallsandgridlines2d/_index.md b/spanish/cpp/aspose.cells.charts/chart/setwallsandgridlines2d/_index.md new file mode 100644 index 00000000000..b54af20585b --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/setwallsandgridlines2d/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Chart::SetWallsAndGridlines2D method +linktitle: SetWallsAndGridlines2D +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::SetWallsAndGridlines2D method. True if gridlines are drawn two-dimensionally on a 3-D chart in C++.' +type: docs +weight: 6700 +url: /es/cpp/aspose.cells.charts/chart/setwallsandgridlines2d/ +--- +## Chart::SetWallsAndGridlines2D method + + +True if gridlines are drawn two-dimensionally on a 3-D chart. + +```cpp +void Aspose::Cells::Charts::Chart::SetWallsAndGridlines2D(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/switchrowcolumn/_index.md b/spanish/cpp/aspose.cells.charts/chart/switchrowcolumn/_index.md new file mode 100644 index 00000000000..455b04513c0 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/switchrowcolumn/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::Chart::SwitchRowColumn method +linktitle: SwitchRowColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::SwitchRowColumn method. Switches row/column in C++.' +type: docs +weight: 9000 +url: /es/cpp/aspose.cells.charts/chart/switchrowcolumn/ +--- +## Chart::SwitchRowColumn method + + +Switches row/column. + +```cpp +bool Aspose::Cells::Charts::Chart::SwitchRowColumn() +``` + + +## ReturnValue + +False means switching row/column fails. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/toimage/_index.md b/spanish/cpp/aspose.cells.charts/chart/toimage/_index.md new file mode 100644 index 00000000000..4980e40d36c --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/toimage/_index.md @@ -0,0 +1,397 @@ +--- +title: Aspose::Cells::Charts::Chart::ToImage method +linktitle: ToImage +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::ToImage method. Creates the chart image and saves it to a file. The extension of the file name determines the format of the image in C++.' +type: docs +weight: 8300 +url: /es/cpp/aspose.cells.charts/chart/toimage/ +--- +## Chart::ToImage(const U16String\&) method + + +Creates the chart image and saves it to a file. The extension of the file name determines the format of the image. + +```cpp +void Aspose::Cells::Charts::Chart::ToImage(const U16String &imageFile) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| imageFile | const U16String\& | The image file name with full path. | +## Remarks + + + +The format of the image is specified by using the extension of the file name. For example, if you specify "myfile.png", then the image will be saved in the PNG format. The following file extensions are recognized: .bmp, .gif, .png, .jpg, .jpeg, .tiff, .tif, .emf. + +If the width or height is zero or the chart is not supported according to Supported [Charts](../../) List, this method will do nothing. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## Chart::ToImage(const char16_t*) method + + +Creates the chart image and saves it to a file. The extension of the file name determines the format of the image. + +```cpp +void Aspose::Cells::Charts::Chart::ToImage(const char16_t *imageFile) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| imageFile | const char16_t* | The image file name with full path. | +## Remarks + + + +The format of the image is specified by using the extension of the file name. For example, if you specify "myfile.png", then the image will be saved in the PNG format. The following file extensions are recognized: .bmp, .gif, .png, .jpg, .jpeg, .tiff, .tif, .emf. + +If the width or height is zero or the chart is not supported according to Supported [Charts](../../) List, this method will do nothing. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## Chart::ToImage(const U16String\&, Aspose::Cells::Drawing::ImageType) method + + +Creates the chart image and saves it to a file in the specified image type. + +```cpp +void Aspose::Cells::Charts::Chart::ToImage(const U16String &imageFile, Aspose::Cells::Drawing::ImageType imageType) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| imageFile | const U16String\& | The image file name with full path. | +| imageType | Aspose::Cells::Drawing::ImageType | The image type in which to save the image. | +## Remarks + + + +The type of the image is specified by using **imageType**. The following types are supported: ImageType.Bmp, ImageType.Gif, ImageType.Png, ImageType.Jpeg, ImageType.Tiff, ImageType.Emf. + +If the width or height is zero or the chart is not supported according to Supported [Charts](../../) List, this method will do nothing. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Enum [ImageType](../../../aspose.cells.drawing/imagetype/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## Chart::ToImage(const char16_t*, Aspose::Cells::Drawing::ImageType) method + + +Creates the chart image and saves it to a file in the specified image type. + +```cpp +void Aspose::Cells::Charts::Chart::ToImage(const char16_t *imageFile, Aspose::Cells::Drawing::ImageType imageType) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| imageFile | const char16_t* | The image file name with full path. | +| imageType | Aspose::Cells::Drawing::ImageType | The image type in which to save the image. | +## Remarks + + + +The type of the image is specified by using **imageType**. The following types are supported: ImageType.Bmp, ImageType.Gif, ImageType.Png, ImageType.Jpeg, ImageType.Tiff, ImageType.Emf. + +If the width or height is zero or the chart is not supported according to Supported [Charts](../../) List, this method will do nothing. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ImageType](../../../aspose.cells.drawing/imagetype/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## Chart::ToImage(const U16String\&, int64_t) method + + +Creates the chart image and saves it to a file in the Jpeg format. + + +>Deprecated +> +>Use Chart.ToImage(string,ImageOrPrintOptions) method instead. +```cpp +void Aspose::Cells::Charts::Chart::ToImage(const U16String &imageFile, int64_t jpegQuality) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| imageFile | const U16String\& | The image file name with full path. | +| jpegQuality | int64_t | Jpeg quality. | +## Remarks + + + +If the width or height is zero or the chart is not supported according to Supported [Charts](../../) List, this method will do nothing. NOTE: This method is now obsolete. Instead, please use ToImage(string,ImageOrPrintOptions) method with specified quality. This method will be removed 12 months later since March 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## Chart::ToImage(const char16_t*, int64_t) method + + +Creates the chart image and saves it to a file in the Jpeg format. + + +>Deprecated +> +>Use Chart.ToImage(string,ImageOrPrintOptions) method instead. +```cpp +void Aspose::Cells::Charts::Chart::ToImage(const char16_t *imageFile, int64_t jpegQuality) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| imageFile | const char16_t* | The image file name with full path. | +| jpegQuality | int64_t | Jpeg quality. | +## Remarks + + + +If the width or height is zero or the chart is not supported according to Supported [Charts](../../) List, this method will do nothing. NOTE: This method is now obsolete. Instead, please use ToImage(string,ImageOrPrintOptions) method with specified quality. This method will be removed 12 months later since March 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## Chart::ToImage(int64_t) method + + +Creates the chart image and saves it to a stream in the Jpeg format. + +```cpp +Vector Aspose::Cells::Charts::Chart::ToImage(int64_t jpegQuality) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| stream | int64_t | The output stream. | +## Remarks + + + +If the width or height is zero or the chart is not supported according to Supported [Charts](../../) List, this method will do nothing. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## Chart::ToImage(Aspose::Cells::Drawing::ImageType) method + + +Creates the chart image and saves it to a stream in the specified format. + +```cpp +Vector Aspose::Cells::Charts::Chart::ToImage(Aspose::Cells::Drawing::ImageType imageType) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| stream | Aspose::Cells::Drawing::ImageType | The output stream. | +## Remarks + + + +The type of the image is specified by using **imageType**. The following types are supported: ImageType.Bmp, ImageType.Gif, ImageType.Png, ImageType.Jpeg, ImageType.Tiff, ImageType.Emf. + +If the width or height is zero or the chart is not supported according to Supported [Charts](../../) List, this method will do nothing. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ImageType](../../../aspose.cells.drawing/imagetype/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## Chart::ToImage(const U16String\&, const ImageOrPrintOptions\&) method + + +Creates the chart image and saves it to a file. The extension of the file name determines the format of the image. + +```cpp +void Aspose::Cells::Charts::Chart::ToImage(const U16String &imageFile, const ImageOrPrintOptions &options) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| imageFile | const U16String\& | The image file name with full path. | +| options | const ImageOrPrintOptions\& | Additional image creation options | +## Remarks + + + +The format of the image is specified by using the extension of the file name. For example, if you specify "myfile.png", then the image will be saved in the PNG format. The following file extensions are recognized: .bmp, .gif, .png, .jpg, .jpeg, .tiff, .tif, .emf. + +If the width or height is zero or the chart is not supported according to Supported [Charts](../../) List, this method will do nothing. Please refer to [Supported Charts List](http://www.aspose.com/documentation/.net-components/aspose.cells-for-.net/converting-chart-to-image.html) for more details. + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Guarda en Tiff con 300 ppp y compresión CCITT4. + +ImageOrPrintOptions opt; +opt.SetHorizontalResolution(300); +opt.SetVerticalResolution(300); +opt.SetTiffCompression(TiffCompression::CompressionCCITT4); + +Workbook book(u"test.xls"); +book.GetWorksheets().Get(0).GetCharts().Get(0).ToImage(u"chart.Tiff", opt); + + + +//Guarda en Jpeg con 300 ppp y calidad de imagen 80. + +ImageOrPrintOptions options2; +options2.SetHorizontalResolution(300); +options2.SetVerticalResolution(300); +options2.SetQuality(80); + +U16String val = u"chart.Jpeg"; +Workbook book2(u"test.xls"); +book2.GetWorksheets().Get(0).GetCharts().Get(0).ToImage(val, opt); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ImageOrPrintOptions](../../../aspose.cells.rendering/imageorprintoptions/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## Chart::ToImage(const char16_t*, const ImageOrPrintOptions\&) method + + +Creates the chart image and saves it to a file. The extension of the file name determines the format of the image. + +```cpp +void Aspose::Cells::Charts::Chart::ToImage(const char16_t *imageFile, const ImageOrPrintOptions &options) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| imageFile | const char16_t* | The image file name with full path. | +| options | const ImageOrPrintOptions\& | Additional image creation options | +## Remarks + + + +The format of the image is specified by using the extension of the file name. For example, if you specify "myfile.png", then the image will be saved in the PNG format. The following file extensions are recognized: .bmp, .gif, .png, .jpg, .jpeg, .tiff, .tif, .emf. + +If the width or height is zero or the chart is not supported according to Supported [Charts](../../) List, this method will do nothing. Please refer to [Supported Charts List](http://www.aspose.com/documentation/.net-components/aspose.cells-for-.net/converting-chart-to-image.html) for more details. + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Guarda en Tiff con 300 ppp y compresión CCITT4. + +ImageOrPrintOptions opt; +opt.SetHorizontalResolution(300); +opt.SetVerticalResolution(300); +opt.SetTiffCompression(TiffCompression::CompressionCCITT4); + +Workbook book(u"test.xls"); +book.GetWorksheets().Get(0).GetCharts().Get(0).ToImage(u"chart.Tiff", opt); + + + +//Guarda en Jpeg con 300 ppp y calidad de imagen 80. + +ImageOrPrintOptions options2; +options2.SetHorizontalResolution(300); +options2.SetVerticalResolution(300); +options2.SetQuality(80); + +Workbook book2(u"test.xls"); +book2.GetWorksheets().Get(0).GetCharts().Get(0).ToImage(u"chart.Jpeg", opt); + + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageOrPrintOptions](../../../aspose.cells.rendering/imageorprintoptions/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## Chart::ToImage(const ImageOrPrintOptions\&) method + + +Creates the chart image and saves it to a stream in the specified format. + +```cpp +Vector Aspose::Cells::Charts::Chart::ToImage(const ImageOrPrintOptions &options) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| stream | const ImageOrPrintOptions\& | The output stream. | +## Remarks + + + +The type of the image is specified by using **options.ImageType**. The following formats are supported: ImageType.Bmp, ImageType.Gif, ImageType.Png, ImageType.Jpeg, ImageType.Tiff, ImageType.Emf. + +If the width or height is zero or the chart is not supported according to Supported [Charts](../../) List, this method will do nothing. Please refer to [Supported Charts List](http://www.aspose.com/documentation/.net-components/aspose.cells-for-.net/converting-chart-to-image.html) for more details. + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Obtiene un objeto bitmap con 200 ppp en x y 300 ppp en y. + +ImageOrPrintOptions opt; +opt.SetHorizontalResolution(200); +opt.SetVerticalResolution(300); + +Workbook book(u"test.xls"); +Vector chartObject = book.GetWorksheets().Get(0).GetCharts().Get(0).ToImage(opt); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageOrPrintOptions](../../../aspose.cells.rendering/imageorprintoptions/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/topdf/_index.md b/spanish/cpp/aspose.cells.charts/chart/topdf/_index.md new file mode 100644 index 00000000000..3c70139ad4f --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/topdf/_index.md @@ -0,0 +1,144 @@ +--- +title: Aspose::Cells::Charts::Chart::ToPdf method +linktitle: ToPdf +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::ToPdf method. Saves the chart to a pdf file in C++.' +type: docs +weight: 8400 +url: /es/cpp/aspose.cells.charts/chart/topdf/ +--- +## Chart::ToPdf(const U16String\&) method + + +Saves the chart to a pdf file. + +```cpp +void Aspose::Cells::Charts::Chart::ToPdf(const U16String &fileName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fileName | const U16String\& | the pdf file name with full path | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## Chart::ToPdf(const char16_t*) method + + +Saves the chart to a pdf file. + +```cpp +void Aspose::Cells::Charts::Chart::ToPdf(const char16_t *fileName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fileName | const char16_t* | the pdf file name with full path | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## Chart::ToPdf(const U16String\&, float, float, PageLayoutAlignmentType, PageLayoutAlignmentType) method + + +Saves the chart to a pdf file. + +```cpp +void Aspose::Cells::Charts::Chart::ToPdf(const U16String &fileName, float desiredPageWidth, float desiredPageHeight, PageLayoutAlignmentType hAlignmentType, PageLayoutAlignmentType vAlignmentType) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fileName | const U16String\& | the pdf file name with full path | +| desiredPageWidth | float | The desired page width in inches. | +| desiredPageHeight | float | The desired page height in inches. | +| hAlignmentType | PageLayoutAlignmentType | The chart horizontal alignment type in the output page. | +| vAlignmentType | PageLayoutAlignmentType | The chart vertical alignment type in the output page. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Enum [PageLayoutAlignmentType](../../../aspose.cells/pagelayoutalignmenttype/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## Chart::ToPdf(const char16_t*, float, float, PageLayoutAlignmentType, PageLayoutAlignmentType) method + + +Saves the chart to a pdf file. + +```cpp +void Aspose::Cells::Charts::Chart::ToPdf(const char16_t *fileName, float desiredPageWidth, float desiredPageHeight, PageLayoutAlignmentType hAlignmentType, PageLayoutAlignmentType vAlignmentType) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fileName | const char16_t* | the pdf file name with full path | +| desiredPageWidth | float | The desired page width in inches. | +| desiredPageHeight | float | The desired page height in inches. | +| hAlignmentType | PageLayoutAlignmentType | The chart horizontal alignment type in the output page. | +| vAlignmentType | PageLayoutAlignmentType | The chart vertical alignment type in the output page. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PageLayoutAlignmentType](../../../aspose.cells/pagelayoutalignmenttype/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## Chart::ToPdf() method + + +Creates the chart pdf and saves it to a stream. + +```cpp +Vector Aspose::Cells::Charts::Chart::ToPdf() +``` + + +| Parameter | Type | Description | +| --- | --- | --- | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## Chart::ToPdf(float, float, PageLayoutAlignmentType, PageLayoutAlignmentType) method + + +Creates the chart pdf and saves it to a stream. + +```cpp +Vector Aspose::Cells::Charts::Chart::ToPdf(float desiredPageWidth, float desiredPageHeight, PageLayoutAlignmentType hAlignmentType, PageLayoutAlignmentType vAlignmentType) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| stream | float | The output stream. | +| desiredPageWidth | float | The desired page width in inches. | +| desiredPageHeight | PageLayoutAlignmentType | The desired page height in inches. | +| hAlignmentType | PageLayoutAlignmentType | The chart horizontal alignment type in the output page. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PageLayoutAlignmentType](../../../aspose.cells/pagelayoutalignmenttype/) +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chart/~chart/_index.md b/spanish/cpp/aspose.cells.charts/chart/~chart/_index.md new file mode 100644 index 00000000000..250fdac64c5 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chart/~chart/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::Chart::~Chart method +linktitle: ~Chart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Chart::~Chart method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.charts/chart/~chart/ +--- +## Chart::~Chart method + + +Destructor. + +```cpp +Aspose::Cells::Charts::Chart::~Chart() +``` + +## See Also + +* Class [Chart](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartarea/_impl/_index.md b/spanish/cpp/aspose.cells.charts/chartarea/_impl/_index.md new file mode 100644 index 00000000000..f222d598163 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartarea/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::ChartArea::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartArea::_impl field. The implementation object in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.charts/chartarea/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ChartArea_Impl* Aspose::Cells::Charts::ChartArea::_impl +``` + +## See Also + +* Class [ChartArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartarea/_index.md b/spanish/cpp/aspose.cells.charts/chartarea/_index.md new file mode 100644 index 00000000000..ab3cc885aa5 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartarea/_index.md @@ -0,0 +1,148 @@ +--- +title: Aspose::Cells::Charts::ChartArea class +linktitle: ChartArea +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartArea class. Encapsulates the object that represents the chart area in the worksheet in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.charts/chartarea/ +--- +## ChartArea class + + +Encapsulates the object that represents the chart area in the worksheet. + +```cpp +class ChartArea : public Aspose::Cells::Charts::ChartFrame +``` + +## Methods + +| Method | Description | +| --- | --- | +| [ChartArea(ChartArea_Impl* impl)](./chartarea/) | Constructs from an implementation object. | +| [ChartArea(const ChartArea\& src)](./chartarea/) | Copy constructor. | +| [ChartArea(const ChartFrame\& src)](./chartarea/) | Constructs from a parent object. | +| [ChartFrame(ChartFrame_Impl* impl)](../chartframe/chartframe/) | Constructs from an implementation object. | +| [ChartFrame(const ChartFrame\& src)](../chartframe/chartframe/) | Copy constructor. | +| [GetArea()](../chartframe/getarea/) | Gets the [area](../). | +| [GetAutoScaleFont()](../chartframe/getautoscalefont/) | True if the text in the object changes font size when the object size changes. The default value is True. | +| [GetBackground()](../chartframe/getbackground/) | **(Deprecated)** Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions. | +| [GetBackgroundMode()](../chartframe/getbackgroundmode/) | **(Deprecated)** Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions. | +| [GetBorder()](../chartframe/getborder/) | Gets the [border](../). | +| [GetDefaultHeight()](../chartframe/getdefaultheight/) | **(Deprecated)** Represents height of default position in units of 1/4000 of the chart area. | +| [GetDefaultHeightRatioToChart()](../chartframe/getdefaultheightratiotochart/) | Represents height of default position in units of Fraction of the chart area. | +| [GetDefaultWidth()](../chartframe/getdefaultwidth/) | **(Deprecated)** Represents width of default position in units of 1/4000 of the chart area. | +| [GetDefaultWidthRatioToChart()](../chartframe/getdefaultwidthratiotochart/) | Represents width of default position in units of Fraction of the chart area. | +| [GetDefaultX()](../chartframe/getdefaultx/) | **(Deprecated)** Represents x of default position in units of 1/4000 of the chart area. | +| [GetDefaultXRatioToChart()](../chartframe/getdefaultxratiotochart/) | Represents x of default position in units of Fraction of the chart area. | +| [GetDefaultY()](../chartframe/getdefaulty/) | **(Deprecated)** Represents y of default position in units of 1/4000 of the chart area. | +| [GetDefaultYRatioToChart()](../chartframe/getdefaultyratiotochart/) | Represents y of default position in units of Fraction of the chart area. | +| [GetFont()](./getfont/) | Gets a [Font](../../aspose.cells/font/) object of the specified chartarea object. | +| [GetHeight()](./getheight/) | **(Deprecated)** Gets or sets the vertical offset from its lower right corner row, in units of 1/4000 of the chart area. | +| [GetHeightPixel()](../chartframe/getheightpixel/) | Gets or sets the height of frame in units of Pixel. | +| [GetHeightRatioToChart()](./getheightratiotochart/) | Gets or sets the vertical offset from its lower right corner row, in units of ratio of the chart area. | +| [GetShadow()](../chartframe/getshadow/) | True if the frame has a shadow. | +| [GetShapeProperties()](../chartframe/getshapeproperties/) | Gets the ShapeProperties object. | +| [GetTextOptions()](../chartframe/gettextoptions/) | Gets and sets the options of the text. | +| [GetWidth()](./getwidth/) | **(Deprecated)** Gets or sets the horizontal offset from its lower right corner column, in units of 1/4000 of the chart area. | +| [GetWidthPixel()](../chartframe/getwidthpixel/) | Gets or sets the width of frame in units of Pixel. | +| [GetWidthRatioToChart()](./getwidthratiotochart/) | Gets or sets the horizontal offset from its lower right corner column, in units of ratio of the chart area. | +| [GetX()](./getx/) | **(Deprecated)** Gets or gets the horizontal offset from its upper left corner column, in units of 1/4000 of the chart area. | +| [GetXPixel()](../chartframe/getxpixel/) | Gets or sets the x coordinate of the upper left corner in units of Pixel. | +| [GetXRatioToChart()](./getxratiotochart/) | Gets or gets the horizontal offset from its upper left corner column, in units of ratio of the chart area. | +| [GetY()](./gety/) | **(Deprecated)** Gets or gets the vertical offset from its upper left corner row, in units of 1/4000 of the chart area. | +| [GetYPixel()](../chartframe/getypixel/) | Gets or sets the y coordinate of the upper left corner in units of Pixel. | +| [GetYRatioToChart()](./getyratiotochart/) | Gets or gets the vertical offset from its upper left corner row, in units of ratio of the chart area. | +| [IsAutomaticSize()](../chartframe/isautomaticsize/) | Indicates whether the chart frame is automatic sized. | +| [IsDefaultPosBeSet()](../chartframe/isdefaultposbeset/) | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set. | +| [IsInnerMode()](../chartframe/isinnermode/) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ChartArea\& src)](./operator_asm/) | operator= | +| [operator=(const ChartFrame\& src)](../chartframe/operator_asm/) | operator= | +| [SetAutoScaleFont(bool value)](../chartframe/setautoscalefont/) | True if the text in the object changes font size when the object size changes. The default value is True. | +| [SetBackground(BackgroundMode value)](../chartframe/setbackground/) | **(Deprecated)** Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions. | +| [SetBackgroundMode(BackgroundMode value)](../chartframe/setbackgroundmode/) | **(Deprecated)** Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions. | +| [SetHeight(int32_t value)](./setheight/) | **(Deprecated)** Gets or sets the vertical offset from its lower right corner row, in units of 1/4000 of the chart area. | +| [SetHeightPixel(int32_t value)](../chartframe/setheightpixel/) | Gets or sets the height of frame in units of Pixel. | +| [SetHeightRatioToChart(double value)](./setheightratiotochart/) | Gets or sets the vertical offset from its lower right corner row, in units of ratio of the chart area. | +| [SetIsAutomaticSize(bool value)](../chartframe/setisautomaticsize/) | Indicates whether the chart frame is automatic sized. | +| [SetIsInnerMode(bool value)](../chartframe/setisinnermode/) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. | +| [SetPositionAuto()](../chartframe/setpositionauto/) | Set position of the frame to automatic. | +| [SetShadow(bool value)](../chartframe/setshadow/) | True if the frame has a shadow. | +| [SetWidth(int32_t value)](./setwidth/) | **(Deprecated)** Gets or sets the horizontal offset from its lower right corner column, in units of 1/4000 of the chart area. | +| [SetWidthPixel(int32_t value)](../chartframe/setwidthpixel/) | Gets or sets the width of frame in units of Pixel. | +| [SetWidthRatioToChart(double value)](./setwidthratiotochart/) | Gets or sets the horizontal offset from its lower right corner column, in units of ratio of the chart area. | +| [SetX(int32_t value)](./setx/) | **(Deprecated)** Gets or gets the horizontal offset from its upper left corner column, in units of 1/4000 of the chart area. | +| [SetXPixel(int32_t value)](../chartframe/setxpixel/) | Gets or sets the x coordinate of the upper left corner in units of Pixel. | +| [SetXRatioToChart(double value)](./setxratiotochart/) | Gets or gets the horizontal offset from its upper left corner column, in units of ratio of the chart area. | +| [SetY(int32_t value)](./sety/) | **(Deprecated)** Gets or gets the vertical offset from its upper left corner row, in units of 1/4000 of the chart area. | +| [SetYPixel(int32_t value)](../chartframe/setypixel/) | Gets or sets the y coordinate of the upper left corner in units of Pixel. | +| [SetYRatioToChart(double value)](./setyratiotochart/) | Gets or gets the vertical offset from its upper left corner row, in units of ratio of the chart area. | +| [~ChartArea()](./~chartarea/) | Destructor. | +| [~ChartFrame()](../chartframe/~chartframe/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; + +//Obteniendo la referencia de la primera hoja de cálculo +Worksheet worksheet = workbook.GetWorksheets().Get(0); + +//Agregar un valor de muestra a la celda "A1" +worksheet.GetCells().Get(u"A1").PutValue(50); + +//Agregar un valor de muestra a la celda "A2" +worksheet.GetCells().Get(u"A2").PutValue(100); + +//Agregar un valor de muestra a la celda "A3" +worksheet.GetCells().Get(u"A3").PutValue(150); + +//Agregar un valor de muestra a la celda "B1" +worksheet.GetCells().Get(u"B1").PutValue(60); + +//Agregar un valor de muestra a la celda "B2" +worksheet.GetCells().Get(u"B2").PutValue(32); + +//Agregar un valor de muestra a la celda "B3" +worksheet.GetCells().Get(u"B3").PutValue(50); + +//Agregar un gráfico a la hoja de cálculo +int chartIndex = worksheet.GetCharts().Add(ChartType::Column, 5, 0, 15, 5); + +//Acceder a la instancia del gráfico recién añadido +Chart chart = worksheet.GetCharts().Get(chartIndex); + +//Agregar NSeries (fuente de datos del gráfico) al gráfico que abarca desde la celda "A1" hasta "B3" +chart.GetNSeries().Add(u"A1:B3", true); + +//Obteniendo el área del gráfico +ChartArea chartArea = chart.GetChartArea(); + +//Estableciendo el color de primer plano del área del gráfico +chartArea.GetArea().SetForegroundColor(Color{ 0xff, 0xff, 0xff, 0 }); + +//Estableciendo la sombra del área del gráfico +chartArea.SetShadow(true); + +//Guardando el archivo Excel +workbook.Save(u"book1.xls"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [ChartFrame](../chartframe/) +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/chartarea/chartarea/_index.md b/spanish/cpp/aspose.cells.charts/chartarea/chartarea/_index.md new file mode 100644 index 00000000000..ef3a23ffca7 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartarea/chartarea/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Charts::ChartArea::ChartArea constructor +linktitle: ChartArea +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartArea::ChartArea constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.charts/chartarea/chartarea/ +--- +## ChartArea::ChartArea(ChartArea_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Charts::ChartArea::ChartArea(ChartArea_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## ChartArea::ChartArea(const ChartArea\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Charts::ChartArea::ChartArea(const ChartArea &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartArea](../) +* Class [ChartArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## ChartArea::ChartArea(const ChartFrame\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Charts::ChartArea::ChartArea(const ChartFrame &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartFrame](../../chartframe/) +* Class [ChartArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartarea/getfont/_index.md b/spanish/cpp/aspose.cells.charts/chartarea/getfont/_index.md new file mode 100644 index 00000000000..600f89fc26d --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartarea/getfont/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartArea::GetFont method +linktitle: GetFont +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartArea::GetFont method. Gets a Font object of the specified chartarea object in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.charts/chartarea/getfont/ +--- +## ChartArea::GetFont method + + +Gets a [Font](../../../aspose.cells/font/) object of the specified chartarea object. + +```cpp +Aspose::Cells::Font Aspose::Cells::Charts::ChartArea::GetFont() +``` + +## See Also + +* Class [Font](../../../aspose.cells/font/) +* Class [ChartArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartarea/getheight/_index.md b/spanish/cpp/aspose.cells.charts/chartarea/getheight/_index.md new file mode 100644 index 00000000000..675bd539492 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartarea/getheight/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::ChartArea::GetHeight method +linktitle: GetHeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartArea::GetHeight method. Gets or sets the vertical offset from its lower right corner row, in units of 1/4000 of the chart area in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.charts/chartarea/getheight/ +--- +## ChartArea::GetHeight method + + +Gets or sets the vertical offset from its lower right corner row, in units of 1/4000 of the chart area. + + +>Deprecated +> +>Use ChartArea.HeightRatioToChart property, instead. +```cpp +int32_t Aspose::Cells::Charts::ChartArea::GetHeight() +``` + +## Remarks + + +NOTE: This member is now obsolete. Please use ChartArea.HeightRatioToChart property, instead. Height = HeightRatioToChart * 4000. This property will be removed 12 months later since February 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartarea/getheightratiotochart/_index.md b/spanish/cpp/aspose.cells.charts/chartarea/getheightratiotochart/_index.md new file mode 100644 index 00000000000..01c06be05b6 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartarea/getheightratiotochart/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartArea::GetHeightRatioToChart method +linktitle: GetHeightRatioToChart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartArea::GetHeightRatioToChart method. Gets or sets the vertical offset from its lower right corner row, in units of ratio of the chart area in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.charts/chartarea/getheightratiotochart/ +--- +## ChartArea::GetHeightRatioToChart method + + +Gets or sets the vertical offset from its lower right corner row, in units of ratio of the chart area. + +```cpp +double Aspose::Cells::Charts::ChartArea::GetHeightRatioToChart() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartarea/getwidth/_index.md b/spanish/cpp/aspose.cells.charts/chartarea/getwidth/_index.md new file mode 100644 index 00000000000..3ace0f3859a --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartarea/getwidth/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::ChartArea::GetWidth method +linktitle: GetWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartArea::GetWidth method. Gets or sets the horizontal offset from its lower right corner column, in units of 1/4000 of the chart area in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.charts/chartarea/getwidth/ +--- +## ChartArea::GetWidth method + + +Gets or sets the horizontal offset from its lower right corner column, in units of 1/4000 of the chart area. + + +>Deprecated +> +>Use ChartArea.WidthRatioToChart property, instead. +```cpp +int32_t Aspose::Cells::Charts::ChartArea::GetWidth() +``` + +## Remarks + + +NOTE: This member is now obsolete. Please use ChartArea.WidthRatioToChart property, instead. Width = WidthRatioToChart * 4000. This property will be removed 12 months later since February 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartarea/getwidthratiotochart/_index.md b/spanish/cpp/aspose.cells.charts/chartarea/getwidthratiotochart/_index.md new file mode 100644 index 00000000000..f1ea7b33ecb --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartarea/getwidthratiotochart/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartArea::GetWidthRatioToChart method +linktitle: GetWidthRatioToChart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartArea::GetWidthRatioToChart method. Gets or sets the horizontal offset from its lower right corner column, in units of ratio of the chart area in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.charts/chartarea/getwidthratiotochart/ +--- +## ChartArea::GetWidthRatioToChart method + + +Gets or sets the horizontal offset from its lower right corner column, in units of ratio of the chart area. + +```cpp +double Aspose::Cells::Charts::ChartArea::GetWidthRatioToChart() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartarea/getx/_index.md b/spanish/cpp/aspose.cells.charts/chartarea/getx/_index.md new file mode 100644 index 00000000000..5a6f3ec560d --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartarea/getx/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::ChartArea::GetX method +linktitle: GetX +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartArea::GetX method. Gets or gets the horizontal offset from its upper left corner column, in units of 1/4000 of the chart area in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.charts/chartarea/getx/ +--- +## ChartArea::GetX method + + +Gets or gets the horizontal offset from its upper left corner column, in units of 1/4000 of the chart area. + + +>Deprecated +> +>Use ChartArea.XRatioToChart property, instead. +```cpp +int32_t Aspose::Cells::Charts::ChartArea::GetX() +``` + +## Remarks + + +NOTE: This member is now obsolete. Please use ChartArea.XRatioToChart property, instead. X = XRatioToChart * 4000. This property will be removed 12 months later since February 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartarea/getxratiotochart/_index.md b/spanish/cpp/aspose.cells.charts/chartarea/getxratiotochart/_index.md new file mode 100644 index 00000000000..2946beb2bb4 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartarea/getxratiotochart/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartArea::GetXRatioToChart method +linktitle: GetXRatioToChart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartArea::GetXRatioToChart method. Gets or gets the horizontal offset from its upper left corner column, in units of ratio of the chart area in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.charts/chartarea/getxratiotochart/ +--- +## ChartArea::GetXRatioToChart method + + +Gets or gets the horizontal offset from its upper left corner column, in units of ratio of the chart area. + +```cpp +double Aspose::Cells::Charts::ChartArea::GetXRatioToChart() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartarea/gety/_index.md b/spanish/cpp/aspose.cells.charts/chartarea/gety/_index.md new file mode 100644 index 00000000000..c6943729dca --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartarea/gety/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::ChartArea::GetY method +linktitle: GetY +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartArea::GetY method. Gets or gets the vertical offset from its upper left corner row, in units of 1/4000 of the chart area in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.charts/chartarea/gety/ +--- +## ChartArea::GetY method + + +Gets or gets the vertical offset from its upper left corner row, in units of 1/4000 of the chart area. + + +>Deprecated +> +>Use ChartArea.YRatioToChart property, instead. +```cpp +int32_t Aspose::Cells::Charts::ChartArea::GetY() +``` + +## Remarks + + +NOTE: This member is now obsolete. Please use ChartArea.YRatioToChart property, instead. Y = YRatioToChart * 4000; This property will be removed 12 months later since February 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartarea/getyratiotochart/_index.md b/spanish/cpp/aspose.cells.charts/chartarea/getyratiotochart/_index.md new file mode 100644 index 00000000000..27605b59633 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartarea/getyratiotochart/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartArea::GetYRatioToChart method +linktitle: GetYRatioToChart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartArea::GetYRatioToChart method. Gets or gets the vertical offset from its upper left corner row, in units of ratio of the chart area in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.charts/chartarea/getyratiotochart/ +--- +## ChartArea::GetYRatioToChart method + + +Gets or gets the vertical offset from its upper left corner row, in units of ratio of the chart area. + +```cpp +double Aspose::Cells::Charts::ChartArea::GetYRatioToChart() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartarea/isnull/_index.md b/spanish/cpp/aspose.cells.charts/chartarea/isnull/_index.md new file mode 100644 index 00000000000..5f3cf0dcc35 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartarea/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::ChartArea::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartArea::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.charts/chartarea/isnull/ +--- +## ChartArea::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Charts::ChartArea::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartarea/operator_asm/_index.md b/spanish/cpp/aspose.cells.charts/chartarea/operator_asm/_index.md new file mode 100644 index 00000000000..c366cdf75c0 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartarea/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::ChartArea::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartArea::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.charts/chartarea/operator_asm/ +--- +## ChartArea::operator= method + + +operator= + +```cpp +ChartArea & Aspose::Cells::Charts::ChartArea::operator=(const ChartArea &src) +``` + +## See Also + +* Class [ChartArea](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartarea/operator_bool/_index.md b/spanish/cpp/aspose.cells.charts/chartarea/operator_bool/_index.md new file mode 100644 index 00000000000..fbd4d931871 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartarea/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::ChartArea::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartArea::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.charts/chartarea/operator_bool/ +--- +## ChartArea::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Charts::ChartArea::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ChartArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartarea/setheight/_index.md b/spanish/cpp/aspose.cells.charts/chartarea/setheight/_index.md new file mode 100644 index 00000000000..a9adacccebb --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartarea/setheight/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::ChartArea::SetHeight method +linktitle: SetHeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartArea::SetHeight method. Gets or sets the vertical offset from its lower right corner row, in units of 1/4000 of the chart area in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.charts/chartarea/setheight/ +--- +## ChartArea::SetHeight method + + +Gets or sets the vertical offset from its lower right corner row, in units of 1/4000 of the chart area. + + +>Deprecated +> +>Use ChartArea.HeightRatioToChart property, instead. +```cpp +void Aspose::Cells::Charts::ChartArea::SetHeight(int32_t value) +``` + +## Remarks + + +NOTE: This member is now obsolete. Please use ChartArea.HeightRatioToChart property, instead. Height = HeightRatioToChart * 4000. This property will be removed 12 months later since February 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartarea/setheightratiotochart/_index.md b/spanish/cpp/aspose.cells.charts/chartarea/setheightratiotochart/_index.md new file mode 100644 index 00000000000..3e38969f8d5 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartarea/setheightratiotochart/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartArea::SetHeightRatioToChart method +linktitle: SetHeightRatioToChart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartArea::SetHeightRatioToChart method. Gets or sets the vertical offset from its lower right corner row, in units of ratio of the chart area in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.charts/chartarea/setheightratiotochart/ +--- +## ChartArea::SetHeightRatioToChart method + + +Gets or sets the vertical offset from its lower right corner row, in units of ratio of the chart area. + +```cpp +void Aspose::Cells::Charts::ChartArea::SetHeightRatioToChart(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartarea/setwidth/_index.md b/spanish/cpp/aspose.cells.charts/chartarea/setwidth/_index.md new file mode 100644 index 00000000000..8b7250bea92 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartarea/setwidth/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::ChartArea::SetWidth method +linktitle: SetWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartArea::SetWidth method. Gets or sets the horizontal offset from its lower right corner column, in units of 1/4000 of the chart area in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.charts/chartarea/setwidth/ +--- +## ChartArea::SetWidth method + + +Gets or sets the horizontal offset from its lower right corner column, in units of 1/4000 of the chart area. + + +>Deprecated +> +>Use ChartArea.WidthRatioToChart property, instead. +```cpp +void Aspose::Cells::Charts::ChartArea::SetWidth(int32_t value) +``` + +## Remarks + + +NOTE: This member is now obsolete. Please use ChartArea.WidthRatioToChart property, instead. Width = WidthRatioToChart * 4000. This property will be removed 12 months later since February 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartarea/setwidthratiotochart/_index.md b/spanish/cpp/aspose.cells.charts/chartarea/setwidthratiotochart/_index.md new file mode 100644 index 00000000000..503c28edb8e --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartarea/setwidthratiotochart/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartArea::SetWidthRatioToChart method +linktitle: SetWidthRatioToChart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartArea::SetWidthRatioToChart method. Gets or sets the horizontal offset from its lower right corner column, in units of ratio of the chart area in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.charts/chartarea/setwidthratiotochart/ +--- +## ChartArea::SetWidthRatioToChart method + + +Gets or sets the horizontal offset from its lower right corner column, in units of ratio of the chart area. + +```cpp +void Aspose::Cells::Charts::ChartArea::SetWidthRatioToChart(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartarea/setx/_index.md b/spanish/cpp/aspose.cells.charts/chartarea/setx/_index.md new file mode 100644 index 00000000000..2581356b55f --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartarea/setx/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::ChartArea::SetX method +linktitle: SetX +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartArea::SetX method. Gets or gets the horizontal offset from its upper left corner column, in units of 1/4000 of the chart area in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.charts/chartarea/setx/ +--- +## ChartArea::SetX method + + +Gets or gets the horizontal offset from its upper left corner column, in units of 1/4000 of the chart area. + + +>Deprecated +> +>Use ChartArea.XRatioToChart property, instead. +```cpp +void Aspose::Cells::Charts::ChartArea::SetX(int32_t value) +``` + +## Remarks + + +NOTE: This member is now obsolete. Please use ChartArea.XRatioToChart property, instead. X = XRatioToChart * 4000. This property will be removed 12 months later since February 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartarea/setxratiotochart/_index.md b/spanish/cpp/aspose.cells.charts/chartarea/setxratiotochart/_index.md new file mode 100644 index 00000000000..db5259c3ecb --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartarea/setxratiotochart/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartArea::SetXRatioToChart method +linktitle: SetXRatioToChart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartArea::SetXRatioToChart method. Gets or gets the horizontal offset from its upper left corner column, in units of ratio of the chart area in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.charts/chartarea/setxratiotochart/ +--- +## ChartArea::SetXRatioToChart method + + +Gets or gets the horizontal offset from its upper left corner column, in units of ratio of the chart area. + +```cpp +void Aspose::Cells::Charts::ChartArea::SetXRatioToChart(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartarea/sety/_index.md b/spanish/cpp/aspose.cells.charts/chartarea/sety/_index.md new file mode 100644 index 00000000000..8be92bddaf5 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartarea/sety/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::ChartArea::SetY method +linktitle: SetY +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartArea::SetY method. Gets or gets the vertical offset from its upper left corner row, in units of 1/4000 of the chart area in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.charts/chartarea/sety/ +--- +## ChartArea::SetY method + + +Gets or gets the vertical offset from its upper left corner row, in units of 1/4000 of the chart area. + + +>Deprecated +> +>Use ChartArea.YRatioToChart property, instead. +```cpp +void Aspose::Cells::Charts::ChartArea::SetY(int32_t value) +``` + +## Remarks + + +NOTE: This member is now obsolete. Please use ChartArea.YRatioToChart property, instead. Y = YRatioToChart * 4000; This property will be removed 12 months later since February 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartarea/setyratiotochart/_index.md b/spanish/cpp/aspose.cells.charts/chartarea/setyratiotochart/_index.md new file mode 100644 index 00000000000..a7997d15b44 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartarea/setyratiotochart/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartArea::SetYRatioToChart method +linktitle: SetYRatioToChart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartArea::SetYRatioToChart method. Gets or gets the vertical offset from its upper left corner row, in units of ratio of the chart area in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.charts/chartarea/setyratiotochart/ +--- +## ChartArea::SetYRatioToChart method + + +Gets or gets the vertical offset from its upper left corner row, in units of ratio of the chart area. + +```cpp +void Aspose::Cells::Charts::ChartArea::SetYRatioToChart(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartarea/~chartarea/_index.md b/spanish/cpp/aspose.cells.charts/chartarea/~chartarea/_index.md new file mode 100644 index 00000000000..fd5f55efba6 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartarea/~chartarea/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::ChartArea::~ChartArea method +linktitle: ~ChartArea +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartArea::~ChartArea method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.charts/chartarea/~chartarea/ +--- +## ChartArea::~ChartArea method + + +Destructor. + +```cpp +Aspose::Cells::Charts::ChartArea::~ChartArea() +``` + +## See Also + +* Class [ChartArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartcalculateoptions/_impl/_index.md b/spanish/cpp/aspose.cells.charts/chartcalculateoptions/_impl/_index.md new file mode 100644 index 00000000000..d2ad6327952 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartcalculateoptions/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::ChartCalculateOptions::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartCalculateOptions::_impl field. The implementation object in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.charts/chartcalculateoptions/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ChartCalculateOptions_Impl* Aspose::Cells::Charts::ChartCalculateOptions::_impl +``` + +## See Also + +* Class [ChartCalculateOptions](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartcalculateoptions/_index.md b/spanish/cpp/aspose.cells.charts/chartcalculateoptions/_index.md new file mode 100644 index 00000000000..1f83ce70a2f --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartcalculateoptions/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Charts::ChartCalculateOptions class +linktitle: ChartCalculateOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartCalculateOptions class. Represents the options for calculating the chart in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.charts/chartcalculateoptions/ +--- +## ChartCalculateOptions class + + +Represents the options for calculating the chart. + +```cpp +class ChartCalculateOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [ChartCalculateOptions()](./chartcalculateoptions/) | Creates the options for calculating chart. | +| [ChartCalculateOptions(ChartCalculateOptions_Impl* impl)](./chartcalculateoptions/) | Constructs from an implementation object. | +| [ChartCalculateOptions(const ChartCalculateOptions\& src)](./chartcalculateoptions/) | Copy constructor. | +| [GetUpdateAllPoints()](./getupdateallpoints/) | Whether update all data points when performing the chart calculation. Default: False. When you want to get the value for each data point in the chart specifically, set it to true. If this parameter is set to True, the new data points may be generated when chart is calculated. This could make the Excel file larger. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ChartCalculateOptions\& src)](./operator_asm/) | operator= | +| [SetUpdateAllPoints(bool value)](./setupdateallpoints/) | Whether update all data points when performing the chart calculation. Default: False. When you want to get the value for each data point in the chart specifically, set it to true. If this parameter is set to True, the new data points may be generated when chart is calculated. This could make the Excel file larger. | +| [~ChartCalculateOptions()](./~chartcalculateoptions/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/chartcalculateoptions/chartcalculateoptions/_index.md b/spanish/cpp/aspose.cells.charts/chartcalculateoptions/chartcalculateoptions/_index.md new file mode 100644 index 00000000000..2026f77346f --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartcalculateoptions/chartcalculateoptions/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::Charts::ChartCalculateOptions::ChartCalculateOptions constructor +linktitle: ChartCalculateOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartCalculateOptions::ChartCalculateOptions constructor. Creates the options for calculating chart in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.charts/chartcalculateoptions/chartcalculateoptions/ +--- +## ChartCalculateOptions::ChartCalculateOptions() constructor + + +Creates the options for calculating chart. + +```cpp +Aspose::Cells::Charts::ChartCalculateOptions::ChartCalculateOptions() +``` + +## See Also + +* Class [ChartCalculateOptions](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## ChartCalculateOptions::ChartCalculateOptions(ChartCalculateOptions_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Charts::ChartCalculateOptions::ChartCalculateOptions(ChartCalculateOptions_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartCalculateOptions](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## ChartCalculateOptions::ChartCalculateOptions(const ChartCalculateOptions\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Charts::ChartCalculateOptions::ChartCalculateOptions(const ChartCalculateOptions &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartCalculateOptions](../) +* Class [ChartCalculateOptions](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartcalculateoptions/getupdateallpoints/_index.md b/spanish/cpp/aspose.cells.charts/chartcalculateoptions/getupdateallpoints/_index.md new file mode 100644 index 00000000000..368cb259dbd --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartcalculateoptions/getupdateallpoints/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartCalculateOptions::GetUpdateAllPoints method +linktitle: GetUpdateAllPoints +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartCalculateOptions::GetUpdateAllPoints method. Whether update all data points when performing the chart calculation. Default: False. When you want to get the value for each data point in the chart specifically, set it to true. If this parameter is set to True, the new data points may be generated when chart is calculated. This could make the Excel file larger in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.charts/chartcalculateoptions/getupdateallpoints/ +--- +## ChartCalculateOptions::GetUpdateAllPoints method + + +Whether update all data points when performing the chart calculation. Default: False. When you want to get the value for each data point in the chart specifically, set it to true. If this parameter is set to True, the new data points may be generated when chart is calculated. This could make the Excel file larger. + +```cpp +bool Aspose::Cells::Charts::ChartCalculateOptions::GetUpdateAllPoints() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartCalculateOptions](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartcalculateoptions/isnull/_index.md b/spanish/cpp/aspose.cells.charts/chartcalculateoptions/isnull/_index.md new file mode 100644 index 00000000000..853fb5d3008 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartcalculateoptions/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::ChartCalculateOptions::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartCalculateOptions::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.charts/chartcalculateoptions/isnull/ +--- +## ChartCalculateOptions::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Charts::ChartCalculateOptions::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartCalculateOptions](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartcalculateoptions/operator_asm/_index.md b/spanish/cpp/aspose.cells.charts/chartcalculateoptions/operator_asm/_index.md new file mode 100644 index 00000000000..2668423c1e9 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartcalculateoptions/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::ChartCalculateOptions::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartCalculateOptions::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.charts/chartcalculateoptions/operator_asm/ +--- +## ChartCalculateOptions::operator= method + + +operator= + +```cpp +ChartCalculateOptions & Aspose::Cells::Charts::ChartCalculateOptions::operator=(const ChartCalculateOptions &src) +``` + +## See Also + +* Class [ChartCalculateOptions](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartCalculateOptions](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartcalculateoptions/operator_bool/_index.md b/spanish/cpp/aspose.cells.charts/chartcalculateoptions/operator_bool/_index.md new file mode 100644 index 00000000000..e69f6edd4eb --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartcalculateoptions/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::ChartCalculateOptions::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartCalculateOptions::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.charts/chartcalculateoptions/operator_bool/ +--- +## ChartCalculateOptions::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Charts::ChartCalculateOptions::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ChartCalculateOptions](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartcalculateoptions/setupdateallpoints/_index.md b/spanish/cpp/aspose.cells.charts/chartcalculateoptions/setupdateallpoints/_index.md new file mode 100644 index 00000000000..665ae8f18ad --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartcalculateoptions/setupdateallpoints/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartCalculateOptions::SetUpdateAllPoints method +linktitle: SetUpdateAllPoints +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartCalculateOptions::SetUpdateAllPoints method. Whether update all data points when performing the chart calculation. Default: False. When you want to get the value for each data point in the chart specifically, set it to true. If this parameter is set to True, the new data points may be generated when chart is calculated. This could make the Excel file larger in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.charts/chartcalculateoptions/setupdateallpoints/ +--- +## ChartCalculateOptions::SetUpdateAllPoints method + + +Whether update all data points when performing the chart calculation. Default: False. When you want to get the value for each data point in the chart specifically, set it to true. If this parameter is set to True, the new data points may be generated when chart is calculated. This could make the Excel file larger. + +```cpp +void Aspose::Cells::Charts::ChartCalculateOptions::SetUpdateAllPoints(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartCalculateOptions](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartcalculateoptions/~chartcalculateoptions/_index.md b/spanish/cpp/aspose.cells.charts/chartcalculateoptions/~chartcalculateoptions/_index.md new file mode 100644 index 00000000000..8ff9021d4e1 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartcalculateoptions/~chartcalculateoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::ChartCalculateOptions::~ChartCalculateOptions method +linktitle: ~ChartCalculateOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartCalculateOptions::~ChartCalculateOptions method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.charts/chartcalculateoptions/~chartcalculateoptions/ +--- +## ChartCalculateOptions::~ChartCalculateOptions method + + +Destructor. + +```cpp +Aspose::Cells::Charts::ChartCalculateOptions::~ChartCalculateOptions() +``` + +## See Also + +* Class [ChartCalculateOptions](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartcollection/_impl/_index.md b/spanish/cpp/aspose.cells.charts/chartcollection/_impl/_index.md new file mode 100644 index 00000000000..fb5df30a6d3 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartcollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::ChartCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartCollection::_impl field. The implementation object in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.charts/chartcollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ChartCollection_Impl* Aspose::Cells::Charts::ChartCollection::_impl +``` + +## See Also + +* Class [ChartCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartcollection/_index.md b/spanish/cpp/aspose.cells.charts/chartcollection/_index.md new file mode 100644 index 00000000000..80f90d91da1 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartcollection/_index.md @@ -0,0 +1,62 @@ +--- +title: Aspose::Cells::Charts::ChartCollection class +linktitle: ChartCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartCollection class. Encapsulates a collection of Chart objects in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.charts/chartcollection/ +--- +## ChartCollection class + + +Encapsulates a collection of [Chart](../chart/) objects. + +```cpp +class ChartCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add(ChartType type, int32_t topRow, int32_t leftColumn, int32_t bottomRow, int32_t rightColumn)](./add/) | Adds a chart to the collection. | +| [Add(const Vector \\& data, const U16String\& dataRange, bool isVertical, int32_t topRow, int32_t leftColumn, int32_t rightRow, int32_t bottomColumn)](./add/) | Adds a chart with preset template. | +| [Add(const Vector \\& data, const char16_t* dataRange, bool isVertical, int32_t topRow, int32_t leftColumn, int32_t rightRow, int32_t bottomColumn)](./add/) | Adds a chart with preset template. | +| [Add(ChartType type, const U16String\& dataRange, bool isVertical, int32_t topRow, int32_t leftColumn, int32_t rightRow, int32_t bottomColumn)](./add/) | Adds a chart to the collection. | +| [Add(ChartType type, const char16_t* dataRange, bool isVertical, int32_t topRow, int32_t leftColumn, int32_t rightRow, int32_t bottomColumn)](./add/) | Adds a chart to the collection. | +| [AddFloatingChart(ChartType type, int32_t left, int32_t top, int32_t width, int32_t height)](./addfloatingchart/) | Adds a chart to the collection. | +| [ChartCollection(ChartCollection_Impl* impl)](./chartcollection/) | Constructs from an implementation object. | +| [ChartCollection(const ChartCollection\& src)](./chartcollection/) | Copy constructor. | +| [Clear()](./clear/) | Clear all charts. | +| [Get(int32_t index)](./get/) | Gets the [Chart](../chart/) element at the specified index. | +| [Get(const U16String\& name)](./get/) | Gets the chart by the name. | +| [Get(const char16_t* name)](./get/) | Gets the chart by the name. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ChartCollection\& src)](./operator_asm/) | operator= | +| [RemoveAt(int32_t index)](./removeat/) | Remove a chart at the specific index. | +| [~ChartCollection()](./~chartcollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook workbook; + +ChartCollection charts = workbook.GetWorksheets().Get(0).GetCharts(); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/chartcollection/add/_index.md b/spanish/cpp/aspose.cells.charts/chartcollection/add/_index.md new file mode 100644 index 00000000000..a4c2546bad5 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartcollection/add/_index.md @@ -0,0 +1,162 @@ +--- +title: Aspose::Cells::Charts::ChartCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartCollection::Add method. Adds a chart to the collection in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.charts/chartcollection/add/ +--- +## ChartCollection::Add(ChartType, int32_t, int32_t, int32_t, int32_t) method + + +Adds a chart to the collection. + +```cpp +int32_t Aspose::Cells::Charts::ChartCollection::Add(ChartType type, int32_t topRow, int32_t leftColumn, int32_t bottomRow, int32_t rightColumn) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| type | ChartType | [Chart](../../chart/) type | +| topRow | int32_t | Upper left row index. | +| leftColumn | int32_t | Upper left column index. | +| bottomRow | int32_t | Lower right row index | +| rightColumn | int32_t | Lower right column index | + +## ReturnValue + +[Chart](../../chart/) object index. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ChartType](../../charttype/) +* Class [ChartCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## ChartCollection::Add(const Vector \\&, const U16String\&, bool, int32_t, int32_t, int32_t, int32_t) method + + +Adds a chart with preset template. + +```cpp +int32_t Aspose::Cells::Charts::ChartCollection::Add(const Vector &data, const U16String &dataRange, bool isVertical, int32_t topRow, int32_t leftColumn, int32_t rightRow, int32_t bottomColumn) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| data | const Vector \\& | The data of chart template file(.crtx). | +| dataRange | const U16String\& | Specifies the data range of the chart | +| isVertical | bool | Specifies whether to plot the series from a range of cell values by row or by column. | +| topRow | int32_t | Upper left row index. | +| leftColumn | int32_t | Upper left column index. | +| rightRow | int32_t | Lower right row index | +| bottomColumn | int32_t | Lower right column index | + +## ReturnValue + +[Chart](../../chart/) object index. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ChartCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## ChartCollection::Add(const Vector \\&, const char16_t*, bool, int32_t, int32_t, int32_t, int32_t) method + + +Adds a chart with preset template. + +```cpp +int32_t Aspose::Cells::Charts::ChartCollection::Add(const Vector &data, const char16_t *dataRange, bool isVertical, int32_t topRow, int32_t leftColumn, int32_t rightRow, int32_t bottomColumn) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| data | const Vector \\& | The data of chart template file(.crtx). | +| dataRange | const char16_t* | Specifies the data range of the chart | +| isVertical | bool | Specifies whether to plot the series from a range of cell values by row or by column. | +| topRow | int32_t | Upper left row index. | +| leftColumn | int32_t | Upper left column index. | +| rightRow | int32_t | Lower right row index | +| bottomColumn | int32_t | Lower right column index | + +## ReturnValue + +[Chart](../../chart/) object index. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## ChartCollection::Add(ChartType, const U16String\&, bool, int32_t, int32_t, int32_t, int32_t) method + + +Adds a chart to the collection. + +```cpp +int32_t Aspose::Cells::Charts::ChartCollection::Add(ChartType type, const U16String &dataRange, bool isVertical, int32_t topRow, int32_t leftColumn, int32_t rightRow, int32_t bottomColumn) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| type | ChartType | [Chart](../../chart/) type | +| dataRange | const U16String\& | Specifies the data range of the chart | +| isVertical | bool | Specifies whether to plot the series from a range of cell values by row or by column. | +| topRow | int32_t | Upper left row index. | +| leftColumn | int32_t | Upper left column index. | +| rightRow | int32_t | Lower right row index | +| bottomColumn | int32_t | Lower right column index | + +## ReturnValue + +[Chart](../../chart/) object index. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ChartType](../../charttype/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ChartCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## ChartCollection::Add(ChartType, const char16_t*, bool, int32_t, int32_t, int32_t, int32_t) method + + +Adds a chart to the collection. + +```cpp +int32_t Aspose::Cells::Charts::ChartCollection::Add(ChartType type, const char16_t *dataRange, bool isVertical, int32_t topRow, int32_t leftColumn, int32_t rightRow, int32_t bottomColumn) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| type | ChartType | [Chart](../../chart/) type | +| dataRange | const char16_t* | Specifies the data range of the chart | +| isVertical | bool | Specifies whether to plot the series from a range of cell values by row or by column. | +| topRow | int32_t | Upper left row index. | +| leftColumn | int32_t | Upper left column index. | +| rightRow | int32_t | Lower right row index | +| bottomColumn | int32_t | Lower right column index | + +## ReturnValue + +[Chart](../../chart/) object index. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ChartType](../../charttype/) +* Class [ChartCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartcollection/addfloatingchart/_index.md b/spanish/cpp/aspose.cells.charts/chartcollection/addfloatingchart/_index.md new file mode 100644 index 00000000000..b76e9dcb4c6 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartcollection/addfloatingchart/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::Charts::ChartCollection::AddFloatingChart method +linktitle: AddFloatingChart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartCollection::AddFloatingChart method. Adds a chart to the collection in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.charts/chartcollection/addfloatingchart/ +--- +## ChartCollection::AddFloatingChart method + + +Adds a chart to the collection. + +```cpp +int32_t Aspose::Cells::Charts::ChartCollection::AddFloatingChart(ChartType type, int32_t left, int32_t top, int32_t width, int32_t height) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| type | ChartType | [Chart](../../chart/) type | +| left | int32_t | The x offset to corner | +| top | int32_t | The y offset to corner | +| width | int32_t | The chart width | +| height | int32_t | The chart height | + +## ReturnValue + +[Chart](../../chart/) object index. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ChartType](../../charttype/) +* Class [ChartCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartcollection/chartcollection/_index.md b/spanish/cpp/aspose.cells.charts/chartcollection/chartcollection/_index.md new file mode 100644 index 00000000000..de351bb3bb5 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartcollection/chartcollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Charts::ChartCollection::ChartCollection constructor +linktitle: ChartCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartCollection::ChartCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.charts/chartcollection/chartcollection/ +--- +## ChartCollection::ChartCollection(ChartCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Charts::ChartCollection::ChartCollection(ChartCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## ChartCollection::ChartCollection(const ChartCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Charts::ChartCollection::ChartCollection(const ChartCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartCollection](../) +* Class [ChartCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartcollection/clear/_index.md b/spanish/cpp/aspose.cells.charts/chartcollection/clear/_index.md new file mode 100644 index 00000000000..f8eb4d66bcd --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartcollection/clear/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartCollection::Clear method +linktitle: Clear +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartCollection::Clear method. Clear all charts in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.charts/chartcollection/clear/ +--- +## ChartCollection::Clear method + + +Clear all charts. + +```cpp +void Aspose::Cells::Charts::ChartCollection::Clear() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartcollection/get/_index.md b/spanish/cpp/aspose.cells.charts/chartcollection/get/_index.md new file mode 100644 index 00000000000..e8e58e08252 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartcollection/get/_index.md @@ -0,0 +1,93 @@ +--- +title: Aspose::Cells::Charts::ChartCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartCollection::Get method. Gets the Chart element at the specified index in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.charts/chartcollection/get/ +--- +## ChartCollection::Get(int32_t) method + + +Gets the [Chart](../../chart/) element at the specified index. + +```cpp +Chart Aspose::Cells::Charts::ChartCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The zero based index of the element. | + +## ReturnValue + +The element at the specified index. + +## See Also + +* Class [Chart](../../chart/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## ChartCollection::Get(const U16String\&) method + + +Gets the chart by the name. + +```cpp +Chart Aspose::Cells::Charts::ChartCollection::Get(const U16String &name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const U16String\& | The chart name. | + +## ReturnValue + +The chart. +## Remarks + + + +The default chart name is null. So you have to explicitly set the name of the chart. +## See Also + +* Class [Chart](../../chart/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ChartCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## ChartCollection::Get(const char16_t*) method + + +Gets the chart by the name. + +```cpp +Chart Aspose::Cells::Charts::ChartCollection::Get(const char16_t *name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const char16_t* | The chart name. | + +## ReturnValue + +The chart. +## Remarks + + + +The default chart name is null. So you have to explicitly set the name of the chart. +## See Also + +* Class [Chart](../../chart/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartcollection/getcount/_index.md b/spanish/cpp/aspose.cells.charts/chartcollection/getcount/_index.md new file mode 100644 index 00000000000..6f986b3b5e6 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartcollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::Charts::ChartCollection class in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.charts/chartcollection/getcount/ +--- +## ChartCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::Charts::ChartCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartcollection/isnull/_index.md b/spanish/cpp/aspose.cells.charts/chartcollection/isnull/_index.md new file mode 100644 index 00000000000..e299627c53c --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartcollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::ChartCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.charts/chartcollection/isnull/ +--- +## ChartCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Charts::ChartCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartcollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.charts/chartcollection/operator_asm/_index.md new file mode 100644 index 00000000000..f71f505b5cd --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartcollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::ChartCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.charts/chartcollection/operator_asm/ +--- +## ChartCollection::operator= method + + +operator= + +```cpp +ChartCollection & Aspose::Cells::Charts::ChartCollection::operator=(const ChartCollection &src) +``` + +## See Also + +* Class [ChartCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartcollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.charts/chartcollection/operator_bool/_index.md new file mode 100644 index 00000000000..0c5e8ec27d3 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartcollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::ChartCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.charts/chartcollection/operator_bool/ +--- +## ChartCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Charts::ChartCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ChartCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartcollection/removeat/_index.md b/spanish/cpp/aspose.cells.charts/chartcollection/removeat/_index.md new file mode 100644 index 00000000000..567a9494698 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartcollection/removeat/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::ChartCollection::RemoveAt method +linktitle: RemoveAt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartCollection::RemoveAt method. Remove a chart at the specific index in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.charts/chartcollection/removeat/ +--- +## ChartCollection::RemoveAt method + + +Remove a chart at the specific index. + +```cpp +void Aspose::Cells::Charts::ChartCollection::RemoveAt(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The chart index. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartcollection/~chartcollection/_index.md b/spanish/cpp/aspose.cells.charts/chartcollection/~chartcollection/_index.md new file mode 100644 index 00000000000..73b6cf9dbf6 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartcollection/~chartcollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::ChartCollection::~ChartCollection method +linktitle: ~ChartCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartCollection::~ChartCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.charts/chartcollection/~chartcollection/ +--- +## ChartCollection::~ChartCollection method + + +Destructor. + +```cpp +Aspose::Cells::Charts::ChartCollection::~ChartCollection() +``` + +## See Also + +* Class [ChartCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartcolorpalettetype/_index.md b/spanish/cpp/aspose.cells.charts/chartcolorpalettetype/_index.md new file mode 100644 index 00000000000..f237dba46d2 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartcolorpalettetype/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Charts::ChartColorPaletteType enum +linktitle: ChartColorPaletteType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartColorPaletteType enum. Enumerates all Monochromatic Palettes used in an Excel chart in C++.' +type: docs +weight: 4300 +url: /es/cpp/aspose.cells.charts/chartcolorpalettetype/ +--- +## ChartColorPaletteType enum + + +Enumerates all Monochromatic Palettes used in an Excel chart. + +```cpp +enum class ChartColorPaletteType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| MonochromaticPalette1 | 1 |
accent1 theme color gradient, dark to light. | +| MonochromaticPalette2 | 2 |
accent2 theme color gradient, dark to light. | +| MonochromaticPalette3 | 3 |
accent3 theme color gradient, dark to light. | +| MonochromaticPalette4 | 4 |
accent4 theme color gradient, dark to light. | +| MonochromaticPalette5 | 5 |
accent5 theme color gradient, dark to light. | +| MonochromaticPalette6 | 6 |
accent6 theme color gradient, dark to light. | +| MonochromaticPalette7 | 7 |
accent7 theme color gradient. | +| MonochromaticPalette8 | 8 |
accent1 theme color gradient, light to dark. | +| MonochromaticPalette9 | 9 |
accent2 theme color gradient, light to dark. | +| MonochromaticPalette10 | 10 |
accent3 theme color gradient, light to dark. | +| MonochromaticPalette11 | 11 |
accent4 theme color gradient, light to dark. | +| MonochromaticPalette12 | 12 |
accent5 theme color gradient, light to dark. | +| MonochromaticPalette13 | 13 |
accent6 theme color gradient, light to dark. | + +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/chartdatatable/_impl/_index.md b/spanish/cpp/aspose.cells.charts/chartdatatable/_impl/_index.md new file mode 100644 index 00000000000..f1cf9b2c114 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartdatatable/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::ChartDataTable::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartDataTable::_impl field. The implementation object in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.charts/chartdatatable/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ChartDataTable_Impl* Aspose::Cells::Charts::ChartDataTable::_impl +``` + +## See Also + +* Class [ChartDataTable](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartdatatable/_index.md b/spanish/cpp/aspose.cells.charts/chartdatatable/_index.md new file mode 100644 index 00000000000..eada3b7ebc2 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartdatatable/_index.md @@ -0,0 +1,113 @@ +--- +title: Aspose::Cells::Charts::ChartDataTable class +linktitle: ChartDataTable +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartDataTable class. Represents a chart data table in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.charts/chartdatatable/ +--- +## ChartDataTable class + + +Represents a chart data table. + +```cpp +class ChartDataTable +``` + +## Methods + +| Method | Description | +| --- | --- | +| [ChartDataTable(ChartDataTable_Impl* impl)](./chartdatatable/) | Constructs from an implementation object. | +| [ChartDataTable(const ChartDataTable\& src)](./chartdatatable/) | Copy constructor. | +| [GetAutoScaleFont()](./getautoscalefont/) | True if the text in the object changes font size when the object size changes. The default value is True. | +| [GetBackgroundMode()](./getbackgroundmode/) | Gets and sets the display mode of the background. | +| [GetBorder()](./getborder/) | Returns a [Border](../../aspose.cells/border/) object that represents the border of the object. | +| [GetFont()](./getfont/) | Gets a [Font](../../aspose.cells/font/) object which represents the font setting of the specified chart data table. | +| [GetHasBorderHorizontal()](./gethasborderhorizontal/) | **(Deprecated)** True if the chart data table has horizontal cell borders. | +| [GetHasBorderOutline()](./gethasborderoutline/) | **(Deprecated)** True if the chart data table has outline borders. | +| [GetHasBorderVertical()](./gethasbordervertical/) | **(Deprecated)** True if the chart data table has vertical cell borders. | +| [GetHasHorizontalBorder()](./gethashorizontalborder/) | True if the chart data table has horizontal cell borders. | +| [GetHasOutlineBorder()](./gethasoutlineborder/) | True if the chart data table has outline borders. | +| [GetHasVerticalBorder()](./gethasverticalborder/) | True if the chart data table has vertical cell borders. | +| [GetShowLegendKey()](./getshowlegendkey/) | True if the data label legend key is visible. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ChartDataTable\& src)](./operator_asm/) | operator= | +| [SetAutoScaleFont(bool value)](./setautoscalefont/) | True if the text in the object changes font size when the object size changes. The default value is True. | +| [SetBackgroundMode(BackgroundMode value)](./setbackgroundmode/) | Gets and sets the display mode of the background. | +| [SetHasBorderHorizontal(bool value)](./sethasborderhorizontal/) | **(Deprecated)** True if the chart data table has horizontal cell borders. | +| [SetHasBorderOutline(bool value)](./sethasborderoutline/) | **(Deprecated)** True if the chart data table has outline borders. | +| [SetHasBorderVertical(bool value)](./sethasbordervertical/) | **(Deprecated)** True if the chart data table has vertical cell borders. | +| [SetHasHorizontalBorder(bool value)](./sethashorizontalborder/) | True if the chart data table has horizontal cell borders. | +| [SetHasOutlineBorder(bool value)](./sethasoutlineborder/) | True if the chart data table has outline borders. | +| [SetHasVerticalBorder(bool value)](./sethasverticalborder/) | True if the chart data table has vertical cell borders. | +| [SetShowLegendKey(bool value)](./setshowlegendkey/) | True if the data label legend key is visible. | +| [~ChartDataTable()](./~chartdatatable/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); + //Instanciando un objeto Workbook + Workbook workbook; + + //Obteniendo la referencia de la primera hoja de cálculo + Worksheet worksheet = workbook.GetWorksheets().Get(0); + + //Agregar un valor de muestra a la celda "A1" + worksheet.GetCells().Get(u"A1").PutValue(50); + + //Agregar un valor de muestra a la celda "A2" + worksheet.GetCells().Get(u"A2").PutValue(100); + + //Agregar un valor de muestra a la celda "A3" + worksheet.GetCells().Get(u"A3").PutValue(150); + + //Agregar un valor de muestra a la celda "B1" + worksheet.GetCells().Get(u"B1").PutValue(60); + + //Agregar un valor de muestra a la celda "B2" + worksheet.GetCells().Get(u"B2").PutValue(32); + + //Agregar un valor de muestra a la celda "B3" + worksheet.GetCells().Get(u"B3").PutValue(50); + + //Agregar un gráfico a la hoja de cálculo + int chartIndex = worksheet.GetCharts().Add(ChartType::Column, 5, 0, 25, 10); + + //Acceder a la instancia del gráfico recién añadido + Chart chart = worksheet.GetCharts().Get(chartIndex); + + //Agregar NSeries (fuente de datos del gráfico) al gráfico que abarca desde la celda "A1" hasta "B3" + chart.GetNSeries().Add(u"A1:B3", true); + + chart.SetShowDataTable(true); + + //Obtener tabla del gráfico + ChartDataTable chartTable = chart.GetChartDataTable(); + + //Establecer color de fuente de la tabla del gráfico + chartTable.GetFont().SetColor(Color{ 0xff, 0xff, 0, 0 }); + + //Establecer VisibilityOptions de la clave de la leyenda + chartTable.SetShowLegendKey(false); + + //Guardando el archivo Excel + workbook.Save(u"book1.xls"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/chartdatatable/chartdatatable/_index.md b/spanish/cpp/aspose.cells.charts/chartdatatable/chartdatatable/_index.md new file mode 100644 index 00000000000..f357bf995aa --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartdatatable/chartdatatable/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Charts::ChartDataTable::ChartDataTable constructor +linktitle: ChartDataTable +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartDataTable::ChartDataTable constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.charts/chartdatatable/chartdatatable/ +--- +## ChartDataTable::ChartDataTable(ChartDataTable_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Charts::ChartDataTable::ChartDataTable(ChartDataTable_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartDataTable](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## ChartDataTable::ChartDataTable(const ChartDataTable\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Charts::ChartDataTable::ChartDataTable(const ChartDataTable &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartDataTable](../) +* Class [ChartDataTable](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartdatatable/getautoscalefont/_index.md b/spanish/cpp/aspose.cells.charts/chartdatatable/getautoscalefont/_index.md new file mode 100644 index 00000000000..37ad95b38b7 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartdatatable/getautoscalefont/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartDataTable::GetAutoScaleFont method +linktitle: GetAutoScaleFont +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartDataTable::GetAutoScaleFont method. True if the text in the object changes font size when the object size changes. The default value is True in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.charts/chartdatatable/getautoscalefont/ +--- +## ChartDataTable::GetAutoScaleFont method + + +True if the text in the object changes font size when the object size changes. The default value is True. + +```cpp +bool Aspose::Cells::Charts::ChartDataTable::GetAutoScaleFont() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartDataTable](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartdatatable/getbackgroundmode/_index.md b/spanish/cpp/aspose.cells.charts/chartdatatable/getbackgroundmode/_index.md new file mode 100644 index 00000000000..782249b433c --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartdatatable/getbackgroundmode/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartDataTable::GetBackgroundMode method +linktitle: GetBackgroundMode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartDataTable::GetBackgroundMode method. Gets and sets the display mode of the background in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.charts/chartdatatable/getbackgroundmode/ +--- +## ChartDataTable::GetBackgroundMode method + + +Gets and sets the display mode of the background. + +```cpp +BackgroundMode Aspose::Cells::Charts::ChartDataTable::GetBackgroundMode() +``` + +## See Also + +* Enum [BackgroundMode](../../backgroundmode/) +* Class [ChartDataTable](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartdatatable/getborder/_index.md b/spanish/cpp/aspose.cells.charts/chartdatatable/getborder/_index.md new file mode 100644 index 00000000000..1084ef2f4f1 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartdatatable/getborder/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartDataTable::GetBorder method +linktitle: GetBorder +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartDataTable::GetBorder method. Returns a Border object that represents the border of the object in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.charts/chartdatatable/getborder/ +--- +## ChartDataTable::GetBorder method + + +Returns a [Border](../../../aspose.cells/border/) object that represents the border of the object. + +```cpp +Line Aspose::Cells::Charts::ChartDataTable::GetBorder() +``` + +## See Also + +* Class [Line](../../../aspose.cells.drawing/line/) +* Class [ChartDataTable](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartdatatable/getfont/_index.md b/spanish/cpp/aspose.cells.charts/chartdatatable/getfont/_index.md new file mode 100644 index 00000000000..637b280ef40 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartdatatable/getfont/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartDataTable::GetFont method +linktitle: GetFont +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartDataTable::GetFont method. Gets a Font object which represents the font setting of the specified chart data table in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.charts/chartdatatable/getfont/ +--- +## ChartDataTable::GetFont method + + +Gets a [Font](../../../aspose.cells/font/) object which represents the font setting of the specified chart data table. + +```cpp +Aspose::Cells::Font Aspose::Cells::Charts::ChartDataTable::GetFont() +``` + +## See Also + +* Class [Font](../../../aspose.cells/font/) +* Class [ChartDataTable](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartdatatable/gethasborderhorizontal/_index.md b/spanish/cpp/aspose.cells.charts/chartdatatable/gethasborderhorizontal/_index.md new file mode 100644 index 00000000000..5a1256c04c8 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartdatatable/gethasborderhorizontal/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::ChartDataTable::GetHasBorderHorizontal method +linktitle: GetHasBorderHorizontal +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartDataTable::GetHasBorderHorizontal method. True if the chart data table has horizontal cell borders in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.charts/chartdatatable/gethasborderhorizontal/ +--- +## ChartDataTable::GetHasBorderHorizontal method + + +True if the chart data table has horizontal cell borders. + + +>Deprecated +> +>Use ChartDataTable.HasHorizontalBorder property, instead. +```cpp +bool Aspose::Cells::Charts::ChartDataTable::GetHasBorderHorizontal() +``` + +## Remarks + + +NOTE: This property is now obsolete. Instead, please use ChartDataTable.HasHorizontalBorder property. This property will be removed 12 months later since June 2024. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartDataTable](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartdatatable/gethasborderoutline/_index.md b/spanish/cpp/aspose.cells.charts/chartdatatable/gethasborderoutline/_index.md new file mode 100644 index 00000000000..11b9fae8f49 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartdatatable/gethasborderoutline/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::ChartDataTable::GetHasBorderOutline method +linktitle: GetHasBorderOutline +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartDataTable::GetHasBorderOutline method. True if the chart data table has outline borders in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.charts/chartdatatable/gethasborderoutline/ +--- +## ChartDataTable::GetHasBorderOutline method + + +True if the chart data table has outline borders. + + +>Deprecated +> +>Use ChartDataTable.HasOutlineBorder property, instead. +```cpp +bool Aspose::Cells::Charts::ChartDataTable::GetHasBorderOutline() +``` + +## Remarks + + +NOTE: This property is now obsolete. Instead, please use ChartDataTable.HasOutlineBorder property. This property will be removed 12 months later since June 2024. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartDataTable](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartdatatable/gethasbordervertical/_index.md b/spanish/cpp/aspose.cells.charts/chartdatatable/gethasbordervertical/_index.md new file mode 100644 index 00000000000..108adeceb45 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartdatatable/gethasbordervertical/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::ChartDataTable::GetHasBorderVertical method +linktitle: GetHasBorderVertical +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartDataTable::GetHasBorderVertical method. True if the chart data table has vertical cell borders in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.charts/chartdatatable/gethasbordervertical/ +--- +## ChartDataTable::GetHasBorderVertical method + + +True if the chart data table has vertical cell borders. + + +>Deprecated +> +>Use ChartDataTable.HasVerticalBorder property, instead. +```cpp +bool Aspose::Cells::Charts::ChartDataTable::GetHasBorderVertical() +``` + +## Remarks + + +NOTE: This property is now obsolete. Instead, please use ChartDataTable.HasVerticalBorder property. This property will be removed 12 months later since June 2024. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartDataTable](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartdatatable/gethashorizontalborder/_index.md b/spanish/cpp/aspose.cells.charts/chartdatatable/gethashorizontalborder/_index.md new file mode 100644 index 00000000000..42867a67676 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartdatatable/gethashorizontalborder/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartDataTable::GetHasHorizontalBorder method +linktitle: GetHasHorizontalBorder +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartDataTable::GetHasHorizontalBorder method. True if the chart data table has horizontal cell borders in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.charts/chartdatatable/gethashorizontalborder/ +--- +## ChartDataTable::GetHasHorizontalBorder method + + +True if the chart data table has horizontal cell borders. + +```cpp +bool Aspose::Cells::Charts::ChartDataTable::GetHasHorizontalBorder() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartDataTable](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartdatatable/gethasoutlineborder/_index.md b/spanish/cpp/aspose.cells.charts/chartdatatable/gethasoutlineborder/_index.md new file mode 100644 index 00000000000..a571e318a08 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartdatatable/gethasoutlineborder/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartDataTable::GetHasOutlineBorder method +linktitle: GetHasOutlineBorder +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartDataTable::GetHasOutlineBorder method. True if the chart data table has outline borders in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.charts/chartdatatable/gethasoutlineborder/ +--- +## ChartDataTable::GetHasOutlineBorder method + + +True if the chart data table has outline borders. + +```cpp +bool Aspose::Cells::Charts::ChartDataTable::GetHasOutlineBorder() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartDataTable](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartdatatable/gethasverticalborder/_index.md b/spanish/cpp/aspose.cells.charts/chartdatatable/gethasverticalborder/_index.md new file mode 100644 index 00000000000..2911da34192 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartdatatable/gethasverticalborder/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartDataTable::GetHasVerticalBorder method +linktitle: GetHasVerticalBorder +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartDataTable::GetHasVerticalBorder method. True if the chart data table has vertical cell borders in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.charts/chartdatatable/gethasverticalborder/ +--- +## ChartDataTable::GetHasVerticalBorder method + + +True if the chart data table has vertical cell borders. + +```cpp +bool Aspose::Cells::Charts::ChartDataTable::GetHasVerticalBorder() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartDataTable](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartdatatable/getshowlegendkey/_index.md b/spanish/cpp/aspose.cells.charts/chartdatatable/getshowlegendkey/_index.md new file mode 100644 index 00000000000..06918906046 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartdatatable/getshowlegendkey/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartDataTable::GetShowLegendKey method +linktitle: GetShowLegendKey +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartDataTable::GetShowLegendKey method. True if the data label legend key is visible in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.charts/chartdatatable/getshowlegendkey/ +--- +## ChartDataTable::GetShowLegendKey method + + +True if the data label legend key is visible. + +```cpp +bool Aspose::Cells::Charts::ChartDataTable::GetShowLegendKey() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartDataTable](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartdatatable/isnull/_index.md b/spanish/cpp/aspose.cells.charts/chartdatatable/isnull/_index.md new file mode 100644 index 00000000000..f339b6bd823 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartdatatable/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::ChartDataTable::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartDataTable::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.charts/chartdatatable/isnull/ +--- +## ChartDataTable::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Charts::ChartDataTable::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartDataTable](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartdatatable/operator_asm/_index.md b/spanish/cpp/aspose.cells.charts/chartdatatable/operator_asm/_index.md new file mode 100644 index 00000000000..793da18c2dc --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartdatatable/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::ChartDataTable::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartDataTable::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.charts/chartdatatable/operator_asm/ +--- +## ChartDataTable::operator= method + + +operator= + +```cpp +ChartDataTable & Aspose::Cells::Charts::ChartDataTable::operator=(const ChartDataTable &src) +``` + +## See Also + +* Class [ChartDataTable](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartDataTable](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartdatatable/operator_bool/_index.md b/spanish/cpp/aspose.cells.charts/chartdatatable/operator_bool/_index.md new file mode 100644 index 00000000000..4c1c1c9b83a --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartdatatable/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::ChartDataTable::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartDataTable::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.charts/chartdatatable/operator_bool/ +--- +## ChartDataTable::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Charts::ChartDataTable::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ChartDataTable](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartdatatable/setautoscalefont/_index.md b/spanish/cpp/aspose.cells.charts/chartdatatable/setautoscalefont/_index.md new file mode 100644 index 00000000000..46e8317dd4e --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartdatatable/setautoscalefont/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartDataTable::SetAutoScaleFont method +linktitle: SetAutoScaleFont +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartDataTable::SetAutoScaleFont method. True if the text in the object changes font size when the object size changes. The default value is True in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.charts/chartdatatable/setautoscalefont/ +--- +## ChartDataTable::SetAutoScaleFont method + + +True if the text in the object changes font size when the object size changes. The default value is True. + +```cpp +void Aspose::Cells::Charts::ChartDataTable::SetAutoScaleFont(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartDataTable](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartdatatable/setbackgroundmode/_index.md b/spanish/cpp/aspose.cells.charts/chartdatatable/setbackgroundmode/_index.md new file mode 100644 index 00000000000..27c628e4c53 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartdatatable/setbackgroundmode/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::ChartDataTable::SetBackgroundMode method +linktitle: SetBackgroundMode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartDataTable::SetBackgroundMode method. Gets and sets the display mode of the background in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.charts/chartdatatable/setbackgroundmode/ +--- +## ChartDataTable::SetBackgroundMode method + + +Gets and sets the display mode of the background. + +```cpp +void Aspose::Cells::Charts::ChartDataTable::SetBackgroundMode(BackgroundMode value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [BackgroundMode](../../backgroundmode/) +* Class [ChartDataTable](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartdatatable/sethasborderhorizontal/_index.md b/spanish/cpp/aspose.cells.charts/chartdatatable/sethasborderhorizontal/_index.md new file mode 100644 index 00000000000..e247d28b373 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartdatatable/sethasborderhorizontal/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::ChartDataTable::SetHasBorderHorizontal method +linktitle: SetHasBorderHorizontal +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartDataTable::SetHasBorderHorizontal method. True if the chart data table has horizontal cell borders in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.charts/chartdatatable/sethasborderhorizontal/ +--- +## ChartDataTable::SetHasBorderHorizontal method + + +True if the chart data table has horizontal cell borders. + + +>Deprecated +> +>Use ChartDataTable.HasHorizontalBorder property, instead. +```cpp +void Aspose::Cells::Charts::ChartDataTable::SetHasBorderHorizontal(bool value) +``` + +## Remarks + + +NOTE: This property is now obsolete. Instead, please use ChartDataTable.HasHorizontalBorder property. This property will be removed 12 months later since June 2024. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartDataTable](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartdatatable/sethasborderoutline/_index.md b/spanish/cpp/aspose.cells.charts/chartdatatable/sethasborderoutline/_index.md new file mode 100644 index 00000000000..17eecacacc8 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartdatatable/sethasborderoutline/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::ChartDataTable::SetHasBorderOutline method +linktitle: SetHasBorderOutline +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartDataTable::SetHasBorderOutline method. True if the chart data table has outline borders in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.charts/chartdatatable/sethasborderoutline/ +--- +## ChartDataTable::SetHasBorderOutline method + + +True if the chart data table has outline borders. + + +>Deprecated +> +>Use ChartDataTable.HasOutlineBorder property, instead. +```cpp +void Aspose::Cells::Charts::ChartDataTable::SetHasBorderOutline(bool value) +``` + +## Remarks + + +NOTE: This property is now obsolete. Instead, please use ChartDataTable.HasOutlineBorder property. This property will be removed 12 months later since June 2024. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartDataTable](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartdatatable/sethasbordervertical/_index.md b/spanish/cpp/aspose.cells.charts/chartdatatable/sethasbordervertical/_index.md new file mode 100644 index 00000000000..885c4e8304b --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartdatatable/sethasbordervertical/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::ChartDataTable::SetHasBorderVertical method +linktitle: SetHasBorderVertical +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartDataTable::SetHasBorderVertical method. True if the chart data table has vertical cell borders in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.charts/chartdatatable/sethasbordervertical/ +--- +## ChartDataTable::SetHasBorderVertical method + + +True if the chart data table has vertical cell borders. + + +>Deprecated +> +>Use ChartDataTable.HasVerticalBorder property, instead. +```cpp +void Aspose::Cells::Charts::ChartDataTable::SetHasBorderVertical(bool value) +``` + +## Remarks + + +NOTE: This property is now obsolete. Instead, please use ChartDataTable.HasVerticalBorder property. This property will be removed 12 months later since June 2024. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartDataTable](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartdatatable/sethashorizontalborder/_index.md b/spanish/cpp/aspose.cells.charts/chartdatatable/sethashorizontalborder/_index.md new file mode 100644 index 00000000000..d8d280f90a1 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartdatatable/sethashorizontalborder/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartDataTable::SetHasHorizontalBorder method +linktitle: SetHasHorizontalBorder +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartDataTable::SetHasHorizontalBorder method. True if the chart data table has horizontal cell borders in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.charts/chartdatatable/sethashorizontalborder/ +--- +## ChartDataTable::SetHasHorizontalBorder method + + +True if the chart data table has horizontal cell borders. + +```cpp +void Aspose::Cells::Charts::ChartDataTable::SetHasHorizontalBorder(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartDataTable](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartdatatable/sethasoutlineborder/_index.md b/spanish/cpp/aspose.cells.charts/chartdatatable/sethasoutlineborder/_index.md new file mode 100644 index 00000000000..c5678610d8e --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartdatatable/sethasoutlineborder/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartDataTable::SetHasOutlineBorder method +linktitle: SetHasOutlineBorder +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartDataTable::SetHasOutlineBorder method. True if the chart data table has outline borders in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.charts/chartdatatable/sethasoutlineborder/ +--- +## ChartDataTable::SetHasOutlineBorder method + + +True if the chart data table has outline borders. + +```cpp +void Aspose::Cells::Charts::ChartDataTable::SetHasOutlineBorder(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartDataTable](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartdatatable/sethasverticalborder/_index.md b/spanish/cpp/aspose.cells.charts/chartdatatable/sethasverticalborder/_index.md new file mode 100644 index 00000000000..ddbff55c769 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartdatatable/sethasverticalborder/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartDataTable::SetHasVerticalBorder method +linktitle: SetHasVerticalBorder +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartDataTable::SetHasVerticalBorder method. True if the chart data table has vertical cell borders in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.charts/chartdatatable/sethasverticalborder/ +--- +## ChartDataTable::SetHasVerticalBorder method + + +True if the chart data table has vertical cell borders. + +```cpp +void Aspose::Cells::Charts::ChartDataTable::SetHasVerticalBorder(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartDataTable](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartdatatable/setshowlegendkey/_index.md b/spanish/cpp/aspose.cells.charts/chartdatatable/setshowlegendkey/_index.md new file mode 100644 index 00000000000..eb246e23985 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartdatatable/setshowlegendkey/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartDataTable::SetShowLegendKey method +linktitle: SetShowLegendKey +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartDataTable::SetShowLegendKey method. True if the data label legend key is visible in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.charts/chartdatatable/setshowlegendkey/ +--- +## ChartDataTable::SetShowLegendKey method + + +True if the data label legend key is visible. + +```cpp +void Aspose::Cells::Charts::ChartDataTable::SetShowLegendKey(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartDataTable](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartdatatable/~chartdatatable/_index.md b/spanish/cpp/aspose.cells.charts/chartdatatable/~chartdatatable/_index.md new file mode 100644 index 00000000000..7ea8e219692 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartdatatable/~chartdatatable/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::ChartDataTable::~ChartDataTable method +linktitle: ~ChartDataTable +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartDataTable::~ChartDataTable method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.charts/chartdatatable/~chartdatatable/ +--- +## ChartDataTable::~ChartDataTable method + + +Destructor. + +```cpp +Aspose::Cells::Charts::ChartDataTable::~ChartDataTable() +``` + +## See Also + +* Class [ChartDataTable](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartdatavalue/_impl/_index.md b/spanish/cpp/aspose.cells.charts/chartdatavalue/_impl/_index.md new file mode 100644 index 00000000000..d19188b6159 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartdatavalue/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::ChartDataValue::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartDataValue::_impl field. The implementation object in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.charts/chartdatavalue/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ChartDataValue_Impl* Aspose::Cells::Charts::ChartDataValue::_impl +``` + +## See Also + +* Class [ChartDataValue](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartdatavalue/_index.md b/spanish/cpp/aspose.cells.charts/chartdatavalue/_index.md new file mode 100644 index 00000000000..61bfc9670c7 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartdatavalue/_index.md @@ -0,0 +1,43 @@ +--- +title: Aspose::Cells::Charts::ChartDataValue class +linktitle: ChartDataValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartDataValue class. Encapsulates chart data value in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.charts/chartdatavalue/ +--- +## ChartDataValue class + + +Encapsulates chart data value. + +```cpp +class ChartDataValue +``` + +## Methods + +| Method | Description | +| --- | --- | +| [ChartDataValue(ChartDataValue_Impl* impl)](./chartdatavalue/) | Constructs from an implementation object. | +| [ChartDataValue(const ChartDataValue\& src)](./chartdatavalue/) | Copy constructor. | +| [GetBoolValue()](./getboolvalue/) | Gets the boolean value of the chart data. | +| [GetDateTimeValue()](./getdatetimevalue/) | Gets the DateTime value of the chart data. | +| [GetDoubleValue()](./getdoublevalue/) | Gets the double value of the chart data. | +| [GetIntValue()](./getintvalue/) | Gets the Int value of the chart data. | +| [GetStringValue()](./getstringvalue/) | Gets the string value of the chart data. | +| [GetValueType()](./getvaluetype/) | Gets the value type of the chart data. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ChartDataValue\& src)](./operator_asm/) | operator= | +| [~ChartDataValue()](./~chartdatavalue/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/chartdatavalue/chartdatavalue/_index.md b/spanish/cpp/aspose.cells.charts/chartdatavalue/chartdatavalue/_index.md new file mode 100644 index 00000000000..01b3821c9d6 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartdatavalue/chartdatavalue/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Charts::ChartDataValue::ChartDataValue constructor +linktitle: ChartDataValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartDataValue::ChartDataValue constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.charts/chartdatavalue/chartdatavalue/ +--- +## ChartDataValue::ChartDataValue(ChartDataValue_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Charts::ChartDataValue::ChartDataValue(ChartDataValue_Impl *impl=nullptr) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartDataValue](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## ChartDataValue::ChartDataValue(const ChartDataValue\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Charts::ChartDataValue::ChartDataValue(const ChartDataValue &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartDataValue](../) +* Class [ChartDataValue](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartdatavalue/getboolvalue/_index.md b/spanish/cpp/aspose.cells.charts/chartdatavalue/getboolvalue/_index.md new file mode 100644 index 00000000000..5a3cb0f1615 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartdatavalue/getboolvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartDataValue::GetBoolValue method +linktitle: GetBoolValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartDataValue::GetBoolValue method. Gets the boolean value of the chart data in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.charts/chartdatavalue/getboolvalue/ +--- +## ChartDataValue::GetBoolValue method + + +Gets the boolean value of the chart data. + +```cpp +bool Aspose::Cells::Charts::ChartDataValue::GetBoolValue() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartDataValue](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartdatavalue/getdatetimevalue/_index.md b/spanish/cpp/aspose.cells.charts/chartdatavalue/getdatetimevalue/_index.md new file mode 100644 index 00000000000..08d100c3e4b --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartdatavalue/getdatetimevalue/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::ChartDataValue::GetDateTimeValue method +linktitle: GetDateTimeValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartDataValue::GetDateTimeValue method. Gets the DateTime value of the chart data in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.charts/chartdatavalue/getdatetimevalue/ +--- +## ChartDataValue::GetDateTimeValue method + + +Gets the DateTime value of the chart data. + +```cpp +Date Aspose::Cells::Charts::ChartDataValue::GetDateTimeValue() +``` + +## See Also + +* Class [ChartDataValue](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartdatavalue/getdoublevalue/_index.md b/spanish/cpp/aspose.cells.charts/chartdatavalue/getdoublevalue/_index.md new file mode 100644 index 00000000000..5e20d1c6d94 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartdatavalue/getdoublevalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartDataValue::GetDoubleValue method +linktitle: GetDoubleValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartDataValue::GetDoubleValue method. Gets the double value of the chart data in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.charts/chartdatavalue/getdoublevalue/ +--- +## ChartDataValue::GetDoubleValue method + + +Gets the double value of the chart data. + +```cpp +double Aspose::Cells::Charts::ChartDataValue::GetDoubleValue() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartDataValue](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartdatavalue/getintvalue/_index.md b/spanish/cpp/aspose.cells.charts/chartdatavalue/getintvalue/_index.md new file mode 100644 index 00000000000..49af6d98537 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartdatavalue/getintvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartDataValue::GetIntValue method +linktitle: GetIntValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartDataValue::GetIntValue method. Gets the Int value of the chart data in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.charts/chartdatavalue/getintvalue/ +--- +## ChartDataValue::GetIntValue method + + +Gets the Int value of the chart data. + +```cpp +int32_t Aspose::Cells::Charts::ChartDataValue::GetIntValue() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartDataValue](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartdatavalue/getstringvalue/_index.md b/spanish/cpp/aspose.cells.charts/chartdatavalue/getstringvalue/_index.md new file mode 100644 index 00000000000..c2b10a402bd --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartdatavalue/getstringvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartDataValue::GetStringValue method +linktitle: GetStringValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartDataValue::GetStringValue method. Gets the string value of the chart data in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.charts/chartdatavalue/getstringvalue/ +--- +## ChartDataValue::GetStringValue method + + +Gets the string value of the chart data. + +```cpp +U16String Aspose::Cells::Charts::ChartDataValue::GetStringValue() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ChartDataValue](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartdatavalue/getvaluetype/_index.md b/spanish/cpp/aspose.cells.charts/chartdatavalue/getvaluetype/_index.md new file mode 100644 index 00000000000..7058e5255d3 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartdatavalue/getvaluetype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartDataValue::GetValueType method +linktitle: GetValueType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartDataValue::GetValueType method. Gets the value type of the chart data in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.charts/chartdatavalue/getvaluetype/ +--- +## ChartDataValue::GetValueType method + + +Gets the value type of the chart data. + +```cpp +CellValueType Aspose::Cells::Charts::ChartDataValue::GetValueType() +``` + +## See Also + +* Enum [CellValueType](../../../aspose.cells/cellvaluetype/) +* Class [ChartDataValue](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartdatavalue/isnull/_index.md b/spanish/cpp/aspose.cells.charts/chartdatavalue/isnull/_index.md new file mode 100644 index 00000000000..06bf3e65940 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartdatavalue/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::ChartDataValue::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartDataValue::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.charts/chartdatavalue/isnull/ +--- +## ChartDataValue::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Charts::ChartDataValue::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartDataValue](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartdatavalue/operator_asm/_index.md b/spanish/cpp/aspose.cells.charts/chartdatavalue/operator_asm/_index.md new file mode 100644 index 00000000000..73fbdf80a88 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartdatavalue/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::ChartDataValue::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartDataValue::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.charts/chartdatavalue/operator_asm/ +--- +## ChartDataValue::operator= method + + +operator= + +```cpp +ChartDataValue & Aspose::Cells::Charts::ChartDataValue::operator=(const ChartDataValue &src) +``` + +## See Also + +* Class [ChartDataValue](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartDataValue](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartdatavalue/operator_bool/_index.md b/spanish/cpp/aspose.cells.charts/chartdatavalue/operator_bool/_index.md new file mode 100644 index 00000000000..de02a61a10f --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartdatavalue/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::ChartDataValue::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartDataValue::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.charts/chartdatavalue/operator_bool/ +--- +## ChartDataValue::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Charts::ChartDataValue::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ChartDataValue](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartdatavalue/~chartdatavalue/_index.md b/spanish/cpp/aspose.cells.charts/chartdatavalue/~chartdatavalue/_index.md new file mode 100644 index 00000000000..49e2b80d397 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartdatavalue/~chartdatavalue/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::ChartDataValue::~ChartDataValue method +linktitle: ~ChartDataValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartDataValue::~ChartDataValue method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.charts/chartdatavalue/~chartdatavalue/ +--- +## ChartDataValue::~ChartDataValue method + + +Destructor. + +```cpp +Aspose::Cells::Charts::ChartDataValue::~ChartDataValue() +``` + +## See Also + +* Class [ChartDataValue](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/_impl/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/_impl/_index.md new file mode 100644 index 00000000000..32ee186457f --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::_impl field. The implementation object in C++.' +type: docs +weight: 5500 +url: /es/cpp/aspose.cells.charts/chartframe/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ChartFrame_Impl* Aspose::Cells::Charts::ChartFrame::_impl +``` + +## See Also + +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/_index.md new file mode 100644 index 00000000000..4f0a1c91fa0 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/_index.md @@ -0,0 +1,88 @@ +--- +title: Aspose::Cells::Charts::ChartFrame class +linktitle: ChartFrame +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame class. Encapsulates the object that represents the frame object in a chart in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.charts/chartframe/ +--- +## ChartFrame class + + +Encapsulates the object that represents the frame object in a chart. + +```cpp +class ChartFrame +``` + +## Methods + +| Method | Description | +| --- | --- | +| [ChartFrame(ChartFrame_Impl* impl)](./chartframe/) | Constructs from an implementation object. | +| [ChartFrame(const ChartFrame\& src)](./chartframe/) | Copy constructor. | +| [GetArea()](./getarea/) | Gets the [area](../). | +| [GetAutoScaleFont()](./getautoscalefont/) | True if the text in the object changes font size when the object size changes. The default value is True. | +| [GetBackground()](./getbackground/) | **(Deprecated)** Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions. | +| [GetBackgroundMode()](./getbackgroundmode/) | **(Deprecated)** Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions. | +| [GetBorder()](./getborder/) | Gets the [border](../). | +| [GetDefaultHeight()](./getdefaultheight/) | **(Deprecated)** Represents height of default position in units of 1/4000 of the chart area. | +| [GetDefaultHeightRatioToChart()](./getdefaultheightratiotochart/) | Represents height of default position in units of Fraction of the chart area. | +| [GetDefaultWidth()](./getdefaultwidth/) | **(Deprecated)** Represents width of default position in units of 1/4000 of the chart area. | +| [GetDefaultWidthRatioToChart()](./getdefaultwidthratiotochart/) | Represents width of default position in units of Fraction of the chart area. | +| [GetDefaultX()](./getdefaultx/) | **(Deprecated)** Represents x of default position in units of 1/4000 of the chart area. | +| [GetDefaultXRatioToChart()](./getdefaultxratiotochart/) | Represents x of default position in units of Fraction of the chart area. | +| [GetDefaultY()](./getdefaulty/) | **(Deprecated)** Represents y of default position in units of 1/4000 of the chart area. | +| [GetDefaultYRatioToChart()](./getdefaultyratiotochart/) | Represents y of default position in units of Fraction of the chart area. | +| [GetFont()](./getfont/) | Gets a [Font](../../aspose.cells/font/) object of the specified [ChartFrame](./) object. | +| [GetHeight()](./getheight/) | **(Deprecated)** Gets or sets the height of frame in units of 1/4000 of the chart area. | +| [GetHeightPixel()](./getheightpixel/) | Gets or sets the height of frame in units of Pixel. | +| [GetHeightRatioToChart()](./getheightratiotochart/) | Gets or sets the height of frame in units of ratio of the chart area. | +| [GetShadow()](./getshadow/) | True if the frame has a shadow. | +| [GetShapeProperties()](./getshapeproperties/) | Gets the ShapeProperties object. | +| [GetTextOptions()](./gettextoptions/) | Gets and sets the options of the text. | +| [GetWidth()](./getwidth/) | **(Deprecated)** Gets or sets the width of frame in units of 1/4000 of the chart area. | +| [GetWidthPixel()](./getwidthpixel/) | Gets or sets the width of frame in units of Pixel. | +| [GetWidthRatioToChart()](./getwidthratiotochart/) | Gets or sets the width of frame in units of ratio of the chart area. | +| [GetX()](./getx/) | **(Deprecated)** Gets or sets the x coordinate of the upper left corner in units of 1/4000 of the chart area. | +| [GetXPixel()](./getxpixel/) | Gets or sets the x coordinate of the upper left corner in units of Pixel. | +| [GetXRatioToChart()](./getxratiotochart/) | Gets or sets the x coordinate of the upper left corner in units of ratio of the chart area. | +| [GetY()](./gety/) | **(Deprecated)** Gets or sets the y coordinate of the upper left corner in units of 1/4000 of the chart area. | +| [GetYPixel()](./getypixel/) | Gets or sets the y coordinate of the upper left corner in units of Pixel. | +| [GetYRatioToChart()](./getyratiotochart/) | Gets or sets the y coordinate of the upper left corner in units of ratio of the chart area. | +| [IsAutomaticSize()](./isautomaticsize/) | Indicates whether the chart frame is automatic sized. | +| [IsDefaultPosBeSet()](./isdefaultposbeset/) | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set. | +| [IsInnerMode()](./isinnermode/) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ChartFrame\& src)](./operator_asm/) | operator= | +| [SetAutoScaleFont(bool value)](./setautoscalefont/) | True if the text in the object changes font size when the object size changes. The default value is True. | +| [SetBackground(BackgroundMode value)](./setbackground/) | **(Deprecated)** Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions. | +| [SetBackgroundMode(BackgroundMode value)](./setbackgroundmode/) | **(Deprecated)** Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions. | +| [SetHeight(int32_t value)](./setheight/) | **(Deprecated)** Gets or sets the height of frame in units of 1/4000 of the chart area. | +| [SetHeightPixel(int32_t value)](./setheightpixel/) | Gets or sets the height of frame in units of Pixel. | +| [SetHeightRatioToChart(double value)](./setheightratiotochart/) | Gets or sets the height of frame in units of ratio of the chart area. | +| [SetIsAutomaticSize(bool value)](./setisautomaticsize/) | Indicates whether the chart frame is automatic sized. | +| [SetIsInnerMode(bool value)](./setisinnermode/) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. | +| [SetPositionAuto()](./setpositionauto/) | Set position of the frame to automatic. | +| [SetShadow(bool value)](./setshadow/) | True if the frame has a shadow. | +| [SetWidth(int32_t value)](./setwidth/) | **(Deprecated)** Gets or sets the width of frame in units of 1/4000 of the chart area. | +| [SetWidthPixel(int32_t value)](./setwidthpixel/) | Gets or sets the width of frame in units of Pixel. | +| [SetWidthRatioToChart(double value)](./setwidthratiotochart/) | Gets or sets the width of frame in units of ratio of the chart area. | +| [SetX(int32_t value)](./setx/) | **(Deprecated)** Gets or sets the x coordinate of the upper left corner in units of 1/4000 of the chart area. | +| [SetXPixel(int32_t value)](./setxpixel/) | Gets or sets the x coordinate of the upper left corner in units of Pixel. | +| [SetXRatioToChart(double value)](./setxratiotochart/) | Gets or sets the x coordinate of the upper left corner in units of ratio of the chart area. | +| [SetY(int32_t value)](./sety/) | **(Deprecated)** Gets or sets the y coordinate of the upper left corner in units of 1/4000 of the chart area. | +| [SetYPixel(int32_t value)](./setypixel/) | Gets or sets the y coordinate of the upper left corner in units of Pixel. | +| [SetYRatioToChart(double value)](./setyratiotochart/) | Gets or sets the y coordinate of the upper left corner in units of ratio of the chart area. | +| [~ChartFrame()](./~chartframe/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/chartframe/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/chartframe/_index.md new file mode 100644 index 00000000000..086e4b665c7 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/chartframe/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::ChartFrame constructor +linktitle: ChartFrame +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::ChartFrame constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.charts/chartframe/chartframe/ +--- +## ChartFrame::ChartFrame(ChartFrame_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Charts::ChartFrame::ChartFrame(ChartFrame_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## ChartFrame::ChartFrame(const ChartFrame\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Charts::ChartFrame::ChartFrame(const ChartFrame &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartFrame](../) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/getarea/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/getarea/_index.md new file mode 100644 index 00000000000..cbcda8ec804 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/getarea/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::GetArea method +linktitle: GetArea +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::GetArea method. Gets the area in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.charts/chartframe/getarea/ +--- +## ChartFrame::GetArea method + + +Gets the [area](../). + +```cpp +Area Aspose::Cells::Charts::ChartFrame::GetArea() +``` + +## See Also + +* Class [Area](../../../aspose.cells.drawing/area/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/getautoscalefont/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/getautoscalefont/_index.md new file mode 100644 index 00000000000..5783b8e0063 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/getautoscalefont/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::GetAutoScaleFont method +linktitle: GetAutoScaleFont +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::GetAutoScaleFont method. True if the text in the object changes font size when the object size changes. The default value is True in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.charts/chartframe/getautoscalefont/ +--- +## ChartFrame::GetAutoScaleFont method + + +True if the text in the object changes font size when the object size changes. The default value is True. + +```cpp +bool Aspose::Cells::Charts::ChartFrame::GetAutoScaleFont() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/getbackground/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/getbackground/_index.md new file mode 100644 index 00000000000..cf1bbc70cbe --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/getbackground/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::GetBackground method +linktitle: GetBackground +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::GetBackground method. Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.charts/chartframe/getbackground/ +--- +## ChartFrame::GetBackground method + + +Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions. + + +>Deprecated +> +>Use ChartFrame.Area.FillFormat.FillType property instead. +```cpp +BackgroundMode Aspose::Cells::Charts::ChartFrame::GetBackground() +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use ChartFrame.Area.FillFormat.FillType property. For example, If you need to set the BackgroundMode to Opaque, you can use the following code: Area.FillFormat.FillType = FillType.Solid; Area.FillFormat.SolidFill.Color = [Color.Red](../../../aspose.cells/color/red/); This property will be removed 12 months later since JANUARY 2012. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Enum [BackgroundMode](../../backgroundmode/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/getbackgroundmode/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/getbackgroundmode/_index.md new file mode 100644 index 00000000000..b33644512e5 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/getbackgroundmode/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::GetBackgroundMode method +linktitle: GetBackgroundMode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::GetBackgroundMode method. Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.charts/chartframe/getbackgroundmode/ +--- +## ChartFrame::GetBackgroundMode method + + +Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions. + + +>Deprecated +> +>Use ChartFrame.Area.FillFormat.FillType property instead. +```cpp +BackgroundMode Aspose::Cells::Charts::ChartFrame::GetBackgroundMode() +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use ChartFrame.Area.FillFormat.FillType property. For example, If you need to set the BackgroundMode to Opaque, you can use the following code: Area.FillFormat.FillType = FillType.Solid; Area.FillFormat.SolidFill.Color = [Color.Red](../../../aspose.cells/color/red/); This property will be removed 12 months later since February 2026. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Enum [BackgroundMode](../../backgroundmode/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/getborder/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/getborder/_index.md new file mode 100644 index 00000000000..738472d504c --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/getborder/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::GetBorder method +linktitle: GetBorder +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::GetBorder method. Gets the border in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.charts/chartframe/getborder/ +--- +## ChartFrame::GetBorder method + + +Gets the [border](../). + +```cpp +Line Aspose::Cells::Charts::ChartFrame::GetBorder() +``` + +## See Also + +* Class [Line](../../../aspose.cells.drawing/line/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/getdefaultheight/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/getdefaultheight/_index.md new file mode 100644 index 00000000000..f059b6c97d8 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/getdefaultheight/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::GetDefaultHeight method +linktitle: GetDefaultHeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::GetDefaultHeight method. Represents height of default position in units of 1/4000 of the chart area in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.charts/chartframe/getdefaultheight/ +--- +## ChartFrame::GetDefaultHeight method + + +Represents height of default position in units of 1/4000 of the chart area. + + +>Deprecated +> +>Use ChartFrame.DefaultHeightRatioToChart property, instead. +```cpp +int32_t Aspose::Cells::Charts::ChartFrame::GetDefaultHeight() +``` + +## Remarks + + +NOTE: This member is now obsolete. Please use ChartFrame.DefaultHeightRatioToChart property, instead. DefaultHeight = (int)(DefaultHeightRatioToChart * 4000); This property will be removed 12 months later since February 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/getdefaultheightratiotochart/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/getdefaultheightratiotochart/_index.md new file mode 100644 index 00000000000..44853f404b4 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/getdefaultheightratiotochart/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::GetDefaultHeightRatioToChart method +linktitle: GetDefaultHeightRatioToChart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::GetDefaultHeightRatioToChart method. Represents height of default position in units of Fraction of the chart area in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.charts/chartframe/getdefaultheightratiotochart/ +--- +## ChartFrame::GetDefaultHeightRatioToChart method + + +Represents height of default position in units of Fraction of the chart area. + +```cpp +double Aspose::Cells::Charts::ChartFrame::GetDefaultHeightRatioToChart() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/getdefaultwidth/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/getdefaultwidth/_index.md new file mode 100644 index 00000000000..b039bcc59a9 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/getdefaultwidth/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::GetDefaultWidth method +linktitle: GetDefaultWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::GetDefaultWidth method. Represents width of default position in units of 1/4000 of the chart area in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.charts/chartframe/getdefaultwidth/ +--- +## ChartFrame::GetDefaultWidth method + + +Represents width of default position in units of 1/4000 of the chart area. + + +>Deprecated +> +>Use ChartFrame.DefaultWidthRatioToChart property, instead. +```cpp +int32_t Aspose::Cells::Charts::ChartFrame::GetDefaultWidth() +``` + +## Remarks + + +NOTE: This member is now obsolete. Please use ChartFrame.DefaultWidthRatioToChart property, instead. DefaultWidth = (int)(DefaultWidthRatioToChart * 4000); This property will be removed 12 months later since February 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/getdefaultwidthratiotochart/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/getdefaultwidthratiotochart/_index.md new file mode 100644 index 00000000000..5c1e5461962 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/getdefaultwidthratiotochart/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::GetDefaultWidthRatioToChart method +linktitle: GetDefaultWidthRatioToChart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::GetDefaultWidthRatioToChart method. Represents width of default position in units of Fraction of the chart area in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.charts/chartframe/getdefaultwidthratiotochart/ +--- +## ChartFrame::GetDefaultWidthRatioToChart method + + +Represents width of default position in units of Fraction of the chart area. + +```cpp +double Aspose::Cells::Charts::ChartFrame::GetDefaultWidthRatioToChart() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/getdefaultx/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/getdefaultx/_index.md new file mode 100644 index 00000000000..1b81637c2fa --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/getdefaultx/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::GetDefaultX method +linktitle: GetDefaultX +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::GetDefaultX method. Represents x of default position in units of 1/4000 of the chart area in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.charts/chartframe/getdefaultx/ +--- +## ChartFrame::GetDefaultX method + + +Represents x of default position in units of 1/4000 of the chart area. + + +>Deprecated +> +>Use ChartFrame.DefaultXRatioToChart property, instead. +```cpp +int32_t Aspose::Cells::Charts::ChartFrame::GetDefaultX() +``` + +## Remarks + + +NOTE: This member is now obsolete. Please use ChartFrame.DefaultXRatioToChart property, instead. DefaultX = (int)(DefaultXRatioToChart * 4000); This property will be removed 12 months later since February 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/getdefaultxratiotochart/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/getdefaultxratiotochart/_index.md new file mode 100644 index 00000000000..1595257a9eb --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/getdefaultxratiotochart/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::GetDefaultXRatioToChart method +linktitle: GetDefaultXRatioToChart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::GetDefaultXRatioToChart method. Represents x of default position in units of Fraction of the chart area in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.charts/chartframe/getdefaultxratiotochart/ +--- +## ChartFrame::GetDefaultXRatioToChart method + + +Represents x of default position in units of Fraction of the chart area. + +```cpp +double Aspose::Cells::Charts::ChartFrame::GetDefaultXRatioToChart() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/getdefaulty/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/getdefaulty/_index.md new file mode 100644 index 00000000000..415a7dc2e53 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/getdefaulty/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::GetDefaultY method +linktitle: GetDefaultY +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::GetDefaultY method. Represents y of default position in units of 1/4000 of the chart area in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.charts/chartframe/getdefaulty/ +--- +## ChartFrame::GetDefaultY method + + +Represents y of default position in units of 1/4000 of the chart area. + + +>Deprecated +> +>Use ChartFrame.DefaultYRatioToChart property, instead. +```cpp +int32_t Aspose::Cells::Charts::ChartFrame::GetDefaultY() +``` + +## Remarks + + +NOTE: This member is now obsolete. Please use ChartFrame.DefaultYRatioToChart property, instead. DefaultY = (int)(DefaultYRatioToChart * 4000); This property will be removed 12 months later since February 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/getdefaultyratiotochart/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/getdefaultyratiotochart/_index.md new file mode 100644 index 00000000000..8ad9a849547 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/getdefaultyratiotochart/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::GetDefaultYRatioToChart method +linktitle: GetDefaultYRatioToChart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::GetDefaultYRatioToChart method. Represents y of default position in units of Fraction of the chart area in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.charts/chartframe/getdefaultyratiotochart/ +--- +## ChartFrame::GetDefaultYRatioToChart method + + +Represents y of default position in units of Fraction of the chart area. + +```cpp +double Aspose::Cells::Charts::ChartFrame::GetDefaultYRatioToChart() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/getfont/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/getfont/_index.md new file mode 100644 index 00000000000..69735a19165 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/getfont/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::GetFont method +linktitle: GetFont +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::GetFont method. Gets a Font object of the specified ChartFrame object in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.charts/chartframe/getfont/ +--- +## ChartFrame::GetFont method + + +Gets a [Font](../../../aspose.cells/font/) object of the specified [ChartFrame](../) object. + +```cpp +Aspose::Cells::Font Aspose::Cells::Charts::ChartFrame::GetFont() +``` + +## See Also + +* Class [Font](../../../aspose.cells/font/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/getheight/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/getheight/_index.md new file mode 100644 index 00000000000..d07d53acf02 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/getheight/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::GetHeight method +linktitle: GetHeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::GetHeight method. Gets or sets the height of frame in units of 1/4000 of the chart area in C++.' +type: docs +weight: 3400 +url: /es/cpp/aspose.cells.charts/chartframe/getheight/ +--- +## ChartFrame::GetHeight method + + +Gets or sets the height of frame in units of 1/4000 of the chart area. + + +>Deprecated +> +>Use ChartFrame.HeightRatioToChart property, instead. +```cpp +int32_t Aspose::Cells::Charts::ChartFrame::GetHeight() +``` + +## Remarks + + +How to convert units of 1/4000 to pixels? Height In Pixels = Y * Chart.ChartObject.Height / 4000d; + +NOTE: This member is now obsolete. Please use ChartFrame.HeightRatioToChart property, instead. Height = HeightRatioToChart * 4000. This property will be removed 12 months later since February 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/getheightpixel/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/getheightpixel/_index.md new file mode 100644 index 00000000000..29f9555c325 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/getheightpixel/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::GetHeightPixel method +linktitle: GetHeightPixel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::GetHeightPixel method. Gets or sets the height of frame in units of Pixel in C++.' +type: docs +weight: 5200 +url: /es/cpp/aspose.cells.charts/chartframe/getheightpixel/ +--- +## ChartFrame::GetHeightPixel method + + +Gets or sets the height of frame in units of Pixel. + +```cpp +int32_t Aspose::Cells::Charts::ChartFrame::GetHeightPixel() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/getheightratiotochart/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/getheightratiotochart/_index.md new file mode 100644 index 00000000000..8f6accde49f --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/getheightratiotochart/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::GetHeightRatioToChart method +linktitle: GetHeightRatioToChart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::GetHeightRatioToChart method. Gets or sets the height of frame in units of ratio of the chart area in C++.' +type: docs +weight: 4400 +url: /es/cpp/aspose.cells.charts/chartframe/getheightratiotochart/ +--- +## ChartFrame::GetHeightRatioToChart method + + +Gets or sets the height of frame in units of ratio of the chart area. + +```cpp +double Aspose::Cells::Charts::ChartFrame::GetHeightRatioToChart() +``` + +## Remarks + + +This is a fraction value, its valid range is between 0-1. How to convert units of ratio to pixels? HeightPixel = HeightRatioToChart * Chart.ChartObject.Height; +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/getshadow/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/getshadow/_index.md new file mode 100644 index 00000000000..35bfdc8d91a --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/getshadow/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::GetShadow method +linktitle: GetShadow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::GetShadow method. True if the frame has a shadow in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.charts/chartframe/getshadow/ +--- +## ChartFrame::GetShadow method + + +True if the frame has a shadow. + +```cpp +bool Aspose::Cells::Charts::ChartFrame::GetShadow() +``` + +## Remarks + + +Only for charts in xls file. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/getshapeproperties/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/getshapeproperties/_index.md new file mode 100644 index 00000000000..2605c87177e --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/getshapeproperties/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::GetShapeProperties method +linktitle: GetShapeProperties +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::GetShapeProperties method. Gets the ShapeProperties object in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.charts/chartframe/getshapeproperties/ +--- +## ChartFrame::GetShapeProperties method + + +Gets the ShapeProperties object. + +```cpp +ShapePropertyCollection Aspose::Cells::Charts::ChartFrame::GetShapeProperties() +``` + +## See Also + +* Class [ShapePropertyCollection](../../../aspose.cells.drawing/shapepropertycollection/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/gettextoptions/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/gettextoptions/_index.md new file mode 100644 index 00000000000..8aff2434242 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/gettextoptions/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::GetTextOptions method +linktitle: GetTextOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::GetTextOptions method. Gets and sets the options of the text in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.charts/chartframe/gettextoptions/ +--- +## ChartFrame::GetTextOptions method + + +Gets and sets the options of the text. + +```cpp +TextOptions Aspose::Cells::Charts::ChartFrame::GetTextOptions() +``` + +## See Also + +* Class [TextOptions](../../../aspose.cells.drawing.texts/textoptions/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/getwidth/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/getwidth/_index.md new file mode 100644 index 00000000000..e213d77bb9b --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/getwidth/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::GetWidth method +linktitle: GetWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::GetWidth method. Gets or sets the width of frame in units of 1/4000 of the chart area in C++.' +type: docs +weight: 3600 +url: /es/cpp/aspose.cells.charts/chartframe/getwidth/ +--- +## ChartFrame::GetWidth method + + +Gets or sets the width of frame in units of 1/4000 of the chart area. + + +>Deprecated +> +>Use ChartFrame.WidthRatioToChart property, instead. +```cpp +int32_t Aspose::Cells::Charts::ChartFrame::GetWidth() +``` + +## Remarks + + +How to convert units of 1/4000 to pixels? Width In Pixels = Width * Chart.ChartObject.Height / 4000d; + +NOTE: This member is now obsolete. Please use ChartFrame.WidthRatioToChart property, instead. Width = WidthRatioToChart * 4000; This property will be removed 12 months later since February 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/getwidthpixel/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/getwidthpixel/_index.md new file mode 100644 index 00000000000..d9624c29b7a --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/getwidthpixel/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::GetWidthPixel method +linktitle: GetWidthPixel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::GetWidthPixel method. Gets or sets the width of frame in units of Pixel in C++.' +type: docs +weight: 5000 +url: /es/cpp/aspose.cells.charts/chartframe/getwidthpixel/ +--- +## ChartFrame::GetWidthPixel method + + +Gets or sets the width of frame in units of Pixel. + +```cpp +int32_t Aspose::Cells::Charts::ChartFrame::GetWidthPixel() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/getwidthratiotochart/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/getwidthratiotochart/_index.md new file mode 100644 index 00000000000..b050c2b7305 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/getwidthratiotochart/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::GetWidthRatioToChart method +linktitle: GetWidthRatioToChart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::GetWidthRatioToChart method. Gets or sets the width of frame in units of ratio of the chart area in C++.' +type: docs +weight: 4200 +url: /es/cpp/aspose.cells.charts/chartframe/getwidthratiotochart/ +--- +## ChartFrame::GetWidthRatioToChart method + + +Gets or sets the width of frame in units of ratio of the chart area. + +```cpp +double Aspose::Cells::Charts::ChartFrame::GetWidthRatioToChart() +``` + +## Remarks + + +This is a fraction value, its valid range is between 0-1. How to convert units of ratio to pixels? WidthPixel = WidthRatioToChart * Chart.ChartObject.Width; +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/getx/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/getx/_index.md new file mode 100644 index 00000000000..a175ee936e3 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/getx/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::GetX method +linktitle: GetX +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::GetX method. Gets or sets the x coordinate of the upper left corner in units of 1/4000 of the chart area in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells.charts/chartframe/getx/ +--- +## ChartFrame::GetX method + + +Gets or sets the x coordinate of the upper left corner in units of 1/4000 of the chart area. + + +>Deprecated +> +>Use ChartFrame.XRatioToChart property, instead. +```cpp +int32_t Aspose::Cells::Charts::ChartFrame::GetX() +``` + +## Remarks + + +How to convert units of 1/4000 to pixels? X In Pixels = X * Chart.ChartObject.Width / 4000d; + +NOTE: This member is now obsolete. Please use ChartFrame.XRatioToChart property, instead. X = XRatioToChart * 4000. This property will be removed 12 months later since February 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/getxpixel/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/getxpixel/_index.md new file mode 100644 index 00000000000..d900dd5a35d --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/getxpixel/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::GetXPixel method +linktitle: GetXPixel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::GetXPixel method. Gets or sets the x coordinate of the upper left corner in units of Pixel in C++.' +type: docs +weight: 4600 +url: /es/cpp/aspose.cells.charts/chartframe/getxpixel/ +--- +## ChartFrame::GetXPixel method + + +Gets or sets the x coordinate of the upper left corner in units of Pixel. + +```cpp +int32_t Aspose::Cells::Charts::ChartFrame::GetXPixel() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/getxratiotochart/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/getxratiotochart/_index.md new file mode 100644 index 00000000000..041c773e4de --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/getxratiotochart/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::GetXRatioToChart method +linktitle: GetXRatioToChart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::GetXRatioToChart method. Gets or sets the x coordinate of the upper left corner in units of ratio of the chart area in C++.' +type: docs +weight: 3800 +url: /es/cpp/aspose.cells.charts/chartframe/getxratiotochart/ +--- +## ChartFrame::GetXRatioToChart method + + +Gets or sets the x coordinate of the upper left corner in units of ratio of the chart area. + +```cpp +double Aspose::Cells::Charts::ChartFrame::GetXRatioToChart() +``` + +## Remarks + + +This is a fraction value, its valid range is between 0-1. How to convert units of ratio to pixels? XPixel = XRatioToChart * Chart.ChartObject.Width; +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/gety/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/gety/_index.md new file mode 100644 index 00000000000..fd62f2334c4 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/gety/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::GetY method +linktitle: GetY +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::GetY method. Gets or sets the y coordinate of the upper left corner in units of 1/4000 of the chart area in C++.' +type: docs +weight: 3200 +url: /es/cpp/aspose.cells.charts/chartframe/gety/ +--- +## ChartFrame::GetY method + + +Gets or sets the y coordinate of the upper left corner in units of 1/4000 of the chart area. + + +>Deprecated +> +>Use ChartFrame.YRatioToChart property, instead. +```cpp +int32_t Aspose::Cells::Charts::ChartFrame::GetY() +``` + +## Remarks + + +How to convert units of 1/4000 to pixels? Y In Pixels = Y * Chart.ChartObject.Height / 4000d; + +NOTE: This member is now obsolete. Please use ChartFrame.YRatioToChart property, instead. Y = YRatioToChart * 4000. This property will be removed 12 months later since February 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/getypixel/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/getypixel/_index.md new file mode 100644 index 00000000000..ed8166a8a4f --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/getypixel/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::GetYPixel method +linktitle: GetYPixel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::GetYPixel method. Gets or sets the y coordinate of the upper left corner in units of Pixel in C++.' +type: docs +weight: 4800 +url: /es/cpp/aspose.cells.charts/chartframe/getypixel/ +--- +## ChartFrame::GetYPixel method + + +Gets or sets the y coordinate of the upper left corner in units of Pixel. + +```cpp +int32_t Aspose::Cells::Charts::ChartFrame::GetYPixel() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/getyratiotochart/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/getyratiotochart/_index.md new file mode 100644 index 00000000000..986cbc18f5e --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/getyratiotochart/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::GetYRatioToChart method +linktitle: GetYRatioToChart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::GetYRatioToChart method. Gets or sets the y coordinate of the upper left corner in units of ratio of the chart area in C++.' +type: docs +weight: 4000 +url: /es/cpp/aspose.cells.charts/chartframe/getyratiotochart/ +--- +## ChartFrame::GetYRatioToChart method + + +Gets or sets the y coordinate of the upper left corner in units of ratio of the chart area. + +```cpp +double Aspose::Cells::Charts::ChartFrame::GetYRatioToChart() +``` + +## Remarks + + +This is a fraction value, its valid range is between 0-1. How to convert units of ratio to pixels? YPixel = YRatioToChart * Chart.ChartObject.Height; +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/isautomaticsize/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/isautomaticsize/_index.md new file mode 100644 index 00000000000..fc61c4c9edc --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/isautomaticsize/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::IsAutomaticSize method +linktitle: IsAutomaticSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::IsAutomaticSize method. Indicates whether the chart frame is automatic sized in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells.charts/chartframe/isautomaticsize/ +--- +## ChartFrame::IsAutomaticSize method + + +Indicates whether the chart frame is automatic sized. + +```cpp +bool Aspose::Cells::Charts::ChartFrame::IsAutomaticSize() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/isdefaultposbeset/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/isdefaultposbeset/_index.md new file mode 100644 index 00000000000..cc88575fe01 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/isdefaultposbeset/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::IsDefaultPosBeSet method +linktitle: IsDefaultPosBeSet +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::IsDefaultPosBeSet method. Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.charts/chartframe/isdefaultposbeset/ +--- +## ChartFrame::IsDefaultPosBeSet method + + +Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set. + +```cpp +bool Aspose::Cells::Charts::ChartFrame::IsDefaultPosBeSet() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/isinnermode/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/isinnermode/_index.md new file mode 100644 index 00000000000..4cf4ce0ebb7 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/isinnermode/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::IsInnerMode method +linktitle: IsInnerMode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::IsInnerMode method. Indicates whether the size of the plot area size includes the tick marks, and the axis labels. False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.charts/chartframe/isinnermode/ +--- +## ChartFrame::IsInnerMode method + + +Indicates whether the size of the plot area size includes the tick marks, and the axis labels. False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. + +```cpp +bool Aspose::Cells::Charts::ChartFrame::IsInnerMode() +``` + +## Remarks + + +Only for Xlsx file. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/isnull/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/isnull/_index.md new file mode 100644 index 00000000000..7f8ac32f49f --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.charts/chartframe/isnull/ +--- +## ChartFrame::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Charts::ChartFrame::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/operator_asm/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/operator_asm/_index.md new file mode 100644 index 00000000000..0a4a1baae89 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.charts/chartframe/operator_asm/ +--- +## ChartFrame::operator= method + + +operator= + +```cpp +ChartFrame & Aspose::Cells::Charts::ChartFrame::operator=(const ChartFrame &src) +``` + +## See Also + +* Class [ChartFrame](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/operator_bool/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/operator_bool/_index.md new file mode 100644 index 00000000000..e13915b72fc --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.charts/chartframe/operator_bool/ +--- +## ChartFrame::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Charts::ChartFrame::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/setautoscalefont/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/setautoscalefont/_index.md new file mode 100644 index 00000000000..71c864ed226 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/setautoscalefont/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::SetAutoScaleFont method +linktitle: SetAutoScaleFont +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::SetAutoScaleFont method. True if the text in the object changes font size when the object size changes. The default value is True in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.charts/chartframe/setautoscalefont/ +--- +## ChartFrame::SetAutoScaleFont method + + +True if the text in the object changes font size when the object size changes. The default value is True. + +```cpp +void Aspose::Cells::Charts::ChartFrame::SetAutoScaleFont(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/setbackground/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/setbackground/_index.md new file mode 100644 index 00000000000..b3f4f665351 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/setbackground/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::SetBackground method +linktitle: SetBackground +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::SetBackground method. Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.charts/chartframe/setbackground/ +--- +## ChartFrame::SetBackground method + + +Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions. + + +>Deprecated +> +>Use ChartFrame.Area.FillFormat.FillType property instead. +```cpp +void Aspose::Cells::Charts::ChartFrame::SetBackground(BackgroundMode value) +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use ChartFrame.Area.FillFormat.FillType property. For example, If you need to set the BackgroundMode to Opaque, you can use the following code: Area.FillFormat.FillType = FillType.Solid; Area.FillFormat.SolidFill.Color = [Color.Red](../../../aspose.cells/color/red/); This property will be removed 12 months later since JANUARY 2012. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [BackgroundMode](../../backgroundmode/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/setbackgroundmode/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/setbackgroundmode/_index.md new file mode 100644 index 00000000000..9a2431970d6 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/setbackgroundmode/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::SetBackgroundMode method +linktitle: SetBackgroundMode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::SetBackgroundMode method. Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.charts/chartframe/setbackgroundmode/ +--- +## ChartFrame::SetBackgroundMode method + + +Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions. + + +>Deprecated +> +>Use ChartFrame.Area.FillFormat.FillType property instead. +```cpp +void Aspose::Cells::Charts::ChartFrame::SetBackgroundMode(BackgroundMode value) +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use ChartFrame.Area.FillFormat.FillType property. For example, If you need to set the BackgroundMode to Opaque, you can use the following code: Area.FillFormat.FillType = FillType.Solid; Area.FillFormat.SolidFill.Color = [Color.Red](../../../aspose.cells/color/red/); This property will be removed 12 months later since February 2026. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [BackgroundMode](../../backgroundmode/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/setheight/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/setheight/_index.md new file mode 100644 index 00000000000..7e70d37249d --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/setheight/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::SetHeight method +linktitle: SetHeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::SetHeight method. Gets or sets the height of frame in units of 1/4000 of the chart area in C++.' +type: docs +weight: 3500 +url: /es/cpp/aspose.cells.charts/chartframe/setheight/ +--- +## ChartFrame::SetHeight method + + +Gets or sets the height of frame in units of 1/4000 of the chart area. + + +>Deprecated +> +>Use ChartFrame.HeightRatioToChart property, instead. +```cpp +void Aspose::Cells::Charts::ChartFrame::SetHeight(int32_t value) +``` + +## Remarks + + +How to convert units of 1/4000 to pixels? Height In Pixels = Y * Chart.ChartObject.Height / 4000d; + +NOTE: This member is now obsolete. Please use ChartFrame.HeightRatioToChart property, instead. Height = HeightRatioToChart * 4000. This property will be removed 12 months later since February 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/setheightpixel/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/setheightpixel/_index.md new file mode 100644 index 00000000000..6aeacf5c6ef --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/setheightpixel/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::SetHeightPixel method +linktitle: SetHeightPixel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::SetHeightPixel method. Gets or sets the height of frame in units of Pixel in C++.' +type: docs +weight: 5300 +url: /es/cpp/aspose.cells.charts/chartframe/setheightpixel/ +--- +## ChartFrame::SetHeightPixel method + + +Gets or sets the height of frame in units of Pixel. + +```cpp +void Aspose::Cells::Charts::ChartFrame::SetHeightPixel(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/setheightratiotochart/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/setheightratiotochart/_index.md new file mode 100644 index 00000000000..26ceb644130 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/setheightratiotochart/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::SetHeightRatioToChart method +linktitle: SetHeightRatioToChart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::SetHeightRatioToChart method. Gets or sets the height of frame in units of ratio of the chart area in C++.' +type: docs +weight: 4500 +url: /es/cpp/aspose.cells.charts/chartframe/setheightratiotochart/ +--- +## ChartFrame::SetHeightRatioToChart method + + +Gets or sets the height of frame in units of ratio of the chart area. + +```cpp +void Aspose::Cells::Charts::ChartFrame::SetHeightRatioToChart(double value) +``` + +## Remarks + + +This is a fraction value, its valid range is between 0-1. How to convert units of ratio to pixels? HeightPixel = HeightRatioToChart * Chart.ChartObject.Height; +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/setisautomaticsize/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/setisautomaticsize/_index.md new file mode 100644 index 00000000000..f6c639fa05b --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/setisautomaticsize/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::SetIsAutomaticSize method +linktitle: SetIsAutomaticSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::SetIsAutomaticSize method. Indicates whether the chart frame is automatic sized in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells.charts/chartframe/setisautomaticsize/ +--- +## ChartFrame::SetIsAutomaticSize method + + +Indicates whether the chart frame is automatic sized. + +```cpp +void Aspose::Cells::Charts::ChartFrame::SetIsAutomaticSize(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/setisinnermode/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/setisinnermode/_index.md new file mode 100644 index 00000000000..33b7ec2b31c --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/setisinnermode/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::SetIsInnerMode method +linktitle: SetIsInnerMode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::SetIsInnerMode method. Indicates whether the size of the plot area size includes the tick marks, and the axis labels. False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.charts/chartframe/setisinnermode/ +--- +## ChartFrame::SetIsInnerMode method + + +Indicates whether the size of the plot area size includes the tick marks, and the axis labels. False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. + +```cpp +void Aspose::Cells::Charts::ChartFrame::SetIsInnerMode(bool value) +``` + +## Remarks + + +Only for Xlsx file. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/setpositionauto/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/setpositionauto/_index.md new file mode 100644 index 00000000000..4148c2f5e55 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/setpositionauto/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::SetPositionAuto method +linktitle: SetPositionAuto +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::SetPositionAuto method. Set position of the frame to automatic in C++.' +type: docs +weight: 5400 +url: /es/cpp/aspose.cells.charts/chartframe/setpositionauto/ +--- +## ChartFrame::SetPositionAuto method + + +Set position of the frame to automatic. + +```cpp +void Aspose::Cells::Charts::ChartFrame::SetPositionAuto() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/setshadow/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/setshadow/_index.md new file mode 100644 index 00000000000..6db0c9b5649 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/setshadow/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::SetShadow method +linktitle: SetShadow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::SetShadow method. True if the frame has a shadow in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.charts/chartframe/setshadow/ +--- +## ChartFrame::SetShadow method + + +True if the frame has a shadow. + +```cpp +void Aspose::Cells::Charts::ChartFrame::SetShadow(bool value) +``` + +## Remarks + + +Only for charts in xls file. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/setwidth/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/setwidth/_index.md new file mode 100644 index 00000000000..66442846393 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/setwidth/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::SetWidth method +linktitle: SetWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::SetWidth method. Gets or sets the width of frame in units of 1/4000 of the chart area in C++.' +type: docs +weight: 3700 +url: /es/cpp/aspose.cells.charts/chartframe/setwidth/ +--- +## ChartFrame::SetWidth method + + +Gets or sets the width of frame in units of 1/4000 of the chart area. + + +>Deprecated +> +>Use ChartFrame.WidthRatioToChart property, instead. +```cpp +void Aspose::Cells::Charts::ChartFrame::SetWidth(int32_t value) +``` + +## Remarks + + +How to convert units of 1/4000 to pixels? Width In Pixels = Width * Chart.ChartObject.Height / 4000d; + +NOTE: This member is now obsolete. Please use ChartFrame.WidthRatioToChart property, instead. Width = WidthRatioToChart * 4000; This property will be removed 12 months later since February 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/setwidthpixel/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/setwidthpixel/_index.md new file mode 100644 index 00000000000..0abeba3e7f9 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/setwidthpixel/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::SetWidthPixel method +linktitle: SetWidthPixel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::SetWidthPixel method. Gets or sets the width of frame in units of Pixel in C++.' +type: docs +weight: 5100 +url: /es/cpp/aspose.cells.charts/chartframe/setwidthpixel/ +--- +## ChartFrame::SetWidthPixel method + + +Gets or sets the width of frame in units of Pixel. + +```cpp +void Aspose::Cells::Charts::ChartFrame::SetWidthPixel(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/setwidthratiotochart/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/setwidthratiotochart/_index.md new file mode 100644 index 00000000000..cb06f62740a --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/setwidthratiotochart/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::SetWidthRatioToChart method +linktitle: SetWidthRatioToChart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::SetWidthRatioToChart method. Gets or sets the width of frame in units of ratio of the chart area in C++.' +type: docs +weight: 4300 +url: /es/cpp/aspose.cells.charts/chartframe/setwidthratiotochart/ +--- +## ChartFrame::SetWidthRatioToChart method + + +Gets or sets the width of frame in units of ratio of the chart area. + +```cpp +void Aspose::Cells::Charts::ChartFrame::SetWidthRatioToChart(double value) +``` + +## Remarks + + +This is a fraction value, its valid range is between 0-1. How to convert units of ratio to pixels? WidthPixel = WidthRatioToChart * Chart.ChartObject.Width; +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/setx/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/setx/_index.md new file mode 100644 index 00000000000..ab777058b45 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/setx/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::SetX method +linktitle: SetX +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::SetX method. Gets or sets the x coordinate of the upper left corner in units of 1/4000 of the chart area in C++.' +type: docs +weight: 3100 +url: /es/cpp/aspose.cells.charts/chartframe/setx/ +--- +## ChartFrame::SetX method + + +Gets or sets the x coordinate of the upper left corner in units of 1/4000 of the chart area. + + +>Deprecated +> +>Use ChartFrame.XRatioToChart property, instead. +```cpp +void Aspose::Cells::Charts::ChartFrame::SetX(int32_t value) +``` + +## Remarks + + +How to convert units of 1/4000 to pixels? X In Pixels = X * Chart.ChartObject.Width / 4000d; + +NOTE: This member is now obsolete. Please use ChartFrame.XRatioToChart property, instead. X = XRatioToChart * 4000. This property will be removed 12 months later since February 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/setxpixel/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/setxpixel/_index.md new file mode 100644 index 00000000000..4b83d801347 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/setxpixel/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::SetXPixel method +linktitle: SetXPixel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::SetXPixel method. Gets or sets the x coordinate of the upper left corner in units of Pixel in C++.' +type: docs +weight: 4700 +url: /es/cpp/aspose.cells.charts/chartframe/setxpixel/ +--- +## ChartFrame::SetXPixel method + + +Gets or sets the x coordinate of the upper left corner in units of Pixel. + +```cpp +void Aspose::Cells::Charts::ChartFrame::SetXPixel(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/setxratiotochart/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/setxratiotochart/_index.md new file mode 100644 index 00000000000..4b2fb66d961 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/setxratiotochart/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::SetXRatioToChart method +linktitle: SetXRatioToChart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::SetXRatioToChart method. Gets or sets the x coordinate of the upper left corner in units of ratio of the chart area in C++.' +type: docs +weight: 3900 +url: /es/cpp/aspose.cells.charts/chartframe/setxratiotochart/ +--- +## ChartFrame::SetXRatioToChart method + + +Gets or sets the x coordinate of the upper left corner in units of ratio of the chart area. + +```cpp +void Aspose::Cells::Charts::ChartFrame::SetXRatioToChart(double value) +``` + +## Remarks + + +This is a fraction value, its valid range is between 0-1. How to convert units of ratio to pixels? XPixel = XRatioToChart * Chart.ChartObject.Width; +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/sety/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/sety/_index.md new file mode 100644 index 00000000000..b1cc623c609 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/sety/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::SetY method +linktitle: SetY +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::SetY method. Gets or sets the y coordinate of the upper left corner in units of 1/4000 of the chart area in C++.' +type: docs +weight: 3300 +url: /es/cpp/aspose.cells.charts/chartframe/sety/ +--- +## ChartFrame::SetY method + + +Gets or sets the y coordinate of the upper left corner in units of 1/4000 of the chart area. + + +>Deprecated +> +>Use ChartFrame.YRatioToChart property, instead. +```cpp +void Aspose::Cells::Charts::ChartFrame::SetY(int32_t value) +``` + +## Remarks + + +How to convert units of 1/4000 to pixels? Y In Pixels = Y * Chart.ChartObject.Height / 4000d; + +NOTE: This member is now obsolete. Please use ChartFrame.YRatioToChart property, instead. Y = YRatioToChart * 4000. This property will be removed 12 months later since February 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/setypixel/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/setypixel/_index.md new file mode 100644 index 00000000000..ec3f22d5933 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/setypixel/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::SetYPixel method +linktitle: SetYPixel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::SetYPixel method. Gets or sets the y coordinate of the upper left corner in units of Pixel in C++.' +type: docs +weight: 4900 +url: /es/cpp/aspose.cells.charts/chartframe/setypixel/ +--- +## ChartFrame::SetYPixel method + + +Gets or sets the y coordinate of the upper left corner in units of Pixel. + +```cpp +void Aspose::Cells::Charts::ChartFrame::SetYPixel(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/setyratiotochart/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/setyratiotochart/_index.md new file mode 100644 index 00000000000..5ac2698d951 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/setyratiotochart/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::SetYRatioToChart method +linktitle: SetYRatioToChart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::SetYRatioToChart method. Gets or sets the y coordinate of the upper left corner in units of ratio of the chart area in C++.' +type: docs +weight: 4100 +url: /es/cpp/aspose.cells.charts/chartframe/setyratiotochart/ +--- +## ChartFrame::SetYRatioToChart method + + +Gets or sets the y coordinate of the upper left corner in units of ratio of the chart area. + +```cpp +void Aspose::Cells::Charts::ChartFrame::SetYRatioToChart(double value) +``` + +## Remarks + + +This is a fraction value, its valid range is between 0-1. How to convert units of ratio to pixels? YPixel = YRatioToChart * Chart.ChartObject.Height; +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartframe/~chartframe/_index.md b/spanish/cpp/aspose.cells.charts/chartframe/~chartframe/_index.md new file mode 100644 index 00000000000..913f3be70df --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartframe/~chartframe/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::ChartFrame::~ChartFrame method +linktitle: ~ChartFrame +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartFrame::~ChartFrame method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.charts/chartframe/~chartframe/ +--- +## ChartFrame::~ChartFrame method + + +Destructor. + +```cpp +Aspose::Cells::Charts::ChartFrame::~ChartFrame() +``` + +## See Also + +* Class [ChartFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartglobalizationsettings/_impl/_index.md b/spanish/cpp/aspose.cells.charts/chartglobalizationsettings/_impl/_index.md new file mode 100644 index 00000000000..b0caa1ec168 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartglobalizationsettings/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::ChartGlobalizationSettings::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartGlobalizationSettings::_impl field. The implementation object in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.charts/chartglobalizationsettings/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ChartGlobalizationSettings_Bridge* Aspose::Cells::Charts::ChartGlobalizationSettings::_impl +``` + +## See Also + +* Class [ChartGlobalizationSettings](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartglobalizationsettings/_index.md b/spanish/cpp/aspose.cells.charts/chartglobalizationsettings/_index.md new file mode 100644 index 00000000000..b04bbefc6e7 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartglobalizationsettings/_index.md @@ -0,0 +1,45 @@ +--- +title: Aspose::Cells::Charts::ChartGlobalizationSettings class +linktitle: ChartGlobalizationSettings +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartGlobalizationSettings class. Represents the globalization settings for chart in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.charts/chartglobalizationsettings/ +--- +## ChartGlobalizationSettings class + + +Represents the globalization settings for chart. + +```cpp +class ChartGlobalizationSettings +``` + +## Methods + +| Method | Description | +| --- | --- | +| [ChartGlobalizationSettings()](./chartglobalizationsettings/) | Default constructor. | +| [ChartGlobalizationSettings(const ChartGlobalizationSettings\& src)](./chartglobalizationsettings/) | | +| virtual [GetAxisTitleName()](./getaxistitlename/) | Gets the name of [Title](../title/) for [Axis](../axis/). | +| virtual [GetAxisUnitName(DisplayUnitType type)](./getaxisunitname/) | Gets the [Name](../../aspose.cells/name/) of [Axis](../axis/) Unit. | +| virtual [GetChartTitleName()](./getcharttitlename/) | Gets the name of [Chart](../chart/)[Title](../title/). | +| virtual [GetLegendDecreaseName()](./getlegenddecreasename/) | Gets the name of Decrease for [Legend](../legend/). | +| virtual [GetLegendIncreaseName()](./getlegendincreasename/) | Gets the name of increase for [Legend](../legend/). | +| virtual [GetLegendTotalName()](./getlegendtotalname/) | Gets the name of Total for [Legend](../legend/). | +| virtual [GetOtherName()](./getothername/) | Gets the name of "Other" labels for [Chart](../chart/). | +| virtual [GetSeriesName()](./getseriesname/) | Gets the name of [Series](../series/) in the [Chart](../chart/). | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ChartGlobalizationSettings\& src)](./operator_asm/) | | +| [~ChartGlobalizationSettings()](./~chartglobalizationsettings/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/chartglobalizationsettings/chartglobalizationsettings/_index.md b/spanish/cpp/aspose.cells.charts/chartglobalizationsettings/chartglobalizationsettings/_index.md new file mode 100644 index 00000000000..a20d6e751fa --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartglobalizationsettings/chartglobalizationsettings/_index.md @@ -0,0 +1,39 @@ +--- +title: Aspose::Cells::Charts::ChartGlobalizationSettings::ChartGlobalizationSettings constructor +linktitle: ChartGlobalizationSettings +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartGlobalizationSettings::ChartGlobalizationSettings constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.charts/chartglobalizationsettings/chartglobalizationsettings/ +--- +## ChartGlobalizationSettings::ChartGlobalizationSettings() constructor + + +Default constructor. + +```cpp +Aspose::Cells::Charts::ChartGlobalizationSettings::ChartGlobalizationSettings() +``` + +## See Also + +* Class [ChartGlobalizationSettings](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## ChartGlobalizationSettings::ChartGlobalizationSettings(const ChartGlobalizationSettings\&) constructor + + + + +```cpp +Aspose::Cells::Charts::ChartGlobalizationSettings::ChartGlobalizationSettings(const ChartGlobalizationSettings &src)=delete +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartGlobalizationSettings](../) +* Class [ChartGlobalizationSettings](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartglobalizationsettings/getaxistitlename/_index.md b/spanish/cpp/aspose.cells.charts/chartglobalizationsettings/getaxistitlename/_index.md new file mode 100644 index 00000000000..7b8dfca9a18 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartglobalizationsettings/getaxistitlename/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartGlobalizationSettings::GetAxisTitleName method +linktitle: GetAxisTitleName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartGlobalizationSettings::GetAxisTitleName method. Gets the name of Title for Axis in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.charts/chartglobalizationsettings/getaxistitlename/ +--- +## ChartGlobalizationSettings::GetAxisTitleName method + + +Gets the name of [Title](../../title/) for [Axis](../../axis/). + +```cpp +virtual U16String Aspose::Cells::Charts::ChartGlobalizationSettings::GetAxisTitleName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ChartGlobalizationSettings](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartglobalizationsettings/getaxisunitname/_index.md b/spanish/cpp/aspose.cells.charts/chartglobalizationsettings/getaxisunitname/_index.md new file mode 100644 index 00000000000..13fe7d91512 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartglobalizationsettings/getaxisunitname/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::ChartGlobalizationSettings::GetAxisUnitName method +linktitle: GetAxisUnitName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartGlobalizationSettings::GetAxisUnitName method. Gets the Name of Axis Unit in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.charts/chartglobalizationsettings/getaxisunitname/ +--- +## ChartGlobalizationSettings::GetAxisUnitName method + + +Gets the [Name](../../../aspose.cells/name/) of [Axis](../../axis/) Unit. + +```cpp +virtual U16String Aspose::Cells::Charts::ChartGlobalizationSettings::GetAxisUnitName(DisplayUnitType type) +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Enum [DisplayUnitType](../../displayunittype/) +* Class [ChartGlobalizationSettings](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartglobalizationsettings/getcharttitlename/_index.md b/spanish/cpp/aspose.cells.charts/chartglobalizationsettings/getcharttitlename/_index.md new file mode 100644 index 00000000000..898a536ee94 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartglobalizationsettings/getcharttitlename/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartGlobalizationSettings::GetChartTitleName method +linktitle: GetChartTitleName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartGlobalizationSettings::GetChartTitleName method. Gets the name of ChartTitle in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.charts/chartglobalizationsettings/getcharttitlename/ +--- +## ChartGlobalizationSettings::GetChartTitleName method + + +Gets the name of [Chart](../../chart/)[Title](../../title/). + +```cpp +virtual U16String Aspose::Cells::Charts::ChartGlobalizationSettings::GetChartTitleName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ChartGlobalizationSettings](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartglobalizationsettings/getlegenddecreasename/_index.md b/spanish/cpp/aspose.cells.charts/chartglobalizationsettings/getlegenddecreasename/_index.md new file mode 100644 index 00000000000..6972182a61f --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartglobalizationsettings/getlegenddecreasename/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartGlobalizationSettings::GetLegendDecreaseName method +linktitle: GetLegendDecreaseName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartGlobalizationSettings::GetLegendDecreaseName method. Gets the name of Decrease for Legend in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.charts/chartglobalizationsettings/getlegenddecreasename/ +--- +## ChartGlobalizationSettings::GetLegendDecreaseName method + + +Gets the name of Decrease for [Legend](../../legend/). + +```cpp +virtual U16String Aspose::Cells::Charts::ChartGlobalizationSettings::GetLegendDecreaseName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ChartGlobalizationSettings](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartglobalizationsettings/getlegendincreasename/_index.md b/spanish/cpp/aspose.cells.charts/chartglobalizationsettings/getlegendincreasename/_index.md new file mode 100644 index 00000000000..1fd15843a1a --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartglobalizationsettings/getlegendincreasename/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartGlobalizationSettings::GetLegendIncreaseName method +linktitle: GetLegendIncreaseName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartGlobalizationSettings::GetLegendIncreaseName method. Gets the name of increase for Legend in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.charts/chartglobalizationsettings/getlegendincreasename/ +--- +## ChartGlobalizationSettings::GetLegendIncreaseName method + + +Gets the name of increase for [Legend](../../legend/). + +```cpp +virtual U16String Aspose::Cells::Charts::ChartGlobalizationSettings::GetLegendIncreaseName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ChartGlobalizationSettings](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartglobalizationsettings/getlegendtotalname/_index.md b/spanish/cpp/aspose.cells.charts/chartglobalizationsettings/getlegendtotalname/_index.md new file mode 100644 index 00000000000..1ecc0693f12 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartglobalizationsettings/getlegendtotalname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartGlobalizationSettings::GetLegendTotalName method +linktitle: GetLegendTotalName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartGlobalizationSettings::GetLegendTotalName method. Gets the name of Total for Legend in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.charts/chartglobalizationsettings/getlegendtotalname/ +--- +## ChartGlobalizationSettings::GetLegendTotalName method + + +Gets the name of Total for [Legend](../../legend/). + +```cpp +virtual U16String Aspose::Cells::Charts::ChartGlobalizationSettings::GetLegendTotalName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ChartGlobalizationSettings](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartglobalizationsettings/getothername/_index.md b/spanish/cpp/aspose.cells.charts/chartglobalizationsettings/getothername/_index.md new file mode 100644 index 00000000000..529decf9120 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartglobalizationsettings/getothername/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartGlobalizationSettings::GetOtherName method +linktitle: GetOtherName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartGlobalizationSettings::GetOtherName method. Gets the name of "Other" labels for Chart in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.charts/chartglobalizationsettings/getothername/ +--- +## ChartGlobalizationSettings::GetOtherName method + + +Gets the name of "Other" labels for [Chart](../../chart/). + +```cpp +virtual U16String Aspose::Cells::Charts::ChartGlobalizationSettings::GetOtherName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ChartGlobalizationSettings](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartglobalizationsettings/getseriesname/_index.md b/spanish/cpp/aspose.cells.charts/chartglobalizationsettings/getseriesname/_index.md new file mode 100644 index 00000000000..2888c927ccc --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartglobalizationsettings/getseriesname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartGlobalizationSettings::GetSeriesName method +linktitle: GetSeriesName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartGlobalizationSettings::GetSeriesName method. Gets the name of Series in the Chart in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.charts/chartglobalizationsettings/getseriesname/ +--- +## ChartGlobalizationSettings::GetSeriesName method + + +Gets the name of [Series](../../series/) in the [Chart](../../chart/). + +```cpp +virtual U16String Aspose::Cells::Charts::ChartGlobalizationSettings::GetSeriesName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ChartGlobalizationSettings](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartglobalizationsettings/isnull/_index.md b/spanish/cpp/aspose.cells.charts/chartglobalizationsettings/isnull/_index.md new file mode 100644 index 00000000000..f040a51a0b7 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartglobalizationsettings/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::ChartGlobalizationSettings::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartGlobalizationSettings::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.charts/chartglobalizationsettings/isnull/ +--- +## ChartGlobalizationSettings::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Charts::ChartGlobalizationSettings::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartGlobalizationSettings](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartglobalizationsettings/operator_asm/_index.md b/spanish/cpp/aspose.cells.charts/chartglobalizationsettings/operator_asm/_index.md new file mode 100644 index 00000000000..8d1bbd2e7e9 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartglobalizationsettings/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::ChartGlobalizationSettings::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'How to use operator= method of Aspose::Cells::Charts::ChartGlobalizationSettings class in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.charts/chartglobalizationsettings/operator_asm/ +--- +## ChartGlobalizationSettings::operator= method + + + + +```cpp +ChartGlobalizationSettings & Aspose::Cells::Charts::ChartGlobalizationSettings::operator=(const ChartGlobalizationSettings &src)=delete +``` + +## See Also + +* Class [ChartGlobalizationSettings](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartGlobalizationSettings](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartglobalizationsettings/operator_bool/_index.md b/spanish/cpp/aspose.cells.charts/chartglobalizationsettings/operator_bool/_index.md new file mode 100644 index 00000000000..14080d0a0f1 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartglobalizationsettings/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::ChartGlobalizationSettings::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartGlobalizationSettings::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.charts/chartglobalizationsettings/operator_bool/ +--- +## ChartGlobalizationSettings::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Charts::ChartGlobalizationSettings::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ChartGlobalizationSettings](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartglobalizationsettings/~chartglobalizationsettings/_index.md b/spanish/cpp/aspose.cells.charts/chartglobalizationsettings/~chartglobalizationsettings/_index.md new file mode 100644 index 00000000000..e48cb93e3c2 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartglobalizationsettings/~chartglobalizationsettings/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::ChartGlobalizationSettings::~ChartGlobalizationSettings method +linktitle: ~ChartGlobalizationSettings +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartGlobalizationSettings::~ChartGlobalizationSettings method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.charts/chartglobalizationsettings/~chartglobalizationsettings/ +--- +## ChartGlobalizationSettings::~ChartGlobalizationSettings method + + +Destructor. + +```cpp +Aspose::Cells::Charts::ChartGlobalizationSettings::~ChartGlobalizationSettings() +``` + +## See Also + +* Class [ChartGlobalizationSettings](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartlineformattingtype/_index.md b/spanish/cpp/aspose.cells.charts/chartlineformattingtype/_index.md new file mode 100644 index 00000000000..8da68cf1547 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartlineformattingtype/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Cells::Charts::ChartLineFormattingType enum +linktitle: ChartLineFormattingType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartLineFormattingType enum. Represents line format type of chart line in C++.' +type: docs +weight: 4200 +url: /es/cpp/aspose.cells.charts/chartlineformattingtype/ +--- +## ChartLineFormattingType enum + + +Represents line format type of chart line. + +```cpp +enum class ChartLineFormattingType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Automatic | 0 |
Represents automatic formatting type. | +| Solid | 1 |
Represents solid formatting type. | +| None | 2 |
Represents none formatting type. | +| Gradient | 3 |
Gradient. | + +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/chartmarkertype/_index.md b/spanish/cpp/aspose.cells.charts/chartmarkertype/_index.md new file mode 100644 index 00000000000..46224c547ff --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartmarkertype/_index.md @@ -0,0 +1,39 @@ +--- +title: Aspose::Cells::Charts::ChartMarkerType enum +linktitle: ChartMarkerType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartMarkerType enum. Represents the marker style in a line chart, scatter chart, or radar chart in C++.' +type: docs +weight: 4300 +url: /es/cpp/aspose.cells.charts/chartmarkertype/ +--- +## ChartMarkerType enum + + +Represents the marker style in a line chart, scatter chart, or radar chart. + +```cpp +enum class ChartMarkerType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Automatic | 0 |
Automatic markers. | +| Circle | 1 |
Circular markers. | +| Dash | 2 |
Long bar markers. | +| Diamond | 3 |
Diamond-shaped markers. | +| Dot | 4 |
Short bar markers. | +| None | 5 |
No markers. | +| SquarePlus | 6 |
Square markers with a plus sign. | +| Square | 7 |
Square markers. | +| SquareStar | 8 |
Square markers with an asterisk. | +| Triangle | 9 |
Triangular markers. | +| SquareX | 10 |
Square markers with an X. | +| Picture | 11 |
Picture. | + +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/_impl/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/_impl/_index.md new file mode 100644 index 00000000000..3711883b5bc --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::_impl field. The implementation object in C++.' +type: docs +weight: 4900 +url: /es/cpp/aspose.cells.charts/chartpoint/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ChartPoint_Impl* Aspose::Cells::Charts::ChartPoint::_impl +``` + +## See Also + +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/_index.md new file mode 100644 index 00000000000..1025e2df310 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/_index.md @@ -0,0 +1,143 @@ +--- +title: Aspose::Cells::Charts::ChartPoint class +linktitle: ChartPoint +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint class. Represents a single point in a series in a chart in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.charts/chartpoint/ +--- +## ChartPoint class + + +Represents a single point in a series in a chart. + +```cpp +class ChartPoint +``` + +## Methods + +| Method | Description | +| --- | --- | +| [ChartPoint(ChartPoint_Impl* impl)](./chartpoint/) | Constructs from an implementation object. | +| [ChartPoint(const ChartPoint\& src)](./chartpoint/) | Copy constructor. | +| [Get_YValue()](./get_yvalue/) | Gets or sets the Y value of the chart point. | +| [GetArcEndPointXPx()](./getarcendpointxpx/) | Gets the x coordinate of ending point for the pie section after calls [Chart.Calculate()](../chart/calculate/) method. Applies to Pie and Doughnut chart. | +| [GetArcEndPointYPx()](./getarcendpointypx/) | Gets the y coordinate of ending point for the pie section after calls [Chart.Calculate()](../chart/calculate/) method. Applies to Pie and Doughnut chart. | +| [GetArcStartPointXPx()](./getarcstartpointxpx/) | Gets the x coordinate of starting point for the pie section after calls [Chart.Calculate()](../chart/calculate/) method. Applies to Pie and Doughnut chart. | +| [GetArcStartPointYPx()](./getarcstartpointypx/) | Gets the y coordinate of starting point for the pie section after calls [Chart.Calculate()](../chart/calculate/) method. Applies to Pie and Doughnut chart. | +| [GetArea()](./getarea/) | Gets the [area](../). | +| [GetBorder()](./getborder/) | Gets the [border](../). | +| [GetBorderWidthPx()](./getborderwidthpx/) | Gets the width of border in units of pixels after calls [Chart.Calculate()](../chart/calculate/) method. | +| [GetBottomPointCount()](./getbottompointcount/) | Gets the number of bottom points after calls [Chart.Calculate()](../chart/calculate/) method. | +| [GetBottomPointXPx(int32_t index)](./getbottompointxpx/) | Gets x-coordinate of the bottom point of shape after calls [Chart.Calculate()](../chart/calculate/) method. Applies 3D charts: Column3D, Bar3D, Cone, Cylinder, Pyramid. | +| [GetBottomPointYPx(int32_t index)](./getbottompointypx/) | Gets y-coordinate of the bottom point of shape after calls [Chart.Calculate()](../chart/calculate/) method. Applies 3D charts: Column3D, Bar3D, Cone, Cylinder, Pyramid. | +| [GetDataLabels()](./getdatalabels/) | Returns a [DataLabels](../datalabels/) object that represents the data label associated with this chart point. | +| [GetDoughnutInnerRadius()](./getdoughnutinnerradius/) | Gets the inner radius of doughnut slice in units of pixels after calls [Chart.Calculate()](../chart/calculate/) method. Applies to Doughnut chart. | +| [GetEndAngle()](./getendangle/) | Gets the ending angle for the pie section, measured in degrees clockwise from the x-axis after calls [Chart.Calculate()](../chart/calculate/) method. Applies to Pie chart. | +| [GetExplosion()](./getexplosion/) | The distance of an open pie slice from the center of the pie chart is expressed as a percentage of the pie diameter. | +| [GetInnerArcEndPointXPx()](./getinnerarcendpointxpx/) | Gets the x coordinate of ending point for the pie section after calls [Chart.Calculate()](../chart/calculate/) method. Applies to Doughnut chart. | +| [GetInnerArcEndPointYPx()](./getinnerarcendpointypx/) | Gets the y coordinate of ending point for the pie section after calls [Chart.Calculate()](../chart/calculate/) method. Applies to Doughnut chart. | +| [GetInnerArcStartPointXPx()](./getinnerarcstartpointxpx/) | Gets the x coordinate of starting point for the pie section after calls [Chart.Calculate()](../chart/calculate/) method. Applies to Doughnut chart. | +| [GetInnerArcStartPointYPx()](./getinnerarcstartpointypx/) | Gets the y coordinate of starting point for the pie section after calls [Chart.Calculate()](../chart/calculate/) method. Applies to Doughnut chart. | +| [GetInnerRadiusPx()](./getinnerradiuspx/) | **(Deprecated)** Gets the inner radius of doughnut slice in units of pixels after calls [Chart.Calculate()](../chart/calculate/) method. Applies to Doughnut chart. | +| [GetMarker()](./getmarker/) | Gets the [marker](../marker/). | +| [GetOnCategoryAxisPointCount()](./getoncategoryaxispointcount/) | Gets the number of the points on category axis after calls [Chart.Calculate()](../chart/calculate/) method. Only applies to area chart. | +| [GetOnCategoryAxisPointXPx(int32_t index)](./getoncategoryaxispointxpx/) | Gets x-coordinate of the point on category axis after calls [Chart.Calculate()](../chart/calculate/) method. Only applies to Area chart. | +| [GetOnCategoryAxisPointYPx(int32_t index)](./getoncategoryaxispointypx/) | Gets y-coordinate of the point on category axis after calls [Chart.Calculate()](../chart/calculate/) method. Only applies to Area chart. | +| [GetRadiusPx()](./getradiuspx/) | Gets the radius of bubble, pie or doughnut in units of pixels after calls [Chart.Calculate()](../chart/calculate/) method. | +| [GetShadow()](./getshadow/) | True if the chartpoint has a shadow. | +| [GetShapeHeight()](./getshapeheight/) | Gets the height in units of 1/4000 of chart's height after calls [Chart.Calculate()](../chart/calculate/) method. | +| [GetShapeHeightPx()](./getshapeheightpx/) | Gets the height in units of pixels after calls [Chart.Calculate()](../chart/calculate/) method. | +| [GetShapeProperties()](./getshapeproperties/) | Gets the ShapePropertyCollection object that holds the visual shape properties of the [ChartPoint](./). | +| [GetShapeWidth()](./getshapewidth/) | Gets the width in units of 1/4000 of chart's width after calls [Chart.Calculate()](../chart/calculate/) method. | +| [GetShapeWidthPx()](./getshapewidthpx/) | Gets the width in units of pixels after calls [Chart.Calculate()](../chart/calculate/) method. | +| [GetShapeX()](./getshapex/) | Gets the x coordinate of the upper left corner in units of 1/4000 of chart's width after calls [Chart.Calculate()](../chart/calculate/) method. | +| [GetShapeXPx()](./getshapexpx/) | Gets the x coordinate of the upper left corner in units of pixels after calls [Chart.Calculate()](../chart/calculate/) method. | +| [GetShapeY()](./getshapey/) | Gets the y coordinate of the upper left corner in units of 1/4000 of chart's height after calls [Chart.Calculate()](../chart/calculate/) method. | +| [GetShapeYPx()](./getshapeypx/) | Gets the y coordinate of the upper left corner in units of pixels after calls [Chart.Calculate()](../chart/calculate/) method. | +| [GetStartAngle()](./getstartangle/) | Gets the starting angle for the pie section, measured in degrees clockwise from the x-axis after calls [Chart.Calculate()](../chart/calculate/) method. Applies to Pie chart. | +| [GetTopPointCount()](./gettoppointcount/) | Gets the number of top points after calls [Chart.Calculate()](../chart/calculate/) method. | +| [GetTopPointXPx(int32_t index)](./gettoppointxpx/) | Gets x-coordinate of the top point of shape after calls [Chart.Calculate()](../chart/calculate/) method. Applies 3D charts: Column3D, Bar3D, Cone, Cylinder, Pyramid and Area3D. | +| [GetTopPointYPx(int32_t index)](./gettoppointypx/) | Gets y-coordinate of the top point of shape after calls [Chart.Calculate()](../chart/calculate/) method. Applies 3D charts: Column3D, Bar3D, Cone, Cylinder, Pyramid and Area3D. | +| [GetXValue()](./getxvalue/) | Gets or sets the X value of the chart point. | +| [GetXValueType()](./getxvaluetype/) | Gets X value type of the chart point. | +| [GetYValueType()](./getyvaluetype/) | Gets Y value type of the chart point. | +| [IsInSecondaryPlot()](./isinsecondaryplot/) | Gets or sets a value indicates whether this data points is in the second pie or bar on a pie of pie or bar of pie chart. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ChartPoint\& src)](./operator_asm/) | operator= | +| [SetExplosion(int32_t value)](./setexplosion/) | The distance of an open pie slice from the center of the pie chart is expressed as a percentage of the pie diameter. | +| [SetIsInSecondaryPlot(bool value)](./setisinsecondaryplot/) | Gets or sets a value indicates whether this data points is in the second pie or bar on a pie of pie or bar of pie chart. | +| [SetShadow(bool value)](./setshadow/) | True if the chartpoint has a shadow. | +| [SetXValue(const Aspose::Cells::Object\& value)](./setxvalue/) | Gets or sets the X value of the chart point. | +| [SetYValue(const Aspose::Cells::Object\& value)](./setyvalue/) | Gets or sets the Y value of the chart point. | +| [~ChartPoint()](./~chartpoint/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; + +//Obteniendo la referencia de la primera hoja de cálculo +Worksheet worksheet = workbook.GetWorksheets().Get(0); + +//Agregar un valor de muestra a la celda "A1" +worksheet.GetCells().Get(u"A1").PutValue(50); + +//Agregar un valor de muestra a la celda "A2" +worksheet.GetCells().Get(u"A2").PutValue(100); + +//Agregar un valor de muestra a la celda "A3" +worksheet.GetCells().Get(u"A3").PutValue(150); + +//Agregar un valor de muestra a la celda "B1" +worksheet.GetCells().Get(u"B1").PutValue(60); + +//Agregar un valor de muestra a la celda "B2" +worksheet.GetCells().Get(u"B2").PutValue(32); + +//Agregar un valor de muestra a la celda "B3" +worksheet.GetCells().Get(u"B3").PutValue(50); + +//Agregar un gráfico a la hoja de cálculo +int chartIndex = worksheet.GetCharts().Add(ChartType::PieExploded, 5, 0, 25, 10); + +//Acceder a la instancia del gráfico recién añadido +Chart chart = worksheet.GetCharts().Get(chartIndex); + +//Agregar NSeries (fuente de datos del gráfico) al gráfico que abarca desde la celda "A1" hasta "B3" +chart.GetNSeries().Add(u"A1:B3", true); + +//Mostrar etiquetas de datos +chart.GetNSeries().Get(0).GetDataLabels().SetShowValue(true); + +for (int i = 0; i < chart.GetNSeries().Get(0).GetPoints().GetCount(); i++) +{ + //Obtener punto de datos + ChartPoint point = chart.GetNSeries().Get(0).GetPoints().Get(i); + //Establecer explosión Pir + point.SetExplosion(15); + //Establecer color del borde + point.GetBorder().SetColor(Color{ 0xff, 0xff, 0, 0 }); +} + +//Guardando el archivo Excel +workbook.Save(u"book1.xls"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/chartpoint/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/chartpoint/_index.md new file mode 100644 index 00000000000..9a10ff8037f --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/chartpoint/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::ChartPoint constructor +linktitle: ChartPoint +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::ChartPoint constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.charts/chartpoint/chartpoint/ +--- +## ChartPoint::ChartPoint(ChartPoint_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Charts::ChartPoint::ChartPoint(ChartPoint_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## ChartPoint::ChartPoint(const ChartPoint\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Charts::ChartPoint::ChartPoint(const ChartPoint &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartPoint](../) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/get_yvalue/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/get_yvalue/_index.md new file mode 100644 index 00000000000..3664303b772 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/get_yvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::Get_YValue method +linktitle: Get_YValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::Get_YValue method. Gets or sets the Y value of the chart point in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.charts/chartpoint/get_yvalue/ +--- +## ChartPoint::Get_YValue method + + +Gets or sets the Y value of the chart point. + +```cpp +Aspose::Cells::Object Aspose::Cells::Charts::ChartPoint::Get_YValue() +``` + +## See Also + +* Class [Object](../../../aspose.cells/object/) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/getarcendpointxpx/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/getarcendpointxpx/_index.md new file mode 100644 index 00000000000..6ac9427ff95 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/getarcendpointxpx/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::GetArcEndPointXPx method +linktitle: GetArcEndPointXPx +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::GetArcEndPointXPx method. Gets the x coordinate of ending point for the pie section after calls Chart.Calculate() method. Applies to Pie and Doughnut chart in C++.' +type: docs +weight: 3400 +url: /es/cpp/aspose.cells.charts/chartpoint/getarcendpointxpx/ +--- +## ChartPoint::GetArcEndPointXPx method + + +Gets the x coordinate of ending point for the pie section after calls [Chart.Calculate()](../../chart/calculate/) method. Applies to Pie and Doughnut chart. + +```cpp +float Aspose::Cells::Charts::ChartPoint::GetArcEndPointXPx() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/getarcendpointypx/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/getarcendpointypx/_index.md new file mode 100644 index 00000000000..05bf4115675 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/getarcendpointypx/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::GetArcEndPointYPx method +linktitle: GetArcEndPointYPx +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::GetArcEndPointYPx method. Gets the y coordinate of ending point for the pie section after calls Chart.Calculate() method. Applies to Pie and Doughnut chart in C++.' +type: docs +weight: 3500 +url: /es/cpp/aspose.cells.charts/chartpoint/getarcendpointypx/ +--- +## ChartPoint::GetArcEndPointYPx method + + +Gets the y coordinate of ending point for the pie section after calls [Chart.Calculate()](../../chart/calculate/) method. Applies to Pie and Doughnut chart. + +```cpp +float Aspose::Cells::Charts::ChartPoint::GetArcEndPointYPx() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/getarcstartpointxpx/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/getarcstartpointxpx/_index.md new file mode 100644 index 00000000000..6ce6f45a33e --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/getarcstartpointxpx/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::GetArcStartPointXPx method +linktitle: GetArcStartPointXPx +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::GetArcStartPointXPx method. Gets the x coordinate of starting point for the pie section after calls Chart.Calculate() method. Applies to Pie and Doughnut chart in C++.' +type: docs +weight: 3200 +url: /es/cpp/aspose.cells.charts/chartpoint/getarcstartpointxpx/ +--- +## ChartPoint::GetArcStartPointXPx method + + +Gets the x coordinate of starting point for the pie section after calls [Chart.Calculate()](../../chart/calculate/) method. Applies to Pie and Doughnut chart. + +```cpp +float Aspose::Cells::Charts::ChartPoint::GetArcStartPointXPx() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/getarcstartpointypx/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/getarcstartpointypx/_index.md new file mode 100644 index 00000000000..c0638cfbfcc --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/getarcstartpointypx/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::GetArcStartPointYPx method +linktitle: GetArcStartPointYPx +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::GetArcStartPointYPx method. Gets the y coordinate of starting point for the pie section after calls Chart.Calculate() method. Applies to Pie and Doughnut chart in C++.' +type: docs +weight: 3300 +url: /es/cpp/aspose.cells.charts/chartpoint/getarcstartpointypx/ +--- +## ChartPoint::GetArcStartPointYPx method + + +Gets the y coordinate of starting point for the pie section after calls [Chart.Calculate()](../../chart/calculate/) method. Applies to Pie and Doughnut chart. + +```cpp +float Aspose::Cells::Charts::ChartPoint::GetArcStartPointYPx() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/getarea/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/getarea/_index.md new file mode 100644 index 00000000000..69959029c85 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/getarea/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::GetArea method +linktitle: GetArea +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::GetArea method. Gets the area in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.charts/chartpoint/getarea/ +--- +## ChartPoint::GetArea method + + +Gets the [area](../). + +```cpp +Area Aspose::Cells::Charts::ChartPoint::GetArea() +``` + +## See Also + +* Class [Area](../../../aspose.cells.drawing/area/) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/getborder/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/getborder/_index.md new file mode 100644 index 00000000000..054293bef7e --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/getborder/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::GetBorder method +linktitle: GetBorder +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::GetBorder method. Gets the border in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.charts/chartpoint/getborder/ +--- +## ChartPoint::GetBorder method + + +Gets the [border](../). + +```cpp +Line Aspose::Cells::Charts::ChartPoint::GetBorder() +``` + +## See Also + +* Class [Line](../../../aspose.cells.drawing/line/) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/getborderwidthpx/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/getborderwidthpx/_index.md new file mode 100644 index 00000000000..2e116a8c270 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/getborderwidthpx/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::GetBorderWidthPx method +linktitle: GetBorderWidthPx +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::GetBorderWidthPx method. Gets the width of border in units of pixels after calls Chart.Calculate() method in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.charts/chartpoint/getborderwidthpx/ +--- +## ChartPoint::GetBorderWidthPx method + + +Gets the width of border in units of pixels after calls [Chart.Calculate()](../../chart/calculate/) method. + +```cpp +int32_t Aspose::Cells::Charts::ChartPoint::GetBorderWidthPx() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/getbottompointcount/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/getbottompointcount/_index.md new file mode 100644 index 00000000000..70351fbe9dd --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/getbottompointcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::GetBottomPointCount method +linktitle: GetBottomPointCount +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::GetBottomPointCount method. Gets the number of bottom points after calls Chart.Calculate() method in C++.' +type: docs +weight: 4300 +url: /es/cpp/aspose.cells.charts/chartpoint/getbottompointcount/ +--- +## ChartPoint::GetBottomPointCount method + + +Gets the number of bottom points after calls [Chart.Calculate()](../../chart/calculate/) method. + +```cpp +int32_t Aspose::Cells::Charts::ChartPoint::GetBottomPointCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/getbottompointxpx/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/getbottompointxpx/_index.md new file mode 100644 index 00000000000..81bf70bc954 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/getbottompointxpx/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::GetBottomPointXPx method +linktitle: GetBottomPointXPx +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::GetBottomPointXPx method. Gets x-coordinate of the bottom point of shape after calls Chart.Calculate() method. Applies 3D charts: Column3D, Bar3D, Cone, Cylinder, Pyramid in C++.' +type: docs +weight: 4400 +url: /es/cpp/aspose.cells.charts/chartpoint/getbottompointxpx/ +--- +## ChartPoint::GetBottomPointXPx method + + +Gets x-coordinate of the bottom point of shape after calls [Chart.Calculate()](../../chart/calculate/) method. Applies 3D charts: Column3D, Bar3D, Cone, Cylinder, Pyramid. + +```cpp +float Aspose::Cells::Charts::ChartPoint::GetBottomPointXPx(int32_t index) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/getbottompointypx/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/getbottompointypx/_index.md new file mode 100644 index 00000000000..ccd87c09ea0 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/getbottompointypx/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::GetBottomPointYPx method +linktitle: GetBottomPointYPx +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::GetBottomPointYPx method. Gets y-coordinate of the bottom point of shape after calls Chart.Calculate() method. Applies 3D charts: Column3D, Bar3D, Cone, Cylinder, Pyramid in C++.' +type: docs +weight: 4500 +url: /es/cpp/aspose.cells.charts/chartpoint/getbottompointypx/ +--- +## ChartPoint::GetBottomPointYPx method + + +Gets y-coordinate of the bottom point of shape after calls [Chart.Calculate()](../../chart/calculate/) method. Applies 3D charts: Column3D, Bar3D, Cone, Cylinder, Pyramid. + +```cpp +float Aspose::Cells::Charts::ChartPoint::GetBottomPointYPx(int32_t index) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/getdatalabels/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/getdatalabels/_index.md new file mode 100644 index 00000000000..c10a5397d60 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/getdatalabels/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::GetDataLabels method +linktitle: GetDataLabels +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::GetDataLabels method. Returns a DataLabels object that represents the data label associated with this chart point in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.charts/chartpoint/getdatalabels/ +--- +## ChartPoint::GetDataLabels method + + +Returns a [DataLabels](../../datalabels/) object that represents the data label associated with this chart point. + +```cpp +DataLabels Aspose::Cells::Charts::ChartPoint::GetDataLabels() +``` + +## See Also + +* Class [DataLabels](../../datalabels/) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/getdoughnutinnerradius/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/getdoughnutinnerradius/_index.md new file mode 100644 index 00000000000..4868f9acc5c --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/getdoughnutinnerradius/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::GetDoughnutInnerRadius method +linktitle: GetDoughnutInnerRadius +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::GetDoughnutInnerRadius method. Gets the inner radius of doughnut slice in units of pixels after calls Chart.Calculate() method. Applies to Doughnut chart in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells.charts/chartpoint/getdoughnutinnerradius/ +--- +## ChartPoint::GetDoughnutInnerRadius method + + +Gets the inner radius of doughnut slice in units of pixels after calls [Chart.Calculate()](../../chart/calculate/) method. Applies to Doughnut chart. + +```cpp +int32_t Aspose::Cells::Charts::ChartPoint::GetDoughnutInnerRadius() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/getendangle/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/getendangle/_index.md new file mode 100644 index 00000000000..5a8b546f3a0 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/getendangle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::GetEndAngle method +linktitle: GetEndAngle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::GetEndAngle method. Gets the ending angle for the pie section, measured in degrees clockwise from the x-axis after calls Chart.Calculate() method. Applies to Pie chart in C++.' +type: docs +weight: 3100 +url: /es/cpp/aspose.cells.charts/chartpoint/getendangle/ +--- +## ChartPoint::GetEndAngle method + + +Gets the ending angle for the pie section, measured in degrees clockwise from the x-axis after calls [Chart.Calculate()](../../chart/calculate/) method. Applies to Pie chart. + +```cpp +float Aspose::Cells::Charts::ChartPoint::GetEndAngle() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/getexplosion/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/getexplosion/_index.md new file mode 100644 index 00000000000..b8ad59e3896 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/getexplosion/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::GetExplosion method +linktitle: GetExplosion +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::GetExplosion method. The distance of an open pie slice from the center of the pie chart is expressed as a percentage of the pie diameter in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.charts/chartpoint/getexplosion/ +--- +## ChartPoint::GetExplosion method + + +The distance of an open pie slice from the center of the pie chart is expressed as a percentage of the pie diameter. + +```cpp +int32_t Aspose::Cells::Charts::ChartPoint::GetExplosion() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/getinnerarcendpointxpx/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/getinnerarcendpointxpx/_index.md new file mode 100644 index 00000000000..0d490624bad --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/getinnerarcendpointxpx/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::GetInnerArcEndPointXPx method +linktitle: GetInnerArcEndPointXPx +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::GetInnerArcEndPointXPx method. Gets the x coordinate of ending point for the pie section after calls Chart.Calculate() method. Applies to Doughnut chart in C++.' +type: docs +weight: 3800 +url: /es/cpp/aspose.cells.charts/chartpoint/getinnerarcendpointxpx/ +--- +## ChartPoint::GetInnerArcEndPointXPx method + + +Gets the x coordinate of ending point for the pie section after calls [Chart.Calculate()](../../chart/calculate/) method. Applies to Doughnut chart. + +```cpp +float Aspose::Cells::Charts::ChartPoint::GetInnerArcEndPointXPx() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/getinnerarcendpointypx/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/getinnerarcendpointypx/_index.md new file mode 100644 index 00000000000..c6487754863 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/getinnerarcendpointypx/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::GetInnerArcEndPointYPx method +linktitle: GetInnerArcEndPointYPx +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::GetInnerArcEndPointYPx method. Gets the y coordinate of ending point for the pie section after calls Chart.Calculate() method. Applies to Doughnut chart in C++.' +type: docs +weight: 3900 +url: /es/cpp/aspose.cells.charts/chartpoint/getinnerarcendpointypx/ +--- +## ChartPoint::GetInnerArcEndPointYPx method + + +Gets the y coordinate of ending point for the pie section after calls [Chart.Calculate()](../../chart/calculate/) method. Applies to Doughnut chart. + +```cpp +float Aspose::Cells::Charts::ChartPoint::GetInnerArcEndPointYPx() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/getinnerarcstartpointxpx/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/getinnerarcstartpointxpx/_index.md new file mode 100644 index 00000000000..0c601ae30d9 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/getinnerarcstartpointxpx/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::GetInnerArcStartPointXPx method +linktitle: GetInnerArcStartPointXPx +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::GetInnerArcStartPointXPx method. Gets the x coordinate of starting point for the pie section after calls Chart.Calculate() method. Applies to Doughnut chart in C++.' +type: docs +weight: 3600 +url: /es/cpp/aspose.cells.charts/chartpoint/getinnerarcstartpointxpx/ +--- +## ChartPoint::GetInnerArcStartPointXPx method + + +Gets the x coordinate of starting point for the pie section after calls [Chart.Calculate()](../../chart/calculate/) method. Applies to Doughnut chart. + +```cpp +float Aspose::Cells::Charts::ChartPoint::GetInnerArcStartPointXPx() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/getinnerarcstartpointypx/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/getinnerarcstartpointypx/_index.md new file mode 100644 index 00000000000..d20b3641a31 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/getinnerarcstartpointypx/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::GetInnerArcStartPointYPx method +linktitle: GetInnerArcStartPointYPx +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::GetInnerArcStartPointYPx method. Gets the y coordinate of starting point for the pie section after calls Chart.Calculate() method. Applies to Doughnut chart in C++.' +type: docs +weight: 3700 +url: /es/cpp/aspose.cells.charts/chartpoint/getinnerarcstartpointypx/ +--- +## ChartPoint::GetInnerArcStartPointYPx method + + +Gets the y coordinate of starting point for the pie section after calls [Chart.Calculate()](../../chart/calculate/) method. Applies to Doughnut chart. + +```cpp +float Aspose::Cells::Charts::ChartPoint::GetInnerArcStartPointYPx() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/getinnerradiuspx/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/getinnerradiuspx/_index.md new file mode 100644 index 00000000000..7fa267f9a3c --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/getinnerradiuspx/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::GetInnerRadiusPx method +linktitle: GetInnerRadiusPx +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::GetInnerRadiusPx method. Gets the inner radius of doughnut slice in units of pixels after calls Chart.Calculate() method. Applies to Doughnut chart in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells.charts/chartpoint/getinnerradiuspx/ +--- +## ChartPoint::GetInnerRadiusPx method + + +Gets the inner radius of doughnut slice in units of pixels after calls [Chart.Calculate()](../../chart/calculate/) method. Applies to Doughnut chart. + + +>Deprecated +> +>Use ChartPoint.DoughnutInnerRadius property, instead. +```cpp +int32_t Aspose::Cells::Charts::ChartPoint::GetInnerRadiusPx() +``` + +## Remarks + + +NOTE: This property is now obsolete. Instead, please use ChartPoint.DoughnutInnerRadius property. This property will be removed 12 months later since June 2024. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/getmarker/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/getmarker/_index.md new file mode 100644 index 00000000000..e168d147f97 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/getmarker/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::GetMarker method +linktitle: GetMarker +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::GetMarker method. Gets the marker in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.charts/chartpoint/getmarker/ +--- +## ChartPoint::GetMarker method + + +Gets the [marker](../../marker/). + +```cpp +Marker Aspose::Cells::Charts::ChartPoint::GetMarker() +``` + +## See Also + +* Class [Marker](../../marker/) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/getoncategoryaxispointcount/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/getoncategoryaxispointcount/_index.md new file mode 100644 index 00000000000..b9bf804915c --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/getoncategoryaxispointcount/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::GetOnCategoryAxisPointCount method +linktitle: GetOnCategoryAxisPointCount +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::GetOnCategoryAxisPointCount method. Gets the number of the points on category axis after calls Chart.Calculate() method. Only applies to area chart in C++.' +type: docs +weight: 4600 +url: /es/cpp/aspose.cells.charts/chartpoint/getoncategoryaxispointcount/ +--- +## ChartPoint::GetOnCategoryAxisPointCount method + + +Gets the number of the points on category axis after calls [Chart.Calculate()](../../chart/calculate/) method. Only applies to area chart. + +```cpp +int32_t Aspose::Cells::Charts::ChartPoint::GetOnCategoryAxisPointCount() +``` + +## Remarks + + +Area 2D chart return 1 Area 3D chart return 2. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/getoncategoryaxispointxpx/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/getoncategoryaxispointxpx/_index.md new file mode 100644 index 00000000000..721386723ea --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/getoncategoryaxispointxpx/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::GetOnCategoryAxisPointXPx method +linktitle: GetOnCategoryAxisPointXPx +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::GetOnCategoryAxisPointXPx method. Gets x-coordinate of the point on category axis after calls Chart.Calculate() method. Only applies to Area chart in C++.' +type: docs +weight: 4700 +url: /es/cpp/aspose.cells.charts/chartpoint/getoncategoryaxispointxpx/ +--- +## ChartPoint::GetOnCategoryAxisPointXPx method + + +Gets x-coordinate of the point on category axis after calls [Chart.Calculate()](../../chart/calculate/) method. Only applies to Area chart. + +```cpp +float Aspose::Cells::Charts::ChartPoint::GetOnCategoryAxisPointXPx(int32_t index) +``` + +## Remarks + + +Area 2D chart: index is 0. Area 3D chart: index is 0 or 1. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/getoncategoryaxispointypx/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/getoncategoryaxispointypx/_index.md new file mode 100644 index 00000000000..13d27fd5112 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/getoncategoryaxispointypx/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::GetOnCategoryAxisPointYPx method +linktitle: GetOnCategoryAxisPointYPx +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::GetOnCategoryAxisPointYPx method. Gets y-coordinate of the point on category axis after calls Chart.Calculate() method. Only applies to Area chart in C++.' +type: docs +weight: 4800 +url: /es/cpp/aspose.cells.charts/chartpoint/getoncategoryaxispointypx/ +--- +## ChartPoint::GetOnCategoryAxisPointYPx method + + +Gets y-coordinate of the point on category axis after calls [Chart.Calculate()](../../chart/calculate/) method. Only applies to Area chart. + +```cpp +float Aspose::Cells::Charts::ChartPoint::GetOnCategoryAxisPointYPx(int32_t index) +``` + +## Remarks + + +Area 2D chart: index is 0. Area 3D chart: index is 0 or 1. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/getradiuspx/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/getradiuspx/_index.md new file mode 100644 index 00000000000..475aed3c35c --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/getradiuspx/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::GetRadiusPx method +linktitle: GetRadiusPx +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::GetRadiusPx method. Gets the radius of bubble, pie or doughnut in units of pixels after calls Chart.Calculate() method in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells.charts/chartpoint/getradiuspx/ +--- +## ChartPoint::GetRadiusPx method + + +Gets the radius of bubble, pie or doughnut in units of pixels after calls [Chart.Calculate()](../../chart/calculate/) method. + +```cpp +int32_t Aspose::Cells::Charts::ChartPoint::GetRadiusPx() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/getshadow/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/getshadow/_index.md new file mode 100644 index 00000000000..00eac12a02b --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/getshadow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::GetShadow method +linktitle: GetShadow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::GetShadow method. True if the chartpoint has a shadow in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.charts/chartpoint/getshadow/ +--- +## ChartPoint::GetShadow method + + +True if the chartpoint has a shadow. + +```cpp +bool Aspose::Cells::Charts::ChartPoint::GetShadow() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/getshapeheight/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/getshapeheight/_index.md new file mode 100644 index 00000000000..5770726d0ee --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/getshapeheight/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::GetShapeHeight method +linktitle: GetShapeHeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::GetShapeHeight method. Gets the height in units of 1/4000 of chart''s height after calls Chart.Calculate() method in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.charts/chartpoint/getshapeheight/ +--- +## ChartPoint::GetShapeHeight method + + +Gets the height in units of 1/4000 of chart's height after calls [Chart.Calculate()](../../chart/calculate/) method. + +```cpp +int32_t Aspose::Cells::Charts::ChartPoint::GetShapeHeight() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/getshapeheightpx/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/getshapeheightpx/_index.md new file mode 100644 index 00000000000..029022223c2 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/getshapeheightpx/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::GetShapeHeightPx method +linktitle: GetShapeHeightPx +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::GetShapeHeightPx method. Gets the height in units of pixels after calls Chart.Calculate() method in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.charts/chartpoint/getshapeheightpx/ +--- +## ChartPoint::GetShapeHeightPx method + + +Gets the height in units of pixels after calls [Chart.Calculate()](../../chart/calculate/) method. + +```cpp +int32_t Aspose::Cells::Charts::ChartPoint::GetShapeHeightPx() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/getshapeproperties/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/getshapeproperties/_index.md new file mode 100644 index 00000000000..8ec3e2c5c7c --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/getshapeproperties/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::GetShapeProperties method +linktitle: GetShapeProperties +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::GetShapeProperties method. Gets the ShapePropertyCollection object that holds the visual shape properties of the ChartPoint in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.charts/chartpoint/getshapeproperties/ +--- +## ChartPoint::GetShapeProperties method + + +Gets the ShapePropertyCollection object that holds the visual shape properties of the [ChartPoint](../). + +```cpp +ShapePropertyCollection Aspose::Cells::Charts::ChartPoint::GetShapeProperties() +``` + +## See Also + +* Class [ShapePropertyCollection](../../../aspose.cells.drawing/shapepropertycollection/) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/getshapewidth/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/getshapewidth/_index.md new file mode 100644 index 00000000000..15f8fde34d4 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/getshapewidth/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::GetShapeWidth method +linktitle: GetShapeWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::GetShapeWidth method. Gets the width in units of 1/4000 of chart''s width after calls Chart.Calculate() method in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.charts/chartpoint/getshapewidth/ +--- +## ChartPoint::GetShapeWidth method + + +Gets the width in units of 1/4000 of chart's width after calls [Chart.Calculate()](../../chart/calculate/) method. + +```cpp +int32_t Aspose::Cells::Charts::ChartPoint::GetShapeWidth() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/getshapewidthpx/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/getshapewidthpx/_index.md new file mode 100644 index 00000000000..6c7f7f64dd9 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/getshapewidthpx/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::GetShapeWidthPx method +linktitle: GetShapeWidthPx +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::GetShapeWidthPx method. Gets the width in units of pixels after calls Chart.Calculate() method in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.charts/chartpoint/getshapewidthpx/ +--- +## ChartPoint::GetShapeWidthPx method + + +Gets the width in units of pixels after calls [Chart.Calculate()](../../chart/calculate/) method. + +```cpp +int32_t Aspose::Cells::Charts::ChartPoint::GetShapeWidthPx() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/getshapex/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/getshapex/_index.md new file mode 100644 index 00000000000..8ebb9dbd021 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/getshapex/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::GetShapeX method +linktitle: GetShapeX +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::GetShapeX method. Gets the x coordinate of the upper left corner in units of 1/4000 of chart''s width after calls Chart.Calculate() method in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.charts/chartpoint/getshapex/ +--- +## ChartPoint::GetShapeX method + + +Gets the x coordinate of the upper left corner in units of 1/4000 of chart's width after calls [Chart.Calculate()](../../chart/calculate/) method. + +```cpp +int32_t Aspose::Cells::Charts::ChartPoint::GetShapeX() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/getshapexpx/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/getshapexpx/_index.md new file mode 100644 index 00000000000..4a08f989df0 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/getshapexpx/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::GetShapeXPx method +linktitle: GetShapeXPx +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::GetShapeXPx method. Gets the x coordinate of the upper left corner in units of pixels after calls Chart.Calculate() method in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.charts/chartpoint/getshapexpx/ +--- +## ChartPoint::GetShapeXPx method + + +Gets the x coordinate of the upper left corner in units of pixels after calls [Chart.Calculate()](../../chart/calculate/) method. + +```cpp +int32_t Aspose::Cells::Charts::ChartPoint::GetShapeXPx() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/getshapey/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/getshapey/_index.md new file mode 100644 index 00000000000..5910afd1085 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/getshapey/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::GetShapeY method +linktitle: GetShapeY +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::GetShapeY method. Gets the y coordinate of the upper left corner in units of 1/4000 of chart''s height after calls Chart.Calculate() method in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.charts/chartpoint/getshapey/ +--- +## ChartPoint::GetShapeY method + + +Gets the y coordinate of the upper left corner in units of 1/4000 of chart's height after calls [Chart.Calculate()](../../chart/calculate/) method. + +```cpp +int32_t Aspose::Cells::Charts::ChartPoint::GetShapeY() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/getshapeypx/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/getshapeypx/_index.md new file mode 100644 index 00000000000..ec6d911fac3 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/getshapeypx/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::GetShapeYPx method +linktitle: GetShapeYPx +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::GetShapeYPx method. Gets the y coordinate of the upper left corner in units of pixels after calls Chart.Calculate() method in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.charts/chartpoint/getshapeypx/ +--- +## ChartPoint::GetShapeYPx method + + +Gets the y coordinate of the upper left corner in units of pixels after calls [Chart.Calculate()](../../chart/calculate/) method. + +```cpp +int32_t Aspose::Cells::Charts::ChartPoint::GetShapeYPx() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/getstartangle/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/getstartangle/_index.md new file mode 100644 index 00000000000..0971b7af956 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/getstartangle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::GetStartAngle method +linktitle: GetStartAngle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::GetStartAngle method. Gets the starting angle for the pie section, measured in degrees clockwise from the x-axis after calls Chart.Calculate() method. Applies to Pie chart in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells.charts/chartpoint/getstartangle/ +--- +## ChartPoint::GetStartAngle method + + +Gets the starting angle for the pie section, measured in degrees clockwise from the x-axis after calls [Chart.Calculate()](../../chart/calculate/) method. Applies to Pie chart. + +```cpp +float Aspose::Cells::Charts::ChartPoint::GetStartAngle() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/gettoppointcount/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/gettoppointcount/_index.md new file mode 100644 index 00000000000..d872c0a6d36 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/gettoppointcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::GetTopPointCount method +linktitle: GetTopPointCount +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::GetTopPointCount method. Gets the number of top points after calls Chart.Calculate() method in C++.' +type: docs +weight: 4000 +url: /es/cpp/aspose.cells.charts/chartpoint/gettoppointcount/ +--- +## ChartPoint::GetTopPointCount method + + +Gets the number of top points after calls [Chart.Calculate()](../../chart/calculate/) method. + +```cpp +int32_t Aspose::Cells::Charts::ChartPoint::GetTopPointCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/gettoppointxpx/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/gettoppointxpx/_index.md new file mode 100644 index 00000000000..4f09dd5e6f6 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/gettoppointxpx/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::GetTopPointXPx method +linktitle: GetTopPointXPx +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::GetTopPointXPx method. Gets x-coordinate of the top point of shape after calls Chart.Calculate() method. Applies 3D charts: Column3D, Bar3D, Cone, Cylinder, Pyramid and Area3D in C++.' +type: docs +weight: 4100 +url: /es/cpp/aspose.cells.charts/chartpoint/gettoppointxpx/ +--- +## ChartPoint::GetTopPointXPx method + + +Gets x-coordinate of the top point of shape after calls [Chart.Calculate()](../../chart/calculate/) method. Applies 3D charts: Column3D, Bar3D, Cone, Cylinder, Pyramid and Area3D. + +```cpp +float Aspose::Cells::Charts::ChartPoint::GetTopPointXPx(int32_t index) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/gettoppointypx/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/gettoppointypx/_index.md new file mode 100644 index 00000000000..313ceef8321 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/gettoppointypx/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::GetTopPointYPx method +linktitle: GetTopPointYPx +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::GetTopPointYPx method. Gets y-coordinate of the top point of shape after calls Chart.Calculate() method. Applies 3D charts: Column3D, Bar3D, Cone, Cylinder, Pyramid and Area3D in C++.' +type: docs +weight: 4200 +url: /es/cpp/aspose.cells.charts/chartpoint/gettoppointypx/ +--- +## ChartPoint::GetTopPointYPx method + + +Gets y-coordinate of the top point of shape after calls [Chart.Calculate()](../../chart/calculate/) method. Applies 3D charts: Column3D, Bar3D, Cone, Cylinder, Pyramid and Area3D. + +```cpp +float Aspose::Cells::Charts::ChartPoint::GetTopPointYPx(int32_t index) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/getxvalue/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/getxvalue/_index.md new file mode 100644 index 00000000000..feccff7aa3c --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/getxvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::GetXValue method +linktitle: GetXValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::GetXValue method. Gets or sets the X value of the chart point in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.charts/chartpoint/getxvalue/ +--- +## ChartPoint::GetXValue method + + +Gets or sets the X value of the chart point. + +```cpp +Aspose::Cells::Object Aspose::Cells::Charts::ChartPoint::GetXValue() +``` + +## See Also + +* Class [Object](../../../aspose.cells/object/) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/getxvaluetype/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/getxvaluetype/_index.md new file mode 100644 index 00000000000..a926f13244f --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/getxvaluetype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::GetXValueType method +linktitle: GetXValueType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::GetXValueType method. Gets X value type of the chart point in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.charts/chartpoint/getxvaluetype/ +--- +## ChartPoint::GetXValueType method + + +Gets X value type of the chart point. + +```cpp +CellValueType Aspose::Cells::Charts::ChartPoint::GetXValueType() +``` + +## See Also + +* Enum [CellValueType](../../../aspose.cells/cellvaluetype/) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/getyvaluetype/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/getyvaluetype/_index.md new file mode 100644 index 00000000000..a4f30d41ec1 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/getyvaluetype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::GetYValueType method +linktitle: GetYValueType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::GetYValueType method. Gets Y value type of the chart point in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.charts/chartpoint/getyvaluetype/ +--- +## ChartPoint::GetYValueType method + + +Gets Y value type of the chart point. + +```cpp +CellValueType Aspose::Cells::Charts::ChartPoint::GetYValueType() +``` + +## See Also + +* Enum [CellValueType](../../../aspose.cells/cellvaluetype/) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/isinsecondaryplot/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/isinsecondaryplot/_index.md new file mode 100644 index 00000000000..aa67cc62819 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/isinsecondaryplot/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::IsInSecondaryPlot method +linktitle: IsInSecondaryPlot +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::IsInSecondaryPlot method. Gets or sets a value indicates whether this data points is in the second pie or bar on a pie of pie or bar of pie chart in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.charts/chartpoint/isinsecondaryplot/ +--- +## ChartPoint::IsInSecondaryPlot method + + +Gets or sets a value indicates whether this data points is in the second pie or bar on a pie of pie or bar of pie chart. + +```cpp +bool Aspose::Cells::Charts::ChartPoint::IsInSecondaryPlot() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/isnull/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/isnull/_index.md new file mode 100644 index 00000000000..90dc44115c0 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.charts/chartpoint/isnull/ +--- +## ChartPoint::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Charts::ChartPoint::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/operator_asm/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/operator_asm/_index.md new file mode 100644 index 00000000000..1499a9f6325 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.charts/chartpoint/operator_asm/ +--- +## ChartPoint::operator= method + + +operator= + +```cpp +ChartPoint & Aspose::Cells::Charts::ChartPoint::operator=(const ChartPoint &src) +``` + +## See Also + +* Class [ChartPoint](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/operator_bool/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/operator_bool/_index.md new file mode 100644 index 00000000000..b201af07ce4 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.charts/chartpoint/operator_bool/ +--- +## ChartPoint::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Charts::ChartPoint::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/setexplosion/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/setexplosion/_index.md new file mode 100644 index 00000000000..f581765aa16 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/setexplosion/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::SetExplosion method +linktitle: SetExplosion +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::SetExplosion method. The distance of an open pie slice from the center of the pie chart is expressed as a percentage of the pie diameter in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.charts/chartpoint/setexplosion/ +--- +## ChartPoint::SetExplosion method + + +The distance of an open pie slice from the center of the pie chart is expressed as a percentage of the pie diameter. + +```cpp +void Aspose::Cells::Charts::ChartPoint::SetExplosion(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/setisinsecondaryplot/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/setisinsecondaryplot/_index.md new file mode 100644 index 00000000000..fb82ec111e4 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/setisinsecondaryplot/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::SetIsInSecondaryPlot method +linktitle: SetIsInSecondaryPlot +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::SetIsInSecondaryPlot method. Gets or sets a value indicates whether this data points is in the second pie or bar on a pie of pie or bar of pie chart in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.charts/chartpoint/setisinsecondaryplot/ +--- +## ChartPoint::SetIsInSecondaryPlot method + + +Gets or sets a value indicates whether this data points is in the second pie or bar on a pie of pie or bar of pie chart. + +```cpp +void Aspose::Cells::Charts::ChartPoint::SetIsInSecondaryPlot(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/setshadow/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/setshadow/_index.md new file mode 100644 index 00000000000..72b3c4a06a9 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/setshadow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::SetShadow method +linktitle: SetShadow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::SetShadow method. True if the chartpoint has a shadow in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.charts/chartpoint/setshadow/ +--- +## ChartPoint::SetShadow method + + +True if the chartpoint has a shadow. + +```cpp +void Aspose::Cells::Charts::ChartPoint::SetShadow(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/setxvalue/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/setxvalue/_index.md new file mode 100644 index 00000000000..f760690a31c --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/setxvalue/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::SetXValue method +linktitle: SetXValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::SetXValue method. Gets or sets the X value of the chart point in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.charts/chartpoint/setxvalue/ +--- +## ChartPoint::SetXValue method + + +Gets or sets the X value of the chart point. + +```cpp +void Aspose::Cells::Charts::ChartPoint::SetXValue(const Aspose::Cells::Object &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Object](../../../aspose.cells/object/) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/setyvalue/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/setyvalue/_index.md new file mode 100644 index 00000000000..7b9bb5cc5ca --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/setyvalue/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::SetYValue method +linktitle: SetYValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::SetYValue method. Gets or sets the Y value of the chart point in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.charts/chartpoint/setyvalue/ +--- +## ChartPoint::SetYValue method + + +Gets or sets the Y value of the chart point. + +```cpp +void Aspose::Cells::Charts::ChartPoint::SetYValue(const Aspose::Cells::Object &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Object](../../../aspose.cells/object/) +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpoint/~chartpoint/_index.md b/spanish/cpp/aspose.cells.charts/chartpoint/~chartpoint/_index.md new file mode 100644 index 00000000000..744358e90fb --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpoint/~chartpoint/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::ChartPoint::~ChartPoint method +linktitle: ~ChartPoint +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPoint::~ChartPoint method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.charts/chartpoint/~chartpoint/ +--- +## ChartPoint::~ChartPoint method + + +Destructor. + +```cpp +Aspose::Cells::Charts::ChartPoint::~ChartPoint() +``` + +## See Also + +* Class [ChartPoint](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpointcollection/_impl/_index.md b/spanish/cpp/aspose.cells.charts/chartpointcollection/_impl/_index.md new file mode 100644 index 00000000000..c2faee9741e --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpointcollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::ChartPointCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPointCollection::_impl field. The implementation object in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.charts/chartpointcollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ChartPointCollection_Impl* Aspose::Cells::Charts::ChartPointCollection::_impl +``` + +## See Also + +* Class [ChartPointCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpointcollection/_index.md b/spanish/cpp/aspose.cells.charts/chartpointcollection/_index.md new file mode 100644 index 00000000000..e18f31dd0b2 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpointcollection/_index.md @@ -0,0 +1,102 @@ +--- +title: Aspose::Cells::Charts::ChartPointCollection class +linktitle: ChartPointCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPointCollection class. Represents a collection that contains all the points in one series in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.charts/chartpointcollection/ +--- +## ChartPointCollection class + + +Represents a collection that contains all the points in one series. + +```cpp +class ChartPointCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [ChartPointCollection(ChartPointCollection_Impl* impl)](./chartpointcollection/) | Constructs from an implementation object. | +| [ChartPointCollection(const ChartPointCollection\& src)](./chartpointcollection/) | Copy constructor. | +| [Clear()](./clear/) | Remove all setting of the chart points. | +| [Get(int32_t index)](./get/) | Gets the [ChartPoint](../chartpoint/) element at the specified index in the series. | +| [GetCount()](./getcount/) | Gets the count of the chart point. | +| [GetEnumerator()](./getenumerator/) | Returns an enumerator for the entire [ChartPointCollection](./). | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ChartPointCollection\& src)](./operator_asm/) | operator= | +| [RemoveAt(int32_t index)](./removeat/) | Removes point at the index of the series.. | +| [~ChartPointCollection()](./~chartpointcollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; + +//Obteniendo la referencia de la primera hoja de cálculo +Worksheet worksheet = workbook.GetWorksheets().Get(0); + +//Agregar un valor de muestra a la celda "A1" +worksheet.GetCells().Get(u"A1").PutValue(50); + +//Agregar un valor de muestra a la celda "A2" +worksheet.GetCells().Get(u"A2").PutValue(100); + +//Agregar un valor de muestra a la celda "A3" +worksheet.GetCells().Get(u"A3").PutValue(150); + +//Agregar un valor de muestra a la celda "B1" +worksheet.GetCells().Get(u"B1").PutValue(60); + +//Agregar un valor de muestra a la celda "B2" +worksheet.GetCells().Get(u"B2").PutValue(32); + +//Agregar un valor de muestra a la celda "B3" +worksheet.GetCells().Get(u"B3").PutValue(50); + +//Agregar un gráfico a la hoja de cálculo +int chartIndex = worksheet.GetCharts().Add(ChartType::PieExploded, 5, 0, 25, 10); + +//Acceder a la instancia del gráfico recién añadido +Chart chart = worksheet.GetCharts().Get(chartIndex); + +//Agregar NSeries (fuente de datos del gráfico) al gráfico que abarca desde la celda "A1" hasta "B3" +chart.GetNSeries().Add(u"A1:B3", true); + +//Mostrar etiquetas de datos +chart.GetNSeries().Get(0).GetDataLabels().SetShowValue(true); + +ChartPointCollection points = chart.GetNSeries().Get(0).GetPoints(); + +for (int i = 0; i < points.GetCount(); i++) +{ + //Obtener punto de datos + ChartPoint point = points.Get(i); + //Establecer explosión Pir + point.SetExplosion(15); + //Establecer color del borde + point.GetBorder().SetColor(Color{ 0xff, 0xff, 0, 0 }); +} + +//Guardando el archivo Excel +workbook.Save(u"book1.xls"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpointcollection/chartpointcollection/_index.md b/spanish/cpp/aspose.cells.charts/chartpointcollection/chartpointcollection/_index.md new file mode 100644 index 00000000000..951704f5fb2 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpointcollection/chartpointcollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Charts::ChartPointCollection::ChartPointCollection constructor +linktitle: ChartPointCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPointCollection::ChartPointCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.charts/chartpointcollection/chartpointcollection/ +--- +## ChartPointCollection::ChartPointCollection(ChartPointCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Charts::ChartPointCollection::ChartPointCollection(ChartPointCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartPointCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## ChartPointCollection::ChartPointCollection(const ChartPointCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Charts::ChartPointCollection::ChartPointCollection(const ChartPointCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartPointCollection](../) +* Class [ChartPointCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpointcollection/clear/_index.md b/spanish/cpp/aspose.cells.charts/chartpointcollection/clear/_index.md new file mode 100644 index 00000000000..27c43b53c92 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpointcollection/clear/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartPointCollection::Clear method +linktitle: Clear +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPointCollection::Clear method. Remove all setting of the chart points in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.charts/chartpointcollection/clear/ +--- +## ChartPointCollection::Clear method + + +Remove all setting of the chart points. + +```cpp +void Aspose::Cells::Charts::ChartPointCollection::Clear() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartPointCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpointcollection/get/_index.md b/spanish/cpp/aspose.cells.charts/chartpointcollection/get/_index.md new file mode 100644 index 00000000000..01cba1710b3 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpointcollection/get/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::ChartPointCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPointCollection::Get method. Gets the ChartPoint element at the specified index in the series in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.charts/chartpointcollection/get/ +--- +## ChartPointCollection::Get method + + +Gets the [ChartPoint](../../chartpoint/) element at the specified index in the series. + +```cpp +ChartPoint Aspose::Cells::Charts::ChartPointCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The index of chart point in the series. | + +## ReturnValue + +The [ChartPoint](../../chartpoint/) object. + +## See Also + +* Class [ChartPoint](../../chartpoint/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartPointCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpointcollection/getcount/_index.md b/spanish/cpp/aspose.cells.charts/chartpointcollection/getcount/_index.md new file mode 100644 index 00000000000..68772f2d135 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpointcollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartPointCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPointCollection::GetCount method. Gets the count of the chart point in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.charts/chartpointcollection/getcount/ +--- +## ChartPointCollection::GetCount method + + +Gets the count of the chart point. + +```cpp +int32_t Aspose::Cells::Charts::ChartPointCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartPointCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpointcollection/getenumerator/_index.md b/spanish/cpp/aspose.cells.charts/chartpointcollection/getenumerator/_index.md new file mode 100644 index 00000000000..9452dfbbc8f --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpointcollection/getenumerator/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Charts::ChartPointCollection::GetEnumerator method +linktitle: GetEnumerator +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPointCollection::GetEnumerator method. Returns an enumerator for the entire ChartPointCollection in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.charts/chartpointcollection/getenumerator/ +--- +## ChartPointCollection::GetEnumerator method + + +Returns an enumerator for the entire [ChartPointCollection](../). + +```cpp +Enumerator Aspose::Cells::Charts::ChartPointCollection::GetEnumerator() +``` + + +## ReturnValue + + + +## See Also + +* Class [Enumerator](../../../aspose.cells/enumerator/) +* Class [ChartPoint](../../chartpoint/) +* Class [ChartPointCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpointcollection/isnull/_index.md b/spanish/cpp/aspose.cells.charts/chartpointcollection/isnull/_index.md new file mode 100644 index 00000000000..223227c8358 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpointcollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::ChartPointCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPointCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.charts/chartpointcollection/isnull/ +--- +## ChartPointCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Charts::ChartPointCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartPointCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpointcollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.charts/chartpointcollection/operator_asm/_index.md new file mode 100644 index 00000000000..8b3ebff4a44 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpointcollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::ChartPointCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPointCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.charts/chartpointcollection/operator_asm/ +--- +## ChartPointCollection::operator= method + + +operator= + +```cpp +ChartPointCollection & Aspose::Cells::Charts::ChartPointCollection::operator=(const ChartPointCollection &src) +``` + +## See Also + +* Class [ChartPointCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartPointCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpointcollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.charts/chartpointcollection/operator_bool/_index.md new file mode 100644 index 00000000000..d04080bd1af --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpointcollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::ChartPointCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPointCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.charts/chartpointcollection/operator_bool/ +--- +## ChartPointCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Charts::ChartPointCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ChartPointCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpointcollection/removeat/_index.md b/spanish/cpp/aspose.cells.charts/chartpointcollection/removeat/_index.md new file mode 100644 index 00000000000..7f20e2f288f --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpointcollection/removeat/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::ChartPointCollection::RemoveAt method +linktitle: RemoveAt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPointCollection::RemoveAt method. Removes point at the index of the series in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.charts/chartpointcollection/removeat/ +--- +## ChartPointCollection::RemoveAt method + + +Removes point at the index of the series.. + +```cpp +void Aspose::Cells::Charts::ChartPointCollection::RemoveAt(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The index of the point. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartPointCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartpointcollection/~chartpointcollection/_index.md b/spanish/cpp/aspose.cells.charts/chartpointcollection/~chartpointcollection/_index.md new file mode 100644 index 00000000000..fd7317b5271 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartpointcollection/~chartpointcollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::ChartPointCollection::~ChartPointCollection method +linktitle: ~ChartPointCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartPointCollection::~ChartPointCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.charts/chartpointcollection/~chartpointcollection/ +--- +## ChartPointCollection::~ChartPointCollection method + + +Destructor. + +```cpp +Aspose::Cells::Charts::ChartPointCollection::~ChartPointCollection() +``` + +## See Also + +* Class [ChartPointCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/chartsplittype/_index.md b/spanish/cpp/aspose.cells.charts/chartsplittype/_index.md new file mode 100644 index 00000000000..4a1e4a426ab --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/chartsplittype/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Charts::ChartSplitType enum +linktitle: ChartSplitType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartSplitType enum. Represents the way the two sections of either a pie of pie chart or a bar of pie chart are split in C++.' +type: docs +weight: 4400 +url: /es/cpp/aspose.cells.charts/chartsplittype/ +--- +## ChartSplitType enum + + +Represents the way the two sections of either a pie of pie chart or a bar of pie chart are split. + +```cpp +enum class ChartSplitType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Position | 0 |
Represents the data points shall be split between the pie and the second chart by putting the last Split Position of the data points in the second chart. | +| Value | 1 |
Represents the data points shall be split between the pie and the second chart by putting the data points with value less than Split Position in the second chart. | +| PercentValue | 2 |
Represents the data points shall be split between the pie and the second chart by putting the points with percentage less than Split Position percent in the second chart. | +| Custom | 3 |
Represents the data points shall be split between the pie and the second chart according to the Custom Split values. | +| Auto | 4 | **(Deprecated - Use Series.IsAutoSplit property instead. )**
Represents the data points shall be split using the default mechanism for this chart type. | + +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/charttextdirectiontype/_index.md b/spanish/cpp/aspose.cells.charts/charttextdirectiontype/_index.md new file mode 100644 index 00000000000..6cf56068eb3 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/charttextdirectiontype/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Charts::ChartTextDirectionType enum +linktitle: ChartTextDirectionType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartTextDirectionType enum. Represents the text direction type of the chart in C++.' +type: docs +weight: 4700 +url: /es/cpp/aspose.cells.charts/charttextdirectiontype/ +--- +## ChartTextDirectionType enum + + +Represents the text direction type of the chart. + +```cpp +enum class ChartTextDirectionType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Horizontal | 0 |
Horizontal direction type. | +| Vertical | 1 |
Vertical direction type. | +| Rotate90 | 2 |
Rotate 90-degree angle. | +| Rotate270 | 3 |
Rotate 270-degree angle. | +| Stacked | 4 |
Stacked text. | + +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/charttextframe/_impl/_index.md b/spanish/cpp/aspose.cells.charts/charttextframe/_impl/_index.md new file mode 100644 index 00000000000..43cb77d8fe9 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/charttextframe/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::ChartTextFrame::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartTextFrame::_impl field. The implementation object in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells.charts/charttextframe/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ChartTextFrame_Impl* Aspose::Cells::Charts::ChartTextFrame::_impl +``` + +## See Also + +* Class [ChartTextFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/charttextframe/_index.md b/spanish/cpp/aspose.cells.charts/charttextframe/_index.md new file mode 100644 index 00000000000..4b3a21bb313 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/charttextframe/_index.md @@ -0,0 +1,120 @@ +--- +title: Aspose::Cells::Charts::ChartTextFrame class +linktitle: ChartTextFrame +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartTextFrame class. Encapsulates the object that represents the frame object which contains text in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.charts/charttextframe/ +--- +## ChartTextFrame class + + +Encapsulates the object that represents the frame object which contains text. + +```cpp +class ChartTextFrame : public Aspose::Cells::Charts::ChartFrame +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Characters(int32_t startIndex, int32_t length)](./characters/) | Returns a Characters object that represents a range of characters within the text. | +| [ChartFrame(ChartFrame_Impl* impl)](../chartframe/chartframe/) | Constructs from an implementation object. | +| [ChartFrame(const ChartFrame\& src)](../chartframe/chartframe/) | Copy constructor. | +| [ChartTextFrame(ChartTextFrame_Impl* impl)](./charttextframe/) | Constructs from an implementation object. | +| [ChartTextFrame(const ChartTextFrame\& src)](./charttextframe/) | Copy constructor. | +| [ChartTextFrame(const ChartFrame\& src)](./charttextframe/) | Constructs from a parent object. | +| [GetArea()](../chartframe/getarea/) | Gets the [area](../). | +| [GetAutoScaleFont()](../chartframe/getautoscalefont/) | True if the text in the object changes font size when the object size changes. The default value is True. | +| [GetBackground()](../chartframe/getbackground/) | **(Deprecated)** Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions. | +| [GetBackgroundMode()](../chartframe/getbackgroundmode/) | **(Deprecated)** Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions. | +| [GetBorder()](../chartframe/getborder/) | Gets the [border](../). | +| [GetDefaultHeight()](../chartframe/getdefaultheight/) | **(Deprecated)** Represents height of default position in units of 1/4000 of the chart area. | +| [GetDefaultHeightRatioToChart()](../chartframe/getdefaultheightratiotochart/) | Represents height of default position in units of Fraction of the chart area. | +| [GetDefaultWidth()](../chartframe/getdefaultwidth/) | **(Deprecated)** Represents width of default position in units of 1/4000 of the chart area. | +| [GetDefaultWidthRatioToChart()](../chartframe/getdefaultwidthratiotochart/) | Represents width of default position in units of Fraction of the chart area. | +| [GetDefaultX()](../chartframe/getdefaultx/) | **(Deprecated)** Represents x of default position in units of 1/4000 of the chart area. | +| [GetDefaultXRatioToChart()](../chartframe/getdefaultxratiotochart/) | Represents x of default position in units of Fraction of the chart area. | +| [GetDefaultY()](../chartframe/getdefaulty/) | **(Deprecated)** Represents y of default position in units of 1/4000 of the chart area. | +| [GetDefaultYRatioToChart()](../chartframe/getdefaultyratiotochart/) | Represents y of default position in units of Fraction of the chart area. | +| [GetDirectionType()](./getdirectiontype/) | Gets and sets the direction of text. | +| [GetFont()](../chartframe/getfont/) | Gets a [Font](../../aspose.cells/font/) object of the specified [ChartFrame](../chartframe/) object. | +| [GetHeight()](../chartframe/getheight/) | **(Deprecated)** Gets or sets the height of frame in units of 1/4000 of the chart area. | +| [GetHeightPixel()](../chartframe/getheightpixel/) | Gets or sets the height of frame in units of Pixel. | +| [GetHeightRatioToChart()](../chartframe/getheightratiotochart/) | Gets or sets the height of frame in units of ratio of the chart area. | +| [GetLinkedSource()](./getlinkedsource/) | Gets and sets a reference to the worksheet. | +| [GetReadingOrder()](./getreadingorder/) | Represents text reading order. | +| [GetRotationAngle()](./getrotationangle/) | Represents the text rotation angle. | +| [GetShadow()](../chartframe/getshadow/) | True if the frame has a shadow. | +| [GetShapeProperties()](../chartframe/getshapeproperties/) | Gets the ShapeProperties object. | +| [GetText()](./gettext/) | Gets or sets the text of a frame's title. | +| [GetTextHorizontalAlignment()](./gettexthorizontalalignment/) | Gets and sets the text horizontal alignment. | +| [GetTextOptions()](../chartframe/gettextoptions/) | Gets and sets the options of the text. | +| [GetTextVerticalAlignment()](./gettextverticalalignment/) | Gets or sets the text vertical alignment of text. | +| [GetWidth()](../chartframe/getwidth/) | **(Deprecated)** Gets or sets the width of frame in units of 1/4000 of the chart area. | +| [GetWidthPixel()](../chartframe/getwidthpixel/) | Gets or sets the width of frame in units of Pixel. | +| [GetWidthRatioToChart()](../chartframe/getwidthratiotochart/) | Gets or sets the width of frame in units of ratio of the chart area. | +| [GetX()](../chartframe/getx/) | **(Deprecated)** Gets or sets the x coordinate of the upper left corner in units of 1/4000 of the chart area. | +| [GetXPixel()](../chartframe/getxpixel/) | Gets or sets the x coordinate of the upper left corner in units of Pixel. | +| [GetXRatioToChart()](../chartframe/getxratiotochart/) | Gets or sets the x coordinate of the upper left corner in units of ratio of the chart area. | +| [GetY()](../chartframe/gety/) | **(Deprecated)** Gets or sets the y coordinate of the upper left corner in units of 1/4000 of the chart area. | +| [GetYPixel()](../chartframe/getypixel/) | Gets or sets the y coordinate of the upper left corner in units of Pixel. | +| [GetYRatioToChart()](../chartframe/getyratiotochart/) | Gets or sets the y coordinate of the upper left corner in units of ratio of the chart area. | +| [IsAutomaticRotation()](./isautomaticrotation/) | Indicates whether the text of the chart is automatically rotated. | +| [IsAutomaticSize()](../chartframe/isautomaticsize/) | Indicates whether the chart frame is automatic sized. | +| [IsAutoText()](./isautotext/) | Indicates the text is auto generated. | +| [IsDefaultPosBeSet()](../chartframe/isdefaultposbeset/) | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set. | +| [IsDeleted()](./isdeleted/) | Indicates whether this data labels are deleted. | +| [IsInnerMode()](../chartframe/isinnermode/) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsResizeShapeToFitText()](./isresizeshapetofittext/) | Gets or sets whether a shape should be auto-fit to fully contain the text described within it. Auto-fitting is when text within a shape is scaled in order to contain all the text inside. | +| [IsTextWrapped()](./istextwrapped/) | Gets or sets a value indicating whether the text is wrapped. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ChartTextFrame\& src)](./operator_asm/) | operator= | +| [operator=(const ChartFrame\& src)](../chartframe/operator_asm/) | operator= | +| [SetAutoScaleFont(bool value)](../chartframe/setautoscalefont/) | True if the text in the object changes font size when the object size changes. The default value is True. | +| [SetBackground(BackgroundMode value)](../chartframe/setbackground/) | **(Deprecated)** Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions. | +| [SetBackgroundMode(BackgroundMode value)](../chartframe/setbackgroundmode/) | **(Deprecated)** Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions. | +| [SetDirectionType(ChartTextDirectionType value)](./setdirectiontype/) | Gets and sets the direction of text. | +| [SetHeight(int32_t value)](../chartframe/setheight/) | **(Deprecated)** Gets or sets the height of frame in units of 1/4000 of the chart area. | +| [SetHeightPixel(int32_t value)](../chartframe/setheightpixel/) | Gets or sets the height of frame in units of Pixel. | +| [SetHeightRatioToChart(double value)](../chartframe/setheightratiotochart/) | Gets or sets the height of frame in units of ratio of the chart area. | +| [SetIsAutomaticSize(bool value)](../chartframe/setisautomaticsize/) | Indicates whether the chart frame is automatic sized. | +| [SetIsAutoText(bool value)](./setisautotext/) | Indicates the text is auto generated. | +| [SetIsDeleted(bool value)](./setisdeleted/) | Indicates whether this data labels are deleted. | +| [SetIsInnerMode(bool value)](../chartframe/setisinnermode/) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. | +| [SetIsResizeShapeToFitText(bool value)](./setisresizeshapetofittext/) | Gets or sets whether a shape should be auto-fit to fully contain the text described within it. Auto-fitting is when text within a shape is scaled in order to contain all the text inside. | +| [SetIsTextWrapped(bool value)](./setistextwrapped/) | Gets or sets a value indicating whether the text is wrapped. | +| [SetLinkedSource(const U16String\& value)](./setlinkedsource/) | Gets and sets a reference to the worksheet. | +| [SetLinkedSource(const char16_t* value)](./setlinkedsource/) | Gets and sets a reference to the worksheet. | +| [SetPositionAuto()](../chartframe/setpositionauto/) | Set position of the frame to automatic. | +| [SetReadingOrder(TextDirectionType value)](./setreadingorder/) | Represents text reading order. | +| [SetRotationAngle(int32_t value)](./setrotationangle/) | Represents the text rotation angle. | +| [SetShadow(bool value)](../chartframe/setshadow/) | True if the frame has a shadow. | +| [SetText(const U16String\& value)](./settext/) | Gets or sets the text of a frame's title. | +| [SetText(const char16_t* value)](./settext/) | Gets or sets the text of a frame's title. | +| [SetTextHorizontalAlignment(TextAlignmentType value)](./settexthorizontalalignment/) | Gets and sets the text horizontal alignment. | +| [SetTextVerticalAlignment(TextAlignmentType value)](./settextverticalalignment/) | Gets or sets the text vertical alignment of text. | +| [SetWidth(int32_t value)](../chartframe/setwidth/) | **(Deprecated)** Gets or sets the width of frame in units of 1/4000 of the chart area. | +| [SetWidthPixel(int32_t value)](../chartframe/setwidthpixel/) | Gets or sets the width of frame in units of Pixel. | +| [SetWidthRatioToChart(double value)](../chartframe/setwidthratiotochart/) | Gets or sets the width of frame in units of ratio of the chart area. | +| [SetX(int32_t value)](../chartframe/setx/) | **(Deprecated)** Gets or sets the x coordinate of the upper left corner in units of 1/4000 of the chart area. | +| [SetXPixel(int32_t value)](../chartframe/setxpixel/) | Gets or sets the x coordinate of the upper left corner in units of Pixel. | +| [SetXRatioToChart(double value)](../chartframe/setxratiotochart/) | Gets or sets the x coordinate of the upper left corner in units of ratio of the chart area. | +| [SetY(int32_t value)](../chartframe/sety/) | **(Deprecated)** Gets or sets the y coordinate of the upper left corner in units of 1/4000 of the chart area. | +| [SetYPixel(int32_t value)](../chartframe/setypixel/) | Gets or sets the y coordinate of the upper left corner in units of Pixel. | +| [SetYRatioToChart(double value)](../chartframe/setyratiotochart/) | Gets or sets the y coordinate of the upper left corner in units of ratio of the chart area. | +| [~ChartFrame()](../chartframe/~chartframe/) | Destructor. | +| [~ChartTextFrame()](./~charttextframe/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [ChartFrame](../chartframe/) +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/charttextframe/characters/_index.md b/spanish/cpp/aspose.cells.charts/charttextframe/characters/_index.md new file mode 100644 index 00000000000..cffdb3f8ca9 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/charttextframe/characters/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Charts::ChartTextFrame::Characters method +linktitle: Characters +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartTextFrame::Characters method. Returns a Characters object that represents a range of characters within the text in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.charts/charttextframe/characters/ +--- +## ChartTextFrame::Characters method + + +Returns a Characters object that represents a range of characters within the text. + +```cpp +FontSetting Aspose::Cells::Charts::ChartTextFrame::Characters(int32_t startIndex, int32_t length) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| startIndex | int32_t | The index of the start of the character. | +| length | int32_t | The number of characters. | + +## ReturnValue + +Characters object. + +## See Also + +* Class [FontSetting](../../../aspose.cells/fontsetting/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartTextFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/charttextframe/charttextframe/_index.md b/spanish/cpp/aspose.cells.charts/charttextframe/charttextframe/_index.md new file mode 100644 index 00000000000..6d4931f4904 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/charttextframe/charttextframe/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Charts::ChartTextFrame::ChartTextFrame constructor +linktitle: ChartTextFrame +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartTextFrame::ChartTextFrame constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.charts/charttextframe/charttextframe/ +--- +## ChartTextFrame::ChartTextFrame(ChartTextFrame_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Charts::ChartTextFrame::ChartTextFrame(ChartTextFrame_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartTextFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## ChartTextFrame::ChartTextFrame(const ChartTextFrame\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Charts::ChartTextFrame::ChartTextFrame(const ChartTextFrame &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartTextFrame](../) +* Class [ChartTextFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## ChartTextFrame::ChartTextFrame(const ChartFrame\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Charts::ChartTextFrame::ChartTextFrame(const ChartFrame &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartFrame](../../chartframe/) +* Class [ChartTextFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/charttextframe/getdirectiontype/_index.md b/spanish/cpp/aspose.cells.charts/charttextframe/getdirectiontype/_index.md new file mode 100644 index 00000000000..dd86fde56d5 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/charttextframe/getdirectiontype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartTextFrame::GetDirectionType method +linktitle: GetDirectionType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartTextFrame::GetDirectionType method. Gets and sets the direction of text in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.charts/charttextframe/getdirectiontype/ +--- +## ChartTextFrame::GetDirectionType method + + +Gets and sets the direction of text. + +```cpp +ChartTextDirectionType Aspose::Cells::Charts::ChartTextFrame::GetDirectionType() +``` + +## See Also + +* Enum [ChartTextDirectionType](../../charttextdirectiontype/) +* Class [ChartTextFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/charttextframe/getlinkedsource/_index.md b/spanish/cpp/aspose.cells.charts/charttextframe/getlinkedsource/_index.md new file mode 100644 index 00000000000..52c11111db6 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/charttextframe/getlinkedsource/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartTextFrame::GetLinkedSource method +linktitle: GetLinkedSource +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartTextFrame::GetLinkedSource method. Gets and sets a reference to the worksheet in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.charts/charttextframe/getlinkedsource/ +--- +## ChartTextFrame::GetLinkedSource method + + +Gets and sets a reference to the worksheet. + +```cpp +U16String Aspose::Cells::Charts::ChartTextFrame::GetLinkedSource() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ChartTextFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/charttextframe/getreadingorder/_index.md b/spanish/cpp/aspose.cells.charts/charttextframe/getreadingorder/_index.md new file mode 100644 index 00000000000..5c290575895 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/charttextframe/getreadingorder/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartTextFrame::GetReadingOrder method +linktitle: GetReadingOrder +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartTextFrame::GetReadingOrder method. Represents text reading order in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.charts/charttextframe/getreadingorder/ +--- +## ChartTextFrame::GetReadingOrder method + + +Represents text reading order. + +```cpp +TextDirectionType Aspose::Cells::Charts::ChartTextFrame::GetReadingOrder() +``` + +## See Also + +* Enum [TextDirectionType](../../../aspose.cells/textdirectiontype/) +* Class [ChartTextFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/charttextframe/getrotationangle/_index.md b/spanish/cpp/aspose.cells.charts/charttextframe/getrotationangle/_index.md new file mode 100644 index 00000000000..4cbfd2af934 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/charttextframe/getrotationangle/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Charts::ChartTextFrame::GetRotationAngle method +linktitle: GetRotationAngle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartTextFrame::GetRotationAngle method. Represents the text rotation angle in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.charts/charttextframe/getrotationangle/ +--- +## ChartTextFrame::GetRotationAngle method + + +Represents the text rotation angle. + +```cpp +int32_t Aspose::Cells::Charts::ChartTextFrame::GetRotationAngle() +``` + +## Remarks + + + + +0: Not rotated. + +255: Top to Bottom. + +-90: Downward. + +90: Upward. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartTextFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/charttextframe/gettext/_index.md b/spanish/cpp/aspose.cells.charts/charttextframe/gettext/_index.md new file mode 100644 index 00000000000..8ff410d690c --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/charttextframe/gettext/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartTextFrame::GetText method +linktitle: GetText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartTextFrame::GetText method. Gets or sets the text of a frame''s title in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.charts/charttextframe/gettext/ +--- +## ChartTextFrame::GetText method + + +Gets or sets the text of a frame's title. + +```cpp +U16String Aspose::Cells::Charts::ChartTextFrame::GetText() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ChartTextFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/charttextframe/gettexthorizontalalignment/_index.md b/spanish/cpp/aspose.cells.charts/charttextframe/gettexthorizontalalignment/_index.md new file mode 100644 index 00000000000..09d400a3481 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/charttextframe/gettexthorizontalalignment/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartTextFrame::GetTextHorizontalAlignment method +linktitle: GetTextHorizontalAlignment +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartTextFrame::GetTextHorizontalAlignment method. Gets and sets the text horizontal alignment in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.charts/charttextframe/gettexthorizontalalignment/ +--- +## ChartTextFrame::GetTextHorizontalAlignment method + + +Gets and sets the text horizontal alignment. + +```cpp +TextAlignmentType Aspose::Cells::Charts::ChartTextFrame::GetTextHorizontalAlignment() +``` + +## See Also + +* Enum [TextAlignmentType](../../../aspose.cells/textalignmenttype/) +* Class [ChartTextFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/charttextframe/gettextverticalalignment/_index.md b/spanish/cpp/aspose.cells.charts/charttextframe/gettextverticalalignment/_index.md new file mode 100644 index 00000000000..c09cd7bb7d5 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/charttextframe/gettextverticalalignment/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartTextFrame::GetTextVerticalAlignment method +linktitle: GetTextVerticalAlignment +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartTextFrame::GetTextVerticalAlignment method. Gets or sets the text vertical alignment of text in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.charts/charttextframe/gettextverticalalignment/ +--- +## ChartTextFrame::GetTextVerticalAlignment method + + +Gets or sets the text vertical alignment of text. + +```cpp +TextAlignmentType Aspose::Cells::Charts::ChartTextFrame::GetTextVerticalAlignment() +``` + +## See Also + +* Enum [TextAlignmentType](../../../aspose.cells/textalignmenttype/) +* Class [ChartTextFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/charttextframe/isautomaticrotation/_index.md b/spanish/cpp/aspose.cells.charts/charttextframe/isautomaticrotation/_index.md new file mode 100644 index 00000000000..d6c126eaabc --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/charttextframe/isautomaticrotation/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartTextFrame::IsAutomaticRotation method +linktitle: IsAutomaticRotation +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartTextFrame::IsAutomaticRotation method. Indicates whether the text of the chart is automatically rotated in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.charts/charttextframe/isautomaticrotation/ +--- +## ChartTextFrame::IsAutomaticRotation method + + +Indicates whether the text of the chart is automatically rotated. + +```cpp +bool Aspose::Cells::Charts::ChartTextFrame::IsAutomaticRotation() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartTextFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/charttextframe/isautotext/_index.md b/spanish/cpp/aspose.cells.charts/charttextframe/isautotext/_index.md new file mode 100644 index 00000000000..536adbf0295 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/charttextframe/isautotext/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartTextFrame::IsAutoText method +linktitle: IsAutoText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartTextFrame::IsAutoText method. Indicates the text is auto generated in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.charts/charttextframe/isautotext/ +--- +## ChartTextFrame::IsAutoText method + + +Indicates the text is auto generated. + +```cpp +bool Aspose::Cells::Charts::ChartTextFrame::IsAutoText() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartTextFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/charttextframe/isdeleted/_index.md b/spanish/cpp/aspose.cells.charts/charttextframe/isdeleted/_index.md new file mode 100644 index 00000000000..b69111f1168 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/charttextframe/isdeleted/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartTextFrame::IsDeleted method +linktitle: IsDeleted +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartTextFrame::IsDeleted method. Indicates whether this data labels are deleted in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.charts/charttextframe/isdeleted/ +--- +## ChartTextFrame::IsDeleted method + + +Indicates whether this data labels are deleted. + +```cpp +bool Aspose::Cells::Charts::ChartTextFrame::IsDeleted() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartTextFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/charttextframe/isnull/_index.md b/spanish/cpp/aspose.cells.charts/charttextframe/isnull/_index.md new file mode 100644 index 00000000000..9d185eeb7fa --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/charttextframe/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::ChartTextFrame::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartTextFrame::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.charts/charttextframe/isnull/ +--- +## ChartTextFrame::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Charts::ChartTextFrame::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartTextFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/charttextframe/isresizeshapetofittext/_index.md b/spanish/cpp/aspose.cells.charts/charttextframe/isresizeshapetofittext/_index.md new file mode 100644 index 00000000000..52388e5d485 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/charttextframe/isresizeshapetofittext/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartTextFrame::IsResizeShapeToFitText method +linktitle: IsResizeShapeToFitText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartTextFrame::IsResizeShapeToFitText method. Gets or sets whether a shape should be auto-fit to fully contain the text described within it. Auto-fitting is when text within a shape is scaled in order to contain all the text inside in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.charts/charttextframe/isresizeshapetofittext/ +--- +## ChartTextFrame::IsResizeShapeToFitText method + + +Gets or sets whether a shape should be auto-fit to fully contain the text described within it. Auto-fitting is when text within a shape is scaled in order to contain all the text inside. + +```cpp +bool Aspose::Cells::Charts::ChartTextFrame::IsResizeShapeToFitText() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartTextFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/charttextframe/istextwrapped/_index.md b/spanish/cpp/aspose.cells.charts/charttextframe/istextwrapped/_index.md new file mode 100644 index 00000000000..21632a21c39 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/charttextframe/istextwrapped/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartTextFrame::IsTextWrapped method +linktitle: IsTextWrapped +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartTextFrame::IsTextWrapped method. Gets or sets a value indicating whether the text is wrapped in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells.charts/charttextframe/istextwrapped/ +--- +## ChartTextFrame::IsTextWrapped method + + +Gets or sets a value indicating whether the text is wrapped. + +```cpp +bool Aspose::Cells::Charts::ChartTextFrame::IsTextWrapped() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartTextFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/charttextframe/operator_asm/_index.md b/spanish/cpp/aspose.cells.charts/charttextframe/operator_asm/_index.md new file mode 100644 index 00000000000..b02009a9c88 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/charttextframe/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::ChartTextFrame::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartTextFrame::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.charts/charttextframe/operator_asm/ +--- +## ChartTextFrame::operator= method + + +operator= + +```cpp +ChartTextFrame & Aspose::Cells::Charts::ChartTextFrame::operator=(const ChartTextFrame &src) +``` + +## See Also + +* Class [ChartTextFrame](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartTextFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/charttextframe/operator_bool/_index.md b/spanish/cpp/aspose.cells.charts/charttextframe/operator_bool/_index.md new file mode 100644 index 00000000000..d3b61e5cb88 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/charttextframe/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::ChartTextFrame::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartTextFrame::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.charts/charttextframe/operator_bool/ +--- +## ChartTextFrame::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Charts::ChartTextFrame::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ChartTextFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/charttextframe/setdirectiontype/_index.md b/spanish/cpp/aspose.cells.charts/charttextframe/setdirectiontype/_index.md new file mode 100644 index 00000000000..2f142d6c8ed --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/charttextframe/setdirectiontype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::ChartTextFrame::SetDirectionType method +linktitle: SetDirectionType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartTextFrame::SetDirectionType method. Gets and sets the direction of text in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.charts/charttextframe/setdirectiontype/ +--- +## ChartTextFrame::SetDirectionType method + + +Gets and sets the direction of text. + +```cpp +void Aspose::Cells::Charts::ChartTextFrame::SetDirectionType(ChartTextDirectionType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ChartTextDirectionType](../../charttextdirectiontype/) +* Class [ChartTextFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/charttextframe/setisautotext/_index.md b/spanish/cpp/aspose.cells.charts/charttextframe/setisautotext/_index.md new file mode 100644 index 00000000000..e04af37b722 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/charttextframe/setisautotext/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartTextFrame::SetIsAutoText method +linktitle: SetIsAutoText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartTextFrame::SetIsAutoText method. Indicates the text is auto generated in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.charts/charttextframe/setisautotext/ +--- +## ChartTextFrame::SetIsAutoText method + + +Indicates the text is auto generated. + +```cpp +void Aspose::Cells::Charts::ChartTextFrame::SetIsAutoText(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartTextFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/charttextframe/setisdeleted/_index.md b/spanish/cpp/aspose.cells.charts/charttextframe/setisdeleted/_index.md new file mode 100644 index 00000000000..a063471e023 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/charttextframe/setisdeleted/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartTextFrame::SetIsDeleted method +linktitle: SetIsDeleted +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartTextFrame::SetIsDeleted method. Indicates whether this data labels are deleted in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.charts/charttextframe/setisdeleted/ +--- +## ChartTextFrame::SetIsDeleted method + + +Indicates whether this data labels are deleted. + +```cpp +void Aspose::Cells::Charts::ChartTextFrame::SetIsDeleted(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartTextFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/charttextframe/setisresizeshapetofittext/_index.md b/spanish/cpp/aspose.cells.charts/charttextframe/setisresizeshapetofittext/_index.md new file mode 100644 index 00000000000..90a5377dc9f --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/charttextframe/setisresizeshapetofittext/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartTextFrame::SetIsResizeShapeToFitText method +linktitle: SetIsResizeShapeToFitText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartTextFrame::SetIsResizeShapeToFitText method. Gets or sets whether a shape should be auto-fit to fully contain the text described within it. Auto-fitting is when text within a shape is scaled in order to contain all the text inside in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.charts/charttextframe/setisresizeshapetofittext/ +--- +## ChartTextFrame::SetIsResizeShapeToFitText method + + +Gets or sets whether a shape should be auto-fit to fully contain the text described within it. Auto-fitting is when text within a shape is scaled in order to contain all the text inside. + +```cpp +void Aspose::Cells::Charts::ChartTextFrame::SetIsResizeShapeToFitText(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartTextFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/charttextframe/setistextwrapped/_index.md b/spanish/cpp/aspose.cells.charts/charttextframe/setistextwrapped/_index.md new file mode 100644 index 00000000000..c238208531e --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/charttextframe/setistextwrapped/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ChartTextFrame::SetIsTextWrapped method +linktitle: SetIsTextWrapped +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartTextFrame::SetIsTextWrapped method. Gets or sets a value indicating whether the text is wrapped in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells.charts/charttextframe/setistextwrapped/ +--- +## ChartTextFrame::SetIsTextWrapped method + + +Gets or sets a value indicating whether the text is wrapped. + +```cpp +void Aspose::Cells::Charts::ChartTextFrame::SetIsTextWrapped(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartTextFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/charttextframe/setlinkedsource/_index.md b/spanish/cpp/aspose.cells.charts/charttextframe/setlinkedsource/_index.md new file mode 100644 index 00000000000..9b98b6bff21 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/charttextframe/setlinkedsource/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Charts::ChartTextFrame::SetLinkedSource method +linktitle: SetLinkedSource +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartTextFrame::SetLinkedSource method. Gets and sets a reference to the worksheet in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.charts/charttextframe/setlinkedsource/ +--- +## ChartTextFrame::SetLinkedSource(const U16String\&) method + + +Gets and sets a reference to the worksheet. + +```cpp +void Aspose::Cells::Charts::ChartTextFrame::SetLinkedSource(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ChartTextFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## ChartTextFrame::SetLinkedSource(const char16_t*) method + + +Gets and sets a reference to the worksheet. + +```cpp +void Aspose::Cells::Charts::ChartTextFrame::SetLinkedSource(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartTextFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/charttextframe/setreadingorder/_index.md b/spanish/cpp/aspose.cells.charts/charttextframe/setreadingorder/_index.md new file mode 100644 index 00000000000..eb25c7c6d7f --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/charttextframe/setreadingorder/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::ChartTextFrame::SetReadingOrder method +linktitle: SetReadingOrder +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartTextFrame::SetReadingOrder method. Represents text reading order in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.charts/charttextframe/setreadingorder/ +--- +## ChartTextFrame::SetReadingOrder method + + +Represents text reading order. + +```cpp +void Aspose::Cells::Charts::ChartTextFrame::SetReadingOrder(TextDirectionType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [TextDirectionType](../../../aspose.cells/textdirectiontype/) +* Class [ChartTextFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/charttextframe/setrotationangle/_index.md b/spanish/cpp/aspose.cells.charts/charttextframe/setrotationangle/_index.md new file mode 100644 index 00000000000..33a57e56ee5 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/charttextframe/setrotationangle/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Charts::ChartTextFrame::SetRotationAngle method +linktitle: SetRotationAngle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartTextFrame::SetRotationAngle method. Represents the text rotation angle in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.charts/charttextframe/setrotationangle/ +--- +## ChartTextFrame::SetRotationAngle method + + +Represents the text rotation angle. + +```cpp +void Aspose::Cells::Charts::ChartTextFrame::SetRotationAngle(int32_t value) +``` + +## Remarks + + + + +0: Not rotated. + +255: Top to Bottom. + +-90: Downward. + +90: Upward. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartTextFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/charttextframe/settext/_index.md b/spanish/cpp/aspose.cells.charts/charttextframe/settext/_index.md new file mode 100644 index 00000000000..e543f2ba14f --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/charttextframe/settext/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Charts::ChartTextFrame::SetText method +linktitle: SetText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartTextFrame::SetText method. Gets or sets the text of a frame''s title in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.charts/charttextframe/settext/ +--- +## ChartTextFrame::SetText(const U16String\&) method + + +Gets or sets the text of a frame's title. + +```cpp +void Aspose::Cells::Charts::ChartTextFrame::SetText(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ChartTextFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## ChartTextFrame::SetText(const char16_t*) method + + +Gets or sets the text of a frame's title. + +```cpp +void Aspose::Cells::Charts::ChartTextFrame::SetText(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartTextFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/charttextframe/settexthorizontalalignment/_index.md b/spanish/cpp/aspose.cells.charts/charttextframe/settexthorizontalalignment/_index.md new file mode 100644 index 00000000000..2c5688f9dd2 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/charttextframe/settexthorizontalalignment/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::ChartTextFrame::SetTextHorizontalAlignment method +linktitle: SetTextHorizontalAlignment +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartTextFrame::SetTextHorizontalAlignment method. Gets and sets the text horizontal alignment in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.charts/charttextframe/settexthorizontalalignment/ +--- +## ChartTextFrame::SetTextHorizontalAlignment method + + +Gets and sets the text horizontal alignment. + +```cpp +void Aspose::Cells::Charts::ChartTextFrame::SetTextHorizontalAlignment(TextAlignmentType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [TextAlignmentType](../../../aspose.cells/textalignmenttype/) +* Class [ChartTextFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/charttextframe/settextverticalalignment/_index.md b/spanish/cpp/aspose.cells.charts/charttextframe/settextverticalalignment/_index.md new file mode 100644 index 00000000000..17fdb330da5 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/charttextframe/settextverticalalignment/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::ChartTextFrame::SetTextVerticalAlignment method +linktitle: SetTextVerticalAlignment +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartTextFrame::SetTextVerticalAlignment method. Gets or sets the text vertical alignment of text in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.charts/charttextframe/settextverticalalignment/ +--- +## ChartTextFrame::SetTextVerticalAlignment method + + +Gets or sets the text vertical alignment of text. + +```cpp +void Aspose::Cells::Charts::ChartTextFrame::SetTextVerticalAlignment(TextAlignmentType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [TextAlignmentType](../../../aspose.cells/textalignmenttype/) +* Class [ChartTextFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/charttextframe/~charttextframe/_index.md b/spanish/cpp/aspose.cells.charts/charttextframe/~charttextframe/_index.md new file mode 100644 index 00000000000..40a12952ab2 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/charttextframe/~charttextframe/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::ChartTextFrame::~ChartTextFrame method +linktitle: ~ChartTextFrame +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartTextFrame::~ChartTextFrame method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.charts/charttextframe/~charttextframe/ +--- +## ChartTextFrame::~ChartTextFrame method + + +Destructor. + +```cpp +Aspose::Cells::Charts::ChartTextFrame::~ChartTextFrame() +``` + +## See Also + +* Class [ChartTextFrame](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/charttype/_index.md b/spanish/cpp/aspose.cells.charts/charttype/_index.md new file mode 100644 index 00000000000..ed3712f1d73 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/charttype/_index.md @@ -0,0 +1,108 @@ +--- +title: Aspose::Cells::Charts::ChartType enum +linktitle: ChartType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ChartType enum. Enumerates all chart types used in Excel in C++.' +type: docs +weight: 4800 +url: /es/cpp/aspose.cells.charts/charttype/ +--- +## ChartType enum + + +Enumerates all chart types used in Excel. + +```cpp +enum class ChartType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Area | 0 |
Represents Area [Chart](../chart/). | +| AreaStacked | 1 |
Represents Stacked Area [Chart](../chart/). | +| Area100PercentStacked | 2 |
Represents 100% Stacked Area [Chart](../chart/). | +| Area3D | 3 |
Represents 3D Area [Chart](../chart/). | +| Area3DStacked | 4 |
Represents 3D Stacked Area [Chart](../chart/). | +| Area3D100PercentStacked | 5 |
Represents 3D 100% Stacked Area [Chart](../chart/). | +| Bar | 6 |
Represents Bar [Chart](../chart/): Clustered Bar [Chart](../chart/). | +| BarStacked | 7 |
Represents Stacked Bar [Chart](../chart/). | +| Bar100PercentStacked | 8 |
Represents 100% Stacked Bar [Chart](../chart/). | +| Bar3DClustered | 9 |
Represents 3D Clustered Bar [Chart](../chart/). | +| Bar3DStacked | 10 |
Represents 3D Stacked Bar [Chart](../chart/). | +| Bar3D100PercentStacked | 11 |
Represents 3D 100% Stacked Bar [Chart](../chart/). | +| Bubble | 12 |
Represents Bubble [Chart](../chart/). | +| Bubble3D | 13 |
Represents 3D Bubble [Chart](../chart/). | +| Column | 14 |
Represents [Column](../../aspose.cells/column/)[Chart](../chart/): Clustered [Column](../../aspose.cells/column/)[Chart](../chart/). | +| ColumnStacked | 15 |
Represents Stacked [Column](../../aspose.cells/column/)[Chart](../chart/). | +| Column100PercentStacked | 16 |
Represents 100% Stacked [Column](../../aspose.cells/column/)[Chart](../chart/). | +| Column3D | 17 |
Represents 3D [Column](../../aspose.cells/column/)[Chart](../chart/). | +| Column3DClustered | 18 |
Represents 3D Clustered [Column](../../aspose.cells/column/)[Chart](../chart/). | +| Column3DStacked | 19 |
Represents 3D Stacked [Column](../../aspose.cells/column/)[Chart](../chart/). | +| Column3D100PercentStacked | 20 |
Represents 3D 100% Stacked [Column](../../aspose.cells/column/)[Chart](../chart/). | +| Cone | 21 |
Represents Cone [Chart](../chart/). | +| ConeStacked | 22 |
Represents Stacked Cone [Chart](../chart/). | +| Cone100PercentStacked | 23 |
Represents 100% Stacked Cone [Chart](../chart/). | +| ConicalBar | 24 |
Represents Conical Bar [Chart](../chart/). | +| ConicalBarStacked | 25 |
Represents Stacked Conical Bar [Chart](../chart/). | +| ConicalBar100PercentStacked | 26 |
Represents 100% Stacked Conical Bar [Chart](../chart/). | +| ConicalColumn3D | 27 |
Represents 3D Conical [Column](../../aspose.cells/column/)[Chart](../chart/). | +| Cylinder | 28 |
Represents Cylinder [Chart](../chart/). | +| CylinderStacked | 29 |
Represents Stacked Cylinder [Chart](../chart/). | +| Cylinder100PercentStacked | 30 |
Represents 100% Stacked Cylinder [Chart](../chart/). | +| CylindricalBar | 31 |
Represents Cylindrical Bar [Chart](../chart/). | +| CylindricalBarStacked | 32 |
Represents Stacked Cylindrical Bar [Chart](../chart/). | +| CylindricalBar100PercentStacked | 33 |
Represents 100% Stacked Cylindrical Bar [Chart](../chart/). | +| CylindricalColumn3D | 34 |
Represents 3D Cylindrical [Column](../../aspose.cells/column/)[Chart](../chart/). | +| Doughnut | 35 |
Represents Doughnut [Chart](../chart/). | +| DoughnutExploded | 36 |
Represents Exploded Doughnut [Chart](../chart/). | +| Line | 37 |
Represents Line [Chart](../chart/). | +| LineStacked | 38 |
Represents Stacked Line [Chart](../chart/). | +| Line100PercentStacked | 39 |
Represents 100% Stacked Line [Chart](../chart/). | +| LineWithDataMarkers | 40 |
Represents Line [Chart](../chart/) with data markers. | +| LineStackedWithDataMarkers | 41 |
Represents Stacked Line [Chart](../chart/) with data markers. | +| Line100PercentStackedWithDataMarkers | 42 |
Represents 100% Stacked Line [Chart](../chart/) with data markers. | +| Line3D | 43 |
Represents 3D Line [Chart](../chart/). | +| Pie | 44 |
Represents Pie [Chart](../chart/). | +| Pie3D | 45 |
Represents 3D Pie [Chart](../chart/). | +| PiePie | 46 |
Represents Pie of Pie [Chart](../chart/). | +| PieExploded | 47 |
Represents Exploded Pie [Chart](../chart/). | +| Pie3DExploded | 48 |
Represents 3D Exploded Pie [Chart](../chart/). | +| PieBar | 49 |
Represents Bar of Pie [Chart](../chart/). | +| Pyramid | 50 |
Represents Pyramid [Chart](../chart/). | +| PyramidStacked | 51 |
Represents Stacked Pyramid [Chart](../chart/). | +| Pyramid100PercentStacked | 52 |
Represents 100% Stacked Pyramid [Chart](../chart/). | +| PyramidBar | 53 |
Represents Pyramid Bar [Chart](../chart/). | +| PyramidBarStacked | 54 |
Represents Stacked Pyramid Bar [Chart](../chart/). | +| PyramidBar100PercentStacked | 55 |
Represents 100% Stacked Pyramid Bar [Chart](../chart/). | +| PyramidColumn3D | 56 |
Represents 3D Pyramid [Column](../../aspose.cells/column/)[Chart](../chart/). | +| Radar | 57 |
Represents Radar [Chart](../chart/). | +| RadarWithDataMarkers | 58 |
Represents Radar [Chart](../chart/) with data markers. | +| RadarFilled | 59 |
Represents Filled Radar [Chart](../chart/). | +| Scatter | 60 |
Represents Scatter [Chart](../chart/). | +| ScatterConnectedByCurvesWithDataMarker | 61 |
Represents Scatter [Chart](../chart/) connected by curves, with data markers. | +| ScatterConnectedByCurvesWithoutDataMarker | 62 |
Represents Scatter [Chart](../chart/) connected by curves, without data markers. | +| ScatterConnectedByLinesWithDataMarker | 63 |
Represents Scatter [Chart](../chart/) connected by lines, with data markers. | +| ScatterConnectedByLinesWithoutDataMarker | 64 |
Represents Scatter [Chart](../chart/) connected by lines, without data markers. | +| StockHighLowClose | 65 |
Represents High-Low-Close Stock [Chart](../chart/). | +| StockOpenHighLowClose | 66 |
Represents Open-High-Low-Close Stock [Chart](../chart/). | +| StockVolumeHighLowClose | 67 |
Represents Volume-High-Low-Close Stock [Chart](../chart/). | +| StockVolumeOpenHighLowClose | 68 |
Represents Volume-Open-High-Low-Close Stock [Chart](../chart/). | +| Surface3D | 69 |
Represents Surface [Chart](../chart/): 3D Surface [Chart](../chart/). | +| SurfaceWireframe3D | 70 |
Represents Wireframe 3D Surface [Chart](../chart/). | +| SurfaceContour | 71 |
Represents Contour [Chart](../chart/). | +| SurfaceContourWireframe | 72 |
Represents Wireframe Contour [Chart](../chart/). | +| BoxWhisker | 73 |
The series is laid out as box and whisker. | +| Funnel | 74 |
The series is laid out as a funnel. | +| ParetoLine | 75 |
The series is laid out as pareto lines. | +| Sunburst | 76 |
The series is laid out as a sunburst. | +| Treemap | 77 |
The series is laid out as a treemap. | +| Waterfall | 78 |
The series is laid out as a waterfall. | +| Histogram | 79 |
The series is laid out as a histogram. | +| Map | 80 |
The series is laid out as a region map. | + +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/crosstype/_index.md b/spanish/cpp/aspose.cells.charts/crosstype/_index.md new file mode 100644 index 00000000000..20a6b5d7182 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/crosstype/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Cells::Charts::CrossType enum +linktitle: CrossType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::CrossType enum. Represents the axis cross type in C++.' +type: docs +weight: 4700 +url: /es/cpp/aspose.cells.charts/crosstype/ +--- +## CrossType enum + + +Represents the axis cross type. + +```cpp +enum class CrossType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Automatic | 0 |
Microsoft Excel sets the axis crossing point. | +| Maximum | 1 |
The axis crosses at the maximum value. | +| Minimum | 2 |
The axis crosses at the minimum value. | +| Custom | 3 |
The axis crosses at the custom value. | + +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabels/_impl/_index.md b/spanish/cpp/aspose.cells.charts/datalabels/_impl/_index.md new file mode 100644 index 00000000000..79ddec8f782 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabels/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::DataLabels::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabels::_impl field. The implementation object in C++.' +type: docs +weight: 4900 +url: /es/cpp/aspose.cells.charts/datalabels/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +DataLabels_Impl* Aspose::Cells::Charts::DataLabels::_impl +``` + +## See Also + +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabels/_index.md b/spanish/cpp/aspose.cells.charts/datalabels/_index.md new file mode 100644 index 00000000000..4abe937f622 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabels/_index.md @@ -0,0 +1,186 @@ +--- +title: Aspose::Cells::Charts::DataLabels class +linktitle: DataLabels +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabels class. Encapsulates a collection of all the DataLabel objects for the specified Series in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.charts/datalabels/ +--- +## DataLabels class + + +Encapsulates a collection of all the DataLabel objects for the specified [Series](../series/). + +```cpp +class DataLabels : public Aspose::Cells::Charts::ChartTextFrame +``` + +## Methods + +| Method | Description | +| --- | --- | +| [ApplyFont()](./applyfont/) | Apply the font of the datalabels to all child nodes. | +| [Characters(int32_t startIndex, int32_t length)](../charttextframe/characters/) | Returns a Characters object that represents a range of characters within the text. | +| [ChartFrame(ChartFrame_Impl* impl)](../chartframe/chartframe/) | Constructs from an implementation object. | +| [ChartFrame(const ChartFrame\& src)](../chartframe/chartframe/) | Copy constructor. | +| [ChartTextFrame(ChartTextFrame_Impl* impl)](../charttextframe/charttextframe/) | Constructs from an implementation object. | +| [ChartTextFrame(const ChartTextFrame\& src)](../charttextframe/charttextframe/) | Copy constructor. | +| [ChartTextFrame(const ChartFrame\& src)](../charttextframe/charttextframe/) | Constructs from a parent object. | +| [DataLabels(DataLabels_Impl* impl)](./datalabels/) | Constructs from an implementation object. | +| [DataLabels(const DataLabels\& src)](./datalabels/) | Copy constructor. | +| [DataLabels(const ChartTextFrame\& src)](./datalabels/) | Constructs from a parent object. | +| [Get_NumberFormat()](./get_numberformat/) | Represents the format string for the [DataLabels](./) object. | +| [GetArea()](./getarea/) | Gets the [area](../). | +| [GetAutoScaleFont()](../chartframe/getautoscalefont/) | True if the text in the object changes font size when the object size changes. The default value is True. | +| [GetBackground()](../chartframe/getbackground/) | **(Deprecated)** Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions. | +| [GetBackgroundMode()](./getbackgroundmode/) | Gets and sets the display mode of the background. | +| [GetBorder()](./getborder/) | Gets the [border](../). | +| [GetDefaultHeight()](../chartframe/getdefaultheight/) | **(Deprecated)** Represents height of default position in units of 1/4000 of the chart area. | +| [GetDefaultHeightRatioToChart()](../chartframe/getdefaultheightratiotochart/) | Represents height of default position in units of Fraction of the chart area. | +| [GetDefaultWidth()](../chartframe/getdefaultwidth/) | **(Deprecated)** Represents width of default position in units of 1/4000 of the chart area. | +| [GetDefaultWidthRatioToChart()](../chartframe/getdefaultwidthratiotochart/) | Represents width of default position in units of Fraction of the chart area. | +| [GetDefaultX()](../chartframe/getdefaultx/) | **(Deprecated)** Represents x of default position in units of 1/4000 of the chart area. | +| [GetDefaultXRatioToChart()](../chartframe/getdefaultxratiotochart/) | Represents x of default position in units of Fraction of the chart area. | +| [GetDefaultY()](../chartframe/getdefaulty/) | **(Deprecated)** Represents y of default position in units of 1/4000 of the chart area. | +| [GetDefaultYRatioToChart()](../chartframe/getdefaultyratiotochart/) | Represents y of default position in units of Fraction of the chart area. | +| [GetDirectionType()](./getdirectiontype/) | Gets and sets the direction of text. | +| [GetFont()](./getfont/) | Gets the font of the [DataLabels](./);. | +| [GetHeight()](../chartframe/getheight/) | **(Deprecated)** Gets or sets the height of frame in units of 1/4000 of the chart area. | +| [GetHeightPixel()](../chartframe/getheightpixel/) | Gets or sets the height of frame in units of Pixel. | +| [GetHeightRatioToChart()](../chartframe/getheightratiotochart/) | Gets or sets the height of frame in units of ratio of the chart area. | +| [GetLinkedSource()](../charttextframe/getlinkedsource/) | Gets and sets a reference to the worksheet. | +| [GetNumber()](./getnumber/) | Gets and sets the built-in number format. | +| [GetNumberFormatLinked()](./getnumberformatlinked/) | True if the number format is linked to the cells (so that the number format changes in the labels when it changes in the cells). | +| [GetPosition()](./getposition/) | Represents the position of the data label. | +| [GetReadingOrder()](../charttextframe/getreadingorder/) | Represents text reading order. | +| [GetRotationAngle()](../charttextframe/getrotationangle/) | Represents the text rotation angle. | +| [GetSeparatorType()](./getseparatortype/) | Gets or sets the separator type used for the data labels on a chart. | +| [GetSeparatorValue()](./getseparatorvalue/) | Gets or sets the separator value used for the data labels on a chart. | +| [GetShadow()](../chartframe/getshadow/) | True if the frame has a shadow. | +| [GetShapeProperties()](../chartframe/getshapeproperties/) | Gets the ShapeProperties object. | +| [GetShapeType()](./getshapetype/) | Gets or sets shape type of data label. | +| [GetShowBubbleSize()](./getshowbubblesize/) | Represents a specified chart's data label percentage value display behavior. True displays the percentage value. False to hide. | +| [GetShowCategoryName()](./getshowcategoryname/) | Represents a specified chart's data label category name display behavior.True to display the category name for the data labels on a chart. False to hide. | +| [GetShowCellRange()](./getshowcellrange/) | Indicates whether showing cell range as the data labels. | +| [GetShowLegendKey()](./getshowlegendkey/) | Represents a specified chart's data label legend key display behavior. True if the data label legend key is visible. | +| [GetShowPercentage()](./getshowpercentage/) | Represents a specified chart's data label percentage value display behavior. True displays the percentage value. False to hide. | +| [GetShowSeriesName()](./getshowseriesname/) | Indicates whether the series name displays for the data labels on a chart. True to show the series name. False to hide. | +| [GetShowValue()](./getshowvalue/) | Represents a specified chart's data label values display behavior. True displays the values. False to hide. | +| [GetText()](./gettext/) | Gets or sets the text of data label. | +| [GetTextHorizontalAlignment()](../charttextframe/gettexthorizontalalignment/) | Gets and sets the text horizontal alignment. | +| [GetTextOptions()](../chartframe/gettextoptions/) | Gets and sets the options of the text. | +| [GetTextVerticalAlignment()](../charttextframe/gettextverticalalignment/) | Gets or sets the text vertical alignment of text. | +| [GetWidth()](../chartframe/getwidth/) | **(Deprecated)** Gets or sets the width of frame in units of 1/4000 of the chart area. | +| [GetWidthPixel()](../chartframe/getwidthpixel/) | Gets or sets the width of frame in units of Pixel. | +| [GetWidthRatioToChart()](../chartframe/getwidthratiotochart/) | Gets or sets the width of frame in units of ratio of the chart area. | +| [GetX()](../chartframe/getx/) | **(Deprecated)** Gets or sets the x coordinate of the upper left corner in units of 1/4000 of the chart area. | +| [GetXPixel()](../chartframe/getxpixel/) | Gets or sets the x coordinate of the upper left corner in units of Pixel. | +| [GetXRatioToChart()](../chartframe/getxratiotochart/) | Gets or sets the x coordinate of the upper left corner in units of ratio of the chart area. | +| [GetY()](../chartframe/gety/) | **(Deprecated)** Gets or sets the y coordinate of the upper left corner in units of 1/4000 of the chart area. | +| [GetYPixel()](../chartframe/getypixel/) | Gets or sets the y coordinate of the upper left corner in units of Pixel. | +| [GetYRatioToChart()](../chartframe/getyratiotochart/) | Gets or sets the y coordinate of the upper left corner in units of ratio of the chart area. | +| [IsAutomaticRotation()](../charttextframe/isautomaticrotation/) | Indicates whether the text of the chart is automatically rotated. | +| [IsAutomaticSize()](../chartframe/isautomaticsize/) | Indicates whether the chart frame is automatic sized. | +| [IsAutoText()](./isautotext/) | Indicates the text is auto generated. | +| [IsDefaultPosBeSet()](../chartframe/isdefaultposbeset/) | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set. | +| [IsDeleted()](../charttextframe/isdeleted/) | Indicates whether this data labels are deleted. | +| [IsInnerMode()](../chartframe/isinnermode/) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. | +| [IsNeverOverlap()](./isneveroverlap/) | Indicates whether datalabels never overlap when performing Pie [Chart](../chart/) to image. Note: this property is only meaningful when Pie [Chart](../chart/) to image. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsResizeShapeToFitText()](../charttextframe/isresizeshapetofittext/) | Gets or sets whether a shape should be auto-fit to fully contain the text described within it. Auto-fitting is when text within a shape is scaled in order to contain all the text inside. | +| [IsTextWrapped()](./istextwrapped/) | Gets or sets a value indicating whether the text is wrapped. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const DataLabels\& src)](./operator_asm/) | operator= | +| [operator=(const ChartTextFrame\& src)](../charttextframe/operator_asm/) | operator= | +| [operator=(const ChartFrame\& src)](../chartframe/operator_asm/) | operator= | +| [SetAutoScaleFont(bool value)](../chartframe/setautoscalefont/) | True if the text in the object changes font size when the object size changes. The default value is True. | +| [SetBackground(BackgroundMode value)](../chartframe/setbackground/) | **(Deprecated)** Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions. | +| [SetBackgroundMode(BackgroundMode value)](./setbackgroundmode/) | Gets and sets the display mode of the background. | +| [SetDirectionType(ChartTextDirectionType value)](./setdirectiontype/) | Gets and sets the direction of text. | +| [SetHeight(int32_t value)](../chartframe/setheight/) | **(Deprecated)** Gets or sets the height of frame in units of 1/4000 of the chart area. | +| [SetHeightPixel(int32_t value)](../chartframe/setheightpixel/) | Gets or sets the height of frame in units of Pixel. | +| [SetHeightRatioToChart(double value)](../chartframe/setheightratiotochart/) | Gets or sets the height of frame in units of ratio of the chart area. | +| [SetIsAutomaticSize(bool value)](../chartframe/setisautomaticsize/) | Indicates whether the chart frame is automatic sized. | +| [SetIsAutoText(bool value)](./setisautotext/) | Indicates the text is auto generated. | +| [SetIsDeleted(bool value)](../charttextframe/setisdeleted/) | Indicates whether this data labels are deleted. | +| [SetIsInnerMode(bool value)](../chartframe/setisinnermode/) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. | +| [SetIsNeverOverlap(bool value)](./setisneveroverlap/) | Indicates whether datalabels never overlap when performing Pie [Chart](../chart/) to image. Note: this property is only meaningful when Pie [Chart](../chart/) to image. | +| [SetIsResizeShapeToFitText(bool value)](../charttextframe/setisresizeshapetofittext/) | Gets or sets whether a shape should be auto-fit to fully contain the text described within it. Auto-fitting is when text within a shape is scaled in order to contain all the text inside. | +| [SetIsTextWrapped(bool value)](./setistextwrapped/) | Gets or sets a value indicating whether the text is wrapped. | +| [SetLinkedSource(const U16String\& value)](../charttextframe/setlinkedsource/) | Gets and sets a reference to the worksheet. | +| [SetLinkedSource(const char16_t* value)](../charttextframe/setlinkedsource/) | Gets and sets a reference to the worksheet. | +| [SetNumber(int32_t value)](./setnumber/) | Gets and sets the built-in number format. | +| [SetNumberFormat(const U16String\& value)](./setnumberformat/) | Represents the format string for the [DataLabels](./) object. | +| [SetNumberFormat(const char16_t* value)](./setnumberformat/) | Represents the format string for the [DataLabels](./) object. | +| [SetNumberFormatLinked(bool value)](./setnumberformatlinked/) | True if the number format is linked to the cells (so that the number format changes in the labels when it changes in the cells). | +| [SetPosition(LabelPositionType value)](./setposition/) | Represents the position of the data label. | +| [SetPositionAuto()](../chartframe/setpositionauto/) | Set position of the frame to automatic. | +| [SetReadingOrder(TextDirectionType value)](../charttextframe/setreadingorder/) | Represents text reading order. | +| [SetRotationAngle(int32_t value)](../charttextframe/setrotationangle/) | Represents the text rotation angle. | +| [SetSeparatorType(DataLabelsSeparatorType value)](./setseparatortype/) | Gets or sets the separator type used for the data labels on a chart. | +| [SetSeparatorValue(const U16String\& value)](./setseparatorvalue/) | Gets or sets the separator value used for the data labels on a chart. | +| [SetSeparatorValue(const char16_t* value)](./setseparatorvalue/) | Gets or sets the separator value used for the data labels on a chart. | +| [SetShadow(bool value)](../chartframe/setshadow/) | True if the frame has a shadow. | +| [SetShapeType(DataLabelShapeType value)](./setshapetype/) | Gets or sets shape type of data label. | +| [SetShowBubbleSize(bool value)](./setshowbubblesize/) | Represents a specified chart's data label percentage value display behavior. True displays the percentage value. False to hide. | +| [SetShowCategoryName(bool value)](./setshowcategoryname/) | Represents a specified chart's data label category name display behavior.True to display the category name for the data labels on a chart. False to hide. | +| [SetShowCellRange(bool value)](./setshowcellrange/) | Indicates whether showing cell range as the data labels. | +| [SetShowLegendKey(bool value)](./setshowlegendkey/) | Represents a specified chart's data label legend key display behavior. True if the data label legend key is visible. | +| [SetShowPercentage(bool value)](./setshowpercentage/) | Represents a specified chart's data label percentage value display behavior. True displays the percentage value. False to hide. | +| [SetShowSeriesName(bool value)](./setshowseriesname/) | Indicates whether the series name displays for the data labels on a chart. True to show the series name. False to hide. | +| [SetShowValue(bool value)](./setshowvalue/) | Represents a specified chart's data label values display behavior. True displays the values. False to hide. | +| [SetText(const U16String\& value)](./settext/) | Gets or sets the text of data label. | +| [SetText(const char16_t* value)](./settext/) | Gets or sets the text of data label. | +| [SetTextHorizontalAlignment(TextAlignmentType value)](../charttextframe/settexthorizontalalignment/) | Gets and sets the text horizontal alignment. | +| [SetTextVerticalAlignment(TextAlignmentType value)](../charttextframe/settextverticalalignment/) | Gets or sets the text vertical alignment of text. | +| [SetWidth(int32_t value)](../chartframe/setwidth/) | **(Deprecated)** Gets or sets the width of frame in units of 1/4000 of the chart area. | +| [SetWidthPixel(int32_t value)](../chartframe/setwidthpixel/) | Gets or sets the width of frame in units of Pixel. | +| [SetWidthRatioToChart(double value)](../chartframe/setwidthratiotochart/) | Gets or sets the width of frame in units of ratio of the chart area. | +| [SetX(int32_t value)](../chartframe/setx/) | **(Deprecated)** Gets or sets the x coordinate of the upper left corner in units of 1/4000 of the chart area. | +| [SetXPixel(int32_t value)](../chartframe/setxpixel/) | Gets or sets the x coordinate of the upper left corner in units of Pixel. | +| [SetXRatioToChart(double value)](../chartframe/setxratiotochart/) | Gets or sets the x coordinate of the upper left corner in units of ratio of the chart area. | +| [SetY(int32_t value)](../chartframe/sety/) | **(Deprecated)** Gets or sets the y coordinate of the upper left corner in units of 1/4000 of the chart area. | +| [SetYPixel(int32_t value)](../chartframe/setypixel/) | Gets or sets the y coordinate of the upper left corner in units of Pixel. | +| [SetYRatioToChart(double value)](../chartframe/setyratiotochart/) | Gets or sets the y coordinate of the upper left corner in units of ratio of the chart area. | +| [~ChartFrame()](../chartframe/~chartframe/) | Destructor. | +| [~ChartTextFrame()](../charttextframe/~charttextframe/) | Destructor. | +| [~DataLabels()](./~datalabels/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); + //Establecer las etiquetas de datos en el gráfico + Workbook wb(u"chart.xlsx"); + Chart chart = wb.GetWorksheets().Get(0).GetCharts().Get(0); + + for (int i = 0; i < chart.GetNSeries().GetCount(); i++) + { + DataLabels datalabels = chart.GetNSeries().Get(i).GetDataLabels(); + //Establecer la posición de las etiquetas de datos + datalabels.SetPosition(LabelPositionType::InsideBase); + //Mostrar el nombre de la categoría en las etiquetas de datos + datalabels.SetShowCategoryName(true); + //Mostrar el valor en las etiquetas de datos + datalabels.SetShowValue(true); + //No mostrar el porcentaje en las etiquetas de datos + datalabels.SetShowPercentage(false); + //No mostrar la clave de la leyenda. + datalabels.SetShowLegendKey(false); + } + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [ChartTextFrame](../charttextframe/) +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabels/applyfont/_index.md b/spanish/cpp/aspose.cells.charts/datalabels/applyfont/_index.md new file mode 100644 index 00000000000..fcf48a524a4 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabels/applyfont/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::DataLabels::ApplyFont method +linktitle: ApplyFont +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabels::ApplyFont method. Apply the font of the datalabels to all child nodes in C++.' +type: docs +weight: 3800 +url: /es/cpp/aspose.cells.charts/datalabels/applyfont/ +--- +## DataLabels::ApplyFont method + + +Apply the font of the datalabels to all child nodes. + +```cpp +void Aspose::Cells::Charts::DataLabels::ApplyFont() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabels/datalabels/_index.md b/spanish/cpp/aspose.cells.charts/datalabels/datalabels/_index.md new file mode 100644 index 00000000000..016db94fb39 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabels/datalabels/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Charts::DataLabels::DataLabels constructor +linktitle: DataLabels +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabels::DataLabels constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.charts/datalabels/datalabels/ +--- +## DataLabels::DataLabels(DataLabels_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Charts::DataLabels::DataLabels(DataLabels_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## DataLabels::DataLabels(const DataLabels\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Charts::DataLabels::DataLabels(const DataLabels &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataLabels](../) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## DataLabels::DataLabels(const ChartTextFrame\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Charts::DataLabels::DataLabels(const ChartTextFrame &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartTextFrame](../../charttextframe/) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabels/get_numberformat/_index.md b/spanish/cpp/aspose.cells.charts/datalabels/get_numberformat/_index.md new file mode 100644 index 00000000000..05f25e5995d --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabels/get_numberformat/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::DataLabels::Get_NumberFormat method +linktitle: Get_NumberFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabels::Get_NumberFormat method. Represents the format string for the DataLabels object in C++.' +type: docs +weight: 3200 +url: /es/cpp/aspose.cells.charts/datalabels/get_numberformat/ +--- +## DataLabels::Get_NumberFormat method + + +Represents the format string for the [DataLabels](../) object. + +```cpp +U16String Aspose::Cells::Charts::DataLabels::Get_NumberFormat() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabels/getarea/_index.md b/spanish/cpp/aspose.cells.charts/datalabels/getarea/_index.md new file mode 100644 index 00000000000..57d8564491b --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabels/getarea/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::DataLabels::GetArea method +linktitle: GetArea +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabels::GetArea method. Gets the area in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.charts/datalabels/getarea/ +--- +## DataLabels::GetArea method + + +Gets the [area](../). + +```cpp +Area Aspose::Cells::Charts::DataLabels::GetArea() +``` + +## See Also + +* Class [Area](../../../aspose.cells.drawing/area/) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabels/getbackgroundmode/_index.md b/spanish/cpp/aspose.cells.charts/datalabels/getbackgroundmode/_index.md new file mode 100644 index 00000000000..26bf8429f3a --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabels/getbackgroundmode/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::DataLabels::GetBackgroundMode method +linktitle: GetBackgroundMode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabels::GetBackgroundMode method. Gets and sets the display mode of the background in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.charts/datalabels/getbackgroundmode/ +--- +## DataLabels::GetBackgroundMode method + + +Gets and sets the display mode of the background. + +```cpp +BackgroundMode Aspose::Cells::Charts::DataLabels::GetBackgroundMode() +``` + +## See Also + +* Enum [BackgroundMode](../../backgroundmode/) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabels/getborder/_index.md b/spanish/cpp/aspose.cells.charts/datalabels/getborder/_index.md new file mode 100644 index 00000000000..273c913e166 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabels/getborder/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::DataLabels::GetBorder method +linktitle: GetBorder +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabels::GetBorder method. Gets the border in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.charts/datalabels/getborder/ +--- +## DataLabels::GetBorder method + + +Gets the [border](../). + +```cpp +Line Aspose::Cells::Charts::DataLabels::GetBorder() +``` + +## See Also + +* Class [Line](../../../aspose.cells.drawing/line/) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabels/getdirectiontype/_index.md b/spanish/cpp/aspose.cells.charts/datalabels/getdirectiontype/_index.md new file mode 100644 index 00000000000..10191488ffe --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabels/getdirectiontype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::DataLabels::GetDirectionType method +linktitle: GetDirectionType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabels::GetDirectionType method. Gets and sets the direction of text in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.charts/datalabels/getdirectiontype/ +--- +## DataLabels::GetDirectionType method + + +Gets and sets the direction of text. + +```cpp +ChartTextDirectionType Aspose::Cells::Charts::DataLabels::GetDirectionType() +``` + +## See Also + +* Enum [ChartTextDirectionType](../../charttextdirectiontype/) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabels/getfont/_index.md b/spanish/cpp/aspose.cells.charts/datalabels/getfont/_index.md new file mode 100644 index 00000000000..b8658768799 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabels/getfont/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::DataLabels::GetFont method +linktitle: GetFont +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabels::GetFont method. Gets the font of the DataLabels; in C++.' +type: docs +weight: 3800 +url: /es/cpp/aspose.cells.charts/datalabels/getfont/ +--- +## DataLabels::GetFont method + + +Gets the font of the [DataLabels](../);. + +```cpp +Aspose::Cells::Font Aspose::Cells::Charts::DataLabels::GetFont() +``` + +## See Also + +* Class [Font](../../../aspose.cells/font/) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabels/getnumber/_index.md b/spanish/cpp/aspose.cells.charts/datalabels/getnumber/_index.md new file mode 100644 index 00000000000..9051ede4013 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabels/getnumber/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::DataLabels::GetNumber method +linktitle: GetNumber +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabels::GetNumber method. Gets and sets the built-in number format in C++.' +type: docs +weight: 3400 +url: /es/cpp/aspose.cells.charts/datalabels/getnumber/ +--- +## DataLabels::GetNumber method + + +Gets and sets the built-in number format. + +```cpp +int32_t Aspose::Cells::Charts::DataLabels::GetNumber() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabels/getnumberformatlinked/_index.md b/spanish/cpp/aspose.cells.charts/datalabels/getnumberformatlinked/_index.md new file mode 100644 index 00000000000..29986f3382b --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabels/getnumberformatlinked/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::DataLabels::GetNumberFormatLinked method +linktitle: GetNumberFormatLinked +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabels::GetNumberFormatLinked method. True if the number format is linked to the cells (so that the number format changes in the labels when it changes in the cells) in C++.' +type: docs +weight: 3600 +url: /es/cpp/aspose.cells.charts/datalabels/getnumberformatlinked/ +--- +## DataLabels::GetNumberFormatLinked method + + +True if the number format is linked to the cells (so that the number format changes in the labels when it changes in the cells). + +```cpp +bool Aspose::Cells::Charts::DataLabels::GetNumberFormatLinked() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabels/getposition/_index.md b/spanish/cpp/aspose.cells.charts/datalabels/getposition/_index.md new file mode 100644 index 00000000000..cc48636d42c --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabels/getposition/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::DataLabels::GetPosition method +linktitle: GetPosition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabels::GetPosition method. Represents the position of the data label in C++.' +type: docs +weight: 4300 +url: /es/cpp/aspose.cells.charts/datalabels/getposition/ +--- +## DataLabels::GetPosition method + + +Represents the position of the data label. + +```cpp +LabelPositionType Aspose::Cells::Charts::DataLabels::GetPosition() +``` + +## See Also + +* Enum [LabelPositionType](../../labelpositiontype/) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabels/getseparatortype/_index.md b/spanish/cpp/aspose.cells.charts/datalabels/getseparatortype/_index.md new file mode 100644 index 00000000000..12c26ab33a2 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabels/getseparatortype/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::DataLabels::GetSeparatorType method +linktitle: GetSeparatorType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabels::GetSeparatorType method. Gets or sets the separator type used for the data labels on a chart in C++.' +type: docs +weight: 3900 +url: /es/cpp/aspose.cells.charts/datalabels/getseparatortype/ +--- +## DataLabels::GetSeparatorType method + + +Gets or sets the separator type used for the data labels on a chart. + +```cpp +DataLabelsSeparatorType Aspose::Cells::Charts::DataLabels::GetSeparatorType() +``` + +## Remarks + + +To set custom separator, please set the property DataLabels.SeparatorType as [DataLabelsSeparatorType.Custom](../../datalabelsseparatortype/) and then specify the expected value for DataLabels.SeparatorValue. +## See Also + +* Enum [DataLabelsSeparatorType](../../datalabelsseparatortype/) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabels/getseparatorvalue/_index.md b/spanish/cpp/aspose.cells.charts/datalabels/getseparatorvalue/_index.md new file mode 100644 index 00000000000..2beaf9e897e --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabels/getseparatorvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::DataLabels::GetSeparatorValue method +linktitle: GetSeparatorValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabels::GetSeparatorValue method. Gets or sets the separator value used for the data labels on a chart in C++.' +type: docs +weight: 4100 +url: /es/cpp/aspose.cells.charts/datalabels/getseparatorvalue/ +--- +## DataLabels::GetSeparatorValue method + + +Gets or sets the separator value used for the data labels on a chart. + +```cpp +U16String Aspose::Cells::Charts::DataLabels::GetSeparatorValue() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabels/getshapetype/_index.md b/spanish/cpp/aspose.cells.charts/datalabels/getshapetype/_index.md new file mode 100644 index 00000000000..b8417b6c06c --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabels/getshapetype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::DataLabels::GetShapeType method +linktitle: GetShapeType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabels::GetShapeType method. Gets or sets shape type of data label in C++.' +type: docs +weight: 4700 +url: /es/cpp/aspose.cells.charts/datalabels/getshapetype/ +--- +## DataLabels::GetShapeType method + + +Gets or sets shape type of data label. + +```cpp +DataLabelShapeType Aspose::Cells::Charts::DataLabels::GetShapeType() +``` + +## See Also + +* Enum [DataLabelShapeType](../../../aspose.cells.drawing/datalabelshapetype/) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabels/getshowbubblesize/_index.md b/spanish/cpp/aspose.cells.charts/datalabels/getshowbubblesize/_index.md new file mode 100644 index 00000000000..44b2f034514 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabels/getshowbubblesize/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::DataLabels::GetShowBubbleSize method +linktitle: GetShowBubbleSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabels::GetShowBubbleSize method. Represents a specified chart''s data label percentage value display behavior. True displays the percentage value. False to hide in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.charts/datalabels/getshowbubblesize/ +--- +## DataLabels::GetShowBubbleSize method + + +Represents a specified chart's data label percentage value display behavior. True displays the percentage value. False to hide. + +```cpp +bool Aspose::Cells::Charts::DataLabels::GetShowBubbleSize() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabels/getshowcategoryname/_index.md b/spanish/cpp/aspose.cells.charts/datalabels/getshowcategoryname/_index.md new file mode 100644 index 00000000000..5dfab009bcc --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabels/getshowcategoryname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::DataLabels::GetShowCategoryName method +linktitle: GetShowCategoryName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabels::GetShowCategoryName method. Represents a specified chart''s data label category name display behavior.True to display the category name for the data labels on a chart. False to hide in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.charts/datalabels/getshowcategoryname/ +--- +## DataLabels::GetShowCategoryName method + + +Represents a specified chart's data label category name display behavior.True to display the category name for the data labels on a chart. False to hide. + +```cpp +bool Aspose::Cells::Charts::DataLabels::GetShowCategoryName() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabels/getshowcellrange/_index.md b/spanish/cpp/aspose.cells.charts/datalabels/getshowcellrange/_index.md new file mode 100644 index 00000000000..8ea4abda8c5 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabels/getshowcellrange/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::DataLabels::GetShowCellRange method +linktitle: GetShowCellRange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabels::GetShowCellRange method. Indicates whether showing cell range as the data labels in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.charts/datalabels/getshowcellrange/ +--- +## DataLabels::GetShowCellRange method + + +Indicates whether showing cell range as the data labels. + +```cpp +bool Aspose::Cells::Charts::DataLabels::GetShowCellRange() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabels/getshowlegendkey/_index.md b/spanish/cpp/aspose.cells.charts/datalabels/getshowlegendkey/_index.md new file mode 100644 index 00000000000..57146f80287 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabels/getshowlegendkey/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::DataLabels::GetShowLegendKey method +linktitle: GetShowLegendKey +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabels::GetShowLegendKey method. Represents a specified chart''s data label legend key display behavior. True if the data label legend key is visible in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells.charts/datalabels/getshowlegendkey/ +--- +## DataLabels::GetShowLegendKey method + + +Represents a specified chart's data label legend key display behavior. True if the data label legend key is visible. + +```cpp +bool Aspose::Cells::Charts::DataLabels::GetShowLegendKey() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabels/getshowpercentage/_index.md b/spanish/cpp/aspose.cells.charts/datalabels/getshowpercentage/_index.md new file mode 100644 index 00000000000..e451b6802ab --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabels/getshowpercentage/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::DataLabels::GetShowPercentage method +linktitle: GetShowPercentage +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabels::GetShowPercentage method. Represents a specified chart''s data label percentage value display behavior. True displays the percentage value. False to hide in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.charts/datalabels/getshowpercentage/ +--- +## DataLabels::GetShowPercentage method + + +Represents a specified chart's data label percentage value display behavior. True displays the percentage value. False to hide. + +```cpp +bool Aspose::Cells::Charts::DataLabels::GetShowPercentage() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabels/getshowseriesname/_index.md b/spanish/cpp/aspose.cells.charts/datalabels/getshowseriesname/_index.md new file mode 100644 index 00000000000..b450d95613c --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabels/getshowseriesname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::DataLabels::GetShowSeriesName method +linktitle: GetShowSeriesName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabels::GetShowSeriesName method. Indicates whether the series name displays for the data labels on a chart. True to show the series name. False to hide in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells.charts/datalabels/getshowseriesname/ +--- +## DataLabels::GetShowSeriesName method + + +Indicates whether the series name displays for the data labels on a chart. True to show the series name. False to hide. + +```cpp +bool Aspose::Cells::Charts::DataLabels::GetShowSeriesName() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabels/getshowvalue/_index.md b/spanish/cpp/aspose.cells.charts/datalabels/getshowvalue/_index.md new file mode 100644 index 00000000000..bd4c217f32c --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabels/getshowvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::DataLabels::GetShowValue method +linktitle: GetShowValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabels::GetShowValue method. Represents a specified chart''s data label values display behavior. True displays the values. False to hide in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.charts/datalabels/getshowvalue/ +--- +## DataLabels::GetShowValue method + + +Represents a specified chart's data label values display behavior. True displays the values. False to hide. + +```cpp +bool Aspose::Cells::Charts::DataLabels::GetShowValue() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabels/gettext/_index.md b/spanish/cpp/aspose.cells.charts/datalabels/gettext/_index.md new file mode 100644 index 00000000000..97000aa8973 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabels/gettext/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::DataLabels::GetText method +linktitle: GetText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabels::GetText method. Gets or sets the text of data label in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.charts/datalabels/gettext/ +--- +## DataLabels::GetText method + + +Gets or sets the text of data label. + +```cpp +U16String Aspose::Cells::Charts::DataLabels::GetText() +``` + +## Remarks + + +Only works when this is a data label of a chart point. +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabels/isautotext/_index.md b/spanish/cpp/aspose.cells.charts/datalabels/isautotext/_index.md new file mode 100644 index 00000000000..da9afa984d5 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabels/isautotext/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::DataLabels::IsAutoText method +linktitle: IsAutoText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabels::IsAutoText method. Indicates the text is auto generated in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.charts/datalabels/isautotext/ +--- +## DataLabels::IsAutoText method + + +Indicates the text is auto generated. + +```cpp +bool Aspose::Cells::Charts::DataLabels::IsAutoText() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabels/isneveroverlap/_index.md b/spanish/cpp/aspose.cells.charts/datalabels/isneveroverlap/_index.md new file mode 100644 index 00000000000..bbd47db311d --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabels/isneveroverlap/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::DataLabels::IsNeverOverlap method +linktitle: IsNeverOverlap +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabels::IsNeverOverlap method. Indicates whether datalabels never overlap when performing Pie Chart to image. Note: this property is only meaningful when Pie Chart to image in C++.' +type: docs +weight: 4600 +url: /es/cpp/aspose.cells.charts/datalabels/isneveroverlap/ +--- +## DataLabels::IsNeverOverlap method + + +Indicates whether datalabels never overlap when performing Pie [Chart](../../chart/) to image. Note: this property is only meaningful when Pie [Chart](../../chart/) to image. + +```cpp +bool Aspose::Cells::Charts::DataLabels::IsNeverOverlap() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabels/isnull/_index.md b/spanish/cpp/aspose.cells.charts/datalabels/isnull/_index.md new file mode 100644 index 00000000000..67989258344 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabels/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::DataLabels::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabels::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.charts/datalabels/isnull/ +--- +## DataLabels::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Charts::DataLabels::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabels/istextwrapped/_index.md b/spanish/cpp/aspose.cells.charts/datalabels/istextwrapped/_index.md new file mode 100644 index 00000000000..3278467b2de --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabels/istextwrapped/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::DataLabels::IsTextWrapped method +linktitle: IsTextWrapped +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabels::IsTextWrapped method. Gets or sets a value indicating whether the text is wrapped in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.charts/datalabels/istextwrapped/ +--- +## DataLabels::IsTextWrapped method + + +Gets or sets a value indicating whether the text is wrapped. + +```cpp +bool Aspose::Cells::Charts::DataLabels::IsTextWrapped() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabels/operator_asm/_index.md b/spanish/cpp/aspose.cells.charts/datalabels/operator_asm/_index.md new file mode 100644 index 00000000000..a90536134da --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabels/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::DataLabels::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabels::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.charts/datalabels/operator_asm/ +--- +## DataLabels::operator= method + + +operator= + +```cpp +DataLabels & Aspose::Cells::Charts::DataLabels::operator=(const DataLabels &src) +``` + +## See Also + +* Class [DataLabels](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabels/operator_bool/_index.md b/spanish/cpp/aspose.cells.charts/datalabels/operator_bool/_index.md new file mode 100644 index 00000000000..7d4ca1ab9b1 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabels/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::DataLabels::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabels::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.charts/datalabels/operator_bool/ +--- +## DataLabels::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Charts::DataLabels::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabels/setbackgroundmode/_index.md b/spanish/cpp/aspose.cells.charts/datalabels/setbackgroundmode/_index.md new file mode 100644 index 00000000000..3fecd113b55 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabels/setbackgroundmode/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::DataLabels::SetBackgroundMode method +linktitle: SetBackgroundMode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabels::SetBackgroundMode method. Gets and sets the display mode of the background in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.charts/datalabels/setbackgroundmode/ +--- +## DataLabels::SetBackgroundMode method + + +Gets and sets the display mode of the background. + +```cpp +void Aspose::Cells::Charts::DataLabels::SetBackgroundMode(BackgroundMode value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [BackgroundMode](../../backgroundmode/) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabels/setdirectiontype/_index.md b/spanish/cpp/aspose.cells.charts/datalabels/setdirectiontype/_index.md new file mode 100644 index 00000000000..0cfb0b00044 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabels/setdirectiontype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::DataLabels::SetDirectionType method +linktitle: SetDirectionType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabels::SetDirectionType method. Gets and sets the direction of text in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.charts/datalabels/setdirectiontype/ +--- +## DataLabels::SetDirectionType method + + +Gets and sets the direction of text. + +```cpp +void Aspose::Cells::Charts::DataLabels::SetDirectionType(ChartTextDirectionType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ChartTextDirectionType](../../charttextdirectiontype/) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabels/setisautotext/_index.md b/spanish/cpp/aspose.cells.charts/datalabels/setisautotext/_index.md new file mode 100644 index 00000000000..a0ecdd44d71 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabels/setisautotext/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::DataLabels::SetIsAutoText method +linktitle: SetIsAutoText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabels::SetIsAutoText method. Indicates the text is auto generated in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.charts/datalabels/setisautotext/ +--- +## DataLabels::SetIsAutoText method + + +Indicates the text is auto generated. + +```cpp +void Aspose::Cells::Charts::DataLabels::SetIsAutoText(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabels/setisneveroverlap/_index.md b/spanish/cpp/aspose.cells.charts/datalabels/setisneveroverlap/_index.md new file mode 100644 index 00000000000..e1e1772d486 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabels/setisneveroverlap/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::DataLabels::SetIsNeverOverlap method +linktitle: SetIsNeverOverlap +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabels::SetIsNeverOverlap method. Indicates whether datalabels never overlap when performing Pie Chart to image. Note: this property is only meaningful when Pie Chart to image in C++.' +type: docs +weight: 4700 +url: /es/cpp/aspose.cells.charts/datalabels/setisneveroverlap/ +--- +## DataLabels::SetIsNeverOverlap method + + +Indicates whether datalabels never overlap when performing Pie [Chart](../../chart/) to image. Note: this property is only meaningful when Pie [Chart](../../chart/) to image. + +```cpp +void Aspose::Cells::Charts::DataLabels::SetIsNeverOverlap(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabels/setistextwrapped/_index.md b/spanish/cpp/aspose.cells.charts/datalabels/setistextwrapped/_index.md new file mode 100644 index 00000000000..d3517ed2002 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabels/setistextwrapped/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::DataLabels::SetIsTextWrapped method +linktitle: SetIsTextWrapped +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabels::SetIsTextWrapped method. Gets or sets a value indicating whether the text is wrapped in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.charts/datalabels/setistextwrapped/ +--- +## DataLabels::SetIsTextWrapped method + + +Gets or sets a value indicating whether the text is wrapped. + +```cpp +void Aspose::Cells::Charts::DataLabels::SetIsTextWrapped(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabels/setnumber/_index.md b/spanish/cpp/aspose.cells.charts/datalabels/setnumber/_index.md new file mode 100644 index 00000000000..2271c090ff8 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabels/setnumber/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::DataLabels::SetNumber method +linktitle: SetNumber +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabels::SetNumber method. Gets and sets the built-in number format in C++.' +type: docs +weight: 3500 +url: /es/cpp/aspose.cells.charts/datalabels/setnumber/ +--- +## DataLabels::SetNumber method + + +Gets and sets the built-in number format. + +```cpp +void Aspose::Cells::Charts::DataLabels::SetNumber(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabels/setnumberformat/_index.md b/spanish/cpp/aspose.cells.charts/datalabels/setnumberformat/_index.md new file mode 100644 index 00000000000..61324424eef --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabels/setnumberformat/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Charts::DataLabels::SetNumberFormat method +linktitle: SetNumberFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabels::SetNumberFormat method. Represents the format string for the DataLabels object in C++.' +type: docs +weight: 3300 +url: /es/cpp/aspose.cells.charts/datalabels/setnumberformat/ +--- +## DataLabels::SetNumberFormat(const U16String\&) method + + +Represents the format string for the [DataLabels](../) object. + +```cpp +void Aspose::Cells::Charts::DataLabels::SetNumberFormat(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## DataLabels::SetNumberFormat(const char16_t*) method + + +Represents the format string for the [DataLabels](../) object. + +```cpp +void Aspose::Cells::Charts::DataLabels::SetNumberFormat(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabels/setnumberformatlinked/_index.md b/spanish/cpp/aspose.cells.charts/datalabels/setnumberformatlinked/_index.md new file mode 100644 index 00000000000..1fbd9554980 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabels/setnumberformatlinked/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::DataLabels::SetNumberFormatLinked method +linktitle: SetNumberFormatLinked +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabels::SetNumberFormatLinked method. True if the number format is linked to the cells (so that the number format changes in the labels when it changes in the cells) in C++.' +type: docs +weight: 3700 +url: /es/cpp/aspose.cells.charts/datalabels/setnumberformatlinked/ +--- +## DataLabels::SetNumberFormatLinked method + + +True if the number format is linked to the cells (so that the number format changes in the labels when it changes in the cells). + +```cpp +void Aspose::Cells::Charts::DataLabels::SetNumberFormatLinked(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabels/setposition/_index.md b/spanish/cpp/aspose.cells.charts/datalabels/setposition/_index.md new file mode 100644 index 00000000000..399982cf51b --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabels/setposition/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::DataLabels::SetPosition method +linktitle: SetPosition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabels::SetPosition method. Represents the position of the data label in C++.' +type: docs +weight: 4400 +url: /es/cpp/aspose.cells.charts/datalabels/setposition/ +--- +## DataLabels::SetPosition method + + +Represents the position of the data label. + +```cpp +void Aspose::Cells::Charts::DataLabels::SetPosition(LabelPositionType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [LabelPositionType](../../labelpositiontype/) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabels/setseparatortype/_index.md b/spanish/cpp/aspose.cells.charts/datalabels/setseparatortype/_index.md new file mode 100644 index 00000000000..95356b06410 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabels/setseparatortype/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::DataLabels::SetSeparatorType method +linktitle: SetSeparatorType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabels::SetSeparatorType method. Gets or sets the separator type used for the data labels on a chart in C++.' +type: docs +weight: 4000 +url: /es/cpp/aspose.cells.charts/datalabels/setseparatortype/ +--- +## DataLabels::SetSeparatorType method + + +Gets or sets the separator type used for the data labels on a chart. + +```cpp +void Aspose::Cells::Charts::DataLabels::SetSeparatorType(DataLabelsSeparatorType value) +``` + +## Remarks + + +To set custom separator, please set the property DataLabels.SeparatorType as [DataLabelsSeparatorType.Custom](../../datalabelsseparatortype/) and then specify the expected value for DataLabels.SeparatorValue. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [DataLabelsSeparatorType](../../datalabelsseparatortype/) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabels/setseparatorvalue/_index.md b/spanish/cpp/aspose.cells.charts/datalabels/setseparatorvalue/_index.md new file mode 100644 index 00000000000..5d23350fddc --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabels/setseparatorvalue/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Charts::DataLabels::SetSeparatorValue method +linktitle: SetSeparatorValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabels::SetSeparatorValue method. Gets or sets the separator value used for the data labels on a chart in C++.' +type: docs +weight: 4200 +url: /es/cpp/aspose.cells.charts/datalabels/setseparatorvalue/ +--- +## DataLabels::SetSeparatorValue(const U16String\&) method + + +Gets or sets the separator value used for the data labels on a chart. + +```cpp +void Aspose::Cells::Charts::DataLabels::SetSeparatorValue(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## DataLabels::SetSeparatorValue(const char16_t*) method + + +Gets or sets the separator value used for the data labels on a chart. + +```cpp +void Aspose::Cells::Charts::DataLabels::SetSeparatorValue(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabels/setshapetype/_index.md b/spanish/cpp/aspose.cells.charts/datalabels/setshapetype/_index.md new file mode 100644 index 00000000000..d0e12a409e4 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabels/setshapetype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::DataLabels::SetShapeType method +linktitle: SetShapeType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabels::SetShapeType method. Gets or sets shape type of data label in C++.' +type: docs +weight: 4800 +url: /es/cpp/aspose.cells.charts/datalabels/setshapetype/ +--- +## DataLabels::SetShapeType method + + +Gets or sets shape type of data label. + +```cpp +void Aspose::Cells::Charts::DataLabels::SetShapeType(DataLabelShapeType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [DataLabelShapeType](../../../aspose.cells.drawing/datalabelshapetype/) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabels/setshowbubblesize/_index.md b/spanish/cpp/aspose.cells.charts/datalabels/setshowbubblesize/_index.md new file mode 100644 index 00000000000..c0cb6783ba8 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabels/setshowbubblesize/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::DataLabels::SetShowBubbleSize method +linktitle: SetShowBubbleSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabels::SetShowBubbleSize method. Represents a specified chart''s data label percentage value display behavior. True displays the percentage value. False to hide in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.charts/datalabels/setshowbubblesize/ +--- +## DataLabels::SetShowBubbleSize method + + +Represents a specified chart's data label percentage value display behavior. True displays the percentage value. False to hide. + +```cpp +void Aspose::Cells::Charts::DataLabels::SetShowBubbleSize(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabels/setshowcategoryname/_index.md b/spanish/cpp/aspose.cells.charts/datalabels/setshowcategoryname/_index.md new file mode 100644 index 00000000000..1764eff2885 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabels/setshowcategoryname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::DataLabels::SetShowCategoryName method +linktitle: SetShowCategoryName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabels::SetShowCategoryName method. Represents a specified chart''s data label category name display behavior.True to display the category name for the data labels on a chart. False to hide in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.charts/datalabels/setshowcategoryname/ +--- +## DataLabels::SetShowCategoryName method + + +Represents a specified chart's data label category name display behavior.True to display the category name for the data labels on a chart. False to hide. + +```cpp +void Aspose::Cells::Charts::DataLabels::SetShowCategoryName(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabels/setshowcellrange/_index.md b/spanish/cpp/aspose.cells.charts/datalabels/setshowcellrange/_index.md new file mode 100644 index 00000000000..17663707827 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabels/setshowcellrange/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::DataLabels::SetShowCellRange method +linktitle: SetShowCellRange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabels::SetShowCellRange method. Indicates whether showing cell range as the data labels in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.charts/datalabels/setshowcellrange/ +--- +## DataLabels::SetShowCellRange method + + +Indicates whether showing cell range as the data labels. + +```cpp +void Aspose::Cells::Charts::DataLabels::SetShowCellRange(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabels/setshowlegendkey/_index.md b/spanish/cpp/aspose.cells.charts/datalabels/setshowlegendkey/_index.md new file mode 100644 index 00000000000..f6dc406ed53 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabels/setshowlegendkey/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::DataLabels::SetShowLegendKey method +linktitle: SetShowLegendKey +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabels::SetShowLegendKey method. Represents a specified chart''s data label legend key display behavior. True if the data label legend key is visible in C++.' +type: docs +weight: 3100 +url: /es/cpp/aspose.cells.charts/datalabels/setshowlegendkey/ +--- +## DataLabels::SetShowLegendKey method + + +Represents a specified chart's data label legend key display behavior. True if the data label legend key is visible. + +```cpp +void Aspose::Cells::Charts::DataLabels::SetShowLegendKey(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabels/setshowpercentage/_index.md b/spanish/cpp/aspose.cells.charts/datalabels/setshowpercentage/_index.md new file mode 100644 index 00000000000..b8d74820b3f --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabels/setshowpercentage/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::DataLabels::SetShowPercentage method +linktitle: SetShowPercentage +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabels::SetShowPercentage method. Represents a specified chart''s data label percentage value display behavior. True displays the percentage value. False to hide in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.charts/datalabels/setshowpercentage/ +--- +## DataLabels::SetShowPercentage method + + +Represents a specified chart's data label percentage value display behavior. True displays the percentage value. False to hide. + +```cpp +void Aspose::Cells::Charts::DataLabels::SetShowPercentage(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabels/setshowseriesname/_index.md b/spanish/cpp/aspose.cells.charts/datalabels/setshowseriesname/_index.md new file mode 100644 index 00000000000..2fa41bf3877 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabels/setshowseriesname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::DataLabels::SetShowSeriesName method +linktitle: SetShowSeriesName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabels::SetShowSeriesName method. Indicates whether the series name displays for the data labels on a chart. True to show the series name. False to hide in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells.charts/datalabels/setshowseriesname/ +--- +## DataLabels::SetShowSeriesName method + + +Indicates whether the series name displays for the data labels on a chart. True to show the series name. False to hide. + +```cpp +void Aspose::Cells::Charts::DataLabels::SetShowSeriesName(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabels/setshowvalue/_index.md b/spanish/cpp/aspose.cells.charts/datalabels/setshowvalue/_index.md new file mode 100644 index 00000000000..4f943707945 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabels/setshowvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::DataLabels::SetShowValue method +linktitle: SetShowValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabels::SetShowValue method. Represents a specified chart''s data label values display behavior. True displays the values. False to hide in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.charts/datalabels/setshowvalue/ +--- +## DataLabels::SetShowValue method + + +Represents a specified chart's data label values display behavior. True displays the values. False to hide. + +```cpp +void Aspose::Cells::Charts::DataLabels::SetShowValue(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabels/settext/_index.md b/spanish/cpp/aspose.cells.charts/datalabels/settext/_index.md new file mode 100644 index 00000000000..d284056f35b --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabels/settext/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::Charts::DataLabels::SetText method +linktitle: SetText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabels::SetText method. Gets or sets the text of data label in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.charts/datalabels/settext/ +--- +## DataLabels::SetText(const U16String\&) method + + +Gets or sets the text of data label. + +```cpp +void Aspose::Cells::Charts::DataLabels::SetText(const U16String &value) +``` + +## Remarks + + +Only works when this is a data label of a chart point. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## DataLabels::SetText(const char16_t*) method + + +Gets or sets the text of data label. + +```cpp +void Aspose::Cells::Charts::DataLabels::SetText(const char16_t *value) +``` + +## Remarks + + +Only works when this is a data label of a chart point. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabels/~datalabels/_index.md b/spanish/cpp/aspose.cells.charts/datalabels/~datalabels/_index.md new file mode 100644 index 00000000000..83228f7f528 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabels/~datalabels/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::DataLabels::~DataLabels method +linktitle: ~DataLabels +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabels::~DataLabels method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.charts/datalabels/~datalabels/ +--- +## DataLabels::~DataLabels method + + +Destructor. + +```cpp +Aspose::Cells::Charts::DataLabels::~DataLabels() +``` + +## See Also + +* Class [DataLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/datalabelsseparatortype/_index.md b/spanish/cpp/aspose.cells.charts/datalabelsseparatortype/_index.md new file mode 100644 index 00000000000..771490ef1d6 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/datalabelsseparatortype/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::DataLabelsSeparatorType enum +linktitle: DataLabelsSeparatorType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DataLabelsSeparatorType enum. Represents the separator type of DataLabels in C++.' +type: docs +weight: 4800 +url: /es/cpp/aspose.cells.charts/datalabelsseparatortype/ +--- +## DataLabelsSeparatorType enum + + +Represents the separator type of [DataLabels](../datalabels/). + +```cpp +enum class DataLabelsSeparatorType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Auto | 0 |
Represents automatic separator. | +| Space | 1 |
Represents space(" ") | +| Comma | 2 |
Represents comma(",") | +| Semicolon | 3 |
Represents semicolon(";") | +| Period | 4 |
Represents period(".") | +| NewLine | 5 |
Represents newline("\n") | +| Custom | 6 |
Represents custom separator. | + +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/displayunitlabel/_impl/_index.md b/spanish/cpp/aspose.cells.charts/displayunitlabel/_impl/_index.md new file mode 100644 index 00000000000..353764e9292 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/displayunitlabel/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::DisplayUnitLabel::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DisplayUnitLabel::_impl field. The implementation object in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.charts/displayunitlabel/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +DisplayUnitLabel_Impl* Aspose::Cells::Charts::DisplayUnitLabel::_impl +``` + +## See Also + +* Class [DisplayUnitLabel](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/displayunitlabel/_index.md b/spanish/cpp/aspose.cells.charts/displayunitlabel/_index.md new file mode 100644 index 00000000000..7bb6710f477 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/displayunitlabel/_index.md @@ -0,0 +1,180 @@ +--- +title: Aspose::Cells::Charts::DisplayUnitLabel class +linktitle: DisplayUnitLabel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DisplayUnitLabel class. Represents the display unit label in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.charts/displayunitlabel/ +--- +## DisplayUnitLabel class + + +Represents the display unit label. + +```cpp +class DisplayUnitLabel : public Aspose::Cells::Charts::ChartTextFrame +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Characters(int32_t startIndex, int32_t length)](../charttextframe/characters/) | Returns a Characters object that represents a range of characters within the text. | +| [ChartFrame(ChartFrame_Impl* impl)](../chartframe/chartframe/) | Constructs from an implementation object. | +| [ChartFrame(const ChartFrame\& src)](../chartframe/chartframe/) | Copy constructor. | +| [ChartTextFrame(ChartTextFrame_Impl* impl)](../charttextframe/charttextframe/) | Constructs from an implementation object. | +| [ChartTextFrame(const ChartTextFrame\& src)](../charttextframe/charttextframe/) | Copy constructor. | +| [ChartTextFrame(const ChartFrame\& src)](../charttextframe/charttextframe/) | Constructs from a parent object. | +| [DisplayUnitLabel(DisplayUnitLabel_Impl* impl)](./displayunitlabel/) | Constructs from an implementation object. | +| [DisplayUnitLabel(const DisplayUnitLabel\& src)](./displayunitlabel/) | Copy constructor. | +| [DisplayUnitLabel(const ChartTextFrame\& src)](./displayunitlabel/) | Constructs from a parent object. | +| [GetArea()](../chartframe/getarea/) | Gets the [area](../). | +| [GetAutoScaleFont()](./getautoscalefont/) | True if the text in the object changes font size when the object size changes. The default value is True. | +| [GetBackground()](../chartframe/getbackground/) | **(Deprecated)** Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions. | +| [GetBackgroundMode()](../chartframe/getbackgroundmode/) | **(Deprecated)** Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions. | +| [GetBorder()](../chartframe/getborder/) | Gets the [border](../). | +| [GetDefaultHeight()](../chartframe/getdefaultheight/) | **(Deprecated)** Represents height of default position in units of 1/4000 of the chart area. | +| [GetDefaultHeightRatioToChart()](../chartframe/getdefaultheightratiotochart/) | Represents height of default position in units of Fraction of the chart area. | +| [GetDefaultWidth()](../chartframe/getdefaultwidth/) | **(Deprecated)** Represents width of default position in units of 1/4000 of the chart area. | +| [GetDefaultWidthRatioToChart()](../chartframe/getdefaultwidthratiotochart/) | Represents width of default position in units of Fraction of the chart area. | +| [GetDefaultX()](../chartframe/getdefaultx/) | **(Deprecated)** Represents x of default position in units of 1/4000 of the chart area. | +| [GetDefaultXRatioToChart()](../chartframe/getdefaultxratiotochart/) | Represents x of default position in units of Fraction of the chart area. | +| [GetDefaultY()](../chartframe/getdefaulty/) | **(Deprecated)** Represents y of default position in units of 1/4000 of the chart area. | +| [GetDefaultYRatioToChart()](../chartframe/getdefaultyratiotochart/) | Represents y of default position in units of Fraction of the chart area. | +| [GetDirectionType()](../charttextframe/getdirectiontype/) | Gets and sets the direction of text. | +| [GetFont()](./getfont/) | Gets a [Font](../../aspose.cells/font/) object of the specified [ChartFrame](../chartframe/) object. | +| [GetHeight()](../chartframe/getheight/) | **(Deprecated)** Gets or sets the height of frame in units of 1/4000 of the chart area. | +| [GetHeightPixel()](../chartframe/getheightpixel/) | Gets or sets the height of frame in units of Pixel. | +| [GetHeightRatioToChart()](../chartframe/getheightratiotochart/) | Gets or sets the height of frame in units of ratio of the chart area. | +| [GetLinkedSource()](../charttextframe/getlinkedsource/) | Gets and sets a reference to the worksheet. | +| [GetReadingOrder()](../charttextframe/getreadingorder/) | Represents text reading order. | +| [GetRotationAngle()](../charttextframe/getrotationangle/) | Represents the text rotation angle. | +| [GetShadow()](../chartframe/getshadow/) | True if the frame has a shadow. | +| [GetShapeProperties()](../chartframe/getshapeproperties/) | Gets the ShapeProperties object. | +| [GetText()](./gettext/) | Gets or sets the text of display unit label. | +| [GetTextHorizontalAlignment()](../charttextframe/gettexthorizontalalignment/) | Gets and sets the text horizontal alignment. | +| [GetTextOptions()](../chartframe/gettextoptions/) | Gets and sets the options of the text. | +| [GetTextVerticalAlignment()](../charttextframe/gettextverticalalignment/) | Gets or sets the text vertical alignment of text. | +| [GetWidth()](../chartframe/getwidth/) | **(Deprecated)** Gets or sets the width of frame in units of 1/4000 of the chart area. | +| [GetWidthPixel()](../chartframe/getwidthpixel/) | Gets or sets the width of frame in units of Pixel. | +| [GetWidthRatioToChart()](../chartframe/getwidthratiotochart/) | Gets or sets the width of frame in units of ratio of the chart area. | +| [GetX()](../chartframe/getx/) | **(Deprecated)** Gets or sets the x coordinate of the upper left corner in units of 1/4000 of the chart area. | +| [GetXPixel()](../chartframe/getxpixel/) | Gets or sets the x coordinate of the upper left corner in units of Pixel. | +| [GetXRatioToChart()](../chartframe/getxratiotochart/) | Gets or sets the x coordinate of the upper left corner in units of ratio of the chart area. | +| [GetY()](../chartframe/gety/) | **(Deprecated)** Gets or sets the y coordinate of the upper left corner in units of 1/4000 of the chart area. | +| [GetYPixel()](../chartframe/getypixel/) | Gets or sets the y coordinate of the upper left corner in units of Pixel. | +| [GetYRatioToChart()](../chartframe/getyratiotochart/) | Gets or sets the y coordinate of the upper left corner in units of ratio of the chart area. | +| [IsAutomaticRotation()](../charttextframe/isautomaticrotation/) | Indicates whether the text of the chart is automatically rotated. | +| [IsAutomaticSize()](../chartframe/isautomaticsize/) | Indicates whether the chart frame is automatic sized. | +| [IsAutoText()](../charttextframe/isautotext/) | Indicates the text is auto generated. | +| [IsDefaultPosBeSet()](../chartframe/isdefaultposbeset/) | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set. | +| [IsDeleted()](../charttextframe/isdeleted/) | Indicates whether this data labels are deleted. | +| [IsInnerMode()](../chartframe/isinnermode/) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsResizeShapeToFitText()](../charttextframe/isresizeshapetofittext/) | Gets or sets whether a shape should be auto-fit to fully contain the text described within it. Auto-fitting is when text within a shape is scaled in order to contain all the text inside. | +| [IsTextWrapped()](../charttextframe/istextwrapped/) | Gets or sets a value indicating whether the text is wrapped. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const DisplayUnitLabel\& src)](./operator_asm/) | operator= | +| [operator=(const ChartTextFrame\& src)](../charttextframe/operator_asm/) | operator= | +| [operator=(const ChartFrame\& src)](../chartframe/operator_asm/) | operator= | +| [SetAutoScaleFont(bool value)](./setautoscalefont/) | True if the text in the object changes font size when the object size changes. The default value is True. | +| [SetBackground(BackgroundMode value)](../chartframe/setbackground/) | **(Deprecated)** Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions. | +| [SetBackgroundMode(BackgroundMode value)](../chartframe/setbackgroundmode/) | **(Deprecated)** Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions. | +| [SetDirectionType(ChartTextDirectionType value)](../charttextframe/setdirectiontype/) | Gets and sets the direction of text. | +| [SetHeight(int32_t value)](../chartframe/setheight/) | **(Deprecated)** Gets or sets the height of frame in units of 1/4000 of the chart area. | +| [SetHeightPixel(int32_t value)](../chartframe/setheightpixel/) | Gets or sets the height of frame in units of Pixel. | +| [SetHeightRatioToChart(double value)](../chartframe/setheightratiotochart/) | Gets or sets the height of frame in units of ratio of the chart area. | +| [SetIsAutomaticSize(bool value)](../chartframe/setisautomaticsize/) | Indicates whether the chart frame is automatic sized. | +| [SetIsAutoText(bool value)](../charttextframe/setisautotext/) | Indicates the text is auto generated. | +| [SetIsDeleted(bool value)](../charttextframe/setisdeleted/) | Indicates whether this data labels are deleted. | +| [SetIsInnerMode(bool value)](../chartframe/setisinnermode/) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. | +| [SetIsResizeShapeToFitText(bool value)](../charttextframe/setisresizeshapetofittext/) | Gets or sets whether a shape should be auto-fit to fully contain the text described within it. Auto-fitting is when text within a shape is scaled in order to contain all the text inside. | +| [SetIsTextWrapped(bool value)](../charttextframe/setistextwrapped/) | Gets or sets a value indicating whether the text is wrapped. | +| [SetLinkedSource(const U16String\& value)](../charttextframe/setlinkedsource/) | Gets and sets a reference to the worksheet. | +| [SetLinkedSource(const char16_t* value)](../charttextframe/setlinkedsource/) | Gets and sets a reference to the worksheet. | +| [SetPositionAuto()](../chartframe/setpositionauto/) | Set position of the frame to automatic. | +| [SetReadingOrder(TextDirectionType value)](../charttextframe/setreadingorder/) | Represents text reading order. | +| [SetRotationAngle(int32_t value)](../charttextframe/setrotationangle/) | Represents the text rotation angle. | +| [SetShadow(bool value)](../chartframe/setshadow/) | True if the frame has a shadow. | +| [SetText(const U16String\& value)](./settext/) | Gets or sets the text of display unit label. | +| [SetText(const char16_t* value)](./settext/) | Gets or sets the text of display unit label. | +| [SetTextHorizontalAlignment(TextAlignmentType value)](../charttextframe/settexthorizontalalignment/) | Gets and sets the text horizontal alignment. | +| [SetTextVerticalAlignment(TextAlignmentType value)](../charttextframe/settextverticalalignment/) | Gets or sets the text vertical alignment of text. | +| [SetWidth(int32_t value)](../chartframe/setwidth/) | **(Deprecated)** Gets or sets the width of frame in units of 1/4000 of the chart area. | +| [SetWidthPixel(int32_t value)](../chartframe/setwidthpixel/) | Gets or sets the width of frame in units of Pixel. | +| [SetWidthRatioToChart(double value)](../chartframe/setwidthratiotochart/) | Gets or sets the width of frame in units of ratio of the chart area. | +| [SetX(int32_t value)](../chartframe/setx/) | **(Deprecated)** Gets or sets the x coordinate of the upper left corner in units of 1/4000 of the chart area. | +| [SetXPixel(int32_t value)](../chartframe/setxpixel/) | Gets or sets the x coordinate of the upper left corner in units of Pixel. | +| [SetXRatioToChart(double value)](../chartframe/setxratiotochart/) | Gets or sets the x coordinate of the upper left corner in units of ratio of the chart area. | +| [SetY(int32_t value)](../chartframe/sety/) | **(Deprecated)** Gets or sets the y coordinate of the upper left corner in units of 1/4000 of the chart area. | +| [SetYPixel(int32_t value)](../chartframe/setypixel/) | Gets or sets the y coordinate of the upper left corner in units of Pixel. | +| [SetYRatioToChart(double value)](../chartframe/setyratiotochart/) | Gets or sets the y coordinate of the upper left corner in units of ratio of the chart area. | +| [~ChartFrame()](../chartframe/~chartframe/) | Destructor. | +| [~ChartTextFrame()](../charttextframe/~charttextframe/) | Destructor. | +| [~DisplayUnitLabel()](./~displayunitlabel/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; +//Añadiendo una nueva hoja de cálculo al objeto Excel +int sheetIndex = workbook.GetWorksheets().Add(); +//Obteniendo la referencia de la hoja recién añadida pasando su índice de hoja +Worksheet worksheet = workbook.GetWorksheets().Get(sheetIndex); +//Agregar un valor de muestra a la celda "A1" +worksheet.GetCells().Get(u"A1").PutValue(50); +//Agregar un valor de muestra a la celda "A2" +worksheet.GetCells().Get(u"A2").PutValue(100); +//Agregar un valor de muestra a la celda "A3" +worksheet.GetCells().Get(u"A3").PutValue(150); +//Agregar un valor de muestra a la celda "A4" +worksheet.GetCells().Get(u"A4").PutValue(200); +//Agregar un valor de muestra a la celda "B1" +worksheet.GetCells().Get(u"B1").PutValue(60); +//Agregar un valor de muestra a la celda "B2" +worksheet.GetCells().Get(u"B2").PutValue(32); +//Agregar un valor de muestra a la celda "B3" +worksheet.GetCells().Get(u"B3").PutValue(50); +//Agregar un valor de muestra a la celda "B4" +worksheet.GetCells().Get(u"B4").PutValue(40); +//Agregar un valor de muestra a la celda "C1" como datos de categoría +worksheet.GetCells().Get(u"C1").PutValue(u"Q1"); +//Agregar un valor de muestra a la celda "C2" como datos de categoría +worksheet.GetCells().Get(u"C2").PutValue(u"Q2"); +//Agregar un valor de muestra a la celda "C3" como datos de categoría +worksheet.GetCells().Get(u"C3").PutValue(u"Y1"); +//Agregar un valor de muestra a la celda "C4" como datos de categoría +worksheet.GetCells().Get(u"C4").PutValue(u"Y2"); +//Agregar un gráfico a la hoja de cálculo +int chartIndex = worksheet.GetCharts().Add(ChartType::Column, 5, 0, 15, 5); +//Acceder a la instancia del gráfico recién añadido +Chart chart = worksheet.GetCharts().Get(chartIndex); +//Agregar NSeries (fuente de datos del gráfico) al gráfico que abarca desde la celda "A1" hasta "B4" +chart.GetNSeries().Add(u"A1:B4", true); +//Establecer la fuente de datos para los datos de categoría de NSeries +chart.GetNSeries().SetCategoryData(u"C1:C4"); +//Establecer la unidad de visualización del eje de valores (Y). +chart.GetValueAxis().SetDisplayUnit(DisplayUnitType::Hundreds); +DisplayUnitLabel displayUnitLabel = chart.GetValueAxis().GetDisplayUnitLabel(); +//Establecer la etiqueta personalizada de la unidad de visualización +displayUnitLabel.SetText(u"100"); +//Guardando el archivo Excel +workbook.Save(u"book1.xls"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [ChartTextFrame](../charttextframe/) +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/displayunitlabel/displayunitlabel/_index.md b/spanish/cpp/aspose.cells.charts/displayunitlabel/displayunitlabel/_index.md new file mode 100644 index 00000000000..0eda76b6d55 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/displayunitlabel/displayunitlabel/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Charts::DisplayUnitLabel::DisplayUnitLabel constructor +linktitle: DisplayUnitLabel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DisplayUnitLabel::DisplayUnitLabel constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.charts/displayunitlabel/displayunitlabel/ +--- +## DisplayUnitLabel::DisplayUnitLabel(DisplayUnitLabel_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Charts::DisplayUnitLabel::DisplayUnitLabel(DisplayUnitLabel_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DisplayUnitLabel](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## DisplayUnitLabel::DisplayUnitLabel(const DisplayUnitLabel\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Charts::DisplayUnitLabel::DisplayUnitLabel(const DisplayUnitLabel &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DisplayUnitLabel](../) +* Class [DisplayUnitLabel](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## DisplayUnitLabel::DisplayUnitLabel(const ChartTextFrame\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Charts::DisplayUnitLabel::DisplayUnitLabel(const ChartTextFrame &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartTextFrame](../../charttextframe/) +* Class [DisplayUnitLabel](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/displayunitlabel/getautoscalefont/_index.md b/spanish/cpp/aspose.cells.charts/displayunitlabel/getautoscalefont/_index.md new file mode 100644 index 00000000000..a18f89b72ed --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/displayunitlabel/getautoscalefont/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::DisplayUnitLabel::GetAutoScaleFont method +linktitle: GetAutoScaleFont +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DisplayUnitLabel::GetAutoScaleFont method. True if the text in the object changes font size when the object size changes. The default value is True in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.charts/displayunitlabel/getautoscalefont/ +--- +## DisplayUnitLabel::GetAutoScaleFont method + + +True if the text in the object changes font size when the object size changes. The default value is True. + +```cpp +bool Aspose::Cells::Charts::DisplayUnitLabel::GetAutoScaleFont() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DisplayUnitLabel](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/displayunitlabel/getfont/_index.md b/spanish/cpp/aspose.cells.charts/displayunitlabel/getfont/_index.md new file mode 100644 index 00000000000..5651f553a5f --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/displayunitlabel/getfont/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::DisplayUnitLabel::GetFont method +linktitle: GetFont +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DisplayUnitLabel::GetFont method. Gets a Font object of the specified ChartFrame object in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.charts/displayunitlabel/getfont/ +--- +## DisplayUnitLabel::GetFont method + + +Gets a [Font](../../../aspose.cells/font/) object of the specified [ChartFrame](../../chartframe/) object. + +```cpp +Aspose::Cells::Font Aspose::Cells::Charts::DisplayUnitLabel::GetFont() +``` + +## See Also + +* Class [Font](../../../aspose.cells/font/) +* Class [DisplayUnitLabel](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/displayunitlabel/gettext/_index.md b/spanish/cpp/aspose.cells.charts/displayunitlabel/gettext/_index.md new file mode 100644 index 00000000000..e444b37f8fd --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/displayunitlabel/gettext/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::DisplayUnitLabel::GetText method +linktitle: GetText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DisplayUnitLabel::GetText method. Gets or sets the text of display unit label in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.charts/displayunitlabel/gettext/ +--- +## DisplayUnitLabel::GetText method + + +Gets or sets the text of display unit label. + +```cpp +U16String Aspose::Cells::Charts::DisplayUnitLabel::GetText() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [DisplayUnitLabel](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/displayunitlabel/isnull/_index.md b/spanish/cpp/aspose.cells.charts/displayunitlabel/isnull/_index.md new file mode 100644 index 00000000000..d77923095ef --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/displayunitlabel/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::DisplayUnitLabel::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DisplayUnitLabel::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.charts/displayunitlabel/isnull/ +--- +## DisplayUnitLabel::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Charts::DisplayUnitLabel::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DisplayUnitLabel](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/displayunitlabel/operator_asm/_index.md b/spanish/cpp/aspose.cells.charts/displayunitlabel/operator_asm/_index.md new file mode 100644 index 00000000000..f0abfd04fa2 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/displayunitlabel/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::DisplayUnitLabel::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DisplayUnitLabel::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.charts/displayunitlabel/operator_asm/ +--- +## DisplayUnitLabel::operator= method + + +operator= + +```cpp +DisplayUnitLabel & Aspose::Cells::Charts::DisplayUnitLabel::operator=(const DisplayUnitLabel &src) +``` + +## See Also + +* Class [DisplayUnitLabel](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [DisplayUnitLabel](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/displayunitlabel/operator_bool/_index.md b/spanish/cpp/aspose.cells.charts/displayunitlabel/operator_bool/_index.md new file mode 100644 index 00000000000..051583f2810 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/displayunitlabel/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::DisplayUnitLabel::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DisplayUnitLabel::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.charts/displayunitlabel/operator_bool/ +--- +## DisplayUnitLabel::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Charts::DisplayUnitLabel::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [DisplayUnitLabel](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/displayunitlabel/setautoscalefont/_index.md b/spanish/cpp/aspose.cells.charts/displayunitlabel/setautoscalefont/_index.md new file mode 100644 index 00000000000..4af014746dd --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/displayunitlabel/setautoscalefont/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::DisplayUnitLabel::SetAutoScaleFont method +linktitle: SetAutoScaleFont +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DisplayUnitLabel::SetAutoScaleFont method. True if the text in the object changes font size when the object size changes. The default value is True in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.charts/displayunitlabel/setautoscalefont/ +--- +## DisplayUnitLabel::SetAutoScaleFont method + + +True if the text in the object changes font size when the object size changes. The default value is True. + +```cpp +void Aspose::Cells::Charts::DisplayUnitLabel::SetAutoScaleFont(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DisplayUnitLabel](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/displayunitlabel/settext/_index.md b/spanish/cpp/aspose.cells.charts/displayunitlabel/settext/_index.md new file mode 100644 index 00000000000..977f355459a --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/displayunitlabel/settext/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Charts::DisplayUnitLabel::SetText method +linktitle: SetText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DisplayUnitLabel::SetText method. Gets or sets the text of display unit label in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.charts/displayunitlabel/settext/ +--- +## DisplayUnitLabel::SetText(const U16String\&) method + + +Gets or sets the text of display unit label. + +```cpp +void Aspose::Cells::Charts::DisplayUnitLabel::SetText(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [DisplayUnitLabel](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## DisplayUnitLabel::SetText(const char16_t*) method + + +Gets or sets the text of display unit label. + +```cpp +void Aspose::Cells::Charts::DisplayUnitLabel::SetText(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DisplayUnitLabel](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/displayunitlabel/~displayunitlabel/_index.md b/spanish/cpp/aspose.cells.charts/displayunitlabel/~displayunitlabel/_index.md new file mode 100644 index 00000000000..18be312188e --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/displayunitlabel/~displayunitlabel/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::DisplayUnitLabel::~DisplayUnitLabel method +linktitle: ~DisplayUnitLabel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DisplayUnitLabel::~DisplayUnitLabel method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.charts/displayunitlabel/~displayunitlabel/ +--- +## DisplayUnitLabel::~DisplayUnitLabel method + + +Destructor. + +```cpp +Aspose::Cells::Charts::DisplayUnitLabel::~DisplayUnitLabel() +``` + +## See Also + +* Class [DisplayUnitLabel](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/displayunittype/_index.md b/spanish/cpp/aspose.cells.charts/displayunittype/_index.md new file mode 100644 index 00000000000..ff4d9c665fb --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/displayunittype/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Charts::DisplayUnitType enum +linktitle: DisplayUnitType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DisplayUnitType enum. Represents the type of display unit of chart''s axis in C++.' +type: docs +weight: 4900 +url: /es/cpp/aspose.cells.charts/displayunittype/ +--- +## DisplayUnitType enum + + +Represents the type of display unit of chart's axis. + +```cpp +enum class DisplayUnitType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| None | 0 |
Display unit is None. | +| Hundreds | 1 |
Specifies the values on the chart shall be divided by 100. | +| Thousands | 2 |
Specifies the values on the chart shall be divided by 1,000. | +| TenThousands | 3 |
Specifies the values on the chart shall be divided by 10,000. | +| HundredThousands | 4 |
Specifies the values on the chart shall be divided by 100,000. | +| Millions | 5 |
Specifies the values on the chart shall be divided by 1,000,000. | +| TenMillions | 6 |
Specifies the values on the chart shall be divided by 10,000,000. | +| HundredMillions | 7 |
Specifies the values on the chart shall be divided by 100,000,000. | +| Billions | 8 |
Specifies the values on the chart shall be divided by 1,000,000,000. | +| Trillions | 9 |
Specifies the values on the chart shall be divided by 1,000,000,000,000. | +| Percentage | 10 |
The values on the chart shall be divided by 0.01. | +| Cust | 11 | **(Deprecated - Use DisplayUnitType.Custom, instead. )**
specifies a custom value for the display unit. | +| Custom | 12 |
specifies a custom value for the display unit. | + +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/dropbars/_impl/_index.md b/spanish/cpp/aspose.cells.charts/dropbars/_impl/_index.md new file mode 100644 index 00000000000..0ae37d5f9f7 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/dropbars/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::DropBars::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DropBars::_impl field. The implementation object in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.charts/dropbars/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +DropBars_Impl* Aspose::Cells::Charts::DropBars::_impl +``` + +## See Also + +* Class [DropBars](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/dropbars/_index.md b/spanish/cpp/aspose.cells.charts/dropbars/_index.md new file mode 100644 index 00000000000..7eff1a125e9 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/dropbars/_index.md @@ -0,0 +1,39 @@ +--- +title: Aspose::Cells::Charts::DropBars class +linktitle: DropBars +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DropBars class. Represents the up/down bars in a chart in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.charts/dropbars/ +--- +## DropBars class + + +Represents the up/down bars in a chart. + +```cpp +class DropBars +``` + +## Methods + +| Method | Description | +| --- | --- | +| [DropBars(DropBars_Impl* impl)](./dropbars/) | Constructs from an implementation object. | +| [DropBars(const DropBars\& src)](./dropbars/) | Copy constructor. | +| [GetArea()](./getarea/) | Gets the Area. | +| [GetBorder()](./getborder/) | Gets the border Line. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const DropBars\& src)](./operator_asm/) | operator= | +| [~DropBars()](./~dropbars/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/dropbars/dropbars/_index.md b/spanish/cpp/aspose.cells.charts/dropbars/dropbars/_index.md new file mode 100644 index 00000000000..155915a93b4 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/dropbars/dropbars/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Charts::DropBars::DropBars constructor +linktitle: DropBars +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DropBars::DropBars constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.charts/dropbars/dropbars/ +--- +## DropBars::DropBars(DropBars_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Charts::DropBars::DropBars(DropBars_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DropBars](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## DropBars::DropBars(const DropBars\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Charts::DropBars::DropBars(const DropBars &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DropBars](../) +* Class [DropBars](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/dropbars/getarea/_index.md b/spanish/cpp/aspose.cells.charts/dropbars/getarea/_index.md new file mode 100644 index 00000000000..0a010acfff7 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/dropbars/getarea/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::DropBars::GetArea method +linktitle: GetArea +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DropBars::GetArea method. Gets the Area in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.charts/dropbars/getarea/ +--- +## DropBars::GetArea method + + +Gets the Area. + +```cpp +Area Aspose::Cells::Charts::DropBars::GetArea() +``` + +## See Also + +* Class [Area](../../../aspose.cells.drawing/area/) +* Class [DropBars](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/dropbars/getborder/_index.md b/spanish/cpp/aspose.cells.charts/dropbars/getborder/_index.md new file mode 100644 index 00000000000..ad59ccf5bb5 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/dropbars/getborder/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::DropBars::GetBorder method +linktitle: GetBorder +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DropBars::GetBorder method. Gets the border Line in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.charts/dropbars/getborder/ +--- +## DropBars::GetBorder method + + +Gets the border Line. + +```cpp +Line Aspose::Cells::Charts::DropBars::GetBorder() +``` + +## See Also + +* Class [Line](../../../aspose.cells.drawing/line/) +* Class [DropBars](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/dropbars/isnull/_index.md b/spanish/cpp/aspose.cells.charts/dropbars/isnull/_index.md new file mode 100644 index 00000000000..cdc5862bb23 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/dropbars/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::DropBars::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DropBars::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.charts/dropbars/isnull/ +--- +## DropBars::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Charts::DropBars::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DropBars](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/dropbars/operator_asm/_index.md b/spanish/cpp/aspose.cells.charts/dropbars/operator_asm/_index.md new file mode 100644 index 00000000000..82bd4bc0859 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/dropbars/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::DropBars::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DropBars::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.charts/dropbars/operator_asm/ +--- +## DropBars::operator= method + + +operator= + +```cpp +DropBars & Aspose::Cells::Charts::DropBars::operator=(const DropBars &src) +``` + +## See Also + +* Class [DropBars](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [DropBars](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/dropbars/operator_bool/_index.md b/spanish/cpp/aspose.cells.charts/dropbars/operator_bool/_index.md new file mode 100644 index 00000000000..2e98733924b --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/dropbars/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::DropBars::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DropBars::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.charts/dropbars/operator_bool/ +--- +## DropBars::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Charts::DropBars::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [DropBars](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/dropbars/~dropbars/_index.md b/spanish/cpp/aspose.cells.charts/dropbars/~dropbars/_index.md new file mode 100644 index 00000000000..d59753663e8 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/dropbars/~dropbars/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::DropBars::~DropBars method +linktitle: ~DropBars +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::DropBars::~DropBars method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.charts/dropbars/~dropbars/ +--- +## DropBars::~DropBars method + + +Destructor. + +```cpp +Aspose::Cells::Charts::DropBars::~DropBars() +``` + +## See Also + +* Class [DropBars](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/errorbar/_impl/_index.md b/spanish/cpp/aspose.cells.charts/errorbar/_impl/_index.md new file mode 100644 index 00000000000..d5a6afc46bc --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/errorbar/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::ErrorBar::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ErrorBar::_impl field. The implementation object in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.charts/errorbar/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ErrorBar_Impl* Aspose::Cells::Charts::ErrorBar::_impl +``` + +## See Also + +* Class [ErrorBar](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/errorbar/_index.md b/spanish/cpp/aspose.cells.charts/errorbar/_index.md new file mode 100644 index 00000000000..a5607733b35 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/errorbar/_index.md @@ -0,0 +1,138 @@ +--- +title: Aspose::Cells::Charts::ErrorBar class +linktitle: ErrorBar +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ErrorBar class. Represents error bar of data series in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.charts/errorbar/ +--- +## ErrorBar class + + +Represents error bar of data series. + +```cpp +class ErrorBar : public Aspose::Cells::Drawing::Line +``` + +## Methods + +| Method | Description | +| --- | --- | +| [ErrorBar(ErrorBar_Impl* impl)](./errorbar/) | Constructs from an implementation object. | +| [ErrorBar(const ErrorBar\& src)](./errorbar/) | Copy constructor. | +| [ErrorBar(const Line\& src)](./errorbar/) | Constructs from a parent object. | +| [GetAmount()](./getamount/) | Represents amount of error bar. | +| [GetBeginArrowLength()](../../aspose.cells.drawing/line/getbeginarrowlength/) | Specifies the length of the arrowhead for the begin of a line. | +| [GetBeginArrowWidth()](../../aspose.cells.drawing/line/getbeginarrowwidth/) | Specifies the width of the arrowhead for the begin of a line. | +| [GetBeginType()](../../aspose.cells.drawing/line/getbegintype/) | Specifies an arrowhead for the begin of a line. | +| [GetCapType()](../../aspose.cells.drawing/line/getcaptype/) | Specifies the ending caps. | +| [GetColor()](../../aspose.cells.drawing/line/getcolor/) | Represents the [Color](../../aspose.cells/color/) of the line. | +| [GetCompoundType()](../../aspose.cells.drawing/line/getcompoundtype/) | Specifies the compound line type. | +| [GetDashType()](../../aspose.cells.drawing/line/getdashtype/) | Specifies the dash line type. | +| [GetDisplayType()](./getdisplaytype/) | Represents the display type of error bar. | +| [GetEndArrowLength()](../../aspose.cells.drawing/line/getendarrowlength/) | Specifies the length of the arrowhead for the end of a line. | +| [GetEndArrowWidth()](../../aspose.cells.drawing/line/getendarrowwidth/) | Specifies the width of the arrowhead for the end of a line. | +| [GetEndType()](../../aspose.cells.drawing/line/getendtype/) | Specifies an arrowhead for the end of a line. | +| [GetFormattingType()](../../aspose.cells.drawing/line/getformattingtype/) | Gets or sets format type. | +| [GetGradientFill()](../../aspose.cells.drawing/line/getgradientfill/) | Represents gradient fill. | +| [GetJoinType()](../../aspose.cells.drawing/line/getjointype/) | Specifies the joining caps. | +| [GetMinusValue()](./getminusvalue/) | Represents negative error amount when error bar type is Custom. | +| [GetPlusValue()](./getplusvalue/) | Represents positive error amount when error bar type is Custom. | +| [GetShowMarkerTTop()](./getshowmarkerttop/) | Indicates if formatting error bars with a T-top. | +| [GetStyle()](../../aspose.cells.drawing/line/getstyle/) | Represents the style of the line. | +| [GetThemeColor()](../../aspose.cells.drawing/line/getthemecolor/) | Gets and sets the theme color. | +| [GetTransparency()](../../aspose.cells.drawing/line/gettransparency/) | Returns or sets the degree of transparency of the line as a value from 0.0 (opaque) through 1.0 (clear). | +| [GetType()](./gettype/) | Represents error bar amount type. | +| [GetWeight()](../../aspose.cells.drawing/line/getweight/) | Gets or sets the [WeightType](../../aspose.cells.drawing/weighttype/) of the line. | +| [GetWeightPt()](../../aspose.cells.drawing/line/getweightpt/) | Gets or sets the weight of the line in unit of points. | +| [GetWeightPx()](../../aspose.cells.drawing/line/getweightpx/) | Gets or sets the weight of the line in unit of pixels. | +| [IsAuto()](../../aspose.cells.drawing/line/isauto/) | Indicates whether this line style is auto assigned. | +| [IsAutomaticColor()](../../aspose.cells.drawing/line/isautomaticcolor/) | Indicates whether the color of line is automatic assigned. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsVisible()](../../aspose.cells.drawing/line/isvisible/) | Represents whether the line is visible. | +| [Line(Line_Impl* impl)](../../aspose.cells.drawing/line/line/) | Constructs from an implementation object. | +| [Line(const Line\& src)](../../aspose.cells.drawing/line/line/) | Copy constructor. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ErrorBar\& src)](./operator_asm/) | operator= | +| [operator=(const Line\& src)](../../aspose.cells.drawing/line/operator_asm/) | operator= | +| [SetAmount(double value)](./setamount/) | Represents amount of error bar. | +| [SetBeginArrowLength(MsoArrowheadLength value)](../../aspose.cells.drawing/line/setbeginarrowlength/) | Specifies the length of the arrowhead for the begin of a line. | +| [SetBeginArrowWidth(MsoArrowheadWidth value)](../../aspose.cells.drawing/line/setbeginarrowwidth/) | Specifies the width of the arrowhead for the begin of a line. | +| [SetBeginType(MsoArrowheadStyle value)](../../aspose.cells.drawing/line/setbegintype/) | Specifies an arrowhead for the begin of a line. | +| [SetCapType(LineCapType value)](../../aspose.cells.drawing/line/setcaptype/) | Specifies the ending caps. | +| [SetColor(const Aspose::Cells::Color\& value)](../../aspose.cells.drawing/line/setcolor/) | Represents the [Color](../../aspose.cells/color/) of the line. | +| [SetCompoundType(MsoLineStyle value)](../../aspose.cells.drawing/line/setcompoundtype/) | Specifies the compound line type. | +| [SetDashType(MsoLineDashStyle value)](../../aspose.cells.drawing/line/setdashtype/) | Specifies the dash line type. | +| [SetDisplayType(ErrorBarDisplayType value)](./setdisplaytype/) | Represents the display type of error bar. | +| [SetEndArrowLength(MsoArrowheadLength value)](../../aspose.cells.drawing/line/setendarrowlength/) | Specifies the length of the arrowhead for the end of a line. | +| [SetEndArrowWidth(MsoArrowheadWidth value)](../../aspose.cells.drawing/line/setendarrowwidth/) | Specifies the width of the arrowhead for the end of a line. | +| [SetEndType(MsoArrowheadStyle value)](../../aspose.cells.drawing/line/setendtype/) | Specifies an arrowhead for the end of a line. | +| [SetFormattingType(ChartLineFormattingType value)](../../aspose.cells.drawing/line/setformattingtype/) | Gets or sets format type. | +| [SetIsAuto(bool value)](../../aspose.cells.drawing/line/setisauto/) | Indicates whether this line style is auto assigned. | +| [SetIsVisible(bool value)](../../aspose.cells.drawing/line/setisvisible/) | Represents whether the line is visible. | +| [SetJoinType(LineJoinType value)](../../aspose.cells.drawing/line/setjointype/) | Specifies the joining caps. | +| [SetMinusValue(const U16String\& value)](./setminusvalue/) | Represents negative error amount when error bar type is Custom. | +| [SetMinusValue(const char16_t* value)](./setminusvalue/) | Represents negative error amount when error bar type is Custom. | +| [SetPlusValue(const U16String\& value)](./setplusvalue/) | Represents positive error amount when error bar type is Custom. | +| [SetPlusValue(const char16_t* value)](./setplusvalue/) | Represents positive error amount when error bar type is Custom. | +| [SetShowMarkerTTop(bool value)](./setshowmarkerttop/) | Indicates if formatting error bars with a T-top. | +| [SetStyle(LineType value)](../../aspose.cells.drawing/line/setstyle/) | Represents the style of the line. | +| [SetThemeColor(const ThemeColor\& value)](../../aspose.cells.drawing/line/setthemecolor/) | Gets and sets the theme color. | +| [SetTransparency(double value)](../../aspose.cells.drawing/line/settransparency/) | Returns or sets the degree of transparency of the line as a value from 0.0 (opaque) through 1.0 (clear). | +| [SetType(ErrorBarType value)](./settype/) | Represents error bar amount type. | +| [SetWeight(WeightType value)](../../aspose.cells.drawing/line/setweight/) | Gets or sets the [WeightType](../../aspose.cells.drawing/weighttype/) of the line. | +| [SetWeightPt(double value)](../../aspose.cells.drawing/line/setweightpt/) | Gets or sets the weight of the line in unit of points. | +| [SetWeightPx(double value)](../../aspose.cells.drawing/line/setweightpx/) | Gets or sets the weight of the line in unit of pixels. | +| [~ErrorBar()](./~errorbar/) | Destructor. | +| [~Line()](../../aspose.cells.drawing/line/~line/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook workbook; +Cells cells = workbook.GetWorksheets().Get(0).GetCells(); +cells.Get(u"a1").PutValue(2); +cells.Get(u"a2").PutValue(5); +cells.Get(u"a3").PutValue(3); +cells.Get(u"a4").PutValue(6); +cells.Get(u"b1").PutValue(4); +cells.Get(u"b2").PutValue(3); +cells.Get(u"b3").PutValue(6); +cells.Get(u"b4").PutValue(7); + +cells.Get(u"C1").PutValue(u"Q1"); +cells.Get(u"C2").PutValue(u"Q2"); +cells.Get(u"C3").PutValue(u"Y1"); +cells.Get(u"C4").PutValue(u"Y2"); + +int chartIndex = workbook.GetWorksheets().Get(0).GetCharts().Add(ChartType::Column, 11, 0, 27, 10); + +Chart chart = workbook.GetWorksheets().Get(0).GetCharts().Get(chartIndex); +chart.GetNSeries().Add(u"A1:B4", true); + +chart.GetNSeries().SetCategoryData(u"C1:C4"); + +for (int i = 0; i < chart.GetNSeries().GetCount(); i++) +{ + Series aseries = chart.GetNSeries().Get(i); + aseries.GetYErrorBar().SetDisplayType(ErrorBarDisplayType::Minus); + aseries.GetYErrorBar().SetType(ErrorBarType::FixedValue); + aseries.GetYErrorBar().SetAmount(5); +} +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Line](../../aspose.cells.drawing/line/) +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/errorbar/errorbar/_index.md b/spanish/cpp/aspose.cells.charts/errorbar/errorbar/_index.md new file mode 100644 index 00000000000..021311ffcf5 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/errorbar/errorbar/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Charts::ErrorBar::ErrorBar constructor +linktitle: ErrorBar +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ErrorBar::ErrorBar constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.charts/errorbar/errorbar/ +--- +## ErrorBar::ErrorBar(ErrorBar_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Charts::ErrorBar::ErrorBar(ErrorBar_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ErrorBar](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## ErrorBar::ErrorBar(const ErrorBar\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Charts::ErrorBar::ErrorBar(const ErrorBar &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ErrorBar](../) +* Class [ErrorBar](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## ErrorBar::ErrorBar(const Line\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Charts::ErrorBar::ErrorBar(const Line &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Line](../../../aspose.cells.drawing/line/) +* Class [ErrorBar](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/errorbar/getamount/_index.md b/spanish/cpp/aspose.cells.charts/errorbar/getamount/_index.md new file mode 100644 index 00000000000..bd99e57e9f6 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/errorbar/getamount/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::ErrorBar::GetAmount method +linktitle: GetAmount +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ErrorBar::GetAmount method. Represents amount of error bar in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.charts/errorbar/getamount/ +--- +## ErrorBar::GetAmount method + + +Represents amount of error bar. + +```cpp +double Aspose::Cells::Charts::ErrorBar::GetAmount() +``` + +## Remarks + + +The amount must be greater than or equal to zero. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ErrorBar](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/errorbar/getdisplaytype/_index.md b/spanish/cpp/aspose.cells.charts/errorbar/getdisplaytype/_index.md new file mode 100644 index 00000000000..0f640ed5250 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/errorbar/getdisplaytype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ErrorBar::GetDisplayType method +linktitle: GetDisplayType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ErrorBar::GetDisplayType method. Represents the display type of error bar in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.charts/errorbar/getdisplaytype/ +--- +## ErrorBar::GetDisplayType method + + +Represents the display type of error bar. + +```cpp +ErrorBarDisplayType Aspose::Cells::Charts::ErrorBar::GetDisplayType() +``` + +## See Also + +* Enum [ErrorBarDisplayType](../../errorbardisplaytype/) +* Class [ErrorBar](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/errorbar/getminusvalue/_index.md b/spanish/cpp/aspose.cells.charts/errorbar/getminusvalue/_index.md new file mode 100644 index 00000000000..d5f609f88da --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/errorbar/getminusvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ErrorBar::GetMinusValue method +linktitle: GetMinusValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ErrorBar::GetMinusValue method. Represents negative error amount when error bar type is Custom in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.charts/errorbar/getminusvalue/ +--- +## ErrorBar::GetMinusValue method + + +Represents negative error amount when error bar type is Custom. + +```cpp +U16String Aspose::Cells::Charts::ErrorBar::GetMinusValue() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ErrorBar](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/errorbar/getplusvalue/_index.md b/spanish/cpp/aspose.cells.charts/errorbar/getplusvalue/_index.md new file mode 100644 index 00000000000..6f5652c6286 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/errorbar/getplusvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ErrorBar::GetPlusValue method +linktitle: GetPlusValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ErrorBar::GetPlusValue method. Represents positive error amount when error bar type is Custom in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.charts/errorbar/getplusvalue/ +--- +## ErrorBar::GetPlusValue method + + +Represents positive error amount when error bar type is Custom. + +```cpp +U16String Aspose::Cells::Charts::ErrorBar::GetPlusValue() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ErrorBar](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/errorbar/getshowmarkerttop/_index.md b/spanish/cpp/aspose.cells.charts/errorbar/getshowmarkerttop/_index.md new file mode 100644 index 00000000000..dbc772b2b11 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/errorbar/getshowmarkerttop/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ErrorBar::GetShowMarkerTTop method +linktitle: GetShowMarkerTTop +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ErrorBar::GetShowMarkerTTop method. Indicates if formatting error bars with a T-top in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.charts/errorbar/getshowmarkerttop/ +--- +## ErrorBar::GetShowMarkerTTop method + + +Indicates if formatting error bars with a T-top. + +```cpp +bool Aspose::Cells::Charts::ErrorBar::GetShowMarkerTTop() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ErrorBar](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/errorbar/gettype/_index.md b/spanish/cpp/aspose.cells.charts/errorbar/gettype/_index.md new file mode 100644 index 00000000000..ee63ae54b35 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/errorbar/gettype/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::Charts::ErrorBar::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ErrorBar::GetType method. Represents error bar amount type in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.charts/errorbar/gettype/ +--- +## ErrorBar::GetType method + + +Represents error bar amount type. + +```cpp +ErrorBarType Aspose::Cells::Charts::ErrorBar::GetType() +``` + + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook wb(u"chart.xlsx"); +Chart chart = wb.GetWorksheets().Get(0).GetCharts().Get(0); +Series aseries = chart.GetNSeries().Get(0); +//Establece un tipo de barra de error personalizada +ErrorBarType ty = aseries.GetYErrorBar().GetType(); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Enum [ErrorBarType](../../errorbartype/) +* Class [ErrorBar](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/errorbar/isnull/_index.md b/spanish/cpp/aspose.cells.charts/errorbar/isnull/_index.md new file mode 100644 index 00000000000..9a47e0d5f69 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/errorbar/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::ErrorBar::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ErrorBar::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.charts/errorbar/isnull/ +--- +## ErrorBar::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Charts::ErrorBar::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ErrorBar](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/errorbar/operator_asm/_index.md b/spanish/cpp/aspose.cells.charts/errorbar/operator_asm/_index.md new file mode 100644 index 00000000000..2258ae8f9dc --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/errorbar/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::ErrorBar::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ErrorBar::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.charts/errorbar/operator_asm/ +--- +## ErrorBar::operator= method + + +operator= + +```cpp +ErrorBar & Aspose::Cells::Charts::ErrorBar::operator=(const ErrorBar &src) +``` + +## See Also + +* Class [ErrorBar](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ErrorBar](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/errorbar/operator_bool/_index.md b/spanish/cpp/aspose.cells.charts/errorbar/operator_bool/_index.md new file mode 100644 index 00000000000..832ba7f676b --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/errorbar/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::ErrorBar::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ErrorBar::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.charts/errorbar/operator_bool/ +--- +## ErrorBar::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Charts::ErrorBar::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ErrorBar](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/errorbar/setamount/_index.md b/spanish/cpp/aspose.cells.charts/errorbar/setamount/_index.md new file mode 100644 index 00000000000..e9fba51caa7 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/errorbar/setamount/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::ErrorBar::SetAmount method +linktitle: SetAmount +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ErrorBar::SetAmount method. Represents amount of error bar in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.charts/errorbar/setamount/ +--- +## ErrorBar::SetAmount method + + +Represents amount of error bar. + +```cpp +void Aspose::Cells::Charts::ErrorBar::SetAmount(double value) +``` + +## Remarks + + +The amount must be greater than or equal to zero. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ErrorBar](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/errorbar/setdisplaytype/_index.md b/spanish/cpp/aspose.cells.charts/errorbar/setdisplaytype/_index.md new file mode 100644 index 00000000000..02cc7499fec --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/errorbar/setdisplaytype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::ErrorBar::SetDisplayType method +linktitle: SetDisplayType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ErrorBar::SetDisplayType method. Represents the display type of error bar in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.charts/errorbar/setdisplaytype/ +--- +## ErrorBar::SetDisplayType method + + +Represents the display type of error bar. + +```cpp +void Aspose::Cells::Charts::ErrorBar::SetDisplayType(ErrorBarDisplayType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ErrorBarDisplayType](../../errorbardisplaytype/) +* Class [ErrorBar](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/errorbar/setminusvalue/_index.md b/spanish/cpp/aspose.cells.charts/errorbar/setminusvalue/_index.md new file mode 100644 index 00000000000..090e279482e --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/errorbar/setminusvalue/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Charts::ErrorBar::SetMinusValue method +linktitle: SetMinusValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ErrorBar::SetMinusValue method. Represents negative error amount when error bar type is Custom in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.charts/errorbar/setminusvalue/ +--- +## ErrorBar::SetMinusValue(const U16String\&) method + + +Represents negative error amount when error bar type is Custom. + +```cpp +void Aspose::Cells::Charts::ErrorBar::SetMinusValue(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ErrorBar](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## ErrorBar::SetMinusValue(const char16_t*) method + + +Represents negative error amount when error bar type is Custom. + +```cpp +void Aspose::Cells::Charts::ErrorBar::SetMinusValue(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ErrorBar](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/errorbar/setplusvalue/_index.md b/spanish/cpp/aspose.cells.charts/errorbar/setplusvalue/_index.md new file mode 100644 index 00000000000..a021aa03205 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/errorbar/setplusvalue/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Charts::ErrorBar::SetPlusValue method +linktitle: SetPlusValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ErrorBar::SetPlusValue method. Represents positive error amount when error bar type is Custom in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.charts/errorbar/setplusvalue/ +--- +## ErrorBar::SetPlusValue(const U16String\&) method + + +Represents positive error amount when error bar type is Custom. + +```cpp +void Aspose::Cells::Charts::ErrorBar::SetPlusValue(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ErrorBar](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## ErrorBar::SetPlusValue(const char16_t*) method + + +Represents positive error amount when error bar type is Custom. + +```cpp +void Aspose::Cells::Charts::ErrorBar::SetPlusValue(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ErrorBar](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/errorbar/setshowmarkerttop/_index.md b/spanish/cpp/aspose.cells.charts/errorbar/setshowmarkerttop/_index.md new file mode 100644 index 00000000000..168346421d2 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/errorbar/setshowmarkerttop/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::ErrorBar::SetShowMarkerTTop method +linktitle: SetShowMarkerTTop +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ErrorBar::SetShowMarkerTTop method. Indicates if formatting error bars with a T-top in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.charts/errorbar/setshowmarkerttop/ +--- +## ErrorBar::SetShowMarkerTTop method + + +Indicates if formatting error bars with a T-top. + +```cpp +void Aspose::Cells::Charts::ErrorBar::SetShowMarkerTTop(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ErrorBar](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/errorbar/settype/_index.md b/spanish/cpp/aspose.cells.charts/errorbar/settype/_index.md new file mode 100644 index 00000000000..a0780229629 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/errorbar/settype/_index.md @@ -0,0 +1,42 @@ +--- +title: Aspose::Cells::Charts::ErrorBar::SetType method +linktitle: SetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ErrorBar::SetType method. Represents error bar amount type in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.charts/errorbar/settype/ +--- +## ErrorBar::SetType method + + +Represents error bar amount type. + +```cpp +void Aspose::Cells::Charts::ErrorBar::SetType(ErrorBarType value) +``` + + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook wb(u"chart.xlsx"); +Chart chart = wb.GetWorksheets().Get(0).GetCharts().Get(0); +Series aseries = chart.GetNSeries().Get(0); +//Establece un tipo de barra de error personalizada +aseries.GetYErrorBar().SetType(ErrorBarType::Custom); +aseries.GetYErrorBar().SetPlusValue(u"=Sheet1!A1"); +aseries.GetYErrorBar().SetMinusValue(u"=Sheet1!A2"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ErrorBarType](../../errorbartype/) +* Class [ErrorBar](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/errorbar/~errorbar/_index.md b/spanish/cpp/aspose.cells.charts/errorbar/~errorbar/_index.md new file mode 100644 index 00000000000..030723c1de5 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/errorbar/~errorbar/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::ErrorBar::~ErrorBar method +linktitle: ~ErrorBar +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ErrorBar::~ErrorBar method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.charts/errorbar/~errorbar/ +--- +## ErrorBar::~ErrorBar method + + +Destructor. + +```cpp +Aspose::Cells::Charts::ErrorBar::~ErrorBar() +``` + +## See Also + +* Class [ErrorBar](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/errorbardisplaytype/_index.md b/spanish/cpp/aspose.cells.charts/errorbardisplaytype/_index.md new file mode 100644 index 00000000000..9a9af9801aa --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/errorbardisplaytype/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Cells::Charts::ErrorBarDisplayType enum +linktitle: ErrorBarDisplayType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ErrorBarDisplayType enum. Represents error bar display type in C++.' +type: docs +weight: 5000 +url: /es/cpp/aspose.cells.charts/errorbardisplaytype/ +--- +## ErrorBarDisplayType enum + + +Represents error bar display type. + +```cpp +enum class ErrorBarDisplayType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Both | 0 |
Both. | +| Minus | 1 |
Minus. | +| None | 2 |
None. | +| Plus | 3 |
Plus. | + +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/errorbartype/_index.md b/spanish/cpp/aspose.cells.charts/errorbartype/_index.md new file mode 100644 index 00000000000..cdbc038c3f2 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/errorbartype/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Charts::ErrorBarType enum +linktitle: ErrorBarType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::ErrorBarType enum. Represents error bar amount type in C++.' +type: docs +weight: 5100 +url: /es/cpp/aspose.cells.charts/errorbartype/ +--- +## ErrorBarType enum + + +Represents error bar amount type. + +```cpp +enum class ErrorBarType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Custom | 0 |
InnerCustom value type. | +| FixedValue | 1 |
Fixed value type. | +| Percent | 2 |
Percentage type. | +| StDev | 3 |
Standard deviation type. | +| StError | 4 |
Standard error type. | + +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/floor/_impl/_index.md b/spanish/cpp/aspose.cells.charts/floor/_impl/_index.md new file mode 100644 index 00000000000..654da50cfe6 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/floor/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::Floor::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Floor::_impl field. The implementation object in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.charts/floor/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +Floor_Impl* Aspose::Cells::Charts::Floor::_impl +``` + +## See Also + +* Class [Floor](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/floor/_index.md b/spanish/cpp/aspose.cells.charts/floor/_index.md new file mode 100644 index 00000000000..30e82ed0fd4 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/floor/_index.md @@ -0,0 +1,111 @@ +--- +title: Aspose::Cells::Charts::Floor class +linktitle: Floor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Floor class. Encapsulates the object that represents the floor of a 3-D chart in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.charts/floor/ +--- +## Floor class + + +Encapsulates the object that represents the floor of a 3-D chart. + +```cpp +class Floor : public Aspose::Cells::Drawing::Area +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Area(Area_Impl* impl)](../../aspose.cells.drawing/area/area/) | Constructs from an implementation object. | +| [Area(const Area\& src)](../../aspose.cells.drawing/area/area/) | Copy constructor. | +| [Floor(Floor_Impl* impl)](./floor/) | Constructs from an implementation object. | +| [Floor(const Floor\& src)](./floor/) | Copy constructor. | +| [Floor(const Area\& src)](./floor/) | Constructs from a parent object. | +| [GetBackgroundColor()](../../aspose.cells.drawing/area/getbackgroundcolor/) | Gets or sets the background [Color](../../aspose.cells/color/) of the [Area](../../aspose.cells.drawing/area/). | +| [GetBorder()](./getborder/) | Gets or sets the border Line. | +| [GetFillFormat()](../../aspose.cells.drawing/area/getfillformat/) | Represents a [FillFormat](../../aspose.cells.drawing/fillformat/) object that contains fill formatting properties for the specified chart or shape. | +| [GetForegroundColor()](../../aspose.cells.drawing/area/getforegroundcolor/) | Gets or sets the foreground [Color](../../aspose.cells/color/). | +| [GetFormatting()](../../aspose.cells.drawing/area/getformatting/) | Represents the formatting of the area. | +| [GetInvertIfNegative()](../../aspose.cells.drawing/area/getinvertifnegative/) | If the property is true and the value of chart point is a negative number, the foreground color and background color will be exchanged. | +| [GetTransparency()](../../aspose.cells.drawing/area/gettransparency/) | Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const Floor\& src)](./operator_asm/) | operator= | +| [operator=(const Area\& src)](../../aspose.cells.drawing/area/operator_asm/) | operator= | +| [SetBackgroundColor(const Aspose::Cells::Color\& value)](../../aspose.cells.drawing/area/setbackgroundcolor/) | Gets or sets the background [Color](../../aspose.cells/color/) of the [Area](../../aspose.cells.drawing/area/). | +| [SetBorder(const Line\& value)](./setborder/) | Gets or sets the border Line. | +| [SetForegroundColor(const Aspose::Cells::Color\& value)](../../aspose.cells.drawing/area/setforegroundcolor/) | Gets or sets the foreground [Color](../../aspose.cells/color/). | +| [SetFormatting(FormattingType value)](../../aspose.cells.drawing/area/setformatting/) | Represents the formatting of the area. | +| [SetInvertIfNegative(bool value)](../../aspose.cells.drawing/area/setinvertifnegative/) | If the property is true and the value of chart point is a negative number, the foreground color and background color will be exchanged. | +| [SetTransparency(double value)](../../aspose.cells.drawing/area/settransparency/) | Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). | +| [~Area()](../../aspose.cells.drawing/area/~area/) | Destructor. | +| [~Floor()](./~floor/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciar la clase License +License license; + +//Pasar solo el nombre del archivo de licencia incrustado en el ensamblado +license.SetLicense(u"Aspose.Cells.lic"); + +//Instanciar el objeto workbook +Workbook workbook; + +//Obtener la colección de celdas +Cells cells = workbook.GetWorksheets().Get(0).GetCells(); + +//Colocar valores en celdas +cells.Get(u"A1").PutValue(1); + +cells.Get(u"A2").PutValue(2); + +cells.Get(u"A3").PutValue(3); + +//obtener colección de gráficos +ChartCollection charts = workbook.GetWorksheets().Get(0).GetCharts(); + +//agregar un nuevo gráfico +int index = charts.Add(ChartType::Column3DStacked, 5, 0, 15, 5); + +//obtener el gráfico recién añadido +Chart chart = charts.Get(index); + +//establecer nseries de gráficos +chart.GetNSeries().Add(u"A1:A3", true); + +//Mostrar etiquetas de datos +chart.GetNSeries().Get(0).GetDataLabels().SetShowValue(true); + +//Obtener el piso del gráfico +Floor floor = chart.GetFloor(); + +//establecer el borde del piso como rojo +floor.GetBorder().SetColor(Color{ 0xff, 0xff, 0, 0 }); + +//establecer formato de relleno +floor.GetFillFormat().SetPresetColorGradient(GradientPresetType::CalmWater, GradientStyleType::DiagonalDown, 2); + +//guardar el archivo +workbook.Save(u"dest.xls"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Area](../../aspose.cells.drawing/area/) +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/floor/floor/_index.md b/spanish/cpp/aspose.cells.charts/floor/floor/_index.md new file mode 100644 index 00000000000..f9d0e16bd3a --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/floor/floor/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Charts::Floor::Floor constructor +linktitle: Floor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Floor::Floor constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.charts/floor/floor/ +--- +## Floor::Floor(Floor_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Charts::Floor::Floor(Floor_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Floor](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## Floor::Floor(const Floor\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Charts::Floor::Floor(const Floor &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Floor](../) +* Class [Floor](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## Floor::Floor(const Area\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Charts::Floor::Floor(const Area &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Area](../../../aspose.cells.drawing/area/) +* Class [Floor](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/floor/getborder/_index.md b/spanish/cpp/aspose.cells.charts/floor/getborder/_index.md new file mode 100644 index 00000000000..dc9d900baeb --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/floor/getborder/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Floor::GetBorder method +linktitle: GetBorder +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Floor::GetBorder method. Gets or sets the border Line in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.charts/floor/getborder/ +--- +## Floor::GetBorder method + + +Gets or sets the border Line. + +```cpp +Line Aspose::Cells::Charts::Floor::GetBorder() +``` + +## See Also + +* Class [Line](../../../aspose.cells.drawing/line/) +* Class [Floor](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/floor/isnull/_index.md b/spanish/cpp/aspose.cells.charts/floor/isnull/_index.md new file mode 100644 index 00000000000..c1bf468116b --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/floor/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::Floor::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Floor::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.charts/floor/isnull/ +--- +## Floor::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Charts::Floor::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Floor](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/floor/operator_asm/_index.md b/spanish/cpp/aspose.cells.charts/floor/operator_asm/_index.md new file mode 100644 index 00000000000..be0a3ca183b --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/floor/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::Floor::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Floor::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.charts/floor/operator_asm/ +--- +## Floor::operator= method + + +operator= + +```cpp +Floor & Aspose::Cells::Charts::Floor::operator=(const Floor &src) +``` + +## See Also + +* Class [Floor](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [Floor](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/floor/operator_bool/_index.md b/spanish/cpp/aspose.cells.charts/floor/operator_bool/_index.md new file mode 100644 index 00000000000..8d164360863 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/floor/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::Floor::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Floor::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.charts/floor/operator_bool/ +--- +## Floor::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Charts::Floor::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [Floor](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/floor/setborder/_index.md b/spanish/cpp/aspose.cells.charts/floor/setborder/_index.md new file mode 100644 index 00000000000..51f57e284fc --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/floor/setborder/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::Floor::SetBorder method +linktitle: SetBorder +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Floor::SetBorder method. Gets or sets the border Line in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.charts/floor/setborder/ +--- +## Floor::SetBorder method + + +Gets or sets the border Line. + +```cpp +void Aspose::Cells::Charts::Floor::SetBorder(const Line &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Line](../../../aspose.cells.drawing/line/) +* Class [Floor](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/floor/~floor/_index.md b/spanish/cpp/aspose.cells.charts/floor/~floor/_index.md new file mode 100644 index 00000000000..8d76bfc3cd3 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/floor/~floor/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::Floor::~Floor method +linktitle: ~Floor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Floor::~Floor method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.charts/floor/~floor/ +--- +## Floor::~Floor method + + +Destructor. + +```cpp +Aspose::Cells::Charts::Floor::~Floor() +``` + +## See Also + +* Class [Floor](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/formattingtype/_index.md b/spanish/cpp/aspose.cells.charts/formattingtype/_index.md new file mode 100644 index 00000000000..fb76aaa3a7c --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/formattingtype/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Charts::FormattingType enum +linktitle: FormattingType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::FormattingType enum. Represents the type of formatting applied to an Area object or a Line object in C++.' +type: docs +weight: 5200 +url: /es/cpp/aspose.cells.charts/formattingtype/ +--- +## FormattingType enum + + +Represents the type of formatting applied to an Area object or a Line object. + +```cpp +enum class FormattingType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Automatic | 0 |
Represents automatic formatting type. | +| Custom | 2 |
Represents custom formatting type. | +| None | 1 |
Represents none formatting type. | + +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/labelpositiontype/_index.md b/spanish/cpp/aspose.cells.charts/labelpositiontype/_index.md new file mode 100644 index 00000000000..80c92060749 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/labelpositiontype/_index.md @@ -0,0 +1,37 @@ +--- +title: Aspose::Cells::Charts::LabelPositionType enum +linktitle: LabelPositionType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::LabelPositionType enum. Represents data label position type in C++.' +type: docs +weight: 5500 +url: /es/cpp/aspose.cells.charts/labelpositiontype/ +--- +## LabelPositionType enum + + +Represents data label position type. + +```cpp +enum class LabelPositionType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Center | 0 |
Applies only to bar, 2D/3D pie charts. | +| InsideBase | 1 |
Applies only to bar, 2d/3d pie charts. | +| InsideEnd | 2 |
Applies only to bar charts. | +| OutsideEnd | 3 |
Applies only to bar, 2d/3d pie charts. | +| Above | 4 |
Applies only to line charts. | +| Below | 5 |
Applies only to line charts. | +| Left | 6 |
Applies only to line charts. | +| Right | 7 |
Applies only to line charts. | +| BestFit | 8 |
Applies only to 2D/3D pie charts. | +| Moved | 9 |
User moved the data labels only for reading the chart from the template file. | + +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/legend/_impl/_index.md b/spanish/cpp/aspose.cells.charts/legend/_impl/_index.md new file mode 100644 index 00000000000..b2e70bbac7b --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/legend/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::Legend::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Legend::_impl field. The implementation object in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.charts/legend/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +Legend_Impl* Aspose::Cells::Charts::Legend::_impl +``` + +## See Also + +* Class [Legend](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/legend/_index.md b/spanish/cpp/aspose.cells.charts/legend/_index.md new file mode 100644 index 00000000000..dd2e6b2ac0d --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/legend/_index.md @@ -0,0 +1,167 @@ +--- +title: Aspose::Cells::Charts::Legend class +linktitle: Legend +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Legend class. Encapsulates the object that represents the chart legend in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.charts/legend/ +--- +## Legend class + + +Encapsulates the object that represents the chart legend. + +```cpp +class Legend : public Aspose::Cells::Charts::ChartTextFrame +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Characters(int32_t startIndex, int32_t length)](../charttextframe/characters/) | Returns a Characters object that represents a range of characters within the text. | +| [ChartFrame(ChartFrame_Impl* impl)](../chartframe/chartframe/) | Constructs from an implementation object. | +| [ChartFrame(const ChartFrame\& src)](../chartframe/chartframe/) | Copy constructor. | +| [ChartTextFrame(ChartTextFrame_Impl* impl)](../charttextframe/charttextframe/) | Constructs from an implementation object. | +| [ChartTextFrame(const ChartTextFrame\& src)](../charttextframe/charttextframe/) | Copy constructor. | +| [ChartTextFrame(const ChartFrame\& src)](../charttextframe/charttextframe/) | Constructs from a parent object. | +| [GetArea()](../chartframe/getarea/) | Gets the [area](../). | +| [GetAutoScaleFont()](../chartframe/getautoscalefont/) | True if the text in the object changes font size when the object size changes. The default value is True. | +| [GetBackground()](../chartframe/getbackground/) | **(Deprecated)** Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions. | +| [GetBackgroundMode()](../chartframe/getbackgroundmode/) | **(Deprecated)** Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions. | +| [GetBorder()](../chartframe/getborder/) | Gets the [border](../). | +| [GetDefaultHeight()](../chartframe/getdefaultheight/) | **(Deprecated)** Represents height of default position in units of 1/4000 of the chart area. | +| [GetDefaultHeightRatioToChart()](../chartframe/getdefaultheightratiotochart/) | Represents height of default position in units of Fraction of the chart area. | +| [GetDefaultWidth()](../chartframe/getdefaultwidth/) | **(Deprecated)** Represents width of default position in units of 1/4000 of the chart area. | +| [GetDefaultWidthRatioToChart()](../chartframe/getdefaultwidthratiotochart/) | Represents width of default position in units of Fraction of the chart area. | +| [GetDefaultX()](../chartframe/getdefaultx/) | **(Deprecated)** Represents x of default position in units of 1/4000 of the chart area. | +| [GetDefaultXRatioToChart()](../chartframe/getdefaultxratiotochart/) | Represents x of default position in units of Fraction of the chart area. | +| [GetDefaultY()](../chartframe/getdefaulty/) | **(Deprecated)** Represents y of default position in units of 1/4000 of the chart area. | +| [GetDefaultYRatioToChart()](../chartframe/getdefaultyratiotochart/) | Represents y of default position in units of Fraction of the chart area. | +| [GetDirectionType()](../charttextframe/getdirectiontype/) | Gets and sets the direction of text. | +| [GetFont()](../chartframe/getfont/) | Gets a [Font](../../aspose.cells/font/) object of the specified [ChartFrame](../chartframe/) object. | +| [GetHeight()](../chartframe/getheight/) | **(Deprecated)** Gets or sets the height of frame in units of 1/4000 of the chart area. | +| [GetHeightPixel()](../chartframe/getheightpixel/) | Gets or sets the height of frame in units of Pixel. | +| [GetHeightRatioToChart()](../chartframe/getheightratiotochart/) | Gets or sets the height of frame in units of ratio of the chart area. | +| [GetLegendEntries()](./getlegendentries/) | Gets a collection of all the [LegendEntry](../legendentry/) objects in the specified chart legend. Setting the legend entries of the surface chart is not supported. So it will return null if the chart type is surface chart type. | +| [GetLegendLabels()](./getlegendlabels/) | Gets the labels of the legend entries after call [Chart.Calculate()](../chart/calculate/) method. | +| [GetLinkedSource()](../charttextframe/getlinkedsource/) | Gets and sets a reference to the worksheet. | +| [GetPosition()](./getposition/) | Gets or sets the legend position type. | +| [GetReadingOrder()](../charttextframe/getreadingorder/) | Represents text reading order. | +| [GetRotationAngle()](../charttextframe/getrotationangle/) | Represents the text rotation angle. | +| [GetShadow()](../chartframe/getshadow/) | True if the frame has a shadow. | +| [GetShapeProperties()](../chartframe/getshapeproperties/) | Gets the ShapeProperties object. | +| [GetText()](../charttextframe/gettext/) | Gets or sets the text of a frame's title. | +| [GetTextHorizontalAlignment()](../charttextframe/gettexthorizontalalignment/) | Gets and sets the text horizontal alignment. | +| [GetTextOptions()](../chartframe/gettextoptions/) | Gets and sets the options of the text. | +| [GetTextVerticalAlignment()](../charttextframe/gettextverticalalignment/) | Gets or sets the text vertical alignment of text. | +| [GetWidth()](../chartframe/getwidth/) | **(Deprecated)** Gets or sets the width of frame in units of 1/4000 of the chart area. | +| [GetWidthPixel()](../chartframe/getwidthpixel/) | Gets or sets the width of frame in units of Pixel. | +| [GetWidthRatioToChart()](../chartframe/getwidthratiotochart/) | Gets or sets the width of frame in units of ratio of the chart area. | +| [GetX()](../chartframe/getx/) | **(Deprecated)** Gets or sets the x coordinate of the upper left corner in units of 1/4000 of the chart area. | +| [GetXPixel()](../chartframe/getxpixel/) | Gets or sets the x coordinate of the upper left corner in units of Pixel. | +| [GetXRatioToChart()](../chartframe/getxratiotochart/) | Gets or sets the x coordinate of the upper left corner in units of ratio of the chart area. | +| [GetY()](../chartframe/gety/) | **(Deprecated)** Gets or sets the y coordinate of the upper left corner in units of 1/4000 of the chart area. | +| [GetYPixel()](../chartframe/getypixel/) | Gets or sets the y coordinate of the upper left corner in units of Pixel. | +| [GetYRatioToChart()](../chartframe/getyratiotochart/) | Gets or sets the y coordinate of the upper left corner in units of ratio of the chart area. | +| [IsAutomaticRotation()](../charttextframe/isautomaticrotation/) | Indicates whether the text of the chart is automatically rotated. | +| [IsAutomaticSize()](../chartframe/isautomaticsize/) | Indicates whether the chart frame is automatic sized. | +| [IsAutoText()](../charttextframe/isautotext/) | Indicates the text is auto generated. | +| [IsDefaultPosBeSet()](../chartframe/isdefaultposbeset/) | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set. | +| [IsDeleted()](../charttextframe/isdeleted/) | Indicates whether this data labels are deleted. | +| [IsInnerMode()](../chartframe/isinnermode/) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsOverLay()](./isoverlay/) | Gets or sets whether showing the legend without overlapping the chart. | +| [IsResizeShapeToFitText()](../charttextframe/isresizeshapetofittext/) | Gets or sets whether a shape should be auto-fit to fully contain the text described within it. Auto-fitting is when text within a shape is scaled in order to contain all the text inside. | +| [IsTextWrapped()](../charttextframe/istextwrapped/) | Gets or sets a value indicating whether the text is wrapped. | +| [Legend(Legend_Impl* impl)](./legend/) | Constructs from an implementation object. | +| [Legend(const Legend\& src)](./legend/) | Copy constructor. | +| [Legend(const ChartTextFrame\& src)](./legend/) | Constructs from a parent object. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const Legend\& src)](./operator_asm/) | operator= | +| [operator=(const ChartTextFrame\& src)](../charttextframe/operator_asm/) | operator= | +| [operator=(const ChartFrame\& src)](../chartframe/operator_asm/) | operator= | +| [SetAutoScaleFont(bool value)](../chartframe/setautoscalefont/) | True if the text in the object changes font size when the object size changes. The default value is True. | +| [SetBackground(BackgroundMode value)](../chartframe/setbackground/) | **(Deprecated)** Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions. | +| [SetBackgroundMode(BackgroundMode value)](../chartframe/setbackgroundmode/) | **(Deprecated)** Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions. | +| [SetDirectionType(ChartTextDirectionType value)](../charttextframe/setdirectiontype/) | Gets and sets the direction of text. | +| [SetHeight(int32_t value)](../chartframe/setheight/) | **(Deprecated)** Gets or sets the height of frame in units of 1/4000 of the chart area. | +| [SetHeightPixel(int32_t value)](../chartframe/setheightpixel/) | Gets or sets the height of frame in units of Pixel. | +| [SetHeightRatioToChart(double value)](../chartframe/setheightratiotochart/) | Gets or sets the height of frame in units of ratio of the chart area. | +| [SetIsAutomaticSize(bool value)](../chartframe/setisautomaticsize/) | Indicates whether the chart frame is automatic sized. | +| [SetIsAutoText(bool value)](../charttextframe/setisautotext/) | Indicates the text is auto generated. | +| [SetIsDeleted(bool value)](../charttextframe/setisdeleted/) | Indicates whether this data labels are deleted. | +| [SetIsInnerMode(bool value)](../chartframe/setisinnermode/) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. | +| [SetIsOverLay(bool value)](./setisoverlay/) | Gets or sets whether showing the legend without overlapping the chart. | +| [SetIsResizeShapeToFitText(bool value)](../charttextframe/setisresizeshapetofittext/) | Gets or sets whether a shape should be auto-fit to fully contain the text described within it. Auto-fitting is when text within a shape is scaled in order to contain all the text inside. | +| [SetIsTextWrapped(bool value)](../charttextframe/setistextwrapped/) | Gets or sets a value indicating whether the text is wrapped. | +| [SetLinkedSource(const U16String\& value)](../charttextframe/setlinkedsource/) | Gets and sets a reference to the worksheet. | +| [SetLinkedSource(const char16_t* value)](../charttextframe/setlinkedsource/) | Gets and sets a reference to the worksheet. | +| [SetPosition(LegendPositionType value)](./setposition/) | Gets or sets the legend position type. | +| [SetPositionAuto()](../chartframe/setpositionauto/) | Set position of the frame to automatic. | +| [SetReadingOrder(TextDirectionType value)](../charttextframe/setreadingorder/) | Represents text reading order. | +| [SetRotationAngle(int32_t value)](../charttextframe/setrotationangle/) | Represents the text rotation angle. | +| [SetShadow(bool value)](../chartframe/setshadow/) | True if the frame has a shadow. | +| [SetText(const U16String\& value)](../charttextframe/settext/) | Gets or sets the text of a frame's title. | +| [SetText(const char16_t* value)](../charttextframe/settext/) | Gets or sets the text of a frame's title. | +| [SetTextHorizontalAlignment(TextAlignmentType value)](../charttextframe/settexthorizontalalignment/) | Gets and sets the text horizontal alignment. | +| [SetTextVerticalAlignment(TextAlignmentType value)](../charttextframe/settextverticalalignment/) | Gets or sets the text vertical alignment of text. | +| [SetWidth(int32_t value)](../chartframe/setwidth/) | **(Deprecated)** Gets or sets the width of frame in units of 1/4000 of the chart area. | +| [SetWidthPixel(int32_t value)](../chartframe/setwidthpixel/) | Gets or sets the width of frame in units of Pixel. | +| [SetWidthRatioToChart(double value)](../chartframe/setwidthratiotochart/) | Gets or sets the width of frame in units of ratio of the chart area. | +| [SetX(int32_t value)](../chartframe/setx/) | **(Deprecated)** Gets or sets the x coordinate of the upper left corner in units of 1/4000 of the chart area. | +| [SetXPixel(int32_t value)](../chartframe/setxpixel/) | Gets or sets the x coordinate of the upper left corner in units of Pixel. | +| [SetXRatioToChart(double value)](../chartframe/setxratiotochart/) | Gets or sets the x coordinate of the upper left corner in units of ratio of the chart area. | +| [SetY(int32_t value)](../chartframe/sety/) | **(Deprecated)** Gets or sets the y coordinate of the upper left corner in units of 1/4000 of the chart area. | +| [SetYPixel(int32_t value)](../chartframe/setypixel/) | Gets or sets the y coordinate of the upper left corner in units of Pixel. | +| [SetYRatioToChart(double value)](../chartframe/setyratiotochart/) | Gets or sets the y coordinate of the upper left corner in units of ratio of the chart area. | +| [~ChartFrame()](../chartframe/~chartframe/) | Destructor. | +| [~ChartTextFrame()](../charttextframe/~charttextframe/) | Destructor. | +| [~Legend()](./~legend/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook workbook; +Worksheet sheet = workbook.GetWorksheets().Get(0); + +Cells cells = sheet.GetCells(); +cells.Get(0, 1).PutValue(u"Income"); +cells.Get(1, 0).PutValue(u"Company A"); +cells.Get(2, 0).PutValue(u"Company B"); +cells.Get(3, 0).PutValue(u"Company C"); +cells.Get(1, 1).PutValue(10000); +cells.Get(2, 1).PutValue(20000); +cells.Get(3, 1).PutValue(30000); + +int chartIndex = sheet.GetCharts().Add(ChartType::Column, 9, 9, 21, 15); +Chart chart = sheet.GetCharts().Get(chartIndex); +chart.SetChartDataRange(u"A1:B4", true); +//Establecer el ancho y la altura de la leyenda +Legend legend = chart.GetLegend(); + +//La leyenda está en el lado derecho del gráfico por defecto. +//Si la leyenda está en el lado izquierdo o derecho del gráfico, establecer la propiedad Legend.X no tendrá efecto. +//Si la leyenda está en la parte superior o inferior del gráfico, establecer la propiedad Legend.Y no tendrá efecto. +legend.SetY(1500); +legend.SetWidth(50); +legend.SetHeight(50); +//Establecer la posición de la leyenda +legend.SetPosition(LegendPositionType::Left); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [ChartTextFrame](../charttextframe/) +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/legend/getlegendentries/_index.md b/spanish/cpp/aspose.cells.charts/legend/getlegendentries/_index.md new file mode 100644 index 00000000000..6653ea2180a --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/legend/getlegendentries/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Legend::GetLegendEntries method +linktitle: GetLegendEntries +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Legend::GetLegendEntries method. Gets a collection of all the LegendEntry objects in the specified chart legend. Setting the legend entries of the surface chart is not supported. So it will return null if the chart type is surface chart type in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.charts/legend/getlegendentries/ +--- +## Legend::GetLegendEntries method + + +Gets a collection of all the [LegendEntry](../../legendentry/) objects in the specified chart legend. Setting the legend entries of the surface chart is not supported. So it will return null if the chart type is surface chart type. + +```cpp +LegendEntryCollection Aspose::Cells::Charts::Legend::GetLegendEntries() +``` + +## See Also + +* Class [LegendEntryCollection](../../legendentrycollection/) +* Class [Legend](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/legend/getlegendlabels/_index.md b/spanish/cpp/aspose.cells.charts/legend/getlegendlabels/_index.md new file mode 100644 index 00000000000..1375e505c99 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/legend/getlegendlabels/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::Legend::GetLegendLabels method +linktitle: GetLegendLabels +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Legend::GetLegendLabels method. Gets the labels of the legend entries after call Chart.Calculate() method in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.charts/legend/getlegendlabels/ +--- +## Legend::GetLegendLabels method + + +Gets the labels of the legend entries after call [Chart.Calculate()](../../chart/calculate/) method. + +```cpp +Vector Aspose::Cells::Charts::Legend::GetLegendLabels() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Legend](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/legend/getposition/_index.md b/spanish/cpp/aspose.cells.charts/legend/getposition/_index.md new file mode 100644 index 00000000000..1e312c0af44 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/legend/getposition/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::Legend::GetPosition method +linktitle: GetPosition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Legend::GetPosition method. Gets or sets the legend position type in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.charts/legend/getposition/ +--- +## Legend::GetPosition method + + +Gets or sets the legend position type. + +```cpp +LegendPositionType Aspose::Cells::Charts::Legend::GetPosition() +``` + +## Remarks + + + + +Default position is right. + +If the legend is at left or right side of the chart, setting Legend.X property will not take effect. + +If the legend is at top or bottom side of the chart, setting Legend.Y property will not take effect. +## See Also + +* Enum [LegendPositionType](../../legendpositiontype/) +* Class [Legend](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/legend/isnull/_index.md b/spanish/cpp/aspose.cells.charts/legend/isnull/_index.md new file mode 100644 index 00000000000..1de21f46e5f --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/legend/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::Legend::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Legend::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.charts/legend/isnull/ +--- +## Legend::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Charts::Legend::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Legend](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/legend/isoverlay/_index.md b/spanish/cpp/aspose.cells.charts/legend/isoverlay/_index.md new file mode 100644 index 00000000000..2c342f64dd1 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/legend/isoverlay/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Legend::IsOverLay method +linktitle: IsOverLay +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Legend::IsOverLay method. Gets or sets whether showing the legend without overlapping the chart in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.charts/legend/isoverlay/ +--- +## Legend::IsOverLay method + + +Gets or sets whether showing the legend without overlapping the chart. + +```cpp +bool Aspose::Cells::Charts::Legend::IsOverLay() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Legend](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/legend/legend/_index.md b/spanish/cpp/aspose.cells.charts/legend/legend/_index.md new file mode 100644 index 00000000000..b1ae858ce1d --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/legend/legend/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Charts::Legend::Legend constructor +linktitle: Legend +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Legend::Legend constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.charts/legend/legend/ +--- +## Legend::Legend(Legend_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Charts::Legend::Legend(Legend_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Legend](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## Legend::Legend(const Legend\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Charts::Legend::Legend(const Legend &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Legend](../) +* Class [Legend](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## Legend::Legend(const ChartTextFrame\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Charts::Legend::Legend(const ChartTextFrame &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartTextFrame](../../charttextframe/) +* Class [Legend](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/legend/operator_asm/_index.md b/spanish/cpp/aspose.cells.charts/legend/operator_asm/_index.md new file mode 100644 index 00000000000..0ee16bbdad1 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/legend/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::Legend::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Legend::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.charts/legend/operator_asm/ +--- +## Legend::operator= method + + +operator= + +```cpp +Legend & Aspose::Cells::Charts::Legend::operator=(const Legend &src) +``` + +## See Also + +* Class [Legend](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [Legend](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/legend/operator_bool/_index.md b/spanish/cpp/aspose.cells.charts/legend/operator_bool/_index.md new file mode 100644 index 00000000000..d94ccf62f85 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/legend/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::Legend::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Legend::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.charts/legend/operator_bool/ +--- +## Legend::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Charts::Legend::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [Legend](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/legend/setisoverlay/_index.md b/spanish/cpp/aspose.cells.charts/legend/setisoverlay/_index.md new file mode 100644 index 00000000000..c27a493bbb0 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/legend/setisoverlay/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Legend::SetIsOverLay method +linktitle: SetIsOverLay +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Legend::SetIsOverLay method. Gets or sets whether showing the legend without overlapping the chart in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.charts/legend/setisoverlay/ +--- +## Legend::SetIsOverLay method + + +Gets or sets whether showing the legend without overlapping the chart. + +```cpp +void Aspose::Cells::Charts::Legend::SetIsOverLay(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Legend](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/legend/setposition/_index.md b/spanish/cpp/aspose.cells.charts/legend/setposition/_index.md new file mode 100644 index 00000000000..ecdf68570a6 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/legend/setposition/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Charts::Legend::SetPosition method +linktitle: SetPosition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Legend::SetPosition method. Gets or sets the legend position type in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.charts/legend/setposition/ +--- +## Legend::SetPosition method + + +Gets or sets the legend position type. + +```cpp +void Aspose::Cells::Charts::Legend::SetPosition(LegendPositionType value) +``` + +## Remarks + + + + +Default position is right. + +If the legend is at left or right side of the chart, setting Legend.X property will not take effect. + +If the legend is at top or bottom side of the chart, setting Legend.Y property will not take effect. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [LegendPositionType](../../legendpositiontype/) +* Class [Legend](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/legend/~legend/_index.md b/spanish/cpp/aspose.cells.charts/legend/~legend/_index.md new file mode 100644 index 00000000000..dec983db59b --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/legend/~legend/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::Legend::~Legend method +linktitle: ~Legend +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Legend::~Legend method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.charts/legend/~legend/ +--- +## Legend::~Legend method + + +Destructor. + +```cpp +Aspose::Cells::Charts::Legend::~Legend() +``` + +## See Also + +* Class [Legend](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/legendentry/_impl/_index.md b/spanish/cpp/aspose.cells.charts/legendentry/_impl/_index.md new file mode 100644 index 00000000000..90286790356 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/legendentry/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::LegendEntry::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::LegendEntry::_impl field. The implementation object in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.charts/legendentry/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +LegendEntry_Impl* Aspose::Cells::Charts::LegendEntry::_impl +``` + +## See Also + +* Class [LegendEntry](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/legendentry/_index.md b/spanish/cpp/aspose.cells.charts/legendentry/_index.md new file mode 100644 index 00000000000..93fdc06462a --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/legendentry/_index.md @@ -0,0 +1,46 @@ +--- +title: Aspose::Cells::Charts::LegendEntry class +linktitle: LegendEntry +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::LegendEntry class. Represents a legend entry in a chart legend in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.charts/legendentry/ +--- +## LegendEntry class + + +Represents a legend entry in a chart legend. + +```cpp +class LegendEntry +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetAutoScaleFont()](./getautoscalefont/) | True if the text in the object changes font size when the object size changes. The default value is True. | +| [GetBackgroundMode()](./getbackgroundmode/) | Gets and sets the display mode of the background. | +| [GetFont()](./getfont/) | Gets a [Font](../../aspose.cells/font/) object of the specified [ChartFrame](../chartframe/) object. | +| [IsDeleted()](./isdeleted/) | Gets and sets whether the legend entry is deleted. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsTextNoFill()](./istextnofill/) | Gets or sets no fill of the text. | +| [LegendEntry(LegendEntry_Impl* impl)](./legendentry/) | Constructs from an implementation object. | +| [LegendEntry(const LegendEntry\& src)](./legendentry/) | Copy constructor. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const LegendEntry\& src)](./operator_asm/) | operator= | +| [SetAutoScaleFont(bool value)](./setautoscalefont/) | True if the text in the object changes font size when the object size changes. The default value is True. | +| [SetBackgroundMode(BackgroundMode value)](./setbackgroundmode/) | Gets and sets the display mode of the background. | +| [SetIsDeleted(bool value)](./setisdeleted/) | Gets and sets whether the legend entry is deleted. | +| [SetIsTextNoFill(bool value)](./setistextnofill/) | Gets or sets no fill of the text. | +| [~LegendEntry()](./~legendentry/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/legendentry/getautoscalefont/_index.md b/spanish/cpp/aspose.cells.charts/legendentry/getautoscalefont/_index.md new file mode 100644 index 00000000000..3c5dadadb0c --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/legendentry/getautoscalefont/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::LegendEntry::GetAutoScaleFont method +linktitle: GetAutoScaleFont +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::LegendEntry::GetAutoScaleFont method. True if the text in the object changes font size when the object size changes. The default value is True in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.charts/legendentry/getautoscalefont/ +--- +## LegendEntry::GetAutoScaleFont method + + +True if the text in the object changes font size when the object size changes. The default value is True. + +```cpp +bool Aspose::Cells::Charts::LegendEntry::GetAutoScaleFont() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LegendEntry](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/legendentry/getbackgroundmode/_index.md b/spanish/cpp/aspose.cells.charts/legendentry/getbackgroundmode/_index.md new file mode 100644 index 00000000000..38c37cb141a --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/legendentry/getbackgroundmode/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::LegendEntry::GetBackgroundMode method +linktitle: GetBackgroundMode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::LegendEntry::GetBackgroundMode method. Gets and sets the display mode of the background in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.charts/legendentry/getbackgroundmode/ +--- +## LegendEntry::GetBackgroundMode method + + +Gets and sets the display mode of the background. + +```cpp +BackgroundMode Aspose::Cells::Charts::LegendEntry::GetBackgroundMode() +``` + +## See Also + +* Enum [BackgroundMode](../../backgroundmode/) +* Class [LegendEntry](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/legendentry/getfont/_index.md b/spanish/cpp/aspose.cells.charts/legendentry/getfont/_index.md new file mode 100644 index 00000000000..e362cb88326 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/legendentry/getfont/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::LegendEntry::GetFont method +linktitle: GetFont +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::LegendEntry::GetFont method. Gets a Font object of the specified ChartFrame object in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.charts/legendentry/getfont/ +--- +## LegendEntry::GetFont method + + +Gets a [Font](../../../aspose.cells/font/) object of the specified [ChartFrame](../../chartframe/) object. + +```cpp +Aspose::Cells::Font Aspose::Cells::Charts::LegendEntry::GetFont() +``` + +## See Also + +* Class [Font](../../../aspose.cells/font/) +* Class [LegendEntry](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/legendentry/isdeleted/_index.md b/spanish/cpp/aspose.cells.charts/legendentry/isdeleted/_index.md new file mode 100644 index 00000000000..3261463317d --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/legendentry/isdeleted/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::LegendEntry::IsDeleted method +linktitle: IsDeleted +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::LegendEntry::IsDeleted method. Gets and sets whether the legend entry is deleted in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.charts/legendentry/isdeleted/ +--- +## LegendEntry::IsDeleted method + + +Gets and sets whether the legend entry is deleted. + +```cpp +bool Aspose::Cells::Charts::LegendEntry::IsDeleted() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LegendEntry](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/legendentry/isnull/_index.md b/spanish/cpp/aspose.cells.charts/legendentry/isnull/_index.md new file mode 100644 index 00000000000..20f50c73ab8 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/legendentry/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::LegendEntry::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::LegendEntry::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.charts/legendentry/isnull/ +--- +## LegendEntry::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Charts::LegendEntry::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LegendEntry](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/legendentry/istextnofill/_index.md b/spanish/cpp/aspose.cells.charts/legendentry/istextnofill/_index.md new file mode 100644 index 00000000000..a0292023420 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/legendentry/istextnofill/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::LegendEntry::IsTextNoFill method +linktitle: IsTextNoFill +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::LegendEntry::IsTextNoFill method. Gets or sets no fill of the text in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.charts/legendentry/istextnofill/ +--- +## LegendEntry::IsTextNoFill method + + +Gets or sets no fill of the text. + +```cpp +bool Aspose::Cells::Charts::LegendEntry::IsTextNoFill() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LegendEntry](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/legendentry/legendentry/_index.md b/spanish/cpp/aspose.cells.charts/legendentry/legendentry/_index.md new file mode 100644 index 00000000000..02cf0c91daf --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/legendentry/legendentry/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Charts::LegendEntry::LegendEntry constructor +linktitle: LegendEntry +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::LegendEntry::LegendEntry constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.charts/legendentry/legendentry/ +--- +## LegendEntry::LegendEntry(LegendEntry_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Charts::LegendEntry::LegendEntry(LegendEntry_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LegendEntry](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## LegendEntry::LegendEntry(const LegendEntry\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Charts::LegendEntry::LegendEntry(const LegendEntry &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LegendEntry](../) +* Class [LegendEntry](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/legendentry/operator_asm/_index.md b/spanish/cpp/aspose.cells.charts/legendentry/operator_asm/_index.md new file mode 100644 index 00000000000..23c78b7275f --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/legendentry/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::LegendEntry::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::LegendEntry::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.charts/legendentry/operator_asm/ +--- +## LegendEntry::operator= method + + +operator= + +```cpp +LegendEntry & Aspose::Cells::Charts::LegendEntry::operator=(const LegendEntry &src) +``` + +## See Also + +* Class [LegendEntry](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [LegendEntry](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/legendentry/operator_bool/_index.md b/spanish/cpp/aspose.cells.charts/legendentry/operator_bool/_index.md new file mode 100644 index 00000000000..b55d59d30c7 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/legendentry/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::LegendEntry::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::LegendEntry::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.charts/legendentry/operator_bool/ +--- +## LegendEntry::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Charts::LegendEntry::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [LegendEntry](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/legendentry/setautoscalefont/_index.md b/spanish/cpp/aspose.cells.charts/legendentry/setautoscalefont/_index.md new file mode 100644 index 00000000000..3825ec073f8 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/legendentry/setautoscalefont/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::LegendEntry::SetAutoScaleFont method +linktitle: SetAutoScaleFont +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::LegendEntry::SetAutoScaleFont method. True if the text in the object changes font size when the object size changes. The default value is True in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.charts/legendentry/setautoscalefont/ +--- +## LegendEntry::SetAutoScaleFont method + + +True if the text in the object changes font size when the object size changes. The default value is True. + +```cpp +void Aspose::Cells::Charts::LegendEntry::SetAutoScaleFont(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LegendEntry](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/legendentry/setbackgroundmode/_index.md b/spanish/cpp/aspose.cells.charts/legendentry/setbackgroundmode/_index.md new file mode 100644 index 00000000000..48632afc475 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/legendentry/setbackgroundmode/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::LegendEntry::SetBackgroundMode method +linktitle: SetBackgroundMode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::LegendEntry::SetBackgroundMode method. Gets and sets the display mode of the background in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.charts/legendentry/setbackgroundmode/ +--- +## LegendEntry::SetBackgroundMode method + + +Gets and sets the display mode of the background. + +```cpp +void Aspose::Cells::Charts::LegendEntry::SetBackgroundMode(BackgroundMode value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [BackgroundMode](../../backgroundmode/) +* Class [LegendEntry](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/legendentry/setisdeleted/_index.md b/spanish/cpp/aspose.cells.charts/legendentry/setisdeleted/_index.md new file mode 100644 index 00000000000..73b5e38b88d --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/legendentry/setisdeleted/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::LegendEntry::SetIsDeleted method +linktitle: SetIsDeleted +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::LegendEntry::SetIsDeleted method. Gets and sets whether the legend entry is deleted in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.charts/legendentry/setisdeleted/ +--- +## LegendEntry::SetIsDeleted method + + +Gets and sets whether the legend entry is deleted. + +```cpp +void Aspose::Cells::Charts::LegendEntry::SetIsDeleted(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LegendEntry](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/legendentry/setistextnofill/_index.md b/spanish/cpp/aspose.cells.charts/legendentry/setistextnofill/_index.md new file mode 100644 index 00000000000..c293db5b267 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/legendentry/setistextnofill/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::LegendEntry::SetIsTextNoFill method +linktitle: SetIsTextNoFill +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::LegendEntry::SetIsTextNoFill method. Gets or sets no fill of the text in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.charts/legendentry/setistextnofill/ +--- +## LegendEntry::SetIsTextNoFill method + + +Gets or sets no fill of the text. + +```cpp +void Aspose::Cells::Charts::LegendEntry::SetIsTextNoFill(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LegendEntry](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/legendentry/~legendentry/_index.md b/spanish/cpp/aspose.cells.charts/legendentry/~legendentry/_index.md new file mode 100644 index 00000000000..502ac21850d --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/legendentry/~legendentry/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::LegendEntry::~LegendEntry method +linktitle: ~LegendEntry +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::LegendEntry::~LegendEntry method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.charts/legendentry/~legendentry/ +--- +## LegendEntry::~LegendEntry method + + +Destructor. + +```cpp +Aspose::Cells::Charts::LegendEntry::~LegendEntry() +``` + +## See Also + +* Class [LegendEntry](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/legendentrycollection/_impl/_index.md b/spanish/cpp/aspose.cells.charts/legendentrycollection/_impl/_index.md new file mode 100644 index 00000000000..c4ef97ba246 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/legendentrycollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::LegendEntryCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::LegendEntryCollection::_impl field. The implementation object in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.charts/legendentrycollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +LegendEntryCollection_Impl* Aspose::Cells::Charts::LegendEntryCollection::_impl +``` + +## See Also + +* Class [LegendEntryCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/legendentrycollection/_index.md b/spanish/cpp/aspose.cells.charts/legendentrycollection/_index.md new file mode 100644 index 00000000000..d1d6afd918e --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/legendentrycollection/_index.md @@ -0,0 +1,39 @@ +--- +title: Aspose::Cells::Charts::LegendEntryCollection class +linktitle: LegendEntryCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::LegendEntryCollection class. Represents a collection of all the LegendEntry objects in the specified chart legend in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.charts/legendentrycollection/ +--- +## LegendEntryCollection class + + +Represents a collection of all the [LegendEntry](../legendentry/) objects in the specified chart legend. + +```cpp +class LegendEntryCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Get(int32_t index)](./get/) | Gets the [LegendEntry](../legendentry/) element at the specified index. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [LegendEntryCollection(LegendEntryCollection_Impl* impl)](./legendentrycollection/) | Constructs from an implementation object. | +| [LegendEntryCollection(const LegendEntryCollection\& src)](./legendentrycollection/) | Copy constructor. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const LegendEntryCollection\& src)](./operator_asm/) | operator= | +| [~LegendEntryCollection()](./~legendentrycollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/legendentrycollection/get/_index.md b/spanish/cpp/aspose.cells.charts/legendentrycollection/get/_index.md new file mode 100644 index 00000000000..252aeb4dd44 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/legendentrycollection/get/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::LegendEntryCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::LegendEntryCollection::Get method. Gets the LegendEntry element at the specified index in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.charts/legendentrycollection/get/ +--- +## LegendEntryCollection::Get method + + +Gets the [LegendEntry](../../legendentry/) element at the specified index. + +```cpp +LegendEntry Aspose::Cells::Charts::LegendEntryCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The zero based index of the element. | + +## ReturnValue + +The element at the specified index. + +## See Also + +* Class [LegendEntry](../../legendentry/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [LegendEntryCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/legendentrycollection/getcount/_index.md b/spanish/cpp/aspose.cells.charts/legendentrycollection/getcount/_index.md new file mode 100644 index 00000000000..7692a244fc0 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/legendentrycollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::LegendEntryCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::Charts::LegendEntryCollection class in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.charts/legendentrycollection/getcount/ +--- +## LegendEntryCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::Charts::LegendEntryCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LegendEntryCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/legendentrycollection/isnull/_index.md b/spanish/cpp/aspose.cells.charts/legendentrycollection/isnull/_index.md new file mode 100644 index 00000000000..9cd8412ee3e --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/legendentrycollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::LegendEntryCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::LegendEntryCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.charts/legendentrycollection/isnull/ +--- +## LegendEntryCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Charts::LegendEntryCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LegendEntryCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/legendentrycollection/legendentrycollection/_index.md b/spanish/cpp/aspose.cells.charts/legendentrycollection/legendentrycollection/_index.md new file mode 100644 index 00000000000..332a80afb86 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/legendentrycollection/legendentrycollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Charts::LegendEntryCollection::LegendEntryCollection constructor +linktitle: LegendEntryCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::LegendEntryCollection::LegendEntryCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.charts/legendentrycollection/legendentrycollection/ +--- +## LegendEntryCollection::LegendEntryCollection(LegendEntryCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Charts::LegendEntryCollection::LegendEntryCollection(LegendEntryCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LegendEntryCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## LegendEntryCollection::LegendEntryCollection(const LegendEntryCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Charts::LegendEntryCollection::LegendEntryCollection(const LegendEntryCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LegendEntryCollection](../) +* Class [LegendEntryCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/legendentrycollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.charts/legendentrycollection/operator_asm/_index.md new file mode 100644 index 00000000000..fde41bb000c --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/legendentrycollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::LegendEntryCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::LegendEntryCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.charts/legendentrycollection/operator_asm/ +--- +## LegendEntryCollection::operator= method + + +operator= + +```cpp +LegendEntryCollection & Aspose::Cells::Charts::LegendEntryCollection::operator=(const LegendEntryCollection &src) +``` + +## See Also + +* Class [LegendEntryCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [LegendEntryCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/legendentrycollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.charts/legendentrycollection/operator_bool/_index.md new file mode 100644 index 00000000000..0e1057033ed --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/legendentrycollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::LegendEntryCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::LegendEntryCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.charts/legendentrycollection/operator_bool/ +--- +## LegendEntryCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Charts::LegendEntryCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [LegendEntryCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/legendentrycollection/~legendentrycollection/_index.md b/spanish/cpp/aspose.cells.charts/legendentrycollection/~legendentrycollection/_index.md new file mode 100644 index 00000000000..7b5db213dfd --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/legendentrycollection/~legendentrycollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::LegendEntryCollection::~LegendEntryCollection method +linktitle: ~LegendEntryCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::LegendEntryCollection::~LegendEntryCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.charts/legendentrycollection/~legendentrycollection/ +--- +## LegendEntryCollection::~LegendEntryCollection method + + +Destructor. + +```cpp +Aspose::Cells::Charts::LegendEntryCollection::~LegendEntryCollection() +``` + +## See Also + +* Class [LegendEntryCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/legendpositiontype/_index.md b/spanish/cpp/aspose.cells.charts/legendpositiontype/_index.md new file mode 100644 index 00000000000..3726f1158e8 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/legendpositiontype/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Charts::LegendPositionType enum +linktitle: LegendPositionType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::LegendPositionType enum. Enumerates the legend position types in C++.' +type: docs +weight: 5400 +url: /es/cpp/aspose.cells.charts/legendpositiontype/ +--- +## LegendPositionType enum + + +Enumerates the legend position types. + +```cpp +enum class LegendPositionType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Bottom | 0 |
Displays the legend to the bottom of the chart's plot area. | +| Corner | 1 |
Displays the legend to the corner of the chart's plot area. | +| Left | 4 |
Displays the legend to the left of the chart's plot area. | +| NotDocked | 7 |
Represents that the legend is not docked. | +| Right | 3 |
Displays the legend to the right of the chart's plot area. | +| Top | 2 |
Displays the legend to the top of the chart's plot area. | + +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/mapchartlabellayout/_index.md b/spanish/cpp/aspose.cells.charts/mapchartlabellayout/_index.md new file mode 100644 index 00000000000..1e0dfdd1b78 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/mapchartlabellayout/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Charts::MapChartLabelLayout enum +linktitle: MapChartLabelLayout +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::MapChartLabelLayout enum. Represents the layout of map chart''s labels in C++.' +type: docs +weight: 5700 +url: /es/cpp/aspose.cells.charts/mapchartlabellayout/ +--- +## MapChartLabelLayout enum + + +Represents the layout of map chart's labels. + +```cpp +enum class MapChartLabelLayout +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| BestFitOnly | 0 |
Only the best fit. | +| ShowAll | 1 |
Shows all labels. | +| None | 2 |
No labels. | + +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/mapchartprojectiontype/_index.md b/spanish/cpp/aspose.cells.charts/mapchartprojectiontype/_index.md new file mode 100644 index 00000000000..4ef9b8d7044 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/mapchartprojectiontype/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Cells::Charts::MapChartProjectionType enum +linktitle: MapChartProjectionType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::MapChartProjectionType enum. Represents the projection type of the map chart in C++.' +type: docs +weight: 5800 +url: /es/cpp/aspose.cells.charts/mapchartprojectiontype/ +--- +## MapChartProjectionType enum + + +Represents the projection type of the map chart. + +```cpp +enum class MapChartProjectionType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Automatic | 0 |
Automatic. | +| Mercator | 1 |
Mercator. | +| Miller | 2 |
Miller. | +| Albers | 3 |
Albers. | + +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/mapchartregiontype/_index.md b/spanish/cpp/aspose.cells.charts/mapchartregiontype/_index.md new file mode 100644 index 00000000000..7f3f8c0325e --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/mapchartregiontype/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Cells::Charts::MapChartRegionType enum +linktitle: MapChartRegionType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::MapChartRegionType enum. Represents the region type of the map chart in C++.' +type: docs +weight: 5700 +url: /es/cpp/aspose.cells.charts/mapchartregiontype/ +--- +## MapChartRegionType enum + + +Represents the region type of the map chart. + +```cpp +enum class MapChartRegionType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Automatic | 0 |
Automatic. | +| DataOnly | 1 |
Only Data. | +| CountryRegionList | 2 |
Country region list. | +| World | 3 |
World. | + +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/marker/_impl/_index.md b/spanish/cpp/aspose.cells.charts/marker/_impl/_index.md new file mode 100644 index 00000000000..9972376d59e --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/marker/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::Marker::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Marker::_impl field. The implementation object in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.charts/marker/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +Marker_Impl* Aspose::Cells::Charts::Marker::_impl +``` + +## See Also + +* Class [Marker](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/marker/_index.md b/spanish/cpp/aspose.cells.charts/marker/_index.md new file mode 100644 index 00000000000..4a8220a0b0d --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/marker/_index.md @@ -0,0 +1,53 @@ +--- +title: Aspose::Cells::Charts::Marker class +linktitle: Marker +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Marker class. Represents the marker in a line chart, scatter chart, or radar chart in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.charts/marker/ +--- +## Marker class + + +Represents the marker in a line chart, scatter chart, or radar chart. + +```cpp +class Marker +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetArea()](./getarea/) | Gets the [area](../). | +| [GetBackgroundColor()](./getbackgroundcolor/) | Represents the marker background color in a line chart, scatter chart, or radar chart. | +| [GetBackgroundColorSetType()](./getbackgroundcolorsettype/) | Gets or sets the marker background color set type. | +| [GetBorder()](./getborder/) | Gets the [border](../). | +| [GetForegroundColor()](./getforegroundcolor/) | Represents the marker foreground color in a line chart, scatter chart, or radar chart. | +| [GetForegroundColorSetType()](./getforegroundcolorsettype/) | Gets or sets the marker foreground color set type. | +| [GetMarkerSize()](./getmarkersize/) | Represents the marker size in unit of points. Applies to line chart, scatter chart, or radar chart. | +| [GetMarkerSizePx()](./getmarkersizepx/) | Represents the marker size in unit of pixels. Applies to line chart, scatter chart, or radar chart. | +| [GetMarkerStyle()](./getmarkerstyle/) | Represents the marker style. Applies to line chart, scatter chart, or radar chart. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [Marker(Marker_Impl* impl)](./marker/) | Constructs from an implementation object. | +| [Marker(const Marker\& src)](./marker/) | Copy constructor. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const Marker\& src)](./operator_asm/) | operator= | +| [SetBackgroundColor(const Aspose::Cells::Color\& value)](./setbackgroundcolor/) | Represents the marker background color in a line chart, scatter chart, or radar chart. | +| [SetBackgroundColorSetType(FormattingType value)](./setbackgroundcolorsettype/) | Gets or sets the marker background color set type. | +| [SetForegroundColor(const Aspose::Cells::Color\& value)](./setforegroundcolor/) | Represents the marker foreground color in a line chart, scatter chart, or radar chart. | +| [SetForegroundColorSetType(FormattingType value)](./setforegroundcolorsettype/) | Gets or sets the marker foreground color set type. | +| [SetMarkerSize(int32_t value)](./setmarkersize/) | Represents the marker size in unit of points. Applies to line chart, scatter chart, or radar chart. | +| [SetMarkerSizePx(int32_t value)](./setmarkersizepx/) | Represents the marker size in unit of pixels. Applies to line chart, scatter chart, or radar chart. | +| [SetMarkerStyle(ChartMarkerType value)](./setmarkerstyle/) | Represents the marker style. Applies to line chart, scatter chart, or radar chart. | +| [~Marker()](./~marker/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/marker/getarea/_index.md b/spanish/cpp/aspose.cells.charts/marker/getarea/_index.md new file mode 100644 index 00000000000..0fe716082e1 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/marker/getarea/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Marker::GetArea method +linktitle: GetArea +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Marker::GetArea method. Gets the area in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.charts/marker/getarea/ +--- +## Marker::GetArea method + + +Gets the [area](../). + +```cpp +Area Aspose::Cells::Charts::Marker::GetArea() +``` + +## See Also + +* Class [Area](../../../aspose.cells.drawing/area/) +* Class [Marker](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/marker/getbackgroundcolor/_index.md b/spanish/cpp/aspose.cells.charts/marker/getbackgroundcolor/_index.md new file mode 100644 index 00000000000..7134c8a6a63 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/marker/getbackgroundcolor/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::Marker::GetBackgroundColor method +linktitle: GetBackgroundColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Marker::GetBackgroundColor method. Represents the marker background color in a line chart, scatter chart, or radar chart in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.charts/marker/getbackgroundcolor/ +--- +## Marker::GetBackgroundColor method + + +Represents the marker background color in a line chart, scatter chart, or radar chart. + +```cpp +Aspose::Cells::Color Aspose::Cells::Charts::Marker::GetBackgroundColor() +``` + +## See Also + +* Class [Marker](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/marker/getbackgroundcolorsettype/_index.md b/spanish/cpp/aspose.cells.charts/marker/getbackgroundcolorsettype/_index.md new file mode 100644 index 00000000000..da5e1bd37a3 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/marker/getbackgroundcolorsettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Marker::GetBackgroundColorSetType method +linktitle: GetBackgroundColorSetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Marker::GetBackgroundColorSetType method. Gets or sets the marker background color set type in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.charts/marker/getbackgroundcolorsettype/ +--- +## Marker::GetBackgroundColorSetType method + + +Gets or sets the marker background color set type. + +```cpp +FormattingType Aspose::Cells::Charts::Marker::GetBackgroundColorSetType() +``` + +## See Also + +* Enum [FormattingType](../../formattingtype/) +* Class [Marker](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/marker/getborder/_index.md b/spanish/cpp/aspose.cells.charts/marker/getborder/_index.md new file mode 100644 index 00000000000..43d151915fd --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/marker/getborder/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Marker::GetBorder method +linktitle: GetBorder +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Marker::GetBorder method. Gets the border in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.charts/marker/getborder/ +--- +## Marker::GetBorder method + + +Gets the [border](../). + +```cpp +Line Aspose::Cells::Charts::Marker::GetBorder() +``` + +## See Also + +* Class [Line](../../../aspose.cells.drawing/line/) +* Class [Marker](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/marker/getforegroundcolor/_index.md b/spanish/cpp/aspose.cells.charts/marker/getforegroundcolor/_index.md new file mode 100644 index 00000000000..867d89f1736 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/marker/getforegroundcolor/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::Marker::GetForegroundColor method +linktitle: GetForegroundColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Marker::GetForegroundColor method. Represents the marker foreground color in a line chart, scatter chart, or radar chart in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.charts/marker/getforegroundcolor/ +--- +## Marker::GetForegroundColor method + + +Represents the marker foreground color in a line chart, scatter chart, or radar chart. + +```cpp +Aspose::Cells::Color Aspose::Cells::Charts::Marker::GetForegroundColor() +``` + +## See Also + +* Class [Marker](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/marker/getforegroundcolorsettype/_index.md b/spanish/cpp/aspose.cells.charts/marker/getforegroundcolorsettype/_index.md new file mode 100644 index 00000000000..81e57f1ca4d --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/marker/getforegroundcolorsettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Marker::GetForegroundColorSetType method +linktitle: GetForegroundColorSetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Marker::GetForegroundColorSetType method. Gets or sets the marker foreground color set type in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.charts/marker/getforegroundcolorsettype/ +--- +## Marker::GetForegroundColorSetType method + + +Gets or sets the marker foreground color set type. + +```cpp +FormattingType Aspose::Cells::Charts::Marker::GetForegroundColorSetType() +``` + +## See Also + +* Enum [FormattingType](../../formattingtype/) +* Class [Marker](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/marker/getmarkersize/_index.md b/spanish/cpp/aspose.cells.charts/marker/getmarkersize/_index.md new file mode 100644 index 00000000000..5d1b186afa4 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/marker/getmarkersize/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Marker::GetMarkerSize method +linktitle: GetMarkerSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Marker::GetMarkerSize method. Represents the marker size in unit of points. Applies to line chart, scatter chart, or radar chart in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.charts/marker/getmarkersize/ +--- +## Marker::GetMarkerSize method + + +Represents the marker size in unit of points. Applies to line chart, scatter chart, or radar chart. + +```cpp +int32_t Aspose::Cells::Charts::Marker::GetMarkerSize() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Marker](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/marker/getmarkersizepx/_index.md b/spanish/cpp/aspose.cells.charts/marker/getmarkersizepx/_index.md new file mode 100644 index 00000000000..8275b7353c9 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/marker/getmarkersizepx/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Marker::GetMarkerSizePx method +linktitle: GetMarkerSizePx +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Marker::GetMarkerSizePx method. Represents the marker size in unit of pixels. Applies to line chart, scatter chart, or radar chart in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.charts/marker/getmarkersizepx/ +--- +## Marker::GetMarkerSizePx method + + +Represents the marker size in unit of pixels. Applies to line chart, scatter chart, or radar chart. + +```cpp +int32_t Aspose::Cells::Charts::Marker::GetMarkerSizePx() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Marker](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/marker/getmarkerstyle/_index.md b/spanish/cpp/aspose.cells.charts/marker/getmarkerstyle/_index.md new file mode 100644 index 00000000000..3c61d6264f4 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/marker/getmarkerstyle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Marker::GetMarkerStyle method +linktitle: GetMarkerStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Marker::GetMarkerStyle method. Represents the marker style. Applies to line chart, scatter chart, or radar chart in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.charts/marker/getmarkerstyle/ +--- +## Marker::GetMarkerStyle method + + +Represents the marker style. Applies to line chart, scatter chart, or radar chart. + +```cpp +ChartMarkerType Aspose::Cells::Charts::Marker::GetMarkerStyle() +``` + +## See Also + +* Enum [ChartMarkerType](../../chartmarkertype/) +* Class [Marker](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/marker/isnull/_index.md b/spanish/cpp/aspose.cells.charts/marker/isnull/_index.md new file mode 100644 index 00000000000..15ef33c4258 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/marker/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::Marker::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Marker::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.charts/marker/isnull/ +--- +## Marker::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Charts::Marker::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Marker](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/marker/marker/_index.md b/spanish/cpp/aspose.cells.charts/marker/marker/_index.md new file mode 100644 index 00000000000..71e95be6098 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/marker/marker/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Charts::Marker::Marker constructor +linktitle: Marker +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Marker::Marker constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.charts/marker/marker/ +--- +## Marker::Marker(Marker_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Charts::Marker::Marker(Marker_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Marker](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## Marker::Marker(const Marker\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Charts::Marker::Marker(const Marker &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Marker](../) +* Class [Marker](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/marker/operator_asm/_index.md b/spanish/cpp/aspose.cells.charts/marker/operator_asm/_index.md new file mode 100644 index 00000000000..84ac14e9a31 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/marker/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::Marker::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Marker::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.charts/marker/operator_asm/ +--- +## Marker::operator= method + + +operator= + +```cpp +Marker & Aspose::Cells::Charts::Marker::operator=(const Marker &src) +``` + +## See Also + +* Class [Marker](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [Marker](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/marker/operator_bool/_index.md b/spanish/cpp/aspose.cells.charts/marker/operator_bool/_index.md new file mode 100644 index 00000000000..9aa4d8eb384 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/marker/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::Marker::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Marker::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.charts/marker/operator_bool/ +--- +## Marker::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Charts::Marker::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [Marker](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/marker/setbackgroundcolor/_index.md b/spanish/cpp/aspose.cells.charts/marker/setbackgroundcolor/_index.md new file mode 100644 index 00000000000..d2592ec785d --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/marker/setbackgroundcolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Marker::SetBackgroundColor method +linktitle: SetBackgroundColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Marker::SetBackgroundColor method. Represents the marker background color in a line chart, scatter chart, or radar chart in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.charts/marker/setbackgroundcolor/ +--- +## Marker::SetBackgroundColor method + + +Represents the marker background color in a line chart, scatter chart, or radar chart. + +```cpp +void Aspose::Cells::Charts::Marker::SetBackgroundColor(const Aspose::Cells::Color &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Marker](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/marker/setbackgroundcolorsettype/_index.md b/spanish/cpp/aspose.cells.charts/marker/setbackgroundcolorsettype/_index.md new file mode 100644 index 00000000000..763851c56d6 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/marker/setbackgroundcolorsettype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::Marker::SetBackgroundColorSetType method +linktitle: SetBackgroundColorSetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Marker::SetBackgroundColorSetType method. Gets or sets the marker background color set type in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.charts/marker/setbackgroundcolorsettype/ +--- +## Marker::SetBackgroundColorSetType method + + +Gets or sets the marker background color set type. + +```cpp +void Aspose::Cells::Charts::Marker::SetBackgroundColorSetType(FormattingType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [FormattingType](../../formattingtype/) +* Class [Marker](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/marker/setforegroundcolor/_index.md b/spanish/cpp/aspose.cells.charts/marker/setforegroundcolor/_index.md new file mode 100644 index 00000000000..133c4a04b3e --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/marker/setforegroundcolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Marker::SetForegroundColor method +linktitle: SetForegroundColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Marker::SetForegroundColor method. Represents the marker foreground color in a line chart, scatter chart, or radar chart in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.charts/marker/setforegroundcolor/ +--- +## Marker::SetForegroundColor method + + +Represents the marker foreground color in a line chart, scatter chart, or radar chart. + +```cpp +void Aspose::Cells::Charts::Marker::SetForegroundColor(const Aspose::Cells::Color &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Marker](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/marker/setforegroundcolorsettype/_index.md b/spanish/cpp/aspose.cells.charts/marker/setforegroundcolorsettype/_index.md new file mode 100644 index 00000000000..3d93b12debf --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/marker/setforegroundcolorsettype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::Marker::SetForegroundColorSetType method +linktitle: SetForegroundColorSetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Marker::SetForegroundColorSetType method. Gets or sets the marker foreground color set type in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.charts/marker/setforegroundcolorsettype/ +--- +## Marker::SetForegroundColorSetType method + + +Gets or sets the marker foreground color set type. + +```cpp +void Aspose::Cells::Charts::Marker::SetForegroundColorSetType(FormattingType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [FormattingType](../../formattingtype/) +* Class [Marker](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/marker/setmarkersize/_index.md b/spanish/cpp/aspose.cells.charts/marker/setmarkersize/_index.md new file mode 100644 index 00000000000..3d241f3207f --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/marker/setmarkersize/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Marker::SetMarkerSize method +linktitle: SetMarkerSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Marker::SetMarkerSize method. Represents the marker size in unit of points. Applies to line chart, scatter chart, or radar chart in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.charts/marker/setmarkersize/ +--- +## Marker::SetMarkerSize method + + +Represents the marker size in unit of points. Applies to line chart, scatter chart, or radar chart. + +```cpp +void Aspose::Cells::Charts::Marker::SetMarkerSize(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Marker](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/marker/setmarkersizepx/_index.md b/spanish/cpp/aspose.cells.charts/marker/setmarkersizepx/_index.md new file mode 100644 index 00000000000..7c91c7e76df --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/marker/setmarkersizepx/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Marker::SetMarkerSizePx method +linktitle: SetMarkerSizePx +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Marker::SetMarkerSizePx method. Represents the marker size in unit of pixels. Applies to line chart, scatter chart, or radar chart in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.charts/marker/setmarkersizepx/ +--- +## Marker::SetMarkerSizePx method + + +Represents the marker size in unit of pixels. Applies to line chart, scatter chart, or radar chart. + +```cpp +void Aspose::Cells::Charts::Marker::SetMarkerSizePx(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Marker](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/marker/setmarkerstyle/_index.md b/spanish/cpp/aspose.cells.charts/marker/setmarkerstyle/_index.md new file mode 100644 index 00000000000..f05f42125e5 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/marker/setmarkerstyle/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::Marker::SetMarkerStyle method +linktitle: SetMarkerStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Marker::SetMarkerStyle method. Represents the marker style. Applies to line chart, scatter chart, or radar chart in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.charts/marker/setmarkerstyle/ +--- +## Marker::SetMarkerStyle method + + +Represents the marker style. Applies to line chart, scatter chart, or radar chart. + +```cpp +void Aspose::Cells::Charts::Marker::SetMarkerStyle(ChartMarkerType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ChartMarkerType](../../chartmarkertype/) +* Class [Marker](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/marker/~marker/_index.md b/spanish/cpp/aspose.cells.charts/marker/~marker/_index.md new file mode 100644 index 00000000000..c03d35287c4 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/marker/~marker/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::Marker::~Marker method +linktitle: ~Marker +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Marker::~Marker method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.charts/marker/~marker/ +--- +## Marker::~Marker method + + +Destructor. + +```cpp +Aspose::Cells::Charts::Marker::~Marker() +``` + +## See Also + +* Class [Marker](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/pivotoptions/_impl/_index.md b/spanish/cpp/aspose.cells.charts/pivotoptions/_impl/_index.md new file mode 100644 index 00000000000..ef79bcbdeac --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/pivotoptions/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::PivotOptions::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PivotOptions::_impl field. The implementation object in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.charts/pivotoptions/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +PivotOptions_Impl* Aspose::Cells::Charts::PivotOptions::_impl +``` + +## See Also + +* Class [PivotOptions](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/pivotoptions/_index.md b/spanish/cpp/aspose.cells.charts/pivotoptions/_index.md new file mode 100644 index 00000000000..278a9b505c3 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/pivotoptions/_index.md @@ -0,0 +1,49 @@ +--- +title: Aspose::Cells::Charts::PivotOptions class +linktitle: PivotOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PivotOptions class. Represents a complex type that specifies the pivot controls that appear on the chart in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.charts/pivotoptions/ +--- +## PivotOptions class + + +Represents a complex type that specifies the pivot controls that appear on the chart. + +```cpp +class PivotOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetDropZoneCategories()](./getdropzonecategories/) | Specifies whether a control for each PivotTable field on the PivotTable row axis of the source PivotTable appears on the chart when dropZonesVisible is set to true. | +| [GetDropZoneData()](./getdropzonedata/) | Specifies whether a control for each PivotTable field on the PivotTable data axis of the source PivotTable appears on the chart when dropZonesVisible is set to true. | +| [GetDropZoneFilter()](./getdropzonefilter/) | Specifies whether a control for each PivotTable field on the PivotTable page axis of the source PivotTable appears on the chart when dropZonesVisible is set to true. | +| [GetDropZoneSeries()](./getdropzoneseries/) | Specifies whether a control for each PivotTable field on the PivotTable column axis of the source PivotTable appears on the chart when dropZonesVisible is set to true. | +| [GetDropZonesVisible()](./getdropzonesvisible/) | Specifies whether any pivot controls can appear on the pivot chart. | +| [GetShowExpandCollapseFieldButtons()](./getshowexpandcollapsefieldbuttons/) | Gets or sets a value indicating whether to show expand/collapse field buttons. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const PivotOptions\& src)](./operator_asm/) | operator= | +| [PivotOptions(PivotOptions_Impl* impl)](./pivotoptions/) | Constructs from an implementation object. | +| [PivotOptions(const PivotOptions\& src)](./pivotoptions/) | Copy constructor. | +| [SetDropZoneCategories(bool value)](./setdropzonecategories/) | Specifies whether a control for each PivotTable field on the PivotTable row axis of the source PivotTable appears on the chart when dropZonesVisible is set to true. | +| [SetDropZoneData(bool value)](./setdropzonedata/) | Specifies whether a control for each PivotTable field on the PivotTable data axis of the source PivotTable appears on the chart when dropZonesVisible is set to true. | +| [SetDropZoneFilter(bool value)](./setdropzonefilter/) | Specifies whether a control for each PivotTable field on the PivotTable page axis of the source PivotTable appears on the chart when dropZonesVisible is set to true. | +| [SetDropZoneSeries(bool value)](./setdropzoneseries/) | Specifies whether a control for each PivotTable field on the PivotTable column axis of the source PivotTable appears on the chart when dropZonesVisible is set to true. | +| [SetDropZonesVisible(bool value)](./setdropzonesvisible/) | Specifies whether any pivot controls can appear on the pivot chart. | +| [SetShowExpandCollapseFieldButtons(bool value)](./setshowexpandcollapsefieldbuttons/) | Gets or sets a value indicating whether to show expand/collapse field buttons. | +| [~PivotOptions()](./~pivotoptions/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/pivotoptions/getdropzonecategories/_index.md b/spanish/cpp/aspose.cells.charts/pivotoptions/getdropzonecategories/_index.md new file mode 100644 index 00000000000..a6d87310c12 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/pivotoptions/getdropzonecategories/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::PivotOptions::GetDropZoneCategories method +linktitle: GetDropZoneCategories +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PivotOptions::GetDropZoneCategories method. Specifies whether a control for each PivotTable field on the PivotTable row axis of the source PivotTable appears on the chart when dropZonesVisible is set to true in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.charts/pivotoptions/getdropzonecategories/ +--- +## PivotOptions::GetDropZoneCategories method + + +Specifies whether a control for each PivotTable field on the PivotTable row axis of the source PivotTable appears on the chart when dropZonesVisible is set to true. + +```cpp +bool Aspose::Cells::Charts::PivotOptions::GetDropZoneCategories() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotOptions](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/pivotoptions/getdropzonedata/_index.md b/spanish/cpp/aspose.cells.charts/pivotoptions/getdropzonedata/_index.md new file mode 100644 index 00000000000..f99d8074349 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/pivotoptions/getdropzonedata/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::PivotOptions::GetDropZoneData method +linktitle: GetDropZoneData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PivotOptions::GetDropZoneData method. Specifies whether a control for each PivotTable field on the PivotTable data axis of the source PivotTable appears on the chart when dropZonesVisible is set to true in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.charts/pivotoptions/getdropzonedata/ +--- +## PivotOptions::GetDropZoneData method + + +Specifies whether a control for each PivotTable field on the PivotTable data axis of the source PivotTable appears on the chart when dropZonesVisible is set to true. + +```cpp +bool Aspose::Cells::Charts::PivotOptions::GetDropZoneData() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotOptions](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/pivotoptions/getdropzonefilter/_index.md b/spanish/cpp/aspose.cells.charts/pivotoptions/getdropzonefilter/_index.md new file mode 100644 index 00000000000..34287ff8376 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/pivotoptions/getdropzonefilter/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::PivotOptions::GetDropZoneFilter method +linktitle: GetDropZoneFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PivotOptions::GetDropZoneFilter method. Specifies whether a control for each PivotTable field on the PivotTable page axis of the source PivotTable appears on the chart when dropZonesVisible is set to true in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.charts/pivotoptions/getdropzonefilter/ +--- +## PivotOptions::GetDropZoneFilter method + + +Specifies whether a control for each PivotTable field on the PivotTable page axis of the source PivotTable appears on the chart when dropZonesVisible is set to true. + +```cpp +bool Aspose::Cells::Charts::PivotOptions::GetDropZoneFilter() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotOptions](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/pivotoptions/getdropzoneseries/_index.md b/spanish/cpp/aspose.cells.charts/pivotoptions/getdropzoneseries/_index.md new file mode 100644 index 00000000000..bdacb8030b6 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/pivotoptions/getdropzoneseries/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::PivotOptions::GetDropZoneSeries method +linktitle: GetDropZoneSeries +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PivotOptions::GetDropZoneSeries method. Specifies whether a control for each PivotTable field on the PivotTable column axis of the source PivotTable appears on the chart when dropZonesVisible is set to true in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.charts/pivotoptions/getdropzoneseries/ +--- +## PivotOptions::GetDropZoneSeries method + + +Specifies whether a control for each PivotTable field on the PivotTable column axis of the source PivotTable appears on the chart when dropZonesVisible is set to true. + +```cpp +bool Aspose::Cells::Charts::PivotOptions::GetDropZoneSeries() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotOptions](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/pivotoptions/getdropzonesvisible/_index.md b/spanish/cpp/aspose.cells.charts/pivotoptions/getdropzonesvisible/_index.md new file mode 100644 index 00000000000..e1029db107e --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/pivotoptions/getdropzonesvisible/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::PivotOptions::GetDropZonesVisible method +linktitle: GetDropZonesVisible +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PivotOptions::GetDropZonesVisible method. Specifies whether any pivot controls can appear on the pivot chart in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.charts/pivotoptions/getdropzonesvisible/ +--- +## PivotOptions::GetDropZonesVisible method + + +Specifies whether any pivot controls can appear on the pivot chart. + +```cpp +bool Aspose::Cells::Charts::PivotOptions::GetDropZonesVisible() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotOptions](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/pivotoptions/getshowexpandcollapsefieldbuttons/_index.md b/spanish/cpp/aspose.cells.charts/pivotoptions/getshowexpandcollapsefieldbuttons/_index.md new file mode 100644 index 00000000000..dea57f0ef4d --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/pivotoptions/getshowexpandcollapsefieldbuttons/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::PivotOptions::GetShowExpandCollapseFieldButtons method +linktitle: GetShowExpandCollapseFieldButtons +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PivotOptions::GetShowExpandCollapseFieldButtons method. Gets or sets a value indicating whether to show expand/collapse field buttons in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.charts/pivotoptions/getshowexpandcollapsefieldbuttons/ +--- +## PivotOptions::GetShowExpandCollapseFieldButtons method + + +Gets or sets a value indicating whether to show expand/collapse field buttons. + +```cpp +bool Aspose::Cells::Charts::PivotOptions::GetShowExpandCollapseFieldButtons() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotOptions](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/pivotoptions/isnull/_index.md b/spanish/cpp/aspose.cells.charts/pivotoptions/isnull/_index.md new file mode 100644 index 00000000000..30dc2be867a --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/pivotoptions/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::PivotOptions::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PivotOptions::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.charts/pivotoptions/isnull/ +--- +## PivotOptions::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Charts::PivotOptions::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotOptions](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/pivotoptions/operator_asm/_index.md b/spanish/cpp/aspose.cells.charts/pivotoptions/operator_asm/_index.md new file mode 100644 index 00000000000..cbea3cd80ff --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/pivotoptions/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::PivotOptions::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PivotOptions::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.charts/pivotoptions/operator_asm/ +--- +## PivotOptions::operator= method + + +operator= + +```cpp +PivotOptions & Aspose::Cells::Charts::PivotOptions::operator=(const PivotOptions &src) +``` + +## See Also + +* Class [PivotOptions](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotOptions](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/pivotoptions/operator_bool/_index.md b/spanish/cpp/aspose.cells.charts/pivotoptions/operator_bool/_index.md new file mode 100644 index 00000000000..c19f9470db8 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/pivotoptions/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::PivotOptions::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PivotOptions::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.charts/pivotoptions/operator_bool/ +--- +## PivotOptions::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Charts::PivotOptions::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [PivotOptions](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/pivotoptions/pivotoptions/_index.md b/spanish/cpp/aspose.cells.charts/pivotoptions/pivotoptions/_index.md new file mode 100644 index 00000000000..04cede102a9 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/pivotoptions/pivotoptions/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Charts::PivotOptions::PivotOptions constructor +linktitle: PivotOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PivotOptions::PivotOptions constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.charts/pivotoptions/pivotoptions/ +--- +## PivotOptions::PivotOptions(PivotOptions_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Charts::PivotOptions::PivotOptions(PivotOptions_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotOptions](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotOptions::PivotOptions(const PivotOptions\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Charts::PivotOptions::PivotOptions(const PivotOptions &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotOptions](../) +* Class [PivotOptions](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/pivotoptions/setdropzonecategories/_index.md b/spanish/cpp/aspose.cells.charts/pivotoptions/setdropzonecategories/_index.md new file mode 100644 index 00000000000..ad4649b88b8 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/pivotoptions/setdropzonecategories/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::PivotOptions::SetDropZoneCategories method +linktitle: SetDropZoneCategories +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PivotOptions::SetDropZoneCategories method. Specifies whether a control for each PivotTable field on the PivotTable row axis of the source PivotTable appears on the chart when dropZonesVisible is set to true in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.charts/pivotoptions/setdropzonecategories/ +--- +## PivotOptions::SetDropZoneCategories method + + +Specifies whether a control for each PivotTable field on the PivotTable row axis of the source PivotTable appears on the chart when dropZonesVisible is set to true. + +```cpp +void Aspose::Cells::Charts::PivotOptions::SetDropZoneCategories(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotOptions](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/pivotoptions/setdropzonedata/_index.md b/spanish/cpp/aspose.cells.charts/pivotoptions/setdropzonedata/_index.md new file mode 100644 index 00000000000..764bf405569 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/pivotoptions/setdropzonedata/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::PivotOptions::SetDropZoneData method +linktitle: SetDropZoneData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PivotOptions::SetDropZoneData method. Specifies whether a control for each PivotTable field on the PivotTable data axis of the source PivotTable appears on the chart when dropZonesVisible is set to true in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.charts/pivotoptions/setdropzonedata/ +--- +## PivotOptions::SetDropZoneData method + + +Specifies whether a control for each PivotTable field on the PivotTable data axis of the source PivotTable appears on the chart when dropZonesVisible is set to true. + +```cpp +void Aspose::Cells::Charts::PivotOptions::SetDropZoneData(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotOptions](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/pivotoptions/setdropzonefilter/_index.md b/spanish/cpp/aspose.cells.charts/pivotoptions/setdropzonefilter/_index.md new file mode 100644 index 00000000000..82886918878 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/pivotoptions/setdropzonefilter/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::PivotOptions::SetDropZoneFilter method +linktitle: SetDropZoneFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PivotOptions::SetDropZoneFilter method. Specifies whether a control for each PivotTable field on the PivotTable page axis of the source PivotTable appears on the chart when dropZonesVisible is set to true in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.charts/pivotoptions/setdropzonefilter/ +--- +## PivotOptions::SetDropZoneFilter method + + +Specifies whether a control for each PivotTable field on the PivotTable page axis of the source PivotTable appears on the chart when dropZonesVisible is set to true. + +```cpp +void Aspose::Cells::Charts::PivotOptions::SetDropZoneFilter(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotOptions](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/pivotoptions/setdropzoneseries/_index.md b/spanish/cpp/aspose.cells.charts/pivotoptions/setdropzoneseries/_index.md new file mode 100644 index 00000000000..2b235d70509 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/pivotoptions/setdropzoneseries/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::PivotOptions::SetDropZoneSeries method +linktitle: SetDropZoneSeries +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PivotOptions::SetDropZoneSeries method. Specifies whether a control for each PivotTable field on the PivotTable column axis of the source PivotTable appears on the chart when dropZonesVisible is set to true in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.charts/pivotoptions/setdropzoneseries/ +--- +## PivotOptions::SetDropZoneSeries method + + +Specifies whether a control for each PivotTable field on the PivotTable column axis of the source PivotTable appears on the chart when dropZonesVisible is set to true. + +```cpp +void Aspose::Cells::Charts::PivotOptions::SetDropZoneSeries(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotOptions](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/pivotoptions/setdropzonesvisible/_index.md b/spanish/cpp/aspose.cells.charts/pivotoptions/setdropzonesvisible/_index.md new file mode 100644 index 00000000000..ae61b22831b --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/pivotoptions/setdropzonesvisible/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::PivotOptions::SetDropZonesVisible method +linktitle: SetDropZonesVisible +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PivotOptions::SetDropZonesVisible method. Specifies whether any pivot controls can appear on the pivot chart in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.charts/pivotoptions/setdropzonesvisible/ +--- +## PivotOptions::SetDropZonesVisible method + + +Specifies whether any pivot controls can appear on the pivot chart. + +```cpp +void Aspose::Cells::Charts::PivotOptions::SetDropZonesVisible(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotOptions](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/pivotoptions/setshowexpandcollapsefieldbuttons/_index.md b/spanish/cpp/aspose.cells.charts/pivotoptions/setshowexpandcollapsefieldbuttons/_index.md new file mode 100644 index 00000000000..e6f6460891a --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/pivotoptions/setshowexpandcollapsefieldbuttons/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::PivotOptions::SetShowExpandCollapseFieldButtons method +linktitle: SetShowExpandCollapseFieldButtons +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PivotOptions::SetShowExpandCollapseFieldButtons method. Gets or sets a value indicating whether to show expand/collapse field buttons in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.charts/pivotoptions/setshowexpandcollapsefieldbuttons/ +--- +## PivotOptions::SetShowExpandCollapseFieldButtons method + + +Gets or sets a value indicating whether to show expand/collapse field buttons. + +```cpp +void Aspose::Cells::Charts::PivotOptions::SetShowExpandCollapseFieldButtons(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotOptions](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/pivotoptions/~pivotoptions/_index.md b/spanish/cpp/aspose.cells.charts/pivotoptions/~pivotoptions/_index.md new file mode 100644 index 00000000000..0abf75ded49 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/pivotoptions/~pivotoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::PivotOptions::~PivotOptions method +linktitle: ~PivotOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PivotOptions::~PivotOptions method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.charts/pivotoptions/~pivotoptions/ +--- +## PivotOptions::~PivotOptions method + + +Destructor. + +```cpp +Aspose::Cells::Charts::PivotOptions::~PivotOptions() +``` + +## See Also + +* Class [PivotOptions](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/plotarea/_impl/_index.md b/spanish/cpp/aspose.cells.charts/plotarea/_impl/_index.md new file mode 100644 index 00000000000..b831d4ea367 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/plotarea/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::PlotArea::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PlotArea::_impl field. The implementation object in C++.' +type: docs +weight: 4100 +url: /es/cpp/aspose.cells.charts/plotarea/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +PlotArea_Impl* Aspose::Cells::Charts::PlotArea::_impl +``` + +## See Also + +* Class [PlotArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/plotarea/_index.md b/spanish/cpp/aspose.cells.charts/plotarea/_index.md new file mode 100644 index 00000000000..8c797dd49b9 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/plotarea/_index.md @@ -0,0 +1,110 @@ +--- +title: Aspose::Cells::Charts::PlotArea class +linktitle: PlotArea +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PlotArea class. Encapsulates the object that represents the plot area in a chart in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.charts/plotarea/ +--- +## PlotArea class + + +Encapsulates the object that represents the plot area in a chart. + +```cpp +class PlotArea : public Aspose::Cells::Charts::ChartFrame +``` + +## Methods + +| Method | Description | +| --- | --- | +| [ChartFrame(ChartFrame_Impl* impl)](../chartframe/chartframe/) | Constructs from an implementation object. | +| [ChartFrame(const ChartFrame\& src)](../chartframe/chartframe/) | Copy constructor. | +| [GetArea()](../chartframe/getarea/) | Gets the [area](../). | +| [GetAutoScaleFont()](../chartframe/getautoscalefont/) | True if the text in the object changes font size when the object size changes. The default value is True. | +| [GetBackground()](../chartframe/getbackground/) | **(Deprecated)** Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions. | +| [GetBackgroundMode()](../chartframe/getbackgroundmode/) | **(Deprecated)** Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions. | +| [GetBorder()](../chartframe/getborder/) | Gets the [border](../). | +| [GetDefaultHeight()](../chartframe/getdefaultheight/) | **(Deprecated)** Represents height of default position in units of 1/4000 of the chart area. | +| [GetDefaultHeightRatioToChart()](../chartframe/getdefaultheightratiotochart/) | Represents height of default position in units of Fraction of the chart area. | +| [GetDefaultWidth()](../chartframe/getdefaultwidth/) | **(Deprecated)** Represents width of default position in units of 1/4000 of the chart area. | +| [GetDefaultWidthRatioToChart()](../chartframe/getdefaultwidthratiotochart/) | Represents width of default position in units of Fraction of the chart area. | +| [GetDefaultX()](../chartframe/getdefaultx/) | **(Deprecated)** Represents x of default position in units of 1/4000 of the chart area. | +| [GetDefaultXRatioToChart()](../chartframe/getdefaultxratiotochart/) | Represents x of default position in units of Fraction of the chart area. | +| [GetDefaultY()](../chartframe/getdefaulty/) | **(Deprecated)** Represents y of default position in units of 1/4000 of the chart area. | +| [GetDefaultYRatioToChart()](../chartframe/getdefaultyratiotochart/) | Represents y of default position in units of Fraction of the chart area. | +| [GetFont()](../chartframe/getfont/) | Gets a [Font](../../aspose.cells/font/) object of the specified [ChartFrame](../chartframe/) object. | +| [GetHeight()](./getheight/) | **(Deprecated)** Gets or sets the height of plot-area bounding box in units of 1/4000 of the chart area. | +| [GetHeightPixel()](../chartframe/getheightpixel/) | Gets or sets the height of frame in units of Pixel. | +| [GetHeightRatioToChart()](./getheightratiotochart/) | Gets or sets the height of the plot-area bounding box in units of the ratio of the chart area. | +| [GetInnerHeight()](./getinnerheight/) | **(Deprecated)** Gets or sets the height of the plot area in units of 1/4000 of the chart area. | +| [GetInnerHeightRatioToChart()](./getinnerheightratiotochart/) | Gets or sets the height of plot area in units of ratio of the chart area. | +| [GetInnerWidth()](./getinnerwidth/) | **(Deprecated)** Gets or sets the width of plot area in units of 1/4000 of the chart area. | +| [GetInnerWidthRatioToChart()](./getinnerwidthratiotochart/) | Gets or sets the width of the plot area in units of the ratio of the chart area. | +| [GetInnerX()](./getinnerx/) | **(Deprecated)** Gets or sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. | +| [GetInnerXRatioToChart()](./getinnerxratiotochart/) | Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area. | +| [GetInnerY()](./getinnery/) | **(Deprecated)** Gets or sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. | +| [GetInnerYRatioToChart()](./getinneryratiotochart/) | Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area. | +| [GetShadow()](../chartframe/getshadow/) | True if the frame has a shadow. | +| [GetShapeProperties()](../chartframe/getshapeproperties/) | Gets the ShapeProperties object. | +| [GetTextOptions()](../chartframe/gettextoptions/) | Gets and sets the options of the text. | +| [GetWidth()](./getwidth/) | **(Deprecated)** Gets or sets the width of plot-area bounding box in units of 1/4000 of the chart area. | +| [GetWidthPixel()](../chartframe/getwidthpixel/) | Gets or sets the width of frame in units of Pixel. | +| [GetWidthRatioToChart()](./getwidthratiotochart/) | Gets or sets the width of plot-area bounding box in units of the ratio of the chart area. | +| [GetX()](./getx/) | **(Deprecated)** Gets or sets the x coordinate of the upper left corner of the plot-area bounding box in units of 1/4000 of the chart area. | +| [GetXPixel()](../chartframe/getxpixel/) | Gets or sets the x coordinate of the upper left corner in units of Pixel. | +| [GetXRatioToChart()](./getxratiotochart/) | Gets or sets the x coordinate of the upper left corner of the plot area bounding box as a ratio of the chart area. | +| [GetY()](./gety/) | **(Deprecated)** Gets or sets the y coordinate of the upper top corner of the plot-area bounding box in units of 1/4000 of the chart area. | +| [GetYPixel()](../chartframe/getypixel/) | Gets or sets the y coordinate of the upper left corner in units of Pixel. | +| [GetYRatioToChart()](./getyratiotochart/) | Gets or sets the y coordinate of the upper top corner of the plot-area bounding box as a ratio of the chart area. | +| [IsAutomaticSize()](./isautomaticsize/) | Indicates whether the plot area is automatically sized. | +| [IsDefaultPosBeSet()](../chartframe/isdefaultposbeset/) | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set. | +| [IsInnerMode()](../chartframe/isinnermode/) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const PlotArea\& src)](./operator_asm/) | operator= | +| [operator=(const ChartFrame\& src)](../chartframe/operator_asm/) | operator= | +| [PlotArea(PlotArea_Impl* impl)](./plotarea/) | Constructs from an implementation object. | +| [PlotArea(const PlotArea\& src)](./plotarea/) | Copy constructor. | +| [PlotArea(const ChartFrame\& src)](./plotarea/) | Constructs from a parent object. | +| [SetAutoScaleFont(bool value)](../chartframe/setautoscalefont/) | True if the text in the object changes font size when the object size changes. The default value is True. | +| [SetBackground(BackgroundMode value)](../chartframe/setbackground/) | **(Deprecated)** Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions. | +| [SetBackgroundMode(BackgroundMode value)](../chartframe/setbackgroundmode/) | **(Deprecated)** Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions. | +| [SetHeight(int32_t value)](./setheight/) | **(Deprecated)** Gets or sets the height of plot-area bounding box in units of 1/4000 of the chart area. | +| [SetHeightPixel(int32_t value)](../chartframe/setheightpixel/) | Gets or sets the height of frame in units of Pixel. | +| [SetHeightRatioToChart(double value)](./setheightratiotochart/) | Gets or sets the height of the plot-area bounding box in units of the ratio of the chart area. | +| [SetInnerHeight(int32_t value)](./setinnerheight/) | **(Deprecated)** Gets or sets the height of the plot area in units of 1/4000 of the chart area. | +| [SetInnerHeightRatioToChart(double value)](./setinnerheightratiotochart/) | Gets or sets the height of plot area in units of ratio of the chart area. | +| [SetInnerWidth(int32_t value)](./setinnerwidth/) | **(Deprecated)** Gets or sets the width of plot area in units of 1/4000 of the chart area. | +| [SetInnerWidthRatioToChart(double value)](./setinnerwidthratiotochart/) | Gets or sets the width of the plot area in units of the ratio of the chart area. | +| [SetInnerX(int32_t value)](./setinnerx/) | **(Deprecated)** Gets or sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. | +| [SetInnerXRatioToChart(double value)](./setinnerxratiotochart/) | Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area. | +| [SetInnerY(int32_t value)](./setinnery/) | **(Deprecated)** Gets or sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. | +| [SetInnerYRatioToChart(double value)](./setinneryratiotochart/) | Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area. | +| [SetIsAutomaticSize(bool value)](./setisautomaticsize/) | Indicates whether the plot area is automatically sized. | +| [SetIsInnerMode(bool value)](../chartframe/setisinnermode/) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. | +| [SetPositionAuto()](./setpositionauto/) | Set the position of the plot area to automatic. | +| [SetShadow(bool value)](../chartframe/setshadow/) | True if the frame has a shadow. | +| [SetWidth(int32_t value)](./setwidth/) | **(Deprecated)** Gets or sets the width of plot-area bounding box in units of 1/4000 of the chart area. | +| [SetWidthPixel(int32_t value)](../chartframe/setwidthpixel/) | Gets or sets the width of frame in units of Pixel. | +| [SetWidthRatioToChart(double value)](./setwidthratiotochart/) | Gets or sets the width of plot-area bounding box in units of the ratio of the chart area. | +| [SetX(int32_t value)](./setx/) | **(Deprecated)** Gets or sets the x coordinate of the upper left corner of the plot-area bounding box in units of 1/4000 of the chart area. | +| [SetXPixel(int32_t value)](../chartframe/setxpixel/) | Gets or sets the x coordinate of the upper left corner in units of Pixel. | +| [SetXRatioToChart(double value)](./setxratiotochart/) | Gets or sets the x coordinate of the upper left corner of the plot area bounding box as a ratio of the chart area. | +| [SetY(int32_t value)](./sety/) | **(Deprecated)** Gets or sets the y coordinate of the upper top corner of the plot-area bounding box in units of 1/4000 of the chart area. | +| [SetYPixel(int32_t value)](../chartframe/setypixel/) | Gets or sets the y coordinate of the upper left corner in units of Pixel. | +| [SetYRatioToChart(double value)](./setyratiotochart/) | Gets or sets the y coordinate of the upper top corner of the plot-area bounding box as a ratio of the chart area. | +| [~ChartFrame()](../chartframe/~chartframe/) | Destructor. | +| [~PlotArea()](./~plotarea/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [ChartFrame](../chartframe/) +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/plotarea/getheight/_index.md b/spanish/cpp/aspose.cells.charts/plotarea/getheight/_index.md new file mode 100644 index 00000000000..043cfeb2ee2 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/plotarea/getheight/_index.md @@ -0,0 +1,42 @@ +--- +title: Aspose::Cells::Charts::PlotArea::GetHeight method +linktitle: GetHeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PlotArea::GetHeight method. Gets or sets the height of plot-area bounding box in units of 1/4000 of the chart area in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.charts/plotarea/getheight/ +--- +## PlotArea::GetHeight method + + +Gets or sets the height of plot-area bounding box in units of 1/4000 of the chart area. + + +>Deprecated +> +>Use PlotArea.HeightRatioToChart property, instead. +```cpp +int32_t Aspose::Cells::Charts::PlotArea::GetHeight() +``` + +## Remarks + + +The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks. If the value is not created by MS Excel, please call [Chart.Calculate()](../../chart/calculate/) method before calling this method. + +The **X**, **Y**, **Width** and **Height** of **[PlotArea](../)** represents the plot-area bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. If you want to get actual size of plot area, you should call **InnerXRatioToChart**, **InnerYRatioToChart**, **InnerWidthRatioToChart** and **InnerHeightRatioToChart** properties. + +For excel 2007 or latter, the default value is zero. you should call get the value after calling [Chart.Calculate()](../../chart/calculate/). + +Note: When Height is set, the IsInnerMode property will be automatically set to false. + +NOTE: This member is now obsolete. Please use PlotArea.HeightRatioToChart property, instead. Height = HeightRatioToChart * 4000. This property will be removed 12 months later since February 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PlotArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/plotarea/getheightratiotochart/_index.md b/spanish/cpp/aspose.cells.charts/plotarea/getheightratiotochart/_index.md new file mode 100644 index 00000000000..6488fac65a5 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/plotarea/getheightratiotochart/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::PlotArea::GetHeightRatioToChart method +linktitle: GetHeightRatioToChart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PlotArea::GetHeightRatioToChart method. Gets or sets the height of the plot-area bounding box in units of the ratio of the chart area in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.charts/plotarea/getheightratiotochart/ +--- +## PlotArea::GetHeightRatioToChart method + + +Gets or sets the height of the plot-area bounding box in units of the ratio of the chart area. + +```cpp +double Aspose::Cells::Charts::PlotArea::GetHeightRatioToChart() +``` + +## Remarks + + +The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks. If the value is not created by MS Excel, please call [Chart.Calculate()](../../chart/calculate/) method before calling this method. + +The **XRatioToChart**, **YRatioToChart**, **WidthRatioToChart** and **HeightRatioToChart** of **[PlotArea](../)** represents the plot-area bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. If you want to get actual size of plot area, you should call **InnerXRatioToChart**, **InnerYRatioToChart**, **InnerWidthRatioToChart** and **InnerHeightRatioToChart** properties. + +For excel 2007 or latter, the default value is zero. you should call get the value after calling [Chart.Calculate()](../../chart/calculate/). + +HeightPixel = HeightRatioToChart * chart.ChartObject.Width. Note: When HeightRatioToChart is set, the IsInnerMode property will be automatically set to false. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PlotArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/plotarea/getinnerheight/_index.md b/spanish/cpp/aspose.cells.charts/plotarea/getinnerheight/_index.md new file mode 100644 index 00000000000..cc22faf2ed9 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/plotarea/getinnerheight/_index.md @@ -0,0 +1,42 @@ +--- +title: Aspose::Cells::Charts::PlotArea::GetInnerHeight method +linktitle: GetInnerHeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PlotArea::GetInnerHeight method. Gets or sets the height of the plot area in units of 1/4000 of the chart area in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.charts/plotarea/getinnerheight/ +--- +## PlotArea::GetInnerHeight method + + +Gets or sets the height of the plot area in units of 1/4000 of the chart area. + + +>Deprecated +> +>Use PlotArea.InnerHeightRatioToChart property, instead. +```cpp +int32_t Aspose::Cells::Charts::PlotArea::GetInnerHeight() +``` + +## Remarks + + +The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks. If the value is not created by MS Excel, please call [Chart.Calculate()](../../chart/calculate/) method before calling this method. + +The **X**, **Y**, **Width** and **Height** of **[PlotArea](../)** represents the plot-area bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. If you want to get actual size of plot area, you should call **InnerXRatioToChart**, **InnerYRatioToChart**, **InnerWidthRatioToChart** and **InnerHeightRatioToChart** properties. + +For excel 2007 or latter, the default value is zero. you should call get the value after calling [Chart.Calculate()](../../chart/calculate/). + +Note: When InnerHeight is set, the IsInnerMode property will be automatically set to True. + +NOTE: This member is now obsolete. Please use PlotArea.InnerHeightRatioToChart property, instead. InnerHeight = InnerHeightRatioToChart * 4000; This property will be removed 12 months later since February 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PlotArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/plotarea/getinnerheightratiotochart/_index.md b/spanish/cpp/aspose.cells.charts/plotarea/getinnerheightratiotochart/_index.md new file mode 100644 index 00000000000..7d4afd3298b --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/plotarea/getinnerheightratiotochart/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::PlotArea::GetInnerHeightRatioToChart method +linktitle: GetInnerHeightRatioToChart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PlotArea::GetInnerHeightRatioToChart method. Gets or sets the height of plot area in units of ratio of the chart area in C++.' +type: docs +weight: 3400 +url: /es/cpp/aspose.cells.charts/plotarea/getinnerheightratiotochart/ +--- +## PlotArea::GetInnerHeightRatioToChart method + + +Gets or sets the height of plot area in units of ratio of the chart area. + +```cpp +double Aspose::Cells::Charts::PlotArea::GetInnerHeightRatioToChart() +``` + +## Remarks + + +The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks. If the value is not created by MS Excel, please call [Chart.Calculate()](../../chart/calculate/) method before calling this method. + +The **XRatioToChart**, **YRatioToChart**, **WidthRatioToChart** and **HeightRatioToChart** of **[PlotArea](../)** represents the plot-area bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. If you want to get actual size of plot area, you should call **InnerXRatioToChart**, **InnerYRatioToChart**, **InnerWidthRatioToChart** and **InnerHeightRatioToChart** properties. + +For excel 2007 or latter, the default value is zero. you should call get the value after calling [Chart.Calculate()](../../chart/calculate/). + +InnerHeight in Pixel = InnerXRatioToChart * chart.ChartObject.Width. Note: When InnerHeightRatioToChart is set, the IsInnerMode property will be automatically set to True. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PlotArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/plotarea/getinnerwidth/_index.md b/spanish/cpp/aspose.cells.charts/plotarea/getinnerwidth/_index.md new file mode 100644 index 00000000000..604575a541e --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/plotarea/getinnerwidth/_index.md @@ -0,0 +1,42 @@ +--- +title: Aspose::Cells::Charts::PlotArea::GetInnerWidth method +linktitle: GetInnerWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PlotArea::GetInnerWidth method. Gets or sets the width of plot area in units of 1/4000 of the chart area in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.charts/plotarea/getinnerwidth/ +--- +## PlotArea::GetInnerWidth method + + +Gets or sets the width of plot area in units of 1/4000 of the chart area. + + +>Deprecated +> +>Use PlotArea.InnerWidthRatioToChart property, instead. +```cpp +int32_t Aspose::Cells::Charts::PlotArea::GetInnerWidth() +``` + +## Remarks + + +The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks. If the value is not created by MS Excel, please call [Chart.Calculate()](../../chart/calculate/) method before calling this method. + +The **X**, **Y**, **Width** and **Height** of **[PlotArea](../)** represents the plot-area bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. If you want to get actual size of plot area, you should call **InnerXRatioToChart**, **InnerYRatioToChart**, **InnerWidthRatioToChart** and **InnerHeightRatioToChart** properties. + +For excel 2007 or latter, the default value is zero. you should call get the value after calling [Chart.Calculate()](../../chart/calculate/). + +Note: When InnerWidth is set, the IsInnerMode property will be automatically set to True. + +NOTE: This member is now obsolete. Please use PlotArea.InnerWidthRatioToChart property, instead. InnerWidth = InnerWidthRatioToChart * 4000; This property will be removed 12 months later since February 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PlotArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/plotarea/getinnerwidthratiotochart/_index.md b/spanish/cpp/aspose.cells.charts/plotarea/getinnerwidthratiotochart/_index.md new file mode 100644 index 00000000000..2d8b98ca357 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/plotarea/getinnerwidthratiotochart/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::PlotArea::GetInnerWidthRatioToChart method +linktitle: GetInnerWidthRatioToChart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PlotArea::GetInnerWidthRatioToChart method. Gets or sets the width of the plot area in units of the ratio of the chart area in C++.' +type: docs +weight: 3600 +url: /es/cpp/aspose.cells.charts/plotarea/getinnerwidthratiotochart/ +--- +## PlotArea::GetInnerWidthRatioToChart method + + +Gets or sets the width of the plot area in units of the ratio of the chart area. + +```cpp +double Aspose::Cells::Charts::PlotArea::GetInnerWidthRatioToChart() +``` + +## Remarks + + +The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks. If the value is not created by MS Excel, please call [Chart.Calculate()](../../chart/calculate/) method before calling this method. + +The **XRatioToChart**, **YRatioToChart**, **WidthRatioToChart** and **HeightRatioToChart** of **[PlotArea](../)** represents the plot-area bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. If you want to get actual size of plot area, you should call **InnerXRatioToChart**, **InnerYRatioToChart**, **InnerWidthRatioToChart** and **InnerHeightRatioToChart** properties. + +For excel 2007 or latter, the default value is zero. you should call get the value after calling [Chart.Calculate()](../../chart/calculate/). + +InnerWidth in Pixel = InnerXRatioToChart * chart.ChartObject.Width. Note: When InnerWidthRatioToChart is set, the IsInnerMode property will be automatically set to True. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PlotArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/plotarea/getinnerx/_index.md b/spanish/cpp/aspose.cells.charts/plotarea/getinnerx/_index.md new file mode 100644 index 00000000000..64791fb2050 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/plotarea/getinnerx/_index.md @@ -0,0 +1,42 @@ +--- +title: Aspose::Cells::Charts::PlotArea::GetInnerX method +linktitle: GetInnerX +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PlotArea::GetInnerX method. Gets or sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.charts/plotarea/getinnerx/ +--- +## PlotArea::GetInnerX method + + +Gets or sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. + + +>Deprecated +> +>Use PlotArea.InnerXRatioToChart property, instead. +```cpp +int32_t Aspose::Cells::Charts::PlotArea::GetInnerX() +``` + +## Remarks + + +The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks. If the value is not created by MS Excel, please call [Chart.Calculate()](../../chart/calculate/) method before calling this method. + +The **X**, **Y**, **Width** and **Height** of **[PlotArea](../)** represents the plot-area bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. If you want to get actual size of plot area, you should call **InnerXRatioToChart**, **InnerYRatioToChart**, **InnerWidthRatioToChart** and **InnerHeightRatioToChart** properties. + +For excel 2007 or latter, the default value is zero. you should call get the value after calling [Chart.Calculate()](../../chart/calculate/). + +Note: When InnerX is set, the IsInnerMode property will be automatically set to True. + +NOTE: This member is now obsolete. Please use PlotArea.InnerXRatioToChart property, instead. InnerX = InnerXRatioToChart * 4000. This property will be removed 12 months later since February 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PlotArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/plotarea/getinnerxratiotochart/_index.md b/spanish/cpp/aspose.cells.charts/plotarea/getinnerxratiotochart/_index.md new file mode 100644 index 00000000000..c202461d903 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/plotarea/getinnerxratiotochart/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::PlotArea::GetInnerXRatioToChart method +linktitle: GetInnerXRatioToChart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PlotArea::GetInnerXRatioToChart method. Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells.charts/plotarea/getinnerxratiotochart/ +--- +## PlotArea::GetInnerXRatioToChart method + + +Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area. + +```cpp +double Aspose::Cells::Charts::PlotArea::GetInnerXRatioToChart() +``` + +## Remarks + + +The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks. If the value is not created by MS Excel, please call [Chart.Calculate()](../../chart/calculate/) method before calling this method. + +The **XRatioToChart**, **YRatioToChart**, **WidthRatioToChart** and **HeightRatioToChart** of **[PlotArea](../)** represents the plot-area bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. If you want to get actual size of plot area, you should call **InnerXRatioToChart**, **InnerYRatioToChart**, **InnerWidthRatioToChart** and **InnerHeightRatioToChart** properties. + +For excel 2007 or latter, the default value is zero. you should call get the value after calling [Chart.Calculate()](../../chart/calculate/). + +InnerX in Pixel = InnerXRatioToChart * chart.ChartObject.Width. Note: When InnerXRatioToChart is set, the IsInnerMode property will be automatically set to True. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PlotArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/plotarea/getinnery/_index.md b/spanish/cpp/aspose.cells.charts/plotarea/getinnery/_index.md new file mode 100644 index 00000000000..c5dd49730e5 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/plotarea/getinnery/_index.md @@ -0,0 +1,42 @@ +--- +title: Aspose::Cells::Charts::PlotArea::GetInnerY method +linktitle: GetInnerY +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PlotArea::GetInnerY method. Gets or sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.charts/plotarea/getinnery/ +--- +## PlotArea::GetInnerY method + + +Gets or sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. + + +>Deprecated +> +>Use PlotArea.InnerYRatioToChart property, instead. +```cpp +int32_t Aspose::Cells::Charts::PlotArea::GetInnerY() +``` + +## Remarks + + +The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks. If the value is not created by MS Excel, please call [Chart.Calculate()](../../chart/calculate/) method before calling this method. + +The **X**, **Y**, **Width** and **Height** of **[PlotArea](../)** represents the plot-area bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. If you want to get actual size of plot area, you should call **InnerXRatioToChart**, **InnerYRatioToChart**, **InnerWidthRatioToChart** and **InnerHeightRatioToChart** properties. + +For excel 2007 or latter, the default value is zero. you should call get the value after calling [Chart.Calculate()](../../chart/calculate/). + +Note: When InnerY is set, the IsInnerMode property will be automatically set to True. + +NOTE: This member is now obsolete. Please use PlotArea.InnerYRatioToChart property, instead. InnerY = InnerYRatioToChart * 4000. This property will be removed 12 months later since February 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PlotArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/plotarea/getinneryratiotochart/_index.md b/spanish/cpp/aspose.cells.charts/plotarea/getinneryratiotochart/_index.md new file mode 100644 index 00000000000..5f878301a52 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/plotarea/getinneryratiotochart/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::PlotArea::GetInnerYRatioToChart method +linktitle: GetInnerYRatioToChart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PlotArea::GetInnerYRatioToChart method. Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area in C++.' +type: docs +weight: 3200 +url: /es/cpp/aspose.cells.charts/plotarea/getinneryratiotochart/ +--- +## PlotArea::GetInnerYRatioToChart method + + +Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area. + +```cpp +double Aspose::Cells::Charts::PlotArea::GetInnerYRatioToChart() +``` + +## Remarks + + +The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks. If the value is not created by MS Excel, please call [Chart.Calculate()](../../chart/calculate/) method before calling this method. + +The **XRatioToChart**, **YRatioToChart**, **WidthRatioToChart** and **HeightRatioToChart** of **[PlotArea](../)** represents the plot-area bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. If you want to get actual size of plot area, you should call **InnerXRatioToChart**, **InnerYRatioToChart**, **InnerWidthRatioToChart** and **InnerHeightRatioToChart** properties. + +For excel 2007 or latter, the default value is zero. you should call get the value after calling [Chart.Calculate()](../../chart/calculate/). + +InnerY in Pixel = InnerYRatioToChart * chart.ChartObject.Width. Note: When InnerYRatioToChart is set, the IsInnerMode property will be automatically set to True. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PlotArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/plotarea/getwidth/_index.md b/spanish/cpp/aspose.cells.charts/plotarea/getwidth/_index.md new file mode 100644 index 00000000000..028efa70049 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/plotarea/getwidth/_index.md @@ -0,0 +1,42 @@ +--- +title: Aspose::Cells::Charts::PlotArea::GetWidth method +linktitle: GetWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PlotArea::GetWidth method. Gets or sets the width of plot-area bounding box in units of 1/4000 of the chart area in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.charts/plotarea/getwidth/ +--- +## PlotArea::GetWidth method + + +Gets or sets the width of plot-area bounding box in units of 1/4000 of the chart area. + + +>Deprecated +> +>Use PlotArea.WidthRatioToChart property, instead. +```cpp +int32_t Aspose::Cells::Charts::PlotArea::GetWidth() +``` + +## Remarks + + +The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks. If the value is not created by MS Excel, please call [Chart.Calculate()](../../chart/calculate/) method before calling this method. + +The **X**, **Y**, **Width** and **Height** of **[PlotArea](../)** represents the plot-area bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. If you want to get actual size of plot area, you should call **InnerXRatioToChart**, **InnerYRatioToChart**, **InnerWidthRatioToChart** and **InnerHeightRatioToChart** properties. + +For excel 2007 or latter, the default value is zero. you should call get the value after calling [Chart.Calculate()](../../chart/calculate/). + +Note: When Width is set, the IsInnerMode property will be automatically set to false. + +NOTE: This member is now obsolete. Please use PlotArea.WidthRatioToChart property, instead. Width = WidthRatioToChart * 4000. This property will be removed 12 months later since February 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PlotArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/plotarea/getwidthratiotochart/_index.md b/spanish/cpp/aspose.cells.charts/plotarea/getwidthratiotochart/_index.md new file mode 100644 index 00000000000..30ad3e80e0e --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/plotarea/getwidthratiotochart/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::PlotArea::GetWidthRatioToChart method +linktitle: GetWidthRatioToChart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PlotArea::GetWidthRatioToChart method. Gets or sets the width of plot-area bounding box in units of the ratio of the chart area in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells.charts/plotarea/getwidthratiotochart/ +--- +## PlotArea::GetWidthRatioToChart method + + +Gets or sets the width of plot-area bounding box in units of the ratio of the chart area. + +```cpp +double Aspose::Cells::Charts::PlotArea::GetWidthRatioToChart() +``` + +## Remarks + + +The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks. If the value is not created by MS Excel, please call [Chart.Calculate()](../../chart/calculate/) method before calling this method. + +The **XRatioToChart**, **YRatioToChart**, **WidthRatioToChart** and **HeightRatioToChart** of **[PlotArea](../)** represents the plot-area bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. If you want to get actual size of plot area, you should call **InnerXRatioToChart**, **InnerYRatioToChart**, **InnerWidthRatioToChart** and **InnerHeightRatioToChart** properties. + +For excel 2007 or latter, the default value is zero. you should call get the value after calling [Chart.Calculate()](../../chart/calculate/). + +WidthPixel = WidthRatioToChart * chart.ChartObject.Width. Note: When WidthRatioToChart is set, the IsInnerMode property will be automatically set to false. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PlotArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/plotarea/getx/_index.md b/spanish/cpp/aspose.cells.charts/plotarea/getx/_index.md new file mode 100644 index 00000000000..840358eee2f --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/plotarea/getx/_index.md @@ -0,0 +1,42 @@ +--- +title: Aspose::Cells::Charts::PlotArea::GetX method +linktitle: GetX +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PlotArea::GetX method. Gets or sets the x coordinate of the upper left corner of the plot-area bounding box in units of 1/4000 of the chart area in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.charts/plotarea/getx/ +--- +## PlotArea::GetX method + + +Gets or sets the x coordinate of the upper left corner of the plot-area bounding box in units of 1/4000 of the chart area. + + +>Deprecated +> +>Use PlotArea.XRatioToChart property, instead. +```cpp +int32_t Aspose::Cells::Charts::PlotArea::GetX() +``` + +## Remarks + + +The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks. If the value is not created by MS Excel, please call [Chart.Calculate()](../../chart/calculate/) method before calling this method. + +The **X**, **Y**, **Width** and **Height** of **[PlotArea](../)** represents the plot-area bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. If you want to get actual size of plot area, you should call **InnerXRatioToChart**, **InnerYRatioToChart**, **InnerWidthRatioToChart** and **InnerHeightRatioToChart** properties. + +For excel 2007 or latter, the default value is zero. you should call get the value after calling [Chart.Calculate()](../../chart/calculate/). + +Note: When X is set, the IsInnerMode property will be automatically set to false. + +NOTE: This member is now obsolete. Please use PlotArea.XRatioToChart property, instead. X = XRatioToChart * 4000. This property will be removed 12 months later since February 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PlotArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/plotarea/getxratiotochart/_index.md b/spanish/cpp/aspose.cells.charts/plotarea/getxratiotochart/_index.md new file mode 100644 index 00000000000..acc3c9c64d4 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/plotarea/getxratiotochart/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::PlotArea::GetXRatioToChart method +linktitle: GetXRatioToChart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PlotArea::GetXRatioToChart method. Gets or sets the x coordinate of the upper left corner of the plot area bounding box as a ratio of the chart area in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.charts/plotarea/getxratiotochart/ +--- +## PlotArea::GetXRatioToChart method + + +Gets or sets the x coordinate of the upper left corner of the plot area bounding box as a ratio of the chart area. + +```cpp +double Aspose::Cells::Charts::PlotArea::GetXRatioToChart() +``` + +## Remarks + + +The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks. If the value is not created by MS Excel, please call [Chart.Calculate()](../../chart/calculate/) method before calling this method. + +The **XRatioToChart**, **YRatioToChart**, **WidthRatioToChart** and **HeightRatioToChart** of **[PlotArea](../)** represents the plot-area bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. If you want to get actual size of plot area, you should call **InnerXRatioToChart**, **InnerYRatioToChart**, **InnerWidthRatioToChart** and **InnerHeightRatioToChart** properties. + +For excel 2007 or latter, the default value is zero. you should call get the value after calling [Chart.Calculate()](../../chart/calculate/). + +XPixel = XRatioToChart * chart.ChartObject.Width. Note: When XRatioToChart is set, the IsInnerMode property will be automatically set to false. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PlotArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/plotarea/gety/_index.md b/spanish/cpp/aspose.cells.charts/plotarea/gety/_index.md new file mode 100644 index 00000000000..ec41104287a --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/plotarea/gety/_index.md @@ -0,0 +1,42 @@ +--- +title: Aspose::Cells::Charts::PlotArea::GetY method +linktitle: GetY +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PlotArea::GetY method. Gets or sets the y coordinate of the upper top corner of the plot-area bounding box in units of 1/4000 of the chart area in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.charts/plotarea/gety/ +--- +## PlotArea::GetY method + + +Gets or sets the y coordinate of the upper top corner of the plot-area bounding box in units of 1/4000 of the chart area. + + +>Deprecated +> +>Use PlotArea.YRatioToChart property, instead. +```cpp +int32_t Aspose::Cells::Charts::PlotArea::GetY() +``` + +## Remarks + + +The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks. If the value is not created by MS Excel, please call [Chart.Calculate()](../../chart/calculate/) method before calling this method. + +The **X**, **Y**, **Width** and **Height** of **[PlotArea](../)** represents the plot-area bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. If you want to get actual size of plot area, you should call **InnerXRatioToChart**, **InnerYRatioToChart**, **InnerWidthRatioToChart** and **InnerHeightRatioToChart** properties. + +For excel 2007 or latter, the default value is zero. you should call get the value after calling [Chart.Calculate()](../../chart/calculate/). + +Note: When Y is set, the IsInnerMode property will be automatically set to false. + +NOTE: This member is now obsolete. Please use PlotArea.YRatioToChart property, instead. Y = YRatioToChart * 4000. This property will be removed 12 months later since February 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PlotArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/plotarea/getyratiotochart/_index.md b/spanish/cpp/aspose.cells.charts/plotarea/getyratiotochart/_index.md new file mode 100644 index 00000000000..23bb3d305dd --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/plotarea/getyratiotochart/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::PlotArea::GetYRatioToChart method +linktitle: GetYRatioToChart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PlotArea::GetYRatioToChart method. Gets or sets the y coordinate of the upper top corner of the plot-area bounding box as a ratio of the chart area in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.charts/plotarea/getyratiotochart/ +--- +## PlotArea::GetYRatioToChart method + + +Gets or sets the y coordinate of the upper top corner of the plot-area bounding box as a ratio of the chart area. + +```cpp +double Aspose::Cells::Charts::PlotArea::GetYRatioToChart() +``` + +## Remarks + + +The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks. If the value is not created by MS Excel, please call [Chart.Calculate()](../../chart/calculate/) method before calling this method. + +The **XRatioToChart**, **YRatioToChart**, **WidthRatioToChart** and **HeightRatioToChart** of **[PlotArea](../)** represents the plot-area bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. If you want to get actual size of plot area, you should call **InnerXRatioToChart**, **InnerYRatioToChart**, **InnerWidthRatioToChart** and **InnerHeightRatioToChart** properties. + +For excel 2007 or latter, the default value is zero. you should call get the value after calling [Chart.Calculate()](../../chart/calculate/). + +YPixel = YRatioToChart * chart.ChartObject.Width. Note: When YRatioToChart is set, the IsInnerMode property will be automatically set to false. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PlotArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/plotarea/isautomaticsize/_index.md b/spanish/cpp/aspose.cells.charts/plotarea/isautomaticsize/_index.md new file mode 100644 index 00000000000..ffe0de55072 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/plotarea/isautomaticsize/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::PlotArea::IsAutomaticSize method +linktitle: IsAutomaticSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PlotArea::IsAutomaticSize method. Indicates whether the plot area is automatically sized in C++.' +type: docs +weight: 3900 +url: /es/cpp/aspose.cells.charts/plotarea/isautomaticsize/ +--- +## PlotArea::IsAutomaticSize method + + +Indicates whether the plot area is automatically sized. + +```cpp +bool Aspose::Cells::Charts::PlotArea::IsAutomaticSize() +``` + +## Remarks + + +NOTE: When IsAutomaticSize is set to True, the values you manually set for Width and Height will be disabled. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PlotArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/plotarea/isnull/_index.md b/spanish/cpp/aspose.cells.charts/plotarea/isnull/_index.md new file mode 100644 index 00000000000..011e3f52264 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/plotarea/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::PlotArea::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PlotArea::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.charts/plotarea/isnull/ +--- +## PlotArea::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Charts::PlotArea::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PlotArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/plotarea/operator_asm/_index.md b/spanish/cpp/aspose.cells.charts/plotarea/operator_asm/_index.md new file mode 100644 index 00000000000..03ce6fb1f15 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/plotarea/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::PlotArea::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PlotArea::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.charts/plotarea/operator_asm/ +--- +## PlotArea::operator= method + + +operator= + +```cpp +PlotArea & Aspose::Cells::Charts::PlotArea::operator=(const PlotArea &src) +``` + +## See Also + +* Class [PlotArea](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PlotArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/plotarea/operator_bool/_index.md b/spanish/cpp/aspose.cells.charts/plotarea/operator_bool/_index.md new file mode 100644 index 00000000000..dbfeaa7ae76 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/plotarea/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::PlotArea::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PlotArea::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.charts/plotarea/operator_bool/ +--- +## PlotArea::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Charts::PlotArea::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [PlotArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/plotarea/plotarea/_index.md b/spanish/cpp/aspose.cells.charts/plotarea/plotarea/_index.md new file mode 100644 index 00000000000..c4731b438c6 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/plotarea/plotarea/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Charts::PlotArea::PlotArea constructor +linktitle: PlotArea +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PlotArea::PlotArea constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.charts/plotarea/plotarea/ +--- +## PlotArea::PlotArea(PlotArea_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Charts::PlotArea::PlotArea(PlotArea_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PlotArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## PlotArea::PlotArea(const PlotArea\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Charts::PlotArea::PlotArea(const PlotArea &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PlotArea](../) +* Class [PlotArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## PlotArea::PlotArea(const ChartFrame\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Charts::PlotArea::PlotArea(const ChartFrame &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartFrame](../../chartframe/) +* Class [PlotArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/plotarea/setheight/_index.md b/spanish/cpp/aspose.cells.charts/plotarea/setheight/_index.md new file mode 100644 index 00000000000..0d40be4dc55 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/plotarea/setheight/_index.md @@ -0,0 +1,42 @@ +--- +title: Aspose::Cells::Charts::PlotArea::SetHeight method +linktitle: SetHeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PlotArea::SetHeight method. Gets or sets the height of plot-area bounding box in units of 1/4000 of the chart area in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.charts/plotarea/setheight/ +--- +## PlotArea::SetHeight method + + +Gets or sets the height of plot-area bounding box in units of 1/4000 of the chart area. + + +>Deprecated +> +>Use PlotArea.HeightRatioToChart property, instead. +```cpp +void Aspose::Cells::Charts::PlotArea::SetHeight(int32_t value) +``` + +## Remarks + + +The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks. If the value is not created by MS Excel, please call [Chart.Calculate()](../../chart/calculate/) method before calling this method. + +The **X**, **Y**, **Width** and **Height** of **[PlotArea](../)** represents the plot-area bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. If you want to get actual size of plot area, you should call **InnerXRatioToChart**, **InnerYRatioToChart**, **InnerWidthRatioToChart** and **InnerHeightRatioToChart** properties. + +For excel 2007 or latter, the default value is zero. you should call get the value after calling [Chart.Calculate()](../../chart/calculate/). + +Note: When Height is set, the IsInnerMode property will be automatically set to false. + +NOTE: This member is now obsolete. Please use PlotArea.HeightRatioToChart property, instead. Height = HeightRatioToChart * 4000. This property will be removed 12 months later since February 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PlotArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/plotarea/setheightratiotochart/_index.md b/spanish/cpp/aspose.cells.charts/plotarea/setheightratiotochart/_index.md new file mode 100644 index 00000000000..af86f1b480c --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/plotarea/setheightratiotochart/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::PlotArea::SetHeightRatioToChart method +linktitle: SetHeightRatioToChart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PlotArea::SetHeightRatioToChart method. Gets or sets the height of the plot-area bounding box in units of the ratio of the chart area in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.charts/plotarea/setheightratiotochart/ +--- +## PlotArea::SetHeightRatioToChart method + + +Gets or sets the height of the plot-area bounding box in units of the ratio of the chart area. + +```cpp +void Aspose::Cells::Charts::PlotArea::SetHeightRatioToChart(double value) +``` + +## Remarks + + +The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks. If the value is not created by MS Excel, please call [Chart.Calculate()](../../chart/calculate/) method before calling this method. + +The **XRatioToChart**, **YRatioToChart**, **WidthRatioToChart** and **HeightRatioToChart** of **[PlotArea](../)** represents the plot-area bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. If you want to get actual size of plot area, you should call **InnerXRatioToChart**, **InnerYRatioToChart**, **InnerWidthRatioToChart** and **InnerHeightRatioToChart** properties. + +For excel 2007 or latter, the default value is zero. you should call get the value after calling [Chart.Calculate()](../../chart/calculate/). + +HeightPixel = HeightRatioToChart * chart.ChartObject.Width. Note: When HeightRatioToChart is set, the IsInnerMode property will be automatically set to false. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PlotArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/plotarea/setinnerheight/_index.md b/spanish/cpp/aspose.cells.charts/plotarea/setinnerheight/_index.md new file mode 100644 index 00000000000..5f587cfefec --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/plotarea/setinnerheight/_index.md @@ -0,0 +1,42 @@ +--- +title: Aspose::Cells::Charts::PlotArea::SetInnerHeight method +linktitle: SetInnerHeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PlotArea::SetInnerHeight method. Gets or sets the height of the plot area in units of 1/4000 of the chart area in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.charts/plotarea/setinnerheight/ +--- +## PlotArea::SetInnerHeight method + + +Gets or sets the height of the plot area in units of 1/4000 of the chart area. + + +>Deprecated +> +>Use PlotArea.InnerHeightRatioToChart property, instead. +```cpp +void Aspose::Cells::Charts::PlotArea::SetInnerHeight(int32_t value) +``` + +## Remarks + + +The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks. If the value is not created by MS Excel, please call [Chart.Calculate()](../../chart/calculate/) method before calling this method. + +The **X**, **Y**, **Width** and **Height** of **[PlotArea](../)** represents the plot-area bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. If you want to get actual size of plot area, you should call **InnerXRatioToChart**, **InnerYRatioToChart**, **InnerWidthRatioToChart** and **InnerHeightRatioToChart** properties. + +For excel 2007 or latter, the default value is zero. you should call get the value after calling [Chart.Calculate()](../../chart/calculate/). + +Note: When InnerHeight is set, the IsInnerMode property will be automatically set to True. + +NOTE: This member is now obsolete. Please use PlotArea.InnerHeightRatioToChart property, instead. InnerHeight = InnerHeightRatioToChart * 4000; This property will be removed 12 months later since February 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PlotArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/plotarea/setinnerheightratiotochart/_index.md b/spanish/cpp/aspose.cells.charts/plotarea/setinnerheightratiotochart/_index.md new file mode 100644 index 00000000000..53552c45efd --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/plotarea/setinnerheightratiotochart/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::PlotArea::SetInnerHeightRatioToChart method +linktitle: SetInnerHeightRatioToChart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PlotArea::SetInnerHeightRatioToChart method. Gets or sets the height of plot area in units of ratio of the chart area in C++.' +type: docs +weight: 3500 +url: /es/cpp/aspose.cells.charts/plotarea/setinnerheightratiotochart/ +--- +## PlotArea::SetInnerHeightRatioToChart method + + +Gets or sets the height of plot area in units of ratio of the chart area. + +```cpp +void Aspose::Cells::Charts::PlotArea::SetInnerHeightRatioToChart(double value) +``` + +## Remarks + + +The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks. If the value is not created by MS Excel, please call [Chart.Calculate()](../../chart/calculate/) method before calling this method. + +The **XRatioToChart**, **YRatioToChart**, **WidthRatioToChart** and **HeightRatioToChart** of **[PlotArea](../)** represents the plot-area bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. If you want to get actual size of plot area, you should call **InnerXRatioToChart**, **InnerYRatioToChart**, **InnerWidthRatioToChart** and **InnerHeightRatioToChart** properties. + +For excel 2007 or latter, the default value is zero. you should call get the value after calling [Chart.Calculate()](../../chart/calculate/). + +InnerHeight in Pixel = InnerXRatioToChart * chart.ChartObject.Width. Note: When InnerHeightRatioToChart is set, the IsInnerMode property will be automatically set to True. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PlotArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/plotarea/setinnerwidth/_index.md b/spanish/cpp/aspose.cells.charts/plotarea/setinnerwidth/_index.md new file mode 100644 index 00000000000..e7b47a7e95f --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/plotarea/setinnerwidth/_index.md @@ -0,0 +1,42 @@ +--- +title: Aspose::Cells::Charts::PlotArea::SetInnerWidth method +linktitle: SetInnerWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PlotArea::SetInnerWidth method. Gets or sets the width of plot area in units of 1/4000 of the chart area in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.charts/plotarea/setinnerwidth/ +--- +## PlotArea::SetInnerWidth method + + +Gets or sets the width of plot area in units of 1/4000 of the chart area. + + +>Deprecated +> +>Use PlotArea.InnerWidthRatioToChart property, instead. +```cpp +void Aspose::Cells::Charts::PlotArea::SetInnerWidth(int32_t value) +``` + +## Remarks + + +The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks. If the value is not created by MS Excel, please call [Chart.Calculate()](../../chart/calculate/) method before calling this method. + +The **X**, **Y**, **Width** and **Height** of **[PlotArea](../)** represents the plot-area bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. If you want to get actual size of plot area, you should call **InnerXRatioToChart**, **InnerYRatioToChart**, **InnerWidthRatioToChart** and **InnerHeightRatioToChart** properties. + +For excel 2007 or latter, the default value is zero. you should call get the value after calling [Chart.Calculate()](../../chart/calculate/). + +Note: When InnerWidth is set, the IsInnerMode property will be automatically set to True. + +NOTE: This member is now obsolete. Please use PlotArea.InnerWidthRatioToChart property, instead. InnerWidth = InnerWidthRatioToChart * 4000; This property will be removed 12 months later since February 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PlotArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/plotarea/setinnerwidthratiotochart/_index.md b/spanish/cpp/aspose.cells.charts/plotarea/setinnerwidthratiotochart/_index.md new file mode 100644 index 00000000000..124a43c0212 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/plotarea/setinnerwidthratiotochart/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::PlotArea::SetInnerWidthRatioToChart method +linktitle: SetInnerWidthRatioToChart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PlotArea::SetInnerWidthRatioToChart method. Gets or sets the width of the plot area in units of the ratio of the chart area in C++.' +type: docs +weight: 3700 +url: /es/cpp/aspose.cells.charts/plotarea/setinnerwidthratiotochart/ +--- +## PlotArea::SetInnerWidthRatioToChart method + + +Gets or sets the width of the plot area in units of the ratio of the chart area. + +```cpp +void Aspose::Cells::Charts::PlotArea::SetInnerWidthRatioToChart(double value) +``` + +## Remarks + + +The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks. If the value is not created by MS Excel, please call [Chart.Calculate()](../../chart/calculate/) method before calling this method. + +The **XRatioToChart**, **YRatioToChart**, **WidthRatioToChart** and **HeightRatioToChart** of **[PlotArea](../)** represents the plot-area bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. If you want to get actual size of plot area, you should call **InnerXRatioToChart**, **InnerYRatioToChart**, **InnerWidthRatioToChart** and **InnerHeightRatioToChart** properties. + +For excel 2007 or latter, the default value is zero. you should call get the value after calling [Chart.Calculate()](../../chart/calculate/). + +InnerWidth in Pixel = InnerXRatioToChart * chart.ChartObject.Width. Note: When InnerWidthRatioToChart is set, the IsInnerMode property will be automatically set to True. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PlotArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/plotarea/setinnerx/_index.md b/spanish/cpp/aspose.cells.charts/plotarea/setinnerx/_index.md new file mode 100644 index 00000000000..80d4adcf82d --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/plotarea/setinnerx/_index.md @@ -0,0 +1,42 @@ +--- +title: Aspose::Cells::Charts::PlotArea::SetInnerX method +linktitle: SetInnerX +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PlotArea::SetInnerX method. Gets or sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.charts/plotarea/setinnerx/ +--- +## PlotArea::SetInnerX method + + +Gets or sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. + + +>Deprecated +> +>Use PlotArea.InnerXRatioToChart property, instead. +```cpp +void Aspose::Cells::Charts::PlotArea::SetInnerX(int32_t value) +``` + +## Remarks + + +The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks. If the value is not created by MS Excel, please call [Chart.Calculate()](../../chart/calculate/) method before calling this method. + +The **X**, **Y**, **Width** and **Height** of **[PlotArea](../)** represents the plot-area bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. If you want to get actual size of plot area, you should call **InnerXRatioToChart**, **InnerYRatioToChart**, **InnerWidthRatioToChart** and **InnerHeightRatioToChart** properties. + +For excel 2007 or latter, the default value is zero. you should call get the value after calling [Chart.Calculate()](../../chart/calculate/). + +Note: When InnerX is set, the IsInnerMode property will be automatically set to True. + +NOTE: This member is now obsolete. Please use PlotArea.InnerXRatioToChart property, instead. InnerX = InnerXRatioToChart * 4000. This property will be removed 12 months later since February 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PlotArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/plotarea/setinnerxratiotochart/_index.md b/spanish/cpp/aspose.cells.charts/plotarea/setinnerxratiotochart/_index.md new file mode 100644 index 00000000000..77368a67c66 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/plotarea/setinnerxratiotochart/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::PlotArea::SetInnerXRatioToChart method +linktitle: SetInnerXRatioToChart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PlotArea::SetInnerXRatioToChart method. Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area in C++.' +type: docs +weight: 3100 +url: /es/cpp/aspose.cells.charts/plotarea/setinnerxratiotochart/ +--- +## PlotArea::SetInnerXRatioToChart method + + +Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area. + +```cpp +void Aspose::Cells::Charts::PlotArea::SetInnerXRatioToChart(double value) +``` + +## Remarks + + +The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks. If the value is not created by MS Excel, please call [Chart.Calculate()](../../chart/calculate/) method before calling this method. + +The **XRatioToChart**, **YRatioToChart**, **WidthRatioToChart** and **HeightRatioToChart** of **[PlotArea](../)** represents the plot-area bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. If you want to get actual size of plot area, you should call **InnerXRatioToChart**, **InnerYRatioToChart**, **InnerWidthRatioToChart** and **InnerHeightRatioToChart** properties. + +For excel 2007 or latter, the default value is zero. you should call get the value after calling [Chart.Calculate()](../../chart/calculate/). + +InnerX in Pixel = InnerXRatioToChart * chart.ChartObject.Width. Note: When InnerXRatioToChart is set, the IsInnerMode property will be automatically set to True. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PlotArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/plotarea/setinnery/_index.md b/spanish/cpp/aspose.cells.charts/plotarea/setinnery/_index.md new file mode 100644 index 00000000000..30030013007 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/plotarea/setinnery/_index.md @@ -0,0 +1,42 @@ +--- +title: Aspose::Cells::Charts::PlotArea::SetInnerY method +linktitle: SetInnerY +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PlotArea::SetInnerY method. Gets or sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.charts/plotarea/setinnery/ +--- +## PlotArea::SetInnerY method + + +Gets or sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. + + +>Deprecated +> +>Use PlotArea.InnerYRatioToChart property, instead. +```cpp +void Aspose::Cells::Charts::PlotArea::SetInnerY(int32_t value) +``` + +## Remarks + + +The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks. If the value is not created by MS Excel, please call [Chart.Calculate()](../../chart/calculate/) method before calling this method. + +The **X**, **Y**, **Width** and **Height** of **[PlotArea](../)** represents the plot-area bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. If you want to get actual size of plot area, you should call **InnerXRatioToChart**, **InnerYRatioToChart**, **InnerWidthRatioToChart** and **InnerHeightRatioToChart** properties. + +For excel 2007 or latter, the default value is zero. you should call get the value after calling [Chart.Calculate()](../../chart/calculate/). + +Note: When InnerY is set, the IsInnerMode property will be automatically set to True. + +NOTE: This member is now obsolete. Please use PlotArea.InnerYRatioToChart property, instead. InnerY = InnerYRatioToChart * 4000. This property will be removed 12 months later since February 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PlotArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/plotarea/setinneryratiotochart/_index.md b/spanish/cpp/aspose.cells.charts/plotarea/setinneryratiotochart/_index.md new file mode 100644 index 00000000000..9d61a69daae --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/plotarea/setinneryratiotochart/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::PlotArea::SetInnerYRatioToChart method +linktitle: SetInnerYRatioToChart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PlotArea::SetInnerYRatioToChart method. Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area in C++.' +type: docs +weight: 3300 +url: /es/cpp/aspose.cells.charts/plotarea/setinneryratiotochart/ +--- +## PlotArea::SetInnerYRatioToChart method + + +Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area. + +```cpp +void Aspose::Cells::Charts::PlotArea::SetInnerYRatioToChart(double value) +``` + +## Remarks + + +The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks. If the value is not created by MS Excel, please call [Chart.Calculate()](../../chart/calculate/) method before calling this method. + +The **XRatioToChart**, **YRatioToChart**, **WidthRatioToChart** and **HeightRatioToChart** of **[PlotArea](../)** represents the plot-area bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. If you want to get actual size of plot area, you should call **InnerXRatioToChart**, **InnerYRatioToChart**, **InnerWidthRatioToChart** and **InnerHeightRatioToChart** properties. + +For excel 2007 or latter, the default value is zero. you should call get the value after calling [Chart.Calculate()](../../chart/calculate/). + +InnerY in Pixel = InnerYRatioToChart * chart.ChartObject.Width. Note: When InnerYRatioToChart is set, the IsInnerMode property will be automatically set to True. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PlotArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/plotarea/setisautomaticsize/_index.md b/spanish/cpp/aspose.cells.charts/plotarea/setisautomaticsize/_index.md new file mode 100644 index 00000000000..d1798e98b0d --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/plotarea/setisautomaticsize/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::PlotArea::SetIsAutomaticSize method +linktitle: SetIsAutomaticSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PlotArea::SetIsAutomaticSize method. Indicates whether the plot area is automatically sized in C++.' +type: docs +weight: 4000 +url: /es/cpp/aspose.cells.charts/plotarea/setisautomaticsize/ +--- +## PlotArea::SetIsAutomaticSize method + + +Indicates whether the plot area is automatically sized. + +```cpp +void Aspose::Cells::Charts::PlotArea::SetIsAutomaticSize(bool value) +``` + +## Remarks + + +NOTE: When IsAutomaticSize is set to True, the values you manually set for Width and Height will be disabled. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PlotArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/plotarea/setpositionauto/_index.md b/spanish/cpp/aspose.cells.charts/plotarea/setpositionauto/_index.md new file mode 100644 index 00000000000..c7f2657e53c --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/plotarea/setpositionauto/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::PlotArea::SetPositionAuto method +linktitle: SetPositionAuto +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PlotArea::SetPositionAuto method. Set the position of the plot area to automatic in C++.' +type: docs +weight: 3800 +url: /es/cpp/aspose.cells.charts/plotarea/setpositionauto/ +--- +## PlotArea::SetPositionAuto method + + +Set the position of the plot area to automatic. + +```cpp +void Aspose::Cells::Charts::PlotArea::SetPositionAuto() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PlotArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/plotarea/setwidth/_index.md b/spanish/cpp/aspose.cells.charts/plotarea/setwidth/_index.md new file mode 100644 index 00000000000..616e97ab717 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/plotarea/setwidth/_index.md @@ -0,0 +1,42 @@ +--- +title: Aspose::Cells::Charts::PlotArea::SetWidth method +linktitle: SetWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PlotArea::SetWidth method. Gets or sets the width of plot-area bounding box in units of 1/4000 of the chart area in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.charts/plotarea/setwidth/ +--- +## PlotArea::SetWidth method + + +Gets or sets the width of plot-area bounding box in units of 1/4000 of the chart area. + + +>Deprecated +> +>Use PlotArea.WidthRatioToChart property, instead. +```cpp +void Aspose::Cells::Charts::PlotArea::SetWidth(int32_t value) +``` + +## Remarks + + +The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks. If the value is not created by MS Excel, please call [Chart.Calculate()](../../chart/calculate/) method before calling this method. + +The **X**, **Y**, **Width** and **Height** of **[PlotArea](../)** represents the plot-area bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. If you want to get actual size of plot area, you should call **InnerXRatioToChart**, **InnerYRatioToChart**, **InnerWidthRatioToChart** and **InnerHeightRatioToChart** properties. + +For excel 2007 or latter, the default value is zero. you should call get the value after calling [Chart.Calculate()](../../chart/calculate/). + +Note: When Width is set, the IsInnerMode property will be automatically set to false. + +NOTE: This member is now obsolete. Please use PlotArea.WidthRatioToChart property, instead. Width = WidthRatioToChart * 4000. This property will be removed 12 months later since February 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PlotArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/plotarea/setwidthratiotochart/_index.md b/spanish/cpp/aspose.cells.charts/plotarea/setwidthratiotochart/_index.md new file mode 100644 index 00000000000..d2f477a002e --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/plotarea/setwidthratiotochart/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::PlotArea::SetWidthRatioToChart method +linktitle: SetWidthRatioToChart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PlotArea::SetWidthRatioToChart method. Gets or sets the width of plot-area bounding box in units of the ratio of the chart area in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells.charts/plotarea/setwidthratiotochart/ +--- +## PlotArea::SetWidthRatioToChart method + + +Gets or sets the width of plot-area bounding box in units of the ratio of the chart area. + +```cpp +void Aspose::Cells::Charts::PlotArea::SetWidthRatioToChart(double value) +``` + +## Remarks + + +The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks. If the value is not created by MS Excel, please call [Chart.Calculate()](../../chart/calculate/) method before calling this method. + +The **XRatioToChart**, **YRatioToChart**, **WidthRatioToChart** and **HeightRatioToChart** of **[PlotArea](../)** represents the plot-area bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. If you want to get actual size of plot area, you should call **InnerXRatioToChart**, **InnerYRatioToChart**, **InnerWidthRatioToChart** and **InnerHeightRatioToChart** properties. + +For excel 2007 or latter, the default value is zero. you should call get the value after calling [Chart.Calculate()](../../chart/calculate/). + +WidthPixel = WidthRatioToChart * chart.ChartObject.Width. Note: When WidthRatioToChart is set, the IsInnerMode property will be automatically set to false. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PlotArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/plotarea/setx/_index.md b/spanish/cpp/aspose.cells.charts/plotarea/setx/_index.md new file mode 100644 index 00000000000..e29541cbdd8 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/plotarea/setx/_index.md @@ -0,0 +1,42 @@ +--- +title: Aspose::Cells::Charts::PlotArea::SetX method +linktitle: SetX +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PlotArea::SetX method. Gets or sets the x coordinate of the upper left corner of the plot-area bounding box in units of 1/4000 of the chart area in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.charts/plotarea/setx/ +--- +## PlotArea::SetX method + + +Gets or sets the x coordinate of the upper left corner of the plot-area bounding box in units of 1/4000 of the chart area. + + +>Deprecated +> +>Use PlotArea.XRatioToChart property, instead. +```cpp +void Aspose::Cells::Charts::PlotArea::SetX(int32_t value) +``` + +## Remarks + + +The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks. If the value is not created by MS Excel, please call [Chart.Calculate()](../../chart/calculate/) method before calling this method. + +The **X**, **Y**, **Width** and **Height** of **[PlotArea](../)** represents the plot-area bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. If you want to get actual size of plot area, you should call **InnerXRatioToChart**, **InnerYRatioToChart**, **InnerWidthRatioToChart** and **InnerHeightRatioToChart** properties. + +For excel 2007 or latter, the default value is zero. you should call get the value after calling [Chart.Calculate()](../../chart/calculate/). + +Note: When X is set, the IsInnerMode property will be automatically set to false. + +NOTE: This member is now obsolete. Please use PlotArea.XRatioToChart property, instead. X = XRatioToChart * 4000. This property will be removed 12 months later since February 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PlotArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/plotarea/setxratiotochart/_index.md b/spanish/cpp/aspose.cells.charts/plotarea/setxratiotochart/_index.md new file mode 100644 index 00000000000..0f0f06d18f3 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/plotarea/setxratiotochart/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::PlotArea::SetXRatioToChart method +linktitle: SetXRatioToChart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PlotArea::SetXRatioToChart method. Gets or sets the x coordinate of the upper left corner of the plot area bounding box as a ratio of the chart area in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.charts/plotarea/setxratiotochart/ +--- +## PlotArea::SetXRatioToChart method + + +Gets or sets the x coordinate of the upper left corner of the plot area bounding box as a ratio of the chart area. + +```cpp +void Aspose::Cells::Charts::PlotArea::SetXRatioToChart(double value) +``` + +## Remarks + + +The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks. If the value is not created by MS Excel, please call [Chart.Calculate()](../../chart/calculate/) method before calling this method. + +The **XRatioToChart**, **YRatioToChart**, **WidthRatioToChart** and **HeightRatioToChart** of **[PlotArea](../)** represents the plot-area bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. If you want to get actual size of plot area, you should call **InnerXRatioToChart**, **InnerYRatioToChart**, **InnerWidthRatioToChart** and **InnerHeightRatioToChart** properties. + +For excel 2007 or latter, the default value is zero. you should call get the value after calling [Chart.Calculate()](../../chart/calculate/). + +XPixel = XRatioToChart * chart.ChartObject.Width. Note: When XRatioToChart is set, the IsInnerMode property will be automatically set to false. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PlotArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/plotarea/sety/_index.md b/spanish/cpp/aspose.cells.charts/plotarea/sety/_index.md new file mode 100644 index 00000000000..6c11ee0e746 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/plotarea/sety/_index.md @@ -0,0 +1,42 @@ +--- +title: Aspose::Cells::Charts::PlotArea::SetY method +linktitle: SetY +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PlotArea::SetY method. Gets or sets the y coordinate of the upper top corner of the plot-area bounding box in units of 1/4000 of the chart area in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.charts/plotarea/sety/ +--- +## PlotArea::SetY method + + +Gets or sets the y coordinate of the upper top corner of the plot-area bounding box in units of 1/4000 of the chart area. + + +>Deprecated +> +>Use PlotArea.YRatioToChart property, instead. +```cpp +void Aspose::Cells::Charts::PlotArea::SetY(int32_t value) +``` + +## Remarks + + +The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks. If the value is not created by MS Excel, please call [Chart.Calculate()](../../chart/calculate/) method before calling this method. + +The **X**, **Y**, **Width** and **Height** of **[PlotArea](../)** represents the plot-area bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. If you want to get actual size of plot area, you should call **InnerXRatioToChart**, **InnerYRatioToChart**, **InnerWidthRatioToChart** and **InnerHeightRatioToChart** properties. + +For excel 2007 or latter, the default value is zero. you should call get the value after calling [Chart.Calculate()](../../chart/calculate/). + +Note: When Y is set, the IsInnerMode property will be automatically set to false. + +NOTE: This member is now obsolete. Please use PlotArea.YRatioToChart property, instead. Y = YRatioToChart * 4000. This property will be removed 12 months later since February 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PlotArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/plotarea/setyratiotochart/_index.md b/spanish/cpp/aspose.cells.charts/plotarea/setyratiotochart/_index.md new file mode 100644 index 00000000000..5f7192a05b4 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/plotarea/setyratiotochart/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::PlotArea::SetYRatioToChart method +linktitle: SetYRatioToChart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PlotArea::SetYRatioToChart method. Gets or sets the y coordinate of the upper top corner of the plot-area bounding box as a ratio of the chart area in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.charts/plotarea/setyratiotochart/ +--- +## PlotArea::SetYRatioToChart method + + +Gets or sets the y coordinate of the upper top corner of the plot-area bounding box as a ratio of the chart area. + +```cpp +void Aspose::Cells::Charts::PlotArea::SetYRatioToChart(double value) +``` + +## Remarks + + +The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks. If the value is not created by MS Excel, please call [Chart.Calculate()](../../chart/calculate/) method before calling this method. + +The **XRatioToChart**, **YRatioToChart**, **WidthRatioToChart** and **HeightRatioToChart** of **[PlotArea](../)** represents the plot-area bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. If you want to get actual size of plot area, you should call **InnerXRatioToChart**, **InnerYRatioToChart**, **InnerWidthRatioToChart** and **InnerHeightRatioToChart** properties. + +For excel 2007 or latter, the default value is zero. you should call get the value after calling [Chart.Calculate()](../../chart/calculate/). + +YPixel = YRatioToChart * chart.ChartObject.Width. Note: When YRatioToChart is set, the IsInnerMode property will be automatically set to false. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PlotArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/plotarea/~plotarea/_index.md b/spanish/cpp/aspose.cells.charts/plotarea/~plotarea/_index.md new file mode 100644 index 00000000000..9111a4fad57 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/plotarea/~plotarea/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::PlotArea::~PlotArea method +linktitle: ~PlotArea +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PlotArea::~PlotArea method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.charts/plotarea/~plotarea/ +--- +## PlotArea::~PlotArea method + + +Destructor. + +```cpp +Aspose::Cells::Charts::PlotArea::~PlotArea() +``` + +## See Also + +* Class [PlotArea](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/plotdatabytype/_index.md b/spanish/cpp/aspose.cells.charts/plotdatabytype/_index.md new file mode 100644 index 00000000000..a3e17b225c2 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/plotdatabytype/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::PlotDataByType enum +linktitle: PlotDataByType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PlotDataByType enum. Represents the type of data plot by row or column in C++.' +type: docs +weight: 5800 +url: /es/cpp/aspose.cells.charts/plotdatabytype/ +--- +## PlotDataByType enum + + +Represents the type of data plot by row or column. + +```cpp +enum class PlotDataByType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Row | 0 |
By row. | +| Column | 1 |
By column. | + +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/plotemptycellstype/_index.md b/spanish/cpp/aspose.cells.charts/plotemptycellstype/_index.md new file mode 100644 index 00000000000..685b8b5ae06 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/plotemptycellstype/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Charts::PlotEmptyCellsType enum +linktitle: PlotEmptyCellsType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::PlotEmptyCellsType enum. Represents all plot empty cells type of a chart in C++.' +type: docs +weight: 5900 +url: /es/cpp/aspose.cells.charts/plotemptycellstype/ +--- +## PlotEmptyCellsType enum + + +Represents all plot empty cells type of a chart. + +```cpp +enum class PlotEmptyCellsType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| NotPlotted | 0 |
Not plotted(leave gap) | +| Zero | 1 |
Zero. | +| Interpolated | 2 |
Interpolated. | + +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/quartilecalculationtype/_index.md b/spanish/cpp/aspose.cells.charts/quartilecalculationtype/_index.md new file mode 100644 index 00000000000..cf002c82524 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/quartilecalculationtype/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::QuartileCalculationType enum +linktitle: QuartileCalculationType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::QuartileCalculationType enum. Represents quartile calculation methods in C++.' +type: docs +weight: 6000 +url: /es/cpp/aspose.cells.charts/quartilecalculationtype/ +--- +## QuartileCalculationType enum + + +Represents quartile calculation methods. + +```cpp +enum class QuartileCalculationType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Exclusive | 0 |
The quartile calculation includes the median when splitting the dataset into quartiles. | +| Inclusive | 1 |
The quartile calculation excludes the median when splitting the dataset into quartiles. | + +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/series/_impl/_index.md b/spanish/cpp/aspose.cells.charts/series/_impl/_index.md new file mode 100644 index 00000000000..54cb5b33bbd --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::Series::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::_impl field. The implementation object in C++.' +type: docs +weight: 8800 +url: /es/cpp/aspose.cells.charts/series/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +Series_Impl* Aspose::Cells::Charts::Series::_impl +``` + +## See Also + +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/_index.md b/spanish/cpp/aspose.cells.charts/series/_index.md new file mode 100644 index 00000000000..f006811731c --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/_index.md @@ -0,0 +1,190 @@ +--- +title: Aspose::Cells::Charts::Series class +linktitle: Series +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series class. Encapsulates the object that represents a single data series in a chart in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.charts/series/ +--- +## Series class + + +Encapsulates the object that represents a single data series in a chart. + +```cpp +class Series +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetArea()](./getarea/) | Represents the background area of the [Series](./) object. | +| [GetBar3DShapeType()](./getbar3dshapetype/) | Gets or sets the 3D shape type used with the 3-D bar or column chart. | +| [GetBorder()](./getborder/) | Represents the border of a [Series](./) object. | +| [GetBubbleScale()](./getbubblescale/) | Gets or sets the scale factor for bubbles in the specified chart group. It can be an integer value from 0 (zero) to 300, corresponding to a percentage of the default size. Applies only to bubble charts. | +| [GetBubbleSizes()](./getbubblesizes/) | Gets or sets the bubble sizes values of the chart series. | +| [GetCategoryValues()](./getcategoryvalues/) | Gets the actual category values that are used to plot every point of this series in the chart. | +| [GetCountOfDataValues()](./getcountofdatavalues/) | Gets the number of the data values. | +| [GetDataLabels()](./getdatalabels/) | Represents the [DataLabels](../datalabels/) object for the specified ASeries. | +| [GetDisplayName()](./getdisplayname/) | Gets the series's name that displays on the chart graph. | +| [GetDoughnutHoleSize()](./getdoughnutholesize/) | Returns or sets the size of the hole in a doughnut chart group. The hole size is expressed as a percentage of the chart size, between 10 and 90 percent. | +| [GetDownBars()](./getdownbars/) | Returns a [DropBars](../dropbars/) object that represents the down bars on a line chart. Applies only to line charts. | +| [GetDropLines()](./getdroplines/) | Returns a Line object that represents the drop lines for a series on the line chart or area chart. Applies only to line chart or area charts. | +| [GetExplosion()](./getexplosion/) | The distance of an open pie slice from the center of the pie chart is expressed as a percentage of the pie diameter. | +| [GetFirstSliceAngle()](./getfirstsliceangle/) | Gets or sets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical). Applies only to pie, 3-D pie, and doughnut charts, 0 to 360. | +| [GetGapWidth()](./getgapwidth/) | Returns or sets the space between bar or column clusters, as a percentage of the bar or column width. The value of this property must be between 0 and 500. | +| [GetHas3DEffect()](./gethas3deffect/) | True if the series has a three-dimensional appearance. | +| [GetHasDropLines()](./gethasdroplines/) | True if the chart has drop lines. Applies only to line chart or area charts. | +| [GetHasHiLoLines()](./gethashilolines/) | True if the line chart has high-low lines. Applies only to line charts. | +| [GetHasLeaderLines()](./gethasleaderlines/) | True if the series has leader lines. | +| [GetHasRadarAxisLabels()](./gethasradaraxislabels/) | True if a radar chart has category axis labels. Applies only to radar charts. | +| [GetHasSeriesLines()](./gethasserieslines/) | True if a stacked column chart or bar chart has series lines or if a Pie of Pie chart or Bar of Pie chart has connector lines between the two sections. Applies only to stacked column charts, bar charts, Pie of Pie charts, or Bar of Pie charts. | +| [GetHasUpDownBars()](./gethasupdownbars/) | True if a line chart has up and down bars. Applies only to line charts. | +| [GetHiLoLines()](./gethilolines/) | Returns a HiLoLines object that represents the high-low lines for a series on a line chart. Applies only to line charts. | +| [GetLayoutProperties()](./getlayoutproperties/) | Represents the properties of layout. | +| [GetLeaderLines()](./getleaderlines/) | Represents leader lines on a chart. Leader lines connect data labels to data points. This object isn't a collection; there's no object that represents a single leader line. | +| [GetLegendEntry()](./getlegendentry/) | Gets the legend entry according to this series. | +| [GetMarker()](./getmarker/) | Gets the [marker](../marker/). | +| [GetName()](./getname/) | Gets or sets the name of the data series. | +| [GetOverlap()](./getoverlap/) | Specifies how bars and columns are positioned. Can be a value between -100 and 100. Applies only to 2-D bar and 2-D column charts. | +| [GetPlotOnSecondAxis()](./getplotonsecondaxis/) | Indicates if this series is plotted on second value axis. | +| [GetPoints()](./getpoints/) | Gets the collection of points in a series in a chart. | +| [GetPointValues()](./getpointvalues/) | Gets the actual values that are used to plot every point of this series in the chart. | +| [GetSecondPlotSize()](./getsecondplotsize/) | Returns or sets the size of the secondary section of either a pie of pie chart or a bar of pie chart, as a percentage of the size of the primary pie. Can be a value from 5 to 200. | +| [GetSeriesLines()](./getserieslines/) | Returns a SeriesLines object that represents the series lines for a stacked bar chart or a stacked column chart. Applies only to stacked bar and stacked column charts. | +| [GetShadow()](./getshadow/) | True if the series has a shadow. | +| [GetShapeProperties()](./getshapeproperties/) | Gets the ShapePropertyCollection object that holds the visual shape properties of the [Series](./). | +| [GetShowNegativeBubbles()](./getshownegativebubbles/) | True if negative bubbles are shown for the chart group. Valid only for bubble charts. | +| [GetSizeRepresents()](./getsizerepresents/) | Gets or sets what the bubble size represents on a bubble chart. | +| [GetSmooth()](./getsmooth/) | Represents curve smoothing. True if curve smoothing is turned on for the line chart or scatter chart. Applies only to line and scatter connected by lines charts. | +| [GetSplitType()](./getsplittype/) | Returns or sets a value that how to determine which data points are in the second pie or bar on a pie of pie or bar of pie chart. | +| [GetSplitValue()](./getsplitvalue/) | Returns or sets a value that shall be used to determine which data points are in the second pie or bar on a pie of pie or bar of pie chart. | +| [GetTrendLines()](./gettrendlines/) | Returns all the trendlines of this series. | +| [GetType()](./gettype/) | Gets or sets a data series' type. | +| [GetUpBars()](./getupbars/) | Returns an [DropBars](../dropbars/) object that represents the up bars on a line chart. Applies only to line charts. | +| [GetValues()](./getvalues/) | Represents the Y values of this chart series. | +| [GetValuesFormatCode()](./getvaluesformatcode/) | Represents format code of Values' NumberList. | +| [GetXErrorBar()](./getxerrorbar/) | Represents X direction error bar of the series. | +| [GetXValues()](./getxvalues/) | Represents the X values of this chart series. | +| [GetXValuesFormatCode()](./getxvaluesformatcode/) | Represents format code of X Values' NumberList. | +| [GetYErrorBar()](./getyerrorbar/) | Represents Y direction error bar of the series. | +| [IsAutoSplit()](./isautosplit/) | Indicates whether the threshold value is automatic. | +| [IsColorVaried()](./iscolorvaried/) | Represents if the color of points is varied. The chart must contain only one series or this chart is a pie chart. | +| [IsFiltered()](./isfiltered/) | Indicates whether the series is selected or filtered. True represents that this series is filtered, and it will not be displayed on the chart. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsVerticalValues()](./isverticalvalues/) | Indicates whether the data source is vertical. | +| [Move(int32_t count)](./move/) | Moves the series up or down. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const Series\& src)](./operator_asm/) | operator= | +| [Series(Series_Impl* impl)](./series/) | Constructs from an implementation object. | +| [Series(const Series\& src)](./series/) | Copy constructor. | +| [SetBar3DShapeType(Bar3DShapeType value)](./setbar3dshapetype/) | Gets or sets the 3D shape type used with the 3-D bar or column chart. | +| [SetBubbleScale(int32_t value)](./setbubblescale/) | Gets or sets the scale factor for bubbles in the specified chart group. It can be an integer value from 0 (zero) to 300, corresponding to a percentage of the default size. Applies only to bubble charts. | +| [SetBubbleSizes(const U16String\& value)](./setbubblesizes/) | Gets or sets the bubble sizes values of the chart series. | +| [SetBubbleSizes(const char16_t* value)](./setbubblesizes/) | Gets or sets the bubble sizes values of the chart series. | +| [SetDoughnutHoleSize(int32_t value)](./setdoughnutholesize/) | Returns or sets the size of the hole in a doughnut chart group. The hole size is expressed as a percentage of the chart size, between 10 and 90 percent. | +| [SetExplosion(int32_t value)](./setexplosion/) | The distance of an open pie slice from the center of the pie chart is expressed as a percentage of the pie diameter. | +| [SetFirstSliceAngle(int16_t value)](./setfirstsliceangle/) | Gets or sets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical). Applies only to pie, 3-D pie, and doughnut charts, 0 to 360. | +| [SetGapWidth(int16_t value)](./setgapwidth/) | Returns or sets the space between bar or column clusters, as a percentage of the bar or column width. The value of this property must be between 0 and 500. | +| [SetHas3DEffect(bool value)](./sethas3deffect/) | True if the series has a three-dimensional appearance. | +| [SetHasDropLines(bool value)](./sethasdroplines/) | True if the chart has drop lines. Applies only to line chart or area charts. | +| [SetHasHiLoLines(bool value)](./sethashilolines/) | True if the line chart has high-low lines. Applies only to line charts. | +| [SetHasLeaderLines(bool value)](./sethasleaderlines/) | True if the series has leader lines. | +| [SetHasRadarAxisLabels(bool value)](./sethasradaraxislabels/) | True if a radar chart has category axis labels. Applies only to radar charts. | +| [SetHasSeriesLines(bool value)](./sethasserieslines/) | True if a stacked column chart or bar chart has series lines or if a Pie of Pie chart or Bar of Pie chart has connector lines between the two sections. Applies only to stacked column charts, bar charts, Pie of Pie charts, or Bar of Pie charts. | +| [SetHasUpDownBars(bool value)](./sethasupdownbars/) | True if a line chart has up and down bars. Applies only to line charts. | +| [SetIsColorVaried(bool value)](./setiscolorvaried/) | Represents if the color of points is varied. The chart must contain only one series or this chart is a pie chart. | +| [SetIsFiltered(bool value)](./setisfiltered/) | Indicates whether the series is selected or filtered. True represents that this series is filtered, and it will not be displayed on the chart. | +| [SetName(const U16String\& value)](./setname/) | Gets or sets the name of the data series. | +| [SetName(const char16_t* value)](./setname/) | Gets or sets the name of the data series. | +| [SetOverlap(int16_t value)](./setoverlap/) | Specifies how bars and columns are positioned. Can be a value between -100 and 100. Applies only to 2-D bar and 2-D column charts. | +| [SetPlotOnSecondAxis(bool value)](./setplotonsecondaxis/) | Indicates if this series is plotted on second value axis. | +| [SetSecondPlotSize(int16_t value)](./setsecondplotsize/) | Returns or sets the size of the secondary section of either a pie of pie chart or a bar of pie chart, as a percentage of the size of the primary pie. Can be a value from 5 to 200. | +| [SetShadow(bool value)](./setshadow/) | True if the series has a shadow. | +| [SetShowNegativeBubbles(bool value)](./setshownegativebubbles/) | True if negative bubbles are shown for the chart group. Valid only for bubble charts. | +| [SetSizeRepresents(BubbleSizeRepresents value)](./setsizerepresents/) | Gets or sets what the bubble size represents on a bubble chart. | +| [SetSmooth(bool value)](./setsmooth/) | Represents curve smoothing. True if curve smoothing is turned on for the line chart or scatter chart. Applies only to line and scatter connected by lines charts. | +| [SetSplitType(ChartSplitType value)](./setsplittype/) | Returns or sets a value that how to determine which data points are in the second pie or bar on a pie of pie or bar of pie chart. | +| [SetSplitValue(double value)](./setsplitvalue/) | Returns or sets a value that shall be used to determine which data points are in the second pie or bar on a pie of pie or bar of pie chart. | +| [SetType(ChartType value)](./settype/) | Gets or sets a data series' type. | +| [SetValues(const U16String\& value)](./setvalues/) | Represents the Y values of this chart series. | +| [SetValues(const char16_t* value)](./setvalues/) | Represents the Y values of this chart series. | +| [SetValuesFormatCode(const U16String\& value)](./setvaluesformatcode/) | Represents format code of Values' NumberList. | +| [SetValuesFormatCode(const char16_t* value)](./setvaluesformatcode/) | Represents format code of Values' NumberList. | +| [SetXValues(const U16String\& value)](./setxvalues/) | Represents the X values of this chart series. | +| [SetXValues(const char16_t* value)](./setxvalues/) | Represents the X values of this chart series. | +| [SetXValuesFormatCode(const U16String\& value)](./setxvaluesformatcode/) | Represents format code of X Values' NumberList. | +| [SetXValuesFormatCode(const char16_t* value)](./setxvaluesformatcode/) | Represents format code of X Values' NumberList. | +| [~Series()](./~series/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; +//Añadiendo una nueva hoja de cálculo al objeto Excel +int sheetIndex = workbook.GetWorksheets().Add(); +//Obteniendo la referencia de la hoja recién añadida pasando su índice de hoja +Worksheet worksheet = workbook.GetWorksheets().Get(sheetIndex); +//Agregar un valor de muestra a la celda "A1" +worksheet.GetCells().Get(u"A1").PutValue(50); +//Agregar un valor de muestra a la celda "A2" +worksheet.GetCells().Get(u"A2").PutValue(100); +//Agregar un valor de muestra a la celda "A3" +worksheet.GetCells().Get(u"A3").PutValue(150); +//Agregar un valor de muestra a la celda "A4" +worksheet.GetCells().Get(u"A4").PutValue(200); +//Agregar un valor de muestra a la celda "B1" +worksheet.GetCells().Get(u"B1").PutValue(60); +//Agregar un valor de muestra a la celda "B2" +worksheet.GetCells().Get(u"B2").PutValue(32); +//Agregar un valor de muestra a la celda "B3" +worksheet.GetCells().Get(u"B3").PutValue(50); +//Agregar un valor de muestra a la celda "B4" +worksheet.GetCells().Get(u"B4").PutValue(40); +//Agregar un valor de muestra a la celda "C1" como datos de categoría +worksheet.GetCells().Get(u"C1").PutValue(u"Q1"); +//Agregar un valor de muestra a la celda "C2" como datos de categoría +worksheet.GetCells().Get(u"C2").PutValue(u"Q2"); +//Agregar un valor de muestra a la celda "C3" como datos de categoría +worksheet.GetCells().Get(u"C3").PutValue(u"Y1"); +//Agregar un valor de muestra a la celda "C4" como datos de categoría +worksheet.GetCells().Get(u"C4").PutValue(u"Y2"); +//Agregar un gráfico a la hoja de cálculo +int chartIndex = worksheet.GetCharts().Add(ChartType::Column, 5, 0, 15, 5); +//Acceder a la instancia del gráfico recién añadido +Chart chart = worksheet.GetCharts().Get(chartIndex); +//Agregar NSeries (fuente de datos del gráfico) al gráfico que abarca desde la celda "A1" hasta "B4" +int seriesIndex = chart.GetNSeries().Add(u"A1:B4", true); +//Establecer la fuente de datos para los datos de categoría de NSeries +chart.GetNSeries().SetCategoryData(u"C1:C4"); +Series series = chart.GetNSeries().Get(seriesIndex); +//Establecer los valores de la serie. +series.SetValues(u"=B1:B4"); +//Cambiar el tipo de gráfico de la serie. +series.SetType(ChartType::Line); +//Establecer propiedades del marcador. +series.GetMarker().SetMarkerStyle(ChartMarkerType::Circle); +series.GetMarker().SetForegroundColorSetType(FormattingType::Automatic); +series.GetMarker().SetForegroundColor(Color{ 0xff, 0, 0, 0 }); +series.GetMarker().SetBackgroundColorSetType(FormattingType::Automatic); + + +//Guardando el archivo Excel +workbook.Save(u"book1.xls"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/series/getarea/_index.md b/spanish/cpp/aspose.cells.charts/series/getarea/_index.md new file mode 100644 index 00000000000..63382a42828 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/getarea/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::GetArea method +linktitle: GetArea +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::GetArea method. Represents the background area of the Series object in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.charts/series/getarea/ +--- +## Series::GetArea method + + +Represents the background area of the [Series](../) object. + +```cpp +Area Aspose::Cells::Charts::Series::GetArea() +``` + +## See Also + +* Class [Area](../../../aspose.cells.drawing/area/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/getbar3dshapetype/_index.md b/spanish/cpp/aspose.cells.charts/series/getbar3dshapetype/_index.md new file mode 100644 index 00000000000..668cfe46c55 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/getbar3dshapetype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::GetBar3DShapeType method +linktitle: GetBar3DShapeType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::GetBar3DShapeType method. Gets or sets the 3D shape type used with the 3-D bar or column chart in C++.' +type: docs +weight: 3300 +url: /es/cpp/aspose.cells.charts/series/getbar3dshapetype/ +--- +## Series::GetBar3DShapeType method + + +Gets or sets the 3D shape type used with the 3-D bar or column chart. + +```cpp +Bar3DShapeType Aspose::Cells::Charts::Series::GetBar3DShapeType() +``` + +## See Also + +* Enum [Bar3DShapeType](../../bar3dshapetype/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/getborder/_index.md b/spanish/cpp/aspose.cells.charts/series/getborder/_index.md new file mode 100644 index 00000000000..03d7310a248 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/getborder/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::GetBorder method +linktitle: GetBorder +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::GetBorder method. Represents the border of a Series object in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.charts/series/getborder/ +--- +## Series::GetBorder method + + +Represents the border of a [Series](../) object. + +```cpp +Line Aspose::Cells::Charts::Series::GetBorder() +``` + +## See Also + +* Class [Line](../../../aspose.cells.drawing/line/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/getbubblescale/_index.md b/spanish/cpp/aspose.cells.charts/series/getbubblescale/_index.md new file mode 100644 index 00000000000..2efca4784c5 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/getbubblescale/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::GetBubbleScale method +linktitle: GetBubbleScale +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::GetBubbleScale method. Gets or sets the scale factor for bubbles in the specified chart group. It can be an integer value from 0 (zero) to 300, corresponding to a percentage of the default size. Applies only to bubble charts in C++.' +type: docs +weight: 7100 +url: /es/cpp/aspose.cells.charts/series/getbubblescale/ +--- +## Series::GetBubbleScale method + + +Gets or sets the scale factor for bubbles in the specified chart group. It can be an integer value from 0 (zero) to 300, corresponding to a percentage of the default size. Applies only to bubble charts. + +```cpp +int32_t Aspose::Cells::Charts::Series::GetBubbleScale() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/getbubblesizes/_index.md b/spanish/cpp/aspose.cells.charts/series/getbubblesizes/_index.md new file mode 100644 index 00000000000..8ea708a0bc1 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/getbubblesizes/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::Series::GetBubbleSizes method +linktitle: GetBubbleSizes +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::GetBubbleSizes method. Gets or sets the bubble sizes values of the chart series in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells.charts/series/getbubblesizes/ +--- +## Series::GetBubbleSizes method + + +Gets or sets the bubble sizes values of the chart series. + +```cpp +U16String Aspose::Cells::Charts::Series::GetBubbleSizes() +``` + +## Remarks + + +Only for [ChartType.Bubble](../../charttype/) or [ChartType.Bubble3D](../../charttype/). +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/getcategoryvalues/_index.md b/spanish/cpp/aspose.cells.charts/series/getcategoryvalues/_index.md new file mode 100644 index 00000000000..3842381cc79 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/getcategoryvalues/_index.md @@ -0,0 +1,49 @@ +--- +title: Aspose::Cells::Charts::Series::GetCategoryValues method +linktitle: GetCategoryValues +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::GetCategoryValues method. Gets the actual category values that are used to plot every point of this series in the chart in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.charts/series/getcategoryvalues/ +--- +## Series::GetCategoryValues method + + +Gets the actual category values that are used to plot every point of this series in the chart. + +```cpp +Vector> Aspose::Cells::Charts::Series::GetCategoryValues() +``` + +## Remarks + + +This property provides one convenient way to get the actual values corresponding to the data defined by Series.XValues, especially when the specified data source is external link, formula, ...etc. + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook workbook(u"ExternalSourceChart.xlsx"); +Worksheet worksheet = workbook.GetWorksheets().Get(0); +Chart chart = worksheet.GetCharts().Get(0); +chart.Calculate(); +U16String XValues = chart.GetNSeries().Get(0).GetXValues(); +// XValues puede ser como "[External.xlsx]Sheet1!$B$2:$C$6" lo cual es complicado +// para que el usuario obtenga los valores reales (los valores pueden estar vinculados a otro libro, +// o almacenados en caché en el libro actual). Aquí puede usar la propiedad CategoryValues +// para obtener los valores de categoría que se muestran realmente en la interfaz de Excel +// en forma de una matriz bidimensional. +//Vector> v1 = chart.GetNSeries().Get(0).GetCategoryValues(); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartDataValue](../../chartdatavalue/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/getcountofdatavalues/_index.md b/spanish/cpp/aspose.cells.charts/series/getcountofdatavalues/_index.md new file mode 100644 index 00000000000..28df68c31e6 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/getcountofdatavalues/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::GetCountOfDataValues method +linktitle: GetCountOfDataValues +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::GetCountOfDataValues method. Gets the number of the data values in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.charts/series/getcountofdatavalues/ +--- +## Series::GetCountOfDataValues method + + +Gets the number of the data values. + +```cpp +int32_t Aspose::Cells::Charts::Series::GetCountOfDataValues() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/getdatalabels/_index.md b/spanish/cpp/aspose.cells.charts/series/getdatalabels/_index.md new file mode 100644 index 00000000000..4f0d730c3a4 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/getdatalabels/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::GetDataLabels method +linktitle: GetDataLabels +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::GetDataLabels method. Represents the DataLabels object for the specified ASeries in C++.' +type: docs +weight: 3500 +url: /es/cpp/aspose.cells.charts/series/getdatalabels/ +--- +## Series::GetDataLabels method + + +Represents the [DataLabels](../../datalabels/) object for the specified ASeries. + +```cpp +DataLabels Aspose::Cells::Charts::Series::GetDataLabels() +``` + +## See Also + +* Class [DataLabels](../../datalabels/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/getdisplayname/_index.md b/spanish/cpp/aspose.cells.charts/series/getdisplayname/_index.md new file mode 100644 index 00000000000..6232f073455 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/getdisplayname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::GetDisplayName method +linktitle: GetDisplayName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::GetDisplayName method. Gets the series''s name that displays on the chart graph in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.charts/series/getdisplayname/ +--- +## Series::GetDisplayName method + + +Gets the series's name that displays on the chart graph. + +```cpp +U16String Aspose::Cells::Charts::Series::GetDisplayName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/getdoughnutholesize/_index.md b/spanish/cpp/aspose.cells.charts/series/getdoughnutholesize/_index.md new file mode 100644 index 00000000000..daa7af48c83 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/getdoughnutholesize/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::GetDoughnutHoleSize method +linktitle: GetDoughnutHoleSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::GetDoughnutHoleSize method. Returns or sets the size of the hole in a doughnut chart group. The hole size is expressed as a percentage of the chart size, between 10 and 90 percent in C++.' +type: docs +weight: 7700 +url: /es/cpp/aspose.cells.charts/series/getdoughnutholesize/ +--- +## Series::GetDoughnutHoleSize method + + +Returns or sets the size of the hole in a doughnut chart group. The hole size is expressed as a percentage of the chart size, between 10 and 90 percent. + +```cpp +int32_t Aspose::Cells::Charts::Series::GetDoughnutHoleSize() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/getdownbars/_index.md b/spanish/cpp/aspose.cells.charts/series/getdownbars/_index.md new file mode 100644 index 00000000000..b0f4ef14ed6 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/getdownbars/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::GetDownBars method +linktitle: GetDownBars +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::GetDownBars method. Returns a DropBars object that represents the down bars on a line chart. Applies only to line charts in C++.' +type: docs +weight: 5500 +url: /es/cpp/aspose.cells.charts/series/getdownbars/ +--- +## Series::GetDownBars method + + +Returns a [DropBars](../../dropbars/) object that represents the down bars on a line chart. Applies only to line charts. + +```cpp +DropBars Aspose::Cells::Charts::Series::GetDownBars() +``` + +## See Also + +* Class [DropBars](../../dropbars/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/getdroplines/_index.md b/spanish/cpp/aspose.cells.charts/series/getdroplines/_index.md new file mode 100644 index 00000000000..39c53a2842a --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/getdroplines/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::GetDropLines method +linktitle: GetDropLines +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::GetDropLines method. Returns a Line object that represents the drop lines for a series on the line chart or area chart. Applies only to line chart or area charts in C++.' +type: docs +weight: 5100 +url: /es/cpp/aspose.cells.charts/series/getdroplines/ +--- +## Series::GetDropLines method + + +Returns a Line object that represents the drop lines for a series on the line chart or area chart. Applies only to line chart or area charts. + +```cpp +Line Aspose::Cells::Charts::Series::GetDropLines() +``` + +## See Also + +* Class [Line](../../../aspose.cells.drawing/line/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/getexplosion/_index.md b/spanish/cpp/aspose.cells.charts/series/getexplosion/_index.md new file mode 100644 index 00000000000..b4dfd232b19 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/getexplosion/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::GetExplosion method +linktitle: GetExplosion +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::GetExplosion method. The distance of an open pie slice from the center of the pie chart is expressed as a percentage of the pie diameter in C++.' +type: docs +weight: 7900 +url: /es/cpp/aspose.cells.charts/series/getexplosion/ +--- +## Series::GetExplosion method + + +The distance of an open pie slice from the center of the pie chart is expressed as a percentage of the pie diameter. + +```cpp +int32_t Aspose::Cells::Charts::Series::GetExplosion() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/getfirstsliceangle/_index.md b/spanish/cpp/aspose.cells.charts/series/getfirstsliceangle/_index.md new file mode 100644 index 00000000000..2abbfea617e --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/getfirstsliceangle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::GetFirstSliceAngle method +linktitle: GetFirstSliceAngle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::GetFirstSliceAngle method. Gets or sets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical). Applies only to pie, 3-D pie, and doughnut charts, 0 to 360 in C++.' +type: docs +weight: 6000 +url: /es/cpp/aspose.cells.charts/series/getfirstsliceangle/ +--- +## Series::GetFirstSliceAngle method + + +Gets or sets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical). Applies only to pie, 3-D pie, and doughnut charts, 0 to 360. + +```cpp +int16_t Aspose::Cells::Charts::Series::GetFirstSliceAngle() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/getgapwidth/_index.md b/spanish/cpp/aspose.cells.charts/series/getgapwidth/_index.md new file mode 100644 index 00000000000..2c268cf131d --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/getgapwidth/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::GetGapWidth method +linktitle: GetGapWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::GetGapWidth method. Returns or sets the space between bar or column clusters, as a percentage of the bar or column width. The value of this property must be between 0 and 500 in C++.' +type: docs +weight: 5800 +url: /es/cpp/aspose.cells.charts/series/getgapwidth/ +--- +## Series::GetGapWidth method + + +Returns or sets the space between bar or column clusters, as a percentage of the bar or column width. The value of this property must be between 0 and 500. + +```cpp +int16_t Aspose::Cells::Charts::Series::GetGapWidth() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/gethas3deffect/_index.md b/spanish/cpp/aspose.cells.charts/series/gethas3deffect/_index.md new file mode 100644 index 00000000000..6010f6691a1 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/gethas3deffect/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::Series::GetHas3DEffect method +linktitle: GetHas3DEffect +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::GetHas3DEffect method. True if the series has a three-dimensional appearance in C++.' +type: docs +weight: 3500 +url: /es/cpp/aspose.cells.charts/series/gethas3deffect/ +--- +## Series::GetHas3DEffect method + + +True if the series has a three-dimensional appearance. + +```cpp +bool Aspose::Cells::Charts::Series::GetHas3DEffect() +``` + +## Remarks + + +Applies only to [ChartType.Bubble](../../charttype/) or [ChartType.Bubble3D](../../charttype/) charts. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/gethasdroplines/_index.md b/spanish/cpp/aspose.cells.charts/series/gethasdroplines/_index.md new file mode 100644 index 00000000000..2bffd110417 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/gethasdroplines/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::GetHasDropLines method +linktitle: GetHasDropLines +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::GetHasDropLines method. True if the chart has drop lines. Applies only to line chart or area charts in C++.' +type: docs +weight: 4900 +url: /es/cpp/aspose.cells.charts/series/gethasdroplines/ +--- +## Series::GetHasDropLines method + + +True if the chart has drop lines. Applies only to line chart or area charts. + +```cpp +bool Aspose::Cells::Charts::Series::GetHasDropLines() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/gethashilolines/_index.md b/spanish/cpp/aspose.cells.charts/series/gethashilolines/_index.md new file mode 100644 index 00000000000..86207a25b56 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/gethashilolines/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::GetHasHiLoLines method +linktitle: GetHasHiLoLines +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::GetHasHiLoLines method. True if the line chart has high-low lines. Applies only to line charts in C++.' +type: docs +weight: 4300 +url: /es/cpp/aspose.cells.charts/series/gethashilolines/ +--- +## Series::GetHasHiLoLines method + + +True if the line chart has high-low lines. Applies only to line charts. + +```cpp +bool Aspose::Cells::Charts::Series::GetHasHiLoLines() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/gethasleaderlines/_index.md b/spanish/cpp/aspose.cells.charts/series/gethasleaderlines/_index.md new file mode 100644 index 00000000000..cda2ac3381c --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/gethasleaderlines/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::GetHasLeaderLines method +linktitle: GetHasLeaderLines +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::GetHasLeaderLines method. True if the series has leader lines in C++.' +type: docs +weight: 8300 +url: /es/cpp/aspose.cells.charts/series/gethasleaderlines/ +--- +## Series::GetHasLeaderLines method + + +True if the series has leader lines. + +```cpp +bool Aspose::Cells::Charts::Series::GetHasLeaderLines() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/gethasradaraxislabels/_index.md b/spanish/cpp/aspose.cells.charts/series/gethasradaraxislabels/_index.md new file mode 100644 index 00000000000..5f9b2ab4fac --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/gethasradaraxislabels/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::GetHasRadarAxisLabels method +linktitle: GetHasRadarAxisLabels +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::GetHasRadarAxisLabels method. True if a radar chart has category axis labels. Applies only to radar charts in C++.' +type: docs +weight: 8100 +url: /es/cpp/aspose.cells.charts/series/gethasradaraxislabels/ +--- +## Series::GetHasRadarAxisLabels method + + +True if a radar chart has category axis labels. Applies only to radar charts. + +```cpp +bool Aspose::Cells::Charts::Series::GetHasRadarAxisLabels() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/gethasserieslines/_index.md b/spanish/cpp/aspose.cells.charts/series/gethasserieslines/_index.md new file mode 100644 index 00000000000..f8ffaecf522 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/gethasserieslines/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::GetHasSeriesLines method +linktitle: GetHasSeriesLines +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::GetHasSeriesLines method. True if a stacked column chart or bar chart has series lines or if a Pie of Pie chart or Bar of Pie chart has connector lines between the two sections. Applies only to stacked column charts, bar charts, Pie of Pie charts, or Bar of Pie charts in C++.' +type: docs +weight: 4600 +url: /es/cpp/aspose.cells.charts/series/gethasserieslines/ +--- +## Series::GetHasSeriesLines method + + +True if a stacked column chart or bar chart has series lines or if a Pie of Pie chart or Bar of Pie chart has connector lines between the two sections. Applies only to stacked column charts, bar charts, Pie of Pie charts, or Bar of Pie charts. + +```cpp +bool Aspose::Cells::Charts::Series::GetHasSeriesLines() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/gethasupdownbars/_index.md b/spanish/cpp/aspose.cells.charts/series/gethasupdownbars/_index.md new file mode 100644 index 00000000000..72d84f9486f --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/gethasupdownbars/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::GetHasUpDownBars method +linktitle: GetHasUpDownBars +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::GetHasUpDownBars method. True if a line chart has up and down bars. Applies only to line charts in C++.' +type: docs +weight: 5200 +url: /es/cpp/aspose.cells.charts/series/gethasupdownbars/ +--- +## Series::GetHasUpDownBars method + + +True if a line chart has up and down bars. Applies only to line charts. + +```cpp +bool Aspose::Cells::Charts::Series::GetHasUpDownBars() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/gethilolines/_index.md b/spanish/cpp/aspose.cells.charts/series/gethilolines/_index.md new file mode 100644 index 00000000000..5cc7294ea8a --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/gethilolines/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::GetHiLoLines method +linktitle: GetHiLoLines +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::GetHiLoLines method. Returns a HiLoLines object that represents the high-low lines for a series on a line chart. Applies only to line charts in C++.' +type: docs +weight: 4500 +url: /es/cpp/aspose.cells.charts/series/gethilolines/ +--- +## Series::GetHiLoLines method + + +Returns a HiLoLines object that represents the high-low lines for a series on a line chart. Applies only to line charts. + +```cpp +Line Aspose::Cells::Charts::Series::GetHiLoLines() +``` + +## See Also + +* Class [Line](../../../aspose.cells.drawing/line/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/getlayoutproperties/_index.md b/spanish/cpp/aspose.cells.charts/series/getlayoutproperties/_index.md new file mode 100644 index 00000000000..f35ce1e45c6 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/getlayoutproperties/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::GetLayoutProperties method +linktitle: GetLayoutProperties +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::GetLayoutProperties method. Represents the properties of layout in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.charts/series/getlayoutproperties/ +--- +## Series::GetLayoutProperties method + + +Represents the properties of layout. + +```cpp +SeriesLayoutProperties Aspose::Cells::Charts::Series::GetLayoutProperties() +``` + +## See Also + +* Class [SeriesLayoutProperties](../../serieslayoutproperties/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/getleaderlines/_index.md b/spanish/cpp/aspose.cells.charts/series/getleaderlines/_index.md new file mode 100644 index 00000000000..bdad294b481 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/getleaderlines/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::GetLeaderLines method +linktitle: GetLeaderLines +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::GetLeaderLines method. Represents leader lines on a chart. Leader lines connect data labels to data points. This object isn''t a collection; there''s no object that represents a single leader line in C++.' +type: docs +weight: 8900 +url: /es/cpp/aspose.cells.charts/series/getleaderlines/ +--- +## Series::GetLeaderLines method + + +Represents leader lines on a chart. Leader lines connect data labels to data points. This object isn't a collection; there's no object that represents a single leader line. + +```cpp +Line Aspose::Cells::Charts::Series::GetLeaderLines() +``` + +## See Also + +* Class [Line](../../../aspose.cells.drawing/line/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/getlegendentry/_index.md b/spanish/cpp/aspose.cells.charts/series/getlegendentry/_index.md new file mode 100644 index 00000000000..806b5792737 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/getlegendentry/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::GetLegendEntry method +linktitle: GetLegendEntry +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::GetLegendEntry method. Gets the legend entry according to this series in C++.' +type: docs +weight: 8600 +url: /es/cpp/aspose.cells.charts/series/getlegendentry/ +--- +## Series::GetLegendEntry method + + +Gets the legend entry according to this series. + +```cpp +LegendEntry Aspose::Cells::Charts::Series::GetLegendEntry() +``` + +## See Also + +* Class [LegendEntry](../../legendentry/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/getmarker/_index.md b/spanish/cpp/aspose.cells.charts/series/getmarker/_index.md new file mode 100644 index 00000000000..ff404e5beeb --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/getmarker/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::GetMarker method +linktitle: GetMarker +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::GetMarker method. Gets the marker in C++.' +type: docs +weight: 3800 +url: /es/cpp/aspose.cells.charts/series/getmarker/ +--- +## Series::GetMarker method + + +Gets the [marker](../../marker/). + +```cpp +Marker Aspose::Cells::Charts::Series::GetMarker() +``` + +## See Also + +* Class [Marker](../../marker/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/getname/_index.md b/spanish/cpp/aspose.cells.charts/series/getname/_index.md new file mode 100644 index 00000000000..e13150c5e0d --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/getname/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Charts::Series::GetName method +linktitle: GetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::GetName method. Gets or sets the name of the data series in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.charts/series/getname/ +--- +## Series::GetName method + + +Gets or sets the name of the data series. + +```cpp +U16String Aspose::Cells::Charts::Series::GetName() +``` + + +## Examples + + +```cpp +//Obtiene el nombre de la serie de datos. +U16String name = chart.GetNSeries().Get(0).GetName(); +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/getoverlap/_index.md b/spanish/cpp/aspose.cells.charts/series/getoverlap/_index.md new file mode 100644 index 00000000000..0ec16673318 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/getoverlap/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::GetOverlap method +linktitle: GetOverlap +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::GetOverlap method. Specifies how bars and columns are positioned. Can be a value between -100 and 100. Applies only to 2-D bar and 2-D column charts in C++.' +type: docs +weight: 6600 +url: /es/cpp/aspose.cells.charts/series/getoverlap/ +--- +## Series::GetOverlap method + + +Specifies how bars and columns are positioned. Can be a value between -100 and 100. Applies only to 2-D bar and 2-D column charts. + +```cpp +int16_t Aspose::Cells::Charts::Series::GetOverlap() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/getplotonsecondaxis/_index.md b/spanish/cpp/aspose.cells.charts/series/getplotonsecondaxis/_index.md new file mode 100644 index 00000000000..b6428c7eaea --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/getplotonsecondaxis/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::GetPlotOnSecondAxis method +linktitle: GetPlotOnSecondAxis +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::GetPlotOnSecondAxis method. Indicates if this series is plotted on second value axis in C++.' +type: docs +weight: 3900 +url: /es/cpp/aspose.cells.charts/series/getplotonsecondaxis/ +--- +## Series::GetPlotOnSecondAxis method + + +Indicates if this series is plotted on second value axis. + +```cpp +bool Aspose::Cells::Charts::Series::GetPlotOnSecondAxis() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/getpoints/_index.md b/spanish/cpp/aspose.cells.charts/series/getpoints/_index.md new file mode 100644 index 00000000000..6ece17f5c08 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/getpoints/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::Series::GetPoints method +linktitle: GetPoints +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::GetPoints method. Gets the collection of points in a series in a chart in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.charts/series/getpoints/ +--- +## Series::GetPoints method + + +Gets the collection of points in a series in a chart. + +```cpp +ChartPointCollection Aspose::Cells::Charts::Series::GetPoints() +``` + +## Remarks + + +When the chart is Pie of Pie or Bar of Pie, the last point is other point in first pie plot. +## See Also + +* Class [ChartPointCollection](../../chartpointcollection/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/getpointvalues/_index.md b/spanish/cpp/aspose.cells.charts/series/getpointvalues/_index.md new file mode 100644 index 00000000000..ca9c1712b4a --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/getpointvalues/_index.md @@ -0,0 +1,49 @@ +--- +title: Aspose::Cells::Charts::Series::GetPointValues method +linktitle: GetPointValues +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::GetPointValues method. Gets the actual values that are used to plot every point of this series in the chart in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.charts/series/getpointvalues/ +--- +## Series::GetPointValues method + + +Gets the actual values that are used to plot every point of this series in the chart. + +```cpp +Vector Aspose::Cells::Charts::Series::GetPointValues() +``` + +## Remarks + + +This property provides one convenient way to get the actual values corresponding to the data defined by Series.Values, especially when the specified data source is external link, formula, ...etc. + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook workbook(u"ExternalSourceChart.xlsx"); +Worksheet worksheet = workbook.GetWorksheets().Get(0); +Chart chart = worksheet.GetCharts().Get(0); +chart.Calculate(); +U16String Values = chart.GetNSeries().Get(0).GetValues(); +// Los valores podrían ser como "[External.xlsx]Sheet1!$A$1:$A$6" lo cual es complicado +// para que el usuario obtenga los valores reales (los valores pueden estar vinculados a otro libro, +// o almacenados en caché en el libro actual). Aquí puede usar la propiedad PointValues +// para obtener los valores que se muestran realmente en la interfaz de Excel +// en forma de una matriz. +//Vector v1 = chart.GetNSeries().Get(0).GetPointValues(); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartDataValue](../../chartdatavalue/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/getsecondplotsize/_index.md b/spanish/cpp/aspose.cells.charts/series/getsecondplotsize/_index.md new file mode 100644 index 00000000000..c08d09e19d5 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/getsecondplotsize/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::GetSecondPlotSize method +linktitle: GetSecondPlotSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::GetSecondPlotSize method. Returns or sets the size of the secondary section of either a pie of pie chart or a bar of pie chart, as a percentage of the size of the primary pie. Can be a value from 5 to 200 in C++.' +type: docs +weight: 6400 +url: /es/cpp/aspose.cells.charts/series/getsecondplotsize/ +--- +## Series::GetSecondPlotSize method + + +Returns or sets the size of the secondary section of either a pie of pie chart or a bar of pie chart, as a percentage of the size of the primary pie. Can be a value from 5 to 200. + +```cpp +int16_t Aspose::Cells::Charts::Series::GetSecondPlotSize() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/getserieslines/_index.md b/spanish/cpp/aspose.cells.charts/series/getserieslines/_index.md new file mode 100644 index 00000000000..2f298bf19f4 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/getserieslines/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::GetSeriesLines method +linktitle: GetSeriesLines +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::GetSeriesLines method. Returns a SeriesLines object that represents the series lines for a stacked bar chart or a stacked column chart. Applies only to stacked bar and stacked column charts in C++.' +type: docs +weight: 4800 +url: /es/cpp/aspose.cells.charts/series/getserieslines/ +--- +## Series::GetSeriesLines method + + +Returns a SeriesLines object that represents the series lines for a stacked bar chart or a stacked column chart. Applies only to stacked bar and stacked column charts. + +```cpp +Line Aspose::Cells::Charts::Series::GetSeriesLines() +``` + +## See Also + +* Class [Line](../../../aspose.cells.drawing/line/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/getshadow/_index.md b/spanish/cpp/aspose.cells.charts/series/getshadow/_index.md new file mode 100644 index 00000000000..82b71bf3290 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/getshadow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::GetShadow method +linktitle: GetShadow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::GetShadow method. True if the series has a shadow in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells.charts/series/getshadow/ +--- +## Series::GetShadow method + + +True if the series has a shadow. + +```cpp +bool Aspose::Cells::Charts::Series::GetShadow() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/getshapeproperties/_index.md b/spanish/cpp/aspose.cells.charts/series/getshapeproperties/_index.md new file mode 100644 index 00000000000..c843af4b8ea --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/getshapeproperties/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::GetShapeProperties method +linktitle: GetShapeProperties +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::GetShapeProperties method. Gets the ShapePropertyCollection object that holds the visual shape properties of the Series in C++.' +type: docs +weight: 8700 +url: /es/cpp/aspose.cells.charts/series/getshapeproperties/ +--- +## Series::GetShapeProperties method + + +Gets the ShapePropertyCollection object that holds the visual shape properties of the [Series](../). + +```cpp +ShapePropertyCollection Aspose::Cells::Charts::Series::GetShapeProperties() +``` + +## See Also + +* Class [ShapePropertyCollection](../../../aspose.cells.drawing/shapepropertycollection/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/getshownegativebubbles/_index.md b/spanish/cpp/aspose.cells.charts/series/getshownegativebubbles/_index.md new file mode 100644 index 00000000000..c75f9a86186 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/getshownegativebubbles/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::GetShowNegativeBubbles method +linktitle: GetShowNegativeBubbles +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::GetShowNegativeBubbles method. True if negative bubbles are shown for the chart group. Valid only for bubble charts in C++.' +type: docs +weight: 7500 +url: /es/cpp/aspose.cells.charts/series/getshownegativebubbles/ +--- +## Series::GetShowNegativeBubbles method + + +True if negative bubbles are shown for the chart group. Valid only for bubble charts. + +```cpp +bool Aspose::Cells::Charts::Series::GetShowNegativeBubbles() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/getsizerepresents/_index.md b/spanish/cpp/aspose.cells.charts/series/getsizerepresents/_index.md new file mode 100644 index 00000000000..c4933970142 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/getsizerepresents/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::Series::GetSizeRepresents method +linktitle: GetSizeRepresents +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::GetSizeRepresents method. Gets or sets what the bubble size represents on a bubble chart in C++.' +type: docs +weight: 7300 +url: /es/cpp/aspose.cells.charts/series/getsizerepresents/ +--- +## Series::GetSizeRepresents method + + +Gets or sets what the bubble size represents on a bubble chart. + +```cpp +BubbleSizeRepresents Aspose::Cells::Charts::Series::GetSizeRepresents() +``` + +## Remarks + + +[BubbleSizeRepresents.SizeIsArea](../../bubblesizerepresents/) means the value Series.BubbleSizes is the area of the bubble. [BubbleSizeRepresents.SizeIsWidth](../../bubblesizerepresents/) means the value Series.BubbleSizes is the width of the bubble. +## See Also + +* Enum [BubbleSizeRepresents](../../bubblesizerepresents/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/getsmooth/_index.md b/spanish/cpp/aspose.cells.charts/series/getsmooth/_index.md new file mode 100644 index 00000000000..506f9f6773e --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/getsmooth/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::GetSmooth method +linktitle: GetSmooth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::GetSmooth method. Represents curve smoothing. True if curve smoothing is turned on for the line chart or scatter chart. Applies only to line and scatter connected by lines charts in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.charts/series/getsmooth/ +--- +## Series::GetSmooth method + + +Represents curve smoothing. True if curve smoothing is turned on for the line chart or scatter chart. Applies only to line and scatter connected by lines charts. + +```cpp +bool Aspose::Cells::Charts::Series::GetSmooth() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/getsplittype/_index.md b/spanish/cpp/aspose.cells.charts/series/getsplittype/_index.md new file mode 100644 index 00000000000..b87815fcb74 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/getsplittype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::GetSplitType method +linktitle: GetSplitType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::GetSplitType method. Returns or sets a value that how to determine which data points are in the second pie or bar on a pie of pie or bar of pie chart in C++.' +type: docs +weight: 6600 +url: /es/cpp/aspose.cells.charts/series/getsplittype/ +--- +## Series::GetSplitType method + + +Returns or sets a value that how to determine which data points are in the second pie or bar on a pie of pie or bar of pie chart. + +```cpp +ChartSplitType Aspose::Cells::Charts::Series::GetSplitType() +``` + +## See Also + +* Enum [ChartSplitType](../../chartsplittype/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/getsplitvalue/_index.md b/spanish/cpp/aspose.cells.charts/series/getsplitvalue/_index.md new file mode 100644 index 00000000000..5698ecad97b --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/getsplitvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::GetSplitValue method +linktitle: GetSplitValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::GetSplitValue method. Returns or sets a value that shall be used to determine which data points are in the second pie or bar on a pie of pie or bar of pie chart in C++.' +type: docs +weight: 6800 +url: /es/cpp/aspose.cells.charts/series/getsplitvalue/ +--- +## Series::GetSplitValue method + + +Returns or sets a value that shall be used to determine which data points are in the second pie or bar on a pie of pie or bar of pie chart. + +```cpp +double Aspose::Cells::Charts::Series::GetSplitValue() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/gettrendlines/_index.md b/spanish/cpp/aspose.cells.charts/series/gettrendlines/_index.md new file mode 100644 index 00000000000..750e762dc66 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/gettrendlines/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::GetTrendLines method +linktitle: GetTrendLines +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::GetTrendLines method. Returns all the trendlines of this series in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.charts/series/gettrendlines/ +--- +## Series::GetTrendLines method + + +Returns all the trendlines of this series. + +```cpp +TrendlineCollection Aspose::Cells::Charts::Series::GetTrendLines() +``` + +## See Also + +* Class [TrendlineCollection](../../trendlinecollection/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/gettype/_index.md b/spanish/cpp/aspose.cells.charts/series/gettype/_index.md new file mode 100644 index 00000000000..d6302caaaaf --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::GetType method. Gets or sets a data series'' type in C++.' +type: docs +weight: 3600 +url: /es/cpp/aspose.cells.charts/series/gettype/ +--- +## Series::GetType method + + +Gets or sets a data series' type. + +```cpp +ChartType Aspose::Cells::Charts::Series::GetType() +``` + +## See Also + +* Enum [ChartType](../../charttype/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/getupbars/_index.md b/spanish/cpp/aspose.cells.charts/series/getupbars/_index.md new file mode 100644 index 00000000000..6ba69519831 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/getupbars/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::GetUpBars method +linktitle: GetUpBars +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::GetUpBars method. Returns an DropBars object that represents the up bars on a line chart. Applies only to line charts in C++.' +type: docs +weight: 5400 +url: /es/cpp/aspose.cells.charts/series/getupbars/ +--- +## Series::GetUpBars method + + +Returns an [DropBars](../../dropbars/) object that represents the up bars on a line chart. Applies only to line charts. + +```cpp +DropBars Aspose::Cells::Charts::Series::GetUpBars() +``` + +## See Also + +* Class [DropBars](../../dropbars/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/getvalues/_index.md b/spanish/cpp/aspose.cells.charts/series/getvalues/_index.md new file mode 100644 index 00000000000..536f14a90ec --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/getvalues/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::Series::GetValues method +linktitle: GetValues +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::GetValues method. Represents the Y values of this chart series in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.charts/series/getvalues/ +--- +## Series::GetValues method + + +Represents the Y values of this chart series. + +```cpp +U16String Aspose::Cells::Charts::Series::GetValues() +``` + +## Remarks + + +To get the actual values(corresponding to every point of this series) defined by this property, please use PointValues. +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/getvaluesformatcode/_index.md b/spanish/cpp/aspose.cells.charts/series/getvaluesformatcode/_index.md new file mode 100644 index 00000000000..96d2e1c458d --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/getvaluesformatcode/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::GetValuesFormatCode method +linktitle: GetValuesFormatCode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::GetValuesFormatCode method. Represents format code of Values'' NumberList in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.charts/series/getvaluesformatcode/ +--- +## Series::GetValuesFormatCode method + + +Represents format code of Values' NumberList. + +```cpp +U16String Aspose::Cells::Charts::Series::GetValuesFormatCode() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/getxerrorbar/_index.md b/spanish/cpp/aspose.cells.charts/series/getxerrorbar/_index.md new file mode 100644 index 00000000000..7e156cebc3f --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/getxerrorbar/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::GetXErrorBar method +linktitle: GetXErrorBar +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::GetXErrorBar method. Represents X direction error bar of the series in C++.' +type: docs +weight: 4100 +url: /es/cpp/aspose.cells.charts/series/getxerrorbar/ +--- +## Series::GetXErrorBar method + + +Represents X direction error bar of the series. + +```cpp +ErrorBar Aspose::Cells::Charts::Series::GetXErrorBar() +``` + +## See Also + +* Class [ErrorBar](../../errorbar/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/getxvalues/_index.md b/spanish/cpp/aspose.cells.charts/series/getxvalues/_index.md new file mode 100644 index 00000000000..7fc9c2df2c4 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/getxvalues/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::Series::GetXValues method +linktitle: GetXValues +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::GetXValues method. Represents the X values of this chart series in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.charts/series/getxvalues/ +--- +## Series::GetXValues method + + +Represents the X values of this chart series. + +```cpp +U16String Aspose::Cells::Charts::Series::GetXValues() +``` + +## Remarks + + +Only for Scatter and Bubble chart. Please use SeriesCollection.CategoryData for other types of charts CategoryValues is used to get the actual category values of this series. +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/getxvaluesformatcode/_index.md b/spanish/cpp/aspose.cells.charts/series/getxvaluesformatcode/_index.md new file mode 100644 index 00000000000..bafa747da0e --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/getxvaluesformatcode/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::GetXValuesFormatCode method +linktitle: GetXValuesFormatCode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::GetXValuesFormatCode method. Represents format code of X Values'' NumberList in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.charts/series/getxvaluesformatcode/ +--- +## Series::GetXValuesFormatCode method + + +Represents format code of X Values' NumberList. + +```cpp +U16String Aspose::Cells::Charts::Series::GetXValuesFormatCode() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/getyerrorbar/_index.md b/spanish/cpp/aspose.cells.charts/series/getyerrorbar/_index.md new file mode 100644 index 00000000000..1eaf2c2bb0f --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/getyerrorbar/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::GetYErrorBar method +linktitle: GetYErrorBar +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::GetYErrorBar method. Represents Y direction error bar of the series in C++.' +type: docs +weight: 4200 +url: /es/cpp/aspose.cells.charts/series/getyerrorbar/ +--- +## Series::GetYErrorBar method + + +Represents Y direction error bar of the series. + +```cpp +ErrorBar Aspose::Cells::Charts::Series::GetYErrorBar() +``` + +## See Also + +* Class [ErrorBar](../../errorbar/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/isautosplit/_index.md b/spanish/cpp/aspose.cells.charts/series/isautosplit/_index.md new file mode 100644 index 00000000000..058a3ef618e --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/isautosplit/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::IsAutoSplit method +linktitle: IsAutoSplit +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::IsAutoSplit method. Indicates whether the threshold value is automatic in C++.' +type: docs +weight: 7000 +url: /es/cpp/aspose.cells.charts/series/isautosplit/ +--- +## Series::IsAutoSplit method + + +Indicates whether the threshold value is automatic. + +```cpp +bool Aspose::Cells::Charts::Series::IsAutoSplit() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/iscolorvaried/_index.md b/spanish/cpp/aspose.cells.charts/series/iscolorvaried/_index.md new file mode 100644 index 00000000000..ee419e23e2c --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/iscolorvaried/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::IsColorVaried method +linktitle: IsColorVaried +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::IsColorVaried method. Represents if the color of points is varied. The chart must contain only one series or this chart is a pie chart in C++.' +type: docs +weight: 6000 +url: /es/cpp/aspose.cells.charts/series/iscolorvaried/ +--- +## Series::IsColorVaried method + + +Represents if the color of points is varied. The chart must contain only one series or this chart is a pie chart. + +```cpp +bool Aspose::Cells::Charts::Series::IsColorVaried() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/isfiltered/_index.md b/spanish/cpp/aspose.cells.charts/series/isfiltered/_index.md new file mode 100644 index 00000000000..c6f84ceb2ac --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/isfiltered/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::IsFiltered method +linktitle: IsFiltered +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::IsFiltered method. Indicates whether the series is selected or filtered. True represents that this series is filtered, and it will not be displayed on the chart in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.charts/series/isfiltered/ +--- +## Series::IsFiltered method + + +Indicates whether the series is selected or filtered. True represents that this series is filtered, and it will not be displayed on the chart. + +```cpp +bool Aspose::Cells::Charts::Series::IsFiltered() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/isnull/_index.md b/spanish/cpp/aspose.cells.charts/series/isnull/_index.md new file mode 100644 index 00000000000..7b2bd82bf1b --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::Series::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.charts/series/isnull/ +--- +## Series::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Charts::Series::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/isverticalvalues/_index.md b/spanish/cpp/aspose.cells.charts/series/isverticalvalues/_index.md new file mode 100644 index 00000000000..c445ad42262 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/isverticalvalues/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::IsVerticalValues method +linktitle: IsVerticalValues +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::IsVerticalValues method. Indicates whether the data source is vertical in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.charts/series/isverticalvalues/ +--- +## Series::IsVerticalValues method + + +Indicates whether the data source is vertical. + +```cpp +bool Aspose::Cells::Charts::Series::IsVerticalValues() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/move/_index.md b/spanish/cpp/aspose.cells.charts/series/move/_index.md new file mode 100644 index 00000000000..a6e2ed60969 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/move/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::Series::Move method +linktitle: Move +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::Move method. Moves the series up or down in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.charts/series/move/ +--- +## Series::Move method + + +Moves the series up or down. + +```cpp +void Aspose::Cells::Charts::Series::Move(int32_t count) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| count | int32_t | The number of moving up or down. Move the series up if this is less than zero; Move the series down if this is greater than zero. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/operator_asm/_index.md b/spanish/cpp/aspose.cells.charts/series/operator_asm/_index.md new file mode 100644 index 00000000000..cc71f5647b6 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::Series::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.charts/series/operator_asm/ +--- +## Series::operator= method + + +operator= + +```cpp +Series & Aspose::Cells::Charts::Series::operator=(const Series &src) +``` + +## See Also + +* Class [Series](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/operator_bool/_index.md b/spanish/cpp/aspose.cells.charts/series/operator_bool/_index.md new file mode 100644 index 00000000000..a757b9c6c48 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::Series::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.charts/series/operator_bool/ +--- +## Series::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Charts::Series::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/series/_index.md b/spanish/cpp/aspose.cells.charts/series/series/_index.md new file mode 100644 index 00000000000..61d8857b8c7 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/series/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Charts::Series::Series constructor +linktitle: Series +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::Series constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.charts/series/series/ +--- +## Series::Series(Series_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Charts::Series::Series(Series_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## Series::Series(const Series\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Charts::Series::Series(const Series &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/setbar3dshapetype/_index.md b/spanish/cpp/aspose.cells.charts/series/setbar3dshapetype/_index.md new file mode 100644 index 00000000000..1a9c14b4ada --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/setbar3dshapetype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::Series::SetBar3DShapeType method +linktitle: SetBar3DShapeType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::SetBar3DShapeType method. Gets or sets the 3D shape type used with the 3-D bar or column chart in C++.' +type: docs +weight: 3400 +url: /es/cpp/aspose.cells.charts/series/setbar3dshapetype/ +--- +## Series::SetBar3DShapeType method + + +Gets or sets the 3D shape type used with the 3-D bar or column chart. + +```cpp +void Aspose::Cells::Charts::Series::SetBar3DShapeType(Bar3DShapeType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [Bar3DShapeType](../../bar3dshapetype/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/setbubblescale/_index.md b/spanish/cpp/aspose.cells.charts/series/setbubblescale/_index.md new file mode 100644 index 00000000000..f2d233d1e2d --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/setbubblescale/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::SetBubbleScale method +linktitle: SetBubbleScale +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::SetBubbleScale method. Gets or sets the scale factor for bubbles in the specified chart group. It can be an integer value from 0 (zero) to 300, corresponding to a percentage of the default size. Applies only to bubble charts in C++.' +type: docs +weight: 7200 +url: /es/cpp/aspose.cells.charts/series/setbubblescale/ +--- +## Series::SetBubbleScale method + + +Gets or sets the scale factor for bubbles in the specified chart group. It can be an integer value from 0 (zero) to 300, corresponding to a percentage of the default size. Applies only to bubble charts. + +```cpp +void Aspose::Cells::Charts::Series::SetBubbleScale(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/setbubblesizes/_index.md b/spanish/cpp/aspose.cells.charts/series/setbubblesizes/_index.md new file mode 100644 index 00000000000..3b2e0245ffe --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/setbubblesizes/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::Charts::Series::SetBubbleSizes method +linktitle: SetBubbleSizes +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::SetBubbleSizes method. Gets or sets the bubble sizes values of the chart series in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells.charts/series/setbubblesizes/ +--- +## Series::SetBubbleSizes(const U16String\&) method + + +Gets or sets the bubble sizes values of the chart series. + +```cpp +void Aspose::Cells::Charts::Series::SetBubbleSizes(const U16String &value) +``` + +## Remarks + + +Only for [ChartType.Bubble](../../charttype/) or [ChartType.Bubble3D](../../charttype/). +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## Series::SetBubbleSizes(const char16_t*) method + + +Gets or sets the bubble sizes values of the chart series. + +```cpp +void Aspose::Cells::Charts::Series::SetBubbleSizes(const char16_t *value) +``` + +## Remarks + + +Only for [ChartType.Bubble](../../charttype/) or [ChartType.Bubble3D](../../charttype/). +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/setdoughnutholesize/_index.md b/spanish/cpp/aspose.cells.charts/series/setdoughnutholesize/_index.md new file mode 100644 index 00000000000..5d2d1f955ab --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/setdoughnutholesize/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::SetDoughnutHoleSize method +linktitle: SetDoughnutHoleSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::SetDoughnutHoleSize method. Returns or sets the size of the hole in a doughnut chart group. The hole size is expressed as a percentage of the chart size, between 10 and 90 percent in C++.' +type: docs +weight: 7800 +url: /es/cpp/aspose.cells.charts/series/setdoughnutholesize/ +--- +## Series::SetDoughnutHoleSize method + + +Returns or sets the size of the hole in a doughnut chart group. The hole size is expressed as a percentage of the chart size, between 10 and 90 percent. + +```cpp +void Aspose::Cells::Charts::Series::SetDoughnutHoleSize(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/setexplosion/_index.md b/spanish/cpp/aspose.cells.charts/series/setexplosion/_index.md new file mode 100644 index 00000000000..458d8411dd2 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/setexplosion/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::SetExplosion method +linktitle: SetExplosion +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::SetExplosion method. The distance of an open pie slice from the center of the pie chart is expressed as a percentage of the pie diameter in C++.' +type: docs +weight: 8000 +url: /es/cpp/aspose.cells.charts/series/setexplosion/ +--- +## Series::SetExplosion method + + +The distance of an open pie slice from the center of the pie chart is expressed as a percentage of the pie diameter. + +```cpp +void Aspose::Cells::Charts::Series::SetExplosion(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/setfirstsliceangle/_index.md b/spanish/cpp/aspose.cells.charts/series/setfirstsliceangle/_index.md new file mode 100644 index 00000000000..ef480f5e2d6 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/setfirstsliceangle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::SetFirstSliceAngle method +linktitle: SetFirstSliceAngle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::SetFirstSliceAngle method. Gets or sets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical). Applies only to pie, 3-D pie, and doughnut charts, 0 to 360 in C++.' +type: docs +weight: 6100 +url: /es/cpp/aspose.cells.charts/series/setfirstsliceangle/ +--- +## Series::SetFirstSliceAngle method + + +Gets or sets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical). Applies only to pie, 3-D pie, and doughnut charts, 0 to 360. + +```cpp +void Aspose::Cells::Charts::Series::SetFirstSliceAngle(int16_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/setgapwidth/_index.md b/spanish/cpp/aspose.cells.charts/series/setgapwidth/_index.md new file mode 100644 index 00000000000..f6ec033c220 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/setgapwidth/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::SetGapWidth method +linktitle: SetGapWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::SetGapWidth method. Returns or sets the space between bar or column clusters, as a percentage of the bar or column width. The value of this property must be between 0 and 500 in C++.' +type: docs +weight: 5900 +url: /es/cpp/aspose.cells.charts/series/setgapwidth/ +--- +## Series::SetGapWidth method + + +Returns or sets the space between bar or column clusters, as a percentage of the bar or column width. The value of this property must be between 0 and 500. + +```cpp +void Aspose::Cells::Charts::Series::SetGapWidth(int16_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/sethas3deffect/_index.md b/spanish/cpp/aspose.cells.charts/series/sethas3deffect/_index.md new file mode 100644 index 00000000000..b3585ff8704 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/sethas3deffect/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::Series::SetHas3DEffect method +linktitle: SetHas3DEffect +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::SetHas3DEffect method. True if the series has a three-dimensional appearance in C++.' +type: docs +weight: 3600 +url: /es/cpp/aspose.cells.charts/series/sethas3deffect/ +--- +## Series::SetHas3DEffect method + + +True if the series has a three-dimensional appearance. + +```cpp +void Aspose::Cells::Charts::Series::SetHas3DEffect(bool value) +``` + +## Remarks + + +Applies only to [ChartType.Bubble](../../charttype/) or [ChartType.Bubble3D](../../charttype/) charts. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/sethasdroplines/_index.md b/spanish/cpp/aspose.cells.charts/series/sethasdroplines/_index.md new file mode 100644 index 00000000000..d521dd54b7a --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/sethasdroplines/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::SetHasDropLines method +linktitle: SetHasDropLines +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::SetHasDropLines method. True if the chart has drop lines. Applies only to line chart or area charts in C++.' +type: docs +weight: 5000 +url: /es/cpp/aspose.cells.charts/series/sethasdroplines/ +--- +## Series::SetHasDropLines method + + +True if the chart has drop lines. Applies only to line chart or area charts. + +```cpp +void Aspose::Cells::Charts::Series::SetHasDropLines(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/sethashilolines/_index.md b/spanish/cpp/aspose.cells.charts/series/sethashilolines/_index.md new file mode 100644 index 00000000000..7cf090351be --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/sethashilolines/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::SetHasHiLoLines method +linktitle: SetHasHiLoLines +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::SetHasHiLoLines method. True if the line chart has high-low lines. Applies only to line charts in C++.' +type: docs +weight: 4400 +url: /es/cpp/aspose.cells.charts/series/sethashilolines/ +--- +## Series::SetHasHiLoLines method + + +True if the line chart has high-low lines. Applies only to line charts. + +```cpp +void Aspose::Cells::Charts::Series::SetHasHiLoLines(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/sethasleaderlines/_index.md b/spanish/cpp/aspose.cells.charts/series/sethasleaderlines/_index.md new file mode 100644 index 00000000000..c5dba1ffa86 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/sethasleaderlines/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::SetHasLeaderLines method +linktitle: SetHasLeaderLines +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::SetHasLeaderLines method. True if the series has leader lines in C++.' +type: docs +weight: 8400 +url: /es/cpp/aspose.cells.charts/series/sethasleaderlines/ +--- +## Series::SetHasLeaderLines method + + +True if the series has leader lines. + +```cpp +void Aspose::Cells::Charts::Series::SetHasLeaderLines(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/sethasradaraxislabels/_index.md b/spanish/cpp/aspose.cells.charts/series/sethasradaraxislabels/_index.md new file mode 100644 index 00000000000..b5fe198b387 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/sethasradaraxislabels/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::SetHasRadarAxisLabels method +linktitle: SetHasRadarAxisLabels +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::SetHasRadarAxisLabels method. True if a radar chart has category axis labels. Applies only to radar charts in C++.' +type: docs +weight: 8200 +url: /es/cpp/aspose.cells.charts/series/sethasradaraxislabels/ +--- +## Series::SetHasRadarAxisLabels method + + +True if a radar chart has category axis labels. Applies only to radar charts. + +```cpp +void Aspose::Cells::Charts::Series::SetHasRadarAxisLabels(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/sethasserieslines/_index.md b/spanish/cpp/aspose.cells.charts/series/sethasserieslines/_index.md new file mode 100644 index 00000000000..8e445171de9 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/sethasserieslines/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::SetHasSeriesLines method +linktitle: SetHasSeriesLines +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::SetHasSeriesLines method. True if a stacked column chart or bar chart has series lines or if a Pie of Pie chart or Bar of Pie chart has connector lines between the two sections. Applies only to stacked column charts, bar charts, Pie of Pie charts, or Bar of Pie charts in C++.' +type: docs +weight: 4700 +url: /es/cpp/aspose.cells.charts/series/sethasserieslines/ +--- +## Series::SetHasSeriesLines method + + +True if a stacked column chart or bar chart has series lines or if a Pie of Pie chart or Bar of Pie chart has connector lines between the two sections. Applies only to stacked column charts, bar charts, Pie of Pie charts, or Bar of Pie charts. + +```cpp +void Aspose::Cells::Charts::Series::SetHasSeriesLines(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/sethasupdownbars/_index.md b/spanish/cpp/aspose.cells.charts/series/sethasupdownbars/_index.md new file mode 100644 index 00000000000..452ca8bac2d --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/sethasupdownbars/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::SetHasUpDownBars method +linktitle: SetHasUpDownBars +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::SetHasUpDownBars method. True if a line chart has up and down bars. Applies only to line charts in C++.' +type: docs +weight: 5300 +url: /es/cpp/aspose.cells.charts/series/sethasupdownbars/ +--- +## Series::SetHasUpDownBars method + + +True if a line chart has up and down bars. Applies only to line charts. + +```cpp +void Aspose::Cells::Charts::Series::SetHasUpDownBars(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/setiscolorvaried/_index.md b/spanish/cpp/aspose.cells.charts/series/setiscolorvaried/_index.md new file mode 100644 index 00000000000..ce78c7af738 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/setiscolorvaried/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::SetIsColorVaried method +linktitle: SetIsColorVaried +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::SetIsColorVaried method. Represents if the color of points is varied. The chart must contain only one series or this chart is a pie chart in C++.' +type: docs +weight: 6100 +url: /es/cpp/aspose.cells.charts/series/setiscolorvaried/ +--- +## Series::SetIsColorVaried method + + +Represents if the color of points is varied. The chart must contain only one series or this chart is a pie chart. + +```cpp +void Aspose::Cells::Charts::Series::SetIsColorVaried(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/setisfiltered/_index.md b/spanish/cpp/aspose.cells.charts/series/setisfiltered/_index.md new file mode 100644 index 00000000000..a3857b8bc98 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/setisfiltered/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::SetIsFiltered method +linktitle: SetIsFiltered +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::SetIsFiltered method. Indicates whether the series is selected or filtered. True represents that this series is filtered, and it will not be displayed on the chart in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.charts/series/setisfiltered/ +--- +## Series::SetIsFiltered method + + +Indicates whether the series is selected or filtered. True represents that this series is filtered, and it will not be displayed on the chart. + +```cpp +void Aspose::Cells::Charts::Series::SetIsFiltered(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/setname/_index.md b/spanish/cpp/aspose.cells.charts/series/setname/_index.md new file mode 100644 index 00000000000..e55bc94901b --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/setname/_index.md @@ -0,0 +1,66 @@ +--- +title: Aspose::Cells::Charts::Series::SetName method +linktitle: SetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::SetName method. Gets or sets the name of the data series in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.charts/series/setname/ +--- +## Series::SetName(const U16String\&) method + + +Gets or sets the name of the data series. + +```cpp +void Aspose::Cells::Charts::Series::SetName(const U16String &value) +``` + + +## Examples + + +```cpp +//Nombre de referencia a una celda +U16String val = u"=A1"; +chart.GetNSeries().Get(0).SetName(val); + +//Establecer una cadena como nombre +val = u"First Series"; +chart.GetNSeries().Get(0).SetName(val); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## Series::SetName(const char16_t*) method + + +Gets or sets the name of the data series. + +```cpp +void Aspose::Cells::Charts::Series::SetName(const char16_t *value) +``` + + +## Examples + + +```cpp +//Nombre de referencia a una celda +chart.GetNSeries().Get(0).SetName(u"=A1"); + +//Establecer una cadena como nombre +chart.GetNSeries().Get(0).SetName(u"First Series"); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/setoverlap/_index.md b/spanish/cpp/aspose.cells.charts/series/setoverlap/_index.md new file mode 100644 index 00000000000..6a6e6a17c5c --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/setoverlap/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::SetOverlap method +linktitle: SetOverlap +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::SetOverlap method. Specifies how bars and columns are positioned. Can be a value between -100 and 100. Applies only to 2-D bar and 2-D column charts in C++.' +type: docs +weight: 6700 +url: /es/cpp/aspose.cells.charts/series/setoverlap/ +--- +## Series::SetOverlap method + + +Specifies how bars and columns are positioned. Can be a value between -100 and 100. Applies only to 2-D bar and 2-D column charts. + +```cpp +void Aspose::Cells::Charts::Series::SetOverlap(int16_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/setplotonsecondaxis/_index.md b/spanish/cpp/aspose.cells.charts/series/setplotonsecondaxis/_index.md new file mode 100644 index 00000000000..44a532c8261 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/setplotonsecondaxis/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::SetPlotOnSecondAxis method +linktitle: SetPlotOnSecondAxis +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::SetPlotOnSecondAxis method. Indicates if this series is plotted on second value axis in C++.' +type: docs +weight: 4000 +url: /es/cpp/aspose.cells.charts/series/setplotonsecondaxis/ +--- +## Series::SetPlotOnSecondAxis method + + +Indicates if this series is plotted on second value axis. + +```cpp +void Aspose::Cells::Charts::Series::SetPlotOnSecondAxis(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/setsecondplotsize/_index.md b/spanish/cpp/aspose.cells.charts/series/setsecondplotsize/_index.md new file mode 100644 index 00000000000..dc0674e9879 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/setsecondplotsize/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::SetSecondPlotSize method +linktitle: SetSecondPlotSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::SetSecondPlotSize method. Returns or sets the size of the secondary section of either a pie of pie chart or a bar of pie chart, as a percentage of the size of the primary pie. Can be a value from 5 to 200 in C++.' +type: docs +weight: 6500 +url: /es/cpp/aspose.cells.charts/series/setsecondplotsize/ +--- +## Series::SetSecondPlotSize method + + +Returns or sets the size of the secondary section of either a pie of pie chart or a bar of pie chart, as a percentage of the size of the primary pie. Can be a value from 5 to 200. + +```cpp +void Aspose::Cells::Charts::Series::SetSecondPlotSize(int16_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/setshadow/_index.md b/spanish/cpp/aspose.cells.charts/series/setshadow/_index.md new file mode 100644 index 00000000000..a2d629e21ac --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/setshadow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::SetShadow method +linktitle: SetShadow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::SetShadow method. True if the series has a shadow in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells.charts/series/setshadow/ +--- +## Series::SetShadow method + + +True if the series has a shadow. + +```cpp +void Aspose::Cells::Charts::Series::SetShadow(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/setshownegativebubbles/_index.md b/spanish/cpp/aspose.cells.charts/series/setshownegativebubbles/_index.md new file mode 100644 index 00000000000..a30bfa33e9e --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/setshownegativebubbles/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::SetShowNegativeBubbles method +linktitle: SetShowNegativeBubbles +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::SetShowNegativeBubbles method. True if negative bubbles are shown for the chart group. Valid only for bubble charts in C++.' +type: docs +weight: 7600 +url: /es/cpp/aspose.cells.charts/series/setshownegativebubbles/ +--- +## Series::SetShowNegativeBubbles method + + +True if negative bubbles are shown for the chart group. Valid only for bubble charts. + +```cpp +void Aspose::Cells::Charts::Series::SetShowNegativeBubbles(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/setsizerepresents/_index.md b/spanish/cpp/aspose.cells.charts/series/setsizerepresents/_index.md new file mode 100644 index 00000000000..41922d70337 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/setsizerepresents/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::Series::SetSizeRepresents method +linktitle: SetSizeRepresents +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::SetSizeRepresents method. Gets or sets what the bubble size represents on a bubble chart in C++.' +type: docs +weight: 7400 +url: /es/cpp/aspose.cells.charts/series/setsizerepresents/ +--- +## Series::SetSizeRepresents method + + +Gets or sets what the bubble size represents on a bubble chart. + +```cpp +void Aspose::Cells::Charts::Series::SetSizeRepresents(BubbleSizeRepresents value) +``` + +## Remarks + + +[BubbleSizeRepresents.SizeIsArea](../../bubblesizerepresents/) means the value Series.BubbleSizes is the area of the bubble. [BubbleSizeRepresents.SizeIsWidth](../../bubblesizerepresents/) means the value Series.BubbleSizes is the width of the bubble. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [BubbleSizeRepresents](../../bubblesizerepresents/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/setsmooth/_index.md b/spanish/cpp/aspose.cells.charts/series/setsmooth/_index.md new file mode 100644 index 00000000000..a06e7058ae5 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/setsmooth/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::SetSmooth method +linktitle: SetSmooth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::SetSmooth method. Represents curve smoothing. True if curve smoothing is turned on for the line chart or scatter chart. Applies only to line and scatter connected by lines charts in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells.charts/series/setsmooth/ +--- +## Series::SetSmooth method + + +Represents curve smoothing. True if curve smoothing is turned on for the line chart or scatter chart. Applies only to line and scatter connected by lines charts. + +```cpp +void Aspose::Cells::Charts::Series::SetSmooth(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/setsplittype/_index.md b/spanish/cpp/aspose.cells.charts/series/setsplittype/_index.md new file mode 100644 index 00000000000..ee68bc9b80e --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/setsplittype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::Series::SetSplitType method +linktitle: SetSplitType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::SetSplitType method. Returns or sets a value that how to determine which data points are in the second pie or bar on a pie of pie or bar of pie chart in C++.' +type: docs +weight: 6700 +url: /es/cpp/aspose.cells.charts/series/setsplittype/ +--- +## Series::SetSplitType method + + +Returns or sets a value that how to determine which data points are in the second pie or bar on a pie of pie or bar of pie chart. + +```cpp +void Aspose::Cells::Charts::Series::SetSplitType(ChartSplitType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ChartSplitType](../../chartsplittype/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/setsplitvalue/_index.md b/spanish/cpp/aspose.cells.charts/series/setsplitvalue/_index.md new file mode 100644 index 00000000000..776a5e30346 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/setsplitvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Series::SetSplitValue method +linktitle: SetSplitValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::SetSplitValue method. Returns or sets a value that shall be used to determine which data points are in the second pie or bar on a pie of pie or bar of pie chart in C++.' +type: docs +weight: 6900 +url: /es/cpp/aspose.cells.charts/series/setsplitvalue/ +--- +## Series::SetSplitValue method + + +Returns or sets a value that shall be used to determine which data points are in the second pie or bar on a pie of pie or bar of pie chart. + +```cpp +void Aspose::Cells::Charts::Series::SetSplitValue(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/settype/_index.md b/spanish/cpp/aspose.cells.charts/series/settype/_index.md new file mode 100644 index 00000000000..d165ab5d8bb --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/settype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::Series::SetType method +linktitle: SetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::SetType method. Gets or sets a data series'' type in C++.' +type: docs +weight: 3700 +url: /es/cpp/aspose.cells.charts/series/settype/ +--- +## Series::SetType method + + +Gets or sets a data series' type. + +```cpp +void Aspose::Cells::Charts::Series::SetType(ChartType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ChartType](../../charttype/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/setvalues/_index.md b/spanish/cpp/aspose.cells.charts/series/setvalues/_index.md new file mode 100644 index 00000000000..5d0607751d8 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/setvalues/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::Charts::Series::SetValues method +linktitle: SetValues +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::SetValues method. Represents the Y values of this chart series in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.charts/series/setvalues/ +--- +## Series::SetValues(const U16String\&) method + + +Represents the Y values of this chart series. + +```cpp +void Aspose::Cells::Charts::Series::SetValues(const U16String &value) +``` + +## Remarks + + +To get the actual values(corresponding to every point of this series) defined by this property, please use PointValues. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## Series::SetValues(const char16_t*) method + + +Represents the Y values of this chart series. + +```cpp +void Aspose::Cells::Charts::Series::SetValues(const char16_t *value) +``` + +## Remarks + + +To get the actual values(corresponding to every point of this series) defined by this property, please use PointValues. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/setvaluesformatcode/_index.md b/spanish/cpp/aspose.cells.charts/series/setvaluesformatcode/_index.md new file mode 100644 index 00000000000..dd28ab517ae --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/setvaluesformatcode/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Charts::Series::SetValuesFormatCode method +linktitle: SetValuesFormatCode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::SetValuesFormatCode method. Represents format code of Values'' NumberList in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.charts/series/setvaluesformatcode/ +--- +## Series::SetValuesFormatCode(const U16String\&) method + + +Represents format code of Values' NumberList. + +```cpp +void Aspose::Cells::Charts::Series::SetValuesFormatCode(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## Series::SetValuesFormatCode(const char16_t*) method + + +Represents format code of Values' NumberList. + +```cpp +void Aspose::Cells::Charts::Series::SetValuesFormatCode(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/setxvalues/_index.md b/spanish/cpp/aspose.cells.charts/series/setxvalues/_index.md new file mode 100644 index 00000000000..c2e2d8aef35 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/setxvalues/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::Charts::Series::SetXValues method +linktitle: SetXValues +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::SetXValues method. Represents the X values of this chart series in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.charts/series/setxvalues/ +--- +## Series::SetXValues(const U16String\&) method + + +Represents the X values of this chart series. + +```cpp +void Aspose::Cells::Charts::Series::SetXValues(const U16String &value) +``` + +## Remarks + + +Only for Scatter and Bubble chart. Please use SeriesCollection.CategoryData for other types of charts CategoryValues is used to get the actual category values of this series. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## Series::SetXValues(const char16_t*) method + + +Represents the X values of this chart series. + +```cpp +void Aspose::Cells::Charts::Series::SetXValues(const char16_t *value) +``` + +## Remarks + + +Only for Scatter and Bubble chart. Please use SeriesCollection.CategoryData for other types of charts CategoryValues is used to get the actual category values of this series. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/setxvaluesformatcode/_index.md b/spanish/cpp/aspose.cells.charts/series/setxvaluesformatcode/_index.md new file mode 100644 index 00000000000..7ad2839e374 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/setxvaluesformatcode/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Charts::Series::SetXValuesFormatCode method +linktitle: SetXValuesFormatCode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::SetXValuesFormatCode method. Represents format code of X Values'' NumberList in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.charts/series/setxvaluesformatcode/ +--- +## Series::SetXValuesFormatCode(const U16String\&) method + + +Represents format code of X Values' NumberList. + +```cpp +void Aspose::Cells::Charts::Series::SetXValuesFormatCode(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## Series::SetXValuesFormatCode(const char16_t*) method + + +Represents format code of X Values' NumberList. + +```cpp +void Aspose::Cells::Charts::Series::SetXValuesFormatCode(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/series/~series/_index.md b/spanish/cpp/aspose.cells.charts/series/~series/_index.md new file mode 100644 index 00000000000..3a56775f5e9 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/series/~series/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::Series::~Series method +linktitle: ~Series +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Series::~Series method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.charts/series/~series/ +--- +## Series::~Series method + + +Destructor. + +```cpp +Aspose::Cells::Charts::Series::~Series() +``` + +## See Also + +* Class [Series](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/seriescollection/_impl/_index.md b/spanish/cpp/aspose.cells.charts/seriescollection/_impl/_index.md new file mode 100644 index 00000000000..4ad0e2f32ec --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/seriescollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::SeriesCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesCollection::_impl field. The implementation object in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.charts/seriescollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +SeriesCollection_Impl* Aspose::Cells::Charts::SeriesCollection::_impl +``` + +## See Also + +* Class [SeriesCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/seriescollection/_index.md b/spanish/cpp/aspose.cells.charts/seriescollection/_index.md new file mode 100644 index 00000000000..59a492b00bb --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/seriescollection/_index.md @@ -0,0 +1,111 @@ +--- +title: Aspose::Cells::Charts::SeriesCollection class +linktitle: SeriesCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesCollection class. Encapsulates a collection of Series objects in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.charts/seriescollection/ +--- +## SeriesCollection class + + +Encapsulates a collection of [Series](../series/) objects. + +```cpp +class SeriesCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add(const U16String\& dataArea, bool isVertical)](./add/) | Adds the [Series](../series/) collection to a chart. | +| [Add(const char16_t* dataArea, bool isVertical)](./add/) | Adds the [Series](../series/) collection to a chart. | +| [Add(const U16String\& area, bool isVertical, bool checkLabels)](./add/) | Adds the [Series](../series/) collection to a chart. | +| [Add(const char16_t* area, bool isVertical, bool checkLabels)](./add/) | Adds the [Series](../series/) collection to a chart. | +| [AddR1C1(const U16String\& area, bool isVertical)](./addr1c1/) | Adds the [Series](../series/) collection to a chart. | +| [AddR1C1(const char16_t* area, bool isVertical)](./addr1c1/) | Adds the [Series](../series/) collection to a chart. | +| [ChangeColors(ChartColorPaletteType type)](./changecolors/) | Set Monochromatic Palette for chart series. | +| [ChangeSeriesOrder(int32_t sourceIndex, int32_t destIndex)](./changeseriesorder/) | **(Deprecated)** Directly changes the orders of the two series. | +| [Clear()](./clear/) | Clears the collection. | +| [Get(int32_t index)](./get/) | Gets the [Series](../series/) element at the specified index. | +| [GetCategoryData()](./getcategorydata/) | Gets or sets the range of category [Axis](../axis/) values. It can be a range of cells (such as, "d1:e10"), or a sequence of values (such as,"{2,6,8,10}"). | +| [GetCount()](./getcount/) | | +| [GetSecondCategoryData()](./getsecondcategorydata/) | Gets or sets the range of second category [Axis](../axis/) values. It can be a range of cells (such as, "d1:e10"), or a sequence of values (such as,"{2,6,8,10}"). Only effects when some series were plotted on the second axis. | +| [GetSeriesByOrder(int32_t order)](./getseriesbyorder/) | Gets the [Series](../series/) element by order. | +| [IsColorVaried()](./iscolorvaried/) | Represents if the color of points is varied. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const SeriesCollection\& src)](./operator_asm/) | operator= | +| [RemoveAt(int32_t index)](./removeat/) | Remove at a series at the specific index. | +| [SeriesCollection(SeriesCollection_Impl* impl)](./seriescollection/) | Constructs from an implementation object. | +| [SeriesCollection(const SeriesCollection\& src)](./seriescollection/) | Copy constructor. | +| [SetCategoryData(const U16String\& value)](./setcategorydata/) | Gets or sets the range of category [Axis](../axis/) values. It can be a range of cells (such as, "d1:e10"), or a sequence of values (such as,"{2,6,8,10}"). | +| [SetCategoryData(const char16_t* value)](./setcategorydata/) | Gets or sets the range of category [Axis](../axis/) values. It can be a range of cells (such as, "d1:e10"), or a sequence of values (such as,"{2,6,8,10}"). | +| [SetIsColorVaried(bool value)](./setiscolorvaried/) | Represents if the color of points is varied. | +| [SetSecondCategoryData(const U16String\& value)](./setsecondcategorydata/) | Gets or sets the range of second category [Axis](../axis/) values. It can be a range of cells (such as, "d1:e10"), or a sequence of values (such as,"{2,6,8,10}"). Only effects when some series were plotted on the second axis. | +| [SetSecondCategoryData(const char16_t* value)](./setsecondcategorydata/) | Gets or sets the range of second category [Axis](../axis/) values. It can be a range of cells (such as, "d1:e10"), or a sequence of values (such as,"{2,6,8,10}"). Only effects when some series were plotted on the second axis. | +| [SetSeriesNames(int32_t startIndex, const U16String\& area, bool isVertical)](./setseriesnames/) | Sets the name of all the serieses in the chart. | +| [SetSeriesNames(int32_t startIndex, const char16_t* area, bool isVertical)](./setseriesnames/) | Sets the name of all the serieses in the chart. | +| [SwapSeries(int32_t sourceIndex, int32_t destIndex)](./swapseries/) | Directly changes the orders of the two series. | +| [~SeriesCollection()](./~seriescollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; +//Añadiendo una nueva hoja de cálculo al objeto Excel +int sheetIndex = workbook.GetWorksheets().Add(); +//Obteniendo la referencia de la hoja recién añadida pasando su índice de hoja +Worksheet worksheet = workbook.GetWorksheets().Get(sheetIndex); +//Agregar un valor de muestra a la celda "A1" +worksheet.GetCells().Get(u"A1").PutValue(50); +//Agregar un valor de muestra a la celda "A2" +worksheet.GetCells().Get(u"A2").PutValue(100); +//Agregar un valor de muestra a la celda "A3" +worksheet.GetCells().Get(u"A3").PutValue(150); +//Agregar un valor de muestra a la celda "A4" +worksheet.GetCells().Get(u"A4").PutValue(200); +//Agregar un valor de muestra a la celda "B1" +worksheet.GetCells().Get(u"B1").PutValue(60); +//Agregar un valor de muestra a la celda "B2" +worksheet.GetCells().Get(u"B2").PutValue(32); +//Agregar un valor de muestra a la celda "B3" +worksheet.GetCells().Get(u"B3").PutValue(50); +//Agregar un valor de muestra a la celda "B4" +worksheet.GetCells().Get(u"B4").PutValue(40); +//Agregar un valor de muestra a la celda "C1" como datos de categoría +worksheet.GetCells().Get(u"C1").PutValue(u"Q1"); +//Agregar un valor de muestra a la celda "C2" como datos de categoría +worksheet.GetCells().Get(u"C2").PutValue(u"Q2"); +//Agregar un valor de muestra a la celda "C3" como datos de categoría +worksheet.GetCells().Get(u"C3").PutValue(u"Y1"); +//Agregar un valor de muestra a la celda "C4" como datos de categoría +worksheet.GetCells().Get(u"C4").PutValue(u"Y2"); +//Agregar un gráfico a la hoja de cálculo +int chartIndex = worksheet.GetCharts().Add(ChartType::Column, 5, 0, 15, 5); +//Acceder a la instancia del gráfico recién añadido +Chart chart = worksheet.GetCharts().Get(chartIndex); +//Agregar NSeries (fuente de datos del gráfico) al gráfico que abarca desde la celda "A1" hasta "B4" +chart.GetNSeries().Add(u"A1:B4", true); +//Establecer la fuente de datos para los datos de categoría de NSeries +chart.GetNSeries().SetCategoryData(u"C1:C4"); +//Guardando el archivo Excel +workbook.Save(u"book1.xls"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/seriescollection/add/_index.md b/spanish/cpp/aspose.cells.charts/seriescollection/add/_index.md new file mode 100644 index 00000000000..c8b8e37f7fb --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/seriescollection/add/_index.md @@ -0,0 +1,149 @@ +--- +title: Aspose::Cells::Charts::SeriesCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesCollection::Add method. Adds the Series collection to a chart in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.charts/seriescollection/add/ +--- +## SeriesCollection::Add(const U16String\&, bool) method + + +Adds the [Series](../../series/) collection to a chart. + +```cpp +int32_t Aspose::Cells::Charts::SeriesCollection::Add(const U16String &dataArea, bool isVertical) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| dataArea | const U16String\& | Specifies values from which to plot the data series | +| isVertical | bool | Specifies whether to plot the series from a range of cell values by row or by column. If true, [Series](../../series/) will be added column by column | + +## ReturnValue + +Return the first index of the added ASeries in the NSeries. +## Remarks + + + + + +If set data on contiguous cells, use colon to seperate them.For example, $C$2:$C$5. + +If set data on non contiguous cells, use comma to seperate them.For example: ($C$2,$D$5). + +This method only simply process *dataArea* as data range. If you want to smartly check [ChartCollection.Add()](../../chartcollection/add/) method. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SeriesCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## SeriesCollection::Add(const char16_t*, bool) method + + +Adds the [Series](../../series/) collection to a chart. + +```cpp +int32_t Aspose::Cells::Charts::SeriesCollection::Add(const char16_t *dataArea, bool isVertical) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| dataArea | const char16_t* | Specifies values from which to plot the data series | +| isVertical | bool | Specifies whether to plot the series from a range of cell values by row or by column. If true, [Series](../../series/) will be added column by column | + +## ReturnValue + +Return the first index of the added ASeries in the NSeries. +## Remarks + + + + + +If set data on contiguous cells, use colon to seperate them.For example, $C$2:$C$5. + +If set data on non contiguous cells, use comma to seperate them.For example: ($C$2,$D$5). + +This method only simply process *dataArea* as data range. If you want to smartly check [ChartCollection.Add()](../../chartcollection/add/) method. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SeriesCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## SeriesCollection::Add(const U16String\&, bool, bool) method + + +Adds the [Series](../../series/) collection to a chart. + +```cpp +int32_t Aspose::Cells::Charts::SeriesCollection::Add(const U16String &area, bool isVertical, bool checkLabels) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| area | const U16String\& | Specifies values from which to plot the data series | +| isVertical | bool | Specifies whether to plot the series from a range of cell values by row or by column. | +| checkLabels | bool | Indicates whether the range contains series's name | + +## ReturnValue + +Return the first index of the added ASeries in the NSeries. +## Remarks + + + + + +If set data on contiguous cells, use colon to seperate them.For example, $C$2:$C$5. + +If set data on non contiguous cells, use comma to seperate them.For example, ($C$2,$D$5). +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SeriesCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## SeriesCollection::Add(const char16_t*, bool, bool) method + + +Adds the [Series](../../series/) collection to a chart. + +```cpp +int32_t Aspose::Cells::Charts::SeriesCollection::Add(const char16_t *area, bool isVertical, bool checkLabels) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| area | const char16_t* | Specifies values from which to plot the data series | +| isVertical | bool | Specifies whether to plot the series from a range of cell values by row or by column. | +| checkLabels | bool | Indicates whether the range contains series's name | + +## ReturnValue + +Return the first index of the added ASeries in the NSeries. +## Remarks + + + + + +If set data on contiguous cells, use colon to seperate them.For example, $C$2:$C$5. + +If set data on non contiguous cells, use comma to seperate them.For example, ($C$2,$D$5). +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SeriesCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/seriescollection/addr1c1/_index.md b/spanish/cpp/aspose.cells.charts/seriescollection/addr1c1/_index.md new file mode 100644 index 00000000000..90b7921950a --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/seriescollection/addr1c1/_index.md @@ -0,0 +1,76 @@ +--- +title: Aspose::Cells::Charts::SeriesCollection::AddR1C1 method +linktitle: AddR1C1 +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesCollection::AddR1C1 method. Adds the Series collection to a chart in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.charts/seriescollection/addr1c1/ +--- +## SeriesCollection::AddR1C1(const U16String\&, bool) method + + +Adds the [Series](../../series/) collection to a chart. + +```cpp +int32_t Aspose::Cells::Charts::SeriesCollection::AddR1C1(const U16String &area, bool isVertical) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| area | const U16String\& | Specifies values from which to plot the data series | +| isVertical | bool | Specifies whether to plot the series from a range of cell values by row or by column. | + +## ReturnValue + +Return the first index of the added ASeries in the NSeries. +## Remarks + + + + + +If set data on contiguous cells, use colon to seperate them.For example, R[1]C[1]:R[3]C[2]. + +If set data on contiguous cells, use comma to seperate them.For example,(R[1]C[1],R[3]C[2]). +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SeriesCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## SeriesCollection::AddR1C1(const char16_t*, bool) method + + +Adds the [Series](../../series/) collection to a chart. + +```cpp +int32_t Aspose::Cells::Charts::SeriesCollection::AddR1C1(const char16_t *area, bool isVertical) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| area | const char16_t* | Specifies values from which to plot the data series | +| isVertical | bool | Specifies whether to plot the series from a range of cell values by row or by column. | + +## ReturnValue + +Return the first index of the added ASeries in the NSeries. +## Remarks + + + + + +If set data on contiguous cells, use colon to seperate them.For example, R[1]C[1]:R[3]C[2]. + +If set data on contiguous cells, use comma to seperate them.For example,(R[1]C[1],R[3]C[2]). +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SeriesCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/seriescollection/changecolors/_index.md b/spanish/cpp/aspose.cells.charts/seriescollection/changecolors/_index.md new file mode 100644 index 00000000000..d2e7bf78163 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/seriescollection/changecolors/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Charts::SeriesCollection::ChangeColors method +linktitle: ChangeColors +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesCollection::ChangeColors method. Set Monochromatic Palette for chart series in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.charts/seriescollection/changecolors/ +--- +## SeriesCollection::ChangeColors method + + +Set Monochromatic Palette for chart series. + +```cpp +void Aspose::Cells::Charts::SeriesCollection::ChangeColors(ChartColorPaletteType type) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| type | ChartColorPaletteType | The Monochromatic Type. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ChartColorPaletteType](../../chartcolorpalettetype/) +* Class [SeriesCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/seriescollection/changeseriesorder/_index.md b/spanish/cpp/aspose.cells.charts/seriescollection/changeseriesorder/_index.md new file mode 100644 index 00000000000..70044122843 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/seriescollection/changeseriesorder/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Charts::SeriesCollection::ChangeSeriesOrder method +linktitle: ChangeSeriesOrder +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesCollection::ChangeSeriesOrder method. Directly changes the orders of the two series in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.charts/seriescollection/changeseriesorder/ +--- +## SeriesCollection::ChangeSeriesOrder method + + +Directly changes the orders of the two series. + + +>Deprecated +> +>Use SeriesCollection.SwapSeries property, instead. +```cpp +void Aspose::Cells::Charts::SeriesCollection::ChangeSeriesOrder(int32_t sourceIndex, int32_t destIndex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sourceIndex | int32_t | The current index | +| destIndex | int32_t | The dest index | +## Remarks + + + +NOTE: This method is now obsolete. Instead, please use [SeriesCollection.SwapSeries](../swapseries/) method. This method will be removed 12 months later since June 2024. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SeriesCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/seriescollection/clear/_index.md b/spanish/cpp/aspose.cells.charts/seriescollection/clear/_index.md new file mode 100644 index 00000000000..95b82669322 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/seriescollection/clear/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::SeriesCollection::Clear method +linktitle: Clear +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesCollection::Clear method. Clears the collection in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.charts/seriescollection/clear/ +--- +## SeriesCollection::Clear method + + +Clears the collection. + +```cpp +void Aspose::Cells::Charts::SeriesCollection::Clear() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SeriesCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/seriescollection/get/_index.md b/spanish/cpp/aspose.cells.charts/seriescollection/get/_index.md new file mode 100644 index 00000000000..58a27bda318 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/seriescollection/get/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::SeriesCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesCollection::Get method. Gets the Series element at the specified index in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.charts/seriescollection/get/ +--- +## SeriesCollection::Get method + + +Gets the [Series](../../series/) element at the specified index. + +```cpp +Series Aspose::Cells::Charts::SeriesCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The zero based index of the element. | + +## ReturnValue + +The element at the specified index. + +## See Also + +* Class [Series](../../series/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [SeriesCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/seriescollection/getcategorydata/_index.md b/spanish/cpp/aspose.cells.charts/seriescollection/getcategorydata/_index.md new file mode 100644 index 00000000000..26a5b71be89 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/seriescollection/getcategorydata/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::SeriesCollection::GetCategoryData method +linktitle: GetCategoryData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesCollection::GetCategoryData method. Gets or sets the range of category Axis values. It can be a range of cells (such as, "d1:e10"), or a sequence of values (such as,"{2,6,8,10}") in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.charts/seriescollection/getcategorydata/ +--- +## SeriesCollection::GetCategoryData method + + +Gets or sets the range of category [Axis](../../axis/) values. It can be a range of cells (such as, "d1:e10"), or a sequence of values (such as,"{2,6,8,10}"). + +```cpp +U16String Aspose::Cells::Charts::SeriesCollection::GetCategoryData() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SeriesCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/seriescollection/getcount/_index.md b/spanish/cpp/aspose.cells.charts/seriescollection/getcount/_index.md new file mode 100644 index 00000000000..51a81138eb7 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/seriescollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::SeriesCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::Charts::SeriesCollection class in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.charts/seriescollection/getcount/ +--- +## SeriesCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::Charts::SeriesCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SeriesCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/seriescollection/getsecondcategorydata/_index.md b/spanish/cpp/aspose.cells.charts/seriescollection/getsecondcategorydata/_index.md new file mode 100644 index 00000000000..932d99978a3 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/seriescollection/getsecondcategorydata/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::SeriesCollection::GetSecondCategoryData method +linktitle: GetSecondCategoryData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesCollection::GetSecondCategoryData method. Gets or sets the range of second category Axis values. It can be a range of cells (such as, "d1:e10"), or a sequence of values (such as,"{2,6,8,10}"). Only effects when some series were plotted on the second axis in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.charts/seriescollection/getsecondcategorydata/ +--- +## SeriesCollection::GetSecondCategoryData method + + +Gets or sets the range of second category [Axis](../../axis/) values. It can be a range of cells (such as, "d1:e10"), or a sequence of values (such as,"{2,6,8,10}"). Only effects when some series were plotted on the second axis. + +```cpp +U16String Aspose::Cells::Charts::SeriesCollection::GetSecondCategoryData() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SeriesCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/seriescollection/getseriesbyorder/_index.md b/spanish/cpp/aspose.cells.charts/seriescollection/getseriesbyorder/_index.md new file mode 100644 index 00000000000..a01db566b25 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/seriescollection/getseriesbyorder/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::SeriesCollection::GetSeriesByOrder method +linktitle: GetSeriesByOrder +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesCollection::GetSeriesByOrder method. Gets the Series element by order in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.charts/seriescollection/getseriesbyorder/ +--- +## SeriesCollection::GetSeriesByOrder method + + +Gets the [Series](../../series/) element by order. + +```cpp +Series Aspose::Cells::Charts::SeriesCollection::GetSeriesByOrder(int32_t order) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| order | int32_t | The order of series | + +## ReturnValue + +The element series + +## See Also + +* Class [Series](../../series/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [SeriesCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/seriescollection/iscolorvaried/_index.md b/spanish/cpp/aspose.cells.charts/seriescollection/iscolorvaried/_index.md new file mode 100644 index 00000000000..e6358217975 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/seriescollection/iscolorvaried/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::SeriesCollection::IsColorVaried method +linktitle: IsColorVaried +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesCollection::IsColorVaried method. Represents if the color of points is varied in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.charts/seriescollection/iscolorvaried/ +--- +## SeriesCollection::IsColorVaried method + + +Represents if the color of points is varied. + +```cpp +bool Aspose::Cells::Charts::SeriesCollection::IsColorVaried() +``` + +## Remarks + + +Only works for pie chart or when there is only one series. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SeriesCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/seriescollection/isnull/_index.md b/spanish/cpp/aspose.cells.charts/seriescollection/isnull/_index.md new file mode 100644 index 00000000000..f18deedf823 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/seriescollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::SeriesCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.charts/seriescollection/isnull/ +--- +## SeriesCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Charts::SeriesCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SeriesCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/seriescollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.charts/seriescollection/operator_asm/_index.md new file mode 100644 index 00000000000..631d4af3d2b --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/seriescollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::SeriesCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.charts/seriescollection/operator_asm/ +--- +## SeriesCollection::operator= method + + +operator= + +```cpp +SeriesCollection & Aspose::Cells::Charts::SeriesCollection::operator=(const SeriesCollection &src) +``` + +## See Also + +* Class [SeriesCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [SeriesCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/seriescollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.charts/seriescollection/operator_bool/_index.md new file mode 100644 index 00000000000..d9641a83625 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/seriescollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::SeriesCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.charts/seriescollection/operator_bool/ +--- +## SeriesCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Charts::SeriesCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [SeriesCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/seriescollection/removeat/_index.md b/spanish/cpp/aspose.cells.charts/seriescollection/removeat/_index.md new file mode 100644 index 00000000000..a240e6679de --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/seriescollection/removeat/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::SeriesCollection::RemoveAt method +linktitle: RemoveAt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesCollection::RemoveAt method. Remove at a series at the specific index in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.charts/seriescollection/removeat/ +--- +## SeriesCollection::RemoveAt method + + +Remove at a series at the specific index. + +```cpp +void Aspose::Cells::Charts::SeriesCollection::RemoveAt(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The index. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SeriesCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/seriescollection/seriescollection/_index.md b/spanish/cpp/aspose.cells.charts/seriescollection/seriescollection/_index.md new file mode 100644 index 00000000000..c8f245ea6ce --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/seriescollection/seriescollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Charts::SeriesCollection::SeriesCollection constructor +linktitle: SeriesCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesCollection::SeriesCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.charts/seriescollection/seriescollection/ +--- +## SeriesCollection::SeriesCollection(SeriesCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Charts::SeriesCollection::SeriesCollection(SeriesCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SeriesCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## SeriesCollection::SeriesCollection(const SeriesCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Charts::SeriesCollection::SeriesCollection(const SeriesCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SeriesCollection](../) +* Class [SeriesCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/seriescollection/setcategorydata/_index.md b/spanish/cpp/aspose.cells.charts/seriescollection/setcategorydata/_index.md new file mode 100644 index 00000000000..e28458e5439 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/seriescollection/setcategorydata/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Charts::SeriesCollection::SetCategoryData method +linktitle: SetCategoryData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesCollection::SetCategoryData method. Gets or sets the range of category Axis values. It can be a range of cells (such as, "d1:e10"), or a sequence of values (such as,"{2,6,8,10}") in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.charts/seriescollection/setcategorydata/ +--- +## SeriesCollection::SetCategoryData(const U16String\&) method + + +Gets or sets the range of category [Axis](../../axis/) values. It can be a range of cells (such as, "d1:e10"), or a sequence of values (such as,"{2,6,8,10}"). + +```cpp +void Aspose::Cells::Charts::SeriesCollection::SetCategoryData(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SeriesCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## SeriesCollection::SetCategoryData(const char16_t*) method + + +Gets or sets the range of category [Axis](../../axis/) values. It can be a range of cells (such as, "d1:e10"), or a sequence of values (such as,"{2,6,8,10}"). + +```cpp +void Aspose::Cells::Charts::SeriesCollection::SetCategoryData(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SeriesCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/seriescollection/setiscolorvaried/_index.md b/spanish/cpp/aspose.cells.charts/seriescollection/setiscolorvaried/_index.md new file mode 100644 index 00000000000..62df0f667c4 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/seriescollection/setiscolorvaried/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::SeriesCollection::SetIsColorVaried method +linktitle: SetIsColorVaried +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesCollection::SetIsColorVaried method. Represents if the color of points is varied in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.charts/seriescollection/setiscolorvaried/ +--- +## SeriesCollection::SetIsColorVaried method + + +Represents if the color of points is varied. + +```cpp +void Aspose::Cells::Charts::SeriesCollection::SetIsColorVaried(bool value) +``` + +## Remarks + + +Only works for pie chart or when there is only one series. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SeriesCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/seriescollection/setsecondcategorydata/_index.md b/spanish/cpp/aspose.cells.charts/seriescollection/setsecondcategorydata/_index.md new file mode 100644 index 00000000000..9d85f78b3ed --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/seriescollection/setsecondcategorydata/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Charts::SeriesCollection::SetSecondCategoryData method +linktitle: SetSecondCategoryData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesCollection::SetSecondCategoryData method. Gets or sets the range of second category Axis values. It can be a range of cells (such as, "d1:e10"), or a sequence of values (such as,"{2,6,8,10}"). Only effects when some series were plotted on the second axis in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.charts/seriescollection/setsecondcategorydata/ +--- +## SeriesCollection::SetSecondCategoryData(const U16String\&) method + + +Gets or sets the range of second category [Axis](../../axis/) values. It can be a range of cells (such as, "d1:e10"), or a sequence of values (such as,"{2,6,8,10}"). Only effects when some series were plotted on the second axis. + +```cpp +void Aspose::Cells::Charts::SeriesCollection::SetSecondCategoryData(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SeriesCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## SeriesCollection::SetSecondCategoryData(const char16_t*) method + + +Gets or sets the range of second category [Axis](../../axis/) values. It can be a range of cells (such as, "d1:e10"), or a sequence of values (such as,"{2,6,8,10}"). Only effects when some series were plotted on the second axis. + +```cpp +void Aspose::Cells::Charts::SeriesCollection::SetSecondCategoryData(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SeriesCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/seriescollection/setseriesnames/_index.md b/spanish/cpp/aspose.cells.charts/seriescollection/setseriesnames/_index.md new file mode 100644 index 00000000000..29dfab88257 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/seriescollection/setseriesnames/_index.md @@ -0,0 +1,74 @@ +--- +title: Aspose::Cells::Charts::SeriesCollection::SetSeriesNames method +linktitle: SetSeriesNames +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesCollection::SetSeriesNames method. Sets the name of all the serieses in the chart in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.charts/seriescollection/setseriesnames/ +--- +## SeriesCollection::SetSeriesNames(int32_t, const U16String\&, bool) method + + +Sets the name of all the serieses in the chart. + +```cpp +void Aspose::Cells::Charts::SeriesCollection::SetSeriesNames(int32_t startIndex, const U16String &area, bool isVertical) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| startIndex | int32_t | The index of the first series which you want to set the name. | +| area | const U16String\& | Specifies the area for the series name. | +| isVertical | bool | >Specifies whether to plot the series from a range of cell values by row or by column. | +## Remarks + + + + + +If the start index is larger than the count of the serieses, it will return and do nothing. + +If set data on contiguous cells, use colon to seperate them.For example, $C$2:$C$5. + +If set data on contiguous cells, use comma to seperate them.For example, ($C$2,$D$5). +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SeriesCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## SeriesCollection::SetSeriesNames(int32_t, const char16_t*, bool) method + + +Sets the name of all the serieses in the chart. + +```cpp +void Aspose::Cells::Charts::SeriesCollection::SetSeriesNames(int32_t startIndex, const char16_t *area, bool isVertical) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| startIndex | int32_t | The index of the first series which you want to set the name. | +| area | const char16_t* | Specifies the area for the series name. | +| isVertical | bool | >Specifies whether to plot the series from a range of cell values by row or by column. | +## Remarks + + + + + +If the start index is larger than the count of the serieses, it will return and do nothing. + +If set data on contiguous cells, use colon to seperate them.For example, $C$2:$C$5. + +If set data on contiguous cells, use comma to seperate them.For example, ($C$2,$D$5). +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SeriesCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/seriescollection/swapseries/_index.md b/spanish/cpp/aspose.cells.charts/seriescollection/swapseries/_index.md new file mode 100644 index 00000000000..d15e500c319 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/seriescollection/swapseries/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Charts::SeriesCollection::SwapSeries method +linktitle: SwapSeries +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesCollection::SwapSeries method. Directly changes the orders of the two series in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.charts/seriescollection/swapseries/ +--- +## SeriesCollection::SwapSeries method + + +Directly changes the orders of the two series. + +```cpp +void Aspose::Cells::Charts::SeriesCollection::SwapSeries(int32_t sourceIndex, int32_t destIndex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sourceIndex | int32_t | The current index | +| destIndex | int32_t | The dest index | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SeriesCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/seriescollection/~seriescollection/_index.md b/spanish/cpp/aspose.cells.charts/seriescollection/~seriescollection/_index.md new file mode 100644 index 00000000000..6b83e1dd237 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/seriescollection/~seriescollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::SeriesCollection::~SeriesCollection method +linktitle: ~SeriesCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesCollection::~SeriesCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.charts/seriescollection/~seriescollection/ +--- +## SeriesCollection::~SeriesCollection method + + +Destructor. + +```cpp +Aspose::Cells::Charts::SeriesCollection::~SeriesCollection() +``` + +## See Also + +* Class [SeriesCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/serieslayoutproperties/_impl/_index.md b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/_impl/_index.md new file mode 100644 index 00000000000..17b019686d7 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::SeriesLayoutProperties::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesLayoutProperties::_impl field. The implementation object in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells.charts/serieslayoutproperties/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +SeriesLayoutProperties_Impl* Aspose::Cells::Charts::SeriesLayoutProperties::_impl +``` + +## See Also + +* Class [SeriesLayoutProperties](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/serieslayoutproperties/_index.md b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/_index.md new file mode 100644 index 00000000000..786c545381e --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/_index.md @@ -0,0 +1,64 @@ +--- +title: Aspose::Cells::Charts::SeriesLayoutProperties class +linktitle: SeriesLayoutProperties +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesLayoutProperties class. Represents the properties of series layout in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.charts/serieslayoutproperties/ +--- +## SeriesLayoutProperties class + + +Represents the properties of series layout. + +```cpp +class SeriesLayoutProperties +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetMapChartProjectionType()](./getmapchartprojectiontype/) | Gets and sets the projection type of the map. | +| [GetMapChartRegionType()](./getmapchartregiontype/) | Gets and sets the region type of the map. | +| [GetMapLabelLayout()](./getmaplabellayout/) | Gets and sets the layout of map labels. | +| [GetQuartileCalculation()](./getquartilecalculation/) | Represents the statistical properties for the series. | +| [GetShowConnectorLines()](./getshowconnectorlines/) | Indicates whether connector lines are shown between data points. | +| [GetShowInnerPoints()](./getshowinnerpoints/) | Indicates whether to show non-outlier data points. | +| [GetShowMeanLine()](./getshowmeanline/) | Indicates whether to show the line connecting all mean points. | +| [GetShowMeanMarker()](./getshowmeanmarker/) | Indicates whether markers denoting the mean are shown. | +| [GetShowOutlierPoints()](./getshowoutlierpoints/) | Indicates whether outlier data points are shown. | +| [GetSubtotals()](./getsubtotals/) | Represents the index of a subtotal data point. | +| [IsIntervalLeftClosed()](./isintervalleftclosed/) | Indicates whether the interval is closed on the left side. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const SeriesLayoutProperties\& src)](./operator_asm/) | operator= | +| [SeriesLayoutProperties()](./serieslayoutproperties/) | Default constructor. | +| [SeriesLayoutProperties(SeriesLayoutProperties_Impl* impl)](./serieslayoutproperties/) | Constructs from an implementation object. | +| [SeriesLayoutProperties(const SeriesLayoutProperties\& src)](./serieslayoutproperties/) | Copy constructor. | +| [SetIsIntervalLeftClosed(bool value)](./setisintervalleftclosed/) | Indicates whether the interval is closed on the left side. | +| [SetMapChartProjectionType(MapChartProjectionType value)](./setmapchartprojectiontype/) | Gets and sets the projection type of the map. | +| [SetMapChartRegionType(MapChartRegionType value)](./setmapchartregiontype/) | Gets and sets the region type of the map. | +| [SetMapLabelLayout(MapChartLabelLayout value)](./setmaplabellayout/) | Gets and sets the layout of map labels. | +| [SetQuartileCalculation(QuartileCalculationType value)](./setquartilecalculation/) | Represents the statistical properties for the series. | +| [SetShowConnectorLines(bool value)](./setshowconnectorlines/) | Indicates whether connector lines are shown between data points. | +| [SetShowInnerPoints(bool value)](./setshowinnerpoints/) | Indicates whether to show non-outlier data points. | +| [SetShowMeanLine(bool value)](./setshowmeanline/) | Indicates whether to show the line connecting all mean points. | +| [SetShowMeanMarker(bool value)](./setshowmeanmarker/) | Indicates whether markers denoting the mean are shown. | +| [SetShowOutlierPoints(bool value)](./setshowoutlierpoints/) | Indicates whether outlier data points are shown. | +| [SetSubtotals(const Vector \\& value)](./setsubtotals/) | Represents the index of a subtotal data point. | +| [~SeriesLayoutProperties()](./~serieslayoutproperties/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## Remarks + + +Only applicable to BoxWhisker,Funnel,ParetoLine,Sunburst,Treemap,Waterfall and Histogram chart. +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/serieslayoutproperties/getmapchartprojectiontype/_index.md b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/getmapchartprojectiontype/_index.md new file mode 100644 index 00000000000..9cdf82b7a7d --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/getmapchartprojectiontype/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::SeriesLayoutProperties::GetMapChartProjectionType method +linktitle: GetMapChartProjectionType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesLayoutProperties::GetMapChartProjectionType method. Gets and sets the projection type of the map in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.charts/serieslayoutproperties/getmapchartprojectiontype/ +--- +## SeriesLayoutProperties::GetMapChartProjectionType method + + +Gets and sets the projection type of the map. + +```cpp +MapChartProjectionType Aspose::Cells::Charts::SeriesLayoutProperties::GetMapChartProjectionType() +``` + +## Remarks + + +Only for map chart. +## See Also + +* Enum [MapChartProjectionType](../../mapchartprojectiontype/) +* Class [SeriesLayoutProperties](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/serieslayoutproperties/getmapchartregiontype/_index.md b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/getmapchartregiontype/_index.md new file mode 100644 index 00000000000..7b3c2996c17 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/getmapchartregiontype/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::SeriesLayoutProperties::GetMapChartRegionType method +linktitle: GetMapChartRegionType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesLayoutProperties::GetMapChartRegionType method. Gets and sets the region type of the map in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.charts/serieslayoutproperties/getmapchartregiontype/ +--- +## SeriesLayoutProperties::GetMapChartRegionType method + + +Gets and sets the region type of the map. + +```cpp +MapChartRegionType Aspose::Cells::Charts::SeriesLayoutProperties::GetMapChartRegionType() +``` + +## Remarks + + +Only for map chart. +## See Also + +* Enum [MapChartRegionType](../../mapchartregiontype/) +* Class [SeriesLayoutProperties](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/serieslayoutproperties/getmaplabellayout/_index.md b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/getmaplabellayout/_index.md new file mode 100644 index 00000000000..bc0e9e8fafb --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/getmaplabellayout/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::SeriesLayoutProperties::GetMapLabelLayout method +linktitle: GetMapLabelLayout +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesLayoutProperties::GetMapLabelLayout method. Gets and sets the layout of map labels in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.charts/serieslayoutproperties/getmaplabellayout/ +--- +## SeriesLayoutProperties::GetMapLabelLayout method + + +Gets and sets the layout of map labels. + +```cpp +MapChartLabelLayout Aspose::Cells::Charts::SeriesLayoutProperties::GetMapLabelLayout() +``` + +## See Also + +* Enum [MapChartLabelLayout](../../mapchartlabellayout/) +* Class [SeriesLayoutProperties](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/serieslayoutproperties/getquartilecalculation/_index.md b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/getquartilecalculation/_index.md new file mode 100644 index 00000000000..f14be441723 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/getquartilecalculation/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::SeriesLayoutProperties::GetQuartileCalculation method +linktitle: GetQuartileCalculation +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesLayoutProperties::GetQuartileCalculation method. Represents the statistical properties for the series in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.charts/serieslayoutproperties/getquartilecalculation/ +--- +## SeriesLayoutProperties::GetQuartileCalculation method + + +Represents the statistical properties for the series. + +```cpp +QuartileCalculationType Aspose::Cells::Charts::SeriesLayoutProperties::GetQuartileCalculation() +``` + +## Remarks + + +Only applicable to BoxWhisker chart. +## See Also + +* Enum [QuartileCalculationType](../../quartilecalculationtype/) +* Class [SeriesLayoutProperties](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/serieslayoutproperties/getshowconnectorlines/_index.md b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/getshowconnectorlines/_index.md new file mode 100644 index 00000000000..1ccd124b5d5 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/getshowconnectorlines/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::SeriesLayoutProperties::GetShowConnectorLines method +linktitle: GetShowConnectorLines +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesLayoutProperties::GetShowConnectorLines method. Indicates whether connector lines are shown between data points in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.charts/serieslayoutproperties/getshowconnectorlines/ +--- +## SeriesLayoutProperties::GetShowConnectorLines method + + +Indicates whether connector lines are shown between data points. + +```cpp +bool Aspose::Cells::Charts::SeriesLayoutProperties::GetShowConnectorLines() +``` + +## Remarks + + +Only for Waterfall chart. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SeriesLayoutProperties](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/serieslayoutproperties/getshowinnerpoints/_index.md b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/getshowinnerpoints/_index.md new file mode 100644 index 00000000000..fad0c67f192 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/getshowinnerpoints/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::SeriesLayoutProperties::GetShowInnerPoints method +linktitle: GetShowInnerPoints +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesLayoutProperties::GetShowInnerPoints method. Indicates whether to show non-outlier data points in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.charts/serieslayoutproperties/getshowinnerpoints/ +--- +## SeriesLayoutProperties::GetShowInnerPoints method + + +Indicates whether to show non-outlier data points. + +```cpp +bool Aspose::Cells::Charts::SeriesLayoutProperties::GetShowInnerPoints() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SeriesLayoutProperties](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/serieslayoutproperties/getshowmeanline/_index.md b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/getshowmeanline/_index.md new file mode 100644 index 00000000000..52d32c9bb56 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/getshowmeanline/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::SeriesLayoutProperties::GetShowMeanLine method +linktitle: GetShowMeanLine +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesLayoutProperties::GetShowMeanLine method. Indicates whether to show the line connecting all mean points in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.charts/serieslayoutproperties/getshowmeanline/ +--- +## SeriesLayoutProperties::GetShowMeanLine method + + +Indicates whether to show the line connecting all mean points. + +```cpp +bool Aspose::Cells::Charts::SeriesLayoutProperties::GetShowMeanLine() +``` + +## Remarks + + +Only works for BoxWhisker chart. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SeriesLayoutProperties](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/serieslayoutproperties/getshowmeanmarker/_index.md b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/getshowmeanmarker/_index.md new file mode 100644 index 00000000000..4a31e526ecc --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/getshowmeanmarker/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::SeriesLayoutProperties::GetShowMeanMarker method +linktitle: GetShowMeanMarker +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesLayoutProperties::GetShowMeanMarker method. Indicates whether markers denoting the mean are shown in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.charts/serieslayoutproperties/getshowmeanmarker/ +--- +## SeriesLayoutProperties::GetShowMeanMarker method + + +Indicates whether markers denoting the mean are shown. + +```cpp +bool Aspose::Cells::Charts::SeriesLayoutProperties::GetShowMeanMarker() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SeriesLayoutProperties](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/serieslayoutproperties/getshowoutlierpoints/_index.md b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/getshowoutlierpoints/_index.md new file mode 100644 index 00000000000..75e937d2be8 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/getshowoutlierpoints/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::SeriesLayoutProperties::GetShowOutlierPoints method +linktitle: GetShowOutlierPoints +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesLayoutProperties::GetShowOutlierPoints method. Indicates whether outlier data points are shown in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.charts/serieslayoutproperties/getshowoutlierpoints/ +--- +## SeriesLayoutProperties::GetShowOutlierPoints method + + +Indicates whether outlier data points are shown. + +```cpp +bool Aspose::Cells::Charts::SeriesLayoutProperties::GetShowOutlierPoints() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SeriesLayoutProperties](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/serieslayoutproperties/getsubtotals/_index.md b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/getsubtotals/_index.md new file mode 100644 index 00000000000..381bf1f216b --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/getsubtotals/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::SeriesLayoutProperties::GetSubtotals method +linktitle: GetSubtotals +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesLayoutProperties::GetSubtotals method. Represents the index of a subtotal data point in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.charts/serieslayoutproperties/getsubtotals/ +--- +## SeriesLayoutProperties::GetSubtotals method + + +Represents the index of a subtotal data point. + +```cpp +Vector Aspose::Cells::Charts::SeriesLayoutProperties::GetSubtotals() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SeriesLayoutProperties](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/serieslayoutproperties/isintervalleftclosed/_index.md b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/isintervalleftclosed/_index.md new file mode 100644 index 00000000000..0bd4c139471 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/isintervalleftclosed/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::SeriesLayoutProperties::IsIntervalLeftClosed method +linktitle: IsIntervalLeftClosed +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesLayoutProperties::IsIntervalLeftClosed method. Indicates whether the interval is closed on the left side in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.charts/serieslayoutproperties/isintervalleftclosed/ +--- +## SeriesLayoutProperties::IsIntervalLeftClosed method + + +Indicates whether the interval is closed on the left side. + +```cpp +bool Aspose::Cells::Charts::SeriesLayoutProperties::IsIntervalLeftClosed() +``` + +## Remarks + + +Only for ParetoLine chart. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SeriesLayoutProperties](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/serieslayoutproperties/isnull/_index.md b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/isnull/_index.md new file mode 100644 index 00000000000..88909ff3dfa --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::SeriesLayoutProperties::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesLayoutProperties::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.charts/serieslayoutproperties/isnull/ +--- +## SeriesLayoutProperties::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Charts::SeriesLayoutProperties::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SeriesLayoutProperties](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/serieslayoutproperties/operator_asm/_index.md b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/operator_asm/_index.md new file mode 100644 index 00000000000..8016e0da9c7 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::SeriesLayoutProperties::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesLayoutProperties::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.charts/serieslayoutproperties/operator_asm/ +--- +## SeriesLayoutProperties::operator= method + + +operator= + +```cpp +SeriesLayoutProperties & Aspose::Cells::Charts::SeriesLayoutProperties::operator=(const SeriesLayoutProperties &src) +``` + +## See Also + +* Class [SeriesLayoutProperties](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [SeriesLayoutProperties](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/serieslayoutproperties/operator_bool/_index.md b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/operator_bool/_index.md new file mode 100644 index 00000000000..9ea74a95c2d --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::SeriesLayoutProperties::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesLayoutProperties::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.charts/serieslayoutproperties/operator_bool/ +--- +## SeriesLayoutProperties::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Charts::SeriesLayoutProperties::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [SeriesLayoutProperties](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/serieslayoutproperties/serieslayoutproperties/_index.md b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/serieslayoutproperties/_index.md new file mode 100644 index 00000000000..2b02a827c42 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/serieslayoutproperties/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::Charts::SeriesLayoutProperties::SeriesLayoutProperties constructor +linktitle: SeriesLayoutProperties +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesLayoutProperties::SeriesLayoutProperties constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.charts/serieslayoutproperties/serieslayoutproperties/ +--- +## SeriesLayoutProperties::SeriesLayoutProperties() constructor + + +Default constructor. + +```cpp +Aspose::Cells::Charts::SeriesLayoutProperties::SeriesLayoutProperties() +``` + +## See Also + +* Class [SeriesLayoutProperties](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## SeriesLayoutProperties::SeriesLayoutProperties(SeriesLayoutProperties_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Charts::SeriesLayoutProperties::SeriesLayoutProperties(SeriesLayoutProperties_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SeriesLayoutProperties](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## SeriesLayoutProperties::SeriesLayoutProperties(const SeriesLayoutProperties\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Charts::SeriesLayoutProperties::SeriesLayoutProperties(const SeriesLayoutProperties &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SeriesLayoutProperties](../) +* Class [SeriesLayoutProperties](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/serieslayoutproperties/setisintervalleftclosed/_index.md b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/setisintervalleftclosed/_index.md new file mode 100644 index 00000000000..fbebd5ca6cd --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/setisintervalleftclosed/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::SeriesLayoutProperties::SetIsIntervalLeftClosed method +linktitle: SetIsIntervalLeftClosed +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesLayoutProperties::SetIsIntervalLeftClosed method. Indicates whether the interval is closed on the left side in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.charts/serieslayoutproperties/setisintervalleftclosed/ +--- +## SeriesLayoutProperties::SetIsIntervalLeftClosed method + + +Indicates whether the interval is closed on the left side. + +```cpp +void Aspose::Cells::Charts::SeriesLayoutProperties::SetIsIntervalLeftClosed(bool value) +``` + +## Remarks + + +Only for ParetoLine chart. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SeriesLayoutProperties](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/serieslayoutproperties/setmapchartprojectiontype/_index.md b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/setmapchartprojectiontype/_index.md new file mode 100644 index 00000000000..e3be9d4967b --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/setmapchartprojectiontype/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::SeriesLayoutProperties::SetMapChartProjectionType method +linktitle: SetMapChartProjectionType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesLayoutProperties::SetMapChartProjectionType method. Gets and sets the projection type of the map in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.charts/serieslayoutproperties/setmapchartprojectiontype/ +--- +## SeriesLayoutProperties::SetMapChartProjectionType method + + +Gets and sets the projection type of the map. + +```cpp +void Aspose::Cells::Charts::SeriesLayoutProperties::SetMapChartProjectionType(MapChartProjectionType value) +``` + +## Remarks + + +Only for map chart. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [MapChartProjectionType](../../mapchartprojectiontype/) +* Class [SeriesLayoutProperties](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/serieslayoutproperties/setmapchartregiontype/_index.md b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/setmapchartregiontype/_index.md new file mode 100644 index 00000000000..df2c5a4a4d4 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/setmapchartregiontype/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::SeriesLayoutProperties::SetMapChartRegionType method +linktitle: SetMapChartRegionType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesLayoutProperties::SetMapChartRegionType method. Gets and sets the region type of the map in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.charts/serieslayoutproperties/setmapchartregiontype/ +--- +## SeriesLayoutProperties::SetMapChartRegionType method + + +Gets and sets the region type of the map. + +```cpp +void Aspose::Cells::Charts::SeriesLayoutProperties::SetMapChartRegionType(MapChartRegionType value) +``` + +## Remarks + + +Only for map chart. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [MapChartRegionType](../../mapchartregiontype/) +* Class [SeriesLayoutProperties](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/serieslayoutproperties/setmaplabellayout/_index.md b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/setmaplabellayout/_index.md new file mode 100644 index 00000000000..aad588562b4 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/setmaplabellayout/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::SeriesLayoutProperties::SetMapLabelLayout method +linktitle: SetMapLabelLayout +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesLayoutProperties::SetMapLabelLayout method. Gets and sets the layout of map labels in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.charts/serieslayoutproperties/setmaplabellayout/ +--- +## SeriesLayoutProperties::SetMapLabelLayout method + + +Gets and sets the layout of map labels. + +```cpp +void Aspose::Cells::Charts::SeriesLayoutProperties::SetMapLabelLayout(MapChartLabelLayout value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [MapChartLabelLayout](../../mapchartlabellayout/) +* Class [SeriesLayoutProperties](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/serieslayoutproperties/setquartilecalculation/_index.md b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/setquartilecalculation/_index.md new file mode 100644 index 00000000000..f111ab7fd94 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/setquartilecalculation/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::SeriesLayoutProperties::SetQuartileCalculation method +linktitle: SetQuartileCalculation +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesLayoutProperties::SetQuartileCalculation method. Represents the statistical properties for the series in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.charts/serieslayoutproperties/setquartilecalculation/ +--- +## SeriesLayoutProperties::SetQuartileCalculation method + + +Represents the statistical properties for the series. + +```cpp +void Aspose::Cells::Charts::SeriesLayoutProperties::SetQuartileCalculation(QuartileCalculationType value) +``` + +## Remarks + + +Only applicable to BoxWhisker chart. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [QuartileCalculationType](../../quartilecalculationtype/) +* Class [SeriesLayoutProperties](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/serieslayoutproperties/setshowconnectorlines/_index.md b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/setshowconnectorlines/_index.md new file mode 100644 index 00000000000..113ded08ec4 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/setshowconnectorlines/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::SeriesLayoutProperties::SetShowConnectorLines method +linktitle: SetShowConnectorLines +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesLayoutProperties::SetShowConnectorLines method. Indicates whether connector lines are shown between data points in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.charts/serieslayoutproperties/setshowconnectorlines/ +--- +## SeriesLayoutProperties::SetShowConnectorLines method + + +Indicates whether connector lines are shown between data points. + +```cpp +void Aspose::Cells::Charts::SeriesLayoutProperties::SetShowConnectorLines(bool value) +``` + +## Remarks + + +Only for Waterfall chart. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SeriesLayoutProperties](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/serieslayoutproperties/setshowinnerpoints/_index.md b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/setshowinnerpoints/_index.md new file mode 100644 index 00000000000..d2f53adaaa8 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/setshowinnerpoints/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::SeriesLayoutProperties::SetShowInnerPoints method +linktitle: SetShowInnerPoints +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesLayoutProperties::SetShowInnerPoints method. Indicates whether to show non-outlier data points in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.charts/serieslayoutproperties/setshowinnerpoints/ +--- +## SeriesLayoutProperties::SetShowInnerPoints method + + +Indicates whether to show non-outlier data points. + +```cpp +void Aspose::Cells::Charts::SeriesLayoutProperties::SetShowInnerPoints(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SeriesLayoutProperties](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/serieslayoutproperties/setshowmeanline/_index.md b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/setshowmeanline/_index.md new file mode 100644 index 00000000000..e0fa430c2ab --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/setshowmeanline/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::SeriesLayoutProperties::SetShowMeanLine method +linktitle: SetShowMeanLine +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesLayoutProperties::SetShowMeanLine method. Indicates whether to show the line connecting all mean points in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.charts/serieslayoutproperties/setshowmeanline/ +--- +## SeriesLayoutProperties::SetShowMeanLine method + + +Indicates whether to show the line connecting all mean points. + +```cpp +void Aspose::Cells::Charts::SeriesLayoutProperties::SetShowMeanLine(bool value) +``` + +## Remarks + + +Only works for BoxWhisker chart. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SeriesLayoutProperties](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/serieslayoutproperties/setshowmeanmarker/_index.md b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/setshowmeanmarker/_index.md new file mode 100644 index 00000000000..b522e19247b --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/setshowmeanmarker/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::SeriesLayoutProperties::SetShowMeanMarker method +linktitle: SetShowMeanMarker +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesLayoutProperties::SetShowMeanMarker method. Indicates whether markers denoting the mean are shown in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.charts/serieslayoutproperties/setshowmeanmarker/ +--- +## SeriesLayoutProperties::SetShowMeanMarker method + + +Indicates whether markers denoting the mean are shown. + +```cpp +void Aspose::Cells::Charts::SeriesLayoutProperties::SetShowMeanMarker(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SeriesLayoutProperties](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/serieslayoutproperties/setshowoutlierpoints/_index.md b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/setshowoutlierpoints/_index.md new file mode 100644 index 00000000000..4e4f6cd650d --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/setshowoutlierpoints/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::SeriesLayoutProperties::SetShowOutlierPoints method +linktitle: SetShowOutlierPoints +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesLayoutProperties::SetShowOutlierPoints method. Indicates whether outlier data points are shown in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.charts/serieslayoutproperties/setshowoutlierpoints/ +--- +## SeriesLayoutProperties::SetShowOutlierPoints method + + +Indicates whether outlier data points are shown. + +```cpp +void Aspose::Cells::Charts::SeriesLayoutProperties::SetShowOutlierPoints(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SeriesLayoutProperties](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/serieslayoutproperties/setsubtotals/_index.md b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/setsubtotals/_index.md new file mode 100644 index 00000000000..334acada93c --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/setsubtotals/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::SeriesLayoutProperties::SetSubtotals method +linktitle: SetSubtotals +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesLayoutProperties::SetSubtotals method. Represents the index of a subtotal data point in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.charts/serieslayoutproperties/setsubtotals/ +--- +## SeriesLayoutProperties::SetSubtotals method + + +Represents the index of a subtotal data point. + +```cpp +void Aspose::Cells::Charts::SeriesLayoutProperties::SetSubtotals(const Vector &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SeriesLayoutProperties](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/serieslayoutproperties/~serieslayoutproperties/_index.md b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/~serieslayoutproperties/_index.md new file mode 100644 index 00000000000..61ce8977722 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/serieslayoutproperties/~serieslayoutproperties/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::SeriesLayoutProperties::~SeriesLayoutProperties method +linktitle: ~SeriesLayoutProperties +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SeriesLayoutProperties::~SeriesLayoutProperties method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.charts/serieslayoutproperties/~serieslayoutproperties/ +--- +## SeriesLayoutProperties::~SeriesLayoutProperties method + + +Destructor. + +```cpp +Aspose::Cells::Charts::SeriesLayoutProperties::~SeriesLayoutProperties() +``` + +## See Also + +* Class [SeriesLayoutProperties](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparkline/_impl/_index.md b/spanish/cpp/aspose.cells.charts/sparkline/_impl/_index.md new file mode 100644 index 00000000000..9150d57a615 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparkline/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::Sparkline::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Sparkline::_impl field. The implementation object in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.charts/sparkline/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +Sparkline_Impl* Aspose::Cells::Charts::Sparkline::_impl +``` + +## See Also + +* Class [Sparkline](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparkline/_index.md b/spanish/cpp/aspose.cells.charts/sparkline/_index.md new file mode 100644 index 00000000000..ac3f77d8353 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparkline/_index.md @@ -0,0 +1,76 @@ +--- +title: Aspose::Cells::Charts::Sparkline class +linktitle: Sparkline +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Sparkline class. A sparkline represents a tiny chart or graphic in a worksheet cell that provides a visual representation of data in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.charts/sparkline/ +--- +## Sparkline class + + +A sparkline represents a tiny chart or graphic in a worksheet cell that provides a visual representation of data. + +```cpp +class Sparkline +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetColumn()](./getcolumn/) | Gets the column index of the sparkline. | +| [GetDataRange()](./getdatarange/) | Represents the data range of the sparkline. | +| [GetRow()](./getrow/) | Gets the row index of the sparkline. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const Sparkline\& src)](./operator_asm/) | operator= | +| [SetDataRange(const U16String\& value)](./setdatarange/) | Represents the data range of the sparkline. | +| [SetDataRange(const char16_t* value)](./setdatarange/) | Represents the data range of the sparkline. | +| [Sparkline(Sparkline_Impl* impl)](./sparkline/) | Constructs from an implementation object. | +| [Sparkline(const Sparkline\& src)](./sparkline/) | Copy constructor. | +| [ToImage(const U16String\& fileName, const ImageOrPrintOptions\& options)](./toimage/) | Converts a sparkline to an image. | +| [ToImage(const char16_t* fileName, const ImageOrPrintOptions\& options)](./toimage/) | Converts a sparkline to an image. | +| [ToImage(const ImageOrPrintOptions\& options)](./toimage/) | Converts a sparkline to an image. | +| [~Sparkline()](./~sparkline/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook book; +Worksheet sheet = book.GetWorksheets().Get(0); + +sheet.GetCells().Get(u"A1").PutValue(5); +sheet.GetCells().Get(u"B1").PutValue(2); +sheet.GetCells().Get(u"C1").PutValue(1); +sheet.GetCells().Get(u"D1").PutValue(3); + +// Definir el CellArea +CellArea ca; +ca.StartColumn = 4; +ca.EndColumn = 4; +ca.StartRow = 0; +ca.EndRow = 0; + +int idx = sheet.GetSparklineGroups().Add(SparklineType::Line, sheet.GetName() + u"!A1:D1", false, ca); + +SparklineGroup group = sheet.GetSparklineGroups().Get(idx); +idx = group.GetSparklines().Add(sheet.GetName() + u"!A1:D1", 0, 4); +Sparkline line = group.GetSparklines().Get(idx); +std::cout << "Saprkline data range: " << line.GetDataRange().ToUtf8() << ", row: " << line.GetRow() << ", column: " << line.GetColumn() < Aspose::Cells::Charts::Sparkline::ToImage(const ImageOrPrintOptions &options) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| stream | const ImageOrPrintOptions\& | The image stream. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageOrPrintOptions](../../../aspose.cells.rendering/imageorprintoptions/) +* Class [Sparkline](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparkline/~sparkline/_index.md b/spanish/cpp/aspose.cells.charts/sparkline/~sparkline/_index.md new file mode 100644 index 00000000000..37f2dc9c548 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparkline/~sparkline/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::Sparkline::~Sparkline method +linktitle: ~Sparkline +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Sparkline::~Sparkline method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.charts/sparkline/~sparkline/ +--- +## Sparkline::~Sparkline method + + +Destructor. + +```cpp +Aspose::Cells::Charts::Sparkline::~Sparkline() +``` + +## See Also + +* Class [Sparkline](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklineaxisminmaxtype/_index.md b/spanish/cpp/aspose.cells.charts/sparklineaxisminmaxtype/_index.md new file mode 100644 index 00000000000..d3422a80e3b --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklineaxisminmaxtype/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Charts::SparklineAxisMinMaxType enum +linktitle: SparklineAxisMinMaxType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineAxisMinMaxType enum. Represents the minimum and maximum value types for the sparkline vertical axis in C++.' +type: docs +weight: 6100 +url: /es/cpp/aspose.cells.charts/sparklineaxisminmaxtype/ +--- +## SparklineAxisMinMaxType enum + + +Represents the minimum and maximum value types for the sparkline vertical axis. + +```cpp +enum class SparklineAxisMinMaxType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| AutoIndividual | 0 |
Automatic for each sparkline. | +| Group | 1 |
Same for all sparklines in the group. | +| Custom | 2 |
Custom value for sparkline. | + +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinecollection/_impl/_index.md b/spanish/cpp/aspose.cells.charts/sparklinecollection/_impl/_index.md new file mode 100644 index 00000000000..1db49b64ee6 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinecollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::SparklineCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineCollection::_impl field. The implementation object in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.charts/sparklinecollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +SparklineCollection_Impl* Aspose::Cells::Charts::SparklineCollection::_impl +``` + +## See Also + +* Class [SparklineCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinecollection/_index.md b/spanish/cpp/aspose.cells.charts/sparklinecollection/_index.md new file mode 100644 index 00000000000..89585a2e3f5 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinecollection/_index.md @@ -0,0 +1,71 @@ +--- +title: Aspose::Cells::Charts::SparklineCollection class +linktitle: SparklineCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineCollection class. Encapsulates a collection of Sparkline objects in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells.charts/sparklinecollection/ +--- +## SparklineCollection class + + +Encapsulates a collection of [Sparkline](../sparkline/) objects. + +```cpp +class SparklineCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add(const U16String\& dataRange, int32_t row, int32_t column)](./add/) | Add a sparkline. | +| [Add(const char16_t* dataRange, int32_t row, int32_t column)](./add/) | Add a sparkline. | +| [Get(int32_t index)](./get/) | Gets the [Sparkline](../sparkline/) element at the specified index. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const SparklineCollection\& src)](./operator_asm/) | operator= | +| [Remove(const Aspose::Cells::Object\& o)](./remove/) | **(Deprecated)** Removes the sparkline. | +| [RemoveSparkline(const Sparkline\& o)](./removesparkline/) | Removes the sparkline. | +| [SparklineCollection(SparklineCollection_Impl* impl)](./sparklinecollection/) | Constructs from an implementation object. | +| [SparklineCollection(const SparklineCollection\& src)](./sparklinecollection/) | Copy constructor. | +| [~SparklineCollection()](./~sparklinecollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook book; +Worksheet sheet = book.GetWorksheets().Get(0); + +sheet.GetCells().Get(u"A1").PutValue(5); +sheet.GetCells().Get(u"B1").PutValue(2); +sheet.GetCells().Get(u"C1").PutValue(1); +sheet.GetCells().Get(u"D1").PutValue(3); + +// Definir el CellArea +CellArea ca; +ca.StartColumn = 4; +ca.EndColumn = 4; +ca.StartRow = 0; +ca.EndRow = 0; + +int idx = sheet.GetSparklineGroups().Add(SparklineType::Line, sheet.GetName() + u"!A1:D1", false, ca); +SparklineGroup group = sheet.GetSparklineGroups().Get(idx); +group.GetSparklines().Add(sheet.GetName() + u"!A1:D1", 0, 4); +book.Save(u"output.xlsx", SaveFormat::Xlsx); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinecollection/add/_index.md b/spanish/cpp/aspose.cells.charts/sparklinecollection/add/_index.md new file mode 100644 index 00000000000..8563def88e0 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinecollection/add/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::Charts::SparklineCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineCollection::Add method. Add a sparkline in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.charts/sparklinecollection/add/ +--- +## SparklineCollection::Add(const U16String\&, int32_t, int32_t) method + + +Add a sparkline. + +```cpp +int32_t Aspose::Cells::Charts::SparklineCollection::Add(const U16String &dataRange, int32_t row, int32_t column) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| dataRange | const U16String\& | Specifies the new data range of the sparkline. | +| row | int32_t | The row index of the location. | +| column | int32_t | The column index of the location. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SparklineCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## SparklineCollection::Add(const char16_t*, int32_t, int32_t) method + + +Add a sparkline. + +```cpp +int32_t Aspose::Cells::Charts::SparklineCollection::Add(const char16_t *dataRange, int32_t row, int32_t column) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| dataRange | const char16_t* | Specifies the new data range of the sparkline. | +| row | int32_t | The row index of the location. | +| column | int32_t | The column index of the location. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SparklineCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinecollection/get/_index.md b/spanish/cpp/aspose.cells.charts/sparklinecollection/get/_index.md new file mode 100644 index 00000000000..d7793a9f7f3 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinecollection/get/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::SparklineCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineCollection::Get method. Gets the Sparkline element at the specified index in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.charts/sparklinecollection/get/ +--- +## SparklineCollection::Get method + + +Gets the [Sparkline](../../sparkline/) element at the specified index. + +```cpp +Sparkline Aspose::Cells::Charts::SparklineCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The zero based index of the element. | + +## ReturnValue + +The element at the specified index. + +## See Also + +* Class [Sparkline](../../sparkline/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [SparklineCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinecollection/getcount/_index.md b/spanish/cpp/aspose.cells.charts/sparklinecollection/getcount/_index.md new file mode 100644 index 00000000000..09153790695 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinecollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::SparklineCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::Charts::SparklineCollection class in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.charts/sparklinecollection/getcount/ +--- +## SparklineCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::Charts::SparklineCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SparklineCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinecollection/isnull/_index.md b/spanish/cpp/aspose.cells.charts/sparklinecollection/isnull/_index.md new file mode 100644 index 00000000000..9390f31201a --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinecollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::SparklineCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.charts/sparklinecollection/isnull/ +--- +## SparklineCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Charts::SparklineCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SparklineCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinecollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.charts/sparklinecollection/operator_asm/_index.md new file mode 100644 index 00000000000..40eb46e2e9a --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinecollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::SparklineCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.charts/sparklinecollection/operator_asm/ +--- +## SparklineCollection::operator= method + + +operator= + +```cpp +SparklineCollection & Aspose::Cells::Charts::SparklineCollection::operator=(const SparklineCollection &src) +``` + +## See Also + +* Class [SparklineCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [SparklineCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinecollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.charts/sparklinecollection/operator_bool/_index.md new file mode 100644 index 00000000000..bf5c470fe3a --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinecollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::SparklineCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.charts/sparklinecollection/operator_bool/ +--- +## SparklineCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Charts::SparklineCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [SparklineCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinecollection/remove/_index.md b/spanish/cpp/aspose.cells.charts/sparklinecollection/remove/_index.md new file mode 100644 index 00000000000..fc9b4810a49 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinecollection/remove/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Charts::SparklineCollection::Remove method +linktitle: Remove +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineCollection::Remove method. Removes the sparkline in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.charts/sparklinecollection/remove/ +--- +## SparklineCollection::Remove method + + +Removes the sparkline. + + +>Deprecated +> +>Use SparklineCollection.RemoveSparkline(Sparkline) method instead. +```cpp +void Aspose::Cells::Charts::SparklineCollection::Remove(const Aspose::Cells::Object &o) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| o | const Aspose::Cells::Object\& | | +## Remarks + + + +NOTE: This member is now obsolete. Instead, please use [RemoveSparkline()](../removesparkline/) method. This method will be removed 6 months later since December 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Object](../../../aspose.cells/object/) +* Class [SparklineCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinecollection/removesparkline/_index.md b/spanish/cpp/aspose.cells.charts/sparklinecollection/removesparkline/_index.md new file mode 100644 index 00000000000..06fe23527f8 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinecollection/removesparkline/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Charts::SparklineCollection::RemoveSparkline method +linktitle: RemoveSparkline +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineCollection::RemoveSparkline method. Removes the sparkline in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.charts/sparklinecollection/removesparkline/ +--- +## SparklineCollection::RemoveSparkline method + + +Removes the sparkline. + +```cpp +void Aspose::Cells::Charts::SparklineCollection::RemoveSparkline(const Sparkline &o) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| o | const Sparkline\& | | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Sparkline](../../sparkline/) +* Class [SparklineCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinecollection/sparklinecollection/_index.md b/spanish/cpp/aspose.cells.charts/sparklinecollection/sparklinecollection/_index.md new file mode 100644 index 00000000000..f48f35cbcf7 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinecollection/sparklinecollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Charts::SparklineCollection::SparklineCollection constructor +linktitle: SparklineCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineCollection::SparklineCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.charts/sparklinecollection/sparklinecollection/ +--- +## SparklineCollection::SparklineCollection(SparklineCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Charts::SparklineCollection::SparklineCollection(SparklineCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SparklineCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## SparklineCollection::SparklineCollection(const SparklineCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Charts::SparklineCollection::SparklineCollection(const SparklineCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SparklineCollection](../) +* Class [SparklineCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinecollection/~sparklinecollection/_index.md b/spanish/cpp/aspose.cells.charts/sparklinecollection/~sparklinecollection/_index.md new file mode 100644 index 00000000000..d3f36cec242 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinecollection/~sparklinecollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::SparklineCollection::~SparklineCollection method +linktitle: ~SparklineCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineCollection::~SparklineCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.charts/sparklinecollection/~sparklinecollection/ +--- +## SparklineCollection::~SparklineCollection method + + +Destructor. + +```cpp +Aspose::Cells::Charts::SparklineCollection::~SparklineCollection() +``` + +## See Also + +* Class [SparklineCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/_impl/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/_impl/_index.md new file mode 100644 index 00000000000..14b53976dbc --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::_impl field. The implementation object in C++.' +type: docs +weight: 6000 +url: /es/cpp/aspose.cells.charts/sparklinegroup/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +SparklineGroup_Impl* Aspose::Cells::Charts::SparklineGroup::_impl +``` + +## See Also + +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/_index.md new file mode 100644 index 00000000000..61d8eb4a2c1 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/_index.md @@ -0,0 +1,132 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup class +linktitle: SparklineGroup +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup class. Sparkline is organized into a sparkline group. A SparklineGroup contains a variable number of sparkline items. A sparkline group specifies the type, display settings and axis settings for the sparklines in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells.charts/sparklinegroup/ +--- +## SparklineGroup class + + +[Sparkline](../sparkline/) is organized into a sparkline group. A [SparklineGroup](./) contains a variable number of sparkline items. A sparkline group specifies the type, display settings and axis settings for the sparklines. + +```cpp +class SparklineGroup +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetDisplayHidden()](./getdisplayhidden/) | Indicates whether to show data in hidden rows and columns. | +| [GetFirstPointColor()](./getfirstpointcolor/) | Gets and sets the color of the first point of data in the sparkline group. | +| [GetHighPointColor()](./gethighpointcolor/) | Gets and sets the color of the highest points of data in the sparkline group. | +| [GetHorizontalAxisColor()](./gethorizontalaxiscolor/) | Gets and sets the color of the horizontal axis in the sparkline group. | +| [GetHorizontalAxisDateRange()](./gethorizontalaxisdaterange/) | Represents the range that contains the date values for the sparkline data. | +| [GetLastPointColor()](./getlastpointcolor/) | Gets and sets the color of the last point of data in the sparkline group. | +| [GetLineWeight()](./getlineweight/) | Gets and sets the line weight in each line sparkline in the sparkline group, in the unit of points. | +| [GetLowPointColor()](./getlowpointcolor/) | Gets and sets the color of the lowest points of data in the sparkline group. | +| [GetMarkersColor()](./getmarkerscolor/) | Gets and sets the color of points in each line sparkline in the sparkline group. | +| [GetNegativePointsColor()](./getnegativepointscolor/) | Gets and sets the color of the negative values on the sparkline group. | +| [GetPlotEmptyCellsType()](./getplotemptycellstype/) | Indicates how to plot empty cells. | +| [GetPlotRightToLeft()](./getplotrighttoleft/) | Indicates whether the plot data is right to left. | +| [GetPresetStyle()](./getpresetstyle/) | Gets and sets the preset style type of the sparkline group. | +| [GetSeriesColor()](./getseriescolor/) | Gets and sets the color of the sparklines in the sparkline group. | +| [GetShowFirstPoint()](./getshowfirstpoint/) | Indicates whether to highlight the first point of data in the sparkline group. | +| [GetShowHighPoint()](./getshowhighpoint/) | Indicates whether to highlight the highest points of data in the sparkline group. | +| [GetShowHorizontalAxis()](./getshowhorizontalaxis/) | Indicates whether to show the sparkline horizontal axis. The horizontal axis appears if the sparkline has data that crosses the zero axis. | +| [GetShowLastPoint()](./getshowlastpoint/) | Indicates whether to highlight the last point of data in the sparkline group. | +| [GetShowLowPoint()](./getshowlowpoint/) | Indicates whether to highlight the lowest points of data in the sparkline group. | +| [GetShowMarkers()](./getshowmarkers/) | Indicates whether to highlight each point in each line sparkline in the sparkline group. | +| [GetShowNegativePoints()](./getshownegativepoints/) | Indicates whether to highlight the negative values on the sparkline group with a different color or marker. | +| [GetSparklines()](./getsparklines/) | Gets the collection of [Sparkline](../sparkline/) object. | +| [GetType()](./gettype/) | Indicates the sparkline type of the sparkline group. | +| [GetVerticalAxisMaxValue()](./getverticalaxismaxvalue/) | Gets and sets the custom maximum value for the vertical axis. | +| [GetVerticalAxisMaxValueType()](./getverticalaxismaxvaluetype/) | Represents the vertical axis maximum value type. | +| [GetVerticalAxisMinValue()](./getverticalaxisminvalue/) | Gets and sets the custom minimum value for the vertical axis. | +| [GetVerticalAxisMinValueType()](./getverticalaxisminvaluetype/) | Represents the vertical axis minimum value type. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const SparklineGroup\& src)](./operator_asm/) | operator= | +| [ResetRanges(const U16String\& dataRange, bool isVertical, const CellArea\& locationRange)](./resetranges/) | Resets the data range and location range of the sparkline group. This method will clear original sparkline items in the group and creates new sparkline items for the new ranges. | +| [ResetRanges(const char16_t* dataRange, bool isVertical, const CellArea\& locationRange)](./resetranges/) | Resets the data range and location range of the sparkline group. This method will clear original sparkline items in the group and creates new sparkline items for the new ranges. | +| [SetDisplayHidden(bool value)](./setdisplayhidden/) | Indicates whether to show data in hidden rows and columns. | +| [SetFirstPointColor(const CellsColor\& value)](./setfirstpointcolor/) | Gets and sets the color of the first point of data in the sparkline group. | +| [SetHighPointColor(const CellsColor\& value)](./sethighpointcolor/) | Gets and sets the color of the highest points of data in the sparkline group. | +| [SetHorizontalAxisColor(const CellsColor\& value)](./sethorizontalaxiscolor/) | Gets and sets the color of the horizontal axis in the sparkline group. | +| [SetHorizontalAxisDateRange(const U16String\& value)](./sethorizontalaxisdaterange/) | Represents the range that contains the date values for the sparkline data. | +| [SetHorizontalAxisDateRange(const char16_t* value)](./sethorizontalaxisdaterange/) | Represents the range that contains the date values for the sparkline data. | +| [SetLastPointColor(const CellsColor\& value)](./setlastpointcolor/) | Gets and sets the color of the last point of data in the sparkline group. | +| [SetLineWeight(double value)](./setlineweight/) | Gets and sets the line weight in each line sparkline in the sparkline group, in the unit of points. | +| [SetLowPointColor(const CellsColor\& value)](./setlowpointcolor/) | Gets and sets the color of the lowest points of data in the sparkline group. | +| [SetMarkersColor(const CellsColor\& value)](./setmarkerscolor/) | Gets and sets the color of points in each line sparkline in the sparkline group. | +| [SetNegativePointsColor(const CellsColor\& value)](./setnegativepointscolor/) | Gets and sets the color of the negative values on the sparkline group. | +| [SetPlotEmptyCellsType(PlotEmptyCellsType value)](./setplotemptycellstype/) | Indicates how to plot empty cells. | +| [SetPlotRightToLeft(bool value)](./setplotrighttoleft/) | Indicates whether the plot data is right to left. | +| [SetPresetStyle(SparklinePresetStyleType value)](./setpresetstyle/) | Gets and sets the preset style type of the sparkline group. | +| [SetSeriesColor(const CellsColor\& value)](./setseriescolor/) | Gets and sets the color of the sparklines in the sparkline group. | +| [SetShowFirstPoint(bool value)](./setshowfirstpoint/) | Indicates whether to highlight the first point of data in the sparkline group. | +| [SetShowHighPoint(bool value)](./setshowhighpoint/) | Indicates whether to highlight the highest points of data in the sparkline group. | +| [SetShowHorizontalAxis(bool value)](./setshowhorizontalaxis/) | Indicates whether to show the sparkline horizontal axis. The horizontal axis appears if the sparkline has data that crosses the zero axis. | +| [SetShowLastPoint(bool value)](./setshowlastpoint/) | Indicates whether to highlight the last point of data in the sparkline group. | +| [SetShowLowPoint(bool value)](./setshowlowpoint/) | Indicates whether to highlight the lowest points of data in the sparkline group. | +| [SetShowMarkers(bool value)](./setshowmarkers/) | Indicates whether to highlight each point in each line sparkline in the sparkline group. | +| [SetShowNegativePoints(bool value)](./setshownegativepoints/) | Indicates whether to highlight the negative values on the sparkline group with a different color or marker. | +| [SetType(SparklineType value)](./settype/) | Indicates the sparkline type of the sparkline group. | +| [SetVerticalAxisMaxValue(double value)](./setverticalaxismaxvalue/) | Gets and sets the custom maximum value for the vertical axis. | +| [SetVerticalAxisMaxValueType(SparklineAxisMinMaxType value)](./setverticalaxismaxvaluetype/) | Represents the vertical axis maximum value type. | +| [SetVerticalAxisMinValue(double value)](./setverticalaxisminvalue/) | Gets and sets the custom minimum value for the vertical axis. | +| [SetVerticalAxisMinValueType(SparklineAxisMinMaxType value)](./setverticalaxisminvaluetype/) | Represents the vertical axis minimum value type. | +| [SparklineGroup(SparklineGroup_Impl* impl)](./sparklinegroup/) | Constructs from an implementation object. | +| [SparklineGroup(const SparklineGroup\& src)](./sparklinegroup/) | Copy constructor. | +| [~SparklineGroup()](./~sparklinegroup/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook book; +Worksheet sheet = book.GetWorksheets().Get(0); + +sheet.GetCells().Get(u"A1").PutValue(5); +sheet.GetCells().Get(u"B1").PutValue(2); +sheet.GetCells().Get(u"C1").PutValue(1); +sheet.GetCells().Get(u"D1").PutValue(3); + +// Definir el CellArea +CellArea ca; +ca.StartColumn = 4; +ca.EndColumn = 4; +ca.StartRow = 0; +ca.EndRow = 0; +int idx = sheet.GetSparklineGroups().Add(SparklineType::Line, u"A1:D1", false, ca); +SparklineGroup group = sheet.GetSparklineGroups().Get(idx); +group.GetSparklines().Add(sheet.GetName() + u"!A1:D1", 0, 4); +// Crear CellsColor +CellsColor clr = book.CreateCellsColor(); +clr.SetColor(Color{ 0xff, 0xff, 0xa5, 0 });//Orange +group.SetSeriesColor(clr); + +// establecer que los puntos altos se coloreen de verde y los puntos bajos se coloreen de rojo +group.SetShowHighPoint(true); +group.SetShowLowPoint(true); +group.GetHighPointColor().SetColor(Color{0xff, 0, 0x80, 0});//Green +group.GetLowPointColor().SetColor(Color{0xff, 0xff, 0, 0});//Red +// establecer el grosor de línea +group.SetLineWeight(1.0); +book.Save(u"output.xlsx", SaveFormat::Xlsx); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/getdisplayhidden/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/getdisplayhidden/_index.md new file mode 100644 index 00000000000..37b1a0e3179 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/getdisplayhidden/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::GetDisplayHidden method +linktitle: GetDisplayHidden +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::GetDisplayHidden method. Indicates whether to show data in hidden rows and columns in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.charts/sparklinegroup/getdisplayhidden/ +--- +## SparklineGroup::GetDisplayHidden method + + +Indicates whether to show data in hidden rows and columns. + +```cpp +bool Aspose::Cells::Charts::SparklineGroup::GetDisplayHidden() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/getfirstpointcolor/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/getfirstpointcolor/_index.md new file mode 100644 index 00000000000..8a34422fe65 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/getfirstpointcolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::GetFirstPointColor method +linktitle: GetFirstPointColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::GetFirstPointColor method. Gets and sets the color of the first point of data in the sparkline group in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells.charts/sparklinegroup/getfirstpointcolor/ +--- +## SparklineGroup::GetFirstPointColor method + + +Gets and sets the color of the first point of data in the sparkline group. + +```cpp +CellsColor Aspose::Cells::Charts::SparklineGroup::GetFirstPointColor() +``` + +## See Also + +* Class [CellsColor](../../../aspose.cells/cellscolor/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/gethighpointcolor/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/gethighpointcolor/_index.md new file mode 100644 index 00000000000..d085f2b5dca --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/gethighpointcolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::GetHighPointColor method +linktitle: GetHighPointColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::GetHighPointColor method. Gets and sets the color of the highest points of data in the sparkline group in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.charts/sparklinegroup/gethighpointcolor/ +--- +## SparklineGroup::GetHighPointColor method + + +Gets and sets the color of the highest points of data in the sparkline group. + +```cpp +CellsColor Aspose::Cells::Charts::SparklineGroup::GetHighPointColor() +``` + +## See Also + +* Class [CellsColor](../../../aspose.cells/cellscolor/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/gethorizontalaxiscolor/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/gethorizontalaxiscolor/_index.md new file mode 100644 index 00000000000..1d783a1ba68 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/gethorizontalaxiscolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::GetHorizontalAxisColor method +linktitle: GetHorizontalAxisColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::GetHorizontalAxisColor method. Gets and sets the color of the horizontal axis in the sparkline group in C++.' +type: docs +weight: 4600 +url: /es/cpp/aspose.cells.charts/sparklinegroup/gethorizontalaxiscolor/ +--- +## SparklineGroup::GetHorizontalAxisColor method + + +Gets and sets the color of the horizontal axis in the sparkline group. + +```cpp +CellsColor Aspose::Cells::Charts::SparklineGroup::GetHorizontalAxisColor() +``` + +## See Also + +* Class [CellsColor](../../../aspose.cells/cellscolor/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/gethorizontalaxisdaterange/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/gethorizontalaxisdaterange/_index.md new file mode 100644 index 00000000000..8254c367959 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/gethorizontalaxisdaterange/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::GetHorizontalAxisDateRange method +linktitle: GetHorizontalAxisDateRange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::GetHorizontalAxisDateRange method. Represents the range that contains the date values for the sparkline data in C++.' +type: docs +weight: 5000 +url: /es/cpp/aspose.cells.charts/sparklinegroup/gethorizontalaxisdaterange/ +--- +## SparklineGroup::GetHorizontalAxisDateRange method + + +Represents the range that contains the date values for the sparkline data. + +```cpp +U16String Aspose::Cells::Charts::SparklineGroup::GetHorizontalAxisDateRange() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/getlastpointcolor/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/getlastpointcolor/_index.md new file mode 100644 index 00000000000..74dcab4c987 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/getlastpointcolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::GetLastPointColor method +linktitle: GetLastPointColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::GetLastPointColor method. Gets and sets the color of the last point of data in the sparkline group in C++.' +type: docs +weight: 3400 +url: /es/cpp/aspose.cells.charts/sparklinegroup/getlastpointcolor/ +--- +## SparklineGroup::GetLastPointColor method + + +Gets and sets the color of the last point of data in the sparkline group. + +```cpp +CellsColor Aspose::Cells::Charts::SparklineGroup::GetLastPointColor() +``` + +## See Also + +* Class [CellsColor](../../../aspose.cells/cellscolor/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/getlineweight/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/getlineweight/_index.md new file mode 100644 index 00000000000..fe53334b389 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/getlineweight/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::GetLineWeight method +linktitle: GetLineWeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::GetLineWeight method. Gets and sets the line weight in each line sparkline in the sparkline group, in the unit of points in C++.' +type: docs +weight: 4400 +url: /es/cpp/aspose.cells.charts/sparklinegroup/getlineweight/ +--- +## SparklineGroup::GetLineWeight method + + +Gets and sets the line weight in each line sparkline in the sparkline group, in the unit of points. + +```cpp +double Aspose::Cells::Charts::SparklineGroup::GetLineWeight() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/getlowpointcolor/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/getlowpointcolor/_index.md new file mode 100644 index 00000000000..22edb0a6873 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/getlowpointcolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::GetLowPointColor method +linktitle: GetLowPointColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::GetLowPointColor method. Gets and sets the color of the lowest points of data in the sparkline group in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.charts/sparklinegroup/getlowpointcolor/ +--- +## SparklineGroup::GetLowPointColor method + + +Gets and sets the color of the lowest points of data in the sparkline group. + +```cpp +CellsColor Aspose::Cells::Charts::SparklineGroup::GetLowPointColor() +``` + +## See Also + +* Class [CellsColor](../../../aspose.cells/cellscolor/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/getmarkerscolor/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/getmarkerscolor/_index.md new file mode 100644 index 00000000000..e0d66f0132c --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/getmarkerscolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::GetMarkersColor method +linktitle: GetMarkersColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::GetMarkersColor method. Gets and sets the color of points in each line sparkline in the sparkline group in C++.' +type: docs +weight: 3800 +url: /es/cpp/aspose.cells.charts/sparklinegroup/getmarkerscolor/ +--- +## SparklineGroup::GetMarkersColor method + + +Gets and sets the color of points in each line sparkline in the sparkline group. + +```cpp +CellsColor Aspose::Cells::Charts::SparklineGroup::GetMarkersColor() +``` + +## See Also + +* Class [CellsColor](../../../aspose.cells/cellscolor/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/getnegativepointscolor/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/getnegativepointscolor/_index.md new file mode 100644 index 00000000000..f9fb22e0e78 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/getnegativepointscolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::GetNegativePointsColor method +linktitle: GetNegativePointsColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::GetNegativePointsColor method. Gets and sets the color of the negative values on the sparkline group in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.charts/sparklinegroup/getnegativepointscolor/ +--- +## SparklineGroup::GetNegativePointsColor method + + +Gets and sets the color of the negative values on the sparkline group. + +```cpp +CellsColor Aspose::Cells::Charts::SparklineGroup::GetNegativePointsColor() +``` + +## See Also + +* Class [CellsColor](../../../aspose.cells/cellscolor/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/getplotemptycellstype/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/getplotemptycellstype/_index.md new file mode 100644 index 00000000000..f1335c74afc --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/getplotemptycellstype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::GetPlotEmptyCellsType method +linktitle: GetPlotEmptyCellsType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::GetPlotEmptyCellsType method. Indicates how to plot empty cells in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.charts/sparklinegroup/getplotemptycellstype/ +--- +## SparklineGroup::GetPlotEmptyCellsType method + + +Indicates how to plot empty cells. + +```cpp +PlotEmptyCellsType Aspose::Cells::Charts::SparklineGroup::GetPlotEmptyCellsType() +``` + +## See Also + +* Enum [PlotEmptyCellsType](../../plotemptycellstype/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/getplotrighttoleft/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/getplotrighttoleft/_index.md new file mode 100644 index 00000000000..81e2c7ea427 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/getplotrighttoleft/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::GetPlotRightToLeft method +linktitle: GetPlotRightToLeft +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::GetPlotRightToLeft method. Indicates whether the plot data is right to left in C++.' +type: docs +weight: 4200 +url: /es/cpp/aspose.cells.charts/sparklinegroup/getplotrighttoleft/ +--- +## SparklineGroup::GetPlotRightToLeft method + + +Indicates whether the plot data is right to left. + +```cpp +bool Aspose::Cells::Charts::SparklineGroup::GetPlotRightToLeft() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/getpresetstyle/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/getpresetstyle/_index.md new file mode 100644 index 00000000000..0585159682c --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/getpresetstyle/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::GetPresetStyle method +linktitle: GetPresetStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::GetPresetStyle method. Gets and sets the preset style type of the sparkline group in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.charts/sparklinegroup/getpresetstyle/ +--- +## SparklineGroup::GetPresetStyle method + + +Gets and sets the preset style type of the sparkline group. + +```cpp +SparklinePresetStyleType Aspose::Cells::Charts::SparklineGroup::GetPresetStyle() +``` + +## Remarks + + +If this property is set,these properties: SeriesColor,NegativePointsColor,HorizontalAxisColor,MarkersColor,FirstPointColor,LastPointColor,HighPointColor,LowPointColor will be covered. So please set property first ,then set others. +## See Also + +* Enum [SparklinePresetStyleType](../../sparklinepresetstyletype/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/getseriescolor/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/getseriescolor/_index.md new file mode 100644 index 00000000000..b77b40f39e0 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/getseriescolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::GetSeriesColor method +linktitle: GetSeriesColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::GetSeriesColor method. Gets and sets the color of the sparklines in the sparkline group in C++.' +type: docs +weight: 4000 +url: /es/cpp/aspose.cells.charts/sparklinegroup/getseriescolor/ +--- +## SparklineGroup::GetSeriesColor method + + +Gets and sets the color of the sparklines in the sparkline group. + +```cpp +CellsColor Aspose::Cells::Charts::SparklineGroup::GetSeriesColor() +``` + +## See Also + +* Class [CellsColor](../../../aspose.cells/cellscolor/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/getshowfirstpoint/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/getshowfirstpoint/_index.md new file mode 100644 index 00000000000..3cc3df954c2 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/getshowfirstpoint/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::GetShowFirstPoint method +linktitle: GetShowFirstPoint +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::GetShowFirstPoint method. Indicates whether to highlight the first point of data in the sparkline group in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells.charts/sparklinegroup/getshowfirstpoint/ +--- +## SparklineGroup::GetShowFirstPoint method + + +Indicates whether to highlight the first point of data in the sparkline group. + +```cpp +bool Aspose::Cells::Charts::SparklineGroup::GetShowFirstPoint() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/getshowhighpoint/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/getshowhighpoint/_index.md new file mode 100644 index 00000000000..07706505d1c --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/getshowhighpoint/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::GetShowHighPoint method +linktitle: GetShowHighPoint +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::GetShowHighPoint method. Indicates whether to highlight the highest points of data in the sparkline group in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.charts/sparklinegroup/getshowhighpoint/ +--- +## SparklineGroup::GetShowHighPoint method + + +Indicates whether to highlight the highest points of data in the sparkline group. + +```cpp +bool Aspose::Cells::Charts::SparklineGroup::GetShowHighPoint() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/getshowhorizontalaxis/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/getshowhorizontalaxis/_index.md new file mode 100644 index 00000000000..96d681dae1c --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/getshowhorizontalaxis/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::GetShowHorizontalAxis method +linktitle: GetShowHorizontalAxis +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::GetShowHorizontalAxis method. Indicates whether to show the sparkline horizontal axis. The horizontal axis appears if the sparkline has data that crosses the zero axis in C++.' +type: docs +weight: 4800 +url: /es/cpp/aspose.cells.charts/sparklinegroup/getshowhorizontalaxis/ +--- +## SparklineGroup::GetShowHorizontalAxis method + + +Indicates whether to show the sparkline horizontal axis. The horizontal axis appears if the sparkline has data that crosses the zero axis. + +```cpp +bool Aspose::Cells::Charts::SparklineGroup::GetShowHorizontalAxis() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/getshowlastpoint/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/getshowlastpoint/_index.md new file mode 100644 index 00000000000..bd0b9e02428 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/getshowlastpoint/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::GetShowLastPoint method +linktitle: GetShowLastPoint +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::GetShowLastPoint method. Indicates whether to highlight the last point of data in the sparkline group in C++.' +type: docs +weight: 3200 +url: /es/cpp/aspose.cells.charts/sparklinegroup/getshowlastpoint/ +--- +## SparklineGroup::GetShowLastPoint method + + +Indicates whether to highlight the last point of data in the sparkline group. + +```cpp +bool Aspose::Cells::Charts::SparklineGroup::GetShowLastPoint() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/getshowlowpoint/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/getshowlowpoint/_index.md new file mode 100644 index 00000000000..e40aa81856c --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/getshowlowpoint/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::GetShowLowPoint method +linktitle: GetShowLowPoint +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::GetShowLowPoint method. Indicates whether to highlight the lowest points of data in the sparkline group in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.charts/sparklinegroup/getshowlowpoint/ +--- +## SparklineGroup::GetShowLowPoint method + + +Indicates whether to highlight the lowest points of data in the sparkline group. + +```cpp +bool Aspose::Cells::Charts::SparklineGroup::GetShowLowPoint() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/getshowmarkers/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/getshowmarkers/_index.md new file mode 100644 index 00000000000..9d168397d38 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/getshowmarkers/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::GetShowMarkers method +linktitle: GetShowMarkers +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::GetShowMarkers method. Indicates whether to highlight each point in each line sparkline in the sparkline group in C++.' +type: docs +weight: 3600 +url: /es/cpp/aspose.cells.charts/sparklinegroup/getshowmarkers/ +--- +## SparklineGroup::GetShowMarkers method + + +Indicates whether to highlight each point in each line sparkline in the sparkline group. + +```cpp +bool Aspose::Cells::Charts::SparklineGroup::GetShowMarkers() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/getshownegativepoints/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/getshownegativepoints/_index.md new file mode 100644 index 00000000000..1647b07a1fd --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/getshownegativepoints/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::GetShowNegativePoints method +linktitle: GetShowNegativePoints +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::GetShowNegativePoints method. Indicates whether to highlight the negative values on the sparkline group with a different color or marker in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.charts/sparklinegroup/getshownegativepoints/ +--- +## SparklineGroup::GetShowNegativePoints method + + +Indicates whether to highlight the negative values on the sparkline group with a different color or marker. + +```cpp +bool Aspose::Cells::Charts::SparklineGroup::GetShowNegativePoints() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/getsparklines/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/getsparklines/_index.md new file mode 100644 index 00000000000..744ca46a778 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/getsparklines/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::GetSparklines method +linktitle: GetSparklines +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::GetSparklines method. Gets the collection of Sparkline object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.charts/sparklinegroup/getsparklines/ +--- +## SparklineGroup::GetSparklines method + + +Gets the collection of [Sparkline](../../sparkline/) object. + +```cpp +SparklineCollection Aspose::Cells::Charts::SparklineGroup::GetSparklines() +``` + +## See Also + +* Class [SparklineCollection](../../sparklinecollection/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/gettype/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/gettype/_index.md new file mode 100644 index 00000000000..89402060cc4 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::GetType method. Indicates the sparkline type of the sparkline group in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.charts/sparklinegroup/gettype/ +--- +## SparklineGroup::GetType method + + +Indicates the sparkline type of the sparkline group. + +```cpp +SparklineType Aspose::Cells::Charts::SparklineGroup::GetType() +``` + +## See Also + +* Enum [SparklineType](../../sparklinetype/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/getverticalaxismaxvalue/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/getverticalaxismaxvalue/_index.md new file mode 100644 index 00000000000..bff9373b0e0 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/getverticalaxismaxvalue/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::GetVerticalAxisMaxValue method +linktitle: GetVerticalAxisMaxValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::GetVerticalAxisMaxValue method. Gets and sets the custom maximum value for the vertical axis in C++.' +type: docs +weight: 5400 +url: /es/cpp/aspose.cells.charts/sparklinegroup/getverticalaxismaxvalue/ +--- +## SparklineGroup::GetVerticalAxisMaxValue method + + +Gets and sets the custom maximum value for the vertical axis. + +```cpp +double Aspose::Cells::Charts::SparklineGroup::GetVerticalAxisMaxValue() +``` + +## Remarks + + +If this property is set, VerticalAxisMaxValueType will be [SparklineAxisMinMaxType.Custom](../../sparklineaxisminmaxtype/). +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/getverticalaxismaxvaluetype/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/getverticalaxismaxvaluetype/_index.md new file mode 100644 index 00000000000..abea2384968 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/getverticalaxismaxvaluetype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::GetVerticalAxisMaxValueType method +linktitle: GetVerticalAxisMaxValueType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::GetVerticalAxisMaxValueType method. Represents the vertical axis maximum value type in C++.' +type: docs +weight: 5200 +url: /es/cpp/aspose.cells.charts/sparklinegroup/getverticalaxismaxvaluetype/ +--- +## SparklineGroup::GetVerticalAxisMaxValueType method + + +Represents the vertical axis maximum value type. + +```cpp +SparklineAxisMinMaxType Aspose::Cells::Charts::SparklineGroup::GetVerticalAxisMaxValueType() +``` + +## See Also + +* Enum [SparklineAxisMinMaxType](../../sparklineaxisminmaxtype/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/getverticalaxisminvalue/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/getverticalaxisminvalue/_index.md new file mode 100644 index 00000000000..67b4f52dda2 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/getverticalaxisminvalue/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::GetVerticalAxisMinValue method +linktitle: GetVerticalAxisMinValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::GetVerticalAxisMinValue method. Gets and sets the custom minimum value for the vertical axis in C++.' +type: docs +weight: 5800 +url: /es/cpp/aspose.cells.charts/sparklinegroup/getverticalaxisminvalue/ +--- +## SparklineGroup::GetVerticalAxisMinValue method + + +Gets and sets the custom minimum value for the vertical axis. + +```cpp +double Aspose::Cells::Charts::SparklineGroup::GetVerticalAxisMinValue() +``` + +## Remarks + + +If this property is set, VerticalAxisMinValueType will be [SparklineAxisMinMaxType.Custom](../../sparklineaxisminmaxtype/). +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/getverticalaxisminvaluetype/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/getverticalaxisminvaluetype/_index.md new file mode 100644 index 00000000000..78e235767af --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/getverticalaxisminvaluetype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::GetVerticalAxisMinValueType method +linktitle: GetVerticalAxisMinValueType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::GetVerticalAxisMinValueType method. Represents the vertical axis minimum value type in C++.' +type: docs +weight: 5600 +url: /es/cpp/aspose.cells.charts/sparklinegroup/getverticalaxisminvaluetype/ +--- +## SparklineGroup::GetVerticalAxisMinValueType method + + +Represents the vertical axis minimum value type. + +```cpp +SparklineAxisMinMaxType Aspose::Cells::Charts::SparklineGroup::GetVerticalAxisMinValueType() +``` + +## See Also + +* Enum [SparklineAxisMinMaxType](../../sparklineaxisminmaxtype/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/isnull/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/isnull/_index.md new file mode 100644 index 00000000000..dfcc928eabe --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.charts/sparklinegroup/isnull/ +--- +## SparklineGroup::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Charts::SparklineGroup::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/operator_asm/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/operator_asm/_index.md new file mode 100644 index 00000000000..e7aa18523e6 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.charts/sparklinegroup/operator_asm/ +--- +## SparklineGroup::operator= method + + +operator= + +```cpp +SparklineGroup & Aspose::Cells::Charts::SparklineGroup::operator=(const SparklineGroup &src) +``` + +## See Also + +* Class [SparklineGroup](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/operator_bool/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/operator_bool/_index.md new file mode 100644 index 00000000000..ba7aa20aa64 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.charts/sparklinegroup/operator_bool/ +--- +## SparklineGroup::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Charts::SparklineGroup::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/resetranges/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/resetranges/_index.md new file mode 100644 index 00000000000..1f802f19c91 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/resetranges/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::ResetRanges method +linktitle: ResetRanges +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::ResetRanges method. Resets the data range and location range of the sparkline group. This method will clear original sparkline items in the group and creates new sparkline items for the new ranges in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.charts/sparklinegroup/resetranges/ +--- +## SparklineGroup::ResetRanges(const U16String\&, bool, const CellArea\&) method + + +Resets the data range and location range of the sparkline group. This method will clear original sparkline items in the group and creates new sparkline items for the new ranges. + +```cpp +void Aspose::Cells::Charts::SparklineGroup::ResetRanges(const U16String &dataRange, bool isVertical, const CellArea &locationRange) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| dataRange | const U16String\& | Specifies the new data range of the sparkline group. | +| isVertical | bool | Specifies whether to plot the sparklines from the new data range by row or by column. | +| locationRange | const CellArea\& | Specifies where the sparklines to be placed. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [CellArea](../../../aspose.cells/cellarea/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## SparklineGroup::ResetRanges(const char16_t*, bool, const CellArea\&) method + + +Resets the data range and location range of the sparkline group. This method will clear original sparkline items in the group and creates new sparkline items for the new ranges. + +```cpp +void Aspose::Cells::Charts::SparklineGroup::ResetRanges(const char16_t *dataRange, bool isVertical, const CellArea &locationRange) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| dataRange | const char16_t* | Specifies the new data range of the sparkline group. | +| isVertical | bool | Specifies whether to plot the sparklines from the new data range by row or by column. | +| locationRange | const CellArea\& | Specifies where the sparklines to be placed. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CellArea](../../../aspose.cells/cellarea/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/setdisplayhidden/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/setdisplayhidden/_index.md new file mode 100644 index 00000000000..a2bc9e06e2a --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/setdisplayhidden/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::SetDisplayHidden method +linktitle: SetDisplayHidden +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::SetDisplayHidden method. Indicates whether to show data in hidden rows and columns in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.charts/sparklinegroup/setdisplayhidden/ +--- +## SparklineGroup::SetDisplayHidden method + + +Indicates whether to show data in hidden rows and columns. + +```cpp +void Aspose::Cells::Charts::SparklineGroup::SetDisplayHidden(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/setfirstpointcolor/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/setfirstpointcolor/_index.md new file mode 100644 index 00000000000..d7aa46e8fe4 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/setfirstpointcolor/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::SetFirstPointColor method +linktitle: SetFirstPointColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::SetFirstPointColor method. Gets and sets the color of the first point of data in the sparkline group in C++.' +type: docs +weight: 3100 +url: /es/cpp/aspose.cells.charts/sparklinegroup/setfirstpointcolor/ +--- +## SparklineGroup::SetFirstPointColor method + + +Gets and sets the color of the first point of data in the sparkline group. + +```cpp +void Aspose::Cells::Charts::SparklineGroup::SetFirstPointColor(const CellsColor &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CellsColor](../../../aspose.cells/cellscolor/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/sethighpointcolor/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/sethighpointcolor/_index.md new file mode 100644 index 00000000000..f8494f848ad --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/sethighpointcolor/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::SetHighPointColor method +linktitle: SetHighPointColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::SetHighPointColor method. Gets and sets the color of the highest points of data in the sparkline group in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.charts/sparklinegroup/sethighpointcolor/ +--- +## SparklineGroup::SetHighPointColor method + + +Gets and sets the color of the highest points of data in the sparkline group. + +```cpp +void Aspose::Cells::Charts::SparklineGroup::SetHighPointColor(const CellsColor &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CellsColor](../../../aspose.cells/cellscolor/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/sethorizontalaxiscolor/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/sethorizontalaxiscolor/_index.md new file mode 100644 index 00000000000..004b96301eb --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/sethorizontalaxiscolor/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::SetHorizontalAxisColor method +linktitle: SetHorizontalAxisColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::SetHorizontalAxisColor method. Gets and sets the color of the horizontal axis in the sparkline group in C++.' +type: docs +weight: 4700 +url: /es/cpp/aspose.cells.charts/sparklinegroup/sethorizontalaxiscolor/ +--- +## SparklineGroup::SetHorizontalAxisColor method + + +Gets and sets the color of the horizontal axis in the sparkline group. + +```cpp +void Aspose::Cells::Charts::SparklineGroup::SetHorizontalAxisColor(const CellsColor &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CellsColor](../../../aspose.cells/cellscolor/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/sethorizontalaxisdaterange/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/sethorizontalaxisdaterange/_index.md new file mode 100644 index 00000000000..2115f1998b9 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/sethorizontalaxisdaterange/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::SetHorizontalAxisDateRange method +linktitle: SetHorizontalAxisDateRange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::SetHorizontalAxisDateRange method. Represents the range that contains the date values for the sparkline data in C++.' +type: docs +weight: 5100 +url: /es/cpp/aspose.cells.charts/sparklinegroup/sethorizontalaxisdaterange/ +--- +## SparklineGroup::SetHorizontalAxisDateRange(const U16String\&) method + + +Represents the range that contains the date values for the sparkline data. + +```cpp +void Aspose::Cells::Charts::SparklineGroup::SetHorizontalAxisDateRange(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## SparklineGroup::SetHorizontalAxisDateRange(const char16_t*) method + + +Represents the range that contains the date values for the sparkline data. + +```cpp +void Aspose::Cells::Charts::SparklineGroup::SetHorizontalAxisDateRange(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/setlastpointcolor/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/setlastpointcolor/_index.md new file mode 100644 index 00000000000..d16d6b4f197 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/setlastpointcolor/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::SetLastPointColor method +linktitle: SetLastPointColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::SetLastPointColor method. Gets and sets the color of the last point of data in the sparkline group in C++.' +type: docs +weight: 3500 +url: /es/cpp/aspose.cells.charts/sparklinegroup/setlastpointcolor/ +--- +## SparklineGroup::SetLastPointColor method + + +Gets and sets the color of the last point of data in the sparkline group. + +```cpp +void Aspose::Cells::Charts::SparklineGroup::SetLastPointColor(const CellsColor &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CellsColor](../../../aspose.cells/cellscolor/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/setlineweight/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/setlineweight/_index.md new file mode 100644 index 00000000000..42a5d5d57f7 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/setlineweight/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::SetLineWeight method +linktitle: SetLineWeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::SetLineWeight method. Gets and sets the line weight in each line sparkline in the sparkline group, in the unit of points in C++.' +type: docs +weight: 4500 +url: /es/cpp/aspose.cells.charts/sparklinegroup/setlineweight/ +--- +## SparklineGroup::SetLineWeight method + + +Gets and sets the line weight in each line sparkline in the sparkline group, in the unit of points. + +```cpp +void Aspose::Cells::Charts::SparklineGroup::SetLineWeight(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/setlowpointcolor/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/setlowpointcolor/_index.md new file mode 100644 index 00000000000..11ae16ee04e --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/setlowpointcolor/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::SetLowPointColor method +linktitle: SetLowPointColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::SetLowPointColor method. Gets and sets the color of the lowest points of data in the sparkline group in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.charts/sparklinegroup/setlowpointcolor/ +--- +## SparklineGroup::SetLowPointColor method + + +Gets and sets the color of the lowest points of data in the sparkline group. + +```cpp +void Aspose::Cells::Charts::SparklineGroup::SetLowPointColor(const CellsColor &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CellsColor](../../../aspose.cells/cellscolor/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/setmarkerscolor/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/setmarkerscolor/_index.md new file mode 100644 index 00000000000..ef1026c2b90 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/setmarkerscolor/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::SetMarkersColor method +linktitle: SetMarkersColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::SetMarkersColor method. Gets and sets the color of points in each line sparkline in the sparkline group in C++.' +type: docs +weight: 3900 +url: /es/cpp/aspose.cells.charts/sparklinegroup/setmarkerscolor/ +--- +## SparklineGroup::SetMarkersColor method + + +Gets and sets the color of points in each line sparkline in the sparkline group. + +```cpp +void Aspose::Cells::Charts::SparklineGroup::SetMarkersColor(const CellsColor &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CellsColor](../../../aspose.cells/cellscolor/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/setnegativepointscolor/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/setnegativepointscolor/_index.md new file mode 100644 index 00000000000..7960d3acdf6 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/setnegativepointscolor/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::SetNegativePointsColor method +linktitle: SetNegativePointsColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::SetNegativePointsColor method. Gets and sets the color of the negative values on the sparkline group in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.charts/sparklinegroup/setnegativepointscolor/ +--- +## SparklineGroup::SetNegativePointsColor method + + +Gets and sets the color of the negative values on the sparkline group. + +```cpp +void Aspose::Cells::Charts::SparklineGroup::SetNegativePointsColor(const CellsColor &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CellsColor](../../../aspose.cells/cellscolor/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/setplotemptycellstype/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/setplotemptycellstype/_index.md new file mode 100644 index 00000000000..373de1a9e25 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/setplotemptycellstype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::SetPlotEmptyCellsType method +linktitle: SetPlotEmptyCellsType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::SetPlotEmptyCellsType method. Indicates how to plot empty cells in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.charts/sparklinegroup/setplotemptycellstype/ +--- +## SparklineGroup::SetPlotEmptyCellsType method + + +Indicates how to plot empty cells. + +```cpp +void Aspose::Cells::Charts::SparklineGroup::SetPlotEmptyCellsType(PlotEmptyCellsType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PlotEmptyCellsType](../../plotemptycellstype/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/setplotrighttoleft/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/setplotrighttoleft/_index.md new file mode 100644 index 00000000000..ee95613e1b8 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/setplotrighttoleft/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::SetPlotRightToLeft method +linktitle: SetPlotRightToLeft +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::SetPlotRightToLeft method. Indicates whether the plot data is right to left in C++.' +type: docs +weight: 4300 +url: /es/cpp/aspose.cells.charts/sparklinegroup/setplotrighttoleft/ +--- +## SparklineGroup::SetPlotRightToLeft method + + +Indicates whether the plot data is right to left. + +```cpp +void Aspose::Cells::Charts::SparklineGroup::SetPlotRightToLeft(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/setpresetstyle/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/setpresetstyle/_index.md new file mode 100644 index 00000000000..fb3fa01c144 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/setpresetstyle/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::SetPresetStyle method +linktitle: SetPresetStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::SetPresetStyle method. Gets and sets the preset style type of the sparkline group in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.charts/sparklinegroup/setpresetstyle/ +--- +## SparklineGroup::SetPresetStyle method + + +Gets and sets the preset style type of the sparkline group. + +```cpp +void Aspose::Cells::Charts::SparklineGroup::SetPresetStyle(SparklinePresetStyleType value) +``` + +## Remarks + + +If this property is set,these properties: SeriesColor,NegativePointsColor,HorizontalAxisColor,MarkersColor,FirstPointColor,LastPointColor,HighPointColor,LowPointColor will be covered. So please set property first ,then set others. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [SparklinePresetStyleType](../../sparklinepresetstyletype/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/setseriescolor/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/setseriescolor/_index.md new file mode 100644 index 00000000000..6728524d104 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/setseriescolor/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::SetSeriesColor method +linktitle: SetSeriesColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::SetSeriesColor method. Gets and sets the color of the sparklines in the sparkline group in C++.' +type: docs +weight: 4100 +url: /es/cpp/aspose.cells.charts/sparklinegroup/setseriescolor/ +--- +## SparklineGroup::SetSeriesColor method + + +Gets and sets the color of the sparklines in the sparkline group. + +```cpp +void Aspose::Cells::Charts::SparklineGroup::SetSeriesColor(const CellsColor &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CellsColor](../../../aspose.cells/cellscolor/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/setshowfirstpoint/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/setshowfirstpoint/_index.md new file mode 100644 index 00000000000..77365c12a47 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/setshowfirstpoint/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::SetShowFirstPoint method +linktitle: SetShowFirstPoint +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::SetShowFirstPoint method. Indicates whether to highlight the first point of data in the sparkline group in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells.charts/sparklinegroup/setshowfirstpoint/ +--- +## SparklineGroup::SetShowFirstPoint method + + +Indicates whether to highlight the first point of data in the sparkline group. + +```cpp +void Aspose::Cells::Charts::SparklineGroup::SetShowFirstPoint(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/setshowhighpoint/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/setshowhighpoint/_index.md new file mode 100644 index 00000000000..289e5ed2a61 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/setshowhighpoint/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::SetShowHighPoint method +linktitle: SetShowHighPoint +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::SetShowHighPoint method. Indicates whether to highlight the highest points of data in the sparkline group in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.charts/sparklinegroup/setshowhighpoint/ +--- +## SparklineGroup::SetShowHighPoint method + + +Indicates whether to highlight the highest points of data in the sparkline group. + +```cpp +void Aspose::Cells::Charts::SparklineGroup::SetShowHighPoint(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/setshowhorizontalaxis/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/setshowhorizontalaxis/_index.md new file mode 100644 index 00000000000..2bcc6768063 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/setshowhorizontalaxis/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::SetShowHorizontalAxis method +linktitle: SetShowHorizontalAxis +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::SetShowHorizontalAxis method. Indicates whether to show the sparkline horizontal axis. The horizontal axis appears if the sparkline has data that crosses the zero axis in C++.' +type: docs +weight: 4900 +url: /es/cpp/aspose.cells.charts/sparklinegroup/setshowhorizontalaxis/ +--- +## SparklineGroup::SetShowHorizontalAxis method + + +Indicates whether to show the sparkline horizontal axis. The horizontal axis appears if the sparkline has data that crosses the zero axis. + +```cpp +void Aspose::Cells::Charts::SparklineGroup::SetShowHorizontalAxis(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/setshowlastpoint/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/setshowlastpoint/_index.md new file mode 100644 index 00000000000..21be881f077 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/setshowlastpoint/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::SetShowLastPoint method +linktitle: SetShowLastPoint +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::SetShowLastPoint method. Indicates whether to highlight the last point of data in the sparkline group in C++.' +type: docs +weight: 3300 +url: /es/cpp/aspose.cells.charts/sparklinegroup/setshowlastpoint/ +--- +## SparklineGroup::SetShowLastPoint method + + +Indicates whether to highlight the last point of data in the sparkline group. + +```cpp +void Aspose::Cells::Charts::SparklineGroup::SetShowLastPoint(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/setshowlowpoint/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/setshowlowpoint/_index.md new file mode 100644 index 00000000000..422a74fa18b --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/setshowlowpoint/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::SetShowLowPoint method +linktitle: SetShowLowPoint +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::SetShowLowPoint method. Indicates whether to highlight the lowest points of data in the sparkline group in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.charts/sparklinegroup/setshowlowpoint/ +--- +## SparklineGroup::SetShowLowPoint method + + +Indicates whether to highlight the lowest points of data in the sparkline group. + +```cpp +void Aspose::Cells::Charts::SparklineGroup::SetShowLowPoint(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/setshowmarkers/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/setshowmarkers/_index.md new file mode 100644 index 00000000000..3a19dc4f8e4 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/setshowmarkers/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::SetShowMarkers method +linktitle: SetShowMarkers +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::SetShowMarkers method. Indicates whether to highlight each point in each line sparkline in the sparkline group in C++.' +type: docs +weight: 3700 +url: /es/cpp/aspose.cells.charts/sparklinegroup/setshowmarkers/ +--- +## SparklineGroup::SetShowMarkers method + + +Indicates whether to highlight each point in each line sparkline in the sparkline group. + +```cpp +void Aspose::Cells::Charts::SparklineGroup::SetShowMarkers(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/setshownegativepoints/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/setshownegativepoints/_index.md new file mode 100644 index 00000000000..6dbdaf2be8b --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/setshownegativepoints/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::SetShowNegativePoints method +linktitle: SetShowNegativePoints +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::SetShowNegativePoints method. Indicates whether to highlight the negative values on the sparkline group with a different color or marker in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.charts/sparklinegroup/setshownegativepoints/ +--- +## SparklineGroup::SetShowNegativePoints method + + +Indicates whether to highlight the negative values on the sparkline group with a different color or marker. + +```cpp +void Aspose::Cells::Charts::SparklineGroup::SetShowNegativePoints(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/settype/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/settype/_index.md new file mode 100644 index 00000000000..64789a5f72c --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/settype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::SetType method +linktitle: SetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::SetType method. Indicates the sparkline type of the sparkline group in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.charts/sparklinegroup/settype/ +--- +## SparklineGroup::SetType method + + +Indicates the sparkline type of the sparkline group. + +```cpp +void Aspose::Cells::Charts::SparklineGroup::SetType(SparklineType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [SparklineType](../../sparklinetype/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/setverticalaxismaxvalue/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/setverticalaxismaxvalue/_index.md new file mode 100644 index 00000000000..615da06d82a --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/setverticalaxismaxvalue/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::SetVerticalAxisMaxValue method +linktitle: SetVerticalAxisMaxValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::SetVerticalAxisMaxValue method. Gets and sets the custom maximum value for the vertical axis in C++.' +type: docs +weight: 5500 +url: /es/cpp/aspose.cells.charts/sparklinegroup/setverticalaxismaxvalue/ +--- +## SparklineGroup::SetVerticalAxisMaxValue method + + +Gets and sets the custom maximum value for the vertical axis. + +```cpp +void Aspose::Cells::Charts::SparklineGroup::SetVerticalAxisMaxValue(double value) +``` + +## Remarks + + +If this property is set, VerticalAxisMaxValueType will be [SparklineAxisMinMaxType.Custom](../../sparklineaxisminmaxtype/). +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/setverticalaxismaxvaluetype/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/setverticalaxismaxvaluetype/_index.md new file mode 100644 index 00000000000..32d047c1eb2 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/setverticalaxismaxvaluetype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::SetVerticalAxisMaxValueType method +linktitle: SetVerticalAxisMaxValueType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::SetVerticalAxisMaxValueType method. Represents the vertical axis maximum value type in C++.' +type: docs +weight: 5300 +url: /es/cpp/aspose.cells.charts/sparklinegroup/setverticalaxismaxvaluetype/ +--- +## SparklineGroup::SetVerticalAxisMaxValueType method + + +Represents the vertical axis maximum value type. + +```cpp +void Aspose::Cells::Charts::SparklineGroup::SetVerticalAxisMaxValueType(SparklineAxisMinMaxType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [SparklineAxisMinMaxType](../../sparklineaxisminmaxtype/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/setverticalaxisminvalue/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/setverticalaxisminvalue/_index.md new file mode 100644 index 00000000000..7f68e8ca642 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/setverticalaxisminvalue/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::SetVerticalAxisMinValue method +linktitle: SetVerticalAxisMinValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::SetVerticalAxisMinValue method. Gets and sets the custom minimum value for the vertical axis in C++.' +type: docs +weight: 5900 +url: /es/cpp/aspose.cells.charts/sparklinegroup/setverticalaxisminvalue/ +--- +## SparklineGroup::SetVerticalAxisMinValue method + + +Gets and sets the custom minimum value for the vertical axis. + +```cpp +void Aspose::Cells::Charts::SparklineGroup::SetVerticalAxisMinValue(double value) +``` + +## Remarks + + +If this property is set, VerticalAxisMinValueType will be [SparklineAxisMinMaxType.Custom](../../sparklineaxisminmaxtype/). +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/setverticalaxisminvaluetype/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/setverticalaxisminvaluetype/_index.md new file mode 100644 index 00000000000..c3925d32128 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/setverticalaxisminvaluetype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::SetVerticalAxisMinValueType method +linktitle: SetVerticalAxisMinValueType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::SetVerticalAxisMinValueType method. Represents the vertical axis minimum value type in C++.' +type: docs +weight: 5700 +url: /es/cpp/aspose.cells.charts/sparklinegroup/setverticalaxisminvaluetype/ +--- +## SparklineGroup::SetVerticalAxisMinValueType method + + +Represents the vertical axis minimum value type. + +```cpp +void Aspose::Cells::Charts::SparklineGroup::SetVerticalAxisMinValueType(SparklineAxisMinMaxType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [SparklineAxisMinMaxType](../../sparklineaxisminmaxtype/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/sparklinegroup/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/sparklinegroup/_index.md new file mode 100644 index 00000000000..c03da900396 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/sparklinegroup/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::SparklineGroup constructor +linktitle: SparklineGroup +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::SparklineGroup constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.charts/sparklinegroup/sparklinegroup/ +--- +## SparklineGroup::SparklineGroup(SparklineGroup_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Charts::SparklineGroup::SparklineGroup(SparklineGroup_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## SparklineGroup::SparklineGroup(const SparklineGroup\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Charts::SparklineGroup::SparklineGroup(const SparklineGroup &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SparklineGroup](../) +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroup/~sparklinegroup/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroup/~sparklinegroup/_index.md new file mode 100644 index 00000000000..a7f563e0f95 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroup/~sparklinegroup/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::SparklineGroup::~SparklineGroup method +linktitle: ~SparklineGroup +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroup::~SparklineGroup method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.charts/sparklinegroup/~sparklinegroup/ +--- +## SparklineGroup::~SparklineGroup method + + +Destructor. + +```cpp +Aspose::Cells::Charts::SparklineGroup::~SparklineGroup() +``` + +## See Also + +* Class [SparklineGroup](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroupcollection/_impl/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroupcollection/_impl/_index.md new file mode 100644 index 00000000000..bcb8386c7e1 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroupcollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::SparklineGroupCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroupCollection::_impl field. The implementation object in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.charts/sparklinegroupcollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +SparklineGroupCollection_Impl* Aspose::Cells::Charts::SparklineGroupCollection::_impl +``` + +## See Also + +* Class [SparklineGroupCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroupcollection/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroupcollection/_index.md new file mode 100644 index 00000000000..0e80ea53dcd --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroupcollection/_index.md @@ -0,0 +1,72 @@ +--- +title: Aspose::Cells::Charts::SparklineGroupCollection class +linktitle: SparklineGroupCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroupCollection class. Encapsulates a collection of SparklineGroup objects in C++.' +type: docs +weight: 3100 +url: /es/cpp/aspose.cells.charts/sparklinegroupcollection/ +--- +## SparklineGroupCollection class + + +Encapsulates a collection of [SparklineGroup](../sparklinegroup/) objects. + +```cpp +class SparklineGroupCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add(SparklineType type)](./add/) | Adds an [SparklineGroup](../sparklinegroup/) with a [Sparkline](../sparkline/) to the collection. | +| [Add(SparklineType type, const U16String\& dataRange, bool isVertical, const CellArea\& locationRange)](./add/) | Adds an [SparklineGroup](../sparklinegroup/) with some [Sparkline](../sparkline/) to the collection. | +| [Add(SparklineType type, const char16_t* dataRange, bool isVertical, const CellArea\& locationRange)](./add/) | Adds an [SparklineGroup](../sparklinegroup/) with some [Sparkline](../sparkline/) to the collection. | +| [ClearSparklineGroups(const CellArea\& cellArea)](./clearsparklinegroups/) | Clears the sparkline groups that overlap an area of cells. | +| [ClearSparklines(const CellArea\& cellArea)](./clearsparklines/) | Clears the sparklines that are inside an area of cells. | +| [Get(int32_t index)](./get/) | Gets the [SparklineGroup](../sparklinegroup/) element at the specified index. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const SparklineGroupCollection\& src)](./operator_asm/) | operator= | +| [SparklineGroupCollection(SparklineGroupCollection_Impl* impl)](./sparklinegroupcollection/) | Constructs from an implementation object. | +| [SparklineGroupCollection(const SparklineGroupCollection\& src)](./sparklinegroupcollection/) | Copy constructor. | +| [~SparklineGroupCollection()](./~sparklinegroupcollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook book; +Worksheet sheet = book.GetWorksheets().Get(0); + +sheet.GetCells().Get(u"A1").PutValue(5); +sheet.GetCells().Get(u"B1").PutValue(2); +sheet.GetCells().Get(u"C1").PutValue(1); +sheet.GetCells().Get(u"D1").PutValue(3); + +// Definir el CellArea +CellArea ca; +ca.StartColumn = 4; +ca.EndColumn = 4; +ca.StartRow = 0; +ca.EndRow = 0; + +int idx = sheet.GetSparklineGroups().Add(SparklineType::Line, u"A1:D1", false, ca); +SparklineGroup group = sheet.GetSparklineGroups().Get(idx); +group.GetSparklines().Add(sheet.GetName() + u"!A1:D1", 0, 4); +book.Save(u"output.xlsx", SaveFormat::Xlsx); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroupcollection/add/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroupcollection/add/_index.md new file mode 100644 index 00000000000..846bf147037 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroupcollection/add/_index.md @@ -0,0 +1,101 @@ +--- +title: Aspose::Cells::Charts::SparklineGroupCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroupCollection::Add method. Adds an SparklineGroup with a Sparkline to the collection in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.charts/sparklinegroupcollection/add/ +--- +## SparklineGroupCollection::Add(SparklineType) method + + +Adds an [SparklineGroup](../../sparklinegroup/) with a [Sparkline](../../sparkline/) to the collection. + +```cpp +int32_t Aspose::Cells::Charts::SparklineGroupCollection::Add(SparklineType type) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| type | SparklineType | Specifies the type of the [Sparkline](../../sparkline/) group. | + +## ReturnValue + +[SparklineGroup](../../sparklinegroup/) object index. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [SparklineType](../../sparklinetype/) +* Class [SparklineGroupCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## SparklineGroupCollection::Add(SparklineType, const U16String\&, bool, const CellArea\&) method + + +Adds an [SparklineGroup](../../sparklinegroup/) with some [Sparkline](../../sparkline/) to the collection. + +```cpp +int32_t Aspose::Cells::Charts::SparklineGroupCollection::Add(SparklineType type, const U16String &dataRange, bool isVertical, const CellArea &locationRange) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| type | SparklineType | Specifies the type of the [Sparkline](../../sparkline/) group. | +| dataRange | const U16String\& | Specifies the data range of the sparkline group. | +| isVertical | bool | Specifies whether to plot the sparklines from the data range by row or by column. | +| locationRange | const CellArea\& | Specifies where the sparklines to be placed. | + +## ReturnValue + +[SparklineGroup](../../sparklinegroup/) object index. +## Remarks + + + +This method will create sparklines too. If *isVertical* is true, the number of rows in dataRange and locationRange must be same. If *isVertical* is false, the number of columns in dataRange and locationRange must be same. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [SparklineType](../../sparklinetype/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [CellArea](../../../aspose.cells/cellarea/) +* Class [SparklineGroupCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## SparklineGroupCollection::Add(SparklineType, const char16_t*, bool, const CellArea\&) method + + +Adds an [SparklineGroup](../../sparklinegroup/) with some [Sparkline](../../sparkline/) to the collection. + +```cpp +int32_t Aspose::Cells::Charts::SparklineGroupCollection::Add(SparklineType type, const char16_t *dataRange, bool isVertical, const CellArea &locationRange) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| type | SparklineType | Specifies the type of the [Sparkline](../../sparkline/) group. | +| dataRange | const char16_t* | Specifies the data range of the sparkline group. | +| isVertical | bool | Specifies whether to plot the sparklines from the data range by row or by column. | +| locationRange | const CellArea\& | Specifies where the sparklines to be placed. | + +## ReturnValue + +[SparklineGroup](../../sparklinegroup/) object index. +## Remarks + + + +This method will create sparklines too. If *isVertical* is true, the number of rows in dataRange and locationRange must be same. If *isVertical* is false, the number of columns in dataRange and locationRange must be same. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [SparklineType](../../sparklinetype/) +* Class [CellArea](../../../aspose.cells/cellarea/) +* Class [SparklineGroupCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroupcollection/clearsparklinegroups/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroupcollection/clearsparklinegroups/_index.md new file mode 100644 index 00000000000..605e29532b4 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroupcollection/clearsparklinegroups/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Charts::SparklineGroupCollection::ClearSparklineGroups method +linktitle: ClearSparklineGroups +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroupCollection::ClearSparklineGroups method. Clears the sparkline groups that overlap an area of cells in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.charts/sparklinegroupcollection/clearsparklinegroups/ +--- +## SparklineGroupCollection::ClearSparklineGroups method + + +Clears the sparkline groups that overlap an area of cells. + +```cpp +void Aspose::Cells::Charts::SparklineGroupCollection::ClearSparklineGroups(const CellArea &cellArea) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| cellArea | const CellArea\& | Specifies the area of cells | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CellArea](../../../aspose.cells/cellarea/) +* Class [SparklineGroupCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroupcollection/clearsparklines/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroupcollection/clearsparklines/_index.md new file mode 100644 index 00000000000..81ee13d65e3 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroupcollection/clearsparklines/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::SparklineGroupCollection::ClearSparklines method +linktitle: ClearSparklines +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroupCollection::ClearSparklines method. Clears the sparklines that are inside an area of cells in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.charts/sparklinegroupcollection/clearsparklines/ +--- +## SparklineGroupCollection::ClearSparklines method + + +Clears the sparklines that are inside an area of cells. + +```cpp +void Aspose::Cells::Charts::SparklineGroupCollection::ClearSparklines(const CellArea &cellArea) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| cellArea | const CellArea\& | Specifies the area of cells | +## Remarks + + + +[SparklineGroup](../../sparklinegroup/) will be removed too if it does not contains any [Sparkline](../../sparkline/). +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CellArea](../../../aspose.cells/cellarea/) +* Class [SparklineGroupCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroupcollection/get/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroupcollection/get/_index.md new file mode 100644 index 00000000000..6101816dc0c --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroupcollection/get/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::SparklineGroupCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroupCollection::Get method. Gets the SparklineGroup element at the specified index in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.charts/sparklinegroupcollection/get/ +--- +## SparklineGroupCollection::Get method + + +Gets the [SparklineGroup](../../sparklinegroup/) element at the specified index. + +```cpp +SparklineGroup Aspose::Cells::Charts::SparklineGroupCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The zero based index of the element. | + +## ReturnValue + +The element at the specified index. + +## See Also + +* Class [SparklineGroup](../../sparklinegroup/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [SparklineGroupCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroupcollection/getcount/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroupcollection/getcount/_index.md new file mode 100644 index 00000000000..f0c29da3f83 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroupcollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::SparklineGroupCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::Charts::SparklineGroupCollection class in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.charts/sparklinegroupcollection/getcount/ +--- +## SparklineGroupCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::Charts::SparklineGroupCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SparklineGroupCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroupcollection/isnull/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroupcollection/isnull/_index.md new file mode 100644 index 00000000000..d14010a892d --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroupcollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::SparklineGroupCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroupCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.charts/sparklinegroupcollection/isnull/ +--- +## SparklineGroupCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Charts::SparklineGroupCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SparklineGroupCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroupcollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroupcollection/operator_asm/_index.md new file mode 100644 index 00000000000..6df64d653d8 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroupcollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::SparklineGroupCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroupCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.charts/sparklinegroupcollection/operator_asm/ +--- +## SparklineGroupCollection::operator= method + + +operator= + +```cpp +SparklineGroupCollection & Aspose::Cells::Charts::SparklineGroupCollection::operator=(const SparklineGroupCollection &src) +``` + +## See Also + +* Class [SparklineGroupCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [SparklineGroupCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroupcollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroupcollection/operator_bool/_index.md new file mode 100644 index 00000000000..b0234d5a1c6 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroupcollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::SparklineGroupCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroupCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.charts/sparklinegroupcollection/operator_bool/ +--- +## SparklineGroupCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Charts::SparklineGroupCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [SparklineGroupCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroupcollection/sparklinegroupcollection/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroupcollection/sparklinegroupcollection/_index.md new file mode 100644 index 00000000000..660056cbdcb --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroupcollection/sparklinegroupcollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Charts::SparklineGroupCollection::SparklineGroupCollection constructor +linktitle: SparklineGroupCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroupCollection::SparklineGroupCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.charts/sparklinegroupcollection/sparklinegroupcollection/ +--- +## SparklineGroupCollection::SparklineGroupCollection(SparklineGroupCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Charts::SparklineGroupCollection::SparklineGroupCollection(SparklineGroupCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SparklineGroupCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## SparklineGroupCollection::SparklineGroupCollection(const SparklineGroupCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Charts::SparklineGroupCollection::SparklineGroupCollection(const SparklineGroupCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SparklineGroupCollection](../) +* Class [SparklineGroupCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinegroupcollection/~sparklinegroupcollection/_index.md b/spanish/cpp/aspose.cells.charts/sparklinegroupcollection/~sparklinegroupcollection/_index.md new file mode 100644 index 00000000000..519a1390545 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinegroupcollection/~sparklinegroupcollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::SparklineGroupCollection::~SparklineGroupCollection method +linktitle: ~SparklineGroupCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineGroupCollection::~SparklineGroupCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.charts/sparklinegroupcollection/~sparklinegroupcollection/ +--- +## SparklineGroupCollection::~SparklineGroupCollection method + + +Destructor. + +```cpp +Aspose::Cells::Charts::SparklineGroupCollection::~SparklineGroupCollection() +``` + +## See Also + +* Class [SparklineGroupCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinepresetstyletype/_index.md b/spanish/cpp/aspose.cells.charts/sparklinepresetstyletype/_index.md new file mode 100644 index 00000000000..9480bd49c74 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinepresetstyletype/_index.md @@ -0,0 +1,64 @@ +--- +title: Aspose::Cells::Charts::SparklinePresetStyleType enum +linktitle: SparklinePresetStyleType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklinePresetStyleType enum. Represents the preset style types for sparkline in C++.' +type: docs +weight: 6200 +url: /es/cpp/aspose.cells.charts/sparklinepresetstyletype/ +--- +## SparklinePresetStyleType enum + + +Represents the preset style types for sparkline. + +```cpp +enum class SparklinePresetStyleType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Style1 | 0 |
[Style](../../aspose.cells/style/) 1. | +| Style2 | 1 |
[Style](../../aspose.cells/style/) 2. | +| Style3 | 2 |
[Style](../../aspose.cells/style/) 3. | +| Style4 | 3 |
[Style](../../aspose.cells/style/) 4. | +| Style5 | 4 |
[Style](../../aspose.cells/style/) 5. | +| Style6 | 5 |
[Style](../../aspose.cells/style/) 6. | +| Style7 | 6 |
[Style](../../aspose.cells/style/) 7. | +| Style8 | 7 |
[Style](../../aspose.cells/style/) 8. | +| Style9 | 8 |
[Style](../../aspose.cells/style/) 9. | +| Style10 | 9 |
[Style](../../aspose.cells/style/) 10. | +| Style11 | 10 |
[Style](../../aspose.cells/style/) 11. | +| Style12 | 11 |
[Style](../../aspose.cells/style/) 12. | +| Style13 | 12 |
[Style](../../aspose.cells/style/) 13. | +| Style14 | 13 |
[Style](../../aspose.cells/style/) 14. | +| Style15 | 14 |
[Style](../../aspose.cells/style/) 15. | +| Style16 | 15 |
[Style](../../aspose.cells/style/) 16. | +| Style17 | 16 |
[Style](../../aspose.cells/style/) 17. | +| Style18 | 17 |
[Style](../../aspose.cells/style/) 18. | +| Style19 | 18 |
[Style](../../aspose.cells/style/) 19. | +| Style20 | 19 |
[Style](../../aspose.cells/style/) 20. | +| Style21 | 20 |
[Style](../../aspose.cells/style/) 21. | +| Style22 | 21 |
[Style](../../aspose.cells/style/) 22. | +| Style23 | 22 |
[Style](../../aspose.cells/style/) 23. | +| Style24 | 23 |
[Style](../../aspose.cells/style/) 24. | +| Style25 | 24 |
[Style](../../aspose.cells/style/) 25. | +| Style26 | 25 |
[Style](../../aspose.cells/style/) 26. | +| Style27 | 26 |
[Style](../../aspose.cells/style/) 27. | +| Style28 | 27 |
[Style](../../aspose.cells/style/) 28. | +| Style29 | 28 |
[Style](../../aspose.cells/style/) 29. | +| Style30 | 29 |
[Style](../../aspose.cells/style/) 30. | +| Style31 | 30 |
[Style](../../aspose.cells/style/) 31. | +| Style32 | 31 |
[Style](../../aspose.cells/style/) 32. | +| Style33 | 32 |
[Style](../../aspose.cells/style/) 33. | +| Style34 | 33 |
[Style](../../aspose.cells/style/) 34. | +| Style35 | 34 |
[Style](../../aspose.cells/style/) 35. | +| Style36 | 35 |
[Style](../../aspose.cells/style/) 36. | +| Custom | 36 |
No preset style. | + +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/sparklinetype/_index.md b/spanish/cpp/aspose.cells.charts/sparklinetype/_index.md new file mode 100644 index 00000000000..2e4c9c773d8 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/sparklinetype/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Charts::SparklineType enum +linktitle: SparklineType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::SparklineType enum. Represents the sparkline types in C++.' +type: docs +weight: 6500 +url: /es/cpp/aspose.cells.charts/sparklinetype/ +--- +## SparklineType enum + + +Represents the sparkline types. + +```cpp +enum class SparklineType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Line | 0 |
Line sparkline. | +| Column | 1 |
[Column](../../aspose.cells/column/) sparkline. | +| Stacked | 2 |
Represents a Win/Loss sparkline. | + +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/ticklabelalignmenttype/_index.md b/spanish/cpp/aspose.cells.charts/ticklabelalignmenttype/_index.md new file mode 100644 index 00000000000..183b18b4065 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/ticklabelalignmenttype/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Charts::TickLabelAlignmentType enum +linktitle: TickLabelAlignmentType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TickLabelAlignmentType enum. Represents the text alignment type for the tick labels on the axis in C++.' +type: docs +weight: 6600 +url: /es/cpp/aspose.cells.charts/ticklabelalignmenttype/ +--- +## TickLabelAlignmentType enum + + +Represents the text alignment type for the tick labels on the axis. + +```cpp +enum class TickLabelAlignmentType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Center | 0 |
Represents that the text shall be centered. | +| Left | 1 |
Represents the text that shall be left justified. | +| Right | 2 |
Represents that the text shall be right justified. | + +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/ticklabelitem/_impl/_index.md b/spanish/cpp/aspose.cells.charts/ticklabelitem/_impl/_index.md new file mode 100644 index 00000000000..c148c4eedfc --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/ticklabelitem/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::TickLabelItem::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TickLabelItem::_impl field. The implementation object in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.charts/ticklabelitem/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +TickLabelItem_Impl* Aspose::Cells::Charts::TickLabelItem::_impl +``` + +## See Also + +* Class [TickLabelItem](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/ticklabelitem/_index.md b/spanish/cpp/aspose.cells.charts/ticklabelitem/_index.md new file mode 100644 index 00000000000..47d12835767 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/ticklabelitem/_index.md @@ -0,0 +1,41 @@ +--- +title: Aspose::Cells::Charts::TickLabelItem class +linktitle: TickLabelItem +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TickLabelItem class. Represents a tick label in the chart in C++.' +type: docs +weight: 3200 +url: /es/cpp/aspose.cells.charts/ticklabelitem/ +--- +## TickLabelItem class + + +Represents a tick label in the chart. + +```cpp +class TickLabelItem +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetHeight()](./getheight/) | Height of Ticklabel item as a ratio of chart height. | +| [GetWidth()](./getwidth/) | Width of Ticklabel item as a ratio of chart width. | +| [GetX()](./getx/) | X coordinates of Ticklabel item as a ratio of chart width. | +| [GetY()](./gety/) | Y coordinates of Ticklabel item as a ratio of the chart height. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const TickLabelItem\& src)](./operator_asm/) | operator= | +| [TickLabelItem(TickLabelItem_Impl* impl)](./ticklabelitem/) | Constructs from an implementation object. | +| [TickLabelItem(const TickLabelItem\& src)](./ticklabelitem/) | Copy constructor. | +| [~TickLabelItem()](./~ticklabelitem/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/ticklabelitem/getheight/_index.md b/spanish/cpp/aspose.cells.charts/ticklabelitem/getheight/_index.md new file mode 100644 index 00000000000..323df594115 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/ticklabelitem/getheight/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::TickLabelItem::GetHeight method +linktitle: GetHeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TickLabelItem::GetHeight method. Height of Ticklabel item as a ratio of chart height in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.charts/ticklabelitem/getheight/ +--- +## TickLabelItem::GetHeight method + + +Height of Ticklabel item as a ratio of chart height. + +```cpp +double Aspose::Cells::Charts::TickLabelItem::GetHeight() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TickLabelItem](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/ticklabelitem/getwidth/_index.md b/spanish/cpp/aspose.cells.charts/ticklabelitem/getwidth/_index.md new file mode 100644 index 00000000000..b898c1ff66f --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/ticklabelitem/getwidth/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::TickLabelItem::GetWidth method +linktitle: GetWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TickLabelItem::GetWidth method. Width of Ticklabel item as a ratio of chart width in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.charts/ticklabelitem/getwidth/ +--- +## TickLabelItem::GetWidth method + + +Width of Ticklabel item as a ratio of chart width. + +```cpp +double Aspose::Cells::Charts::TickLabelItem::GetWidth() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TickLabelItem](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/ticklabelitem/getx/_index.md b/spanish/cpp/aspose.cells.charts/ticklabelitem/getx/_index.md new file mode 100644 index 00000000000..20462c97211 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/ticklabelitem/getx/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::TickLabelItem::GetX method +linktitle: GetX +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TickLabelItem::GetX method. X coordinates of Ticklabel item as a ratio of chart width in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.charts/ticklabelitem/getx/ +--- +## TickLabelItem::GetX method + + +X coordinates of Ticklabel item as a ratio of chart width. + +```cpp +double Aspose::Cells::Charts::TickLabelItem::GetX() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TickLabelItem](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/ticklabelitem/gety/_index.md b/spanish/cpp/aspose.cells.charts/ticklabelitem/gety/_index.md new file mode 100644 index 00000000000..d3b2fc6d2f4 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/ticklabelitem/gety/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::TickLabelItem::GetY method +linktitle: GetY +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TickLabelItem::GetY method. Y coordinates of Ticklabel item as a ratio of the chart height in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.charts/ticklabelitem/gety/ +--- +## TickLabelItem::GetY method + + +Y coordinates of Ticklabel item as a ratio of the chart height. + +```cpp +double Aspose::Cells::Charts::TickLabelItem::GetY() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TickLabelItem](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/ticklabelitem/isnull/_index.md b/spanish/cpp/aspose.cells.charts/ticklabelitem/isnull/_index.md new file mode 100644 index 00000000000..86e8b53c1f9 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/ticklabelitem/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::TickLabelItem::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TickLabelItem::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.charts/ticklabelitem/isnull/ +--- +## TickLabelItem::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Charts::TickLabelItem::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TickLabelItem](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/ticklabelitem/operator_asm/_index.md b/spanish/cpp/aspose.cells.charts/ticklabelitem/operator_asm/_index.md new file mode 100644 index 00000000000..a5a571e10f7 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/ticklabelitem/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::TickLabelItem::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TickLabelItem::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.charts/ticklabelitem/operator_asm/ +--- +## TickLabelItem::operator= method + + +operator= + +```cpp +TickLabelItem & Aspose::Cells::Charts::TickLabelItem::operator=(const TickLabelItem &src) +``` + +## See Also + +* Class [TickLabelItem](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [TickLabelItem](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/ticklabelitem/operator_bool/_index.md b/spanish/cpp/aspose.cells.charts/ticklabelitem/operator_bool/_index.md new file mode 100644 index 00000000000..e9fee544fac --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/ticklabelitem/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::TickLabelItem::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TickLabelItem::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.charts/ticklabelitem/operator_bool/ +--- +## TickLabelItem::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Charts::TickLabelItem::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [TickLabelItem](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/ticklabelitem/ticklabelitem/_index.md b/spanish/cpp/aspose.cells.charts/ticklabelitem/ticklabelitem/_index.md new file mode 100644 index 00000000000..bf20d61321e --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/ticklabelitem/ticklabelitem/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Charts::TickLabelItem::TickLabelItem constructor +linktitle: TickLabelItem +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TickLabelItem::TickLabelItem constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.charts/ticklabelitem/ticklabelitem/ +--- +## TickLabelItem::TickLabelItem(TickLabelItem_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Charts::TickLabelItem::TickLabelItem(TickLabelItem_Impl *impl=nullptr) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TickLabelItem](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## TickLabelItem::TickLabelItem(const TickLabelItem\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Charts::TickLabelItem::TickLabelItem(const TickLabelItem &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TickLabelItem](../) +* Class [TickLabelItem](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/ticklabelitem/~ticklabelitem/_index.md b/spanish/cpp/aspose.cells.charts/ticklabelitem/~ticklabelitem/_index.md new file mode 100644 index 00000000000..3089d3aa44f --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/ticklabelitem/~ticklabelitem/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::TickLabelItem::~TickLabelItem method +linktitle: ~TickLabelItem +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TickLabelItem::~TickLabelItem method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.charts/ticklabelitem/~ticklabelitem/ +--- +## TickLabelItem::~TickLabelItem method + + +Destructor. + +```cpp +Aspose::Cells::Charts::TickLabelItem::~TickLabelItem() +``` + +## See Also + +* Class [TickLabelItem](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/ticklabelpositiontype/_index.md b/spanish/cpp/aspose.cells.charts/ticklabelpositiontype/_index.md new file mode 100644 index 00000000000..28f0c1c1d9d --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/ticklabelpositiontype/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Cells::Charts::TickLabelPositionType enum +linktitle: TickLabelPositionType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TickLabelPositionType enum. Represents the position type of tick-mark labels on the specified axis in C++.' +type: docs +weight: 6500 +url: /es/cpp/aspose.cells.charts/ticklabelpositiontype/ +--- +## TickLabelPositionType enum + + +Represents the position type of tick-mark labels on the specified axis. + +```cpp +enum class TickLabelPositionType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| High | 0 |
Position type is high. | +| Low | 1 |
Position type is low. | +| NextToAxis | 2 |
Position type is next to axis. | +| None | 3 |
Position type is none. | + +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/ticklabels/_impl/_index.md b/spanish/cpp/aspose.cells.charts/ticklabels/_impl/_index.md new file mode 100644 index 00000000000..a61882007bd --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/ticklabels/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::TickLabels::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TickLabels::_impl field. The implementation object in C++.' +type: docs +weight: 3100 +url: /es/cpp/aspose.cells.charts/ticklabels/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +TickLabels_Impl* Aspose::Cells::Charts::TickLabels::_impl +``` + +## See Also + +* Class [TickLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/ticklabels/_index.md b/spanish/cpp/aspose.cells.charts/ticklabels/_index.md new file mode 100644 index 00000000000..57631cc1937 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/ticklabels/_index.md @@ -0,0 +1,63 @@ +--- +title: Aspose::Cells::Charts::TickLabels class +linktitle: TickLabels +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TickLabels class. Represents the tick-mark labels associated with tick marks on a chart axis in C++.' +type: docs +weight: 3200 +url: /es/cpp/aspose.cells.charts/ticklabels/ +--- +## TickLabels class + + +Represents the tick-mark labels associated with tick marks on a chart axis. + +```cpp +class TickLabels +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Get_NumberFormat()](./get_numberformat/) | Represents the format string for the [TickLabels](./) object. | +| [GetAlignmentType()](./getalignmenttype/) | Gets and sets the text alignment for the tick labels on the axis. | +| [GetAutoScaleFont()](./getautoscalefont/) | True if the text in the object changes font size when the object size changes. The default value is True. | +| [GetBackgroundMode()](./getbackgroundmode/) | Gets and sets the display mode of the background. | +| [GetDirectionType()](./getdirectiontype/) | Gets and sets the direction of text. | +| [GetDisplayNumberFormat()](./getdisplaynumberformat/) | Gets and sets the display number format of tick labels. | +| [GetFont()](./getfont/) | Returns a [Font](../../aspose.cells/font/) object that represents the font of the specified [TickLabels](./) object. | +| [GetNumber()](./getnumber/) | Represents the format number for the [TickLabels](./) object. | +| [GetNumberFormatLinked()](./getnumberformatlinked/) | True if the number format is linked to the cells (so that the number format changes in the labels when it changes in the cells). | +| [GetOffset()](./getoffset/) | Gets and sets the distance of labels from the category axis. Only for category (x) axis. | +| [GetReadingOrder()](./getreadingorder/) | Represents text reading order. | +| [GetRotationAngle()](./getrotationangle/) | Represents text rotation angle in clockwise. | +| [GetTickLabelItems()](./getticklabelitems/) | Gets the display tick labels of the axis. | +| [IsAutomaticRotation()](./isautomaticrotation/) | Indicates whether the rotation angle is automatic. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const TickLabels\& src)](./operator_asm/) | operator= | +| [SetAlignmentType(TickLabelAlignmentType value)](./setalignmenttype/) | Gets and sets the text alignment for the tick labels on the axis. | +| [SetAutoScaleFont(bool value)](./setautoscalefont/) | True if the text in the object changes font size when the object size changes. The default value is True. | +| [SetBackgroundMode(BackgroundMode value)](./setbackgroundmode/) | Gets and sets the display mode of the background. | +| [SetDirectionType(ChartTextDirectionType value)](./setdirectiontype/) | Gets and sets the direction of text. | +| [SetIsAutomaticRotation(bool value)](./setisautomaticrotation/) | Indicates whether the rotation angle is automatic. | +| [SetNumber(int32_t value)](./setnumber/) | Represents the format number for the [TickLabels](./) object. | +| [SetNumberFormat(const U16String\& value)](./setnumberformat/) | Represents the format string for the [TickLabels](./) object. | +| [SetNumberFormat(const char16_t* value)](./setnumberformat/) | Represents the format string for the [TickLabels](./) object. | +| [SetNumberFormatLinked(bool value)](./setnumberformatlinked/) | True if the number format is linked to the cells (so that the number format changes in the labels when it changes in the cells). | +| [SetOffset(int32_t value)](./setoffset/) | Gets and sets the distance of labels from the category axis. Only for category (x) axis. | +| [SetReadingOrder(TextDirectionType value)](./setreadingorder/) | Represents text reading order. | +| [SetRotationAngle(int32_t value)](./setrotationangle/) | Represents text rotation angle in clockwise. | +| [TickLabels(TickLabels_Impl* impl)](./ticklabels/) | Constructs from an implementation object. | +| [TickLabels(const TickLabels\& src)](./ticklabels/) | Copy constructor. | +| [~TickLabels()](./~ticklabels/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/ticklabels/get_numberformat/_index.md b/spanish/cpp/aspose.cells.charts/ticklabels/get_numberformat/_index.md new file mode 100644 index 00000000000..527ed66ef10 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/ticklabels/get_numberformat/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::TickLabels::Get_NumberFormat method +linktitle: Get_NumberFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TickLabels::Get_NumberFormat method. Represents the format string for the TickLabels object in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.charts/ticklabels/get_numberformat/ +--- +## TickLabels::Get_NumberFormat method + + +Represents the format string for the [TickLabels](../) object. + +```cpp +U16String Aspose::Cells::Charts::TickLabels::Get_NumberFormat() +``` + +## Remarks + + +The formatting string is same as a custom format string setting to a cell. For example, "$0". +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [TickLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/ticklabels/getalignmenttype/_index.md b/spanish/cpp/aspose.cells.charts/ticklabels/getalignmenttype/_index.md new file mode 100644 index 00000000000..bb3f73f9c47 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/ticklabels/getalignmenttype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::TickLabels::GetAlignmentType method +linktitle: GetAlignmentType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TickLabels::GetAlignmentType method. Gets and sets the text alignment for the tick labels on the axis in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells.charts/ticklabels/getalignmenttype/ +--- +## TickLabels::GetAlignmentType method + + +Gets and sets the text alignment for the tick labels on the axis. + +```cpp +TickLabelAlignmentType Aspose::Cells::Charts::TickLabels::GetAlignmentType() +``` + +## See Also + +* Enum [TickLabelAlignmentType](../../ticklabelalignmenttype/) +* Class [TickLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/ticklabels/getautoscalefont/_index.md b/spanish/cpp/aspose.cells.charts/ticklabels/getautoscalefont/_index.md new file mode 100644 index 00000000000..d5dfff834be --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/ticklabels/getautoscalefont/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::TickLabels::GetAutoScaleFont method +linktitle: GetAutoScaleFont +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TickLabels::GetAutoScaleFont method. True if the text in the object changes font size when the object size changes. The default value is True in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.charts/ticklabels/getautoscalefont/ +--- +## TickLabels::GetAutoScaleFont method + + +True if the text in the object changes font size when the object size changes. The default value is True. + +```cpp +bool Aspose::Cells::Charts::TickLabels::GetAutoScaleFont() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TickLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/ticklabels/getbackgroundmode/_index.md b/spanish/cpp/aspose.cells.charts/ticklabels/getbackgroundmode/_index.md new file mode 100644 index 00000000000..196d51586fe --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/ticklabels/getbackgroundmode/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::TickLabels::GetBackgroundMode method +linktitle: GetBackgroundMode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TickLabels::GetBackgroundMode method. Gets and sets the display mode of the background in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.charts/ticklabels/getbackgroundmode/ +--- +## TickLabels::GetBackgroundMode method + + +Gets and sets the display mode of the background. + +```cpp +BackgroundMode Aspose::Cells::Charts::TickLabels::GetBackgroundMode() +``` + +## See Also + +* Enum [BackgroundMode](../../backgroundmode/) +* Class [TickLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/ticklabels/getdirectiontype/_index.md b/spanish/cpp/aspose.cells.charts/ticklabels/getdirectiontype/_index.md new file mode 100644 index 00000000000..4017647a0f3 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/ticklabels/getdirectiontype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::TickLabels::GetDirectionType method +linktitle: GetDirectionType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TickLabels::GetDirectionType method. Gets and sets the direction of text in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.charts/ticklabels/getdirectiontype/ +--- +## TickLabels::GetDirectionType method + + +Gets and sets the direction of text. + +```cpp +ChartTextDirectionType Aspose::Cells::Charts::TickLabels::GetDirectionType() +``` + +## See Also + +* Enum [ChartTextDirectionType](../../charttextdirectiontype/) +* Class [TickLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/ticklabels/getdisplaynumberformat/_index.md b/spanish/cpp/aspose.cells.charts/ticklabels/getdisplaynumberformat/_index.md new file mode 100644 index 00000000000..c26be9f1b61 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/ticklabels/getdisplaynumberformat/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::TickLabels::GetDisplayNumberFormat method +linktitle: GetDisplayNumberFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TickLabels::GetDisplayNumberFormat method. Gets and sets the display number format of tick labels in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.charts/ticklabels/getdisplaynumberformat/ +--- +## TickLabels::GetDisplayNumberFormat method + + +Gets and sets the display number format of tick labels. + +```cpp +U16String Aspose::Cells::Charts::TickLabels::GetDisplayNumberFormat() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [TickLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/ticklabels/getfont/_index.md b/spanish/cpp/aspose.cells.charts/ticklabels/getfont/_index.md new file mode 100644 index 00000000000..7ae69035c13 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/ticklabels/getfont/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::TickLabels::GetFont method +linktitle: GetFont +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TickLabels::GetFont method. Returns a Font object that represents the font of the specified TickLabels object in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.charts/ticklabels/getfont/ +--- +## TickLabels::GetFont method + + +Returns a [Font](../../../aspose.cells/font/) object that represents the font of the specified [TickLabels](../) object. + +```cpp +Aspose::Cells::Font Aspose::Cells::Charts::TickLabels::GetFont() +``` + +## See Also + +* Class [Font](../../../aspose.cells/font/) +* Class [TickLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/ticklabels/getnumber/_index.md b/spanish/cpp/aspose.cells.charts/ticklabels/getnumber/_index.md new file mode 100644 index 00000000000..abdace4d455 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/ticklabels/getnumber/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::TickLabels::GetNumber method +linktitle: GetNumber +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TickLabels::GetNumber method. Represents the format number for the TickLabels object in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.charts/ticklabels/getnumber/ +--- +## TickLabels::GetNumber method + + +Represents the format number for the [TickLabels](../) object. + +```cpp +int32_t Aspose::Cells::Charts::TickLabels::GetNumber() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TickLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/ticklabels/getnumberformatlinked/_index.md b/spanish/cpp/aspose.cells.charts/ticklabels/getnumberformatlinked/_index.md new file mode 100644 index 00000000000..7aa5ed1f914 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/ticklabels/getnumberformatlinked/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::TickLabels::GetNumberFormatLinked method +linktitle: GetNumberFormatLinked +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TickLabels::GetNumberFormatLinked method. True if the number format is linked to the cells (so that the number format changes in the labels when it changes in the cells) in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.charts/ticklabels/getnumberformatlinked/ +--- +## TickLabels::GetNumberFormatLinked method + + +True if the number format is linked to the cells (so that the number format changes in the labels when it changes in the cells). + +```cpp +bool Aspose::Cells::Charts::TickLabels::GetNumberFormatLinked() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TickLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/ticklabels/getoffset/_index.md b/spanish/cpp/aspose.cells.charts/ticklabels/getoffset/_index.md new file mode 100644 index 00000000000..39b2f0b1392 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/ticklabels/getoffset/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::TickLabels::GetOffset method +linktitle: GetOffset +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TickLabels::GetOffset method. Gets and sets the distance of labels from the category axis. Only for category (x) axis in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.charts/ticklabels/getoffset/ +--- +## TickLabels::GetOffset method + + +Gets and sets the distance of labels from the category axis. Only for category (x) axis. + +```cpp +int32_t Aspose::Cells::Charts::TickLabels::GetOffset() +``` + +## Remarks + + +The default distance is 100 percent, which represents the default spacing between the axis labels and the axis line. The value can be an integer percentage from 0 through 1000, relative to the axis label''s font size. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TickLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/ticklabels/getreadingorder/_index.md b/spanish/cpp/aspose.cells.charts/ticklabels/getreadingorder/_index.md new file mode 100644 index 00000000000..0203b90aea9 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/ticklabels/getreadingorder/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::TickLabels::GetReadingOrder method +linktitle: GetReadingOrder +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TickLabels::GetReadingOrder method. Represents text reading order in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.charts/ticklabels/getreadingorder/ +--- +## TickLabels::GetReadingOrder method + + +Represents text reading order. + +```cpp +TextDirectionType Aspose::Cells::Charts::TickLabels::GetReadingOrder() +``` + +## See Also + +* Enum [TextDirectionType](../../../aspose.cells/textdirectiontype/) +* Class [TickLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/ticklabels/getrotationangle/_index.md b/spanish/cpp/aspose.cells.charts/ticklabels/getrotationangle/_index.md new file mode 100644 index 00000000000..d3a56b56010 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/ticklabels/getrotationangle/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Charts::TickLabels::GetRotationAngle method +linktitle: GetRotationAngle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TickLabels::GetRotationAngle method. Represents text rotation angle in clockwise in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.charts/ticklabels/getrotationangle/ +--- +## TickLabels::GetRotationAngle method + + +Represents text rotation angle in clockwise. + +```cpp +int32_t Aspose::Cells::Charts::TickLabels::GetRotationAngle() +``` + +## Remarks + + + + +0: Not rotated. + +255: Top to Bottom. + +-90: Downward. + +90: Upward. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TickLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/ticklabels/getticklabelitems/_index.md b/spanish/cpp/aspose.cells.charts/ticklabels/getticklabelitems/_index.md new file mode 100644 index 00000000000..db2287ed8d2 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/ticklabels/getticklabelitems/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::TickLabels::GetTickLabelItems method +linktitle: GetTickLabelItems +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TickLabels::GetTickLabelItems method. Gets the display tick labels of the axis in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells.charts/ticklabels/getticklabelitems/ +--- +## TickLabels::GetTickLabelItems method + + +Gets the display tick labels of the axis. + +```cpp +Vector Aspose::Cells::Charts::TickLabels::GetTickLabelItems() +``` + +## Remarks + + +Only available after calling [Chart.Calculate()](../../chart/calculate/) method. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TickLabelItem](../../ticklabelitem/) +* Class [TickLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/ticklabels/isautomaticrotation/_index.md b/spanish/cpp/aspose.cells.charts/ticklabels/isautomaticrotation/_index.md new file mode 100644 index 00000000000..0f013e75e26 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/ticklabels/isautomaticrotation/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::TickLabels::IsAutomaticRotation method +linktitle: IsAutomaticRotation +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TickLabels::IsAutomaticRotation method. Indicates whether the rotation angle is automatic in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.charts/ticklabels/isautomaticrotation/ +--- +## TickLabels::IsAutomaticRotation method + + +Indicates whether the rotation angle is automatic. + +```cpp +bool Aspose::Cells::Charts::TickLabels::IsAutomaticRotation() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TickLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/ticklabels/isnull/_index.md b/spanish/cpp/aspose.cells.charts/ticklabels/isnull/_index.md new file mode 100644 index 00000000000..c520565c8b6 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/ticklabels/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::TickLabels::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TickLabels::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.charts/ticklabels/isnull/ +--- +## TickLabels::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Charts::TickLabels::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TickLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/ticklabels/operator_asm/_index.md b/spanish/cpp/aspose.cells.charts/ticklabels/operator_asm/_index.md new file mode 100644 index 00000000000..9aef9acdd02 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/ticklabels/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::TickLabels::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TickLabels::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.charts/ticklabels/operator_asm/ +--- +## TickLabels::operator= method + + +operator= + +```cpp +TickLabels & Aspose::Cells::Charts::TickLabels::operator=(const TickLabels &src) +``` + +## See Also + +* Class [TickLabels](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [TickLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/ticklabels/operator_bool/_index.md b/spanish/cpp/aspose.cells.charts/ticklabels/operator_bool/_index.md new file mode 100644 index 00000000000..96887dbdfad --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/ticklabels/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::TickLabels::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TickLabels::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.charts/ticklabels/operator_bool/ +--- +## TickLabels::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Charts::TickLabels::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [TickLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/ticklabels/setalignmenttype/_index.md b/spanish/cpp/aspose.cells.charts/ticklabels/setalignmenttype/_index.md new file mode 100644 index 00000000000..1b23434a248 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/ticklabels/setalignmenttype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::TickLabels::SetAlignmentType method +linktitle: SetAlignmentType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TickLabels::SetAlignmentType method. Gets and sets the text alignment for the tick labels on the axis in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells.charts/ticklabels/setalignmenttype/ +--- +## TickLabels::SetAlignmentType method + + +Gets and sets the text alignment for the tick labels on the axis. + +```cpp +void Aspose::Cells::Charts::TickLabels::SetAlignmentType(TickLabelAlignmentType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [TickLabelAlignmentType](../../ticklabelalignmenttype/) +* Class [TickLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/ticklabels/setautoscalefont/_index.md b/spanish/cpp/aspose.cells.charts/ticklabels/setautoscalefont/_index.md new file mode 100644 index 00000000000..b05b76ddca7 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/ticklabels/setautoscalefont/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::TickLabels::SetAutoScaleFont method +linktitle: SetAutoScaleFont +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TickLabels::SetAutoScaleFont method. True if the text in the object changes font size when the object size changes. The default value is True in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.charts/ticklabels/setautoscalefont/ +--- +## TickLabels::SetAutoScaleFont method + + +True if the text in the object changes font size when the object size changes. The default value is True. + +```cpp +void Aspose::Cells::Charts::TickLabels::SetAutoScaleFont(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TickLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/ticklabels/setbackgroundmode/_index.md b/spanish/cpp/aspose.cells.charts/ticklabels/setbackgroundmode/_index.md new file mode 100644 index 00000000000..ef8fd0e97ce --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/ticklabels/setbackgroundmode/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::TickLabels::SetBackgroundMode method +linktitle: SetBackgroundMode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TickLabels::SetBackgroundMode method. Gets and sets the display mode of the background in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.charts/ticklabels/setbackgroundmode/ +--- +## TickLabels::SetBackgroundMode method + + +Gets and sets the display mode of the background. + +```cpp +void Aspose::Cells::Charts::TickLabels::SetBackgroundMode(BackgroundMode value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [BackgroundMode](../../backgroundmode/) +* Class [TickLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/ticklabels/setdirectiontype/_index.md b/spanish/cpp/aspose.cells.charts/ticklabels/setdirectiontype/_index.md new file mode 100644 index 00000000000..0d9716c9e09 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/ticklabels/setdirectiontype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::TickLabels::SetDirectionType method +linktitle: SetDirectionType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TickLabels::SetDirectionType method. Gets and sets the direction of text in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.charts/ticklabels/setdirectiontype/ +--- +## TickLabels::SetDirectionType method + + +Gets and sets the direction of text. + +```cpp +void Aspose::Cells::Charts::TickLabels::SetDirectionType(ChartTextDirectionType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ChartTextDirectionType](../../charttextdirectiontype/) +* Class [TickLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/ticklabels/setisautomaticrotation/_index.md b/spanish/cpp/aspose.cells.charts/ticklabels/setisautomaticrotation/_index.md new file mode 100644 index 00000000000..eacbcdb0b9f --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/ticklabels/setisautomaticrotation/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::TickLabels::SetIsAutomaticRotation method +linktitle: SetIsAutomaticRotation +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TickLabels::SetIsAutomaticRotation method. Indicates whether the rotation angle is automatic in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.charts/ticklabels/setisautomaticrotation/ +--- +## TickLabels::SetIsAutomaticRotation method + + +Indicates whether the rotation angle is automatic. + +```cpp +void Aspose::Cells::Charts::TickLabels::SetIsAutomaticRotation(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TickLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/ticklabels/setnumber/_index.md b/spanish/cpp/aspose.cells.charts/ticklabels/setnumber/_index.md new file mode 100644 index 00000000000..90d548264e4 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/ticklabels/setnumber/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::TickLabels::SetNumber method +linktitle: SetNumber +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TickLabels::SetNumber method. Represents the format number for the TickLabels object in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.charts/ticklabels/setnumber/ +--- +## TickLabels::SetNumber method + + +Represents the format number for the [TickLabels](../) object. + +```cpp +void Aspose::Cells::Charts::TickLabels::SetNumber(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TickLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/ticklabels/setnumberformat/_index.md b/spanish/cpp/aspose.cells.charts/ticklabels/setnumberformat/_index.md new file mode 100644 index 00000000000..cd741323493 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/ticklabels/setnumberformat/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::Charts::TickLabels::SetNumberFormat method +linktitle: SetNumberFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TickLabels::SetNumberFormat method. Represents the format string for the TickLabels object in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.charts/ticklabels/setnumberformat/ +--- +## TickLabels::SetNumberFormat(const U16String\&) method + + +Represents the format string for the [TickLabels](../) object. + +```cpp +void Aspose::Cells::Charts::TickLabels::SetNumberFormat(const U16String &value) +``` + +## Remarks + + +The formatting string is same as a custom format string setting to a cell. For example, "$0". +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [TickLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## TickLabels::SetNumberFormat(const char16_t*) method + + +Represents the format string for the [TickLabels](../) object. + +```cpp +void Aspose::Cells::Charts::TickLabels::SetNumberFormat(const char16_t *value) +``` + +## Remarks + + +The formatting string is same as a custom format string setting to a cell. For example, "$0". +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TickLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/ticklabels/setnumberformatlinked/_index.md b/spanish/cpp/aspose.cells.charts/ticklabels/setnumberformatlinked/_index.md new file mode 100644 index 00000000000..d71a4f7516f --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/ticklabels/setnumberformatlinked/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::TickLabels::SetNumberFormatLinked method +linktitle: SetNumberFormatLinked +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TickLabels::SetNumberFormatLinked method. True if the number format is linked to the cells (so that the number format changes in the labels when it changes in the cells) in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.charts/ticklabels/setnumberformatlinked/ +--- +## TickLabels::SetNumberFormatLinked method + + +True if the number format is linked to the cells (so that the number format changes in the labels when it changes in the cells). + +```cpp +void Aspose::Cells::Charts::TickLabels::SetNumberFormatLinked(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TickLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/ticklabels/setoffset/_index.md b/spanish/cpp/aspose.cells.charts/ticklabels/setoffset/_index.md new file mode 100644 index 00000000000..36311c9693e --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/ticklabels/setoffset/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::TickLabels::SetOffset method +linktitle: SetOffset +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TickLabels::SetOffset method. Gets and sets the distance of labels from the category axis. Only for category (x) axis in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.charts/ticklabels/setoffset/ +--- +## TickLabels::SetOffset method + + +Gets and sets the distance of labels from the category axis. Only for category (x) axis. + +```cpp +void Aspose::Cells::Charts::TickLabels::SetOffset(int32_t value) +``` + +## Remarks + + +The default distance is 100 percent, which represents the default spacing between the axis labels and the axis line. The value can be an integer percentage from 0 through 1000, relative to the axis label''s font size. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TickLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/ticklabels/setreadingorder/_index.md b/spanish/cpp/aspose.cells.charts/ticklabels/setreadingorder/_index.md new file mode 100644 index 00000000000..34ea1a0d933 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/ticklabels/setreadingorder/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::TickLabels::SetReadingOrder method +linktitle: SetReadingOrder +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TickLabels::SetReadingOrder method. Represents text reading order in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.charts/ticklabels/setreadingorder/ +--- +## TickLabels::SetReadingOrder method + + +Represents text reading order. + +```cpp +void Aspose::Cells::Charts::TickLabels::SetReadingOrder(TextDirectionType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [TextDirectionType](../../../aspose.cells/textdirectiontype/) +* Class [TickLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/ticklabels/setrotationangle/_index.md b/spanish/cpp/aspose.cells.charts/ticklabels/setrotationangle/_index.md new file mode 100644 index 00000000000..b378233bd28 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/ticklabels/setrotationangle/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Charts::TickLabels::SetRotationAngle method +linktitle: SetRotationAngle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TickLabels::SetRotationAngle method. Represents text rotation angle in clockwise in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.charts/ticklabels/setrotationangle/ +--- +## TickLabels::SetRotationAngle method + + +Represents text rotation angle in clockwise. + +```cpp +void Aspose::Cells::Charts::TickLabels::SetRotationAngle(int32_t value) +``` + +## Remarks + + + + +0: Not rotated. + +255: Top to Bottom. + +-90: Downward. + +90: Upward. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TickLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/ticklabels/ticklabels/_index.md b/spanish/cpp/aspose.cells.charts/ticklabels/ticklabels/_index.md new file mode 100644 index 00000000000..bc86d2b3647 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/ticklabels/ticklabels/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Charts::TickLabels::TickLabels constructor +linktitle: TickLabels +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TickLabels::TickLabels constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.charts/ticklabels/ticklabels/ +--- +## TickLabels::TickLabels(TickLabels_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Charts::TickLabels::TickLabels(TickLabels_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TickLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## TickLabels::TickLabels(const TickLabels\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Charts::TickLabels::TickLabels(const TickLabels &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TickLabels](../) +* Class [TickLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/ticklabels/~ticklabels/_index.md b/spanish/cpp/aspose.cells.charts/ticklabels/~ticklabels/_index.md new file mode 100644 index 00000000000..b9e0f86507d --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/ticklabels/~ticklabels/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::TickLabels::~TickLabels method +linktitle: ~TickLabels +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TickLabels::~TickLabels method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.charts/ticklabels/~ticklabels/ +--- +## TickLabels::~TickLabels method + + +Destructor. + +```cpp +Aspose::Cells::Charts::TickLabels::~TickLabels() +``` + +## See Also + +* Class [TickLabels](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/tickmarktype/_index.md b/spanish/cpp/aspose.cells.charts/tickmarktype/_index.md new file mode 100644 index 00000000000..9d013e1c607 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/tickmarktype/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Cells::Charts::TickMarkType enum +linktitle: TickMarkType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TickMarkType enum. Represents the tick mark type for the specified axis in C++.' +type: docs +weight: 6600 +url: /es/cpp/aspose.cells.charts/tickmarktype/ +--- +## TickMarkType enum + + +Represents the tick mark type for the specified axis. + +```cpp +enum class TickMarkType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Cross | 0 |
Tick mark type is Cross. | +| Inside | 1 |
Tick mark type is Inside. | +| None | 2 |
Tick mark type is None. | +| Outside | 3 |
Tick mark type is Outside. | + +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/timeunit/_index.md b/spanish/cpp/aspose.cells.charts/timeunit/_index.md new file mode 100644 index 00000000000..8c0032f1646 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/timeunit/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Charts::TimeUnit enum +linktitle: TimeUnit +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TimeUnit enum. Represents the base unit for the category axis in C++.' +type: docs +weight: 6700 +url: /es/cpp/aspose.cells.charts/timeunit/ +--- +## TimeUnit enum + + +Represents the base unit for the category axis. + +```cpp +enum class TimeUnit +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Days | 0 |
Days. | +| Months | 1 |
Months. | +| Years | 2 |
Years. | + +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/title/_impl/_index.md b/spanish/cpp/aspose.cells.charts/title/_impl/_index.md new file mode 100644 index 00000000000..4051bb833f3 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/title/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::Title::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Title::_impl field. The implementation object in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.charts/title/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +Title_Impl* Aspose::Cells::Charts::Title::_impl +``` + +## See Also + +* Class [Title](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/title/_index.md b/spanish/cpp/aspose.cells.charts/title/_index.md new file mode 100644 index 00000000000..67b16ebb6b6 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/title/_index.md @@ -0,0 +1,163 @@ +--- +title: Aspose::Cells::Charts::Title class +linktitle: Title +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Title class. Encapsulates the object that represents the title of chart or axis in C++.' +type: docs +weight: 3400 +url: /es/cpp/aspose.cells.charts/title/ +--- +## Title class + + +Encapsulates the object that represents the title of chart or axis. + +```cpp +class Title : public Aspose::Cells::Charts::ChartTextFrame +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Characters()](./characters/) | Gets rich text formatting of this [Title](./). | +| [Characters(int32_t startIndex, int32_t length)](./characters/) | Returns a Characters object that represents a range of characters within the text. | +| [ChartFrame(ChartFrame_Impl* impl)](../chartframe/chartframe/) | Constructs from an implementation object. | +| [ChartFrame(const ChartFrame\& src)](../chartframe/chartframe/) | Copy constructor. | +| [ChartTextFrame(ChartTextFrame_Impl* impl)](../charttextframe/charttextframe/) | Constructs from an implementation object. | +| [ChartTextFrame(const ChartTextFrame\& src)](../charttextframe/charttextframe/) | Copy constructor. | +| [ChartTextFrame(const ChartFrame\& src)](../charttextframe/charttextframe/) | Constructs from a parent object. | +| [GetArea()](../chartframe/getarea/) | Gets the [area](../). | +| [GetAutoScaleFont()](../chartframe/getautoscalefont/) | True if the text in the object changes font size when the object size changes. The default value is True. | +| [GetBackground()](../chartframe/getbackground/) | **(Deprecated)** Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions. | +| [GetBackgroundMode()](../chartframe/getbackgroundmode/) | **(Deprecated)** Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions. | +| [GetBorder()](../chartframe/getborder/) | Gets the [border](../). | +| [GetDefaultHeight()](../chartframe/getdefaultheight/) | **(Deprecated)** Represents height of default position in units of 1/4000 of the chart area. | +| [GetDefaultHeightRatioToChart()](../chartframe/getdefaultheightratiotochart/) | Represents height of default position in units of Fraction of the chart area. | +| [GetDefaultWidth()](../chartframe/getdefaultwidth/) | **(Deprecated)** Represents width of default position in units of 1/4000 of the chart area. | +| [GetDefaultWidthRatioToChart()](../chartframe/getdefaultwidthratiotochart/) | Represents width of default position in units of Fraction of the chart area. | +| [GetDefaultX()](../chartframe/getdefaultx/) | **(Deprecated)** Represents x of default position in units of 1/4000 of the chart area. | +| [GetDefaultXRatioToChart()](../chartframe/getdefaultxratiotochart/) | Represents x of default position in units of Fraction of the chart area. | +| [GetDefaultY()](../chartframe/getdefaulty/) | **(Deprecated)** Represents y of default position in units of 1/4000 of the chart area. | +| [GetDefaultYRatioToChart()](../chartframe/getdefaultyratiotochart/) | Represents y of default position in units of Fraction of the chart area. | +| [GetDirectionType()](../charttextframe/getdirectiontype/) | Gets and sets the direction of text. | +| [GetFont()](../chartframe/getfont/) | Gets a [Font](../../aspose.cells/font/) object of the specified [ChartFrame](../chartframe/) object. | +| [GetHeight()](../chartframe/getheight/) | **(Deprecated)** Gets or sets the height of frame in units of 1/4000 of the chart area. | +| [GetHeightPixel()](../chartframe/getheightpixel/) | Gets or sets the height of frame in units of Pixel. | +| [GetHeightRatioToChart()](../chartframe/getheightratiotochart/) | Gets or sets the height of frame in units of ratio of the chart area. | +| [GetLinkedSource()](../charttextframe/getlinkedsource/) | Gets and sets a reference to the worksheet. | +| [GetOverLay()](./getoverlay/) | Represents overlay centered title on chart without resizing chart. | +| [GetReadingOrder()](../charttextframe/getreadingorder/) | Represents text reading order. | +| [GetRotationAngle()](../charttextframe/getrotationangle/) | Represents the text rotation angle. | +| [GetShadow()](../chartframe/getshadow/) | True if the frame has a shadow. | +| [GetShapeProperties()](../chartframe/getshapeproperties/) | Gets the ShapeProperties object. | +| [GetText()](./gettext/) | Gets or sets the text of display unit label. | +| [GetTextHorizontalAlignment()](../charttextframe/gettexthorizontalalignment/) | Gets and sets the text horizontal alignment. | +| [GetTextOptions()](../chartframe/gettextoptions/) | Gets and sets the options of the text. | +| [GetTextVerticalAlignment()](../charttextframe/gettextverticalalignment/) | Gets or sets the text vertical alignment of text. | +| [GetWidth()](../chartframe/getwidth/) | **(Deprecated)** Gets or sets the width of frame in units of 1/4000 of the chart area. | +| [GetWidthPixel()](../chartframe/getwidthpixel/) | Gets or sets the width of frame in units of Pixel. | +| [GetWidthRatioToChart()](../chartframe/getwidthratiotochart/) | Gets or sets the width of frame in units of ratio of the chart area. | +| [GetX()](./getx/) | **(Deprecated)** Gets or sets the x coordinate of the upper left corner in units of 1/4000 of the chart area. | +| [GetXPixel()](../chartframe/getxpixel/) | Gets or sets the x coordinate of the upper left corner in units of Pixel. | +| [GetXRatioToChart()](./getxratiotochart/) | Gets or sets the x coordinate of the upper left corner in units of Fraction of the chart area. X In Pixels = XRatioToChart * Chart.ChartObject.Width;. | +| [GetY()](./gety/) | **(Deprecated)** Gets or sets the y coordinate of the upper left corner in units of 1/4000 of the chart area. | +| [GetYPixel()](../chartframe/getypixel/) | Gets or sets the y coordinate of the upper left corner in units of Pixel. | +| [GetYRatioToChart()](./getyratiotochart/) | Gets or sets the y coordinate of the upper left corner in units of Fraction of the chart area. Y In Pixels = YRatioToChart * Chart.ChartObject.Width;. | +| [IsAutomaticRotation()](../charttextframe/isautomaticrotation/) | Indicates whether the text of the chart is automatically rotated. | +| [IsAutomaticSize()](../chartframe/isautomaticsize/) | Indicates whether the chart frame is automatic sized. | +| [IsAutoText()](../charttextframe/isautotext/) | Indicates the text is auto generated. | +| [IsDefaultPosBeSet()](../chartframe/isdefaultposbeset/) | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set. | +| [IsDeleted()](../charttextframe/isdeleted/) | Indicates whether this data labels are deleted. | +| [IsInnerMode()](../chartframe/isinnermode/) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsResizeShapeToFitText()](../charttextframe/isresizeshapetofittext/) | Gets or sets whether a shape should be auto-fit to fully contain the text described within it. Auto-fitting is when text within a shape is scaled in order to contain all the text inside. | +| [IsTextWrapped()](../charttextframe/istextwrapped/) | Gets or sets a value indicating whether the text is wrapped. | +| [IsVisible()](./isvisible/) | Represents whether the title is visible. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const Title\& src)](./operator_asm/) | operator= | +| [operator=(const ChartTextFrame\& src)](../charttextframe/operator_asm/) | operator= | +| [operator=(const ChartFrame\& src)](../chartframe/operator_asm/) | operator= | +| [SetAutoScaleFont(bool value)](../chartframe/setautoscalefont/) | True if the text in the object changes font size when the object size changes. The default value is True. | +| [SetBackground(BackgroundMode value)](../chartframe/setbackground/) | **(Deprecated)** Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions. | +| [SetBackgroundMode(BackgroundMode value)](../chartframe/setbackgroundmode/) | **(Deprecated)** Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions. | +| [SetDirectionType(ChartTextDirectionType value)](../charttextframe/setdirectiontype/) | Gets and sets the direction of text. | +| [SetHeight(int32_t value)](../chartframe/setheight/) | **(Deprecated)** Gets or sets the height of frame in units of 1/4000 of the chart area. | +| [SetHeightPixel(int32_t value)](../chartframe/setheightpixel/) | Gets or sets the height of frame in units of Pixel. | +| [SetHeightRatioToChart(double value)](../chartframe/setheightratiotochart/) | Gets or sets the height of frame in units of ratio of the chart area. | +| [SetIsAutomaticSize(bool value)](../chartframe/setisautomaticsize/) | Indicates whether the chart frame is automatic sized. | +| [SetIsAutoText(bool value)](../charttextframe/setisautotext/) | Indicates the text is auto generated. | +| [SetIsDeleted(bool value)](../charttextframe/setisdeleted/) | Indicates whether this data labels are deleted. | +| [SetIsInnerMode(bool value)](../chartframe/setisinnermode/) | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. | +| [SetIsResizeShapeToFitText(bool value)](../charttextframe/setisresizeshapetofittext/) | Gets or sets whether a shape should be auto-fit to fully contain the text described within it. Auto-fitting is when text within a shape is scaled in order to contain all the text inside. | +| [SetIsTextWrapped(bool value)](../charttextframe/setistextwrapped/) | Gets or sets a value indicating whether the text is wrapped. | +| [SetIsVisible(bool value)](./setisvisible/) | Represents whether the title is visible. | +| [SetLinkedSource(const U16String\& value)](../charttextframe/setlinkedsource/) | Gets and sets a reference to the worksheet. | +| [SetLinkedSource(const char16_t* value)](../charttextframe/setlinkedsource/) | Gets and sets a reference to the worksheet. | +| [SetOverLay(bool value)](./setoverlay/) | Represents overlay centered title on chart without resizing chart. | +| [SetPositionAuto()](../chartframe/setpositionauto/) | Set position of the frame to automatic. | +| [SetReadingOrder(TextDirectionType value)](../charttextframe/setreadingorder/) | Represents text reading order. | +| [SetRotationAngle(int32_t value)](../charttextframe/setrotationangle/) | Represents the text rotation angle. | +| [SetShadow(bool value)](../chartframe/setshadow/) | True if the frame has a shadow. | +| [SetText(const U16String\& value)](./settext/) | Gets or sets the text of display unit label. | +| [SetText(const char16_t* value)](./settext/) | Gets or sets the text of display unit label. | +| [SetTextHorizontalAlignment(TextAlignmentType value)](../charttextframe/settexthorizontalalignment/) | Gets and sets the text horizontal alignment. | +| [SetTextVerticalAlignment(TextAlignmentType value)](../charttextframe/settextverticalalignment/) | Gets or sets the text vertical alignment of text. | +| [SetWidth(int32_t value)](../chartframe/setwidth/) | **(Deprecated)** Gets or sets the width of frame in units of 1/4000 of the chart area. | +| [SetWidthPixel(int32_t value)](../chartframe/setwidthpixel/) | Gets or sets the width of frame in units of Pixel. | +| [SetWidthRatioToChart(double value)](../chartframe/setwidthratiotochart/) | Gets or sets the width of frame in units of ratio of the chart area. | +| [SetX(int32_t value)](./setx/) | **(Deprecated)** Gets or sets the x coordinate of the upper left corner in units of 1/4000 of the chart area. | +| [SetXPixel(int32_t value)](../chartframe/setxpixel/) | Gets or sets the x coordinate of the upper left corner in units of Pixel. | +| [SetXRatioToChart(double value)](./setxratiotochart/) | Gets or sets the x coordinate of the upper left corner in units of Fraction of the chart area. X In Pixels = XRatioToChart * Chart.ChartObject.Width;. | +| [SetY(int32_t value)](./sety/) | **(Deprecated)** Gets or sets the y coordinate of the upper left corner in units of 1/4000 of the chart area. | +| [SetYPixel(int32_t value)](../chartframe/setypixel/) | Gets or sets the y coordinate of the upper left corner in units of Pixel. | +| [SetYRatioToChart(double value)](./setyratiotochart/) | Gets or sets the y coordinate of the upper left corner in units of Fraction of the chart area. Y In Pixels = YRatioToChart * Chart.ChartObject.Width;. | +| [Title(Title_Impl* impl)](./title/) | Constructs from an implementation object. | +| [Title(const Title\& src)](./title/) | Copy constructor. | +| [Title(const ChartTextFrame\& src)](./title/) | Constructs from a parent object. | +| [~ChartFrame()](../chartframe/~chartframe/) | Destructor. | +| [~ChartTextFrame()](../charttextframe/~charttextframe/) | Destructor. | +| [~Title()](./~title/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook workbook; +Worksheet sheet = workbook.GetWorksheets().Get(0); + +Cells cells = sheet.GetCells(); +cells.Get(0, 1).PutValue(u"Income"); +cells.Get(1, 0).PutValue(u"Company A"); +cells.Get(2, 0).PutValue(u"Company B"); +cells.Get(3, 0).PutValue(u"Company C"); +cells.Get(1, 1).PutValue(10000); +cells.Get(2, 1).PutValue(20000); +cells.Get(3, 1).PutValue(30000); + +int chartIndex = sheet.GetCharts().Add(ChartType::Column, 9, 9, 21, 15); +Chart chart = sheet.GetCharts().Get(chartIndex); + +//Establecer el título de un gráfico +chart.GetTitle().SetText(u"Title"); +//Establecer el color de fuente del título del gráfico a azul +chart.GetTitle().GetFont().SetColor(Color{ 0xff, 0, 0, 0xff }); +//Establecer el título del eje de categorías del gráfico +chart.GetCategoryAxis().GetTitle().SetText(u"Category"); +//Establecer el título del eje de valores del gráfico +chart.GetValueAxis().GetTitle().SetText(u"Value"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [ChartTextFrame](../charttextframe/) +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/title/characters/_index.md b/spanish/cpp/aspose.cells.charts/title/characters/_index.md new file mode 100644 index 00000000000..08196599ba3 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/title/characters/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Charts::Title::Characters method +linktitle: Characters +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Title::Characters method. Gets rich text formatting of this Title in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.charts/title/characters/ +--- +## Title::Characters() method + + +Gets rich text formatting of this [Title](../). + +```cpp +Vector Aspose::Cells::Charts::Title::Characters() +``` + + +## ReturnValue + +returns [FontSetting](../../../aspose.cells/fontsetting/) array + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [FontSetting](../../../aspose.cells/fontsetting/) +* Class [Title](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## Title::Characters(int32_t, int32_t) method + + +Returns a Characters object that represents a range of characters within the text. + +```cpp +FontSetting Aspose::Cells::Charts::Title::Characters(int32_t startIndex, int32_t length) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| startIndex | int32_t | The index of the start of the character. | +| length | int32_t | The number of characters. | + +## ReturnValue + +Characters object. + +## See Also + +* Class [FontSetting](../../../aspose.cells/fontsetting/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [Title](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/title/getoverlay/_index.md b/spanish/cpp/aspose.cells.charts/title/getoverlay/_index.md new file mode 100644 index 00000000000..50ff0565be4 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/title/getoverlay/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Title::GetOverLay method +linktitle: GetOverLay +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Title::GetOverLay method. Represents overlay centered title on chart without resizing chart in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.charts/title/getoverlay/ +--- +## Title::GetOverLay method + + +Represents overlay centered title on chart without resizing chart. + +```cpp +bool Aspose::Cells::Charts::Title::GetOverLay() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Title](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/title/gettext/_index.md b/spanish/cpp/aspose.cells.charts/title/gettext/_index.md new file mode 100644 index 00000000000..3a8d2710572 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/title/gettext/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Title::GetText method +linktitle: GetText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Title::GetText method. Gets or sets the text of display unit label in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.charts/title/gettext/ +--- +## Title::GetText method + + +Gets or sets the text of display unit label. + +```cpp +U16String Aspose::Cells::Charts::Title::GetText() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Title](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/title/getx/_index.md b/spanish/cpp/aspose.cells.charts/title/getx/_index.md new file mode 100644 index 00000000000..1ac1518d19c --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/title/getx/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::Title::GetX method +linktitle: GetX +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Title::GetX method. Gets or sets the x coordinate of the upper left corner in units of 1/4000 of the chart area in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.charts/title/getx/ +--- +## Title::GetX method + + +Gets or sets the x coordinate of the upper left corner in units of 1/4000 of the chart area. + + +>Deprecated +> +>Use Title.XRatioToChart property, instead. +```cpp +int32_t Aspose::Cells::Charts::Title::GetX() +``` + +## Remarks + + +NOTE: This member is now obsolete. Please use Title.XRatioToChart property, instead. X = XRatioToChart * 4000; This property will be removed 12 months later since February 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Title](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/title/getxratiotochart/_index.md b/spanish/cpp/aspose.cells.charts/title/getxratiotochart/_index.md new file mode 100644 index 00000000000..36d0841b716 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/title/getxratiotochart/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Title::GetXRatioToChart method +linktitle: GetXRatioToChart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Title::GetXRatioToChart method. Gets or sets the x coordinate of the upper left corner in units of Fraction of the chart area. X In Pixels = XRatioToChart * Chart.ChartObject.Width; in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.charts/title/getxratiotochart/ +--- +## Title::GetXRatioToChart method + + +Gets or sets the x coordinate of the upper left corner in units of Fraction of the chart area. X In Pixels = XRatioToChart * Chart.ChartObject.Width;. + +```cpp +double Aspose::Cells::Charts::Title::GetXRatioToChart() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Title](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/title/gety/_index.md b/spanish/cpp/aspose.cells.charts/title/gety/_index.md new file mode 100644 index 00000000000..8bccda834a1 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/title/gety/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::Title::GetY method +linktitle: GetY +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Title::GetY method. Gets or sets the y coordinate of the upper left corner in units of 1/4000 of the chart area in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.charts/title/gety/ +--- +## Title::GetY method + + +Gets or sets the y coordinate of the upper left corner in units of 1/4000 of the chart area. + + +>Deprecated +> +>Use Title.YRatioToChart property, instead. +```cpp +int32_t Aspose::Cells::Charts::Title::GetY() +``` + +## Remarks + + +NOTE: This member is now obsolete. Please use Title.YRatioToChart property, instead. Y = YRatioToChart * 4000; This property will be removed 12 months later since February 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Title](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/title/getyratiotochart/_index.md b/spanish/cpp/aspose.cells.charts/title/getyratiotochart/_index.md new file mode 100644 index 00000000000..2dabca91692 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/title/getyratiotochart/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Title::GetYRatioToChart method +linktitle: GetYRatioToChart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Title::GetYRatioToChart method. Gets or sets the y coordinate of the upper left corner in units of Fraction of the chart area. Y In Pixels = YRatioToChart * Chart.ChartObject.Width; in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.charts/title/getyratiotochart/ +--- +## Title::GetYRatioToChart method + + +Gets or sets the y coordinate of the upper left corner in units of Fraction of the chart area. Y In Pixels = YRatioToChart * Chart.ChartObject.Width;. + +```cpp +double Aspose::Cells::Charts::Title::GetYRatioToChart() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Title](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/title/isnull/_index.md b/spanish/cpp/aspose.cells.charts/title/isnull/_index.md new file mode 100644 index 00000000000..dc116c73353 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/title/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::Title::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Title::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.charts/title/isnull/ +--- +## Title::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Charts::Title::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Title](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/title/isvisible/_index.md b/spanish/cpp/aspose.cells.charts/title/isvisible/_index.md new file mode 100644 index 00000000000..9c753f68b34 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/title/isvisible/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Title::IsVisible method +linktitle: IsVisible +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Title::IsVisible method. Represents whether the title is visible in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.charts/title/isvisible/ +--- +## Title::IsVisible method + + +Represents whether the title is visible. + +```cpp +bool Aspose::Cells::Charts::Title::IsVisible() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Title](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/title/operator_asm/_index.md b/spanish/cpp/aspose.cells.charts/title/operator_asm/_index.md new file mode 100644 index 00000000000..831d60f7a3c --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/title/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::Title::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Title::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.charts/title/operator_asm/ +--- +## Title::operator= method + + +operator= + +```cpp +Title & Aspose::Cells::Charts::Title::operator=(const Title &src) +``` + +## See Also + +* Class [Title](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [Title](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/title/operator_bool/_index.md b/spanish/cpp/aspose.cells.charts/title/operator_bool/_index.md new file mode 100644 index 00000000000..c4789735b5a --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/title/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::Title::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Title::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.charts/title/operator_bool/ +--- +## Title::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Charts::Title::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [Title](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/title/setisvisible/_index.md b/spanish/cpp/aspose.cells.charts/title/setisvisible/_index.md new file mode 100644 index 00000000000..78dfe29d2b6 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/title/setisvisible/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Title::SetIsVisible method +linktitle: SetIsVisible +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Title::SetIsVisible method. Represents whether the title is visible in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.charts/title/setisvisible/ +--- +## Title::SetIsVisible method + + +Represents whether the title is visible. + +```cpp +void Aspose::Cells::Charts::Title::SetIsVisible(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Title](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/title/setoverlay/_index.md b/spanish/cpp/aspose.cells.charts/title/setoverlay/_index.md new file mode 100644 index 00000000000..0ad4c893fa7 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/title/setoverlay/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Title::SetOverLay method +linktitle: SetOverLay +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Title::SetOverLay method. Represents overlay centered title on chart without resizing chart in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.charts/title/setoverlay/ +--- +## Title::SetOverLay method + + +Represents overlay centered title on chart without resizing chart. + +```cpp +void Aspose::Cells::Charts::Title::SetOverLay(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Title](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/title/settext/_index.md b/spanish/cpp/aspose.cells.charts/title/settext/_index.md new file mode 100644 index 00000000000..878411ef9e3 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/title/settext/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Charts::Title::SetText method +linktitle: SetText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Title::SetText method. Gets or sets the text of display unit label in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.charts/title/settext/ +--- +## Title::SetText(const U16String\&) method + + +Gets or sets the text of display unit label. + +```cpp +void Aspose::Cells::Charts::Title::SetText(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Title](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## Title::SetText(const char16_t*) method + + +Gets or sets the text of display unit label. + +```cpp +void Aspose::Cells::Charts::Title::SetText(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Title](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/title/setx/_index.md b/spanish/cpp/aspose.cells.charts/title/setx/_index.md new file mode 100644 index 00000000000..e600bd2af00 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/title/setx/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::Title::SetX method +linktitle: SetX +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Title::SetX method. Gets or sets the x coordinate of the upper left corner in units of 1/4000 of the chart area in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.charts/title/setx/ +--- +## Title::SetX method + + +Gets or sets the x coordinate of the upper left corner in units of 1/4000 of the chart area. + + +>Deprecated +> +>Use Title.XRatioToChart property, instead. +```cpp +void Aspose::Cells::Charts::Title::SetX(int32_t value) +``` + +## Remarks + + +NOTE: This member is now obsolete. Please use Title.XRatioToChart property, instead. X = XRatioToChart * 4000; This property will be removed 12 months later since February 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Title](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/title/setxratiotochart/_index.md b/spanish/cpp/aspose.cells.charts/title/setxratiotochart/_index.md new file mode 100644 index 00000000000..8398d71f4b8 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/title/setxratiotochart/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Title::SetXRatioToChart method +linktitle: SetXRatioToChart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Title::SetXRatioToChart method. Gets or sets the x coordinate of the upper left corner in units of Fraction of the chart area. X In Pixels = XRatioToChart * Chart.ChartObject.Width; in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.charts/title/setxratiotochart/ +--- +## Title::SetXRatioToChart method + + +Gets or sets the x coordinate of the upper left corner in units of Fraction of the chart area. X In Pixels = XRatioToChart * Chart.ChartObject.Width;. + +```cpp +void Aspose::Cells::Charts::Title::SetXRatioToChart(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Title](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/title/sety/_index.md b/spanish/cpp/aspose.cells.charts/title/sety/_index.md new file mode 100644 index 00000000000..02e7b33e388 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/title/sety/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Charts::Title::SetY method +linktitle: SetY +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Title::SetY method. Gets or sets the y coordinate of the upper left corner in units of 1/4000 of the chart area in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.charts/title/sety/ +--- +## Title::SetY method + + +Gets or sets the y coordinate of the upper left corner in units of 1/4000 of the chart area. + + +>Deprecated +> +>Use Title.YRatioToChart property, instead. +```cpp +void Aspose::Cells::Charts::Title::SetY(int32_t value) +``` + +## Remarks + + +NOTE: This member is now obsolete. Please use Title.YRatioToChart property, instead. Y = YRatioToChart * 4000; This property will be removed 12 months later since February 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Title](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/title/setyratiotochart/_index.md b/spanish/cpp/aspose.cells.charts/title/setyratiotochart/_index.md new file mode 100644 index 00000000000..d4f4a994cfc --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/title/setyratiotochart/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Title::SetYRatioToChart method +linktitle: SetYRatioToChart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Title::SetYRatioToChart method. Gets or sets the y coordinate of the upper left corner in units of Fraction of the chart area. Y In Pixels = YRatioToChart * Chart.ChartObject.Width; in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.charts/title/setyratiotochart/ +--- +## Title::SetYRatioToChart method + + +Gets or sets the y coordinate of the upper left corner in units of Fraction of the chart area. Y In Pixels = YRatioToChart * Chart.ChartObject.Width;. + +```cpp +void Aspose::Cells::Charts::Title::SetYRatioToChart(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Title](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/title/title/_index.md b/spanish/cpp/aspose.cells.charts/title/title/_index.md new file mode 100644 index 00000000000..25b8fee2574 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/title/title/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Charts::Title::Title constructor +linktitle: Title +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Title::Title constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.charts/title/title/ +--- +## Title::Title(Title_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Charts::Title::Title(Title_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Title](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## Title::Title(const Title\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Charts::Title::Title(const Title &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Title](../) +* Class [Title](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## Title::Title(const ChartTextFrame\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Charts::Title::Title(const ChartTextFrame &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartTextFrame](../../charttextframe/) +* Class [Title](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/title/~title/_index.md b/spanish/cpp/aspose.cells.charts/title/~title/_index.md new file mode 100644 index 00000000000..f4bd9b11b2f --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/title/~title/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::Title::~Title method +linktitle: ~Title +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Title::~Title method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.charts/title/~title/ +--- +## Title::~Title method + + +Destructor. + +```cpp +Aspose::Cells::Charts::Title::~Title() +``` + +## See Also + +* Class [Title](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/trendline/_impl/_index.md b/spanish/cpp/aspose.cells.charts/trendline/_impl/_index.md new file mode 100644 index 00000000000..c0adc5a7f5b --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/trendline/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::Trendline::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Trendline::_impl field. The implementation object in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.charts/trendline/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +Trendline_Impl* Aspose::Cells::Charts::Trendline::_impl +``` + +## See Also + +* Class [Trendline](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/trendline/_index.md b/spanish/cpp/aspose.cells.charts/trendline/_index.md new file mode 100644 index 00000000000..63525d764e9 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/trendline/_index.md @@ -0,0 +1,166 @@ +--- +title: Aspose::Cells::Charts::Trendline class +linktitle: Trendline +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Trendline class. Represents a trendline in a chart in C++.' +type: docs +weight: 3400 +url: /es/cpp/aspose.cells.charts/trendline/ +--- +## Trendline class + + +Represents a trendline in a chart. + +```cpp +class Trendline : public Aspose::Cells::Drawing::Line +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetBackward()](./getbackward/) | Returns or sets the number of periods (or units on a scatter chart) that the trendline extends backward. The number of periods must be greater than or equal to zero. If the chart type is column ,the number of periods must be between 0 and 0.5. | +| [GetBeginArrowLength()](../../aspose.cells.drawing/line/getbeginarrowlength/) | Specifies the length of the arrowhead for the begin of a line. | +| [GetBeginArrowWidth()](../../aspose.cells.drawing/line/getbeginarrowwidth/) | Specifies the width of the arrowhead for the begin of a line. | +| [GetBeginType()](../../aspose.cells.drawing/line/getbegintype/) | Specifies an arrowhead for the begin of a line. | +| [GetCapType()](../../aspose.cells.drawing/line/getcaptype/) | Specifies the ending caps. | +| [GetColor()](../../aspose.cells.drawing/line/getcolor/) | Represents the [Color](../../aspose.cells/color/) of the line. | +| [GetCompoundType()](../../aspose.cells.drawing/line/getcompoundtype/) | Specifies the compound line type. | +| [GetDashType()](../../aspose.cells.drawing/line/getdashtype/) | Specifies the dash line type. | +| [GetDataLabels()](./getdatalabels/) | Represents the [DataLabels](../datalabels/) object for the specified series. | +| [GetDisplayEquation()](./getdisplayequation/) | Represents if the equation for the trendline is displayed on the chart (in the same data label as the R-squared value). Setting this property to True automatically turns on data labels. | +| [GetDisplayRSquared()](./getdisplayrsquared/) | Represents if the R-squared value of the trendline is displayed on the chart (in the same data label as the equation). Setting this property to True automatically turns on data labels. | +| [GetEndArrowLength()](../../aspose.cells.drawing/line/getendarrowlength/) | Specifies the length of the arrowhead for the end of a line. | +| [GetEndArrowWidth()](../../aspose.cells.drawing/line/getendarrowwidth/) | Specifies the width of the arrowhead for the end of a line. | +| [GetEndType()](../../aspose.cells.drawing/line/getendtype/) | Specifies an arrowhead for the end of a line. | +| [GetFormattingType()](../../aspose.cells.drawing/line/getformattingtype/) | Gets or sets format type. | +| [GetForward()](./getforward/) | Returns or sets the number of periods (or units on a scatter chart) that the trendline extends forward. The number of periods must be greater than or equal to zero. | +| [GetGradientFill()](../../aspose.cells.drawing/line/getgradientfill/) | Represents gradient fill. | +| [GetIntercept()](./getintercept/) | Returns or sets the point where the trendline crosses the value axis. | +| [GetJoinType()](../../aspose.cells.drawing/line/getjointype/) | Specifies the joining caps. | +| [GetLegendEntry()](./getlegendentry/) | Gets the legend entry according to this trendline. | +| [GetName()](./getname/) | Returns the name of the trendline. | +| [GetOrder()](./getorder/) | Returns or sets the trendline order (an integer greater than 1) when the trendline type is Polynomial. The order must be between 2 and 6. | +| [GetPeriod()](./getperiod/) | Returns or sets the period for the moving-average trendline. | +| [GetStyle()](../../aspose.cells.drawing/line/getstyle/) | Represents the style of the line. | +| [GetThemeColor()](../../aspose.cells.drawing/line/getthemecolor/) | Gets and sets the theme color. | +| [GetTransparency()](../../aspose.cells.drawing/line/gettransparency/) | Returns or sets the degree of transparency of the line as a value from 0.0 (opaque) through 1.0 (clear). | +| [GetType()](./gettype/) | Returns the trendline type. | +| [GetWeight()](../../aspose.cells.drawing/line/getweight/) | Gets or sets the [WeightType](../../aspose.cells.drawing/weighttype/) of the line. | +| [GetWeightPt()](../../aspose.cells.drawing/line/getweightpt/) | Gets or sets the weight of the line in unit of points. | +| [GetWeightPx()](../../aspose.cells.drawing/line/getweightpx/) | Gets or sets the weight of the line in unit of pixels. | +| [IsAuto()](../../aspose.cells.drawing/line/isauto/) | Indicates whether this line style is auto assigned. | +| [IsAutomaticColor()](../../aspose.cells.drawing/line/isautomaticcolor/) | Indicates whether the color of line is automatic assigned. | +| [IsNameAuto()](./isnameauto/) | Returns if Microsoft Excel automatically determines the name of the trendline. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsVisible()](../../aspose.cells.drawing/line/isvisible/) | Represents whether the line is visible. | +| [Line(Line_Impl* impl)](../../aspose.cells.drawing/line/line/) | Constructs from an implementation object. | +| [Line(const Line\& src)](../../aspose.cells.drawing/line/line/) | Copy constructor. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const Trendline\& src)](./operator_asm/) | operator= | +| [operator=(const Line\& src)](../../aspose.cells.drawing/line/operator_asm/) | operator= | +| [SetBackward(double value)](./setbackward/) | Returns or sets the number of periods (or units on a scatter chart) that the trendline extends backward. The number of periods must be greater than or equal to zero. If the chart type is column ,the number of periods must be between 0 and 0.5. | +| [SetBeginArrowLength(MsoArrowheadLength value)](../../aspose.cells.drawing/line/setbeginarrowlength/) | Specifies the length of the arrowhead for the begin of a line. | +| [SetBeginArrowWidth(MsoArrowheadWidth value)](../../aspose.cells.drawing/line/setbeginarrowwidth/) | Specifies the width of the arrowhead for the begin of a line. | +| [SetBeginType(MsoArrowheadStyle value)](../../aspose.cells.drawing/line/setbegintype/) | Specifies an arrowhead for the begin of a line. | +| [SetCapType(LineCapType value)](../../aspose.cells.drawing/line/setcaptype/) | Specifies the ending caps. | +| [SetColor(const Aspose::Cells::Color\& value)](../../aspose.cells.drawing/line/setcolor/) | Represents the [Color](../../aspose.cells/color/) of the line. | +| [SetCompoundType(MsoLineStyle value)](../../aspose.cells.drawing/line/setcompoundtype/) | Specifies the compound line type. | +| [SetDashType(MsoLineDashStyle value)](../../aspose.cells.drawing/line/setdashtype/) | Specifies the dash line type. | +| [SetDisplayEquation(bool value)](./setdisplayequation/) | Represents if the equation for the trendline is displayed on the chart (in the same data label as the R-squared value). Setting this property to True automatically turns on data labels. | +| [SetDisplayRSquared(bool value)](./setdisplayrsquared/) | Represents if the R-squared value of the trendline is displayed on the chart (in the same data label as the equation). Setting this property to True automatically turns on data labels. | +| [SetEndArrowLength(MsoArrowheadLength value)](../../aspose.cells.drawing/line/setendarrowlength/) | Specifies the length of the arrowhead for the end of a line. | +| [SetEndArrowWidth(MsoArrowheadWidth value)](../../aspose.cells.drawing/line/setendarrowwidth/) | Specifies the width of the arrowhead for the end of a line. | +| [SetEndType(MsoArrowheadStyle value)](../../aspose.cells.drawing/line/setendtype/) | Specifies an arrowhead for the end of a line. | +| [SetFormattingType(ChartLineFormattingType value)](../../aspose.cells.drawing/line/setformattingtype/) | Gets or sets format type. | +| [SetForward(double value)](./setforward/) | Returns or sets the number of periods (or units on a scatter chart) that the trendline extends forward. The number of periods must be greater than or equal to zero. | +| [SetIntercept(double value)](./setintercept/) | Returns or sets the point where the trendline crosses the value axis. | +| [SetIsAuto(bool value)](../../aspose.cells.drawing/line/setisauto/) | Indicates whether this line style is auto assigned. | +| [SetIsNameAuto(bool value)](./setisnameauto/) | Returns if Microsoft Excel automatically determines the name of the trendline. | +| [SetIsVisible(bool value)](../../aspose.cells.drawing/line/setisvisible/) | Represents whether the line is visible. | +| [SetJoinType(LineJoinType value)](../../aspose.cells.drawing/line/setjointype/) | Specifies the joining caps. | +| [SetName(const U16String\& value)](./setname/) | Returns the name of the trendline. | +| [SetName(const char16_t* value)](./setname/) | Returns the name of the trendline. | +| [SetOrder(int32_t value)](./setorder/) | Returns or sets the trendline order (an integer greater than 1) when the trendline type is Polynomial. The order must be between 2 and 6. | +| [SetPeriod(int32_t value)](./setperiod/) | Returns or sets the period for the moving-average trendline. | +| [SetStyle(LineType value)](../../aspose.cells.drawing/line/setstyle/) | Represents the style of the line. | +| [SetThemeColor(const ThemeColor\& value)](../../aspose.cells.drawing/line/setthemecolor/) | Gets and sets the theme color. | +| [SetTransparency(double value)](../../aspose.cells.drawing/line/settransparency/) | Returns or sets the degree of transparency of the line as a value from 0.0 (opaque) through 1.0 (clear). | +| [SetWeight(WeightType value)](../../aspose.cells.drawing/line/setweight/) | Gets or sets the [WeightType](../../aspose.cells.drawing/weighttype/) of the line. | +| [SetWeightPt(double value)](../../aspose.cells.drawing/line/setweightpt/) | Gets or sets the weight of the line in unit of points. | +| [SetWeightPx(double value)](../../aspose.cells.drawing/line/setweightpx/) | Gets or sets the weight of the line in unit of pixels. | +| [Trendline(Trendline_Impl* impl)](./trendline/) | Constructs from an implementation object. | +| [Trendline(const Trendline\& src)](./trendline/) | Copy constructor. | +| [Trendline(const Line\& src)](./trendline/) | Constructs from a parent object. | +| [~Line()](../../aspose.cells.drawing/line/~line/) | Destructor. | +| [~Trendline()](./~trendline/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; +//Añadiendo una nueva hoja de cálculo al objeto Excel +int sheetIndex = workbook.GetWorksheets().Add(); +//Obteniendo la referencia de la hoja recién añadida pasando su índice de hoja +Worksheet worksheet = workbook.GetWorksheets().Get(sheetIndex); +//Agregar un valor de muestra a la celda "A1" +worksheet.GetCells().Get(u"A1").PutValue(50); +//Agregar un valor de muestra a la celda "A2" +worksheet.GetCells().Get(u"A2").PutValue(100); +//Agregar un valor de muestra a la celda "A3" +worksheet.GetCells().Get(u"A3").PutValue(150); +//Agregar un valor de muestra a la celda "A4" +worksheet.GetCells().Get(u"A4").PutValue(200); +//Agregar un valor de muestra a la celda "B1" +worksheet.GetCells().Get(u"B1").PutValue(60); +//Agregar un valor de muestra a la celda "B2" +worksheet.GetCells().Get(u"B2").PutValue(32); +//Agregar un valor de muestra a la celda "B3" +worksheet.GetCells().Get(u"B3").PutValue(50); +//Agregar un valor de muestra a la celda "B4" +worksheet.GetCells().Get(u"B4").PutValue(40); +//Agregar un valor de muestra a la celda "C1" como datos de categoría +worksheet.GetCells().Get(u"C1").PutValue(u"Q1"); +//Agregar un valor de muestra a la celda "C2" como datos de categoría +worksheet.GetCells().Get(u"C2").PutValue(u"Q2"); +//Agregar un valor de muestra a la celda "C3" como datos de categoría +worksheet.GetCells().Get(u"C3").PutValue(u"Y1"); +//Agregar un valor de muestra a la celda "C4" como datos de categoría +worksheet.GetCells().Get(u"C4").PutValue(u"Y2"); +//Agregar un gráfico a la hoja de cálculo +int chartIndex = worksheet.GetCharts().Add(ChartType::Column, 5, 0, 15, 5); +//Acceder a la instancia del gráfico recién añadido +Chart chart = worksheet.GetCharts().Get(chartIndex); +//Agregar NSeries (fuente de datos del gráfico) al gráfico que abarca desde la celda "A1" hasta "B4" +chart.GetNSeries().Add(u"A1:B4", true); +//Establecer la fuente de datos para los datos de categoría de NSeries +chart.GetNSeries().SetCategoryData(u"C1:C4"); +//agregar una línea de tendencia lineal +int index = chart.GetNSeries().Get(0).GetTrendLines().Add(TrendlineType::Linear); +Trendline trendline = chart.GetNSeries().Get(0).GetTrendLines().Get(index); +//Establecer el nombre personalizado de la línea de tendencia. +trendline.SetName(u"Linear"); +//Mostrar la ecuación en el gráfico +trendline.SetDisplayEquation(true); +//Mostrar el valor de R-cuadrado en el gráfico +trendline.SetDisplayRSquared(true); +//Guardando el archivo Excel +workbook.Save(u"book1.xls"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Line](../../aspose.cells.drawing/line/) +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/trendline/getbackward/_index.md b/spanish/cpp/aspose.cells.charts/trendline/getbackward/_index.md new file mode 100644 index 00000000000..6c82c461966 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/trendline/getbackward/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Trendline::GetBackward method +linktitle: GetBackward +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Trendline::GetBackward method. Returns or sets the number of periods (or units on a scatter chart) that the trendline extends backward. The number of periods must be greater than or equal to zero. If the chart type is column ,the number of periods must be between 0 and 0.5 in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.charts/trendline/getbackward/ +--- +## Trendline::GetBackward method + + +Returns or sets the number of periods (or units on a scatter chart) that the trendline extends backward. The number of periods must be greater than or equal to zero. If the chart type is column ,the number of periods must be between 0 and 0.5. + +```cpp +double Aspose::Cells::Charts::Trendline::GetBackward() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Trendline](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/trendline/getdatalabels/_index.md b/spanish/cpp/aspose.cells.charts/trendline/getdatalabels/_index.md new file mode 100644 index 00000000000..c94b32e295a --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/trendline/getdatalabels/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Trendline::GetDataLabels method +linktitle: GetDataLabels +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Trendline::GetDataLabels method. Represents the DataLabels object for the specified series in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.charts/trendline/getdatalabels/ +--- +## Trendline::GetDataLabels method + + +Represents the [DataLabels](../../datalabels/) object for the specified series. + +```cpp +DataLabels Aspose::Cells::Charts::Trendline::GetDataLabels() +``` + +## See Also + +* Class [DataLabels](../../datalabels/) +* Class [Trendline](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/trendline/getdisplayequation/_index.md b/spanish/cpp/aspose.cells.charts/trendline/getdisplayequation/_index.md new file mode 100644 index 00000000000..4fb086763b6 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/trendline/getdisplayequation/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Trendline::GetDisplayEquation method +linktitle: GetDisplayEquation +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Trendline::GetDisplayEquation method. Represents if the equation for the trendline is displayed on the chart (in the same data label as the R-squared value). Setting this property to True automatically turns on data labels in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.charts/trendline/getdisplayequation/ +--- +## Trendline::GetDisplayEquation method + + +Represents if the equation for the trendline is displayed on the chart (in the same data label as the R-squared value). Setting this property to True automatically turns on data labels. + +```cpp +bool Aspose::Cells::Charts::Trendline::GetDisplayEquation() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Trendline](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/trendline/getdisplayrsquared/_index.md b/spanish/cpp/aspose.cells.charts/trendline/getdisplayrsquared/_index.md new file mode 100644 index 00000000000..1a0a5cc4089 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/trendline/getdisplayrsquared/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Trendline::GetDisplayRSquared method +linktitle: GetDisplayRSquared +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Trendline::GetDisplayRSquared method. Represents if the R-squared value of the trendline is displayed on the chart (in the same data label as the equation). Setting this property to True automatically turns on data labels in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.charts/trendline/getdisplayrsquared/ +--- +## Trendline::GetDisplayRSquared method + + +Represents if the R-squared value of the trendline is displayed on the chart (in the same data label as the equation). Setting this property to True automatically turns on data labels. + +```cpp +bool Aspose::Cells::Charts::Trendline::GetDisplayRSquared() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Trendline](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/trendline/getforward/_index.md b/spanish/cpp/aspose.cells.charts/trendline/getforward/_index.md new file mode 100644 index 00000000000..769949ab931 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/trendline/getforward/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Trendline::GetForward method +linktitle: GetForward +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Trendline::GetForward method. Returns or sets the number of periods (or units on a scatter chart) that the trendline extends forward. The number of periods must be greater than or equal to zero in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.charts/trendline/getforward/ +--- +## Trendline::GetForward method + + +Returns or sets the number of periods (or units on a scatter chart) that the trendline extends forward. The number of periods must be greater than or equal to zero. + +```cpp +double Aspose::Cells::Charts::Trendline::GetForward() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Trendline](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/trendline/getintercept/_index.md b/spanish/cpp/aspose.cells.charts/trendline/getintercept/_index.md new file mode 100644 index 00000000000..d126c979a84 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/trendline/getintercept/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Trendline::GetIntercept method +linktitle: GetIntercept +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Trendline::GetIntercept method. Returns or sets the point where the trendline crosses the value axis in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.charts/trendline/getintercept/ +--- +## Trendline::GetIntercept method + + +Returns or sets the point where the trendline crosses the value axis. + +```cpp +double Aspose::Cells::Charts::Trendline::GetIntercept() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Trendline](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/trendline/getlegendentry/_index.md b/spanish/cpp/aspose.cells.charts/trendline/getlegendentry/_index.md new file mode 100644 index 00000000000..475ce5218c6 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/trendline/getlegendentry/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Trendline::GetLegendEntry method +linktitle: GetLegendEntry +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Trendline::GetLegendEntry method. Gets the legend entry according to this trendline in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.charts/trendline/getlegendentry/ +--- +## Trendline::GetLegendEntry method + + +Gets the legend entry according to this trendline. + +```cpp +LegendEntry Aspose::Cells::Charts::Trendline::GetLegendEntry() +``` + +## See Also + +* Class [LegendEntry](../../legendentry/) +* Class [Trendline](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/trendline/getname/_index.md b/spanish/cpp/aspose.cells.charts/trendline/getname/_index.md new file mode 100644 index 00000000000..31c6073549f --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/trendline/getname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Trendline::GetName method +linktitle: GetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Trendline::GetName method. Returns the name of the trendline in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.charts/trendline/getname/ +--- +## Trendline::GetName method + + +Returns the name of the trendline. + +```cpp +U16String Aspose::Cells::Charts::Trendline::GetName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Trendline](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/trendline/getorder/_index.md b/spanish/cpp/aspose.cells.charts/trendline/getorder/_index.md new file mode 100644 index 00000000000..ed2071e5e8a --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/trendline/getorder/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Trendline::GetOrder method +linktitle: GetOrder +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Trendline::GetOrder method. Returns or sets the trendline order (an integer greater than 1) when the trendline type is Polynomial. The order must be between 2 and 6 in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.charts/trendline/getorder/ +--- +## Trendline::GetOrder method + + +Returns or sets the trendline order (an integer greater than 1) when the trendline type is Polynomial. The order must be between 2 and 6. + +```cpp +int32_t Aspose::Cells::Charts::Trendline::GetOrder() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Trendline](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/trendline/getperiod/_index.md b/spanish/cpp/aspose.cells.charts/trendline/getperiod/_index.md new file mode 100644 index 00000000000..217805b3c5c --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/trendline/getperiod/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::Trendline::GetPeriod method +linktitle: GetPeriod +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Trendline::GetPeriod method. Returns or sets the period for the moving-average trendline in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.charts/trendline/getperiod/ +--- +## Trendline::GetPeriod method + + +Returns or sets the period for the moving-average trendline. + +```cpp +int32_t Aspose::Cells::Charts::Trendline::GetPeriod() +``` + +## Remarks + + +This value should be between 2 and 255. And it must be less than the number of the chart points in the series +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Trendline](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/trendline/gettype/_index.md b/spanish/cpp/aspose.cells.charts/trendline/gettype/_index.md new file mode 100644 index 00000000000..5d977ac683f --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/trendline/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Trendline::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Trendline::GetType method. Returns the trendline type in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.charts/trendline/gettype/ +--- +## Trendline::GetType method + + +Returns the trendline type. + +```cpp +TrendlineType Aspose::Cells::Charts::Trendline::GetType() +``` + +## See Also + +* Enum [TrendlineType](../../trendlinetype/) +* Class [Trendline](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/trendline/isnameauto/_index.md b/spanish/cpp/aspose.cells.charts/trendline/isnameauto/_index.md new file mode 100644 index 00000000000..584e8860757 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/trendline/isnameauto/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Trendline::IsNameAuto method +linktitle: IsNameAuto +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Trendline::IsNameAuto method. Returns if Microsoft Excel automatically determines the name of the trendline in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.charts/trendline/isnameauto/ +--- +## Trendline::IsNameAuto method + + +Returns if Microsoft Excel automatically determines the name of the trendline. + +```cpp +bool Aspose::Cells::Charts::Trendline::IsNameAuto() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Trendline](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/trendline/isnull/_index.md b/spanish/cpp/aspose.cells.charts/trendline/isnull/_index.md new file mode 100644 index 00000000000..ccafc2f6ebc --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/trendline/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::Trendline::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Trendline::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.charts/trendline/isnull/ +--- +## Trendline::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Charts::Trendline::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Trendline](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/trendline/operator_asm/_index.md b/spanish/cpp/aspose.cells.charts/trendline/operator_asm/_index.md new file mode 100644 index 00000000000..d77af9a1506 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/trendline/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::Trendline::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Trendline::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.charts/trendline/operator_asm/ +--- +## Trendline::operator= method + + +operator= + +```cpp +Trendline & Aspose::Cells::Charts::Trendline::operator=(const Trendline &src) +``` + +## See Also + +* Class [Trendline](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [Trendline](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/trendline/operator_bool/_index.md b/spanish/cpp/aspose.cells.charts/trendline/operator_bool/_index.md new file mode 100644 index 00000000000..91d1fdaeb48 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/trendline/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::Trendline::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Trendline::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.charts/trendline/operator_bool/ +--- +## Trendline::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Charts::Trendline::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [Trendline](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/trendline/setbackward/_index.md b/spanish/cpp/aspose.cells.charts/trendline/setbackward/_index.md new file mode 100644 index 00000000000..ca2eea3e8ff --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/trendline/setbackward/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Trendline::SetBackward method +linktitle: SetBackward +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Trendline::SetBackward method. Returns or sets the number of periods (or units on a scatter chart) that the trendline extends backward. The number of periods must be greater than or equal to zero. If the chart type is column ,the number of periods must be between 0 and 0.5 in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.charts/trendline/setbackward/ +--- +## Trendline::SetBackward method + + +Returns or sets the number of periods (or units on a scatter chart) that the trendline extends backward. The number of periods must be greater than or equal to zero. If the chart type is column ,the number of periods must be between 0 and 0.5. + +```cpp +void Aspose::Cells::Charts::Trendline::SetBackward(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Trendline](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/trendline/setdisplayequation/_index.md b/spanish/cpp/aspose.cells.charts/trendline/setdisplayequation/_index.md new file mode 100644 index 00000000000..caeca4f275d --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/trendline/setdisplayequation/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Trendline::SetDisplayEquation method +linktitle: SetDisplayEquation +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Trendline::SetDisplayEquation method. Represents if the equation for the trendline is displayed on the chart (in the same data label as the R-squared value). Setting this property to True automatically turns on data labels in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.charts/trendline/setdisplayequation/ +--- +## Trendline::SetDisplayEquation method + + +Represents if the equation for the trendline is displayed on the chart (in the same data label as the R-squared value). Setting this property to True automatically turns on data labels. + +```cpp +void Aspose::Cells::Charts::Trendline::SetDisplayEquation(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Trendline](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/trendline/setdisplayrsquared/_index.md b/spanish/cpp/aspose.cells.charts/trendline/setdisplayrsquared/_index.md new file mode 100644 index 00000000000..0f339817ed6 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/trendline/setdisplayrsquared/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Trendline::SetDisplayRSquared method +linktitle: SetDisplayRSquared +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Trendline::SetDisplayRSquared method. Represents if the R-squared value of the trendline is displayed on the chart (in the same data label as the equation). Setting this property to True automatically turns on data labels in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.charts/trendline/setdisplayrsquared/ +--- +## Trendline::SetDisplayRSquared method + + +Represents if the R-squared value of the trendline is displayed on the chart (in the same data label as the equation). Setting this property to True automatically turns on data labels. + +```cpp +void Aspose::Cells::Charts::Trendline::SetDisplayRSquared(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Trendline](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/trendline/setforward/_index.md b/spanish/cpp/aspose.cells.charts/trendline/setforward/_index.md new file mode 100644 index 00000000000..931b12d2ec7 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/trendline/setforward/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Trendline::SetForward method +linktitle: SetForward +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Trendline::SetForward method. Returns or sets the number of periods (or units on a scatter chart) that the trendline extends forward. The number of periods must be greater than or equal to zero in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.charts/trendline/setforward/ +--- +## Trendline::SetForward method + + +Returns or sets the number of periods (or units on a scatter chart) that the trendline extends forward. The number of periods must be greater than or equal to zero. + +```cpp +void Aspose::Cells::Charts::Trendline::SetForward(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Trendline](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/trendline/setintercept/_index.md b/spanish/cpp/aspose.cells.charts/trendline/setintercept/_index.md new file mode 100644 index 00000000000..4aa8c940fc8 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/trendline/setintercept/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Trendline::SetIntercept method +linktitle: SetIntercept +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Trendline::SetIntercept method. Returns or sets the point where the trendline crosses the value axis in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.charts/trendline/setintercept/ +--- +## Trendline::SetIntercept method + + +Returns or sets the point where the trendline crosses the value axis. + +```cpp +void Aspose::Cells::Charts::Trendline::SetIntercept(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Trendline](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/trendline/setisnameauto/_index.md b/spanish/cpp/aspose.cells.charts/trendline/setisnameauto/_index.md new file mode 100644 index 00000000000..55ffa890857 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/trendline/setisnameauto/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Trendline::SetIsNameAuto method +linktitle: SetIsNameAuto +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Trendline::SetIsNameAuto method. Returns if Microsoft Excel automatically determines the name of the trendline in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.charts/trendline/setisnameauto/ +--- +## Trendline::SetIsNameAuto method + + +Returns if Microsoft Excel automatically determines the name of the trendline. + +```cpp +void Aspose::Cells::Charts::Trendline::SetIsNameAuto(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Trendline](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/trendline/setname/_index.md b/spanish/cpp/aspose.cells.charts/trendline/setname/_index.md new file mode 100644 index 00000000000..ee372b0d5c5 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/trendline/setname/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Charts::Trendline::SetName method +linktitle: SetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Trendline::SetName method. Returns the name of the trendline in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.charts/trendline/setname/ +--- +## Trendline::SetName(const U16String\&) method + + +Returns the name of the trendline. + +```cpp +void Aspose::Cells::Charts::Trendline::SetName(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Trendline](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## Trendline::SetName(const char16_t*) method + + +Returns the name of the trendline. + +```cpp +void Aspose::Cells::Charts::Trendline::SetName(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Trendline](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/trendline/setorder/_index.md b/spanish/cpp/aspose.cells.charts/trendline/setorder/_index.md new file mode 100644 index 00000000000..42189a83946 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/trendline/setorder/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Trendline::SetOrder method +linktitle: SetOrder +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Trendline::SetOrder method. Returns or sets the trendline order (an integer greater than 1) when the trendline type is Polynomial. The order must be between 2 and 6 in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.charts/trendline/setorder/ +--- +## Trendline::SetOrder method + + +Returns or sets the trendline order (an integer greater than 1) when the trendline type is Polynomial. The order must be between 2 and 6. + +```cpp +void Aspose::Cells::Charts::Trendline::SetOrder(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Trendline](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/trendline/setperiod/_index.md b/spanish/cpp/aspose.cells.charts/trendline/setperiod/_index.md new file mode 100644 index 00000000000..21165ad2694 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/trendline/setperiod/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::Trendline::SetPeriod method +linktitle: SetPeriod +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Trendline::SetPeriod method. Returns or sets the period for the moving-average trendline in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.charts/trendline/setperiod/ +--- +## Trendline::SetPeriod method + + +Returns or sets the period for the moving-average trendline. + +```cpp +void Aspose::Cells::Charts::Trendline::SetPeriod(int32_t value) +``` + +## Remarks + + +This value should be between 2 and 255. And it must be less than the number of the chart points in the series +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Trendline](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/trendline/trendline/_index.md b/spanish/cpp/aspose.cells.charts/trendline/trendline/_index.md new file mode 100644 index 00000000000..eda1ca3a651 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/trendline/trendline/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Charts::Trendline::Trendline constructor +linktitle: Trendline +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Trendline::Trendline constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.charts/trendline/trendline/ +--- +## Trendline::Trendline(Trendline_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Charts::Trendline::Trendline(Trendline_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Trendline](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## Trendline::Trendline(const Trendline\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Charts::Trendline::Trendline(const Trendline &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Trendline](../) +* Class [Trendline](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## Trendline::Trendline(const Line\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Charts::Trendline::Trendline(const Line &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Line](../../../aspose.cells.drawing/line/) +* Class [Trendline](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/trendline/~trendline/_index.md b/spanish/cpp/aspose.cells.charts/trendline/~trendline/_index.md new file mode 100644 index 00000000000..5b65f94f34a --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/trendline/~trendline/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::Trendline::~Trendline method +linktitle: ~Trendline +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Trendline::~Trendline method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.charts/trendline/~trendline/ +--- +## Trendline::~Trendline method + + +Destructor. + +```cpp +Aspose::Cells::Charts::Trendline::~Trendline() +``` + +## See Also + +* Class [Trendline](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/trendlinecollection/_impl/_index.md b/spanish/cpp/aspose.cells.charts/trendlinecollection/_impl/_index.md new file mode 100644 index 00000000000..4cdfa8d490f --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/trendlinecollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::TrendlineCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TrendlineCollection::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.charts/trendlinecollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +TrendlineCollection_Impl* Aspose::Cells::Charts::TrendlineCollection::_impl +``` + +## See Also + +* Class [TrendlineCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/trendlinecollection/_index.md b/spanish/cpp/aspose.cells.charts/trendlinecollection/_index.md new file mode 100644 index 00000000000..13d7f9002e0 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/trendlinecollection/_index.md @@ -0,0 +1,76 @@ +--- +title: Aspose::Cells::Charts::TrendlineCollection class +linktitle: TrendlineCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TrendlineCollection class. Represents a collection of all the Trendline objects for the specified data series in C++.' +type: docs +weight: 3500 +url: /es/cpp/aspose.cells.charts/trendlinecollection/ +--- +## TrendlineCollection class + + +Represents a collection of all the [Trendline](../trendline/) objects for the specified data series. + +```cpp +class TrendlineCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add(TrendlineType type)](./add/) | Adds a [Trendline](../trendline/) object to this collection with specified type. | +| [Add(TrendlineType type, const U16String\& name)](./add/) | Adds a [Trendline](../trendline/) object to this collection with specified type and name. | +| [Add(TrendlineType type, const char16_t* name)](./add/) | Adds a [Trendline](../trendline/) object to this collection with specified type and name. | +| [Get(int32_t index)](./get/) | Gets a [Trendline](../trendline/) object by its index. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const TrendlineCollection\& src)](./operator_asm/) | operator= | +| [TrendlineCollection(TrendlineCollection_Impl* impl)](./trendlinecollection/) | Constructs from an implementation object. | +| [TrendlineCollection(const TrendlineCollection\& src)](./trendlinecollection/) | Copy constructor. | +| [~TrendlineCollection()](./~trendlinecollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; +//Añadiendo una nueva hoja de cálculo al objeto Excel +int sheetIndex = workbook.GetWorksheets().Add(); +//Obteniendo la referencia de la hoja recién añadida pasando su índice de hoja +Worksheet worksheet = workbook.GetWorksheets().Get(sheetIndex); +worksheet.GetCells().Get(u"A1").PutValue(50); +worksheet.GetCells().Get(u"A2").PutValue(100); +worksheet.GetCells().Get(u"A3").PutValue(150); +worksheet.GetCells().Get(u"A4").PutValue(200); +worksheet.GetCells().Get(u"B1").PutValue(60); +worksheet.GetCells().Get(u"B2").PutValue(32); +worksheet.GetCells().Get(u"B3").PutValue(50); +worksheet.GetCells().Get(u"B4").PutValue(40); + +//Agregar un gráfico a la hoja de cálculo +int chartIndex = workbook.GetWorksheets().Get(0).GetCharts().Add(ChartType::Column, 3, 3, 15, 10); +Chart chart = workbook.GetWorksheets().Get(0).GetCharts().Get(chartIndex); +chart.GetNSeries().Add(u"A1:a3", true); +chart.GetNSeries().Get(0).GetTrendLines().Add(TrendlineType::Linear, u"MyTrendLine"); +Trendline line = chart.GetNSeries().Get(0).GetTrendLines().Get(0); +line.SetDisplayEquation(true); +line.SetDisplayRSquared(true); +line.SetColor(Color{ 0xff, 0xff, 0, 0 }); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/trendlinecollection/add/_index.md b/spanish/cpp/aspose.cells.charts/trendlinecollection/add/_index.md new file mode 100644 index 00000000000..686b6bbfcd4 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/trendlinecollection/add/_index.md @@ -0,0 +1,87 @@ +--- +title: Aspose::Cells::Charts::TrendlineCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TrendlineCollection::Add method. Adds a Trendline object to this collection with specified type in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.charts/trendlinecollection/add/ +--- +## TrendlineCollection::Add(TrendlineType) method + + +Adds a [Trendline](../../trendline/) object to this collection with specified type. + +```cpp +int32_t Aspose::Cells::Charts::TrendlineCollection::Add(TrendlineType type) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| type | TrendlineType | [Trendline](../../trendline/) type. | + +## ReturnValue + +[Trendline](../../trendline/) object index. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [TrendlineType](../../trendlinetype/) +* Class [TrendlineCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## TrendlineCollection::Add(TrendlineType, const U16String\&) method + + +Adds a [Trendline](../../trendline/) object to this collection with specified type and name. + +```cpp +int32_t Aspose::Cells::Charts::TrendlineCollection::Add(TrendlineType type, const U16String &name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| type | TrendlineType | [Trendline](../../trendline/) type. | +| name | const U16String\& | [Trendline](../../trendline/) name. | + +## ReturnValue + +[Trendline](../../trendline/) object index. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [TrendlineType](../../trendlinetype/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [TrendlineCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## TrendlineCollection::Add(TrendlineType, const char16_t*) method + + +Adds a [Trendline](../../trendline/) object to this collection with specified type and name. + +```cpp +int32_t Aspose::Cells::Charts::TrendlineCollection::Add(TrendlineType type, const char16_t *name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| type | TrendlineType | [Trendline](../../trendline/) type. | +| name | const char16_t* | [Trendline](../../trendline/) name. | + +## ReturnValue + +[Trendline](../../trendline/) object index. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [TrendlineType](../../trendlinetype/) +* Class [TrendlineCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/trendlinecollection/get/_index.md b/spanish/cpp/aspose.cells.charts/trendlinecollection/get/_index.md new file mode 100644 index 00000000000..8b4f079d12e --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/trendlinecollection/get/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::TrendlineCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TrendlineCollection::Get method. Gets a Trendline object by its index in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.charts/trendlinecollection/get/ +--- +## TrendlineCollection::Get method + + +Gets a [Trendline](../../trendline/) object by its index. + +```cpp +Trendline Aspose::Cells::Charts::TrendlineCollection::Get(int32_t index) +``` + +## See Also + +* Class [Trendline](../../trendline/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [TrendlineCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/trendlinecollection/getcount/_index.md b/spanish/cpp/aspose.cells.charts/trendlinecollection/getcount/_index.md new file mode 100644 index 00000000000..c5185186c0e --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/trendlinecollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::TrendlineCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::Charts::TrendlineCollection class in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.charts/trendlinecollection/getcount/ +--- +## TrendlineCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::Charts::TrendlineCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TrendlineCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/trendlinecollection/isnull/_index.md b/spanish/cpp/aspose.cells.charts/trendlinecollection/isnull/_index.md new file mode 100644 index 00000000000..72edcdf57ab --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/trendlinecollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::TrendlineCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TrendlineCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.charts/trendlinecollection/isnull/ +--- +## TrendlineCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Charts::TrendlineCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TrendlineCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/trendlinecollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.charts/trendlinecollection/operator_asm/_index.md new file mode 100644 index 00000000000..cd0ab04e91b --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/trendlinecollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::TrendlineCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TrendlineCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.charts/trendlinecollection/operator_asm/ +--- +## TrendlineCollection::operator= method + + +operator= + +```cpp +TrendlineCollection & Aspose::Cells::Charts::TrendlineCollection::operator=(const TrendlineCollection &src) +``` + +## See Also + +* Class [TrendlineCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [TrendlineCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/trendlinecollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.charts/trendlinecollection/operator_bool/_index.md new file mode 100644 index 00000000000..ab84847b753 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/trendlinecollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::TrendlineCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TrendlineCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.charts/trendlinecollection/operator_bool/ +--- +## TrendlineCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Charts::TrendlineCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [TrendlineCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/trendlinecollection/trendlinecollection/_index.md b/spanish/cpp/aspose.cells.charts/trendlinecollection/trendlinecollection/_index.md new file mode 100644 index 00000000000..bfd29998a29 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/trendlinecollection/trendlinecollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Charts::TrendlineCollection::TrendlineCollection constructor +linktitle: TrendlineCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TrendlineCollection::TrendlineCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.charts/trendlinecollection/trendlinecollection/ +--- +## TrendlineCollection::TrendlineCollection(TrendlineCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Charts::TrendlineCollection::TrendlineCollection(TrendlineCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TrendlineCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## TrendlineCollection::TrendlineCollection(const TrendlineCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Charts::TrendlineCollection::TrendlineCollection(const TrendlineCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TrendlineCollection](../) +* Class [TrendlineCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/trendlinecollection/~trendlinecollection/_index.md b/spanish/cpp/aspose.cells.charts/trendlinecollection/~trendlinecollection/_index.md new file mode 100644 index 00000000000..b0a6e5920ea --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/trendlinecollection/~trendlinecollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::TrendlineCollection::~TrendlineCollection method +linktitle: ~TrendlineCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TrendlineCollection::~TrendlineCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.charts/trendlinecollection/~trendlinecollection/ +--- +## TrendlineCollection::~TrendlineCollection method + + +Destructor. + +```cpp +Aspose::Cells::Charts::TrendlineCollection::~TrendlineCollection() +``` + +## See Also + +* Class [TrendlineCollection](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/trendlinetype/_index.md b/spanish/cpp/aspose.cells.charts/trendlinetype/_index.md new file mode 100644 index 00000000000..df1df27282a --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/trendlinetype/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Charts::TrendlineType enum +linktitle: TrendlineType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::TrendlineType enum. Represents the trendline type in C++.' +type: docs +weight: 6800 +url: /es/cpp/aspose.cells.charts/trendlinetype/ +--- +## TrendlineType enum + + +Represents the trendline type. + +```cpp +enum class TrendlineType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Exponential | 0 |
Exponential. | +| Linear | 1 |
Linear. | +| Logarithmic | 2 |
Logarithmic. | +| MovingAverage | 3 |
MovingAverage. | +| Polynomial | 4 |
Polynomial. | +| Power | 5 |
Power. | + +## See Also + +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/walls/_impl/_index.md b/spanish/cpp/aspose.cells.charts/walls/_impl/_index.md new file mode 100644 index 00000000000..333a85e3197 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/walls/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::Walls::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Walls::_impl field. The implementation object in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.charts/walls/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +Walls_Impl* Aspose::Cells::Charts::Walls::_impl +``` + +## See Also + +* Class [Walls](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/walls/_index.md b/spanish/cpp/aspose.cells.charts/walls/_index.md new file mode 100644 index 00000000000..611e43ce4fe --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/walls/_index.md @@ -0,0 +1,74 @@ +--- +title: Aspose::Cells::Charts::Walls class +linktitle: Walls +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Walls class. Encapsulates the object that represents the walls of a 3-D chart in C++.' +type: docs +weight: 3600 +url: /es/cpp/aspose.cells.charts/walls/ +--- +## Walls class + + +Encapsulates the object that represents the walls of a 3-D chart. + +```cpp +class Walls : public Aspose::Cells::Charts::Floor +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Area(Area_Impl* impl)](../../aspose.cells.drawing/area/area/) | Constructs from an implementation object. | +| [Area(const Area\& src)](../../aspose.cells.drawing/area/area/) | Copy constructor. | +| [Floor(Floor_Impl* impl)](../floor/floor/) | Constructs from an implementation object. | +| [Floor(const Floor\& src)](../floor/floor/) | Copy constructor. | +| [Floor(const Area\& src)](../floor/floor/) | Constructs from a parent object. | +| [GetBackgroundColor()](../../aspose.cells.drawing/area/getbackgroundcolor/) | Gets or sets the background [Color](../../aspose.cells/color/) of the [Area](../../aspose.cells.drawing/area/). | +| [GetBorder()](../floor/getborder/) | Gets or sets the border Line. | +| [GetCenterX()](./getcenterx/) | Gets the x coordinate of the left-bottom corner of Wall center in units of 1/4000 of chart's width after calls [Chart.Calculate()](../chart/calculate/) method. | +| [GetCenterXPx()](./getcenterxpx/) | Gets the x coordinate of the left-bottom corner of Wall center in units of pixels after calls [Chart.Calculate()](../chart/calculate/) method. | +| [GetCenterY()](./getcentery/) | Gets the y coordinate of the left-bottom corner of Wall center in units of 1/4000 of chart's height after calls [Chart.Calculate()](../chart/calculate/) method. | +| [GetCenterYPx()](./getcenterypx/) | Gets the y coordinate of the left-bottom corner of Wall center in units of pixels after calls [Chart.Calculate()](../chart/calculate/) method. | +| [GetCubePointCount()](./getcubepointcount/) | Gets the number of cube points after calls [Chart.Calculate()](../chart/calculate/) method. | +| [GetCubePointXPx(int32_t index)](./getcubepointxpx/) | Gets x-coordinate of the apex point of walls cube after calls [Chart.Calculate()](../chart/calculate/) method. The number of apex points of walls cube is eight. | +| [GetCubePointYPx(int32_t index)](./getcubepointypx/) | Gets y-coordinate of the apex point of walls cube after calls [Chart.Calculate()](../chart/calculate/) method. The number of apex points of walls cube is eight. | +| [GetDepth()](./getdepth/) | Gets the depth front to back in units of 1/4000 of chart's width after calls [Chart.Calculate()](../chart/calculate/) method. | +| [GetDepthPx()](./getdepthpx/) | Gets the depth front to back in units of pixels after calls [Chart.Calculate()](../chart/calculate/) method. | +| [GetFillFormat()](../../aspose.cells.drawing/area/getfillformat/) | Represents a [FillFormat](../../aspose.cells.drawing/fillformat/) object that contains fill formatting properties for the specified chart or shape. | +| [GetForegroundColor()](../../aspose.cells.drawing/area/getforegroundcolor/) | Gets or sets the foreground [Color](../../aspose.cells/color/). | +| [GetFormatting()](../../aspose.cells.drawing/area/getformatting/) | Represents the formatting of the area. | +| [GetHeight()](./getheight/) | Gets the height of top to bottom in units of 1/4000 of chart's height after calls [Chart.Calculate()](../chart/calculate/) method. | +| [GetHeightPx()](./getheightpx/) | Gets the height of top to bottom in units of pixels after calls [Chart.Calculate()](../chart/calculate/) method. | +| [GetInvertIfNegative()](../../aspose.cells.drawing/area/getinvertifnegative/) | If the property is true and the value of chart point is a negative number, the foreground color and background color will be exchanged. | +| [GetTransparency()](../../aspose.cells.drawing/area/gettransparency/) | Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). | +| [GetWidth()](./getwidth/) | Gets the width of left to right in units of 1/4000 of chart's width after calls [Chart.Calculate()](../chart/calculate/) method. | +| [GetWidthPx()](./getwidthpx/) | Gets the width of left to right in units of pixels after calls [Chart.Calculate()](../chart/calculate/) method. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const Walls\& src)](./operator_asm/) | operator= | +| [operator=(const Floor\& src)](../floor/operator_asm/) | operator= | +| [operator=(const Area\& src)](../../aspose.cells.drawing/area/operator_asm/) | operator= | +| [SetBackgroundColor(const Aspose::Cells::Color\& value)](../../aspose.cells.drawing/area/setbackgroundcolor/) | Gets or sets the background [Color](../../aspose.cells/color/) of the [Area](../../aspose.cells.drawing/area/). | +| [SetBorder(const Line\& value)](../floor/setborder/) | Gets or sets the border Line. | +| [SetForegroundColor(const Aspose::Cells::Color\& value)](../../aspose.cells.drawing/area/setforegroundcolor/) | Gets or sets the foreground [Color](../../aspose.cells/color/). | +| [SetFormatting(FormattingType value)](../../aspose.cells.drawing/area/setformatting/) | Represents the formatting of the area. | +| [SetInvertIfNegative(bool value)](../../aspose.cells.drawing/area/setinvertifnegative/) | If the property is true and the value of chart point is a negative number, the foreground color and background color will be exchanged. | +| [SetTransparency(double value)](../../aspose.cells.drawing/area/settransparency/) | Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). | +| [Walls(Walls_Impl* impl)](./walls/) | Constructs from an implementation object. | +| [Walls(const Walls\& src)](./walls/) | Copy constructor. | +| [Walls(const Floor\& src)](./walls/) | Constructs from a parent object. | +| [~Area()](../../aspose.cells.drawing/area/~area/) | Destructor. | +| [~Floor()](../floor/~floor/) | Destructor. | +| [~Walls()](./~walls/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [Floor](../floor/) +* Namespace [Aspose::Cells::Charts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.charts/walls/getcenterx/_index.md b/spanish/cpp/aspose.cells.charts/walls/getcenterx/_index.md new file mode 100644 index 00000000000..115aab0e96b --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/walls/getcenterx/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Walls::GetCenterX method +linktitle: GetCenterX +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Walls::GetCenterX method. Gets the x coordinate of the left-bottom corner of Wall center in units of 1/4000 of chart''s width after calls Chart.Calculate() method in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.charts/walls/getcenterx/ +--- +## Walls::GetCenterX method + + +Gets the x coordinate of the left-bottom corner of Wall center in units of 1/4000 of chart's width after calls [Chart.Calculate()](../../chart/calculate/) method. + +```cpp +int32_t Aspose::Cells::Charts::Walls::GetCenterX() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Walls](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/walls/getcenterxpx/_index.md b/spanish/cpp/aspose.cells.charts/walls/getcenterxpx/_index.md new file mode 100644 index 00000000000..89f5b9295c0 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/walls/getcenterxpx/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Walls::GetCenterXPx method +linktitle: GetCenterXPx +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Walls::GetCenterXPx method. Gets the x coordinate of the left-bottom corner of Wall center in units of pixels after calls Chart.Calculate() method in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.charts/walls/getcenterxpx/ +--- +## Walls::GetCenterXPx method + + +Gets the x coordinate of the left-bottom corner of Wall center in units of pixels after calls [Chart.Calculate()](../../chart/calculate/) method. + +```cpp +int32_t Aspose::Cells::Charts::Walls::GetCenterXPx() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Walls](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/walls/getcentery/_index.md b/spanish/cpp/aspose.cells.charts/walls/getcentery/_index.md new file mode 100644 index 00000000000..86c04b64bc1 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/walls/getcentery/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Walls::GetCenterY method +linktitle: GetCenterY +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Walls::GetCenterY method. Gets the y coordinate of the left-bottom corner of Wall center in units of 1/4000 of chart''s height after calls Chart.Calculate() method in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.charts/walls/getcentery/ +--- +## Walls::GetCenterY method + + +Gets the y coordinate of the left-bottom corner of Wall center in units of 1/4000 of chart's height after calls [Chart.Calculate()](../../chart/calculate/) method. + +```cpp +int32_t Aspose::Cells::Charts::Walls::GetCenterY() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Walls](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/walls/getcenterypx/_index.md b/spanish/cpp/aspose.cells.charts/walls/getcenterypx/_index.md new file mode 100644 index 00000000000..28f1ac0cd37 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/walls/getcenterypx/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Walls::GetCenterYPx method +linktitle: GetCenterYPx +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Walls::GetCenterYPx method. Gets the y coordinate of the left-bottom corner of Wall center in units of pixels after calls Chart.Calculate() method in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.charts/walls/getcenterypx/ +--- +## Walls::GetCenterYPx method + + +Gets the y coordinate of the left-bottom corner of Wall center in units of pixels after calls [Chart.Calculate()](../../chart/calculate/) method. + +```cpp +int32_t Aspose::Cells::Charts::Walls::GetCenterYPx() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Walls](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/walls/getcubepointcount/_index.md b/spanish/cpp/aspose.cells.charts/walls/getcubepointcount/_index.md new file mode 100644 index 00000000000..bf94a02ffc2 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/walls/getcubepointcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Walls::GetCubePointCount method +linktitle: GetCubePointCount +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Walls::GetCubePointCount method. Gets the number of cube points after calls Chart.Calculate() method in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.charts/walls/getcubepointcount/ +--- +## Walls::GetCubePointCount method + + +Gets the number of cube points after calls [Chart.Calculate()](../../chart/calculate/) method. + +```cpp +int32_t Aspose::Cells::Charts::Walls::GetCubePointCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Walls](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/walls/getcubepointxpx/_index.md b/spanish/cpp/aspose.cells.charts/walls/getcubepointxpx/_index.md new file mode 100644 index 00000000000..b51cdc2ae07 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/walls/getcubepointxpx/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Walls::GetCubePointXPx method +linktitle: GetCubePointXPx +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Walls::GetCubePointXPx method. Gets x-coordinate of the apex point of walls cube after calls Chart.Calculate() method. The number of apex points of walls cube is eight in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.charts/walls/getcubepointxpx/ +--- +## Walls::GetCubePointXPx method + + +Gets x-coordinate of the apex point of walls cube after calls [Chart.Calculate()](../../chart/calculate/) method. The number of apex points of walls cube is eight. + +```cpp +float Aspose::Cells::Charts::Walls::GetCubePointXPx(int32_t index) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Walls](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/walls/getcubepointypx/_index.md b/spanish/cpp/aspose.cells.charts/walls/getcubepointypx/_index.md new file mode 100644 index 00000000000..5a88d1256f1 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/walls/getcubepointypx/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Walls::GetCubePointYPx method +linktitle: GetCubePointYPx +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Walls::GetCubePointYPx method. Gets y-coordinate of the apex point of walls cube after calls Chart.Calculate() method. The number of apex points of walls cube is eight in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.charts/walls/getcubepointypx/ +--- +## Walls::GetCubePointYPx method + + +Gets y-coordinate of the apex point of walls cube after calls [Chart.Calculate()](../../chart/calculate/) method. The number of apex points of walls cube is eight. + +```cpp +float Aspose::Cells::Charts::Walls::GetCubePointYPx(int32_t index) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Walls](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/walls/getdepth/_index.md b/spanish/cpp/aspose.cells.charts/walls/getdepth/_index.md new file mode 100644 index 00000000000..3fdf71e4c50 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/walls/getdepth/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Walls::GetDepth method +linktitle: GetDepth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Walls::GetDepth method. Gets the depth front to back in units of 1/4000 of chart''s width after calls Chart.Calculate() method in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.charts/walls/getdepth/ +--- +## Walls::GetDepth method + + +Gets the depth front to back in units of 1/4000 of chart's width after calls [Chart.Calculate()](../../chart/calculate/) method. + +```cpp +int32_t Aspose::Cells::Charts::Walls::GetDepth() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Walls](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/walls/getdepthpx/_index.md b/spanish/cpp/aspose.cells.charts/walls/getdepthpx/_index.md new file mode 100644 index 00000000000..5d6ccfd6be0 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/walls/getdepthpx/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Walls::GetDepthPx method +linktitle: GetDepthPx +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Walls::GetDepthPx method. Gets the depth front to back in units of pixels after calls Chart.Calculate() method in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.charts/walls/getdepthpx/ +--- +## Walls::GetDepthPx method + + +Gets the depth front to back in units of pixels after calls [Chart.Calculate()](../../chart/calculate/) method. + +```cpp +int32_t Aspose::Cells::Charts::Walls::GetDepthPx() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Walls](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/walls/getheight/_index.md b/spanish/cpp/aspose.cells.charts/walls/getheight/_index.md new file mode 100644 index 00000000000..2b4d2c5c3ad --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/walls/getheight/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Walls::GetHeight method +linktitle: GetHeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Walls::GetHeight method. Gets the height of top to bottom in units of 1/4000 of chart''s height after calls Chart.Calculate() method in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.charts/walls/getheight/ +--- +## Walls::GetHeight method + + +Gets the height of top to bottom in units of 1/4000 of chart's height after calls [Chart.Calculate()](../../chart/calculate/) method. + +```cpp +int32_t Aspose::Cells::Charts::Walls::GetHeight() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Walls](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/walls/getheightpx/_index.md b/spanish/cpp/aspose.cells.charts/walls/getheightpx/_index.md new file mode 100644 index 00000000000..82efaf771ca --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/walls/getheightpx/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Walls::GetHeightPx method +linktitle: GetHeightPx +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Walls::GetHeightPx method. Gets the height of top to bottom in units of pixels after calls Chart.Calculate() method in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.charts/walls/getheightpx/ +--- +## Walls::GetHeightPx method + + +Gets the height of top to bottom in units of pixels after calls [Chart.Calculate()](../../chart/calculate/) method. + +```cpp +int32_t Aspose::Cells::Charts::Walls::GetHeightPx() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Walls](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/walls/getwidth/_index.md b/spanish/cpp/aspose.cells.charts/walls/getwidth/_index.md new file mode 100644 index 00000000000..3b413bbdce2 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/walls/getwidth/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Walls::GetWidth method +linktitle: GetWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Walls::GetWidth method. Gets the width of left to right in units of 1/4000 of chart''s width after calls Chart.Calculate() method in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.charts/walls/getwidth/ +--- +## Walls::GetWidth method + + +Gets the width of left to right in units of 1/4000 of chart's width after calls [Chart.Calculate()](../../chart/calculate/) method. + +```cpp +int32_t Aspose::Cells::Charts::Walls::GetWidth() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Walls](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/walls/getwidthpx/_index.md b/spanish/cpp/aspose.cells.charts/walls/getwidthpx/_index.md new file mode 100644 index 00000000000..81431c86d98 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/walls/getwidthpx/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Charts::Walls::GetWidthPx method +linktitle: GetWidthPx +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Walls::GetWidthPx method. Gets the width of left to right in units of pixels after calls Chart.Calculate() method in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.charts/walls/getwidthpx/ +--- +## Walls::GetWidthPx method + + +Gets the width of left to right in units of pixels after calls [Chart.Calculate()](../../chart/calculate/) method. + +```cpp +int32_t Aspose::Cells::Charts::Walls::GetWidthPx() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Walls](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/walls/isnull/_index.md b/spanish/cpp/aspose.cells.charts/walls/isnull/_index.md new file mode 100644 index 00000000000..95d3c10a8da --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/walls/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Charts::Walls::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Walls::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.charts/walls/isnull/ +--- +## Walls::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Charts::Walls::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Walls](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/walls/operator_asm/_index.md b/spanish/cpp/aspose.cells.charts/walls/operator_asm/_index.md new file mode 100644 index 00000000000..a5d159f7bb3 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/walls/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Charts::Walls::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Walls::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.charts/walls/operator_asm/ +--- +## Walls::operator= method + + +operator= + +```cpp +Walls & Aspose::Cells::Charts::Walls::operator=(const Walls &src) +``` + +## See Also + +* Class [Walls](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [Walls](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/walls/operator_bool/_index.md b/spanish/cpp/aspose.cells.charts/walls/operator_bool/_index.md new file mode 100644 index 00000000000..703e2a48e36 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/walls/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Charts::Walls::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Walls::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.charts/walls/operator_bool/ +--- +## Walls::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Charts::Walls::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [Walls](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/walls/walls/_index.md b/spanish/cpp/aspose.cells.charts/walls/walls/_index.md new file mode 100644 index 00000000000..35474607377 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/walls/walls/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Charts::Walls::Walls constructor +linktitle: Walls +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Walls::Walls constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.charts/walls/walls/ +--- +## Walls::Walls(Walls_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Charts::Walls::Walls(Walls_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Walls](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## Walls::Walls(const Walls\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Charts::Walls::Walls(const Walls &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Walls](../) +* Class [Walls](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) +## Walls::Walls(const Floor\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Charts::Walls::Walls(const Floor &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Floor](../../floor/) +* Class [Walls](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.charts/walls/~walls/_index.md b/spanish/cpp/aspose.cells.charts/walls/~walls/_index.md new file mode 100644 index 00000000000..e0674181955 --- /dev/null +++ b/spanish/cpp/aspose.cells.charts/walls/~walls/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Charts::Walls::~Walls method +linktitle: ~Walls +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Charts::Walls::~Walls method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.charts/walls/~walls/ +--- +## Walls::~Walls method + + +Destructor. + +```cpp +Aspose::Cells::Charts::Walls::~Walls() +``` + +## See Also + +* Class [Walls](../) +* Namespace [Aspose::Cells::Charts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.datamodels/_index.md b/spanish/cpp/aspose.cells.datamodels/_index.md new file mode 100644 index 00000000000..be3a5c3aeb6 --- /dev/null +++ b/spanish/cpp/aspose.cells.datamodels/_index.md @@ -0,0 +1,21 @@ +--- +title: Espacio de nombres Aspose::Cells::DataModels +linktitle: Aspose::Cells::DataModels +second_title: Referencia de API de Aspose.Cells para C++ +description: 'Cómo usar el espacio de nombres Aspose::Cells::DataModels en C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.datamodels/ +--- + + + +## Clases + +| Clase | Descripción | +| --- | --- | +| [DataModel](./datamodel/) | Representa el modelo de datos. | +| [DataModelRelationship](./datamodelrelationship/) | Represents a single relationship in the spreadsheet data model. | +| [DataModelRelationshipCollection](./datamodelrelationshipcollection/) | Represents the relationships. | +| [DataModelTable](./datamodeltable/) | Represents properties of a single table in spreadsheet data model. | +| [DataModelTableCollection](./datamodeltablecollection/) | Represents the list of the data model table. | diff --git a/spanish/cpp/aspose.cells.datamodels/datamodel/_impl/_index.md b/spanish/cpp/aspose.cells.datamodels/datamodel/_impl/_index.md new file mode 100644 index 00000000000..6829c20bf42 --- /dev/null +++ b/spanish/cpp/aspose.cells.datamodels/datamodel/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::DataModels::DataModel::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataModels::DataModel::_impl field. The implementation object in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.datamodels/datamodel/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +DataModel_Impl* Aspose::Cells::DataModels::DataModel::_impl +``` + +## See Also + +* Class [DataModel](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.datamodels/datamodel/_index.md b/spanish/cpp/aspose.cells.datamodels/datamodel/_index.md new file mode 100644 index 00000000000..b6702f8bacc --- /dev/null +++ b/spanish/cpp/aspose.cells.datamodels/datamodel/_index.md @@ -0,0 +1,39 @@ +--- +title: Aspose::Cells::DataModels::DataModel class +linktitle: DataModel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataModels::DataModel class. Represents the data model in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.datamodels/datamodel/ +--- +## DataModel class + + +Represents the data model. + +```cpp +class DataModel +``` + +## Methods + +| Method | Description | +| --- | --- | +| [DataModel(DataModel_Impl* impl)](./datamodel/) | Constructs from an implementation object. | +| [DataModel(const DataModel\& src)](./datamodel/) | Copy constructor. | +| [GetRelationships()](./getrelationships/) | Gets all relationships of the tables in the data model. | +| [GetTables()](./gettables/) | Gets all tables in the data model. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const DataModel\& src)](./operator_asm/) | operator= | +| [~DataModel()](./~datamodel/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::DataModels](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.datamodels/datamodel/datamodel/_index.md b/spanish/cpp/aspose.cells.datamodels/datamodel/datamodel/_index.md new file mode 100644 index 00000000000..bac196adad3 --- /dev/null +++ b/spanish/cpp/aspose.cells.datamodels/datamodel/datamodel/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::DataModels::DataModel::DataModel constructor +linktitle: DataModel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataModels::DataModel::DataModel constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.datamodels/datamodel/datamodel/ +--- +## DataModel::DataModel(DataModel_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::DataModels::DataModel::DataModel(DataModel_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataModel](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) +## DataModel::DataModel(const DataModel\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::DataModels::DataModel::DataModel(const DataModel &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataModel](../) +* Class [DataModel](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.datamodels/datamodel/getrelationships/_index.md b/spanish/cpp/aspose.cells.datamodels/datamodel/getrelationships/_index.md new file mode 100644 index 00000000000..4c8e2665885 --- /dev/null +++ b/spanish/cpp/aspose.cells.datamodels/datamodel/getrelationships/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DataModels::DataModel::GetRelationships method +linktitle: GetRelationships +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataModels::DataModel::GetRelationships method. Gets all relationships of the tables in the data model in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.datamodels/datamodel/getrelationships/ +--- +## DataModel::GetRelationships method + + +Gets all relationships of the tables in the data model. + +```cpp +DataModelRelationshipCollection Aspose::Cells::DataModels::DataModel::GetRelationships() +``` + +## See Also + +* Class [DataModelRelationshipCollection](../../datamodelrelationshipcollection/) +* Class [DataModel](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.datamodels/datamodel/gettables/_index.md b/spanish/cpp/aspose.cells.datamodels/datamodel/gettables/_index.md new file mode 100644 index 00000000000..edd8670e08c --- /dev/null +++ b/spanish/cpp/aspose.cells.datamodels/datamodel/gettables/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DataModels::DataModel::GetTables method +linktitle: GetTables +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataModels::DataModel::GetTables method. Gets all tables in the data model in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.datamodels/datamodel/gettables/ +--- +## DataModel::GetTables method + + +Gets all tables in the data model. + +```cpp +DataModelTableCollection Aspose::Cells::DataModels::DataModel::GetTables() +``` + +## See Also + +* Class [DataModelTableCollection](../../datamodeltablecollection/) +* Class [DataModel](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.datamodels/datamodel/isnull/_index.md b/spanish/cpp/aspose.cells.datamodels/datamodel/isnull/_index.md new file mode 100644 index 00000000000..e89e66ec168 --- /dev/null +++ b/spanish/cpp/aspose.cells.datamodels/datamodel/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::DataModels::DataModel::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataModels::DataModel::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.datamodels/datamodel/isnull/ +--- +## DataModel::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::DataModels::DataModel::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataModel](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.datamodels/datamodel/operator_asm/_index.md b/spanish/cpp/aspose.cells.datamodels/datamodel/operator_asm/_index.md new file mode 100644 index 00000000000..89fd0bf9b61 --- /dev/null +++ b/spanish/cpp/aspose.cells.datamodels/datamodel/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::DataModels::DataModel::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataModels::DataModel::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.datamodels/datamodel/operator_asm/ +--- +## DataModel::operator= method + + +operator= + +```cpp +DataModel & Aspose::Cells::DataModels::DataModel::operator=(const DataModel &src) +``` + +## See Also + +* Class [DataModel](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataModel](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.datamodels/datamodel/operator_bool/_index.md b/spanish/cpp/aspose.cells.datamodels/datamodel/operator_bool/_index.md new file mode 100644 index 00000000000..e97b7a907cd --- /dev/null +++ b/spanish/cpp/aspose.cells.datamodels/datamodel/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::DataModels::DataModel::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataModels::DataModel::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.datamodels/datamodel/operator_bool/ +--- +## DataModel::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::DataModels::DataModel::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [DataModel](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.datamodels/datamodel/~datamodel/_index.md b/spanish/cpp/aspose.cells.datamodels/datamodel/~datamodel/_index.md new file mode 100644 index 00000000000..20c86164988 --- /dev/null +++ b/spanish/cpp/aspose.cells.datamodels/datamodel/~datamodel/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::DataModels::DataModel::~DataModel method +linktitle: ~DataModel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataModels::DataModel::~DataModel method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.datamodels/datamodel/~datamodel/ +--- +## DataModel::~DataModel method + + +Destructor. + +```cpp +Aspose::Cells::DataModels::DataModel::~DataModel() +``` + +## See Also + +* Class [DataModel](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.datamodels/datamodelrelationship/_impl/_index.md b/spanish/cpp/aspose.cells.datamodels/datamodelrelationship/_impl/_index.md new file mode 100644 index 00000000000..de789733a53 --- /dev/null +++ b/spanish/cpp/aspose.cells.datamodels/datamodelrelationship/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::DataModels::DataModelRelationship::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataModels::DataModelRelationship::_impl field. The implementation object in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.datamodels/datamodelrelationship/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +DataModelRelationship_Impl* Aspose::Cells::DataModels::DataModelRelationship::_impl +``` + +## See Also + +* Class [DataModelRelationship](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.datamodels/datamodelrelationship/_index.md b/spanish/cpp/aspose.cells.datamodels/datamodelrelationship/_index.md new file mode 100644 index 00000000000..1f6f00bbe4e --- /dev/null +++ b/spanish/cpp/aspose.cells.datamodels/datamodelrelationship/_index.md @@ -0,0 +1,41 @@ +--- +title: Aspose::Cells::DataModels::DataModelRelationship class +linktitle: DataModelRelationship +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataModels::DataModelRelationship class. Represents a single relationship in the spreadsheet data model in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.datamodels/datamodelrelationship/ +--- +## DataModelRelationship class + + +Represents a single relationship in the spreadsheet data model. + +```cpp +class DataModelRelationship +``` + +## Methods + +| Method | Description | +| --- | --- | +| [DataModelRelationship(DataModelRelationship_Impl* impl)](./datamodelrelationship/) | Constructs from an implementation object. | +| [DataModelRelationship(const DataModelRelationship\& src)](./datamodelrelationship/) | Copy constructor. | +| [GetForeignKeyColumn()](./getforeignkeycolumn/) | Gets the name of the foreign key table column for this relationship. | +| [GetForeignKeyTable()](./getforeignkeytable/) | Gets the name of the foreign key table for this relationship. | +| [GetPrimaryKeyColumn()](./getprimarykeycolumn/) | Gets the name of the primary key table column for this relationship. | +| [GetPrimaryKeyTable()](./getprimarykeytable/) | Gets the name of the primary key table for this relationship. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const DataModelRelationship\& src)](./operator_asm/) | operator= | +| [~DataModelRelationship()](./~datamodelrelationship/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::DataModels](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.datamodels/datamodelrelationship/datamodelrelationship/_index.md b/spanish/cpp/aspose.cells.datamodels/datamodelrelationship/datamodelrelationship/_index.md new file mode 100644 index 00000000000..78db321eb37 --- /dev/null +++ b/spanish/cpp/aspose.cells.datamodels/datamodelrelationship/datamodelrelationship/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::DataModels::DataModelRelationship::DataModelRelationship constructor +linktitle: DataModelRelationship +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataModels::DataModelRelationship::DataModelRelationship constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.datamodels/datamodelrelationship/datamodelrelationship/ +--- +## DataModelRelationship::DataModelRelationship(DataModelRelationship_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::DataModels::DataModelRelationship::DataModelRelationship(DataModelRelationship_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataModelRelationship](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) +## DataModelRelationship::DataModelRelationship(const DataModelRelationship\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::DataModels::DataModelRelationship::DataModelRelationship(const DataModelRelationship &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataModelRelationship](../) +* Class [DataModelRelationship](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.datamodels/datamodelrelationship/getforeignkeycolumn/_index.md b/spanish/cpp/aspose.cells.datamodels/datamodelrelationship/getforeignkeycolumn/_index.md new file mode 100644 index 00000000000..b8b6e528923 --- /dev/null +++ b/spanish/cpp/aspose.cells.datamodels/datamodelrelationship/getforeignkeycolumn/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DataModels::DataModelRelationship::GetForeignKeyColumn method +linktitle: GetForeignKeyColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataModels::DataModelRelationship::GetForeignKeyColumn method. Gets the name of the foreign key table column for this relationship in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.datamodels/datamodelrelationship/getforeignkeycolumn/ +--- +## DataModelRelationship::GetForeignKeyColumn method + + +Gets the name of the foreign key table column for this relationship. + +```cpp +U16String Aspose::Cells::DataModels::DataModelRelationship::GetForeignKeyColumn() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [DataModelRelationship](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.datamodels/datamodelrelationship/getforeignkeytable/_index.md b/spanish/cpp/aspose.cells.datamodels/datamodelrelationship/getforeignkeytable/_index.md new file mode 100644 index 00000000000..a6876399153 --- /dev/null +++ b/spanish/cpp/aspose.cells.datamodels/datamodelrelationship/getforeignkeytable/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DataModels::DataModelRelationship::GetForeignKeyTable method +linktitle: GetForeignKeyTable +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataModels::DataModelRelationship::GetForeignKeyTable method. Gets the name of the foreign key table for this relationship in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.datamodels/datamodelrelationship/getforeignkeytable/ +--- +## DataModelRelationship::GetForeignKeyTable method + + +Gets the name of the foreign key table for this relationship. + +```cpp +U16String Aspose::Cells::DataModels::DataModelRelationship::GetForeignKeyTable() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [DataModelRelationship](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.datamodels/datamodelrelationship/getprimarykeycolumn/_index.md b/spanish/cpp/aspose.cells.datamodels/datamodelrelationship/getprimarykeycolumn/_index.md new file mode 100644 index 00000000000..e16c1efa1bf --- /dev/null +++ b/spanish/cpp/aspose.cells.datamodels/datamodelrelationship/getprimarykeycolumn/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DataModels::DataModelRelationship::GetPrimaryKeyColumn method +linktitle: GetPrimaryKeyColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataModels::DataModelRelationship::GetPrimaryKeyColumn method. Gets the name of the primary key table column for this relationship in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.datamodels/datamodelrelationship/getprimarykeycolumn/ +--- +## DataModelRelationship::GetPrimaryKeyColumn method + + +Gets the name of the primary key table column for this relationship. + +```cpp +U16String Aspose::Cells::DataModels::DataModelRelationship::GetPrimaryKeyColumn() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [DataModelRelationship](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.datamodels/datamodelrelationship/getprimarykeytable/_index.md b/spanish/cpp/aspose.cells.datamodels/datamodelrelationship/getprimarykeytable/_index.md new file mode 100644 index 00000000000..8ad5f78cddb --- /dev/null +++ b/spanish/cpp/aspose.cells.datamodels/datamodelrelationship/getprimarykeytable/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DataModels::DataModelRelationship::GetPrimaryKeyTable method +linktitle: GetPrimaryKeyTable +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataModels::DataModelRelationship::GetPrimaryKeyTable method. Gets the name of the primary key table for this relationship in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.datamodels/datamodelrelationship/getprimarykeytable/ +--- +## DataModelRelationship::GetPrimaryKeyTable method + + +Gets the name of the primary key table for this relationship. + +```cpp +U16String Aspose::Cells::DataModels::DataModelRelationship::GetPrimaryKeyTable() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [DataModelRelationship](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.datamodels/datamodelrelationship/isnull/_index.md b/spanish/cpp/aspose.cells.datamodels/datamodelrelationship/isnull/_index.md new file mode 100644 index 00000000000..40f6d35955f --- /dev/null +++ b/spanish/cpp/aspose.cells.datamodels/datamodelrelationship/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::DataModels::DataModelRelationship::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataModels::DataModelRelationship::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.datamodels/datamodelrelationship/isnull/ +--- +## DataModelRelationship::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::DataModels::DataModelRelationship::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataModelRelationship](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.datamodels/datamodelrelationship/operator_asm/_index.md b/spanish/cpp/aspose.cells.datamodels/datamodelrelationship/operator_asm/_index.md new file mode 100644 index 00000000000..6b02c178b3e --- /dev/null +++ b/spanish/cpp/aspose.cells.datamodels/datamodelrelationship/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::DataModels::DataModelRelationship::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataModels::DataModelRelationship::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.datamodels/datamodelrelationship/operator_asm/ +--- +## DataModelRelationship::operator= method + + +operator= + +```cpp +DataModelRelationship & Aspose::Cells::DataModels::DataModelRelationship::operator=(const DataModelRelationship &src) +``` + +## See Also + +* Class [DataModelRelationship](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataModelRelationship](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.datamodels/datamodelrelationship/operator_bool/_index.md b/spanish/cpp/aspose.cells.datamodels/datamodelrelationship/operator_bool/_index.md new file mode 100644 index 00000000000..6964ee20f5c --- /dev/null +++ b/spanish/cpp/aspose.cells.datamodels/datamodelrelationship/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::DataModels::DataModelRelationship::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataModels::DataModelRelationship::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.datamodels/datamodelrelationship/operator_bool/ +--- +## DataModelRelationship::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::DataModels::DataModelRelationship::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [DataModelRelationship](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.datamodels/datamodelrelationship/~datamodelrelationship/_index.md b/spanish/cpp/aspose.cells.datamodels/datamodelrelationship/~datamodelrelationship/_index.md new file mode 100644 index 00000000000..faa8b8d7c7e --- /dev/null +++ b/spanish/cpp/aspose.cells.datamodels/datamodelrelationship/~datamodelrelationship/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::DataModels::DataModelRelationship::~DataModelRelationship method +linktitle: ~DataModelRelationship +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataModels::DataModelRelationship::~DataModelRelationship method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.datamodels/datamodelrelationship/~datamodelrelationship/ +--- +## DataModelRelationship::~DataModelRelationship method + + +Destructor. + +```cpp +Aspose::Cells::DataModels::DataModelRelationship::~DataModelRelationship() +``` + +## See Also + +* Class [DataModelRelationship](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/_impl/_index.md b/spanish/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/_impl/_index.md new file mode 100644 index 00000000000..0701c084703 --- /dev/null +++ b/spanish/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::DataModels::DataModelRelationshipCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataModels::DataModelRelationshipCollection::_impl field. The implementation object in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +DataModelRelationshipCollection_Impl* Aspose::Cells::DataModels::DataModelRelationshipCollection::_impl +``` + +## See Also + +* Class [DataModelRelationshipCollection](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/_index.md b/spanish/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/_index.md new file mode 100644 index 00000000000..e783745e2df --- /dev/null +++ b/spanish/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/_index.md @@ -0,0 +1,39 @@ +--- +title: Aspose::Cells::DataModels::DataModelRelationshipCollection class +linktitle: DataModelRelationshipCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataModels::DataModelRelationshipCollection class. Represents the relationships in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/ +--- +## DataModelRelationshipCollection class + + +Represents the relationships. + +```cpp +class DataModelRelationshipCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [DataModelRelationshipCollection(DataModelRelationshipCollection_Impl* impl)](./datamodelrelationshipcollection/) | Constructs from an implementation object. | +| [DataModelRelationshipCollection(const DataModelRelationshipCollection\& src)](./datamodelrelationshipcollection/) | Copy constructor. | +| [Get(int32_t index)](./get/) | Gets the relationship. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const DataModelRelationshipCollection\& src)](./operator_asm/) | operator= | +| [~DataModelRelationshipCollection()](./~datamodelrelationshipcollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::DataModels](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/datamodelrelationshipcollection/_index.md b/spanish/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/datamodelrelationshipcollection/_index.md new file mode 100644 index 00000000000..4dec2c245fe --- /dev/null +++ b/spanish/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/datamodelrelationshipcollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::DataModels::DataModelRelationshipCollection::DataModelRelationshipCollection constructor +linktitle: DataModelRelationshipCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataModels::DataModelRelationshipCollection::DataModelRelationshipCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/datamodelrelationshipcollection/ +--- +## DataModelRelationshipCollection::DataModelRelationshipCollection(DataModelRelationshipCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::DataModels::DataModelRelationshipCollection::DataModelRelationshipCollection(DataModelRelationshipCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataModelRelationshipCollection](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) +## DataModelRelationshipCollection::DataModelRelationshipCollection(const DataModelRelationshipCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::DataModels::DataModelRelationshipCollection::DataModelRelationshipCollection(const DataModelRelationshipCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataModelRelationshipCollection](../) +* Class [DataModelRelationshipCollection](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/get/_index.md b/spanish/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/get/_index.md new file mode 100644 index 00000000000..155d3a7d95a --- /dev/null +++ b/spanish/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/get/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::DataModels::DataModelRelationshipCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataModels::DataModelRelationshipCollection::Get method. Gets the relationship in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/get/ +--- +## DataModelRelationshipCollection::Get method + + +Gets the relationship. + +```cpp +DataModelRelationship Aspose::Cells::DataModels::DataModelRelationshipCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The index. | + +## ReturnValue + + + +## See Also + +* Class [DataModelRelationship](../../datamodelrelationship/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataModelRelationshipCollection](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/getcount/_index.md b/spanish/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/getcount/_index.md new file mode 100644 index 00000000000..b14bb604279 --- /dev/null +++ b/spanish/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DataModels::DataModelRelationshipCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::DataModels::DataModelRelationshipCollection class in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/getcount/ +--- +## DataModelRelationshipCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::DataModels::DataModelRelationshipCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataModelRelationshipCollection](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/isnull/_index.md b/spanish/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/isnull/_index.md new file mode 100644 index 00000000000..4d105a92c3a --- /dev/null +++ b/spanish/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::DataModels::DataModelRelationshipCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataModels::DataModelRelationshipCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/isnull/ +--- +## DataModelRelationshipCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::DataModels::DataModelRelationshipCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataModelRelationshipCollection](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/operator_asm/_index.md new file mode 100644 index 00000000000..bb639434fb4 --- /dev/null +++ b/spanish/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::DataModels::DataModelRelationshipCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataModels::DataModelRelationshipCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/operator_asm/ +--- +## DataModelRelationshipCollection::operator= method + + +operator= + +```cpp +DataModelRelationshipCollection & Aspose::Cells::DataModels::DataModelRelationshipCollection::operator=(const DataModelRelationshipCollection &src) +``` + +## See Also + +* Class [DataModelRelationshipCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataModelRelationshipCollection](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/operator_bool/_index.md new file mode 100644 index 00000000000..1041e1e2aa2 --- /dev/null +++ b/spanish/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::DataModels::DataModelRelationshipCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataModels::DataModelRelationshipCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/operator_bool/ +--- +## DataModelRelationshipCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::DataModels::DataModelRelationshipCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [DataModelRelationshipCollection](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/~datamodelrelationshipcollection/_index.md b/spanish/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/~datamodelrelationshipcollection/_index.md new file mode 100644 index 00000000000..67d98ff1052 --- /dev/null +++ b/spanish/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/~datamodelrelationshipcollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::DataModels::DataModelRelationshipCollection::~DataModelRelationshipCollection method +linktitle: ~DataModelRelationshipCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataModels::DataModelRelationshipCollection::~DataModelRelationshipCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.datamodels/datamodelrelationshipcollection/~datamodelrelationshipcollection/ +--- +## DataModelRelationshipCollection::~DataModelRelationshipCollection method + + +Destructor. + +```cpp +Aspose::Cells::DataModels::DataModelRelationshipCollection::~DataModelRelationshipCollection() +``` + +## See Also + +* Class [DataModelRelationshipCollection](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.datamodels/datamodeltable/_impl/_index.md b/spanish/cpp/aspose.cells.datamodels/datamodeltable/_impl/_index.md new file mode 100644 index 00000000000..f979e69694f --- /dev/null +++ b/spanish/cpp/aspose.cells.datamodels/datamodeltable/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::DataModels::DataModelTable::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataModels::DataModelTable::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.datamodels/datamodeltable/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +DataModelTable_Impl* Aspose::Cells::DataModels::DataModelTable::_impl +``` + +## See Also + +* Class [DataModelTable](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.datamodels/datamodeltable/_index.md b/spanish/cpp/aspose.cells.datamodels/datamodeltable/_index.md new file mode 100644 index 00000000000..d8014b70bc6 --- /dev/null +++ b/spanish/cpp/aspose.cells.datamodels/datamodeltable/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::DataModels::DataModelTable class +linktitle: DataModelTable +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataModels::DataModelTable class. Represents properties of a single table in spreadsheet data model in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.datamodels/datamodeltable/ +--- +## DataModelTable class + + +Represents properties of a single table in spreadsheet data model. + +```cpp +class DataModelTable +``` + +## Methods + +| Method | Description | +| --- | --- | +| [DataModelTable(DataModelTable_Impl* impl)](./datamodeltable/) | Constructs from an implementation object. | +| [DataModelTable(const DataModelTable\& src)](./datamodeltable/) | Copy constructor. | +| [GetConnectionName()](./getconnectionname/) | Gets the connection name of the data model table. | +| [GetId()](./getid/) | Gets the id of the data model table. | +| [GetName()](./getname/) | Gets the name of the data model table. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const DataModelTable\& src)](./operator_asm/) | operator= | +| [~DataModelTable()](./~datamodeltable/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::DataModels](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.datamodels/datamodeltable/datamodeltable/_index.md b/spanish/cpp/aspose.cells.datamodels/datamodeltable/datamodeltable/_index.md new file mode 100644 index 00000000000..4d62236c6f7 --- /dev/null +++ b/spanish/cpp/aspose.cells.datamodels/datamodeltable/datamodeltable/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::DataModels::DataModelTable::DataModelTable constructor +linktitle: DataModelTable +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataModels::DataModelTable::DataModelTable constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.datamodels/datamodeltable/datamodeltable/ +--- +## DataModelTable::DataModelTable(DataModelTable_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::DataModels::DataModelTable::DataModelTable(DataModelTable_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataModelTable](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) +## DataModelTable::DataModelTable(const DataModelTable\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::DataModels::DataModelTable::DataModelTable(const DataModelTable &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataModelTable](../) +* Class [DataModelTable](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.datamodels/datamodeltable/getconnectionname/_index.md b/spanish/cpp/aspose.cells.datamodels/datamodeltable/getconnectionname/_index.md new file mode 100644 index 00000000000..69f1b2e64b3 --- /dev/null +++ b/spanish/cpp/aspose.cells.datamodels/datamodeltable/getconnectionname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DataModels::DataModelTable::GetConnectionName method +linktitle: GetConnectionName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataModels::DataModelTable::GetConnectionName method. Gets the connection name of the data model table in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.datamodels/datamodeltable/getconnectionname/ +--- +## DataModelTable::GetConnectionName method + + +Gets the connection name of the data model table. + +```cpp +U16String Aspose::Cells::DataModels::DataModelTable::GetConnectionName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [DataModelTable](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.datamodels/datamodeltable/getid/_index.md b/spanish/cpp/aspose.cells.datamodels/datamodeltable/getid/_index.md new file mode 100644 index 00000000000..6bed0dec36b --- /dev/null +++ b/spanish/cpp/aspose.cells.datamodels/datamodeltable/getid/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DataModels::DataModelTable::GetId method +linktitle: GetId +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataModels::DataModelTable::GetId method. Gets the id of the data model table in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.datamodels/datamodeltable/getid/ +--- +## DataModelTable::GetId method + + +Gets the id of the data model table. + +```cpp +U16String Aspose::Cells::DataModels::DataModelTable::GetId() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [DataModelTable](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.datamodels/datamodeltable/getname/_index.md b/spanish/cpp/aspose.cells.datamodels/datamodeltable/getname/_index.md new file mode 100644 index 00000000000..d1d2b752c4f --- /dev/null +++ b/spanish/cpp/aspose.cells.datamodels/datamodeltable/getname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DataModels::DataModelTable::GetName method +linktitle: GetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataModels::DataModelTable::GetName method. Gets the name of the data model table in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.datamodels/datamodeltable/getname/ +--- +## DataModelTable::GetName method + + +Gets the name of the data model table. + +```cpp +U16String Aspose::Cells::DataModels::DataModelTable::GetName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [DataModelTable](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.datamodels/datamodeltable/isnull/_index.md b/spanish/cpp/aspose.cells.datamodels/datamodeltable/isnull/_index.md new file mode 100644 index 00000000000..1afd2eb71fa --- /dev/null +++ b/spanish/cpp/aspose.cells.datamodels/datamodeltable/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::DataModels::DataModelTable::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataModels::DataModelTable::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.datamodels/datamodeltable/isnull/ +--- +## DataModelTable::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::DataModels::DataModelTable::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataModelTable](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.datamodels/datamodeltable/operator_asm/_index.md b/spanish/cpp/aspose.cells.datamodels/datamodeltable/operator_asm/_index.md new file mode 100644 index 00000000000..826894ae5db --- /dev/null +++ b/spanish/cpp/aspose.cells.datamodels/datamodeltable/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::DataModels::DataModelTable::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataModels::DataModelTable::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.datamodels/datamodeltable/operator_asm/ +--- +## DataModelTable::operator= method + + +operator= + +```cpp +DataModelTable & Aspose::Cells::DataModels::DataModelTable::operator=(const DataModelTable &src) +``` + +## See Also + +* Class [DataModelTable](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataModelTable](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.datamodels/datamodeltable/operator_bool/_index.md b/spanish/cpp/aspose.cells.datamodels/datamodeltable/operator_bool/_index.md new file mode 100644 index 00000000000..7c3da1bba2c --- /dev/null +++ b/spanish/cpp/aspose.cells.datamodels/datamodeltable/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::DataModels::DataModelTable::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataModels::DataModelTable::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.datamodels/datamodeltable/operator_bool/ +--- +## DataModelTable::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::DataModels::DataModelTable::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [DataModelTable](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.datamodels/datamodeltable/~datamodeltable/_index.md b/spanish/cpp/aspose.cells.datamodels/datamodeltable/~datamodeltable/_index.md new file mode 100644 index 00000000000..589cac914c1 --- /dev/null +++ b/spanish/cpp/aspose.cells.datamodels/datamodeltable/~datamodeltable/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::DataModels::DataModelTable::~DataModelTable method +linktitle: ~DataModelTable +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataModels::DataModelTable::~DataModelTable method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.datamodels/datamodeltable/~datamodeltable/ +--- +## DataModelTable::~DataModelTable method + + +Destructor. + +```cpp +Aspose::Cells::DataModels::DataModelTable::~DataModelTable() +``` + +## See Also + +* Class [DataModelTable](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.datamodels/datamodeltablecollection/_impl/_index.md b/spanish/cpp/aspose.cells.datamodels/datamodeltablecollection/_impl/_index.md new file mode 100644 index 00000000000..e296afcb22e --- /dev/null +++ b/spanish/cpp/aspose.cells.datamodels/datamodeltablecollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::DataModels::DataModelTableCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataModels::DataModelTableCollection::_impl field. The implementation object in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.datamodels/datamodeltablecollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +DataModelTableCollection_Impl* Aspose::Cells::DataModels::DataModelTableCollection::_impl +``` + +## See Also + +* Class [DataModelTableCollection](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.datamodels/datamodeltablecollection/_index.md b/spanish/cpp/aspose.cells.datamodels/datamodeltablecollection/_index.md new file mode 100644 index 00000000000..545a04739b4 --- /dev/null +++ b/spanish/cpp/aspose.cells.datamodels/datamodeltablecollection/_index.md @@ -0,0 +1,41 @@ +--- +title: Aspose::Cells::DataModels::DataModelTableCollection class +linktitle: DataModelTableCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataModels::DataModelTableCollection class. Represents the list of the data model table in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.datamodels/datamodeltablecollection/ +--- +## DataModelTableCollection class + + +Represents the list of the data model table. + +```cpp +class DataModelTableCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [DataModelTableCollection(DataModelTableCollection_Impl* impl)](./datamodeltablecollection/) | Constructs from an implementation object. | +| [DataModelTableCollection(const DataModelTableCollection\& src)](./datamodeltablecollection/) | Copy constructor. | +| [Get(int32_t index)](./get/) | Gets the data model table by position of the collection. | +| [Get(const U16String\& name)](./get/) | Gets the data model table by the name. | +| [Get(const char16_t* name)](./get/) | Gets the data model table by the name. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const DataModelTableCollection\& src)](./operator_asm/) | operator= | +| [~DataModelTableCollection()](./~datamodeltablecollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::DataModels](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.datamodels/datamodeltablecollection/datamodeltablecollection/_index.md b/spanish/cpp/aspose.cells.datamodels/datamodeltablecollection/datamodeltablecollection/_index.md new file mode 100644 index 00000000000..aa375650e3e --- /dev/null +++ b/spanish/cpp/aspose.cells.datamodels/datamodeltablecollection/datamodeltablecollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::DataModels::DataModelTableCollection::DataModelTableCollection constructor +linktitle: DataModelTableCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataModels::DataModelTableCollection::DataModelTableCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.datamodels/datamodeltablecollection/datamodeltablecollection/ +--- +## DataModelTableCollection::DataModelTableCollection(DataModelTableCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::DataModels::DataModelTableCollection::DataModelTableCollection(DataModelTableCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataModelTableCollection](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) +## DataModelTableCollection::DataModelTableCollection(const DataModelTableCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::DataModels::DataModelTableCollection::DataModelTableCollection(const DataModelTableCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataModelTableCollection](../) +* Class [DataModelTableCollection](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.datamodels/datamodeltablecollection/get/_index.md b/spanish/cpp/aspose.cells.datamodels/datamodeltablecollection/get/_index.md new file mode 100644 index 00000000000..f315526cf3f --- /dev/null +++ b/spanish/cpp/aspose.cells.datamodels/datamodeltablecollection/get/_index.md @@ -0,0 +1,85 @@ +--- +title: Aspose::Cells::DataModels::DataModelTableCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataModels::DataModelTableCollection::Get method. Gets the data model table by position of the collection in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.datamodels/datamodeltablecollection/get/ +--- +## DataModelTableCollection::Get(int32_t) method + + +Gets the data model table by position of the collection. + +```cpp +DataModelTable Aspose::Cells::DataModels::DataModelTableCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The position of the collection. | + +## ReturnValue + + + +## See Also + +* Class [DataModelTable](../../datamodeltable/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataModelTableCollection](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) +## DataModelTableCollection::Get(const U16String\&) method + + +Gets the data model table by the name. + +```cpp +DataModelTable Aspose::Cells::DataModels::DataModelTableCollection::Get(const U16String &name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const U16String\& | The name of data model table. | + +## ReturnValue + + + +## See Also + +* Class [DataModelTable](../../datamodeltable/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [DataModelTableCollection](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) +## DataModelTableCollection::Get(const char16_t*) method + + +Gets the data model table by the name. + +```cpp +DataModelTable Aspose::Cells::DataModels::DataModelTableCollection::Get(const char16_t *name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const char16_t* | The name of data model table. | + +## ReturnValue + + + +## See Also + +* Class [DataModelTable](../../datamodeltable/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataModelTableCollection](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.datamodels/datamodeltablecollection/getcount/_index.md b/spanish/cpp/aspose.cells.datamodels/datamodeltablecollection/getcount/_index.md new file mode 100644 index 00000000000..ba6f17c729b --- /dev/null +++ b/spanish/cpp/aspose.cells.datamodels/datamodeltablecollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DataModels::DataModelTableCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::DataModels::DataModelTableCollection class in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.datamodels/datamodeltablecollection/getcount/ +--- +## DataModelTableCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::DataModels::DataModelTableCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataModelTableCollection](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.datamodels/datamodeltablecollection/isnull/_index.md b/spanish/cpp/aspose.cells.datamodels/datamodeltablecollection/isnull/_index.md new file mode 100644 index 00000000000..9c761d06a22 --- /dev/null +++ b/spanish/cpp/aspose.cells.datamodels/datamodeltablecollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::DataModels::DataModelTableCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataModels::DataModelTableCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.datamodels/datamodeltablecollection/isnull/ +--- +## DataModelTableCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::DataModels::DataModelTableCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataModelTableCollection](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.datamodels/datamodeltablecollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.datamodels/datamodeltablecollection/operator_asm/_index.md new file mode 100644 index 00000000000..dd5a19894e8 --- /dev/null +++ b/spanish/cpp/aspose.cells.datamodels/datamodeltablecollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::DataModels::DataModelTableCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataModels::DataModelTableCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.datamodels/datamodeltablecollection/operator_asm/ +--- +## DataModelTableCollection::operator= method + + +operator= + +```cpp +DataModelTableCollection & Aspose::Cells::DataModels::DataModelTableCollection::operator=(const DataModelTableCollection &src) +``` + +## See Also + +* Class [DataModelTableCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataModelTableCollection](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.datamodels/datamodeltablecollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.datamodels/datamodeltablecollection/operator_bool/_index.md new file mode 100644 index 00000000000..22b53c088b4 --- /dev/null +++ b/spanish/cpp/aspose.cells.datamodels/datamodeltablecollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::DataModels::DataModelTableCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataModels::DataModelTableCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.datamodels/datamodeltablecollection/operator_bool/ +--- +## DataModelTableCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::DataModels::DataModelTableCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [DataModelTableCollection](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.datamodels/datamodeltablecollection/~datamodeltablecollection/_index.md b/spanish/cpp/aspose.cells.datamodels/datamodeltablecollection/~datamodeltablecollection/_index.md new file mode 100644 index 00000000000..79d5f8298ad --- /dev/null +++ b/spanish/cpp/aspose.cells.datamodels/datamodeltablecollection/~datamodeltablecollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::DataModels::DataModelTableCollection::~DataModelTableCollection method +linktitle: ~DataModelTableCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataModels::DataModelTableCollection::~DataModelTableCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.datamodels/datamodeltablecollection/~datamodeltablecollection/ +--- +## DataModelTableCollection::~DataModelTableCollection method + + +Destructor. + +```cpp +Aspose::Cells::DataModels::DataModelTableCollection::~DataModelTableCollection() +``` + +## See Also + +* Class [DataModelTableCollection](../) +* Namespace [Aspose::Cells::DataModels](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.digitalsignatures/_index.md b/spanish/cpp/aspose.cells.digitalsignatures/_index.md new file mode 100644 index 00000000000..600aa2631bf --- /dev/null +++ b/spanish/cpp/aspose.cells.digitalsignatures/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::DigitalSignatures espacio de nombres +linktitle: Aspose::Cells::DigitalSignatures +second_title: Referencia de API de Aspose.Cells para C++ +description: 'Cómo usar el espacio de nombres Aspose::Cells::DigitalSignatures en C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.digitalsignatures/ +--- + + + +## Clases + +| Clase | Descripción | +| --- | --- | +| [DigitalSignature](./digitalsignature/) | Firma en el archivo. | +| [DigitalSignatureCollection](./digitalsignaturecollection/) | Proporciona una colección de firmas digitales adjuntas a un documento. | +## Enums + +| Enumeración | Descripción | +| --- | --- | +| [XAdESType](./xadestype/) | Tipo de Firma Electrónica Avanzada XML (XAdES). | diff --git a/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/_impl/_index.md b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/_impl/_index.md new file mode 100644 index 00000000000..8d8ec9fdec1 --- /dev/null +++ b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::DigitalSignatures::DigitalSignature::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DigitalSignatures::DigitalSignature::_impl field. The implementation object in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.digitalsignatures/digitalsignature/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +DigitalSignature_Impl* Aspose::Cells::DigitalSignatures::DigitalSignature::_impl +``` + +## See Also + +* Class [DigitalSignature](../) +* Namespace [Aspose::Cells::DigitalSignatures](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/_index.md b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/_index.md new file mode 100644 index 00000000000..7bd6b76f064 --- /dev/null +++ b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/_index.md @@ -0,0 +1,58 @@ +--- +title: Aspose::Cells::DigitalSignatures::DigitalSignature class +linktitle: DigitalSignature +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DigitalSignatures::DigitalSignature class. Signature in file in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.digitalsignatures/digitalsignature/ +--- +## DigitalSignature class + + +Signature in file. + +```cpp +class DigitalSignature +``` + +## Methods + +| Method | Description | +| --- | --- | +| [DigitalSignature(const Vector \\& rawData, const U16String\& password, const U16String\& comments, const Date\& signTime)](./digitalsignature/) | Constructor of [DigitalSignature](./). | +| [DigitalSignature(const Vector \\& rawData, const char16_t* password, const char16_t* comments, const Date\& signTime)](./digitalsignature/) | Constructor of [DigitalSignature](./). | +| [DigitalSignature(const U16String\& fileName, const U16String\& password, const U16String\& comments, const Date\& signTime)](./digitalsignature/) | Constructor of [DigitalSignature](./). | +| [DigitalSignature(const char16_t* fileName, const char16_t* password, const char16_t* comments, const Date\& signTime)](./digitalsignature/) | Constructor of [DigitalSignature](./). | +| [DigitalSignature(DigitalSignature_Impl* impl)](./digitalsignature/) | Constructs from an implementation object. | +| [DigitalSignature(const DigitalSignature\& src)](./digitalsignature/) | Copy constructor. | +| [GetComments()](./getcomments/) | The purpose to signature. | +| [GetId(UUID\& uuid)](./getid/) | Specifies a GUID which can be cross-referenced with the GUID of the signature line stored in the document content. Default value is Empty (all zeroes) Guid. | +| [GetImage()](./getimage/) | Specifies an image for the digital signature. Default value is null. | +| [GetProviderId(UUID\& uuid)](./getproviderid/) | Specifies the class ID of the signature provider. Default value is Empty (all zeroes) Guid. | +| [GetSignTime()](./getsigntime/) | The time when the document was signed. | +| [GetText()](./gettext/) | Specifies the text of actual signature in the digital signature. Default value is Empty. | +| [GetXAdESType()](./getxadestype/) | XAdES type. Default value is [None(XAdES is off)](../../aspose.cells/accesscacheoptions/). | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsValid()](./isvalid/) | If this digital signature is valid and the document has not been tampered with, this value will be true. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const DigitalSignature\& src)](./operator_asm/) | operator= | +| [SetComments(const U16String\& value)](./setcomments/) | The purpose to signature. | +| [SetComments(const char16_t* value)](./setcomments/) | The purpose to signature. | +| [SetId(const UUID\& value)](./setid/) | Specifies a GUID which can be cross-referenced with the GUID of the signature line stored in the document content. Default value is Empty (all zeroes) Guid. | +| [SetImage(const Vector \\& value)](./setimage/) | Specifies an image for the digital signature. Default value is null. | +| [SetProviderId(const UUID\& value)](./setproviderid/) | Specifies the class ID of the signature provider. Default value is Empty (all zeroes) Guid. | +| [SetSignTime(const Date\& value)](./setsigntime/) | The time when the document was signed. | +| [SetText(const U16String\& value)](./settext/) | Specifies the text of actual signature in the digital signature. Default value is Empty. | +| [SetText(const char16_t* value)](./settext/) | Specifies the text of actual signature in the digital signature. Default value is Empty. | +| [SetXAdESType(XAdESType value)](./setxadestype/) | XAdES type. Default value is [None(XAdES is off)](../../aspose.cells/accesscacheoptions/). | +| [~DigitalSignature()](./~digitalsignature/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::DigitalSignatures](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/digitalsignature/_index.md b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/digitalsignature/_index.md new file mode 100644 index 00000000000..5c3dea5098a --- /dev/null +++ b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/digitalsignature/_index.md @@ -0,0 +1,186 @@ +--- +title: Aspose::Cells::DigitalSignatures::DigitalSignature::DigitalSignature constructor +linktitle: DigitalSignature +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DigitalSignatures::DigitalSignature::DigitalSignature constructor. Constructor of DigitalSignature in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.digitalsignatures/digitalsignature/digitalsignature/ +--- +## DigitalSignature::DigitalSignature(const Vector \\&, const U16String\&, const U16String\&, const Date\&) constructor + + +Constructor of [DigitalSignature](../). + +```cpp +Aspose::Cells::DigitalSignatures::DigitalSignature::DigitalSignature(const Vector &rawData, const U16String &password, const U16String &comments, const Date &signTime) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| rawData | const Vector \\& | A byte array containing data from an X.509 certificate. | +| password | const U16String\& | The password required to access the X.509 certificate data. | +| comments | const U16String\& | The purpose to signature. | +| signTime | const Date\& | The utc time when the document was signed. | + + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//El siguiente ejemplo muestra cómo crear una firma digital. + +//la colección de firmas contiene una o más firmas necesarias para firmar +DigitalSignatureCollection dsc; + +//Una matriz de bytes que contiene datos de un certificado X.509. +Vector data{ 0 };//Note: You need to read the data into this variable. +U16String pwd = "123456";//The password required to access the X.509 certificate data. +U16String comment = "test for sign";//The purpose to signature. +Date dtUtc{ 2023,10,10,5,30,12 };//The utc time when the document was signed. +DigitalSignature ds(data, pwd, comment, dtUtc); + +dsc.Add(ds); +Workbook wb; +//establecer todas las firmas en el libro de trabajo +wb.SetDigitalSignature(dsc); +wb.Save(u"newfile.xlsx"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [DigitalSignature](../) +* Namespace [Aspose::Cells::DigitalSignatures](../../) +* Library [Aspose.Cells for C++](../../../) +## DigitalSignature::DigitalSignature(const Vector \\&, const char16_t*, const char16_t*, const Date\&) constructor + + +Constructor of [DigitalSignature](../). + +```cpp +Aspose::Cells::DigitalSignatures::DigitalSignature::DigitalSignature(const Vector &rawData, const char16_t *password, const char16_t *comments, const Date &signTime) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| rawData | const Vector \\& | A byte array containing data from an X.509 certificate. | +| password | const char16_t* | The password required to access the X.509 certificate data. | +| comments | const char16_t* | The purpose to signature. | +| signTime | const Date\& | The utc time when the document was signed. | + + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//El siguiente ejemplo muestra cómo crear una firma digital. + +//la colección de firmas contiene una o más firmas necesarias para firmar +DigitalSignatureCollection dsc; + +//Una matriz de bytes que contiene datos de un certificado X.509. +Vector data{0};//Note: You need to read the data into this variable. +Date dtUtc{2023,10,10,5,30,12};//The utc time when the document was signed. +DigitalSignature ds(data,"123456", "test for sign", dtUtc); //123456 is password of cert + +dsc.Add(ds); +Workbook wb; +//establecer todas las firmas en el libro de trabajo +wb.SetDigitalSignature(dsc); +wb.Save(u"newfile.xlsx"); + + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DigitalSignature](../) +* Namespace [Aspose::Cells::DigitalSignatures](../../) +* Library [Aspose.Cells for C++](../../../) +## DigitalSignature::DigitalSignature(const U16String\&, const U16String\&, const U16String\&, const Date\&) constructor + + +Constructor of [DigitalSignature](../). + +```cpp +Aspose::Cells::DigitalSignatures::DigitalSignature::DigitalSignature(const U16String &fileName, const U16String &password, const U16String &comments, const Date &signTime) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fileName | const U16String\& | The name of a certificate file. | +| password | const U16String\& | The password required to access the X.509 certificate data. | +| comments | const U16String\& | The purpose to signature. | +| signTime | const Date\& | The utc time when the document was signed. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [DigitalSignature](../) +* Namespace [Aspose::Cells::DigitalSignatures](../../) +* Library [Aspose.Cells for C++](../../../) +## DigitalSignature::DigitalSignature(const char16_t*, const char16_t*, const char16_t*, const Date\&) constructor + + +Constructor of [DigitalSignature](../). + +```cpp +Aspose::Cells::DigitalSignatures::DigitalSignature::DigitalSignature(const char16_t *fileName, const char16_t *password, const char16_t *comments, const Date &signTime) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fileName | const char16_t* | The name of a certificate file. | +| password | const char16_t* | The password required to access the X.509 certificate data. | +| comments | const char16_t* | The purpose to signature. | +| signTime | const Date\& | The utc time when the document was signed. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DigitalSignature](../) +* Namespace [Aspose::Cells::DigitalSignatures](../../) +* Library [Aspose.Cells for C++](../../../) +## DigitalSignature::DigitalSignature(DigitalSignature_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::DigitalSignatures::DigitalSignature::DigitalSignature(DigitalSignature_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DigitalSignature](../) +* Namespace [Aspose::Cells::DigitalSignatures](../../) +* Library [Aspose.Cells for C++](../../../) +## DigitalSignature::DigitalSignature(const DigitalSignature\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::DigitalSignatures::DigitalSignature::DigitalSignature(const DigitalSignature &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DigitalSignature](../) +* Class [DigitalSignature](../) +* Namespace [Aspose::Cells::DigitalSignatures](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/getcomments/_index.md b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/getcomments/_index.md new file mode 100644 index 00000000000..18538de7605 --- /dev/null +++ b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/getcomments/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DigitalSignatures::DigitalSignature::GetComments method +linktitle: GetComments +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DigitalSignatures::DigitalSignature::GetComments method. The purpose to signature in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.digitalsignatures/digitalsignature/getcomments/ +--- +## DigitalSignature::GetComments method + + +The purpose to signature. + +```cpp +U16String Aspose::Cells::DigitalSignatures::DigitalSignature::GetComments() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [DigitalSignature](../) +* Namespace [Aspose::Cells::DigitalSignatures](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/getid/_index.md b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/getid/_index.md new file mode 100644 index 00000000000..64dee9e47c1 --- /dev/null +++ b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/getid/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::DigitalSignatures::DigitalSignature::GetId method +linktitle: GetId +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DigitalSignatures::DigitalSignature::GetId method. Specifies a GUID which can be cross-referenced with the GUID of the signature line stored in the document content. Default value is Empty (all zeroes) Guid in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.digitalsignatures/digitalsignature/getid/ +--- +## DigitalSignature::GetId method + + +Specifies a GUID which can be cross-referenced with the GUID of the signature line stored in the document content. Default value is Empty (all zeroes) Guid. + +```cpp +void Aspose::Cells::DigitalSignatures::DigitalSignature::GetId(UUID &uuid) +``` + +## Remarks + + +When set, it associates SignatureLine with corresponding [DigitalSignature](../). +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Typedef [UUID](../../../aspose.cells/uuid/) +* Class [DigitalSignature](../) +* Namespace [Aspose::Cells::DigitalSignatures](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/getimage/_index.md b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/getimage/_index.md new file mode 100644 index 00000000000..8f9ea66fa1a --- /dev/null +++ b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/getimage/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DigitalSignatures::DigitalSignature::GetImage method +linktitle: GetImage +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DigitalSignatures::DigitalSignature::GetImage method. Specifies an image for the digital signature. Default value is null in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.digitalsignatures/digitalsignature/getimage/ +--- +## DigitalSignature::GetImage method + + +Specifies an image for the digital signature. Default value is null. + +```cpp +Vector Aspose::Cells::DigitalSignatures::DigitalSignature::GetImage() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DigitalSignature](../) +* Namespace [Aspose::Cells::DigitalSignatures](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/getproviderid/_index.md b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/getproviderid/_index.md new file mode 100644 index 00000000000..cad440343ac --- /dev/null +++ b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/getproviderid/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::DigitalSignatures::DigitalSignature::GetProviderId method +linktitle: GetProviderId +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DigitalSignatures::DigitalSignature::GetProviderId method. Specifies the class ID of the signature provider. Default value is Empty (all zeroes) Guid in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.digitalsignatures/digitalsignature/getproviderid/ +--- +## DigitalSignature::GetProviderId method + + +Specifies the class ID of the signature provider. Default value is Empty (all zeroes) Guid. + +```cpp +void Aspose::Cells::DigitalSignatures::DigitalSignature::GetProviderId(UUID &uuid) +``` + +## Remarks + + +The cryptographic service provider (CSP) is an independent software module that actually performs cryptography algorithms for authentication, encoding, and encryption. Microsoft Office reserves the value of {00000000-0000-0000-0000-000000000000} for its default signature provider, and {000CD6A4-0000-0000-C000-000000000046} for its East Asian signature provider. The GUID of the additionally installed provider should be obtained from the documentation shipped with the provider. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Typedef [UUID](../../../aspose.cells/uuid/) +* Class [DigitalSignature](../) +* Namespace [Aspose::Cells::DigitalSignatures](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/getsigntime/_index.md b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/getsigntime/_index.md new file mode 100644 index 00000000000..cc17ef1388c --- /dev/null +++ b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/getsigntime/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::DigitalSignatures::DigitalSignature::GetSignTime method +linktitle: GetSignTime +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DigitalSignatures::DigitalSignature::GetSignTime method. The time when the document was signed in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.digitalsignatures/digitalsignature/getsigntime/ +--- +## DigitalSignature::GetSignTime method + + +The time when the document was signed. + +```cpp +Date Aspose::Cells::DigitalSignatures::DigitalSignature::GetSignTime() +``` + +## See Also + +* Class [DigitalSignature](../) +* Namespace [Aspose::Cells::DigitalSignatures](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/gettext/_index.md b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/gettext/_index.md new file mode 100644 index 00000000000..7f9cf82f558 --- /dev/null +++ b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/gettext/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DigitalSignatures::DigitalSignature::GetText method +linktitle: GetText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DigitalSignatures::DigitalSignature::GetText method. Specifies the text of actual signature in the digital signature. Default value is Empty in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.digitalsignatures/digitalsignature/gettext/ +--- +## DigitalSignature::GetText method + + +Specifies the text of actual signature in the digital signature. Default value is Empty. + +```cpp +U16String Aspose::Cells::DigitalSignatures::DigitalSignature::GetText() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [DigitalSignature](../) +* Namespace [Aspose::Cells::DigitalSignatures](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/getxadestype/_index.md b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/getxadestype/_index.md new file mode 100644 index 00000000000..589f01595d7 --- /dev/null +++ b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/getxadestype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DigitalSignatures::DigitalSignature::GetXAdESType method +linktitle: GetXAdESType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DigitalSignatures::DigitalSignature::GetXAdESType method. XAdES type. Default value is None(XAdES is off) in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.digitalsignatures/digitalsignature/getxadestype/ +--- +## DigitalSignature::GetXAdESType method + + +XAdES type. Default value is [None(XAdES is off)](../../../aspose.cells/accesscacheoptions/). + +```cpp +XAdESType Aspose::Cells::DigitalSignatures::DigitalSignature::GetXAdESType() +``` + +## See Also + +* Enum [XAdESType](../../xadestype/) +* Class [DigitalSignature](../) +* Namespace [Aspose::Cells::DigitalSignatures](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/isnull/_index.md b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/isnull/_index.md new file mode 100644 index 00000000000..afeb3e382bf --- /dev/null +++ b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::DigitalSignatures::DigitalSignature::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DigitalSignatures::DigitalSignature::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.digitalsignatures/digitalsignature/isnull/ +--- +## DigitalSignature::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::DigitalSignatures::DigitalSignature::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DigitalSignature](../) +* Namespace [Aspose::Cells::DigitalSignatures](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/isvalid/_index.md b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/isvalid/_index.md new file mode 100644 index 00000000000..b7219e43eea --- /dev/null +++ b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/isvalid/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DigitalSignatures::DigitalSignature::IsValid method +linktitle: IsValid +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DigitalSignatures::DigitalSignature::IsValid method. If this digital signature is valid and the document has not been tampered with, this value will be true in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.digitalsignatures/digitalsignature/isvalid/ +--- +## DigitalSignature::IsValid method + + +If this digital signature is valid and the document has not been tampered with, this value will be true. + +```cpp +bool Aspose::Cells::DigitalSignatures::DigitalSignature::IsValid() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DigitalSignature](../) +* Namespace [Aspose::Cells::DigitalSignatures](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/operator_asm/_index.md b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/operator_asm/_index.md new file mode 100644 index 00000000000..5f95a687312 --- /dev/null +++ b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::DigitalSignatures::DigitalSignature::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DigitalSignatures::DigitalSignature::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.digitalsignatures/digitalsignature/operator_asm/ +--- +## DigitalSignature::operator= method + + +operator= + +```cpp +DigitalSignature & Aspose::Cells::DigitalSignatures::DigitalSignature::operator=(const DigitalSignature &src) +``` + +## See Also + +* Class [DigitalSignature](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [DigitalSignature](../) +* Namespace [Aspose::Cells::DigitalSignatures](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/operator_bool/_index.md b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/operator_bool/_index.md new file mode 100644 index 00000000000..a29de9a26da --- /dev/null +++ b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::DigitalSignatures::DigitalSignature::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DigitalSignatures::DigitalSignature::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.digitalsignatures/digitalsignature/operator_bool/ +--- +## DigitalSignature::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::DigitalSignatures::DigitalSignature::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [DigitalSignature](../) +* Namespace [Aspose::Cells::DigitalSignatures](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/setcomments/_index.md b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/setcomments/_index.md new file mode 100644 index 00000000000..b9c1fad1a20 --- /dev/null +++ b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/setcomments/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::DigitalSignatures::DigitalSignature::SetComments method +linktitle: SetComments +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DigitalSignatures::DigitalSignature::SetComments method. The purpose to signature in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.digitalsignatures/digitalsignature/setcomments/ +--- +## DigitalSignature::SetComments(const U16String\&) method + + +The purpose to signature. + +```cpp +void Aspose::Cells::DigitalSignatures::DigitalSignature::SetComments(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [DigitalSignature](../) +* Namespace [Aspose::Cells::DigitalSignatures](../../) +* Library [Aspose.Cells for C++](../../../) +## DigitalSignature::SetComments(const char16_t*) method + + +The purpose to signature. + +```cpp +void Aspose::Cells::DigitalSignatures::DigitalSignature::SetComments(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DigitalSignature](../) +* Namespace [Aspose::Cells::DigitalSignatures](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/setid/_index.md b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/setid/_index.md new file mode 100644 index 00000000000..4ae35397b32 --- /dev/null +++ b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/setid/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::DigitalSignatures::DigitalSignature::SetId method +linktitle: SetId +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DigitalSignatures::DigitalSignature::SetId method. Specifies a GUID which can be cross-referenced with the GUID of the signature line stored in the document content. Default value is Empty (all zeroes) Guid in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.digitalsignatures/digitalsignature/setid/ +--- +## DigitalSignature::SetId method + + +Specifies a GUID which can be cross-referenced with the GUID of the signature line stored in the document content. Default value is Empty (all zeroes) Guid. + +```cpp +void Aspose::Cells::DigitalSignatures::DigitalSignature::SetId(const UUID &value) +``` + +## Remarks + + +When set, it associates SignatureLine with corresponding [DigitalSignature](../). +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Typedef [UUID](../../../aspose.cells/uuid/) +* Class [DigitalSignature](../) +* Namespace [Aspose::Cells::DigitalSignatures](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/setimage/_index.md b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/setimage/_index.md new file mode 100644 index 00000000000..d773ce68a3c --- /dev/null +++ b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/setimage/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DigitalSignatures::DigitalSignature::SetImage method +linktitle: SetImage +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DigitalSignatures::DigitalSignature::SetImage method. Specifies an image for the digital signature. Default value is null in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.digitalsignatures/digitalsignature/setimage/ +--- +## DigitalSignature::SetImage method + + +Specifies an image for the digital signature. Default value is null. + +```cpp +void Aspose::Cells::DigitalSignatures::DigitalSignature::SetImage(const Vector &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DigitalSignature](../) +* Namespace [Aspose::Cells::DigitalSignatures](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/setproviderid/_index.md b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/setproviderid/_index.md new file mode 100644 index 00000000000..5ad3365572a --- /dev/null +++ b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/setproviderid/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::DigitalSignatures::DigitalSignature::SetProviderId method +linktitle: SetProviderId +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DigitalSignatures::DigitalSignature::SetProviderId method. Specifies the class ID of the signature provider. Default value is Empty (all zeroes) Guid in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.digitalsignatures/digitalsignature/setproviderid/ +--- +## DigitalSignature::SetProviderId method + + +Specifies the class ID of the signature provider. Default value is Empty (all zeroes) Guid. + +```cpp +void Aspose::Cells::DigitalSignatures::DigitalSignature::SetProviderId(const UUID &value) +``` + +## Remarks + + +The cryptographic service provider (CSP) is an independent software module that actually performs cryptography algorithms for authentication, encoding, and encryption. Microsoft Office reserves the value of {00000000-0000-0000-0000-000000000000} for its default signature provider, and {000CD6A4-0000-0000-C000-000000000046} for its East Asian signature provider. The GUID of the additionally installed provider should be obtained from the documentation shipped with the provider. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Typedef [UUID](../../../aspose.cells/uuid/) +* Class [DigitalSignature](../) +* Namespace [Aspose::Cells::DigitalSignatures](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/setsigntime/_index.md b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/setsigntime/_index.md new file mode 100644 index 00000000000..af5074164c8 --- /dev/null +++ b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/setsigntime/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DigitalSignatures::DigitalSignature::SetSignTime method +linktitle: SetSignTime +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DigitalSignatures::DigitalSignature::SetSignTime method. The time when the document was signed in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.digitalsignatures/digitalsignature/setsigntime/ +--- +## DigitalSignature::SetSignTime method + + +The time when the document was signed. + +```cpp +void Aspose::Cells::DigitalSignatures::DigitalSignature::SetSignTime(const Date &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DigitalSignature](../) +* Namespace [Aspose::Cells::DigitalSignatures](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/settext/_index.md b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/settext/_index.md new file mode 100644 index 00000000000..373467f8c2c --- /dev/null +++ b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/settext/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::DigitalSignatures::DigitalSignature::SetText method +linktitle: SetText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DigitalSignatures::DigitalSignature::SetText method. Specifies the text of actual signature in the digital signature. Default value is Empty in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.digitalsignatures/digitalsignature/settext/ +--- +## DigitalSignature::SetText(const U16String\&) method + + +Specifies the text of actual signature in the digital signature. Default value is Empty. + +```cpp +void Aspose::Cells::DigitalSignatures::DigitalSignature::SetText(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [DigitalSignature](../) +* Namespace [Aspose::Cells::DigitalSignatures](../../) +* Library [Aspose.Cells for C++](../../../) +## DigitalSignature::SetText(const char16_t*) method + + +Specifies the text of actual signature in the digital signature. Default value is Empty. + +```cpp +void Aspose::Cells::DigitalSignatures::DigitalSignature::SetText(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DigitalSignature](../) +* Namespace [Aspose::Cells::DigitalSignatures](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/setxadestype/_index.md b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/setxadestype/_index.md new file mode 100644 index 00000000000..d056a025093 --- /dev/null +++ b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/setxadestype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::DigitalSignatures::DigitalSignature::SetXAdESType method +linktitle: SetXAdESType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DigitalSignatures::DigitalSignature::SetXAdESType method. XAdES type. Default value is None(XAdES is off) in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.digitalsignatures/digitalsignature/setxadestype/ +--- +## DigitalSignature::SetXAdESType method + + +XAdES type. Default value is [None(XAdES is off)](../../../aspose.cells/accesscacheoptions/). + +```cpp +void Aspose::Cells::DigitalSignatures::DigitalSignature::SetXAdESType(XAdESType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [XAdESType](../../xadestype/) +* Class [DigitalSignature](../) +* Namespace [Aspose::Cells::DigitalSignatures](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/~digitalsignature/_index.md b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/~digitalsignature/_index.md new file mode 100644 index 00000000000..5e1d04b6335 --- /dev/null +++ b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignature/~digitalsignature/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::DigitalSignatures::DigitalSignature::~DigitalSignature method +linktitle: ~DigitalSignature +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DigitalSignatures::DigitalSignature::~DigitalSignature method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.digitalsignatures/digitalsignature/~digitalsignature/ +--- +## DigitalSignature::~DigitalSignature method + + +Destructor. + +```cpp +Aspose::Cells::DigitalSignatures::DigitalSignature::~DigitalSignature() +``` + +## See Also + +* Class [DigitalSignature](../) +* Namespace [Aspose::Cells::DigitalSignatures](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/_impl/_index.md b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/_impl/_index.md new file mode 100644 index 00000000000..07bc5eff63b --- /dev/null +++ b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::DigitalSignatures::DigitalSignatureCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DigitalSignatures::DigitalSignatureCollection::_impl field. The implementation object in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +DigitalSignatureCollection_Impl* Aspose::Cells::DigitalSignatures::DigitalSignatureCollection::_impl +``` + +## See Also + +* Class [DigitalSignatureCollection](../) +* Namespace [Aspose::Cells::DigitalSignatures](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/_index.md b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/_index.md new file mode 100644 index 00000000000..ee12d9a34ca --- /dev/null +++ b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/_index.md @@ -0,0 +1,66 @@ +--- +title: Aspose::Cells::DigitalSignatures::DigitalSignatureCollection class +linktitle: DigitalSignatureCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DigitalSignatures::DigitalSignatureCollection class. Provides a collection of digital signatures attached to a document in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/ +--- +## DigitalSignatureCollection class + + +Provides a collection of digital signatures attached to a document. + +```cpp +class DigitalSignatureCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add(const DigitalSignature\& digitalSignature)](./add/) | Add one signature to [DigitalSignatureCollection](./). | +| [DigitalSignatureCollection()](./digitalsignaturecollection/) | The constructor of [DigitalSignatureCollection](./). | +| [DigitalSignatureCollection(DigitalSignatureCollection_Impl* impl)](./digitalsignaturecollection/) | Constructs from an implementation object. | +| [DigitalSignatureCollection(const DigitalSignatureCollection\& src)](./digitalsignaturecollection/) | Copy constructor. | +| [GetEnumerator()](./getenumerator/) | Get the enumerator for [DigitalSignatureCollection](./), this enumerator allows iteration over the collection. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const DigitalSignatureCollection\& src)](./operator_asm/) | operator= | +| [~DigitalSignatureCollection()](./~digitalsignaturecollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//El siguiente ejemplo muestra cómo validar la firma digital. +//libro de trabajo de un archivo fuente firmado +Workbook signedWorkbook(u"signedFile.xlsx"); +//wb.IsDigitallySigned es verdadero cuando el libro de trabajo ya está firmado. +std::cout< en = existingDsc.GetEnumerator(); +while (en.MoveNext()) +{ + DigitalSignature existingDs = (DigitalSignature)en.GetCurrent(); + std::cout << "existingDs.Comments : " << existingDs.GetComments().ToUtf8() << std::endl; + Date dt = existingDs.GetSignTime(); + std::cout << "existingDs.SignTime : " << dt.year << "-" << dt.month << "-" << dt.day << " " << dt.hour << ":" << dt.minute << ":" << dt.second << std::endl; + std::cout << "existingDs.IsValid = " << (existingDs.IsValid() ? "True" : "False") << std::endl; +} + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::DigitalSignatures](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/add/_index.md b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/add/_index.md new file mode 100644 index 00000000000..2e8e995532c --- /dev/null +++ b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/add/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::DigitalSignatures::DigitalSignatureCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DigitalSignatures::DigitalSignatureCollection::Add method. Add one signature to DigitalSignatureCollection in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/add/ +--- +## DigitalSignatureCollection::Add method + + +Add one signature to [DigitalSignatureCollection](../). + +```cpp +void Aspose::Cells::DigitalSignatures::DigitalSignatureCollection::Add(const DigitalSignature &digitalSignature) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| digitalSignature | const DigitalSignature\& | Digital signature in collection. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DigitalSignature](../../digitalsignature/) +* Class [DigitalSignatureCollection](../) +* Namespace [Aspose::Cells::DigitalSignatures](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/digitalsignaturecollection/_index.md b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/digitalsignaturecollection/_index.md new file mode 100644 index 00000000000..7d1de54ee04 --- /dev/null +++ b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/digitalsignaturecollection/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::DigitalSignatures::DigitalSignatureCollection::DigitalSignatureCollection constructor +linktitle: DigitalSignatureCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DigitalSignatures::DigitalSignatureCollection::DigitalSignatureCollection constructor. The constructor of DigitalSignatureCollection in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/digitalsignaturecollection/ +--- +## DigitalSignatureCollection::DigitalSignatureCollection() constructor + + +The constructor of [DigitalSignatureCollection](../). + +```cpp +Aspose::Cells::DigitalSignatures::DigitalSignatureCollection::DigitalSignatureCollection() +``` + +## See Also + +* Class [DigitalSignatureCollection](../) +* Namespace [Aspose::Cells::DigitalSignatures](../../) +* Library [Aspose.Cells for C++](../../../) +## DigitalSignatureCollection::DigitalSignatureCollection(DigitalSignatureCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::DigitalSignatures::DigitalSignatureCollection::DigitalSignatureCollection(DigitalSignatureCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DigitalSignatureCollection](../) +* Namespace [Aspose::Cells::DigitalSignatures](../../) +* Library [Aspose.Cells for C++](../../../) +## DigitalSignatureCollection::DigitalSignatureCollection(const DigitalSignatureCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::DigitalSignatures::DigitalSignatureCollection::DigitalSignatureCollection(const DigitalSignatureCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DigitalSignatureCollection](../) +* Class [DigitalSignatureCollection](../) +* Namespace [Aspose::Cells::DigitalSignatures](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/getenumerator/_index.md b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/getenumerator/_index.md new file mode 100644 index 00000000000..9b38be63f7c --- /dev/null +++ b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/getenumerator/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::DigitalSignatures::DigitalSignatureCollection::GetEnumerator method +linktitle: GetEnumerator +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DigitalSignatures::DigitalSignatureCollection::GetEnumerator method. Get the enumerator for DigitalSignatureCollection, this enumerator allows iteration over the collection in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/getenumerator/ +--- +## DigitalSignatureCollection::GetEnumerator method + + +Get the enumerator for [DigitalSignatureCollection](../), this enumerator allows iteration over the collection. + +```cpp +Enumerator Aspose::Cells::DigitalSignatures::DigitalSignatureCollection::GetEnumerator() +``` + + +## ReturnValue + +The enumerator to iteration. + +## See Also + +* Class [Enumerator](../../../aspose.cells/enumerator/) +* Class [DigitalSignature](../../digitalsignature/) +* Class [DigitalSignatureCollection](../) +* Namespace [Aspose::Cells::DigitalSignatures](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/isnull/_index.md b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/isnull/_index.md new file mode 100644 index 00000000000..414300277bd --- /dev/null +++ b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::DigitalSignatures::DigitalSignatureCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DigitalSignatures::DigitalSignatureCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/isnull/ +--- +## DigitalSignatureCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::DigitalSignatures::DigitalSignatureCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DigitalSignatureCollection](../) +* Namespace [Aspose::Cells::DigitalSignatures](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/operator_asm/_index.md new file mode 100644 index 00000000000..28144d88ef2 --- /dev/null +++ b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::DigitalSignatures::DigitalSignatureCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DigitalSignatures::DigitalSignatureCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/operator_asm/ +--- +## DigitalSignatureCollection::operator= method + + +operator= + +```cpp +DigitalSignatureCollection & Aspose::Cells::DigitalSignatures::DigitalSignatureCollection::operator=(const DigitalSignatureCollection &src) +``` + +## See Also + +* Class [DigitalSignatureCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [DigitalSignatureCollection](../) +* Namespace [Aspose::Cells::DigitalSignatures](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/operator_bool/_index.md new file mode 100644 index 00000000000..10309da22ec --- /dev/null +++ b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::DigitalSignatures::DigitalSignatureCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DigitalSignatures::DigitalSignatureCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/operator_bool/ +--- +## DigitalSignatureCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::DigitalSignatures::DigitalSignatureCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [DigitalSignatureCollection](../) +* Namespace [Aspose::Cells::DigitalSignatures](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/~digitalsignaturecollection/_index.md b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/~digitalsignaturecollection/_index.md new file mode 100644 index 00000000000..cb705a173f0 --- /dev/null +++ b/spanish/cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/~digitalsignaturecollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::DigitalSignatures::DigitalSignatureCollection::~DigitalSignatureCollection method +linktitle: ~DigitalSignatureCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DigitalSignatures::DigitalSignatureCollection::~DigitalSignatureCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.digitalsignatures/digitalsignaturecollection/~digitalsignaturecollection/ +--- +## DigitalSignatureCollection::~DigitalSignatureCollection method + + +Destructor. + +```cpp +Aspose::Cells::DigitalSignatures::DigitalSignatureCollection::~DigitalSignatureCollection() +``` + +## See Also + +* Class [DigitalSignatureCollection](../) +* Namespace [Aspose::Cells::DigitalSignatures](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.digitalsignatures/xadestype/_index.md b/spanish/cpp/aspose.cells.digitalsignatures/xadestype/_index.md new file mode 100644 index 00000000000..37baf76aba7 --- /dev/null +++ b/spanish/cpp/aspose.cells.digitalsignatures/xadestype/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::DigitalSignatures::XAdESType enum +linktitle: XAdESType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DigitalSignatures::XAdESType enum. Type of XML Advanced Electronic Signature (XAdES) in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.digitalsignatures/xadestype/ +--- +## XAdESType enum + + +Type of XML Advanced Electronic Signature (XAdES). + +```cpp +enum class XAdESType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| None | 0 |
XAdES is off. | +| XAdES | 1 |
Basic XAdES. | + +## See Also + +* Namespace [Aspose::Cells::DigitalSignatures](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/_index.md new file mode 100644 index 00000000000..c07c4336279 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/_index.md @@ -0,0 +1,50 @@ +--- +title: Espacio de nombres Aspose::Cells::Drawing::ActiveXControls +linktitle: Aspose::Cells::Drawing::ActiveXControls +second_title: Referencia de API de Aspose.Cells para C++ +description: 'Cómo usar el espacio de nombres Aspose::Cells::Drawing::ActiveXControls en C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.activexcontrols/ +--- + + + +## Clases + +| Clase | Descripción | +| --- | --- | +| [ActiveXControl](./activexcontrol/) | Representa el control ActiveX. | +| [ActiveXControlBase](./activexcontrolbase/) | Representa el control ActiveX. | +| [CheckBoxActiveXControl](./checkboxactivexcontrol/) | Representa un control ActiveX [CheckBox](../aspose.cells.drawing/checkbox/). | +| [ComboBoxActiveXControl](./comboboxactivexcontrol/) | Representa un control ActiveX [ComboBox](../aspose.cells.drawing/combobox/). | +| [CommandButtonActiveXControl](./commandbuttonactivexcontrol/) | Representa un botón de comando. | +| [ImageActiveXControl](./imageactivexcontrol/) | Representa el control de imagen. | +| [LabelActiveXControl](./labelactivexcontrol/) | Representa el control ActiveX de etiqueta. | +| [ListBoxActiveXControl](./listboxactivexcontrol/) | Representa un control ActiveX [ListBox](../aspose.cells.drawing/listbox/). | +| [RadioButtonActiveXControl](./radiobuttonactivexcontrol/) | Representa un control ActiveX [RadioButton](../aspose.cells.drawing/radiobutton/). | +| [ScrollBarActiveXControl](./scrollbaractivexcontrol/) | Representa el control [ScrollBar](../aspose.cells.drawing/scrollbar/). | +| [SpinButtonActiveXControl](./spinbuttonactivexcontrol/) | Representa el control SpinButton. | +| [TextBoxActiveXControl](./textboxactivexcontrol/) | Representa un control ActiveX de cuadro de texto. | +| [ToggleButtonActiveXControl](./togglebuttonactivexcontrol/) | Representa un control ActiveX ToggleButton. | +| [UnknownControl](./unknowncontrol/) | Control desconocido. | +## Enums + +| Enumeración | Descripción | +| --- | --- | +| [ActiveXPersistenceType](./activexpersistencetype/) | Representa el método de persistencia para guardar un control ActiveX. | +| [ControlBorderType](./controlbordertype/) | Representa el tipo de borde del control ActiveX. | +| [ControlCaptionAlignmentType](./controlcaptionalignmenttype/) | Representa la posición del Caption relativo al control. | +| [ControlListStyle](./controlliststyle/) | Representa la apariencia visual de la lista en un [ListBox](../aspose.cells.drawing/listbox/) o [ComboBox](../aspose.cells.drawing/combobox/). | +| [ControlMatchEntryType](./controlmatchentrytype/) | Representa cómo un [ListBox](../aspose.cells.drawing/listbox/) o [ComboBox](../aspose.cells.drawing/combobox/) busca en su lista mientras el usuario escribe. | +| [ControlMousePointerType](./controlmousepointertype/) | Representa el tipo de ícono que se muestra como puntero del ratón para el control. | +| [ControlPictureAlignmentType](./controlpicturealignmenttype/) | Representa la alineación de la imagen dentro del Formulario o Imagen. | +| [ControlPicturePositionType](./controlpicturepositiontype/) | Representa la ubicación de la imagen del control respecto a su título. | +| [ControlPictureSizeMode](./controlpicturesizemode/) | Representa cómo mostrar la imagen. | +| [ControlScrollBarType](./controlscrollbartype/) | Representa el tipo de barra de desplazamiento. | +| [ControlScrollOrientation](./controlscrollorientation/) | Representa el tipo de orientación de desplazamiento. | +| [ControlSpecialEffectType](./controlspecialeffecttype/) | Representa el tipo de efecto especial. | +| [ControlType](./controltype/) | Representa todos los tipos de control ActiveX. | +| [DropButtonStyle](./dropbuttonstyle/) | Representa el símbolo que se muestra en el botón desplegable. | +| [InputMethodEditorMode](./inputmethodeditormode/) | Representa el modo de ejecución predeterminado del Editor de Métodos de Entrada. | +| [ShowDropButtonType](./showdropbuttontype/) | Especifica cuándo mostrar el botón desplegable. | diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/_impl/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/_impl/_index.md new file mode 100644 index 00000000000..8e2a7c3dc6b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::_impl field. The implementation object in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ActiveXControl_Impl* Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::_impl +``` + +## See Also + +* Class [ActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/_index.md new file mode 100644 index 00000000000..be686195fb9 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/_index.md @@ -0,0 +1,81 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXControl class +linktitle: ActiveXControl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXControl class. Represents the ActiveX control in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/ +--- +## ActiveXControl class + + +Represents the ActiveX control. + +```cpp +class ActiveXControl : public Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase +``` + +## Methods + +| Method | Description | +| --- | --- | +| [ActiveXControl(ActiveXControl_Impl* impl)](./activexcontrol/) | Constructs from an implementation object. | +| [ActiveXControl(const ActiveXControl\& src)](./activexcontrol/) | Copy constructor. | +| [ActiveXControl(const ActiveXControlBase\& src)](./activexcontrol/) | Constructs from a parent object. | +| [ActiveXControlBase(ActiveXControlBase_Impl* impl)](../activexcontrolbase/activexcontrolbase/) | Constructs from an implementation object. | +| [ActiveXControlBase(const ActiveXControlBase\& src)](../activexcontrolbase/activexcontrolbase/) | Copy constructor. | +| [GetBackOleColor()](../activexcontrolbase/getbackolecolor/) | Gets and sets the ole color of the background. | +| [GetData()](./getdata/) | Gets and sets the binary data of the control. | +| [GetFont()](./getfont/) | Represents the font of the control. | +| [GetForeOleColor()](../activexcontrolbase/getforeolecolor/) | Gets and sets the ole color of the foreground. | +| [GetHeight()](../activexcontrolbase/getheight/) | Gets and sets the height of the control in unit of points. | +| [GetIMEMode()](./getimemode/) | Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus. | +| [GetLinkedCell()](../activexcontrolbase/getlinkedcell/) | Gets and sets the linked cell. | +| [GetListFillRange()](../activexcontrolbase/getlistfillrange/) | Gets and sets the list fill range. | +| [GetMouseIcon()](../activexcontrolbase/getmouseicon/) | Gets and sets a custom icon to display as the mouse pointer for the control. | +| [GetMousePointer()](../activexcontrolbase/getmousepointer/) | Gets and sets the type of icon displayed as the mouse pointer for the control. | +| [GetShadow()](../activexcontrolbase/getshadow/) | Indicates whether to show a shadow. | +| [GetTextAlign()](./gettextalign/) | Represents how to align the text used by the control. | +| virtual [GetType()](../activexcontrolbase/gettype/) | Gets the type of the ActiveX control. | +| [GetWidth()](../activexcontrolbase/getwidth/) | Gets and sets the width of the control in unit of points. | +| [GetWorkbook()](../activexcontrolbase/getworkbook/) | Gets the [Workbook](../../aspose.cells/workbook/) object. | +| [IsAutoSize()](./isautosize/) | Indicates whether the control will automatically resize to display its entire contents. | +| [IsEnabled()](./isenabled/) | Indicates whether the control can receive the focus and respond to user-generated events. | +| [IsLocked()](./islocked/) | Indicates whether data in the control is locked for editing. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsTransparent()](./istransparent/) | Indicates whether the control is transparent. | +| [IsVisible()](../activexcontrolbase/isvisible/) | Indicates whether this control is visible. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ActiveXControl\& src)](./operator_asm/) | operator= | +| [operator=(const ActiveXControlBase\& src)](../activexcontrolbase/operator_asm/) | operator= | +| [SetBackOleColor(int32_t value)](../activexcontrolbase/setbackolecolor/) | Gets and sets the ole color of the background. | +| [SetForeOleColor(int32_t value)](../activexcontrolbase/setforeolecolor/) | Gets and sets the ole color of the foreground. | +| [SetHeight(double value)](../activexcontrolbase/setheight/) | Gets and sets the height of the control in unit of points. | +| [SetIMEMode(InputMethodEditorMode value)](./setimemode/) | Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus. | +| [SetIsAutoSize(bool value)](./setisautosize/) | Indicates whether the control will automatically resize to display its entire contents. | +| [SetIsEnabled(bool value)](./setisenabled/) | Indicates whether the control can receive the focus and respond to user-generated events. | +| [SetIsLocked(bool value)](./setislocked/) | Indicates whether data in the control is locked for editing. | +| [SetIsTransparent(bool value)](./setistransparent/) | Indicates whether the control is transparent. | +| [SetIsVisible(bool value)](../activexcontrolbase/setisvisible/) | Indicates whether this control is visible. | +| [SetLinkedCell(const U16String\& value)](../activexcontrolbase/setlinkedcell/) | Gets and sets the linked cell. | +| [SetLinkedCell(const char16_t* value)](../activexcontrolbase/setlinkedcell/) | Gets and sets the linked cell. | +| [SetListFillRange(const U16String\& value)](../activexcontrolbase/setlistfillrange/) | Gets and sets the list fill range. | +| [SetListFillRange(const char16_t* value)](../activexcontrolbase/setlistfillrange/) | Gets and sets the list fill range. | +| [SetMouseIcon(const Vector \\& value)](../activexcontrolbase/setmouseicon/) | Gets and sets a custom icon to display as the mouse pointer for the control. | +| [SetMousePointer(ControlMousePointerType value)](../activexcontrolbase/setmousepointer/) | Gets and sets the type of icon displayed as the mouse pointer for the control. | +| [SetShadow(bool value)](../activexcontrolbase/setshadow/) | Indicates whether to show a shadow. | +| [SetTextAlign(TextAlignmentType value)](./settextalign/) | Represents how to align the text used by the control. | +| [SetWidth(double value)](../activexcontrolbase/setwidth/) | Gets and sets the width of the control in unit of points. | +| [~ActiveXControl()](./~activexcontrol/) | Destructor. | +| [~ActiveXControlBase()](../activexcontrolbase/~activexcontrolbase/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [ActiveXControlBase](../activexcontrolbase/) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/activexcontrol/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/activexcontrol/_index.md new file mode 100644 index 00000000000..fb4522ced26 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/activexcontrol/_index.md @@ -0,0 +1,53 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::ActiveXControl constructor +linktitle: ActiveXControl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::ActiveXControl constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/activexcontrol/ +--- +## ActiveXControl::ActiveXControl(ActiveXControl_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::ActiveXControl(ActiveXControl_Impl *impl) +``` + +## See Also + +* Class [ActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) +## ActiveXControl::ActiveXControl(const ActiveXControl\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::ActiveXControl(const ActiveXControl &src) +``` + +## See Also + +* Class [ActiveXControl](../) +* Class [ActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) +## ActiveXControl::ActiveXControl(const ActiveXControlBase\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::ActiveXControl(const ActiveXControlBase &src) +``` + +## See Also + +* Class [ActiveXControlBase](../../activexcontrolbase/) +* Class [ActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/getdata/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/getdata/_index.md new file mode 100644 index 00000000000..ed3f255ecff --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/getdata/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::GetData method +linktitle: GetData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::GetData method. Gets and sets the binary data of the control in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/getdata/ +--- +## ActiveXControl::GetData method + + +Gets and sets the binary data of the control. + +```cpp +Vector Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::GetData() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/getfont/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/getfont/_index.md new file mode 100644 index 00000000000..47b28148503 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/getfont/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::GetFont method +linktitle: GetFont +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::GetFont method. Represents the font of the control in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/getfont/ +--- +## ActiveXControl::GetFont method + + +Represents the font of the control. + +```cpp +Aspose::Cells::Font Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::GetFont() +``` + +## See Also + +* Class [Font](../../../aspose.cells/font/) +* Class [ActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/getimemode/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/getimemode/_index.md new file mode 100644 index 00000000000..226012ba2e6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/getimemode/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::GetIMEMode method +linktitle: GetIMEMode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::GetIMEMode method. Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/getimemode/ +--- +## ActiveXControl::GetIMEMode method + + +Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus. + +```cpp +InputMethodEditorMode Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::GetIMEMode() +``` + +## See Also + +* Enum [InputMethodEditorMode](../../inputmethodeditormode/) +* Class [ActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/gettextalign/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/gettextalign/_index.md new file mode 100644 index 00000000000..abb19473fc7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/gettextalign/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::GetTextAlign method +linktitle: GetTextAlign +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::GetTextAlign method. Represents how to align the text used by the control in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/gettextalign/ +--- +## ActiveXControl::GetTextAlign method + + +Represents how to align the text used by the control. + +```cpp +TextAlignmentType Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::GetTextAlign() +``` + +## See Also + +* Enum [TextAlignmentType](../../../aspose.cells/textalignmenttype/) +* Class [ActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/isautosize/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/isautosize/_index.md new file mode 100644 index 00000000000..418979506cf --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/isautosize/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::IsAutoSize method +linktitle: IsAutoSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::IsAutoSize method. Indicates whether the control will automatically resize to display its entire contents in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/isautosize/ +--- +## ActiveXControl::IsAutoSize method + + +Indicates whether the control will automatically resize to display its entire contents. + +```cpp +bool Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::IsAutoSize() +``` + +## See Also + +* Class [ActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/isenabled/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/isenabled/_index.md new file mode 100644 index 00000000000..b4405feb2fe --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/isenabled/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::IsEnabled method +linktitle: IsEnabled +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::IsEnabled method. Indicates whether the control can receive the focus and respond to user-generated events in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/isenabled/ +--- +## ActiveXControl::IsEnabled method + + +Indicates whether the control can receive the focus and respond to user-generated events. + +```cpp +bool Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::IsEnabled() +``` + +## See Also + +* Class [ActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/islocked/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/islocked/_index.md new file mode 100644 index 00000000000..feedaa6ebb8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/islocked/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::IsLocked method +linktitle: IsLocked +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::IsLocked method. Indicates whether data in the control is locked for editing in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/islocked/ +--- +## ActiveXControl::IsLocked method + + +Indicates whether data in the control is locked for editing. + +```cpp +bool Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::IsLocked() +``` + +## See Also + +* Class [ActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/isnull/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/isnull/_index.md new file mode 100644 index 00000000000..e2145524d4e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/isnull/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/isnull/ +--- +## ActiveXControl::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [ActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/istransparent/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/istransparent/_index.md new file mode 100644 index 00000000000..29167f22601 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/istransparent/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::IsTransparent method +linktitle: IsTransparent +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::IsTransparent method. Indicates whether the control is transparent in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/istransparent/ +--- +## ActiveXControl::IsTransparent method + + +Indicates whether the control is transparent. + +```cpp +bool Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::IsTransparent() +``` + +## See Also + +* Class [ActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/operator_asm/_index.md new file mode 100644 index 00000000000..02e1316e4b2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/operator_asm/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/operator_asm/ +--- +## ActiveXControl::operator= method + + +operator= + +```cpp +ActiveXControl & Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::operator=(const ActiveXControl &src) +``` + +## See Also + +* Class [ActiveXControl](../) +* Class [ActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/operator_bool/_index.md new file mode 100644 index 00000000000..9f8cf69f2bb --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/operator_bool/ +--- +## ActiveXControl::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/setimemode/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/setimemode/_index.md new file mode 100644 index 00000000000..4892fbe2be7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/setimemode/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::SetIMEMode method +linktitle: SetIMEMode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::SetIMEMode method. Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/setimemode/ +--- +## ActiveXControl::SetIMEMode method + + +Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::SetIMEMode(InputMethodEditorMode value) +``` + +## See Also + +* Enum [InputMethodEditorMode](../../inputmethodeditormode/) +* Class [ActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/setisautosize/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/setisautosize/_index.md new file mode 100644 index 00000000000..006402e3a4b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/setisautosize/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::SetIsAutoSize method +linktitle: SetIsAutoSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::SetIsAutoSize method. Indicates whether the control will automatically resize to display its entire contents in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/setisautosize/ +--- +## ActiveXControl::SetIsAutoSize method + + +Indicates whether the control will automatically resize to display its entire contents. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::SetIsAutoSize(bool value) +``` + +## See Also + +* Class [ActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/setisenabled/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/setisenabled/_index.md new file mode 100644 index 00000000000..24f55d7f54a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/setisenabled/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::SetIsEnabled method +linktitle: SetIsEnabled +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::SetIsEnabled method. Indicates whether the control can receive the focus and respond to user-generated events in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/setisenabled/ +--- +## ActiveXControl::SetIsEnabled method + + +Indicates whether the control can receive the focus and respond to user-generated events. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::SetIsEnabled(bool value) +``` + +## See Also + +* Class [ActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/setislocked/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/setislocked/_index.md new file mode 100644 index 00000000000..ba731c6b7d1 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/setislocked/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::SetIsLocked method +linktitle: SetIsLocked +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::SetIsLocked method. Indicates whether data in the control is locked for editing in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/setislocked/ +--- +## ActiveXControl::SetIsLocked method + + +Indicates whether data in the control is locked for editing. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::SetIsLocked(bool value) +``` + +## See Also + +* Class [ActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/setistransparent/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/setistransparent/_index.md new file mode 100644 index 00000000000..5b9471c2ff0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/setistransparent/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::SetIsTransparent method +linktitle: SetIsTransparent +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::SetIsTransparent method. Indicates whether the control is transparent in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/setistransparent/ +--- +## ActiveXControl::SetIsTransparent method + + +Indicates whether the control is transparent. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::SetIsTransparent(bool value) +``` + +## See Also + +* Class [ActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/settextalign/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/settextalign/_index.md new file mode 100644 index 00000000000..366d4853e95 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/settextalign/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::SetTextAlign method +linktitle: SetTextAlign +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::SetTextAlign method. Represents how to align the text used by the control in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/settextalign/ +--- +## ActiveXControl::SetTextAlign method + + +Represents how to align the text used by the control. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::SetTextAlign(TextAlignmentType value) +``` + +## See Also + +* Enum [TextAlignmentType](../../../aspose.cells/textalignmenttype/) +* Class [ActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/~activexcontrol/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/~activexcontrol/_index.md new file mode 100644 index 00000000000..348f7362a4a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/~activexcontrol/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::~ActiveXControl method +linktitle: ~ActiveXControl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::~ActiveXControl method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexcontrol/~activexcontrol/ +--- +## ActiveXControl::~ActiveXControl method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::ActiveXControl::~ActiveXControl() +``` + +## See Also + +* Class [ActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/_impl/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/_impl/_index.md new file mode 100644 index 00000000000..a22ebad883e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::_impl field. The implementation object in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ActiveXControlBase_Impl* Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::_impl +``` + +## See Also + +* Class [ActiveXControlBase](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/_index.md new file mode 100644 index 00000000000..82bb328cbed --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/_index.md @@ -0,0 +1,62 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase class +linktitle: ActiveXControlBase +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase class. Represents the ActiveX control in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/ +--- +## ActiveXControlBase class + + +Represents the ActiveX control. + +```cpp +class ActiveXControlBase +``` + +## Methods + +| Method | Description | +| --- | --- | +| [ActiveXControlBase(ActiveXControlBase_Impl* impl)](./activexcontrolbase/) | Constructs from an implementation object. | +| [ActiveXControlBase(const ActiveXControlBase\& src)](./activexcontrolbase/) | Copy constructor. | +| [GetBackOleColor()](./getbackolecolor/) | Gets and sets the ole color of the background. | +| [GetData()](./getdata/) | Gets and sets the binary data of the control. | +| [GetForeOleColor()](./getforeolecolor/) | Gets and sets the ole color of the foreground. | +| [GetHeight()](./getheight/) | Gets and sets the height of the control in unit of points. | +| [GetLinkedCell()](./getlinkedcell/) | Gets and sets the linked cell. | +| [GetListFillRange()](./getlistfillrange/) | Gets and sets the list fill range. | +| [GetMouseIcon()](./getmouseicon/) | Gets and sets a custom icon to display as the mouse pointer for the control. | +| [GetMousePointer()](./getmousepointer/) | Gets and sets the type of icon displayed as the mouse pointer for the control. | +| [GetShadow()](./getshadow/) | Indicates whether to show a shadow. | +| virtual [GetType()](./gettype/) | Gets the type of the ActiveX control. | +| [GetWidth()](./getwidth/) | Gets and sets the width of the control in unit of points. | +| [GetWorkbook()](./getworkbook/) | Gets the [Workbook](../../aspose.cells/workbook/) object. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsVisible()](./isvisible/) | Indicates whether this control is visible. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ActiveXControlBase\& src)](./operator_asm/) | operator= | +| [SetBackOleColor(int32_t value)](./setbackolecolor/) | Gets and sets the ole color of the background. | +| [SetForeOleColor(int32_t value)](./setforeolecolor/) | Gets and sets the ole color of the foreground. | +| [SetHeight(double value)](./setheight/) | Gets and sets the height of the control in unit of points. | +| [SetIsVisible(bool value)](./setisvisible/) | Indicates whether this control is visible. | +| [SetLinkedCell(const U16String\& value)](./setlinkedcell/) | Gets and sets the linked cell. | +| [SetLinkedCell(const char16_t* value)](./setlinkedcell/) | Gets and sets the linked cell. | +| [SetListFillRange(const U16String\& value)](./setlistfillrange/) | Gets and sets the list fill range. | +| [SetListFillRange(const char16_t* value)](./setlistfillrange/) | Gets and sets the list fill range. | +| [SetMouseIcon(const Vector \\& value)](./setmouseicon/) | Gets and sets a custom icon to display as the mouse pointer for the control. | +| [SetMousePointer(ControlMousePointerType value)](./setmousepointer/) | Gets and sets the type of icon displayed as the mouse pointer for the control. | +| [SetShadow(bool value)](./setshadow/) | Indicates whether to show a shadow. | +| [SetWidth(double value)](./setwidth/) | Gets and sets the width of the control in unit of points. | +| [~ActiveXControlBase()](./~activexcontrolbase/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/activexcontrolbase/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/activexcontrolbase/_index.md new file mode 100644 index 00000000000..d8bf75ef8c0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/activexcontrolbase/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::ActiveXControlBase constructor +linktitle: ActiveXControlBase +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::ActiveXControlBase constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/activexcontrolbase/ +--- +## ActiveXControlBase::ActiveXControlBase(ActiveXControlBase_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::ActiveXControlBase(ActiveXControlBase_Impl *impl) +``` + +## See Also + +* Class [ActiveXControlBase](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) +## ActiveXControlBase::ActiveXControlBase(const ActiveXControlBase\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::ActiveXControlBase(const ActiveXControlBase &src) +``` + +## See Also + +* Class [ActiveXControlBase](../) +* Class [ActiveXControlBase](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/getbackolecolor/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/getbackolecolor/_index.md new file mode 100644 index 00000000000..5cf3205edbe --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/getbackolecolor/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::GetBackOleColor method +linktitle: GetBackOleColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::GetBackOleColor method. Gets and sets the ole color of the background in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/getbackolecolor/ +--- +## ActiveXControlBase::GetBackOleColor method + + +Gets and sets the ole color of the background. + +```cpp +int32_t Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::GetBackOleColor() +``` + +## See Also + +* Class [ActiveXControlBase](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/getdata/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/getdata/_index.md new file mode 100644 index 00000000000..da1d7ecd7c9 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/getdata/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::GetData method +linktitle: GetData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::GetData method. Gets and sets the binary data of the control in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/getdata/ +--- +## ActiveXControlBase::GetData method + + +Gets and sets the binary data of the control. + +```cpp +Vector Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::GetData() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ActiveXControlBase](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/getforeolecolor/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/getforeolecolor/_index.md new file mode 100644 index 00000000000..db27c51ac6e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/getforeolecolor/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::GetForeOleColor method +linktitle: GetForeOleColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::GetForeOleColor method. Gets and sets the ole color of the foreground in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/getforeolecolor/ +--- +## ActiveXControlBase::GetForeOleColor method + + +Gets and sets the ole color of the foreground. + +```cpp +int32_t Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::GetForeOleColor() +``` + +## Remarks + + +Not applies to Image control. +## See Also + +* Class [ActiveXControlBase](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/getheight/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/getheight/_index.md new file mode 100644 index 00000000000..95fdc9311e2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/getheight/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::GetHeight method +linktitle: GetHeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::GetHeight method. Gets and sets the height of the control in unit of points in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/getheight/ +--- +## ActiveXControlBase::GetHeight method + + +Gets and sets the height of the control in unit of points. + +```cpp +double Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::GetHeight() +``` + +## See Also + +* Class [ActiveXControlBase](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/getlinkedcell/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/getlinkedcell/_index.md new file mode 100644 index 00000000000..56192420af3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/getlinkedcell/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::GetLinkedCell method +linktitle: GetLinkedCell +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::GetLinkedCell method. Gets and sets the linked cell in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/getlinkedcell/ +--- +## ActiveXControlBase::GetLinkedCell method + + +Gets and sets the linked cell. + +```cpp +U16String Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::GetLinkedCell() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ActiveXControlBase](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/getlistfillrange/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/getlistfillrange/_index.md new file mode 100644 index 00000000000..26cbac3b790 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/getlistfillrange/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::GetListFillRange method +linktitle: GetListFillRange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::GetListFillRange method. Gets and sets the list fill range in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/getlistfillrange/ +--- +## ActiveXControlBase::GetListFillRange method + + +Gets and sets the list fill range. + +```cpp +U16String Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::GetListFillRange() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ActiveXControlBase](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/getmouseicon/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/getmouseicon/_index.md new file mode 100644 index 00000000000..f4b37310789 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/getmouseicon/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::GetMouseIcon method +linktitle: GetMouseIcon +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::GetMouseIcon method. Gets and sets a custom icon to display as the mouse pointer for the control in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/getmouseicon/ +--- +## ActiveXControlBase::GetMouseIcon method + + +Gets and sets a custom icon to display as the mouse pointer for the control. + +```cpp +Vector Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::GetMouseIcon() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ActiveXControlBase](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/getmousepointer/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/getmousepointer/_index.md new file mode 100644 index 00000000000..866b7cad594 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/getmousepointer/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::GetMousePointer method +linktitle: GetMousePointer +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::GetMousePointer method. Gets and sets the type of icon displayed as the mouse pointer for the control in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/getmousepointer/ +--- +## ActiveXControlBase::GetMousePointer method + + +Gets and sets the type of icon displayed as the mouse pointer for the control. + +```cpp +ControlMousePointerType Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::GetMousePointer() +``` + +## See Also + +* Enum [ControlMousePointerType](../../controlmousepointertype/) +* Class [ActiveXControlBase](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/getshadow/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/getshadow/_index.md new file mode 100644 index 00000000000..cae87c53614 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/getshadow/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::GetShadow method +linktitle: GetShadow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::GetShadow method. Indicates whether to show a shadow in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/getshadow/ +--- +## ActiveXControlBase::GetShadow method + + +Indicates whether to show a shadow. + +```cpp +bool Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::GetShadow() +``` + +## See Also + +* Class [ActiveXControlBase](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/gettype/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/gettype/_index.md new file mode 100644 index 00000000000..f6b436525b6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::GetType method. Gets the type of the ActiveX control in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/gettype/ +--- +## ActiveXControlBase::GetType method + + +Gets the type of the ActiveX control. + +```cpp +virtual ControlType Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::GetType() +``` + +## See Also + +* Enum [ControlType](../../controltype/) +* Class [ActiveXControlBase](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/getwidth/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/getwidth/_index.md new file mode 100644 index 00000000000..82812292aa7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/getwidth/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::GetWidth method +linktitle: GetWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::GetWidth method. Gets and sets the width of the control in unit of points in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/getwidth/ +--- +## ActiveXControlBase::GetWidth method + + +Gets and sets the width of the control in unit of points. + +```cpp +double Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::GetWidth() +``` + +## See Also + +* Class [ActiveXControlBase](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/getworkbook/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/getworkbook/_index.md new file mode 100644 index 00000000000..9f8b4f7581c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/getworkbook/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::GetWorkbook method +linktitle: GetWorkbook +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::GetWorkbook method. Gets the Workbook object in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/getworkbook/ +--- +## ActiveXControlBase::GetWorkbook method + + +Gets the [Workbook](../../../aspose.cells/workbook/) object. + +```cpp +Workbook Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::GetWorkbook() +``` + +## See Also + +* Class [Workbook](../../../aspose.cells/workbook/) +* Class [ActiveXControlBase](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/isnull/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/isnull/_index.md new file mode 100644 index 00000000000..ee5320e3769 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/isnull/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/isnull/ +--- +## ActiveXControlBase::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [ActiveXControlBase](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/isvisible/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/isvisible/_index.md new file mode 100644 index 00000000000..9c57646c8c3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/isvisible/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::IsVisible method +linktitle: IsVisible +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::IsVisible method. Indicates whether this control is visible in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/isvisible/ +--- +## ActiveXControlBase::IsVisible method + + +Indicates whether this control is visible. + +```cpp +bool Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::IsVisible() +``` + +## See Also + +* Class [ActiveXControlBase](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/operator_asm/_index.md new file mode 100644 index 00000000000..0a8a3a2161a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/operator_asm/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/operator_asm/ +--- +## ActiveXControlBase::operator= method + + +operator= + +```cpp +ActiveXControlBase & Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::operator=(const ActiveXControlBase &src) +``` + +## See Also + +* Class [ActiveXControlBase](../) +* Class [ActiveXControlBase](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/operator_bool/_index.md new file mode 100644 index 00000000000..e0995db031d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/operator_bool/ +--- +## ActiveXControlBase::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ActiveXControlBase](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/setbackolecolor/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/setbackolecolor/_index.md new file mode 100644 index 00000000000..40e45f7b6bd --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/setbackolecolor/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::SetBackOleColor method +linktitle: SetBackOleColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::SetBackOleColor method. Gets and sets the ole color of the background in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/setbackolecolor/ +--- +## ActiveXControlBase::SetBackOleColor method + + +Gets and sets the ole color of the background. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::SetBackOleColor(int32_t value) +``` + +## See Also + +* Class [ActiveXControlBase](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/setforeolecolor/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/setforeolecolor/_index.md new file mode 100644 index 00000000000..06d4cb87af6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/setforeolecolor/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::SetForeOleColor method +linktitle: SetForeOleColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::SetForeOleColor method. Gets and sets the ole color of the foreground in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/setforeolecolor/ +--- +## ActiveXControlBase::SetForeOleColor method + + +Gets and sets the ole color of the foreground. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::SetForeOleColor(int32_t value) +``` + +## Remarks + + +Not applies to Image control. +## See Also + +* Class [ActiveXControlBase](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/setheight/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/setheight/_index.md new file mode 100644 index 00000000000..89e02a96a3c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/setheight/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::SetHeight method +linktitle: SetHeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::SetHeight method. Gets and sets the height of the control in unit of points in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/setheight/ +--- +## ActiveXControlBase::SetHeight method + + +Gets and sets the height of the control in unit of points. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::SetHeight(double value) +``` + +## See Also + +* Class [ActiveXControlBase](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/setisvisible/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/setisvisible/_index.md new file mode 100644 index 00000000000..562f40afefa --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/setisvisible/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::SetIsVisible method +linktitle: SetIsVisible +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::SetIsVisible method. Indicates whether this control is visible in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/setisvisible/ +--- +## ActiveXControlBase::SetIsVisible method + + +Indicates whether this control is visible. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::SetIsVisible(bool value) +``` + +## See Also + +* Class [ActiveXControlBase](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/setlinkedcell/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/setlinkedcell/_index.md new file mode 100644 index 00000000000..27b3eceb7cc --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/setlinkedcell/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::SetLinkedCell method +linktitle: SetLinkedCell +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::SetLinkedCell method. Gets and sets the linked cell in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/setlinkedcell/ +--- +## ActiveXControlBase::SetLinkedCell(const U16String\&) method + + +Gets and sets the linked cell. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::SetLinkedCell(const U16String &value) +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ActiveXControlBase](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) +## ActiveXControlBase::SetLinkedCell(const char16_t*) method + + +Gets and sets the linked cell. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::SetLinkedCell(const char16_t *value) +``` + +## See Also + +* Class [ActiveXControlBase](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/setlistfillrange/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/setlistfillrange/_index.md new file mode 100644 index 00000000000..2f5f8e1544c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/setlistfillrange/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::SetListFillRange method +linktitle: SetListFillRange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::SetListFillRange method. Gets and sets the list fill range in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/setlistfillrange/ +--- +## ActiveXControlBase::SetListFillRange(const U16String\&) method + + +Gets and sets the list fill range. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::SetListFillRange(const U16String &value) +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ActiveXControlBase](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) +## ActiveXControlBase::SetListFillRange(const char16_t*) method + + +Gets and sets the list fill range. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::SetListFillRange(const char16_t *value) +``` + +## See Also + +* Class [ActiveXControlBase](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/setmouseicon/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/setmouseicon/_index.md new file mode 100644 index 00000000000..bd84bc8000e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/setmouseicon/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::SetMouseIcon method +linktitle: SetMouseIcon +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::SetMouseIcon method. Gets and sets a custom icon to display as the mouse pointer for the control in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/setmouseicon/ +--- +## ActiveXControlBase::SetMouseIcon method + + +Gets and sets a custom icon to display as the mouse pointer for the control. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::SetMouseIcon(const Vector &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ActiveXControlBase](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/setmousepointer/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/setmousepointer/_index.md new file mode 100644 index 00000000000..8e55ed96ad0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/setmousepointer/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::SetMousePointer method +linktitle: SetMousePointer +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::SetMousePointer method. Gets and sets the type of icon displayed as the mouse pointer for the control in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/setmousepointer/ +--- +## ActiveXControlBase::SetMousePointer method + + +Gets and sets the type of icon displayed as the mouse pointer for the control. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::SetMousePointer(ControlMousePointerType value) +``` + +## See Also + +* Enum [ControlMousePointerType](../../controlmousepointertype/) +* Class [ActiveXControlBase](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/setshadow/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/setshadow/_index.md new file mode 100644 index 00000000000..41223df3a4f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/setshadow/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::SetShadow method +linktitle: SetShadow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::SetShadow method. Indicates whether to show a shadow in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/setshadow/ +--- +## ActiveXControlBase::SetShadow method + + +Indicates whether to show a shadow. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::SetShadow(bool value) +``` + +## See Also + +* Class [ActiveXControlBase](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/setwidth/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/setwidth/_index.md new file mode 100644 index 00000000000..08977ea6566 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/setwidth/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::SetWidth method +linktitle: SetWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::SetWidth method. Gets and sets the width of the control in unit of points in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/setwidth/ +--- +## ActiveXControlBase::SetWidth method + + +Gets and sets the width of the control in unit of points. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::SetWidth(double value) +``` + +## See Also + +* Class [ActiveXControlBase](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/~activexcontrolbase/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/~activexcontrolbase/_index.md new file mode 100644 index 00000000000..568c6c8c4a6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/~activexcontrolbase/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::~ActiveXControlBase method +linktitle: ~ActiveXControlBase +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::~ActiveXControlBase method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexcontrolbase/~activexcontrolbase/ +--- +## ActiveXControlBase::~ActiveXControlBase method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase::~ActiveXControlBase() +``` + +## See Also + +* Class [ActiveXControlBase](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/activexpersistencetype/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexpersistencetype/_index.md new file mode 100644 index 00000000000..4da685e585e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/activexpersistencetype/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ActiveXPersistenceType enum +linktitle: ActiveXPersistenceType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ActiveXPersistenceType enum. Represents the persistence method to persist an ActiveX control in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing.activexcontrols/activexpersistencetype/ +--- +## ActiveXPersistenceType enum + + +Represents the persistence method to persist an ActiveX control. + +```cpp +enum class ActiveXPersistenceType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| PropertyBag | 0 |
The data is stored as xml data. | +| Storage | 1 |
The data is stored as a storage binary data. | +| Stream | 2 |
The data is stored as a stream binary data. | +| StreamInit | 3 |
The data is stored as a streaminit binary data. | + +## See Also + +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/_impl/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/_impl/_index.md new file mode 100644 index 00000000000..afc3d2424be --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::_impl field. The implementation object in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +CheckBoxActiveXControl_Impl* Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::_impl +``` + +## See Also + +* Class [CheckBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/_index.md new file mode 100644 index 00000000000..ccb2917772b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/_index.md @@ -0,0 +1,108 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl class +linktitle: CheckBoxActiveXControl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl class. Represents a CheckBox ActiveX control in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/ +--- +## CheckBoxActiveXControl class + + +Represents a [CheckBox](../../aspose.cells.drawing/checkbox/) ActiveX control. + +```cpp +class CheckBoxActiveXControl : public Aspose::Cells::Drawing::ActiveXControls::ActiveXControl +``` + +## Methods + +| Method | Description | +| --- | --- | +| [ActiveXControl(ActiveXControl_Impl* impl)](../activexcontrol/activexcontrol/) | Constructs from an implementation object. | +| [ActiveXControl(const ActiveXControl\& src)](../activexcontrol/activexcontrol/) | Copy constructor. | +| [ActiveXControl(const ActiveXControlBase\& src)](../activexcontrol/activexcontrol/) | Constructs from a parent object. | +| [ActiveXControlBase(ActiveXControlBase_Impl* impl)](../activexcontrolbase/activexcontrolbase/) | Constructs from an implementation object. | +| [ActiveXControlBase(const ActiveXControlBase\& src)](../activexcontrolbase/activexcontrolbase/) | Copy constructor. | +| [CheckBoxActiveXControl(CheckBoxActiveXControl_Impl* impl)](./checkboxactivexcontrol/) | Constructs from an implementation object. | +| [CheckBoxActiveXControl(const CheckBoxActiveXControl\& src)](./checkboxactivexcontrol/) | Copy constructor. | +| [CheckBoxActiveXControl(const ActiveXControl\& src)](./checkboxactivexcontrol/) | Constructs from a parent object. | +| [GetAccelerator()](./getaccelerator/) | Gets and sets the accelerator key for the control. | +| [GetAlignment()](./getalignment/) | Gets and set the position of the Caption relative to the control. | +| [GetBackOleColor()](../activexcontrolbase/getbackolecolor/) | Gets and sets the ole color of the background. | +| [GetCaption()](./getcaption/) | Gets and set the descriptive text that appears on a control. | +| [GetData()](../activexcontrol/getdata/) | Gets and sets the binary data of the control. | +| [GetFont()](../activexcontrol/getfont/) | Represents the font of the control. | +| [GetForeOleColor()](../activexcontrolbase/getforeolecolor/) | Gets and sets the ole color of the foreground. | +| [GetGroupName()](./getgroupname/) | Gets and sets the group's name. | +| [GetHeight()](../activexcontrolbase/getheight/) | Gets and sets the height of the control in unit of points. | +| [GetIMEMode()](../activexcontrol/getimemode/) | Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus. | +| [GetLinkedCell()](../activexcontrolbase/getlinkedcell/) | Gets and sets the linked cell. | +| [GetListFillRange()](../activexcontrolbase/getlistfillrange/) | Gets and sets the list fill range. | +| [GetMouseIcon()](../activexcontrolbase/getmouseicon/) | Gets and sets a custom icon to display as the mouse pointer for the control. | +| [GetMousePointer()](../activexcontrolbase/getmousepointer/) | Gets and sets the type of icon displayed as the mouse pointer for the control. | +| [GetPicture()](./getpicture/) | Gets and sets the data of the picture. | +| [GetPicturePosition()](./getpictureposition/) | Gets and set the location of the control's picture relative to its caption. | +| [GetShadow()](../activexcontrolbase/getshadow/) | Indicates whether to show a shadow. | +| [GetSpecialEffect()](./getspecialeffect/) | Gets and sets the special effect of the control. | +| [GetTextAlign()](../activexcontrol/gettextalign/) | Represents how to align the text used by the control. | +| virtual [GetType()](./gettype/) | Gets the type of the ActiveX control. | +| [GetValue()](./getvalue/) | Indicates if the control is checked or not. | +| [GetWidth()](../activexcontrolbase/getwidth/) | Gets and sets the width of the control in unit of points. | +| [GetWorkbook()](../activexcontrolbase/getworkbook/) | Gets the [Workbook](../../aspose.cells/workbook/) object. | +| [IsAutoSize()](../activexcontrol/isautosize/) | Indicates whether the control will automatically resize to display its entire contents. | +| [IsEnabled()](../activexcontrol/isenabled/) | Indicates whether the control can receive the focus and respond to user-generated events. | +| [IsLocked()](../activexcontrol/islocked/) | Indicates whether data in the control is locked for editing. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsTransparent()](../activexcontrol/istransparent/) | Indicates whether the control is transparent. | +| [IsTripleState()](./istriplestate/) | Indicates how the specified control will display Null values. | +| [IsVisible()](../activexcontrolbase/isvisible/) | Indicates whether this control is visible. | +| [IsWordWrapped()](./iswordwrapped/) | Indicates whether the contents of the control automatically wrap at the end of a line. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const CheckBoxActiveXControl\& src)](./operator_asm/) | operator= | +| [operator=(const ActiveXControl\& src)](../activexcontrol/operator_asm/) | operator= | +| [operator=(const ActiveXControlBase\& src)](../activexcontrolbase/operator_asm/) | operator= | +| [SetAccelerator(char16_t value)](./setaccelerator/) | Gets and sets the accelerator key for the control. | +| [SetAlignment(ControlCaptionAlignmentType value)](./setalignment/) | Gets and set the position of the Caption relative to the control. | +| [SetBackOleColor(int32_t value)](../activexcontrolbase/setbackolecolor/) | Gets and sets the ole color of the background. | +| [SetCaption(const U16String\& value)](./setcaption/) | Gets and set the descriptive text that appears on a control. | +| [SetCaption(const char16_t* value)](./setcaption/) | Gets and set the descriptive text that appears on a control. | +| [SetForeOleColor(int32_t value)](../activexcontrolbase/setforeolecolor/) | Gets and sets the ole color of the foreground. | +| [SetGroupName(const U16String\& value)](./setgroupname/) | Gets and sets the group's name. | +| [SetGroupName(const char16_t* value)](./setgroupname/) | Gets and sets the group's name. | +| [SetHeight(double value)](../activexcontrolbase/setheight/) | Gets and sets the height of the control in unit of points. | +| [SetIMEMode(InputMethodEditorMode value)](../activexcontrol/setimemode/) | Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus. | +| [SetIsAutoSize(bool value)](../activexcontrol/setisautosize/) | Indicates whether the control will automatically resize to display its entire contents. | +| [SetIsEnabled(bool value)](../activexcontrol/setisenabled/) | Indicates whether the control can receive the focus and respond to user-generated events. | +| [SetIsLocked(bool value)](../activexcontrol/setislocked/) | Indicates whether data in the control is locked for editing. | +| [SetIsTransparent(bool value)](../activexcontrol/setistransparent/) | Indicates whether the control is transparent. | +| [SetIsTripleState(bool value)](./setistriplestate/) | Indicates how the specified control will display Null values. | +| [SetIsVisible(bool value)](../activexcontrolbase/setisvisible/) | Indicates whether this control is visible. | +| [SetIsWordWrapped(bool value)](./setiswordwrapped/) | Indicates whether the contents of the control automatically wrap at the end of a line. | +| [SetLinkedCell(const U16String\& value)](../activexcontrolbase/setlinkedcell/) | Gets and sets the linked cell. | +| [SetLinkedCell(const char16_t* value)](../activexcontrolbase/setlinkedcell/) | Gets and sets the linked cell. | +| [SetListFillRange(const U16String\& value)](../activexcontrolbase/setlistfillrange/) | Gets and sets the list fill range. | +| [SetListFillRange(const char16_t* value)](../activexcontrolbase/setlistfillrange/) | Gets and sets the list fill range. | +| [SetMouseIcon(const Vector \\& value)](../activexcontrolbase/setmouseicon/) | Gets and sets a custom icon to display as the mouse pointer for the control. | +| [SetMousePointer(ControlMousePointerType value)](../activexcontrolbase/setmousepointer/) | Gets and sets the type of icon displayed as the mouse pointer for the control. | +| [SetPicture(const Vector \\& value)](./setpicture/) | Gets and sets the data of the picture. | +| [SetPicturePosition(ControlPicturePositionType value)](./setpictureposition/) | Gets and set the location of the control's picture relative to its caption. | +| [SetShadow(bool value)](../activexcontrolbase/setshadow/) | Indicates whether to show a shadow. | +| [SetSpecialEffect(ControlSpecialEffectType value)](./setspecialeffect/) | Gets and sets the special effect of the control. | +| [SetTextAlign(TextAlignmentType value)](../activexcontrol/settextalign/) | Represents how to align the text used by the control. | +| [SetValue(CheckValueType value)](./setvalue/) | Indicates if the control is checked or not. | +| [SetWidth(double value)](../activexcontrolbase/setwidth/) | Gets and sets the width of the control in unit of points. | +| [~ActiveXControl()](../activexcontrol/~activexcontrol/) | Destructor. | +| [~ActiveXControlBase()](../activexcontrolbase/~activexcontrolbase/) | Destructor. | +| [~CheckBoxActiveXControl()](./~checkboxactivexcontrol/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [ActiveXControl](../activexcontrol/) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/checkboxactivexcontrol/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/checkboxactivexcontrol/_index.md new file mode 100644 index 00000000000..9fc8b826e2c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/checkboxactivexcontrol/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::CheckBoxActiveXControl constructor +linktitle: CheckBoxActiveXControl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::CheckBoxActiveXControl constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/checkboxactivexcontrol/ +--- +## CheckBoxActiveXControl::CheckBoxActiveXControl(CheckBoxActiveXControl_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::CheckBoxActiveXControl(CheckBoxActiveXControl_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CheckBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) +## CheckBoxActiveXControl::CheckBoxActiveXControl(const CheckBoxActiveXControl\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::CheckBoxActiveXControl(const CheckBoxActiveXControl &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CheckBoxActiveXControl](../) +* Class [CheckBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) +## CheckBoxActiveXControl::CheckBoxActiveXControl(const ActiveXControl\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::CheckBoxActiveXControl(const ActiveXControl &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ActiveXControl](../../activexcontrol/) +* Class [CheckBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/getaccelerator/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/getaccelerator/_index.md new file mode 100644 index 00000000000..bb094ff0b98 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/getaccelerator/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::GetAccelerator method +linktitle: GetAccelerator +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::GetAccelerator method. Gets and sets the accelerator key for the control in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/getaccelerator/ +--- +## CheckBoxActiveXControl::GetAccelerator method + + +Gets and sets the accelerator key for the control. + +```cpp +char16_t Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::GetAccelerator() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CheckBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/getalignment/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/getalignment/_index.md new file mode 100644 index 00000000000..79b8af15db8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/getalignment/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::GetAlignment method +linktitle: GetAlignment +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::GetAlignment method. Gets and set the position of the Caption relative to the control in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/getalignment/ +--- +## CheckBoxActiveXControl::GetAlignment method + + +Gets and set the position of the Caption relative to the control. + +```cpp +ControlCaptionAlignmentType Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::GetAlignment() +``` + +## See Also + +* Enum [ControlCaptionAlignmentType](../../controlcaptionalignmenttype/) +* Class [CheckBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/getcaption/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/getcaption/_index.md new file mode 100644 index 00000000000..807325f597b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/getcaption/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::GetCaption method +linktitle: GetCaption +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::GetCaption method. Gets and set the descriptive text that appears on a control in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/getcaption/ +--- +## CheckBoxActiveXControl::GetCaption method + + +Gets and set the descriptive text that appears on a control. + +```cpp +U16String Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::GetCaption() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [CheckBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/getgroupname/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/getgroupname/_index.md new file mode 100644 index 00000000000..2179a2855f7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/getgroupname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::GetGroupName method +linktitle: GetGroupName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::GetGroupName method. Gets and sets the group''s name in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/getgroupname/ +--- +## CheckBoxActiveXControl::GetGroupName method + + +Gets and sets the group's name. + +```cpp +U16String Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::GetGroupName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [CheckBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/getpicture/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/getpicture/_index.md new file mode 100644 index 00000000000..a233a23b0ae --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/getpicture/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::GetPicture method +linktitle: GetPicture +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::GetPicture method. Gets and sets the data of the picture in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/getpicture/ +--- +## CheckBoxActiveXControl::GetPicture method + + +Gets and sets the data of the picture. + +```cpp +Vector Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::GetPicture() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CheckBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/getpictureposition/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/getpictureposition/_index.md new file mode 100644 index 00000000000..5b92b00a5d2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/getpictureposition/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::GetPicturePosition method +linktitle: GetPicturePosition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::GetPicturePosition method. Gets and set the location of the control''s picture relative to its caption in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/getpictureposition/ +--- +## CheckBoxActiveXControl::GetPicturePosition method + + +Gets and set the location of the control's picture relative to its caption. + +```cpp +ControlPicturePositionType Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::GetPicturePosition() +``` + +## See Also + +* Enum [ControlPicturePositionType](../../controlpicturepositiontype/) +* Class [CheckBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/getspecialeffect/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/getspecialeffect/_index.md new file mode 100644 index 00000000000..75777d8e21c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/getspecialeffect/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::GetSpecialEffect method +linktitle: GetSpecialEffect +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::GetSpecialEffect method. Gets and sets the special effect of the control in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/getspecialeffect/ +--- +## CheckBoxActiveXControl::GetSpecialEffect method + + +Gets and sets the special effect of the control. + +```cpp +ControlSpecialEffectType Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::GetSpecialEffect() +``` + +## See Also + +* Enum [ControlSpecialEffectType](../../controlspecialeffecttype/) +* Class [CheckBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/gettype/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/gettype/_index.md new file mode 100644 index 00000000000..f8a980c5282 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::GetType method. Gets the type of the ActiveX control in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/gettype/ +--- +## CheckBoxActiveXControl::GetType method + + +Gets the type of the ActiveX control. + +```cpp +ControlType Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::GetType() +``` + +## See Also + +* Enum [ControlType](../../controltype/) +* Class [CheckBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/getvalue/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/getvalue/_index.md new file mode 100644 index 00000000000..296c058fd8c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/getvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::GetValue method +linktitle: GetValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::GetValue method. Indicates if the control is checked or not in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/getvalue/ +--- +## CheckBoxActiveXControl::GetValue method + + +Indicates if the control is checked or not. + +```cpp +CheckValueType Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::GetValue() +``` + +## See Also + +* Enum [CheckValueType](../../../aspose.cells.drawing/checkvaluetype/) +* Class [CheckBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/isnull/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/isnull/_index.md new file mode 100644 index 00000000000..3ece71c617b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/isnull/ +--- +## CheckBoxActiveXControl::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CheckBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/istriplestate/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/istriplestate/_index.md new file mode 100644 index 00000000000..ea94770d686 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/istriplestate/_index.md @@ -0,0 +1,26 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::IsTripleState method +linktitle: IsTripleState +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::IsTripleState method. Indicates how the specified control will display Null values in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/istriplestate/ +--- +## CheckBoxActiveXControl::IsTripleState method + + +Indicates how the specified control will display Null values. + +```cpp +bool Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::IsTripleState() +``` + + +
Setting Description
True The control will cycle through states for Yes, No, and Null values. The control appears dimmed (grayed) when its Value property is set to Null.
False (Default) The control will cycle through states for Yes and No values. Null values display as if they were No values.
+## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CheckBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/iswordwrapped/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/iswordwrapped/_index.md new file mode 100644 index 00000000000..1dd174637e7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/iswordwrapped/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::IsWordWrapped method +linktitle: IsWordWrapped +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::IsWordWrapped method. Indicates whether the contents of the control automatically wrap at the end of a line in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/iswordwrapped/ +--- +## CheckBoxActiveXControl::IsWordWrapped method + + +Indicates whether the contents of the control automatically wrap at the end of a line. + +```cpp +bool Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::IsWordWrapped() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CheckBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/operator_asm/_index.md new file mode 100644 index 00000000000..0de067c6de3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/operator_asm/ +--- +## CheckBoxActiveXControl::operator= method + + +operator= + +```cpp +CheckBoxActiveXControl & Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::operator=(const CheckBoxActiveXControl &src) +``` + +## See Also + +* Class [CheckBoxActiveXControl](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [CheckBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/operator_bool/_index.md new file mode 100644 index 00000000000..1d8956bcd1b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/operator_bool/ +--- +## CheckBoxActiveXControl::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [CheckBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/setaccelerator/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/setaccelerator/_index.md new file mode 100644 index 00000000000..6e09a4fa9da --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/setaccelerator/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::SetAccelerator method +linktitle: SetAccelerator +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::SetAccelerator method. Gets and sets the accelerator key for the control in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/setaccelerator/ +--- +## CheckBoxActiveXControl::SetAccelerator method + + +Gets and sets the accelerator key for the control. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::SetAccelerator(char16_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CheckBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/setalignment/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/setalignment/_index.md new file mode 100644 index 00000000000..74bdfe99635 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/setalignment/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::SetAlignment method +linktitle: SetAlignment +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::SetAlignment method. Gets and set the position of the Caption relative to the control in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/setalignment/ +--- +## CheckBoxActiveXControl::SetAlignment method + + +Gets and set the position of the Caption relative to the control. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::SetAlignment(ControlCaptionAlignmentType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ControlCaptionAlignmentType](../../controlcaptionalignmenttype/) +* Class [CheckBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/setcaption/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/setcaption/_index.md new file mode 100644 index 00000000000..7c09695d7e8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/setcaption/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::SetCaption method +linktitle: SetCaption +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::SetCaption method. Gets and set the descriptive text that appears on a control in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/setcaption/ +--- +## CheckBoxActiveXControl::SetCaption(const U16String\&) method + + +Gets and set the descriptive text that appears on a control. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::SetCaption(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [CheckBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) +## CheckBoxActiveXControl::SetCaption(const char16_t*) method + + +Gets and set the descriptive text that appears on a control. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::SetCaption(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CheckBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/setgroupname/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/setgroupname/_index.md new file mode 100644 index 00000000000..087405b8c05 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/setgroupname/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::SetGroupName method +linktitle: SetGroupName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::SetGroupName method. Gets and sets the group''s name in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/setgroupname/ +--- +## CheckBoxActiveXControl::SetGroupName(const U16String\&) method + + +Gets and sets the group's name. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::SetGroupName(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [CheckBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) +## CheckBoxActiveXControl::SetGroupName(const char16_t*) method + + +Gets and sets the group's name. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::SetGroupName(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CheckBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/setistriplestate/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/setistriplestate/_index.md new file mode 100644 index 00000000000..e062daa011d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/setistriplestate/_index.md @@ -0,0 +1,26 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::SetIsTripleState method +linktitle: SetIsTripleState +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::SetIsTripleState method. Indicates how the specified control will display Null values in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/setistriplestate/ +--- +## CheckBoxActiveXControl::SetIsTripleState method + + +Indicates how the specified control will display Null values. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::SetIsTripleState(bool value) +``` + + +
Setting Description
True The control will cycle through states for Yes, No, and Null values. The control appears dimmed (grayed) when its Value property is set to Null.
False (Default) The control will cycle through states for Yes and No values. Null values display as if they were No values.
+## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CheckBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/setiswordwrapped/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/setiswordwrapped/_index.md new file mode 100644 index 00000000000..1c200dc26a6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/setiswordwrapped/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::SetIsWordWrapped method +linktitle: SetIsWordWrapped +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::SetIsWordWrapped method. Indicates whether the contents of the control automatically wrap at the end of a line in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/setiswordwrapped/ +--- +## CheckBoxActiveXControl::SetIsWordWrapped method + + +Indicates whether the contents of the control automatically wrap at the end of a line. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::SetIsWordWrapped(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CheckBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/setpicture/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/setpicture/_index.md new file mode 100644 index 00000000000..890b7765e57 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/setpicture/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::SetPicture method +linktitle: SetPicture +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::SetPicture method. Gets and sets the data of the picture in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/setpicture/ +--- +## CheckBoxActiveXControl::SetPicture method + + +Gets and sets the data of the picture. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::SetPicture(const Vector &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CheckBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/setpictureposition/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/setpictureposition/_index.md new file mode 100644 index 00000000000..45bdb446e1c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/setpictureposition/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::SetPicturePosition method +linktitle: SetPicturePosition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::SetPicturePosition method. Gets and set the location of the control''s picture relative to its caption in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/setpictureposition/ +--- +## CheckBoxActiveXControl::SetPicturePosition method + + +Gets and set the location of the control's picture relative to its caption. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::SetPicturePosition(ControlPicturePositionType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ControlPicturePositionType](../../controlpicturepositiontype/) +* Class [CheckBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/setspecialeffect/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/setspecialeffect/_index.md new file mode 100644 index 00000000000..7f338a53d21 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/setspecialeffect/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::SetSpecialEffect method +linktitle: SetSpecialEffect +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::SetSpecialEffect method. Gets and sets the special effect of the control in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/setspecialeffect/ +--- +## CheckBoxActiveXControl::SetSpecialEffect method + + +Gets and sets the special effect of the control. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::SetSpecialEffect(ControlSpecialEffectType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ControlSpecialEffectType](../../controlspecialeffecttype/) +* Class [CheckBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/setvalue/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/setvalue/_index.md new file mode 100644 index 00000000000..5d231b298f2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/setvalue/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::SetValue method +linktitle: SetValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::SetValue method. Indicates if the control is checked or not in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/setvalue/ +--- +## CheckBoxActiveXControl::SetValue method + + +Indicates if the control is checked or not. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::SetValue(CheckValueType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [CheckValueType](../../../aspose.cells.drawing/checkvaluetype/) +* Class [CheckBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/~checkboxactivexcontrol/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/~checkboxactivexcontrol/_index.md new file mode 100644 index 00000000000..4be47db32b8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/~checkboxactivexcontrol/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::~CheckBoxActiveXControl method +linktitle: ~CheckBoxActiveXControl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::~CheckBoxActiveXControl method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/~checkboxactivexcontrol/ +--- +## CheckBoxActiveXControl::~CheckBoxActiveXControl method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::CheckBoxActiveXControl::~CheckBoxActiveXControl() +``` + +## See Also + +* Class [CheckBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/_impl/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/_impl/_index.md new file mode 100644 index 00000000000..2f771c4f906 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::_impl field. The implementation object in C++.' +type: docs +weight: 5100 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ComboBoxActiveXControl_Impl* Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::_impl +``` + +## See Also + +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/_index.md new file mode 100644 index 00000000000..28251bd7a23 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/_index.md @@ -0,0 +1,131 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl class +linktitle: ComboBoxActiveXControl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl class. Represents a ComboBox ActiveX control in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/ +--- +## ComboBoxActiveXControl class + + +Represents a [ComboBox](../../aspose.cells.drawing/combobox/) ActiveX control. + +```cpp +class ComboBoxActiveXControl : public Aspose::Cells::Drawing::ActiveXControls::ActiveXControl +``` + +## Methods + +| Method | Description | +| --- | --- | +| [ActiveXControl(ActiveXControl_Impl* impl)](../activexcontrol/activexcontrol/) | Constructs from an implementation object. | +| [ActiveXControl(const ActiveXControl\& src)](../activexcontrol/activexcontrol/) | Copy constructor. | +| [ActiveXControl(const ActiveXControlBase\& src)](../activexcontrol/activexcontrol/) | Constructs from a parent object. | +| [ActiveXControlBase(ActiveXControlBase_Impl* impl)](../activexcontrolbase/activexcontrolbase/) | Constructs from an implementation object. | +| [ActiveXControlBase(const ActiveXControlBase\& src)](../activexcontrolbase/activexcontrolbase/) | Copy constructor. | +| [ComboBoxActiveXControl(ComboBoxActiveXControl_Impl* impl)](./comboboxactivexcontrol/) | Constructs from an implementation object. | +| [ComboBoxActiveXControl(const ComboBoxActiveXControl\& src)](./comboboxactivexcontrol/) | Copy constructor. | +| [ComboBoxActiveXControl(const ActiveXControl\& src)](./comboboxactivexcontrol/) | Constructs from a parent object. | +| [GetBackOleColor()](../activexcontrolbase/getbackolecolor/) | Gets and sets the ole color of the background. | +| [GetBorderOleColor()](./getborderolecolor/) | Gets and sets the ole color of the background. | +| [GetBorderStyle()](./getborderstyle/) | Gets and set the type of border used by the control. | +| [GetBoundColumn()](./getboundcolumn/) | Represents how the Value property is determined for a [ComboBox](../../aspose.cells.drawing/combobox/) or [ListBox](../../aspose.cells.drawing/listbox/) when the MultiSelect properties value (fmMultiSelectSingle). | +| [GetColumnCount()](./getcolumncount/) | Represents the number of columns to display in a [ComboBox](../../aspose.cells.drawing/combobox/) or [ListBox](../../aspose.cells.drawing/listbox/). | +| [GetColumnWidths()](./getcolumnwidths/) | Gets and sets the width of the column. | +| [GetData()](../activexcontrol/getdata/) | Gets and sets the binary data of the control. | +| [GetDropButtonStyle()](./getdropbuttonstyle/) | Specifies the symbol displayed on the drop button. | +| [GetEnterFieldBehavior()](./getenterfieldbehavior/) | Specifies selection behavior when entering the control. True specifies that the selection remains unchanged from last time the control was active. False specifies that all the text in the control will be selected when entering the control. | +| [GetFont()](../activexcontrol/getfont/) | Represents the font of the control. | +| [GetForeOleColor()](../activexcontrolbase/getforeolecolor/) | Gets and sets the ole color of the foreground. | +| [GetHeight()](../activexcontrolbase/getheight/) | Gets and sets the height of the control in unit of points. | +| [GetHideSelection()](./gethideselection/) | Indicates whether selected text in the control appears highlighted when the control does not have focus. | +| [GetIMEMode()](../activexcontrol/getimemode/) | Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus. | +| [GetLinkedCell()](../activexcontrolbase/getlinkedcell/) | Gets and sets the linked cell. | +| [GetListFillRange()](../activexcontrolbase/getlistfillrange/) | Gets and sets the list fill range. | +| [GetListRows()](./getlistrows/) | Represents the maximum number of rows to display in the list. | +| [GetListStyle()](./getliststyle/) | Gets and sets the visual appearance. | +| [GetListWidth()](./getlistwidth/) | Gets and set the width in unit of points. | +| [GetMatchEntry()](./getmatchentry/) | Indicates how a [ListBox](../../aspose.cells.drawing/listbox/) or [ComboBox](../../aspose.cells.drawing/combobox/) searches its list as the user types. | +| [GetMaxLength()](./getmaxlength/) | Gets and sets the maximum number of characters. | +| [GetMouseIcon()](../activexcontrolbase/getmouseicon/) | Gets and sets a custom icon to display as the mouse pointer for the control. | +| [GetMousePointer()](../activexcontrolbase/getmousepointer/) | Gets and sets the type of icon displayed as the mouse pointer for the control. | +| [GetSelectionMargin()](./getselectionmargin/) | Indicates whether the user can select a line of text by clicking in the region to the left of the text. | +| [GetShadow()](../activexcontrolbase/getshadow/) | Indicates whether to show a shadow. | +| [GetShowColumnHeads()](./getshowcolumnheads/) | Indicates whether column headings are displayed. | +| [GetShowDropButtonTypeWhen()](./getshowdropbuttontypewhen/) | Specifies the symbol displayed on the drop button. | +| [GetSpecialEffect()](./getspecialeffect/) | Gets and sets the special effect of the control. | +| [GetTextAlign()](../activexcontrol/gettextalign/) | Represents how to align the text used by the control. | +| [GetTextColumn()](./gettextcolumn/) | Represents the column in a [ComboBox](../../aspose.cells.drawing/combobox/) or [ListBox](../../aspose.cells.drawing/listbox/) to display to the user. | +| virtual [GetType()](./gettype/) | Gets the type of the ActiveX control. | +| [GetValue()](./getvalue/) | Gets and sets the value of the control. | +| [GetWidth()](../activexcontrolbase/getwidth/) | Gets and sets the width of the control in unit of points. | +| [GetWorkbook()](../activexcontrolbase/getworkbook/) | Gets the [Workbook](../../aspose.cells/workbook/) object. | +| [IsAutoSize()](../activexcontrol/isautosize/) | Indicates whether the control will automatically resize to display its entire contents. | +| [IsAutoWordSelected()](./isautowordselected/) | Specifies the basic unit used to extend a selection. True specifies that the basic unit is a single character. false specifies that the basic unit is a whole word. | +| [IsDragBehaviorEnabled()](./isdragbehaviorenabled/) | Indicates whether dragging and dropping is enabled for the control. | +| [IsEditable()](./iseditable/) | Indicates whether the user can type into the control. | +| [IsEnabled()](../activexcontrol/isenabled/) | Indicates whether the control can receive the focus and respond to user-generated events. | +| [IsLocked()](../activexcontrol/islocked/) | Indicates whether data in the control is locked for editing. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsTransparent()](../activexcontrol/istransparent/) | Indicates whether the control is transparent. | +| [IsVisible()](../activexcontrolbase/isvisible/) | Indicates whether this control is visible. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ComboBoxActiveXControl\& src)](./operator_asm/) | operator= | +| [operator=(const ActiveXControl\& src)](../activexcontrol/operator_asm/) | operator= | +| [operator=(const ActiveXControlBase\& src)](../activexcontrolbase/operator_asm/) | operator= | +| [SetBackOleColor(int32_t value)](../activexcontrolbase/setbackolecolor/) | Gets and sets the ole color of the background. | +| [SetBorderOleColor(int32_t value)](./setborderolecolor/) | Gets and sets the ole color of the background. | +| [SetBorderStyle(ControlBorderType value)](./setborderstyle/) | Gets and set the type of border used by the control. | +| [SetBoundColumn(int32_t value)](./setboundcolumn/) | Represents how the Value property is determined for a [ComboBox](../../aspose.cells.drawing/combobox/) or [ListBox](../../aspose.cells.drawing/listbox/) when the MultiSelect properties value (fmMultiSelectSingle). | +| [SetColumnCount(int32_t value)](./setcolumncount/) | Represents the number of columns to display in a [ComboBox](../../aspose.cells.drawing/combobox/) or [ListBox](../../aspose.cells.drawing/listbox/). | +| [SetColumnWidths(double value)](./setcolumnwidths/) | Gets and sets the width of the column. | +| [SetDropButtonStyle(DropButtonStyle value)](./setdropbuttonstyle/) | Specifies the symbol displayed on the drop button. | +| [SetEnterFieldBehavior(bool value)](./setenterfieldbehavior/) | Specifies selection behavior when entering the control. True specifies that the selection remains unchanged from last time the control was active. False specifies that all the text in the control will be selected when entering the control. | +| [SetForeOleColor(int32_t value)](../activexcontrolbase/setforeolecolor/) | Gets and sets the ole color of the foreground. | +| [SetHeight(double value)](../activexcontrolbase/setheight/) | Gets and sets the height of the control in unit of points. | +| [SetHideSelection(bool value)](./sethideselection/) | Indicates whether selected text in the control appears highlighted when the control does not have focus. | +| [SetIMEMode(InputMethodEditorMode value)](../activexcontrol/setimemode/) | Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus. | +| [SetIsAutoSize(bool value)](../activexcontrol/setisautosize/) | Indicates whether the control will automatically resize to display its entire contents. | +| [SetIsAutoWordSelected(bool value)](./setisautowordselected/) | Specifies the basic unit used to extend a selection. True specifies that the basic unit is a single character. false specifies that the basic unit is a whole word. | +| [SetIsDragBehaviorEnabled(bool value)](./setisdragbehaviorenabled/) | Indicates whether dragging and dropping is enabled for the control. | +| [SetIsEditable(bool value)](./setiseditable/) | Indicates whether the user can type into the control. | +| [SetIsEnabled(bool value)](../activexcontrol/setisenabled/) | Indicates whether the control can receive the focus and respond to user-generated events. | +| [SetIsLocked(bool value)](../activexcontrol/setislocked/) | Indicates whether data in the control is locked for editing. | +| [SetIsTransparent(bool value)](../activexcontrol/setistransparent/) | Indicates whether the control is transparent. | +| [SetIsVisible(bool value)](../activexcontrolbase/setisvisible/) | Indicates whether this control is visible. | +| [SetLinkedCell(const U16String\& value)](../activexcontrolbase/setlinkedcell/) | Gets and sets the linked cell. | +| [SetLinkedCell(const char16_t* value)](../activexcontrolbase/setlinkedcell/) | Gets and sets the linked cell. | +| [SetListFillRange(const U16String\& value)](../activexcontrolbase/setlistfillrange/) | Gets and sets the list fill range. | +| [SetListFillRange(const char16_t* value)](../activexcontrolbase/setlistfillrange/) | Gets and sets the list fill range. | +| [SetListRows(int32_t value)](./setlistrows/) | Represents the maximum number of rows to display in the list. | +| [SetListStyle(ControlListStyle value)](./setliststyle/) | Gets and sets the visual appearance. | +| [SetListWidth(double value)](./setlistwidth/) | Gets and set the width in unit of points. | +| [SetMatchEntry(ControlMatchEntryType value)](./setmatchentry/) | Indicates how a [ListBox](../../aspose.cells.drawing/listbox/) or [ComboBox](../../aspose.cells.drawing/combobox/) searches its list as the user types. | +| [SetMaxLength(int32_t value)](./setmaxlength/) | Gets and sets the maximum number of characters. | +| [SetMouseIcon(const Vector \\& value)](../activexcontrolbase/setmouseicon/) | Gets and sets a custom icon to display as the mouse pointer for the control. | +| [SetMousePointer(ControlMousePointerType value)](../activexcontrolbase/setmousepointer/) | Gets and sets the type of icon displayed as the mouse pointer for the control. | +| [SetSelectionMargin(bool value)](./setselectionmargin/) | Indicates whether the user can select a line of text by clicking in the region to the left of the text. | +| [SetShadow(bool value)](../activexcontrolbase/setshadow/) | Indicates whether to show a shadow. | +| [SetShowColumnHeads(bool value)](./setshowcolumnheads/) | Indicates whether column headings are displayed. | +| [SetShowDropButtonTypeWhen(ShowDropButtonType value)](./setshowdropbuttontypewhen/) | Specifies the symbol displayed on the drop button. | +| [SetSpecialEffect(ControlSpecialEffectType value)](./setspecialeffect/) | Gets and sets the special effect of the control. | +| [SetTextAlign(TextAlignmentType value)](../activexcontrol/settextalign/) | Represents how to align the text used by the control. | +| [SetTextColumn(int32_t value)](./settextcolumn/) | Represents the column in a [ComboBox](../../aspose.cells.drawing/combobox/) or [ListBox](../../aspose.cells.drawing/listbox/) to display to the user. | +| [SetValue(const U16String\& value)](./setvalue/) | Gets and sets the value of the control. | +| [SetValue(const char16_t* value)](./setvalue/) | Gets and sets the value of the control. | +| [SetWidth(double value)](../activexcontrolbase/setwidth/) | Gets and sets the width of the control in unit of points. | +| [~ActiveXControl()](../activexcontrol/~activexcontrol/) | Destructor. | +| [~ActiveXControlBase()](../activexcontrolbase/~activexcontrolbase/) | Destructor. | +| [~ComboBoxActiveXControl()](./~comboboxactivexcontrol/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [ActiveXControl](../activexcontrol/) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/comboboxactivexcontrol/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/comboboxactivexcontrol/_index.md new file mode 100644 index 00000000000..0d77c3dec90 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/comboboxactivexcontrol/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::ComboBoxActiveXControl constructor +linktitle: ComboBoxActiveXControl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::ComboBoxActiveXControl constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/comboboxactivexcontrol/ +--- +## ComboBoxActiveXControl::ComboBoxActiveXControl(ComboBoxActiveXControl_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::ComboBoxActiveXControl(ComboBoxActiveXControl_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) +## ComboBoxActiveXControl::ComboBoxActiveXControl(const ComboBoxActiveXControl\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::ComboBoxActiveXControl(const ComboBoxActiveXControl &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ComboBoxActiveXControl](../) +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) +## ComboBoxActiveXControl::ComboBoxActiveXControl(const ActiveXControl\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::ComboBoxActiveXControl(const ActiveXControl &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ActiveXControl](../../activexcontrol/) +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getborderolecolor/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getborderolecolor/_index.md new file mode 100644 index 00000000000..8703e817c9e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getborderolecolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetBorderOleColor method +linktitle: GetBorderOleColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetBorderOleColor method. Gets and sets the ole color of the background in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getborderolecolor/ +--- +## ComboBoxActiveXControl::GetBorderOleColor method + + +Gets and sets the ole color of the background. + +```cpp +int32_t Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetBorderOleColor() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getborderstyle/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getborderstyle/_index.md new file mode 100644 index 00000000000..2902d411a69 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getborderstyle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetBorderStyle method +linktitle: GetBorderStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetBorderStyle method. Gets and set the type of border used by the control in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getborderstyle/ +--- +## ComboBoxActiveXControl::GetBorderStyle method + + +Gets and set the type of border used by the control. + +```cpp +ControlBorderType Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetBorderStyle() +``` + +## See Also + +* Enum [ControlBorderType](../../controlbordertype/) +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getboundcolumn/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getboundcolumn/_index.md new file mode 100644 index 00000000000..cec5b744122 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getboundcolumn/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetBoundColumn method +linktitle: GetBoundColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetBoundColumn method. Represents how the Value property is determined for a ComboBox or ListBox when the MultiSelect properties value (fmMultiSelectSingle) in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getboundcolumn/ +--- +## ComboBoxActiveXControl::GetBoundColumn method + + +Represents how the Value property is determined for a [ComboBox](../../../aspose.cells.drawing/combobox/) or [ListBox](../../../aspose.cells.drawing/listbox/) when the MultiSelect properties value (fmMultiSelectSingle). + +```cpp +int32_t Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetBoundColumn() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getcolumncount/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getcolumncount/_index.md new file mode 100644 index 00000000000..364b1a4dbf7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getcolumncount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetColumnCount method +linktitle: GetColumnCount +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetColumnCount method. Represents the number of columns to display in a ComboBox or ListBox in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getcolumncount/ +--- +## ComboBoxActiveXControl::GetColumnCount method + + +Represents the number of columns to display in a [ComboBox](../../../aspose.cells.drawing/combobox/) or [ListBox](../../../aspose.cells.drawing/listbox/). + +```cpp +int32_t Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetColumnCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getcolumnwidths/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getcolumnwidths/_index.md new file mode 100644 index 00000000000..c96138fb0ec --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getcolumnwidths/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetColumnWidths method +linktitle: GetColumnWidths +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetColumnWidths method. Gets and sets the width of the column in C++.' +type: docs +weight: 4700 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getcolumnwidths/ +--- +## ComboBoxActiveXControl::GetColumnWidths method + + +Gets and sets the width of the column. + +```cpp +double Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetColumnWidths() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getdropbuttonstyle/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getdropbuttonstyle/_index.md new file mode 100644 index 00000000000..079c03ced3e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getdropbuttonstyle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetDropButtonStyle method +linktitle: GetDropButtonStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetDropButtonStyle method. Specifies the symbol displayed on the drop button in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getdropbuttonstyle/ +--- +## ComboBoxActiveXControl::GetDropButtonStyle method + + +Specifies the symbol displayed on the drop button. + +```cpp +DropButtonStyle Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetDropButtonStyle() +``` + +## See Also + +* Enum [DropButtonStyle](../../dropbuttonstyle/) +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getenterfieldbehavior/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getenterfieldbehavior/_index.md new file mode 100644 index 00000000000..1a44013d975 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getenterfieldbehavior/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetEnterFieldBehavior method +linktitle: GetEnterFieldBehavior +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetEnterFieldBehavior method. Specifies selection behavior when entering the control. True specifies that the selection remains unchanged from last time the control was active. False specifies that all the text in the control will be selected when entering the control in C++.' +type: docs +weight: 3900 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getenterfieldbehavior/ +--- +## ComboBoxActiveXControl::GetEnterFieldBehavior method + + +Specifies selection behavior when entering the control. True specifies that the selection remains unchanged from last time the control was active. False specifies that all the text in the control will be selected when entering the control. + +```cpp +bool Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetEnterFieldBehavior() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/gethideselection/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/gethideselection/_index.md new file mode 100644 index 00000000000..d123f023a72 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/gethideselection/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetHideSelection method +linktitle: GetHideSelection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetHideSelection method. Indicates whether selected text in the control appears highlighted when the control does not have focus in C++.' +type: docs +weight: 4500 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/gethideselection/ +--- +## ComboBoxActiveXControl::GetHideSelection method + + +Indicates whether selected text in the control appears highlighted when the control does not have focus. + +```cpp +bool Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetHideSelection() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getlistrows/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getlistrows/_index.md new file mode 100644 index 00000000000..088b4f5f69c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getlistrows/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetListRows method +linktitle: GetListRows +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetListRows method. Represents the maximum number of rows to display in the list in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getlistrows/ +--- +## ComboBoxActiveXControl::GetListRows method + + +Represents the maximum number of rows to display in the list. + +```cpp +int32_t Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetListRows() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getliststyle/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getliststyle/_index.md new file mode 100644 index 00000000000..be922d8c4b6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getliststyle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetListStyle method +linktitle: GetListStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetListStyle method. Gets and sets the visual appearance in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getliststyle/ +--- +## ComboBoxActiveXControl::GetListStyle method + + +Gets and sets the visual appearance. + +```cpp +ControlListStyle Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetListStyle() +``` + +## See Also + +* Enum [ControlListStyle](../../controlliststyle/) +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getlistwidth/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getlistwidth/_index.md new file mode 100644 index 00000000000..cf547e14e68 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getlistwidth/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetListWidth method +linktitle: GetListWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetListWidth method. Gets and set the width in unit of points in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getlistwidth/ +--- +## ComboBoxActiveXControl::GetListWidth method + + +Gets and set the width in unit of points. + +```cpp +double Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetListWidth() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getmatchentry/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getmatchentry/_index.md new file mode 100644 index 00000000000..be08cc6344b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getmatchentry/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetMatchEntry method +linktitle: GetMatchEntry +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetMatchEntry method. Indicates how a ListBox or ComboBox searches its list as the user types in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getmatchentry/ +--- +## ComboBoxActiveXControl::GetMatchEntry method + + +Indicates how a [ListBox](../../../aspose.cells.drawing/listbox/) or [ComboBox](../../../aspose.cells.drawing/combobox/) searches its list as the user types. + +```cpp +ControlMatchEntryType Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetMatchEntry() +``` + +## See Also + +* Enum [ControlMatchEntryType](../../controlmatchentrytype/) +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getmaxlength/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getmaxlength/_index.md new file mode 100644 index 00000000000..ed9a54856dc --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getmaxlength/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetMaxLength method +linktitle: GetMaxLength +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetMaxLength method. Gets and sets the maximum number of characters in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getmaxlength/ +--- +## ComboBoxActiveXControl::GetMaxLength method + + +Gets and sets the maximum number of characters. + +```cpp +int32_t Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetMaxLength() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getselectionmargin/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getselectionmargin/_index.md new file mode 100644 index 00000000000..f5afc44555b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getselectionmargin/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetSelectionMargin method +linktitle: GetSelectionMargin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetSelectionMargin method. Indicates whether the user can select a line of text by clicking in the region to the left of the text in C++.' +type: docs +weight: 4100 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getselectionmargin/ +--- +## ComboBoxActiveXControl::GetSelectionMargin method + + +Indicates whether the user can select a line of text by clicking in the region to the left of the text. + +```cpp +bool Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetSelectionMargin() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getshowcolumnheads/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getshowcolumnheads/_index.md new file mode 100644 index 00000000000..0be49c07ab4 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getshowcolumnheads/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetShowColumnHeads method +linktitle: GetShowColumnHeads +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetShowColumnHeads method. Indicates whether column headings are displayed in C++.' +type: docs +weight: 3500 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getshowcolumnheads/ +--- +## ComboBoxActiveXControl::GetShowColumnHeads method + + +Indicates whether column headings are displayed. + +```cpp +bool Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetShowColumnHeads() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getshowdropbuttontypewhen/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getshowdropbuttontypewhen/_index.md new file mode 100644 index 00000000000..e8efb390a17 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getshowdropbuttontypewhen/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetShowDropButtonTypeWhen method +linktitle: GetShowDropButtonTypeWhen +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetShowDropButtonTypeWhen method. Specifies the symbol displayed on the drop button in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getshowdropbuttontypewhen/ +--- +## ComboBoxActiveXControl::GetShowDropButtonTypeWhen method + + +Specifies the symbol displayed on the drop button. + +```cpp +ShowDropButtonType Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetShowDropButtonTypeWhen() +``` + +## See Also + +* Enum [ShowDropButtonType](../../showdropbuttontype/) +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getspecialeffect/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getspecialeffect/_index.md new file mode 100644 index 00000000000..d57496f2048 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getspecialeffect/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetSpecialEffect method +linktitle: GetSpecialEffect +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetSpecialEffect method. Gets and sets the special effect of the control in C++.' +type: docs +weight: 3100 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getspecialeffect/ +--- +## ComboBoxActiveXControl::GetSpecialEffect method + + +Gets and sets the special effect of the control. + +```cpp +ControlSpecialEffectType Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetSpecialEffect() +``` + +## See Also + +* Enum [ControlSpecialEffectType](../../controlspecialeffecttype/) +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/gettextcolumn/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/gettextcolumn/_index.md new file mode 100644 index 00000000000..67ccf42942c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/gettextcolumn/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetTextColumn method +linktitle: GetTextColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetTextColumn method. Represents the column in a ComboBox or ListBox to display to the user in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/gettextcolumn/ +--- +## ComboBoxActiveXControl::GetTextColumn method + + +Represents the column in a [ComboBox](../../../aspose.cells.drawing/combobox/) or [ListBox](../../../aspose.cells.drawing/listbox/) to display to the user. + +```cpp +int32_t Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetTextColumn() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/gettype/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/gettype/_index.md new file mode 100644 index 00000000000..bed70f92b5b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetType method. Gets the type of the ActiveX control in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/gettype/ +--- +## ComboBoxActiveXControl::GetType method + + +Gets the type of the ActiveX control. + +```cpp +ControlType Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetType() +``` + +## See Also + +* Enum [ControlType](../../controltype/) +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getvalue/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getvalue/_index.md new file mode 100644 index 00000000000..a081b5abfdc --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetValue method +linktitle: GetValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetValue method. Gets and sets the value of the control in C++.' +type: docs +weight: 4300 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/getvalue/ +--- +## ComboBoxActiveXControl::GetValue method + + +Gets and sets the value of the control. + +```cpp +U16String Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::GetValue() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/isautowordselected/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/isautowordselected/_index.md new file mode 100644 index 00000000000..236a2fb8faf --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/isautowordselected/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::IsAutoWordSelected method +linktitle: IsAutoWordSelected +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::IsAutoWordSelected method. Specifies the basic unit used to extend a selection. True specifies that the basic unit is a single character. false specifies that the basic unit is a whole word in C++.' +type: docs +weight: 4900 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/isautowordselected/ +--- +## ComboBoxActiveXControl::IsAutoWordSelected method + + +Specifies the basic unit used to extend a selection. True specifies that the basic unit is a single character. false specifies that the basic unit is a whole word. + +```cpp +bool Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::IsAutoWordSelected() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/isdragbehaviorenabled/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/isdragbehaviorenabled/_index.md new file mode 100644 index 00000000000..0f06f6b7c1b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/isdragbehaviorenabled/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::IsDragBehaviorEnabled method +linktitle: IsDragBehaviorEnabled +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::IsDragBehaviorEnabled method. Indicates whether dragging and dropping is enabled for the control in C++.' +type: docs +weight: 3700 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/isdragbehaviorenabled/ +--- +## ComboBoxActiveXControl::IsDragBehaviorEnabled method + + +Indicates whether dragging and dropping is enabled for the control. + +```cpp +bool Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::IsDragBehaviorEnabled() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/iseditable/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/iseditable/_index.md new file mode 100644 index 00000000000..e2572098ff5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/iseditable/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::IsEditable method +linktitle: IsEditable +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::IsEditable method. Indicates whether the user can type into the control in C++.' +type: docs +weight: 3300 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/iseditable/ +--- +## ComboBoxActiveXControl::IsEditable method + + +Indicates whether the user can type into the control. + +```cpp +bool Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::IsEditable() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/isnull/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/isnull/_index.md new file mode 100644 index 00000000000..7f860110b68 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/isnull/ +--- +## ComboBoxActiveXControl::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/operator_asm/_index.md new file mode 100644 index 00000000000..56af85ae99c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/operator_asm/ +--- +## ComboBoxActiveXControl::operator= method + + +operator= + +```cpp +ComboBoxActiveXControl & Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::operator=(const ComboBoxActiveXControl &src) +``` + +## See Also + +* Class [ComboBoxActiveXControl](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/operator_bool/_index.md new file mode 100644 index 00000000000..767e186cf83 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/operator_bool/ +--- +## ComboBoxActiveXControl::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setborderolecolor/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setborderolecolor/_index.md new file mode 100644 index 00000000000..6580e1e9e52 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setborderolecolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetBorderOleColor method +linktitle: SetBorderOleColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetBorderOleColor method. Gets and sets the ole color of the background in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setborderolecolor/ +--- +## ComboBoxActiveXControl::SetBorderOleColor method + + +Gets and sets the ole color of the background. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetBorderOleColor(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setborderstyle/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setborderstyle/_index.md new file mode 100644 index 00000000000..61bac3ccd06 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setborderstyle/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetBorderStyle method +linktitle: SetBorderStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetBorderStyle method. Gets and set the type of border used by the control in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setborderstyle/ +--- +## ComboBoxActiveXControl::SetBorderStyle method + + +Gets and set the type of border used by the control. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetBorderStyle(ControlBorderType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ControlBorderType](../../controlbordertype/) +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setboundcolumn/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setboundcolumn/_index.md new file mode 100644 index 00000000000..e45beaf80bc --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setboundcolumn/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetBoundColumn method +linktitle: SetBoundColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetBoundColumn method. Represents how the Value property is determined for a ComboBox or ListBox when the MultiSelect properties value (fmMultiSelectSingle) in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setboundcolumn/ +--- +## ComboBoxActiveXControl::SetBoundColumn method + + +Represents how the Value property is determined for a [ComboBox](../../../aspose.cells.drawing/combobox/) or [ListBox](../../../aspose.cells.drawing/listbox/) when the MultiSelect properties value (fmMultiSelectSingle). + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetBoundColumn(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setcolumncount/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setcolumncount/_index.md new file mode 100644 index 00000000000..27f01fd67ad --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setcolumncount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetColumnCount method +linktitle: SetColumnCount +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetColumnCount method. Represents the number of columns to display in a ComboBox or ListBox in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setcolumncount/ +--- +## ComboBoxActiveXControl::SetColumnCount method + + +Represents the number of columns to display in a [ComboBox](../../../aspose.cells.drawing/combobox/) or [ListBox](../../../aspose.cells.drawing/listbox/). + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetColumnCount(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setcolumnwidths/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setcolumnwidths/_index.md new file mode 100644 index 00000000000..59243f6e709 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setcolumnwidths/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetColumnWidths method +linktitle: SetColumnWidths +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetColumnWidths method. Gets and sets the width of the column in C++.' +type: docs +weight: 4800 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setcolumnwidths/ +--- +## ComboBoxActiveXControl::SetColumnWidths method + + +Gets and sets the width of the column. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetColumnWidths(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setdropbuttonstyle/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setdropbuttonstyle/_index.md new file mode 100644 index 00000000000..6002a7fb866 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setdropbuttonstyle/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetDropButtonStyle method +linktitle: SetDropButtonStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetDropButtonStyle method. Specifies the symbol displayed on the drop button in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setdropbuttonstyle/ +--- +## ComboBoxActiveXControl::SetDropButtonStyle method + + +Specifies the symbol displayed on the drop button. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetDropButtonStyle(DropButtonStyle value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [DropButtonStyle](../../dropbuttonstyle/) +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setenterfieldbehavior/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setenterfieldbehavior/_index.md new file mode 100644 index 00000000000..106c26816ca --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setenterfieldbehavior/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetEnterFieldBehavior method +linktitle: SetEnterFieldBehavior +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetEnterFieldBehavior method. Specifies selection behavior when entering the control. True specifies that the selection remains unchanged from last time the control was active. False specifies that all the text in the control will be selected when entering the control in C++.' +type: docs +weight: 4000 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setenterfieldbehavior/ +--- +## ComboBoxActiveXControl::SetEnterFieldBehavior method + + +Specifies selection behavior when entering the control. True specifies that the selection remains unchanged from last time the control was active. False specifies that all the text in the control will be selected when entering the control. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetEnterFieldBehavior(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/sethideselection/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/sethideselection/_index.md new file mode 100644 index 00000000000..7ebb1fb2b3c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/sethideselection/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetHideSelection method +linktitle: SetHideSelection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetHideSelection method. Indicates whether selected text in the control appears highlighted when the control does not have focus in C++.' +type: docs +weight: 4600 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/sethideselection/ +--- +## ComboBoxActiveXControl::SetHideSelection method + + +Indicates whether selected text in the control appears highlighted when the control does not have focus. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetHideSelection(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setisautowordselected/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setisautowordselected/_index.md new file mode 100644 index 00000000000..772f6cf72bb --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setisautowordselected/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetIsAutoWordSelected method +linktitle: SetIsAutoWordSelected +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetIsAutoWordSelected method. Specifies the basic unit used to extend a selection. True specifies that the basic unit is a single character. false specifies that the basic unit is a whole word in C++.' +type: docs +weight: 5000 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setisautowordselected/ +--- +## ComboBoxActiveXControl::SetIsAutoWordSelected method + + +Specifies the basic unit used to extend a selection. True specifies that the basic unit is a single character. false specifies that the basic unit is a whole word. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetIsAutoWordSelected(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setisdragbehaviorenabled/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setisdragbehaviorenabled/_index.md new file mode 100644 index 00000000000..89b5a6d71bd --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setisdragbehaviorenabled/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetIsDragBehaviorEnabled method +linktitle: SetIsDragBehaviorEnabled +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetIsDragBehaviorEnabled method. Indicates whether dragging and dropping is enabled for the control in C++.' +type: docs +weight: 3800 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setisdragbehaviorenabled/ +--- +## ComboBoxActiveXControl::SetIsDragBehaviorEnabled method + + +Indicates whether dragging and dropping is enabled for the control. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetIsDragBehaviorEnabled(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setiseditable/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setiseditable/_index.md new file mode 100644 index 00000000000..971bd58515e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setiseditable/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetIsEditable method +linktitle: SetIsEditable +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetIsEditable method. Indicates whether the user can type into the control in C++.' +type: docs +weight: 3400 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setiseditable/ +--- +## ComboBoxActiveXControl::SetIsEditable method + + +Indicates whether the user can type into the control. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetIsEditable(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setlistrows/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setlistrows/_index.md new file mode 100644 index 00000000000..3610e8ee27a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setlistrows/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetListRows method +linktitle: SetListRows +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetListRows method. Represents the maximum number of rows to display in the list in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setlistrows/ +--- +## ComboBoxActiveXControl::SetListRows method + + +Represents the maximum number of rows to display in the list. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetListRows(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setliststyle/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setliststyle/_index.md new file mode 100644 index 00000000000..a2cf33b31e6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setliststyle/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetListStyle method +linktitle: SetListStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetListStyle method. Gets and sets the visual appearance in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setliststyle/ +--- +## ComboBoxActiveXControl::SetListStyle method + + +Gets and sets the visual appearance. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetListStyle(ControlListStyle value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ControlListStyle](../../controlliststyle/) +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setlistwidth/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setlistwidth/_index.md new file mode 100644 index 00000000000..99d74072537 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setlistwidth/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetListWidth method +linktitle: SetListWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetListWidth method. Gets and set the width in unit of points in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setlistwidth/ +--- +## ComboBoxActiveXControl::SetListWidth method + + +Gets and set the width in unit of points. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetListWidth(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setmatchentry/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setmatchentry/_index.md new file mode 100644 index 00000000000..0ef9f40b809 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setmatchentry/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetMatchEntry method +linktitle: SetMatchEntry +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetMatchEntry method. Indicates how a ListBox or ComboBox searches its list as the user types in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setmatchentry/ +--- +## ComboBoxActiveXControl::SetMatchEntry method + + +Indicates how a [ListBox](../../../aspose.cells.drawing/listbox/) or [ComboBox](../../../aspose.cells.drawing/combobox/) searches its list as the user types. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetMatchEntry(ControlMatchEntryType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ControlMatchEntryType](../../controlmatchentrytype/) +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setmaxlength/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setmaxlength/_index.md new file mode 100644 index 00000000000..18ff6dc24ac --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setmaxlength/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetMaxLength method +linktitle: SetMaxLength +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetMaxLength method. Gets and sets the maximum number of characters in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setmaxlength/ +--- +## ComboBoxActiveXControl::SetMaxLength method + + +Gets and sets the maximum number of characters. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetMaxLength(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setselectionmargin/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setselectionmargin/_index.md new file mode 100644 index 00000000000..2951b6329d2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setselectionmargin/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetSelectionMargin method +linktitle: SetSelectionMargin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetSelectionMargin method. Indicates whether the user can select a line of text by clicking in the region to the left of the text in C++.' +type: docs +weight: 4200 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setselectionmargin/ +--- +## ComboBoxActiveXControl::SetSelectionMargin method + + +Indicates whether the user can select a line of text by clicking in the region to the left of the text. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetSelectionMargin(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setshowcolumnheads/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setshowcolumnheads/_index.md new file mode 100644 index 00000000000..d6222a7238e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setshowcolumnheads/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetShowColumnHeads method +linktitle: SetShowColumnHeads +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetShowColumnHeads method. Indicates whether column headings are displayed in C++.' +type: docs +weight: 3600 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setshowcolumnheads/ +--- +## ComboBoxActiveXControl::SetShowColumnHeads method + + +Indicates whether column headings are displayed. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetShowColumnHeads(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setshowdropbuttontypewhen/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setshowdropbuttontypewhen/_index.md new file mode 100644 index 00000000000..0971cb2bf6c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setshowdropbuttontypewhen/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetShowDropButtonTypeWhen method +linktitle: SetShowDropButtonTypeWhen +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetShowDropButtonTypeWhen method. Specifies the symbol displayed on the drop button in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setshowdropbuttontypewhen/ +--- +## ComboBoxActiveXControl::SetShowDropButtonTypeWhen method + + +Specifies the symbol displayed on the drop button. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetShowDropButtonTypeWhen(ShowDropButtonType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ShowDropButtonType](../../showdropbuttontype/) +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setspecialeffect/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setspecialeffect/_index.md new file mode 100644 index 00000000000..b0a78576c0e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setspecialeffect/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetSpecialEffect method +linktitle: SetSpecialEffect +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetSpecialEffect method. Gets and sets the special effect of the control in C++.' +type: docs +weight: 3200 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setspecialeffect/ +--- +## ComboBoxActiveXControl::SetSpecialEffect method + + +Gets and sets the special effect of the control. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetSpecialEffect(ControlSpecialEffectType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ControlSpecialEffectType](../../controlspecialeffecttype/) +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/settextcolumn/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/settextcolumn/_index.md new file mode 100644 index 00000000000..516379a6036 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/settextcolumn/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetTextColumn method +linktitle: SetTextColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetTextColumn method. Represents the column in a ComboBox or ListBox to display to the user in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/settextcolumn/ +--- +## ComboBoxActiveXControl::SetTextColumn method + + +Represents the column in a [ComboBox](../../../aspose.cells.drawing/combobox/) or [ListBox](../../../aspose.cells.drawing/listbox/) to display to the user. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetTextColumn(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setvalue/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setvalue/_index.md new file mode 100644 index 00000000000..e5d5114f425 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setvalue/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetValue method +linktitle: SetValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetValue method. Gets and sets the value of the control in C++.' +type: docs +weight: 4400 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/setvalue/ +--- +## ComboBoxActiveXControl::SetValue(const U16String\&) method + + +Gets and sets the value of the control. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetValue(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) +## ComboBoxActiveXControl::SetValue(const char16_t*) method + + +Gets and sets the value of the control. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::SetValue(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/~comboboxactivexcontrol/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/~comboboxactivexcontrol/_index.md new file mode 100644 index 00000000000..1a3c34a370b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/~comboboxactivexcontrol/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::~ComboBoxActiveXControl method +linktitle: ~ComboBoxActiveXControl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::~ComboBoxActiveXControl method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/~comboboxactivexcontrol/ +--- +## ComboBoxActiveXControl::~ComboBoxActiveXControl method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::ComboBoxActiveXControl::~ComboBoxActiveXControl() +``` + +## See Also + +* Class [ComboBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/_impl/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/_impl/_index.md new file mode 100644 index 00000000000..6ad8824454f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::_impl field. The implementation object in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +CommandButtonActiveXControl_Impl* Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::_impl +``` + +## See Also + +* Class [CommandButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/_index.md new file mode 100644 index 00000000000..0f793ecf8d3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/_index.md @@ -0,0 +1,99 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl class +linktitle: CommandButtonActiveXControl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl class. Represents a command button in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/ +--- +## CommandButtonActiveXControl class + + +Represents a command button. + +```cpp +class CommandButtonActiveXControl : public Aspose::Cells::Drawing::ActiveXControls::ActiveXControl +``` + +## Methods + +| Method | Description | +| --- | --- | +| [ActiveXControl(ActiveXControl_Impl* impl)](../activexcontrol/activexcontrol/) | Constructs from an implementation object. | +| [ActiveXControl(const ActiveXControl\& src)](../activexcontrol/activexcontrol/) | Copy constructor. | +| [ActiveXControl(const ActiveXControlBase\& src)](../activexcontrol/activexcontrol/) | Constructs from a parent object. | +| [ActiveXControlBase(ActiveXControlBase_Impl* impl)](../activexcontrolbase/activexcontrolbase/) | Constructs from an implementation object. | +| [ActiveXControlBase(const ActiveXControlBase\& src)](../activexcontrolbase/activexcontrolbase/) | Copy constructor. | +| [CommandButtonActiveXControl(CommandButtonActiveXControl_Impl* impl)](./commandbuttonactivexcontrol/) | Constructs from an implementation object. | +| [CommandButtonActiveXControl(const CommandButtonActiveXControl\& src)](./commandbuttonactivexcontrol/) | Copy constructor. | +| [CommandButtonActiveXControl(const ActiveXControl\& src)](./commandbuttonactivexcontrol/) | Constructs from a parent object. | +| [GetAccelerator()](./getaccelerator/) | Gets and sets the accelerator key for the control. | +| [GetBackOleColor()](../activexcontrolbase/getbackolecolor/) | Gets and sets the ole color of the background. | +| [GetCaption()](./getcaption/) | Gets and set the descriptive text that appears on a control. | +| [GetData()](../activexcontrol/getdata/) | Gets and sets the binary data of the control. | +| [GetFont()](../activexcontrol/getfont/) | Represents the font of the control. | +| [GetForeOleColor()](../activexcontrolbase/getforeolecolor/) | Gets and sets the ole color of the foreground. | +| [GetHeight()](../activexcontrolbase/getheight/) | Gets and sets the height of the control in unit of points. | +| [GetIMEMode()](../activexcontrol/getimemode/) | Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus. | +| [GetLinkedCell()](../activexcontrolbase/getlinkedcell/) | Gets and sets the linked cell. | +| [GetListFillRange()](../activexcontrolbase/getlistfillrange/) | Gets and sets the list fill range. | +| [GetMouseIcon()](../activexcontrolbase/getmouseicon/) | Gets and sets a custom icon to display as the mouse pointer for the control. | +| [GetMousePointer()](../activexcontrolbase/getmousepointer/) | Gets and sets the type of icon displayed as the mouse pointer for the control. | +| [GetPicture()](./getpicture/) | Gets and sets the data of the picture. | +| [GetPicturePosition()](./getpictureposition/) | Gets and set the location of the control's picture relative to its caption. | +| [GetShadow()](../activexcontrolbase/getshadow/) | Indicates whether to show a shadow. | +| [GetTakeFocusOnClick()](./gettakefocusonclick/) | Indicates whether the control takes the focus when clicked. | +| [GetTextAlign()](../activexcontrol/gettextalign/) | Represents how to align the text used by the control. | +| virtual [GetType()](./gettype/) | Gets the type of the ActiveX control. | +| [GetWidth()](../activexcontrolbase/getwidth/) | Gets and sets the width of the control in unit of points. | +| [GetWorkbook()](../activexcontrolbase/getworkbook/) | Gets the [Workbook](../../aspose.cells/workbook/) object. | +| [IsAutoSize()](../activexcontrol/isautosize/) | Indicates whether the control will automatically resize to display its entire contents. | +| [IsEnabled()](../activexcontrol/isenabled/) | Indicates whether the control can receive the focus and respond to user-generated events. | +| [IsLocked()](../activexcontrol/islocked/) | Indicates whether data in the control is locked for editing. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsTransparent()](../activexcontrol/istransparent/) | Indicates whether the control is transparent. | +| [IsVisible()](../activexcontrolbase/isvisible/) | Indicates whether this control is visible. | +| [IsWordWrapped()](./iswordwrapped/) | Indicates whether the contents of the control automatically wrap at the end of a line. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const CommandButtonActiveXControl\& src)](./operator_asm/) | operator= | +| [operator=(const ActiveXControl\& src)](../activexcontrol/operator_asm/) | operator= | +| [operator=(const ActiveXControlBase\& src)](../activexcontrolbase/operator_asm/) | operator= | +| [SetAccelerator(char16_t value)](./setaccelerator/) | Gets and sets the accelerator key for the control. | +| [SetBackOleColor(int32_t value)](../activexcontrolbase/setbackolecolor/) | Gets and sets the ole color of the background. | +| [SetCaption(const U16String\& value)](./setcaption/) | Gets and set the descriptive text that appears on a control. | +| [SetCaption(const char16_t* value)](./setcaption/) | Gets and set the descriptive text that appears on a control. | +| [SetForeOleColor(int32_t value)](../activexcontrolbase/setforeolecolor/) | Gets and sets the ole color of the foreground. | +| [SetHeight(double value)](../activexcontrolbase/setheight/) | Gets and sets the height of the control in unit of points. | +| [SetIMEMode(InputMethodEditorMode value)](../activexcontrol/setimemode/) | Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus. | +| [SetIsAutoSize(bool value)](../activexcontrol/setisautosize/) | Indicates whether the control will automatically resize to display its entire contents. | +| [SetIsEnabled(bool value)](../activexcontrol/setisenabled/) | Indicates whether the control can receive the focus and respond to user-generated events. | +| [SetIsLocked(bool value)](../activexcontrol/setislocked/) | Indicates whether data in the control is locked for editing. | +| [SetIsTransparent(bool value)](../activexcontrol/setistransparent/) | Indicates whether the control is transparent. | +| [SetIsVisible(bool value)](../activexcontrolbase/setisvisible/) | Indicates whether this control is visible. | +| [SetIsWordWrapped(bool value)](./setiswordwrapped/) | Indicates whether the contents of the control automatically wrap at the end of a line. | +| [SetLinkedCell(const U16String\& value)](../activexcontrolbase/setlinkedcell/) | Gets and sets the linked cell. | +| [SetLinkedCell(const char16_t* value)](../activexcontrolbase/setlinkedcell/) | Gets and sets the linked cell. | +| [SetListFillRange(const U16String\& value)](../activexcontrolbase/setlistfillrange/) | Gets and sets the list fill range. | +| [SetListFillRange(const char16_t* value)](../activexcontrolbase/setlistfillrange/) | Gets and sets the list fill range. | +| [SetMouseIcon(const Vector \\& value)](../activexcontrolbase/setmouseicon/) | Gets and sets a custom icon to display as the mouse pointer for the control. | +| [SetMousePointer(ControlMousePointerType value)](../activexcontrolbase/setmousepointer/) | Gets and sets the type of icon displayed as the mouse pointer for the control. | +| [SetPicture(const Vector \\& value)](./setpicture/) | Gets and sets the data of the picture. | +| [SetPicturePosition(ControlPicturePositionType value)](./setpictureposition/) | Gets and set the location of the control's picture relative to its caption. | +| [SetShadow(bool value)](../activexcontrolbase/setshadow/) | Indicates whether to show a shadow. | +| [SetTakeFocusOnClick(bool value)](./settakefocusonclick/) | Indicates whether the control takes the focus when clicked. | +| [SetTextAlign(TextAlignmentType value)](../activexcontrol/settextalign/) | Represents how to align the text used by the control. | +| [SetWidth(double value)](../activexcontrolbase/setwidth/) | Gets and sets the width of the control in unit of points. | +| [~ActiveXControl()](../activexcontrol/~activexcontrol/) | Destructor. | +| [~ActiveXControlBase()](../activexcontrolbase/~activexcontrolbase/) | Destructor. | +| [~CommandButtonActiveXControl()](./~commandbuttonactivexcontrol/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [ActiveXControl](../activexcontrol/) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/commandbuttonactivexcontrol/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/commandbuttonactivexcontrol/_index.md new file mode 100644 index 00000000000..686d6438e2e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/commandbuttonactivexcontrol/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::CommandButtonActiveXControl constructor +linktitle: CommandButtonActiveXControl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::CommandButtonActiveXControl constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/commandbuttonactivexcontrol/ +--- +## CommandButtonActiveXControl::CommandButtonActiveXControl(CommandButtonActiveXControl_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::CommandButtonActiveXControl(CommandButtonActiveXControl_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CommandButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) +## CommandButtonActiveXControl::CommandButtonActiveXControl(const CommandButtonActiveXControl\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::CommandButtonActiveXControl(const CommandButtonActiveXControl &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CommandButtonActiveXControl](../) +* Class [CommandButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) +## CommandButtonActiveXControl::CommandButtonActiveXControl(const ActiveXControl\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::CommandButtonActiveXControl(const ActiveXControl &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ActiveXControl](../../activexcontrol/) +* Class [CommandButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/getaccelerator/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/getaccelerator/_index.md new file mode 100644 index 00000000000..466b9f77650 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/getaccelerator/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::GetAccelerator method +linktitle: GetAccelerator +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::GetAccelerator method. Gets and sets the accelerator key for the control in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/getaccelerator/ +--- +## CommandButtonActiveXControl::GetAccelerator method + + +Gets and sets the accelerator key for the control. + +```cpp +char16_t Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::GetAccelerator() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CommandButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/getcaption/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/getcaption/_index.md new file mode 100644 index 00000000000..6b844a797be --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/getcaption/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::GetCaption method +linktitle: GetCaption +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::GetCaption method. Gets and set the descriptive text that appears on a control in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/getcaption/ +--- +## CommandButtonActiveXControl::GetCaption method + + +Gets and set the descriptive text that appears on a control. + +```cpp +U16String Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::GetCaption() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [CommandButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/getpicture/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/getpicture/_index.md new file mode 100644 index 00000000000..034d468a3c2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/getpicture/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::GetPicture method +linktitle: GetPicture +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::GetPicture method. Gets and sets the data of the picture in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/getpicture/ +--- +## CommandButtonActiveXControl::GetPicture method + + +Gets and sets the data of the picture. + +```cpp +Vector Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::GetPicture() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CommandButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/getpictureposition/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/getpictureposition/_index.md new file mode 100644 index 00000000000..e2b7caba7e7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/getpictureposition/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::GetPicturePosition method +linktitle: GetPicturePosition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::GetPicturePosition method. Gets and set the location of the control''s picture relative to its caption in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/getpictureposition/ +--- +## CommandButtonActiveXControl::GetPicturePosition method + + +Gets and set the location of the control's picture relative to its caption. + +```cpp +ControlPicturePositionType Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::GetPicturePosition() +``` + +## See Also + +* Enum [ControlPicturePositionType](../../controlpicturepositiontype/) +* Class [CommandButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/gettakefocusonclick/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/gettakefocusonclick/_index.md new file mode 100644 index 00000000000..30be02d83cd --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/gettakefocusonclick/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::GetTakeFocusOnClick method +linktitle: GetTakeFocusOnClick +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::GetTakeFocusOnClick method. Indicates whether the control takes the focus when clicked in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/gettakefocusonclick/ +--- +## CommandButtonActiveXControl::GetTakeFocusOnClick method + + +Indicates whether the control takes the focus when clicked. + +```cpp +bool Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::GetTakeFocusOnClick() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CommandButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/gettype/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/gettype/_index.md new file mode 100644 index 00000000000..c8e7a86631d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::GetType method. Gets the type of the ActiveX control in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/gettype/ +--- +## CommandButtonActiveXControl::GetType method + + +Gets the type of the ActiveX control. + +```cpp +ControlType Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::GetType() +``` + +## See Also + +* Enum [ControlType](../../controltype/) +* Class [CommandButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/isnull/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/isnull/_index.md new file mode 100644 index 00000000000..521648d4f0e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/isnull/ +--- +## CommandButtonActiveXControl::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CommandButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/iswordwrapped/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/iswordwrapped/_index.md new file mode 100644 index 00000000000..94a3f424dba --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/iswordwrapped/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::IsWordWrapped method +linktitle: IsWordWrapped +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::IsWordWrapped method. Indicates whether the contents of the control automatically wrap at the end of a line in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/iswordwrapped/ +--- +## CommandButtonActiveXControl::IsWordWrapped method + + +Indicates whether the contents of the control automatically wrap at the end of a line. + +```cpp +bool Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::IsWordWrapped() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CommandButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/operator_asm/_index.md new file mode 100644 index 00000000000..a7b62ce80ed --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/operator_asm/ +--- +## CommandButtonActiveXControl::operator= method + + +operator= + +```cpp +CommandButtonActiveXControl & Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::operator=(const CommandButtonActiveXControl &src) +``` + +## See Also + +* Class [CommandButtonActiveXControl](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [CommandButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/operator_bool/_index.md new file mode 100644 index 00000000000..3620a052325 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/operator_bool/ +--- +## CommandButtonActiveXControl::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [CommandButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/setaccelerator/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/setaccelerator/_index.md new file mode 100644 index 00000000000..092d16bd103 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/setaccelerator/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::SetAccelerator method +linktitle: SetAccelerator +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::SetAccelerator method. Gets and sets the accelerator key for the control in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/setaccelerator/ +--- +## CommandButtonActiveXControl::SetAccelerator method + + +Gets and sets the accelerator key for the control. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::SetAccelerator(char16_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CommandButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/setcaption/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/setcaption/_index.md new file mode 100644 index 00000000000..48ceba01a15 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/setcaption/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::SetCaption method +linktitle: SetCaption +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::SetCaption method. Gets and set the descriptive text that appears on a control in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/setcaption/ +--- +## CommandButtonActiveXControl::SetCaption(const U16String\&) method + + +Gets and set the descriptive text that appears on a control. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::SetCaption(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [CommandButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) +## CommandButtonActiveXControl::SetCaption(const char16_t*) method + + +Gets and set the descriptive text that appears on a control. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::SetCaption(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CommandButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/setiswordwrapped/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/setiswordwrapped/_index.md new file mode 100644 index 00000000000..d71724d719d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/setiswordwrapped/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::SetIsWordWrapped method +linktitle: SetIsWordWrapped +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::SetIsWordWrapped method. Indicates whether the contents of the control automatically wrap at the end of a line in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/setiswordwrapped/ +--- +## CommandButtonActiveXControl::SetIsWordWrapped method + + +Indicates whether the contents of the control automatically wrap at the end of a line. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::SetIsWordWrapped(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CommandButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/setpicture/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/setpicture/_index.md new file mode 100644 index 00000000000..5d6da3b3107 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/setpicture/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::SetPicture method +linktitle: SetPicture +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::SetPicture method. Gets and sets the data of the picture in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/setpicture/ +--- +## CommandButtonActiveXControl::SetPicture method + + +Gets and sets the data of the picture. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::SetPicture(const Vector &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CommandButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/setpictureposition/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/setpictureposition/_index.md new file mode 100644 index 00000000000..99b53c86e0a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/setpictureposition/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::SetPicturePosition method +linktitle: SetPicturePosition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::SetPicturePosition method. Gets and set the location of the control''s picture relative to its caption in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/setpictureposition/ +--- +## CommandButtonActiveXControl::SetPicturePosition method + + +Gets and set the location of the control's picture relative to its caption. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::SetPicturePosition(ControlPicturePositionType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ControlPicturePositionType](../../controlpicturepositiontype/) +* Class [CommandButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/settakefocusonclick/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/settakefocusonclick/_index.md new file mode 100644 index 00000000000..e5c3fffb3c5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/settakefocusonclick/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::SetTakeFocusOnClick method +linktitle: SetTakeFocusOnClick +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::SetTakeFocusOnClick method. Indicates whether the control takes the focus when clicked in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/settakefocusonclick/ +--- +## CommandButtonActiveXControl::SetTakeFocusOnClick method + + +Indicates whether the control takes the focus when clicked. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::SetTakeFocusOnClick(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CommandButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/~commandbuttonactivexcontrol/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/~commandbuttonactivexcontrol/_index.md new file mode 100644 index 00000000000..b7db25cc001 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/~commandbuttonactivexcontrol/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::~CommandButtonActiveXControl method +linktitle: ~CommandButtonActiveXControl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::~CommandButtonActiveXControl method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol/~commandbuttonactivexcontrol/ +--- +## CommandButtonActiveXControl::~CommandButtonActiveXControl method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::CommandButtonActiveXControl::~CommandButtonActiveXControl() +``` + +## See Also + +* Class [CommandButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/controlbordertype/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/controlbordertype/_index.md new file mode 100644 index 00000000000..30c5929e342 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/controlbordertype/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ControlBorderType enum +linktitle: ControlBorderType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ControlBorderType enum. Represents the border type of the ActiveX control in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing.activexcontrols/controlbordertype/ +--- +## ControlBorderType enum + + +Represents the border type of the ActiveX control. + +```cpp +enum class ControlBorderType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| None | 0 |
No border. | +| Single | 1 |
The single line. | + +## See Also + +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/controlcaptionalignmenttype/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/controlcaptionalignmenttype/_index.md new file mode 100644 index 00000000000..1f3bbb72150 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/controlcaptionalignmenttype/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ControlCaptionAlignmentType enum +linktitle: ControlCaptionAlignmentType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ControlCaptionAlignmentType enum. Represents the position of the Caption relative to the control in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing.activexcontrols/controlcaptionalignmenttype/ +--- +## ControlCaptionAlignmentType enum + + +Represents the position of the Caption relative to the control. + +```cpp +enum class ControlCaptionAlignmentType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Left | 0 |
The left of the control. | +| Right | 1 |
The right of the control. | + +## See Also + +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/controlliststyle/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/controlliststyle/_index.md new file mode 100644 index 00000000000..b6ec26ea03f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/controlliststyle/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ControlListStyle enum +linktitle: ControlListStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ControlListStyle enum. Represents the visual appearance of the list in a ListBox or ComboBox in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.drawing.activexcontrols/controlliststyle/ +--- +## ControlListStyle enum + + +Represents the visual appearance of the list in a [ListBox](../../aspose.cells.drawing/listbox/) or [ComboBox](../../aspose.cells.drawing/combobox/). + +```cpp +enum class ControlListStyle +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Plain | 0 |
Displays a list in which the background of an item is highlighted when it is selected. | +| Option | 1 |
Displays a list in which an option button or a checkbox next to each entry displays the selection state of that item. | + +## See Also + +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/controlmatchentrytype/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/controlmatchentrytype/_index.md new file mode 100644 index 00000000000..61a8d818fe2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/controlmatchentrytype/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ControlMatchEntryType enum +linktitle: ControlMatchEntryType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ControlMatchEntryType enum. Represents how a ListBox or ComboBox searches its list as the user types in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.drawing.activexcontrols/controlmatchentrytype/ +--- +## ControlMatchEntryType enum + + +Represents how a [ListBox](../../aspose.cells.drawing/listbox/) or [ComboBox](../../aspose.cells.drawing/combobox/) searches its list as the user types. + +```cpp +enum class ControlMatchEntryType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| FirstLetter | 0 |
The control searches for the next entry that starts with the character entered. Repeatedly typing the same letter cycles through all entries beginning with that letter. | +| Complete | 1 |
As each character is typed, the control searches for an entry matching all characters entered. | +| None | 2 |
The list will not be searched when characters are typed. | + +## See Also + +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/controlmousepointertype/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/controlmousepointertype/_index.md new file mode 100644 index 00000000000..041a7ecd79f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/controlmousepointertype/_index.md @@ -0,0 +1,42 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ControlMousePointerType enum +linktitle: ControlMousePointerType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ControlMousePointerType enum. Represents the type of icon displayed as the mouse pointer for the control in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.drawing.activexcontrols/controlmousepointertype/ +--- +## ControlMousePointerType enum + + +Represents the type of icon displayed as the mouse pointer for the control. + +```cpp +enum class ControlMousePointerType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Default | 0 |
Standard pointer. | +| Arrow | 1 |
Arrow. | +| Cross | 2 |
Cross-hair pointer. | +| IBeam | 3 |
I-beam. | +| SizeNESW | 6 |
Double arrow pointing northeast and southwest. | +| SizeNS | 7 |
Double arrow pointing north and south. | +| SizeNWSE | 8 |
Double arrow pointing northwest and southeast. | +| SizeWE | 9 |
Double arrow pointing west and east. | +| UpArrow | 10 |
Up arrow. | +| HourGlass | 11 |
Hourglass. | +| NoDrop | 12 |
"Not" symbol (circle with a diagonal line) on top of the object being dragged. | +| AppStarting | 13 |
Arrow with an hourglass. | +| Help | 14 |
Arrow with a question mark. | +| SizeAll | 15 |
"Size-all" cursor (arrows pointing north, south, east, and west). | +| Custom | 99 |
Uses the icon specified by the MouseIcon property. | + +## See Also + +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/controlpicturealignmenttype/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/controlpicturealignmenttype/_index.md new file mode 100644 index 00000000000..077d20cc00d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/controlpicturealignmenttype/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ControlPictureAlignmentType enum +linktitle: ControlPictureAlignmentType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ControlPictureAlignmentType enum. Represents the alignment of the picture inside the Form or Image in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.drawing.activexcontrols/controlpicturealignmenttype/ +--- +## ControlPictureAlignmentType enum + + +Represents the alignment of the picture inside the Form or Image. + +```cpp +enum class ControlPictureAlignmentType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| TopLeft | 0 |
The top left corner. | +| TopRight | 1 |
The top right corner. | +| Center | 2 |
The center. | +| BottomLeft | 3 |
The bottom left corner. | +| BottomRight | 4 |
The bottom right corner. | + +## See Also + +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/controlpicturepositiontype/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/controlpicturepositiontype/_index.md new file mode 100644 index 00000000000..cf57e61439c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/controlpicturepositiontype/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ControlPicturePositionType enum +linktitle: ControlPicturePositionType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ControlPicturePositionType enum. Represents the location of the control''s picture relative to its caption in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.drawing.activexcontrols/controlpicturepositiontype/ +--- +## ControlPicturePositionType enum + + +Represents the location of the control's picture relative to its caption. + +```cpp +enum class ControlPicturePositionType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| LeftTop | 131072 |
The picture appears to the left of the caption. The caption is aligned with the top of the picture. | +| LeftCenter | 327683 |
The picture appears to the left of the caption. The caption is centered relative to the picture. | +| LeftBottom | 524294 |
The picture appears to the left of the caption. The caption is aligned with the bottom of the picture. | +| RightTop | 2 |
The picture appears to the right of the caption. The caption is aligned with the top of the picture. | +| RightCenter | 196613 |
The picture appears to the right of the caption. The caption is centered relative to the picture. | +| RightBottom | 393224 |
The picture appears to the right of the caption. The caption is aligned with the bottom of the picture. | +| AboveLeft | 393216 |
The picture appears above the caption. The caption is aligned with the left edge of the picture. | +| AboveCenter | 458753 |
The picture appears above the caption. The caption is centered below the picture. | +| AboveRight | 524290 |
The picture appears above the caption. The caption is aligned with the right edge of the picture. | +| BelowLeft | 6 |
The picture appears below the caption. The caption is aligned with the left edge of the picture. | +| BelowCenter | 65543 |
The picture appears below the caption. The caption is centered above the picture. | +| BelowRight | 131080 |
The picture appears below the caption. The caption is aligned with the right edge of the picture. | +| Center | 262148 |
The picture appears in the center of the control. The caption is centered horizontally and vertically on top of the picture. | + +## See Also + +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/controlpicturesizemode/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/controlpicturesizemode/_index.md new file mode 100644 index 00000000000..a9ea6ccf7f8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/controlpicturesizemode/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ControlPictureSizeMode enum +linktitle: ControlPictureSizeMode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ControlPictureSizeMode enum. Represents how to display the picture in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.drawing.activexcontrols/controlpicturesizemode/ +--- +## ControlPictureSizeMode enum + + +Represents how to display the picture. + +```cpp +enum class ControlPictureSizeMode +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Clip | 0 |
Crops any part of the picture that is larger than the control's boundaries. | +| Stretch | 1 |
Stretches the picture to fill the control's area. This setting distorts the picture in either the horizontal or vertical direction. | +| Zoom | 3 |
Enlarges the picture, but does not distort the picture in either the horizontal or vertical direction. | + +## See Also + +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/controlscrollbartype/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/controlscrollbartype/_index.md new file mode 100644 index 00000000000..7b79148bcb1 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/controlscrollbartype/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ControlScrollBarType enum +linktitle: ControlScrollBarType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ControlScrollBarType enum. Represents the type of scroll bar in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.drawing.activexcontrols/controlscrollbartype/ +--- +## ControlScrollBarType enum + + +Represents the type of scroll bar. + +```cpp +enum class ControlScrollBarType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| None | 0 |
Displays no scroll bars. | +| Horizontal | 1 |
Displays a horizontal scroll bar. | +| BarsVertical | 2 |
Displays a vertical scroll bar. | +| BarsBoth | 3 |
Displays both a horizontal and a vertical scroll bar. | + +## See Also + +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/controlscrollorientation/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/controlscrollorientation/_index.md new file mode 100644 index 00000000000..7f96e412da0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/controlscrollorientation/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ControlScrollOrientation enum +linktitle: ControlScrollOrientation +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ControlScrollOrientation enum. Represents type of scroll orientation in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.drawing.activexcontrols/controlscrollorientation/ +--- +## ControlScrollOrientation enum + + +Represents type of scroll orientation. + +```cpp +enum class ControlScrollOrientation +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Auto | 3 |
Control is rendered horizontally when the control's width is greater than its height. Control is rendered vertically otherwise. | +| Vertical | 0 |
Control is rendered vertically. | +| Horizontal | 1 |
Control is rendered horizontally. | + +## See Also + +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/controlspecialeffecttype/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/controlspecialeffecttype/_index.md new file mode 100644 index 00000000000..1a6f39ee0f8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/controlspecialeffecttype/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ControlSpecialEffectType enum +linktitle: ControlSpecialEffectType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ControlSpecialEffectType enum. Represents the type of special effect in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.drawing.activexcontrols/controlspecialeffecttype/ +--- +## ControlSpecialEffectType enum + + +Represents the type of special effect. + +```cpp +enum class ControlSpecialEffectType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Flat | 0 |
Flat. | +| Raised | 1 |
Raised. | +| Sunken | 2 |
Sunken. | +| Etched | 3 |
Etched. | +| Bump | 6 |
Bump. | + +## See Also + +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/controltype/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/controltype/_index.md new file mode 100644 index 00000000000..dbf9cabf558 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/controltype/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ControlType enum +linktitle: ControlType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ControlType enum. Represents all type of ActiveX control in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.drawing.activexcontrols/controltype/ +--- +## ControlType enum + + +Represents all type of ActiveX control. + +```cpp +enum class ControlType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| CommandButton | 0 |
[Button](../../aspose.cells.drawing/button/). | +| ComboBox | 1 |
[ComboBox](../../aspose.cells.drawing/combobox/). | +| CheckBox | 2 |
[CheckBox](../../aspose.cells.drawing/checkbox/). | +| ListBox | 3 |
[ListBox](../../aspose.cells.drawing/listbox/). | +| TextBox | 4 |
[TextBox](../../aspose.cells.drawing/textbox/). | +| SpinButton | 5 |
[Spinner](../../aspose.cells.drawing/spinner/). | +| RadioButton | 6 |
[RadioButton](../../aspose.cells.drawing/radiobutton/). | +| Label | 7 |
[Label](../../aspose.cells.drawing/label/). | +| Image | 8 |
Image. | +| ToggleButton | 9 |
ToggleButton. | +| ScrollBar | 10 |
[ScrollBar](../../aspose.cells.drawing/scrollbar/). | +| BarCode | 11 |
[ScrollBar](../../aspose.cells.drawing/scrollbar/). | +| Unknown | 12 |
Unknown. | + +## See Also + +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/dropbuttonstyle/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/dropbuttonstyle/_index.md new file mode 100644 index 00000000000..041ba70ba50 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/dropbuttonstyle/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::DropButtonStyle enum +linktitle: DropButtonStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::DropButtonStyle enum. Represents the symbol displayed on the drop button in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells.drawing.activexcontrols/dropbuttonstyle/ +--- +## DropButtonStyle enum + + +Represents the symbol displayed on the drop button. + +```cpp +enum class DropButtonStyle +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Plain | 0 |
Displays a button with no symbol. | +| Arrow | 1 |
Displays a button with a down arrow. | +| Ellipsis | 2 |
Displays a button with an ellipsis (...). | +| Reduce | 3 |
Displays a button with a horizontal line like an underscore character. | + +## See Also + +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/_impl/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/_impl/_index.md new file mode 100644 index 00000000000..4fcff9325ed --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::_impl field. The implementation object in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ImageActiveXControl_Impl* Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::_impl +``` + +## See Also + +* Class [ImageActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/_index.md new file mode 100644 index 00000000000..15d27a013d1 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/_index.md @@ -0,0 +1,100 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl class +linktitle: ImageActiveXControl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl class. Represents the image control in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/ +--- +## ImageActiveXControl class + + +Represents the image control. + +```cpp +class ImageActiveXControl : public Aspose::Cells::Drawing::ActiveXControls::ActiveXControl +``` + +## Methods + +| Method | Description | +| --- | --- | +| [ActiveXControl(ActiveXControl_Impl* impl)](../activexcontrol/activexcontrol/) | Constructs from an implementation object. | +| [ActiveXControl(const ActiveXControl\& src)](../activexcontrol/activexcontrol/) | Copy constructor. | +| [ActiveXControl(const ActiveXControlBase\& src)](../activexcontrol/activexcontrol/) | Constructs from a parent object. | +| [ActiveXControlBase(ActiveXControlBase_Impl* impl)](../activexcontrolbase/activexcontrolbase/) | Constructs from an implementation object. | +| [ActiveXControlBase(const ActiveXControlBase\& src)](../activexcontrolbase/activexcontrolbase/) | Copy constructor. | +| [GetBackOleColor()](../activexcontrolbase/getbackolecolor/) | Gets and sets the ole color of the background. | +| [GetBorderOleColor()](./getborderolecolor/) | Gets and sets the ole color of the background. | +| [GetBorderStyle()](./getborderstyle/) | Gets and set the type of border used by the control. | +| [GetData()](../activexcontrol/getdata/) | Gets and sets the binary data of the control. | +| [GetFont()](../activexcontrol/getfont/) | Represents the font of the control. | +| [GetForeOleColor()](../activexcontrolbase/getforeolecolor/) | Gets and sets the ole color of the foreground. | +| [GetHeight()](../activexcontrolbase/getheight/) | Gets and sets the height of the control in unit of points. | +| [GetIMEMode()](../activexcontrol/getimemode/) | Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus. | +| [GetLinkedCell()](../activexcontrolbase/getlinkedcell/) | Gets and sets the linked cell. | +| [GetListFillRange()](../activexcontrolbase/getlistfillrange/) | Gets and sets the list fill range. | +| [GetMouseIcon()](../activexcontrolbase/getmouseicon/) | Gets and sets a custom icon to display as the mouse pointer for the control. | +| [GetMousePointer()](../activexcontrolbase/getmousepointer/) | Gets and sets the type of icon displayed as the mouse pointer for the control. | +| [GetPicture()](./getpicture/) | Gets and sets the data of the picture. | +| [GetPictureAlignment()](./getpicturealignment/) | Gets and sets the alignment of the picture inside the Form or Image. | +| [GetPictureSizeMode()](./getpicturesizemode/) | Gets and sets how to display the picture. | +| [GetShadow()](../activexcontrolbase/getshadow/) | Indicates whether to show a shadow. | +| [GetSpecialEffect()](./getspecialeffect/) | Gets and sets the special effect of the control. | +| [GetTextAlign()](../activexcontrol/gettextalign/) | Represents how to align the text used by the control. | +| virtual [GetType()](./gettype/) | Gets the type of the ActiveX control. | +| [GetWidth()](../activexcontrolbase/getwidth/) | Gets and sets the width of the control in unit of points. | +| [GetWorkbook()](../activexcontrolbase/getworkbook/) | Gets the [Workbook](../../aspose.cells/workbook/) object. | +| [ImageActiveXControl(ImageActiveXControl_Impl* impl)](./imageactivexcontrol/) | Constructs from an implementation object. | +| [ImageActiveXControl(const ImageActiveXControl\& src)](./imageactivexcontrol/) | Copy constructor. | +| [ImageActiveXControl(const ActiveXControl\& src)](./imageactivexcontrol/) | Constructs from a parent object. | +| [IsAutoSize()](./isautosize/) | Indicates whether the control will automatically resize to display its entire contents. | +| [IsEnabled()](../activexcontrol/isenabled/) | Indicates whether the control can receive the focus and respond to user-generated events. | +| [IsLocked()](../activexcontrol/islocked/) | Indicates whether data in the control is locked for editing. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsTiled()](./istiled/) | Indicates whether the picture is tiled across the background. | +| [IsTransparent()](../activexcontrol/istransparent/) | Indicates whether the control is transparent. | +| [IsVisible()](../activexcontrolbase/isvisible/) | Indicates whether this control is visible. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ImageActiveXControl\& src)](./operator_asm/) | operator= | +| [operator=(const ActiveXControl\& src)](../activexcontrol/operator_asm/) | operator= | +| [operator=(const ActiveXControlBase\& src)](../activexcontrolbase/operator_asm/) | operator= | +| [SetBackOleColor(int32_t value)](../activexcontrolbase/setbackolecolor/) | Gets and sets the ole color of the background. | +| [SetBorderOleColor(int32_t value)](./setborderolecolor/) | Gets and sets the ole color of the background. | +| [SetBorderStyle(ControlBorderType value)](./setborderstyle/) | Gets and set the type of border used by the control. | +| [SetForeOleColor(int32_t value)](../activexcontrolbase/setforeolecolor/) | Gets and sets the ole color of the foreground. | +| [SetHeight(double value)](../activexcontrolbase/setheight/) | Gets and sets the height of the control in unit of points. | +| [SetIMEMode(InputMethodEditorMode value)](../activexcontrol/setimemode/) | Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus. | +| [SetIsAutoSize(bool value)](./setisautosize/) | Indicates whether the control will automatically resize to display its entire contents. | +| [SetIsEnabled(bool value)](../activexcontrol/setisenabled/) | Indicates whether the control can receive the focus and respond to user-generated events. | +| [SetIsLocked(bool value)](../activexcontrol/setislocked/) | Indicates whether data in the control is locked for editing. | +| [SetIsTiled(bool value)](./setistiled/) | Indicates whether the picture is tiled across the background. | +| [SetIsTransparent(bool value)](../activexcontrol/setistransparent/) | Indicates whether the control is transparent. | +| [SetIsVisible(bool value)](../activexcontrolbase/setisvisible/) | Indicates whether this control is visible. | +| [SetLinkedCell(const U16String\& value)](../activexcontrolbase/setlinkedcell/) | Gets and sets the linked cell. | +| [SetLinkedCell(const char16_t* value)](../activexcontrolbase/setlinkedcell/) | Gets and sets the linked cell. | +| [SetListFillRange(const U16String\& value)](../activexcontrolbase/setlistfillrange/) | Gets and sets the list fill range. | +| [SetListFillRange(const char16_t* value)](../activexcontrolbase/setlistfillrange/) | Gets and sets the list fill range. | +| [SetMouseIcon(const Vector \\& value)](../activexcontrolbase/setmouseicon/) | Gets and sets a custom icon to display as the mouse pointer for the control. | +| [SetMousePointer(ControlMousePointerType value)](../activexcontrolbase/setmousepointer/) | Gets and sets the type of icon displayed as the mouse pointer for the control. | +| [SetPicture(const Vector \\& value)](./setpicture/) | Gets and sets the data of the picture. | +| [SetPictureAlignment(ControlPictureAlignmentType value)](./setpicturealignment/) | Gets and sets the alignment of the picture inside the Form or Image. | +| [SetPictureSizeMode(ControlPictureSizeMode value)](./setpicturesizemode/) | Gets and sets how to display the picture. | +| [SetShadow(bool value)](../activexcontrolbase/setshadow/) | Indicates whether to show a shadow. | +| [SetSpecialEffect(ControlSpecialEffectType value)](./setspecialeffect/) | Gets and sets the special effect of the control. | +| [SetTextAlign(TextAlignmentType value)](../activexcontrol/settextalign/) | Represents how to align the text used by the control. | +| [SetWidth(double value)](../activexcontrolbase/setwidth/) | Gets and sets the width of the control in unit of points. | +| [~ActiveXControl()](../activexcontrol/~activexcontrol/) | Destructor. | +| [~ActiveXControlBase()](../activexcontrolbase/~activexcontrolbase/) | Destructor. | +| [~ImageActiveXControl()](./~imageactivexcontrol/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [ActiveXControl](../activexcontrol/) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/getborderolecolor/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/getborderolecolor/_index.md new file mode 100644 index 00000000000..f1802d8af6e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/getborderolecolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::GetBorderOleColor method +linktitle: GetBorderOleColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::GetBorderOleColor method. Gets and sets the ole color of the background in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/getborderolecolor/ +--- +## ImageActiveXControl::GetBorderOleColor method + + +Gets and sets the ole color of the background. + +```cpp +int32_t Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::GetBorderOleColor() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/getborderstyle/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/getborderstyle/_index.md new file mode 100644 index 00000000000..3e480eff417 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/getborderstyle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::GetBorderStyle method +linktitle: GetBorderStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::GetBorderStyle method. Gets and set the type of border used by the control in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/getborderstyle/ +--- +## ImageActiveXControl::GetBorderStyle method + + +Gets and set the type of border used by the control. + +```cpp +ControlBorderType Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::GetBorderStyle() +``` + +## See Also + +* Enum [ControlBorderType](../../controlbordertype/) +* Class [ImageActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/getpicture/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/getpicture/_index.md new file mode 100644 index 00000000000..cfc74e3a749 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/getpicture/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::GetPicture method +linktitle: GetPicture +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::GetPicture method. Gets and sets the data of the picture in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/getpicture/ +--- +## ImageActiveXControl::GetPicture method + + +Gets and sets the data of the picture. + +```cpp +Vector Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::GetPicture() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/getpicturealignment/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/getpicturealignment/_index.md new file mode 100644 index 00000000000..76a6ea99b7d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/getpicturealignment/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::GetPictureAlignment method +linktitle: GetPictureAlignment +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::GetPictureAlignment method. Gets and sets the alignment of the picture inside the Form or Image in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/getpicturealignment/ +--- +## ImageActiveXControl::GetPictureAlignment method + + +Gets and sets the alignment of the picture inside the Form or Image. + +```cpp +ControlPictureAlignmentType Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::GetPictureAlignment() +``` + +## See Also + +* Enum [ControlPictureAlignmentType](../../controlpicturealignmenttype/) +* Class [ImageActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/getpicturesizemode/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/getpicturesizemode/_index.md new file mode 100644 index 00000000000..bb2e26f3788 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/getpicturesizemode/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::GetPictureSizeMode method +linktitle: GetPictureSizeMode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::GetPictureSizeMode method. Gets and sets how to display the picture in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/getpicturesizemode/ +--- +## ImageActiveXControl::GetPictureSizeMode method + + +Gets and sets how to display the picture. + +```cpp +ControlPictureSizeMode Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::GetPictureSizeMode() +``` + +## See Also + +* Enum [ControlPictureSizeMode](../../controlpicturesizemode/) +* Class [ImageActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/getspecialeffect/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/getspecialeffect/_index.md new file mode 100644 index 00000000000..1830801db5d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/getspecialeffect/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::GetSpecialEffect method +linktitle: GetSpecialEffect +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::GetSpecialEffect method. Gets and sets the special effect of the control in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/getspecialeffect/ +--- +## ImageActiveXControl::GetSpecialEffect method + + +Gets and sets the special effect of the control. + +```cpp +ControlSpecialEffectType Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::GetSpecialEffect() +``` + +## See Also + +* Enum [ControlSpecialEffectType](../../controlspecialeffecttype/) +* Class [ImageActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/gettype/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/gettype/_index.md new file mode 100644 index 00000000000..328cadd88cb --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::GetType method. Gets the type of the ActiveX control in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/gettype/ +--- +## ImageActiveXControl::GetType method + + +Gets the type of the ActiveX control. + +```cpp +ControlType Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::GetType() +``` + +## See Also + +* Enum [ControlType](../../controltype/) +* Class [ImageActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/imageactivexcontrol/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/imageactivexcontrol/_index.md new file mode 100644 index 00000000000..4e7b8a8b4ba --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/imageactivexcontrol/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::ImageActiveXControl constructor +linktitle: ImageActiveXControl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::ImageActiveXControl constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/imageactivexcontrol/ +--- +## ImageActiveXControl::ImageActiveXControl(ImageActiveXControl_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::ImageActiveXControl(ImageActiveXControl_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) +## ImageActiveXControl::ImageActiveXControl(const ImageActiveXControl\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::ImageActiveXControl(const ImageActiveXControl &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageActiveXControl](../) +* Class [ImageActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) +## ImageActiveXControl::ImageActiveXControl(const ActiveXControl\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::ImageActiveXControl(const ActiveXControl &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ActiveXControl](../../activexcontrol/) +* Class [ImageActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/isautosize/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/isautosize/_index.md new file mode 100644 index 00000000000..056d04d3be3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/isautosize/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::IsAutoSize method +linktitle: IsAutoSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::IsAutoSize method. Indicates whether the control will automatically resize to display its entire contents in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/isautosize/ +--- +## ImageActiveXControl::IsAutoSize method + + +Indicates whether the control will automatically resize to display its entire contents. + +```cpp +bool Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::IsAutoSize() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/isnull/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/isnull/_index.md new file mode 100644 index 00000000000..4b7c999bdb7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/isnull/ +--- +## ImageActiveXControl::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/istiled/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/istiled/_index.md new file mode 100644 index 00000000000..934e589a97b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/istiled/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::IsTiled method +linktitle: IsTiled +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::IsTiled method. Indicates whether the picture is tiled across the background in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/istiled/ +--- +## ImageActiveXControl::IsTiled method + + +Indicates whether the picture is tiled across the background. + +```cpp +bool Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::IsTiled() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/operator_asm/_index.md new file mode 100644 index 00000000000..f3b35740d9d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/operator_asm/ +--- +## ImageActiveXControl::operator= method + + +operator= + +```cpp +ImageActiveXControl & Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::operator=(const ImageActiveXControl &src) +``` + +## See Also + +* Class [ImageActiveXControl](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/operator_bool/_index.md new file mode 100644 index 00000000000..c1a22c35bb9 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/operator_bool/ +--- +## ImageActiveXControl::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ImageActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/setborderolecolor/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/setborderolecolor/_index.md new file mode 100644 index 00000000000..537bbf26630 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/setborderolecolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::SetBorderOleColor method +linktitle: SetBorderOleColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::SetBorderOleColor method. Gets and sets the ole color of the background in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/setborderolecolor/ +--- +## ImageActiveXControl::SetBorderOleColor method + + +Gets and sets the ole color of the background. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::SetBorderOleColor(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/setborderstyle/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/setborderstyle/_index.md new file mode 100644 index 00000000000..ab259ecb8f0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/setborderstyle/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::SetBorderStyle method +linktitle: SetBorderStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::SetBorderStyle method. Gets and set the type of border used by the control in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/setborderstyle/ +--- +## ImageActiveXControl::SetBorderStyle method + + +Gets and set the type of border used by the control. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::SetBorderStyle(ControlBorderType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ControlBorderType](../../controlbordertype/) +* Class [ImageActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/setisautosize/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/setisautosize/_index.md new file mode 100644 index 00000000000..52c06b57c90 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/setisautosize/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::SetIsAutoSize method +linktitle: SetIsAutoSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::SetIsAutoSize method. Indicates whether the control will automatically resize to display its entire contents in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/setisautosize/ +--- +## ImageActiveXControl::SetIsAutoSize method + + +Indicates whether the control will automatically resize to display its entire contents. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::SetIsAutoSize(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/setistiled/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/setistiled/_index.md new file mode 100644 index 00000000000..ba26cd66807 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/setistiled/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::SetIsTiled method +linktitle: SetIsTiled +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::SetIsTiled method. Indicates whether the picture is tiled across the background in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/setistiled/ +--- +## ImageActiveXControl::SetIsTiled method + + +Indicates whether the picture is tiled across the background. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::SetIsTiled(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/setpicture/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/setpicture/_index.md new file mode 100644 index 00000000000..5cffe62b384 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/setpicture/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::SetPicture method +linktitle: SetPicture +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::SetPicture method. Gets and sets the data of the picture in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/setpicture/ +--- +## ImageActiveXControl::SetPicture method + + +Gets and sets the data of the picture. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::SetPicture(const Vector &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/setpicturealignment/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/setpicturealignment/_index.md new file mode 100644 index 00000000000..1b58bdca630 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/setpicturealignment/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::SetPictureAlignment method +linktitle: SetPictureAlignment +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::SetPictureAlignment method. Gets and sets the alignment of the picture inside the Form or Image in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/setpicturealignment/ +--- +## ImageActiveXControl::SetPictureAlignment method + + +Gets and sets the alignment of the picture inside the Form or Image. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::SetPictureAlignment(ControlPictureAlignmentType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ControlPictureAlignmentType](../../controlpicturealignmenttype/) +* Class [ImageActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/setpicturesizemode/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/setpicturesizemode/_index.md new file mode 100644 index 00000000000..70f84bf61ae --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/setpicturesizemode/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::SetPictureSizeMode method +linktitle: SetPictureSizeMode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::SetPictureSizeMode method. Gets and sets how to display the picture in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/setpicturesizemode/ +--- +## ImageActiveXControl::SetPictureSizeMode method + + +Gets and sets how to display the picture. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::SetPictureSizeMode(ControlPictureSizeMode value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ControlPictureSizeMode](../../controlpicturesizemode/) +* Class [ImageActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/setspecialeffect/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/setspecialeffect/_index.md new file mode 100644 index 00000000000..b680f6aa46f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/setspecialeffect/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::SetSpecialEffect method +linktitle: SetSpecialEffect +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::SetSpecialEffect method. Gets and sets the special effect of the control in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/setspecialeffect/ +--- +## ImageActiveXControl::SetSpecialEffect method + + +Gets and sets the special effect of the control. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::SetSpecialEffect(ControlSpecialEffectType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ControlSpecialEffectType](../../controlspecialeffecttype/) +* Class [ImageActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/~imageactivexcontrol/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/~imageactivexcontrol/_index.md new file mode 100644 index 00000000000..c89e7daa016 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/~imageactivexcontrol/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::~ImageActiveXControl method +linktitle: ~ImageActiveXControl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::~ImageActiveXControl method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing.activexcontrols/imageactivexcontrol/~imageactivexcontrol/ +--- +## ImageActiveXControl::~ImageActiveXControl method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::ImageActiveXControl::~ImageActiveXControl() +``` + +## See Also + +* Class [ImageActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/inputmethodeditormode/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/inputmethodeditormode/_index.md new file mode 100644 index 00000000000..6500ef0d2a7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/inputmethodeditormode/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::InputMethodEditorMode enum +linktitle: InputMethodEditorMode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::InputMethodEditorMode enum. Represents the default run-time mode of the Input Method Editor in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells.drawing.activexcontrols/inputmethodeditormode/ +--- +## InputMethodEditorMode enum + + +Represents the default run-time mode of the Input Method Editor. + +```cpp +enum class InputMethodEditorMode +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| NoControl | 0 |
Does not control IME. | +| On | 1 |
IME on. | +| Off | 2 |
IME off. English mode. | +| Disable | 3 |
IME off.User can't turn on IME by keyboard. | +| Hiragana | 4 |
IME on with Full-width hiragana mode. | +| Katakana | 5 |
IME on with Full-width katakana mode. | +| KatakanaHalf | 6 |
IME on with Half-width katakana mode. | +| AlphaFull | 7 |
IME on with Full-width Alphanumeric mode. | +| Alpha | 8 |
IME on with Half-width Alphanumeric mode. | +| HangulFull | 9 |
IME on with Full-width hangul mode. | +| Hangul | 10 |
IME on with Half-width hangul mode. | +| HanziFull | 11 |
IME on with Full-width hanzi mode. | +| Hanzi | 12 |
IME on with Half-width hanzi mode. | + +## See Also + +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/_impl/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/_impl/_index.md new file mode 100644 index 00000000000..fefa40a2a8e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::_impl field. The implementation object in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +LabelActiveXControl_Impl* Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::_impl +``` + +## See Also + +* Class [LabelActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/_index.md new file mode 100644 index 00000000000..74158bf7817 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/_index.md @@ -0,0 +1,103 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl class +linktitle: LabelActiveXControl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl class. Represents the label ActiveX control in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/ +--- +## LabelActiveXControl class + + +Represents the label ActiveX control. + +```cpp +class LabelActiveXControl : public Aspose::Cells::Drawing::ActiveXControls::ActiveXControl +``` + +## Methods + +| Method | Description | +| --- | --- | +| [ActiveXControl(ActiveXControl_Impl* impl)](../activexcontrol/activexcontrol/) | Constructs from an implementation object. | +| [ActiveXControl(const ActiveXControl\& src)](../activexcontrol/activexcontrol/) | Copy constructor. | +| [ActiveXControl(const ActiveXControlBase\& src)](../activexcontrol/activexcontrol/) | Constructs from a parent object. | +| [ActiveXControlBase(ActiveXControlBase_Impl* impl)](../activexcontrolbase/activexcontrolbase/) | Constructs from an implementation object. | +| [ActiveXControlBase(const ActiveXControlBase\& src)](../activexcontrolbase/activexcontrolbase/) | Copy constructor. | +| [GetAccelerator()](./getaccelerator/) | Gets and sets the accelerator key for the control. | +| [GetBackOleColor()](../activexcontrolbase/getbackolecolor/) | Gets and sets the ole color of the background. | +| [GetBorderOleColor()](./getborderolecolor/) | Gets and sets the ole color of the background. | +| [GetBorderStyle()](./getborderstyle/) | Gets and set the type of border used by the control. | +| [GetCaption()](./getcaption/) | Gets and set the descriptive text that appears on a control. | +| [GetData()](../activexcontrol/getdata/) | Gets and sets the binary data of the control. | +| [GetFont()](../activexcontrol/getfont/) | Represents the font of the control. | +| [GetForeOleColor()](../activexcontrolbase/getforeolecolor/) | Gets and sets the ole color of the foreground. | +| [GetHeight()](../activexcontrolbase/getheight/) | Gets and sets the height of the control in unit of points. | +| [GetIMEMode()](../activexcontrol/getimemode/) | Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus. | +| [GetLinkedCell()](../activexcontrolbase/getlinkedcell/) | Gets and sets the linked cell. | +| [GetListFillRange()](../activexcontrolbase/getlistfillrange/) | Gets and sets the list fill range. | +| [GetMouseIcon()](../activexcontrolbase/getmouseicon/) | Gets and sets a custom icon to display as the mouse pointer for the control. | +| [GetMousePointer()](../activexcontrolbase/getmousepointer/) | Gets and sets the type of icon displayed as the mouse pointer for the control. | +| [GetPicture()](./getpicture/) | Gets and sets the data of the picture. | +| [GetPicturePosition()](./getpictureposition/) | Gets and set the location of the control's picture relative to its caption. | +| [GetShadow()](../activexcontrolbase/getshadow/) | Indicates whether to show a shadow. | +| [GetSpecialEffect()](./getspecialeffect/) | Gets and sets the special effect of the control. | +| [GetTextAlign()](../activexcontrol/gettextalign/) | Represents how to align the text used by the control. | +| virtual [GetType()](./gettype/) | Gets the type of the ActiveX control. | +| [GetWidth()](../activexcontrolbase/getwidth/) | Gets and sets the width of the control in unit of points. | +| [GetWorkbook()](../activexcontrolbase/getworkbook/) | Gets the [Workbook](../../aspose.cells/workbook/) object. | +| [IsAutoSize()](../activexcontrol/isautosize/) | Indicates whether the control will automatically resize to display its entire contents. | +| [IsEnabled()](../activexcontrol/isenabled/) | Indicates whether the control can receive the focus and respond to user-generated events. | +| [IsLocked()](../activexcontrol/islocked/) | Indicates whether data in the control is locked for editing. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsTransparent()](../activexcontrol/istransparent/) | Indicates whether the control is transparent. | +| [IsVisible()](../activexcontrolbase/isvisible/) | Indicates whether this control is visible. | +| [IsWordWrapped()](./iswordwrapped/) | Indicates whether the contents of the control automatically wrap at the end of a line. | +| [LabelActiveXControl(LabelActiveXControl_Impl* impl)](./labelactivexcontrol/) | Constructs from an implementation object. | +| [LabelActiveXControl(const LabelActiveXControl\& src)](./labelactivexcontrol/) | Copy constructor. | +| [LabelActiveXControl(const ActiveXControl\& src)](./labelactivexcontrol/) | Constructs from a parent object. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const LabelActiveXControl\& src)](./operator_asm/) | operator= | +| [operator=(const ActiveXControl\& src)](../activexcontrol/operator_asm/) | operator= | +| [operator=(const ActiveXControlBase\& src)](../activexcontrolbase/operator_asm/) | operator= | +| [SetAccelerator(char16_t value)](./setaccelerator/) | Gets and sets the accelerator key for the control. | +| [SetBackOleColor(int32_t value)](../activexcontrolbase/setbackolecolor/) | Gets and sets the ole color of the background. | +| [SetBorderOleColor(int32_t value)](./setborderolecolor/) | Gets and sets the ole color of the background. | +| [SetBorderStyle(ControlBorderType value)](./setborderstyle/) | Gets and set the type of border used by the control. | +| [SetCaption(const U16String\& value)](./setcaption/) | Gets and set the descriptive text that appears on a control. | +| [SetCaption(const char16_t* value)](./setcaption/) | Gets and set the descriptive text that appears on a control. | +| [SetForeOleColor(int32_t value)](../activexcontrolbase/setforeolecolor/) | Gets and sets the ole color of the foreground. | +| [SetHeight(double value)](../activexcontrolbase/setheight/) | Gets and sets the height of the control in unit of points. | +| [SetIMEMode(InputMethodEditorMode value)](../activexcontrol/setimemode/) | Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus. | +| [SetIsAutoSize(bool value)](../activexcontrol/setisautosize/) | Indicates whether the control will automatically resize to display its entire contents. | +| [SetIsEnabled(bool value)](../activexcontrol/setisenabled/) | Indicates whether the control can receive the focus and respond to user-generated events. | +| [SetIsLocked(bool value)](../activexcontrol/setislocked/) | Indicates whether data in the control is locked for editing. | +| [SetIsTransparent(bool value)](../activexcontrol/setistransparent/) | Indicates whether the control is transparent. | +| [SetIsVisible(bool value)](../activexcontrolbase/setisvisible/) | Indicates whether this control is visible. | +| [SetIsWordWrapped(bool value)](./setiswordwrapped/) | Indicates whether the contents of the control automatically wrap at the end of a line. | +| [SetLinkedCell(const U16String\& value)](../activexcontrolbase/setlinkedcell/) | Gets and sets the linked cell. | +| [SetLinkedCell(const char16_t* value)](../activexcontrolbase/setlinkedcell/) | Gets and sets the linked cell. | +| [SetListFillRange(const U16String\& value)](../activexcontrolbase/setlistfillrange/) | Gets and sets the list fill range. | +| [SetListFillRange(const char16_t* value)](../activexcontrolbase/setlistfillrange/) | Gets and sets the list fill range. | +| [SetMouseIcon(const Vector \\& value)](../activexcontrolbase/setmouseicon/) | Gets and sets a custom icon to display as the mouse pointer for the control. | +| [SetMousePointer(ControlMousePointerType value)](../activexcontrolbase/setmousepointer/) | Gets and sets the type of icon displayed as the mouse pointer for the control. | +| [SetPicture(const Vector \\& value)](./setpicture/) | Gets and sets the data of the picture. | +| [SetPicturePosition(ControlPicturePositionType value)](./setpictureposition/) | Gets and set the location of the control's picture relative to its caption. | +| [SetShadow(bool value)](../activexcontrolbase/setshadow/) | Indicates whether to show a shadow. | +| [SetSpecialEffect(ControlSpecialEffectType value)](./setspecialeffect/) | Gets and sets the special effect of the control. | +| [SetTextAlign(TextAlignmentType value)](../activexcontrol/settextalign/) | Represents how to align the text used by the control. | +| [SetWidth(double value)](../activexcontrolbase/setwidth/) | Gets and sets the width of the control in unit of points. | +| [~ActiveXControl()](../activexcontrol/~activexcontrol/) | Destructor. | +| [~ActiveXControlBase()](../activexcontrolbase/~activexcontrolbase/) | Destructor. | +| [~LabelActiveXControl()](./~labelactivexcontrol/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [ActiveXControl](../activexcontrol/) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/getaccelerator/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/getaccelerator/_index.md new file mode 100644 index 00000000000..af78ca29b9b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/getaccelerator/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::GetAccelerator method +linktitle: GetAccelerator +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::GetAccelerator method. Gets and sets the accelerator key for the control in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/getaccelerator/ +--- +## LabelActiveXControl::GetAccelerator method + + +Gets and sets the accelerator key for the control. + +```cpp +char16_t Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::GetAccelerator() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LabelActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/getborderolecolor/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/getborderolecolor/_index.md new file mode 100644 index 00000000000..bcf6fc2c8fb --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/getborderolecolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::GetBorderOleColor method +linktitle: GetBorderOleColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::GetBorderOleColor method. Gets and sets the ole color of the background in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/getborderolecolor/ +--- +## LabelActiveXControl::GetBorderOleColor method + + +Gets and sets the ole color of the background. + +```cpp +int32_t Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::GetBorderOleColor() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LabelActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/getborderstyle/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/getborderstyle/_index.md new file mode 100644 index 00000000000..51db9c61319 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/getborderstyle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::GetBorderStyle method +linktitle: GetBorderStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::GetBorderStyle method. Gets and set the type of border used by the control in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/getborderstyle/ +--- +## LabelActiveXControl::GetBorderStyle method + + +Gets and set the type of border used by the control. + +```cpp +ControlBorderType Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::GetBorderStyle() +``` + +## See Also + +* Enum [ControlBorderType](../../controlbordertype/) +* Class [LabelActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/getcaption/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/getcaption/_index.md new file mode 100644 index 00000000000..5cf45dec60d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/getcaption/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::GetCaption method +linktitle: GetCaption +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::GetCaption method. Gets and set the descriptive text that appears on a control in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/getcaption/ +--- +## LabelActiveXControl::GetCaption method + + +Gets and set the descriptive text that appears on a control. + +```cpp +U16String Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::GetCaption() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [LabelActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/getpicture/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/getpicture/_index.md new file mode 100644 index 00000000000..2dc56bc4cb4 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/getpicture/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::GetPicture method +linktitle: GetPicture +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::GetPicture method. Gets and sets the data of the picture in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/getpicture/ +--- +## LabelActiveXControl::GetPicture method + + +Gets and sets the data of the picture. + +```cpp +Vector Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::GetPicture() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LabelActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/getpictureposition/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/getpictureposition/_index.md new file mode 100644 index 00000000000..739d9f65423 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/getpictureposition/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::GetPicturePosition method +linktitle: GetPicturePosition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::GetPicturePosition method. Gets and set the location of the control''s picture relative to its caption in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/getpictureposition/ +--- +## LabelActiveXControl::GetPicturePosition method + + +Gets and set the location of the control's picture relative to its caption. + +```cpp +ControlPicturePositionType Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::GetPicturePosition() +``` + +## See Also + +* Enum [ControlPicturePositionType](../../controlpicturepositiontype/) +* Class [LabelActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/getspecialeffect/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/getspecialeffect/_index.md new file mode 100644 index 00000000000..df6a7af90a2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/getspecialeffect/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::GetSpecialEffect method +linktitle: GetSpecialEffect +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::GetSpecialEffect method. Gets and sets the special effect of the control in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/getspecialeffect/ +--- +## LabelActiveXControl::GetSpecialEffect method + + +Gets and sets the special effect of the control. + +```cpp +ControlSpecialEffectType Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::GetSpecialEffect() +``` + +## See Also + +* Enum [ControlSpecialEffectType](../../controlspecialeffecttype/) +* Class [LabelActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/gettype/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/gettype/_index.md new file mode 100644 index 00000000000..1e47dbc23f1 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::GetType method. Gets the type of the ActiveX control in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/gettype/ +--- +## LabelActiveXControl::GetType method + + +Gets the type of the ActiveX control. + +```cpp +ControlType Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::GetType() +``` + +## See Also + +* Enum [ControlType](../../controltype/) +* Class [LabelActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/isnull/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/isnull/_index.md new file mode 100644 index 00000000000..f484d6cbd7a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/isnull/ +--- +## LabelActiveXControl::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LabelActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/iswordwrapped/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/iswordwrapped/_index.md new file mode 100644 index 00000000000..db0a0012be8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/iswordwrapped/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::IsWordWrapped method +linktitle: IsWordWrapped +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::IsWordWrapped method. Indicates whether the contents of the control automatically wrap at the end of a line in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/iswordwrapped/ +--- +## LabelActiveXControl::IsWordWrapped method + + +Indicates whether the contents of the control automatically wrap at the end of a line. + +```cpp +bool Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::IsWordWrapped() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LabelActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/labelactivexcontrol/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/labelactivexcontrol/_index.md new file mode 100644 index 00000000000..e32dd158d9a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/labelactivexcontrol/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::LabelActiveXControl constructor +linktitle: LabelActiveXControl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::LabelActiveXControl constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/labelactivexcontrol/ +--- +## LabelActiveXControl::LabelActiveXControl(LabelActiveXControl_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::LabelActiveXControl(LabelActiveXControl_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LabelActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) +## LabelActiveXControl::LabelActiveXControl(const LabelActiveXControl\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::LabelActiveXControl(const LabelActiveXControl &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LabelActiveXControl](../) +* Class [LabelActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) +## LabelActiveXControl::LabelActiveXControl(const ActiveXControl\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::LabelActiveXControl(const ActiveXControl &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ActiveXControl](../../activexcontrol/) +* Class [LabelActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/operator_asm/_index.md new file mode 100644 index 00000000000..f76752f2ec7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/operator_asm/ +--- +## LabelActiveXControl::operator= method + + +operator= + +```cpp +LabelActiveXControl & Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::operator=(const LabelActiveXControl &src) +``` + +## See Also + +* Class [LabelActiveXControl](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [LabelActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/operator_bool/_index.md new file mode 100644 index 00000000000..46b98fc86a6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/operator_bool/ +--- +## LabelActiveXControl::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [LabelActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/setaccelerator/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/setaccelerator/_index.md new file mode 100644 index 00000000000..a804fc5af72 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/setaccelerator/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::SetAccelerator method +linktitle: SetAccelerator +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::SetAccelerator method. Gets and sets the accelerator key for the control in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/setaccelerator/ +--- +## LabelActiveXControl::SetAccelerator method + + +Gets and sets the accelerator key for the control. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::SetAccelerator(char16_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LabelActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/setborderolecolor/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/setborderolecolor/_index.md new file mode 100644 index 00000000000..12e4ed426d7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/setborderolecolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::SetBorderOleColor method +linktitle: SetBorderOleColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::SetBorderOleColor method. Gets and sets the ole color of the background in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/setborderolecolor/ +--- +## LabelActiveXControl::SetBorderOleColor method + + +Gets and sets the ole color of the background. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::SetBorderOleColor(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LabelActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/setborderstyle/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/setborderstyle/_index.md new file mode 100644 index 00000000000..71a8b16c20f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/setborderstyle/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::SetBorderStyle method +linktitle: SetBorderStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::SetBorderStyle method. Gets and set the type of border used by the control in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/setborderstyle/ +--- +## LabelActiveXControl::SetBorderStyle method + + +Gets and set the type of border used by the control. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::SetBorderStyle(ControlBorderType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ControlBorderType](../../controlbordertype/) +* Class [LabelActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/setcaption/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/setcaption/_index.md new file mode 100644 index 00000000000..fd44af52495 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/setcaption/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::SetCaption method +linktitle: SetCaption +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::SetCaption method. Gets and set the descriptive text that appears on a control in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/setcaption/ +--- +## LabelActiveXControl::SetCaption(const U16String\&) method + + +Gets and set the descriptive text that appears on a control. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::SetCaption(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [LabelActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) +## LabelActiveXControl::SetCaption(const char16_t*) method + + +Gets and set the descriptive text that appears on a control. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::SetCaption(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LabelActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/setiswordwrapped/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/setiswordwrapped/_index.md new file mode 100644 index 00000000000..45f099acff0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/setiswordwrapped/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::SetIsWordWrapped method +linktitle: SetIsWordWrapped +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::SetIsWordWrapped method. Indicates whether the contents of the control automatically wrap at the end of a line in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/setiswordwrapped/ +--- +## LabelActiveXControl::SetIsWordWrapped method + + +Indicates whether the contents of the control automatically wrap at the end of a line. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::SetIsWordWrapped(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LabelActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/setpicture/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/setpicture/_index.md new file mode 100644 index 00000000000..e41cb2c5703 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/setpicture/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::SetPicture method +linktitle: SetPicture +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::SetPicture method. Gets and sets the data of the picture in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/setpicture/ +--- +## LabelActiveXControl::SetPicture method + + +Gets and sets the data of the picture. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::SetPicture(const Vector &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LabelActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/setpictureposition/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/setpictureposition/_index.md new file mode 100644 index 00000000000..032b1c71df8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/setpictureposition/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::SetPicturePosition method +linktitle: SetPicturePosition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::SetPicturePosition method. Gets and set the location of the control''s picture relative to its caption in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/setpictureposition/ +--- +## LabelActiveXControl::SetPicturePosition method + + +Gets and set the location of the control's picture relative to its caption. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::SetPicturePosition(ControlPicturePositionType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ControlPicturePositionType](../../controlpicturepositiontype/) +* Class [LabelActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/setspecialeffect/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/setspecialeffect/_index.md new file mode 100644 index 00000000000..1b169c6e4d8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/setspecialeffect/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::SetSpecialEffect method +linktitle: SetSpecialEffect +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::SetSpecialEffect method. Gets and sets the special effect of the control in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/setspecialeffect/ +--- +## LabelActiveXControl::SetSpecialEffect method + + +Gets and sets the special effect of the control. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::SetSpecialEffect(ControlSpecialEffectType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ControlSpecialEffectType](../../controlspecialeffecttype/) +* Class [LabelActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/~labelactivexcontrol/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/~labelactivexcontrol/_index.md new file mode 100644 index 00000000000..2104cd1c950 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/~labelactivexcontrol/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::~LabelActiveXControl method +linktitle: ~LabelActiveXControl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::~LabelActiveXControl method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing.activexcontrols/labelactivexcontrol/~labelactivexcontrol/ +--- +## LabelActiveXControl::~LabelActiveXControl method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::LabelActiveXControl::~LabelActiveXControl() +``` + +## See Also + +* Class [LabelActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/_impl/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/_impl/_index.md new file mode 100644 index 00000000000..1a15bd54ffd --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::_impl field. The implementation object in C++.' +type: docs +weight: 3700 +url: /es/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ListBoxActiveXControl_Impl* Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::_impl +``` + +## See Also + +* Class [ListBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/_index.md new file mode 100644 index 00000000000..23a6ac477d5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/_index.md @@ -0,0 +1,117 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl class +linktitle: ListBoxActiveXControl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl class. Represents a ListBox ActiveX control in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/ +--- +## ListBoxActiveXControl class + + +Represents a [ListBox](../../aspose.cells.drawing/listbox/) ActiveX control. + +```cpp +class ListBoxActiveXControl : public Aspose::Cells::Drawing::ActiveXControls::ActiveXControl +``` + +## Methods + +| Method | Description | +| --- | --- | +| [ActiveXControl(ActiveXControl_Impl* impl)](../activexcontrol/activexcontrol/) | Constructs from an implementation object. | +| [ActiveXControl(const ActiveXControl\& src)](../activexcontrol/activexcontrol/) | Copy constructor. | +| [ActiveXControl(const ActiveXControlBase\& src)](../activexcontrol/activexcontrol/) | Constructs from a parent object. | +| [ActiveXControlBase(ActiveXControlBase_Impl* impl)](../activexcontrolbase/activexcontrolbase/) | Constructs from an implementation object. | +| [ActiveXControlBase(const ActiveXControlBase\& src)](../activexcontrolbase/activexcontrolbase/) | Copy constructor. | +| [GetBackOleColor()](../activexcontrolbase/getbackolecolor/) | Gets and sets the ole color of the background. | +| [GetBorderOleColor()](./getborderolecolor/) | Gets and sets the ole color of the background. | +| [GetBorderStyle()](./getborderstyle/) | Gets and set the type of border used by the control. | +| [GetBoundColumn()](./getboundcolumn/) | Represents how the Value property is determined for a [ComboBox](../../aspose.cells.drawing/combobox/) or [ListBox](../../aspose.cells.drawing/listbox/) when the MultiSelect properties value (fmMultiSelectSingle). | +| [GetColumnCount()](./getcolumncount/) | Represents the number of columns to display in a [ComboBox](../../aspose.cells.drawing/combobox/) or [ListBox](../../aspose.cells.drawing/listbox/). | +| [GetColumnWidths()](./getcolumnwidths/) | Gets and sets the width of the column. | +| [GetData()](../activexcontrol/getdata/) | Gets and sets the binary data of the control. | +| [GetFont()](../activexcontrol/getfont/) | Represents the font of the control. | +| [GetForeOleColor()](../activexcontrolbase/getforeolecolor/) | Gets and sets the ole color of the foreground. | +| [GetHeight()](../activexcontrolbase/getheight/) | Gets and sets the height of the control in unit of points. | +| [GetIMEMode()](../activexcontrol/getimemode/) | Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus. | +| [GetIntegralHeight()](./getintegralheight/) | Indicates whether the control will only show complete lines of text without showing any partial lines. | +| [GetLinkedCell()](../activexcontrolbase/getlinkedcell/) | Gets and sets the linked cell. | +| [GetListFillRange()](../activexcontrolbase/getlistfillrange/) | Gets and sets the list fill range. | +| [GetListStyle()](./getliststyle/) | Gets and sets the visual appearance. | +| [GetListWidth()](./getlistwidth/) | Gets and set the width in unit of points. | +| [GetMatchEntry()](./getmatchentry/) | Indicates how a [ListBox](../../aspose.cells.drawing/listbox/) or [ComboBox](../../aspose.cells.drawing/combobox/) searches its list as the user types. | +| [GetMouseIcon()](../activexcontrolbase/getmouseicon/) | Gets and sets a custom icon to display as the mouse pointer for the control. | +| [GetMousePointer()](../activexcontrolbase/getmousepointer/) | Gets and sets the type of icon displayed as the mouse pointer for the control. | +| [GetScrollBars()](./getscrollbars/) | Indicates specifies whether the control has vertical scroll bars, horizontal scroll bars, both, or neither. | +| [GetSelectionType()](./getselectiontype/) | Indicates whether the control permits multiple selections. | +| [GetShadow()](../activexcontrolbase/getshadow/) | Indicates whether to show a shadow. | +| [GetShowColumnHeads()](./getshowcolumnheads/) | Indicates whether column headings are displayed. | +| [GetSpecialEffect()](./getspecialeffect/) | Gets and sets the special effect of the control. | +| [GetTextAlign()](../activexcontrol/gettextalign/) | Represents how to align the text used by the control. | +| [GetTextColumn()](./gettextcolumn/) | Represents the column in a [ComboBox](../../aspose.cells.drawing/combobox/) or [ListBox](../../aspose.cells.drawing/listbox/) to display to the user. | +| virtual [GetType()](./gettype/) | Gets the type of the ActiveX control. | +| [GetValue()](./getvalue/) | Gets and sets the value of the control. | +| [GetWidth()](../activexcontrolbase/getwidth/) | Gets and sets the width of the control in unit of points. | +| [GetWorkbook()](../activexcontrolbase/getworkbook/) | Gets the [Workbook](../../aspose.cells/workbook/) object. | +| [IsAutoSize()](../activexcontrol/isautosize/) | Indicates whether the control will automatically resize to display its entire contents. | +| [IsEnabled()](../activexcontrol/isenabled/) | Indicates whether the control can receive the focus and respond to user-generated events. | +| [IsLocked()](../activexcontrol/islocked/) | Indicates whether data in the control is locked for editing. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsTransparent()](../activexcontrol/istransparent/) | Indicates whether the control is transparent. | +| [IsVisible()](../activexcontrolbase/isvisible/) | Indicates whether this control is visible. | +| [ListBoxActiveXControl(ListBoxActiveXControl_Impl* impl)](./listboxactivexcontrol/) | Constructs from an implementation object. | +| [ListBoxActiveXControl(const ListBoxActiveXControl\& src)](./listboxactivexcontrol/) | Copy constructor. | +| [ListBoxActiveXControl(const ActiveXControl\& src)](./listboxactivexcontrol/) | Constructs from a parent object. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ListBoxActiveXControl\& src)](./operator_asm/) | operator= | +| [operator=(const ActiveXControl\& src)](../activexcontrol/operator_asm/) | operator= | +| [operator=(const ActiveXControlBase\& src)](../activexcontrolbase/operator_asm/) | operator= | +| [SetBackOleColor(int32_t value)](../activexcontrolbase/setbackolecolor/) | Gets and sets the ole color of the background. | +| [SetBorderOleColor(int32_t value)](./setborderolecolor/) | Gets and sets the ole color of the background. | +| [SetBorderStyle(ControlBorderType value)](./setborderstyle/) | Gets and set the type of border used by the control. | +| [SetBoundColumn(int32_t value)](./setboundcolumn/) | Represents how the Value property is determined for a [ComboBox](../../aspose.cells.drawing/combobox/) or [ListBox](../../aspose.cells.drawing/listbox/) when the MultiSelect properties value (fmMultiSelectSingle). | +| [SetColumnCount(int32_t value)](./setcolumncount/) | Represents the number of columns to display in a [ComboBox](../../aspose.cells.drawing/combobox/) or [ListBox](../../aspose.cells.drawing/listbox/). | +| [SetColumnWidths(double value)](./setcolumnwidths/) | Gets and sets the width of the column. | +| [SetForeOleColor(int32_t value)](../activexcontrolbase/setforeolecolor/) | Gets and sets the ole color of the foreground. | +| [SetHeight(double value)](../activexcontrolbase/setheight/) | Gets and sets the height of the control in unit of points. | +| [SetIMEMode(InputMethodEditorMode value)](../activexcontrol/setimemode/) | Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus. | +| [SetIntegralHeight(bool value)](./setintegralheight/) | Indicates whether the control will only show complete lines of text without showing any partial lines. | +| [SetIsAutoSize(bool value)](../activexcontrol/setisautosize/) | Indicates whether the control will automatically resize to display its entire contents. | +| [SetIsEnabled(bool value)](../activexcontrol/setisenabled/) | Indicates whether the control can receive the focus and respond to user-generated events. | +| [SetIsLocked(bool value)](../activexcontrol/setislocked/) | Indicates whether data in the control is locked for editing. | +| [SetIsTransparent(bool value)](../activexcontrol/setistransparent/) | Indicates whether the control is transparent. | +| [SetIsVisible(bool value)](../activexcontrolbase/setisvisible/) | Indicates whether this control is visible. | +| [SetLinkedCell(const U16String\& value)](../activexcontrolbase/setlinkedcell/) | Gets and sets the linked cell. | +| [SetLinkedCell(const char16_t* value)](../activexcontrolbase/setlinkedcell/) | Gets and sets the linked cell. | +| [SetListFillRange(const U16String\& value)](../activexcontrolbase/setlistfillrange/) | Gets and sets the list fill range. | +| [SetListFillRange(const char16_t* value)](../activexcontrolbase/setlistfillrange/) | Gets and sets the list fill range. | +| [SetListStyle(ControlListStyle value)](./setliststyle/) | Gets and sets the visual appearance. | +| [SetListWidth(double value)](./setlistwidth/) | Gets and set the width in unit of points. | +| [SetMatchEntry(ControlMatchEntryType value)](./setmatchentry/) | Indicates how a [ListBox](../../aspose.cells.drawing/listbox/) or [ComboBox](../../aspose.cells.drawing/combobox/) searches its list as the user types. | +| [SetMouseIcon(const Vector \\& value)](../activexcontrolbase/setmouseicon/) | Gets and sets a custom icon to display as the mouse pointer for the control. | +| [SetMousePointer(ControlMousePointerType value)](../activexcontrolbase/setmousepointer/) | Gets and sets the type of icon displayed as the mouse pointer for the control. | +| [SetScrollBars(ControlScrollBarType value)](./setscrollbars/) | Indicates specifies whether the control has vertical scroll bars, horizontal scroll bars, both, or neither. | +| [SetSelectionType(SelectionType value)](./setselectiontype/) | Indicates whether the control permits multiple selections. | +| [SetShadow(bool value)](../activexcontrolbase/setshadow/) | Indicates whether to show a shadow. | +| [SetShowColumnHeads(bool value)](./setshowcolumnheads/) | Indicates whether column headings are displayed. | +| [SetSpecialEffect(ControlSpecialEffectType value)](./setspecialeffect/) | Gets and sets the special effect of the control. | +| [SetTextAlign(TextAlignmentType value)](../activexcontrol/settextalign/) | Represents how to align the text used by the control. | +| [SetTextColumn(int32_t value)](./settextcolumn/) | Represents the column in a [ComboBox](../../aspose.cells.drawing/combobox/) or [ListBox](../../aspose.cells.drawing/listbox/) to display to the user. | +| [SetValue(const U16String\& value)](./setvalue/) | Gets and sets the value of the control. | +| [SetValue(const char16_t* value)](./setvalue/) | Gets and sets the value of the control. | +| [SetWidth(double value)](../activexcontrolbase/setwidth/) | Gets and sets the width of the control in unit of points. | +| [~ActiveXControl()](../activexcontrol/~activexcontrol/) | Destructor. | +| [~ActiveXControlBase()](../activexcontrolbase/~activexcontrolbase/) | Destructor. | +| [~ListBoxActiveXControl()](./~listboxactivexcontrol/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [ActiveXControl](../activexcontrol/) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getborderolecolor/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getborderolecolor/_index.md new file mode 100644 index 00000000000..52ea8a9ea88 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getborderolecolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::GetBorderOleColor method +linktitle: GetBorderOleColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::GetBorderOleColor method. Gets and sets the ole color of the background in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getborderolecolor/ +--- +## ListBoxActiveXControl::GetBorderOleColor method + + +Gets and sets the ole color of the background. + +```cpp +int32_t Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::GetBorderOleColor() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getborderstyle/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getborderstyle/_index.md new file mode 100644 index 00000000000..9b07b9360b6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getborderstyle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::GetBorderStyle method +linktitle: GetBorderStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::GetBorderStyle method. Gets and set the type of border used by the control in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getborderstyle/ +--- +## ListBoxActiveXControl::GetBorderStyle method + + +Gets and set the type of border used by the control. + +```cpp +ControlBorderType Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::GetBorderStyle() +``` + +## See Also + +* Enum [ControlBorderType](../../controlbordertype/) +* Class [ListBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getboundcolumn/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getboundcolumn/_index.md new file mode 100644 index 00000000000..ad405e26765 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getboundcolumn/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::GetBoundColumn method +linktitle: GetBoundColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::GetBoundColumn method. Represents how the Value property is determined for a ComboBox or ListBox when the MultiSelect properties value (fmMultiSelectSingle) in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getboundcolumn/ +--- +## ListBoxActiveXControl::GetBoundColumn method + + +Represents how the Value property is determined for a [ComboBox](../../../aspose.cells.drawing/combobox/) or [ListBox](../../../aspose.cells.drawing/listbox/) when the MultiSelect properties value (fmMultiSelectSingle). + +```cpp +int32_t Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::GetBoundColumn() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getcolumncount/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getcolumncount/_index.md new file mode 100644 index 00000000000..311904de94d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getcolumncount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::GetColumnCount method +linktitle: GetColumnCount +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::GetColumnCount method. Represents the number of columns to display in a ComboBox or ListBox in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getcolumncount/ +--- +## ListBoxActiveXControl::GetColumnCount method + + +Represents the number of columns to display in a [ComboBox](../../../aspose.cells.drawing/combobox/) or [ListBox](../../../aspose.cells.drawing/listbox/). + +```cpp +int32_t Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::GetColumnCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getcolumnwidths/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getcolumnwidths/_index.md new file mode 100644 index 00000000000..c9ac7a74d9f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getcolumnwidths/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::GetColumnWidths method +linktitle: GetColumnWidths +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::GetColumnWidths method. Gets and sets the width of the column in C++.' +type: docs +weight: 3500 +url: /es/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getcolumnwidths/ +--- +## ListBoxActiveXControl::GetColumnWidths method + + +Gets and sets the width of the column. + +```cpp +double Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::GetColumnWidths() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getintegralheight/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getintegralheight/_index.md new file mode 100644 index 00000000000..47fc7a3a9c0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getintegralheight/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::GetIntegralHeight method +linktitle: GetIntegralHeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::GetIntegralHeight method. Indicates whether the control will only show complete lines of text without showing any partial lines in C++.' +type: docs +weight: 3300 +url: /es/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getintegralheight/ +--- +## ListBoxActiveXControl::GetIntegralHeight method + + +Indicates whether the control will only show complete lines of text without showing any partial lines. + +```cpp +bool Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::GetIntegralHeight() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getliststyle/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getliststyle/_index.md new file mode 100644 index 00000000000..0c4f6f06246 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getliststyle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::GetListStyle method +linktitle: GetListStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::GetListStyle method. Gets and sets the visual appearance in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getliststyle/ +--- +## ListBoxActiveXControl::GetListStyle method + + +Gets and sets the visual appearance. + +```cpp +ControlListStyle Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::GetListStyle() +``` + +## See Also + +* Enum [ControlListStyle](../../controlliststyle/) +* Class [ListBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getlistwidth/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getlistwidth/_index.md new file mode 100644 index 00000000000..c7c2cf5a5cf --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getlistwidth/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::GetListWidth method +linktitle: GetListWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::GetListWidth method. Gets and set the width in unit of points in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getlistwidth/ +--- +## ListBoxActiveXControl::GetListWidth method + + +Gets and set the width in unit of points. + +```cpp +double Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::GetListWidth() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getmatchentry/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getmatchentry/_index.md new file mode 100644 index 00000000000..84fd7297dd4 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getmatchentry/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::GetMatchEntry method +linktitle: GetMatchEntry +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::GetMatchEntry method. Indicates how a ListBox or ComboBox searches its list as the user types in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getmatchentry/ +--- +## ListBoxActiveXControl::GetMatchEntry method + + +Indicates how a [ListBox](../../../aspose.cells.drawing/listbox/) or [ComboBox](../../../aspose.cells.drawing/combobox/) searches its list as the user types. + +```cpp +ControlMatchEntryType Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::GetMatchEntry() +``` + +## See Also + +* Enum [ControlMatchEntryType](../../controlmatchentrytype/) +* Class [ListBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getscrollbars/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getscrollbars/_index.md new file mode 100644 index 00000000000..eed6c3d11b3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getscrollbars/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::GetScrollBars method +linktitle: GetScrollBars +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::GetScrollBars method. Indicates specifies whether the control has vertical scroll bars, horizontal scroll bars, both, or neither in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getscrollbars/ +--- +## ListBoxActiveXControl::GetScrollBars method + + +Indicates specifies whether the control has vertical scroll bars, horizontal scroll bars, both, or neither. + +```cpp +ControlScrollBarType Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::GetScrollBars() +``` + +## See Also + +* Enum [ControlScrollBarType](../../controlscrollbartype/) +* Class [ListBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getselectiontype/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getselectiontype/_index.md new file mode 100644 index 00000000000..2a8dc77a973 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getselectiontype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::GetSelectionType method +linktitle: GetSelectionType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::GetSelectionType method. Indicates whether the control permits multiple selections in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getselectiontype/ +--- +## ListBoxActiveXControl::GetSelectionType method + + +Indicates whether the control permits multiple selections. + +```cpp +SelectionType Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::GetSelectionType() +``` + +## See Also + +* Enum [SelectionType](../../../aspose.cells.drawing/selectiontype/) +* Class [ListBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getshowcolumnheads/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getshowcolumnheads/_index.md new file mode 100644 index 00000000000..bd8cf3c5bae --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getshowcolumnheads/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::GetShowColumnHeads method +linktitle: GetShowColumnHeads +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::GetShowColumnHeads method. Indicates whether column headings are displayed in C++.' +type: docs +weight: 3100 +url: /es/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getshowcolumnheads/ +--- +## ListBoxActiveXControl::GetShowColumnHeads method + + +Indicates whether column headings are displayed. + +```cpp +bool Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::GetShowColumnHeads() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getspecialeffect/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getspecialeffect/_index.md new file mode 100644 index 00000000000..a570538dacd --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getspecialeffect/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::GetSpecialEffect method +linktitle: GetSpecialEffect +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::GetSpecialEffect method. Gets and sets the special effect of the control in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getspecialeffect/ +--- +## ListBoxActiveXControl::GetSpecialEffect method + + +Gets and sets the special effect of the control. + +```cpp +ControlSpecialEffectType Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::GetSpecialEffect() +``` + +## See Also + +* Enum [ControlSpecialEffectType](../../controlspecialeffecttype/) +* Class [ListBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/gettextcolumn/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/gettextcolumn/_index.md new file mode 100644 index 00000000000..fba44573025 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/gettextcolumn/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::GetTextColumn method +linktitle: GetTextColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::GetTextColumn method. Represents the column in a ComboBox or ListBox to display to the user in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/gettextcolumn/ +--- +## ListBoxActiveXControl::GetTextColumn method + + +Represents the column in a [ComboBox](../../../aspose.cells.drawing/combobox/) or [ListBox](../../../aspose.cells.drawing/listbox/) to display to the user. + +```cpp +int32_t Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::GetTextColumn() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/gettype/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/gettype/_index.md new file mode 100644 index 00000000000..750ea1ba736 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::GetType method. Gets the type of the ActiveX control in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/gettype/ +--- +## ListBoxActiveXControl::GetType method + + +Gets the type of the ActiveX control. + +```cpp +ControlType Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::GetType() +``` + +## See Also + +* Enum [ControlType](../../controltype/) +* Class [ListBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getvalue/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getvalue/_index.md new file mode 100644 index 00000000000..e813fffa6ab --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getvalue/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::GetValue method +linktitle: GetValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::GetValue method. Gets and sets the value of the control in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/getvalue/ +--- +## ListBoxActiveXControl::GetValue method + + +Gets and sets the value of the control. + +```cpp +U16String Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::GetValue() +``` + +## Remarks + + +Only effects when ListBoxActiveXControl.SelectionType is [SelectionType.Single](../../../aspose.cells.drawing/selectiontype/); +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ListBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/isnull/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/isnull/_index.md new file mode 100644 index 00000000000..c4c2ae2c825 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/isnull/ +--- +## ListBoxActiveXControl::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/listboxactivexcontrol/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/listboxactivexcontrol/_index.md new file mode 100644 index 00000000000..e283b21150d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/listboxactivexcontrol/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::ListBoxActiveXControl constructor +linktitle: ListBoxActiveXControl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::ListBoxActiveXControl constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/listboxactivexcontrol/ +--- +## ListBoxActiveXControl::ListBoxActiveXControl(ListBoxActiveXControl_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::ListBoxActiveXControl(ListBoxActiveXControl_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) +## ListBoxActiveXControl::ListBoxActiveXControl(const ListBoxActiveXControl\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::ListBoxActiveXControl(const ListBoxActiveXControl &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListBoxActiveXControl](../) +* Class [ListBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) +## ListBoxActiveXControl::ListBoxActiveXControl(const ActiveXControl\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::ListBoxActiveXControl(const ActiveXControl &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ActiveXControl](../../activexcontrol/) +* Class [ListBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/operator_asm/_index.md new file mode 100644 index 00000000000..395e7eaab38 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/operator_asm/ +--- +## ListBoxActiveXControl::operator= method + + +operator= + +```cpp +ListBoxActiveXControl & Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::operator=(const ListBoxActiveXControl &src) +``` + +## See Also + +* Class [ListBoxActiveXControl](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/operator_bool/_index.md new file mode 100644 index 00000000000..bfb26daee3c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/operator_bool/ +--- +## ListBoxActiveXControl::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ListBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setborderolecolor/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setborderolecolor/_index.md new file mode 100644 index 00000000000..b0f063a2268 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setborderolecolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::SetBorderOleColor method +linktitle: SetBorderOleColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::SetBorderOleColor method. Gets and sets the ole color of the background in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setborderolecolor/ +--- +## ListBoxActiveXControl::SetBorderOleColor method + + +Gets and sets the ole color of the background. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::SetBorderOleColor(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setborderstyle/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setborderstyle/_index.md new file mode 100644 index 00000000000..b95e892fa07 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setborderstyle/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::SetBorderStyle method +linktitle: SetBorderStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::SetBorderStyle method. Gets and set the type of border used by the control in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setborderstyle/ +--- +## ListBoxActiveXControl::SetBorderStyle method + + +Gets and set the type of border used by the control. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::SetBorderStyle(ControlBorderType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ControlBorderType](../../controlbordertype/) +* Class [ListBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setboundcolumn/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setboundcolumn/_index.md new file mode 100644 index 00000000000..9053b06e891 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setboundcolumn/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::SetBoundColumn method +linktitle: SetBoundColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::SetBoundColumn method. Represents how the Value property is determined for a ComboBox or ListBox when the MultiSelect properties value (fmMultiSelectSingle) in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setboundcolumn/ +--- +## ListBoxActiveXControl::SetBoundColumn method + + +Represents how the Value property is determined for a [ComboBox](../../../aspose.cells.drawing/combobox/) or [ListBox](../../../aspose.cells.drawing/listbox/) when the MultiSelect properties value (fmMultiSelectSingle). + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::SetBoundColumn(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setcolumncount/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setcolumncount/_index.md new file mode 100644 index 00000000000..bd3fc62bd31 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setcolumncount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::SetColumnCount method +linktitle: SetColumnCount +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::SetColumnCount method. Represents the number of columns to display in a ComboBox or ListBox in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setcolumncount/ +--- +## ListBoxActiveXControl::SetColumnCount method + + +Represents the number of columns to display in a [ComboBox](../../../aspose.cells.drawing/combobox/) or [ListBox](../../../aspose.cells.drawing/listbox/). + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::SetColumnCount(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setcolumnwidths/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setcolumnwidths/_index.md new file mode 100644 index 00000000000..99e4c356e78 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setcolumnwidths/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::SetColumnWidths method +linktitle: SetColumnWidths +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::SetColumnWidths method. Gets and sets the width of the column in C++.' +type: docs +weight: 3600 +url: /es/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setcolumnwidths/ +--- +## ListBoxActiveXControl::SetColumnWidths method + + +Gets and sets the width of the column. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::SetColumnWidths(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setintegralheight/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setintegralheight/_index.md new file mode 100644 index 00000000000..3ac6cc64b04 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setintegralheight/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::SetIntegralHeight method +linktitle: SetIntegralHeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::SetIntegralHeight method. Indicates whether the control will only show complete lines of text without showing any partial lines in C++.' +type: docs +weight: 3400 +url: /es/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setintegralheight/ +--- +## ListBoxActiveXControl::SetIntegralHeight method + + +Indicates whether the control will only show complete lines of text without showing any partial lines. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::SetIntegralHeight(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setliststyle/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setliststyle/_index.md new file mode 100644 index 00000000000..1ed3e440a0c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setliststyle/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::SetListStyle method +linktitle: SetListStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::SetListStyle method. Gets and sets the visual appearance in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setliststyle/ +--- +## ListBoxActiveXControl::SetListStyle method + + +Gets and sets the visual appearance. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::SetListStyle(ControlListStyle value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ControlListStyle](../../controlliststyle/) +* Class [ListBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setlistwidth/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setlistwidth/_index.md new file mode 100644 index 00000000000..d980e270b2c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setlistwidth/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::SetListWidth method +linktitle: SetListWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::SetListWidth method. Gets and set the width in unit of points in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setlistwidth/ +--- +## ListBoxActiveXControl::SetListWidth method + + +Gets and set the width in unit of points. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::SetListWidth(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setmatchentry/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setmatchentry/_index.md new file mode 100644 index 00000000000..5031cf07486 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setmatchentry/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::SetMatchEntry method +linktitle: SetMatchEntry +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::SetMatchEntry method. Indicates how a ListBox or ComboBox searches its list as the user types in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setmatchentry/ +--- +## ListBoxActiveXControl::SetMatchEntry method + + +Indicates how a [ListBox](../../../aspose.cells.drawing/listbox/) or [ComboBox](../../../aspose.cells.drawing/combobox/) searches its list as the user types. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::SetMatchEntry(ControlMatchEntryType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ControlMatchEntryType](../../controlmatchentrytype/) +* Class [ListBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setscrollbars/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setscrollbars/_index.md new file mode 100644 index 00000000000..02fc4198c72 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setscrollbars/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::SetScrollBars method +linktitle: SetScrollBars +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::SetScrollBars method. Indicates specifies whether the control has vertical scroll bars, horizontal scroll bars, both, or neither in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setscrollbars/ +--- +## ListBoxActiveXControl::SetScrollBars method + + +Indicates specifies whether the control has vertical scroll bars, horizontal scroll bars, both, or neither. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::SetScrollBars(ControlScrollBarType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ControlScrollBarType](../../controlscrollbartype/) +* Class [ListBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setselectiontype/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setselectiontype/_index.md new file mode 100644 index 00000000000..45ac8dc6887 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setselectiontype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::SetSelectionType method +linktitle: SetSelectionType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::SetSelectionType method. Indicates whether the control permits multiple selections in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setselectiontype/ +--- +## ListBoxActiveXControl::SetSelectionType method + + +Indicates whether the control permits multiple selections. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::SetSelectionType(SelectionType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [SelectionType](../../../aspose.cells.drawing/selectiontype/) +* Class [ListBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setshowcolumnheads/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setshowcolumnheads/_index.md new file mode 100644 index 00000000000..693c1cdc7de --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setshowcolumnheads/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::SetShowColumnHeads method +linktitle: SetShowColumnHeads +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::SetShowColumnHeads method. Indicates whether column headings are displayed in C++.' +type: docs +weight: 3200 +url: /es/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setshowcolumnheads/ +--- +## ListBoxActiveXControl::SetShowColumnHeads method + + +Indicates whether column headings are displayed. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::SetShowColumnHeads(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setspecialeffect/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setspecialeffect/_index.md new file mode 100644 index 00000000000..1e7f40ec5aa --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setspecialeffect/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::SetSpecialEffect method +linktitle: SetSpecialEffect +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::SetSpecialEffect method. Gets and sets the special effect of the control in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setspecialeffect/ +--- +## ListBoxActiveXControl::SetSpecialEffect method + + +Gets and sets the special effect of the control. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::SetSpecialEffect(ControlSpecialEffectType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ControlSpecialEffectType](../../controlspecialeffecttype/) +* Class [ListBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/settextcolumn/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/settextcolumn/_index.md new file mode 100644 index 00000000000..0f967df9433 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/settextcolumn/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::SetTextColumn method +linktitle: SetTextColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::SetTextColumn method. Represents the column in a ComboBox or ListBox to display to the user in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/settextcolumn/ +--- +## ListBoxActiveXControl::SetTextColumn method + + +Represents the column in a [ComboBox](../../../aspose.cells.drawing/combobox/) or [ListBox](../../../aspose.cells.drawing/listbox/) to display to the user. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::SetTextColumn(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setvalue/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setvalue/_index.md new file mode 100644 index 00000000000..de9e8f6a51f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setvalue/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::SetValue method +linktitle: SetValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::SetValue method. Gets and sets the value of the control in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/setvalue/ +--- +## ListBoxActiveXControl::SetValue(const U16String\&) method + + +Gets and sets the value of the control. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::SetValue(const U16String &value) +``` + +## Remarks + + +Only effects when ListBoxActiveXControl.SelectionType is [SelectionType.Single](../../../aspose.cells.drawing/selectiontype/); +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ListBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) +## ListBoxActiveXControl::SetValue(const char16_t*) method + + +Gets and sets the value of the control. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::SetValue(const char16_t *value) +``` + +## Remarks + + +Only effects when ListBoxActiveXControl.SelectionType is [SelectionType.Single](../../../aspose.cells.drawing/selectiontype/); +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/~listboxactivexcontrol/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/~listboxactivexcontrol/_index.md new file mode 100644 index 00000000000..4d34c2a4c37 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/~listboxactivexcontrol/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::~ListBoxActiveXControl method +linktitle: ~ListBoxActiveXControl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::~ListBoxActiveXControl method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing.activexcontrols/listboxactivexcontrol/~listboxactivexcontrol/ +--- +## ListBoxActiveXControl::~ListBoxActiveXControl method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::ListBoxActiveXControl::~ListBoxActiveXControl() +``` + +## See Also + +* Class [ListBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/_impl/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/_impl/_index.md new file mode 100644 index 00000000000..221c33a0339 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::_impl field. The implementation object in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +RadioButtonActiveXControl_Impl* Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::_impl +``` + +## See Also + +* Class [RadioButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/_index.md new file mode 100644 index 00000000000..a78b96e148c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/_index.md @@ -0,0 +1,132 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl class +linktitle: RadioButtonActiveXControl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl class. Represents a RadioButton ActiveX control in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/ +--- +## RadioButtonActiveXControl class + + +Represents a [RadioButton](../../aspose.cells.drawing/radiobutton/) ActiveX control. + +```cpp +class RadioButtonActiveXControl : public Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl +``` + +## Methods + +| Method | Description | +| --- | --- | +| [ActiveXControl(ActiveXControl_Impl* impl)](../activexcontrol/activexcontrol/) | Constructs from an implementation object. | +| [ActiveXControl(const ActiveXControl\& src)](../activexcontrol/activexcontrol/) | Copy constructor. | +| [ActiveXControl(const ActiveXControlBase\& src)](../activexcontrol/activexcontrol/) | Constructs from a parent object. | +| [ActiveXControlBase(ActiveXControlBase_Impl* impl)](../activexcontrolbase/activexcontrolbase/) | Constructs from an implementation object. | +| [ActiveXControlBase(const ActiveXControlBase\& src)](../activexcontrolbase/activexcontrolbase/) | Copy constructor. | +| [GetAccelerator()](../togglebuttonactivexcontrol/getaccelerator/) | Gets and sets the accelerator key for the control. | +| [GetAlignment()](./getalignment/) | Gets and set the position of the Caption relative to the control. | +| [GetBackOleColor()](../activexcontrolbase/getbackolecolor/) | Gets and sets the ole color of the background. | +| [GetCaption()](../togglebuttonactivexcontrol/getcaption/) | Gets and set the descriptive text that appears on a control. | +| [GetData()](../activexcontrol/getdata/) | Gets and sets the binary data of the control. | +| [GetFont()](../activexcontrol/getfont/) | Represents the font of the control. | +| [GetForeOleColor()](../activexcontrolbase/getforeolecolor/) | Gets and sets the ole color of the foreground. | +| [GetGroupName()](./getgroupname/) | Gets and sets the group's name. | +| [GetHeight()](../activexcontrolbase/getheight/) | Gets and sets the height of the control in unit of points. | +| [GetIMEMode()](../activexcontrol/getimemode/) | Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus. | +| [GetLinkedCell()](../activexcontrolbase/getlinkedcell/) | Gets and sets the linked cell. | +| [GetListFillRange()](../activexcontrolbase/getlistfillrange/) | Gets and sets the list fill range. | +| [GetMouseIcon()](../activexcontrolbase/getmouseicon/) | Gets and sets a custom icon to display as the mouse pointer for the control. | +| [GetMousePointer()](../activexcontrolbase/getmousepointer/) | Gets and sets the type of icon displayed as the mouse pointer for the control. | +| [GetPicture()](../togglebuttonactivexcontrol/getpicture/) | Gets and sets the data of the picture. | +| [GetPicturePosition()](../togglebuttonactivexcontrol/getpictureposition/) | Gets and set the location of the control's picture relative to its caption. | +| [GetShadow()](../activexcontrolbase/getshadow/) | Indicates whether to show a shadow. | +| [GetSpecialEffect()](../togglebuttonactivexcontrol/getspecialeffect/) | Gets and sets the special effect of the control. | +| [GetTextAlign()](../activexcontrol/gettextalign/) | Represents how to align the text used by the control. | +| virtual [GetType()](./gettype/) | Gets the type of the ActiveX control. | +| [GetValue()](../togglebuttonactivexcontrol/getvalue/) | Indicates if the control is checked or not. | +| [GetWidth()](../activexcontrolbase/getwidth/) | Gets and sets the width of the control in unit of points. | +| [GetWorkbook()](../activexcontrolbase/getworkbook/) | Gets the [Workbook](../../aspose.cells/workbook/) object. | +| [IsAutoSize()](../activexcontrol/isautosize/) | Indicates whether the control will automatically resize to display its entire contents. | +| [IsEnabled()](../activexcontrol/isenabled/) | Indicates whether the control can receive the focus and respond to user-generated events. | +| [IsLocked()](../activexcontrol/islocked/) | Indicates whether data in the control is locked for editing. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsTransparent()](../activexcontrol/istransparent/) | Indicates whether the control is transparent. | +| [IsTripleState()](../togglebuttonactivexcontrol/istriplestate/) | Indicates how the specified control will display Null values. | +| [IsVisible()](../activexcontrolbase/isvisible/) | Indicates whether this control is visible. | +| [IsWordWrapped()](./iswordwrapped/) | Indicates whether the contents of the control automatically wrap at the end of a line. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const RadioButtonActiveXControl\& src)](./operator_asm/) | operator= | +| [operator=(const ToggleButtonActiveXControl\& src)](../togglebuttonactivexcontrol/operator_asm/) | operator= | +| [operator=(const ActiveXControl\& src)](../activexcontrol/operator_asm/) | operator= | +| [operator=(const ActiveXControlBase\& src)](../activexcontrolbase/operator_asm/) | operator= | +| [RadioButtonActiveXControl(RadioButtonActiveXControl_Impl* impl)](./radiobuttonactivexcontrol/) | Constructs from an implementation object. | +| [RadioButtonActiveXControl(const RadioButtonActiveXControl\& src)](./radiobuttonactivexcontrol/) | Copy constructor. | +| [RadioButtonActiveXControl(const ToggleButtonActiveXControl\& src)](./radiobuttonactivexcontrol/) | Constructs from a parent object. | +| [SetAccelerator(char16_t value)](../togglebuttonactivexcontrol/setaccelerator/) | Gets and sets the accelerator key for the control. | +| [SetAlignment(ControlCaptionAlignmentType value)](./setalignment/) | Gets and set the position of the Caption relative to the control. | +| [SetBackOleColor(int32_t value)](../activexcontrolbase/setbackolecolor/) | Gets and sets the ole color of the background. | +| [SetCaption(const U16String\& value)](../togglebuttonactivexcontrol/setcaption/) | Gets and set the descriptive text that appears on a control. | +| [SetCaption(const char16_t* value)](../togglebuttonactivexcontrol/setcaption/) | Gets and set the descriptive text that appears on a control. | +| [SetForeOleColor(int32_t value)](../activexcontrolbase/setforeolecolor/) | Gets and sets the ole color of the foreground. | +| [SetGroupName(const U16String\& value)](./setgroupname/) | Gets and sets the group's name. | +| [SetGroupName(const char16_t* value)](./setgroupname/) | Gets and sets the group's name. | +| [SetHeight(double value)](../activexcontrolbase/setheight/) | Gets and sets the height of the control in unit of points. | +| [SetIMEMode(InputMethodEditorMode value)](../activexcontrol/setimemode/) | Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus. | +| [SetIsAutoSize(bool value)](../activexcontrol/setisautosize/) | Indicates whether the control will automatically resize to display its entire contents. | +| [SetIsEnabled(bool value)](../activexcontrol/setisenabled/) | Indicates whether the control can receive the focus and respond to user-generated events. | +| [SetIsLocked(bool value)](../activexcontrol/setislocked/) | Indicates whether data in the control is locked for editing. | +| [SetIsTransparent(bool value)](../activexcontrol/setistransparent/) | Indicates whether the control is transparent. | +| [SetIsTripleState(bool value)](../togglebuttonactivexcontrol/setistriplestate/) | Indicates how the specified control will display Null values. | +| [SetIsVisible(bool value)](../activexcontrolbase/setisvisible/) | Indicates whether this control is visible. | +| [SetIsWordWrapped(bool value)](./setiswordwrapped/) | Indicates whether the contents of the control automatically wrap at the end of a line. | +| [SetLinkedCell(const U16String\& value)](../activexcontrolbase/setlinkedcell/) | Gets and sets the linked cell. | +| [SetLinkedCell(const char16_t* value)](../activexcontrolbase/setlinkedcell/) | Gets and sets the linked cell. | +| [SetListFillRange(const U16String\& value)](../activexcontrolbase/setlistfillrange/) | Gets and sets the list fill range. | +| [SetListFillRange(const char16_t* value)](../activexcontrolbase/setlistfillrange/) | Gets and sets the list fill range. | +| [SetMouseIcon(const Vector \\& value)](../activexcontrolbase/setmouseicon/) | Gets and sets a custom icon to display as the mouse pointer for the control. | +| [SetMousePointer(ControlMousePointerType value)](../activexcontrolbase/setmousepointer/) | Gets and sets the type of icon displayed as the mouse pointer for the control. | +| [SetPicture(const Vector \\& value)](../togglebuttonactivexcontrol/setpicture/) | Gets and sets the data of the picture. | +| [SetPicturePosition(ControlPicturePositionType value)](../togglebuttonactivexcontrol/setpictureposition/) | Gets and set the location of the control's picture relative to its caption. | +| [SetShadow(bool value)](../activexcontrolbase/setshadow/) | Indicates whether to show a shadow. | +| [SetSpecialEffect(ControlSpecialEffectType value)](../togglebuttonactivexcontrol/setspecialeffect/) | Gets and sets the special effect of the control. | +| [SetTextAlign(TextAlignmentType value)](../activexcontrol/settextalign/) | Represents how to align the text used by the control. | +| [SetValue(CheckValueType value)](../togglebuttonactivexcontrol/setvalue/) | Indicates if the control is checked or not. | +| [SetWidth(double value)](../activexcontrolbase/setwidth/) | Gets and sets the width of the control in unit of points. | +| [ToggleButtonActiveXControl(ToggleButtonActiveXControl_Impl* impl)](../togglebuttonactivexcontrol/togglebuttonactivexcontrol/) | Constructs from an implementation object. | +| [ToggleButtonActiveXControl(const ToggleButtonActiveXControl\& src)](../togglebuttonactivexcontrol/togglebuttonactivexcontrol/) | Copy constructor. | +| [ToggleButtonActiveXControl(const ActiveXControl\& src)](../togglebuttonactivexcontrol/togglebuttonactivexcontrol/) | Constructs from a parent object. | +| [~ActiveXControl()](../activexcontrol/~activexcontrol/) | Destructor. | +| [~ActiveXControlBase()](../activexcontrolbase/~activexcontrolbase/) | Destructor. | +| [~RadioButtonActiveXControl()](./~radiobuttonactivexcontrol/) | Destructor. | +| [~ToggleButtonActiveXControl()](../togglebuttonactivexcontrol/~togglebuttonactivexcontrol/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Inicializar un nuevo libro de trabajo. +Workbook book; + +//Agregar un ToggleButtonActiveXControl. +Shape shape = book.GetWorksheets().Get(0).GetShapes().AddActiveXControl(ControlType::RadioButton, 1, 0, 1, 0, 100, 50); +RadioButtonActiveXControl activeXControl = (RadioButtonActiveXControl)shape.GetActiveXControl(); + + +//Guarde el archivo de Excel. +book.Save(u"exmaple.xlsx"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [ToggleButtonActiveXControl](../togglebuttonactivexcontrol/) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/getalignment/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/getalignment/_index.md new file mode 100644 index 00000000000..5db98110477 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/getalignment/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::GetAlignment method +linktitle: GetAlignment +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::GetAlignment method. Gets and set the position of the Caption relative to the control in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/getalignment/ +--- +## RadioButtonActiveXControl::GetAlignment method + + +Gets and set the position of the Caption relative to the control. + +```cpp +ControlCaptionAlignmentType Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::GetAlignment() +``` + + +## Examples + + +```cpp +ControlCaptionAlignmentType type = activeXControl.GetAlignment(); +``` + +## See Also + +* Enum [ControlCaptionAlignmentType](../../controlcaptionalignmenttype/) +* Class [RadioButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/getgroupname/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/getgroupname/_index.md new file mode 100644 index 00000000000..cee4cfcbeb1 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/getgroupname/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::GetGroupName method +linktitle: GetGroupName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::GetGroupName method. Gets and sets the group''s name in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/getgroupname/ +--- +## RadioButtonActiveXControl::GetGroupName method + + +Gets and sets the group's name. + +```cpp +U16String Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::GetGroupName() +``` + + +## Examples + + +```cpp +U16String name = activeXControl.GetGroupName(); +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [RadioButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/gettype/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/gettype/_index.md new file mode 100644 index 00000000000..fbf3b4cf4b9 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/gettype/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::GetType method. Gets the type of the ActiveX control in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/gettype/ +--- +## RadioButtonActiveXControl::GetType method + + +Gets the type of the ActiveX control. + +```cpp +ControlType Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::GetType() +``` + + +## Examples + + +```cpp +if (activeXControl.GetType() == ControlType::RadioButton) +{ + //hacer algo +} +``` + +## See Also + +* Enum [ControlType](../../controltype/) +* Class [RadioButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/isnull/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/isnull/_index.md new file mode 100644 index 00000000000..1a0ba680b8b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/isnull/ +--- +## RadioButtonActiveXControl::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RadioButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/iswordwrapped/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/iswordwrapped/_index.md new file mode 100644 index 00000000000..705e9b3e175 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/iswordwrapped/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::IsWordWrapped method +linktitle: IsWordWrapped +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::IsWordWrapped method. Indicates whether the contents of the control automatically wrap at the end of a line in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/iswordwrapped/ +--- +## RadioButtonActiveXControl::IsWordWrapped method + + +Indicates whether the contents of the control automatically wrap at the end of a line. + +```cpp +bool Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::IsWordWrapped() +``` + + +## Examples + + +```cpp +if (activeXControl.IsWordWrapped() == false) +{ + activeXControl.SetIsWordWrapped(true); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RadioButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/operator_asm/_index.md new file mode 100644 index 00000000000..f6b65e9cf5d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/operator_asm/ +--- +## RadioButtonActiveXControl::operator= method + + +operator= + +```cpp +RadioButtonActiveXControl & Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::operator=(const RadioButtonActiveXControl &src) +``` + +## See Also + +* Class [RadioButtonActiveXControl](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [RadioButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/operator_bool/_index.md new file mode 100644 index 00000000000..1f88b074d64 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/operator_bool/ +--- +## RadioButtonActiveXControl::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [RadioButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/radiobuttonactivexcontrol/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/radiobuttonactivexcontrol/_index.md new file mode 100644 index 00000000000..6b301cf52a0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/radiobuttonactivexcontrol/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::RadioButtonActiveXControl constructor +linktitle: RadioButtonActiveXControl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::RadioButtonActiveXControl constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/radiobuttonactivexcontrol/ +--- +## RadioButtonActiveXControl::RadioButtonActiveXControl(RadioButtonActiveXControl_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::RadioButtonActiveXControl(RadioButtonActiveXControl_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RadioButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) +## RadioButtonActiveXControl::RadioButtonActiveXControl(const RadioButtonActiveXControl\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::RadioButtonActiveXControl(const RadioButtonActiveXControl &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RadioButtonActiveXControl](../) +* Class [RadioButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) +## RadioButtonActiveXControl::RadioButtonActiveXControl(const ToggleButtonActiveXControl\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::RadioButtonActiveXControl(const ToggleButtonActiveXControl &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ToggleButtonActiveXControl](../../togglebuttonactivexcontrol/) +* Class [RadioButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/setalignment/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/setalignment/_index.md new file mode 100644 index 00000000000..5f8185aac0b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/setalignment/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::SetAlignment method +linktitle: SetAlignment +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::SetAlignment method. Gets and set the position of the Caption relative to the control in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/setalignment/ +--- +## RadioButtonActiveXControl::SetAlignment method + + +Gets and set the position of the Caption relative to the control. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::SetAlignment(ControlCaptionAlignmentType value) +``` + + +## Examples + + +```cpp +activeXControl.SetAlignment(ControlCaptionAlignmentType::Left); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ControlCaptionAlignmentType](../../controlcaptionalignmenttype/) +* Class [RadioButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/setgroupname/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/setgroupname/_index.md new file mode 100644 index 00000000000..cc2c0098515 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/setgroupname/_index.md @@ -0,0 +1,57 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::SetGroupName method +linktitle: SetGroupName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::SetGroupName method. Gets and sets the group''s name in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/setgroupname/ +--- +## RadioButtonActiveXControl::SetGroupName(const U16String\&) method + + +Gets and sets the group's name. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::SetGroupName(const U16String &value) +``` + + +## Examples + + +```cpp +U16String val = u"GroupName123"; +activeXControl.SetGroupName(val); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [RadioButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) +## RadioButtonActiveXControl::SetGroupName(const char16_t*) method + + +Gets and sets the group's name. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::SetGroupName(const char16_t *value) +``` + + +## Examples + + +```cpp +activeXControl.SetGroupName(u"GroupName123"); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RadioButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/setiswordwrapped/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/setiswordwrapped/_index.md new file mode 100644 index 00000000000..e7c46290bcb --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/setiswordwrapped/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::SetIsWordWrapped method +linktitle: SetIsWordWrapped +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::SetIsWordWrapped method. Indicates whether the contents of the control automatically wrap at the end of a line in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/setiswordwrapped/ +--- +## RadioButtonActiveXControl::SetIsWordWrapped method + + +Indicates whether the contents of the control automatically wrap at the end of a line. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::SetIsWordWrapped(bool value) +``` + + +## Examples + + +```cpp +if (activeXControl.IsWordWrapped() == false) +{ + activeXControl.SetIsWordWrapped(true); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RadioButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/~radiobuttonactivexcontrol/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/~radiobuttonactivexcontrol/_index.md new file mode 100644 index 00000000000..403249c9dd0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/~radiobuttonactivexcontrol/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::~RadioButtonActiveXControl method +linktitle: ~RadioButtonActiveXControl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::~RadioButtonActiveXControl method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing.activexcontrols/radiobuttonactivexcontrol/~radiobuttonactivexcontrol/ +--- +## RadioButtonActiveXControl::~RadioButtonActiveXControl method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::~RadioButtonActiveXControl() +``` + +## See Also + +* Class [RadioButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/scrollbaractivexcontrol/_impl/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/scrollbaractivexcontrol/_impl/_index.md new file mode 100644 index 00000000000..76db3bfed79 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/scrollbaractivexcontrol/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ScrollBarActiveXControl::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ScrollBarActiveXControl::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing.activexcontrols/scrollbaractivexcontrol/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ScrollBarActiveXControl_Impl* Aspose::Cells::Drawing::ActiveXControls::ScrollBarActiveXControl::_impl +``` + +## See Also + +* Class [ScrollBarActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/scrollbaractivexcontrol/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/scrollbaractivexcontrol/_index.md new file mode 100644 index 00000000000..31126103801 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/scrollbaractivexcontrol/_index.md @@ -0,0 +1,121 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ScrollBarActiveXControl class +linktitle: ScrollBarActiveXControl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ScrollBarActiveXControl class. Represents the ScrollBar control in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing.activexcontrols/scrollbaractivexcontrol/ +--- +## ScrollBarActiveXControl class + + +Represents the [ScrollBar](../../aspose.cells.drawing/scrollbar/) control. + +```cpp +class ScrollBarActiveXControl : public Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl +``` + +## Methods + +| Method | Description | +| --- | --- | +| [ActiveXControl(ActiveXControl_Impl* impl)](../activexcontrol/activexcontrol/) | Constructs from an implementation object. | +| [ActiveXControl(const ActiveXControl\& src)](../activexcontrol/activexcontrol/) | Copy constructor. | +| [ActiveXControl(const ActiveXControlBase\& src)](../activexcontrol/activexcontrol/) | Constructs from a parent object. | +| [ActiveXControlBase(ActiveXControlBase_Impl* impl)](../activexcontrolbase/activexcontrolbase/) | Constructs from an implementation object. | +| [ActiveXControlBase(const ActiveXControlBase\& src)](../activexcontrolbase/activexcontrolbase/) | Copy constructor. | +| [GetBackOleColor()](../activexcontrolbase/getbackolecolor/) | Gets and sets the ole color of the background. | +| [GetData()](../activexcontrol/getdata/) | Gets and sets the binary data of the control. | +| [GetFont()](../activexcontrol/getfont/) | Represents the font of the control. | +| [GetForeOleColor()](../activexcontrolbase/getforeolecolor/) | Gets and sets the ole color of the foreground. | +| [GetHeight()](../activexcontrolbase/getheight/) | Gets and sets the height of the control in unit of points. | +| [GetIMEMode()](../activexcontrol/getimemode/) | Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus. | +| [GetLargeChange()](./getlargechange/) | Gets and sets the amount by which the Position property changes. | +| [GetLinkedCell()](../activexcontrolbase/getlinkedcell/) | Gets and sets the linked cell. | +| [GetListFillRange()](../activexcontrolbase/getlistfillrange/) | Gets and sets the list fill range. | +| [GetMax()](../spinbuttonactivexcontrol/getmax/) | Gets and sets the maximum acceptable value. | +| [GetMin()](../spinbuttonactivexcontrol/getmin/) | Gets and sets the minimum acceptable value. | +| [GetMouseIcon()](../activexcontrolbase/getmouseicon/) | Gets and sets a custom icon to display as the mouse pointer for the control. | +| [GetMousePointer()](../activexcontrolbase/getmousepointer/) | Gets and sets the type of icon displayed as the mouse pointer for the control. | +| [GetOrientation()](../spinbuttonactivexcontrol/getorientation/) | Gets and sets whether the SpinButton or [ScrollBar](../../aspose.cells.drawing/scrollbar/) is oriented vertically or horizontally. | +| [GetPosition()](../spinbuttonactivexcontrol/getposition/) | Gets and sets the value. | +| [GetShadow()](../activexcontrolbase/getshadow/) | Indicates whether to show a shadow. | +| [GetSmallChange()](../spinbuttonactivexcontrol/getsmallchange/) | Gets and sets the amount by which the Position property changes. | +| [GetTextAlign()](../activexcontrol/gettextalign/) | Represents how to align the text used by the control. | +| virtual [GetType()](./gettype/) | Gets the type of the ActiveX control. | +| [GetWidth()](../activexcontrolbase/getwidth/) | Gets and sets the width of the control in unit of points. | +| [GetWorkbook()](../activexcontrolbase/getworkbook/) | Gets the [Workbook](../../aspose.cells/workbook/) object. | +| [IsAutoSize()](../activexcontrol/isautosize/) | Indicates whether the control will automatically resize to display its entire contents. | +| [IsEnabled()](../activexcontrol/isenabled/) | Indicates whether the control can receive the focus and respond to user-generated events. | +| [IsLocked()](../activexcontrol/islocked/) | Indicates whether data in the control is locked for editing. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsTransparent()](../activexcontrol/istransparent/) | Indicates whether the control is transparent. | +| [IsVisible()](../activexcontrolbase/isvisible/) | Indicates whether this control is visible. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ScrollBarActiveXControl\& src)](./operator_asm/) | operator= | +| [operator=(const SpinButtonActiveXControl\& src)](../spinbuttonactivexcontrol/operator_asm/) | operator= | +| [operator=(const ActiveXControl\& src)](../activexcontrol/operator_asm/) | operator= | +| [operator=(const ActiveXControlBase\& src)](../activexcontrolbase/operator_asm/) | operator= | +| [ScrollBarActiveXControl(ScrollBarActiveXControl_Impl* impl)](./scrollbaractivexcontrol/) | Constructs from an implementation object. | +| [ScrollBarActiveXControl(const ScrollBarActiveXControl\& src)](./scrollbaractivexcontrol/) | Copy constructor. | +| [ScrollBarActiveXControl(const SpinButtonActiveXControl\& src)](./scrollbaractivexcontrol/) | Constructs from a parent object. | +| [SetBackOleColor(int32_t value)](../activexcontrolbase/setbackolecolor/) | Gets and sets the ole color of the background. | +| [SetForeOleColor(int32_t value)](../activexcontrolbase/setforeolecolor/) | Gets and sets the ole color of the foreground. | +| [SetHeight(double value)](../activexcontrolbase/setheight/) | Gets and sets the height of the control in unit of points. | +| [SetIMEMode(InputMethodEditorMode value)](../activexcontrol/setimemode/) | Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus. | +| [SetIsAutoSize(bool value)](../activexcontrol/setisautosize/) | Indicates whether the control will automatically resize to display its entire contents. | +| [SetIsEnabled(bool value)](../activexcontrol/setisenabled/) | Indicates whether the control can receive the focus and respond to user-generated events. | +| [SetIsLocked(bool value)](../activexcontrol/setislocked/) | Indicates whether data in the control is locked for editing. | +| [SetIsTransparent(bool value)](../activexcontrol/setistransparent/) | Indicates whether the control is transparent. | +| [SetIsVisible(bool value)](../activexcontrolbase/setisvisible/) | Indicates whether this control is visible. | +| [SetLargeChange(int32_t value)](./setlargechange/) | Gets and sets the amount by which the Position property changes. | +| [SetLinkedCell(const U16String\& value)](../activexcontrolbase/setlinkedcell/) | Gets and sets the linked cell. | +| [SetLinkedCell(const char16_t* value)](../activexcontrolbase/setlinkedcell/) | Gets and sets the linked cell. | +| [SetListFillRange(const U16String\& value)](../activexcontrolbase/setlistfillrange/) | Gets and sets the list fill range. | +| [SetListFillRange(const char16_t* value)](../activexcontrolbase/setlistfillrange/) | Gets and sets the list fill range. | +| [SetMax(int32_t value)](../spinbuttonactivexcontrol/setmax/) | Gets and sets the maximum acceptable value. | +| [SetMin(int32_t value)](../spinbuttonactivexcontrol/setmin/) | Gets and sets the minimum acceptable value. | +| [SetMouseIcon(const Vector \\& value)](../activexcontrolbase/setmouseicon/) | Gets and sets a custom icon to display as the mouse pointer for the control. | +| [SetMousePointer(ControlMousePointerType value)](../activexcontrolbase/setmousepointer/) | Gets and sets the type of icon displayed as the mouse pointer for the control. | +| [SetOrientation(ControlScrollOrientation value)](../spinbuttonactivexcontrol/setorientation/) | Gets and sets whether the SpinButton or [ScrollBar](../../aspose.cells.drawing/scrollbar/) is oriented vertically or horizontally. | +| [SetPosition(int32_t value)](../spinbuttonactivexcontrol/setposition/) | Gets and sets the value. | +| [SetShadow(bool value)](../activexcontrolbase/setshadow/) | Indicates whether to show a shadow. | +| [SetSmallChange(int32_t value)](../spinbuttonactivexcontrol/setsmallchange/) | Gets and sets the amount by which the Position property changes. | +| [SetTextAlign(TextAlignmentType value)](../activexcontrol/settextalign/) | Represents how to align the text used by the control. | +| [SetWidth(double value)](../activexcontrolbase/setwidth/) | Gets and sets the width of the control in unit of points. | +| [SpinButtonActiveXControl(SpinButtonActiveXControl_Impl* impl)](../spinbuttonactivexcontrol/spinbuttonactivexcontrol/) | Constructs from an implementation object. | +| [SpinButtonActiveXControl(const SpinButtonActiveXControl\& src)](../spinbuttonactivexcontrol/spinbuttonactivexcontrol/) | Copy constructor. | +| [SpinButtonActiveXControl(const ActiveXControl\& src)](../spinbuttonactivexcontrol/spinbuttonactivexcontrol/) | Constructs from a parent object. | +| [~ActiveXControl()](../activexcontrol/~activexcontrol/) | Destructor. | +| [~ActiveXControlBase()](../activexcontrolbase/~activexcontrolbase/) | Destructor. | +| [~ScrollBarActiveXControl()](./~scrollbaractivexcontrol/) | Destructor. | +| [~SpinButtonActiveXControl()](../spinbuttonactivexcontrol/~spinbuttonactivexcontrol/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Inicializar un nuevo libro de trabajo. +Workbook book; + +//Agregar un ToggleButtonActiveXControl. +Shape shape = book.GetWorksheets().Get(0).GetShapes().AddActiveXControl(ControlType::ScrollBar, 1, 0, 1, 0, 100, 50); +ScrollBarActiveXControl activeXControl = (ScrollBarActiveXControl)shape.GetActiveXControl(); + +//Guarde el archivo de Excel. +book.Save(u"exmaple.xlsx"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [SpinButtonActiveXControl](../spinbuttonactivexcontrol/) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/scrollbaractivexcontrol/getlargechange/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/scrollbaractivexcontrol/getlargechange/_index.md new file mode 100644 index 00000000000..0261315695a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/scrollbaractivexcontrol/getlargechange/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ScrollBarActiveXControl::GetLargeChange method +linktitle: GetLargeChange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ScrollBarActiveXControl::GetLargeChange method. Gets and sets the amount by which the Position property changes in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing.activexcontrols/scrollbaractivexcontrol/getlargechange/ +--- +## ScrollBarActiveXControl::GetLargeChange method + + +Gets and sets the amount by which the Position property changes. + +```cpp +int32_t Aspose::Cells::Drawing::ActiveXControls::ScrollBarActiveXControl::GetLargeChange() +``` + + +## Examples + + +```cpp +int largeChange = activeXControl.GetLargeChange(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ScrollBarActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/scrollbaractivexcontrol/gettype/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/scrollbaractivexcontrol/gettype/_index.md new file mode 100644 index 00000000000..a2b4addbbe7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/scrollbaractivexcontrol/gettype/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ScrollBarActiveXControl::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ScrollBarActiveXControl::GetType method. Gets the type of the ActiveX control in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.activexcontrols/scrollbaractivexcontrol/gettype/ +--- +## ScrollBarActiveXControl::GetType method + + +Gets the type of the ActiveX control. + +```cpp +ControlType Aspose::Cells::Drawing::ActiveXControls::ScrollBarActiveXControl::GetType() +``` + + +## Examples + + +```cpp +if (activeXControl.GetType() == ControlType::ScrollBar) +{ + //hacer algo +} +``` + +## See Also + +* Enum [ControlType](../../controltype/) +* Class [ScrollBarActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/scrollbaractivexcontrol/isnull/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/scrollbaractivexcontrol/isnull/_index.md new file mode 100644 index 00000000000..cb4f3a14a1b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/scrollbaractivexcontrol/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ScrollBarActiveXControl::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ScrollBarActiveXControl::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.activexcontrols/scrollbaractivexcontrol/isnull/ +--- +## ScrollBarActiveXControl::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::ActiveXControls::ScrollBarActiveXControl::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ScrollBarActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/scrollbaractivexcontrol/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/scrollbaractivexcontrol/operator_asm/_index.md new file mode 100644 index 00000000000..1f8bafe51d2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/scrollbaractivexcontrol/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ScrollBarActiveXControl::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ScrollBarActiveXControl::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing.activexcontrols/scrollbaractivexcontrol/operator_asm/ +--- +## ScrollBarActiveXControl::operator= method + + +operator= + +```cpp +ScrollBarActiveXControl & Aspose::Cells::Drawing::ActiveXControls::ScrollBarActiveXControl::operator=(const ScrollBarActiveXControl &src) +``` + +## See Also + +* Class [ScrollBarActiveXControl](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ScrollBarActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/scrollbaractivexcontrol/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/scrollbaractivexcontrol/operator_bool/_index.md new file mode 100644 index 00000000000..16487ef0792 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/scrollbaractivexcontrol/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ScrollBarActiveXControl::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ScrollBarActiveXControl::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing.activexcontrols/scrollbaractivexcontrol/operator_bool/ +--- +## ScrollBarActiveXControl::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::ActiveXControls::ScrollBarActiveXControl::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ScrollBarActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/scrollbaractivexcontrol/scrollbaractivexcontrol/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/scrollbaractivexcontrol/scrollbaractivexcontrol/_index.md new file mode 100644 index 00000000000..4b9b03d14cb --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/scrollbaractivexcontrol/scrollbaractivexcontrol/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ScrollBarActiveXControl::ScrollBarActiveXControl constructor +linktitle: ScrollBarActiveXControl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ScrollBarActiveXControl::ScrollBarActiveXControl constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing.activexcontrols/scrollbaractivexcontrol/scrollbaractivexcontrol/ +--- +## ScrollBarActiveXControl::ScrollBarActiveXControl(ScrollBarActiveXControl_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::ScrollBarActiveXControl::ScrollBarActiveXControl(ScrollBarActiveXControl_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ScrollBarActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) +## ScrollBarActiveXControl::ScrollBarActiveXControl(const ScrollBarActiveXControl\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::ScrollBarActiveXControl::ScrollBarActiveXControl(const ScrollBarActiveXControl &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ScrollBarActiveXControl](../) +* Class [ScrollBarActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) +## ScrollBarActiveXControl::ScrollBarActiveXControl(const SpinButtonActiveXControl\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::ScrollBarActiveXControl::ScrollBarActiveXControl(const SpinButtonActiveXControl &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SpinButtonActiveXControl](../../spinbuttonactivexcontrol/) +* Class [ScrollBarActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/scrollbaractivexcontrol/setlargechange/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/scrollbaractivexcontrol/setlargechange/_index.md new file mode 100644 index 00000000000..03c9be1e917 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/scrollbaractivexcontrol/setlargechange/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ScrollBarActiveXControl::SetLargeChange method +linktitle: SetLargeChange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ScrollBarActiveXControl::SetLargeChange method. Gets and sets the amount by which the Position property changes in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing.activexcontrols/scrollbaractivexcontrol/setlargechange/ +--- +## ScrollBarActiveXControl::SetLargeChange method + + +Gets and sets the amount by which the Position property changes. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ScrollBarActiveXControl::SetLargeChange(int32_t value) +``` + + +## Examples + + +```cpp +activeXControl.SetLargeChange(5); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ScrollBarActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/scrollbaractivexcontrol/~scrollbaractivexcontrol/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/scrollbaractivexcontrol/~scrollbaractivexcontrol/_index.md new file mode 100644 index 00000000000..244cad0d05b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/scrollbaractivexcontrol/~scrollbaractivexcontrol/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ScrollBarActiveXControl::~ScrollBarActiveXControl method +linktitle: ~ScrollBarActiveXControl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ScrollBarActiveXControl::~ScrollBarActiveXControl method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing.activexcontrols/scrollbaractivexcontrol/~scrollbaractivexcontrol/ +--- +## ScrollBarActiveXControl::~ScrollBarActiveXControl method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::ScrollBarActiveXControl::~ScrollBarActiveXControl() +``` + +## See Also + +* Class [ScrollBarActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/showdropbuttontype/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/showdropbuttontype/_index.md new file mode 100644 index 00000000000..9030ae6eef6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/showdropbuttontype/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ShowDropButtonType enum +linktitle: ShowDropButtonType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ShowDropButtonType enum. Specifies when to show the drop button in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells.drawing.activexcontrols/showdropbuttontype/ +--- +## ShowDropButtonType enum + + +Specifies when to show the drop button. + +```cpp +enum class ShowDropButtonType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Never | 0 |
Never show the drop button. | +| Focus | 1 |
Show the drop button when the control has the focus. | +| Always | 2 |
Always show the drop button. | + +## See Also + +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/_impl/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/_impl/_index.md new file mode 100644 index 00000000000..3885f323faf --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::_impl field. The implementation object in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +SpinButtonActiveXControl_Impl* Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::_impl +``` + +## See Also + +* Class [SpinButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/_index.md new file mode 100644 index 00000000000..ac4b32c3e79 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/_index.md @@ -0,0 +1,115 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl class +linktitle: SpinButtonActiveXControl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl class. Represents the SpinButton control in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/ +--- +## SpinButtonActiveXControl class + + +Represents the SpinButton control. + +```cpp +class SpinButtonActiveXControl : public Aspose::Cells::Drawing::ActiveXControls::ActiveXControl +``` + +## Methods + +| Method | Description | +| --- | --- | +| [ActiveXControl(ActiveXControl_Impl* impl)](../activexcontrol/activexcontrol/) | Constructs from an implementation object. | +| [ActiveXControl(const ActiveXControl\& src)](../activexcontrol/activexcontrol/) | Copy constructor. | +| [ActiveXControl(const ActiveXControlBase\& src)](../activexcontrol/activexcontrol/) | Constructs from a parent object. | +| [ActiveXControlBase(ActiveXControlBase_Impl* impl)](../activexcontrolbase/activexcontrolbase/) | Constructs from an implementation object. | +| [ActiveXControlBase(const ActiveXControlBase\& src)](../activexcontrolbase/activexcontrolbase/) | Copy constructor. | +| [GetBackOleColor()](../activexcontrolbase/getbackolecolor/) | Gets and sets the ole color of the background. | +| [GetData()](../activexcontrol/getdata/) | Gets and sets the binary data of the control. | +| [GetFont()](../activexcontrol/getfont/) | Represents the font of the control. | +| [GetForeOleColor()](../activexcontrolbase/getforeolecolor/) | Gets and sets the ole color of the foreground. | +| [GetHeight()](../activexcontrolbase/getheight/) | Gets and sets the height of the control in unit of points. | +| [GetIMEMode()](../activexcontrol/getimemode/) | Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus. | +| [GetLinkedCell()](../activexcontrolbase/getlinkedcell/) | Gets and sets the linked cell. | +| [GetListFillRange()](../activexcontrolbase/getlistfillrange/) | Gets and sets the list fill range. | +| [GetMax()](./getmax/) | Gets and sets the maximum acceptable value. | +| [GetMin()](./getmin/) | Gets and sets the minimum acceptable value. | +| [GetMouseIcon()](../activexcontrolbase/getmouseicon/) | Gets and sets a custom icon to display as the mouse pointer for the control. | +| [GetMousePointer()](../activexcontrolbase/getmousepointer/) | Gets and sets the type of icon displayed as the mouse pointer for the control. | +| [GetOrientation()](./getorientation/) | Gets and sets whether the SpinButton or [ScrollBar](../../aspose.cells.drawing/scrollbar/) is oriented vertically or horizontally. | +| [GetPosition()](./getposition/) | Gets and sets the value. | +| [GetShadow()](../activexcontrolbase/getshadow/) | Indicates whether to show a shadow. | +| [GetSmallChange()](./getsmallchange/) | Gets and sets the amount by which the Position property changes. | +| [GetTextAlign()](../activexcontrol/gettextalign/) | Represents how to align the text used by the control. | +| virtual [GetType()](./gettype/) | Gets the type of the ActiveX control. | +| [GetWidth()](../activexcontrolbase/getwidth/) | Gets and sets the width of the control in unit of points. | +| [GetWorkbook()](../activexcontrolbase/getworkbook/) | Gets the [Workbook](../../aspose.cells/workbook/) object. | +| [IsAutoSize()](../activexcontrol/isautosize/) | Indicates whether the control will automatically resize to display its entire contents. | +| [IsEnabled()](../activexcontrol/isenabled/) | Indicates whether the control can receive the focus and respond to user-generated events. | +| [IsLocked()](../activexcontrol/islocked/) | Indicates whether data in the control is locked for editing. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsTransparent()](../activexcontrol/istransparent/) | Indicates whether the control is transparent. | +| [IsVisible()](../activexcontrolbase/isvisible/) | Indicates whether this control is visible. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const SpinButtonActiveXControl\& src)](./operator_asm/) | operator= | +| [operator=(const ActiveXControl\& src)](../activexcontrol/operator_asm/) | operator= | +| [operator=(const ActiveXControlBase\& src)](../activexcontrolbase/operator_asm/) | operator= | +| [SetBackOleColor(int32_t value)](../activexcontrolbase/setbackolecolor/) | Gets and sets the ole color of the background. | +| [SetForeOleColor(int32_t value)](../activexcontrolbase/setforeolecolor/) | Gets and sets the ole color of the foreground. | +| [SetHeight(double value)](../activexcontrolbase/setheight/) | Gets and sets the height of the control in unit of points. | +| [SetIMEMode(InputMethodEditorMode value)](../activexcontrol/setimemode/) | Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus. | +| [SetIsAutoSize(bool value)](../activexcontrol/setisautosize/) | Indicates whether the control will automatically resize to display its entire contents. | +| [SetIsEnabled(bool value)](../activexcontrol/setisenabled/) | Indicates whether the control can receive the focus and respond to user-generated events. | +| [SetIsLocked(bool value)](../activexcontrol/setislocked/) | Indicates whether data in the control is locked for editing. | +| [SetIsTransparent(bool value)](../activexcontrol/setistransparent/) | Indicates whether the control is transparent. | +| [SetIsVisible(bool value)](../activexcontrolbase/setisvisible/) | Indicates whether this control is visible. | +| [SetLinkedCell(const U16String\& value)](../activexcontrolbase/setlinkedcell/) | Gets and sets the linked cell. | +| [SetLinkedCell(const char16_t* value)](../activexcontrolbase/setlinkedcell/) | Gets and sets the linked cell. | +| [SetListFillRange(const U16String\& value)](../activexcontrolbase/setlistfillrange/) | Gets and sets the list fill range. | +| [SetListFillRange(const char16_t* value)](../activexcontrolbase/setlistfillrange/) | Gets and sets the list fill range. | +| [SetMax(int32_t value)](./setmax/) | Gets and sets the maximum acceptable value. | +| [SetMin(int32_t value)](./setmin/) | Gets and sets the minimum acceptable value. | +| [SetMouseIcon(const Vector \\& value)](../activexcontrolbase/setmouseicon/) | Gets and sets a custom icon to display as the mouse pointer for the control. | +| [SetMousePointer(ControlMousePointerType value)](../activexcontrolbase/setmousepointer/) | Gets and sets the type of icon displayed as the mouse pointer for the control. | +| [SetOrientation(ControlScrollOrientation value)](./setorientation/) | Gets and sets whether the SpinButton or [ScrollBar](../../aspose.cells.drawing/scrollbar/) is oriented vertically or horizontally. | +| [SetPosition(int32_t value)](./setposition/) | Gets and sets the value. | +| [SetShadow(bool value)](../activexcontrolbase/setshadow/) | Indicates whether to show a shadow. | +| [SetSmallChange(int32_t value)](./setsmallchange/) | Gets and sets the amount by which the Position property changes. | +| [SetTextAlign(TextAlignmentType value)](../activexcontrol/settextalign/) | Represents how to align the text used by the control. | +| [SetWidth(double value)](../activexcontrolbase/setwidth/) | Gets and sets the width of the control in unit of points. | +| [SpinButtonActiveXControl(SpinButtonActiveXControl_Impl* impl)](./spinbuttonactivexcontrol/) | Constructs from an implementation object. | +| [SpinButtonActiveXControl(const SpinButtonActiveXControl\& src)](./spinbuttonactivexcontrol/) | Copy constructor. | +| [SpinButtonActiveXControl(const ActiveXControl\& src)](./spinbuttonactivexcontrol/) | Constructs from a parent object. | +| [~ActiveXControl()](../activexcontrol/~activexcontrol/) | Destructor. | +| [~ActiveXControlBase()](../activexcontrolbase/~activexcontrolbase/) | Destructor. | +| [~SpinButtonActiveXControl()](./~spinbuttonactivexcontrol/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Inicializar un nuevo libro de trabajo. +Workbook book; + +//Agregar un ToggleButtonActiveXControl. +Shape shape = book.GetWorksheets().Get(0).GetShapes().AddActiveXControl(ControlType::SpinButton, 1, 0, 1, 0, 100, 50); +SpinButtonActiveXControl activeXControl = (SpinButtonActiveXControl)shape.GetActiveXControl(); + + +//Guarde el archivo de Excel. +book.Save(u"exmaple.xlsx"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [ActiveXControl](../activexcontrol/) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/getmax/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/getmax/_index.md new file mode 100644 index 00000000000..1681a0b7248 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/getmax/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::GetMax method +linktitle: GetMax +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::GetMax method. Gets and sets the maximum acceptable value in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/getmax/ +--- +## SpinButtonActiveXControl::GetMax method + + +Gets and sets the maximum acceptable value. + +```cpp +int32_t Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::GetMax() +``` + + +## Examples + + +```cpp +int max = activeXControl.GetMax(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SpinButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/getmin/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/getmin/_index.md new file mode 100644 index 00000000000..a2eff1d311a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/getmin/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::GetMin method +linktitle: GetMin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::GetMin method. Gets and sets the minimum acceptable value in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/getmin/ +--- +## SpinButtonActiveXControl::GetMin method + + +Gets and sets the minimum acceptable value. + +```cpp +int32_t Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::GetMin() +``` + + +## Examples + + +```cpp +int min = activeXControl.GetMin(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SpinButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/getorientation/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/getorientation/_index.md new file mode 100644 index 00000000000..e447dfb5fb8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/getorientation/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::GetOrientation method +linktitle: GetOrientation +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::GetOrientation method. Gets and sets whether the SpinButton or ScrollBar is oriented vertically or horizontally in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/getorientation/ +--- +## SpinButtonActiveXControl::GetOrientation method + + +Gets and sets whether the SpinButton or [ScrollBar](../../../aspose.cells.drawing/scrollbar/) is oriented vertically or horizontally. + +```cpp +ControlScrollOrientation Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::GetOrientation() +``` + + +## Examples + + +```cpp +if (activeXControl.GetOrientation() == ControlScrollOrientation::Auto) +{ + activeXControl.SetOrientation(ControlScrollOrientation::Horizontal); +} +``` + +## See Also + +* Enum [ControlScrollOrientation](../../controlscrollorientation/) +* Class [SpinButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/getposition/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/getposition/_index.md new file mode 100644 index 00000000000..2a071ca4a9f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/getposition/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::GetPosition method +linktitle: GetPosition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::GetPosition method. Gets and sets the value in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/getposition/ +--- +## SpinButtonActiveXControl::GetPosition method + + +Gets and sets the value. + +```cpp +int32_t Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::GetPosition() +``` + + +## Examples + + +```cpp +int pos = activeXControl.GetPosition(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SpinButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/getsmallchange/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/getsmallchange/_index.md new file mode 100644 index 00000000000..00bfe875161 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/getsmallchange/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::GetSmallChange method +linktitle: GetSmallChange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::GetSmallChange method. Gets and sets the amount by which the Position property changes in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/getsmallchange/ +--- +## SpinButtonActiveXControl::GetSmallChange method + + +Gets and sets the amount by which the Position property changes. + +```cpp +int32_t Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::GetSmallChange() +``` + + +## Examples + + +```cpp +int smallChange = activeXControl.GetSmallChange(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SpinButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/gettype/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/gettype/_index.md new file mode 100644 index 00000000000..3627cf87e7e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/gettype/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::GetType method. Gets the type of the ActiveX control in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/gettype/ +--- +## SpinButtonActiveXControl::GetType method + + +Gets the type of the ActiveX control. + +```cpp +ControlType Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::GetType() +``` + + +## Examples + + +```cpp +if (activeXControl.GetType() == ControlType::SpinButton) +{ + //hacer algo +} +``` + +## See Also + +* Enum [ControlType](../../controltype/) +* Class [SpinButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/isnull/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/isnull/_index.md new file mode 100644 index 00000000000..d1ef1c87341 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/isnull/ +--- +## SpinButtonActiveXControl::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SpinButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/operator_asm/_index.md new file mode 100644 index 00000000000..04b2611e81e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/operator_asm/ +--- +## SpinButtonActiveXControl::operator= method + + +operator= + +```cpp +SpinButtonActiveXControl & Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::operator=(const SpinButtonActiveXControl &src) +``` + +## See Also + +* Class [SpinButtonActiveXControl](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [SpinButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/operator_bool/_index.md new file mode 100644 index 00000000000..b76bc836edc --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/operator_bool/ +--- +## SpinButtonActiveXControl::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [SpinButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/setmax/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/setmax/_index.md new file mode 100644 index 00000000000..7fdbdeff12c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/setmax/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::SetMax method +linktitle: SetMax +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::SetMax method. Gets and sets the maximum acceptable value in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/setmax/ +--- +## SpinButtonActiveXControl::SetMax method + + +Gets and sets the maximum acceptable value. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::SetMax(int32_t value) +``` + + +## Examples + + +```cpp +activeXControl.SetMax(100); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SpinButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/setmin/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/setmin/_index.md new file mode 100644 index 00000000000..784064645f6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/setmin/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::SetMin method +linktitle: SetMin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::SetMin method. Gets and sets the minimum acceptable value in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/setmin/ +--- +## SpinButtonActiveXControl::SetMin method + + +Gets and sets the minimum acceptable value. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::SetMin(int32_t value) +``` + + +## Examples + + +```cpp +activeXControl.SetMin(0); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SpinButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/setorientation/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/setorientation/_index.md new file mode 100644 index 00000000000..e5b0676cd76 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/setorientation/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::SetOrientation method +linktitle: SetOrientation +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::SetOrientation method. Gets and sets whether the SpinButton or ScrollBar is oriented vertically or horizontally in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/setorientation/ +--- +## SpinButtonActiveXControl::SetOrientation method + + +Gets and sets whether the SpinButton or [ScrollBar](../../../aspose.cells.drawing/scrollbar/) is oriented vertically or horizontally. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::SetOrientation(ControlScrollOrientation value) +``` + + +## Examples + + +```cpp +if (activeXControl.GetOrientation() == ControlScrollOrientation::Auto) +{ + activeXControl.SetOrientation(ControlScrollOrientation::Horizontal); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ControlScrollOrientation](../../controlscrollorientation/) +* Class [SpinButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/setposition/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/setposition/_index.md new file mode 100644 index 00000000000..f716cd0d66b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/setposition/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::SetPosition method +linktitle: SetPosition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::SetPosition method. Gets and sets the value in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/setposition/ +--- +## SpinButtonActiveXControl::SetPosition method + + +Gets and sets the value. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::SetPosition(int32_t value) +``` + + +## Examples + + +```cpp +activeXControl.SetPosition(30); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SpinButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/setsmallchange/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/setsmallchange/_index.md new file mode 100644 index 00000000000..d6cca17dd95 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/setsmallchange/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::SetSmallChange method +linktitle: SetSmallChange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::SetSmallChange method. Gets and sets the amount by which the Position property changes in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/setsmallchange/ +--- +## SpinButtonActiveXControl::SetSmallChange method + + +Gets and sets the amount by which the Position property changes. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::SetSmallChange(int32_t value) +``` + + +## Examples + + +```cpp +activeXControl.SetSmallChange(5); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SpinButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/spinbuttonactivexcontrol/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/spinbuttonactivexcontrol/_index.md new file mode 100644 index 00000000000..9739cb9eb34 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/spinbuttonactivexcontrol/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::SpinButtonActiveXControl constructor +linktitle: SpinButtonActiveXControl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::SpinButtonActiveXControl constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/spinbuttonactivexcontrol/ +--- +## SpinButtonActiveXControl::SpinButtonActiveXControl(SpinButtonActiveXControl_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::SpinButtonActiveXControl(SpinButtonActiveXControl_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SpinButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) +## SpinButtonActiveXControl::SpinButtonActiveXControl(const SpinButtonActiveXControl\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::SpinButtonActiveXControl(const SpinButtonActiveXControl &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SpinButtonActiveXControl](../) +* Class [SpinButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) +## SpinButtonActiveXControl::SpinButtonActiveXControl(const ActiveXControl\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::SpinButtonActiveXControl(const ActiveXControl &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ActiveXControl](../../activexcontrol/) +* Class [SpinButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/~spinbuttonactivexcontrol/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/~spinbuttonactivexcontrol/_index.md new file mode 100644 index 00000000000..4a93edb53fa --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/~spinbuttonactivexcontrol/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::~SpinButtonActiveXControl method +linktitle: ~SpinButtonActiveXControl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::~SpinButtonActiveXControl method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing.activexcontrols/spinbuttonactivexcontrol/~spinbuttonactivexcontrol/ +--- +## SpinButtonActiveXControl::~SpinButtonActiveXControl method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::~SpinButtonActiveXControl() +``` + +## See Also + +* Class [SpinButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/_impl/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/_impl/_index.md new file mode 100644 index 00000000000..dfc14e95b79 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::_impl field. The implementation object in C++.' +type: docs +weight: 4700 +url: /es/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +TextBoxActiveXControl_Impl* Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::_impl +``` + +## See Also + +* Class [TextBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/_index.md new file mode 100644 index 00000000000..16fc361843c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/_index.md @@ -0,0 +1,146 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl class +linktitle: TextBoxActiveXControl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl class. Represents a text box ActiveX control in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/ +--- +## TextBoxActiveXControl class + + +Represents a text box ActiveX control. + +```cpp +class TextBoxActiveXControl : public Aspose::Cells::Drawing::ActiveXControls::ActiveXControl +``` + +## Methods + +| Method | Description | +| --- | --- | +| [ActiveXControl(ActiveXControl_Impl* impl)](../activexcontrol/activexcontrol/) | Constructs from an implementation object. | +| [ActiveXControl(const ActiveXControl\& src)](../activexcontrol/activexcontrol/) | Copy constructor. | +| [ActiveXControl(const ActiveXControlBase\& src)](../activexcontrol/activexcontrol/) | Constructs from a parent object. | +| [ActiveXControlBase(ActiveXControlBase_Impl* impl)](../activexcontrolbase/activexcontrolbase/) | Constructs from an implementation object. | +| [ActiveXControlBase(const ActiveXControlBase\& src)](../activexcontrolbase/activexcontrolbase/) | Copy constructor. | +| [GetBackOleColor()](../activexcontrolbase/getbackolecolor/) | Gets and sets the ole color of the background. | +| [GetBorderOleColor()](./getborderolecolor/) | Gets and sets the ole color of the background. | +| [GetBorderStyle()](./getborderstyle/) | Gets and set the type of border used by the control. | +| [GetData()](../activexcontrol/getdata/) | Gets and sets the binary data of the control. | +| [GetDropButtonStyle()](./getdropbuttonstyle/) | Specifies the symbol displayed on the drop button. | +| [GetEnterFieldBehavior()](./getenterfieldbehavior/) | Specifies selection behavior when entering the control. True specifies that the selection remains unchanged from last time the control was active. False specifies that all the text in the control will be selected when entering the control. | +| [GetEnterKeyBehavior()](./getenterkeybehavior/) | Specifies the behavior of the ENTER key. True specifies that pressing ENTER will create a new line. False specifies that pressing ENTER will move the focus to the next object in the tab order. | +| [GetFont()](../activexcontrol/getfont/) | Represents the font of the control. | +| [GetForeOleColor()](../activexcontrolbase/getforeolecolor/) | Gets and sets the ole color of the foreground. | +| [GetHeight()](../activexcontrolbase/getheight/) | Gets and sets the height of the control in unit of points. | +| [GetHideSelection()](./gethideselection/) | Indicates whether selected text in the control appears highlighted when the control does not have focus. | +| [GetIMEMode()](../activexcontrol/getimemode/) | Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus. | +| [GetIntegralHeight()](./getintegralheight/) | Indicates whether the control will only show complete lines of text without showing any partial lines. | +| [GetLinkedCell()](../activexcontrolbase/getlinkedcell/) | Gets and sets the linked cell. | +| [GetListFillRange()](../activexcontrolbase/getlistfillrange/) | Gets and sets the list fill range. | +| [GetMaxLength()](./getmaxlength/) | Gets and sets the maximum number of characters. | +| [GetMouseIcon()](../activexcontrolbase/getmouseicon/) | Gets and sets a custom icon to display as the mouse pointer for the control. | +| [GetMousePointer()](../activexcontrolbase/getmousepointer/) | Gets and sets the type of icon displayed as the mouse pointer for the control. | +| [GetPasswordChar()](./getpasswordchar/) | Gets and sets a character to be displayed in place of the characters entered. | +| [GetScrollBars()](./getscrollbars/) | Indicates specifies whether the control has vertical scroll bars, horizontal scroll bars, both, or neither. | +| [GetShadow()](../activexcontrolbase/getshadow/) | Indicates whether to show a shadow. | +| [GetShowDropButtonTypeWhen()](./getshowdropbuttontypewhen/) | Specifies the symbol displayed on the drop button. | +| [GetSpecialEffect()](./getspecialeffect/) | Gets and sets the special effect of the control. | +| [GetTabKeyBehavior()](./gettabkeybehavior/) | Indicates whether tab characters are allowed in the text of the control. | +| [GetText()](./gettext/) | Gets and set text of the control. | +| [GetTextAlign()](../activexcontrol/gettextalign/) | Represents how to align the text used by the control. | +| virtual [GetType()](./gettype/) | Gets the type of the ActiveX control. | +| [GetWidth()](../activexcontrolbase/getwidth/) | Gets and sets the width of the control in unit of points. | +| [GetWorkbook()](../activexcontrolbase/getworkbook/) | Gets the [Workbook](../../aspose.cells/workbook/) object. | +| [IsAutoSize()](../activexcontrol/isautosize/) | Indicates whether the control will automatically resize to display its entire contents. | +| [IsAutoTab()](./isautotab/) | Indicates whether the focus will automatically move to the next control when the user enters the maximum number of characters. | +| [IsAutoWordSelected()](./isautowordselected/) | Specifies the basic unit used to extend a selection. True specifies that the basic unit is a single character. false specifies that the basic unit is a whole word. | +| [IsDragBehaviorEnabled()](./isdragbehaviorenabled/) | Indicates whether dragging and dropping is enabled for the control. | +| [IsEditable()](./iseditable/) | Indicates whether the user can type into the control. | +| [IsEnabled()](../activexcontrol/isenabled/) | Indicates whether the control can receive the focus and respond to user-generated events. | +| [IsLocked()](../activexcontrol/islocked/) | Indicates whether data in the control is locked for editing. | +| [IsMultiLine()](./ismultiline/) | Indicates whether the control can display more than one line of text. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsTransparent()](../activexcontrol/istransparent/) | Indicates whether the control is transparent. | +| [IsVisible()](../activexcontrolbase/isvisible/) | Indicates whether this control is visible. | +| [IsWordWrapped()](./iswordwrapped/) | Indicates whether the contents of the control automatically wrap at the end of a line. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const TextBoxActiveXControl\& src)](./operator_asm/) | operator= | +| [operator=(const ActiveXControl\& src)](../activexcontrol/operator_asm/) | operator= | +| [operator=(const ActiveXControlBase\& src)](../activexcontrolbase/operator_asm/) | operator= | +| [SetBackOleColor(int32_t value)](../activexcontrolbase/setbackolecolor/) | Gets and sets the ole color of the background. | +| [SetBorderOleColor(int32_t value)](./setborderolecolor/) | Gets and sets the ole color of the background. | +| [SetBorderStyle(ControlBorderType value)](./setborderstyle/) | Gets and set the type of border used by the control. | +| [SetDropButtonStyle(DropButtonStyle value)](./setdropbuttonstyle/) | Specifies the symbol displayed on the drop button. | +| [SetEnterFieldBehavior(bool value)](./setenterfieldbehavior/) | Specifies selection behavior when entering the control. True specifies that the selection remains unchanged from last time the control was active. False specifies that all the text in the control will be selected when entering the control. | +| [SetEnterKeyBehavior(bool value)](./setenterkeybehavior/) | Specifies the behavior of the ENTER key. True specifies that pressing ENTER will create a new line. False specifies that pressing ENTER will move the focus to the next object in the tab order. | +| [SetForeOleColor(int32_t value)](../activexcontrolbase/setforeolecolor/) | Gets and sets the ole color of the foreground. | +| [SetHeight(double value)](../activexcontrolbase/setheight/) | Gets and sets the height of the control in unit of points. | +| [SetHideSelection(bool value)](./sethideselection/) | Indicates whether selected text in the control appears highlighted when the control does not have focus. | +| [SetIMEMode(InputMethodEditorMode value)](../activexcontrol/setimemode/) | Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus. | +| [SetIntegralHeight(bool value)](./setintegralheight/) | Indicates whether the control will only show complete lines of text without showing any partial lines. | +| [SetIsAutoSize(bool value)](../activexcontrol/setisautosize/) | Indicates whether the control will automatically resize to display its entire contents. | +| [SetIsAutoTab(bool value)](./setisautotab/) | Indicates whether the focus will automatically move to the next control when the user enters the maximum number of characters. | +| [SetIsAutoWordSelected(bool value)](./setisautowordselected/) | Specifies the basic unit used to extend a selection. True specifies that the basic unit is a single character. false specifies that the basic unit is a whole word. | +| [SetIsDragBehaviorEnabled(bool value)](./setisdragbehaviorenabled/) | Indicates whether dragging and dropping is enabled for the control. | +| [SetIsEditable(bool value)](./setiseditable/) | Indicates whether the user can type into the control. | +| [SetIsEnabled(bool value)](../activexcontrol/setisenabled/) | Indicates whether the control can receive the focus and respond to user-generated events. | +| [SetIsLocked(bool value)](../activexcontrol/setislocked/) | Indicates whether data in the control is locked for editing. | +| [SetIsMultiLine(bool value)](./setismultiline/) | Indicates whether the control can display more than one line of text. | +| [SetIsTransparent(bool value)](../activexcontrol/setistransparent/) | Indicates whether the control is transparent. | +| [SetIsVisible(bool value)](../activexcontrolbase/setisvisible/) | Indicates whether this control is visible. | +| [SetIsWordWrapped(bool value)](./setiswordwrapped/) | Indicates whether the contents of the control automatically wrap at the end of a line. | +| [SetLinkedCell(const U16String\& value)](../activexcontrolbase/setlinkedcell/) | Gets and sets the linked cell. | +| [SetLinkedCell(const char16_t* value)](../activexcontrolbase/setlinkedcell/) | Gets and sets the linked cell. | +| [SetListFillRange(const U16String\& value)](../activexcontrolbase/setlistfillrange/) | Gets and sets the list fill range. | +| [SetListFillRange(const char16_t* value)](../activexcontrolbase/setlistfillrange/) | Gets and sets the list fill range. | +| [SetMaxLength(int32_t value)](./setmaxlength/) | Gets and sets the maximum number of characters. | +| [SetMouseIcon(const Vector \\& value)](../activexcontrolbase/setmouseicon/) | Gets and sets a custom icon to display as the mouse pointer for the control. | +| [SetMousePointer(ControlMousePointerType value)](../activexcontrolbase/setmousepointer/) | Gets and sets the type of icon displayed as the mouse pointer for the control. | +| [SetPasswordChar(char16_t value)](./setpasswordchar/) | Gets and sets a character to be displayed in place of the characters entered. | +| [SetScrollBars(ControlScrollBarType value)](./setscrollbars/) | Indicates specifies whether the control has vertical scroll bars, horizontal scroll bars, both, or neither. | +| [SetShadow(bool value)](../activexcontrolbase/setshadow/) | Indicates whether to show a shadow. | +| [SetShowDropButtonTypeWhen(ShowDropButtonType value)](./setshowdropbuttontypewhen/) | Specifies the symbol displayed on the drop button. | +| [SetSpecialEffect(ControlSpecialEffectType value)](./setspecialeffect/) | Gets and sets the special effect of the control. | +| [SetTabKeyBehavior(bool value)](./settabkeybehavior/) | Indicates whether tab characters are allowed in the text of the control. | +| [SetText(const U16String\& value)](./settext/) | Gets and set text of the control. | +| [SetText(const char16_t* value)](./settext/) | Gets and set text of the control. | +| [SetTextAlign(TextAlignmentType value)](../activexcontrol/settextalign/) | Represents how to align the text used by the control. | +| [SetWidth(double value)](../activexcontrolbase/setwidth/) | Gets and sets the width of the control in unit of points. | +| [TextBoxActiveXControl(TextBoxActiveXControl_Impl* impl)](./textboxactivexcontrol/) | Constructs from an implementation object. | +| [TextBoxActiveXControl(const TextBoxActiveXControl\& src)](./textboxactivexcontrol/) | Copy constructor. | +| [TextBoxActiveXControl(const ActiveXControl\& src)](./textboxactivexcontrol/) | Constructs from a parent object. | +| [~ActiveXControl()](../activexcontrol/~activexcontrol/) | Destructor. | +| [~ActiveXControlBase()](../activexcontrolbase/~activexcontrolbase/) | Destructor. | +| [~TextBoxActiveXControl()](./~textboxactivexcontrol/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Inicializar un nuevo libro de trabajo. +Workbook book; + +//Agregar un TextBoxActiveXControl. +Shape shape = book.GetWorksheets().Get(0).GetShapes().AddActiveXControl(ControlType::TextBox, 1, 0, 1, 0, 100, 50); +TextBoxActiveXControl activeXControl = (TextBoxActiveXControl)shape.GetActiveXControl(); + + +//Guarde el archivo de Excel. +book.Save(u"exmaple.xlsx"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [ActiveXControl](../activexcontrol/) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/getborderolecolor/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/getborderolecolor/_index.md new file mode 100644 index 00000000000..50c092ae847 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/getborderolecolor/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetBorderOleColor method +linktitle: GetBorderOleColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetBorderOleColor method. Gets and sets the ole color of the background in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/getborderolecolor/ +--- +## TextBoxActiveXControl::GetBorderOleColor method + + +Gets and sets the ole color of the background. + +```cpp +int32_t Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetBorderOleColor() +``` + + +## Examples + + +```cpp +int iColor = activeXControl.GetBorderOleColor(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/getborderstyle/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/getborderstyle/_index.md new file mode 100644 index 00000000000..4e95fcbad23 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/getborderstyle/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetBorderStyle method +linktitle: GetBorderStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetBorderStyle method. Gets and set the type of border used by the control in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/getborderstyle/ +--- +## TextBoxActiveXControl::GetBorderStyle method + + +Gets and set the type of border used by the control. + +```cpp +ControlBorderType Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetBorderStyle() +``` + + +## Examples + + +```cpp +ControlBorderType borderType = activeXControl.GetBorderStyle(); +``` + +## See Also + +* Enum [ControlBorderType](../../controlbordertype/) +* Class [TextBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/getdropbuttonstyle/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/getdropbuttonstyle/_index.md new file mode 100644 index 00000000000..d05b67cb4ba --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/getdropbuttonstyle/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetDropButtonStyle method +linktitle: GetDropButtonStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetDropButtonStyle method. Specifies the symbol displayed on the drop button in C++.' +type: docs +weight: 4100 +url: /es/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/getdropbuttonstyle/ +--- +## TextBoxActiveXControl::GetDropButtonStyle method + + +Specifies the symbol displayed on the drop button. + +```cpp +DropButtonStyle Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetDropButtonStyle() +``` + + +## Examples + + +```cpp +DropButtonStyle style = activeXControl.GetDropButtonStyle(); +``` + +## See Also + +* Enum [DropButtonStyle](../../dropbuttonstyle/) +* Class [TextBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/getenterfieldbehavior/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/getenterfieldbehavior/_index.md new file mode 100644 index 00000000000..ba9dd428340 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/getenterfieldbehavior/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetEnterFieldBehavior method +linktitle: GetEnterFieldBehavior +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetEnterFieldBehavior method. Specifies selection behavior when entering the control. True specifies that the selection remains unchanged from last time the control was active. False specifies that all the text in the control will be selected when entering the control in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/getenterfieldbehavior/ +--- +## TextBoxActiveXControl::GetEnterFieldBehavior method + + +Specifies selection behavior when entering the control. True specifies that the selection remains unchanged from last time the control was active. False specifies that all the text in the control will be selected when entering the control. + +```cpp +bool Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetEnterFieldBehavior() +``` + + +## Examples + + +```cpp +if (!activeXControl.GetEnterFieldBehavior()) +{ + activeXControl.SetEnterFieldBehavior(true); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/getenterkeybehavior/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/getenterkeybehavior/_index.md new file mode 100644 index 00000000000..e315170b614 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/getenterkeybehavior/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetEnterKeyBehavior method +linktitle: GetEnterKeyBehavior +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetEnterKeyBehavior method. Specifies the behavior of the ENTER key. True specifies that pressing ENTER will create a new line. False specifies that pressing ENTER will move the focus to the next object in the tab order in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/getenterkeybehavior/ +--- +## TextBoxActiveXControl::GetEnterKeyBehavior method + + +Specifies the behavior of the ENTER key. True specifies that pressing ENTER will create a new line. False specifies that pressing ENTER will move the focus to the next object in the tab order. + +```cpp +bool Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetEnterKeyBehavior() +``` + + +## Examples + + +```cpp +if (!activeXControl.GetEnterKeyBehavior()) +{ + activeXControl.SetEnterKeyBehavior(true); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/gethideselection/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/gethideselection/_index.md new file mode 100644 index 00000000000..743c7ed96e7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/gethideselection/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetHideSelection method +linktitle: GetHideSelection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetHideSelection method. Indicates whether selected text in the control appears highlighted when the control does not have focus in C++.' +type: docs +weight: 3100 +url: /es/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/gethideselection/ +--- +## TextBoxActiveXControl::GetHideSelection method + + +Indicates whether selected text in the control appears highlighted when the control does not have focus. + +```cpp +bool Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetHideSelection() +``` + + +## Examples + + +```cpp +if (!activeXControl.GetHideSelection()) +{ + activeXControl.SetHideSelection(true); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/getintegralheight/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/getintegralheight/_index.md new file mode 100644 index 00000000000..3d48cb63e94 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/getintegralheight/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetIntegralHeight method +linktitle: GetIntegralHeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetIntegralHeight method. Indicates whether the control will only show complete lines of text without showing any partial lines in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/getintegralheight/ +--- +## TextBoxActiveXControl::GetIntegralHeight method + + +Indicates whether the control will only show complete lines of text without showing any partial lines. + +```cpp +bool Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetIntegralHeight() +``` + + +## Examples + + +```cpp +if (!activeXControl.GetIntegralHeight()) +{ + activeXControl.SetIntegralHeight(true); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/getmaxlength/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/getmaxlength/_index.md new file mode 100644 index 00000000000..107c680708e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/getmaxlength/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetMaxLength method +linktitle: GetMaxLength +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetMaxLength method. Gets and sets the maximum number of characters in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/getmaxlength/ +--- +## TextBoxActiveXControl::GetMaxLength method + + +Gets and sets the maximum number of characters. + +```cpp +int32_t Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetMaxLength() +``` + + +## Examples + + +```cpp +if (activeXControl.GetMaxLength() == 0) +{ + activeXControl.SetMaxLength(30); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/getpasswordchar/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/getpasswordchar/_index.md new file mode 100644 index 00000000000..2c3898168e0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/getpasswordchar/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetPasswordChar method +linktitle: GetPasswordChar +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetPasswordChar method. Gets and sets a character to be displayed in place of the characters entered in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/getpasswordchar/ +--- +## TextBoxActiveXControl::GetPasswordChar method + + +Gets and sets a character to be displayed in place of the characters entered. + +```cpp +char16_t Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetPasswordChar() +``` + + +## Examples + + +```cpp +char16_t chr = activeXControl.GetPasswordChar(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/getscrollbars/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/getscrollbars/_index.md new file mode 100644 index 00000000000..ef90adee7a5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/getscrollbars/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetScrollBars method +linktitle: GetScrollBars +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetScrollBars method. Indicates specifies whether the control has vertical scroll bars, horizontal scroll bars, both, or neither in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/getscrollbars/ +--- +## TextBoxActiveXControl::GetScrollBars method + + +Indicates specifies whether the control has vertical scroll bars, horizontal scroll bars, both, or neither. + +```cpp +ControlScrollBarType Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetScrollBars() +``` + + +## Examples + + +```cpp +ControlScrollBarType scrollBarType = activeXControl.GetScrollBars(); +``` + +## See Also + +* Enum [ControlScrollBarType](../../controlscrollbartype/) +* Class [TextBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/getshowdropbuttontypewhen/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/getshowdropbuttontypewhen/_index.md new file mode 100644 index 00000000000..e0d06899c56 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/getshowdropbuttontypewhen/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetShowDropButtonTypeWhen method +linktitle: GetShowDropButtonTypeWhen +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetShowDropButtonTypeWhen method. Specifies the symbol displayed on the drop button in C++.' +type: docs +weight: 4300 +url: /es/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/getshowdropbuttontypewhen/ +--- +## TextBoxActiveXControl::GetShowDropButtonTypeWhen method + + +Specifies the symbol displayed on the drop button. + +```cpp +ShowDropButtonType Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetShowDropButtonTypeWhen() +``` + + +## Examples + + +```cpp +ShowDropButtonType type = activeXControl.GetShowDropButtonTypeWhen(); +``` + +## See Also + +* Enum [ShowDropButtonType](../../showdropbuttontype/) +* Class [TextBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/getspecialeffect/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/getspecialeffect/_index.md new file mode 100644 index 00000000000..51cc8178400 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/getspecialeffect/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetSpecialEffect method +linktitle: GetSpecialEffect +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetSpecialEffect method. Gets and sets the special effect of the control in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/getspecialeffect/ +--- +## TextBoxActiveXControl::GetSpecialEffect method + + +Gets and sets the special effect of the control. + +```cpp +ControlSpecialEffectType Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetSpecialEffect() +``` + + +## Examples + + +```cpp +ControlSpecialEffectType type = activeXControl.GetSpecialEffect(); +``` + +## See Also + +* Enum [ControlSpecialEffectType](../../controlspecialeffecttype/) +* Class [TextBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/gettabkeybehavior/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/gettabkeybehavior/_index.md new file mode 100644 index 00000000000..396d270d456 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/gettabkeybehavior/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetTabKeyBehavior method +linktitle: GetTabKeyBehavior +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetTabKeyBehavior method. Indicates whether tab characters are allowed in the text of the control in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/gettabkeybehavior/ +--- +## TextBoxActiveXControl::GetTabKeyBehavior method + + +Indicates whether tab characters are allowed in the text of the control. + +```cpp +bool Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetTabKeyBehavior() +``` + + +## Examples + + +```cpp +if (!activeXControl.GetTabKeyBehavior()) +{ + activeXControl.SetTabKeyBehavior(true); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/gettext/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/gettext/_index.md new file mode 100644 index 00000000000..fd93f71bc70 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/gettext/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetText method +linktitle: GetText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetText method. Gets and set text of the control in C++.' +type: docs +weight: 3900 +url: /es/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/gettext/ +--- +## TextBoxActiveXControl::GetText method + + +Gets and set text of the control. + +```cpp +U16String Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetText() +``` + + +## Examples + + +```cpp +U16String txt = activeXControl.GetText(); +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [TextBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/gettype/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/gettype/_index.md new file mode 100644 index 00000000000..449b67ac980 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/gettype/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetType method. Gets the type of the ActiveX control in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/gettype/ +--- +## TextBoxActiveXControl::GetType method + + +Gets the type of the ActiveX control. + +```cpp +ControlType Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetType() +``` + + +## Examples + + +```cpp +ControlType type = activeXControl.GetType(); +``` + +## See Also + +* Enum [ControlType](../../controltype/) +* Class [TextBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/isautotab/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/isautotab/_index.md new file mode 100644 index 00000000000..e3be250fa1b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/isautotab/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::IsAutoTab method +linktitle: IsAutoTab +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::IsAutoTab method. Indicates whether the focus will automatically move to the next control when the user enters the maximum number of characters in C++.' +type: docs +weight: 3300 +url: /es/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/isautotab/ +--- +## TextBoxActiveXControl::IsAutoTab method + + +Indicates whether the focus will automatically move to the next control when the user enters the maximum number of characters. + +```cpp +bool Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::IsAutoTab() +``` + + +## Examples + + +```cpp +if (!activeXControl.IsAutoTab()) +{ + activeXControl.SetIsAutoTab(true); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/isautowordselected/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/isautowordselected/_index.md new file mode 100644 index 00000000000..54c7fa19909 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/isautowordselected/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::IsAutoWordSelected method +linktitle: IsAutoWordSelected +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::IsAutoWordSelected method. Specifies the basic unit used to extend a selection. True specifies that the basic unit is a single character. false specifies that the basic unit is a whole word in C++.' +type: docs +weight: 4500 +url: /es/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/isautowordselected/ +--- +## TextBoxActiveXControl::IsAutoWordSelected method + + +Specifies the basic unit used to extend a selection. True specifies that the basic unit is a single character. false specifies that the basic unit is a whole word. + +```cpp +bool Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::IsAutoWordSelected() +``` + + +## Examples + + +```cpp +if (!activeXControl.IsAutoWordSelected()) +{ + activeXControl.SetIsAutoWordSelected(true); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/isdragbehaviorenabled/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/isdragbehaviorenabled/_index.md new file mode 100644 index 00000000000..ce3b04c2226 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/isdragbehaviorenabled/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::IsDragBehaviorEnabled method +linktitle: IsDragBehaviorEnabled +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::IsDragBehaviorEnabled method. Indicates whether dragging and dropping is enabled for the control in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/isdragbehaviorenabled/ +--- +## TextBoxActiveXControl::IsDragBehaviorEnabled method + + +Indicates whether dragging and dropping is enabled for the control. + +```cpp +bool Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::IsDragBehaviorEnabled() +``` + + +## Examples + + +```cpp +if (!activeXControl.IsDragBehaviorEnabled()) +{ + activeXControl.SetIsDragBehaviorEnabled(true); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/iseditable/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/iseditable/_index.md new file mode 100644 index 00000000000..a4687e2a296 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/iseditable/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::IsEditable method +linktitle: IsEditable +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::IsEditable method. Indicates whether the user can type into the control in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/iseditable/ +--- +## TextBoxActiveXControl::IsEditable method + + +Indicates whether the user can type into the control. + +```cpp +bool Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::IsEditable() +``` + + +## Examples + + +```cpp +if (!activeXControl.IsEditable()) +{ + activeXControl.SetIsEditable(true); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/ismultiline/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/ismultiline/_index.md new file mode 100644 index 00000000000..1cdbe7efd3d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/ismultiline/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::IsMultiLine method +linktitle: IsMultiLine +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::IsMultiLine method. Indicates whether the control can display more than one line of text in C++.' +type: docs +weight: 3500 +url: /es/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/ismultiline/ +--- +## TextBoxActiveXControl::IsMultiLine method + + +Indicates whether the control can display more than one line of text. + +```cpp +bool Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::IsMultiLine() +``` + + +## Examples + + +```cpp +if (!activeXControl.IsMultiLine()) +{ + activeXControl.SetIsMultiLine(true); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/isnull/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/isnull/_index.md new file mode 100644 index 00000000000..b7c51c99e86 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/isnull/ +--- +## TextBoxActiveXControl::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/iswordwrapped/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/iswordwrapped/_index.md new file mode 100644 index 00000000000..21ccb675c74 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/iswordwrapped/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::IsWordWrapped method +linktitle: IsWordWrapped +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::IsWordWrapped method. Indicates whether the contents of the control automatically wrap at the end of a line in C++.' +type: docs +weight: 3700 +url: /es/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/iswordwrapped/ +--- +## TextBoxActiveXControl::IsWordWrapped method + + +Indicates whether the contents of the control automatically wrap at the end of a line. + +```cpp +bool Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::IsWordWrapped() +``` + + +## Examples + + +```cpp +if (!activeXControl.IsWordWrapped()) +{ + activeXControl.SetIsWordWrapped(true); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/operator_asm/_index.md new file mode 100644 index 00000000000..0977387df9e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/operator_asm/ +--- +## TextBoxActiveXControl::operator= method + + +operator= + +```cpp +TextBoxActiveXControl & Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::operator=(const TextBoxActiveXControl &src) +``` + +## See Also + +* Class [TextBoxActiveXControl](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/operator_bool/_index.md new file mode 100644 index 00000000000..6e05c3cb0ba --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/operator_bool/ +--- +## TextBoxActiveXControl::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [TextBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setborderolecolor/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setborderolecolor/_index.md new file mode 100644 index 00000000000..54e18cc166d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setborderolecolor/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetBorderOleColor method +linktitle: SetBorderOleColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetBorderOleColor method. Gets and sets the ole color of the background in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setborderolecolor/ +--- +## TextBoxActiveXControl::SetBorderOleColor method + + +Gets and sets the ole color of the background. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetBorderOleColor(int32_t value) +``` + + +## Examples + + +```cpp +//sistema de color predeterminado de excel 12 o verde(0x0000FF00) +activeXControl.SetBorderOleColor((int)0x80000012); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setborderstyle/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setborderstyle/_index.md new file mode 100644 index 00000000000..3923ca51997 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setborderstyle/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetBorderStyle method +linktitle: SetBorderStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetBorderStyle method. Gets and set the type of border used by the control in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setborderstyle/ +--- +## TextBoxActiveXControl::SetBorderStyle method + + +Gets and set the type of border used by the control. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetBorderStyle(ControlBorderType value) +``` + + +## Examples + + +```cpp +activeXControl.SetBorderStyle(ControlBorderType::Single); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ControlBorderType](../../controlbordertype/) +* Class [TextBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setdropbuttonstyle/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setdropbuttonstyle/_index.md new file mode 100644 index 00000000000..b665ae04f31 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setdropbuttonstyle/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetDropButtonStyle method +linktitle: SetDropButtonStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetDropButtonStyle method. Specifies the symbol displayed on the drop button in C++.' +type: docs +weight: 4200 +url: /es/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setdropbuttonstyle/ +--- +## TextBoxActiveXControl::SetDropButtonStyle method + + +Specifies the symbol displayed on the drop button. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetDropButtonStyle(DropButtonStyle value) +``` + + +## Examples + + +```cpp +activeXControl.SetDropButtonStyle(DropButtonStyle::Arrow); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [DropButtonStyle](../../dropbuttonstyle/) +* Class [TextBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setenterfieldbehavior/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setenterfieldbehavior/_index.md new file mode 100644 index 00000000000..9f724b349c9 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setenterfieldbehavior/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetEnterFieldBehavior method +linktitle: SetEnterFieldBehavior +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetEnterFieldBehavior method. Specifies selection behavior when entering the control. True specifies that the selection remains unchanged from last time the control was active. False specifies that all the text in the control will be selected when entering the control in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setenterfieldbehavior/ +--- +## TextBoxActiveXControl::SetEnterFieldBehavior method + + +Specifies selection behavior when entering the control. True specifies that the selection remains unchanged from last time the control was active. False specifies that all the text in the control will be selected when entering the control. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetEnterFieldBehavior(bool value) +``` + + +## Examples + + +```cpp +if (!activeXControl.GetEnterFieldBehavior()) +{ + activeXControl.SetEnterFieldBehavior(true); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setenterkeybehavior/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setenterkeybehavior/_index.md new file mode 100644 index 00000000000..c938012f3ae --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setenterkeybehavior/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetEnterKeyBehavior method +linktitle: SetEnterKeyBehavior +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetEnterKeyBehavior method. Specifies the behavior of the ENTER key. True specifies that pressing ENTER will create a new line. False specifies that pressing ENTER will move the focus to the next object in the tab order in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setenterkeybehavior/ +--- +## TextBoxActiveXControl::SetEnterKeyBehavior method + + +Specifies the behavior of the ENTER key. True specifies that pressing ENTER will create a new line. False specifies that pressing ENTER will move the focus to the next object in the tab order. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetEnterKeyBehavior(bool value) +``` + + +## Examples + + +```cpp +if (!activeXControl.GetEnterKeyBehavior()) +{ + activeXControl.SetEnterKeyBehavior(true); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/sethideselection/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/sethideselection/_index.md new file mode 100644 index 00000000000..97a175ea946 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/sethideselection/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetHideSelection method +linktitle: SetHideSelection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetHideSelection method. Indicates whether selected text in the control appears highlighted when the control does not have focus in C++.' +type: docs +weight: 3200 +url: /es/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/sethideselection/ +--- +## TextBoxActiveXControl::SetHideSelection method + + +Indicates whether selected text in the control appears highlighted when the control does not have focus. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetHideSelection(bool value) +``` + + +## Examples + + +```cpp +if (!activeXControl.GetHideSelection()) +{ + activeXControl.SetHideSelection(true); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setintegralheight/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setintegralheight/_index.md new file mode 100644 index 00000000000..f3ce0374c98 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setintegralheight/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetIntegralHeight method +linktitle: SetIntegralHeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetIntegralHeight method. Indicates whether the control will only show complete lines of text without showing any partial lines in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setintegralheight/ +--- +## TextBoxActiveXControl::SetIntegralHeight method + + +Indicates whether the control will only show complete lines of text without showing any partial lines. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetIntegralHeight(bool value) +``` + + +## Examples + + +```cpp +if (!activeXControl.GetIntegralHeight()) +{ + activeXControl.SetIntegralHeight(true); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setisautotab/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setisautotab/_index.md new file mode 100644 index 00000000000..946a52e1732 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setisautotab/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetIsAutoTab method +linktitle: SetIsAutoTab +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetIsAutoTab method. Indicates whether the focus will automatically move to the next control when the user enters the maximum number of characters in C++.' +type: docs +weight: 3400 +url: /es/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setisautotab/ +--- +## TextBoxActiveXControl::SetIsAutoTab method + + +Indicates whether the focus will automatically move to the next control when the user enters the maximum number of characters. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetIsAutoTab(bool value) +``` + + +## Examples + + +```cpp +if (!activeXControl.IsAutoTab()) +{ + activeXControl.SetIsAutoTab(true); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setisautowordselected/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setisautowordselected/_index.md new file mode 100644 index 00000000000..f485ba2ecc6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setisautowordselected/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetIsAutoWordSelected method +linktitle: SetIsAutoWordSelected +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetIsAutoWordSelected method. Specifies the basic unit used to extend a selection. True specifies that the basic unit is a single character. false specifies that the basic unit is a whole word in C++.' +type: docs +weight: 4600 +url: /es/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setisautowordselected/ +--- +## TextBoxActiveXControl::SetIsAutoWordSelected method + + +Specifies the basic unit used to extend a selection. True specifies that the basic unit is a single character. false specifies that the basic unit is a whole word. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetIsAutoWordSelected(bool value) +``` + + +## Examples + + +```cpp +if (!activeXControl.IsAutoWordSelected()) +{ + activeXControl.SetIsAutoWordSelected(true); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setisdragbehaviorenabled/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setisdragbehaviorenabled/_index.md new file mode 100644 index 00000000000..f77eb7843f1 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setisdragbehaviorenabled/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetIsDragBehaviorEnabled method +linktitle: SetIsDragBehaviorEnabled +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetIsDragBehaviorEnabled method. Indicates whether dragging and dropping is enabled for the control in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setisdragbehaviorenabled/ +--- +## TextBoxActiveXControl::SetIsDragBehaviorEnabled method + + +Indicates whether dragging and dropping is enabled for the control. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetIsDragBehaviorEnabled(bool value) +``` + + +## Examples + + +```cpp +if (!activeXControl.IsDragBehaviorEnabled()) +{ + activeXControl.SetIsDragBehaviorEnabled(true); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setiseditable/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setiseditable/_index.md new file mode 100644 index 00000000000..3bc4449f20f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setiseditable/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetIsEditable method +linktitle: SetIsEditable +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetIsEditable method. Indicates whether the user can type into the control in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setiseditable/ +--- +## TextBoxActiveXControl::SetIsEditable method + + +Indicates whether the user can type into the control. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetIsEditable(bool value) +``` + + +## Examples + + +```cpp +if (!activeXControl.IsEditable()) +{ + activeXControl.SetIsEditable(true); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setismultiline/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setismultiline/_index.md new file mode 100644 index 00000000000..152954f5584 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setismultiline/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetIsMultiLine method +linktitle: SetIsMultiLine +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetIsMultiLine method. Indicates whether the control can display more than one line of text in C++.' +type: docs +weight: 3600 +url: /es/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setismultiline/ +--- +## TextBoxActiveXControl::SetIsMultiLine method + + +Indicates whether the control can display more than one line of text. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetIsMultiLine(bool value) +``` + + +## Examples + + +```cpp +if (!activeXControl.IsMultiLine()) +{ + activeXControl.SetIsMultiLine(true); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setiswordwrapped/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setiswordwrapped/_index.md new file mode 100644 index 00000000000..65cdd80dedc --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setiswordwrapped/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetIsWordWrapped method +linktitle: SetIsWordWrapped +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetIsWordWrapped method. Indicates whether the contents of the control automatically wrap at the end of a line in C++.' +type: docs +weight: 3800 +url: /es/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setiswordwrapped/ +--- +## TextBoxActiveXControl::SetIsWordWrapped method + + +Indicates whether the contents of the control automatically wrap at the end of a line. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetIsWordWrapped(bool value) +``` + + +## Examples + + +```cpp +if (!activeXControl.IsWordWrapped()) +{ + activeXControl.SetIsWordWrapped(true); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setmaxlength/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setmaxlength/_index.md new file mode 100644 index 00000000000..7430dd6270a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setmaxlength/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetMaxLength method +linktitle: SetMaxLength +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetMaxLength method. Gets and sets the maximum number of characters in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setmaxlength/ +--- +## TextBoxActiveXControl::SetMaxLength method + + +Gets and sets the maximum number of characters. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetMaxLength(int32_t value) +``` + + +## Examples + + +```cpp +if (activeXControl.GetMaxLength() == 0) +{ + activeXControl.SetMaxLength(30); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setpasswordchar/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setpasswordchar/_index.md new file mode 100644 index 00000000000..661c8cffa83 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setpasswordchar/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetPasswordChar method +linktitle: SetPasswordChar +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetPasswordChar method. Gets and sets a character to be displayed in place of the characters entered in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setpasswordchar/ +--- +## TextBoxActiveXControl::SetPasswordChar method + + +Gets and sets a character to be displayed in place of the characters entered. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetPasswordChar(char16_t value) +``` + + +## Examples + + +```cpp +activeXControl.SetPasswordChar(u'a'); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setscrollbars/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setscrollbars/_index.md new file mode 100644 index 00000000000..67948800fb2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setscrollbars/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetScrollBars method +linktitle: SetScrollBars +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetScrollBars method. Indicates specifies whether the control has vertical scroll bars, horizontal scroll bars, both, or neither in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setscrollbars/ +--- +## TextBoxActiveXControl::SetScrollBars method + + +Indicates specifies whether the control has vertical scroll bars, horizontal scroll bars, both, or neither. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetScrollBars(ControlScrollBarType value) +``` + + +## Examples + + +```cpp +activeXControl.SetScrollBars(ControlScrollBarType::BarsVertical); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ControlScrollBarType](../../controlscrollbartype/) +* Class [TextBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setshowdropbuttontypewhen/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setshowdropbuttontypewhen/_index.md new file mode 100644 index 00000000000..4e7572243bd --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setshowdropbuttontypewhen/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetShowDropButtonTypeWhen method +linktitle: SetShowDropButtonTypeWhen +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetShowDropButtonTypeWhen method. Specifies the symbol displayed on the drop button in C++.' +type: docs +weight: 4400 +url: /es/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setshowdropbuttontypewhen/ +--- +## TextBoxActiveXControl::SetShowDropButtonTypeWhen method + + +Specifies the symbol displayed on the drop button. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetShowDropButtonTypeWhen(ShowDropButtonType value) +``` + + +## Examples + + +```cpp +activeXControl.SetShowDropButtonTypeWhen(ShowDropButtonType::Focus); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ShowDropButtonType](../../showdropbuttontype/) +* Class [TextBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setspecialeffect/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setspecialeffect/_index.md new file mode 100644 index 00000000000..b7c72cecdd5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setspecialeffect/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetSpecialEffect method +linktitle: SetSpecialEffect +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetSpecialEffect method. Gets and sets the special effect of the control in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/setspecialeffect/ +--- +## TextBoxActiveXControl::SetSpecialEffect method + + +Gets and sets the special effect of the control. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetSpecialEffect(ControlSpecialEffectType value) +``` + + +## Examples + + +```cpp +activeXControl.SetSpecialEffect(ControlSpecialEffectType::Bump); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ControlSpecialEffectType](../../controlspecialeffecttype/) +* Class [TextBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/settabkeybehavior/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/settabkeybehavior/_index.md new file mode 100644 index 00000000000..4ee3f13a042 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/settabkeybehavior/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetTabKeyBehavior method +linktitle: SetTabKeyBehavior +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetTabKeyBehavior method. Indicates whether tab characters are allowed in the text of the control in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/settabkeybehavior/ +--- +## TextBoxActiveXControl::SetTabKeyBehavior method + + +Indicates whether tab characters are allowed in the text of the control. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetTabKeyBehavior(bool value) +``` + + +## Examples + + +```cpp +if (!activeXControl.GetTabKeyBehavior()) +{ + activeXControl.SetTabKeyBehavior(true); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/settext/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/settext/_index.md new file mode 100644 index 00000000000..8e5470b2586 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/settext/_index.md @@ -0,0 +1,57 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetText method +linktitle: SetText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetText method. Gets and set text of the control in C++.' +type: docs +weight: 4000 +url: /es/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/settext/ +--- +## TextBoxActiveXControl::SetText(const U16String\&) method + + +Gets and set text of the control. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetText(const U16String &value) +``` + + +## Examples + + +```cpp +U16String val = u"This is a test."; +activeXControl.SetText(val); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [TextBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) +## TextBoxActiveXControl::SetText(const char16_t*) method + + +Gets and set text of the control. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetText(const char16_t *value) +``` + + +## Examples + + +```cpp +activeXControl.SetText(u"This is a test."); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/textboxactivexcontrol/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/textboxactivexcontrol/_index.md new file mode 100644 index 00000000000..278012ba20a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/textboxactivexcontrol/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::TextBoxActiveXControl constructor +linktitle: TextBoxActiveXControl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::TextBoxActiveXControl constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/textboxactivexcontrol/ +--- +## TextBoxActiveXControl::TextBoxActiveXControl(TextBoxActiveXControl_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::TextBoxActiveXControl(TextBoxActiveXControl_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) +## TextBoxActiveXControl::TextBoxActiveXControl(const TextBoxActiveXControl\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::TextBoxActiveXControl(const TextBoxActiveXControl &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxActiveXControl](../) +* Class [TextBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) +## TextBoxActiveXControl::TextBoxActiveXControl(const ActiveXControl\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::TextBoxActiveXControl(const ActiveXControl &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ActiveXControl](../../activexcontrol/) +* Class [TextBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/~textboxactivexcontrol/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/~textboxactivexcontrol/_index.md new file mode 100644 index 00000000000..1111a5eea4d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/~textboxactivexcontrol/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::~TextBoxActiveXControl method +linktitle: ~TextBoxActiveXControl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::~TextBoxActiveXControl method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing.activexcontrols/textboxactivexcontrol/~textboxactivexcontrol/ +--- +## TextBoxActiveXControl::~TextBoxActiveXControl method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::~TextBoxActiveXControl() +``` + +## See Also + +* Class [TextBoxActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/_impl/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/_impl/_index.md new file mode 100644 index 00000000000..19dc88e5e2c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::_impl field. The implementation object in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ToggleButtonActiveXControl_Impl* Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::_impl +``` + +## See Also + +* Class [ToggleButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/_index.md new file mode 100644 index 00000000000..f5e1ff40c77 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/_index.md @@ -0,0 +1,120 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl class +linktitle: ToggleButtonActiveXControl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl class. Represents a ToggleButton ActiveX control in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/ +--- +## ToggleButtonActiveXControl class + + +Represents a ToggleButton ActiveX control. + +```cpp +class ToggleButtonActiveXControl : public Aspose::Cells::Drawing::ActiveXControls::ActiveXControl +``` + +## Methods + +| Method | Description | +| --- | --- | +| [ActiveXControl(ActiveXControl_Impl* impl)](../activexcontrol/activexcontrol/) | Constructs from an implementation object. | +| [ActiveXControl(const ActiveXControl\& src)](../activexcontrol/activexcontrol/) | Copy constructor. | +| [ActiveXControl(const ActiveXControlBase\& src)](../activexcontrol/activexcontrol/) | Constructs from a parent object. | +| [ActiveXControlBase(ActiveXControlBase_Impl* impl)](../activexcontrolbase/activexcontrolbase/) | Constructs from an implementation object. | +| [ActiveXControlBase(const ActiveXControlBase\& src)](../activexcontrolbase/activexcontrolbase/) | Copy constructor. | +| [GetAccelerator()](./getaccelerator/) | Gets and sets the accelerator key for the control. | +| [GetBackOleColor()](../activexcontrolbase/getbackolecolor/) | Gets and sets the ole color of the background. | +| [GetCaption()](./getcaption/) | Gets and set the descriptive text that appears on a control. | +| [GetData()](../activexcontrol/getdata/) | Gets and sets the binary data of the control. | +| [GetFont()](../activexcontrol/getfont/) | Represents the font of the control. | +| [GetForeOleColor()](../activexcontrolbase/getforeolecolor/) | Gets and sets the ole color of the foreground. | +| [GetHeight()](../activexcontrolbase/getheight/) | Gets and sets the height of the control in unit of points. | +| [GetIMEMode()](../activexcontrol/getimemode/) | Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus. | +| [GetLinkedCell()](../activexcontrolbase/getlinkedcell/) | Gets and sets the linked cell. | +| [GetListFillRange()](../activexcontrolbase/getlistfillrange/) | Gets and sets the list fill range. | +| [GetMouseIcon()](../activexcontrolbase/getmouseicon/) | Gets and sets a custom icon to display as the mouse pointer for the control. | +| [GetMousePointer()](../activexcontrolbase/getmousepointer/) | Gets and sets the type of icon displayed as the mouse pointer for the control. | +| [GetPicture()](./getpicture/) | Gets and sets the data of the picture. | +| [GetPicturePosition()](./getpictureposition/) | Gets and set the location of the control's picture relative to its caption. | +| [GetShadow()](../activexcontrolbase/getshadow/) | Indicates whether to show a shadow. | +| [GetSpecialEffect()](./getspecialeffect/) | Gets and sets the special effect of the control. | +| [GetTextAlign()](../activexcontrol/gettextalign/) | Represents how to align the text used by the control. | +| virtual [GetType()](./gettype/) | Gets the type of the ActiveX control. | +| [GetValue()](./getvalue/) | Indicates if the control is checked or not. | +| [GetWidth()](../activexcontrolbase/getwidth/) | Gets and sets the width of the control in unit of points. | +| [GetWorkbook()](../activexcontrolbase/getworkbook/) | Gets the [Workbook](../../aspose.cells/workbook/) object. | +| [IsAutoSize()](../activexcontrol/isautosize/) | Indicates whether the control will automatically resize to display its entire contents. | +| [IsEnabled()](../activexcontrol/isenabled/) | Indicates whether the control can receive the focus and respond to user-generated events. | +| [IsLocked()](../activexcontrol/islocked/) | Indicates whether data in the control is locked for editing. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsTransparent()](../activexcontrol/istransparent/) | Indicates whether the control is transparent. | +| [IsTripleState()](./istriplestate/) | Indicates how the specified control will display Null values. | +| [IsVisible()](../activexcontrolbase/isvisible/) | Indicates whether this control is visible. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ToggleButtonActiveXControl\& src)](./operator_asm/) | operator= | +| [operator=(const ActiveXControl\& src)](../activexcontrol/operator_asm/) | operator= | +| [operator=(const ActiveXControlBase\& src)](../activexcontrolbase/operator_asm/) | operator= | +| [SetAccelerator(char16_t value)](./setaccelerator/) | Gets and sets the accelerator key for the control. | +| [SetBackOleColor(int32_t value)](../activexcontrolbase/setbackolecolor/) | Gets and sets the ole color of the background. | +| [SetCaption(const U16String\& value)](./setcaption/) | Gets and set the descriptive text that appears on a control. | +| [SetCaption(const char16_t* value)](./setcaption/) | Gets and set the descriptive text that appears on a control. | +| [SetForeOleColor(int32_t value)](../activexcontrolbase/setforeolecolor/) | Gets and sets the ole color of the foreground. | +| [SetHeight(double value)](../activexcontrolbase/setheight/) | Gets and sets the height of the control in unit of points. | +| [SetIMEMode(InputMethodEditorMode value)](../activexcontrol/setimemode/) | Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus. | +| [SetIsAutoSize(bool value)](../activexcontrol/setisautosize/) | Indicates whether the control will automatically resize to display its entire contents. | +| [SetIsEnabled(bool value)](../activexcontrol/setisenabled/) | Indicates whether the control can receive the focus and respond to user-generated events. | +| [SetIsLocked(bool value)](../activexcontrol/setislocked/) | Indicates whether data in the control is locked for editing. | +| [SetIsTransparent(bool value)](../activexcontrol/setistransparent/) | Indicates whether the control is transparent. | +| [SetIsTripleState(bool value)](./setistriplestate/) | Indicates how the specified control will display Null values. | +| [SetIsVisible(bool value)](../activexcontrolbase/setisvisible/) | Indicates whether this control is visible. | +| [SetLinkedCell(const U16String\& value)](../activexcontrolbase/setlinkedcell/) | Gets and sets the linked cell. | +| [SetLinkedCell(const char16_t* value)](../activexcontrolbase/setlinkedcell/) | Gets and sets the linked cell. | +| [SetListFillRange(const U16String\& value)](../activexcontrolbase/setlistfillrange/) | Gets and sets the list fill range. | +| [SetListFillRange(const char16_t* value)](../activexcontrolbase/setlistfillrange/) | Gets and sets the list fill range. | +| [SetMouseIcon(const Vector \\& value)](../activexcontrolbase/setmouseicon/) | Gets and sets a custom icon to display as the mouse pointer for the control. | +| [SetMousePointer(ControlMousePointerType value)](../activexcontrolbase/setmousepointer/) | Gets and sets the type of icon displayed as the mouse pointer for the control. | +| [SetPicture(const Vector \\& value)](./setpicture/) | Gets and sets the data of the picture. | +| [SetPicturePosition(ControlPicturePositionType value)](./setpictureposition/) | Gets and set the location of the control's picture relative to its caption. | +| [SetShadow(bool value)](../activexcontrolbase/setshadow/) | Indicates whether to show a shadow. | +| [SetSpecialEffect(ControlSpecialEffectType value)](./setspecialeffect/) | Gets and sets the special effect of the control. | +| [SetTextAlign(TextAlignmentType value)](../activexcontrol/settextalign/) | Represents how to align the text used by the control. | +| [SetValue(CheckValueType value)](./setvalue/) | Indicates if the control is checked or not. | +| [SetWidth(double value)](../activexcontrolbase/setwidth/) | Gets and sets the width of the control in unit of points. | +| [ToggleButtonActiveXControl(ToggleButtonActiveXControl_Impl* impl)](./togglebuttonactivexcontrol/) | Constructs from an implementation object. | +| [ToggleButtonActiveXControl(const ToggleButtonActiveXControl\& src)](./togglebuttonactivexcontrol/) | Copy constructor. | +| [ToggleButtonActiveXControl(const ActiveXControl\& src)](./togglebuttonactivexcontrol/) | Constructs from a parent object. | +| [~ActiveXControl()](../activexcontrol/~activexcontrol/) | Destructor. | +| [~ActiveXControlBase()](../activexcontrolbase/~activexcontrolbase/) | Destructor. | +| [~ToggleButtonActiveXControl()](./~togglebuttonactivexcontrol/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Inicializar un nuevo libro de trabajo. +Workbook book; + +//Agregar un ToggleButtonActiveXControl. +Shape shape = book.GetWorksheets().Get(0).GetShapes().AddActiveXControl(ControlType::ToggleButton, 1, 0, 1, 0, 100, 50); +ToggleButtonActiveXControl activeXControl = (ToggleButtonActiveXControl)shape.GetActiveXControl(); + + +//Guarde el archivo de Excel. +book.Save(u"exmaple.xlsx"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [ActiveXControl](../activexcontrol/) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/getaccelerator/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/getaccelerator/_index.md new file mode 100644 index 00000000000..950a3fc3d96 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/getaccelerator/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::GetAccelerator method +linktitle: GetAccelerator +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::GetAccelerator method. Gets and sets the accelerator key for the control in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/getaccelerator/ +--- +## ToggleButtonActiveXControl::GetAccelerator method + + +Gets and sets the accelerator key for the control. + +```cpp +char16_t Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::GetAccelerator() +``` + + +## Examples + + +```cpp +if (u'\0' != activeXControl.GetAccelerator()) +{ + activeXControl.SetAccelerator(u'\0'); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ToggleButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/getcaption/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/getcaption/_index.md new file mode 100644 index 00000000000..d292a7d934f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/getcaption/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::GetCaption method +linktitle: GetCaption +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::GetCaption method. Gets and set the descriptive text that appears on a control in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/getcaption/ +--- +## ToggleButtonActiveXControl::GetCaption method + + +Gets and set the descriptive text that appears on a control. + +```cpp +U16String Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::GetCaption() +``` + + +## Examples + + +```cpp +U16String caption = activeXControl.GetCaption(); +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ToggleButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/getpicture/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/getpicture/_index.md new file mode 100644 index 00000000000..4fe4215f500 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/getpicture/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::GetPicture method +linktitle: GetPicture +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::GetPicture method. Gets and sets the data of the picture in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/getpicture/ +--- +## ToggleButtonActiveXControl::GetPicture method + + +Gets and sets the data of the picture. + +```cpp +Vector Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::GetPicture() +``` + + +## Examples + + +```cpp +Vector data{0};//Read an image to 'data'.e.g "image.png"(Note: You need to read the data into this variable.). +if (!activeXControl.GetPicture().IsNull()) +{ + activeXControl.SetPicture(data); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ToggleButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/getpictureposition/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/getpictureposition/_index.md new file mode 100644 index 00000000000..7403e5f5802 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/getpictureposition/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::GetPicturePosition method +linktitle: GetPicturePosition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::GetPicturePosition method. Gets and set the location of the control''s picture relative to its caption in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/getpictureposition/ +--- +## ToggleButtonActiveXControl::GetPicturePosition method + + +Gets and set the location of the control's picture relative to its caption. + +```cpp +ControlPicturePositionType Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::GetPicturePosition() +``` + + +## Examples + + +```cpp +ControlPicturePositionType picturePositionType = activeXControl.GetPicturePosition(); +``` + +## See Also + +* Enum [ControlPicturePositionType](../../controlpicturepositiontype/) +* Class [ToggleButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/getspecialeffect/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/getspecialeffect/_index.md new file mode 100644 index 00000000000..aaafb680dec --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/getspecialeffect/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::GetSpecialEffect method +linktitle: GetSpecialEffect +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::GetSpecialEffect method. Gets and sets the special effect of the control in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/getspecialeffect/ +--- +## ToggleButtonActiveXControl::GetSpecialEffect method + + +Gets and sets the special effect of the control. + +```cpp +ControlSpecialEffectType Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::GetSpecialEffect() +``` + + +## Examples + + +```cpp +ControlSpecialEffectType specialEffectType = activeXControl.GetSpecialEffect(); +``` + +## See Also + +* Enum [ControlSpecialEffectType](../../controlspecialeffecttype/) +* Class [ToggleButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/gettype/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/gettype/_index.md new file mode 100644 index 00000000000..b92777436fc --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/gettype/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::GetType method. Gets the type of the ActiveX control in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/gettype/ +--- +## ToggleButtonActiveXControl::GetType method + + +Gets the type of the ActiveX control. + +```cpp +ControlType Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::GetType() +``` + + +## Examples + + +```cpp +ControlType type = activeXControl.GetType(); +``` + +## See Also + +* Enum [ControlType](../../controltype/) +* Class [ToggleButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/getvalue/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/getvalue/_index.md new file mode 100644 index 00000000000..4cadc8ad2ec --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/getvalue/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::GetValue method +linktitle: GetValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::GetValue method. Indicates if the control is checked or not in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/getvalue/ +--- +## ToggleButtonActiveXControl::GetValue method + + +Indicates if the control is checked or not. + +```cpp +CheckValueType Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::GetValue() +``` + + +## Examples + + +```cpp +if (activeXControl.GetValue() == CheckValueType::UnChecked) +{ + activeXControl.SetValue(CheckValueType::Checked); +} +``` + +## See Also + +* Enum [CheckValueType](../../../aspose.cells.drawing/checkvaluetype/) +* Class [ToggleButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/isnull/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/isnull/_index.md new file mode 100644 index 00000000000..4f3379a7098 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/isnull/ +--- +## ToggleButtonActiveXControl::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ToggleButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/istriplestate/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/istriplestate/_index.md new file mode 100644 index 00000000000..cb409263c5e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/istriplestate/_index.md @@ -0,0 +1,37 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::IsTripleState method +linktitle: IsTripleState +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::IsTripleState method. Indicates how the specified control will display Null values in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/istriplestate/ +--- +## ToggleButtonActiveXControl::IsTripleState method + + +Indicates how the specified control will display Null values. + +```cpp +bool Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::IsTripleState() +``` + + +
Setting Description
True The control will cycle through states for Yes, No, and Null values. The control appears dimmed (grayed) when its Value property is set to Null.
False (Default) The control will cycle through states for Yes and No values. Null values display as if they were No values.
+ +## Examples + + +```cpp +if (activeXControl.IsTripleState() == true) +{ + activeXControl.SetIsTripleState(false); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ToggleButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/operator_asm/_index.md new file mode 100644 index 00000000000..ddec9c21899 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/operator_asm/ +--- +## ToggleButtonActiveXControl::operator= method + + +operator= + +```cpp +ToggleButtonActiveXControl & Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::operator=(const ToggleButtonActiveXControl &src) +``` + +## See Also + +* Class [ToggleButtonActiveXControl](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ToggleButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/operator_bool/_index.md new file mode 100644 index 00000000000..6f9b07030e7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/operator_bool/ +--- +## ToggleButtonActiveXControl::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ToggleButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/setaccelerator/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/setaccelerator/_index.md new file mode 100644 index 00000000000..a7aa088ed35 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/setaccelerator/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::SetAccelerator method +linktitle: SetAccelerator +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::SetAccelerator method. Gets and sets the accelerator key for the control in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/setaccelerator/ +--- +## ToggleButtonActiveXControl::SetAccelerator method + + +Gets and sets the accelerator key for the control. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::SetAccelerator(char16_t value) +``` + + +## Examples + + +```cpp +if (u'\0' != activeXControl.GetAccelerator()) +{ + activeXControl.SetAccelerator(u'\0'); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ToggleButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/setcaption/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/setcaption/_index.md new file mode 100644 index 00000000000..eef88c8e2f8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/setcaption/_index.md @@ -0,0 +1,57 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::SetCaption method +linktitle: SetCaption +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::SetCaption method. Gets and set the descriptive text that appears on a control in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/setcaption/ +--- +## ToggleButtonActiveXControl::SetCaption(const U16String\&) method + + +Gets and set the descriptive text that appears on a control. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::SetCaption(const U16String &value) +``` + + +## Examples + + +```cpp +U16String caption = u"ExampleButton"; +activeXControl.SetCaption(caption); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ToggleButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) +## ToggleButtonActiveXControl::SetCaption(const char16_t*) method + + +Gets and set the descriptive text that appears on a control. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::SetCaption(const char16_t *value) +``` + + +## Examples + + +```cpp +activeXControl.SetCaption(u"ExampleButton"); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ToggleButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/setistriplestate/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/setistriplestate/_index.md new file mode 100644 index 00000000000..51dcac178aa --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/setistriplestate/_index.md @@ -0,0 +1,37 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::SetIsTripleState method +linktitle: SetIsTripleState +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::SetIsTripleState method. Indicates how the specified control will display Null values in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/setistriplestate/ +--- +## ToggleButtonActiveXControl::SetIsTripleState method + + +Indicates how the specified control will display Null values. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::SetIsTripleState(bool value) +``` + + +
Setting Description
True The control will cycle through states for Yes, No, and Null values. The control appears dimmed (grayed) when its Value property is set to Null.
False (Default) The control will cycle through states for Yes and No values. Null values display as if they were No values.
+ +## Examples + + +```cpp +if (activeXControl.IsTripleState() == true) +{ + activeXControl.SetIsTripleState(false); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ToggleButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/setpicture/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/setpicture/_index.md new file mode 100644 index 00000000000..109ff9ce2d5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/setpicture/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::SetPicture method +linktitle: SetPicture +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::SetPicture method. Gets and sets the data of the picture in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/setpicture/ +--- +## ToggleButtonActiveXControl::SetPicture method + + +Gets and sets the data of the picture. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::SetPicture(const Vector &value) +``` + + +## Examples + + +```cpp +Vector data{ 0 };//Read an image to 'data'.e.g "image.png"(Note: You need to read the data into this variable.) +if (!activeXControl.GetPicture().IsNull()) +{ + activeXControl.SetPicture(data); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ToggleButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/setpictureposition/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/setpictureposition/_index.md new file mode 100644 index 00000000000..eea4f7573e1 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/setpictureposition/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::SetPicturePosition method +linktitle: SetPicturePosition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::SetPicturePosition method. Gets and set the location of the control''s picture relative to its caption in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/setpictureposition/ +--- +## ToggleButtonActiveXControl::SetPicturePosition method + + +Gets and set the location of the control's picture relative to its caption. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::SetPicturePosition(ControlPicturePositionType value) +``` + + +## Examples + + +```cpp +activeXControl.SetPicturePosition(ControlPicturePositionType::AboveLeft); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ControlPicturePositionType](../../controlpicturepositiontype/) +* Class [ToggleButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/setspecialeffect/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/setspecialeffect/_index.md new file mode 100644 index 00000000000..eacf015d2b1 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/setspecialeffect/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::SetSpecialEffect method +linktitle: SetSpecialEffect +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::SetSpecialEffect method. Gets and sets the special effect of the control in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/setspecialeffect/ +--- +## ToggleButtonActiveXControl::SetSpecialEffect method + + +Gets and sets the special effect of the control. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::SetSpecialEffect(ControlSpecialEffectType value) +``` + + +## Examples + + +```cpp +activeXControl.SetSpecialEffect(ControlSpecialEffectType::Bump); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ControlSpecialEffectType](../../controlspecialeffecttype/) +* Class [ToggleButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/setvalue/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/setvalue/_index.md new file mode 100644 index 00000000000..15f270afb4e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/setvalue/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::SetValue method +linktitle: SetValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::SetValue method. Indicates if the control is checked or not in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/setvalue/ +--- +## ToggleButtonActiveXControl::SetValue method + + +Indicates if the control is checked or not. + +```cpp +void Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::SetValue(CheckValueType value) +``` + + +## Examples + + +```cpp +if (activeXControl.GetValue() == CheckValueType::UnChecked) +{ + activeXControl.SetValue(CheckValueType::Checked); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [CheckValueType](../../../aspose.cells.drawing/checkvaluetype/) +* Class [ToggleButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/togglebuttonactivexcontrol/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/togglebuttonactivexcontrol/_index.md new file mode 100644 index 00000000000..bbfd77ece4e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/togglebuttonactivexcontrol/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::ToggleButtonActiveXControl constructor +linktitle: ToggleButtonActiveXControl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::ToggleButtonActiveXControl constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/togglebuttonactivexcontrol/ +--- +## ToggleButtonActiveXControl::ToggleButtonActiveXControl(ToggleButtonActiveXControl_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::ToggleButtonActiveXControl(ToggleButtonActiveXControl_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ToggleButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) +## ToggleButtonActiveXControl::ToggleButtonActiveXControl(const ToggleButtonActiveXControl\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::ToggleButtonActiveXControl(const ToggleButtonActiveXControl &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ToggleButtonActiveXControl](../) +* Class [ToggleButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) +## ToggleButtonActiveXControl::ToggleButtonActiveXControl(const ActiveXControl\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::ToggleButtonActiveXControl(const ActiveXControl &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ActiveXControl](../../activexcontrol/) +* Class [ToggleButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/~togglebuttonactivexcontrol/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/~togglebuttonactivexcontrol/_index.md new file mode 100644 index 00000000000..8770c539cdb --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/~togglebuttonactivexcontrol/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::~ToggleButtonActiveXControl method +linktitle: ~ToggleButtonActiveXControl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::~ToggleButtonActiveXControl method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing.activexcontrols/togglebuttonactivexcontrol/~togglebuttonactivexcontrol/ +--- +## ToggleButtonActiveXControl::~ToggleButtonActiveXControl method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::~ToggleButtonActiveXControl() +``` + +## See Also + +* Class [ToggleButtonActiveXControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/unknowncontrol/_impl/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/unknowncontrol/_impl/_index.md new file mode 100644 index 00000000000..7074aecb16c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/unknowncontrol/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::UnknownControl::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::UnknownControl::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing.activexcontrols/unknowncontrol/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +UnknownControl_Impl* Aspose::Cells::Drawing::ActiveXControls::UnknownControl::_impl +``` + +## See Also + +* Class [UnknownControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/unknowncontrol/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/unknowncontrol/_index.md new file mode 100644 index 00000000000..88c3c27ddc5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/unknowncontrol/_index.md @@ -0,0 +1,88 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::UnknownControl class +linktitle: UnknownControl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::UnknownControl class. Unknow control in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing.activexcontrols/unknowncontrol/ +--- +## UnknownControl class + + +Unknow control. + +```cpp +class UnknownControl : public Aspose::Cells::Drawing::ActiveXControls::ActiveXControl +``` + +## Methods + +| Method | Description | +| --- | --- | +| [ActiveXControl(ActiveXControl_Impl* impl)](../activexcontrol/activexcontrol/) | Constructs from an implementation object. | +| [ActiveXControl(const ActiveXControl\& src)](../activexcontrol/activexcontrol/) | Copy constructor. | +| [ActiveXControl(const ActiveXControlBase\& src)](../activexcontrol/activexcontrol/) | Constructs from a parent object. | +| [ActiveXControlBase(ActiveXControlBase_Impl* impl)](../activexcontrolbase/activexcontrolbase/) | Constructs from an implementation object. | +| [ActiveXControlBase(const ActiveXControlBase\& src)](../activexcontrolbase/activexcontrolbase/) | Copy constructor. | +| [GetBackOleColor()](../activexcontrolbase/getbackolecolor/) | Gets and sets the ole color of the background. | +| [GetData()](./getdata/) | Gets and sets the binary data of the control. | +| [GetFont()](../activexcontrol/getfont/) | Represents the font of the control. | +| [GetForeOleColor()](../activexcontrolbase/getforeolecolor/) | Gets and sets the ole color of the foreground. | +| [GetHeight()](../activexcontrolbase/getheight/) | Gets and sets the height of the control in unit of points. | +| [GetIMEMode()](../activexcontrol/getimemode/) | Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus. | +| [GetLinkedCell()](../activexcontrolbase/getlinkedcell/) | Gets and sets the linked cell. | +| [GetListFillRange()](../activexcontrolbase/getlistfillrange/) | Gets and sets the list fill range. | +| [GetMouseIcon()](../activexcontrolbase/getmouseicon/) | Gets and sets a custom icon to display as the mouse pointer for the control. | +| [GetMousePointer()](../activexcontrolbase/getmousepointer/) | Gets and sets the type of icon displayed as the mouse pointer for the control. | +| [GetRelationshipData(const U16String\& relId)](./getrelationshipdata/) | Gets the related data. | +| [GetRelationshipData(const char16_t* relId)](./getrelationshipdata/) | Gets the related data. | +| [GetShadow()](../activexcontrolbase/getshadow/) | Indicates whether to show a shadow. | +| [GetTextAlign()](../activexcontrol/gettextalign/) | Represents how to align the text used by the control. | +| virtual [GetType()](./gettype/) | Gets the type of the ActiveX control. | +| [GetWidth()](../activexcontrolbase/getwidth/) | Gets and sets the width of the control in unit of points. | +| [GetWorkbook()](../activexcontrolbase/getworkbook/) | Gets the [Workbook](../../aspose.cells/workbook/) object. | +| [IsAutoSize()](../activexcontrol/isautosize/) | Indicates whether the control will automatically resize to display its entire contents. | +| [IsEnabled()](../activexcontrol/isenabled/) | Indicates whether the control can receive the focus and respond to user-generated events. | +| [IsLocked()](../activexcontrol/islocked/) | Indicates whether data in the control is locked for editing. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsTransparent()](../activexcontrol/istransparent/) | Indicates whether the control is transparent. | +| [IsVisible()](../activexcontrolbase/isvisible/) | Indicates whether this control is visible. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const UnknownControl\& src)](./operator_asm/) | operator= | +| [operator=(const ActiveXControl\& src)](../activexcontrol/operator_asm/) | operator= | +| [operator=(const ActiveXControlBase\& src)](../activexcontrolbase/operator_asm/) | operator= | +| [SetBackOleColor(int32_t value)](../activexcontrolbase/setbackolecolor/) | Gets and sets the ole color of the background. | +| [SetForeOleColor(int32_t value)](../activexcontrolbase/setforeolecolor/) | Gets and sets the ole color of the foreground. | +| [SetHeight(double value)](../activexcontrolbase/setheight/) | Gets and sets the height of the control in unit of points. | +| [SetIMEMode(InputMethodEditorMode value)](../activexcontrol/setimemode/) | Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus. | +| [SetIsAutoSize(bool value)](../activexcontrol/setisautosize/) | Indicates whether the control will automatically resize to display its entire contents. | +| [SetIsEnabled(bool value)](../activexcontrol/setisenabled/) | Indicates whether the control can receive the focus and respond to user-generated events. | +| [SetIsLocked(bool value)](../activexcontrol/setislocked/) | Indicates whether data in the control is locked for editing. | +| [SetIsTransparent(bool value)](../activexcontrol/setistransparent/) | Indicates whether the control is transparent. | +| [SetIsVisible(bool value)](../activexcontrolbase/setisvisible/) | Indicates whether this control is visible. | +| [SetLinkedCell(const U16String\& value)](../activexcontrolbase/setlinkedcell/) | Gets and sets the linked cell. | +| [SetLinkedCell(const char16_t* value)](../activexcontrolbase/setlinkedcell/) | Gets and sets the linked cell. | +| [SetListFillRange(const U16String\& value)](../activexcontrolbase/setlistfillrange/) | Gets and sets the list fill range. | +| [SetListFillRange(const char16_t* value)](../activexcontrolbase/setlistfillrange/) | Gets and sets the list fill range. | +| [SetMouseIcon(const Vector \\& value)](../activexcontrolbase/setmouseicon/) | Gets and sets a custom icon to display as the mouse pointer for the control. | +| [SetMousePointer(ControlMousePointerType value)](../activexcontrolbase/setmousepointer/) | Gets and sets the type of icon displayed as the mouse pointer for the control. | +| [SetShadow(bool value)](../activexcontrolbase/setshadow/) | Indicates whether to show a shadow. | +| [SetTextAlign(TextAlignmentType value)](../activexcontrol/settextalign/) | Represents how to align the text used by the control. | +| [SetWidth(double value)](../activexcontrolbase/setwidth/) | Gets and sets the width of the control in unit of points. | +| [UnknownControl(UnknownControl_Impl* impl)](./unknowncontrol/) | Constructs from an implementation object. | +| [UnknownControl(const UnknownControl\& src)](./unknowncontrol/) | Copy constructor. | +| [UnknownControl(const ActiveXControl\& src)](./unknowncontrol/) | Constructs from a parent object. | +| [~ActiveXControl()](../activexcontrol/~activexcontrol/) | Destructor. | +| [~ActiveXControlBase()](../activexcontrolbase/~activexcontrolbase/) | Destructor. | +| [~UnknownControl()](./~unknowncontrol/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [ActiveXControl](../activexcontrol/) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/unknowncontrol/getdata/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/unknowncontrol/getdata/_index.md new file mode 100644 index 00000000000..1ebc1fbc5b5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/unknowncontrol/getdata/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::UnknownControl::GetData method +linktitle: GetData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::UnknownControl::GetData method. Gets and sets the binary data of the control in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing.activexcontrols/unknowncontrol/getdata/ +--- +## UnknownControl::GetData method + + +Gets and sets the binary data of the control. + +```cpp +Vector Aspose::Cells::Drawing::ActiveXControls::UnknownControl::GetData() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [UnknownControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/unknowncontrol/getrelationshipdata/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/unknowncontrol/getrelationshipdata/_index.md new file mode 100644 index 00000000000..3e3e2d9bfcf --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/unknowncontrol/getrelationshipdata/_index.md @@ -0,0 +1,58 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::UnknownControl::GetRelationshipData method +linktitle: GetRelationshipData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::UnknownControl::GetRelationshipData method. Gets the related data in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.activexcontrols/unknowncontrol/getrelationshipdata/ +--- +## UnknownControl::GetRelationshipData(const U16String\&) method + + +Gets the related data. + +```cpp +Vector Aspose::Cells::Drawing::ActiveXControls::UnknownControl::GetRelationshipData(const U16String &relId) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| relId | const U16String\& | The relationship id. | + +## ReturnValue + +Returns the related data. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [UnknownControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) +## UnknownControl::GetRelationshipData(const char16_t*) method + + +Gets the related data. + +```cpp +Vector Aspose::Cells::Drawing::ActiveXControls::UnknownControl::GetRelationshipData(const char16_t *relId) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| relId | const char16_t* | The relationship id. | + +## ReturnValue + +Returns the related data. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [UnknownControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/unknowncontrol/gettype/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/unknowncontrol/gettype/_index.md new file mode 100644 index 00000000000..91feed6a0e8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/unknowncontrol/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::UnknownControl::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::UnknownControl::GetType method. Gets the type of the ActiveX control in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing.activexcontrols/unknowncontrol/gettype/ +--- +## UnknownControl::GetType method + + +Gets the type of the ActiveX control. + +```cpp +ControlType Aspose::Cells::Drawing::ActiveXControls::UnknownControl::GetType() +``` + +## See Also + +* Enum [ControlType](../../controltype/) +* Class [UnknownControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/unknowncontrol/isnull/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/unknowncontrol/isnull/_index.md new file mode 100644 index 00000000000..55c4b8238af --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/unknowncontrol/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::UnknownControl::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::UnknownControl::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.activexcontrols/unknowncontrol/isnull/ +--- +## UnknownControl::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::ActiveXControls::UnknownControl::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [UnknownControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/unknowncontrol/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/unknowncontrol/operator_asm/_index.md new file mode 100644 index 00000000000..92755863cce --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/unknowncontrol/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::UnknownControl::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::UnknownControl::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing.activexcontrols/unknowncontrol/operator_asm/ +--- +## UnknownControl::operator= method + + +operator= + +```cpp +UnknownControl & Aspose::Cells::Drawing::ActiveXControls::UnknownControl::operator=(const UnknownControl &src) +``` + +## See Also + +* Class [UnknownControl](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [UnknownControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/unknowncontrol/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/unknowncontrol/operator_bool/_index.md new file mode 100644 index 00000000000..844cf6d2efb --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/unknowncontrol/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::UnknownControl::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::UnknownControl::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing.activexcontrols/unknowncontrol/operator_bool/ +--- +## UnknownControl::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::ActiveXControls::UnknownControl::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [UnknownControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/unknowncontrol/unknowncontrol/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/unknowncontrol/unknowncontrol/_index.md new file mode 100644 index 00000000000..e0727067c57 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/unknowncontrol/unknowncontrol/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::UnknownControl::UnknownControl constructor +linktitle: UnknownControl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::UnknownControl::UnknownControl constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing.activexcontrols/unknowncontrol/unknowncontrol/ +--- +## UnknownControl::UnknownControl(UnknownControl_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::UnknownControl::UnknownControl(UnknownControl_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [UnknownControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) +## UnknownControl::UnknownControl(const UnknownControl\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::UnknownControl::UnknownControl(const UnknownControl &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [UnknownControl](../) +* Class [UnknownControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) +## UnknownControl::UnknownControl(const ActiveXControl\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::UnknownControl::UnknownControl(const ActiveXControl &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ActiveXControl](../../activexcontrol/) +* Class [UnknownControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.activexcontrols/unknowncontrol/~unknowncontrol/_index.md b/spanish/cpp/aspose.cells.drawing.activexcontrols/unknowncontrol/~unknowncontrol/_index.md new file mode 100644 index 00000000000..2a031793b3e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.activexcontrols/unknowncontrol/~unknowncontrol/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ActiveXControls::UnknownControl::~UnknownControl method +linktitle: ~UnknownControl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ActiveXControls::UnknownControl::~UnknownControl method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing.activexcontrols/unknowncontrol/~unknowncontrol/ +--- +## UnknownControl::~UnknownControl method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::ActiveXControls::UnknownControl::~UnknownControl() +``` + +## See Also + +* Class [UnknownControl](../) +* Namespace [Aspose::Cells::Drawing::ActiveXControls](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/_index.md b/spanish/cpp/aspose.cells.drawing.equations/_index.md new file mode 100644 index 00000000000..571edefe309 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/_index.md @@ -0,0 +1,49 @@ +--- +title: Espacio de nombres Aspose::Cells::Drawing::Equations +linktitle: Aspose::Cells::Drawing::Equations +second_title: Referencia de API de Aspose.Cells para C++ +description: 'Cómo usar el espacio de nombres Aspose::Cells::Drawing::Equations en C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.equations/ +--- + + + +## Clases + +| Clase | Descripción | +| --- | --- | +| [AccentEquationNode](./accentequationnode/) | Esta clase especifica una ecuación de acento, compuesta por un componente base y un diacrítico combinante. | +| [ArrayEquationNode](./arrayequationnode/) | Especifica la función Equation-Array, un objeto que consta de una o más ecuaciones. | +| [BarEquationNode](./barequationnode/) | Esta clase especifica la ecuación de barra, compuesta por un argumento base y una barra superior o inferior. | +| [BorderBoxEquationNode](./borderboxequationnode/) | Esta clase especifica la función [Border](../aspose.cells/border/) Box, que consiste en un borde dibujado alrededor de una ecuación. | +| [BoxEquationNode](./boxequationnode/) | Esta clase especifica la función box, que se utiliza para agrupar componentes de una ecuación. | +| [DelimiterEquationNode](./delimiterequationnode/) | Esta clase especifica la ecuación delimitadora, compuesta por delimitadores de apertura y cierre (como paréntesis, llaves, corchetes y barras verticales), y un componente contenido en su interior. El delimitador puede tener más de un componente, con un carácter separador designado entre cada componente. | +| [EquationComponentNode](./equationcomponentnode/) | Esta clase especifica los componentes de una ecuación o expresión matemática. Diferentes tipos de componentes se combinan en distintas ecuaciones. Por ejemplo, una fracción consta de dos partes, un componente numerador y un componente denominador. Para más tipos de componentes, consulte 'EquationNodeType'. | +| [EquationNode](./equationnode/) | Clase abstracta para derivar otros nodos de ecuación. | +| [EquationNodeParagraph](./equationnodeparagraph/) | Esta clase especifica un párrafo matemático que contiene uno o más elementos MathEquationNode(OMath). | +| [FractionEquationNode](./fractionequationnode/) | Esta clase especifica la ecuación de fracción, que consiste en un numerador y un denominador separados por una barra de fracción. La barra de fracción puede ser horizontal o diagonal, según las propiedades de la fracción. La ecuación de fracción también se usa para representar la función de apilamiento, que coloca un elemento sobre otro, sin barra de fracción. | +| [FunctionEquationNode](./functionequationnode/) | Esta clase especifica la ecuación Function-Apply, que consiste en un nombre de función y un argumento sobre el cual actúa. Los tipos de los componentes de nombre y argumento son '[EquationNodeType.FunctionName](./equationnodetype/)' y '[EquationNodeType.Base](./equationnodetype/)' respectivamente. | +| [GroupCharacterEquationNode](./groupcharacterequationnode/) | Esta clase especifica la función Group-Character, que consiste en un carácter dibujado encima o debajo del texto, a menudo con el propósito de agrupar visualmente los elementos. | +| [LimLowUppEquationNode](./limlowuppequationnode/) | Esta clase especifica la función límite. | +| [MathematicalEquationNode](./mathematicalequationnode/) | Esta clase especifica una ecuación o expresión matemática. Todo el texto matemático de ecuaciones o expresiones matemáticas está contenido en esta clase. | +| [MatrixEquationNode](./matrixequationnode/) | Esta clase especifica la ecuación Matrix, que consiste en uno o más elementos dispuestos en una o más filas y una o más columnas. | +| [NaryEquationNode](./naryequationnode/) | Esta clase especifica una ecuación de operador n-ario que consiste en un operador n-ario, una base (u operando) y límites superior e inferior opcionales. | +| [RadicalEquationNode](./radicalequationnode/) | Esta clase especifica la ecuación radical, que consiste en un grado opcional deg([EquationNodeType.Degree](./equationnodetype/)) y una base. | +| [SubSupEquationNode](./subsupequationnode/) | Esta clase especifica una ecuación que puede ser opcionalmente superíndice o subíndice. Hay cuatro formas principales de esta ecuación: superíndice, subíndice, superíndice y subíndice colocados a la izquierda de la base, y superíndice y subíndice colocados a la derecha de la base. | +| [TextRunEquationNode](./textrunequationnode/) | Esta clase en el nodo de ecuación se usa para almacenar el contenido real (una secuencia de texto matemático) de la ecuación. Normalmente un objeto nodo por carácter. | +| [UnknowEquationNode](./unknowequationnode/) | Clase de nodo de ecuación de tipo desconocido. | +## Enums + +| Enumeración | Descripción | +| --- | --- | +| [EquationCharacterPositionType](./equationcharacterpositiontype/) | Especifica la posición de un subobjeto particular dentro de su padre. | +| [EquationCombiningCharacterType](./equationcombiningcharactertype/) | Tipo de caracteres combinantes. | +| [EquationDelimiterShapeType](./equationdelimitershapetype/) | Esto especifica la forma de los delimitadores en el objeto delimitador. | +| [EquationFractionType](./equationfractiontype/) | Esto especifica el estilo de visualización de la barra de fracción. | +| [EquationHorizontalJustificationType](./equationhorizontaljustificationtype/) | Esto especifica la justificación horizontal predeterminada de las ecuaciones en el documento. | +| [EquationLimitLocationType](./equationlimitlocationtype/) | Especifica la ubicación del límite en un operador. | +| [EquationMathematicalOperatorType](./equationmathematicaloperatortype/) | Tipo de operadores matemáticos. | +| [EquationNodeType](./equationnodetype/) | Tipo de nodo de ecuación. Nota: (1)[1-99] Actualmente solo hay un nodo en el alcance, y su valor de enumeración es 1. El nodo que especifica se usa para almacenar texto matemático. (2)[100-199] Indica que el nodo es un componente de algunos nodos de funciones especiales. (3)[200-] Indica que el nodo tiene algunas funciones especiales. | +| [EquationVerticalJustificationType](./equationverticaljustificationtype/) | Esto especifica la justificación vertical predeterminada de las ecuaciones en el documento. | diff --git a/spanish/cpp/aspose.cells.drawing.equations/accentequationnode/_impl/_index.md b/spanish/cpp/aspose.cells.drawing.equations/accentequationnode/_impl/_index.md new file mode 100644 index 00000000000..58158268a35 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/accentequationnode/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Equations::AccentEquationNode::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::AccentEquationNode::_impl field. The implementation object in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing.equations/accentequationnode/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +AccentEquationNode_Impl* Aspose::Cells::Drawing::Equations::AccentEquationNode::_impl +``` + +## See Also + +* Class [AccentEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/accentequationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/accentequationnode/_index.md new file mode 100644 index 00000000000..5c58f475320 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/accentequationnode/_index.md @@ -0,0 +1,77 @@ +--- +title: Aspose::Cells::Drawing::Equations::AccentEquationNode class +linktitle: AccentEquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::AccentEquationNode class. This class specifies an accent equation, consisting of a base component and a combining diacritic in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing.equations/accentequationnode/ +--- +## AccentEquationNode class + + +This class specifies an accent equation, consisting of a base component and a combining diacritic. + +```cpp +class AccentEquationNode : public Aspose::Cells::Drawing::Equations::EquationNode +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AccentEquationNode(AccentEquationNode_Impl* impl)](./accentequationnode/) | Constructs from an implementation object. | +| [AccentEquationNode(const AccentEquationNode\& src)](./accentequationnode/) | Copy constructor. | +| [AccentEquationNode(const EquationNode\& src)](./accentequationnode/) | Constructs from a parent object. | +| [AddChild(EquationNodeType equationType)](../equationnode/addchild/) | Insert a node of the specified type at the end of the child node list of the current node. | +| [AddChild(const EquationNode\& node)](../equationnode/addchild/) | Inserts the specified node at the end of the current node's list of child nodes. | +| static [CreateNode(EquationNodeType equationType, const Workbook\& workbook, const EquationNode\& parent)](../equationnode/createnode/) | Create a node of the specified type. | +| [Equals(const Aspose::Cells::Object\& obj)](./equals/) | Determine whether the current equation node is equal to the specified node. | +| [EquationNode(EquationNode_Impl* impl)](../equationnode/equationnode/) | Constructs from an implementation object. | +| [EquationNode(const EquationNode\& src)](../equationnode/equationnode/) | Copy constructor. | +| [EquationNode(const FontSetting\& src)](../equationnode/equationnode/) | Constructs from a parent object. | +| [FontSetting(int32_t startIndex, int32_t length, const WorksheetCollection\& sheets)](../../aspose.cells/fontsetting/fontsetting/) | | +| [FontSetting(FontSetting_Impl* impl)](../../aspose.cells/fontsetting/fontsetting/) | Constructs from an implementation object. | +| [FontSetting(const FontSetting\& src)](../../aspose.cells/fontsetting/fontsetting/) | Copy constructor. | +| [GetAccentCharacter()](./getaccentcharacter/) | This attribute specifies the type of combining diacritical mark attached to the base of the accent function. The default accent character is U+0302. It is strongly recommended to use attribute AccentType to set accent character. Use this property setting if you cannot find the character you need in a known type. | +| [GetAccentCharacterType()](./getaccentcharactertype/) | Specify combining characters by type value. | +| [GetChild(int32_t index)](../equationnode/getchild/) | Returns the node at the specified index among the children of the current node. | +| [GetEquationType()](../equationnode/getequationtype/) | Get the equation type of the current node. | +| [GetFont()](../../aspose.cells/fontsetting/getfont/) | Returns the font of this object. | +| [GetLength()](../../aspose.cells/fontsetting/getlength/) | Gets the length of the characters. | +| [GetParentNode()](../equationnode/getparentnode/) | Specifies the parent node of the current node. | +| [GetStartIndex()](../../aspose.cells/fontsetting/getstartindex/) | Gets the start index of the characters. | +| [GetTextOptions()](../../aspose.cells/fontsetting/gettextoptions/) | Returns the text options. | +| [GetType()](../equationnode/gettype/) | Represents the type of the node. | +| [InsertAfter(EquationNodeType equationType)](../equationnode/insertafter/) | Inserts the specified node after the current node. | +| [InsertBefore(EquationNodeType equationType)](../equationnode/insertbefore/) | Inserts the specified node before the current node. | +| [InsertChild(int32_t index, EquationNodeType equationType)](../equationnode/insertchild/) | Inserts a node of the specified type at the specified index position in the current node's child node list. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const AccentEquationNode\& src)](./operator_asm/) | operator= | +| [operator=(const EquationNode\& src)](../equationnode/operator_asm/) | operator= | +| [operator=(const FontSetting\& src)](../../aspose.cells/fontsetting/operator_asm/) | operator= | +| [Remove()](../equationnode/remove/) | Removes itself from the parent. | +| [RemoveAllChildren()](../equationnode/removeallchildren/) | Removes all the child nodes of the current node. | +| [RemoveChild(const EquationNode\& node)](../equationnode/removechild/) | Removes the specified node from the current node's children. | +| [RemoveChild(int32_t index)](../equationnode/removechild/) | Removes the node at the specified index from the current node's children. | +| [SetAccentCharacter(const U16String\& value)](./setaccentcharacter/) | This attribute specifies the type of combining diacritical mark attached to the base of the accent function. The default accent character is U+0302. It is strongly recommended to use attribute AccentType to set accent character. Use this property setting if you cannot find the character you need in a known type. | +| [SetAccentCharacter(const char16_t* value)](./setaccentcharacter/) | This attribute specifies the type of combining diacritical mark attached to the base of the accent function. The default accent character is U+0302. It is strongly recommended to use attribute AccentType to set accent character. Use this property setting if you cannot find the character you need in a known type. | +| [SetAccentCharacterType(EquationCombiningCharacterType value)](./setaccentcharactertype/) | Specify combining characters by type value. | +| [SetParentNode(const EquationNode\& value)](../equationnode/setparentnode/) | Specifies the parent node of the current node. | +| [SetWordArtStyle(PresetWordArtStyle style)](../../aspose.cells/fontsetting/setwordartstyle/) | Sets the preset WordArt style. | +| [ToLaTeX()](../equationnode/tolatex/) | Convert this equtation to LaTeX expression. | +| [ToMathML()](../equationnode/tomathml/) | Convert this equtation to MathML expression. | +| [~AccentEquationNode()](./~accentequationnode/) | Destructor. | +| [~EquationNode()](../equationnode/~equationnode/) | Destructor. | +| [~FontSetting()](../../aspose.cells/fontsetting/~fontsetting/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [EquationNode](../equationnode/) +* Namespace [Aspose::Cells::Drawing::Equations](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/accentequationnode/accentequationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/accentequationnode/accentequationnode/_index.md new file mode 100644 index 00000000000..8ac302e3183 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/accentequationnode/accentequationnode/_index.md @@ -0,0 +1,53 @@ +--- +title: Aspose::Cells::Drawing::Equations::AccentEquationNode::AccentEquationNode constructor +linktitle: AccentEquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::AccentEquationNode::AccentEquationNode constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing.equations/accentequationnode/accentequationnode/ +--- +## AccentEquationNode::AccentEquationNode(AccentEquationNode_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::Equations::AccentEquationNode::AccentEquationNode(AccentEquationNode_Impl *impl) +``` + +## See Also + +* Class [AccentEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) +## AccentEquationNode::AccentEquationNode(const AccentEquationNode\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::Equations::AccentEquationNode::AccentEquationNode(const AccentEquationNode &src) +``` + +## See Also + +* Class [AccentEquationNode](../) +* Class [AccentEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) +## AccentEquationNode::AccentEquationNode(const EquationNode\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::Equations::AccentEquationNode::AccentEquationNode(const EquationNode &src) +``` + +## See Also + +* Class [EquationNode](../../equationnode/) +* Class [AccentEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/accentequationnode/equals/_index.md b/spanish/cpp/aspose.cells.drawing.equations/accentequationnode/equals/_index.md new file mode 100644 index 00000000000..006baad5b17 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/accentequationnode/equals/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Equations::AccentEquationNode::Equals method +linktitle: Equals +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::AccentEquationNode::Equals method. Determine whether the current equation node is equal to the specified node in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing.equations/accentequationnode/equals/ +--- +## AccentEquationNode::Equals method + + +Determine whether the current equation node is equal to the specified node. + +```cpp +bool Aspose::Cells::Drawing::Equations::AccentEquationNode::Equals(const Aspose::Cells::Object &obj) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| obj | const Aspose::Cells::Object\& | The specified node | + +## ReturnValue + + + +## See Also + +* Class [Object](../../../aspose.cells/object/) +* Class [AccentEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/accentequationnode/getaccentcharacter/_index.md b/spanish/cpp/aspose.cells.drawing.equations/accentequationnode/getaccentcharacter/_index.md new file mode 100644 index 00000000000..1b2d379b5e0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/accentequationnode/getaccentcharacter/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Equations::AccentEquationNode::GetAccentCharacter method +linktitle: GetAccentCharacter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::AccentEquationNode::GetAccentCharacter method. This attribute specifies the type of combining diacritical mark attached to the base of the accent function. The default accent character is U+0302. It is strongly recommended to use attribute AccentType to set accent character. Use this property setting if you cannot find the character you need in a known type in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.equations/accentequationnode/getaccentcharacter/ +--- +## AccentEquationNode::GetAccentCharacter method + + +This attribute specifies the type of combining diacritical mark attached to the base of the accent function. The default accent character is U+0302. It is strongly recommended to use attribute AccentType to set accent character. Use this property setting if you cannot find the character you need in a known type. + +```cpp +U16String Aspose::Cells::Drawing::Equations::AccentEquationNode::GetAccentCharacter() +``` + +## Remarks + + +It should be noted that this property only accepts one character, and if multiple characters are passed in, only the first character is accepted. +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [AccentEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/accentequationnode/getaccentcharactertype/_index.md b/spanish/cpp/aspose.cells.drawing.equations/accentequationnode/getaccentcharactertype/_index.md new file mode 100644 index 00000000000..a7529f029e2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/accentequationnode/getaccentcharactertype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Equations::AccentEquationNode::GetAccentCharacterType method +linktitle: GetAccentCharacterType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::AccentEquationNode::GetAccentCharacterType method. Specify combining characters by type value in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing.equations/accentequationnode/getaccentcharactertype/ +--- +## AccentEquationNode::GetAccentCharacterType method + + +Specify combining characters by type value. + +```cpp +EquationCombiningCharacterType Aspose::Cells::Drawing::Equations::AccentEquationNode::GetAccentCharacterType() +``` + +## See Also + +* Enum [EquationCombiningCharacterType](../../equationcombiningcharactertype/) +* Class [AccentEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/accentequationnode/isnull/_index.md b/spanish/cpp/aspose.cells.drawing.equations/accentequationnode/isnull/_index.md new file mode 100644 index 00000000000..9b29a80dcbf --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/accentequationnode/isnull/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Equations::AccentEquationNode::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::AccentEquationNode::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.equations/accentequationnode/isnull/ +--- +## AccentEquationNode::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::Equations::AccentEquationNode::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [AccentEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/accentequationnode/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing.equations/accentequationnode/operator_asm/_index.md new file mode 100644 index 00000000000..2721b21e83b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/accentequationnode/operator_asm/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Equations::AccentEquationNode::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::AccentEquationNode::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing.equations/accentequationnode/operator_asm/ +--- +## AccentEquationNode::operator= method + + +operator= + +```cpp +AccentEquationNode & Aspose::Cells::Drawing::Equations::AccentEquationNode::operator=(const AccentEquationNode &src) +``` + +## See Also + +* Class [AccentEquationNode](../) +* Class [AccentEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/accentequationnode/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing.equations/accentequationnode/operator_bool/_index.md new file mode 100644 index 00000000000..30f74669103 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/accentequationnode/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Equations::AccentEquationNode::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::AccentEquationNode::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing.equations/accentequationnode/operator_bool/ +--- +## AccentEquationNode::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::Equations::AccentEquationNode::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [AccentEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/accentequationnode/setaccentcharacter/_index.md b/spanish/cpp/aspose.cells.drawing.equations/accentequationnode/setaccentcharacter/_index.md new file mode 100644 index 00000000000..9c7d7a53f22 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/accentequationnode/setaccentcharacter/_index.md @@ -0,0 +1,46 @@ +--- +title: Aspose::Cells::Drawing::Equations::AccentEquationNode::SetAccentCharacter method +linktitle: SetAccentCharacter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::AccentEquationNode::SetAccentCharacter method. This attribute specifies the type of combining diacritical mark attached to the base of the accent function. The default accent character is U+0302. It is strongly recommended to use attribute AccentType to set accent character. Use this property setting if you cannot find the character you need in a known type in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing.equations/accentequationnode/setaccentcharacter/ +--- +## AccentEquationNode::SetAccentCharacter(const U16String\&) method + + +This attribute specifies the type of combining diacritical mark attached to the base of the accent function. The default accent character is U+0302. It is strongly recommended to use attribute AccentType to set accent character. Use this property setting if you cannot find the character you need in a known type. + +```cpp +void Aspose::Cells::Drawing::Equations::AccentEquationNode::SetAccentCharacter(const U16String &value) +``` + +## Remarks + + +It should be noted that this property only accepts one character, and if multiple characters are passed in, only the first character is accepted. +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [AccentEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) +## AccentEquationNode::SetAccentCharacter(const char16_t*) method + + +This attribute specifies the type of combining diacritical mark attached to the base of the accent function. The default accent character is U+0302. It is strongly recommended to use attribute AccentType to set accent character. Use this property setting if you cannot find the character you need in a known type. + +```cpp +void Aspose::Cells::Drawing::Equations::AccentEquationNode::SetAccentCharacter(const char16_t *value) +``` + +## Remarks + + +It should be noted that this property only accepts one character, and if multiple characters are passed in, only the first character is accepted. +## See Also + +* Class [AccentEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/accentequationnode/setaccentcharactertype/_index.md b/spanish/cpp/aspose.cells.drawing.equations/accentequationnode/setaccentcharactertype/_index.md new file mode 100644 index 00000000000..9020d93bb03 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/accentequationnode/setaccentcharactertype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Equations::AccentEquationNode::SetAccentCharacterType method +linktitle: SetAccentCharacterType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::AccentEquationNode::SetAccentCharacterType method. Specify combining characters by type value in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing.equations/accentequationnode/setaccentcharactertype/ +--- +## AccentEquationNode::SetAccentCharacterType method + + +Specify combining characters by type value. + +```cpp +void Aspose::Cells::Drawing::Equations::AccentEquationNode::SetAccentCharacterType(EquationCombiningCharacterType value) +``` + +## See Also + +* Enum [EquationCombiningCharacterType](../../equationcombiningcharactertype/) +* Class [AccentEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/accentequationnode/~accentequationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/accentequationnode/~accentequationnode/_index.md new file mode 100644 index 00000000000..9403de84743 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/accentequationnode/~accentequationnode/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Equations::AccentEquationNode::~AccentEquationNode method +linktitle: ~AccentEquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::AccentEquationNode::~AccentEquationNode method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing.equations/accentequationnode/~accentequationnode/ +--- +## AccentEquationNode::~AccentEquationNode method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::Equations::AccentEquationNode::~AccentEquationNode() +``` + +## See Also + +* Class [AccentEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/arrayequationnode/_impl/_index.md b/spanish/cpp/aspose.cells.drawing.equations/arrayequationnode/_impl/_index.md new file mode 100644 index 00000000000..f7e6fee5180 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/arrayequationnode/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Equations::ArrayEquationNode::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::ArrayEquationNode::_impl field. The implementation object in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing.equations/arrayequationnode/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ArrayEquationNode_Impl* Aspose::Cells::Drawing::Equations::ArrayEquationNode::_impl +``` + +## See Also + +* Class [ArrayEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/arrayequationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/arrayequationnode/_index.md new file mode 100644 index 00000000000..c5c867a8754 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/arrayequationnode/_index.md @@ -0,0 +1,72 @@ +--- +title: Aspose::Cells::Drawing::Equations::ArrayEquationNode class +linktitle: ArrayEquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::ArrayEquationNode class. Specifies the Equation-Array function, an object consisting of one or more equations in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing.equations/arrayequationnode/ +--- +## ArrayEquationNode class + + +Specifies the Equation-Array function, an object consisting of one or more equations. + +```cpp +class ArrayEquationNode : public Aspose::Cells::Drawing::Equations::EquationNode +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddChild(EquationNodeType equationType)](../equationnode/addchild/) | Insert a node of the specified type at the end of the child node list of the current node. | +| [AddChild(const EquationNode\& node)](../equationnode/addchild/) | Inserts the specified node at the end of the current node's list of child nodes. | +| [ArrayEquationNode(ArrayEquationNode_Impl* impl)](./arrayequationnode/) | Constructs from an implementation object. | +| [ArrayEquationNode(const ArrayEquationNode\& src)](./arrayequationnode/) | Copy constructor. | +| [ArrayEquationNode(const EquationNode\& src)](./arrayequationnode/) | Constructs from a parent object. | +| static [CreateNode(EquationNodeType equationType, const Workbook\& workbook, const EquationNode\& parent)](../equationnode/createnode/) | Create a node of the specified type. | +| [Equals(const Aspose::Cells::Object\& obj)](./equals/) | Determine whether the current equation node is equal to the specified node. | +| [EquationNode(EquationNode_Impl* impl)](../equationnode/equationnode/) | Constructs from an implementation object. | +| [EquationNode(const EquationNode\& src)](../equationnode/equationnode/) | Copy constructor. | +| [EquationNode(const FontSetting\& src)](../equationnode/equationnode/) | Constructs from a parent object. | +| [FontSetting(int32_t startIndex, int32_t length, const WorksheetCollection\& sheets)](../../aspose.cells/fontsetting/fontsetting/) | | +| [FontSetting(FontSetting_Impl* impl)](../../aspose.cells/fontsetting/fontsetting/) | Constructs from an implementation object. | +| [FontSetting(const FontSetting\& src)](../../aspose.cells/fontsetting/fontsetting/) | Copy constructor. | +| [GetChild(int32_t index)](../equationnode/getchild/) | Returns the node at the specified index among the children of the current node. | +| [GetEquationType()](../equationnode/getequationtype/) | Get the equation type of the current node. | +| [GetFont()](../../aspose.cells/fontsetting/getfont/) | Returns the font of this object. | +| [GetLength()](../../aspose.cells/fontsetting/getlength/) | Gets the length of the characters. | +| [GetParentNode()](../equationnode/getparentnode/) | Specifies the parent node of the current node. | +| [GetStartIndex()](../../aspose.cells/fontsetting/getstartindex/) | Gets the start index of the characters. | +| [GetTextOptions()](../../aspose.cells/fontsetting/gettextoptions/) | Returns the text options. | +| [GetType()](../equationnode/gettype/) | Represents the type of the node. | +| [InsertAfter(EquationNodeType equationType)](../equationnode/insertafter/) | Inserts the specified node after the current node. | +| [InsertBefore(EquationNodeType equationType)](../equationnode/insertbefore/) | Inserts the specified node before the current node. | +| [InsertChild(int32_t index, EquationNodeType equationType)](../equationnode/insertchild/) | Inserts a node of the specified type at the specified index position in the current node's child node list. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ArrayEquationNode\& src)](./operator_asm/) | operator= | +| [operator=(const EquationNode\& src)](../equationnode/operator_asm/) | operator= | +| [operator=(const FontSetting\& src)](../../aspose.cells/fontsetting/operator_asm/) | operator= | +| [Remove()](../equationnode/remove/) | Removes itself from the parent. | +| [RemoveAllChildren()](../equationnode/removeallchildren/) | Removes all the child nodes of the current node. | +| [RemoveChild(const EquationNode\& node)](../equationnode/removechild/) | Removes the specified node from the current node's children. | +| [RemoveChild(int32_t index)](../equationnode/removechild/) | Removes the node at the specified index from the current node's children. | +| [SetParentNode(const EquationNode\& value)](../equationnode/setparentnode/) | Specifies the parent node of the current node. | +| [SetWordArtStyle(PresetWordArtStyle style)](../../aspose.cells/fontsetting/setwordartstyle/) | Sets the preset WordArt style. | +| [ToLaTeX()](../equationnode/tolatex/) | Convert this equtation to LaTeX expression. | +| [ToMathML()](../equationnode/tomathml/) | Convert this equtation to MathML expression. | +| [~ArrayEquationNode()](./~arrayequationnode/) | Destructor. | +| [~EquationNode()](../equationnode/~equationnode/) | Destructor. | +| [~FontSetting()](../../aspose.cells/fontsetting/~fontsetting/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [EquationNode](../equationnode/) +* Namespace [Aspose::Cells::Drawing::Equations](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/arrayequationnode/arrayequationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/arrayequationnode/arrayequationnode/_index.md new file mode 100644 index 00000000000..c292d27375d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/arrayequationnode/arrayequationnode/_index.md @@ -0,0 +1,53 @@ +--- +title: Aspose::Cells::Drawing::Equations::ArrayEquationNode::ArrayEquationNode constructor +linktitle: ArrayEquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::ArrayEquationNode::ArrayEquationNode constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing.equations/arrayequationnode/arrayequationnode/ +--- +## ArrayEquationNode::ArrayEquationNode(ArrayEquationNode_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::Equations::ArrayEquationNode::ArrayEquationNode(ArrayEquationNode_Impl *impl) +``` + +## See Also + +* Class [ArrayEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) +## ArrayEquationNode::ArrayEquationNode(const ArrayEquationNode\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::Equations::ArrayEquationNode::ArrayEquationNode(const ArrayEquationNode &src) +``` + +## See Also + +* Class [ArrayEquationNode](../) +* Class [ArrayEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) +## ArrayEquationNode::ArrayEquationNode(const EquationNode\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::Equations::ArrayEquationNode::ArrayEquationNode(const EquationNode &src) +``` + +## See Also + +* Class [EquationNode](../../equationnode/) +* Class [ArrayEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/arrayequationnode/equals/_index.md b/spanish/cpp/aspose.cells.drawing.equations/arrayequationnode/equals/_index.md new file mode 100644 index 00000000000..fd910ba592f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/arrayequationnode/equals/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Equations::ArrayEquationNode::Equals method +linktitle: Equals +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::ArrayEquationNode::Equals method. Determine whether the current equation node is equal to the specified node in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.equations/arrayequationnode/equals/ +--- +## ArrayEquationNode::Equals method + + +Determine whether the current equation node is equal to the specified node. + +```cpp +bool Aspose::Cells::Drawing::Equations::ArrayEquationNode::Equals(const Aspose::Cells::Object &obj) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| obj | const Aspose::Cells::Object\& | The specified node | + +## ReturnValue + + + +## See Also + +* Class [Object](../../../aspose.cells/object/) +* Class [ArrayEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/arrayequationnode/isnull/_index.md b/spanish/cpp/aspose.cells.drawing.equations/arrayequationnode/isnull/_index.md new file mode 100644 index 00000000000..686348f1314 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/arrayequationnode/isnull/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Equations::ArrayEquationNode::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::ArrayEquationNode::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.equations/arrayequationnode/isnull/ +--- +## ArrayEquationNode::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::Equations::ArrayEquationNode::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [ArrayEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/arrayequationnode/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing.equations/arrayequationnode/operator_asm/_index.md new file mode 100644 index 00000000000..7483aba490e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/arrayequationnode/operator_asm/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Equations::ArrayEquationNode::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::ArrayEquationNode::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing.equations/arrayequationnode/operator_asm/ +--- +## ArrayEquationNode::operator= method + + +operator= + +```cpp +ArrayEquationNode & Aspose::Cells::Drawing::Equations::ArrayEquationNode::operator=(const ArrayEquationNode &src) +``` + +## See Also + +* Class [ArrayEquationNode](../) +* Class [ArrayEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/arrayequationnode/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing.equations/arrayequationnode/operator_bool/_index.md new file mode 100644 index 00000000000..858da50a08f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/arrayequationnode/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Equations::ArrayEquationNode::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::ArrayEquationNode::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing.equations/arrayequationnode/operator_bool/ +--- +## ArrayEquationNode::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::Equations::ArrayEquationNode::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ArrayEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/arrayequationnode/~arrayequationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/arrayequationnode/~arrayequationnode/_index.md new file mode 100644 index 00000000000..b20ea43a982 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/arrayequationnode/~arrayequationnode/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Equations::ArrayEquationNode::~ArrayEquationNode method +linktitle: ~ArrayEquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::ArrayEquationNode::~ArrayEquationNode method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing.equations/arrayequationnode/~arrayequationnode/ +--- +## ArrayEquationNode::~ArrayEquationNode method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::Equations::ArrayEquationNode::~ArrayEquationNode() +``` + +## See Also + +* Class [ArrayEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/barequationnode/_impl/_index.md b/spanish/cpp/aspose.cells.drawing.equations/barequationnode/_impl/_index.md new file mode 100644 index 00000000000..a747ea7f3ca --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/barequationnode/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Equations::BarEquationNode::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::BarEquationNode::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing.equations/barequationnode/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +BarEquationNode_Impl* Aspose::Cells::Drawing::Equations::BarEquationNode::_impl +``` + +## See Also + +* Class [BarEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/barequationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/barequationnode/_index.md new file mode 100644 index 00000000000..219d247f4d2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/barequationnode/_index.md @@ -0,0 +1,74 @@ +--- +title: Aspose::Cells::Drawing::Equations::BarEquationNode class +linktitle: BarEquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::BarEquationNode class. This class specifies the bar equation, consisting of a base argument and an overbar or underbar in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing.equations/barequationnode/ +--- +## BarEquationNode class + + +This class specifies the bar equation, consisting of a base argument and an overbar or underbar. + +```cpp +class BarEquationNode : public Aspose::Cells::Drawing::Equations::EquationNode +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddChild(EquationNodeType equationType)](../equationnode/addchild/) | Insert a node of the specified type at the end of the child node list of the current node. | +| [AddChild(const EquationNode\& node)](../equationnode/addchild/) | Inserts the specified node at the end of the current node's list of child nodes. | +| [BarEquationNode(BarEquationNode_Impl* impl)](./barequationnode/) | Constructs from an implementation object. | +| [BarEquationNode(const BarEquationNode\& src)](./barequationnode/) | Copy constructor. | +| [BarEquationNode(const EquationNode\& src)](./barequationnode/) | Constructs from a parent object. | +| static [CreateNode(EquationNodeType equationType, const Workbook\& workbook, const EquationNode\& parent)](../equationnode/createnode/) | Create a node of the specified type. | +| [Equals(const Aspose::Cells::Object\& obj)](./equals/) | Determine whether the current equation node is equal to the specified node. | +| [EquationNode(EquationNode_Impl* impl)](../equationnode/equationnode/) | Constructs from an implementation object. | +| [EquationNode(const EquationNode\& src)](../equationnode/equationnode/) | Copy constructor. | +| [EquationNode(const FontSetting\& src)](../equationnode/equationnode/) | Constructs from a parent object. | +| [FontSetting(int32_t startIndex, int32_t length, const WorksheetCollection\& sheets)](../../aspose.cells/fontsetting/fontsetting/) | | +| [FontSetting(FontSetting_Impl* impl)](../../aspose.cells/fontsetting/fontsetting/) | Constructs from an implementation object. | +| [FontSetting(const FontSetting\& src)](../../aspose.cells/fontsetting/fontsetting/) | Copy constructor. | +| [GetBarPosition()](./getbarposition/) | This attribute specifies the position of the bar in the bar object. | +| [GetChild(int32_t index)](../equationnode/getchild/) | Returns the node at the specified index among the children of the current node. | +| [GetEquationType()](../equationnode/getequationtype/) | Get the equation type of the current node. | +| [GetFont()](../../aspose.cells/fontsetting/getfont/) | Returns the font of this object. | +| [GetLength()](../../aspose.cells/fontsetting/getlength/) | Gets the length of the characters. | +| [GetParentNode()](../equationnode/getparentnode/) | Specifies the parent node of the current node. | +| [GetStartIndex()](../../aspose.cells/fontsetting/getstartindex/) | Gets the start index of the characters. | +| [GetTextOptions()](../../aspose.cells/fontsetting/gettextoptions/) | Returns the text options. | +| [GetType()](../equationnode/gettype/) | Represents the type of the node. | +| [InsertAfter(EquationNodeType equationType)](../equationnode/insertafter/) | Inserts the specified node after the current node. | +| [InsertBefore(EquationNodeType equationType)](../equationnode/insertbefore/) | Inserts the specified node before the current node. | +| [InsertChild(int32_t index, EquationNodeType equationType)](../equationnode/insertchild/) | Inserts a node of the specified type at the specified index position in the current node's child node list. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const BarEquationNode\& src)](./operator_asm/) | operator= | +| [operator=(const EquationNode\& src)](../equationnode/operator_asm/) | operator= | +| [operator=(const FontSetting\& src)](../../aspose.cells/fontsetting/operator_asm/) | operator= | +| [Remove()](../equationnode/remove/) | Removes itself from the parent. | +| [RemoveAllChildren()](../equationnode/removeallchildren/) | Removes all the child nodes of the current node. | +| [RemoveChild(const EquationNode\& node)](../equationnode/removechild/) | Removes the specified node from the current node's children. | +| [RemoveChild(int32_t index)](../equationnode/removechild/) | Removes the node at the specified index from the current node's children. | +| [SetBarPosition(EquationCharacterPositionType value)](./setbarposition/) | This attribute specifies the position of the bar in the bar object. | +| [SetParentNode(const EquationNode\& value)](../equationnode/setparentnode/) | Specifies the parent node of the current node. | +| [SetWordArtStyle(PresetWordArtStyle style)](../../aspose.cells/fontsetting/setwordartstyle/) | Sets the preset WordArt style. | +| [ToLaTeX()](../equationnode/tolatex/) | Convert this equtation to LaTeX expression. | +| [ToMathML()](../equationnode/tomathml/) | Convert this equtation to MathML expression. | +| [~BarEquationNode()](./~barequationnode/) | Destructor. | +| [~EquationNode()](../equationnode/~equationnode/) | Destructor. | +| [~FontSetting()](../../aspose.cells/fontsetting/~fontsetting/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [EquationNode](../equationnode/) +* Namespace [Aspose::Cells::Drawing::Equations](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/barequationnode/barequationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/barequationnode/barequationnode/_index.md new file mode 100644 index 00000000000..25b24a435cc --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/barequationnode/barequationnode/_index.md @@ -0,0 +1,53 @@ +--- +title: Aspose::Cells::Drawing::Equations::BarEquationNode::BarEquationNode constructor +linktitle: BarEquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::BarEquationNode::BarEquationNode constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing.equations/barequationnode/barequationnode/ +--- +## BarEquationNode::BarEquationNode(BarEquationNode_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::Equations::BarEquationNode::BarEquationNode(BarEquationNode_Impl *impl) +``` + +## See Also + +* Class [BarEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) +## BarEquationNode::BarEquationNode(const BarEquationNode\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::Equations::BarEquationNode::BarEquationNode(const BarEquationNode &src) +``` + +## See Also + +* Class [BarEquationNode](../) +* Class [BarEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) +## BarEquationNode::BarEquationNode(const EquationNode\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::Equations::BarEquationNode::BarEquationNode(const EquationNode &src) +``` + +## See Also + +* Class [EquationNode](../../equationnode/) +* Class [BarEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/barequationnode/equals/_index.md b/spanish/cpp/aspose.cells.drawing.equations/barequationnode/equals/_index.md new file mode 100644 index 00000000000..b26e623e7e6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/barequationnode/equals/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Equations::BarEquationNode::Equals method +linktitle: Equals +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::BarEquationNode::Equals method. Determine whether the current equation node is equal to the specified node in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing.equations/barequationnode/equals/ +--- +## BarEquationNode::Equals method + + +Determine whether the current equation node is equal to the specified node. + +```cpp +bool Aspose::Cells::Drawing::Equations::BarEquationNode::Equals(const Aspose::Cells::Object &obj) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| obj | const Aspose::Cells::Object\& | The specified node | + +## ReturnValue + + + +## See Also + +* Class [Object](../../../aspose.cells/object/) +* Class [BarEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/barequationnode/getbarposition/_index.md b/spanish/cpp/aspose.cells.drawing.equations/barequationnode/getbarposition/_index.md new file mode 100644 index 00000000000..dbf2f21c6ad --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/barequationnode/getbarposition/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Equations::BarEquationNode::GetBarPosition method +linktitle: GetBarPosition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::BarEquationNode::GetBarPosition method. This attribute specifies the position of the bar in the bar object in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.equations/barequationnode/getbarposition/ +--- +## BarEquationNode::GetBarPosition method + + +This attribute specifies the position of the bar in the bar object. + +```cpp +EquationCharacterPositionType Aspose::Cells::Drawing::Equations::BarEquationNode::GetBarPosition() +``` + +## See Also + +* Enum [EquationCharacterPositionType](../../equationcharacterpositiontype/) +* Class [BarEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/barequationnode/isnull/_index.md b/spanish/cpp/aspose.cells.drawing.equations/barequationnode/isnull/_index.md new file mode 100644 index 00000000000..db89fefd659 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/barequationnode/isnull/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Equations::BarEquationNode::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::BarEquationNode::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.equations/barequationnode/isnull/ +--- +## BarEquationNode::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::Equations::BarEquationNode::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [BarEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/barequationnode/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing.equations/barequationnode/operator_asm/_index.md new file mode 100644 index 00000000000..738e63d5ae9 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/barequationnode/operator_asm/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Equations::BarEquationNode::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::BarEquationNode::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing.equations/barequationnode/operator_asm/ +--- +## BarEquationNode::operator= method + + +operator= + +```cpp +BarEquationNode & Aspose::Cells::Drawing::Equations::BarEquationNode::operator=(const BarEquationNode &src) +``` + +## See Also + +* Class [BarEquationNode](../) +* Class [BarEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/barequationnode/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing.equations/barequationnode/operator_bool/_index.md new file mode 100644 index 00000000000..605c2ea3d4a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/barequationnode/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Equations::BarEquationNode::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::BarEquationNode::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing.equations/barequationnode/operator_bool/ +--- +## BarEquationNode::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::Equations::BarEquationNode::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [BarEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/barequationnode/setbarposition/_index.md b/spanish/cpp/aspose.cells.drawing.equations/barequationnode/setbarposition/_index.md new file mode 100644 index 00000000000..03a94385cbe --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/barequationnode/setbarposition/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Equations::BarEquationNode::SetBarPosition method +linktitle: SetBarPosition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::BarEquationNode::SetBarPosition method. This attribute specifies the position of the bar in the bar object in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing.equations/barequationnode/setbarposition/ +--- +## BarEquationNode::SetBarPosition method + + +This attribute specifies the position of the bar in the bar object. + +```cpp +void Aspose::Cells::Drawing::Equations::BarEquationNode::SetBarPosition(EquationCharacterPositionType value) +``` + +## See Also + +* Enum [EquationCharacterPositionType](../../equationcharacterpositiontype/) +* Class [BarEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/barequationnode/~barequationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/barequationnode/~barequationnode/_index.md new file mode 100644 index 00000000000..aca0da5a466 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/barequationnode/~barequationnode/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Equations::BarEquationNode::~BarEquationNode method +linktitle: ~BarEquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::BarEquationNode::~BarEquationNode method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing.equations/barequationnode/~barequationnode/ +--- +## BarEquationNode::~BarEquationNode method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::Equations::BarEquationNode::~BarEquationNode() +``` + +## See Also + +* Class [BarEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/borderboxequationnode/_impl/_index.md b/spanish/cpp/aspose.cells.drawing.equations/borderboxequationnode/_impl/_index.md new file mode 100644 index 00000000000..920c592dc89 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/borderboxequationnode/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Equations::BorderBoxEquationNode::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::BorderBoxEquationNode::_impl field. The implementation object in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing.equations/borderboxequationnode/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +BorderBoxEquationNode_Impl* Aspose::Cells::Drawing::Equations::BorderBoxEquationNode::_impl +``` + +## See Also + +* Class [BorderBoxEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/borderboxequationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/borderboxequationnode/_index.md new file mode 100644 index 00000000000..4a54c97a4eb --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/borderboxequationnode/_index.md @@ -0,0 +1,72 @@ +--- +title: Aspose::Cells::Drawing::Equations::BorderBoxEquationNode class +linktitle: BorderBoxEquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::BorderBoxEquationNode class. This class specifies the Border Box function, consisting of a border drawn around an equation in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing.equations/borderboxequationnode/ +--- +## BorderBoxEquationNode class + + +This class specifies the [Border](../../aspose.cells/border/) Box function, consisting of a border drawn around an equation. + +```cpp +class BorderBoxEquationNode : public Aspose::Cells::Drawing::Equations::EquationNode +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddChild(EquationNodeType equationType)](../equationnode/addchild/) | Insert a node of the specified type at the end of the child node list of the current node. | +| [AddChild(const EquationNode\& node)](../equationnode/addchild/) | Inserts the specified node at the end of the current node's list of child nodes. | +| [BorderBoxEquationNode(BorderBoxEquationNode_Impl* impl)](./borderboxequationnode/) | Constructs from an implementation object. | +| [BorderBoxEquationNode(const BorderBoxEquationNode\& src)](./borderboxequationnode/) | Copy constructor. | +| [BorderBoxEquationNode(const EquationNode\& src)](./borderboxequationnode/) | Constructs from a parent object. | +| static [CreateNode(EquationNodeType equationType, const Workbook\& workbook, const EquationNode\& parent)](../equationnode/createnode/) | Create a node of the specified type. | +| [Equals(const Aspose::Cells::Object\& obj)](./equals/) | Determine whether the current equation node is equal to the specified node. | +| [EquationNode(EquationNode_Impl* impl)](../equationnode/equationnode/) | Constructs from an implementation object. | +| [EquationNode(const EquationNode\& src)](../equationnode/equationnode/) | Copy constructor. | +| [EquationNode(const FontSetting\& src)](../equationnode/equationnode/) | Constructs from a parent object. | +| [FontSetting(int32_t startIndex, int32_t length, const WorksheetCollection\& sheets)](../../aspose.cells/fontsetting/fontsetting/) | | +| [FontSetting(FontSetting_Impl* impl)](../../aspose.cells/fontsetting/fontsetting/) | Constructs from an implementation object. | +| [FontSetting(const FontSetting\& src)](../../aspose.cells/fontsetting/fontsetting/) | Copy constructor. | +| [GetChild(int32_t index)](../equationnode/getchild/) | Returns the node at the specified index among the children of the current node. | +| [GetEquationType()](../equationnode/getequationtype/) | Get the equation type of the current node. | +| [GetFont()](../../aspose.cells/fontsetting/getfont/) | Returns the font of this object. | +| [GetLength()](../../aspose.cells/fontsetting/getlength/) | Gets the length of the characters. | +| [GetParentNode()](../equationnode/getparentnode/) | Specifies the parent node of the current node. | +| [GetStartIndex()](../../aspose.cells/fontsetting/getstartindex/) | Gets the start index of the characters. | +| [GetTextOptions()](../../aspose.cells/fontsetting/gettextoptions/) | Returns the text options. | +| [GetType()](../equationnode/gettype/) | Represents the type of the node. | +| [InsertAfter(EquationNodeType equationType)](../equationnode/insertafter/) | Inserts the specified node after the current node. | +| [InsertBefore(EquationNodeType equationType)](../equationnode/insertbefore/) | Inserts the specified node before the current node. | +| [InsertChild(int32_t index, EquationNodeType equationType)](../equationnode/insertchild/) | Inserts a node of the specified type at the specified index position in the current node's child node list. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const BorderBoxEquationNode\& src)](./operator_asm/) | operator= | +| [operator=(const EquationNode\& src)](../equationnode/operator_asm/) | operator= | +| [operator=(const FontSetting\& src)](../../aspose.cells/fontsetting/operator_asm/) | operator= | +| [Remove()](../equationnode/remove/) | Removes itself from the parent. | +| [RemoveAllChildren()](../equationnode/removeallchildren/) | Removes all the child nodes of the current node. | +| [RemoveChild(const EquationNode\& node)](../equationnode/removechild/) | Removes the specified node from the current node's children. | +| [RemoveChild(int32_t index)](../equationnode/removechild/) | Removes the node at the specified index from the current node's children. | +| [SetParentNode(const EquationNode\& value)](../equationnode/setparentnode/) | Specifies the parent node of the current node. | +| [SetWordArtStyle(PresetWordArtStyle style)](../../aspose.cells/fontsetting/setwordartstyle/) | Sets the preset WordArt style. | +| [ToLaTeX()](../equationnode/tolatex/) | Convert this equtation to LaTeX expression. | +| [ToMathML()](../equationnode/tomathml/) | Convert this equtation to MathML expression. | +| [~BorderBoxEquationNode()](./~borderboxequationnode/) | Destructor. | +| [~EquationNode()](../equationnode/~equationnode/) | Destructor. | +| [~FontSetting()](../../aspose.cells/fontsetting/~fontsetting/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [EquationNode](../equationnode/) +* Namespace [Aspose::Cells::Drawing::Equations](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/borderboxequationnode/borderboxequationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/borderboxequationnode/borderboxequationnode/_index.md new file mode 100644 index 00000000000..ff8d3bfbf91 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/borderboxequationnode/borderboxequationnode/_index.md @@ -0,0 +1,53 @@ +--- +title: Aspose::Cells::Drawing::Equations::BorderBoxEquationNode::BorderBoxEquationNode constructor +linktitle: BorderBoxEquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::BorderBoxEquationNode::BorderBoxEquationNode constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing.equations/borderboxequationnode/borderboxequationnode/ +--- +## BorderBoxEquationNode::BorderBoxEquationNode(BorderBoxEquationNode_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::Equations::BorderBoxEquationNode::BorderBoxEquationNode(BorderBoxEquationNode_Impl *impl) +``` + +## See Also + +* Class [BorderBoxEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) +## BorderBoxEquationNode::BorderBoxEquationNode(const BorderBoxEquationNode\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::Equations::BorderBoxEquationNode::BorderBoxEquationNode(const BorderBoxEquationNode &src) +``` + +## See Also + +* Class [BorderBoxEquationNode](../) +* Class [BorderBoxEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) +## BorderBoxEquationNode::BorderBoxEquationNode(const EquationNode\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::Equations::BorderBoxEquationNode::BorderBoxEquationNode(const EquationNode &src) +``` + +## See Also + +* Class [EquationNode](../../equationnode/) +* Class [BorderBoxEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/borderboxequationnode/equals/_index.md b/spanish/cpp/aspose.cells.drawing.equations/borderboxequationnode/equals/_index.md new file mode 100644 index 00000000000..025fba2b386 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/borderboxequationnode/equals/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Equations::BorderBoxEquationNode::Equals method +linktitle: Equals +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::BorderBoxEquationNode::Equals method. Determine whether the current equation node is equal to the specified node in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.equations/borderboxequationnode/equals/ +--- +## BorderBoxEquationNode::Equals method + + +Determine whether the current equation node is equal to the specified node. + +```cpp +bool Aspose::Cells::Drawing::Equations::BorderBoxEquationNode::Equals(const Aspose::Cells::Object &obj) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| obj | const Aspose::Cells::Object\& | The specified node | + +## ReturnValue + + + +## See Also + +* Class [Object](../../../aspose.cells/object/) +* Class [BorderBoxEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/borderboxequationnode/isnull/_index.md b/spanish/cpp/aspose.cells.drawing.equations/borderboxequationnode/isnull/_index.md new file mode 100644 index 00000000000..00f85265fae --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/borderboxequationnode/isnull/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Equations::BorderBoxEquationNode::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::BorderBoxEquationNode::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.equations/borderboxequationnode/isnull/ +--- +## BorderBoxEquationNode::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::Equations::BorderBoxEquationNode::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [BorderBoxEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/borderboxequationnode/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing.equations/borderboxequationnode/operator_asm/_index.md new file mode 100644 index 00000000000..c82ef277893 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/borderboxequationnode/operator_asm/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Equations::BorderBoxEquationNode::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::BorderBoxEquationNode::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing.equations/borderboxequationnode/operator_asm/ +--- +## BorderBoxEquationNode::operator= method + + +operator= + +```cpp +BorderBoxEquationNode & Aspose::Cells::Drawing::Equations::BorderBoxEquationNode::operator=(const BorderBoxEquationNode &src) +``` + +## See Also + +* Class [BorderBoxEquationNode](../) +* Class [BorderBoxEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/borderboxequationnode/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing.equations/borderboxequationnode/operator_bool/_index.md new file mode 100644 index 00000000000..6fa25033b7d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/borderboxequationnode/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Equations::BorderBoxEquationNode::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::BorderBoxEquationNode::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing.equations/borderboxequationnode/operator_bool/ +--- +## BorderBoxEquationNode::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::Equations::BorderBoxEquationNode::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [BorderBoxEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/borderboxequationnode/~borderboxequationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/borderboxequationnode/~borderboxequationnode/_index.md new file mode 100644 index 00000000000..9b04d8471eb --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/borderboxequationnode/~borderboxequationnode/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Equations::BorderBoxEquationNode::~BorderBoxEquationNode method +linktitle: ~BorderBoxEquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::BorderBoxEquationNode::~BorderBoxEquationNode method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing.equations/borderboxequationnode/~borderboxequationnode/ +--- +## BorderBoxEquationNode::~BorderBoxEquationNode method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::Equations::BorderBoxEquationNode::~BorderBoxEquationNode() +``` + +## See Also + +* Class [BorderBoxEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/boxequationnode/_impl/_index.md b/spanish/cpp/aspose.cells.drawing.equations/boxequationnode/_impl/_index.md new file mode 100644 index 00000000000..ab830f2f3df --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/boxequationnode/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Equations::BoxEquationNode::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::BoxEquationNode::_impl field. The implementation object in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing.equations/boxequationnode/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +BoxEquationNode_Impl* Aspose::Cells::Drawing::Equations::BoxEquationNode::_impl +``` + +## See Also + +* Class [BoxEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/boxequationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/boxequationnode/_index.md new file mode 100644 index 00000000000..6bb33680a6d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/boxequationnode/_index.md @@ -0,0 +1,72 @@ +--- +title: Aspose::Cells::Drawing::Equations::BoxEquationNode class +linktitle: BoxEquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::BoxEquationNode class. This class specifies the box function, which is used to group components of an equation in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.equations/boxequationnode/ +--- +## BoxEquationNode class + + +This class specifies the box function, which is used to group components of an equation. + +```cpp +class BoxEquationNode : public Aspose::Cells::Drawing::Equations::EquationNode +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddChild(EquationNodeType equationType)](../equationnode/addchild/) | Insert a node of the specified type at the end of the child node list of the current node. | +| [AddChild(const EquationNode\& node)](../equationnode/addchild/) | Inserts the specified node at the end of the current node's list of child nodes. | +| [BoxEquationNode(BoxEquationNode_Impl* impl)](./boxequationnode/) | Constructs from an implementation object. | +| [BoxEquationNode(const BoxEquationNode\& src)](./boxequationnode/) | Copy constructor. | +| [BoxEquationNode(const EquationNode\& src)](./boxequationnode/) | Constructs from a parent object. | +| static [CreateNode(EquationNodeType equationType, const Workbook\& workbook, const EquationNode\& parent)](../equationnode/createnode/) | Create a node of the specified type. | +| [Equals(const Aspose::Cells::Object\& obj)](./equals/) | Determine whether the current equation node is equal to the specified node. | +| [EquationNode(EquationNode_Impl* impl)](../equationnode/equationnode/) | Constructs from an implementation object. | +| [EquationNode(const EquationNode\& src)](../equationnode/equationnode/) | Copy constructor. | +| [EquationNode(const FontSetting\& src)](../equationnode/equationnode/) | Constructs from a parent object. | +| [FontSetting(int32_t startIndex, int32_t length, const WorksheetCollection\& sheets)](../../aspose.cells/fontsetting/fontsetting/) | | +| [FontSetting(FontSetting_Impl* impl)](../../aspose.cells/fontsetting/fontsetting/) | Constructs from an implementation object. | +| [FontSetting(const FontSetting\& src)](../../aspose.cells/fontsetting/fontsetting/) | Copy constructor. | +| [GetChild(int32_t index)](../equationnode/getchild/) | Returns the node at the specified index among the children of the current node. | +| [GetEquationType()](../equationnode/getequationtype/) | Get the equation type of the current node. | +| [GetFont()](../../aspose.cells/fontsetting/getfont/) | Returns the font of this object. | +| [GetLength()](../../aspose.cells/fontsetting/getlength/) | Gets the length of the characters. | +| [GetParentNode()](../equationnode/getparentnode/) | Specifies the parent node of the current node. | +| [GetStartIndex()](../../aspose.cells/fontsetting/getstartindex/) | Gets the start index of the characters. | +| [GetTextOptions()](../../aspose.cells/fontsetting/gettextoptions/) | Returns the text options. | +| [GetType()](../equationnode/gettype/) | Represents the type of the node. | +| [InsertAfter(EquationNodeType equationType)](../equationnode/insertafter/) | Inserts the specified node after the current node. | +| [InsertBefore(EquationNodeType equationType)](../equationnode/insertbefore/) | Inserts the specified node before the current node. | +| [InsertChild(int32_t index, EquationNodeType equationType)](../equationnode/insertchild/) | Inserts a node of the specified type at the specified index position in the current node's child node list. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const BoxEquationNode\& src)](./operator_asm/) | operator= | +| [operator=(const EquationNode\& src)](../equationnode/operator_asm/) | operator= | +| [operator=(const FontSetting\& src)](../../aspose.cells/fontsetting/operator_asm/) | operator= | +| [Remove()](../equationnode/remove/) | Removes itself from the parent. | +| [RemoveAllChildren()](../equationnode/removeallchildren/) | Removes all the child nodes of the current node. | +| [RemoveChild(const EquationNode\& node)](../equationnode/removechild/) | Removes the specified node from the current node's children. | +| [RemoveChild(int32_t index)](../equationnode/removechild/) | Removes the node at the specified index from the current node's children. | +| [SetParentNode(const EquationNode\& value)](../equationnode/setparentnode/) | Specifies the parent node of the current node. | +| [SetWordArtStyle(PresetWordArtStyle style)](../../aspose.cells/fontsetting/setwordartstyle/) | Sets the preset WordArt style. | +| [ToLaTeX()](../equationnode/tolatex/) | Convert this equtation to LaTeX expression. | +| [ToMathML()](../equationnode/tomathml/) | Convert this equtation to MathML expression. | +| [~BoxEquationNode()](./~boxequationnode/) | Destructor. | +| [~EquationNode()](../equationnode/~equationnode/) | Destructor. | +| [~FontSetting()](../../aspose.cells/fontsetting/~fontsetting/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [EquationNode](../equationnode/) +* Namespace [Aspose::Cells::Drawing::Equations](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/boxequationnode/boxequationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/boxequationnode/boxequationnode/_index.md new file mode 100644 index 00000000000..f015d152bc0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/boxequationnode/boxequationnode/_index.md @@ -0,0 +1,53 @@ +--- +title: Aspose::Cells::Drawing::Equations::BoxEquationNode::BoxEquationNode constructor +linktitle: BoxEquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::BoxEquationNode::BoxEquationNode constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing.equations/boxequationnode/boxequationnode/ +--- +## BoxEquationNode::BoxEquationNode(BoxEquationNode_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::Equations::BoxEquationNode::BoxEquationNode(BoxEquationNode_Impl *impl) +``` + +## See Also + +* Class [BoxEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) +## BoxEquationNode::BoxEquationNode(const BoxEquationNode\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::Equations::BoxEquationNode::BoxEquationNode(const BoxEquationNode &src) +``` + +## See Also + +* Class [BoxEquationNode](../) +* Class [BoxEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) +## BoxEquationNode::BoxEquationNode(const EquationNode\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::Equations::BoxEquationNode::BoxEquationNode(const EquationNode &src) +``` + +## See Also + +* Class [EquationNode](../../equationnode/) +* Class [BoxEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/boxequationnode/equals/_index.md b/spanish/cpp/aspose.cells.drawing.equations/boxequationnode/equals/_index.md new file mode 100644 index 00000000000..59318246e23 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/boxequationnode/equals/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Equations::BoxEquationNode::Equals method +linktitle: Equals +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::BoxEquationNode::Equals method. Determine whether the current equation node is equal to the specified node in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.equations/boxequationnode/equals/ +--- +## BoxEquationNode::Equals method + + +Determine whether the current equation node is equal to the specified node. + +```cpp +bool Aspose::Cells::Drawing::Equations::BoxEquationNode::Equals(const Aspose::Cells::Object &obj) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| obj | const Aspose::Cells::Object\& | The specified node | + +## ReturnValue + + + +## See Also + +* Class [Object](../../../aspose.cells/object/) +* Class [BoxEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/boxequationnode/isnull/_index.md b/spanish/cpp/aspose.cells.drawing.equations/boxequationnode/isnull/_index.md new file mode 100644 index 00000000000..61888775607 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/boxequationnode/isnull/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Equations::BoxEquationNode::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::BoxEquationNode::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.equations/boxequationnode/isnull/ +--- +## BoxEquationNode::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::Equations::BoxEquationNode::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [BoxEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/boxequationnode/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing.equations/boxequationnode/operator_asm/_index.md new file mode 100644 index 00000000000..001490d5290 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/boxequationnode/operator_asm/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Equations::BoxEquationNode::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::BoxEquationNode::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing.equations/boxequationnode/operator_asm/ +--- +## BoxEquationNode::operator= method + + +operator= + +```cpp +BoxEquationNode & Aspose::Cells::Drawing::Equations::BoxEquationNode::operator=(const BoxEquationNode &src) +``` + +## See Also + +* Class [BoxEquationNode](../) +* Class [BoxEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/boxequationnode/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing.equations/boxequationnode/operator_bool/_index.md new file mode 100644 index 00000000000..254c3ea00a1 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/boxequationnode/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Equations::BoxEquationNode::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::BoxEquationNode::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing.equations/boxequationnode/operator_bool/ +--- +## BoxEquationNode::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::Equations::BoxEquationNode::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [BoxEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/boxequationnode/~boxequationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/boxequationnode/~boxequationnode/_index.md new file mode 100644 index 00000000000..b2862a4b636 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/boxequationnode/~boxequationnode/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Equations::BoxEquationNode::~BoxEquationNode method +linktitle: ~BoxEquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::BoxEquationNode::~BoxEquationNode method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing.equations/boxequationnode/~boxequationnode/ +--- +## BoxEquationNode::~BoxEquationNode method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::Equations::BoxEquationNode::~BoxEquationNode() +``` + +## See Also + +* Class [BoxEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/_impl/_index.md b/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/_impl/_index.md new file mode 100644 index 00000000000..8d2ab671775 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Equations::DelimiterEquationNode::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::DelimiterEquationNode::_impl field. The implementation object in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing.equations/delimiterequationnode/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +DelimiterEquationNode_Impl* Aspose::Cells::Drawing::Equations::DelimiterEquationNode::_impl +``` + +## See Also + +* Class [DelimiterEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/_index.md new file mode 100644 index 00000000000..5ca0a7a24a8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/_index.md @@ -0,0 +1,85 @@ +--- +title: Aspose::Cells::Drawing::Equations::DelimiterEquationNode class +linktitle: DelimiterEquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::DelimiterEquationNode class. This class specifies the delimiter equation, consisting of opening and closing delimiters (such as parentheses, braces, brackets, and vertical bars), and a component contained inside. The delimiter may have more than one component, with a designated separator character between each component in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.equations/delimiterequationnode/ +--- +## DelimiterEquationNode class + + +This class specifies the delimiter equation, consisting of opening and closing delimiters (such as parentheses, braces, brackets, and vertical bars), and a component contained inside. The delimiter may have more than one component, with a designated separator character between each component. + +```cpp +class DelimiterEquationNode : public Aspose::Cells::Drawing::Equations::EquationNode +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddChild(EquationNodeType equationType)](../equationnode/addchild/) | Insert a node of the specified type at the end of the child node list of the current node. | +| [AddChild(const EquationNode\& node)](../equationnode/addchild/) | Inserts the specified node at the end of the current node's list of child nodes. | +| static [CreateNode(EquationNodeType equationType, const Workbook\& workbook, const EquationNode\& parent)](../equationnode/createnode/) | Create a node of the specified type. | +| [DelimiterEquationNode(DelimiterEquationNode_Impl* impl)](./delimiterequationnode/) | Constructs from an implementation object. | +| [DelimiterEquationNode(const DelimiterEquationNode\& src)](./delimiterequationnode/) | Copy constructor. | +| [DelimiterEquationNode(const EquationNode\& src)](./delimiterequationnode/) | Constructs from a parent object. | +| [Equals(const Aspose::Cells::Object\& obj)](./equals/) | Determine whether the current equation node is equal to the specified node. | +| [EquationNode(EquationNode_Impl* impl)](../equationnode/equationnode/) | Constructs from an implementation object. | +| [EquationNode(const EquationNode\& src)](../equationnode/equationnode/) | Copy constructor. | +| [EquationNode(const FontSetting\& src)](../equationnode/equationnode/) | Constructs from a parent object. | +| [FontSetting(int32_t startIndex, int32_t length, const WorksheetCollection\& sheets)](../../aspose.cells/fontsetting/fontsetting/) | | +| [FontSetting(FontSetting_Impl* impl)](../../aspose.cells/fontsetting/fontsetting/) | Constructs from an implementation object. | +| [FontSetting(const FontSetting\& src)](../../aspose.cells/fontsetting/fontsetting/) | Copy constructor. | +| [GetBeginChar()](./getbeginchar/) | Delimiter beginning character. | +| [GetChild(int32_t index)](../equationnode/getchild/) | Returns the node at the specified index among the children of the current node. | +| [GetDelimiterShape()](./getdelimitershape/) | Specifies the shape of delimiters in the delimiter object. | +| [GetEndChar()](./getendchar/) | Delimiter ending character. | +| [GetEquationType()](../equationnode/getequationtype/) | Get the equation type of the current node. | +| [GetFont()](../../aspose.cells/fontsetting/getfont/) | Returns the font of this object. | +| [GetLength()](../../aspose.cells/fontsetting/getlength/) | Gets the length of the characters. | +| [GetNaryGrow()](./getnarygrow/) | Specifies whether the delimiter should automatically expand and contract with the height of the formula. | +| [GetParentNode()](../equationnode/getparentnode/) | Specifies the parent node of the current node. | +| [GetSeparatorChar()](./getseparatorchar/) | Delimiter separator character. | +| [GetStartIndex()](../../aspose.cells/fontsetting/getstartindex/) | Gets the start index of the characters. | +| [GetTextOptions()](../../aspose.cells/fontsetting/gettextoptions/) | Returns the text options. | +| [GetType()](../equationnode/gettype/) | Represents the type of the node. | +| [InsertAfter(EquationNodeType equationType)](../equationnode/insertafter/) | Inserts the specified node after the current node. | +| [InsertBefore(EquationNodeType equationType)](../equationnode/insertbefore/) | Inserts the specified node before the current node. | +| [InsertChild(int32_t index, EquationNodeType equationType)](../equationnode/insertchild/) | Inserts a node of the specified type at the specified index position in the current node's child node list. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const DelimiterEquationNode\& src)](./operator_asm/) | operator= | +| [operator=(const EquationNode\& src)](../equationnode/operator_asm/) | operator= | +| [operator=(const FontSetting\& src)](../../aspose.cells/fontsetting/operator_asm/) | operator= | +| [Remove()](../equationnode/remove/) | Removes itself from the parent. | +| [RemoveAllChildren()](../equationnode/removeallchildren/) | Removes all the child nodes of the current node. | +| [RemoveChild(const EquationNode\& node)](../equationnode/removechild/) | Removes the specified node from the current node's children. | +| [RemoveChild(int32_t index)](../equationnode/removechild/) | Removes the node at the specified index from the current node's children. | +| [SetBeginChar(const U16String\& value)](./setbeginchar/) | Delimiter beginning character. | +| [SetBeginChar(const char16_t* value)](./setbeginchar/) | Delimiter beginning character. | +| [SetDelimiterShape(EquationDelimiterShapeType value)](./setdelimitershape/) | Specifies the shape of delimiters in the delimiter object. | +| [SetEndChar(const U16String\& value)](./setendchar/) | Delimiter ending character. | +| [SetEndChar(const char16_t* value)](./setendchar/) | Delimiter ending character. | +| [SetNaryGrow(bool value)](./setnarygrow/) | Specifies whether the delimiter should automatically expand and contract with the height of the formula. | +| [SetParentNode(const EquationNode\& value)](../equationnode/setparentnode/) | Specifies the parent node of the current node. | +| [SetSeparatorChar(const U16String\& value)](./setseparatorchar/) | Delimiter separator character. | +| [SetSeparatorChar(const char16_t* value)](./setseparatorchar/) | Delimiter separator character. | +| [SetWordArtStyle(PresetWordArtStyle style)](../../aspose.cells/fontsetting/setwordartstyle/) | Sets the preset WordArt style. | +| [ToLaTeX()](../equationnode/tolatex/) | Convert this equtation to LaTeX expression. | +| [ToMathML()](../equationnode/tomathml/) | Convert this equtation to MathML expression. | +| [~DelimiterEquationNode()](./~delimiterequationnode/) | Destructor. | +| [~EquationNode()](../equationnode/~equationnode/) | Destructor. | +| [~FontSetting()](../../aspose.cells/fontsetting/~fontsetting/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [EquationNode](../equationnode/) +* Namespace [Aspose::Cells::Drawing::Equations](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/delimiterequationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/delimiterequationnode/_index.md new file mode 100644 index 00000000000..6c67eb96b74 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/delimiterequationnode/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::Equations::DelimiterEquationNode::DelimiterEquationNode constructor +linktitle: DelimiterEquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::DelimiterEquationNode::DelimiterEquationNode constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing.equations/delimiterequationnode/delimiterequationnode/ +--- +## DelimiterEquationNode::DelimiterEquationNode(DelimiterEquationNode_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::Equations::DelimiterEquationNode::DelimiterEquationNode(DelimiterEquationNode_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DelimiterEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) +## DelimiterEquationNode::DelimiterEquationNode(const DelimiterEquationNode\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::Equations::DelimiterEquationNode::DelimiterEquationNode(const DelimiterEquationNode &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DelimiterEquationNode](../) +* Class [DelimiterEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) +## DelimiterEquationNode::DelimiterEquationNode(const EquationNode\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::Equations::DelimiterEquationNode::DelimiterEquationNode(const EquationNode &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [EquationNode](../../equationnode/) +* Class [DelimiterEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/equals/_index.md b/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/equals/_index.md new file mode 100644 index 00000000000..515d0c2ab97 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/equals/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::Equations::DelimiterEquationNode::Equals method +linktitle: Equals +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::DelimiterEquationNode::Equals method. Determine whether the current equation node is equal to the specified node in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing.equations/delimiterequationnode/equals/ +--- +## DelimiterEquationNode::Equals method + + +Determine whether the current equation node is equal to the specified node. + +```cpp +bool Aspose::Cells::Drawing::Equations::DelimiterEquationNode::Equals(const Aspose::Cells::Object &obj) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| obj | const Aspose::Cells::Object\& | The specified node | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Object](../../../aspose.cells/object/) +* Class [DelimiterEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/getbeginchar/_index.md b/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/getbeginchar/_index.md new file mode 100644 index 00000000000..fd5756c64ae --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/getbeginchar/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Equations::DelimiterEquationNode::GetBeginChar method +linktitle: GetBeginChar +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::DelimiterEquationNode::GetBeginChar method. Delimiter beginning character in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.equations/delimiterequationnode/getbeginchar/ +--- +## DelimiterEquationNode::GetBeginChar method + + +Delimiter beginning character. + +```cpp +U16String Aspose::Cells::Drawing::Equations::DelimiterEquationNode::GetBeginChar() +``` + +## Remarks + + +It should be noted that this property only accepts one character, and if multiple characters are passed in, only the first character is accepted. +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [DelimiterEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/getdelimitershape/_index.md b/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/getdelimitershape/_index.md new file mode 100644 index 00000000000..17868a0b894 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/getdelimitershape/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Equations::DelimiterEquationNode::GetDelimiterShape method +linktitle: GetDelimiterShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::DelimiterEquationNode::GetDelimiterShape method. Specifies the shape of delimiters in the delimiter object in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing.equations/delimiterequationnode/getdelimitershape/ +--- +## DelimiterEquationNode::GetDelimiterShape method + + +Specifies the shape of delimiters in the delimiter object. + +```cpp +EquationDelimiterShapeType Aspose::Cells::Drawing::Equations::DelimiterEquationNode::GetDelimiterShape() +``` + +## See Also + +* Enum [EquationDelimiterShapeType](../../equationdelimitershapetype/) +* Class [DelimiterEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/getendchar/_index.md b/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/getendchar/_index.md new file mode 100644 index 00000000000..301eab0e9b7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/getendchar/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Equations::DelimiterEquationNode::GetEndChar method +linktitle: GetEndChar +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::DelimiterEquationNode::GetEndChar method. Delimiter ending character in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing.equations/delimiterequationnode/getendchar/ +--- +## DelimiterEquationNode::GetEndChar method + + +Delimiter ending character. + +```cpp +U16String Aspose::Cells::Drawing::Equations::DelimiterEquationNode::GetEndChar() +``` + +## Remarks + + +It should be noted that this property only accepts one character, and if multiple characters are passed in, only the first character is accepted. +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [DelimiterEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/getnarygrow/_index.md b/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/getnarygrow/_index.md new file mode 100644 index 00000000000..590b3ba23b8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/getnarygrow/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Equations::DelimiterEquationNode::GetNaryGrow method +linktitle: GetNaryGrow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::DelimiterEquationNode::GetNaryGrow method. Specifies whether the delimiter should automatically expand and contract with the height of the formula in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing.equations/delimiterequationnode/getnarygrow/ +--- +## DelimiterEquationNode::GetNaryGrow method + + +Specifies whether the delimiter should automatically expand and contract with the height of the formula. + +```cpp +bool Aspose::Cells::Drawing::Equations::DelimiterEquationNode::GetNaryGrow() +``` + +## Remarks + + +This property specifies the growth property of the delimiter at the document level. When off, the delimiter will not grow to match the size of its component height. When enabled, the delimiter grows vertically to match its component height. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DelimiterEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/getseparatorchar/_index.md b/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/getseparatorchar/_index.md new file mode 100644 index 00000000000..f8543e7d80e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/getseparatorchar/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Equations::DelimiterEquationNode::GetSeparatorChar method +linktitle: GetSeparatorChar +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::DelimiterEquationNode::GetSeparatorChar method. Delimiter separator character in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing.equations/delimiterequationnode/getseparatorchar/ +--- +## DelimiterEquationNode::GetSeparatorChar method + + +Delimiter separator character. + +```cpp +U16String Aspose::Cells::Drawing::Equations::DelimiterEquationNode::GetSeparatorChar() +``` + +## Remarks + + +It should be noted that this property only accepts one character, and if multiple characters are passed in, only the first character is accepted. +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [DelimiterEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/isnull/_index.md b/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/isnull/_index.md new file mode 100644 index 00000000000..ff572383c92 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::Equations::DelimiterEquationNode::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::DelimiterEquationNode::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.equations/delimiterequationnode/isnull/ +--- +## DelimiterEquationNode::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::Equations::DelimiterEquationNode::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DelimiterEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/operator_asm/_index.md new file mode 100644 index 00000000000..4128f270457 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Equations::DelimiterEquationNode::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::DelimiterEquationNode::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing.equations/delimiterequationnode/operator_asm/ +--- +## DelimiterEquationNode::operator= method + + +operator= + +```cpp +DelimiterEquationNode & Aspose::Cells::Drawing::Equations::DelimiterEquationNode::operator=(const DelimiterEquationNode &src) +``` + +## See Also + +* Class [DelimiterEquationNode](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [DelimiterEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/operator_bool/_index.md new file mode 100644 index 00000000000..f46a0f37e2f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Equations::DelimiterEquationNode::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::DelimiterEquationNode::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing.equations/delimiterequationnode/operator_bool/ +--- +## DelimiterEquationNode::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::Equations::DelimiterEquationNode::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [DelimiterEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/setbeginchar/_index.md b/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/setbeginchar/_index.md new file mode 100644 index 00000000000..2a20f6290d5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/setbeginchar/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::Drawing::Equations::DelimiterEquationNode::SetBeginChar method +linktitle: SetBeginChar +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::DelimiterEquationNode::SetBeginChar method. Delimiter beginning character in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing.equations/delimiterequationnode/setbeginchar/ +--- +## DelimiterEquationNode::SetBeginChar(const U16String\&) method + + +Delimiter beginning character. + +```cpp +void Aspose::Cells::Drawing::Equations::DelimiterEquationNode::SetBeginChar(const U16String &value) +``` + +## Remarks + + +It should be noted that this property only accepts one character, and if multiple characters are passed in, only the first character is accepted. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [DelimiterEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) +## DelimiterEquationNode::SetBeginChar(const char16_t*) method + + +Delimiter beginning character. + +```cpp +void Aspose::Cells::Drawing::Equations::DelimiterEquationNode::SetBeginChar(const char16_t *value) +``` + +## Remarks + + +It should be noted that this property only accepts one character, and if multiple characters are passed in, only the first character is accepted. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DelimiterEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/setdelimitershape/_index.md b/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/setdelimitershape/_index.md new file mode 100644 index 00000000000..5da1def5521 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/setdelimitershape/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Equations::DelimiterEquationNode::SetDelimiterShape method +linktitle: SetDelimiterShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::DelimiterEquationNode::SetDelimiterShape method. Specifies the shape of delimiters in the delimiter object in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing.equations/delimiterequationnode/setdelimitershape/ +--- +## DelimiterEquationNode::SetDelimiterShape method + + +Specifies the shape of delimiters in the delimiter object. + +```cpp +void Aspose::Cells::Drawing::Equations::DelimiterEquationNode::SetDelimiterShape(EquationDelimiterShapeType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [EquationDelimiterShapeType](../../equationdelimitershapetype/) +* Class [DelimiterEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/setendchar/_index.md b/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/setendchar/_index.md new file mode 100644 index 00000000000..bf9a00386e6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/setendchar/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::Drawing::Equations::DelimiterEquationNode::SetEndChar method +linktitle: SetEndChar +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::DelimiterEquationNode::SetEndChar method. Delimiter ending character in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing.equations/delimiterequationnode/setendchar/ +--- +## DelimiterEquationNode::SetEndChar(const U16String\&) method + + +Delimiter ending character. + +```cpp +void Aspose::Cells::Drawing::Equations::DelimiterEquationNode::SetEndChar(const U16String &value) +``` + +## Remarks + + +It should be noted that this property only accepts one character, and if multiple characters are passed in, only the first character is accepted. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [DelimiterEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) +## DelimiterEquationNode::SetEndChar(const char16_t*) method + + +Delimiter ending character. + +```cpp +void Aspose::Cells::Drawing::Equations::DelimiterEquationNode::SetEndChar(const char16_t *value) +``` + +## Remarks + + +It should be noted that this property only accepts one character, and if multiple characters are passed in, only the first character is accepted. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DelimiterEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/setnarygrow/_index.md b/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/setnarygrow/_index.md new file mode 100644 index 00000000000..4a5366dc6ed --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/setnarygrow/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Equations::DelimiterEquationNode::SetNaryGrow method +linktitle: SetNaryGrow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::DelimiterEquationNode::SetNaryGrow method. Specifies whether the delimiter should automatically expand and contract with the height of the formula in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing.equations/delimiterequationnode/setnarygrow/ +--- +## DelimiterEquationNode::SetNaryGrow method + + +Specifies whether the delimiter should automatically expand and contract with the height of the formula. + +```cpp +void Aspose::Cells::Drawing::Equations::DelimiterEquationNode::SetNaryGrow(bool value) +``` + +## Remarks + + +This property specifies the growth property of the delimiter at the document level. When off, the delimiter will not grow to match the size of its component height. When enabled, the delimiter grows vertically to match its component height. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DelimiterEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/setseparatorchar/_index.md b/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/setseparatorchar/_index.md new file mode 100644 index 00000000000..84c48252aa2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/setseparatorchar/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::Drawing::Equations::DelimiterEquationNode::SetSeparatorChar method +linktitle: SetSeparatorChar +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::DelimiterEquationNode::SetSeparatorChar method. Delimiter separator character in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing.equations/delimiterequationnode/setseparatorchar/ +--- +## DelimiterEquationNode::SetSeparatorChar(const U16String\&) method + + +Delimiter separator character. + +```cpp +void Aspose::Cells::Drawing::Equations::DelimiterEquationNode::SetSeparatorChar(const U16String &value) +``` + +## Remarks + + +It should be noted that this property only accepts one character, and if multiple characters are passed in, only the first character is accepted. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [DelimiterEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) +## DelimiterEquationNode::SetSeparatorChar(const char16_t*) method + + +Delimiter separator character. + +```cpp +void Aspose::Cells::Drawing::Equations::DelimiterEquationNode::SetSeparatorChar(const char16_t *value) +``` + +## Remarks + + +It should be noted that this property only accepts one character, and if multiple characters are passed in, only the first character is accepted. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DelimiterEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/~delimiterequationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/~delimiterequationnode/_index.md new file mode 100644 index 00000000000..aacfa6c7ecc --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/delimiterequationnode/~delimiterequationnode/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Equations::DelimiterEquationNode::~DelimiterEquationNode method +linktitle: ~DelimiterEquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::DelimiterEquationNode::~DelimiterEquationNode method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing.equations/delimiterequationnode/~delimiterequationnode/ +--- +## DelimiterEquationNode::~DelimiterEquationNode method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::Equations::DelimiterEquationNode::~DelimiterEquationNode() +``` + +## See Also + +* Class [DelimiterEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/equationcharacterpositiontype/_index.md b/spanish/cpp/aspose.cells.drawing.equations/equationcharacterpositiontype/_index.md new file mode 100644 index 00000000000..19a8a039eb8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/equationcharacterpositiontype/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::Equations::EquationCharacterPositionType enum +linktitle: EquationCharacterPositionType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::EquationCharacterPositionType enum. Specifies the position of a particular subobject within its parent in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.drawing.equations/equationcharacterpositiontype/ +--- +## EquationCharacterPositionType enum + + +Specifies the position of a particular subobject within its parent. + +```cpp +enum class EquationCharacterPositionType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Top | 0 |
At the top of the parent object. | +| Bottom | 1 |
At the bottom of the parent object. | + +## See Also + +* Namespace [Aspose::Cells::Drawing::Equations](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/equationcombiningcharactertype/_index.md b/spanish/cpp/aspose.cells.drawing.equations/equationcombiningcharactertype/_index.md new file mode 100644 index 00000000000..4dc270d7015 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/equationcombiningcharactertype/_index.md @@ -0,0 +1,52 @@ +--- +title: Aspose::Cells::Drawing::Equations::EquationCombiningCharacterType enum +linktitle: EquationCombiningCharacterType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::EquationCombiningCharacterType enum. Type of combining characters in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.drawing.equations/equationcombiningcharactertype/ +--- +## EquationCombiningCharacterType enum + + +Type of combining characters. + +```cpp +enum class EquationCombiningCharacterType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Unknown | -1 |
Use unknown type when not found in existing type. | +| DotAbove | 0 |
"̇" Unicode: u0307 Combining Dot Above | +| Diaeresis | 1 |
"̈" Unicode: u0308 Combining Diaeresis | +| ThreeDotsAbove | 2 |
"⃛" Unicode: u20db Combining Three Dots Above | +| CircumflexAccent | 3 |
"̂" Unicode: u0302 Combining Circumflex Accent | +| Caron | 4 |
"̌" Unicode: u030c Combining Caron | +| AcuteAccent | 5 |
"́" Unicode: u0301 Combining Acute Accent | +| GraveAccent | 6 |
"̀" Unicode: u0300 Combining Grave Accent | +| Breve | 7 |
"̆" Unicode: u0306 Combining Combining Breve | +| Tilde | 8 |
"̃" Unicode: u0303 Combining Tilde | +| Overline | 9 |
"̅" Unicode: u0305 Combining Overline | +| DoubleOverline | 10 |
"̿" Unicode: u033f Combining Double Overline | +| TopCurlyBracket | 11 |
"⏞" Unicode: u23de Combining Top Curly Bracket | +| BottomCurlyBracket | 12 |
"⏟" Unicode: u23df Combining Bottom Curly Bracket | +| LeftArrowAbove | 13 |
"⃖" Unicode: u20d6 Combining Left Arrow Above | +| RightArrowAbove | 14 |
"⃗" Unicode: u20d7 Combining Right Arrow Above | +| LeftRightArrowAbove | 15 |
"⃡" Unicode: u20e1 Combining Left Right Arrow Above | +| LeftHarpoonAbove | 16 |
"⃐" Unicode: u20d0 Combining Left Harpoon Above | +| RightHarpoonAbove | 17 |
"⃑" Unicode: u20d1 Combining Right Harpoon Above | +| LeftwardsArrow | 18 |
"←" Unicode: u2190 Leftwards Arrow | +| RightwardsArrow | 19 |
"→" Unicode: u2192 Rightwards Arrow | +| LeftRightArrow | 20 |
"↔" Unicode: u2194 Left Right Arrow | +| LeftwardsDoubleArrow | 21 |
"⇐" Unicode: u21d0 Leftwards Double Arrow | +| RightwardsDoubleArrow | 22 |
"⇒" Unicode: u21d2 Rightwards Double Arrow | +| LeftRightDoubleArrow | 23 |
"⇔" Unicode: u21d4 Left Right Double Arrow | + +## See Also + +* Namespace [Aspose::Cells::Drawing::Equations](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/equationcomponentnode/_impl/_index.md b/spanish/cpp/aspose.cells.drawing.equations/equationcomponentnode/_impl/_index.md new file mode 100644 index 00000000000..73e9095f916 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/equationcomponentnode/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Equations::EquationComponentNode::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::EquationComponentNode::_impl field. The implementation object in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing.equations/equationcomponentnode/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +EquationComponentNode_Impl* Aspose::Cells::Drawing::Equations::EquationComponentNode::_impl +``` + +## See Also + +* Class [EquationComponentNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/equationcomponentnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/equationcomponentnode/_index.md new file mode 100644 index 00000000000..b6189862d27 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/equationcomponentnode/_index.md @@ -0,0 +1,72 @@ +--- +title: Aspose::Cells::Drawing::Equations::EquationComponentNode class +linktitle: EquationComponentNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::EquationComponentNode class. This class specifies the components of an equation or mathematical expression. Different types of components combined into different equations. For example, a fraction consists of two parts, a numerator component and a denominator component. For more component types, please refer to ''EquationNodeType'' in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing.equations/equationcomponentnode/ +--- +## EquationComponentNode class + + +This class specifies the components of an equation or mathematical expression. Different types of components combined into different equations. For example, a fraction consists of two parts, a numerator component and a denominator component. For more component types, please refer to 'EquationNodeType'. + +```cpp +class EquationComponentNode : public Aspose::Cells::Drawing::Equations::EquationNode +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddChild(EquationNodeType equationType)](../equationnode/addchild/) | Insert a node of the specified type at the end of the child node list of the current node. | +| [AddChild(const EquationNode\& node)](../equationnode/addchild/) | Inserts the specified node at the end of the current node's list of child nodes. | +| static [CreateNode(EquationNodeType equationType, const Workbook\& workbook, const EquationNode\& parent)](../equationnode/createnode/) | Create a node of the specified type. | +| [Equals(const Aspose::Cells::Object\& obj)](./equals/) | Determine whether the current equation node is equal to the specified node. | +| [EquationComponentNode(EquationComponentNode_Impl* impl)](./equationcomponentnode/) | Constructs from an implementation object. | +| [EquationComponentNode(const EquationComponentNode\& src)](./equationcomponentnode/) | Copy constructor. | +| [EquationComponentNode(const EquationNode\& src)](./equationcomponentnode/) | Constructs from a parent object. | +| [EquationNode(EquationNode_Impl* impl)](../equationnode/equationnode/) | Constructs from an implementation object. | +| [EquationNode(const EquationNode\& src)](../equationnode/equationnode/) | Copy constructor. | +| [EquationNode(const FontSetting\& src)](../equationnode/equationnode/) | Constructs from a parent object. | +| [FontSetting(int32_t startIndex, int32_t length, const WorksheetCollection\& sheets)](../../aspose.cells/fontsetting/fontsetting/) | | +| [FontSetting(FontSetting_Impl* impl)](../../aspose.cells/fontsetting/fontsetting/) | Constructs from an implementation object. | +| [FontSetting(const FontSetting\& src)](../../aspose.cells/fontsetting/fontsetting/) | Copy constructor. | +| [GetChild(int32_t index)](../equationnode/getchild/) | Returns the node at the specified index among the children of the current node. | +| [GetEquationType()](../equationnode/getequationtype/) | Get the equation type of the current node. | +| [GetFont()](../../aspose.cells/fontsetting/getfont/) | Returns the font of this object. | +| [GetLength()](../../aspose.cells/fontsetting/getlength/) | Gets the length of the characters. | +| [GetParentNode()](../equationnode/getparentnode/) | Specifies the parent node of the current node. | +| [GetStartIndex()](../../aspose.cells/fontsetting/getstartindex/) | Gets the start index of the characters. | +| [GetTextOptions()](../../aspose.cells/fontsetting/gettextoptions/) | Returns the text options. | +| [GetType()](../equationnode/gettype/) | Represents the type of the node. | +| [InsertAfter(EquationNodeType equationType)](../equationnode/insertafter/) | Inserts the specified node after the current node. | +| [InsertBefore(EquationNodeType equationType)](../equationnode/insertbefore/) | Inserts the specified node before the current node. | +| [InsertChild(int32_t index, EquationNodeType equationType)](../equationnode/insertchild/) | Inserts a node of the specified type at the specified index position in the current node's child node list. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const EquationComponentNode\& src)](./operator_asm/) | operator= | +| [operator=(const EquationNode\& src)](../equationnode/operator_asm/) | operator= | +| [operator=(const FontSetting\& src)](../../aspose.cells/fontsetting/operator_asm/) | operator= | +| [Remove()](../equationnode/remove/) | Removes itself from the parent. | +| [RemoveAllChildren()](../equationnode/removeallchildren/) | Removes all the child nodes of the current node. | +| [RemoveChild(const EquationNode\& node)](../equationnode/removechild/) | Removes the specified node from the current node's children. | +| [RemoveChild(int32_t index)](../equationnode/removechild/) | Removes the node at the specified index from the current node's children. | +| [SetParentNode(const EquationNode\& value)](../equationnode/setparentnode/) | Specifies the parent node of the current node. | +| [SetWordArtStyle(PresetWordArtStyle style)](../../aspose.cells/fontsetting/setwordartstyle/) | Sets the preset WordArt style. | +| [ToLaTeX()](../equationnode/tolatex/) | Convert this equtation to LaTeX expression. | +| [ToMathML()](../equationnode/tomathml/) | Convert this equtation to MathML expression. | +| [~EquationComponentNode()](./~equationcomponentnode/) | Destructor. | +| [~EquationNode()](../equationnode/~equationnode/) | Destructor. | +| [~FontSetting()](../../aspose.cells/fontsetting/~fontsetting/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [EquationNode](../equationnode/) +* Namespace [Aspose::Cells::Drawing::Equations](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/equationcomponentnode/equals/_index.md b/spanish/cpp/aspose.cells.drawing.equations/equationcomponentnode/equals/_index.md new file mode 100644 index 00000000000..630e0d03ceb --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/equationcomponentnode/equals/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::Equations::EquationComponentNode::Equals method +linktitle: Equals +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::EquationComponentNode::Equals method. Determine whether the current equation node is equal to the specified node in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.equations/equationcomponentnode/equals/ +--- +## EquationComponentNode::Equals method + + +Determine whether the current equation node is equal to the specified node. + +```cpp +bool Aspose::Cells::Drawing::Equations::EquationComponentNode::Equals(const Aspose::Cells::Object &obj) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| obj | const Aspose::Cells::Object\& | The specified node | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Object](../../../aspose.cells/object/) +* Class [EquationComponentNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/equationcomponentnode/equationcomponentnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/equationcomponentnode/equationcomponentnode/_index.md new file mode 100644 index 00000000000..a01789965d4 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/equationcomponentnode/equationcomponentnode/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::Equations::EquationComponentNode::EquationComponentNode constructor +linktitle: EquationComponentNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::EquationComponentNode::EquationComponentNode constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing.equations/equationcomponentnode/equationcomponentnode/ +--- +## EquationComponentNode::EquationComponentNode(EquationComponentNode_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::Equations::EquationComponentNode::EquationComponentNode(EquationComponentNode_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [EquationComponentNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) +## EquationComponentNode::EquationComponentNode(const EquationComponentNode\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::Equations::EquationComponentNode::EquationComponentNode(const EquationComponentNode &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [EquationComponentNode](../) +* Class [EquationComponentNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) +## EquationComponentNode::EquationComponentNode(const EquationNode\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::Equations::EquationComponentNode::EquationComponentNode(const EquationNode &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [EquationNode](../../equationnode/) +* Class [EquationComponentNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/equationcomponentnode/isnull/_index.md b/spanish/cpp/aspose.cells.drawing.equations/equationcomponentnode/isnull/_index.md new file mode 100644 index 00000000000..1f8695ec543 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/equationcomponentnode/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::Equations::EquationComponentNode::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::EquationComponentNode::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.equations/equationcomponentnode/isnull/ +--- +## EquationComponentNode::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::Equations::EquationComponentNode::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [EquationComponentNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/equationcomponentnode/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing.equations/equationcomponentnode/operator_asm/_index.md new file mode 100644 index 00000000000..6ff9f01aa12 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/equationcomponentnode/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Equations::EquationComponentNode::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::EquationComponentNode::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing.equations/equationcomponentnode/operator_asm/ +--- +## EquationComponentNode::operator= method + + +operator= + +```cpp +EquationComponentNode & Aspose::Cells::Drawing::Equations::EquationComponentNode::operator=(const EquationComponentNode &src) +``` + +## See Also + +* Class [EquationComponentNode](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [EquationComponentNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/equationcomponentnode/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing.equations/equationcomponentnode/operator_bool/_index.md new file mode 100644 index 00000000000..18edef77db2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/equationcomponentnode/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Equations::EquationComponentNode::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::EquationComponentNode::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing.equations/equationcomponentnode/operator_bool/ +--- +## EquationComponentNode::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::Equations::EquationComponentNode::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [EquationComponentNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/equationcomponentnode/~equationcomponentnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/equationcomponentnode/~equationcomponentnode/_index.md new file mode 100644 index 00000000000..c88e1a206ad --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/equationcomponentnode/~equationcomponentnode/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Equations::EquationComponentNode::~EquationComponentNode method +linktitle: ~EquationComponentNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::EquationComponentNode::~EquationComponentNode method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing.equations/equationcomponentnode/~equationcomponentnode/ +--- +## EquationComponentNode::~EquationComponentNode method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::Equations::EquationComponentNode::~EquationComponentNode() +``` + +## See Also + +* Class [EquationComponentNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/equationdelimitershapetype/_index.md b/spanish/cpp/aspose.cells.drawing.equations/equationdelimitershapetype/_index.md new file mode 100644 index 00000000000..afe9ed254ae --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/equationdelimitershapetype/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::Equations::EquationDelimiterShapeType enum +linktitle: EquationDelimiterShapeType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::EquationDelimiterShapeType enum. This specifies the shape of delimiters in the delimiter object in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.drawing.equations/equationdelimitershapetype/ +--- +## EquationDelimiterShapeType enum + + +This specifies the shape of delimiters in the delimiter object. + +```cpp +enum class EquationDelimiterShapeType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Centered | 0 |
The divider is centered around the entire height of its content. | +| Match | 1 |
The divider is altered to exactly match their contents' height. | + +## See Also + +* Namespace [Aspose::Cells::Drawing::Equations](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/equationfractiontype/_index.md b/spanish/cpp/aspose.cells.drawing.equations/equationfractiontype/_index.md new file mode 100644 index 00000000000..f8d1ca19706 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/equationfractiontype/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Cells::Drawing::Equations::EquationFractionType enum +linktitle: EquationFractionType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::EquationFractionType enum. This specifies the display style of the fraction bar in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.drawing.equations/equationfractiontype/ +--- +## EquationFractionType enum + + +This specifies the display style of the fraction bar. + +```cpp +enum class EquationFractionType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Bar | 0 |
This specifies that the numerator is above and the denominator below is separated by a bar in the middle. | +| NoBar | 1 |
This specifies that the numerator is above and the denominator below is not separated by a bar in the middle. | +| Linear | 2 |
This specifies that the numerator is on the left and the denominator is on the right, separated by a '/' in between. | +| Skewed | 3 |
This specifies that the numerator is on the upper left and the denominator is on the lower right, separated by a "/". | + +## See Also + +* Namespace [Aspose::Cells::Drawing::Equations](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/equationhorizontaljustificationtype/_index.md b/spanish/cpp/aspose.cells.drawing.equations/equationhorizontaljustificationtype/_index.md new file mode 100644 index 00000000000..a1b8e709191 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/equationhorizontaljustificationtype/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Cells::Drawing::Equations::EquationHorizontalJustificationType enum +linktitle: EquationHorizontalJustificationType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::EquationHorizontalJustificationType enum. This specifies the default horizontal justification of equations in the document in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.drawing.equations/equationhorizontaljustificationtype/ +--- +## EquationHorizontalJustificationType enum + + +This specifies the default horizontal justification of equations in the document. + +```cpp +enum class EquationHorizontalJustificationType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Center | 0 |
Centered. | +| CenterGroup | 1 |
Centered as Group. | +| Left | 2 |
Left Justified. | +| Right | 3 |
Right Justified. | + +## See Also + +* Namespace [Aspose::Cells::Drawing::Equations](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/equationlimitlocationtype/_index.md b/spanish/cpp/aspose.cells.drawing.equations/equationlimitlocationtype/_index.md new file mode 100644 index 00000000000..89ca5ba70a9 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/equationlimitlocationtype/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::Equations::EquationLimitLocationType enum +linktitle: EquationLimitLocationType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::EquationLimitLocationType enum. Specifies the limit location on an operator in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.drawing.equations/equationlimitlocationtype/ +--- +## EquationLimitLocationType enum + + +Specifies the limit location on an operator. + +```cpp +enum class EquationLimitLocationType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| UndOvr | 0 |
Specifies that the limit is centered above or below the operator. | +| SubSup | 1 |
Specifies that the limit is on the right side of the operator. | + +## See Also + +* Namespace [Aspose::Cells::Drawing::Equations](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/equationmathematicaloperatortype/_index.md b/spanish/cpp/aspose.cells.drawing.equations/equationmathematicaloperatortype/_index.md new file mode 100644 index 00000000000..c3bc9fde80b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/equationmathematicaloperatortype/_index.md @@ -0,0 +1,63 @@ +--- +title: Aspose::Cells::Drawing::Equations::EquationMathematicalOperatorType enum +linktitle: EquationMathematicalOperatorType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::EquationMathematicalOperatorType enum. Mathematical Operators Type in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.drawing.equations/equationmathematicaloperatortype/ +--- +## EquationMathematicalOperatorType enum + + +Mathematical Operators Type. + +```cpp +enum class EquationMathematicalOperatorType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Unknown | -1 |
Use unknown type when not found in existing type. | +| ForAll | 0 |
"∀" Unicode:\u2200 | +| Complement | 1 |
"∁" Unicode:\u2201 | +| PartialDifferential | 2 |
"∂" Unicode:\u2202 | +| Exists | 3 |
"∃" Unicode:\u2203 | +| NotExists | 4 |
"∄" Unicode:\u2204 | +| EmptySet | 5 |
"∅" Unicode:\u2205 | +| Increment | 6 |
"∆" Unicode:\u2206 | +| Nabla | 7 |
"∇" Unicode:\u2207 | +| ElementOf | 8 |
"∈" Unicode:\u2208 | +| NotAnElementOf | 9 |
"∉" Unicode:\u2209 | +| SmallElementOf | 10 |
"∊" Unicode:\u220a | +| Contain | 11 |
"∋" Unicode:\u220b | +| NotContain | 12 |
"∌" Unicode:\u220c | +| SmallContain | 13 |
"∍" Unicode:\u220d | +| EndOfProof | 14 |
"∎" Unicode:\u220e | +| NaryProduct | 15 |
"∏" Unicode:\u220f | +| NaryCoproduct | 16 |
"∐" Unicode:\u2210 | +| NarySummation | 17 |
"∑" Unicode:\u2211 | +| LogicalAnd | 18 |
"∧" Unicode:\u2227 | +| LogicalOr | 19 |
"∨" Unicode:\u2228 | +| Intersection | 20 |
"∩" Unicode:\u2229 | +| Union | 21 |
"∪" Unicode:\u222a | +| Integral | 22 |
"∫" Unicode:\u222b | +| DoubleIntegral | 23 |
"∬" Unicode:\u222c | +| TripleIntegral | 24 |
"∭" Unicode:\u222d | +| ContourIntegral | 25 |
"∮" Unicode:\u222e | +| SurfaceIntegral | 26 |
"∯" Unicode:\u222f | +| VolumeIntegral | 27 |
"∰" Unicode:\u2230 | +| Clockwise | 28 |
"∱" Unicode:\u2231 | +| ClockwiseContourIntegral | 29 |
"∲" Unicode:\u2232 | +| AnticlockwiseContourIntegral | 30 |
"∳" Unicode:\u2233 | +| NaryLogicalAnd | 31 |
"⋀" Unicode:\u22c0 | +| NaryLogicalOr | 32 |
"⋁" Unicode:\u22c1 | +| NaryIntersection | 33 |
"⋂" Unicode:\u22c2 | +| NaryUnion | 34 |
"⋃" Unicode:\u22c3 | + +## See Also + +* Namespace [Aspose::Cells::Drawing::Equations](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/equationnode/_impl/_index.md b/spanish/cpp/aspose.cells.drawing.equations/equationnode/_impl/_index.md new file mode 100644 index 00000000000..e1cb0dbdfd7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/equationnode/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Equations::EquationNode::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::EquationNode::_impl field. The implementation object in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.drawing.equations/equationnode/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +EquationNode_Impl* Aspose::Cells::Drawing::Equations::EquationNode::_impl +``` + +## See Also + +* Class [EquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/equationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/equationnode/_index.md new file mode 100644 index 00000000000..367fe129284 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/equationnode/_index.md @@ -0,0 +1,103 @@ +--- +title: Aspose::Cells::Drawing::Equations::EquationNode class +linktitle: EquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::EquationNode class. Abstract class for deriving other equation nodes in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing.equations/equationnode/ +--- +## EquationNode class + + +Abstract class for deriving other equation nodes. + +```cpp +class EquationNode : public Aspose::Cells::FontSetting +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddChild(EquationNodeType equationType)](./addchild/) | Insert a node of the specified type at the end of the child node list of the current node. | +| [AddChild(const EquationNode\& node)](./addchild/) | Inserts the specified node at the end of the current node's list of child nodes. | +| static [CreateNode(EquationNodeType equationType, const Workbook\& workbook, const EquationNode\& parent)](./createnode/) | Create a node of the specified type. | +| [Equals(const Aspose::Cells::Object\& obj)](./equals/) | Determine whether the current equation node is equal to the specified node. | +| [EquationNode(EquationNode_Impl* impl)](./equationnode/) | Constructs from an implementation object. | +| [EquationNode(const EquationNode\& src)](./equationnode/) | Copy constructor. | +| [EquationNode(const FontSetting\& src)](./equationnode/) | Constructs from a parent object. | +| [FontSetting(int32_t startIndex, int32_t length, const WorksheetCollection\& sheets)](../../aspose.cells/fontsetting/fontsetting/) | | +| [FontSetting(FontSetting_Impl* impl)](../../aspose.cells/fontsetting/fontsetting/) | Constructs from an implementation object. | +| [FontSetting(const FontSetting\& src)](../../aspose.cells/fontsetting/fontsetting/) | Copy constructor. | +| [GetChild(int32_t index)](./getchild/) | Returns the node at the specified index among the children of the current node. | +| [GetEquationType()](./getequationtype/) | Get the equation type of the current node. | +| [GetFont()](../../aspose.cells/fontsetting/getfont/) | Returns the font of this object. | +| [GetLength()](../../aspose.cells/fontsetting/getlength/) | Gets the length of the characters. | +| [GetParentNode()](./getparentnode/) | Specifies the parent node of the current node. | +| [GetStartIndex()](../../aspose.cells/fontsetting/getstartindex/) | Gets the start index of the characters. | +| [GetTextOptions()](../../aspose.cells/fontsetting/gettextoptions/) | Returns the text options. | +| [GetType()](./gettype/) | Represents the type of the node. | +| [InsertAfter(EquationNodeType equationType)](./insertafter/) | Inserts the specified node after the current node. | +| [InsertBefore(EquationNodeType equationType)](./insertbefore/) | Inserts the specified node before the current node. | +| [InsertChild(int32_t index, EquationNodeType equationType)](./insertchild/) | Inserts a node of the specified type at the specified index position in the current node's child node list. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const EquationNode\& src)](./operator_asm/) | operator= | +| [operator=(const FontSetting\& src)](../../aspose.cells/fontsetting/operator_asm/) | operator= | +| [Remove()](./remove/) | Removes itself from the parent. | +| [RemoveAllChildren()](./removeallchildren/) | Removes all the child nodes of the current node. | +| [RemoveChild(const EquationNode\& node)](./removechild/) | Removes the specified node from the current node's children. | +| [RemoveChild(int32_t index)](./removechild/) | Removes the node at the specified index from the current node's children. | +| [SetParentNode(const EquationNode\& value)](./setparentnode/) | Specifies the parent node of the current node. | +| [SetWordArtStyle(PresetWordArtStyle style)](../../aspose.cells/fontsetting/setwordartstyle/) | Sets the preset WordArt style. | +| [ToLaTeX()](./tolatex/) | Convert this equtation to LaTeX expression. | +| [ToMathML()](./tomathml/) | Convert this equtation to MathML expression. | +| [~EquationNode()](./~equationnode/) | Destructor. | +| [~FontSetting()](../../aspose.cells/fontsetting/~fontsetting/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +// Instanciar un objeto Workbook que representa un archivo Excel. +Workbook workbook; + +// Agrega un objeto de ecuación a la hoja de cálculo. +TextBox textBox = workbook.GetWorksheets().Get(0).GetShapes().AddEquation(1, 0, 1, 0, 100, 300); + +// Obtiene el nodo inicial del objeto de ecuación +EquationNode mathNode = textBox.GetEquationParagraph().GetChild(0); + +// Inserta una ecuación fraccionaria. +FractionEquationNode node = (FractionEquationNode)mathNode.AddChild(EquationNodeType::Fraction); +node.SetFractionType(EquationFractionType::Skewed); + +U16String str1 = u"A"; +EquationComponentNode numerator = (EquationComponentNode)node.AddChild(EquationNodeType::Numerator); +TextRunEquationNode TR = (TextRunEquationNode)(numerator.AddChild(EquationNodeType::Text)); +TR.SetText(str1); + +U16String str2 = u"B"; +EquationComponentNode denominator = (EquationComponentNode)node.AddChild(EquationNodeType::Denominator); +TR = (TextRunEquationNode)(denominator.AddChild(EquationNodeType::Text)); +TR.SetText(str2); + + +//Guarde el archivo de Excel. +workbook.Save(u"exmaple.xlsx"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [FontSetting](../../aspose.cells/fontsetting/) +* Namespace [Aspose::Cells::Drawing::Equations](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/equationnode/addchild/_index.md b/spanish/cpp/aspose.cells.drawing.equations/equationnode/addchild/_index.md new file mode 100644 index 00000000000..54489a51de7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/equationnode/addchild/_index.md @@ -0,0 +1,55 @@ +--- +title: Aspose::Cells::Drawing::Equations::EquationNode::AddChild method +linktitle: AddChild +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::EquationNode::AddChild method. Insert a node of the specified type at the end of the child node list of the current node in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing.equations/equationnode/addchild/ +--- +## EquationNode::AddChild(EquationNodeType) method + + +Insert a node of the specified type at the end of the child node list of the current node. + +```cpp +EquationNode Aspose::Cells::Drawing::Equations::EquationNode::AddChild(EquationNodeType equationType) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| equationType | EquationNodeType | Types of Equation Nodes | + +## ReturnValue + +If the specified type exists, the corresponding node is returned, and if the type does not exist, a node of unknown type is returned. + +## See Also + +* Class [EquationNode](../) +* Enum [EquationNodeType](../../equationnodetype/) +* Class [EquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) +## EquationNode::AddChild(const EquationNode\&) method + + +Inserts the specified node at the end of the current node's list of child nodes. + +```cpp +void Aspose::Cells::Drawing::Equations::EquationNode::AddChild(const EquationNode &node) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| node | const EquationNode\& | The specified node | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [EquationNode](../) +* Class [EquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/equationnode/createnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/equationnode/createnode/_index.md new file mode 100644 index 00000000000..6995b4475a0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/equationnode/createnode/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::Drawing::Equations::EquationNode::CreateNode method +linktitle: CreateNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::EquationNode::CreateNode method. Create a node of the specified type in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.drawing.equations/equationnode/createnode/ +--- +## EquationNode::CreateNode method + + +Create a node of the specified type. + +```cpp +static EquationNode Aspose::Cells::Drawing::Equations::EquationNode::CreateNode(EquationNodeType equationType, const Workbook &workbook, const EquationNode &parent) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| equationType | EquationNodeType | Types of Equation Nodes | +| workbook | const Workbook\& | The workbook object associated with the equation | +| parent | const EquationNode\& | The parent node where this node is located | + +## ReturnValue + +If the specified type exists, the corresponding node is returned, and if the type does not exist, a node of unknown type is returned. + +## See Also + +* Class [EquationNode](../) +* Enum [EquationNodeType](../../equationnodetype/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [Workbook](../../../aspose.cells/workbook/) +* Class [EquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/equationnode/equals/_index.md b/spanish/cpp/aspose.cells.drawing.equations/equationnode/equals/_index.md new file mode 100644 index 00000000000..fb988a8b002 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/equationnode/equals/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::Equations::EquationNode::Equals method +linktitle: Equals +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::EquationNode::Equals method. Determine whether the current equation node is equal to the specified node in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.drawing.equations/equationnode/equals/ +--- +## EquationNode::Equals method + + +Determine whether the current equation node is equal to the specified node. + +```cpp +bool Aspose::Cells::Drawing::Equations::EquationNode::Equals(const Aspose::Cells::Object &obj) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| obj | const Aspose::Cells::Object\& | The specified node | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Object](../../../aspose.cells/object/) +* Class [EquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/equationnode/equationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/equationnode/equationnode/_index.md new file mode 100644 index 00000000000..698cc849e74 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/equationnode/equationnode/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::Equations::EquationNode::EquationNode constructor +linktitle: EquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::EquationNode::EquationNode constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing.equations/equationnode/equationnode/ +--- +## EquationNode::EquationNode(EquationNode_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::Equations::EquationNode::EquationNode(EquationNode_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [EquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) +## EquationNode::EquationNode(const EquationNode\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::Equations::EquationNode::EquationNode(const EquationNode &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [EquationNode](../) +* Class [EquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) +## EquationNode::EquationNode(const FontSetting\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::Equations::EquationNode::EquationNode(const FontSetting &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [FontSetting](../../../aspose.cells/fontsetting/) +* Class [EquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/equationnode/getchild/_index.md b/spanish/cpp/aspose.cells.drawing.equations/equationnode/getchild/_index.md new file mode 100644 index 00000000000..105eb0f9a58 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/equationnode/getchild/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::Equations::EquationNode::GetChild method +linktitle: GetChild +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::EquationNode::GetChild method. Returns the node at the specified index among the children of the current node in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing.equations/equationnode/getchild/ +--- +## EquationNode::GetChild method + + +Returns the node at the specified index among the children of the current node. + +```cpp +EquationNode Aspose::Cells::Drawing::Equations::EquationNode::GetChild(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | Index of the node | + +## ReturnValue + +Returns the corresponding node if the specified node exists, otherwise returns null. + +## See Also + +* Class [EquationNode](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [EquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/equationnode/getequationtype/_index.md b/spanish/cpp/aspose.cells.drawing.equations/equationnode/getequationtype/_index.md new file mode 100644 index 00000000000..67219061122 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/equationnode/getequationtype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Equations::EquationNode::GetEquationType method +linktitle: GetEquationType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::EquationNode::GetEquationType method. Get the equation type of the current node in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.drawing.equations/equationnode/getequationtype/ +--- +## EquationNode::GetEquationType method + + +Get the equation type of the current node. + +```cpp +EquationNodeType Aspose::Cells::Drawing::Equations::EquationNode::GetEquationType() +``` + +## See Also + +* Enum [EquationNodeType](../../equationnodetype/) +* Class [EquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/equationnode/getparentnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/equationnode/getparentnode/_index.md new file mode 100644 index 00000000000..513290670c0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/equationnode/getparentnode/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Equations::EquationNode::GetParentNode method +linktitle: GetParentNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::EquationNode::GetParentNode method. Specifies the parent node of the current node in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.equations/equationnode/getparentnode/ +--- +## EquationNode::GetParentNode method + + +Specifies the parent node of the current node. + +```cpp +EquationNode Aspose::Cells::Drawing::Equations::EquationNode::GetParentNode() +``` + +## See Also + +* Class [EquationNode](../) +* Class [EquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/equationnode/gettype/_index.md b/spanish/cpp/aspose.cells.drawing.equations/equationnode/gettype/_index.md new file mode 100644 index 00000000000..d9bebaca96a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/equationnode/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Equations::EquationNode::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::EquationNode::GetType method. Represents the type of the node in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.drawing.equations/equationnode/gettype/ +--- +## EquationNode::GetType method + + +Represents the type of the node. + +```cpp +TextNodeType Aspose::Cells::Drawing::Equations::EquationNode::GetType() +``` + +## See Also + +* Enum [TextNodeType](../../../aspose.cells.drawing.texts/textnodetype/) +* Class [EquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/equationnode/insertafter/_index.md b/spanish/cpp/aspose.cells.drawing.equations/equationnode/insertafter/_index.md new file mode 100644 index 00000000000..92776a95453 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/equationnode/insertafter/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::Equations::EquationNode::InsertAfter method +linktitle: InsertAfter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::EquationNode::InsertAfter method. Inserts the specified node after the current node in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing.equations/equationnode/insertafter/ +--- +## EquationNode::InsertAfter method + + +Inserts the specified node after the current node. + +```cpp +EquationNode Aspose::Cells::Drawing::Equations::EquationNode::InsertAfter(EquationNodeType equationType) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| equationType | EquationNodeType | Types of Equation Nodes | + +## ReturnValue + +If the specified type exists, the corresponding node is returned, and if the type does not exist, a node of unknown type is returned. + +## See Also + +* Class [EquationNode](../) +* Enum [EquationNodeType](../../equationnodetype/) +* Class [EquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/equationnode/insertbefore/_index.md b/spanish/cpp/aspose.cells.drawing.equations/equationnode/insertbefore/_index.md new file mode 100644 index 00000000000..a51c2982e46 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/equationnode/insertbefore/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::Equations::EquationNode::InsertBefore method +linktitle: InsertBefore +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::EquationNode::InsertBefore method. Inserts the specified node before the current node in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing.equations/equationnode/insertbefore/ +--- +## EquationNode::InsertBefore method + + +Inserts the specified node before the current node. + +```cpp +EquationNode Aspose::Cells::Drawing::Equations::EquationNode::InsertBefore(EquationNodeType equationType) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| equationType | EquationNodeType | Types of Equation Nodes | + +## ReturnValue + +If the specified type exists, the corresponding node is returned, and if the type does not exist, a node of unknown type is returned. + +## See Also + +* Class [EquationNode](../) +* Enum [EquationNodeType](../../equationnodetype/) +* Class [EquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/equationnode/insertchild/_index.md b/spanish/cpp/aspose.cells.drawing.equations/equationnode/insertchild/_index.md new file mode 100644 index 00000000000..6a42a3e455f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/equationnode/insertchild/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Drawing::Equations::EquationNode::InsertChild method +linktitle: InsertChild +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::EquationNode::InsertChild method. Inserts a node of the specified type at the specified index position in the current node''s child node list in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing.equations/equationnode/insertchild/ +--- +## EquationNode::InsertChild method + + +Inserts a node of the specified type at the specified index position in the current node's child node list. + +```cpp +EquationNode Aspose::Cells::Drawing::Equations::EquationNode::InsertChild(int32_t index, EquationNodeType equationType) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | index value | +| equationType | EquationNodeType | Types of Equation Nodes | + +## ReturnValue + +If the specified type exists, the corresponding node is returned, and if the type does not exist, a node of unknown type is returned. + +## See Also + +* Class [EquationNode](../) +* Class [Vector](../../../aspose.cells/vector/) +* Enum [EquationNodeType](../../equationnodetype/) +* Class [EquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/equationnode/isnull/_index.md b/spanish/cpp/aspose.cells.drawing.equations/equationnode/isnull/_index.md new file mode 100644 index 00000000000..c3d261a3b4f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/equationnode/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::Equations::EquationNode::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::EquationNode::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.equations/equationnode/isnull/ +--- +## EquationNode::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::Equations::EquationNode::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [EquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/equationnode/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing.equations/equationnode/operator_asm/_index.md new file mode 100644 index 00000000000..eb6fa458d4a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/equationnode/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Equations::EquationNode::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::EquationNode::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing.equations/equationnode/operator_asm/ +--- +## EquationNode::operator= method + + +operator= + +```cpp +EquationNode & Aspose::Cells::Drawing::Equations::EquationNode::operator=(const EquationNode &src) +``` + +## See Also + +* Class [EquationNode](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [EquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/equationnode/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing.equations/equationnode/operator_bool/_index.md new file mode 100644 index 00000000000..e82f22add51 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/equationnode/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Equations::EquationNode::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::EquationNode::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing.equations/equationnode/operator_bool/ +--- +## EquationNode::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::Equations::EquationNode::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [EquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/equationnode/remove/_index.md b/spanish/cpp/aspose.cells.drawing.equations/equationnode/remove/_index.md new file mode 100644 index 00000000000..680db72c681 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/equationnode/remove/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Equations::EquationNode::Remove method +linktitle: Remove +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::EquationNode::Remove method. Removes itself from the parent in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing.equations/equationnode/remove/ +--- +## EquationNode::Remove method + + +Removes itself from the parent. + +```cpp +void Aspose::Cells::Drawing::Equations::EquationNode::Remove() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [EquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/equationnode/removeallchildren/_index.md b/spanish/cpp/aspose.cells.drawing.equations/equationnode/removeallchildren/_index.md new file mode 100644 index 00000000000..f397fd02127 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/equationnode/removeallchildren/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Equations::EquationNode::RemoveAllChildren method +linktitle: RemoveAllChildren +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::EquationNode::RemoveAllChildren method. Removes all the child nodes of the current node in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing.equations/equationnode/removeallchildren/ +--- +## EquationNode::RemoveAllChildren method + + +Removes all the child nodes of the current node. + +```cpp +void Aspose::Cells::Drawing::Equations::EquationNode::RemoveAllChildren() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [EquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/equationnode/removechild/_index.md b/spanish/cpp/aspose.cells.drawing.equations/equationnode/removechild/_index.md new file mode 100644 index 00000000000..d7c923b040a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/equationnode/removechild/_index.md @@ -0,0 +1,50 @@ +--- +title: Aspose::Cells::Drawing::Equations::EquationNode::RemoveChild method +linktitle: RemoveChild +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::EquationNode::RemoveChild method. Removes the specified node from the current node''s children in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing.equations/equationnode/removechild/ +--- +## EquationNode::RemoveChild(const EquationNode\&) method + + +Removes the specified node from the current node's children. + +```cpp +void Aspose::Cells::Drawing::Equations::EquationNode::RemoveChild(const EquationNode &node) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| node | const EquationNode\& | Node to be deleted. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [EquationNode](../) +* Class [EquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) +## EquationNode::RemoveChild(int32_t) method + + +Removes the node at the specified index from the current node's children. + +```cpp +void Aspose::Cells::Drawing::Equations::EquationNode::RemoveChild(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | Index of the node | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [EquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/equationnode/setparentnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/equationnode/setparentnode/_index.md new file mode 100644 index 00000000000..7e9623ae660 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/equationnode/setparentnode/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Equations::EquationNode::SetParentNode method +linktitle: SetParentNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::EquationNode::SetParentNode method. Specifies the parent node of the current node in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing.equations/equationnode/setparentnode/ +--- +## EquationNode::SetParentNode method + + +Specifies the parent node of the current node. + +```cpp +void Aspose::Cells::Drawing::Equations::EquationNode::SetParentNode(const EquationNode &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [EquationNode](../) +* Class [EquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/equationnode/tolatex/_index.md b/spanish/cpp/aspose.cells.drawing.equations/equationnode/tolatex/_index.md new file mode 100644 index 00000000000..586f19ab7d0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/equationnode/tolatex/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Equations::EquationNode::ToLaTeX method +linktitle: ToLaTeX +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::EquationNode::ToLaTeX method. Convert this equtation to LaTeX expression in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing.equations/equationnode/tolatex/ +--- +## EquationNode::ToLaTeX method + + +Convert this equtation to LaTeX expression. + +```cpp +U16String Aspose::Cells::Drawing::Equations::EquationNode::ToLaTeX() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [EquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/equationnode/tomathml/_index.md b/spanish/cpp/aspose.cells.drawing.equations/equationnode/tomathml/_index.md new file mode 100644 index 00000000000..1e59be6b407 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/equationnode/tomathml/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::Equations::EquationNode::ToMathML method +linktitle: ToMathML +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::EquationNode::ToMathML method. Convert this equtation to MathML expression in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing.equations/equationnode/tomathml/ +--- +## EquationNode::ToMathML method + + +Convert this equtation to MathML expression. + +```cpp +U16String Aspose::Cells::Drawing::Equations::EquationNode::ToMathML() +``` + + +## ReturnValue + + + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [EquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/equationnode/~equationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/equationnode/~equationnode/_index.md new file mode 100644 index 00000000000..7bf6dacac37 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/equationnode/~equationnode/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Equations::EquationNode::~EquationNode method +linktitle: ~EquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::EquationNode::~EquationNode method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing.equations/equationnode/~equationnode/ +--- +## EquationNode::~EquationNode method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::Equations::EquationNode::~EquationNode() +``` + +## See Also + +* Class [EquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/equationnodeparagraph/_impl/_index.md b/spanish/cpp/aspose.cells.drawing.equations/equationnodeparagraph/_impl/_index.md new file mode 100644 index 00000000000..8f6f3c21e1b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/equationnodeparagraph/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Equations::EquationNodeParagraph::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::EquationNodeParagraph::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing.equations/equationnodeparagraph/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +EquationNodeParagraph_Impl* Aspose::Cells::Drawing::Equations::EquationNodeParagraph::_impl +``` + +## See Also + +* Class [EquationNodeParagraph](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/equationnodeparagraph/_index.md b/spanish/cpp/aspose.cells.drawing.equations/equationnodeparagraph/_index.md new file mode 100644 index 00000000000..d705fe78a9f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/equationnodeparagraph/_index.md @@ -0,0 +1,74 @@ +--- +title: Aspose::Cells::Drawing::Equations::EquationNodeParagraph class +linktitle: EquationNodeParagraph +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::EquationNodeParagraph class. This class specifies a mathematical paragraph containing one or more MathEquationNode(OMath) elements in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing.equations/equationnodeparagraph/ +--- +## EquationNodeParagraph class + + +This class specifies a mathematical paragraph containing one or more MathEquationNode(OMath) elements. + +```cpp +class EquationNodeParagraph : public Aspose::Cells::Drawing::Equations::EquationNode +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddChild(EquationNodeType equationType)](../equationnode/addchild/) | Insert a node of the specified type at the end of the child node list of the current node. | +| [AddChild(const EquationNode\& node)](../equationnode/addchild/) | Inserts the specified node at the end of the current node's list of child nodes. | +| static [CreateNode(EquationNodeType equationType, const Workbook\& workbook, const EquationNode\& parent)](../equationnode/createnode/) | Create a node of the specified type. | +| [Equals(const Aspose::Cells::Object\& obj)](./equals/) | Determine whether the current equation node is equal to the specified node. | +| [EquationNode(EquationNode_Impl* impl)](../equationnode/equationnode/) | Constructs from an implementation object. | +| [EquationNode(const EquationNode\& src)](../equationnode/equationnode/) | Copy constructor. | +| [EquationNode(const FontSetting\& src)](../equationnode/equationnode/) | Constructs from a parent object. | +| [EquationNodeParagraph(EquationNodeParagraph_Impl* impl)](./equationnodeparagraph/) | Constructs from an implementation object. | +| [EquationNodeParagraph(const EquationNodeParagraph\& src)](./equationnodeparagraph/) | Copy constructor. | +| [EquationNodeParagraph(const EquationNode\& src)](./equationnodeparagraph/) | Constructs from a parent object. | +| [FontSetting(int32_t startIndex, int32_t length, const WorksheetCollection\& sheets)](../../aspose.cells/fontsetting/fontsetting/) | | +| [FontSetting(FontSetting_Impl* impl)](../../aspose.cells/fontsetting/fontsetting/) | Constructs from an implementation object. | +| [FontSetting(const FontSetting\& src)](../../aspose.cells/fontsetting/fontsetting/) | Copy constructor. | +| [GetChild(int32_t index)](../equationnode/getchild/) | Returns the node at the specified index among the children of the current node. | +| [GetEquationType()](../equationnode/getequationtype/) | Get the equation type of the current node. | +| [GetFont()](../../aspose.cells/fontsetting/getfont/) | Returns the font of this object. | +| [GetJustification()](./getjustification/) | This specifies justification of the math paragraph (a series of adjacent equations within the same paragraph). A math paragraph can be Left Justified, Right Justified, Centered, or Centered as Group. By default, the math paragraph is Centered as Group. This means that the equations can be aligned with respect to each other, but the entire group of equations is centered as a whole. | +| [GetLength()](../../aspose.cells/fontsetting/getlength/) | Gets the length of the characters. | +| [GetParentNode()](../equationnode/getparentnode/) | Specifies the parent node of the current node. | +| [GetStartIndex()](../../aspose.cells/fontsetting/getstartindex/) | Gets the start index of the characters. | +| [GetTextOptions()](../../aspose.cells/fontsetting/gettextoptions/) | Returns the text options. | +| [GetType()](../equationnode/gettype/) | Represents the type of the node. | +| [InsertAfter(EquationNodeType equationType)](../equationnode/insertafter/) | Inserts the specified node after the current node. | +| [InsertBefore(EquationNodeType equationType)](../equationnode/insertbefore/) | Inserts the specified node before the current node. | +| [InsertChild(int32_t index, EquationNodeType equationType)](../equationnode/insertchild/) | Inserts a node of the specified type at the specified index position in the current node's child node list. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const EquationNodeParagraph\& src)](./operator_asm/) | operator= | +| [operator=(const EquationNode\& src)](../equationnode/operator_asm/) | operator= | +| [operator=(const FontSetting\& src)](../../aspose.cells/fontsetting/operator_asm/) | operator= | +| [Remove()](../equationnode/remove/) | Removes itself from the parent. | +| [RemoveAllChildren()](../equationnode/removeallchildren/) | Removes all the child nodes of the current node. | +| [RemoveChild(const EquationNode\& node)](../equationnode/removechild/) | Removes the specified node from the current node's children. | +| [RemoveChild(int32_t index)](../equationnode/removechild/) | Removes the node at the specified index from the current node's children. | +| [SetJustification(EquationHorizontalJustificationType value)](./setjustification/) | This specifies justification of the math paragraph (a series of adjacent equations within the same paragraph). A math paragraph can be Left Justified, Right Justified, Centered, or Centered as Group. By default, the math paragraph is Centered as Group. This means that the equations can be aligned with respect to each other, but the entire group of equations is centered as a whole. | +| [SetParentNode(const EquationNode\& value)](../equationnode/setparentnode/) | Specifies the parent node of the current node. | +| [SetWordArtStyle(PresetWordArtStyle style)](../../aspose.cells/fontsetting/setwordartstyle/) | Sets the preset WordArt style. | +| [ToLaTeX()](../equationnode/tolatex/) | Convert this equtation to LaTeX expression. | +| [ToMathML()](../equationnode/tomathml/) | Convert this equtation to MathML expression. | +| [~EquationNode()](../equationnode/~equationnode/) | Destructor. | +| [~EquationNodeParagraph()](./~equationnodeparagraph/) | Destructor. | +| [~FontSetting()](../../aspose.cells/fontsetting/~fontsetting/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [EquationNode](../equationnode/) +* Namespace [Aspose::Cells::Drawing::Equations](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/equationnodeparagraph/equals/_index.md b/spanish/cpp/aspose.cells.drawing.equations/equationnodeparagraph/equals/_index.md new file mode 100644 index 00000000000..20f96b8b031 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/equationnodeparagraph/equals/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::Equations::EquationNodeParagraph::Equals method +linktitle: Equals +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::EquationNodeParagraph::Equals method. Determine whether the current equation node is equal to the specified node in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing.equations/equationnodeparagraph/equals/ +--- +## EquationNodeParagraph::Equals method + + +Determine whether the current equation node is equal to the specified node. + +```cpp +bool Aspose::Cells::Drawing::Equations::EquationNodeParagraph::Equals(const Aspose::Cells::Object &obj) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| obj | const Aspose::Cells::Object\& | The specified node | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Object](../../../aspose.cells/object/) +* Class [EquationNodeParagraph](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/equationnodeparagraph/equationnodeparagraph/_index.md b/spanish/cpp/aspose.cells.drawing.equations/equationnodeparagraph/equationnodeparagraph/_index.md new file mode 100644 index 00000000000..2af1a8fa1d3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/equationnodeparagraph/equationnodeparagraph/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::Equations::EquationNodeParagraph::EquationNodeParagraph constructor +linktitle: EquationNodeParagraph +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::EquationNodeParagraph::EquationNodeParagraph constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing.equations/equationnodeparagraph/equationnodeparagraph/ +--- +## EquationNodeParagraph::EquationNodeParagraph(EquationNodeParagraph_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::Equations::EquationNodeParagraph::EquationNodeParagraph(EquationNodeParagraph_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [EquationNodeParagraph](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) +## EquationNodeParagraph::EquationNodeParagraph(const EquationNodeParagraph\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::Equations::EquationNodeParagraph::EquationNodeParagraph(const EquationNodeParagraph &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [EquationNodeParagraph](../) +* Class [EquationNodeParagraph](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) +## EquationNodeParagraph::EquationNodeParagraph(const EquationNode\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::Equations::EquationNodeParagraph::EquationNodeParagraph(const EquationNode &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [EquationNode](../../equationnode/) +* Class [EquationNodeParagraph](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/equationnodeparagraph/getjustification/_index.md b/spanish/cpp/aspose.cells.drawing.equations/equationnodeparagraph/getjustification/_index.md new file mode 100644 index 00000000000..6bd3b50c3ff --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/equationnodeparagraph/getjustification/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Equations::EquationNodeParagraph::GetJustification method +linktitle: GetJustification +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::EquationNodeParagraph::GetJustification method. This specifies justification of the math paragraph (a series of adjacent equations within the same paragraph). A math paragraph can be Left Justified, Right Justified, Centered, or Centered as Group. By default, the math paragraph is Centered as Group. This means that the equations can be aligned with respect to each other, but the entire group of equations is centered as a whole in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.equations/equationnodeparagraph/getjustification/ +--- +## EquationNodeParagraph::GetJustification method + + +This specifies justification of the math paragraph (a series of adjacent equations within the same paragraph). A math paragraph can be Left Justified, Right Justified, Centered, or Centered as Group. By default, the math paragraph is Centered as Group. This means that the equations can be aligned with respect to each other, but the entire group of equations is centered as a whole. + +```cpp +EquationHorizontalJustificationType Aspose::Cells::Drawing::Equations::EquationNodeParagraph::GetJustification() +``` + +## See Also + +* Enum [EquationHorizontalJustificationType](../../equationhorizontaljustificationtype/) +* Class [EquationNodeParagraph](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/equationnodeparagraph/isnull/_index.md b/spanish/cpp/aspose.cells.drawing.equations/equationnodeparagraph/isnull/_index.md new file mode 100644 index 00000000000..02a46b46460 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/equationnodeparagraph/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::Equations::EquationNodeParagraph::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::EquationNodeParagraph::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.equations/equationnodeparagraph/isnull/ +--- +## EquationNodeParagraph::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::Equations::EquationNodeParagraph::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [EquationNodeParagraph](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/equationnodeparagraph/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing.equations/equationnodeparagraph/operator_asm/_index.md new file mode 100644 index 00000000000..aba66fbbf0f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/equationnodeparagraph/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Equations::EquationNodeParagraph::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::EquationNodeParagraph::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing.equations/equationnodeparagraph/operator_asm/ +--- +## EquationNodeParagraph::operator= method + + +operator= + +```cpp +EquationNodeParagraph & Aspose::Cells::Drawing::Equations::EquationNodeParagraph::operator=(const EquationNodeParagraph &src) +``` + +## See Also + +* Class [EquationNodeParagraph](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [EquationNodeParagraph](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/equationnodeparagraph/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing.equations/equationnodeparagraph/operator_bool/_index.md new file mode 100644 index 00000000000..74b69ae5469 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/equationnodeparagraph/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Equations::EquationNodeParagraph::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::EquationNodeParagraph::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing.equations/equationnodeparagraph/operator_bool/ +--- +## EquationNodeParagraph::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::Equations::EquationNodeParagraph::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [EquationNodeParagraph](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/equationnodeparagraph/setjustification/_index.md b/spanish/cpp/aspose.cells.drawing.equations/equationnodeparagraph/setjustification/_index.md new file mode 100644 index 00000000000..34018184ed0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/equationnodeparagraph/setjustification/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Equations::EquationNodeParagraph::SetJustification method +linktitle: SetJustification +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::EquationNodeParagraph::SetJustification method. This specifies justification of the math paragraph (a series of adjacent equations within the same paragraph). A math paragraph can be Left Justified, Right Justified, Centered, or Centered as Group. By default, the math paragraph is Centered as Group. This means that the equations can be aligned with respect to each other, but the entire group of equations is centered as a whole in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing.equations/equationnodeparagraph/setjustification/ +--- +## EquationNodeParagraph::SetJustification method + + +This specifies justification of the math paragraph (a series of adjacent equations within the same paragraph). A math paragraph can be Left Justified, Right Justified, Centered, or Centered as Group. By default, the math paragraph is Centered as Group. This means that the equations can be aligned with respect to each other, but the entire group of equations is centered as a whole. + +```cpp +void Aspose::Cells::Drawing::Equations::EquationNodeParagraph::SetJustification(EquationHorizontalJustificationType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [EquationHorizontalJustificationType](../../equationhorizontaljustificationtype/) +* Class [EquationNodeParagraph](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/equationnodeparagraph/~equationnodeparagraph/_index.md b/spanish/cpp/aspose.cells.drawing.equations/equationnodeparagraph/~equationnodeparagraph/_index.md new file mode 100644 index 00000000000..0457b9c7785 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/equationnodeparagraph/~equationnodeparagraph/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Equations::EquationNodeParagraph::~EquationNodeParagraph method +linktitle: ~EquationNodeParagraph +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::EquationNodeParagraph::~EquationNodeParagraph method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing.equations/equationnodeparagraph/~equationnodeparagraph/ +--- +## EquationNodeParagraph::~EquationNodeParagraph method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::Equations::EquationNodeParagraph::~EquationNodeParagraph() +``` + +## See Also + +* Class [EquationNodeParagraph](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/equationnodetype/_index.md b/spanish/cpp/aspose.cells.drawing.equations/equationnodetype/_index.md new file mode 100644 index 00000000000..8af863eb5a4 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/equationnodetype/_index.md @@ -0,0 +1,74 @@ +--- +title: Aspose::Cells::Drawing::Equations::EquationNodeType enum +linktitle: EquationNodeType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::EquationNodeType enum. Equation node type. Notice: (1)[1-99] Currently there is only one node in the scope, and its enumeration value is 1. The node it specifies is used to store mathematical text. (2)[100-199] Indicates that the node is a component of some special function nodes. (3)[200-] Indicates that the node has some special functions in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells.drawing.equations/equationnodetype/ +--- +## EquationNodeType enum + + +Equation node type. Notice: (1)[1-99] Currently there is only one node in the scope, and its enumeration value is 1. The node it specifies is used to store mathematical text. (2)[100-199] Indicates that the node is a component of some special function nodes. (3)[200-] Indicates that the node has some special functions. + +```cpp +enum class EquationNodeType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| UnKnow | 0 |
UnKnow. | +| Text | 1 |
specifies a node that stores math text | +| Base | 100 |
Specifies a Base component. | +| Denominator | 101 |
Specifies a Denominator component. | +| Numerator | 102 |
Specifies a Numerator component. | +| FunctionName | 103 |
Specifies a FunctionName component. | +| Subscript | 104 |
Specifies a Subscript component. | +| Superscript | 105 |
Specifies a Superscript component. | +| Degree | 106 |
Specifies a Degree component. | +| MatrixRow | 107 |
Specifies a MatrixRow component.A single row of the matrix. | +| Limit | 108 |
Represents a sub-object of Lower-Limit function or Upper-Limit function. | +| EquationParagraph | 200 |
Specifies a mathematical paragraph(oMathPara). | +| MathematicalEquation | 201 | **(Deprecated - Use EquationNodeType.Mathematical instead. )**
Specifies an equation or mathematical expression(OMath). | +| FractionEquation | 202 | **(Deprecated - Use EquationNodeType.Fraction instead. )**
Specifies fractional equation. | +| FunctionEquation | 203 | **(Deprecated - Use EquationNodeType.Function instead. )**
Specifies function equation. | +| DelimiterEquation | 204 | **(Deprecated - Use EquationNodeType.Delimiter instead. )**
Specifies delimiter equation. | +| NaryEquation | 205 | **(Deprecated - Use EquationNodeType.Nary instead. )**
Specifies n-ary operator equation. | +| RadicalEquation | 206 | **(Deprecated - Use EquationNodeType.Radical instead. )**
Specifies the radical equation. | +| SuperscriptEquation | 207 | **(Deprecated - Use EquationNodeType.Sup instead. )**
Specifies superscript equation. | +| SubscriptEquation | 208 | **(Deprecated - Use EquationNodeType.Sub instead. )**
Specifies subscript equation. | +| SubSupEquation | 209 | **(Deprecated - Use EquationNodeType.SubSup instead. )**
Specifies an equation with superscripts and subscripts to the right of the operands. | +| PreSubSupEquation | 210 | **(Deprecated - Use EquationNodeType.PreSubSup instead. )**
Specifies an equation with superscripts and subscripts to the left of the operands. | +| AccentEquation | 211 | **(Deprecated - Use EquationNodeType.Accent instead. )**
Specifies accent equation. | +| BarEquation | 212 | **(Deprecated - Use EquationNodeType.Bar instead. )**
Specifies bar equation. | +| BorderBoxEquation | 213 | **(Deprecated - Use EquationNodeType.BorderBox instead. )**
Specifies border box equation. | +| BoxEquation | 214 | **(Deprecated - Use EquationNodeType.Box instead. )**
Specifies box equation. | +| GroupCharacterEquation | 215 | **(Deprecated - Use EquationNodeType.GroupChr instead. )**
Specifies Group-Character equation. | +| MatrixEquation | 216 | **(Deprecated - Use EquationNodeType.Matrix instead. )**
Specifies the Matrix equation,. | +| LowerLimit | 217 |
Specifies the Lower-Limit function. | +| UpperLimit | 218 |
Specifies the Upper-Limit function. | +| Mathematical | 201 |
Specifies an equation or mathematical expression(OMath). | +| Fraction | 202 |
Specifies fractional equation. | +| Function | 203 |
Specifies function equation. | +| Delimiter | 204 |
Specifies delimiter equation. | +| Nary | 205 |
Specifies n-ary operator equation. | +| Radical | 206 |
Specifies the radical equation. | +| Sup | 207 |
Specifies superscript equation. | +| Sub | 208 |
Specifies subscript equation. | +| SubSup | 209 |
Specifies an equation with superscripts and subscripts to the right of the operands. | +| PreSubSup | 210 |
Specifies an equation with superscripts and subscripts to the left of the operands. | +| Accent | 211 |
Specifies accent equation. | +| Bar | 212 |
Specifies bar equation. | +| BorderBox | 213 |
Specifies border box equation. | +| Box | 214 |
Specifies box equation. | +| GroupChr | 215 |
Specifies Group-Character equation. | +| Matrix | 216 |
Specifies the Matrix equation,. | +| ArrayEquation | 317 |
Specifies the Equation-Array function. The function consists of one or more equations. | + +## See Also + +* Namespace [Aspose::Cells::Drawing::Equations](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/equationverticaljustificationtype/_index.md b/spanish/cpp/aspose.cells.drawing.equations/equationverticaljustificationtype/_index.md new file mode 100644 index 00000000000..19f1e57afa5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/equationverticaljustificationtype/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Drawing::Equations::EquationVerticalJustificationType enum +linktitle: EquationVerticalJustificationType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::EquationVerticalJustificationType enum. This specifies the default vertical justification of equations in the document in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells.drawing.equations/equationverticaljustificationtype/ +--- +## EquationVerticalJustificationType enum + + +This specifies the default vertical justification of equations in the document. + +```cpp +enum class EquationVerticalJustificationType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Top | 0 |
top | +| Center | 1 |
center | +| Bottom | 2 |
bottom | + +## See Also + +* Namespace [Aspose::Cells::Drawing::Equations](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/fractionequationnode/_impl/_index.md b/spanish/cpp/aspose.cells.drawing.equations/fractionequationnode/_impl/_index.md new file mode 100644 index 00000000000..a41cd80b000 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/fractionequationnode/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Equations::FractionEquationNode::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::FractionEquationNode::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing.equations/fractionequationnode/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +FractionEquationNode_Impl* Aspose::Cells::Drawing::Equations::FractionEquationNode::_impl +``` + +## See Also + +* Class [FractionEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/fractionequationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/fractionequationnode/_index.md new file mode 100644 index 00000000000..f53b3b67c90 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/fractionequationnode/_index.md @@ -0,0 +1,74 @@ +--- +title: Aspose::Cells::Drawing::Equations::FractionEquationNode class +linktitle: FractionEquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::FractionEquationNode class. This class specifies the fraction equation, consisting of a numerator and denominator separated by a fraction bar. The fraction bar can be horizontal or diagonal, depending on the fraction properties. The fraction equation is also used to represent the stack function, which places one element above another, with no fraction bar in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing.equations/fractionequationnode/ +--- +## FractionEquationNode class + + +This class specifies the fraction equation, consisting of a numerator and denominator separated by a fraction bar. The fraction bar can be horizontal or diagonal, depending on the fraction properties. The fraction equation is also used to represent the stack function, which places one element above another, with no fraction bar. + +```cpp +class FractionEquationNode : public Aspose::Cells::Drawing::Equations::EquationNode +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddChild(EquationNodeType equationType)](../equationnode/addchild/) | Insert a node of the specified type at the end of the child node list of the current node. | +| [AddChild(const EquationNode\& node)](../equationnode/addchild/) | Inserts the specified node at the end of the current node's list of child nodes. | +| static [CreateNode(EquationNodeType equationType, const Workbook\& workbook, const EquationNode\& parent)](../equationnode/createnode/) | Create a node of the specified type. | +| [Equals(const Aspose::Cells::Object\& obj)](./equals/) | Determine whether the current equation node is equal to the specified node. | +| [EquationNode(EquationNode_Impl* impl)](../equationnode/equationnode/) | Constructs from an implementation object. | +| [EquationNode(const EquationNode\& src)](../equationnode/equationnode/) | Copy constructor. | +| [EquationNode(const FontSetting\& src)](../equationnode/equationnode/) | Constructs from a parent object. | +| [FontSetting(int32_t startIndex, int32_t length, const WorksheetCollection\& sheets)](../../aspose.cells/fontsetting/fontsetting/) | | +| [FontSetting(FontSetting_Impl* impl)](../../aspose.cells/fontsetting/fontsetting/) | Constructs from an implementation object. | +| [FontSetting(const FontSetting\& src)](../../aspose.cells/fontsetting/fontsetting/) | Copy constructor. | +| [FractionEquationNode(FractionEquationNode_Impl* impl)](./fractionequationnode/) | Constructs from an implementation object. | +| [FractionEquationNode(const FractionEquationNode\& src)](./fractionequationnode/) | Copy constructor. | +| [FractionEquationNode(const EquationNode\& src)](./fractionequationnode/) | Constructs from a parent object. | +| [GetChild(int32_t index)](../equationnode/getchild/) | Returns the node at the specified index among the children of the current node. | +| [GetEquationType()](../equationnode/getequationtype/) | Get the equation type of the current node. | +| [GetFont()](../../aspose.cells/fontsetting/getfont/) | Returns the font of this object. | +| [GetFractionType()](./getfractiontype/) | This specifies the type of fraction ; the default is 'Bar'. | +| [GetLength()](../../aspose.cells/fontsetting/getlength/) | Gets the length of the characters. | +| [GetParentNode()](../equationnode/getparentnode/) | Specifies the parent node of the current node. | +| [GetStartIndex()](../../aspose.cells/fontsetting/getstartindex/) | Gets the start index of the characters. | +| [GetTextOptions()](../../aspose.cells/fontsetting/gettextoptions/) | Returns the text options. | +| [GetType()](../equationnode/gettype/) | Represents the type of the node. | +| [InsertAfter(EquationNodeType equationType)](../equationnode/insertafter/) | Inserts the specified node after the current node. | +| [InsertBefore(EquationNodeType equationType)](../equationnode/insertbefore/) | Inserts the specified node before the current node. | +| [InsertChild(int32_t index, EquationNodeType equationType)](../equationnode/insertchild/) | Inserts a node of the specified type at the specified index position in the current node's child node list. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const FractionEquationNode\& src)](./operator_asm/) | operator= | +| [operator=(const EquationNode\& src)](../equationnode/operator_asm/) | operator= | +| [operator=(const FontSetting\& src)](../../aspose.cells/fontsetting/operator_asm/) | operator= | +| [Remove()](../equationnode/remove/) | Removes itself from the parent. | +| [RemoveAllChildren()](../equationnode/removeallchildren/) | Removes all the child nodes of the current node. | +| [RemoveChild(const EquationNode\& node)](../equationnode/removechild/) | Removes the specified node from the current node's children. | +| [RemoveChild(int32_t index)](../equationnode/removechild/) | Removes the node at the specified index from the current node's children. | +| [SetFractionType(EquationFractionType value)](./setfractiontype/) | This specifies the type of fraction ; the default is 'Bar'. | +| [SetParentNode(const EquationNode\& value)](../equationnode/setparentnode/) | Specifies the parent node of the current node. | +| [SetWordArtStyle(PresetWordArtStyle style)](../../aspose.cells/fontsetting/setwordartstyle/) | Sets the preset WordArt style. | +| [ToLaTeX()](../equationnode/tolatex/) | Convert this equtation to LaTeX expression. | +| [ToMathML()](../equationnode/tomathml/) | Convert this equtation to MathML expression. | +| [~EquationNode()](../equationnode/~equationnode/) | Destructor. | +| [~FontSetting()](../../aspose.cells/fontsetting/~fontsetting/) | Destructor. | +| [~FractionEquationNode()](./~fractionequationnode/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [EquationNode](../equationnode/) +* Namespace [Aspose::Cells::Drawing::Equations](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/fractionequationnode/equals/_index.md b/spanish/cpp/aspose.cells.drawing.equations/fractionequationnode/equals/_index.md new file mode 100644 index 00000000000..b308fdafc05 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/fractionequationnode/equals/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::Equations::FractionEquationNode::Equals method +linktitle: Equals +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::FractionEquationNode::Equals method. Determine whether the current equation node is equal to the specified node in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing.equations/fractionequationnode/equals/ +--- +## FractionEquationNode::Equals method + + +Determine whether the current equation node is equal to the specified node. + +```cpp +bool Aspose::Cells::Drawing::Equations::FractionEquationNode::Equals(const Aspose::Cells::Object &obj) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| obj | const Aspose::Cells::Object\& | The specified node | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Object](../../../aspose.cells/object/) +* Class [FractionEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/fractionequationnode/fractionequationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/fractionequationnode/fractionequationnode/_index.md new file mode 100644 index 00000000000..feb9b878990 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/fractionequationnode/fractionequationnode/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::Equations::FractionEquationNode::FractionEquationNode constructor +linktitle: FractionEquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::FractionEquationNode::FractionEquationNode constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing.equations/fractionequationnode/fractionequationnode/ +--- +## FractionEquationNode::FractionEquationNode(FractionEquationNode_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::Equations::FractionEquationNode::FractionEquationNode(FractionEquationNode_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [FractionEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) +## FractionEquationNode::FractionEquationNode(const FractionEquationNode\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::Equations::FractionEquationNode::FractionEquationNode(const FractionEquationNode &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [FractionEquationNode](../) +* Class [FractionEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) +## FractionEquationNode::FractionEquationNode(const EquationNode\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::Equations::FractionEquationNode::FractionEquationNode(const EquationNode &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [EquationNode](../../equationnode/) +* Class [FractionEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/fractionequationnode/getfractiontype/_index.md b/spanish/cpp/aspose.cells.drawing.equations/fractionequationnode/getfractiontype/_index.md new file mode 100644 index 00000000000..e33f810100c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/fractionequationnode/getfractiontype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Equations::FractionEquationNode::GetFractionType method +linktitle: GetFractionType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::FractionEquationNode::GetFractionType method. This specifies the type of fraction ; the default is ''Bar'' in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.equations/fractionequationnode/getfractiontype/ +--- +## FractionEquationNode::GetFractionType method + + +This specifies the type of fraction ; the default is 'Bar'. + +```cpp +EquationFractionType Aspose::Cells::Drawing::Equations::FractionEquationNode::GetFractionType() +``` + +## See Also + +* Enum [EquationFractionType](../../equationfractiontype/) +* Class [FractionEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/fractionequationnode/isnull/_index.md b/spanish/cpp/aspose.cells.drawing.equations/fractionequationnode/isnull/_index.md new file mode 100644 index 00000000000..30454d84ee3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/fractionequationnode/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::Equations::FractionEquationNode::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::FractionEquationNode::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.equations/fractionequationnode/isnull/ +--- +## FractionEquationNode::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::Equations::FractionEquationNode::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [FractionEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/fractionequationnode/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing.equations/fractionequationnode/operator_asm/_index.md new file mode 100644 index 00000000000..253e0416701 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/fractionequationnode/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Equations::FractionEquationNode::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::FractionEquationNode::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing.equations/fractionequationnode/operator_asm/ +--- +## FractionEquationNode::operator= method + + +operator= + +```cpp +FractionEquationNode & Aspose::Cells::Drawing::Equations::FractionEquationNode::operator=(const FractionEquationNode &src) +``` + +## See Also + +* Class [FractionEquationNode](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [FractionEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/fractionequationnode/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing.equations/fractionequationnode/operator_bool/_index.md new file mode 100644 index 00000000000..f282ca331de --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/fractionequationnode/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Equations::FractionEquationNode::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::FractionEquationNode::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing.equations/fractionequationnode/operator_bool/ +--- +## FractionEquationNode::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::Equations::FractionEquationNode::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [FractionEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/fractionequationnode/setfractiontype/_index.md b/spanish/cpp/aspose.cells.drawing.equations/fractionequationnode/setfractiontype/_index.md new file mode 100644 index 00000000000..f99809efb8d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/fractionequationnode/setfractiontype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Equations::FractionEquationNode::SetFractionType method +linktitle: SetFractionType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::FractionEquationNode::SetFractionType method. This specifies the type of fraction ; the default is ''Bar'' in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing.equations/fractionequationnode/setfractiontype/ +--- +## FractionEquationNode::SetFractionType method + + +This specifies the type of fraction ; the default is 'Bar'. + +```cpp +void Aspose::Cells::Drawing::Equations::FractionEquationNode::SetFractionType(EquationFractionType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [EquationFractionType](../../equationfractiontype/) +* Class [FractionEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/fractionequationnode/~fractionequationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/fractionequationnode/~fractionequationnode/_index.md new file mode 100644 index 00000000000..81761eabf3d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/fractionequationnode/~fractionequationnode/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Equations::FractionEquationNode::~FractionEquationNode method +linktitle: ~FractionEquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::FractionEquationNode::~FractionEquationNode method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing.equations/fractionequationnode/~fractionequationnode/ +--- +## FractionEquationNode::~FractionEquationNode method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::Equations::FractionEquationNode::~FractionEquationNode() +``` + +## See Also + +* Class [FractionEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/functionequationnode/_impl/_index.md b/spanish/cpp/aspose.cells.drawing.equations/functionequationnode/_impl/_index.md new file mode 100644 index 00000000000..54e4d354554 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/functionequationnode/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Equations::FunctionEquationNode::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::FunctionEquationNode::_impl field. The implementation object in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing.equations/functionequationnode/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +FunctionEquationNode_Impl* Aspose::Cells::Drawing::Equations::FunctionEquationNode::_impl +``` + +## See Also + +* Class [FunctionEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/functionequationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/functionequationnode/_index.md new file mode 100644 index 00000000000..bb05e21659d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/functionequationnode/_index.md @@ -0,0 +1,72 @@ +--- +title: Aspose::Cells::Drawing::Equations::FunctionEquationNode class +linktitle: FunctionEquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::FunctionEquationNode class. This class specifies the Function-Apply equation, which consists of a function name and an argument acted upon. The types of the name and argument components are ''EquationNodeType.FunctionName'' and ''EquationNodeType.Base'' respectively in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing.equations/functionequationnode/ +--- +## FunctionEquationNode class + + +This class specifies the Function-Apply equation, which consists of a function name and an argument acted upon. The types of the name and argument components are '[EquationNodeType.FunctionName](../equationnodetype/)' and '[EquationNodeType.Base](../equationnodetype/)' respectively. + +```cpp +class FunctionEquationNode : public Aspose::Cells::Drawing::Equations::EquationNode +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddChild(EquationNodeType equationType)](../equationnode/addchild/) | Insert a node of the specified type at the end of the child node list of the current node. | +| [AddChild(const EquationNode\& node)](../equationnode/addchild/) | Inserts the specified node at the end of the current node's list of child nodes. | +| static [CreateNode(EquationNodeType equationType, const Workbook\& workbook, const EquationNode\& parent)](../equationnode/createnode/) | Create a node of the specified type. | +| [Equals(const Aspose::Cells::Object\& obj)](./equals/) | Determine whether the current equation node is equal to the specified node. | +| [EquationNode(EquationNode_Impl* impl)](../equationnode/equationnode/) | Constructs from an implementation object. | +| [EquationNode(const EquationNode\& src)](../equationnode/equationnode/) | Copy constructor. | +| [EquationNode(const FontSetting\& src)](../equationnode/equationnode/) | Constructs from a parent object. | +| [FontSetting(int32_t startIndex, int32_t length, const WorksheetCollection\& sheets)](../../aspose.cells/fontsetting/fontsetting/) | | +| [FontSetting(FontSetting_Impl* impl)](../../aspose.cells/fontsetting/fontsetting/) | Constructs from an implementation object. | +| [FontSetting(const FontSetting\& src)](../../aspose.cells/fontsetting/fontsetting/) | Copy constructor. | +| [FunctionEquationNode(FunctionEquationNode_Impl* impl)](./functionequationnode/) | Constructs from an implementation object. | +| [FunctionEquationNode(const FunctionEquationNode\& src)](./functionequationnode/) | Copy constructor. | +| [FunctionEquationNode(const EquationNode\& src)](./functionequationnode/) | Constructs from a parent object. | +| [GetChild(int32_t index)](../equationnode/getchild/) | Returns the node at the specified index among the children of the current node. | +| [GetEquationType()](../equationnode/getequationtype/) | Get the equation type of the current node. | +| [GetFont()](../../aspose.cells/fontsetting/getfont/) | Returns the font of this object. | +| [GetLength()](../../aspose.cells/fontsetting/getlength/) | Gets the length of the characters. | +| [GetParentNode()](../equationnode/getparentnode/) | Specifies the parent node of the current node. | +| [GetStartIndex()](../../aspose.cells/fontsetting/getstartindex/) | Gets the start index of the characters. | +| [GetTextOptions()](../../aspose.cells/fontsetting/gettextoptions/) | Returns the text options. | +| [GetType()](../equationnode/gettype/) | Represents the type of the node. | +| [InsertAfter(EquationNodeType equationType)](../equationnode/insertafter/) | Inserts the specified node after the current node. | +| [InsertBefore(EquationNodeType equationType)](../equationnode/insertbefore/) | Inserts the specified node before the current node. | +| [InsertChild(int32_t index, EquationNodeType equationType)](../equationnode/insertchild/) | Inserts a node of the specified type at the specified index position in the current node's child node list. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const FunctionEquationNode\& src)](./operator_asm/) | operator= | +| [operator=(const EquationNode\& src)](../equationnode/operator_asm/) | operator= | +| [operator=(const FontSetting\& src)](../../aspose.cells/fontsetting/operator_asm/) | operator= | +| [Remove()](../equationnode/remove/) | Removes itself from the parent. | +| [RemoveAllChildren()](../equationnode/removeallchildren/) | Removes all the child nodes of the current node. | +| [RemoveChild(const EquationNode\& node)](../equationnode/removechild/) | Removes the specified node from the current node's children. | +| [RemoveChild(int32_t index)](../equationnode/removechild/) | Removes the node at the specified index from the current node's children. | +| [SetParentNode(const EquationNode\& value)](../equationnode/setparentnode/) | Specifies the parent node of the current node. | +| [SetWordArtStyle(PresetWordArtStyle style)](../../aspose.cells/fontsetting/setwordartstyle/) | Sets the preset WordArt style. | +| [ToLaTeX()](../equationnode/tolatex/) | Convert this equtation to LaTeX expression. | +| [ToMathML()](../equationnode/tomathml/) | Convert this equtation to MathML expression. | +| [~EquationNode()](../equationnode/~equationnode/) | Destructor. | +| [~FontSetting()](../../aspose.cells/fontsetting/~fontsetting/) | Destructor. | +| [~FunctionEquationNode()](./~functionequationnode/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [EquationNode](../equationnode/) +* Namespace [Aspose::Cells::Drawing::Equations](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/functionequationnode/equals/_index.md b/spanish/cpp/aspose.cells.drawing.equations/functionequationnode/equals/_index.md new file mode 100644 index 00000000000..aa3247d3091 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/functionequationnode/equals/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::Equations::FunctionEquationNode::Equals method +linktitle: Equals +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::FunctionEquationNode::Equals method. Determine whether the current equation node is equal to the specified node in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.equations/functionequationnode/equals/ +--- +## FunctionEquationNode::Equals method + + +Determine whether the current equation node is equal to the specified node. + +```cpp +bool Aspose::Cells::Drawing::Equations::FunctionEquationNode::Equals(const Aspose::Cells::Object &obj) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| obj | const Aspose::Cells::Object\& | The specified node | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Object](../../../aspose.cells/object/) +* Class [FunctionEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/functionequationnode/functionequationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/functionequationnode/functionequationnode/_index.md new file mode 100644 index 00000000000..881ee047d4c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/functionequationnode/functionequationnode/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::Equations::FunctionEquationNode::FunctionEquationNode constructor +linktitle: FunctionEquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::FunctionEquationNode::FunctionEquationNode constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing.equations/functionequationnode/functionequationnode/ +--- +## FunctionEquationNode::FunctionEquationNode(FunctionEquationNode_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::Equations::FunctionEquationNode::FunctionEquationNode(FunctionEquationNode_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [FunctionEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) +## FunctionEquationNode::FunctionEquationNode(const FunctionEquationNode\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::Equations::FunctionEquationNode::FunctionEquationNode(const FunctionEquationNode &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [FunctionEquationNode](../) +* Class [FunctionEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) +## FunctionEquationNode::FunctionEquationNode(const EquationNode\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::Equations::FunctionEquationNode::FunctionEquationNode(const EquationNode &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [EquationNode](../../equationnode/) +* Class [FunctionEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/functionequationnode/isnull/_index.md b/spanish/cpp/aspose.cells.drawing.equations/functionequationnode/isnull/_index.md new file mode 100644 index 00000000000..1027f627dd0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/functionequationnode/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::Equations::FunctionEquationNode::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::FunctionEquationNode::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.equations/functionequationnode/isnull/ +--- +## FunctionEquationNode::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::Equations::FunctionEquationNode::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [FunctionEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/functionequationnode/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing.equations/functionequationnode/operator_asm/_index.md new file mode 100644 index 00000000000..a09c94bd714 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/functionequationnode/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Equations::FunctionEquationNode::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::FunctionEquationNode::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing.equations/functionequationnode/operator_asm/ +--- +## FunctionEquationNode::operator= method + + +operator= + +```cpp +FunctionEquationNode & Aspose::Cells::Drawing::Equations::FunctionEquationNode::operator=(const FunctionEquationNode &src) +``` + +## See Also + +* Class [FunctionEquationNode](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [FunctionEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/functionequationnode/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing.equations/functionequationnode/operator_bool/_index.md new file mode 100644 index 00000000000..fd9baaea867 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/functionequationnode/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Equations::FunctionEquationNode::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::FunctionEquationNode::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing.equations/functionequationnode/operator_bool/ +--- +## FunctionEquationNode::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::Equations::FunctionEquationNode::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [FunctionEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/functionequationnode/~functionequationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/functionequationnode/~functionequationnode/_index.md new file mode 100644 index 00000000000..a493de613a4 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/functionequationnode/~functionequationnode/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Equations::FunctionEquationNode::~FunctionEquationNode method +linktitle: ~FunctionEquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::FunctionEquationNode::~FunctionEquationNode method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing.equations/functionequationnode/~functionequationnode/ +--- +## FunctionEquationNode::~FunctionEquationNode method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::Equations::FunctionEquationNode::~FunctionEquationNode() +``` + +## See Also + +* Class [FunctionEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/_impl/_index.md b/spanish/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/_impl/_index.md new file mode 100644 index 00000000000..6c8d3add2df --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Equations::GroupCharacterEquationNode::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::GroupCharacterEquationNode::_impl field. The implementation object in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +GroupCharacterEquationNode_Impl* Aspose::Cells::Drawing::Equations::GroupCharacterEquationNode::_impl +``` + +## See Also + +* Class [GroupCharacterEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/_index.md new file mode 100644 index 00000000000..ff61be6da64 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/_index.md @@ -0,0 +1,81 @@ +--- +title: Aspose::Cells::Drawing::Equations::GroupCharacterEquationNode class +linktitle: GroupCharacterEquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::GroupCharacterEquationNode class. This class specifies the Group-Character function, consisting of a character drawn above or below text, often with the purpose of visually grouping items in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/ +--- +## GroupCharacterEquationNode class + + +This class specifies the Group-Character function, consisting of a character drawn above or below text, often with the purpose of visually grouping items. + +```cpp +class GroupCharacterEquationNode : public Aspose::Cells::Drawing::Equations::EquationNode +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddChild(EquationNodeType equationType)](../equationnode/addchild/) | Insert a node of the specified type at the end of the child node list of the current node. | +| [AddChild(const EquationNode\& node)](../equationnode/addchild/) | Inserts the specified node at the end of the current node's list of child nodes. | +| static [CreateNode(EquationNodeType equationType, const Workbook\& workbook, const EquationNode\& parent)](../equationnode/createnode/) | Create a node of the specified type. | +| [Equals(const Aspose::Cells::Object\& obj)](./equals/) | Determine whether the current equation node is equal to the specified node. | +| [EquationNode(EquationNode_Impl* impl)](../equationnode/equationnode/) | Constructs from an implementation object. | +| [EquationNode(const EquationNode\& src)](../equationnode/equationnode/) | Copy constructor. | +| [EquationNode(const FontSetting\& src)](../equationnode/equationnode/) | Constructs from a parent object. | +| [FontSetting(int32_t startIndex, int32_t length, const WorksheetCollection\& sheets)](../../aspose.cells/fontsetting/fontsetting/) | | +| [FontSetting(FontSetting_Impl* impl)](../../aspose.cells/fontsetting/fontsetting/) | Constructs from an implementation object. | +| [FontSetting(const FontSetting\& src)](../../aspose.cells/fontsetting/fontsetting/) | Copy constructor. | +| [GetChild(int32_t index)](../equationnode/getchild/) | Returns the node at the specified index among the children of the current node. | +| [GetChrType()](./getchrtype/) | Specify combining characters by type value. | +| [GetEquationType()](../equationnode/getequationtype/) | Get the equation type of the current node. | +| [GetFont()](../../aspose.cells/fontsetting/getfont/) | Returns the font of this object. | +| [GetGroupChr()](./getgroupchr/) | Specifies a symbol(default U+23DF). It is strongly recommended to use attribute ChrType to set accent character. Use this property setting if you cannot find the character you need in a known type. | +| [GetLength()](../../aspose.cells/fontsetting/getlength/) | Gets the length of the characters. | +| [GetParentNode()](../equationnode/getparentnode/) | Specifies the parent node of the current node. | +| [GetPosition()](./getposition/) | This attribute specifies the position of the character in the object. | +| [GetStartIndex()](../../aspose.cells/fontsetting/getstartindex/) | Gets the start index of the characters. | +| [GetTextOptions()](../../aspose.cells/fontsetting/gettextoptions/) | Returns the text options. | +| [GetType()](../equationnode/gettype/) | Represents the type of the node. | +| [GetVertJc()](./getvertjc/) | This attribute, combined with pos of groupChrPr, specifies the vertical layout of the groupChr object. Where pos specifies the position of the grouping character, vertJc specifies the alignment of the object with respect to the baseline. | +| [GroupCharacterEquationNode(GroupCharacterEquationNode_Impl* impl)](./groupcharacterequationnode/) | Constructs from an implementation object. | +| [GroupCharacterEquationNode(const GroupCharacterEquationNode\& src)](./groupcharacterequationnode/) | Copy constructor. | +| [GroupCharacterEquationNode(const EquationNode\& src)](./groupcharacterequationnode/) | Constructs from a parent object. | +| [InsertAfter(EquationNodeType equationType)](../equationnode/insertafter/) | Inserts the specified node after the current node. | +| [InsertBefore(EquationNodeType equationType)](../equationnode/insertbefore/) | Inserts the specified node before the current node. | +| [InsertChild(int32_t index, EquationNodeType equationType)](../equationnode/insertchild/) | Inserts a node of the specified type at the specified index position in the current node's child node list. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const GroupCharacterEquationNode\& src)](./operator_asm/) | operator= | +| [operator=(const EquationNode\& src)](../equationnode/operator_asm/) | operator= | +| [operator=(const FontSetting\& src)](../../aspose.cells/fontsetting/operator_asm/) | operator= | +| [Remove()](../equationnode/remove/) | Removes itself from the parent. | +| [RemoveAllChildren()](../equationnode/removeallchildren/) | Removes all the child nodes of the current node. | +| [RemoveChild(const EquationNode\& node)](../equationnode/removechild/) | Removes the specified node from the current node's children. | +| [RemoveChild(int32_t index)](../equationnode/removechild/) | Removes the node at the specified index from the current node's children. | +| [SetChrType(EquationCombiningCharacterType value)](./setchrtype/) | Specify combining characters by type value. | +| [SetGroupChr(const U16String\& value)](./setgroupchr/) | Specifies a symbol(default U+23DF). It is strongly recommended to use attribute ChrType to set accent character. Use this property setting if you cannot find the character you need in a known type. | +| [SetGroupChr(const char16_t* value)](./setgroupchr/) | Specifies a symbol(default U+23DF). It is strongly recommended to use attribute ChrType to set accent character. Use this property setting if you cannot find the character you need in a known type. | +| [SetParentNode(const EquationNode\& value)](../equationnode/setparentnode/) | Specifies the parent node of the current node. | +| [SetPosition(EquationCharacterPositionType value)](./setposition/) | This attribute specifies the position of the character in the object. | +| [SetVertJc(EquationCharacterPositionType value)](./setvertjc/) | This attribute, combined with pos of groupChrPr, specifies the vertical layout of the groupChr object. Where pos specifies the position of the grouping character, vertJc specifies the alignment of the object with respect to the baseline. | +| [SetWordArtStyle(PresetWordArtStyle style)](../../aspose.cells/fontsetting/setwordartstyle/) | Sets the preset WordArt style. | +| [ToLaTeX()](../equationnode/tolatex/) | Convert this equtation to LaTeX expression. | +| [ToMathML()](../equationnode/tomathml/) | Convert this equtation to MathML expression. | +| [~EquationNode()](../equationnode/~equationnode/) | Destructor. | +| [~FontSetting()](../../aspose.cells/fontsetting/~fontsetting/) | Destructor. | +| [~GroupCharacterEquationNode()](./~groupcharacterequationnode/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [EquationNode](../equationnode/) +* Namespace [Aspose::Cells::Drawing::Equations](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/equals/_index.md b/spanish/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/equals/_index.md new file mode 100644 index 00000000000..ec4030974a3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/equals/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::Equations::GroupCharacterEquationNode::Equals method +linktitle: Equals +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::GroupCharacterEquationNode::Equals method. Determine whether the current equation node is equal to the specified node in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/equals/ +--- +## GroupCharacterEquationNode::Equals method + + +Determine whether the current equation node is equal to the specified node. + +```cpp +bool Aspose::Cells::Drawing::Equations::GroupCharacterEquationNode::Equals(const Aspose::Cells::Object &obj) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| obj | const Aspose::Cells::Object\& | The specified node | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Object](../../../aspose.cells/object/) +* Class [GroupCharacterEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/getchrtype/_index.md b/spanish/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/getchrtype/_index.md new file mode 100644 index 00000000000..bc1492f93f1 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/getchrtype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Equations::GroupCharacterEquationNode::GetChrType method +linktitle: GetChrType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::GroupCharacterEquationNode::GetChrType method. Specify combining characters by type value in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/getchrtype/ +--- +## GroupCharacterEquationNode::GetChrType method + + +Specify combining characters by type value. + +```cpp +EquationCombiningCharacterType Aspose::Cells::Drawing::Equations::GroupCharacterEquationNode::GetChrType() +``` + +## See Also + +* Enum [EquationCombiningCharacterType](../../equationcombiningcharactertype/) +* Class [GroupCharacterEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/getgroupchr/_index.md b/spanish/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/getgroupchr/_index.md new file mode 100644 index 00000000000..a9799d1f6d5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/getgroupchr/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Equations::GroupCharacterEquationNode::GetGroupChr method +linktitle: GetGroupChr +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::GroupCharacterEquationNode::GetGroupChr method. Specifies a symbol(default U+23DF). It is strongly recommended to use attribute ChrType to set accent character. Use this property setting if you cannot find the character you need in a known type in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/getgroupchr/ +--- +## GroupCharacterEquationNode::GetGroupChr method + + +Specifies a symbol(default U+23DF). It is strongly recommended to use attribute ChrType to set accent character. Use this property setting if you cannot find the character you need in a known type. + +```cpp +U16String Aspose::Cells::Drawing::Equations::GroupCharacterEquationNode::GetGroupChr() +``` + +## Remarks + + +It should be noted that this property only accepts one character, and if multiple characters are passed in, only the first character is accepted. +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [GroupCharacterEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/getposition/_index.md b/spanish/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/getposition/_index.md new file mode 100644 index 00000000000..9d2b2a4afc5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/getposition/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Equations::GroupCharacterEquationNode::GetPosition method +linktitle: GetPosition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::GroupCharacterEquationNode::GetPosition method. This attribute specifies the position of the character in the object in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/getposition/ +--- +## GroupCharacterEquationNode::GetPosition method + + +This attribute specifies the position of the character in the object. + +```cpp +EquationCharacterPositionType Aspose::Cells::Drawing::Equations::GroupCharacterEquationNode::GetPosition() +``` + +## See Also + +* Enum [EquationCharacterPositionType](../../equationcharacterpositiontype/) +* Class [GroupCharacterEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/getvertjc/_index.md b/spanish/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/getvertjc/_index.md new file mode 100644 index 00000000000..f74d503475f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/getvertjc/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Equations::GroupCharacterEquationNode::GetVertJc method +linktitle: GetVertJc +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::GroupCharacterEquationNode::GetVertJc method. This attribute, combined with pos of groupChrPr, specifies the vertical layout of the groupChr object. Where pos specifies the position of the grouping character, vertJc specifies the alignment of the object with respect to the baseline in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/getvertjc/ +--- +## GroupCharacterEquationNode::GetVertJc method + + +This attribute, combined with pos of groupChrPr, specifies the vertical layout of the groupChr object. Where pos specifies the position of the grouping character, vertJc specifies the alignment of the object with respect to the baseline. + +```cpp +EquationCharacterPositionType Aspose::Cells::Drawing::Equations::GroupCharacterEquationNode::GetVertJc() +``` + +## See Also + +* Enum [EquationCharacterPositionType](../../equationcharacterpositiontype/) +* Class [GroupCharacterEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/groupcharacterequationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/groupcharacterequationnode/_index.md new file mode 100644 index 00000000000..600b0cd668e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/groupcharacterequationnode/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::Equations::GroupCharacterEquationNode::GroupCharacterEquationNode constructor +linktitle: GroupCharacterEquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::GroupCharacterEquationNode::GroupCharacterEquationNode constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/groupcharacterequationnode/ +--- +## GroupCharacterEquationNode::GroupCharacterEquationNode(GroupCharacterEquationNode_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::Equations::GroupCharacterEquationNode::GroupCharacterEquationNode(GroupCharacterEquationNode_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [GroupCharacterEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) +## GroupCharacterEquationNode::GroupCharacterEquationNode(const GroupCharacterEquationNode\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::Equations::GroupCharacterEquationNode::GroupCharacterEquationNode(const GroupCharacterEquationNode &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [GroupCharacterEquationNode](../) +* Class [GroupCharacterEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) +## GroupCharacterEquationNode::GroupCharacterEquationNode(const EquationNode\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::Equations::GroupCharacterEquationNode::GroupCharacterEquationNode(const EquationNode &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [EquationNode](../../equationnode/) +* Class [GroupCharacterEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/isnull/_index.md b/spanish/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/isnull/_index.md new file mode 100644 index 00000000000..9ae5ca9b0f9 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::Equations::GroupCharacterEquationNode::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::GroupCharacterEquationNode::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/isnull/ +--- +## GroupCharacterEquationNode::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::Equations::GroupCharacterEquationNode::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [GroupCharacterEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/operator_asm/_index.md new file mode 100644 index 00000000000..4efc7d93c4f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Equations::GroupCharacterEquationNode::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::GroupCharacterEquationNode::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/operator_asm/ +--- +## GroupCharacterEquationNode::operator= method + + +operator= + +```cpp +GroupCharacterEquationNode & Aspose::Cells::Drawing::Equations::GroupCharacterEquationNode::operator=(const GroupCharacterEquationNode &src) +``` + +## See Also + +* Class [GroupCharacterEquationNode](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [GroupCharacterEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/operator_bool/_index.md new file mode 100644 index 00000000000..01b9016547e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Equations::GroupCharacterEquationNode::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::GroupCharacterEquationNode::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/operator_bool/ +--- +## GroupCharacterEquationNode::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::Equations::GroupCharacterEquationNode::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [GroupCharacterEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/setchrtype/_index.md b/spanish/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/setchrtype/_index.md new file mode 100644 index 00000000000..2052e2de6b0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/setchrtype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Equations::GroupCharacterEquationNode::SetChrType method +linktitle: SetChrType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::GroupCharacterEquationNode::SetChrType method. Specify combining characters by type value in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/setchrtype/ +--- +## GroupCharacterEquationNode::SetChrType method + + +Specify combining characters by type value. + +```cpp +void Aspose::Cells::Drawing::Equations::GroupCharacterEquationNode::SetChrType(EquationCombiningCharacterType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [EquationCombiningCharacterType](../../equationcombiningcharactertype/) +* Class [GroupCharacterEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/setgroupchr/_index.md b/spanish/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/setgroupchr/_index.md new file mode 100644 index 00000000000..15daf859afa --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/setgroupchr/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::Drawing::Equations::GroupCharacterEquationNode::SetGroupChr method +linktitle: SetGroupChr +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::GroupCharacterEquationNode::SetGroupChr method. Specifies a symbol(default U+23DF). It is strongly recommended to use attribute ChrType to set accent character. Use this property setting if you cannot find the character you need in a known type in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/setgroupchr/ +--- +## GroupCharacterEquationNode::SetGroupChr(const U16String\&) method + + +Specifies a symbol(default U+23DF). It is strongly recommended to use attribute ChrType to set accent character. Use this property setting if you cannot find the character you need in a known type. + +```cpp +void Aspose::Cells::Drawing::Equations::GroupCharacterEquationNode::SetGroupChr(const U16String &value) +``` + +## Remarks + + +It should be noted that this property only accepts one character, and if multiple characters are passed in, only the first character is accepted. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [GroupCharacterEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) +## GroupCharacterEquationNode::SetGroupChr(const char16_t*) method + + +Specifies a symbol(default U+23DF). It is strongly recommended to use attribute ChrType to set accent character. Use this property setting if you cannot find the character you need in a known type. + +```cpp +void Aspose::Cells::Drawing::Equations::GroupCharacterEquationNode::SetGroupChr(const char16_t *value) +``` + +## Remarks + + +It should be noted that this property only accepts one character, and if multiple characters are passed in, only the first character is accepted. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [GroupCharacterEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/setposition/_index.md b/spanish/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/setposition/_index.md new file mode 100644 index 00000000000..155b7fb33f6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/setposition/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Equations::GroupCharacterEquationNode::SetPosition method +linktitle: SetPosition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::GroupCharacterEquationNode::SetPosition method. This attribute specifies the position of the character in the object in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/setposition/ +--- +## GroupCharacterEquationNode::SetPosition method + + +This attribute specifies the position of the character in the object. + +```cpp +void Aspose::Cells::Drawing::Equations::GroupCharacterEquationNode::SetPosition(EquationCharacterPositionType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [EquationCharacterPositionType](../../equationcharacterpositiontype/) +* Class [GroupCharacterEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/setvertjc/_index.md b/spanish/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/setvertjc/_index.md new file mode 100644 index 00000000000..401655ced61 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/setvertjc/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Equations::GroupCharacterEquationNode::SetVertJc method +linktitle: SetVertJc +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::GroupCharacterEquationNode::SetVertJc method. This attribute, combined with pos of groupChrPr, specifies the vertical layout of the groupChr object. Where pos specifies the position of the grouping character, vertJc specifies the alignment of the object with respect to the baseline in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/setvertjc/ +--- +## GroupCharacterEquationNode::SetVertJc method + + +This attribute, combined with pos of groupChrPr, specifies the vertical layout of the groupChr object. Where pos specifies the position of the grouping character, vertJc specifies the alignment of the object with respect to the baseline. + +```cpp +void Aspose::Cells::Drawing::Equations::GroupCharacterEquationNode::SetVertJc(EquationCharacterPositionType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [EquationCharacterPositionType](../../equationcharacterpositiontype/) +* Class [GroupCharacterEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/~groupcharacterequationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/~groupcharacterequationnode/_index.md new file mode 100644 index 00000000000..679b52372a1 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/~groupcharacterequationnode/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Equations::GroupCharacterEquationNode::~GroupCharacterEquationNode method +linktitle: ~GroupCharacterEquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::GroupCharacterEquationNode::~GroupCharacterEquationNode method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing.equations/groupcharacterequationnode/~groupcharacterequationnode/ +--- +## GroupCharacterEquationNode::~GroupCharacterEquationNode method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::Equations::GroupCharacterEquationNode::~GroupCharacterEquationNode() +``` + +## See Also + +* Class [GroupCharacterEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/limlowuppequationnode/_impl/_index.md b/spanish/cpp/aspose.cells.drawing.equations/limlowuppequationnode/_impl/_index.md new file mode 100644 index 00000000000..20e7370ebfe --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/limlowuppequationnode/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Equations::LimLowUppEquationNode::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::LimLowUppEquationNode::_impl field. The implementation object in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing.equations/limlowuppequationnode/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +LimLowUppEquationNode_Impl* Aspose::Cells::Drawing::Equations::LimLowUppEquationNode::_impl +``` + +## See Also + +* Class [LimLowUppEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/limlowuppequationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/limlowuppequationnode/_index.md new file mode 100644 index 00000000000..dfc69691af3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/limlowuppequationnode/_index.md @@ -0,0 +1,72 @@ +--- +title: Aspose::Cells::Drawing::Equations::LimLowUppEquationNode class +linktitle: LimLowUppEquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::LimLowUppEquationNode class. This class specifies the limit function in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing.equations/limlowuppequationnode/ +--- +## LimLowUppEquationNode class + + +This class specifies the limit function. + +```cpp +class LimLowUppEquationNode : public Aspose::Cells::Drawing::Equations::EquationNode +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddChild(EquationNodeType equationType)](../equationnode/addchild/) | Insert a node of the specified type at the end of the child node list of the current node. | +| [AddChild(const EquationNode\& node)](../equationnode/addchild/) | Inserts the specified node at the end of the current node's list of child nodes. | +| static [CreateNode(EquationNodeType equationType, const Workbook\& workbook, const EquationNode\& parent)](../equationnode/createnode/) | Create a node of the specified type. | +| [Equals(const Aspose::Cells::Object\& obj)](./equals/) | Determine whether the current equation node is equal to the specified node. | +| [EquationNode(EquationNode_Impl* impl)](../equationnode/equationnode/) | Constructs from an implementation object. | +| [EquationNode(const EquationNode\& src)](../equationnode/equationnode/) | Copy constructor. | +| [EquationNode(const FontSetting\& src)](../equationnode/equationnode/) | Constructs from a parent object. | +| [FontSetting(int32_t startIndex, int32_t length, const WorksheetCollection\& sheets)](../../aspose.cells/fontsetting/fontsetting/) | | +| [FontSetting(FontSetting_Impl* impl)](../../aspose.cells/fontsetting/fontsetting/) | Constructs from an implementation object. | +| [FontSetting(const FontSetting\& src)](../../aspose.cells/fontsetting/fontsetting/) | Copy constructor. | +| [GetChild(int32_t index)](../equationnode/getchild/) | Returns the node at the specified index among the children of the current node. | +| [GetEquationType()](../equationnode/getequationtype/) | Get the equation type of the current node. | +| [GetFont()](../../aspose.cells/fontsetting/getfont/) | Returns the font of this object. | +| [GetLength()](../../aspose.cells/fontsetting/getlength/) | Gets the length of the characters. | +| [GetParentNode()](../equationnode/getparentnode/) | Specifies the parent node of the current node. | +| [GetStartIndex()](../../aspose.cells/fontsetting/getstartindex/) | Gets the start index of the characters. | +| [GetTextOptions()](../../aspose.cells/fontsetting/gettextoptions/) | Returns the text options. | +| [GetType()](../equationnode/gettype/) | Represents the type of the node. | +| [InsertAfter(EquationNodeType equationType)](../equationnode/insertafter/) | Inserts the specified node after the current node. | +| [InsertBefore(EquationNodeType equationType)](../equationnode/insertbefore/) | Inserts the specified node before the current node. | +| [InsertChild(int32_t index, EquationNodeType equationType)](../equationnode/insertchild/) | Inserts a node of the specified type at the specified index position in the current node's child node list. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [LimLowUppEquationNode(LimLowUppEquationNode_Impl* impl)](./limlowuppequationnode/) | Constructs from an implementation object. | +| [LimLowUppEquationNode(const LimLowUppEquationNode\& src)](./limlowuppequationnode/) | Copy constructor. | +| [LimLowUppEquationNode(const EquationNode\& src)](./limlowuppequationnode/) | Constructs from a parent object. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const LimLowUppEquationNode\& src)](./operator_asm/) | operator= | +| [operator=(const EquationNode\& src)](../equationnode/operator_asm/) | operator= | +| [operator=(const FontSetting\& src)](../../aspose.cells/fontsetting/operator_asm/) | operator= | +| [Remove()](../equationnode/remove/) | Removes itself from the parent. | +| [RemoveAllChildren()](../equationnode/removeallchildren/) | Removes all the child nodes of the current node. | +| [RemoveChild(const EquationNode\& node)](../equationnode/removechild/) | Removes the specified node from the current node's children. | +| [RemoveChild(int32_t index)](../equationnode/removechild/) | Removes the node at the specified index from the current node's children. | +| [SetParentNode(const EquationNode\& value)](../equationnode/setparentnode/) | Specifies the parent node of the current node. | +| [SetWordArtStyle(PresetWordArtStyle style)](../../aspose.cells/fontsetting/setwordartstyle/) | Sets the preset WordArt style. | +| [ToLaTeX()](../equationnode/tolatex/) | Convert this equtation to LaTeX expression. | +| [ToMathML()](../equationnode/tomathml/) | Convert this equtation to MathML expression. | +| [~EquationNode()](../equationnode/~equationnode/) | Destructor. | +| [~FontSetting()](../../aspose.cells/fontsetting/~fontsetting/) | Destructor. | +| [~LimLowUppEquationNode()](./~limlowuppequationnode/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [EquationNode](../equationnode/) +* Namespace [Aspose::Cells::Drawing::Equations](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/limlowuppequationnode/equals/_index.md b/spanish/cpp/aspose.cells.drawing.equations/limlowuppequationnode/equals/_index.md new file mode 100644 index 00000000000..5319b26f330 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/limlowuppequationnode/equals/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::Equations::LimLowUppEquationNode::Equals method +linktitle: Equals +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::LimLowUppEquationNode::Equals method. Determine whether the current equation node is equal to the specified node in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.equations/limlowuppequationnode/equals/ +--- +## LimLowUppEquationNode::Equals method + + +Determine whether the current equation node is equal to the specified node. + +```cpp +bool Aspose::Cells::Drawing::Equations::LimLowUppEquationNode::Equals(const Aspose::Cells::Object &obj) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| obj | const Aspose::Cells::Object\& | The specified node | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Object](../../../aspose.cells/object/) +* Class [LimLowUppEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/limlowuppequationnode/isnull/_index.md b/spanish/cpp/aspose.cells.drawing.equations/limlowuppequationnode/isnull/_index.md new file mode 100644 index 00000000000..b6841a0235a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/limlowuppequationnode/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::Equations::LimLowUppEquationNode::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::LimLowUppEquationNode::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.equations/limlowuppequationnode/isnull/ +--- +## LimLowUppEquationNode::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::Equations::LimLowUppEquationNode::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LimLowUppEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/limlowuppequationnode/limlowuppequationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/limlowuppequationnode/limlowuppequationnode/_index.md new file mode 100644 index 00000000000..b8ebbea7efd --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/limlowuppequationnode/limlowuppequationnode/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::Equations::LimLowUppEquationNode::LimLowUppEquationNode constructor +linktitle: LimLowUppEquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::LimLowUppEquationNode::LimLowUppEquationNode constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing.equations/limlowuppequationnode/limlowuppequationnode/ +--- +## LimLowUppEquationNode::LimLowUppEquationNode(LimLowUppEquationNode_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::Equations::LimLowUppEquationNode::LimLowUppEquationNode(LimLowUppEquationNode_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LimLowUppEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) +## LimLowUppEquationNode::LimLowUppEquationNode(const LimLowUppEquationNode\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::Equations::LimLowUppEquationNode::LimLowUppEquationNode(const LimLowUppEquationNode &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LimLowUppEquationNode](../) +* Class [LimLowUppEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) +## LimLowUppEquationNode::LimLowUppEquationNode(const EquationNode\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::Equations::LimLowUppEquationNode::LimLowUppEquationNode(const EquationNode &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [EquationNode](../../equationnode/) +* Class [LimLowUppEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/limlowuppequationnode/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing.equations/limlowuppequationnode/operator_asm/_index.md new file mode 100644 index 00000000000..c024b78bb21 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/limlowuppequationnode/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Equations::LimLowUppEquationNode::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::LimLowUppEquationNode::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing.equations/limlowuppequationnode/operator_asm/ +--- +## LimLowUppEquationNode::operator= method + + +operator= + +```cpp +LimLowUppEquationNode & Aspose::Cells::Drawing::Equations::LimLowUppEquationNode::operator=(const LimLowUppEquationNode &src) +``` + +## See Also + +* Class [LimLowUppEquationNode](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [LimLowUppEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/limlowuppequationnode/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing.equations/limlowuppequationnode/operator_bool/_index.md new file mode 100644 index 00000000000..2174219ed2c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/limlowuppequationnode/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Equations::LimLowUppEquationNode::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::LimLowUppEquationNode::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing.equations/limlowuppequationnode/operator_bool/ +--- +## LimLowUppEquationNode::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::Equations::LimLowUppEquationNode::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [LimLowUppEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/limlowuppequationnode/~limlowuppequationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/limlowuppequationnode/~limlowuppequationnode/_index.md new file mode 100644 index 00000000000..41a84967a1b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/limlowuppequationnode/~limlowuppequationnode/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Equations::LimLowUppEquationNode::~LimLowUppEquationNode method +linktitle: ~LimLowUppEquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::LimLowUppEquationNode::~LimLowUppEquationNode method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing.equations/limlowuppequationnode/~limlowuppequationnode/ +--- +## LimLowUppEquationNode::~LimLowUppEquationNode method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::Equations::LimLowUppEquationNode::~LimLowUppEquationNode() +``` + +## See Also + +* Class [LimLowUppEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/mathematicalequationnode/_impl/_index.md b/spanish/cpp/aspose.cells.drawing.equations/mathematicalequationnode/_impl/_index.md new file mode 100644 index 00000000000..5c9ba6dd22a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/mathematicalequationnode/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Equations::MathematicalEquationNode::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::MathematicalEquationNode::_impl field. The implementation object in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing.equations/mathematicalequationnode/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +MathematicalEquationNode_Impl* Aspose::Cells::Drawing::Equations::MathematicalEquationNode::_impl +``` + +## See Also + +* Class [MathematicalEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/mathematicalequationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/mathematicalequationnode/_index.md new file mode 100644 index 00000000000..52c73f12f3d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/mathematicalequationnode/_index.md @@ -0,0 +1,72 @@ +--- +title: Aspose::Cells::Drawing::Equations::MathematicalEquationNode class +linktitle: MathematicalEquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::MathematicalEquationNode class. This class specifies an equation or mathematical expression. All mathematical text of equations or mathematical expressions are contained by this class in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing.equations/mathematicalequationnode/ +--- +## MathematicalEquationNode class + + +This class specifies an equation or mathematical expression. All mathematical text of equations or mathematical expressions are contained by this class. + +```cpp +class MathematicalEquationNode : public Aspose::Cells::Drawing::Equations::EquationNode +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddChild(EquationNodeType equationType)](../equationnode/addchild/) | Insert a node of the specified type at the end of the child node list of the current node. | +| [AddChild(const EquationNode\& node)](../equationnode/addchild/) | Inserts the specified node at the end of the current node's list of child nodes. | +| static [CreateNode(EquationNodeType equationType, const Workbook\& workbook, const EquationNode\& parent)](../equationnode/createnode/) | Create a node of the specified type. | +| [Equals(const Aspose::Cells::Object\& obj)](./equals/) | Determine whether the current equation node is equal to the specified node. | +| [EquationNode(EquationNode_Impl* impl)](../equationnode/equationnode/) | Constructs from an implementation object. | +| [EquationNode(const EquationNode\& src)](../equationnode/equationnode/) | Copy constructor. | +| [EquationNode(const FontSetting\& src)](../equationnode/equationnode/) | Constructs from a parent object. | +| [FontSetting(int32_t startIndex, int32_t length, const WorksheetCollection\& sheets)](../../aspose.cells/fontsetting/fontsetting/) | | +| [FontSetting(FontSetting_Impl* impl)](../../aspose.cells/fontsetting/fontsetting/) | Constructs from an implementation object. | +| [FontSetting(const FontSetting\& src)](../../aspose.cells/fontsetting/fontsetting/) | Copy constructor. | +| [GetChild(int32_t index)](../equationnode/getchild/) | Returns the node at the specified index among the children of the current node. | +| [GetEquationType()](../equationnode/getequationtype/) | Get the equation type of the current node. | +| [GetFont()](../../aspose.cells/fontsetting/getfont/) | Returns the font of this object. | +| [GetLength()](../../aspose.cells/fontsetting/getlength/) | Gets the length of the characters. | +| [GetParentNode()](../equationnode/getparentnode/) | Specifies the parent node of the current node. | +| [GetStartIndex()](../../aspose.cells/fontsetting/getstartindex/) | Gets the start index of the characters. | +| [GetTextOptions()](../../aspose.cells/fontsetting/gettextoptions/) | Returns the text options. | +| [GetType()](../equationnode/gettype/) | Represents the type of the node. | +| [InsertAfter(EquationNodeType equationType)](../equationnode/insertafter/) | Inserts the specified node after the current node. | +| [InsertBefore(EquationNodeType equationType)](../equationnode/insertbefore/) | Inserts the specified node before the current node. | +| [InsertChild(int32_t index, EquationNodeType equationType)](../equationnode/insertchild/) | Inserts a node of the specified type at the specified index position in the current node's child node list. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [MathematicalEquationNode(MathematicalEquationNode_Impl* impl)](./mathematicalequationnode/) | Constructs from an implementation object. | +| [MathematicalEquationNode(const MathematicalEquationNode\& src)](./mathematicalequationnode/) | Copy constructor. | +| [MathematicalEquationNode(const EquationNode\& src)](./mathematicalequationnode/) | Constructs from a parent object. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const MathematicalEquationNode\& src)](./operator_asm/) | operator= | +| [operator=(const EquationNode\& src)](../equationnode/operator_asm/) | operator= | +| [operator=(const FontSetting\& src)](../../aspose.cells/fontsetting/operator_asm/) | operator= | +| [Remove()](../equationnode/remove/) | Removes itself from the parent. | +| [RemoveAllChildren()](../equationnode/removeallchildren/) | Removes all the child nodes of the current node. | +| [RemoveChild(const EquationNode\& node)](../equationnode/removechild/) | Removes the specified node from the current node's children. | +| [RemoveChild(int32_t index)](../equationnode/removechild/) | Removes the node at the specified index from the current node's children. | +| [SetParentNode(const EquationNode\& value)](../equationnode/setparentnode/) | Specifies the parent node of the current node. | +| [SetWordArtStyle(PresetWordArtStyle style)](../../aspose.cells/fontsetting/setwordartstyle/) | Sets the preset WordArt style. | +| [ToLaTeX()](../equationnode/tolatex/) | Convert this equtation to LaTeX expression. | +| [ToMathML()](../equationnode/tomathml/) | Convert this equtation to MathML expression. | +| [~EquationNode()](../equationnode/~equationnode/) | Destructor. | +| [~FontSetting()](../../aspose.cells/fontsetting/~fontsetting/) | Destructor. | +| [~MathematicalEquationNode()](./~mathematicalequationnode/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [EquationNode](../equationnode/) +* Namespace [Aspose::Cells::Drawing::Equations](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/mathematicalequationnode/equals/_index.md b/spanish/cpp/aspose.cells.drawing.equations/mathematicalequationnode/equals/_index.md new file mode 100644 index 00000000000..7b753ccaabf --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/mathematicalequationnode/equals/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::Equations::MathematicalEquationNode::Equals method +linktitle: Equals +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::MathematicalEquationNode::Equals method. Determine whether the current equation node is equal to the specified node in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.equations/mathematicalequationnode/equals/ +--- +## MathematicalEquationNode::Equals method + + +Determine whether the current equation node is equal to the specified node. + +```cpp +bool Aspose::Cells::Drawing::Equations::MathematicalEquationNode::Equals(const Aspose::Cells::Object &obj) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| obj | const Aspose::Cells::Object\& | The specified node | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Object](../../../aspose.cells/object/) +* Class [MathematicalEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/mathematicalequationnode/isnull/_index.md b/spanish/cpp/aspose.cells.drawing.equations/mathematicalequationnode/isnull/_index.md new file mode 100644 index 00000000000..1b972b8abb6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/mathematicalequationnode/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::Equations::MathematicalEquationNode::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::MathematicalEquationNode::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.equations/mathematicalequationnode/isnull/ +--- +## MathematicalEquationNode::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::Equations::MathematicalEquationNode::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MathematicalEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/mathematicalequationnode/mathematicalequationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/mathematicalequationnode/mathematicalequationnode/_index.md new file mode 100644 index 00000000000..8379d7c6a79 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/mathematicalequationnode/mathematicalequationnode/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::Equations::MathematicalEquationNode::MathematicalEquationNode constructor +linktitle: MathematicalEquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::MathematicalEquationNode::MathematicalEquationNode constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing.equations/mathematicalequationnode/mathematicalequationnode/ +--- +## MathematicalEquationNode::MathematicalEquationNode(MathematicalEquationNode_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::Equations::MathematicalEquationNode::MathematicalEquationNode(MathematicalEquationNode_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MathematicalEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) +## MathematicalEquationNode::MathematicalEquationNode(const MathematicalEquationNode\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::Equations::MathematicalEquationNode::MathematicalEquationNode(const MathematicalEquationNode &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MathematicalEquationNode](../) +* Class [MathematicalEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) +## MathematicalEquationNode::MathematicalEquationNode(const EquationNode\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::Equations::MathematicalEquationNode::MathematicalEquationNode(const EquationNode &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [EquationNode](../../equationnode/) +* Class [MathematicalEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/mathematicalequationnode/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing.equations/mathematicalequationnode/operator_asm/_index.md new file mode 100644 index 00000000000..ee78e8ec333 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/mathematicalequationnode/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Equations::MathematicalEquationNode::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::MathematicalEquationNode::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing.equations/mathematicalequationnode/operator_asm/ +--- +## MathematicalEquationNode::operator= method + + +operator= + +```cpp +MathematicalEquationNode & Aspose::Cells::Drawing::Equations::MathematicalEquationNode::operator=(const MathematicalEquationNode &src) +``` + +## See Also + +* Class [MathematicalEquationNode](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [MathematicalEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/mathematicalequationnode/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing.equations/mathematicalequationnode/operator_bool/_index.md new file mode 100644 index 00000000000..64a13b93cf9 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/mathematicalequationnode/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Equations::MathematicalEquationNode::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::MathematicalEquationNode::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing.equations/mathematicalequationnode/operator_bool/ +--- +## MathematicalEquationNode::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::Equations::MathematicalEquationNode::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [MathematicalEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/mathematicalequationnode/~mathematicalequationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/mathematicalequationnode/~mathematicalequationnode/_index.md new file mode 100644 index 00000000000..dc6573a2e86 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/mathematicalequationnode/~mathematicalequationnode/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Equations::MathematicalEquationNode::~MathematicalEquationNode method +linktitle: ~MathematicalEquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::MathematicalEquationNode::~MathematicalEquationNode method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing.equations/mathematicalequationnode/~mathematicalequationnode/ +--- +## MathematicalEquationNode::~MathematicalEquationNode method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::Equations::MathematicalEquationNode::~MathematicalEquationNode() +``` + +## See Also + +* Class [MathematicalEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/matrixequationnode/_impl/_index.md b/spanish/cpp/aspose.cells.drawing.equations/matrixequationnode/_impl/_index.md new file mode 100644 index 00000000000..e1a14d1bed7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/matrixequationnode/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Equations::MatrixEquationNode::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::MatrixEquationNode::_impl field. The implementation object in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing.equations/matrixequationnode/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +MatrixEquationNode_Impl* Aspose::Cells::Drawing::Equations::MatrixEquationNode::_impl +``` + +## See Also + +* Class [MatrixEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/matrixequationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/matrixequationnode/_index.md new file mode 100644 index 00000000000..850840907e8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/matrixequationnode/_index.md @@ -0,0 +1,76 @@ +--- +title: Aspose::Cells::Drawing::Equations::MatrixEquationNode class +linktitle: MatrixEquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::MatrixEquationNode class. This class specifies the Matrix equation, consisting of one or more elements laid out in one or more rows and one or more columns in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing.equations/matrixequationnode/ +--- +## MatrixEquationNode class + + +This class specifies the Matrix equation, consisting of one or more elements laid out in one or more rows and one or more columns. + +```cpp +class MatrixEquationNode : public Aspose::Cells::Drawing::Equations::EquationNode +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddChild(EquationNodeType equationType)](../equationnode/addchild/) | Insert a node of the specified type at the end of the child node list of the current node. | +| [AddChild(const EquationNode\& node)](../equationnode/addchild/) | Inserts the specified node at the end of the current node's list of child nodes. | +| static [CreateNode(EquationNodeType equationType, const Workbook\& workbook, const EquationNode\& parent)](../equationnode/createnode/) | Create a node of the specified type. | +| [Equals(const Aspose::Cells::Object\& obj)](./equals/) | Determine whether the current equation node is equal to the specified node. | +| [EquationNode(EquationNode_Impl* impl)](../equationnode/equationnode/) | Constructs from an implementation object. | +| [EquationNode(const EquationNode\& src)](../equationnode/equationnode/) | Copy constructor. | +| [EquationNode(const FontSetting\& src)](../equationnode/equationnode/) | Constructs from a parent object. | +| [FontSetting(int32_t startIndex, int32_t length, const WorksheetCollection\& sheets)](../../aspose.cells/fontsetting/fontsetting/) | | +| [FontSetting(FontSetting_Impl* impl)](../../aspose.cells/fontsetting/fontsetting/) | Constructs from an implementation object. | +| [FontSetting(const FontSetting\& src)](../../aspose.cells/fontsetting/fontsetting/) | Copy constructor. | +| [GetBaseJc()](./getbasejc/) | This attribute specifies the justification of the matrix. Text outside of the matrix can be aligned with the bottom, top, or center of a matrix function. Default, the matrix assumes center justification. | +| [GetChild(int32_t index)](../equationnode/getchild/) | Returns the node at the specified index among the children of the current node. | +| [GetEquationType()](../equationnode/getequationtype/) | Get the equation type of the current node. | +| [GetFont()](../../aspose.cells/fontsetting/getfont/) | Returns the font of this object. | +| [GetLength()](../../aspose.cells/fontsetting/getlength/) | Gets the length of the characters. | +| [GetParentNode()](../equationnode/getparentnode/) | Specifies the parent node of the current node. | +| [GetStartIndex()](../../aspose.cells/fontsetting/getstartindex/) | Gets the start index of the characters. | +| [GetTextOptions()](../../aspose.cells/fontsetting/gettextoptions/) | Returns the text options. | +| [GetType()](../equationnode/gettype/) | Represents the type of the node. | +| [InsertAfter(EquationNodeType equationType)](../equationnode/insertafter/) | Inserts the specified node after the current node. | +| [InsertBefore(EquationNodeType equationType)](../equationnode/insertbefore/) | Inserts the specified node before the current node. | +| [InsertChild(int32_t index, EquationNodeType equationType)](../equationnode/insertchild/) | Inserts a node of the specified type at the specified index position in the current node's child node list. | +| [IsHidePlaceholder()](./ishideplaceholder/) | This attribute specifies the Hide Placeholders property on a matrix. When this property is on, placeholders do not appear in the matrix.Default, placeholders do appear such that the locations where text can be inserted are made visible. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [MatrixEquationNode(MatrixEquationNode_Impl* impl)](./matrixequationnode/) | Constructs from an implementation object. | +| [MatrixEquationNode(const MatrixEquationNode\& src)](./matrixequationnode/) | Copy constructor. | +| [MatrixEquationNode(const EquationNode\& src)](./matrixequationnode/) | Constructs from a parent object. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const MatrixEquationNode\& src)](./operator_asm/) | operator= | +| [operator=(const EquationNode\& src)](../equationnode/operator_asm/) | operator= | +| [operator=(const FontSetting\& src)](../../aspose.cells/fontsetting/operator_asm/) | operator= | +| [Remove()](../equationnode/remove/) | Removes itself from the parent. | +| [RemoveAllChildren()](../equationnode/removeallchildren/) | Removes all the child nodes of the current node. | +| [RemoveChild(const EquationNode\& node)](../equationnode/removechild/) | Removes the specified node from the current node's children. | +| [RemoveChild(int32_t index)](../equationnode/removechild/) | Removes the node at the specified index from the current node's children. | +| [SetBaseJc(EquationVerticalJustificationType value)](./setbasejc/) | This attribute specifies the justification of the matrix. Text outside of the matrix can be aligned with the bottom, top, or center of a matrix function. Default, the matrix assumes center justification. | +| [SetIsHidePlaceholder(bool value)](./setishideplaceholder/) | This attribute specifies the Hide Placeholders property on a matrix. When this property is on, placeholders do not appear in the matrix.Default, placeholders do appear such that the locations where text can be inserted are made visible. | +| [SetParentNode(const EquationNode\& value)](../equationnode/setparentnode/) | Specifies the parent node of the current node. | +| [SetWordArtStyle(PresetWordArtStyle style)](../../aspose.cells/fontsetting/setwordartstyle/) | Sets the preset WordArt style. | +| [ToLaTeX()](../equationnode/tolatex/) | Convert this equtation to LaTeX expression. | +| [ToMathML()](../equationnode/tomathml/) | Convert this equtation to MathML expression. | +| [~EquationNode()](../equationnode/~equationnode/) | Destructor. | +| [~FontSetting()](../../aspose.cells/fontsetting/~fontsetting/) | Destructor. | +| [~MatrixEquationNode()](./~matrixequationnode/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [EquationNode](../equationnode/) +* Namespace [Aspose::Cells::Drawing::Equations](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/matrixequationnode/equals/_index.md b/spanish/cpp/aspose.cells.drawing.equations/matrixequationnode/equals/_index.md new file mode 100644 index 00000000000..d4fcbd5535b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/matrixequationnode/equals/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::Equations::MatrixEquationNode::Equals method +linktitle: Equals +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::MatrixEquationNode::Equals method. Determine whether the current equation node is equal to the specified node in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing.equations/matrixequationnode/equals/ +--- +## MatrixEquationNode::Equals method + + +Determine whether the current equation node is equal to the specified node. + +```cpp +bool Aspose::Cells::Drawing::Equations::MatrixEquationNode::Equals(const Aspose::Cells::Object &obj) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| obj | const Aspose::Cells::Object\& | The specified node | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Object](../../../aspose.cells/object/) +* Class [MatrixEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/matrixequationnode/getbasejc/_index.md b/spanish/cpp/aspose.cells.drawing.equations/matrixequationnode/getbasejc/_index.md new file mode 100644 index 00000000000..9a507dbb76e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/matrixequationnode/getbasejc/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Equations::MatrixEquationNode::GetBaseJc method +linktitle: GetBaseJc +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::MatrixEquationNode::GetBaseJc method. This attribute specifies the justification of the matrix. Text outside of the matrix can be aligned with the bottom, top, or center of a matrix function. Default, the matrix assumes center justification in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.equations/matrixequationnode/getbasejc/ +--- +## MatrixEquationNode::GetBaseJc method + + +This attribute specifies the justification of the matrix. Text outside of the matrix can be aligned with the bottom, top, or center of a matrix function. Default, the matrix assumes center justification. + +```cpp +EquationVerticalJustificationType Aspose::Cells::Drawing::Equations::MatrixEquationNode::GetBaseJc() +``` + +## See Also + +* Enum [EquationVerticalJustificationType](../../equationverticaljustificationtype/) +* Class [MatrixEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/matrixequationnode/ishideplaceholder/_index.md b/spanish/cpp/aspose.cells.drawing.equations/matrixequationnode/ishideplaceholder/_index.md new file mode 100644 index 00000000000..6b82862e5d5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/matrixequationnode/ishideplaceholder/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Equations::MatrixEquationNode::IsHidePlaceholder method +linktitle: IsHidePlaceholder +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::MatrixEquationNode::IsHidePlaceholder method. This attribute specifies the Hide Placeholders property on a matrix. When this property is on, placeholders do not appear in the matrix.Default, placeholders do appear such that the locations where text can be inserted are made visible in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing.equations/matrixequationnode/ishideplaceholder/ +--- +## MatrixEquationNode::IsHidePlaceholder method + + +This attribute specifies the Hide Placeholders property on a matrix. When this property is on, placeholders do not appear in the matrix.Default, placeholders do appear such that the locations where text can be inserted are made visible. + +```cpp +bool Aspose::Cells::Drawing::Equations::MatrixEquationNode::IsHidePlaceholder() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MatrixEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/matrixequationnode/isnull/_index.md b/spanish/cpp/aspose.cells.drawing.equations/matrixequationnode/isnull/_index.md new file mode 100644 index 00000000000..7df4b9b0579 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/matrixequationnode/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::Equations::MatrixEquationNode::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::MatrixEquationNode::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.equations/matrixequationnode/isnull/ +--- +## MatrixEquationNode::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::Equations::MatrixEquationNode::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MatrixEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/matrixequationnode/matrixequationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/matrixequationnode/matrixequationnode/_index.md new file mode 100644 index 00000000000..3488f252619 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/matrixequationnode/matrixequationnode/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::Equations::MatrixEquationNode::MatrixEquationNode constructor +linktitle: MatrixEquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::MatrixEquationNode::MatrixEquationNode constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing.equations/matrixequationnode/matrixequationnode/ +--- +## MatrixEquationNode::MatrixEquationNode(MatrixEquationNode_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::Equations::MatrixEquationNode::MatrixEquationNode(MatrixEquationNode_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MatrixEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) +## MatrixEquationNode::MatrixEquationNode(const MatrixEquationNode\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::Equations::MatrixEquationNode::MatrixEquationNode(const MatrixEquationNode &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MatrixEquationNode](../) +* Class [MatrixEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) +## MatrixEquationNode::MatrixEquationNode(const EquationNode\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::Equations::MatrixEquationNode::MatrixEquationNode(const EquationNode &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [EquationNode](../../equationnode/) +* Class [MatrixEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/matrixequationnode/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing.equations/matrixequationnode/operator_asm/_index.md new file mode 100644 index 00000000000..1672321054a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/matrixequationnode/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Equations::MatrixEquationNode::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::MatrixEquationNode::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing.equations/matrixequationnode/operator_asm/ +--- +## MatrixEquationNode::operator= method + + +operator= + +```cpp +MatrixEquationNode & Aspose::Cells::Drawing::Equations::MatrixEquationNode::operator=(const MatrixEquationNode &src) +``` + +## See Also + +* Class [MatrixEquationNode](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [MatrixEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/matrixequationnode/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing.equations/matrixequationnode/operator_bool/_index.md new file mode 100644 index 00000000000..e2b80145da0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/matrixequationnode/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Equations::MatrixEquationNode::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::MatrixEquationNode::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing.equations/matrixequationnode/operator_bool/ +--- +## MatrixEquationNode::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::Equations::MatrixEquationNode::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [MatrixEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/matrixequationnode/setbasejc/_index.md b/spanish/cpp/aspose.cells.drawing.equations/matrixequationnode/setbasejc/_index.md new file mode 100644 index 00000000000..31907d4166b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/matrixequationnode/setbasejc/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Equations::MatrixEquationNode::SetBaseJc method +linktitle: SetBaseJc +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::MatrixEquationNode::SetBaseJc method. This attribute specifies the justification of the matrix. Text outside of the matrix can be aligned with the bottom, top, or center of a matrix function. Default, the matrix assumes center justification in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing.equations/matrixequationnode/setbasejc/ +--- +## MatrixEquationNode::SetBaseJc method + + +This attribute specifies the justification of the matrix. Text outside of the matrix can be aligned with the bottom, top, or center of a matrix function. Default, the matrix assumes center justification. + +```cpp +void Aspose::Cells::Drawing::Equations::MatrixEquationNode::SetBaseJc(EquationVerticalJustificationType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [EquationVerticalJustificationType](../../equationverticaljustificationtype/) +* Class [MatrixEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/matrixequationnode/setishideplaceholder/_index.md b/spanish/cpp/aspose.cells.drawing.equations/matrixequationnode/setishideplaceholder/_index.md new file mode 100644 index 00000000000..cfa4cfd8d6d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/matrixequationnode/setishideplaceholder/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Equations::MatrixEquationNode::SetIsHidePlaceholder method +linktitle: SetIsHidePlaceholder +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::MatrixEquationNode::SetIsHidePlaceholder method. This attribute specifies the Hide Placeholders property on a matrix. When this property is on, placeholders do not appear in the matrix.Default, placeholders do appear such that the locations where text can be inserted are made visible in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing.equations/matrixequationnode/setishideplaceholder/ +--- +## MatrixEquationNode::SetIsHidePlaceholder method + + +This attribute specifies the Hide Placeholders property on a matrix. When this property is on, placeholders do not appear in the matrix.Default, placeholders do appear such that the locations where text can be inserted are made visible. + +```cpp +void Aspose::Cells::Drawing::Equations::MatrixEquationNode::SetIsHidePlaceholder(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MatrixEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/matrixequationnode/~matrixequationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/matrixequationnode/~matrixequationnode/_index.md new file mode 100644 index 00000000000..9999930ea01 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/matrixequationnode/~matrixequationnode/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Equations::MatrixEquationNode::~MatrixEquationNode method +linktitle: ~MatrixEquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::MatrixEquationNode::~MatrixEquationNode method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing.equations/matrixequationnode/~matrixequationnode/ +--- +## MatrixEquationNode::~MatrixEquationNode method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::Equations::MatrixEquationNode::~MatrixEquationNode() +``` + +## See Also + +* Class [MatrixEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/_impl/_index.md b/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/_impl/_index.md new file mode 100644 index 00000000000..e9dd795c7c5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Equations::NaryEquationNode::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::NaryEquationNode::_impl field. The implementation object in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.drawing.equations/naryequationnode/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +NaryEquationNode_Impl* Aspose::Cells::Drawing::Equations::NaryEquationNode::_impl +``` + +## See Also + +* Class [NaryEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/_index.md new file mode 100644 index 00000000000..9a8c7ba8f75 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/_index.md @@ -0,0 +1,85 @@ +--- +title: Aspose::Cells::Drawing::Equations::NaryEquationNode class +linktitle: NaryEquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::NaryEquationNode class. This class specifies an n-ary operator equation consisting of an n-ary operator, a base (or operand), and optional upper and lower bounds in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing.equations/naryequationnode/ +--- +## NaryEquationNode class + + +This class specifies an n-ary operator equation consisting of an n-ary operator, a base (or operand), and optional upper and lower bounds. + +```cpp +class NaryEquationNode : public Aspose::Cells::Drawing::Equations::EquationNode +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddChild(EquationNodeType equationType)](../equationnode/addchild/) | Insert a node of the specified type at the end of the child node list of the current node. | +| [AddChild(const EquationNode\& node)](../equationnode/addchild/) | Inserts the specified node at the end of the current node's list of child nodes. | +| static [CreateNode(EquationNodeType equationType, const Workbook\& workbook, const EquationNode\& parent)](../equationnode/createnode/) | Create a node of the specified type. | +| [Equals(const Aspose::Cells::Object\& obj)](./equals/) | Determine whether the current equation node is equal to the specified node. | +| [EquationNode(EquationNode_Impl* impl)](../equationnode/equationnode/) | Constructs from an implementation object. | +| [EquationNode(const EquationNode\& src)](../equationnode/equationnode/) | Copy constructor. | +| [EquationNode(const FontSetting\& src)](../equationnode/equationnode/) | Constructs from a parent object. | +| [FontSetting(int32_t startIndex, int32_t length, const WorksheetCollection\& sheets)](../../aspose.cells/fontsetting/fontsetting/) | | +| [FontSetting(FontSetting_Impl* impl)](../../aspose.cells/fontsetting/fontsetting/) | Constructs from an implementation object. | +| [FontSetting(const FontSetting\& src)](../../aspose.cells/fontsetting/fontsetting/) | Copy constructor. | +| [GetChild(int32_t index)](../equationnode/getchild/) | Returns the node at the specified index among the children of the current node. | +| [GetEquationType()](../equationnode/getequationtype/) | Get the equation type of the current node. | +| [GetFont()](../../aspose.cells/fontsetting/getfont/) | Returns the font of this object. | +| [GetLength()](../../aspose.cells/fontsetting/getlength/) | Gets the length of the characters. | +| [GetLimitLocation()](./getlimitlocation/) | This attribute specifies the location of limits in n-ary operators. Limits can be either centered above and below the n-ary operator, or positioned just to the right of the operator. | +| [GetNaryGrow()](./getnarygrow/) | This attribute specifies the growth property of n-ary operators at the document level. When off, n-ary operators such as integrals and summations do not grow to match the size of their operand height. When on, the n-ary operator grows vertically to match its operand height. | +| [GetNaryOperator()](./getnaryoperator/) | an n-ary operator.e.g "∑". It is strongly recommended to use attribute NaryOperatorType to set n-ary operator. Use this property setting if you cannot find the character you need in a known type. | +| [GetNaryOperatorType()](./getnaryoperatortype/) | an n-ary operator.e.g "∑" | +| [GetParentNode()](../equationnode/getparentnode/) | Specifies the parent node of the current node. | +| [GetStartIndex()](../../aspose.cells/fontsetting/getstartindex/) | Gets the start index of the characters. | +| [GetTextOptions()](../../aspose.cells/fontsetting/gettextoptions/) | Returns the text options. | +| [GetType()](../equationnode/gettype/) | Represents the type of the node. | +| [InsertAfter(EquationNodeType equationType)](../equationnode/insertafter/) | Inserts the specified node after the current node. | +| [InsertBefore(EquationNodeType equationType)](../equationnode/insertbefore/) | Inserts the specified node before the current node. | +| [InsertChild(int32_t index, EquationNodeType equationType)](../equationnode/insertchild/) | Inserts a node of the specified type at the specified index position in the current node's child node list. | +| [IsHideSubscript()](./ishidesubscript/) | Whether to display the lower bound. | +| [IsHideSuperscript()](./ishidesuperscript/) | Whether to display the upper bound. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [NaryEquationNode(NaryEquationNode_Impl* impl)](./naryequationnode/) | Constructs from an implementation object. | +| [NaryEquationNode(const NaryEquationNode\& src)](./naryequationnode/) | Copy constructor. | +| [NaryEquationNode(const EquationNode\& src)](./naryequationnode/) | Constructs from a parent object. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const NaryEquationNode\& src)](./operator_asm/) | operator= | +| [operator=(const EquationNode\& src)](../equationnode/operator_asm/) | operator= | +| [operator=(const FontSetting\& src)](../../aspose.cells/fontsetting/operator_asm/) | operator= | +| [Remove()](../equationnode/remove/) | Removes itself from the parent. | +| [RemoveAllChildren()](../equationnode/removeallchildren/) | Removes all the child nodes of the current node. | +| [RemoveChild(const EquationNode\& node)](../equationnode/removechild/) | Removes the specified node from the current node's children. | +| [RemoveChild(int32_t index)](../equationnode/removechild/) | Removes the node at the specified index from the current node's children. | +| [SetIsHideSubscript(bool value)](./setishidesubscript/) | Whether to display the lower bound. | +| [SetIsHideSuperscript(bool value)](./setishidesuperscript/) | Whether to display the upper bound. | +| [SetLimitLocation(EquationLimitLocationType value)](./setlimitlocation/) | This attribute specifies the location of limits in n-ary operators. Limits can be either centered above and below the n-ary operator, or positioned just to the right of the operator. | +| [SetNaryGrow(bool value)](./setnarygrow/) | This attribute specifies the growth property of n-ary operators at the document level. When off, n-ary operators such as integrals and summations do not grow to match the size of their operand height. When on, the n-ary operator grows vertically to match its operand height. | +| [SetNaryOperator(const U16String\& value)](./setnaryoperator/) | an n-ary operator.e.g "∑". It is strongly recommended to use attribute NaryOperatorType to set n-ary operator. Use this property setting if you cannot find the character you need in a known type. | +| [SetNaryOperator(const char16_t* value)](./setnaryoperator/) | an n-ary operator.e.g "∑". It is strongly recommended to use attribute NaryOperatorType to set n-ary operator. Use this property setting if you cannot find the character you need in a known type. | +| [SetNaryOperatorType(EquationMathematicalOperatorType value)](./setnaryoperatortype/) | an n-ary operator.e.g "∑" | +| [SetParentNode(const EquationNode\& value)](../equationnode/setparentnode/) | Specifies the parent node of the current node. | +| [SetWordArtStyle(PresetWordArtStyle style)](../../aspose.cells/fontsetting/setwordartstyle/) | Sets the preset WordArt style. | +| [ToLaTeX()](../equationnode/tolatex/) | Convert this equtation to LaTeX expression. | +| [ToMathML()](../equationnode/tomathml/) | Convert this equtation to MathML expression. | +| [~EquationNode()](../equationnode/~equationnode/) | Destructor. | +| [~FontSetting()](../../aspose.cells/fontsetting/~fontsetting/) | Destructor. | +| [~NaryEquationNode()](./~naryequationnode/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [EquationNode](../equationnode/) +* Namespace [Aspose::Cells::Drawing::Equations](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/equals/_index.md b/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/equals/_index.md new file mode 100644 index 00000000000..300cc144636 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/equals/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::Equations::NaryEquationNode::Equals method +linktitle: Equals +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::NaryEquationNode::Equals method. Determine whether the current equation node is equal to the specified node in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.drawing.equations/naryequationnode/equals/ +--- +## NaryEquationNode::Equals method + + +Determine whether the current equation node is equal to the specified node. + +```cpp +bool Aspose::Cells::Drawing::Equations::NaryEquationNode::Equals(const Aspose::Cells::Object &obj) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| obj | const Aspose::Cells::Object\& | The specified node | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Object](../../../aspose.cells/object/) +* Class [NaryEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/getlimitlocation/_index.md b/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/getlimitlocation/_index.md new file mode 100644 index 00000000000..fcc199e47d4 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/getlimitlocation/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Equations::NaryEquationNode::GetLimitLocation method +linktitle: GetLimitLocation +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::NaryEquationNode::GetLimitLocation method. This attribute specifies the location of limits in n-ary operators. Limits can be either centered above and below the n-ary operator, or positioned just to the right of the operator in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing.equations/naryequationnode/getlimitlocation/ +--- +## NaryEquationNode::GetLimitLocation method + + +This attribute specifies the location of limits in n-ary operators. Limits can be either centered above and below the n-ary operator, or positioned just to the right of the operator. + +```cpp +EquationLimitLocationType Aspose::Cells::Drawing::Equations::NaryEquationNode::GetLimitLocation() +``` + +## See Also + +* Enum [EquationLimitLocationType](../../equationlimitlocationtype/) +* Class [NaryEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/getnarygrow/_index.md b/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/getnarygrow/_index.md new file mode 100644 index 00000000000..33a2b45a5bb --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/getnarygrow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Equations::NaryEquationNode::GetNaryGrow method +linktitle: GetNaryGrow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::NaryEquationNode::GetNaryGrow method. This attribute specifies the growth property of n-ary operators at the document level. When off, n-ary operators such as integrals and summations do not grow to match the size of their operand height. When on, the n-ary operator grows vertically to match its operand height in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing.equations/naryequationnode/getnarygrow/ +--- +## NaryEquationNode::GetNaryGrow method + + +This attribute specifies the growth property of n-ary operators at the document level. When off, n-ary operators such as integrals and summations do not grow to match the size of their operand height. When on, the n-ary operator grows vertically to match its operand height. + +```cpp +bool Aspose::Cells::Drawing::Equations::NaryEquationNode::GetNaryGrow() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [NaryEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/getnaryoperator/_index.md b/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/getnaryoperator/_index.md new file mode 100644 index 00000000000..910255fa77c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/getnaryoperator/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Equations::NaryEquationNode::GetNaryOperator method +linktitle: GetNaryOperator +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::NaryEquationNode::GetNaryOperator method. an n-ary operator.e.g "∑". It is strongly recommended to use attribute NaryOperatorType to set n-ary operator. Use this property setting if you cannot find the character you need in a known type in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing.equations/naryequationnode/getnaryoperator/ +--- +## NaryEquationNode::GetNaryOperator method + + +an n-ary operator.e.g "∑". It is strongly recommended to use attribute NaryOperatorType to set n-ary operator. Use this property setting if you cannot find the character you need in a known type. + +```cpp +U16String Aspose::Cells::Drawing::Equations::NaryEquationNode::GetNaryOperator() +``` + +## Remarks + + +It should be noted that this property only accepts one character, and if multiple characters are passed in, only the first character is accepted. +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [NaryEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/getnaryoperatortype/_index.md b/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/getnaryoperatortype/_index.md new file mode 100644 index 00000000000..14839bf5d2a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/getnaryoperatortype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Equations::NaryEquationNode::GetNaryOperatorType method +linktitle: GetNaryOperatorType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::NaryEquationNode::GetNaryOperatorType method. an n-ary operator.e.g "∑" in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing.equations/naryequationnode/getnaryoperatortype/ +--- +## NaryEquationNode::GetNaryOperatorType method + + +an n-ary operator.e.g "∑" + +```cpp +EquationMathematicalOperatorType Aspose::Cells::Drawing::Equations::NaryEquationNode::GetNaryOperatorType() +``` + +## See Also + +* Enum [EquationMathematicalOperatorType](../../equationmathematicaloperatortype/) +* Class [NaryEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/ishidesubscript/_index.md b/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/ishidesubscript/_index.md new file mode 100644 index 00000000000..fdb3ca4df29 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/ishidesubscript/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Equations::NaryEquationNode::IsHideSubscript method +linktitle: IsHideSubscript +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::NaryEquationNode::IsHideSubscript method. Whether to display the lower bound in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.equations/naryequationnode/ishidesubscript/ +--- +## NaryEquationNode::IsHideSubscript method + + +Whether to display the lower bound. + +```cpp +bool Aspose::Cells::Drawing::Equations::NaryEquationNode::IsHideSubscript() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [NaryEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/ishidesuperscript/_index.md b/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/ishidesuperscript/_index.md new file mode 100644 index 00000000000..ccac105084b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/ishidesuperscript/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Equations::NaryEquationNode::IsHideSuperscript method +linktitle: IsHideSuperscript +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::NaryEquationNode::IsHideSuperscript method. Whether to display the upper bound in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing.equations/naryequationnode/ishidesuperscript/ +--- +## NaryEquationNode::IsHideSuperscript method + + +Whether to display the upper bound. + +```cpp +bool Aspose::Cells::Drawing::Equations::NaryEquationNode::IsHideSuperscript() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [NaryEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/isnull/_index.md b/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/isnull/_index.md new file mode 100644 index 00000000000..4d175215624 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::Equations::NaryEquationNode::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::NaryEquationNode::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.equations/naryequationnode/isnull/ +--- +## NaryEquationNode::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::Equations::NaryEquationNode::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [NaryEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/naryequationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/naryequationnode/_index.md new file mode 100644 index 00000000000..a19d290d9e1 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/naryequationnode/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::Equations::NaryEquationNode::NaryEquationNode constructor +linktitle: NaryEquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::NaryEquationNode::NaryEquationNode constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing.equations/naryequationnode/naryequationnode/ +--- +## NaryEquationNode::NaryEquationNode(NaryEquationNode_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::Equations::NaryEquationNode::NaryEquationNode(NaryEquationNode_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [NaryEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) +## NaryEquationNode::NaryEquationNode(const NaryEquationNode\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::Equations::NaryEquationNode::NaryEquationNode(const NaryEquationNode &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [NaryEquationNode](../) +* Class [NaryEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) +## NaryEquationNode::NaryEquationNode(const EquationNode\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::Equations::NaryEquationNode::NaryEquationNode(const EquationNode &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [EquationNode](../../equationnode/) +* Class [NaryEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/operator_asm/_index.md new file mode 100644 index 00000000000..b7ca9b446ba --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Equations::NaryEquationNode::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::NaryEquationNode::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing.equations/naryequationnode/operator_asm/ +--- +## NaryEquationNode::operator= method + + +operator= + +```cpp +NaryEquationNode & Aspose::Cells::Drawing::Equations::NaryEquationNode::operator=(const NaryEquationNode &src) +``` + +## See Also + +* Class [NaryEquationNode](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [NaryEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/operator_bool/_index.md new file mode 100644 index 00000000000..f66514fd5f1 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Equations::NaryEquationNode::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::NaryEquationNode::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing.equations/naryequationnode/operator_bool/ +--- +## NaryEquationNode::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::Equations::NaryEquationNode::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [NaryEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/setishidesubscript/_index.md b/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/setishidesubscript/_index.md new file mode 100644 index 00000000000..6073c58a5cb --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/setishidesubscript/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Equations::NaryEquationNode::SetIsHideSubscript method +linktitle: SetIsHideSubscript +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::NaryEquationNode::SetIsHideSubscript method. Whether to display the lower bound in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing.equations/naryequationnode/setishidesubscript/ +--- +## NaryEquationNode::SetIsHideSubscript method + + +Whether to display the lower bound. + +```cpp +void Aspose::Cells::Drawing::Equations::NaryEquationNode::SetIsHideSubscript(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [NaryEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/setishidesuperscript/_index.md b/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/setishidesuperscript/_index.md new file mode 100644 index 00000000000..394e69bb336 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/setishidesuperscript/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Equations::NaryEquationNode::SetIsHideSuperscript method +linktitle: SetIsHideSuperscript +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::NaryEquationNode::SetIsHideSuperscript method. Whether to display the upper bound in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing.equations/naryequationnode/setishidesuperscript/ +--- +## NaryEquationNode::SetIsHideSuperscript method + + +Whether to display the upper bound. + +```cpp +void Aspose::Cells::Drawing::Equations::NaryEquationNode::SetIsHideSuperscript(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [NaryEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/setlimitlocation/_index.md b/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/setlimitlocation/_index.md new file mode 100644 index 00000000000..0fe10d29fd7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/setlimitlocation/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Equations::NaryEquationNode::SetLimitLocation method +linktitle: SetLimitLocation +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::NaryEquationNode::SetLimitLocation method. This attribute specifies the location of limits in n-ary operators. Limits can be either centered above and below the n-ary operator, or positioned just to the right of the operator in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing.equations/naryequationnode/setlimitlocation/ +--- +## NaryEquationNode::SetLimitLocation method + + +This attribute specifies the location of limits in n-ary operators. Limits can be either centered above and below the n-ary operator, or positioned just to the right of the operator. + +```cpp +void Aspose::Cells::Drawing::Equations::NaryEquationNode::SetLimitLocation(EquationLimitLocationType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [EquationLimitLocationType](../../equationlimitlocationtype/) +* Class [NaryEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/setnarygrow/_index.md b/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/setnarygrow/_index.md new file mode 100644 index 00000000000..076ef76d289 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/setnarygrow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Equations::NaryEquationNode::SetNaryGrow method +linktitle: SetNaryGrow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::NaryEquationNode::SetNaryGrow method. This attribute specifies the growth property of n-ary operators at the document level. When off, n-ary operators such as integrals and summations do not grow to match the size of their operand height. When on, the n-ary operator grows vertically to match its operand height in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing.equations/naryequationnode/setnarygrow/ +--- +## NaryEquationNode::SetNaryGrow method + + +This attribute specifies the growth property of n-ary operators at the document level. When off, n-ary operators such as integrals and summations do not grow to match the size of their operand height. When on, the n-ary operator grows vertically to match its operand height. + +```cpp +void Aspose::Cells::Drawing::Equations::NaryEquationNode::SetNaryGrow(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [NaryEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/setnaryoperator/_index.md b/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/setnaryoperator/_index.md new file mode 100644 index 00000000000..7901288ae92 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/setnaryoperator/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::Drawing::Equations::NaryEquationNode::SetNaryOperator method +linktitle: SetNaryOperator +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::NaryEquationNode::SetNaryOperator method. an n-ary operator.e.g "∑". It is strongly recommended to use attribute NaryOperatorType to set n-ary operator. Use this property setting if you cannot find the character you need in a known type in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing.equations/naryequationnode/setnaryoperator/ +--- +## NaryEquationNode::SetNaryOperator(const U16String\&) method + + +an n-ary operator.e.g "∑". It is strongly recommended to use attribute NaryOperatorType to set n-ary operator. Use this property setting if you cannot find the character you need in a known type. + +```cpp +void Aspose::Cells::Drawing::Equations::NaryEquationNode::SetNaryOperator(const U16String &value) +``` + +## Remarks + + +It should be noted that this property only accepts one character, and if multiple characters are passed in, only the first character is accepted. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [NaryEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) +## NaryEquationNode::SetNaryOperator(const char16_t*) method + + +an n-ary operator.e.g "∑". It is strongly recommended to use attribute NaryOperatorType to set n-ary operator. Use this property setting if you cannot find the character you need in a known type. + +```cpp +void Aspose::Cells::Drawing::Equations::NaryEquationNode::SetNaryOperator(const char16_t *value) +``` + +## Remarks + + +It should be noted that this property only accepts one character, and if multiple characters are passed in, only the first character is accepted. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [NaryEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/setnaryoperatortype/_index.md b/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/setnaryoperatortype/_index.md new file mode 100644 index 00000000000..9d26ff015ed --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/setnaryoperatortype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Equations::NaryEquationNode::SetNaryOperatorType method +linktitle: SetNaryOperatorType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::NaryEquationNode::SetNaryOperatorType method. an n-ary operator.e.g "∑" in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing.equations/naryequationnode/setnaryoperatortype/ +--- +## NaryEquationNode::SetNaryOperatorType method + + +an n-ary operator.e.g "∑" + +```cpp +void Aspose::Cells::Drawing::Equations::NaryEquationNode::SetNaryOperatorType(EquationMathematicalOperatorType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [EquationMathematicalOperatorType](../../equationmathematicaloperatortype/) +* Class [NaryEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/~naryequationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/~naryequationnode/_index.md new file mode 100644 index 00000000000..6c81c3d4095 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/naryequationnode/~naryequationnode/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Equations::NaryEquationNode::~NaryEquationNode method +linktitle: ~NaryEquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::NaryEquationNode::~NaryEquationNode method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing.equations/naryequationnode/~naryequationnode/ +--- +## NaryEquationNode::~NaryEquationNode method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::Equations::NaryEquationNode::~NaryEquationNode() +``` + +## See Also + +* Class [NaryEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/radicalequationnode/_impl/_index.md b/spanish/cpp/aspose.cells.drawing.equations/radicalequationnode/_impl/_index.md new file mode 100644 index 00000000000..5b5fc3ca0c1 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/radicalequationnode/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Equations::RadicalEquationNode::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::RadicalEquationNode::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing.equations/radicalequationnode/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +RadicalEquationNode_Impl* Aspose::Cells::Drawing::Equations::RadicalEquationNode::_impl +``` + +## See Also + +* Class [RadicalEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/radicalequationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/radicalequationnode/_index.md new file mode 100644 index 00000000000..200019dcb76 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/radicalequationnode/_index.md @@ -0,0 +1,74 @@ +--- +title: Aspose::Cells::Drawing::Equations::RadicalEquationNode class +linktitle: RadicalEquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::RadicalEquationNode class. This class specifies the radical equation, consisting of an optional degree deg(EquationNodeType.Degree) and a base in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing.equations/radicalequationnode/ +--- +## RadicalEquationNode class + + +This class specifies the radical equation, consisting of an optional degree deg([EquationNodeType.Degree](../equationnodetype/)) and a base. + +```cpp +class RadicalEquationNode : public Aspose::Cells::Drawing::Equations::EquationNode +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddChild(EquationNodeType equationType)](../equationnode/addchild/) | Insert a node of the specified type at the end of the child node list of the current node. | +| [AddChild(const EquationNode\& node)](../equationnode/addchild/) | Inserts the specified node at the end of the current node's list of child nodes. | +| static [CreateNode(EquationNodeType equationType, const Workbook\& workbook, const EquationNode\& parent)](../equationnode/createnode/) | Create a node of the specified type. | +| [Equals(const Aspose::Cells::Object\& obj)](./equals/) | Determine whether the current equation node is equal to the specified node. | +| [EquationNode(EquationNode_Impl* impl)](../equationnode/equationnode/) | Constructs from an implementation object. | +| [EquationNode(const EquationNode\& src)](../equationnode/equationnode/) | Copy constructor. | +| [EquationNode(const FontSetting\& src)](../equationnode/equationnode/) | Constructs from a parent object. | +| [FontSetting(int32_t startIndex, int32_t length, const WorksheetCollection\& sheets)](../../aspose.cells/fontsetting/fontsetting/) | | +| [FontSetting(FontSetting_Impl* impl)](../../aspose.cells/fontsetting/fontsetting/) | Constructs from an implementation object. | +| [FontSetting(const FontSetting\& src)](../../aspose.cells/fontsetting/fontsetting/) | Copy constructor. | +| [GetChild(int32_t index)](../equationnode/getchild/) | Returns the node at the specified index among the children of the current node. | +| [GetEquationType()](../equationnode/getequationtype/) | Get the equation type of the current node. | +| [GetFont()](../../aspose.cells/fontsetting/getfont/) | Returns the font of this object. | +| [GetLength()](../../aspose.cells/fontsetting/getlength/) | Gets the length of the characters. | +| [GetParentNode()](../equationnode/getparentnode/) | Specifies the parent node of the current node. | +| [GetStartIndex()](../../aspose.cells/fontsetting/getstartindex/) | Gets the start index of the characters. | +| [GetTextOptions()](../../aspose.cells/fontsetting/gettextoptions/) | Returns the text options. | +| [GetType()](../equationnode/gettype/) | Represents the type of the node. | +| [InsertAfter(EquationNodeType equationType)](../equationnode/insertafter/) | Inserts the specified node after the current node. | +| [InsertBefore(EquationNodeType equationType)](../equationnode/insertbefore/) | Inserts the specified node before the current node. | +| [InsertChild(int32_t index, EquationNodeType equationType)](../equationnode/insertchild/) | Inserts a node of the specified type at the specified index position in the current node's child node list. | +| [IsDegHide()](./isdeghide/) | Whether to hide the degree of radicals. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const RadicalEquationNode\& src)](./operator_asm/) | operator= | +| [operator=(const EquationNode\& src)](../equationnode/operator_asm/) | operator= | +| [operator=(const FontSetting\& src)](../../aspose.cells/fontsetting/operator_asm/) | operator= | +| [RadicalEquationNode(RadicalEquationNode_Impl* impl)](./radicalequationnode/) | Constructs from an implementation object. | +| [RadicalEquationNode(const RadicalEquationNode\& src)](./radicalequationnode/) | Copy constructor. | +| [RadicalEquationNode(const EquationNode\& src)](./radicalequationnode/) | Constructs from a parent object. | +| [Remove()](../equationnode/remove/) | Removes itself from the parent. | +| [RemoveAllChildren()](../equationnode/removeallchildren/) | Removes all the child nodes of the current node. | +| [RemoveChild(const EquationNode\& node)](../equationnode/removechild/) | Removes the specified node from the current node's children. | +| [RemoveChild(int32_t index)](../equationnode/removechild/) | Removes the node at the specified index from the current node's children. | +| [SetIsDegHide(bool value)](./setisdeghide/) | Whether to hide the degree of radicals. | +| [SetParentNode(const EquationNode\& value)](../equationnode/setparentnode/) | Specifies the parent node of the current node. | +| [SetWordArtStyle(PresetWordArtStyle style)](../../aspose.cells/fontsetting/setwordartstyle/) | Sets the preset WordArt style. | +| [ToLaTeX()](../equationnode/tolatex/) | Convert this equtation to LaTeX expression. | +| [ToMathML()](../equationnode/tomathml/) | Convert this equtation to MathML expression. | +| [~EquationNode()](../equationnode/~equationnode/) | Destructor. | +| [~FontSetting()](../../aspose.cells/fontsetting/~fontsetting/) | Destructor. | +| [~RadicalEquationNode()](./~radicalequationnode/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [EquationNode](../equationnode/) +* Namespace [Aspose::Cells::Drawing::Equations](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/radicalequationnode/equals/_index.md b/spanish/cpp/aspose.cells.drawing.equations/radicalequationnode/equals/_index.md new file mode 100644 index 00000000000..c6e54c81fad --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/radicalequationnode/equals/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::Equations::RadicalEquationNode::Equals method +linktitle: Equals +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::RadicalEquationNode::Equals method. Determine whether the current equation node is equal to the specified node in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing.equations/radicalequationnode/equals/ +--- +## RadicalEquationNode::Equals method + + +Determine whether the current equation node is equal to the specified node. + +```cpp +bool Aspose::Cells::Drawing::Equations::RadicalEquationNode::Equals(const Aspose::Cells::Object &obj) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| obj | const Aspose::Cells::Object\& | The specified node | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Object](../../../aspose.cells/object/) +* Class [RadicalEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/radicalequationnode/isdeghide/_index.md b/spanish/cpp/aspose.cells.drawing.equations/radicalequationnode/isdeghide/_index.md new file mode 100644 index 00000000000..0f41560f3e7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/radicalequationnode/isdeghide/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Equations::RadicalEquationNode::IsDegHide method +linktitle: IsDegHide +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::RadicalEquationNode::IsDegHide method. Whether to hide the degree of radicals in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.equations/radicalequationnode/isdeghide/ +--- +## RadicalEquationNode::IsDegHide method + + +Whether to hide the degree of radicals. + +```cpp +bool Aspose::Cells::Drawing::Equations::RadicalEquationNode::IsDegHide() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RadicalEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/radicalequationnode/isnull/_index.md b/spanish/cpp/aspose.cells.drawing.equations/radicalequationnode/isnull/_index.md new file mode 100644 index 00000000000..bbfbc8ff5f0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/radicalequationnode/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::Equations::RadicalEquationNode::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::RadicalEquationNode::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.equations/radicalequationnode/isnull/ +--- +## RadicalEquationNode::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::Equations::RadicalEquationNode::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RadicalEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/radicalequationnode/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing.equations/radicalequationnode/operator_asm/_index.md new file mode 100644 index 00000000000..ba3ae90519f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/radicalequationnode/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Equations::RadicalEquationNode::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::RadicalEquationNode::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing.equations/radicalequationnode/operator_asm/ +--- +## RadicalEquationNode::operator= method + + +operator= + +```cpp +RadicalEquationNode & Aspose::Cells::Drawing::Equations::RadicalEquationNode::operator=(const RadicalEquationNode &src) +``` + +## See Also + +* Class [RadicalEquationNode](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [RadicalEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/radicalequationnode/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing.equations/radicalequationnode/operator_bool/_index.md new file mode 100644 index 00000000000..23b88ff87e6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/radicalequationnode/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Equations::RadicalEquationNode::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::RadicalEquationNode::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing.equations/radicalequationnode/operator_bool/ +--- +## RadicalEquationNode::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::Equations::RadicalEquationNode::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [RadicalEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/radicalequationnode/radicalequationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/radicalequationnode/radicalequationnode/_index.md new file mode 100644 index 00000000000..4c1c202e10a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/radicalequationnode/radicalequationnode/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::Equations::RadicalEquationNode::RadicalEquationNode constructor +linktitle: RadicalEquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::RadicalEquationNode::RadicalEquationNode constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing.equations/radicalequationnode/radicalequationnode/ +--- +## RadicalEquationNode::RadicalEquationNode(RadicalEquationNode_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::Equations::RadicalEquationNode::RadicalEquationNode(RadicalEquationNode_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RadicalEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) +## RadicalEquationNode::RadicalEquationNode(const RadicalEquationNode\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::Equations::RadicalEquationNode::RadicalEquationNode(const RadicalEquationNode &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RadicalEquationNode](../) +* Class [RadicalEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) +## RadicalEquationNode::RadicalEquationNode(const EquationNode\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::Equations::RadicalEquationNode::RadicalEquationNode(const EquationNode &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [EquationNode](../../equationnode/) +* Class [RadicalEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/radicalequationnode/setisdeghide/_index.md b/spanish/cpp/aspose.cells.drawing.equations/radicalequationnode/setisdeghide/_index.md new file mode 100644 index 00000000000..5344e2dd112 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/radicalequationnode/setisdeghide/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Equations::RadicalEquationNode::SetIsDegHide method +linktitle: SetIsDegHide +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::RadicalEquationNode::SetIsDegHide method. Whether to hide the degree of radicals in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing.equations/radicalequationnode/setisdeghide/ +--- +## RadicalEquationNode::SetIsDegHide method + + +Whether to hide the degree of radicals. + +```cpp +void Aspose::Cells::Drawing::Equations::RadicalEquationNode::SetIsDegHide(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RadicalEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/radicalequationnode/~radicalequationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/radicalequationnode/~radicalequationnode/_index.md new file mode 100644 index 00000000000..501b0b70d3b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/radicalequationnode/~radicalequationnode/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Equations::RadicalEquationNode::~RadicalEquationNode method +linktitle: ~RadicalEquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::RadicalEquationNode::~RadicalEquationNode method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing.equations/radicalequationnode/~radicalequationnode/ +--- +## RadicalEquationNode::~RadicalEquationNode method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::Equations::RadicalEquationNode::~RadicalEquationNode() +``` + +## See Also + +* Class [RadicalEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/subsupequationnode/_impl/_index.md b/spanish/cpp/aspose.cells.drawing.equations/subsupequationnode/_impl/_index.md new file mode 100644 index 00000000000..e70ead3e465 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/subsupequationnode/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Equations::SubSupEquationNode::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::SubSupEquationNode::_impl field. The implementation object in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing.equations/subsupequationnode/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +SubSupEquationNode_Impl* Aspose::Cells::Drawing::Equations::SubSupEquationNode::_impl +``` + +## See Also + +* Class [SubSupEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/subsupequationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/subsupequationnode/_index.md new file mode 100644 index 00000000000..63f3c54fb34 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/subsupequationnode/_index.md @@ -0,0 +1,72 @@ +--- +title: Aspose::Cells::Drawing::Equations::SubSupEquationNode class +linktitle: SubSupEquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::SubSupEquationNode class. This class specifies an equation that can optionally be superscript or subscript. There are four main forms of this equation, superscript,subscript,superscript and subscript placed to the left of the base, superscript and subscript placed to the right of the base in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.drawing.equations/subsupequationnode/ +--- +## SubSupEquationNode class + + +This class specifies an equation that can optionally be superscript or subscript. There are four main forms of this equation, superscript,subscript,superscript and subscript placed to the left of the base, superscript and subscript placed to the right of the base. + +```cpp +class SubSupEquationNode : public Aspose::Cells::Drawing::Equations::EquationNode +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddChild(EquationNodeType equationType)](../equationnode/addchild/) | Insert a node of the specified type at the end of the child node list of the current node. | +| [AddChild(const EquationNode\& node)](../equationnode/addchild/) | Inserts the specified node at the end of the current node's list of child nodes. | +| static [CreateNode(EquationNodeType equationType, const Workbook\& workbook, const EquationNode\& parent)](../equationnode/createnode/) | Create a node of the specified type. | +| [Equals(const Aspose::Cells::Object\& obj)](./equals/) | Determine whether the current equation node is equal to the specified node. | +| [EquationNode(EquationNode_Impl* impl)](../equationnode/equationnode/) | Constructs from an implementation object. | +| [EquationNode(const EquationNode\& src)](../equationnode/equationnode/) | Copy constructor. | +| [EquationNode(const FontSetting\& src)](../equationnode/equationnode/) | Constructs from a parent object. | +| [FontSetting(int32_t startIndex, int32_t length, const WorksheetCollection\& sheets)](../../aspose.cells/fontsetting/fontsetting/) | | +| [FontSetting(FontSetting_Impl* impl)](../../aspose.cells/fontsetting/fontsetting/) | Constructs from an implementation object. | +| [FontSetting(const FontSetting\& src)](../../aspose.cells/fontsetting/fontsetting/) | Copy constructor. | +| [GetChild(int32_t index)](../equationnode/getchild/) | Returns the node at the specified index among the children of the current node. | +| [GetEquationType()](../equationnode/getequationtype/) | Get the equation type of the current node. | +| [GetFont()](../../aspose.cells/fontsetting/getfont/) | Returns the font of this object. | +| [GetLength()](../../aspose.cells/fontsetting/getlength/) | Gets the length of the characters. | +| [GetParentNode()](../equationnode/getparentnode/) | Specifies the parent node of the current node. | +| [GetStartIndex()](../../aspose.cells/fontsetting/getstartindex/) | Gets the start index of the characters. | +| [GetTextOptions()](../../aspose.cells/fontsetting/gettextoptions/) | Returns the text options. | +| [GetType()](../equationnode/gettype/) | Represents the type of the node. | +| [InsertAfter(EquationNodeType equationType)](../equationnode/insertafter/) | Inserts the specified node after the current node. | +| [InsertBefore(EquationNodeType equationType)](../equationnode/insertbefore/) | Inserts the specified node before the current node. | +| [InsertChild(int32_t index, EquationNodeType equationType)](../equationnode/insertchild/) | Inserts a node of the specified type at the specified index position in the current node's child node list. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const SubSupEquationNode\& src)](./operator_asm/) | operator= | +| [operator=(const EquationNode\& src)](../equationnode/operator_asm/) | operator= | +| [operator=(const FontSetting\& src)](../../aspose.cells/fontsetting/operator_asm/) | operator= | +| [Remove()](../equationnode/remove/) | Removes itself from the parent. | +| [RemoveAllChildren()](../equationnode/removeallchildren/) | Removes all the child nodes of the current node. | +| [RemoveChild(const EquationNode\& node)](../equationnode/removechild/) | Removes the specified node from the current node's children. | +| [RemoveChild(int32_t index)](../equationnode/removechild/) | Removes the node at the specified index from the current node's children. | +| [SetParentNode(const EquationNode\& value)](../equationnode/setparentnode/) | Specifies the parent node of the current node. | +| [SetWordArtStyle(PresetWordArtStyle style)](../../aspose.cells/fontsetting/setwordartstyle/) | Sets the preset WordArt style. | +| [SubSupEquationNode(SubSupEquationNode_Impl* impl)](./subsupequationnode/) | Constructs from an implementation object. | +| [SubSupEquationNode(const SubSupEquationNode\& src)](./subsupequationnode/) | Copy constructor. | +| [SubSupEquationNode(const EquationNode\& src)](./subsupequationnode/) | Constructs from a parent object. | +| [ToLaTeX()](../equationnode/tolatex/) | Convert this equtation to LaTeX expression. | +| [ToMathML()](../equationnode/tomathml/) | Convert this equtation to MathML expression. | +| [~EquationNode()](../equationnode/~equationnode/) | Destructor. | +| [~FontSetting()](../../aspose.cells/fontsetting/~fontsetting/) | Destructor. | +| [~SubSupEquationNode()](./~subsupequationnode/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [EquationNode](../equationnode/) +* Namespace [Aspose::Cells::Drawing::Equations](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/subsupequationnode/equals/_index.md b/spanish/cpp/aspose.cells.drawing.equations/subsupequationnode/equals/_index.md new file mode 100644 index 00000000000..cd690bacb4d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/subsupequationnode/equals/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::Equations::SubSupEquationNode::Equals method +linktitle: Equals +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::SubSupEquationNode::Equals method. Determine whether the current equation node is equal to the specified node in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.equations/subsupequationnode/equals/ +--- +## SubSupEquationNode::Equals method + + +Determine whether the current equation node is equal to the specified node. + +```cpp +bool Aspose::Cells::Drawing::Equations::SubSupEquationNode::Equals(const Aspose::Cells::Object &obj) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| obj | const Aspose::Cells::Object\& | The specified node | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Object](../../../aspose.cells/object/) +* Class [SubSupEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/subsupequationnode/isnull/_index.md b/spanish/cpp/aspose.cells.drawing.equations/subsupequationnode/isnull/_index.md new file mode 100644 index 00000000000..1a2c2e954a8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/subsupequationnode/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::Equations::SubSupEquationNode::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::SubSupEquationNode::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.equations/subsupequationnode/isnull/ +--- +## SubSupEquationNode::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::Equations::SubSupEquationNode::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SubSupEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/subsupequationnode/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing.equations/subsupequationnode/operator_asm/_index.md new file mode 100644 index 00000000000..439c8a40721 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/subsupequationnode/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Equations::SubSupEquationNode::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::SubSupEquationNode::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing.equations/subsupequationnode/operator_asm/ +--- +## SubSupEquationNode::operator= method + + +operator= + +```cpp +SubSupEquationNode & Aspose::Cells::Drawing::Equations::SubSupEquationNode::operator=(const SubSupEquationNode &src) +``` + +## See Also + +* Class [SubSupEquationNode](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [SubSupEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/subsupequationnode/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing.equations/subsupequationnode/operator_bool/_index.md new file mode 100644 index 00000000000..b1a21c5ff37 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/subsupequationnode/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Equations::SubSupEquationNode::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::SubSupEquationNode::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing.equations/subsupequationnode/operator_bool/ +--- +## SubSupEquationNode::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::Equations::SubSupEquationNode::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [SubSupEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/subsupequationnode/subsupequationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/subsupequationnode/subsupequationnode/_index.md new file mode 100644 index 00000000000..0621b19f6e4 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/subsupequationnode/subsupequationnode/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::Equations::SubSupEquationNode::SubSupEquationNode constructor +linktitle: SubSupEquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::SubSupEquationNode::SubSupEquationNode constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing.equations/subsupequationnode/subsupequationnode/ +--- +## SubSupEquationNode::SubSupEquationNode(SubSupEquationNode_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::Equations::SubSupEquationNode::SubSupEquationNode(SubSupEquationNode_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SubSupEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) +## SubSupEquationNode::SubSupEquationNode(const SubSupEquationNode\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::Equations::SubSupEquationNode::SubSupEquationNode(const SubSupEquationNode &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SubSupEquationNode](../) +* Class [SubSupEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) +## SubSupEquationNode::SubSupEquationNode(const EquationNode\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::Equations::SubSupEquationNode::SubSupEquationNode(const EquationNode &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [EquationNode](../../equationnode/) +* Class [SubSupEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/subsupequationnode/~subsupequationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/subsupequationnode/~subsupequationnode/_index.md new file mode 100644 index 00000000000..1794821ddac --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/subsupequationnode/~subsupequationnode/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Equations::SubSupEquationNode::~SubSupEquationNode method +linktitle: ~SubSupEquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::SubSupEquationNode::~SubSupEquationNode method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing.equations/subsupequationnode/~subsupequationnode/ +--- +## SubSupEquationNode::~SubSupEquationNode method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::Equations::SubSupEquationNode::~SubSupEquationNode() +``` + +## See Also + +* Class [SubSupEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/textrunequationnode/_impl/_index.md b/spanish/cpp/aspose.cells.drawing.equations/textrunequationnode/_impl/_index.md new file mode 100644 index 00000000000..d547dabca9a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/textrunequationnode/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Equations::TextRunEquationNode::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::TextRunEquationNode::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing.equations/textrunequationnode/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +TextRunEquationNode_Impl* Aspose::Cells::Drawing::Equations::TextRunEquationNode::_impl +``` + +## See Also + +* Class [TextRunEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/textrunequationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/textrunequationnode/_index.md new file mode 100644 index 00000000000..00e89d79a43 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/textrunequationnode/_index.md @@ -0,0 +1,75 @@ +--- +title: Aspose::Cells::Drawing::Equations::TextRunEquationNode class +linktitle: TextRunEquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::TextRunEquationNode class. This class in the equation node is used to store the actual content(a sequence of mathematical text) of the equation. Usually a node object per character in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.drawing.equations/textrunequationnode/ +--- +## TextRunEquationNode class + + +This class in the equation node is used to store the actual content(a sequence of mathematical text) of the equation. Usually a node object per character. + +```cpp +class TextRunEquationNode : public Aspose::Cells::Drawing::Equations::EquationNode +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddChild(EquationNodeType equationType)](../equationnode/addchild/) | Insert a node of the specified type at the end of the child node list of the current node. | +| [AddChild(const EquationNode\& node)](../equationnode/addchild/) | Inserts the specified node at the end of the current node's list of child nodes. | +| static [CreateNode(EquationNodeType equationType, const Workbook\& workbook, const EquationNode\& parent)](../equationnode/createnode/) | Create a node of the specified type. | +| [Equals(const Aspose::Cells::Object\& obj)](./equals/) | Determine whether the current equation node is equal to the specified node. | +| [EquationNode(EquationNode_Impl* impl)](../equationnode/equationnode/) | Constructs from an implementation object. | +| [EquationNode(const EquationNode\& src)](../equationnode/equationnode/) | Copy constructor. | +| [EquationNode(const FontSetting\& src)](../equationnode/equationnode/) | Constructs from a parent object. | +| [FontSetting(int32_t startIndex, int32_t length, const WorksheetCollection\& sheets)](../../aspose.cells/fontsetting/fontsetting/) | | +| [FontSetting(FontSetting_Impl* impl)](../../aspose.cells/fontsetting/fontsetting/) | Constructs from an implementation object. | +| [FontSetting(const FontSetting\& src)](../../aspose.cells/fontsetting/fontsetting/) | Copy constructor. | +| [GetChild(int32_t index)](../equationnode/getchild/) | Returns the node at the specified index among the children of the current node. | +| [GetEquationType()](../equationnode/getequationtype/) | Get the equation type of the current node. | +| [GetFont()](../../aspose.cells/fontsetting/getfont/) | Returns the font of this object. | +| [GetLength()](../../aspose.cells/fontsetting/getlength/) | Gets the length of the characters. | +| [GetParentNode()](../equationnode/getparentnode/) | Specifies the parent node of the current node. | +| [GetStartIndex()](../../aspose.cells/fontsetting/getstartindex/) | Gets the start index of the characters. | +| [GetText()](./gettext/) | Set the content of the text node(Usually a node object per character). | +| [GetTextOptions()](../../aspose.cells/fontsetting/gettextoptions/) | Returns the text options. | +| [GetType()](../equationnode/gettype/) | Represents the type of the node. | +| [InsertAfter(EquationNodeType equationType)](../equationnode/insertafter/) | Inserts the specified node after the current node. | +| [InsertBefore(EquationNodeType equationType)](../equationnode/insertbefore/) | Inserts the specified node before the current node. | +| [InsertChild(int32_t index, EquationNodeType equationType)](../equationnode/insertchild/) | Inserts a node of the specified type at the specified index position in the current node's child node list. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const TextRunEquationNode\& src)](./operator_asm/) | operator= | +| [operator=(const EquationNode\& src)](../equationnode/operator_asm/) | operator= | +| [operator=(const FontSetting\& src)](../../aspose.cells/fontsetting/operator_asm/) | operator= | +| [Remove()](../equationnode/remove/) | Removes itself from the parent. | +| [RemoveAllChildren()](../equationnode/removeallchildren/) | Removes all the child nodes of the current node. | +| [RemoveChild(const EquationNode\& node)](../equationnode/removechild/) | Removes the specified node from the current node's children. | +| [RemoveChild(int32_t index)](../equationnode/removechild/) | Removes the node at the specified index from the current node's children. | +| [SetParentNode(const EquationNode\& value)](../equationnode/setparentnode/) | Specifies the parent node of the current node. | +| [SetText(const U16String\& value)](./settext/) | Set the content of the text node(Usually a node object per character). | +| [SetText(const char16_t* value)](./settext/) | Set the content of the text node(Usually a node object per character). | +| [SetWordArtStyle(PresetWordArtStyle style)](../../aspose.cells/fontsetting/setwordartstyle/) | Sets the preset WordArt style. | +| [TextRunEquationNode(TextRunEquationNode_Impl* impl)](./textrunequationnode/) | Constructs from an implementation object. | +| [TextRunEquationNode(const TextRunEquationNode\& src)](./textrunequationnode/) | Copy constructor. | +| [TextRunEquationNode(const EquationNode\& src)](./textrunequationnode/) | Constructs from a parent object. | +| [ToLaTeX()](../equationnode/tolatex/) | Convert this equtation to LaTeX expression. | +| [ToMathML()](../equationnode/tomathml/) | Convert this equtation to MathML expression. | +| [~EquationNode()](../equationnode/~equationnode/) | Destructor. | +| [~FontSetting()](../../aspose.cells/fontsetting/~fontsetting/) | Destructor. | +| [~TextRunEquationNode()](./~textrunequationnode/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [EquationNode](../equationnode/) +* Namespace [Aspose::Cells::Drawing::Equations](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/textrunequationnode/equals/_index.md b/spanish/cpp/aspose.cells.drawing.equations/textrunequationnode/equals/_index.md new file mode 100644 index 00000000000..2b2709d6bd9 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/textrunequationnode/equals/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::Equations::TextRunEquationNode::Equals method +linktitle: Equals +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::TextRunEquationNode::Equals method. Determine whether the current equation node is equal to the specified node in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing.equations/textrunequationnode/equals/ +--- +## TextRunEquationNode::Equals method + + +Determine whether the current equation node is equal to the specified node. + +```cpp +bool Aspose::Cells::Drawing::Equations::TextRunEquationNode::Equals(const Aspose::Cells::Object &obj) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| obj | const Aspose::Cells::Object\& | The specified node | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Object](../../../aspose.cells/object/) +* Class [TextRunEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/textrunequationnode/gettext/_index.md b/spanish/cpp/aspose.cells.drawing.equations/textrunequationnode/gettext/_index.md new file mode 100644 index 00000000000..c59d04a99d6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/textrunequationnode/gettext/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Equations::TextRunEquationNode::GetText method +linktitle: GetText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::TextRunEquationNode::GetText method. Set the content of the text node(Usually a node object per character) in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.equations/textrunequationnode/gettext/ +--- +## TextRunEquationNode::GetText method + + +Set the content of the text node(Usually a node object per character). + +```cpp +U16String Aspose::Cells::Drawing::Equations::TextRunEquationNode::GetText() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [TextRunEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/textrunequationnode/isnull/_index.md b/spanish/cpp/aspose.cells.drawing.equations/textrunequationnode/isnull/_index.md new file mode 100644 index 00000000000..142fcd5db33 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/textrunequationnode/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::Equations::TextRunEquationNode::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::TextRunEquationNode::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.equations/textrunequationnode/isnull/ +--- +## TextRunEquationNode::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::Equations::TextRunEquationNode::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextRunEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/textrunequationnode/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing.equations/textrunequationnode/operator_asm/_index.md new file mode 100644 index 00000000000..6f016ce7079 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/textrunequationnode/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Equations::TextRunEquationNode::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::TextRunEquationNode::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing.equations/textrunequationnode/operator_asm/ +--- +## TextRunEquationNode::operator= method + + +operator= + +```cpp +TextRunEquationNode & Aspose::Cells::Drawing::Equations::TextRunEquationNode::operator=(const TextRunEquationNode &src) +``` + +## See Also + +* Class [TextRunEquationNode](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextRunEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/textrunequationnode/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing.equations/textrunequationnode/operator_bool/_index.md new file mode 100644 index 00000000000..26c139909dc --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/textrunequationnode/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Equations::TextRunEquationNode::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::TextRunEquationNode::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing.equations/textrunequationnode/operator_bool/ +--- +## TextRunEquationNode::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::Equations::TextRunEquationNode::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [TextRunEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/textrunequationnode/settext/_index.md b/spanish/cpp/aspose.cells.drawing.equations/textrunequationnode/settext/_index.md new file mode 100644 index 00000000000..253879d0c2f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/textrunequationnode/settext/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::Equations::TextRunEquationNode::SetText method +linktitle: SetText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::TextRunEquationNode::SetText method. Set the content of the text node(Usually a node object per character) in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing.equations/textrunequationnode/settext/ +--- +## TextRunEquationNode::SetText(const U16String\&) method + + +Set the content of the text node(Usually a node object per character). + +```cpp +void Aspose::Cells::Drawing::Equations::TextRunEquationNode::SetText(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [TextRunEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) +## TextRunEquationNode::SetText(const char16_t*) method + + +Set the content of the text node(Usually a node object per character). + +```cpp +void Aspose::Cells::Drawing::Equations::TextRunEquationNode::SetText(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextRunEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/textrunequationnode/textrunequationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/textrunequationnode/textrunequationnode/_index.md new file mode 100644 index 00000000000..4cceedd92c3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/textrunequationnode/textrunequationnode/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::Equations::TextRunEquationNode::TextRunEquationNode constructor +linktitle: TextRunEquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::TextRunEquationNode::TextRunEquationNode constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing.equations/textrunequationnode/textrunequationnode/ +--- +## TextRunEquationNode::TextRunEquationNode(TextRunEquationNode_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::Equations::TextRunEquationNode::TextRunEquationNode(TextRunEquationNode_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextRunEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) +## TextRunEquationNode::TextRunEquationNode(const TextRunEquationNode\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::Equations::TextRunEquationNode::TextRunEquationNode(const TextRunEquationNode &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextRunEquationNode](../) +* Class [TextRunEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) +## TextRunEquationNode::TextRunEquationNode(const EquationNode\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::Equations::TextRunEquationNode::TextRunEquationNode(const EquationNode &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [EquationNode](../../equationnode/) +* Class [TextRunEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/textrunequationnode/~textrunequationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/textrunequationnode/~textrunequationnode/_index.md new file mode 100644 index 00000000000..e257f6be4be --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/textrunequationnode/~textrunequationnode/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Equations::TextRunEquationNode::~TextRunEquationNode method +linktitle: ~TextRunEquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::TextRunEquationNode::~TextRunEquationNode method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing.equations/textrunequationnode/~textrunequationnode/ +--- +## TextRunEquationNode::~TextRunEquationNode method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::Equations::TextRunEquationNode::~TextRunEquationNode() +``` + +## See Also + +* Class [TextRunEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/unknowequationnode/_impl/_index.md b/spanish/cpp/aspose.cells.drawing.equations/unknowequationnode/_impl/_index.md new file mode 100644 index 00000000000..8b5cdfb09b3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/unknowequationnode/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Equations::UnknowEquationNode::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::UnknowEquationNode::_impl field. The implementation object in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing.equations/unknowequationnode/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +UnknowEquationNode_Impl* Aspose::Cells::Drawing::Equations::UnknowEquationNode::_impl +``` + +## See Also + +* Class [UnknowEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/unknowequationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/unknowequationnode/_index.md new file mode 100644 index 00000000000..c6ce8e7f377 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/unknowequationnode/_index.md @@ -0,0 +1,72 @@ +--- +title: Aspose::Cells::Drawing::Equations::UnknowEquationNode class +linktitle: UnknowEquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::UnknowEquationNode class. Equation node class of unknown type in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.drawing.equations/unknowequationnode/ +--- +## UnknowEquationNode class + + +Equation node class of unknown type. + +```cpp +class UnknowEquationNode : public Aspose::Cells::Drawing::Equations::EquationNode +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddChild(EquationNodeType equationType)](../equationnode/addchild/) | Insert a node of the specified type at the end of the child node list of the current node. | +| [AddChild(const EquationNode\& node)](../equationnode/addchild/) | Inserts the specified node at the end of the current node's list of child nodes. | +| static [CreateNode(EquationNodeType equationType, const Workbook\& workbook, const EquationNode\& parent)](../equationnode/createnode/) | Create a node of the specified type. | +| [Equals(const Aspose::Cells::Object\& obj)](./equals/) | Determine whether the current equation node is equal to the specified node. | +| [EquationNode(EquationNode_Impl* impl)](../equationnode/equationnode/) | Constructs from an implementation object. | +| [EquationNode(const EquationNode\& src)](../equationnode/equationnode/) | Copy constructor. | +| [EquationNode(const FontSetting\& src)](../equationnode/equationnode/) | Constructs from a parent object. | +| [FontSetting(int32_t startIndex, int32_t length, const WorksheetCollection\& sheets)](../../aspose.cells/fontsetting/fontsetting/) | | +| [FontSetting(FontSetting_Impl* impl)](../../aspose.cells/fontsetting/fontsetting/) | Constructs from an implementation object. | +| [FontSetting(const FontSetting\& src)](../../aspose.cells/fontsetting/fontsetting/) | Copy constructor. | +| [GetChild(int32_t index)](../equationnode/getchild/) | Returns the node at the specified index among the children of the current node. | +| [GetEquationType()](../equationnode/getequationtype/) | Get the equation type of the current node. | +| [GetFont()](../../aspose.cells/fontsetting/getfont/) | Returns the font of this object. | +| [GetLength()](../../aspose.cells/fontsetting/getlength/) | Gets the length of the characters. | +| [GetParentNode()](../equationnode/getparentnode/) | Specifies the parent node of the current node. | +| [GetStartIndex()](../../aspose.cells/fontsetting/getstartindex/) | Gets the start index of the characters. | +| [GetTextOptions()](../../aspose.cells/fontsetting/gettextoptions/) | Returns the text options. | +| [GetType()](../equationnode/gettype/) | Represents the type of the node. | +| [InsertAfter(EquationNodeType equationType)](../equationnode/insertafter/) | Inserts the specified node after the current node. | +| [InsertBefore(EquationNodeType equationType)](../equationnode/insertbefore/) | Inserts the specified node before the current node. | +| [InsertChild(int32_t index, EquationNodeType equationType)](../equationnode/insertchild/) | Inserts a node of the specified type at the specified index position in the current node's child node list. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const UnknowEquationNode\& src)](./operator_asm/) | operator= | +| [operator=(const EquationNode\& src)](../equationnode/operator_asm/) | operator= | +| [operator=(const FontSetting\& src)](../../aspose.cells/fontsetting/operator_asm/) | operator= | +| [Remove()](../equationnode/remove/) | Removes itself from the parent. | +| [RemoveAllChildren()](../equationnode/removeallchildren/) | Removes all the child nodes of the current node. | +| [RemoveChild(const EquationNode\& node)](../equationnode/removechild/) | Removes the specified node from the current node's children. | +| [RemoveChild(int32_t index)](../equationnode/removechild/) | Removes the node at the specified index from the current node's children. | +| [SetParentNode(const EquationNode\& value)](../equationnode/setparentnode/) | Specifies the parent node of the current node. | +| [SetWordArtStyle(PresetWordArtStyle style)](../../aspose.cells/fontsetting/setwordartstyle/) | Sets the preset WordArt style. | +| [ToLaTeX()](../equationnode/tolatex/) | Convert this equtation to LaTeX expression. | +| [ToMathML()](../equationnode/tomathml/) | Convert this equtation to MathML expression. | +| [UnknowEquationNode(UnknowEquationNode_Impl* impl)](./unknowequationnode/) | Constructs from an implementation object. | +| [UnknowEquationNode(const UnknowEquationNode\& src)](./unknowequationnode/) | Copy constructor. | +| [UnknowEquationNode(const EquationNode\& src)](./unknowequationnode/) | Constructs from a parent object. | +| [~EquationNode()](../equationnode/~equationnode/) | Destructor. | +| [~FontSetting()](../../aspose.cells/fontsetting/~fontsetting/) | Destructor. | +| [~UnknowEquationNode()](./~unknowequationnode/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [EquationNode](../equationnode/) +* Namespace [Aspose::Cells::Drawing::Equations](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/unknowequationnode/equals/_index.md b/spanish/cpp/aspose.cells.drawing.equations/unknowequationnode/equals/_index.md new file mode 100644 index 00000000000..8b84b44c9b4 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/unknowequationnode/equals/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::Equations::UnknowEquationNode::Equals method +linktitle: Equals +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::UnknowEquationNode::Equals method. Determine whether the current equation node is equal to the specified node in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.equations/unknowequationnode/equals/ +--- +## UnknowEquationNode::Equals method + + +Determine whether the current equation node is equal to the specified node. + +```cpp +bool Aspose::Cells::Drawing::Equations::UnknowEquationNode::Equals(const Aspose::Cells::Object &obj) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| obj | const Aspose::Cells::Object\& | The specified node | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Object](../../../aspose.cells/object/) +* Class [UnknowEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/unknowequationnode/isnull/_index.md b/spanish/cpp/aspose.cells.drawing.equations/unknowequationnode/isnull/_index.md new file mode 100644 index 00000000000..ce9f21e8a6f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/unknowequationnode/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::Equations::UnknowEquationNode::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::UnknowEquationNode::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.equations/unknowequationnode/isnull/ +--- +## UnknowEquationNode::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::Equations::UnknowEquationNode::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [UnknowEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/unknowequationnode/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing.equations/unknowequationnode/operator_asm/_index.md new file mode 100644 index 00000000000..2d134a628b0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/unknowequationnode/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Equations::UnknowEquationNode::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::UnknowEquationNode::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing.equations/unknowequationnode/operator_asm/ +--- +## UnknowEquationNode::operator= method + + +operator= + +```cpp +UnknowEquationNode & Aspose::Cells::Drawing::Equations::UnknowEquationNode::operator=(const UnknowEquationNode &src) +``` + +## See Also + +* Class [UnknowEquationNode](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [UnknowEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/unknowequationnode/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing.equations/unknowequationnode/operator_bool/_index.md new file mode 100644 index 00000000000..7f4a0b25c6a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/unknowequationnode/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Equations::UnknowEquationNode::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::UnknowEquationNode::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing.equations/unknowequationnode/operator_bool/ +--- +## UnknowEquationNode::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::Equations::UnknowEquationNode::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [UnknowEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/unknowequationnode/unknowequationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/unknowequationnode/unknowequationnode/_index.md new file mode 100644 index 00000000000..86854f6aa63 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/unknowequationnode/unknowequationnode/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::Equations::UnknowEquationNode::UnknowEquationNode constructor +linktitle: UnknowEquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::UnknowEquationNode::UnknowEquationNode constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing.equations/unknowequationnode/unknowequationnode/ +--- +## UnknowEquationNode::UnknowEquationNode(UnknowEquationNode_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::Equations::UnknowEquationNode::UnknowEquationNode(UnknowEquationNode_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [UnknowEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) +## UnknowEquationNode::UnknowEquationNode(const UnknowEquationNode\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::Equations::UnknowEquationNode::UnknowEquationNode(const UnknowEquationNode &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [UnknowEquationNode](../) +* Class [UnknowEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) +## UnknowEquationNode::UnknowEquationNode(const EquationNode\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::Equations::UnknowEquationNode::UnknowEquationNode(const EquationNode &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [EquationNode](../../equationnode/) +* Class [UnknowEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.equations/unknowequationnode/~unknowequationnode/_index.md b/spanish/cpp/aspose.cells.drawing.equations/unknowequationnode/~unknowequationnode/_index.md new file mode 100644 index 00000000000..90bf4931c65 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.equations/unknowequationnode/~unknowequationnode/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Equations::UnknowEquationNode::~UnknowEquationNode method +linktitle: ~UnknowEquationNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Equations::UnknowEquationNode::~UnknowEquationNode method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing.equations/unknowequationnode/~unknowequationnode/ +--- +## UnknowEquationNode::~UnknowEquationNode method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::Equations::UnknowEquationNode::~UnknowEquationNode() +``` + +## See Also + +* Class [UnknowEquationNode](../) +* Namespace [Aspose::Cells::Drawing::Equations](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/_index.md b/spanish/cpp/aspose.cells.drawing.texts/_index.md new file mode 100644 index 00000000000..591330549c8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/_index.md @@ -0,0 +1,42 @@ +--- +title: Espacio de nombres Aspose::Cells::Drawing::Texts +linktitle: Aspose::Cells::Drawing::Texts +second_title: Referencia de API de Aspose.Cells para C++ +description: 'Cómo usar el espacio de nombres Aspose::Cells::Drawing::Texts en C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing.texts/ +--- + + + +## Clases + +| Clase | Descripción | +| --- | --- | +| [AutoNumberedBulletValue](./autonumberedbulletvalue/) | Representa viñeta numerada automática. | +| [Bullet](./bullet/) | Representa los puntos de viñeta que deben aplicarse a un párrafo. | +| [BulletValue](./bulletvalue/) | Representa el valor de la viñeta. | +| [CharacterBulletValue](./characterbulletvalue/) | Representa la viñeta de carácter. | +| [FontSettingCollection](./fontsettingcollection/) | Representa la lista de [FontSetting](../aspose.cells/fontsetting/). | +| [NoneBulletValue](./nonebulletvalue/) | Representa sin viñeta. | +| [PictureBulletValue](./picturebulletvalue/) | Representa el valor de la viñeta de imagen. | +| [ShapeTextAlignment](./shapetextalignment/) | Representa la configuración de la alineación del texto de la forma. | +| [TextBoxOptions](./textboxoptions/) | Representa las opciones de texto de la forma. | +| [TextOptions](./textoptions/) | Representa las opciones de texto. | +| [TextParagraph](./textparagraph/) | Representa la configuración del párrafo de texto. | +| [TextParagraphCollection](./textparagraphcollection/) | Representa todos los párrafos de texto. | +| [TextTabStop](./texttabstop/) | Representa una parada de tabulación. | +| [TextTabStopCollection](./texttabstopcollection/) | Representa la lista de todas las paradas de tabulación. | +## Enums + +| Enumeración | Descripción | +| --- | --- | +| [BulletType](./bullettype/) | Representa el tipo de viñeta. | +| [LineSpaceSizeType](./linespacesizetype/) | Representa el tipo de unidad del tamaño del interlineado. | +| [ShapeTextVerticalAlignmentType](./shapetextverticalalignmenttype/) | Corresponde a "Formato de forma - Opciones de texto - Cuadro de texto - Alineación vertical" en Excel. | +| [TextAutonumberScheme](./textautonumberscheme/) | Representa todo el esquema de numeración automática. | +| [TextFontAlignType](./textfontaligntype/) | Representa los diferentes tipos de alineación de fuente. | +| [TextNodeType](./textnodetype/) | Representa el tipo de nodo. | +| [TextTabAlignmentType](./texttabalignmenttype/) | Representa los tipos de alineación de pestañas de texto. | +| [TextVerticalType](./textverticaltype/) | Representa el tipo directo de texto. | diff --git a/spanish/cpp/aspose.cells.drawing.texts/autonumberedbulletvalue/_impl/_index.md b/spanish/cpp/aspose.cells.drawing.texts/autonumberedbulletvalue/_impl/_index.md new file mode 100644 index 00000000000..b79bf5e4a52 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/autonumberedbulletvalue/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Texts::AutoNumberedBulletValue::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::AutoNumberedBulletValue::_impl field. The implementation object in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing.texts/autonumberedbulletvalue/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +AutoNumberedBulletValue_Impl* Aspose::Cells::Drawing::Texts::AutoNumberedBulletValue::_impl +``` + +## See Also + +* Class [AutoNumberedBulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/autonumberedbulletvalue/_index.md b/spanish/cpp/aspose.cells.drawing.texts/autonumberedbulletvalue/_index.md new file mode 100644 index 00000000000..c261fb0ca45 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/autonumberedbulletvalue/_index.md @@ -0,0 +1,49 @@ +--- +title: Aspose::Cells::Drawing::Texts::AutoNumberedBulletValue class +linktitle: AutoNumberedBulletValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::AutoNumberedBulletValue class. Represents automatic numbered bullet in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing.texts/autonumberedbulletvalue/ +--- +## AutoNumberedBulletValue class + + +Represents automatic numbered bullet. + +```cpp +class AutoNumberedBulletValue : public Aspose::Cells::Drawing::Texts::BulletValue +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AutoNumberedBulletValue()](./autonumberedbulletvalue/) | Default constructor. | +| [AutoNumberedBulletValue(AutoNumberedBulletValue_Impl* impl)](./autonumberedbulletvalue/) | Constructs from an implementation object. | +| [AutoNumberedBulletValue(const AutoNumberedBulletValue\& src)](./autonumberedbulletvalue/) | Copy constructor. | +| [AutoNumberedBulletValue(const BulletValue\& src)](./autonumberedbulletvalue/) | Constructs from a parent object. | +| [BulletValue(BulletValue_Impl* impl)](../bulletvalue/bulletvalue/) | Constructs from an implementation object. | +| [BulletValue(const BulletValue\& src)](../bulletvalue/bulletvalue/) | Copy constructor. | +| [GetAutonumberScheme()](./getautonumberscheme/) | Represents the scheme of automatic number. | +| [GetStartAt()](./getstartat/) | Gets and sets the starting number of the bullet. | +| virtual [GetType()](./gettype/) | Gets the type of the bullet. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const AutoNumberedBulletValue\& src)](./operator_asm/) | operator= | +| [operator=(const BulletValue\& src)](../bulletvalue/operator_asm/) | operator= | +| [SetAutonumberScheme(TextAutonumberScheme value)](./setautonumberscheme/) | Represents the scheme of automatic number. | +| [SetStartAt(int32_t value)](./setstartat/) | Gets and sets the starting number of the bullet. | +| [~AutoNumberedBulletValue()](./~autonumberedbulletvalue/) | Destructor. | +| [~BulletValue()](../bulletvalue/~bulletvalue/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [BulletValue](../bulletvalue/) +* Namespace [Aspose::Cells::Drawing::Texts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/autonumberedbulletvalue/autonumberedbulletvalue/_index.md b/spanish/cpp/aspose.cells.drawing.texts/autonumberedbulletvalue/autonumberedbulletvalue/_index.md new file mode 100644 index 00000000000..417f2fd1c88 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/autonumberedbulletvalue/autonumberedbulletvalue/_index.md @@ -0,0 +1,67 @@ +--- +title: Aspose::Cells::Drawing::Texts::AutoNumberedBulletValue::AutoNumberedBulletValue constructor +linktitle: AutoNumberedBulletValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::AutoNumberedBulletValue::AutoNumberedBulletValue constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing.texts/autonumberedbulletvalue/autonumberedbulletvalue/ +--- +## AutoNumberedBulletValue::AutoNumberedBulletValue() constructor + + +Default constructor. + +```cpp +Aspose::Cells::Drawing::Texts::AutoNumberedBulletValue::AutoNumberedBulletValue() +``` + +## See Also + +* Class [AutoNumberedBulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) +## AutoNumberedBulletValue::AutoNumberedBulletValue(AutoNumberedBulletValue_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::Texts::AutoNumberedBulletValue::AutoNumberedBulletValue(AutoNumberedBulletValue_Impl *impl) +``` + +## See Also + +* Class [AutoNumberedBulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) +## AutoNumberedBulletValue::AutoNumberedBulletValue(const AutoNumberedBulletValue\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::Texts::AutoNumberedBulletValue::AutoNumberedBulletValue(const AutoNumberedBulletValue &src) +``` + +## See Also + +* Class [AutoNumberedBulletValue](../) +* Class [AutoNumberedBulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) +## AutoNumberedBulletValue::AutoNumberedBulletValue(const BulletValue\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::Texts::AutoNumberedBulletValue::AutoNumberedBulletValue(const BulletValue &src) +``` + +## See Also + +* Class [BulletValue](../../bulletvalue/) +* Class [AutoNumberedBulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/autonumberedbulletvalue/getautonumberscheme/_index.md b/spanish/cpp/aspose.cells.drawing.texts/autonumberedbulletvalue/getautonumberscheme/_index.md new file mode 100644 index 00000000000..282acc56033 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/autonumberedbulletvalue/getautonumberscheme/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::AutoNumberedBulletValue::GetAutonumberScheme method +linktitle: GetAutonumberScheme +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::AutoNumberedBulletValue::GetAutonumberScheme method. Represents the scheme of automatic number in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing.texts/autonumberedbulletvalue/getautonumberscheme/ +--- +## AutoNumberedBulletValue::GetAutonumberScheme method + + +Represents the scheme of automatic number. + +```cpp +TextAutonumberScheme Aspose::Cells::Drawing::Texts::AutoNumberedBulletValue::GetAutonumberScheme() +``` + +## See Also + +* Enum [TextAutonumberScheme](../../textautonumberscheme/) +* Class [AutoNumberedBulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/autonumberedbulletvalue/getstartat/_index.md b/spanish/cpp/aspose.cells.drawing.texts/autonumberedbulletvalue/getstartat/_index.md new file mode 100644 index 00000000000..4824c52888e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/autonumberedbulletvalue/getstartat/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Texts::AutoNumberedBulletValue::GetStartAt method +linktitle: GetStartAt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::AutoNumberedBulletValue::GetStartAt method. Gets and sets the starting number of the bullet in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing.texts/autonumberedbulletvalue/getstartat/ +--- +## AutoNumberedBulletValue::GetStartAt method + + +Gets and sets the starting number of the bullet. + +```cpp +int32_t Aspose::Cells::Drawing::Texts::AutoNumberedBulletValue::GetStartAt() +``` + +## See Also + +* Class [AutoNumberedBulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/autonumberedbulletvalue/gettype/_index.md b/spanish/cpp/aspose.cells.drawing.texts/autonumberedbulletvalue/gettype/_index.md new file mode 100644 index 00000000000..bdeeb8ad302 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/autonumberedbulletvalue/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::AutoNumberedBulletValue::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::AutoNumberedBulletValue::GetType method. Gets the type of the bullet in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.texts/autonumberedbulletvalue/gettype/ +--- +## AutoNumberedBulletValue::GetType method + + +Gets the type of the bullet. + +```cpp +BulletType Aspose::Cells::Drawing::Texts::AutoNumberedBulletValue::GetType() +``` + +## See Also + +* Enum [BulletType](../../bullettype/) +* Class [AutoNumberedBulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/autonumberedbulletvalue/isnull/_index.md b/spanish/cpp/aspose.cells.drawing.texts/autonumberedbulletvalue/isnull/_index.md new file mode 100644 index 00000000000..94e4f66eccd --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/autonumberedbulletvalue/isnull/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Texts::AutoNumberedBulletValue::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::AutoNumberedBulletValue::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.texts/autonumberedbulletvalue/isnull/ +--- +## AutoNumberedBulletValue::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::Texts::AutoNumberedBulletValue::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [AutoNumberedBulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/autonumberedbulletvalue/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing.texts/autonumberedbulletvalue/operator_asm/_index.md new file mode 100644 index 00000000000..615ddf60e5a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/autonumberedbulletvalue/operator_asm/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::AutoNumberedBulletValue::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::AutoNumberedBulletValue::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing.texts/autonumberedbulletvalue/operator_asm/ +--- +## AutoNumberedBulletValue::operator= method + + +operator= + +```cpp +AutoNumberedBulletValue & Aspose::Cells::Drawing::Texts::AutoNumberedBulletValue::operator=(const AutoNumberedBulletValue &src) +``` + +## See Also + +* Class [AutoNumberedBulletValue](../) +* Class [AutoNumberedBulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/autonumberedbulletvalue/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing.texts/autonumberedbulletvalue/operator_bool/_index.md new file mode 100644 index 00000000000..238d4c6b999 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/autonumberedbulletvalue/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Texts::AutoNumberedBulletValue::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::AutoNumberedBulletValue::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing.texts/autonumberedbulletvalue/operator_bool/ +--- +## AutoNumberedBulletValue::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::Texts::AutoNumberedBulletValue::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [AutoNumberedBulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/autonumberedbulletvalue/setautonumberscheme/_index.md b/spanish/cpp/aspose.cells.drawing.texts/autonumberedbulletvalue/setautonumberscheme/_index.md new file mode 100644 index 00000000000..ad3a4576253 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/autonumberedbulletvalue/setautonumberscheme/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::AutoNumberedBulletValue::SetAutonumberScheme method +linktitle: SetAutonumberScheme +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::AutoNumberedBulletValue::SetAutonumberScheme method. Represents the scheme of automatic number in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing.texts/autonumberedbulletvalue/setautonumberscheme/ +--- +## AutoNumberedBulletValue::SetAutonumberScheme method + + +Represents the scheme of automatic number. + +```cpp +void Aspose::Cells::Drawing::Texts::AutoNumberedBulletValue::SetAutonumberScheme(TextAutonumberScheme value) +``` + +## See Also + +* Enum [TextAutonumberScheme](../../textautonumberscheme/) +* Class [AutoNumberedBulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/autonumberedbulletvalue/setstartat/_index.md b/spanish/cpp/aspose.cells.drawing.texts/autonumberedbulletvalue/setstartat/_index.md new file mode 100644 index 00000000000..44da8414bce --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/autonumberedbulletvalue/setstartat/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Texts::AutoNumberedBulletValue::SetStartAt method +linktitle: SetStartAt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::AutoNumberedBulletValue::SetStartAt method. Gets and sets the starting number of the bullet in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing.texts/autonumberedbulletvalue/setstartat/ +--- +## AutoNumberedBulletValue::SetStartAt method + + +Gets and sets the starting number of the bullet. + +```cpp +void Aspose::Cells::Drawing::Texts::AutoNumberedBulletValue::SetStartAt(int32_t value) +``` + +## See Also + +* Class [AutoNumberedBulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/autonumberedbulletvalue/~autonumberedbulletvalue/_index.md b/spanish/cpp/aspose.cells.drawing.texts/autonumberedbulletvalue/~autonumberedbulletvalue/_index.md new file mode 100644 index 00000000000..b0c931f5850 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/autonumberedbulletvalue/~autonumberedbulletvalue/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Texts::AutoNumberedBulletValue::~AutoNumberedBulletValue method +linktitle: ~AutoNumberedBulletValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::AutoNumberedBulletValue::~AutoNumberedBulletValue method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing.texts/autonumberedbulletvalue/~autonumberedbulletvalue/ +--- +## AutoNumberedBulletValue::~AutoNumberedBulletValue method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::Texts::AutoNumberedBulletValue::~AutoNumberedBulletValue() +``` + +## See Also + +* Class [AutoNumberedBulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/bullet/_impl/_index.md b/spanish/cpp/aspose.cells.drawing.texts/bullet/_impl/_index.md new file mode 100644 index 00000000000..2b91f290d54 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/bullet/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Texts::Bullet::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::Bullet::_impl field. The implementation object in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing.texts/bullet/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +Bullet_Impl* Aspose::Cells::Drawing::Texts::Bullet::_impl +``` + +## See Also + +* Class [Bullet](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/bullet/_index.md b/spanish/cpp/aspose.cells.drawing.texts/bullet/_index.md new file mode 100644 index 00000000000..b337b679acc --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/bullet/_index.md @@ -0,0 +1,43 @@ +--- +title: Aspose::Cells::Drawing::Texts::Bullet class +linktitle: Bullet +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::Bullet class. Represents the bullet points should be applied to a paragraph in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing.texts/bullet/ +--- +## Bullet class + + +Represents the bullet points should be applied to a paragraph. + +```cpp +class Bullet +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Bullet(Bullet_Impl* impl)](./bullet/) | Constructs from an implementation object. | +| [Bullet(const Bullet\& src)](./bullet/) | Copy constructor. | +| [GetBulletValue()](./getbulletvalue/) | Gets the value of bullet. | +| [GetFontName()](./getfontname/) | Get and sets the name of the font. | +| [GetType()](./gettype/) | Gets and sets the type of bullet. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const Bullet\& src)](./operator_asm/) | operator= | +| [SetFontName(const U16String\& value)](./setfontname/) | Get and sets the name of the font. | +| [SetFontName(const char16_t* value)](./setfontname/) | Get and sets the name of the font. | +| [SetType(BulletType value)](./settype/) | Gets and sets the type of bullet. | +| [~Bullet()](./~bullet/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Drawing::Texts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/bullet/bullet/_index.md b/spanish/cpp/aspose.cells.drawing.texts/bullet/bullet/_index.md new file mode 100644 index 00000000000..317f66a2480 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/bullet/bullet/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::Drawing::Texts::Bullet::Bullet constructor +linktitle: Bullet +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::Bullet::Bullet constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing.texts/bullet/bullet/ +--- +## Bullet::Bullet(Bullet_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::Texts::Bullet::Bullet(Bullet_Impl *impl) +``` + +## See Also + +* Class [Bullet](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) +## Bullet::Bullet(const Bullet\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::Texts::Bullet::Bullet(const Bullet &src) +``` + +## See Also + +* Class [Bullet](../) +* Class [Bullet](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/bullet/getbulletvalue/_index.md b/spanish/cpp/aspose.cells.drawing.texts/bullet/getbulletvalue/_index.md new file mode 100644 index 00000000000..38a6dfb6666 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/bullet/getbulletvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::Bullet::GetBulletValue method +linktitle: GetBulletValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::Bullet::GetBulletValue method. Gets the value of bullet in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.texts/bullet/getbulletvalue/ +--- +## Bullet::GetBulletValue method + + +Gets the value of bullet. + +```cpp +BulletValue Aspose::Cells::Drawing::Texts::Bullet::GetBulletValue() +``` + +## See Also + +* Class [BulletValue](../../bulletvalue/) +* Class [Bullet](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/bullet/getfontname/_index.md b/spanish/cpp/aspose.cells.drawing.texts/bullet/getfontname/_index.md new file mode 100644 index 00000000000..cb462960e9e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/bullet/getfontname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::Bullet::GetFontName method +linktitle: GetFontName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::Bullet::GetFontName method. Get and sets the name of the font in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing.texts/bullet/getfontname/ +--- +## Bullet::GetFontName method + + +Get and sets the name of the font. + +```cpp +U16String Aspose::Cells::Drawing::Texts::Bullet::GetFontName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Bullet](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/bullet/gettype/_index.md b/spanish/cpp/aspose.cells.drawing.texts/bullet/gettype/_index.md new file mode 100644 index 00000000000..93c94a03385 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/bullet/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::Bullet::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::Bullet::GetType method. Gets and sets the type of bullet in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing.texts/bullet/gettype/ +--- +## Bullet::GetType method + + +Gets and sets the type of bullet. + +```cpp +BulletType Aspose::Cells::Drawing::Texts::Bullet::GetType() +``` + +## See Also + +* Enum [BulletType](../../bullettype/) +* Class [Bullet](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/bullet/isnull/_index.md b/spanish/cpp/aspose.cells.drawing.texts/bullet/isnull/_index.md new file mode 100644 index 00000000000..7357a2bc82a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/bullet/isnull/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Texts::Bullet::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::Bullet::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.texts/bullet/isnull/ +--- +## Bullet::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::Texts::Bullet::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Bullet](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/bullet/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing.texts/bullet/operator_asm/_index.md new file mode 100644 index 00000000000..1f75231c3da --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/bullet/operator_asm/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::Bullet::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::Bullet::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing.texts/bullet/operator_asm/ +--- +## Bullet::operator= method + + +operator= + +```cpp +Bullet & Aspose::Cells::Drawing::Texts::Bullet::operator=(const Bullet &src) +``` + +## See Also + +* Class [Bullet](../) +* Class [Bullet](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/bullet/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing.texts/bullet/operator_bool/_index.md new file mode 100644 index 00000000000..ee3615afea3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/bullet/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Texts::Bullet::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::Bullet::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing.texts/bullet/operator_bool/ +--- +## Bullet::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::Texts::Bullet::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [Bullet](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/bullet/setfontname/_index.md b/spanish/cpp/aspose.cells.drawing.texts/bullet/setfontname/_index.md new file mode 100644 index 00000000000..3b8a987cf07 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/bullet/setfontname/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::Drawing::Texts::Bullet::SetFontName method +linktitle: SetFontName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::Bullet::SetFontName method. Get and sets the name of the font in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing.texts/bullet/setfontname/ +--- +## Bullet::SetFontName(const U16String\&) method + + +Get and sets the name of the font. + +```cpp +void Aspose::Cells::Drawing::Texts::Bullet::SetFontName(const U16String &value) +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Bullet](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) +## Bullet::SetFontName(const char16_t*) method + + +Get and sets the name of the font. + +```cpp +void Aspose::Cells::Drawing::Texts::Bullet::SetFontName(const char16_t *value) +``` + +## See Also + +* Class [Bullet](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/bullet/settype/_index.md b/spanish/cpp/aspose.cells.drawing.texts/bullet/settype/_index.md new file mode 100644 index 00000000000..42a5443d667 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/bullet/settype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::Bullet::SetType method +linktitle: SetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::Bullet::SetType method. Gets and sets the type of bullet in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing.texts/bullet/settype/ +--- +## Bullet::SetType method + + +Gets and sets the type of bullet. + +```cpp +void Aspose::Cells::Drawing::Texts::Bullet::SetType(BulletType value) +``` + +## See Also + +* Enum [BulletType](../../bullettype/) +* Class [Bullet](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/bullet/~bullet/_index.md b/spanish/cpp/aspose.cells.drawing.texts/bullet/~bullet/_index.md new file mode 100644 index 00000000000..a0cb86f5d26 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/bullet/~bullet/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Texts::Bullet::~Bullet method +linktitle: ~Bullet +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::Bullet::~Bullet method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing.texts/bullet/~bullet/ +--- +## Bullet::~Bullet method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::Texts::Bullet::~Bullet() +``` + +## See Also + +* Class [Bullet](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/bullettype/_index.md b/spanish/cpp/aspose.cells.drawing.texts/bullettype/_index.md new file mode 100644 index 00000000000..8518ddcb852 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/bullettype/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Cells::Drawing::Texts::BulletType enum +linktitle: BulletType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::BulletType enum. Represents the type of the bullet in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing.texts/bullettype/ +--- +## BulletType enum + + +Represents the type of the bullet. + +```cpp +enum class BulletType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| None | 0 |
No bullet. | +| Character | 1 |
Character bullet. | +| Picture | 2 |
Image bullet. | +| AutoNumbered | 3 |
Automatic numbered bullet. | + +## See Also + +* Namespace [Aspose::Cells::Drawing::Texts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/bulletvalue/_impl/_index.md b/spanish/cpp/aspose.cells.drawing.texts/bulletvalue/_impl/_index.md new file mode 100644 index 00000000000..246b9b20f43 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/bulletvalue/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Texts::BulletValue::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::BulletValue::_impl field. The implementation object in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing.texts/bulletvalue/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +BulletValue_Impl* Aspose::Cells::Drawing::Texts::BulletValue::_impl +``` + +## See Also + +* Class [BulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/bulletvalue/_index.md b/spanish/cpp/aspose.cells.drawing.texts/bulletvalue/_index.md new file mode 100644 index 00000000000..28bc7495229 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/bulletvalue/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::Drawing::Texts::BulletValue class +linktitle: BulletValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::BulletValue class. Represents the value of the bullet in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing.texts/bulletvalue/ +--- +## BulletValue class + + +Represents the value of the bullet. + +```cpp +class BulletValue +``` + +## Methods + +| Method | Description | +| --- | --- | +| [BulletValue(BulletValue_Impl* impl)](./bulletvalue/) | Constructs from an implementation object. | +| [BulletValue(const BulletValue\& src)](./bulletvalue/) | Copy constructor. | +| virtual [GetType()](./gettype/) | Gets the type of the bullet's value. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const BulletValue\& src)](./operator_asm/) | operator= | +| [~BulletValue()](./~bulletvalue/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Drawing::Texts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/bulletvalue/bulletvalue/_index.md b/spanish/cpp/aspose.cells.drawing.texts/bulletvalue/bulletvalue/_index.md new file mode 100644 index 00000000000..fbf52d98e88 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/bulletvalue/bulletvalue/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::Drawing::Texts::BulletValue::BulletValue constructor +linktitle: BulletValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::BulletValue::BulletValue constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing.texts/bulletvalue/bulletvalue/ +--- +## BulletValue::BulletValue(BulletValue_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::Texts::BulletValue::BulletValue(BulletValue_Impl *impl) +``` + +## See Also + +* Class [BulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) +## BulletValue::BulletValue(const BulletValue\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::Texts::BulletValue::BulletValue(const BulletValue &src) +``` + +## See Also + +* Class [BulletValue](../) +* Class [BulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/bulletvalue/gettype/_index.md b/spanish/cpp/aspose.cells.drawing.texts/bulletvalue/gettype/_index.md new file mode 100644 index 00000000000..086a5f793a0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/bulletvalue/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::BulletValue::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::BulletValue::GetType method. Gets the type of the bullet''s value in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.texts/bulletvalue/gettype/ +--- +## BulletValue::GetType method + + +Gets the type of the bullet's value. + +```cpp +virtual BulletType Aspose::Cells::Drawing::Texts::BulletValue::GetType() +``` + +## See Also + +* Enum [BulletType](../../bullettype/) +* Class [BulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/bulletvalue/isnull/_index.md b/spanish/cpp/aspose.cells.drawing.texts/bulletvalue/isnull/_index.md new file mode 100644 index 00000000000..377d9fe886e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/bulletvalue/isnull/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Texts::BulletValue::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::BulletValue::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.texts/bulletvalue/isnull/ +--- +## BulletValue::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::Texts::BulletValue::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [BulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/bulletvalue/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing.texts/bulletvalue/operator_asm/_index.md new file mode 100644 index 00000000000..6e35dd7d782 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/bulletvalue/operator_asm/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::BulletValue::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::BulletValue::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing.texts/bulletvalue/operator_asm/ +--- +## BulletValue::operator= method + + +operator= + +```cpp +BulletValue & Aspose::Cells::Drawing::Texts::BulletValue::operator=(const BulletValue &src) +``` + +## See Also + +* Class [BulletValue](../) +* Class [BulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/bulletvalue/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing.texts/bulletvalue/operator_bool/_index.md new file mode 100644 index 00000000000..51ee57d59ff --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/bulletvalue/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Texts::BulletValue::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::BulletValue::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing.texts/bulletvalue/operator_bool/ +--- +## BulletValue::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::Texts::BulletValue::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [BulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/bulletvalue/~bulletvalue/_index.md b/spanish/cpp/aspose.cells.drawing.texts/bulletvalue/~bulletvalue/_index.md new file mode 100644 index 00000000000..40d15b3d4a8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/bulletvalue/~bulletvalue/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Texts::BulletValue::~BulletValue method +linktitle: ~BulletValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::BulletValue::~BulletValue method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing.texts/bulletvalue/~bulletvalue/ +--- +## BulletValue::~BulletValue method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::Texts::BulletValue::~BulletValue() +``` + +## See Also + +* Class [BulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/characterbulletvalue/_impl/_index.md b/spanish/cpp/aspose.cells.drawing.texts/characterbulletvalue/_impl/_index.md new file mode 100644 index 00000000000..049d4121035 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/characterbulletvalue/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Texts::CharacterBulletValue::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::CharacterBulletValue::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing.texts/characterbulletvalue/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +CharacterBulletValue_Impl* Aspose::Cells::Drawing::Texts::CharacterBulletValue::_impl +``` + +## See Also + +* Class [CharacterBulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/characterbulletvalue/_index.md b/spanish/cpp/aspose.cells.drawing.texts/characterbulletvalue/_index.md new file mode 100644 index 00000000000..92323d0327d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/characterbulletvalue/_index.md @@ -0,0 +1,47 @@ +--- +title: Aspose::Cells::Drawing::Texts::CharacterBulletValue class +linktitle: CharacterBulletValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::CharacterBulletValue class. Represents the character bullet in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing.texts/characterbulletvalue/ +--- +## CharacterBulletValue class + + +Represents the character bullet. + +```cpp +class CharacterBulletValue : public Aspose::Cells::Drawing::Texts::BulletValue +``` + +## Methods + +| Method | Description | +| --- | --- | +| [BulletValue(BulletValue_Impl* impl)](../bulletvalue/bulletvalue/) | Constructs from an implementation object. | +| [BulletValue(const BulletValue\& src)](../bulletvalue/bulletvalue/) | Copy constructor. | +| [CharacterBulletValue()](./characterbulletvalue/) | Default constructor. | +| [CharacterBulletValue(CharacterBulletValue_Impl* impl)](./characterbulletvalue/) | Constructs from an implementation object. | +| [CharacterBulletValue(const CharacterBulletValue\& src)](./characterbulletvalue/) | Copy constructor. | +| [CharacterBulletValue(const BulletValue\& src)](./characterbulletvalue/) | Constructs from a parent object. | +| [GetCharacter()](./getcharacter/) | Gets and sets character of the bullet. | +| virtual [GetType()](./gettype/) | Gets the type of the bullet. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const CharacterBulletValue\& src)](./operator_asm/) | operator= | +| [operator=(const BulletValue\& src)](../bulletvalue/operator_asm/) | operator= | +| [SetCharacter(char16_t value)](./setcharacter/) | Gets and sets character of the bullet. | +| [~BulletValue()](../bulletvalue/~bulletvalue/) | Destructor. | +| [~CharacterBulletValue()](./~characterbulletvalue/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [BulletValue](../bulletvalue/) +* Namespace [Aspose::Cells::Drawing::Texts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/characterbulletvalue/characterbulletvalue/_index.md b/spanish/cpp/aspose.cells.drawing.texts/characterbulletvalue/characterbulletvalue/_index.md new file mode 100644 index 00000000000..cf91933e57c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/characterbulletvalue/characterbulletvalue/_index.md @@ -0,0 +1,70 @@ +--- +title: Aspose::Cells::Drawing::Texts::CharacterBulletValue::CharacterBulletValue constructor +linktitle: CharacterBulletValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::CharacterBulletValue::CharacterBulletValue constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing.texts/characterbulletvalue/characterbulletvalue/ +--- +## CharacterBulletValue::CharacterBulletValue() constructor + + +Default constructor. + +```cpp +Aspose::Cells::Drawing::Texts::CharacterBulletValue::CharacterBulletValue() +``` + +## See Also + +* Class [CharacterBulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) +## CharacterBulletValue::CharacterBulletValue(CharacterBulletValue_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::Texts::CharacterBulletValue::CharacterBulletValue(CharacterBulletValue_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CharacterBulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) +## CharacterBulletValue::CharacterBulletValue(const CharacterBulletValue\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::Texts::CharacterBulletValue::CharacterBulletValue(const CharacterBulletValue &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CharacterBulletValue](../) +* Class [CharacterBulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) +## CharacterBulletValue::CharacterBulletValue(const BulletValue\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::Texts::CharacterBulletValue::CharacterBulletValue(const BulletValue &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [BulletValue](../../bulletvalue/) +* Class [CharacterBulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/characterbulletvalue/getcharacter/_index.md b/spanish/cpp/aspose.cells.drawing.texts/characterbulletvalue/getcharacter/_index.md new file mode 100644 index 00000000000..d90170a1ffd --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/characterbulletvalue/getcharacter/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::CharacterBulletValue::GetCharacter method +linktitle: GetCharacter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::CharacterBulletValue::GetCharacter method. Gets and sets character of the bullet in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing.texts/characterbulletvalue/getcharacter/ +--- +## CharacterBulletValue::GetCharacter method + + +Gets and sets character of the bullet. + +```cpp +char16_t Aspose::Cells::Drawing::Texts::CharacterBulletValue::GetCharacter() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CharacterBulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/characterbulletvalue/gettype/_index.md b/spanish/cpp/aspose.cells.drawing.texts/characterbulletvalue/gettype/_index.md new file mode 100644 index 00000000000..faba1c2ed5e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/characterbulletvalue/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::CharacterBulletValue::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::CharacterBulletValue::GetType method. Gets the type of the bullet in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.texts/characterbulletvalue/gettype/ +--- +## CharacterBulletValue::GetType method + + +Gets the type of the bullet. + +```cpp +BulletType Aspose::Cells::Drawing::Texts::CharacterBulletValue::GetType() +``` + +## See Also + +* Enum [BulletType](../../bullettype/) +* Class [CharacterBulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/characterbulletvalue/isnull/_index.md b/spanish/cpp/aspose.cells.drawing.texts/characterbulletvalue/isnull/_index.md new file mode 100644 index 00000000000..8bd97c91f9c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/characterbulletvalue/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::Texts::CharacterBulletValue::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::CharacterBulletValue::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.texts/characterbulletvalue/isnull/ +--- +## CharacterBulletValue::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::Texts::CharacterBulletValue::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CharacterBulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/characterbulletvalue/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing.texts/characterbulletvalue/operator_asm/_index.md new file mode 100644 index 00000000000..1952873b786 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/characterbulletvalue/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Texts::CharacterBulletValue::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::CharacterBulletValue::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing.texts/characterbulletvalue/operator_asm/ +--- +## CharacterBulletValue::operator= method + + +operator= + +```cpp +CharacterBulletValue & Aspose::Cells::Drawing::Texts::CharacterBulletValue::operator=(const CharacterBulletValue &src) +``` + +## See Also + +* Class [CharacterBulletValue](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [CharacterBulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/characterbulletvalue/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing.texts/characterbulletvalue/operator_bool/_index.md new file mode 100644 index 00000000000..5257a38cefc --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/characterbulletvalue/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Texts::CharacterBulletValue::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::CharacterBulletValue::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing.texts/characterbulletvalue/operator_bool/ +--- +## CharacterBulletValue::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::Texts::CharacterBulletValue::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [CharacterBulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/characterbulletvalue/setcharacter/_index.md b/spanish/cpp/aspose.cells.drawing.texts/characterbulletvalue/setcharacter/_index.md new file mode 100644 index 00000000000..f90a7d1a105 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/characterbulletvalue/setcharacter/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::CharacterBulletValue::SetCharacter method +linktitle: SetCharacter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::CharacterBulletValue::SetCharacter method. Gets and sets character of the bullet in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing.texts/characterbulletvalue/setcharacter/ +--- +## CharacterBulletValue::SetCharacter method + + +Gets and sets character of the bullet. + +```cpp +void Aspose::Cells::Drawing::Texts::CharacterBulletValue::SetCharacter(char16_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CharacterBulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/characterbulletvalue/~characterbulletvalue/_index.md b/spanish/cpp/aspose.cells.drawing.texts/characterbulletvalue/~characterbulletvalue/_index.md new file mode 100644 index 00000000000..08ebd820f67 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/characterbulletvalue/~characterbulletvalue/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Texts::CharacterBulletValue::~CharacterBulletValue method +linktitle: ~CharacterBulletValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::CharacterBulletValue::~CharacterBulletValue method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing.texts/characterbulletvalue/~characterbulletvalue/ +--- +## CharacterBulletValue::~CharacterBulletValue method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::Texts::CharacterBulletValue::~CharacterBulletValue() +``` + +## See Also + +* Class [CharacterBulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/_impl/_index.md b/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/_impl/_index.md new file mode 100644 index 00000000000..7a0b00d088b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Texts::FontSettingCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::FontSettingCollection::_impl field. The implementation object in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.drawing.texts/fontsettingcollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +FontSettingCollection_Impl* Aspose::Cells::Drawing::Texts::FontSettingCollection::_impl +``` + +## See Also + +* Class [FontSettingCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/_index.md b/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/_index.md new file mode 100644 index 00000000000..e771d300cbf --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/_index.md @@ -0,0 +1,62 @@ +--- +title: Aspose::Cells::Drawing::Texts::FontSettingCollection class +linktitle: FontSettingCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::FontSettingCollection class. Represents the list of FontSetting in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.texts/fontsettingcollection/ +--- +## FontSettingCollection class + + +Represents the list of [FontSetting](../../aspose.cells/fontsetting/). + +```cpp +class FontSettingCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AppendText(const U16String\& text)](./appendtext/) | Appends the text. | +| [AppendText(const char16_t* text)](./appendtext/) | Appends the text. | +| [Clear()](./clear/) | Clear all setting. | +| [DeleteText(int32_t index, int32_t count)](./deletetext/) | Delete some characters. | +| [Equals(const Aspose::Cells::Object\& obj)](./equals/) | | +| [FontSettingCollection(FontSettingCollection_Impl* impl)](./fontsettingcollection/) | Constructs from an implementation object. | +| [FontSettingCollection(const FontSettingCollection\& src)](./fontsettingcollection/) | Copy constructor. | +| [Format(int32_t startIndex, int32_t length, const Aspose::Cells::Font\& font, const StyleFlag\& flag)](./format/) | Format the text with font setting. | +| [Get(int32_t index)](./get/) | Gets the [FontSetting](../../aspose.cells/fontsetting/) by the index. | +| [GetCount()](./getcount/) | | +| [GetHashCode()](./gethashcode/) | | +| [GetHtmlString()](./gethtmlstring/) | Gets and sets the html string which contains data and some formats in this shape. | +| [GetParagraphEnumerator()](./getparagraphenumerator/) | Gets the enumerator of the paragraphs. | +| [GetText()](./gettext/) | Gets and sets the text of the shape. | +| [GetTextAlignment()](./gettextalignment/) | Represents the alignment setting of the text body. | +| [GetTextParagraphs()](./gettextparagraphs/) | Gets all paragraphs. | +| [InsertText(int32_t index, const U16String\& text)](./inserttext/) | Insert index at the position. | +| [InsertText(int32_t index, const char16_t* text)](./inserttext/) | Insert index at the position. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const FontSettingCollection\& src)](./operator_asm/) | operator= | +| [Replace(int32_t index, int32_t count, const U16String\& text)](./replace/) | Replace the text. | +| [Replace(int32_t index, int32_t count, const char16_t* text)](./replace/) | Replace the text. | +| [Replace(const U16String\& oldValue, const U16String\& newValue)](./replace/) | Replace the text. | +| [Replace(const char16_t* oldValue, const char16_t* newValue)](./replace/) | Replace the text. | +| [SetHtmlString(const U16String\& value)](./sethtmlstring/) | Gets and sets the html string which contains data and some formats in this shape. | +| [SetHtmlString(const char16_t* value)](./sethtmlstring/) | Gets and sets the html string which contains data and some formats in this shape. | +| [SetText(const U16String\& value)](./settext/) | Gets and sets the text of the shape. | +| [SetText(const char16_t* value)](./settext/) | Gets and sets the text of the shape. | +| [SetWordArtStyle(PresetWordArtStyle style)](./setwordartstyle/) | Sets the preset WordArt style. | +| [~FontSettingCollection()](./~fontsettingcollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Drawing::Texts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/appendtext/_index.md b/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/appendtext/_index.md new file mode 100644 index 00000000000..b02bd2ea918 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/appendtext/_index.md @@ -0,0 +1,50 @@ +--- +title: Aspose::Cells::Drawing::Texts::FontSettingCollection::AppendText method +linktitle: AppendText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::FontSettingCollection::AppendText method. Appends the text in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing.texts/fontsettingcollection/appendtext/ +--- +## FontSettingCollection::AppendText(const U16String\&) method + + +Appends the text. + +```cpp +void Aspose::Cells::Drawing::Texts::FontSettingCollection::AppendText(const U16String &text) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| text | const U16String\& | The text. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [FontSettingCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) +## FontSettingCollection::AppendText(const char16_t*) method + + +Appends the text. + +```cpp +void Aspose::Cells::Drawing::Texts::FontSettingCollection::AppendText(const char16_t *text) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| text | const char16_t* | The text. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [FontSettingCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/clear/_index.md b/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/clear/_index.md new file mode 100644 index 00000000000..03fca8ffdac --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/clear/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::FontSettingCollection::Clear method +linktitle: Clear +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::FontSettingCollection::Clear method. Clear all setting in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.drawing.texts/fontsettingcollection/clear/ +--- +## FontSettingCollection::Clear method + + +Clear all setting. + +```cpp +void Aspose::Cells::Drawing::Texts::FontSettingCollection::Clear() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [FontSettingCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/deletetext/_index.md b/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/deletetext/_index.md new file mode 100644 index 00000000000..ef86cc4a853 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/deletetext/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Drawing::Texts::FontSettingCollection::DeleteText method +linktitle: DeleteText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::FontSettingCollection::DeleteText method. Delete some characters in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing.texts/fontsettingcollection/deletetext/ +--- +## FontSettingCollection::DeleteText method + + +Delete some characters. + +```cpp +void Aspose::Cells::Drawing::Texts::FontSettingCollection::DeleteText(int32_t index, int32_t count) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The start index. | +| count | int32_t | The count of characters. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [FontSettingCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/equals/_index.md b/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/equals/_index.md new file mode 100644 index 00000000000..e86c8aee3b0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/equals/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::Texts::FontSettingCollection::Equals method +linktitle: Equals +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Equals method of Aspose::Cells::Drawing::Texts::FontSettingCollection class in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.drawing.texts/fontsettingcollection/equals/ +--- +## FontSettingCollection::Equals method + + + + +```cpp +bool Aspose::Cells::Drawing::Texts::FontSettingCollection::Equals(const Aspose::Cells::Object &obj) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| obj | const Aspose::Cells::Object\& | | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Object](../../../aspose.cells/object/) +* Class [FontSettingCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/fontsettingcollection/_index.md b/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/fontsettingcollection/_index.md new file mode 100644 index 00000000000..fdc21814291 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/fontsettingcollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::Texts::FontSettingCollection::FontSettingCollection constructor +linktitle: FontSettingCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::FontSettingCollection::FontSettingCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing.texts/fontsettingcollection/fontsettingcollection/ +--- +## FontSettingCollection::FontSettingCollection(FontSettingCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::Texts::FontSettingCollection::FontSettingCollection(FontSettingCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [FontSettingCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) +## FontSettingCollection::FontSettingCollection(const FontSettingCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::Texts::FontSettingCollection::FontSettingCollection(const FontSettingCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [FontSettingCollection](../) +* Class [FontSettingCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/format/_index.md b/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/format/_index.md new file mode 100644 index 00000000000..d11c8dca9ff --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/format/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::Texts::FontSettingCollection::Format method +linktitle: Format +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::FontSettingCollection::Format method. Format the text with font setting in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.drawing.texts/fontsettingcollection/format/ +--- +## FontSettingCollection::Format method + + +Format the text with font setting. + +```cpp +void Aspose::Cells::Drawing::Texts::FontSettingCollection::Format(int32_t startIndex, int32_t length, const Aspose::Cells::Font &font, const StyleFlag &flag) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| startIndex | int32_t | The start index. | +| length | int32_t | The length. | +| font | const Aspose::Cells::Font\& | The font. | +| flag | const StyleFlag\& | The flags of the font. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Font](../../../aspose.cells/font/) +* Class [StyleFlag](../../../aspose.cells/styleflag/) +* Class [FontSettingCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/get/_index.md b/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/get/_index.md new file mode 100644 index 00000000000..012646013dd --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/get/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::Texts::FontSettingCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::FontSettingCollection::Get method. Gets the FontSetting by the index in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.drawing.texts/fontsettingcollection/get/ +--- +## FontSettingCollection::Get method + + +Gets the [FontSetting](../../../aspose.cells/fontsetting/) by the index. + +```cpp +FontSetting Aspose::Cells::Drawing::Texts::FontSettingCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The index. | + +## ReturnValue + + + +## See Also + +* Class [FontSetting](../../../aspose.cells/fontsetting/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [FontSettingCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/getcount/_index.md b/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/getcount/_index.md new file mode 100644 index 00000000000..60d26656ccb --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::FontSettingCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::Drawing::Texts::FontSettingCollection class in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.drawing.texts/fontsettingcollection/getcount/ +--- +## FontSettingCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::Drawing::Texts::FontSettingCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [FontSettingCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/gethashcode/_index.md b/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/gethashcode/_index.md new file mode 100644 index 00000000000..bb0d107da7f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/gethashcode/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::Texts::FontSettingCollection::GetHashCode method +linktitle: GetHashCode +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetHashCode method of Aspose::Cells::Drawing::Texts::FontSettingCollection class in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.drawing.texts/fontsettingcollection/gethashcode/ +--- +## FontSettingCollection::GetHashCode method + + + + +```cpp +int32_t Aspose::Cells::Drawing::Texts::FontSettingCollection::GetHashCode() +``` + + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [FontSettingCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/gethtmlstring/_index.md b/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/gethtmlstring/_index.md new file mode 100644 index 00000000000..c7b69348af4 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/gethtmlstring/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::FontSettingCollection::GetHtmlString method +linktitle: GetHtmlString +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::FontSettingCollection::GetHtmlString method. Gets and sets the html string which contains data and some formats in this shape in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing.texts/fontsettingcollection/gethtmlstring/ +--- +## FontSettingCollection::GetHtmlString method + + +Gets and sets the html string which contains data and some formats in this shape. + +```cpp +U16String Aspose::Cells::Drawing::Texts::FontSettingCollection::GetHtmlString() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [FontSettingCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/getparagraphenumerator/_index.md b/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/getparagraphenumerator/_index.md new file mode 100644 index 00000000000..63f1eca0e34 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/getparagraphenumerator/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Drawing::Texts::FontSettingCollection::GetParagraphEnumerator method +linktitle: GetParagraphEnumerator +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::FontSettingCollection::GetParagraphEnumerator method. Gets the enumerator of the paragraphs in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing.texts/fontsettingcollection/getparagraphenumerator/ +--- +## FontSettingCollection::GetParagraphEnumerator method + + +Gets the enumerator of the paragraphs. + +```cpp +Enumerator Aspose::Cells::Drawing::Texts::FontSettingCollection::GetParagraphEnumerator() +``` + + +## ReturnValue + + + +## See Also + +* Class [Enumerator](../../../aspose.cells/enumerator/) +* Class [TextParagraph](../../textparagraph/) +* Class [FontSettingCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/gettext/_index.md b/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/gettext/_index.md new file mode 100644 index 00000000000..b67e8e1c009 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/gettext/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::FontSettingCollection::GetText method +linktitle: GetText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::FontSettingCollection::GetText method. Gets and sets the text of the shape in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing.texts/fontsettingcollection/gettext/ +--- +## FontSettingCollection::GetText method + + +Gets and sets the text of the shape. + +```cpp +U16String Aspose::Cells::Drawing::Texts::FontSettingCollection::GetText() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [FontSettingCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/gettextalignment/_index.md b/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/gettextalignment/_index.md new file mode 100644 index 00000000000..6c9d8270a13 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/gettextalignment/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::FontSettingCollection::GetTextAlignment method +linktitle: GetTextAlignment +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::FontSettingCollection::GetTextAlignment method. Represents the alignment setting of the text body in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing.texts/fontsettingcollection/gettextalignment/ +--- +## FontSettingCollection::GetTextAlignment method + + +Represents the alignment setting of the text body. + +```cpp +ShapeTextAlignment Aspose::Cells::Drawing::Texts::FontSettingCollection::GetTextAlignment() +``` + +## See Also + +* Class [ShapeTextAlignment](../../shapetextalignment/) +* Class [FontSettingCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/gettextparagraphs/_index.md b/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/gettextparagraphs/_index.md new file mode 100644 index 00000000000..d8955bc4bdc --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/gettextparagraphs/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::FontSettingCollection::GetTextParagraphs method +linktitle: GetTextParagraphs +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::FontSettingCollection::GetTextParagraphs method. Gets all paragraphs in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing.texts/fontsettingcollection/gettextparagraphs/ +--- +## FontSettingCollection::GetTextParagraphs method + + +Gets all paragraphs. + +```cpp +TextParagraphCollection Aspose::Cells::Drawing::Texts::FontSettingCollection::GetTextParagraphs() +``` + +## See Also + +* Class [TextParagraphCollection](../../textparagraphcollection/) +* Class [FontSettingCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/inserttext/_index.md b/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/inserttext/_index.md new file mode 100644 index 00000000000..bb0ec6c4319 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/inserttext/_index.md @@ -0,0 +1,52 @@ +--- +title: Aspose::Cells::Drawing::Texts::FontSettingCollection::InsertText method +linktitle: InsertText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::FontSettingCollection::InsertText method. Insert index at the position in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing.texts/fontsettingcollection/inserttext/ +--- +## FontSettingCollection::InsertText(int32_t, const U16String\&) method + + +Insert index at the position. + +```cpp +void Aspose::Cells::Drawing::Texts::FontSettingCollection::InsertText(int32_t index, const U16String &text) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The start index. | +| text | const U16String\& | The text. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [FontSettingCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) +## FontSettingCollection::InsertText(int32_t, const char16_t*) method + + +Insert index at the position. + +```cpp +void Aspose::Cells::Drawing::Texts::FontSettingCollection::InsertText(int32_t index, const char16_t *text) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The start index. | +| text | const char16_t* | The text. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [FontSettingCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/isnull/_index.md b/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/isnull/_index.md new file mode 100644 index 00000000000..2ff071d9feb --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::Texts::FontSettingCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::FontSettingCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.texts/fontsettingcollection/isnull/ +--- +## FontSettingCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::Texts::FontSettingCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [FontSettingCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/operator_asm/_index.md new file mode 100644 index 00000000000..10fe194da65 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Texts::FontSettingCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::FontSettingCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing.texts/fontsettingcollection/operator_asm/ +--- +## FontSettingCollection::operator= method + + +operator= + +```cpp +FontSettingCollection & Aspose::Cells::Drawing::Texts::FontSettingCollection::operator=(const FontSettingCollection &src) +``` + +## See Also + +* Class [FontSettingCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [FontSettingCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/operator_bool/_index.md new file mode 100644 index 00000000000..f62123a3451 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Texts::FontSettingCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::FontSettingCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing.texts/fontsettingcollection/operator_bool/ +--- +## FontSettingCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::Texts::FontSettingCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [FontSettingCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/replace/_index.md b/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/replace/_index.md new file mode 100644 index 00000000000..6508ec86299 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/replace/_index.md @@ -0,0 +1,97 @@ +--- +title: Aspose::Cells::Drawing::Texts::FontSettingCollection::Replace method +linktitle: Replace +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::FontSettingCollection::Replace method. Replace the text in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing.texts/fontsettingcollection/replace/ +--- +## FontSettingCollection::Replace(int32_t, int32_t, const U16String\&) method + + +Replace the text. + +```cpp +void Aspose::Cells::Drawing::Texts::FontSettingCollection::Replace(int32_t index, int32_t count, const U16String &text) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The start index. | +| count | int32_t | The count of characters. | +| text | const U16String\& | The text. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [FontSettingCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) +## FontSettingCollection::Replace(int32_t, int32_t, const char16_t*) method + + +Replace the text. + +```cpp +void Aspose::Cells::Drawing::Texts::FontSettingCollection::Replace(int32_t index, int32_t count, const char16_t *text) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The start index. | +| count | int32_t | The count of characters. | +| text | const char16_t* | The text. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [FontSettingCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) +## FontSettingCollection::Replace(const U16String\&, const U16String\&) method + + +Replace the text. + +```cpp +void Aspose::Cells::Drawing::Texts::FontSettingCollection::Replace(const U16String &oldValue, const U16String &newValue) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| oldValue | const U16String\& | The old text. | +| newValue | const U16String\& | The new text. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [FontSettingCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) +## FontSettingCollection::Replace(const char16_t*, const char16_t*) method + + +Replace the text. + +```cpp +void Aspose::Cells::Drawing::Texts::FontSettingCollection::Replace(const char16_t *oldValue, const char16_t *newValue) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| oldValue | const char16_t* | The old text. | +| newValue | const char16_t* | The new text. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [FontSettingCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/sethtmlstring/_index.md b/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/sethtmlstring/_index.md new file mode 100644 index 00000000000..5643139d2ad --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/sethtmlstring/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::Texts::FontSettingCollection::SetHtmlString method +linktitle: SetHtmlString +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::FontSettingCollection::SetHtmlString method. Gets and sets the html string which contains data and some formats in this shape in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing.texts/fontsettingcollection/sethtmlstring/ +--- +## FontSettingCollection::SetHtmlString(const U16String\&) method + + +Gets and sets the html string which contains data and some formats in this shape. + +```cpp +void Aspose::Cells::Drawing::Texts::FontSettingCollection::SetHtmlString(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [FontSettingCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) +## FontSettingCollection::SetHtmlString(const char16_t*) method + + +Gets and sets the html string which contains data and some formats in this shape. + +```cpp +void Aspose::Cells::Drawing::Texts::FontSettingCollection::SetHtmlString(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [FontSettingCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/settext/_index.md b/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/settext/_index.md new file mode 100644 index 00000000000..86fc7ce99da --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/settext/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::Texts::FontSettingCollection::SetText method +linktitle: SetText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::FontSettingCollection::SetText method. Gets and sets the text of the shape in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing.texts/fontsettingcollection/settext/ +--- +## FontSettingCollection::SetText(const U16String\&) method + + +Gets and sets the text of the shape. + +```cpp +void Aspose::Cells::Drawing::Texts::FontSettingCollection::SetText(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [FontSettingCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) +## FontSettingCollection::SetText(const char16_t*) method + + +Gets and sets the text of the shape. + +```cpp +void Aspose::Cells::Drawing::Texts::FontSettingCollection::SetText(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [FontSettingCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/setwordartstyle/_index.md b/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/setwordartstyle/_index.md new file mode 100644 index 00000000000..2c79b9406e1 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/setwordartstyle/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Drawing::Texts::FontSettingCollection::SetWordArtStyle method +linktitle: SetWordArtStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::FontSettingCollection::SetWordArtStyle method. Sets the preset WordArt style in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.texts/fontsettingcollection/setwordartstyle/ +--- +## FontSettingCollection::SetWordArtStyle method + + +Sets the preset WordArt style. + +```cpp +void Aspose::Cells::Drawing::Texts::FontSettingCollection::SetWordArtStyle(PresetWordArtStyle style) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| style | PresetWordArtStyle | The preset WordArt style. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PresetWordArtStyle](../../../aspose.cells.drawing/presetwordartstyle/) +* Class [FontSettingCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/~fontsettingcollection/_index.md b/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/~fontsettingcollection/_index.md new file mode 100644 index 00000000000..a52caef53a4 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/fontsettingcollection/~fontsettingcollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Texts::FontSettingCollection::~FontSettingCollection method +linktitle: ~FontSettingCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::FontSettingCollection::~FontSettingCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing.texts/fontsettingcollection/~fontsettingcollection/ +--- +## FontSettingCollection::~FontSettingCollection method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::Texts::FontSettingCollection::~FontSettingCollection() +``` + +## See Also + +* Class [FontSettingCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/linespacesizetype/_index.md b/spanish/cpp/aspose.cells.drawing.texts/linespacesizetype/_index.md new file mode 100644 index 00000000000..f0c2173457b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/linespacesizetype/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::Texts::LineSpaceSizeType enum +linktitle: LineSpaceSizeType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::LineSpaceSizeType enum. Represents the unit type of line space size in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing.texts/linespacesizetype/ +--- +## LineSpaceSizeType enum + + +Represents the unit type of line space size. + +```cpp +enum class LineSpaceSizeType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Percentage | 0 |
Represents in unit of a percentage of the text size. | +| Points | 1 |
Represents in unit of points. | + +## See Also + +* Namespace [Aspose::Cells::Drawing::Texts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/nonebulletvalue/_impl/_index.md b/spanish/cpp/aspose.cells.drawing.texts/nonebulletvalue/_impl/_index.md new file mode 100644 index 00000000000..d388529db2d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/nonebulletvalue/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Texts::NoneBulletValue::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::NoneBulletValue::_impl field. The implementation object in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing.texts/nonebulletvalue/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +NoneBulletValue_Impl* Aspose::Cells::Drawing::Texts::NoneBulletValue::_impl +``` + +## See Also + +* Class [NoneBulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/nonebulletvalue/_index.md b/spanish/cpp/aspose.cells.drawing.texts/nonebulletvalue/_index.md new file mode 100644 index 00000000000..49357ef1b26 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/nonebulletvalue/_index.md @@ -0,0 +1,45 @@ +--- +title: Aspose::Cells::Drawing::Texts::NoneBulletValue class +linktitle: NoneBulletValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::NoneBulletValue class. Represents no bullet in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.texts/nonebulletvalue/ +--- +## NoneBulletValue class + + +Represents no bullet. + +```cpp +class NoneBulletValue : public Aspose::Cells::Drawing::Texts::BulletValue +``` + +## Methods + +| Method | Description | +| --- | --- | +| [BulletValue(BulletValue_Impl* impl)](../bulletvalue/bulletvalue/) | Constructs from an implementation object. | +| [BulletValue(const BulletValue\& src)](../bulletvalue/bulletvalue/) | Copy constructor. | +| virtual [GetType()](./gettype/) | Gets the type of the bullet's value. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [NoneBulletValue()](./nonebulletvalue/) | Default constructor. | +| [NoneBulletValue(NoneBulletValue_Impl* impl)](./nonebulletvalue/) | Constructs from an implementation object. | +| [NoneBulletValue(const NoneBulletValue\& src)](./nonebulletvalue/) | Copy constructor. | +| [NoneBulletValue(const BulletValue\& src)](./nonebulletvalue/) | Constructs from a parent object. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const NoneBulletValue\& src)](./operator_asm/) | operator= | +| [operator=(const BulletValue\& src)](../bulletvalue/operator_asm/) | operator= | +| [~BulletValue()](../bulletvalue/~bulletvalue/) | Destructor. | +| [~NoneBulletValue()](./~nonebulletvalue/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [BulletValue](../bulletvalue/) +* Namespace [Aspose::Cells::Drawing::Texts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/nonebulletvalue/gettype/_index.md b/spanish/cpp/aspose.cells.drawing.texts/nonebulletvalue/gettype/_index.md new file mode 100644 index 00000000000..256fe5e6104 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/nonebulletvalue/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::NoneBulletValue::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::NoneBulletValue::GetType method. Gets the type of the bullet''s value in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.texts/nonebulletvalue/gettype/ +--- +## NoneBulletValue::GetType method + + +Gets the type of the bullet's value. + +```cpp +BulletType Aspose::Cells::Drawing::Texts::NoneBulletValue::GetType() +``` + +## See Also + +* Enum [BulletType](../../bullettype/) +* Class [NoneBulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/nonebulletvalue/isnull/_index.md b/spanish/cpp/aspose.cells.drawing.texts/nonebulletvalue/isnull/_index.md new file mode 100644 index 00000000000..4ebdc70d475 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/nonebulletvalue/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::Texts::NoneBulletValue::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::NoneBulletValue::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.texts/nonebulletvalue/isnull/ +--- +## NoneBulletValue::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::Texts::NoneBulletValue::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [NoneBulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/nonebulletvalue/nonebulletvalue/_index.md b/spanish/cpp/aspose.cells.drawing.texts/nonebulletvalue/nonebulletvalue/_index.md new file mode 100644 index 00000000000..a97797ab67a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/nonebulletvalue/nonebulletvalue/_index.md @@ -0,0 +1,70 @@ +--- +title: Aspose::Cells::Drawing::Texts::NoneBulletValue::NoneBulletValue constructor +linktitle: NoneBulletValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::NoneBulletValue::NoneBulletValue constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing.texts/nonebulletvalue/nonebulletvalue/ +--- +## NoneBulletValue::NoneBulletValue() constructor + + +Default constructor. + +```cpp +Aspose::Cells::Drawing::Texts::NoneBulletValue::NoneBulletValue() +``` + +## See Also + +* Class [NoneBulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) +## NoneBulletValue::NoneBulletValue(NoneBulletValue_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::Texts::NoneBulletValue::NoneBulletValue(NoneBulletValue_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [NoneBulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) +## NoneBulletValue::NoneBulletValue(const NoneBulletValue\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::Texts::NoneBulletValue::NoneBulletValue(const NoneBulletValue &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [NoneBulletValue](../) +* Class [NoneBulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) +## NoneBulletValue::NoneBulletValue(const BulletValue\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::Texts::NoneBulletValue::NoneBulletValue(const BulletValue &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [BulletValue](../../bulletvalue/) +* Class [NoneBulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/nonebulletvalue/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing.texts/nonebulletvalue/operator_asm/_index.md new file mode 100644 index 00000000000..352b74fe46a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/nonebulletvalue/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Texts::NoneBulletValue::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::NoneBulletValue::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing.texts/nonebulletvalue/operator_asm/ +--- +## NoneBulletValue::operator= method + + +operator= + +```cpp +NoneBulletValue & Aspose::Cells::Drawing::Texts::NoneBulletValue::operator=(const NoneBulletValue &src) +``` + +## See Also + +* Class [NoneBulletValue](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [NoneBulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/nonebulletvalue/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing.texts/nonebulletvalue/operator_bool/_index.md new file mode 100644 index 00000000000..e46a824d780 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/nonebulletvalue/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Texts::NoneBulletValue::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::NoneBulletValue::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing.texts/nonebulletvalue/operator_bool/ +--- +## NoneBulletValue::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::Texts::NoneBulletValue::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [NoneBulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/nonebulletvalue/~nonebulletvalue/_index.md b/spanish/cpp/aspose.cells.drawing.texts/nonebulletvalue/~nonebulletvalue/_index.md new file mode 100644 index 00000000000..ceaa119459f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/nonebulletvalue/~nonebulletvalue/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Texts::NoneBulletValue::~NoneBulletValue method +linktitle: ~NoneBulletValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::NoneBulletValue::~NoneBulletValue method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing.texts/nonebulletvalue/~nonebulletvalue/ +--- +## NoneBulletValue::~NoneBulletValue method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::Texts::NoneBulletValue::~NoneBulletValue() +``` + +## See Also + +* Class [NoneBulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/picturebulletvalue/_impl/_index.md b/spanish/cpp/aspose.cells.drawing.texts/picturebulletvalue/_impl/_index.md new file mode 100644 index 00000000000..ca010a39fee --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/picturebulletvalue/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Texts::PictureBulletValue::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::PictureBulletValue::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing.texts/picturebulletvalue/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +PictureBulletValue_Impl* Aspose::Cells::Drawing::Texts::PictureBulletValue::_impl +``` + +## See Also + +* Class [PictureBulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/picturebulletvalue/_index.md b/spanish/cpp/aspose.cells.drawing.texts/picturebulletvalue/_index.md new file mode 100644 index 00000000000..0c3c5d97f00 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/picturebulletvalue/_index.md @@ -0,0 +1,47 @@ +--- +title: Aspose::Cells::Drawing::Texts::PictureBulletValue class +linktitle: PictureBulletValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::PictureBulletValue class. Represents the value of the image bullet in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing.texts/picturebulletvalue/ +--- +## PictureBulletValue class + + +Represents the value of the image bullet. + +```cpp +class PictureBulletValue : public Aspose::Cells::Drawing::Texts::BulletValue +``` + +## Methods + +| Method | Description | +| --- | --- | +| [BulletValue(BulletValue_Impl* impl)](../bulletvalue/bulletvalue/) | Constructs from an implementation object. | +| [BulletValue(const BulletValue\& src)](../bulletvalue/bulletvalue/) | Copy constructor. | +| [GetImageData()](./getimagedata/) | Gets and sets image data of the bullet. | +| virtual [GetType()](./gettype/) | Gets the type of the bullet's value. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const PictureBulletValue\& src)](./operator_asm/) | operator= | +| [operator=(const BulletValue\& src)](../bulletvalue/operator_asm/) | operator= | +| [PictureBulletValue()](./picturebulletvalue/) | Default constructor. | +| [PictureBulletValue(PictureBulletValue_Impl* impl)](./picturebulletvalue/) | Constructs from an implementation object. | +| [PictureBulletValue(const PictureBulletValue\& src)](./picturebulletvalue/) | Copy constructor. | +| [PictureBulletValue(const BulletValue\& src)](./picturebulletvalue/) | Constructs from a parent object. | +| [SetImageData(const Vector \\& value)](./setimagedata/) | Gets and sets image data of the bullet. | +| [~BulletValue()](../bulletvalue/~bulletvalue/) | Destructor. | +| [~PictureBulletValue()](./~picturebulletvalue/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [BulletValue](../bulletvalue/) +* Namespace [Aspose::Cells::Drawing::Texts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/picturebulletvalue/getimagedata/_index.md b/spanish/cpp/aspose.cells.drawing.texts/picturebulletvalue/getimagedata/_index.md new file mode 100644 index 00000000000..d83a6fbb8c4 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/picturebulletvalue/getimagedata/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::PictureBulletValue::GetImageData method +linktitle: GetImageData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::PictureBulletValue::GetImageData method. Gets and sets image data of the bullet in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing.texts/picturebulletvalue/getimagedata/ +--- +## PictureBulletValue::GetImageData method + + +Gets and sets image data of the bullet. + +```cpp +Vector Aspose::Cells::Drawing::Texts::PictureBulletValue::GetImageData() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PictureBulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/picturebulletvalue/gettype/_index.md b/spanish/cpp/aspose.cells.drawing.texts/picturebulletvalue/gettype/_index.md new file mode 100644 index 00000000000..1b191aeebf2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/picturebulletvalue/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::PictureBulletValue::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::PictureBulletValue::GetType method. Gets the type of the bullet''s value in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.texts/picturebulletvalue/gettype/ +--- +## PictureBulletValue::GetType method + + +Gets the type of the bullet's value. + +```cpp +BulletType Aspose::Cells::Drawing::Texts::PictureBulletValue::GetType() +``` + +## See Also + +* Enum [BulletType](../../bullettype/) +* Class [PictureBulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/picturebulletvalue/isnull/_index.md b/spanish/cpp/aspose.cells.drawing.texts/picturebulletvalue/isnull/_index.md new file mode 100644 index 00000000000..1e8b59e1c28 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/picturebulletvalue/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::Texts::PictureBulletValue::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::PictureBulletValue::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.texts/picturebulletvalue/isnull/ +--- +## PictureBulletValue::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::Texts::PictureBulletValue::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PictureBulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/picturebulletvalue/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing.texts/picturebulletvalue/operator_asm/_index.md new file mode 100644 index 00000000000..9f22204dc18 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/picturebulletvalue/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Texts::PictureBulletValue::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::PictureBulletValue::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing.texts/picturebulletvalue/operator_asm/ +--- +## PictureBulletValue::operator= method + + +operator= + +```cpp +PictureBulletValue & Aspose::Cells::Drawing::Texts::PictureBulletValue::operator=(const PictureBulletValue &src) +``` + +## See Also + +* Class [PictureBulletValue](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PictureBulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/picturebulletvalue/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing.texts/picturebulletvalue/operator_bool/_index.md new file mode 100644 index 00000000000..a100a14c04e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/picturebulletvalue/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Texts::PictureBulletValue::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::PictureBulletValue::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing.texts/picturebulletvalue/operator_bool/ +--- +## PictureBulletValue::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::Texts::PictureBulletValue::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [PictureBulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/picturebulletvalue/picturebulletvalue/_index.md b/spanish/cpp/aspose.cells.drawing.texts/picturebulletvalue/picturebulletvalue/_index.md new file mode 100644 index 00000000000..3e88a6f9056 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/picturebulletvalue/picturebulletvalue/_index.md @@ -0,0 +1,70 @@ +--- +title: Aspose::Cells::Drawing::Texts::PictureBulletValue::PictureBulletValue constructor +linktitle: PictureBulletValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::PictureBulletValue::PictureBulletValue constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing.texts/picturebulletvalue/picturebulletvalue/ +--- +## PictureBulletValue::PictureBulletValue() constructor + + +Default constructor. + +```cpp +Aspose::Cells::Drawing::Texts::PictureBulletValue::PictureBulletValue() +``` + +## See Also + +* Class [PictureBulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) +## PictureBulletValue::PictureBulletValue(PictureBulletValue_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::Texts::PictureBulletValue::PictureBulletValue(PictureBulletValue_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PictureBulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) +## PictureBulletValue::PictureBulletValue(const PictureBulletValue\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::Texts::PictureBulletValue::PictureBulletValue(const PictureBulletValue &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PictureBulletValue](../) +* Class [PictureBulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) +## PictureBulletValue::PictureBulletValue(const BulletValue\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::Texts::PictureBulletValue::PictureBulletValue(const BulletValue &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [BulletValue](../../bulletvalue/) +* Class [PictureBulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/picturebulletvalue/setimagedata/_index.md b/spanish/cpp/aspose.cells.drawing.texts/picturebulletvalue/setimagedata/_index.md new file mode 100644 index 00000000000..947cb31d4e5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/picturebulletvalue/setimagedata/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::PictureBulletValue::SetImageData method +linktitle: SetImageData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::PictureBulletValue::SetImageData method. Gets and sets image data of the bullet in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing.texts/picturebulletvalue/setimagedata/ +--- +## PictureBulletValue::SetImageData method + + +Gets and sets image data of the bullet. + +```cpp +void Aspose::Cells::Drawing::Texts::PictureBulletValue::SetImageData(const Vector &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PictureBulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/picturebulletvalue/~picturebulletvalue/_index.md b/spanish/cpp/aspose.cells.drawing.texts/picturebulletvalue/~picturebulletvalue/_index.md new file mode 100644 index 00000000000..fe7e3e477d2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/picturebulletvalue/~picturebulletvalue/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Texts::PictureBulletValue::~PictureBulletValue method +linktitle: ~PictureBulletValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::PictureBulletValue::~PictureBulletValue method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing.texts/picturebulletvalue/~picturebulletvalue/ +--- +## PictureBulletValue::~PictureBulletValue method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::Texts::PictureBulletValue::~PictureBulletValue() +``` + +## See Also + +* Class [PictureBulletValue](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/_impl/_index.md b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/_impl/_index.md new file mode 100644 index 00000000000..32223c19aa2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Texts::ShapeTextAlignment::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::ShapeTextAlignment::_impl field. The implementation object in C++.' +type: docs +weight: 3800 +url: /es/cpp/aspose.cells.drawing.texts/shapetextalignment/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ShapeTextAlignment_Impl* Aspose::Cells::Drawing::Texts::ShapeTextAlignment::_impl +``` + +## See Also + +* Class [ShapeTextAlignment](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/_index.md b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/_index.md new file mode 100644 index 00000000000..de09624816e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/_index.md @@ -0,0 +1,82 @@ +--- +title: Aspose::Cells::Drawing::Texts::ShapeTextAlignment class +linktitle: ShapeTextAlignment +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::ShapeTextAlignment class. Represents the setting of shape''s text alignment; in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing.texts/shapetextalignment/ +--- +## ShapeTextAlignment class + + +Represents the setting of shape's text alignment;. + +```cpp +class ShapeTextAlignment +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Equals(const Aspose::Cells::Object\& obj)](./equals/) | Determines whether this instance has the same value as another specified [ShapeTextAlignment](./) object. | +| [GetAutoSize()](./getautosize/) | Indicates if size of shape is adjusted automatically according to its content. | +| [GetBottomMarginPt()](./getbottommarginpt/) | Returns the bottom margin in unit of Points. | +| [GetHashCode()](./gethashcode/) | | +| [GetLeftMarginPt()](./getleftmarginpt/) | Returns the left margin in unit of Points. | +| [GetNumberOfColumns()](./getnumberofcolumns/) | Gets and sets the number of columns of text in the bounding rectangle. | +| [GetRightMarginPt()](./getrightmarginpt/) | Returns the right margin in unit of Points. | +| [GetRotateTextWithShape()](./getrotatetextwithshape/) | Indicates whether rotating text with shape. | +| [GetRotationAngle()](./getrotationangle/) | Gets and sets the rotation of the shape. | +| [GetTextHorizontalOverflow()](./gettexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the text box. | +| [GetTextShapeType()](./gettextshapetype/) | Gets and set the transform type of text. | +| [GetTextVerticalOverflow()](./gettextverticaloverflow/) | Gets and sets the text vertical overflow type of the text box. | +| [GetTextVerticalType()](./gettextverticaltype/) | Gets and sets the text direction. | +| [GetTopMarginPt()](./gettopmarginpt/) | Returns the top margin in unit of Points. | +| [IsAutoMargin()](./isautomargin/) | Indicates whether the margin of the text frame is automatic. | +| [IsLockedText()](./islockedtext/) | Indicates whether the shape is locked when worksheet is protected. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsTextWrapped()](./istextwrapped/) | Gets or sets the text wrapped type of the shape which contains text. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ShapeTextAlignment\& src)](./operator_asm/) | operator= | +| [SetAutoSize(bool value)](./setautosize/) | Indicates if size of shape is adjusted automatically according to its content. | +| [SetBottomMarginPt(double value)](./setbottommarginpt/) | Returns the bottom margin in unit of Points. | +| [SetIsAutoMargin(bool value)](./setisautomargin/) | Indicates whether the margin of the text frame is automatic. | +| [SetIsLockedText(bool value)](./setislockedtext/) | Indicates whether the shape is locked when worksheet is protected. | +| [SetIsTextWrapped(bool value)](./setistextwrapped/) | Gets or sets the text wrapped type of the shape which contains text. | +| [SetLeftMarginPt(double value)](./setleftmarginpt/) | Returns the left margin in unit of Points. | +| [SetNumberOfColumns(int32_t value)](./setnumberofcolumns/) | Gets and sets the number of columns of text in the bounding rectangle. | +| [SetRightMarginPt(double value)](./setrightmarginpt/) | Returns the right margin in unit of Points. | +| [SetRotateTextWithShape(bool value)](./setrotatetextwithshape/) | Indicates whether rotating text with shape. | +| [SetRotationAngle(double value)](./setrotationangle/) | Gets and sets the rotation of the shape. | +| [SetTextHorizontalOverflow(TextOverflowType value)](./settexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the text box. | +| [SetTextShapeType(AutoShapeType value)](./settextshapetype/) | Gets and set the transform type of text. | +| [SetTextVerticalOverflow(TextOverflowType value)](./settextverticaloverflow/) | Gets and sets the text vertical overflow type of the text box. | +| [SetTextVerticalType(TextVerticalType value)](./settextverticaltype/) | Gets and sets the text direction. | +| [SetTopMarginPt(double value)](./settopmarginpt/) | Returns the top margin in unit of Points. | +| [ShapeTextAlignment(ShapeTextAlignment_Impl* impl)](./shapetextalignment/) | Constructs from an implementation object. | +| [ShapeTextAlignment(const ShapeTextAlignment\& src)](./shapetextalignment/) | Copy constructor. | +| [~ShapeTextAlignment()](./~shapetextalignment/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; +Shape shape = workbook.GetWorksheets().Get(0).GetShapes().AddRectangle(1, 0, 1, 0, 50, 100); +ShapeTextAlignment shapeTextAlignment = shape.GetTextBody().GetTextAlignment(); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::Drawing::Texts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/equals/_index.md b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/equals/_index.md new file mode 100644 index 00000000000..45f92081f07 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/equals/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::Texts::ShapeTextAlignment::Equals method +linktitle: Equals +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::ShapeTextAlignment::Equals method. Determines whether this instance has the same value as another specified ShapeTextAlignment object in C++.' +type: docs +weight: 3600 +url: /es/cpp/aspose.cells.drawing.texts/shapetextalignment/equals/ +--- +## ShapeTextAlignment::Equals method + + +Determines whether this instance has the same value as another specified [ShapeTextAlignment](../) object. + +```cpp +bool Aspose::Cells::Drawing::Texts::ShapeTextAlignment::Equals(const Aspose::Cells::Object &obj) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| obj | const Aspose::Cells::Object\& | The [ShapeTextAlignment](../) object to compare with this instance. | + +## ReturnValue + +true if the value of the obj parameter is the same as the value of this instance; otherwise, false. If obj is null, this method returns false. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Object](../../../aspose.cells/object/) +* Class [ShapeTextAlignment](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/getautosize/_index.md b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/getautosize/_index.md new file mode 100644 index 00000000000..b4a4febcaf3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/getautosize/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetAutoSize method +linktitle: GetAutoSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetAutoSize method. Indicates if size of shape is adjusted automatically according to its content in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.drawing.texts/shapetextalignment/getautosize/ +--- +## ShapeTextAlignment::GetAutoSize method + + +Indicates if size of shape is adjusted automatically according to its content. + +```cpp +bool Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetAutoSize() +``` + + +## Examples + + +```cpp +if (shapeTextAlignment.GetAutoSize() == false) +{ + shapeTextAlignment.SetAutoSize(true); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeTextAlignment](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/getbottommarginpt/_index.md b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/getbottommarginpt/_index.md new file mode 100644 index 00000000000..0c96952ad69 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/getbottommarginpt/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetBottomMarginPt method +linktitle: GetBottomMarginPt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetBottomMarginPt method. Returns the bottom margin in unit of Points in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.drawing.texts/shapetextalignment/getbottommarginpt/ +--- +## ShapeTextAlignment::GetBottomMarginPt method + + +Returns the bottom margin in unit of Points. + +```cpp +double Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetBottomMarginPt() +``` + + +## Examples + + +```cpp +if (shapeTextAlignment.GetBottomMarginPt() == 1.0) +{ + shapeTextAlignment.SetBottomMarginPt(2.0); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeTextAlignment](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/gethashcode/_index.md b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/gethashcode/_index.md new file mode 100644 index 00000000000..4e6e1bba04f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/gethashcode/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetHashCode method +linktitle: GetHashCode +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetHashCode method of Aspose::Cells::Drawing::Texts::ShapeTextAlignment class in C++.' +type: docs +weight: 3700 +url: /es/cpp/aspose.cells.drawing.texts/shapetextalignment/gethashcode/ +--- +## ShapeTextAlignment::GetHashCode method + + + + +```cpp +int32_t Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetHashCode() +``` + + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeTextAlignment](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/getleftmarginpt/_index.md b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/getleftmarginpt/_index.md new file mode 100644 index 00000000000..62a87769e6d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/getleftmarginpt/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetLeftMarginPt method +linktitle: GetLeftMarginPt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetLeftMarginPt method. Returns the left margin in unit of Points in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells.drawing.texts/shapetextalignment/getleftmarginpt/ +--- +## ShapeTextAlignment::GetLeftMarginPt method + + +Returns the left margin in unit of Points. + +```cpp +double Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetLeftMarginPt() +``` + + +## Examples + + +```cpp +if (shapeTextAlignment.GetLeftMarginPt() == 1.0) +{ + shapeTextAlignment.SetLeftMarginPt(2.0); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeTextAlignment](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/getnumberofcolumns/_index.md b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/getnumberofcolumns/_index.md new file mode 100644 index 00000000000..0ebadd4e5f4 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/getnumberofcolumns/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetNumberOfColumns method +linktitle: GetNumberOfColumns +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetNumberOfColumns method. Gets and sets the number of columns of text in the bounding rectangle in C++.' +type: docs +weight: 3400 +url: /es/cpp/aspose.cells.drawing.texts/shapetextalignment/getnumberofcolumns/ +--- +## ShapeTextAlignment::GetNumberOfColumns method + + +Gets and sets the number of columns of text in the bounding rectangle. + +```cpp +int32_t Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetNumberOfColumns() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeTextAlignment](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/getrightmarginpt/_index.md b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/getrightmarginpt/_index.md new file mode 100644 index 00000000000..bf572c2facf --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/getrightmarginpt/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetRightMarginPt method +linktitle: GetRightMarginPt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetRightMarginPt method. Returns the right margin in unit of Points in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells.drawing.texts/shapetextalignment/getrightmarginpt/ +--- +## ShapeTextAlignment::GetRightMarginPt method + + +Returns the right margin in unit of Points. + +```cpp +double Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetRightMarginPt() +``` + + +## Examples + + +```cpp +if (shapeTextAlignment.GetRightMarginPt() == 1.0) +{ + shapeTextAlignment.SetRightMarginPt(2.0); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeTextAlignment](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/getrotatetextwithshape/_index.md b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/getrotatetextwithshape/_index.md new file mode 100644 index 00000000000..bdf1fcd171a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/getrotatetextwithshape/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetRotateTextWithShape method +linktitle: GetRotateTextWithShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetRotateTextWithShape method. Indicates whether rotating text with shape in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing.texts/shapetextalignment/getrotatetextwithshape/ +--- +## ShapeTextAlignment::GetRotateTextWithShape method + + +Indicates whether rotating text with shape. + +```cpp +bool Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetRotateTextWithShape() +``` + + +## Examples + + +```cpp +if (shapeTextAlignment.GetRotateTextWithShape() == false) +{ + shapeTextAlignment.SetRotateTextWithShape(true); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeTextAlignment](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/getrotationangle/_index.md b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/getrotationangle/_index.md new file mode 100644 index 00000000000..0704af44102 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/getrotationangle/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetRotationAngle method +linktitle: GetRotationAngle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetRotationAngle method. Gets and sets the rotation of the shape in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing.texts/shapetextalignment/getrotationangle/ +--- +## ShapeTextAlignment::GetRotationAngle method + + +Gets and sets the rotation of the shape. + +```cpp +double Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetRotationAngle() +``` + + +## Examples + + +```cpp +if (shapeTextAlignment.GetRotationAngle() == 0) +{ + shapeTextAlignment.SetRotationAngle(90); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeTextAlignment](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/gettexthorizontaloverflow/_index.md b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/gettexthorizontaloverflow/_index.md new file mode 100644 index 00000000000..d2de423fe57 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/gettexthorizontaloverflow/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetTextHorizontalOverflow method +linktitle: GetTextHorizontalOverflow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetTextHorizontalOverflow method. Gets and sets the text horizontal overflow type of the text box in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing.texts/shapetextalignment/gettexthorizontaloverflow/ +--- +## ShapeTextAlignment::GetTextHorizontalOverflow method + + +Gets and sets the text horizontal overflow type of the text box. + +```cpp +TextOverflowType Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetTextHorizontalOverflow() +``` + + +## Examples + + +```cpp +if (shapeTextAlignment.GetTextHorizontalOverflow() == TextOverflowType::Overflow) +{ + shapeTextAlignment.SetTextHorizontalOverflow(TextOverflowType::Clip); +} +``` + +## See Also + +* Enum [TextOverflowType](../../../aspose.cells.drawing/textoverflowtype/) +* Class [ShapeTextAlignment](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/gettextshapetype/_index.md b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/gettextshapetype/_index.md new file mode 100644 index 00000000000..36321af9af3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/gettextshapetype/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetTextShapeType method +linktitle: GetTextShapeType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetTextShapeType method. Gets and set the transform type of text in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.drawing.texts/shapetextalignment/gettextshapetype/ +--- +## ShapeTextAlignment::GetTextShapeType method + + +Gets and set the transform type of text. + +```cpp +AutoShapeType Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetTextShapeType() +``` + + +## Examples + + +```cpp +//Normalmente no modifique este valor a menos que sepa exactamente cuál será el resultado de la modificación +if (shapeTextAlignment.GetTextShapeType() == AutoShapeType::TextBox) +{ + shapeTextAlignment.SetTextShapeType(AutoShapeType::TextBox); +} +``` + +## See Also + +* Enum [AutoShapeType](../../../aspose.cells.drawing/autoshapetype/) +* Class [ShapeTextAlignment](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/gettextverticaloverflow/_index.md b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/gettextverticaloverflow/_index.md new file mode 100644 index 00000000000..f0d72c14db0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/gettextverticaloverflow/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetTextVerticalOverflow method +linktitle: GetTextVerticalOverflow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetTextVerticalOverflow method. Gets and sets the text vertical overflow type of the text box in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing.texts/shapetextalignment/gettextverticaloverflow/ +--- +## ShapeTextAlignment::GetTextVerticalOverflow method + + +Gets and sets the text vertical overflow type of the text box. + +```cpp +TextOverflowType Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetTextVerticalOverflow() +``` + + +## Examples + + +```cpp +if (shapeTextAlignment.GetTextVerticalOverflow() == TextOverflowType::Overflow) +{ + shapeTextAlignment.SetTextVerticalOverflow(TextOverflowType::Clip); +} +``` + +## See Also + +* Enum [TextOverflowType](../../../aspose.cells.drawing/textoverflowtype/) +* Class [ShapeTextAlignment](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/gettextverticaltype/_index.md b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/gettextverticaltype/_index.md new file mode 100644 index 00000000000..1e515b812ba --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/gettextverticaltype/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetTextVerticalType method +linktitle: GetTextVerticalType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetTextVerticalType method. Gets and sets the text direction in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing.texts/shapetextalignment/gettextverticaltype/ +--- +## ShapeTextAlignment::GetTextVerticalType method + + +Gets and sets the text direction. + +```cpp +TextVerticalType Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetTextVerticalType() +``` + + +## Examples + + +```cpp +if (shapeTextAlignment.GetTextVerticalType() == TextVerticalType::Vertical) +{ + shapeTextAlignment.SetTextVerticalType(TextVerticalType::Horizontal); +} +``` + +## See Also + +* Enum [TextVerticalType](../../textverticaltype/) +* Class [ShapeTextAlignment](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/gettopmarginpt/_index.md b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/gettopmarginpt/_index.md new file mode 100644 index 00000000000..e1e5abe698b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/gettopmarginpt/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetTopMarginPt method +linktitle: GetTopMarginPt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetTopMarginPt method. Returns the top margin in unit of Points in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.drawing.texts/shapetextalignment/gettopmarginpt/ +--- +## ShapeTextAlignment::GetTopMarginPt method + + +Returns the top margin in unit of Points. + +```cpp +double Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetTopMarginPt() +``` + + +## Examples + + +```cpp +if (shapeTextAlignment.GetTopMarginPt() != 2.0) +{ + shapeTextAlignment.SetTopMarginPt(2.0); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeTextAlignment](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/isautomargin/_index.md b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/isautomargin/_index.md new file mode 100644 index 00000000000..ba054840231 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/isautomargin/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::Texts::ShapeTextAlignment::IsAutoMargin method +linktitle: IsAutoMargin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::ShapeTextAlignment::IsAutoMargin method. Indicates whether the margin of the text frame is automatic in C++.' +type: docs +weight: 3200 +url: /es/cpp/aspose.cells.drawing.texts/shapetextalignment/isautomargin/ +--- +## ShapeTextAlignment::IsAutoMargin method + + +Indicates whether the margin of the text frame is automatic. + +```cpp +bool Aspose::Cells::Drawing::Texts::ShapeTextAlignment::IsAutoMargin() +``` + + +## Examples + + +```cpp +if (shapeTextAlignment.IsAutoMargin() == false) +{ + shapeTextAlignment.SetIsAutoMargin(true); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeTextAlignment](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/islockedtext/_index.md b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/islockedtext/_index.md new file mode 100644 index 00000000000..050b1b68a04 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/islockedtext/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Texts::ShapeTextAlignment::IsLockedText method +linktitle: IsLockedText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::ShapeTextAlignment::IsLockedText method. Indicates whether the shape is locked when worksheet is protected in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.drawing.texts/shapetextalignment/islockedtext/ +--- +## ShapeTextAlignment::IsLockedText method + + +Indicates whether the shape is locked when worksheet is protected. + +```cpp +bool Aspose::Cells::Drawing::Texts::ShapeTextAlignment::IsLockedText() +``` + +## Remarks + + +Only works when worksheet is protected. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeTextAlignment](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/isnull/_index.md b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/isnull/_index.md new file mode 100644 index 00000000000..bde307795a2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::Texts::ShapeTextAlignment::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::ShapeTextAlignment::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.texts/shapetextalignment/isnull/ +--- +## ShapeTextAlignment::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::Texts::ShapeTextAlignment::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeTextAlignment](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/istextwrapped/_index.md b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/istextwrapped/_index.md new file mode 100644 index 00000000000..dbf7ba98daf --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/istextwrapped/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::Texts::ShapeTextAlignment::IsTextWrapped method +linktitle: IsTextWrapped +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::ShapeTextAlignment::IsTextWrapped method. Gets or sets the text wrapped type of the shape which contains text in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.texts/shapetextalignment/istextwrapped/ +--- +## ShapeTextAlignment::IsTextWrapped method + + +Gets or sets the text wrapped type of the shape which contains text. + +```cpp +bool Aspose::Cells::Drawing::Texts::ShapeTextAlignment::IsTextWrapped() +``` + + +## Examples + + +```cpp +if (shapeTextAlignment.IsTextWrapped() == false) +{ + shapeTextAlignment.SetIsTextWrapped(false); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeTextAlignment](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/operator_asm/_index.md new file mode 100644 index 00000000000..974b09b5907 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Texts::ShapeTextAlignment::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::ShapeTextAlignment::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing.texts/shapetextalignment/operator_asm/ +--- +## ShapeTextAlignment::operator= method + + +operator= + +```cpp +ShapeTextAlignment & Aspose::Cells::Drawing::Texts::ShapeTextAlignment::operator=(const ShapeTextAlignment &src) +``` + +## See Also + +* Class [ShapeTextAlignment](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeTextAlignment](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/operator_bool/_index.md new file mode 100644 index 00000000000..9dce65d394a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Texts::ShapeTextAlignment::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::ShapeTextAlignment::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing.texts/shapetextalignment/operator_bool/ +--- +## ShapeTextAlignment::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::Texts::ShapeTextAlignment::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ShapeTextAlignment](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/setautosize/_index.md b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/setautosize/_index.md new file mode 100644 index 00000000000..23a22a03f69 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/setautosize/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetAutoSize method +linktitle: SetAutoSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetAutoSize method. Indicates if size of shape is adjusted automatically according to its content in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.drawing.texts/shapetextalignment/setautosize/ +--- +## ShapeTextAlignment::SetAutoSize method + + +Indicates if size of shape is adjusted automatically according to its content. + +```cpp +void Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetAutoSize(bool value) +``` + + +## Examples + + +```cpp +if (shapeTextAlignment.GetAutoSize() == false) +{ + shapeTextAlignment.SetAutoSize(true); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeTextAlignment](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/setbottommarginpt/_index.md b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/setbottommarginpt/_index.md new file mode 100644 index 00000000000..65bfa58441c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/setbottommarginpt/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetBottomMarginPt method +linktitle: SetBottomMarginPt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetBottomMarginPt method. Returns the bottom margin in unit of Points in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.drawing.texts/shapetextalignment/setbottommarginpt/ +--- +## ShapeTextAlignment::SetBottomMarginPt method + + +Returns the bottom margin in unit of Points. + +```cpp +void Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetBottomMarginPt(double value) +``` + + +## Examples + + +```cpp +if (shapeTextAlignment.GetBottomMarginPt() == 1.0) +{ + shapeTextAlignment.SetBottomMarginPt(2.0); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeTextAlignment](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/setisautomargin/_index.md b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/setisautomargin/_index.md new file mode 100644 index 00000000000..91f633ee857 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/setisautomargin/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetIsAutoMargin method +linktitle: SetIsAutoMargin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetIsAutoMargin method. Indicates whether the margin of the text frame is automatic in C++.' +type: docs +weight: 3300 +url: /es/cpp/aspose.cells.drawing.texts/shapetextalignment/setisautomargin/ +--- +## ShapeTextAlignment::SetIsAutoMargin method + + +Indicates whether the margin of the text frame is automatic. + +```cpp +void Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetIsAutoMargin(bool value) +``` + + +## Examples + + +```cpp +if (shapeTextAlignment.IsAutoMargin() == false) +{ + shapeTextAlignment.SetIsAutoMargin(true); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeTextAlignment](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/setislockedtext/_index.md b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/setislockedtext/_index.md new file mode 100644 index 00000000000..867a9a043a6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/setislockedtext/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetIsLockedText method +linktitle: SetIsLockedText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetIsLockedText method. Indicates whether the shape is locked when worksheet is protected in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.drawing.texts/shapetextalignment/setislockedtext/ +--- +## ShapeTextAlignment::SetIsLockedText method + + +Indicates whether the shape is locked when worksheet is protected. + +```cpp +void Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetIsLockedText(bool value) +``` + +## Remarks + + +Only works when worksheet is protected. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeTextAlignment](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/setistextwrapped/_index.md b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/setistextwrapped/_index.md new file mode 100644 index 00000000000..5b94524a712 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/setistextwrapped/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetIsTextWrapped method +linktitle: SetIsTextWrapped +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetIsTextWrapped method. Gets or sets the text wrapped type of the shape which contains text in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing.texts/shapetextalignment/setistextwrapped/ +--- +## ShapeTextAlignment::SetIsTextWrapped method + + +Gets or sets the text wrapped type of the shape which contains text. + +```cpp +void Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetIsTextWrapped(bool value) +``` + + +## Examples + + +```cpp +if (shapeTextAlignment.IsTextWrapped() == false) +{ + shapeTextAlignment.SetIsTextWrapped(false); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeTextAlignment](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/setleftmarginpt/_index.md b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/setleftmarginpt/_index.md new file mode 100644 index 00000000000..b441681c0cb --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/setleftmarginpt/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetLeftMarginPt method +linktitle: SetLeftMarginPt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetLeftMarginPt method. Returns the left margin in unit of Points in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells.drawing.texts/shapetextalignment/setleftmarginpt/ +--- +## ShapeTextAlignment::SetLeftMarginPt method + + +Returns the left margin in unit of Points. + +```cpp +void Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetLeftMarginPt(double value) +``` + + +## Examples + + +```cpp +if (shapeTextAlignment.GetLeftMarginPt() == 1.0) +{ + shapeTextAlignment.SetLeftMarginPt(2.0); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeTextAlignment](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/setnumberofcolumns/_index.md b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/setnumberofcolumns/_index.md new file mode 100644 index 00000000000..4d2c6652737 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/setnumberofcolumns/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetNumberOfColumns method +linktitle: SetNumberOfColumns +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetNumberOfColumns method. Gets and sets the number of columns of text in the bounding rectangle in C++.' +type: docs +weight: 3500 +url: /es/cpp/aspose.cells.drawing.texts/shapetextalignment/setnumberofcolumns/ +--- +## ShapeTextAlignment::SetNumberOfColumns method + + +Gets and sets the number of columns of text in the bounding rectangle. + +```cpp +void Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetNumberOfColumns(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeTextAlignment](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/setrightmarginpt/_index.md b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/setrightmarginpt/_index.md new file mode 100644 index 00000000000..bb88d630699 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/setrightmarginpt/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetRightMarginPt method +linktitle: SetRightMarginPt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetRightMarginPt method. Returns the right margin in unit of Points in C++.' +type: docs +weight: 3100 +url: /es/cpp/aspose.cells.drawing.texts/shapetextalignment/setrightmarginpt/ +--- +## ShapeTextAlignment::SetRightMarginPt method + + +Returns the right margin in unit of Points. + +```cpp +void Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetRightMarginPt(double value) +``` + + +## Examples + + +```cpp +if (shapeTextAlignment.GetRightMarginPt() == 1.0) +{ + shapeTextAlignment.SetRightMarginPt(2.0); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeTextAlignment](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/setrotatetextwithshape/_index.md b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/setrotatetextwithshape/_index.md new file mode 100644 index 00000000000..570cf15e554 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/setrotatetextwithshape/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetRotateTextWithShape method +linktitle: SetRotateTextWithShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetRotateTextWithShape method. Indicates whether rotating text with shape in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing.texts/shapetextalignment/setrotatetextwithshape/ +--- +## ShapeTextAlignment::SetRotateTextWithShape method + + +Indicates whether rotating text with shape. + +```cpp +void Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetRotateTextWithShape(bool value) +``` + + +## Examples + + +```cpp +if (shapeTextAlignment.GetRotateTextWithShape() == false) +{ + shapeTextAlignment.SetRotateTextWithShape(true); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeTextAlignment](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/setrotationangle/_index.md b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/setrotationangle/_index.md new file mode 100644 index 00000000000..40fb6b6af07 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/setrotationangle/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetRotationAngle method +linktitle: SetRotationAngle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetRotationAngle method. Gets and sets the rotation of the shape in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing.texts/shapetextalignment/setrotationangle/ +--- +## ShapeTextAlignment::SetRotationAngle method + + +Gets and sets the rotation of the shape. + +```cpp +void Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetRotationAngle(double value) +``` + + +## Examples + + +```cpp +if (shapeTextAlignment.GetRotationAngle() == 0) +{ + shapeTextAlignment.SetRotationAngle(90); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeTextAlignment](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/settexthorizontaloverflow/_index.md b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/settexthorizontaloverflow/_index.md new file mode 100644 index 00000000000..f4bdf8d379d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/settexthorizontaloverflow/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetTextHorizontalOverflow method +linktitle: SetTextHorizontalOverflow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetTextHorizontalOverflow method. Gets and sets the text horizontal overflow type of the text box in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing.texts/shapetextalignment/settexthorizontaloverflow/ +--- +## ShapeTextAlignment::SetTextHorizontalOverflow method + + +Gets and sets the text horizontal overflow type of the text box. + +```cpp +void Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetTextHorizontalOverflow(TextOverflowType value) +``` + + +## Examples + + +```cpp +if (shapeTextAlignment.GetTextHorizontalOverflow() == TextOverflowType::Overflow) +{ + shapeTextAlignment.SetTextHorizontalOverflow(TextOverflowType::Clip); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [TextOverflowType](../../../aspose.cells.drawing/textoverflowtype/) +* Class [ShapeTextAlignment](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/settextshapetype/_index.md b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/settextshapetype/_index.md new file mode 100644 index 00000000000..c1c44a8c3d0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/settextshapetype/_index.md @@ -0,0 +1,37 @@ +--- +title: Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetTextShapeType method +linktitle: SetTextShapeType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetTextShapeType method. Gets and set the transform type of text in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.drawing.texts/shapetextalignment/settextshapetype/ +--- +## ShapeTextAlignment::SetTextShapeType method + + +Gets and set the transform type of text. + +```cpp +void Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetTextShapeType(AutoShapeType value) +``` + + +## Examples + + +```cpp +//Normalmente no modifique este valor a menos que sepa exactamente cuál será el resultado de la modificación +if (shapeTextAlignment.GetTextShapeType() == AutoShapeType::TextBox) +{ + shapeTextAlignment.SetTextShapeType(AutoShapeType::TextBox); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [AutoShapeType](../../../aspose.cells.drawing/autoshapetype/) +* Class [ShapeTextAlignment](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/settextverticaloverflow/_index.md b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/settextverticaloverflow/_index.md new file mode 100644 index 00000000000..d2ba94b2c32 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/settextverticaloverflow/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetTextVerticalOverflow method +linktitle: SetTextVerticalOverflow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetTextVerticalOverflow method. Gets and sets the text vertical overflow type of the text box in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing.texts/shapetextalignment/settextverticaloverflow/ +--- +## ShapeTextAlignment::SetTextVerticalOverflow method + + +Gets and sets the text vertical overflow type of the text box. + +```cpp +void Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetTextVerticalOverflow(TextOverflowType value) +``` + + +## Examples + + +```cpp +if (shapeTextAlignment.GetTextVerticalOverflow() == TextOverflowType::Overflow) +{ + shapeTextAlignment.SetTextVerticalOverflow(TextOverflowType::Clip); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [TextOverflowType](../../../aspose.cells.drawing/textoverflowtype/) +* Class [ShapeTextAlignment](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/settextverticaltype/_index.md b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/settextverticaltype/_index.md new file mode 100644 index 00000000000..43abf29ea30 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/settextverticaltype/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetTextVerticalType method +linktitle: SetTextVerticalType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetTextVerticalType method. Gets and sets the text direction in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing.texts/shapetextalignment/settextverticaltype/ +--- +## ShapeTextAlignment::SetTextVerticalType method + + +Gets and sets the text direction. + +```cpp +void Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetTextVerticalType(TextVerticalType value) +``` + + +## Examples + + +```cpp +if (shapeTextAlignment.GetTextVerticalType() == TextVerticalType::Vertical) +{ + shapeTextAlignment.SetTextVerticalType(TextVerticalType::Horizontal); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [TextVerticalType](../../textverticaltype/) +* Class [ShapeTextAlignment](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/settopmarginpt/_index.md b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/settopmarginpt/_index.md new file mode 100644 index 00000000000..238a042ca0b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/settopmarginpt/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetTopMarginPt method +linktitle: SetTopMarginPt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetTopMarginPt method. Returns the top margin in unit of Points in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.drawing.texts/shapetextalignment/settopmarginpt/ +--- +## ShapeTextAlignment::SetTopMarginPt method + + +Returns the top margin in unit of Points. + +```cpp +void Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetTopMarginPt(double value) +``` + + +## Examples + + +```cpp +if (shapeTextAlignment.GetTopMarginPt() != 2.0) +{ + shapeTextAlignment.SetTopMarginPt(2.0); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeTextAlignment](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/shapetextalignment/_index.md b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/shapetextalignment/_index.md new file mode 100644 index 00000000000..edeab3cfe05 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/shapetextalignment/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::Texts::ShapeTextAlignment::ShapeTextAlignment constructor +linktitle: ShapeTextAlignment +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::ShapeTextAlignment::ShapeTextAlignment constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing.texts/shapetextalignment/shapetextalignment/ +--- +## ShapeTextAlignment::ShapeTextAlignment(ShapeTextAlignment_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::Texts::ShapeTextAlignment::ShapeTextAlignment(ShapeTextAlignment_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeTextAlignment](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) +## ShapeTextAlignment::ShapeTextAlignment(const ShapeTextAlignment\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::Texts::ShapeTextAlignment::ShapeTextAlignment(const ShapeTextAlignment &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeTextAlignment](../) +* Class [ShapeTextAlignment](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/~shapetextalignment/_index.md b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/~shapetextalignment/_index.md new file mode 100644 index 00000000000..5438b2b55b0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/shapetextalignment/~shapetextalignment/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Texts::ShapeTextAlignment::~ShapeTextAlignment method +linktitle: ~ShapeTextAlignment +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::ShapeTextAlignment::~ShapeTextAlignment method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing.texts/shapetextalignment/~shapetextalignment/ +--- +## ShapeTextAlignment::~ShapeTextAlignment method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::Texts::ShapeTextAlignment::~ShapeTextAlignment() +``` + +## See Also + +* Class [ShapeTextAlignment](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/shapetextverticalalignmenttype/_index.md b/spanish/cpp/aspose.cells.drawing.texts/shapetextverticalalignmenttype/_index.md new file mode 100644 index 00000000000..d95da276ea9 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/shapetextverticalalignmenttype/_index.md @@ -0,0 +1,39 @@ +--- +title: Aspose::Cells::Drawing::Texts::ShapeTextVerticalAlignmentType enum +linktitle: ShapeTextVerticalAlignmentType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::ShapeTextVerticalAlignmentType enum. It corresponds to "Format Shape - Text Options - Text Box - Vertical Alignment" in Excel in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing.texts/shapetextverticalalignmenttype/ +--- +## ShapeTextVerticalAlignmentType enum + + +It corresponds to "Format Shape - Text Options - Text Box - Vertical Alignment" in Excel. + +```cpp +enum class ShapeTextVerticalAlignmentType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Top | 0 |
| +| Middle | 1 |
| +| Bottom | 2 |
| +| TopCentered | 3 |
| +| MiddleCentered | 4 |
| +| BottomCentered | 5 |
| +| Left | 6 |
| +| Center | 7 |
| +| Right | 8 |
| +| LeftMiddle | 9 |
| +| CenterMiddle | 10 |
| +| RightMiddle | 11 |
| + +## See Also + +* Namespace [Aspose::Cells::Drawing::Texts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textautonumberscheme/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textautonumberscheme/_index.md new file mode 100644 index 00000000000..65dbd487a53 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textautonumberscheme/_index.md @@ -0,0 +1,69 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextAutonumberScheme enum +linktitle: TextAutonumberScheme +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextAutonumberScheme enum. Represents all automatic number scheme in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing.texts/textautonumberscheme/ +--- +## TextAutonumberScheme enum + + +Represents all automatic number scheme. + +```cpp +enum class TextAutonumberScheme +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| None | 0 |
| +| AlphaLcParenBoth | 1 |
(a), (b), (c), … | +| AlphaLcParenR | 2 |
a), b), c), … | +| AlphaLcPeriod | 3 |
a., b., c., … | +| AlphaUcParenBoth | 4 |
(A), (B), (C), … | +| AlphaUcParenR | 5 |
A), B), C), … | +| AlphaUcPeriod | 6 |
A., B., C., … | +| Arabic1Minus | 7 |
Bidi Arabic 1 (AraAlpha) with ANSI minus symbol. | +| Arabic2Minus | 8 |
Bidi Arabic 2 (AraAbjad) with ANSI minus symbol. | +| ArabicDbPeriod | 9 |
Dbl-byte Arabic numbers w/ double-byte period. | +| ArabicDbPlain | 10 |
Dbl-byte Arabic numbers. | +| ArabicParenBoth | 11 |
(1), (2), (3), … | +| ArabicParenR | 12 |
1), 2), 3), … | +| ArabicPeriod | 13 |
1., 2., 3., … | +| ArabicPlain | 14 |
1, 2, 3, … | +| CircleNumDbPlain | 15 |
Dbl-byte circle numbers (1-10 circle[0x2460-], 11-arabic numbers) | +| CircleNumWdBlackPlain | 16 |
Wingdings black circle numbers. | +| CircleNumWdWhitePlain | 17 |
Wingdings white circle numbers (0-10 circle[0x0080-],11- arabic numbers) | +| Ea1ChsPeriod | 18 |
EA: Simplified Chinese w/ single-byte period. | +| Ea1ChsPlain | 19 |
EA: Simplified Chinese (TypeA 1-99, TypeC 100-) | +| Ea1ChtPeriod | 20 |
EA: Traditional Chinese w/ single-byte period. | +| Ea1ChtPlain | 21 |
EA: Traditional Chinese (TypeA 1-19, TypeC 20-) | +| Ea1JpnChsDbPeriod | 22 |
EA: Japanese w/ double-byte period. | +| Ea1JpnKorPeriod | 23 |
EA: Japanese/Korean w/ single-byte period. | +| Ea1JpnKorPlain | 24 |
EA: Japanese/Korean (TypeC 1-) | +| Hebrew2Minus | 25 |
Bidi Hebrew 2 with ANSI minus symbol. | +| HindiAlpha1Period | 26 |
Hindi alphabet period - consonants. | +| HindiAlphaPeriod | 27 |
Hindi alphabet period - vowels. | +| HindiNumParenR | 28 |
Hindi numerical parentheses - right. | +| HindiNumPeriod | 29 |
Hindi numerical period. | +| RomanLcParenBoth | 30 |
(i), (ii), (iii), … | +| RomanLcParenR | 31 |
i), ii), iii), … | +| RomanLcPeriod | 32 |
i., ii., iii., … | +| RomanUcParenBoth | 33 |
(I), (II), (III), … | +| RomanUcParenR | 34 |
I), II), III), … | +| RomanUcPeriod | 35 |
I., II., III., … | +| ThaiAlphaParenBoth | 36 |
Thai alphabet parentheses - both. | +| ThaiAlphaParenR | 37 |
Thai alphabet parentheses - right. | +| ThaiAlphaPeriod | 38 |
Thai alphabet period. | +| ThaiNumParenBoth | 39 |
Thai numerical parentheses - both. | +| ThaiNumParenR | 40 |
Thai numerical parentheses - right. | +| ThaiNumPeriod | 41 |
Thai numerical period. | + +## See Also + +* Namespace [Aspose::Cells::Drawing::Texts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/_impl/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/_impl/_index.md new file mode 100644 index 00000000000..0b51d0f0e24 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextBoxOptions::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextBoxOptions::_impl field. The implementation object in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.drawing.texts/textboxoptions/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +TextBoxOptions_Impl* Aspose::Cells::Drawing::Texts::TextBoxOptions::_impl +``` + +## See Also + +* Class [TextBoxOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/_index.md new file mode 100644 index 00000000000..36e06fc99f2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/_index.md @@ -0,0 +1,73 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextBoxOptions class +linktitle: TextBoxOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextBoxOptions class. Represents the text options of the shape in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing.texts/textboxoptions/ +--- +## TextBoxOptions class + + +Represents the text options of the shape. + +```cpp +class TextBoxOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetAllowTextToOverflow()](./getallowtexttooverflow/) | Whether allow text to overflow shape. | +| [GetBottomMarginPt()](./getbottommarginpt/) | Returns the bottom margin in unit of Points. | +| [GetLeftMarginPt()](./getleftmarginpt/) | Gets and sets the left margin in unit of Points. | +| [GetResizeToFitText()](./getresizetofittext/) | Indicates whether to resize the shape to fit the text. | +| [GetRightMarginPt()](./getrightmarginpt/) | Gets and sets the right margin in unit of Points. | +| [GetShapeTextDirection()](./getshapetextdirection/) | Gets or sets the text display direction within a given text body. It corresponds to "Format Shape - Text Options - Text Box - Text direction" in Excel. | +| [GetShapeTextVerticalAlignment()](./getshapetextverticalalignment/) | It corresponds to "Format Shape - Text Options - Text Box - Vertical Alignment" in Excel. | +| [GetTopMarginPt()](./gettopmarginpt/) | Gets and sets the top margin in unit of Points. | +| [GetWrapTextInShape()](./getwraptextinshape/) | Specifies text wrapping within a shape. False - No wrapping will occur on text body. True - Wrapping will occur on text body. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const TextBoxOptions\& src)](./operator_asm/) | operator= | +| [SetAllowTextToOverflow(bool value)](./setallowtexttooverflow/) | Whether allow text to overflow shape. | +| [SetBottomMarginPt(double value)](./setbottommarginpt/) | Returns the bottom margin in unit of Points. | +| [SetLeftMarginPt(double value)](./setleftmarginpt/) | Gets and sets the left margin in unit of Points. | +| [SetResizeToFitText(bool value)](./setresizetofittext/) | Indicates whether to resize the shape to fit the text. | +| [SetRightMarginPt(double value)](./setrightmarginpt/) | Gets and sets the right margin in unit of Points. | +| [SetShapeTextDirection(TextVerticalType value)](./setshapetextdirection/) | Gets or sets the text display direction within a given text body. It corresponds to "Format Shape - Text Options - Text Box - Text direction" in Excel. | +| [SetShapeTextVerticalAlignment(ShapeTextVerticalAlignmentType value)](./setshapetextverticalalignment/) | It corresponds to "Format Shape - Text Options - Text Box - Vertical Alignment" in Excel. | +| [SetTopMarginPt(double value)](./settopmarginpt/) | Gets and sets the top margin in unit of Points. | +| [SetWrapTextInShape(bool value)](./setwraptextinshape/) | Specifies text wrapping within a shape. False - No wrapping will occur on text body. True - Wrapping will occur on text body. | +| [TextBoxOptions(TextBoxOptions_Impl* impl)](./textboxoptions/) | Constructs from an implementation object. | +| [TextBoxOptions(const TextBoxOptions\& src)](./textboxoptions/) | Copy constructor. | +| [~TextBoxOptions()](./~textboxoptions/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; +int index = workbook.GetWorksheets().Get(0).GetTextBoxes().Add(0, 0, 350, 350); +Shape shape = workbook.GetWorksheets().Get(0).GetTextBoxes().Get(index); +shape.SetText(u"This is test."); + + +//Guarde el archivo de Excel. +workbook.Save("exmaple.xlsx"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::Drawing::Texts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/getallowtexttooverflow/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/getallowtexttooverflow/_index.md new file mode 100644 index 00000000000..746be875611 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/getallowtexttooverflow/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextBoxOptions::GetAllowTextToOverflow method +linktitle: GetAllowTextToOverflow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextBoxOptions::GetAllowTextToOverflow method. Whether allow text to overflow shape in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.drawing.texts/textboxoptions/getallowtexttooverflow/ +--- +## TextBoxOptions::GetAllowTextToOverflow method + + +Whether allow text to overflow shape. + +```cpp +bool Aspose::Cells::Drawing::Texts::TextBoxOptions::GetAllowTextToOverflow() +``` + + +## Examples + + +```cpp +bool b = shape.GetTextBoxOptions().GetAllowTextToOverflow(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/getbottommarginpt/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/getbottommarginpt/_index.md new file mode 100644 index 00000000000..28876a64026 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/getbottommarginpt/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextBoxOptions::GetBottomMarginPt method +linktitle: GetBottomMarginPt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextBoxOptions::GetBottomMarginPt method. Returns the bottom margin in unit of Points in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.drawing.texts/textboxoptions/getbottommarginpt/ +--- +## TextBoxOptions::GetBottomMarginPt method + + +Returns the bottom margin in unit of Points. + +```cpp +double Aspose::Cells::Drawing::Texts::TextBoxOptions::GetBottomMarginPt() +``` + + +## Examples + + +```cpp +double val = shape.GetTextBoxOptions().GetBottomMarginPt(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/getleftmarginpt/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/getleftmarginpt/_index.md new file mode 100644 index 00000000000..d5d25614121 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/getleftmarginpt/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextBoxOptions::GetLeftMarginPt method +linktitle: GetLeftMarginPt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextBoxOptions::GetLeftMarginPt method. Gets and sets the left margin in unit of Points in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing.texts/textboxoptions/getleftmarginpt/ +--- +## TextBoxOptions::GetLeftMarginPt method + + +Gets and sets the left margin in unit of Points. + +```cpp +double Aspose::Cells::Drawing::Texts::TextBoxOptions::GetLeftMarginPt() +``` + + +## Examples + + +```cpp +double val = shape.GetTextBoxOptions().GetLeftMarginPt(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/getresizetofittext/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/getresizetofittext/_index.md new file mode 100644 index 00000000000..0b76137b209 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/getresizetofittext/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextBoxOptions::GetResizeToFitText method +linktitle: GetResizeToFitText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextBoxOptions::GetResizeToFitText method. Indicates whether to resize the shape to fit the text in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing.texts/textboxoptions/getresizetofittext/ +--- +## TextBoxOptions::GetResizeToFitText method + + +Indicates whether to resize the shape to fit the text. + +```cpp +bool Aspose::Cells::Drawing::Texts::TextBoxOptions::GetResizeToFitText() +``` + + +## Examples + + +```cpp +bool b = shape.GetTextBoxOptions().GetResizeToFitText(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/getrightmarginpt/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/getrightmarginpt/_index.md new file mode 100644 index 00000000000..acfe3d2d27f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/getrightmarginpt/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextBoxOptions::GetRightMarginPt method +linktitle: GetRightMarginPt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextBoxOptions::GetRightMarginPt method. Gets and sets the right margin in unit of Points in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing.texts/textboxoptions/getrightmarginpt/ +--- +## TextBoxOptions::GetRightMarginPt method + + +Gets and sets the right margin in unit of Points. + +```cpp +double Aspose::Cells::Drawing::Texts::TextBoxOptions::GetRightMarginPt() +``` + + +## Examples + + +```cpp +double val = shape.GetTextBoxOptions().GetRightMarginPt(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/getshapetextdirection/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/getshapetextdirection/_index.md new file mode 100644 index 00000000000..d5e8afdc3be --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/getshapetextdirection/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextBoxOptions::GetShapeTextDirection method +linktitle: GetShapeTextDirection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextBoxOptions::GetShapeTextDirection method. Gets or sets the text display direction within a given text body. It corresponds to "Format Shape - Text Options - Text Box - Text direction" in Excel in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing.texts/textboxoptions/getshapetextdirection/ +--- +## TextBoxOptions::GetShapeTextDirection method + + +Gets or sets the text display direction within a given text body. It corresponds to "Format Shape - Text Options - Text Box - Text direction" in Excel. + +```cpp +TextVerticalType Aspose::Cells::Drawing::Texts::TextBoxOptions::GetShapeTextDirection() +``` + + +## Examples + + +```cpp +TextVerticalType type = shape.GetTextBoxOptions().GetShapeTextDirection(); +``` + +## See Also + +* Enum [TextVerticalType](../../textverticaltype/) +* Class [TextBoxOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/getshapetextverticalalignment/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/getshapetextverticalalignment/_index.md new file mode 100644 index 00000000000..e230a25eeb2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/getshapetextverticalalignment/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextBoxOptions::GetShapeTextVerticalAlignment method +linktitle: GetShapeTextVerticalAlignment +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextBoxOptions::GetShapeTextVerticalAlignment method. It corresponds to "Format Shape - Text Options - Text Box - Vertical Alignment" in Excel in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.texts/textboxoptions/getshapetextverticalalignment/ +--- +## TextBoxOptions::GetShapeTextVerticalAlignment method + + +It corresponds to "Format Shape - Text Options - Text Box - Vertical Alignment" in Excel. + +```cpp +ShapeTextVerticalAlignmentType Aspose::Cells::Drawing::Texts::TextBoxOptions::GetShapeTextVerticalAlignment() +``` + + +## Examples + + +```cpp +ShapeTextVerticalAlignmentType type = shape.GetTextBoxOptions().GetShapeTextVerticalAlignment(); +``` + +## See Also + +* Enum [ShapeTextVerticalAlignmentType](../../shapetextverticalalignmenttype/) +* Class [TextBoxOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/gettopmarginpt/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/gettopmarginpt/_index.md new file mode 100644 index 00000000000..be44fb25717 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/gettopmarginpt/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextBoxOptions::GetTopMarginPt method +linktitle: GetTopMarginPt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextBoxOptions::GetTopMarginPt method. Gets and sets the top margin in unit of Points in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing.texts/textboxoptions/gettopmarginpt/ +--- +## TextBoxOptions::GetTopMarginPt method + + +Gets and sets the top margin in unit of Points. + +```cpp +double Aspose::Cells::Drawing::Texts::TextBoxOptions::GetTopMarginPt() +``` + + +## Examples + + +```cpp +double val = shape.GetTextBoxOptions().GetTopMarginPt(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/getwraptextinshape/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/getwraptextinshape/_index.md new file mode 100644 index 00000000000..89df9aa4e33 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/getwraptextinshape/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextBoxOptions::GetWrapTextInShape method +linktitle: GetWrapTextInShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextBoxOptions::GetWrapTextInShape method. Specifies text wrapping within a shape. False - No wrapping will occur on text body. True - Wrapping will occur on text body in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.drawing.texts/textboxoptions/getwraptextinshape/ +--- +## TextBoxOptions::GetWrapTextInShape method + + +Specifies text wrapping within a shape. False - No wrapping will occur on text body. True - Wrapping will occur on text body. + +```cpp +bool Aspose::Cells::Drawing::Texts::TextBoxOptions::GetWrapTextInShape() +``` + + +## Examples + + +```cpp +bool b = shape.GetTextBoxOptions().GetWrapTextInShape(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/isnull/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/isnull/_index.md new file mode 100644 index 00000000000..bc72c2f86cc --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextBoxOptions::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextBoxOptions::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.texts/textboxoptions/isnull/ +--- +## TextBoxOptions::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::Texts::TextBoxOptions::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/operator_asm/_index.md new file mode 100644 index 00000000000..85a1afa0149 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextBoxOptions::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextBoxOptions::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing.texts/textboxoptions/operator_asm/ +--- +## TextBoxOptions::operator= method + + +operator= + +```cpp +TextBoxOptions & Aspose::Cells::Drawing::Texts::TextBoxOptions::operator=(const TextBoxOptions &src) +``` + +## See Also + +* Class [TextBoxOptions](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/operator_bool/_index.md new file mode 100644 index 00000000000..16facd1fbf9 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextBoxOptions::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextBoxOptions::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing.texts/textboxoptions/operator_bool/ +--- +## TextBoxOptions::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::Texts::TextBoxOptions::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [TextBoxOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/setallowtexttooverflow/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/setallowtexttooverflow/_index.md new file mode 100644 index 00000000000..f70134b52c6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/setallowtexttooverflow/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextBoxOptions::SetAllowTextToOverflow method +linktitle: SetAllowTextToOverflow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextBoxOptions::SetAllowTextToOverflow method. Whether allow text to overflow shape in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.drawing.texts/textboxoptions/setallowtexttooverflow/ +--- +## TextBoxOptions::SetAllowTextToOverflow method + + +Whether allow text to overflow shape. + +```cpp +void Aspose::Cells::Drawing::Texts::TextBoxOptions::SetAllowTextToOverflow(bool value) +``` + + +## Examples + + +```cpp +shape.GetTextBoxOptions().SetAllowTextToOverflow(true); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/setbottommarginpt/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/setbottommarginpt/_index.md new file mode 100644 index 00000000000..e8120c84260 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/setbottommarginpt/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextBoxOptions::SetBottomMarginPt method +linktitle: SetBottomMarginPt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextBoxOptions::SetBottomMarginPt method. Returns the bottom margin in unit of Points in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.drawing.texts/textboxoptions/setbottommarginpt/ +--- +## TextBoxOptions::SetBottomMarginPt method + + +Returns the bottom margin in unit of Points. + +```cpp +void Aspose::Cells::Drawing::Texts::TextBoxOptions::SetBottomMarginPt(double value) +``` + + +## Examples + + +```cpp +shape.GetTextBoxOptions().SetBottomMarginPt(0.2); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/setleftmarginpt/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/setleftmarginpt/_index.md new file mode 100644 index 00000000000..ea822829a46 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/setleftmarginpt/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextBoxOptions::SetLeftMarginPt method +linktitle: SetLeftMarginPt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextBoxOptions::SetLeftMarginPt method. Gets and sets the left margin in unit of Points in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing.texts/textboxoptions/setleftmarginpt/ +--- +## TextBoxOptions::SetLeftMarginPt method + + +Gets and sets the left margin in unit of Points. + +```cpp +void Aspose::Cells::Drawing::Texts::TextBoxOptions::SetLeftMarginPt(double value) +``` + + +## Examples + + +```cpp +shape.GetTextBoxOptions().SetLeftMarginPt(0.2); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/setresizetofittext/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/setresizetofittext/_index.md new file mode 100644 index 00000000000..27ffe7fc8f4 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/setresizetofittext/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextBoxOptions::SetResizeToFitText method +linktitle: SetResizeToFitText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextBoxOptions::SetResizeToFitText method. Indicates whether to resize the shape to fit the text in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing.texts/textboxoptions/setresizetofittext/ +--- +## TextBoxOptions::SetResizeToFitText method + + +Indicates whether to resize the shape to fit the text. + +```cpp +void Aspose::Cells::Drawing::Texts::TextBoxOptions::SetResizeToFitText(bool value) +``` + + +## Examples + + +```cpp +shape.GetTextBoxOptions().SetResizeToFitText(false); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/setrightmarginpt/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/setrightmarginpt/_index.md new file mode 100644 index 00000000000..1dcc15cad3f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/setrightmarginpt/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextBoxOptions::SetRightMarginPt method +linktitle: SetRightMarginPt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextBoxOptions::SetRightMarginPt method. Gets and sets the right margin in unit of Points in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing.texts/textboxoptions/setrightmarginpt/ +--- +## TextBoxOptions::SetRightMarginPt method + + +Gets and sets the right margin in unit of Points. + +```cpp +void Aspose::Cells::Drawing::Texts::TextBoxOptions::SetRightMarginPt(double value) +``` + + +## Examples + + +```cpp +shape.GetTextBoxOptions().SetRightMarginPt(0.2); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/setshapetextdirection/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/setshapetextdirection/_index.md new file mode 100644 index 00000000000..11b10756aa3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/setshapetextdirection/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextBoxOptions::SetShapeTextDirection method +linktitle: SetShapeTextDirection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextBoxOptions::SetShapeTextDirection method. Gets or sets the text display direction within a given text body. It corresponds to "Format Shape - Text Options - Text Box - Text direction" in Excel in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing.texts/textboxoptions/setshapetextdirection/ +--- +## TextBoxOptions::SetShapeTextDirection method + + +Gets or sets the text display direction within a given text body. It corresponds to "Format Shape - Text Options - Text Box - Text direction" in Excel. + +```cpp +void Aspose::Cells::Drawing::Texts::TextBoxOptions::SetShapeTextDirection(TextVerticalType value) +``` + + +## Examples + + +```cpp +shape.GetTextBoxOptions().SetShapeTextDirection(TextVerticalType::Vertical); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [TextVerticalType](../../textverticaltype/) +* Class [TextBoxOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/setshapetextverticalalignment/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/setshapetextverticalalignment/_index.md new file mode 100644 index 00000000000..31e9e906e64 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/setshapetextverticalalignment/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextBoxOptions::SetShapeTextVerticalAlignment method +linktitle: SetShapeTextVerticalAlignment +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextBoxOptions::SetShapeTextVerticalAlignment method. It corresponds to "Format Shape - Text Options - Text Box - Vertical Alignment" in Excel in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing.texts/textboxoptions/setshapetextverticalalignment/ +--- +## TextBoxOptions::SetShapeTextVerticalAlignment method + + +It corresponds to "Format Shape - Text Options - Text Box - Vertical Alignment" in Excel. + +```cpp +void Aspose::Cells::Drawing::Texts::TextBoxOptions::SetShapeTextVerticalAlignment(ShapeTextVerticalAlignmentType value) +``` + + +## Examples + + +```cpp +shape.GetTextBoxOptions().SetShapeTextVerticalAlignment(ShapeTextVerticalAlignmentType::Left); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ShapeTextVerticalAlignmentType](../../shapetextverticalalignmenttype/) +* Class [TextBoxOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/settopmarginpt/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/settopmarginpt/_index.md new file mode 100644 index 00000000000..9018c48611c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/settopmarginpt/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextBoxOptions::SetTopMarginPt method +linktitle: SetTopMarginPt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextBoxOptions::SetTopMarginPt method. Gets and sets the top margin in unit of Points in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing.texts/textboxoptions/settopmarginpt/ +--- +## TextBoxOptions::SetTopMarginPt method + + +Gets and sets the top margin in unit of Points. + +```cpp +void Aspose::Cells::Drawing::Texts::TextBoxOptions::SetTopMarginPt(double value) +``` + + +## Examples + + +```cpp +shape.GetTextBoxOptions().SetTopMarginPt(0.2); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/setwraptextinshape/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/setwraptextinshape/_index.md new file mode 100644 index 00000000000..5fbe2013f72 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/setwraptextinshape/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextBoxOptions::SetWrapTextInShape method +linktitle: SetWrapTextInShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextBoxOptions::SetWrapTextInShape method. Specifies text wrapping within a shape. False - No wrapping will occur on text body. True - Wrapping will occur on text body in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.drawing.texts/textboxoptions/setwraptextinshape/ +--- +## TextBoxOptions::SetWrapTextInShape method + + +Specifies text wrapping within a shape. False - No wrapping will occur on text body. True - Wrapping will occur on text body. + +```cpp +void Aspose::Cells::Drawing::Texts::TextBoxOptions::SetWrapTextInShape(bool value) +``` + + +## Examples + + +```cpp +shape.GetTextBoxOptions().SetWrapTextInShape(true); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/textboxoptions/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/textboxoptions/_index.md new file mode 100644 index 00000000000..54158d7c9bc --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/textboxoptions/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextBoxOptions::TextBoxOptions constructor +linktitle: TextBoxOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextBoxOptions::TextBoxOptions constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing.texts/textboxoptions/textboxoptions/ +--- +## TextBoxOptions::TextBoxOptions(TextBoxOptions_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::Texts::TextBoxOptions::TextBoxOptions(TextBoxOptions_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) +## TextBoxOptions::TextBoxOptions(const TextBoxOptions\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::Texts::TextBoxOptions::TextBoxOptions(const TextBoxOptions &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxOptions](../) +* Class [TextBoxOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/~textboxoptions/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/~textboxoptions/_index.md new file mode 100644 index 00000000000..b0ef0d7acfe --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textboxoptions/~textboxoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextBoxOptions::~TextBoxOptions method +linktitle: ~TextBoxOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextBoxOptions::~TextBoxOptions method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing.texts/textboxoptions/~textboxoptions/ +--- +## TextBoxOptions::~TextBoxOptions method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::Texts::TextBoxOptions::~TextBoxOptions() +``` + +## See Also + +* Class [TextBoxOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textfontaligntype/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textfontaligntype/_index.md new file mode 100644 index 00000000000..a8504357c18 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textfontaligntype/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextFontAlignType enum +linktitle: TextFontAlignType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextFontAlignType enum. Represents the different types of font alignment in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing.texts/textfontaligntype/ +--- +## TextFontAlignType enum + + +Represents the different types of font alignment. + +```cpp +enum class TextFontAlignType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Automatic | 0 |
When the text flow is horizontal or simple vertical same as fontBaseline but for other vertical modes same as fontCenter. | +| Bottom | 1 |
The letters are anchored to the very bottom of a single line. | +| Baseline | 2 |
The letters are anchored to the bottom baseline of a single line. | +| Center | 3 |
The letters are anchored between the two baselines of a single line. | +| Top | 4 |
The letters are anchored to the top baseline of a single line. | + +## See Also + +* Namespace [Aspose::Cells::Drawing::Texts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textnodetype/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textnodetype/_index.md new file mode 100644 index 00000000000..7779aee0c50 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textnodetype/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextNodeType enum +linktitle: TextNodeType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextNodeType enum. Represents the node type in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.drawing.texts/textnodetype/ +--- +## TextNodeType enum + + +Represents the node type. + +```cpp +enum class TextNodeType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| TextRun | 0 |
Represents the text node. | +| TextParagraph | 1 |
Represents the text paragraph. | +| Equation | 2 |
Represents the equation text. | + +## See Also + +* Namespace [Aspose::Cells::Drawing::Texts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textoptions/_impl/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textoptions/_impl/_index.md new file mode 100644 index 00000000000..82e0563c51f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textoptions/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextOptions::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextOptions::_impl field. The implementation object in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.drawing.texts/textoptions/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +TextOptions_Impl* Aspose::Cells::Drawing::Texts::TextOptions::_impl +``` + +## See Also + +* Class [TextOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textoptions/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textoptions/_index.md new file mode 100644 index 00000000000..08feb1c223d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textoptions/_index.md @@ -0,0 +1,101 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextOptions class +linktitle: TextOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextOptions class. Represents the text options in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing.texts/textoptions/ +--- +## TextOptions class + + +Represents the text options. + +```cpp +class TextOptions : public Aspose::Cells::Font +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Equals(const Aspose::Cells::Font\& font)](../../aspose.cells/font/equals/) | Checks if two fonts are equals. | +| [Font(Font_Impl* impl)](../../aspose.cells/font/font/) | Constructs from an implementation object. | +| [Font(const Aspose::Cells::Font\& src)](../../aspose.cells/font/font/) | Copy constructor. | +| [GetArgbColor()](../../aspose.cells/font/getargbcolor/) | Gets and sets the color with a 32-bit ARGB value. | +| [GetCapsType()](./getcapstype/) | Gets and sets the caps type for texts of the shape. | +| [GetCharset()](../../aspose.cells/font/getcharset/) | Represent the character set. | +| [GetColor()](../../aspose.cells/font/getcolor/) | Gets or sets the [Color](../../aspose.cells/color/) of the font. | +| [GetDoubleSize()](../../aspose.cells/font/getdoublesize/) | Gets and sets the double size of the font. | +| [GetFarEastName()](./getfareastname/) | Gets and sets the FarEast name. | +| [GetFill()](./getfill/) | Represents the fill format of the text. | +| [GetKerning()](./getkerning/) | Specifies the minimum font size at which character kerning will occur for this text run. | +| [GetLanguageCode()](./getlanguagecode/) | Gets and sets the user interface language. | +| [GetLatinName()](./getlatinname/) | Gets and sets the latin name. | +| [GetName()](./getname/) | Gets and sets the name of the shape. | +| [GetOutline()](./getoutline/) | Represents the outline format of the text. | +| [GetSchemeType()](../../aspose.cells/font/getschemetype/) | Gets and sets the scheme type of the font. | +| [GetScriptOffset()](../../aspose.cells/font/getscriptoffset/) | Gets and sets the script offset,in unit of percentage. | +| [GetShadow()](./getshadow/) | Represents a [ShadowEffect](../../aspose.cells.drawing/shadoweffect/) object that specifies shadow effect for the chart element or shape. | +| [GetSize()](../../aspose.cells/font/getsize/) | Gets or sets the size of the font. | +| [GetSpacing()](./getspacing/) | Specifies the spacing between characters within a text run. | +| [GetStrikeType()](../../aspose.cells/font/getstriketype/) | Gets the strike type of the text. | +| [GetThemeColor()](../../aspose.cells/font/getthemecolor/) | Gets and sets the theme color. | +| [GetUnderline()](../../aspose.cells/font/getunderline/) | Gets or sets the font underline type. | +| [GetUnderlineColor()](./getunderlinecolor/) | Gets or sets the color of underline. | +| [IsBold()](../../aspose.cells/font/isbold/) | Gets or sets a value indicating whether the font is bold. | +| [IsItalic()](../../aspose.cells/font/isitalic/) | Gets or sets a value indicating whether the font is italic. | +| [IsNormalizeHeights()](./isnormalizeheights/) | Indicates whether the normalization of height that is to be applied to the text run. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsStrikeout()](../../aspose.cells/font/isstrikeout/) | Gets or sets a value indicating whether the font is single strikeout. | +| [IsSubscript()](../../aspose.cells/font/issubscript/) | Gets or sets a value indicating whether the font is subscript. | +| [IsSuperscript()](../../aspose.cells/font/issuperscript/) | Gets or sets a value indicating whether the font is super script. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const TextOptions\& src)](./operator_asm/) | operator= | +| [operator=(const Aspose::Cells::Font\& src)](../../aspose.cells/font/operator_asm/) | operator= | +| [SetArgbColor(int32_t value)](../../aspose.cells/font/setargbcolor/) | Gets and sets the color with a 32-bit ARGB value. | +| [SetCapsType(TextCapsType value)](./setcapstype/) | Gets and sets the caps type for texts of the shape. | +| [SetCharset(int32_t value)](../../aspose.cells/font/setcharset/) | Represent the character set. | +| [SetColor(const Aspose::Cells::Color\& value)](../../aspose.cells/font/setcolor/) | Gets or sets the [Color](../../aspose.cells/color/) of the font. | +| [SetDoubleSize(double value)](../../aspose.cells/font/setdoublesize/) | Gets and sets the double size of the font. | +| [SetFarEastName(const U16String\& value)](./setfareastname/) | Gets and sets the FarEast name. | +| [SetFarEastName(const char16_t* value)](./setfareastname/) | Gets and sets the FarEast name. | +| [SetIsBold(bool value)](../../aspose.cells/font/setisbold/) | Gets or sets a value indicating whether the font is bold. | +| [SetIsItalic(bool value)](../../aspose.cells/font/setisitalic/) | Gets or sets a value indicating whether the font is italic. | +| [SetIsNormalizeHeights(bool value)](./setisnormalizeheights/) | Indicates whether the normalization of height that is to be applied to the text run. | +| [SetIsStrikeout(bool value)](../../aspose.cells/font/setisstrikeout/) | Gets or sets a value indicating whether the font is single strikeout. | +| [SetIsSubscript(bool value)](../../aspose.cells/font/setissubscript/) | Gets or sets a value indicating whether the font is subscript. | +| [SetIsSuperscript(bool value)](../../aspose.cells/font/setissuperscript/) | Gets or sets a value indicating whether the font is super script. | +| [SetKerning(double value)](./setkerning/) | Specifies the minimum font size at which character kerning will occur for this text run. | +| [SetLanguageCode(CountryCode value)](./setlanguagecode/) | Gets and sets the user interface language. | +| [SetLatinName(const U16String\& value)](./setlatinname/) | Gets and sets the latin name. | +| [SetLatinName(const char16_t* value)](./setlatinname/) | Gets and sets the latin name. | +| [SetName(const U16String\& value)](./setname/) | Gets and sets the name of the shape. | +| [SetName(const char16_t* value)](./setname/) | Gets and sets the name of the shape. | +| [SetName(const U16String\& name, FontSchemeType type)](../../aspose.cells/font/setname/) | Sets name and scheme of the font. | +| [SetName(const char16_t* name, FontSchemeType type)](../../aspose.cells/font/setname/) | Sets name and scheme of the font. | +| [SetSchemeType(FontSchemeType value)](../../aspose.cells/font/setschemetype/) | Gets and sets the scheme type of the font. | +| [SetScriptOffset(double value)](../../aspose.cells/font/setscriptoffset/) | Gets and sets the script offset,in unit of percentage. | +| [SetSize(int32_t value)](../../aspose.cells/font/setsize/) | Gets or sets the size of the font. | +| [SetSpacing(double value)](./setspacing/) | Specifies the spacing between characters within a text run. | +| [SetStrikeType(TextStrikeType value)](../../aspose.cells/font/setstriketype/) | Gets the strike type of the text. | +| [SetThemeColor(const ThemeColor\& value)](../../aspose.cells/font/setthemecolor/) | Gets and sets the theme color. | +| [SetUnderline(FontUnderlineType value)](../../aspose.cells/font/setunderline/) | Gets or sets the font underline type. | +| [SetUnderlineColor(const CellsColor\& value)](./setunderlinecolor/) | Gets or sets the color of underline. | +| [TextOptions(TextOptions_Impl* impl)](./textoptions/) | Constructs from an implementation object. | +| [TextOptions(const TextOptions\& src)](./textoptions/) | Copy constructor. | +| [TextOptions(const Font\& src)](./textoptions/) | Constructs from a parent object. | +| [ToString()](../../aspose.cells/font/tostring/) | Returns a string represents the current [Cell](../../aspose.cells/cell/) object. | +| [~Font()](../../aspose.cells/font/~font/) | Destructor. | +| [~TextOptions()](./~textoptions/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [Font](../../aspose.cells/font/) +* Namespace [Aspose::Cells::Drawing::Texts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textoptions/getcapstype/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textoptions/getcapstype/_index.md new file mode 100644 index 00000000000..56e65a81a55 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textoptions/getcapstype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextOptions::GetCapsType method +linktitle: GetCapsType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextOptions::GetCapsType method. Gets and sets the caps type for texts of the shape in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.drawing.texts/textoptions/getcapstype/ +--- +## TextOptions::GetCapsType method + + +Gets and sets the caps type for texts of the shape. + +```cpp +TextCapsType Aspose::Cells::Drawing::Texts::TextOptions::GetCapsType() +``` + +## See Also + +* Enum [TextCapsType](../../../aspose.cells/textcapstype/) +* Class [TextOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textoptions/getfareastname/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textoptions/getfareastname/_index.md new file mode 100644 index 00000000000..c8b1131611c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textoptions/getfareastname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextOptions::GetFarEastName method +linktitle: GetFarEastName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextOptions::GetFarEastName method. Gets and sets the FarEast name in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing.texts/textoptions/getfareastname/ +--- +## TextOptions::GetFarEastName method + + +Gets and sets the FarEast name. + +```cpp +U16String Aspose::Cells::Drawing::Texts::TextOptions::GetFarEastName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [TextOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textoptions/getfill/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textoptions/getfill/_index.md new file mode 100644 index 00000000000..78960b020f7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textoptions/getfill/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextOptions::GetFill method +linktitle: GetFill +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextOptions::GetFill method. Represents the fill format of the text in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing.texts/textoptions/getfill/ +--- +## TextOptions::GetFill method + + +Represents the fill format of the text. + +```cpp +FillFormat Aspose::Cells::Drawing::Texts::TextOptions::GetFill() +``` + +## See Also + +* Class [FillFormat](../../../aspose.cells.drawing/fillformat/) +* Class [TextOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textoptions/getkerning/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textoptions/getkerning/_index.md new file mode 100644 index 00000000000..8256ba04380 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textoptions/getkerning/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextOptions::GetKerning method +linktitle: GetKerning +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextOptions::GetKerning method. Specifies the minimum font size at which character kerning will occur for this text run in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.drawing.texts/textoptions/getkerning/ +--- +## TextOptions::GetKerning method + + +Specifies the minimum font size at which character kerning will occur for this text run. + +```cpp +double Aspose::Cells::Drawing::Texts::TextOptions::GetKerning() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textoptions/getlanguagecode/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textoptions/getlanguagecode/_index.md new file mode 100644 index 00000000000..914a216605e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textoptions/getlanguagecode/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextOptions::GetLanguageCode method +linktitle: GetLanguageCode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextOptions::GetLanguageCode method. Gets and sets the user interface language in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing.texts/textoptions/getlanguagecode/ +--- +## TextOptions::GetLanguageCode method + + +Gets and sets the user interface language. + +```cpp +CountryCode Aspose::Cells::Drawing::Texts::TextOptions::GetLanguageCode() +``` + +## See Also + +* Enum [CountryCode](../../../aspose.cells/countrycode/) +* Class [TextOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textoptions/getlatinname/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textoptions/getlatinname/_index.md new file mode 100644 index 00000000000..06b4bb7dcb8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textoptions/getlatinname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextOptions::GetLatinName method +linktitle: GetLatinName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextOptions::GetLatinName method. Gets and sets the latin name in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing.texts/textoptions/getlatinname/ +--- +## TextOptions::GetLatinName method + + +Gets and sets the latin name. + +```cpp +U16String Aspose::Cells::Drawing::Texts::TextOptions::GetLatinName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [TextOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textoptions/getname/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textoptions/getname/_index.md new file mode 100644 index 00000000000..deafcc43b32 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textoptions/getname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextOptions::GetName method +linktitle: GetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextOptions::GetName method. Gets and sets the name of the shape in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.texts/textoptions/getname/ +--- +## TextOptions::GetName method + + +Gets and sets the name of the shape. + +```cpp +U16String Aspose::Cells::Drawing::Texts::TextOptions::GetName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [TextOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textoptions/getoutline/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textoptions/getoutline/_index.md new file mode 100644 index 00000000000..37441254935 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textoptions/getoutline/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextOptions::GetOutline method +linktitle: GetOutline +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextOptions::GetOutline method. Represents the outline format of the text in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing.texts/textoptions/getoutline/ +--- +## TextOptions::GetOutline method + + +Represents the outline format of the text. + +```cpp +LineFormat Aspose::Cells::Drawing::Texts::TextOptions::GetOutline() +``` + +## See Also + +* Class [LineFormat](../../../aspose.cells.drawing/lineformat/) +* Class [TextOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textoptions/getshadow/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textoptions/getshadow/_index.md new file mode 100644 index 00000000000..2fd9a1a5e07 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textoptions/getshadow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextOptions::GetShadow method +linktitle: GetShadow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextOptions::GetShadow method. Represents a ShadowEffect object that specifies shadow effect for the chart element or shape in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing.texts/textoptions/getshadow/ +--- +## TextOptions::GetShadow method + + +Represents a [ShadowEffect](../../../aspose.cells.drawing/shadoweffect/) object that specifies shadow effect for the chart element or shape. + +```cpp +ShadowEffect Aspose::Cells::Drawing::Texts::TextOptions::GetShadow() +``` + +## See Also + +* Class [ShadowEffect](../../../aspose.cells.drawing/shadoweffect/) +* Class [TextOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textoptions/getspacing/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textoptions/getspacing/_index.md new file mode 100644 index 00000000000..9761d00e178 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textoptions/getspacing/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextOptions::GetSpacing method +linktitle: GetSpacing +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextOptions::GetSpacing method. Specifies the spacing between characters within a text run in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.drawing.texts/textoptions/getspacing/ +--- +## TextOptions::GetSpacing method + + +Specifies the spacing between characters within a text run. + +```cpp +double Aspose::Cells::Drawing::Texts::TextOptions::GetSpacing() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textoptions/getunderlinecolor/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textoptions/getunderlinecolor/_index.md new file mode 100644 index 00000000000..6e3adc514a8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textoptions/getunderlinecolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextOptions::GetUnderlineColor method +linktitle: GetUnderlineColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextOptions::GetUnderlineColor method. Gets or sets the color of underline in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing.texts/textoptions/getunderlinecolor/ +--- +## TextOptions::GetUnderlineColor method + + +Gets or sets the color of underline. + +```cpp +CellsColor Aspose::Cells::Drawing::Texts::TextOptions::GetUnderlineColor() +``` + +## See Also + +* Class [CellsColor](../../../aspose.cells/cellscolor/) +* Class [TextOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textoptions/isnormalizeheights/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textoptions/isnormalizeheights/_index.md new file mode 100644 index 00000000000..adc1c87ac75 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textoptions/isnormalizeheights/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextOptions::IsNormalizeHeights method +linktitle: IsNormalizeHeights +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextOptions::IsNormalizeHeights method. Indicates whether the normalization of height that is to be applied to the text run in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.drawing.texts/textoptions/isnormalizeheights/ +--- +## TextOptions::IsNormalizeHeights method + + +Indicates whether the normalization of height that is to be applied to the text run. + +```cpp +bool Aspose::Cells::Drawing::Texts::TextOptions::IsNormalizeHeights() +``` + +## Remarks + + +Only for the fonts of Shapes or [Charts](../../../aspose.cells.charts/). +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textoptions/isnull/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textoptions/isnull/_index.md new file mode 100644 index 00000000000..3b4d1acaef5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textoptions/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextOptions::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextOptions::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.texts/textoptions/isnull/ +--- +## TextOptions::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::Texts::TextOptions::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textoptions/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textoptions/operator_asm/_index.md new file mode 100644 index 00000000000..c1f86356ee3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textoptions/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextOptions::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextOptions::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing.texts/textoptions/operator_asm/ +--- +## TextOptions::operator= method + + +operator= + +```cpp +TextOptions & Aspose::Cells::Drawing::Texts::TextOptions::operator=(const TextOptions &src) +``` + +## See Also + +* Class [TextOptions](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textoptions/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textoptions/operator_bool/_index.md new file mode 100644 index 00000000000..d066178647c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textoptions/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextOptions::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextOptions::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing.texts/textoptions/operator_bool/ +--- +## TextOptions::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::Texts::TextOptions::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [TextOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textoptions/setcapstype/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textoptions/setcapstype/_index.md new file mode 100644 index 00000000000..bab1406db3e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textoptions/setcapstype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextOptions::SetCapsType method +linktitle: SetCapsType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextOptions::SetCapsType method. Gets and sets the caps type for texts of the shape in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.drawing.texts/textoptions/setcapstype/ +--- +## TextOptions::SetCapsType method + + +Gets and sets the caps type for texts of the shape. + +```cpp +void Aspose::Cells::Drawing::Texts::TextOptions::SetCapsType(TextCapsType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [TextCapsType](../../../aspose.cells/textcapstype/) +* Class [TextOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textoptions/setfareastname/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textoptions/setfareastname/_index.md new file mode 100644 index 00000000000..c25558a9ae9 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textoptions/setfareastname/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextOptions::SetFarEastName method +linktitle: SetFarEastName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextOptions::SetFarEastName method. Gets and sets the FarEast name in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing.texts/textoptions/setfareastname/ +--- +## TextOptions::SetFarEastName(const U16String\&) method + + +Gets and sets the FarEast name. + +```cpp +void Aspose::Cells::Drawing::Texts::TextOptions::SetFarEastName(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [TextOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) +## TextOptions::SetFarEastName(const char16_t*) method + + +Gets and sets the FarEast name. + +```cpp +void Aspose::Cells::Drawing::Texts::TextOptions::SetFarEastName(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textoptions/setisnormalizeheights/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textoptions/setisnormalizeheights/_index.md new file mode 100644 index 00000000000..824606eb463 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textoptions/setisnormalizeheights/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextOptions::SetIsNormalizeHeights method +linktitle: SetIsNormalizeHeights +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextOptions::SetIsNormalizeHeights method. Indicates whether the normalization of height that is to be applied to the text run in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.drawing.texts/textoptions/setisnormalizeheights/ +--- +## TextOptions::SetIsNormalizeHeights method + + +Indicates whether the normalization of height that is to be applied to the text run. + +```cpp +void Aspose::Cells::Drawing::Texts::TextOptions::SetIsNormalizeHeights(bool value) +``` + +## Remarks + + +Only for the fonts of Shapes or [Charts](../../../aspose.cells.charts/). +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textoptions/setkerning/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textoptions/setkerning/_index.md new file mode 100644 index 00000000000..364ff585ed6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textoptions/setkerning/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextOptions::SetKerning method +linktitle: SetKerning +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextOptions::SetKerning method. Specifies the minimum font size at which character kerning will occur for this text run in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.drawing.texts/textoptions/setkerning/ +--- +## TextOptions::SetKerning method + + +Specifies the minimum font size at which character kerning will occur for this text run. + +```cpp +void Aspose::Cells::Drawing::Texts::TextOptions::SetKerning(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textoptions/setlanguagecode/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textoptions/setlanguagecode/_index.md new file mode 100644 index 00000000000..636e0f15412 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textoptions/setlanguagecode/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextOptions::SetLanguageCode method +linktitle: SetLanguageCode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextOptions::SetLanguageCode method. Gets and sets the user interface language in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing.texts/textoptions/setlanguagecode/ +--- +## TextOptions::SetLanguageCode method + + +Gets and sets the user interface language. + +```cpp +void Aspose::Cells::Drawing::Texts::TextOptions::SetLanguageCode(CountryCode value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [CountryCode](../../../aspose.cells/countrycode/) +* Class [TextOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textoptions/setlatinname/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textoptions/setlatinname/_index.md new file mode 100644 index 00000000000..48932dedc0d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textoptions/setlatinname/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextOptions::SetLatinName method +linktitle: SetLatinName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextOptions::SetLatinName method. Gets and sets the latin name in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing.texts/textoptions/setlatinname/ +--- +## TextOptions::SetLatinName(const U16String\&) method + + +Gets and sets the latin name. + +```cpp +void Aspose::Cells::Drawing::Texts::TextOptions::SetLatinName(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [TextOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) +## TextOptions::SetLatinName(const char16_t*) method + + +Gets and sets the latin name. + +```cpp +void Aspose::Cells::Drawing::Texts::TextOptions::SetLatinName(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textoptions/setname/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textoptions/setname/_index.md new file mode 100644 index 00000000000..f181e28fbe4 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textoptions/setname/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextOptions::SetName method +linktitle: SetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextOptions::SetName method. Gets and sets the name of the shape in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing.texts/textoptions/setname/ +--- +## TextOptions::SetName(const U16String\&) method + + +Gets and sets the name of the shape. + +```cpp +void Aspose::Cells::Drawing::Texts::TextOptions::SetName(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [TextOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) +## TextOptions::SetName(const char16_t*) method + + +Gets and sets the name of the shape. + +```cpp +void Aspose::Cells::Drawing::Texts::TextOptions::SetName(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textoptions/setspacing/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textoptions/setspacing/_index.md new file mode 100644 index 00000000000..670ffce414e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textoptions/setspacing/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextOptions::SetSpacing method +linktitle: SetSpacing +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextOptions::SetSpacing method. Specifies the spacing between characters within a text run in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.drawing.texts/textoptions/setspacing/ +--- +## TextOptions::SetSpacing method + + +Specifies the spacing between characters within a text run. + +```cpp +void Aspose::Cells::Drawing::Texts::TextOptions::SetSpacing(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textoptions/setunderlinecolor/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textoptions/setunderlinecolor/_index.md new file mode 100644 index 00000000000..57a9704b8af --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textoptions/setunderlinecolor/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextOptions::SetUnderlineColor method +linktitle: SetUnderlineColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextOptions::SetUnderlineColor method. Gets or sets the color of underline in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.drawing.texts/textoptions/setunderlinecolor/ +--- +## TextOptions::SetUnderlineColor method + + +Gets or sets the color of underline. + +```cpp +void Aspose::Cells::Drawing::Texts::TextOptions::SetUnderlineColor(const CellsColor &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CellsColor](../../../aspose.cells/cellscolor/) +* Class [TextOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textoptions/textoptions/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textoptions/textoptions/_index.md new file mode 100644 index 00000000000..69c03232d03 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textoptions/textoptions/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextOptions::TextOptions constructor +linktitle: TextOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextOptions::TextOptions constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing.texts/textoptions/textoptions/ +--- +## TextOptions::TextOptions(TextOptions_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::Texts::TextOptions::TextOptions(TextOptions_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) +## TextOptions::TextOptions(const TextOptions\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::Texts::TextOptions::TextOptions(const TextOptions &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextOptions](../) +* Class [TextOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) +## TextOptions::TextOptions(const Font\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::Texts::TextOptions::TextOptions(const Font &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Font](../../../aspose.cells/font/) +* Class [TextOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textoptions/~textoptions/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textoptions/~textoptions/_index.md new file mode 100644 index 00000000000..f2b27b0c550 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textoptions/~textoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextOptions::~TextOptions method +linktitle: ~TextOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextOptions::~TextOptions method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing.texts/textoptions/~textoptions/ +--- +## TextOptions::~TextOptions method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::Texts::TextOptions::~TextOptions() +``` + +## See Also + +* Class [TextOptions](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textparagraph/_impl/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/_impl/_index.md new file mode 100644 index 00000000000..45f3de0e634 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraph::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraph::_impl field. The implementation object in C++.' +type: docs +weight: 4000 +url: /es/cpp/aspose.cells.drawing.texts/textparagraph/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +TextParagraph_Impl* Aspose::Cells::Drawing::Texts::TextParagraph::_impl +``` + +## See Also + +* Class [TextParagraph](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textparagraph/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/_index.md new file mode 100644 index 00000000000..40bdb60ce58 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/_index.md @@ -0,0 +1,83 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraph class +linktitle: TextParagraph +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraph class. Represents the text paragraph setting in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing.texts/textparagraph/ +--- +## TextParagraph class + + +Represents the text paragraph setting. + +```cpp +class TextParagraph : public Aspose::Cells::FontSetting +``` + +## Methods + +| Method | Description | +| --- | --- | +| [FontSetting(int32_t startIndex, int32_t length, const WorksheetCollection\& sheets)](../../aspose.cells/fontsetting/fontsetting/) | | +| [FontSetting(FontSetting_Impl* impl)](../../aspose.cells/fontsetting/fontsetting/) | Constructs from an implementation object. | +| [FontSetting(const FontSetting\& src)](../../aspose.cells/fontsetting/fontsetting/) | Copy constructor. | +| [GetAlignmentType()](./getalignmenttype/) | Gets and sets the text horizontal alignment type of the paragraph. | +| [GetBullet()](./getbullet/) | Gets the bullet. | +| [GetChildren()](./getchildren/) | Gets all text runs in this paragraph. If this paragraph is empty, return paragraph itself. | +| [GetDefaultTabSize()](./getdefaulttabsize/) | Gets and sets the default size for a tab character within this paragraph. | +| [GetFirstLineIndent()](./getfirstlineindent/) | Specifies the indent size that will be applied to the first line of text in the paragraph. | +| [GetFont()](../../aspose.cells/fontsetting/getfont/) | Returns the font of this object. | +| [GetFontAlignType()](./getfontaligntype/) | Determines where vertically on a line of text the actual words are positioned. This deals with vertical placement of the characters with respect to the baselines. | +| [GetLeftMargin()](./getleftmargin/) | Specifies the left margin of the paragraph. | +| [GetLength()](../../aspose.cells/fontsetting/getlength/) | Gets the length of the characters. | +| [GetLineSpace()](./getlinespace/) | Gets and sets the amount of vertical white space that will be used within a paragraph. | +| [GetLineSpaceSizeType()](./getlinespacesizetype/) | Gets and sets the amount of vertical white space that will be used within a paragraph. | +| [GetRightMargin()](./getrightmargin/) | Specifies the right margin of the paragraph. | +| [GetSpaceAfter()](./getspaceafter/) | Gets and sets the amount of vertical white space that will be present after a paragraph. | +| [GetSpaceAfterSizeType()](./getspaceaftersizetype/) | Gets and sets the amount of vertical white space that will be present after a paragraph. | +| [GetSpaceBefore()](./getspacebefore/) | Gets and sets the amount of vertical white space that will be present before a paragraph. | +| [GetSpaceBeforeSizeType()](./getspacebeforesizetype/) | Gets and sets the amount of vertical white space that will be present before a paragraph. | +| [GetStartIndex()](../../aspose.cells/fontsetting/getstartindex/) | Gets the start index of the characters. | +| [GetStops()](./getstops/) | Gets tab stop list. | +| [GetTextOptions()](../../aspose.cells/fontsetting/gettextoptions/) | Returns the text options. | +| [GetType()](./gettype/) | Gets the type of text node. | +| [IsEastAsianLineBreak()](./iseastasianlinebreak/) | Specifies whether an East Asian word can be broken in half and wrapped onto the next line without a hyphen being added. | +| [IsHangingPunctuation()](./ishangingpunctuation/) | Specifies whether punctuation is to be forcefully laid out on a line of text or put on a different line of text. | +| [IsLatinLineBreak()](./islatinlinebreak/) | Specifies whether a Latin word can be broken in half and wrapped onto the next line without a hyphen being added. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const TextParagraph\& src)](./operator_asm/) | operator= | +| [operator=(const FontSetting\& src)](../../aspose.cells/fontsetting/operator_asm/) | operator= | +| [SetAlignmentType(TextAlignmentType value)](./setalignmenttype/) | Gets and sets the text horizontal alignment type of the paragraph. | +| [SetDefaultTabSize(double value)](./setdefaulttabsize/) | Gets and sets the default size for a tab character within this paragraph. | +| [SetFirstLineIndent(double value)](./setfirstlineindent/) | Specifies the indent size that will be applied to the first line of text in the paragraph. | +| [SetFontAlignType(TextFontAlignType value)](./setfontaligntype/) | Determines where vertically on a line of text the actual words are positioned. This deals with vertical placement of the characters with respect to the baselines. | +| [SetIsEastAsianLineBreak(bool value)](./setiseastasianlinebreak/) | Specifies whether an East Asian word can be broken in half and wrapped onto the next line without a hyphen being added. | +| [SetIsHangingPunctuation(bool value)](./setishangingpunctuation/) | Specifies whether punctuation is to be forcefully laid out on a line of text or put on a different line of text. | +| [SetIsLatinLineBreak(bool value)](./setislatinlinebreak/) | Specifies whether a Latin word can be broken in half and wrapped onto the next line without a hyphen being added. | +| [SetLeftMargin(double value)](./setleftmargin/) | Specifies the left margin of the paragraph. | +| [SetLineSpace(double value)](./setlinespace/) | Gets and sets the amount of vertical white space that will be used within a paragraph. | +| [SetLineSpaceSizeType(LineSpaceSizeType value)](./setlinespacesizetype/) | Gets and sets the amount of vertical white space that will be used within a paragraph. | +| [SetRightMargin(double value)](./setrightmargin/) | Specifies the right margin of the paragraph. | +| [SetSpaceAfter(double value)](./setspaceafter/) | Gets and sets the amount of vertical white space that will be present after a paragraph. | +| [SetSpaceAfterSizeType(LineSpaceSizeType value)](./setspaceaftersizetype/) | Gets and sets the amount of vertical white space that will be present after a paragraph. | +| [SetSpaceBefore(double value)](./setspacebefore/) | Gets and sets the amount of vertical white space that will be present before a paragraph. | +| [SetSpaceBeforeSizeType(LineSpaceSizeType value)](./setspacebeforesizetype/) | Gets and sets the amount of vertical white space that will be present before a paragraph. | +| [SetWordArtStyle(PresetWordArtStyle style)](../../aspose.cells/fontsetting/setwordartstyle/) | Sets the preset WordArt style. | +| [TextParagraph(TextParagraph_Impl* impl)](./textparagraph/) | Constructs from an implementation object. | +| [TextParagraph(const TextParagraph\& src)](./textparagraph/) | Copy constructor. | +| [TextParagraph(const FontSetting\& src)](./textparagraph/) | Constructs from a parent object. | +| [~FontSetting()](../../aspose.cells/fontsetting/~fontsetting/) | Destructor. | +| [~TextParagraph()](./~textparagraph/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [FontSetting](../../aspose.cells/fontsetting/) +* Namespace [Aspose::Cells::Drawing::Texts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textparagraph/getalignmenttype/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/getalignmenttype/_index.md new file mode 100644 index 00000000000..c3feca8eb89 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/getalignmenttype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraph::GetAlignmentType method +linktitle: GetAlignmentType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraph::GetAlignmentType method. Gets and sets the text horizontal alignment type of the paragraph in C++.' +type: docs +weight: 3500 +url: /es/cpp/aspose.cells.drawing.texts/textparagraph/getalignmenttype/ +--- +## TextParagraph::GetAlignmentType method + + +Gets and sets the text horizontal alignment type of the paragraph. + +```cpp +TextAlignmentType Aspose::Cells::Drawing::Texts::TextParagraph::GetAlignmentType() +``` + +## See Also + +* Enum [TextAlignmentType](../../../aspose.cells/textalignmenttype/) +* Class [TextParagraph](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textparagraph/getbullet/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/getbullet/_index.md new file mode 100644 index 00000000000..bb1d80c6527 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/getbullet/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraph::GetBullet method +linktitle: GetBullet +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraph::GetBullet method. Gets the bullet in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.texts/textparagraph/getbullet/ +--- +## TextParagraph::GetBullet method + + +Gets the bullet. + +```cpp +Bullet Aspose::Cells::Drawing::Texts::TextParagraph::GetBullet() +``` + +## See Also + +* Class [Bullet](../../bullet/) +* Class [TextParagraph](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textparagraph/getchildren/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/getchildren/_index.md new file mode 100644 index 00000000000..4fd83981025 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/getchildren/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraph::GetChildren method +linktitle: GetChildren +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraph::GetChildren method. Gets all text runs in this paragraph. If this paragraph is empty, return paragraph itself in C++.' +type: docs +weight: 3900 +url: /es/cpp/aspose.cells.drawing.texts/textparagraph/getchildren/ +--- +## TextParagraph::GetChildren method + + +Gets all text runs in this paragraph. If this paragraph is empty, return paragraph itself. + +```cpp +Vector Aspose::Cells::Drawing::Texts::TextParagraph::GetChildren() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [FontSetting](../../../aspose.cells/fontsetting/) +* Class [TextParagraph](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textparagraph/getdefaulttabsize/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/getdefaulttabsize/_index.md new file mode 100644 index 00000000000..8615143d110 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/getdefaulttabsize/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraph::GetDefaultTabSize method +linktitle: GetDefaultTabSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraph::GetDefaultTabSize method. Gets and sets the default size for a tab character within this paragraph in C++.' +type: docs +weight: 3700 +url: /es/cpp/aspose.cells.drawing.texts/textparagraph/getdefaulttabsize/ +--- +## TextParagraph::GetDefaultTabSize method + + +Gets and sets the default size for a tab character within this paragraph. + +```cpp +double Aspose::Cells::Drawing::Texts::TextParagraph::GetDefaultTabSize() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextParagraph](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textparagraph/getfirstlineindent/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/getfirstlineindent/_index.md new file mode 100644 index 00000000000..feb0a316b21 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/getfirstlineindent/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraph::GetFirstLineIndent method +linktitle: GetFirstLineIndent +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraph::GetFirstLineIndent method. Specifies the indent size that will be applied to the first line of text in the paragraph in C++.' +type: docs +weight: 3100 +url: /es/cpp/aspose.cells.drawing.texts/textparagraph/getfirstlineindent/ +--- +## TextParagraph::GetFirstLineIndent method + + +Specifies the indent size that will be applied to the first line of text in the paragraph. + +```cpp +double Aspose::Cells::Drawing::Texts::TextParagraph::GetFirstLineIndent() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextParagraph](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textparagraph/getfontaligntype/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/getfontaligntype/_index.md new file mode 100644 index 00000000000..6c889dfb283 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/getfontaligntype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraph::GetFontAlignType method +linktitle: GetFontAlignType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraph::GetFontAlignType method. Determines where vertically on a line of text the actual words are positioned. This deals with vertical placement of the characters with respect to the baselines in C++.' +type: docs +weight: 3300 +url: /es/cpp/aspose.cells.drawing.texts/textparagraph/getfontaligntype/ +--- +## TextParagraph::GetFontAlignType method + + +Determines where vertically on a line of text the actual words are positioned. This deals with vertical placement of the characters with respect to the baselines. + +```cpp +TextFontAlignType Aspose::Cells::Drawing::Texts::TextParagraph::GetFontAlignType() +``` + +## See Also + +* Enum [TextFontAlignType](../../textfontaligntype/) +* Class [TextParagraph](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textparagraph/getleftmargin/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/getleftmargin/_index.md new file mode 100644 index 00000000000..d91c82983a6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/getleftmargin/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraph::GetLeftMargin method +linktitle: GetLeftMargin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraph::GetLeftMargin method. Specifies the left margin of the paragraph in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells.drawing.texts/textparagraph/getleftmargin/ +--- +## TextParagraph::GetLeftMargin method + + +Specifies the left margin of the paragraph. + +```cpp +double Aspose::Cells::Drawing::Texts::TextParagraph::GetLeftMargin() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextParagraph](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textparagraph/getlinespace/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/getlinespace/_index.md new file mode 100644 index 00000000000..c82e92d6cd6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/getlinespace/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraph::GetLineSpace method +linktitle: GetLineSpace +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraph::GetLineSpace method. Gets and sets the amount of vertical white space that will be used within a paragraph in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing.texts/textparagraph/getlinespace/ +--- +## TextParagraph::GetLineSpace method + + +Gets and sets the amount of vertical white space that will be used within a paragraph. + +```cpp +double Aspose::Cells::Drawing::Texts::TextParagraph::GetLineSpace() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextParagraph](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textparagraph/getlinespacesizetype/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/getlinespacesizetype/_index.md new file mode 100644 index 00000000000..783e17b7708 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/getlinespacesizetype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraph::GetLineSpaceSizeType method +linktitle: GetLineSpaceSizeType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraph::GetLineSpaceSizeType method. Gets and sets the amount of vertical white space that will be used within a paragraph in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing.texts/textparagraph/getlinespacesizetype/ +--- +## TextParagraph::GetLineSpaceSizeType method + + +Gets and sets the amount of vertical white space that will be used within a paragraph. + +```cpp +LineSpaceSizeType Aspose::Cells::Drawing::Texts::TextParagraph::GetLineSpaceSizeType() +``` + +## See Also + +* Enum [LineSpaceSizeType](../../linespacesizetype/) +* Class [TextParagraph](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textparagraph/getrightmargin/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/getrightmargin/_index.md new file mode 100644 index 00000000000..7b3aca6316b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/getrightmargin/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraph::GetRightMargin method +linktitle: GetRightMargin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraph::GetRightMargin method. Specifies the right margin of the paragraph in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.drawing.texts/textparagraph/getrightmargin/ +--- +## TextParagraph::GetRightMargin method + + +Specifies the right margin of the paragraph. + +```cpp +double Aspose::Cells::Drawing::Texts::TextParagraph::GetRightMargin() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextParagraph](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textparagraph/getspaceafter/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/getspaceafter/_index.md new file mode 100644 index 00000000000..c3bebe25653 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/getspaceafter/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraph::GetSpaceAfter method +linktitle: GetSpaceAfter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraph::GetSpaceAfter method. Gets and sets the amount of vertical white space that will be present after a paragraph in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing.texts/textparagraph/getspaceafter/ +--- +## TextParagraph::GetSpaceAfter method + + +Gets and sets the amount of vertical white space that will be present after a paragraph. + +```cpp +double Aspose::Cells::Drawing::Texts::TextParagraph::GetSpaceAfter() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextParagraph](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textparagraph/getspaceaftersizetype/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/getspaceaftersizetype/_index.md new file mode 100644 index 00000000000..2816050fb65 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/getspaceaftersizetype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraph::GetSpaceAfterSizeType method +linktitle: GetSpaceAfterSizeType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraph::GetSpaceAfterSizeType method. Gets and sets the amount of vertical white space that will be present after a paragraph in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing.texts/textparagraph/getspaceaftersizetype/ +--- +## TextParagraph::GetSpaceAfterSizeType method + + +Gets and sets the amount of vertical white space that will be present after a paragraph. + +```cpp +LineSpaceSizeType Aspose::Cells::Drawing::Texts::TextParagraph::GetSpaceAfterSizeType() +``` + +## See Also + +* Enum [LineSpaceSizeType](../../linespacesizetype/) +* Class [TextParagraph](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textparagraph/getspacebefore/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/getspacebefore/_index.md new file mode 100644 index 00000000000..56915f38d49 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/getspacebefore/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraph::GetSpaceBefore method +linktitle: GetSpaceBefore +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraph::GetSpaceBefore method. Gets and sets the amount of vertical white space that will be present before a paragraph in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.drawing.texts/textparagraph/getspacebefore/ +--- +## TextParagraph::GetSpaceBefore method + + +Gets and sets the amount of vertical white space that will be present before a paragraph. + +```cpp +double Aspose::Cells::Drawing::Texts::TextParagraph::GetSpaceBefore() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextParagraph](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textparagraph/getspacebeforesizetype/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/getspacebeforesizetype/_index.md new file mode 100644 index 00000000000..e77251b4268 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/getspacebeforesizetype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraph::GetSpaceBeforeSizeType method +linktitle: GetSpaceBeforeSizeType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraph::GetSpaceBeforeSizeType method. Gets and sets the amount of vertical white space that will be present before a paragraph in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing.texts/textparagraph/getspacebeforesizetype/ +--- +## TextParagraph::GetSpaceBeforeSizeType method + + +Gets and sets the amount of vertical white space that will be present before a paragraph. + +```cpp +LineSpaceSizeType Aspose::Cells::Drawing::Texts::TextParagraph::GetSpaceBeforeSizeType() +``` + +## See Also + +* Enum [LineSpaceSizeType](../../linespacesizetype/) +* Class [TextParagraph](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textparagraph/getstops/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/getstops/_index.md new file mode 100644 index 00000000000..ec13d59e63e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/getstops/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraph::GetStops method +linktitle: GetStops +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraph::GetStops method. Gets tab stop list in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.drawing.texts/textparagraph/getstops/ +--- +## TextParagraph::GetStops method + + +Gets tab stop list. + +```cpp +TextTabStopCollection Aspose::Cells::Drawing::Texts::TextParagraph::GetStops() +``` + +## See Also + +* Class [TextTabStopCollection](../../texttabstopcollection/) +* Class [TextParagraph](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textparagraph/gettype/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/gettype/_index.md new file mode 100644 index 00000000000..fc9b2512ed1 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraph::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraph::GetType method. Gets the type of text node in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing.texts/textparagraph/gettype/ +--- +## TextParagraph::GetType method + + +Gets the type of text node. + +```cpp +TextNodeType Aspose::Cells::Drawing::Texts::TextParagraph::GetType() +``` + +## See Also + +* Enum [TextNodeType](../../textnodetype/) +* Class [TextParagraph](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textparagraph/iseastasianlinebreak/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/iseastasianlinebreak/_index.md new file mode 100644 index 00000000000..318729c849d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/iseastasianlinebreak/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraph::IsEastAsianLineBreak method +linktitle: IsEastAsianLineBreak +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraph::IsEastAsianLineBreak method. Specifies whether an East Asian word can be broken in half and wrapped onto the next line without a hyphen being added in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.drawing.texts/textparagraph/iseastasianlinebreak/ +--- +## TextParagraph::IsEastAsianLineBreak method + + +Specifies whether an East Asian word can be broken in half and wrapped onto the next line without a hyphen being added. + +```cpp +bool Aspose::Cells::Drawing::Texts::TextParagraph::IsEastAsianLineBreak() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextParagraph](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textparagraph/ishangingpunctuation/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/ishangingpunctuation/_index.md new file mode 100644 index 00000000000..dd1cec5095a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/ishangingpunctuation/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraph::IsHangingPunctuation method +linktitle: IsHangingPunctuation +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraph::IsHangingPunctuation method. Specifies whether punctuation is to be forcefully laid out on a line of text or put on a different line of text in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.drawing.texts/textparagraph/ishangingpunctuation/ +--- +## TextParagraph::IsHangingPunctuation method + + +Specifies whether punctuation is to be forcefully laid out on a line of text or put on a different line of text. + +```cpp +bool Aspose::Cells::Drawing::Texts::TextParagraph::IsHangingPunctuation() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextParagraph](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textparagraph/islatinlinebreak/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/islatinlinebreak/_index.md new file mode 100644 index 00000000000..4ef8960bf9e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/islatinlinebreak/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraph::IsLatinLineBreak method +linktitle: IsLatinLineBreak +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraph::IsLatinLineBreak method. Specifies whether a Latin word can be broken in half and wrapped onto the next line without a hyphen being added in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.drawing.texts/textparagraph/islatinlinebreak/ +--- +## TextParagraph::IsLatinLineBreak method + + +Specifies whether a Latin word can be broken in half and wrapped onto the next line without a hyphen being added. + +```cpp +bool Aspose::Cells::Drawing::Texts::TextParagraph::IsLatinLineBreak() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextParagraph](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textparagraph/isnull/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/isnull/_index.md new file mode 100644 index 00000000000..9123c1cef11 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraph::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraph::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.texts/textparagraph/isnull/ +--- +## TextParagraph::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::Texts::TextParagraph::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextParagraph](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textparagraph/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/operator_asm/_index.md new file mode 100644 index 00000000000..c6f71bd9ab9 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraph::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraph::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing.texts/textparagraph/operator_asm/ +--- +## TextParagraph::operator= method + + +operator= + +```cpp +TextParagraph & Aspose::Cells::Drawing::Texts::TextParagraph::operator=(const TextParagraph &src) +``` + +## See Also + +* Class [TextParagraph](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextParagraph](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textparagraph/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/operator_bool/_index.md new file mode 100644 index 00000000000..b6e5755cd0a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraph::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraph::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing.texts/textparagraph/operator_bool/ +--- +## TextParagraph::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::Texts::TextParagraph::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [TextParagraph](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textparagraph/setalignmenttype/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/setalignmenttype/_index.md new file mode 100644 index 00000000000..3b6c2a6af08 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/setalignmenttype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraph::SetAlignmentType method +linktitle: SetAlignmentType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraph::SetAlignmentType method. Gets and sets the text horizontal alignment type of the paragraph in C++.' +type: docs +weight: 3600 +url: /es/cpp/aspose.cells.drawing.texts/textparagraph/setalignmenttype/ +--- +## TextParagraph::SetAlignmentType method + + +Gets and sets the text horizontal alignment type of the paragraph. + +```cpp +void Aspose::Cells::Drawing::Texts::TextParagraph::SetAlignmentType(TextAlignmentType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [TextAlignmentType](../../../aspose.cells/textalignmenttype/) +* Class [TextParagraph](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textparagraph/setdefaulttabsize/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/setdefaulttabsize/_index.md new file mode 100644 index 00000000000..20690215cbd --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/setdefaulttabsize/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraph::SetDefaultTabSize method +linktitle: SetDefaultTabSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraph::SetDefaultTabSize method. Gets and sets the default size for a tab character within this paragraph in C++.' +type: docs +weight: 3800 +url: /es/cpp/aspose.cells.drawing.texts/textparagraph/setdefaulttabsize/ +--- +## TextParagraph::SetDefaultTabSize method + + +Gets and sets the default size for a tab character within this paragraph. + +```cpp +void Aspose::Cells::Drawing::Texts::TextParagraph::SetDefaultTabSize(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextParagraph](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textparagraph/setfirstlineindent/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/setfirstlineindent/_index.md new file mode 100644 index 00000000000..42ea1f3a073 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/setfirstlineindent/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraph::SetFirstLineIndent method +linktitle: SetFirstLineIndent +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraph::SetFirstLineIndent method. Specifies the indent size that will be applied to the first line of text in the paragraph in C++.' +type: docs +weight: 3200 +url: /es/cpp/aspose.cells.drawing.texts/textparagraph/setfirstlineindent/ +--- +## TextParagraph::SetFirstLineIndent method + + +Specifies the indent size that will be applied to the first line of text in the paragraph. + +```cpp +void Aspose::Cells::Drawing::Texts::TextParagraph::SetFirstLineIndent(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextParagraph](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textparagraph/setfontaligntype/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/setfontaligntype/_index.md new file mode 100644 index 00000000000..451f765f562 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/setfontaligntype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraph::SetFontAlignType method +linktitle: SetFontAlignType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraph::SetFontAlignType method. Determines where vertically on a line of text the actual words are positioned. This deals with vertical placement of the characters with respect to the baselines in C++.' +type: docs +weight: 3400 +url: /es/cpp/aspose.cells.drawing.texts/textparagraph/setfontaligntype/ +--- +## TextParagraph::SetFontAlignType method + + +Determines where vertically on a line of text the actual words are positioned. This deals with vertical placement of the characters with respect to the baselines. + +```cpp +void Aspose::Cells::Drawing::Texts::TextParagraph::SetFontAlignType(TextFontAlignType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [TextFontAlignType](../../textfontaligntype/) +* Class [TextParagraph](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textparagraph/setiseastasianlinebreak/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/setiseastasianlinebreak/_index.md new file mode 100644 index 00000000000..b249bddfc00 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/setiseastasianlinebreak/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraph::SetIsEastAsianLineBreak method +linktitle: SetIsEastAsianLineBreak +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraph::SetIsEastAsianLineBreak method. Specifies whether an East Asian word can be broken in half and wrapped onto the next line without a hyphen being added in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.drawing.texts/textparagraph/setiseastasianlinebreak/ +--- +## TextParagraph::SetIsEastAsianLineBreak method + + +Specifies whether an East Asian word can be broken in half and wrapped onto the next line without a hyphen being added. + +```cpp +void Aspose::Cells::Drawing::Texts::TextParagraph::SetIsEastAsianLineBreak(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextParagraph](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textparagraph/setishangingpunctuation/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/setishangingpunctuation/_index.md new file mode 100644 index 00000000000..ad75492df92 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/setishangingpunctuation/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraph::SetIsHangingPunctuation method +linktitle: SetIsHangingPunctuation +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraph::SetIsHangingPunctuation method. Specifies whether punctuation is to be forcefully laid out on a line of text or put on a different line of text in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.drawing.texts/textparagraph/setishangingpunctuation/ +--- +## TextParagraph::SetIsHangingPunctuation method + + +Specifies whether punctuation is to be forcefully laid out on a line of text or put on a different line of text. + +```cpp +void Aspose::Cells::Drawing::Texts::TextParagraph::SetIsHangingPunctuation(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextParagraph](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textparagraph/setislatinlinebreak/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/setislatinlinebreak/_index.md new file mode 100644 index 00000000000..10330dfaa30 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/setislatinlinebreak/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraph::SetIsLatinLineBreak method +linktitle: SetIsLatinLineBreak +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraph::SetIsLatinLineBreak method. Specifies whether a Latin word can be broken in half and wrapped onto the next line without a hyphen being added in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.drawing.texts/textparagraph/setislatinlinebreak/ +--- +## TextParagraph::SetIsLatinLineBreak method + + +Specifies whether a Latin word can be broken in half and wrapped onto the next line without a hyphen being added. + +```cpp +void Aspose::Cells::Drawing::Texts::TextParagraph::SetIsLatinLineBreak(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextParagraph](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textparagraph/setleftmargin/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/setleftmargin/_index.md new file mode 100644 index 00000000000..ed06862aeff --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/setleftmargin/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraph::SetLeftMargin method +linktitle: SetLeftMargin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraph::SetLeftMargin method. Specifies the left margin of the paragraph in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells.drawing.texts/textparagraph/setleftmargin/ +--- +## TextParagraph::SetLeftMargin method + + +Specifies the left margin of the paragraph. + +```cpp +void Aspose::Cells::Drawing::Texts::TextParagraph::SetLeftMargin(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextParagraph](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textparagraph/setlinespace/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/setlinespace/_index.md new file mode 100644 index 00000000000..8111a2f483d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/setlinespace/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraph::SetLineSpace method +linktitle: SetLineSpace +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraph::SetLineSpace method. Gets and sets the amount of vertical white space that will be used within a paragraph in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing.texts/textparagraph/setlinespace/ +--- +## TextParagraph::SetLineSpace method + + +Gets and sets the amount of vertical white space that will be used within a paragraph. + +```cpp +void Aspose::Cells::Drawing::Texts::TextParagraph::SetLineSpace(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextParagraph](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textparagraph/setlinespacesizetype/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/setlinespacesizetype/_index.md new file mode 100644 index 00000000000..dc40b605b82 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/setlinespacesizetype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraph::SetLineSpaceSizeType method +linktitle: SetLineSpaceSizeType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraph::SetLineSpaceSizeType method. Gets and sets the amount of vertical white space that will be used within a paragraph in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing.texts/textparagraph/setlinespacesizetype/ +--- +## TextParagraph::SetLineSpaceSizeType method + + +Gets and sets the amount of vertical white space that will be used within a paragraph. + +```cpp +void Aspose::Cells::Drawing::Texts::TextParagraph::SetLineSpaceSizeType(LineSpaceSizeType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [LineSpaceSizeType](../../linespacesizetype/) +* Class [TextParagraph](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textparagraph/setrightmargin/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/setrightmargin/_index.md new file mode 100644 index 00000000000..9c478e79024 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/setrightmargin/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraph::SetRightMargin method +linktitle: SetRightMargin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraph::SetRightMargin method. Specifies the right margin of the paragraph in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells.drawing.texts/textparagraph/setrightmargin/ +--- +## TextParagraph::SetRightMargin method + + +Specifies the right margin of the paragraph. + +```cpp +void Aspose::Cells::Drawing::Texts::TextParagraph::SetRightMargin(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextParagraph](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textparagraph/setspaceafter/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/setspaceafter/_index.md new file mode 100644 index 00000000000..87e72d235ab --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/setspaceafter/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraph::SetSpaceAfter method +linktitle: SetSpaceAfter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraph::SetSpaceAfter method. Gets and sets the amount of vertical white space that will be present after a paragraph in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing.texts/textparagraph/setspaceafter/ +--- +## TextParagraph::SetSpaceAfter method + + +Gets and sets the amount of vertical white space that will be present after a paragraph. + +```cpp +void Aspose::Cells::Drawing::Texts::TextParagraph::SetSpaceAfter(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextParagraph](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textparagraph/setspaceaftersizetype/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/setspaceaftersizetype/_index.md new file mode 100644 index 00000000000..70dacca247f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/setspaceaftersizetype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraph::SetSpaceAfterSizeType method +linktitle: SetSpaceAfterSizeType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraph::SetSpaceAfterSizeType method. Gets and sets the amount of vertical white space that will be present after a paragraph in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing.texts/textparagraph/setspaceaftersizetype/ +--- +## TextParagraph::SetSpaceAfterSizeType method + + +Gets and sets the amount of vertical white space that will be present after a paragraph. + +```cpp +void Aspose::Cells::Drawing::Texts::TextParagraph::SetSpaceAfterSizeType(LineSpaceSizeType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [LineSpaceSizeType](../../linespacesizetype/) +* Class [TextParagraph](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textparagraph/setspacebefore/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/setspacebefore/_index.md new file mode 100644 index 00000000000..1e49dea121b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/setspacebefore/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraph::SetSpaceBefore method +linktitle: SetSpaceBefore +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraph::SetSpaceBefore method. Gets and sets the amount of vertical white space that will be present before a paragraph in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.drawing.texts/textparagraph/setspacebefore/ +--- +## TextParagraph::SetSpaceBefore method + + +Gets and sets the amount of vertical white space that will be present before a paragraph. + +```cpp +void Aspose::Cells::Drawing::Texts::TextParagraph::SetSpaceBefore(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextParagraph](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textparagraph/setspacebeforesizetype/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/setspacebeforesizetype/_index.md new file mode 100644 index 00000000000..5f930bd3111 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/setspacebeforesizetype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraph::SetSpaceBeforeSizeType method +linktitle: SetSpaceBeforeSizeType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraph::SetSpaceBeforeSizeType method. Gets and sets the amount of vertical white space that will be present before a paragraph in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing.texts/textparagraph/setspacebeforesizetype/ +--- +## TextParagraph::SetSpaceBeforeSizeType method + + +Gets and sets the amount of vertical white space that will be present before a paragraph. + +```cpp +void Aspose::Cells::Drawing::Texts::TextParagraph::SetSpaceBeforeSizeType(LineSpaceSizeType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [LineSpaceSizeType](../../linespacesizetype/) +* Class [TextParagraph](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textparagraph/textparagraph/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/textparagraph/_index.md new file mode 100644 index 00000000000..d711a445a91 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/textparagraph/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraph::TextParagraph constructor +linktitle: TextParagraph +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraph::TextParagraph constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing.texts/textparagraph/textparagraph/ +--- +## TextParagraph::TextParagraph(TextParagraph_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::Texts::TextParagraph::TextParagraph(TextParagraph_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextParagraph](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) +## TextParagraph::TextParagraph(const TextParagraph\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::Texts::TextParagraph::TextParagraph(const TextParagraph &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextParagraph](../) +* Class [TextParagraph](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) +## TextParagraph::TextParagraph(const FontSetting\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::Texts::TextParagraph::TextParagraph(const FontSetting &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [FontSetting](../../../aspose.cells/fontsetting/) +* Class [TextParagraph](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textparagraph/~textparagraph/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/~textparagraph/_index.md new file mode 100644 index 00000000000..581ec4ce801 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textparagraph/~textparagraph/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraph::~TextParagraph method +linktitle: ~TextParagraph +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraph::~TextParagraph method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing.texts/textparagraph/~textparagraph/ +--- +## TextParagraph::~TextParagraph method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::Texts::TextParagraph::~TextParagraph() +``` + +## See Also + +* Class [TextParagraph](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textparagraphcollection/_impl/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textparagraphcollection/_impl/_index.md new file mode 100644 index 00000000000..95458f331cf --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textparagraphcollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraphCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraphCollection::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing.texts/textparagraphcollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +TextParagraphCollection_Impl* Aspose::Cells::Drawing::Texts::TextParagraphCollection::_impl +``` + +## See Also + +* Class [TextParagraphCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textparagraphcollection/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textparagraphcollection/_index.md new file mode 100644 index 00000000000..25ebc4e79e2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textparagraphcollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraphCollection class +linktitle: TextParagraphCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraphCollection class. Represents all text paragraph in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing.texts/textparagraphcollection/ +--- +## TextParagraphCollection class + + +Represents all text paragraph. + +```cpp +class TextParagraphCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Get(int32_t index)](./get/) | Gets the [TextParagraph](../textparagraph/) object at specific index. | +| [GetCount()](./getcount/) | Gets the count of text paragraphs. | +| [GetEnumerator()](./getenumerator/) | Gets the enumerator of the paragraphs. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const TextParagraphCollection\& src)](./operator_asm/) | operator= | +| [TextParagraphCollection(TextParagraphCollection_Impl* impl)](./textparagraphcollection/) | Constructs from an implementation object. | +| [TextParagraphCollection(const TextParagraphCollection\& src)](./textparagraphcollection/) | Copy constructor. | +| [~TextParagraphCollection()](./~textparagraphcollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Drawing::Texts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textparagraphcollection/get/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textparagraphcollection/get/_index.md new file mode 100644 index 00000000000..6bf575f031b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textparagraphcollection/get/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraphCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraphCollection::Get method. Gets the TextParagraph object at specific index in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing.texts/textparagraphcollection/get/ +--- +## TextParagraphCollection::Get method + + +Gets the [TextParagraph](../../textparagraph/) object at specific index. + +```cpp +TextParagraph Aspose::Cells::Drawing::Texts::TextParagraphCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The index. | + +## ReturnValue + + + +## See Also + +* Class [TextParagraph](../../textparagraph/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextParagraphCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textparagraphcollection/getcount/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textparagraphcollection/getcount/_index.md new file mode 100644 index 00000000000..ebdf50612fd --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textparagraphcollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraphCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraphCollection::GetCount method. Gets the count of text paragraphs in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.texts/textparagraphcollection/getcount/ +--- +## TextParagraphCollection::GetCount method + + +Gets the count of text paragraphs. + +```cpp +int32_t Aspose::Cells::Drawing::Texts::TextParagraphCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextParagraphCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textparagraphcollection/getenumerator/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textparagraphcollection/getenumerator/_index.md new file mode 100644 index 00000000000..dbfd9080a38 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textparagraphcollection/getenumerator/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraphCollection::GetEnumerator method +linktitle: GetEnumerator +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraphCollection::GetEnumerator method. Gets the enumerator of the paragraphs in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing.texts/textparagraphcollection/getenumerator/ +--- +## TextParagraphCollection::GetEnumerator method + + +Gets the enumerator of the paragraphs. + +```cpp +Enumerator Aspose::Cells::Drawing::Texts::TextParagraphCollection::GetEnumerator() +``` + + +## ReturnValue + + + +## See Also + +* Class [Enumerator](../../../aspose.cells/enumerator/) +* Class [TextParagraph](../../textparagraph/) +* Class [TextParagraphCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textparagraphcollection/isnull/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textparagraphcollection/isnull/_index.md new file mode 100644 index 00000000000..a355e728cf5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textparagraphcollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraphCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraphCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.texts/textparagraphcollection/isnull/ +--- +## TextParagraphCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::Texts::TextParagraphCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextParagraphCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textparagraphcollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textparagraphcollection/operator_asm/_index.md new file mode 100644 index 00000000000..d5265a8b4eb --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textparagraphcollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraphCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraphCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing.texts/textparagraphcollection/operator_asm/ +--- +## TextParagraphCollection::operator= method + + +operator= + +```cpp +TextParagraphCollection & Aspose::Cells::Drawing::Texts::TextParagraphCollection::operator=(const TextParagraphCollection &src) +``` + +## See Also + +* Class [TextParagraphCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextParagraphCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textparagraphcollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textparagraphcollection/operator_bool/_index.md new file mode 100644 index 00000000000..a13f28aec97 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textparagraphcollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraphCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraphCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing.texts/textparagraphcollection/operator_bool/ +--- +## TextParagraphCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::Texts::TextParagraphCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [TextParagraphCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textparagraphcollection/textparagraphcollection/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textparagraphcollection/textparagraphcollection/_index.md new file mode 100644 index 00000000000..7bd5b271352 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textparagraphcollection/textparagraphcollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraphCollection::TextParagraphCollection constructor +linktitle: TextParagraphCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraphCollection::TextParagraphCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing.texts/textparagraphcollection/textparagraphcollection/ +--- +## TextParagraphCollection::TextParagraphCollection(TextParagraphCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::Texts::TextParagraphCollection::TextParagraphCollection(TextParagraphCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextParagraphCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) +## TextParagraphCollection::TextParagraphCollection(const TextParagraphCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::Texts::TextParagraphCollection::TextParagraphCollection(const TextParagraphCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextParagraphCollection](../) +* Class [TextParagraphCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textparagraphcollection/~textparagraphcollection/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textparagraphcollection/~textparagraphcollection/_index.md new file mode 100644 index 00000000000..d348fe69568 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textparagraphcollection/~textparagraphcollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextParagraphCollection::~TextParagraphCollection method +linktitle: ~TextParagraphCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextParagraphCollection::~TextParagraphCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing.texts/textparagraphcollection/~textparagraphcollection/ +--- +## TextParagraphCollection::~TextParagraphCollection method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::Texts::TextParagraphCollection::~TextParagraphCollection() +``` + +## See Also + +* Class [TextParagraphCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/texttabalignmenttype/_index.md b/spanish/cpp/aspose.cells.drawing.texts/texttabalignmenttype/_index.md new file mode 100644 index 00000000000..39d1e4075ce --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/texttabalignmenttype/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextTabAlignmentType enum +linktitle: TextTabAlignmentType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextTabAlignmentType enum. Represents the text tab alignment types in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.drawing.texts/texttabalignmenttype/ +--- +## TextTabAlignmentType enum + + +Represents the text tab alignment types. + +```cpp +enum class TextTabAlignmentType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Center | 0 |
The text at this tab stop is center aligned. | +| Decimal | 1 |
At this tab stop, the decimals are lined up. | +| Left | 2 |
The text at this tab stop is left aligned. | +| Right | 3 |
The text at this tab stop is right aligned. | + +## See Also + +* Namespace [Aspose::Cells::Drawing::Texts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/texttabstop/_impl/_index.md b/spanish/cpp/aspose.cells.drawing.texts/texttabstop/_impl/_index.md new file mode 100644 index 00000000000..c090a2985fe --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/texttabstop/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextTabStop::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextTabStop::_impl field. The implementation object in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing.texts/texttabstop/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +TextTabStop_Impl* Aspose::Cells::Drawing::Texts::TextTabStop::_impl +``` + +## See Also + +* Class [TextTabStop](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/texttabstop/_index.md b/spanish/cpp/aspose.cells.drawing.texts/texttabstop/_index.md new file mode 100644 index 00000000000..f7a71f712c8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/texttabstop/_index.md @@ -0,0 +1,41 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextTabStop class +linktitle: TextTabStop +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextTabStop class. Represents tab stop in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing.texts/texttabstop/ +--- +## TextTabStop class + + +Represents tab stop. + +```cpp +class TextTabStop +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetTabAlignment()](./gettabalignment/) | Specifies the alignment that is to be applied to text using this tab stop. | +| [GetTabPosition()](./gettabposition/) | Specifies the position of the tab stop relative to the left margin. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const TextTabStop\& src)](./operator_asm/) | operator= | +| [SetTabAlignment(TextTabAlignmentType value)](./settabalignment/) | Specifies the alignment that is to be applied to text using this tab stop. | +| [SetTabPosition(double value)](./settabposition/) | Specifies the position of the tab stop relative to the left margin. | +| [TextTabStop(TextTabStop_Impl* impl)](./texttabstop/) | Constructs from an implementation object. | +| [TextTabStop(const TextTabStop\& src)](./texttabstop/) | Copy constructor. | +| [~TextTabStop()](./~texttabstop/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Drawing::Texts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/texttabstop/gettabalignment/_index.md b/spanish/cpp/aspose.cells.drawing.texts/texttabstop/gettabalignment/_index.md new file mode 100644 index 00000000000..b232c0b2fe1 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/texttabstop/gettabalignment/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextTabStop::GetTabAlignment method +linktitle: GetTabAlignment +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextTabStop::GetTabAlignment method. Specifies the alignment that is to be applied to text using this tab stop in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.texts/texttabstop/gettabalignment/ +--- +## TextTabStop::GetTabAlignment method + + +Specifies the alignment that is to be applied to text using this tab stop. + +```cpp +TextTabAlignmentType Aspose::Cells::Drawing::Texts::TextTabStop::GetTabAlignment() +``` + +## See Also + +* Enum [TextTabAlignmentType](../../texttabalignmenttype/) +* Class [TextTabStop](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/texttabstop/gettabposition/_index.md b/spanish/cpp/aspose.cells.drawing.texts/texttabstop/gettabposition/_index.md new file mode 100644 index 00000000000..235746ab5b5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/texttabstop/gettabposition/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextTabStop::GetTabPosition method +linktitle: GetTabPosition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextTabStop::GetTabPosition method. Specifies the position of the tab stop relative to the left margin in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing.texts/texttabstop/gettabposition/ +--- +## TextTabStop::GetTabPosition method + + +Specifies the position of the tab stop relative to the left margin. + +```cpp +double Aspose::Cells::Drawing::Texts::TextTabStop::GetTabPosition() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextTabStop](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/texttabstop/isnull/_index.md b/spanish/cpp/aspose.cells.drawing.texts/texttabstop/isnull/_index.md new file mode 100644 index 00000000000..c79405ff4c6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/texttabstop/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextTabStop::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextTabStop::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.texts/texttabstop/isnull/ +--- +## TextTabStop::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::Texts::TextTabStop::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextTabStop](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/texttabstop/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing.texts/texttabstop/operator_asm/_index.md new file mode 100644 index 00000000000..b90b9334c99 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/texttabstop/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextTabStop::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextTabStop::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing.texts/texttabstop/operator_asm/ +--- +## TextTabStop::operator= method + + +operator= + +```cpp +TextTabStop & Aspose::Cells::Drawing::Texts::TextTabStop::operator=(const TextTabStop &src) +``` + +## See Also + +* Class [TextTabStop](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextTabStop](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/texttabstop/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing.texts/texttabstop/operator_bool/_index.md new file mode 100644 index 00000000000..ea22969f601 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/texttabstop/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextTabStop::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextTabStop::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing.texts/texttabstop/operator_bool/ +--- +## TextTabStop::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::Texts::TextTabStop::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [TextTabStop](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/texttabstop/settabalignment/_index.md b/spanish/cpp/aspose.cells.drawing.texts/texttabstop/settabalignment/_index.md new file mode 100644 index 00000000000..aadcc70947f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/texttabstop/settabalignment/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextTabStop::SetTabAlignment method +linktitle: SetTabAlignment +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextTabStop::SetTabAlignment method. Specifies the alignment that is to be applied to text using this tab stop in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing.texts/texttabstop/settabalignment/ +--- +## TextTabStop::SetTabAlignment method + + +Specifies the alignment that is to be applied to text using this tab stop. + +```cpp +void Aspose::Cells::Drawing::Texts::TextTabStop::SetTabAlignment(TextTabAlignmentType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [TextTabAlignmentType](../../texttabalignmenttype/) +* Class [TextTabStop](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/texttabstop/settabposition/_index.md b/spanish/cpp/aspose.cells.drawing.texts/texttabstop/settabposition/_index.md new file mode 100644 index 00000000000..6c2992e2e50 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/texttabstop/settabposition/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextTabStop::SetTabPosition method +linktitle: SetTabPosition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextTabStop::SetTabPosition method. Specifies the position of the tab stop relative to the left margin in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing.texts/texttabstop/settabposition/ +--- +## TextTabStop::SetTabPosition method + + +Specifies the position of the tab stop relative to the left margin. + +```cpp +void Aspose::Cells::Drawing::Texts::TextTabStop::SetTabPosition(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextTabStop](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/texttabstop/texttabstop/_index.md b/spanish/cpp/aspose.cells.drawing.texts/texttabstop/texttabstop/_index.md new file mode 100644 index 00000000000..715a5d7c522 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/texttabstop/texttabstop/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextTabStop::TextTabStop constructor +linktitle: TextTabStop +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextTabStop::TextTabStop constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing.texts/texttabstop/texttabstop/ +--- +## TextTabStop::TextTabStop(TextTabStop_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::Texts::TextTabStop::TextTabStop(TextTabStop_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextTabStop](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) +## TextTabStop::TextTabStop(const TextTabStop\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::Texts::TextTabStop::TextTabStop(const TextTabStop &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextTabStop](../) +* Class [TextTabStop](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/texttabstop/~texttabstop/_index.md b/spanish/cpp/aspose.cells.drawing.texts/texttabstop/~texttabstop/_index.md new file mode 100644 index 00000000000..895cec75dc2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/texttabstop/~texttabstop/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextTabStop::~TextTabStop method +linktitle: ~TextTabStop +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextTabStop::~TextTabStop method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing.texts/texttabstop/~texttabstop/ +--- +## TextTabStop::~TextTabStop method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::Texts::TextTabStop::~TextTabStop() +``` + +## See Also + +* Class [TextTabStop](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/texttabstopcollection/_impl/_index.md b/spanish/cpp/aspose.cells.drawing.texts/texttabstopcollection/_impl/_index.md new file mode 100644 index 00000000000..188e3eb790e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/texttabstopcollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextTabStopCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextTabStopCollection::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing.texts/texttabstopcollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +TextTabStopCollection_Impl* Aspose::Cells::Drawing::Texts::TextTabStopCollection::_impl +``` + +## See Also + +* Class [TextTabStopCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/texttabstopcollection/_index.md b/spanish/cpp/aspose.cells.drawing.texts/texttabstopcollection/_index.md new file mode 100644 index 00000000000..4aac6695d4e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/texttabstopcollection/_index.md @@ -0,0 +1,41 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextTabStopCollection class +linktitle: TextTabStopCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextTabStopCollection class. Represents the list of all tab stops in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing.texts/texttabstopcollection/ +--- +## TextTabStopCollection class + + +Represents the list of all tab stops. + +```cpp +class TextTabStopCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add(TextTabAlignmentType tabAlignment, double tabPosition)](./add/) | Adds a tab stop. | +| [Get(int32_t index)](./get/) | Gets [TextTabStop](../texttabstop/) by the index. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const TextTabStopCollection\& src)](./operator_asm/) | operator= | +| [TextTabStopCollection()](./texttabstopcollection/) | Default constructor. | +| [TextTabStopCollection(TextTabStopCollection_Impl* impl)](./texttabstopcollection/) | Constructs from an implementation object. | +| [TextTabStopCollection(const TextTabStopCollection\& src)](./texttabstopcollection/) | Copy constructor. | +| [~TextTabStopCollection()](./~texttabstopcollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Drawing::Texts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/texttabstopcollection/add/_index.md b/spanish/cpp/aspose.cells.drawing.texts/texttabstopcollection/add/_index.md new file mode 100644 index 00000000000..ff629aac55b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/texttabstopcollection/add/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextTabStopCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextTabStopCollection::Add method. Adds a tab stop in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing.texts/texttabstopcollection/add/ +--- +## TextTabStopCollection::Add method + + +Adds a tab stop. + +```cpp +int32_t Aspose::Cells::Drawing::Texts::TextTabStopCollection::Add(TextTabAlignmentType tabAlignment, double tabPosition) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| tabAlignment | TextTabAlignmentType | | +| tabPosition | double | | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [TextTabAlignmentType](../../texttabalignmenttype/) +* Class [TextTabStopCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/texttabstopcollection/get/_index.md b/spanish/cpp/aspose.cells.drawing.texts/texttabstopcollection/get/_index.md new file mode 100644 index 00000000000..5b2947c193e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/texttabstopcollection/get/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextTabStopCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextTabStopCollection::Get method. Gets TextTabStop by the index in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing.texts/texttabstopcollection/get/ +--- +## TextTabStopCollection::Get method + + +Gets [TextTabStop](../../texttabstop/) by the index. + +```cpp +TextTabStop Aspose::Cells::Drawing::Texts::TextTabStopCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The index. | + +## ReturnValue + + + +## See Also + +* Class [TextTabStop](../../texttabstop/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextTabStopCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/texttabstopcollection/getcount/_index.md b/spanish/cpp/aspose.cells.drawing.texts/texttabstopcollection/getcount/_index.md new file mode 100644 index 00000000000..be79bd3b13f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/texttabstopcollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextTabStopCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::Drawing::Texts::TextTabStopCollection class in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing.texts/texttabstopcollection/getcount/ +--- +## TextTabStopCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::Drawing::Texts::TextTabStopCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextTabStopCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/texttabstopcollection/isnull/_index.md b/spanish/cpp/aspose.cells.drawing.texts/texttabstopcollection/isnull/_index.md new file mode 100644 index 00000000000..e8d4f5cdfda --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/texttabstopcollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextTabStopCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextTabStopCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing.texts/texttabstopcollection/isnull/ +--- +## TextTabStopCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::Texts::TextTabStopCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextTabStopCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/texttabstopcollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing.texts/texttabstopcollection/operator_asm/_index.md new file mode 100644 index 00000000000..7681c45976f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/texttabstopcollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextTabStopCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextTabStopCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing.texts/texttabstopcollection/operator_asm/ +--- +## TextTabStopCollection::operator= method + + +operator= + +```cpp +TextTabStopCollection & Aspose::Cells::Drawing::Texts::TextTabStopCollection::operator=(const TextTabStopCollection &src) +``` + +## See Also + +* Class [TextTabStopCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextTabStopCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/texttabstopcollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing.texts/texttabstopcollection/operator_bool/_index.md new file mode 100644 index 00000000000..1da28eedcc8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/texttabstopcollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextTabStopCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextTabStopCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing.texts/texttabstopcollection/operator_bool/ +--- +## TextTabStopCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::Texts::TextTabStopCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [TextTabStopCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/texttabstopcollection/texttabstopcollection/_index.md b/spanish/cpp/aspose.cells.drawing.texts/texttabstopcollection/texttabstopcollection/_index.md new file mode 100644 index 00000000000..1fed4e45148 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/texttabstopcollection/texttabstopcollection/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextTabStopCollection::TextTabStopCollection constructor +linktitle: TextTabStopCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextTabStopCollection::TextTabStopCollection constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing.texts/texttabstopcollection/texttabstopcollection/ +--- +## TextTabStopCollection::TextTabStopCollection() constructor + + +Default constructor. + +```cpp +Aspose::Cells::Drawing::Texts::TextTabStopCollection::TextTabStopCollection() +``` + +## See Also + +* Class [TextTabStopCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) +## TextTabStopCollection::TextTabStopCollection(TextTabStopCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::Texts::TextTabStopCollection::TextTabStopCollection(TextTabStopCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextTabStopCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) +## TextTabStopCollection::TextTabStopCollection(const TextTabStopCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::Texts::TextTabStopCollection::TextTabStopCollection(const TextTabStopCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextTabStopCollection](../) +* Class [TextTabStopCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/texttabstopcollection/~texttabstopcollection/_index.md b/spanish/cpp/aspose.cells.drawing.texts/texttabstopcollection/~texttabstopcollection/_index.md new file mode 100644 index 00000000000..962878dc9c4 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/texttabstopcollection/~texttabstopcollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextTabStopCollection::~TextTabStopCollection method +linktitle: ~TextTabStopCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextTabStopCollection::~TextTabStopCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing.texts/texttabstopcollection/~texttabstopcollection/ +--- +## TextTabStopCollection::~TextTabStopCollection method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::Texts::TextTabStopCollection::~TextTabStopCollection() +``` + +## See Also + +* Class [TextTabStopCollection](../) +* Namespace [Aspose::Cells::Drawing::Texts](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing.texts/textverticaltype/_index.md b/spanish/cpp/aspose.cells.drawing.texts/textverticaltype/_index.md new file mode 100644 index 00000000000..26731e5ad9c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing.texts/textverticaltype/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::Texts::TextVerticalType enum +linktitle: TextVerticalType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Texts::TextVerticalType enum. Represents the text direct type in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.drawing.texts/textverticaltype/ +--- +## TextVerticalType enum + + +Represents the text direct type. + +```cpp +enum class TextVerticalType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Vertical | 0 |
East Asian Vertical display. | +| Horizontal | 1 |
Horizontal text. | +| VerticalLeftToRight | 2 |
Displayed vertical and the text flows top down then LEFT to RIGHT. | +| Vertical90 | 3 |
Each line is 90 degrees rotated clockwise. | +| Vertical270 | 4 |
Each line is 270 degrees rotated clockwise. | +| Stacked | 5 |
Determines if all of the text is vertical. | +| StackedRightToLeft | 6 |
Specifies that vertical WordArt should be shown from right to left rather than left to right. | + +## See Also + +* Namespace [Aspose::Cells::Drawing::Texts](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/_index.md b/spanish/cpp/aspose.cells.drawing/_index.md new file mode 100644 index 00000000000..4bddc27c218 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/_index.md @@ -0,0 +1,141 @@ +--- +title: Espacio de nombres Aspose::Cells::Drawing +linktitle: Aspose::Cells::Drawing +second_title: Referencia de API de Aspose.Cells para C++ +description: 'Cómo usar el espacio de nombres Aspose::Cells::Drawing en C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/ +--- + + + +## Clases + +| Clase | Descripción | +| --- | --- | +| [ArcShape](./arcshape/) | Representa la forma de arco. | +| [Area](./area/) | Encapsula el objeto que representa un formato de área. | +| [AutomaticFill](./automaticfill/) | representa relleno automático. | +| [BaseShapeGuide](./baseshapeguide/) | Representa la guía de forma. | +| [Bevel](./bevel/) | Representa un bisel de una forma. | +| [Button](./button/) | Representa el control Forms: [Button](./button/). | +| [CellsDrawing](./cellsdrawing/) | Representa la forma automática y el objeto de dibujo. | +| [ChartShape](./chartshape/) | Representa la forma del gráfico. [Properties](../aspose.cells.properties/) y métodos para el objeto ChartObject controlan la apariencia y el tamaño del gráfico incrustado en la hoja de cálculo. | +| [CheckBox](./checkbox/) | Representa un objeto de casilla de verificación en una hoja de cálculo. | +| [CheckBoxCollection](./checkboxcollection/) | Representa una colección de objetos [CheckBox](./checkbox/) en una hoja de cálculo. | +| [ColorHelper](./colorhelper/) | Proporciona funciones auxiliares sobre color. | +| [ComboBox](./combobox/) | Representa el control de formulario [ComboBox](./combobox/). | +| [CommentShape](./commentshape/) | Representa la forma del comentario. | +| [CustomGeometry](./customgeometry/) | Representa una forma geométrica personalizada. | +| [CustomXmlShape](./customxmlshape/) | Representa una forma XML personalizada, como Ink. | +| [Dialog_Box](./dialog_box/) | Representa el cuadro de diálogo. | +| [FillFormat](./fillformat/) | Encapsula el objeto que representa el formato de relleno para una forma. | +| [Format3D](./format3d/) | Esta clase especifica las propiedades de forma 3D para un elemento de gráfico o forma. | +| [Geometry](./geometry/) | Representa una forma geométrica. | +| [GlowEffect](./gloweffect/) | Esta clase especifica un efecto de resplandor, en el que se agrega un contorno difuminado de color fuera de los bordes del objeto. | +| [GradientFill](./gradientfill/) | Representa el relleno degradado. | +| [GradientStop](./gradientstop/) | Representa la parada del degradado. | +| [GradientStopCollection](./gradientstopcollection/) | Representa la colección de paradas del degradado. | +| [GroupBox](./groupbox/) | Encapsula el objeto que representa un cuadro de grupo en una hoja de cálculo. | +| [GroupFill](./groupfill/) | Representa que este formato de relleno debe heredar las propiedades de relleno del grupo. | +| [GroupShape](./groupshape/) | Representa la forma de grupo que contiene las formas individuales. | +| [Label](./label/) | Encapsula el objeto que representa una etiqueta en una hoja de cálculo. | +| [Line](./line/) | Encapsula el objeto que representa el formato de línea. | +| [LineFormat](./lineformat/) | Representa todas las configuraciones de la línea. | +| [LineShape](./lineshape/) | Representa la forma de línea. | +| [ListBox](./listbox/) | Representa un objeto de cuadro de lista. | +| [MsoFillFormat](./msofillformat/) | Representa el formato de relleno para una forma. | +| [MsoFillFormatHelper](./msofillformathelper/) | Representa el formato de relleno para una forma. | +| [MsoFormatPicture](./msoformatpicture/) | Representa el formato de imagen. | +| [MsoLineFormat](./msolineformat/) | Representa el formato de línea y de punta de flecha. | +| [MsoLineFormatHelper](./msolineformathelper/) | Representa el formato de línea y de punta de flecha. | +| [MsoTextFrame](./msotextframe/) | Representa el marco de texto en un objeto [Shape](./shape/). | +| [NoneFill](./nonefill/) | Representa sin relleno. | +| [OleObject](./oleobject/) | Representa un [OleObject](./oleobject/) en una hoja de cálculo. | +| [OleObjectCollection](./oleobjectcollection/) | Representa objetos OLE incrustados. | +| [Oval](./oval/) | Representa la forma ovalada. | +| [PatternFill](./patternfill/) | Encapsula el objeto que representa el formato de relleno de patrón. | +| [PicFormatOption](./picformatoption/) | Representa la opción de formato de imagen. | +| [Picture](./picture/) | Encapsula el objeto que representa una única imagen en una hoja de cálculo. | +| [PictureCollection](./picturecollection/) | Encapsula una colección de objetos [Picture](./picture/). | +| [RadioButton](./radiobutton/) | Representa un botón de opción. | +| [RectangleShape](./rectangleshape/) | Representa la forma de rectángulo. | +| [ReflectionEffect](./reflectioneffect/) | Esta clase especifica un efecto de reflexión. | +| [ScrollBar](./scrollbar/) | Representa un objeto de barra de desplazamiento. | +| [ShadowEffect](./shadoweffect/) | Esta clase especifica el efecto de sombra del elemento de gráfico o forma. | +| [Shape](./shape/) | Representa el objeto msodrawing. | +| [ShapeCollection](./shapecollection/) | Representa todas las formas en una hoja de cálculo/gráfico. | +| [ShapeGuide](./shapeguide/) | Encapsula una guía de forma que especifica la presencia de una guía de forma que se utilizará para gobernar la geometría de la forma especificada. | +| [ShapeGuideCollection](./shapeguidecollection/) | Encapsula una colección de guías de forma. | +| [ShapePath](./shapepath/) | Representa una ruta de creación compuesta por una serie de movimientos, líneas y curvas que, al combinarse, formarán una forma geométrica. | +| [ShapePathCollection](./shapepathcollection/) | Representa la información de la colección de rutas en NotPrimitive autoshape. | +| [ShapePathPoint](./shapepathpoint/) | Especifique coordenadas de posición o marcadores de ángulo. Las coordenadas de posición representan las coordenadas de una ruta en un espacio de coordenadas (p. ej., X/Y). Los marcadores de ángulo indican cambios angulares en una ruta (p. ej., los ángulos de inicio y de arco). | +| [ShapePathPointCollection](./shapepathpointcollection/) | Representa todos los puntos de la ruta de forma. | +| [ShapePropertyCollection](./shapepropertycollection/) | Esta clase especifica las propiedades visuales de la forma para un elemento de gráfico o forma. | +| [ShapeSegmentPath](./shapesegmentpath/) | Representa una ruta de segmento en una ruta de forma libre. | +| [ShapeSegmentPathCollection](./shapesegmentpathcollection/) | Representa una ruta de creación compuesta por una serie de movimientos, líneas y curvas que, al combinarse, formarán una forma geométrica. | +| [SignatureLine](./signatureline/) | Representa la línea de firma. | +| [SlicerShape](./slicershape/) | Representa la forma del segmentador. | +| [SmartArtShape](./smartartshape/) | Representa el smart art. | +| [SolidFill](./solidfill/) | Encapsula el objeto que representa el formato de relleno sólido. | +| [Spinner](./spinner/) | Representa el control de formularios: [Spinner](./spinner/). | +| [TextBox](./textbox/) | Encapsula el objeto que representa un cuadro de texto en una hoja de cálculo. | +| [TextBoxCollection](./textboxcollection/) | Encapsula una colección de objetos [TextBox](./textbox/). | +| [TextEffectFormat](./texteffectformat/) | Contiene propiedades y métodos que se aplican a objetos WordArt. | +| [TextureFill](./texturefill/) | Encapsula el objeto que representa el formato de relleno de textura. | +| [ThreeDFormat](./threedformat/) | Representa el formato tridimensional de una forma. | +| [TilePicOption](./tilepicoption/) | Representa la imagen de mosaico como textura. | +| [TimelineShape](./timelineshape/) | Representa el objeto Timeline msodrawing. | +| [VmlShapeGuide](./vmlshapeguide/) | solo para vml Encapsula una guía de forma que especifica la presencia de una guía de forma que se usará para gobernar la geometría de la forma especificada. | +| [WebExtensionShape](./webextensionshape/) | Representa la forma de la extensión web. | +## Enums + +| Enumeración | Descripción | +| --- | --- | +| [AutoShapeType](./autoshapetype/) | Representa todos los tipos de forma automática incorporados. | +| [BevelPresetType](./bevelpresettype/) | Representa una configuración predefinida para un tipo de bisel que puede aplicarse a una forma en 3D. | +| [BevelType](./beveltype/) | Representa una configuración predefinida para un tipo de bisel que puede aplicarse a una forma en 3D. | +| [CheckValueType](./checkvaluetype/) | Representa el tipo de valor de verificación de la casilla de verificación. | +| [DataLabelShapeType](./datalabelshapetype/) | Especifica la geometría de forma predefinida que se utilizará para un gráfico. | +| [FillPattern](./fillpattern/) | Enumera los tipos de patrones de relleno de forma. | +| [FillPictureType](./fillpicturetype/) | Representa el tipo de relleno de imagen. | +| [FillType](./filltype/) | Tipo de formato de relleno. | +| [FormatSetType](./formatsettype/) | Tipo de conjunto de formato de relleno. | +| [GradientColorType](./gradientcolortype/) | Representa el tipo de color de degradado para el relleno especificado. | +| [GradientDirectionType](./gradientdirectiontype/) | Representa todos los tipos de dirección del degradado. | +| [GradientFillType](./gradientfilltype/) | Representa todos los tipos de relleno de degradado. | +| [GradientPresetType](./gradientpresettype/) | Representa el tipo de color predefinido de degradado. | +| [GradientStyleType](./gradientstyletype/) | Representa el estilo de sombreado de degradado. | +| [ImageType](./imagetype/) | Especifica el tipo (formato) de una imagen. | +| [LightRigDirectionType](./lightrigdirectiontype/) | Representa el tipo de dirección del rig de luz. | +| [LightRigType](./lightrigtype/) | Representa una luz predefinida derecha que puede aplicarse a una forma. | +| [LineCapType](./linecaptype/) | Representa los extremos de una línea. | +| [LineJoinType](./linejointype/) | Representa los estilos de unión de una línea. | +| [LineType](./linetype/) | Enumera el tipo de borde de [Picture](./picture/) o línea de gráfico. | +| [MirrorType](./mirrortype/) | Representa el tipo de espejo del relleno de textura. | +| [MsoArrowheadLength](./msoarrowheadlength/) | Enumera el ancho del extremo de línea del borde de la forma. | +| [MsoArrowheadStyle](./msoarrowheadstyle/) | Enumera el tipo de extremo de línea del borde de la forma. | +| [MsoArrowheadWidth](./msoarrowheadwidth/) | Enumera el ancho del extremo de línea del borde de la forma. | +| [MsoDrawingType](./msodrawingtype/) | Representa el tipo de objetos de dibujo de Office. | +| [MsoLineDashStyle](./msolinedashstyle/) | Representa el estilo de líneas de dibujo con guiones. | +| [MsoLineStyle](./msolinestyle/) | Representa el estilo de líneas de dibujo. | +| [MsoPresetTextEffect](./msopresettexteffect/) | Representa el tipo de efecto de texto predefinido de WordArt. | +| [MsoPresetTextEffectShape](./msopresettexteffectshape/) | Representa el tipo de forma de efecto de texto predefinido de WordArt. | +| [PlacementType](./placementtype/) | Representa la forma en que el objeto de dibujo está unido a las celdas debajo de él. | +| [PresetCameraType](./presetcameratype/) | Representa diferentes métodos algorítmicos para establecer todas las propiedades de la cámara, incluida la posición. | +| [PresetMaterialType](./presetmaterialtype/) | Describe la apariencia superficial de una forma. | +| [PresetShadowType](./presetshadowtype/) | Representa el tipo de sombra predefinido. | +| [PresetThemeGradientType](./presetthemegradienttype/) | Representa el tipo de degradado de tema predefinido. | +| [PresetWordArtStyle](./presetwordartstyle/) | Representa los estilos predefinidos de WordArt. | +| [RectangleAlignmentType](./rectanglealignmenttype/) | Representa cómo posicionar dos rectángulos entre sí. | +| [ReflectionEffectType](./reflectioneffecttype/) | Representa el tipo de efecto de reflexión. | +| [SelectionType](./selectiontype/) | El tipo de selección del cuadro de lista. | +| [ShapeAnchorType](./shapeanchortype/) | Representa el tipo de ancla. | +| [ShapeLockType](./shapelocktype/) | Representa el tipo de la propiedad a bloquear. | +| [ShapePathPointValueType](./shapepathpointvaluetype/) | Especifica el tipo de valor del objeto [ShapePathPoint](./shapepathpoint/). | +| [ShapePathType](./shapepathtype/) | Representa el tipo de segmento de ruta. | +| [SignatureType](./signaturetype/) | Especifica el tipo de firma. | +| [TextOverflowType](./textoverflowtype/) | Representa la forma en que el texto desborda vertical u horizontalmente. | +| [TextureType](./texturetype/) | Representa el tipo de textura predefinido. | +| [WeightType](./weighttype/) | Enumera los tipos de grosor para el borde de una imagen o una línea de gráfico. | diff --git a/spanish/cpp/aspose.cells.drawing/arcshape/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/arcshape/_impl/_index.md new file mode 100644 index 00000000000..1e9601a9c5e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/arcshape/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ArcShape::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ArcShape::_impl field. The implementation object in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/arcshape/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ArcShape_Impl* Aspose::Cells::Drawing::ArcShape::_impl +``` + +## See Also + +* Class [ArcShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/arcshape/_index.md b/spanish/cpp/aspose.cells.drawing/arcshape/_index.md new file mode 100644 index 00000000000..22bec0aa417 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/arcshape/_index.md @@ -0,0 +1,306 @@ +--- +title: Aspose::Cells::Drawing::ArcShape class +linktitle: ArcShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ArcShape class. Represents the arc shape in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/arcshape/ +--- +## ArcShape class + + +Represents the arc shape. + +```cpp +class ArcShape : public Aspose::Cells::Drawing::Shape +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddHyperlink(const U16String\& address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AddHyperlink(const char16_t* address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AlignTopRightCorner(int32_t topRow, int32_t rightColumn)](../shape/aligntoprightcorner/) | Moves the picture to the top-right corner. | +| [ArcShape(ArcShape_Impl* impl)](./arcshape/) | Constructs from an implementation object. | +| [ArcShape(const ArcShape\& src)](./arcshape/) | Copy constructor. | +| [ArcShape(const Shape\& src)](./arcshape/) | Constructs from a parent object. | +| [CalculateTextSize()](../shape/calculatetextsize/) | Recalculate the text area. | +| [Characters(int32_t startIndex, int32_t length)](../shape/characters/) | Returns a Characters object that represents a range of characters within the text. | +| [FitToTextSize()](../shape/fittotextsize/) | Recalculate a text area suitable for displaying all text content. | +| [FormatCharacters(int32_t startIndex, int32_t length, const Aspose::Cells::Font\& font, const StyleFlag\& flag)](../shape/formatcharacters/) | Formats some characters with the font setting. | +| [GetActiveXControl()](../shape/getactivexcontrol/) | Gets the ActiveX control. | +| [GetActualBox()](../shape/getactualbox/) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [GetActualLowerRightRow()](../shape/getactuallowerrightrow/) | Get the actual bottom row. | +| [GetAlternativeText()](../shape/getalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [GetAnchorType()](../shape/getanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [GetAutoShapeType()](../shape/getautoshapetype/) | Gets and sets the auto shape type. | +| [GetBottom()](../shape/getbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [GetConnectionPoints()](../shape/getconnectionpoints/) | Get the connection points. | +| [GetControlData()](../shape/getcontroldata/) | Gets the data of control. | +| [GetCreateId(UUID\& uuid)](../shape/getcreateid/) | Gets and sets create id for this shape. | +| [GetFill()](../shape/getfill/) | Returns a [FillFormat](../fillformat/) object that contains fill formatting properties for the specified shape. | +| [GetFont()](../shape/getfont/) | Represents the font of shape. | +| [GetFormatPicture()](../shape/getformatpicture/) | Gets and sets the options of the picture format. | +| [GetGeometry()](../shape/getgeometry/) | Gets the geometry. | +| [GetGlow()](../shape/getglow/) | Represents a [GlowEffect](../gloweffect/) object that specifies glow effect for the chart element or shape. | +| [GetGroup()](../shape/getgroup/) | Gets the group shape which contains this shape. | +| [GetHasLine()](../shape/gethasline/) | Gets and sets the line border of the shape is visible. | +| [GetHeight()](../shape/getheight/) | Represents the height of shape, in unit of pixel. | +| [GetHeightCM()](../shape/getheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [GetHeightInch()](../shape/getheightinch/) | Represents the height of the shape, in unit of inches. | +| [GetHeightInShape()](../shape/getheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [GetHeightPt()](../shape/getheightpt/) | Represents the height of the shape, in unit of points. | +| [GetHeightScale()](../shape/getheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [GetHtmlText()](../shape/gethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [GetHyperlink()](../shape/gethyperlink/) | Gets the hyperlink of the shape. | +| [GetId()](../shape/getid/) | Gets the identifier of this shape. | +| [GetInputRange()](../shape/getinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [GetInputRange(bool isR1C1, bool isLocal)](../shape/getinputrange/) | Gets the range used to fill the control. | +| [GetLeft()](../shape/getleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [GetLeftCM()](../shape/getleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [GetLeftInch()](../shape/getleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [GetLeftInShape()](../shape/getleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [GetLeftToCorner()](../shape/getlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [GetLine()](../shape/getline/) | Gets line style. | +| [GetLinkedCell()](../shape/getlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [GetLinkedCell(bool isR1C1, bool isLocal)](../shape/getlinkedcell/) | Gets the range linked to the control's value. | +| [GetLockedProperty(ShapeLockType type)](../shape/getlockedproperty/) | Gets the value of locked property. | +| [GetLowerDeltaX()](../shape/getlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [GetLowerDeltaY()](../shape/getlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [GetLowerRightColumn()](../shape/getlowerrightcolumn/) | Represents lower right corner column index. | +| [GetLowerRightRow()](../shape/getlowerrightrow/) | Represents lower right corner row index. | +| [GetMacroName()](../shape/getmacroname/) | Gets and sets the name of macro. | +| [GetMsoDrawingType()](../shape/getmsodrawingtype/) | Gets drawing type. | +| [GetName()](../shape/getname/) | Gets and sets the name of the shape. | +| [GetPaths()](../shape/getpaths/) | Gets the paths of a custom geometric shape. | +| [GetPlacement()](../shape/getplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [GetReflection()](../shape/getreflection/) | Represents a [ReflectionEffect](../reflectioneffect/) object that specifies reflection effect for the chart element or shape. | +| [GetRelativeToOriginalPictureSize()](../shape/getrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [GetResultOfSmartArt()](../shape/getresultofsmartart/) | Converting smart art to grouped shapes. | +| [GetRichFormattings()](../shape/getrichformattings/) | Returns all Characters objects that represents a range of characters within the text . | +| [GetRight()](../shape/getright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [GetRotationAngle()](../shape/getrotationangle/) | Gets and sets the rotation of the shape. | +| [GetShadowEffect()](../shape/getshadoweffect/) | Represents a [Drawing.ShadowEffect](../shadoweffect/) object that specifies shadow effect for the chart element or shape. | +| [GetSoftEdges()](../shape/getsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [GetSpid()](../shape/getspid/) | Specifies an optional string identifier that an application can use to identify the particular shape. | +| [GetSpt()](../shape/getspt/) | Specifies an optional number that an application can use to associate the particular shape with a defined shape type. | +| [GetText()](../shape/gettext/) | Gets and sets the text of this shape. | +| [GetTextBody()](../shape/gettextbody/) | Gets and sets the setting of the shape's text. | +| [GetTextBoxOptions()](../shape/gettextboxoptions/) | Gets the text information in the shape. | +| [GetTextDirection()](../shape/gettextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [GetTextEffect()](../shape/gettexteffect/) | Returns a [TextEffectFormat](../texteffectformat/) object that contains text-effect formatting properties for the specified shape. Applies to [Shape](../shape/) objects that represent WordArt. | +| [GetTextHorizontalAlignment()](../shape/gettexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [GetTextHorizontalOverflow()](../shape/gettexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [GetTextOptions()](../shape/gettextoptions/) | Represents the text options of the shape. | +| [GetTextOrientationType()](../shape/gettextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [GetTextShapeType()](../shape/gettextshapetype/) | Gets and sets the preset text shape type. | +| [GetTextVerticalAlignment()](../shape/gettextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [GetTextVerticalOverflow()](../shape/gettextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [GetThreeDFormat()](../shape/getthreedformat/) | Gets and sets 3d format of the shape. | +| [GetTitle()](../shape/gettitle/) | Specifies the title (caption) of the current shape object. | +| [GetTop()](../shape/gettop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [GetTopCM()](../shape/gettopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [GetTopInch()](../shape/gettopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [GetTopInShape()](../shape/gettopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [GetTopToCorner()](../shape/gettoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [GetType()](../shape/gettype/) | Gets the auto shape type. | +| [GetUpperDeltaX()](../shape/getupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [GetUpperDeltaY()](../shape/getupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [GetUpperLeftColumn()](../shape/getupperleftcolumn/) | Represents upper left corner column index. | +| [GetUpperLeftRow()](../shape/getupperleftrow/) | Represents the top row index. | +| [GetWidth()](../shape/getwidth/) | Represents the width of shape, in unit of pixels. | +| [GetWidthCM()](../shape/getwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [GetWidthInch()](../shape/getwidthinch/) | Represents the width of the shape, in unit of inch. | +| [GetWidthInShape()](../shape/getwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [GetWidthPt()](../shape/getwidthpt/) | Represents the width of the shape, in unit of point. | +| [GetWidthScale()](../shape/getwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [GetWorksheet()](../shape/getworksheet/) | Gets the [Worksheet](../../aspose.cells/worksheet/) object which contains this shape. | +| [GetX()](../shape/getx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [GetY()](../shape/gety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [GetZOrderPosition()](../shape/getzorderposition/) | Returns the position of a shape in the z-order. | +| [IsAspectRatioLocked()](../shape/isaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [IsDecorative()](../shape/isdecorative/) | Indicates whether the object is decorative. | +| [IsEquation()](../shape/isequation/) | Indicates whether the shape only contains an equation. | +| [IsFilled()](../shape/isfilled/) | Indicates whether the fill format is visible. | +| [IsFlippedHorizontally()](../shape/isflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [IsFlippedVertically()](../shape/isflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [IsGroup()](../shape/isgroup/) | Indicates whether this shape is a group shape. | +| [IsHidden()](../shape/ishidden/) | Indicates whether the object is visible. | +| [IsInGroup()](../shape/isingroup/) | Indicates whether the shape is grouped. | +| [IsLockAspectRatio()](../shape/islockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [IsLocked()](../shape/islocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsPrintable()](../shape/isprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [IsRichText()](../shape/isrichtext/) | Whether or not the text is rich text. | +| [IsSameSetting(const Aspose::Cells::Object\& obj)](../shape/issamesetting/) | Returns whether the shape is same. | +| [IsSmartArt()](../shape/issmartart/) | Indicates whether the shape is a smart art. | +| [IsTextWrapped()](../shape/istextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [IsWordArt()](../shape/iswordart/) | Indicates whether this shape is a word art. | +| [MoveToRange(int32_t topRow, int32_t leftColumn, int32_t bottomRow, int32_t rightColumn)](../shape/movetorange/) | Moves the shape to a specified range. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ArcShape\& src)](./operator_asm/) | operator= | +| [operator=(const Shape\& src)](../shape/operator_asm/) | operator= | +| [RemoveActiveXControl()](../shape/removeactivexcontrol/) | Remove activeX control. | +| [RemoveHyperlink()](../shape/removehyperlink/) | Removes the hyperlink of the shape. | +| [SetAlternativeText(const U16String\& value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAlternativeText(const char16_t* value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAnchorType(ShapeAnchorType value)](../shape/setanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [SetAutoShapeType(AutoShapeType value)](../shape/setautoshapetype/) | Gets and sets the auto shape type. | +| [SetBottom(int32_t value)](../shape/setbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [SetCreateId(const UUID\& value)](../shape/setcreateid/) | Gets and sets create id for this shape. | +| [SetFont(const Aspose::Cells::Font\& value)](../shape/setfont/) | Represents the font of shape. | +| [SetHasLine(bool value)](../shape/sethasline/) | Gets and sets the line border of the shape is visible. | +| [SetHeight(int32_t value)](../shape/setheight/) | Represents the height of shape, in unit of pixel. | +| [SetHeightCM(double value)](../shape/setheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [SetHeightInch(double value)](../shape/setheightinch/) | Represents the height of the shape, in unit of inches. | +| [SetHeightInShape(int32_t value)](../shape/setheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [SetHeightPt(double value)](../shape/setheightpt/) | Represents the height of the shape, in unit of points. | +| [SetHeightScale(int32_t value)](../shape/setheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [SetHtmlText(const U16String\& value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetHtmlText(const char16_t* value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetInputRange(const U16String\& value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const char16_t* value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetInputRange(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetIsAspectRatioLocked(bool value)](../shape/setisaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [SetIsDecorative(bool value)](../shape/setisdecorative/) | Indicates whether the object is decorative. | +| [SetIsFilled(bool value)](../shape/setisfilled/) | Indicates whether the fill format is visible. | +| [SetIsFlippedHorizontally(bool value)](../shape/setisflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [SetIsFlippedVertically(bool value)](../shape/setisflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [SetIsHidden(bool value)](../shape/setishidden/) | Indicates whether the object is visible. | +| [SetIsLockAspectRatio(bool value)](../shape/setislockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [SetIsLocked(bool value)](../shape/setislocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [SetIsPrintable(bool value)](../shape/setisprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [SetIsTextWrapped(bool value)](../shape/setistextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [SetLeft(int32_t value)](../shape/setleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [SetLeftCM(double value)](../shape/setleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [SetLeftInch(double value)](../shape/setleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [SetLeftInShape(int32_t value)](../shape/setleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [SetLeftToCorner(int32_t value)](../shape/setlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [SetLinkedCell(const U16String\& value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const char16_t* value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLinkedCell(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLockedProperty(ShapeLockType type, bool value)](../shape/setlockedproperty/) | Set the locked property. | +| [SetLowerDeltaX(int32_t value)](../shape/setlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [SetLowerDeltaY(int32_t value)](../shape/setlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [SetLowerRightColumn(int32_t value)](../shape/setlowerrightcolumn/) | Represents lower right corner column index. | +| [SetLowerRightRow(int32_t value)](../shape/setlowerrightrow/) | Represents lower right corner row index. | +| [SetMacroName(const U16String\& value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetMacroName(const char16_t* value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetName(const U16String\& value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetName(const char16_t* value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetPlacement(PlacementType value)](../shape/setplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [SetRelativeToOriginalPictureSize(bool value)](../shape/setrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [SetRight(int32_t value)](../shape/setright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [SetRotationAngle(double value)](../shape/setrotationangle/) | Gets and sets the rotation of the shape. | +| [SetSoftEdges(double value)](../shape/setsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [SetText(const U16String\& value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetText(const char16_t* value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetTextDirection(TextDirectionType value)](../shape/settextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [SetTextHorizontalAlignment(TextAlignmentType value)](../shape/settexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [SetTextHorizontalOverflow(TextOverflowType value)](../shape/settexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [SetTextOptions(const TextOptions\& value)](../shape/settextoptions/) | Represents the text options of the shape. | +| [SetTextOrientationType(TextOrientationType value)](../shape/settextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [SetTextShapeType(AutoShapeType value)](../shape/settextshapetype/) | Gets and sets the preset text shape type. | +| [SetTextVerticalAlignment(TextAlignmentType value)](../shape/settextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [SetTextVerticalOverflow(TextOverflowType value)](../shape/settextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [SetTitle(const U16String\& value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTitle(const char16_t* value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTop(int32_t value)](../shape/settop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [SetTopCM(double value)](../shape/settopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [SetTopInch(double value)](../shape/settopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [SetTopInShape(int32_t value)](../shape/settopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [SetTopToCorner(int32_t value)](../shape/settoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [SetUpperDeltaX(int32_t value)](../shape/setupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [SetUpperDeltaY(int32_t value)](../shape/setupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [SetUpperLeftColumn(int32_t value)](../shape/setupperleftcolumn/) | Represents upper left corner column index. | +| [SetUpperLeftRow(int32_t value)](../shape/setupperleftrow/) | Represents the top row index. | +| [SetWidth(int32_t value)](../shape/setwidth/) | Represents the width of shape, in unit of pixels. | +| [SetWidthCM(double value)](../shape/setwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [SetWidthInch(double value)](../shape/setwidthinch/) | Represents the width of the shape, in unit of inch. | +| [SetWidthInShape(int32_t value)](../shape/setwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [SetWidthPt(double value)](../shape/setwidthpt/) | Represents the width of the shape, in unit of point. | +| [SetWidthScale(int32_t value)](../shape/setwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [SetX(int32_t value)](../shape/setx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [SetY(int32_t value)](../shape/sety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [SetZOrderPosition(int32_t value)](../shape/setzorderposition/) | Returns the position of a shape in the z-order. | +| [Shape(Shape_Impl* impl)](../shape/shape/) | Constructs from an implementation object. | +| [Shape(const Shape\& src)](../shape/shape/) | Copy constructor. | +| [ToFrontOrBack(int32_t orders)](../shape/tofrontorback/) | Brings the shape to the front or sends the shape to back. | +| [ToImage(Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. | +| [ToImage(const U16String\& imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const char16_t* imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a stream. | +| [UpdateSelectedValue()](../shape/updateselectedvalue/) | Update the selected value by the value of the linked cell. | +| [~ArcShape()](./~arcshape/) | Destructor. | +| [~Shape()](../shape/~shape/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciar un nuevo Workbook. +Workbook excelbook; + +//Agregar una forma de arco. +ArcShape arc1 = excelbook.GetWorksheets().Get(0).GetShapes().AddArc(2, 0, 2, 0, 130, 130); + +//Establecer la posición del arco. +arc1.SetPlacement(PlacementType::FreeFloating); + +//Establecer el formato de relleno. +arc1.GetFill().SetFillType(FillType::Solid); +arc1.GetFill().GetSolidFill().SetColor(Color{ 0xff, 0, 0, 0xff }); + +//Establece el estilo de línea. +arc1.GetLine().SetCompoundType(MsoLineStyle::Single); + +//Establece el grosor de la línea. +arc1.GetLine().SetWeight(2); + +//Establecer el color de la línea del arco. +arc1.GetLine().SetFillType(FillType::Solid); +arc1.GetLine().GetSolidFill().SetColor(Color{ 0xff, 0xff, 0, 0 }); + +//Establecer el estilo de guión del arco. +arc1.GetLine().SetDashStyle(MsoLineDashStyle::Solid); + +//Agregar otra forma de arco. +ArcShape arc2 = excelbook.GetWorksheets().Get(0).GetShapes().AddArc(9, 0, 2, 0, 130, 130); + +//Establecer la posición del arco. +arc2.SetPlacement(PlacementType::FreeFloating); + +//Establece el estilo de línea. +arc2.GetLine().SetCompoundType(MsoLineStyle::Single); + +//Establece el grosor de la línea. +arc2.GetLine().SetWeight(1); + +//Establecer el color de la línea del arco. +arc2.GetLine().SetFillType(FillType::Solid); +arc2.GetLine().GetSolidFill().SetColor(Color{ 0xff, 0, 0, 0xff }); + +//Establecer el estilo de guión del arco. +arc2.GetLine().SetDashStyle(MsoLineDashStyle::Solid); + +//Guarde el archivo de Excel. +excelbook.Save(u"tstarcs.xls"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Shape](../shape/) +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/arcshape/arcshape/_index.md b/spanish/cpp/aspose.cells.drawing/arcshape/arcshape/_index.md new file mode 100644 index 00000000000..a89c8c74d8f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/arcshape/arcshape/_index.md @@ -0,0 +1,53 @@ +--- +title: Aspose::Cells::Drawing::ArcShape::ArcShape constructor +linktitle: ArcShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ArcShape::ArcShape constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/arcshape/arcshape/ +--- +## ArcShape::ArcShape(ArcShape_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::ArcShape::ArcShape(ArcShape_Impl *impl) +``` + +## See Also + +* Class [ArcShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## ArcShape::ArcShape(const ArcShape\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::ArcShape::ArcShape(const ArcShape &src) +``` + +## See Also + +* Class [ArcShape](../) +* Class [ArcShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## ArcShape::ArcShape(const Shape\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::ArcShape::ArcShape(const Shape &src) +``` + +## See Also + +* Class [Shape](../../shape/) +* Class [ArcShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/arcshape/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/arcshape/isnull/_index.md new file mode 100644 index 00000000000..ab7a758b774 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/arcshape/isnull/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ArcShape::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ArcShape::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/arcshape/isnull/ +--- +## ArcShape::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::ArcShape::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [ArcShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/arcshape/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/arcshape/operator_asm/_index.md new file mode 100644 index 00000000000..3530175c99c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/arcshape/operator_asm/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ArcShape::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ArcShape::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/arcshape/operator_asm/ +--- +## ArcShape::operator= method + + +operator= + +```cpp +ArcShape & Aspose::Cells::Drawing::ArcShape::operator=(const ArcShape &src) +``` + +## See Also + +* Class [ArcShape](../) +* Class [ArcShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/arcshape/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/arcshape/operator_bool/_index.md new file mode 100644 index 00000000000..3f4a0b99c84 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/arcshape/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ArcShape::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ArcShape::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/arcshape/operator_bool/ +--- +## ArcShape::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::ArcShape::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ArcShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/arcshape/~arcshape/_index.md b/spanish/cpp/aspose.cells.drawing/arcshape/~arcshape/_index.md new file mode 100644 index 00000000000..59fda3c19e1 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/arcshape/~arcshape/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ArcShape::~ArcShape method +linktitle: ~ArcShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ArcShape::~ArcShape method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/arcshape/~arcshape/ +--- +## ArcShape::~ArcShape method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::ArcShape::~ArcShape() +``` + +## See Also + +* Class [ArcShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/area/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/area/_impl/_index.md new file mode 100644 index 00000000000..afd60f44d5c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/area/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Area::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Area::_impl field. The implementation object in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing/area/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +Area_Impl* Aspose::Cells::Drawing::Area::_impl +``` + +## See Also + +* Class [Area](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/area/_index.md b/spanish/cpp/aspose.cells.drawing/area/_index.md new file mode 100644 index 00000000000..0ad1316117e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/area/_index.md @@ -0,0 +1,91 @@ +--- +title: Aspose::Cells::Drawing::Area class +linktitle: Area +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Area class. Encapsulates the object that represents an area format in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/area/ +--- +## Area class + + +Encapsulates the object that represents an area format. + +```cpp +class Area +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Area(Area_Impl* impl)](./area/) | Constructs from an implementation object. | +| [Area(const Area\& src)](./area/) | Copy constructor. | +| [GetBackgroundColor()](./getbackgroundcolor/) | Gets or sets the background [Color](../../aspose.cells/color/) of the [Area](./). | +| [GetFillFormat()](./getfillformat/) | Represents a [FillFormat](../fillformat/) object that contains fill formatting properties for the specified chart or shape. | +| [GetForegroundColor()](./getforegroundcolor/) | Gets or sets the foreground [Color](../../aspose.cells/color/). | +| [GetFormatting()](./getformatting/) | Represents the formatting of the area. | +| [GetInvertIfNegative()](./getinvertifnegative/) | If the property is true and the value of chart point is a negative number, the foreground color and background color will be exchanged. | +| [GetTransparency()](./gettransparency/) | Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const Area\& src)](./operator_asm/) | operator= | +| [SetBackgroundColor(const Aspose::Cells::Color\& value)](./setbackgroundcolor/) | Gets or sets the background [Color](../../aspose.cells/color/) of the [Area](./). | +| [SetForegroundColor(const Aspose::Cells::Color\& value)](./setforegroundcolor/) | Gets or sets the foreground [Color](../../aspose.cells/color/). | +| [SetFormatting(FormattingType value)](./setformatting/) | Represents the formatting of the area. | +| [SetInvertIfNegative(bool value)](./setinvertifnegative/) | If the property is true and the value of chart point is a negative number, the foreground color and background color will be exchanged. | +| [SetTransparency(double value)](./settransparency/) | Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). | +| [~Area()](./~area/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; +//Agregar una nueva hoja de cálculo al objeto Workbook +int sheetIndex = workbook.GetWorksheets().Add(); +//Obteniendo la referencia de la hoja recién añadida pasando su índice de hoja +Worksheet worksheet = workbook.GetWorksheets().Get(sheetIndex); +//Agregar un valor de muestra a la celda "A1" +worksheet.GetCells().Get(u"A1").PutValue(50); +//Agregar un valor de muestra a la celda "A2" +worksheet.GetCells().Get(u"A2").PutValue(100); +//Agregar un valor de muestra a la celda "A3" +worksheet.GetCells().Get(u"A3").PutValue(150); +//Agregar un valor de muestra a la celda "B1" +worksheet.GetCells().Get(u"B1").PutValue(60); +//Agregar un valor de muestra a la celda "B2" +worksheet.GetCells().Get(u"B2").PutValue(32); +//Agregar un valor de muestra a la celda "B3" +worksheet.GetCells().Get(u"B3").PutValue(50); +//Agregar un gráfico a la hoja de cálculo +int chartIndex = worksheet.GetCharts().Add(ChartType::Column, 5, 0, 15, 5); +//Acceder a la instancia del gráfico recién añadido +Chart chart = worksheet.GetCharts().Get(chartIndex); +//Agregar NSeries (fuente de datos del gráfico) al gráfico que abarca desde la celda "A1" hasta "B3" +chart.GetNSeries().Add(u"A1:B3", true); +//Configurando el color de primer plano del área del gráfico +chart.GetPlotArea().GetArea().SetForegroundColor(Color{ 0xff, 0, 0, 0xff });//Blue +//Estableciendo el color de primer plano del área del gráfico +chart.GetChartArea().GetArea().SetForegroundColor(Color{ 0xff, 0xff, 0xff, 0 });//Yellow +//Configurando el color de primer plano del área de la 1ª serie NSeries +chart.GetNSeries().Get(0).GetArea().SetForegroundColor(Color{ 0xff, 0xff, 0, 0 });//Red +//Configurando el color de primer plano del área del primer punto de la serie NSeries +chart.GetNSeries().Get(0).GetPoints().Get(0).GetArea().SetForegroundColor(Color{ 0xff, 0, 0xff, 0xff });//Cyan +//Guardando el archivo Excel +workbook.Save(u"book1.xls"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/area/area/_index.md b/spanish/cpp/aspose.cells.drawing/area/area/_index.md new file mode 100644 index 00000000000..2f4803e4bf2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/area/area/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::Drawing::Area::Area constructor +linktitle: Area +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Area::Area constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/area/area/ +--- +## Area::Area(Area_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::Area::Area(Area_Impl *impl) +``` + +## See Also + +* Class [Area](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## Area::Area(const Area\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::Area::Area(const Area &src) +``` + +## See Also + +* Class [Area](../) +* Class [Area](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/area/getbackgroundcolor/_index.md b/spanish/cpp/aspose.cells.drawing/area/getbackgroundcolor/_index.md new file mode 100644 index 00000000000..234ded81586 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/area/getbackgroundcolor/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Area::GetBackgroundColor method +linktitle: GetBackgroundColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Area::GetBackgroundColor method. Gets or sets the background Color of the Area in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/area/getbackgroundcolor/ +--- +## Area::GetBackgroundColor method + + +Gets or sets the background [Color](../../../aspose.cells/color/) of the [Area](../). + +```cpp +Aspose::Cells::Color Aspose::Cells::Drawing::Area::GetBackgroundColor() +``` + +## See Also + +* Class [Area](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/area/getfillformat/_index.md b/spanish/cpp/aspose.cells.drawing/area/getfillformat/_index.md new file mode 100644 index 00000000000..0e0ecaf0018 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/area/getfillformat/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Area::GetFillFormat method +linktitle: GetFillFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Area::GetFillFormat method. Represents a FillFormat object that contains fill formatting properties for the specified chart or shape in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing/area/getfillformat/ +--- +## Area::GetFillFormat method + + +Represents a [FillFormat](../../fillformat/) object that contains fill formatting properties for the specified chart or shape. + +```cpp +FillFormat Aspose::Cells::Drawing::Area::GetFillFormat() +``` + +## See Also + +* Class [FillFormat](../../fillformat/) +* Class [Area](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/area/getforegroundcolor/_index.md b/spanish/cpp/aspose.cells.drawing/area/getforegroundcolor/_index.md new file mode 100644 index 00000000000..982944a26e2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/area/getforegroundcolor/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Area::GetForegroundColor method +linktitle: GetForegroundColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Area::GetForegroundColor method. Gets or sets the foreground Color in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/area/getforegroundcolor/ +--- +## Area::GetForegroundColor method + + +Gets or sets the foreground [Color](../../../aspose.cells/color/). + +```cpp +Aspose::Cells::Color Aspose::Cells::Drawing::Area::GetForegroundColor() +``` + +## See Also + +* Class [Area](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/area/getformatting/_index.md b/spanish/cpp/aspose.cells.drawing/area/getformatting/_index.md new file mode 100644 index 00000000000..7aba60dc171 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/area/getformatting/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Area::GetFormatting method +linktitle: GetFormatting +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Area::GetFormatting method. Represents the formatting of the area in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing/area/getformatting/ +--- +## Area::GetFormatting method + + +Represents the formatting of the area. + +```cpp +FormattingType Aspose::Cells::Drawing::Area::GetFormatting() +``` + +## See Also + +* Enum [FormattingType](../../../aspose.cells.charts/formattingtype/) +* Class [Area](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/area/getinvertifnegative/_index.md b/spanish/cpp/aspose.cells.drawing/area/getinvertifnegative/_index.md new file mode 100644 index 00000000000..826d26bc0b0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/area/getinvertifnegative/_index.md @@ -0,0 +1,51 @@ +--- +title: Aspose::Cells::Drawing::Area::GetInvertIfNegative method +linktitle: GetInvertIfNegative +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Area::GetInvertIfNegative method. If the property is true and the value of chart point is a negative number, the foreground color and background color will be exchanged in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing/area/getinvertifnegative/ +--- +## Area::GetInvertIfNegative method + + +If the property is true and the value of chart point is a negative number, the foreground color and background color will be exchanged. + +```cpp +bool Aspose::Cells::Drawing::Area::GetInvertIfNegative() +``` + + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; +//Agregar una nueva hoja de cálculo al objeto Workbook +int sheetIndex = workbook.GetWorksheets().Add(); +//Obteniendo la referencia de la hoja recién añadida pasando su índice de hoja +Worksheet worksheet = workbook.GetWorksheets().Get(sheetIndex); +//Agregar un valor de muestra a la celda "A1" +worksheet.GetCells().Get(u"A1").PutValue(50); +//Agregar un valor de muestra a la celda "A2" +worksheet.GetCells().Get(u"A2").PutValue(-100); +//Agregar un valor de muestra a la celda "A3" +worksheet.GetCells().Get(u"A3").PutValue(150); +//Agregar un gráfico a la hoja de cálculo +int chartIndex = worksheet.GetCharts().Add(ChartType::Column, 5, 0, 15, 5); +//Acceder a la instancia del gráfico recién añadido +Chart chart = worksheet.GetCharts().Get(chartIndex); +//Agregar NSeries (fuente de datos del gráfico) al gráfico que abarca desde la celda \"A1\" hasta \"A3\" +chart.GetNSeries().Add(u"A1:A3", true); +bool isNegative = chart.GetNSeries().Get(0).GetArea().GetInvertIfNegative(); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Area](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/area/gettransparency/_index.md b/spanish/cpp/aspose.cells.drawing/area/gettransparency/_index.md new file mode 100644 index 00000000000..162cf911159 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/area/gettransparency/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Area::GetTransparency method +linktitle: GetTransparency +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Area::GetTransparency method. Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear) in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing/area/gettransparency/ +--- +## Area::GetTransparency method + + +Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). + +```cpp +double Aspose::Cells::Drawing::Area::GetTransparency() +``` + +## See Also + +* Class [Area](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/area/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/area/isnull/_index.md new file mode 100644 index 00000000000..45337e1ebb0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/area/isnull/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Area::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Area::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/area/isnull/ +--- +## Area::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::Area::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Area](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/area/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/area/operator_asm/_index.md new file mode 100644 index 00000000000..db71445dfa5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/area/operator_asm/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Area::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Area::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/area/operator_asm/ +--- +## Area::operator= method + + +operator= + +```cpp +Area & Aspose::Cells::Drawing::Area::operator=(const Area &src) +``` + +## See Also + +* Class [Area](../) +* Class [Area](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/area/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/area/operator_bool/_index.md new file mode 100644 index 00000000000..300c4981201 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/area/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Area::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Area::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/area/operator_bool/ +--- +## Area::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::Area::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [Area](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/area/setbackgroundcolor/_index.md b/spanish/cpp/aspose.cells.drawing/area/setbackgroundcolor/_index.md new file mode 100644 index 00000000000..9c559946176 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/area/setbackgroundcolor/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Area::SetBackgroundColor method +linktitle: SetBackgroundColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Area::SetBackgroundColor method. Gets or sets the background Color of the Area in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/area/setbackgroundcolor/ +--- +## Area::SetBackgroundColor method + + +Gets or sets the background [Color](../../../aspose.cells/color/) of the [Area](../). + +```cpp +void Aspose::Cells::Drawing::Area::SetBackgroundColor(const Aspose::Cells::Color &value) +``` + +## See Also + +* Class [Area](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/area/setforegroundcolor/_index.md b/spanish/cpp/aspose.cells.drawing/area/setforegroundcolor/_index.md new file mode 100644 index 00000000000..58fb05ba6b8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/area/setforegroundcolor/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Area::SetForegroundColor method +linktitle: SetForegroundColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Area::SetForegroundColor method. Gets or sets the foreground Color in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing/area/setforegroundcolor/ +--- +## Area::SetForegroundColor method + + +Gets or sets the foreground [Color](../../../aspose.cells/color/). + +```cpp +void Aspose::Cells::Drawing::Area::SetForegroundColor(const Aspose::Cells::Color &value) +``` + +## See Also + +* Class [Area](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/area/setformatting/_index.md b/spanish/cpp/aspose.cells.drawing/area/setformatting/_index.md new file mode 100644 index 00000000000..55fa40e1a3a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/area/setformatting/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Area::SetFormatting method +linktitle: SetFormatting +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Area::SetFormatting method. Represents the formatting of the area in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing/area/setformatting/ +--- +## Area::SetFormatting method + + +Represents the formatting of the area. + +```cpp +void Aspose::Cells::Drawing::Area::SetFormatting(FormattingType value) +``` + +## See Also + +* Enum [FormattingType](../../../aspose.cells.charts/formattingtype/) +* Class [Area](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/area/setinvertifnegative/_index.md b/spanish/cpp/aspose.cells.drawing/area/setinvertifnegative/_index.md new file mode 100644 index 00000000000..8821d8c2188 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/area/setinvertifnegative/_index.md @@ -0,0 +1,59 @@ +--- +title: Aspose::Cells::Drawing::Area::SetInvertIfNegative method +linktitle: SetInvertIfNegative +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Area::SetInvertIfNegative method. If the property is true and the value of chart point is a negative number, the foreground color and background color will be exchanged in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing/area/setinvertifnegative/ +--- +## Area::SetInvertIfNegative method + + +If the property is true and the value of chart point is a negative number, the foreground color and background color will be exchanged. + +```cpp +void Aspose::Cells::Drawing::Area::SetInvertIfNegative(bool value) +``` + + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; +//Agregar una nueva hoja de cálculo al objeto Workbook +int sheetIndex = workbook.GetWorksheets().Add(); +//Obteniendo la referencia de la hoja recién añadida pasando su índice de hoja +Worksheet worksheet = workbook.GetWorksheets().Get(sheetIndex); +//Agregar un valor de muestra a la celda "A1" +worksheet.GetCells().Get(u"A1").PutValue(50); +//Agregar un valor de muestra a la celda "A2" +worksheet.GetCells().Get(u"A2").PutValue(-100); +//Agregar un valor de muestra a la celda "A3" +worksheet.GetCells().Get(u"A3").PutValue(150); +//Agregar un gráfico a la hoja de cálculo +int chartIndex = worksheet.GetCharts().Add(ChartType::Column, 5, 0, 15, 5); +//Acceder a la instancia del gráfico recién añadido +Chart chart = worksheet.GetCharts().Get(chartIndex); +//Agregar NSeries (fuente de datos del gráfico) al gráfico que abarca desde la celda \"A1\" hasta \"A3\" +chart.GetNSeries().Add(u"A1:A3", true); +chart.GetNSeries().Get(0).GetArea().SetInvertIfNegative(true); +//Configurando el color de primer plano del área de la 1ª serie NSeries +chart.GetNSeries().Get(0).GetArea().SetForegroundColor(Color{ 0xff, 0xff, 0, 0 }); +//Estableciendo el color de fondo del área de la 1ª NSeries. +//El color del área mostrada del segundo punto del gráfico será el color de fondo. +chart.GetNSeries().Get(0).GetArea().SetBackgroundColor(Color{ 0xff, 0xff, 0xff, 0 }); +//Guardando el archivo Excel +workbook.Save(u"book1.xls"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Area](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/area/settransparency/_index.md b/spanish/cpp/aspose.cells.drawing/area/settransparency/_index.md new file mode 100644 index 00000000000..b22e9fb6084 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/area/settransparency/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Area::SetTransparency method +linktitle: SetTransparency +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Area::SetTransparency method. Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear) in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing/area/settransparency/ +--- +## Area::SetTransparency method + + +Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). + +```cpp +void Aspose::Cells::Drawing::Area::SetTransparency(double value) +``` + +## See Also + +* Class [Area](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/area/~area/_index.md b/spanish/cpp/aspose.cells.drawing/area/~area/_index.md new file mode 100644 index 00000000000..71129a772cf --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/area/~area/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Area::~Area method +linktitle: ~Area +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Area::~Area method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/area/~area/ +--- +## Area::~Area method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::Area::~Area() +``` + +## See Also + +* Class [Area](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/automaticfill/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/automaticfill/_impl/_index.md new file mode 100644 index 00000000000..e0b1184a175 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/automaticfill/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::AutomaticFill::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::AutomaticFill::_impl field. The implementation object in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/automaticfill/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +AutomaticFill_Impl* Aspose::Cells::Drawing::AutomaticFill::_impl +``` + +## See Also + +* Class [AutomaticFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/automaticfill/_index.md b/spanish/cpp/aspose.cells.drawing/automaticfill/_index.md new file mode 100644 index 00000000000..3ba4d860023 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/automaticfill/_index.md @@ -0,0 +1,37 @@ +--- +title: Aspose::Cells::Drawing::AutomaticFill class +linktitle: AutomaticFill +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::AutomaticFill class. represents automatic fill in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/automaticfill/ +--- +## AutomaticFill class + + +represents automatic fill. + +```cpp +class AutomaticFill +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AutomaticFill(AutomaticFill_Impl* impl)](./automaticfill/) | Constructs from an implementation object. | +| [AutomaticFill(const AutomaticFill\& src)](./automaticfill/) | Copy constructor. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const AutomaticFill\& src)](./operator_asm/) | operator= | +| [~AutomaticFill()](./~automaticfill/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/automaticfill/automaticfill/_index.md b/spanish/cpp/aspose.cells.drawing/automaticfill/automaticfill/_index.md new file mode 100644 index 00000000000..536a15d244d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/automaticfill/automaticfill/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::Drawing::AutomaticFill::AutomaticFill constructor +linktitle: AutomaticFill +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::AutomaticFill::AutomaticFill constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/automaticfill/automaticfill/ +--- +## AutomaticFill::AutomaticFill(AutomaticFill_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::AutomaticFill::AutomaticFill(AutomaticFill_Impl *impl) +``` + +## See Also + +* Class [AutomaticFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## AutomaticFill::AutomaticFill(const AutomaticFill\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::AutomaticFill::AutomaticFill(const AutomaticFill &src) +``` + +## See Also + +* Class [AutomaticFill](../) +* Class [AutomaticFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/automaticfill/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/automaticfill/isnull/_index.md new file mode 100644 index 00000000000..8b1e8a64649 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/automaticfill/isnull/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::AutomaticFill::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::AutomaticFill::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/automaticfill/isnull/ +--- +## AutomaticFill::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::AutomaticFill::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [AutomaticFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/automaticfill/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/automaticfill/operator_asm/_index.md new file mode 100644 index 00000000000..b33555f7c64 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/automaticfill/operator_asm/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::AutomaticFill::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::AutomaticFill::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/automaticfill/operator_asm/ +--- +## AutomaticFill::operator= method + + +operator= + +```cpp +AutomaticFill & Aspose::Cells::Drawing::AutomaticFill::operator=(const AutomaticFill &src) +``` + +## See Also + +* Class [AutomaticFill](../) +* Class [AutomaticFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/automaticfill/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/automaticfill/operator_bool/_index.md new file mode 100644 index 00000000000..bdf1f85510b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/automaticfill/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::AutomaticFill::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::AutomaticFill::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/automaticfill/operator_bool/ +--- +## AutomaticFill::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::AutomaticFill::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [AutomaticFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/automaticfill/~automaticfill/_index.md b/spanish/cpp/aspose.cells.drawing/automaticfill/~automaticfill/_index.md new file mode 100644 index 00000000000..53f82824dc3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/automaticfill/~automaticfill/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::AutomaticFill::~AutomaticFill method +linktitle: ~AutomaticFill +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::AutomaticFill::~AutomaticFill method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/automaticfill/~automaticfill/ +--- +## AutomaticFill::~AutomaticFill method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::AutomaticFill::~AutomaticFill() +``` + +## See Also + +* Class [AutomaticFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/autoshapetype/_index.md b/spanish/cpp/aspose.cells.drawing/autoshapetype/_index.md new file mode 100644 index 00000000000..f7fdc75026c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/autoshapetype/_index.md @@ -0,0 +1,281 @@ +--- +title: Aspose::Cells::Drawing::AutoShapeType enum +linktitle: AutoShapeType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::AutoShapeType enum. Represents all built-in auto shape type in C++.' +type: docs +weight: 7600 +url: /es/cpp/aspose.cells.drawing/autoshapetype/ +--- +## AutoShapeType enum + + +Represents all built-in auto shape type. + +```cpp +enum class AutoShapeType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| NotPrimitive | 0 |
| +| Rectangle | 1 |
| +| RoundedRectangle | 2 |
| +| Oval | 3 |
| +| Diamond | 4 |
| +| IsoscelesTriangle | 5 |
| +| RightTriangle | 6 |
| +| Parallelogram | 7 |
| +| Trapezoid | 8 |
| +| Hexagon | 9 |
| +| Octagon | 10 |
| +| Cross | 11 |
| +| Star5 | 12 |
| +| RightArrow | 13 |
| +| HomePlate | 15 |
| +| Cube | 16 |
| +| Balloon | 17 |
| +| Seal | 18 |
| +| Arc | 19 |
| +| Line | 20 |
| +| Plaque | 21 |
| +| Can | 22 |
| +| Donut | 23 |
| +| TextSimple | 24 |
| +| TextOctagon | 25 |
| +| TextHexagon | 26 |
| +| TextCurve | 27 |
| +| TextWave | 28 |
| +| TextRing | 29 |
| +| TextOnCurve | 30 |
| +| msosptTextOnRing | 31 |
| +| StraightConnector | 32 |
| +| BentConnector2 | 33 |
| +| ElbowConnector | 34 |
| +| BentConnector4 | 35 |
| +| BentConnector5 | 36 |
| +| CurvedConnector2 | 37 |
| +| CurvedConnector | 38 |
| +| CurvedConnector4 | 39 |
| +| CurvedConnector5 | 40 |
| +| LineCalloutNoBorder2 | 41 |
Specifies the "Line Callout 2(No Border)" type of the Ms Excel 97-2003 version or the "Callout: Line with No Border" type of the Ms Excel 2007 version. | +| LineCalloutNoBorder3 | 42 |
Specifies the "Line Callout 3(No Border)" type of the Ms Excel 97-2003 version or the "Callout: Bent Line with No Border" type of the Ms Excel 2007 version. | +| LineCalloutNoBorder4 | 43 |
Specifies the "Line Callout 4(No Border)" type of the Ms Excel 97-2003 version or the "Callout: Double Bent Line with No Border" type of the Ms Excel 2007 version. | +| LineCalloutWithAccentBar2 | 44 |
Specifies the "Line Callout 2(Accent Bar)" type of the Ms Excel 97-2003 version or the "Callout: Line with Accent Bar" type of the Ms Excel 2007 version. | +| LineCalloutWithAccentBar3 | 45 |
Specifies the "Line Callout 3(Accent Bar)" type of the Ms Excel 97-2003 version or the "Callout: Bent Line with Accent Bar" type of the Ms Excel 2007 version. | +| LineCalloutWithAccentBar4 | 46 |
Specifies the "Line Callout 4(Accent Bar)" type of the Ms Excel 97-2003 version or the "Callout: Double Bent Line with Accent Bar" type of the Ms Excel 2007 version. | +| LineCalloutWithBorder2 | 47 |
Specifies the "Line Callout 2" type of the Ms Excel 97-2003 version or the "Callout: Line" type of the Ms Excel 2007 version. | +| LineCalloutWithBorder3 | 48 |
Specifies the "Line Callout 3" type of the Ms Excel 97-2003 version or the "Callout: Bent Line" type of the Ms Excel 2007 version. | +| LineCalloutWithBorder4 | 49 |
Specifies the "Line Callout 4" type of the Ms Excel 97-2003 version or the "Callout: Double Bent Line" type of the Ms Excel 2007 version. | +| LineCalloutWithBorderAndAccentBar2 | 50 |
Specifies the "Line Callout 2(Border and Accent Bar)" type of the Ms Excel 97-2003 version or the "Callout: Line with Border and Accent Bar" type of the Ms Excel 2007 version. | +| LineCalloutWithBorderAndAccentBar3 | 51 |
Specifies the "Line Callout 3(Border and Accent Bar)" type of the Ms Excel 97-2003 version or the "Callout: Bent Line with Border and Accent Bar" type of the Ms Excel 2007 version. | +| LineCalloutWithBorderAndAccentBar4 | 52 |
Specifies the "Line Callout 4(Border and Accent Bar)" type of the Ms Excel 97-2003 version or the "Callout: Double Bent Line with Border and Accent Bar" type of the Ms Excel 2007 version. | +| DownRibbon | 53 |
| +| UpRibbon | 54 |
| +| Chevron | 55 |
| +| RegularPentagon | 56 |
| +| NoSymbol | 57 |
| +| Star8 | 58 |
| +| Star16 | 59 |
| +| Star32 | 60 |
| +| RectangularCallout | 61 |
| +| RoundedRectangularCallout | 62 |
| +| OvalCallout | 63 |
| +| Wave | 64 |
| +| FoldedCorner | 65 |
| +| LeftArrow | 66 |
| +| DownArrow | 67 |
| +| UpArrow | 68 |
| +| LeftRightArrow | 69 |
| +| UpDownArrow | 70 |
| +| Explosion1 | 71 |
| +| Explosion2 | 72 |
| +| LightningBolt | 73 |
| +| Heart | 74 |
| +| PictureFrame | 75 |
| +| QuadArrow | 76 |
| +| LeftArrowCallout | 77 |
| +| RightArrowCallout | 78 |
| +| UpArrowCallout | 79 |
| +| DownArrowCallout | 80 |
| +| LeftRightArrowCallout | 81 |
| +| UpDownArrowCallout | 82 |
| +| QuadArrowCallout | 83 |
| +| Bevel | 84 |
| +| LeftBracket | 85 |
| +| RightBracket | 86 |
| +| LeftBrace | 87 |
| +| RightBrace | 88 |
| +| LeftUpArrow | 89 |
| +| BentUpArrow | 90 |
| +| BentArrow | 91 |
| +| Star24 | 92 |
| +| StripedRightArrow | 93 |
| +| NotchedRightArrow | 94 |
| +| BlockArc | 95 |
| +| SmileyFace | 96 |
| +| VerticalScroll | 97 |
| +| HorizontalScroll | 98 |
| +| CircularArrow | 99 |
| +| NotchedCircularArrow | 100 |
A value that SHOULD NOT be used. | +| UTurnArrow | 101 |
| +| CurvedRightArrow | 102 |
| +| CurvedLeftArrow | 103 |
| +| CurvedUpArrow | 104 |
| +| CurvedDownArrow | 105 |
| +| CloudCallout | 106 |
| +| CurvedDownRibbon | 107 |
| +| CurvedUpRibbon | 108 |
| +| FlowChartProcess | 109 |
| +| FlowChartDecision | 110 |
| +| FlowChartData | 111 |
| +| FlowChartPredefinedProcess | 112 |
| +| FlowChartInternalStorage | 113 |
| +| FlowChartDocument | 114 |
| +| FlowChartMultidocument | 115 |
| +| FlowChartTerminator | 116 |
| +| FlowChartPreparation | 117 |
| +| FlowChartManualInput | 118 |
| +| FlowChartManualOperation | 119 |
| +| FlowChartConnector | 120 |
| +| FlowChartCard | 121 |
| +| FlowChartPunchedTape | 122 |
| +| FlowChartSummingJunction | 123 |
| +| FlowChartOr | 124 |
| +| FlowChartCollate | 125 |
| +| FlowChartSort | 126 |
| +| FlowChartExtract | 127 |
| +| FlowChartMerge | 128 |
| +| FlowChartOfflineStorage | 129 |
| +| FlowChartStoredData | 130 |
| +| FlowChartSequentialAccessStorage | 131 |
| +| FlowChartMagneticDisk | 132 |
| +| FlowChartDirectAccessStorage | 133 |
| +| FlowChartDisplay | 134 |
| +| FlowChartDelay | 135 |
| +| TextPlainText | 136 |
A plain text shape. | +| TextStop | 137 |
An octagonal text shape. | +| TextTriangle | 138 |
A triangular text shape pointing upwards. | +| TextTriangleInverted | 139 |
A triangular text shape pointing downwards. | +| TextChevron | 140 |
A chevron text shape pointing upwards. | +| TextChevronInverted | 141 |
A chevron text shape pointing downwards. | +| TextRingInside | 142 |
A circular text shape, as if reading an inscription on the inside of a ring. | +| TextRingOutside | 143 |
A circular text shape, as if reading an inscription on the outside of a ring. | +| TextArchUpCurve | 144 |
An upward arching curved text shape. | +| TextArchDownCurve | 145 |
A downward arching curved text shape. | +| TextCircleCurve | 146 |
A circular text shape. | +| TextButtonCurve | 147 |
A text shape that resembles a button. | +| TextArchUpPour | 148 |
An upward arching text shape. | +| TextArchDownPour | 149 |
A downward arching text shape. | +| TextCirclePour | 150 |
A circular text shape. | +| TextButtonPour | 151 |
A text shape that resembles a button. | +| TextCurveUp | 152 |
An upward curving text shape. | +| TextCurveDown | 153 |
A downward curving text shape. | +| TextCascadeUp | 154 |
A cascading text shape pointed upwards. | +| TextCascadeDown | 155 |
A cascading text shape pointed downwards. | +| TextWave1 | 156 |
A wavy text shape. | +| TextWave2 | 157 |
A wavy text shape. | +| TextDoubleWave1 | 158 |
A wavy text shape. | +| TextDoubleWave2 | 159 |
A wavy text shape. | +| TextInflate | 160 |
A text shape that expands vertically in the middle. | +| TextDeflate | 161 |
A text shape that shrinks vertically in the middle. | +| TextInflateBottom | 162 |
A text shape that expands downward in the middle. | +| TextDeflateBottom | 163 |
A text shape that shrinks upwards in the middle. | +| TextInflateTop | 164 |
A text shape that expands upward in the middle. | +| TextDeflateTop | 165 |
A text shape that shrinks downward in the middle. | +| TextDeflateInflate | 166 |
A text shape where lower lines expand upward. Upper lines shrink to compensate. | +| TextDeflateInflateDeflate | 167 |
A text shape where lines in the center expand vertically. Upper and lower lines shrink to compensate. | +| TextFadeRight | 168 |
A text shape that shrinks vertically on the right side. | +| TextFadeLeft | 169 |
A text shape that shrinks vertically on the left side. | +| TextFadeUp | 170 |
A text shape that shrinks horizontally on top. | +| TextFadeDown | 171 |
A text shape that shrinks horizontally on bottom. | +| TextSlantUp | 172 |
An upward slanted text shape. | +| TextSlantDown | 173 |
A downward slanted text shape. | +| TextCanUp | 174 |
A text shape that is curved upwards as if being read on the side of a can. | +| TextCanDown | 175 |
A text shape that is curved downwards as if being read on the side of a can. | +| FlowChartAlternateProcess | 176 |
| +| FlowChartOffpageConnector | 177 |
| +| LineCalloutNoBorder1 | 178 |
Specifies the "Line Callout 1(No Border)" type of the Ms Excel 97-2003 version. | +| LineCalloutWithAccentBar1 | 179 |
Specifies the "Line Callout 1(Accent Bar)" type of the Ms Excel 97-2003 version. | +| LineCalloutWithBorder1 | 180 |
Specifies the "Line Callout 1" type of the Ms Excel 97-2003 version. | +| LineCalloutWithBorderAndAccentBar1 | 181 |
Specifies the "Line Callout 1(Border and Accent Bar)" type of the Ms Excel 97-2003 version. | +| LeftRightUpArrow | 182 |
| +| Sun | 183 |
| +| Moon | 184 |
| +| DoubleBracket | 185 |
A shape enclosed in brackets. | +| DoubleBrace | 186 |
A shape enclosed in braces. | +| Star4 | 187 |
| +| DoubleWave | 188 |
| +| BlankActionButton | 189 |
| +| HomeActionButton | 190 |
| +| HelpActionButton | 191 |
| +| InformationActionButton | 192 |
| +| ForwardNextActionButton | 193 |
| +| BackPreviousActionButton | 194 |
| +| EndActionButton | 195 |
| +| BeginningActionButton | 196 |
| +| ReturnActionButton | 197 |
| +| DocumentActionButton | 198 |
| +| SoundActionButton | 199 |
| +| MovieActionButton | 200 |
| +| HostControl | 201 |
This value SHOULD NOT be used. | +| TextBox | 202 |
| +| Heptagon | 2049 |
| +| Decagon | 2050 |
| +| Dodecagon | 2051 |
| +| Star6 | 2052 |
| +| Star7 | 2053 |
| +| Star10 | 2054 |
| +| Star12 | 2055 |
| +| RoundSingleCornerRectangle | 2056 |
| +| RoundSameSideCornerRectangle | 2057 |
| +| RoundDiagonalCornerRectangle | 2058 |
| +| SnipRoundSingleCornerRectangle | 2059 |
| +| SnipSingleCornerRectangle | 2060 |
| +| SnipSameSideCornerRectangle | 2061 |
| +| SnipDiagonalCornerRectangle | 2062 |
| +| Teardrop | 2063 |
| +| Pie | 2064 |
| +| HalfFrame | 2066 |
| +| L_Shape | 2067 |
| +| DiagonalStripe | 2068 |
| +| Chord | 2069 |
| +| Cloud | 2070 |
| +| MathPlus | 2071 |
| +| MathMinus | 2072 |
| +| MathMultiply | 2073 |
| +| MathDivide | 2074 |
| +| MathEqual | 2075 |
| +| MathNotEqual | 2076 |
| +| LineInv | 2077 |
| +| NonIsoscelesTrapezoid | 2078 |
| +| PieWedge | 2079 |
| +| LeftCircularArrow | 2080 |
| +| LeftRightCircularArrow | 2081 |
| +| SwooshArrow | 2082 |
| +| LeftRightRibbon | 2083 |
| +| TextNoShape | 2084 |
| +| Gear6 | 2097 |
| +| Gear9 | 2098 |
| +| Funnel | 2099 |
| +| CornerTabs | 2100 |
| +| SquareTabs | 2101 |
| +| PlaqueTabs | 2102 |
| +| ChartX | 2103 |
| +| ChartStar | 2104 |
| +| ChartPlus | 2105 |
| +| Frame | 2106 |
| +| Model3D | 2107 |
| +| RoundCallout | 2108 |
There is no such type in Excel. | +| TextArchLeftPour | 2109 |
There is no such type in Excel. | +| TextArchRightPour | 2110 |
There is no such type in Excel. | +| TextArchLeftCurve | 2111 |
There is no such type in Excel. | +| TextArchRightCurve | 2112 |
There is no such type in Excel. | +| Unknown | 4095 |
| + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/baseshapeguide/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/baseshapeguide/_impl/_index.md new file mode 100644 index 00000000000..34169ae35e1 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/baseshapeguide/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::BaseShapeGuide::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::BaseShapeGuide::_impl field. The implementation object in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/baseshapeguide/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +BaseShapeGuide_Impl* Aspose::Cells::Drawing::BaseShapeGuide::_impl +``` + +## See Also + +* Class [BaseShapeGuide](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/baseshapeguide/_index.md b/spanish/cpp/aspose.cells.drawing/baseshapeguide/_index.md new file mode 100644 index 00000000000..10517166843 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/baseshapeguide/_index.md @@ -0,0 +1,37 @@ +--- +title: Aspose::Cells::Drawing::BaseShapeGuide class +linktitle: BaseShapeGuide +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::BaseShapeGuide class. Represents the shape guide in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/baseshapeguide/ +--- +## BaseShapeGuide class + + +Represents the shape guide. + +```cpp +class BaseShapeGuide +``` + +## Methods + +| Method | Description | +| --- | --- | +| [BaseShapeGuide(BaseShapeGuide_Impl* impl)](./baseshapeguide/) | Constructs from an implementation object. | +| [BaseShapeGuide(const BaseShapeGuide\& src)](./baseshapeguide/) | Copy constructor. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const BaseShapeGuide\& src)](./operator_asm/) | operator= | +| [~BaseShapeGuide()](./~baseshapeguide/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/baseshapeguide/baseshapeguide/_index.md b/spanish/cpp/aspose.cells.drawing/baseshapeguide/baseshapeguide/_index.md new file mode 100644 index 00000000000..e29c9921bce --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/baseshapeguide/baseshapeguide/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::Drawing::BaseShapeGuide::BaseShapeGuide constructor +linktitle: BaseShapeGuide +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::BaseShapeGuide::BaseShapeGuide constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/baseshapeguide/baseshapeguide/ +--- +## BaseShapeGuide::BaseShapeGuide(BaseShapeGuide_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::BaseShapeGuide::BaseShapeGuide(BaseShapeGuide_Impl *impl) +``` + +## See Also + +* Class [BaseShapeGuide](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## BaseShapeGuide::BaseShapeGuide(const BaseShapeGuide\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::BaseShapeGuide::BaseShapeGuide(const BaseShapeGuide &src) +``` + +## See Also + +* Class [BaseShapeGuide](../) +* Class [BaseShapeGuide](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/baseshapeguide/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/baseshapeguide/isnull/_index.md new file mode 100644 index 00000000000..a5f7e280f21 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/baseshapeguide/isnull/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::BaseShapeGuide::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::BaseShapeGuide::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/baseshapeguide/isnull/ +--- +## BaseShapeGuide::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::BaseShapeGuide::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [BaseShapeGuide](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/baseshapeguide/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/baseshapeguide/operator_asm/_index.md new file mode 100644 index 00000000000..d19999e484c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/baseshapeguide/operator_asm/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::BaseShapeGuide::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::BaseShapeGuide::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/baseshapeguide/operator_asm/ +--- +## BaseShapeGuide::operator= method + + +operator= + +```cpp +BaseShapeGuide & Aspose::Cells::Drawing::BaseShapeGuide::operator=(const BaseShapeGuide &src) +``` + +## See Also + +* Class [BaseShapeGuide](../) +* Class [BaseShapeGuide](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/baseshapeguide/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/baseshapeguide/operator_bool/_index.md new file mode 100644 index 00000000000..bcd75f1fe7a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/baseshapeguide/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::BaseShapeGuide::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::BaseShapeGuide::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/baseshapeguide/operator_bool/ +--- +## BaseShapeGuide::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::BaseShapeGuide::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [BaseShapeGuide](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/baseshapeguide/~baseshapeguide/_index.md b/spanish/cpp/aspose.cells.drawing/baseshapeguide/~baseshapeguide/_index.md new file mode 100644 index 00000000000..1bed3a41db5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/baseshapeguide/~baseshapeguide/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::BaseShapeGuide::~BaseShapeGuide method +linktitle: ~BaseShapeGuide +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::BaseShapeGuide::~BaseShapeGuide method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/baseshapeguide/~baseshapeguide/ +--- +## BaseShapeGuide::~BaseShapeGuide method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::BaseShapeGuide::~BaseShapeGuide() +``` + +## See Also + +* Class [BaseShapeGuide](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/bevel/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/bevel/_impl/_index.md new file mode 100644 index 00000000000..631852c733a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/bevel/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Bevel::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Bevel::_impl field. The implementation object in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing/bevel/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +Bevel_Impl* Aspose::Cells::Drawing::Bevel::_impl +``` + +## See Also + +* Class [Bevel](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/bevel/_index.md b/spanish/cpp/aspose.cells.drawing/bevel/_index.md new file mode 100644 index 00000000000..a328643d67e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/bevel/_index.md @@ -0,0 +1,43 @@ +--- +title: Aspose::Cells::Drawing::Bevel class +linktitle: Bevel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Bevel class. Represents a bevel of a shape in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/bevel/ +--- +## Bevel class + + +Represents a bevel of a shape. + +```cpp +class Bevel +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Bevel(Bevel_Impl* impl)](./bevel/) | Constructs from an implementation object. | +| [Bevel(const Bevel\& src)](./bevel/) | Copy constructor. | +| [GetHeight()](./getheight/) | Gets and sets the height of the bevel, or how far above the shape it is applied. In unit of Points. | +| [GetType()](./gettype/) | Gets and sets the preset bevel type. | +| [GetWidth()](./getwidth/) | Gets and sets the width of the bevel, or how far into the shape it is applied. In unit of Points. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const Bevel\& src)](./operator_asm/) | operator= | +| [SetHeight(double value)](./setheight/) | Gets and sets the height of the bevel, or how far above the shape it is applied. In unit of Points. | +| [SetType(BevelPresetType value)](./settype/) | Gets and sets the preset bevel type. | +| [SetWidth(double value)](./setwidth/) | Gets and sets the width of the bevel, or how far into the shape it is applied. In unit of Points. | +| [~Bevel()](./~bevel/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/bevel/bevel/_index.md b/spanish/cpp/aspose.cells.drawing/bevel/bevel/_index.md new file mode 100644 index 00000000000..3c7a51f383e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/bevel/bevel/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::Drawing::Bevel::Bevel constructor +linktitle: Bevel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Bevel::Bevel constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/bevel/bevel/ +--- +## Bevel::Bevel(Bevel_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::Bevel::Bevel(Bevel_Impl *impl) +``` + +## See Also + +* Class [Bevel](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## Bevel::Bevel(const Bevel\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::Bevel::Bevel(const Bevel &src) +``` + +## See Also + +* Class [Bevel](../) +* Class [Bevel](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/bevel/getheight/_index.md b/spanish/cpp/aspose.cells.drawing/bevel/getheight/_index.md new file mode 100644 index 00000000000..7c699281c12 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/bevel/getheight/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Bevel::GetHeight method +linktitle: GetHeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Bevel::GetHeight method. Gets and sets the height of the bevel, or how far above the shape it is applied. In unit of Points in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/bevel/getheight/ +--- +## Bevel::GetHeight method + + +Gets and sets the height of the bevel, or how far above the shape it is applied. In unit of Points. + +```cpp +double Aspose::Cells::Drawing::Bevel::GetHeight() +``` + +## See Also + +* Class [Bevel](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/bevel/gettype/_index.md b/spanish/cpp/aspose.cells.drawing/bevel/gettype/_index.md new file mode 100644 index 00000000000..a376b8d0b2a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/bevel/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Bevel::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Bevel::GetType method. Gets and sets the preset bevel type in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing/bevel/gettype/ +--- +## Bevel::GetType method + + +Gets and sets the preset bevel type. + +```cpp +BevelPresetType Aspose::Cells::Drawing::Bevel::GetType() +``` + +## See Also + +* Enum [BevelPresetType](../../bevelpresettype/) +* Class [Bevel](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/bevel/getwidth/_index.md b/spanish/cpp/aspose.cells.drawing/bevel/getwidth/_index.md new file mode 100644 index 00000000000..3912d6d6b15 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/bevel/getwidth/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Bevel::GetWidth method +linktitle: GetWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Bevel::GetWidth method. Gets and sets the width of the bevel, or how far into the shape it is applied. In unit of Points in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/bevel/getwidth/ +--- +## Bevel::GetWidth method + + +Gets and sets the width of the bevel, or how far into the shape it is applied. In unit of Points. + +```cpp +double Aspose::Cells::Drawing::Bevel::GetWidth() +``` + +## See Also + +* Class [Bevel](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/bevel/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/bevel/isnull/_index.md new file mode 100644 index 00000000000..d9955fdf8ea --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/bevel/isnull/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Bevel::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Bevel::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/bevel/isnull/ +--- +## Bevel::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::Bevel::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Bevel](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/bevel/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/bevel/operator_asm/_index.md new file mode 100644 index 00000000000..8a9e91dd037 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/bevel/operator_asm/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Bevel::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Bevel::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/bevel/operator_asm/ +--- +## Bevel::operator= method + + +operator= + +```cpp +Bevel & Aspose::Cells::Drawing::Bevel::operator=(const Bevel &src) +``` + +## See Also + +* Class [Bevel](../) +* Class [Bevel](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/bevel/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/bevel/operator_bool/_index.md new file mode 100644 index 00000000000..171a40180b0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/bevel/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Bevel::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Bevel::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/bevel/operator_bool/ +--- +## Bevel::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::Bevel::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [Bevel](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/bevel/setheight/_index.md b/spanish/cpp/aspose.cells.drawing/bevel/setheight/_index.md new file mode 100644 index 00000000000..4d657d9d895 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/bevel/setheight/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Bevel::SetHeight method +linktitle: SetHeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Bevel::SetHeight method. Gets and sets the height of the bevel, or how far above the shape it is applied. In unit of Points in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing/bevel/setheight/ +--- +## Bevel::SetHeight method + + +Gets and sets the height of the bevel, or how far above the shape it is applied. In unit of Points. + +```cpp +void Aspose::Cells::Drawing::Bevel::SetHeight(double value) +``` + +## See Also + +* Class [Bevel](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/bevel/settype/_index.md b/spanish/cpp/aspose.cells.drawing/bevel/settype/_index.md new file mode 100644 index 00000000000..b018add740d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/bevel/settype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Bevel::SetType method +linktitle: SetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Bevel::SetType method. Gets and sets the preset bevel type in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing/bevel/settype/ +--- +## Bevel::SetType method + + +Gets and sets the preset bevel type. + +```cpp +void Aspose::Cells::Drawing::Bevel::SetType(BevelPresetType value) +``` + +## See Also + +* Enum [BevelPresetType](../../bevelpresettype/) +* Class [Bevel](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/bevel/setwidth/_index.md b/spanish/cpp/aspose.cells.drawing/bevel/setwidth/_index.md new file mode 100644 index 00000000000..980ad7cd55b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/bevel/setwidth/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Bevel::SetWidth method +linktitle: SetWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Bevel::SetWidth method. Gets and sets the width of the bevel, or how far into the shape it is applied. In unit of Points in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/bevel/setwidth/ +--- +## Bevel::SetWidth method + + +Gets and sets the width of the bevel, or how far into the shape it is applied. In unit of Points. + +```cpp +void Aspose::Cells::Drawing::Bevel::SetWidth(double value) +``` + +## See Also + +* Class [Bevel](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/bevel/~bevel/_index.md b/spanish/cpp/aspose.cells.drawing/bevel/~bevel/_index.md new file mode 100644 index 00000000000..0f1266272b0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/bevel/~bevel/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Bevel::~Bevel method +linktitle: ~Bevel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Bevel::~Bevel method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/bevel/~bevel/ +--- +## Bevel::~Bevel method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::Bevel::~Bevel() +``` + +## See Also + +* Class [Bevel](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/bevelpresettype/_index.md b/spanish/cpp/aspose.cells.drawing/bevelpresettype/_index.md new file mode 100644 index 00000000000..3e74698e47d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/bevelpresettype/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::BevelPresetType enum +linktitle: BevelPresetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::BevelPresetType enum. Represents a preset for a type of bevel which can be applied to a shape in 3D in C++.' +type: docs +weight: 7700 +url: /es/cpp/aspose.cells.drawing/bevelpresettype/ +--- +## BevelPresetType enum + + +Represents a preset for a type of bevel which can be applied to a shape in 3D. + +```cpp +enum class BevelPresetType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| None | 0 |
No bevel. | +| Angle | 1 |
Angle. | +| ArtDeco | 2 |
Art deco. | +| Circle | 3 |
Circle. | +| Convex | 4 |
Convex. | +| CoolSlant | 5 |
Cool slant. | +| Cross | 6 |
Cross. | +| Divot | 7 |
Divot. | +| HardEdge | 8 |
Hard edge. | +| RelaxedInset | 9 |
Relaxed inset. | +| Riblet | 10 |
Riblet. | +| Slope | 11 |
Slope. | +| SoftRound | 12 |
Soft round. | + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/beveltype/_index.md b/spanish/cpp/aspose.cells.drawing/beveltype/_index.md new file mode 100644 index 00000000000..ba0b8164772 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/beveltype/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::BevelType enum +linktitle: BevelType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::BevelType enum. Represents a preset for a type of bevel which can be applied to a shape in 3D in C++.' +type: docs +weight: 7800 +url: /es/cpp/aspose.cells.drawing/beveltype/ +--- +## BevelType enum + + +Represents a preset for a type of bevel which can be applied to a shape in 3D. + +```cpp +enum class BevelType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| None | 0 |
No bevel. | +| Angle | 1 |
Angle. | +| ArtDeco | 2 |
Art deco. | +| Circle | 3 |
Circle. | +| Convex | 4 |
Convex. | +| CoolSlant | 5 |
Cool slant. | +| Cross | 6 |
Cross. | +| Divot | 7 |
Divot. | +| HardEdge | 8 |
Hard edge. | +| RelaxedInset | 9 |
Relaxed inset. | +| Riblet | 10 |
Riblet. | +| Slope | 11 |
Slope. | +| SoftRound | 12 |
Soft round. | + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/button/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/button/_impl/_index.md new file mode 100644 index 00000000000..ef15ed063f0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/button/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Button::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Button::_impl field. The implementation object in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/button/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +Button_Impl* Aspose::Cells::Drawing::Button::_impl +``` + +## See Also + +* Class [Button](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/button/_index.md b/spanish/cpp/aspose.cells.drawing/button/_index.md new file mode 100644 index 00000000000..f78453c950a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/button/_index.md @@ -0,0 +1,289 @@ +--- +title: Aspose::Cells::Drawing::Button class +linktitle: Button +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Button class. Represents the Forms control: Button in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/button/ +--- +## Button class + + +Represents the Forms control: [Button](./). + +```cpp +class Button : public Aspose::Cells::Drawing::Shape +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddHyperlink(const U16String\& address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AddHyperlink(const char16_t* address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AlignTopRightCorner(int32_t topRow, int32_t rightColumn)](../shape/aligntoprightcorner/) | Moves the picture to the top-right corner. | +| [Button(Button_Impl* impl)](./button/) | Constructs from an implementation object. | +| [Button(const Button\& src)](./button/) | Copy constructor. | +| [Button(const Shape\& src)](./button/) | Constructs from a parent object. | +| [CalculateTextSize()](../shape/calculatetextsize/) | Recalculate the text area. | +| [Characters(int32_t startIndex, int32_t length)](../shape/characters/) | Returns a Characters object that represents a range of characters within the text. | +| [FitToTextSize()](../shape/fittotextsize/) | Recalculate a text area suitable for displaying all text content. | +| [FormatCharacters(int32_t startIndex, int32_t length, const Aspose::Cells::Font\& font, const StyleFlag\& flag)](../shape/formatcharacters/) | Formats some characters with the font setting. | +| [GetActiveXControl()](../shape/getactivexcontrol/) | Gets the ActiveX control. | +| [GetActualBox()](../shape/getactualbox/) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [GetActualLowerRightRow()](../shape/getactuallowerrightrow/) | Get the actual bottom row. | +| [GetAlternativeText()](../shape/getalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [GetAnchorType()](../shape/getanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [GetAutoShapeType()](../shape/getautoshapetype/) | Gets and sets the auto shape type. | +| [GetBottom()](../shape/getbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [GetConnectionPoints()](../shape/getconnectionpoints/) | Get the connection points. | +| [GetControlData()](../shape/getcontroldata/) | Gets the data of control. | +| [GetCreateId(UUID\& uuid)](../shape/getcreateid/) | Gets and sets create id for this shape. | +| [GetFill()](../shape/getfill/) | Returns a [FillFormat](../fillformat/) object that contains fill formatting properties for the specified shape. | +| [GetFont()](../shape/getfont/) | Represents the font of shape. | +| [GetFormatPicture()](../shape/getformatpicture/) | Gets and sets the options of the picture format. | +| [GetGeometry()](../shape/getgeometry/) | Gets the geometry. | +| [GetGlow()](../shape/getglow/) | Represents a [GlowEffect](../gloweffect/) object that specifies glow effect for the chart element or shape. | +| [GetGroup()](../shape/getgroup/) | Gets the group shape which contains this shape. | +| [GetHasLine()](../shape/gethasline/) | Gets and sets the line border of the shape is visible. | +| [GetHeight()](../shape/getheight/) | Represents the height of shape, in unit of pixel. | +| [GetHeightCM()](../shape/getheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [GetHeightInch()](../shape/getheightinch/) | Represents the height of the shape, in unit of inches. | +| [GetHeightInShape()](../shape/getheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [GetHeightPt()](../shape/getheightpt/) | Represents the height of the shape, in unit of points. | +| [GetHeightScale()](../shape/getheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [GetHtmlText()](../shape/gethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [GetHyperlink()](../shape/gethyperlink/) | Gets the hyperlink of the shape. | +| [GetId()](../shape/getid/) | Gets the identifier of this shape. | +| [GetInputRange()](../shape/getinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [GetInputRange(bool isR1C1, bool isLocal)](../shape/getinputrange/) | Gets the range used to fill the control. | +| [GetLeft()](../shape/getleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [GetLeftCM()](../shape/getleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [GetLeftInch()](../shape/getleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [GetLeftInShape()](../shape/getleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [GetLeftToCorner()](../shape/getlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [GetLine()](../shape/getline/) | Gets line style. | +| [GetLinkedCell()](../shape/getlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [GetLinkedCell(bool isR1C1, bool isLocal)](../shape/getlinkedcell/) | Gets the range linked to the control's value. | +| [GetLockedProperty(ShapeLockType type)](../shape/getlockedproperty/) | Gets the value of locked property. | +| [GetLowerDeltaX()](../shape/getlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [GetLowerDeltaY()](../shape/getlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [GetLowerRightColumn()](../shape/getlowerrightcolumn/) | Represents lower right corner column index. | +| [GetLowerRightRow()](../shape/getlowerrightrow/) | Represents lower right corner row index. | +| [GetMacroName()](../shape/getmacroname/) | Gets and sets the name of macro. | +| [GetMsoDrawingType()](../shape/getmsodrawingtype/) | Gets drawing type. | +| [GetName()](../shape/getname/) | Gets and sets the name of the shape. | +| [GetPaths()](../shape/getpaths/) | Gets the paths of a custom geometric shape. | +| [GetPlacement()](../shape/getplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [GetReflection()](../shape/getreflection/) | Represents a [ReflectionEffect](../reflectioneffect/) object that specifies reflection effect for the chart element or shape. | +| [GetRelativeToOriginalPictureSize()](../shape/getrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [GetResultOfSmartArt()](../shape/getresultofsmartart/) | Converting smart art to grouped shapes. | +| [GetRichFormattings()](../shape/getrichformattings/) | Returns all Characters objects that represents a range of characters within the text . | +| [GetRight()](../shape/getright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [GetRotationAngle()](../shape/getrotationangle/) | Gets and sets the rotation of the shape. | +| [GetShadowEffect()](../shape/getshadoweffect/) | Represents a [Drawing.ShadowEffect](../shadoweffect/) object that specifies shadow effect for the chart element or shape. | +| [GetSoftEdges()](../shape/getsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [GetSpid()](../shape/getspid/) | Specifies an optional string identifier that an application can use to identify the particular shape. | +| [GetSpt()](../shape/getspt/) | Specifies an optional number that an application can use to associate the particular shape with a defined shape type. | +| [GetText()](../shape/gettext/) | Gets and sets the text of this shape. | +| [GetTextBody()](../shape/gettextbody/) | Gets and sets the setting of the shape's text. | +| [GetTextBoxOptions()](../shape/gettextboxoptions/) | Gets the text information in the shape. | +| [GetTextDirection()](../shape/gettextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [GetTextEffect()](../shape/gettexteffect/) | Returns a [TextEffectFormat](../texteffectformat/) object that contains text-effect formatting properties for the specified shape. Applies to [Shape](../shape/) objects that represent WordArt. | +| [GetTextHorizontalAlignment()](../shape/gettexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [GetTextHorizontalOverflow()](../shape/gettexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [GetTextOptions()](../shape/gettextoptions/) | Represents the text options of the shape. | +| [GetTextOrientationType()](../shape/gettextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [GetTextShapeType()](../shape/gettextshapetype/) | Gets and sets the preset text shape type. | +| [GetTextVerticalAlignment()](../shape/gettextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [GetTextVerticalOverflow()](../shape/gettextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [GetThreeDFormat()](../shape/getthreedformat/) | Gets and sets 3d format of the shape. | +| [GetTitle()](../shape/gettitle/) | Specifies the title (caption) of the current shape object. | +| [GetTop()](../shape/gettop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [GetTopCM()](../shape/gettopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [GetTopInch()](../shape/gettopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [GetTopInShape()](../shape/gettopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [GetTopToCorner()](../shape/gettoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [GetType()](../shape/gettype/) | Gets the auto shape type. | +| [GetUpperDeltaX()](../shape/getupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [GetUpperDeltaY()](../shape/getupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [GetUpperLeftColumn()](../shape/getupperleftcolumn/) | Represents upper left corner column index. | +| [GetUpperLeftRow()](../shape/getupperleftrow/) | Represents the top row index. | +| [GetWidth()](../shape/getwidth/) | Represents the width of shape, in unit of pixels. | +| [GetWidthCM()](../shape/getwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [GetWidthInch()](../shape/getwidthinch/) | Represents the width of the shape, in unit of inch. | +| [GetWidthInShape()](../shape/getwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [GetWidthPt()](../shape/getwidthpt/) | Represents the width of the shape, in unit of point. | +| [GetWidthScale()](../shape/getwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [GetWorksheet()](../shape/getworksheet/) | Gets the [Worksheet](../../aspose.cells/worksheet/) object which contains this shape. | +| [GetX()](../shape/getx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [GetY()](../shape/gety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [GetZOrderPosition()](../shape/getzorderposition/) | Returns the position of a shape in the z-order. | +| [IsAspectRatioLocked()](../shape/isaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [IsDecorative()](../shape/isdecorative/) | Indicates whether the object is decorative. | +| [IsEquation()](../shape/isequation/) | Indicates whether the shape only contains an equation. | +| [IsFilled()](../shape/isfilled/) | Indicates whether the fill format is visible. | +| [IsFlippedHorizontally()](../shape/isflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [IsFlippedVertically()](../shape/isflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [IsGroup()](../shape/isgroup/) | Indicates whether this shape is a group shape. | +| [IsHidden()](../shape/ishidden/) | Indicates whether the object is visible. | +| [IsInGroup()](../shape/isingroup/) | Indicates whether the shape is grouped. | +| [IsLockAspectRatio()](../shape/islockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [IsLocked()](../shape/islocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsPrintable()](../shape/isprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [IsRichText()](../shape/isrichtext/) | Whether or not the text is rich text. | +| [IsSameSetting(const Aspose::Cells::Object\& obj)](../shape/issamesetting/) | Returns whether the shape is same. | +| [IsSmartArt()](../shape/issmartart/) | Indicates whether the shape is a smart art. | +| [IsTextWrapped()](../shape/istextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [IsWordArt()](../shape/iswordart/) | Indicates whether this shape is a word art. | +| [MoveToRange(int32_t topRow, int32_t leftColumn, int32_t bottomRow, int32_t rightColumn)](../shape/movetorange/) | Moves the shape to a specified range. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const Button\& src)](./operator_asm/) | operator= | +| [operator=(const Shape\& src)](../shape/operator_asm/) | operator= | +| [RemoveActiveXControl()](../shape/removeactivexcontrol/) | Remove activeX control. | +| [RemoveHyperlink()](../shape/removehyperlink/) | Removes the hyperlink of the shape. | +| [SetAlternativeText(const U16String\& value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAlternativeText(const char16_t* value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAnchorType(ShapeAnchorType value)](../shape/setanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [SetAutoShapeType(AutoShapeType value)](../shape/setautoshapetype/) | Gets and sets the auto shape type. | +| [SetBottom(int32_t value)](../shape/setbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [SetCreateId(const UUID\& value)](../shape/setcreateid/) | Gets and sets create id for this shape. | +| [SetFont(const Aspose::Cells::Font\& value)](../shape/setfont/) | Represents the font of shape. | +| [SetHasLine(bool value)](../shape/sethasline/) | Gets and sets the line border of the shape is visible. | +| [SetHeight(int32_t value)](../shape/setheight/) | Represents the height of shape, in unit of pixel. | +| [SetHeightCM(double value)](../shape/setheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [SetHeightInch(double value)](../shape/setheightinch/) | Represents the height of the shape, in unit of inches. | +| [SetHeightInShape(int32_t value)](../shape/setheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [SetHeightPt(double value)](../shape/setheightpt/) | Represents the height of the shape, in unit of points. | +| [SetHeightScale(int32_t value)](../shape/setheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [SetHtmlText(const U16String\& value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetHtmlText(const char16_t* value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetInputRange(const U16String\& value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const char16_t* value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetInputRange(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetIsAspectRatioLocked(bool value)](../shape/setisaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [SetIsDecorative(bool value)](../shape/setisdecorative/) | Indicates whether the object is decorative. | +| [SetIsFilled(bool value)](../shape/setisfilled/) | Indicates whether the fill format is visible. | +| [SetIsFlippedHorizontally(bool value)](../shape/setisflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [SetIsFlippedVertically(bool value)](../shape/setisflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [SetIsHidden(bool value)](../shape/setishidden/) | Indicates whether the object is visible. | +| [SetIsLockAspectRatio(bool value)](../shape/setislockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [SetIsLocked(bool value)](../shape/setislocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [SetIsPrintable(bool value)](../shape/setisprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [SetIsTextWrapped(bool value)](../shape/setistextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [SetLeft(int32_t value)](../shape/setleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [SetLeftCM(double value)](../shape/setleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [SetLeftInch(double value)](../shape/setleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [SetLeftInShape(int32_t value)](../shape/setleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [SetLeftToCorner(int32_t value)](../shape/setlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [SetLinkedCell(const U16String\& value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const char16_t* value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLinkedCell(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLockedProperty(ShapeLockType type, bool value)](../shape/setlockedproperty/) | Set the locked property. | +| [SetLowerDeltaX(int32_t value)](../shape/setlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [SetLowerDeltaY(int32_t value)](../shape/setlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [SetLowerRightColumn(int32_t value)](../shape/setlowerrightcolumn/) | Represents lower right corner column index. | +| [SetLowerRightRow(int32_t value)](../shape/setlowerrightrow/) | Represents lower right corner row index. | +| [SetMacroName(const U16String\& value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetMacroName(const char16_t* value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetName(const U16String\& value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetName(const char16_t* value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetPlacement(PlacementType value)](../shape/setplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [SetRelativeToOriginalPictureSize(bool value)](../shape/setrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [SetRight(int32_t value)](../shape/setright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [SetRotationAngle(double value)](../shape/setrotationangle/) | Gets and sets the rotation of the shape. | +| [SetSoftEdges(double value)](../shape/setsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [SetText(const U16String\& value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetText(const char16_t* value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetTextDirection(TextDirectionType value)](../shape/settextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [SetTextHorizontalAlignment(TextAlignmentType value)](../shape/settexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [SetTextHorizontalOverflow(TextOverflowType value)](../shape/settexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [SetTextOptions(const TextOptions\& value)](../shape/settextoptions/) | Represents the text options of the shape. | +| [SetTextOrientationType(TextOrientationType value)](../shape/settextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [SetTextShapeType(AutoShapeType value)](../shape/settextshapetype/) | Gets and sets the preset text shape type. | +| [SetTextVerticalAlignment(TextAlignmentType value)](../shape/settextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [SetTextVerticalOverflow(TextOverflowType value)](../shape/settextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [SetTitle(const U16String\& value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTitle(const char16_t* value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTop(int32_t value)](../shape/settop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [SetTopCM(double value)](../shape/settopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [SetTopInch(double value)](../shape/settopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [SetTopInShape(int32_t value)](../shape/settopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [SetTopToCorner(int32_t value)](../shape/settoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [SetUpperDeltaX(int32_t value)](../shape/setupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [SetUpperDeltaY(int32_t value)](../shape/setupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [SetUpperLeftColumn(int32_t value)](../shape/setupperleftcolumn/) | Represents upper left corner column index. | +| [SetUpperLeftRow(int32_t value)](../shape/setupperleftrow/) | Represents the top row index. | +| [SetWidth(int32_t value)](../shape/setwidth/) | Represents the width of shape, in unit of pixels. | +| [SetWidthCM(double value)](../shape/setwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [SetWidthInch(double value)](../shape/setwidthinch/) | Represents the width of the shape, in unit of inch. | +| [SetWidthInShape(int32_t value)](../shape/setwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [SetWidthPt(double value)](../shape/setwidthpt/) | Represents the width of the shape, in unit of point. | +| [SetWidthScale(int32_t value)](../shape/setwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [SetX(int32_t value)](../shape/setx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [SetY(int32_t value)](../shape/sety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [SetZOrderPosition(int32_t value)](../shape/setzorderposition/) | Returns the position of a shape in the z-order. | +| [Shape(Shape_Impl* impl)](../shape/shape/) | Constructs from an implementation object. | +| [Shape(const Shape\& src)](../shape/shape/) | Copy constructor. | +| [ToFrontOrBack(int32_t orders)](../shape/tofrontorback/) | Brings the shape to the front or sends the shape to back. | +| [ToImage(Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. | +| [ToImage(const U16String\& imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const char16_t* imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a stream. | +| [UpdateSelectedValue()](../shape/updateselectedvalue/) | Update the selected value by the value of the linked cell. | +| [~Button()](./~button/) | Destructor. | +| [~Shape()](../shape/~shape/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Crear un nuevo Libro de trabajo. +Workbook workbook; + +//Obtener la primera hoja de cálculo del libro de trabajo. +Worksheet sheet = workbook.GetWorksheets().Get(0); + +//Agregar un nuevo botón a la hoja de cálculo. +Button button = sheet.GetShapes().AddButton(2, 0, 2, 0, 28, 80); + +//Establecer el texto del botón. +button.SetText(u"Aspose"); + +//Establezca el Tipo de colocación, la forma en que el +//El botón está adjunto a las celdas. +button.SetPlacement(PlacementType::FreeFloating); + +//Establecer el nombre de la fuente. +button.GetFont().SetName(u"Tahoma"); + +//Establecer la cadena del texto en negrita. +button.GetFont().SetIsBold(true); + +//Establecer el color a azul. +button.GetFont().SetColor(Color{ 0xff, 0, 0, 0xff }); + +//Establecer el hipervínculo para el botón. +button.AddHyperlink(u"http://www.aspose.com/"); + +//Guarda el archivo. +workbook.Save(u"tstbutton.xls"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Shape](../shape/) +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/button/button/_index.md b/spanish/cpp/aspose.cells.drawing/button/button/_index.md new file mode 100644 index 00000000000..c86d1219535 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/button/button/_index.md @@ -0,0 +1,53 @@ +--- +title: Aspose::Cells::Drawing::Button::Button constructor +linktitle: Button +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Button::Button constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/button/button/ +--- +## Button::Button(Button_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::Button::Button(Button_Impl *impl) +``` + +## See Also + +* Class [Button](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## Button::Button(const Button\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::Button::Button(const Button &src) +``` + +## See Also + +* Class [Button](../) +* Class [Button](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## Button::Button(const Shape\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::Button::Button(const Shape &src) +``` + +## See Also + +* Class [Shape](../../shape/) +* Class [Button](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/button/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/button/isnull/_index.md new file mode 100644 index 00000000000..407afb76a25 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/button/isnull/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Button::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Button::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/button/isnull/ +--- +## Button::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::Button::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Button](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/button/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/button/operator_asm/_index.md new file mode 100644 index 00000000000..bff84d328fb --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/button/operator_asm/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Button::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Button::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/button/operator_asm/ +--- +## Button::operator= method + + +operator= + +```cpp +Button & Aspose::Cells::Drawing::Button::operator=(const Button &src) +``` + +## See Also + +* Class [Button](../) +* Class [Button](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/button/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/button/operator_bool/_index.md new file mode 100644 index 00000000000..1db23182991 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/button/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Button::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Button::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/button/operator_bool/ +--- +## Button::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::Button::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [Button](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/button/~button/_index.md b/spanish/cpp/aspose.cells.drawing/button/~button/_index.md new file mode 100644 index 00000000000..7bf1aa38485 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/button/~button/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Button::~Button method +linktitle: ~Button +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Button::~Button method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/button/~button/ +--- +## Button::~Button method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::Button::~Button() +``` + +## See Also + +* Class [Button](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/cellsdrawing/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/cellsdrawing/_impl/_index.md new file mode 100644 index 00000000000..a857790283b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/cellsdrawing/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::CellsDrawing::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CellsDrawing::_impl field. The implementation object in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/cellsdrawing/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +CellsDrawing_Impl* Aspose::Cells::Drawing::CellsDrawing::_impl +``` + +## See Also + +* Class [CellsDrawing](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/cellsdrawing/_index.md b/spanish/cpp/aspose.cells.drawing/cellsdrawing/_index.md new file mode 100644 index 00000000000..c087e589d89 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/cellsdrawing/_index.md @@ -0,0 +1,249 @@ +--- +title: Aspose::Cells::Drawing::CellsDrawing class +linktitle: CellsDrawing +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CellsDrawing class. Represents the auto shape and drawing object in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/cellsdrawing/ +--- +## CellsDrawing class + + +Represents the auto shape and drawing object. + +```cpp +class CellsDrawing : public Aspose::Cells::Drawing::Shape +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddHyperlink(const U16String\& address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AddHyperlink(const char16_t* address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AlignTopRightCorner(int32_t topRow, int32_t rightColumn)](../shape/aligntoprightcorner/) | Moves the picture to the top-right corner. | +| [CalculateTextSize()](../shape/calculatetextsize/) | Recalculate the text area. | +| [CellsDrawing(CellsDrawing_Impl* impl)](./cellsdrawing/) | Constructs from an implementation object. | +| [CellsDrawing(const CellsDrawing\& src)](./cellsdrawing/) | Copy constructor. | +| [CellsDrawing(const Shape\& src)](./cellsdrawing/) | Constructs from a parent object. | +| [Characters(int32_t startIndex, int32_t length)](../shape/characters/) | Returns a Characters object that represents a range of characters within the text. | +| [FitToTextSize()](../shape/fittotextsize/) | Recalculate a text area suitable for displaying all text content. | +| [FormatCharacters(int32_t startIndex, int32_t length, const Aspose::Cells::Font\& font, const StyleFlag\& flag)](../shape/formatcharacters/) | Formats some characters with the font setting. | +| [GetActiveXControl()](../shape/getactivexcontrol/) | Gets the ActiveX control. | +| [GetActualBox()](../shape/getactualbox/) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [GetActualLowerRightRow()](../shape/getactuallowerrightrow/) | Get the actual bottom row. | +| [GetAlternativeText()](../shape/getalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [GetAnchorType()](../shape/getanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [GetAutoShapeType()](../shape/getautoshapetype/) | Gets and sets the auto shape type. | +| [GetBottom()](../shape/getbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [GetConnectionPoints()](../shape/getconnectionpoints/) | Get the connection points. | +| [GetControlData()](../shape/getcontroldata/) | Gets the data of control. | +| [GetCreateId(UUID\& uuid)](../shape/getcreateid/) | Gets and sets create id for this shape. | +| [GetFill()](../shape/getfill/) | Returns a [FillFormat](../fillformat/) object that contains fill formatting properties for the specified shape. | +| [GetFont()](../shape/getfont/) | Represents the font of shape. | +| [GetFormatPicture()](../shape/getformatpicture/) | Gets and sets the options of the picture format. | +| [GetGeometry()](../shape/getgeometry/) | Gets the geometry. | +| [GetGlow()](../shape/getglow/) | Represents a [GlowEffect](../gloweffect/) object that specifies glow effect for the chart element or shape. | +| [GetGroup()](../shape/getgroup/) | Gets the group shape which contains this shape. | +| [GetHasLine()](../shape/gethasline/) | Gets and sets the line border of the shape is visible. | +| [GetHeight()](../shape/getheight/) | Represents the height of shape, in unit of pixel. | +| [GetHeightCM()](../shape/getheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [GetHeightInch()](../shape/getheightinch/) | Represents the height of the shape, in unit of inches. | +| [GetHeightInShape()](../shape/getheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [GetHeightPt()](../shape/getheightpt/) | Represents the height of the shape, in unit of points. | +| [GetHeightScale()](../shape/getheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [GetHtmlText()](../shape/gethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [GetHyperlink()](../shape/gethyperlink/) | Gets the hyperlink of the shape. | +| [GetId()](../shape/getid/) | Gets the identifier of this shape. | +| [GetInputRange()](../shape/getinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [GetInputRange(bool isR1C1, bool isLocal)](../shape/getinputrange/) | Gets the range used to fill the control. | +| [GetLeft()](../shape/getleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [GetLeftCM()](../shape/getleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [GetLeftInch()](../shape/getleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [GetLeftInShape()](../shape/getleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [GetLeftToCorner()](../shape/getlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [GetLine()](../shape/getline/) | Gets line style. | +| [GetLinkedCell()](../shape/getlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [GetLinkedCell(bool isR1C1, bool isLocal)](../shape/getlinkedcell/) | Gets the range linked to the control's value. | +| [GetLockedProperty(ShapeLockType type)](../shape/getlockedproperty/) | Gets the value of locked property. | +| [GetLowerDeltaX()](../shape/getlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [GetLowerDeltaY()](../shape/getlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [GetLowerRightColumn()](../shape/getlowerrightcolumn/) | Represents lower right corner column index. | +| [GetLowerRightRow()](../shape/getlowerrightrow/) | Represents lower right corner row index. | +| [GetMacroName()](../shape/getmacroname/) | Gets and sets the name of macro. | +| [GetMsoDrawingType()](../shape/getmsodrawingtype/) | Gets drawing type. | +| [GetName()](../shape/getname/) | Gets and sets the name of the shape. | +| [GetPaths()](../shape/getpaths/) | Gets the paths of a custom geometric shape. | +| [GetPlacement()](../shape/getplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [GetReflection()](../shape/getreflection/) | Represents a [ReflectionEffect](../reflectioneffect/) object that specifies reflection effect for the chart element or shape. | +| [GetRelativeToOriginalPictureSize()](../shape/getrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [GetResultOfSmartArt()](../shape/getresultofsmartart/) | Converting smart art to grouped shapes. | +| [GetRichFormattings()](../shape/getrichformattings/) | Returns all Characters objects that represents a range of characters within the text . | +| [GetRight()](../shape/getright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [GetRotationAngle()](../shape/getrotationangle/) | Gets and sets the rotation of the shape. | +| [GetShadowEffect()](../shape/getshadoweffect/) | Represents a [Drawing.ShadowEffect](../shadoweffect/) object that specifies shadow effect for the chart element or shape. | +| [GetSoftEdges()](../shape/getsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [GetSpid()](../shape/getspid/) | Specifies an optional string identifier that an application can use to identify the particular shape. | +| [GetSpt()](../shape/getspt/) | Specifies an optional number that an application can use to associate the particular shape with a defined shape type. | +| [GetText()](../shape/gettext/) | Gets and sets the text of this shape. | +| [GetTextBody()](../shape/gettextbody/) | Gets and sets the setting of the shape's text. | +| [GetTextBoxOptions()](../shape/gettextboxoptions/) | Gets the text information in the shape. | +| [GetTextDirection()](../shape/gettextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [GetTextEffect()](../shape/gettexteffect/) | Returns a [TextEffectFormat](../texteffectformat/) object that contains text-effect formatting properties for the specified shape. Applies to [Shape](../shape/) objects that represent WordArt. | +| [GetTextHorizontalAlignment()](../shape/gettexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [GetTextHorizontalOverflow()](../shape/gettexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [GetTextOptions()](../shape/gettextoptions/) | Represents the text options of the shape. | +| [GetTextOrientationType()](../shape/gettextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [GetTextShapeType()](../shape/gettextshapetype/) | Gets and sets the preset text shape type. | +| [GetTextVerticalAlignment()](../shape/gettextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [GetTextVerticalOverflow()](../shape/gettextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [GetThreeDFormat()](../shape/getthreedformat/) | Gets and sets 3d format of the shape. | +| [GetTitle()](../shape/gettitle/) | Specifies the title (caption) of the current shape object. | +| [GetTop()](../shape/gettop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [GetTopCM()](../shape/gettopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [GetTopInch()](../shape/gettopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [GetTopInShape()](../shape/gettopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [GetTopToCorner()](../shape/gettoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [GetType()](../shape/gettype/) | Gets the auto shape type. | +| [GetUpperDeltaX()](../shape/getupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [GetUpperDeltaY()](../shape/getupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [GetUpperLeftColumn()](../shape/getupperleftcolumn/) | Represents upper left corner column index. | +| [GetUpperLeftRow()](../shape/getupperleftrow/) | Represents the top row index. | +| [GetWidth()](../shape/getwidth/) | Represents the width of shape, in unit of pixels. | +| [GetWidthCM()](../shape/getwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [GetWidthInch()](../shape/getwidthinch/) | Represents the width of the shape, in unit of inch. | +| [GetWidthInShape()](../shape/getwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [GetWidthPt()](../shape/getwidthpt/) | Represents the width of the shape, in unit of point. | +| [GetWidthScale()](../shape/getwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [GetWorksheet()](../shape/getworksheet/) | Gets the [Worksheet](../../aspose.cells/worksheet/) object which contains this shape. | +| [GetX()](../shape/getx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [GetY()](../shape/gety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [GetZOrderPosition()](../shape/getzorderposition/) | Returns the position of a shape in the z-order. | +| [IsAspectRatioLocked()](../shape/isaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [IsDecorative()](../shape/isdecorative/) | Indicates whether the object is decorative. | +| [IsEquation()](../shape/isequation/) | Indicates whether the shape only contains an equation. | +| [IsFilled()](../shape/isfilled/) | Indicates whether the fill format is visible. | +| [IsFlippedHorizontally()](../shape/isflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [IsFlippedVertically()](../shape/isflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [IsGroup()](../shape/isgroup/) | Indicates whether this shape is a group shape. | +| [IsHidden()](../shape/ishidden/) | Indicates whether the object is visible. | +| [IsInGroup()](../shape/isingroup/) | Indicates whether the shape is grouped. | +| [IsLockAspectRatio()](../shape/islockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [IsLocked()](../shape/islocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsPrintable()](../shape/isprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [IsRichText()](../shape/isrichtext/) | Whether or not the text is rich text. | +| [IsSameSetting(const Aspose::Cells::Object\& obj)](../shape/issamesetting/) | Returns whether the shape is same. | +| [IsSmartArt()](../shape/issmartart/) | Indicates whether the shape is a smart art. | +| [IsTextWrapped()](../shape/istextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [IsWordArt()](../shape/iswordart/) | Indicates whether this shape is a word art. | +| [MoveToRange(int32_t topRow, int32_t leftColumn, int32_t bottomRow, int32_t rightColumn)](../shape/movetorange/) | Moves the shape to a specified range. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const CellsDrawing\& src)](./operator_asm/) | operator= | +| [operator=(const Shape\& src)](../shape/operator_asm/) | operator= | +| [RemoveActiveXControl()](../shape/removeactivexcontrol/) | Remove activeX control. | +| [RemoveHyperlink()](../shape/removehyperlink/) | Removes the hyperlink of the shape. | +| [SetAlternativeText(const U16String\& value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAlternativeText(const char16_t* value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAnchorType(ShapeAnchorType value)](../shape/setanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [SetAutoShapeType(AutoShapeType value)](../shape/setautoshapetype/) | Gets and sets the auto shape type. | +| [SetBottom(int32_t value)](../shape/setbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [SetCreateId(const UUID\& value)](../shape/setcreateid/) | Gets and sets create id for this shape. | +| [SetFont(const Aspose::Cells::Font\& value)](../shape/setfont/) | Represents the font of shape. | +| [SetHasLine(bool value)](../shape/sethasline/) | Gets and sets the line border of the shape is visible. | +| [SetHeight(int32_t value)](../shape/setheight/) | Represents the height of shape, in unit of pixel. | +| [SetHeightCM(double value)](../shape/setheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [SetHeightInch(double value)](../shape/setheightinch/) | Represents the height of the shape, in unit of inches. | +| [SetHeightInShape(int32_t value)](../shape/setheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [SetHeightPt(double value)](../shape/setheightpt/) | Represents the height of the shape, in unit of points. | +| [SetHeightScale(int32_t value)](../shape/setheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [SetHtmlText(const U16String\& value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetHtmlText(const char16_t* value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetInputRange(const U16String\& value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const char16_t* value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetInputRange(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetIsAspectRatioLocked(bool value)](../shape/setisaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [SetIsDecorative(bool value)](../shape/setisdecorative/) | Indicates whether the object is decorative. | +| [SetIsFilled(bool value)](../shape/setisfilled/) | Indicates whether the fill format is visible. | +| [SetIsFlippedHorizontally(bool value)](../shape/setisflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [SetIsFlippedVertically(bool value)](../shape/setisflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [SetIsHidden(bool value)](../shape/setishidden/) | Indicates whether the object is visible. | +| [SetIsLockAspectRatio(bool value)](../shape/setislockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [SetIsLocked(bool value)](../shape/setislocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [SetIsPrintable(bool value)](../shape/setisprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [SetIsTextWrapped(bool value)](../shape/setistextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [SetLeft(int32_t value)](../shape/setleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [SetLeftCM(double value)](../shape/setleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [SetLeftInch(double value)](../shape/setleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [SetLeftInShape(int32_t value)](../shape/setleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [SetLeftToCorner(int32_t value)](../shape/setlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [SetLinkedCell(const U16String\& value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const char16_t* value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLinkedCell(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLockedProperty(ShapeLockType type, bool value)](../shape/setlockedproperty/) | Set the locked property. | +| [SetLowerDeltaX(int32_t value)](../shape/setlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [SetLowerDeltaY(int32_t value)](../shape/setlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [SetLowerRightColumn(int32_t value)](../shape/setlowerrightcolumn/) | Represents lower right corner column index. | +| [SetLowerRightRow(int32_t value)](../shape/setlowerrightrow/) | Represents lower right corner row index. | +| [SetMacroName(const U16String\& value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetMacroName(const char16_t* value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetName(const U16String\& value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetName(const char16_t* value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetPlacement(PlacementType value)](../shape/setplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [SetRelativeToOriginalPictureSize(bool value)](../shape/setrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [SetRight(int32_t value)](../shape/setright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [SetRotationAngle(double value)](../shape/setrotationangle/) | Gets and sets the rotation of the shape. | +| [SetSoftEdges(double value)](../shape/setsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [SetText(const U16String\& value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetText(const char16_t* value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetTextDirection(TextDirectionType value)](../shape/settextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [SetTextHorizontalAlignment(TextAlignmentType value)](../shape/settexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [SetTextHorizontalOverflow(TextOverflowType value)](../shape/settexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [SetTextOptions(const TextOptions\& value)](../shape/settextoptions/) | Represents the text options of the shape. | +| [SetTextOrientationType(TextOrientationType value)](../shape/settextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [SetTextShapeType(AutoShapeType value)](../shape/settextshapetype/) | Gets and sets the preset text shape type. | +| [SetTextVerticalAlignment(TextAlignmentType value)](../shape/settextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [SetTextVerticalOverflow(TextOverflowType value)](../shape/settextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [SetTitle(const U16String\& value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTitle(const char16_t* value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTop(int32_t value)](../shape/settop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [SetTopCM(double value)](../shape/settopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [SetTopInch(double value)](../shape/settopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [SetTopInShape(int32_t value)](../shape/settopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [SetTopToCorner(int32_t value)](../shape/settoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [SetUpperDeltaX(int32_t value)](../shape/setupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [SetUpperDeltaY(int32_t value)](../shape/setupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [SetUpperLeftColumn(int32_t value)](../shape/setupperleftcolumn/) | Represents upper left corner column index. | +| [SetUpperLeftRow(int32_t value)](../shape/setupperleftrow/) | Represents the top row index. | +| [SetWidth(int32_t value)](../shape/setwidth/) | Represents the width of shape, in unit of pixels. | +| [SetWidthCM(double value)](../shape/setwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [SetWidthInch(double value)](../shape/setwidthinch/) | Represents the width of the shape, in unit of inch. | +| [SetWidthInShape(int32_t value)](../shape/setwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [SetWidthPt(double value)](../shape/setwidthpt/) | Represents the width of the shape, in unit of point. | +| [SetWidthScale(int32_t value)](../shape/setwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [SetX(int32_t value)](../shape/setx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [SetY(int32_t value)](../shape/sety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [SetZOrderPosition(int32_t value)](../shape/setzorderposition/) | Returns the position of a shape in the z-order. | +| [Shape(Shape_Impl* impl)](../shape/shape/) | Constructs from an implementation object. | +| [Shape(const Shape\& src)](../shape/shape/) | Copy constructor. | +| [ToFrontOrBack(int32_t orders)](../shape/tofrontorback/) | Brings the shape to the front or sends the shape to back. | +| [ToImage(Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. | +| [ToImage(const U16String\& imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const char16_t* imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a stream. | +| [UpdateSelectedValue()](../shape/updateselectedvalue/) | Update the selected value by the value of the linked cell. | +| [~CellsDrawing()](./~cellsdrawing/) | Destructor. | +| [~Shape()](../shape/~shape/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [Shape](../shape/) +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/cellsdrawing/cellsdrawing/_index.md b/spanish/cpp/aspose.cells.drawing/cellsdrawing/cellsdrawing/_index.md new file mode 100644 index 00000000000..bb8de10c2e8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/cellsdrawing/cellsdrawing/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::CellsDrawing::CellsDrawing constructor +linktitle: CellsDrawing +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CellsDrawing::CellsDrawing constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/cellsdrawing/cellsdrawing/ +--- +## CellsDrawing::CellsDrawing(CellsDrawing_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::CellsDrawing::CellsDrawing(CellsDrawing_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CellsDrawing](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## CellsDrawing::CellsDrawing(const CellsDrawing\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::CellsDrawing::CellsDrawing(const CellsDrawing &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CellsDrawing](../) +* Class [CellsDrawing](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## CellsDrawing::CellsDrawing(const Shape\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::CellsDrawing::CellsDrawing(const Shape &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../../shape/) +* Class [CellsDrawing](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/cellsdrawing/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/cellsdrawing/isnull/_index.md new file mode 100644 index 00000000000..a8c4cd5fde3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/cellsdrawing/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::CellsDrawing::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CellsDrawing::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/cellsdrawing/isnull/ +--- +## CellsDrawing::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::CellsDrawing::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CellsDrawing](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/cellsdrawing/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/cellsdrawing/operator_asm/_index.md new file mode 100644 index 00000000000..01e64341108 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/cellsdrawing/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::CellsDrawing::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CellsDrawing::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/cellsdrawing/operator_asm/ +--- +## CellsDrawing::operator= method + + +operator= + +```cpp +CellsDrawing & Aspose::Cells::Drawing::CellsDrawing::operator=(const CellsDrawing &src) +``` + +## See Also + +* Class [CellsDrawing](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [CellsDrawing](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/cellsdrawing/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/cellsdrawing/operator_bool/_index.md new file mode 100644 index 00000000000..1b5bfdf8377 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/cellsdrawing/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::CellsDrawing::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CellsDrawing::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/cellsdrawing/operator_bool/ +--- +## CellsDrawing::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::CellsDrawing::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [CellsDrawing](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/cellsdrawing/~cellsdrawing/_index.md b/spanish/cpp/aspose.cells.drawing/cellsdrawing/~cellsdrawing/_index.md new file mode 100644 index 00000000000..a6b1e9ea9b3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/cellsdrawing/~cellsdrawing/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::CellsDrawing::~CellsDrawing method +linktitle: ~CellsDrawing +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CellsDrawing::~CellsDrawing method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/cellsdrawing/~cellsdrawing/ +--- +## CellsDrawing::~CellsDrawing method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::CellsDrawing::~CellsDrawing() +``` + +## See Also + +* Class [CellsDrawing](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/chartshape/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/chartshape/_impl/_index.md new file mode 100644 index 00000000000..741345dff98 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/chartshape/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ChartShape::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ChartShape::_impl field. The implementation object in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/chartshape/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ChartShape_Impl* Aspose::Cells::Drawing::ChartShape::_impl +``` + +## See Also + +* Class [ChartShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/chartshape/_index.md b/spanish/cpp/aspose.cells.drawing/chartshape/_index.md new file mode 100644 index 00000000000..4038b26ecd8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/chartshape/_index.md @@ -0,0 +1,307 @@ +--- +title: Aspose::Cells::Drawing::ChartShape class +linktitle: ChartShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ChartShape class. Represents the shape of the chart. Properties and methods for the ChartObject object control the appearance and size of the embedded chart on the worksheet in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/chartshape/ +--- +## ChartShape class + + +Represents the shape of the chart. [Properties](../../aspose.cells.properties/) and methods for the ChartObject object control the appearance and size of the embedded chart on the worksheet. + +```cpp +class ChartShape : public Aspose::Cells::Drawing::Shape +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddHyperlink(const U16String\& address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AddHyperlink(const char16_t* address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AlignTopRightCorner(int32_t topRow, int32_t rightColumn)](../shape/aligntoprightcorner/) | Moves the picture to the top-right corner. | +| [CalculateTextSize()](../shape/calculatetextsize/) | Recalculate the text area. | +| [Characters(int32_t startIndex, int32_t length)](../shape/characters/) | Returns a Characters object that represents a range of characters within the text. | +| [ChartShape(ChartShape_Impl* impl)](./chartshape/) | Constructs from an implementation object. | +| [ChartShape(const ChartShape\& src)](./chartshape/) | Copy constructor. | +| [ChartShape(const Shape\& src)](./chartshape/) | Constructs from a parent object. | +| [FitToTextSize()](../shape/fittotextsize/) | Recalculate a text area suitable for displaying all text content. | +| [FormatCharacters(int32_t startIndex, int32_t length, const Aspose::Cells::Font\& font, const StyleFlag\& flag)](../shape/formatcharacters/) | Formats some characters with the font setting. | +| [GetActiveXControl()](../shape/getactivexcontrol/) | Gets the ActiveX control. | +| [GetActualBox()](../shape/getactualbox/) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [GetActualLowerRightRow()](../shape/getactuallowerrightrow/) | Get the actual bottom row. | +| [GetAlternativeText()](../shape/getalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [GetAnchorType()](../shape/getanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [GetAutoShapeType()](../shape/getautoshapetype/) | Gets and sets the auto shape type. | +| [GetBottom()](../shape/getbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [GetChart()](./getchart/) | Returns a Chart object that represents the chart contained in the object. | +| [GetConnectionPoints()](../shape/getconnectionpoints/) | Get the connection points. | +| [GetControlData()](../shape/getcontroldata/) | Gets the data of control. | +| [GetCreateId(UUID\& uuid)](../shape/getcreateid/) | Gets and sets create id for this shape. | +| [GetFill()](../shape/getfill/) | Returns a [FillFormat](../fillformat/) object that contains fill formatting properties for the specified shape. | +| [GetFont()](../shape/getfont/) | Represents the font of shape. | +| [GetFormatPicture()](../shape/getformatpicture/) | Gets and sets the options of the picture format. | +| [GetGeometry()](../shape/getgeometry/) | Gets the geometry. | +| [GetGlow()](../shape/getglow/) | Represents a [GlowEffect](../gloweffect/) object that specifies glow effect for the chart element or shape. | +| [GetGroup()](../shape/getgroup/) | Gets the group shape which contains this shape. | +| [GetHasLine()](../shape/gethasline/) | Gets and sets the line border of the shape is visible. | +| [GetHeight()](../shape/getheight/) | Represents the height of shape, in unit of pixel. | +| [GetHeightCM()](../shape/getheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [GetHeightInch()](../shape/getheightinch/) | Represents the height of the shape, in unit of inches. | +| [GetHeightInShape()](../shape/getheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [GetHeightPt()](../shape/getheightpt/) | Represents the height of the shape, in unit of points. | +| [GetHeightScale()](../shape/getheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [GetHtmlText()](../shape/gethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [GetHyperlink()](../shape/gethyperlink/) | Gets the hyperlink of the shape. | +| [GetId()](../shape/getid/) | Gets the identifier of this shape. | +| [GetInputRange()](../shape/getinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [GetInputRange(bool isR1C1, bool isLocal)](../shape/getinputrange/) | Gets the range used to fill the control. | +| [GetLeft()](../shape/getleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [GetLeftCM()](../shape/getleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [GetLeftInch()](../shape/getleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [GetLeftInShape()](../shape/getleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [GetLeftToCorner()](../shape/getlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [GetLine()](../shape/getline/) | Gets line style. | +| [GetLinkedCell()](../shape/getlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [GetLinkedCell(bool isR1C1, bool isLocal)](../shape/getlinkedcell/) | Gets the range linked to the control's value. | +| [GetLockedProperty(ShapeLockType type)](../shape/getlockedproperty/) | Gets the value of locked property. | +| [GetLowerDeltaX()](../shape/getlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [GetLowerDeltaY()](../shape/getlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [GetLowerRightColumn()](../shape/getlowerrightcolumn/) | Represents lower right corner column index. | +| [GetLowerRightRow()](../shape/getlowerrightrow/) | Represents lower right corner row index. | +| [GetMacroName()](../shape/getmacroname/) | Gets and sets the name of macro. | +| [GetMsoDrawingType()](../shape/getmsodrawingtype/) | Gets drawing type. | +| [GetName()](../shape/getname/) | Gets and sets the name of the shape. | +| [GetPaths()](../shape/getpaths/) | Gets the paths of a custom geometric shape. | +| [GetPlacement()](../shape/getplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [GetReflection()](../shape/getreflection/) | Represents a [ReflectionEffect](../reflectioneffect/) object that specifies reflection effect for the chart element or shape. | +| [GetRelativeToOriginalPictureSize()](../shape/getrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [GetResultOfSmartArt()](../shape/getresultofsmartart/) | Converting smart art to grouped shapes. | +| [GetRichFormattings()](../shape/getrichformattings/) | Returns all Characters objects that represents a range of characters within the text . | +| [GetRight()](../shape/getright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [GetRotationAngle()](../shape/getrotationangle/) | Gets and sets the rotation of the shape. | +| [GetShadowEffect()](../shape/getshadoweffect/) | Represents a [Drawing.ShadowEffect](../shadoweffect/) object that specifies shadow effect for the chart element or shape. | +| [GetSoftEdges()](../shape/getsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [GetSpid()](../shape/getspid/) | Specifies an optional string identifier that an application can use to identify the particular shape. | +| [GetSpt()](../shape/getspt/) | Specifies an optional number that an application can use to associate the particular shape with a defined shape type. | +| [GetText()](../shape/gettext/) | Gets and sets the text of this shape. | +| [GetTextBody()](../shape/gettextbody/) | Gets and sets the setting of the shape's text. | +| [GetTextBoxOptions()](../shape/gettextboxoptions/) | Gets the text information in the shape. | +| [GetTextDirection()](../shape/gettextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [GetTextEffect()](../shape/gettexteffect/) | Returns a [TextEffectFormat](../texteffectformat/) object that contains text-effect formatting properties for the specified shape. Applies to [Shape](../shape/) objects that represent WordArt. | +| [GetTextHorizontalAlignment()](../shape/gettexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [GetTextHorizontalOverflow()](../shape/gettexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [GetTextOptions()](../shape/gettextoptions/) | Represents the text options of the shape. | +| [GetTextOrientationType()](../shape/gettextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [GetTextShapeType()](../shape/gettextshapetype/) | Gets and sets the preset text shape type. | +| [GetTextVerticalAlignment()](../shape/gettextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [GetTextVerticalOverflow()](../shape/gettextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [GetThreeDFormat()](../shape/getthreedformat/) | Gets and sets 3d format of the shape. | +| [GetTitle()](../shape/gettitle/) | Specifies the title (caption) of the current shape object. | +| [GetTop()](../shape/gettop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [GetTopCM()](../shape/gettopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [GetTopInch()](../shape/gettopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [GetTopInShape()](../shape/gettopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [GetTopToCorner()](../shape/gettoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [GetType()](../shape/gettype/) | Gets the auto shape type. | +| [GetUpperDeltaX()](../shape/getupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [GetUpperDeltaY()](../shape/getupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [GetUpperLeftColumn()](../shape/getupperleftcolumn/) | Represents upper left corner column index. | +| [GetUpperLeftRow()](../shape/getupperleftrow/) | Represents the top row index. | +| [GetWidth()](../shape/getwidth/) | Represents the width of shape, in unit of pixels. | +| [GetWidthCM()](../shape/getwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [GetWidthInch()](../shape/getwidthinch/) | Represents the width of the shape, in unit of inch. | +| [GetWidthInShape()](../shape/getwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [GetWidthPt()](../shape/getwidthpt/) | Represents the width of the shape, in unit of point. | +| [GetWidthScale()](../shape/getwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [GetWorksheet()](../shape/getworksheet/) | Gets the [Worksheet](../../aspose.cells/worksheet/) object which contains this shape. | +| [GetX()](../shape/getx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [GetY()](../shape/gety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [GetZOrderPosition()](../shape/getzorderposition/) | Returns the position of a shape in the z-order. | +| [IsAspectRatioLocked()](../shape/isaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [IsDecorative()](../shape/isdecorative/) | Indicates whether the object is decorative. | +| [IsEquation()](../shape/isequation/) | Indicates whether the shape only contains an equation. | +| [IsFilled()](../shape/isfilled/) | Indicates whether the fill format is visible. | +| [IsFlippedHorizontally()](../shape/isflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [IsFlippedVertically()](../shape/isflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [IsGroup()](../shape/isgroup/) | Indicates whether this shape is a group shape. | +| [IsHidden()](../shape/ishidden/) | Indicates whether the object is visible. | +| [IsInGroup()](../shape/isingroup/) | Indicates whether the shape is grouped. | +| [IsLockAspectRatio()](../shape/islockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [IsLocked()](../shape/islocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsPrintable()](../shape/isprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [IsRichText()](../shape/isrichtext/) | Whether or not the text is rich text. | +| [IsSameSetting(const Aspose::Cells::Object\& obj)](../shape/issamesetting/) | Returns whether the shape is same. | +| [IsSmartArt()](../shape/issmartart/) | Indicates whether the shape is a smart art. | +| [IsTextWrapped()](../shape/istextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [IsWordArt()](../shape/iswordart/) | Indicates whether this shape is a word art. | +| [MoveToRange(int32_t topRow, int32_t leftColumn, int32_t bottomRow, int32_t rightColumn)](../shape/movetorange/) | Moves the shape to a specified range. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ChartShape\& src)](./operator_asm/) | operator= | +| [operator=(const Shape\& src)](../shape/operator_asm/) | operator= | +| [RemoveActiveXControl()](../shape/removeactivexcontrol/) | Remove activeX control. | +| [RemoveHyperlink()](../shape/removehyperlink/) | Removes the hyperlink of the shape. | +| [SetAlternativeText(const U16String\& value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAlternativeText(const char16_t* value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAnchorType(ShapeAnchorType value)](../shape/setanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [SetAutoShapeType(AutoShapeType value)](../shape/setautoshapetype/) | Gets and sets the auto shape type. | +| [SetBottom(int32_t value)](../shape/setbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [SetCreateId(const UUID\& value)](../shape/setcreateid/) | Gets and sets create id for this shape. | +| [SetFont(const Aspose::Cells::Font\& value)](../shape/setfont/) | Represents the font of shape. | +| [SetHasLine(bool value)](../shape/sethasline/) | Gets and sets the line border of the shape is visible. | +| [SetHeight(int32_t value)](../shape/setheight/) | Represents the height of shape, in unit of pixel. | +| [SetHeightCM(double value)](../shape/setheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [SetHeightInch(double value)](../shape/setheightinch/) | Represents the height of the shape, in unit of inches. | +| [SetHeightInShape(int32_t value)](../shape/setheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [SetHeightPt(double value)](../shape/setheightpt/) | Represents the height of the shape, in unit of points. | +| [SetHeightScale(int32_t value)](../shape/setheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [SetHtmlText(const U16String\& value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetHtmlText(const char16_t* value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetInputRange(const U16String\& value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const char16_t* value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetInputRange(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetIsAspectRatioLocked(bool value)](../shape/setisaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [SetIsDecorative(bool value)](../shape/setisdecorative/) | Indicates whether the object is decorative. | +| [SetIsFilled(bool value)](../shape/setisfilled/) | Indicates whether the fill format is visible. | +| [SetIsFlippedHorizontally(bool value)](../shape/setisflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [SetIsFlippedVertically(bool value)](../shape/setisflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [SetIsHidden(bool value)](../shape/setishidden/) | Indicates whether the object is visible. | +| [SetIsLockAspectRatio(bool value)](../shape/setislockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [SetIsLocked(bool value)](../shape/setislocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [SetIsPrintable(bool value)](../shape/setisprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [SetIsTextWrapped(bool value)](../shape/setistextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [SetLeft(int32_t value)](../shape/setleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [SetLeftCM(double value)](../shape/setleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [SetLeftInch(double value)](../shape/setleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [SetLeftInShape(int32_t value)](../shape/setleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [SetLeftToCorner(int32_t value)](../shape/setlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [SetLinkedCell(const U16String\& value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const char16_t* value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLinkedCell(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLockedProperty(ShapeLockType type, bool value)](../shape/setlockedproperty/) | Set the locked property. | +| [SetLowerDeltaX(int32_t value)](../shape/setlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [SetLowerDeltaY(int32_t value)](../shape/setlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [SetLowerRightColumn(int32_t value)](../shape/setlowerrightcolumn/) | Represents lower right corner column index. | +| [SetLowerRightRow(int32_t value)](../shape/setlowerrightrow/) | Represents lower right corner row index. | +| [SetMacroName(const U16String\& value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetMacroName(const char16_t* value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetName(const U16String\& value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetName(const char16_t* value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetPlacement(PlacementType value)](../shape/setplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [SetRelativeToOriginalPictureSize(bool value)](../shape/setrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [SetRight(int32_t value)](../shape/setright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [SetRotationAngle(double value)](../shape/setrotationangle/) | Gets and sets the rotation of the shape. | +| [SetSoftEdges(double value)](../shape/setsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [SetText(const U16String\& value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetText(const char16_t* value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetTextDirection(TextDirectionType value)](../shape/settextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [SetTextHorizontalAlignment(TextAlignmentType value)](../shape/settexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [SetTextHorizontalOverflow(TextOverflowType value)](../shape/settexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [SetTextOptions(const TextOptions\& value)](../shape/settextoptions/) | Represents the text options of the shape. | +| [SetTextOrientationType(TextOrientationType value)](../shape/settextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [SetTextShapeType(AutoShapeType value)](../shape/settextshapetype/) | Gets and sets the preset text shape type. | +| [SetTextVerticalAlignment(TextAlignmentType value)](../shape/settextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [SetTextVerticalOverflow(TextOverflowType value)](../shape/settextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [SetTitle(const U16String\& value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTitle(const char16_t* value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTop(int32_t value)](../shape/settop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [SetTopCM(double value)](../shape/settopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [SetTopInch(double value)](../shape/settopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [SetTopInShape(int32_t value)](../shape/settopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [SetTopToCorner(int32_t value)](../shape/settoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [SetUpperDeltaX(int32_t value)](../shape/setupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [SetUpperDeltaY(int32_t value)](../shape/setupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [SetUpperLeftColumn(int32_t value)](../shape/setupperleftcolumn/) | Represents upper left corner column index. | +| [SetUpperLeftRow(int32_t value)](../shape/setupperleftrow/) | Represents the top row index. | +| [SetWidth(int32_t value)](../shape/setwidth/) | Represents the width of shape, in unit of pixels. | +| [SetWidthCM(double value)](../shape/setwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [SetWidthInch(double value)](../shape/setwidthinch/) | Represents the width of the shape, in unit of inch. | +| [SetWidthInShape(int32_t value)](../shape/setwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [SetWidthPt(double value)](../shape/setwidthpt/) | Represents the width of the shape, in unit of point. | +| [SetWidthScale(int32_t value)](../shape/setwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [SetX(int32_t value)](../shape/setx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [SetY(int32_t value)](../shape/sety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [SetZOrderPosition(int32_t value)](../shape/setzorderposition/) | Returns the position of a shape in the z-order. | +| [Shape(Shape_Impl* impl)](../shape/shape/) | Constructs from an implementation object. | +| [Shape(const Shape\& src)](../shape/shape/) | Copy constructor. | +| [ToFrontOrBack(int32_t orders)](../shape/tofrontorback/) | Brings the shape to the front or sends the shape to back. | +| [ToImage(Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. | +| [ToImage(const U16String\& imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const char16_t* imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a stream. | +| [UpdateSelectedValue()](../shape/updateselectedvalue/) | Update the selected value by the value of the linked cell. | +| [~ChartShape()](./~chartshape/) | Destructor. | +| [~Shape()](../shape/~shape/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; + +//Obteniendo la referencia de la primera hoja de cálculo +Worksheet worksheet = workbook.GetWorksheets().Get(0); + +//Agregar un valor de muestra a la celda "A1" +worksheet.GetCells().Get(u"A1").PutValue(50); + +//Agregar un valor de muestra a la celda "A2" +worksheet.GetCells().Get(u"A2").PutValue(100); + +//Agregar un valor de muestra a la celda "A3" +worksheet.GetCells().Get(u"A3").PutValue(150); + +//Agregar un valor de muestra a la celda "B1" +worksheet.GetCells().Get(u"B1").PutValue(60); + +//Agregar un valor de muestra a la celda "B2" +worksheet.GetCells().Get(u"B2").PutValue(32); + +//Agregar un valor de muestra a la celda "B3" +worksheet.GetCells().Get(u"B3").PutValue(50); + +//Agregar un gráfico a la hoja de cálculo +int chartIndex = worksheet.GetCharts().Add(ChartType::PieExploded, 5, 0, 25, 10); + +//Acceder a la instancia del gráfico recién añadido +Chart chart = worksheet.GetCharts().Get(chartIndex); + +//Agregar NSeries (fuente de datos del gráfico) al gráfico que abarca desde la celda "A1" hasta "B3" +chart.GetNSeries().Add(u"A1:B3", true); + +//Mostrar etiquetas de datos +chart.GetNSeries().Get(0).GetDataLabels().SetShowValue(true); + +//Obteniendo la forma del gráfico +ChartShape chartShape = chart.GetChartObject(); + +//Establecer columna inferior derecha +chartShape.SetLowerRightColumn(10); + +//Establecer LowerDeltaX +chartShape.SetLowerDeltaX(1024); + +//Guardando el archivo Excel +workbook.Save(u"book1.xls"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Shape](../shape/) +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/chartshape/chartshape/_index.md b/spanish/cpp/aspose.cells.drawing/chartshape/chartshape/_index.md new file mode 100644 index 00000000000..b745897907b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/chartshape/chartshape/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::ChartShape::ChartShape constructor +linktitle: ChartShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ChartShape::ChartShape constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/chartshape/chartshape/ +--- +## ChartShape::ChartShape(ChartShape_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::ChartShape::ChartShape(ChartShape_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## ChartShape::ChartShape(const ChartShape\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::ChartShape::ChartShape(const ChartShape &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartShape](../) +* Class [ChartShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## ChartShape::ChartShape(const Shape\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::ChartShape::ChartShape(const Shape &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../../shape/) +* Class [ChartShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/chartshape/getchart/_index.md b/spanish/cpp/aspose.cells.drawing/chartshape/getchart/_index.md new file mode 100644 index 00000000000..4635e5bbbc5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/chartshape/getchart/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ChartShape::GetChart method +linktitle: GetChart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ChartShape::GetChart method. Returns a Chart object that represents the chart contained in the object in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/chartshape/getchart/ +--- +## ChartShape::GetChart method + + +Returns a Chart object that represents the chart contained in the object. + +```cpp +Chart Aspose::Cells::Drawing::ChartShape::GetChart() +``` + +## See Also + +* Class [Chart](../../../aspose.cells.charts/chart/) +* Class [ChartShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/chartshape/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/chartshape/isnull/_index.md new file mode 100644 index 00000000000..88e8216efd4 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/chartshape/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::ChartShape::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ChartShape::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/chartshape/isnull/ +--- +## ChartShape::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::ChartShape::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/chartshape/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/chartshape/operator_asm/_index.md new file mode 100644 index 00000000000..e90ac61bea7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/chartshape/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ChartShape::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ChartShape::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/chartshape/operator_asm/ +--- +## ChartShape::operator= method + + +operator= + +```cpp +ChartShape & Aspose::Cells::Drawing::ChartShape::operator=(const ChartShape &src) +``` + +## See Also + +* Class [ChartShape](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ChartShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/chartshape/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/chartshape/operator_bool/_index.md new file mode 100644 index 00000000000..4959254ae1d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/chartshape/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ChartShape::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ChartShape::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/chartshape/operator_bool/ +--- +## ChartShape::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::ChartShape::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ChartShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/chartshape/~chartshape/_index.md b/spanish/cpp/aspose.cells.drawing/chartshape/~chartshape/_index.md new file mode 100644 index 00000000000..bf4ce8f01ab --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/chartshape/~chartshape/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ChartShape::~ChartShape method +linktitle: ~ChartShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ChartShape::~ChartShape method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/chartshape/~chartshape/ +--- +## ChartShape::~ChartShape method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::ChartShape::~ChartShape() +``` + +## See Also + +* Class [ChartShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/checkbox/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/checkbox/_impl/_index.md new file mode 100644 index 00000000000..a8a338d659e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/checkbox/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::CheckBox::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CheckBox::_impl field. The implementation object in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing/checkbox/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +CheckBox_Impl* Aspose::Cells::Drawing::CheckBox::_impl +``` + +## See Also + +* Class [CheckBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/checkbox/_index.md b/spanish/cpp/aspose.cells.drawing/checkbox/_index.md new file mode 100644 index 00000000000..0ab4bf1b44f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/checkbox/_index.md @@ -0,0 +1,274 @@ +--- +title: Aspose::Cells::Drawing::CheckBox class +linktitle: CheckBox +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CheckBox class. Represents a check box object in a worksheet in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing/checkbox/ +--- +## CheckBox class + + +Represents a check box object in a worksheet. + +```cpp +class CheckBox : public Aspose::Cells::Drawing::Shape +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddHyperlink(const U16String\& address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AddHyperlink(const char16_t* address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AlignTopRightCorner(int32_t topRow, int32_t rightColumn)](../shape/aligntoprightcorner/) | Moves the picture to the top-right corner. | +| [CalculateTextSize()](../shape/calculatetextsize/) | Recalculate the text area. | +| [Characters(int32_t startIndex, int32_t length)](../shape/characters/) | Returns a Characters object that represents a range of characters within the text. | +| [CheckBox(CheckBox_Impl* impl)](./checkbox/) | Constructs from an implementation object. | +| [CheckBox(const CheckBox\& src)](./checkbox/) | Copy constructor. | +| [CheckBox(const Shape\& src)](./checkbox/) | Constructs from a parent object. | +| [FitToTextSize()](../shape/fittotextsize/) | Recalculate a text area suitable for displaying all text content. | +| [FormatCharacters(int32_t startIndex, int32_t length, const Aspose::Cells::Font\& font, const StyleFlag\& flag)](../shape/formatcharacters/) | Formats some characters with the font setting. | +| [GetActiveXControl()](../shape/getactivexcontrol/) | Gets the ActiveX control. | +| [GetActualBox()](../shape/getactualbox/) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [GetActualLowerRightRow()](../shape/getactuallowerrightrow/) | Get the actual bottom row. | +| [GetAlternativeText()](../shape/getalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [GetAnchorType()](../shape/getanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [GetAutoShapeType()](../shape/getautoshapetype/) | Gets and sets the auto shape type. | +| [GetBottom()](../shape/getbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [GetCheckedValue()](./getcheckedvalue/) | Gets or set checkbox' value. | +| [GetConnectionPoints()](../shape/getconnectionpoints/) | Get the connection points. | +| [GetControlData()](../shape/getcontroldata/) | Gets the data of control. | +| [GetCreateId(UUID\& uuid)](../shape/getcreateid/) | Gets and sets create id for this shape. | +| [GetFill()](../shape/getfill/) | Returns a [FillFormat](../fillformat/) object that contains fill formatting properties for the specified shape. | +| [GetFont()](../shape/getfont/) | Represents the font of shape. | +| [GetFormatPicture()](../shape/getformatpicture/) | Gets and sets the options of the picture format. | +| [GetGeometry()](../shape/getgeometry/) | Gets the geometry. | +| [GetGlow()](../shape/getglow/) | Represents a [GlowEffect](../gloweffect/) object that specifies glow effect for the chart element or shape. | +| [GetGroup()](../shape/getgroup/) | Gets the group shape which contains this shape. | +| [GetHasLine()](../shape/gethasline/) | Gets and sets the line border of the shape is visible. | +| [GetHeight()](../shape/getheight/) | Represents the height of shape, in unit of pixel. | +| [GetHeightCM()](../shape/getheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [GetHeightInch()](../shape/getheightinch/) | Represents the height of the shape, in unit of inches. | +| [GetHeightInShape()](../shape/getheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [GetHeightPt()](../shape/getheightpt/) | Represents the height of the shape, in unit of points. | +| [GetHeightScale()](../shape/getheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [GetHtmlText()](../shape/gethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [GetHyperlink()](../shape/gethyperlink/) | Gets the hyperlink of the shape. | +| [GetId()](../shape/getid/) | Gets the identifier of this shape. | +| [GetInputRange()](../shape/getinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [GetInputRange(bool isR1C1, bool isLocal)](../shape/getinputrange/) | Gets the range used to fill the control. | +| [GetLeft()](../shape/getleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [GetLeftCM()](../shape/getleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [GetLeftInch()](../shape/getleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [GetLeftInShape()](../shape/getleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [GetLeftToCorner()](../shape/getlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [GetLine()](../shape/getline/) | Gets line style. | +| [GetLinkedCell()](../shape/getlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [GetLinkedCell(bool isR1C1, bool isLocal)](../shape/getlinkedcell/) | Gets the range linked to the control's value. | +| [GetLockedProperty(ShapeLockType type)](../shape/getlockedproperty/) | Gets the value of locked property. | +| [GetLowerDeltaX()](../shape/getlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [GetLowerDeltaY()](../shape/getlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [GetLowerRightColumn()](../shape/getlowerrightcolumn/) | Represents lower right corner column index. | +| [GetLowerRightRow()](../shape/getlowerrightrow/) | Represents lower right corner row index. | +| [GetMacroName()](../shape/getmacroname/) | Gets and sets the name of macro. | +| [GetMsoDrawingType()](../shape/getmsodrawingtype/) | Gets drawing type. | +| [GetName()](../shape/getname/) | Gets and sets the name of the shape. | +| [GetPaths()](../shape/getpaths/) | Gets the paths of a custom geometric shape. | +| [GetPlacement()](../shape/getplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [GetReflection()](../shape/getreflection/) | Represents a [ReflectionEffect](../reflectioneffect/) object that specifies reflection effect for the chart element or shape. | +| [GetRelativeToOriginalPictureSize()](../shape/getrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [GetResultOfSmartArt()](../shape/getresultofsmartart/) | Converting smart art to grouped shapes. | +| [GetRichFormattings()](../shape/getrichformattings/) | Returns all Characters objects that represents a range of characters within the text . | +| [GetRight()](../shape/getright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [GetRotationAngle()](../shape/getrotationangle/) | Gets and sets the rotation of the shape. | +| [GetShadow()](./getshadow/) | Indicates whether the combobox has 3-D shading. | +| [GetShadowEffect()](../shape/getshadoweffect/) | Represents a [Drawing.ShadowEffect](../shadoweffect/) object that specifies shadow effect for the chart element or shape. | +| [GetSoftEdges()](../shape/getsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [GetSpid()](../shape/getspid/) | Specifies an optional string identifier that an application can use to identify the particular shape. | +| [GetSpt()](../shape/getspt/) | Specifies an optional number that an application can use to associate the particular shape with a defined shape type. | +| [GetText()](../shape/gettext/) | Gets and sets the text of this shape. | +| [GetTextBody()](../shape/gettextbody/) | Gets and sets the setting of the shape's text. | +| [GetTextBoxOptions()](../shape/gettextboxoptions/) | Gets the text information in the shape. | +| [GetTextDirection()](../shape/gettextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [GetTextEffect()](../shape/gettexteffect/) | Returns a [TextEffectFormat](../texteffectformat/) object that contains text-effect formatting properties for the specified shape. Applies to [Shape](../shape/) objects that represent WordArt. | +| [GetTextHorizontalAlignment()](../shape/gettexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [GetTextHorizontalOverflow()](../shape/gettexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [GetTextOptions()](../shape/gettextoptions/) | Represents the text options of the shape. | +| [GetTextOrientationType()](../shape/gettextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [GetTextShapeType()](../shape/gettextshapetype/) | Gets and sets the preset text shape type. | +| [GetTextVerticalAlignment()](../shape/gettextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [GetTextVerticalOverflow()](../shape/gettextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [GetThreeDFormat()](../shape/getthreedformat/) | Gets and sets 3d format of the shape. | +| [GetTitle()](../shape/gettitle/) | Specifies the title (caption) of the current shape object. | +| [GetTop()](../shape/gettop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [GetTopCM()](../shape/gettopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [GetTopInch()](../shape/gettopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [GetTopInShape()](../shape/gettopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [GetTopToCorner()](../shape/gettoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [GetType()](../shape/gettype/) | Gets the auto shape type. | +| [GetUpperDeltaX()](../shape/getupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [GetUpperDeltaY()](../shape/getupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [GetUpperLeftColumn()](../shape/getupperleftcolumn/) | Represents upper left corner column index. | +| [GetUpperLeftRow()](../shape/getupperleftrow/) | Represents the top row index. | +| [GetValue()](./getvalue/) | Indicates if the checkbox is checked or not. | +| [GetWidth()](../shape/getwidth/) | Represents the width of shape, in unit of pixels. | +| [GetWidthCM()](../shape/getwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [GetWidthInch()](../shape/getwidthinch/) | Represents the width of the shape, in unit of inch. | +| [GetWidthInShape()](../shape/getwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [GetWidthPt()](../shape/getwidthpt/) | Represents the width of the shape, in unit of point. | +| [GetWidthScale()](../shape/getwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [GetWorksheet()](../shape/getworksheet/) | Gets the [Worksheet](../../aspose.cells/worksheet/) object which contains this shape. | +| [GetX()](../shape/getx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [GetY()](../shape/gety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [GetZOrderPosition()](../shape/getzorderposition/) | Returns the position of a shape in the z-order. | +| [IsAspectRatioLocked()](../shape/isaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [IsDecorative()](../shape/isdecorative/) | Indicates whether the object is decorative. | +| [IsEquation()](../shape/isequation/) | Indicates whether the shape only contains an equation. | +| [IsFilled()](../shape/isfilled/) | Indicates whether the fill format is visible. | +| [IsFlippedHorizontally()](../shape/isflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [IsFlippedVertically()](../shape/isflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [IsGroup()](../shape/isgroup/) | Indicates whether this shape is a group shape. | +| [IsHidden()](../shape/ishidden/) | Indicates whether the object is visible. | +| [IsInGroup()](../shape/isingroup/) | Indicates whether the shape is grouped. | +| [IsLockAspectRatio()](../shape/islockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [IsLocked()](../shape/islocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsPrintable()](../shape/isprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [IsRichText()](../shape/isrichtext/) | Whether or not the text is rich text. | +| [IsSameSetting(const Aspose::Cells::Object\& obj)](../shape/issamesetting/) | Returns whether the shape is same. | +| [IsSmartArt()](../shape/issmartart/) | Indicates whether the shape is a smart art. | +| [IsTextWrapped()](../shape/istextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [IsWordArt()](../shape/iswordart/) | Indicates whether this shape is a word art. | +| [MoveToRange(int32_t topRow, int32_t leftColumn, int32_t bottomRow, int32_t rightColumn)](../shape/movetorange/) | Moves the shape to a specified range. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const CheckBox\& src)](./operator_asm/) | operator= | +| [operator=(const Shape\& src)](../shape/operator_asm/) | operator= | +| [RemoveActiveXControl()](../shape/removeactivexcontrol/) | Remove activeX control. | +| [RemoveHyperlink()](../shape/removehyperlink/) | Removes the hyperlink of the shape. | +| [SetAlternativeText(const U16String\& value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAlternativeText(const char16_t* value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAnchorType(ShapeAnchorType value)](../shape/setanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [SetAutoShapeType(AutoShapeType value)](../shape/setautoshapetype/) | Gets and sets the auto shape type. | +| [SetBottom(int32_t value)](../shape/setbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [SetCheckedValue(CheckValueType value)](./setcheckedvalue/) | Gets or set checkbox' value. | +| [SetCreateId(const UUID\& value)](../shape/setcreateid/) | Gets and sets create id for this shape. | +| [SetFont(const Aspose::Cells::Font\& value)](../shape/setfont/) | Represents the font of shape. | +| [SetHasLine(bool value)](../shape/sethasline/) | Gets and sets the line border of the shape is visible. | +| [SetHeight(int32_t value)](../shape/setheight/) | Represents the height of shape, in unit of pixel. | +| [SetHeightCM(double value)](../shape/setheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [SetHeightInch(double value)](../shape/setheightinch/) | Represents the height of the shape, in unit of inches. | +| [SetHeightInShape(int32_t value)](../shape/setheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [SetHeightPt(double value)](../shape/setheightpt/) | Represents the height of the shape, in unit of points. | +| [SetHeightScale(int32_t value)](../shape/setheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [SetHtmlText(const U16String\& value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetHtmlText(const char16_t* value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetInputRange(const U16String\& value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const char16_t* value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetInputRange(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetIsAspectRatioLocked(bool value)](../shape/setisaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [SetIsDecorative(bool value)](../shape/setisdecorative/) | Indicates whether the object is decorative. | +| [SetIsFilled(bool value)](../shape/setisfilled/) | Indicates whether the fill format is visible. | +| [SetIsFlippedHorizontally(bool value)](../shape/setisflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [SetIsFlippedVertically(bool value)](../shape/setisflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [SetIsHidden(bool value)](../shape/setishidden/) | Indicates whether the object is visible. | +| [SetIsLockAspectRatio(bool value)](../shape/setislockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [SetIsLocked(bool value)](../shape/setislocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [SetIsPrintable(bool value)](../shape/setisprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [SetIsTextWrapped(bool value)](../shape/setistextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [SetLeft(int32_t value)](../shape/setleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [SetLeftCM(double value)](../shape/setleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [SetLeftInch(double value)](../shape/setleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [SetLeftInShape(int32_t value)](../shape/setleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [SetLeftToCorner(int32_t value)](../shape/setlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [SetLinkedCell(const U16String\& value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const char16_t* value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLinkedCell(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLockedProperty(ShapeLockType type, bool value)](../shape/setlockedproperty/) | Set the locked property. | +| [SetLowerDeltaX(int32_t value)](../shape/setlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [SetLowerDeltaY(int32_t value)](../shape/setlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [SetLowerRightColumn(int32_t value)](../shape/setlowerrightcolumn/) | Represents lower right corner column index. | +| [SetLowerRightRow(int32_t value)](../shape/setlowerrightrow/) | Represents lower right corner row index. | +| [SetMacroName(const U16String\& value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetMacroName(const char16_t* value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetName(const U16String\& value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetName(const char16_t* value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetPlacement(PlacementType value)](../shape/setplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [SetRelativeToOriginalPictureSize(bool value)](../shape/setrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [SetRight(int32_t value)](../shape/setright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [SetRotationAngle(double value)](../shape/setrotationangle/) | Gets and sets the rotation of the shape. | +| [SetShadow(bool value)](./setshadow/) | Indicates whether the combobox has 3-D shading. | +| [SetSoftEdges(double value)](../shape/setsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [SetText(const U16String\& value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetText(const char16_t* value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetTextDirection(TextDirectionType value)](../shape/settextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [SetTextHorizontalAlignment(TextAlignmentType value)](../shape/settexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [SetTextHorizontalOverflow(TextOverflowType value)](../shape/settexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [SetTextOptions(const TextOptions\& value)](../shape/settextoptions/) | Represents the text options of the shape. | +| [SetTextOrientationType(TextOrientationType value)](../shape/settextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [SetTextShapeType(AutoShapeType value)](../shape/settextshapetype/) | Gets and sets the preset text shape type. | +| [SetTextVerticalAlignment(TextAlignmentType value)](../shape/settextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [SetTextVerticalOverflow(TextOverflowType value)](../shape/settextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [SetTitle(const U16String\& value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTitle(const char16_t* value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTop(int32_t value)](../shape/settop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [SetTopCM(double value)](../shape/settopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [SetTopInch(double value)](../shape/settopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [SetTopInShape(int32_t value)](../shape/settopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [SetTopToCorner(int32_t value)](../shape/settoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [SetUpperDeltaX(int32_t value)](../shape/setupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [SetUpperDeltaY(int32_t value)](../shape/setupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [SetUpperLeftColumn(int32_t value)](../shape/setupperleftcolumn/) | Represents upper left corner column index. | +| [SetUpperLeftRow(int32_t value)](../shape/setupperleftrow/) | Represents the top row index. | +| [SetValue(bool value)](./setvalue/) | Indicates if the checkbox is checked or not. | +| [SetWidth(int32_t value)](../shape/setwidth/) | Represents the width of shape, in unit of pixels. | +| [SetWidthCM(double value)](../shape/setwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [SetWidthInch(double value)](../shape/setwidthinch/) | Represents the width of the shape, in unit of inch. | +| [SetWidthInShape(int32_t value)](../shape/setwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [SetWidthPt(double value)](../shape/setwidthpt/) | Represents the width of the shape, in unit of point. | +| [SetWidthScale(int32_t value)](../shape/setwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [SetX(int32_t value)](../shape/setx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [SetY(int32_t value)](../shape/sety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [SetZOrderPosition(int32_t value)](../shape/setzorderposition/) | Returns the position of a shape in the z-order. | +| [Shape(Shape_Impl* impl)](../shape/shape/) | Constructs from an implementation object. | +| [Shape(const Shape\& src)](../shape/shape/) | Copy constructor. | +| [ToFrontOrBack(int32_t orders)](../shape/tofrontorback/) | Brings the shape to the front or sends the shape to back. | +| [ToImage(Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. | +| [ToImage(const U16String\& imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const char16_t* imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a stream. | +| [UpdateSelectedValue()](../shape/updateselectedvalue/) | Update the selected value by the value of the linked cell. | +| [~CheckBox()](./~checkbox/) | Destructor. | +| [~Shape()](../shape/~shape/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciar un nuevo Workbook. +Workbook excel; + +int index = excel.GetWorksheets().Get(0).GetCheckBoxes().Add(15, 15, 20, 100); +CheckBox checkBox = excel.GetWorksheets().Get(0).GetCheckBoxes().Get(index); +checkBox.SetText(u"Check Box 1"); + +//Guarde el archivo de Excel. +excel.Save(u"checkBox.xlsx"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Shape](../shape/) +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/checkbox/checkbox/_index.md b/spanish/cpp/aspose.cells.drawing/checkbox/checkbox/_index.md new file mode 100644 index 00000000000..7a2b6949a6f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/checkbox/checkbox/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::CheckBox::CheckBox constructor +linktitle: CheckBox +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CheckBox::CheckBox constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/checkbox/checkbox/ +--- +## CheckBox::CheckBox(CheckBox_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::CheckBox::CheckBox(CheckBox_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CheckBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## CheckBox::CheckBox(const CheckBox\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::CheckBox::CheckBox(const CheckBox &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CheckBox](../) +* Class [CheckBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## CheckBox::CheckBox(const Shape\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::CheckBox::CheckBox(const Shape &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../../shape/) +* Class [CheckBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/checkbox/getcheckedvalue/_index.md b/spanish/cpp/aspose.cells.drawing/checkbox/getcheckedvalue/_index.md new file mode 100644 index 00000000000..c571a4080fa --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/checkbox/getcheckedvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::CheckBox::GetCheckedValue method +linktitle: GetCheckedValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CheckBox::GetCheckedValue method. Gets or set checkbox'' value in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/checkbox/getcheckedvalue/ +--- +## CheckBox::GetCheckedValue method + + +Gets or set checkbox' value. + +```cpp +CheckValueType Aspose::Cells::Drawing::CheckBox::GetCheckedValue() +``` + +## See Also + +* Enum [CheckValueType](../../checkvaluetype/) +* Class [CheckBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/checkbox/getshadow/_index.md b/spanish/cpp/aspose.cells.drawing/checkbox/getshadow/_index.md new file mode 100644 index 00000000000..03c4c29f998 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/checkbox/getshadow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::CheckBox::GetShadow method +linktitle: GetShadow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CheckBox::GetShadow method. Indicates whether the combobox has 3-D shading in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing/checkbox/getshadow/ +--- +## CheckBox::GetShadow method + + +Indicates whether the combobox has 3-D shading. + +```cpp +bool Aspose::Cells::Drawing::CheckBox::GetShadow() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CheckBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/checkbox/getvalue/_index.md b/spanish/cpp/aspose.cells.drawing/checkbox/getvalue/_index.md new file mode 100644 index 00000000000..7842cb3e9ea --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/checkbox/getvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::CheckBox::GetValue method +linktitle: GetValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CheckBox::GetValue method. Indicates if the checkbox is checked or not in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/checkbox/getvalue/ +--- +## CheckBox::GetValue method + + +Indicates if the checkbox is checked or not. + +```cpp +bool Aspose::Cells::Drawing::CheckBox::GetValue() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CheckBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/checkbox/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/checkbox/isnull/_index.md new file mode 100644 index 00000000000..7e766c90a70 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/checkbox/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::CheckBox::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CheckBox::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/checkbox/isnull/ +--- +## CheckBox::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::CheckBox::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CheckBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/checkbox/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/checkbox/operator_asm/_index.md new file mode 100644 index 00000000000..8bcad908e56 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/checkbox/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::CheckBox::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CheckBox::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/checkbox/operator_asm/ +--- +## CheckBox::operator= method + + +operator= + +```cpp +CheckBox & Aspose::Cells::Drawing::CheckBox::operator=(const CheckBox &src) +``` + +## See Also + +* Class [CheckBox](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [CheckBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/checkbox/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/checkbox/operator_bool/_index.md new file mode 100644 index 00000000000..cf7470b50e3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/checkbox/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::CheckBox::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CheckBox::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/checkbox/operator_bool/ +--- +## CheckBox::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::CheckBox::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [CheckBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/checkbox/setcheckedvalue/_index.md b/spanish/cpp/aspose.cells.drawing/checkbox/setcheckedvalue/_index.md new file mode 100644 index 00000000000..a5889381203 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/checkbox/setcheckedvalue/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::CheckBox::SetCheckedValue method +linktitle: SetCheckedValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CheckBox::SetCheckedValue method. Gets or set checkbox'' value in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing/checkbox/setcheckedvalue/ +--- +## CheckBox::SetCheckedValue method + + +Gets or set checkbox' value. + +```cpp +void Aspose::Cells::Drawing::CheckBox::SetCheckedValue(CheckValueType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [CheckValueType](../../checkvaluetype/) +* Class [CheckBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/checkbox/setshadow/_index.md b/spanish/cpp/aspose.cells.drawing/checkbox/setshadow/_index.md new file mode 100644 index 00000000000..5cdceb3e378 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/checkbox/setshadow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::CheckBox::SetShadow method +linktitle: SetShadow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CheckBox::SetShadow method. Indicates whether the combobox has 3-D shading in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing/checkbox/setshadow/ +--- +## CheckBox::SetShadow method + + +Indicates whether the combobox has 3-D shading. + +```cpp +void Aspose::Cells::Drawing::CheckBox::SetShadow(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CheckBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/checkbox/setvalue/_index.md b/spanish/cpp/aspose.cells.drawing/checkbox/setvalue/_index.md new file mode 100644 index 00000000000..a7eeb126c6f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/checkbox/setvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::CheckBox::SetValue method +linktitle: SetValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CheckBox::SetValue method. Indicates if the checkbox is checked or not in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/checkbox/setvalue/ +--- +## CheckBox::SetValue method + + +Indicates if the checkbox is checked or not. + +```cpp +void Aspose::Cells::Drawing::CheckBox::SetValue(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CheckBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/checkbox/~checkbox/_index.md b/spanish/cpp/aspose.cells.drawing/checkbox/~checkbox/_index.md new file mode 100644 index 00000000000..75f821926d4 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/checkbox/~checkbox/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::CheckBox::~CheckBox method +linktitle: ~CheckBox +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CheckBox::~CheckBox method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/checkbox/~checkbox/ +--- +## CheckBox::~CheckBox method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::CheckBox::~CheckBox() +``` + +## See Also + +* Class [CheckBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/checkboxcollection/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/checkboxcollection/_impl/_index.md new file mode 100644 index 00000000000..5911461de7c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/checkboxcollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::CheckBoxCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CheckBoxCollection::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing/checkboxcollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +CheckBoxCollection_Impl* Aspose::Cells::Drawing::CheckBoxCollection::_impl +``` + +## See Also + +* Class [CheckBoxCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/checkboxcollection/_index.md b/spanish/cpp/aspose.cells.drawing/checkboxcollection/_index.md new file mode 100644 index 00000000000..e2ff6fb6cbb --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/checkboxcollection/_index.md @@ -0,0 +1,60 @@ +--- +title: Aspose::Cells::Drawing::CheckBoxCollection class +linktitle: CheckBoxCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CheckBoxCollection class. Represents a collection of CheckBox objects in a worksheet in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing/checkboxcollection/ +--- +## CheckBoxCollection class + + +Represents a collection of [CheckBox](../checkbox/) objects in a worksheet. + +```cpp +class CheckBoxCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add(int32_t topRow, int32_t leftColumn, int32_t height, int32_t width)](./add/) | Adds a checkBox to the collection. | +| [CheckBoxCollection(CheckBoxCollection_Impl* impl)](./checkboxcollection/) | Constructs from an implementation object. | +| [CheckBoxCollection(const CheckBoxCollection\& src)](./checkboxcollection/) | Copy constructor. | +| [Get(int32_t index)](./get/) | Gets the [CheckBox](../checkbox/) element at the specified index. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const CheckBoxCollection\& src)](./operator_asm/) | operator= | +| [~CheckBoxCollection()](./~checkboxcollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Crear un nuevo Libro de trabajo. +Workbook workbook; + +//Obtener la primera hoja de cálculo del libro de trabajo. +Worksheet sheet = workbook.GetWorksheets().Get(0); + +int index = sheet.GetCheckBoxes().Add(15, 15, 20, 100); +CheckBox checkBox = sheet.GetCheckBoxes().Get(index); +checkBox.SetText(u"Check Box 1"); + + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/checkboxcollection/add/_index.md b/spanish/cpp/aspose.cells.drawing/checkboxcollection/add/_index.md new file mode 100644 index 00000000000..5c17808f5a0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/checkboxcollection/add/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Drawing::CheckBoxCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CheckBoxCollection::Add method. Adds a checkBox to the collection in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/checkboxcollection/add/ +--- +## CheckBoxCollection::Add method + + +Adds a checkBox to the collection. + +```cpp +int32_t Aspose::Cells::Drawing::CheckBoxCollection::Add(int32_t topRow, int32_t leftColumn, int32_t height, int32_t width) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| topRow | int32_t | Upper left row index. | +| leftColumn | int32_t | Upper left column index. | +| height | int32_t | Height of checkBox, in unit of pixel. | +| width | int32_t | Width of checkBox, in unit of pixel. | + +## ReturnValue + +[CheckBox](../../checkbox/) object index. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CheckBoxCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/checkboxcollection/checkboxcollection/_index.md b/spanish/cpp/aspose.cells.drawing/checkboxcollection/checkboxcollection/_index.md new file mode 100644 index 00000000000..21a58fa0872 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/checkboxcollection/checkboxcollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::CheckBoxCollection::CheckBoxCollection constructor +linktitle: CheckBoxCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CheckBoxCollection::CheckBoxCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/checkboxcollection/checkboxcollection/ +--- +## CheckBoxCollection::CheckBoxCollection(CheckBoxCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::CheckBoxCollection::CheckBoxCollection(CheckBoxCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CheckBoxCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## CheckBoxCollection::CheckBoxCollection(const CheckBoxCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::CheckBoxCollection::CheckBoxCollection(const CheckBoxCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CheckBoxCollection](../) +* Class [CheckBoxCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/checkboxcollection/get/_index.md b/spanish/cpp/aspose.cells.drawing/checkboxcollection/get/_index.md new file mode 100644 index 00000000000..20dc4a9d0b7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/checkboxcollection/get/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::CheckBoxCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CheckBoxCollection::Get method. Gets the CheckBox element at the specified index in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/checkboxcollection/get/ +--- +## CheckBoxCollection::Get method + + +Gets the [CheckBox](../../checkbox/) element at the specified index. + +```cpp +CheckBox Aspose::Cells::Drawing::CheckBoxCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The zero based index of the element. | + +## ReturnValue + +The element at the specified index. + +## See Also + +* Class [CheckBox](../../checkbox/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [CheckBoxCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/checkboxcollection/getcount/_index.md b/spanish/cpp/aspose.cells.drawing/checkboxcollection/getcount/_index.md new file mode 100644 index 00000000000..0f8c153f106 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/checkboxcollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::CheckBoxCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::Drawing::CheckBoxCollection class in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/checkboxcollection/getcount/ +--- +## CheckBoxCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::Drawing::CheckBoxCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CheckBoxCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/checkboxcollection/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/checkboxcollection/isnull/_index.md new file mode 100644 index 00000000000..7ad19f704bc --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/checkboxcollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::CheckBoxCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CheckBoxCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/checkboxcollection/isnull/ +--- +## CheckBoxCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::CheckBoxCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CheckBoxCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/checkboxcollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/checkboxcollection/operator_asm/_index.md new file mode 100644 index 00000000000..059aee58a6c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/checkboxcollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::CheckBoxCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CheckBoxCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/checkboxcollection/operator_asm/ +--- +## CheckBoxCollection::operator= method + + +operator= + +```cpp +CheckBoxCollection & Aspose::Cells::Drawing::CheckBoxCollection::operator=(const CheckBoxCollection &src) +``` + +## See Also + +* Class [CheckBoxCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [CheckBoxCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/checkboxcollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/checkboxcollection/operator_bool/_index.md new file mode 100644 index 00000000000..48e20b80c66 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/checkboxcollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::CheckBoxCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CheckBoxCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/checkboxcollection/operator_bool/ +--- +## CheckBoxCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::CheckBoxCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [CheckBoxCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/checkboxcollection/~checkboxcollection/_index.md b/spanish/cpp/aspose.cells.drawing/checkboxcollection/~checkboxcollection/_index.md new file mode 100644 index 00000000000..71295c70b04 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/checkboxcollection/~checkboxcollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::CheckBoxCollection::~CheckBoxCollection method +linktitle: ~CheckBoxCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CheckBoxCollection::~CheckBoxCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/checkboxcollection/~checkboxcollection/ +--- +## CheckBoxCollection::~CheckBoxCollection method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::CheckBoxCollection::~CheckBoxCollection() +``` + +## See Also + +* Class [CheckBoxCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/checkvaluetype/_index.md b/spanish/cpp/aspose.cells.drawing/checkvaluetype/_index.md new file mode 100644 index 00000000000..3be039151ee --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/checkvaluetype/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Drawing::CheckValueType enum +linktitle: CheckValueType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CheckValueType enum. Represents the check value type of the check box in C++.' +type: docs +weight: 7900 +url: /es/cpp/aspose.cells.drawing/checkvaluetype/ +--- +## CheckValueType enum + + +Represents the check value type of the check box. + +```cpp +enum class CheckValueType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| UnChecked | 0 |
UnChecked. | +| Checked | 1 |
Checked. | +| Mixed | 2 |
Mixed. | + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/colorhelper/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/colorhelper/_impl/_index.md new file mode 100644 index 00000000000..14e81a8f986 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/colorhelper/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ColorHelper::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ColorHelper::_impl field. The implementation object in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/colorhelper/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ColorHelper_Impl* Aspose::Cells::Drawing::ColorHelper::_impl +``` + +## See Also + +* Class [ColorHelper](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/colorhelper/_index.md b/spanish/cpp/aspose.cells.drawing/colorhelper/_index.md new file mode 100644 index 00000000000..161f0e58fac --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/colorhelper/_index.md @@ -0,0 +1,39 @@ +--- +title: Aspose::Cells::Drawing::ColorHelper class +linktitle: ColorHelper +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ColorHelper class. Provides helper functions about color in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing/colorhelper/ +--- +## ColorHelper class + + +Provides helper functions about color. + +```cpp +class ColorHelper +``` + +## Methods + +| Method | Description | +| --- | --- | +| [ColorHelper(ColorHelper_Impl* impl)](./colorhelper/) | Constructs from an implementation object. | +| [ColorHelper(const ColorHelper\& src)](./colorhelper/) | Copy constructor. | +| static [FromOleColor(int32_t oleColor)](./fromolecolor/) | Convert OLE_COLOR. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ColorHelper\& src)](./operator_asm/) | operator= | +| static [ToOleColor(const Aspose::Cells::Color\& color, const Workbook\& workbook)](./toolecolor/) | Convert color to OLE_COLOR. | +| [~ColorHelper()](./~colorhelper/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/colorhelper/colorhelper/_index.md b/spanish/cpp/aspose.cells.drawing/colorhelper/colorhelper/_index.md new file mode 100644 index 00000000000..651894b7c96 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/colorhelper/colorhelper/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::ColorHelper::ColorHelper constructor +linktitle: ColorHelper +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ColorHelper::ColorHelper constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/colorhelper/colorhelper/ +--- +## ColorHelper::ColorHelper(ColorHelper_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::ColorHelper::ColorHelper(ColorHelper_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ColorHelper](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## ColorHelper::ColorHelper(const ColorHelper\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::ColorHelper::ColorHelper(const ColorHelper &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ColorHelper](../) +* Class [ColorHelper](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/colorhelper/fromolecolor/_index.md b/spanish/cpp/aspose.cells.drawing/colorhelper/fromolecolor/_index.md new file mode 100644 index 00000000000..0742c9b09dc --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/colorhelper/fromolecolor/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::ColorHelper::FromOleColor method +linktitle: FromOleColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ColorHelper::FromOleColor method. Convert OLE_COLOR in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/colorhelper/fromolecolor/ +--- +## ColorHelper::FromOleColor method + + +Convert OLE_COLOR. + +```cpp +static Aspose::Cells::Color Aspose::Cells::Drawing::ColorHelper::FromOleColor(int32_t oleColor) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| oleColor | int32_t | The value of OLE_COLOR. | + +## ReturnValue + +The [Color](../../../aspose.cells/color/) object. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ColorHelper](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/colorhelper/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/colorhelper/isnull/_index.md new file mode 100644 index 00000000000..4ed13464f43 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/colorhelper/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::ColorHelper::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ColorHelper::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/colorhelper/isnull/ +--- +## ColorHelper::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::ColorHelper::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ColorHelper](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/colorhelper/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/colorhelper/operator_asm/_index.md new file mode 100644 index 00000000000..cac648ccbfc --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/colorhelper/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ColorHelper::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ColorHelper::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/colorhelper/operator_asm/ +--- +## ColorHelper::operator= method + + +operator= + +```cpp +ColorHelper & Aspose::Cells::Drawing::ColorHelper::operator=(const ColorHelper &src) +``` + +## See Also + +* Class [ColorHelper](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ColorHelper](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/colorhelper/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/colorhelper/operator_bool/_index.md new file mode 100644 index 00000000000..16c23ab4962 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/colorhelper/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ColorHelper::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ColorHelper::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/colorhelper/operator_bool/ +--- +## ColorHelper::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::ColorHelper::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ColorHelper](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/colorhelper/toolecolor/_index.md b/spanish/cpp/aspose.cells.drawing/colorhelper/toolecolor/_index.md new file mode 100644 index 00000000000..eb2bae587e7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/colorhelper/toolecolor/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::ColorHelper::ToOleColor method +linktitle: ToOleColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ColorHelper::ToOleColor method. Convert color to OLE_COLOR in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/colorhelper/toolecolor/ +--- +## ColorHelper::ToOleColor method + + +Convert color to OLE_COLOR. + +```cpp +static int32_t Aspose::Cells::Drawing::ColorHelper::ToOleColor(const Aspose::Cells::Color &color, const Workbook &workbook) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| color | const Aspose::Cells::Color\& | The [Color](../../../aspose.cells/color/) object. | +| workbook | const Workbook\& | | + +## ReturnValue + +The value of OLE_COLOR + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Workbook](../../../aspose.cells/workbook/) +* Class [ColorHelper](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/colorhelper/~colorhelper/_index.md b/spanish/cpp/aspose.cells.drawing/colorhelper/~colorhelper/_index.md new file mode 100644 index 00000000000..282f7cec843 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/colorhelper/~colorhelper/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ColorHelper::~ColorHelper method +linktitle: ~ColorHelper +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ColorHelper::~ColorHelper method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/colorhelper/~colorhelper/ +--- +## ColorHelper::~ColorHelper method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::ColorHelper::~ColorHelper() +``` + +## See Also + +* Class [ColorHelper](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/combobox/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/combobox/_impl/_index.md new file mode 100644 index 00000000000..f6f1cf5d192 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/combobox/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ComboBox::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ComboBox::_impl field. The implementation object in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing/combobox/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ComboBox_Impl* Aspose::Cells::Drawing::ComboBox::_impl +``` + +## See Also + +* Class [ComboBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/combobox/_index.md b/spanish/cpp/aspose.cells.drawing/combobox/_index.md new file mode 100644 index 00000000000..500c910b468 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/combobox/_index.md @@ -0,0 +1,314 @@ +--- +title: Aspose::Cells::Drawing::ComboBox class +linktitle: ComboBox +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ComboBox class. Represents the control form ComboBox in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing/combobox/ +--- +## ComboBox class + + +Represents the control form [ComboBox](./). + +```cpp +class ComboBox : public Aspose::Cells::Drawing::Shape +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddHyperlink(const U16String\& address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AddHyperlink(const char16_t* address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AlignTopRightCorner(int32_t topRow, int32_t rightColumn)](../shape/aligntoprightcorner/) | Moves the picture to the top-right corner. | +| [CalculateTextSize()](../shape/calculatetextsize/) | Recalculate the text area. | +| [Characters(int32_t startIndex, int32_t length)](../shape/characters/) | Returns a Characters object that represents a range of characters within the text. | +| [ComboBox(ComboBox_Impl* impl)](./combobox/) | Constructs from an implementation object. | +| [ComboBox(const ComboBox\& src)](./combobox/) | Copy constructor. | +| [ComboBox(const Shape\& src)](./combobox/) | Constructs from a parent object. | +| [FitToTextSize()](../shape/fittotextsize/) | Recalculate a text area suitable for displaying all text content. | +| [FormatCharacters(int32_t startIndex, int32_t length, const Aspose::Cells::Font\& font, const StyleFlag\& flag)](../shape/formatcharacters/) | Formats some characters with the font setting. | +| [GetActiveXControl()](../shape/getactivexcontrol/) | Gets the ActiveX control. | +| [GetActualBox()](../shape/getactualbox/) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [GetActualLowerRightRow()](../shape/getactuallowerrightrow/) | Get the actual bottom row. | +| [GetAlternativeText()](../shape/getalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [GetAnchorType()](../shape/getanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [GetAutoShapeType()](../shape/getautoshapetype/) | Gets and sets the auto shape type. | +| [GetBottom()](../shape/getbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [GetConnectionPoints()](../shape/getconnectionpoints/) | Get the connection points. | +| [GetControlData()](../shape/getcontroldata/) | Gets the data of control. | +| [GetCreateId(UUID\& uuid)](../shape/getcreateid/) | Gets and sets create id for this shape. | +| [GetDropDownLines()](./getdropdownlines/) | Gets or sets the number of list lines displayed in the drop-down portion of a combo box. | +| [GetFill()](../shape/getfill/) | Returns a [FillFormat](../fillformat/) object that contains fill formatting properties for the specified shape. | +| [GetFont()](../shape/getfont/) | Represents the font of shape. | +| [GetFormatPicture()](../shape/getformatpicture/) | Gets and sets the options of the picture format. | +| [GetGeometry()](../shape/getgeometry/) | Gets the geometry. | +| [GetGlow()](../shape/getglow/) | Represents a [GlowEffect](../gloweffect/) object that specifies glow effect for the chart element or shape. | +| [GetGroup()](../shape/getgroup/) | Gets the group shape which contains this shape. | +| [GetHasLine()](../shape/gethasline/) | Gets and sets the line border of the shape is visible. | +| [GetHeight()](../shape/getheight/) | Represents the height of shape, in unit of pixel. | +| [GetHeightCM()](../shape/getheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [GetHeightInch()](../shape/getheightinch/) | Represents the height of the shape, in unit of inches. | +| [GetHeightInShape()](../shape/getheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [GetHeightPt()](../shape/getheightpt/) | Represents the height of the shape, in unit of points. | +| [GetHeightScale()](../shape/getheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [GetHtmlText()](../shape/gethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [GetHyperlink()](../shape/gethyperlink/) | Gets the hyperlink of the shape. | +| [GetId()](../shape/getid/) | Gets the identifier of this shape. | +| [GetInputRange()](../shape/getinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [GetInputRange(bool isR1C1, bool isLocal)](../shape/getinputrange/) | Gets the range used to fill the control. | +| [GetLeft()](../shape/getleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [GetLeftCM()](../shape/getleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [GetLeftInch()](../shape/getleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [GetLeftInShape()](../shape/getleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [GetLeftToCorner()](../shape/getlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [GetLine()](../shape/getline/) | Gets line style. | +| [GetLinkedCell()](../shape/getlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [GetLinkedCell(bool isR1C1, bool isLocal)](../shape/getlinkedcell/) | Gets the range linked to the control's value. | +| [GetLockedProperty(ShapeLockType type)](../shape/getlockedproperty/) | Gets the value of locked property. | +| [GetLowerDeltaX()](../shape/getlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [GetLowerDeltaY()](../shape/getlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [GetLowerRightColumn()](../shape/getlowerrightcolumn/) | Represents lower right corner column index. | +| [GetLowerRightRow()](../shape/getlowerrightrow/) | Represents lower right corner row index. | +| [GetMacroName()](../shape/getmacroname/) | Gets and sets the name of macro. | +| [GetMsoDrawingType()](../shape/getmsodrawingtype/) | Gets drawing type. | +| [GetName()](../shape/getname/) | Gets and sets the name of the shape. | +| [GetPaths()](../shape/getpaths/) | Gets the paths of a custom geometric shape. | +| [GetPlacement()](../shape/getplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [GetReflection()](../shape/getreflection/) | Represents a [ReflectionEffect](../reflectioneffect/) object that specifies reflection effect for the chart element or shape. | +| [GetRelativeToOriginalPictureSize()](../shape/getrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [GetResultOfSmartArt()](../shape/getresultofsmartart/) | Converting smart art to grouped shapes. | +| [GetRichFormattings()](../shape/getrichformattings/) | Returns all Characters objects that represents a range of characters within the text . | +| [GetRight()](../shape/getright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [GetRotationAngle()](../shape/getrotationangle/) | Gets and sets the rotation of the shape. | +| [GetSelectedCell()](./getselectedcell/) | Gets the selected cell in the input range of the combo box. | +| [GetSelectedIndex()](./getselectedindex/) | Gets or sets the index number of the currently selected item in a list box or combo box. Zero-based. | +| [GetSelectedValue()](./getselectedvalue/) | Gets the selected value of the combox box. | +| [GetShadow()](./getshadow/) | Indicates whether the combobox has 3-D shading. | +| [GetShadowEffect()](../shape/getshadoweffect/) | Represents a [Drawing.ShadowEffect](../shadoweffect/) object that specifies shadow effect for the chart element or shape. | +| [GetSoftEdges()](../shape/getsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [GetSpid()](../shape/getspid/) | Specifies an optional string identifier that an application can use to identify the particular shape. | +| [GetSpt()](../shape/getspt/) | Specifies an optional number that an application can use to associate the particular shape with a defined shape type. | +| [GetText()](../shape/gettext/) | Gets and sets the text of this shape. | +| [GetTextBody()](../shape/gettextbody/) | Gets and sets the setting of the shape's text. | +| [GetTextBoxOptions()](../shape/gettextboxoptions/) | Gets the text information in the shape. | +| [GetTextDirection()](../shape/gettextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [GetTextEffect()](../shape/gettexteffect/) | Returns a [TextEffectFormat](../texteffectformat/) object that contains text-effect formatting properties for the specified shape. Applies to [Shape](../shape/) objects that represent WordArt. | +| [GetTextHorizontalAlignment()](../shape/gettexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [GetTextHorizontalOverflow()](../shape/gettexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [GetTextOptions()](../shape/gettextoptions/) | Represents the text options of the shape. | +| [GetTextOrientationType()](../shape/gettextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [GetTextShapeType()](../shape/gettextshapetype/) | Gets and sets the preset text shape type. | +| [GetTextVerticalAlignment()](../shape/gettextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [GetTextVerticalOverflow()](../shape/gettextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [GetThreeDFormat()](../shape/getthreedformat/) | Gets and sets 3d format of the shape. | +| [GetTitle()](../shape/gettitle/) | Specifies the title (caption) of the current shape object. | +| [GetTop()](../shape/gettop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [GetTopCM()](../shape/gettopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [GetTopInch()](../shape/gettopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [GetTopInShape()](../shape/gettopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [GetTopToCorner()](../shape/gettoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [GetType()](../shape/gettype/) | Gets the auto shape type. | +| [GetUpperDeltaX()](../shape/getupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [GetUpperDeltaY()](../shape/getupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [GetUpperLeftColumn()](../shape/getupperleftcolumn/) | Represents upper left corner column index. | +| [GetUpperLeftRow()](../shape/getupperleftrow/) | Represents the top row index. | +| [GetWidth()](../shape/getwidth/) | Represents the width of shape, in unit of pixels. | +| [GetWidthCM()](../shape/getwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [GetWidthInch()](../shape/getwidthinch/) | Represents the width of the shape, in unit of inch. | +| [GetWidthInShape()](../shape/getwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [GetWidthPt()](../shape/getwidthpt/) | Represents the width of the shape, in unit of point. | +| [GetWidthScale()](../shape/getwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [GetWorksheet()](../shape/getworksheet/) | Gets the [Worksheet](../../aspose.cells/worksheet/) object which contains this shape. | +| [GetX()](../shape/getx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [GetY()](../shape/gety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [GetZOrderPosition()](../shape/getzorderposition/) | Returns the position of a shape in the z-order. | +| [IsAspectRatioLocked()](../shape/isaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [IsDecorative()](../shape/isdecorative/) | Indicates whether the object is decorative. | +| [IsEquation()](../shape/isequation/) | Indicates whether the shape only contains an equation. | +| [IsFilled()](../shape/isfilled/) | Indicates whether the fill format is visible. | +| [IsFlippedHorizontally()](../shape/isflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [IsFlippedVertically()](../shape/isflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [IsGroup()](../shape/isgroup/) | Indicates whether this shape is a group shape. | +| [IsHidden()](../shape/ishidden/) | Indicates whether the object is visible. | +| [IsInGroup()](../shape/isingroup/) | Indicates whether the shape is grouped. | +| [IsLockAspectRatio()](../shape/islockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [IsLocked()](../shape/islocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsPrintable()](../shape/isprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [IsRichText()](../shape/isrichtext/) | Whether or not the text is rich text. | +| [IsSameSetting(const Aspose::Cells::Object\& obj)](../shape/issamesetting/) | Returns whether the shape is same. | +| [IsSmartArt()](../shape/issmartart/) | Indicates whether the shape is a smart art. | +| [IsTextWrapped()](../shape/istextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [IsWordArt()](../shape/iswordart/) | Indicates whether this shape is a word art. | +| [MoveToRange(int32_t topRow, int32_t leftColumn, int32_t bottomRow, int32_t rightColumn)](../shape/movetorange/) | Moves the shape to a specified range. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ComboBox\& src)](./operator_asm/) | operator= | +| [operator=(const Shape\& src)](../shape/operator_asm/) | operator= | +| [RemoveActiveXControl()](../shape/removeactivexcontrol/) | Remove activeX control. | +| [RemoveHyperlink()](../shape/removehyperlink/) | Removes the hyperlink of the shape. | +| [SetAlternativeText(const U16String\& value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAlternativeText(const char16_t* value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAnchorType(ShapeAnchorType value)](../shape/setanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [SetAutoShapeType(AutoShapeType value)](../shape/setautoshapetype/) | Gets and sets the auto shape type. | +| [SetBottom(int32_t value)](../shape/setbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [SetCreateId(const UUID\& value)](../shape/setcreateid/) | Gets and sets create id for this shape. | +| [SetDropDownLines(int32_t value)](./setdropdownlines/) | Gets or sets the number of list lines displayed in the drop-down portion of a combo box. | +| [SetFont(const Aspose::Cells::Font\& value)](../shape/setfont/) | Represents the font of shape. | +| [SetHasLine(bool value)](../shape/sethasline/) | Gets and sets the line border of the shape is visible. | +| [SetHeight(int32_t value)](../shape/setheight/) | Represents the height of shape, in unit of pixel. | +| [SetHeightCM(double value)](../shape/setheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [SetHeightInch(double value)](../shape/setheightinch/) | Represents the height of the shape, in unit of inches. | +| [SetHeightInShape(int32_t value)](../shape/setheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [SetHeightPt(double value)](../shape/setheightpt/) | Represents the height of the shape, in unit of points. | +| [SetHeightScale(int32_t value)](../shape/setheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [SetHtmlText(const U16String\& value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetHtmlText(const char16_t* value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetInputRange(const U16String\& value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const char16_t* value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetInputRange(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetIsAspectRatioLocked(bool value)](../shape/setisaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [SetIsDecorative(bool value)](../shape/setisdecorative/) | Indicates whether the object is decorative. | +| [SetIsFilled(bool value)](../shape/setisfilled/) | Indicates whether the fill format is visible. | +| [SetIsFlippedHorizontally(bool value)](../shape/setisflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [SetIsFlippedVertically(bool value)](../shape/setisflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [SetIsHidden(bool value)](../shape/setishidden/) | Indicates whether the object is visible. | +| [SetIsLockAspectRatio(bool value)](../shape/setislockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [SetIsLocked(bool value)](../shape/setislocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [SetIsPrintable(bool value)](../shape/setisprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [SetIsTextWrapped(bool value)](../shape/setistextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [SetLeft(int32_t value)](../shape/setleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [SetLeftCM(double value)](../shape/setleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [SetLeftInch(double value)](../shape/setleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [SetLeftInShape(int32_t value)](../shape/setleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [SetLeftToCorner(int32_t value)](../shape/setlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [SetLinkedCell(const U16String\& value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const char16_t* value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLinkedCell(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLockedProperty(ShapeLockType type, bool value)](../shape/setlockedproperty/) | Set the locked property. | +| [SetLowerDeltaX(int32_t value)](../shape/setlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [SetLowerDeltaY(int32_t value)](../shape/setlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [SetLowerRightColumn(int32_t value)](../shape/setlowerrightcolumn/) | Represents lower right corner column index. | +| [SetLowerRightRow(int32_t value)](../shape/setlowerrightrow/) | Represents lower right corner row index. | +| [SetMacroName(const U16String\& value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetMacroName(const char16_t* value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetName(const U16String\& value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetName(const char16_t* value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetPlacement(PlacementType value)](../shape/setplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [SetRelativeToOriginalPictureSize(bool value)](../shape/setrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [SetRight(int32_t value)](../shape/setright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [SetRotationAngle(double value)](../shape/setrotationangle/) | Gets and sets the rotation of the shape. | +| [SetSelectedIndex(int32_t value)](./setselectedindex/) | Gets or sets the index number of the currently selected item in a list box or combo box. Zero-based. | +| [SetShadow(bool value)](./setshadow/) | Indicates whether the combobox has 3-D shading. | +| [SetSoftEdges(double value)](../shape/setsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [SetText(const U16String\& value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetText(const char16_t* value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetTextDirection(TextDirectionType value)](../shape/settextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [SetTextHorizontalAlignment(TextAlignmentType value)](../shape/settexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [SetTextHorizontalOverflow(TextOverflowType value)](../shape/settexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [SetTextOptions(const TextOptions\& value)](../shape/settextoptions/) | Represents the text options of the shape. | +| [SetTextOrientationType(TextOrientationType value)](../shape/settextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [SetTextShapeType(AutoShapeType value)](../shape/settextshapetype/) | Gets and sets the preset text shape type. | +| [SetTextVerticalAlignment(TextAlignmentType value)](../shape/settextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [SetTextVerticalOverflow(TextOverflowType value)](../shape/settextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [SetTitle(const U16String\& value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTitle(const char16_t* value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTop(int32_t value)](../shape/settop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [SetTopCM(double value)](../shape/settopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [SetTopInch(double value)](../shape/settopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [SetTopInShape(int32_t value)](../shape/settopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [SetTopToCorner(int32_t value)](../shape/settoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [SetUpperDeltaX(int32_t value)](../shape/setupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [SetUpperDeltaY(int32_t value)](../shape/setupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [SetUpperLeftColumn(int32_t value)](../shape/setupperleftcolumn/) | Represents upper left corner column index. | +| [SetUpperLeftRow(int32_t value)](../shape/setupperleftrow/) | Represents the top row index. | +| [SetWidth(int32_t value)](../shape/setwidth/) | Represents the width of shape, in unit of pixels. | +| [SetWidthCM(double value)](../shape/setwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [SetWidthInch(double value)](../shape/setwidthinch/) | Represents the width of the shape, in unit of inch. | +| [SetWidthInShape(int32_t value)](../shape/setwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [SetWidthPt(double value)](../shape/setwidthpt/) | Represents the width of the shape, in unit of point. | +| [SetWidthScale(int32_t value)](../shape/setwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [SetX(int32_t value)](../shape/setx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [SetY(int32_t value)](../shape/sety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [SetZOrderPosition(int32_t value)](../shape/setzorderposition/) | Returns the position of a shape in the z-order. | +| [Shape(Shape_Impl* impl)](../shape/shape/) | Constructs from an implementation object. | +| [Shape(const Shape\& src)](../shape/shape/) | Copy constructor. | +| [ToFrontOrBack(int32_t orders)](../shape/tofrontorback/) | Brings the shape to the front or sends the shape to back. | +| [ToImage(Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. | +| [ToImage(const U16String\& imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const char16_t* imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a stream. | +| [UpdateSelectedValue()](../shape/updateselectedvalue/) | Update the selected value by the value of the linked cell. | +| [~ComboBox()](./~combobox/) | Destructor. | +| [~Shape()](../shape/~shape/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Crear un nuevo Libro de trabajo. +Workbook workbook; + +//Obtener la primera hoja de cálculo. +Worksheet sheet = workbook.GetWorksheets().Get(0); + +//Obtener la colección de celdas de la hoja de cálculo. +Cells cells = sheet.GetCells(); + +//Introducir un valor. +cells.Get(u"B3").PutValue(u"Employee:"); + +//Establecerlo en negrita. +Style style = cells.Get(u"B3").GetStyle(); +style.GetFont().SetIsBold(true); +cells.Get(u"B3").SetStyle(style); + +//Introducir algunos valores que indiquen el rango de entrada +//para el cuadro combinado. +cells.Get(u"A2").PutValue(u"Emp001"); +cells.Get(u"A3").PutValue(u"Emp002"); +cells.Get(u"A4").PutValue(u"Emp003"); +cells.Get(u"A5").PutValue(u"Emp004"); +cells.Get(u"A6").PutValue(u"Emp005"); +cells.Get(u"A7").PutValue(u"Emp006"); + +//Agregar un nuevo cuadro combinado. +ComboBox comboBox = sheet.GetShapes().AddComboBox(2, 0, 2, 0, 22, 100); + +//Establecer la celda vinculada; +comboBox.SetLinkedCell(u"A1"); + +//Establecer el rango de entrada. +comboBox.SetInputRange(u"A2:A7"); + +//Establecer el número de líneas de lista mostradas en el combo +//porción de lista del cuadro. +comboBox.SetDropDownLines(5); + +//Establecer el cuadro combinado con sombreado 3D. +comboBox.SetShadow(true); + +//Ajustar automáticamente columnas +sheet.AutoFitColumns(); + +//Guarda el archivo. +workbook.Save(u"tstcombobox.xls"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Shape](../shape/) +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/combobox/combobox/_index.md b/spanish/cpp/aspose.cells.drawing/combobox/combobox/_index.md new file mode 100644 index 00000000000..89f11b8326f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/combobox/combobox/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::ComboBox::ComboBox constructor +linktitle: ComboBox +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ComboBox::ComboBox constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/combobox/combobox/ +--- +## ComboBox::ComboBox(ComboBox_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::ComboBox::ComboBox(ComboBox_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ComboBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## ComboBox::ComboBox(const ComboBox\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::ComboBox::ComboBox(const ComboBox &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ComboBox](../) +* Class [ComboBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## ComboBox::ComboBox(const Shape\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::ComboBox::ComboBox(const Shape &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../../shape/) +* Class [ComboBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/combobox/getdropdownlines/_index.md b/spanish/cpp/aspose.cells.drawing/combobox/getdropdownlines/_index.md new file mode 100644 index 00000000000..d7af333ddab --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/combobox/getdropdownlines/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ComboBox::GetDropDownLines method +linktitle: GetDropDownLines +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ComboBox::GetDropDownLines method. Gets or sets the number of list lines displayed in the drop-down portion of a combo box in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing/combobox/getdropdownlines/ +--- +## ComboBox::GetDropDownLines method + + +Gets or sets the number of list lines displayed in the drop-down portion of a combo box. + +```cpp +int32_t Aspose::Cells::Drawing::ComboBox::GetDropDownLines() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ComboBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/combobox/getselectedcell/_index.md b/spanish/cpp/aspose.cells.drawing/combobox/getselectedcell/_index.md new file mode 100644 index 00000000000..188cb39b17f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/combobox/getselectedcell/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ComboBox::GetSelectedCell method +linktitle: GetSelectedCell +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ComboBox::GetSelectedCell method. Gets the selected cell in the input range of the combo box in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing/combobox/getselectedcell/ +--- +## ComboBox::GetSelectedCell method + + +Gets the selected cell in the input range of the combo box. + +```cpp +Cell Aspose::Cells::Drawing::ComboBox::GetSelectedCell() +``` + +## See Also + +* Class [Cell](../../../aspose.cells/cell/) +* Class [ComboBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/combobox/getselectedindex/_index.md b/spanish/cpp/aspose.cells.drawing/combobox/getselectedindex/_index.md new file mode 100644 index 00000000000..b20e7534280 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/combobox/getselectedindex/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ComboBox::GetSelectedIndex method +linktitle: GetSelectedIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ComboBox::GetSelectedIndex method. Gets or sets the index number of the currently selected item in a list box or combo box. Zero-based in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/combobox/getselectedindex/ +--- +## ComboBox::GetSelectedIndex method + + +Gets or sets the index number of the currently selected item in a list box or combo box. Zero-based. + +```cpp +int32_t Aspose::Cells::Drawing::ComboBox::GetSelectedIndex() +``` + +## Remarks + + +-1 presents no item is selected. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ComboBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/combobox/getselectedvalue/_index.md b/spanish/cpp/aspose.cells.drawing/combobox/getselectedvalue/_index.md new file mode 100644 index 00000000000..29cbff297bd --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/combobox/getselectedvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ComboBox::GetSelectedValue method +linktitle: GetSelectedValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ComboBox::GetSelectedValue method. Gets the selected value of the combox box in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/combobox/getselectedvalue/ +--- +## ComboBox::GetSelectedValue method + + +Gets the selected value of the combox box. + +```cpp +U16String Aspose::Cells::Drawing::ComboBox::GetSelectedValue() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ComboBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/combobox/getshadow/_index.md b/spanish/cpp/aspose.cells.drawing/combobox/getshadow/_index.md new file mode 100644 index 00000000000..7b59fa36ee9 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/combobox/getshadow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ComboBox::GetShadow method +linktitle: GetShadow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ComboBox::GetShadow method. Indicates whether the combobox has 3-D shading in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing/combobox/getshadow/ +--- +## ComboBox::GetShadow method + + +Indicates whether the combobox has 3-D shading. + +```cpp +bool Aspose::Cells::Drawing::ComboBox::GetShadow() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ComboBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/combobox/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/combobox/isnull/_index.md new file mode 100644 index 00000000000..c945be9e1f1 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/combobox/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::ComboBox::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ComboBox::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/combobox/isnull/ +--- +## ComboBox::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::ComboBox::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ComboBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/combobox/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/combobox/operator_asm/_index.md new file mode 100644 index 00000000000..9449d0ba884 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/combobox/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ComboBox::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ComboBox::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/combobox/operator_asm/ +--- +## ComboBox::operator= method + + +operator= + +```cpp +ComboBox & Aspose::Cells::Drawing::ComboBox::operator=(const ComboBox &src) +``` + +## See Also + +* Class [ComboBox](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ComboBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/combobox/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/combobox/operator_bool/_index.md new file mode 100644 index 00000000000..06a8b33cf7a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/combobox/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ComboBox::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ComboBox::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/combobox/operator_bool/ +--- +## ComboBox::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::ComboBox::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ComboBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/combobox/setdropdownlines/_index.md b/spanish/cpp/aspose.cells.drawing/combobox/setdropdownlines/_index.md new file mode 100644 index 00000000000..8a6b33dc0de --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/combobox/setdropdownlines/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ComboBox::SetDropDownLines method +linktitle: SetDropDownLines +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ComboBox::SetDropDownLines method. Gets or sets the number of list lines displayed in the drop-down portion of a combo box in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing/combobox/setdropdownlines/ +--- +## ComboBox::SetDropDownLines method + + +Gets or sets the number of list lines displayed in the drop-down portion of a combo box. + +```cpp +void Aspose::Cells::Drawing::ComboBox::SetDropDownLines(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ComboBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/combobox/setselectedindex/_index.md b/spanish/cpp/aspose.cells.drawing/combobox/setselectedindex/_index.md new file mode 100644 index 00000000000..46c8df30bb4 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/combobox/setselectedindex/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ComboBox::SetSelectedIndex method +linktitle: SetSelectedIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ComboBox::SetSelectedIndex method. Gets or sets the index number of the currently selected item in a list box or combo box. Zero-based in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/combobox/setselectedindex/ +--- +## ComboBox::SetSelectedIndex method + + +Gets or sets the index number of the currently selected item in a list box or combo box. Zero-based. + +```cpp +void Aspose::Cells::Drawing::ComboBox::SetSelectedIndex(int32_t value) +``` + +## Remarks + + +-1 presents no item is selected. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ComboBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/combobox/setshadow/_index.md b/spanish/cpp/aspose.cells.drawing/combobox/setshadow/_index.md new file mode 100644 index 00000000000..84a6d015fd6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/combobox/setshadow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ComboBox::SetShadow method +linktitle: SetShadow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ComboBox::SetShadow method. Indicates whether the combobox has 3-D shading in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing/combobox/setshadow/ +--- +## ComboBox::SetShadow method + + +Indicates whether the combobox has 3-D shading. + +```cpp +void Aspose::Cells::Drawing::ComboBox::SetShadow(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ComboBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/combobox/~combobox/_index.md b/spanish/cpp/aspose.cells.drawing/combobox/~combobox/_index.md new file mode 100644 index 00000000000..c0a5c2fbd83 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/combobox/~combobox/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ComboBox::~ComboBox method +linktitle: ~ComboBox +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ComboBox::~ComboBox method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/combobox/~combobox/ +--- +## ComboBox::~ComboBox method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::ComboBox::~ComboBox() +``` + +## See Also + +* Class [ComboBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/commentshape/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/commentshape/_impl/_index.md new file mode 100644 index 00000000000..a82ec8fbbe1 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/commentshape/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::CommentShape::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CommentShape::_impl field. The implementation object in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/commentshape/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +CommentShape_Impl* Aspose::Cells::Drawing::CommentShape::_impl +``` + +## See Also + +* Class [CommentShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/commentshape/_index.md b/spanish/cpp/aspose.cells.drawing/commentshape/_index.md new file mode 100644 index 00000000000..df3815be248 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/commentshape/_index.md @@ -0,0 +1,273 @@ +--- +title: Aspose::Cells::Drawing::CommentShape class +linktitle: CommentShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CommentShape class. Represents the shape of the comment in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing/commentshape/ +--- +## CommentShape class + + +Represents the shape of the comment. + +```cpp +class CommentShape : public Aspose::Cells::Drawing::Shape +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddHyperlink(const U16String\& address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AddHyperlink(const char16_t* address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AlignTopRightCorner(int32_t topRow, int32_t rightColumn)](../shape/aligntoprightcorner/) | Moves the picture to the top-right corner. | +| [CalculateTextSize()](../shape/calculatetextsize/) | Recalculate the text area. | +| [Characters(int32_t startIndex, int32_t length)](../shape/characters/) | Returns a Characters object that represents a range of characters within the text. | +| [CommentShape(CommentShape_Impl* impl)](./commentshape/) | Constructs from an implementation object. | +| [CommentShape(const CommentShape\& src)](./commentshape/) | Copy constructor. | +| [CommentShape(const Shape\& src)](./commentshape/) | Constructs from a parent object. | +| [FitToTextSize()](../shape/fittotextsize/) | Recalculate a text area suitable for displaying all text content. | +| [FormatCharacters(int32_t startIndex, int32_t length, const Aspose::Cells::Font\& font, const StyleFlag\& flag)](../shape/formatcharacters/) | Formats some characters with the font setting. | +| [GetActiveXControl()](../shape/getactivexcontrol/) | Gets the ActiveX control. | +| [GetActualBox()](../shape/getactualbox/) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [GetActualLowerRightRow()](../shape/getactuallowerrightrow/) | Get the actual bottom row. | +| [GetAlternativeText()](../shape/getalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [GetAnchorType()](../shape/getanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [GetAutoShapeType()](../shape/getautoshapetype/) | Gets and sets the auto shape type. | +| [GetBottom()](../shape/getbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [GetComment()](./getcomment/) | Gets the comment object. | +| [GetConnectionPoints()](../shape/getconnectionpoints/) | Get the connection points. | +| [GetControlData()](../shape/getcontroldata/) | Gets the data of control. | +| [GetCreateId(UUID\& uuid)](../shape/getcreateid/) | Gets and sets create id for this shape. | +| [GetFill()](../shape/getfill/) | Returns a [FillFormat](../fillformat/) object that contains fill formatting properties for the specified shape. | +| [GetFont()](../shape/getfont/) | Represents the font of shape. | +| [GetFormatPicture()](../shape/getformatpicture/) | Gets and sets the options of the picture format. | +| [GetGeometry()](../shape/getgeometry/) | Gets the geometry. | +| [GetGlow()](../shape/getglow/) | Represents a [GlowEffect](../gloweffect/) object that specifies glow effect for the chart element or shape. | +| [GetGroup()](../shape/getgroup/) | Gets the group shape which contains this shape. | +| [GetHasLine()](../shape/gethasline/) | Gets and sets the line border of the shape is visible. | +| [GetHeight()](../shape/getheight/) | Represents the height of shape, in unit of pixel. | +| [GetHeightCM()](../shape/getheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [GetHeightInch()](../shape/getheightinch/) | Represents the height of the shape, in unit of inches. | +| [GetHeightInShape()](../shape/getheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [GetHeightPt()](../shape/getheightpt/) | Represents the height of the shape, in unit of points. | +| [GetHeightScale()](../shape/getheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [GetHtmlText()](../shape/gethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [GetHyperlink()](../shape/gethyperlink/) | Gets the hyperlink of the shape. | +| [GetId()](../shape/getid/) | Gets the identifier of this shape. | +| [GetInputRange()](../shape/getinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [GetInputRange(bool isR1C1, bool isLocal)](../shape/getinputrange/) | Gets the range used to fill the control. | +| [GetLeft()](../shape/getleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [GetLeftCM()](../shape/getleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [GetLeftInch()](../shape/getleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [GetLeftInShape()](../shape/getleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [GetLeftToCorner()](../shape/getlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [GetLine()](../shape/getline/) | Gets line style. | +| [GetLinkedCell()](../shape/getlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [GetLinkedCell(bool isR1C1, bool isLocal)](../shape/getlinkedcell/) | Gets the range linked to the control's value. | +| [GetLockedProperty(ShapeLockType type)](../shape/getlockedproperty/) | Gets the value of locked property. | +| [GetLowerDeltaX()](../shape/getlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [GetLowerDeltaY()](../shape/getlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [GetLowerRightColumn()](../shape/getlowerrightcolumn/) | Represents lower right corner column index. | +| [GetLowerRightRow()](../shape/getlowerrightrow/) | Represents lower right corner row index. | +| [GetMacroName()](../shape/getmacroname/) | Gets and sets the name of macro. | +| [GetMsoDrawingType()](../shape/getmsodrawingtype/) | Gets drawing type. | +| [GetName()](../shape/getname/) | Gets and sets the name of the shape. | +| [GetPaths()](../shape/getpaths/) | Gets the paths of a custom geometric shape. | +| [GetPlacement()](../shape/getplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [GetReflection()](../shape/getreflection/) | Represents a [ReflectionEffect](../reflectioneffect/) object that specifies reflection effect for the chart element or shape. | +| [GetRelativeToOriginalPictureSize()](../shape/getrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [GetResultOfSmartArt()](../shape/getresultofsmartart/) | Converting smart art to grouped shapes. | +| [GetRichFormattings()](../shape/getrichformattings/) | Returns all Characters objects that represents a range of characters within the text . | +| [GetRight()](../shape/getright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [GetRotationAngle()](../shape/getrotationangle/) | Gets and sets the rotation of the shape. | +| [GetShadowEffect()](../shape/getshadoweffect/) | Represents a [Drawing.ShadowEffect](../shadoweffect/) object that specifies shadow effect for the chart element or shape. | +| [GetSoftEdges()](../shape/getsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [GetSpid()](../shape/getspid/) | Specifies an optional string identifier that an application can use to identify the particular shape. | +| [GetSpt()](../shape/getspt/) | Specifies an optional number that an application can use to associate the particular shape with a defined shape type. | +| [GetText()](../shape/gettext/) | Gets and sets the text of this shape. | +| [GetTextBody()](../shape/gettextbody/) | Gets and sets the setting of the shape's text. | +| [GetTextBoxOptions()](../shape/gettextboxoptions/) | Gets the text information in the shape. | +| [GetTextDirection()](../shape/gettextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [GetTextEffect()](../shape/gettexteffect/) | Returns a [TextEffectFormat](../texteffectformat/) object that contains text-effect formatting properties for the specified shape. Applies to [Shape](../shape/) objects that represent WordArt. | +| [GetTextHorizontalAlignment()](../shape/gettexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [GetTextHorizontalOverflow()](../shape/gettexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [GetTextOptions()](../shape/gettextoptions/) | Represents the text options of the shape. | +| [GetTextOrientationType()](../shape/gettextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [GetTextShapeType()](../shape/gettextshapetype/) | Gets and sets the preset text shape type. | +| [GetTextVerticalAlignment()](../shape/gettextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [GetTextVerticalOverflow()](../shape/gettextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [GetThreeDFormat()](../shape/getthreedformat/) | Gets and sets 3d format of the shape. | +| [GetTitle()](../shape/gettitle/) | Specifies the title (caption) of the current shape object. | +| [GetTop()](../shape/gettop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [GetTopCM()](../shape/gettopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [GetTopInch()](../shape/gettopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [GetTopInShape()](../shape/gettopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [GetTopToCorner()](../shape/gettoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [GetType()](../shape/gettype/) | Gets the auto shape type. | +| [GetUpperDeltaX()](../shape/getupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [GetUpperDeltaY()](../shape/getupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [GetUpperLeftColumn()](../shape/getupperleftcolumn/) | Represents upper left corner column index. | +| [GetUpperLeftRow()](../shape/getupperleftrow/) | Represents the top row index. | +| [GetWidth()](../shape/getwidth/) | Represents the width of shape, in unit of pixels. | +| [GetWidthCM()](../shape/getwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [GetWidthInch()](../shape/getwidthinch/) | Represents the width of the shape, in unit of inch. | +| [GetWidthInShape()](../shape/getwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [GetWidthPt()](../shape/getwidthpt/) | Represents the width of the shape, in unit of point. | +| [GetWidthScale()](../shape/getwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [GetWorksheet()](../shape/getworksheet/) | Gets the [Worksheet](../../aspose.cells/worksheet/) object which contains this shape. | +| [GetX()](../shape/getx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [GetY()](../shape/gety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [GetZOrderPosition()](../shape/getzorderposition/) | Returns the position of a shape in the z-order. | +| [IsAspectRatioLocked()](../shape/isaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [IsDecorative()](../shape/isdecorative/) | Indicates whether the object is decorative. | +| [IsEquation()](../shape/isequation/) | Indicates whether the shape only contains an equation. | +| [IsFilled()](../shape/isfilled/) | Indicates whether the fill format is visible. | +| [IsFlippedHorizontally()](../shape/isflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [IsFlippedVertically()](../shape/isflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [IsGroup()](../shape/isgroup/) | Indicates whether this shape is a group shape. | +| [IsHidden()](../shape/ishidden/) | Indicates whether the object is visible. | +| [IsInGroup()](../shape/isingroup/) | Indicates whether the shape is grouped. | +| [IsLockAspectRatio()](../shape/islockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [IsLocked()](../shape/islocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsPrintable()](../shape/isprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [IsRichText()](../shape/isrichtext/) | Whether or not the text is rich text. | +| [IsSameSetting(const Aspose::Cells::Object\& obj)](../shape/issamesetting/) | Returns whether the shape is same. | +| [IsSmartArt()](../shape/issmartart/) | Indicates whether the shape is a smart art. | +| [IsTextWrapped()](../shape/istextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [IsWordArt()](../shape/iswordart/) | Indicates whether this shape is a word art. | +| [MoveToRange(int32_t topRow, int32_t leftColumn, int32_t bottomRow, int32_t rightColumn)](../shape/movetorange/) | Moves the shape to a specified range. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const CommentShape\& src)](./operator_asm/) | operator= | +| [operator=(const Shape\& src)](../shape/operator_asm/) | operator= | +| [RemoveActiveXControl()](../shape/removeactivexcontrol/) | Remove activeX control. | +| [RemoveHyperlink()](../shape/removehyperlink/) | Removes the hyperlink of the shape. | +| [SetAlternativeText(const U16String\& value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAlternativeText(const char16_t* value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAnchorType(ShapeAnchorType value)](../shape/setanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [SetAutoShapeType(AutoShapeType value)](../shape/setautoshapetype/) | Gets and sets the auto shape type. | +| [SetBottom(int32_t value)](../shape/setbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [SetCreateId(const UUID\& value)](../shape/setcreateid/) | Gets and sets create id for this shape. | +| [SetFont(const Aspose::Cells::Font\& value)](../shape/setfont/) | Represents the font of shape. | +| [SetHasLine(bool value)](../shape/sethasline/) | Gets and sets the line border of the shape is visible. | +| [SetHeight(int32_t value)](../shape/setheight/) | Represents the height of shape, in unit of pixel. | +| [SetHeightCM(double value)](../shape/setheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [SetHeightInch(double value)](../shape/setheightinch/) | Represents the height of the shape, in unit of inches. | +| [SetHeightInShape(int32_t value)](../shape/setheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [SetHeightPt(double value)](../shape/setheightpt/) | Represents the height of the shape, in unit of points. | +| [SetHeightScale(int32_t value)](../shape/setheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [SetHtmlText(const U16String\& value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetHtmlText(const char16_t* value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetInputRange(const U16String\& value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const char16_t* value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetInputRange(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetIsAspectRatioLocked(bool value)](../shape/setisaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [SetIsDecorative(bool value)](../shape/setisdecorative/) | Indicates whether the object is decorative. | +| [SetIsFilled(bool value)](../shape/setisfilled/) | Indicates whether the fill format is visible. | +| [SetIsFlippedHorizontally(bool value)](../shape/setisflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [SetIsFlippedVertically(bool value)](../shape/setisflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [SetIsHidden(bool value)](../shape/setishidden/) | Indicates whether the object is visible. | +| [SetIsLockAspectRatio(bool value)](../shape/setislockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [SetIsLocked(bool value)](../shape/setislocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [SetIsPrintable(bool value)](../shape/setisprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [SetIsTextWrapped(bool value)](../shape/setistextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [SetLeft(int32_t value)](../shape/setleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [SetLeftCM(double value)](../shape/setleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [SetLeftInch(double value)](../shape/setleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [SetLeftInShape(int32_t value)](../shape/setleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [SetLeftToCorner(int32_t value)](../shape/setlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [SetLinkedCell(const U16String\& value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const char16_t* value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLinkedCell(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLockedProperty(ShapeLockType type, bool value)](../shape/setlockedproperty/) | Set the locked property. | +| [SetLowerDeltaX(int32_t value)](../shape/setlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [SetLowerDeltaY(int32_t value)](../shape/setlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [SetLowerRightColumn(int32_t value)](../shape/setlowerrightcolumn/) | Represents lower right corner column index. | +| [SetLowerRightRow(int32_t value)](../shape/setlowerrightrow/) | Represents lower right corner row index. | +| [SetMacroName(const U16String\& value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetMacroName(const char16_t* value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetName(const U16String\& value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetName(const char16_t* value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetPlacement(PlacementType value)](../shape/setplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [SetRelativeToOriginalPictureSize(bool value)](../shape/setrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [SetRight(int32_t value)](../shape/setright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [SetRotationAngle(double value)](../shape/setrotationangle/) | Gets and sets the rotation of the shape. | +| [SetSoftEdges(double value)](../shape/setsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [SetText(const U16String\& value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetText(const char16_t* value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetTextDirection(TextDirectionType value)](../shape/settextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [SetTextHorizontalAlignment(TextAlignmentType value)](../shape/settexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [SetTextHorizontalOverflow(TextOverflowType value)](../shape/settexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [SetTextOptions(const TextOptions\& value)](../shape/settextoptions/) | Represents the text options of the shape. | +| [SetTextOrientationType(TextOrientationType value)](../shape/settextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [SetTextShapeType(AutoShapeType value)](../shape/settextshapetype/) | Gets and sets the preset text shape type. | +| [SetTextVerticalAlignment(TextAlignmentType value)](../shape/settextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [SetTextVerticalOverflow(TextOverflowType value)](../shape/settextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [SetTitle(const U16String\& value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTitle(const char16_t* value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTop(int32_t value)](../shape/settop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [SetTopCM(double value)](../shape/settopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [SetTopInch(double value)](../shape/settopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [SetTopInShape(int32_t value)](../shape/settopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [SetTopToCorner(int32_t value)](../shape/settoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [SetUpperDeltaX(int32_t value)](../shape/setupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [SetUpperDeltaY(int32_t value)](../shape/setupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [SetUpperLeftColumn(int32_t value)](../shape/setupperleftcolumn/) | Represents upper left corner column index. | +| [SetUpperLeftRow(int32_t value)](../shape/setupperleftrow/) | Represents the top row index. | +| [SetWidth(int32_t value)](../shape/setwidth/) | Represents the width of shape, in unit of pixels. | +| [SetWidthCM(double value)](../shape/setwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [SetWidthInch(double value)](../shape/setwidthinch/) | Represents the width of the shape, in unit of inch. | +| [SetWidthInShape(int32_t value)](../shape/setwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [SetWidthPt(double value)](../shape/setwidthpt/) | Represents the width of the shape, in unit of point. | +| [SetWidthScale(int32_t value)](../shape/setwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [SetX(int32_t value)](../shape/setx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [SetY(int32_t value)](../shape/sety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [SetZOrderPosition(int32_t value)](../shape/setzorderposition/) | Returns the position of a shape in the z-order. | +| [Shape(Shape_Impl* impl)](../shape/shape/) | Constructs from an implementation object. | +| [Shape(const Shape\& src)](../shape/shape/) | Copy constructor. | +| [ToFrontOrBack(int32_t orders)](../shape/tofrontorback/) | Brings the shape to the front or sends the shape to back. | +| [ToImage(Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. | +| [ToImage(const U16String\& imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const char16_t* imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a stream. | +| [UpdateSelectedValue()](../shape/updateselectedvalue/) | Update the selected value by the value of the linked cell. | +| [~CommentShape()](./~commentshape/) | Destructor. | +| [~Shape()](../shape/~shape/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//archivo fuente +U16String fileName = ""; + +//Instanciando un objeto Workbook +Workbook workbook(fileName); + +ShapeCollection shapes = workbook.GetWorksheets().Get(0).GetShapes(); + +//Verifique si una forma es CommentShape +if (shapes.Get(0).GetMsoDrawingType() == MsoDrawingType::Comment) +{ + //Representa la forma del comentario. + CommentShape commentShape = (CommentShape)shapes.Get(0); +} +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Shape](../shape/) +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/commentshape/commentshape/_index.md b/spanish/cpp/aspose.cells.drawing/commentshape/commentshape/_index.md new file mode 100644 index 00000000000..37d78469002 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/commentshape/commentshape/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::CommentShape::CommentShape constructor +linktitle: CommentShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CommentShape::CommentShape constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/commentshape/commentshape/ +--- +## CommentShape::CommentShape(CommentShape_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::CommentShape::CommentShape(CommentShape_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CommentShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## CommentShape::CommentShape(const CommentShape\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::CommentShape::CommentShape(const CommentShape &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CommentShape](../) +* Class [CommentShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## CommentShape::CommentShape(const Shape\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::CommentShape::CommentShape(const Shape &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../../shape/) +* Class [CommentShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/commentshape/getcomment/_index.md b/spanish/cpp/aspose.cells.drawing/commentshape/getcomment/_index.md new file mode 100644 index 00000000000..2de3ffc0179 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/commentshape/getcomment/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::CommentShape::GetComment method +linktitle: GetComment +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CommentShape::GetComment method. Gets the comment object in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/commentshape/getcomment/ +--- +## CommentShape::GetComment method + + +Gets the comment object. + +```cpp +Comment Aspose::Cells::Drawing::CommentShape::GetComment() +``` + + +## Examples + + +```cpp +CommentShape commentShape = (CommentShape)shapes.Get(0); +Comment comment = commentShape.GetComment(); +``` + +## See Also + +* Class [Comment](../../../aspose.cells/comment/) +* Class [CommentShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/commentshape/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/commentshape/isnull/_index.md new file mode 100644 index 00000000000..87407be458d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/commentshape/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::CommentShape::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CommentShape::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/commentshape/isnull/ +--- +## CommentShape::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::CommentShape::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CommentShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/commentshape/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/commentshape/operator_asm/_index.md new file mode 100644 index 00000000000..9805f0de001 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/commentshape/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::CommentShape::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CommentShape::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/commentshape/operator_asm/ +--- +## CommentShape::operator= method + + +operator= + +```cpp +CommentShape & Aspose::Cells::Drawing::CommentShape::operator=(const CommentShape &src) +``` + +## See Also + +* Class [CommentShape](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [CommentShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/commentshape/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/commentshape/operator_bool/_index.md new file mode 100644 index 00000000000..5b3de8ea35d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/commentshape/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::CommentShape::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CommentShape::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/commentshape/operator_bool/ +--- +## CommentShape::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::CommentShape::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [CommentShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/commentshape/~commentshape/_index.md b/spanish/cpp/aspose.cells.drawing/commentshape/~commentshape/_index.md new file mode 100644 index 00000000000..e78a6054800 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/commentshape/~commentshape/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::CommentShape::~CommentShape method +linktitle: ~CommentShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CommentShape::~CommentShape method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/commentshape/~commentshape/ +--- +## CommentShape::~CommentShape method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::CommentShape::~CommentShape() +``` + +## See Also + +* Class [CommentShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/customgeometry/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/customgeometry/_impl/_index.md new file mode 100644 index 00000000000..d0c81f118c3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/customgeometry/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::CustomGeometry::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CustomGeometry::_impl field. The implementation object in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/customgeometry/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +CustomGeometry_Impl* Aspose::Cells::Drawing::CustomGeometry::_impl +``` + +## See Also + +* Class [CustomGeometry](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/customgeometry/_index.md b/spanish/cpp/aspose.cells.drawing/customgeometry/_index.md new file mode 100644 index 00000000000..c0a0a4f3c5d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/customgeometry/_index.md @@ -0,0 +1,45 @@ +--- +title: Aspose::Cells::Drawing::CustomGeometry class +linktitle: CustomGeometry +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CustomGeometry class. Represents a custom geometric shape in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing/customgeometry/ +--- +## CustomGeometry class + + +Represents a custom geometric shape. + +```cpp +class CustomGeometry : public Aspose::Cells::Drawing::Geometry +``` + +## Methods + +| Method | Description | +| --- | --- | +| [CustomGeometry(CustomGeometry_Impl* impl)](./customgeometry/) | Constructs from an implementation object. | +| [CustomGeometry(const CustomGeometry\& src)](./customgeometry/) | Copy constructor. | +| [CustomGeometry(const Geometry\& src)](./customgeometry/) | Constructs from a parent object. | +| [Geometry(Geometry_Impl* impl)](../geometry/geometry/) | Constructs from an implementation object. | +| [Geometry(const Geometry\& src)](../geometry/geometry/) | Copy constructor. | +| [GetPaths()](./getpaths/) | Gets path collection information when shape is a NotPrimitive autoshape. | +| [GetShapeAdjustValues()](../geometry/getshapeadjustvalues/) | Gets a collection of shape adjust value. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const CustomGeometry\& src)](./operator_asm/) | operator= | +| [operator=(const Geometry\& src)](../geometry/operator_asm/) | operator= | +| [~CustomGeometry()](./~customgeometry/) | Destructor. | +| [~Geometry()](../geometry/~geometry/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [Geometry](../geometry/) +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/customgeometry/customgeometry/_index.md b/spanish/cpp/aspose.cells.drawing/customgeometry/customgeometry/_index.md new file mode 100644 index 00000000000..93575df8c4c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/customgeometry/customgeometry/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::CustomGeometry::CustomGeometry constructor +linktitle: CustomGeometry +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CustomGeometry::CustomGeometry constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/customgeometry/customgeometry/ +--- +## CustomGeometry::CustomGeometry(CustomGeometry_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::CustomGeometry::CustomGeometry(CustomGeometry_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomGeometry](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## CustomGeometry::CustomGeometry(const CustomGeometry\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::CustomGeometry::CustomGeometry(const CustomGeometry &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomGeometry](../) +* Class [CustomGeometry](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## CustomGeometry::CustomGeometry(const Geometry\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::CustomGeometry::CustomGeometry(const Geometry &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Geometry](../../geometry/) +* Class [CustomGeometry](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/customgeometry/getpaths/_index.md b/spanish/cpp/aspose.cells.drawing/customgeometry/getpaths/_index.md new file mode 100644 index 00000000000..7403ab49ae0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/customgeometry/getpaths/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::CustomGeometry::GetPaths method +linktitle: GetPaths +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CustomGeometry::GetPaths method. Gets path collection information when shape is a NotPrimitive autoshape in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/customgeometry/getpaths/ +--- +## CustomGeometry::GetPaths method + + +Gets path collection information when shape is a NotPrimitive autoshape. + +```cpp +ShapePathCollection Aspose::Cells::Drawing::CustomGeometry::GetPaths() +``` + +## See Also + +* Class [ShapePathCollection](../../shapepathcollection/) +* Class [CustomGeometry](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/customgeometry/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/customgeometry/isnull/_index.md new file mode 100644 index 00000000000..8acd6f8ee3a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/customgeometry/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::CustomGeometry::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CustomGeometry::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/customgeometry/isnull/ +--- +## CustomGeometry::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::CustomGeometry::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomGeometry](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/customgeometry/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/customgeometry/operator_asm/_index.md new file mode 100644 index 00000000000..cc5713ebbf8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/customgeometry/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::CustomGeometry::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CustomGeometry::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/customgeometry/operator_asm/ +--- +## CustomGeometry::operator= method + + +operator= + +```cpp +CustomGeometry & Aspose::Cells::Drawing::CustomGeometry::operator=(const CustomGeometry &src) +``` + +## See Also + +* Class [CustomGeometry](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomGeometry](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/customgeometry/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/customgeometry/operator_bool/_index.md new file mode 100644 index 00000000000..bd22436d5c0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/customgeometry/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::CustomGeometry::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CustomGeometry::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/customgeometry/operator_bool/ +--- +## CustomGeometry::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::CustomGeometry::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [CustomGeometry](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/customgeometry/~customgeometry/_index.md b/spanish/cpp/aspose.cells.drawing/customgeometry/~customgeometry/_index.md new file mode 100644 index 00000000000..1c06e085e77 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/customgeometry/~customgeometry/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::CustomGeometry::~CustomGeometry method +linktitle: ~CustomGeometry +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CustomGeometry::~CustomGeometry method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/customgeometry/~customgeometry/ +--- +## CustomGeometry::~CustomGeometry method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::CustomGeometry::~CustomGeometry() +``` + +## See Also + +* Class [CustomGeometry](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/customxmlshape/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/customxmlshape/_impl/_index.md new file mode 100644 index 00000000000..2d6a16a5d35 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/customxmlshape/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::CustomXmlShape::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CustomXmlShape::_impl field. The implementation object in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/customxmlshape/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +CustomXmlShape_Impl* Aspose::Cells::Drawing::CustomXmlShape::_impl +``` + +## See Also + +* Class [CustomXmlShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/customxmlshape/_index.md b/spanish/cpp/aspose.cells.drawing/customxmlshape/_index.md new file mode 100644 index 00000000000..b76292c8259 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/customxmlshape/_index.md @@ -0,0 +1,273 @@ +--- +title: Aspose::Cells::Drawing::CustomXmlShape class +linktitle: CustomXmlShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CustomXmlShape class. Represents Custom xml shape ,such as Ink in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing/customxmlshape/ +--- +## CustomXmlShape class + + +Represents Custom xml shape ,such as Ink. + +```cpp +class CustomXmlShape : public Aspose::Cells::Drawing::Shape +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddHyperlink(const U16String\& address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AddHyperlink(const char16_t* address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AlignTopRightCorner(int32_t topRow, int32_t rightColumn)](../shape/aligntoprightcorner/) | Moves the picture to the top-right corner. | +| [CalculateTextSize()](../shape/calculatetextsize/) | Recalculate the text area. | +| [Characters(int32_t startIndex, int32_t length)](../shape/characters/) | Returns a Characters object that represents a range of characters within the text. | +| [CustomXmlShape(CustomXmlShape_Impl* impl)](./customxmlshape/) | Constructs from an implementation object. | +| [CustomXmlShape(const CustomXmlShape\& src)](./customxmlshape/) | Copy constructor. | +| [CustomXmlShape(const Shape\& src)](./customxmlshape/) | Constructs from a parent object. | +| [FitToTextSize()](../shape/fittotextsize/) | Recalculate a text area suitable for displaying all text content. | +| [FormatCharacters(int32_t startIndex, int32_t length, const Aspose::Cells::Font\& font, const StyleFlag\& flag)](../shape/formatcharacters/) | Formats some characters with the font setting. | +| [GetActiveXControl()](../shape/getactivexcontrol/) | Gets the ActiveX control. | +| [GetActualBox()](../shape/getactualbox/) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [GetActualLowerRightRow()](../shape/getactuallowerrightrow/) | Get the actual bottom row. | +| [GetAlternativeText()](../shape/getalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [GetAnchorType()](../shape/getanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [GetAutoShapeType()](../shape/getautoshapetype/) | Gets and sets the auto shape type. | +| [GetBottom()](../shape/getbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [GetConnectionPoints()](../shape/getconnectionpoints/) | Get the connection points. | +| [GetControlData()](../shape/getcontroldata/) | Gets the data of control. | +| [GetCreateId(UUID\& uuid)](../shape/getcreateid/) | Gets and sets create id for this shape. | +| [GetFill()](../shape/getfill/) | Returns a [FillFormat](../fillformat/) object that contains fill formatting properties for the specified shape. | +| [GetFont()](../shape/getfont/) | Represents the font of shape. | +| [GetFormatPicture()](../shape/getformatpicture/) | Gets and sets the options of the picture format. | +| [GetGeometry()](../shape/getgeometry/) | Gets the geometry. | +| [GetGlow()](../shape/getglow/) | Represents a [GlowEffect](../gloweffect/) object that specifies glow effect for the chart element or shape. | +| [GetGroup()](../shape/getgroup/) | Gets the group shape which contains this shape. | +| [GetHasLine()](../shape/gethasline/) | Gets and sets the line border of the shape is visible. | +| [GetHeight()](../shape/getheight/) | Represents the height of shape, in unit of pixel. | +| [GetHeightCM()](../shape/getheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [GetHeightInch()](../shape/getheightinch/) | Represents the height of the shape, in unit of inches. | +| [GetHeightInShape()](../shape/getheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [GetHeightPt()](../shape/getheightpt/) | Represents the height of the shape, in unit of points. | +| [GetHeightScale()](../shape/getheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [GetHtmlText()](../shape/gethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [GetHyperlink()](../shape/gethyperlink/) | Gets the hyperlink of the shape. | +| [GetId()](../shape/getid/) | Gets the identifier of this shape. | +| [GetInputRange()](../shape/getinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [GetInputRange(bool isR1C1, bool isLocal)](../shape/getinputrange/) | Gets the range used to fill the control. | +| [GetLeft()](../shape/getleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [GetLeftCM()](../shape/getleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [GetLeftInch()](../shape/getleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [GetLeftInShape()](../shape/getleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [GetLeftToCorner()](../shape/getlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [GetLine()](../shape/getline/) | Gets line style. | +| [GetLinkedCell()](../shape/getlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [GetLinkedCell(bool isR1C1, bool isLocal)](../shape/getlinkedcell/) | Gets the range linked to the control's value. | +| [GetLockedProperty(ShapeLockType type)](../shape/getlockedproperty/) | Gets the value of locked property. | +| [GetLowerDeltaX()](../shape/getlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [GetLowerDeltaY()](../shape/getlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [GetLowerRightColumn()](../shape/getlowerrightcolumn/) | Represents lower right corner column index. | +| [GetLowerRightRow()](../shape/getlowerrightrow/) | Represents lower right corner row index. | +| [GetMacroName()](../shape/getmacroname/) | Gets and sets the name of macro. | +| [GetMsoDrawingType()](../shape/getmsodrawingtype/) | Gets drawing type. | +| [GetName()](../shape/getname/) | Gets and sets the name of the shape. | +| [GetPaths()](../shape/getpaths/) | Gets the paths of a custom geometric shape. | +| [GetPlacement()](../shape/getplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [GetReflection()](../shape/getreflection/) | Represents a [ReflectionEffect](../reflectioneffect/) object that specifies reflection effect for the chart element or shape. | +| [GetRelativeToOriginalPictureSize()](../shape/getrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [GetResultOfSmartArt()](../shape/getresultofsmartart/) | Converting smart art to grouped shapes. | +| [GetRichFormattings()](../shape/getrichformattings/) | Returns all Characters objects that represents a range of characters within the text . | +| [GetRight()](../shape/getright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [GetRotationAngle()](../shape/getrotationangle/) | Gets and sets the rotation of the shape. | +| [GetShadowEffect()](../shape/getshadoweffect/) | Represents a [Drawing.ShadowEffect](../shadoweffect/) object that specifies shadow effect for the chart element or shape. | +| [GetSoftEdges()](../shape/getsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [GetSpid()](../shape/getspid/) | Specifies an optional string identifier that an application can use to identify the particular shape. | +| [GetSpt()](../shape/getspt/) | Specifies an optional number that an application can use to associate the particular shape with a defined shape type. | +| [GetText()](../shape/gettext/) | Gets and sets the text of this shape. | +| [GetTextBody()](../shape/gettextbody/) | Gets and sets the setting of the shape's text. | +| [GetTextBoxOptions()](../shape/gettextboxoptions/) | Gets the text information in the shape. | +| [GetTextDirection()](../shape/gettextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [GetTextEffect()](../shape/gettexteffect/) | Returns a [TextEffectFormat](../texteffectformat/) object that contains text-effect formatting properties for the specified shape. Applies to [Shape](../shape/) objects that represent WordArt. | +| [GetTextHorizontalAlignment()](../shape/gettexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [GetTextHorizontalOverflow()](../shape/gettexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [GetTextOptions()](../shape/gettextoptions/) | Represents the text options of the shape. | +| [GetTextOrientationType()](../shape/gettextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [GetTextShapeType()](../shape/gettextshapetype/) | Gets and sets the preset text shape type. | +| [GetTextVerticalAlignment()](../shape/gettextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [GetTextVerticalOverflow()](../shape/gettextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [GetThreeDFormat()](../shape/getthreedformat/) | Gets and sets 3d format of the shape. | +| [GetTitle()](../shape/gettitle/) | Specifies the title (caption) of the current shape object. | +| [GetTop()](../shape/gettop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [GetTopCM()](../shape/gettopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [GetTopInch()](../shape/gettopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [GetTopInShape()](../shape/gettopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [GetTopToCorner()](../shape/gettoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [GetType()](../shape/gettype/) | Gets the auto shape type. | +| [GetUpperDeltaX()](../shape/getupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [GetUpperDeltaY()](../shape/getupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [GetUpperLeftColumn()](../shape/getupperleftcolumn/) | Represents upper left corner column index. | +| [GetUpperLeftRow()](../shape/getupperleftrow/) | Represents the top row index. | +| [GetWidth()](../shape/getwidth/) | Represents the width of shape, in unit of pixels. | +| [GetWidthCM()](../shape/getwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [GetWidthInch()](../shape/getwidthinch/) | Represents the width of the shape, in unit of inch. | +| [GetWidthInShape()](../shape/getwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [GetWidthPt()](../shape/getwidthpt/) | Represents the width of the shape, in unit of point. | +| [GetWidthScale()](../shape/getwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [GetWorksheet()](../shape/getworksheet/) | Gets the [Worksheet](../../aspose.cells/worksheet/) object which contains this shape. | +| [GetX()](../shape/getx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [GetY()](../shape/gety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [GetZOrderPosition()](../shape/getzorderposition/) | Returns the position of a shape in the z-order. | +| [IsAspectRatioLocked()](../shape/isaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [IsDecorative()](../shape/isdecorative/) | Indicates whether the object is decorative. | +| [IsEquation()](../shape/isequation/) | Indicates whether the shape only contains an equation. | +| [IsFilled()](../shape/isfilled/) | Indicates whether the fill format is visible. | +| [IsFlippedHorizontally()](../shape/isflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [IsFlippedVertically()](../shape/isflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [IsGroup()](../shape/isgroup/) | Indicates whether this shape is a group shape. | +| [IsHidden()](../shape/ishidden/) | Indicates whether the object is visible. | +| [IsInGroup()](../shape/isingroup/) | Indicates whether the shape is grouped. | +| [IsLockAspectRatio()](../shape/islockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [IsLocked()](../shape/islocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsPrintable()](../shape/isprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [IsRichText()](../shape/isrichtext/) | Whether or not the text is rich text. | +| [IsSameSetting(const Aspose::Cells::Object\& obj)](../shape/issamesetting/) | Returns whether the shape is same. | +| [IsSmartArt()](../shape/issmartart/) | Indicates whether the shape is a smart art. | +| [IsTextWrapped()](../shape/istextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [IsWordArt()](../shape/iswordart/) | Indicates whether this shape is a word art. | +| [MoveToRange(int32_t topRow, int32_t leftColumn, int32_t bottomRow, int32_t rightColumn)](../shape/movetorange/) | Moves the shape to a specified range. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const CustomXmlShape\& src)](./operator_asm/) | operator= | +| [operator=(const Shape\& src)](../shape/operator_asm/) | operator= | +| [RemoveActiveXControl()](../shape/removeactivexcontrol/) | Remove activeX control. | +| [RemoveHyperlink()](../shape/removehyperlink/) | Removes the hyperlink of the shape. | +| [SetAlternativeText(const U16String\& value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAlternativeText(const char16_t* value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAnchorType(ShapeAnchorType value)](../shape/setanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [SetAutoShapeType(AutoShapeType value)](../shape/setautoshapetype/) | Gets and sets the auto shape type. | +| [SetBottom(int32_t value)](../shape/setbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [SetCreateId(const UUID\& value)](../shape/setcreateid/) | Gets and sets create id for this shape. | +| [SetFont(const Aspose::Cells::Font\& value)](../shape/setfont/) | Represents the font of shape. | +| [SetHasLine(bool value)](../shape/sethasline/) | Gets and sets the line border of the shape is visible. | +| [SetHeight(int32_t value)](../shape/setheight/) | Represents the height of shape, in unit of pixel. | +| [SetHeightCM(double value)](../shape/setheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [SetHeightInch(double value)](../shape/setheightinch/) | Represents the height of the shape, in unit of inches. | +| [SetHeightInShape(int32_t value)](../shape/setheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [SetHeightPt(double value)](../shape/setheightpt/) | Represents the height of the shape, in unit of points. | +| [SetHeightScale(int32_t value)](../shape/setheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [SetHtmlText(const U16String\& value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetHtmlText(const char16_t* value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetInputRange(const U16String\& value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const char16_t* value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetInputRange(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetIsAspectRatioLocked(bool value)](../shape/setisaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [SetIsDecorative(bool value)](../shape/setisdecorative/) | Indicates whether the object is decorative. | +| [SetIsFilled(bool value)](../shape/setisfilled/) | Indicates whether the fill format is visible. | +| [SetIsFlippedHorizontally(bool value)](../shape/setisflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [SetIsFlippedVertically(bool value)](../shape/setisflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [SetIsHidden(bool value)](../shape/setishidden/) | Indicates whether the object is visible. | +| [SetIsLockAspectRatio(bool value)](../shape/setislockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [SetIsLocked(bool value)](../shape/setislocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [SetIsPrintable(bool value)](../shape/setisprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [SetIsTextWrapped(bool value)](../shape/setistextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [SetLeft(int32_t value)](../shape/setleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [SetLeftCM(double value)](../shape/setleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [SetLeftInch(double value)](../shape/setleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [SetLeftInShape(int32_t value)](../shape/setleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [SetLeftToCorner(int32_t value)](../shape/setlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [SetLinkedCell(const U16String\& value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const char16_t* value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLinkedCell(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLockedProperty(ShapeLockType type, bool value)](../shape/setlockedproperty/) | Set the locked property. | +| [SetLowerDeltaX(int32_t value)](../shape/setlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [SetLowerDeltaY(int32_t value)](../shape/setlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [SetLowerRightColumn(int32_t value)](../shape/setlowerrightcolumn/) | Represents lower right corner column index. | +| [SetLowerRightRow(int32_t value)](../shape/setlowerrightrow/) | Represents lower right corner row index. | +| [SetMacroName(const U16String\& value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetMacroName(const char16_t* value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetName(const U16String\& value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetName(const char16_t* value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetPlacement(PlacementType value)](../shape/setplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [SetRelativeToOriginalPictureSize(bool value)](../shape/setrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [SetRight(int32_t value)](../shape/setright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [SetRotationAngle(double value)](../shape/setrotationangle/) | Gets and sets the rotation of the shape. | +| [SetSoftEdges(double value)](../shape/setsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [SetText(const U16String\& value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetText(const char16_t* value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetTextDirection(TextDirectionType value)](../shape/settextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [SetTextHorizontalAlignment(TextAlignmentType value)](../shape/settexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [SetTextHorizontalOverflow(TextOverflowType value)](../shape/settexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [SetTextOptions(const TextOptions\& value)](../shape/settextoptions/) | Represents the text options of the shape. | +| [SetTextOrientationType(TextOrientationType value)](../shape/settextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [SetTextShapeType(AutoShapeType value)](../shape/settextshapetype/) | Gets and sets the preset text shape type. | +| [SetTextVerticalAlignment(TextAlignmentType value)](../shape/settextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [SetTextVerticalOverflow(TextOverflowType value)](../shape/settextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [SetTitle(const U16String\& value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTitle(const char16_t* value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTop(int32_t value)](../shape/settop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [SetTopCM(double value)](../shape/settopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [SetTopInch(double value)](../shape/settopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [SetTopInShape(int32_t value)](../shape/settopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [SetTopToCorner(int32_t value)](../shape/settoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [SetUpperDeltaX(int32_t value)](../shape/setupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [SetUpperDeltaY(int32_t value)](../shape/setupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [SetUpperLeftColumn(int32_t value)](../shape/setupperleftcolumn/) | Represents upper left corner column index. | +| [SetUpperLeftRow(int32_t value)](../shape/setupperleftrow/) | Represents the top row index. | +| [SetWidth(int32_t value)](../shape/setwidth/) | Represents the width of shape, in unit of pixels. | +| [SetWidthCM(double value)](../shape/setwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [SetWidthInch(double value)](../shape/setwidthinch/) | Represents the width of the shape, in unit of inch. | +| [SetWidthInShape(int32_t value)](../shape/setwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [SetWidthPt(double value)](../shape/setwidthpt/) | Represents the width of the shape, in unit of point. | +| [SetWidthScale(int32_t value)](../shape/setwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [SetX(int32_t value)](../shape/setx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [SetY(int32_t value)](../shape/sety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [SetZOrderPosition(int32_t value)](../shape/setzorderposition/) | Returns the position of a shape in the z-order. | +| [Shape(Shape_Impl* impl)](../shape/shape/) | Constructs from an implementation object. | +| [Shape(const Shape\& src)](../shape/shape/) | Copy constructor. | +| [ToFrontOrBack(int32_t orders)](../shape/tofrontorback/) | Brings the shape to the front or sends the shape to back. | +| [ToImage(Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. | +| [ToImage(const U16String\& imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const char16_t* imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a stream. | +| [UpdateSelectedValue()](../shape/updateselectedvalue/) | Update the selected value by the value of the linked cell. | +| [~CustomXmlShape()](./~customxmlshape/) | Destructor. | +| [~Shape()](../shape/~shape/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; +ShapeCollection shapes = workbook.GetWorksheets().Get(0).GetShapes(); + +//agregar un CustomXmlShape +Shape shape = shapes.AddShape(MsoDrawingType::CustomXml, 3, 0, 3, 0, 50, 150); + +//Verifique si una forma es CustomXmlShape +if (shapes.Get(0).GetMsoDrawingType() == MsoDrawingType::CustomXml) +{ + //es CustomXmlShape + CustomXmlShape customXmlShape = (CustomXmlShape)shapes.Get(0); +} + + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Shape](../shape/) +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/customxmlshape/customxmlshape/_index.md b/spanish/cpp/aspose.cells.drawing/customxmlshape/customxmlshape/_index.md new file mode 100644 index 00000000000..40e92126615 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/customxmlshape/customxmlshape/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::CustomXmlShape::CustomXmlShape constructor +linktitle: CustomXmlShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CustomXmlShape::CustomXmlShape constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/customxmlshape/customxmlshape/ +--- +## CustomXmlShape::CustomXmlShape(CustomXmlShape_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::CustomXmlShape::CustomXmlShape(CustomXmlShape_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomXmlShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## CustomXmlShape::CustomXmlShape(const CustomXmlShape\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::CustomXmlShape::CustomXmlShape(const CustomXmlShape &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomXmlShape](../) +* Class [CustomXmlShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## CustomXmlShape::CustomXmlShape(const Shape\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::CustomXmlShape::CustomXmlShape(const Shape &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../../shape/) +* Class [CustomXmlShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/customxmlshape/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/customxmlshape/isnull/_index.md new file mode 100644 index 00000000000..9162be76054 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/customxmlshape/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::CustomXmlShape::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CustomXmlShape::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/customxmlshape/isnull/ +--- +## CustomXmlShape::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::CustomXmlShape::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomXmlShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/customxmlshape/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/customxmlshape/operator_asm/_index.md new file mode 100644 index 00000000000..96a804f8a18 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/customxmlshape/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::CustomXmlShape::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CustomXmlShape::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/customxmlshape/operator_asm/ +--- +## CustomXmlShape::operator= method + + +operator= + +```cpp +CustomXmlShape & Aspose::Cells::Drawing::CustomXmlShape::operator=(const CustomXmlShape &src) +``` + +## See Also + +* Class [CustomXmlShape](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomXmlShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/customxmlshape/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/customxmlshape/operator_bool/_index.md new file mode 100644 index 00000000000..8baa5fa130a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/customxmlshape/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::CustomXmlShape::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CustomXmlShape::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/customxmlshape/operator_bool/ +--- +## CustomXmlShape::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::CustomXmlShape::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [CustomXmlShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/customxmlshape/~customxmlshape/_index.md b/spanish/cpp/aspose.cells.drawing/customxmlshape/~customxmlshape/_index.md new file mode 100644 index 00000000000..42b49af66d4 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/customxmlshape/~customxmlshape/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::CustomXmlShape::~CustomXmlShape method +linktitle: ~CustomXmlShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::CustomXmlShape::~CustomXmlShape method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/customxmlshape/~customxmlshape/ +--- +## CustomXmlShape::~CustomXmlShape method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::CustomXmlShape::~CustomXmlShape() +``` + +## See Also + +* Class [CustomXmlShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/datalabelshapetype/_index.md b/spanish/cpp/aspose.cells.drawing/datalabelshapetype/_index.md new file mode 100644 index 00000000000..d39d7f38c1c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/datalabelshapetype/_index.md @@ -0,0 +1,42 @@ +--- +title: Aspose::Cells::Drawing::DataLabelShapeType enum +linktitle: DataLabelShapeType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::DataLabelShapeType enum. Specifies the preset shape geometry that is to be used for a chart in C++.' +type: docs +weight: 8000 +url: /es/cpp/aspose.cells.drawing/datalabelshapetype/ +--- +## DataLabelShapeType enum + + +Specifies the preset shape geometry that is to be used for a chart. + +```cpp +enum class DataLabelShapeType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Rect | 0 |
Represents the rectangle shape. | +| RoundRect | 1 |
Represents the round rectangle shape. | +| Ellipse | 2 |
Represents the ellipse shape. | +| RightArrowCallout | 3 |
Represents the right arrow callout shape. | +| DownArrowCallout | 4 |
Represents the down arrow callout shape. | +| LeftArrowCallout | 5 |
Represents the left arrow callout shape. | +| UpArrowCallout | 6 |
Represents the up arrow callout shape. | +| WedgeRectCallout | 7 |
Represents the wedge rectangle callout shape. | +| WedgeRoundRectCallout | 8 |
Represents the wedge round rectangle callout shape. | +| WedgeEllipseCallout | 9 |
Represents the wedge ellipse callout shape. | +| LineCallout | 10 |
Represents the line callout shape. | +| BentLineCallout | 11 |
Represents the bent line callout shape. | +| LineWithAccentBarCallout | 12 |
Represents the line with accent bar callout shape. | +| BentLineWithAccentBarCallout | 13 |
Represents the bent line with accent bar callout shape. | +| Line | 14 |
This type is only used for special file processing. | + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/dialog_box/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/dialog_box/_impl/_index.md new file mode 100644 index 00000000000..09f4333824d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/dialog_box/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Dialog_Box::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Dialog_Box::_impl field. The implementation object in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/dialog_box/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +Dialog_Box_Impl* Aspose::Cells::Drawing::Dialog_Box::_impl +``` + +## See Also + +* Class [Dialog_Box](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/dialog_box/_index.md b/spanish/cpp/aspose.cells.drawing/dialog_box/_index.md new file mode 100644 index 00000000000..453f14ec113 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/dialog_box/_index.md @@ -0,0 +1,249 @@ +--- +title: Aspose::Cells::Drawing::Dialog_Box class +linktitle: Dialog_Box +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Dialog_Box class. Represents the dialog box in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing/dialog_box/ +--- +## Dialog_Box class + + +Represents the dialog box. + +```cpp +class Dialog_Box : public Aspose::Cells::Drawing::Shape +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddHyperlink(const U16String\& address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AddHyperlink(const char16_t* address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AlignTopRightCorner(int32_t topRow, int32_t rightColumn)](../shape/aligntoprightcorner/) | Moves the picture to the top-right corner. | +| [CalculateTextSize()](../shape/calculatetextsize/) | Recalculate the text area. | +| [Characters(int32_t startIndex, int32_t length)](../shape/characters/) | Returns a Characters object that represents a range of characters within the text. | +| [Dialog_Box(Dialog_Box_Impl* impl)](./dialog_box/) | Constructs from an implementation object. | +| [Dialog_Box(const Dialog_Box\& src)](./dialog_box/) | Copy constructor. | +| [Dialog_Box(const Shape\& src)](./dialog_box/) | Constructs from a parent object. | +| [FitToTextSize()](../shape/fittotextsize/) | Recalculate a text area suitable for displaying all text content. | +| [FormatCharacters(int32_t startIndex, int32_t length, const Aspose::Cells::Font\& font, const StyleFlag\& flag)](../shape/formatcharacters/) | Formats some characters with the font setting. | +| [GetActiveXControl()](../shape/getactivexcontrol/) | Gets the ActiveX control. | +| [GetActualBox()](../shape/getactualbox/) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [GetActualLowerRightRow()](../shape/getactuallowerrightrow/) | Get the actual bottom row. | +| [GetAlternativeText()](../shape/getalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [GetAnchorType()](../shape/getanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [GetAutoShapeType()](../shape/getautoshapetype/) | Gets and sets the auto shape type. | +| [GetBottom()](../shape/getbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [GetConnectionPoints()](../shape/getconnectionpoints/) | Get the connection points. | +| [GetControlData()](../shape/getcontroldata/) | Gets the data of control. | +| [GetCreateId(UUID\& uuid)](../shape/getcreateid/) | Gets and sets create id for this shape. | +| [GetFill()](../shape/getfill/) | Returns a [FillFormat](../fillformat/) object that contains fill formatting properties for the specified shape. | +| [GetFont()](../shape/getfont/) | Represents the font of shape. | +| [GetFormatPicture()](../shape/getformatpicture/) | Gets and sets the options of the picture format. | +| [GetGeometry()](../shape/getgeometry/) | Gets the geometry. | +| [GetGlow()](../shape/getglow/) | Represents a [GlowEffect](../gloweffect/) object that specifies glow effect for the chart element or shape. | +| [GetGroup()](../shape/getgroup/) | Gets the group shape which contains this shape. | +| [GetHasLine()](../shape/gethasline/) | Gets and sets the line border of the shape is visible. | +| [GetHeight()](../shape/getheight/) | Represents the height of shape, in unit of pixel. | +| [GetHeightCM()](../shape/getheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [GetHeightInch()](../shape/getheightinch/) | Represents the height of the shape, in unit of inches. | +| [GetHeightInShape()](../shape/getheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [GetHeightPt()](../shape/getheightpt/) | Represents the height of the shape, in unit of points. | +| [GetHeightScale()](../shape/getheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [GetHtmlText()](../shape/gethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [GetHyperlink()](../shape/gethyperlink/) | Gets the hyperlink of the shape. | +| [GetId()](../shape/getid/) | Gets the identifier of this shape. | +| [GetInputRange()](../shape/getinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [GetInputRange(bool isR1C1, bool isLocal)](../shape/getinputrange/) | Gets the range used to fill the control. | +| [GetLeft()](../shape/getleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [GetLeftCM()](../shape/getleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [GetLeftInch()](../shape/getleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [GetLeftInShape()](../shape/getleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [GetLeftToCorner()](../shape/getlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [GetLine()](../shape/getline/) | Gets line style. | +| [GetLinkedCell()](../shape/getlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [GetLinkedCell(bool isR1C1, bool isLocal)](../shape/getlinkedcell/) | Gets the range linked to the control's value. | +| [GetLockedProperty(ShapeLockType type)](../shape/getlockedproperty/) | Gets the value of locked property. | +| [GetLowerDeltaX()](../shape/getlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [GetLowerDeltaY()](../shape/getlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [GetLowerRightColumn()](../shape/getlowerrightcolumn/) | Represents lower right corner column index. | +| [GetLowerRightRow()](../shape/getlowerrightrow/) | Represents lower right corner row index. | +| [GetMacroName()](../shape/getmacroname/) | Gets and sets the name of macro. | +| [GetMsoDrawingType()](../shape/getmsodrawingtype/) | Gets drawing type. | +| [GetName()](../shape/getname/) | Gets and sets the name of the shape. | +| [GetPaths()](../shape/getpaths/) | Gets the paths of a custom geometric shape. | +| [GetPlacement()](../shape/getplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [GetReflection()](../shape/getreflection/) | Represents a [ReflectionEffect](../reflectioneffect/) object that specifies reflection effect for the chart element or shape. | +| [GetRelativeToOriginalPictureSize()](../shape/getrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [GetResultOfSmartArt()](../shape/getresultofsmartart/) | Converting smart art to grouped shapes. | +| [GetRichFormattings()](../shape/getrichformattings/) | Returns all Characters objects that represents a range of characters within the text . | +| [GetRight()](../shape/getright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [GetRotationAngle()](../shape/getrotationangle/) | Gets and sets the rotation of the shape. | +| [GetShadowEffect()](../shape/getshadoweffect/) | Represents a [Drawing.ShadowEffect](../shadoweffect/) object that specifies shadow effect for the chart element or shape. | +| [GetSoftEdges()](../shape/getsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [GetSpid()](../shape/getspid/) | Specifies an optional string identifier that an application can use to identify the particular shape. | +| [GetSpt()](../shape/getspt/) | Specifies an optional number that an application can use to associate the particular shape with a defined shape type. | +| [GetText()](../shape/gettext/) | Gets and sets the text of this shape. | +| [GetTextBody()](../shape/gettextbody/) | Gets and sets the setting of the shape's text. | +| [GetTextBoxOptions()](../shape/gettextboxoptions/) | Gets the text information in the shape. | +| [GetTextDirection()](../shape/gettextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [GetTextEffect()](../shape/gettexteffect/) | Returns a [TextEffectFormat](../texteffectformat/) object that contains text-effect formatting properties for the specified shape. Applies to [Shape](../shape/) objects that represent WordArt. | +| [GetTextHorizontalAlignment()](../shape/gettexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [GetTextHorizontalOverflow()](../shape/gettexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [GetTextOptions()](../shape/gettextoptions/) | Represents the text options of the shape. | +| [GetTextOrientationType()](../shape/gettextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [GetTextShapeType()](../shape/gettextshapetype/) | Gets and sets the preset text shape type. | +| [GetTextVerticalAlignment()](../shape/gettextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [GetTextVerticalOverflow()](../shape/gettextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [GetThreeDFormat()](../shape/getthreedformat/) | Gets and sets 3d format of the shape. | +| [GetTitle()](../shape/gettitle/) | Specifies the title (caption) of the current shape object. | +| [GetTop()](../shape/gettop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [GetTopCM()](../shape/gettopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [GetTopInch()](../shape/gettopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [GetTopInShape()](../shape/gettopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [GetTopToCorner()](../shape/gettoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [GetType()](../shape/gettype/) | Gets the auto shape type. | +| [GetUpperDeltaX()](../shape/getupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [GetUpperDeltaY()](../shape/getupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [GetUpperLeftColumn()](../shape/getupperleftcolumn/) | Represents upper left corner column index. | +| [GetUpperLeftRow()](../shape/getupperleftrow/) | Represents the top row index. | +| [GetWidth()](../shape/getwidth/) | Represents the width of shape, in unit of pixels. | +| [GetWidthCM()](../shape/getwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [GetWidthInch()](../shape/getwidthinch/) | Represents the width of the shape, in unit of inch. | +| [GetWidthInShape()](../shape/getwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [GetWidthPt()](../shape/getwidthpt/) | Represents the width of the shape, in unit of point. | +| [GetWidthScale()](../shape/getwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [GetWorksheet()](../shape/getworksheet/) | Gets the [Worksheet](../../aspose.cells/worksheet/) object which contains this shape. | +| [GetX()](../shape/getx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [GetY()](../shape/gety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [GetZOrderPosition()](../shape/getzorderposition/) | Returns the position of a shape in the z-order. | +| [IsAspectRatioLocked()](../shape/isaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [IsDecorative()](../shape/isdecorative/) | Indicates whether the object is decorative. | +| [IsEquation()](../shape/isequation/) | Indicates whether the shape only contains an equation. | +| [IsFilled()](../shape/isfilled/) | Indicates whether the fill format is visible. | +| [IsFlippedHorizontally()](../shape/isflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [IsFlippedVertically()](../shape/isflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [IsGroup()](../shape/isgroup/) | Indicates whether this shape is a group shape. | +| [IsHidden()](../shape/ishidden/) | Indicates whether the object is visible. | +| [IsInGroup()](../shape/isingroup/) | Indicates whether the shape is grouped. | +| [IsLockAspectRatio()](../shape/islockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [IsLocked()](../shape/islocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsPrintable()](../shape/isprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [IsRichText()](../shape/isrichtext/) | Whether or not the text is rich text. | +| [IsSameSetting(const Aspose::Cells::Object\& obj)](../shape/issamesetting/) | Returns whether the shape is same. | +| [IsSmartArt()](../shape/issmartart/) | Indicates whether the shape is a smart art. | +| [IsTextWrapped()](../shape/istextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [IsWordArt()](../shape/iswordart/) | Indicates whether this shape is a word art. | +| [MoveToRange(int32_t topRow, int32_t leftColumn, int32_t bottomRow, int32_t rightColumn)](../shape/movetorange/) | Moves the shape to a specified range. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const Dialog_Box\& src)](./operator_asm/) | operator= | +| [operator=(const Shape\& src)](../shape/operator_asm/) | operator= | +| [RemoveActiveXControl()](../shape/removeactivexcontrol/) | Remove activeX control. | +| [RemoveHyperlink()](../shape/removehyperlink/) | Removes the hyperlink of the shape. | +| [SetAlternativeText(const U16String\& value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAlternativeText(const char16_t* value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAnchorType(ShapeAnchorType value)](../shape/setanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [SetAutoShapeType(AutoShapeType value)](../shape/setautoshapetype/) | Gets and sets the auto shape type. | +| [SetBottom(int32_t value)](../shape/setbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [SetCreateId(const UUID\& value)](../shape/setcreateid/) | Gets and sets create id for this shape. | +| [SetFont(const Aspose::Cells::Font\& value)](../shape/setfont/) | Represents the font of shape. | +| [SetHasLine(bool value)](../shape/sethasline/) | Gets and sets the line border of the shape is visible. | +| [SetHeight(int32_t value)](../shape/setheight/) | Represents the height of shape, in unit of pixel. | +| [SetHeightCM(double value)](../shape/setheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [SetHeightInch(double value)](../shape/setheightinch/) | Represents the height of the shape, in unit of inches. | +| [SetHeightInShape(int32_t value)](../shape/setheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [SetHeightPt(double value)](../shape/setheightpt/) | Represents the height of the shape, in unit of points. | +| [SetHeightScale(int32_t value)](../shape/setheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [SetHtmlText(const U16String\& value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetHtmlText(const char16_t* value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetInputRange(const U16String\& value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const char16_t* value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetInputRange(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetIsAspectRatioLocked(bool value)](../shape/setisaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [SetIsDecorative(bool value)](../shape/setisdecorative/) | Indicates whether the object is decorative. | +| [SetIsFilled(bool value)](../shape/setisfilled/) | Indicates whether the fill format is visible. | +| [SetIsFlippedHorizontally(bool value)](../shape/setisflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [SetIsFlippedVertically(bool value)](../shape/setisflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [SetIsHidden(bool value)](../shape/setishidden/) | Indicates whether the object is visible. | +| [SetIsLockAspectRatio(bool value)](../shape/setislockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [SetIsLocked(bool value)](../shape/setislocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [SetIsPrintable(bool value)](../shape/setisprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [SetIsTextWrapped(bool value)](../shape/setistextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [SetLeft(int32_t value)](../shape/setleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [SetLeftCM(double value)](../shape/setleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [SetLeftInch(double value)](../shape/setleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [SetLeftInShape(int32_t value)](../shape/setleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [SetLeftToCorner(int32_t value)](../shape/setlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [SetLinkedCell(const U16String\& value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const char16_t* value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLinkedCell(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLockedProperty(ShapeLockType type, bool value)](../shape/setlockedproperty/) | Set the locked property. | +| [SetLowerDeltaX(int32_t value)](../shape/setlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [SetLowerDeltaY(int32_t value)](../shape/setlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [SetLowerRightColumn(int32_t value)](../shape/setlowerrightcolumn/) | Represents lower right corner column index. | +| [SetLowerRightRow(int32_t value)](../shape/setlowerrightrow/) | Represents lower right corner row index. | +| [SetMacroName(const U16String\& value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetMacroName(const char16_t* value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetName(const U16String\& value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetName(const char16_t* value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetPlacement(PlacementType value)](../shape/setplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [SetRelativeToOriginalPictureSize(bool value)](../shape/setrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [SetRight(int32_t value)](../shape/setright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [SetRotationAngle(double value)](../shape/setrotationangle/) | Gets and sets the rotation of the shape. | +| [SetSoftEdges(double value)](../shape/setsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [SetText(const U16String\& value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetText(const char16_t* value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetTextDirection(TextDirectionType value)](../shape/settextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [SetTextHorizontalAlignment(TextAlignmentType value)](../shape/settexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [SetTextHorizontalOverflow(TextOverflowType value)](../shape/settexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [SetTextOptions(const TextOptions\& value)](../shape/settextoptions/) | Represents the text options of the shape. | +| [SetTextOrientationType(TextOrientationType value)](../shape/settextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [SetTextShapeType(AutoShapeType value)](../shape/settextshapetype/) | Gets and sets the preset text shape type. | +| [SetTextVerticalAlignment(TextAlignmentType value)](../shape/settextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [SetTextVerticalOverflow(TextOverflowType value)](../shape/settextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [SetTitle(const U16String\& value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTitle(const char16_t* value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTop(int32_t value)](../shape/settop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [SetTopCM(double value)](../shape/settopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [SetTopInch(double value)](../shape/settopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [SetTopInShape(int32_t value)](../shape/settopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [SetTopToCorner(int32_t value)](../shape/settoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [SetUpperDeltaX(int32_t value)](../shape/setupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [SetUpperDeltaY(int32_t value)](../shape/setupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [SetUpperLeftColumn(int32_t value)](../shape/setupperleftcolumn/) | Represents upper left corner column index. | +| [SetUpperLeftRow(int32_t value)](../shape/setupperleftrow/) | Represents the top row index. | +| [SetWidth(int32_t value)](../shape/setwidth/) | Represents the width of shape, in unit of pixels. | +| [SetWidthCM(double value)](../shape/setwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [SetWidthInch(double value)](../shape/setwidthinch/) | Represents the width of the shape, in unit of inch. | +| [SetWidthInShape(int32_t value)](../shape/setwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [SetWidthPt(double value)](../shape/setwidthpt/) | Represents the width of the shape, in unit of point. | +| [SetWidthScale(int32_t value)](../shape/setwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [SetX(int32_t value)](../shape/setx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [SetY(int32_t value)](../shape/sety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [SetZOrderPosition(int32_t value)](../shape/setzorderposition/) | Returns the position of a shape in the z-order. | +| [Shape(Shape_Impl* impl)](../shape/shape/) | Constructs from an implementation object. | +| [Shape(const Shape\& src)](../shape/shape/) | Copy constructor. | +| [ToFrontOrBack(int32_t orders)](../shape/tofrontorback/) | Brings the shape to the front or sends the shape to back. | +| [ToImage(Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. | +| [ToImage(const U16String\& imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const char16_t* imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a stream. | +| [UpdateSelectedValue()](../shape/updateselectedvalue/) | Update the selected value by the value of the linked cell. | +| [~Dialog_Box()](./~dialog_box/) | Destructor. | +| [~Shape()](../shape/~shape/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [Shape](../shape/) +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/dialog_box/dialog_box/_index.md b/spanish/cpp/aspose.cells.drawing/dialog_box/dialog_box/_index.md new file mode 100644 index 00000000000..d82fe30acb9 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/dialog_box/dialog_box/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::Dialog_Box::Dialog_Box constructor +linktitle: Dialog_Box +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Dialog_Box::Dialog_Box constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/dialog_box/dialog_box/ +--- +## Dialog_Box::Dialog_Box(Dialog_Box_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::Dialog_Box::Dialog_Box(Dialog_Box_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Dialog_Box](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## Dialog_Box::Dialog_Box(const Dialog_Box\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::Dialog_Box::Dialog_Box(const Dialog_Box &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Dialog_Box](../) +* Class [Dialog_Box](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## Dialog_Box::Dialog_Box(const Shape\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::Dialog_Box::Dialog_Box(const Shape &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../../shape/) +* Class [Dialog_Box](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/dialog_box/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/dialog_box/isnull/_index.md new file mode 100644 index 00000000000..1891e5fa6eb --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/dialog_box/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::Dialog_Box::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Dialog_Box::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/dialog_box/isnull/ +--- +## Dialog_Box::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::Dialog_Box::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Dialog_Box](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/dialog_box/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/dialog_box/operator_asm/_index.md new file mode 100644 index 00000000000..d64d062c9a6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/dialog_box/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Dialog_Box::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Dialog_Box::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/dialog_box/operator_asm/ +--- +## Dialog_Box::operator= method + + +operator= + +```cpp +Dialog_Box & Aspose::Cells::Drawing::Dialog_Box::operator=(const Dialog_Box &src) +``` + +## See Also + +* Class [Dialog_Box](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [Dialog_Box](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/dialog_box/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/dialog_box/operator_bool/_index.md new file mode 100644 index 00000000000..785267d51b4 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/dialog_box/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Dialog_Box::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Dialog_Box::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/dialog_box/operator_bool/ +--- +## Dialog_Box::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::Dialog_Box::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [Dialog_Box](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/dialog_box/~dialog_box/_index.md b/spanish/cpp/aspose.cells.drawing/dialog_box/~dialog_box/_index.md new file mode 100644 index 00000000000..08a814a95d6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/dialog_box/~dialog_box/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Dialog_Box::~Dialog_Box method +linktitle: ~Dialog_Box +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Dialog_Box::~Dialog_Box method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/dialog_box/~dialog_box/ +--- +## Dialog_Box::~Dialog_Box method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::Dialog_Box::~Dialog_Box() +``` + +## See Also + +* Class [Dialog_Box](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/fillformat/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/fillformat/_impl/_index.md new file mode 100644 index 00000000000..b0905b218b8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/fillformat/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::FillFormat::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::FillFormat::_impl field. The implementation object in C++.' +type: docs +weight: 3600 +url: /es/cpp/aspose.cells.drawing/fillformat/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +FillFormat_Impl* Aspose::Cells::Drawing::FillFormat::_impl +``` + +## See Also + +* Class [FillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/fillformat/_index.md b/spanish/cpp/aspose.cells.drawing/fillformat/_index.md new file mode 100644 index 00000000000..e59df1b42ee --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/fillformat/_index.md @@ -0,0 +1,118 @@ +--- +title: Aspose::Cells::Drawing::FillFormat class +linktitle: FillFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::FillFormat class. Encapsulates the object that represents fill formatting for a shape in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing/fillformat/ +--- +## FillFormat class + + +Encapsulates the object that represents fill formatting for a shape. + +```cpp +class FillFormat +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Equals(const Aspose::Cells::Object\& obj)](./equals/) | | +| [FillFormat(FillFormat_Impl* impl)](./fillformat/) | Constructs from an implementation object. | +| [FillFormat(const FillFormat\& src)](./fillformat/) | Copy constructor. | +| [GetFillType()](./getfilltype/) | Gets and sets fill type. | +| [GetGradientColor1()](./getgradientcolor1/) | Returns the gradient color 1 for the specified fill. | +| [GetGradientColor2()](./getgradientcolor2/) | Returns the gradient color 2 for the specified fill. | +| [GetGradientColorType()](./getgradientcolortype/) | Returns the gradient color type for the specified fill. | +| [GetGradientDegree()](./getgradientdegree/) | Returns the gradient degree for the specified fill. Only applies for Excel 2007. | +| [GetGradientFill()](./getgradientfill/) | Gets [GradientFill](../gradientfill/) object. | +| [GetGradientStyle()](./getgradientstyle/) | Returns the gradient style for the specified fill. | +| [GetGradientVariant()](./getgradientvariant/) | Returns the gradient variant for the specified fill. Only applies for Excel 2007. | +| [GetHashCode()](./gethashcode/) | Gets the hash code. | +| [GetImageData()](./getimagedata/) | Gets and sets the picture image data. | +| [GetPattern()](./getpattern/) | Represents an area's display pattern. | +| [GetPatternFill()](./getpatternfill/) | Gets [PatternFill](../patternfill/) object. | +| [GetPictureFormatType()](./getpictureformattype/) | Gets and sets the picture format type. | +| [GetPresetColor()](./getpresetcolor/) | Returns the gradient preset color for the specified fill. | +| [GetScale()](./getscale/) | Gets and sets the picture format scale. | +| [GetSolidFill()](./getsolidfill/) | Gets [SolidFill](../solidfill/) object. | +| [GetTexture()](./gettexture/) | Represents the texture type for the specified fill. | +| [GetTextureFill()](./gettexturefill/) | Gets [TextureFill](../texturefill/) object. | +| [GetTransparency()](./gettransparency/) | Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const FillFormat\& src)](./operator_asm/) | operator= | +| [SetFillType(FillType value)](./setfilltype/) | Gets and sets fill type. | +| [SetImageData(const Vector \\& value)](./setimagedata/) | Gets and sets the picture image data. | +| [SetOneColorGradient(const Aspose::Cells::Color\& color, double degree, GradientStyleType style, int32_t variant)](./setonecolorgradient/) | Sets the specified fill to a one-color gradient. Only applies for Excel 2007. | +| [SetPattern(FillPattern value)](./setpattern/) | Represents an area's display pattern. | +| [SetPictureFormatType(FillPictureType value)](./setpictureformattype/) | Gets and sets the picture format type. | +| [SetPresetColorGradient(GradientPresetType presetColor, GradientStyleType style, int32_t variant)](./setpresetcolorgradient/) | Sets the specified fill to a preset-color gradient. Only applies for Excel 2007. | +| [SetScale(double value)](./setscale/) | Gets and sets the picture format scale. | +| [SetTexture(TextureType value)](./settexture/) | Represents the texture type for the specified fill. | +| [SetTransparency(double value)](./settransparency/) | Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). | +| [SetTwoColorGradient(const Aspose::Cells::Color\& color1, const Aspose::Cells::Color\& color2, GradientStyleType style, int32_t variant)](./settwocolorgradient/) | Sets the specified fill to a two-color gradient. Only applies for Excel 2007. | +| [SetTwoColorGradient(const Aspose::Cells::Color\& color1, double transparency1, const Aspose::Cells::Color\& color2, double transparency2, GradientStyleType style, int32_t variant)](./settwocolorgradient/) | Sets the specified fill to a two-color gradient. Only applies for Excel 2007. | +| [~FillFormat()](./~fillformat/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; +//Añadiendo una nueva hoja de cálculo al objeto Excel +int sheetIndex = workbook.GetWorksheets().Add(); +//Obteniendo la referencia de la hoja recién añadida pasando su índice de hoja +Worksheet worksheet = workbook.GetWorksheets().Get(sheetIndex); +//Agregar un valor de muestra a la celda "A1" +worksheet.GetCells().Get(u"A1").PutValue(50); +//Agregar un valor de muestra a la celda "A2" +worksheet.GetCells().Get(u"A2").PutValue(100); +//Agregar un valor de muestra a la celda "A3" +worksheet.GetCells().Get(u"A3").PutValue(150); +//Agregar un valor de muestra a la celda "A4" +worksheet.GetCells().Get(u"A4").PutValue(200); +//Agregar un valor de muestra a la celda "B1" +worksheet.GetCells().Get(u"B1").PutValue(60); +//Agregar un valor de muestra a la celda "B2" +worksheet.GetCells().Get(u"B2").PutValue(32); +//Agregar un valor de muestra a la celda "B3" +worksheet.GetCells().Get(u"B3").PutValue(50); +//Agregar un valor de muestra a la celda "B4" +worksheet.GetCells().Get(u"B4").PutValue(40); +//Agregar un valor de muestra a la celda "C1" como datos de categoría +worksheet.GetCells().Get(u"C1").PutValue(u"Q1"); +//Agregar un valor de muestra a la celda "C2" como datos de categoría +worksheet.GetCells().Get(u"C2").PutValue(u"Q2"); +//Agregar un valor de muestra a la celda "C3" como datos de categoría +worksheet.GetCells().Get(u"C3").PutValue(u"Y1"); +//Agregar un valor de muestra a la celda "C4" como datos de categoría +worksheet.GetCells().Get(u"C4").PutValue(u"Y2"); +//Agregar un gráfico a la hoja de cálculo +int chartIndex = worksheet.GetCharts().Add(ChartType::Column, 5, 0, 15, 5); +//Acceder a la instancia del gráfico recién añadido +Chart chart = worksheet.GetCharts().Get(chartIndex); +//Agregar NSeries (fuente de datos del gráfico) al gráfico que abarca desde la celda "A1" hasta "B4" +int seriesIndex = chart.GetNSeries().Add(u"A1:B4", true); +//Establecer la fuente de datos para los datos de categoría de NSeries +chart.GetNSeries().SetCategoryData(u"C1:C4"); +//Filling the area of the 2nd NSeries with a gradient +chart.GetNSeries().Get(seriesIndex).GetArea().GetFillFormat().SetOneColorGradient(Color{ 0xff,0,0xff,0 }, 1, GradientStyleType::Horizontal, 1); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/fillformat/equals/_index.md b/spanish/cpp/aspose.cells.drawing/fillformat/equals/_index.md new file mode 100644 index 00000000000..b73a0c6b3e3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/fillformat/equals/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::FillFormat::Equals method +linktitle: Equals +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Equals method of Aspose::Cells::Drawing::FillFormat class in C++.' +type: docs +weight: 3400 +url: /es/cpp/aspose.cells.drawing/fillformat/equals/ +--- +## FillFormat::Equals method + + + + +```cpp +bool Aspose::Cells::Drawing::FillFormat::Equals(const Aspose::Cells::Object &obj) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| obj | const Aspose::Cells::Object\& | | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Object](../../../aspose.cells/object/) +* Class [FillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/fillformat/fillformat/_index.md b/spanish/cpp/aspose.cells.drawing/fillformat/fillformat/_index.md new file mode 100644 index 00000000000..a4b70b2831d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/fillformat/fillformat/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::FillFormat::FillFormat constructor +linktitle: FillFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::FillFormat::FillFormat constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/fillformat/fillformat/ +--- +## FillFormat::FillFormat(FillFormat_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::FillFormat::FillFormat(FillFormat_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [FillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## FillFormat::FillFormat(const FillFormat\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::FillFormat::FillFormat(const FillFormat &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [FillFormat](../) +* Class [FillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/fillformat/getfilltype/_index.md b/spanish/cpp/aspose.cells.drawing/fillformat/getfilltype/_index.md new file mode 100644 index 00000000000..47d65179e59 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/fillformat/getfilltype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::FillFormat::GetFillType method +linktitle: GetFillType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::FillFormat::GetFillType method. Gets and sets fill type in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/fillformat/getfilltype/ +--- +## FillFormat::GetFillType method + + +Gets and sets fill type. + +```cpp +FillType Aspose::Cells::Drawing::FillFormat::GetFillType() +``` + +## See Also + +* Enum [FillType](../../filltype/) +* Class [FillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/fillformat/getgradientcolor1/_index.md b/spanish/cpp/aspose.cells.drawing/fillformat/getgradientcolor1/_index.md new file mode 100644 index 00000000000..0c46266be6a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/fillformat/getgradientcolor1/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::FillFormat::GetGradientColor1 method +linktitle: GetGradientColor1 +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::FillFormat::GetGradientColor1 method. Returns the gradient color 1 for the specified fill in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing/fillformat/getgradientcolor1/ +--- +## FillFormat::GetGradientColor1 method + + +Returns the gradient color 1 for the specified fill. + +```cpp +Aspose::Cells::Color Aspose::Cells::Drawing::FillFormat::GetGradientColor1() +``` + +## See Also + +* Class [FillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/fillformat/getgradientcolor2/_index.md b/spanish/cpp/aspose.cells.drawing/fillformat/getgradientcolor2/_index.md new file mode 100644 index 00000000000..28e85757fc7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/fillformat/getgradientcolor2/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Cells::Drawing::FillFormat::GetGradientColor2 method +linktitle: GetGradientColor2 +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::FillFormat::GetGradientColor2 method. Returns the gradient color 2 for the specified fill in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing/fillformat/getgradientcolor2/ +--- +## FillFormat::GetGradientColor2 method + + +Returns the gradient color 2 for the specified fill. + +```cpp +Aspose::Cells::Color Aspose::Cells::Drawing::FillFormat::GetGradientColor2() +``` + +## Remarks + + +Only when the gradient color type is [GradientColorType.TwoColors](../../gradientcolortype/), this property is meaningful. +## See Also + +* Class [FillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/fillformat/getgradientcolortype/_index.md b/spanish/cpp/aspose.cells.drawing/fillformat/getgradientcolortype/_index.md new file mode 100644 index 00000000000..566c493c1b0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/fillformat/getgradientcolortype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::FillFormat::GetGradientColorType method +linktitle: GetGradientColorType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::FillFormat::GetGradientColorType method. Returns the gradient color type for the specified fill in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing/fillformat/getgradientcolortype/ +--- +## FillFormat::GetGradientColorType method + + +Returns the gradient color type for the specified fill. + +```cpp +GradientColorType Aspose::Cells::Drawing::FillFormat::GetGradientColorType() +``` + +## See Also + +* Enum [GradientColorType](../../gradientcolortype/) +* Class [FillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/fillformat/getgradientdegree/_index.md b/spanish/cpp/aspose.cells.drawing/fillformat/getgradientdegree/_index.md new file mode 100644 index 00000000000..ba6eb2d8cbf --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/fillformat/getgradientdegree/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::FillFormat::GetGradientDegree method +linktitle: GetGradientDegree +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::FillFormat::GetGradientDegree method. Returns the gradient degree for the specified fill. Only applies for Excel 2007 in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.drawing/fillformat/getgradientdegree/ +--- +## FillFormat::GetGradientDegree method + + +Returns the gradient degree for the specified fill. Only applies for Excel 2007. + +```cpp +double Aspose::Cells::Drawing::FillFormat::GetGradientDegree() +``` + +## Remarks + + +Can only be a value from 0.0 (dark) through 1.0 (light). +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [FillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/fillformat/getgradientfill/_index.md b/spanish/cpp/aspose.cells.drawing/fillformat/getgradientfill/_index.md new file mode 100644 index 00000000000..f994d6bd086 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/fillformat/getgradientfill/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::FillFormat::GetGradientFill method +linktitle: GetGradientFill +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::FillFormat::GetGradientFill method. Gets GradientFill object in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing/fillformat/getgradientfill/ +--- +## FillFormat::GetGradientFill method + + +Gets [GradientFill](../../gradientfill/) object. + +```cpp +Aspose::Cells::Drawing::GradientFill Aspose::Cells::Drawing::FillFormat::GetGradientFill() +``` + +## See Also + +* Class [GradientFill](../../gradientfill/) +* Class [FillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/fillformat/getgradientstyle/_index.md b/spanish/cpp/aspose.cells.drawing/fillformat/getgradientstyle/_index.md new file mode 100644 index 00000000000..780d7d59ce4 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/fillformat/getgradientstyle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::FillFormat::GetGradientStyle method +linktitle: GetGradientStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::FillFormat::GetGradientStyle method. Returns the gradient style for the specified fill in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing/fillformat/getgradientstyle/ +--- +## FillFormat::GetGradientStyle method + + +Returns the gradient style for the specified fill. + +```cpp +GradientStyleType Aspose::Cells::Drawing::FillFormat::GetGradientStyle() +``` + +## See Also + +* Enum [GradientStyleType](../../gradientstyletype/) +* Class [FillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/fillformat/getgradientvariant/_index.md b/spanish/cpp/aspose.cells.drawing/fillformat/getgradientvariant/_index.md new file mode 100644 index 00000000000..cf40637feed --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/fillformat/getgradientvariant/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::FillFormat::GetGradientVariant method +linktitle: GetGradientVariant +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::FillFormat::GetGradientVariant method. Returns the gradient variant for the specified fill. Only applies for Excel 2007 in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.drawing/fillformat/getgradientvariant/ +--- +## FillFormat::GetGradientVariant method + + +Returns the gradient variant for the specified fill. Only applies for Excel 2007. + +```cpp +int32_t Aspose::Cells::Drawing::FillFormat::GetGradientVariant() +``` + +## Remarks + + +Can only be a value from 1 through 4, corresponding to one of the four variants on the Gradient tab in the Fill Effects dialog box. If style is GradientStyle.FromCenter, the Variant argument can only be 1 or 2. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [FillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/fillformat/gethashcode/_index.md b/spanish/cpp/aspose.cells.drawing/fillformat/gethashcode/_index.md new file mode 100644 index 00000000000..8bbd6ac06e7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/fillformat/gethashcode/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::FillFormat::GetHashCode method +linktitle: GetHashCode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::FillFormat::GetHashCode method. Gets the hash code in C++.' +type: docs +weight: 3500 +url: /es/cpp/aspose.cells.drawing/fillformat/gethashcode/ +--- +## FillFormat::GetHashCode method + + +Gets the hash code. + +```cpp +int32_t Aspose::Cells::Drawing::FillFormat::GetHashCode() +``` + + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [FillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/fillformat/getimagedata/_index.md b/spanish/cpp/aspose.cells.drawing/fillformat/getimagedata/_index.md new file mode 100644 index 00000000000..fee657f90d2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/fillformat/getimagedata/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::FillFormat::GetImageData method +linktitle: GetImageData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::FillFormat::GetImageData method. Gets and sets the picture image data in C++.' +type: docs +weight: 3200 +url: /es/cpp/aspose.cells.drawing/fillformat/getimagedata/ +--- +## FillFormat::GetImageData method + + +Gets and sets the picture image data. + +```cpp +Vector Aspose::Cells::Drawing::FillFormat::GetImageData() +``` + +## Remarks + + +If the fill format is not custom texture format, returns null. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [FillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/fillformat/getpattern/_index.md b/spanish/cpp/aspose.cells.drawing/fillformat/getpattern/_index.md new file mode 100644 index 00000000000..bd71eaea7e4 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/fillformat/getpattern/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::FillFormat::GetPattern method +linktitle: GetPattern +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::FillFormat::GetPattern method. Represents an area''s display pattern in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.drawing/fillformat/getpattern/ +--- +## FillFormat::GetPattern method + + +Represents an area's display pattern. + +```cpp +FillPattern Aspose::Cells::Drawing::FillFormat::GetPattern() +``` + +## See Also + +* Enum [FillPattern](../../fillpattern/) +* Class [FillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/fillformat/getpatternfill/_index.md b/spanish/cpp/aspose.cells.drawing/fillformat/getpatternfill/_index.md new file mode 100644 index 00000000000..92048d2f317 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/fillformat/getpatternfill/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::FillFormat::GetPatternFill method +linktitle: GetPatternFill +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::FillFormat::GetPatternFill method. Gets PatternFill object in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing/fillformat/getpatternfill/ +--- +## FillFormat::GetPatternFill method + + +Gets [PatternFill](../../patternfill/) object. + +```cpp +PatternFill Aspose::Cells::Drawing::FillFormat::GetPatternFill() +``` + +## See Also + +* Class [PatternFill](../../patternfill/) +* Class [FillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/fillformat/getpictureformattype/_index.md b/spanish/cpp/aspose.cells.drawing/fillformat/getpictureformattype/_index.md new file mode 100644 index 00000000000..89f30da1309 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/fillformat/getpictureformattype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::FillFormat::GetPictureFormatType method +linktitle: GetPictureFormatType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::FillFormat::GetPictureFormatType method. Gets and sets the picture format type in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells.drawing/fillformat/getpictureformattype/ +--- +## FillFormat::GetPictureFormatType method + + +Gets and sets the picture format type. + +```cpp +FillPictureType Aspose::Cells::Drawing::FillFormat::GetPictureFormatType() +``` + +## See Also + +* Enum [FillPictureType](../../fillpicturetype/) +* Class [FillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/fillformat/getpresetcolor/_index.md b/spanish/cpp/aspose.cells.drawing/fillformat/getpresetcolor/_index.md new file mode 100644 index 00000000000..d3b8a0e682d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/fillformat/getpresetcolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::FillFormat::GetPresetColor method +linktitle: GetPresetColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::FillFormat::GetPresetColor method. Returns the gradient preset color for the specified fill in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.drawing/fillformat/getpresetcolor/ +--- +## FillFormat::GetPresetColor method + + +Returns the gradient preset color for the specified fill. + +```cpp +GradientPresetType Aspose::Cells::Drawing::FillFormat::GetPresetColor() +``` + +## See Also + +* Enum [GradientPresetType](../../gradientpresettype/) +* Class [FillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/fillformat/getscale/_index.md b/spanish/cpp/aspose.cells.drawing/fillformat/getscale/_index.md new file mode 100644 index 00000000000..8ec00b51bd7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/fillformat/getscale/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::FillFormat::GetScale method +linktitle: GetScale +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::FillFormat::GetScale method. Gets and sets the picture format scale in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells.drawing/fillformat/getscale/ +--- +## FillFormat::GetScale method + + +Gets and sets the picture format scale. + +```cpp +double Aspose::Cells::Drawing::FillFormat::GetScale() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [FillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/fillformat/getsolidfill/_index.md b/spanish/cpp/aspose.cells.drawing/fillformat/getsolidfill/_index.md new file mode 100644 index 00000000000..acf48db475c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/fillformat/getsolidfill/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::FillFormat::GetSolidFill method +linktitle: GetSolidFill +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::FillFormat::GetSolidFill method. Gets SolidFill object in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing/fillformat/getsolidfill/ +--- +## FillFormat::GetSolidFill method + + +Gets [SolidFill](../../solidfill/) object. + +```cpp +SolidFill Aspose::Cells::Drawing::FillFormat::GetSolidFill() +``` + +## See Also + +* Class [SolidFill](../../solidfill/) +* Class [FillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/fillformat/gettexture/_index.md b/spanish/cpp/aspose.cells.drawing/fillformat/gettexture/_index.md new file mode 100644 index 00000000000..089cd63ba8c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/fillformat/gettexture/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::FillFormat::GetTexture method +linktitle: GetTexture +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::FillFormat::GetTexture method. Represents the texture type for the specified fill in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.drawing/fillformat/gettexture/ +--- +## FillFormat::GetTexture method + + +Represents the texture type for the specified fill. + +```cpp +TextureType Aspose::Cells::Drawing::FillFormat::GetTexture() +``` + +## See Also + +* Enum [TextureType](../../texturetype/) +* Class [FillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/fillformat/gettexturefill/_index.md b/spanish/cpp/aspose.cells.drawing/fillformat/gettexturefill/_index.md new file mode 100644 index 00000000000..97c21744312 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/fillformat/gettexturefill/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::FillFormat::GetTextureFill method +linktitle: GetTextureFill +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::FillFormat::GetTextureFill method. Gets TextureFill object in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing/fillformat/gettexturefill/ +--- +## FillFormat::GetTextureFill method + + +Gets [TextureFill](../../texturefill/) object. + +```cpp +TextureFill Aspose::Cells::Drawing::FillFormat::GetTextureFill() +``` + +## See Also + +* Class [TextureFill](../../texturefill/) +* Class [FillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/fillformat/gettransparency/_index.md b/spanish/cpp/aspose.cells.drawing/fillformat/gettransparency/_index.md new file mode 100644 index 00000000000..2899c294e94 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/fillformat/gettransparency/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::FillFormat::GetTransparency method +linktitle: GetTransparency +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::FillFormat::GetTransparency method. Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear) in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/fillformat/gettransparency/ +--- +## FillFormat::GetTransparency method + + +Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). + +```cpp +double Aspose::Cells::Drawing::FillFormat::GetTransparency() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [FillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/fillformat/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/fillformat/isnull/_index.md new file mode 100644 index 00000000000..285403d01d5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/fillformat/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::FillFormat::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::FillFormat::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/fillformat/isnull/ +--- +## FillFormat::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::FillFormat::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [FillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/fillformat/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/fillformat/operator_asm/_index.md new file mode 100644 index 00000000000..fbb42f423af --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/fillformat/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::FillFormat::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::FillFormat::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/fillformat/operator_asm/ +--- +## FillFormat::operator= method + + +operator= + +```cpp +FillFormat & Aspose::Cells::Drawing::FillFormat::operator=(const FillFormat &src) +``` + +## See Also + +* Class [FillFormat](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [FillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/fillformat/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/fillformat/operator_bool/_index.md new file mode 100644 index 00000000000..62b54aad015 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/fillformat/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::FillFormat::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::FillFormat::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/fillformat/operator_bool/ +--- +## FillFormat::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::FillFormat::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [FillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/fillformat/setfilltype/_index.md b/spanish/cpp/aspose.cells.drawing/fillformat/setfilltype/_index.md new file mode 100644 index 00000000000..bd52bab27a0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/fillformat/setfilltype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::FillFormat::SetFillType method +linktitle: SetFillType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::FillFormat::SetFillType method. Gets and sets fill type in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/fillformat/setfilltype/ +--- +## FillFormat::SetFillType method + + +Gets and sets fill type. + +```cpp +void Aspose::Cells::Drawing::FillFormat::SetFillType(FillType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [FillType](../../filltype/) +* Class [FillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/fillformat/setimagedata/_index.md b/spanish/cpp/aspose.cells.drawing/fillformat/setimagedata/_index.md new file mode 100644 index 00000000000..f395eb3fa1f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/fillformat/setimagedata/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::FillFormat::SetImageData method +linktitle: SetImageData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::FillFormat::SetImageData method. Gets and sets the picture image data in C++.' +type: docs +weight: 3300 +url: /es/cpp/aspose.cells.drawing/fillformat/setimagedata/ +--- +## FillFormat::SetImageData method + + +Gets and sets the picture image data. + +```cpp +void Aspose::Cells::Drawing::FillFormat::SetImageData(const Vector &value) +``` + +## Remarks + + +If the fill format is not custom texture format, returns null. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [FillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/fillformat/setonecolorgradient/_index.md b/spanish/cpp/aspose.cells.drawing/fillformat/setonecolorgradient/_index.md new file mode 100644 index 00000000000..2ee803e8d66 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/fillformat/setonecolorgradient/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::FillFormat::SetOneColorGradient method +linktitle: SetOneColorGradient +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::FillFormat::SetOneColorGradient method. Sets the specified fill to a one-color gradient. Only applies for Excel 2007 in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.drawing/fillformat/setonecolorgradient/ +--- +## FillFormat::SetOneColorGradient method + + +Sets the specified fill to a one-color gradient. Only applies for Excel 2007. + +```cpp +void Aspose::Cells::Drawing::FillFormat::SetOneColorGradient(const Aspose::Cells::Color &color, double degree, GradientStyleType style, int32_t variant) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| color | const Aspose::Cells::Color\& | One gradient color. | +| degree | double | The gradient degree. Can be a value from 0.0 (dark) through 1.0 (light). | +| style | GradientStyleType | Gradient shading style. | +| variant | int32_t | The gradient variant. Can be a value from 1 through 4, corresponding to one of the four variants on the Gradient tab in the Fill Effects dialog box. If style is GradientStyle.FromCenter, the Variant argument can only be 1 or 2. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [GradientStyleType](../../gradientstyletype/) +* Class [FillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/fillformat/setpattern/_index.md b/spanish/cpp/aspose.cells.drawing/fillformat/setpattern/_index.md new file mode 100644 index 00000000000..e72c8e7fc71 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/fillformat/setpattern/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::FillFormat::SetPattern method +linktitle: SetPattern +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::FillFormat::SetPattern method. Represents an area''s display pattern in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.drawing/fillformat/setpattern/ +--- +## FillFormat::SetPattern method + + +Represents an area's display pattern. + +```cpp +void Aspose::Cells::Drawing::FillFormat::SetPattern(FillPattern value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [FillPattern](../../fillpattern/) +* Class [FillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/fillformat/setpictureformattype/_index.md b/spanish/cpp/aspose.cells.drawing/fillformat/setpictureformattype/_index.md new file mode 100644 index 00000000000..528a77ede65 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/fillformat/setpictureformattype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::FillFormat::SetPictureFormatType method +linktitle: SetPictureFormatType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::FillFormat::SetPictureFormatType method. Gets and sets the picture format type in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells.drawing/fillformat/setpictureformattype/ +--- +## FillFormat::SetPictureFormatType method + + +Gets and sets the picture format type. + +```cpp +void Aspose::Cells::Drawing::FillFormat::SetPictureFormatType(FillPictureType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [FillPictureType](../../fillpicturetype/) +* Class [FillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/fillformat/setpresetcolorgradient/_index.md b/spanish/cpp/aspose.cells.drawing/fillformat/setpresetcolorgradient/_index.md new file mode 100644 index 00000000000..47628f4cf6c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/fillformat/setpresetcolorgradient/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::FillFormat::SetPresetColorGradient method +linktitle: SetPresetColorGradient +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::FillFormat::SetPresetColorGradient method. Sets the specified fill to a preset-color gradient. Only applies for Excel 2007 in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.drawing/fillformat/setpresetcolorgradient/ +--- +## FillFormat::SetPresetColorGradient method + + +Sets the specified fill to a preset-color gradient. Only applies for Excel 2007. + +```cpp +void Aspose::Cells::Drawing::FillFormat::SetPresetColorGradient(GradientPresetType presetColor, GradientStyleType style, int32_t variant) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| presetColor | GradientPresetType | Preset color type | +| style | GradientStyleType | Gradient shading style. | +| variant | int32_t | The gradient variant. Can be a value from 1 through 4, corresponding to one of the four variants on the Gradient tab in the Fill Effects dialog box. If style is GradientStyle.FromCenter, the Variant argument can only be 1 or 2. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [GradientPresetType](../../gradientpresettype/) +* Enum [GradientStyleType](../../gradientstyletype/) +* Class [FillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/fillformat/setscale/_index.md b/spanish/cpp/aspose.cells.drawing/fillformat/setscale/_index.md new file mode 100644 index 00000000000..5be06482f71 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/fillformat/setscale/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::FillFormat::SetScale method +linktitle: SetScale +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::FillFormat::SetScale method. Gets and sets the picture format scale in C++.' +type: docs +weight: 3100 +url: /es/cpp/aspose.cells.drawing/fillformat/setscale/ +--- +## FillFormat::SetScale method + + +Gets and sets the picture format scale. + +```cpp +void Aspose::Cells::Drawing::FillFormat::SetScale(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [FillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/fillformat/settexture/_index.md b/spanish/cpp/aspose.cells.drawing/fillformat/settexture/_index.md new file mode 100644 index 00000000000..01d47758e73 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/fillformat/settexture/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::FillFormat::SetTexture method +linktitle: SetTexture +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::FillFormat::SetTexture method. Represents the texture type for the specified fill in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.drawing/fillformat/settexture/ +--- +## FillFormat::SetTexture method + + +Represents the texture type for the specified fill. + +```cpp +void Aspose::Cells::Drawing::FillFormat::SetTexture(TextureType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [TextureType](../../texturetype/) +* Class [FillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/fillformat/settransparency/_index.md b/spanish/cpp/aspose.cells.drawing/fillformat/settransparency/_index.md new file mode 100644 index 00000000000..1fb1eb2736c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/fillformat/settransparency/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::FillFormat::SetTransparency method +linktitle: SetTransparency +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::FillFormat::SetTransparency method. Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear) in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing/fillformat/settransparency/ +--- +## FillFormat::SetTransparency method + + +Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). + +```cpp +void Aspose::Cells::Drawing::FillFormat::SetTransparency(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [FillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/fillformat/settwocolorgradient/_index.md b/spanish/cpp/aspose.cells.drawing/fillformat/settwocolorgradient/_index.md new file mode 100644 index 00000000000..58d9390ec4e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/fillformat/settwocolorgradient/_index.md @@ -0,0 +1,59 @@ +--- +title: Aspose::Cells::Drawing::FillFormat::SetTwoColorGradient method +linktitle: SetTwoColorGradient +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::FillFormat::SetTwoColorGradient method. Sets the specified fill to a two-color gradient. Only applies for Excel 2007 in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.drawing/fillformat/settwocolorgradient/ +--- +## FillFormat::SetTwoColorGradient(const Aspose::Cells::Color\&, const Aspose::Cells::Color\&, GradientStyleType, int32_t) method + + +Sets the specified fill to a two-color gradient. Only applies for Excel 2007. + +```cpp +void Aspose::Cells::Drawing::FillFormat::SetTwoColorGradient(const Aspose::Cells::Color &color1, const Aspose::Cells::Color &color2, GradientStyleType style, int32_t variant) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| color1 | const Aspose::Cells::Color\& | One gradient color. | +| color2 | const Aspose::Cells::Color\& | Two gradient color. | +| style | GradientStyleType | Gradient shading style. | +| variant | int32_t | The gradient variant. Can be a value from 1 through 4, corresponding to one of the four variants on the Gradient tab in the Fill Effects dialog box. If style is GradientStyle.FromCenter, the Variant argument can only be 1 or 2. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [GradientStyleType](../../gradientstyletype/) +* Class [FillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## FillFormat::SetTwoColorGradient(const Aspose::Cells::Color\&, double, const Aspose::Cells::Color\&, double, GradientStyleType, int32_t) method + + +Sets the specified fill to a two-color gradient. Only applies for Excel 2007. + +```cpp +void Aspose::Cells::Drawing::FillFormat::SetTwoColorGradient(const Aspose::Cells::Color &color1, double transparency1, const Aspose::Cells::Color &color2, double transparency2, GradientStyleType style, int32_t variant) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| color1 | const Aspose::Cells::Color\& | One gradient color. | +| transparency1 | double | The degree of transparency of the color1 as a value from 0.0 (opaque) through 1.0 (clear). | +| color2 | const Aspose::Cells::Color\& | Two gradient color. | +| transparency2 | double | The degree of transparency of the color2 as a value from 0.0 (opaque) through 1.0 (clear). | +| style | GradientStyleType | Gradient shading style. | +| variant | int32_t | The gradient variant. Can be a value from 1 through 4, corresponding to one of the four variants on the Gradient tab in the Fill Effects dialog box. If style is GradientStyle.FromCenter, the Variant argument can only be 1 or 2. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [GradientStyleType](../../gradientstyletype/) +* Class [FillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/fillformat/~fillformat/_index.md b/spanish/cpp/aspose.cells.drawing/fillformat/~fillformat/_index.md new file mode 100644 index 00000000000..5a59374ecb6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/fillformat/~fillformat/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::FillFormat::~FillFormat method +linktitle: ~FillFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::FillFormat::~FillFormat method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/fillformat/~fillformat/ +--- +## FillFormat::~FillFormat method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::FillFormat::~FillFormat() +``` + +## See Also + +* Class [FillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/fillpattern/_index.md b/spanish/cpp/aspose.cells.drawing/fillpattern/_index.md new file mode 100644 index 00000000000..75db608c557 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/fillpattern/_index.md @@ -0,0 +1,78 @@ +--- +title: Aspose::Cells::Drawing::FillPattern enum +linktitle: FillPattern +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::FillPattern enum. Enumerates shape fill pattern types in C++.' +type: docs +weight: 8100 +url: /es/cpp/aspose.cells.drawing/fillpattern/ +--- +## FillPattern enum + + +Enumerates shape fill pattern types. + +```cpp +enum class FillPattern +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| None | 0 |
Represents no background. | +| Solid | 1 |
Represents solid pattern. | +| Gray5 | 2 |
Represents 5% gray pattern. | +| Gray10 | 3 |
Represents 10% gray pattern. | +| Gray20 | 4 |
Represents 20% gray pattern. | +| Gray30 | 5 |
Represents 30% gray pattern. | +| Gray40 | 6 |
Represents 40% gray pattern. | +| Gray50 | 7 |
Represents 50% gray pattern. | +| Gray60 | 8 |
Represents 60% gray pattern. | +| Gray70 | 9 |
Represents 70% gray pattern. | +| Gray75 | 10 |
Represents 75% gray pattern. | +| Gray80 | 11 |
Represents 80% gray pattern. | +| Gray90 | 12 |
Represents 90% gray pattern. | +| Gray25 | 13 |
Represents 25% gray pattern. | +| LightDownwardDiagonal | 14 |
Represents light downward diagonal pattern. | +| LightUpwardDiagonal | 15 |
Represents light upward diagonal pattern. | +| DarkDownwardDiagonal | 16 |
Represents dark downward diagonal pattern. | +| DarkUpwardDiagonal | 17 |
Represents dark upward diagonal pattern. | +| WideDownwardDiagonal | 18 |
Represents wide downward diagonal pattern. | +| WideUpwardDiagonal | 19 |
Represents wide upward diagonal pattern. | +| LightVertical | 20 |
Represents light vertical pattern. | +| LightHorizontal | 21 |
Represents light horizontal pattern. | +| NarrowVertical | 22 |
Represents narrow vertical pattern. | +| NarrowHorizontal | 23 |
Represents narrow horizontal pattern. | +| DarkVertical | 24 |
Represents dark vertical pattern. | +| DarkHorizontal | 25 |
Represents dark horizontal pattern. | +| DashedDownwardDiagonal | 26 |
Represents dashed downward diagonal pattern. | +| DashedUpwardDiagonal | 27 |
Represents dashed upward diagonal pattern. | +| DashedVertical | 28 |
Represents dashed vertical pattern. | +| DashedHorizontal | 29 |
Represents dashed horizontal pattern. | +| SmallConfetti | 30 |
Represents small confetti pattern. | +| LargeConfetti | 31 |
Represents large confetti pattern. | +| ZigZag | 32 |
Represents zig zag pattern. | +| Wave | 33 |
Represents wave pattern. | +| DiagonalBrick | 34 |
Represents diagonal brick pattern. | +| HorizontalBrick | 35 |
Represents horizontal brick pattern. | +| Weave | 36 |
Represents weave pattern. | +| Plaid | 37 |
Represents plaid pattern. | +| Divot | 38 |
Represents divot pattern. | +| DottedGrid | 39 |
Represents dotted grid pattern. | +| DottedDiamond | 40 |
Represents dotted diamond pattern. | +| Shingle | 41 |
Represents shingle pattern. | +| Trellis | 42 |
Represents trellis pattern. | +| Sphere | 43 |
Represents sphere pattern. | +| SmallGrid | 44 |
Represents small grid pattern. | +| LargeGrid | 45 |
Represents large grid pattern. | +| SmallCheckerBoard | 46 |
Represents small checker board pattern. | +| LargeCheckerBoard | 47 |
Represents large checker board pattern. | +| OutlinedDiamond | 48 |
Represents outlined diamond pattern. | +| SolidDiamond | 49 |
Represents solid diamond pattern. | +| Unknown | 50 |
Represents unknown pattern. | + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/fillpicturetype/_index.md b/spanish/cpp/aspose.cells.drawing/fillpicturetype/_index.md new file mode 100644 index 00000000000..b1574b89a9e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/fillpicturetype/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Drawing::FillPictureType enum +linktitle: FillPictureType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::FillPictureType enum. Represents the picture fill type in C++.' +type: docs +weight: 8200 +url: /es/cpp/aspose.cells.drawing/fillpicturetype/ +--- +## FillPictureType enum + + +Represents the picture fill type. + +```cpp +enum class FillPictureType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Stretch | 0 |
Stretch. | +| Stack | 1 |
Stack. | +| StackAndScale | 2 |
StackAndScale. | + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/filltype/_index.md b/spanish/cpp/aspose.cells.drawing/filltype/_index.md new file mode 100644 index 00000000000..804a554e64e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/filltype/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::FillType enum +linktitle: FillType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::FillType enum. Fill format type in C++.' +type: docs +weight: 8300 +url: /es/cpp/aspose.cells.drawing/filltype/ +--- +## FillType enum + + +Fill format type. + +```cpp +enum class FillType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Automatic | 0 |
Represents automatic formatting type. | +| None | 1 |
Represents none formatting type. | +| Solid | 2 |
Solid fill format. | +| Gradient | 3 |
Gradient fill format. | +| Texture | 4 |
Texture fill format(includes picture fill). | +| Pattern | 5 |
Pattern fill format. | +| Group | 6 |
Inherit the fill properties of the group. | + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/format3d/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/format3d/_impl/_index.md new file mode 100644 index 00000000000..05fd2ce613b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/format3d/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Format3D::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Format3D::_impl field. The implementation object in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing/format3d/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +Format3D_Impl* Aspose::Cells::Drawing::Format3D::_impl +``` + +## See Also + +* Class [Format3D](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/format3d/_index.md b/spanish/cpp/aspose.cells.drawing/format3d/_index.md new file mode 100644 index 00000000000..b182d906145 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/format3d/_index.md @@ -0,0 +1,45 @@ +--- +title: Aspose::Cells::Drawing::Format3D class +linktitle: Format3D +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Format3D class. This class specifies the 3D shape properties for a chart element or shape in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.drawing/format3d/ +--- +## Format3D class + + +This class specifies the 3D shape properties for a chart element or shape. + +```cpp +class Format3D +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Format3D(Format3D_Impl* impl)](./format3d/) | Constructs from an implementation object. | +| [Format3D(const Format3D\& src)](./format3d/) | Copy constructor. | +| [GetLightingAngle()](./getlightingangle/) | Gets and sets the lighting angle. [Range](../../aspose.cells/range/) from 0 to 359.9 degrees. | +| [GetSurfaceLightingType()](./getsurfacelightingtype/) | Gets and sets the lighting type which is to be applied to the scene of the shape. Default value is [LightRigType.ThreePoint](../lightrigtype/). | +| [GetSurfaceMaterialType()](./getsurfacematerialtype/) | Gets and sets the material type which is combined with the lighting properties to give the final look and feel of a shape. Default value is [PresetMaterialType.WarmMatte](../presetmaterialtype/). | +| [GetTopBevel()](./gettopbevel/) | Gets the [Bevel](../bevel/) object that holds the properties associated with defining a bevel on the top or front face of a shape. | +| [HasTopBevelData()](./hastopbeveldata/) | Indicates if the shape has top bevel data. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const Format3D\& src)](./operator_asm/) | operator= | +| [SetLightingAngle(double value)](./setlightingangle/) | Gets and sets the lighting angle. [Range](../../aspose.cells/range/) from 0 to 359.9 degrees. | +| [SetSurfaceLightingType(LightRigType value)](./setsurfacelightingtype/) | Gets and sets the lighting type which is to be applied to the scene of the shape. Default value is [LightRigType.ThreePoint](../lightrigtype/). | +| [SetSurfaceMaterialType(PresetMaterialType value)](./setsurfacematerialtype/) | Gets and sets the material type which is combined with the lighting properties to give the final look and feel of a shape. Default value is [PresetMaterialType.WarmMatte](../presetmaterialtype/). | +| [~Format3D()](./~format3d/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/format3d/format3d/_index.md b/spanish/cpp/aspose.cells.drawing/format3d/format3d/_index.md new file mode 100644 index 00000000000..79a373271c4 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/format3d/format3d/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::Format3D::Format3D constructor +linktitle: Format3D +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Format3D::Format3D constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/format3d/format3d/ +--- +## Format3D::Format3D(Format3D_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::Format3D::Format3D(Format3D_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Format3D](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## Format3D::Format3D(const Format3D\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::Format3D::Format3D(const Format3D &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Format3D](../) +* Class [Format3D](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/format3d/getlightingangle/_index.md b/spanish/cpp/aspose.cells.drawing/format3d/getlightingangle/_index.md new file mode 100644 index 00000000000..cabe09f0c23 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/format3d/getlightingangle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Format3D::GetLightingAngle method +linktitle: GetLightingAngle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Format3D::GetLightingAngle method. Gets and sets the lighting angle. Range from 0 to 359.9 degrees in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing/format3d/getlightingangle/ +--- +## Format3D::GetLightingAngle method + + +Gets and sets the lighting angle. [Range](../../../aspose.cells/range/) from 0 to 359.9 degrees. + +```cpp +double Aspose::Cells::Drawing::Format3D::GetLightingAngle() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Format3D](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/format3d/getsurfacelightingtype/_index.md b/spanish/cpp/aspose.cells.drawing/format3d/getsurfacelightingtype/_index.md new file mode 100644 index 00000000000..041e535e36d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/format3d/getsurfacelightingtype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Format3D::GetSurfaceLightingType method +linktitle: GetSurfaceLightingType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Format3D::GetSurfaceLightingType method. Gets and sets the lighting type which is to be applied to the scene of the shape. Default value is LightRigType.ThreePoint in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing/format3d/getsurfacelightingtype/ +--- +## Format3D::GetSurfaceLightingType method + + +Gets and sets the lighting type which is to be applied to the scene of the shape. Default value is [LightRigType.ThreePoint](../../lightrigtype/). + +```cpp +LightRigType Aspose::Cells::Drawing::Format3D::GetSurfaceLightingType() +``` + +## See Also + +* Enum [LightRigType](../../lightrigtype/) +* Class [Format3D](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/format3d/getsurfacematerialtype/_index.md b/spanish/cpp/aspose.cells.drawing/format3d/getsurfacematerialtype/_index.md new file mode 100644 index 00000000000..6a4a24b9021 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/format3d/getsurfacematerialtype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Format3D::GetSurfaceMaterialType method +linktitle: GetSurfaceMaterialType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Format3D::GetSurfaceMaterialType method. Gets and sets the material type which is combined with the lighting properties to give the final look and feel of a shape. Default value is PresetMaterialType.WarmMatte in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/format3d/getsurfacematerialtype/ +--- +## Format3D::GetSurfaceMaterialType method + + +Gets and sets the material type which is combined with the lighting properties to give the final look and feel of a shape. Default value is [PresetMaterialType.WarmMatte](../../presetmaterialtype/). + +```cpp +PresetMaterialType Aspose::Cells::Drawing::Format3D::GetSurfaceMaterialType() +``` + +## See Also + +* Enum [PresetMaterialType](../../presetmaterialtype/) +* Class [Format3D](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/format3d/gettopbevel/_index.md b/spanish/cpp/aspose.cells.drawing/format3d/gettopbevel/_index.md new file mode 100644 index 00000000000..11809da8bdd --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/format3d/gettopbevel/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Format3D::GetTopBevel method +linktitle: GetTopBevel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Format3D::GetTopBevel method. Gets the Bevel object that holds the properties associated with defining a bevel on the top or front face of a shape in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/format3d/gettopbevel/ +--- +## Format3D::GetTopBevel method + + +Gets the [Bevel](../../bevel/) object that holds the properties associated with defining a bevel on the top or front face of a shape. + +```cpp +Bevel Aspose::Cells::Drawing::Format3D::GetTopBevel() +``` + +## See Also + +* Class [Bevel](../../bevel/) +* Class [Format3D](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/format3d/hastopbeveldata/_index.md b/spanish/cpp/aspose.cells.drawing/format3d/hastopbeveldata/_index.md new file mode 100644 index 00000000000..cae6231d374 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/format3d/hastopbeveldata/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::Format3D::HasTopBevelData method +linktitle: HasTopBevelData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Format3D::HasTopBevelData method. Indicates if the shape has top bevel data in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/format3d/hastopbeveldata/ +--- +## Format3D::HasTopBevelData method + + +Indicates if the shape has top bevel data. + +```cpp +bool Aspose::Cells::Drawing::Format3D::HasTopBevelData() +``` + + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Format3D](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/format3d/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/format3d/isnull/_index.md new file mode 100644 index 00000000000..a4563a86b5f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/format3d/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::Format3D::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Format3D::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/format3d/isnull/ +--- +## Format3D::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::Format3D::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Format3D](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/format3d/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/format3d/operator_asm/_index.md new file mode 100644 index 00000000000..d271925a00c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/format3d/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Format3D::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Format3D::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/format3d/operator_asm/ +--- +## Format3D::operator= method + + +operator= + +```cpp +Format3D & Aspose::Cells::Drawing::Format3D::operator=(const Format3D &src) +``` + +## See Also + +* Class [Format3D](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [Format3D](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/format3d/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/format3d/operator_bool/_index.md new file mode 100644 index 00000000000..9dd14e01e04 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/format3d/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Format3D::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Format3D::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/format3d/operator_bool/ +--- +## Format3D::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::Format3D::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [Format3D](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/format3d/setlightingangle/_index.md b/spanish/cpp/aspose.cells.drawing/format3d/setlightingangle/_index.md new file mode 100644 index 00000000000..fca5412bb41 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/format3d/setlightingangle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Format3D::SetLightingAngle method +linktitle: SetLightingAngle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Format3D::SetLightingAngle method. Gets and sets the lighting angle. Range from 0 to 359.9 degrees in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing/format3d/setlightingangle/ +--- +## Format3D::SetLightingAngle method + + +Gets and sets the lighting angle. [Range](../../../aspose.cells/range/) from 0 to 359.9 degrees. + +```cpp +void Aspose::Cells::Drawing::Format3D::SetLightingAngle(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Format3D](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/format3d/setsurfacelightingtype/_index.md b/spanish/cpp/aspose.cells.drawing/format3d/setsurfacelightingtype/_index.md new file mode 100644 index 00000000000..643e2be6993 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/format3d/setsurfacelightingtype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Format3D::SetSurfaceLightingType method +linktitle: SetSurfaceLightingType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Format3D::SetSurfaceLightingType method. Gets and sets the lighting type which is to be applied to the scene of the shape. Default value is LightRigType.ThreePoint in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing/format3d/setsurfacelightingtype/ +--- +## Format3D::SetSurfaceLightingType method + + +Gets and sets the lighting type which is to be applied to the scene of the shape. Default value is [LightRigType.ThreePoint](../../lightrigtype/). + +```cpp +void Aspose::Cells::Drawing::Format3D::SetSurfaceLightingType(LightRigType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [LightRigType](../../lightrigtype/) +* Class [Format3D](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/format3d/setsurfacematerialtype/_index.md b/spanish/cpp/aspose.cells.drawing/format3d/setsurfacematerialtype/_index.md new file mode 100644 index 00000000000..7693dff4114 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/format3d/setsurfacematerialtype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Format3D::SetSurfaceMaterialType method +linktitle: SetSurfaceMaterialType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Format3D::SetSurfaceMaterialType method. Gets and sets the material type which is combined with the lighting properties to give the final look and feel of a shape. Default value is PresetMaterialType.WarmMatte in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing/format3d/setsurfacematerialtype/ +--- +## Format3D::SetSurfaceMaterialType method + + +Gets and sets the material type which is combined with the lighting properties to give the final look and feel of a shape. Default value is [PresetMaterialType.WarmMatte](../../presetmaterialtype/). + +```cpp +void Aspose::Cells::Drawing::Format3D::SetSurfaceMaterialType(PresetMaterialType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PresetMaterialType](../../presetmaterialtype/) +* Class [Format3D](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/format3d/~format3d/_index.md b/spanish/cpp/aspose.cells.drawing/format3d/~format3d/_index.md new file mode 100644 index 00000000000..91fec9615a3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/format3d/~format3d/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Format3D::~Format3D method +linktitle: ~Format3D +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Format3D::~Format3D method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/format3d/~format3d/ +--- +## Format3D::~Format3D method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::Format3D::~Format3D() +``` + +## See Also + +* Class [Format3D](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/formatsettype/_index.md b/spanish/cpp/aspose.cells.drawing/formatsettype/_index.md new file mode 100644 index 00000000000..d275d464956 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/formatsettype/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Cells::Drawing::FormatSetType enum +linktitle: FormatSetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::FormatSetType enum. Fill format set type in C++.' +type: docs +weight: 8400 +url: /es/cpp/aspose.cells.drawing/formatsettype/ +--- +## FormatSetType enum + + +Fill format set type. + +```cpp +enum class FormatSetType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| None | 0 |
No Fill format. | +| IsGradientSet | 1 |
Gradient fill format. | +| IsTextureSet | 2 |
Texture fill format. | +| IsPatternSet | 3 |
Pattern fill format. | + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/geometry/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/geometry/_impl/_index.md new file mode 100644 index 00000000000..585a087655d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/geometry/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Geometry::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Geometry::_impl field. The implementation object in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/geometry/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +Geometry_Impl* Aspose::Cells::Drawing::Geometry::_impl +``` + +## See Also + +* Class [Geometry](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/geometry/_index.md b/spanish/cpp/aspose.cells.drawing/geometry/_index.md new file mode 100644 index 00000000000..ddfbc0b8f92 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/geometry/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::Drawing::Geometry class +linktitle: Geometry +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Geometry class. Represents a geometric shape in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.drawing/geometry/ +--- +## Geometry class + + +Represents a geometric shape. + +```cpp +class Geometry +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Geometry(Geometry_Impl* impl)](./geometry/) | Constructs from an implementation object. | +| [Geometry(const Geometry\& src)](./geometry/) | Copy constructor. | +| [GetShapeAdjustValues()](./getshapeadjustvalues/) | Gets a collection of shape adjust value. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const Geometry\& src)](./operator_asm/) | operator= | +| [~Geometry()](./~geometry/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/geometry/geometry/_index.md b/spanish/cpp/aspose.cells.drawing/geometry/geometry/_index.md new file mode 100644 index 00000000000..2fa31bc8f34 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/geometry/geometry/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::Geometry::Geometry constructor +linktitle: Geometry +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Geometry::Geometry constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/geometry/geometry/ +--- +## Geometry::Geometry(Geometry_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::Geometry::Geometry(Geometry_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Geometry](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## Geometry::Geometry(const Geometry\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::Geometry::Geometry(const Geometry &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Geometry](../) +* Class [Geometry](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/geometry/getshapeadjustvalues/_index.md b/spanish/cpp/aspose.cells.drawing/geometry/getshapeadjustvalues/_index.md new file mode 100644 index 00000000000..82d862b457b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/geometry/getshapeadjustvalues/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Geometry::GetShapeAdjustValues method +linktitle: GetShapeAdjustValues +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Geometry::GetShapeAdjustValues method. Gets a collection of shape adjust value in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/geometry/getshapeadjustvalues/ +--- +## Geometry::GetShapeAdjustValues method + + +Gets a collection of shape adjust value. + +```cpp +ShapeGuideCollection Aspose::Cells::Drawing::Geometry::GetShapeAdjustValues() +``` + +## See Also + +* Class [ShapeGuideCollection](../../shapeguidecollection/) +* Class [Geometry](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/geometry/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/geometry/isnull/_index.md new file mode 100644 index 00000000000..b51d57fb5cd --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/geometry/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::Geometry::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Geometry::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/geometry/isnull/ +--- +## Geometry::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::Geometry::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Geometry](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/geometry/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/geometry/operator_asm/_index.md new file mode 100644 index 00000000000..4b2a6cbee89 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/geometry/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Geometry::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Geometry::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/geometry/operator_asm/ +--- +## Geometry::operator= method + + +operator= + +```cpp +Geometry & Aspose::Cells::Drawing::Geometry::operator=(const Geometry &src) +``` + +## See Also + +* Class [Geometry](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [Geometry](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/geometry/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/geometry/operator_bool/_index.md new file mode 100644 index 00000000000..0b053c752f4 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/geometry/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Geometry::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Geometry::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/geometry/operator_bool/ +--- +## Geometry::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::Geometry::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [Geometry](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/geometry/~geometry/_index.md b/spanish/cpp/aspose.cells.drawing/geometry/~geometry/_index.md new file mode 100644 index 00000000000..c613e8dd418 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/geometry/~geometry/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Geometry::~Geometry method +linktitle: ~Geometry +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Geometry::~Geometry method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/geometry/~geometry/ +--- +## Geometry::~Geometry method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::Geometry::~Geometry() +``` + +## See Also + +* Class [Geometry](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/gloweffect/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/gloweffect/_impl/_index.md new file mode 100644 index 00000000000..4712e9b7950 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gloweffect/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::GlowEffect::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GlowEffect::_impl field. The implementation object in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing/gloweffect/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +GlowEffect_Impl* Aspose::Cells::Drawing::GlowEffect::_impl +``` + +## See Also + +* Class [GlowEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/gloweffect/_index.md b/spanish/cpp/aspose.cells.drawing/gloweffect/_index.md new file mode 100644 index 00000000000..27e09ed9081 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gloweffect/_index.md @@ -0,0 +1,43 @@ +--- +title: Aspose::Cells::Drawing::GlowEffect class +linktitle: GlowEffect +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GlowEffect class. This class specifies a glow effect, in which a color blurred outline is added outside the edges of the object in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.drawing/gloweffect/ +--- +## GlowEffect class + + +This class specifies a glow effect, in which a color blurred outline is added outside the edges of the object. + +```cpp +class GlowEffect +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetColor()](./getcolor/) | Gets the color of the glow effect. | +| [GetSize()](./getsize/) | Gets and sets the radius of the glow, in unit of points. | +| [GetTransparency()](./gettransparency/) | Gets and sets the degree of transparency of the glow effect. [Range](../../aspose.cells/range/) from 0.0 (opaque) to 1.0 (clear). | +| [GlowEffect(GlowEffect_Impl* impl)](./gloweffect/) | Constructs from an implementation object. | +| [GlowEffect(const GlowEffect\& src)](./gloweffect/) | Copy constructor. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const GlowEffect\& src)](./operator_asm/) | operator= | +| [SetColor(const CellsColor\& value)](./setcolor/) | Gets the color of the glow effect. | +| [SetSize(double value)](./setsize/) | Gets and sets the radius of the glow, in unit of points. | +| [SetTransparency(double value)](./settransparency/) | Gets and sets the degree of transparency of the glow effect. [Range](../../aspose.cells/range/) from 0.0 (opaque) to 1.0 (clear). | +| [~GlowEffect()](./~gloweffect/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/gloweffect/getcolor/_index.md b/spanish/cpp/aspose.cells.drawing/gloweffect/getcolor/_index.md new file mode 100644 index 00000000000..b6bf6f5207d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gloweffect/getcolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::GlowEffect::GetColor method +linktitle: GetColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GlowEffect::GetColor method. Gets the color of the glow effect in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/gloweffect/getcolor/ +--- +## GlowEffect::GetColor method + + +Gets the color of the glow effect. + +```cpp +CellsColor Aspose::Cells::Drawing::GlowEffect::GetColor() +``` + +## See Also + +* Class [CellsColor](../../../aspose.cells/cellscolor/) +* Class [GlowEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/gloweffect/getsize/_index.md b/spanish/cpp/aspose.cells.drawing/gloweffect/getsize/_index.md new file mode 100644 index 00000000000..dbba6031e03 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gloweffect/getsize/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::GlowEffect::GetSize method +linktitle: GetSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GlowEffect::GetSize method. Gets and sets the radius of the glow, in unit of points in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/gloweffect/getsize/ +--- +## GlowEffect::GetSize method + + +Gets and sets the radius of the glow, in unit of points. + +```cpp +double Aspose::Cells::Drawing::GlowEffect::GetSize() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [GlowEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/gloweffect/gettransparency/_index.md b/spanish/cpp/aspose.cells.drawing/gloweffect/gettransparency/_index.md new file mode 100644 index 00000000000..73fcdcec218 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gloweffect/gettransparency/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::GlowEffect::GetTransparency method +linktitle: GetTransparency +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GlowEffect::GetTransparency method. Gets and sets the degree of transparency of the glow effect. Range from 0.0 (opaque) to 1.0 (clear) in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing/gloweffect/gettransparency/ +--- +## GlowEffect::GetTransparency method + + +Gets and sets the degree of transparency of the glow effect. [Range](../../../aspose.cells/range/) from 0.0 (opaque) to 1.0 (clear). + +```cpp +double Aspose::Cells::Drawing::GlowEffect::GetTransparency() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [GlowEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/gloweffect/gloweffect/_index.md b/spanish/cpp/aspose.cells.drawing/gloweffect/gloweffect/_index.md new file mode 100644 index 00000000000..666bddd7836 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gloweffect/gloweffect/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::GlowEffect::GlowEffect constructor +linktitle: GlowEffect +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GlowEffect::GlowEffect constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/gloweffect/gloweffect/ +--- +## GlowEffect::GlowEffect(GlowEffect_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::GlowEffect::GlowEffect(GlowEffect_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [GlowEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## GlowEffect::GlowEffect(const GlowEffect\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::GlowEffect::GlowEffect(const GlowEffect &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [GlowEffect](../) +* Class [GlowEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/gloweffect/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/gloweffect/isnull/_index.md new file mode 100644 index 00000000000..4e90087176b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gloweffect/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::GlowEffect::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GlowEffect::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/gloweffect/isnull/ +--- +## GlowEffect::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::GlowEffect::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [GlowEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/gloweffect/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/gloweffect/operator_asm/_index.md new file mode 100644 index 00000000000..0a7dec48d0b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gloweffect/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::GlowEffect::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GlowEffect::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/gloweffect/operator_asm/ +--- +## GlowEffect::operator= method + + +operator= + +```cpp +GlowEffect & Aspose::Cells::Drawing::GlowEffect::operator=(const GlowEffect &src) +``` + +## See Also + +* Class [GlowEffect](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [GlowEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/gloweffect/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/gloweffect/operator_bool/_index.md new file mode 100644 index 00000000000..8c7a55c00d0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gloweffect/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::GlowEffect::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GlowEffect::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/gloweffect/operator_bool/ +--- +## GlowEffect::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::GlowEffect::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [GlowEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/gloweffect/setcolor/_index.md b/spanish/cpp/aspose.cells.drawing/gloweffect/setcolor/_index.md new file mode 100644 index 00000000000..aedd4703040 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gloweffect/setcolor/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::GlowEffect::SetColor method +linktitle: SetColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GlowEffect::SetColor method. Gets the color of the glow effect in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/gloweffect/setcolor/ +--- +## GlowEffect::SetColor method + + +Gets the color of the glow effect. + +```cpp +void Aspose::Cells::Drawing::GlowEffect::SetColor(const CellsColor &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CellsColor](../../../aspose.cells/cellscolor/) +* Class [GlowEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/gloweffect/setsize/_index.md b/spanish/cpp/aspose.cells.drawing/gloweffect/setsize/_index.md new file mode 100644 index 00000000000..0a488a7cad6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gloweffect/setsize/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::GlowEffect::SetSize method +linktitle: SetSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GlowEffect::SetSize method. Gets and sets the radius of the glow, in unit of points in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing/gloweffect/setsize/ +--- +## GlowEffect::SetSize method + + +Gets and sets the radius of the glow, in unit of points. + +```cpp +void Aspose::Cells::Drawing::GlowEffect::SetSize(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [GlowEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/gloweffect/settransparency/_index.md b/spanish/cpp/aspose.cells.drawing/gloweffect/settransparency/_index.md new file mode 100644 index 00000000000..c7b89e545f5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gloweffect/settransparency/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::GlowEffect::SetTransparency method +linktitle: SetTransparency +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GlowEffect::SetTransparency method. Gets and sets the degree of transparency of the glow effect. Range from 0.0 (opaque) to 1.0 (clear) in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing/gloweffect/settransparency/ +--- +## GlowEffect::SetTransparency method + + +Gets and sets the degree of transparency of the glow effect. [Range](../../../aspose.cells/range/) from 0.0 (opaque) to 1.0 (clear). + +```cpp +void Aspose::Cells::Drawing::GlowEffect::SetTransparency(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [GlowEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/gloweffect/~gloweffect/_index.md b/spanish/cpp/aspose.cells.drawing/gloweffect/~gloweffect/_index.md new file mode 100644 index 00000000000..23cbe8daffe --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gloweffect/~gloweffect/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::GlowEffect::~GlowEffect method +linktitle: ~GlowEffect +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GlowEffect::~GlowEffect method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/gloweffect/~gloweffect/ +--- +## GlowEffect::~GlowEffect method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::GlowEffect::~GlowEffect() +``` + +## See Also + +* Class [GlowEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/gradientcolortype/_index.md b/spanish/cpp/aspose.cells.drawing/gradientcolortype/_index.md new file mode 100644 index 00000000000..6949c900d46 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gradientcolortype/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Cells::Drawing::GradientColorType enum +linktitle: GradientColorType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GradientColorType enum. Represents the gradient color type for the specified fill in C++.' +type: docs +weight: 8500 +url: /es/cpp/aspose.cells.drawing/gradientcolortype/ +--- +## GradientColorType enum + + +Represents the gradient color type for the specified fill. + +```cpp +enum class GradientColorType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| None | 0 |
No gradient color. | +| OneColor | 1 |
One gradient color. | +| PresetColors | 2 |
Preset gradient colors. | +| TwoColors | 3 |
Two gradient colors. | + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/gradientdirectiontype/_index.md b/spanish/cpp/aspose.cells.drawing/gradientdirectiontype/_index.md new file mode 100644 index 00000000000..a83a194f945 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gradientdirectiontype/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::GradientDirectionType enum +linktitle: GradientDirectionType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GradientDirectionType enum. Represents all direction type of gradient in C++.' +type: docs +weight: 8600 +url: /es/cpp/aspose.cells.drawing/gradientdirectiontype/ +--- +## GradientDirectionType enum + + +Represents all direction type of gradient. + +```cpp +enum class GradientDirectionType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| FromUpperLeftCorner | 0 |
FromUpperLeftCorner. | +| FromUpperRightCorner | 1 |
FromUpperRightCorner. | +| FromLowerLeftCorner | 2 |
FromLowerLeftCorner. | +| FromLowerRightCorner | 3 |
FromLowerRightCorner. | +| FromCenter | 4 |
FromCenter. | +| Unknown | 5 |
Unknown. | + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/gradientfill/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/gradientfill/_impl/_index.md new file mode 100644 index 00000000000..51dc2516d50 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gradientfill/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::GradientFill::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GradientFill::_impl field. The implementation object in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing/gradientfill/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +GradientFill_Impl* Aspose::Cells::Drawing::GradientFill::_impl +``` + +## See Also + +* Class [GradientFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/gradientfill/_index.md b/spanish/cpp/aspose.cells.drawing/gradientfill/_index.md new file mode 100644 index 00000000000..35800503447 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gradientfill/_index.md @@ -0,0 +1,47 @@ +--- +title: Aspose::Cells::Drawing::GradientFill class +linktitle: GradientFill +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GradientFill class. Represents the gradient fill in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.drawing/gradientfill/ +--- +## GradientFill class + + +Represents the gradient fill. + +```cpp +class GradientFill +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetAngle()](./getangle/) | The angle of linear fill. | +| [GetDirectionType()](./getdirectiontype/) | Gets the gradient direction type. | +| [GetFillType()](./getfilltype/) | Gets the gradient fill type. | +| [GetGradientStops()](./getgradientstops/) | Represents the gradient stop collection. | +| [GradientFill(GradientFill_Impl* impl)](./gradientfill/) | Constructs from an implementation object. | +| [GradientFill(const Aspose::Cells::Drawing::GradientFill\& src)](./gradientfill/) | Copy constructor. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const Aspose::Cells::Drawing::GradientFill\& src)](./operator_asm/) | operator= | +| [SetAngle(float value)](./setangle/) | The angle of linear fill. | +| [SetGradient(GradientFillType type, double angle, GradientDirectionType direction)](./setgradient/) | Set the gradient fill type and direction. | +| [SetOneColorGradient(const Aspose::Cells::Color\& color, double degree, GradientStyleType style, int32_t variant)](./setonecolorgradient/) | Sets the specified fill to a one-color gradient. Only applies for Excel 2007. | +| [SetPresetThemeGradient(PresetThemeGradientType gradientType, ThemeColorType themeColorType)](./setpresetthemegradient/) | Sets preset theme gradient fill. | +| [SetTwoColorGradient(const Aspose::Cells::Color\& color1, const Aspose::Cells::Color\& color2, GradientStyleType style, int32_t variant)](./settwocolorgradient/) | Sets the specified fill to a two-color gradient. Only applies for Excel 2007. | +| [SetTwoColorGradient(const Aspose::Cells::Color\& color1, double transparency1, const Aspose::Cells::Color\& color2, double transparency2, GradientStyleType style, int32_t variant)](./settwocolorgradient/) | Sets the specified fill to a two-color gradient. Only applies for Excel 2007. | +| [~GradientFill()](./~gradientfill/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/gradientfill/getangle/_index.md b/spanish/cpp/aspose.cells.drawing/gradientfill/getangle/_index.md new file mode 100644 index 00000000000..d7660485901 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gradientfill/getangle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::GradientFill::GetAngle method +linktitle: GetAngle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GradientFill::GetAngle method. The angle of linear fill in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing/gradientfill/getangle/ +--- +## GradientFill::GetAngle method + + +The angle of linear fill. + +```cpp +float Aspose::Cells::Drawing::GradientFill::GetAngle() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [GradientFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/gradientfill/getdirectiontype/_index.md b/spanish/cpp/aspose.cells.drawing/gradientfill/getdirectiontype/_index.md new file mode 100644 index 00000000000..59c4ebbe185 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gradientfill/getdirectiontype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::GradientFill::GetDirectionType method +linktitle: GetDirectionType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GradientFill::GetDirectionType method. Gets the gradient direction type in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing/gradientfill/getdirectiontype/ +--- +## GradientFill::GetDirectionType method + + +Gets the gradient direction type. + +```cpp +GradientDirectionType Aspose::Cells::Drawing::GradientFill::GetDirectionType() +``` + +## See Also + +* Enum [GradientDirectionType](../../gradientdirectiontype/) +* Class [GradientFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/gradientfill/getfilltype/_index.md b/spanish/cpp/aspose.cells.drawing/gradientfill/getfilltype/_index.md new file mode 100644 index 00000000000..d608ccfe2b4 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gradientfill/getfilltype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::GradientFill::GetFillType method +linktitle: GetFillType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GradientFill::GetFillType method. Gets the gradient fill type in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/gradientfill/getfilltype/ +--- +## GradientFill::GetFillType method + + +Gets the gradient fill type. + +```cpp +GradientFillType Aspose::Cells::Drawing::GradientFill::GetFillType() +``` + +## See Also + +* Enum [GradientFillType](../../gradientfilltype/) +* Class [GradientFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/gradientfill/getgradientstops/_index.md b/spanish/cpp/aspose.cells.drawing/gradientfill/getgradientstops/_index.md new file mode 100644 index 00000000000..5ed6d6ab315 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gradientfill/getgradientstops/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::GradientFill::GetGradientStops method +linktitle: GetGradientStops +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GradientFill::GetGradientStops method. Represents the gradient stop collection in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/gradientfill/getgradientstops/ +--- +## GradientFill::GetGradientStops method + + +Represents the gradient stop collection. + +```cpp +GradientStopCollection Aspose::Cells::Drawing::GradientFill::GetGradientStops() +``` + +## See Also + +* Class [GradientStopCollection](../../gradientstopcollection/) +* Class [GradientFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/gradientfill/gradientfill/_index.md b/spanish/cpp/aspose.cells.drawing/gradientfill/gradientfill/_index.md new file mode 100644 index 00000000000..7ba541c9697 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gradientfill/gradientfill/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::GradientFill::GradientFill constructor +linktitle: GradientFill +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GradientFill::GradientFill constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/gradientfill/gradientfill/ +--- +## GradientFill::GradientFill(GradientFill_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::GradientFill::GradientFill(GradientFill_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [GradientFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## GradientFill::GradientFill(const Aspose::Cells::Drawing::GradientFill\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::GradientFill::GradientFill(const Aspose::Cells::Drawing::GradientFill &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [GradientFill](../) +* Class [GradientFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/gradientfill/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/gradientfill/isnull/_index.md new file mode 100644 index 00000000000..78471e1833c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gradientfill/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::GradientFill::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GradientFill::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/gradientfill/isnull/ +--- +## GradientFill::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::GradientFill::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [GradientFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/gradientfill/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/gradientfill/operator_asm/_index.md new file mode 100644 index 00000000000..1115f18d763 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gradientfill/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::GradientFill::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GradientFill::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/gradientfill/operator_asm/ +--- +## GradientFill::operator= method + + +operator= + +```cpp +Aspose::Cells::Drawing::GradientFill & Aspose::Cells::Drawing::GradientFill::operator=(const Aspose::Cells::Drawing::GradientFill &src) +``` + +## See Also + +* Class [GradientFill](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [GradientFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/gradientfill/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/gradientfill/operator_bool/_index.md new file mode 100644 index 00000000000..1a67dd56137 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gradientfill/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::GradientFill::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GradientFill::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/gradientfill/operator_bool/ +--- +## GradientFill::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::GradientFill::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [GradientFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/gradientfill/setangle/_index.md b/spanish/cpp/aspose.cells.drawing/gradientfill/setangle/_index.md new file mode 100644 index 00000000000..f13c42c7468 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gradientfill/setangle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::GradientFill::SetAngle method +linktitle: SetAngle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GradientFill::SetAngle method. The angle of linear fill in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing/gradientfill/setangle/ +--- +## GradientFill::SetAngle method + + +The angle of linear fill. + +```cpp +void Aspose::Cells::Drawing::GradientFill::SetAngle(float value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [GradientFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/gradientfill/setgradient/_index.md b/spanish/cpp/aspose.cells.drawing/gradientfill/setgradient/_index.md new file mode 100644 index 00000000000..b030767aba9 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gradientfill/setgradient/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::GradientFill::SetGradient method +linktitle: SetGradient +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GradientFill::SetGradient method. Set the gradient fill type and direction in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/gradientfill/setgradient/ +--- +## GradientFill::SetGradient method + + +Set the gradient fill type and direction. + +```cpp +void Aspose::Cells::Drawing::GradientFill::SetGradient(GradientFillType type, double angle, GradientDirectionType direction) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| type | GradientFillType | Gradient fill type. | +| angle | double | The angle. Only applies for [GradientFillType.Linear](../../gradientfilltype/). | +| direction | GradientDirectionType | The direction type. Only applies for [GradientFillType.Radial](../../gradientfilltype/) and [GradientFillType.Rectangle](../../gradientfilltype/). | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [GradientFillType](../../gradientfilltype/) +* Enum [GradientDirectionType](../../gradientdirectiontype/) +* Class [GradientFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/gradientfill/setonecolorgradient/_index.md b/spanish/cpp/aspose.cells.drawing/gradientfill/setonecolorgradient/_index.md new file mode 100644 index 00000000000..bb04bd0cebf --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gradientfill/setonecolorgradient/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::GradientFill::SetOneColorGradient method +linktitle: SetOneColorGradient +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GradientFill::SetOneColorGradient method. Sets the specified fill to a one-color gradient. Only applies for Excel 2007 in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing/gradientfill/setonecolorgradient/ +--- +## GradientFill::SetOneColorGradient method + + +Sets the specified fill to a one-color gradient. Only applies for Excel 2007. + +```cpp +void Aspose::Cells::Drawing::GradientFill::SetOneColorGradient(const Aspose::Cells::Color &color, double degree, GradientStyleType style, int32_t variant) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| color | const Aspose::Cells::Color\& | One gradient color. | +| degree | double | The gradient degree. Can be a value from 0.0 (dark) through 1.0 (light). | +| style | GradientStyleType | Gradient shading style. | +| variant | int32_t | The gradient variant. Can be a value from 1 through 4, corresponding to one of the four variants on the Gradient tab in the Fill Effects dialog box. If style is GradientStyle.FromCenter, the Variant argument can only be 1 or 2. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [GradientStyleType](../../gradientstyletype/) +* Class [GradientFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/gradientfill/setpresetthemegradient/_index.md b/spanish/cpp/aspose.cells.drawing/gradientfill/setpresetthemegradient/_index.md new file mode 100644 index 00000000000..53786e531df --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gradientfill/setpresetthemegradient/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::GradientFill::SetPresetThemeGradient method +linktitle: SetPresetThemeGradient +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GradientFill::SetPresetThemeGradient method. Sets preset theme gradient fill in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing/gradientfill/setpresetthemegradient/ +--- +## GradientFill::SetPresetThemeGradient method + + +Sets preset theme gradient fill. + +```cpp +void Aspose::Cells::Drawing::GradientFill::SetPresetThemeGradient(PresetThemeGradientType gradientType, ThemeColorType themeColorType) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| gradientType | PresetThemeGradientType | The preset gradient type. | +| themeColorType | ThemeColorType | The theme color type. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PresetThemeGradientType](../../presetthemegradienttype/) +* Enum [ThemeColorType](../../../aspose.cells/themecolortype/) +* Class [GradientFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/gradientfill/settwocolorgradient/_index.md b/spanish/cpp/aspose.cells.drawing/gradientfill/settwocolorgradient/_index.md new file mode 100644 index 00000000000..191dcc118b1 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gradientfill/settwocolorgradient/_index.md @@ -0,0 +1,59 @@ +--- +title: Aspose::Cells::Drawing::GradientFill::SetTwoColorGradient method +linktitle: SetTwoColorGradient +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GradientFill::SetTwoColorGradient method. Sets the specified fill to a two-color gradient. Only applies for Excel 2007 in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing/gradientfill/settwocolorgradient/ +--- +## GradientFill::SetTwoColorGradient(const Aspose::Cells::Color\&, const Aspose::Cells::Color\&, GradientStyleType, int32_t) method + + +Sets the specified fill to a two-color gradient. Only applies for Excel 2007. + +```cpp +void Aspose::Cells::Drawing::GradientFill::SetTwoColorGradient(const Aspose::Cells::Color &color1, const Aspose::Cells::Color &color2, GradientStyleType style, int32_t variant) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| color1 | const Aspose::Cells::Color\& | One gradient color. | +| color2 | const Aspose::Cells::Color\& | Two gradient color. | +| style | GradientStyleType | Gradient shading style. | +| variant | int32_t | The gradient variant. Can be a value from 1 through 4, corresponding to one of the four variants on the Gradient tab in the Fill Effects dialog box. If style is GradientStyle.FromCenter, the Variant argument can only be 1 or 2. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [GradientStyleType](../../gradientstyletype/) +* Class [GradientFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## GradientFill::SetTwoColorGradient(const Aspose::Cells::Color\&, double, const Aspose::Cells::Color\&, double, GradientStyleType, int32_t) method + + +Sets the specified fill to a two-color gradient. Only applies for Excel 2007. + +```cpp +void Aspose::Cells::Drawing::GradientFill::SetTwoColorGradient(const Aspose::Cells::Color &color1, double transparency1, const Aspose::Cells::Color &color2, double transparency2, GradientStyleType style, int32_t variant) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| color1 | const Aspose::Cells::Color\& | One gradient color. | +| transparency1 | double | The degree of transparency of the color1 as a value from 0.0 (opaque) through 1.0 (clear). | +| color2 | const Aspose::Cells::Color\& | Two gradient color. | +| transparency2 | double | The degree of transparency of the color2 as a value from 0.0 (opaque) through 1.0 (clear). | +| style | GradientStyleType | Gradient shading style. | +| variant | int32_t | The gradient variant. Can be a value from 1 through 4, corresponding to one of the four variants on the Gradient tab in the Fill Effects dialog box. If style is GradientStyle.FromCenter, the Variant argument can only be 1 or 2. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [GradientStyleType](../../gradientstyletype/) +* Class [GradientFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/gradientfill/~gradientfill/_index.md b/spanish/cpp/aspose.cells.drawing/gradientfill/~gradientfill/_index.md new file mode 100644 index 00000000000..f44db6bae5a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gradientfill/~gradientfill/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::GradientFill::~GradientFill method +linktitle: ~GradientFill +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GradientFill::~GradientFill method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/gradientfill/~gradientfill/ +--- +## GradientFill::~GradientFill method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::GradientFill::~GradientFill() +``` + +## See Also + +* Class [GradientFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/gradientfilltype/_index.md b/spanish/cpp/aspose.cells.drawing/gradientfilltype/_index.md new file mode 100644 index 00000000000..cfd4f4d0a3a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gradientfilltype/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Cells::Drawing::GradientFillType enum +linktitle: GradientFillType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GradientFillType enum. Represents all Gradient fill type in C++.' +type: docs +weight: 8700 +url: /es/cpp/aspose.cells.drawing/gradientfilltype/ +--- +## GradientFillType enum + + +Represents all Gradient fill type. + +```cpp +enum class GradientFillType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Linear | 0 |
Linear. | +| Radial | 1 |
Radial. | +| Rectangle | 2 |
Rectangle. | +| Path | 3 |
Path. | + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/gradientpresettype/_index.md b/spanish/cpp/aspose.cells.drawing/gradientpresettype/_index.md new file mode 100644 index 00000000000..ff979d5b405 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gradientpresettype/_index.md @@ -0,0 +1,52 @@ +--- +title: Aspose::Cells::Drawing::GradientPresetType enum +linktitle: GradientPresetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GradientPresetType enum. Represents gradient preset color type in C++.' +type: docs +weight: 8800 +url: /es/cpp/aspose.cells.drawing/gradientpresettype/ +--- +## GradientPresetType enum + + +Represents gradient preset color type. + +```cpp +enum class GradientPresetType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Brass | 0 |
Brass preset color. | +| CalmWater | 1 |
Calm Water preset color. | +| Chrome | 2 |
Chrome preset color. | +| ChromeII | 3 |
Chrome II preset color. | +| Daybreak | 4 |
Daybreak preset color. | +| Desert | 5 |
Desert preset color. | +| EarlySunset | 6 |
Early Sunset preset color. | +| Fire | 7 |
Fire preset color. | +| Fog | 8 |
Fog preset color. | +| Gold | 9 |
Gold preset color. | +| GoldII | 10 |
Gold II preset color. | +| Horizon | 11 |
Horizon preset color. | +| LateSunset | 12 |
Late Sunset preset color. | +| Mahogany | 13 |
Mahogany preset color. | +| Moss | 14 |
Moss preset color. | +| Nightfall | 15 |
Nightfall preset color. | +| Ocean | 16 |
Ocean preset color. | +| Parchment | 17 |
Parchment preset color. | +| Peacock | 18 |
Peacock preset color. | +| Rainbow | 19 |
Rainbow preset color. | +| RainbowII | 20 |
Rainbow II preset color. | +| Sapphire | 21 |
Sapphire preset color. | +| Silver | 22 |
Silver preset color. | +| Wheat | 23 |
Wheat preset color. | +| Unknown | 24 |
Unknown preset color. Only for the preset color (which is not same as any known preset color) in the template workbook. | + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/gradientstop/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/gradientstop/_impl/_index.md new file mode 100644 index 00000000000..913eea4b2e8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gradientstop/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::GradientStop::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GradientStop::_impl field. The implementation object in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing/gradientstop/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +GradientStop_Impl* Aspose::Cells::Drawing::GradientStop::_impl +``` + +## See Also + +* Class [GradientStop](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/gradientstop/_index.md b/spanish/cpp/aspose.cells.drawing/gradientstop/_index.md new file mode 100644 index 00000000000..e8605f53548 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gradientstop/_index.md @@ -0,0 +1,42 @@ +--- +title: Aspose::Cells::Drawing::GradientStop class +linktitle: GradientStop +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GradientStop class. Represents the gradient stop in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.drawing/gradientstop/ +--- +## GradientStop class + + +Represents the gradient stop. + +```cpp +class GradientStop +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetCellsColor()](./getcellscolor/) | Gets the color of this gradient stop. | +| [GetPosition()](./getposition/) | The position of the stop. | +| [GetTransparency()](./gettransparency/) | Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). | +| [GradientStop(GradientStop_Impl* impl)](./gradientstop/) | Constructs from an implementation object. | +| [GradientStop(const GradientStop\& src)](./gradientstop/) | Copy constructor. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const GradientStop\& src)](./operator_asm/) | operator= | +| [SetPosition(double value)](./setposition/) | The position of the stop. | +| [SetTransparency(double value)](./settransparency/) | Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). | +| [~GradientStop()](./~gradientstop/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/gradientstop/getcellscolor/_index.md b/spanish/cpp/aspose.cells.drawing/gradientstop/getcellscolor/_index.md new file mode 100644 index 00000000000..2c4397dd404 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gradientstop/getcellscolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::GradientStop::GetCellsColor method +linktitle: GetCellsColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GradientStop::GetCellsColor method. Gets the color of this gradient stop in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/gradientstop/getcellscolor/ +--- +## GradientStop::GetCellsColor method + + +Gets the color of this gradient stop. + +```cpp +CellsColor Aspose::Cells::Drawing::GradientStop::GetCellsColor() +``` + +## See Also + +* Class [CellsColor](../../../aspose.cells/cellscolor/) +* Class [GradientStop](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/gradientstop/getposition/_index.md b/spanish/cpp/aspose.cells.drawing/gradientstop/getposition/_index.md new file mode 100644 index 00000000000..d9da5027a6b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gradientstop/getposition/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::GradientStop::GetPosition method +linktitle: GetPosition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GradientStop::GetPosition method. The position of the stop in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/gradientstop/getposition/ +--- +## GradientStop::GetPosition method + + +The position of the stop. + +```cpp +double Aspose::Cells::Drawing::GradientStop::GetPosition() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [GradientStop](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/gradientstop/gettransparency/_index.md b/spanish/cpp/aspose.cells.drawing/gradientstop/gettransparency/_index.md new file mode 100644 index 00000000000..70b7f1eb34e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gradientstop/gettransparency/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::GradientStop::GetTransparency method +linktitle: GetTransparency +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GradientStop::GetTransparency method. Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear) in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing/gradientstop/gettransparency/ +--- +## GradientStop::GetTransparency method + + +Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). + +```cpp +double Aspose::Cells::Drawing::GradientStop::GetTransparency() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [GradientStop](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/gradientstop/gradientstop/_index.md b/spanish/cpp/aspose.cells.drawing/gradientstop/gradientstop/_index.md new file mode 100644 index 00000000000..d1b1bded0c5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gradientstop/gradientstop/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::GradientStop::GradientStop constructor +linktitle: GradientStop +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GradientStop::GradientStop constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/gradientstop/gradientstop/ +--- +## GradientStop::GradientStop(GradientStop_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::GradientStop::GradientStop(GradientStop_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [GradientStop](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## GradientStop::GradientStop(const GradientStop\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::GradientStop::GradientStop(const GradientStop &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [GradientStop](../) +* Class [GradientStop](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/gradientstop/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/gradientstop/isnull/_index.md new file mode 100644 index 00000000000..ddb630beec2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gradientstop/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::GradientStop::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GradientStop::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/gradientstop/isnull/ +--- +## GradientStop::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::GradientStop::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [GradientStop](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/gradientstop/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/gradientstop/operator_asm/_index.md new file mode 100644 index 00000000000..2879103e477 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gradientstop/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::GradientStop::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GradientStop::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/gradientstop/operator_asm/ +--- +## GradientStop::operator= method + + +operator= + +```cpp +GradientStop & Aspose::Cells::Drawing::GradientStop::operator=(const GradientStop &src) +``` + +## See Also + +* Class [GradientStop](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [GradientStop](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/gradientstop/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/gradientstop/operator_bool/_index.md new file mode 100644 index 00000000000..e77774f3e68 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gradientstop/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::GradientStop::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GradientStop::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/gradientstop/operator_bool/ +--- +## GradientStop::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::GradientStop::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [GradientStop](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/gradientstop/setposition/_index.md b/spanish/cpp/aspose.cells.drawing/gradientstop/setposition/_index.md new file mode 100644 index 00000000000..c389a2722df --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gradientstop/setposition/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::GradientStop::SetPosition method +linktitle: SetPosition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GradientStop::SetPosition method. The position of the stop in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/gradientstop/setposition/ +--- +## GradientStop::SetPosition method + + +The position of the stop. + +```cpp +void Aspose::Cells::Drawing::GradientStop::SetPosition(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [GradientStop](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/gradientstop/settransparency/_index.md b/spanish/cpp/aspose.cells.drawing/gradientstop/settransparency/_index.md new file mode 100644 index 00000000000..0a74d401523 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gradientstop/settransparency/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::GradientStop::SetTransparency method +linktitle: SetTransparency +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GradientStop::SetTransparency method. Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear) in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing/gradientstop/settransparency/ +--- +## GradientStop::SetTransparency method + + +Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). + +```cpp +void Aspose::Cells::Drawing::GradientStop::SetTransparency(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [GradientStop](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/gradientstop/~gradientstop/_index.md b/spanish/cpp/aspose.cells.drawing/gradientstop/~gradientstop/_index.md new file mode 100644 index 00000000000..22657651b02 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gradientstop/~gradientstop/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::GradientStop::~GradientStop method +linktitle: ~GradientStop +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GradientStop::~GradientStop method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/gradientstop/~gradientstop/ +--- +## GradientStop::~GradientStop method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::GradientStop::~GradientStop() +``` + +## See Also + +* Class [GradientStop](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/gradientstopcollection/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/gradientstopcollection/_impl/_index.md new file mode 100644 index 00000000000..ae0b8d76041 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gradientstopcollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::GradientStopCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GradientStopCollection::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing/gradientstopcollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +GradientStopCollection_Impl* Aspose::Cells::Drawing::GradientStopCollection::_impl +``` + +## See Also + +* Class [GradientStopCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/gradientstopcollection/_index.md b/spanish/cpp/aspose.cells.drawing/gradientstopcollection/_index.md new file mode 100644 index 00000000000..d47845dc342 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gradientstopcollection/_index.md @@ -0,0 +1,41 @@ +--- +title: Aspose::Cells::Drawing::GradientStopCollection class +linktitle: GradientStopCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GradientStopCollection class. Represents the gradient stop collection in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.drawing/gradientstopcollection/ +--- +## GradientStopCollection class + + +Represents the gradient stop collection. + +```cpp +class GradientStopCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add(double position, const CellsColor\& color, int32_t alpha)](./add/) | Add a gradient stop. | +| [Add(double position, const Aspose::Cells::Color\& color, int32_t alpha)](./add/) | Add a gradient stop. | +| [Get(int32_t index)](./get/) | Gets the gradient stop by the index. | +| [GetCount()](./getcount/) | | +| [GradientStopCollection(GradientStopCollection_Impl* impl)](./gradientstopcollection/) | Constructs from an implementation object. | +| [GradientStopCollection(const GradientStopCollection\& src)](./gradientstopcollection/) | Copy constructor. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const GradientStopCollection\& src)](./operator_asm/) | operator= | +| [~GradientStopCollection()](./~gradientstopcollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/gradientstopcollection/add/_index.md b/spanish/cpp/aspose.cells.drawing/gradientstopcollection/add/_index.md new file mode 100644 index 00000000000..2d012d9c9c1 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gradientstopcollection/add/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::Drawing::GradientStopCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GradientStopCollection::Add method. Add a gradient stop in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/gradientstopcollection/add/ +--- +## GradientStopCollection::Add(double, const CellsColor\&, int32_t) method + + +Add a gradient stop. + +```cpp +void Aspose::Cells::Drawing::GradientStopCollection::Add(double position, const CellsColor &color, int32_t alpha) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| position | double | The position of the stop,in unit of percentage. | +| color | const CellsColor\& | The color of the stop. | +| alpha | int32_t | The alpha of the color. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CellsColor](../../../aspose.cells/cellscolor/) +* Class [GradientStopCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## GradientStopCollection::Add(double, const Aspose::Cells::Color\&, int32_t) method + + +Add a gradient stop. + +```cpp +void Aspose::Cells::Drawing::GradientStopCollection::Add(double position, const Aspose::Cells::Color &color, int32_t alpha) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| position | double | The position of the stop,in unit of percentage. | +| color | const Aspose::Cells::Color\& | The color of the stop. | +| alpha | int32_t | The alpha of the color. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [GradientStopCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/gradientstopcollection/get/_index.md b/spanish/cpp/aspose.cells.drawing/gradientstopcollection/get/_index.md new file mode 100644 index 00000000000..16b41bb882b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gradientstopcollection/get/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::GradientStopCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GradientStopCollection::Get method. Gets the gradient stop by the index in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/gradientstopcollection/get/ +--- +## GradientStopCollection::Get method + + +Gets the gradient stop by the index. + +```cpp +GradientStop Aspose::Cells::Drawing::GradientStopCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The index. | + +## ReturnValue + +The gradient stop. + +## See Also + +* Class [GradientStop](../../gradientstop/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [GradientStopCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/gradientstopcollection/getcount/_index.md b/spanish/cpp/aspose.cells.drawing/gradientstopcollection/getcount/_index.md new file mode 100644 index 00000000000..4e08b177dee --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gradientstopcollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::GradientStopCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::Drawing::GradientStopCollection class in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing/gradientstopcollection/getcount/ +--- +## GradientStopCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::Drawing::GradientStopCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [GradientStopCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/gradientstopcollection/gradientstopcollection/_index.md b/spanish/cpp/aspose.cells.drawing/gradientstopcollection/gradientstopcollection/_index.md new file mode 100644 index 00000000000..c5ef5edde6f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gradientstopcollection/gradientstopcollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::GradientStopCollection::GradientStopCollection constructor +linktitle: GradientStopCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GradientStopCollection::GradientStopCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/gradientstopcollection/gradientstopcollection/ +--- +## GradientStopCollection::GradientStopCollection(GradientStopCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::GradientStopCollection::GradientStopCollection(GradientStopCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [GradientStopCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## GradientStopCollection::GradientStopCollection(const GradientStopCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::GradientStopCollection::GradientStopCollection(const GradientStopCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [GradientStopCollection](../) +* Class [GradientStopCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/gradientstopcollection/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/gradientstopcollection/isnull/_index.md new file mode 100644 index 00000000000..74d609f2ad8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gradientstopcollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::GradientStopCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GradientStopCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/gradientstopcollection/isnull/ +--- +## GradientStopCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::GradientStopCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [GradientStopCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/gradientstopcollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/gradientstopcollection/operator_asm/_index.md new file mode 100644 index 00000000000..d0971e5cde4 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gradientstopcollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::GradientStopCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GradientStopCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/gradientstopcollection/operator_asm/ +--- +## GradientStopCollection::operator= method + + +operator= + +```cpp +GradientStopCollection & Aspose::Cells::Drawing::GradientStopCollection::operator=(const GradientStopCollection &src) +``` + +## See Also + +* Class [GradientStopCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [GradientStopCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/gradientstopcollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/gradientstopcollection/operator_bool/_index.md new file mode 100644 index 00000000000..fde0505d6fd --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gradientstopcollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::GradientStopCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GradientStopCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/gradientstopcollection/operator_bool/ +--- +## GradientStopCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::GradientStopCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [GradientStopCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/gradientstopcollection/~gradientstopcollection/_index.md b/spanish/cpp/aspose.cells.drawing/gradientstopcollection/~gradientstopcollection/_index.md new file mode 100644 index 00000000000..9ec403e1ff3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gradientstopcollection/~gradientstopcollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::GradientStopCollection::~GradientStopCollection method +linktitle: ~GradientStopCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GradientStopCollection::~GradientStopCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/gradientstopcollection/~gradientstopcollection/ +--- +## GradientStopCollection::~GradientStopCollection method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::GradientStopCollection::~GradientStopCollection() +``` + +## See Also + +* Class [GradientStopCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/gradientstyletype/_index.md b/spanish/cpp/aspose.cells.drawing/gradientstyletype/_index.md new file mode 100644 index 00000000000..9bda8bbba21 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/gradientstyletype/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::GradientStyleType enum +linktitle: GradientStyleType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GradientStyleType enum. Represents gradient shading style in C++.' +type: docs +weight: 8900 +url: /es/cpp/aspose.cells.drawing/gradientstyletype/ +--- +## GradientStyleType enum + + +Represents gradient shading style. + +```cpp +enum class GradientStyleType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| DiagonalDown | 0 |
Diagonal down shading style. | +| DiagonalUp | 1 |
Diagonal up shading style. | +| FromCenter | 2 |
From center shading style. | +| FromCorner | 3 |
From corner shading style. | +| Horizontal | 4 |
Horizontal shading style. | +| Vertical | 5 |
Vertical shading style. | +| Unknown | 6 |
Unknown shading style.Only for the shading style(which is not for any member of the GradientStyleType) in the template file. | + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/groupbox/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/groupbox/_impl/_index.md new file mode 100644 index 00000000000..62b127cd7b5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/groupbox/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::GroupBox::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GroupBox::_impl field. The implementation object in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/groupbox/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +GroupBox_Impl* Aspose::Cells::Drawing::GroupBox::_impl +``` + +## See Also + +* Class [GroupBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/groupbox/_index.md b/spanish/cpp/aspose.cells.drawing/groupbox/_index.md new file mode 100644 index 00000000000..9e4285caaf9 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/groupbox/_index.md @@ -0,0 +1,276 @@ +--- +title: Aspose::Cells::Drawing::GroupBox class +linktitle: GroupBox +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GroupBox class. Encapsulates the object that represents a groupbox in a spreadsheet in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.drawing/groupbox/ +--- +## GroupBox class + + +Encapsulates the object that represents a groupbox in a spreadsheet. + +```cpp +class GroupBox : public Aspose::Cells::Drawing::Shape +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddHyperlink(const U16String\& address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AddHyperlink(const char16_t* address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AlignTopRightCorner(int32_t topRow, int32_t rightColumn)](../shape/aligntoprightcorner/) | Moves the picture to the top-right corner. | +| [CalculateTextSize()](../shape/calculatetextsize/) | Recalculate the text area. | +| [Characters(int32_t startIndex, int32_t length)](../shape/characters/) | Returns a Characters object that represents a range of characters within the text. | +| [FitToTextSize()](../shape/fittotextsize/) | Recalculate a text area suitable for displaying all text content. | +| [FormatCharacters(int32_t startIndex, int32_t length, const Aspose::Cells::Font\& font, const StyleFlag\& flag)](../shape/formatcharacters/) | Formats some characters with the font setting. | +| [GetActiveXControl()](../shape/getactivexcontrol/) | Gets the ActiveX control. | +| [GetActualBox()](../shape/getactualbox/) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [GetActualLowerRightRow()](../shape/getactuallowerrightrow/) | Get the actual bottom row. | +| [GetAlternativeText()](../shape/getalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [GetAnchorType()](../shape/getanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [GetAutoShapeType()](../shape/getautoshapetype/) | Gets and sets the auto shape type. | +| [GetBottom()](../shape/getbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [GetConnectionPoints()](../shape/getconnectionpoints/) | Get the connection points. | +| [GetControlData()](../shape/getcontroldata/) | Gets the data of control. | +| [GetCreateId(UUID\& uuid)](../shape/getcreateid/) | Gets and sets create id for this shape. | +| [GetFill()](../shape/getfill/) | Returns a [FillFormat](../fillformat/) object that contains fill formatting properties for the specified shape. | +| [GetFont()](../shape/getfont/) | Represents the font of shape. | +| [GetFormatPicture()](../shape/getformatpicture/) | Gets and sets the options of the picture format. | +| [GetGeometry()](../shape/getgeometry/) | Gets the geometry. | +| [GetGlow()](../shape/getglow/) | Represents a [GlowEffect](../gloweffect/) object that specifies glow effect for the chart element or shape. | +| [GetGroup()](../shape/getgroup/) | Gets the group shape which contains this shape. | +| [GetHasLine()](../shape/gethasline/) | Gets and sets the line border of the shape is visible. | +| [GetHeight()](../shape/getheight/) | Represents the height of shape, in unit of pixel. | +| [GetHeightCM()](../shape/getheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [GetHeightInch()](../shape/getheightinch/) | Represents the height of the shape, in unit of inches. | +| [GetHeightInShape()](../shape/getheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [GetHeightPt()](../shape/getheightpt/) | Represents the height of the shape, in unit of points. | +| [GetHeightScale()](../shape/getheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [GetHtmlText()](../shape/gethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [GetHyperlink()](../shape/gethyperlink/) | Gets the hyperlink of the shape. | +| [GetId()](../shape/getid/) | Gets the identifier of this shape. | +| [GetInputRange()](../shape/getinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [GetInputRange(bool isR1C1, bool isLocal)](../shape/getinputrange/) | Gets the range used to fill the control. | +| [GetLeft()](../shape/getleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [GetLeftCM()](../shape/getleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [GetLeftInch()](../shape/getleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [GetLeftInShape()](../shape/getleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [GetLeftToCorner()](../shape/getlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [GetLine()](../shape/getline/) | Gets line style. | +| [GetLinkedCell()](../shape/getlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [GetLinkedCell(bool isR1C1, bool isLocal)](../shape/getlinkedcell/) | Gets the range linked to the control's value. | +| [GetLockedProperty(ShapeLockType type)](../shape/getlockedproperty/) | Gets the value of locked property. | +| [GetLowerDeltaX()](../shape/getlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [GetLowerDeltaY()](../shape/getlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [GetLowerRightColumn()](../shape/getlowerrightcolumn/) | Represents lower right corner column index. | +| [GetLowerRightRow()](../shape/getlowerrightrow/) | Represents lower right corner row index. | +| [GetMacroName()](../shape/getmacroname/) | Gets and sets the name of macro. | +| [GetMsoDrawingType()](../shape/getmsodrawingtype/) | Gets drawing type. | +| [GetName()](../shape/getname/) | Gets and sets the name of the shape. | +| [GetPaths()](../shape/getpaths/) | Gets the paths of a custom geometric shape. | +| [GetPlacement()](../shape/getplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [GetReflection()](../shape/getreflection/) | Represents a [ReflectionEffect](../reflectioneffect/) object that specifies reflection effect for the chart element or shape. | +| [GetRelativeToOriginalPictureSize()](../shape/getrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [GetResultOfSmartArt()](../shape/getresultofsmartart/) | Converting smart art to grouped shapes. | +| [GetRichFormattings()](../shape/getrichformattings/) | Returns all Characters objects that represents a range of characters within the text . | +| [GetRight()](../shape/getright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [GetRotationAngle()](../shape/getrotationangle/) | Gets and sets the rotation of the shape. | +| [GetShadow()](./getshadow/) | Indicates whether the groupbox has shadow. | +| [GetShadowEffect()](../shape/getshadoweffect/) | Represents a [Drawing.ShadowEffect](../shadoweffect/) object that specifies shadow effect for the chart element or shape. | +| [GetSoftEdges()](../shape/getsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [GetSpid()](../shape/getspid/) | Specifies an optional string identifier that an application can use to identify the particular shape. | +| [GetSpt()](../shape/getspt/) | Specifies an optional number that an application can use to associate the particular shape with a defined shape type. | +| [GetText()](../shape/gettext/) | Gets and sets the text of this shape. | +| [GetTextBody()](../shape/gettextbody/) | Gets and sets the setting of the shape's text. | +| [GetTextBoxOptions()](../shape/gettextboxoptions/) | Gets the text information in the shape. | +| [GetTextDirection()](../shape/gettextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [GetTextEffect()](../shape/gettexteffect/) | Returns a [TextEffectFormat](../texteffectformat/) object that contains text-effect formatting properties for the specified shape. Applies to [Shape](../shape/) objects that represent WordArt. | +| [GetTextHorizontalAlignment()](../shape/gettexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [GetTextHorizontalOverflow()](../shape/gettexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [GetTextOptions()](../shape/gettextoptions/) | Represents the text options of the shape. | +| [GetTextOrientationType()](../shape/gettextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [GetTextShapeType()](../shape/gettextshapetype/) | Gets and sets the preset text shape type. | +| [GetTextVerticalAlignment()](../shape/gettextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [GetTextVerticalOverflow()](../shape/gettextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [GetThreeDFormat()](../shape/getthreedformat/) | Gets and sets 3d format of the shape. | +| [GetTitle()](../shape/gettitle/) | Specifies the title (caption) of the current shape object. | +| [GetTop()](../shape/gettop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [GetTopCM()](../shape/gettopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [GetTopInch()](../shape/gettopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [GetTopInShape()](../shape/gettopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [GetTopToCorner()](../shape/gettoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [GetType()](../shape/gettype/) | Gets the auto shape type. | +| [GetUpperDeltaX()](../shape/getupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [GetUpperDeltaY()](../shape/getupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [GetUpperLeftColumn()](../shape/getupperleftcolumn/) | Represents upper left corner column index. | +| [GetUpperLeftRow()](../shape/getupperleftrow/) | Represents the top row index. | +| [GetWidth()](../shape/getwidth/) | Represents the width of shape, in unit of pixels. | +| [GetWidthCM()](../shape/getwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [GetWidthInch()](../shape/getwidthinch/) | Represents the width of the shape, in unit of inch. | +| [GetWidthInShape()](../shape/getwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [GetWidthPt()](../shape/getwidthpt/) | Represents the width of the shape, in unit of point. | +| [GetWidthScale()](../shape/getwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [GetWorksheet()](../shape/getworksheet/) | Gets the [Worksheet](../../aspose.cells/worksheet/) object which contains this shape. | +| [GetX()](../shape/getx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [GetY()](../shape/gety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [GetZOrderPosition()](../shape/getzorderposition/) | Returns the position of a shape in the z-order. | +| [GroupBox(GroupBox_Impl* impl)](./groupbox/) | Constructs from an implementation object. | +| [GroupBox(const GroupBox\& src)](./groupbox/) | Copy constructor. | +| [GroupBox(const Shape\& src)](./groupbox/) | Constructs from a parent object. | +| [IsAspectRatioLocked()](../shape/isaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [IsDecorative()](../shape/isdecorative/) | Indicates whether the object is decorative. | +| [IsEquation()](../shape/isequation/) | Indicates whether the shape only contains an equation. | +| [IsFilled()](../shape/isfilled/) | Indicates whether the fill format is visible. | +| [IsFlippedHorizontally()](../shape/isflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [IsFlippedVertically()](../shape/isflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [IsGroup()](../shape/isgroup/) | Indicates whether this shape is a group shape. | +| [IsHidden()](../shape/ishidden/) | Indicates whether the object is visible. | +| [IsInGroup()](../shape/isingroup/) | Indicates whether the shape is grouped. | +| [IsLockAspectRatio()](../shape/islockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [IsLocked()](../shape/islocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsPrintable()](../shape/isprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [IsRichText()](../shape/isrichtext/) | Whether or not the text is rich text. | +| [IsSameSetting(const Aspose::Cells::Object\& obj)](../shape/issamesetting/) | Returns whether the shape is same. | +| [IsSmartArt()](../shape/issmartart/) | Indicates whether the shape is a smart art. | +| [IsTextWrapped()](../shape/istextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [IsWordArt()](../shape/iswordart/) | Indicates whether this shape is a word art. | +| [MoveToRange(int32_t topRow, int32_t leftColumn, int32_t bottomRow, int32_t rightColumn)](../shape/movetorange/) | Moves the shape to a specified range. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const GroupBox\& src)](./operator_asm/) | operator= | +| [operator=(const Shape\& src)](../shape/operator_asm/) | operator= | +| [RemoveActiveXControl()](../shape/removeactivexcontrol/) | Remove activeX control. | +| [RemoveHyperlink()](../shape/removehyperlink/) | Removes the hyperlink of the shape. | +| [SetAlternativeText(const U16String\& value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAlternativeText(const char16_t* value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAnchorType(ShapeAnchorType value)](../shape/setanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [SetAutoShapeType(AutoShapeType value)](../shape/setautoshapetype/) | Gets and sets the auto shape type. | +| [SetBottom(int32_t value)](../shape/setbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [SetCreateId(const UUID\& value)](../shape/setcreateid/) | Gets and sets create id for this shape. | +| [SetFont(const Aspose::Cells::Font\& value)](../shape/setfont/) | Represents the font of shape. | +| [SetHasLine(bool value)](../shape/sethasline/) | Gets and sets the line border of the shape is visible. | +| [SetHeight(int32_t value)](../shape/setheight/) | Represents the height of shape, in unit of pixel. | +| [SetHeightCM(double value)](../shape/setheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [SetHeightInch(double value)](../shape/setheightinch/) | Represents the height of the shape, in unit of inches. | +| [SetHeightInShape(int32_t value)](../shape/setheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [SetHeightPt(double value)](../shape/setheightpt/) | Represents the height of the shape, in unit of points. | +| [SetHeightScale(int32_t value)](../shape/setheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [SetHtmlText(const U16String\& value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetHtmlText(const char16_t* value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetInputRange(const U16String\& value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const char16_t* value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetInputRange(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetIsAspectRatioLocked(bool value)](../shape/setisaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [SetIsDecorative(bool value)](../shape/setisdecorative/) | Indicates whether the object is decorative. | +| [SetIsFilled(bool value)](../shape/setisfilled/) | Indicates whether the fill format is visible. | +| [SetIsFlippedHorizontally(bool value)](../shape/setisflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [SetIsFlippedVertically(bool value)](../shape/setisflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [SetIsHidden(bool value)](../shape/setishidden/) | Indicates whether the object is visible. | +| [SetIsLockAspectRatio(bool value)](../shape/setislockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [SetIsLocked(bool value)](../shape/setislocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [SetIsPrintable(bool value)](../shape/setisprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [SetIsTextWrapped(bool value)](../shape/setistextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [SetLeft(int32_t value)](../shape/setleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [SetLeftCM(double value)](../shape/setleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [SetLeftInch(double value)](../shape/setleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [SetLeftInShape(int32_t value)](../shape/setleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [SetLeftToCorner(int32_t value)](../shape/setlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [SetLinkedCell(const U16String\& value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const char16_t* value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLinkedCell(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLockedProperty(ShapeLockType type, bool value)](../shape/setlockedproperty/) | Set the locked property. | +| [SetLowerDeltaX(int32_t value)](../shape/setlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [SetLowerDeltaY(int32_t value)](../shape/setlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [SetLowerRightColumn(int32_t value)](../shape/setlowerrightcolumn/) | Represents lower right corner column index. | +| [SetLowerRightRow(int32_t value)](../shape/setlowerrightrow/) | Represents lower right corner row index. | +| [SetMacroName(const U16String\& value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetMacroName(const char16_t* value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetName(const U16String\& value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetName(const char16_t* value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetPlacement(PlacementType value)](../shape/setplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [SetRelativeToOriginalPictureSize(bool value)](../shape/setrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [SetRight(int32_t value)](../shape/setright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [SetRotationAngle(double value)](../shape/setrotationangle/) | Gets and sets the rotation of the shape. | +| [SetShadow(bool value)](./setshadow/) | Indicates whether the groupbox has shadow. | +| [SetSoftEdges(double value)](../shape/setsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [SetText(const U16String\& value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetText(const char16_t* value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetTextDirection(TextDirectionType value)](../shape/settextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [SetTextHorizontalAlignment(TextAlignmentType value)](../shape/settexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [SetTextHorizontalOverflow(TextOverflowType value)](../shape/settexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [SetTextOptions(const TextOptions\& value)](../shape/settextoptions/) | Represents the text options of the shape. | +| [SetTextOrientationType(TextOrientationType value)](../shape/settextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [SetTextShapeType(AutoShapeType value)](../shape/settextshapetype/) | Gets and sets the preset text shape type. | +| [SetTextVerticalAlignment(TextAlignmentType value)](../shape/settextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [SetTextVerticalOverflow(TextOverflowType value)](../shape/settextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [SetTitle(const U16String\& value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTitle(const char16_t* value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTop(int32_t value)](../shape/settop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [SetTopCM(double value)](../shape/settopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [SetTopInch(double value)](../shape/settopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [SetTopInShape(int32_t value)](../shape/settopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [SetTopToCorner(int32_t value)](../shape/settoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [SetUpperDeltaX(int32_t value)](../shape/setupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [SetUpperDeltaY(int32_t value)](../shape/setupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [SetUpperLeftColumn(int32_t value)](../shape/setupperleftcolumn/) | Represents upper left corner column index. | +| [SetUpperLeftRow(int32_t value)](../shape/setupperleftrow/) | Represents the top row index. | +| [SetWidth(int32_t value)](../shape/setwidth/) | Represents the width of shape, in unit of pixels. | +| [SetWidthCM(double value)](../shape/setwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [SetWidthInch(double value)](../shape/setwidthinch/) | Represents the width of the shape, in unit of inch. | +| [SetWidthInShape(int32_t value)](../shape/setwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [SetWidthPt(double value)](../shape/setwidthpt/) | Represents the width of the shape, in unit of point. | +| [SetWidthScale(int32_t value)](../shape/setwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [SetX(int32_t value)](../shape/setx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [SetY(int32_t value)](../shape/sety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [SetZOrderPosition(int32_t value)](../shape/setzorderposition/) | Returns the position of a shape in the z-order. | +| [Shape(Shape_Impl* impl)](../shape/shape/) | Constructs from an implementation object. | +| [Shape(const Shape\& src)](../shape/shape/) | Copy constructor. | +| [ToFrontOrBack(int32_t orders)](../shape/tofrontorback/) | Brings the shape to the front or sends the shape to back. | +| [ToImage(Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. | +| [ToImage(const U16String\& imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const char16_t* imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a stream. | +| [UpdateSelectedValue()](../shape/updateselectedvalue/) | Update the selected value by the value of the linked cell. | +| [~GroupBox()](./~groupbox/) | Destructor. | +| [~Shape()](../shape/~shape/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciar un nuevo Workbook. +Workbook excelbook; + +//Agregar un cuadro de grupo a la primera hoja de cálculo. +GroupBox box = excelbook.GetWorksheets().Get(0).GetShapes().AddGroupBox(1, 0, 1, 0, 300, 250); + +//Establecer el título del cuadro de grupo. +box.SetText(u"Age Groups"); +box.SetPlacement(PlacementType::FreeFloating); + +//Convertirlo en un cuadro 2-D. +box.SetShadow(false); + +//Guarde el archivo de Excel. +excelbook.Save(u"groupbox.xls"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Shape](../shape/) +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/groupbox/getshadow/_index.md b/spanish/cpp/aspose.cells.drawing/groupbox/getshadow/_index.md new file mode 100644 index 00000000000..63a6de1a7ea --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/groupbox/getshadow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::GroupBox::GetShadow method +linktitle: GetShadow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GroupBox::GetShadow method. Indicates whether the groupbox has shadow in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/groupbox/getshadow/ +--- +## GroupBox::GetShadow method + + +Indicates whether the groupbox has shadow. + +```cpp +bool Aspose::Cells::Drawing::GroupBox::GetShadow() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [GroupBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/groupbox/groupbox/_index.md b/spanish/cpp/aspose.cells.drawing/groupbox/groupbox/_index.md new file mode 100644 index 00000000000..5e913ae7c8b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/groupbox/groupbox/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::GroupBox::GroupBox constructor +linktitle: GroupBox +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GroupBox::GroupBox constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/groupbox/groupbox/ +--- +## GroupBox::GroupBox(GroupBox_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::GroupBox::GroupBox(GroupBox_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [GroupBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## GroupBox::GroupBox(const GroupBox\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::GroupBox::GroupBox(const GroupBox &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [GroupBox](../) +* Class [GroupBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## GroupBox::GroupBox(const Shape\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::GroupBox::GroupBox(const Shape &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../../shape/) +* Class [GroupBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/groupbox/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/groupbox/isnull/_index.md new file mode 100644 index 00000000000..2a10adc8fc7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/groupbox/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::GroupBox::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GroupBox::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/groupbox/isnull/ +--- +## GroupBox::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::GroupBox::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [GroupBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/groupbox/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/groupbox/operator_asm/_index.md new file mode 100644 index 00000000000..ab33b2f2ccd --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/groupbox/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::GroupBox::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GroupBox::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/groupbox/operator_asm/ +--- +## GroupBox::operator= method + + +operator= + +```cpp +GroupBox & Aspose::Cells::Drawing::GroupBox::operator=(const GroupBox &src) +``` + +## See Also + +* Class [GroupBox](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [GroupBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/groupbox/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/groupbox/operator_bool/_index.md new file mode 100644 index 00000000000..033587a5270 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/groupbox/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::GroupBox::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GroupBox::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/groupbox/operator_bool/ +--- +## GroupBox::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::GroupBox::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [GroupBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/groupbox/setshadow/_index.md b/spanish/cpp/aspose.cells.drawing/groupbox/setshadow/_index.md new file mode 100644 index 00000000000..15e9a6d18c5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/groupbox/setshadow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::GroupBox::SetShadow method +linktitle: SetShadow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GroupBox::SetShadow method. Indicates whether the groupbox has shadow in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/groupbox/setshadow/ +--- +## GroupBox::SetShadow method + + +Indicates whether the groupbox has shadow. + +```cpp +void Aspose::Cells::Drawing::GroupBox::SetShadow(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [GroupBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/groupbox/~groupbox/_index.md b/spanish/cpp/aspose.cells.drawing/groupbox/~groupbox/_index.md new file mode 100644 index 00000000000..a09d2f62f6b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/groupbox/~groupbox/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::GroupBox::~GroupBox method +linktitle: ~GroupBox +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GroupBox::~GroupBox method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/groupbox/~groupbox/ +--- +## GroupBox::~GroupBox method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::GroupBox::~GroupBox() +``` + +## See Also + +* Class [GroupBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/groupfill/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/groupfill/_impl/_index.md new file mode 100644 index 00000000000..e79fb0d64fd --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/groupfill/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::GroupFill::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GroupFill::_impl field. The implementation object in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/groupfill/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +GroupFill_Impl* Aspose::Cells::Drawing::GroupFill::_impl +``` + +## See Also + +* Class [GroupFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/groupfill/_index.md b/spanish/cpp/aspose.cells.drawing/groupfill/_index.md new file mode 100644 index 00000000000..c130336dedb --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/groupfill/_index.md @@ -0,0 +1,37 @@ +--- +title: Aspose::Cells::Drawing::GroupFill class +linktitle: GroupFill +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GroupFill class. Represents this fill format should inherit the fill properties of the group in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.drawing/groupfill/ +--- +## GroupFill class + + +Represents this fill format should inherit the fill properties of the group. + +```cpp +class GroupFill +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GroupFill(GroupFill_Impl* impl)](./groupfill/) | Constructs from an implementation object. | +| [GroupFill(const GroupFill\& src)](./groupfill/) | Copy constructor. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const GroupFill\& src)](./operator_asm/) | operator= | +| [~GroupFill()](./~groupfill/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/groupfill/groupfill/_index.md b/spanish/cpp/aspose.cells.drawing/groupfill/groupfill/_index.md new file mode 100644 index 00000000000..81e7736b0ea --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/groupfill/groupfill/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::GroupFill::GroupFill constructor +linktitle: GroupFill +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GroupFill::GroupFill constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/groupfill/groupfill/ +--- +## GroupFill::GroupFill(GroupFill_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::GroupFill::GroupFill(GroupFill_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [GroupFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## GroupFill::GroupFill(const GroupFill\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::GroupFill::GroupFill(const GroupFill &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [GroupFill](../) +* Class [GroupFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/groupfill/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/groupfill/isnull/_index.md new file mode 100644 index 00000000000..0b9be6217ff --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/groupfill/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::GroupFill::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GroupFill::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/groupfill/isnull/ +--- +## GroupFill::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::GroupFill::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [GroupFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/groupfill/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/groupfill/operator_asm/_index.md new file mode 100644 index 00000000000..d6af6b3f612 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/groupfill/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::GroupFill::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GroupFill::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/groupfill/operator_asm/ +--- +## GroupFill::operator= method + + +operator= + +```cpp +GroupFill & Aspose::Cells::Drawing::GroupFill::operator=(const GroupFill &src) +``` + +## See Also + +* Class [GroupFill](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [GroupFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/groupfill/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/groupfill/operator_bool/_index.md new file mode 100644 index 00000000000..1b5cb2681ef --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/groupfill/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::GroupFill::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GroupFill::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/groupfill/operator_bool/ +--- +## GroupFill::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::GroupFill::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [GroupFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/groupfill/~groupfill/_index.md b/spanish/cpp/aspose.cells.drawing/groupfill/~groupfill/_index.md new file mode 100644 index 00000000000..3ce7a9c4db1 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/groupfill/~groupfill/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::GroupFill::~GroupFill method +linktitle: ~GroupFill +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GroupFill::~GroupFill method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/groupfill/~groupfill/ +--- +## GroupFill::~GroupFill method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::GroupFill::~GroupFill() +``` + +## See Also + +* Class [GroupFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/groupshape/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/groupshape/_impl/_index.md new file mode 100644 index 00000000000..119d3b584a3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/groupshape/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::GroupShape::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GroupShape::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing/groupshape/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +GroupShape_Impl* Aspose::Cells::Drawing::GroupShape::_impl +``` + +## See Also + +* Class [GroupShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/groupshape/_index.md b/spanish/cpp/aspose.cells.drawing/groupshape/_index.md new file mode 100644 index 00000000000..5400ffdf912 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/groupshape/_index.md @@ -0,0 +1,397 @@ +--- +title: Aspose::Cells::Drawing::GroupShape class +linktitle: GroupShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GroupShape class. Represents the group shape which contains the individual shapes in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.drawing/groupshape/ +--- +## GroupShape class + + +Represents the group shape which contains the individual shapes. + +```cpp +class GroupShape : public Aspose::Cells::Drawing::Shape +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddHyperlink(const U16String\& address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AddHyperlink(const char16_t* address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AlignTopRightCorner(int32_t topRow, int32_t rightColumn)](../shape/aligntoprightcorner/) | Moves the picture to the top-right corner. | +| [CalculateTextSize()](../shape/calculatetextsize/) | Recalculate the text area. | +| [Characters(int32_t startIndex, int32_t length)](../shape/characters/) | Returns a Characters object that represents a range of characters within the text. | +| [FitToTextSize()](../shape/fittotextsize/) | Recalculate a text area suitable for displaying all text content. | +| [FormatCharacters(int32_t startIndex, int32_t length, const Aspose::Cells::Font\& font, const StyleFlag\& flag)](../shape/formatcharacters/) | Formats some characters with the font setting. | +| [Get(int32_t index)](./get/) | Gets the child shape by index. | +| [GetActiveXControl()](../shape/getactivexcontrol/) | Gets the ActiveX control. | +| [GetActualBox()](../shape/getactualbox/) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [GetActualLowerRightRow()](../shape/getactuallowerrightrow/) | Get the actual bottom row. | +| [GetAlternativeText()](../shape/getalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [GetAnchorType()](../shape/getanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [GetAutoShapeType()](../shape/getautoshapetype/) | Gets and sets the auto shape type. | +| [GetBottom()](../shape/getbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [GetConnectionPoints()](../shape/getconnectionpoints/) | Get the connection points. | +| [GetControlData()](../shape/getcontroldata/) | Gets the data of control. | +| [GetCreateId(UUID\& uuid)](../shape/getcreateid/) | Gets and sets create id for this shape. | +| [GetFill()](../shape/getfill/) | Returns a [FillFormat](../fillformat/) object that contains fill formatting properties for the specified shape. | +| [GetFont()](../shape/getfont/) | Represents the font of shape. | +| [GetFormatPicture()](../shape/getformatpicture/) | Gets and sets the options of the picture format. | +| [GetGeometry()](../shape/getgeometry/) | Gets the geometry. | +| [GetGlow()](../shape/getglow/) | Represents a [GlowEffect](../gloweffect/) object that specifies glow effect for the chart element or shape. | +| [GetGroup()](../shape/getgroup/) | Gets the group shape which contains this shape. | +| [GetGroupedShapes()](./getgroupedshapes/) | Gets the shapes grouped by this shape. | +| [GetHasLine()](../shape/gethasline/) | Gets and sets the line border of the shape is visible. | +| [GetHeight()](../shape/getheight/) | Represents the height of shape, in unit of pixel. | +| [GetHeightCM()](../shape/getheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [GetHeightInch()](../shape/getheightinch/) | Represents the height of the shape, in unit of inches. | +| [GetHeightInShape()](../shape/getheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [GetHeightPt()](../shape/getheightpt/) | Represents the height of the shape, in unit of points. | +| [GetHeightScale()](../shape/getheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [GetHtmlText()](../shape/gethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [GetHyperlink()](../shape/gethyperlink/) | Gets the hyperlink of the shape. | +| [GetId()](../shape/getid/) | Gets the identifier of this shape. | +| [GetInputRange()](../shape/getinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [GetInputRange(bool isR1C1, bool isLocal)](../shape/getinputrange/) | Gets the range used to fill the control. | +| [GetLeft()](../shape/getleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [GetLeftCM()](../shape/getleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [GetLeftInch()](../shape/getleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [GetLeftInShape()](../shape/getleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [GetLeftToCorner()](../shape/getlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [GetLine()](../shape/getline/) | Gets line style. | +| [GetLinkedCell()](../shape/getlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [GetLinkedCell(bool isR1C1, bool isLocal)](../shape/getlinkedcell/) | Gets the range linked to the control's value. | +| [GetLockedProperty(ShapeLockType type)](../shape/getlockedproperty/) | Gets the value of locked property. | +| [GetLowerDeltaX()](../shape/getlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [GetLowerDeltaY()](../shape/getlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [GetLowerRightColumn()](../shape/getlowerrightcolumn/) | Represents lower right corner column index. | +| [GetLowerRightRow()](../shape/getlowerrightrow/) | Represents lower right corner row index. | +| [GetMacroName()](../shape/getmacroname/) | Gets and sets the name of macro. | +| [GetMsoDrawingType()](../shape/getmsodrawingtype/) | Gets drawing type. | +| [GetName()](../shape/getname/) | Gets and sets the name of the shape. | +| [GetPaths()](../shape/getpaths/) | Gets the paths of a custom geometric shape. | +| [GetPlacement()](../shape/getplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [GetReflection()](../shape/getreflection/) | Represents a [ReflectionEffect](../reflectioneffect/) object that specifies reflection effect for the chart element or shape. | +| [GetRelativeToOriginalPictureSize()](../shape/getrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [GetResultOfSmartArt()](../shape/getresultofsmartart/) | Converting smart art to grouped shapes. | +| [GetRichFormattings()](../shape/getrichformattings/) | Returns all Characters objects that represents a range of characters within the text . | +| [GetRight()](../shape/getright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [GetRotationAngle()](../shape/getrotationangle/) | Gets and sets the rotation of the shape. | +| [GetShadowEffect()](../shape/getshadoweffect/) | Represents a [Drawing.ShadowEffect](../shadoweffect/) object that specifies shadow effect for the chart element or shape. | +| [GetSoftEdges()](../shape/getsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [GetSpid()](../shape/getspid/) | Specifies an optional string identifier that an application can use to identify the particular shape. | +| [GetSpt()](../shape/getspt/) | Specifies an optional number that an application can use to associate the particular shape with a defined shape type. | +| [GetText()](../shape/gettext/) | Gets and sets the text of this shape. | +| [GetTextBody()](../shape/gettextbody/) | Gets and sets the setting of the shape's text. | +| [GetTextBoxOptions()](../shape/gettextboxoptions/) | Gets the text information in the shape. | +| [GetTextDirection()](../shape/gettextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [GetTextEffect()](../shape/gettexteffect/) | Returns a [TextEffectFormat](../texteffectformat/) object that contains text-effect formatting properties for the specified shape. Applies to [Shape](../shape/) objects that represent WordArt. | +| [GetTextHorizontalAlignment()](../shape/gettexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [GetTextHorizontalOverflow()](../shape/gettexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [GetTextOptions()](../shape/gettextoptions/) | Represents the text options of the shape. | +| [GetTextOrientationType()](../shape/gettextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [GetTextShapeType()](../shape/gettextshapetype/) | Gets and sets the preset text shape type. | +| [GetTextVerticalAlignment()](../shape/gettextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [GetTextVerticalOverflow()](../shape/gettextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [GetThreeDFormat()](../shape/getthreedformat/) | Gets and sets 3d format of the shape. | +| [GetTitle()](../shape/gettitle/) | Specifies the title (caption) of the current shape object. | +| [GetTop()](../shape/gettop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [GetTopCM()](../shape/gettopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [GetTopInch()](../shape/gettopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [GetTopInShape()](../shape/gettopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [GetTopToCorner()](../shape/gettoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [GetType()](../shape/gettype/) | Gets the auto shape type. | +| [GetUpperDeltaX()](../shape/getupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [GetUpperDeltaY()](../shape/getupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [GetUpperLeftColumn()](../shape/getupperleftcolumn/) | Represents upper left corner column index. | +| [GetUpperLeftRow()](../shape/getupperleftrow/) | Represents the top row index. | +| [GetWidth()](../shape/getwidth/) | Represents the width of shape, in unit of pixels. | +| [GetWidthCM()](../shape/getwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [GetWidthInch()](../shape/getwidthinch/) | Represents the width of the shape, in unit of inch. | +| [GetWidthInShape()](../shape/getwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [GetWidthPt()](../shape/getwidthpt/) | Represents the width of the shape, in unit of point. | +| [GetWidthScale()](../shape/getwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [GetWorksheet()](../shape/getworksheet/) | Gets the [Worksheet](../../aspose.cells/worksheet/) object which contains this shape. | +| [GetX()](../shape/getx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [GetY()](../shape/gety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [GetZOrderPosition()](../shape/getzorderposition/) | Returns the position of a shape in the z-order. | +| [GroupShape(GroupShape_Impl* impl)](./groupshape/) | Constructs from an implementation object. | +| [GroupShape(const GroupShape\& src)](./groupshape/) | Copy constructor. | +| [GroupShape(const Shape\& src)](./groupshape/) | Constructs from a parent object. | +| [IsAspectRatioLocked()](../shape/isaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [IsDecorative()](../shape/isdecorative/) | Indicates whether the object is decorative. | +| [IsEquation()](../shape/isequation/) | Indicates whether the shape only contains an equation. | +| [IsFilled()](../shape/isfilled/) | Indicates whether the fill format is visible. | +| [IsFlippedHorizontally()](../shape/isflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [IsFlippedVertically()](../shape/isflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [IsGroup()](../shape/isgroup/) | Indicates whether this shape is a group shape. | +| [IsHidden()](../shape/ishidden/) | Indicates whether the object is visible. | +| [IsInGroup()](../shape/isingroup/) | Indicates whether the shape is grouped. | +| [IsLockAspectRatio()](../shape/islockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [IsLocked()](../shape/islocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsPrintable()](../shape/isprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [IsRichText()](../shape/isrichtext/) | Whether or not the text is rich text. | +| [IsSameSetting(const Aspose::Cells::Object\& obj)](../shape/issamesetting/) | Returns whether the shape is same. | +| [IsSmartArt()](../shape/issmartart/) | Indicates whether the shape is a smart art. | +| [IsTextWrapped()](../shape/istextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [IsWordArt()](../shape/iswordart/) | Indicates whether this shape is a word art. | +| [MoveToRange(int32_t topRow, int32_t leftColumn, int32_t bottomRow, int32_t rightColumn)](../shape/movetorange/) | Moves the shape to a specified range. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const GroupShape\& src)](./operator_asm/) | operator= | +| [operator=(const Shape\& src)](../shape/operator_asm/) | operator= | +| [RemoveActiveXControl()](../shape/removeactivexcontrol/) | Remove activeX control. | +| [RemoveHyperlink()](../shape/removehyperlink/) | Removes the hyperlink of the shape. | +| [SetAlternativeText(const U16String\& value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAlternativeText(const char16_t* value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAnchorType(ShapeAnchorType value)](../shape/setanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [SetAutoShapeType(AutoShapeType value)](../shape/setautoshapetype/) | Gets and sets the auto shape type. | +| [SetBottom(int32_t value)](../shape/setbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [SetCreateId(const UUID\& value)](../shape/setcreateid/) | Gets and sets create id for this shape. | +| [SetFont(const Aspose::Cells::Font\& value)](../shape/setfont/) | Represents the font of shape. | +| [SetHasLine(bool value)](../shape/sethasline/) | Gets and sets the line border of the shape is visible. | +| [SetHeight(int32_t value)](../shape/setheight/) | Represents the height of shape, in unit of pixel. | +| [SetHeightCM(double value)](../shape/setheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [SetHeightInch(double value)](../shape/setheightinch/) | Represents the height of the shape, in unit of inches. | +| [SetHeightInShape(int32_t value)](../shape/setheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [SetHeightPt(double value)](../shape/setheightpt/) | Represents the height of the shape, in unit of points. | +| [SetHeightScale(int32_t value)](../shape/setheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [SetHtmlText(const U16String\& value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetHtmlText(const char16_t* value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetInputRange(const U16String\& value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const char16_t* value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetInputRange(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetIsAspectRatioLocked(bool value)](../shape/setisaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [SetIsDecorative(bool value)](../shape/setisdecorative/) | Indicates whether the object is decorative. | +| [SetIsFilled(bool value)](../shape/setisfilled/) | Indicates whether the fill format is visible. | +| [SetIsFlippedHorizontally(bool value)](../shape/setisflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [SetIsFlippedVertically(bool value)](../shape/setisflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [SetIsHidden(bool value)](../shape/setishidden/) | Indicates whether the object is visible. | +| [SetIsLockAspectRatio(bool value)](../shape/setislockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [SetIsLocked(bool value)](../shape/setislocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [SetIsPrintable(bool value)](../shape/setisprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [SetIsTextWrapped(bool value)](../shape/setistextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [SetLeft(int32_t value)](../shape/setleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [SetLeftCM(double value)](../shape/setleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [SetLeftInch(double value)](../shape/setleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [SetLeftInShape(int32_t value)](../shape/setleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [SetLeftToCorner(int32_t value)](../shape/setlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [SetLinkedCell(const U16String\& value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const char16_t* value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLinkedCell(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLockedProperty(ShapeLockType type, bool value)](../shape/setlockedproperty/) | Set the locked property. | +| [SetLowerDeltaX(int32_t value)](../shape/setlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [SetLowerDeltaY(int32_t value)](../shape/setlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [SetLowerRightColumn(int32_t value)](../shape/setlowerrightcolumn/) | Represents lower right corner column index. | +| [SetLowerRightRow(int32_t value)](../shape/setlowerrightrow/) | Represents lower right corner row index. | +| [SetMacroName(const U16String\& value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetMacroName(const char16_t* value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetName(const U16String\& value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetName(const char16_t* value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetPlacement(PlacementType value)](../shape/setplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [SetRelativeToOriginalPictureSize(bool value)](../shape/setrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [SetRight(int32_t value)](../shape/setright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [SetRotationAngle(double value)](../shape/setrotationangle/) | Gets and sets the rotation of the shape. | +| [SetSoftEdges(double value)](../shape/setsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [SetText(const U16String\& value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetText(const char16_t* value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetTextDirection(TextDirectionType value)](../shape/settextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [SetTextHorizontalAlignment(TextAlignmentType value)](../shape/settexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [SetTextHorizontalOverflow(TextOverflowType value)](../shape/settexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [SetTextOptions(const TextOptions\& value)](../shape/settextoptions/) | Represents the text options of the shape. | +| [SetTextOrientationType(TextOrientationType value)](../shape/settextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [SetTextShapeType(AutoShapeType value)](../shape/settextshapetype/) | Gets and sets the preset text shape type. | +| [SetTextVerticalAlignment(TextAlignmentType value)](../shape/settextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [SetTextVerticalOverflow(TextOverflowType value)](../shape/settextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [SetTitle(const U16String\& value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTitle(const char16_t* value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTop(int32_t value)](../shape/settop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [SetTopCM(double value)](../shape/settopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [SetTopInch(double value)](../shape/settopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [SetTopInShape(int32_t value)](../shape/settopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [SetTopToCorner(int32_t value)](../shape/settoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [SetUpperDeltaX(int32_t value)](../shape/setupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [SetUpperDeltaY(int32_t value)](../shape/setupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [SetUpperLeftColumn(int32_t value)](../shape/setupperleftcolumn/) | Represents upper left corner column index. | +| [SetUpperLeftRow(int32_t value)](../shape/setupperleftrow/) | Represents the top row index. | +| [SetWidth(int32_t value)](../shape/setwidth/) | Represents the width of shape, in unit of pixels. | +| [SetWidthCM(double value)](../shape/setwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [SetWidthInch(double value)](../shape/setwidthinch/) | Represents the width of the shape, in unit of inch. | +| [SetWidthInShape(int32_t value)](../shape/setwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [SetWidthPt(double value)](../shape/setwidthpt/) | Represents the width of the shape, in unit of point. | +| [SetWidthScale(int32_t value)](../shape/setwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [SetX(int32_t value)](../shape/setx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [SetY(int32_t value)](../shape/sety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [SetZOrderPosition(int32_t value)](../shape/setzorderposition/) | Returns the position of a shape in the z-order. | +| [Shape(Shape_Impl* impl)](../shape/shape/) | Constructs from an implementation object. | +| [Shape(const Shape\& src)](../shape/shape/) | Copy constructor. | +| [ToFrontOrBack(int32_t orders)](../shape/tofrontorback/) | Brings the shape to the front or sends the shape to back. | +| [ToImage(Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. | +| [ToImage(const U16String\& imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const char16_t* imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a stream. | +| [Ungroup()](./ungroup/) | Ungroups the shape items. | +| [UpdateSelectedValue()](../shape/updateselectedvalue/) | Update the selected value by the value of the linked cell. | +| [~GroupShape()](./~groupshape/) | Destructor. | +| [~Shape()](../shape/~shape/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciar un nuevo Workbook. +Workbook excelbook; + +//Agregar un cuadro de grupo a la primera hoja de cálculo. +GroupBox box = excelbook.GetWorksheets().Get(0).GetShapes().AddGroupBox(1, 0, 1, 0, 300, 250); + +//Establecer el título del cuadro de grupo. +box.SetText(u"Age Groups"); +box.SetPlacement(PlacementType::FreeFloating); + +//Convertirlo en un cuadro 2-D. +box.SetShadow(false); + +//Agregar un botón de opción. +RadioButton radio1 = excelbook.GetWorksheets().Get(0).GetShapes().AddRadioButton(3, 0, 2, 0, 30, 110); + +//Establecer su cadena de texto. +radio1.SetText(u"20-29"); + +//Establecer la celda A1 como celda vinculada para el botón de opción. +radio1.SetLinkedCell(u"A1"); + +//Make the radio button 3-D. +radio1.SetShadow(true); + +//Make the line format visible. +radio1.GetLine().SetFillType(FillType::Solid); + +//Make the fill format visible. +radio1.GetFill().SetFillType(FillType::Solid); + +//Set the foreground color of the radio button. +if(radio1.GetFill().GetFillType() == FillType::Solid) +{ + radio1.GetFill().GetSolidFill().SetColor(Color{ 0xff, 0x90, 0xee, 0x90 });//LightGreen +} + +//Set the line style of the radio button. +radio1.GetLine().SetCompoundType(MsoLineStyle::ThickThin); + +//Set the weight of the radio button. +radio1.GetLine().SetWeight(4); + +//Set the line color of the radio button. +if (radio1.GetLine().GetFillType() == FillType::Solid) +{ + radio1.GetLine().GetSolidFill().SetColor(Color{ 0xff, 0, 0, 0xff });//Blue +} + +//Set the dash style of the radio button. +radio1.GetLine().SetDashStyle(MsoLineDashStyle::Solid); + +//Add another radio button. +RadioButton radio2 = excelbook.GetWorksheets().Get(0).GetShapes().AddRadioButton(6, 0, 2, 0, 30, 110); + +//Establecer su cadena de texto. +radio2.SetText(u"30-39"); + +//Establecer la celda A1 como celda vinculada para el botón de opción. +radio2.SetLinkedCell(u"A1"); + +//Make the radio button 3-D. +radio2.SetShadow(true); + +//Make the line format visible. +radio2.GetLine().SetFillType(FillType::Solid); + +//Make the fill format visible. +radio2.GetFill().SetFillType(FillType::Solid); + +//Set the foreground color of the radio button. +if (radio2.GetFill().GetFillType() == FillType::Solid) +{ + radio2.GetFill().GetSolidFill().SetColor(Color{ 0xff, 0x90, 0xee, 0x90 });//LightGreen +} +//Set the line style of the radio button. +radio2.GetLine().SetCompoundType(MsoLineStyle::ThickThin); + +//Set the weight of the radio button. +radio2.GetLine().SetWeight(4); + +//Set the line color of the radio button. +if (radio2.GetLine().GetFillType() == FillType::Solid) +{ + radio2.GetLine().GetSolidFill().SetColor(Color{ 0xff, 0, 0, 0xff });//Blue +} +//Set the dash style of the radio button. +radio2.GetLine().SetDashStyle(MsoLineDashStyle::Solid); + +//Add another radio button. +RadioButton radio3 = excelbook.GetWorksheets().Get(0).GetShapes().AddRadioButton(9, 0, 2, 0, 30, 110); + +//Establecer su cadena de texto. +radio3.SetText(u"40-49"); + +//Establecer la celda A1 como celda vinculada para el botón de opción. +radio3.SetLinkedCell(u"A1"); + +//Make the radio button 3-D. +radio3.SetShadow(true); + +//Make the line format visible. +radio3.GetLine().SetFillType(FillType::Solid); + +//Make the fill format visible. +radio3.GetFill().SetFillType(FillType::Solid); + +//Set the foreground color of the radio button. +if (radio3.GetFill().GetFillType() == FillType::Solid) +{ + radio3.GetFill().GetSolidFill().SetColor(Color{ 0xff, 0x90, 0xee, 0x90 });//LightGreen +} + +//Set the line style of the radio button. +radio3.GetLine().SetCompoundType(MsoLineStyle::ThickThin); + +//Set the weight of the radio button. +radio3.GetLine().SetWeight(4); + +//Set the line color of the radio button. +if (radio3.GetLine().GetFillType() == FillType::Solid) +{ + radio3.GetLine().GetSolidFill().SetColor(Color{ 0xff, 0, 0, 0xff });//Blue +} +//Set the dash style of the radio button. +radio3.GetLine().SetDashStyle(MsoLineDashStyle::Solid); + +//Get the shapes. +Vector shapeobjects{ box, radio1, radio2, radio3 }; + +//Group the shapes. +GroupShape group = excelbook.GetWorksheets().Get(0).GetShapes().Group(shapeobjects); + +//Guarde el archivo de Excel. +excelbook.Save(u"groupshapes.xls"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Shape](../shape/) +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/groupshape/get/_index.md b/spanish/cpp/aspose.cells.drawing/groupshape/get/_index.md new file mode 100644 index 00000000000..e225f244b3f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/groupshape/get/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::GroupShape::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GroupShape::Get method. Gets the child shape by index in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/groupshape/get/ +--- +## GroupShape::Get method + + +Gets the child shape by index. + +```cpp +Shape Aspose::Cells::Drawing::GroupShape::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | the child shape index. | + +## ReturnValue + +return the child shape. + +## See Also + +* Class [Shape](../../shape/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [GroupShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/groupshape/getgroupedshapes/_index.md b/spanish/cpp/aspose.cells.drawing/groupshape/getgroupedshapes/_index.md new file mode 100644 index 00000000000..96e323f1d3c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/groupshape/getgroupedshapes/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::GroupShape::GetGroupedShapes method +linktitle: GetGroupedShapes +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GroupShape::GetGroupedShapes method. Gets the shapes grouped by this shape in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/groupshape/getgroupedshapes/ +--- +## GroupShape::GetGroupedShapes method + + +Gets the shapes grouped by this shape. + +```cpp +Vector Aspose::Cells::Drawing::GroupShape::GetGroupedShapes() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../../shape/) +* Class [GroupShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/groupshape/groupshape/_index.md b/spanish/cpp/aspose.cells.drawing/groupshape/groupshape/_index.md new file mode 100644 index 00000000000..43e6435de93 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/groupshape/groupshape/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::GroupShape::GroupShape constructor +linktitle: GroupShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GroupShape::GroupShape constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/groupshape/groupshape/ +--- +## GroupShape::GroupShape(GroupShape_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::GroupShape::GroupShape(GroupShape_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [GroupShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## GroupShape::GroupShape(const GroupShape\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::GroupShape::GroupShape(const GroupShape &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [GroupShape](../) +* Class [GroupShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## GroupShape::GroupShape(const Shape\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::GroupShape::GroupShape(const Shape &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../../shape/) +* Class [GroupShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/groupshape/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/groupshape/isnull/_index.md new file mode 100644 index 00000000000..c45b384628f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/groupshape/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::GroupShape::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GroupShape::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/groupshape/isnull/ +--- +## GroupShape::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::GroupShape::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [GroupShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/groupshape/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/groupshape/operator_asm/_index.md new file mode 100644 index 00000000000..688d6059d8b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/groupshape/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::GroupShape::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GroupShape::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/groupshape/operator_asm/ +--- +## GroupShape::operator= method + + +operator= + +```cpp +GroupShape & Aspose::Cells::Drawing::GroupShape::operator=(const GroupShape &src) +``` + +## See Also + +* Class [GroupShape](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [GroupShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/groupshape/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/groupshape/operator_bool/_index.md new file mode 100644 index 00000000000..7211961d45c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/groupshape/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::GroupShape::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GroupShape::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/groupshape/operator_bool/ +--- +## GroupShape::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::GroupShape::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [GroupShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/groupshape/ungroup/_index.md b/spanish/cpp/aspose.cells.drawing/groupshape/ungroup/_index.md new file mode 100644 index 00000000000..1871d3b63f2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/groupshape/ungroup/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::GroupShape::Ungroup method +linktitle: Ungroup +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GroupShape::Ungroup method. Ungroups the shape items in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/groupshape/ungroup/ +--- +## GroupShape::Ungroup method + + +Ungroups the shape items. + +```cpp +void Aspose::Cells::Drawing::GroupShape::Ungroup() +``` + +## Remarks + + +If the group shape is grouped by another group shape,nothing will be done. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [GroupShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/groupshape/~groupshape/_index.md b/spanish/cpp/aspose.cells.drawing/groupshape/~groupshape/_index.md new file mode 100644 index 00000000000..0e4f00c2bc8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/groupshape/~groupshape/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::GroupShape::~GroupShape method +linktitle: ~GroupShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::GroupShape::~GroupShape method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/groupshape/~groupshape/ +--- +## GroupShape::~GroupShape method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::GroupShape::~GroupShape() +``` + +## See Also + +* Class [GroupShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/imagetype/_index.md b/spanish/cpp/aspose.cells.drawing/imagetype/_index.md new file mode 100644 index 00000000000..b6f3b2ebcfb --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/imagetype/_index.md @@ -0,0 +1,41 @@ +--- +title: Aspose::Cells::Drawing::ImageType enum +linktitle: ImageType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ImageType enum. Specifies the type (format) of an image in C++.' +type: docs +weight: 9000 +url: /es/cpp/aspose.cells.drawing/imagetype/ +--- +## ImageType enum + + +Specifies the type (format) of an image. + +```cpp +enum class ImageType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Unknown | 0 |
An unknown image type. | +| Emf | 2 |
Windows Enhanced Metafile. | +| Wmf | 3 |
Windows Metafile. | +| Pict | 4 |
Macintosh PICT. | +| Jpeg | 5 |
JPEG JFIF. | +| Png | 6 |
Portable Network Graphics. | +| Bmp | 7 |
Windows Bitmap. | +| Gif | 66 |
Gif. | +| Tiff | 67 |
Tiff. | +| Svg | 68 |
Svg. | +| Svm | 69 |
Svm. | +| Gltf | 70 |
glTF | +| OfficeCompatibleEmf | 71 |
Windows Enhanced Metafile which is more compatible with Office. | +| WebP | 72 |
Weppy image format. | + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/label/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/label/_impl/_index.md new file mode 100644 index 00000000000..833876cf5c8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/label/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Label::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Label::_impl field. The implementation object in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/label/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +Label_Impl* Aspose::Cells::Drawing::Label::_impl +``` + +## See Also + +* Class [Label](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/label/_index.md b/spanish/cpp/aspose.cells.drawing/label/_index.md new file mode 100644 index 00000000000..08cd6b5eae3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/label/_index.md @@ -0,0 +1,281 @@ +--- +title: Aspose::Cells::Drawing::Label class +linktitle: Label +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Label class. Encapsulates the object that represents a label in a spreadsheet in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.drawing/label/ +--- +## Label class + + +Encapsulates the object that represents a label in a spreadsheet. + +```cpp +class Label : public Aspose::Cells::Drawing::Shape +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddHyperlink(const U16String\& address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AddHyperlink(const char16_t* address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AlignTopRightCorner(int32_t topRow, int32_t rightColumn)](../shape/aligntoprightcorner/) | Moves the picture to the top-right corner. | +| [CalculateTextSize()](../shape/calculatetextsize/) | Recalculate the text area. | +| [Characters(int32_t startIndex, int32_t length)](../shape/characters/) | Returns a Characters object that represents a range of characters within the text. | +| [FitToTextSize()](../shape/fittotextsize/) | Recalculate a text area suitable for displaying all text content. | +| [FormatCharacters(int32_t startIndex, int32_t length, const Aspose::Cells::Font\& font, const StyleFlag\& flag)](../shape/formatcharacters/) | Formats some characters with the font setting. | +| [GetActiveXControl()](../shape/getactivexcontrol/) | Gets the ActiveX control. | +| [GetActualBox()](../shape/getactualbox/) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [GetActualLowerRightRow()](../shape/getactuallowerrightrow/) | Get the actual bottom row. | +| [GetAlternativeText()](../shape/getalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [GetAnchorType()](../shape/getanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [GetAutoShapeType()](../shape/getautoshapetype/) | Gets and sets the auto shape type. | +| [GetBottom()](../shape/getbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [GetConnectionPoints()](../shape/getconnectionpoints/) | Get the connection points. | +| [GetControlData()](../shape/getcontroldata/) | Gets the data of control. | +| [GetCreateId(UUID\& uuid)](../shape/getcreateid/) | Gets and sets create id for this shape. | +| [GetFill()](../shape/getfill/) | Returns a [FillFormat](../fillformat/) object that contains fill formatting properties for the specified shape. | +| [GetFont()](../shape/getfont/) | Represents the font of shape. | +| [GetFormatPicture()](../shape/getformatpicture/) | Gets and sets the options of the picture format. | +| [GetGeometry()](../shape/getgeometry/) | Gets the geometry. | +| [GetGlow()](../shape/getglow/) | Represents a [GlowEffect](../gloweffect/) object that specifies glow effect for the chart element or shape. | +| [GetGroup()](../shape/getgroup/) | Gets the group shape which contains this shape. | +| [GetHasLine()](../shape/gethasline/) | Gets and sets the line border of the shape is visible. | +| [GetHeight()](../shape/getheight/) | Represents the height of shape, in unit of pixel. | +| [GetHeightCM()](../shape/getheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [GetHeightInch()](../shape/getheightinch/) | Represents the height of the shape, in unit of inches. | +| [GetHeightInShape()](../shape/getheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [GetHeightPt()](../shape/getheightpt/) | Represents the height of the shape, in unit of points. | +| [GetHeightScale()](../shape/getheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [GetHtmlText()](../shape/gethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [GetHyperlink()](../shape/gethyperlink/) | Gets the hyperlink of the shape. | +| [GetId()](../shape/getid/) | Gets the identifier of this shape. | +| [GetInputRange()](../shape/getinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [GetInputRange(bool isR1C1, bool isLocal)](../shape/getinputrange/) | Gets the range used to fill the control. | +| [GetLeft()](../shape/getleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [GetLeftCM()](../shape/getleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [GetLeftInch()](../shape/getleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [GetLeftInShape()](../shape/getleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [GetLeftToCorner()](../shape/getlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [GetLine()](../shape/getline/) | Gets line style. | +| [GetLinkedCell()](../shape/getlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [GetLinkedCell(bool isR1C1, bool isLocal)](../shape/getlinkedcell/) | Gets the range linked to the control's value. | +| [GetLockedProperty(ShapeLockType type)](../shape/getlockedproperty/) | Gets the value of locked property. | +| [GetLowerDeltaX()](../shape/getlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [GetLowerDeltaY()](../shape/getlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [GetLowerRightColumn()](../shape/getlowerrightcolumn/) | Represents lower right corner column index. | +| [GetLowerRightRow()](../shape/getlowerrightrow/) | Represents lower right corner row index. | +| [GetMacroName()](../shape/getmacroname/) | Gets and sets the name of macro. | +| [GetMsoDrawingType()](../shape/getmsodrawingtype/) | Gets drawing type. | +| [GetName()](../shape/getname/) | Gets and sets the name of the shape. | +| [GetPaths()](../shape/getpaths/) | Gets the paths of a custom geometric shape. | +| [GetPlacement()](../shape/getplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [GetReflection()](../shape/getreflection/) | Represents a [ReflectionEffect](../reflectioneffect/) object that specifies reflection effect for the chart element or shape. | +| [GetRelativeToOriginalPictureSize()](../shape/getrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [GetResultOfSmartArt()](../shape/getresultofsmartart/) | Converting smart art to grouped shapes. | +| [GetRichFormattings()](../shape/getrichformattings/) | Returns all Characters objects that represents a range of characters within the text . | +| [GetRight()](../shape/getright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [GetRotationAngle()](../shape/getrotationangle/) | Gets and sets the rotation of the shape. | +| [GetShadowEffect()](../shape/getshadoweffect/) | Represents a [Drawing.ShadowEffect](../shadoweffect/) object that specifies shadow effect for the chart element or shape. | +| [GetSoftEdges()](../shape/getsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [GetSpid()](../shape/getspid/) | Specifies an optional string identifier that an application can use to identify the particular shape. | +| [GetSpt()](../shape/getspt/) | Specifies an optional number that an application can use to associate the particular shape with a defined shape type. | +| [GetText()](../shape/gettext/) | Gets and sets the text of this shape. | +| [GetTextBody()](../shape/gettextbody/) | Gets and sets the setting of the shape's text. | +| [GetTextBoxOptions()](../shape/gettextboxoptions/) | Gets the text information in the shape. | +| [GetTextDirection()](../shape/gettextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [GetTextEffect()](../shape/gettexteffect/) | Returns a [TextEffectFormat](../texteffectformat/) object that contains text-effect formatting properties for the specified shape. Applies to [Shape](../shape/) objects that represent WordArt. | +| [GetTextHorizontalAlignment()](../shape/gettexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [GetTextHorizontalOverflow()](../shape/gettexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [GetTextOptions()](../shape/gettextoptions/) | Represents the text options of the shape. | +| [GetTextOrientationType()](../shape/gettextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [GetTextShapeType()](../shape/gettextshapetype/) | Gets and sets the preset text shape type. | +| [GetTextVerticalAlignment()](../shape/gettextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [GetTextVerticalOverflow()](../shape/gettextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [GetThreeDFormat()](../shape/getthreedformat/) | Gets and sets 3d format of the shape. | +| [GetTitle()](../shape/gettitle/) | Specifies the title (caption) of the current shape object. | +| [GetTop()](../shape/gettop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [GetTopCM()](../shape/gettopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [GetTopInch()](../shape/gettopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [GetTopInShape()](../shape/gettopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [GetTopToCorner()](../shape/gettoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [GetType()](../shape/gettype/) | Gets the auto shape type. | +| [GetUpperDeltaX()](../shape/getupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [GetUpperDeltaY()](../shape/getupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [GetUpperLeftColumn()](../shape/getupperleftcolumn/) | Represents upper left corner column index. | +| [GetUpperLeftRow()](../shape/getupperleftrow/) | Represents the top row index. | +| [GetWidth()](../shape/getwidth/) | Represents the width of shape, in unit of pixels. | +| [GetWidthCM()](../shape/getwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [GetWidthInch()](../shape/getwidthinch/) | Represents the width of the shape, in unit of inch. | +| [GetWidthInShape()](../shape/getwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [GetWidthPt()](../shape/getwidthpt/) | Represents the width of the shape, in unit of point. | +| [GetWidthScale()](../shape/getwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [GetWorksheet()](../shape/getworksheet/) | Gets the [Worksheet](../../aspose.cells/worksheet/) object which contains this shape. | +| [GetX()](../shape/getx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [GetY()](../shape/gety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [GetZOrderPosition()](../shape/getzorderposition/) | Returns the position of a shape in the z-order. | +| [IsAspectRatioLocked()](../shape/isaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [IsDecorative()](../shape/isdecorative/) | Indicates whether the object is decorative. | +| [IsEquation()](../shape/isequation/) | Indicates whether the shape only contains an equation. | +| [IsFilled()](../shape/isfilled/) | Indicates whether the fill format is visible. | +| [IsFlippedHorizontally()](../shape/isflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [IsFlippedVertically()](../shape/isflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [IsGroup()](../shape/isgroup/) | Indicates whether this shape is a group shape. | +| [IsHidden()](../shape/ishidden/) | Indicates whether the object is visible. | +| [IsInGroup()](../shape/isingroup/) | Indicates whether the shape is grouped. | +| [IsLockAspectRatio()](../shape/islockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [IsLocked()](../shape/islocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsPrintable()](../shape/isprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [IsRichText()](../shape/isrichtext/) | Whether or not the text is rich text. | +| [IsSameSetting(const Aspose::Cells::Object\& obj)](../shape/issamesetting/) | Returns whether the shape is same. | +| [IsSmartArt()](../shape/issmartart/) | Indicates whether the shape is a smart art. | +| [IsTextWrapped()](../shape/istextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [IsWordArt()](../shape/iswordart/) | Indicates whether this shape is a word art. | +| [Label(Label_Impl* impl)](./label/) | Constructs from an implementation object. | +| [Label(const Label\& src)](./label/) | Copy constructor. | +| [Label(const Shape\& src)](./label/) | Constructs from a parent object. | +| [MoveToRange(int32_t topRow, int32_t leftColumn, int32_t bottomRow, int32_t rightColumn)](../shape/movetorange/) | Moves the shape to a specified range. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const Label\& src)](./operator_asm/) | operator= | +| [operator=(const Shape\& src)](../shape/operator_asm/) | operator= | +| [RemoveActiveXControl()](../shape/removeactivexcontrol/) | Remove activeX control. | +| [RemoveHyperlink()](../shape/removehyperlink/) | Removes the hyperlink of the shape. | +| [SetAlternativeText(const U16String\& value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAlternativeText(const char16_t* value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAnchorType(ShapeAnchorType value)](../shape/setanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [SetAutoShapeType(AutoShapeType value)](../shape/setautoshapetype/) | Gets and sets the auto shape type. | +| [SetBottom(int32_t value)](../shape/setbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [SetCreateId(const UUID\& value)](../shape/setcreateid/) | Gets and sets create id for this shape. | +| [SetFont(const Aspose::Cells::Font\& value)](../shape/setfont/) | Represents the font of shape. | +| [SetHasLine(bool value)](../shape/sethasline/) | Gets and sets the line border of the shape is visible. | +| [SetHeight(int32_t value)](../shape/setheight/) | Represents the height of shape, in unit of pixel. | +| [SetHeightCM(double value)](../shape/setheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [SetHeightInch(double value)](../shape/setheightinch/) | Represents the height of the shape, in unit of inches. | +| [SetHeightInShape(int32_t value)](../shape/setheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [SetHeightPt(double value)](../shape/setheightpt/) | Represents the height of the shape, in unit of points. | +| [SetHeightScale(int32_t value)](../shape/setheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [SetHtmlText(const U16String\& value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetHtmlText(const char16_t* value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetInputRange(const U16String\& value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const char16_t* value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetInputRange(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetIsAspectRatioLocked(bool value)](../shape/setisaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [SetIsDecorative(bool value)](../shape/setisdecorative/) | Indicates whether the object is decorative. | +| [SetIsFilled(bool value)](../shape/setisfilled/) | Indicates whether the fill format is visible. | +| [SetIsFlippedHorizontally(bool value)](../shape/setisflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [SetIsFlippedVertically(bool value)](../shape/setisflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [SetIsHidden(bool value)](../shape/setishidden/) | Indicates whether the object is visible. | +| [SetIsLockAspectRatio(bool value)](../shape/setislockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [SetIsLocked(bool value)](../shape/setislocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [SetIsPrintable(bool value)](../shape/setisprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [SetIsTextWrapped(bool value)](../shape/setistextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [SetLeft(int32_t value)](../shape/setleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [SetLeftCM(double value)](../shape/setleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [SetLeftInch(double value)](../shape/setleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [SetLeftInShape(int32_t value)](../shape/setleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [SetLeftToCorner(int32_t value)](../shape/setlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [SetLinkedCell(const U16String\& value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const char16_t* value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLinkedCell(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLockedProperty(ShapeLockType type, bool value)](../shape/setlockedproperty/) | Set the locked property. | +| [SetLowerDeltaX(int32_t value)](../shape/setlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [SetLowerDeltaY(int32_t value)](../shape/setlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [SetLowerRightColumn(int32_t value)](../shape/setlowerrightcolumn/) | Represents lower right corner column index. | +| [SetLowerRightRow(int32_t value)](../shape/setlowerrightrow/) | Represents lower right corner row index. | +| [SetMacroName(const U16String\& value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetMacroName(const char16_t* value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetName(const U16String\& value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetName(const char16_t* value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetPlacement(PlacementType value)](../shape/setplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [SetRelativeToOriginalPictureSize(bool value)](../shape/setrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [SetRight(int32_t value)](../shape/setright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [SetRotationAngle(double value)](../shape/setrotationangle/) | Gets and sets the rotation of the shape. | +| [SetSoftEdges(double value)](../shape/setsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [SetText(const U16String\& value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetText(const char16_t* value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetTextDirection(TextDirectionType value)](../shape/settextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [SetTextHorizontalAlignment(TextAlignmentType value)](../shape/settexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [SetTextHorizontalOverflow(TextOverflowType value)](../shape/settexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [SetTextOptions(const TextOptions\& value)](../shape/settextoptions/) | Represents the text options of the shape. | +| [SetTextOrientationType(TextOrientationType value)](../shape/settextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [SetTextShapeType(AutoShapeType value)](../shape/settextshapetype/) | Gets and sets the preset text shape type. | +| [SetTextVerticalAlignment(TextAlignmentType value)](../shape/settextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [SetTextVerticalOverflow(TextOverflowType value)](../shape/settextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [SetTitle(const U16String\& value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTitle(const char16_t* value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTop(int32_t value)](../shape/settop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [SetTopCM(double value)](../shape/settopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [SetTopInch(double value)](../shape/settopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [SetTopInShape(int32_t value)](../shape/settopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [SetTopToCorner(int32_t value)](../shape/settoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [SetUpperDeltaX(int32_t value)](../shape/setupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [SetUpperDeltaY(int32_t value)](../shape/setupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [SetUpperLeftColumn(int32_t value)](../shape/setupperleftcolumn/) | Represents upper left corner column index. | +| [SetUpperLeftRow(int32_t value)](../shape/setupperleftrow/) | Represents the top row index. | +| [SetWidth(int32_t value)](../shape/setwidth/) | Represents the width of shape, in unit of pixels. | +| [SetWidthCM(double value)](../shape/setwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [SetWidthInch(double value)](../shape/setwidthinch/) | Represents the width of the shape, in unit of inch. | +| [SetWidthInShape(int32_t value)](../shape/setwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [SetWidthPt(double value)](../shape/setwidthpt/) | Represents the width of the shape, in unit of point. | +| [SetWidthScale(int32_t value)](../shape/setwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [SetX(int32_t value)](../shape/setx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [SetY(int32_t value)](../shape/sety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [SetZOrderPosition(int32_t value)](../shape/setzorderposition/) | Returns the position of a shape in the z-order. | +| [Shape(Shape_Impl* impl)](../shape/shape/) | Constructs from an implementation object. | +| [Shape(const Shape\& src)](../shape/shape/) | Copy constructor. | +| [ToFrontOrBack(int32_t orders)](../shape/tofrontorback/) | Brings the shape to the front or sends the shape to back. | +| [ToImage(Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. | +| [ToImage(const U16String\& imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const char16_t* imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a stream. | +| [UpdateSelectedValue()](../shape/updateselectedvalue/) | Update the selected value by the value of the linked cell. | +| [~Label()](./~label/) | Destructor. | +| [~Shape()](../shape/~shape/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Crear un nuevo Libro de trabajo. +Workbook workbook; + +//Obtener la primera hoja de cálculo del libro de trabajo. +Worksheet sheet = workbook.GetWorksheets().Get(0); + +//Add a new label to the worksheet. +Label label = sheet.GetShapes().AddLabel(2, 0, 2, 0, 60, 120); + +//Establezca el título de la etiqueta. +label.SetText(u"This is a Label"); + +//Establezca el Tipo de colocación, la forma en que el +//etiqueta está adjunta a las celdas. +label.SetPlacement(PlacementType::FreeFloating); + +//Establezca el color de relleno de la etiqueta. +label.GetFill().SetFillType(FillType::Solid); +label.GetFill().GetSolidFill().SetColor(Color{ 0xff, 0xff, 0xff, 0 }); + +//Guarda el archivo. +workbook.Save(u"tstlabel.xls"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Shape](../shape/) +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/label/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/label/isnull/_index.md new file mode 100644 index 00000000000..807cf5d2978 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/label/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::Label::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Label::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/label/isnull/ +--- +## Label::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::Label::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Label](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/label/label/_index.md b/spanish/cpp/aspose.cells.drawing/label/label/_index.md new file mode 100644 index 00000000000..265b8afd6d4 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/label/label/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::Label::Label constructor +linktitle: Label +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Label::Label constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/label/label/ +--- +## Label::Label(Label_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::Label::Label(Label_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Label](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## Label::Label(const Label\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::Label::Label(const Label &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Label](../) +* Class [Label](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## Label::Label(const Shape\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::Label::Label(const Shape &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../../shape/) +* Class [Label](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/label/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/label/operator_asm/_index.md new file mode 100644 index 00000000000..046a340e648 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/label/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Label::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Label::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/label/operator_asm/ +--- +## Label::operator= method + + +operator= + +```cpp +Label & Aspose::Cells::Drawing::Label::operator=(const Label &src) +``` + +## See Also + +* Class [Label](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [Label](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/label/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/label/operator_bool/_index.md new file mode 100644 index 00000000000..4d27c1c037f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/label/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Label::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Label::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/label/operator_bool/ +--- +## Label::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::Label::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [Label](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/label/~label/_index.md b/spanish/cpp/aspose.cells.drawing/label/~label/_index.md new file mode 100644 index 00000000000..cd3ce670b30 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/label/~label/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Label::~Label method +linktitle: ~Label +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Label::~Label method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/label/~label/ +--- +## Label::~Label method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::Label::~Label() +``` + +## See Also + +* Class [Label](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/lightrigdirectiontype/_index.md b/spanish/cpp/aspose.cells.drawing/lightrigdirectiontype/_index.md new file mode 100644 index 00000000000..c1978a727a1 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/lightrigdirectiontype/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::LightRigDirectionType enum +linktitle: LightRigDirectionType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::LightRigDirectionType enum. Represents the light rig direction type in C++.' +type: docs +weight: 9100 +url: /es/cpp/aspose.cells.drawing/lightrigdirectiontype/ +--- +## LightRigDirectionType enum + + +Represents the light rig direction type. + +```cpp +enum class LightRigDirectionType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Bottom | 0 |
Bottom. | +| BottomLeft | 1 |
Bottom left. | +| BottomRight | 2 |
Bottom Right. | +| Left | 3 |
Left. | +| Right | 4 |
Right. | +| Top | 5 |
Top. | +| TopLeft | 6 |
Top left. | +| TopRight | 7 |
Top Right. | + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/lightrigtype/_index.md b/spanish/cpp/aspose.cells.drawing/lightrigtype/_index.md new file mode 100644 index 00000000000..59546ef03b9 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/lightrigtype/_index.md @@ -0,0 +1,55 @@ +--- +title: Aspose::Cells::Drawing::LightRigType enum +linktitle: LightRigType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::LightRigType enum. Represents a preset light right that can be applied to a shape in C++.' +type: docs +weight: 9200 +url: /es/cpp/aspose.cells.drawing/lightrigtype/ +--- +## LightRigType enum + + +Represents a preset light right that can be applied to a shape. + +```cpp +enum class LightRigType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Balanced | 0 |
Balanced. | +| BrightRoom | 1 |
Bright room. | +| Chilly | 2 |
Chilly. | +| Contrasting | 3 |
Contrasting. | +| Flat | 4 |
Flat. | +| Flood | 5 |
Flood. | +| Freezing | 6 |
Freezing. | +| Glow | 7 |
Glow. | +| Harsh | 8 |
Harsh. | +| LegacyFlat1 | 9 |
LegacyFlat1. | +| LegacyFlat2 | 10 |
LegacyFlat2. | +| LegacyFlat3 | 11 |
LegacyFlat3. | +| LegacyFlat4 | 12 |
LegacyFlat4. | +| LegacyHarsh1 | 13 |
LegacyHarsh1. | +| LegacyHarsh2 | 14 |
LegacyHarsh2. | +| LegacyHarsh3 | 15 |
LegacyHarsh3. | +| LegacyHarsh4 | 16 |
LegacyHarsh4. | +| LegacyNormal1 | 17 |
LegacyNormal1. | +| LegacyNormal2 | 18 |
LegacyNormal2. | +| LegacyNormal3 | 19 |
LegacyNormal3. | +| LegacyNormal4 | 20 |
LegacyNormal4. | +| Morning | 21 |
Morning. | +| Soft | 22 |
Soft. | +| Sunrise | 23 |
Sunrise. | +| Sunset | 24 |
Sunset. | +| ThreePoint | 25 |
Three point. | +| TwoPoint | 26 |
Two point. | +| None | 27 |
No light rig. | + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/line/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/line/_impl/_index.md new file mode 100644 index 00000000000..2a24024a231 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/line/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Line::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Line::_impl field. The implementation object in C++.' +type: docs +weight: 4800 +url: /es/cpp/aspose.cells.drawing/line/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +Line_Impl* Aspose::Cells::Drawing::Line::_impl +``` + +## See Also + +* Class [Line](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/line/_index.md b/spanish/cpp/aspose.cells.drawing/line/_index.md new file mode 100644 index 00000000000..9c6cc2d5879 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/line/_index.md @@ -0,0 +1,114 @@ +--- +title: Aspose::Cells::Drawing::Line class +linktitle: Line +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Line class. Encapsulates the object that represents the line format in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells.drawing/line/ +--- +## Line class + + +Encapsulates the object that represents the line format. + +```cpp +class Line +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetBeginArrowLength()](./getbeginarrowlength/) | Specifies the length of the arrowhead for the begin of a line. | +| [GetBeginArrowWidth()](./getbeginarrowwidth/) | Specifies the width of the arrowhead for the begin of a line. | +| [GetBeginType()](./getbegintype/) | Specifies an arrowhead for the begin of a line. | +| [GetCapType()](./getcaptype/) | Specifies the ending caps. | +| [GetColor()](./getcolor/) | Represents the [Color](../../aspose.cells/color/) of the line. | +| [GetCompoundType()](./getcompoundtype/) | Specifies the compound line type. | +| [GetDashType()](./getdashtype/) | Specifies the dash line type. | +| [GetEndArrowLength()](./getendarrowlength/) | Specifies the length of the arrowhead for the end of a line. | +| [GetEndArrowWidth()](./getendarrowwidth/) | Specifies the width of the arrowhead for the end of a line. | +| [GetEndType()](./getendtype/) | Specifies an arrowhead for the end of a line. | +| [GetFormattingType()](./getformattingtype/) | Gets or sets format type. | +| [GetGradientFill()](./getgradientfill/) | Represents gradient fill. | +| [GetJoinType()](./getjointype/) | Specifies the joining caps. | +| [GetStyle()](./getstyle/) | Represents the style of the line. | +| [GetThemeColor()](./getthemecolor/) | Gets and sets the theme color. | +| [GetTransparency()](./gettransparency/) | Returns or sets the degree of transparency of the line as a value from 0.0 (opaque) through 1.0 (clear). | +| [GetWeight()](./getweight/) | Gets or sets the [WeightType](../weighttype/) of the line. | +| [GetWeightPt()](./getweightpt/) | Gets or sets the weight of the line in unit of points. | +| [GetWeightPx()](./getweightpx/) | Gets or sets the weight of the line in unit of pixels. | +| [IsAuto()](./isauto/) | Indicates whether this line style is auto assigned. | +| [IsAutomaticColor()](./isautomaticcolor/) | Indicates whether the color of line is automatic assigned. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsVisible()](./isvisible/) | Represents whether the line is visible. | +| [Line(Line_Impl* impl)](./line/) | Constructs from an implementation object. | +| [Line(const Line\& src)](./line/) | Copy constructor. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const Line\& src)](./operator_asm/) | operator= | +| [SetBeginArrowLength(MsoArrowheadLength value)](./setbeginarrowlength/) | Specifies the length of the arrowhead for the begin of a line. | +| [SetBeginArrowWidth(MsoArrowheadWidth value)](./setbeginarrowwidth/) | Specifies the width of the arrowhead for the begin of a line. | +| [SetBeginType(MsoArrowheadStyle value)](./setbegintype/) | Specifies an arrowhead for the begin of a line. | +| [SetCapType(LineCapType value)](./setcaptype/) | Specifies the ending caps. | +| [SetColor(const Aspose::Cells::Color\& value)](./setcolor/) | Represents the [Color](../../aspose.cells/color/) of the line. | +| [SetCompoundType(MsoLineStyle value)](./setcompoundtype/) | Specifies the compound line type. | +| [SetDashType(MsoLineDashStyle value)](./setdashtype/) | Specifies the dash line type. | +| [SetEndArrowLength(MsoArrowheadLength value)](./setendarrowlength/) | Specifies the length of the arrowhead for the end of a line. | +| [SetEndArrowWidth(MsoArrowheadWidth value)](./setendarrowwidth/) | Specifies the width of the arrowhead for the end of a line. | +| [SetEndType(MsoArrowheadStyle value)](./setendtype/) | Specifies an arrowhead for the end of a line. | +| [SetFormattingType(ChartLineFormattingType value)](./setformattingtype/) | Gets or sets format type. | +| [SetIsAuto(bool value)](./setisauto/) | Indicates whether this line style is auto assigned. | +| [SetIsVisible(bool value)](./setisvisible/) | Represents whether the line is visible. | +| [SetJoinType(LineJoinType value)](./setjointype/) | Specifies the joining caps. | +| [SetStyle(LineType value)](./setstyle/) | Represents the style of the line. | +| [SetThemeColor(const ThemeColor\& value)](./setthemecolor/) | Gets and sets the theme color. | +| [SetTransparency(double value)](./settransparency/) | Returns or sets the degree of transparency of the line as a value from 0.0 (opaque) through 1.0 (clear). | +| [SetWeight(WeightType value)](./setweight/) | Gets or sets the [WeightType](../weighttype/) of the line. | +| [SetWeightPt(double value)](./setweightpt/) | Gets or sets the weight of the line in unit of points. | +| [SetWeightPx(double value)](./setweightpx/) | Gets or sets the weight of the line in unit of pixels. | +| [~Line()](./~line/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook workbook; +Worksheet sheet = workbook.GetWorksheets().Get(0); + +Cells cells = sheet.GetCells(); +cells.Get(0, 1).PutValue(u"Income"); +cells.Get(1, 0).PutValue(u"Company A"); +cells.Get(2, 0).PutValue(u"Company B"); +cells.Get(3, 0).PutValue(u"Company C"); +cells.Get(1, 1).PutValue(10000); +cells.Get(2, 1).PutValue(20000); +cells.Get(3, 1).PutValue(30000); + +int chartIndex = sheet.GetCharts().Add(ChartType::Line, 9, 9, 21, 15); +Chart chart = sheet.GetCharts().Get(chartIndex); +//Agregar serie +chart.GetNSeries().Add(u"A2:B4", true); +//Establecer datos de categoría +chart.GetNSeries().SetCategoryData(u"=Sheet1!$A$2:$A$4"); +//Aplicar un estilo de línea punteada en las líneas de una NSeries +chart.GetNSeries().Get(0).GetBorder().SetStyle(LineType::Dot); +chart.GetNSeries().Get(0).GetBorder().SetColor(Color{ 0xff, 0xff, 0, 0 }); +//Aplicar un estilo de marcador triangular en los marcadores de datos de una NSeries +chart.GetNSeries().Get(0).GetMarker().SetMarkerStyle(ChartMarkerType::Triangle); +//Establecer el grosor de todas las líneas en una NSeries a medio +chart.GetNSeries().Get(0).GetBorder().SetWeight(WeightType::MediumLine); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/line/getbeginarrowlength/_index.md b/spanish/cpp/aspose.cells.drawing/line/getbeginarrowlength/_index.md new file mode 100644 index 00000000000..0184d780a3a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/line/getbeginarrowlength/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Line::GetBeginArrowLength method +linktitle: GetBeginArrowLength +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Line::GetBeginArrowLength method. Specifies the length of the arrowhead for the begin of a line in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.drawing/line/getbeginarrowlength/ +--- +## Line::GetBeginArrowLength method + + +Specifies the length of the arrowhead for the begin of a line. + +```cpp +MsoArrowheadLength Aspose::Cells::Drawing::Line::GetBeginArrowLength() +``` + +## See Also + +* Enum [MsoArrowheadLength](../../msoarrowheadlength/) +* Class [Line](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/line/getbeginarrowwidth/_index.md b/spanish/cpp/aspose.cells.drawing/line/getbeginarrowwidth/_index.md new file mode 100644 index 00000000000..6d2210f9175 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/line/getbeginarrowwidth/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Line::GetBeginArrowWidth method +linktitle: GetBeginArrowWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Line::GetBeginArrowWidth method. Specifies the width of the arrowhead for the begin of a line in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.drawing/line/getbeginarrowwidth/ +--- +## Line::GetBeginArrowWidth method + + +Specifies the width of the arrowhead for the begin of a line. + +```cpp +MsoArrowheadWidth Aspose::Cells::Drawing::Line::GetBeginArrowWidth() +``` + +## See Also + +* Enum [MsoArrowheadWidth](../../msoarrowheadwidth/) +* Class [Line](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/line/getbegintype/_index.md b/spanish/cpp/aspose.cells.drawing/line/getbegintype/_index.md new file mode 100644 index 00000000000..7be440fef1e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/line/getbegintype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Line::GetBeginType method +linktitle: GetBeginType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Line::GetBeginType method. Specifies an arrowhead for the begin of a line in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing/line/getbegintype/ +--- +## Line::GetBeginType method + + +Specifies an arrowhead for the begin of a line. + +```cpp +MsoArrowheadStyle Aspose::Cells::Drawing::Line::GetBeginType() +``` + +## See Also + +* Enum [MsoArrowheadStyle](../../msoarrowheadstyle/) +* Class [Line](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/line/getcaptype/_index.md b/spanish/cpp/aspose.cells.drawing/line/getcaptype/_index.md new file mode 100644 index 00000000000..3333b6ce777 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/line/getcaptype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Line::GetCapType method +linktitle: GetCapType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Line::GetCapType method. Specifies the ending caps in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing/line/getcaptype/ +--- +## Line::GetCapType method + + +Specifies the ending caps. + +```cpp +LineCapType Aspose::Cells::Drawing::Line::GetCapType() +``` + +## See Also + +* Enum [LineCapType](../../linecaptype/) +* Class [Line](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/line/getcolor/_index.md b/spanish/cpp/aspose.cells.drawing/line/getcolor/_index.md new file mode 100644 index 00000000000..35aedb40503 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/line/getcolor/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Line::GetColor method +linktitle: GetColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Line::GetColor method. Represents the Color of the line in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells.drawing/line/getcolor/ +--- +## Line::GetColor method + + +Represents the [Color](../../../aspose.cells/color/) of the line. + +```cpp +Aspose::Cells::Color Aspose::Cells::Drawing::Line::GetColor() +``` + +## See Also + +* Class [Line](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/line/getcompoundtype/_index.md b/spanish/cpp/aspose.cells.drawing/line/getcompoundtype/_index.md new file mode 100644 index 00000000000..447adbc5820 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/line/getcompoundtype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Line::GetCompoundType method +linktitle: GetCompoundType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Line::GetCompoundType method. Specifies the compound line type in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/line/getcompoundtype/ +--- +## Line::GetCompoundType method + + +Specifies the compound line type. + +```cpp +MsoLineStyle Aspose::Cells::Drawing::Line::GetCompoundType() +``` + +## See Also + +* Enum [MsoLineStyle](../../msolinestyle/) +* Class [Line](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/line/getdashtype/_index.md b/spanish/cpp/aspose.cells.drawing/line/getdashtype/_index.md new file mode 100644 index 00000000000..45e02c7fd37 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/line/getdashtype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Line::GetDashType method +linktitle: GetDashType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Line::GetDashType method. Specifies the dash line type in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/line/getdashtype/ +--- +## Line::GetDashType method + + +Specifies the dash line type. + +```cpp +MsoLineDashStyle Aspose::Cells::Drawing::Line::GetDashType() +``` + +## See Also + +* Enum [MsoLineDashStyle](../../msolinedashstyle/) +* Class [Line](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/line/getendarrowlength/_index.md b/spanish/cpp/aspose.cells.drawing/line/getendarrowlength/_index.md new file mode 100644 index 00000000000..948d13392f8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/line/getendarrowlength/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Line::GetEndArrowLength method +linktitle: GetEndArrowLength +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Line::GetEndArrowLength method. Specifies the length of the arrowhead for the end of a line in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.drawing/line/getendarrowlength/ +--- +## Line::GetEndArrowLength method + + +Specifies the length of the arrowhead for the end of a line. + +```cpp +MsoArrowheadLength Aspose::Cells::Drawing::Line::GetEndArrowLength() +``` + +## See Also + +* Enum [MsoArrowheadLength](../../msoarrowheadlength/) +* Class [Line](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/line/getendarrowwidth/_index.md b/spanish/cpp/aspose.cells.drawing/line/getendarrowwidth/_index.md new file mode 100644 index 00000000000..c58a4f507af --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/line/getendarrowwidth/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Line::GetEndArrowWidth method +linktitle: GetEndArrowWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Line::GetEndArrowWidth method. Specifies the width of the arrowhead for the end of a line in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.drawing/line/getendarrowwidth/ +--- +## Line::GetEndArrowWidth method + + +Specifies the width of the arrowhead for the end of a line. + +```cpp +MsoArrowheadWidth Aspose::Cells::Drawing::Line::GetEndArrowWidth() +``` + +## See Also + +* Enum [MsoArrowheadWidth](../../msoarrowheadwidth/) +* Class [Line](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/line/getendtype/_index.md b/spanish/cpp/aspose.cells.drawing/line/getendtype/_index.md new file mode 100644 index 00000000000..8ce9596529b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/line/getendtype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Line::GetEndType method +linktitle: GetEndType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Line::GetEndType method. Specifies an arrowhead for the end of a line in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing/line/getendtype/ +--- +## Line::GetEndType method + + +Specifies an arrowhead for the end of a line. + +```cpp +MsoArrowheadStyle Aspose::Cells::Drawing::Line::GetEndType() +``` + +## See Also + +* Enum [MsoArrowheadStyle](../../msoarrowheadstyle/) +* Class [Line](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/line/getformattingtype/_index.md b/spanish/cpp/aspose.cells.drawing/line/getformattingtype/_index.md new file mode 100644 index 00000000000..fd938199220 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/line/getformattingtype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Line::GetFormattingType method +linktitle: GetFormattingType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Line::GetFormattingType method. Gets or sets format type in C++.' +type: docs +weight: 4000 +url: /es/cpp/aspose.cells.drawing/line/getformattingtype/ +--- +## Line::GetFormattingType method + + +Gets or sets format type. + +```cpp +ChartLineFormattingType Aspose::Cells::Drawing::Line::GetFormattingType() +``` + +## See Also + +* Enum [ChartLineFormattingType](../../../aspose.cells.charts/chartlineformattingtype/) +* Class [Line](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/line/getgradientfill/_index.md b/spanish/cpp/aspose.cells.drawing/line/getgradientfill/_index.md new file mode 100644 index 00000000000..d6a6cc659e0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/line/getgradientfill/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Line::GetGradientFill method +linktitle: GetGradientFill +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Line::GetGradientFill method. Represents gradient fill in C++.' +type: docs +weight: 4700 +url: /es/cpp/aspose.cells.drawing/line/getgradientfill/ +--- +## Line::GetGradientFill method + + +Represents gradient fill. + +```cpp +Aspose::Cells::Drawing::GradientFill Aspose::Cells::Drawing::Line::GetGradientFill() +``` + +## See Also + +* Class [GradientFill](../../gradientfill/) +* Class [Line](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/line/getjointype/_index.md b/spanish/cpp/aspose.cells.drawing/line/getjointype/_index.md new file mode 100644 index 00000000000..e319e3c5c3e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/line/getjointype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Line::GetJoinType method +linktitle: GetJoinType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Line::GetJoinType method. Specifies the joining caps in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing/line/getjointype/ +--- +## Line::GetJoinType method + + +Specifies the joining caps. + +```cpp +LineJoinType Aspose::Cells::Drawing::Line::GetJoinType() +``` + +## See Also + +* Enum [LineJoinType](../../linejointype/) +* Class [Line](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/line/getstyle/_index.md b/spanish/cpp/aspose.cells.drawing/line/getstyle/_index.md new file mode 100644 index 00000000000..1deeff1ed3d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/line/getstyle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Line::GetStyle method +linktitle: GetStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Line::GetStyle method. Represents the style of the line in C++.' +type: docs +weight: 3200 +url: /es/cpp/aspose.cells.drawing/line/getstyle/ +--- +## Line::GetStyle method + + +Represents the style of the line. + +```cpp +LineType Aspose::Cells::Drawing::Line::GetStyle() +``` + +## See Also + +* Enum [LineType](../../linetype/) +* Class [Line](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/line/getthemecolor/_index.md b/spanish/cpp/aspose.cells.drawing/line/getthemecolor/_index.md new file mode 100644 index 00000000000..d0a785f55cf --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/line/getthemecolor/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Line::GetThemeColor method +linktitle: GetThemeColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Line::GetThemeColor method. Gets and sets the theme color in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.drawing/line/getthemecolor/ +--- +## Line::GetThemeColor method + + +Gets and sets the theme color. + +```cpp +ThemeColor Aspose::Cells::Drawing::Line::GetThemeColor() +``` + +## Remarks + + +If the foreground color is not a theme color, NULL will be returned. +## See Also + +* Class [ThemeColor](../../../aspose.cells/themecolor/) +* Class [Line](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/line/gettransparency/_index.md b/spanish/cpp/aspose.cells.drawing/line/gettransparency/_index.md new file mode 100644 index 00000000000..7954751b3fd --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/line/gettransparency/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Line::GetTransparency method +linktitle: GetTransparency +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Line::GetTransparency method. Returns or sets the degree of transparency of the line as a value from 0.0 (opaque) through 1.0 (clear) in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells.drawing/line/gettransparency/ +--- +## Line::GetTransparency method + + +Returns or sets the degree of transparency of the line as a value from 0.0 (opaque) through 1.0 (clear). + +```cpp +double Aspose::Cells::Drawing::Line::GetTransparency() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Line](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/line/getweight/_index.md b/spanish/cpp/aspose.cells.drawing/line/getweight/_index.md new file mode 100644 index 00000000000..ba14d7a0578 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/line/getweight/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Line::GetWeight method +linktitle: GetWeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Line::GetWeight method. Gets or sets the WeightType of the line in C++.' +type: docs +weight: 3400 +url: /es/cpp/aspose.cells.drawing/line/getweight/ +--- +## Line::GetWeight method + + +Gets or sets the [WeightType](../../weighttype/) of the line. + +```cpp +WeightType Aspose::Cells::Drawing::Line::GetWeight() +``` + +## See Also + +* Enum [WeightType](../../weighttype/) +* Class [Line](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/line/getweightpt/_index.md b/spanish/cpp/aspose.cells.drawing/line/getweightpt/_index.md new file mode 100644 index 00000000000..05f8e5f649b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/line/getweightpt/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Line::GetWeightPt method +linktitle: GetWeightPt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Line::GetWeightPt method. Gets or sets the weight of the line in unit of points in C++.' +type: docs +weight: 3600 +url: /es/cpp/aspose.cells.drawing/line/getweightpt/ +--- +## Line::GetWeightPt method + + +Gets or sets the weight of the line in unit of points. + +```cpp +double Aspose::Cells::Drawing::Line::GetWeightPt() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Line](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/line/getweightpx/_index.md b/spanish/cpp/aspose.cells.drawing/line/getweightpx/_index.md new file mode 100644 index 00000000000..fb9c55619ff --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/line/getweightpx/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Line::GetWeightPx method +linktitle: GetWeightPx +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Line::GetWeightPx method. Gets or sets the weight of the line in unit of pixels in C++.' +type: docs +weight: 3800 +url: /es/cpp/aspose.cells.drawing/line/getweightpx/ +--- +## Line::GetWeightPx method + + +Gets or sets the weight of the line in unit of pixels. + +```cpp +double Aspose::Cells::Drawing::Line::GetWeightPx() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Line](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/line/isauto/_index.md b/spanish/cpp/aspose.cells.drawing/line/isauto/_index.md new file mode 100644 index 00000000000..cf42196f1ea --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/line/isauto/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Line::IsAuto method +linktitle: IsAuto +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Line::IsAuto method. Indicates whether this line style is auto assigned in C++.' +type: docs +weight: 4500 +url: /es/cpp/aspose.cells.drawing/line/isauto/ +--- +## Line::IsAuto method + + +Indicates whether this line style is auto assigned. + +```cpp +bool Aspose::Cells::Drawing::Line::IsAuto() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Line](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/line/isautomaticcolor/_index.md b/spanish/cpp/aspose.cells.drawing/line/isautomaticcolor/_index.md new file mode 100644 index 00000000000..e6f8c1b2568 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/line/isautomaticcolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Line::IsAutomaticColor method +linktitle: IsAutomaticColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Line::IsAutomaticColor method. Indicates whether the color of line is automatic assigned in C++.' +type: docs +weight: 4200 +url: /es/cpp/aspose.cells.drawing/line/isautomaticcolor/ +--- +## Line::IsAutomaticColor method + + +Indicates whether the color of line is automatic assigned. + +```cpp +bool Aspose::Cells::Drawing::Line::IsAutomaticColor() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Line](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/line/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/line/isnull/_index.md new file mode 100644 index 00000000000..616cc578cd5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/line/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::Line::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Line::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/line/isnull/ +--- +## Line::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::Line::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Line](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/line/isvisible/_index.md b/spanish/cpp/aspose.cells.drawing/line/isvisible/_index.md new file mode 100644 index 00000000000..78165c1fb97 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/line/isvisible/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Line::IsVisible method +linktitle: IsVisible +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Line::IsVisible method. Represents whether the line is visible in C++.' +type: docs +weight: 4300 +url: /es/cpp/aspose.cells.drawing/line/isvisible/ +--- +## Line::IsVisible method + + +Represents whether the line is visible. + +```cpp +bool Aspose::Cells::Drawing::Line::IsVisible() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Line](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/line/line/_index.md b/spanish/cpp/aspose.cells.drawing/line/line/_index.md new file mode 100644 index 00000000000..40a1fd90624 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/line/line/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::Line::Line constructor +linktitle: Line +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Line::Line constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/line/line/ +--- +## Line::Line(Line_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::Line::Line(Line_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Line](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## Line::Line(const Line\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::Line::Line(const Line &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Line](../) +* Class [Line](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/line/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/line/operator_asm/_index.md new file mode 100644 index 00000000000..2370ce5a175 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/line/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Line::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Line::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/line/operator_asm/ +--- +## Line::operator= method + + +operator= + +```cpp +Line & Aspose::Cells::Drawing::Line::operator=(const Line &src) +``` + +## See Also + +* Class [Line](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [Line](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/line/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/line/operator_bool/_index.md new file mode 100644 index 00000000000..fb3cddea833 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/line/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Line::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Line::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/line/operator_bool/ +--- +## Line::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::Line::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [Line](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/line/setbeginarrowlength/_index.md b/spanish/cpp/aspose.cells.drawing/line/setbeginarrowlength/_index.md new file mode 100644 index 00000000000..1812c77621a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/line/setbeginarrowlength/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Line::SetBeginArrowLength method +linktitle: SetBeginArrowLength +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Line::SetBeginArrowLength method. Specifies the length of the arrowhead for the begin of a line in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.drawing/line/setbeginarrowlength/ +--- +## Line::SetBeginArrowLength method + + +Specifies the length of the arrowhead for the begin of a line. + +```cpp +void Aspose::Cells::Drawing::Line::SetBeginArrowLength(MsoArrowheadLength value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [MsoArrowheadLength](../../msoarrowheadlength/) +* Class [Line](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/line/setbeginarrowwidth/_index.md b/spanish/cpp/aspose.cells.drawing/line/setbeginarrowwidth/_index.md new file mode 100644 index 00000000000..7bd3a6169c0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/line/setbeginarrowwidth/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Line::SetBeginArrowWidth method +linktitle: SetBeginArrowWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Line::SetBeginArrowWidth method. Specifies the width of the arrowhead for the begin of a line in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.drawing/line/setbeginarrowwidth/ +--- +## Line::SetBeginArrowWidth method + + +Specifies the width of the arrowhead for the begin of a line. + +```cpp +void Aspose::Cells::Drawing::Line::SetBeginArrowWidth(MsoArrowheadWidth value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [MsoArrowheadWidth](../../msoarrowheadwidth/) +* Class [Line](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/line/setbegintype/_index.md b/spanish/cpp/aspose.cells.drawing/line/setbegintype/_index.md new file mode 100644 index 00000000000..189e46dfa2c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/line/setbegintype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Line::SetBeginType method +linktitle: SetBeginType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Line::SetBeginType method. Specifies an arrowhead for the begin of a line in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing/line/setbegintype/ +--- +## Line::SetBeginType method + + +Specifies an arrowhead for the begin of a line. + +```cpp +void Aspose::Cells::Drawing::Line::SetBeginType(MsoArrowheadStyle value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [MsoArrowheadStyle](../../msoarrowheadstyle/) +* Class [Line](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/line/setcaptype/_index.md b/spanish/cpp/aspose.cells.drawing/line/setcaptype/_index.md new file mode 100644 index 00000000000..0d8cd56a133 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/line/setcaptype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Line::SetCapType method +linktitle: SetCapType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Line::SetCapType method. Specifies the ending caps in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing/line/setcaptype/ +--- +## Line::SetCapType method + + +Specifies the ending caps. + +```cpp +void Aspose::Cells::Drawing::Line::SetCapType(LineCapType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [LineCapType](../../linecaptype/) +* Class [Line](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/line/setcolor/_index.md b/spanish/cpp/aspose.cells.drawing/line/setcolor/_index.md new file mode 100644 index 00000000000..878f689905d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/line/setcolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Line::SetColor method +linktitle: SetColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Line::SetColor method. Represents the Color of the line in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells.drawing/line/setcolor/ +--- +## Line::SetColor method + + +Represents the [Color](../../../aspose.cells/color/) of the line. + +```cpp +void Aspose::Cells::Drawing::Line::SetColor(const Aspose::Cells::Color &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Line](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/line/setcompoundtype/_index.md b/spanish/cpp/aspose.cells.drawing/line/setcompoundtype/_index.md new file mode 100644 index 00000000000..520534ab32f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/line/setcompoundtype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Line::SetCompoundType method +linktitle: SetCompoundType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Line::SetCompoundType method. Specifies the compound line type in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/line/setcompoundtype/ +--- +## Line::SetCompoundType method + + +Specifies the compound line type. + +```cpp +void Aspose::Cells::Drawing::Line::SetCompoundType(MsoLineStyle value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [MsoLineStyle](../../msolinestyle/) +* Class [Line](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/line/setdashtype/_index.md b/spanish/cpp/aspose.cells.drawing/line/setdashtype/_index.md new file mode 100644 index 00000000000..a3bd80e9d55 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/line/setdashtype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Line::SetDashType method +linktitle: SetDashType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Line::SetDashType method. Specifies the dash line type in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing/line/setdashtype/ +--- +## Line::SetDashType method + + +Specifies the dash line type. + +```cpp +void Aspose::Cells::Drawing::Line::SetDashType(MsoLineDashStyle value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [MsoLineDashStyle](../../msolinedashstyle/) +* Class [Line](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/line/setendarrowlength/_index.md b/spanish/cpp/aspose.cells.drawing/line/setendarrowlength/_index.md new file mode 100644 index 00000000000..94b8fe8f686 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/line/setendarrowlength/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Line::SetEndArrowLength method +linktitle: SetEndArrowLength +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Line::SetEndArrowLength method. Specifies the length of the arrowhead for the end of a line in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.drawing/line/setendarrowlength/ +--- +## Line::SetEndArrowLength method + + +Specifies the length of the arrowhead for the end of a line. + +```cpp +void Aspose::Cells::Drawing::Line::SetEndArrowLength(MsoArrowheadLength value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [MsoArrowheadLength](../../msoarrowheadlength/) +* Class [Line](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/line/setendarrowwidth/_index.md b/spanish/cpp/aspose.cells.drawing/line/setendarrowwidth/_index.md new file mode 100644 index 00000000000..d7f7ed4bfaf --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/line/setendarrowwidth/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Line::SetEndArrowWidth method +linktitle: SetEndArrowWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Line::SetEndArrowWidth method. Specifies the width of the arrowhead for the end of a line in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.drawing/line/setendarrowwidth/ +--- +## Line::SetEndArrowWidth method + + +Specifies the width of the arrowhead for the end of a line. + +```cpp +void Aspose::Cells::Drawing::Line::SetEndArrowWidth(MsoArrowheadWidth value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [MsoArrowheadWidth](../../msoarrowheadwidth/) +* Class [Line](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/line/setendtype/_index.md b/spanish/cpp/aspose.cells.drawing/line/setendtype/_index.md new file mode 100644 index 00000000000..7a99c29c88c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/line/setendtype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Line::SetEndType method +linktitle: SetEndType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Line::SetEndType method. Specifies an arrowhead for the end of a line in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing/line/setendtype/ +--- +## Line::SetEndType method + + +Specifies an arrowhead for the end of a line. + +```cpp +void Aspose::Cells::Drawing::Line::SetEndType(MsoArrowheadStyle value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [MsoArrowheadStyle](../../msoarrowheadstyle/) +* Class [Line](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/line/setformattingtype/_index.md b/spanish/cpp/aspose.cells.drawing/line/setformattingtype/_index.md new file mode 100644 index 00000000000..95e21fce3f4 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/line/setformattingtype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Line::SetFormattingType method +linktitle: SetFormattingType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Line::SetFormattingType method. Gets or sets format type in C++.' +type: docs +weight: 4100 +url: /es/cpp/aspose.cells.drawing/line/setformattingtype/ +--- +## Line::SetFormattingType method + + +Gets or sets format type. + +```cpp +void Aspose::Cells::Drawing::Line::SetFormattingType(ChartLineFormattingType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ChartLineFormattingType](../../../aspose.cells.charts/chartlineformattingtype/) +* Class [Line](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/line/setisauto/_index.md b/spanish/cpp/aspose.cells.drawing/line/setisauto/_index.md new file mode 100644 index 00000000000..e3ab25ac3e3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/line/setisauto/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Line::SetIsAuto method +linktitle: SetIsAuto +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Line::SetIsAuto method. Indicates whether this line style is auto assigned in C++.' +type: docs +weight: 4600 +url: /es/cpp/aspose.cells.drawing/line/setisauto/ +--- +## Line::SetIsAuto method + + +Indicates whether this line style is auto assigned. + +```cpp +void Aspose::Cells::Drawing::Line::SetIsAuto(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Line](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/line/setisvisible/_index.md b/spanish/cpp/aspose.cells.drawing/line/setisvisible/_index.md new file mode 100644 index 00000000000..96641c152f4 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/line/setisvisible/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Line::SetIsVisible method +linktitle: SetIsVisible +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Line::SetIsVisible method. Represents whether the line is visible in C++.' +type: docs +weight: 4400 +url: /es/cpp/aspose.cells.drawing/line/setisvisible/ +--- +## Line::SetIsVisible method + + +Represents whether the line is visible. + +```cpp +void Aspose::Cells::Drawing::Line::SetIsVisible(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Line](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/line/setjointype/_index.md b/spanish/cpp/aspose.cells.drawing/line/setjointype/_index.md new file mode 100644 index 00000000000..b8bf30f415e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/line/setjointype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Line::SetJoinType method +linktitle: SetJoinType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Line::SetJoinType method. Specifies the joining caps in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing/line/setjointype/ +--- +## Line::SetJoinType method + + +Specifies the joining caps. + +```cpp +void Aspose::Cells::Drawing::Line::SetJoinType(LineJoinType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [LineJoinType](../../linejointype/) +* Class [Line](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/line/setstyle/_index.md b/spanish/cpp/aspose.cells.drawing/line/setstyle/_index.md new file mode 100644 index 00000000000..09d95982d65 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/line/setstyle/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Line::SetStyle method +linktitle: SetStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Line::SetStyle method. Represents the style of the line in C++.' +type: docs +weight: 3300 +url: /es/cpp/aspose.cells.drawing/line/setstyle/ +--- +## Line::SetStyle method + + +Represents the style of the line. + +```cpp +void Aspose::Cells::Drawing::Line::SetStyle(LineType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [LineType](../../linetype/) +* Class [Line](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/line/setthemecolor/_index.md b/spanish/cpp/aspose.cells.drawing/line/setthemecolor/_index.md new file mode 100644 index 00000000000..74b1fded2f6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/line/setthemecolor/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::Line::SetThemeColor method +linktitle: SetThemeColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Line::SetThemeColor method. Gets and sets the theme color in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.drawing/line/setthemecolor/ +--- +## Line::SetThemeColor method + + +Gets and sets the theme color. + +```cpp +void Aspose::Cells::Drawing::Line::SetThemeColor(const ThemeColor &value) +``` + +## Remarks + + +If the foreground color is not a theme color, NULL will be returned. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ThemeColor](../../../aspose.cells/themecolor/) +* Class [Line](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/line/settransparency/_index.md b/spanish/cpp/aspose.cells.drawing/line/settransparency/_index.md new file mode 100644 index 00000000000..3c33ff97945 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/line/settransparency/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Line::SetTransparency method +linktitle: SetTransparency +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Line::SetTransparency method. Returns or sets the degree of transparency of the line as a value from 0.0 (opaque) through 1.0 (clear) in C++.' +type: docs +weight: 3100 +url: /es/cpp/aspose.cells.drawing/line/settransparency/ +--- +## Line::SetTransparency method + + +Returns or sets the degree of transparency of the line as a value from 0.0 (opaque) through 1.0 (clear). + +```cpp +void Aspose::Cells::Drawing::Line::SetTransparency(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Line](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/line/setweight/_index.md b/spanish/cpp/aspose.cells.drawing/line/setweight/_index.md new file mode 100644 index 00000000000..8b4ae990fa2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/line/setweight/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Line::SetWeight method +linktitle: SetWeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Line::SetWeight method. Gets or sets the WeightType of the line in C++.' +type: docs +weight: 3500 +url: /es/cpp/aspose.cells.drawing/line/setweight/ +--- +## Line::SetWeight method + + +Gets or sets the [WeightType](../../weighttype/) of the line. + +```cpp +void Aspose::Cells::Drawing::Line::SetWeight(WeightType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [WeightType](../../weighttype/) +* Class [Line](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/line/setweightpt/_index.md b/spanish/cpp/aspose.cells.drawing/line/setweightpt/_index.md new file mode 100644 index 00000000000..d47844a835d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/line/setweightpt/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Line::SetWeightPt method +linktitle: SetWeightPt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Line::SetWeightPt method. Gets or sets the weight of the line in unit of points in C++.' +type: docs +weight: 3700 +url: /es/cpp/aspose.cells.drawing/line/setweightpt/ +--- +## Line::SetWeightPt method + + +Gets or sets the weight of the line in unit of points. + +```cpp +void Aspose::Cells::Drawing::Line::SetWeightPt(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Line](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/line/setweightpx/_index.md b/spanish/cpp/aspose.cells.drawing/line/setweightpx/_index.md new file mode 100644 index 00000000000..47c0f91f918 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/line/setweightpx/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Line::SetWeightPx method +linktitle: SetWeightPx +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Line::SetWeightPx method. Gets or sets the weight of the line in unit of pixels in C++.' +type: docs +weight: 3900 +url: /es/cpp/aspose.cells.drawing/line/setweightpx/ +--- +## Line::SetWeightPx method + + +Gets or sets the weight of the line in unit of pixels. + +```cpp +void Aspose::Cells::Drawing::Line::SetWeightPx(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Line](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/line/~line/_index.md b/spanish/cpp/aspose.cells.drawing/line/~line/_index.md new file mode 100644 index 00000000000..13c19816bef --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/line/~line/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Line::~Line method +linktitle: ~Line +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Line::~Line method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/line/~line/ +--- +## Line::~Line method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::Line::~Line() +``` + +## See Also + +* Class [Line](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/linecaptype/_index.md b/spanish/cpp/aspose.cells.drawing/linecaptype/_index.md new file mode 100644 index 00000000000..c79bdcef551 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/linecaptype/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Cells::Drawing::LineCapType enum +linktitle: LineCapType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::LineCapType enum. Represents the caps of a line in C++.' +type: docs +weight: 9300 +url: /es/cpp/aspose.cells.drawing/linecaptype/ +--- +## LineCapType enum + + +Represents the caps of a line. + +```cpp +enum class LineCapType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Square | 0 |
Square protrudes by half line width. | +| Round | 1 |
Rounded ends. | +| Flat | 2 |
[Line](../line/) ends at end point. | +| None | 3 |
None cap. | + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/lineformat/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/lineformat/_impl/_index.md new file mode 100644 index 00000000000..783d00c0e09 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/lineformat/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::LineFormat::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::LineFormat::_impl field. The implementation object in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells.drawing/lineformat/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +LineFormat_Impl* Aspose::Cells::Drawing::LineFormat::_impl +``` + +## See Also + +* Class [LineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/lineformat/_index.md b/spanish/cpp/aspose.cells.drawing/lineformat/_index.md new file mode 100644 index 00000000000..5da3408c75e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/lineformat/_index.md @@ -0,0 +1,110 @@ +--- +title: Aspose::Cells::Drawing::LineFormat class +linktitle: LineFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::LineFormat class. Represents all setting of the line in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells.drawing/lineformat/ +--- +## LineFormat class + + +Represents all setting of the line. + +```cpp +class LineFormat : public Aspose::Cells::Drawing::FillFormat +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Equals(const Aspose::Cells::Object\& obj)](./equals/) | Determines whether this instance has the same value as another specified [LineFormat](./) object. | +| [FillFormat(FillFormat_Impl* impl)](../fillformat/fillformat/) | Constructs from an implementation object. | +| [FillFormat(const FillFormat\& src)](../fillformat/fillformat/) | Copy constructor. | +| [GetBeginArrowheadLength()](./getbeginarrowheadlength/) | Gets and sets the begin arrow length type of the line. | +| [GetBeginArrowheadStyle()](./getbeginarrowheadstyle/) | Gets and sets the begin arrow type of the line. | +| [GetBeginArrowheadWidth()](./getbeginarrowheadwidth/) | Gets and sets the begin arrow width type of the line. | +| [GetCapType()](./getcaptype/) | Specifies the ending caps. | +| [GetCompoundType()](./getcompoundtype/) | Specifies the line compound type. | +| [GetDashStyle()](./getdashstyle/) | Specifies the line dash type. | +| [GetEndArrowheadLength()](./getendarrowheadlength/) | Gets and sets the end arrow length type of the line. | +| [GetEndArrowheadStyle()](./getendarrowheadstyle/) | Gets and sets the end arrow type of the line. | +| [GetEndArrowheadWidth()](./getendarrowheadwidth/) | Gets and sets the end arrow width type of the line. | +| [GetFillType()](../fillformat/getfilltype/) | Gets and sets fill type. | +| [GetGradientColor1()](../fillformat/getgradientcolor1/) | Returns the gradient color 1 for the specified fill. | +| [GetGradientColor2()](../fillformat/getgradientcolor2/) | Returns the gradient color 2 for the specified fill. | +| [GetGradientColorType()](../fillformat/getgradientcolortype/) | Returns the gradient color type for the specified fill. | +| [GetGradientDegree()](../fillformat/getgradientdegree/) | Returns the gradient degree for the specified fill. Only applies for Excel 2007. | +| [GetGradientFill()](../fillformat/getgradientfill/) | Gets [GradientFill](../gradientfill/) object. | +| [GetGradientStyle()](../fillformat/getgradientstyle/) | Returns the gradient style for the specified fill. | +| [GetGradientVariant()](../fillformat/getgradientvariant/) | Returns the gradient variant for the specified fill. Only applies for Excel 2007. | +| [GetHashCode()](./gethashcode/) | Gets the hash code. | +| [GetImageData()](../fillformat/getimagedata/) | Gets and sets the picture image data. | +| [GetJoinType()](./getjointype/) | Specifies the line join type. | +| [GetPattern()](../fillformat/getpattern/) | Represents an area's display pattern. | +| [GetPatternFill()](../fillformat/getpatternfill/) | Gets [PatternFill](../patternfill/) object. | +| [GetPictureFormatType()](../fillformat/getpictureformattype/) | Gets and sets the picture format type. | +| [GetPresetColor()](../fillformat/getpresetcolor/) | Returns the gradient preset color for the specified fill. | +| [GetScale()](../fillformat/getscale/) | Gets and sets the picture format scale. | +| [GetSolidFill()](../fillformat/getsolidfill/) | Gets [SolidFill](../solidfill/) object. | +| [GetTexture()](../fillformat/gettexture/) | Represents the texture type for the specified fill. | +| [GetTextureFill()](../fillformat/gettexturefill/) | Gets [TextureFill](../texturefill/) object. | +| [GetTransparency()](../fillformat/gettransparency/) | Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). | +| [GetWeight()](./getweight/) | Gets or sets the weight of the line in unit of points. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [LineFormat(LineFormat_Impl* impl)](./lineformat/) | Constructs from an implementation object. | +| [LineFormat(const LineFormat\& src)](./lineformat/) | Copy constructor. | +| [LineFormat(const FillFormat\& src)](./lineformat/) | Constructs from a parent object. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const LineFormat\& src)](./operator_asm/) | operator= | +| [operator=(const FillFormat\& src)](../fillformat/operator_asm/) | operator= | +| [SetBeginArrowheadLength(MsoArrowheadLength value)](./setbeginarrowheadlength/) | Gets and sets the begin arrow length type of the line. | +| [SetBeginArrowheadStyle(MsoArrowheadStyle value)](./setbeginarrowheadstyle/) | Gets and sets the begin arrow type of the line. | +| [SetBeginArrowheadWidth(MsoArrowheadWidth value)](./setbeginarrowheadwidth/) | Gets and sets the begin arrow width type of the line. | +| [SetCapType(LineCapType value)](./setcaptype/) | Specifies the ending caps. | +| [SetCompoundType(MsoLineStyle value)](./setcompoundtype/) | Specifies the line compound type. | +| [SetDashStyle(MsoLineDashStyle value)](./setdashstyle/) | Specifies the line dash type. | +| [SetEndArrowheadLength(MsoArrowheadLength value)](./setendarrowheadlength/) | Gets and sets the end arrow length type of the line. | +| [SetEndArrowheadStyle(MsoArrowheadStyle value)](./setendarrowheadstyle/) | Gets and sets the end arrow type of the line. | +| [SetEndArrowheadWidth(MsoArrowheadWidth value)](./setendarrowheadwidth/) | Gets and sets the end arrow width type of the line. | +| [SetFillType(FillType value)](../fillformat/setfilltype/) | Gets and sets fill type. | +| [SetImageData(const Vector \\& value)](../fillformat/setimagedata/) | Gets and sets the picture image data. | +| [SetJoinType(LineJoinType value)](./setjointype/) | Specifies the line join type. | +| [SetOneColorGradient(const Aspose::Cells::Color\& color, double degree, GradientStyleType style, int32_t variant)](../fillformat/setonecolorgradient/) | Sets the specified fill to a one-color gradient. Only applies for Excel 2007. | +| [SetPattern(FillPattern value)](../fillformat/setpattern/) | Represents an area's display pattern. | +| [SetPictureFormatType(FillPictureType value)](../fillformat/setpictureformattype/) | Gets and sets the picture format type. | +| [SetPresetColorGradient(GradientPresetType presetColor, GradientStyleType style, int32_t variant)](../fillformat/setpresetcolorgradient/) | Sets the specified fill to a preset-color gradient. Only applies for Excel 2007. | +| [SetScale(double value)](../fillformat/setscale/) | Gets and sets the picture format scale. | +| [SetTexture(TextureType value)](../fillformat/settexture/) | Represents the texture type for the specified fill. | +| [SetTransparency(double value)](../fillformat/settransparency/) | Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). | +| [SetTwoColorGradient(const Aspose::Cells::Color\& color1, const Aspose::Cells::Color\& color2, GradientStyleType style, int32_t variant)](../fillformat/settwocolorgradient/) | Sets the specified fill to a two-color gradient. Only applies for Excel 2007. | +| [SetTwoColorGradient(const Aspose::Cells::Color\& color1, double transparency1, const Aspose::Cells::Color\& color2, double transparency2, GradientStyleType style, int32_t variant)](../fillformat/settwocolorgradient/) | Sets the specified fill to a two-color gradient. Only applies for Excel 2007. | +| [SetWeight(double value)](./setweight/) | Gets or sets the weight of the line in unit of points. | +| [~FillFormat()](../fillformat/~fillformat/) | Destructor. | +| [~LineFormat()](./~lineformat/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; +ShapeCollection shapes = workbook.GetWorksheets().Get(0).GetShapes(); +Shape shape = shapes.AddRectangle(1, 0, 1, 0, 50, 100); +LineFormat lineFmt = shape.GetLine(); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [FillFormat](../fillformat/) +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/lineformat/equals/_index.md b/spanish/cpp/aspose.cells.drawing/lineformat/equals/_index.md new file mode 100644 index 00000000000..fdb9a7eb734 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/lineformat/equals/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::LineFormat::Equals method +linktitle: Equals +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::LineFormat::Equals method. Determines whether this instance has the same value as another specified LineFormat object in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/lineformat/equals/ +--- +## LineFormat::Equals method + + +Determines whether this instance has the same value as another specified [LineFormat](../) object. + +```cpp +bool Aspose::Cells::Drawing::LineFormat::Equals(const Aspose::Cells::Object &obj) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| obj | const Aspose::Cells::Object\& | The [LineFormat](../) object to compare with this instance. | + +## ReturnValue + +true if the value of the obj parameter is the same as the value of this instance; otherwise, false. If obj is null, this method returns false. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Object](../../../aspose.cells/object/) +* Class [LineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/lineformat/getbeginarrowheadlength/_index.md b/spanish/cpp/aspose.cells.drawing/lineformat/getbeginarrowheadlength/_index.md new file mode 100644 index 00000000000..d0b3794187c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/lineformat/getbeginarrowheadlength/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::LineFormat::GetBeginArrowheadLength method +linktitle: GetBeginArrowheadLength +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::LineFormat::GetBeginArrowheadLength method. Gets and sets the begin arrow length type of the line in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.drawing/lineformat/getbeginarrowheadlength/ +--- +## LineFormat::GetBeginArrowheadLength method + + +Gets and sets the begin arrow length type of the line. + +```cpp +MsoArrowheadLength Aspose::Cells::Drawing::LineFormat::GetBeginArrowheadLength() +``` + + +## Examples + + +```cpp +MsoArrowheadLength msoArrowheadLength = lineFmt.GetBeginArrowheadLength(); +``` + +## See Also + +* Enum [MsoArrowheadLength](../../msoarrowheadlength/) +* Class [LineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/lineformat/getbeginarrowheadstyle/_index.md b/spanish/cpp/aspose.cells.drawing/lineformat/getbeginarrowheadstyle/_index.md new file mode 100644 index 00000000000..6a7b8e29e06 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/lineformat/getbeginarrowheadstyle/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::LineFormat::GetBeginArrowheadStyle method +linktitle: GetBeginArrowheadStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::LineFormat::GetBeginArrowheadStyle method. Gets and sets the begin arrow type of the line in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing/lineformat/getbeginarrowheadstyle/ +--- +## LineFormat::GetBeginArrowheadStyle method + + +Gets and sets the begin arrow type of the line. + +```cpp +MsoArrowheadStyle Aspose::Cells::Drawing::LineFormat::GetBeginArrowheadStyle() +``` + + +## Examples + + +```cpp +MsoArrowheadStyle msoArrowheadStyle = lineFmt.GetBeginArrowheadStyle(); +``` + +## See Also + +* Enum [MsoArrowheadStyle](../../msoarrowheadstyle/) +* Class [LineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/lineformat/getbeginarrowheadwidth/_index.md b/spanish/cpp/aspose.cells.drawing/lineformat/getbeginarrowheadwidth/_index.md new file mode 100644 index 00000000000..ec57ce0d091 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/lineformat/getbeginarrowheadwidth/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::LineFormat::GetBeginArrowheadWidth method +linktitle: GetBeginArrowheadWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::LineFormat::GetBeginArrowheadWidth method. Gets and sets the begin arrow width type of the line in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.drawing/lineformat/getbeginarrowheadwidth/ +--- +## LineFormat::GetBeginArrowheadWidth method + + +Gets and sets the begin arrow width type of the line. + +```cpp +MsoArrowheadWidth Aspose::Cells::Drawing::LineFormat::GetBeginArrowheadWidth() +``` + + +## Examples + + +```cpp +if (lineFmt.GetBeginArrowheadWidth() == MsoArrowheadWidth::Narrow) +{ + lineFmt.SetBeginArrowheadWidth(MsoArrowheadWidth::Medium); +} +``` + +## See Also + +* Enum [MsoArrowheadWidth](../../msoarrowheadwidth/) +* Class [LineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/lineformat/getcaptype/_index.md b/spanish/cpp/aspose.cells.drawing/lineformat/getcaptype/_index.md new file mode 100644 index 00000000000..b7de9c373ae --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/lineformat/getcaptype/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::LineFormat::GetCapType method +linktitle: GetCapType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::LineFormat::GetCapType method. Specifies the ending caps in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing/lineformat/getcaptype/ +--- +## LineFormat::GetCapType method + + +Specifies the ending caps. + +```cpp +LineCapType Aspose::Cells::Drawing::LineFormat::GetCapType() +``` + + +## Examples + + +```cpp +LineCapType capType = lineFmt.GetCapType(); +``` + +## See Also + +* Enum [LineCapType](../../linecaptype/) +* Class [LineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/lineformat/getcompoundtype/_index.md b/spanish/cpp/aspose.cells.drawing/lineformat/getcompoundtype/_index.md new file mode 100644 index 00000000000..91e2449d186 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/lineformat/getcompoundtype/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::LineFormat::GetCompoundType method +linktitle: GetCompoundType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::LineFormat::GetCompoundType method. Specifies the line compound type in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/lineformat/getcompoundtype/ +--- +## LineFormat::GetCompoundType method + + +Specifies the line compound type. + +```cpp +MsoLineStyle Aspose::Cells::Drawing::LineFormat::GetCompoundType() +``` + + +## Examples + + +```cpp +MsoLineStyle lineStyle = lineFmt.GetCompoundType(); +``` + +## See Also + +* Enum [MsoLineStyle](../../msolinestyle/) +* Class [LineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/lineformat/getdashstyle/_index.md b/spanish/cpp/aspose.cells.drawing/lineformat/getdashstyle/_index.md new file mode 100644 index 00000000000..0bcbeefa3e5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/lineformat/getdashstyle/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::LineFormat::GetDashStyle method +linktitle: GetDashStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::LineFormat::GetDashStyle method. Specifies the line dash type in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing/lineformat/getdashstyle/ +--- +## LineFormat::GetDashStyle method + + +Specifies the line dash type. + +```cpp +MsoLineDashStyle Aspose::Cells::Drawing::LineFormat::GetDashStyle() +``` + + +## Examples + + +```cpp +MsoLineDashStyle lineDashStyle = lineFmt.GetDashStyle(); +``` + +## See Also + +* Enum [MsoLineDashStyle](../../msolinedashstyle/) +* Class [LineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/lineformat/getendarrowheadlength/_index.md b/spanish/cpp/aspose.cells.drawing/lineformat/getendarrowheadlength/_index.md new file mode 100644 index 00000000000..f38b2ad2b21 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/lineformat/getendarrowheadlength/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::LineFormat::GetEndArrowheadLength method +linktitle: GetEndArrowheadLength +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::LineFormat::GetEndArrowheadLength method. Gets and sets the end arrow length type of the line in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.drawing/lineformat/getendarrowheadlength/ +--- +## LineFormat::GetEndArrowheadLength method + + +Gets and sets the end arrow length type of the line. + +```cpp +MsoArrowheadLength Aspose::Cells::Drawing::LineFormat::GetEndArrowheadLength() +``` + + +## Examples + + +```cpp +if (lineFmt.GetEndArrowheadLength() == MsoArrowheadLength::Long) +{ + lineFmt.SetEndArrowheadLength(MsoArrowheadLength::Long); +} +``` + +## See Also + +* Enum [MsoArrowheadLength](../../msoarrowheadlength/) +* Class [LineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/lineformat/getendarrowheadstyle/_index.md b/spanish/cpp/aspose.cells.drawing/lineformat/getendarrowheadstyle/_index.md new file mode 100644 index 00000000000..c91d066c9a9 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/lineformat/getendarrowheadstyle/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::LineFormat::GetEndArrowheadStyle method +linktitle: GetEndArrowheadStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::LineFormat::GetEndArrowheadStyle method. Gets and sets the end arrow type of the line in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.drawing/lineformat/getendarrowheadstyle/ +--- +## LineFormat::GetEndArrowheadStyle method + + +Gets and sets the end arrow type of the line. + +```cpp +MsoArrowheadStyle Aspose::Cells::Drawing::LineFormat::GetEndArrowheadStyle() +``` + + +## Examples + + +```cpp +if (lineFmt.GetEndArrowheadStyle() == MsoArrowheadStyle::ArrowOpen) +{ + lineFmt.SetEndArrowheadStyle(MsoArrowheadStyle::Arrow); +} +``` + +## See Also + +* Enum [MsoArrowheadStyle](../../msoarrowheadstyle/) +* Class [LineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/lineformat/getendarrowheadwidth/_index.md b/spanish/cpp/aspose.cells.drawing/lineformat/getendarrowheadwidth/_index.md new file mode 100644 index 00000000000..31156f50b0b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/lineformat/getendarrowheadwidth/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::LineFormat::GetEndArrowheadWidth method +linktitle: GetEndArrowheadWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::LineFormat::GetEndArrowheadWidth method. Gets and sets the end arrow width type of the line in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.drawing/lineformat/getendarrowheadwidth/ +--- +## LineFormat::GetEndArrowheadWidth method + + +Gets and sets the end arrow width type of the line. + +```cpp +MsoArrowheadWidth Aspose::Cells::Drawing::LineFormat::GetEndArrowheadWidth() +``` + + +## Examples + + +```cpp +if (lineFmt.GetEndArrowheadWidth() == MsoArrowheadWidth::Medium) +{ + lineFmt.SetEndArrowheadWidth(MsoArrowheadWidth::Medium); +} +``` + +## See Also + +* Enum [MsoArrowheadWidth](../../msoarrowheadwidth/) +* Class [LineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/lineformat/gethashcode/_index.md b/spanish/cpp/aspose.cells.drawing/lineformat/gethashcode/_index.md new file mode 100644 index 00000000000..08417844102 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/lineformat/gethashcode/_index.md @@ -0,0 +1,37 @@ +--- +title: Aspose::Cells::Drawing::LineFormat::GetHashCode method +linktitle: GetHashCode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::LineFormat::GetHashCode method. Gets the hash code in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/lineformat/gethashcode/ +--- +## LineFormat::GetHashCode method + + +Gets the hash code. + +```cpp +int32_t Aspose::Cells::Drawing::LineFormat::GetHashCode() +``` + + +## ReturnValue + + + + +## Examples + + +```cpp +int hashCode = lineFmt.GetHashCode(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/lineformat/getjointype/_index.md b/spanish/cpp/aspose.cells.drawing/lineformat/getjointype/_index.md new file mode 100644 index 00000000000..73499c4ffd7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/lineformat/getjointype/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::LineFormat::GetJoinType method +linktitle: GetJoinType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::LineFormat::GetJoinType method. Specifies the line join type in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing/lineformat/getjointype/ +--- +## LineFormat::GetJoinType method + + +Specifies the line join type. + +```cpp +LineJoinType Aspose::Cells::Drawing::LineFormat::GetJoinType() +``` + + +## Examples + + +```cpp +LineJoinType lineJoinType = lineFmt.GetJoinType(); +``` + +## See Also + +* Enum [LineJoinType](../../linejointype/) +* Class [LineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/lineformat/getweight/_index.md b/spanish/cpp/aspose.cells.drawing/lineformat/getweight/_index.md new file mode 100644 index 00000000000..bc39f1645b2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/lineformat/getweight/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::LineFormat::GetWeight method +linktitle: GetWeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::LineFormat::GetWeight method. Gets or sets the weight of the line in unit of points in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells.drawing/lineformat/getweight/ +--- +## LineFormat::GetWeight method + + +Gets or sets the weight of the line in unit of points. + +```cpp +double Aspose::Cells::Drawing::LineFormat::GetWeight() +``` + + +## Examples + + +```cpp +if (lineFmt.GetWeight() == 1.0) +{ + lineFmt.SetWeight(2.0); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/lineformat/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/lineformat/isnull/_index.md new file mode 100644 index 00000000000..07c0747c668 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/lineformat/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::LineFormat::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::LineFormat::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/lineformat/isnull/ +--- +## LineFormat::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::LineFormat::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/lineformat/lineformat/_index.md b/spanish/cpp/aspose.cells.drawing/lineformat/lineformat/_index.md new file mode 100644 index 00000000000..a4a9943aa2b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/lineformat/lineformat/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::LineFormat::LineFormat constructor +linktitle: LineFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::LineFormat::LineFormat constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/lineformat/lineformat/ +--- +## LineFormat::LineFormat(LineFormat_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::LineFormat::LineFormat(LineFormat_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## LineFormat::LineFormat(const LineFormat\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::LineFormat::LineFormat(const LineFormat &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LineFormat](../) +* Class [LineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## LineFormat::LineFormat(const FillFormat\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::LineFormat::LineFormat(const FillFormat &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [FillFormat](../../fillformat/) +* Class [LineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/lineformat/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/lineformat/operator_asm/_index.md new file mode 100644 index 00000000000..c58efa3ad7a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/lineformat/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::LineFormat::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::LineFormat::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/lineformat/operator_asm/ +--- +## LineFormat::operator= method + + +operator= + +```cpp +LineFormat & Aspose::Cells::Drawing::LineFormat::operator=(const LineFormat &src) +``` + +## See Also + +* Class [LineFormat](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [LineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/lineformat/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/lineformat/operator_bool/_index.md new file mode 100644 index 00000000000..884512bb78a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/lineformat/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::LineFormat::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::LineFormat::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/lineformat/operator_bool/ +--- +## LineFormat::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::LineFormat::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [LineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/lineformat/setbeginarrowheadlength/_index.md b/spanish/cpp/aspose.cells.drawing/lineformat/setbeginarrowheadlength/_index.md new file mode 100644 index 00000000000..0bd22effc3f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/lineformat/setbeginarrowheadlength/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::LineFormat::SetBeginArrowheadLength method +linktitle: SetBeginArrowheadLength +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::LineFormat::SetBeginArrowheadLength method. Gets and sets the begin arrow length type of the line in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.drawing/lineformat/setbeginarrowheadlength/ +--- +## LineFormat::SetBeginArrowheadLength method + + +Gets and sets the begin arrow length type of the line. + +```cpp +void Aspose::Cells::Drawing::LineFormat::SetBeginArrowheadLength(MsoArrowheadLength value) +``` + + +## Examples + + +```cpp +lineFmt.SetBeginArrowheadLength(MsoArrowheadLength::Long); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [MsoArrowheadLength](../../msoarrowheadlength/) +* Class [LineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/lineformat/setbeginarrowheadstyle/_index.md b/spanish/cpp/aspose.cells.drawing/lineformat/setbeginarrowheadstyle/_index.md new file mode 100644 index 00000000000..21d319285aa --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/lineformat/setbeginarrowheadstyle/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::LineFormat::SetBeginArrowheadStyle method +linktitle: SetBeginArrowheadStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::LineFormat::SetBeginArrowheadStyle method. Gets and sets the begin arrow type of the line in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing/lineformat/setbeginarrowheadstyle/ +--- +## LineFormat::SetBeginArrowheadStyle method + + +Gets and sets the begin arrow type of the line. + +```cpp +void Aspose::Cells::Drawing::LineFormat::SetBeginArrowheadStyle(MsoArrowheadStyle value) +``` + + +## Examples + + +```cpp +lineFmt.SetBeginArrowheadStyle(MsoArrowheadStyle::ArrowOpen); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [MsoArrowheadStyle](../../msoarrowheadstyle/) +* Class [LineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/lineformat/setbeginarrowheadwidth/_index.md b/spanish/cpp/aspose.cells.drawing/lineformat/setbeginarrowheadwidth/_index.md new file mode 100644 index 00000000000..e00f9c66bd0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/lineformat/setbeginarrowheadwidth/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Drawing::LineFormat::SetBeginArrowheadWidth method +linktitle: SetBeginArrowheadWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::LineFormat::SetBeginArrowheadWidth method. Gets and sets the begin arrow width type of the line in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.drawing/lineformat/setbeginarrowheadwidth/ +--- +## LineFormat::SetBeginArrowheadWidth method + + +Gets and sets the begin arrow width type of the line. + +```cpp +void Aspose::Cells::Drawing::LineFormat::SetBeginArrowheadWidth(MsoArrowheadWidth value) +``` + + +## Examples + + +```cpp +if (lineFmt.GetBeginArrowheadWidth() == MsoArrowheadWidth::Narrow) +{ + lineFmt.SetBeginArrowheadWidth(MsoArrowheadWidth::Medium); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [MsoArrowheadWidth](../../msoarrowheadwidth/) +* Class [LineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/lineformat/setcaptype/_index.md b/spanish/cpp/aspose.cells.drawing/lineformat/setcaptype/_index.md new file mode 100644 index 00000000000..437e25f5432 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/lineformat/setcaptype/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::LineFormat::SetCapType method +linktitle: SetCapType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::LineFormat::SetCapType method. Specifies the ending caps in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing/lineformat/setcaptype/ +--- +## LineFormat::SetCapType method + + +Specifies the ending caps. + +```cpp +void Aspose::Cells::Drawing::LineFormat::SetCapType(LineCapType value) +``` + + +## Examples + + +```cpp +lineFmt.SetCapType(LineCapType::Flat); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [LineCapType](../../linecaptype/) +* Class [LineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/lineformat/setcompoundtype/_index.md b/spanish/cpp/aspose.cells.drawing/lineformat/setcompoundtype/_index.md new file mode 100644 index 00000000000..ab21b3ef99e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/lineformat/setcompoundtype/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::LineFormat::SetCompoundType method +linktitle: SetCompoundType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::LineFormat::SetCompoundType method. Specifies the line compound type in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing/lineformat/setcompoundtype/ +--- +## LineFormat::SetCompoundType method + + +Specifies the line compound type. + +```cpp +void Aspose::Cells::Drawing::LineFormat::SetCompoundType(MsoLineStyle value) +``` + + +## Examples + + +```cpp +lineFmt.SetCompoundType(MsoLineStyle::Single); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [MsoLineStyle](../../msolinestyle/) +* Class [LineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/lineformat/setdashstyle/_index.md b/spanish/cpp/aspose.cells.drawing/lineformat/setdashstyle/_index.md new file mode 100644 index 00000000000..bb5594920c8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/lineformat/setdashstyle/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::LineFormat::SetDashStyle method +linktitle: SetDashStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::LineFormat::SetDashStyle method. Specifies the line dash type in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing/lineformat/setdashstyle/ +--- +## LineFormat::SetDashStyle method + + +Specifies the line dash type. + +```cpp +void Aspose::Cells::Drawing::LineFormat::SetDashStyle(MsoLineDashStyle value) +``` + + +## Examples + + +```cpp +lineFmt.SetDashStyle(MsoLineDashStyle::Solid); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [MsoLineDashStyle](../../msolinedashstyle/) +* Class [LineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/lineformat/setendarrowheadlength/_index.md b/spanish/cpp/aspose.cells.drawing/lineformat/setendarrowheadlength/_index.md new file mode 100644 index 00000000000..2f2256679ce --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/lineformat/setendarrowheadlength/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Drawing::LineFormat::SetEndArrowheadLength method +linktitle: SetEndArrowheadLength +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::LineFormat::SetEndArrowheadLength method. Gets and sets the end arrow length type of the line in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.drawing/lineformat/setendarrowheadlength/ +--- +## LineFormat::SetEndArrowheadLength method + + +Gets and sets the end arrow length type of the line. + +```cpp +void Aspose::Cells::Drawing::LineFormat::SetEndArrowheadLength(MsoArrowheadLength value) +``` + + +## Examples + + +```cpp +if (lineFmt.GetEndArrowheadLength() == MsoArrowheadLength::Long) +{ + lineFmt.SetEndArrowheadLength(MsoArrowheadLength::Long); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [MsoArrowheadLength](../../msoarrowheadlength/) +* Class [LineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/lineformat/setendarrowheadstyle/_index.md b/spanish/cpp/aspose.cells.drawing/lineformat/setendarrowheadstyle/_index.md new file mode 100644 index 00000000000..7e679b6f9e7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/lineformat/setendarrowheadstyle/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Drawing::LineFormat::SetEndArrowheadStyle method +linktitle: SetEndArrowheadStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::LineFormat::SetEndArrowheadStyle method. Gets and sets the end arrow type of the line in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.drawing/lineformat/setendarrowheadstyle/ +--- +## LineFormat::SetEndArrowheadStyle method + + +Gets and sets the end arrow type of the line. + +```cpp +void Aspose::Cells::Drawing::LineFormat::SetEndArrowheadStyle(MsoArrowheadStyle value) +``` + + +## Examples + + +```cpp +if (lineFmt.GetEndArrowheadStyle() == MsoArrowheadStyle::ArrowOpen) +{ + lineFmt.SetEndArrowheadStyle(MsoArrowheadStyle::Arrow); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [MsoArrowheadStyle](../../msoarrowheadstyle/) +* Class [LineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/lineformat/setendarrowheadwidth/_index.md b/spanish/cpp/aspose.cells.drawing/lineformat/setendarrowheadwidth/_index.md new file mode 100644 index 00000000000..adb2df7f902 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/lineformat/setendarrowheadwidth/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Drawing::LineFormat::SetEndArrowheadWidth method +linktitle: SetEndArrowheadWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::LineFormat::SetEndArrowheadWidth method. Gets and sets the end arrow width type of the line in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.drawing/lineformat/setendarrowheadwidth/ +--- +## LineFormat::SetEndArrowheadWidth method + + +Gets and sets the end arrow width type of the line. + +```cpp +void Aspose::Cells::Drawing::LineFormat::SetEndArrowheadWidth(MsoArrowheadWidth value) +``` + + +## Examples + + +```cpp +if (lineFmt.GetEndArrowheadWidth() == MsoArrowheadWidth::Medium) +{ + lineFmt.SetEndArrowheadWidth(MsoArrowheadWidth::Medium); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [MsoArrowheadWidth](../../msoarrowheadwidth/) +* Class [LineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/lineformat/setjointype/_index.md b/spanish/cpp/aspose.cells.drawing/lineformat/setjointype/_index.md new file mode 100644 index 00000000000..3cdb2db1082 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/lineformat/setjointype/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::LineFormat::SetJoinType method +linktitle: SetJoinType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::LineFormat::SetJoinType method. Specifies the line join type in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing/lineformat/setjointype/ +--- +## LineFormat::SetJoinType method + + +Specifies the line join type. + +```cpp +void Aspose::Cells::Drawing::LineFormat::SetJoinType(LineJoinType value) +``` + + +## Examples + + +```cpp +lineFmt.SetJoinType(LineJoinType::Round); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [LineJoinType](../../linejointype/) +* Class [LineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/lineformat/setweight/_index.md b/spanish/cpp/aspose.cells.drawing/lineformat/setweight/_index.md new file mode 100644 index 00000000000..72fdaef6ea9 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/lineformat/setweight/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::LineFormat::SetWeight method +linktitle: SetWeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::LineFormat::SetWeight method. Gets or sets the weight of the line in unit of points in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells.drawing/lineformat/setweight/ +--- +## LineFormat::SetWeight method + + +Gets or sets the weight of the line in unit of points. + +```cpp +void Aspose::Cells::Drawing::LineFormat::SetWeight(double value) +``` + + +## Examples + + +```cpp +if (lineFmt.GetWeight() == 1.0) +{ + lineFmt.SetWeight(2.0); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/lineformat/~lineformat/_index.md b/spanish/cpp/aspose.cells.drawing/lineformat/~lineformat/_index.md new file mode 100644 index 00000000000..ec4efdc670f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/lineformat/~lineformat/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::LineFormat::~LineFormat method +linktitle: ~LineFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::LineFormat::~LineFormat method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/lineformat/~lineformat/ +--- +## LineFormat::~LineFormat method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::LineFormat::~LineFormat() +``` + +## See Also + +* Class [LineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/linejointype/_index.md b/spanish/cpp/aspose.cells.drawing/linejointype/_index.md new file mode 100644 index 00000000000..b142ab058b7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/linejointype/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Cells::Drawing::LineJoinType enum +linktitle: LineJoinType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::LineJoinType enum. Represents the join styles of a line in C++.' +type: docs +weight: 9400 +url: /es/cpp/aspose.cells.drawing/linejointype/ +--- +## LineJoinType enum + + +Represents the join styles of a line. + +```cpp +enum class LineJoinType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Round | 0 |
Round joint. | +| Bevel | 1 |
[Bevel](../bevel/) joint. | +| Miter | 2 |
Miter joint. | +| None | 3 |
None joint. | + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/lineshape/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/lineshape/_impl/_index.md new file mode 100644 index 00000000000..24b718ff394 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/lineshape/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::LineShape::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::LineShape::_impl field. The implementation object in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/lineshape/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +LineShape_Impl* Aspose::Cells::Drawing::LineShape::_impl +``` + +## See Also + +* Class [LineShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/lineshape/_index.md b/spanish/cpp/aspose.cells.drawing/lineshape/_index.md new file mode 100644 index 00000000000..757cbbefe08 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/lineshape/_index.md @@ -0,0 +1,300 @@ +--- +title: Aspose::Cells::Drawing::LineShape class +linktitle: LineShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::LineShape class. Represents the line shape in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells.drawing/lineshape/ +--- +## LineShape class + + +Represents the line shape. + +```cpp +class LineShape : public Aspose::Cells::Drawing::Shape +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddHyperlink(const U16String\& address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AddHyperlink(const char16_t* address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AlignTopRightCorner(int32_t topRow, int32_t rightColumn)](../shape/aligntoprightcorner/) | Moves the picture to the top-right corner. | +| [CalculateTextSize()](../shape/calculatetextsize/) | Recalculate the text area. | +| [Characters(int32_t startIndex, int32_t length)](../shape/characters/) | Returns a Characters object that represents a range of characters within the text. | +| [FitToTextSize()](../shape/fittotextsize/) | Recalculate a text area suitable for displaying all text content. | +| [FormatCharacters(int32_t startIndex, int32_t length, const Aspose::Cells::Font\& font, const StyleFlag\& flag)](../shape/formatcharacters/) | Formats some characters with the font setting. | +| [GetActiveXControl()](../shape/getactivexcontrol/) | Gets the ActiveX control. | +| [GetActualBox()](../shape/getactualbox/) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [GetActualLowerRightRow()](../shape/getactuallowerrightrow/) | Get the actual bottom row. | +| [GetAlternativeText()](../shape/getalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [GetAnchorType()](../shape/getanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [GetAutoShapeType()](../shape/getautoshapetype/) | Gets and sets the auto shape type. | +| [GetBottom()](../shape/getbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [GetConnectionPoints()](../shape/getconnectionpoints/) | Get the connection points. | +| [GetControlData()](../shape/getcontroldata/) | Gets the data of control. | +| [GetCreateId(UUID\& uuid)](../shape/getcreateid/) | Gets and sets create id for this shape. | +| [GetFill()](../shape/getfill/) | Returns a [FillFormat](../fillformat/) object that contains fill formatting properties for the specified shape. | +| [GetFont()](../shape/getfont/) | Represents the font of shape. | +| [GetFormatPicture()](../shape/getformatpicture/) | Gets and sets the options of the picture format. | +| [GetGeometry()](../shape/getgeometry/) | Gets the geometry. | +| [GetGlow()](../shape/getglow/) | Represents a [GlowEffect](../gloweffect/) object that specifies glow effect for the chart element or shape. | +| [GetGroup()](../shape/getgroup/) | Gets the group shape which contains this shape. | +| [GetHasLine()](../shape/gethasline/) | Gets and sets the line border of the shape is visible. | +| [GetHeight()](../shape/getheight/) | Represents the height of shape, in unit of pixel. | +| [GetHeightCM()](../shape/getheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [GetHeightInch()](../shape/getheightinch/) | Represents the height of the shape, in unit of inches. | +| [GetHeightInShape()](../shape/getheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [GetHeightPt()](../shape/getheightpt/) | Represents the height of the shape, in unit of points. | +| [GetHeightScale()](../shape/getheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [GetHtmlText()](../shape/gethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [GetHyperlink()](../shape/gethyperlink/) | Gets the hyperlink of the shape. | +| [GetId()](../shape/getid/) | Gets the identifier of this shape. | +| [GetInputRange()](../shape/getinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [GetInputRange(bool isR1C1, bool isLocal)](../shape/getinputrange/) | Gets the range used to fill the control. | +| [GetLeft()](../shape/getleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [GetLeftCM()](../shape/getleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [GetLeftInch()](../shape/getleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [GetLeftInShape()](../shape/getleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [GetLeftToCorner()](../shape/getlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [GetLine()](../shape/getline/) | Gets line style. | +| [GetLinkedCell()](../shape/getlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [GetLinkedCell(bool isR1C1, bool isLocal)](../shape/getlinkedcell/) | Gets the range linked to the control's value. | +| [GetLockedProperty(ShapeLockType type)](../shape/getlockedproperty/) | Gets the value of locked property. | +| [GetLowerDeltaX()](../shape/getlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [GetLowerDeltaY()](../shape/getlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [GetLowerRightColumn()](../shape/getlowerrightcolumn/) | Represents lower right corner column index. | +| [GetLowerRightRow()](../shape/getlowerrightrow/) | Represents lower right corner row index. | +| [GetMacroName()](../shape/getmacroname/) | Gets and sets the name of macro. | +| [GetMsoDrawingType()](../shape/getmsodrawingtype/) | Gets drawing type. | +| [GetName()](../shape/getname/) | Gets and sets the name of the shape. | +| [GetPaths()](../shape/getpaths/) | Gets the paths of a custom geometric shape. | +| [GetPlacement()](../shape/getplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [GetReflection()](../shape/getreflection/) | Represents a [ReflectionEffect](../reflectioneffect/) object that specifies reflection effect for the chart element or shape. | +| [GetRelativeToOriginalPictureSize()](../shape/getrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [GetResultOfSmartArt()](../shape/getresultofsmartart/) | Converting smart art to grouped shapes. | +| [GetRichFormattings()](../shape/getrichformattings/) | Returns all Characters objects that represents a range of characters within the text . | +| [GetRight()](../shape/getright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [GetRotationAngle()](../shape/getrotationangle/) | Gets and sets the rotation of the shape. | +| [GetShadowEffect()](../shape/getshadoweffect/) | Represents a [Drawing.ShadowEffect](../shadoweffect/) object that specifies shadow effect for the chart element or shape. | +| [GetSoftEdges()](../shape/getsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [GetSpid()](../shape/getspid/) | Specifies an optional string identifier that an application can use to identify the particular shape. | +| [GetSpt()](../shape/getspt/) | Specifies an optional number that an application can use to associate the particular shape with a defined shape type. | +| [GetText()](../shape/gettext/) | Gets and sets the text of this shape. | +| [GetTextBody()](../shape/gettextbody/) | Gets and sets the setting of the shape's text. | +| [GetTextBoxOptions()](../shape/gettextboxoptions/) | Gets the text information in the shape. | +| [GetTextDirection()](../shape/gettextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [GetTextEffect()](../shape/gettexteffect/) | Returns a [TextEffectFormat](../texteffectformat/) object that contains text-effect formatting properties for the specified shape. Applies to [Shape](../shape/) objects that represent WordArt. | +| [GetTextHorizontalAlignment()](../shape/gettexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [GetTextHorizontalOverflow()](../shape/gettexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [GetTextOptions()](../shape/gettextoptions/) | Represents the text options of the shape. | +| [GetTextOrientationType()](../shape/gettextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [GetTextShapeType()](../shape/gettextshapetype/) | Gets and sets the preset text shape type. | +| [GetTextVerticalAlignment()](../shape/gettextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [GetTextVerticalOverflow()](../shape/gettextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [GetThreeDFormat()](../shape/getthreedformat/) | Gets and sets 3d format of the shape. | +| [GetTitle()](../shape/gettitle/) | Specifies the title (caption) of the current shape object. | +| [GetTop()](../shape/gettop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [GetTopCM()](../shape/gettopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [GetTopInch()](../shape/gettopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [GetTopInShape()](../shape/gettopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [GetTopToCorner()](../shape/gettoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [GetType()](../shape/gettype/) | Gets the auto shape type. | +| [GetUpperDeltaX()](../shape/getupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [GetUpperDeltaY()](../shape/getupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [GetUpperLeftColumn()](../shape/getupperleftcolumn/) | Represents upper left corner column index. | +| [GetUpperLeftRow()](../shape/getupperleftrow/) | Represents the top row index. | +| [GetWidth()](../shape/getwidth/) | Represents the width of shape, in unit of pixels. | +| [GetWidthCM()](../shape/getwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [GetWidthInch()](../shape/getwidthinch/) | Represents the width of the shape, in unit of inch. | +| [GetWidthInShape()](../shape/getwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [GetWidthPt()](../shape/getwidthpt/) | Represents the width of the shape, in unit of point. | +| [GetWidthScale()](../shape/getwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [GetWorksheet()](../shape/getworksheet/) | Gets the [Worksheet](../../aspose.cells/worksheet/) object which contains this shape. | +| [GetX()](../shape/getx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [GetY()](../shape/gety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [GetZOrderPosition()](../shape/getzorderposition/) | Returns the position of a shape in the z-order. | +| [IsAspectRatioLocked()](../shape/isaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [IsDecorative()](../shape/isdecorative/) | Indicates whether the object is decorative. | +| [IsEquation()](../shape/isequation/) | Indicates whether the shape only contains an equation. | +| [IsFilled()](../shape/isfilled/) | Indicates whether the fill format is visible. | +| [IsFlippedHorizontally()](../shape/isflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [IsFlippedVertically()](../shape/isflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [IsGroup()](../shape/isgroup/) | Indicates whether this shape is a group shape. | +| [IsHidden()](../shape/ishidden/) | Indicates whether the object is visible. | +| [IsInGroup()](../shape/isingroup/) | Indicates whether the shape is grouped. | +| [IsLockAspectRatio()](../shape/islockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [IsLocked()](../shape/islocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsPrintable()](../shape/isprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [IsRichText()](../shape/isrichtext/) | Whether or not the text is rich text. | +| [IsSameSetting(const Aspose::Cells::Object\& obj)](../shape/issamesetting/) | Returns whether the shape is same. | +| [IsSmartArt()](../shape/issmartart/) | Indicates whether the shape is a smart art. | +| [IsTextWrapped()](../shape/istextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [IsWordArt()](../shape/iswordart/) | Indicates whether this shape is a word art. | +| [LineShape(LineShape_Impl* impl)](./lineshape/) | Constructs from an implementation object. | +| [LineShape(const LineShape\& src)](./lineshape/) | Copy constructor. | +| [LineShape(const Shape\& src)](./lineshape/) | Constructs from a parent object. | +| [MoveToRange(int32_t topRow, int32_t leftColumn, int32_t bottomRow, int32_t rightColumn)](../shape/movetorange/) | Moves the shape to a specified range. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const LineShape\& src)](./operator_asm/) | operator= | +| [operator=(const Shape\& src)](../shape/operator_asm/) | operator= | +| [RemoveActiveXControl()](../shape/removeactivexcontrol/) | Remove activeX control. | +| [RemoveHyperlink()](../shape/removehyperlink/) | Removes the hyperlink of the shape. | +| [SetAlternativeText(const U16String\& value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAlternativeText(const char16_t* value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAnchorType(ShapeAnchorType value)](../shape/setanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [SetAutoShapeType(AutoShapeType value)](../shape/setautoshapetype/) | Gets and sets the auto shape type. | +| [SetBottom(int32_t value)](../shape/setbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [SetCreateId(const UUID\& value)](../shape/setcreateid/) | Gets and sets create id for this shape. | +| [SetFont(const Aspose::Cells::Font\& value)](../shape/setfont/) | Represents the font of shape. | +| [SetHasLine(bool value)](../shape/sethasline/) | Gets and sets the line border of the shape is visible. | +| [SetHeight(int32_t value)](../shape/setheight/) | Represents the height of shape, in unit of pixel. | +| [SetHeightCM(double value)](../shape/setheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [SetHeightInch(double value)](../shape/setheightinch/) | Represents the height of the shape, in unit of inches. | +| [SetHeightInShape(int32_t value)](../shape/setheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [SetHeightPt(double value)](../shape/setheightpt/) | Represents the height of the shape, in unit of points. | +| [SetHeightScale(int32_t value)](../shape/setheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [SetHtmlText(const U16String\& value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetHtmlText(const char16_t* value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetInputRange(const U16String\& value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const char16_t* value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetInputRange(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetIsAspectRatioLocked(bool value)](../shape/setisaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [SetIsDecorative(bool value)](../shape/setisdecorative/) | Indicates whether the object is decorative. | +| [SetIsFilled(bool value)](../shape/setisfilled/) | Indicates whether the fill format is visible. | +| [SetIsFlippedHorizontally(bool value)](../shape/setisflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [SetIsFlippedVertically(bool value)](../shape/setisflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [SetIsHidden(bool value)](../shape/setishidden/) | Indicates whether the object is visible. | +| [SetIsLockAspectRatio(bool value)](../shape/setislockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [SetIsLocked(bool value)](../shape/setislocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [SetIsPrintable(bool value)](../shape/setisprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [SetIsTextWrapped(bool value)](../shape/setistextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [SetLeft(int32_t value)](../shape/setleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [SetLeftCM(double value)](../shape/setleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [SetLeftInch(double value)](../shape/setleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [SetLeftInShape(int32_t value)](../shape/setleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [SetLeftToCorner(int32_t value)](../shape/setlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [SetLinkedCell(const U16String\& value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const char16_t* value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLinkedCell(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLockedProperty(ShapeLockType type, bool value)](../shape/setlockedproperty/) | Set the locked property. | +| [SetLowerDeltaX(int32_t value)](../shape/setlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [SetLowerDeltaY(int32_t value)](../shape/setlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [SetLowerRightColumn(int32_t value)](../shape/setlowerrightcolumn/) | Represents lower right corner column index. | +| [SetLowerRightRow(int32_t value)](../shape/setlowerrightrow/) | Represents lower right corner row index. | +| [SetMacroName(const U16String\& value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetMacroName(const char16_t* value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetName(const U16String\& value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetName(const char16_t* value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetPlacement(PlacementType value)](../shape/setplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [SetRelativeToOriginalPictureSize(bool value)](../shape/setrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [SetRight(int32_t value)](../shape/setright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [SetRotationAngle(double value)](../shape/setrotationangle/) | Gets and sets the rotation of the shape. | +| [SetSoftEdges(double value)](../shape/setsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [SetText(const U16String\& value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetText(const char16_t* value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetTextDirection(TextDirectionType value)](../shape/settextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [SetTextHorizontalAlignment(TextAlignmentType value)](../shape/settexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [SetTextHorizontalOverflow(TextOverflowType value)](../shape/settexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [SetTextOptions(const TextOptions\& value)](../shape/settextoptions/) | Represents the text options of the shape. | +| [SetTextOrientationType(TextOrientationType value)](../shape/settextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [SetTextShapeType(AutoShapeType value)](../shape/settextshapetype/) | Gets and sets the preset text shape type. | +| [SetTextVerticalAlignment(TextAlignmentType value)](../shape/settextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [SetTextVerticalOverflow(TextOverflowType value)](../shape/settextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [SetTitle(const U16String\& value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTitle(const char16_t* value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTop(int32_t value)](../shape/settop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [SetTopCM(double value)](../shape/settopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [SetTopInch(double value)](../shape/settopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [SetTopInShape(int32_t value)](../shape/settopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [SetTopToCorner(int32_t value)](../shape/settoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [SetUpperDeltaX(int32_t value)](../shape/setupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [SetUpperDeltaY(int32_t value)](../shape/setupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [SetUpperLeftColumn(int32_t value)](../shape/setupperleftcolumn/) | Represents upper left corner column index. | +| [SetUpperLeftRow(int32_t value)](../shape/setupperleftrow/) | Represents the top row index. | +| [SetWidth(int32_t value)](../shape/setwidth/) | Represents the width of shape, in unit of pixels. | +| [SetWidthCM(double value)](../shape/setwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [SetWidthInch(double value)](../shape/setwidthinch/) | Represents the width of the shape, in unit of inch. | +| [SetWidthInShape(int32_t value)](../shape/setwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [SetWidthPt(double value)](../shape/setwidthpt/) | Represents the width of the shape, in unit of point. | +| [SetWidthScale(int32_t value)](../shape/setwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [SetX(int32_t value)](../shape/setx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [SetY(int32_t value)](../shape/sety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [SetZOrderPosition(int32_t value)](../shape/setzorderposition/) | Returns the position of a shape in the z-order. | +| [Shape(Shape_Impl* impl)](../shape/shape/) | Constructs from an implementation object. | +| [Shape(const Shape\& src)](../shape/shape/) | Copy constructor. | +| [ToFrontOrBack(int32_t orders)](../shape/tofrontorback/) | Brings the shape to the front or sends the shape to back. | +| [ToImage(Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. | +| [ToImage(const U16String\& imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const char16_t* imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a stream. | +| [UpdateSelectedValue()](../shape/updateselectedvalue/) | Update the selected value by the value of the linked cell. | +| [~LineShape()](./~lineshape/) | Destructor. | +| [~Shape()](../shape/~shape/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciar un nuevo Workbook. +Workbook workbook; + +//Obtener la primera hoja de cálculo del libro. +Worksheet worksheet = workbook.GetWorksheets().Get(0); + +//Añade una nueva línea a la hoja de cálculo. +LineShape line1 = worksheet.GetShapes().AddLine(5, 0, 1, 0, 0, 250); + +//Establece el estilo de guión de la línea +line1.GetLine().SetDashStyle(MsoLineDashStyle::Solid); + +//Establece la ubicación. +line1.SetPlacement(PlacementType::FreeFloating); + +//Añade otra línea a la hoja de cálculo. +LineShape line2 = worksheet.GetShapes().AddLine(7, 0, 1, 0, 85, 250); + +//Establece el estilo de guión de la línea. +line2.GetLine().SetDashStyle(MsoLineDashStyle::DashLongDash); + +//Establece el grosor de la línea. +line2.GetLine().SetWeight(4); + +//Establece la ubicación. +line2.SetPlacement(PlacementType::FreeFloating); + +//Agregar la tercera línea a la hoja de cálculo. +LineShape line3 = worksheet.GetShapes().AddLine(13, 0, 1, 0, 0, 250); + +//Establece el estilo de guión de la línea +line3.GetLine().SetDashStyle(MsoLineDashStyle::Solid); + +//Establece la ubicación. +line3.SetPlacement(PlacementType::FreeFloating); + +//Hacer invisibles las líneas de cuadrícula en la primera hoja de cálculo. +workbook.GetWorksheets().Get(0).SetIsGridlinesVisible(false); + +//Guarde el archivo de Excel. +workbook.Save(u"tstlines.xls"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Shape](../shape/) +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/lineshape/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/lineshape/isnull/_index.md new file mode 100644 index 00000000000..288898dd993 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/lineshape/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::LineShape::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::LineShape::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/lineshape/isnull/ +--- +## LineShape::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::LineShape::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LineShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/lineshape/lineshape/_index.md b/spanish/cpp/aspose.cells.drawing/lineshape/lineshape/_index.md new file mode 100644 index 00000000000..5e8509161f0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/lineshape/lineshape/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::LineShape::LineShape constructor +linktitle: LineShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::LineShape::LineShape constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/lineshape/lineshape/ +--- +## LineShape::LineShape(LineShape_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::LineShape::LineShape(LineShape_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LineShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## LineShape::LineShape(const LineShape\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::LineShape::LineShape(const LineShape &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LineShape](../) +* Class [LineShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## LineShape::LineShape(const Shape\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::LineShape::LineShape(const Shape &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../../shape/) +* Class [LineShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/lineshape/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/lineshape/operator_asm/_index.md new file mode 100644 index 00000000000..63a9ec2821f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/lineshape/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::LineShape::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::LineShape::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/lineshape/operator_asm/ +--- +## LineShape::operator= method + + +operator= + +```cpp +LineShape & Aspose::Cells::Drawing::LineShape::operator=(const LineShape &src) +``` + +## See Also + +* Class [LineShape](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [LineShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/lineshape/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/lineshape/operator_bool/_index.md new file mode 100644 index 00000000000..0b735924004 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/lineshape/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::LineShape::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::LineShape::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/lineshape/operator_bool/ +--- +## LineShape::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::LineShape::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [LineShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/lineshape/~lineshape/_index.md b/spanish/cpp/aspose.cells.drawing/lineshape/~lineshape/_index.md new file mode 100644 index 00000000000..15ea5e14cb4 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/lineshape/~lineshape/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::LineShape::~LineShape method +linktitle: ~LineShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::LineShape::~LineShape method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/lineshape/~lineshape/ +--- +## LineShape::~LineShape method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::LineShape::~LineShape() +``` + +## See Also + +* Class [LineShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/linetype/_index.md b/spanish/cpp/aspose.cells.drawing/linetype/_index.md new file mode 100644 index 00000000000..acec9bd756b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/linetype/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::LineType enum +linktitle: LineType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::LineType enum. Enumerates the type of Picture border or Chart line in C++.' +type: docs +weight: 9500 +url: /es/cpp/aspose.cells.drawing/linetype/ +--- +## LineType enum + + +Enumerates the type of [Picture](../picture/) border or Chart line. + +```cpp +enum class LineType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| DarkGray | 6 |
Represents a dark gray line. | +| Dash | 1 |
Represent a dash line. | +| DashDot | 3 |
Represents a dash-dot line. | +| DashDotDot | 4 |
Represents a dash-dot-dot line. | +| Dot | 2 |
Represents a dotted line. | +| LightGray | 8 |
Represents a light gray line. | +| MediumGray | 7 |
Represents a medium gray line. | +| Solid | 0 |
Represent a solid line. | + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/listbox/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/listbox/_impl/_index.md new file mode 100644 index 00000000000..778c7185311 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/listbox/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ListBox::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ListBox::_impl field. The implementation object in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.drawing/listbox/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ListBox_Impl* Aspose::Cells::Drawing::ListBox::_impl +``` + +## See Also + +* Class [ListBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/listbox/_index.md b/spanish/cpp/aspose.cells.drawing/listbox/_index.md new file mode 100644 index 00000000000..1bec2b4afe6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/listbox/_index.md @@ -0,0 +1,317 @@ +--- +title: Aspose::Cells::Drawing::ListBox class +linktitle: ListBox +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ListBox class. Represents a list box object in C++.' +type: docs +weight: 3100 +url: /es/cpp/aspose.cells.drawing/listbox/ +--- +## ListBox class + + +Represents a list box object. + +```cpp +class ListBox : public Aspose::Cells::Drawing::Shape +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddHyperlink(const U16String\& address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AddHyperlink(const char16_t* address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AlignTopRightCorner(int32_t topRow, int32_t rightColumn)](../shape/aligntoprightcorner/) | Moves the picture to the top-right corner. | +| [CalculateTextSize()](../shape/calculatetextsize/) | Recalculate the text area. | +| [Characters(int32_t startIndex, int32_t length)](../shape/characters/) | Returns a Characters object that represents a range of characters within the text. | +| [FitToTextSize()](../shape/fittotextsize/) | Recalculate a text area suitable for displaying all text content. | +| [FormatCharacters(int32_t startIndex, int32_t length, const Aspose::Cells::Font\& font, const StyleFlag\& flag)](../shape/formatcharacters/) | Formats some characters with the font setting. | +| [GetActiveXControl()](../shape/getactivexcontrol/) | Gets the ActiveX control. | +| [GetActualBox()](../shape/getactualbox/) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [GetActualLowerRightRow()](../shape/getactuallowerrightrow/) | Get the actual bottom row. | +| [GetAlternativeText()](../shape/getalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [GetAnchorType()](../shape/getanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [GetAutoShapeType()](../shape/getautoshapetype/) | Gets and sets the auto shape type. | +| [GetBottom()](../shape/getbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [GetConnectionPoints()](../shape/getconnectionpoints/) | Get the connection points. | +| [GetControlData()](../shape/getcontroldata/) | Gets the data of control. | +| [GetCreateId(UUID\& uuid)](../shape/getcreateid/) | Gets and sets create id for this shape. | +| [GetFill()](../shape/getfill/) | Returns a [FillFormat](../fillformat/) object that contains fill formatting properties for the specified shape. | +| [GetFont()](../shape/getfont/) | Represents the font of shape. | +| [GetFormatPicture()](../shape/getformatpicture/) | Gets and sets the options of the picture format. | +| [GetGeometry()](../shape/getgeometry/) | Gets the geometry. | +| [GetGlow()](../shape/getglow/) | Represents a [GlowEffect](../gloweffect/) object that specifies glow effect for the chart element or shape. | +| [GetGroup()](../shape/getgroup/) | Gets the group shape which contains this shape. | +| [GetHasLine()](../shape/gethasline/) | Gets and sets the line border of the shape is visible. | +| [GetHeight()](../shape/getheight/) | Represents the height of shape, in unit of pixel. | +| [GetHeightCM()](../shape/getheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [GetHeightInch()](../shape/getheightinch/) | Represents the height of the shape, in unit of inches. | +| [GetHeightInShape()](../shape/getheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [GetHeightPt()](../shape/getheightpt/) | Represents the height of the shape, in unit of points. | +| [GetHeightScale()](../shape/getheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [GetHtmlText()](../shape/gethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [GetHyperlink()](../shape/gethyperlink/) | Gets the hyperlink of the shape. | +| [GetId()](../shape/getid/) | Gets the identifier of this shape. | +| [GetInputRange()](../shape/getinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [GetInputRange(bool isR1C1, bool isLocal)](../shape/getinputrange/) | Gets the range used to fill the control. | +| [GetItemCount()](./getitemcount/) | Gets the number of items in the list box. | +| [GetLeft()](../shape/getleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [GetLeftCM()](../shape/getleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [GetLeftInch()](../shape/getleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [GetLeftInShape()](../shape/getleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [GetLeftToCorner()](../shape/getlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [GetLine()](../shape/getline/) | Gets line style. | +| [GetLinkedCell()](../shape/getlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [GetLinkedCell(bool isR1C1, bool isLocal)](../shape/getlinkedcell/) | Gets the range linked to the control's value. | +| [GetLockedProperty(ShapeLockType type)](../shape/getlockedproperty/) | Gets the value of locked property. | +| [GetLowerDeltaX()](../shape/getlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [GetLowerDeltaY()](../shape/getlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [GetLowerRightColumn()](../shape/getlowerrightcolumn/) | Represents lower right corner column index. | +| [GetLowerRightRow()](../shape/getlowerrightrow/) | Represents lower right corner row index. | +| [GetMacroName()](../shape/getmacroname/) | Gets and sets the name of macro. | +| [GetMsoDrawingType()](../shape/getmsodrawingtype/) | Gets drawing type. | +| [GetName()](../shape/getname/) | Gets and sets the name of the shape. | +| [GetPageChange()](./getpagechange/) | Specifies the amount by which the control's value is changed when the user clicks on the scrollbar's page up or page down region. | +| [GetPaths()](../shape/getpaths/) | Gets the paths of a custom geometric shape. | +| [GetPlacement()](../shape/getplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [GetReflection()](../shape/getreflection/) | Represents a [ReflectionEffect](../reflectioneffect/) object that specifies reflection effect for the chart element or shape. | +| [GetRelativeToOriginalPictureSize()](../shape/getrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [GetResultOfSmartArt()](../shape/getresultofsmartart/) | Converting smart art to grouped shapes. | +| [GetRichFormattings()](../shape/getrichformattings/) | Returns all Characters objects that represents a range of characters within the text . | +| [GetRight()](../shape/getright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [GetRotationAngle()](../shape/getrotationangle/) | Gets and sets the rotation of the shape. | +| [GetSelectedCells()](./getselectedcells/) | Gets the selected cells. Returns null if the input range is not set or no item is selected. | +| [GetSelectedIndex()](./getselectedindex/) | Gets or sets the index number of the currently selected item in a list box or combo box. Zero-based. | +| [GetSelectionType()](./getselectiontype/) | Gets or sets the selection mode of the specified list box. | +| [GetShadow()](./getshadow/) | Indicates whether the combobox has 3-D shading. | +| [GetShadowEffect()](../shape/getshadoweffect/) | Represents a [Drawing.ShadowEffect](../shadoweffect/) object that specifies shadow effect for the chart element or shape. | +| [GetSoftEdges()](../shape/getsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [GetSpid()](../shape/getspid/) | Specifies an optional string identifier that an application can use to identify the particular shape. | +| [GetSpt()](../shape/getspt/) | Specifies an optional number that an application can use to associate the particular shape with a defined shape type. | +| [GetText()](../shape/gettext/) | Gets and sets the text of this shape. | +| [GetTextBody()](../shape/gettextbody/) | Gets and sets the setting of the shape's text. | +| [GetTextBoxOptions()](../shape/gettextboxoptions/) | Gets the text information in the shape. | +| [GetTextDirection()](../shape/gettextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [GetTextEffect()](../shape/gettexteffect/) | Returns a [TextEffectFormat](../texteffectformat/) object that contains text-effect formatting properties for the specified shape. Applies to [Shape](../shape/) objects that represent WordArt. | +| [GetTextHorizontalAlignment()](../shape/gettexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [GetTextHorizontalOverflow()](../shape/gettexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [GetTextOptions()](../shape/gettextoptions/) | Represents the text options of the shape. | +| [GetTextOrientationType()](../shape/gettextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [GetTextShapeType()](../shape/gettextshapetype/) | Gets and sets the preset text shape type. | +| [GetTextVerticalAlignment()](../shape/gettextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [GetTextVerticalOverflow()](../shape/gettextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [GetThreeDFormat()](../shape/getthreedformat/) | Gets and sets 3d format of the shape. | +| [GetTitle()](../shape/gettitle/) | Specifies the title (caption) of the current shape object. | +| [GetTop()](../shape/gettop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [GetTopCM()](../shape/gettopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [GetTopInch()](../shape/gettopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [GetTopInShape()](../shape/gettopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [GetTopToCorner()](../shape/gettoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [GetType()](../shape/gettype/) | Gets the auto shape type. | +| [GetUpperDeltaX()](../shape/getupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [GetUpperDeltaY()](../shape/getupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [GetUpperLeftColumn()](../shape/getupperleftcolumn/) | Represents upper left corner column index. | +| [GetUpperLeftRow()](../shape/getupperleftrow/) | Represents the top row index. | +| [GetWidth()](../shape/getwidth/) | Represents the width of shape, in unit of pixels. | +| [GetWidthCM()](../shape/getwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [GetWidthInch()](../shape/getwidthinch/) | Represents the width of the shape, in unit of inch. | +| [GetWidthInShape()](../shape/getwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [GetWidthPt()](../shape/getwidthpt/) | Represents the width of the shape, in unit of point. | +| [GetWidthScale()](../shape/getwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [GetWorksheet()](../shape/getworksheet/) | Gets the [Worksheet](../../aspose.cells/worksheet/) object which contains this shape. | +| [GetX()](../shape/getx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [GetY()](../shape/gety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [GetZOrderPosition()](../shape/getzorderposition/) | Returns the position of a shape in the z-order. | +| [IsAspectRatioLocked()](../shape/isaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [IsDecorative()](../shape/isdecorative/) | Indicates whether the object is decorative. | +| [IsEquation()](../shape/isequation/) | Indicates whether the shape only contains an equation. | +| [IsFilled()](../shape/isfilled/) | Indicates whether the fill format is visible. | +| [IsFlippedHorizontally()](../shape/isflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [IsFlippedVertically()](../shape/isflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [IsGroup()](../shape/isgroup/) | Indicates whether this shape is a group shape. | +| [IsHidden()](../shape/ishidden/) | Indicates whether the object is visible. | +| [IsInGroup()](../shape/isingroup/) | Indicates whether the shape is grouped. | +| [IsLockAspectRatio()](../shape/islockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [IsLocked()](../shape/islocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsPrintable()](../shape/isprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [IsRichText()](../shape/isrichtext/) | Whether or not the text is rich text. | +| [IsSameSetting(const Aspose::Cells::Object\& obj)](../shape/issamesetting/) | Returns whether the shape is same. | +| [IsSelected(int32_t itemIndex)](./isselected/) | Indicates whether the item is selected. | +| [IsSmartArt()](../shape/issmartart/) | Indicates whether the shape is a smart art. | +| [IsTextWrapped()](../shape/istextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [IsWordArt()](../shape/iswordart/) | Indicates whether this shape is a word art. | +| [ListBox(ListBox_Impl* impl)](./listbox/) | Constructs from an implementation object. | +| [ListBox(const ListBox\& src)](./listbox/) | Copy constructor. | +| [ListBox(const Shape\& src)](./listbox/) | Constructs from a parent object. | +| [MoveToRange(int32_t topRow, int32_t leftColumn, int32_t bottomRow, int32_t rightColumn)](../shape/movetorange/) | Moves the shape to a specified range. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ListBox\& src)](./operator_asm/) | operator= | +| [operator=(const Shape\& src)](../shape/operator_asm/) | operator= | +| [RemoveActiveXControl()](../shape/removeactivexcontrol/) | Remove activeX control. | +| [RemoveHyperlink()](../shape/removehyperlink/) | Removes the hyperlink of the shape. | +| [SelectedItem(int32_t itemIndex, bool isSelected)](./selecteditem/) | Sets whether the item is selected. | +| [SetAlternativeText(const U16String\& value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAlternativeText(const char16_t* value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAnchorType(ShapeAnchorType value)](../shape/setanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [SetAutoShapeType(AutoShapeType value)](../shape/setautoshapetype/) | Gets and sets the auto shape type. | +| [SetBottom(int32_t value)](../shape/setbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [SetCreateId(const UUID\& value)](../shape/setcreateid/) | Gets and sets create id for this shape. | +| [SetFont(const Aspose::Cells::Font\& value)](../shape/setfont/) | Represents the font of shape. | +| [SetHasLine(bool value)](../shape/sethasline/) | Gets and sets the line border of the shape is visible. | +| [SetHeight(int32_t value)](../shape/setheight/) | Represents the height of shape, in unit of pixel. | +| [SetHeightCM(double value)](../shape/setheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [SetHeightInch(double value)](../shape/setheightinch/) | Represents the height of the shape, in unit of inches. | +| [SetHeightInShape(int32_t value)](../shape/setheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [SetHeightPt(double value)](../shape/setheightpt/) | Represents the height of the shape, in unit of points. | +| [SetHeightScale(int32_t value)](../shape/setheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [SetHtmlText(const U16String\& value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetHtmlText(const char16_t* value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetInputRange(const U16String\& value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const char16_t* value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetInputRange(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetIsAspectRatioLocked(bool value)](../shape/setisaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [SetIsDecorative(bool value)](../shape/setisdecorative/) | Indicates whether the object is decorative. | +| [SetIsFilled(bool value)](../shape/setisfilled/) | Indicates whether the fill format is visible. | +| [SetIsFlippedHorizontally(bool value)](../shape/setisflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [SetIsFlippedVertically(bool value)](../shape/setisflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [SetIsHidden(bool value)](../shape/setishidden/) | Indicates whether the object is visible. | +| [SetIsLockAspectRatio(bool value)](../shape/setislockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [SetIsLocked(bool value)](../shape/setislocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [SetIsPrintable(bool value)](../shape/setisprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [SetIsTextWrapped(bool value)](../shape/setistextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [SetLeft(int32_t value)](../shape/setleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [SetLeftCM(double value)](../shape/setleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [SetLeftInch(double value)](../shape/setleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [SetLeftInShape(int32_t value)](../shape/setleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [SetLeftToCorner(int32_t value)](../shape/setlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [SetLinkedCell(const U16String\& value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const char16_t* value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLinkedCell(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLockedProperty(ShapeLockType type, bool value)](../shape/setlockedproperty/) | Set the locked property. | +| [SetLowerDeltaX(int32_t value)](../shape/setlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [SetLowerDeltaY(int32_t value)](../shape/setlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [SetLowerRightColumn(int32_t value)](../shape/setlowerrightcolumn/) | Represents lower right corner column index. | +| [SetLowerRightRow(int32_t value)](../shape/setlowerrightrow/) | Represents lower right corner row index. | +| [SetMacroName(const U16String\& value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetMacroName(const char16_t* value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetName(const U16String\& value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetName(const char16_t* value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetPageChange(int32_t value)](./setpagechange/) | Specifies the amount by which the control's value is changed when the user clicks on the scrollbar's page up or page down region. | +| [SetPlacement(PlacementType value)](../shape/setplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [SetRelativeToOriginalPictureSize(bool value)](../shape/setrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [SetRight(int32_t value)](../shape/setright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [SetRotationAngle(double value)](../shape/setrotationangle/) | Gets and sets the rotation of the shape. | +| [SetSelectedIndex(int32_t value)](./setselectedindex/) | Gets or sets the index number of the currently selected item in a list box or combo box. Zero-based. | +| [SetSelectionType(SelectionType value)](./setselectiontype/) | Gets or sets the selection mode of the specified list box. | +| [SetShadow(bool value)](./setshadow/) | Indicates whether the combobox has 3-D shading. | +| [SetSoftEdges(double value)](../shape/setsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [SetText(const U16String\& value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetText(const char16_t* value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetTextDirection(TextDirectionType value)](../shape/settextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [SetTextHorizontalAlignment(TextAlignmentType value)](../shape/settexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [SetTextHorizontalOverflow(TextOverflowType value)](../shape/settexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [SetTextOptions(const TextOptions\& value)](../shape/settextoptions/) | Represents the text options of the shape. | +| [SetTextOrientationType(TextOrientationType value)](../shape/settextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [SetTextShapeType(AutoShapeType value)](../shape/settextshapetype/) | Gets and sets the preset text shape type. | +| [SetTextVerticalAlignment(TextAlignmentType value)](../shape/settextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [SetTextVerticalOverflow(TextOverflowType value)](../shape/settextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [SetTitle(const U16String\& value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTitle(const char16_t* value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTop(int32_t value)](../shape/settop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [SetTopCM(double value)](../shape/settopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [SetTopInch(double value)](../shape/settopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [SetTopInShape(int32_t value)](../shape/settopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [SetTopToCorner(int32_t value)](../shape/settoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [SetUpperDeltaX(int32_t value)](../shape/setupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [SetUpperDeltaY(int32_t value)](../shape/setupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [SetUpperLeftColumn(int32_t value)](../shape/setupperleftcolumn/) | Represents upper left corner column index. | +| [SetUpperLeftRow(int32_t value)](../shape/setupperleftrow/) | Represents the top row index. | +| [SetWidth(int32_t value)](../shape/setwidth/) | Represents the width of shape, in unit of pixels. | +| [SetWidthCM(double value)](../shape/setwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [SetWidthInch(double value)](../shape/setwidthinch/) | Represents the width of the shape, in unit of inch. | +| [SetWidthInShape(int32_t value)](../shape/setwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [SetWidthPt(double value)](../shape/setwidthpt/) | Represents the width of the shape, in unit of point. | +| [SetWidthScale(int32_t value)](../shape/setwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [SetX(int32_t value)](../shape/setx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [SetY(int32_t value)](../shape/sety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [SetZOrderPosition(int32_t value)](../shape/setzorderposition/) | Returns the position of a shape in the z-order. | +| [Shape(Shape_Impl* impl)](../shape/shape/) | Constructs from an implementation object. | +| [Shape(const Shape\& src)](../shape/shape/) | Copy constructor. | +| [ToFrontOrBack(int32_t orders)](../shape/tofrontorback/) | Brings the shape to the front or sends the shape to back. | +| [ToImage(Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. | +| [ToImage(const U16String\& imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const char16_t* imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a stream. | +| [UpdateSelectedValue()](../shape/updateselectedvalue/) | Update the selected value by the value of the linked cell. | +| [~ListBox()](./~listbox/) | Destructor. | +| [~Shape()](../shape/~shape/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Crear un nuevo Libro de trabajo. +Workbook workbook; + +//Obtener la primera hoja de cálculo. +Worksheet sheet = workbook.GetWorksheets().Get(0); + +//Obtener la colección de celdas de la hoja de cálculo. +Cells cells = sheet.GetCells(); + +//Introducir un valor. +cells.Get(u"B3").PutValue(u"Choose Dept:"); + +//Establecerlo en negrita. +Style style = cells.Get(u"B3").GetStyle(); +style.GetFont().SetIsBold(true); +cells.Get(u"B3").SetStyle(style); + +//Introducir algunos valores que indiquen el rango de entrada +//para el cuadro de lista. +cells.Get(u"A2").PutValue(u"Sales"); +cells.Get(u"A3").PutValue(u"Finance"); +cells.Get(u"A4").PutValue(u"MIS"); +cells.Get(u"A5").PutValue(u"R&D"); +cells.Get(u"A6").PutValue(u"Marketing"); +cells.Get(u"A7").PutValue(u"HRA"); + +//Agregar un nuevo cuadro de lista. +ListBox listBox = sheet.GetShapes().AddListBox(2, 0, 3, 0, 122, 100); + +//Establecer el tipo de ubicación. +listBox.SetPlacement(PlacementType::FreeFloating); + +//Establecer la celda vinculada. +listBox.SetLinkedCell(u"A1"); + +//Establecer el rango de entrada. +listBox.SetInputRange(u"A2:A7"); + +//Establecer el estilo de selección. +listBox.SetSelectionType(SelectionType::Single); + +//Configurar el cuadro de lista con sombreado 3-D. +listBox.SetShadow(true); + +//Guarda el archivo. +workbook.Save(u"tstlistbox.xls"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Shape](../shape/) +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/listbox/getitemcount/_index.md b/spanish/cpp/aspose.cells.drawing/listbox/getitemcount/_index.md new file mode 100644 index 00000000000..aff4588d3ed --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/listbox/getitemcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ListBox::GetItemCount method +linktitle: GetItemCount +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ListBox::GetItemCount method. Gets the number of items in the list box in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/listbox/getitemcount/ +--- +## ListBox::GetItemCount method + + +Gets the number of items in the list box. + +```cpp +int32_t Aspose::Cells::Drawing::ListBox::GetItemCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/listbox/getpagechange/_index.md b/spanish/cpp/aspose.cells.drawing/listbox/getpagechange/_index.md new file mode 100644 index 00000000000..d7922cfa4fd --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/listbox/getpagechange/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ListBox::GetPageChange method +linktitle: GetPageChange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ListBox::GetPageChange method. Specifies the amount by which the control''s value is changed when the user clicks on the scrollbar''s page up or page down region in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing/listbox/getpagechange/ +--- +## ListBox::GetPageChange method + + +Specifies the amount by which the control's value is changed when the user clicks on the scrollbar's page up or page down region. + +```cpp +int32_t Aspose::Cells::Drawing::ListBox::GetPageChange() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/listbox/getselectedcells/_index.md b/spanish/cpp/aspose.cells.drawing/listbox/getselectedcells/_index.md new file mode 100644 index 00000000000..4687d7a4768 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/listbox/getselectedcells/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ListBox::GetSelectedCells method +linktitle: GetSelectedCells +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ListBox::GetSelectedCells method. Gets the selected cells. Returns null if the input range is not set or no item is selected in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing/listbox/getselectedcells/ +--- +## ListBox::GetSelectedCells method + + +Gets the selected cells. Returns null if the input range is not set or no item is selected. + +```cpp +Vector Aspose::Cells::Drawing::ListBox::GetSelectedCells() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Cell](../../../aspose.cells/cell/) +* Class [ListBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/listbox/getselectedindex/_index.md b/spanish/cpp/aspose.cells.drawing/listbox/getselectedindex/_index.md new file mode 100644 index 00000000000..eb7ff54e2c8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/listbox/getselectedindex/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ListBox::GetSelectedIndex method +linktitle: GetSelectedIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ListBox::GetSelectedIndex method. Gets or sets the index number of the currently selected item in a list box or combo box. Zero-based in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/listbox/getselectedindex/ +--- +## ListBox::GetSelectedIndex method + + +Gets or sets the index number of the currently selected item in a list box or combo box. Zero-based. + +```cpp +int32_t Aspose::Cells::Drawing::ListBox::GetSelectedIndex() +``` + +## Remarks + + +-1 presents no item is selected. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/listbox/getselectiontype/_index.md b/spanish/cpp/aspose.cells.drawing/listbox/getselectiontype/_index.md new file mode 100644 index 00000000000..4042e494884 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/listbox/getselectiontype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ListBox::GetSelectionType method +linktitle: GetSelectionType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ListBox::GetSelectionType method. Gets or sets the selection mode of the specified list box in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing/listbox/getselectiontype/ +--- +## ListBox::GetSelectionType method + + +Gets or sets the selection mode of the specified list box. + +```cpp +SelectionType Aspose::Cells::Drawing::ListBox::GetSelectionType() +``` + +## See Also + +* Enum [SelectionType](../../selectiontype/) +* Class [ListBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/listbox/getshadow/_index.md b/spanish/cpp/aspose.cells.drawing/listbox/getshadow/_index.md new file mode 100644 index 00000000000..c99cdf60413 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/listbox/getshadow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ListBox::GetShadow method +linktitle: GetShadow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ListBox::GetShadow method. Indicates whether the combobox has 3-D shading in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing/listbox/getshadow/ +--- +## ListBox::GetShadow method + + +Indicates whether the combobox has 3-D shading. + +```cpp +bool Aspose::Cells::Drawing::ListBox::GetShadow() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/listbox/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/listbox/isnull/_index.md new file mode 100644 index 00000000000..2e368ce784d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/listbox/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::ListBox::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ListBox::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/listbox/isnull/ +--- +## ListBox::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::ListBox::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/listbox/isselected/_index.md b/spanish/cpp/aspose.cells.drawing/listbox/isselected/_index.md new file mode 100644 index 00000000000..f5ff321b8eb --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/listbox/isselected/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::ListBox::IsSelected method +linktitle: IsSelected +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ListBox::IsSelected method. Indicates whether the item is selected in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing/listbox/isselected/ +--- +## ListBox::IsSelected method + + +Indicates whether the item is selected. + +```cpp +bool Aspose::Cells::Drawing::ListBox::IsSelected(int32_t itemIndex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| itemIndex | int32_t | The item index. | + +## ReturnValue + +whether the item is selected. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/listbox/listbox/_index.md b/spanish/cpp/aspose.cells.drawing/listbox/listbox/_index.md new file mode 100644 index 00000000000..126c5971550 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/listbox/listbox/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::ListBox::ListBox constructor +linktitle: ListBox +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ListBox::ListBox constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/listbox/listbox/ +--- +## ListBox::ListBox(ListBox_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::ListBox::ListBox(ListBox_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## ListBox::ListBox(const ListBox\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::ListBox::ListBox(const ListBox &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListBox](../) +* Class [ListBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## ListBox::ListBox(const Shape\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::ListBox::ListBox(const Shape &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../../shape/) +* Class [ListBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/listbox/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/listbox/operator_asm/_index.md new file mode 100644 index 00000000000..60f339d85b9 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/listbox/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ListBox::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ListBox::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/listbox/operator_asm/ +--- +## ListBox::operator= method + + +operator= + +```cpp +ListBox & Aspose::Cells::Drawing::ListBox::operator=(const ListBox &src) +``` + +## See Also + +* Class [ListBox](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/listbox/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/listbox/operator_bool/_index.md new file mode 100644 index 00000000000..b91c1673fa8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/listbox/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ListBox::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ListBox::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/listbox/operator_bool/ +--- +## ListBox::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::ListBox::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ListBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/listbox/selecteditem/_index.md b/spanish/cpp/aspose.cells.drawing/listbox/selecteditem/_index.md new file mode 100644 index 00000000000..bc8829d1b78 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/listbox/selecteditem/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Drawing::ListBox::SelectedItem method +linktitle: SelectedItem +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ListBox::SelectedItem method. Sets whether the item is selected in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing/listbox/selecteditem/ +--- +## ListBox::SelectedItem method + + +Sets whether the item is selected. + +```cpp +void Aspose::Cells::Drawing::ListBox::SelectedItem(int32_t itemIndex, bool isSelected) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| itemIndex | int32_t | The item index | +| isSelected | bool | Whether the item is selected. True means that this item should be selected. False means that this item should be unselected. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/listbox/setpagechange/_index.md b/spanish/cpp/aspose.cells.drawing/listbox/setpagechange/_index.md new file mode 100644 index 00000000000..02070824099 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/listbox/setpagechange/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ListBox::SetPageChange method +linktitle: SetPageChange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ListBox::SetPageChange method. Specifies the amount by which the control''s value is changed when the user clicks on the scrollbar''s page up or page down region in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing/listbox/setpagechange/ +--- +## ListBox::SetPageChange method + + +Specifies the amount by which the control's value is changed when the user clicks on the scrollbar's page up or page down region. + +```cpp +void Aspose::Cells::Drawing::ListBox::SetPageChange(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/listbox/setselectedindex/_index.md b/spanish/cpp/aspose.cells.drawing/listbox/setselectedindex/_index.md new file mode 100644 index 00000000000..3e94059a7b9 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/listbox/setselectedindex/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ListBox::SetSelectedIndex method +linktitle: SetSelectedIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ListBox::SetSelectedIndex method. Gets or sets the index number of the currently selected item in a list box or combo box. Zero-based in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/listbox/setselectedindex/ +--- +## ListBox::SetSelectedIndex method + + +Gets or sets the index number of the currently selected item in a list box or combo box. Zero-based. + +```cpp +void Aspose::Cells::Drawing::ListBox::SetSelectedIndex(int32_t value) +``` + +## Remarks + + +-1 presents no item is selected. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/listbox/setselectiontype/_index.md b/spanish/cpp/aspose.cells.drawing/listbox/setselectiontype/_index.md new file mode 100644 index 00000000000..69b690f713c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/listbox/setselectiontype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ListBox::SetSelectionType method +linktitle: SetSelectionType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ListBox::SetSelectionType method. Gets or sets the selection mode of the specified list box in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing/listbox/setselectiontype/ +--- +## ListBox::SetSelectionType method + + +Gets or sets the selection mode of the specified list box. + +```cpp +void Aspose::Cells::Drawing::ListBox::SetSelectionType(SelectionType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [SelectionType](../../selectiontype/) +* Class [ListBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/listbox/setshadow/_index.md b/spanish/cpp/aspose.cells.drawing/listbox/setshadow/_index.md new file mode 100644 index 00000000000..cd880fb455d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/listbox/setshadow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ListBox::SetShadow method +linktitle: SetShadow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ListBox::SetShadow method. Indicates whether the combobox has 3-D shading in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing/listbox/setshadow/ +--- +## ListBox::SetShadow method + + +Indicates whether the combobox has 3-D shading. + +```cpp +void Aspose::Cells::Drawing::ListBox::SetShadow(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/listbox/~listbox/_index.md b/spanish/cpp/aspose.cells.drawing/listbox/~listbox/_index.md new file mode 100644 index 00000000000..ac7ccc3d6d5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/listbox/~listbox/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ListBox::~ListBox method +linktitle: ~ListBox +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ListBox::~ListBox method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/listbox/~listbox/ +--- +## ListBox::~ListBox method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::ListBox::~ListBox() +``` + +## See Also + +* Class [ListBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/mirrortype/_index.md b/spanish/cpp/aspose.cells.drawing/mirrortype/_index.md new file mode 100644 index 00000000000..f04017e0dda --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/mirrortype/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Cells::Drawing::MirrorType enum +linktitle: MirrorType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MirrorType enum. Represents mirror type of texture fill in C++.' +type: docs +weight: 9600 +url: /es/cpp/aspose.cells.drawing/mirrortype/ +--- +## MirrorType enum + + +Represents mirror type of texture fill. + +```cpp +enum class MirrorType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| None | 0 |
None. | +| Horizonal | 1 |
Horizonal. | +| Vertical | 2 |
Vertical. | +| Both | 3 |
Both. | + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/msoarrowheadlength/_index.md b/spanish/cpp/aspose.cells.drawing/msoarrowheadlength/_index.md new file mode 100644 index 00000000000..4e208d8dfd7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msoarrowheadlength/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Drawing::MsoArrowheadLength enum +linktitle: MsoArrowheadLength +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoArrowheadLength enum. Enumerates the line end width of the shape border line in C++.' +type: docs +weight: 9700 +url: /es/cpp/aspose.cells.drawing/msoarrowheadlength/ +--- +## MsoArrowheadLength enum + + +Enumerates the line end width of the shape border line. + +```cpp +enum class MsoArrowheadLength +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Short | 0 |
Short line end length. | +| Medium | 1 |
Medium line end length. | +| Long | 2 |
Long line end length. | + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/msoarrowheadstyle/_index.md b/spanish/cpp/aspose.cells.drawing/msoarrowheadstyle/_index.md new file mode 100644 index 00000000000..bfadfffe132 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msoarrowheadstyle/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::MsoArrowheadStyle enum +linktitle: MsoArrowheadStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoArrowheadStyle enum. Enumerates the line end type of the shape border line in C++.' +type: docs +weight: 9800 +url: /es/cpp/aspose.cells.drawing/msoarrowheadstyle/ +--- +## MsoArrowheadStyle enum + + +Enumerates the line end type of the shape border line. + +```cpp +enum class MsoArrowheadStyle +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| None | 0 |
No line end type. | +| Arrow | 1 |
Arrow line end type. | +| ArrowStealth | 2 |
Arrow Stealth line end type. | +| ArrowDiamond | 3 |
Arrow Diamond [Line](../line/) end type. | +| ArrowOval | 4 |
Arrow [Oval](../oval/) line end type. | +| ArrowOpen | 5 |
Arrow Open line end type. | + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/msoarrowheadwidth/_index.md b/spanish/cpp/aspose.cells.drawing/msoarrowheadwidth/_index.md new file mode 100644 index 00000000000..e2fe8f5446b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msoarrowheadwidth/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Drawing::MsoArrowheadWidth enum +linktitle: MsoArrowheadWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoArrowheadWidth enum. Enumerates the line end width of the shape border line in C++.' +type: docs +weight: 9900 +url: /es/cpp/aspose.cells.drawing/msoarrowheadwidth/ +--- +## MsoArrowheadWidth enum + + +Enumerates the line end width of the shape border line. + +```cpp +enum class MsoArrowheadWidth +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Narrow | 0 |
Short line end width. | +| Medium | 1 |
Medium line end width. | +| Wide | 2 |
Wide line end width. | + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/msodrawingtype/_index.md b/spanish/cpp/aspose.cells.drawing/msodrawingtype/_index.md new file mode 100644 index 00000000000..18b60b55b9c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msodrawingtype/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::MsoDrawingType enum +linktitle: MsoDrawingType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoDrawingType enum. Represents office drawing objects type in C++.' +type: docs +weight: 10000 +url: /es/cpp/aspose.cells.drawing/msodrawingtype/ +--- +## MsoDrawingType enum + + +Represents office drawing objects type. + +```cpp +enum class MsoDrawingType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Group | 0 |
Group. | +| Line | 1 |
[Line](../line/). | +| Rectangle | 2 |
Rectangle. | +| Oval | 3 |
[Oval](../oval/). | +| Arc | 4 |
Arc. | +| Chart | 5 |
Chart. | +| TextBox | 6 |
[TextBox](../textbox/). | +| Button | 7 |
[Button](../button/). | +| Picture | 8 |
[Picture](../picture/). | +| Polygon | 9 |
Polygon. | +| CheckBox | 11 |
[CheckBox](../checkbox/). | +| RadioButton | 12 |
[RadioButton](../radiobutton/). | +| Label | 14 |
[Label](../label/). | +| Dialog_Box | 15 |
DialogBox. | +| Spinner | 16 |
[Spinner](../spinner/). | +| ScrollBar | 17 |
[ScrollBar](../scrollbar/). | +| ListBox | 18 |
[ListBox](../listbox/). | +| GroupBox | 19 |
[GroupBox](../groupbox/). | +| ComboBox | 20 |
[ComboBox](../combobox/). | +| Comment | 25 |
[Comment](../../aspose.cells/comment/). | +| OleObject | 24 |
[OleObject](../oleobject/). | +| CellsDrawing | 30 |
Only for preserving the drawing object in the template file. | +| Unknown | 29 |
Only for preserving the drawing object in the xlsx file. | +| Slicer | 31 |
Slicer. | +| WebExtension | 32 |
Web extension. | +| SmartArt | 33 |
Smart Art. | +| CustomXml | 34 |
Custom xml shape ,such as Ink. | +| Timeline | 35 |
Timeline. | +| Model3D | 36 |
3D Model | + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/msofillformat/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/msofillformat/_impl/_index.md new file mode 100644 index 00000000000..046bee44e78 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msofillformat/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::MsoFillFormat::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFillFormat::_impl field. The implementation object in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.drawing/msofillformat/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +MsoFillFormat_Impl* Aspose::Cells::Drawing::MsoFillFormat::_impl +``` + +## See Also + +* Class [MsoFillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msofillformat/_index.md b/spanish/cpp/aspose.cells.drawing/msofillformat/_index.md new file mode 100644 index 00000000000..01048b2386b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msofillformat/_index.md @@ -0,0 +1,49 @@ +--- +title: Aspose::Cells::Drawing::MsoFillFormat class +linktitle: MsoFillFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFillFormat class. Represents fill formatting for a shape in C++.' +type: docs +weight: 3200 +url: /es/cpp/aspose.cells.drawing/msofillformat/ +--- +## MsoFillFormat class + + +Represents fill formatting for a shape. + +```cpp +class MsoFillFormat +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetBackColor()](./getbackcolor/) | Gets and sets the file back color. | +| [GetForeColor()](./getforecolor/) | Gets and sets the fill fore color. | +| [GetImageData()](./getimagedata/) | Gets and sets the Texture and [Picture](../picture/) fill data. | +| [GetTexture()](./gettexture/) | Gets the texture fill type. | +| [GetTransparency()](./gettransparency/) | Returns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear). | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsVisible()](./isvisible/) | Indicates whether there is fill. | +| [MsoFillFormat(MsoFillFormat_Impl* impl)](./msofillformat/) | Constructs from an implementation object. | +| [MsoFillFormat(const MsoFillFormat\& src)](./msofillformat/) | Copy constructor. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const MsoFillFormat\& src)](./operator_asm/) | operator= | +| [SetBackColor(const Aspose::Cells::Color\& value)](./setbackcolor/) | Gets and sets the file back color. | +| [SetForeColor(const Aspose::Cells::Color\& value)](./setforecolor/) | Gets and sets the fill fore color. | +| [SetImageData(const Vector \\& value)](./setimagedata/) | Gets and sets the Texture and [Picture](../picture/) fill data. | +| [SetIsVisible(bool value)](./setisvisible/) | Indicates whether there is fill. | +| [SetOneColorGradient(const Aspose::Cells::Color\& color, double degree, GradientStyleType style, int32_t variant)](./setonecolorgradient/) | Sets the specified fill to a one-color gradient. | +| [SetTransparency(double value)](./settransparency/) | Returns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear). | +| [~MsoFillFormat()](./~msofillformat/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/msofillformat/getbackcolor/_index.md b/spanish/cpp/aspose.cells.drawing/msofillformat/getbackcolor/_index.md new file mode 100644 index 00000000000..58e991a8cea --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msofillformat/getbackcolor/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::MsoFillFormat::GetBackColor method +linktitle: GetBackColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFillFormat::GetBackColor method. Gets and sets the file back color in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing/msofillformat/getbackcolor/ +--- +## MsoFillFormat::GetBackColor method + + +Gets and sets the file back color. + +```cpp +Aspose::Cells::Color Aspose::Cells::Drawing::MsoFillFormat::GetBackColor() +``` + +## See Also + +* Class [MsoFillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msofillformat/getforecolor/_index.md b/spanish/cpp/aspose.cells.drawing/msofillformat/getforecolor/_index.md new file mode 100644 index 00000000000..1a0ebc3628f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msofillformat/getforecolor/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::MsoFillFormat::GetForeColor method +linktitle: GetForeColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFillFormat::GetForeColor method. Gets and sets the fill fore color in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/msofillformat/getforecolor/ +--- +## MsoFillFormat::GetForeColor method + + +Gets and sets the fill fore color. + +```cpp +Aspose::Cells::Color Aspose::Cells::Drawing::MsoFillFormat::GetForeColor() +``` + +## See Also + +* Class [MsoFillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msofillformat/getimagedata/_index.md b/spanish/cpp/aspose.cells.drawing/msofillformat/getimagedata/_index.md new file mode 100644 index 00000000000..653852c5e3f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msofillformat/getimagedata/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoFillFormat::GetImageData method +linktitle: GetImageData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFillFormat::GetImageData method. Gets and sets the Texture and Picture fill data in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing/msofillformat/getimagedata/ +--- +## MsoFillFormat::GetImageData method + + +Gets and sets the Texture and [Picture](../../picture/) fill data. + +```cpp +Vector Aspose::Cells::Drawing::MsoFillFormat::GetImageData() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msofillformat/gettexture/_index.md b/spanish/cpp/aspose.cells.drawing/msofillformat/gettexture/_index.md new file mode 100644 index 00000000000..6ae4a170610 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msofillformat/gettexture/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoFillFormat::GetTexture method +linktitle: GetTexture +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFillFormat::GetTexture method. Gets the texture fill type in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing/msofillformat/gettexture/ +--- +## MsoFillFormat::GetTexture method + + +Gets the texture fill type. + +```cpp +TextureType Aspose::Cells::Drawing::MsoFillFormat::GetTexture() +``` + +## See Also + +* Enum [TextureType](../../texturetype/) +* Class [MsoFillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msofillformat/gettransparency/_index.md b/spanish/cpp/aspose.cells.drawing/msofillformat/gettransparency/_index.md new file mode 100644 index 00000000000..0272f1683e2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msofillformat/gettransparency/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoFillFormat::GetTransparency method +linktitle: GetTransparency +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFillFormat::GetTransparency method. Returns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear) in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/msofillformat/gettransparency/ +--- +## MsoFillFormat::GetTransparency method + + +Returns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear). + +```cpp +double Aspose::Cells::Drawing::MsoFillFormat::GetTransparency() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msofillformat/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/msofillformat/isnull/_index.md new file mode 100644 index 00000000000..c8dce6afb52 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msofillformat/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::MsoFillFormat::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFillFormat::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/msofillformat/isnull/ +--- +## MsoFillFormat::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::MsoFillFormat::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msofillformat/isvisible/_index.md b/spanish/cpp/aspose.cells.drawing/msofillformat/isvisible/_index.md new file mode 100644 index 00000000000..a2e6a48a47c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msofillformat/isvisible/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoFillFormat::IsVisible method +linktitle: IsVisible +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFillFormat::IsVisible method. Indicates whether there is fill in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing/msofillformat/isvisible/ +--- +## MsoFillFormat::IsVisible method + + +Indicates whether there is fill. + +```cpp +bool Aspose::Cells::Drawing::MsoFillFormat::IsVisible() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msofillformat/msofillformat/_index.md b/spanish/cpp/aspose.cells.drawing/msofillformat/msofillformat/_index.md new file mode 100644 index 00000000000..cc7ecaabc20 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msofillformat/msofillformat/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::MsoFillFormat::MsoFillFormat constructor +linktitle: MsoFillFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFillFormat::MsoFillFormat constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/msofillformat/msofillformat/ +--- +## MsoFillFormat::MsoFillFormat(MsoFillFormat_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::MsoFillFormat::MsoFillFormat(MsoFillFormat_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## MsoFillFormat::MsoFillFormat(const MsoFillFormat\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::MsoFillFormat::MsoFillFormat(const MsoFillFormat &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFillFormat](../) +* Class [MsoFillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msofillformat/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/msofillformat/operator_asm/_index.md new file mode 100644 index 00000000000..16fcbb8b921 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msofillformat/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::MsoFillFormat::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFillFormat::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/msofillformat/operator_asm/ +--- +## MsoFillFormat::operator= method + + +operator= + +```cpp +MsoFillFormat & Aspose::Cells::Drawing::MsoFillFormat::operator=(const MsoFillFormat &src) +``` + +## See Also + +* Class [MsoFillFormat](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msofillformat/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/msofillformat/operator_bool/_index.md new file mode 100644 index 00000000000..f4178bbbb22 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msofillformat/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::MsoFillFormat::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFillFormat::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/msofillformat/operator_bool/ +--- +## MsoFillFormat::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::MsoFillFormat::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [MsoFillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msofillformat/setbackcolor/_index.md b/spanish/cpp/aspose.cells.drawing/msofillformat/setbackcolor/_index.md new file mode 100644 index 00000000000..3838fbb259a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msofillformat/setbackcolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoFillFormat::SetBackColor method +linktitle: SetBackColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFillFormat::SetBackColor method. Gets and sets the file back color in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing/msofillformat/setbackcolor/ +--- +## MsoFillFormat::SetBackColor method + + +Gets and sets the file back color. + +```cpp +void Aspose::Cells::Drawing::MsoFillFormat::SetBackColor(const Aspose::Cells::Color &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msofillformat/setforecolor/_index.md b/spanish/cpp/aspose.cells.drawing/msofillformat/setforecolor/_index.md new file mode 100644 index 00000000000..abe5e39e4bd --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msofillformat/setforecolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoFillFormat::SetForeColor method +linktitle: SetForeColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFillFormat::SetForeColor method. Gets and sets the fill fore color in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/msofillformat/setforecolor/ +--- +## MsoFillFormat::SetForeColor method + + +Gets and sets the fill fore color. + +```cpp +void Aspose::Cells::Drawing::MsoFillFormat::SetForeColor(const Aspose::Cells::Color &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msofillformat/setimagedata/_index.md b/spanish/cpp/aspose.cells.drawing/msofillformat/setimagedata/_index.md new file mode 100644 index 00000000000..b97c251a44d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msofillformat/setimagedata/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoFillFormat::SetImageData method +linktitle: SetImageData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFillFormat::SetImageData method. Gets and sets the Texture and Picture fill data in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing/msofillformat/setimagedata/ +--- +## MsoFillFormat::SetImageData method + + +Gets and sets the Texture and [Picture](../../picture/) fill data. + +```cpp +void Aspose::Cells::Drawing::MsoFillFormat::SetImageData(const Vector &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msofillformat/setisvisible/_index.md b/spanish/cpp/aspose.cells.drawing/msofillformat/setisvisible/_index.md new file mode 100644 index 00000000000..8d212b4123b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msofillformat/setisvisible/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoFillFormat::SetIsVisible method +linktitle: SetIsVisible +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFillFormat::SetIsVisible method. Indicates whether there is fill in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing/msofillformat/setisvisible/ +--- +## MsoFillFormat::SetIsVisible method + + +Indicates whether there is fill. + +```cpp +void Aspose::Cells::Drawing::MsoFillFormat::SetIsVisible(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msofillformat/setonecolorgradient/_index.md b/spanish/cpp/aspose.cells.drawing/msofillformat/setonecolorgradient/_index.md new file mode 100644 index 00000000000..ca4add1e2aa --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msofillformat/setonecolorgradient/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::MsoFillFormat::SetOneColorGradient method +linktitle: SetOneColorGradient +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFillFormat::SetOneColorGradient method. Sets the specified fill to a one-color gradient in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing/msofillformat/setonecolorgradient/ +--- +## MsoFillFormat::SetOneColorGradient method + + +Sets the specified fill to a one-color gradient. + +```cpp +void Aspose::Cells::Drawing::MsoFillFormat::SetOneColorGradient(const Aspose::Cells::Color &color, double degree, GradientStyleType style, int32_t variant) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| color | const Aspose::Cells::Color\& | One gradient color. | +| degree | double | The gradient degree. Can be a value from 0.0 (dark) through 1.0 (light). | +| style | GradientStyleType | Gradient shading style. | +| variant | int32_t | The gradient variant. Can be a value from 1 through 4, corresponding to one of the four variants on the Gradient tab in the Fill Effects dialog box. If style is GradientStyle.FromCenter, the Variant argument can only be 1 or 2. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [GradientStyleType](../../gradientstyletype/) +* Class [MsoFillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msofillformat/settransparency/_index.md b/spanish/cpp/aspose.cells.drawing/msofillformat/settransparency/_index.md new file mode 100644 index 00000000000..8a093f8984c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msofillformat/settransparency/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoFillFormat::SetTransparency method +linktitle: SetTransparency +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFillFormat::SetTransparency method. Returns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear) in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing/msofillformat/settransparency/ +--- +## MsoFillFormat::SetTransparency method + + +Returns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear). + +```cpp +void Aspose::Cells::Drawing::MsoFillFormat::SetTransparency(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msofillformat/~msofillformat/_index.md b/spanish/cpp/aspose.cells.drawing/msofillformat/~msofillformat/_index.md new file mode 100644 index 00000000000..f78874aa0d6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msofillformat/~msofillformat/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::MsoFillFormat::~MsoFillFormat method +linktitle: ~MsoFillFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFillFormat::~MsoFillFormat method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/msofillformat/~msofillformat/ +--- +## MsoFillFormat::~MsoFillFormat method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::MsoFillFormat::~MsoFillFormat() +``` + +## See Also + +* Class [MsoFillFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msofillformathelper/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/msofillformathelper/_impl/_index.md new file mode 100644 index 00000000000..dac9b8106b3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msofillformathelper/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::MsoFillFormatHelper::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFillFormatHelper::_impl field. The implementation object in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.drawing/msofillformathelper/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +MsoFillFormatHelper_Impl* Aspose::Cells::Drawing::MsoFillFormatHelper::_impl +``` + +## See Also + +* Class [MsoFillFormatHelper](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msofillformathelper/_index.md b/spanish/cpp/aspose.cells.drawing/msofillformathelper/_index.md new file mode 100644 index 00000000000..e195c0ef3d5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msofillformathelper/_index.md @@ -0,0 +1,49 @@ +--- +title: Aspose::Cells::Drawing::MsoFillFormatHelper class +linktitle: MsoFillFormatHelper +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFillFormatHelper class. Represents fill formatting for a shape in C++.' +type: docs +weight: 3300 +url: /es/cpp/aspose.cells.drawing/msofillformathelper/ +--- +## MsoFillFormatHelper class + + +Represents fill formatting for a shape. + +```cpp +class MsoFillFormatHelper +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetBackColor()](./getbackcolor/) | Gets and sets the file back color. | +| [GetForeColor()](./getforecolor/) | Gets and sets the fill fore color. | +| [GetForeColorTransparency()](./getforecolortransparency/) | Returns or sets the degree of fore color of the specified fill as a value from 0.0 (opaque) through 1.0 (clear). | +| [GetImageData()](./getimagedata/) | Gets and sets the Texture and [Picture](../picture/) fill data. | +| [GetTexture()](./gettexture/) | Gets the texture fill type. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsVisible()](./isvisible/) | Indicates whether there is fill. | +| [MsoFillFormatHelper(MsoFillFormatHelper_Impl* impl)](./msofillformathelper/) | Constructs from an implementation object. | +| [MsoFillFormatHelper(const MsoFillFormatHelper\& src)](./msofillformathelper/) | Copy constructor. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const MsoFillFormatHelper\& src)](./operator_asm/) | operator= | +| [SetBackColor(const Aspose::Cells::Color\& value)](./setbackcolor/) | Gets and sets the file back color. | +| [SetForeColor(const Aspose::Cells::Color\& value)](./setforecolor/) | Gets and sets the fill fore color. | +| [SetForeColorTransparency(double value)](./setforecolortransparency/) | Returns or sets the degree of fore color of the specified fill as a value from 0.0 (opaque) through 1.0 (clear). | +| [SetImageData(const Vector \\& value)](./setimagedata/) | Gets and sets the Texture and [Picture](../picture/) fill data. | +| [SetIsVisible(bool value)](./setisvisible/) | Indicates whether there is fill. | +| [SetOneColorGradient(const Aspose::Cells::Color\& color, double degree, GradientStyleType style, int32_t variant)](./setonecolorgradient/) | Sets the specified fill to a one-color gradient. | +| [~MsoFillFormatHelper()](./~msofillformathelper/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/msofillformathelper/getbackcolor/_index.md b/spanish/cpp/aspose.cells.drawing/msofillformathelper/getbackcolor/_index.md new file mode 100644 index 00000000000..55c11a47d1f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msofillformathelper/getbackcolor/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::MsoFillFormatHelper::GetBackColor method +linktitle: GetBackColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFillFormatHelper::GetBackColor method. Gets and sets the file back color in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing/msofillformathelper/getbackcolor/ +--- +## MsoFillFormatHelper::GetBackColor method + + +Gets and sets the file back color. + +```cpp +Aspose::Cells::Color Aspose::Cells::Drawing::MsoFillFormatHelper::GetBackColor() +``` + +## See Also + +* Class [MsoFillFormatHelper](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msofillformathelper/getforecolor/_index.md b/spanish/cpp/aspose.cells.drawing/msofillformathelper/getforecolor/_index.md new file mode 100644 index 00000000000..60e41bebe36 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msofillformathelper/getforecolor/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::MsoFillFormatHelper::GetForeColor method +linktitle: GetForeColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFillFormatHelper::GetForeColor method. Gets and sets the fill fore color in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/msofillformathelper/getforecolor/ +--- +## MsoFillFormatHelper::GetForeColor method + + +Gets and sets the fill fore color. + +```cpp +Aspose::Cells::Color Aspose::Cells::Drawing::MsoFillFormatHelper::GetForeColor() +``` + +## See Also + +* Class [MsoFillFormatHelper](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msofillformathelper/getforecolortransparency/_index.md b/spanish/cpp/aspose.cells.drawing/msofillformathelper/getforecolortransparency/_index.md new file mode 100644 index 00000000000..922993cd105 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msofillformathelper/getforecolortransparency/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoFillFormatHelper::GetForeColorTransparency method +linktitle: GetForeColorTransparency +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFillFormatHelper::GetForeColorTransparency method. Returns or sets the degree of fore color of the specified fill as a value from 0.0 (opaque) through 1.0 (clear) in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/msofillformathelper/getforecolortransparency/ +--- +## MsoFillFormatHelper::GetForeColorTransparency method + + +Returns or sets the degree of fore color of the specified fill as a value from 0.0 (opaque) through 1.0 (clear). + +```cpp +double Aspose::Cells::Drawing::MsoFillFormatHelper::GetForeColorTransparency() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFillFormatHelper](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msofillformathelper/getimagedata/_index.md b/spanish/cpp/aspose.cells.drawing/msofillformathelper/getimagedata/_index.md new file mode 100644 index 00000000000..49db8b6804e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msofillformathelper/getimagedata/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoFillFormatHelper::GetImageData method +linktitle: GetImageData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFillFormatHelper::GetImageData method. Gets and sets the Texture and Picture fill data in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing/msofillformathelper/getimagedata/ +--- +## MsoFillFormatHelper::GetImageData method + + +Gets and sets the Texture and [Picture](../../picture/) fill data. + +```cpp +Vector Aspose::Cells::Drawing::MsoFillFormatHelper::GetImageData() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFillFormatHelper](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msofillformathelper/gettexture/_index.md b/spanish/cpp/aspose.cells.drawing/msofillformathelper/gettexture/_index.md new file mode 100644 index 00000000000..1e545bc4c45 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msofillformathelper/gettexture/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoFillFormatHelper::GetTexture method +linktitle: GetTexture +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFillFormatHelper::GetTexture method. Gets the texture fill type in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing/msofillformathelper/gettexture/ +--- +## MsoFillFormatHelper::GetTexture method + + +Gets the texture fill type. + +```cpp +TextureType Aspose::Cells::Drawing::MsoFillFormatHelper::GetTexture() +``` + +## See Also + +* Enum [TextureType](../../texturetype/) +* Class [MsoFillFormatHelper](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msofillformathelper/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/msofillformathelper/isnull/_index.md new file mode 100644 index 00000000000..ffc348c5047 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msofillformathelper/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::MsoFillFormatHelper::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFillFormatHelper::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/msofillformathelper/isnull/ +--- +## MsoFillFormatHelper::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::MsoFillFormatHelper::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFillFormatHelper](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msofillformathelper/isvisible/_index.md b/spanish/cpp/aspose.cells.drawing/msofillformathelper/isvisible/_index.md new file mode 100644 index 00000000000..9679bbe183f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msofillformathelper/isvisible/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoFillFormatHelper::IsVisible method +linktitle: IsVisible +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFillFormatHelper::IsVisible method. Indicates whether there is fill in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing/msofillformathelper/isvisible/ +--- +## MsoFillFormatHelper::IsVisible method + + +Indicates whether there is fill. + +```cpp +bool Aspose::Cells::Drawing::MsoFillFormatHelper::IsVisible() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFillFormatHelper](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msofillformathelper/msofillformathelper/_index.md b/spanish/cpp/aspose.cells.drawing/msofillformathelper/msofillformathelper/_index.md new file mode 100644 index 00000000000..339692e48ef --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msofillformathelper/msofillformathelper/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::MsoFillFormatHelper::MsoFillFormatHelper constructor +linktitle: MsoFillFormatHelper +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFillFormatHelper::MsoFillFormatHelper constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/msofillformathelper/msofillformathelper/ +--- +## MsoFillFormatHelper::MsoFillFormatHelper(MsoFillFormatHelper_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::MsoFillFormatHelper::MsoFillFormatHelper(MsoFillFormatHelper_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFillFormatHelper](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## MsoFillFormatHelper::MsoFillFormatHelper(const MsoFillFormatHelper\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::MsoFillFormatHelper::MsoFillFormatHelper(const MsoFillFormatHelper &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFillFormatHelper](../) +* Class [MsoFillFormatHelper](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msofillformathelper/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/msofillformathelper/operator_asm/_index.md new file mode 100644 index 00000000000..63674bebed8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msofillformathelper/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::MsoFillFormatHelper::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFillFormatHelper::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/msofillformathelper/operator_asm/ +--- +## MsoFillFormatHelper::operator= method + + +operator= + +```cpp +MsoFillFormatHelper & Aspose::Cells::Drawing::MsoFillFormatHelper::operator=(const MsoFillFormatHelper &src) +``` + +## See Also + +* Class [MsoFillFormatHelper](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFillFormatHelper](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msofillformathelper/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/msofillformathelper/operator_bool/_index.md new file mode 100644 index 00000000000..4407cbdb598 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msofillformathelper/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::MsoFillFormatHelper::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFillFormatHelper::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/msofillformathelper/operator_bool/ +--- +## MsoFillFormatHelper::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::MsoFillFormatHelper::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [MsoFillFormatHelper](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msofillformathelper/setbackcolor/_index.md b/spanish/cpp/aspose.cells.drawing/msofillformathelper/setbackcolor/_index.md new file mode 100644 index 00000000000..eba906ee390 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msofillformathelper/setbackcolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoFillFormatHelper::SetBackColor method +linktitle: SetBackColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFillFormatHelper::SetBackColor method. Gets and sets the file back color in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing/msofillformathelper/setbackcolor/ +--- +## MsoFillFormatHelper::SetBackColor method + + +Gets and sets the file back color. + +```cpp +void Aspose::Cells::Drawing::MsoFillFormatHelper::SetBackColor(const Aspose::Cells::Color &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFillFormatHelper](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msofillformathelper/setforecolor/_index.md b/spanish/cpp/aspose.cells.drawing/msofillformathelper/setforecolor/_index.md new file mode 100644 index 00000000000..4ced4ff8687 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msofillformathelper/setforecolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoFillFormatHelper::SetForeColor method +linktitle: SetForeColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFillFormatHelper::SetForeColor method. Gets and sets the fill fore color in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/msofillformathelper/setforecolor/ +--- +## MsoFillFormatHelper::SetForeColor method + + +Gets and sets the fill fore color. + +```cpp +void Aspose::Cells::Drawing::MsoFillFormatHelper::SetForeColor(const Aspose::Cells::Color &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFillFormatHelper](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msofillformathelper/setforecolortransparency/_index.md b/spanish/cpp/aspose.cells.drawing/msofillformathelper/setforecolortransparency/_index.md new file mode 100644 index 00000000000..5cc7c450bc2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msofillformathelper/setforecolortransparency/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoFillFormatHelper::SetForeColorTransparency method +linktitle: SetForeColorTransparency +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFillFormatHelper::SetForeColorTransparency method. Returns or sets the degree of fore color of the specified fill as a value from 0.0 (opaque) through 1.0 (clear) in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing/msofillformathelper/setforecolortransparency/ +--- +## MsoFillFormatHelper::SetForeColorTransparency method + + +Returns or sets the degree of fore color of the specified fill as a value from 0.0 (opaque) through 1.0 (clear). + +```cpp +void Aspose::Cells::Drawing::MsoFillFormatHelper::SetForeColorTransparency(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFillFormatHelper](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msofillformathelper/setimagedata/_index.md b/spanish/cpp/aspose.cells.drawing/msofillformathelper/setimagedata/_index.md new file mode 100644 index 00000000000..24c527ca68a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msofillformathelper/setimagedata/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoFillFormatHelper::SetImageData method +linktitle: SetImageData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFillFormatHelper::SetImageData method. Gets and sets the Texture and Picture fill data in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing/msofillformathelper/setimagedata/ +--- +## MsoFillFormatHelper::SetImageData method + + +Gets and sets the Texture and [Picture](../../picture/) fill data. + +```cpp +void Aspose::Cells::Drawing::MsoFillFormatHelper::SetImageData(const Vector &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFillFormatHelper](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msofillformathelper/setisvisible/_index.md b/spanish/cpp/aspose.cells.drawing/msofillformathelper/setisvisible/_index.md new file mode 100644 index 00000000000..e60f174101a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msofillformathelper/setisvisible/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoFillFormatHelper::SetIsVisible method +linktitle: SetIsVisible +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFillFormatHelper::SetIsVisible method. Indicates whether there is fill in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing/msofillformathelper/setisvisible/ +--- +## MsoFillFormatHelper::SetIsVisible method + + +Indicates whether there is fill. + +```cpp +void Aspose::Cells::Drawing::MsoFillFormatHelper::SetIsVisible(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFillFormatHelper](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msofillformathelper/setonecolorgradient/_index.md b/spanish/cpp/aspose.cells.drawing/msofillformathelper/setonecolorgradient/_index.md new file mode 100644 index 00000000000..05c62e3d0e1 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msofillformathelper/setonecolorgradient/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::MsoFillFormatHelper::SetOneColorGradient method +linktitle: SetOneColorGradient +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFillFormatHelper::SetOneColorGradient method. Sets the specified fill to a one-color gradient in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing/msofillformathelper/setonecolorgradient/ +--- +## MsoFillFormatHelper::SetOneColorGradient method + + +Sets the specified fill to a one-color gradient. + +```cpp +void Aspose::Cells::Drawing::MsoFillFormatHelper::SetOneColorGradient(const Aspose::Cells::Color &color, double degree, GradientStyleType style, int32_t variant) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| color | const Aspose::Cells::Color\& | One gradient color. | +| degree | double | The gradient degree. Can be a value from 0.0 (dark) through 1.0 (light). | +| style | GradientStyleType | Gradient shading style. | +| variant | int32_t | The gradient variant. Can be a value from 1 through 4, corresponding to one of the four variants on the Gradient tab in the Fill Effects dialog box. If style is GradientStyle.FromCenter, the Variant argument can only be 1 or 2. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [GradientStyleType](../../gradientstyletype/) +* Class [MsoFillFormatHelper](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msofillformathelper/~msofillformathelper/_index.md b/spanish/cpp/aspose.cells.drawing/msofillformathelper/~msofillformathelper/_index.md new file mode 100644 index 00000000000..fa020d6fae0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msofillformathelper/~msofillformathelper/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::MsoFillFormatHelper::~MsoFillFormatHelper method +linktitle: ~MsoFillFormatHelper +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFillFormatHelper::~MsoFillFormatHelper method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/msofillformathelper/~msofillformathelper/ +--- +## MsoFillFormatHelper::~MsoFillFormatHelper method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::MsoFillFormatHelper::~MsoFillFormatHelper() +``` + +## See Also + +* Class [MsoFillFormatHelper](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msoformatpicture/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/msoformatpicture/_impl/_index.md new file mode 100644 index 00000000000..c68b8cea9b8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msoformatpicture/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::MsoFormatPicture::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFormatPicture::_impl field. The implementation object in C++.' +type: docs +weight: 3800 +url: /es/cpp/aspose.cells.drawing/msoformatpicture/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +MsoFormatPicture_Impl* Aspose::Cells::Drawing::MsoFormatPicture::_impl +``` + +## See Also + +* Class [MsoFormatPicture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msoformatpicture/_index.md b/spanish/cpp/aspose.cells.drawing/msoformatpicture/_index.md new file mode 100644 index 00000000000..af7d5e159be --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msoformatpicture/_index.md @@ -0,0 +1,69 @@ +--- +title: Aspose::Cells::Drawing::MsoFormatPicture class +linktitle: MsoFormatPicture +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFormatPicture class. Represents the picture format in C++.' +type: docs +weight: 3400 +url: /es/cpp/aspose.cells.drawing/msoformatpicture/ +--- +## MsoFormatPicture class + + +Represents the picture format. + +```cpp +class MsoFormatPicture +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Equals(const Aspose::Cells::Object\& obj)](./equals/) | | +| [GetBottomCrop()](./getbottomcrop/) | Represents the location of the bottom of the crop rectangle expressed, expressed as a ratio of the image's height. | +| [GetBottomCropInch()](./getbottomcropinch/) | Represents the location of the bottom of the crop rectangle expressed, in unit of inches. | +| [GetBrightness()](./getbrightness/) | Represents the brightness modification for the picture in unit of percentage. | +| [GetContrast()](./getcontrast/) | Represents the contrast modification for the picture.in unit of percentage. | +| [GetGamma()](./getgamma/) | Represents gamma of the picture. | +| [GetHashCode()](./gethashcode/) | Gets the hash code. | +| [GetLeftCrop()](./getleftcrop/) | Represents the location of the left of the crop rectangle expressed, expressed as a ratio of the image's width. | +| [GetLeftCropInch()](./getleftcropinch/) | Represents the location of the left of the crop rectangle expressed, in unit of inches. | +| [GetRightCrop()](./getrightcrop/) | Represents the location of the right of the crop rectangle expressed, expressed as a ratio of the image's width. | +| [GetRightCropInch()](./getrightcropinch/) | Represents the location of the right of the crop rectangle expressed, in unit of inches. | +| [GetTopCrop()](./gettopcrop/) | Represents the location of the top of the crop rectangle expressed, expressed as a ratio of the image's height. | +| [GetTopCropInch()](./gettopcropinch/) | Represents the location of the top of the crop rectangle expressed, in unit of inches. | +| [GetTransparency()](./gettransparency/) | Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). | +| [GetTransparentColor()](./gettransparentcolor/) | Gets and sets the transparent color of the picture. | +| [IsBiLevel()](./isbilevel/) | Indicates whether this picture should display in two-color black and white. | +| [IsGray()](./isgray/) | Indicates whether this picture should display in grayscale. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [MsoFormatPicture(MsoFormatPicture_Impl* impl)](./msoformatpicture/) | Constructs from an implementation object. | +| [MsoFormatPicture(const MsoFormatPicture\& src)](./msoformatpicture/) | Copy constructor. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const MsoFormatPicture\& src)](./operator_asm/) | operator= | +| [SetBottomCrop(double value)](./setbottomcrop/) | Represents the location of the bottom of the crop rectangle expressed, expressed as a ratio of the image's height. | +| [SetBottomCropInch(double value)](./setbottomcropinch/) | Represents the location of the bottom of the crop rectangle expressed, in unit of inches. | +| [SetBrightness(double value)](./setbrightness/) | Represents the brightness modification for the picture in unit of percentage. | +| [SetContrast(double value)](./setcontrast/) | Represents the contrast modification for the picture.in unit of percentage. | +| [SetGamma(double value)](./setgamma/) | Represents gamma of the picture. | +| [SetIsBiLevel(bool value)](./setisbilevel/) | Indicates whether this picture should display in two-color black and white. | +| [SetIsGray(bool value)](./setisgray/) | Indicates whether this picture should display in grayscale. | +| [SetLeftCrop(double value)](./setleftcrop/) | Represents the location of the left of the crop rectangle expressed, expressed as a ratio of the image's width. | +| [SetLeftCropInch(double value)](./setleftcropinch/) | Represents the location of the left of the crop rectangle expressed, in unit of inches. | +| [SetRightCrop(double value)](./setrightcrop/) | Represents the location of the right of the crop rectangle expressed, expressed as a ratio of the image's width. | +| [SetRightCropInch(double value)](./setrightcropinch/) | Represents the location of the right of the crop rectangle expressed, in unit of inches. | +| [SetTopCrop(double value)](./settopcrop/) | Represents the location of the top of the crop rectangle expressed, expressed as a ratio of the image's height. | +| [SetTopCropInch(double value)](./settopcropinch/) | Represents the location of the top of the crop rectangle expressed, in unit of inches. | +| [SetTransparency(double value)](./settransparency/) | Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). | +| [SetTransparentColor(const CellsColor\& value)](./settransparentcolor/) | Gets and sets the transparent color of the picture. | +| [~MsoFormatPicture()](./~msoformatpicture/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/msoformatpicture/equals/_index.md b/spanish/cpp/aspose.cells.drawing/msoformatpicture/equals/_index.md new file mode 100644 index 00000000000..80b7907846a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msoformatpicture/equals/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::MsoFormatPicture::Equals method +linktitle: Equals +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Equals method of Aspose::Cells::Drawing::MsoFormatPicture class in C++.' +type: docs +weight: 3700 +url: /es/cpp/aspose.cells.drawing/msoformatpicture/equals/ +--- +## MsoFormatPicture::Equals method + + + + +```cpp +bool Aspose::Cells::Drawing::MsoFormatPicture::Equals(const Aspose::Cells::Object &obj) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| obj | const Aspose::Cells::Object\& | | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Object](../../../aspose.cells/object/) +* Class [MsoFormatPicture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msoformatpicture/getbottomcrop/_index.md b/spanish/cpp/aspose.cells.drawing/msoformatpicture/getbottomcrop/_index.md new file mode 100644 index 00000000000..fca686767b5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msoformatpicture/getbottomcrop/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoFormatPicture::GetBottomCrop method +linktitle: GetBottomCrop +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFormatPicture::GetBottomCrop method. Represents the location of the bottom of the crop rectangle expressed, expressed as a ratio of the image''s height in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing/msoformatpicture/getbottomcrop/ +--- +## MsoFormatPicture::GetBottomCrop method + + +Represents the location of the bottom of the crop rectangle expressed, expressed as a ratio of the image's height. + +```cpp +double Aspose::Cells::Drawing::MsoFormatPicture::GetBottomCrop() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFormatPicture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msoformatpicture/getbottomcropinch/_index.md b/spanish/cpp/aspose.cells.drawing/msoformatpicture/getbottomcropinch/_index.md new file mode 100644 index 00000000000..6b4bf23960d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msoformatpicture/getbottomcropinch/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoFormatPicture::GetBottomCropInch method +linktitle: GetBottomCropInch +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFormatPicture::GetBottomCropInch method. Represents the location of the bottom of the crop rectangle expressed, in unit of inches in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/msoformatpicture/getbottomcropinch/ +--- +## MsoFormatPicture::GetBottomCropInch method + + +Represents the location of the bottom of the crop rectangle expressed, in unit of inches. + +```cpp +double Aspose::Cells::Drawing::MsoFormatPicture::GetBottomCropInch() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFormatPicture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msoformatpicture/getbrightness/_index.md b/spanish/cpp/aspose.cells.drawing/msoformatpicture/getbrightness/_index.md new file mode 100644 index 00000000000..419068fd744 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msoformatpicture/getbrightness/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::MsoFormatPicture::GetBrightness method +linktitle: GetBrightness +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFormatPicture::GetBrightness method. Represents the brightness modification for the picture in unit of percentage in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells.drawing/msoformatpicture/getbrightness/ +--- +## MsoFormatPicture::GetBrightness method + + +Represents the brightness modification for the picture in unit of percentage. + +```cpp +double Aspose::Cells::Drawing::MsoFormatPicture::GetBrightness() +``` + +## Remarks + + +It is between -100% and 100%. It works same as Excel 2007 or above version. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFormatPicture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msoformatpicture/getcontrast/_index.md b/spanish/cpp/aspose.cells.drawing/msoformatpicture/getcontrast/_index.md new file mode 100644 index 00000000000..077acf4546c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msoformatpicture/getcontrast/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::MsoFormatPicture::GetContrast method +linktitle: GetContrast +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFormatPicture::GetContrast method. Represents the contrast modification for the picture.in unit of percentage in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.drawing/msoformatpicture/getcontrast/ +--- +## MsoFormatPicture::GetContrast method + + +Represents the contrast modification for the picture.in unit of percentage. + +```cpp +double Aspose::Cells::Drawing::MsoFormatPicture::GetContrast() +``` + +## Remarks + + +It is between -100% and 100%. It works same as Excel 2007 or above version. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFormatPicture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msoformatpicture/getgamma/_index.md b/spanish/cpp/aspose.cells.drawing/msoformatpicture/getgamma/_index.md new file mode 100644 index 00000000000..ecdd301ef5d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msoformatpicture/getgamma/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoFormatPicture::GetGamma method +linktitle: GetGamma +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFormatPicture::GetGamma method. Represents gamma of the picture in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells.drawing/msoformatpicture/getgamma/ +--- +## MsoFormatPicture::GetGamma method + + +Represents gamma of the picture. + +```cpp +double Aspose::Cells::Drawing::MsoFormatPicture::GetGamma() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFormatPicture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msoformatpicture/gethashcode/_index.md b/spanish/cpp/aspose.cells.drawing/msoformatpicture/gethashcode/_index.md new file mode 100644 index 00000000000..cba42838ed6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msoformatpicture/gethashcode/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::MsoFormatPicture::GetHashCode method +linktitle: GetHashCode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFormatPicture::GetHashCode method. Gets the hash code in C++.' +type: docs +weight: 3600 +url: /es/cpp/aspose.cells.drawing/msoformatpicture/gethashcode/ +--- +## MsoFormatPicture::GetHashCode method + + +Gets the hash code. + +```cpp +int32_t Aspose::Cells::Drawing::MsoFormatPicture::GetHashCode() +``` + + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFormatPicture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msoformatpicture/getleftcrop/_index.md b/spanish/cpp/aspose.cells.drawing/msoformatpicture/getleftcrop/_index.md new file mode 100644 index 00000000000..9991ff9937d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msoformatpicture/getleftcrop/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoFormatPicture::GetLeftCrop method +linktitle: GetLeftCrop +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFormatPicture::GetLeftCrop method. Represents the location of the left of the crop rectangle expressed, expressed as a ratio of the image''s width in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.drawing/msoformatpicture/getleftcrop/ +--- +## MsoFormatPicture::GetLeftCrop method + + +Represents the location of the left of the crop rectangle expressed, expressed as a ratio of the image's width. + +```cpp +double Aspose::Cells::Drawing::MsoFormatPicture::GetLeftCrop() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFormatPicture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msoformatpicture/getleftcropinch/_index.md b/spanish/cpp/aspose.cells.drawing/msoformatpicture/getleftcropinch/_index.md new file mode 100644 index 00000000000..ecaf633ecb7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msoformatpicture/getleftcropinch/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoFormatPicture::GetLeftCropInch method +linktitle: GetLeftCropInch +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFormatPicture::GetLeftCropInch method. Represents the location of the left of the crop rectangle expressed, in unit of inches in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing/msoformatpicture/getleftcropinch/ +--- +## MsoFormatPicture::GetLeftCropInch method + + +Represents the location of the left of the crop rectangle expressed, in unit of inches. + +```cpp +double Aspose::Cells::Drawing::MsoFormatPicture::GetLeftCropInch() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFormatPicture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msoformatpicture/getrightcrop/_index.md b/spanish/cpp/aspose.cells.drawing/msoformatpicture/getrightcrop/_index.md new file mode 100644 index 00000000000..7cc5f66d1e9 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msoformatpicture/getrightcrop/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoFormatPicture::GetRightCrop method +linktitle: GetRightCrop +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFormatPicture::GetRightCrop method. Represents the location of the right of the crop rectangle expressed, expressed as a ratio of the image''s width in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.drawing/msoformatpicture/getrightcrop/ +--- +## MsoFormatPicture::GetRightCrop method + + +Represents the location of the right of the crop rectangle expressed, expressed as a ratio of the image's width. + +```cpp +double Aspose::Cells::Drawing::MsoFormatPicture::GetRightCrop() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFormatPicture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msoformatpicture/getrightcropinch/_index.md b/spanish/cpp/aspose.cells.drawing/msoformatpicture/getrightcropinch/_index.md new file mode 100644 index 00000000000..a9ca98b57fe --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msoformatpicture/getrightcropinch/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoFormatPicture::GetRightCropInch method +linktitle: GetRightCropInch +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFormatPicture::GetRightCropInch method. Represents the location of the right of the crop rectangle expressed, in unit of inches in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing/msoformatpicture/getrightcropinch/ +--- +## MsoFormatPicture::GetRightCropInch method + + +Represents the location of the right of the crop rectangle expressed, in unit of inches. + +```cpp +double Aspose::Cells::Drawing::MsoFormatPicture::GetRightCropInch() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFormatPicture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msoformatpicture/gettopcrop/_index.md b/spanish/cpp/aspose.cells.drawing/msoformatpicture/gettopcrop/_index.md new file mode 100644 index 00000000000..fee394bb9f2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msoformatpicture/gettopcrop/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoFormatPicture::GetTopCrop method +linktitle: GetTopCrop +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFormatPicture::GetTopCrop method. Represents the location of the top of the crop rectangle expressed, expressed as a ratio of the image''s height in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing/msoformatpicture/gettopcrop/ +--- +## MsoFormatPicture::GetTopCrop method + + +Represents the location of the top of the crop rectangle expressed, expressed as a ratio of the image's height. + +```cpp +double Aspose::Cells::Drawing::MsoFormatPicture::GetTopCrop() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFormatPicture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msoformatpicture/gettopcropinch/_index.md b/spanish/cpp/aspose.cells.drawing/msoformatpicture/gettopcropinch/_index.md new file mode 100644 index 00000000000..1b5d806b21b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msoformatpicture/gettopcropinch/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoFormatPicture::GetTopCropInch method +linktitle: GetTopCropInch +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFormatPicture::GetTopCropInch method. Represents the location of the top of the crop rectangle expressed, in unit of inches in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/msoformatpicture/gettopcropinch/ +--- +## MsoFormatPicture::GetTopCropInch method + + +Represents the location of the top of the crop rectangle expressed, in unit of inches. + +```cpp +double Aspose::Cells::Drawing::MsoFormatPicture::GetTopCropInch() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFormatPicture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msoformatpicture/gettransparency/_index.md b/spanish/cpp/aspose.cells.drawing/msoformatpicture/gettransparency/_index.md new file mode 100644 index 00000000000..f90258b6daa --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msoformatpicture/gettransparency/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoFormatPicture::GetTransparency method +linktitle: GetTransparency +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFormatPicture::GetTransparency method. Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear) in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.drawing/msoformatpicture/gettransparency/ +--- +## MsoFormatPicture::GetTransparency method + + +Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). + +```cpp +double Aspose::Cells::Drawing::MsoFormatPicture::GetTransparency() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFormatPicture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msoformatpicture/gettransparentcolor/_index.md b/spanish/cpp/aspose.cells.drawing/msoformatpicture/gettransparentcolor/_index.md new file mode 100644 index 00000000000..336556855db --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msoformatpicture/gettransparentcolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoFormatPicture::GetTransparentColor method +linktitle: GetTransparentColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFormatPicture::GetTransparentColor method. Gets and sets the transparent color of the picture in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.drawing/msoformatpicture/gettransparentcolor/ +--- +## MsoFormatPicture::GetTransparentColor method + + +Gets and sets the transparent color of the picture. + +```cpp +CellsColor Aspose::Cells::Drawing::MsoFormatPicture::GetTransparentColor() +``` + +## See Also + +* Class [CellsColor](../../../aspose.cells/cellscolor/) +* Class [MsoFormatPicture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msoformatpicture/isbilevel/_index.md b/spanish/cpp/aspose.cells.drawing/msoformatpicture/isbilevel/_index.md new file mode 100644 index 00000000000..48087c91a05 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msoformatpicture/isbilevel/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoFormatPicture::IsBiLevel method +linktitle: IsBiLevel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFormatPicture::IsBiLevel method. Indicates whether this picture should display in two-color black and white in C++.' +type: docs +weight: 3200 +url: /es/cpp/aspose.cells.drawing/msoformatpicture/isbilevel/ +--- +## MsoFormatPicture::IsBiLevel method + + +Indicates whether this picture should display in two-color black and white. + +```cpp +bool Aspose::Cells::Drawing::MsoFormatPicture::IsBiLevel() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFormatPicture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msoformatpicture/isgray/_index.md b/spanish/cpp/aspose.cells.drawing/msoformatpicture/isgray/_index.md new file mode 100644 index 00000000000..784435d63d4 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msoformatpicture/isgray/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoFormatPicture::IsGray method +linktitle: IsGray +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFormatPicture::IsGray method. Indicates whether this picture should display in grayscale in C++.' +type: docs +weight: 3400 +url: /es/cpp/aspose.cells.drawing/msoformatpicture/isgray/ +--- +## MsoFormatPicture::IsGray method + + +Indicates whether this picture should display in grayscale. + +```cpp +bool Aspose::Cells::Drawing::MsoFormatPicture::IsGray() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFormatPicture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msoformatpicture/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/msoformatpicture/isnull/_index.md new file mode 100644 index 00000000000..1de1f8abd81 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msoformatpicture/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::MsoFormatPicture::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFormatPicture::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/msoformatpicture/isnull/ +--- +## MsoFormatPicture::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::MsoFormatPicture::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFormatPicture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msoformatpicture/msoformatpicture/_index.md b/spanish/cpp/aspose.cells.drawing/msoformatpicture/msoformatpicture/_index.md new file mode 100644 index 00000000000..d0a72a101cf --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msoformatpicture/msoformatpicture/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::MsoFormatPicture::MsoFormatPicture constructor +linktitle: MsoFormatPicture +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFormatPicture::MsoFormatPicture constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/msoformatpicture/msoformatpicture/ +--- +## MsoFormatPicture::MsoFormatPicture(MsoFormatPicture_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::MsoFormatPicture::MsoFormatPicture(MsoFormatPicture_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFormatPicture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## MsoFormatPicture::MsoFormatPicture(const MsoFormatPicture\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::MsoFormatPicture::MsoFormatPicture(const MsoFormatPicture &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFormatPicture](../) +* Class [MsoFormatPicture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msoformatpicture/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/msoformatpicture/operator_asm/_index.md new file mode 100644 index 00000000000..6633bb8c98c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msoformatpicture/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::MsoFormatPicture::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFormatPicture::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/msoformatpicture/operator_asm/ +--- +## MsoFormatPicture::operator= method + + +operator= + +```cpp +MsoFormatPicture & Aspose::Cells::Drawing::MsoFormatPicture::operator=(const MsoFormatPicture &src) +``` + +## See Also + +* Class [MsoFormatPicture](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFormatPicture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msoformatpicture/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/msoformatpicture/operator_bool/_index.md new file mode 100644 index 00000000000..5a42162df74 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msoformatpicture/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::MsoFormatPicture::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFormatPicture::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/msoformatpicture/operator_bool/ +--- +## MsoFormatPicture::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::MsoFormatPicture::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [MsoFormatPicture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msoformatpicture/setbottomcrop/_index.md b/spanish/cpp/aspose.cells.drawing/msoformatpicture/setbottomcrop/_index.md new file mode 100644 index 00000000000..57dadd2de1e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msoformatpicture/setbottomcrop/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoFormatPicture::SetBottomCrop method +linktitle: SetBottomCrop +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFormatPicture::SetBottomCrop method. Represents the location of the bottom of the crop rectangle expressed, expressed as a ratio of the image''s height in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing/msoformatpicture/setbottomcrop/ +--- +## MsoFormatPicture::SetBottomCrop method + + +Represents the location of the bottom of the crop rectangle expressed, expressed as a ratio of the image's height. + +```cpp +void Aspose::Cells::Drawing::MsoFormatPicture::SetBottomCrop(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFormatPicture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msoformatpicture/setbottomcropinch/_index.md b/spanish/cpp/aspose.cells.drawing/msoformatpicture/setbottomcropinch/_index.md new file mode 100644 index 00000000000..ada66aaf0c8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msoformatpicture/setbottomcropinch/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoFormatPicture::SetBottomCropInch method +linktitle: SetBottomCropInch +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFormatPicture::SetBottomCropInch method. Represents the location of the bottom of the crop rectangle expressed, in unit of inches in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing/msoformatpicture/setbottomcropinch/ +--- +## MsoFormatPicture::SetBottomCropInch method + + +Represents the location of the bottom of the crop rectangle expressed, in unit of inches. + +```cpp +void Aspose::Cells::Drawing::MsoFormatPicture::SetBottomCropInch(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFormatPicture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msoformatpicture/setbrightness/_index.md b/spanish/cpp/aspose.cells.drawing/msoformatpicture/setbrightness/_index.md new file mode 100644 index 00000000000..8de56fa62e2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msoformatpicture/setbrightness/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::MsoFormatPicture::SetBrightness method +linktitle: SetBrightness +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFormatPicture::SetBrightness method. Represents the brightness modification for the picture in unit of percentage in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells.drawing/msoformatpicture/setbrightness/ +--- +## MsoFormatPicture::SetBrightness method + + +Represents the brightness modification for the picture in unit of percentage. + +```cpp +void Aspose::Cells::Drawing::MsoFormatPicture::SetBrightness(double value) +``` + +## Remarks + + +It is between -100% and 100%. It works same as Excel 2007 or above version. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFormatPicture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msoformatpicture/setcontrast/_index.md b/spanish/cpp/aspose.cells.drawing/msoformatpicture/setcontrast/_index.md new file mode 100644 index 00000000000..21f28903367 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msoformatpicture/setcontrast/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::MsoFormatPicture::SetContrast method +linktitle: SetContrast +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFormatPicture::SetContrast method. Represents the contrast modification for the picture.in unit of percentage in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.drawing/msoformatpicture/setcontrast/ +--- +## MsoFormatPicture::SetContrast method + + +Represents the contrast modification for the picture.in unit of percentage. + +```cpp +void Aspose::Cells::Drawing::MsoFormatPicture::SetContrast(double value) +``` + +## Remarks + + +It is between -100% and 100%. It works same as Excel 2007 or above version. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFormatPicture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msoformatpicture/setgamma/_index.md b/spanish/cpp/aspose.cells.drawing/msoformatpicture/setgamma/_index.md new file mode 100644 index 00000000000..46cf2eadbae --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msoformatpicture/setgamma/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoFormatPicture::SetGamma method +linktitle: SetGamma +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFormatPicture::SetGamma method. Represents gamma of the picture in C++.' +type: docs +weight: 3100 +url: /es/cpp/aspose.cells.drawing/msoformatpicture/setgamma/ +--- +## MsoFormatPicture::SetGamma method + + +Represents gamma of the picture. + +```cpp +void Aspose::Cells::Drawing::MsoFormatPicture::SetGamma(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFormatPicture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msoformatpicture/setisbilevel/_index.md b/spanish/cpp/aspose.cells.drawing/msoformatpicture/setisbilevel/_index.md new file mode 100644 index 00000000000..908808a2fc3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msoformatpicture/setisbilevel/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoFormatPicture::SetIsBiLevel method +linktitle: SetIsBiLevel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFormatPicture::SetIsBiLevel method. Indicates whether this picture should display in two-color black and white in C++.' +type: docs +weight: 3300 +url: /es/cpp/aspose.cells.drawing/msoformatpicture/setisbilevel/ +--- +## MsoFormatPicture::SetIsBiLevel method + + +Indicates whether this picture should display in two-color black and white. + +```cpp +void Aspose::Cells::Drawing::MsoFormatPicture::SetIsBiLevel(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFormatPicture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msoformatpicture/setisgray/_index.md b/spanish/cpp/aspose.cells.drawing/msoformatpicture/setisgray/_index.md new file mode 100644 index 00000000000..8b3bea8c9ee --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msoformatpicture/setisgray/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoFormatPicture::SetIsGray method +linktitle: SetIsGray +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFormatPicture::SetIsGray method. Indicates whether this picture should display in grayscale in C++.' +type: docs +weight: 3500 +url: /es/cpp/aspose.cells.drawing/msoformatpicture/setisgray/ +--- +## MsoFormatPicture::SetIsGray method + + +Indicates whether this picture should display in grayscale. + +```cpp +void Aspose::Cells::Drawing::MsoFormatPicture::SetIsGray(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFormatPicture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msoformatpicture/setleftcrop/_index.md b/spanish/cpp/aspose.cells.drawing/msoformatpicture/setleftcrop/_index.md new file mode 100644 index 00000000000..fbffc6a865e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msoformatpicture/setleftcrop/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoFormatPicture::SetLeftCrop method +linktitle: SetLeftCrop +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFormatPicture::SetLeftCrop method. Represents the location of the left of the crop rectangle expressed, expressed as a ratio of the image''s width in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.drawing/msoformatpicture/setleftcrop/ +--- +## MsoFormatPicture::SetLeftCrop method + + +Represents the location of the left of the crop rectangle expressed, expressed as a ratio of the image's width. + +```cpp +void Aspose::Cells::Drawing::MsoFormatPicture::SetLeftCrop(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFormatPicture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msoformatpicture/setleftcropinch/_index.md b/spanish/cpp/aspose.cells.drawing/msoformatpicture/setleftcropinch/_index.md new file mode 100644 index 00000000000..7d3deec239b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msoformatpicture/setleftcropinch/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoFormatPicture::SetLeftCropInch method +linktitle: SetLeftCropInch +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFormatPicture::SetLeftCropInch method. Represents the location of the left of the crop rectangle expressed, in unit of inches in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing/msoformatpicture/setleftcropinch/ +--- +## MsoFormatPicture::SetLeftCropInch method + + +Represents the location of the left of the crop rectangle expressed, in unit of inches. + +```cpp +void Aspose::Cells::Drawing::MsoFormatPicture::SetLeftCropInch(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFormatPicture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msoformatpicture/setrightcrop/_index.md b/spanish/cpp/aspose.cells.drawing/msoformatpicture/setrightcrop/_index.md new file mode 100644 index 00000000000..c909607ab56 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msoformatpicture/setrightcrop/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoFormatPicture::SetRightCrop method +linktitle: SetRightCrop +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFormatPicture::SetRightCrop method. Represents the location of the right of the crop rectangle expressed, expressed as a ratio of the image''s width in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.drawing/msoformatpicture/setrightcrop/ +--- +## MsoFormatPicture::SetRightCrop method + + +Represents the location of the right of the crop rectangle expressed, expressed as a ratio of the image's width. + +```cpp +void Aspose::Cells::Drawing::MsoFormatPicture::SetRightCrop(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFormatPicture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msoformatpicture/setrightcropinch/_index.md b/spanish/cpp/aspose.cells.drawing/msoformatpicture/setrightcropinch/_index.md new file mode 100644 index 00000000000..babf4a3242d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msoformatpicture/setrightcropinch/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoFormatPicture::SetRightCropInch method +linktitle: SetRightCropInch +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFormatPicture::SetRightCropInch method. Represents the location of the right of the crop rectangle expressed, in unit of inches in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing/msoformatpicture/setrightcropinch/ +--- +## MsoFormatPicture::SetRightCropInch method + + +Represents the location of the right of the crop rectangle expressed, in unit of inches. + +```cpp +void Aspose::Cells::Drawing::MsoFormatPicture::SetRightCropInch(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFormatPicture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msoformatpicture/settopcrop/_index.md b/spanish/cpp/aspose.cells.drawing/msoformatpicture/settopcrop/_index.md new file mode 100644 index 00000000000..5d60aab449d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msoformatpicture/settopcrop/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoFormatPicture::SetTopCrop method +linktitle: SetTopCrop +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFormatPicture::SetTopCrop method. Represents the location of the top of the crop rectangle expressed, expressed as a ratio of the image''s height in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing/msoformatpicture/settopcrop/ +--- +## MsoFormatPicture::SetTopCrop method + + +Represents the location of the top of the crop rectangle expressed, expressed as a ratio of the image's height. + +```cpp +void Aspose::Cells::Drawing::MsoFormatPicture::SetTopCrop(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFormatPicture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msoformatpicture/settopcropinch/_index.md b/spanish/cpp/aspose.cells.drawing/msoformatpicture/settopcropinch/_index.md new file mode 100644 index 00000000000..0331023eb11 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msoformatpicture/settopcropinch/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoFormatPicture::SetTopCropInch method +linktitle: SetTopCropInch +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFormatPicture::SetTopCropInch method. Represents the location of the top of the crop rectangle expressed, in unit of inches in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/msoformatpicture/settopcropinch/ +--- +## MsoFormatPicture::SetTopCropInch method + + +Represents the location of the top of the crop rectangle expressed, in unit of inches. + +```cpp +void Aspose::Cells::Drawing::MsoFormatPicture::SetTopCropInch(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFormatPicture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msoformatpicture/settransparency/_index.md b/spanish/cpp/aspose.cells.drawing/msoformatpicture/settransparency/_index.md new file mode 100644 index 00000000000..54219e016d6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msoformatpicture/settransparency/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoFormatPicture::SetTransparency method +linktitle: SetTransparency +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFormatPicture::SetTransparency method. Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear) in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.drawing/msoformatpicture/settransparency/ +--- +## MsoFormatPicture::SetTransparency method + + +Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). + +```cpp +void Aspose::Cells::Drawing::MsoFormatPicture::SetTransparency(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoFormatPicture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msoformatpicture/settransparentcolor/_index.md b/spanish/cpp/aspose.cells.drawing/msoformatpicture/settransparentcolor/_index.md new file mode 100644 index 00000000000..862295cad56 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msoformatpicture/settransparentcolor/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::MsoFormatPicture::SetTransparentColor method +linktitle: SetTransparentColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFormatPicture::SetTransparentColor method. Gets and sets the transparent color of the picture in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.drawing/msoformatpicture/settransparentcolor/ +--- +## MsoFormatPicture::SetTransparentColor method + + +Gets and sets the transparent color of the picture. + +```cpp +void Aspose::Cells::Drawing::MsoFormatPicture::SetTransparentColor(const CellsColor &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CellsColor](../../../aspose.cells/cellscolor/) +* Class [MsoFormatPicture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msoformatpicture/~msoformatpicture/_index.md b/spanish/cpp/aspose.cells.drawing/msoformatpicture/~msoformatpicture/_index.md new file mode 100644 index 00000000000..6f4fb83025c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msoformatpicture/~msoformatpicture/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::MsoFormatPicture::~MsoFormatPicture method +linktitle: ~MsoFormatPicture +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoFormatPicture::~MsoFormatPicture method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/msoformatpicture/~msoformatpicture/ +--- +## MsoFormatPicture::~MsoFormatPicture method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::MsoFormatPicture::~MsoFormatPicture() +``` + +## See Also + +* Class [MsoFormatPicture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msolinedashstyle/_index.md b/spanish/cpp/aspose.cells.drawing/msolinedashstyle/_index.md new file mode 100644 index 00000000000..3f59ce573c6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msolinedashstyle/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Drawing::MsoLineDashStyle enum +linktitle: MsoLineDashStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoLineDashStyle enum. Represents style of dash drawing lines in C++.' +type: docs +weight: 10100 +url: /es/cpp/aspose.cells.drawing/msolinedashstyle/ +--- +## MsoLineDashStyle enum + + +Represents style of dash drawing lines. + +```cpp +enum class MsoLineDashStyle +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Dash | 0 |
Represent a dash line. | +| DashDot | 1 |
Represents a dash-dot line. | +| DashDotDot | 2 |
Represents a dash-dot-dot line. | +| DashLongDash | 3 |
Represents a long dash-short dash line. | +| DashLongDashDot | 4 |
Represents a long dash-short dash-dot line. | +| RoundDot | 5 |
Represents a round-dot line. | +| Solid | 6 |
Represent a solid line. | +| SquareDot | 7 |
Represents a square-dot line. | +| Custom | 8 |
Custom dash style. | + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/msolineformat/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/msolineformat/_impl/_index.md new file mode 100644 index 00000000000..f6083640cd3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msolineformat/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::MsoLineFormat::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoLineFormat::_impl field. The implementation object in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.drawing/msolineformat/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +MsoLineFormat_Impl* Aspose::Cells::Drawing::MsoLineFormat::_impl +``` + +## See Also + +* Class [MsoLineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msolineformat/_index.md b/spanish/cpp/aspose.cells.drawing/msolineformat/_index.md new file mode 100644 index 00000000000..fead5b9206a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msolineformat/_index.md @@ -0,0 +1,51 @@ +--- +title: Aspose::Cells::Drawing::MsoLineFormat class +linktitle: MsoLineFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoLineFormat class. Represents line and arrowhead formatting in C++.' +type: docs +weight: 3500 +url: /es/cpp/aspose.cells.drawing/msolineformat/ +--- +## MsoLineFormat class + + +Represents line and arrowhead formatting. + +```cpp +class MsoLineFormat +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetBackColor()](./getbackcolor/) | Gets and sets the border line back color. | +| [GetDashStyle()](./getdashstyle/) | Gets or sets the dash style for the specified line. | +| [GetForeColor()](./getforecolor/) | Gets and sets the border line fore color. | +| [GetStyle()](./getstyle/) | Returns a [Style](../../aspose.cells/style/) object that represents the style of the specified range. | +| [GetTransparency()](./gettransparency/) | Returns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear). | +| [GetWeight()](./getweight/) | Returns or sets the weight of the line ,in units of pt. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsVisible()](./isvisible/) | Indicates whether the object is visible. | +| [MsoLineFormat(MsoLineFormat_Impl* impl)](./msolineformat/) | Constructs from an implementation object. | +| [MsoLineFormat(const MsoLineFormat\& src)](./msolineformat/) | Copy constructor. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const MsoLineFormat\& src)](./operator_asm/) | operator= | +| [SetBackColor(const Aspose::Cells::Color\& value)](./setbackcolor/) | Gets and sets the border line back color. | +| [SetDashStyle(MsoLineDashStyle value)](./setdashstyle/) | Gets or sets the dash style for the specified line. | +| [SetForeColor(const Aspose::Cells::Color\& value)](./setforecolor/) | Gets and sets the border line fore color. | +| [SetIsVisible(bool value)](./setisvisible/) | Indicates whether the object is visible. | +| [SetStyle(MsoLineStyle value)](./setstyle/) | Returns a [Style](../../aspose.cells/style/) object that represents the style of the specified range. | +| [SetTransparency(double value)](./settransparency/) | Returns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear). | +| [SetWeight(double value)](./setweight/) | Returns or sets the weight of the line ,in units of pt. | +| [~MsoLineFormat()](./~msolineformat/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/msolineformat/getbackcolor/_index.md b/spanish/cpp/aspose.cells.drawing/msolineformat/getbackcolor/_index.md new file mode 100644 index 00000000000..85d08000411 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msolineformat/getbackcolor/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::MsoLineFormat::GetBackColor method +linktitle: GetBackColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoLineFormat::GetBackColor method. Gets and sets the border line back color in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing/msolineformat/getbackcolor/ +--- +## MsoLineFormat::GetBackColor method + + +Gets and sets the border line back color. + +```cpp +Aspose::Cells::Color Aspose::Cells::Drawing::MsoLineFormat::GetBackColor() +``` + +## See Also + +* Class [MsoLineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msolineformat/getdashstyle/_index.md b/spanish/cpp/aspose.cells.drawing/msolineformat/getdashstyle/_index.md new file mode 100644 index 00000000000..beb5d5e140a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msolineformat/getdashstyle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoLineFormat::GetDashStyle method +linktitle: GetDashStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoLineFormat::GetDashStyle method. Gets or sets the dash style for the specified line in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing/msolineformat/getdashstyle/ +--- +## MsoLineFormat::GetDashStyle method + + +Gets or sets the dash style for the specified line. + +```cpp +MsoLineDashStyle Aspose::Cells::Drawing::MsoLineFormat::GetDashStyle() +``` + +## See Also + +* Enum [MsoLineDashStyle](../../msolinedashstyle/) +* Class [MsoLineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msolineformat/getforecolor/_index.md b/spanish/cpp/aspose.cells.drawing/msolineformat/getforecolor/_index.md new file mode 100644 index 00000000000..2bc7c919ea7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msolineformat/getforecolor/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::MsoLineFormat::GetForeColor method +linktitle: GetForeColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoLineFormat::GetForeColor method. Gets and sets the border line fore color in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing/msolineformat/getforecolor/ +--- +## MsoLineFormat::GetForeColor method + + +Gets and sets the border line fore color. + +```cpp +Aspose::Cells::Color Aspose::Cells::Drawing::MsoLineFormat::GetForeColor() +``` + +## See Also + +* Class [MsoLineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msolineformat/getstyle/_index.md b/spanish/cpp/aspose.cells.drawing/msolineformat/getstyle/_index.md new file mode 100644 index 00000000000..376f71778b5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msolineformat/getstyle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoLineFormat::GetStyle method +linktitle: GetStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoLineFormat::GetStyle method. Returns a Style object that represents the style of the specified range in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/msolineformat/getstyle/ +--- +## MsoLineFormat::GetStyle method + + +Returns a [Style](../../../aspose.cells/style/) object that represents the style of the specified range. + +```cpp +MsoLineStyle Aspose::Cells::Drawing::MsoLineFormat::GetStyle() +``` + +## See Also + +* Enum [MsoLineStyle](../../msolinestyle/) +* Class [MsoLineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msolineformat/gettransparency/_index.md b/spanish/cpp/aspose.cells.drawing/msolineformat/gettransparency/_index.md new file mode 100644 index 00000000000..18487a10662 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msolineformat/gettransparency/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoLineFormat::GetTransparency method +linktitle: GetTransparency +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoLineFormat::GetTransparency method. Returns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear) in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing/msolineformat/gettransparency/ +--- +## MsoLineFormat::GetTransparency method + + +Returns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear). + +```cpp +double Aspose::Cells::Drawing::MsoLineFormat::GetTransparency() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoLineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msolineformat/getweight/_index.md b/spanish/cpp/aspose.cells.drawing/msolineformat/getweight/_index.md new file mode 100644 index 00000000000..2d8770f0a96 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msolineformat/getweight/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoLineFormat::GetWeight method +linktitle: GetWeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoLineFormat::GetWeight method. Returns or sets the weight of the line ,in units of pt in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.drawing/msolineformat/getweight/ +--- +## MsoLineFormat::GetWeight method + + +Returns or sets the weight of the line ,in units of pt. + +```cpp +double Aspose::Cells::Drawing::MsoLineFormat::GetWeight() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoLineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msolineformat/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/msolineformat/isnull/_index.md new file mode 100644 index 00000000000..13a8982e1c9 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msolineformat/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::MsoLineFormat::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoLineFormat::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/msolineformat/isnull/ +--- +## MsoLineFormat::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::MsoLineFormat::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoLineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msolineformat/isvisible/_index.md b/spanish/cpp/aspose.cells.drawing/msolineformat/isvisible/_index.md new file mode 100644 index 00000000000..f05a15b8c63 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msolineformat/isvisible/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoLineFormat::IsVisible method +linktitle: IsVisible +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoLineFormat::IsVisible method. Indicates whether the object is visible in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/msolineformat/isvisible/ +--- +## MsoLineFormat::IsVisible method + + +Indicates whether the object is visible. + +```cpp +bool Aspose::Cells::Drawing::MsoLineFormat::IsVisible() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoLineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msolineformat/msolineformat/_index.md b/spanish/cpp/aspose.cells.drawing/msolineformat/msolineformat/_index.md new file mode 100644 index 00000000000..c846beaab59 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msolineformat/msolineformat/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::MsoLineFormat::MsoLineFormat constructor +linktitle: MsoLineFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoLineFormat::MsoLineFormat constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/msolineformat/msolineformat/ +--- +## MsoLineFormat::MsoLineFormat(MsoLineFormat_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::MsoLineFormat::MsoLineFormat(MsoLineFormat_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoLineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## MsoLineFormat::MsoLineFormat(const MsoLineFormat\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::MsoLineFormat::MsoLineFormat(const MsoLineFormat &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoLineFormat](../) +* Class [MsoLineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msolineformat/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/msolineformat/operator_asm/_index.md new file mode 100644 index 00000000000..71e58a3b882 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msolineformat/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::MsoLineFormat::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoLineFormat::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/msolineformat/operator_asm/ +--- +## MsoLineFormat::operator= method + + +operator= + +```cpp +MsoLineFormat & Aspose::Cells::Drawing::MsoLineFormat::operator=(const MsoLineFormat &src) +``` + +## See Also + +* Class [MsoLineFormat](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoLineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msolineformat/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/msolineformat/operator_bool/_index.md new file mode 100644 index 00000000000..e0bedef019d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msolineformat/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::MsoLineFormat::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoLineFormat::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/msolineformat/operator_bool/ +--- +## MsoLineFormat::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::MsoLineFormat::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [MsoLineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msolineformat/setbackcolor/_index.md b/spanish/cpp/aspose.cells.drawing/msolineformat/setbackcolor/_index.md new file mode 100644 index 00000000000..f883d2f087f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msolineformat/setbackcolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoLineFormat::SetBackColor method +linktitle: SetBackColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoLineFormat::SetBackColor method. Gets and sets the border line back color in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing/msolineformat/setbackcolor/ +--- +## MsoLineFormat::SetBackColor method + + +Gets and sets the border line back color. + +```cpp +void Aspose::Cells::Drawing::MsoLineFormat::SetBackColor(const Aspose::Cells::Color &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoLineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msolineformat/setdashstyle/_index.md b/spanish/cpp/aspose.cells.drawing/msolineformat/setdashstyle/_index.md new file mode 100644 index 00000000000..768c15a6f97 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msolineformat/setdashstyle/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::MsoLineFormat::SetDashStyle method +linktitle: SetDashStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoLineFormat::SetDashStyle method. Gets or sets the dash style for the specified line in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing/msolineformat/setdashstyle/ +--- +## MsoLineFormat::SetDashStyle method + + +Gets or sets the dash style for the specified line. + +```cpp +void Aspose::Cells::Drawing::MsoLineFormat::SetDashStyle(MsoLineDashStyle value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [MsoLineDashStyle](../../msolinedashstyle/) +* Class [MsoLineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msolineformat/setforecolor/_index.md b/spanish/cpp/aspose.cells.drawing/msolineformat/setforecolor/_index.md new file mode 100644 index 00000000000..cb57d4571a3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msolineformat/setforecolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoLineFormat::SetForeColor method +linktitle: SetForeColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoLineFormat::SetForeColor method. Gets and sets the border line fore color in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing/msolineformat/setforecolor/ +--- +## MsoLineFormat::SetForeColor method + + +Gets and sets the border line fore color. + +```cpp +void Aspose::Cells::Drawing::MsoLineFormat::SetForeColor(const Aspose::Cells::Color &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoLineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msolineformat/setisvisible/_index.md b/spanish/cpp/aspose.cells.drawing/msolineformat/setisvisible/_index.md new file mode 100644 index 00000000000..e05ef7cae2b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msolineformat/setisvisible/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoLineFormat::SetIsVisible method +linktitle: SetIsVisible +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoLineFormat::SetIsVisible method. Indicates whether the object is visible in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/msolineformat/setisvisible/ +--- +## MsoLineFormat::SetIsVisible method + + +Indicates whether the object is visible. + +```cpp +void Aspose::Cells::Drawing::MsoLineFormat::SetIsVisible(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoLineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msolineformat/setstyle/_index.md b/spanish/cpp/aspose.cells.drawing/msolineformat/setstyle/_index.md new file mode 100644 index 00000000000..ba4428dd25d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msolineformat/setstyle/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::MsoLineFormat::SetStyle method +linktitle: SetStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoLineFormat::SetStyle method. Returns a Style object that represents the style of the specified range in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing/msolineformat/setstyle/ +--- +## MsoLineFormat::SetStyle method + + +Returns a [Style](../../../aspose.cells/style/) object that represents the style of the specified range. + +```cpp +void Aspose::Cells::Drawing::MsoLineFormat::SetStyle(MsoLineStyle value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [MsoLineStyle](../../msolinestyle/) +* Class [MsoLineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msolineformat/settransparency/_index.md b/spanish/cpp/aspose.cells.drawing/msolineformat/settransparency/_index.md new file mode 100644 index 00000000000..d20984f1da9 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msolineformat/settransparency/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoLineFormat::SetTransparency method +linktitle: SetTransparency +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoLineFormat::SetTransparency method. Returns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear) in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing/msolineformat/settransparency/ +--- +## MsoLineFormat::SetTransparency method + + +Returns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear). + +```cpp +void Aspose::Cells::Drawing::MsoLineFormat::SetTransparency(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoLineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msolineformat/setweight/_index.md b/spanish/cpp/aspose.cells.drawing/msolineformat/setweight/_index.md new file mode 100644 index 00000000000..a1d2f48baae --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msolineformat/setweight/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoLineFormat::SetWeight method +linktitle: SetWeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoLineFormat::SetWeight method. Returns or sets the weight of the line ,in units of pt in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.drawing/msolineformat/setweight/ +--- +## MsoLineFormat::SetWeight method + + +Returns or sets the weight of the line ,in units of pt. + +```cpp +void Aspose::Cells::Drawing::MsoLineFormat::SetWeight(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoLineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msolineformat/~msolineformat/_index.md b/spanish/cpp/aspose.cells.drawing/msolineformat/~msolineformat/_index.md new file mode 100644 index 00000000000..11249549c57 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msolineformat/~msolineformat/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::MsoLineFormat::~MsoLineFormat method +linktitle: ~MsoLineFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoLineFormat::~MsoLineFormat method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/msolineformat/~msolineformat/ +--- +## MsoLineFormat::~MsoLineFormat method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::MsoLineFormat::~MsoLineFormat() +``` + +## See Also + +* Class [MsoLineFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msolineformathelper/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/msolineformathelper/_impl/_index.md new file mode 100644 index 00000000000..088d91ad4cb --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msolineformathelper/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::MsoLineFormatHelper::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoLineFormatHelper::_impl field. The implementation object in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.drawing/msolineformathelper/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +MsoLineFormatHelper_Impl* Aspose::Cells::Drawing::MsoLineFormatHelper::_impl +``` + +## See Also + +* Class [MsoLineFormatHelper](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msolineformathelper/_index.md b/spanish/cpp/aspose.cells.drawing/msolineformathelper/_index.md new file mode 100644 index 00000000000..caafe2d374c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msolineformathelper/_index.md @@ -0,0 +1,51 @@ +--- +title: Aspose::Cells::Drawing::MsoLineFormatHelper class +linktitle: MsoLineFormatHelper +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoLineFormatHelper class. Represents line and arrowhead formatting in C++.' +type: docs +weight: 3600 +url: /es/cpp/aspose.cells.drawing/msolineformathelper/ +--- +## MsoLineFormatHelper class + + +Represents line and arrowhead formatting. + +```cpp +class MsoLineFormatHelper +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetBackColor()](./getbackcolor/) | Gets and sets the border line back color. | +| [GetDashStyle()](./getdashstyle/) | Gets or sets the dash style for the specified line. | +| [GetForeColor()](./getforecolor/) | Gets and sets the border line fore color. | +| [GetStyle()](./getstyle/) | Returns a [Style](../../aspose.cells/style/) object that represents the style of the specified range. | +| [GetTransparency()](./gettransparency/) | Returns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear). | +| [GetWeight()](./getweight/) | Returns or sets the weight of the line ,in units of pt. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsVisible()](./isvisible/) | Indicates whether the object is visible. | +| [MsoLineFormatHelper(MsoLineFormatHelper_Impl* impl)](./msolineformathelper/) | Constructs from an implementation object. | +| [MsoLineFormatHelper(const MsoLineFormatHelper\& src)](./msolineformathelper/) | Copy constructor. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const MsoLineFormatHelper\& src)](./operator_asm/) | operator= | +| [SetBackColor(const Aspose::Cells::Color\& value)](./setbackcolor/) | Gets and sets the border line back color. | +| [SetDashStyle(MsoLineDashStyle value)](./setdashstyle/) | Gets or sets the dash style for the specified line. | +| [SetForeColor(const Aspose::Cells::Color\& value)](./setforecolor/) | Gets and sets the border line fore color. | +| [SetIsVisible(bool value)](./setisvisible/) | Indicates whether the object is visible. | +| [SetStyle(MsoLineStyle value)](./setstyle/) | Returns a [Style](../../aspose.cells/style/) object that represents the style of the specified range. | +| [SetTransparency(double value)](./settransparency/) | Returns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear). | +| [SetWeight(double value)](./setweight/) | Returns or sets the weight of the line ,in units of pt. | +| [~MsoLineFormatHelper()](./~msolineformathelper/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/msolineformathelper/getbackcolor/_index.md b/spanish/cpp/aspose.cells.drawing/msolineformathelper/getbackcolor/_index.md new file mode 100644 index 00000000000..c68daf181d4 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msolineformathelper/getbackcolor/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::MsoLineFormatHelper::GetBackColor method +linktitle: GetBackColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoLineFormatHelper::GetBackColor method. Gets and sets the border line back color in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing/msolineformathelper/getbackcolor/ +--- +## MsoLineFormatHelper::GetBackColor method + + +Gets and sets the border line back color. + +```cpp +Aspose::Cells::Color Aspose::Cells::Drawing::MsoLineFormatHelper::GetBackColor() +``` + +## See Also + +* Class [MsoLineFormatHelper](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msolineformathelper/getdashstyle/_index.md b/spanish/cpp/aspose.cells.drawing/msolineformathelper/getdashstyle/_index.md new file mode 100644 index 00000000000..8eb0dd1bec7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msolineformathelper/getdashstyle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoLineFormatHelper::GetDashStyle method +linktitle: GetDashStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoLineFormatHelper::GetDashStyle method. Gets or sets the dash style for the specified line in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing/msolineformathelper/getdashstyle/ +--- +## MsoLineFormatHelper::GetDashStyle method + + +Gets or sets the dash style for the specified line. + +```cpp +MsoLineDashStyle Aspose::Cells::Drawing::MsoLineFormatHelper::GetDashStyle() +``` + +## See Also + +* Enum [MsoLineDashStyle](../../msolinedashstyle/) +* Class [MsoLineFormatHelper](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msolineformathelper/getforecolor/_index.md b/spanish/cpp/aspose.cells.drawing/msolineformathelper/getforecolor/_index.md new file mode 100644 index 00000000000..279ef78927f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msolineformathelper/getforecolor/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::MsoLineFormatHelper::GetForeColor method +linktitle: GetForeColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoLineFormatHelper::GetForeColor method. Gets and sets the border line fore color in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing/msolineformathelper/getforecolor/ +--- +## MsoLineFormatHelper::GetForeColor method + + +Gets and sets the border line fore color. + +```cpp +Aspose::Cells::Color Aspose::Cells::Drawing::MsoLineFormatHelper::GetForeColor() +``` + +## See Also + +* Class [MsoLineFormatHelper](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msolineformathelper/getstyle/_index.md b/spanish/cpp/aspose.cells.drawing/msolineformathelper/getstyle/_index.md new file mode 100644 index 00000000000..0bd653dd8f3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msolineformathelper/getstyle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoLineFormatHelper::GetStyle method +linktitle: GetStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoLineFormatHelper::GetStyle method. Returns a Style object that represents the style of the specified range in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/msolineformathelper/getstyle/ +--- +## MsoLineFormatHelper::GetStyle method + + +Returns a [Style](../../../aspose.cells/style/) object that represents the style of the specified range. + +```cpp +MsoLineStyle Aspose::Cells::Drawing::MsoLineFormatHelper::GetStyle() +``` + +## See Also + +* Enum [MsoLineStyle](../../msolinestyle/) +* Class [MsoLineFormatHelper](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msolineformathelper/gettransparency/_index.md b/spanish/cpp/aspose.cells.drawing/msolineformathelper/gettransparency/_index.md new file mode 100644 index 00000000000..39589e4acfe --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msolineformathelper/gettransparency/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoLineFormatHelper::GetTransparency method +linktitle: GetTransparency +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoLineFormatHelper::GetTransparency method. Returns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear) in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing/msolineformathelper/gettransparency/ +--- +## MsoLineFormatHelper::GetTransparency method + + +Returns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear). + +```cpp +double Aspose::Cells::Drawing::MsoLineFormatHelper::GetTransparency() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoLineFormatHelper](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msolineformathelper/getweight/_index.md b/spanish/cpp/aspose.cells.drawing/msolineformathelper/getweight/_index.md new file mode 100644 index 00000000000..12e4b58526d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msolineformathelper/getweight/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoLineFormatHelper::GetWeight method +linktitle: GetWeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoLineFormatHelper::GetWeight method. Returns or sets the weight of the line ,in units of pt in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.drawing/msolineformathelper/getweight/ +--- +## MsoLineFormatHelper::GetWeight method + + +Returns or sets the weight of the line ,in units of pt. + +```cpp +double Aspose::Cells::Drawing::MsoLineFormatHelper::GetWeight() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoLineFormatHelper](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msolineformathelper/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/msolineformathelper/isnull/_index.md new file mode 100644 index 00000000000..d081d88eb98 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msolineformathelper/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::MsoLineFormatHelper::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoLineFormatHelper::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/msolineformathelper/isnull/ +--- +## MsoLineFormatHelper::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::MsoLineFormatHelper::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoLineFormatHelper](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msolineformathelper/isvisible/_index.md b/spanish/cpp/aspose.cells.drawing/msolineformathelper/isvisible/_index.md new file mode 100644 index 00000000000..0c1d96ba4dd --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msolineformathelper/isvisible/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoLineFormatHelper::IsVisible method +linktitle: IsVisible +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoLineFormatHelper::IsVisible method. Indicates whether the object is visible in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/msolineformathelper/isvisible/ +--- +## MsoLineFormatHelper::IsVisible method + + +Indicates whether the object is visible. + +```cpp +bool Aspose::Cells::Drawing::MsoLineFormatHelper::IsVisible() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoLineFormatHelper](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msolineformathelper/msolineformathelper/_index.md b/spanish/cpp/aspose.cells.drawing/msolineformathelper/msolineformathelper/_index.md new file mode 100644 index 00000000000..9b6836de09e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msolineformathelper/msolineformathelper/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::MsoLineFormatHelper::MsoLineFormatHelper constructor +linktitle: MsoLineFormatHelper +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoLineFormatHelper::MsoLineFormatHelper constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/msolineformathelper/msolineformathelper/ +--- +## MsoLineFormatHelper::MsoLineFormatHelper(MsoLineFormatHelper_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::MsoLineFormatHelper::MsoLineFormatHelper(MsoLineFormatHelper_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoLineFormatHelper](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## MsoLineFormatHelper::MsoLineFormatHelper(const MsoLineFormatHelper\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::MsoLineFormatHelper::MsoLineFormatHelper(const MsoLineFormatHelper &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoLineFormatHelper](../) +* Class [MsoLineFormatHelper](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msolineformathelper/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/msolineformathelper/operator_asm/_index.md new file mode 100644 index 00000000000..dd64caac4d0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msolineformathelper/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::MsoLineFormatHelper::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoLineFormatHelper::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/msolineformathelper/operator_asm/ +--- +## MsoLineFormatHelper::operator= method + + +operator= + +```cpp +MsoLineFormatHelper & Aspose::Cells::Drawing::MsoLineFormatHelper::operator=(const MsoLineFormatHelper &src) +``` + +## See Also + +* Class [MsoLineFormatHelper](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoLineFormatHelper](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msolineformathelper/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/msolineformathelper/operator_bool/_index.md new file mode 100644 index 00000000000..218fa8791e7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msolineformathelper/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::MsoLineFormatHelper::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoLineFormatHelper::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/msolineformathelper/operator_bool/ +--- +## MsoLineFormatHelper::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::MsoLineFormatHelper::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [MsoLineFormatHelper](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msolineformathelper/setbackcolor/_index.md b/spanish/cpp/aspose.cells.drawing/msolineformathelper/setbackcolor/_index.md new file mode 100644 index 00000000000..02f8e98aee4 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msolineformathelper/setbackcolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoLineFormatHelper::SetBackColor method +linktitle: SetBackColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoLineFormatHelper::SetBackColor method. Gets and sets the border line back color in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing/msolineformathelper/setbackcolor/ +--- +## MsoLineFormatHelper::SetBackColor method + + +Gets and sets the border line back color. + +```cpp +void Aspose::Cells::Drawing::MsoLineFormatHelper::SetBackColor(const Aspose::Cells::Color &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoLineFormatHelper](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msolineformathelper/setdashstyle/_index.md b/spanish/cpp/aspose.cells.drawing/msolineformathelper/setdashstyle/_index.md new file mode 100644 index 00000000000..93e06dddc85 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msolineformathelper/setdashstyle/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::MsoLineFormatHelper::SetDashStyle method +linktitle: SetDashStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoLineFormatHelper::SetDashStyle method. Gets or sets the dash style for the specified line in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing/msolineformathelper/setdashstyle/ +--- +## MsoLineFormatHelper::SetDashStyle method + + +Gets or sets the dash style for the specified line. + +```cpp +void Aspose::Cells::Drawing::MsoLineFormatHelper::SetDashStyle(MsoLineDashStyle value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [MsoLineDashStyle](../../msolinedashstyle/) +* Class [MsoLineFormatHelper](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msolineformathelper/setforecolor/_index.md b/spanish/cpp/aspose.cells.drawing/msolineformathelper/setforecolor/_index.md new file mode 100644 index 00000000000..f81eae71bec --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msolineformathelper/setforecolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoLineFormatHelper::SetForeColor method +linktitle: SetForeColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoLineFormatHelper::SetForeColor method. Gets and sets the border line fore color in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing/msolineformathelper/setforecolor/ +--- +## MsoLineFormatHelper::SetForeColor method + + +Gets and sets the border line fore color. + +```cpp +void Aspose::Cells::Drawing::MsoLineFormatHelper::SetForeColor(const Aspose::Cells::Color &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoLineFormatHelper](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msolineformathelper/setisvisible/_index.md b/spanish/cpp/aspose.cells.drawing/msolineformathelper/setisvisible/_index.md new file mode 100644 index 00000000000..d49c98cdc9b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msolineformathelper/setisvisible/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoLineFormatHelper::SetIsVisible method +linktitle: SetIsVisible +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoLineFormatHelper::SetIsVisible method. Indicates whether the object is visible in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/msolineformathelper/setisvisible/ +--- +## MsoLineFormatHelper::SetIsVisible method + + +Indicates whether the object is visible. + +```cpp +void Aspose::Cells::Drawing::MsoLineFormatHelper::SetIsVisible(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoLineFormatHelper](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msolineformathelper/setstyle/_index.md b/spanish/cpp/aspose.cells.drawing/msolineformathelper/setstyle/_index.md new file mode 100644 index 00000000000..244d9b20ef2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msolineformathelper/setstyle/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::MsoLineFormatHelper::SetStyle method +linktitle: SetStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoLineFormatHelper::SetStyle method. Returns a Style object that represents the style of the specified range in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing/msolineformathelper/setstyle/ +--- +## MsoLineFormatHelper::SetStyle method + + +Returns a [Style](../../../aspose.cells/style/) object that represents the style of the specified range. + +```cpp +void Aspose::Cells::Drawing::MsoLineFormatHelper::SetStyle(MsoLineStyle value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [MsoLineStyle](../../msolinestyle/) +* Class [MsoLineFormatHelper](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msolineformathelper/settransparency/_index.md b/spanish/cpp/aspose.cells.drawing/msolineformathelper/settransparency/_index.md new file mode 100644 index 00000000000..3ad7a243995 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msolineformathelper/settransparency/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoLineFormatHelper::SetTransparency method +linktitle: SetTransparency +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoLineFormatHelper::SetTransparency method. Returns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear) in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing/msolineformathelper/settransparency/ +--- +## MsoLineFormatHelper::SetTransparency method + + +Returns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear). + +```cpp +void Aspose::Cells::Drawing::MsoLineFormatHelper::SetTransparency(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoLineFormatHelper](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msolineformathelper/setweight/_index.md b/spanish/cpp/aspose.cells.drawing/msolineformathelper/setweight/_index.md new file mode 100644 index 00000000000..bf798e49c4d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msolineformathelper/setweight/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoLineFormatHelper::SetWeight method +linktitle: SetWeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoLineFormatHelper::SetWeight method. Returns or sets the weight of the line ,in units of pt in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.drawing/msolineformathelper/setweight/ +--- +## MsoLineFormatHelper::SetWeight method + + +Returns or sets the weight of the line ,in units of pt. + +```cpp +void Aspose::Cells::Drawing::MsoLineFormatHelper::SetWeight(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoLineFormatHelper](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msolineformathelper/~msolineformathelper/_index.md b/spanish/cpp/aspose.cells.drawing/msolineformathelper/~msolineformathelper/_index.md new file mode 100644 index 00000000000..0d0366c3282 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msolineformathelper/~msolineformathelper/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::MsoLineFormatHelper::~MsoLineFormatHelper method +linktitle: ~MsoLineFormatHelper +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoLineFormatHelper::~MsoLineFormatHelper method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/msolineformathelper/~msolineformathelper/ +--- +## MsoLineFormatHelper::~MsoLineFormatHelper method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::MsoLineFormatHelper::~MsoLineFormatHelper() +``` + +## See Also + +* Class [MsoLineFormatHelper](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msolinestyle/_index.md b/spanish/cpp/aspose.cells.drawing/msolinestyle/_index.md new file mode 100644 index 00000000000..44c2ba6c7e2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msolinestyle/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::MsoLineStyle enum +linktitle: MsoLineStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoLineStyle enum. Represents style of drawing lines in C++.' +type: docs +weight: 10200 +url: /es/cpp/aspose.cells.drawing/msolinestyle/ +--- +## MsoLineStyle enum + + +Represents style of drawing lines. + +```cpp +enum class MsoLineStyle +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Single | 0 |
Single line (of width lineWidth) | +| ThickBetweenThin | 1 |
Three lines, thin, thick, thin. | +| ThinThick | 2 |
Double lines, one thin, one thick. | +| ThickThin | 3 |
Double lines, one thick, one thin. | +| ThinThin | 4 |
Double lines of equal width. | + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/msopresettexteffect/_index.md b/spanish/cpp/aspose.cells.drawing/msopresettexteffect/_index.md new file mode 100644 index 00000000000..a6e2911e2ea --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msopresettexteffect/_index.md @@ -0,0 +1,57 @@ +--- +title: Aspose::Cells::Drawing::MsoPresetTextEffect enum +linktitle: MsoPresetTextEffect +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoPresetTextEffect enum. Represents preset text effect type of WordArt in C++.' +type: docs +weight: 10300 +url: /es/cpp/aspose.cells.drawing/msopresettexteffect/ +--- +## MsoPresetTextEffect enum + + +Represents preset text effect type of WordArt. + +```cpp +enum class MsoPresetTextEffect +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| TextEffect1 | 0 |
TextEffect1. | +| TextEffect2 | 1 |
TextEffect2. | +| TextEffect3 | 2 |
TextEffect3. | +| TextEffect4 | 3 |
TextEffect4. | +| TextEffect5 | 4 |
TextEffect5. | +| TextEffect6 | 5 |
TextEffect6. | +| TextEffect7 | 6 |
TextEffect7. | +| TextEffect8 | 7 |
TextEffect8. | +| TextEffect9 | 8 |
TextEffect9. | +| TextEffect10 | 9 |
TextEffect10. | +| TextEffect11 | 10 |
TextEffect11. | +| TextEffect12 | 11 |
TextEffect12. | +| TextEffect13 | 12 |
TextEffect13. | +| TextEffect14 | 13 |
TextEffect14. | +| TextEffect15 | 14 |
TextEffect15. | +| TextEffect16 | 15 |
TextEffect16. | +| TextEffect17 | 16 |
TextEffect17. | +| TextEffect18 | 17 |
TextEffect18. | +| TextEffect19 | 18 |
TextEffect19. | +| TextEffect20 | 19 |
TextEffect20. | +| TextEffect21 | 20 |
TextEffect21. | +| TextEffect22 | 21 |
TextEffect22. | +| TextEffect23 | 22 |
TextEffect23. | +| TextEffect24 | 23 |
TextEffect24. | +| TextEffect25 | 24 |
TextEffect25. | +| TextEffect26 | 25 |
TextEffect26. | +| TextEffect27 | 26 |
TextEffect27. | +| TextEffect28 | 27 |
TextEffect28. | +| TextEffect29 | 28 |
TextEffect29. | +| TextEffect30 | 29 |
TextEffect30. | + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/msopresettexteffectshape/_index.md b/spanish/cpp/aspose.cells.drawing/msopresettexteffectshape/_index.md new file mode 100644 index 00000000000..7f8cd7d0570 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msopresettexteffectshape/_index.md @@ -0,0 +1,68 @@ +--- +title: Aspose::Cells::Drawing::MsoPresetTextEffectShape enum +linktitle: MsoPresetTextEffectShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoPresetTextEffectShape enum. Represents preset text effect shape type of WordArt in C++.' +type: docs +weight: 10400 +url: /es/cpp/aspose.cells.drawing/msopresettexteffectshape/ +--- +## MsoPresetTextEffectShape enum + + +Represents preset text effect shape type of WordArt. + +```cpp +enum class MsoPresetTextEffectShape +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| PlainText | 136 |
PlainText. | +| Stop | 137 |
Stop. | +| TriangleUp | 138 |
TriangleUp. | +| TriangleDown | 139 |
TriangleDown. | +| ChevronUp | 140 |
ChevronUp. | +| ChevronDown | 141 |
ChevronDown. | +| RingInside | 142 |
RingInside. | +| RingOutside | 143 |
RingOutside. | +| ArchUpCurve | 144 |
ArchUpCurve. | +| ArchDownCurve | 145 |
ArchDownCurve. | +| CircleCurve | 146 |
CircleCurve. | +| ButtonCurve | 147 |
ButtonCurve. | +| ArchUpPour | 148 |
ArchUpPour. | +| ArchDownPour | 149 |
ArchDownPour. | +| CirclePour | 150 |
CirclePour. | +| ButtonPour | 151 |
ButtonPour. | +| CurveUp | 152 |
CurveUp. | +| CurveDown | 153 |
CurveDown. | +| CanUp | 174 |
CanUp. | +| CanDown | 175 |
CanDown. | +| Wave1 | 156 |
Wave1. | +| Wave2 | 157 |
Wave2. | +| DoubleWave1 | 158 |
DoubleWave1. | +| DoubleWave2 | 159 |
DoubleWave2. | +| Inflate | 160 |
Inflate. | +| Deflate | 161 |
Deflate. | +| InflateBottom | 162 |
InflateBottom. | +| DeflateBottom | 163 |
DeflateBottom. | +| InflateTop | 164 |
InflateTop. | +| DeflateTop | 165 |
DeflateTop. | +| DeflateInflate | 166 |
DeflateInflate. | +| DeflateInflateDeflate | 167 |
DeflateInflateDeflate. | +| FadeRight | 168 |
FadeRight. | +| FadeLeft | 169 |
FadeLeft. | +| FadeUp | 170 |
FadeUp. | +| FadeDown | 171 |
FadeDown. | +| SlantUp | 172 |
SlantUp. | +| SlantDown | 173 |
SlantDown. | +| CascadeUp | 154 |
CascadeUp. | +| CascadeDown | 155 |
CascadeDown. | +| Mixed | 255 |
Mixed. | + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/msotextframe/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/msotextframe/_impl/_index.md new file mode 100644 index 00000000000..6f86959d964 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msotextframe/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::MsoTextFrame::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoTextFrame::_impl field. The implementation object in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.drawing/msotextframe/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +MsoTextFrame_Impl* Aspose::Cells::Drawing::MsoTextFrame::_impl +``` + +## See Also + +* Class [MsoTextFrame](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msotextframe/_index.md b/spanish/cpp/aspose.cells.drawing/msotextframe/_index.md new file mode 100644 index 00000000000..47f762a087a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msotextframe/_index.md @@ -0,0 +1,51 @@ +--- +title: Aspose::Cells::Drawing::MsoTextFrame class +linktitle: MsoTextFrame +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoTextFrame class. Represents the text frame in a Shape object in C++.' +type: docs +weight: 3700 +url: /es/cpp/aspose.cells.drawing/msotextframe/ +--- +## MsoTextFrame class + + +Represents the text frame in a [Shape](../shape/) object. + +```cpp +class MsoTextFrame +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetAutoSize()](./getautosize/) | Indicates if size of shape is adjusted automatically according to its content. | +| [GetBottomMarginPt()](./getbottommarginpt/) | Returns the bottom margin in unit of Points. | +| [GetLeftMarginPt()](./getleftmarginpt/) | Returns the left margin in unit of Points. | +| [GetRightMarginPt()](./getrightmarginpt/) | Returns the right margin in unit of Points. | +| [GetRotateTextWithShape()](./getrotatetextwithshape/) | Indicates whether rotating text with shape. | +| [GetTopMarginPt()](./gettopmarginpt/) | Returns the top margin in unit of Points. | +| [IsAutoMargin()](./isautomargin/) | Indicates whether the margin is auto calculated. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [MsoTextFrame(MsoTextFrame_Impl* impl)](./msotextframe/) | Constructs from an implementation object. | +| [MsoTextFrame(const MsoTextFrame\& src)](./msotextframe/) | Copy constructor. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const MsoTextFrame\& src)](./operator_asm/) | operator= | +| [SetAutoSize(bool value)](./setautosize/) | Indicates if size of shape is adjusted automatically according to its content. | +| [SetBottomMarginPt(double value)](./setbottommarginpt/) | Returns the bottom margin in unit of Points. | +| [SetIsAutoMargin(bool value)](./setisautomargin/) | Indicates whether the margin is auto calculated. | +| [SetLeftMarginPt(double value)](./setleftmarginpt/) | Returns the left margin in unit of Points. | +| [SetRightMarginPt(double value)](./setrightmarginpt/) | Returns the right margin in unit of Points. | +| [SetRotateTextWithShape(bool value)](./setrotatetextwithshape/) | Indicates whether rotating text with shape. | +| [SetTopMarginPt(double value)](./settopmarginpt/) | Returns the top margin in unit of Points. | +| [~MsoTextFrame()](./~msotextframe/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/msotextframe/getautosize/_index.md b/spanish/cpp/aspose.cells.drawing/msotextframe/getautosize/_index.md new file mode 100644 index 00000000000..e1c1b872e3b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msotextframe/getautosize/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoTextFrame::GetAutoSize method +linktitle: GetAutoSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoTextFrame::GetAutoSize method. Indicates if size of shape is adjusted automatically according to its content in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/msotextframe/getautosize/ +--- +## MsoTextFrame::GetAutoSize method + + +Indicates if size of shape is adjusted automatically according to its content. + +```cpp +bool Aspose::Cells::Drawing::MsoTextFrame::GetAutoSize() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoTextFrame](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msotextframe/getbottommarginpt/_index.md b/spanish/cpp/aspose.cells.drawing/msotextframe/getbottommarginpt/_index.md new file mode 100644 index 00000000000..a7c0f75b516 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msotextframe/getbottommarginpt/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoTextFrame::GetBottomMarginPt method +linktitle: GetBottomMarginPt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoTextFrame::GetBottomMarginPt method. Returns the bottom margin in unit of Points in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.drawing/msotextframe/getbottommarginpt/ +--- +## MsoTextFrame::GetBottomMarginPt method + + +Returns the bottom margin in unit of Points. + +```cpp +double Aspose::Cells::Drawing::MsoTextFrame::GetBottomMarginPt() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoTextFrame](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msotextframe/getleftmarginpt/_index.md b/spanish/cpp/aspose.cells.drawing/msotextframe/getleftmarginpt/_index.md new file mode 100644 index 00000000000..1e4ca60e9a3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msotextframe/getleftmarginpt/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoTextFrame::GetLeftMarginPt method +linktitle: GetLeftMarginPt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoTextFrame::GetLeftMarginPt method. Returns the left margin in unit of Points in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing/msotextframe/getleftmarginpt/ +--- +## MsoTextFrame::GetLeftMarginPt method + + +Returns the left margin in unit of Points. + +```cpp +double Aspose::Cells::Drawing::MsoTextFrame::GetLeftMarginPt() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoTextFrame](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msotextframe/getrightmarginpt/_index.md b/spanish/cpp/aspose.cells.drawing/msotextframe/getrightmarginpt/_index.md new file mode 100644 index 00000000000..3506beb8dfe --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msotextframe/getrightmarginpt/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoTextFrame::GetRightMarginPt method +linktitle: GetRightMarginPt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoTextFrame::GetRightMarginPt method. Returns the right margin in unit of Points in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing/msotextframe/getrightmarginpt/ +--- +## MsoTextFrame::GetRightMarginPt method + + +Returns the right margin in unit of Points. + +```cpp +double Aspose::Cells::Drawing::MsoTextFrame::GetRightMarginPt() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoTextFrame](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msotextframe/getrotatetextwithshape/_index.md b/spanish/cpp/aspose.cells.drawing/msotextframe/getrotatetextwithshape/_index.md new file mode 100644 index 00000000000..d7220a34ebb --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msotextframe/getrotatetextwithshape/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoTextFrame::GetRotateTextWithShape method +linktitle: GetRotateTextWithShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoTextFrame::GetRotateTextWithShape method. Indicates whether rotating text with shape in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing/msotextframe/getrotatetextwithshape/ +--- +## MsoTextFrame::GetRotateTextWithShape method + + +Indicates whether rotating text with shape. + +```cpp +bool Aspose::Cells::Drawing::MsoTextFrame::GetRotateTextWithShape() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoTextFrame](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msotextframe/gettopmarginpt/_index.md b/spanish/cpp/aspose.cells.drawing/msotextframe/gettopmarginpt/_index.md new file mode 100644 index 00000000000..3951fbb51b0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msotextframe/gettopmarginpt/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoTextFrame::GetTopMarginPt method +linktitle: GetTopMarginPt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoTextFrame::GetTopMarginPt method. Returns the top margin in unit of Points in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing/msotextframe/gettopmarginpt/ +--- +## MsoTextFrame::GetTopMarginPt method + + +Returns the top margin in unit of Points. + +```cpp +double Aspose::Cells::Drawing::MsoTextFrame::GetTopMarginPt() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoTextFrame](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msotextframe/isautomargin/_index.md b/spanish/cpp/aspose.cells.drawing/msotextframe/isautomargin/_index.md new file mode 100644 index 00000000000..4091a0344c6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msotextframe/isautomargin/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoTextFrame::IsAutoMargin method +linktitle: IsAutoMargin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoTextFrame::IsAutoMargin method. Indicates whether the margin is auto calculated in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/msotextframe/isautomargin/ +--- +## MsoTextFrame::IsAutoMargin method + + +Indicates whether the margin is auto calculated. + +```cpp +bool Aspose::Cells::Drawing::MsoTextFrame::IsAutoMargin() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoTextFrame](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msotextframe/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/msotextframe/isnull/_index.md new file mode 100644 index 00000000000..e5ef8a4acf7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msotextframe/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::MsoTextFrame::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoTextFrame::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/msotextframe/isnull/ +--- +## MsoTextFrame::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::MsoTextFrame::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoTextFrame](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msotextframe/msotextframe/_index.md b/spanish/cpp/aspose.cells.drawing/msotextframe/msotextframe/_index.md new file mode 100644 index 00000000000..29e278aeb7d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msotextframe/msotextframe/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::MsoTextFrame::MsoTextFrame constructor +linktitle: MsoTextFrame +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoTextFrame::MsoTextFrame constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/msotextframe/msotextframe/ +--- +## MsoTextFrame::MsoTextFrame(MsoTextFrame_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::MsoTextFrame::MsoTextFrame(MsoTextFrame_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoTextFrame](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## MsoTextFrame::MsoTextFrame(const MsoTextFrame\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::MsoTextFrame::MsoTextFrame(const MsoTextFrame &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoTextFrame](../) +* Class [MsoTextFrame](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msotextframe/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/msotextframe/operator_asm/_index.md new file mode 100644 index 00000000000..48258e1ac4b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msotextframe/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::MsoTextFrame::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoTextFrame::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/msotextframe/operator_asm/ +--- +## MsoTextFrame::operator= method + + +operator= + +```cpp +MsoTextFrame & Aspose::Cells::Drawing::MsoTextFrame::operator=(const MsoTextFrame &src) +``` + +## See Also + +* Class [MsoTextFrame](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoTextFrame](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msotextframe/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/msotextframe/operator_bool/_index.md new file mode 100644 index 00000000000..a0e96e89b0a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msotextframe/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::MsoTextFrame::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoTextFrame::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/msotextframe/operator_bool/ +--- +## MsoTextFrame::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::MsoTextFrame::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [MsoTextFrame](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msotextframe/setautosize/_index.md b/spanish/cpp/aspose.cells.drawing/msotextframe/setautosize/_index.md new file mode 100644 index 00000000000..eb33a81c000 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msotextframe/setautosize/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoTextFrame::SetAutoSize method +linktitle: SetAutoSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoTextFrame::SetAutoSize method. Indicates if size of shape is adjusted automatically according to its content in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/msotextframe/setautosize/ +--- +## MsoTextFrame::SetAutoSize method + + +Indicates if size of shape is adjusted automatically according to its content. + +```cpp +void Aspose::Cells::Drawing::MsoTextFrame::SetAutoSize(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoTextFrame](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msotextframe/setbottommarginpt/_index.md b/spanish/cpp/aspose.cells.drawing/msotextframe/setbottommarginpt/_index.md new file mode 100644 index 00000000000..afa8ea6d953 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msotextframe/setbottommarginpt/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoTextFrame::SetBottomMarginPt method +linktitle: SetBottomMarginPt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoTextFrame::SetBottomMarginPt method. Returns the bottom margin in unit of Points in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.drawing/msotextframe/setbottommarginpt/ +--- +## MsoTextFrame::SetBottomMarginPt method + + +Returns the bottom margin in unit of Points. + +```cpp +void Aspose::Cells::Drawing::MsoTextFrame::SetBottomMarginPt(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoTextFrame](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msotextframe/setisautomargin/_index.md b/spanish/cpp/aspose.cells.drawing/msotextframe/setisautomargin/_index.md new file mode 100644 index 00000000000..b9e93aab293 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msotextframe/setisautomargin/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoTextFrame::SetIsAutoMargin method +linktitle: SetIsAutoMargin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoTextFrame::SetIsAutoMargin method. Indicates whether the margin is auto calculated in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing/msotextframe/setisautomargin/ +--- +## MsoTextFrame::SetIsAutoMargin method + + +Indicates whether the margin is auto calculated. + +```cpp +void Aspose::Cells::Drawing::MsoTextFrame::SetIsAutoMargin(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoTextFrame](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msotextframe/setleftmarginpt/_index.md b/spanish/cpp/aspose.cells.drawing/msotextframe/setleftmarginpt/_index.md new file mode 100644 index 00000000000..6b3051b8c7e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msotextframe/setleftmarginpt/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoTextFrame::SetLeftMarginPt method +linktitle: SetLeftMarginPt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoTextFrame::SetLeftMarginPt method. Returns the left margin in unit of Points in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing/msotextframe/setleftmarginpt/ +--- +## MsoTextFrame::SetLeftMarginPt method + + +Returns the left margin in unit of Points. + +```cpp +void Aspose::Cells::Drawing::MsoTextFrame::SetLeftMarginPt(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoTextFrame](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msotextframe/setrightmarginpt/_index.md b/spanish/cpp/aspose.cells.drawing/msotextframe/setrightmarginpt/_index.md new file mode 100644 index 00000000000..4f19308deef --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msotextframe/setrightmarginpt/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoTextFrame::SetRightMarginPt method +linktitle: SetRightMarginPt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoTextFrame::SetRightMarginPt method. Returns the right margin in unit of Points in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing/msotextframe/setrightmarginpt/ +--- +## MsoTextFrame::SetRightMarginPt method + + +Returns the right margin in unit of Points. + +```cpp +void Aspose::Cells::Drawing::MsoTextFrame::SetRightMarginPt(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoTextFrame](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msotextframe/setrotatetextwithshape/_index.md b/spanish/cpp/aspose.cells.drawing/msotextframe/setrotatetextwithshape/_index.md new file mode 100644 index 00000000000..1c94a118a32 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msotextframe/setrotatetextwithshape/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoTextFrame::SetRotateTextWithShape method +linktitle: SetRotateTextWithShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoTextFrame::SetRotateTextWithShape method. Indicates whether rotating text with shape in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing/msotextframe/setrotatetextwithshape/ +--- +## MsoTextFrame::SetRotateTextWithShape method + + +Indicates whether rotating text with shape. + +```cpp +void Aspose::Cells::Drawing::MsoTextFrame::SetRotateTextWithShape(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoTextFrame](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msotextframe/settopmarginpt/_index.md b/spanish/cpp/aspose.cells.drawing/msotextframe/settopmarginpt/_index.md new file mode 100644 index 00000000000..e1d4248ff7b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msotextframe/settopmarginpt/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::MsoTextFrame::SetTopMarginPt method +linktitle: SetTopMarginPt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoTextFrame::SetTopMarginPt method. Returns the top margin in unit of Points in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing/msotextframe/settopmarginpt/ +--- +## MsoTextFrame::SetTopMarginPt method + + +Returns the top margin in unit of Points. + +```cpp +void Aspose::Cells::Drawing::MsoTextFrame::SetTopMarginPt(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MsoTextFrame](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/msotextframe/~msotextframe/_index.md b/spanish/cpp/aspose.cells.drawing/msotextframe/~msotextframe/_index.md new file mode 100644 index 00000000000..917b75db330 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/msotextframe/~msotextframe/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::MsoTextFrame::~MsoTextFrame method +linktitle: ~MsoTextFrame +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::MsoTextFrame::~MsoTextFrame method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/msotextframe/~msotextframe/ +--- +## MsoTextFrame::~MsoTextFrame method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::MsoTextFrame::~MsoTextFrame() +``` + +## See Also + +* Class [MsoTextFrame](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/nonefill/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/nonefill/_impl/_index.md new file mode 100644 index 00000000000..1256113c649 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/nonefill/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::NoneFill::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::NoneFill::_impl field. The implementation object in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/nonefill/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +NoneFill_Impl* Aspose::Cells::Drawing::NoneFill::_impl +``` + +## See Also + +* Class [NoneFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/nonefill/_index.md b/spanish/cpp/aspose.cells.drawing/nonefill/_index.md new file mode 100644 index 00000000000..880c193bc52 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/nonefill/_index.md @@ -0,0 +1,37 @@ +--- +title: Aspose::Cells::Drawing::NoneFill class +linktitle: NoneFill +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::NoneFill class. Represents no fill in C++.' +type: docs +weight: 3800 +url: /es/cpp/aspose.cells.drawing/nonefill/ +--- +## NoneFill class + + +Represents no fill. + +```cpp +class NoneFill +``` + +## Methods + +| Method | Description | +| --- | --- | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [NoneFill(NoneFill_Impl* impl)](./nonefill/) | Constructs from an implementation object. | +| [NoneFill(const NoneFill\& src)](./nonefill/) | Copy constructor. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const NoneFill\& src)](./operator_asm/) | operator= | +| [~NoneFill()](./~nonefill/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/nonefill/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/nonefill/isnull/_index.md new file mode 100644 index 00000000000..7864751be69 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/nonefill/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::NoneFill::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::NoneFill::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/nonefill/isnull/ +--- +## NoneFill::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::NoneFill::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [NoneFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/nonefill/nonefill/_index.md b/spanish/cpp/aspose.cells.drawing/nonefill/nonefill/_index.md new file mode 100644 index 00000000000..38fd7fd3888 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/nonefill/nonefill/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::NoneFill::NoneFill constructor +linktitle: NoneFill +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::NoneFill::NoneFill constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/nonefill/nonefill/ +--- +## NoneFill::NoneFill(NoneFill_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::NoneFill::NoneFill(NoneFill_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [NoneFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## NoneFill::NoneFill(const NoneFill\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::NoneFill::NoneFill(const NoneFill &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [NoneFill](../) +* Class [NoneFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/nonefill/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/nonefill/operator_asm/_index.md new file mode 100644 index 00000000000..70c1a2e894c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/nonefill/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::NoneFill::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::NoneFill::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/nonefill/operator_asm/ +--- +## NoneFill::operator= method + + +operator= + +```cpp +NoneFill & Aspose::Cells::Drawing::NoneFill::operator=(const NoneFill &src) +``` + +## See Also + +* Class [NoneFill](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [NoneFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/nonefill/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/nonefill/operator_bool/_index.md new file mode 100644 index 00000000000..5971ea8ed4f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/nonefill/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::NoneFill::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::NoneFill::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/nonefill/operator_bool/ +--- +## NoneFill::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::NoneFill::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [NoneFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/nonefill/~nonefill/_index.md b/spanish/cpp/aspose.cells.drawing/nonefill/~nonefill/_index.md new file mode 100644 index 00000000000..4be02d3127d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/nonefill/~nonefill/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::NoneFill::~NoneFill method +linktitle: ~NoneFill +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::NoneFill::~NoneFill method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/nonefill/~nonefill/ +--- +## NoneFill::~NoneFill method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::NoneFill::~NoneFill() +``` + +## See Also + +* Class [NoneFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oleobject/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/oleobject/_impl/_index.md new file mode 100644 index 00000000000..07011e395cf --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oleobject/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::OleObject::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::OleObject::_impl field. The implementation object in C++.' +type: docs +weight: 3600 +url: /es/cpp/aspose.cells.drawing/oleobject/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +OleObject_Impl* Aspose::Cells::Drawing::OleObject::_impl +``` + +## See Also + +* Class [OleObject](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oleobject/_index.md b/spanish/cpp/aspose.cells.drawing/oleobject/_index.md new file mode 100644 index 00000000000..a2c3d30ead3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oleobject/_index.md @@ -0,0 +1,318 @@ +--- +title: Aspose::Cells::Drawing::OleObject class +linktitle: OleObject +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::OleObject class. Represents an OleObject in a worksheet in C++.' +type: docs +weight: 3900 +url: /es/cpp/aspose.cells.drawing/oleobject/ +--- +## OleObject class + + +Represents an [OleObject](./) in a worksheet. + +```cpp +class OleObject : public Aspose::Cells::Drawing::Shape +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddHyperlink(const U16String\& address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AddHyperlink(const char16_t* address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AlignTopRightCorner(int32_t topRow, int32_t rightColumn)](../shape/aligntoprightcorner/) | Moves the picture to the top-right corner. | +| [CalculateTextSize()](../shape/calculatetextsize/) | Recalculate the text area. | +| [Characters(int32_t startIndex, int32_t length)](../shape/characters/) | Returns a Characters object that represents a range of characters within the text. | +| [FitToTextSize()](../shape/fittotextsize/) | Recalculate a text area suitable for displaying all text content. | +| [FormatCharacters(int32_t startIndex, int32_t length, const Aspose::Cells::Font\& font, const StyleFlag\& flag)](../shape/formatcharacters/) | Formats some characters with the font setting. | +| [GetActiveXControl()](../shape/getactivexcontrol/) | Gets the ActiveX control. | +| [GetActualBox()](../shape/getactualbox/) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [GetActualLowerRightRow()](../shape/getactuallowerrightrow/) | Get the actual bottom row. | +| [GetAlternativeText()](../shape/getalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [GetAnchorType()](../shape/getanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [GetAutoLoad()](./getautoload/) | Specifies whether the host application for the embedded object shall be called to load the object data automatically when the parent workbook is opened. | +| [GetAutoShapeType()](../shape/getautoshapetype/) | Gets and sets the auto shape type. | +| [GetAutoUpdate()](./getautoupdate/) | Specifies whether the link to the [OleObject](./) is automatically updated or not. | +| [GetBottom()](../shape/getbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [GetClassIdentifier()](./getclassidentifier/) | Gets and sets the class identifier of the embedded object. It means which application opens the embedded file. | +| [GetConnectionPoints()](../shape/getconnectionpoints/) | Get the connection points. | +| [GetControlData()](../shape/getcontroldata/) | Gets the data of control. | +| [GetCreateId(UUID\& uuid)](../shape/getcreateid/) | Gets and sets create id for this shape. | +| [GetDisplayAsIcon()](./getdisplayasicon/) | True if the specified object is displayed as an icon and the image will not be auto changed. | +| [GetFileFormatType()](./getfileformattype/) | Gets and sets the file type of the embedded ole object data. | +| [GetFill()](../shape/getfill/) | Returns a [FillFormat](../fillformat/) object that contains fill formatting properties for the specified shape. | +| [GetFont()](../shape/getfont/) | Represents the font of shape. | +| [GetFormatPicture()](../shape/getformatpicture/) | Gets and sets the options of the picture format. | +| [GetFullObjectBin()](./getfullobjectbin/) | Gets the full embedded ole object binary data in the template file. | +| [GetGeometry()](../shape/getgeometry/) | Gets the geometry. | +| [GetGlow()](../shape/getglow/) | Represents a [GlowEffect](../gloweffect/) object that specifies glow effect for the chart element or shape. | +| [GetGroup()](../shape/getgroup/) | Gets the group shape which contains this shape. | +| [GetHasLine()](../shape/gethasline/) | Gets and sets the line border of the shape is visible. | +| [GetHeight()](../shape/getheight/) | Represents the height of shape, in unit of pixel. | +| [GetHeightCM()](../shape/getheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [GetHeightInch()](../shape/getheightinch/) | Represents the height of the shape, in unit of inches. | +| [GetHeightInShape()](../shape/getheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [GetHeightPt()](../shape/getheightpt/) | Represents the height of the shape, in unit of points. | +| [GetHeightScale()](../shape/getheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [GetHtmlText()](../shape/gethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [GetHyperlink()](../shape/gethyperlink/) | Gets the hyperlink of the shape. | +| [GetId()](../shape/getid/) | Gets the identifier of this shape. | +| [GetImageData()](./getimagedata/) | Represents image of ole object as byte array. | +| [GetImageSourceFullName()](./getimagesourcefullname/) | Gets or sets the path and name of the source file for the linked image. | +| [GetImageType()](./getimagetype/) | Gets the image format of the ole object. | +| [GetInputRange()](../shape/getinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [GetInputRange(bool isR1C1, bool isLocal)](../shape/getinputrange/) | Gets the range used to fill the control. | +| [GetLabel()](./getlabel/) | Gets and sets the display label of the linked ole object. | +| [GetLeft()](../shape/getleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [GetLeftCM()](../shape/getleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [GetLeftInch()](../shape/getleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [GetLeftInShape()](../shape/getleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [GetLeftToCorner()](../shape/getlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [GetLine()](../shape/getline/) | Gets line style. | +| [GetLinkedCell()](../shape/getlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [GetLinkedCell(bool isR1C1, bool isLocal)](../shape/getlinkedcell/) | Gets the range linked to the control's value. | +| [GetLockedProperty(ShapeLockType type)](../shape/getlockedproperty/) | Gets the value of locked property. | +| [GetLowerDeltaX()](../shape/getlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [GetLowerDeltaY()](../shape/getlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [GetLowerRightColumn()](../shape/getlowerrightcolumn/) | Represents lower right corner column index. | +| [GetLowerRightRow()](../shape/getlowerrightrow/) | Represents lower right corner row index. | +| [GetMacroName()](../shape/getmacroname/) | Gets and sets the name of macro. | +| [GetMsoDrawingType()](../shape/getmsodrawingtype/) | Gets drawing type. | +| [GetName()](../shape/getname/) | Gets and sets the name of the shape. | +| [GetObjectData()](./getobjectdata/) | Represents embedded ole object data as byte array. | +| [GetObjectSourceFullName()](./getobjectsourcefullname/) | Returns the source full name of the source file for the linked OLE object. | +| [GetPaths()](../shape/getpaths/) | Gets the paths of a custom geometric shape. | +| [GetPlacement()](../shape/getplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [GetProgID()](./getprogid/) | Gets or sets the ProgID of the OLE object. | +| [GetReflection()](../shape/getreflection/) | Represents a [ReflectionEffect](../reflectioneffect/) object that specifies reflection effect for the chart element or shape. | +| [GetRelativeToOriginalPictureSize()](../shape/getrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [GetResultOfSmartArt()](../shape/getresultofsmartart/) | Converting smart art to grouped shapes. | +| [GetRichFormattings()](../shape/getrichformattings/) | Returns all Characters objects that represents a range of characters within the text . | +| [GetRight()](../shape/getright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [GetRotationAngle()](../shape/getrotationangle/) | Gets and sets the rotation of the shape. | +| [GetShadowEffect()](../shape/getshadoweffect/) | Represents a [Drawing.ShadowEffect](../shadoweffect/) object that specifies shadow effect for the chart element or shape. | +| [GetSoftEdges()](../shape/getsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [GetSpid()](../shape/getspid/) | Specifies an optional string identifier that an application can use to identify the particular shape. | +| [GetSpt()](../shape/getspt/) | Specifies an optional number that an application can use to associate the particular shape with a defined shape type. | +| [GetText()](../shape/gettext/) | Gets and sets the text of this shape. | +| [GetTextBody()](../shape/gettextbody/) | Gets and sets the setting of the shape's text. | +| [GetTextBoxOptions()](../shape/gettextboxoptions/) | Gets the text information in the shape. | +| [GetTextDirection()](../shape/gettextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [GetTextEffect()](../shape/gettexteffect/) | Returns a [TextEffectFormat](../texteffectformat/) object that contains text-effect formatting properties for the specified shape. Applies to [Shape](../shape/) objects that represent WordArt. | +| [GetTextHorizontalAlignment()](../shape/gettexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [GetTextHorizontalOverflow()](../shape/gettexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [GetTextOptions()](../shape/gettextoptions/) | Represents the text options of the shape. | +| [GetTextOrientationType()](../shape/gettextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [GetTextShapeType()](../shape/gettextshapetype/) | Gets and sets the preset text shape type. | +| [GetTextVerticalAlignment()](../shape/gettextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [GetTextVerticalOverflow()](../shape/gettextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [GetThreeDFormat()](../shape/getthreedformat/) | Gets and sets 3d format of the shape. | +| [GetTitle()](../shape/gettitle/) | Specifies the title (caption) of the current shape object. | +| [GetTop()](../shape/gettop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [GetTopCM()](../shape/gettopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [GetTopInch()](../shape/gettopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [GetTopInShape()](../shape/gettopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [GetTopToCorner()](../shape/gettoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [GetType()](../shape/gettype/) | Gets the auto shape type. | +| [GetUpperDeltaX()](../shape/getupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [GetUpperDeltaY()](../shape/getupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [GetUpperLeftColumn()](../shape/getupperleftcolumn/) | Represents upper left corner column index. | +| [GetUpperLeftRow()](../shape/getupperleftrow/) | Represents the top row index. | +| [GetWidth()](../shape/getwidth/) | Represents the width of shape, in unit of pixels. | +| [GetWidthCM()](../shape/getwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [GetWidthInch()](../shape/getwidthinch/) | Represents the width of the shape, in unit of inch. | +| [GetWidthInShape()](../shape/getwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [GetWidthPt()](../shape/getwidthpt/) | Represents the width of the shape, in unit of point. | +| [GetWidthScale()](../shape/getwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [GetWorksheet()](../shape/getworksheet/) | Gets the [Worksheet](../../aspose.cells/worksheet/) object which contains this shape. | +| [GetX()](../shape/getx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [GetY()](../shape/gety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [GetZOrderPosition()](../shape/getzorderposition/) | Returns the position of a shape in the z-order. | +| [IsAspectRatioLocked()](../shape/isaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [IsAutoSize()](./isautosize/) | True indicates that the size of the ole object will be auto changed as the size of snapshot of the embedded content when the ole object is activated. | +| [IsDecorative()](../shape/isdecorative/) | Indicates whether the object is decorative. | +| [IsEquation()](../shape/isequation/) | Indicates whether the shape only contains an equation. | +| [IsFilled()](../shape/isfilled/) | Indicates whether the fill format is visible. | +| [IsFlippedHorizontally()](../shape/isflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [IsFlippedVertically()](../shape/isflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [IsGroup()](../shape/isgroup/) | Indicates whether this shape is a group shape. | +| [IsHidden()](../shape/ishidden/) | Indicates whether the object is visible. | +| [IsInGroup()](../shape/isingroup/) | Indicates whether the shape is grouped. | +| [IsLink()](./islink/) | Returns true if the [OleObject](./) links to the file. | +| [IsLockAspectRatio()](../shape/islockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [IsLocked()](../shape/islocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsPrintable()](../shape/isprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [IsRichText()](../shape/isrichtext/) | Whether or not the text is rich text. | +| [IsSameSetting(const Aspose::Cells::Object\& obj)](../shape/issamesetting/) | Returns whether the shape is same. | +| [IsSmartArt()](../shape/issmartart/) | Indicates whether the shape is a smart art. | +| [IsTextWrapped()](../shape/istextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [IsWordArt()](../shape/iswordart/) | Indicates whether this shape is a word art. | +| [MoveToRange(int32_t topRow, int32_t leftColumn, int32_t bottomRow, int32_t rightColumn)](../shape/movetorange/) | Moves the shape to a specified range. | +| [OleObject(OleObject_Impl* impl)](./oleobject/) | Constructs from an implementation object. | +| [OleObject(const OleObject\& src)](./oleobject/) | Copy constructor. | +| [OleObject(const Shape\& src)](./oleobject/) | Constructs from a parent object. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const OleObject\& src)](./operator_asm/) | operator= | +| [operator=(const Shape\& src)](../shape/operator_asm/) | operator= | +| [RemoveActiveXControl()](../shape/removeactivexcontrol/) | Remove activeX control. | +| [RemoveHyperlink()](../shape/removehyperlink/) | Removes the hyperlink of the shape. | +| [Set_IsLink(bool value)](./set_islink/) | Returns true if the [OleObject](./) links to the file. | +| [SetAlternativeText(const U16String\& value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAlternativeText(const char16_t* value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAnchorType(ShapeAnchorType value)](../shape/setanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [SetAutoLoad(bool value)](./setautoload/) | Specifies whether the host application for the embedded object shall be called to load the object data automatically when the parent workbook is opened. | +| [SetAutoShapeType(AutoShapeType value)](../shape/setautoshapetype/) | Gets and sets the auto shape type. | +| [SetAutoUpdate(bool value)](./setautoupdate/) | Specifies whether the link to the [OleObject](./) is automatically updated or not. | +| [SetBottom(int32_t value)](../shape/setbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [SetClassIdentifier(const Vector \\& value)](./setclassidentifier/) | Gets and sets the class identifier of the embedded object. It means which application opens the embedded file. | +| [SetCreateId(const UUID\& value)](../shape/setcreateid/) | Gets and sets create id for this shape. | +| [SetDisplayAsIcon(bool value)](./setdisplayasicon/) | True if the specified object is displayed as an icon and the image will not be auto changed. | +| [SetEmbeddedObject(bool linkToFile, const Vector \\& objectData, const U16String\& sourceFileName, bool displayAsIcon, const U16String\& label)](./setembeddedobject/) | Sets embedded object data. | +| [SetEmbeddedObject(bool linkToFile, const Vector \\& objectData, const char16_t* sourceFileName, bool displayAsIcon, const char16_t* label)](./setembeddedobject/) | Sets embedded object data. | +| [SetEmbeddedObject(bool linkToFile, const Vector \\& objectData, const U16String\& sourceFileName, bool displayAsIcon, const U16String\& label, bool updateIcon)](./setembeddedobject/) | Sets embedded object data. | +| [SetEmbeddedObject(bool linkToFile, const Vector \\& objectData, const char16_t* sourceFileName, bool displayAsIcon, const char16_t* label, bool updateIcon)](./setembeddedobject/) | Sets embedded object data. | +| [SetFileFormatType(FileFormatType value)](./setfileformattype/) | Gets and sets the file type of the embedded ole object data. | +| [SetFont(const Aspose::Cells::Font\& value)](../shape/setfont/) | Represents the font of shape. | +| [SetHasLine(bool value)](../shape/sethasline/) | Gets and sets the line border of the shape is visible. | +| [SetHeight(int32_t value)](../shape/setheight/) | Represents the height of shape, in unit of pixel. | +| [SetHeightCM(double value)](../shape/setheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [SetHeightInch(double value)](../shape/setheightinch/) | Represents the height of the shape, in unit of inches. | +| [SetHeightInShape(int32_t value)](../shape/setheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [SetHeightPt(double value)](../shape/setheightpt/) | Represents the height of the shape, in unit of points. | +| [SetHeightScale(int32_t value)](../shape/setheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [SetHtmlText(const U16String\& value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetHtmlText(const char16_t* value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetImageData(const Vector \\& value)](./setimagedata/) | Represents image of ole object as byte array. | +| [SetImageSourceFullName(const U16String\& value)](./setimagesourcefullname/) | Gets or sets the path and name of the source file for the linked image. | +| [SetImageSourceFullName(const char16_t* value)](./setimagesourcefullname/) | Gets or sets the path and name of the source file for the linked image. | +| [SetInputRange(const U16String\& value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const char16_t* value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetInputRange(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetIsAspectRatioLocked(bool value)](../shape/setisaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [SetIsAutoSize(bool value)](./setisautosize/) | True indicates that the size of the ole object will be auto changed as the size of snapshot of the embedded content when the ole object is activated. | +| [SetIsDecorative(bool value)](../shape/setisdecorative/) | Indicates whether the object is decorative. | +| [SetIsFilled(bool value)](../shape/setisfilled/) | Indicates whether the fill format is visible. | +| [SetIsFlippedHorizontally(bool value)](../shape/setisflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [SetIsFlippedVertically(bool value)](../shape/setisflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [SetIsHidden(bool value)](../shape/setishidden/) | Indicates whether the object is visible. | +| [SetIsLockAspectRatio(bool value)](../shape/setislockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [SetIsLocked(bool value)](../shape/setislocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [SetIsPrintable(bool value)](../shape/setisprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [SetIsTextWrapped(bool value)](../shape/setistextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [SetLabel(const U16String\& value)](./setlabel/) | Gets and sets the display label of the linked ole object. | +| [SetLabel(const char16_t* value)](./setlabel/) | Gets and sets the display label of the linked ole object. | +| [SetLeft(int32_t value)](../shape/setleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [SetLeftCM(double value)](../shape/setleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [SetLeftInch(double value)](../shape/setleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [SetLeftInShape(int32_t value)](../shape/setleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [SetLeftToCorner(int32_t value)](../shape/setlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [SetLinkedCell(const U16String\& value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const char16_t* value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLinkedCell(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLockedProperty(ShapeLockType type, bool value)](../shape/setlockedproperty/) | Set the locked property. | +| [SetLowerDeltaX(int32_t value)](../shape/setlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [SetLowerDeltaY(int32_t value)](../shape/setlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [SetLowerRightColumn(int32_t value)](../shape/setlowerrightcolumn/) | Represents lower right corner column index. | +| [SetLowerRightRow(int32_t value)](../shape/setlowerrightrow/) | Represents lower right corner row index. | +| [SetMacroName(const U16String\& value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetMacroName(const char16_t* value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetName(const U16String\& value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetName(const char16_t* value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetNativeSourceFullName(const U16String\& sourceFullName)](./setnativesourcefullname/) | Sets the ole native source full file name with path. | +| [SetNativeSourceFullName(const char16_t* sourceFullName)](./setnativesourcefullname/) | Sets the ole native source full file name with path. | +| [SetObjectData(const Vector \\& value)](./setobjectdata/) | Represents embedded ole object data as byte array. | +| [SetObjectSourceFullName(const U16String\& value)](./setobjectsourcefullname/) | Returns the source full name of the source file for the linked OLE object. | +| [SetObjectSourceFullName(const char16_t* value)](./setobjectsourcefullname/) | Returns the source full name of the source file for the linked OLE object. | +| [SetPlacement(PlacementType value)](../shape/setplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [SetProgID(const U16String\& value)](./setprogid/) | Gets or sets the ProgID of the OLE object. | +| [SetProgID(const char16_t* value)](./setprogid/) | Gets or sets the ProgID of the OLE object. | +| [SetRelativeToOriginalPictureSize(bool value)](../shape/setrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [SetRight(int32_t value)](../shape/setright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [SetRotationAngle(double value)](../shape/setrotationangle/) | Gets and sets the rotation of the shape. | +| [SetSoftEdges(double value)](../shape/setsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [SetText(const U16String\& value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetText(const char16_t* value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetTextDirection(TextDirectionType value)](../shape/settextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [SetTextHorizontalAlignment(TextAlignmentType value)](../shape/settexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [SetTextHorizontalOverflow(TextOverflowType value)](../shape/settexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [SetTextOptions(const TextOptions\& value)](../shape/settextoptions/) | Represents the text options of the shape. | +| [SetTextOrientationType(TextOrientationType value)](../shape/settextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [SetTextShapeType(AutoShapeType value)](../shape/settextshapetype/) | Gets and sets the preset text shape type. | +| [SetTextVerticalAlignment(TextAlignmentType value)](../shape/settextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [SetTextVerticalOverflow(TextOverflowType value)](../shape/settextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [SetTitle(const U16String\& value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTitle(const char16_t* value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTop(int32_t value)](../shape/settop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [SetTopCM(double value)](../shape/settopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [SetTopInch(double value)](../shape/settopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [SetTopInShape(int32_t value)](../shape/settopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [SetTopToCorner(int32_t value)](../shape/settoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [SetUpperDeltaX(int32_t value)](../shape/setupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [SetUpperDeltaY(int32_t value)](../shape/setupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [SetUpperLeftColumn(int32_t value)](../shape/setupperleftcolumn/) | Represents upper left corner column index. | +| [SetUpperLeftRow(int32_t value)](../shape/setupperleftrow/) | Represents the top row index. | +| [SetWidth(int32_t value)](../shape/setwidth/) | Represents the width of shape, in unit of pixels. | +| [SetWidthCM(double value)](../shape/setwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [SetWidthInch(double value)](../shape/setwidthinch/) | Represents the width of the shape, in unit of inch. | +| [SetWidthInShape(int32_t value)](../shape/setwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [SetWidthPt(double value)](../shape/setwidthpt/) | Represents the width of the shape, in unit of point. | +| [SetWidthScale(int32_t value)](../shape/setwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [SetX(int32_t value)](../shape/setx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [SetY(int32_t value)](../shape/sety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [SetZOrderPosition(int32_t value)](../shape/setzorderposition/) | Returns the position of a shape in the z-order. | +| [Shape(Shape_Impl* impl)](../shape/shape/) | Constructs from an implementation object. | +| [Shape(const Shape\& src)](../shape/shape/) | Copy constructor. | +| [ToFrontOrBack(int32_t orders)](../shape/tofrontorback/) | Brings the shape to the front or sends the shape to back. | +| [ToImage(Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. | +| [ToImage(const U16String\& imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const char16_t* imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a stream. | +| [UpdateSelectedValue()](../shape/updateselectedvalue/) | Update the selected value by the value of the linked cell. | +| [~OleObject()](./~oleobject/) | Destructor. | +| [~Shape()](../shape/~shape/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciar un nuevo Workbook. +Workbook workbook; +//Obtener la primera hoja de cálculo. +Worksheet sheet = workbook.GetWorksheets().Get(0); + +//Get the picture data into "iconData". e.g: An .jpg file named "school.jpg" +//(Note: You need to read the data into this variable.) +Vector iconData{0}; + +//Get the ole object data into "objectData". e.g: An .xls file named "Book1.xls" +//(Note: You need to read the data into this variable.) +Vector objectData{0}; + +//Add an Ole object into the worksheet with the image +//shown in MS Excel. +sheet.GetOleObjects().Add(14, 3, 200, 220, iconData); +//Set embedded ole object data. +sheet.GetOleObjects().Get(0).SetObjectData(objectData); +//Save the excel file +workbook.Save(u"oleobjects.xls"); + + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Shape](../shape/) +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/oleobject/getautoload/_index.md b/spanish/cpp/aspose.cells.drawing/oleobject/getautoload/_index.md new file mode 100644 index 00000000000..091dd7e479f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oleobject/getautoload/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::OleObject::GetAutoLoad method +linktitle: GetAutoLoad +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::OleObject::GetAutoLoad method. Specifies whether the host application for the embedded object shall be called to load the object data automatically when the parent workbook is opened in C++.' +type: docs +weight: 3100 +url: /es/cpp/aspose.cells.drawing/oleobject/getautoload/ +--- +## OleObject::GetAutoLoad method + + +Specifies whether the host application for the embedded object shall be called to load the object data automatically when the parent workbook is opened. + +```cpp +bool Aspose::Cells::Drawing::OleObject::GetAutoLoad() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OleObject](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oleobject/getautoupdate/_index.md b/spanish/cpp/aspose.cells.drawing/oleobject/getautoupdate/_index.md new file mode 100644 index 00000000000..f6b6c03fa8d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oleobject/getautoupdate/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::OleObject::GetAutoUpdate method +linktitle: GetAutoUpdate +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::OleObject::GetAutoUpdate method. Specifies whether the link to the OleObject is automatically updated or not in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells.drawing/oleobject/getautoupdate/ +--- +## OleObject::GetAutoUpdate method + + +Specifies whether the link to the [OleObject](../) is automatically updated or not. + +```cpp +bool Aspose::Cells::Drawing::OleObject::GetAutoUpdate() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OleObject](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oleobject/getclassidentifier/_index.md b/spanish/cpp/aspose.cells.drawing/oleobject/getclassidentifier/_index.md new file mode 100644 index 00000000000..34aa42aba4b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oleobject/getclassidentifier/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::OleObject::GetClassIdentifier method +linktitle: GetClassIdentifier +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::OleObject::GetClassIdentifier method. Gets and sets the class identifier of the embedded object. It means which application opens the embedded file in C++.' +type: docs +weight: 3300 +url: /es/cpp/aspose.cells.drawing/oleobject/getclassidentifier/ +--- +## OleObject::GetClassIdentifier method + + +Gets and sets the class identifier of the embedded object. It means which application opens the embedded file. + +```cpp +Vector Aspose::Cells::Drawing::OleObject::GetClassIdentifier() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OleObject](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oleobject/getdisplayasicon/_index.md b/spanish/cpp/aspose.cells.drawing/oleobject/getdisplayasicon/_index.md new file mode 100644 index 00000000000..7f6dc7727fa --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oleobject/getdisplayasicon/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::OleObject::GetDisplayAsIcon method +linktitle: GetDisplayAsIcon +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::OleObject::GetDisplayAsIcon method. True if the specified object is displayed as an icon and the image will not be auto changed in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing/oleobject/getdisplayasicon/ +--- +## OleObject::GetDisplayAsIcon method + + +True if the specified object is displayed as an icon and the image will not be auto changed. + +```cpp +bool Aspose::Cells::Drawing::OleObject::GetDisplayAsIcon() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OleObject](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oleobject/getfileformattype/_index.md b/spanish/cpp/aspose.cells.drawing/oleobject/getfileformattype/_index.md new file mode 100644 index 00000000000..e32cef7a197 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oleobject/getfileformattype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::OleObject::GetFileFormatType method +linktitle: GetFileFormatType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::OleObject::GetFileFormatType method. Gets and sets the file type of the embedded ole object data in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.drawing/oleobject/getfileformattype/ +--- +## OleObject::GetFileFormatType method + + +Gets and sets the file type of the embedded ole object data. + +```cpp +FileFormatType Aspose::Cells::Drawing::OleObject::GetFileFormatType() +``` + +## See Also + +* Enum [FileFormatType](../../../aspose.cells/fileformattype/) +* Class [OleObject](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oleobject/getfullobjectbin/_index.md b/spanish/cpp/aspose.cells.drawing/oleobject/getfullobjectbin/_index.md new file mode 100644 index 00000000000..5db6b86be3f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oleobject/getfullobjectbin/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::OleObject::GetFullObjectBin method +linktitle: GetFullObjectBin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::OleObject::GetFullObjectBin method. Gets the full embedded ole object binary data in the template file in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing/oleobject/getfullobjectbin/ +--- +## OleObject::GetFullObjectBin method + + +Gets the full embedded ole object binary data in the template file. + +```cpp +Vector Aspose::Cells::Drawing::OleObject::GetFullObjectBin() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OleObject](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oleobject/getimagedata/_index.md b/spanish/cpp/aspose.cells.drawing/oleobject/getimagedata/_index.md new file mode 100644 index 00000000000..6433d1df9ea --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oleobject/getimagedata/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::OleObject::GetImageData method +linktitle: GetImageData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::OleObject::GetImageData method. Represents image of ole object as byte array in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing/oleobject/getimagedata/ +--- +## OleObject::GetImageData method + + +Represents image of ole object as byte array. + +```cpp +Vector Aspose::Cells::Drawing::OleObject::GetImageData() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OleObject](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oleobject/getimagesourcefullname/_index.md b/spanish/cpp/aspose.cells.drawing/oleobject/getimagesourcefullname/_index.md new file mode 100644 index 00000000000..eeb9f341e6c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oleobject/getimagesourcefullname/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::OleObject::GetImageSourceFullName method +linktitle: GetImageSourceFullName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::OleObject::GetImageSourceFullName method. Gets or sets the path and name of the source file for the linked image in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.drawing/oleobject/getimagesourcefullname/ +--- +## OleObject::GetImageSourceFullName method + + +Gets or sets the path and name of the source file for the linked image. + +```cpp +U16String Aspose::Cells::Drawing::OleObject::GetImageSourceFullName() +``` + +## Remarks + + +The default value is an empty string. If SourceFullName is not an empty string, the image is linked. If SourceFullName is not an empty string, but Data is null, then the image is linked and not stored in the file. +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [OleObject](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oleobject/getimagetype/_index.md b/spanish/cpp/aspose.cells.drawing/oleobject/getimagetype/_index.md new file mode 100644 index 00000000000..34797f017f9 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oleobject/getimagetype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::OleObject::GetImageType method +linktitle: GetImageType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::OleObject::GetImageType method. Gets the image format of the ole object in C++.' +type: docs +weight: 3500 +url: /es/cpp/aspose.cells.drawing/oleobject/getimagetype/ +--- +## OleObject::GetImageType method + + +Gets the image format of the ole object. + +```cpp +Aspose::Cells::Drawing::ImageType Aspose::Cells::Drawing::OleObject::GetImageType() +``` + +## See Also + +* Enum [ImageType](../../imagetype/) +* Class [OleObject](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oleobject/getlabel/_index.md b/spanish/cpp/aspose.cells.drawing/oleobject/getlabel/_index.md new file mode 100644 index 00000000000..8c43b912776 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oleobject/getlabel/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::OleObject::GetLabel method +linktitle: GetLabel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::OleObject::GetLabel method. Gets and sets the display label of the linked ole object in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.drawing/oleobject/getlabel/ +--- +## OleObject::GetLabel method + + +Gets and sets the display label of the linked ole object. + +```cpp +U16String Aspose::Cells::Drawing::OleObject::GetLabel() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [OleObject](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oleobject/getobjectdata/_index.md b/spanish/cpp/aspose.cells.drawing/oleobject/getobjectdata/_index.md new file mode 100644 index 00000000000..25835bf6f0e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oleobject/getobjectdata/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::OleObject::GetObjectData method +linktitle: GetObjectData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::OleObject::GetObjectData method. Represents embedded ole object data as byte array in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing/oleobject/getobjectdata/ +--- +## OleObject::GetObjectData method + + +Represents embedded ole object data as byte array. + +```cpp +Vector Aspose::Cells::Drawing::OleObject::GetObjectData() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OleObject](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oleobject/getobjectsourcefullname/_index.md b/spanish/cpp/aspose.cells.drawing/oleobject/getobjectsourcefullname/_index.md new file mode 100644 index 00000000000..382bef0663d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oleobject/getobjectsourcefullname/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::OleObject::GetObjectSourceFullName method +linktitle: GetObjectSourceFullName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::OleObject::GetObjectSourceFullName method. Returns the source full name of the source file for the linked OLE object in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.drawing/oleobject/getobjectsourcefullname/ +--- +## OleObject::GetObjectSourceFullName method + + +Returns the source full name of the source file for the linked OLE object. + +```cpp +U16String Aspose::Cells::Drawing::OleObject::GetObjectSourceFullName() +``` + +## Remarks + + +Only supports setting the source full name when the file type is OleFileType.Unknown. Such as wav file ,avi file..etc.. +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [OleObject](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oleobject/getprogid/_index.md b/spanish/cpp/aspose.cells.drawing/oleobject/getprogid/_index.md new file mode 100644 index 00000000000..1c5bcb88d88 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oleobject/getprogid/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::OleObject::GetProgID method +linktitle: GetProgID +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::OleObject::GetProgID method. Gets or sets the ProgID of the OLE object in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.drawing/oleobject/getprogid/ +--- +## OleObject::GetProgID method + + +Gets or sets the ProgID of the OLE object. + +```cpp +U16String Aspose::Cells::Drawing::OleObject::GetProgID() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [OleObject](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oleobject/isautosize/_index.md b/spanish/cpp/aspose.cells.drawing/oleobject/isautosize/_index.md new file mode 100644 index 00000000000..440501f3205 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oleobject/isautosize/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::OleObject::IsAutoSize method +linktitle: IsAutoSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::OleObject::IsAutoSize method. True indicates that the size of the ole object will be auto changed as the size of snapshot of the embedded content when the ole object is activated in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/oleobject/isautosize/ +--- +## OleObject::IsAutoSize method + + +True indicates that the size of the ole object will be auto changed as the size of snapshot of the embedded content when the ole object is activated. + +```cpp +bool Aspose::Cells::Drawing::OleObject::IsAutoSize() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OleObject](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oleobject/islink/_index.md b/spanish/cpp/aspose.cells.drawing/oleobject/islink/_index.md new file mode 100644 index 00000000000..d9dbf523c6f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oleobject/islink/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::OleObject::IsLink method +linktitle: IsLink +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::OleObject::IsLink method. Returns true if the OleObject links to the file in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing/oleobject/islink/ +--- +## OleObject::IsLink method + + +Returns true if the [OleObject](../) links to the file. + +```cpp +bool Aspose::Cells::Drawing::OleObject::IsLink() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OleObject](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oleobject/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/oleobject/isnull/_index.md new file mode 100644 index 00000000000..3af26069c12 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oleobject/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::OleObject::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::OleObject::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/oleobject/isnull/ +--- +## OleObject::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::OleObject::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OleObject](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oleobject/oleobject/_index.md b/spanish/cpp/aspose.cells.drawing/oleobject/oleobject/_index.md new file mode 100644 index 00000000000..2fd29ec4981 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oleobject/oleobject/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::OleObject::OleObject constructor +linktitle: OleObject +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::OleObject::OleObject constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/oleobject/oleobject/ +--- +## OleObject::OleObject(OleObject_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::OleObject::OleObject(OleObject_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OleObject](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## OleObject::OleObject(const OleObject\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::OleObject::OleObject(const OleObject &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OleObject](../) +* Class [OleObject](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## OleObject::OleObject(const Shape\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::OleObject::OleObject(const Shape &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../../shape/) +* Class [OleObject](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oleobject/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/oleobject/operator_asm/_index.md new file mode 100644 index 00000000000..f7776992f0c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oleobject/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::OleObject::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::OleObject::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/oleobject/operator_asm/ +--- +## OleObject::operator= method + + +operator= + +```cpp +OleObject & Aspose::Cells::Drawing::OleObject::operator=(const OleObject &src) +``` + +## See Also + +* Class [OleObject](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [OleObject](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oleobject/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/oleobject/operator_bool/_index.md new file mode 100644 index 00000000000..7dbabeda53b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oleobject/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::OleObject::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::OleObject::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/oleobject/operator_bool/ +--- +## OleObject::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::OleObject::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [OleObject](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oleobject/set_islink/_index.md b/spanish/cpp/aspose.cells.drawing/oleobject/set_islink/_index.md new file mode 100644 index 00000000000..7a4dfb0ac16 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oleobject/set_islink/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::OleObject::Set_IsLink method +linktitle: Set_IsLink +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::OleObject::Set_IsLink method. Returns true if the OleObject links to the file in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing/oleobject/set_islink/ +--- +## OleObject::Set_IsLink method + + +Returns true if the [OleObject](../) links to the file. + +```cpp +void Aspose::Cells::Drawing::OleObject::Set_IsLink(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OleObject](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oleobject/setautoload/_index.md b/spanish/cpp/aspose.cells.drawing/oleobject/setautoload/_index.md new file mode 100644 index 00000000000..fb980121dc2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oleobject/setautoload/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::OleObject::SetAutoLoad method +linktitle: SetAutoLoad +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::OleObject::SetAutoLoad method. Specifies whether the host application for the embedded object shall be called to load the object data automatically when the parent workbook is opened in C++.' +type: docs +weight: 3200 +url: /es/cpp/aspose.cells.drawing/oleobject/setautoload/ +--- +## OleObject::SetAutoLoad method + + +Specifies whether the host application for the embedded object shall be called to load the object data automatically when the parent workbook is opened. + +```cpp +void Aspose::Cells::Drawing::OleObject::SetAutoLoad(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OleObject](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oleobject/setautoupdate/_index.md b/spanish/cpp/aspose.cells.drawing/oleobject/setautoupdate/_index.md new file mode 100644 index 00000000000..a472ca28d30 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oleobject/setautoupdate/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::OleObject::SetAutoUpdate method +linktitle: SetAutoUpdate +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::OleObject::SetAutoUpdate method. Specifies whether the link to the OleObject is automatically updated or not in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells.drawing/oleobject/setautoupdate/ +--- +## OleObject::SetAutoUpdate method + + +Specifies whether the link to the [OleObject](../) is automatically updated or not. + +```cpp +void Aspose::Cells::Drawing::OleObject::SetAutoUpdate(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OleObject](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oleobject/setclassidentifier/_index.md b/spanish/cpp/aspose.cells.drawing/oleobject/setclassidentifier/_index.md new file mode 100644 index 00000000000..0bdeb6f2df2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oleobject/setclassidentifier/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::OleObject::SetClassIdentifier method +linktitle: SetClassIdentifier +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::OleObject::SetClassIdentifier method. Gets and sets the class identifier of the embedded object. It means which application opens the embedded file in C++.' +type: docs +weight: 3400 +url: /es/cpp/aspose.cells.drawing/oleobject/setclassidentifier/ +--- +## OleObject::SetClassIdentifier method + + +Gets and sets the class identifier of the embedded object. It means which application opens the embedded file. + +```cpp +void Aspose::Cells::Drawing::OleObject::SetClassIdentifier(const Vector &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OleObject](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oleobject/setdisplayasicon/_index.md b/spanish/cpp/aspose.cells.drawing/oleobject/setdisplayasicon/_index.md new file mode 100644 index 00000000000..a99623442ac --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oleobject/setdisplayasicon/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::OleObject::SetDisplayAsIcon method +linktitle: SetDisplayAsIcon +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::OleObject::SetDisplayAsIcon method. True if the specified object is displayed as an icon and the image will not be auto changed in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing/oleobject/setdisplayasicon/ +--- +## OleObject::SetDisplayAsIcon method + + +True if the specified object is displayed as an icon and the image will not be auto changed. + +```cpp +void Aspose::Cells::Drawing::OleObject::SetDisplayAsIcon(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OleObject](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oleobject/setembeddedobject/_index.md b/spanish/cpp/aspose.cells.drawing/oleobject/setembeddedobject/_index.md new file mode 100644 index 00000000000..361eb69a833 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oleobject/setembeddedobject/_index.md @@ -0,0 +1,117 @@ +--- +title: Aspose::Cells::Drawing::OleObject::SetEmbeddedObject method +linktitle: SetEmbeddedObject +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::OleObject::SetEmbeddedObject method. Sets embedded object data in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/oleobject/setembeddedobject/ +--- +## OleObject::SetEmbeddedObject(bool, const Vector \\&, const U16String\&, bool, const U16String\&) method + + +Sets embedded object data. + +```cpp +void Aspose::Cells::Drawing::OleObject::SetEmbeddedObject(bool linkToFile, const Vector &objectData, const U16String &sourceFileName, bool displayAsIcon, const U16String &label) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| linkToFile | bool | Indicates whether the object links to the file. If true, the parameter objectData is ignored. | +| objectData | const Vector \\& | The embedded object data. | +| sourceFileName | const U16String\& | The file name. | +| displayAsIcon | bool | Indicates whether diplaying object as an icon. If true, the orginal image data will be covered by icon. | +| label | const U16String\& | The icon label. Only works when displayAsIcon as true. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [OleObject](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## OleObject::SetEmbeddedObject(bool, const Vector \\&, const char16_t*, bool, const char16_t*) method + + +Sets embedded object data. + +```cpp +void Aspose::Cells::Drawing::OleObject::SetEmbeddedObject(bool linkToFile, const Vector &objectData, const char16_t *sourceFileName, bool displayAsIcon, const char16_t *label) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| linkToFile | bool | Indicates whether the object links to the file. If true, the parameter objectData is ignored. | +| objectData | const Vector \\& | The embedded object data. | +| sourceFileName | const char16_t* | The file name. | +| displayAsIcon | bool | Indicates whether diplaying object as an icon. If true, the orginal image data will be covered by icon. | +| label | const char16_t* | The icon label. Only works when displayAsIcon as true. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OleObject](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## OleObject::SetEmbeddedObject(bool, const Vector \\&, const U16String\&, bool, const U16String\&, bool) method + + +Sets embedded object data. + +```cpp +void Aspose::Cells::Drawing::OleObject::SetEmbeddedObject(bool linkToFile, const Vector &objectData, const U16String &sourceFileName, bool displayAsIcon, const U16String &label, bool updateIcon) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| linkToFile | bool | Indicates whether the object links to the file. If true, the parameter objectData is ignored. | +| objectData | const Vector \\& | The embedded object data. | +| sourceFileName | const U16String\& | The file name. | +| displayAsIcon | bool | Indicates whether diplaying object as an icon. If true, the orginal image data will be covered by icon. | +| label | const U16String\& | The icon label. Only works when displayAsIcon as true. | +| updateIcon | bool | Indicates whether automatically updating icon. | +## Remarks + + + +As **Aspose** can update embedd all file icons, so it's better that you can add correct icon with *updateIcon* as false. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [OleObject](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## OleObject::SetEmbeddedObject(bool, const Vector \\&, const char16_t*, bool, const char16_t*, bool) method + + +Sets embedded object data. + +```cpp +void Aspose::Cells::Drawing::OleObject::SetEmbeddedObject(bool linkToFile, const Vector &objectData, const char16_t *sourceFileName, bool displayAsIcon, const char16_t *label, bool updateIcon) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| linkToFile | bool | Indicates whether the object links to the file. If true, the parameter objectData is ignored. | +| objectData | const Vector \\& | The embedded object data. | +| sourceFileName | const char16_t* | The file name. | +| displayAsIcon | bool | Indicates whether diplaying object as an icon. If true, the orginal image data will be covered by icon. | +| label | const char16_t* | The icon label. Only works when displayAsIcon as true. | +| updateIcon | bool | Indicates whether automatically updating icon. | +## Remarks + + + +As **Aspose** can update embedd all file icons, so it's better that you can add correct icon with *updateIcon* as false. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OleObject](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oleobject/setfileformattype/_index.md b/spanish/cpp/aspose.cells.drawing/oleobject/setfileformattype/_index.md new file mode 100644 index 00000000000..16c062bb6cd --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oleobject/setfileformattype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::OleObject::SetFileFormatType method +linktitle: SetFileFormatType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::OleObject::SetFileFormatType method. Gets and sets the file type of the embedded ole object data in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.drawing/oleobject/setfileformattype/ +--- +## OleObject::SetFileFormatType method + + +Gets and sets the file type of the embedded ole object data. + +```cpp +void Aspose::Cells::Drawing::OleObject::SetFileFormatType(FileFormatType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [FileFormatType](../../../aspose.cells/fileformattype/) +* Class [OleObject](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oleobject/setimagedata/_index.md b/spanish/cpp/aspose.cells.drawing/oleobject/setimagedata/_index.md new file mode 100644 index 00000000000..031e24b10db --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oleobject/setimagedata/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::OleObject::SetImageData method +linktitle: SetImageData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::OleObject::SetImageData method. Represents image of ole object as byte array in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing/oleobject/setimagedata/ +--- +## OleObject::SetImageData method + + +Represents image of ole object as byte array. + +```cpp +void Aspose::Cells::Drawing::OleObject::SetImageData(const Vector &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OleObject](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oleobject/setimagesourcefullname/_index.md b/spanish/cpp/aspose.cells.drawing/oleobject/setimagesourcefullname/_index.md new file mode 100644 index 00000000000..8733274b0a7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oleobject/setimagesourcefullname/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::Drawing::OleObject::SetImageSourceFullName method +linktitle: SetImageSourceFullName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::OleObject::SetImageSourceFullName method. Gets or sets the path and name of the source file for the linked image in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.drawing/oleobject/setimagesourcefullname/ +--- +## OleObject::SetImageSourceFullName(const U16String\&) method + + +Gets or sets the path and name of the source file for the linked image. + +```cpp +void Aspose::Cells::Drawing::OleObject::SetImageSourceFullName(const U16String &value) +``` + +## Remarks + + +The default value is an empty string. If SourceFullName is not an empty string, the image is linked. If SourceFullName is not an empty string, but Data is null, then the image is linked and not stored in the file. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [OleObject](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## OleObject::SetImageSourceFullName(const char16_t*) method + + +Gets or sets the path and name of the source file for the linked image. + +```cpp +void Aspose::Cells::Drawing::OleObject::SetImageSourceFullName(const char16_t *value) +``` + +## Remarks + + +The default value is an empty string. If SourceFullName is not an empty string, the image is linked. If SourceFullName is not an empty string, but Data is null, then the image is linked and not stored in the file. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OleObject](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oleobject/setisautosize/_index.md b/spanish/cpp/aspose.cells.drawing/oleobject/setisautosize/_index.md new file mode 100644 index 00000000000..2a62d35fce0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oleobject/setisautosize/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::OleObject::SetIsAutoSize method +linktitle: SetIsAutoSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::OleObject::SetIsAutoSize method. True indicates that the size of the ole object will be auto changed as the size of snapshot of the embedded content when the ole object is activated in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/oleobject/setisautosize/ +--- +## OleObject::SetIsAutoSize method + + +True indicates that the size of the ole object will be auto changed as the size of snapshot of the embedded content when the ole object is activated. + +```cpp +void Aspose::Cells::Drawing::OleObject::SetIsAutoSize(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OleObject](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oleobject/setlabel/_index.md b/spanish/cpp/aspose.cells.drawing/oleobject/setlabel/_index.md new file mode 100644 index 00000000000..32af12c7d27 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oleobject/setlabel/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::OleObject::SetLabel method +linktitle: SetLabel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::OleObject::SetLabel method. Gets and sets the display label of the linked ole object in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells.drawing/oleobject/setlabel/ +--- +## OleObject::SetLabel(const U16String\&) method + + +Gets and sets the display label of the linked ole object. + +```cpp +void Aspose::Cells::Drawing::OleObject::SetLabel(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [OleObject](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## OleObject::SetLabel(const char16_t*) method + + +Gets and sets the display label of the linked ole object. + +```cpp +void Aspose::Cells::Drawing::OleObject::SetLabel(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OleObject](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oleobject/setnativesourcefullname/_index.md b/spanish/cpp/aspose.cells.drawing/oleobject/setnativesourcefullname/_index.md new file mode 100644 index 00000000000..12b0b849a60 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oleobject/setnativesourcefullname/_index.md @@ -0,0 +1,50 @@ +--- +title: Aspose::Cells::Drawing::OleObject::SetNativeSourceFullName method +linktitle: SetNativeSourceFullName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::OleObject::SetNativeSourceFullName method. Sets the ole native source full file name with path in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.drawing/oleobject/setnativesourcefullname/ +--- +## OleObject::SetNativeSourceFullName(const U16String\&) method + + +Sets the ole native source full file name with path. + +```cpp +void Aspose::Cells::Drawing::OleObject::SetNativeSourceFullName(const U16String &sourceFullName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sourceFullName | const U16String\& | the ole native source full file name | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [OleObject](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## OleObject::SetNativeSourceFullName(const char16_t*) method + + +Sets the ole native source full file name with path. + +```cpp +void Aspose::Cells::Drawing::OleObject::SetNativeSourceFullName(const char16_t *sourceFullName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sourceFullName | const char16_t* | the ole native source full file name | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OleObject](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oleobject/setobjectdata/_index.md b/spanish/cpp/aspose.cells.drawing/oleobject/setobjectdata/_index.md new file mode 100644 index 00000000000..6f8f3cae09e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oleobject/setobjectdata/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::OleObject::SetObjectData method +linktitle: SetObjectData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::OleObject::SetObjectData method. Represents embedded ole object data as byte array in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing/oleobject/setobjectdata/ +--- +## OleObject::SetObjectData method + + +Represents embedded ole object data as byte array. + +```cpp +void Aspose::Cells::Drawing::OleObject::SetObjectData(const Vector &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OleObject](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oleobject/setobjectsourcefullname/_index.md b/spanish/cpp/aspose.cells.drawing/oleobject/setobjectsourcefullname/_index.md new file mode 100644 index 00000000000..608748d921d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oleobject/setobjectsourcefullname/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::Drawing::OleObject::SetObjectSourceFullName method +linktitle: SetObjectSourceFullName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::OleObject::SetObjectSourceFullName method. Returns the source full name of the source file for the linked OLE object in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.drawing/oleobject/setobjectsourcefullname/ +--- +## OleObject::SetObjectSourceFullName(const U16String\&) method + + +Returns the source full name of the source file for the linked OLE object. + +```cpp +void Aspose::Cells::Drawing::OleObject::SetObjectSourceFullName(const U16String &value) +``` + +## Remarks + + +Only supports setting the source full name when the file type is OleFileType.Unknown. Such as wav file ,avi file..etc.. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [OleObject](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## OleObject::SetObjectSourceFullName(const char16_t*) method + + +Returns the source full name of the source file for the linked OLE object. + +```cpp +void Aspose::Cells::Drawing::OleObject::SetObjectSourceFullName(const char16_t *value) +``` + +## Remarks + + +Only supports setting the source full name when the file type is OleFileType.Unknown. Such as wav file ,avi file..etc.. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OleObject](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oleobject/setprogid/_index.md b/spanish/cpp/aspose.cells.drawing/oleobject/setprogid/_index.md new file mode 100644 index 00000000000..b3219a9e311 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oleobject/setprogid/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::OleObject::SetProgID method +linktitle: SetProgID +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::OleObject::SetProgID method. Gets or sets the ProgID of the OLE object in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.drawing/oleobject/setprogid/ +--- +## OleObject::SetProgID(const U16String\&) method + + +Gets or sets the ProgID of the OLE object. + +```cpp +void Aspose::Cells::Drawing::OleObject::SetProgID(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [OleObject](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## OleObject::SetProgID(const char16_t*) method + + +Gets or sets the ProgID of the OLE object. + +```cpp +void Aspose::Cells::Drawing::OleObject::SetProgID(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OleObject](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oleobject/~oleobject/_index.md b/spanish/cpp/aspose.cells.drawing/oleobject/~oleobject/_index.md new file mode 100644 index 00000000000..2570f6edc35 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oleobject/~oleobject/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::OleObject::~OleObject method +linktitle: ~OleObject +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::OleObject::~OleObject method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/oleobject/~oleobject/ +--- +## OleObject::~OleObject method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::OleObject::~OleObject() +``` + +## See Also + +* Class [OleObject](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oleobjectcollection/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/oleobjectcollection/_impl/_index.md new file mode 100644 index 00000000000..8514507c32d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oleobjectcollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::OleObjectCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::OleObjectCollection::_impl field. The implementation object in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing/oleobjectcollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +OleObjectCollection_Impl* Aspose::Cells::Drawing::OleObjectCollection::_impl +``` + +## See Also + +* Class [OleObjectCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oleobjectcollection/_index.md b/spanish/cpp/aspose.cells.drawing/oleobjectcollection/_index.md new file mode 100644 index 00000000000..700401c6b30 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oleobjectcollection/_index.md @@ -0,0 +1,44 @@ +--- +title: Aspose::Cells::Drawing::OleObjectCollection class +linktitle: OleObjectCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::OleObjectCollection class. Represents embedded OLE objects in C++.' +type: docs +weight: 4000 +url: /es/cpp/aspose.cells.drawing/oleobjectcollection/ +--- +## OleObjectCollection class + + +Represents embedded OLE objects. + +```cpp +class OleObjectCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add(int32_t topRow, int32_t leftColumn, int32_t height, int32_t width, const Vector \\& imageData)](./add/) | Adds an [OleObject](../oleobject/) to the collection. | +| [Add(int32_t topRow, int32_t leftColumn, int32_t height, int32_t width, const Vector \\& imageData, const U16String\& linkedFile)](./add/) | Adds a linked [OleObject](../oleobject/) to the collection. | +| [Add(int32_t topRow, int32_t leftColumn, int32_t height, int32_t width, const Vector \\& imageData, const char16_t* linkedFile)](./add/) | Adds a linked [OleObject](../oleobject/) to the collection. | +| [Clear()](./clear/) | Remove all embedded OLE objects. | +| [Get(int32_t index)](./get/) | Gets the [OleObject](../oleobject/) element at the specified index. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [OleObjectCollection(OleObjectCollection_Impl* impl)](./oleobjectcollection/) | Constructs from an implementation object. | +| [OleObjectCollection(const OleObjectCollection\& src)](./oleobjectcollection/) | Copy constructor. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const OleObjectCollection\& src)](./operator_asm/) | operator= | +| [RemoveAt(int32_t index)](./removeat/) | Removes the element at the specified index. | +| [~OleObjectCollection()](./~oleobjectcollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/oleobjectcollection/add/_index.md b/spanish/cpp/aspose.cells.drawing/oleobjectcollection/add/_index.md new file mode 100644 index 00000000000..6c2a6b69b5f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oleobjectcollection/add/_index.md @@ -0,0 +1,96 @@ +--- +title: Aspose::Cells::Drawing::OleObjectCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::OleObjectCollection::Add method. Adds an OleObject to the collection in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/oleobjectcollection/add/ +--- +## OleObjectCollection::Add(int32_t, int32_t, int32_t, int32_t, const Vector \\&) method + + +Adds an [OleObject](../../oleobject/) to the collection. + +```cpp +int32_t Aspose::Cells::Drawing::OleObjectCollection::Add(int32_t topRow, int32_t leftColumn, int32_t height, int32_t width, const Vector &imageData) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| topRow | int32_t | Upper left row index. | +| leftColumn | int32_t | Upper left column index. | +| height | int32_t | Height of oleObject, in unit of pixel. | +| width | int32_t | Width of oleObject, in unit of pixel. | +| imageData | const Vector \\& | Image of ole object as byte array. | + +## ReturnValue + +[OleObject](../../oleobject/) object index. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OleObjectCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## OleObjectCollection::Add(int32_t, int32_t, int32_t, int32_t, const Vector \\&, const U16String\&) method + + +Adds a linked [OleObject](../../oleobject/) to the collection. + +```cpp +int32_t Aspose::Cells::Drawing::OleObjectCollection::Add(int32_t topRow, int32_t leftColumn, int32_t height, int32_t width, const Vector &imageData, const U16String &linkedFile) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| topRow | int32_t | Upper left row index. | +| leftColumn | int32_t | Upper left column index. | +| height | int32_t | Height of oleObject, in unit of pixel. | +| width | int32_t | Width of oleObject, in unit of pixel. | +| imageData | const Vector \\& | Image of ole object as byte array. | +| linkedFile | const U16String\& | | + +## ReturnValue + +[OleObject](../../oleobject/) object index. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [OleObjectCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## OleObjectCollection::Add(int32_t, int32_t, int32_t, int32_t, const Vector \\&, const char16_t*) method + + +Adds a linked [OleObject](../../oleobject/) to the collection. + +```cpp +int32_t Aspose::Cells::Drawing::OleObjectCollection::Add(int32_t topRow, int32_t leftColumn, int32_t height, int32_t width, const Vector &imageData, const char16_t *linkedFile) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| topRow | int32_t | Upper left row index. | +| leftColumn | int32_t | Upper left column index. | +| height | int32_t | Height of oleObject, in unit of pixel. | +| width | int32_t | Width of oleObject, in unit of pixel. | +| imageData | const Vector \\& | Image of ole object as byte array. | +| linkedFile | const char16_t* | | + +## ReturnValue + +[OleObject](../../oleobject/) object index. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OleObjectCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oleobjectcollection/clear/_index.md b/spanish/cpp/aspose.cells.drawing/oleobjectcollection/clear/_index.md new file mode 100644 index 00000000000..4dbce8bd080 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oleobjectcollection/clear/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::OleObjectCollection::Clear method +linktitle: Clear +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::OleObjectCollection::Clear method. Remove all embedded OLE objects in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/oleobjectcollection/clear/ +--- +## OleObjectCollection::Clear method + + +Remove all embedded OLE objects. + +```cpp +void Aspose::Cells::Drawing::OleObjectCollection::Clear() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OleObjectCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oleobjectcollection/get/_index.md b/spanish/cpp/aspose.cells.drawing/oleobjectcollection/get/_index.md new file mode 100644 index 00000000000..56c663b3340 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oleobjectcollection/get/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::OleObjectCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::OleObjectCollection::Get method. Gets the OleObject element at the specified index in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/oleobjectcollection/get/ +--- +## OleObjectCollection::Get method + + +Gets the [OleObject](../../oleobject/) element at the specified index. + +```cpp +OleObject Aspose::Cells::Drawing::OleObjectCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The zero based index of the element. | + +## ReturnValue + +The element at the specified index. + +## See Also + +* Class [OleObject](../../oleobject/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [OleObjectCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oleobjectcollection/getcount/_index.md b/spanish/cpp/aspose.cells.drawing/oleobjectcollection/getcount/_index.md new file mode 100644 index 00000000000..ad87f657579 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oleobjectcollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::OleObjectCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::Drawing::OleObjectCollection class in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing/oleobjectcollection/getcount/ +--- +## OleObjectCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::Drawing::OleObjectCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OleObjectCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oleobjectcollection/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/oleobjectcollection/isnull/_index.md new file mode 100644 index 00000000000..317f528fbdb --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oleobjectcollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::OleObjectCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::OleObjectCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/oleobjectcollection/isnull/ +--- +## OleObjectCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::OleObjectCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OleObjectCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oleobjectcollection/oleobjectcollection/_index.md b/spanish/cpp/aspose.cells.drawing/oleobjectcollection/oleobjectcollection/_index.md new file mode 100644 index 00000000000..e411aa86616 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oleobjectcollection/oleobjectcollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::OleObjectCollection::OleObjectCollection constructor +linktitle: OleObjectCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::OleObjectCollection::OleObjectCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/oleobjectcollection/oleobjectcollection/ +--- +## OleObjectCollection::OleObjectCollection(OleObjectCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::OleObjectCollection::OleObjectCollection(OleObjectCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OleObjectCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## OleObjectCollection::OleObjectCollection(const OleObjectCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::OleObjectCollection::OleObjectCollection(const OleObjectCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OleObjectCollection](../) +* Class [OleObjectCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oleobjectcollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/oleobjectcollection/operator_asm/_index.md new file mode 100644 index 00000000000..cb7b462033c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oleobjectcollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::OleObjectCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::OleObjectCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/oleobjectcollection/operator_asm/ +--- +## OleObjectCollection::operator= method + + +operator= + +```cpp +OleObjectCollection & Aspose::Cells::Drawing::OleObjectCollection::operator=(const OleObjectCollection &src) +``` + +## See Also + +* Class [OleObjectCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [OleObjectCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oleobjectcollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/oleobjectcollection/operator_bool/_index.md new file mode 100644 index 00000000000..b673c650229 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oleobjectcollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::OleObjectCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::OleObjectCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/oleobjectcollection/operator_bool/ +--- +## OleObjectCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::OleObjectCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [OleObjectCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oleobjectcollection/removeat/_index.md b/spanish/cpp/aspose.cells.drawing/oleobjectcollection/removeat/_index.md new file mode 100644 index 00000000000..0613b80a011 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oleobjectcollection/removeat/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::OleObjectCollection::RemoveAt method +linktitle: RemoveAt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::OleObjectCollection::RemoveAt method. Removes the element at the specified index in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing/oleobjectcollection/removeat/ +--- +## OleObjectCollection::RemoveAt method + + +Removes the element at the specified index. + +```cpp +void Aspose::Cells::Drawing::OleObjectCollection::RemoveAt(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The specified index. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OleObjectCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oleobjectcollection/~oleobjectcollection/_index.md b/spanish/cpp/aspose.cells.drawing/oleobjectcollection/~oleobjectcollection/_index.md new file mode 100644 index 00000000000..87a50cb6a14 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oleobjectcollection/~oleobjectcollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::OleObjectCollection::~OleObjectCollection method +linktitle: ~OleObjectCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::OleObjectCollection::~OleObjectCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/oleobjectcollection/~oleobjectcollection/ +--- +## OleObjectCollection::~OleObjectCollection method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::OleObjectCollection::~OleObjectCollection() +``` + +## See Also + +* Class [OleObjectCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oval/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/oval/_impl/_index.md new file mode 100644 index 00000000000..9b857a2f598 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oval/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Oval::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Oval::_impl field. The implementation object in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/oval/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +Oval_Impl* Aspose::Cells::Drawing::Oval::_impl +``` + +## See Also + +* Class [Oval](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oval/_index.md b/spanish/cpp/aspose.cells.drawing/oval/_index.md new file mode 100644 index 00000000000..c2d7130f290 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oval/_index.md @@ -0,0 +1,269 @@ +--- +title: Aspose::Cells::Drawing::Oval class +linktitle: Oval +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Oval class. Represents the oval shape in C++.' +type: docs +weight: 4100 +url: /es/cpp/aspose.cells.drawing/oval/ +--- +## Oval class + + +Represents the oval shape. + +```cpp +class Oval : public Aspose::Cells::Drawing::Shape +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddHyperlink(const U16String\& address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AddHyperlink(const char16_t* address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AlignTopRightCorner(int32_t topRow, int32_t rightColumn)](../shape/aligntoprightcorner/) | Moves the picture to the top-right corner. | +| [CalculateTextSize()](../shape/calculatetextsize/) | Recalculate the text area. | +| [Characters(int32_t startIndex, int32_t length)](../shape/characters/) | Returns a Characters object that represents a range of characters within the text. | +| [FitToTextSize()](../shape/fittotextsize/) | Recalculate a text area suitable for displaying all text content. | +| [FormatCharacters(int32_t startIndex, int32_t length, const Aspose::Cells::Font\& font, const StyleFlag\& flag)](../shape/formatcharacters/) | Formats some characters with the font setting. | +| [GetActiveXControl()](../shape/getactivexcontrol/) | Gets the ActiveX control. | +| [GetActualBox()](../shape/getactualbox/) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [GetActualLowerRightRow()](../shape/getactuallowerrightrow/) | Get the actual bottom row. | +| [GetAlternativeText()](../shape/getalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [GetAnchorType()](../shape/getanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [GetAutoShapeType()](../shape/getautoshapetype/) | Gets and sets the auto shape type. | +| [GetBottom()](../shape/getbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [GetConnectionPoints()](../shape/getconnectionpoints/) | Get the connection points. | +| [GetControlData()](../shape/getcontroldata/) | Gets the data of control. | +| [GetCreateId(UUID\& uuid)](../shape/getcreateid/) | Gets and sets create id for this shape. | +| [GetFill()](../shape/getfill/) | Returns a [FillFormat](../fillformat/) object that contains fill formatting properties for the specified shape. | +| [GetFont()](../shape/getfont/) | Represents the font of shape. | +| [GetFormatPicture()](../shape/getformatpicture/) | Gets and sets the options of the picture format. | +| [GetGeometry()](../shape/getgeometry/) | Gets the geometry. | +| [GetGlow()](../shape/getglow/) | Represents a [GlowEffect](../gloweffect/) object that specifies glow effect for the chart element or shape. | +| [GetGroup()](../shape/getgroup/) | Gets the group shape which contains this shape. | +| [GetHasLine()](../shape/gethasline/) | Gets and sets the line border of the shape is visible. | +| [GetHeight()](../shape/getheight/) | Represents the height of shape, in unit of pixel. | +| [GetHeightCM()](../shape/getheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [GetHeightInch()](../shape/getheightinch/) | Represents the height of the shape, in unit of inches. | +| [GetHeightInShape()](../shape/getheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [GetHeightPt()](../shape/getheightpt/) | Represents the height of the shape, in unit of points. | +| [GetHeightScale()](../shape/getheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [GetHtmlText()](../shape/gethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [GetHyperlink()](../shape/gethyperlink/) | Gets the hyperlink of the shape. | +| [GetId()](../shape/getid/) | Gets the identifier of this shape. | +| [GetInputRange()](../shape/getinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [GetInputRange(bool isR1C1, bool isLocal)](../shape/getinputrange/) | Gets the range used to fill the control. | +| [GetLeft()](../shape/getleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [GetLeftCM()](../shape/getleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [GetLeftInch()](../shape/getleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [GetLeftInShape()](../shape/getleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [GetLeftToCorner()](../shape/getlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [GetLine()](../shape/getline/) | Gets line style. | +| [GetLinkedCell()](../shape/getlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [GetLinkedCell(bool isR1C1, bool isLocal)](../shape/getlinkedcell/) | Gets the range linked to the control's value. | +| [GetLockedProperty(ShapeLockType type)](../shape/getlockedproperty/) | Gets the value of locked property. | +| [GetLowerDeltaX()](../shape/getlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [GetLowerDeltaY()](../shape/getlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [GetLowerRightColumn()](../shape/getlowerrightcolumn/) | Represents lower right corner column index. | +| [GetLowerRightRow()](../shape/getlowerrightrow/) | Represents lower right corner row index. | +| [GetMacroName()](../shape/getmacroname/) | Gets and sets the name of macro. | +| [GetMsoDrawingType()](../shape/getmsodrawingtype/) | Gets drawing type. | +| [GetName()](../shape/getname/) | Gets and sets the name of the shape. | +| [GetPaths()](../shape/getpaths/) | Gets the paths of a custom geometric shape. | +| [GetPlacement()](../shape/getplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [GetReflection()](../shape/getreflection/) | Represents a [ReflectionEffect](../reflectioneffect/) object that specifies reflection effect for the chart element or shape. | +| [GetRelativeToOriginalPictureSize()](../shape/getrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [GetResultOfSmartArt()](../shape/getresultofsmartart/) | Converting smart art to grouped shapes. | +| [GetRichFormattings()](../shape/getrichformattings/) | Returns all Characters objects that represents a range of characters within the text . | +| [GetRight()](../shape/getright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [GetRotationAngle()](../shape/getrotationangle/) | Gets and sets the rotation of the shape. | +| [GetShadowEffect()](../shape/getshadoweffect/) | Represents a [Drawing.ShadowEffect](../shadoweffect/) object that specifies shadow effect for the chart element or shape. | +| [GetSoftEdges()](../shape/getsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [GetSpid()](../shape/getspid/) | Specifies an optional string identifier that an application can use to identify the particular shape. | +| [GetSpt()](../shape/getspt/) | Specifies an optional number that an application can use to associate the particular shape with a defined shape type. | +| [GetText()](../shape/gettext/) | Gets and sets the text of this shape. | +| [GetTextBody()](../shape/gettextbody/) | Gets and sets the setting of the shape's text. | +| [GetTextBoxOptions()](../shape/gettextboxoptions/) | Gets the text information in the shape. | +| [GetTextDirection()](../shape/gettextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [GetTextEffect()](../shape/gettexteffect/) | Returns a [TextEffectFormat](../texteffectformat/) object that contains text-effect formatting properties for the specified shape. Applies to [Shape](../shape/) objects that represent WordArt. | +| [GetTextHorizontalAlignment()](../shape/gettexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [GetTextHorizontalOverflow()](../shape/gettexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [GetTextOptions()](../shape/gettextoptions/) | Represents the text options of the shape. | +| [GetTextOrientationType()](../shape/gettextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [GetTextShapeType()](../shape/gettextshapetype/) | Gets and sets the preset text shape type. | +| [GetTextVerticalAlignment()](../shape/gettextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [GetTextVerticalOverflow()](../shape/gettextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [GetThreeDFormat()](../shape/getthreedformat/) | Gets and sets 3d format of the shape. | +| [GetTitle()](../shape/gettitle/) | Specifies the title (caption) of the current shape object. | +| [GetTop()](../shape/gettop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [GetTopCM()](../shape/gettopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [GetTopInch()](../shape/gettopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [GetTopInShape()](../shape/gettopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [GetTopToCorner()](../shape/gettoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [GetType()](../shape/gettype/) | Gets the auto shape type. | +| [GetUpperDeltaX()](../shape/getupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [GetUpperDeltaY()](../shape/getupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [GetUpperLeftColumn()](../shape/getupperleftcolumn/) | Represents upper left corner column index. | +| [GetUpperLeftRow()](../shape/getupperleftrow/) | Represents the top row index. | +| [GetWidth()](../shape/getwidth/) | Represents the width of shape, in unit of pixels. | +| [GetWidthCM()](../shape/getwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [GetWidthInch()](../shape/getwidthinch/) | Represents the width of the shape, in unit of inch. | +| [GetWidthInShape()](../shape/getwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [GetWidthPt()](../shape/getwidthpt/) | Represents the width of the shape, in unit of point. | +| [GetWidthScale()](../shape/getwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [GetWorksheet()](../shape/getworksheet/) | Gets the [Worksheet](../../aspose.cells/worksheet/) object which contains this shape. | +| [GetX()](../shape/getx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [GetY()](../shape/gety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [GetZOrderPosition()](../shape/getzorderposition/) | Returns the position of a shape in the z-order. | +| [IsAspectRatioLocked()](../shape/isaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [IsDecorative()](../shape/isdecorative/) | Indicates whether the object is decorative. | +| [IsEquation()](../shape/isequation/) | Indicates whether the shape only contains an equation. | +| [IsFilled()](../shape/isfilled/) | Indicates whether the fill format is visible. | +| [IsFlippedHorizontally()](../shape/isflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [IsFlippedVertically()](../shape/isflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [IsGroup()](../shape/isgroup/) | Indicates whether this shape is a group shape. | +| [IsHidden()](../shape/ishidden/) | Indicates whether the object is visible. | +| [IsInGroup()](../shape/isingroup/) | Indicates whether the shape is grouped. | +| [IsLockAspectRatio()](../shape/islockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [IsLocked()](../shape/islocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsPrintable()](../shape/isprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [IsRichText()](../shape/isrichtext/) | Whether or not the text is rich text. | +| [IsSameSetting(const Aspose::Cells::Object\& obj)](../shape/issamesetting/) | Returns whether the shape is same. | +| [IsSmartArt()](../shape/issmartart/) | Indicates whether the shape is a smart art. | +| [IsTextWrapped()](../shape/istextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [IsWordArt()](../shape/iswordart/) | Indicates whether this shape is a word art. | +| [MoveToRange(int32_t topRow, int32_t leftColumn, int32_t bottomRow, int32_t rightColumn)](../shape/movetorange/) | Moves the shape to a specified range. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const Oval\& src)](./operator_asm/) | operator= | +| [operator=(const Shape\& src)](../shape/operator_asm/) | operator= | +| [Oval(Oval_Impl* impl)](./oval/) | Constructs from an implementation object. | +| [Oval(const Oval\& src)](./oval/) | Copy constructor. | +| [Oval(const Shape\& src)](./oval/) | Constructs from a parent object. | +| [RemoveActiveXControl()](../shape/removeactivexcontrol/) | Remove activeX control. | +| [RemoveHyperlink()](../shape/removehyperlink/) | Removes the hyperlink of the shape. | +| [SetAlternativeText(const U16String\& value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAlternativeText(const char16_t* value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAnchorType(ShapeAnchorType value)](../shape/setanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [SetAutoShapeType(AutoShapeType value)](../shape/setautoshapetype/) | Gets and sets the auto shape type. | +| [SetBottom(int32_t value)](../shape/setbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [SetCreateId(const UUID\& value)](../shape/setcreateid/) | Gets and sets create id for this shape. | +| [SetFont(const Aspose::Cells::Font\& value)](../shape/setfont/) | Represents the font of shape. | +| [SetHasLine(bool value)](../shape/sethasline/) | Gets and sets the line border of the shape is visible. | +| [SetHeight(int32_t value)](../shape/setheight/) | Represents the height of shape, in unit of pixel. | +| [SetHeightCM(double value)](../shape/setheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [SetHeightInch(double value)](../shape/setheightinch/) | Represents the height of the shape, in unit of inches. | +| [SetHeightInShape(int32_t value)](../shape/setheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [SetHeightPt(double value)](../shape/setheightpt/) | Represents the height of the shape, in unit of points. | +| [SetHeightScale(int32_t value)](../shape/setheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [SetHtmlText(const U16String\& value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetHtmlText(const char16_t* value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetInputRange(const U16String\& value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const char16_t* value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetInputRange(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetIsAspectRatioLocked(bool value)](../shape/setisaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [SetIsDecorative(bool value)](../shape/setisdecorative/) | Indicates whether the object is decorative. | +| [SetIsFilled(bool value)](../shape/setisfilled/) | Indicates whether the fill format is visible. | +| [SetIsFlippedHorizontally(bool value)](../shape/setisflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [SetIsFlippedVertically(bool value)](../shape/setisflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [SetIsHidden(bool value)](../shape/setishidden/) | Indicates whether the object is visible. | +| [SetIsLockAspectRatio(bool value)](../shape/setislockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [SetIsLocked(bool value)](../shape/setislocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [SetIsPrintable(bool value)](../shape/setisprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [SetIsTextWrapped(bool value)](../shape/setistextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [SetLeft(int32_t value)](../shape/setleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [SetLeftCM(double value)](../shape/setleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [SetLeftInch(double value)](../shape/setleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [SetLeftInShape(int32_t value)](../shape/setleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [SetLeftToCorner(int32_t value)](../shape/setlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [SetLinkedCell(const U16String\& value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const char16_t* value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLinkedCell(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLockedProperty(ShapeLockType type, bool value)](../shape/setlockedproperty/) | Set the locked property. | +| [SetLowerDeltaX(int32_t value)](../shape/setlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [SetLowerDeltaY(int32_t value)](../shape/setlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [SetLowerRightColumn(int32_t value)](../shape/setlowerrightcolumn/) | Represents lower right corner column index. | +| [SetLowerRightRow(int32_t value)](../shape/setlowerrightrow/) | Represents lower right corner row index. | +| [SetMacroName(const U16String\& value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetMacroName(const char16_t* value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetName(const U16String\& value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetName(const char16_t* value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetPlacement(PlacementType value)](../shape/setplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [SetRelativeToOriginalPictureSize(bool value)](../shape/setrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [SetRight(int32_t value)](../shape/setright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [SetRotationAngle(double value)](../shape/setrotationangle/) | Gets and sets the rotation of the shape. | +| [SetSoftEdges(double value)](../shape/setsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [SetText(const U16String\& value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetText(const char16_t* value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetTextDirection(TextDirectionType value)](../shape/settextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [SetTextHorizontalAlignment(TextAlignmentType value)](../shape/settexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [SetTextHorizontalOverflow(TextOverflowType value)](../shape/settexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [SetTextOptions(const TextOptions\& value)](../shape/settextoptions/) | Represents the text options of the shape. | +| [SetTextOrientationType(TextOrientationType value)](../shape/settextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [SetTextShapeType(AutoShapeType value)](../shape/settextshapetype/) | Gets and sets the preset text shape type. | +| [SetTextVerticalAlignment(TextAlignmentType value)](../shape/settextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [SetTextVerticalOverflow(TextOverflowType value)](../shape/settextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [SetTitle(const U16String\& value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTitle(const char16_t* value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTop(int32_t value)](../shape/settop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [SetTopCM(double value)](../shape/settopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [SetTopInch(double value)](../shape/settopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [SetTopInShape(int32_t value)](../shape/settopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [SetTopToCorner(int32_t value)](../shape/settoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [SetUpperDeltaX(int32_t value)](../shape/setupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [SetUpperDeltaY(int32_t value)](../shape/setupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [SetUpperLeftColumn(int32_t value)](../shape/setupperleftcolumn/) | Represents upper left corner column index. | +| [SetUpperLeftRow(int32_t value)](../shape/setupperleftrow/) | Represents the top row index. | +| [SetWidth(int32_t value)](../shape/setwidth/) | Represents the width of shape, in unit of pixels. | +| [SetWidthCM(double value)](../shape/setwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [SetWidthInch(double value)](../shape/setwidthinch/) | Represents the width of the shape, in unit of inch. | +| [SetWidthInShape(int32_t value)](../shape/setwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [SetWidthPt(double value)](../shape/setwidthpt/) | Represents the width of the shape, in unit of point. | +| [SetWidthScale(int32_t value)](../shape/setwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [SetX(int32_t value)](../shape/setx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [SetY(int32_t value)](../shape/sety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [SetZOrderPosition(int32_t value)](../shape/setzorderposition/) | Returns the position of a shape in the z-order. | +| [Shape(Shape_Impl* impl)](../shape/shape/) | Constructs from an implementation object. | +| [Shape(const Shape\& src)](../shape/shape/) | Copy constructor. | +| [ToFrontOrBack(int32_t orders)](../shape/tofrontorback/) | Brings the shape to the front or sends the shape to back. | +| [ToImage(Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. | +| [ToImage(const U16String\& imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const char16_t* imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a stream. | +| [UpdateSelectedValue()](../shape/updateselectedvalue/) | Update the selected value by the value of the linked cell. | +| [~Oval()](./~oval/) | Destructor. | +| [~Shape()](../shape/~shape/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; + +//obtener ShapeCollection +ShapeCollection shapes = workbook.GetWorksheets().Get(0).GetShapes(); + +//agregar un óvalo +Oval oval = shapes.AddOval(1, 0, 1, 0, 50, 50); + +//Guarde el archivo de Excel. +workbook.Save(u"result.xlsx"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Shape](../shape/) +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/oval/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/oval/isnull/_index.md new file mode 100644 index 00000000000..003a1649e43 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oval/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::Oval::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Oval::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/oval/isnull/ +--- +## Oval::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::Oval::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Oval](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oval/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/oval/operator_asm/_index.md new file mode 100644 index 00000000000..02ce39a8471 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oval/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Oval::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Oval::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/oval/operator_asm/ +--- +## Oval::operator= method + + +operator= + +```cpp +Oval & Aspose::Cells::Drawing::Oval::operator=(const Oval &src) +``` + +## See Also + +* Class [Oval](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [Oval](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oval/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/oval/operator_bool/_index.md new file mode 100644 index 00000000000..f65bd63ea05 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oval/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Oval::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Oval::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/oval/operator_bool/ +--- +## Oval::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::Oval::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [Oval](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oval/oval/_index.md b/spanish/cpp/aspose.cells.drawing/oval/oval/_index.md new file mode 100644 index 00000000000..469889872cb --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oval/oval/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::Oval::Oval constructor +linktitle: Oval +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Oval::Oval constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/oval/oval/ +--- +## Oval::Oval(Oval_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::Oval::Oval(Oval_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Oval](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## Oval::Oval(const Oval\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::Oval::Oval(const Oval &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Oval](../) +* Class [Oval](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## Oval::Oval(const Shape\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::Oval::Oval(const Shape &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../../shape/) +* Class [Oval](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/oval/~oval/_index.md b/spanish/cpp/aspose.cells.drawing/oval/~oval/_index.md new file mode 100644 index 00000000000..82bade1033f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/oval/~oval/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Oval::~Oval method +linktitle: ~Oval +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Oval::~Oval method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/oval/~oval/ +--- +## Oval::~Oval method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::Oval::~Oval() +``` + +## See Also + +* Class [Oval](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/patternfill/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/patternfill/_impl/_index.md new file mode 100644 index 00000000000..6d8d4e52979 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/patternfill/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::PatternFill::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PatternFill::_impl field. The implementation object in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.drawing/patternfill/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +PatternFill_Impl* Aspose::Cells::Drawing::PatternFill::_impl +``` + +## See Also + +* Class [PatternFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/patternfill/_index.md b/spanish/cpp/aspose.cells.drawing/patternfill/_index.md new file mode 100644 index 00000000000..1dddaea6594 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/patternfill/_index.md @@ -0,0 +1,51 @@ +--- +title: Aspose::Cells::Drawing::PatternFill class +linktitle: PatternFill +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PatternFill class. Encapsulates the object that represents pattern fill format in C++.' +type: docs +weight: 4200 +url: /es/cpp/aspose.cells.drawing/patternfill/ +--- +## PatternFill class + + +Encapsulates the object that represents pattern fill format. + +```cpp +class PatternFill +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetBackgroundCellsColor()](./getbackgroundcellscolor/) | Gets and sets the foreground [CellsColor](../../aspose.cells/cellscolor/) object. | +| [GetBackgroundColor()](./getbackgroundcolor/) | Gets or sets the background [Color](../../aspose.cells/color/) of the [Area](../area/). | +| [GetBackTransparency()](./getbacktransparency/) | Gets or sets the transparency of background color. | +| [GetForegroundCellsColor()](./getforegroundcellscolor/) | Gets and sets the foreground [CellsColor](../../aspose.cells/cellscolor/) object. | +| [GetForegroundColor()](./getforegroundcolor/) | Gets or sets the foreground [Color](../../aspose.cells/color/). | +| [GetForeTransparency()](./getforetransparency/) | Gets or sets the transparency of foreground color. | +| [GetPattern()](./getpattern/) | Gets or sets the fill pattern type. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const PatternFill\& src)](./operator_asm/) | operator= | +| [PatternFill(PatternFill_Impl* impl)](./patternfill/) | Constructs from an implementation object. | +| [PatternFill(const PatternFill\& src)](./patternfill/) | Copy constructor. | +| [SetBackgroundCellsColor(const CellsColor\& value)](./setbackgroundcellscolor/) | Gets and sets the foreground [CellsColor](../../aspose.cells/cellscolor/) object. | +| [SetBackgroundColor(const Aspose::Cells::Color\& value)](./setbackgroundcolor/) | Gets or sets the background [Color](../../aspose.cells/color/) of the [Area](../area/). | +| [SetBackTransparency(double value)](./setbacktransparency/) | Gets or sets the transparency of background color. | +| [SetForegroundCellsColor(const CellsColor\& value)](./setforegroundcellscolor/) | Gets and sets the foreground [CellsColor](../../aspose.cells/cellscolor/) object. | +| [SetForegroundColor(const Aspose::Cells::Color\& value)](./setforegroundcolor/) | Gets or sets the foreground [Color](../../aspose.cells/color/). | +| [SetForeTransparency(double value)](./setforetransparency/) | Gets or sets the transparency of foreground color. | +| [SetPattern(FillPattern value)](./setpattern/) | Gets or sets the fill pattern type. | +| [~PatternFill()](./~patternfill/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/patternfill/getbackgroundcellscolor/_index.md b/spanish/cpp/aspose.cells.drawing/patternfill/getbackgroundcellscolor/_index.md new file mode 100644 index 00000000000..8ecccf4fb31 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/patternfill/getbackgroundcellscolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::PatternFill::GetBackgroundCellsColor method +linktitle: GetBackgroundCellsColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PatternFill::GetBackgroundCellsColor method. Gets and sets the foreground CellsColor object in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing/patternfill/getbackgroundcellscolor/ +--- +## PatternFill::GetBackgroundCellsColor method + + +Gets and sets the foreground [CellsColor](../../../aspose.cells/cellscolor/) object. + +```cpp +CellsColor Aspose::Cells::Drawing::PatternFill::GetBackgroundCellsColor() +``` + +## See Also + +* Class [CellsColor](../../../aspose.cells/cellscolor/) +* Class [PatternFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/patternfill/getbackgroundcolor/_index.md b/spanish/cpp/aspose.cells.drawing/patternfill/getbackgroundcolor/_index.md new file mode 100644 index 00000000000..d8c9ff182f6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/patternfill/getbackgroundcolor/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::PatternFill::GetBackgroundColor method +linktitle: GetBackgroundColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PatternFill::GetBackgroundColor method. Gets or sets the background Color of the Area in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/patternfill/getbackgroundcolor/ +--- +## PatternFill::GetBackgroundColor method + + +Gets or sets the background [Color](../../../aspose.cells/color/) of the [Area](../../area/). + +```cpp +Aspose::Cells::Color Aspose::Cells::Drawing::PatternFill::GetBackgroundColor() +``` + +## See Also + +* Class [PatternFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/patternfill/getbacktransparency/_index.md b/spanish/cpp/aspose.cells.drawing/patternfill/getbacktransparency/_index.md new file mode 100644 index 00000000000..68e69e56d71 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/patternfill/getbacktransparency/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::PatternFill::GetBackTransparency method +linktitle: GetBackTransparency +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PatternFill::GetBackTransparency method. Gets or sets the transparency of background color in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.drawing/patternfill/getbacktransparency/ +--- +## PatternFill::GetBackTransparency method + + +Gets or sets the transparency of background color. + +```cpp +double Aspose::Cells::Drawing::PatternFill::GetBackTransparency() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PatternFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/patternfill/getforegroundcellscolor/_index.md b/spanish/cpp/aspose.cells.drawing/patternfill/getforegroundcellscolor/_index.md new file mode 100644 index 00000000000..bd6ac59382d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/patternfill/getforegroundcellscolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::PatternFill::GetForegroundCellsColor method +linktitle: GetForegroundCellsColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PatternFill::GetForegroundCellsColor method. Gets and sets the foreground CellsColor object in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing/patternfill/getforegroundcellscolor/ +--- +## PatternFill::GetForegroundCellsColor method + + +Gets and sets the foreground [CellsColor](../../../aspose.cells/cellscolor/) object. + +```cpp +CellsColor Aspose::Cells::Drawing::PatternFill::GetForegroundCellsColor() +``` + +## See Also + +* Class [CellsColor](../../../aspose.cells/cellscolor/) +* Class [PatternFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/patternfill/getforegroundcolor/_index.md b/spanish/cpp/aspose.cells.drawing/patternfill/getforegroundcolor/_index.md new file mode 100644 index 00000000000..0d7e5cd5b3c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/patternfill/getforegroundcolor/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::PatternFill::GetForegroundColor method +linktitle: GetForegroundColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PatternFill::GetForegroundColor method. Gets or sets the foreground Color in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing/patternfill/getforegroundcolor/ +--- +## PatternFill::GetForegroundColor method + + +Gets or sets the foreground [Color](../../../aspose.cells/color/). + +```cpp +Aspose::Cells::Color Aspose::Cells::Drawing::PatternFill::GetForegroundColor() +``` + +## See Also + +* Class [PatternFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/patternfill/getforetransparency/_index.md b/spanish/cpp/aspose.cells.drawing/patternfill/getforetransparency/_index.md new file mode 100644 index 00000000000..29e8b3a0666 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/patternfill/getforetransparency/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::PatternFill::GetForeTransparency method +linktitle: GetForeTransparency +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PatternFill::GetForeTransparency method. Gets or sets the transparency of foreground color in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing/patternfill/getforetransparency/ +--- +## PatternFill::GetForeTransparency method + + +Gets or sets the transparency of foreground color. + +```cpp +double Aspose::Cells::Drawing::PatternFill::GetForeTransparency() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PatternFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/patternfill/getpattern/_index.md b/spanish/cpp/aspose.cells.drawing/patternfill/getpattern/_index.md new file mode 100644 index 00000000000..808563aaf73 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/patternfill/getpattern/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::PatternFill::GetPattern method +linktitle: GetPattern +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PatternFill::GetPattern method. Gets or sets the fill pattern type in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/patternfill/getpattern/ +--- +## PatternFill::GetPattern method + + +Gets or sets the fill pattern type. + +```cpp +FillPattern Aspose::Cells::Drawing::PatternFill::GetPattern() +``` + +## See Also + +* Enum [FillPattern](../../fillpattern/) +* Class [PatternFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/patternfill/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/patternfill/isnull/_index.md new file mode 100644 index 00000000000..5d5fb26744a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/patternfill/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::PatternFill::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PatternFill::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/patternfill/isnull/ +--- +## PatternFill::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::PatternFill::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PatternFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/patternfill/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/patternfill/operator_asm/_index.md new file mode 100644 index 00000000000..c5b5dbdd053 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/patternfill/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::PatternFill::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PatternFill::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/patternfill/operator_asm/ +--- +## PatternFill::operator= method + + +operator= + +```cpp +PatternFill & Aspose::Cells::Drawing::PatternFill::operator=(const PatternFill &src) +``` + +## See Also + +* Class [PatternFill](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PatternFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/patternfill/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/patternfill/operator_bool/_index.md new file mode 100644 index 00000000000..2f799dd0fc9 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/patternfill/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::PatternFill::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PatternFill::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/patternfill/operator_bool/ +--- +## PatternFill::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::PatternFill::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [PatternFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/patternfill/patternfill/_index.md b/spanish/cpp/aspose.cells.drawing/patternfill/patternfill/_index.md new file mode 100644 index 00000000000..d9dfbd10f53 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/patternfill/patternfill/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::PatternFill::PatternFill constructor +linktitle: PatternFill +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PatternFill::PatternFill constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/patternfill/patternfill/ +--- +## PatternFill::PatternFill(PatternFill_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::PatternFill::PatternFill(PatternFill_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PatternFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## PatternFill::PatternFill(const PatternFill\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::PatternFill::PatternFill(const PatternFill &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PatternFill](../) +* Class [PatternFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/patternfill/setbackgroundcellscolor/_index.md b/spanish/cpp/aspose.cells.drawing/patternfill/setbackgroundcellscolor/_index.md new file mode 100644 index 00000000000..b0318d99d5d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/patternfill/setbackgroundcellscolor/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::PatternFill::SetBackgroundCellsColor method +linktitle: SetBackgroundCellsColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PatternFill::SetBackgroundCellsColor method. Gets and sets the foreground CellsColor object in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing/patternfill/setbackgroundcellscolor/ +--- +## PatternFill::SetBackgroundCellsColor method + + +Gets and sets the foreground [CellsColor](../../../aspose.cells/cellscolor/) object. + +```cpp +void Aspose::Cells::Drawing::PatternFill::SetBackgroundCellsColor(const CellsColor &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CellsColor](../../../aspose.cells/cellscolor/) +* Class [PatternFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/patternfill/setbackgroundcolor/_index.md b/spanish/cpp/aspose.cells.drawing/patternfill/setbackgroundcolor/_index.md new file mode 100644 index 00000000000..46aa2d9e562 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/patternfill/setbackgroundcolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::PatternFill::SetBackgroundColor method +linktitle: SetBackgroundColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PatternFill::SetBackgroundColor method. Gets or sets the background Color of the Area in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing/patternfill/setbackgroundcolor/ +--- +## PatternFill::SetBackgroundColor method + + +Gets or sets the background [Color](../../../aspose.cells/color/) of the [Area](../../area/). + +```cpp +void Aspose::Cells::Drawing::PatternFill::SetBackgroundColor(const Aspose::Cells::Color &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PatternFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/patternfill/setbacktransparency/_index.md b/spanish/cpp/aspose.cells.drawing/patternfill/setbacktransparency/_index.md new file mode 100644 index 00000000000..e8fc59c13f0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/patternfill/setbacktransparency/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::PatternFill::SetBackTransparency method +linktitle: SetBackTransparency +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PatternFill::SetBackTransparency method. Gets or sets the transparency of background color in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.drawing/patternfill/setbacktransparency/ +--- +## PatternFill::SetBackTransparency method + + +Gets or sets the transparency of background color. + +```cpp +void Aspose::Cells::Drawing::PatternFill::SetBackTransparency(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PatternFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/patternfill/setforegroundcellscolor/_index.md b/spanish/cpp/aspose.cells.drawing/patternfill/setforegroundcellscolor/_index.md new file mode 100644 index 00000000000..fd870ded2f5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/patternfill/setforegroundcellscolor/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::PatternFill::SetForegroundCellsColor method +linktitle: SetForegroundCellsColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PatternFill::SetForegroundCellsColor method. Gets and sets the foreground CellsColor object in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing/patternfill/setforegroundcellscolor/ +--- +## PatternFill::SetForegroundCellsColor method + + +Gets and sets the foreground [CellsColor](../../../aspose.cells/cellscolor/) object. + +```cpp +void Aspose::Cells::Drawing::PatternFill::SetForegroundCellsColor(const CellsColor &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CellsColor](../../../aspose.cells/cellscolor/) +* Class [PatternFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/patternfill/setforegroundcolor/_index.md b/spanish/cpp/aspose.cells.drawing/patternfill/setforegroundcolor/_index.md new file mode 100644 index 00000000000..7e5b5c6075b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/patternfill/setforegroundcolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::PatternFill::SetForegroundColor method +linktitle: SetForegroundColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PatternFill::SetForegroundColor method. Gets or sets the foreground Color in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing/patternfill/setforegroundcolor/ +--- +## PatternFill::SetForegroundColor method + + +Gets or sets the foreground [Color](../../../aspose.cells/color/). + +```cpp +void Aspose::Cells::Drawing::PatternFill::SetForegroundColor(const Aspose::Cells::Color &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PatternFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/patternfill/setforetransparency/_index.md b/spanish/cpp/aspose.cells.drawing/patternfill/setforetransparency/_index.md new file mode 100644 index 00000000000..c80c05aea39 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/patternfill/setforetransparency/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::PatternFill::SetForeTransparency method +linktitle: SetForeTransparency +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PatternFill::SetForeTransparency method. Gets or sets the transparency of foreground color in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing/patternfill/setforetransparency/ +--- +## PatternFill::SetForeTransparency method + + +Gets or sets the transparency of foreground color. + +```cpp +void Aspose::Cells::Drawing::PatternFill::SetForeTransparency(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PatternFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/patternfill/setpattern/_index.md b/spanish/cpp/aspose.cells.drawing/patternfill/setpattern/_index.md new file mode 100644 index 00000000000..5f86f7216fb --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/patternfill/setpattern/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::PatternFill::SetPattern method +linktitle: SetPattern +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PatternFill::SetPattern method. Gets or sets the fill pattern type in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/patternfill/setpattern/ +--- +## PatternFill::SetPattern method + + +Gets or sets the fill pattern type. + +```cpp +void Aspose::Cells::Drawing::PatternFill::SetPattern(FillPattern value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [FillPattern](../../fillpattern/) +* Class [PatternFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/patternfill/~patternfill/_index.md b/spanish/cpp/aspose.cells.drawing/patternfill/~patternfill/_index.md new file mode 100644 index 00000000000..96a800f4a64 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/patternfill/~patternfill/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::PatternFill::~PatternFill method +linktitle: ~PatternFill +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PatternFill::~PatternFill method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/patternfill/~patternfill/ +--- +## PatternFill::~PatternFill method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::PatternFill::~PatternFill() +``` + +## See Also + +* Class [PatternFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picformatoption/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/picformatoption/_impl/_index.md new file mode 100644 index 00000000000..336353d1347 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picformatoption/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::PicFormatOption::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PicFormatOption::_impl field. The implementation object in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.drawing/picformatoption/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +PicFormatOption_Impl* Aspose::Cells::Drawing::PicFormatOption::_impl +``` + +## See Also + +* Class [PicFormatOption](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picformatoption/_index.md b/spanish/cpp/aspose.cells.drawing/picformatoption/_index.md new file mode 100644 index 00000000000..6ae2ec74a6b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picformatoption/_index.md @@ -0,0 +1,50 @@ +--- +title: Aspose::Cells::Drawing::PicFormatOption class +linktitle: PicFormatOption +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PicFormatOption class. Represents picture format option in C++.' +type: docs +weight: 4300 +url: /es/cpp/aspose.cells.drawing/picformatoption/ +--- +## PicFormatOption class + + +Represents picture format option. + +```cpp +class PicFormatOption +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetBottom()](./getbottom/) | Gets or sets the bottom offset for stretching picture. | +| [GetLeft()](./getleft/) | Gets or sets the left offset for stretching picture. | +| [GetRight()](./getright/) | Gets or sets the right offset for stretching picture. | +| [GetScale()](./getscale/) | Gets or sets how many the picture stack and scale with. | +| [GetTop()](./gettop/) | Gets or sets the top offset for stretching picture. | +| [GetType()](./gettype/) | Gets or sets the picture fill type. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const PicFormatOption\& src)](./operator_asm/) | operator= | +| [PicFormatOption()](./picformatoption/) | Default constructor. | +| [PicFormatOption(PicFormatOption_Impl* impl)](./picformatoption/) | Constructs from an implementation object. | +| [PicFormatOption(const PicFormatOption\& src)](./picformatoption/) | Copy constructor. | +| [SetBottom(double value)](./setbottom/) | Gets or sets the bottom offset for stretching picture. | +| [SetLeft(double value)](./setleft/) | Gets or sets the left offset for stretching picture. | +| [SetRight(double value)](./setright/) | Gets or sets the right offset for stretching picture. | +| [SetScale(double value)](./setscale/) | Gets or sets how many the picture stack and scale with. | +| [SetTop(double value)](./settop/) | Gets or sets the top offset for stretching picture. | +| [SetType(FillPictureType value)](./settype/) | Gets or sets the picture fill type. | +| [~PicFormatOption()](./~picformatoption/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/picformatoption/getbottom/_index.md b/spanish/cpp/aspose.cells.drawing/picformatoption/getbottom/_index.md new file mode 100644 index 00000000000..aa1638b55a1 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picformatoption/getbottom/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::PicFormatOption::GetBottom method +linktitle: GetBottom +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PicFormatOption::GetBottom method. Gets or sets the bottom offset for stretching picture in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing/picformatoption/getbottom/ +--- +## PicFormatOption::GetBottom method + + +Gets or sets the bottom offset for stretching picture. + +```cpp +double Aspose::Cells::Drawing::PicFormatOption::GetBottom() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PicFormatOption](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picformatoption/getleft/_index.md b/spanish/cpp/aspose.cells.drawing/picformatoption/getleft/_index.md new file mode 100644 index 00000000000..b83b2946925 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picformatoption/getleft/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::PicFormatOption::GetLeft method +linktitle: GetLeft +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PicFormatOption::GetLeft method. Gets or sets the left offset for stretching picture in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing/picformatoption/getleft/ +--- +## PicFormatOption::GetLeft method + + +Gets or sets the left offset for stretching picture. + +```cpp +double Aspose::Cells::Drawing::PicFormatOption::GetLeft() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PicFormatOption](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picformatoption/getright/_index.md b/spanish/cpp/aspose.cells.drawing/picformatoption/getright/_index.md new file mode 100644 index 00000000000..31602d57895 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picformatoption/getright/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::PicFormatOption::GetRight method +linktitle: GetRight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PicFormatOption::GetRight method. Gets or sets the right offset for stretching picture in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing/picformatoption/getright/ +--- +## PicFormatOption::GetRight method + + +Gets or sets the right offset for stretching picture. + +```cpp +double Aspose::Cells::Drawing::PicFormatOption::GetRight() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PicFormatOption](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picformatoption/getscale/_index.md b/spanish/cpp/aspose.cells.drawing/picformatoption/getscale/_index.md new file mode 100644 index 00000000000..4aff50ea17f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picformatoption/getscale/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::PicFormatOption::GetScale method +linktitle: GetScale +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PicFormatOption::GetScale method. Gets or sets how many the picture stack and scale with in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/picformatoption/getscale/ +--- +## PicFormatOption::GetScale method + + +Gets or sets how many the picture stack and scale with. + +```cpp +double Aspose::Cells::Drawing::PicFormatOption::GetScale() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PicFormatOption](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picformatoption/gettop/_index.md b/spanish/cpp/aspose.cells.drawing/picformatoption/gettop/_index.md new file mode 100644 index 00000000000..047e4b8ab50 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picformatoption/gettop/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::PicFormatOption::GetTop method +linktitle: GetTop +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PicFormatOption::GetTop method. Gets or sets the top offset for stretching picture in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing/picformatoption/gettop/ +--- +## PicFormatOption::GetTop method + + +Gets or sets the top offset for stretching picture. + +```cpp +double Aspose::Cells::Drawing::PicFormatOption::GetTop() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PicFormatOption](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picformatoption/gettype/_index.md b/spanish/cpp/aspose.cells.drawing/picformatoption/gettype/_index.md new file mode 100644 index 00000000000..d48198451bc --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picformatoption/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::PicFormatOption::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PicFormatOption::GetType method. Gets or sets the picture fill type in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/picformatoption/gettype/ +--- +## PicFormatOption::GetType method + + +Gets or sets the picture fill type. + +```cpp +FillPictureType Aspose::Cells::Drawing::PicFormatOption::GetType() +``` + +## See Also + +* Enum [FillPictureType](../../fillpicturetype/) +* Class [PicFormatOption](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picformatoption/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/picformatoption/isnull/_index.md new file mode 100644 index 00000000000..d5b4fb8baf6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picformatoption/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::PicFormatOption::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PicFormatOption::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/picformatoption/isnull/ +--- +## PicFormatOption::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::PicFormatOption::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PicFormatOption](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picformatoption/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/picformatoption/operator_asm/_index.md new file mode 100644 index 00000000000..169aeebc80c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picformatoption/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::PicFormatOption::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PicFormatOption::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/picformatoption/operator_asm/ +--- +## PicFormatOption::operator= method + + +operator= + +```cpp +PicFormatOption & Aspose::Cells::Drawing::PicFormatOption::operator=(const PicFormatOption &src) +``` + +## See Also + +* Class [PicFormatOption](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PicFormatOption](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picformatoption/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/picformatoption/operator_bool/_index.md new file mode 100644 index 00000000000..cab55cc217c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picformatoption/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::PicFormatOption::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PicFormatOption::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/picformatoption/operator_bool/ +--- +## PicFormatOption::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::PicFormatOption::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [PicFormatOption](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picformatoption/picformatoption/_index.md b/spanish/cpp/aspose.cells.drawing/picformatoption/picformatoption/_index.md new file mode 100644 index 00000000000..d5b5660f294 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picformatoption/picformatoption/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::Drawing::PicFormatOption::PicFormatOption constructor +linktitle: PicFormatOption +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PicFormatOption::PicFormatOption constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/picformatoption/picformatoption/ +--- +## PicFormatOption::PicFormatOption() constructor + + +Default constructor. + +```cpp +Aspose::Cells::Drawing::PicFormatOption::PicFormatOption() +``` + +## See Also + +* Class [PicFormatOption](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## PicFormatOption::PicFormatOption(PicFormatOption_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::PicFormatOption::PicFormatOption(PicFormatOption_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PicFormatOption](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## PicFormatOption::PicFormatOption(const PicFormatOption\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::PicFormatOption::PicFormatOption(const PicFormatOption &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PicFormatOption](../) +* Class [PicFormatOption](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picformatoption/setbottom/_index.md b/spanish/cpp/aspose.cells.drawing/picformatoption/setbottom/_index.md new file mode 100644 index 00000000000..ddaa92a9b50 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picformatoption/setbottom/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::PicFormatOption::SetBottom method +linktitle: SetBottom +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PicFormatOption::SetBottom method. Gets or sets the bottom offset for stretching picture in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing/picformatoption/setbottom/ +--- +## PicFormatOption::SetBottom method + + +Gets or sets the bottom offset for stretching picture. + +```cpp +void Aspose::Cells::Drawing::PicFormatOption::SetBottom(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PicFormatOption](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picformatoption/setleft/_index.md b/spanish/cpp/aspose.cells.drawing/picformatoption/setleft/_index.md new file mode 100644 index 00000000000..4599a1084df --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picformatoption/setleft/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::PicFormatOption::SetLeft method +linktitle: SetLeft +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PicFormatOption::SetLeft method. Gets or sets the left offset for stretching picture in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing/picformatoption/setleft/ +--- +## PicFormatOption::SetLeft method + + +Gets or sets the left offset for stretching picture. + +```cpp +void Aspose::Cells::Drawing::PicFormatOption::SetLeft(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PicFormatOption](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picformatoption/setright/_index.md b/spanish/cpp/aspose.cells.drawing/picformatoption/setright/_index.md new file mode 100644 index 00000000000..4fda973bea3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picformatoption/setright/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::PicFormatOption::SetRight method +linktitle: SetRight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PicFormatOption::SetRight method. Gets or sets the right offset for stretching picture in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing/picformatoption/setright/ +--- +## PicFormatOption::SetRight method + + +Gets or sets the right offset for stretching picture. + +```cpp +void Aspose::Cells::Drawing::PicFormatOption::SetRight(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PicFormatOption](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picformatoption/setscale/_index.md b/spanish/cpp/aspose.cells.drawing/picformatoption/setscale/_index.md new file mode 100644 index 00000000000..a266420e40a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picformatoption/setscale/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::PicFormatOption::SetScale method +linktitle: SetScale +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PicFormatOption::SetScale method. Gets or sets how many the picture stack and scale with in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing/picformatoption/setscale/ +--- +## PicFormatOption::SetScale method + + +Gets or sets how many the picture stack and scale with. + +```cpp +void Aspose::Cells::Drawing::PicFormatOption::SetScale(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PicFormatOption](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picformatoption/settop/_index.md b/spanish/cpp/aspose.cells.drawing/picformatoption/settop/_index.md new file mode 100644 index 00000000000..b6cbb715c43 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picformatoption/settop/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::PicFormatOption::SetTop method +linktitle: SetTop +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PicFormatOption::SetTop method. Gets or sets the top offset for stretching picture in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing/picformatoption/settop/ +--- +## PicFormatOption::SetTop method + + +Gets or sets the top offset for stretching picture. + +```cpp +void Aspose::Cells::Drawing::PicFormatOption::SetTop(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PicFormatOption](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picformatoption/settype/_index.md b/spanish/cpp/aspose.cells.drawing/picformatoption/settype/_index.md new file mode 100644 index 00000000000..730fecd92d0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picformatoption/settype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::PicFormatOption::SetType method +linktitle: SetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PicFormatOption::SetType method. Gets or sets the picture fill type in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/picformatoption/settype/ +--- +## PicFormatOption::SetType method + + +Gets or sets the picture fill type. + +```cpp +void Aspose::Cells::Drawing::PicFormatOption::SetType(FillPictureType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [FillPictureType](../../fillpicturetype/) +* Class [PicFormatOption](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picformatoption/~picformatoption/_index.md b/spanish/cpp/aspose.cells.drawing/picformatoption/~picformatoption/_index.md new file mode 100644 index 00000000000..0e8455a2f43 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picformatoption/~picformatoption/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::PicFormatOption::~PicFormatOption method +linktitle: ~PicFormatOption +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PicFormatOption::~PicFormatOption method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/picformatoption/~picformatoption/ +--- +## PicFormatOption::~PicFormatOption method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::PicFormatOption::~PicFormatOption() +``` + +## See Also + +* Class [PicFormatOption](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picture/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/picture/_impl/_index.md new file mode 100644 index 00000000000..026dd418ed5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picture/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Picture::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Picture::_impl field. The implementation object in C++.' +type: docs +weight: 3700 +url: /es/cpp/aspose.cells.drawing/picture/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +Picture_Impl* Aspose::Cells::Drawing::Picture::_impl +``` + +## See Also + +* Class [Picture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picture/_index.md b/spanish/cpp/aspose.cells.drawing/picture/_index.md new file mode 100644 index 00000000000..4baeeff2ad6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picture/_index.md @@ -0,0 +1,303 @@ +--- +title: Aspose::Cells::Drawing::Picture class +linktitle: Picture +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Picture class. Encapsulates the object that represents a single picture in a spreadsheet in C++.' +type: docs +weight: 4400 +url: /es/cpp/aspose.cells.drawing/picture/ +--- +## Picture class + + +Encapsulates the object that represents a single picture in a spreadsheet. + +```cpp +class Picture : public Aspose::Cells::Drawing::Shape +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddHyperlink(const U16String\& address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AddHyperlink(const char16_t* address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AlignTopRightCorner(int32_t topRow, int32_t rightColumn)](../shape/aligntoprightcorner/) | Moves the picture to the top-right corner. | +| [CalculateTextSize()](../shape/calculatetextsize/) | Recalculate the text area. | +| [Characters(int32_t startIndex, int32_t length)](../shape/characters/) | Returns a Characters object that represents a range of characters within the text. | +| [Copy(const Aspose::Cells::Drawing::Picture\& source, const CopyOptions\& options)](./copy/) | Copy the picture. | +| [FitToTextSize()](../shape/fittotextsize/) | Recalculate a text area suitable for displaying all text content. | +| [FormatCharacters(int32_t startIndex, int32_t length, const Aspose::Cells::Font\& font, const StyleFlag\& flag)](../shape/formatcharacters/) | Formats some characters with the font setting. | +| [GetActiveXControl()](../shape/getactivexcontrol/) | Gets the ActiveX control. | +| [GetActualBox()](../shape/getactualbox/) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [GetActualLowerRightRow()](../shape/getactuallowerrightrow/) | Get the actual bottom row. | +| [GetAlternativeText()](../shape/getalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [GetAnchorType()](../shape/getanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [GetAutoShapeType()](../shape/getautoshapetype/) | Gets and sets the auto shape type. | +| [GetBorderLineColor()](./getborderlinecolor/) | Represents the [Color](../../aspose.cells/color/) of the border line of a picture. | +| [GetBorderWeight()](./getborderweight/) | Gets or sets the weight of the border line of a picture in units of pt. | +| [GetBottom()](../shape/getbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [GetConnectionPoints()](../shape/getconnectionpoints/) | Get the connection points. | +| [GetControlData()](../shape/getcontroldata/) | Gets the data of control. | +| [GetCreateId(UUID\& uuid)](../shape/getcreateid/) | Gets and sets create id for this shape. | +| [GetData()](./getdata/) | Gets the data of the picture. | +| [GetDisplayAsIcon()](./getdisplayasicon/) | True if the specified object is displayed as an icon and the image will not be auto changed. | +| [GetFill()](../shape/getfill/) | Returns a [FillFormat](../fillformat/) object that contains fill formatting properties for the specified shape. | +| [GetFont()](../shape/getfont/) | Represents the font of shape. | +| [GetFormatPicture()](../shape/getformatpicture/) | Gets and sets the options of the picture format. | +| [GetFormula()](./getformula/) | Gets and sets the data of the formula. | +| [GetGeometry()](../shape/getgeometry/) | Gets the geometry. | +| [GetGlow()](../shape/getglow/) | Represents a [GlowEffect](../gloweffect/) object that specifies glow effect for the chart element or shape. | +| [GetGroup()](../shape/getgroup/) | Gets the group shape which contains this shape. | +| [GetHasLine()](../shape/gethasline/) | Gets and sets the line border of the shape is visible. | +| [GetHeight()](../shape/getheight/) | Represents the height of shape, in unit of pixel. | +| [GetHeightCM()](../shape/getheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [GetHeightInch()](../shape/getheightinch/) | Represents the height of the shape, in unit of inches. | +| [GetHeightInShape()](../shape/getheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [GetHeightPt()](../shape/getheightpt/) | Represents the height of the shape, in unit of points. | +| [GetHeightScale()](../shape/getheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [GetHtmlText()](../shape/gethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [GetHyperlink()](../shape/gethyperlink/) | Gets the hyperlink of the shape. | +| [GetId()](../shape/getid/) | Gets the identifier of this shape. | +| [GetImageType()](./getimagetype/) | Gets the image format of the picture. | +| [GetInputRange()](../shape/getinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [GetInputRange(bool isR1C1, bool isLocal)](../shape/getinputrange/) | Gets the range used to fill the control. | +| [GetLeft()](../shape/getleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [GetLeftCM()](../shape/getleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [GetLeftInch()](../shape/getleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [GetLeftInShape()](../shape/getleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [GetLeftToCorner()](../shape/getlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [GetLine()](../shape/getline/) | Gets line style. | +| [GetLinkedCell()](../shape/getlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [GetLinkedCell(bool isR1C1, bool isLocal)](../shape/getlinkedcell/) | Gets the range linked to the control's value. | +| [GetLockedProperty(ShapeLockType type)](../shape/getlockedproperty/) | Gets the value of locked property. | +| [GetLowerDeltaX()](../shape/getlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [GetLowerDeltaY()](../shape/getlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [GetLowerRightColumn()](../shape/getlowerrightcolumn/) | Represents lower right corner column index. | +| [GetLowerRightRow()](../shape/getlowerrightrow/) | Represents lower right corner row index. | +| [GetMacroName()](../shape/getmacroname/) | Gets and sets the name of macro. | +| [GetMsoDrawingType()](../shape/getmsodrawingtype/) | Gets drawing type. | +| [GetName()](../shape/getname/) | Gets and sets the name of the shape. | +| [GetOriginalHeight()](./getoriginalheight/) | Gets the original height of the picture. | +| [GetOriginalHeightCM()](./getoriginalheightcm/) | Gets the original height of picture, in unit of centimeters. | +| [GetOriginalHeightInch()](./getoriginalheightinch/) | Gets the original height of picture, in unit of inches. | +| [GetOriginalWidth()](./getoriginalwidth/) | Gets the original width of the picture. | +| [GetOriginalWidthCM()](./getoriginalwidthcm/) | Gets the original width of picture, in unit of centimeters. | +| [GetOriginalWidthInch()](./getoriginalwidthinch/) | Gets the original width of picture, in unit of inches. | +| [GetPaths()](../shape/getpaths/) | Gets the paths of a custom geometric shape. | +| [GetPlacement()](../shape/getplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [GetReflection()](../shape/getreflection/) | Represents a [ReflectionEffect](../reflectioneffect/) object that specifies reflection effect for the chart element or shape. | +| [GetRelativeToOriginalPictureSize()](../shape/getrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [GetResultOfSmartArt()](../shape/getresultofsmartart/) | Converting smart art to grouped shapes. | +| [GetRichFormattings()](../shape/getrichformattings/) | Returns all Characters objects that represents a range of characters within the text . | +| [GetRight()](../shape/getright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [GetRotationAngle()](../shape/getrotationangle/) | Gets and sets the rotation of the shape. | +| [GetShadowEffect()](../shape/getshadoweffect/) | Represents a [Drawing.ShadowEffect](../shadoweffect/) object that specifies shadow effect for the chart element or shape. | +| [GetSignatureLine()](./getsignatureline/) | Gets and sets the signature line. | +| [GetSoftEdges()](../shape/getsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [GetSourceFullName()](./getsourcefullname/) | Gets or sets the path and name of the source file for the linked image. | +| [GetSpid()](../shape/getspid/) | Specifies an optional string identifier that an application can use to identify the particular shape. | +| [GetSpt()](../shape/getspt/) | Specifies an optional number that an application can use to associate the particular shape with a defined shape type. | +| [GetText()](../shape/gettext/) | Gets and sets the text of this shape. | +| [GetTextBody()](../shape/gettextbody/) | Gets and sets the setting of the shape's text. | +| [GetTextBoxOptions()](../shape/gettextboxoptions/) | Gets the text information in the shape. | +| [GetTextDirection()](../shape/gettextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [GetTextEffect()](../shape/gettexteffect/) | Returns a [TextEffectFormat](../texteffectformat/) object that contains text-effect formatting properties for the specified shape. Applies to [Shape](../shape/) objects that represent WordArt. | +| [GetTextHorizontalAlignment()](../shape/gettexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [GetTextHorizontalOverflow()](../shape/gettexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [GetTextOptions()](../shape/gettextoptions/) | Represents the text options of the shape. | +| [GetTextOrientationType()](../shape/gettextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [GetTextShapeType()](../shape/gettextshapetype/) | Gets and sets the preset text shape type. | +| [GetTextVerticalAlignment()](../shape/gettextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [GetTextVerticalOverflow()](../shape/gettextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [GetThreeDFormat()](../shape/getthreedformat/) | Gets and sets 3d format of the shape. | +| [GetTitle()](../shape/gettitle/) | Specifies the title (caption) of the current shape object. | +| [GetTop()](../shape/gettop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [GetTopCM()](../shape/gettopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [GetTopInch()](../shape/gettopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [GetTopInShape()](../shape/gettopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [GetTopToCorner()](../shape/gettoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [GetType()](../shape/gettype/) | Gets the auto shape type. | +| [GetUpperDeltaX()](../shape/getupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [GetUpperDeltaY()](../shape/getupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [GetUpperLeftColumn()](../shape/getupperleftcolumn/) | Represents upper left corner column index. | +| [GetUpperLeftRow()](../shape/getupperleftrow/) | Represents the top row index. | +| [GetWidth()](../shape/getwidth/) | Represents the width of shape, in unit of pixels. | +| [GetWidthCM()](../shape/getwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [GetWidthInch()](../shape/getwidthinch/) | Represents the width of the shape, in unit of inch. | +| [GetWidthInShape()](../shape/getwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [GetWidthPt()](../shape/getwidthpt/) | Represents the width of the shape, in unit of point. | +| [GetWidthScale()](../shape/getwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [GetWorksheet()](../shape/getworksheet/) | Gets the [Worksheet](../../aspose.cells/worksheet/) object which contains this shape. | +| [GetX()](../shape/getx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [GetY()](../shape/gety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [GetZOrderPosition()](../shape/getzorderposition/) | Returns the position of a shape in the z-order. | +| [IsAspectRatioLocked()](../shape/isaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [IsAutoSize()](./isautosize/) | True indicates that the size of the ole object will be auto changed as the size of snapshot of the embedded content when the ole object is activated. | +| [IsDecorative()](../shape/isdecorative/) | Indicates whether the object is decorative. | +| [IsDynamicDataExchange()](./isdynamicdataexchange/) | Gets or sets whether dynamic data exchange. | +| [IsEquation()](../shape/isequation/) | Indicates whether the shape only contains an equation. | +| [IsFilled()](../shape/isfilled/) | Indicates whether the fill format is visible. | +| [IsFlippedHorizontally()](../shape/isflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [IsFlippedVertically()](../shape/isflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [IsGroup()](../shape/isgroup/) | Indicates whether this shape is a group shape. | +| [IsHidden()](../shape/ishidden/) | Indicates whether the object is visible. | +| [IsInGroup()](../shape/isingroup/) | Indicates whether the shape is grouped. | +| [IsLink()](./islink/) | Returns true if the picture is linked to a file. | +| [IsLockAspectRatio()](../shape/islockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [IsLocked()](../shape/islocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsPlacedInCell()](./isplacedincell/) | Indicates whether to place the image in cell or over cells. | +| [IsPrintable()](../shape/isprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [IsRichText()](../shape/isrichtext/) | Whether or not the text is rich text. | +| [IsSameSetting(const Aspose::Cells::Object\& obj)](./issamesetting/) | Returns whether the shape is same. | +| [IsSmartArt()](../shape/issmartart/) | Indicates whether the shape is a smart art. | +| [IsTextWrapped()](../shape/istextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [IsWordArt()](../shape/iswordart/) | Indicates whether this shape is a word art. | +| [Move(int32_t topRow, int32_t leftColumn)](./move/) | Moves the picture to a specified location. | +| [MoveToRange(int32_t topRow, int32_t leftColumn, int32_t bottomRow, int32_t rightColumn)](../shape/movetorange/) | Moves the shape to a specified range. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const Aspose::Cells::Drawing::Picture\& src)](./operator_asm/) | operator= | +| [operator=(const Shape\& src)](../shape/operator_asm/) | operator= | +| [Picture(Picture_Impl* impl)](./picture/) | Constructs from an implementation object. | +| [Picture(const Aspose::Cells::Drawing::Picture\& src)](./picture/) | Copy constructor. | +| [Picture(const Shape\& src)](./picture/) | Constructs from a parent object. | +| [PlaceInCell()](./placeincell/) | **(Deprecated)** Place this picture in the cell. | +| [RemoveActiveXControl()](../shape/removeactivexcontrol/) | Remove activeX control. | +| [RemoveHyperlink()](../shape/removehyperlink/) | Removes the hyperlink of the shape. | +| [SetAlternativeText(const U16String\& value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAlternativeText(const char16_t* value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAnchorType(ShapeAnchorType value)](../shape/setanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [SetAutoShapeType(AutoShapeType value)](../shape/setautoshapetype/) | Gets and sets the auto shape type. | +| [SetBorderLineColor(const Aspose::Cells::Color\& value)](./setborderlinecolor/) | Represents the [Color](../../aspose.cells/color/) of the border line of a picture. | +| [SetBorderWeight(double value)](./setborderweight/) | Gets or sets the weight of the border line of a picture in units of pt. | +| [SetBottom(int32_t value)](../shape/setbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [SetCreateId(const UUID\& value)](../shape/setcreateid/) | Gets and sets create id for this shape. | +| [SetData(const Vector \\& value)](./setdata/) | Gets the data of the picture. | +| [SetDisplayAsIcon(bool value)](./setdisplayasicon/) | True if the specified object is displayed as an icon and the image will not be auto changed. | +| [SetFont(const Aspose::Cells::Font\& value)](../shape/setfont/) | Represents the font of shape. | +| [SetFormula(const U16String\& value)](./setformula/) | Gets and sets the data of the formula. | +| [SetFormula(const char16_t* value)](./setformula/) | Gets and sets the data of the formula. | +| [SetHasLine(bool value)](../shape/sethasline/) | Gets and sets the line border of the shape is visible. | +| [SetHeight(int32_t value)](../shape/setheight/) | Represents the height of shape, in unit of pixel. | +| [SetHeightCM(double value)](../shape/setheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [SetHeightInch(double value)](../shape/setheightinch/) | Represents the height of the shape, in unit of inches. | +| [SetHeightInShape(int32_t value)](../shape/setheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [SetHeightPt(double value)](../shape/setheightpt/) | Represents the height of the shape, in unit of points. | +| [SetHeightScale(int32_t value)](../shape/setheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [SetHtmlText(const U16String\& value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetHtmlText(const char16_t* value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetInputRange(const U16String\& value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const char16_t* value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetInputRange(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetIsAspectRatioLocked(bool value)](../shape/setisaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [SetIsAutoSize(bool value)](./setisautosize/) | True indicates that the size of the ole object will be auto changed as the size of snapshot of the embedded content when the ole object is activated. | +| [SetIsDecorative(bool value)](../shape/setisdecorative/) | Indicates whether the object is decorative. | +| [SetIsDynamicDataExchange(bool value)](./setisdynamicdataexchange/) | Gets or sets whether dynamic data exchange. | +| [SetIsFilled(bool value)](../shape/setisfilled/) | Indicates whether the fill format is visible. | +| [SetIsFlippedHorizontally(bool value)](../shape/setisflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [SetIsFlippedVertically(bool value)](../shape/setisflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [SetIsHidden(bool value)](../shape/setishidden/) | Indicates whether the object is visible. | +| [SetIsLink(bool value)](./setislink/) | Returns true if the picture is linked to a file. | +| [SetIsLockAspectRatio(bool value)](../shape/setislockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [SetIsLocked(bool value)](../shape/setislocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [SetIsPlacedInCell(bool value)](./setisplacedincell/) | Indicates whether to place the image in cell or over cells. | +| [SetIsPrintable(bool value)](../shape/setisprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [SetIsTextWrapped(bool value)](../shape/setistextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [SetLeft(int32_t value)](../shape/setleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [SetLeftCM(double value)](../shape/setleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [SetLeftInch(double value)](../shape/setleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [SetLeftInShape(int32_t value)](../shape/setleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [SetLeftToCorner(int32_t value)](../shape/setlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [SetLinkedCell(const U16String\& value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const char16_t* value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLinkedCell(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLockedProperty(ShapeLockType type, bool value)](../shape/setlockedproperty/) | Set the locked property. | +| [SetLowerDeltaX(int32_t value)](../shape/setlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [SetLowerDeltaY(int32_t value)](../shape/setlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [SetLowerRightColumn(int32_t value)](../shape/setlowerrightcolumn/) | Represents lower right corner column index. | +| [SetLowerRightRow(int32_t value)](../shape/setlowerrightrow/) | Represents lower right corner row index. | +| [SetMacroName(const U16String\& value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetMacroName(const char16_t* value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetName(const U16String\& value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetName(const char16_t* value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetPlacement(PlacementType value)](../shape/setplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [SetRelativeToOriginalPictureSize(bool value)](../shape/setrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [SetRight(int32_t value)](../shape/setright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [SetRotationAngle(double value)](../shape/setrotationangle/) | Gets and sets the rotation of the shape. | +| [SetSignatureLine(const SignatureLine\& value)](./setsignatureline/) | Gets and sets the signature line. | +| [SetSoftEdges(double value)](../shape/setsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [SetSourceFullName(const U16String\& value)](./setsourcefullname/) | Gets or sets the path and name of the source file for the linked image. | +| [SetSourceFullName(const char16_t* value)](./setsourcefullname/) | Gets or sets the path and name of the source file for the linked image. | +| [SetText(const U16String\& value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetText(const char16_t* value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetTextDirection(TextDirectionType value)](../shape/settextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [SetTextHorizontalAlignment(TextAlignmentType value)](../shape/settexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [SetTextHorizontalOverflow(TextOverflowType value)](../shape/settexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [SetTextOptions(const TextOptions\& value)](../shape/settextoptions/) | Represents the text options of the shape. | +| [SetTextOrientationType(TextOrientationType value)](../shape/settextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [SetTextShapeType(AutoShapeType value)](../shape/settextshapetype/) | Gets and sets the preset text shape type. | +| [SetTextVerticalAlignment(TextAlignmentType value)](../shape/settextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [SetTextVerticalOverflow(TextOverflowType value)](../shape/settextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [SetTitle(const U16String\& value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTitle(const char16_t* value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTop(int32_t value)](../shape/settop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [SetTopCM(double value)](../shape/settopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [SetTopInch(double value)](../shape/settopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [SetTopInShape(int32_t value)](../shape/settopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [SetTopToCorner(int32_t value)](../shape/settoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [SetUpperDeltaX(int32_t value)](../shape/setupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [SetUpperDeltaY(int32_t value)](../shape/setupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [SetUpperLeftColumn(int32_t value)](../shape/setupperleftcolumn/) | Represents upper left corner column index. | +| [SetUpperLeftRow(int32_t value)](../shape/setupperleftrow/) | Represents the top row index. | +| [SetWidth(int32_t value)](../shape/setwidth/) | Represents the width of shape, in unit of pixels. | +| [SetWidthCM(double value)](../shape/setwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [SetWidthInch(double value)](../shape/setwidthinch/) | Represents the width of the shape, in unit of inch. | +| [SetWidthInShape(int32_t value)](../shape/setwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [SetWidthPt(double value)](../shape/setwidthpt/) | Represents the width of the shape, in unit of point. | +| [SetWidthScale(int32_t value)](../shape/setwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [SetX(int32_t value)](../shape/setx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [SetY(int32_t value)](../shape/sety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [SetZOrderPosition(int32_t value)](../shape/setzorderposition/) | Returns the position of a shape in the z-order. | +| [Shape(Shape_Impl* impl)](../shape/shape/) | Constructs from an implementation object. | +| [Shape(const Shape\& src)](../shape/shape/) | Copy constructor. | +| [ToFrontOrBack(int32_t orders)](../shape/tofrontorback/) | Brings the shape to the front or sends the shape to back. | +| [ToImage(Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. | +| [ToImage(const U16String\& imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const char16_t* imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a stream. | +| [UpdateSelectedValue()](../shape/updateselectedvalue/) | Update the selected value by the value of the linked cell. | +| [~Picture()](./~picture/) | Destructor. | +| [~Shape()](../shape/~shape/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; +//Agregar una nueva hoja de cálculo al objeto Workbook +int sheetIndex = workbook.GetWorksheets().Add(); +//Obteniendo la referencia de la hoja recién añadida pasando su índice de hoja +Worksheet worksheet = workbook.GetWorksheets().Get(sheetIndex); +//Adding a picture at the location of a cell whose row and column indices +//are 5 in the worksheet. It is "F6" cell +worksheet.GetPictures().Add(5, 5, u"image.gif"); +//Guardando el archivo Excel +workbook.Save(u"book1.xls", SaveFormat::Excel97To2003); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Shape](../shape/) +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/picture/copy/_index.md b/spanish/cpp/aspose.cells.drawing/picture/copy/_index.md new file mode 100644 index 00000000000..89e17926b69 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picture/copy/_index.md @@ -0,0 +1,57 @@ +--- +title: Aspose::Cells::Drawing::Picture::Copy method +linktitle: Copy +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Picture::Copy method. Copy the picture in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/picture/copy/ +--- +## Picture::Copy method + + +Copy the picture. + +```cpp +void Aspose::Cells::Drawing::Picture::Copy(const Aspose::Cells::Drawing::Picture &source, const CopyOptions &options) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| source | const Aspose::Cells::Drawing::Picture\& | The source picture. | +| options | const CopyOptions\& | The copy options. | + + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; +Worksheet worksheet = workbook.GetWorksheets().Get(0); +//insertar la primera imagen +int imgIndex1 = worksheet.GetPictures().Add(1, 1, u"1.png"); +//Obtener el objeto de imagen insertado +Picture pic1 = worksheet.GetPictures().Get(imgIndex1); +//insertar la segunda imagen +int imgIndex2 = worksheet.GetPictures().Add(1, 9, u"2.jpeg"); +//Obtener el objeto de imagen insertado +Picture pic2 = worksheet.GetPictures().Get(imgIndex2); +//Copiar la imagen 1 a la imagen 2. Obtendrá dos objetos de imagen 1 superpuestos uno sobre otro. +CopyOptions opt; +pic2.Copy(pic1, opt); +//Guarde el archivo de Excel. +workbook.Save(u"result.xlsx"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Picture](../) +* Class [CopyOptions](../../../aspose.cells/copyoptions/) +* Class [Picture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picture/getborderlinecolor/_index.md b/spanish/cpp/aspose.cells.drawing/picture/getborderlinecolor/_index.md new file mode 100644 index 00000000000..41d0ef3b378 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picture/getborderlinecolor/_index.md @@ -0,0 +1,46 @@ +--- +title: Aspose::Cells::Drawing::Picture::GetBorderLineColor method +linktitle: GetBorderLineColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Picture::GetBorderLineColor method. Represents the Color of the border line of a picture in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing/picture/getborderlinecolor/ +--- +## Picture::GetBorderLineColor method + + +Represents the [Color](../../../aspose.cells/color/) of the border line of a picture. + +```cpp +Aspose::Cells::Color Aspose::Cells::Drawing::Picture::GetBorderLineColor() +``` + + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; +Worksheet worksheet = workbook.GetWorksheets().Get(0); +//Agregar una imagen en la ubicación de una celda cuyos índices de fila y columna son 1 en la hoja de cálculo. Es la celda "B2" +int imgIndex = worksheet.GetPictures().Add(1, 1, u"example.jpeg"); +//Obtener el objeto de imagen insertado +Picture pic = worksheet.GetPictures().Get(imgIndex); +//Establecer el color del borde de la imagen +if (pic.GetBorderLineColor() == Color{ 0xff, 0, 0, 0xff })//Blue +{ + pic.SetBorderLineColor(Color{ 0xff, 0xff, 0, 0 });//Red +} +//Guarde el archivo de Excel. +workbook.Save(u"result.xlsx"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Picture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picture/getborderweight/_index.md b/spanish/cpp/aspose.cells.drawing/picture/getborderweight/_index.md new file mode 100644 index 00000000000..9f693b77b74 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picture/getborderweight/_index.md @@ -0,0 +1,49 @@ +--- +title: Aspose::Cells::Drawing::Picture::GetBorderWeight method +linktitle: GetBorderWeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Picture::GetBorderWeight method. Gets or sets the weight of the border line of a picture in units of pt in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing/picture/getborderweight/ +--- +## Picture::GetBorderWeight method + + +Gets or sets the weight of the border line of a picture in units of pt. + +```cpp +double Aspose::Cells::Drawing::Picture::GetBorderWeight() +``` + + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; +Worksheet worksheet = workbook.GetWorksheets().Get(0); +//Agregar una imagen en la ubicación de una celda cuyos índices de fila y columna son 1 en la hoja de cálculo. Es la celda "B2" +int imgIndex = worksheet.GetPictures().Add(1, 1, u"example.jpeg"); +//Obtener el objeto de imagen insertado +Picture pic = worksheet.GetPictures().Get(imgIndex); +//Establecer el color del borde de la imagen +pic.SetBorderLineColor(Color{ 0xff, 0xff, 0, 0 });//Red +//Establecer el ancho del borde de la imagen +if (pic.GetBorderWeight() == 3) +{ + pic.SetBorderWeight(3); +} +//Guarde el archivo de Excel. +workbook.Save(u"result.xlsx"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Picture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picture/getdata/_index.md b/spanish/cpp/aspose.cells.drawing/picture/getdata/_index.md new file mode 100644 index 00000000000..dd7b1e7a4b5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picture/getdata/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::Drawing::Picture::GetData method +linktitle: GetData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Picture::GetData method. Gets the data of the picture in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing/picture/getdata/ +--- +## Picture::GetData method + + +Gets the data of the picture. + +```cpp +Vector Aspose::Cells::Drawing::Picture::GetData() +``` + + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; +Worksheet worksheet = workbook.GetWorksheets().Get(0); +//insertar la primera imagen +int imgIndex1 = worksheet.GetPictures().Add(1, 1, u"example1.png"); +//Obtener el objeto de imagen insertado +Picture pic1 = worksheet.GetPictures().Get(imgIndex1); +//insertar la segunda imagen +int imgIndex2 = worksheet.GetPictures().Add(1, 9, u"example2.jpeg"); +//Obtener el objeto de imagen insertado +Picture pic2 = worksheet.GetPictures().Get(imgIndex2); +//Asignar los datos de bytes de la primera imagen a la segunda imagen +pic2.SetData(pic1.GetData()); +//Guarde el archivo de Excel. +workbook.Save(u"result.xlsx"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Picture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picture/getdisplayasicon/_index.md b/spanish/cpp/aspose.cells.drawing/picture/getdisplayasicon/_index.md new file mode 100644 index 00000000000..be5bb274242 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picture/getdisplayasicon/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Picture::GetDisplayAsIcon method +linktitle: GetDisplayAsIcon +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Picture::GetDisplayAsIcon method. True if the specified object is displayed as an icon and the image will not be auto changed in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.drawing/picture/getdisplayasicon/ +--- +## Picture::GetDisplayAsIcon method + + +True if the specified object is displayed as an icon and the image will not be auto changed. + +```cpp +bool Aspose::Cells::Drawing::Picture::GetDisplayAsIcon() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Picture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picture/getformula/_index.md b/spanish/cpp/aspose.cells.drawing/picture/getformula/_index.md new file mode 100644 index 00000000000..b63c7e2e4e4 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picture/getformula/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Picture::GetFormula method +linktitle: GetFormula +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Picture::GetFormula method. Gets and sets the data of the formula in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.drawing/picture/getformula/ +--- +## Picture::GetFormula method + + +Gets and sets the data of the formula. + +```cpp +U16String Aspose::Cells::Drawing::Picture::GetFormula() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Picture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picture/getimagetype/_index.md b/spanish/cpp/aspose.cells.drawing/picture/getimagetype/_index.md new file mode 100644 index 00000000000..f2a1a48b93c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picture/getimagetype/_index.md @@ -0,0 +1,52 @@ +--- +title: Aspose::Cells::Drawing::Picture::GetImageType method +linktitle: GetImageType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Picture::GetImageType method. Gets the image format of the picture in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells.drawing/picture/getimagetype/ +--- +## Picture::GetImageType method + + +Gets the image format of the picture. + +```cpp +Aspose::Cells::Drawing::ImageType Aspose::Cells::Drawing::Picture::GetImageType() +``` + + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; +Worksheet worksheet = workbook.GetWorksheets().Get(0); +//insertar la primera imagen +int imgIndex1 = worksheet.GetPictures().Add(1, 1, u"1.png"); +//Obtener el objeto de imagen insertado +Picture pic1 = worksheet.GetPictures().Get(imgIndex1); +if (pic1.GetImageType() == ImageType::Png) +{ + //El tipo de la imagen es png."; +} +//insertar la segunda imagen +int imgIndex2 = worksheet.GetPictures().Add(1, 9, u"2.jpeg"); +//Obtener el objeto de imagen insertado +Picture pic2 = worksheet.GetPictures().Get(imgIndex2); +if (pic2.GetImageType() == ImageType::Jpeg) +{ + //El tipo de la imagen es jpg."; +} +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Enum [ImageType](../../imagetype/) +* Class [Picture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picture/getoriginalheight/_index.md b/spanish/cpp/aspose.cells.drawing/picture/getoriginalheight/_index.md new file mode 100644 index 00000000000..a1ffe4e4bb8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picture/getoriginalheight/_index.md @@ -0,0 +1,44 @@ +--- +title: Aspose::Cells::Drawing::Picture::GetOriginalHeight method +linktitle: GetOriginalHeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Picture::GetOriginalHeight method. Gets the original height of the picture in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing/picture/getoriginalheight/ +--- +## Picture::GetOriginalHeight method + + +Gets the original height of the picture. + +```cpp +int32_t Aspose::Cells::Drawing::Picture::GetOriginalHeight() +``` + + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; +Worksheet worksheet = workbook.GetWorksheets().Get(0); +//Agregar una imagen en la ubicación de una celda cuyos índices de fila y columna son 1 en la hoja de cálculo. Es la celda "B2" +int imgIndex = worksheet.GetPictures().Add(1, 1, u"example.jpeg"); +//Obtener el objeto de imagen insertado +Picture pic = worksheet.GetPictures().Get(imgIndex); +//Obtiene la altura original de la imagen. +int picHeight = pic.GetOriginalHeight(); +//Guarde el archivo de Excel. +workbook.Save(u"result.xlsx"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Picture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picture/getoriginalheightcm/_index.md b/spanish/cpp/aspose.cells.drawing/picture/getoriginalheightcm/_index.md new file mode 100644 index 00000000000..ece1e8d07f3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picture/getoriginalheightcm/_index.md @@ -0,0 +1,44 @@ +--- +title: Aspose::Cells::Drawing::Picture::GetOriginalHeightCM method +linktitle: GetOriginalHeightCM +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Picture::GetOriginalHeightCM method. Gets the original height of picture, in unit of centimeters in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells.drawing/picture/getoriginalheightcm/ +--- +## Picture::GetOriginalHeightCM method + + +Gets the original height of picture, in unit of centimeters. + +```cpp +double Aspose::Cells::Drawing::Picture::GetOriginalHeightCM() +``` + + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; +Worksheet worksheet = workbook.GetWorksheets().Get(0); +//Agregar una imagen en la ubicación de una celda cuyos índices de fila y columna son 1 en la hoja de cálculo. Es la celda "B2" +int imgIndex = worksheet.GetPictures().Add(1, 1, u"example.jpeg"); +//Obtener el objeto de imagen insertado +Picture pic = worksheet.GetPictures().Get(imgIndex); +//Obtiene la altura original de la imagen. +double picHeightCM = pic.GetOriginalHeightCM(); +//Guarde el archivo de Excel. +workbook.Save(u"result.xlsx"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Picture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picture/getoriginalheightinch/_index.md b/spanish/cpp/aspose.cells.drawing/picture/getoriginalheightinch/_index.md new file mode 100644 index 00000000000..08d413b3bae --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picture/getoriginalheightinch/_index.md @@ -0,0 +1,44 @@ +--- +title: Aspose::Cells::Drawing::Picture::GetOriginalHeightInch method +linktitle: GetOriginalHeightInch +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Picture::GetOriginalHeightInch method. Gets the original height of picture, in unit of inches in C++.' +type: docs +weight: 3200 +url: /es/cpp/aspose.cells.drawing/picture/getoriginalheightinch/ +--- +## Picture::GetOriginalHeightInch method + + +Gets the original height of picture, in unit of inches. + +```cpp +double Aspose::Cells::Drawing::Picture::GetOriginalHeightInch() +``` + + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; +Worksheet worksheet = workbook.GetWorksheets().Get(0); +//Agregar una imagen en la ubicación de una celda cuyos índices de fila y columna son 1 en la hoja de cálculo. Es la celda "B2" +int imgIndex = worksheet.GetPictures().Add(1, 1, u"example.jpeg"); +//Obtener el objeto de imagen insertado +Picture pic = worksheet.GetPictures().Get(imgIndex); +//Obtiene la altura original de la imagen. +double picHeightInch = pic.GetOriginalHeightInch(); +//Guarde el archivo de Excel. +workbook.Save(u"result.xlsx"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Picture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picture/getoriginalwidth/_index.md b/spanish/cpp/aspose.cells.drawing/picture/getoriginalwidth/_index.md new file mode 100644 index 00000000000..e2967c5b6ec --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picture/getoriginalwidth/_index.md @@ -0,0 +1,44 @@ +--- +title: Aspose::Cells::Drawing::Picture::GetOriginalWidth method +linktitle: GetOriginalWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Picture::GetOriginalWidth method. Gets the original width of the picture in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing/picture/getoriginalwidth/ +--- +## Picture::GetOriginalWidth method + + +Gets the original width of the picture. + +```cpp +int32_t Aspose::Cells::Drawing::Picture::GetOriginalWidth() +``` + + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; +Worksheet worksheet = workbook.GetWorksheets().Get(0); +//Agregar una imagen en la ubicación de una celda cuyos índices de fila y columna son 1 en la hoja de cálculo. Es la celda "B2" +int imgIndex = worksheet.GetPictures().Add(1, 1, u"example.jpeg"); +//Obtener el objeto de imagen insertado +Picture pic = worksheet.GetPictures().Get(imgIndex); +//Obtiene el ancho original de la imagen. +int picWidth = pic.GetOriginalWidth(); +//Guarde el archivo de Excel. +workbook.Save(u"result.xlsx"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Picture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picture/getoriginalwidthcm/_index.md b/spanish/cpp/aspose.cells.drawing/picture/getoriginalwidthcm/_index.md new file mode 100644 index 00000000000..734543b6d16 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picture/getoriginalwidthcm/_index.md @@ -0,0 +1,44 @@ +--- +title: Aspose::Cells::Drawing::Picture::GetOriginalWidthCM method +linktitle: GetOriginalWidthCM +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Picture::GetOriginalWidthCM method. Gets the original width of picture, in unit of centimeters in C++.' +type: docs +weight: 3100 +url: /es/cpp/aspose.cells.drawing/picture/getoriginalwidthcm/ +--- +## Picture::GetOriginalWidthCM method + + +Gets the original width of picture, in unit of centimeters. + +```cpp +double Aspose::Cells::Drawing::Picture::GetOriginalWidthCM() +``` + + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; +Worksheet worksheet = workbook.GetWorksheets().Get(0); +//Agregar una imagen en la ubicación de una celda cuyos índices de fila y columna son 1 en la hoja de cálculo. Es la celda "B2" +int imgIndex = worksheet.GetPictures().Add(1, 1, u"example.jpeg"); +//Obtener el objeto de imagen insertado +Picture pic = worksheet.GetPictures().Get(imgIndex); +//Obtiene el ancho original de la imagen. +double picWidthCM = pic.GetOriginalWidthCM(); +//Guarde el archivo de Excel. +workbook.Save(u"result.xlsx"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Picture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picture/getoriginalwidthinch/_index.md b/spanish/cpp/aspose.cells.drawing/picture/getoriginalwidthinch/_index.md new file mode 100644 index 00000000000..abf9a472c5c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picture/getoriginalwidthinch/_index.md @@ -0,0 +1,44 @@ +--- +title: Aspose::Cells::Drawing::Picture::GetOriginalWidthInch method +linktitle: GetOriginalWidthInch +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Picture::GetOriginalWidthInch method. Gets the original width of picture, in unit of inches in C++.' +type: docs +weight: 3300 +url: /es/cpp/aspose.cells.drawing/picture/getoriginalwidthinch/ +--- +## Picture::GetOriginalWidthInch method + + +Gets the original width of picture, in unit of inches. + +```cpp +double Aspose::Cells::Drawing::Picture::GetOriginalWidthInch() +``` + + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; +Worksheet worksheet = workbook.GetWorksheets().Get(0); +//Agregar una imagen en la ubicación de una celda cuyos índices de fila y columna son 1 en la hoja de cálculo. Es la celda "B2" +int imgIndex = worksheet.GetPictures().Add(1, 1, u"example.jpeg"); +//Obtener el objeto de imagen insertado +Picture pic = worksheet.GetPictures().Get(imgIndex); +//Obtiene el ancho original de la imagen. +double picWidthInch = pic.GetOriginalWidthInch(); +//Guarde el archivo de Excel. +workbook.Save(u"result.xlsx"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Picture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picture/getsignatureline/_index.md b/spanish/cpp/aspose.cells.drawing/picture/getsignatureline/_index.md new file mode 100644 index 00000000000..6a5b09c6d27 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picture/getsignatureline/_index.md @@ -0,0 +1,55 @@ +--- +title: Aspose::Cells::Drawing::Picture::GetSignatureLine method +linktitle: GetSignatureLine +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Picture::GetSignatureLine method. Gets and sets the signature line in C++.' +type: docs +weight: 3400 +url: /es/cpp/aspose.cells.drawing/picture/getsignatureline/ +--- +## Picture::GetSignatureLine method + + +Gets and sets the signature line. + +```cpp +SignatureLine Aspose::Cells::Drawing::Picture::GetSignatureLine() +``` + + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; +Worksheet worksheet = workbook.GetWorksheets().Get(0); +//Agregar una imagen en la ubicación de una celda cuyos índices de fila y columna son 1 en la hoja de cálculo. Es la celda "B2" +int imgIndex = worksheet.GetPictures().Add(1, 1, Vector(0)); +//Obtener el objeto de imagen insertado +Picture pic = worksheet.GetPictures().Get(imgIndex); +// Crear objeto de línea de firma +SignatureLine s; +s.SetSigner(u"Simon Zhao"); +s.SetTitle(u"Development Lead"); +s.SetEmail(u"Simon.Zhao@aspose.com"); +// Asignar el objeto de línea de firma a Picture. +pic.SetSignatureLine(s); + +SignatureLine s2 = pic.GetSignatureLine(); +if (s2.GetSigner() == s.GetSigner()) +{ + //haz lo que quieras +} +//Guarde el archivo de Excel. +workbook.Save(u"result.xlsx"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [SignatureLine](../../signatureline/) +* Class [Picture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picture/getsourcefullname/_index.md b/spanish/cpp/aspose.cells.drawing/picture/getsourcefullname/_index.md new file mode 100644 index 00000000000..f79d52af3e2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picture/getsourcefullname/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Picture::GetSourceFullName method +linktitle: GetSourceFullName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Picture::GetSourceFullName method. Gets or sets the path and name of the source file for the linked image in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing/picture/getsourcefullname/ +--- +## Picture::GetSourceFullName method + + +Gets or sets the path and name of the source file for the linked image. + +```cpp +U16String Aspose::Cells::Drawing::Picture::GetSourceFullName() +``` + +## Remarks + + +The default value is an empty string. If SourceFullName is not an empty string, the image is linked. If SourceFullName is not an empty string, but Data is null, then the image is linked and not stored in the file. +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Picture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picture/isautosize/_index.md b/spanish/cpp/aspose.cells.drawing/picture/isautosize/_index.md new file mode 100644 index 00000000000..11cf1baeb1b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picture/isautosize/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Picture::IsAutoSize method +linktitle: IsAutoSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Picture::IsAutoSize method. True indicates that the size of the ole object will be auto changed as the size of snapshot of the embedded content when the ole object is activated in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.drawing/picture/isautosize/ +--- +## Picture::IsAutoSize method + + +True indicates that the size of the ole object will be auto changed as the size of snapshot of the embedded content when the ole object is activated. + +```cpp +bool Aspose::Cells::Drawing::Picture::IsAutoSize() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Picture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picture/isdynamicdataexchange/_index.md b/spanish/cpp/aspose.cells.drawing/picture/isdynamicdataexchange/_index.md new file mode 100644 index 00000000000..32e8f6c7b6b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picture/isdynamicdataexchange/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Picture::IsDynamicDataExchange method +linktitle: IsDynamicDataExchange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Picture::IsDynamicDataExchange method. Gets or sets whether dynamic data exchange in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.drawing/picture/isdynamicdataexchange/ +--- +## Picture::IsDynamicDataExchange method + + +Gets or sets whether dynamic data exchange. + +```cpp +bool Aspose::Cells::Drawing::Picture::IsDynamicDataExchange() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Picture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picture/islink/_index.md b/spanish/cpp/aspose.cells.drawing/picture/islink/_index.md new file mode 100644 index 00000000000..b183d11728b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picture/islink/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Picture::IsLink method +linktitle: IsLink +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Picture::IsLink method. Returns true if the picture is linked to a file in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.drawing/picture/islink/ +--- +## Picture::IsLink method + + +Returns true if the picture is linked to a file. + +```cpp +bool Aspose::Cells::Drawing::Picture::IsLink() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Picture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picture/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/picture/isnull/_index.md new file mode 100644 index 00000000000..42244d58ef3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picture/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::Picture::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Picture::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/picture/isnull/ +--- +## Picture::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::Picture::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Picture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picture/isplacedincell/_index.md b/spanish/cpp/aspose.cells.drawing/picture/isplacedincell/_index.md new file mode 100644 index 00000000000..4eae7f3547b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picture/isplacedincell/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Picture::IsPlacedInCell method +linktitle: IsPlacedInCell +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Picture::IsPlacedInCell method. Indicates whether to place the image in cell or over cells in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/picture/isplacedincell/ +--- +## Picture::IsPlacedInCell method + + +Indicates whether to place the image in cell or over cells. + +```cpp +bool Aspose::Cells::Drawing::Picture::IsPlacedInCell() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Picture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picture/issamesetting/_index.md b/spanish/cpp/aspose.cells.drawing/picture/issamesetting/_index.md new file mode 100644 index 00000000000..1c7125e9c21 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picture/issamesetting/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::Picture::IsSameSetting method +linktitle: IsSameSetting +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Picture::IsSameSetting method. Returns whether the shape is same in C++.' +type: docs +weight: 3600 +url: /es/cpp/aspose.cells.drawing/picture/issamesetting/ +--- +## Picture::IsSameSetting method + + +Returns whether the shape is same. + +```cpp +bool Aspose::Cells::Drawing::Picture::IsSameSetting(const Aspose::Cells::Object &obj) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| obj | const Aspose::Cells::Object\& | | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Object](../../../aspose.cells/object/) +* Class [Picture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picture/move/_index.md b/spanish/cpp/aspose.cells.drawing/picture/move/_index.md new file mode 100644 index 00000000000..7a88ca723be --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picture/move/_index.md @@ -0,0 +1,50 @@ +--- +title: Aspose::Cells::Drawing::Picture::Move method +linktitle: Move +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Picture::Move method. Moves the picture to a specified location in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/picture/move/ +--- +## Picture::Move method + + +Moves the picture to a specified location. + +```cpp +void Aspose::Cells::Drawing::Picture::Move(int32_t topRow, int32_t leftColumn) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| topRow | int32_t | Upper left row index. | +| leftColumn | int32_t | Upper left column index. | + + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; +Worksheet worksheet = workbook.GetWorksheets().Get(0); +//Agregar una imagen en la ubicación de una celda cuyos índices de fila y columna son 1 en la hoja de cálculo. Es la celda "B2" +int imgIndex = worksheet.GetPictures().Add(1, 1, u"example.jpeg"); +//Obtener el objeto de imagen insertado +Picture pic = worksheet.GetPictures().Get(imgIndex); +//Establecer la nueva ubicación de la imagen +pic.Move(2, 4); +//Guarde el archivo de Excel. +workbook.Save(u"result.xlsx"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Picture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picture/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/picture/operator_asm/_index.md new file mode 100644 index 00000000000..0bf5bb66f79 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picture/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Picture::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Picture::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/picture/operator_asm/ +--- +## Picture::operator= method + + +operator= + +```cpp +Aspose::Cells::Drawing::Picture & Aspose::Cells::Drawing::Picture::operator=(const Aspose::Cells::Drawing::Picture &src) +``` + +## See Also + +* Class [Picture](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [Picture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picture/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/picture/operator_bool/_index.md new file mode 100644 index 00000000000..65e8837de25 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picture/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Picture::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Picture::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/picture/operator_bool/ +--- +## Picture::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::Picture::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [Picture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picture/picture/_index.md b/spanish/cpp/aspose.cells.drawing/picture/picture/_index.md new file mode 100644 index 00000000000..945e8e88803 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picture/picture/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::Picture::Picture constructor +linktitle: Picture +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Picture::Picture constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/picture/picture/ +--- +## Picture::Picture(Picture_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::Picture::Picture(Picture_Impl *impl=nullptr) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Picture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## Picture::Picture(const Aspose::Cells::Drawing::Picture\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::Picture::Picture(const Aspose::Cells::Drawing::Picture &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Picture](../) +* Class [Picture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## Picture::Picture(const Shape\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::Picture::Picture(const Shape &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../../shape/) +* Class [Picture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picture/placeincell/_index.md b/spanish/cpp/aspose.cells.drawing/picture/placeincell/_index.md new file mode 100644 index 00000000000..524052af8da --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picture/placeincell/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::Picture::PlaceInCell method +linktitle: PlaceInCell +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Picture::PlaceInCell method. Place this picture in the cell in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing/picture/placeincell/ +--- +## Picture::PlaceInCell method + + +Place this picture in the cell. + + +>Deprecated +> +>Use Picture.IsPlacedInCell property, instead. +```cpp +void Aspose::Cells::Drawing::Picture::PlaceInCell() +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead,please use [Picture.IsPlacedInCell](../isplacedincell/) property. This property will be removed 12 months later since January 2026. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Picture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picture/setborderlinecolor/_index.md b/spanish/cpp/aspose.cells.drawing/picture/setborderlinecolor/_index.md new file mode 100644 index 00000000000..c2a5d7f2b25 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picture/setborderlinecolor/_index.md @@ -0,0 +1,47 @@ +--- +title: Aspose::Cells::Drawing::Picture::SetBorderLineColor method +linktitle: SetBorderLineColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Picture::SetBorderLineColor method. Represents the Color of the border line of a picture in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing/picture/setborderlinecolor/ +--- +## Picture::SetBorderLineColor method + + +Represents the [Color](../../../aspose.cells/color/) of the border line of a picture. + +```cpp +void Aspose::Cells::Drawing::Picture::SetBorderLineColor(const Aspose::Cells::Color &value) +``` + + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; +Worksheet worksheet = workbook.GetWorksheets().Get(0); +//Agregar una imagen en la ubicación de una celda cuyos índices de fila y columna son 1 en la hoja de cálculo. Es la celda "B2" +int imgIndex = worksheet.GetPictures().Add(1, 1, u"example.jpeg"); +//Obtener el objeto de imagen insertado +Picture pic = worksheet.GetPictures().Get(imgIndex); +//Establecer el color del borde de la imagen +if (pic.GetBorderLineColor() == Color{ 0xff, 0, 0, 0xff })//Blue +{ + pic.SetBorderLineColor(Color{ 0xff, 0xff, 0, 0 });//Red +} +//Guarde el archivo de Excel. +workbook.Save(u"result.xlsx"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Picture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picture/setborderweight/_index.md b/spanish/cpp/aspose.cells.drawing/picture/setborderweight/_index.md new file mode 100644 index 00000000000..fa66ec633fb --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picture/setborderweight/_index.md @@ -0,0 +1,49 @@ +--- +title: Aspose::Cells::Drawing::Picture::SetBorderWeight method +linktitle: SetBorderWeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Picture::SetBorderWeight method. Gets or sets the weight of the border line of a picture in units of pt in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing/picture/setborderweight/ +--- +## Picture::SetBorderWeight method + + +Gets or sets the weight of the border line of a picture in units of pt. + +```cpp +void Aspose::Cells::Drawing::Picture::SetBorderWeight(double value) +``` + + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; +Worksheet worksheet = workbook.GetWorksheets().Get(0); +//Agregar una imagen en la ubicación de una celda cuyos índices de fila y columna son 1 en la hoja de cálculo. Es la celda "B2" +int imgIndex = worksheet.GetPictures().Add(1, 1, u"example.jpeg"); +//Obtener el objeto de imagen insertado +Picture pic = worksheet.GetPictures().Get(imgIndex); +//Establecer el color del borde de la imagen +pic.SetBorderLineColor(Color{ 0xff, 0xff, 0, 0 });//Red +//Establecer el ancho del borde de la imagen +if (pic.GetBorderWeight() == 3) +{ + pic.SetBorderWeight(3); +} +//Guarde el archivo de Excel. +workbook.Save(u"result.xlsx"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Picture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picture/setdata/_index.md b/spanish/cpp/aspose.cells.drawing/picture/setdata/_index.md new file mode 100644 index 00000000000..9bd9977bcfe --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picture/setdata/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::Drawing::Picture::SetData method +linktitle: SetData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Picture::SetData method. Gets the data of the picture in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing/picture/setdata/ +--- +## Picture::SetData method + + +Gets the data of the picture. + +```cpp +void Aspose::Cells::Drawing::Picture::SetData(const Vector &value) +``` + + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; +Worksheet worksheet = workbook.GetWorksheets().Get(0); +//insertar la primera imagen +int imgIndex1 = worksheet.GetPictures().Add(1, 1, u"example1.png"); +//Obtener el objeto de imagen insertado +Picture pic1 = worksheet.GetPictures().Get(imgIndex1); +//insertar la segunda imagen +int imgIndex2 = worksheet.GetPictures().Add(1, 9, u"example2.jpeg"); +//Obtener el objeto de imagen insertado +Picture pic2 = worksheet.GetPictures().Get(imgIndex2); +//Asignar los datos de bytes de la primera imagen a la segunda imagen +pic2.SetData(pic1.GetData()); +//Guarde el archivo de Excel. +workbook.Save(u"result.xlsx"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Picture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picture/setdisplayasicon/_index.md b/spanish/cpp/aspose.cells.drawing/picture/setdisplayasicon/_index.md new file mode 100644 index 00000000000..4676e55a052 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picture/setdisplayasicon/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Picture::SetDisplayAsIcon method +linktitle: SetDisplayAsIcon +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Picture::SetDisplayAsIcon method. True if the specified object is displayed as an icon and the image will not be auto changed in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells.drawing/picture/setdisplayasicon/ +--- +## Picture::SetDisplayAsIcon method + + +True if the specified object is displayed as an icon and the image will not be auto changed. + +```cpp +void Aspose::Cells::Drawing::Picture::SetDisplayAsIcon(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Picture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picture/setformula/_index.md b/spanish/cpp/aspose.cells.drawing/picture/setformula/_index.md new file mode 100644 index 00000000000..b52aefa11e2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picture/setformula/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::Picture::SetFormula method +linktitle: SetFormula +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Picture::SetFormula method. Gets and sets the data of the formula in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.drawing/picture/setformula/ +--- +## Picture::SetFormula(const U16String\&) method + + +Gets and sets the data of the formula. + +```cpp +void Aspose::Cells::Drawing::Picture::SetFormula(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Picture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## Picture::SetFormula(const char16_t*) method + + +Gets and sets the data of the formula. + +```cpp +void Aspose::Cells::Drawing::Picture::SetFormula(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Picture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picture/setisautosize/_index.md b/spanish/cpp/aspose.cells.drawing/picture/setisautosize/_index.md new file mode 100644 index 00000000000..c0cb5e7a226 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picture/setisautosize/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Picture::SetIsAutoSize method +linktitle: SetIsAutoSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Picture::SetIsAutoSize method. True indicates that the size of the ole object will be auto changed as the size of snapshot of the embedded content when the ole object is activated in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.drawing/picture/setisautosize/ +--- +## Picture::SetIsAutoSize method + + +True indicates that the size of the ole object will be auto changed as the size of snapshot of the embedded content when the ole object is activated. + +```cpp +void Aspose::Cells::Drawing::Picture::SetIsAutoSize(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Picture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picture/setisdynamicdataexchange/_index.md b/spanish/cpp/aspose.cells.drawing/picture/setisdynamicdataexchange/_index.md new file mode 100644 index 00000000000..df2b24b0909 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picture/setisdynamicdataexchange/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Picture::SetIsDynamicDataExchange method +linktitle: SetIsDynamicDataExchange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Picture::SetIsDynamicDataExchange method. Gets or sets whether dynamic data exchange in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.drawing/picture/setisdynamicdataexchange/ +--- +## Picture::SetIsDynamicDataExchange method + + +Gets or sets whether dynamic data exchange. + +```cpp +void Aspose::Cells::Drawing::Picture::SetIsDynamicDataExchange(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Picture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picture/setislink/_index.md b/spanish/cpp/aspose.cells.drawing/picture/setislink/_index.md new file mode 100644 index 00000000000..a6371768d73 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picture/setislink/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Picture::SetIsLink method +linktitle: SetIsLink +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Picture::SetIsLink method. Returns true if the picture is linked to a file in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.drawing/picture/setislink/ +--- +## Picture::SetIsLink method + + +Returns true if the picture is linked to a file. + +```cpp +void Aspose::Cells::Drawing::Picture::SetIsLink(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Picture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picture/setisplacedincell/_index.md b/spanish/cpp/aspose.cells.drawing/picture/setisplacedincell/_index.md new file mode 100644 index 00000000000..9917be1eeee --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picture/setisplacedincell/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Picture::SetIsPlacedInCell method +linktitle: SetIsPlacedInCell +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Picture::SetIsPlacedInCell method. Indicates whether to place the image in cell or over cells in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing/picture/setisplacedincell/ +--- +## Picture::SetIsPlacedInCell method + + +Indicates whether to place the image in cell or over cells. + +```cpp +void Aspose::Cells::Drawing::Picture::SetIsPlacedInCell(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Picture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picture/setsignatureline/_index.md b/spanish/cpp/aspose.cells.drawing/picture/setsignatureline/_index.md new file mode 100644 index 00000000000..8de5151af1b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picture/setsignatureline/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::Picture::SetSignatureLine method +linktitle: SetSignatureLine +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Picture::SetSignatureLine method. Gets and sets the signature line in C++.' +type: docs +weight: 3500 +url: /es/cpp/aspose.cells.drawing/picture/setsignatureline/ +--- +## Picture::SetSignatureLine method + + +Gets and sets the signature line. + +```cpp +void Aspose::Cells::Drawing::Picture::SetSignatureLine(const SignatureLine &value) +``` + + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; +Worksheet worksheet = workbook.GetWorksheets().Get(0); +//Agregar una imagen en la ubicación de una celda cuyos índices de fila y columna son 1 en la hoja de cálculo. Es la celda "B2" +int imgIndex = worksheet.GetPictures().Add(1, 1, u"example.jpeg"); +//Obtener el objeto de imagen insertado +Picture pic = worksheet.GetPictures().Get(imgIndex); +// Crear objeto de línea de firma +SignatureLine s; +s.SetSigner(u"Simon Zhao"); +s.SetTitle(u"Development Lead"); +s.SetEmail(u"Simon.Zhao@aspose.com"); +// Asignar el objeto de línea de firma a Picture. +pic.SetSignatureLine(s); + +SignatureLine s2 = pic.GetSignatureLine(); +if (s2.GetSigner() == s.GetSigner()) +{ + //haz lo que quieras +} +//Guarde el archivo de Excel. +workbook.Save(u"result.xlsx"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SignatureLine](../../signatureline/) +* Class [Picture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picture/setsourcefullname/_index.md b/spanish/cpp/aspose.cells.drawing/picture/setsourcefullname/_index.md new file mode 100644 index 00000000000..9c439f56910 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picture/setsourcefullname/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::Drawing::Picture::SetSourceFullName method +linktitle: SetSourceFullName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Picture::SetSourceFullName method. Gets or sets the path and name of the source file for the linked image in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.drawing/picture/setsourcefullname/ +--- +## Picture::SetSourceFullName(const U16String\&) method + + +Gets or sets the path and name of the source file for the linked image. + +```cpp +void Aspose::Cells::Drawing::Picture::SetSourceFullName(const U16String &value) +``` + +## Remarks + + +The default value is an empty string. If SourceFullName is not an empty string, the image is linked. If SourceFullName is not an empty string, but Data is null, then the image is linked and not stored in the file. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Picture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## Picture::SetSourceFullName(const char16_t*) method + + +Gets or sets the path and name of the source file for the linked image. + +```cpp +void Aspose::Cells::Drawing::Picture::SetSourceFullName(const char16_t *value) +``` + +## Remarks + + +The default value is an empty string. If SourceFullName is not an empty string, the image is linked. If SourceFullName is not an empty string, but Data is null, then the image is linked and not stored in the file. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Picture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picture/~picture/_index.md b/spanish/cpp/aspose.cells.drawing/picture/~picture/_index.md new file mode 100644 index 00000000000..e551eed2bcc --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picture/~picture/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Picture::~Picture method +linktitle: ~Picture +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Picture::~Picture method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/picture/~picture/ +--- +## Picture::~Picture method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::Picture::~Picture() +``` + +## See Also + +* Class [Picture](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picturecollection/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/picturecollection/_impl/_index.md new file mode 100644 index 00000000000..d72f169df42 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picturecollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::PictureCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PictureCollection::_impl field. The implementation object in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing/picturecollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +PictureCollection_Impl* Aspose::Cells::Drawing::PictureCollection::_impl +``` + +## See Also + +* Class [PictureCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picturecollection/_index.md b/spanish/cpp/aspose.cells.drawing/picturecollection/_index.md new file mode 100644 index 00000000000..16f35b31565 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picturecollection/_index.md @@ -0,0 +1,70 @@ +--- +title: Aspose::Cells::Drawing::PictureCollection class +linktitle: PictureCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PictureCollection class. Encapsulates a collection of Picture objects in C++.' +type: docs +weight: 4500 +url: /es/cpp/aspose.cells.drawing/picturecollection/ +--- +## PictureCollection class + + +Encapsulates a collection of [Picture](../picture/) objects. + +```cpp +class PictureCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add(int32_t topRow, int32_t leftColumn, int32_t bottomRow, int32_t rightColumn, const Vector \\& stream)](./add/) | Adds a picture to the collection. | +| [Add(int32_t topRow, int32_t leftColumn, int32_t bottomRow, int32_t rightColumn, const U16String\& fileName)](./add/) | Adds a picture to the collection. | +| [Add(int32_t topRow, int32_t leftColumn, int32_t bottomRow, int32_t rightColumn, const char16_t* fileName)](./add/) | Adds a picture to the collection. | +| [Add(int32_t topRow, int32_t leftColumn, const Vector \\& stream)](./add/) | Adds a picture to the collection. | +| [Add(int32_t topRow, int32_t leftColumn, const U16String\& fileName)](./add/) | Adds a picture to the collection. | +| [Add(int32_t topRow, int32_t leftColumn, const char16_t* fileName)](./add/) | Adds a picture to the collection. | +| [Add(int32_t topRow, int32_t leftColumn, const Vector \\& stream, int32_t widthScale, int32_t heightScale)](./add/) | Adds a picture to the collection. | +| [Add(int32_t topRow, int32_t leftColumn, const U16String\& fileName, int32_t widthScale, int32_t heightScale)](./add/) | Adds a picture to the collection. | +| [Add(int32_t topRow, int32_t leftColumn, const char16_t* fileName, int32_t widthScale, int32_t heightScale)](./add/) | Adds a picture to the collection. | +| [Camera(int32_t row, int32_t column, const U16String\& range)](./camera/) | Takes a photo of the range. | +| [Camera(int32_t row, int32_t column, const char16_t* range)](./camera/) | Takes a photo of the range. | +| [Clear()](./clear/) | Clear all pictures. | +| [Get(int32_t index)](./get/) | Gets the [Picture](../picture/) element at the specified index. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const PictureCollection\& src)](./operator_asm/) | operator= | +| [PictureCollection(PictureCollection_Impl* impl)](./picturecollection/) | Constructs from an implementation object. | +| [PictureCollection(const PictureCollection\& src)](./picturecollection/) | Copy constructor. | +| [RemoveAt(int32_t index)](./removeat/) | Remove shapes at the specific index. | +| [~PictureCollection()](./~picturecollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; + +//obtener PictureCollection +PictureCollection pictures = workbook.GetWorksheets().Get(0).GetPictures(); + + +//Guarde el archivo de Excel. +workbook.Save(u"result.xlsx"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/picturecollection/add/_index.md b/spanish/cpp/aspose.cells.drawing/picturecollection/add/_index.md new file mode 100644 index 00000000000..28382da2909 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picturecollection/add/_index.md @@ -0,0 +1,335 @@ +--- +title: Aspose::Cells::Drawing::PictureCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PictureCollection::Add method. Adds a picture to the collection in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/picturecollection/add/ +--- +## PictureCollection::Add(int32_t, int32_t, int32_t, int32_t, const Vector \\&) method + + +Adds a picture to the collection. + +```cpp +int32_t Aspose::Cells::Drawing::PictureCollection::Add(int32_t topRow, int32_t leftColumn, int32_t bottomRow, int32_t rightColumn, const Vector &stream) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| topRow | int32_t | Upper left row index. | +| leftColumn | int32_t | Upper left column index. | +| bottomRow | int32_t | Lower right row index | +| rightColumn | int32_t | Lower right column index | +| stream | const Vector \\& | Stream object which contains the image data. | + +## ReturnValue + +[Picture](../../picture/) object index. + + +## Examples + + +```cpp +//Obtener datos de imagen del archivo (p. ej., image.jpg) +//(Note: You need to read the data into this variable.) +Vector fs{0}; + +//agregar una imagen +int index = pictures.Add(1, 1, 5, 5, fs); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PictureCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## PictureCollection::Add(int32_t, int32_t, int32_t, int32_t, const U16String\&) method + + +Adds a picture to the collection. + +```cpp +int32_t Aspose::Cells::Drawing::PictureCollection::Add(int32_t topRow, int32_t leftColumn, int32_t bottomRow, int32_t rightColumn, const U16String &fileName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| topRow | int32_t | Upper left row index. | +| leftColumn | int32_t | Upper left column index. | +| bottomRow | int32_t | Lower right row index | +| rightColumn | int32_t | Lower right column index | +| fileName | const U16String\& | Image filename. | + +## ReturnValue + +[Picture](../../picture/) object index. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PictureCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## PictureCollection::Add(int32_t, int32_t, int32_t, int32_t, const char16_t*) method + + +Adds a picture to the collection. + +```cpp +int32_t Aspose::Cells::Drawing::PictureCollection::Add(int32_t topRow, int32_t leftColumn, int32_t bottomRow, int32_t rightColumn, const char16_t *fileName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| topRow | int32_t | Upper left row index. | +| leftColumn | int32_t | Upper left column index. | +| bottomRow | int32_t | Lower right row index | +| rightColumn | int32_t | Lower right column index | +| fileName | const char16_t* | Image filename. | + +## ReturnValue + +[Picture](../../picture/) object index. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PictureCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## PictureCollection::Add(int32_t, int32_t, const Vector \\&) method + + +Adds a picture to the collection. + +```cpp +int32_t Aspose::Cells::Drawing::PictureCollection::Add(int32_t topRow, int32_t leftColumn, const Vector &stream) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| topRow | int32_t | Upper left row index. | +| leftColumn | int32_t | Upper left column index. | +| stream | const Vector \\& | Stream object which contains the image data. | + +## ReturnValue + +[Picture](../../picture/) object index. + + +## Examples + + +```cpp +//Obtener datos de imagen del archivo (p. ej., image.jpg) +//(Note: You need to read the data into this variable.) +Vector fs{ 0 }; + +//agregar una imagen +pictures.Add(1, 1, fs); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PictureCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## PictureCollection::Add(int32_t, int32_t, const U16String\&) method + + +Adds a picture to the collection. + +```cpp +int32_t Aspose::Cells::Drawing::PictureCollection::Add(int32_t topRow, int32_t leftColumn, const U16String &fileName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| topRow | int32_t | Upper left row index. | +| leftColumn | int32_t | Upper left column index. | +| fileName | const U16String\& | Image filename. | + +## ReturnValue + +[Picture](../../picture/) object index. + + +## Examples + + +```cpp +//agregar una imagen +U16String imageFile = u"image.jpg"; +pictures.Add(1, 1, imageFile); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PictureCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## PictureCollection::Add(int32_t, int32_t, const char16_t*) method + + +Adds a picture to the collection. + +```cpp +int32_t Aspose::Cells::Drawing::PictureCollection::Add(int32_t topRow, int32_t leftColumn, const char16_t *fileName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| topRow | int32_t | Upper left row index. | +| leftColumn | int32_t | Upper left column index. | +| fileName | const char16_t* | Image filename. | + +## ReturnValue + +[Picture](../../picture/) object index. + + +## Examples + + +```cpp +//agregar una imagen +pictures.Add(1, 1, u"image.jpg"); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PictureCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## PictureCollection::Add(int32_t, int32_t, const Vector \\&, int32_t, int32_t) method + + +Adds a picture to the collection. + +```cpp +int32_t Aspose::Cells::Drawing::PictureCollection::Add(int32_t topRow, int32_t leftColumn, const Vector &stream, int32_t widthScale, int32_t heightScale) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| topRow | int32_t | Upper left row index. | +| leftColumn | int32_t | Upper left column index. | +| stream | const Vector \\& | Stream object which contains the image data. | +| widthScale | int32_t | Scale of image width, a percentage. | +| heightScale | int32_t | Scale of image height, a percentage. | + +## ReturnValue + +[Picture](../../picture/) object index. + + +## Examples + + +```cpp +//Obtener datos de imagen del archivo (p. ej., image.jpg) +//(Note: You need to read the data into this variable.) +Vector fs{ 0 }; + +//agregar una imagen +pictures.Add(1, 1, fs, 50, 50); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PictureCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## PictureCollection::Add(int32_t, int32_t, const U16String\&, int32_t, int32_t) method + + +Adds a picture to the collection. + +```cpp +int32_t Aspose::Cells::Drawing::PictureCollection::Add(int32_t topRow, int32_t leftColumn, const U16String &fileName, int32_t widthScale, int32_t heightScale) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| topRow | int32_t | Upper left row index. | +| leftColumn | int32_t | Upper left column index. | +| fileName | const U16String\& | Image filename. | +| widthScale | int32_t | Scale of image width, a percentage. | +| heightScale | int32_t | Scale of image height, a percentage. | + +## ReturnValue + +[Picture](../../picture/) object index. + + +## Examples + + +```cpp +//agregar una imagen +U16String imageFile = u"image.jpg"; +pictures.Add(1, 1, imageFile, 50, 50); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PictureCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## PictureCollection::Add(int32_t, int32_t, const char16_t*, int32_t, int32_t) method + + +Adds a picture to the collection. + +```cpp +int32_t Aspose::Cells::Drawing::PictureCollection::Add(int32_t topRow, int32_t leftColumn, const char16_t *fileName, int32_t widthScale, int32_t heightScale) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| topRow | int32_t | Upper left row index. | +| leftColumn | int32_t | Upper left column index. | +| fileName | const char16_t* | Image filename. | +| widthScale | int32_t | Scale of image width, a percentage. | +| heightScale | int32_t | Scale of image height, a percentage. | + +## ReturnValue + +[Picture](../../picture/) object index. + + +## Examples + + +```cpp +//agregar una imagen +pictures.Add(1, 1, u"image.jpg", 50, 50); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PictureCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picturecollection/camera/_index.md b/spanish/cpp/aspose.cells.drawing/picturecollection/camera/_index.md new file mode 100644 index 00000000000..1817d601d93 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picturecollection/camera/_index.md @@ -0,0 +1,62 @@ +--- +title: Aspose::Cells::Drawing::PictureCollection::Camera method +linktitle: Camera +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PictureCollection::Camera method. Takes a photo of the range in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/picturecollection/camera/ +--- +## PictureCollection::Camera(int32_t, int32_t, const U16String\&) method + + +Takes a photo of the range. + +```cpp +int32_t Aspose::Cells::Drawing::PictureCollection::Camera(int32_t row, int32_t column, const U16String &range) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | The row index of this picture. | +| column | int32_t | The column index of this picture. | +| range | const U16String\& | The area that requires photography | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PictureCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## PictureCollection::Camera(int32_t, int32_t, const char16_t*) method + + +Takes a photo of the range. + +```cpp +int32_t Aspose::Cells::Drawing::PictureCollection::Camera(int32_t row, int32_t column, const char16_t *range) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | The row index of this picture. | +| column | int32_t | The column index of this picture. | +| range | const char16_t* | The area that requires photography | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PictureCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picturecollection/clear/_index.md b/spanish/cpp/aspose.cells.drawing/picturecollection/clear/_index.md new file mode 100644 index 00000000000..d40b7a08da4 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picturecollection/clear/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::PictureCollection::Clear method +linktitle: Clear +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PictureCollection::Clear method. Clear all pictures in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing/picturecollection/clear/ +--- +## PictureCollection::Clear method + + +Clear all pictures. + +```cpp +void Aspose::Cells::Drawing::PictureCollection::Clear() +``` + + +## Examples + + +```cpp +//limpiar +pictures.Clear(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PictureCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picturecollection/get/_index.md b/spanish/cpp/aspose.cells.drawing/picturecollection/get/_index.md new file mode 100644 index 00000000000..b9aedab8295 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picturecollection/get/_index.md @@ -0,0 +1,47 @@ +--- +title: Aspose::Cells::Drawing::PictureCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PictureCollection::Get method. Gets the Picture element at the specified index in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/picturecollection/get/ +--- +## PictureCollection::Get method + + +Gets the [Picture](../../picture/) element at the specified index. + +```cpp +Aspose::Cells::Drawing::Picture Aspose::Cells::Drawing::PictureCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The zero based index of the element. | + +## ReturnValue + +The element at the specified index. + + +## Examples + + +```cpp +//obtener colección de imágenes +//PictureCollection pictures = workbook.GetWorksheets().Get(0).GetPictures(); +//agregar una imagen +int picIndex = pictures.Add(1, 1, u"image.png"); +//obtener la imagen +Picture pic = pictures.Get(picIndex); +``` + +## See Also + +* Class [Picture](../../picture/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PictureCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picturecollection/getcount/_index.md b/spanish/cpp/aspose.cells.drawing/picturecollection/getcount/_index.md new file mode 100644 index 00000000000..47068e31ec2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picturecollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::PictureCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::Drawing::PictureCollection class in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing/picturecollection/getcount/ +--- +## PictureCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::Drawing::PictureCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PictureCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picturecollection/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/picturecollection/isnull/_index.md new file mode 100644 index 00000000000..21157644e8f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picturecollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::PictureCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PictureCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/picturecollection/isnull/ +--- +## PictureCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::PictureCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PictureCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picturecollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/picturecollection/operator_asm/_index.md new file mode 100644 index 00000000000..a0e95c68b74 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picturecollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::PictureCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PictureCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/picturecollection/operator_asm/ +--- +## PictureCollection::operator= method + + +operator= + +```cpp +PictureCollection & Aspose::Cells::Drawing::PictureCollection::operator=(const PictureCollection &src) +``` + +## See Also + +* Class [PictureCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PictureCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picturecollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/picturecollection/operator_bool/_index.md new file mode 100644 index 00000000000..f2a4661685d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picturecollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::PictureCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PictureCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/picturecollection/operator_bool/ +--- +## PictureCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::PictureCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [PictureCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picturecollection/picturecollection/_index.md b/spanish/cpp/aspose.cells.drawing/picturecollection/picturecollection/_index.md new file mode 100644 index 00000000000..625738e0b87 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picturecollection/picturecollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::PictureCollection::PictureCollection constructor +linktitle: PictureCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PictureCollection::PictureCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/picturecollection/picturecollection/ +--- +## PictureCollection::PictureCollection(PictureCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::PictureCollection::PictureCollection(PictureCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PictureCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## PictureCollection::PictureCollection(const PictureCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::PictureCollection::PictureCollection(const PictureCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PictureCollection](../) +* Class [PictureCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picturecollection/removeat/_index.md b/spanish/cpp/aspose.cells.drawing/picturecollection/removeat/_index.md new file mode 100644 index 00000000000..367b2190626 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picturecollection/removeat/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::PictureCollection::RemoveAt method +linktitle: RemoveAt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PictureCollection::RemoveAt method. Remove shapes at the specific index in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing/picturecollection/removeat/ +--- +## PictureCollection::RemoveAt method + + +Remove shapes at the specific index. + +```cpp +void Aspose::Cells::Drawing::PictureCollection::RemoveAt(int32_t index) +``` + + +## Examples + + +```cpp +//agregar una imagen +int index2 = pictures.Add(1, 1, "image.png"); +//eliminar +pictures.RemoveAt(index2); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PictureCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/picturecollection/~picturecollection/_index.md b/spanish/cpp/aspose.cells.drawing/picturecollection/~picturecollection/_index.md new file mode 100644 index 00000000000..2a3458afda1 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/picturecollection/~picturecollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::PictureCollection::~PictureCollection method +linktitle: ~PictureCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PictureCollection::~PictureCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/picturecollection/~picturecollection/ +--- +## PictureCollection::~PictureCollection method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::PictureCollection::~PictureCollection() +``` + +## See Also + +* Class [PictureCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/placementtype/_index.md b/spanish/cpp/aspose.cells.drawing/placementtype/_index.md new file mode 100644 index 00000000000..9112c1aa1a6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/placementtype/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Drawing::PlacementType enum +linktitle: PlacementType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PlacementType enum. Represents the way the drawing object is attached to the cells below it in C++.' +type: docs +weight: 10500 +url: /es/cpp/aspose.cells.drawing/placementtype/ +--- +## PlacementType enum + + +Represents the way the drawing object is attached to the cells below it. + +```cpp +enum class PlacementType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| FreeFloating | 0 |
Don't move or size with cells. | +| Move | 1 |
Move but don't size with cells. | +| MoveAndSize | 2 |
Move and size with cells. | + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/presetcameratype/_index.md b/spanish/cpp/aspose.cells.drawing/presetcameratype/_index.md new file mode 100644 index 00000000000..6544bf6b884 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/presetcameratype/_index.md @@ -0,0 +1,89 @@ +--- +title: Aspose::Cells::Drawing::PresetCameraType enum +linktitle: PresetCameraType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PresetCameraType enum. Represent different algorithmic methods for setting all camera properties, including position in C++.' +type: docs +weight: 10600 +url: /es/cpp/aspose.cells.drawing/presetcameratype/ +--- +## PresetCameraType enum + + +Represent different algorithmic methods for setting all camera properties, including position. + +```cpp +enum class PresetCameraType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| IsometricBottomDown | 0 |
| +| IsometricBottomUp | 1 |
| +| IsometricLeftDown | 2 |
| +| IsometricLeftUp | 3 |
| +| IsometricOffAxis1Left | 4 |
| +| IsometricOffAxis1Right | 5 |
| +| IsometricOffAxis1Top | 6 |
| +| IsometricOffAxis2Left | 7 |
| +| IsometricOffAxis2Right | 8 |
| +| IsometricOffAxis2Top | 9 |
| +| IsometricOffAxis3Bottom | 10 |
| +| IsometricOffAxis3Left | 11 |
| +| IsometricOffAxis3Right | 12 |
| +| IsometricOffAxis4Bottom | 13 |
| +| IsometricOffAxis4Left | 14 |
| +| IsometricOffAxis4Right | 15 |
| +| IsometricRightDown | 16 |
| +| IsometricRightUp | 17 |
| +| IsometricTopDown | 18 |
| +| IsometricTopUp | 19 |
| +| LegacyObliqueBottom | 20 |
| +| LegacyObliqueBottomLeft | 21 |
| +| LegacyObliqueBottomRight | 22 |
| +| LegacyObliqueFront | 23 |
| +| LegacyObliqueLeft | 24 |
| +| LegacyObliqueRight | 25 |
| +| LegacyObliqueTop | 26 |
| +| LegacyObliqueTopLeft | 27 |
| +| LegacyObliqueTopRight | 28 |
| +| LegacyPerspectiveBottom | 29 |
| +| LegacyPerspectiveBottomLeft | 30 |
| +| LegacyPerspectiveBottomRight | 31 |
| +| LegacyPerspectiveFront | 32 |
| +| LegacyPerspectiveLeft | 33 |
| +| LegacyPerspectiveRight | 34 |
| +| LegacyPerspectiveTop | 35 |
| +| LegacyPerspectiveTopLeft | 36 |
| +| LegacyPerspectiveTopRight | 37 |
| +| ObliqueBottom | 38 |
| +| ObliqueBottomLeft | 39 |
| +| ObliqueBottomRight | 40 |
| +| ObliqueLeft | 41 |
| +| ObliqueRight | 42 |
| +| ObliqueTop | 43 |
| +| ObliqueTopLeft | 44 |
| +| ObliqueTopRight | 45 |
| +| OrthographicFront | 46 |
| +| PerspectiveAbove | 47 |
| +| PerspectiveAboveLeftFacing | 48 |
| +| PerspectiveAboveRightFacing | 49 |
| +| PerspectiveBelow | 50 |
| +| PerspectiveContrastingLeftFacing | 51 |
| +| PerspectiveContrastingRightFacing | 52 |
| +| PerspectiveFront | 53 |
| +| PerspectiveHeroicExtremeLeftFacing | 54 |
| +| PerspectiveHeroicExtremeRightFacing | 55 |
| +| PerspectiveHeroicLeftFacing | 56 |
| +| PerspectiveHeroicRightFacing | 57 |
| +| PerspectiveLeft | 58 |
| +| PerspectiveRelaxed | 59 |
| +| PerspectiveRelaxedModerately | 60 |
| +| PerspectiveRight | 61 |
| + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/presetmaterialtype/_index.md b/spanish/cpp/aspose.cells.drawing/presetmaterialtype/_index.md new file mode 100644 index 00000000000..ee33ac5faa2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/presetmaterialtype/_index.md @@ -0,0 +1,42 @@ +--- +title: Aspose::Cells::Drawing::PresetMaterialType enum +linktitle: PresetMaterialType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PresetMaterialType enum. Describes surface appearance of a shape in C++.' +type: docs +weight: 10700 +url: /es/cpp/aspose.cells.drawing/presetmaterialtype/ +--- +## PresetMaterialType enum + + +Describes surface appearance of a shape. + +```cpp +enum class PresetMaterialType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Clear | 0 |
Clear. | +| DarkEdge | 1 |
Dark edge. | +| Flat | 2 |
Flat. | +| LegacyMatte | 3 |
Legacy matte. | +| LegacyMetal | 4 |
Legacy metal. | +| LegacyPlastic | 5 |
Legacy plastic. | +| LegacyWireframe | 6 |
Legacy wireframe. | +| Matte | 7 |
Matte. | +| Metal | 8 |
Metal. | +| Plastic | 9 |
Plastic. | +| Powder | 10 |
Powder. | +| SoftEdge | 11 |
Soft edge. | +| SoftMetal | 12 |
Soft metal. | +| TranslucentPowder | 13 |
Translucent powder. | +| WarmMatte | 14 |
Warm matte. | + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/presetshadowtype/_index.md b/spanish/cpp/aspose.cells.drawing/presetshadowtype/_index.md new file mode 100644 index 00000000000..05fa7c5af73 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/presetshadowtype/_index.md @@ -0,0 +1,52 @@ +--- +title: Aspose::Cells::Drawing::PresetShadowType enum +linktitle: PresetShadowType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PresetShadowType enum. Represents preset shadow type in C++.' +type: docs +weight: 10800 +url: /es/cpp/aspose.cells.drawing/presetshadowtype/ +--- +## PresetShadowType enum + + +Represents preset shadow type. + +```cpp +enum class PresetShadowType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| NoShadow | 0 |
No shadow. | +| Custom | 1 |
Custom shadow. | +| OffsetDiagonalBottomRight | 2 |
Outer shadow offset diagonal bottom right. | +| OffsetBottom | 3 |
Outer shadow offset bottom. | +| OffsetDiagonalBottomLeft | 4 |
Outer shadow offset diagonal bottom left. | +| OffsetRight | 5 |
Outer shadow offset right. | +| OffsetCenter | 6 |
Outer shadow offset center. | +| OffsetLeft | 7 |
Outer shadow offset left. | +| OffsetDiagonalTopRight | 8 |
Outer shadow offset diagonal top right. | +| OffsetTop | 9 |
Outer shadow offset top. | +| OffsetDiagonalTopLeft | 10 |
Outer shadow offset diagonal top left. | +| InsideDiagonalTopLeft | 11 |
Inner shadow inside diagonal top Left. | +| InsideTop | 12 |
Inner shadow inside top. | +| InsideDiagonalTopRight | 13 |
Inner shadow inside diagonal top right. | +| InsideLeft | 14 |
Inner shadow inside left. | +| InsideCenter | 15 |
Inner shadow inside center. | +| InsideRight | 16 |
Inner shadow inside right. | +| InsideDiagonalBottomLeft | 17 |
Inner shadow inside diagonal bottom left. | +| InsideBottom | 18 |
Inner shadow inside bottom. | +| InsideDiagonalBottomRight | 19 |
Inner shadow inside diagonal bottom right. | +| PerspectiveDiagonalUpperLeft | 20 |
Outer shadow perspective diagonal upper left. | +| PerspectiveDiagonalUpperRight | 21 |
Outer shadow perspective diagonal upper right. | +| Below | 22 |
Outer shadow below. | +| PerspectiveDiagonalLowerLeft | 23 |
Outer shadow perspective diagonal lower left. | +| PerspectiveDiagonalLowerRight | 24 |
Outer shadow perspective diagonal lower right. | + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/presetthemegradienttype/_index.md b/spanish/cpp/aspose.cells.drawing/presetthemegradienttype/_index.md new file mode 100644 index 00000000000..be532172692 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/presetthemegradienttype/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::PresetThemeGradientType enum +linktitle: PresetThemeGradientType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PresetThemeGradientType enum. Represents the preset theme gradient type in C++.' +type: docs +weight: 10900 +url: /es/cpp/aspose.cells.drawing/presetthemegradienttype/ +--- +## PresetThemeGradientType enum + + +Represents the preset theme gradient type. + +```cpp +enum class PresetThemeGradientType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| LightGradient | 0 |
Light gradient. | +| TopSpotlight | 1 |
Top spotlight. | +| MediumGradient | 2 |
Medium gradient. | +| BottomSpotlight | 3 |
Bottom spotlight. | +| RadialGradient | 4 |
Radial gradient. | + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/presetwordartstyle/_index.md b/spanish/cpp/aspose.cells.drawing/presetwordartstyle/_index.md new file mode 100644 index 00000000000..7ffa3d2ae06 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/presetwordartstyle/_index.md @@ -0,0 +1,47 @@ +--- +title: Aspose::Cells::Drawing::PresetWordArtStyle enum +linktitle: PresetWordArtStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::PresetWordArtStyle enum. Represents the preset WordArt styles in C++.' +type: docs +weight: 11000 +url: /es/cpp/aspose.cells.drawing/presetwordartstyle/ +--- +## PresetWordArtStyle enum + + +Represents the preset WordArt styles. + +```cpp +enum class PresetWordArtStyle +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| WordArtStyle1 | 1 |
Fill - Black, Text 1, Shadow. | +| WordArtStyle2 | 2 |
Fill - Blue, Accent 1, Shadow. | +| WordArtStyle3 | 3 |
Fill - Orange, Accent 2, [Outline](../../aspose.cells/outline/) - Accent 2. | +| WordArtStyle4 | 4 |
Fill - White, [Outline](../../aspose.cells/outline/) - Accent 1, Shadow. | +| WordArtStyle5 | 5 |
Fill - Gold, Accent 4, Soft [Bevel](../bevel/). | +| WordArtStyle6 | 6 |
Gradient Fill - Gray. | +| WordArtStyle7 | 7 |
Gradient Fill - Blue, Accent 1, Reflection. | +| WordArtStyle8 | 8 |
Gradient Fill - Gold, Accent 4, [Outline](../../aspose.cells/outline/) - Accent 4. | +| WordArtStyle9 | 9 |
Fill - White, [Outline](../../aspose.cells/outline/) - Accent 1, Glow - Accent 1. | +| WordArtStyle10 | 10 |
Fill - Gray-50%, Accent 3, Sharp [Bevel](../bevel/). | +| WordArtStyle11 | 11 |
Fill - Black, Text 1, [Outline](../../aspose.cells/outline/) - Background 1, Hard Shadow - Background 1. | +| WordArtStyle12 | 12 |
Fill - Black, Text 1, [Outline](../../aspose.cells/outline/) - Background 1, Hard Shadow - Accent 1. | +| WordArtStyle13 | 13 |
Fill - Blue, Accent 1, [Outline](../../aspose.cells/outline/) - Background 1, Hard Shadow - Accent 1. | +| WordArtStyle14 | 14 |
Fill - White, [Outline](../../aspose.cells/outline/) - Accent 2, Hard Shadow - Accent 2. | +| WordArtStyle15 | 15 |
Fill - Gray-25%, Background 2, Inner Shadow. | +| WordArtStyle16 | 16 |
Pattern Fill - White, Text 2, Dark Upward Diagonal, Shadow. | +| WordArtStyle17 | 17 |
Pattern Fill - Gray-50%, Accent 3, Narrow Horizontal, Inner Shadow. | +| WordArtStyle18 | 18 |
Fill - Blue, Accent 1, 50%, Hard Shadow - Accent 1. | +| WordArtStyle19 | 19 |
Pattern Fill - Blue, Accent 1, Light Downward Diagonal, [Outline](../../aspose.cells/outline/) - Accent 1. | +| WordArtStyle20 | 20 |
Pattern Fill - Blue-Gray, Text 2, Dark Upward Diagonal, Hard Shadow - Text 2. | + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/radiobutton/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/radiobutton/_impl/_index.md new file mode 100644 index 00000000000..aa501dadf87 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/radiobutton/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::RadioButton::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::RadioButton::_impl field. The implementation object in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing/radiobutton/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +RadioButton_Impl* Aspose::Cells::Drawing::RadioButton::_impl +``` + +## See Also + +* Class [RadioButton](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/radiobutton/_index.md b/spanish/cpp/aspose.cells.drawing/radiobutton/_index.md new file mode 100644 index 00000000000..c4f9da34d10 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/radiobutton/_index.md @@ -0,0 +1,255 @@ +--- +title: Aspose::Cells::Drawing::RadioButton class +linktitle: RadioButton +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::RadioButton class. Represents a radio button in C++.' +type: docs +weight: 4600 +url: /es/cpp/aspose.cells.drawing/radiobutton/ +--- +## RadioButton class + + +Represents a radio button. + +```cpp +class RadioButton : public Aspose::Cells::Drawing::Shape +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddHyperlink(const U16String\& address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AddHyperlink(const char16_t* address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AlignTopRightCorner(int32_t topRow, int32_t rightColumn)](../shape/aligntoprightcorner/) | Moves the picture to the top-right corner. | +| [CalculateTextSize()](../shape/calculatetextsize/) | Recalculate the text area. | +| [Characters(int32_t startIndex, int32_t length)](../shape/characters/) | Returns a Characters object that represents a range of characters within the text. | +| [FitToTextSize()](../shape/fittotextsize/) | Recalculate a text area suitable for displaying all text content. | +| [FormatCharacters(int32_t startIndex, int32_t length, const Aspose::Cells::Font\& font, const StyleFlag\& flag)](../shape/formatcharacters/) | Formats some characters with the font setting. | +| [GetActiveXControl()](../shape/getactivexcontrol/) | Gets the ActiveX control. | +| [GetActualBox()](../shape/getactualbox/) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [GetActualLowerRightRow()](../shape/getactuallowerrightrow/) | Get the actual bottom row. | +| [GetAlternativeText()](../shape/getalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [GetAnchorType()](../shape/getanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [GetAutoShapeType()](../shape/getautoshapetype/) | Gets and sets the auto shape type. | +| [GetBottom()](../shape/getbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [GetConnectionPoints()](../shape/getconnectionpoints/) | Get the connection points. | +| [GetControlData()](../shape/getcontroldata/) | Gets the data of control. | +| [GetCreateId(UUID\& uuid)](../shape/getcreateid/) | Gets and sets create id for this shape. | +| [GetFill()](../shape/getfill/) | Returns a [FillFormat](../fillformat/) object that contains fill formatting properties for the specified shape. | +| [GetFont()](../shape/getfont/) | Represents the font of shape. | +| [GetFormatPicture()](../shape/getformatpicture/) | Gets and sets the options of the picture format. | +| [GetGeometry()](../shape/getgeometry/) | Gets the geometry. | +| [GetGlow()](../shape/getglow/) | Represents a [GlowEffect](../gloweffect/) object that specifies glow effect for the chart element or shape. | +| [GetGroup()](../shape/getgroup/) | Gets the group shape which contains this shape. | +| [GetGroupBox()](./getgroupbox/) | Gets the [GroupBox](../groupbox/) that contains this [RadioButton](./). | +| [GetHasLine()](../shape/gethasline/) | Gets and sets the line border of the shape is visible. | +| [GetHeight()](../shape/getheight/) | Represents the height of shape, in unit of pixel. | +| [GetHeightCM()](../shape/getheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [GetHeightInch()](../shape/getheightinch/) | Represents the height of the shape, in unit of inches. | +| [GetHeightInShape()](../shape/getheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [GetHeightPt()](../shape/getheightpt/) | Represents the height of the shape, in unit of points. | +| [GetHeightScale()](../shape/getheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [GetHtmlText()](../shape/gethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [GetHyperlink()](../shape/gethyperlink/) | Gets the hyperlink of the shape. | +| [GetId()](../shape/getid/) | Gets the identifier of this shape. | +| [GetInputRange()](../shape/getinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [GetInputRange(bool isR1C1, bool isLocal)](../shape/getinputrange/) | Gets the range used to fill the control. | +| [GetLeft()](../shape/getleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [GetLeftCM()](../shape/getleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [GetLeftInch()](../shape/getleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [GetLeftInShape()](../shape/getleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [GetLeftToCorner()](../shape/getlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [GetLine()](../shape/getline/) | Gets line style. | +| [GetLinkedCell()](../shape/getlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [GetLinkedCell(bool isR1C1, bool isLocal)](../shape/getlinkedcell/) | Gets the range linked to the control's value. | +| [GetLockedProperty(ShapeLockType type)](../shape/getlockedproperty/) | Gets the value of locked property. | +| [GetLowerDeltaX()](../shape/getlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [GetLowerDeltaY()](../shape/getlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [GetLowerRightColumn()](../shape/getlowerrightcolumn/) | Represents lower right corner column index. | +| [GetLowerRightRow()](../shape/getlowerrightrow/) | Represents lower right corner row index. | +| [GetMacroName()](../shape/getmacroname/) | Gets and sets the name of macro. | +| [GetMsoDrawingType()](../shape/getmsodrawingtype/) | Gets drawing type. | +| [GetName()](../shape/getname/) | Gets and sets the name of the shape. | +| [GetOptionIndex()](./getoptionindex/) | Gets the option index (one-based) in all the radio buttons of the [GroupBox](../groupbox/) which contains this radio button. | +| [GetPaths()](../shape/getpaths/) | Gets the paths of a custom geometric shape. | +| [GetPlacement()](../shape/getplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [GetReflection()](../shape/getreflection/) | Represents a [ReflectionEffect](../reflectioneffect/) object that specifies reflection effect for the chart element or shape. | +| [GetRelativeToOriginalPictureSize()](../shape/getrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [GetResultOfSmartArt()](../shape/getresultofsmartart/) | Converting smart art to grouped shapes. | +| [GetRichFormattings()](../shape/getrichformattings/) | Returns all Characters objects that represents a range of characters within the text . | +| [GetRight()](../shape/getright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [GetRotationAngle()](../shape/getrotationangle/) | Gets and sets the rotation of the shape. | +| [GetShadow()](./getshadow/) | Indicates whether the combobox has 3-D shading. | +| [GetShadowEffect()](../shape/getshadoweffect/) | Represents a [Drawing.ShadowEffect](../shadoweffect/) object that specifies shadow effect for the chart element or shape. | +| [GetSoftEdges()](../shape/getsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [GetSpid()](../shape/getspid/) | Specifies an optional string identifier that an application can use to identify the particular shape. | +| [GetSpt()](../shape/getspt/) | Specifies an optional number that an application can use to associate the particular shape with a defined shape type. | +| [GetText()](../shape/gettext/) | Gets and sets the text of this shape. | +| [GetTextBody()](../shape/gettextbody/) | Gets and sets the setting of the shape's text. | +| [GetTextBoxOptions()](../shape/gettextboxoptions/) | Gets the text information in the shape. | +| [GetTextDirection()](../shape/gettextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [GetTextEffect()](../shape/gettexteffect/) | Returns a [TextEffectFormat](../texteffectformat/) object that contains text-effect formatting properties for the specified shape. Applies to [Shape](../shape/) objects that represent WordArt. | +| [GetTextHorizontalAlignment()](../shape/gettexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [GetTextHorizontalOverflow()](../shape/gettexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [GetTextOptions()](../shape/gettextoptions/) | Represents the text options of the shape. | +| [GetTextOrientationType()](../shape/gettextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [GetTextShapeType()](../shape/gettextshapetype/) | Gets and sets the preset text shape type. | +| [GetTextVerticalAlignment()](../shape/gettextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [GetTextVerticalOverflow()](../shape/gettextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [GetThreeDFormat()](../shape/getthreedformat/) | Gets and sets 3d format of the shape. | +| [GetTitle()](../shape/gettitle/) | Specifies the title (caption) of the current shape object. | +| [GetTop()](../shape/gettop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [GetTopCM()](../shape/gettopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [GetTopInch()](../shape/gettopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [GetTopInShape()](../shape/gettopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [GetTopToCorner()](../shape/gettoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [GetType()](../shape/gettype/) | Gets the auto shape type. | +| [GetUpperDeltaX()](../shape/getupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [GetUpperDeltaY()](../shape/getupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [GetUpperLeftColumn()](../shape/getupperleftcolumn/) | Represents upper left corner column index. | +| [GetUpperLeftRow()](../shape/getupperleftrow/) | Represents the top row index. | +| [GetWidth()](../shape/getwidth/) | Represents the width of shape, in unit of pixels. | +| [GetWidthCM()](../shape/getwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [GetWidthInch()](../shape/getwidthinch/) | Represents the width of the shape, in unit of inch. | +| [GetWidthInShape()](../shape/getwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [GetWidthPt()](../shape/getwidthpt/) | Represents the width of the shape, in unit of point. | +| [GetWidthScale()](../shape/getwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [GetWorksheet()](../shape/getworksheet/) | Gets the [Worksheet](../../aspose.cells/worksheet/) object which contains this shape. | +| [GetX()](../shape/getx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [GetY()](../shape/gety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [GetZOrderPosition()](../shape/getzorderposition/) | Returns the position of a shape in the z-order. | +| [IsAspectRatioLocked()](../shape/isaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [IsChecked()](./ischecked/) | Indicates if the radiobutton is checked or not. | +| [IsDecorative()](../shape/isdecorative/) | Indicates whether the object is decorative. | +| [IsEquation()](../shape/isequation/) | Indicates whether the shape only contains an equation. | +| [IsFilled()](../shape/isfilled/) | Indicates whether the fill format is visible. | +| [IsFlippedHorizontally()](../shape/isflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [IsFlippedVertically()](../shape/isflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [IsGroup()](../shape/isgroup/) | Indicates whether this shape is a group shape. | +| [IsHidden()](../shape/ishidden/) | Indicates whether the object is visible. | +| [IsInGroup()](../shape/isingroup/) | Indicates whether the shape is grouped. | +| [IsLockAspectRatio()](../shape/islockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [IsLocked()](../shape/islocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsPrintable()](../shape/isprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [IsRichText()](../shape/isrichtext/) | Whether or not the text is rich text. | +| [IsSameSetting(const Aspose::Cells::Object\& obj)](../shape/issamesetting/) | Returns whether the shape is same. | +| [IsSmartArt()](../shape/issmartart/) | Indicates whether the shape is a smart art. | +| [IsTextWrapped()](../shape/istextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [IsWordArt()](../shape/iswordart/) | Indicates whether this shape is a word art. | +| [MoveToRange(int32_t topRow, int32_t leftColumn, int32_t bottomRow, int32_t rightColumn)](../shape/movetorange/) | Moves the shape to a specified range. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const RadioButton\& src)](./operator_asm/) | operator= | +| [operator=(const Shape\& src)](../shape/operator_asm/) | operator= | +| [RadioButton(RadioButton_Impl* impl)](./radiobutton/) | Constructs from an implementation object. | +| [RadioButton(const RadioButton\& src)](./radiobutton/) | Copy constructor. | +| [RadioButton(const Shape\& src)](./radiobutton/) | Constructs from a parent object. | +| [RemoveActiveXControl()](../shape/removeactivexcontrol/) | Remove activeX control. | +| [RemoveHyperlink()](../shape/removehyperlink/) | Removes the hyperlink of the shape. | +| [SetAlternativeText(const U16String\& value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAlternativeText(const char16_t* value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAnchorType(ShapeAnchorType value)](../shape/setanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [SetAutoShapeType(AutoShapeType value)](../shape/setautoshapetype/) | Gets and sets the auto shape type. | +| [SetBottom(int32_t value)](../shape/setbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [SetCreateId(const UUID\& value)](../shape/setcreateid/) | Gets and sets create id for this shape. | +| [SetFont(const Aspose::Cells::Font\& value)](../shape/setfont/) | Represents the font of shape. | +| [SetHasLine(bool value)](../shape/sethasline/) | Gets and sets the line border of the shape is visible. | +| [SetHeight(int32_t value)](../shape/setheight/) | Represents the height of shape, in unit of pixel. | +| [SetHeightCM(double value)](../shape/setheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [SetHeightInch(double value)](../shape/setheightinch/) | Represents the height of the shape, in unit of inches. | +| [SetHeightInShape(int32_t value)](../shape/setheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [SetHeightPt(double value)](../shape/setheightpt/) | Represents the height of the shape, in unit of points. | +| [SetHeightScale(int32_t value)](../shape/setheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [SetHtmlText(const U16String\& value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetHtmlText(const char16_t* value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetInputRange(const U16String\& value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const char16_t* value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetInputRange(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetIsAspectRatioLocked(bool value)](../shape/setisaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [SetIsChecked(bool value)](./setischecked/) | Indicates if the radiobutton is checked or not. | +| [SetIsDecorative(bool value)](../shape/setisdecorative/) | Indicates whether the object is decorative. | +| [SetIsFilled(bool value)](../shape/setisfilled/) | Indicates whether the fill format is visible. | +| [SetIsFlippedHorizontally(bool value)](../shape/setisflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [SetIsFlippedVertically(bool value)](../shape/setisflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [SetIsHidden(bool value)](../shape/setishidden/) | Indicates whether the object is visible. | +| [SetIsLockAspectRatio(bool value)](../shape/setislockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [SetIsLocked(bool value)](../shape/setislocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [SetIsPrintable(bool value)](../shape/setisprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [SetIsTextWrapped(bool value)](../shape/setistextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [SetLeft(int32_t value)](../shape/setleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [SetLeftCM(double value)](../shape/setleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [SetLeftInch(double value)](../shape/setleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [SetLeftInShape(int32_t value)](../shape/setleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [SetLeftToCorner(int32_t value)](../shape/setlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [SetLinkedCell(const U16String\& value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const char16_t* value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLinkedCell(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLockedProperty(ShapeLockType type, bool value)](../shape/setlockedproperty/) | Set the locked property. | +| [SetLowerDeltaX(int32_t value)](../shape/setlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [SetLowerDeltaY(int32_t value)](../shape/setlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [SetLowerRightColumn(int32_t value)](../shape/setlowerrightcolumn/) | Represents lower right corner column index. | +| [SetLowerRightRow(int32_t value)](../shape/setlowerrightrow/) | Represents lower right corner row index. | +| [SetMacroName(const U16String\& value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetMacroName(const char16_t* value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetName(const U16String\& value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetName(const char16_t* value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetPlacement(PlacementType value)](../shape/setplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [SetRelativeToOriginalPictureSize(bool value)](../shape/setrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [SetRight(int32_t value)](../shape/setright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [SetRotationAngle(double value)](../shape/setrotationangle/) | Gets and sets the rotation of the shape. | +| [SetShadow(bool value)](./setshadow/) | Indicates whether the combobox has 3-D shading. | +| [SetSoftEdges(double value)](../shape/setsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [SetText(const U16String\& value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetText(const char16_t* value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetTextDirection(TextDirectionType value)](../shape/settextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [SetTextHorizontalAlignment(TextAlignmentType value)](../shape/settexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [SetTextHorizontalOverflow(TextOverflowType value)](../shape/settexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [SetTextOptions(const TextOptions\& value)](../shape/settextoptions/) | Represents the text options of the shape. | +| [SetTextOrientationType(TextOrientationType value)](../shape/settextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [SetTextShapeType(AutoShapeType value)](../shape/settextshapetype/) | Gets and sets the preset text shape type. | +| [SetTextVerticalAlignment(TextAlignmentType value)](../shape/settextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [SetTextVerticalOverflow(TextOverflowType value)](../shape/settextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [SetTitle(const U16String\& value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTitle(const char16_t* value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTop(int32_t value)](../shape/settop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [SetTopCM(double value)](../shape/settopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [SetTopInch(double value)](../shape/settopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [SetTopInShape(int32_t value)](../shape/settopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [SetTopToCorner(int32_t value)](../shape/settoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [SetUpperDeltaX(int32_t value)](../shape/setupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [SetUpperDeltaY(int32_t value)](../shape/setupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [SetUpperLeftColumn(int32_t value)](../shape/setupperleftcolumn/) | Represents upper left corner column index. | +| [SetUpperLeftRow(int32_t value)](../shape/setupperleftrow/) | Represents the top row index. | +| [SetWidth(int32_t value)](../shape/setwidth/) | Represents the width of shape, in unit of pixels. | +| [SetWidthCM(double value)](../shape/setwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [SetWidthInch(double value)](../shape/setwidthinch/) | Represents the width of the shape, in unit of inch. | +| [SetWidthInShape(int32_t value)](../shape/setwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [SetWidthPt(double value)](../shape/setwidthpt/) | Represents the width of the shape, in unit of point. | +| [SetWidthScale(int32_t value)](../shape/setwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [SetX(int32_t value)](../shape/setx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [SetY(int32_t value)](../shape/sety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [SetZOrderPosition(int32_t value)](../shape/setzorderposition/) | Returns the position of a shape in the z-order. | +| [Shape(Shape_Impl* impl)](../shape/shape/) | Constructs from an implementation object. | +| [Shape(const Shape\& src)](../shape/shape/) | Copy constructor. | +| [ToFrontOrBack(int32_t orders)](../shape/tofrontorback/) | Brings the shape to the front or sends the shape to back. | +| [ToImage(Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. | +| [ToImage(const U16String\& imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const char16_t* imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a stream. | +| [UpdateSelectedValue()](../shape/updateselectedvalue/) | Update the selected value by the value of the linked cell. | +| [~RadioButton()](./~radiobutton/) | Destructor. | +| [~Shape()](../shape/~shape/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [Shape](../shape/) +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/radiobutton/getgroupbox/_index.md b/spanish/cpp/aspose.cells.drawing/radiobutton/getgroupbox/_index.md new file mode 100644 index 00000000000..1f97d1cfc41 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/radiobutton/getgroupbox/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::RadioButton::GetGroupBox method +linktitle: GetGroupBox +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::RadioButton::GetGroupBox method. Gets the GroupBox that contains this RadioButton in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing/radiobutton/getgroupbox/ +--- +## RadioButton::GetGroupBox method + + +Gets the [GroupBox](../../groupbox/) that contains this [RadioButton](../). + +```cpp +GroupBox Aspose::Cells::Drawing::RadioButton::GetGroupBox() +``` + +## See Also + +* Class [GroupBox](../../groupbox/) +* Class [RadioButton](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/radiobutton/getoptionindex/_index.md b/spanish/cpp/aspose.cells.drawing/radiobutton/getoptionindex/_index.md new file mode 100644 index 00000000000..7a2c317c9ee --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/radiobutton/getoptionindex/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::RadioButton::GetOptionIndex method +linktitle: GetOptionIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::RadioButton::GetOptionIndex method. Gets the option index (one-based) in all the radio buttons of the GroupBox which contains this radio button in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/radiobutton/getoptionindex/ +--- +## RadioButton::GetOptionIndex method + + +Gets the option index (one-based) in all the radio buttons of the [GroupBox](../../groupbox/) which contains this radio button. + +```cpp +int32_t Aspose::Cells::Drawing::RadioButton::GetOptionIndex() +``` + + +## ReturnValue + + +## Remarks + + + +If this radio button is not in the [GroupBox](../../groupbox/), returns the option index in all radio buttons that are not in any [GroupBox](../../groupbox/) +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RadioButton](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/radiobutton/getshadow/_index.md b/spanish/cpp/aspose.cells.drawing/radiobutton/getshadow/_index.md new file mode 100644 index 00000000000..8399dc33514 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/radiobutton/getshadow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::RadioButton::GetShadow method +linktitle: GetShadow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::RadioButton::GetShadow method. Indicates whether the combobox has 3-D shading in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing/radiobutton/getshadow/ +--- +## RadioButton::GetShadow method + + +Indicates whether the combobox has 3-D shading. + +```cpp +bool Aspose::Cells::Drawing::RadioButton::GetShadow() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RadioButton](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/radiobutton/ischecked/_index.md b/spanish/cpp/aspose.cells.drawing/radiobutton/ischecked/_index.md new file mode 100644 index 00000000000..3635e2f94d8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/radiobutton/ischecked/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::RadioButton::IsChecked method +linktitle: IsChecked +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::RadioButton::IsChecked method. Indicates if the radiobutton is checked or not in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/radiobutton/ischecked/ +--- +## RadioButton::IsChecked method + + +Indicates if the radiobutton is checked or not. + +```cpp +bool Aspose::Cells::Drawing::RadioButton::IsChecked() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RadioButton](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/radiobutton/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/radiobutton/isnull/_index.md new file mode 100644 index 00000000000..4ac63076a2e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/radiobutton/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::RadioButton::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::RadioButton::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/radiobutton/isnull/ +--- +## RadioButton::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::RadioButton::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RadioButton](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/radiobutton/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/radiobutton/operator_asm/_index.md new file mode 100644 index 00000000000..f45fa052d99 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/radiobutton/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::RadioButton::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::RadioButton::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/radiobutton/operator_asm/ +--- +## RadioButton::operator= method + + +operator= + +```cpp +RadioButton & Aspose::Cells::Drawing::RadioButton::operator=(const RadioButton &src) +``` + +## See Also + +* Class [RadioButton](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [RadioButton](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/radiobutton/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/radiobutton/operator_bool/_index.md new file mode 100644 index 00000000000..52169600c92 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/radiobutton/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::RadioButton::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::RadioButton::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/radiobutton/operator_bool/ +--- +## RadioButton::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::RadioButton::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [RadioButton](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/radiobutton/radiobutton/_index.md b/spanish/cpp/aspose.cells.drawing/radiobutton/radiobutton/_index.md new file mode 100644 index 00000000000..f85effea917 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/radiobutton/radiobutton/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::RadioButton::RadioButton constructor +linktitle: RadioButton +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::RadioButton::RadioButton constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/radiobutton/radiobutton/ +--- +## RadioButton::RadioButton(RadioButton_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::RadioButton::RadioButton(RadioButton_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RadioButton](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## RadioButton::RadioButton(const RadioButton\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::RadioButton::RadioButton(const RadioButton &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RadioButton](../) +* Class [RadioButton](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## RadioButton::RadioButton(const Shape\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::RadioButton::RadioButton(const Shape &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../../shape/) +* Class [RadioButton](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/radiobutton/setischecked/_index.md b/spanish/cpp/aspose.cells.drawing/radiobutton/setischecked/_index.md new file mode 100644 index 00000000000..a356d6616c1 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/radiobutton/setischecked/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::RadioButton::SetIsChecked method +linktitle: SetIsChecked +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::RadioButton::SetIsChecked method. Indicates if the radiobutton is checked or not in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/radiobutton/setischecked/ +--- +## RadioButton::SetIsChecked method + + +Indicates if the radiobutton is checked or not. + +```cpp +void Aspose::Cells::Drawing::RadioButton::SetIsChecked(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RadioButton](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/radiobutton/setshadow/_index.md b/spanish/cpp/aspose.cells.drawing/radiobutton/setshadow/_index.md new file mode 100644 index 00000000000..2e758d7c74b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/radiobutton/setshadow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::RadioButton::SetShadow method +linktitle: SetShadow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::RadioButton::SetShadow method. Indicates whether the combobox has 3-D shading in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing/radiobutton/setshadow/ +--- +## RadioButton::SetShadow method + + +Indicates whether the combobox has 3-D shading. + +```cpp +void Aspose::Cells::Drawing::RadioButton::SetShadow(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RadioButton](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/radiobutton/~radiobutton/_index.md b/spanish/cpp/aspose.cells.drawing/radiobutton/~radiobutton/_index.md new file mode 100644 index 00000000000..f2de42cafe3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/radiobutton/~radiobutton/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::RadioButton::~RadioButton method +linktitle: ~RadioButton +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::RadioButton::~RadioButton method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/radiobutton/~radiobutton/ +--- +## RadioButton::~RadioButton method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::RadioButton::~RadioButton() +``` + +## See Also + +* Class [RadioButton](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/rectanglealignmenttype/_index.md b/spanish/cpp/aspose.cells.drawing/rectanglealignmenttype/_index.md new file mode 100644 index 00000000000..74fb55cc48e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/rectanglealignmenttype/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Drawing::RectangleAlignmentType enum +linktitle: RectangleAlignmentType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::RectangleAlignmentType enum. Represents how to position two rectangles relative to each other in C++.' +type: docs +weight: 11100 +url: /es/cpp/aspose.cells.drawing/rectanglealignmenttype/ +--- +## RectangleAlignmentType enum + + +Represents how to position two rectangles relative to each other. + +```cpp +enum class RectangleAlignmentType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Bottom | 0 |
Bottom. | +| BottomLeft | 1 |
BottomLeft. | +| BottomRight | 2 |
BottomRight. | +| Center | 3 |
Center. | +| Left | 4 |
Left. | +| Right | 5 |
Right. | +| Top | 6 |
Top. | +| TopLeft | 7 |
TopLeft. | +| TopRight | 8 |
TopRight. | + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/rectangleshape/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/rectangleshape/_impl/_index.md new file mode 100644 index 00000000000..586a95e6beb --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/rectangleshape/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::RectangleShape::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::RectangleShape::_impl field. The implementation object in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/rectangleshape/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +RectangleShape_Impl* Aspose::Cells::Drawing::RectangleShape::_impl +``` + +## See Also + +* Class [RectangleShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/rectangleshape/_index.md b/spanish/cpp/aspose.cells.drawing/rectangleshape/_index.md new file mode 100644 index 00000000000..dbaa2cb0f78 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/rectangleshape/_index.md @@ -0,0 +1,270 @@ +--- +title: Aspose::Cells::Drawing::RectangleShape class +linktitle: RectangleShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::RectangleShape class. Represents the rectangle shape in C++.' +type: docs +weight: 4700 +url: /es/cpp/aspose.cells.drawing/rectangleshape/ +--- +## RectangleShape class + + +Represents the rectangle shape. + +```cpp +class RectangleShape : public Aspose::Cells::Drawing::Shape +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddHyperlink(const U16String\& address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AddHyperlink(const char16_t* address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AlignTopRightCorner(int32_t topRow, int32_t rightColumn)](../shape/aligntoprightcorner/) | Moves the picture to the top-right corner. | +| [CalculateTextSize()](../shape/calculatetextsize/) | Recalculate the text area. | +| [Characters(int32_t startIndex, int32_t length)](../shape/characters/) | Returns a Characters object that represents a range of characters within the text. | +| [FitToTextSize()](../shape/fittotextsize/) | Recalculate a text area suitable for displaying all text content. | +| [FormatCharacters(int32_t startIndex, int32_t length, const Aspose::Cells::Font\& font, const StyleFlag\& flag)](../shape/formatcharacters/) | Formats some characters with the font setting. | +| [GetActiveXControl()](../shape/getactivexcontrol/) | Gets the ActiveX control. | +| [GetActualBox()](../shape/getactualbox/) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [GetActualLowerRightRow()](../shape/getactuallowerrightrow/) | Get the actual bottom row. | +| [GetAlternativeText()](../shape/getalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [GetAnchorType()](../shape/getanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [GetAutoShapeType()](../shape/getautoshapetype/) | Gets and sets the auto shape type. | +| [GetBottom()](../shape/getbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [GetConnectionPoints()](../shape/getconnectionpoints/) | Get the connection points. | +| [GetControlData()](../shape/getcontroldata/) | Gets the data of control. | +| [GetCreateId(UUID\& uuid)](../shape/getcreateid/) | Gets and sets create id for this shape. | +| [GetFill()](../shape/getfill/) | Returns a [FillFormat](../fillformat/) object that contains fill formatting properties for the specified shape. | +| [GetFont()](../shape/getfont/) | Represents the font of shape. | +| [GetFormatPicture()](../shape/getformatpicture/) | Gets and sets the options of the picture format. | +| [GetGeometry()](../shape/getgeometry/) | Gets the geometry. | +| [GetGlow()](../shape/getglow/) | Represents a [GlowEffect](../gloweffect/) object that specifies glow effect for the chart element or shape. | +| [GetGroup()](../shape/getgroup/) | Gets the group shape which contains this shape. | +| [GetHasLine()](../shape/gethasline/) | Gets and sets the line border of the shape is visible. | +| [GetHeight()](../shape/getheight/) | Represents the height of shape, in unit of pixel. | +| [GetHeightCM()](../shape/getheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [GetHeightInch()](../shape/getheightinch/) | Represents the height of the shape, in unit of inches. | +| [GetHeightInShape()](../shape/getheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [GetHeightPt()](../shape/getheightpt/) | Represents the height of the shape, in unit of points. | +| [GetHeightScale()](../shape/getheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [GetHtmlText()](../shape/gethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [GetHyperlink()](../shape/gethyperlink/) | Gets the hyperlink of the shape. | +| [GetId()](../shape/getid/) | Gets the identifier of this shape. | +| [GetInputRange()](../shape/getinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [GetInputRange(bool isR1C1, bool isLocal)](../shape/getinputrange/) | Gets the range used to fill the control. | +| [GetLeft()](../shape/getleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [GetLeftCM()](../shape/getleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [GetLeftInch()](../shape/getleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [GetLeftInShape()](../shape/getleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [GetLeftToCorner()](../shape/getlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [GetLine()](../shape/getline/) | Gets line style. | +| [GetLinkedCell()](../shape/getlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [GetLinkedCell(bool isR1C1, bool isLocal)](../shape/getlinkedcell/) | Gets the range linked to the control's value. | +| [GetLockedProperty(ShapeLockType type)](../shape/getlockedproperty/) | Gets the value of locked property. | +| [GetLowerDeltaX()](../shape/getlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [GetLowerDeltaY()](../shape/getlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [GetLowerRightColumn()](../shape/getlowerrightcolumn/) | Represents lower right corner column index. | +| [GetLowerRightRow()](../shape/getlowerrightrow/) | Represents lower right corner row index. | +| [GetMacroName()](../shape/getmacroname/) | Gets and sets the name of macro. | +| [GetMsoDrawingType()](../shape/getmsodrawingtype/) | Gets drawing type. | +| [GetName()](../shape/getname/) | Gets and sets the name of the shape. | +| [GetPaths()](../shape/getpaths/) | Gets the paths of a custom geometric shape. | +| [GetPlacement()](../shape/getplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [GetReflection()](../shape/getreflection/) | Represents a [ReflectionEffect](../reflectioneffect/) object that specifies reflection effect for the chart element or shape. | +| [GetRelativeToOriginalPictureSize()](../shape/getrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [GetResultOfSmartArt()](../shape/getresultofsmartart/) | Converting smart art to grouped shapes. | +| [GetRichFormattings()](../shape/getrichformattings/) | Returns all Characters objects that represents a range of characters within the text . | +| [GetRight()](../shape/getright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [GetRotationAngle()](../shape/getrotationangle/) | Gets and sets the rotation of the shape. | +| [GetShadowEffect()](../shape/getshadoweffect/) | Represents a [Drawing.ShadowEffect](../shadoweffect/) object that specifies shadow effect for the chart element or shape. | +| [GetSoftEdges()](../shape/getsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [GetSpid()](../shape/getspid/) | Specifies an optional string identifier that an application can use to identify the particular shape. | +| [GetSpt()](../shape/getspt/) | Specifies an optional number that an application can use to associate the particular shape with a defined shape type. | +| [GetText()](../shape/gettext/) | Gets and sets the text of this shape. | +| [GetTextBody()](../shape/gettextbody/) | Gets and sets the setting of the shape's text. | +| [GetTextBoxOptions()](../shape/gettextboxoptions/) | Gets the text information in the shape. | +| [GetTextDirection()](../shape/gettextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [GetTextEffect()](../shape/gettexteffect/) | Returns a [TextEffectFormat](../texteffectformat/) object that contains text-effect formatting properties for the specified shape. Applies to [Shape](../shape/) objects that represent WordArt. | +| [GetTextHorizontalAlignment()](../shape/gettexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [GetTextHorizontalOverflow()](../shape/gettexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [GetTextOptions()](../shape/gettextoptions/) | Represents the text options of the shape. | +| [GetTextOrientationType()](../shape/gettextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [GetTextShapeType()](../shape/gettextshapetype/) | Gets and sets the preset text shape type. | +| [GetTextVerticalAlignment()](../shape/gettextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [GetTextVerticalOverflow()](../shape/gettextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [GetThreeDFormat()](../shape/getthreedformat/) | Gets and sets 3d format of the shape. | +| [GetTitle()](../shape/gettitle/) | Specifies the title (caption) of the current shape object. | +| [GetTop()](../shape/gettop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [GetTopCM()](../shape/gettopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [GetTopInch()](../shape/gettopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [GetTopInShape()](../shape/gettopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [GetTopToCorner()](../shape/gettoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [GetType()](../shape/gettype/) | Gets the auto shape type. | +| [GetUpperDeltaX()](../shape/getupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [GetUpperDeltaY()](../shape/getupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [GetUpperLeftColumn()](../shape/getupperleftcolumn/) | Represents upper left corner column index. | +| [GetUpperLeftRow()](../shape/getupperleftrow/) | Represents the top row index. | +| [GetWidth()](../shape/getwidth/) | Represents the width of shape, in unit of pixels. | +| [GetWidthCM()](../shape/getwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [GetWidthInch()](../shape/getwidthinch/) | Represents the width of the shape, in unit of inch. | +| [GetWidthInShape()](../shape/getwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [GetWidthPt()](../shape/getwidthpt/) | Represents the width of the shape, in unit of point. | +| [GetWidthScale()](../shape/getwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [GetWorksheet()](../shape/getworksheet/) | Gets the [Worksheet](../../aspose.cells/worksheet/) object which contains this shape. | +| [GetX()](../shape/getx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [GetY()](../shape/gety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [GetZOrderPosition()](../shape/getzorderposition/) | Returns the position of a shape in the z-order. | +| [IsAspectRatioLocked()](../shape/isaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [IsDecorative()](../shape/isdecorative/) | Indicates whether the object is decorative. | +| [IsEquation()](../shape/isequation/) | Indicates whether the shape only contains an equation. | +| [IsFilled()](../shape/isfilled/) | Indicates whether the fill format is visible. | +| [IsFlippedHorizontally()](../shape/isflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [IsFlippedVertically()](../shape/isflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [IsGroup()](../shape/isgroup/) | Indicates whether this shape is a group shape. | +| [IsHidden()](../shape/ishidden/) | Indicates whether the object is visible. | +| [IsInGroup()](../shape/isingroup/) | Indicates whether the shape is grouped. | +| [IsLockAspectRatio()](../shape/islockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [IsLocked()](../shape/islocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsPrintable()](../shape/isprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [IsRichText()](../shape/isrichtext/) | Whether or not the text is rich text. | +| [IsSameSetting(const Aspose::Cells::Object\& obj)](../shape/issamesetting/) | Returns whether the shape is same. | +| [IsSmartArt()](../shape/issmartart/) | Indicates whether the shape is a smart art. | +| [IsTextWrapped()](../shape/istextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [IsWordArt()](../shape/iswordart/) | Indicates whether this shape is a word art. | +| [MoveToRange(int32_t topRow, int32_t leftColumn, int32_t bottomRow, int32_t rightColumn)](../shape/movetorange/) | Moves the shape to a specified range. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const RectangleShape\& src)](./operator_asm/) | operator= | +| [operator=(const Shape\& src)](../shape/operator_asm/) | operator= | +| [RectangleShape(RectangleShape_Impl* impl)](./rectangleshape/) | Constructs from an implementation object. | +| [RectangleShape(const RectangleShape\& src)](./rectangleshape/) | Copy constructor. | +| [RectangleShape(const Shape\& src)](./rectangleshape/) | Constructs from a parent object. | +| [RemoveActiveXControl()](../shape/removeactivexcontrol/) | Remove activeX control. | +| [RemoveHyperlink()](../shape/removehyperlink/) | Removes the hyperlink of the shape. | +| [SetAlternativeText(const U16String\& value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAlternativeText(const char16_t* value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAnchorType(ShapeAnchorType value)](../shape/setanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [SetAutoShapeType(AutoShapeType value)](../shape/setautoshapetype/) | Gets and sets the auto shape type. | +| [SetBottom(int32_t value)](../shape/setbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [SetCreateId(const UUID\& value)](../shape/setcreateid/) | Gets and sets create id for this shape. | +| [SetFont(const Aspose::Cells::Font\& value)](../shape/setfont/) | Represents the font of shape. | +| [SetHasLine(bool value)](../shape/sethasline/) | Gets and sets the line border of the shape is visible. | +| [SetHeight(int32_t value)](../shape/setheight/) | Represents the height of shape, in unit of pixel. | +| [SetHeightCM(double value)](../shape/setheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [SetHeightInch(double value)](../shape/setheightinch/) | Represents the height of the shape, in unit of inches. | +| [SetHeightInShape(int32_t value)](../shape/setheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [SetHeightPt(double value)](../shape/setheightpt/) | Represents the height of the shape, in unit of points. | +| [SetHeightScale(int32_t value)](../shape/setheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [SetHtmlText(const U16String\& value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetHtmlText(const char16_t* value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetInputRange(const U16String\& value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const char16_t* value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetInputRange(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetIsAspectRatioLocked(bool value)](../shape/setisaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [SetIsDecorative(bool value)](../shape/setisdecorative/) | Indicates whether the object is decorative. | +| [SetIsFilled(bool value)](../shape/setisfilled/) | Indicates whether the fill format is visible. | +| [SetIsFlippedHorizontally(bool value)](../shape/setisflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [SetIsFlippedVertically(bool value)](../shape/setisflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [SetIsHidden(bool value)](../shape/setishidden/) | Indicates whether the object is visible. | +| [SetIsLockAspectRatio(bool value)](../shape/setislockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [SetIsLocked(bool value)](../shape/setislocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [SetIsPrintable(bool value)](../shape/setisprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [SetIsTextWrapped(bool value)](../shape/setistextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [SetLeft(int32_t value)](../shape/setleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [SetLeftCM(double value)](../shape/setleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [SetLeftInch(double value)](../shape/setleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [SetLeftInShape(int32_t value)](../shape/setleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [SetLeftToCorner(int32_t value)](../shape/setlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [SetLinkedCell(const U16String\& value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const char16_t* value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLinkedCell(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLockedProperty(ShapeLockType type, bool value)](../shape/setlockedproperty/) | Set the locked property. | +| [SetLowerDeltaX(int32_t value)](../shape/setlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [SetLowerDeltaY(int32_t value)](../shape/setlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [SetLowerRightColumn(int32_t value)](../shape/setlowerrightcolumn/) | Represents lower right corner column index. | +| [SetLowerRightRow(int32_t value)](../shape/setlowerrightrow/) | Represents lower right corner row index. | +| [SetMacroName(const U16String\& value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetMacroName(const char16_t* value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetName(const U16String\& value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetName(const char16_t* value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetPlacement(PlacementType value)](../shape/setplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [SetRelativeToOriginalPictureSize(bool value)](../shape/setrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [SetRight(int32_t value)](../shape/setright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [SetRotationAngle(double value)](../shape/setrotationangle/) | Gets and sets the rotation of the shape. | +| [SetSoftEdges(double value)](../shape/setsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [SetText(const U16String\& value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetText(const char16_t* value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetTextDirection(TextDirectionType value)](../shape/settextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [SetTextHorizontalAlignment(TextAlignmentType value)](../shape/settexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [SetTextHorizontalOverflow(TextOverflowType value)](../shape/settexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [SetTextOptions(const TextOptions\& value)](../shape/settextoptions/) | Represents the text options of the shape. | +| [SetTextOrientationType(TextOrientationType value)](../shape/settextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [SetTextShapeType(AutoShapeType value)](../shape/settextshapetype/) | Gets and sets the preset text shape type. | +| [SetTextVerticalAlignment(TextAlignmentType value)](../shape/settextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [SetTextVerticalOverflow(TextOverflowType value)](../shape/settextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [SetTitle(const U16String\& value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTitle(const char16_t* value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTop(int32_t value)](../shape/settop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [SetTopCM(double value)](../shape/settopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [SetTopInch(double value)](../shape/settopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [SetTopInShape(int32_t value)](../shape/settopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [SetTopToCorner(int32_t value)](../shape/settoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [SetUpperDeltaX(int32_t value)](../shape/setupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [SetUpperDeltaY(int32_t value)](../shape/setupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [SetUpperLeftColumn(int32_t value)](../shape/setupperleftcolumn/) | Represents upper left corner column index. | +| [SetUpperLeftRow(int32_t value)](../shape/setupperleftrow/) | Represents the top row index. | +| [SetWidth(int32_t value)](../shape/setwidth/) | Represents the width of shape, in unit of pixels. | +| [SetWidthCM(double value)](../shape/setwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [SetWidthInch(double value)](../shape/setwidthinch/) | Represents the width of the shape, in unit of inch. | +| [SetWidthInShape(int32_t value)](../shape/setwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [SetWidthPt(double value)](../shape/setwidthpt/) | Represents the width of the shape, in unit of point. | +| [SetWidthScale(int32_t value)](../shape/setwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [SetX(int32_t value)](../shape/setx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [SetY(int32_t value)](../shape/sety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [SetZOrderPosition(int32_t value)](../shape/setzorderposition/) | Returns the position of a shape in the z-order. | +| [Shape(Shape_Impl* impl)](../shape/shape/) | Constructs from an implementation object. | +| [Shape(const Shape\& src)](../shape/shape/) | Copy constructor. | +| [ToFrontOrBack(int32_t orders)](../shape/tofrontorback/) | Brings the shape to the front or sends the shape to back. | +| [ToImage(Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. | +| [ToImage(const U16String\& imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const char16_t* imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a stream. | +| [UpdateSelectedValue()](../shape/updateselectedvalue/) | Update the selected value by the value of the linked cell. | +| [~RectangleShape()](./~rectangleshape/) | Destructor. | +| [~Shape()](../shape/~shape/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; + +//obtener ShapeCollection +ShapeCollection shapes = workbook.GetWorksheets().Get(0).GetShapes(); + +//agregar un rectángulo +RectangleShape rectangle = shapes.AddRectangle(2, 0, 2, 0, 130, 130); + + +//Guarde el archivo de Excel. +workbook.Save(u"result.xlsx"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Shape](../shape/) +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/rectangleshape/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/rectangleshape/isnull/_index.md new file mode 100644 index 00000000000..afdf59be5e4 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/rectangleshape/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::RectangleShape::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::RectangleShape::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/rectangleshape/isnull/ +--- +## RectangleShape::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::RectangleShape::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RectangleShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/rectangleshape/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/rectangleshape/operator_asm/_index.md new file mode 100644 index 00000000000..309c16b620d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/rectangleshape/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::RectangleShape::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::RectangleShape::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/rectangleshape/operator_asm/ +--- +## RectangleShape::operator= method + + +operator= + +```cpp +RectangleShape & Aspose::Cells::Drawing::RectangleShape::operator=(const RectangleShape &src) +``` + +## See Also + +* Class [RectangleShape](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [RectangleShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/rectangleshape/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/rectangleshape/operator_bool/_index.md new file mode 100644 index 00000000000..02c36ffa140 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/rectangleshape/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::RectangleShape::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::RectangleShape::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/rectangleshape/operator_bool/ +--- +## RectangleShape::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::RectangleShape::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [RectangleShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/rectangleshape/rectangleshape/_index.md b/spanish/cpp/aspose.cells.drawing/rectangleshape/rectangleshape/_index.md new file mode 100644 index 00000000000..6c4df7c58a6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/rectangleshape/rectangleshape/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::RectangleShape::RectangleShape constructor +linktitle: RectangleShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::RectangleShape::RectangleShape constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/rectangleshape/rectangleshape/ +--- +## RectangleShape::RectangleShape(RectangleShape_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::RectangleShape::RectangleShape(RectangleShape_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RectangleShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## RectangleShape::RectangleShape(const RectangleShape\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::RectangleShape::RectangleShape(const RectangleShape &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RectangleShape](../) +* Class [RectangleShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## RectangleShape::RectangleShape(const Shape\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::RectangleShape::RectangleShape(const Shape &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../../shape/) +* Class [RectangleShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/rectangleshape/~rectangleshape/_index.md b/spanish/cpp/aspose.cells.drawing/rectangleshape/~rectangleshape/_index.md new file mode 100644 index 00000000000..86e8235942d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/rectangleshape/~rectangleshape/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::RectangleShape::~RectangleShape method +linktitle: ~RectangleShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::RectangleShape::~RectangleShape method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/rectangleshape/~rectangleshape/ +--- +## RectangleShape::~RectangleShape method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::RectangleShape::~RectangleShape() +``` + +## See Also + +* Class [RectangleShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/reflectioneffect/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/reflectioneffect/_impl/_index.md new file mode 100644 index 00000000000..0d3fb7fcc6b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/reflectioneffect/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ReflectionEffect::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ReflectionEffect::_impl field. The implementation object in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.drawing/reflectioneffect/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ReflectionEffect_Impl* Aspose::Cells::Drawing::ReflectionEffect::_impl +``` + +## See Also + +* Class [ReflectionEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/reflectioneffect/_index.md b/spanish/cpp/aspose.cells.drawing/reflectioneffect/_index.md new file mode 100644 index 00000000000..3145c80ffab --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/reflectioneffect/_index.md @@ -0,0 +1,53 @@ +--- +title: Aspose::Cells::Drawing::ReflectionEffect class +linktitle: ReflectionEffect +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ReflectionEffect class. This class specifies a reflection effect in C++.' +type: docs +weight: 4800 +url: /es/cpp/aspose.cells.drawing/reflectioneffect/ +--- +## ReflectionEffect class + + +This class specifies a reflection effect. + +```cpp +class ReflectionEffect +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetBlur()](./getblur/) | Gets and sets the blur radius,in unit of points. | +| [GetDirection()](./getdirection/) | Gets and sets the direction of the alpha gradient ramp relative to the shape itself. | +| [GetDistance()](./getdistance/) | Gets and sets how far to distance the shadow,in unit of points. | +| [GetFadeDirection()](./getfadedirection/) | Gets and sets the direction to offset the reflection. | +| [GetRotWithShape()](./getrotwithshape/) | Gets and sets if the reflection should rotate with the shape. | +| [GetSize()](./getsize/) | Gets and sets the end position (along the alpha gradient ramp) of the end alpha value,in unit of percentage. | +| [GetTransparency()](./gettransparency/) | Gets and sets the degree of the starting reflection transparency as a value from 0.0 (opaque) through 1.0 (clear). | +| [GetType()](./gettype/) | Gets and sets the preset reflection effect. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ReflectionEffect\& src)](./operator_asm/) | operator= | +| [ReflectionEffect(ReflectionEffect_Impl* impl)](./reflectioneffect/) | Constructs from an implementation object. | +| [ReflectionEffect(const ReflectionEffect\& src)](./reflectioneffect/) | Copy constructor. | +| [SetBlur(double value)](./setblur/) | Gets and sets the blur radius,in unit of points. | +| [SetDirection(double value)](./setdirection/) | Gets and sets the direction of the alpha gradient ramp relative to the shape itself. | +| [SetDistance(double value)](./setdistance/) | Gets and sets how far to distance the shadow,in unit of points. | +| [SetFadeDirection(double value)](./setfadedirection/) | Gets and sets the direction to offset the reflection. | +| [SetRotWithShape(bool value)](./setrotwithshape/) | Gets and sets if the reflection should rotate with the shape. | +| [SetSize(double value)](./setsize/) | Gets and sets the end position (along the alpha gradient ramp) of the end alpha value,in unit of percentage. | +| [SetTransparency(double value)](./settransparency/) | Gets and sets the degree of the starting reflection transparency as a value from 0.0 (opaque) through 1.0 (clear). | +| [SetType(ReflectionEffectType value)](./settype/) | Gets and sets the preset reflection effect. | +| [~ReflectionEffect()](./~reflectioneffect/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/reflectioneffect/getblur/_index.md b/spanish/cpp/aspose.cells.drawing/reflectioneffect/getblur/_index.md new file mode 100644 index 00000000000..c3b9f655732 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/reflectioneffect/getblur/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ReflectionEffect::GetBlur method +linktitle: GetBlur +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ReflectionEffect::GetBlur method. Gets and sets the blur radius,in unit of points in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing/reflectioneffect/getblur/ +--- +## ReflectionEffect::GetBlur method + + +Gets and sets the blur radius,in unit of points. + +```cpp +double Aspose::Cells::Drawing::ReflectionEffect::GetBlur() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ReflectionEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/reflectioneffect/getdirection/_index.md b/spanish/cpp/aspose.cells.drawing/reflectioneffect/getdirection/_index.md new file mode 100644 index 00000000000..33a0a939144 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/reflectioneffect/getdirection/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ReflectionEffect::GetDirection method +linktitle: GetDirection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ReflectionEffect::GetDirection method. Gets and sets the direction of the alpha gradient ramp relative to the shape itself in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing/reflectioneffect/getdirection/ +--- +## ReflectionEffect::GetDirection method + + +Gets and sets the direction of the alpha gradient ramp relative to the shape itself. + +```cpp +double Aspose::Cells::Drawing::ReflectionEffect::GetDirection() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ReflectionEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/reflectioneffect/getdistance/_index.md b/spanish/cpp/aspose.cells.drawing/reflectioneffect/getdistance/_index.md new file mode 100644 index 00000000000..218207d715a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/reflectioneffect/getdistance/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ReflectionEffect::GetDistance method +linktitle: GetDistance +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ReflectionEffect::GetDistance method. Gets and sets how far to distance the shadow,in unit of points in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing/reflectioneffect/getdistance/ +--- +## ReflectionEffect::GetDistance method + + +Gets and sets how far to distance the shadow,in unit of points. + +```cpp +double Aspose::Cells::Drawing::ReflectionEffect::GetDistance() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ReflectionEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/reflectioneffect/getfadedirection/_index.md b/spanish/cpp/aspose.cells.drawing/reflectioneffect/getfadedirection/_index.md new file mode 100644 index 00000000000..d1ca4a6a97f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/reflectioneffect/getfadedirection/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ReflectionEffect::GetFadeDirection method +linktitle: GetFadeDirection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ReflectionEffect::GetFadeDirection method. Gets and sets the direction to offset the reflection in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.drawing/reflectioneffect/getfadedirection/ +--- +## ReflectionEffect::GetFadeDirection method + + +Gets and sets the direction to offset the reflection. + +```cpp +double Aspose::Cells::Drawing::ReflectionEffect::GetFadeDirection() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ReflectionEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/reflectioneffect/getrotwithshape/_index.md b/spanish/cpp/aspose.cells.drawing/reflectioneffect/getrotwithshape/_index.md new file mode 100644 index 00000000000..45c32ce6991 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/reflectioneffect/getrotwithshape/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ReflectionEffect::GetRotWithShape method +linktitle: GetRotWithShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ReflectionEffect::GetRotWithShape method. Gets and sets if the reflection should rotate with the shape in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.drawing/reflectioneffect/getrotwithshape/ +--- +## ReflectionEffect::GetRotWithShape method + + +Gets and sets if the reflection should rotate with the shape. + +```cpp +bool Aspose::Cells::Drawing::ReflectionEffect::GetRotWithShape() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ReflectionEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/reflectioneffect/getsize/_index.md b/spanish/cpp/aspose.cells.drawing/reflectioneffect/getsize/_index.md new file mode 100644 index 00000000000..7f5bfe2e447 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/reflectioneffect/getsize/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ReflectionEffect::GetSize method +linktitle: GetSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ReflectionEffect::GetSize method. Gets and sets the end position (along the alpha gradient ramp) of the end alpha value,in unit of percentage in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing/reflectioneffect/getsize/ +--- +## ReflectionEffect::GetSize method + + +Gets and sets the end position (along the alpha gradient ramp) of the end alpha value,in unit of percentage. + +```cpp +double Aspose::Cells::Drawing::ReflectionEffect::GetSize() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ReflectionEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/reflectioneffect/gettransparency/_index.md b/spanish/cpp/aspose.cells.drawing/reflectioneffect/gettransparency/_index.md new file mode 100644 index 00000000000..fde364ccfc4 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/reflectioneffect/gettransparency/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ReflectionEffect::GetTransparency method +linktitle: GetTransparency +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ReflectionEffect::GetTransparency method. Gets and sets the degree of the starting reflection transparency as a value from 0.0 (opaque) through 1.0 (clear) in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/reflectioneffect/gettransparency/ +--- +## ReflectionEffect::GetTransparency method + + +Gets and sets the degree of the starting reflection transparency as a value from 0.0 (opaque) through 1.0 (clear). + +```cpp +double Aspose::Cells::Drawing::ReflectionEffect::GetTransparency() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ReflectionEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/reflectioneffect/gettype/_index.md b/spanish/cpp/aspose.cells.drawing/reflectioneffect/gettype/_index.md new file mode 100644 index 00000000000..7c4dcccbf6d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/reflectioneffect/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ReflectionEffect::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ReflectionEffect::GetType method. Gets and sets the preset reflection effect in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/reflectioneffect/gettype/ +--- +## ReflectionEffect::GetType method + + +Gets and sets the preset reflection effect. + +```cpp +ReflectionEffectType Aspose::Cells::Drawing::ReflectionEffect::GetType() +``` + +## See Also + +* Enum [ReflectionEffectType](../../reflectioneffecttype/) +* Class [ReflectionEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/reflectioneffect/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/reflectioneffect/isnull/_index.md new file mode 100644 index 00000000000..2c78db06a30 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/reflectioneffect/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::ReflectionEffect::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ReflectionEffect::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/reflectioneffect/isnull/ +--- +## ReflectionEffect::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::ReflectionEffect::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ReflectionEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/reflectioneffect/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/reflectioneffect/operator_asm/_index.md new file mode 100644 index 00000000000..3848f3ff235 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/reflectioneffect/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ReflectionEffect::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ReflectionEffect::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/reflectioneffect/operator_asm/ +--- +## ReflectionEffect::operator= method + + +operator= + +```cpp +ReflectionEffect & Aspose::Cells::Drawing::ReflectionEffect::operator=(const ReflectionEffect &src) +``` + +## See Also + +* Class [ReflectionEffect](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ReflectionEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/reflectioneffect/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/reflectioneffect/operator_bool/_index.md new file mode 100644 index 00000000000..7ecf3fc27e3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/reflectioneffect/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ReflectionEffect::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ReflectionEffect::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/reflectioneffect/operator_bool/ +--- +## ReflectionEffect::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::ReflectionEffect::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ReflectionEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/reflectioneffect/reflectioneffect/_index.md b/spanish/cpp/aspose.cells.drawing/reflectioneffect/reflectioneffect/_index.md new file mode 100644 index 00000000000..7680c724563 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/reflectioneffect/reflectioneffect/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::ReflectionEffect::ReflectionEffect constructor +linktitle: ReflectionEffect +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ReflectionEffect::ReflectionEffect constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/reflectioneffect/reflectioneffect/ +--- +## ReflectionEffect::ReflectionEffect(ReflectionEffect_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::ReflectionEffect::ReflectionEffect(ReflectionEffect_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ReflectionEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## ReflectionEffect::ReflectionEffect(const ReflectionEffect\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::ReflectionEffect::ReflectionEffect(const ReflectionEffect &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ReflectionEffect](../) +* Class [ReflectionEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/reflectioneffect/setblur/_index.md b/spanish/cpp/aspose.cells.drawing/reflectioneffect/setblur/_index.md new file mode 100644 index 00000000000..243f9f90152 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/reflectioneffect/setblur/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ReflectionEffect::SetBlur method +linktitle: SetBlur +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ReflectionEffect::SetBlur method. Gets and sets the blur radius,in unit of points in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing/reflectioneffect/setblur/ +--- +## ReflectionEffect::SetBlur method + + +Gets and sets the blur radius,in unit of points. + +```cpp +void Aspose::Cells::Drawing::ReflectionEffect::SetBlur(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ReflectionEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/reflectioneffect/setdirection/_index.md b/spanish/cpp/aspose.cells.drawing/reflectioneffect/setdirection/_index.md new file mode 100644 index 00000000000..84dd3f4646e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/reflectioneffect/setdirection/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ReflectionEffect::SetDirection method +linktitle: SetDirection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ReflectionEffect::SetDirection method. Gets and sets the direction of the alpha gradient ramp relative to the shape itself in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing/reflectioneffect/setdirection/ +--- +## ReflectionEffect::SetDirection method + + +Gets and sets the direction of the alpha gradient ramp relative to the shape itself. + +```cpp +void Aspose::Cells::Drawing::ReflectionEffect::SetDirection(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ReflectionEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/reflectioneffect/setdistance/_index.md b/spanish/cpp/aspose.cells.drawing/reflectioneffect/setdistance/_index.md new file mode 100644 index 00000000000..87b42ea9e9f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/reflectioneffect/setdistance/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ReflectionEffect::SetDistance method +linktitle: SetDistance +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ReflectionEffect::SetDistance method. Gets and sets how far to distance the shadow,in unit of points in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing/reflectioneffect/setdistance/ +--- +## ReflectionEffect::SetDistance method + + +Gets and sets how far to distance the shadow,in unit of points. + +```cpp +void Aspose::Cells::Drawing::ReflectionEffect::SetDistance(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ReflectionEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/reflectioneffect/setfadedirection/_index.md b/spanish/cpp/aspose.cells.drawing/reflectioneffect/setfadedirection/_index.md new file mode 100644 index 00000000000..059d13016a0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/reflectioneffect/setfadedirection/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ReflectionEffect::SetFadeDirection method +linktitle: SetFadeDirection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ReflectionEffect::SetFadeDirection method. Gets and sets the direction to offset the reflection in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.drawing/reflectioneffect/setfadedirection/ +--- +## ReflectionEffect::SetFadeDirection method + + +Gets and sets the direction to offset the reflection. + +```cpp +void Aspose::Cells::Drawing::ReflectionEffect::SetFadeDirection(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ReflectionEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/reflectioneffect/setrotwithshape/_index.md b/spanish/cpp/aspose.cells.drawing/reflectioneffect/setrotwithshape/_index.md new file mode 100644 index 00000000000..02c3b203348 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/reflectioneffect/setrotwithshape/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ReflectionEffect::SetRotWithShape method +linktitle: SetRotWithShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ReflectionEffect::SetRotWithShape method. Gets and sets if the reflection should rotate with the shape in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.drawing/reflectioneffect/setrotwithshape/ +--- +## ReflectionEffect::SetRotWithShape method + + +Gets and sets if the reflection should rotate with the shape. + +```cpp +void Aspose::Cells::Drawing::ReflectionEffect::SetRotWithShape(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ReflectionEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/reflectioneffect/setsize/_index.md b/spanish/cpp/aspose.cells.drawing/reflectioneffect/setsize/_index.md new file mode 100644 index 00000000000..bdbb2a00f51 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/reflectioneffect/setsize/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ReflectionEffect::SetSize method +linktitle: SetSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ReflectionEffect::SetSize method. Gets and sets the end position (along the alpha gradient ramp) of the end alpha value,in unit of percentage in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing/reflectioneffect/setsize/ +--- +## ReflectionEffect::SetSize method + + +Gets and sets the end position (along the alpha gradient ramp) of the end alpha value,in unit of percentage. + +```cpp +void Aspose::Cells::Drawing::ReflectionEffect::SetSize(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ReflectionEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/reflectioneffect/settransparency/_index.md b/spanish/cpp/aspose.cells.drawing/reflectioneffect/settransparency/_index.md new file mode 100644 index 00000000000..8c28d9f69c9 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/reflectioneffect/settransparency/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ReflectionEffect::SetTransparency method +linktitle: SetTransparency +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ReflectionEffect::SetTransparency method. Gets and sets the degree of the starting reflection transparency as a value from 0.0 (opaque) through 1.0 (clear) in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing/reflectioneffect/settransparency/ +--- +## ReflectionEffect::SetTransparency method + + +Gets and sets the degree of the starting reflection transparency as a value from 0.0 (opaque) through 1.0 (clear). + +```cpp +void Aspose::Cells::Drawing::ReflectionEffect::SetTransparency(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ReflectionEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/reflectioneffect/settype/_index.md b/spanish/cpp/aspose.cells.drawing/reflectioneffect/settype/_index.md new file mode 100644 index 00000000000..fa4aed5c9de --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/reflectioneffect/settype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ReflectionEffect::SetType method +linktitle: SetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ReflectionEffect::SetType method. Gets and sets the preset reflection effect in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/reflectioneffect/settype/ +--- +## ReflectionEffect::SetType method + + +Gets and sets the preset reflection effect. + +```cpp +void Aspose::Cells::Drawing::ReflectionEffect::SetType(ReflectionEffectType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ReflectionEffectType](../../reflectioneffecttype/) +* Class [ReflectionEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/reflectioneffect/~reflectioneffect/_index.md b/spanish/cpp/aspose.cells.drawing/reflectioneffect/~reflectioneffect/_index.md new file mode 100644 index 00000000000..d9074d96b09 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/reflectioneffect/~reflectioneffect/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ReflectionEffect::~ReflectionEffect method +linktitle: ~ReflectionEffect +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ReflectionEffect::~ReflectionEffect method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/reflectioneffect/~reflectioneffect/ +--- +## ReflectionEffect::~ReflectionEffect method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::ReflectionEffect::~ReflectionEffect() +``` + +## See Also + +* Class [ReflectionEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/reflectioneffecttype/_index.md b/spanish/cpp/aspose.cells.drawing/reflectioneffecttype/_index.md new file mode 100644 index 00000000000..5410082235a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/reflectioneffecttype/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::Drawing::ReflectionEffectType enum +linktitle: ReflectionEffectType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ReflectionEffectType enum. Represents the effect type of reflection in C++.' +type: docs +weight: 11200 +url: /es/cpp/aspose.cells.drawing/reflectioneffecttype/ +--- +## ReflectionEffectType enum + + +Represents the effect type of reflection. + +```cpp +enum class ReflectionEffectType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| None | 0 |
No reflection effect. | +| Custom | 1 |
Custom reflection effect. | +| TightReflectionTouching | 2 |
Tight reflection, touching. | +| HalfReflectionTouching | 3 |
Half reflection, touching. | +| FullReflectionTouching | 4 |
Full reflection, touching. | +| TightReflection4PtOffset | 5 |
Tight reflection, 4 pt offset. | +| HalfReflection4PtOffset | 6 |
Half reflection, 4 pt offset. | +| FullReflection4PtOffset | 7 |
Full reflection, 4 pt offset. | +| TightReflection8PtOffset | 8 |
Tight reflection, 8 pt offset. | +| HalfReflection8PtOffset | 9 |
Half reflection, 8 pt offset. | +| FullReflection8PtOffset | 10 |
Full reflection, 8 pt offset. | + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/scrollbar/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/scrollbar/_impl/_index.md new file mode 100644 index 00000000000..dfa1979531a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/scrollbar/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ScrollBar::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ScrollBar::_impl field. The implementation object in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.drawing/scrollbar/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ScrollBar_Impl* Aspose::Cells::Drawing::ScrollBar::_impl +``` + +## See Also + +* Class [ScrollBar](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/scrollbar/_index.md b/spanish/cpp/aspose.cells.drawing/scrollbar/_index.md new file mode 100644 index 00000000000..309f29bcd72 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/scrollbar/_index.md @@ -0,0 +1,267 @@ +--- +title: Aspose::Cells::Drawing::ScrollBar class +linktitle: ScrollBar +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ScrollBar class. Represents a scroll bar object in C++.' +type: docs +weight: 4900 +url: /es/cpp/aspose.cells.drawing/scrollbar/ +--- +## ScrollBar class + + +Represents a scroll bar object. + +```cpp +class ScrollBar : public Aspose::Cells::Drawing::Shape +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddHyperlink(const U16String\& address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AddHyperlink(const char16_t* address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AlignTopRightCorner(int32_t topRow, int32_t rightColumn)](../shape/aligntoprightcorner/) | Moves the picture to the top-right corner. | +| [CalculateTextSize()](../shape/calculatetextsize/) | Recalculate the text area. | +| [Characters(int32_t startIndex, int32_t length)](../shape/characters/) | Returns a Characters object that represents a range of characters within the text. | +| [FitToTextSize()](../shape/fittotextsize/) | Recalculate a text area suitable for displaying all text content. | +| [FormatCharacters(int32_t startIndex, int32_t length, const Aspose::Cells::Font\& font, const StyleFlag\& flag)](../shape/formatcharacters/) | Formats some characters with the font setting. | +| [GetActiveXControl()](../shape/getactivexcontrol/) | Gets the ActiveX control. | +| [GetActualBox()](../shape/getactualbox/) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [GetActualLowerRightRow()](../shape/getactuallowerrightrow/) | Get the actual bottom row. | +| [GetAlternativeText()](../shape/getalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [GetAnchorType()](../shape/getanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [GetAutoShapeType()](../shape/getautoshapetype/) | Gets and sets the auto shape type. | +| [GetBottom()](../shape/getbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [GetConnectionPoints()](../shape/getconnectionpoints/) | Get the connection points. | +| [GetControlData()](../shape/getcontroldata/) | Gets the data of control. | +| [GetCreateId(UUID\& uuid)](../shape/getcreateid/) | Gets and sets create id for this shape. | +| [GetCurrentValue()](./getcurrentvalue/) | Gets or sets the current value. | +| [GetFill()](../shape/getfill/) | Returns a [FillFormat](../fillformat/) object that contains fill formatting properties for the specified shape. | +| [GetFont()](../shape/getfont/) | Represents the font of shape. | +| [GetFormatPicture()](../shape/getformatpicture/) | Gets and sets the options of the picture format. | +| [GetGeometry()](../shape/getgeometry/) | Gets the geometry. | +| [GetGlow()](../shape/getglow/) | Represents a [GlowEffect](../gloweffect/) object that specifies glow effect for the chart element or shape. | +| [GetGroup()](../shape/getgroup/) | Gets the group shape which contains this shape. | +| [GetHasLine()](../shape/gethasline/) | Gets and sets the line border of the shape is visible. | +| [GetHeight()](../shape/getheight/) | Represents the height of shape, in unit of pixel. | +| [GetHeightCM()](../shape/getheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [GetHeightInch()](../shape/getheightinch/) | Represents the height of the shape, in unit of inches. | +| [GetHeightInShape()](../shape/getheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [GetHeightPt()](../shape/getheightpt/) | Represents the height of the shape, in unit of points. | +| [GetHeightScale()](../shape/getheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [GetHtmlText()](../shape/gethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [GetHyperlink()](../shape/gethyperlink/) | Gets the hyperlink of the shape. | +| [GetId()](../shape/getid/) | Gets the identifier of this shape. | +| [GetIncrementalChange()](./getincrementalchange/) | Gets or sets the amount that the scroll bar or spinner is incremented a line scroll. | +| [GetInputRange()](../shape/getinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [GetInputRange(bool isR1C1, bool isLocal)](../shape/getinputrange/) | Gets the range used to fill the control. | +| [GetLeft()](../shape/getleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [GetLeftCM()](../shape/getleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [GetLeftInch()](../shape/getleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [GetLeftInShape()](../shape/getleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [GetLeftToCorner()](../shape/getlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [GetLine()](../shape/getline/) | Gets line style. | +| [GetLinkedCell()](../shape/getlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [GetLinkedCell(bool isR1C1, bool isLocal)](../shape/getlinkedcell/) | Gets the range linked to the control's value. | +| [GetLockedProperty(ShapeLockType type)](../shape/getlockedproperty/) | Gets the value of locked property. | +| [GetLowerDeltaX()](../shape/getlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [GetLowerDeltaY()](../shape/getlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [GetLowerRightColumn()](../shape/getlowerrightcolumn/) | Represents lower right corner column index. | +| [GetLowerRightRow()](../shape/getlowerrightrow/) | Represents lower right corner row index. | +| [GetMacroName()](../shape/getmacroname/) | Gets and sets the name of macro. | +| [GetMax()](./getmax/) | Gets or sets the maximum value of a scroll bar or spinner range. | +| [GetMin()](./getmin/) | Gets or sets the minimum value of a scroll bar or spinner range. | +| [GetMsoDrawingType()](../shape/getmsodrawingtype/) | Gets drawing type. | +| [GetName()](../shape/getname/) | Gets and sets the name of the shape. | +| [GetPageChange()](./getpagechange/) | Gets or sets page change. | +| [GetPaths()](../shape/getpaths/) | Gets the paths of a custom geometric shape. | +| [GetPlacement()](../shape/getplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [GetReflection()](../shape/getreflection/) | Represents a [ReflectionEffect](../reflectioneffect/) object that specifies reflection effect for the chart element or shape. | +| [GetRelativeToOriginalPictureSize()](../shape/getrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [GetResultOfSmartArt()](../shape/getresultofsmartart/) | Converting smart art to grouped shapes. | +| [GetRichFormattings()](../shape/getrichformattings/) | Returns all Characters objects that represents a range of characters within the text . | +| [GetRight()](../shape/getright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [GetRotationAngle()](../shape/getrotationangle/) | Gets and sets the rotation of the shape. | +| [GetShadow()](./getshadow/) | Indicates whether the shape has 3-D shading. | +| [GetShadowEffect()](../shape/getshadoweffect/) | Represents a [Drawing.ShadowEffect](../shadoweffect/) object that specifies shadow effect for the chart element or shape. | +| [GetSoftEdges()](../shape/getsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [GetSpid()](../shape/getspid/) | Specifies an optional string identifier that an application can use to identify the particular shape. | +| [GetSpt()](../shape/getspt/) | Specifies an optional number that an application can use to associate the particular shape with a defined shape type. | +| [GetText()](../shape/gettext/) | Gets and sets the text of this shape. | +| [GetTextBody()](../shape/gettextbody/) | Gets and sets the setting of the shape's text. | +| [GetTextBoxOptions()](../shape/gettextboxoptions/) | Gets the text information in the shape. | +| [GetTextDirection()](../shape/gettextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [GetTextEffect()](../shape/gettexteffect/) | Returns a [TextEffectFormat](../texteffectformat/) object that contains text-effect formatting properties for the specified shape. Applies to [Shape](../shape/) objects that represent WordArt. | +| [GetTextHorizontalAlignment()](../shape/gettexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [GetTextHorizontalOverflow()](../shape/gettexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [GetTextOptions()](../shape/gettextoptions/) | Represents the text options of the shape. | +| [GetTextOrientationType()](../shape/gettextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [GetTextShapeType()](../shape/gettextshapetype/) | Gets and sets the preset text shape type. | +| [GetTextVerticalAlignment()](../shape/gettextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [GetTextVerticalOverflow()](../shape/gettextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [GetThreeDFormat()](../shape/getthreedformat/) | Gets and sets 3d format of the shape. | +| [GetTitle()](../shape/gettitle/) | Specifies the title (caption) of the current shape object. | +| [GetTop()](../shape/gettop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [GetTopCM()](../shape/gettopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [GetTopInch()](../shape/gettopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [GetTopInShape()](../shape/gettopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [GetTopToCorner()](../shape/gettoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [GetType()](../shape/gettype/) | Gets the auto shape type. | +| [GetUpperDeltaX()](../shape/getupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [GetUpperDeltaY()](../shape/getupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [GetUpperLeftColumn()](../shape/getupperleftcolumn/) | Represents upper left corner column index. | +| [GetUpperLeftRow()](../shape/getupperleftrow/) | Represents the top row index. | +| [GetWidth()](../shape/getwidth/) | Represents the width of shape, in unit of pixels. | +| [GetWidthCM()](../shape/getwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [GetWidthInch()](../shape/getwidthinch/) | Represents the width of the shape, in unit of inch. | +| [GetWidthInShape()](../shape/getwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [GetWidthPt()](../shape/getwidthpt/) | Represents the width of the shape, in unit of point. | +| [GetWidthScale()](../shape/getwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [GetWorksheet()](../shape/getworksheet/) | Gets the [Worksheet](../../aspose.cells/worksheet/) object which contains this shape. | +| [GetX()](../shape/getx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [GetY()](../shape/gety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [GetZOrderPosition()](../shape/getzorderposition/) | Returns the position of a shape in the z-order. | +| [IsAspectRatioLocked()](../shape/isaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [IsDecorative()](../shape/isdecorative/) | Indicates whether the object is decorative. | +| [IsEquation()](../shape/isequation/) | Indicates whether the shape only contains an equation. | +| [IsFilled()](../shape/isfilled/) | Indicates whether the fill format is visible. | +| [IsFlippedHorizontally()](../shape/isflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [IsFlippedVertically()](../shape/isflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [IsGroup()](../shape/isgroup/) | Indicates whether this shape is a group shape. | +| [IsHidden()](../shape/ishidden/) | Indicates whether the object is visible. | +| [IsHorizontal()](./ishorizontal/) | Indicates whether this is a horizontal scroll bar. | +| [IsInGroup()](../shape/isingroup/) | Indicates whether the shape is grouped. | +| [IsLockAspectRatio()](../shape/islockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [IsLocked()](../shape/islocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsPrintable()](../shape/isprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [IsRichText()](../shape/isrichtext/) | Whether or not the text is rich text. | +| [IsSameSetting(const Aspose::Cells::Object\& obj)](../shape/issamesetting/) | Returns whether the shape is same. | +| [IsSmartArt()](../shape/issmartart/) | Indicates whether the shape is a smart art. | +| [IsTextWrapped()](../shape/istextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [IsWordArt()](../shape/iswordart/) | Indicates whether this shape is a word art. | +| [MoveToRange(int32_t topRow, int32_t leftColumn, int32_t bottomRow, int32_t rightColumn)](../shape/movetorange/) | Moves the shape to a specified range. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ScrollBar\& src)](./operator_asm/) | operator= | +| [operator=(const Shape\& src)](../shape/operator_asm/) | operator= | +| [RemoveActiveXControl()](../shape/removeactivexcontrol/) | Remove activeX control. | +| [RemoveHyperlink()](../shape/removehyperlink/) | Removes the hyperlink of the shape. | +| [ScrollBar(ScrollBar_Impl* impl)](./scrollbar/) | Constructs from an implementation object. | +| [ScrollBar(const ScrollBar\& src)](./scrollbar/) | Copy constructor. | +| [ScrollBar(const Shape\& src)](./scrollbar/) | Constructs from a parent object. | +| [SetAlternativeText(const U16String\& value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAlternativeText(const char16_t* value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAnchorType(ShapeAnchorType value)](../shape/setanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [SetAutoShapeType(AutoShapeType value)](../shape/setautoshapetype/) | Gets and sets the auto shape type. | +| [SetBottom(int32_t value)](../shape/setbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [SetCreateId(const UUID\& value)](../shape/setcreateid/) | Gets and sets create id for this shape. | +| [SetCurrentValue(int32_t value)](./setcurrentvalue/) | Gets or sets the current value. | +| [SetFont(const Aspose::Cells::Font\& value)](../shape/setfont/) | Represents the font of shape. | +| [SetHasLine(bool value)](../shape/sethasline/) | Gets and sets the line border of the shape is visible. | +| [SetHeight(int32_t value)](../shape/setheight/) | Represents the height of shape, in unit of pixel. | +| [SetHeightCM(double value)](../shape/setheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [SetHeightInch(double value)](../shape/setheightinch/) | Represents the height of the shape, in unit of inches. | +| [SetHeightInShape(int32_t value)](../shape/setheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [SetHeightPt(double value)](../shape/setheightpt/) | Represents the height of the shape, in unit of points. | +| [SetHeightScale(int32_t value)](../shape/setheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [SetHtmlText(const U16String\& value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetHtmlText(const char16_t* value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetIncrementalChange(int32_t value)](./setincrementalchange/) | Gets or sets the amount that the scroll bar or spinner is incremented a line scroll. | +| [SetInputRange(const U16String\& value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const char16_t* value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetInputRange(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetIsAspectRatioLocked(bool value)](../shape/setisaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [SetIsDecorative(bool value)](../shape/setisdecorative/) | Indicates whether the object is decorative. | +| [SetIsFilled(bool value)](../shape/setisfilled/) | Indicates whether the fill format is visible. | +| [SetIsFlippedHorizontally(bool value)](../shape/setisflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [SetIsFlippedVertically(bool value)](../shape/setisflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [SetIsHidden(bool value)](../shape/setishidden/) | Indicates whether the object is visible. | +| [SetIsHorizontal(bool value)](./setishorizontal/) | Indicates whether this is a horizontal scroll bar. | +| [SetIsLockAspectRatio(bool value)](../shape/setislockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [SetIsLocked(bool value)](../shape/setislocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [SetIsPrintable(bool value)](../shape/setisprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [SetIsTextWrapped(bool value)](../shape/setistextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [SetLeft(int32_t value)](../shape/setleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [SetLeftCM(double value)](../shape/setleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [SetLeftInch(double value)](../shape/setleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [SetLeftInShape(int32_t value)](../shape/setleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [SetLeftToCorner(int32_t value)](../shape/setlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [SetLinkedCell(const U16String\& value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const char16_t* value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLinkedCell(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLockedProperty(ShapeLockType type, bool value)](../shape/setlockedproperty/) | Set the locked property. | +| [SetLowerDeltaX(int32_t value)](../shape/setlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [SetLowerDeltaY(int32_t value)](../shape/setlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [SetLowerRightColumn(int32_t value)](../shape/setlowerrightcolumn/) | Represents lower right corner column index. | +| [SetLowerRightRow(int32_t value)](../shape/setlowerrightrow/) | Represents lower right corner row index. | +| [SetMacroName(const U16String\& value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetMacroName(const char16_t* value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetMax(int32_t value)](./setmax/) | Gets or sets the maximum value of a scroll bar or spinner range. | +| [SetMin(int32_t value)](./setmin/) | Gets or sets the minimum value of a scroll bar or spinner range. | +| [SetName(const U16String\& value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetName(const char16_t* value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetPageChange(int32_t value)](./setpagechange/) | Gets or sets page change. | +| [SetPlacement(PlacementType value)](../shape/setplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [SetRelativeToOriginalPictureSize(bool value)](../shape/setrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [SetRight(int32_t value)](../shape/setright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [SetRotationAngle(double value)](../shape/setrotationangle/) | Gets and sets the rotation of the shape. | +| [SetShadow(bool value)](./setshadow/) | Indicates whether the shape has 3-D shading. | +| [SetSoftEdges(double value)](../shape/setsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [SetText(const U16String\& value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetText(const char16_t* value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetTextDirection(TextDirectionType value)](../shape/settextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [SetTextHorizontalAlignment(TextAlignmentType value)](../shape/settexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [SetTextHorizontalOverflow(TextOverflowType value)](../shape/settexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [SetTextOptions(const TextOptions\& value)](../shape/settextoptions/) | Represents the text options of the shape. | +| [SetTextOrientationType(TextOrientationType value)](../shape/settextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [SetTextShapeType(AutoShapeType value)](../shape/settextshapetype/) | Gets and sets the preset text shape type. | +| [SetTextVerticalAlignment(TextAlignmentType value)](../shape/settextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [SetTextVerticalOverflow(TextOverflowType value)](../shape/settextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [SetTitle(const U16String\& value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTitle(const char16_t* value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTop(int32_t value)](../shape/settop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [SetTopCM(double value)](../shape/settopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [SetTopInch(double value)](../shape/settopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [SetTopInShape(int32_t value)](../shape/settopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [SetTopToCorner(int32_t value)](../shape/settoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [SetUpperDeltaX(int32_t value)](../shape/setupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [SetUpperDeltaY(int32_t value)](../shape/setupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [SetUpperLeftColumn(int32_t value)](../shape/setupperleftcolumn/) | Represents upper left corner column index. | +| [SetUpperLeftRow(int32_t value)](../shape/setupperleftrow/) | Represents the top row index. | +| [SetWidth(int32_t value)](../shape/setwidth/) | Represents the width of shape, in unit of pixels. | +| [SetWidthCM(double value)](../shape/setwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [SetWidthInch(double value)](../shape/setwidthinch/) | Represents the width of the shape, in unit of inch. | +| [SetWidthInShape(int32_t value)](../shape/setwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [SetWidthPt(double value)](../shape/setwidthpt/) | Represents the width of the shape, in unit of point. | +| [SetWidthScale(int32_t value)](../shape/setwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [SetX(int32_t value)](../shape/setx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [SetY(int32_t value)](../shape/sety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [SetZOrderPosition(int32_t value)](../shape/setzorderposition/) | Returns the position of a shape in the z-order. | +| [Shape(Shape_Impl* impl)](../shape/shape/) | Constructs from an implementation object. | +| [Shape(const Shape\& src)](../shape/shape/) | Copy constructor. | +| [ToFrontOrBack(int32_t orders)](../shape/tofrontorback/) | Brings the shape to the front or sends the shape to back. | +| [ToImage(Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. | +| [ToImage(const U16String\& imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const char16_t* imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a stream. | +| [UpdateSelectedValue()](../shape/updateselectedvalue/) | Update the selected value by the value of the linked cell. | +| [~ScrollBar()](./~scrollbar/) | Destructor. | +| [~Shape()](../shape/~shape/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## Remarks + + +Scroll value must be between 0 and 30000. +## See Also + +* Class [Shape](../shape/) +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/scrollbar/getcurrentvalue/_index.md b/spanish/cpp/aspose.cells.drawing/scrollbar/getcurrentvalue/_index.md new file mode 100644 index 00000000000..b88b1eb920a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/scrollbar/getcurrentvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ScrollBar::GetCurrentValue method +linktitle: GetCurrentValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ScrollBar::GetCurrentValue method. Gets or sets the current value in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/scrollbar/getcurrentvalue/ +--- +## ScrollBar::GetCurrentValue method + + +Gets or sets the current value. + +```cpp +int32_t Aspose::Cells::Drawing::ScrollBar::GetCurrentValue() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ScrollBar](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/scrollbar/getincrementalchange/_index.md b/spanish/cpp/aspose.cells.drawing/scrollbar/getincrementalchange/_index.md new file mode 100644 index 00000000000..ea3048f817a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/scrollbar/getincrementalchange/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ScrollBar::GetIncrementalChange method +linktitle: GetIncrementalChange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ScrollBar::GetIncrementalChange method. Gets or sets the amount that the scroll bar or spinner is incremented a line scroll in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing/scrollbar/getincrementalchange/ +--- +## ScrollBar::GetIncrementalChange method + + +Gets or sets the amount that the scroll bar or spinner is incremented a line scroll. + +```cpp +int32_t Aspose::Cells::Drawing::ScrollBar::GetIncrementalChange() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ScrollBar](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/scrollbar/getmax/_index.md b/spanish/cpp/aspose.cells.drawing/scrollbar/getmax/_index.md new file mode 100644 index 00000000000..f8e0a7f38c8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/scrollbar/getmax/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ScrollBar::GetMax method +linktitle: GetMax +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ScrollBar::GetMax method. Gets or sets the maximum value of a scroll bar or spinner range in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing/scrollbar/getmax/ +--- +## ScrollBar::GetMax method + + +Gets or sets the maximum value of a scroll bar or spinner range. + +```cpp +int32_t Aspose::Cells::Drawing::ScrollBar::GetMax() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ScrollBar](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/scrollbar/getmin/_index.md b/spanish/cpp/aspose.cells.drawing/scrollbar/getmin/_index.md new file mode 100644 index 00000000000..9a6c03a3569 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/scrollbar/getmin/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ScrollBar::GetMin method +linktitle: GetMin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ScrollBar::GetMin method. Gets or sets the minimum value of a scroll bar or spinner range in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/scrollbar/getmin/ +--- +## ScrollBar::GetMin method + + +Gets or sets the minimum value of a scroll bar or spinner range. + +```cpp +int32_t Aspose::Cells::Drawing::ScrollBar::GetMin() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ScrollBar](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/scrollbar/getpagechange/_index.md b/spanish/cpp/aspose.cells.drawing/scrollbar/getpagechange/_index.md new file mode 100644 index 00000000000..0b43f9d6541 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/scrollbar/getpagechange/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ScrollBar::GetPageChange method +linktitle: GetPageChange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ScrollBar::GetPageChange method. Gets or sets page change in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing/scrollbar/getpagechange/ +--- +## ScrollBar::GetPageChange method + + +Gets or sets page change. + +```cpp +int32_t Aspose::Cells::Drawing::ScrollBar::GetPageChange() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ScrollBar](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/scrollbar/getshadow/_index.md b/spanish/cpp/aspose.cells.drawing/scrollbar/getshadow/_index.md new file mode 100644 index 00000000000..3d413ac53e8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/scrollbar/getshadow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ScrollBar::GetShadow method +linktitle: GetShadow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ScrollBar::GetShadow method. Indicates whether the shape has 3-D shading in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing/scrollbar/getshadow/ +--- +## ScrollBar::GetShadow method + + +Indicates whether the shape has 3-D shading. + +```cpp +bool Aspose::Cells::Drawing::ScrollBar::GetShadow() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ScrollBar](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/scrollbar/ishorizontal/_index.md b/spanish/cpp/aspose.cells.drawing/scrollbar/ishorizontal/_index.md new file mode 100644 index 00000000000..2d7b74e28d9 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/scrollbar/ishorizontal/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ScrollBar::IsHorizontal method +linktitle: IsHorizontal +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ScrollBar::IsHorizontal method. Indicates whether this is a horizontal scroll bar in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.drawing/scrollbar/ishorizontal/ +--- +## ScrollBar::IsHorizontal method + + +Indicates whether this is a horizontal scroll bar. + +```cpp +bool Aspose::Cells::Drawing::ScrollBar::IsHorizontal() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ScrollBar](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/scrollbar/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/scrollbar/isnull/_index.md new file mode 100644 index 00000000000..50be872a368 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/scrollbar/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::ScrollBar::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ScrollBar::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/scrollbar/isnull/ +--- +## ScrollBar::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::ScrollBar::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ScrollBar](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/scrollbar/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/scrollbar/operator_asm/_index.md new file mode 100644 index 00000000000..98d5e3f57f6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/scrollbar/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ScrollBar::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ScrollBar::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/scrollbar/operator_asm/ +--- +## ScrollBar::operator= method + + +operator= + +```cpp +ScrollBar & Aspose::Cells::Drawing::ScrollBar::operator=(const ScrollBar &src) +``` + +## See Also + +* Class [ScrollBar](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ScrollBar](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/scrollbar/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/scrollbar/operator_bool/_index.md new file mode 100644 index 00000000000..a4982cdb8f2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/scrollbar/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ScrollBar::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ScrollBar::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/scrollbar/operator_bool/ +--- +## ScrollBar::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::ScrollBar::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ScrollBar](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/scrollbar/scrollbar/_index.md b/spanish/cpp/aspose.cells.drawing/scrollbar/scrollbar/_index.md new file mode 100644 index 00000000000..924c580edcb --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/scrollbar/scrollbar/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::ScrollBar::ScrollBar constructor +linktitle: ScrollBar +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ScrollBar::ScrollBar constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/scrollbar/scrollbar/ +--- +## ScrollBar::ScrollBar(ScrollBar_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::ScrollBar::ScrollBar(ScrollBar_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ScrollBar](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## ScrollBar::ScrollBar(const ScrollBar\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::ScrollBar::ScrollBar(const ScrollBar &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ScrollBar](../) +* Class [ScrollBar](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## ScrollBar::ScrollBar(const Shape\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::ScrollBar::ScrollBar(const Shape &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../../shape/) +* Class [ScrollBar](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/scrollbar/setcurrentvalue/_index.md b/spanish/cpp/aspose.cells.drawing/scrollbar/setcurrentvalue/_index.md new file mode 100644 index 00000000000..bfacaf3ef93 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/scrollbar/setcurrentvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ScrollBar::SetCurrentValue method +linktitle: SetCurrentValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ScrollBar::SetCurrentValue method. Gets or sets the current value in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/scrollbar/setcurrentvalue/ +--- +## ScrollBar::SetCurrentValue method + + +Gets or sets the current value. + +```cpp +void Aspose::Cells::Drawing::ScrollBar::SetCurrentValue(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ScrollBar](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/scrollbar/setincrementalchange/_index.md b/spanish/cpp/aspose.cells.drawing/scrollbar/setincrementalchange/_index.md new file mode 100644 index 00000000000..0e26eb7b30b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/scrollbar/setincrementalchange/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ScrollBar::SetIncrementalChange method +linktitle: SetIncrementalChange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ScrollBar::SetIncrementalChange method. Gets or sets the amount that the scroll bar or spinner is incremented a line scroll in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing/scrollbar/setincrementalchange/ +--- +## ScrollBar::SetIncrementalChange method + + +Gets or sets the amount that the scroll bar or spinner is incremented a line scroll. + +```cpp +void Aspose::Cells::Drawing::ScrollBar::SetIncrementalChange(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ScrollBar](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/scrollbar/setishorizontal/_index.md b/spanish/cpp/aspose.cells.drawing/scrollbar/setishorizontal/_index.md new file mode 100644 index 00000000000..d202a687502 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/scrollbar/setishorizontal/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ScrollBar::SetIsHorizontal method +linktitle: SetIsHorizontal +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ScrollBar::SetIsHorizontal method. Indicates whether this is a horizontal scroll bar in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.drawing/scrollbar/setishorizontal/ +--- +## ScrollBar::SetIsHorizontal method + + +Indicates whether this is a horizontal scroll bar. + +```cpp +void Aspose::Cells::Drawing::ScrollBar::SetIsHorizontal(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ScrollBar](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/scrollbar/setmax/_index.md b/spanish/cpp/aspose.cells.drawing/scrollbar/setmax/_index.md new file mode 100644 index 00000000000..28aa2938ee3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/scrollbar/setmax/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ScrollBar::SetMax method +linktitle: SetMax +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ScrollBar::SetMax method. Gets or sets the maximum value of a scroll bar or spinner range in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing/scrollbar/setmax/ +--- +## ScrollBar::SetMax method + + +Gets or sets the maximum value of a scroll bar or spinner range. + +```cpp +void Aspose::Cells::Drawing::ScrollBar::SetMax(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ScrollBar](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/scrollbar/setmin/_index.md b/spanish/cpp/aspose.cells.drawing/scrollbar/setmin/_index.md new file mode 100644 index 00000000000..f6fcec2b380 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/scrollbar/setmin/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ScrollBar::SetMin method +linktitle: SetMin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ScrollBar::SetMin method. Gets or sets the minimum value of a scroll bar or spinner range in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing/scrollbar/setmin/ +--- +## ScrollBar::SetMin method + + +Gets or sets the minimum value of a scroll bar or spinner range. + +```cpp +void Aspose::Cells::Drawing::ScrollBar::SetMin(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ScrollBar](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/scrollbar/setpagechange/_index.md b/spanish/cpp/aspose.cells.drawing/scrollbar/setpagechange/_index.md new file mode 100644 index 00000000000..4d110c777c3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/scrollbar/setpagechange/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ScrollBar::SetPageChange method +linktitle: SetPageChange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ScrollBar::SetPageChange method. Gets or sets page change in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing/scrollbar/setpagechange/ +--- +## ScrollBar::SetPageChange method + + +Gets or sets page change. + +```cpp +void Aspose::Cells::Drawing::ScrollBar::SetPageChange(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ScrollBar](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/scrollbar/setshadow/_index.md b/spanish/cpp/aspose.cells.drawing/scrollbar/setshadow/_index.md new file mode 100644 index 00000000000..730d61300e2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/scrollbar/setshadow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ScrollBar::SetShadow method +linktitle: SetShadow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ScrollBar::SetShadow method. Indicates whether the shape has 3-D shading in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing/scrollbar/setshadow/ +--- +## ScrollBar::SetShadow method + + +Indicates whether the shape has 3-D shading. + +```cpp +void Aspose::Cells::Drawing::ScrollBar::SetShadow(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ScrollBar](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/scrollbar/~scrollbar/_index.md b/spanish/cpp/aspose.cells.drawing/scrollbar/~scrollbar/_index.md new file mode 100644 index 00000000000..96f21c0cad7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/scrollbar/~scrollbar/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ScrollBar::~ScrollBar method +linktitle: ~ScrollBar +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ScrollBar::~ScrollBar method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/scrollbar/~scrollbar/ +--- +## ScrollBar::~ScrollBar method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::ScrollBar::~ScrollBar() +``` + +## See Also + +* Class [ScrollBar](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/selectiontype/_index.md b/spanish/cpp/aspose.cells.drawing/selectiontype/_index.md new file mode 100644 index 00000000000..f2bba651020 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/selectiontype/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Drawing::SelectionType enum +linktitle: SelectionType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SelectionType enum. The selection type of list box in C++.' +type: docs +weight: 11300 +url: /es/cpp/aspose.cells.drawing/selectiontype/ +--- +## SelectionType enum + + +The selection type of list box. + +```cpp +enum class SelectionType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Single | 0 |
Sigle selection type. | +| Multi | 1 |
Multiple selection type. | +| Extend | 2 |
Extend selection type. | + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/shadoweffect/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/shadoweffect/_impl/_index.md new file mode 100644 index 00000000000..c6d88f17df1 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shadoweffect/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ShadowEffect::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShadowEffect::_impl field. The implementation object in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.drawing/shadoweffect/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ShadowEffect_Impl* Aspose::Cells::Drawing::ShadowEffect::_impl +``` + +## See Also + +* Class [ShadowEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shadoweffect/_index.md b/spanish/cpp/aspose.cells.drawing/shadoweffect/_index.md new file mode 100644 index 00000000000..2d2162d80da --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shadoweffect/_index.md @@ -0,0 +1,51 @@ +--- +title: Aspose::Cells::Drawing::ShadowEffect class +linktitle: ShadowEffect +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShadowEffect class. This class specifies the shadow effect of the chart element or shape in C++.' +type: docs +weight: 5000 +url: /es/cpp/aspose.cells.drawing/shadoweffect/ +--- +## ShadowEffect class + + +This class specifies the shadow effect of the chart element or shape. + +```cpp +class ShadowEffect +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetAngle()](./getangle/) | Gets and sets the lighting angle. [Range](../../aspose.cells/range/) from 0 to 359.9 degrees. | +| [GetBlur()](./getblur/) | Gets and sets the blur of the shadow. [Range](../../aspose.cells/range/) from 0 to 100 points. | +| [GetColor()](./getcolor/) | Gets and sets the color of the shadow. | +| [GetDistance()](./getdistance/) | Gets and sets the distance of the shadow. [Range](../../aspose.cells/range/) from 0 to 200 points. | +| [GetPresetType()](./getpresettype/) | Gets and sets the preset shadow type of the shadow. | +| [GetSize()](./getsize/) | Gets and sets the size of the shadow. [Range](../../aspose.cells/range/) from 0 to 2.0. Meaningless in inner shadow. | +| [GetTransparency()](./gettransparency/) | Gets and sets the degree of transparency of the shadow. [Range](../../aspose.cells/range/) from 0.0 (opaque) to 1.0 (clear). | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ShadowEffect\& src)](./operator_asm/) | operator= | +| [SetAngle(double value)](./setangle/) | Gets and sets the lighting angle. [Range](../../aspose.cells/range/) from 0 to 359.9 degrees. | +| [SetBlur(double value)](./setblur/) | Gets and sets the blur of the shadow. [Range](../../aspose.cells/range/) from 0 to 100 points. | +| [SetColor(const CellsColor\& value)](./setcolor/) | Gets and sets the color of the shadow. | +| [SetDistance(double value)](./setdistance/) | Gets and sets the distance of the shadow. [Range](../../aspose.cells/range/) from 0 to 200 points. | +| [SetPresetType(PresetShadowType value)](./setpresettype/) | Gets and sets the preset shadow type of the shadow. | +| [SetSize(double value)](./setsize/) | Gets and sets the size of the shadow. [Range](../../aspose.cells/range/) from 0 to 2.0. Meaningless in inner shadow. | +| [SetTransparency(double value)](./settransparency/) | Gets and sets the degree of transparency of the shadow. [Range](../../aspose.cells/range/) from 0.0 (opaque) to 1.0 (clear). | +| [ShadowEffect(ShadowEffect_Impl* impl)](./shadoweffect/) | Constructs from an implementation object. | +| [ShadowEffect(const ShadowEffect\& src)](./shadoweffect/) | Copy constructor. | +| [~ShadowEffect()](./~shadoweffect/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/shadoweffect/getangle/_index.md b/spanish/cpp/aspose.cells.drawing/shadoweffect/getangle/_index.md new file mode 100644 index 00000000000..955ceeb1ae7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shadoweffect/getangle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ShadowEffect::GetAngle method +linktitle: GetAngle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShadowEffect::GetAngle method. Gets and sets the lighting angle. Range from 0 to 359.9 degrees in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing/shadoweffect/getangle/ +--- +## ShadowEffect::GetAngle method + + +Gets and sets the lighting angle. [Range](../../../aspose.cells/range/) from 0 to 359.9 degrees. + +```cpp +double Aspose::Cells::Drawing::ShadowEffect::GetAngle() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShadowEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shadoweffect/getblur/_index.md b/spanish/cpp/aspose.cells.drawing/shadoweffect/getblur/_index.md new file mode 100644 index 00000000000..03ae64c7860 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shadoweffect/getblur/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ShadowEffect::GetBlur method +linktitle: GetBlur +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShadowEffect::GetBlur method. Gets and sets the blur of the shadow. Range from 0 to 100 points in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing/shadoweffect/getblur/ +--- +## ShadowEffect::GetBlur method + + +Gets and sets the blur of the shadow. [Range](../../../aspose.cells/range/) from 0 to 100 points. + +```cpp +double Aspose::Cells::Drawing::ShadowEffect::GetBlur() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShadowEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shadoweffect/getcolor/_index.md b/spanish/cpp/aspose.cells.drawing/shadoweffect/getcolor/_index.md new file mode 100644 index 00000000000..b91cc55d309 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shadoweffect/getcolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ShadowEffect::GetColor method +linktitle: GetColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShadowEffect::GetColor method. Gets and sets the color of the shadow in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/shadoweffect/getcolor/ +--- +## ShadowEffect::GetColor method + + +Gets and sets the color of the shadow. + +```cpp +CellsColor Aspose::Cells::Drawing::ShadowEffect::GetColor() +``` + +## See Also + +* Class [CellsColor](../../../aspose.cells/cellscolor/) +* Class [ShadowEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shadoweffect/getdistance/_index.md b/spanish/cpp/aspose.cells.drawing/shadoweffect/getdistance/_index.md new file mode 100644 index 00000000000..2ab99ddbf58 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shadoweffect/getdistance/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ShadowEffect::GetDistance method +linktitle: GetDistance +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShadowEffect::GetDistance method. Gets and sets the distance of the shadow. Range from 0 to 200 points in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.drawing/shadoweffect/getdistance/ +--- +## ShadowEffect::GetDistance method + + +Gets and sets the distance of the shadow. [Range](../../../aspose.cells/range/) from 0 to 200 points. + +```cpp +double Aspose::Cells::Drawing::ShadowEffect::GetDistance() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShadowEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shadoweffect/getpresettype/_index.md b/spanish/cpp/aspose.cells.drawing/shadoweffect/getpresettype/_index.md new file mode 100644 index 00000000000..a2d36dc66b6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shadoweffect/getpresettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ShadowEffect::GetPresetType method +linktitle: GetPresetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShadowEffect::GetPresetType method. Gets and sets the preset shadow type of the shadow in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/shadoweffect/getpresettype/ +--- +## ShadowEffect::GetPresetType method + + +Gets and sets the preset shadow type of the shadow. + +```cpp +PresetShadowType Aspose::Cells::Drawing::ShadowEffect::GetPresetType() +``` + +## See Also + +* Enum [PresetShadowType](../../presetshadowtype/) +* Class [ShadowEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shadoweffect/getsize/_index.md b/spanish/cpp/aspose.cells.drawing/shadoweffect/getsize/_index.md new file mode 100644 index 00000000000..1b7b270da27 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shadoweffect/getsize/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ShadowEffect::GetSize method +linktitle: GetSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShadowEffect::GetSize method. Gets and sets the size of the shadow. Range from 0 to 2.0. Meaningless in inner shadow in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing/shadoweffect/getsize/ +--- +## ShadowEffect::GetSize method + + +Gets and sets the size of the shadow. [Range](../../../aspose.cells/range/) from 0 to 2.0. Meaningless in inner shadow. + +```cpp +double Aspose::Cells::Drawing::ShadowEffect::GetSize() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShadowEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shadoweffect/gettransparency/_index.md b/spanish/cpp/aspose.cells.drawing/shadoweffect/gettransparency/_index.md new file mode 100644 index 00000000000..9d5cc55b2cb --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shadoweffect/gettransparency/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ShadowEffect::GetTransparency method +linktitle: GetTransparency +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShadowEffect::GetTransparency method. Gets and sets the degree of transparency of the shadow. Range from 0.0 (opaque) to 1.0 (clear) in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing/shadoweffect/gettransparency/ +--- +## ShadowEffect::GetTransparency method + + +Gets and sets the degree of transparency of the shadow. [Range](../../../aspose.cells/range/) from 0.0 (opaque) to 1.0 (clear). + +```cpp +double Aspose::Cells::Drawing::ShadowEffect::GetTransparency() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShadowEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shadoweffect/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/shadoweffect/isnull/_index.md new file mode 100644 index 00000000000..7e2303dc27b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shadoweffect/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::ShadowEffect::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShadowEffect::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/shadoweffect/isnull/ +--- +## ShadowEffect::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::ShadowEffect::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShadowEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shadoweffect/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/shadoweffect/operator_asm/_index.md new file mode 100644 index 00000000000..0f6b66c621c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shadoweffect/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ShadowEffect::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShadowEffect::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/shadoweffect/operator_asm/ +--- +## ShadowEffect::operator= method + + +operator= + +```cpp +ShadowEffect & Aspose::Cells::Drawing::ShadowEffect::operator=(const ShadowEffect &src) +``` + +## See Also + +* Class [ShadowEffect](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShadowEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shadoweffect/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/shadoweffect/operator_bool/_index.md new file mode 100644 index 00000000000..99437634400 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shadoweffect/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ShadowEffect::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShadowEffect::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/shadoweffect/operator_bool/ +--- +## ShadowEffect::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::ShadowEffect::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ShadowEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shadoweffect/setangle/_index.md b/spanish/cpp/aspose.cells.drawing/shadoweffect/setangle/_index.md new file mode 100644 index 00000000000..3719840aaba --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shadoweffect/setangle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ShadowEffect::SetAngle method +linktitle: SetAngle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShadowEffect::SetAngle method. Gets and sets the lighting angle. Range from 0 to 359.9 degrees in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing/shadoweffect/setangle/ +--- +## ShadowEffect::SetAngle method + + +Gets and sets the lighting angle. [Range](../../../aspose.cells/range/) from 0 to 359.9 degrees. + +```cpp +void Aspose::Cells::Drawing::ShadowEffect::SetAngle(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShadowEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shadoweffect/setblur/_index.md b/spanish/cpp/aspose.cells.drawing/shadoweffect/setblur/_index.md new file mode 100644 index 00000000000..a7ef5bea87f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shadoweffect/setblur/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ShadowEffect::SetBlur method +linktitle: SetBlur +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShadowEffect::SetBlur method. Gets and sets the blur of the shadow. Range from 0 to 100 points in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing/shadoweffect/setblur/ +--- +## ShadowEffect::SetBlur method + + +Gets and sets the blur of the shadow. [Range](../../../aspose.cells/range/) from 0 to 100 points. + +```cpp +void Aspose::Cells::Drawing::ShadowEffect::SetBlur(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShadowEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shadoweffect/setcolor/_index.md b/spanish/cpp/aspose.cells.drawing/shadoweffect/setcolor/_index.md new file mode 100644 index 00000000000..8d339816833 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shadoweffect/setcolor/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ShadowEffect::SetColor method +linktitle: SetColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShadowEffect::SetColor method. Gets and sets the color of the shadow in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing/shadoweffect/setcolor/ +--- +## ShadowEffect::SetColor method + + +Gets and sets the color of the shadow. + +```cpp +void Aspose::Cells::Drawing::ShadowEffect::SetColor(const CellsColor &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CellsColor](../../../aspose.cells/cellscolor/) +* Class [ShadowEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shadoweffect/setdistance/_index.md b/spanish/cpp/aspose.cells.drawing/shadoweffect/setdistance/_index.md new file mode 100644 index 00000000000..d6af9f5cc2e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shadoweffect/setdistance/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ShadowEffect::SetDistance method +linktitle: SetDistance +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShadowEffect::SetDistance method. Gets and sets the distance of the shadow. Range from 0 to 200 points in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.drawing/shadoweffect/setdistance/ +--- +## ShadowEffect::SetDistance method + + +Gets and sets the distance of the shadow. [Range](../../../aspose.cells/range/) from 0 to 200 points. + +```cpp +void Aspose::Cells::Drawing::ShadowEffect::SetDistance(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShadowEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shadoweffect/setpresettype/_index.md b/spanish/cpp/aspose.cells.drawing/shadoweffect/setpresettype/_index.md new file mode 100644 index 00000000000..8bf8123a7db --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shadoweffect/setpresettype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ShadowEffect::SetPresetType method +linktitle: SetPresetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShadowEffect::SetPresetType method. Gets and sets the preset shadow type of the shadow in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/shadoweffect/setpresettype/ +--- +## ShadowEffect::SetPresetType method + + +Gets and sets the preset shadow type of the shadow. + +```cpp +void Aspose::Cells::Drawing::ShadowEffect::SetPresetType(PresetShadowType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PresetShadowType](../../presetshadowtype/) +* Class [ShadowEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shadoweffect/setsize/_index.md b/spanish/cpp/aspose.cells.drawing/shadoweffect/setsize/_index.md new file mode 100644 index 00000000000..09dd3392641 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shadoweffect/setsize/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ShadowEffect::SetSize method +linktitle: SetSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShadowEffect::SetSize method. Gets and sets the size of the shadow. Range from 0 to 2.0. Meaningless in inner shadow in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing/shadoweffect/setsize/ +--- +## ShadowEffect::SetSize method + + +Gets and sets the size of the shadow. [Range](../../../aspose.cells/range/) from 0 to 2.0. Meaningless in inner shadow. + +```cpp +void Aspose::Cells::Drawing::ShadowEffect::SetSize(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShadowEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shadoweffect/settransparency/_index.md b/spanish/cpp/aspose.cells.drawing/shadoweffect/settransparency/_index.md new file mode 100644 index 00000000000..c4b58ad5ea3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shadoweffect/settransparency/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ShadowEffect::SetTransparency method +linktitle: SetTransparency +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShadowEffect::SetTransparency method. Gets and sets the degree of transparency of the shadow. Range from 0.0 (opaque) to 1.0 (clear) in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing/shadoweffect/settransparency/ +--- +## ShadowEffect::SetTransparency method + + +Gets and sets the degree of transparency of the shadow. [Range](../../../aspose.cells/range/) from 0.0 (opaque) to 1.0 (clear). + +```cpp +void Aspose::Cells::Drawing::ShadowEffect::SetTransparency(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShadowEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shadoweffect/shadoweffect/_index.md b/spanish/cpp/aspose.cells.drawing/shadoweffect/shadoweffect/_index.md new file mode 100644 index 00000000000..a89382ef844 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shadoweffect/shadoweffect/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::ShadowEffect::ShadowEffect constructor +linktitle: ShadowEffect +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShadowEffect::ShadowEffect constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/shadoweffect/shadoweffect/ +--- +## ShadowEffect::ShadowEffect(ShadowEffect_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::ShadowEffect::ShadowEffect(ShadowEffect_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShadowEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## ShadowEffect::ShadowEffect(const ShadowEffect\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::ShadowEffect::ShadowEffect(const ShadowEffect &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShadowEffect](../) +* Class [ShadowEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shadoweffect/~shadoweffect/_index.md b/spanish/cpp/aspose.cells.drawing/shadoweffect/~shadoweffect/_index.md new file mode 100644 index 00000000000..7365343d0d0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shadoweffect/~shadoweffect/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ShadowEffect::~ShadowEffect method +linktitle: ~ShadowEffect +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShadowEffect::~ShadowEffect method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/shadoweffect/~shadoweffect/ +--- +## ShadowEffect::~ShadowEffect method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::ShadowEffect::~ShadowEffect() +``` + +## See Also + +* Class [ShadowEffect](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/shape/_impl/_index.md new file mode 100644 index 00000000000..3fa78ad3cef --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Shape::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::_impl field. The implementation object in C++.' +type: docs +weight: 19400 +url: /es/cpp/aspose.cells.drawing/shape/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +Shape_Impl* Aspose::Cells::Drawing::Shape::_impl +``` + +## See Also + +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/_index.md b/spanish/cpp/aspose.cells.drawing/shape/_index.md new file mode 100644 index 00000000000..cacf3fb7fee --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/_index.md @@ -0,0 +1,261 @@ +--- +title: Aspose::Cells::Drawing::Shape class +linktitle: Shape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape class. Represents the msodrawing object in C++.' +type: docs +weight: 5100 +url: /es/cpp/aspose.cells.drawing/shape/ +--- +## Shape class + + +Represents the msodrawing object. + +```cpp +class Shape +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddHyperlink(const U16String\& address)](./addhyperlink/) | Adds a hyperlink to the shape. | +| [AddHyperlink(const char16_t* address)](./addhyperlink/) | Adds a hyperlink to the shape. | +| [AlignTopRightCorner(int32_t topRow, int32_t rightColumn)](./aligntoprightcorner/) | Moves the picture to the top-right corner. | +| [CalculateTextSize()](./calculatetextsize/) | Recalculate the text area. | +| [Characters(int32_t startIndex, int32_t length)](./characters/) | Returns a Characters object that represents a range of characters within the text. | +| [FitToTextSize()](./fittotextsize/) | Recalculate a text area suitable for displaying all text content. | +| [FormatCharacters(int32_t startIndex, int32_t length, const Aspose::Cells::Font\& font, const StyleFlag\& flag)](./formatcharacters/) | Formats some characters with the font setting. | +| [GetActiveXControl()](./getactivexcontrol/) | Gets the ActiveX control. | +| [GetActualBox()](./getactualbox/) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [GetActualLowerRightRow()](./getactuallowerrightrow/) | Get the actual bottom row. | +| [GetAlternativeText()](./getalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](./) object. | +| [GetAnchorType()](./getanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [GetAutoShapeType()](./getautoshapetype/) | Gets and sets the auto shape type. | +| [GetBottom()](./getbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [GetConnectionPoints()](./getconnectionpoints/) | Get the connection points. | +| [GetControlData()](./getcontroldata/) | Gets the data of control. | +| [GetCreateId(UUID\& uuid)](./getcreateid/) | Gets and sets create id for this shape. | +| [GetFill()](./getfill/) | Returns a [FillFormat](../fillformat/) object that contains fill formatting properties for the specified shape. | +| [GetFont()](./getfont/) | Represents the font of shape. | +| [GetFormatPicture()](./getformatpicture/) | Gets and sets the options of the picture format. | +| [GetGeometry()](./getgeometry/) | Gets the geometry. | +| [GetGlow()](./getglow/) | Represents a [GlowEffect](../gloweffect/) object that specifies glow effect for the chart element or shape. | +| [GetGroup()](./getgroup/) | Gets the group shape which contains this shape. | +| [GetHasLine()](./gethasline/) | Gets and sets the line border of the shape is visible. | +| [GetHeight()](./getheight/) | Represents the height of shape, in unit of pixel. | +| [GetHeightCM()](./getheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [GetHeightInch()](./getheightinch/) | Represents the height of the shape, in unit of inches. | +| [GetHeightInShape()](./getheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [GetHeightPt()](./getheightpt/) | Represents the height of the shape, in unit of points. | +| [GetHeightScale()](./getheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [GetHtmlText()](./gethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [GetHyperlink()](./gethyperlink/) | Gets the hyperlink of the shape. | +| [GetId()](./getid/) | Gets the identifier of this shape. | +| [GetInputRange()](./getinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [GetInputRange(bool isR1C1, bool isLocal)](./getinputrange/) | Gets the range used to fill the control. | +| [GetLeft()](./getleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [GetLeftCM()](./getleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [GetLeftInch()](./getleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [GetLeftInShape()](./getleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [GetLeftToCorner()](./getlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [GetLine()](./getline/) | Gets line style. | +| [GetLinkedCell()](./getlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [GetLinkedCell(bool isR1C1, bool isLocal)](./getlinkedcell/) | Gets the range linked to the control's value. | +| [GetLockedProperty(ShapeLockType type)](./getlockedproperty/) | Gets the value of locked property. | +| [GetLowerDeltaX()](./getlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [GetLowerDeltaY()](./getlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [GetLowerRightColumn()](./getlowerrightcolumn/) | Represents lower right corner column index. | +| [GetLowerRightRow()](./getlowerrightrow/) | Represents lower right corner row index. | +| [GetMacroName()](./getmacroname/) | Gets and sets the name of macro. | +| [GetMsoDrawingType()](./getmsodrawingtype/) | Gets drawing type. | +| [GetName()](./getname/) | Gets and sets the name of the shape. | +| [GetPaths()](./getpaths/) | Gets the paths of a custom geometric shape. | +| [GetPlacement()](./getplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [GetReflection()](./getreflection/) | Represents a [ReflectionEffect](../reflectioneffect/) object that specifies reflection effect for the chart element or shape. | +| [GetRelativeToOriginalPictureSize()](./getrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [GetResultOfSmartArt()](./getresultofsmartart/) | Converting smart art to grouped shapes. | +| [GetRichFormattings()](./getrichformattings/) | Returns all Characters objects that represents a range of characters within the text . | +| [GetRight()](./getright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [GetRotationAngle()](./getrotationangle/) | Gets and sets the rotation of the shape. | +| [GetShadowEffect()](./getshadoweffect/) | Represents a [Drawing.ShadowEffect](../shadoweffect/) object that specifies shadow effect for the chart element or shape. | +| [GetSoftEdges()](./getsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [GetSpid()](./getspid/) | Specifies an optional string identifier that an application can use to identify the particular shape. | +| [GetSpt()](./getspt/) | Specifies an optional number that an application can use to associate the particular shape with a defined shape type. | +| [GetText()](./gettext/) | Gets and sets the text of this shape. | +| [GetTextBody()](./gettextbody/) | Gets and sets the setting of the shape's text. | +| [GetTextBoxOptions()](./gettextboxoptions/) | Gets the text information in the shape. | +| [GetTextDirection()](./gettextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [GetTextEffect()](./gettexteffect/) | Returns a [TextEffectFormat](../texteffectformat/) object that contains text-effect formatting properties for the specified shape. Applies to [Shape](./) objects that represent WordArt. | +| [GetTextHorizontalAlignment()](./gettexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [GetTextHorizontalOverflow()](./gettexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [GetTextOptions()](./gettextoptions/) | Represents the text options of the shape. | +| [GetTextOrientationType()](./gettextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [GetTextShapeType()](./gettextshapetype/) | Gets and sets the preset text shape type. | +| [GetTextVerticalAlignment()](./gettextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [GetTextVerticalOverflow()](./gettextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [GetThreeDFormat()](./getthreedformat/) | Gets and sets 3d format of the shape. | +| [GetTitle()](./gettitle/) | Specifies the title (caption) of the current shape object. | +| [GetTop()](./gettop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [GetTopCM()](./gettopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [GetTopInch()](./gettopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [GetTopInShape()](./gettopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [GetTopToCorner()](./gettoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [GetType()](./gettype/) | Gets the auto shape type. | +| [GetUpperDeltaX()](./getupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [GetUpperDeltaY()](./getupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [GetUpperLeftColumn()](./getupperleftcolumn/) | Represents upper left corner column index. | +| [GetUpperLeftRow()](./getupperleftrow/) | Represents the top row index. | +| [GetWidth()](./getwidth/) | Represents the width of shape, in unit of pixels. | +| [GetWidthCM()](./getwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [GetWidthInch()](./getwidthinch/) | Represents the width of the shape, in unit of inch. | +| [GetWidthInShape()](./getwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [GetWidthPt()](./getwidthpt/) | Represents the width of the shape, in unit of point. | +| [GetWidthScale()](./getwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [GetWorksheet()](./getworksheet/) | Gets the [Worksheet](../../aspose.cells/worksheet/) object which contains this shape. | +| [GetX()](./getx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [GetY()](./gety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [GetZOrderPosition()](./getzorderposition/) | Returns the position of a shape in the z-order. | +| [IsAspectRatioLocked()](./isaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [IsDecorative()](./isdecorative/) | Indicates whether the object is decorative. | +| [IsEquation()](./isequation/) | Indicates whether the shape only contains an equation. | +| [IsFilled()](./isfilled/) | Indicates whether the fill format is visible. | +| [IsFlippedHorizontally()](./isflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [IsFlippedVertically()](./isflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [IsGroup()](./isgroup/) | Indicates whether this shape is a group shape. | +| [IsHidden()](./ishidden/) | Indicates whether the object is visible. | +| [IsInGroup()](./isingroup/) | Indicates whether the shape is grouped. | +| [IsLockAspectRatio()](./islockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [IsLocked()](./islocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsPrintable()](./isprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [IsRichText()](./isrichtext/) | Whether or not the text is rich text. | +| [IsSameSetting(const Aspose::Cells::Object\& obj)](./issamesetting/) | Returns whether the shape is same. | +| [IsSmartArt()](./issmartart/) | Indicates whether the shape is a smart art. | +| [IsTextWrapped()](./istextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [IsWordArt()](./iswordart/) | Indicates whether this shape is a word art. | +| [MoveToRange(int32_t topRow, int32_t leftColumn, int32_t bottomRow, int32_t rightColumn)](./movetorange/) | Moves the shape to a specified range. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const Shape\& src)](./operator_asm/) | operator= | +| [RemoveActiveXControl()](./removeactivexcontrol/) | Remove activeX control. | +| [RemoveHyperlink()](./removehyperlink/) | Removes the hyperlink of the shape. | +| [SetAlternativeText(const U16String\& value)](./setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](./) object. | +| [SetAlternativeText(const char16_t* value)](./setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](./) object. | +| [SetAnchorType(ShapeAnchorType value)](./setanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [SetAutoShapeType(AutoShapeType value)](./setautoshapetype/) | Gets and sets the auto shape type. | +| [SetBottom(int32_t value)](./setbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [SetCreateId(const UUID\& value)](./setcreateid/) | Gets and sets create id for this shape. | +| [SetFont(const Aspose::Cells::Font\& value)](./setfont/) | Represents the font of shape. | +| [SetHasLine(bool value)](./sethasline/) | Gets and sets the line border of the shape is visible. | +| [SetHeight(int32_t value)](./setheight/) | Represents the height of shape, in unit of pixel. | +| [SetHeightCM(double value)](./setheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [SetHeightInch(double value)](./setheightinch/) | Represents the height of the shape, in unit of inches. | +| [SetHeightInShape(int32_t value)](./setheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [SetHeightPt(double value)](./setheightpt/) | Represents the height of the shape, in unit of points. | +| [SetHeightScale(int32_t value)](./setheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [SetHtmlText(const U16String\& value)](./sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetHtmlText(const char16_t* value)](./sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetInputRange(const U16String\& value)](./setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const char16_t* value)](./setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const U16String\& formula, bool isR1C1, bool isLocal)](./setinputrange/) | Sets the range used to fill the control. | +| [SetInputRange(const char16_t* formula, bool isR1C1, bool isLocal)](./setinputrange/) | Sets the range used to fill the control. | +| [SetIsAspectRatioLocked(bool value)](./setisaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [SetIsDecorative(bool value)](./setisdecorative/) | Indicates whether the object is decorative. | +| [SetIsFilled(bool value)](./setisfilled/) | Indicates whether the fill format is visible. | +| [SetIsFlippedHorizontally(bool value)](./setisflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [SetIsFlippedVertically(bool value)](./setisflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [SetIsHidden(bool value)](./setishidden/) | Indicates whether the object is visible. | +| [SetIsLockAspectRatio(bool value)](./setislockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [SetIsLocked(bool value)](./setislocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [SetIsPrintable(bool value)](./setisprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [SetIsTextWrapped(bool value)](./setistextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [SetLeft(int32_t value)](./setleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [SetLeftCM(double value)](./setleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [SetLeftInch(double value)](./setleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [SetLeftInShape(int32_t value)](./setleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [SetLeftToCorner(int32_t value)](./setlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [SetLinkedCell(const U16String\& value)](./setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const char16_t* value)](./setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const U16String\& formula, bool isR1C1, bool isLocal)](./setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLinkedCell(const char16_t* formula, bool isR1C1, bool isLocal)](./setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLockedProperty(ShapeLockType type, bool value)](./setlockedproperty/) | Set the locked property. | +| [SetLowerDeltaX(int32_t value)](./setlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [SetLowerDeltaY(int32_t value)](./setlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [SetLowerRightColumn(int32_t value)](./setlowerrightcolumn/) | Represents lower right corner column index. | +| [SetLowerRightRow(int32_t value)](./setlowerrightrow/) | Represents lower right corner row index. | +| [SetMacroName(const U16String\& value)](./setmacroname/) | Gets and sets the name of macro. | +| [SetMacroName(const char16_t* value)](./setmacroname/) | Gets and sets the name of macro. | +| [SetName(const U16String\& value)](./setname/) | Gets and sets the name of the shape. | +| [SetName(const char16_t* value)](./setname/) | Gets and sets the name of the shape. | +| [SetPlacement(PlacementType value)](./setplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [SetRelativeToOriginalPictureSize(bool value)](./setrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [SetRight(int32_t value)](./setright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [SetRotationAngle(double value)](./setrotationangle/) | Gets and sets the rotation of the shape. | +| [SetSoftEdges(double value)](./setsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [SetText(const U16String\& value)](./settext/) | Gets and sets the text of this shape. | +| [SetText(const char16_t* value)](./settext/) | Gets and sets the text of this shape. | +| [SetTextDirection(TextDirectionType value)](./settextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [SetTextHorizontalAlignment(TextAlignmentType value)](./settexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [SetTextHorizontalOverflow(TextOverflowType value)](./settexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [SetTextOptions(const TextOptions\& value)](./settextoptions/) | Represents the text options of the shape. | +| [SetTextOrientationType(TextOrientationType value)](./settextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [SetTextShapeType(AutoShapeType value)](./settextshapetype/) | Gets and sets the preset text shape type. | +| [SetTextVerticalAlignment(TextAlignmentType value)](./settextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [SetTextVerticalOverflow(TextOverflowType value)](./settextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [SetTitle(const U16String\& value)](./settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTitle(const char16_t* value)](./settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTop(int32_t value)](./settop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [SetTopCM(double value)](./settopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [SetTopInch(double value)](./settopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [SetTopInShape(int32_t value)](./settopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [SetTopToCorner(int32_t value)](./settoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [SetUpperDeltaX(int32_t value)](./setupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [SetUpperDeltaY(int32_t value)](./setupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [SetUpperLeftColumn(int32_t value)](./setupperleftcolumn/) | Represents upper left corner column index. | +| [SetUpperLeftRow(int32_t value)](./setupperleftrow/) | Represents the top row index. | +| [SetWidth(int32_t value)](./setwidth/) | Represents the width of shape, in unit of pixels. | +| [SetWidthCM(double value)](./setwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [SetWidthInch(double value)](./setwidthinch/) | Represents the width of the shape, in unit of inch. | +| [SetWidthInShape(int32_t value)](./setwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [SetWidthPt(double value)](./setwidthpt/) | Represents the width of the shape, in unit of point. | +| [SetWidthScale(int32_t value)](./setwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [SetX(int32_t value)](./setx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [SetY(int32_t value)](./sety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [SetZOrderPosition(int32_t value)](./setzorderposition/) | Returns the position of a shape in the z-order. | +| [Shape(Shape_Impl* impl)](./shape/) | Constructs from an implementation object. | +| [Shape(const Shape\& src)](./shape/) | Copy constructor. | +| [ToFrontOrBack(int32_t orders)](./tofrontorback/) | Brings the shape to the front or sends the shape to back. | +| [ToImage(Aspose::Cells::Drawing::ImageType imageType)](./toimage/) | Creates the shape image and saves it to a stream in the specified format. | +| [ToImage(const U16String\& imageFile, const ImageOrPrintOptions\& options)](./toimage/) | Saves the shape to a file. | +| [ToImage(const char16_t* imageFile, const ImageOrPrintOptions\& options)](./toimage/) | Saves the shape to a file. | +| [ToImage(const ImageOrPrintOptions\& options)](./toimage/) | Saves the shape to a stream. | +| [UpdateSelectedValue()](./updateselectedvalue/) | Update the selected value by the value of the linked cell. | +| [~Shape()](./~shape/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Inicializar un nuevo libro de trabajo. +Workbook book; + +//Add a shape.(e.g rectangle) +Shape shape = book.GetWorksheets().Get(0).GetShapes().AddRectangle(2, 0, 2, 0, 130, 130); + + +//Guarde el archivo de Excel. +book.Save(u"exmaple.xlsx"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/addhyperlink/_index.md b/spanish/cpp/aspose.cells.drawing/shape/addhyperlink/_index.md new file mode 100644 index 00000000000..5574b3184fa --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/addhyperlink/_index.md @@ -0,0 +1,77 @@ +--- +title: Aspose::Cells::Drawing::Shape::AddHyperlink method +linktitle: AddHyperlink +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::AddHyperlink method. Adds a hyperlink to the shape in C++.' +type: docs +weight: 3800 +url: /es/cpp/aspose.cells.drawing/shape/addhyperlink/ +--- +## Shape::AddHyperlink(const U16String\&) method + + +Adds a hyperlink to the shape. + +```cpp +Hyperlink Aspose::Cells::Drawing::Shape::AddHyperlink(const U16String &address) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| address | const U16String\& | Address of the hyperlink. | + +## ReturnValue + +Return the new hyperlink object. + + +## Examples + + +```cpp +U16String val = u"https://www.aspose.com/"; +Hyperlink hyperlink = shape.AddHyperlink(val); +``` + +## See Also + +* Class [Hyperlink](../../../aspose.cells/hyperlink/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## Shape::AddHyperlink(const char16_t*) method + + +Adds a hyperlink to the shape. + +```cpp +Hyperlink Aspose::Cells::Drawing::Shape::AddHyperlink(const char16_t *address) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| address | const char16_t* | Address of the hyperlink. | + +## ReturnValue + +Return the new hyperlink object. + + +## Examples + + +```cpp +Hyperlink hyperlink = shape.AddHyperlink(u"https://www.aspose.com/"); +``` + +## See Also + +* Class [Hyperlink](../../../aspose.cells/hyperlink/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/aligntoprightcorner/_index.md b/spanish/cpp/aspose.cells.drawing/shape/aligntoprightcorner/_index.md new file mode 100644 index 00000000000..87b19a961f6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/aligntoprightcorner/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::Drawing::Shape::AlignTopRightCorner method +linktitle: AlignTopRightCorner +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::AlignTopRightCorner method. Moves the picture to the top-right corner in C++.' +type: docs +weight: 4200 +url: /es/cpp/aspose.cells.drawing/shape/aligntoprightcorner/ +--- +## Shape::AlignTopRightCorner method + + +Moves the picture to the top-right corner. + +```cpp +void Aspose::Cells::Drawing::Shape::AlignTopRightCorner(int32_t topRow, int32_t rightColumn) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| topRow | int32_t | the row index. | +| rightColumn | int32_t | the column index. | + + +## Examples + + +```cpp +shape.AlignTopRightCorner(2, 5); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/calculatetextsize/_index.md b/spanish/cpp/aspose.cells.drawing/shape/calculatetextsize/_index.md new file mode 100644 index 00000000000..87326da3424 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/calculatetextsize/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::Drawing::Shape::CalculateTextSize method +linktitle: CalculateTextSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::CalculateTextSize method. Recalculate the text area in C++.' +type: docs +weight: 15700 +url: /es/cpp/aspose.cells.drawing/shape/calculatetextsize/ +--- +## Shape::CalculateTextSize method + + +Recalculate the text area. + +```cpp +Vector Aspose::Cells::Drawing::Shape::CalculateTextSize() +``` + + +## ReturnValue + +Text's Size in an array(width and height). + + +## Examples + + +```cpp +//El tamaño del área de texto es:w=size[0],h=size[1] +Vector size = shape.CalculateTextSize(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/characters/_index.md b/spanish/cpp/aspose.cells.drawing/shape/characters/_index.md new file mode 100644 index 00000000000..15c41e6c1bb --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/characters/_index.md @@ -0,0 +1,47 @@ +--- +title: Aspose::Cells::Drawing::Shape::Characters method +linktitle: Characters +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::Characters method. Returns a Characters object that represents a range of characters within the text in C++.' +type: docs +weight: 16400 +url: /es/cpp/aspose.cells.drawing/shape/characters/ +--- +## Shape::Characters method + + +Returns a Characters object that represents a range of characters within the text. + +```cpp +FontSetting Aspose::Cells::Drawing::Shape::Characters(int32_t startIndex, int32_t length) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| startIndex | int32_t | The index of the start of the character. | +| length | int32_t | The number of characters. | + +## ReturnValue + +Characters object. +## Remarks + + + +This method only works on shape with title. + +## Examples + + +```cpp +FontSetting fontSetting = shape.Characters(0, 4); +``` + +## See Also + +* Class [FontSetting](../../../aspose.cells/fontsetting/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/fittotextsize/_index.md b/spanish/cpp/aspose.cells.drawing/shape/fittotextsize/_index.md new file mode 100644 index 00000000000..ccacc77f0a7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/fittotextsize/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Shape::FitToTextSize method +linktitle: FitToTextSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::FitToTextSize method. Recalculate a text area suitable for displaying all text content in C++.' +type: docs +weight: 19100 +url: /es/cpp/aspose.cells.drawing/shape/fittotextsize/ +--- +## Shape::FitToTextSize method + + +Recalculate a text area suitable for displaying all text content. + +```cpp +void Aspose::Cells::Drawing::Shape::FitToTextSize() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/formatcharacters/_index.md b/spanish/cpp/aspose.cells.drawing/shape/formatcharacters/_index.md new file mode 100644 index 00000000000..6f8ca9bf0cc --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/formatcharacters/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::Shape::FormatCharacters method +linktitle: FormatCharacters +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::FormatCharacters method. Formats some characters with the font setting in C++.' +type: docs +weight: 16300 +url: /es/cpp/aspose.cells.drawing/shape/formatcharacters/ +--- +## Shape::FormatCharacters method + + +Formats some characters with the font setting. + +```cpp +void Aspose::Cells::Drawing::Shape::FormatCharacters(int32_t startIndex, int32_t length, const Aspose::Cells::Font &font, const StyleFlag &flag) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| startIndex | int32_t | The start index. | +| length | int32_t | The length. | +| font | const Aspose::Cells::Font\& | The font setting. | +| flag | const StyleFlag\& | The flag of the font setting. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Font](../../../aspose.cells/font/) +* Class [StyleFlag](../../../aspose.cells/styleflag/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getactivexcontrol/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getactivexcontrol/_index.md new file mode 100644 index 00000000000..76cb1916059 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getactivexcontrol/_index.md @@ -0,0 +1,37 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetActiveXControl method +linktitle: GetActiveXControl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetActiveXControl method. Gets the ActiveX control in C++.' +type: docs +weight: 18200 +url: /es/cpp/aspose.cells.drawing/shape/getactivexcontrol/ +--- +## Shape::GetActiveXControl method + + +Gets the ActiveX control. + +```cpp +ActiveXControl Aspose::Cells::Drawing::Shape::GetActiveXControl() +``` + + +## Examples + + +```cpp +if(!shape.GetActiveXControl().IsNull()) +{ + CheckBoxActiveXControl checkBox1 = (CheckBoxActiveXControl)shape.GetActiveXControl(); + //El nombre de fuente del CheckBox + U16String fontName = checkBox1.GetFont().GetName(); +} +``` + +## See Also + +* Class [ActiveXControl](../../../aspose.cells.drawing.activexcontrols/activexcontrol/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getactualbox/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getactualbox/_index.md new file mode 100644 index 00000000000..a15b69888a4 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getactualbox/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetActualBox method +linktitle: GetActualBox +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetActualBox method. Get the actual position and size of the shape (after applying rotation, flip, etc.) in C++.' +type: docs +weight: 19000 +url: /es/cpp/aspose.cells.drawing/shape/getactualbox/ +--- +## Shape::GetActualBox method + + +Get the actual position and size of the shape (after applying rotation, flip, etc.) + +```cpp +Vector Aspose::Cells::Drawing::Shape::GetActualBox() +``` + + +## ReturnValue + +Return the position and size in the order of x, y, w, h +## Remarks + + + +Note:The interface is not fully functional, especially the location information is not correct.It is recommended not to use this interface until the function is complete. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getactuallowerrightrow/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getactuallowerrightrow/_index.md new file mode 100644 index 00000000000..5973d8dc7a8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getactuallowerrightrow/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetActualLowerRightRow method +linktitle: GetActualLowerRightRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetActualLowerRightRow method. Get the actual bottom row in C++.' +type: docs +weight: 14000 +url: /es/cpp/aspose.cells.drawing/shape/getactuallowerrightrow/ +--- +## Shape::GetActualLowerRightRow method + + +Get the actual bottom row. + +```cpp +int32_t Aspose::Cells::Drawing::Shape::GetActualLowerRightRow() +``` + + +## Examples + + +```cpp +int rRow = shape.GetActualLowerRightRow(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getalternativetext/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getalternativetext/_index.md new file mode 100644 index 00000000000..223ce35ce92 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getalternativetext/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetAlternativeText method +linktitle: GetAlternativeText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetAlternativeText method. Returns or sets the descriptive (alternative) text string of the Shape object in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing/shape/getalternativetext/ +--- +## Shape::GetAlternativeText method + + +Returns or sets the descriptive (alternative) text string of the [Shape](../) object. + +```cpp +U16String Aspose::Cells::Drawing::Shape::GetAlternativeText() +``` + + +## Examples + + +```cpp +if (shape.GetAlternativeText() == u"rectangle") +{ + shape.SetAlternativeText(u"a rectangle"); +} +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getanchortype/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getanchortype/_index.md new file mode 100644 index 00000000000..2496981c4d6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getanchortype/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetAnchorType method +linktitle: GetAnchorType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetAnchorType method. Gets and set the type of the shape anchor placeholder in C++.' +type: docs +weight: 5800 +url: /es/cpp/aspose.cells.drawing/shape/getanchortype/ +--- +## Shape::GetAnchorType method + + +Gets and set the type of the shape anchor placeholder. + +```cpp +ShapeAnchorType Aspose::Cells::Drawing::Shape::GetAnchorType() +``` + + +## Examples + + +```cpp +if (shape.GetAnchorType() == ShapeAnchorType::OneCellAnchor) + shape.SetAnchorType(ShapeAnchorType::TwoCellAnchor); +``` + +## See Also + +* Enum [ShapeAnchorType](../../shapeanchortype/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getautoshapetype/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getautoshapetype/_index.md new file mode 100644 index 00000000000..4eb5e2fc207 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getautoshapetype/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetAutoShapeType method +linktitle: GetAutoShapeType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetAutoShapeType method. Gets and sets the auto shape type in C++.' +type: docs +weight: 5600 +url: /es/cpp/aspose.cells.drawing/shape/getautoshapetype/ +--- +## Shape::GetAutoShapeType method + + +Gets and sets the auto shape type. + +```cpp +AutoShapeType Aspose::Cells::Drawing::Shape::GetAutoShapeType() +``` + + +## Examples + + +```cpp +if (shape.GetAutoShapeType() == AutoShapeType::Unknown) + shape.SetAutoShapeType(AutoShapeType::Rectangle); +``` + +## See Also + +* Enum [AutoShapeType](../../autoshapetype/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getbottom/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getbottom/_index.md new file mode 100644 index 00000000000..3816c544f34 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getbottom/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetBottom method +linktitle: GetBottom +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetBottom method. Represents the width of the shape''s vertical offset from its lower bottom corner row, in unit of pixels in C++.' +type: docs +weight: 8000 +url: /es/cpp/aspose.cells.drawing/shape/getbottom/ +--- +## Shape::GetBottom method + + +Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. + +```cpp +int32_t Aspose::Cells::Drawing::Shape::GetBottom() +``` + + +## Examples + + +```cpp +if (shape.GetBottom() == 3) + shape.SetBottom(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getconnectionpoints/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getconnectionpoints/_index.md new file mode 100644 index 00000000000..528bb79e417 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getconnectionpoints/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetConnectionPoints method +linktitle: GetConnectionPoints +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetConnectionPoints method. Get the connection points in C++.' +type: docs +weight: 14100 +url: /es/cpp/aspose.cells.drawing/shape/getconnectionpoints/ +--- +## Shape::GetConnectionPoints method + + +Get the connection points. + +```cpp +Vector> Aspose::Cells::Drawing::Shape::GetConnectionPoints() +``` + + +## ReturnValue + +[X,Y] pairs of the connection point. Every item is a float[2] array, [0] represents x and [1] represents y. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getcontroldata/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getcontroldata/_index.md new file mode 100644 index 00000000000..156113c89b8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getcontroldata/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetControlData method +linktitle: GetControlData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetControlData method. Gets the data of control in C++.' +type: docs +weight: 18100 +url: /es/cpp/aspose.cells.drawing/shape/getcontroldata/ +--- +## Shape::GetControlData method + + +Gets the data of control. + +```cpp +Vector Aspose::Cells::Drawing::Shape::GetControlData() +``` + + +## Examples + + +```cpp +if (shape.GetControlData().IsNull()) +{ + //"Sin datos." +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getcreateid/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getcreateid/_index.md new file mode 100644 index 00000000000..0ed9a8e97c8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getcreateid/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetCreateId method +linktitle: GetCreateId +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetCreateId method. Gets and sets create id for this shape in C++.' +type: docs +weight: 18600 +url: /es/cpp/aspose.cells.drawing/shape/getcreateid/ +--- +## Shape::GetCreateId method + + +Gets and sets create id for this shape. + +```cpp +void Aspose::Cells::Drawing::Shape::GetCreateId(UUID &uuid) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Typedef [UUID](../../../aspose.cells/uuid/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getfill/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getfill/_index.md new file mode 100644 index 00000000000..63b4b4fafe9 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getfill/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetFill method +linktitle: GetFill +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetFill method. Returns a FillFormat object that contains fill formatting properties for the specified shape in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.drawing/shape/getfill/ +--- +## Shape::GetFill method + + +Returns a [FillFormat](../../fillformat/) object that contains fill formatting properties for the specified shape. + +```cpp +FillFormat Aspose::Cells::Drawing::Shape::GetFill() +``` + + +## Examples + + +```cpp +FillFormat fillFmt = shape.GetFill(); +``` + +## See Also + +* Class [FillFormat](../../fillformat/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getfont/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getfont/_index.md new file mode 100644 index 00000000000..79ec5854928 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getfont/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetFont method +linktitle: GetFont +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetFont method. Represents the font of shape in C++.' +type: docs +weight: 15300 +url: /es/cpp/aspose.cells.drawing/shape/getfont/ +--- +## Shape::GetFont method + + +Represents the font of shape. + +```cpp +Aspose::Cells::Font Aspose::Cells::Drawing::Shape::GetFont() +``` + + +## Examples + + +```cpp +Font font = shape.GetFont(); +font.SetName(u"Arial"); +font.SetSize(12); +font.SetColor(Color{ 0xff, 0xff, 0, 0 }); +shape.SetFont(font); +``` + +## See Also + +* Class [Font](../../../aspose.cells/font/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getformatpicture/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getformatpicture/_index.md new file mode 100644 index 00000000000..711b0a69d14 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getformatpicture/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetFormatPicture method +linktitle: GetFormatPicture +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetFormatPicture method. Gets and sets the options of the picture format in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.drawing/shape/getformatpicture/ +--- +## Shape::GetFormatPicture method + + +Gets and sets the options of the picture format. + +```cpp +MsoFormatPicture Aspose::Cells::Drawing::Shape::GetFormatPicture() +``` + + +## Examples + + +```cpp +MsoFormatPicture msoFormatPicture = shape.GetFormatPicture(); +``` + +## See Also + +* Class [MsoFormatPicture](../../msoformatpicture/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getgeometry/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getgeometry/_index.md new file mode 100644 index 00000000000..e2af77bd451 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getgeometry/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetGeometry method +linktitle: GetGeometry +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetGeometry method. Gets the geometry in C++.' +type: docs +weight: 18500 +url: /es/cpp/aspose.cells.drawing/shape/getgeometry/ +--- +## Shape::GetGeometry method + + +Gets the geometry. + +```cpp +Geometry Aspose::Cells::Drawing::Shape::GetGeometry() +``` + + +## Examples + + +```cpp +if (!shape.GetGeometry().IsNull() && shape.GetGeometry().GetShapeAdjustValues().GetCount() == 0) +{ + //\"Sin ruta de geometría.\" +} +``` + +## See Also + +* Class [Geometry](../../geometry/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getglow/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getglow/_index.md new file mode 100644 index 00000000000..05e6486aaed --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getglow/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetGlow method +linktitle: GetGlow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetGlow method. Represents a GlowEffect object that specifies glow effect for the chart element or shape in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.drawing/shape/getglow/ +--- +## Shape::GetGlow method + + +Represents a [GlowEffect](../../gloweffect/) object that specifies glow effect for the chart element or shape. + +```cpp +GlowEffect Aspose::Cells::Drawing::Shape::GetGlow() +``` + + +## Examples + + +```cpp +GlowEffect glowEffect = shape.GetGlow(); +``` + +## See Also + +* Class [GlowEffect](../../gloweffect/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getgroup/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getgroup/_index.md new file mode 100644 index 00000000000..3c29a02e533 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getgroup/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetGroup method +linktitle: GetGroup +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetGroup method. Gets the group shape which contains this shape in C++.' +type: docs +weight: 13000 +url: /es/cpp/aspose.cells.drawing/shape/getgroup/ +--- +## Shape::GetGroup method + + +Gets the group shape which contains this shape. + +```cpp +GroupShape Aspose::Cells::Drawing::Shape::GetGroup() +``` + + +## Examples + + +```cpp +GroupShape groupShape = shape.GetGroup(); +``` + +## See Also + +* Class [GroupShape](../../groupshape/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/gethasline/_index.md b/spanish/cpp/aspose.cells.drawing/shape/gethasline/_index.md new file mode 100644 index 00000000000..f0902e77650 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/gethasline/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetHasLine method +linktitle: GetHasLine +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetHasLine method. Gets and sets the line border of the shape is visible in C++.' +type: docs +weight: 13200 +url: /es/cpp/aspose.cells.drawing/shape/gethasline/ +--- +## Shape::GetHasLine method + + +Gets and sets the line border of the shape is visible. + +```cpp +bool Aspose::Cells::Drawing::Shape::GetHasLine() +``` + + +## Examples + + +```cpp +if (shape.GetHasLine() == false) + shape.SetHasLine(true); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getheight/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getheight/_index.md new file mode 100644 index 00000000000..ecbe33dd307 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getheight/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetHeight method +linktitle: GetHeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetHeight method. Represents the height of shape, in unit of pixel in C++.' +type: docs +weight: 9000 +url: /es/cpp/aspose.cells.drawing/shape/getheight/ +--- +## Shape::GetHeight method + + +Represents the height of shape, in unit of pixel. + +```cpp +int32_t Aspose::Cells::Drawing::Shape::GetHeight() +``` + + +## Examples + + +```cpp +if (shape.GetHeight() == 3) + shape.SetHeight(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getheightcm/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getheightcm/_index.md new file mode 100644 index 00000000000..81b83a6328b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getheightcm/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetHeightCM method +linktitle: GetHeightCM +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetHeightCM method. Represents the height of the shape, in unit of centimeters in C++.' +type: docs +weight: 9600 +url: /es/cpp/aspose.cells.drawing/shape/getheightcm/ +--- +## Shape::GetHeightCM method + + +Represents the height of the shape, in unit of centimeters. + +```cpp +double Aspose::Cells::Drawing::Shape::GetHeightCM() +``` + + +## Examples + + +```cpp +if (shape.GetHeightCM() == 3) + shape.SetHeightCM(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getheightinch/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getheightinch/_index.md new file mode 100644 index 00000000000..eb34e357d3c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getheightinch/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetHeightInch method +linktitle: GetHeightInch +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetHeightInch method. Represents the height of the shape, in unit of inches in C++.' +type: docs +weight: 9200 +url: /es/cpp/aspose.cells.drawing/shape/getheightinch/ +--- +## Shape::GetHeightInch method + + +Represents the height of the shape, in unit of inches. + +```cpp +double Aspose::Cells::Drawing::Shape::GetHeightInch() +``` + + +## Examples + + +```cpp +if (shape.GetHeightInch() == 3) + shape.SetHeightInch(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getheightinshape/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getheightinshape/_index.md new file mode 100644 index 00000000000..5fe461f18cd --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getheightinshape/_index.md @@ -0,0 +1,37 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetHeightInShape method +linktitle: GetHeightInShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetHeightInShape method. Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape in C++.' +type: docs +weight: 12800 +url: /es/cpp/aspose.cells.drawing/shape/getheightinshape/ +--- +## Shape::GetHeightInShape method + + +Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. + +```cpp +int32_t Aspose::Cells::Drawing::Shape::GetHeightInShape() +``` + +## Remarks + + +Only Applies when this shape in the group or chart. + +## Examples + + +```cpp +if (shape.IsInGroup() && shape.GetHeightInShape() == 4000) + shape.SetHeightInShape(2000); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getheightpt/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getheightpt/_index.md new file mode 100644 index 00000000000..66ce670d6e0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getheightpt/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetHeightPt method +linktitle: GetHeightPt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetHeightPt method. Represents the height of the shape, in unit of points in C++.' +type: docs +weight: 9400 +url: /es/cpp/aspose.cells.drawing/shape/getheightpt/ +--- +## Shape::GetHeightPt method + + +Represents the height of the shape, in unit of points. + +```cpp +double Aspose::Cells::Drawing::Shape::GetHeightPt() +``` + + +## Examples + + +```cpp +if (shape.GetHeightPt() == 3) + shape.SetHeightPt(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getheightscale/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getheightscale/_index.md new file mode 100644 index 00000000000..c7e64a486a7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getheightscale/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetHeightScale method +linktitle: GetHeightScale +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetHeightScale method. Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100; in C++.' +type: docs +weight: 12000 +url: /es/cpp/aspose.cells.drawing/shape/getheightscale/ +--- +## Shape::GetHeightScale method + + +Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. + +```cpp +int32_t Aspose::Cells::Drawing::Shape::GetHeightScale() +``` + + +## Examples + + +```cpp +if (shape.GetHeightScale() == 3) + shape.SetHeightScale(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/gethtmltext/_index.md b/spanish/cpp/aspose.cells.drawing/shape/gethtmltext/_index.md new file mode 100644 index 00000000000..eca9d52f428 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/gethtmltext/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetHtmlText method +linktitle: GetHtmlText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetHtmlText method. Gets and sets the html string which contains data and some formats in this textbox in C++.' +type: docs +weight: 16100 +url: /es/cpp/aspose.cells.drawing/shape/gethtmltext/ +--- +## Shape::GetHtmlText method + + +Gets and sets the html string which contains data and some formats in this textbox. + +```cpp +U16String Aspose::Cells::Drawing::Shape::GetHtmlText() +``` + + +## Examples + + +```cpp +U16String html = shape.GetHtmlText(); +if (html.IsNull() || html.IsEmpty()) +{ + shape.SetHtmlText(u"This is a test."); +} +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/gethyperlink/_index.md b/spanish/cpp/aspose.cells.drawing/shape/gethyperlink/_index.md new file mode 100644 index 00000000000..ae7f4a11d54 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/gethyperlink/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetHyperlink method +linktitle: GetHyperlink +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetHyperlink method. Gets the hyperlink of the shape in C++.' +type: docs +weight: 4000 +url: /es/cpp/aspose.cells.drawing/shape/gethyperlink/ +--- +## Shape::GetHyperlink method + + +Gets the hyperlink of the shape. + +```cpp +Hyperlink Aspose::Cells::Drawing::Shape::GetHyperlink() +``` + + +## Examples + + +```cpp +Hyperlink hyperlink = shape.GetHyperlink(); +``` + +## See Also + +* Class [Hyperlink](../../../aspose.cells/hyperlink/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getid/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getid/_index.md new file mode 100644 index 00000000000..88c0f6d8e17 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getid/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetId method +linktitle: GetId +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetId method. Gets the identifier of this shape in C++.' +type: docs +weight: 4300 +url: /es/cpp/aspose.cells.drawing/shape/getid/ +--- +## Shape::GetId method + + +Gets the identifier of this shape. + +```cpp +int32_t Aspose::Cells::Drawing::Shape::GetId() +``` + + +## Examples + + +```cpp +int id = shape.GetId(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getinputrange/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getinputrange/_index.md new file mode 100644 index 00000000000..9911826ee8b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getinputrange/_index.md @@ -0,0 +1,68 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetInputRange method +linktitle: GetInputRange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetInputRange method. Gets or sets the worksheet range used to fill the specified combo box in C++.' +type: docs +weight: 14700 +url: /es/cpp/aspose.cells.drawing/shape/getinputrange/ +--- +## Shape::GetInputRange() method + + +Gets or sets the worksheet range used to fill the specified combo box. + +```cpp +U16String Aspose::Cells::Drawing::Shape::GetInputRange() +``` + + +## Examples + + +```cpp +if (shape.GetInputRange() == u"$B$6:$B10") + shape.SetInputRange(u"$A$1:$A$5"); +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## Shape::GetInputRange(bool, bool) method + + +Gets the range used to fill the control. + +```cpp +U16String Aspose::Cells::Drawing::Shape::GetInputRange(bool isR1C1, bool isLocal) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| isR1C1 | bool | Whether the formula needs to be formatted as R1C1. | +| isLocal | bool | Whether the formula needs to be formatted by locale. | + +## ReturnValue + +The range used to fill the control. + + +## Examples + + +```cpp +U16String range = shape.GetInputRange(false, true); +//Si tiene éxito, se devolverá un valor como "$A$1:$A$3" +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getleft/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getleft/_index.md new file mode 100644 index 00000000000..7aeec1a33d8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getleft/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetLeft method +linktitle: GetLeft +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetLeft method. Represents the horizontal offset of shape from its left column, in unit of pixels in C++.' +type: docs +weight: 9800 +url: /es/cpp/aspose.cells.drawing/shape/getleft/ +--- +## Shape::GetLeft method + + +Represents the horizontal offset of shape from its left column, in unit of pixels. + +```cpp +int32_t Aspose::Cells::Drawing::Shape::GetLeft() +``` + + +## Examples + + +```cpp +if (shape.GetLeft() == 3) + shape.SetLeft(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getleftcm/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getleftcm/_index.md new file mode 100644 index 00000000000..e94d78caa8e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getleftcm/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetLeftCM method +linktitle: GetLeftCM +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetLeftCM method. Represents the horizontal offset of shape from its left column, in unit of centimeters in C++.' +type: docs +weight: 10200 +url: /es/cpp/aspose.cells.drawing/shape/getleftcm/ +--- +## Shape::GetLeftCM method + + +Represents the horizontal offset of shape from its left column, in unit of centimeters. + +```cpp +double Aspose::Cells::Drawing::Shape::GetLeftCM() +``` + + +## Examples + + +```cpp +if (shape.GetLeftCM() == 3) + shape.SetLeftCM(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getleftinch/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getleftinch/_index.md new file mode 100644 index 00000000000..0ee5b13dc4d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getleftinch/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetLeftInch method +linktitle: GetLeftInch +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetLeftInch method. Represents the horizontal offset of shape from its left column, in unit of inches in C++.' +type: docs +weight: 10000 +url: /es/cpp/aspose.cells.drawing/shape/getleftinch/ +--- +## Shape::GetLeftInch method + + +Represents the horizontal offset of shape from its left column, in unit of inches. + +```cpp +double Aspose::Cells::Drawing::Shape::GetLeftInch() +``` + + +## Examples + + +```cpp +if (shape.GetLeftInch() == 3) + shape.SetLeftInch(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getleftinshape/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getleftinshape/_index.md new file mode 100644 index 00000000000..f5b091ce8ee --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getleftinshape/_index.md @@ -0,0 +1,37 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetLeftInShape method +linktitle: GetLeftInShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetLeftInShape method. Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape in C++.' +type: docs +weight: 12400 +url: /es/cpp/aspose.cells.drawing/shape/getleftinshape/ +--- +## Shape::GetLeftInShape method + + +Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. + +```cpp +int32_t Aspose::Cells::Drawing::Shape::GetLeftInShape() +``` + +## Remarks + + +Only Applies when this shape in the group or chart. + +## Examples + + +```cpp +if (shape.IsInGroup() && shape.GetLeftInShape() == 2000) + shape.SetLeftInShape(4000); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getlefttocorner/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getlefttocorner/_index.md new file mode 100644 index 00000000000..5a7a653fb7f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getlefttocorner/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetLeftToCorner method +linktitle: GetLeftToCorner +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetLeftToCorner method. Gets and sets the horizonal offset of shape from worksheet left border in C++.' +type: docs +weight: 11200 +url: /es/cpp/aspose.cells.drawing/shape/getlefttocorner/ +--- +## Shape::GetLeftToCorner method + + +Gets and sets the horizonal offset of shape from worksheet left border. + +```cpp +int32_t Aspose::Cells::Drawing::Shape::GetLeftToCorner() +``` + + +## Examples + + +```cpp +if (shape.GetLeftToCorner() == 3) + shape.SetLeftToCorner(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getline/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getline/_index.md new file mode 100644 index 00000000000..879d759775c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getline/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetLine method +linktitle: GetLine +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetLine method. Gets line style in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.drawing/shape/getline/ +--- +## Shape::GetLine method + + +Gets line style. + +```cpp +LineFormat Aspose::Cells::Drawing::Shape::GetLine() +``` + + +## Examples + + +```cpp +LineFormat lineFmt = shape.GetLine(); +``` + +## See Also + +* Class [LineFormat](../../lineformat/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getlinkedcell/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getlinkedcell/_index.md new file mode 100644 index 00000000000..8d7ebf1884d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getlinkedcell/_index.md @@ -0,0 +1,71 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetLinkedCell method +linktitle: GetLinkedCell +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetLinkedCell method. Gets or sets the worksheet range linked to the control''s value in C++.' +type: docs +weight: 14500 +url: /es/cpp/aspose.cells.drawing/shape/getlinkedcell/ +--- +## Shape::GetLinkedCell() method + + +Gets or sets the worksheet range linked to the control's value. + +```cpp +U16String Aspose::Cells::Drawing::Shape::GetLinkedCell() +``` + + +## Examples + + +```cpp +if (shape.GetLinkedCell() == u"$B$6") +{ + shape.SetLinkedCell(u"A1"); +} +shape.UpdateSelectedValue(); +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## Shape::GetLinkedCell(bool, bool) method + + +Gets the range linked to the control's value. + +```cpp +U16String Aspose::Cells::Drawing::Shape::GetLinkedCell(bool isR1C1, bool isLocal) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| isR1C1 | bool | Whether the formula needs to be formatted as R1C1. | +| isLocal | bool | Whether the formula needs to be formatted by locale. | + +## ReturnValue + +The range linked to the control's value. + + +## Examples + + +```cpp +//Puede obtener resultados como '$A$1' +U16String link = shape.GetLinkedCell(false, false); +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getlockedproperty/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getlockedproperty/_index.md new file mode 100644 index 00000000000..08a48233c68 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getlockedproperty/_index.md @@ -0,0 +1,44 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetLockedProperty method +linktitle: GetLockedProperty +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetLockedProperty method. Gets the value of locked property in C++.' +type: docs +weight: 3400 +url: /es/cpp/aspose.cells.drawing/shape/getlockedproperty/ +--- +## Shape::GetLockedProperty method + + +Gets the value of locked property. + +```cpp +bool Aspose::Cells::Drawing::Shape::GetLockedProperty(ShapeLockType type) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| type | ShapeLockType | The type of the shape locked property. | + +## ReturnValue + +Returns the value of locked property. + + +## Examples + + +```cpp +int noAdjustHandles = 0; +if (shape.GetLockedProperty(ShapeLockType::AdjustHandles)) + noAdjustHandles = 1; +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ShapeLockType](../../shapelocktype/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getlowerdeltax/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getlowerdeltax/_index.md new file mode 100644 index 00000000000..20f54a7d06c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getlowerdeltax/_index.md @@ -0,0 +1,37 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetLowerDeltaX method +linktitle: GetLowerDeltaX +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetLowerDeltaX method. Gets or sets the shape''s horizontal offset from its lower right corner column in C++.' +type: docs +weight: 7600 +url: /es/cpp/aspose.cells.drawing/shape/getlowerdeltax/ +--- +## Shape::GetLowerDeltaX method + + +Gets or sets the shape's horizontal offset from its lower right corner column. + +```cpp +int32_t Aspose::Cells::Drawing::Shape::GetLowerDeltaX() +``` + +## Remarks + + +The range of value is 0 to 1024. + +## Examples + + +```cpp +if (shape.GetLowerDeltaX() == 3) + shape.SetLowerDeltaX(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getlowerdeltay/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getlowerdeltay/_index.md new file mode 100644 index 00000000000..8bb41a88597 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getlowerdeltay/_index.md @@ -0,0 +1,37 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetLowerDeltaY method +linktitle: GetLowerDeltaY +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetLowerDeltaY method. Gets or sets the shape''s vertical offset from its lower right corner row in C++.' +type: docs +weight: 7200 +url: /es/cpp/aspose.cells.drawing/shape/getlowerdeltay/ +--- +## Shape::GetLowerDeltaY method + + +Gets or sets the shape's vertical offset from its lower right corner row. + +```cpp +int32_t Aspose::Cells::Drawing::Shape::GetLowerDeltaY() +``` + +## Remarks + + +The range of value is 0 to 256. + +## Examples + + +```cpp +if (shape.GetLowerDeltaY() == 3) + shape.SetLowerDeltaY(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getlowerrightcolumn/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getlowerrightcolumn/_index.md new file mode 100644 index 00000000000..15385a0623f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getlowerrightcolumn/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetLowerRightColumn method +linktitle: GetLowerRightColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetLowerRightColumn method. Represents lower right corner column index in C++.' +type: docs +weight: 7400 +url: /es/cpp/aspose.cells.drawing/shape/getlowerrightcolumn/ +--- +## Shape::GetLowerRightColumn method + + +Represents lower right corner column index. + +```cpp +int32_t Aspose::Cells::Drawing::Shape::GetLowerRightColumn() +``` + + +## Examples + + +```cpp +if (shape.GetLowerRightColumn() == 3) + shape.SetLowerRightColumn(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getlowerrightrow/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getlowerrightrow/_index.md new file mode 100644 index 00000000000..1ee7c13d4b9 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getlowerrightrow/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetLowerRightRow method +linktitle: GetLowerRightRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetLowerRightRow method. Represents lower right corner row index in C++.' +type: docs +weight: 7000 +url: /es/cpp/aspose.cells.drawing/shape/getlowerrightrow/ +--- +## Shape::GetLowerRightRow method + + +Represents lower right corner row index. + +```cpp +int32_t Aspose::Cells::Drawing::Shape::GetLowerRightRow() +``` + + +## Examples + + +```cpp +if (shape.GetLowerRightRow() == 3) + shape.SetLowerRightRow(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getmacroname/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getmacroname/_index.md new file mode 100644 index 00000000000..94438727c08 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getmacroname/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetMacroName method +linktitle: GetMacroName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetMacroName method. Gets and sets the name of macro in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/shape/getmacroname/ +--- +## Shape::GetMacroName method + + +Gets and sets the name of macro. + +```cpp +U16String Aspose::Cells::Drawing::Shape::GetMacroName() +``` + + +## Examples + + +```cpp +//Establece el nombre de la macro. +if (shape.GetMacroName().IsNull()) +{ + shape.SetMacroName(u"DoWork()"); +} +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getmsodrawingtype/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getmsodrawingtype/_index.md new file mode 100644 index 00000000000..6f5060280c5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getmsodrawingtype/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetMsoDrawingType method +linktitle: GetMsoDrawingType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetMsoDrawingType method. Gets drawing type in C++.' +type: docs +weight: 5500 +url: /es/cpp/aspose.cells.drawing/shape/getmsodrawingtype/ +--- +## Shape::GetMsoDrawingType method + + +Gets drawing type. + +```cpp +MsoDrawingType Aspose::Cells::Drawing::Shape::GetMsoDrawingType() +``` + + +## Examples + + +```cpp +MsoDrawingType msoDrawingType = shape.GetMsoDrawingType(); +``` + +## See Also + +* Enum [MsoDrawingType](../../msodrawingtype/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getname/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getname/_index.md new file mode 100644 index 00000000000..cbf5d18d8bc --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getname/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetName method +linktitle: GetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetName method. Gets and sets the name of the shape in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing/shape/getname/ +--- +## Shape::GetName method + + +Gets and sets the name of the shape. + +```cpp +U16String Aspose::Cells::Drawing::Shape::GetName() +``` + + +## Examples + + +```cpp +if (shape.GetName() == u"shape") +{ + shape.SetName(u"shape1"); +} +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getpaths/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getpaths/_index.md new file mode 100644 index 00000000000..a08b86155b2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getpaths/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetPaths method +linktitle: GetPaths +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetPaths method. Gets the paths of a custom geometric shape in C++.' +type: docs +weight: 18400 +url: /es/cpp/aspose.cells.drawing/shape/getpaths/ +--- +## Shape::GetPaths method + + +Gets the paths of a custom geometric shape. + +```cpp +ShapePathCollection Aspose::Cells::Drawing::Shape::GetPaths() +``` + + +## Examples + + +```cpp +//Devuelve no nulo si existe una ruta a la geometría personalizada +if (shape.GetPaths().IsNull()) +{ + //"No hay ruta de geometría personalizada." +} +``` + +## See Also + +* Class [ShapePathCollection](../../shapepathcollection/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getplacement/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getplacement/_index.md new file mode 100644 index 00000000000..ac89d82a1ec --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getplacement/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetPlacement method +linktitle: GetPlacement +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetPlacement method. Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet in C++.' +type: docs +weight: 6000 +url: /es/cpp/aspose.cells.drawing/shape/getplacement/ +--- +## Shape::GetPlacement method + + +Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. + +```cpp +PlacementType Aspose::Cells::Drawing::Shape::GetPlacement() +``` + + +## Examples + + +```cpp +if (shape.GetPlacement() == PlacementType::Move) + shape.SetPlacement(PlacementType::MoveAndSize); +``` + +## See Also + +* Enum [PlacementType](../../placementtype/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getreflection/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getreflection/_index.md new file mode 100644 index 00000000000..db2f8fadb55 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getreflection/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetReflection method +linktitle: GetReflection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetReflection method. Represents a ReflectionEffect object that specifies reflection effect for the chart element or shape in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.drawing/shape/getreflection/ +--- +## Shape::GetReflection method + + +Represents a [ReflectionEffect](../../reflectioneffect/) object that specifies reflection effect for the chart element or shape. + +```cpp +ReflectionEffect Aspose::Cells::Drawing::Shape::GetReflection() +``` + + +## Examples + + +```cpp +ReflectionEffect reflectionEffect = shape.GetReflection(); +``` + +## See Also + +* Class [ReflectionEffect](../../reflectioneffect/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getrelativetooriginalpicturesize/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getrelativetooriginalpicturesize/_index.md new file mode 100644 index 00000000000..fbcd4742965 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getrelativetooriginalpicturesize/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetRelativeToOriginalPictureSize method +linktitle: GetRelativeToOriginalPictureSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetRelativeToOriginalPictureSize method. Indicates whether shape is relative to original picture size in C++.' +type: docs +weight: 14300 +url: /es/cpp/aspose.cells.drawing/shape/getrelativetooriginalpicturesize/ +--- +## Shape::GetRelativeToOriginalPictureSize method + + +Indicates whether shape is relative to original picture size. + +```cpp +bool Aspose::Cells::Drawing::Shape::GetRelativeToOriginalPictureSize() +``` + + +## Examples + + +```cpp +if (shape.GetRelativeToOriginalPictureSize()) + shape.SetRelativeToOriginalPictureSize(false); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getresultofsmartart/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getresultofsmartart/_index.md new file mode 100644 index 00000000000..087219fa64d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getresultofsmartart/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetResultOfSmartArt method +linktitle: GetResultOfSmartArt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetResultOfSmartArt method. Converting smart art to grouped shapes in C++.' +type: docs +weight: 19200 +url: /es/cpp/aspose.cells.drawing/shape/getresultofsmartart/ +--- +## Shape::GetResultOfSmartArt method + + +Converting smart art to grouped shapes. + +```cpp +GroupShape Aspose::Cells::Drawing::Shape::GetResultOfSmartArt() +``` + + +## Examples + + +```cpp +if (shape.IsSmartArt()) +{ + GroupShape groupShape = shape.GetResultOfSmartArt(); +} +``` + +## See Also + +* Class [GroupShape](../../groupshape/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getrichformattings/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getrichformattings/_index.md new file mode 100644 index 00000000000..b886e7eac32 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getrichformattings/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetRichFormattings method +linktitle: GetRichFormattings +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetRichFormattings method. Returns all Characters objects that represents a range of characters within the text in C++.' +type: docs +weight: 16500 +url: /es/cpp/aspose.cells.drawing/shape/getrichformattings/ +--- +## Shape::GetRichFormattings method + + +Returns all Characters objects that represents a range of characters within the text . + +```cpp +Vector Aspose::Cells::Drawing::Shape::GetRichFormattings() +``` + + +## ReturnValue + +All Characters objects + + +## Examples + + +```cpp +Vector list = shape.GetRichFormattings(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [FontSetting](../../../aspose.cells/fontsetting/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getright/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getright/_index.md new file mode 100644 index 00000000000..ec212c9871d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getright/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetRight method +linktitle: GetRight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetRight method. Represents the width of the shape''s horizontal offset from its lower right corner column, in unit of pixels in C++.' +type: docs +weight: 7800 +url: /es/cpp/aspose.cells.drawing/shape/getright/ +--- +## Shape::GetRight method + + +Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. + +```cpp +int32_t Aspose::Cells::Drawing::Shape::GetRight() +``` + + +## Examples + + +```cpp +if (shape.GetRight() == 3) + shape.SetRight(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getrotationangle/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getrotationangle/_index.md new file mode 100644 index 00000000000..af1569533ad --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getrotationangle/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetRotationAngle method +linktitle: GetRotationAngle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetRotationAngle method. Gets and sets the rotation of the shape in C++.' +type: docs +weight: 3600 +url: /es/cpp/aspose.cells.drawing/shape/getrotationangle/ +--- +## Shape::GetRotationAngle method + + +Gets and sets the rotation of the shape. + +```cpp +double Aspose::Cells::Drawing::Shape::GetRotationAngle() +``` + + +## Examples + + +```cpp +//Obtiene el ángulo de rotación de la forma. +double angle = shape.GetRotationAngle(); + +//Establece el ángulo de rotación de la forma. +shape.SetRotationAngle(60); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getshadoweffect/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getshadoweffect/_index.md new file mode 100644 index 00000000000..1868ae96dc9 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getshadoweffect/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetShadowEffect method +linktitle: GetShadowEffect +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetShadowEffect method. Represents a Drawing.ShadowEffect object that specifies shadow effect for the chart element or shape in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.drawing/shape/getshadoweffect/ +--- +## Shape::GetShadowEffect method + + +Represents a [Drawing.ShadowEffect](../../shadoweffect/) object that specifies shadow effect for the chart element or shape. + +```cpp +ShadowEffect Aspose::Cells::Drawing::Shape::GetShadowEffect() +``` + + +## Examples + + +```cpp +ShadowEffect shadowEffect = shape.GetShadowEffect(); +``` + +## See Also + +* Class [ShadowEffect](../../shadoweffect/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getsoftedges/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getsoftedges/_index.md new file mode 100644 index 00000000000..d4de4b2ddc5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getsoftedges/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetSoftEdges method +linktitle: GetSoftEdges +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetSoftEdges method. Gets and sets the radius of blur to apply to the edges, in unit of points in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.drawing/shape/getsoftedges/ +--- +## Shape::GetSoftEdges method + + +Gets and sets the radius of blur to apply to the edges, in unit of points. + +```cpp +double Aspose::Cells::Drawing::Shape::GetSoftEdges() +``` + + +## Examples + + +```cpp +if (shape.GetSoftEdges() == 0) +{ + shape.SetSoftEdges(0.5); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getspid/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getspid/_index.md new file mode 100644 index 00000000000..bf52b9ea25d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getspid/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetSpid method +linktitle: GetSpid +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetSpid method. Specifies an optional string identifier that an application can use to identify the particular shape in C++.' +type: docs +weight: 4400 +url: /es/cpp/aspose.cells.drawing/shape/getspid/ +--- +## Shape::GetSpid method + + +Specifies an optional string identifier that an application can use to identify the particular shape. + +```cpp +U16String Aspose::Cells::Drawing::Shape::GetSpid() +``` + + +## Examples + + +```cpp +U16String spid = shape.GetSpid(); +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getspt/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getspt/_index.md new file mode 100644 index 00000000000..b5bc1c6c907 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getspt/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetSpt method +linktitle: GetSpt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetSpt method. Specifies an optional number that an application can use to associate the particular shape with a defined shape type in C++.' +type: docs +weight: 4500 +url: /es/cpp/aspose.cells.drawing/shape/getspt/ +--- +## Shape::GetSpt method + + +Specifies an optional number that an application can use to associate the particular shape with a defined shape type. + +```cpp +int32_t Aspose::Cells::Drawing::Shape::GetSpt() +``` + + +## Examples + + +```cpp +int spt = shape.GetSpt(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/gettext/_index.md b/spanish/cpp/aspose.cells.drawing/shape/gettext/_index.md new file mode 100644 index 00000000000..dd11ccddad4 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/gettext/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetText method +linktitle: GetText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetText method. Gets and sets the text of this shape in C++.' +type: docs +weight: 15800 +url: /es/cpp/aspose.cells.drawing/shape/gettext/ +--- +## Shape::GetText method + + +Gets and sets the text of this shape. + +```cpp +U16String Aspose::Cells::Drawing::Shape::GetText() +``` + + +## Examples + + +```cpp +if (shape.GetText().IsNull()) + shape.SetText(u"This is a test."); +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/gettextbody/_index.md b/spanish/cpp/aspose.cells.drawing/shape/gettextbody/_index.md new file mode 100644 index 00000000000..74d6978f587 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/gettextbody/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetTextBody method +linktitle: GetTextBody +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetTextBody method. Gets and sets the setting of the shape''s text in C++.' +type: docs +weight: 15200 +url: /es/cpp/aspose.cells.drawing/shape/gettextbody/ +--- +## Shape::GetTextBody method + + +Gets and sets the setting of the shape's text. + +```cpp +FontSettingCollection Aspose::Cells::Drawing::Shape::GetTextBody() +``` + + +## Examples + + +```cpp +FontSettingCollection fontSettingCollection = shape.GetTextBody(); +fontSettingCollection.SetText(u"This is a test."); +``` + +## See Also + +* Class [FontSettingCollection](../../../aspose.cells.drawing.texts/fontsettingcollection/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/gettextboxoptions/_index.md b/spanish/cpp/aspose.cells.drawing/shape/gettextboxoptions/_index.md new file mode 100644 index 00000000000..ec54954d2a5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/gettextboxoptions/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetTextBoxOptions method +linktitle: GetTextBoxOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetTextBoxOptions method. Gets the text information in the shape in C++.' +type: docs +weight: 18000 +url: /es/cpp/aspose.cells.drawing/shape/gettextboxoptions/ +--- +## Shape::GetTextBoxOptions method + + +Gets the text information in the shape. + +```cpp +TextBoxOptions Aspose::Cells::Drawing::Shape::GetTextBoxOptions() +``` + +## See Also + +* Class [TextBoxOptions](../../../aspose.cells.drawing.texts/textboxoptions/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/gettextdirection/_index.md b/spanish/cpp/aspose.cells.drawing/shape/gettextdirection/_index.md new file mode 100644 index 00000000000..b976f44f5ab --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/gettextdirection/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetTextDirection method +linktitle: GetTextDirection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetTextDirection method. Gets/Sets the direction of the text flow for this object in C++.' +type: docs +weight: 17800 +url: /es/cpp/aspose.cells.drawing/shape/gettextdirection/ +--- +## Shape::GetTextDirection method + + +Gets/Sets the direction of the text flow for this object. + +```cpp +TextDirectionType Aspose::Cells::Drawing::Shape::GetTextDirection() +``` + + +## Examples + + +```cpp +if (shape.GetTextDirection() == TextDirectionType::Context) + shape.SetTextDirection(TextDirectionType::LeftToRight); +``` + +## See Also + +* Enum [TextDirectionType](../../../aspose.cells/textdirectiontype/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/gettexteffect/_index.md b/spanish/cpp/aspose.cells.drawing/shape/gettexteffect/_index.md new file mode 100644 index 00000000000..dd527a83015 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/gettexteffect/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetTextEffect method +linktitle: GetTextEffect +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetTextEffect method. Returns a TextEffectFormat object that contains text-effect formatting properties for the specified shape. Applies to Shape objects that represent WordArt in C++.' +type: docs +weight: 5000 +url: /es/cpp/aspose.cells.drawing/shape/gettexteffect/ +--- +## Shape::GetTextEffect method + + +Returns a [TextEffectFormat](../../texteffectformat/) object that contains text-effect formatting properties for the specified shape. Applies to [Shape](../) objects that represent WordArt. + +```cpp +TextEffectFormat Aspose::Cells::Drawing::Shape::GetTextEffect() +``` + + +## Examples + + +```cpp +if (shape.IsWordArt()) +{ + TextEffectFormat textEffectFormat = shape.GetTextEffect(); +} +``` + +## See Also + +* Class [TextEffectFormat](../../texteffectformat/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/gettexthorizontalalignment/_index.md b/spanish/cpp/aspose.cells.drawing/shape/gettexthorizontalalignment/_index.md new file mode 100644 index 00000000000..f1999095d4f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/gettexthorizontalalignment/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetTextHorizontalAlignment method +linktitle: GetTextHorizontalAlignment +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetTextHorizontalAlignment method. Gets and sets the text horizontal alignment type of the shape in C++.' +type: docs +weight: 17400 +url: /es/cpp/aspose.cells.drawing/shape/gettexthorizontalalignment/ +--- +## Shape::GetTextHorizontalAlignment method + + +Gets and sets the text horizontal alignment type of the shape. + +```cpp +TextAlignmentType Aspose::Cells::Drawing::Shape::GetTextHorizontalAlignment() +``` + + +## Examples + + +```cpp +if (shape.GetTextHorizontalAlignment() == TextAlignmentType::Bottom) + shape.SetTextHorizontalAlignment(TextAlignmentType::Center); +``` + +## See Also + +* Enum [TextAlignmentType](../../../aspose.cells/textalignmenttype/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/gettexthorizontaloverflow/_index.md b/spanish/cpp/aspose.cells.drawing/shape/gettexthorizontaloverflow/_index.md new file mode 100644 index 00000000000..f3da4efd2b0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/gettexthorizontaloverflow/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetTextHorizontalOverflow method +linktitle: GetTextHorizontalOverflow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetTextHorizontalOverflow method. Gets and sets the text horizontal overflow type of the shape which contains text in C++.' +type: docs +weight: 16800 +url: /es/cpp/aspose.cells.drawing/shape/gettexthorizontaloverflow/ +--- +## Shape::GetTextHorizontalOverflow method + + +Gets and sets the text horizontal overflow type of the shape which contains text. + +```cpp +TextOverflowType Aspose::Cells::Drawing::Shape::GetTextHorizontalOverflow() +``` + + +## Examples + + +```cpp +if (shape.GetTextHorizontalOverflow() == TextOverflowType::Clip) + shape.SetTextHorizontalOverflow(TextOverflowType::Overflow); +``` + +## See Also + +* Enum [TextOverflowType](../../textoverflowtype/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/gettextoptions/_index.md b/spanish/cpp/aspose.cells.drawing/shape/gettextoptions/_index.md new file mode 100644 index 00000000000..b98be474214 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/gettextoptions/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetTextOptions method +linktitle: GetTextOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetTextOptions method. Represents the text options of the shape in C++.' +type: docs +weight: 15500 +url: /es/cpp/aspose.cells.drawing/shape/gettextoptions/ +--- +## Shape::GetTextOptions method + + +Represents the text options of the shape. + +```cpp +TextOptions Aspose::Cells::Drawing::Shape::GetTextOptions() +``` + + +## Examples + + +```cpp +TextOptions opt = shape.GetTextOptions(); +opt.SetColor(Color{ 0xff, 0, 0, 0xff }); +opt.SetSize(8); +shape.SetTextOptions(opt); +``` + +## See Also + +* Class [TextOptions](../../../aspose.cells.drawing.texts/textoptions/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/gettextorientationtype/_index.md b/spanish/cpp/aspose.cells.drawing/shape/gettextorientationtype/_index.md new file mode 100644 index 00000000000..e837b503c54 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/gettextorientationtype/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetTextOrientationType method +linktitle: GetTextOrientationType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetTextOrientationType method. Gets and sets the text orientation type of the shape in C++.' +type: docs +weight: 17200 +url: /es/cpp/aspose.cells.drawing/shape/gettextorientationtype/ +--- +## Shape::GetTextOrientationType method + + +Gets and sets the text orientation type of the shape. + +```cpp +TextOrientationType Aspose::Cells::Drawing::Shape::GetTextOrientationType() +``` + + +## Examples + + +```cpp +if (shape.GetTextOrientationType() == TextOrientationType::NoRotation) + shape.SetTextOrientationType(TextOrientationType::TopToBottom); +``` + +## See Also + +* Enum [TextOrientationType](../../../aspose.cells/textorientationtype/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/gettextshapetype/_index.md b/spanish/cpp/aspose.cells.drawing/shape/gettextshapetype/_index.md new file mode 100644 index 00000000000..1a256ffff0a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/gettextshapetype/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetTextShapeType method +linktitle: GetTextShapeType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetTextShapeType method. Gets and sets the preset text shape type in C++.' +type: docs +weight: 15000 +url: /es/cpp/aspose.cells.drawing/shape/gettextshapetype/ +--- +## Shape::GetTextShapeType method + + +Gets and sets the preset text shape type. + +```cpp +AutoShapeType Aspose::Cells::Drawing::Shape::GetTextShapeType() +``` + + +## Examples + + +```cpp +if (shape.GetTextShapeType() == AutoShapeType::Unknown) + shape.SetTextShapeType(AutoShapeType::Rectangle); +``` + +## See Also + +* Enum [AutoShapeType](../../autoshapetype/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/gettextverticalalignment/_index.md b/spanish/cpp/aspose.cells.drawing/shape/gettextverticalalignment/_index.md new file mode 100644 index 00000000000..58a1f379923 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/gettextverticalalignment/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetTextVerticalAlignment method +linktitle: GetTextVerticalAlignment +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetTextVerticalAlignment method. Gets and sets the text vertical alignment type of the shape in C++.' +type: docs +weight: 17600 +url: /es/cpp/aspose.cells.drawing/shape/gettextverticalalignment/ +--- +## Shape::GetTextVerticalAlignment method + + +Gets and sets the text vertical alignment type of the shape. + +```cpp +TextAlignmentType Aspose::Cells::Drawing::Shape::GetTextVerticalAlignment() +``` + + +## Examples + + +```cpp +if (shape.GetTextVerticalAlignment() == TextAlignmentType::Bottom) + shape.SetTextVerticalAlignment(TextAlignmentType::Center); +``` + +## See Also + +* Enum [TextAlignmentType](../../../aspose.cells/textalignmenttype/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/gettextverticaloverflow/_index.md b/spanish/cpp/aspose.cells.drawing/shape/gettextverticaloverflow/_index.md new file mode 100644 index 00000000000..5eb78b412ea --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/gettextverticaloverflow/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetTextVerticalOverflow method +linktitle: GetTextVerticalOverflow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetTextVerticalOverflow method. Gets and sets the text vertical overflow type of the shape which contains text in C++.' +type: docs +weight: 16600 +url: /es/cpp/aspose.cells.drawing/shape/gettextverticaloverflow/ +--- +## Shape::GetTextVerticalOverflow method + + +Gets and sets the text vertical overflow type of the shape which contains text. + +```cpp +TextOverflowType Aspose::Cells::Drawing::Shape::GetTextVerticalOverflow() +``` + + +## Examples + + +```cpp +if (shape.GetTextVerticalOverflow() == TextOverflowType::Clip) + shape.SetTextVerticalOverflow(TextOverflowType::Overflow); +``` + +## See Also + +* Enum [TextOverflowType](../../textoverflowtype/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getthreedformat/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getthreedformat/_index.md new file mode 100644 index 00000000000..fca06ae57ab --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getthreedformat/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetThreeDFormat method +linktitle: GetThreeDFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetThreeDFormat method. Gets and sets 3d format of the shape in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.drawing/shape/getthreedformat/ +--- +## Shape::GetThreeDFormat method + + +Gets and sets 3d format of the shape. + +```cpp +ThreeDFormat Aspose::Cells::Drawing::Shape::GetThreeDFormat() +``` + + +## Examples + + +```cpp +ThreeDFormat threeDFormat = shape.GetThreeDFormat(); +``` + +## See Also + +* Class [ThreeDFormat](../../threedformat/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/gettitle/_index.md b/spanish/cpp/aspose.cells.drawing/shape/gettitle/_index.md new file mode 100644 index 00000000000..5a8876d4b59 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/gettitle/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetTitle method +linktitle: GetTitle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetTitle method. Specifies the title (caption) of the current shape object in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing/shape/gettitle/ +--- +## Shape::GetTitle method + + +Specifies the title (caption) of the current shape object. + +```cpp +U16String Aspose::Cells::Drawing::Shape::GetTitle() +``` + + +## Examples + + +```cpp +if (shape.GetTitle() == u"title") +{ + shape.SetTitle(u"title1"); +} +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/gettop/_index.md b/spanish/cpp/aspose.cells.drawing/shape/gettop/_index.md new file mode 100644 index 00000000000..5fa06be8800 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/gettop/_index.md @@ -0,0 +1,37 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetTop method +linktitle: GetTop +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetTop method. Represents the vertical offset of shape from its top row, in unit of pixels in C++.' +type: docs +weight: 10400 +url: /es/cpp/aspose.cells.drawing/shape/gettop/ +--- +## Shape::GetTop method + + +Represents the vertical offset of shape from its top row, in unit of pixels. + +```cpp +int32_t Aspose::Cells::Drawing::Shape::GetTop() +``` + +## Remarks + + +If the shape is in the chart, represents the vertical offset of shape from its top border. + +## Examples + + +```cpp +if (shape.GetTop() == 3) + shape.SetTop(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/gettopcm/_index.md b/spanish/cpp/aspose.cells.drawing/shape/gettopcm/_index.md new file mode 100644 index 00000000000..b11e0b2172f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/gettopcm/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetTopCM method +linktitle: GetTopCM +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetTopCM method. Represents the vertical offset of shape from its top row, in unit of centimeters in C++.' +type: docs +weight: 10800 +url: /es/cpp/aspose.cells.drawing/shape/gettopcm/ +--- +## Shape::GetTopCM method + + +Represents the vertical offset of shape from its top row, in unit of centimeters. + +```cpp +double Aspose::Cells::Drawing::Shape::GetTopCM() +``` + + +## Examples + + +```cpp +if (shape.GetTopCM() == 3) + shape.SetTopCM(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/gettopinch/_index.md b/spanish/cpp/aspose.cells.drawing/shape/gettopinch/_index.md new file mode 100644 index 00000000000..cd3507a66ad --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/gettopinch/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetTopInch method +linktitle: GetTopInch +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetTopInch method. Represents the vertical offset of shape from its top row, in unit of inches in C++.' +type: docs +weight: 10600 +url: /es/cpp/aspose.cells.drawing/shape/gettopinch/ +--- +## Shape::GetTopInch method + + +Represents the vertical offset of shape from its top row, in unit of inches. + +```cpp +double Aspose::Cells::Drawing::Shape::GetTopInch() +``` + + +## Examples + + +```cpp +if (shape.GetTopInch() == 3) + shape.SetTopInch(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/gettopinshape/_index.md b/spanish/cpp/aspose.cells.drawing/shape/gettopinshape/_index.md new file mode 100644 index 00000000000..2b1f4476f63 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/gettopinshape/_index.md @@ -0,0 +1,37 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetTopInShape method +linktitle: GetTopInShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetTopInShape method. Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape in C++.' +type: docs +weight: 12200 +url: /es/cpp/aspose.cells.drawing/shape/gettopinshape/ +--- +## Shape::GetTopInShape method + + +Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. + +```cpp +int32_t Aspose::Cells::Drawing::Shape::GetTopInShape() +``` + +## Remarks + + +Only Applies when this shape in the group or chart. + +## Examples + + +```cpp +if (shape.IsInGroup() && shape.GetTopInShape() == 8000) + shape.SetTopInShape(4000); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/gettoptocorner/_index.md b/spanish/cpp/aspose.cells.drawing/shape/gettoptocorner/_index.md new file mode 100644 index 00000000000..c13f50362d8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/gettoptocorner/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetTopToCorner method +linktitle: GetTopToCorner +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetTopToCorner method. Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels in C++.' +type: docs +weight: 11000 +url: /es/cpp/aspose.cells.drawing/shape/gettoptocorner/ +--- +## Shape::GetTopToCorner method + + +Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. + +```cpp +int32_t Aspose::Cells::Drawing::Shape::GetTopToCorner() +``` + + +## Examples + + +```cpp +if (shape.GetTopToCorner() == 3) + shape.SetTopToCorner(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/gettype/_index.md b/spanish/cpp/aspose.cells.drawing/shape/gettype/_index.md new file mode 100644 index 00000000000..9ef0dcbbdaf --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/gettype/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetType method. Gets the auto shape type in C++.' +type: docs +weight: 13100 +url: /es/cpp/aspose.cells.drawing/shape/gettype/ +--- +## Shape::GetType method + + +Gets the auto shape type. + +```cpp +AutoShapeType Aspose::Cells::Drawing::Shape::GetType() +``` + + +## Examples + + +```cpp +AutoShapeType autoShapeType = shape.GetType(); +``` + +## See Also + +* Enum [AutoShapeType](../../autoshapetype/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getupperdeltax/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getupperdeltax/_index.md new file mode 100644 index 00000000000..86997770016 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getupperdeltax/_index.md @@ -0,0 +1,37 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetUpperDeltaX method +linktitle: GetUpperDeltaX +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetUpperDeltaX method. Gets or sets the shape''s horizontal offset from its upper left corner column in C++.' +type: docs +weight: 6800 +url: /es/cpp/aspose.cells.drawing/shape/getupperdeltax/ +--- +## Shape::GetUpperDeltaX method + + +Gets or sets the shape's horizontal offset from its upper left corner column. + +```cpp +int32_t Aspose::Cells::Drawing::Shape::GetUpperDeltaX() +``` + +## Remarks + + +The range of value is 0 to 1024. + +## Examples + + +```cpp +if (shape.GetUpperDeltaX() == 3) + shape.SetUpperDeltaX(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getupperdeltay/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getupperdeltay/_index.md new file mode 100644 index 00000000000..7cd68f6151b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getupperdeltay/_index.md @@ -0,0 +1,37 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetUpperDeltaY method +linktitle: GetUpperDeltaY +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetUpperDeltaY method. Gets or sets the shape''s vertical offset from its upper left corner row in C++.' +type: docs +weight: 6400 +url: /es/cpp/aspose.cells.drawing/shape/getupperdeltay/ +--- +## Shape::GetUpperDeltaY method + + +Gets or sets the shape's vertical offset from its upper left corner row. + +```cpp +int32_t Aspose::Cells::Drawing::Shape::GetUpperDeltaY() +``` + +## Remarks + + +The range of value is 0 to 256. + +## Examples + + +```cpp +if (shape.GetUpperDeltaY() == 3) + shape.SetUpperDeltaY(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getupperleftcolumn/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getupperleftcolumn/_index.md new file mode 100644 index 00000000000..addf736fce5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getupperleftcolumn/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetUpperLeftColumn method +linktitle: GetUpperLeftColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetUpperLeftColumn method. Represents upper left corner column index in C++.' +type: docs +weight: 6600 +url: /es/cpp/aspose.cells.drawing/shape/getupperleftcolumn/ +--- +## Shape::GetUpperLeftColumn method + + +Represents upper left corner column index. + +```cpp +int32_t Aspose::Cells::Drawing::Shape::GetUpperLeftColumn() +``` + + +## Examples + + +```cpp +if (shape.GetUpperLeftColumn() == 3) + shape.SetUpperLeftColumn(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getupperleftrow/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getupperleftrow/_index.md new file mode 100644 index 00000000000..7e81ae27be7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getupperleftrow/_index.md @@ -0,0 +1,37 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetUpperLeftRow method +linktitle: GetUpperLeftRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetUpperLeftRow method. Represents the top row index in C++.' +type: docs +weight: 6200 +url: /es/cpp/aspose.cells.drawing/shape/getupperleftrow/ +--- +## Shape::GetUpperLeftRow method + + +Represents the top row index. + +```cpp +int32_t Aspose::Cells::Drawing::Shape::GetUpperLeftRow() +``` + +## Remarks + + +If the shape is in the shape or in the group , UpperLeftRow will be ignored. + +## Examples + + +```cpp +if (shape.GetUpperLeftRow() == 3) + shape.SetUpperLeftRow(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getwidth/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getwidth/_index.md new file mode 100644 index 00000000000..8a95b1252ed --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getwidth/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetWidth method +linktitle: GetWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetWidth method. Represents the width of shape, in unit of pixels in C++.' +type: docs +weight: 8200 +url: /es/cpp/aspose.cells.drawing/shape/getwidth/ +--- +## Shape::GetWidth method + + +Represents the width of shape, in unit of pixels. + +```cpp +int32_t Aspose::Cells::Drawing::Shape::GetWidth() +``` + + +## Examples + + +```cpp +if (shape.GetWidth() == 3) + shape.SetWidth(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getwidthcm/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getwidthcm/_index.md new file mode 100644 index 00000000000..d22d3e8c23c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getwidthcm/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetWidthCM method +linktitle: GetWidthCM +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetWidthCM method. Represents the width of the shape, in unit of centimeters in C++.' +type: docs +weight: 8800 +url: /es/cpp/aspose.cells.drawing/shape/getwidthcm/ +--- +## Shape::GetWidthCM method + + +Represents the width of the shape, in unit of centimeters. + +```cpp +double Aspose::Cells::Drawing::Shape::GetWidthCM() +``` + + +## Examples + + +```cpp +if (shape.GetWidthCM() == 3) + shape.SetWidthCM(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getwidthinch/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getwidthinch/_index.md new file mode 100644 index 00000000000..cdba3f8c370 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getwidthinch/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetWidthInch method +linktitle: GetWidthInch +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetWidthInch method. Represents the width of the shape, in unit of inch in C++.' +type: docs +weight: 8400 +url: /es/cpp/aspose.cells.drawing/shape/getwidthinch/ +--- +## Shape::GetWidthInch method + + +Represents the width of the shape, in unit of inch. + +```cpp +double Aspose::Cells::Drawing::Shape::GetWidthInch() +``` + + +## Examples + + +```cpp +if (shape.GetWidthInch() == 3) + shape.SetWidthInch(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getwidthinshape/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getwidthinshape/_index.md new file mode 100644 index 00000000000..a46cde6e413 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getwidthinshape/_index.md @@ -0,0 +1,37 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetWidthInShape method +linktitle: GetWidthInShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetWidthInShape method. Represents the width of the shape, in unit of 1/4000 of the parent shape in C++.' +type: docs +weight: 12600 +url: /es/cpp/aspose.cells.drawing/shape/getwidthinshape/ +--- +## Shape::GetWidthInShape method + + +Represents the width of the shape, in unit of 1/4000 of the parent shape. + +```cpp +int32_t Aspose::Cells::Drawing::Shape::GetWidthInShape() +``` + +## Remarks + + +Only Applies when this shape in the group or chart. + +## Examples + + +```cpp +if (shape.IsInGroup() && shape.GetWidthInShape() == 2000) + shape.SetWidthInShape(4000); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getwidthpt/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getwidthpt/_index.md new file mode 100644 index 00000000000..1356057b54d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getwidthpt/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetWidthPt method +linktitle: GetWidthPt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetWidthPt method. Represents the width of the shape, in unit of point in C++.' +type: docs +weight: 8600 +url: /es/cpp/aspose.cells.drawing/shape/getwidthpt/ +--- +## Shape::GetWidthPt method + + +Represents the width of the shape, in unit of point. + +```cpp +double Aspose::Cells::Drawing::Shape::GetWidthPt() +``` + + +## Examples + + +```cpp +if (shape.GetWidthPt() == 3) + shape.SetWidthPt(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getwidthscale/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getwidthscale/_index.md new file mode 100644 index 00000000000..3b89aca629c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getwidthscale/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetWidthScale method +linktitle: GetWidthScale +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetWidthScale method. Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100; in C++.' +type: docs +weight: 11800 +url: /es/cpp/aspose.cells.drawing/shape/getwidthscale/ +--- +## Shape::GetWidthScale method + + +Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. + +```cpp +int32_t Aspose::Cells::Drawing::Shape::GetWidthScale() +``` + + +## Examples + + +```cpp +if (shape.GetWidthScale() == 3) + shape.SetWidthScale(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getworksheet/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getworksheet/_index.md new file mode 100644 index 00000000000..0d167a282f5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getworksheet/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetWorksheet method +linktitle: GetWorksheet +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetWorksheet method. Gets the Worksheet object which contains this shape in C++.' +type: docs +weight: 4600 +url: /es/cpp/aspose.cells.drawing/shape/getworksheet/ +--- +## Shape::GetWorksheet method + + +Gets the [Worksheet](../../../aspose.cells/worksheet/) object which contains this shape. + +```cpp +Worksheet Aspose::Cells::Drawing::Shape::GetWorksheet() +``` + + +## Examples + + +```cpp +Worksheet worksheet = shape.GetWorksheet(); +``` + +## See Also + +* Class [Worksheet](../../../aspose.cells/worksheet/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getx/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getx/_index.md new file mode 100644 index 00000000000..9bd4108c326 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getx/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetX method +linktitle: GetX +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetX method. Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels in C++.' +type: docs +weight: 11400 +url: /es/cpp/aspose.cells.drawing/shape/getx/ +--- +## Shape::GetX method + + +Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. + +```cpp +int32_t Aspose::Cells::Drawing::Shape::GetX() +``` + + +## Examples + + +```cpp +if (shape.GetX() == 3) + shape.SetX(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/gety/_index.md b/spanish/cpp/aspose.cells.drawing/shape/gety/_index.md new file mode 100644 index 00000000000..131d001c354 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/gety/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetY method +linktitle: GetY +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetY method. Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels in C++.' +type: docs +weight: 11600 +url: /es/cpp/aspose.cells.drawing/shape/gety/ +--- +## Shape::GetY method + + +Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. + +```cpp +int32_t Aspose::Cells::Drawing::Shape::GetY() +``` + + +## Examples + + +```cpp +if (shape.GetY() == 3) + shape.SetY(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/getzorderposition/_index.md b/spanish/cpp/aspose.cells.drawing/shape/getzorderposition/_index.md new file mode 100644 index 00000000000..2d4bd8de5cd --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/getzorderposition/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::Shape::GetZOrderPosition method +linktitle: GetZOrderPosition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::GetZOrderPosition method. Returns the position of a shape in the z-order in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing/shape/getzorderposition/ +--- +## Shape::GetZOrderPosition method + + +Returns the position of a shape in the z-order. + +```cpp +int32_t Aspose::Cells::Drawing::Shape::GetZOrderPosition() +``` + + +## Examples + + +```cpp +if (shape.GetZOrderPosition() == 2) +{ + shape.SetZOrderPosition(3); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/isaspectratiolocked/_index.md b/spanish/cpp/aspose.cells.drawing/shape/isaspectratiolocked/_index.md new file mode 100644 index 00000000000..86729665b3c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/isaspectratiolocked/_index.md @@ -0,0 +1,39 @@ +--- +title: Aspose::Cells::Drawing::Shape::IsAspectRatioLocked method +linktitle: IsAspectRatioLocked +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::IsAspectRatioLocked method. True means that aspect ratio of the shape is locked in C++.' +type: docs +weight: 3200 +url: /es/cpp/aspose.cells.drawing/shape/isaspectratiolocked/ +--- +## Shape::IsAspectRatioLocked method + + +True means that aspect ratio of the shape is locked. + +```cpp +bool Aspose::Cells::Drawing::Shape::IsAspectRatioLocked() +``` + +## Remarks + + +Only for pictures and Ole Objects. + +## Examples + + +```cpp +if (shape.IsAspectRatioLocked() == false) +{ + shape.SetIsAspectRatioLocked(true); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/isdecorative/_index.md b/spanish/cpp/aspose.cells.drawing/shape/isdecorative/_index.md new file mode 100644 index 00000000000..34330120ced --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/isdecorative/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Shape::IsDecorative method +linktitle: IsDecorative +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::IsDecorative method. Indicates whether the object is decorative in C++.' +type: docs +weight: 18800 +url: /es/cpp/aspose.cells.drawing/shape/isdecorative/ +--- +## Shape::IsDecorative method + + +Indicates whether the object is decorative. + +```cpp +bool Aspose::Cells::Drawing::Shape::IsDecorative() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/isequation/_index.md b/spanish/cpp/aspose.cells.drawing/shape/isequation/_index.md new file mode 100644 index 00000000000..62e668878d3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/isequation/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Drawing::Shape::IsEquation method +linktitle: IsEquation +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::IsEquation method. Indicates whether the shape only contains an equation in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/shape/isequation/ +--- +## Shape::IsEquation method + + +Indicates whether the shape only contains an equation. + +```cpp +bool Aspose::Cells::Drawing::Shape::IsEquation() +``` + + +## Examples + + +```cpp +//Si es verdadero, la forma solo contiene una ecuación. +if (shape.IsEquation()) +{ + //La forma contiene solo una ecuación +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/isfilled/_index.md b/spanish/cpp/aspose.cells.drawing/shape/isfilled/_index.md new file mode 100644 index 00000000000..fa10dfb3fe5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/isfilled/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::IsFilled method +linktitle: IsFilled +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::IsFilled method. Indicates whether the fill format is visible in C++.' +type: docs +weight: 13400 +url: /es/cpp/aspose.cells.drawing/shape/isfilled/ +--- +## Shape::IsFilled method + + +Indicates whether the fill format is visible. + +```cpp +bool Aspose::Cells::Drawing::Shape::IsFilled() +``` + + +## Examples + + +```cpp +if (shape.IsFilled() == false) + shape.SetIsFilled(true); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/isflippedhorizontally/_index.md b/spanish/cpp/aspose.cells.drawing/shape/isflippedhorizontally/_index.md new file mode 100644 index 00000000000..27ba00e24f1 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/isflippedhorizontally/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::IsFlippedHorizontally method +linktitle: IsFlippedHorizontally +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::IsFlippedHorizontally method. Gets and sets whether shape is horizontally flipped in C++.' +type: docs +weight: 13600 +url: /es/cpp/aspose.cells.drawing/shape/isflippedhorizontally/ +--- +## Shape::IsFlippedHorizontally method + + +Gets and sets whether shape is horizontally flipped . + +```cpp +bool Aspose::Cells::Drawing::Shape::IsFlippedHorizontally() +``` + + +## Examples + + +```cpp +if (shape.IsFlippedHorizontally() == false) + shape.SetIsFlippedHorizontally(true); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/isflippedvertically/_index.md b/spanish/cpp/aspose.cells.drawing/shape/isflippedvertically/_index.md new file mode 100644 index 00000000000..3fd505152a9 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/isflippedvertically/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::IsFlippedVertically method +linktitle: IsFlippedVertically +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::IsFlippedVertically method. Gets and sets whether shape is vertically flipped in C++.' +type: docs +weight: 13800 +url: /es/cpp/aspose.cells.drawing/shape/isflippedvertically/ +--- +## Shape::IsFlippedVertically method + + +Gets and sets whether shape is vertically flipped . + +```cpp +bool Aspose::Cells::Drawing::Shape::IsFlippedVertically() +``` + + +## Examples + + +```cpp +if (shape.IsFlippedVertically() == false) + shape.SetIsFlippedVertically(true); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/isgroup/_index.md b/spanish/cpp/aspose.cells.drawing/shape/isgroup/_index.md new file mode 100644 index 00000000000..e5af995f069 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/isgroup/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::Shape::IsGroup method +linktitle: IsGroup +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::IsGroup method. Indicates whether this shape is a group shape in C++.' +type: docs +weight: 4700 +url: /es/cpp/aspose.cells.drawing/shape/isgroup/ +--- +## Shape::IsGroup method + + +Indicates whether this shape is a group shape. + +```cpp +bool Aspose::Cells::Drawing::Shape::IsGroup() +``` + + +## Examples + + +```cpp +if (shape.IsGroup()) +{ + //Esta forma es un grupo. +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/ishidden/_index.md b/spanish/cpp/aspose.cells.drawing/shape/ishidden/_index.md new file mode 100644 index 00000000000..683e6e6a50a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/ishidden/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::Shape::IsHidden method +linktitle: IsHidden +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::IsHidden method. Indicates whether the object is visible in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells.drawing/shape/ishidden/ +--- +## Shape::IsHidden method + + +Indicates whether the object is visible. + +```cpp +bool Aspose::Cells::Drawing::Shape::IsHidden() +``` + + +## Examples + + +```cpp +if (shape.IsHidden() == false) +{ + shape.SetIsHidden(true); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/isingroup/_index.md b/spanish/cpp/aspose.cells.drawing/shape/isingroup/_index.md new file mode 100644 index 00000000000..05c4c4831ea --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/isingroup/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Shape::IsInGroup method +linktitle: IsInGroup +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::IsInGroup method. Indicates whether the shape is grouped in C++.' +type: docs +weight: 4800 +url: /es/cpp/aspose.cells.drawing/shape/isingroup/ +--- +## Shape::IsInGroup method + + +Indicates whether the shape is grouped. + +```cpp +bool Aspose::Cells::Drawing::Shape::IsInGroup() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/islockaspectratio/_index.md b/spanish/cpp/aspose.cells.drawing/shape/islockaspectratio/_index.md new file mode 100644 index 00000000000..b81af701436 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/islockaspectratio/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::Shape::IsLockAspectRatio method +linktitle: IsLockAspectRatio +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::IsLockAspectRatio method. True means that aspect ratio of the shape is locked in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells.drawing/shape/islockaspectratio/ +--- +## Shape::IsLockAspectRatio method + + +True means that aspect ratio of the shape is locked. + + +>Deprecated +> +>Use Shape.IsAspectRatioLocked property instead. +```cpp +bool Aspose::Cells::Drawing::Shape::IsLockAspectRatio() +``` + +## Remarks + + +Only for pictures and Ole Objects. NOTE: This member is now obsolete. Instead, please use [Shape.IsAspectRatioLocked](../isaspectratiolocked/) property. This property will be removed 12 months later since July 2024. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/islocked/_index.md b/spanish/cpp/aspose.cells.drawing/shape/islocked/_index.md new file mode 100644 index 00000000000..8ce6643f2d1 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/islocked/_index.md @@ -0,0 +1,42 @@ +--- +title: Aspose::Cells::Drawing::Shape::IsLocked method +linktitle: IsLocked +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::IsLocked method. True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected in C++.' +type: docs +weight: 5100 +url: /es/cpp/aspose.cells.drawing/shape/islocked/ +--- +## Shape::IsLocked method + + +True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. + +```cpp +bool Aspose::Cells::Drawing::Shape::IsLocked() +``` + + +## Examples + + +```cpp +//Establece la forma especificada en estado desbloqueado +if (shape.GetWorksheet().IsProtected() && shape.IsLocked()) +{ + shape.SetIsLocked(false); +} + +//Establece la forma especificada en un estado bloqueado +if (shape.GetWorksheet().IsProtected() && !shape.IsLocked()) +{ + shape.SetIsLocked(true); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/shape/isnull/_index.md new file mode 100644 index 00000000000..28696c0fe32 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::Shape::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/shape/isnull/ +--- +## Shape::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::Shape::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/isprintable/_index.md b/spanish/cpp/aspose.cells.drawing/shape/isprintable/_index.md new file mode 100644 index 00000000000..914b17ee68b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/isprintable/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::IsPrintable method +linktitle: IsPrintable +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::IsPrintable method. Indicates whether the object is printable. If False, this shape will not be printed when printing in C++.' +type: docs +weight: 5300 +url: /es/cpp/aspose.cells.drawing/shape/isprintable/ +--- +## Shape::IsPrintable method + + +Indicates whether the object is printable. If False, this shape will not be printed when printing. + +```cpp +bool Aspose::Cells::Drawing::Shape::IsPrintable() +``` + + +## Examples + + +```cpp +if (shape.IsPrintable()) + shape.SetIsPrintable(false); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/isrichtext/_index.md b/spanish/cpp/aspose.cells.drawing/shape/isrichtext/_index.md new file mode 100644 index 00000000000..240af4c2023 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/isrichtext/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::Shape::IsRichText method +linktitle: IsRichText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::IsRichText method. Whether or not the text is rich text in C++.' +type: docs +weight: 16000 +url: /es/cpp/aspose.cells.drawing/shape/isrichtext/ +--- +## Shape::IsRichText method + + +Whether or not the text is rich text. + +```cpp +bool Aspose::Cells::Drawing::Shape::IsRichText() +``` + + +## Examples + + +```cpp +if (shape.IsRichText()) +{ + //"El texto es texto enriquecido." +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/issamesetting/_index.md b/spanish/cpp/aspose.cells.drawing/shape/issamesetting/_index.md new file mode 100644 index 00000000000..ca04a351f9e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/issamesetting/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::Shape::IsSameSetting method +linktitle: IsSameSetting +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::IsSameSetting method. Returns whether the shape is same in C++.' +type: docs +weight: 19300 +url: /es/cpp/aspose.cells.drawing/shape/issamesetting/ +--- +## Shape::IsSameSetting method + + +Returns whether the shape is same. + +```cpp +bool Aspose::Cells::Drawing::Shape::IsSameSetting(const Aspose::Cells::Object &obj) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| obj | const Aspose::Cells::Object\& | | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Object](../../../aspose.cells/object/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/issmartart/_index.md b/spanish/cpp/aspose.cells.drawing/shape/issmartart/_index.md new file mode 100644 index 00000000000..a7daa526d57 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/issmartart/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::Shape::IsSmartArt method +linktitle: IsSmartArt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::IsSmartArt method. Indicates whether the shape is a smart art in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing/shape/issmartart/ +--- +## Shape::IsSmartArt method + + +Indicates whether the shape is a smart art. + +```cpp +bool Aspose::Cells::Drawing::Shape::IsSmartArt() +``` + +## Remarks + + +Only for ooxml file. + +## Examples + + +```cpp +//si es verdadero, la forma es un SmartArt. +if (shape.IsSmartArt()) +{ + //La forma es un objeto SmartArt. +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/istextwrapped/_index.md b/spanish/cpp/aspose.cells.drawing/shape/istextwrapped/_index.md new file mode 100644 index 00000000000..b500f74fac1 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/istextwrapped/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::IsTextWrapped method +linktitle: IsTextWrapped +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::IsTextWrapped method. Gets and sets the text wrapped type of the shape which contains text in C++.' +type: docs +weight: 17000 +url: /es/cpp/aspose.cells.drawing/shape/istextwrapped/ +--- +## Shape::IsTextWrapped method + + +Gets and sets the text wrapped type of the shape which contains text. + +```cpp +bool Aspose::Cells::Drawing::Shape::IsTextWrapped() +``` + + +## Examples + + +```cpp +if (shape.IsTextWrapped()) + shape.SetIsTextWrapped(!shape.IsTextWrapped()); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/iswordart/_index.md b/spanish/cpp/aspose.cells.drawing/shape/iswordart/_index.md new file mode 100644 index 00000000000..64d16f77ac8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/iswordart/_index.md @@ -0,0 +1,39 @@ +--- +title: Aspose::Cells::Drawing::Shape::IsWordArt method +linktitle: IsWordArt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::IsWordArt method. Indicates whether this shape is a word art in C++.' +type: docs +weight: 4900 +url: /es/cpp/aspose.cells.drawing/shape/iswordart/ +--- +## Shape::IsWordArt method + + +Indicates whether this shape is a word art. + +```cpp +bool Aspose::Cells::Drawing::Shape::IsWordArt() +``` + +## Remarks + + +Only for the Legacy [Shape](../) of xls file. + +## Examples + + +```cpp +if (shape.IsWordArt()) +{ + //Esta forma es un objeto WordArt. +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/movetorange/_index.md b/spanish/cpp/aspose.cells.drawing/shape/movetorange/_index.md new file mode 100644 index 00000000000..d632e06dab4 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/movetorange/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::Shape::MoveToRange method +linktitle: MoveToRange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::MoveToRange method. Moves the shape to a specified range in C++.' +type: docs +weight: 4100 +url: /es/cpp/aspose.cells.drawing/shape/movetorange/ +--- +## Shape::MoveToRange method + + +Moves the shape to a specified range. + +```cpp +void Aspose::Cells::Drawing::Shape::MoveToRange(int32_t topRow, int32_t leftColumn, int32_t bottomRow, int32_t rightColumn) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| topRow | int32_t | Upper left row index. | +| leftColumn | int32_t | Upper left column index. | +| bottomRow | int32_t | Lower right row index | +| rightColumn | int32_t | Lower right column index | + + +## Examples + + +```cpp +shape.MoveToRange(12, 3, 13, 5); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/shape/operator_asm/_index.md new file mode 100644 index 00000000000..0134050cc6d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Shape::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/shape/operator_asm/ +--- +## Shape::operator= method + + +operator= + +```cpp +Shape & Aspose::Cells::Drawing::Shape::operator=(const Shape &src) +``` + +## See Also + +* Class [Shape](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/shape/operator_bool/_index.md new file mode 100644 index 00000000000..0264fc604c0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Shape::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/shape/operator_bool/ +--- +## Shape::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::Shape::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/removeactivexcontrol/_index.md b/spanish/cpp/aspose.cells.drawing/shape/removeactivexcontrol/_index.md new file mode 100644 index 00000000000..a604525dede --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/removeactivexcontrol/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::Shape::RemoveActiveXControl method +linktitle: RemoveActiveXControl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::RemoveActiveXControl method. Remove activeX control in C++.' +type: docs +weight: 18300 +url: /es/cpp/aspose.cells.drawing/shape/removeactivexcontrol/ +--- +## Shape::RemoveActiveXControl method + + +Remove activeX control. + +```cpp +void Aspose::Cells::Drawing::Shape::RemoveActiveXControl() +``` + + +## Examples + + +```cpp +if (!shape.GetActiveXControl().IsNull()) +{ + shape.RemoveActiveXControl(); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/removehyperlink/_index.md b/spanish/cpp/aspose.cells.drawing/shape/removehyperlink/_index.md new file mode 100644 index 00000000000..31c7e552dfa --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/removehyperlink/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::Shape::RemoveHyperlink method +linktitle: RemoveHyperlink +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::RemoveHyperlink method. Removes the hyperlink of the shape in C++.' +type: docs +weight: 3900 +url: /es/cpp/aspose.cells.drawing/shape/removehyperlink/ +--- +## Shape::RemoveHyperlink method + + +Removes the hyperlink of the shape. + +```cpp +void Aspose::Cells::Drawing::Shape::RemoveHyperlink() +``` + + +## Examples + + +```cpp +shape.RemoveHyperlink(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setalternativetext/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setalternativetext/_index.md new file mode 100644 index 00000000000..3379d41eed6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setalternativetext/_index.md @@ -0,0 +1,63 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetAlternativeText method +linktitle: SetAlternativeText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetAlternativeText method. Returns or sets the descriptive (alternative) text string of the Shape object in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing/shape/setalternativetext/ +--- +## Shape::SetAlternativeText(const U16String\&) method + + +Returns or sets the descriptive (alternative) text string of the [Shape](../) object. + +```cpp +void Aspose::Cells::Drawing::Shape::SetAlternativeText(const U16String &value) +``` + + +## Examples + + +```cpp +U16String txt = u"a rectangle"; +if (shape.GetAlternativeText() == u"rectangle") +{ + shape.SetAlternativeText(txt); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## Shape::SetAlternativeText(const char16_t*) method + + +Returns or sets the descriptive (alternative) text string of the [Shape](../) object. + +```cpp +void Aspose::Cells::Drawing::Shape::SetAlternativeText(const char16_t *value) +``` + + +## Examples + + +```cpp +if (shape.GetAlternativeText() == u"rectangle") +{ + shape.SetAlternativeText(u"a rectangle"); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setanchortype/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setanchortype/_index.md new file mode 100644 index 00000000000..4bfc4ffd91c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setanchortype/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetAnchorType method +linktitle: SetAnchorType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetAnchorType method. Gets and set the type of the shape anchor placeholder in C++.' +type: docs +weight: 5900 +url: /es/cpp/aspose.cells.drawing/shape/setanchortype/ +--- +## Shape::SetAnchorType method + + +Gets and set the type of the shape anchor placeholder. + +```cpp +void Aspose::Cells::Drawing::Shape::SetAnchorType(ShapeAnchorType value) +``` + + +## Examples + + +```cpp +if (shape.GetAnchorType() == ShapeAnchorType::OneCellAnchor) + shape.SetAnchorType(ShapeAnchorType::TwoCellAnchor); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ShapeAnchorType](../../shapeanchortype/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setautoshapetype/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setautoshapetype/_index.md new file mode 100644 index 00000000000..a3dace06154 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setautoshapetype/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetAutoShapeType method +linktitle: SetAutoShapeType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetAutoShapeType method. Gets and sets the auto shape type in C++.' +type: docs +weight: 5700 +url: /es/cpp/aspose.cells.drawing/shape/setautoshapetype/ +--- +## Shape::SetAutoShapeType method + + +Gets and sets the auto shape type. + +```cpp +void Aspose::Cells::Drawing::Shape::SetAutoShapeType(AutoShapeType value) +``` + + +## Examples + + +```cpp +if (shape.GetAutoShapeType() == AutoShapeType::Unknown) + shape.SetAutoShapeType(AutoShapeType::Rectangle); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [AutoShapeType](../../autoshapetype/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setbottom/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setbottom/_index.md new file mode 100644 index 00000000000..67f66c45ff4 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setbottom/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetBottom method +linktitle: SetBottom +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetBottom method. Represents the width of the shape''s vertical offset from its lower bottom corner row, in unit of pixels in C++.' +type: docs +weight: 8100 +url: /es/cpp/aspose.cells.drawing/shape/setbottom/ +--- +## Shape::SetBottom method + + +Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. + +```cpp +void Aspose::Cells::Drawing::Shape::SetBottom(int32_t value) +``` + + +## Examples + + +```cpp +if (shape.GetBottom() == 3) + shape.SetBottom(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setcreateid/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setcreateid/_index.md new file mode 100644 index 00000000000..7898e3468cf --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setcreateid/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetCreateId method +linktitle: SetCreateId +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetCreateId method. Gets and sets create id for this shape in C++.' +type: docs +weight: 18700 +url: /es/cpp/aspose.cells.drawing/shape/setcreateid/ +--- +## Shape::SetCreateId method + + +Gets and sets create id for this shape. + +```cpp +void Aspose::Cells::Drawing::Shape::SetCreateId(const UUID &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Typedef [UUID](../../../aspose.cells/uuid/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setfont/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setfont/_index.md new file mode 100644 index 00000000000..fc0c8b2ad16 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setfont/_index.md @@ -0,0 +1,37 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetFont method +linktitle: SetFont +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetFont method. Represents the font of shape in C++.' +type: docs +weight: 15400 +url: /es/cpp/aspose.cells.drawing/shape/setfont/ +--- +## Shape::SetFont method + + +Represents the font of shape. + +```cpp +void Aspose::Cells::Drawing::Shape::SetFont(const Aspose::Cells::Font &value) +``` + + +## Examples + + +```cpp +Font font = shape.GetFont(); +font.SetName(u"Arial"); +font.SetSize(12); +font.SetColor(Color{ 0xff, 0xff, 0, 0 }); +shape.SetFont(font); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Font](../../../aspose.cells/font/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/sethasline/_index.md b/spanish/cpp/aspose.cells.drawing/shape/sethasline/_index.md new file mode 100644 index 00000000000..b37ba35823f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/sethasline/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetHasLine method +linktitle: SetHasLine +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetHasLine method. Gets and sets the line border of the shape is visible in C++.' +type: docs +weight: 13300 +url: /es/cpp/aspose.cells.drawing/shape/sethasline/ +--- +## Shape::SetHasLine method + + +Gets and sets the line border of the shape is visible. + +```cpp +void Aspose::Cells::Drawing::Shape::SetHasLine(bool value) +``` + + +## Examples + + +```cpp +if (shape.GetHasLine() == false) + shape.SetHasLine(true); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setheight/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setheight/_index.md new file mode 100644 index 00000000000..1503c955ebb --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setheight/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetHeight method +linktitle: SetHeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetHeight method. Represents the height of shape, in unit of pixel in C++.' +type: docs +weight: 9100 +url: /es/cpp/aspose.cells.drawing/shape/setheight/ +--- +## Shape::SetHeight method + + +Represents the height of shape, in unit of pixel. + +```cpp +void Aspose::Cells::Drawing::Shape::SetHeight(int32_t value) +``` + + +## Examples + + +```cpp +if (shape.GetHeight() == 3) + shape.SetHeight(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setheightcm/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setheightcm/_index.md new file mode 100644 index 00000000000..5553cfb8211 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setheightcm/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetHeightCM method +linktitle: SetHeightCM +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetHeightCM method. Represents the height of the shape, in unit of centimeters in C++.' +type: docs +weight: 9700 +url: /es/cpp/aspose.cells.drawing/shape/setheightcm/ +--- +## Shape::SetHeightCM method + + +Represents the height of the shape, in unit of centimeters. + +```cpp +void Aspose::Cells::Drawing::Shape::SetHeightCM(double value) +``` + + +## Examples + + +```cpp +if (shape.GetHeightCM() == 3) + shape.SetHeightCM(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setheightinch/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setheightinch/_index.md new file mode 100644 index 00000000000..5da1001cb61 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setheightinch/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetHeightInch method +linktitle: SetHeightInch +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetHeightInch method. Represents the height of the shape, in unit of inches in C++.' +type: docs +weight: 9300 +url: /es/cpp/aspose.cells.drawing/shape/setheightinch/ +--- +## Shape::SetHeightInch method + + +Represents the height of the shape, in unit of inches. + +```cpp +void Aspose::Cells::Drawing::Shape::SetHeightInch(double value) +``` + + +## Examples + + +```cpp +if (shape.GetHeightInch() == 3) + shape.SetHeightInch(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setheightinshape/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setheightinshape/_index.md new file mode 100644 index 00000000000..6788f3e366e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setheightinshape/_index.md @@ -0,0 +1,37 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetHeightInShape method +linktitle: SetHeightInShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetHeightInShape method. Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape in C++.' +type: docs +weight: 12900 +url: /es/cpp/aspose.cells.drawing/shape/setheightinshape/ +--- +## Shape::SetHeightInShape method + + +Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. + +```cpp +void Aspose::Cells::Drawing::Shape::SetHeightInShape(int32_t value) +``` + +## Remarks + + +Only Applies when this shape in the group or chart. + +## Examples + + +```cpp +if (shape.IsInGroup() && shape.GetHeightInShape() == 4000) + shape.SetHeightInShape(2000); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setheightpt/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setheightpt/_index.md new file mode 100644 index 00000000000..f1d0c204fd7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setheightpt/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetHeightPt method +linktitle: SetHeightPt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetHeightPt method. Represents the height of the shape, in unit of points in C++.' +type: docs +weight: 9500 +url: /es/cpp/aspose.cells.drawing/shape/setheightpt/ +--- +## Shape::SetHeightPt method + + +Represents the height of the shape, in unit of points. + +```cpp +void Aspose::Cells::Drawing::Shape::SetHeightPt(double value) +``` + + +## Examples + + +```cpp +if (shape.GetHeightPt() == 3) + shape.SetHeightPt(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setheightscale/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setheightscale/_index.md new file mode 100644 index 00000000000..8502506d0ae --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setheightscale/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetHeightScale method +linktitle: SetHeightScale +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetHeightScale method. Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100; in C++.' +type: docs +weight: 12100 +url: /es/cpp/aspose.cells.drawing/shape/setheightscale/ +--- +## Shape::SetHeightScale method + + +Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. + +```cpp +void Aspose::Cells::Drawing::Shape::SetHeightScale(int32_t value) +``` + + +## Examples + + +```cpp +if (shape.GetHeightScale() == 3) + shape.SetHeightScale(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/sethtmltext/_index.md b/spanish/cpp/aspose.cells.drawing/shape/sethtmltext/_index.md new file mode 100644 index 00000000000..2d305fbb61a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/sethtmltext/_index.md @@ -0,0 +1,65 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetHtmlText method +linktitle: SetHtmlText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetHtmlText method. Gets and sets the html string which contains data and some formats in this textbox in C++.' +type: docs +weight: 16200 +url: /es/cpp/aspose.cells.drawing/shape/sethtmltext/ +--- +## Shape::SetHtmlText(const U16String\&) method + + +Gets and sets the html string which contains data and some formats in this textbox. + +```cpp +void Aspose::Cells::Drawing::Shape::SetHtmlText(const U16String &value) +``` + + +## Examples + + +```cpp +U16String txt = u"This is a test."; +U16String html = shape.GetHtmlText(); +if (html.IsNull() || html.IsEmpty()) +{ + shape.SetHtmlText(txt); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## Shape::SetHtmlText(const char16_t*) method + + +Gets and sets the html string which contains data and some formats in this textbox. + +```cpp +void Aspose::Cells::Drawing::Shape::SetHtmlText(const char16_t *value) +``` + + +## Examples + + +```cpp +U16String html = shape.GetHtmlText(); +if (html.IsNull() || html.IsEmpty()) +{ + shape.SetHtmlText(u"This is a test."); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setinputrange/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setinputrange/_index.md new file mode 100644 index 00000000000..0c7110c091a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setinputrange/_index.md @@ -0,0 +1,161 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetInputRange method +linktitle: SetInputRange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetInputRange method. Gets or sets the worksheet range used to fill the specified combo box in C++.' +type: docs +weight: 14800 +url: /es/cpp/aspose.cells.drawing/shape/setinputrange/ +--- +## Shape::SetInputRange(const U16String\&) method + + +Gets or sets the worksheet range used to fill the specified combo box. + +```cpp +void Aspose::Cells::Drawing::Shape::SetInputRange(const U16String &value) +``` + + +## Examples + + +```cpp +U16String range = u"$A$1:$A$5"; +if (shape.GetInputRange() == u"$B$6:$B10") + shape.SetInputRange(range); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## Shape::SetInputRange(const char16_t*) method + + +Gets or sets the worksheet range used to fill the specified combo box. + +```cpp +void Aspose::Cells::Drawing::Shape::SetInputRange(const char16_t *value) +``` + + +## Examples + + +```cpp +if (shape.GetInputRange() == u"$B$6:$B10") + shape.SetInputRange(u"$A$1:$A$5"); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## Shape::SetInputRange(const U16String\&, bool, bool) method + + +Sets the range used to fill the control. + +```cpp +void Aspose::Cells::Drawing::Shape::SetInputRange(const U16String &formula, bool isR1C1, bool isLocal) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| formula | const U16String\& | The range used to fill the control. | +| isR1C1 | bool | Whether the formula needs to be formatted as R1C1. | +| isLocal | bool | Whether the formula needs to be formatted by locale. | + + +## Examples + + +```cpp +//Después de ejecutar el código a continuación, se crea un objeto ListBox en el archivo generado. Cuando se hace clic en la opción seleccionada, el valor seleccionado se muestra en la celda A12. + +for (int i = 0; i < 10; ++i) +{ + Cell cell = book.GetWorksheets().Get(0).GetCells().Get(i, 0); + cell.PutValue(i + 1); +} + +//Crear un objeto ListBox + +//Controles ActiveX +//Aspose.Cells.Drawing.Shape listBox = book.GetWorksheets().Get(0).GetShapes().AddActiveXControl( Aspose.Cells.Drawing.ActiveXControls.ControlType::ListBox,2, 0, 2, 0, 130, 130); + +//Controles de formulario +Shape listBox = book.GetWorksheets().Get(0).GetShapes().AddListBox(2, 0, 2, 0, 130, 130); + +//Establece el rango usado para rellenar el control. +U16String val = u"$A$1:$A$6"; +listBox.SetInputRange(val, false, false); + +//Establece el rango vinculado al valor del control. +listBox.SetLinkedCell(u"$A$12", false, true); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## Shape::SetInputRange(const char16_t*, bool, bool) method + + +Sets the range used to fill the control. + +```cpp +void Aspose::Cells::Drawing::Shape::SetInputRange(const char16_t *formula, bool isR1C1, bool isLocal) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| formula | const char16_t* | The range used to fill the control. | +| isR1C1 | bool | Whether the formula needs to be formatted as R1C1. | +| isLocal | bool | Whether the formula needs to be formatted by locale. | + + +## Examples + + +```cpp +//Después de ejecutar el código a continuación, se crea un objeto ListBox en el archivo generado. Cuando se hace clic en la opción seleccionada, el valor seleccionado se muestra en la celda A12. + +for (int i = 0; i < 10; ++i) +{ + Cell cell = book.GetWorksheets().Get(0).GetCells().Get(i, 0); + cell.PutValue(i + 1); +} + +//Crear un objeto ListBox + +//Controles ActiveX +//Aspose.Cells.Drawing.Shape listBox = book.GetWorksheets().Get(0).GetShapes().AddActiveXControl( Aspose.Cells.Drawing.ActiveXControls.ControlType::ListBox,2, 0, 2, 0, 130, 130); + +//Controles de formulario +Shape listBox = book.GetWorksheets().Get(0).GetShapes().AddListBox(2, 0, 2, 0, 130, 130); + +//Establece el rango usado para rellenar el control. +listBox.SetInputRange(u"$A$1:$A$6", false, false); + +//Establece el rango vinculado al valor del control. +listBox.SetLinkedCell(u"$A$12", false, true); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setisaspectratiolocked/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setisaspectratiolocked/_index.md new file mode 100644 index 00000000000..260d56bfce2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setisaspectratiolocked/_index.md @@ -0,0 +1,39 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetIsAspectRatioLocked method +linktitle: SetIsAspectRatioLocked +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetIsAspectRatioLocked method. True means that aspect ratio of the shape is locked in C++.' +type: docs +weight: 3300 +url: /es/cpp/aspose.cells.drawing/shape/setisaspectratiolocked/ +--- +## Shape::SetIsAspectRatioLocked method + + +True means that aspect ratio of the shape is locked. + +```cpp +void Aspose::Cells::Drawing::Shape::SetIsAspectRatioLocked(bool value) +``` + +## Remarks + + +Only for pictures and Ole Objects. + +## Examples + + +```cpp +if (shape.IsAspectRatioLocked() == false) +{ + shape.SetIsAspectRatioLocked(true); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setisdecorative/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setisdecorative/_index.md new file mode 100644 index 00000000000..281550a4fda --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setisdecorative/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetIsDecorative method +linktitle: SetIsDecorative +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetIsDecorative method. Indicates whether the object is decorative in C++.' +type: docs +weight: 18900 +url: /es/cpp/aspose.cells.drawing/shape/setisdecorative/ +--- +## Shape::SetIsDecorative method + + +Indicates whether the object is decorative. + +```cpp +void Aspose::Cells::Drawing::Shape::SetIsDecorative(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setisfilled/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setisfilled/_index.md new file mode 100644 index 00000000000..3783edaad7e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setisfilled/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetIsFilled method +linktitle: SetIsFilled +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetIsFilled method. Indicates whether the fill format is visible in C++.' +type: docs +weight: 13500 +url: /es/cpp/aspose.cells.drawing/shape/setisfilled/ +--- +## Shape::SetIsFilled method + + +Indicates whether the fill format is visible. + +```cpp +void Aspose::Cells::Drawing::Shape::SetIsFilled(bool value) +``` + + +## Examples + + +```cpp +if (shape.IsFilled() == false) + shape.SetIsFilled(true); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setisflippedhorizontally/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setisflippedhorizontally/_index.md new file mode 100644 index 00000000000..72f459de462 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setisflippedhorizontally/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetIsFlippedHorizontally method +linktitle: SetIsFlippedHorizontally +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetIsFlippedHorizontally method. Gets and sets whether shape is horizontally flipped in C++.' +type: docs +weight: 13700 +url: /es/cpp/aspose.cells.drawing/shape/setisflippedhorizontally/ +--- +## Shape::SetIsFlippedHorizontally method + + +Gets and sets whether shape is horizontally flipped . + +```cpp +void Aspose::Cells::Drawing::Shape::SetIsFlippedHorizontally(bool value) +``` + + +## Examples + + +```cpp +if (shape.IsFlippedHorizontally() == false) + shape.SetIsFlippedHorizontally(true); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setisflippedvertically/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setisflippedvertically/_index.md new file mode 100644 index 00000000000..bdeee6f6e47 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setisflippedvertically/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetIsFlippedVertically method +linktitle: SetIsFlippedVertically +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetIsFlippedVertically method. Gets and sets whether shape is vertically flipped in C++.' +type: docs +weight: 13900 +url: /es/cpp/aspose.cells.drawing/shape/setisflippedvertically/ +--- +## Shape::SetIsFlippedVertically method + + +Gets and sets whether shape is vertically flipped . + +```cpp +void Aspose::Cells::Drawing::Shape::SetIsFlippedVertically(bool value) +``` + + +## Examples + + +```cpp +if (shape.IsFlippedVertically() == false) + shape.SetIsFlippedVertically(true); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setishidden/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setishidden/_index.md new file mode 100644 index 00000000000..eee5181bf5e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setishidden/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetIsHidden method +linktitle: SetIsHidden +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetIsHidden method. Indicates whether the object is visible in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells.drawing/shape/setishidden/ +--- +## Shape::SetIsHidden method + + +Indicates whether the object is visible. + +```cpp +void Aspose::Cells::Drawing::Shape::SetIsHidden(bool value) +``` + + +## Examples + + +```cpp +if (shape.IsHidden() == false) +{ + shape.SetIsHidden(true); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setislockaspectratio/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setislockaspectratio/_index.md new file mode 100644 index 00000000000..878100d2cd5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setislockaspectratio/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetIsLockAspectRatio method +linktitle: SetIsLockAspectRatio +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetIsLockAspectRatio method. True means that aspect ratio of the shape is locked in C++.' +type: docs +weight: 3100 +url: /es/cpp/aspose.cells.drawing/shape/setislockaspectratio/ +--- +## Shape::SetIsLockAspectRatio method + + +True means that aspect ratio of the shape is locked. + + +>Deprecated +> +>Use Shape.IsAspectRatioLocked property instead. +```cpp +void Aspose::Cells::Drawing::Shape::SetIsLockAspectRatio(bool value) +``` + +## Remarks + + +Only for pictures and Ole Objects. NOTE: This member is now obsolete. Instead, please use [Shape.IsAspectRatioLocked](../isaspectratiolocked/) property. This property will be removed 12 months later since July 2024. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setislocked/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setislocked/_index.md new file mode 100644 index 00000000000..7c3c2bbef26 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setislocked/_index.md @@ -0,0 +1,42 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetIsLocked method +linktitle: SetIsLocked +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetIsLocked method. True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected in C++.' +type: docs +weight: 5200 +url: /es/cpp/aspose.cells.drawing/shape/setislocked/ +--- +## Shape::SetIsLocked method + + +True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. + +```cpp +void Aspose::Cells::Drawing::Shape::SetIsLocked(bool value) +``` + + +## Examples + + +```cpp +//Establece la forma especificada en estado desbloqueado +if (shape.GetWorksheet().IsProtected() && shape.IsLocked()) +{ + shape.SetIsLocked(false); +} + +//Establece la forma especificada en un estado bloqueado +if (shape.GetWorksheet().IsProtected() && !shape.IsLocked()) +{ + shape.SetIsLocked(true); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setisprintable/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setisprintable/_index.md new file mode 100644 index 00000000000..eeb2a65157b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setisprintable/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetIsPrintable method +linktitle: SetIsPrintable +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetIsPrintable method. Indicates whether the object is printable. If False, this shape will not be printed when printing in C++.' +type: docs +weight: 5400 +url: /es/cpp/aspose.cells.drawing/shape/setisprintable/ +--- +## Shape::SetIsPrintable method + + +Indicates whether the object is printable. If False, this shape will not be printed when printing. + +```cpp +void Aspose::Cells::Drawing::Shape::SetIsPrintable(bool value) +``` + + +## Examples + + +```cpp +if (shape.IsPrintable()) + shape.SetIsPrintable(false); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setistextwrapped/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setistextwrapped/_index.md new file mode 100644 index 00000000000..4a1073b9a18 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setistextwrapped/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetIsTextWrapped method +linktitle: SetIsTextWrapped +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetIsTextWrapped method. Gets and sets the text wrapped type of the shape which contains text in C++.' +type: docs +weight: 17100 +url: /es/cpp/aspose.cells.drawing/shape/setistextwrapped/ +--- +## Shape::SetIsTextWrapped method + + +Gets and sets the text wrapped type of the shape which contains text. + +```cpp +void Aspose::Cells::Drawing::Shape::SetIsTextWrapped(bool value) +``` + + +## Examples + + +```cpp +if (shape.IsTextWrapped()) + shape.SetIsTextWrapped(!shape.IsTextWrapped()); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setleft/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setleft/_index.md new file mode 100644 index 00000000000..7b9c7cff469 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setleft/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetLeft method +linktitle: SetLeft +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetLeft method. Represents the horizontal offset of shape from its left column, in unit of pixels in C++.' +type: docs +weight: 9900 +url: /es/cpp/aspose.cells.drawing/shape/setleft/ +--- +## Shape::SetLeft method + + +Represents the horizontal offset of shape from its left column, in unit of pixels. + +```cpp +void Aspose::Cells::Drawing::Shape::SetLeft(int32_t value) +``` + + +## Examples + + +```cpp +if (shape.GetLeft() == 3) + shape.SetLeft(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setleftcm/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setleftcm/_index.md new file mode 100644 index 00000000000..635c6ed2117 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setleftcm/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetLeftCM method +linktitle: SetLeftCM +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetLeftCM method. Represents the horizontal offset of shape from its left column, in unit of centimeters in C++.' +type: docs +weight: 10300 +url: /es/cpp/aspose.cells.drawing/shape/setleftcm/ +--- +## Shape::SetLeftCM method + + +Represents the horizontal offset of shape from its left column, in unit of centimeters. + +```cpp +void Aspose::Cells::Drawing::Shape::SetLeftCM(double value) +``` + + +## Examples + + +```cpp +if (shape.GetLeftCM() == 3) + shape.SetLeftCM(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setleftinch/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setleftinch/_index.md new file mode 100644 index 00000000000..087a8c45d8f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setleftinch/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetLeftInch method +linktitle: SetLeftInch +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetLeftInch method. Represents the horizontal offset of shape from its left column, in unit of inches in C++.' +type: docs +weight: 10100 +url: /es/cpp/aspose.cells.drawing/shape/setleftinch/ +--- +## Shape::SetLeftInch method + + +Represents the horizontal offset of shape from its left column, in unit of inches. + +```cpp +void Aspose::Cells::Drawing::Shape::SetLeftInch(double value) +``` + + +## Examples + + +```cpp +if (shape.GetLeftInch() == 3) + shape.SetLeftInch(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setleftinshape/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setleftinshape/_index.md new file mode 100644 index 00000000000..30833b1a8d2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setleftinshape/_index.md @@ -0,0 +1,37 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetLeftInShape method +linktitle: SetLeftInShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetLeftInShape method. Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape in C++.' +type: docs +weight: 12500 +url: /es/cpp/aspose.cells.drawing/shape/setleftinshape/ +--- +## Shape::SetLeftInShape method + + +Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. + +```cpp +void Aspose::Cells::Drawing::Shape::SetLeftInShape(int32_t value) +``` + +## Remarks + + +Only Applies when this shape in the group or chart. + +## Examples + + +```cpp +if (shape.IsInGroup() && shape.GetLeftInShape() == 2000) + shape.SetLeftInShape(4000); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setlefttocorner/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setlefttocorner/_index.md new file mode 100644 index 00000000000..ebeb687dc43 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setlefttocorner/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetLeftToCorner method +linktitle: SetLeftToCorner +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetLeftToCorner method. Gets and sets the horizonal offset of shape from worksheet left border in C++.' +type: docs +weight: 11300 +url: /es/cpp/aspose.cells.drawing/shape/setlefttocorner/ +--- +## Shape::SetLeftToCorner method + + +Gets and sets the horizonal offset of shape from worksheet left border. + +```cpp +void Aspose::Cells::Drawing::Shape::SetLeftToCorner(int32_t value) +``` + + +## Examples + + +```cpp +if (shape.GetLeftToCorner() == 3) + shape.SetLeftToCorner(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setlinkedcell/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setlinkedcell/_index.md new file mode 100644 index 00000000000..91ac5fdada1 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setlinkedcell/_index.md @@ -0,0 +1,139 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetLinkedCell method +linktitle: SetLinkedCell +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetLinkedCell method. Gets or sets the worksheet range linked to the control''s value in C++.' +type: docs +weight: 14600 +url: /es/cpp/aspose.cells.drawing/shape/setlinkedcell/ +--- +## Shape::SetLinkedCell(const U16String\&) method + + +Gets or sets the worksheet range linked to the control's value. + +```cpp +void Aspose::Cells::Drawing::Shape::SetLinkedCell(const U16String &value) +``` + + +## Examples + + +```cpp +U16String val = u"A1"; +if (shape.GetLinkedCell() == u"$B$6") + shape.SetLinkedCell(val); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## Shape::SetLinkedCell(const char16_t*) method + + +Gets or sets the worksheet range linked to the control's value. + +```cpp +void Aspose::Cells::Drawing::Shape::SetLinkedCell(const char16_t *value) +``` + + +## Examples + + +```cpp +if (shape.GetLinkedCell() == u"$B$6") + shape.SetLinkedCell(u"A1"); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## Shape::SetLinkedCell(const U16String\&, bool, bool) method + + +Sets the range linked to the control's value. + +```cpp +void Aspose::Cells::Drawing::Shape::SetLinkedCell(const U16String &formula, bool isR1C1, bool isLocal) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| formula | const U16String\& | The range linked to the control's value. | +| isR1C1 | bool | Whether the formula needs to be formatted as R1C1. | +| isLocal | bool | Whether the formula needs to be formatted by locale. | + + +## Examples + + +```cpp +//Después de ejecutar el código a continuación, se crea un objeto ScrollBar en el archivo generado. Al arrastrar el control deslizante, el valor se muestra en la celda A12. + +//Controles ActiveX +//Aspose.Cells.Drawing.Shape scrollBar = book.GetWorksheets().Get(0).GetShapes().AddActiveXControl( Aspose.Cells.Drawing.ActiveXControls.ControlType::ScrollBar,2, 0, 2, 0, 30, 130); + +//Controles de formulario +Shape scrollBar = book.GetWorksheets().Get(0).GetShapes().AddScrollBar(2, 0, 2, 0, 130, 30); + +//Establece el rango vinculado al valor del control. +U16String val = u"$A$12"; +scrollBar.SetLinkedCell(val, false, true); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## Shape::SetLinkedCell(const char16_t*, bool, bool) method + + +Sets the range linked to the control's value. + +```cpp +void Aspose::Cells::Drawing::Shape::SetLinkedCell(const char16_t *formula, bool isR1C1, bool isLocal) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| formula | const char16_t* | The range linked to the control's value. | +| isR1C1 | bool | Whether the formula needs to be formatted as R1C1. | +| isLocal | bool | Whether the formula needs to be formatted by locale. | + + +## Examples + + +```cpp +//Después de ejecutar el código a continuación, se crea un objeto ScrollBar en el archivo generado. Al arrastrar el control deslizante, el valor se muestra en la celda A12. + +//Controles ActiveX +//Aspose.Cells.Drawing.Shape scrollBar = book.GetWorksheets().Get(0).GetShapes().AddActiveXControl( Aspose.Cells.Drawing.ActiveXControls.ControlType::ScrollBar,2, 0, 2, 0, 30, 130); + +//Controles de formulario +Shape scrollBar = book.GetWorksheets().Get(0).GetShapes().AddScrollBar(2, 0, 2, 0, 130, 30); + +//Establece el rango vinculado al valor del control. +scrollBar.SetLinkedCell(u"$A$12", false, true); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setlockedproperty/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setlockedproperty/_index.md new file mode 100644 index 00000000000..6c9764e5cfe --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setlockedproperty/_index.md @@ -0,0 +1,39 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetLockedProperty method +linktitle: SetLockedProperty +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetLockedProperty method. Set the locked property in C++.' +type: docs +weight: 3500 +url: /es/cpp/aspose.cells.drawing/shape/setlockedproperty/ +--- +## Shape::SetLockedProperty method + + +Set the locked property. + +```cpp +void Aspose::Cells::Drawing::Shape::SetLockedProperty(ShapeLockType type, bool value) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| type | ShapeLockType | The locked type. | +| value | bool | The value of the property. | + + +## Examples + + +```cpp +shape.SetLockedProperty(ShapeLockType::AdjustHandles, true); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ShapeLockType](../../shapelocktype/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setlowerdeltax/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setlowerdeltax/_index.md new file mode 100644 index 00000000000..e0188b31673 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setlowerdeltax/_index.md @@ -0,0 +1,37 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetLowerDeltaX method +linktitle: SetLowerDeltaX +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetLowerDeltaX method. Gets or sets the shape''s horizontal offset from its lower right corner column in C++.' +type: docs +weight: 7700 +url: /es/cpp/aspose.cells.drawing/shape/setlowerdeltax/ +--- +## Shape::SetLowerDeltaX method + + +Gets or sets the shape's horizontal offset from its lower right corner column. + +```cpp +void Aspose::Cells::Drawing::Shape::SetLowerDeltaX(int32_t value) +``` + +## Remarks + + +The range of value is 0 to 1024. + +## Examples + + +```cpp +if (shape.GetLowerDeltaX() == 3) + shape.SetLowerDeltaX(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setlowerdeltay/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setlowerdeltay/_index.md new file mode 100644 index 00000000000..70b4e726e09 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setlowerdeltay/_index.md @@ -0,0 +1,37 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetLowerDeltaY method +linktitle: SetLowerDeltaY +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetLowerDeltaY method. Gets or sets the shape''s vertical offset from its lower right corner row in C++.' +type: docs +weight: 7300 +url: /es/cpp/aspose.cells.drawing/shape/setlowerdeltay/ +--- +## Shape::SetLowerDeltaY method + + +Gets or sets the shape's vertical offset from its lower right corner row. + +```cpp +void Aspose::Cells::Drawing::Shape::SetLowerDeltaY(int32_t value) +``` + +## Remarks + + +The range of value is 0 to 256. + +## Examples + + +```cpp +if (shape.GetLowerDeltaY() == 3) + shape.SetLowerDeltaY(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setlowerrightcolumn/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setlowerrightcolumn/_index.md new file mode 100644 index 00000000000..547da674c5e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setlowerrightcolumn/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetLowerRightColumn method +linktitle: SetLowerRightColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetLowerRightColumn method. Represents lower right corner column index in C++.' +type: docs +weight: 7500 +url: /es/cpp/aspose.cells.drawing/shape/setlowerrightcolumn/ +--- +## Shape::SetLowerRightColumn method + + +Represents lower right corner column index. + +```cpp +void Aspose::Cells::Drawing::Shape::SetLowerRightColumn(int32_t value) +``` + + +## Examples + + +```cpp +if (shape.GetLowerRightColumn() == 3) + shape.SetLowerRightColumn(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setlowerrightrow/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setlowerrightrow/_index.md new file mode 100644 index 00000000000..7f3f4196f68 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setlowerrightrow/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetLowerRightRow method +linktitle: SetLowerRightRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetLowerRightRow method. Represents lower right corner row index in C++.' +type: docs +weight: 7100 +url: /es/cpp/aspose.cells.drawing/shape/setlowerrightrow/ +--- +## Shape::SetLowerRightRow method + + +Represents lower right corner row index. + +```cpp +void Aspose::Cells::Drawing::Shape::SetLowerRightRow(int32_t value) +``` + + +## Examples + + +```cpp +if (shape.GetLowerRightRow() == 3) + shape.SetLowerRightRow(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setmacroname/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setmacroname/_index.md new file mode 100644 index 00000000000..e1fbbc01681 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setmacroname/_index.md @@ -0,0 +1,65 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetMacroName method +linktitle: SetMacroName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetMacroName method. Gets and sets the name of macro in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/shape/setmacroname/ +--- +## Shape::SetMacroName(const U16String\&) method + + +Gets and sets the name of macro. + +```cpp +void Aspose::Cells::Drawing::Shape::SetMacroName(const U16String &value) +``` + + +## Examples + + +```cpp +U16String val = u"DoWork()"; +//Establece el nombre de la macro. +if (shape.GetMacroName().IsNull()) +{ + shape.SetMacroName(val); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## Shape::SetMacroName(const char16_t*) method + + +Gets and sets the name of macro. + +```cpp +void Aspose::Cells::Drawing::Shape::SetMacroName(const char16_t *value) +``` + + +## Examples + + +```cpp +//Establece el nombre de la macro. +if (shape.GetMacroName().IsNull()) +{ + shape.SetMacroName(u"DoWork()"); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setname/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setname/_index.md new file mode 100644 index 00000000000..58d35a9605f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setname/_index.md @@ -0,0 +1,63 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetName method +linktitle: SetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetName method. Gets and sets the name of the shape in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing/shape/setname/ +--- +## Shape::SetName(const U16String\&) method + + +Gets and sets the name of the shape. + +```cpp +void Aspose::Cells::Drawing::Shape::SetName(const U16String &value) +``` + + +## Examples + + +```cpp +U16String name = u"shape1"; +if (shape.GetName() == u"shape") +{ + shape.SetName(name); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## Shape::SetName(const char16_t*) method + + +Gets and sets the name of the shape. + +```cpp +void Aspose::Cells::Drawing::Shape::SetName(const char16_t *value) +``` + + +## Examples + + +```cpp +if (shape.GetName() == u"shape") +{ + shape.SetName(u"shape1"); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setplacement/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setplacement/_index.md new file mode 100644 index 00000000000..702fe1c63b2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setplacement/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetPlacement method +linktitle: SetPlacement +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetPlacement method. Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet in C++.' +type: docs +weight: 6100 +url: /es/cpp/aspose.cells.drawing/shape/setplacement/ +--- +## Shape::SetPlacement method + + +Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. + +```cpp +void Aspose::Cells::Drawing::Shape::SetPlacement(PlacementType value) +``` + + +## Examples + + +```cpp +if (shape.GetPlacement() == PlacementType::Move) + shape.SetPlacement(PlacementType::MoveAndSize); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PlacementType](../../placementtype/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setrelativetooriginalpicturesize/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setrelativetooriginalpicturesize/_index.md new file mode 100644 index 00000000000..0ebe3c09af8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setrelativetooriginalpicturesize/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetRelativeToOriginalPictureSize method +linktitle: SetRelativeToOriginalPictureSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetRelativeToOriginalPictureSize method. Indicates whether shape is relative to original picture size in C++.' +type: docs +weight: 14400 +url: /es/cpp/aspose.cells.drawing/shape/setrelativetooriginalpicturesize/ +--- +## Shape::SetRelativeToOriginalPictureSize method + + +Indicates whether shape is relative to original picture size. + +```cpp +void Aspose::Cells::Drawing::Shape::SetRelativeToOriginalPictureSize(bool value) +``` + + +## Examples + + +```cpp +if (shape.GetRelativeToOriginalPictureSize()) + shape.SetRelativeToOriginalPictureSize(false); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setright/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setright/_index.md new file mode 100644 index 00000000000..797d69d2b82 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setright/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetRight method +linktitle: SetRight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetRight method. Represents the width of the shape''s horizontal offset from its lower right corner column, in unit of pixels in C++.' +type: docs +weight: 7900 +url: /es/cpp/aspose.cells.drawing/shape/setright/ +--- +## Shape::SetRight method + + +Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. + +```cpp +void Aspose::Cells::Drawing::Shape::SetRight(int32_t value) +``` + + +## Examples + + +```cpp +if (shape.GetRight() == 3) + shape.SetRight(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setrotationangle/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setrotationangle/_index.md new file mode 100644 index 00000000000..89aa90aef8a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setrotationangle/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetRotationAngle method +linktitle: SetRotationAngle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetRotationAngle method. Gets and sets the rotation of the shape in C++.' +type: docs +weight: 3700 +url: /es/cpp/aspose.cells.drawing/shape/setrotationangle/ +--- +## Shape::SetRotationAngle method + + +Gets and sets the rotation of the shape. + +```cpp +void Aspose::Cells::Drawing::Shape::SetRotationAngle(double value) +``` + + +## Examples + + +```cpp +//Obtiene el ángulo de rotación de la forma. +double angle = shape.GetRotationAngle(); + +//Establece el ángulo de rotación de la forma. +shape.SetRotationAngle(60); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setsoftedges/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setsoftedges/_index.md new file mode 100644 index 00000000000..c72ec4e2235 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setsoftedges/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetSoftEdges method +linktitle: SetSoftEdges +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetSoftEdges method. Gets and sets the radius of blur to apply to the edges, in unit of points in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.drawing/shape/setsoftedges/ +--- +## Shape::SetSoftEdges method + + +Gets and sets the radius of blur to apply to the edges, in unit of points. + +```cpp +void Aspose::Cells::Drawing::Shape::SetSoftEdges(double value) +``` + + +## Examples + + +```cpp +if (shape.GetSoftEdges() == 0) +{ + shape.SetSoftEdges(0.5); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/settext/_index.md b/spanish/cpp/aspose.cells.drawing/shape/settext/_index.md new file mode 100644 index 00000000000..72e2084cfb2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/settext/_index.md @@ -0,0 +1,59 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetText method +linktitle: SetText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetText method. Gets and sets the text of this shape in C++.' +type: docs +weight: 15900 +url: /es/cpp/aspose.cells.drawing/shape/settext/ +--- +## Shape::SetText(const U16String\&) method + + +Gets and sets the text of this shape. + +```cpp +void Aspose::Cells::Drawing::Shape::SetText(const U16String &value) +``` + + +## Examples + + +```cpp +U16String val = u"This is a test."; +if (shape.GetText().IsNull()) + shape.SetText(val); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## Shape::SetText(const char16_t*) method + + +Gets and sets the text of this shape. + +```cpp +void Aspose::Cells::Drawing::Shape::SetText(const char16_t *value) +``` + + +## Examples + + +```cpp +if (shape.GetText().IsNull()) + shape.SetText(u"This is a test."); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/settextdirection/_index.md b/spanish/cpp/aspose.cells.drawing/shape/settextdirection/_index.md new file mode 100644 index 00000000000..cfe9171d637 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/settextdirection/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetTextDirection method +linktitle: SetTextDirection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetTextDirection method. Gets/Sets the direction of the text flow for this object in C++.' +type: docs +weight: 17900 +url: /es/cpp/aspose.cells.drawing/shape/settextdirection/ +--- +## Shape::SetTextDirection method + + +Gets/Sets the direction of the text flow for this object. + +```cpp +void Aspose::Cells::Drawing::Shape::SetTextDirection(TextDirectionType value) +``` + + +## Examples + + +```cpp +if (shape.GetTextDirection() == TextDirectionType::Context) + shape.SetTextDirection(TextDirectionType::LeftToRight); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [TextDirectionType](../../../aspose.cells/textdirectiontype/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/settexthorizontalalignment/_index.md b/spanish/cpp/aspose.cells.drawing/shape/settexthorizontalalignment/_index.md new file mode 100644 index 00000000000..44237c65b7f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/settexthorizontalalignment/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetTextHorizontalAlignment method +linktitle: SetTextHorizontalAlignment +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetTextHorizontalAlignment method. Gets and sets the text horizontal alignment type of the shape in C++.' +type: docs +weight: 17500 +url: /es/cpp/aspose.cells.drawing/shape/settexthorizontalalignment/ +--- +## Shape::SetTextHorizontalAlignment method + + +Gets and sets the text horizontal alignment type of the shape. + +```cpp +void Aspose::Cells::Drawing::Shape::SetTextHorizontalAlignment(TextAlignmentType value) +``` + + +## Examples + + +```cpp +if (shape.GetTextHorizontalAlignment() == TextAlignmentType::Bottom) + shape.SetTextHorizontalAlignment(TextAlignmentType::Center); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [TextAlignmentType](../../../aspose.cells/textalignmenttype/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/settexthorizontaloverflow/_index.md b/spanish/cpp/aspose.cells.drawing/shape/settexthorizontaloverflow/_index.md new file mode 100644 index 00000000000..959c4be9475 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/settexthorizontaloverflow/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetTextHorizontalOverflow method +linktitle: SetTextHorizontalOverflow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetTextHorizontalOverflow method. Gets and sets the text horizontal overflow type of the shape which contains text in C++.' +type: docs +weight: 16900 +url: /es/cpp/aspose.cells.drawing/shape/settexthorizontaloverflow/ +--- +## Shape::SetTextHorizontalOverflow method + + +Gets and sets the text horizontal overflow type of the shape which contains text. + +```cpp +void Aspose::Cells::Drawing::Shape::SetTextHorizontalOverflow(TextOverflowType value) +``` + + +## Examples + + +```cpp +if (shape.GetTextHorizontalOverflow() == TextOverflowType::Clip) + shape.SetTextHorizontalOverflow(TextOverflowType::Overflow); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [TextOverflowType](../../textoverflowtype/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/settextoptions/_index.md b/spanish/cpp/aspose.cells.drawing/shape/settextoptions/_index.md new file mode 100644 index 00000000000..2833dbe7658 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/settextoptions/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetTextOptions method +linktitle: SetTextOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetTextOptions method. Represents the text options of the shape in C++.' +type: docs +weight: 15600 +url: /es/cpp/aspose.cells.drawing/shape/settextoptions/ +--- +## Shape::SetTextOptions method + + +Represents the text options of the shape. + +```cpp +void Aspose::Cells::Drawing::Shape::SetTextOptions(const TextOptions &value) +``` + + +## Examples + + +```cpp +TextOptions opt = shape.GetTextOptions(); +opt.SetColor(Color{ 0xff, 0, 0, 0xff }); +opt.SetSize(8); +shape.SetTextOptions(opt); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextOptions](../../../aspose.cells.drawing.texts/textoptions/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/settextorientationtype/_index.md b/spanish/cpp/aspose.cells.drawing/shape/settextorientationtype/_index.md new file mode 100644 index 00000000000..f1acb40b936 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/settextorientationtype/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetTextOrientationType method +linktitle: SetTextOrientationType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetTextOrientationType method. Gets and sets the text orientation type of the shape in C++.' +type: docs +weight: 17300 +url: /es/cpp/aspose.cells.drawing/shape/settextorientationtype/ +--- +## Shape::SetTextOrientationType method + + +Gets and sets the text orientation type of the shape. + +```cpp +void Aspose::Cells::Drawing::Shape::SetTextOrientationType(TextOrientationType value) +``` + + +## Examples + + +```cpp +if (shape.GetTextOrientationType() == TextOrientationType::NoRotation) + shape.SetTextOrientationType(TextOrientationType::TopToBottom); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [TextOrientationType](../../../aspose.cells/textorientationtype/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/settextshapetype/_index.md b/spanish/cpp/aspose.cells.drawing/shape/settextshapetype/_index.md new file mode 100644 index 00000000000..8d2718d48e2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/settextshapetype/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetTextShapeType method +linktitle: SetTextShapeType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetTextShapeType method. Gets and sets the preset text shape type in C++.' +type: docs +weight: 15100 +url: /es/cpp/aspose.cells.drawing/shape/settextshapetype/ +--- +## Shape::SetTextShapeType method + + +Gets and sets the preset text shape type. + +```cpp +void Aspose::Cells::Drawing::Shape::SetTextShapeType(AutoShapeType value) +``` + + +## Examples + + +```cpp +if (shape.GetTextShapeType() == AutoShapeType::Unknown) + shape.SetTextShapeType(AutoShapeType::Rectangle); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [AutoShapeType](../../autoshapetype/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/settextverticalalignment/_index.md b/spanish/cpp/aspose.cells.drawing/shape/settextverticalalignment/_index.md new file mode 100644 index 00000000000..1009b02622b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/settextverticalalignment/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetTextVerticalAlignment method +linktitle: SetTextVerticalAlignment +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetTextVerticalAlignment method. Gets and sets the text vertical alignment type of the shape in C++.' +type: docs +weight: 17700 +url: /es/cpp/aspose.cells.drawing/shape/settextverticalalignment/ +--- +## Shape::SetTextVerticalAlignment method + + +Gets and sets the text vertical alignment type of the shape. + +```cpp +void Aspose::Cells::Drawing::Shape::SetTextVerticalAlignment(TextAlignmentType value) +``` + + +## Examples + + +```cpp +if (shape.GetTextVerticalAlignment() == TextAlignmentType::Bottom) + shape.SetTextVerticalAlignment(TextAlignmentType::Center); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [TextAlignmentType](../../../aspose.cells/textalignmenttype/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/settextverticaloverflow/_index.md b/spanish/cpp/aspose.cells.drawing/shape/settextverticaloverflow/_index.md new file mode 100644 index 00000000000..6ad42ca8cfe --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/settextverticaloverflow/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetTextVerticalOverflow method +linktitle: SetTextVerticalOverflow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetTextVerticalOverflow method. Gets and sets the text vertical overflow type of the shape which contains text in C++.' +type: docs +weight: 16700 +url: /es/cpp/aspose.cells.drawing/shape/settextverticaloverflow/ +--- +## Shape::SetTextVerticalOverflow method + + +Gets and sets the text vertical overflow type of the shape which contains text. + +```cpp +void Aspose::Cells::Drawing::Shape::SetTextVerticalOverflow(TextOverflowType value) +``` + + +## Examples + + +```cpp +if (shape.GetTextVerticalOverflow() == TextOverflowType::Clip) + shape.SetTextVerticalOverflow(TextOverflowType::Overflow); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [TextOverflowType](../../textoverflowtype/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/settitle/_index.md b/spanish/cpp/aspose.cells.drawing/shape/settitle/_index.md new file mode 100644 index 00000000000..7d5a914f8ec --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/settitle/_index.md @@ -0,0 +1,63 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetTitle method +linktitle: SetTitle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetTitle method. Specifies the title (caption) of the current shape object in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.drawing/shape/settitle/ +--- +## Shape::SetTitle(const U16String\&) method + + +Specifies the title (caption) of the current shape object. + +```cpp +void Aspose::Cells::Drawing::Shape::SetTitle(const U16String &value) +``` + + +## Examples + + +```cpp +U16String title = u"title1"; +if (shape.GetTitle() == u"title") +{ + shape.SetTitle(title); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## Shape::SetTitle(const char16_t*) method + + +Specifies the title (caption) of the current shape object. + +```cpp +void Aspose::Cells::Drawing::Shape::SetTitle(const char16_t *value) +``` + + +## Examples + + +```cpp +if (shape.GetTitle() == u"title") +{ + shape.SetTitle(u"title1"); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/settop/_index.md b/spanish/cpp/aspose.cells.drawing/shape/settop/_index.md new file mode 100644 index 00000000000..2019f8b3019 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/settop/_index.md @@ -0,0 +1,37 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetTop method +linktitle: SetTop +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetTop method. Represents the vertical offset of shape from its top row, in unit of pixels in C++.' +type: docs +weight: 10500 +url: /es/cpp/aspose.cells.drawing/shape/settop/ +--- +## Shape::SetTop method + + +Represents the vertical offset of shape from its top row, in unit of pixels. + +```cpp +void Aspose::Cells::Drawing::Shape::SetTop(int32_t value) +``` + +## Remarks + + +If the shape is in the chart, represents the vertical offset of shape from its top border. + +## Examples + + +```cpp +if (shape.GetTop() == 3) + shape.SetTop(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/settopcm/_index.md b/spanish/cpp/aspose.cells.drawing/shape/settopcm/_index.md new file mode 100644 index 00000000000..04ed5cde571 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/settopcm/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetTopCM method +linktitle: SetTopCM +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetTopCM method. Represents the vertical offset of shape from its top row, in unit of centimeters in C++.' +type: docs +weight: 10900 +url: /es/cpp/aspose.cells.drawing/shape/settopcm/ +--- +## Shape::SetTopCM method + + +Represents the vertical offset of shape from its top row, in unit of centimeters. + +```cpp +void Aspose::Cells::Drawing::Shape::SetTopCM(double value) +``` + + +## Examples + + +```cpp +if (shape.GetTopCM() == 3) + shape.SetTopCM(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/settopinch/_index.md b/spanish/cpp/aspose.cells.drawing/shape/settopinch/_index.md new file mode 100644 index 00000000000..67b93d4dcd7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/settopinch/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetTopInch method +linktitle: SetTopInch +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetTopInch method. Represents the vertical offset of shape from its top row, in unit of inches in C++.' +type: docs +weight: 10700 +url: /es/cpp/aspose.cells.drawing/shape/settopinch/ +--- +## Shape::SetTopInch method + + +Represents the vertical offset of shape from its top row, in unit of inches. + +```cpp +void Aspose::Cells::Drawing::Shape::SetTopInch(double value) +``` + + +## Examples + + +```cpp +if (shape.GetTopInch() == 3) + shape.SetTopInch(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/settopinshape/_index.md b/spanish/cpp/aspose.cells.drawing/shape/settopinshape/_index.md new file mode 100644 index 00000000000..589e50437ff --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/settopinshape/_index.md @@ -0,0 +1,37 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetTopInShape method +linktitle: SetTopInShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetTopInShape method. Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape in C++.' +type: docs +weight: 12300 +url: /es/cpp/aspose.cells.drawing/shape/settopinshape/ +--- +## Shape::SetTopInShape method + + +Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. + +```cpp +void Aspose::Cells::Drawing::Shape::SetTopInShape(int32_t value) +``` + +## Remarks + + +Only Applies when this shape in the group or chart. + +## Examples + + +```cpp +if (shape.IsInGroup() && shape.GetTopInShape() == 8000) + shape.SetTopInShape(4000); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/settoptocorner/_index.md b/spanish/cpp/aspose.cells.drawing/shape/settoptocorner/_index.md new file mode 100644 index 00000000000..db0a6373293 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/settoptocorner/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetTopToCorner method +linktitle: SetTopToCorner +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetTopToCorner method. Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels in C++.' +type: docs +weight: 11100 +url: /es/cpp/aspose.cells.drawing/shape/settoptocorner/ +--- +## Shape::SetTopToCorner method + + +Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. + +```cpp +void Aspose::Cells::Drawing::Shape::SetTopToCorner(int32_t value) +``` + + +## Examples + + +```cpp +if (shape.GetTopToCorner() == 3) + shape.SetTopToCorner(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setupperdeltax/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setupperdeltax/_index.md new file mode 100644 index 00000000000..892e0606641 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setupperdeltax/_index.md @@ -0,0 +1,37 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetUpperDeltaX method +linktitle: SetUpperDeltaX +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetUpperDeltaX method. Gets or sets the shape''s horizontal offset from its upper left corner column in C++.' +type: docs +weight: 6900 +url: /es/cpp/aspose.cells.drawing/shape/setupperdeltax/ +--- +## Shape::SetUpperDeltaX method + + +Gets or sets the shape's horizontal offset from its upper left corner column. + +```cpp +void Aspose::Cells::Drawing::Shape::SetUpperDeltaX(int32_t value) +``` + +## Remarks + + +The range of value is 0 to 1024. + +## Examples + + +```cpp +if (shape.GetUpperDeltaX() == 3) + shape.SetUpperDeltaX(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setupperdeltay/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setupperdeltay/_index.md new file mode 100644 index 00000000000..b269d8e6a9b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setupperdeltay/_index.md @@ -0,0 +1,37 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetUpperDeltaY method +linktitle: SetUpperDeltaY +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetUpperDeltaY method. Gets or sets the shape''s vertical offset from its upper left corner row in C++.' +type: docs +weight: 6500 +url: /es/cpp/aspose.cells.drawing/shape/setupperdeltay/ +--- +## Shape::SetUpperDeltaY method + + +Gets or sets the shape's vertical offset from its upper left corner row. + +```cpp +void Aspose::Cells::Drawing::Shape::SetUpperDeltaY(int32_t value) +``` + +## Remarks + + +The range of value is 0 to 256. + +## Examples + + +```cpp +if (shape.GetUpperDeltaY() == 3) + shape.SetUpperDeltaY(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setupperleftcolumn/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setupperleftcolumn/_index.md new file mode 100644 index 00000000000..1631d469e61 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setupperleftcolumn/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetUpperLeftColumn method +linktitle: SetUpperLeftColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetUpperLeftColumn method. Represents upper left corner column index in C++.' +type: docs +weight: 6700 +url: /es/cpp/aspose.cells.drawing/shape/setupperleftcolumn/ +--- +## Shape::SetUpperLeftColumn method + + +Represents upper left corner column index. + +```cpp +void Aspose::Cells::Drawing::Shape::SetUpperLeftColumn(int32_t value) +``` + + +## Examples + + +```cpp +if (shape.GetUpperLeftColumn() == 3) + shape.SetUpperLeftColumn(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setupperleftrow/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setupperleftrow/_index.md new file mode 100644 index 00000000000..807ffd0ddea --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setupperleftrow/_index.md @@ -0,0 +1,37 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetUpperLeftRow method +linktitle: SetUpperLeftRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetUpperLeftRow method. Represents the top row index in C++.' +type: docs +weight: 6300 +url: /es/cpp/aspose.cells.drawing/shape/setupperleftrow/ +--- +## Shape::SetUpperLeftRow method + + +Represents the top row index. + +```cpp +void Aspose::Cells::Drawing::Shape::SetUpperLeftRow(int32_t value) +``` + +## Remarks + + +If the shape is in the shape or in the group , UpperLeftRow will be ignored. + +## Examples + + +```cpp +if (shape.GetUpperLeftRow() == 3) + shape.SetUpperLeftRow(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setwidth/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setwidth/_index.md new file mode 100644 index 00000000000..15677091b65 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setwidth/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetWidth method +linktitle: SetWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetWidth method. Represents the width of shape, in unit of pixels in C++.' +type: docs +weight: 8300 +url: /es/cpp/aspose.cells.drawing/shape/setwidth/ +--- +## Shape::SetWidth method + + +Represents the width of shape, in unit of pixels. + +```cpp +void Aspose::Cells::Drawing::Shape::SetWidth(int32_t value) +``` + + +## Examples + + +```cpp +if (shape.GetWidth() == 3) + shape.SetWidth(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setwidthcm/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setwidthcm/_index.md new file mode 100644 index 00000000000..56fde52bc4d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setwidthcm/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetWidthCM method +linktitle: SetWidthCM +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetWidthCM method. Represents the width of the shape, in unit of centimeters in C++.' +type: docs +weight: 8900 +url: /es/cpp/aspose.cells.drawing/shape/setwidthcm/ +--- +## Shape::SetWidthCM method + + +Represents the width of the shape, in unit of centimeters. + +```cpp +void Aspose::Cells::Drawing::Shape::SetWidthCM(double value) +``` + + +## Examples + + +```cpp +if (shape.GetWidthCM() == 3) + shape.SetWidthCM(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setwidthinch/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setwidthinch/_index.md new file mode 100644 index 00000000000..34128fef10f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setwidthinch/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetWidthInch method +linktitle: SetWidthInch +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetWidthInch method. Represents the width of the shape, in unit of inch in C++.' +type: docs +weight: 8500 +url: /es/cpp/aspose.cells.drawing/shape/setwidthinch/ +--- +## Shape::SetWidthInch method + + +Represents the width of the shape, in unit of inch. + +```cpp +void Aspose::Cells::Drawing::Shape::SetWidthInch(double value) +``` + + +## Examples + + +```cpp +if (shape.GetWidthInch() == 3) + shape.SetWidthInch(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setwidthinshape/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setwidthinshape/_index.md new file mode 100644 index 00000000000..7cd2914fe58 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setwidthinshape/_index.md @@ -0,0 +1,37 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetWidthInShape method +linktitle: SetWidthInShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetWidthInShape method. Represents the width of the shape, in unit of 1/4000 of the parent shape in C++.' +type: docs +weight: 12700 +url: /es/cpp/aspose.cells.drawing/shape/setwidthinshape/ +--- +## Shape::SetWidthInShape method + + +Represents the width of the shape, in unit of 1/4000 of the parent shape. + +```cpp +void Aspose::Cells::Drawing::Shape::SetWidthInShape(int32_t value) +``` + +## Remarks + + +Only Applies when this shape in the group or chart. + +## Examples + + +```cpp +if (shape.IsInGroup() && shape.GetWidthInShape() == 2000) + shape.SetWidthInShape(4000); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setwidthpt/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setwidthpt/_index.md new file mode 100644 index 00000000000..84c02c77ca0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setwidthpt/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetWidthPt method +linktitle: SetWidthPt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetWidthPt method. Represents the width of the shape, in unit of point in C++.' +type: docs +weight: 8700 +url: /es/cpp/aspose.cells.drawing/shape/setwidthpt/ +--- +## Shape::SetWidthPt method + + +Represents the width of the shape, in unit of point. + +```cpp +void Aspose::Cells::Drawing::Shape::SetWidthPt(double value) +``` + + +## Examples + + +```cpp +if (shape.GetWidthPt() == 3) + shape.SetWidthPt(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setwidthscale/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setwidthscale/_index.md new file mode 100644 index 00000000000..679ab2ccacb --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setwidthscale/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetWidthScale method +linktitle: SetWidthScale +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetWidthScale method. Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100; in C++.' +type: docs +weight: 11900 +url: /es/cpp/aspose.cells.drawing/shape/setwidthscale/ +--- +## Shape::SetWidthScale method + + +Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. + +```cpp +void Aspose::Cells::Drawing::Shape::SetWidthScale(int32_t value) +``` + + +## Examples + + +```cpp +if (shape.GetWidthScale() == 3) + shape.SetWidthScale(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setx/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setx/_index.md new file mode 100644 index 00000000000..6e3e10f1ed2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setx/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetX method +linktitle: SetX +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetX method. Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels in C++.' +type: docs +weight: 11500 +url: /es/cpp/aspose.cells.drawing/shape/setx/ +--- +## Shape::SetX method + + +Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. + +```cpp +void Aspose::Cells::Drawing::Shape::SetX(int32_t value) +``` + + +## Examples + + +```cpp +if (shape.GetX() == 3) + shape.SetX(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/sety/_index.md b/spanish/cpp/aspose.cells.drawing/shape/sety/_index.md new file mode 100644 index 00000000000..6bc134dd058 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/sety/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetY method +linktitle: SetY +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetY method. Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels in C++.' +type: docs +weight: 11700 +url: /es/cpp/aspose.cells.drawing/shape/sety/ +--- +## Shape::SetY method + + +Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. + +```cpp +void Aspose::Cells::Drawing::Shape::SetY(int32_t value) +``` + + +## Examples + + +```cpp +if (shape.GetY() == 3) + shape.SetY(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/setzorderposition/_index.md b/spanish/cpp/aspose.cells.drawing/shape/setzorderposition/_index.md new file mode 100644 index 00000000000..4db98bb7b7a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/setzorderposition/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::Shape::SetZOrderPosition method +linktitle: SetZOrderPosition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::SetZOrderPosition method. Returns the position of a shape in the z-order in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing/shape/setzorderposition/ +--- +## Shape::SetZOrderPosition method + + +Returns the position of a shape in the z-order. + +```cpp +void Aspose::Cells::Drawing::Shape::SetZOrderPosition(int32_t value) +``` + + +## Examples + + +```cpp +if (shape.GetZOrderPosition() == 2) +{ + shape.SetZOrderPosition(3); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/shape/_index.md b/spanish/cpp/aspose.cells.drawing/shape/shape/_index.md new file mode 100644 index 00000000000..a25eaf4a1ba --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/shape/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::Shape::Shape constructor +linktitle: Shape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::Shape constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/shape/shape/ +--- +## Shape::Shape(Shape_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::Shape::Shape(Shape_Impl *impl=nullptr) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## Shape::Shape(const Shape\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::Shape::Shape(const Shape &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/tofrontorback/_index.md b/spanish/cpp/aspose.cells.drawing/shape/tofrontorback/_index.md new file mode 100644 index 00000000000..7f8514930a0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/tofrontorback/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::Drawing::Shape::ToFrontOrBack method +linktitle: ToFrontOrBack +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::ToFrontOrBack method. Brings the shape to the front or sends the shape to back in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing/shape/tofrontorback/ +--- +## Shape::ToFrontOrBack method + + +Brings the shape to the front or sends the shape to back. + +```cpp +void Aspose::Cells::Drawing::Shape::ToFrontOrBack(int32_t orders) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| orders | int32_t | If it's less than zero, sets the shape to back. If it's greater than zero, brings the shape to front. | + + +## Examples + + +```cpp +shape.ToFrontOrBack(2); +//o shape.ToFrontOrBack(-1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/toimage/_index.md b/spanish/cpp/aspose.cells.drawing/shape/toimage/_index.md new file mode 100644 index 00000000000..d9b8acb705c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/toimage/_index.md @@ -0,0 +1,111 @@ +--- +title: Aspose::Cells::Drawing::Shape::ToImage method +linktitle: ToImage +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::ToImage method. Creates the shape image and saves it to a stream in the specified format in C++.' +type: docs +weight: 14200 +url: /es/cpp/aspose.cells.drawing/shape/toimage/ +--- +## Shape::ToImage(Aspose::Cells::Drawing::ImageType) method + + +Creates the shape image and saves it to a stream in the specified format. + +```cpp +Vector Aspose::Cells::Drawing::Shape::ToImage(Aspose::Cells::Drawing::ImageType imageType) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| stream | Aspose::Cells::Drawing::ImageType | The output stream. | +## Remarks + + + +The following formats are supported: .bmp, .gif, .jpg, .jpeg, .tiff, .emf. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ImageType](../../imagetype/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## Shape::ToImage(const U16String\&, const ImageOrPrintOptions\&) method + + +Saves the shape to a file. + +```cpp +void Aspose::Cells::Drawing::Shape::ToImage(const U16String &imageFile, const ImageOrPrintOptions &options) +``` + + +## Examples + + +```cpp +U16String imgFile = u"exmaple.png"; +ImageOrPrintOptions op; +shape.ToImage(imgFile, op); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ImageOrPrintOptions](../../../aspose.cells.rendering/imageorprintoptions/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## Shape::ToImage(const char16_t*, const ImageOrPrintOptions\&) method + + +Saves the shape to a file. + +```cpp +void Aspose::Cells::Drawing::Shape::ToImage(const char16_t *imageFile, const ImageOrPrintOptions &options) +``` + + +## Examples + + +```cpp +ImageOrPrintOptions op; +shape.ToImage(u"exmaple.png", op); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageOrPrintOptions](../../../aspose.cells.rendering/imageorprintoptions/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## Shape::ToImage(const ImageOrPrintOptions\&) method + + +Saves the shape to a stream. + +```cpp +Vector Aspose::Cells::Drawing::Shape::ToImage(const ImageOrPrintOptions &options) +``` + + +## Examples + + +```cpp +ImageOrPrintOptions op; +Vector imageStream = shape.ToImage(op); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageOrPrintOptions](../../../aspose.cells.rendering/imageorprintoptions/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/updateselectedvalue/_index.md b/spanish/cpp/aspose.cells.drawing/shape/updateselectedvalue/_index.md new file mode 100644 index 00000000000..594865477a0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/updateselectedvalue/_index.md @@ -0,0 +1,75 @@ +--- +title: Aspose::Cells::Drawing::Shape::UpdateSelectedValue method +linktitle: UpdateSelectedValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::UpdateSelectedValue method. Update the selected value by the value of the linked cell in C++.' +type: docs +weight: 14900 +url: /es/cpp/aspose.cells.drawing/shape/updateselectedvalue/ +--- +## Shape::UpdateSelectedValue method + + +Update the selected value by the value of the linked cell. + +```cpp +void Aspose::Cells::Drawing::Shape::UpdateSelectedValue() +``` + + +## Examples + + +```cpp +for (int i = 0; i < 10; ++i) +{ + Cell cell = book.GetWorksheets().Get(0).GetCells().Get(i, 0); + cell.PutValue(i + 1); +} + +//Crear un objeto ListBox + +//Controles ActiveX +//Aspose.Cells.Drawing.Shape listBox = book.GetWorksheets().Get(0).GetShapes().AddActiveXControl( Aspose.Cells.Drawing.ActiveXControls.ControlType::ListBox,2, 0, 2, 0, 130, 130); + +//Controles de formulario +Shape listBox = book.GetWorksheets().Get(0).GetShapes().AddListBox(2, 0, 2, 0, 130, 130); + +//Establece el rango usado para rellenar el control. +listBox.SetInputRange(u"$A$1:$A$6", false, false); + +//Establece el rango vinculado al valor del control. +listBox.SetLinkedCell(u"$A$12", false, true); + +ListBox listbx = (ListBox)listBox; + +//Establecer el valor de la celda A12 +Cell cell = book.GetWorksheets().Get(0).GetCells().Get(11, 0); +cell.PutValue(3); + +//Actualizar el valor seleccionado con el valor de la celda vinculada. +listBox.UpdateSelectedValue(); + +//-1 predeterminado, ninguna opción seleccionada +if (listbx.IsSelected(2)) +{ + //La opción 3 del ListBox está seleccionada +} + +//Cambiar el valor de una celda vinculada +cell.PutValue(4); + +//Actualizar el valor seleccionado con el valor de la celda vinculada. +listBox.UpdateSelectedValue(); +if (listbx.IsSelected(3)) +{ + //La opción 4 del ListBox está seleccionada +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shape/~shape/_index.md b/spanish/cpp/aspose.cells.drawing/shape/~shape/_index.md new file mode 100644 index 00000000000..f726a3dafb9 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shape/~shape/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Shape::~Shape method +linktitle: ~Shape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Shape::~Shape method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/shape/~shape/ +--- +## Shape::~Shape method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::Shape::~Shape() +``` + +## See Also + +* Class [Shape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapeanchortype/_index.md b/spanish/cpp/aspose.cells.drawing/shapeanchortype/_index.md new file mode 100644 index 00000000000..99c77c2eb18 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapeanchortype/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::ShapeAnchorType enum +linktitle: ShapeAnchorType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeAnchorType enum. Represents the anchor type in C++.' +type: docs +weight: 11400 +url: /es/cpp/aspose.cells.drawing/shapeanchortype/ +--- +## ShapeAnchorType enum + + +Represents the anchor type. + +```cpp +enum class ShapeAnchorType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| TwoCellAnchor | 0 |
Represents a two cell anchor placeholder. | +| OneCellAnchor | 1 |
Represents a one cell anchor placeholder. | + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/_impl/_index.md new file mode 100644 index 00000000000..e9b9cc6f729 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::_impl field. The implementation object in C++.' +type: docs +weight: 5500 +url: /es/cpp/aspose.cells.drawing/shapecollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ShapeCollection_Impl* Aspose::Cells::Drawing::ShapeCollection::_impl +``` + +## See Also + +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/_index.md new file mode 100644 index 00000000000..13e43ff8bd9 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/_index.md @@ -0,0 +1,116 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection class +linktitle: ShapeCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection class. Represents all the shape in a worksheet/chart in C++.' +type: docs +weight: 5200 +url: /es/cpp/aspose.cells.drawing/shapecollection/ +--- +## ShapeCollection class + + +Represents all the shape in a worksheet/chart. + +```cpp +class ShapeCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddActiveXControl(ControlType type, int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t width, int32_t height)](./addactivexcontrol/) | Creates an Activex Control. | +| [AddArc(int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width)](./addarc/) | Adds a [ArcShape](../arcshape/) to the worksheet. | +| [AddAutoShape(AutoShapeType type, int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width)](./addautoshape/) | Adds a AutoShape to the worksheet. | +| [AddAutoShapeInChart(AutoShapeType type, int32_t top, int32_t left, int32_t height, int32_t width)](./addautoshapeinchart/) | Adds a AutoShape to the chart. | +| [AddButton(int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width)](./addbutton/) | Adds a [Button](../button/) to the worksheet. | +| [AddCheckBox(int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width)](./addcheckbox/) | Adds a checkbox to the worksheet. | +| [AddComboBox(int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width)](./addcombobox/) | Adds a [ComboBox](../combobox/) to the worksheet. | +| [AddCopy(const Shape\& sourceShape, int32_t topRow, int32_t top, int32_t leftColumn, int32_t left)](./addcopy/) | Adds and copy a shape to the worksheet. | +| [AddEquation(int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width)](./addequation/) | Adds an equation object to the worksheet. | +| [AddFreeFloatingShape(MsoDrawingType type, int32_t top, int32_t left, int32_t height, int32_t width, const Vector \\& imageData, bool isOriginalSize)](./addfreefloatingshape/) | Adds a free floating shape to the worksheet.Only applies for line/image shape. | +| [AddFreeform(int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width, const Vector \\& paths)](./addfreeform/) | Adds a freeform shape to the worksheet. | +| [AddGroupBox(int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width)](./addgroupbox/) | Adds a [GroupBox](../groupbox/) to the worksheet. | +| [AddIcons(int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width, const Vector \\& imageByteData, const Vector \\& compatibleImageData)](./addicons/) | Adds svg image. | +| [AddLabel(int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width)](./addlabel/) | Adds a [Label](../label/) to the worksheet. | +| [AddLabelInChart(int32_t top, int32_t left, int32_t height, int32_t width)](./addlabelinchart/) | Adds a label to the chart. | +| [AddLaTeXEquation(int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width, const U16String\& latex)](./addlatexequation/) | Adds an equation object to the worksheet using LaTeX format strings. | +| [AddLaTeXEquation(int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width, const char16_t* latex)](./addlatexequation/) | Adds an equation object to the worksheet using LaTeX format strings. | +| [AddLine(int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width)](./addline/) | Adds a [LineShape](../lineshape/) to the worksheet. | +| [AddLinkedPicture(int32_t topRow, int32_t leftColumn, int32_t height, int32_t width, const U16String\& sourceFullName)](./addlinkedpicture/) | Add a linked picture. | +| [AddLinkedPicture(int32_t topRow, int32_t leftColumn, int32_t height, int32_t width, const char16_t* sourceFullName)](./addlinkedpicture/) | Add a linked picture. | +| [AddListBox(int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width)](./addlistbox/) | Adds a [ListBox](../listbox/) to the worksheet. | +| [AddOleObject(int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width, const Vector \\& imageData)](./addoleobject/) | Adds an [OleObject](../oleobject/). | +| [AddOleObjectWithLinkedImage(int32_t topRow, int32_t leftColumn, int32_t height, int32_t width, const U16String\& sourceFullName)](./addoleobjectwithlinkedimage/) | Add a linked picture. | +| [AddOleObjectWithLinkedImage(int32_t topRow, int32_t leftColumn, int32_t height, int32_t width, const char16_t* sourceFullName)](./addoleobjectwithlinkedimage/) | Add a linked picture. | +| [AddOval(int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width)](./addoval/) | Adds a [Oval](../oval/) to the worksheet. | +| [AddPicture(int32_t topRow, int32_t leftColumn, int32_t bottomRow, int32_t rightColumn, const Vector \\& stream)](./addpicture/) | Adds a picture to the collection. | +| [AddPicture(int32_t topRow, int32_t leftColumn, const Vector \\& stream, int32_t widthScale, int32_t heightScale)](./addpicture/) | Adds a picture to the collection. | +| [AddPictureInChart(int32_t top, int32_t left, const Vector \\& stream, int32_t widthScale, int32_t heightScale)](./addpictureinchart/) | Adds a picture to the chart. | +| [AddRadioButton(int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width)](./addradiobutton/) | Adds a [RadioButton](../radiobutton/) to the worksheet. | +| [AddRectangle(int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width)](./addrectangle/) | Adds a [RectangleShape](../rectangleshape/) to the worksheet. | +| [AddScrollBar(int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width)](./addscrollbar/) | Adds a [ScrollBar](../scrollbar/) to the worksheet. | +| [AddShape(MsoDrawingType type, int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width)](./addshape/) | Adds a [Shape](../shape/) to the worksheet. | +| [AddShapeInChart(MsoDrawingType type, PlacementType placement, int32_t left, int32_t top, int32_t right, int32_t bottom, const Vector \\& imageData)](./addshapeinchart/) | Add a shape to chart .All unit is 1/4000 of chart area. | +| [AddShapeInChart(MsoDrawingType type, PlacementType placement, int32_t left, int32_t top, int32_t right, int32_t bottom)](./addshapeinchart/) | Add a shape to chart .All unit is 1/4000 of chart area. | +| [AddShapeInChartByScale(MsoDrawingType type, PlacementType placement, double left, double top, double right, double bottom)](./addshapeinchartbyscale/) | Add a shape to chart. All unit is percent scale of chart area. | +| [AddShapeInChartByScale(MsoDrawingType type, PlacementType placement, double left, double top, double right, double bottom, const Vector \\& imageData)](./addshapeinchartbyscale/) | Add a shape to chart .All unit is 1/4000 of chart area. | +| [AddSignatureLine(int32_t topRow, int32_t leftColumn, const SignatureLine\& signatureLine)](./addsignatureline/) | Adds a Signature [Line](../line/) to the worksheet. | +| [AddSpinner(int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width)](./addspinner/) | Adds a [Spinner](../spinner/) to the worksheet. | +| [AddSvg(int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width, const Vector \\& svgData, const Vector \\& compatibleImageData)](./addsvg/) | Adds svg image. | +| [AddTextBox(int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width)](./addtextbox/) | Adds a text box to the worksheet. | +| [AddTextBoxInChart(int32_t top, int32_t left, int32_t height, int32_t width)](./addtextboxinchart/) | Adds a textbox to the chart. | +| [AddTextEffect(MsoPresetTextEffect effect, const U16String\& text, const U16String\& fontName, int32_t size, bool fontBold, bool fontItalic, int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width)](./addtexteffect/) | Inserts a WordArt object. | +| [AddTextEffect(MsoPresetTextEffect effect, const char16_t* text, const char16_t* fontName, int32_t size, bool fontBold, bool fontItalic, int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width)](./addtexteffect/) | Inserts a WordArt object. | +| [AddTextEffectInChart(MsoPresetTextEffect effect, const U16String\& text, const U16String\& fontName, int32_t size, bool fontBold, bool fontItalic, int32_t top, int32_t left, int32_t height, int32_t width)](./addtexteffectinchart/) | Inserts a WordArt object to the chart. | +| [AddTextEffectInChart(MsoPresetTextEffect effect, const char16_t* text, const char16_t* fontName, int32_t size, bool fontBold, bool fontItalic, int32_t top, int32_t left, int32_t height, int32_t width)](./addtexteffectinchart/) | Inserts a WordArt object to the chart. | +| [AddWordArt(PresetWordArtStyle style, const U16String\& text, int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width)](./addwordart/) | Adds preset WordArt since Excel 2007.s. | +| [AddWordArt(PresetWordArtStyle style, const char16_t* text, int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width)](./addwordart/) | Adds preset WordArt since Excel 2007.s. | +| [Clear()](./clear/) | Clear all shapes in the worksheet. | +| [CopyCommentsInRange(const ShapeCollection\& shapes, const CellArea\& ca, int32_t destRow, int32_t destColumn)](./copycommentsinrange/) | Copy all comments in the range. | +| [CopyInRange(const ShapeCollection\& sourceShapes, const CellArea\& ca, int32_t destRow, int32_t destColumn, bool isContained)](./copyinrange/) | Copy shapes in the range to destination range. | +| [DeleteInRange(const CellArea\& ca)](./deleteinrange/) | Delete shapes in the range.Comment shapes will not be deleted. | +| [DeleteShape(const Shape\& shape)](./deleteshape/) | Delete a shape. If the shape is in the group or is a comment shape, it will not be deleted. | +| [Get(int32_t index)](./get/) | Gets the [Shape](../shape/) object at the specific index in the list. | +| [Get(const U16String\& name)](./get/) | Gets the [Shape](../shape/) object by the name of the shape. | +| [Get(const char16_t* name)](./get/) | Gets the [Shape](../shape/) object by the name of the shape. | +| [GetCount()](./getcount/) | | +| [Group(const Vector \\& groupItems)](./group/) | Group the shapes. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ShapeCollection\& src)](./operator_asm/) | operator= | +| [Remove(const Shape\& shape)](./remove/) | Remove the shape. | +| [RemoveAt(int32_t index)](./removeat/) | Remove the shape. | +| [ShapeCollection(ShapeCollection_Impl* impl)](./shapecollection/) | Constructs from an implementation object. | +| [ShapeCollection(const ShapeCollection\& src)](./shapecollection/) | Copy constructor. | +| [Ungroup(const GroupShape\& group)](./ungroup/) | Ungroups the shape items. | +| [UpdateSelectedValue()](./updateselectedvalue/) | Update the selected value by the value of the linked cell or range of the shape. | +| [~ShapeCollection()](./~shapecollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; + +//obtener ShapeCollection +ShapeCollection shapes = workbook.GetWorksheets().Get(0).GetShapes(); + + +//Guarde el archivo de Excel. +workbook.Save("result.xlsx"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/addactivexcontrol/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/addactivexcontrol/_index.md new file mode 100644 index 00000000000..a8243757ca1 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/addactivexcontrol/_index.md @@ -0,0 +1,50 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::AddActiveXControl method +linktitle: AddActiveXControl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::AddActiveXControl method. Creates an Activex Control in C++.' +type: docs +weight: 3400 +url: /es/cpp/aspose.cells.drawing/shapecollection/addactivexcontrol/ +--- +## ShapeCollection::AddActiveXControl method + + +Creates an Activex Control. + +```cpp +Shape Aspose::Cells::Drawing::ShapeCollection::AddActiveXControl(ControlType type, int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t width, int32_t height) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| type | ControlType | The type of the control. | +| topRow | int32_t | Upper left row index. | +| top | int32_t | Represents the vertical offset of [Shape](../../shape/) from its left row, in unit of pixel. | +| leftColumn | int32_t | Upper left column index. | +| left | int32_t | Represents the horizontal offset of [Shape](../../shape/) from its left column, in unit of pixel. | +| height | int32_t | Represents the height of [Shape](../../shape/), in unit of pixel. | +| width | int32_t | Represents the width of [Shape](../../shape/), in unit of pixel. | + +## ReturnValue + + + + +## Examples + + +```cpp + //agregar un control ActiveX +Shape activeXControl = shapes.AddActiveXControl(ControlType::CheckBox, 1, 0, 1, 0, 100, 50); +``` + +## See Also + +* Class [Shape](../../shape/) +* Enum [ControlType](../../../aspose.cells.drawing.activexcontrols/controltype/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/addarc/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/addarc/_index.md new file mode 100644 index 00000000000..c0b8b5e2af9 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/addarc/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::AddArc method +linktitle: AddArc +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::AddArc method. Adds a ArcShape to the worksheet in C++.' +type: docs +weight: 3100 +url: /es/cpp/aspose.cells.drawing/shapecollection/addarc/ +--- +## ShapeCollection::AddArc method + + +Adds a [ArcShape](../../arcshape/) to the worksheet. + +```cpp +ArcShape Aspose::Cells::Drawing::ShapeCollection::AddArc(int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| topRow | int32_t | Upper left row index. | +| top | int32_t | Represents the vertical offset of [ArcShape](../../arcshape/) from its left row, in unit of pixel. | +| leftColumn | int32_t | Upper left column index. | +| left | int32_t | Represents the horizontal offset of [ArcShape](../../arcshape/) from its left column, in unit of pixel. | +| height | int32_t | Represents the height of [ArcShape](../../arcshape/), in unit of pixel. | +| width | int32_t | Represents the width of [ArcShape](../../arcshape/), in unit of pixel. | + +## ReturnValue + +A [ArcShape](../../arcshape/) object. + + +## Examples + + +```cpp + //agregar un arco +ArcShape arcShape = shapes.AddArc(1, 0, 1, 0, 100, 50); +``` + +## See Also + +* Class [ArcShape](../../arcshape/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/addautoshape/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/addautoshape/_index.md new file mode 100644 index 00000000000..0dea77a8035 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/addautoshape/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::AddAutoShape method +linktitle: AddAutoShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::AddAutoShape method. Adds a AutoShape to the worksheet in C++.' +type: docs +weight: 3300 +url: /es/cpp/aspose.cells.drawing/shapecollection/addautoshape/ +--- +## ShapeCollection::AddAutoShape method + + +Adds a AutoShape to the worksheet. + +```cpp +Shape Aspose::Cells::Drawing::ShapeCollection::AddAutoShape(AutoShapeType type, int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| type | AutoShapeType | Auto shape type. | +| topRow | int32_t | Upper left row index. | +| top | int32_t | Represents the vertical offset of [Shape](../../shape/) from its left row, in unit of pixel. | +| leftColumn | int32_t | Upper left column index. | +| left | int32_t | Represents the horizontal offset of [Shape](../../shape/) from its left column, in unit of pixel. | +| height | int32_t | Represents the height of [Shape](../../shape/), in unit of pixel. | +| width | int32_t | Represents the width of [Shape](../../shape/), in unit of pixel. | + +## ReturnValue + +A [Shape](../../shape/) object. +## Remarks + + + +The type could not be Chart/Comment/Picture/OleObject/Polygon/DialogBox + +## Examples + + +```cpp + //Agrega una AutoShape a la hoja de cálculo. +Shape autoShape = shapes.AddAutoShape(AutoShapeType::Cube, 1, 0, 1, 0, 100, 50); +``` + +## See Also + +* Class [Shape](../../shape/) +* Enum [AutoShapeType](../../autoshapetype/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/addautoshapeinchart/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/addautoshapeinchart/_index.md new file mode 100644 index 00000000000..001e5d79111 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/addautoshapeinchart/_index.md @@ -0,0 +1,43 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::AddAutoShapeInChart method +linktitle: AddAutoShapeInChart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::AddAutoShapeInChart method. Adds a AutoShape to the chart in C++.' +type: docs +weight: 3300 +url: /es/cpp/aspose.cells.drawing/shapecollection/addautoshapeinchart/ +--- +## ShapeCollection::AddAutoShapeInChart method + + +Adds a AutoShape to the chart. + +```cpp +Shape Aspose::Cells::Drawing::ShapeCollection::AddAutoShapeInChart(AutoShapeType type, int32_t top, int32_t left, int32_t height, int32_t width) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| type | AutoShapeType | Auto shape type. | +| top | int32_t | Represents the vertical offset of textbox from the upper left corner in units of 1/4000 of the chart area. | +| left | int32_t | Represents the vertical offset of textbox from the upper left corner in units of 1/4000 of the chart area. | +| height | int32_t | Represents the height of textbox, in units of 1/4000 of the chart area. | +| width | int32_t | Represents the width of textbox, in units of 1/4000 of the chart area. | + +## ReturnValue + +Returns a shape object. +## Remarks + + + +The type could not be Chart/Comment/Picture/OleObject/Polygon/DialogBox +## See Also + +* Class [Shape](../../shape/) +* Enum [AutoShapeType](../../autoshapetype/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/addbutton/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/addbutton/_index.md new file mode 100644 index 00000000000..bfe4b14d4a0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/addbutton/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::AddButton method +linktitle: AddButton +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::AddButton method. Adds a Button to the worksheet in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.drawing/shapecollection/addbutton/ +--- +## ShapeCollection::AddButton method + + +Adds a [Button](../../button/) to the worksheet. + +```cpp +Button Aspose::Cells::Drawing::ShapeCollection::AddButton(int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| topRow | int32_t | Upper left row index. | +| top | int32_t | Represents the vertical offset of [Button](../../button/) from its left row, in unit of pixel. | +| leftColumn | int32_t | Upper left column index. | +| left | int32_t | Represents the horizontal offset of [Button](../../button/) from its left column, in unit of pixel. | +| height | int32_t | Represents the height of [Button](../../button/), in unit of pixel. | +| width | int32_t | Represents the width of [Button](../../button/), in unit of pixel. | + +## ReturnValue + +A [Button](../../button/) object. + + +## Examples + + +```cpp + //agregar un botón +Button button = shapes.AddButton(1, 0, 1, 0, 100, 50); +``` + +## See Also + +* Class [Button](../../button/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/addcheckbox/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/addcheckbox/_index.md new file mode 100644 index 00000000000..e9ab491e25e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/addcheckbox/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::AddCheckBox method +linktitle: AddCheckBox +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::AddCheckBox method. Adds a checkbox to the worksheet in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/shapecollection/addcheckbox/ +--- +## ShapeCollection::AddCheckBox method + + +Adds a checkbox to the worksheet. + +```cpp +CheckBox Aspose::Cells::Drawing::ShapeCollection::AddCheckBox(int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| topRow | int32_t | Upper left row index. | +| top | int32_t | Represents the vertical offset of checkbox from its top row, in unit of pixel. | +| leftColumn | int32_t | Upper left column index. | +| left | int32_t | Represents the horizontal offset of textbox from its left column, in unit of pixel. | +| height | int32_t | Height of textbox, in unit of pixel. | +| width | int32_t | Width of textbox, in unit of pixel. | + +## ReturnValue + +The new [CheckBox](../../checkbox/) object index. + + +## Examples + + +```cpp + //agregar un CheckBox +CheckBox checkBox = shapes.AddCheckBox(1, 0, 1, 0, 100, 50); +``` + +## See Also + +* Class [CheckBox](../../checkbox/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/addcombobox/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/addcombobox/_index.md new file mode 100644 index 00000000000..b3238806f85 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/addcombobox/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::AddComboBox method +linktitle: AddComboBox +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::AddComboBox method. Adds a ComboBox to the worksheet in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing/shapecollection/addcombobox/ +--- +## ShapeCollection::AddComboBox method + + +Adds a [ComboBox](../../combobox/) to the worksheet. + +```cpp +ComboBox Aspose::Cells::Drawing::ShapeCollection::AddComboBox(int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| topRow | int32_t | Upper left row index. | +| top | int32_t | Represents the vertical offset of [ComboBox](../../combobox/) from its left row, in unit of pixel. | +| leftColumn | int32_t | Upper left column index. | +| left | int32_t | Represents the horizontal offset of [ComboBox](../../combobox/) from its left column, in unit of pixel. | +| height | int32_t | Represents the height of [ComboBox](../../combobox/), in unit of pixel. | +| width | int32_t | Represents the width of [ComboBox](../../combobox/), in unit of pixel. | + +## ReturnValue + +A [ComboBox](../../combobox/) object. + + +## Examples + + +```cpp + //agregar un cuadro combinado +ComboBox comboBox = shapes.AddComboBox(1, 0, 1, 0, 100, 50); +``` + +## See Also + +* Class [ComboBox](../../combobox/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/addcopy/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/addcopy/_index.md new file mode 100644 index 00000000000..7cc389b9ce1 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/addcopy/_index.md @@ -0,0 +1,49 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::AddCopy method +linktitle: AddCopy +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::AddCopy method. Adds and copy a shape to the worksheet in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/shapecollection/addcopy/ +--- +## ShapeCollection::AddCopy method + + +Adds and copy a shape to the worksheet. + +```cpp +Shape Aspose::Cells::Drawing::ShapeCollection::AddCopy(const Shape &sourceShape, int32_t topRow, int32_t top, int32_t leftColumn, int32_t left) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sourceShape | const Shape\& | Source shape. | +| topRow | int32_t | The top row index. | +| top | int32_t | Represents the vertical offset from its top row, in unit of pixel. | +| leftColumn | int32_t | The left column index. | +| left | int32_t | Represents the horizontal offset from its left column, in unit of pixel. | + +## ReturnValue + +The new [Shape](../../shape/) object. + + +## Examples + + +```cpp + //agregar una forma +RectangleShape rectangle = shapes.AddRectangle(2, 0, 2, 0, 130, 130); +//Agrega y copia una forma. +shapes.AddCopy(rectangle, 7, 0, 7, 0); +``` + +## See Also + +* Class [Shape](../../shape/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/addequation/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/addequation/_index.md new file mode 100644 index 00000000000..c74b2d924f8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/addequation/_index.md @@ -0,0 +1,39 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::AddEquation method +linktitle: AddEquation +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::AddEquation method. Adds an equation object to the worksheet in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing/shapecollection/addequation/ +--- +## ShapeCollection::AddEquation method + + +Adds an equation object to the worksheet. + +```cpp +TextBox Aspose::Cells::Drawing::ShapeCollection::AddEquation(int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| topRow | int32_t | The top row index. | +| top | int32_t | The vertical offset its top row, in unit of pixel. | +| leftColumn | int32_t | The left column index. | +| left | int32_t | The horizontal offset from its left column, in unit of pixel. | +| height | int32_t | The height of equation, in unit of pixel. | +| width | int32_t | The width of equation, in unit of pixel. | + +## ReturnValue + + + +## See Also + +* Class [TextBox](../../textbox/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/addfreefloatingshape/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/addfreefloatingshape/_index.md new file mode 100644 index 00000000000..a8172f60105 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/addfreefloatingshape/_index.md @@ -0,0 +1,55 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::AddFreeFloatingShape method +linktitle: AddFreeFloatingShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::AddFreeFloatingShape method. Adds a free floating shape to the worksheet.Only applies for line/image shape in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.drawing/shapecollection/addfreefloatingshape/ +--- +## ShapeCollection::AddFreeFloatingShape method + + +Adds a free floating shape to the worksheet.Only applies for line/image shape. + +```cpp +Shape Aspose::Cells::Drawing::ShapeCollection::AddFreeFloatingShape(MsoDrawingType type, int32_t top, int32_t left, int32_t height, int32_t width, const Vector &imageData, bool isOriginalSize) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| type | MsoDrawingType | The shape type. | +| top | int32_t | Represents the vertical offset of shape from the worksheet's top row, in unit of pixel. | +| left | int32_t | Represents the horizontal offset of shape from the worksheet's left column, in unit of pixel. | +| height | int32_t | Represents the height of [LineShape](../../lineshape/), in unit of pixel. | +| width | int32_t | Represents the width of [LineShape](../../lineshape/), in unit of pixel. | +| imageData | const Vector \\& | The image data,only applies for the picture. | +| isOriginalSize | bool | Whether the shape use original size if the shape is image. | + +## ReturnValue + + + + +## Examples + + +```cpp +//agregar una línea +Vector lineImageData{ 0 };//Adding lines does not require image data(Note: You need to read the data into this variable.) +Shape floatingShape_Line = shapes.AddFreeFloatingShape(MsoDrawingType::Line, 100, 100, 100, 50, lineImageData, false); + +//agregar una imagen +Vector imgData{ 0 };//Gets image data into 'imgData' from file(e.g image.jpg . Note: You need to read the data into this variable.). +Shape floatingShape_Picture = shapes.AddFreeFloatingShape(MsoDrawingType::Picture, 200, 100, 100, 50, imgData, false); +``` + +## See Also + +* Class [Shape](../../shape/) +* Enum [MsoDrawingType](../../msodrawingtype/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/addfreeform/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/addfreeform/_index.md new file mode 100644 index 00000000000..9fd3d960e03 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/addfreeform/_index.md @@ -0,0 +1,95 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::AddFreeform method +linktitle: AddFreeform +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::AddFreeform method. Adds a freeform shape to the worksheet in C++.' +type: docs +weight: 5300 +url: /es/cpp/aspose.cells.drawing/shapecollection/addfreeform/ +--- +## ShapeCollection::AddFreeform method + + +Adds a freeform shape to the worksheet. + +```cpp +Shape Aspose::Cells::Drawing::ShapeCollection::AddFreeform(int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width, const Vector &paths) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| topRow | int32_t | Upper left row index. | +| top | int32_t | Represents the vertical offset of freeform shape from its left row, in unit of pixel. | +| leftColumn | int32_t | Upper left column index. | +| left | int32_t | Represents the horizontal offset of freeform shape from its left column, in unit of pixel. | +| height | int32_t | Represents the height of freeform shape, in unit of pixel. | +| width | int32_t | Represents the width of freeform shape, in unit of pixel. | +| paths | const Vector \\& | Represents a user-defined path | + +## ReturnValue + +A freeform shape. +## Remarks + + + +Notice: That the width and height in the parameters can be any positive integer values, not the total width and height of the [ShapePath](../../shapepath/) array specified by ’paths'. The relationship between them is a scale-fill relationship, that is, each [ShapePath](../../shapepath/) object will be scaled according to the width and height. Therefore, when there are multiple objects in the 'paths', each [ShapePath](../../shapepath/) object needs to be designed reasonably to meet expectations. When there is only one [ShapePath](../../shapepath/) object and there are no other requirements, passing the object's width and height as parameter values ​​is a good solution. + +## Examples + + +```cpp + //Figura personalizada +ShapePath shapePath; +shapePath.MoveTo(60, 45); +shapePath.ArcTo(25, 25, 0, 270); +shapePath.Close(); + +shapePath.MoveTo(60, 20); +shapePath.LineTo(110, 70); +shapePath.LineTo(125, 155.5f); +shapePath.ArcTo(35.5f, 35.5f, 0, 270); +shapePath.Close(); + +shapePath.MoveTo(150, 45); +shapePath.ArcTo(25, 25, 0, 270); + +int shapePathW = shapePath.GetWidthPixel(); +int shapePathH = shapePath.GetHeightPixel(); + +ShapePath shapePath1; +shapePath1.MoveTo(0, 0); +shapePath1.CubicBezierTo(48.24997f, 0.6844f, + 96.5f, -7.148871f, + 130, 11.517795f); +shapePath1.CubicBezierTo(163.5f, 30.18446f, + 182.24997f, 75.351f, + 201, 120.517795f); +shapePath1.MoveTo(150, 80); +shapePath1.ArcTo(25, 25, 0, 270); + +if (shapePath1.GetWidthPixel() > shapePathW) +{ + shapePathW = shapePath1.GetWidthPixel(); +} + +if (shapePath1.GetHeightPixel() > shapePathH) +{ + shapePathH = shapePath1.GetHeightPixel(); +} + +//Aviso: shapePathH y shapePathH pueden ser cualquier valor entero positivo, aquí simplemente los establecemos. + +//Insertar figura personalizada en la hoja de cálculo +shapes.AddFreeform(1, 0, 1, 0, shapePathH, shapePathW, Vector{ shapePath, shapePath1 }); +``` + +## See Also + +* Class [Shape](../../shape/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePath](../../shapepath/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/addgroupbox/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/addgroupbox/_index.md new file mode 100644 index 00000000000..348ebb9073d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/addgroupbox/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::AddGroupBox method +linktitle: AddGroupBox +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::AddGroupBox method. Adds a GroupBox to the worksheet in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing/shapecollection/addgroupbox/ +--- +## ShapeCollection::AddGroupBox method + + +Adds a [GroupBox](../../groupbox/) to the worksheet. + +```cpp +GroupBox Aspose::Cells::Drawing::ShapeCollection::AddGroupBox(int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| topRow | int32_t | Upper left row index. | +| top | int32_t | Represents the vertical offset of [GroupBox](../../groupbox/) from its left row, in unit of pixel. | +| leftColumn | int32_t | Upper left column index. | +| left | int32_t | Represents the horizontal offset of [GroupBox](../../groupbox/) from its left column, in unit of pixel. | +| height | int32_t | Represents the height of [GroupBox](../../groupbox/), in unit of pixel. | +| width | int32_t | Represents the width of [GroupBox](../../groupbox/), in unit of pixel. | + +## ReturnValue + +A [GroupBox](../../groupbox/) object. + + +## Examples + + +```cpp + //agregar un cuadro de grupo +GroupBox groupBox = shapes.AddGroupBox(1, 0, 1, 0, 100, 50); +``` + +## See Also + +* Class [GroupBox](../../groupbox/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/addicons/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/addicons/_index.md new file mode 100644 index 00000000000..00c137f64ae --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/addicons/_index.md @@ -0,0 +1,51 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::AddIcons method +linktitle: AddIcons +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::AddIcons method. Adds svg image in C++.' +type: docs +weight: 3800 +url: /es/cpp/aspose.cells.drawing/shapecollection/addicons/ +--- +## ShapeCollection::AddIcons method + + +Adds svg image. + +```cpp +Aspose::Cells::Drawing::Picture Aspose::Cells::Drawing::ShapeCollection::AddIcons(int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width, const Vector &imageByteData, const Vector &compatibleImageData) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| topRow | int32_t | Upper left row index. | +| top | int32_t | Represents the vertical offset of shape from its left row, in unit of pixel. | +| leftColumn | int32_t | Upper left column index. | +| left | int32_t | The horizontal offset of shape from its left column, in unit of pixel. | +| height | int32_t | The height of shape, in unit of pixel. | +| width | int32_t | The width of shape, in unit of pixel. | +| imageByteData | const Vector \\& | The image byte data. | +| compatibleImageData | const Vector \\& | Converted image data from svg in order to be compatible with Excel 2016 or lower versions. | + +## ReturnValue + + + + +## Examples + + +```cpp +//agregar ícono +Vector imageData{ 0 };//Gets image data into 'imageData' from file(e.g image.svg . Note: You need to read the data into this variable.). +Picture picture = shapes.AddIcons(4, 0, 5, 0, -1, -1, imageData, Vector(0)); +``` + +## See Also + +* Class [Picture](../../picture/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/addlabel/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/addlabel/_index.md new file mode 100644 index 00000000000..e15dfc540f7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/addlabel/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::AddLabel method +linktitle: AddLabel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::AddLabel method. Adds a Label to the worksheet in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.drawing/shapecollection/addlabel/ +--- +## ShapeCollection::AddLabel method + + +Adds a [Label](../../label/) to the worksheet. + +```cpp +Label Aspose::Cells::Drawing::ShapeCollection::AddLabel(int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| topRow | int32_t | Upper left row index. | +| top | int32_t | Represents the vertical offset of [Label](../../label/) from its left row, in unit of pixel. | +| leftColumn | int32_t | Upper left column index. | +| left | int32_t | Represents the horizontal offset of [Label](../../label/) from its left column, in unit of pixel. | +| height | int32_t | Represents the height of [Label](../../label/), in unit of pixel. | +| width | int32_t | Represents the width of [Label](../../label/), in unit of pixel. | + +## ReturnValue + +A [Label](../../label/) object. + + +## Examples + + +```cpp + //agregar una etiqueta +Label label = shapes.AddLabel(1, 0, 1, 0, 100, 50); +``` + +## See Also + +* Class [Label](../../label/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/addlabelinchart/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/addlabelinchart/_index.md new file mode 100644 index 00000000000..0654a335a90 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/addlabelinchart/_index.md @@ -0,0 +1,37 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::AddLabelInChart method +linktitle: AddLabelInChart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::AddLabelInChart method. Adds a label to the chart in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.drawing/shapecollection/addlabelinchart/ +--- +## ShapeCollection::AddLabelInChart method + + +Adds a label to the chart. + +```cpp +Label Aspose::Cells::Drawing::ShapeCollection::AddLabelInChart(int32_t top, int32_t left, int32_t height, int32_t width) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| top | int32_t | Represents the vertical offset of label from the upper left corner in units of 1/4000 of the chart area. | +| left | int32_t | Represents the vertical offset of label from the upper left corner in units of 1/4000 of the chart area. | +| height | int32_t | Represents the height of label, in units of 1/4000 of the chart area. | +| width | int32_t | Represents the width of label, in units of 1/4000 of the chart area. | + +## ReturnValue + +A new [Label](../../label/) object. + +## See Also + +* Class [Label](../../label/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/addlatexequation/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/addlatexequation/_index.md new file mode 100644 index 00000000000..6f454caccb7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/addlatexequation/_index.md @@ -0,0 +1,72 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::AddLaTeXEquation method +linktitle: AddLaTeXEquation +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::AddLaTeXEquation method. Adds an equation object to the worksheet using LaTeX format strings in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing/shapecollection/addlatexequation/ +--- +## ShapeCollection::AddLaTeXEquation(int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const U16String\&) method + + +Adds an equation object to the worksheet using LaTeX format strings. + +```cpp +TextBox Aspose::Cells::Drawing::ShapeCollection::AddLaTeXEquation(int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width, const U16String &latex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| topRow | int32_t | The top row index. | +| top | int32_t | The vertical offset its top row, in unit of pixel. | +| leftColumn | int32_t | The left column index. | +| left | int32_t | The horizontal offset from its left column, in unit of pixel. | +| height | int32_t | The height of equation, in unit of pixel. | +| width | int32_t | The width of equation, in unit of pixel. | +| latex | const U16String\& | LaTeX format string | + +## ReturnValue + + + +## See Also + +* Class [TextBox](../../textbox/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## ShapeCollection::AddLaTeXEquation(int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const char16_t*) method + + +Adds an equation object to the worksheet using LaTeX format strings. + +```cpp +TextBox Aspose::Cells::Drawing::ShapeCollection::AddLaTeXEquation(int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width, const char16_t *latex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| topRow | int32_t | The top row index. | +| top | int32_t | The vertical offset its top row, in unit of pixel. | +| leftColumn | int32_t | The left column index. | +| left | int32_t | The horizontal offset from its left column, in unit of pixel. | +| height | int32_t | The height of equation, in unit of pixel. | +| width | int32_t | The width of equation, in unit of pixel. | +| latex | const char16_t* | LaTeX format string | + +## ReturnValue + + + +## See Also + +* Class [TextBox](../../textbox/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/addline/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/addline/_index.md new file mode 100644 index 00000000000..821ba20ab69 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/addline/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::AddLine method +linktitle: AddLine +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::AddLine method. Adds a LineShape to the worksheet in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.drawing/shapecollection/addline/ +--- +## ShapeCollection::AddLine method + + +Adds a [LineShape](../../lineshape/) to the worksheet. + +```cpp +LineShape Aspose::Cells::Drawing::ShapeCollection::AddLine(int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| topRow | int32_t | Upper left row index. | +| top | int32_t | Represents the vertical offset of [LineShape](../../lineshape/) from its left row, in unit of pixel. | +| leftColumn | int32_t | Upper left column index. | +| left | int32_t | Represents the horizontal offset of [LineShape](../../lineshape/) from its left column, in unit of pixel. | +| height | int32_t | Represents the height of [LineShape](../../lineshape/), in unit of pixel. | +| width | int32_t | Represents the width of [LineShape](../../lineshape/), in unit of pixel. | + +## ReturnValue + +A [LineShape](../../lineshape/) object. + + +## Examples + + +```cpp + // agregar un objeto de línea +LineShape lineShape = shapes.AddLine(1, 0, 1, 0, 100, 50); +``` + +## See Also + +* Class [LineShape](../../lineshape/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/addlinkedpicture/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/addlinkedpicture/_index.md new file mode 100644 index 00000000000..52fcaa34266 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/addlinkedpicture/_index.md @@ -0,0 +1,68 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::AddLinkedPicture method +linktitle: AddLinkedPicture +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::AddLinkedPicture method. Add a linked picture in C++.' +type: docs +weight: 3900 +url: /es/cpp/aspose.cells.drawing/shapecollection/addlinkedpicture/ +--- +## ShapeCollection::AddLinkedPicture(int32_t, int32_t, int32_t, int32_t, const U16String\&) method + + +Add a linked picture. + +```cpp +Aspose::Cells::Drawing::Picture Aspose::Cells::Drawing::ShapeCollection::AddLinkedPicture(int32_t topRow, int32_t leftColumn, int32_t height, int32_t width, const U16String &sourceFullName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| topRow | int32_t | Upper left row index. | +| leftColumn | int32_t | Upper left column index. | +| height | int32_t | The height of the shape. In unit of pixels | +| width | int32_t | The width of the shape. In unit of pixels | +| sourceFullName | const U16String\& | The path and name of the source file for the linked image | + +## ReturnValue + +[Picture](../../picture/)[Picture](../../picture/) object. + +## See Also + +* Class [Picture](../../picture/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## ShapeCollection::AddLinkedPicture(int32_t, int32_t, int32_t, int32_t, const char16_t*) method + + +Add a linked picture. + +```cpp +Aspose::Cells::Drawing::Picture Aspose::Cells::Drawing::ShapeCollection::AddLinkedPicture(int32_t topRow, int32_t leftColumn, int32_t height, int32_t width, const char16_t *sourceFullName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| topRow | int32_t | Upper left row index. | +| leftColumn | int32_t | Upper left column index. | +| height | int32_t | The height of the shape. In unit of pixels | +| width | int32_t | The width of the shape. In unit of pixels | +| sourceFullName | const char16_t* | The path and name of the source file for the linked image | + +## ReturnValue + +[Picture](../../picture/)[Picture](../../picture/) object. + +## See Also + +* Class [Picture](../../picture/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/addlistbox/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/addlistbox/_index.md new file mode 100644 index 00000000000..c556bbfae6b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/addlistbox/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::AddListBox method +linktitle: AddListBox +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::AddListBox method. Adds a ListBox to the worksheet in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing/shapecollection/addlistbox/ +--- +## ShapeCollection::AddListBox method + + +Adds a [ListBox](../../listbox/) to the worksheet. + +```cpp +ListBox Aspose::Cells::Drawing::ShapeCollection::AddListBox(int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| topRow | int32_t | Upper left row index. | +| top | int32_t | Represents the vertical offset of [ListBox](../../listbox/) from its left row, in unit of pixel. | +| leftColumn | int32_t | Upper left column index. | +| left | int32_t | Represents the horizontal offset of [ListBox](../../listbox/) from its left column, in unit of pixel. | +| height | int32_t | Represents the height of [ListBox](../../listbox/), in unit of pixel. | +| width | int32_t | Represents the width of [ListBox](../../listbox/), in unit of pixel. | + +## ReturnValue + +A [ListBox](../../listbox/) object. + + +## Examples + + +```cpp + //agregar un cuadro de lista +ListBox listBox = shapes.AddListBox(1, 0, 1, 0, 100, 50); +``` + +## See Also + +* Class [ListBox](../../listbox/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/addoleobject/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/addoleobject/_index.md new file mode 100644 index 00000000000..a00d6def2c5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/addoleobject/_index.md @@ -0,0 +1,49 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::AddOleObject method +linktitle: AddOleObject +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::AddOleObject method. Adds an OleObject in C++.' +type: docs +weight: 4200 +url: /es/cpp/aspose.cells.drawing/shapecollection/addoleobject/ +--- +## ShapeCollection::AddOleObject method + + +Adds an [OleObject](../../oleobject/). + +```cpp +OleObject Aspose::Cells::Drawing::ShapeCollection::AddOleObject(int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width, const Vector &imageData) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| topRow | int32_t | | +| top | int32_t | | +| leftColumn | int32_t | | +| left | int32_t | | +| height | int32_t | | +| width | int32_t | | +| imageData | const Vector \\& | | + +## ReturnValue + + + + +## Examples + + +```cpp +Vector imgData{ 0 };//Gets image data into 'imgData' from file(e.g image.jpg . Note: You need to read the data into this variable.). +OleObject oleObject = shapes.AddOleObject(4, 0, 5, 0, 300, 500, imgData); +``` + +## See Also + +* Class [OleObject](../../oleobject/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/addoleobjectwithlinkedimage/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/addoleobjectwithlinkedimage/_index.md new file mode 100644 index 00000000000..b692fcad21f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/addoleobjectwithlinkedimage/_index.md @@ -0,0 +1,68 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::AddOleObjectWithLinkedImage method +linktitle: AddOleObjectWithLinkedImage +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::AddOleObjectWithLinkedImage method. Add a linked picture in C++.' +type: docs +weight: 4000 +url: /es/cpp/aspose.cells.drawing/shapecollection/addoleobjectwithlinkedimage/ +--- +## ShapeCollection::AddOleObjectWithLinkedImage(int32_t, int32_t, int32_t, int32_t, const U16String\&) method + + +Add a linked picture. + +```cpp +OleObject Aspose::Cells::Drawing::ShapeCollection::AddOleObjectWithLinkedImage(int32_t topRow, int32_t leftColumn, int32_t height, int32_t width, const U16String &sourceFullName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| topRow | int32_t | Upper left row index. | +| leftColumn | int32_t | Upper left column index. | +| height | int32_t | The height of the shape. In unit of pixels | +| width | int32_t | The width of the shape. In unit of pixels | +| sourceFullName | const U16String\& | The path and name of the source file for the linked image | + +## ReturnValue + +[Picture](../../picture/)[Picture](../../picture/) object. + +## See Also + +* Class [OleObject](../../oleobject/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## ShapeCollection::AddOleObjectWithLinkedImage(int32_t, int32_t, int32_t, int32_t, const char16_t*) method + + +Add a linked picture. + +```cpp +OleObject Aspose::Cells::Drawing::ShapeCollection::AddOleObjectWithLinkedImage(int32_t topRow, int32_t leftColumn, int32_t height, int32_t width, const char16_t *sourceFullName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| topRow | int32_t | Upper left row index. | +| leftColumn | int32_t | Upper left column index. | +| height | int32_t | The height of the shape. In unit of pixels | +| width | int32_t | The width of the shape. In unit of pixels | +| sourceFullName | const char16_t* | The path and name of the source file for the linked image | + +## ReturnValue + +[Picture](../../picture/)[Picture](../../picture/) object. + +## See Also + +* Class [OleObject](../../oleobject/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/addoval/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/addoval/_index.md new file mode 100644 index 00000000000..1458c6455f1 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/addoval/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::AddOval method +linktitle: AddOval +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::AddOval method. Adds a Oval to the worksheet in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.drawing/shapecollection/addoval/ +--- +## ShapeCollection::AddOval method + + +Adds a [Oval](../../oval/) to the worksheet. + +```cpp +Oval Aspose::Cells::Drawing::ShapeCollection::AddOval(int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| topRow | int32_t | Upper left row index. | +| top | int32_t | Represents the vertical offset of [Oval](../../oval/) from its left row, in unit of pixel. | +| leftColumn | int32_t | Upper left column index. | +| left | int32_t | Represents the horizontal offset of [Oval](../../oval/) from its left column, in unit of pixel. | +| height | int32_t | Represents the height of [Oval](../../oval/), in unit of pixel. | +| width | int32_t | Represents the width of [Oval](../../oval/), in unit of pixel. | + +## ReturnValue + +A [Oval](../../oval/) object. + + +## Examples + + +```cpp + //agregar un óvalo +Oval oval = shapes.AddOval(1, 0, 1, 0, 50, 50); +``` + +## See Also + +* Class [Oval](../../oval/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/addpicture/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/addpicture/_index.md new file mode 100644 index 00000000000..fedac9625ad --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/addpicture/_index.md @@ -0,0 +1,87 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::AddPicture method +linktitle: AddPicture +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::AddPicture method. Adds a picture to the collection in C++.' +type: docs +weight: 3600 +url: /es/cpp/aspose.cells.drawing/shapecollection/addpicture/ +--- +## ShapeCollection::AddPicture(int32_t, int32_t, int32_t, int32_t, const Vector \\&) method + + +Adds a picture to the collection. + +```cpp +Aspose::Cells::Drawing::Picture Aspose::Cells::Drawing::ShapeCollection::AddPicture(int32_t topRow, int32_t leftColumn, int32_t bottomRow, int32_t rightColumn, const Vector &stream) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| topRow | int32_t | Upper left row index. | +| leftColumn | int32_t | Upper left column index. | +| bottomRow | int32_t | Lower right row index | +| rightColumn | int32_t | Lower right column index | +| stream | const Vector \\& | Stream object which contains the image data. | + +## ReturnValue + +[Picture](../../picture/)[Picture](../../picture/) object. + + +## Examples + + +```cpp +//agregar una imagen +Vector fs{ 0 };//Gets image data into fs from file(e.g image.jpg . Note: You need to read the data into this variable.). +Picture picture = shapes.AddPicture(1, 0, 1, 0, fs); +``` + +## See Also + +* Class [Picture](../../picture/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## ShapeCollection::AddPicture(int32_t, int32_t, const Vector \\&, int32_t, int32_t) method + + +Adds a picture to the collection. + +```cpp +Aspose::Cells::Drawing::Picture Aspose::Cells::Drawing::ShapeCollection::AddPicture(int32_t topRow, int32_t leftColumn, const Vector &stream, int32_t widthScale, int32_t heightScale) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| topRow | int32_t | Upper left row index. | +| leftColumn | int32_t | Upper left column index. | +| stream | const Vector \\& | Stream object which contains the image data. | +| widthScale | int32_t | Scale of image width, a percentage. | +| heightScale | int32_t | Scale of image height, a percentage. | + +## ReturnValue + +[Picture](../../picture/)[Picture](../../picture/) object. + + +## Examples + + +```cpp +//agregar una imagen +Vector fs{ 0 };//Gets image data into fs from file(e.g image.jpg . Note: You need to read the data into this variable.). +Picture picture = shapes.AddPicture(1, 1, fs, 50, 60); +``` + +## See Also + +* Class [Picture](../../picture/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/addpictureinchart/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/addpictureinchart/_index.md new file mode 100644 index 00000000000..196a616b3e9 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/addpictureinchart/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::AddPictureInChart method +linktitle: AddPictureInChart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::AddPictureInChart method. Adds a picture to the chart in C++.' +type: docs +weight: 4000 +url: /es/cpp/aspose.cells.drawing/shapecollection/addpictureinchart/ +--- +## ShapeCollection::AddPictureInChart method + + +Adds a picture to the chart. + +```cpp +Aspose::Cells::Drawing::Picture Aspose::Cells::Drawing::ShapeCollection::AddPictureInChart(int32_t top, int32_t left, const Vector &stream, int32_t widthScale, int32_t heightScale) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| top | int32_t | Represents the vertical offset of shape from the upper left corner in units of 1/4000 of the chart area. | +| left | int32_t | Represents the horizontal offset of shape from the upper left corner in units of 1/4000 of the chart area. | +| stream | const Vector \\& | Stream object which contains the image data. | +| widthScale | int32_t | Scale of image width, a percentage. | +| heightScale | int32_t | Scale of image height, a percentage. | + +## ReturnValue + +Returns a [Picture](../../picture/) object. + +## See Also + +* Class [Picture](../../picture/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/addradiobutton/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/addradiobutton/_index.md new file mode 100644 index 00000000000..0964530a287 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/addradiobutton/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::AddRadioButton method +linktitle: AddRadioButton +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::AddRadioButton method. Adds a RadioButton to the worksheet in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing/shapecollection/addradiobutton/ +--- +## ShapeCollection::AddRadioButton method + + +Adds a [RadioButton](../../radiobutton/) to the worksheet. + +```cpp +RadioButton Aspose::Cells::Drawing::ShapeCollection::AddRadioButton(int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| topRow | int32_t | Upper left row index. | +| top | int32_t | Represents the vertical offset of [RadioButton](../../radiobutton/) from its left row, in unit of pixel. | +| leftColumn | int32_t | Upper left column index. | +| left | int32_t | Represents the horizontal offset of [RadioButton](../../radiobutton/) from its left column, in unit of pixel. | +| height | int32_t | Represents the height of [RadioButton](../../radiobutton/), in unit of pixel. | +| width | int32_t | Represents the width of [RadioButton](../../radiobutton/), in unit of pixel. | + +## ReturnValue + +A [RadioButton](../../radiobutton/) object. + + +## Examples + + +```cpp + //agregar un botón de opción +RadioButton radioButton = shapes.AddRadioButton(1, 0, 1, 0, 100, 50); +``` + +## See Also + +* Class [RadioButton](../../radiobutton/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/addrectangle/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/addrectangle/_index.md new file mode 100644 index 00000000000..4bd9ec46979 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/addrectangle/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::AddRectangle method +linktitle: AddRectangle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::AddRectangle method. Adds a RectangleShape to the worksheet in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.drawing/shapecollection/addrectangle/ +--- +## ShapeCollection::AddRectangle method + + +Adds a [RectangleShape](../../rectangleshape/) to the worksheet. + +```cpp +RectangleShape Aspose::Cells::Drawing::ShapeCollection::AddRectangle(int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| topRow | int32_t | Upper left row index. | +| top | int32_t | Represents the vertical offset of [RectangleShape](../../rectangleshape/) from its left row, in unit of pixel. | +| leftColumn | int32_t | Upper left column index. | +| left | int32_t | Represents the horizontal offset of [RectangleShape](../../rectangleshape/) from its left column, in unit of pixel. | +| height | int32_t | Represents the height of [RectangleShape](../../rectangleshape/), in unit of pixel. | +| width | int32_t | Represents the width of [RectangleShape](../../rectangleshape/), in unit of pixel. | + +## ReturnValue + +A [RectangleShape](../../rectangleshape/) object. + + +## Examples + + +```cpp + // agregar un rectángulo +RectangleShape rectangleShape = shapes.AddRectangle(2, 0, 2, 0, 130, 130); +``` + +## See Also + +* Class [RectangleShape](../../rectangleshape/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/addscrollbar/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/addscrollbar/_index.md new file mode 100644 index 00000000000..0773070bfa0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/addscrollbar/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::AddScrollBar method +linktitle: AddScrollBar +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::AddScrollBar method. Adds a ScrollBar to the worksheet in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing/shapecollection/addscrollbar/ +--- +## ShapeCollection::AddScrollBar method + + +Adds a [ScrollBar](../../scrollbar/) to the worksheet. + +```cpp +ScrollBar Aspose::Cells::Drawing::ShapeCollection::AddScrollBar(int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| topRow | int32_t | Upper left row index. | +| top | int32_t | Represents the vertical offset of [ScrollBar](../../scrollbar/) from its left row, in unit of pixel. | +| leftColumn | int32_t | Upper left column index. | +| left | int32_t | Represents the horizontal offset of [ScrollBar](../../scrollbar/) from its left column, in unit of pixel. | +| height | int32_t | Represents the height of [ScrollBar](../../scrollbar/), in unit of pixel. | +| width | int32_t | Represents the width of [ScrollBar](../../scrollbar/), in unit of pixel. | + +## ReturnValue + +A [ScrollBar](../../scrollbar/) object. + + +## Examples + + +```cpp + //agregar una barra de desplazamiento +ScrollBar scrollBar = shapes.AddScrollBar(1, 0, 1, 0, 100, 20); +``` + +## See Also + +* Class [ScrollBar](../../scrollbar/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/addshape/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/addshape/_index.md new file mode 100644 index 00000000000..0736145a662 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/addshape/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::AddShape method +linktitle: AddShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::AddShape method. Adds a Shape to the worksheet in C++.' +type: docs +weight: 3200 +url: /es/cpp/aspose.cells.drawing/shapecollection/addshape/ +--- +## ShapeCollection::AddShape method + + +Adds a [Shape](../../shape/) to the worksheet. + +```cpp +Shape Aspose::Cells::Drawing::ShapeCollection::AddShape(MsoDrawingType type, int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| type | MsoDrawingType | Mso drawing type. | +| topRow | int32_t | Upper left row index. | +| top | int32_t | Represents the vertical offset of [Shape](../../shape/) from its left row, in unit of pixel. | +| leftColumn | int32_t | Upper left column index. | +| left | int32_t | Represents the horizontal offset of [Shape](../../shape/) from its left column, in unit of pixel. | +| height | int32_t | Represents the height of [Shape](../../shape/), in unit of pixel. | +| width | int32_t | Represents the width of [Shape](../../shape/), in unit of pixel. | + +## ReturnValue + +A [Shape](../../shape/) object. +## Remarks + + + +The type could not be Chart/Comment/Picture/OleObject/Polygon/DialogBox + +## Examples + + +```cpp + //Agregar una forma del tipo especificado +Shape shapeByType = shapes.AddShape(MsoDrawingType::CellsDrawing, 1, 0, 1, 0, 100, 50); +``` + +## See Also + +* Class [Shape](../../shape/) +* Enum [MsoDrawingType](../../msodrawingtype/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/addshapeinchart/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/addshapeinchart/_index.md new file mode 100644 index 00000000000..c83fef7f05d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/addshapeinchart/_index.md @@ -0,0 +1,66 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::AddShapeInChart method +linktitle: AddShapeInChart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::AddShapeInChart method. Add a shape to chart .All unit is 1/4000 of chart area in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells.drawing/shapecollection/addshapeinchart/ +--- +## ShapeCollection::AddShapeInChart(MsoDrawingType, PlacementType, int32_t, int32_t, int32_t, int32_t, const Vector \\&) method + + +Add a shape to chart .All unit is 1/4000 of chart area. + +```cpp +Shape Aspose::Cells::Drawing::ShapeCollection::AddShapeInChart(MsoDrawingType type, PlacementType placement, int32_t left, int32_t top, int32_t right, int32_t bottom, const Vector &imageData) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| type | MsoDrawingType | The drawing type. | +| placement | PlacementType | the placement type. | +| left | int32_t | In unit of 1/4000 chart area width. | +| top | int32_t | In unit of 1/4000 chart area height. | +| right | int32_t | In unit of 1/4000 chart area width. | +| bottom | int32_t | In unit of 1/4000 chart area height. | +| imageData | const Vector \\& | If the shape is not a picture or ole object,imageData should be null. | + +## See Also + +* Class [Shape](../../shape/) +* Enum [MsoDrawingType](../../msodrawingtype/) +* Enum [PlacementType](../../placementtype/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## ShapeCollection::AddShapeInChart(MsoDrawingType, PlacementType, int32_t, int32_t, int32_t, int32_t) method + + +Add a shape to chart .All unit is 1/4000 of chart area. + +```cpp +Shape Aspose::Cells::Drawing::ShapeCollection::AddShapeInChart(MsoDrawingType type, PlacementType placement, int32_t left, int32_t top, int32_t right, int32_t bottom) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| type | MsoDrawingType | The drawing type. | +| placement | PlacementType | the placement type. | +| left | int32_t | In unit of 1/4000 chart area width. | +| top | int32_t | In unit of 1/4000 chart area height. | +| right | int32_t | In unit of 1/4000 chart area width. | +| bottom | int32_t | In unit of 1/4000 chart area height. | + +## See Also + +* Class [Shape](../../shape/) +* Enum [MsoDrawingType](../../msodrawingtype/) +* Enum [PlacementType](../../placementtype/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/addshapeinchartbyscale/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/addshapeinchartbyscale/_index.md new file mode 100644 index 00000000000..49e5b4afa55 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/addshapeinchartbyscale/_index.md @@ -0,0 +1,66 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::AddShapeInChartByScale method +linktitle: AddShapeInChartByScale +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::AddShapeInChartByScale method. Add a shape to chart. All unit is percent scale of chart area in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells.drawing/shapecollection/addshapeinchartbyscale/ +--- +## ShapeCollection::AddShapeInChartByScale(MsoDrawingType, PlacementType, double, double, double, double) method + + +Add a shape to chart. All unit is percent scale of chart area. + +```cpp +Shape Aspose::Cells::Drawing::ShapeCollection::AddShapeInChartByScale(MsoDrawingType type, PlacementType placement, double left, double top, double right, double bottom) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| type | MsoDrawingType | The drawing type. | +| placement | PlacementType | the placement type. | +| left | double | Unit is percent scale of chart area width. | +| top | double | Unit is percent scale of chart area height. | +| right | double | Unit is percent scale of chart area width. | +| bottom | double | Unit is percent scale of chart area height. | + +## See Also + +* Class [Shape](../../shape/) +* Enum [MsoDrawingType](../../msodrawingtype/) +* Enum [PlacementType](../../placementtype/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## ShapeCollection::AddShapeInChartByScale(MsoDrawingType, PlacementType, double, double, double, double, const Vector \\&) method + + +Add a shape to chart .All unit is 1/4000 of chart area. + +```cpp +Shape Aspose::Cells::Drawing::ShapeCollection::AddShapeInChartByScale(MsoDrawingType type, PlacementType placement, double left, double top, double right, double bottom, const Vector &imageData) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| type | MsoDrawingType | The drawing type. | +| placement | PlacementType | the placement type. | +| left | double | Unit is percent scale of chart area width. | +| top | double | Unit is percent scale of chart area height. | +| right | double | Unit is percent scale of chart area width. | +| bottom | double | Unit is percent scale of chart area height. | +| imageData | const Vector \\& | If the shape is not a picture or ole object,imageData should be null. | + +## See Also + +* Class [Shape](../../shape/) +* Enum [MsoDrawingType](../../msodrawingtype/) +* Enum [PlacementType](../../placementtype/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/addsignatureline/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/addsignatureline/_index.md new file mode 100644 index 00000000000..7c5e6b1d760 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/addsignatureline/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::AddSignatureLine method +linktitle: AddSignatureLine +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::AddSignatureLine method. Adds a Signature Line to the worksheet in C++.' +type: docs +weight: 5400 +url: /es/cpp/aspose.cells.drawing/shapecollection/addsignatureline/ +--- +## ShapeCollection::AddSignatureLine method + + +Adds a Signature [Line](../../line/) to the worksheet. + +```cpp +Aspose::Cells::Drawing::Picture Aspose::Cells::Drawing::ShapeCollection::AddSignatureLine(int32_t topRow, int32_t leftColumn, const SignatureLine &signatureLine) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| topRow | int32_t | Upper left row index. | +| leftColumn | int32_t | Upper left column index. | +| signatureLine | const SignatureLine\& | Represents a signature line object. | + +## ReturnValue + + + + +## Examples + + +```cpp +SignatureLine wSignatureLine; +wSignatureLine.SetAllowComments(true); +wSignatureLine.SetEmail(u"example@example.com"); +wSignatureLine.SetInstructions(u"Sign to confirm the excel content."); +wSignatureLine.SetIsLine(true); +wSignatureLine.SetShowSignedDate(true); +wSignatureLine.SetSigner(u"User"); +wSignatureLine.SetTitle(u"tester"); +//wSignatureLine.SignatureLineType = SignatureType.Stamp; +Picture signatureLine1 = shapes.AddSignatureLine(0, 0, wSignatureLine); +``` + +## See Also + +* Class [Picture](../../picture/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [SignatureLine](../../signatureline/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/addspinner/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/addspinner/_index.md new file mode 100644 index 00000000000..51ccd57de20 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/addspinner/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::AddSpinner method +linktitle: AddSpinner +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::AddSpinner method. Adds a Spinner to the worksheet in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing/shapecollection/addspinner/ +--- +## ShapeCollection::AddSpinner method + + +Adds a [Spinner](../../spinner/) to the worksheet. + +```cpp +Spinner Aspose::Cells::Drawing::ShapeCollection::AddSpinner(int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| topRow | int32_t | Upper left row index. | +| top | int32_t | Represents the vertical offset of [Spinner](../../spinner/) from its left row, in unit of pixel. | +| leftColumn | int32_t | Upper left column index. | +| left | int32_t | Represents the horizontal offset of [Spinner](../../spinner/) from its left column, in unit of pixel. | +| height | int32_t | Represents the height of [Spinner](../../spinner/), in unit of pixel. | +| width | int32_t | Represents the width of [Spinner](../../spinner/), in unit of pixel. | + +## ReturnValue + +A [Spinner](../../spinner/) object. + + +## Examples + + +```cpp + //agregar un spinner +Spinner spinner = shapes.AddSpinner(1, 0, 1, 0, 100, 50); +``` + +## See Also + +* Class [Spinner](../../spinner/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/addsvg/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/addsvg/_index.md new file mode 100644 index 00000000000..f980b81920b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/addsvg/_index.md @@ -0,0 +1,51 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::AddSvg method +linktitle: AddSvg +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::AddSvg method. Adds svg image in C++.' +type: docs +weight: 3700 +url: /es/cpp/aspose.cells.drawing/shapecollection/addsvg/ +--- +## ShapeCollection::AddSvg method + + +Adds svg image. + +```cpp +Aspose::Cells::Drawing::Picture Aspose::Cells::Drawing::ShapeCollection::AddSvg(int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width, const Vector &svgData, const Vector &compatibleImageData) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| topRow | int32_t | Upper left row index. | +| top | int32_t | Represents the vertical offset of shape from its left row, in unit of pixel. | +| leftColumn | int32_t | Upper left column index. | +| left | int32_t | The horizontal offset of shape from its left column, in unit of pixel. | +| height | int32_t | The height of shape, in unit of pixel. | +| width | int32_t | The width of shape, in unit of pixel. | +| svgData | const Vector \\& | The svg image data. | +| compatibleImageData | const Vector \\& | Converted image data from svg in order to be compatible with Excel 2016 or lower versions. | + +## ReturnValue + + + + +## Examples + + +```cpp +// agregar un svg +Vector fs{ 0 };//Gets image data into fs from file(e.g image.svg . Note: You need to read the data into this variable.). +Picture picture = shapes.AddSvg(4, 0, 5, 0, -1, -1, fs, Vector(0)); +``` + +## See Also + +* Class [Picture](../../picture/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/addtextbox/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/addtextbox/_index.md new file mode 100644 index 00000000000..8781ff3d398 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/addtextbox/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::AddTextBox method +linktitle: AddTextBox +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::AddTextBox method. Adds a text box to the worksheet in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing/shapecollection/addtextbox/ +--- +## ShapeCollection::AddTextBox method + + +Adds a text box to the worksheet. + +```cpp +TextBox Aspose::Cells::Drawing::ShapeCollection::AddTextBox(int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| topRow | int32_t | Upper left row index. | +| top | int32_t | Represents the vertical offset of textbox from its top row, in unit of pixel. | +| leftColumn | int32_t | Upper left column index. | +| left | int32_t | Represents the horizontal offset of textbox from its left column, in unit of pixel. | +| height | int32_t | Represents the height of textbox, in unit of pixel. | +| width | int32_t | Represents the width of textbox, in unit of pixel. | + +## ReturnValue + +A [TextBox](../../textbox/) object. + + +## Examples + + +```cpp + //agregar un TextBox +TextBox textBox = shapes.AddTextBox(1, 0, 1, 0, 100, 50); +``` + +## See Also + +* Class [TextBox](../../textbox/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/addtextboxinchart/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/addtextboxinchart/_index.md new file mode 100644 index 00000000000..1edc6bcc203 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/addtextboxinchart/_index.md @@ -0,0 +1,37 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::AddTextBoxInChart method +linktitle: AddTextBoxInChart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::AddTextBoxInChart method. Adds a textbox to the chart in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.drawing/shapecollection/addtextboxinchart/ +--- +## ShapeCollection::AddTextBoxInChart method + + +Adds a textbox to the chart. + +```cpp +TextBox Aspose::Cells::Drawing::ShapeCollection::AddTextBoxInChart(int32_t top, int32_t left, int32_t height, int32_t width) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| top | int32_t | Represents the vertical offset of textbox from the upper left corner in units of 1/4000 of the chart area. | +| left | int32_t | Represents the vertical offset of textbox from the upper left corner in units of 1/4000 of the chart area. | +| height | int32_t | Represents the height of textbox, in units of 1/4000 of the chart area. | +| width | int32_t | Represents the width of textbox, in units of 1/4000 of the chart area. | + +## ReturnValue + +A [TextBox](../../textbox/) object. + +## See Also + +* Class [TextBox](../../textbox/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/addtexteffect/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/addtexteffect/_index.md new file mode 100644 index 00000000000..28909e3ce31 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/addtexteffect/_index.md @@ -0,0 +1,104 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::AddTextEffect method +linktitle: AddTextEffect +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::AddTextEffect method. Inserts a WordArt object in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.drawing/shapecollection/addtexteffect/ +--- +## ShapeCollection::AddTextEffect(MsoPresetTextEffect, const U16String\&, const U16String\&, int32_t, bool, bool, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t) method + + +Inserts a WordArt object. + +```cpp +Shape Aspose::Cells::Drawing::ShapeCollection::AddTextEffect(MsoPresetTextEffect effect, const U16String &text, const U16String &fontName, int32_t size, bool fontBold, bool fontItalic, int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| effect | MsoPresetTextEffect | The mso preset text effect type. | +| text | const U16String\& | The WordArt text. | +| fontName | const U16String\& | The font name. | +| size | int32_t | The font size | +| fontBold | bool | Indicates whether font is bold. | +| fontItalic | bool | Indicates whether font is italic. | +| topRow | int32_t | Upper left row index. | +| top | int32_t | Represents the vertical offset of shape from its left row, in unit of pixel. | +| leftColumn | int32_t | Upper left column index. | +| left | int32_t | Represents the horizontal offset of shape from its left column, in unit of pixel. | +| height | int32_t | Represents the height of shape, in unit of pixel. | +| width | int32_t | Represents the width of shape, in unit of pixel. | + +## ReturnValue + +Returns a [Shape](../../shape/) object that represents the new WordArt object. + + +## Examples + + +```cpp +//agregar un WordArt +U16String txt = u"WordArt"; +U16String fName = u"arial"; +Shape wordArt1 = shapes.AddTextEffect(MsoPresetTextEffect::TextEffect10, txt, fName, 18, false, false, 3, 0, 3, 0, 200, 50); +``` + +## See Also + +* Class [Shape](../../shape/) +* Enum [MsoPresetTextEffect](../../msopresettexteffect/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## ShapeCollection::AddTextEffect(MsoPresetTextEffect, const char16_t*, const char16_t*, int32_t, bool, bool, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t) method + + +Inserts a WordArt object. + +```cpp +Shape Aspose::Cells::Drawing::ShapeCollection::AddTextEffect(MsoPresetTextEffect effect, const char16_t *text, const char16_t *fontName, int32_t size, bool fontBold, bool fontItalic, int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| effect | MsoPresetTextEffect | The mso preset text effect type. | +| text | const char16_t* | The WordArt text. | +| fontName | const char16_t* | The font name. | +| size | int32_t | The font size | +| fontBold | bool | Indicates whether font is bold. | +| fontItalic | bool | Indicates whether font is italic. | +| topRow | int32_t | Upper left row index. | +| top | int32_t | Represents the vertical offset of shape from its left row, in unit of pixel. | +| leftColumn | int32_t | Upper left column index. | +| left | int32_t | Represents the horizontal offset of shape from its left column, in unit of pixel. | +| height | int32_t | Represents the height of shape, in unit of pixel. | +| width | int32_t | Represents the width of shape, in unit of pixel. | + +## ReturnValue + +Returns a [Shape](../../shape/) object that represents the new WordArt object. + + +## Examples + + +```cpp + //agregar un WordArt +Shape wordArt1 = shapes.AddTextEffect(MsoPresetTextEffect::TextEffect10, u"WordArt", u"arial", 18, false, false, 3, 0, 3, 0, 200, 50); +``` + +## See Also + +* Class [Shape](../../shape/) +* Enum [MsoPresetTextEffect](../../msopresettexteffect/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/addtexteffectinchart/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/addtexteffectinchart/_index.md new file mode 100644 index 00000000000..7ebf3d90ff7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/addtexteffectinchart/_index.md @@ -0,0 +1,80 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::AddTextEffectInChart method +linktitle: AddTextEffectInChart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::AddTextEffectInChart method. Inserts a WordArt object to the chart in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.drawing/shapecollection/addtexteffectinchart/ +--- +## ShapeCollection::AddTextEffectInChart(MsoPresetTextEffect, const U16String\&, const U16String\&, int32_t, bool, bool, int32_t, int32_t, int32_t, int32_t) method + + +Inserts a WordArt object to the chart. + +```cpp +Shape Aspose::Cells::Drawing::ShapeCollection::AddTextEffectInChart(MsoPresetTextEffect effect, const U16String &text, const U16String &fontName, int32_t size, bool fontBold, bool fontItalic, int32_t top, int32_t left, int32_t height, int32_t width) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| effect | MsoPresetTextEffect | The mso preset text effect type. | +| text | const U16String\& | The WordArt text. | +| fontName | const U16String\& | The font name. | +| size | int32_t | The font size | +| fontBold | bool | Indicates whether font is bold. | +| fontItalic | bool | Indicates whether font is italic. | +| top | int32_t | Represents the vertical offset of shape from the upper left corner in units of 1/4000 of the chart area. | +| left | int32_t | Represents the vertical offset of shape from the upper left corner in units of 1/4000 of the chart area. | +| height | int32_t | Represents the height of shape, in units of 1/4000 of the chart area. | +| width | int32_t | Represents the width of shape, in units of 1/4000 of the chart area. | + +## ReturnValue + +Returns a [Shape](../../shape/) object that represents the new WordArt object. + +## See Also + +* Class [Shape](../../shape/) +* Enum [MsoPresetTextEffect](../../msopresettexteffect/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## ShapeCollection::AddTextEffectInChart(MsoPresetTextEffect, const char16_t*, const char16_t*, int32_t, bool, bool, int32_t, int32_t, int32_t, int32_t) method + + +Inserts a WordArt object to the chart. + +```cpp +Shape Aspose::Cells::Drawing::ShapeCollection::AddTextEffectInChart(MsoPresetTextEffect effect, const char16_t *text, const char16_t *fontName, int32_t size, bool fontBold, bool fontItalic, int32_t top, int32_t left, int32_t height, int32_t width) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| effect | MsoPresetTextEffect | The mso preset text effect type. | +| text | const char16_t* | The WordArt text. | +| fontName | const char16_t* | The font name. | +| size | int32_t | The font size | +| fontBold | bool | Indicates whether font is bold. | +| fontItalic | bool | Indicates whether font is italic. | +| top | int32_t | Represents the vertical offset of shape from the upper left corner in units of 1/4000 of the chart area. | +| left | int32_t | Represents the vertical offset of shape from the upper left corner in units of 1/4000 of the chart area. | +| height | int32_t | Represents the height of shape, in units of 1/4000 of the chart area. | +| width | int32_t | Represents the width of shape, in units of 1/4000 of the chart area. | + +## ReturnValue + +Returns a [Shape](../../shape/) object that represents the new WordArt object. + +## See Also + +* Class [Shape](../../shape/) +* Enum [MsoPresetTextEffect](../../msopresettexteffect/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/addwordart/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/addwordart/_index.md new file mode 100644 index 00000000000..92ef23177b2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/addwordart/_index.md @@ -0,0 +1,95 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::AddWordArt method +linktitle: AddWordArt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::AddWordArt method. Adds preset WordArt since Excel 2007.s in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.drawing/shapecollection/addwordart/ +--- +## ShapeCollection::AddWordArt(PresetWordArtStyle, const U16String\&, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t) method + + +Adds preset WordArt since Excel 2007.s. + +```cpp +Shape Aspose::Cells::Drawing::ShapeCollection::AddWordArt(PresetWordArtStyle style, const U16String &text, int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| style | PresetWordArtStyle | The preset WordArt [Style](../../../aspose.cells/style/). | +| text | const U16String\& | The text. | +| topRow | int32_t | Upper left row index. | +| top | int32_t | Represents the vertical offset of shape from its left row, in unit of pixel. | +| leftColumn | int32_t | Upper left column index. | +| left | int32_t | Represents the horizontal offset of shape from its left column, in unit of pixel. | +| height | int32_t | Represents the height of shape, in unit of pixel. | +| width | int32_t | Represents the width of shape, in unit of pixel. | + +## ReturnValue + + + + +## Examples + + +```cpp +//agregar un WordArt +U16String val = u"WordArt"; +Shape wordArt2 = shapes.AddWordArt(PresetWordArtStyle::WordArtStyle1, val, 3, 0, 3, 0, 50, 200); +``` + +## See Also + +* Class [Shape](../../shape/) +* Enum [PresetWordArtStyle](../../presetwordartstyle/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## ShapeCollection::AddWordArt(PresetWordArtStyle, const char16_t*, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t) method + + +Adds preset WordArt since Excel 2007.s. + +```cpp +Shape Aspose::Cells::Drawing::ShapeCollection::AddWordArt(PresetWordArtStyle style, const char16_t *text, int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| style | PresetWordArtStyle | The preset WordArt [Style](../../../aspose.cells/style/). | +| text | const char16_t* | The text. | +| topRow | int32_t | Upper left row index. | +| top | int32_t | Represents the vertical offset of shape from its left row, in unit of pixel. | +| leftColumn | int32_t | Upper left column index. | +| left | int32_t | Represents the horizontal offset of shape from its left column, in unit of pixel. | +| height | int32_t | Represents the height of shape, in unit of pixel. | +| width | int32_t | Represents the width of shape, in unit of pixel. | + +## ReturnValue + + + + +## Examples + + +```cpp + //agregar un WordArt +Shape wordArt2 = shapes.AddWordArt(PresetWordArtStyle::WordArtStyle1, u"WordArt", 3, 0, 3, 0, 50, 200); +``` + +## See Also + +* Class [Shape](../../shape/) +* Enum [PresetWordArtStyle](../../presetwordartstyle/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/clear/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/clear/_index.md new file mode 100644 index 00000000000..98a82ed7bd0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/clear/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::Clear method +linktitle: Clear +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::Clear method. Clear all shapes in the worksheet in C++.' +type: docs +weight: 5000 +url: /es/cpp/aspose.cells.drawing/shapecollection/clear/ +--- +## ShapeCollection::Clear method + + +Clear all shapes in the worksheet. + +```cpp +void Aspose::Cells::Drawing::ShapeCollection::Clear() +``` + + +## Examples + + +```cpp +if (shapes.GetCount() > 0) +{ + shapes.Clear(); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/copycommentsinrange/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/copycommentsinrange/_index.md new file mode 100644 index 00000000000..a2f9711b1f0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/copycommentsinrange/_index.md @@ -0,0 +1,62 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::CopyCommentsInRange method +linktitle: CopyCommentsInRange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::CopyCommentsInRange method. Copy all comments in the range in C++.' +type: docs +weight: 4200 +url: /es/cpp/aspose.cells.drawing/shapecollection/copycommentsinrange/ +--- +## ShapeCollection::CopyCommentsInRange method + + +Copy all comments in the range. + +```cpp +void Aspose::Cells::Drawing::ShapeCollection::CopyCommentsInRange(const ShapeCollection &shapes, const CellArea &ca, int32_t destRow, int32_t destColumn) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| shapes | const ShapeCollection\& | The source shapes. | +| ca | const CellArea\& | The source range. | +| destRow | int32_t | The dest range start row. | +| destColumn | int32_t | The dest range start column. | + + +## Examples + + +```cpp +CommentCollection comments = workbook.GetWorksheets().Get(0).GetComments(); + +//Agregar comentario a la celda A1 +int commentIndex = comments.Add(0, 0); +Comment comment = comments.Get(commentIndex); +comment.SetNote(u"First note."); +comment.GetFont().SetName(u"Times New Roman"); + +//Agregar comentario a la celda B2 +comments.Add("B2"); +comment = comments.Get(u"B2"); +comment.SetNote(u"Second note."); + +CellArea area1; +area1.StartColumn = 1; +area1.StartRow = 1; +area1.EndColumn = 5; +area1.EndRow = 4; + +//copiar +shapeCollection.CopyCommentsInRange(shapeCollection, area1, 5, 1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeCollection](../) +* Class [CellArea](../../../aspose.cells/cellarea/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/copyinrange/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/copyinrange/_index.md new file mode 100644 index 00000000000..98c2c74e960 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/copyinrange/_index.md @@ -0,0 +1,52 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::CopyInRange method +linktitle: CopyInRange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::CopyInRange method. Copy shapes in the range to destination range in C++.' +type: docs +weight: 4300 +url: /es/cpp/aspose.cells.drawing/shapecollection/copyinrange/ +--- +## ShapeCollection::CopyInRange method + + +Copy shapes in the range to destination range. + +```cpp +void Aspose::Cells::Drawing::ShapeCollection::CopyInRange(const ShapeCollection &sourceShapes, const CellArea &ca, int32_t destRow, int32_t destColumn, bool isContained) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sourceShapes | const ShapeCollection\& | Source shapes. | +| ca | const CellArea\& | The source range. | +| destRow | int32_t | The dest row index of the dest range. | +| destColumn | int32_t | The dest column of the dest range. | +| isContained | bool | Whether only copy the shapes which are contained in the range. If true,only copies the shapes in the range. Otherwise,it works as MS Office. | + + +## Examples + + +```cpp + //agregar una forma +shapes.AddRectangle(2, 0, 2, 0, 130, 130); +CellArea area2; +area2.StartColumn = 1; +area2.StartRow = 1; +area2.EndColumn = 5; +area2.EndRow = 11; + +//copiar +shapes.CopyInRange(shapes, area2, 12, 1, false); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeCollection](../) +* Class [CellArea](../../../aspose.cells/cellarea/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/deleteinrange/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/deleteinrange/_index.md new file mode 100644 index 00000000000..adc26d2f879 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/deleteinrange/_index.md @@ -0,0 +1,50 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::DeleteInRange method +linktitle: DeleteInRange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::DeleteInRange method. Delete shapes in the range.Comment shapes will not be deleted in C++.' +type: docs +weight: 4400 +url: /es/cpp/aspose.cells.drawing/shapecollection/deleteinrange/ +--- +## ShapeCollection::DeleteInRange method + + +Delete shapes in the range.Comment shapes will not be deleted. + +```cpp +void Aspose::Cells::Drawing::ShapeCollection::DeleteInRange(const CellArea &ca) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| ca | const CellArea\& | The range.If the shapes are contained in the range, they will be removed. | + + +## Examples + + +```cpp + //agregar primera forma +shapes.AddRectangle(2, 0, 2, 0, 50, 50); +//agregar segunda forma +shapes.AddRectangle(6, 0, 2, 0, 30, 30); + +CellArea area3; +area3.StartColumn = 0; +area3.StartRow = 5; +area3.EndColumn = 5; +area3.EndRow = 8; + +//eliminar +shapes.DeleteInRange(area3); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CellArea](../../../aspose.cells/cellarea/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/deleteshape/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/deleteshape/_index.md new file mode 100644 index 00000000000..af46934fda6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/deleteshape/_index.md @@ -0,0 +1,43 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::DeleteShape method +linktitle: DeleteShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::DeleteShape method. Delete a shape. If the shape is in the group or is a comment shape, it will not be deleted in C++.' +type: docs +weight: 4500 +url: /es/cpp/aspose.cells.drawing/shapecollection/deleteshape/ +--- +## ShapeCollection::DeleteShape method + + +Delete a shape. If the shape is in the group or is a comment shape, it will not be deleted. + +```cpp +void Aspose::Cells::Drawing::ShapeCollection::DeleteShape(const Shape &shape) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| shape | const Shape\& | | + + +## Examples + + +```cpp + //agregar primera forma +Shape firstShape = shapes.AddRectangle(2, 0, 2, 0, 50, 50); +//agregar segunda forma +Shape secondShape = shapes.AddRectangle(6, 0, 2, 0, 30, 30); +//eliminar +shapes.DeleteShape(firstShape); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../../shape/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/get/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/get/_index.md new file mode 100644 index 00000000000..69c959d52ac --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/get/_index.md @@ -0,0 +1,125 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::Get method. Gets the Shape object at the specific index in the list in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/shapecollection/get/ +--- +## ShapeCollection::Get(int32_t) method + + +Gets the [Shape](../../shape/) object at the specific index in the list. + +```cpp +Shape Aspose::Cells::Drawing::ShapeCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The index. | + +## ReturnValue + + + + +## Examples + + +```cpp +//obtener la primera forma +Shape shape = shapes.Get(0); +``` + +## See Also + +* Class [Shape](../../shape/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## ShapeCollection::Get(const U16String\&) method + + +Gets the [Shape](../../shape/) object by the name of the shape. + +```cpp +Shape Aspose::Cells::Drawing::ShapeCollection::Get(const U16String &name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const U16String\& | The name of the shape. | + +## ReturnValue + + + + +## Examples + + +```cpp + //agregar una forma +shapes.AddRectangle(2, 0, 2, 0, 130, 130); +//obtener la forma por el nombre. +U16String val = u"Rectangle 1"; +Shape shape1 = shapes.Get(val); +if (!shape1.IsNull()) +{ + //Se obtuvo la forma llamada 'Rectangle 1'. +} +``` + +## See Also + +* Class [Shape](../../shape/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## ShapeCollection::Get(const char16_t*) method + + +Gets the [Shape](../../shape/) object by the name of the shape. + +```cpp +Shape Aspose::Cells::Drawing::ShapeCollection::Get(const char16_t *name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const char16_t* | The name of the shape. | + +## ReturnValue + + + + +## Examples + + +```cpp + //agregar una forma +shapes.AddRectangle(2, 0, 2, 0, 130, 130); +//obtener la forma +Shape shape1 = shapes.Get(u"Rectangle 1"); +if (!shape1.IsNull()) +{ + //Se obtuvo la forma llamada 'Rectangle 1'. +} +``` + +## See Also + +* Class [Shape](../../shape/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/getcount/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/getcount/_index.md new file mode 100644 index 00000000000..d449feaa6ed --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::Drawing::ShapeCollection class in C++.' +type: docs +weight: 5400 +url: /es/cpp/aspose.cells.drawing/shapecollection/getcount/ +--- +## ShapeCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::Drawing::ShapeCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/group/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/group/_index.md new file mode 100644 index 00000000000..e90ecbba1c9 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/group/_index.md @@ -0,0 +1,53 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::Group method +linktitle: Group +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::Group method. Group the shapes in C++.' +type: docs +weight: 4600 +url: /es/cpp/aspose.cells.drawing/shapecollection/group/ +--- +## ShapeCollection::Group method + + +Group the shapes. + +```cpp +GroupShape Aspose::Cells::Drawing::ShapeCollection::Group(const Vector &groupItems) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| groupItems | const Vector \\& | the group items. | + +## ReturnValue + +Return the group shape. +## Remarks + + + +The shape in the groupItems should not be grouped. The shape must be in this Shapes collection. + +## Examples + + +```cpp + //agregar primera forma +shapes.AddRectangle(2, 0, 2, 0, 50, 50); +//agregar segunda forma +shapes.AddRectangle(6, 0, 2, 0, 30, 30); + +Vector shapesArr{ shapes.Get(0), shapes.Get(1) }; +GroupShape groupShape = shapes.Group(shapesArr); +``` + +## See Also + +* Class [GroupShape](../../groupshape/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../../shape/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/isnull/_index.md new file mode 100644 index 00000000000..83a6c3307b4 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/shapecollection/isnull/ +--- +## ShapeCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::ShapeCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/operator_asm/_index.md new file mode 100644 index 00000000000..316a2879910 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/shapecollection/operator_asm/ +--- +## ShapeCollection::operator= method + + +operator= + +```cpp +ShapeCollection & Aspose::Cells::Drawing::ShapeCollection::operator=(const ShapeCollection &src) +``` + +## See Also + +* Class [ShapeCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/operator_bool/_index.md new file mode 100644 index 00000000000..047873e2cfb --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/shapecollection/operator_bool/ +--- +## ShapeCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::ShapeCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/remove/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/remove/_index.md new file mode 100644 index 00000000000..18e0e293041 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/remove/_index.md @@ -0,0 +1,49 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::Remove method +linktitle: Remove +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::Remove method. Remove the shape in C++.' +type: docs +weight: 4900 +url: /es/cpp/aspose.cells.drawing/shapecollection/remove/ +--- +## ShapeCollection::Remove method + + +Remove the shape. + +```cpp +void Aspose::Cells::Drawing::ShapeCollection::Remove(const Shape &shape) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| shape | const Shape\& | | + + +## Examples + + +```cpp + //agregar primera forma +shapes.AddRectangle(2, 0, 2, 0, 50, 50); +//agregar segunda forma +shapes.AddRectangle(6, 0, 2, 0, 30, 30); + +//obtener la forma +Shape s = shapes.Get(u"Rectangle 1");// or shapes[0]; +if (!s.IsNull()) +{ + //eliminar + shapes.Remove(s); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../../shape/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/removeat/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/removeat/_index.md new file mode 100644 index 00000000000..4d117204f20 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/removeat/_index.md @@ -0,0 +1,43 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::RemoveAt method +linktitle: RemoveAt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::RemoveAt method. Remove the shape in C++.' +type: docs +weight: 4800 +url: /es/cpp/aspose.cells.drawing/shapecollection/removeat/ +--- +## ShapeCollection::RemoveAt method + + +Remove the shape. + +```cpp +void Aspose::Cells::Drawing::ShapeCollection::RemoveAt(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The index of the shape. | + + +## Examples + + +```cpp + //agregar primera forma +shapes.AddRectangle(2, 0, 2, 0, 50, 50); +//agregar segunda forma +shapes.AddRectangle(6, 0, 2, 0, 30, 30); + +//eliminar +shapes.RemoveAt(0); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/shapecollection/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/shapecollection/_index.md new file mode 100644 index 00000000000..8f058a42ac7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/shapecollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::ShapeCollection constructor +linktitle: ShapeCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::ShapeCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/shapecollection/shapecollection/ +--- +## ShapeCollection::ShapeCollection(ShapeCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::ShapeCollection::ShapeCollection(ShapeCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## ShapeCollection::ShapeCollection(const ShapeCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::ShapeCollection::ShapeCollection(const ShapeCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeCollection](../) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/ungroup/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/ungroup/_index.md new file mode 100644 index 00000000000..8dcf061706a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/ungroup/_index.md @@ -0,0 +1,52 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::Ungroup method +linktitle: Ungroup +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::Ungroup method. Ungroups the shape items in C++.' +type: docs +weight: 4700 +url: /es/cpp/aspose.cells.drawing/shapecollection/ungroup/ +--- +## ShapeCollection::Ungroup method + + +Ungroups the shape items. + +```cpp +void Aspose::Cells::Drawing::ShapeCollection::Ungroup(const GroupShape &group) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| group | const GroupShape\& | The group shape. | +## Remarks + + + +If the group shape is grouped by another group shape,nothing will be done. + +## Examples + + +```cpp + //agregar primera forma +shapes.AddRectangle(2, 0, 2, 0, 50, 50); +//agregar segunda forma +shapes.AddRectangle(6, 0, 2, 0, 30, 30); + +//agrupar +Vector shapesArr{ shapes.Get(0), shapes.Get(1) }; +GroupShape groupShape = shapes.Group(shapesArr); + +//desagrupar +shapes.Ungroup(groupShape); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [GroupShape](../../groupshape/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/updateselectedvalue/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/updateselectedvalue/_index.md new file mode 100644 index 00000000000..fb5e15d3789 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/updateselectedvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::UpdateSelectedValue method +linktitle: UpdateSelectedValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::UpdateSelectedValue method. Update the selected value by the value of the linked cell or range of the shape in C++.' +type: docs +weight: 5100 +url: /es/cpp/aspose.cells.drawing/shapecollection/updateselectedvalue/ +--- +## ShapeCollection::UpdateSelectedValue method + + +Update the selected value by the value of the linked cell or range of the shape. + +```cpp +void Aspose::Cells::Drawing::ShapeCollection::UpdateSelectedValue() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapecollection/~shapecollection/_index.md b/spanish/cpp/aspose.cells.drawing/shapecollection/~shapecollection/_index.md new file mode 100644 index 00000000000..ef63630614b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapecollection/~shapecollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ShapeCollection::~ShapeCollection method +linktitle: ~ShapeCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeCollection::~ShapeCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/shapecollection/~shapecollection/ +--- +## ShapeCollection::~ShapeCollection method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::ShapeCollection::~ShapeCollection() +``` + +## See Also + +* Class [ShapeCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapeguide/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/shapeguide/_impl/_index.md new file mode 100644 index 00000000000..70c5c905b2f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapeguide/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ShapeGuide::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeGuide::_impl field. The implementation object in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/shapeguide/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ShapeGuide_Impl* Aspose::Cells::Drawing::ShapeGuide::_impl +``` + +## See Also + +* Class [ShapeGuide](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapeguide/_index.md b/spanish/cpp/aspose.cells.drawing/shapeguide/_index.md new file mode 100644 index 00000000000..6d1093b044c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapeguide/_index.md @@ -0,0 +1,45 @@ +--- +title: Aspose::Cells::Drawing::ShapeGuide class +linktitle: ShapeGuide +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeGuide class. Encapsulates a shape guide specifies the presence of a shape guide that will be used to govern the geometry of the specified shape in C++.' +type: docs +weight: 5300 +url: /es/cpp/aspose.cells.drawing/shapeguide/ +--- +## ShapeGuide class + + +Encapsulates a shape guide specifies the presence of a shape guide that will be used to govern the geometry of the specified shape. + +```cpp +class ShapeGuide : public Aspose::Cells::Drawing::BaseShapeGuide +``` + +## Methods + +| Method | Description | +| --- | --- | +| [BaseShapeGuide(BaseShapeGuide_Impl* impl)](../baseshapeguide/baseshapeguide/) | Constructs from an implementation object. | +| [BaseShapeGuide(const BaseShapeGuide\& src)](../baseshapeguide/baseshapeguide/) | Copy constructor. | +| [GetValue()](./getvalue/) | Gets or sets value of this guide. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ShapeGuide\& src)](./operator_asm/) | operator= | +| [operator=(const BaseShapeGuide\& src)](../baseshapeguide/operator_asm/) | operator= | +| [SetValue(double value)](./setvalue/) | Gets or sets value of this guide. | +| [ShapeGuide(ShapeGuide_Impl* impl)](./shapeguide/) | Constructs from an implementation object. | +| [ShapeGuide(const ShapeGuide\& src)](./shapeguide/) | Copy constructor. | +| [ShapeGuide(const BaseShapeGuide\& src)](./shapeguide/) | Constructs from a parent object. | +| [~BaseShapeGuide()](../baseshapeguide/~baseshapeguide/) | Destructor. | +| [~ShapeGuide()](./~shapeguide/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [BaseShapeGuide](../baseshapeguide/) +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapeguide/getvalue/_index.md b/spanish/cpp/aspose.cells.drawing/shapeguide/getvalue/_index.md new file mode 100644 index 00000000000..fba02eb50d0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapeguide/getvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ShapeGuide::GetValue method +linktitle: GetValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeGuide::GetValue method. Gets or sets value of this guide in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/shapeguide/getvalue/ +--- +## ShapeGuide::GetValue method + + +Gets or sets value of this guide. + +```cpp +double Aspose::Cells::Drawing::ShapeGuide::GetValue() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeGuide](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapeguide/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/shapeguide/isnull/_index.md new file mode 100644 index 00000000000..fd391a6108b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapeguide/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::ShapeGuide::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeGuide::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/shapeguide/isnull/ +--- +## ShapeGuide::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::ShapeGuide::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeGuide](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapeguide/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/shapeguide/operator_asm/_index.md new file mode 100644 index 00000000000..422cc8df4c8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapeguide/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ShapeGuide::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeGuide::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/shapeguide/operator_asm/ +--- +## ShapeGuide::operator= method + + +operator= + +```cpp +ShapeGuide & Aspose::Cells::Drawing::ShapeGuide::operator=(const ShapeGuide &src) +``` + +## See Also + +* Class [ShapeGuide](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeGuide](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapeguide/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/shapeguide/operator_bool/_index.md new file mode 100644 index 00000000000..ce31c615d1a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapeguide/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ShapeGuide::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeGuide::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/shapeguide/operator_bool/ +--- +## ShapeGuide::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::ShapeGuide::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ShapeGuide](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapeguide/setvalue/_index.md b/spanish/cpp/aspose.cells.drawing/shapeguide/setvalue/_index.md new file mode 100644 index 00000000000..99573e589eb --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapeguide/setvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ShapeGuide::SetValue method +linktitle: SetValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeGuide::SetValue method. Gets or sets value of this guide in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/shapeguide/setvalue/ +--- +## ShapeGuide::SetValue method + + +Gets or sets value of this guide. + +```cpp +void Aspose::Cells::Drawing::ShapeGuide::SetValue(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeGuide](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapeguide/shapeguide/_index.md b/spanish/cpp/aspose.cells.drawing/shapeguide/shapeguide/_index.md new file mode 100644 index 00000000000..8888f03dc55 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapeguide/shapeguide/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::ShapeGuide::ShapeGuide constructor +linktitle: ShapeGuide +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeGuide::ShapeGuide constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/shapeguide/shapeguide/ +--- +## ShapeGuide::ShapeGuide(ShapeGuide_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::ShapeGuide::ShapeGuide(ShapeGuide_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeGuide](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## ShapeGuide::ShapeGuide(const ShapeGuide\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::ShapeGuide::ShapeGuide(const ShapeGuide &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeGuide](../) +* Class [ShapeGuide](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## ShapeGuide::ShapeGuide(const BaseShapeGuide\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::ShapeGuide::ShapeGuide(const BaseShapeGuide &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [BaseShapeGuide](../../baseshapeguide/) +* Class [ShapeGuide](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapeguide/~shapeguide/_index.md b/spanish/cpp/aspose.cells.drawing/shapeguide/~shapeguide/_index.md new file mode 100644 index 00000000000..e3637e9e650 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapeguide/~shapeguide/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ShapeGuide::~ShapeGuide method +linktitle: ~ShapeGuide +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeGuide::~ShapeGuide method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/shapeguide/~shapeguide/ +--- +## ShapeGuide::~ShapeGuide method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::ShapeGuide::~ShapeGuide() +``` + +## See Also + +* Class [ShapeGuide](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapeguidecollection/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/shapeguidecollection/_impl/_index.md new file mode 100644 index 00000000000..8d8c3391ea3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapeguidecollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ShapeGuideCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeGuideCollection::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing/shapeguidecollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ShapeGuideCollection_Impl* Aspose::Cells::Drawing::ShapeGuideCollection::_impl +``` + +## See Also + +* Class [ShapeGuideCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapeguidecollection/_index.md b/spanish/cpp/aspose.cells.drawing/shapeguidecollection/_index.md new file mode 100644 index 00000000000..57b3e67d543 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapeguidecollection/_index.md @@ -0,0 +1,42 @@ +--- +title: Aspose::Cells::Drawing::ShapeGuideCollection class +linktitle: ShapeGuideCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeGuideCollection class. Encapsulates a collection of shape guide in C++.' +type: docs +weight: 5400 +url: /es/cpp/aspose.cells.drawing/shapeguidecollection/ +--- +## ShapeGuideCollection class + + +Encapsulates a collection of shape guide. + +```cpp +class ShapeGuideCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add(const U16String\& name, double val)](./add/) | Adds a shape guide.(Important: This feature is currently only available for Excel07 and above) | +| [Add(const char16_t* name, double val)](./add/) | Adds a shape guide.(Important: This feature is currently only available for Excel07 and above) | +| [Get(int32_t index)](./get/) | Gets a shape guide by index. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ShapeGuideCollection\& src)](./operator_asm/) | operator= | +| [ShapeGuideCollection()](./shapeguidecollection/) | Default constructor. | +| [ShapeGuideCollection(ShapeGuideCollection_Impl* impl)](./shapeguidecollection/) | Constructs from an implementation object. | +| [ShapeGuideCollection(const ShapeGuideCollection\& src)](./shapeguidecollection/) | Copy constructor. | +| [~ShapeGuideCollection()](./~shapeguidecollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapeguidecollection/add/_index.md b/spanish/cpp/aspose.cells.drawing/shapeguidecollection/add/_index.md new file mode 100644 index 00000000000..5d5847184d7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapeguidecollection/add/_index.md @@ -0,0 +1,52 @@ +--- +title: Aspose::Cells::Drawing::ShapeGuideCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeGuideCollection::Add method. Adds a shape guide.(Important: This feature is currently only available for Excel07 and above) in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/shapeguidecollection/add/ +--- +## ShapeGuideCollection::Add(const U16String\&, double) method + + +Adds a shape guide.(Important: This feature is currently only available for Excel07 and above) + +```cpp +int32_t Aspose::Cells::Drawing::ShapeGuideCollection::Add(const U16String &name, double val) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const U16String\& | the name of adjust. It's as "adj(Used when there is only one adjustment value)", "adj1", "adj2", "adj3" and so on. | +| val | double | the value of adjust | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ShapeGuideCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## ShapeGuideCollection::Add(const char16_t*, double) method + + +Adds a shape guide.(Important: This feature is currently only available for Excel07 and above) + +```cpp +int32_t Aspose::Cells::Drawing::ShapeGuideCollection::Add(const char16_t *name, double val) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const char16_t* | the name of adjust. It's as "adj(Used when there is only one adjustment value)", "adj1", "adj2", "adj3" and so on. | +| val | double | the value of adjust | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeGuideCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapeguidecollection/get/_index.md b/spanish/cpp/aspose.cells.drawing/shapeguidecollection/get/_index.md new file mode 100644 index 00000000000..7e1433428f6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapeguidecollection/get/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::ShapeGuideCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeGuideCollection::Get method. Gets a shape guide by index in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/shapeguidecollection/get/ +--- +## ShapeGuideCollection::Get method + + +Gets a shape guide by index. + +```cpp +ShapeGuide Aspose::Cells::Drawing::ShapeGuideCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | | + +## ReturnValue + + + +## See Also + +* Class [ShapeGuide](../../shapeguide/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeGuideCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapeguidecollection/getcount/_index.md b/spanish/cpp/aspose.cells.drawing/shapeguidecollection/getcount/_index.md new file mode 100644 index 00000000000..092fc88b4aa --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapeguidecollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ShapeGuideCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::Drawing::ShapeGuideCollection class in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/shapeguidecollection/getcount/ +--- +## ShapeGuideCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::Drawing::ShapeGuideCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeGuideCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapeguidecollection/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/shapeguidecollection/isnull/_index.md new file mode 100644 index 00000000000..05d33ed39bb --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapeguidecollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::ShapeGuideCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeGuideCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/shapeguidecollection/isnull/ +--- +## ShapeGuideCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::ShapeGuideCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeGuideCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapeguidecollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/shapeguidecollection/operator_asm/_index.md new file mode 100644 index 00000000000..f628c675b96 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapeguidecollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ShapeGuideCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeGuideCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/shapeguidecollection/operator_asm/ +--- +## ShapeGuideCollection::operator= method + + +operator= + +```cpp +ShapeGuideCollection & Aspose::Cells::Drawing::ShapeGuideCollection::operator=(const ShapeGuideCollection &src) +``` + +## See Also + +* Class [ShapeGuideCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeGuideCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapeguidecollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/shapeguidecollection/operator_bool/_index.md new file mode 100644 index 00000000000..ca0ca5595a3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapeguidecollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ShapeGuideCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeGuideCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/shapeguidecollection/operator_bool/ +--- +## ShapeGuideCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::ShapeGuideCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ShapeGuideCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapeguidecollection/shapeguidecollection/_index.md b/spanish/cpp/aspose.cells.drawing/shapeguidecollection/shapeguidecollection/_index.md new file mode 100644 index 00000000000..f3f0e5bd955 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapeguidecollection/shapeguidecollection/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::Drawing::ShapeGuideCollection::ShapeGuideCollection constructor +linktitle: ShapeGuideCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeGuideCollection::ShapeGuideCollection constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/shapeguidecollection/shapeguidecollection/ +--- +## ShapeGuideCollection::ShapeGuideCollection() constructor + + +Default constructor. + +```cpp +Aspose::Cells::Drawing::ShapeGuideCollection::ShapeGuideCollection() +``` + +## See Also + +* Class [ShapeGuideCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## ShapeGuideCollection::ShapeGuideCollection(ShapeGuideCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::ShapeGuideCollection::ShapeGuideCollection(ShapeGuideCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeGuideCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## ShapeGuideCollection::ShapeGuideCollection(const ShapeGuideCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::ShapeGuideCollection::ShapeGuideCollection(const ShapeGuideCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeGuideCollection](../) +* Class [ShapeGuideCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapeguidecollection/~shapeguidecollection/_index.md b/spanish/cpp/aspose.cells.drawing/shapeguidecollection/~shapeguidecollection/_index.md new file mode 100644 index 00000000000..0aa26a9a783 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapeguidecollection/~shapeguidecollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ShapeGuideCollection::~ShapeGuideCollection method +linktitle: ~ShapeGuideCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeGuideCollection::~ShapeGuideCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/shapeguidecollection/~shapeguidecollection/ +--- +## ShapeGuideCollection::~ShapeGuideCollection method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::ShapeGuideCollection::~ShapeGuideCollection() +``` + +## See Also + +* Class [ShapeGuideCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapelocktype/_index.md b/spanish/cpp/aspose.cells.drawing/shapelocktype/_index.md new file mode 100644 index 00000000000..2ddb1da5ca7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapelocktype/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::ShapeLockType enum +linktitle: ShapeLockType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeLockType enum. Represents type of the property to be locked in C++.' +type: docs +weight: 11500 +url: /es/cpp/aspose.cells.drawing/shapelocktype/ +--- +## ShapeLockType enum + + +Represents type of the property to be locked. + +```cpp +enum class ShapeLockType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Group | 0 |
Group. | +| AdjustHandles | 1 |
AdjustHandles. | +| Text | 2 |
Text. | +| Points | 3 |
Points. | +| Crop | 4 |
Crop. | +| Selection | 5 |
Selection. | +| Move | 6 |
Move. | +| AspectRatio | 7 |
AspectRatio. | +| Rotation | 8 |
Rotation. | +| Ungroup | 9 |
Ungroup. | +| Resize | 10 |
Resize. | +| ShapeType | 11 |
ShapeType. | +| Arrowhead | 12 |
Arrowhead. | + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepath/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/shapepath/_impl/_index.md new file mode 100644 index 00000000000..1828ad7a5dd --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepath/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ShapePath::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePath::_impl field. The implementation object in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing/shapepath/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ShapePath_Impl* Aspose::Cells::Drawing::ShapePath::_impl +``` + +## See Also + +* Class [ShapePath](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepath/_index.md b/spanish/cpp/aspose.cells.drawing/shapepath/_index.md new file mode 100644 index 00000000000..353807f486d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepath/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::Drawing::ShapePath class +linktitle: ShapePath +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePath class. Represents a creation path consisting of a series of moves, lines and curves that when combined will form a geometric shape in C++.' +type: docs +weight: 5500 +url: /es/cpp/aspose.cells.drawing/shapepath/ +--- +## ShapePath class + + +Represents a creation path consisting of a series of moves, lines and curves that when combined will form a geometric shape. + +```cpp +class ShapePath +``` + +## Methods + +| Method | Description | +| --- | --- | +| [ArcTo(float wR, float hR, float stAng, float swAng)](./arcto/) | Appends an elliptical arc to the current figure. The starting point is the end point of the current figure. | +| [Close()](./close/) | Closes the current figure and starts a new figure. If the current figure contains a sequence of connected lines and curves, the method closes the loop by connecting a line from the endpoint to the starting point. | +| [CubicBezierTo(float ctrX1, float ctrY1, float ctrX2, float ctrY2, float endX, float endY)](./cubicbezierto/) | Appends a cubic Bézier curve to the current figure. The starting point is the end point of the current figure.Unit: Pixel. | +| [GetHeightPixel()](./getheightpixel/) | Gets the height of this path in unit of pixels. | +| [GetPathSegementList()](./getpathsegementlist/) | Gets [ShapeSegmentPathCollection](../shapesegmentpathcollection/) list. | +| [GetWidthPixel()](./getwidthpixel/) | Gets the width of this path in unit of pixels. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [LineTo(float x, float y)](./lineto/) | Appends a line segment to the current figure. The starting point is the end point of the current figure.Unit: Pixel. | +| [MoveTo(float x, float y)](./moveto/) | Starts a new figure from the specified point without closing the current figure. All subsequent points added to the path are added to this new figure.Unit: Pixel. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ShapePath\& src)](./operator_asm/) | operator= | +| [SetHeightPixel(int32_t value)](./setheightpixel/) | Gets the height of this path in unit of pixels. | +| [SetWidthPixel(int32_t value)](./setwidthpixel/) | Gets the width of this path in unit of pixels. | +| [ShapePath()](./shapepath/) | Initializes a new instance of the [ShapePath](./) class. | +| [ShapePath(ShapePath_Impl* impl)](./shapepath/) | Constructs from an implementation object. | +| [ShapePath(const ShapePath\& src)](./shapepath/) | Copy constructor. | +| [~ShapePath()](./~shapepath/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepath/arcto/_index.md b/spanish/cpp/aspose.cells.drawing/shapepath/arcto/_index.md new file mode 100644 index 00000000000..bbffd7de7ba --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepath/arcto/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Drawing::ShapePath::ArcTo method +linktitle: ArcTo +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePath::ArcTo method. Appends an elliptical arc to the current figure. The starting point is the end point of the current figure in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing/shapepath/arcto/ +--- +## ShapePath::ArcTo method + + +Appends an elliptical arc to the current figure. The starting point is the end point of the current figure. + +```cpp +void Aspose::Cells::Drawing::ShapePath::ArcTo(float wR, float hR, float stAng, float swAng) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| wR | float | The half-width of the rectangular area of ​​the ellipse that draws the arc(Unit: Pixel). | +| hR | float | The half-height of the rectangular area of ​​the ellipse that draws the arc(Unit: Pixel). | +| stAng | float | The starting angle of the arc, measured in degrees clockwise from the x-axis(Unit: Degree). This angle will specify what angle along the supposed circle path will be used as the start position for drawing the arc. This start angle will be locked to the last known pen position in the shape path. Thus guaranteeing a continuos shape path. | +| swAng | float | The swing angle for an arc. This angle will specify how far angle-wise along the supposed cicle path the arc will be extended. The extension from the start angle will always be in the clockwise direction around the supposed circle.(Unit: Degree) | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePath](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepath/close/_index.md b/spanish/cpp/aspose.cells.drawing/shapepath/close/_index.md new file mode 100644 index 00000000000..be6349d4ff4 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepath/close/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ShapePath::Close method +linktitle: Close +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePath::Close method. Closes the current figure and starts a new figure. If the current figure contains a sequence of connected lines and curves, the method closes the loop by connecting a line from the endpoint to the starting point in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing/shapepath/close/ +--- +## ShapePath::Close method + + +Closes the current figure and starts a new figure. If the current figure contains a sequence of connected lines and curves, the method closes the loop by connecting a line from the endpoint to the starting point. + +```cpp +void Aspose::Cells::Drawing::ShapePath::Close() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePath](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepath/cubicbezierto/_index.md b/spanish/cpp/aspose.cells.drawing/shapepath/cubicbezierto/_index.md new file mode 100644 index 00000000000..cadb2a7b0a5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepath/cubicbezierto/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::ShapePath::CubicBezierTo method +linktitle: CubicBezierTo +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePath::CubicBezierTo method. Appends a cubic Bézier curve to the current figure. The starting point is the end point of the current figure.Unit: Pixel in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing/shapepath/cubicbezierto/ +--- +## ShapePath::CubicBezierTo method + + +Appends a cubic Bézier curve to the current figure. The starting point is the end point of the current figure.Unit: Pixel. + +```cpp +void Aspose::Cells::Drawing::ShapePath::CubicBezierTo(float ctrX1, float ctrY1, float ctrX2, float ctrY2, float endX, float endY) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| ctrX1 | float | The x-coordinate of the first control point for the curve(Unit: Pixel). | +| ctrY1 | float | The y-coordinate of the first control point for the curve(Unit: Pixel). | +| ctrX2 | float | The x-coordinate of the second control point for the curve(Unit: Pixel). | +| ctrY2 | float | The y-coordinate of the second control point for the curve(Unit: Pixel). | +| endX | float | The x-coordinate of the endpoint of the curve(Unit: Pixel). | +| endY | float | The y-coordinate of the endpoint of the curve(Unit: Pixel). | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePath](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepath/getheightpixel/_index.md b/spanish/cpp/aspose.cells.drawing/shapepath/getheightpixel/_index.md new file mode 100644 index 00000000000..224eb82322b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepath/getheightpixel/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ShapePath::GetHeightPixel method +linktitle: GetHeightPixel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePath::GetHeightPixel method. Gets the height of this path in unit of pixels in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing/shapepath/getheightpixel/ +--- +## ShapePath::GetHeightPixel method + + +Gets the height of this path in unit of pixels. + +```cpp +int32_t Aspose::Cells::Drawing::ShapePath::GetHeightPixel() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePath](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepath/getpathsegementlist/_index.md b/spanish/cpp/aspose.cells.drawing/shapepath/getpathsegementlist/_index.md new file mode 100644 index 00000000000..b6d9f149001 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepath/getpathsegementlist/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ShapePath::GetPathSegementList method +linktitle: GetPathSegementList +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePath::GetPathSegementList method. Gets ShapeSegmentPathCollection list in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/shapepath/getpathsegementlist/ +--- +## ShapePath::GetPathSegementList method + + +Gets [ShapeSegmentPathCollection](../../shapesegmentpathcollection/) list. + +```cpp +ShapeSegmentPathCollection Aspose::Cells::Drawing::ShapePath::GetPathSegementList() +``` + +## See Also + +* Class [ShapeSegmentPathCollection](../../shapesegmentpathcollection/) +* Class [ShapePath](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepath/getwidthpixel/_index.md b/spanish/cpp/aspose.cells.drawing/shapepath/getwidthpixel/_index.md new file mode 100644 index 00000000000..c8ac9a58747 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepath/getwidthpixel/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ShapePath::GetWidthPixel method +linktitle: GetWidthPixel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePath::GetWidthPixel method. Gets the width of this path in unit of pixels in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/shapepath/getwidthpixel/ +--- +## ShapePath::GetWidthPixel method + + +Gets the width of this path in unit of pixels. + +```cpp +int32_t Aspose::Cells::Drawing::ShapePath::GetWidthPixel() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePath](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepath/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/shapepath/isnull/_index.md new file mode 100644 index 00000000000..f0e30936420 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepath/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::ShapePath::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePath::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/shapepath/isnull/ +--- +## ShapePath::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::ShapePath::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePath](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepath/lineto/_index.md b/spanish/cpp/aspose.cells.drawing/shapepath/lineto/_index.md new file mode 100644 index 00000000000..c7e876f2810 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepath/lineto/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Drawing::ShapePath::LineTo method +linktitle: LineTo +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePath::LineTo method. Appends a line segment to the current figure. The starting point is the end point of the current figure.Unit: Pixel in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing/shapepath/lineto/ +--- +## ShapePath::LineTo method + + +Appends a line segment to the current figure. The starting point is the end point of the current figure.Unit: Pixel. + +```cpp +void Aspose::Cells::Drawing::ShapePath::LineTo(float x, float y) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| x | float | The x-coordinate of the endpoint of the line segment(Unit: Pixel). | +| y | float | The y-coordinate of the endpoint of the line segment(Unit: Pixel). | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePath](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepath/moveto/_index.md b/spanish/cpp/aspose.cells.drawing/shapepath/moveto/_index.md new file mode 100644 index 00000000000..66c7a70e9c6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepath/moveto/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Drawing::ShapePath::MoveTo method +linktitle: MoveTo +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePath::MoveTo method. Starts a new figure from the specified point without closing the current figure. All subsequent points added to the path are added to this new figure.Unit: Pixel in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing/shapepath/moveto/ +--- +## ShapePath::MoveTo method + + +Starts a new figure from the specified point without closing the current figure. All subsequent points added to the path are added to this new figure.Unit: Pixel. + +```cpp +void Aspose::Cells::Drawing::ShapePath::MoveTo(float x, float y) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| x | float | The x-coordinate of the starting point of the figure(Unit: Pixel). | +| y | float | The y-coordinate of the starting point of the figure(Unit: Pixel). | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePath](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepath/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/shapepath/operator_asm/_index.md new file mode 100644 index 00000000000..883ce75c487 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepath/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ShapePath::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePath::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/shapepath/operator_asm/ +--- +## ShapePath::operator= method + + +operator= + +```cpp +ShapePath & Aspose::Cells::Drawing::ShapePath::operator=(const ShapePath &src) +``` + +## See Also + +* Class [ShapePath](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePath](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepath/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/shapepath/operator_bool/_index.md new file mode 100644 index 00000000000..15f22ad6304 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepath/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ShapePath::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePath::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/shapepath/operator_bool/ +--- +## ShapePath::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::ShapePath::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ShapePath](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepath/setheightpixel/_index.md b/spanish/cpp/aspose.cells.drawing/shapepath/setheightpixel/_index.md new file mode 100644 index 00000000000..46294061e13 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepath/setheightpixel/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ShapePath::SetHeightPixel method +linktitle: SetHeightPixel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePath::SetHeightPixel method. Gets the height of this path in unit of pixels in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing/shapepath/setheightpixel/ +--- +## ShapePath::SetHeightPixel method + + +Gets the height of this path in unit of pixels. + +```cpp +void Aspose::Cells::Drawing::ShapePath::SetHeightPixel(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePath](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepath/setwidthpixel/_index.md b/spanish/cpp/aspose.cells.drawing/shapepath/setwidthpixel/_index.md new file mode 100644 index 00000000000..4ab14f43500 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepath/setwidthpixel/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ShapePath::SetWidthPixel method +linktitle: SetWidthPixel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePath::SetWidthPixel method. Gets the width of this path in unit of pixels in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/shapepath/setwidthpixel/ +--- +## ShapePath::SetWidthPixel method + + +Gets the width of this path in unit of pixels. + +```cpp +void Aspose::Cells::Drawing::ShapePath::SetWidthPixel(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePath](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepath/shapepath/_index.md b/spanish/cpp/aspose.cells.drawing/shapepath/shapepath/_index.md new file mode 100644 index 00000000000..edf36e96685 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepath/shapepath/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::Drawing::ShapePath::ShapePath constructor +linktitle: ShapePath +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePath::ShapePath constructor. Initializes a new instance of the ShapePath class in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/shapepath/shapepath/ +--- +## ShapePath::ShapePath() constructor + + +Initializes a new instance of the [ShapePath](../) class. + +```cpp +Aspose::Cells::Drawing::ShapePath::ShapePath() +``` + +## See Also + +* Class [ShapePath](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## ShapePath::ShapePath(ShapePath_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::ShapePath::ShapePath(ShapePath_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePath](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## ShapePath::ShapePath(const ShapePath\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::ShapePath::ShapePath(const ShapePath &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePath](../) +* Class [ShapePath](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepath/~shapepath/_index.md b/spanish/cpp/aspose.cells.drawing/shapepath/~shapepath/_index.md new file mode 100644 index 00000000000..66e6ca75334 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepath/~shapepath/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ShapePath::~ShapePath method +linktitle: ~ShapePath +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePath::~ShapePath method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/shapepath/~shapepath/ +--- +## ShapePath::~ShapePath method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::ShapePath::~ShapePath() +``` + +## See Also + +* Class [ShapePath](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepathcollection/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/shapepathcollection/_impl/_index.md new file mode 100644 index 00000000000..1c0b7c66ef9 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepathcollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ShapePathCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePathCollection::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing/shapepathcollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ShapePathCollection_Impl* Aspose::Cells::Drawing::ShapePathCollection::_impl +``` + +## See Also + +* Class [ShapePathCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepathcollection/_index.md b/spanish/cpp/aspose.cells.drawing/shapepathcollection/_index.md new file mode 100644 index 00000000000..a412ad3c920 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepathcollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::ShapePathCollection class +linktitle: ShapePathCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePathCollection class. Represents path collection information in NotPrimitive autoshape in C++.' +type: docs +weight: 5600 +url: /es/cpp/aspose.cells.drawing/shapepathcollection/ +--- +## ShapePathCollection class + + +Represents path collection information in NotPrimitive autoshape. + +```cpp +class ShapePathCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add()](./add/) | Add a creation path. | +| [Get(int32_t index)](./get/) | Gets a creation path. | +| [GetCount()](./getcount/) | Gets the count of paths. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ShapePathCollection\& src)](./operator_asm/) | operator= | +| [ShapePathCollection(ShapePathCollection_Impl* impl)](./shapepathcollection/) | Constructs from an implementation object. | +| [ShapePathCollection(const ShapePathCollection\& src)](./shapepathcollection/) | Copy constructor. | +| [~ShapePathCollection()](./~shapepathcollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepathcollection/add/_index.md b/spanish/cpp/aspose.cells.drawing/shapepathcollection/add/_index.md new file mode 100644 index 00000000000..3795f5598f0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepathcollection/add/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::ShapePathCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePathCollection::Add method. Add a creation path in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/shapepathcollection/add/ +--- +## ShapePathCollection::Add method + + +Add a creation path. + +```cpp +int32_t Aspose::Cells::Drawing::ShapePathCollection::Add() +``` + + +## ReturnValue + +Returns [ShapePath](../../shapepath/) object. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePathCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepathcollection/get/_index.md b/spanish/cpp/aspose.cells.drawing/shapepathcollection/get/_index.md new file mode 100644 index 00000000000..b0c5272fdf4 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepathcollection/get/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::ShapePathCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePathCollection::Get method. Gets a creation path in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/shapepathcollection/get/ +--- +## ShapePathCollection::Get method + + +Gets a creation path. + +```cpp +ShapePath Aspose::Cells::Drawing::ShapePathCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The index. | + +## ReturnValue + +Returns [ShapePath](../../shapepath/) object. + +## See Also + +* Class [ShapePath](../../shapepath/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePathCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepathcollection/getcount/_index.md b/spanish/cpp/aspose.cells.drawing/shapepathcollection/getcount/_index.md new file mode 100644 index 00000000000..99133dd7a02 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepathcollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ShapePathCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePathCollection::GetCount method. Gets the count of paths in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/shapepathcollection/getcount/ +--- +## ShapePathCollection::GetCount method + + +Gets the count of paths. + +```cpp +int32_t Aspose::Cells::Drawing::ShapePathCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePathCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepathcollection/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/shapepathcollection/isnull/_index.md new file mode 100644 index 00000000000..abe7fae956e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepathcollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::ShapePathCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePathCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/shapepathcollection/isnull/ +--- +## ShapePathCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::ShapePathCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePathCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepathcollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/shapepathcollection/operator_asm/_index.md new file mode 100644 index 00000000000..c1ccbe80c12 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepathcollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ShapePathCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePathCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/shapepathcollection/operator_asm/ +--- +## ShapePathCollection::operator= method + + +operator= + +```cpp +ShapePathCollection & Aspose::Cells::Drawing::ShapePathCollection::operator=(const ShapePathCollection &src) +``` + +## See Also + +* Class [ShapePathCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePathCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepathcollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/shapepathcollection/operator_bool/_index.md new file mode 100644 index 00000000000..0c2ec161a71 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepathcollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ShapePathCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePathCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/shapepathcollection/operator_bool/ +--- +## ShapePathCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::ShapePathCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ShapePathCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepathcollection/shapepathcollection/_index.md b/spanish/cpp/aspose.cells.drawing/shapepathcollection/shapepathcollection/_index.md new file mode 100644 index 00000000000..d1f7208f04c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepathcollection/shapepathcollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::ShapePathCollection::ShapePathCollection constructor +linktitle: ShapePathCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePathCollection::ShapePathCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/shapepathcollection/shapepathcollection/ +--- +## ShapePathCollection::ShapePathCollection(ShapePathCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::ShapePathCollection::ShapePathCollection(ShapePathCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePathCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## ShapePathCollection::ShapePathCollection(const ShapePathCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::ShapePathCollection::ShapePathCollection(const ShapePathCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePathCollection](../) +* Class [ShapePathCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepathcollection/~shapepathcollection/_index.md b/spanish/cpp/aspose.cells.drawing/shapepathcollection/~shapepathcollection/_index.md new file mode 100644 index 00000000000..20dbd88ba86 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepathcollection/~shapepathcollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ShapePathCollection::~ShapePathCollection method +linktitle: ~ShapePathCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePathCollection::~ShapePathCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/shapepathcollection/~shapepathcollection/ +--- +## ShapePathCollection::~ShapePathCollection method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::ShapePathCollection::~ShapePathCollection() +``` + +## See Also + +* Class [ShapePathCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepathpoint/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/shapepathpoint/_impl/_index.md new file mode 100644 index 00000000000..a6a8654c999 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepathpoint/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ShapePathPoint::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePathPoint::_impl field. The implementation object in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.drawing/shapepathpoint/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ShapePathPoint_Impl* Aspose::Cells::Drawing::ShapePathPoint::_impl +``` + +## See Also + +* Class [ShapePathPoint](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepathpoint/_index.md b/spanish/cpp/aspose.cells.drawing/shapepathpoint/_index.md new file mode 100644 index 00000000000..35c75b6f15f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepathpoint/_index.md @@ -0,0 +1,50 @@ +--- +title: Aspose::Cells::Drawing::ShapePathPoint class +linktitle: ShapePathPoint +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePathPoint class. Specify position coordinates or angle markers. Position coordinates represent the coordinates of a path in a coordinate space (e.g. X/Y). Angle markers indicate angular changes in a path (e.g. the start and swing angles of an arc) in C++.' +type: docs +weight: 5700 +url: /es/cpp/aspose.cells.drawing/shapepathpoint/ +--- +## ShapePathPoint class + + +Specify position coordinates or angle markers. Position coordinates represent the coordinates of a path in a coordinate space (e.g. X/Y). Angle markers indicate angular changes in a path (e.g. the start and swing angles of an arc). + +```cpp +class ShapePathPoint +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetType()](./gettype/) | Specifies the value type of the current object. | +| [GetX()](./getx/) | **(Deprecated)** Gets and sets x coordinate for this position coordinate. Unit EMUs. | +| [GetXAngle()](./getxangle/) | When the object is an angle marker, get or set the first angle in degrees. | +| [GetXPixel()](./getxpixel/) | When the object is a position coordinate, get or set the x coordinate in pixels. | +| [GetY()](./gety/) | **(Deprecated)** Gets y coordinate for this position coordinate. Unit EMUs. | +| [GetYAngle()](./getyangle/) | When the object is an angle marker, get or set the second angle in degrees. | +| [GetYPixel()](./getypixel/) | When the object is a position coordinate, get or set the y coordinate in pixels. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ShapePathPoint\& src)](./operator_asm/) | operator= | +| [SetX(int32_t value)](./setx/) | **(Deprecated)** Gets and sets x coordinate for this position coordinate. Unit EMUs. | +| [SetXAngle(int32_t value)](./setxangle/) | When the object is an angle marker, get or set the first angle in degrees. | +| [SetXPixel(int32_t value)](./setxpixel/) | When the object is a position coordinate, get or set the x coordinate in pixels. | +| [SetY(int32_t value)](./sety/) | **(Deprecated)** Gets y coordinate for this position coordinate. Unit EMUs. | +| [SetYAngle(int32_t value)](./setyangle/) | When the object is an angle marker, get or set the second angle in degrees. | +| [SetYPixel(int32_t value)](./setypixel/) | When the object is a position coordinate, get or set the y coordinate in pixels. | +| [ShapePathPoint(ShapePathPoint_Impl* impl)](./shapepathpoint/) | Constructs from an implementation object. | +| [ShapePathPoint(const ShapePathPoint\& src)](./shapepathpoint/) | Copy constructor. | +| [~ShapePathPoint()](./~shapepathpoint/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepathpoint/gettype/_index.md b/spanish/cpp/aspose.cells.drawing/shapepathpoint/gettype/_index.md new file mode 100644 index 00000000000..aedf1913fc4 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepathpoint/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ShapePathPoint::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePathPoint::GetType method. Specifies the value type of the current object in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.drawing/shapepathpoint/gettype/ +--- +## ShapePathPoint::GetType method + + +Specifies the value type of the current object. + +```cpp +ShapePathPointValueType Aspose::Cells::Drawing::ShapePathPoint::GetType() +``` + +## See Also + +* Enum [ShapePathPointValueType](../../shapepathpointvaluetype/) +* Class [ShapePathPoint](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepathpoint/getx/_index.md b/spanish/cpp/aspose.cells.drawing/shapepathpoint/getx/_index.md new file mode 100644 index 00000000000..fa92c034524 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepathpoint/getx/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::ShapePathPoint::GetX method +linktitle: GetX +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePathPoint::GetX method. Gets and sets x coordinate for this position coordinate. Unit EMUs in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/shapepathpoint/getx/ +--- +## ShapePathPoint::GetX method + + +Gets and sets x coordinate for this position coordinate. Unit EMUs. + + +>Deprecated +> +>Use ShapePathPoint.XPixel and ShapePathPoint.XAngle properties instead. +```cpp +int32_t Aspose::Cells::Drawing::ShapePathPoint::GetX() +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use ShapePathPoint.XPixel and ShapePathPoint.XAngle properties. This property will be removed 12 months later since August 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePathPoint](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepathpoint/getxangle/_index.md b/spanish/cpp/aspose.cells.drawing/shapepathpoint/getxangle/_index.md new file mode 100644 index 00000000000..1679f125701 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepathpoint/getxangle/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ShapePathPoint::GetXAngle method +linktitle: GetXAngle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePathPoint::GetXAngle method. When the object is an angle marker, get or set the first angle in degrees in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing/shapepathpoint/getxangle/ +--- +## ShapePathPoint::GetXAngle method + + +When the object is an angle marker, get or set the first angle in degrees. + +```cpp +int32_t Aspose::Cells::Drawing::ShapePathPoint::GetXAngle() +``` + +## Remarks + + +If this angle is the starting angle of an arc. This angle will specify what angle along the supposed circle path will be used as the start position for drawing the arc. This start angle will be locked to the last known pen position in the shape path. Thus guaranteeing a continuos shape path. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePathPoint](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepathpoint/getxpixel/_index.md b/spanish/cpp/aspose.cells.drawing/shapepathpoint/getxpixel/_index.md new file mode 100644 index 00000000000..d73f1fa8f16 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepathpoint/getxpixel/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ShapePathPoint::GetXPixel method +linktitle: GetXPixel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePathPoint::GetXPixel method. When the object is a position coordinate, get or set the x coordinate in pixels in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing/shapepathpoint/getxpixel/ +--- +## ShapePathPoint::GetXPixel method + + +When the object is a position coordinate, get or set the x coordinate in pixels. + +```cpp +int32_t Aspose::Cells::Drawing::ShapePathPoint::GetXPixel() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePathPoint](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepathpoint/gety/_index.md b/spanish/cpp/aspose.cells.drawing/shapepathpoint/gety/_index.md new file mode 100644 index 00000000000..af3b7609799 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepathpoint/gety/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::ShapePathPoint::GetY method +linktitle: GetY +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePathPoint::GetY method. Gets y coordinate for this position coordinate. Unit EMUs in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/shapepathpoint/gety/ +--- +## ShapePathPoint::GetY method + + +Gets y coordinate for this position coordinate. Unit EMUs. + + +>Deprecated +> +>Use ShapePathPoint.YPixel and ShapePathPoint.YAngle properties instead. +```cpp +int32_t Aspose::Cells::Drawing::ShapePathPoint::GetY() +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use ShapePathPoint.YPixel and ShapePathPoint.YAngle properties. This property will be removed 12 months later since August 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePathPoint](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepathpoint/getyangle/_index.md b/spanish/cpp/aspose.cells.drawing/shapepathpoint/getyangle/_index.md new file mode 100644 index 00000000000..4c204117175 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepathpoint/getyangle/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ShapePathPoint::GetYAngle method +linktitle: GetYAngle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePathPoint::GetYAngle method. When the object is an angle marker, get or set the second angle in degrees in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing/shapepathpoint/getyangle/ +--- +## ShapePathPoint::GetYAngle method + + +When the object is an angle marker, get or set the second angle in degrees. + +```cpp +int32_t Aspose::Cells::Drawing::ShapePathPoint::GetYAngle() +``` + +## Remarks + + +If this angle is the swing angle of an arc. This angle will specify how far angle-wise along the supposed cicle path the arc will be extended. The extension from the start angle will always be in the clockwise direction around the supposed circle. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePathPoint](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepathpoint/getypixel/_index.md b/spanish/cpp/aspose.cells.drawing/shapepathpoint/getypixel/_index.md new file mode 100644 index 00000000000..ad3b3d1b737 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepathpoint/getypixel/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ShapePathPoint::GetYPixel method +linktitle: GetYPixel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePathPoint::GetYPixel method. When the object is a position coordinate, get or set the y coordinate in pixels in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing/shapepathpoint/getypixel/ +--- +## ShapePathPoint::GetYPixel method + + +When the object is a position coordinate, get or set the y coordinate in pixels. + +```cpp +int32_t Aspose::Cells::Drawing::ShapePathPoint::GetYPixel() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePathPoint](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepathpoint/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/shapepathpoint/isnull/_index.md new file mode 100644 index 00000000000..fb7ead5d80a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepathpoint/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::ShapePathPoint::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePathPoint::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/shapepathpoint/isnull/ +--- +## ShapePathPoint::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::ShapePathPoint::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePathPoint](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepathpoint/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/shapepathpoint/operator_asm/_index.md new file mode 100644 index 00000000000..d31d026ba01 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepathpoint/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ShapePathPoint::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePathPoint::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/shapepathpoint/operator_asm/ +--- +## ShapePathPoint::operator= method + + +operator= + +```cpp +ShapePathPoint & Aspose::Cells::Drawing::ShapePathPoint::operator=(const ShapePathPoint &src) +``` + +## See Also + +* Class [ShapePathPoint](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePathPoint](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepathpoint/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/shapepathpoint/operator_bool/_index.md new file mode 100644 index 00000000000..68c3a9d244f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepathpoint/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ShapePathPoint::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePathPoint::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/shapepathpoint/operator_bool/ +--- +## ShapePathPoint::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::ShapePathPoint::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ShapePathPoint](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepathpoint/setx/_index.md b/spanish/cpp/aspose.cells.drawing/shapepathpoint/setx/_index.md new file mode 100644 index 00000000000..e5b828a9448 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepathpoint/setx/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::ShapePathPoint::SetX method +linktitle: SetX +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePathPoint::SetX method. Gets and sets x coordinate for this position coordinate. Unit EMUs in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/shapepathpoint/setx/ +--- +## ShapePathPoint::SetX method + + +Gets and sets x coordinate for this position coordinate. Unit EMUs. + + +>Deprecated +> +>Use ShapePathPoint.XPixel and ShapePathPoint.XAngle properties instead. +```cpp +void Aspose::Cells::Drawing::ShapePathPoint::SetX(int32_t value) +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use ShapePathPoint.XPixel and ShapePathPoint.XAngle properties. This property will be removed 12 months later since August 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePathPoint](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepathpoint/setxangle/_index.md b/spanish/cpp/aspose.cells.drawing/shapepathpoint/setxangle/_index.md new file mode 100644 index 00000000000..a9e6a4e2080 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepathpoint/setxangle/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ShapePathPoint::SetXAngle method +linktitle: SetXAngle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePathPoint::SetXAngle method. When the object is an angle marker, get or set the first angle in degrees in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing/shapepathpoint/setxangle/ +--- +## ShapePathPoint::SetXAngle method + + +When the object is an angle marker, get or set the first angle in degrees. + +```cpp +void Aspose::Cells::Drawing::ShapePathPoint::SetXAngle(int32_t value) +``` + +## Remarks + + +If this angle is the starting angle of an arc. This angle will specify what angle along the supposed circle path will be used as the start position for drawing the arc. This start angle will be locked to the last known pen position in the shape path. Thus guaranteeing a continuos shape path. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePathPoint](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepathpoint/setxpixel/_index.md b/spanish/cpp/aspose.cells.drawing/shapepathpoint/setxpixel/_index.md new file mode 100644 index 00000000000..01c1fbbc407 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepathpoint/setxpixel/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ShapePathPoint::SetXPixel method +linktitle: SetXPixel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePathPoint::SetXPixel method. When the object is a position coordinate, get or set the x coordinate in pixels in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing/shapepathpoint/setxpixel/ +--- +## ShapePathPoint::SetXPixel method + + +When the object is a position coordinate, get or set the x coordinate in pixels. + +```cpp +void Aspose::Cells::Drawing::ShapePathPoint::SetXPixel(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePathPoint](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepathpoint/sety/_index.md b/spanish/cpp/aspose.cells.drawing/shapepathpoint/sety/_index.md new file mode 100644 index 00000000000..ee7d063c835 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepathpoint/sety/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::ShapePathPoint::SetY method +linktitle: SetY +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePathPoint::SetY method. Gets y coordinate for this position coordinate. Unit EMUs in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing/shapepathpoint/sety/ +--- +## ShapePathPoint::SetY method + + +Gets y coordinate for this position coordinate. Unit EMUs. + + +>Deprecated +> +>Use ShapePathPoint.YPixel and ShapePathPoint.YAngle properties instead. +```cpp +void Aspose::Cells::Drawing::ShapePathPoint::SetY(int32_t value) +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use ShapePathPoint.YPixel and ShapePathPoint.YAngle properties. This property will be removed 12 months later since August 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePathPoint](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepathpoint/setyangle/_index.md b/spanish/cpp/aspose.cells.drawing/shapepathpoint/setyangle/_index.md new file mode 100644 index 00000000000..f1d9a1cb726 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepathpoint/setyangle/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ShapePathPoint::SetYAngle method +linktitle: SetYAngle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePathPoint::SetYAngle method. When the object is an angle marker, get or set the second angle in degrees in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing/shapepathpoint/setyangle/ +--- +## ShapePathPoint::SetYAngle method + + +When the object is an angle marker, get or set the second angle in degrees. + +```cpp +void Aspose::Cells::Drawing::ShapePathPoint::SetYAngle(int32_t value) +``` + +## Remarks + + +If this angle is the swing angle of an arc. This angle will specify how far angle-wise along the supposed cicle path the arc will be extended. The extension from the start angle will always be in the clockwise direction around the supposed circle. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePathPoint](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepathpoint/setypixel/_index.md b/spanish/cpp/aspose.cells.drawing/shapepathpoint/setypixel/_index.md new file mode 100644 index 00000000000..9f5e67fe90a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepathpoint/setypixel/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ShapePathPoint::SetYPixel method +linktitle: SetYPixel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePathPoint::SetYPixel method. When the object is a position coordinate, get or set the y coordinate in pixels in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing/shapepathpoint/setypixel/ +--- +## ShapePathPoint::SetYPixel method + + +When the object is a position coordinate, get or set the y coordinate in pixels. + +```cpp +void Aspose::Cells::Drawing::ShapePathPoint::SetYPixel(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePathPoint](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepathpoint/shapepathpoint/_index.md b/spanish/cpp/aspose.cells.drawing/shapepathpoint/shapepathpoint/_index.md new file mode 100644 index 00000000000..c134e2d15e2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepathpoint/shapepathpoint/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::ShapePathPoint::ShapePathPoint constructor +linktitle: ShapePathPoint +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePathPoint::ShapePathPoint constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/shapepathpoint/shapepathpoint/ +--- +## ShapePathPoint::ShapePathPoint(ShapePathPoint_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::ShapePathPoint::ShapePathPoint(ShapePathPoint_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePathPoint](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## ShapePathPoint::ShapePathPoint(const ShapePathPoint\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::ShapePathPoint::ShapePathPoint(const ShapePathPoint &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePathPoint](../) +* Class [ShapePathPoint](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepathpoint/~shapepathpoint/_index.md b/spanish/cpp/aspose.cells.drawing/shapepathpoint/~shapepathpoint/_index.md new file mode 100644 index 00000000000..617e0bd5313 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepathpoint/~shapepathpoint/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ShapePathPoint::~ShapePathPoint method +linktitle: ~ShapePathPoint +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePathPoint::~ShapePathPoint method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/shapepathpoint/~shapepathpoint/ +--- +## ShapePathPoint::~ShapePathPoint method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::ShapePathPoint::~ShapePathPoint() +``` + +## See Also + +* Class [ShapePathPoint](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepathpointcollection/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/shapepathpointcollection/_impl/_index.md new file mode 100644 index 00000000000..0ee7de255b5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepathpointcollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ShapePathPointCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePathPointCollection::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing/shapepathpointcollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ShapePathPointCollection_Impl* Aspose::Cells::Drawing::ShapePathPointCollection::_impl +``` + +## See Also + +* Class [ShapePathPointCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepathpointcollection/_index.md b/spanish/cpp/aspose.cells.drawing/shapepathpointcollection/_index.md new file mode 100644 index 00000000000..adde46860cd --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepathpointcollection/_index.md @@ -0,0 +1,41 @@ +--- +title: Aspose::Cells::Drawing::ShapePathPointCollection class +linktitle: ShapePathPointCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePathPointCollection class. Represents all shape path points in C++.' +type: docs +weight: 5800 +url: /es/cpp/aspose.cells.drawing/shapepathpointcollection/ +--- +## ShapePathPointCollection class + + +Represents all shape path points. + +```cpp +class ShapePathPointCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add(int32_t x, int32_t y)](./add/) | **(Deprecated)** Adds a path point in unit of EMUs. | +| [Get(int32_t index)](./get/) | Gets shape path point by index. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ShapePathPointCollection\& src)](./operator_asm/) | operator= | +| [ShapePathPointCollection()](./shapepathpointcollection/) | Default constructor. | +| [ShapePathPointCollection(ShapePathPointCollection_Impl* impl)](./shapepathpointcollection/) | Constructs from an implementation object. | +| [ShapePathPointCollection(const ShapePathPointCollection\& src)](./shapepathpointcollection/) | Copy constructor. | +| [~ShapePathPointCollection()](./~shapepathpointcollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepathpointcollection/add/_index.md b/spanish/cpp/aspose.cells.drawing/shapepathpointcollection/add/_index.md new file mode 100644 index 00000000000..13279df312b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepathpointcollection/add/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::ShapePathPointCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePathPointCollection::Add method. Adds a path point in unit of EMUs in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/shapepathpointcollection/add/ +--- +## ShapePathPointCollection::Add method + + +Adds a path point in unit of EMUs. + + +>Deprecated +> +>Use the MoveTo,LineTo,CubicBezierTo and ArcTo methods in ShapePath instead. +```cpp +int32_t Aspose::Cells::Drawing::ShapePathPointCollection::Add(int32_t x, int32_t y) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| x | int32_t | The x coordinate. | +| y | int32_t | The y coordinate. | +## Remarks + + + +NOTE: This member is now obsolete. Instead, please use the MoveTo,LineTo,CubicBezierTo and ArcTo methods in [ShapePath](../../shapepath/). This method will be removed 12 months later since August 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePathPointCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepathpointcollection/get/_index.md b/spanish/cpp/aspose.cells.drawing/shapepathpointcollection/get/_index.md new file mode 100644 index 00000000000..8649d9c07ff --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepathpointcollection/get/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::ShapePathPointCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePathPointCollection::Get method. Gets shape path point by index in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/shapepathpointcollection/get/ +--- +## ShapePathPointCollection::Get method + + +Gets shape path point by index. + +```cpp +ShapePathPoint Aspose::Cells::Drawing::ShapePathPointCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The index | + +## ReturnValue + +Returns [ShapePathPoint](../../shapepathpoint/) object + +## See Also + +* Class [ShapePathPoint](../../shapepathpoint/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePathPointCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepathpointcollection/getcount/_index.md b/spanish/cpp/aspose.cells.drawing/shapepathpointcollection/getcount/_index.md new file mode 100644 index 00000000000..1a1a44d550e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepathpointcollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ShapePathPointCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::Drawing::ShapePathPointCollection class in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/shapepathpointcollection/getcount/ +--- +## ShapePathPointCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::Drawing::ShapePathPointCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePathPointCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepathpointcollection/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/shapepathpointcollection/isnull/_index.md new file mode 100644 index 00000000000..6774d3b0691 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepathpointcollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::ShapePathPointCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePathPointCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/shapepathpointcollection/isnull/ +--- +## ShapePathPointCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::ShapePathPointCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePathPointCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepathpointcollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/shapepathpointcollection/operator_asm/_index.md new file mode 100644 index 00000000000..71ed18eb6ec --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepathpointcollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ShapePathPointCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePathPointCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/shapepathpointcollection/operator_asm/ +--- +## ShapePathPointCollection::operator= method + + +operator= + +```cpp +ShapePathPointCollection & Aspose::Cells::Drawing::ShapePathPointCollection::operator=(const ShapePathPointCollection &src) +``` + +## See Also + +* Class [ShapePathPointCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePathPointCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepathpointcollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/shapepathpointcollection/operator_bool/_index.md new file mode 100644 index 00000000000..f8c590f28ab --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepathpointcollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ShapePathPointCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePathPointCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/shapepathpointcollection/operator_bool/ +--- +## ShapePathPointCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::ShapePathPointCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ShapePathPointCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepathpointcollection/shapepathpointcollection/_index.md b/spanish/cpp/aspose.cells.drawing/shapepathpointcollection/shapepathpointcollection/_index.md new file mode 100644 index 00000000000..e6d0acbe8d0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepathpointcollection/shapepathpointcollection/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::Drawing::ShapePathPointCollection::ShapePathPointCollection constructor +linktitle: ShapePathPointCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePathPointCollection::ShapePathPointCollection constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/shapepathpointcollection/shapepathpointcollection/ +--- +## ShapePathPointCollection::ShapePathPointCollection() constructor + + +Default constructor. + +```cpp +Aspose::Cells::Drawing::ShapePathPointCollection::ShapePathPointCollection() +``` + +## See Also + +* Class [ShapePathPointCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## ShapePathPointCollection::ShapePathPointCollection(ShapePathPointCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::ShapePathPointCollection::ShapePathPointCollection(ShapePathPointCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePathPointCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## ShapePathPointCollection::ShapePathPointCollection(const ShapePathPointCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::ShapePathPointCollection::ShapePathPointCollection(const ShapePathPointCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePathPointCollection](../) +* Class [ShapePathPointCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepathpointcollection/~shapepathpointcollection/_index.md b/spanish/cpp/aspose.cells.drawing/shapepathpointcollection/~shapepathpointcollection/_index.md new file mode 100644 index 00000000000..92cb0125d7e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepathpointcollection/~shapepathpointcollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ShapePathPointCollection::~ShapePathPointCollection method +linktitle: ~ShapePathPointCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePathPointCollection::~ShapePathPointCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/shapepathpointcollection/~shapepathpointcollection/ +--- +## ShapePathPointCollection::~ShapePathPointCollection method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::ShapePathPointCollection::~ShapePathPointCollection() +``` + +## See Also + +* Class [ShapePathPointCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepathpointvaluetype/_index.md b/spanish/cpp/aspose.cells.drawing/shapepathpointvaluetype/_index.md new file mode 100644 index 00000000000..15743bd4c5d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepathpointvaluetype/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::ShapePathPointValueType enum +linktitle: ShapePathPointValueType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePathPointValueType enum. Specifies the value type of ShapePathPoint object in C++.' +type: docs +weight: 11600 +url: /es/cpp/aspose.cells.drawing/shapepathpointvaluetype/ +--- +## ShapePathPointValueType enum + + +Specifies the value type of [ShapePathPoint](../shapepathpoint/) object. + +```cpp +enum class ShapePathPointValueType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Position | 0 |
Specifies the type of the object is location coordinates. The [ShapePathPoint](../shapepathpoint/) object stores the coordinate values of a point. | +| Angle | 1 |
Specifies the type of the object is angle markers. The [ShapePathPoint](../shapepathpoint/) object stores the start and end angles of the arc. | + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepathtype/_index.md b/spanish/cpp/aspose.cells.drawing/shapepathtype/_index.md new file mode 100644 index 00000000000..fc4f145f058 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepathtype/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::ShapePathType enum +linktitle: ShapePathType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePathType enum. Represents path segment type in C++.' +type: docs +weight: 11700 +url: /es/cpp/aspose.cells.drawing/shapepathtype/ +--- +## ShapePathType enum + + +Represents path segment type. + +```cpp +enum class ShapePathType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| LineTo | 1 |
Straight line segment. | +| CubicBezierCurveTo | 3 |
Cubic Bezier curve. | +| MoveTo | 0 |
Start a new path. | +| Close | 128 |
If the starting POINT and the end POINT are not the same, a single straight line is drawn to connect the starting POINT and ending POINT of the path. | +| End | 4 |
The end of the current path. | +| Escape | 5 |
Escape. | +| ArcTo | 6 |
An arc. | +| Unknown | 7 |
Unknown. | + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepropertycollection/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/shapepropertycollection/_impl/_index.md new file mode 100644 index 00000000000..a3aea5582cd --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepropertycollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ShapePropertyCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePropertyCollection::_impl field. The implementation object in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing/shapepropertycollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ShapePropertyCollection_Impl* Aspose::Cells::Drawing::ShapePropertyCollection::_impl +``` + +## See Also + +* Class [ShapePropertyCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepropertycollection/_index.md b/spanish/cpp/aspose.cells.drawing/shapepropertycollection/_index.md new file mode 100644 index 00000000000..6d0d8273d77 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepropertycollection/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::Drawing::ShapePropertyCollection class +linktitle: ShapePropertyCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePropertyCollection class. This class specifies the visual shape properties for a chart element or shape in C++.' +type: docs +weight: 5900 +url: /es/cpp/aspose.cells.drawing/shapepropertycollection/ +--- +## ShapePropertyCollection class + + +This class specifies the visual shape properties for a chart element or shape. + +```cpp +class ShapePropertyCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [ClearFormat3D()](./clearformat3d/) | Clears the 3D shape properties of the shape. | +| [ClearGlowEffect()](./cleargloweffect/) | Clears the glow effect of the shape. | +| [ClearShadowEffect()](./clearshadoweffect/) | Clears the shadow effect of the chart element or shape. | +| [GetFormat3D()](./getformat3d/) | Represents a [Format3D](../format3d/) object that specifies 3D shape properties for the chart element or shape. | +| [GetGlowEffect()](./getgloweffect/) | Represents a [GlowEffect](../gloweffect/) object that specifies glow effect for the chart element or shape. | +| [GetShadowEffect()](./getshadoweffect/) | Represents a [ShadowEffect](../shadoweffect/) object that specifies shadow effect for the chart element or shape. | +| [GetSoftEdgeRadius()](./getsoftedgeradius/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [HasFormat3D()](./hasformat3d/) | Indicates if the shape has 3d format data. | +| [HasGlowEffect()](./hasgloweffect/) | Indicates if the shape has glow effect data. | +| [HasShadowEffect()](./hasshadoweffect/) | Indicates if the shape has shadow effect data. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ShapePropertyCollection\& src)](./operator_asm/) | operator= | +| [SetSoftEdgeRadius(double value)](./setsoftedgeradius/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [ShapePropertyCollection(ShapePropertyCollection_Impl* impl)](./shapepropertycollection/) | Constructs from an implementation object. | +| [ShapePropertyCollection(const ShapePropertyCollection\& src)](./shapepropertycollection/) | Copy constructor. | +| [~ShapePropertyCollection()](./~shapepropertycollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepropertycollection/clearformat3d/_index.md b/spanish/cpp/aspose.cells.drawing/shapepropertycollection/clearformat3d/_index.md new file mode 100644 index 00000000000..0a024da9e47 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepropertycollection/clearformat3d/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ShapePropertyCollection::ClearFormat3D method +linktitle: ClearFormat3D +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePropertyCollection::ClearFormat3D method. Clears the 3D shape properties of the shape in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing/shapepropertycollection/clearformat3d/ +--- +## ShapePropertyCollection::ClearFormat3D method + + +Clears the 3D shape properties of the shape. + +```cpp +void Aspose::Cells::Drawing::ShapePropertyCollection::ClearFormat3D() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePropertyCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepropertycollection/cleargloweffect/_index.md b/spanish/cpp/aspose.cells.drawing/shapepropertycollection/cleargloweffect/_index.md new file mode 100644 index 00000000000..19a1a812e1f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepropertycollection/cleargloweffect/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ShapePropertyCollection::ClearGlowEffect method +linktitle: ClearGlowEffect +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePropertyCollection::ClearGlowEffect method. Clears the glow effect of the shape in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/shapepropertycollection/cleargloweffect/ +--- +## ShapePropertyCollection::ClearGlowEffect method + + +Clears the glow effect of the shape. + +```cpp +void Aspose::Cells::Drawing::ShapePropertyCollection::ClearGlowEffect() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePropertyCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepropertycollection/clearshadoweffect/_index.md b/spanish/cpp/aspose.cells.drawing/shapepropertycollection/clearshadoweffect/_index.md new file mode 100644 index 00000000000..ddc144eea82 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepropertycollection/clearshadoweffect/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ShapePropertyCollection::ClearShadowEffect method +linktitle: ClearShadowEffect +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePropertyCollection::ClearShadowEffect method. Clears the shadow effect of the chart element or shape in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing/shapepropertycollection/clearshadoweffect/ +--- +## ShapePropertyCollection::ClearShadowEffect method + + +Clears the shadow effect of the chart element or shape. + +```cpp +void Aspose::Cells::Drawing::ShapePropertyCollection::ClearShadowEffect() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePropertyCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepropertycollection/getformat3d/_index.md b/spanish/cpp/aspose.cells.drawing/shapepropertycollection/getformat3d/_index.md new file mode 100644 index 00000000000..42bc38b087a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepropertycollection/getformat3d/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ShapePropertyCollection::GetFormat3D method +linktitle: GetFormat3D +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePropertyCollection::GetFormat3D method. Represents a Format3D object that specifies 3D shape properties for the chart element or shape in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing/shapepropertycollection/getformat3d/ +--- +## ShapePropertyCollection::GetFormat3D method + + +Represents a [Format3D](../../format3d/) object that specifies 3D shape properties for the chart element or shape. + +```cpp +Format3D Aspose::Cells::Drawing::ShapePropertyCollection::GetFormat3D() +``` + +## See Also + +* Class [Format3D](../../format3d/) +* Class [ShapePropertyCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepropertycollection/getgloweffect/_index.md b/spanish/cpp/aspose.cells.drawing/shapepropertycollection/getgloweffect/_index.md new file mode 100644 index 00000000000..9af129728a1 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepropertycollection/getgloweffect/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ShapePropertyCollection::GetGlowEffect method +linktitle: GetGlowEffect +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePropertyCollection::GetGlowEffect method. Represents a GlowEffect object that specifies glow effect for the chart element or shape in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/shapepropertycollection/getgloweffect/ +--- +## ShapePropertyCollection::GetGlowEffect method + + +Represents a [GlowEffect](../../gloweffect/) object that specifies glow effect for the chart element or shape. + +```cpp +GlowEffect Aspose::Cells::Drawing::ShapePropertyCollection::GetGlowEffect() +``` + +## See Also + +* Class [GlowEffect](../../gloweffect/) +* Class [ShapePropertyCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepropertycollection/getshadoweffect/_index.md b/spanish/cpp/aspose.cells.drawing/shapepropertycollection/getshadoweffect/_index.md new file mode 100644 index 00000000000..f1b33db6aaa --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepropertycollection/getshadoweffect/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ShapePropertyCollection::GetShadowEffect method +linktitle: GetShadowEffect +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePropertyCollection::GetShadowEffect method. Represents a ShadowEffect object that specifies shadow effect for the chart element or shape in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing/shapepropertycollection/getshadoweffect/ +--- +## ShapePropertyCollection::GetShadowEffect method + + +Represents a [ShadowEffect](../../shadoweffect/) object that specifies shadow effect for the chart element or shape. + +```cpp +ShadowEffect Aspose::Cells::Drawing::ShapePropertyCollection::GetShadowEffect() +``` + +## See Also + +* Class [ShadowEffect](../../shadoweffect/) +* Class [ShapePropertyCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepropertycollection/getsoftedgeradius/_index.md b/spanish/cpp/aspose.cells.drawing/shapepropertycollection/getsoftedgeradius/_index.md new file mode 100644 index 00000000000..ce0a4149b82 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepropertycollection/getsoftedgeradius/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ShapePropertyCollection::GetSoftEdgeRadius method +linktitle: GetSoftEdgeRadius +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePropertyCollection::GetSoftEdgeRadius method. Gets and sets the radius of blur to apply to the edges, in unit of points in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing/shapepropertycollection/getsoftedgeradius/ +--- +## ShapePropertyCollection::GetSoftEdgeRadius method + + +Gets and sets the radius of blur to apply to the edges, in unit of points. + +```cpp +double Aspose::Cells::Drawing::ShapePropertyCollection::GetSoftEdgeRadius() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePropertyCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepropertycollection/hasformat3d/_index.md b/spanish/cpp/aspose.cells.drawing/shapepropertycollection/hasformat3d/_index.md new file mode 100644 index 00000000000..bd92afae76a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepropertycollection/hasformat3d/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::ShapePropertyCollection::HasFormat3D method +linktitle: HasFormat3D +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePropertyCollection::HasFormat3D method. Indicates if the shape has 3d format data in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing/shapepropertycollection/hasformat3d/ +--- +## ShapePropertyCollection::HasFormat3D method + + +Indicates if the shape has 3d format data. + +```cpp +bool Aspose::Cells::Drawing::ShapePropertyCollection::HasFormat3D() +``` + + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePropertyCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepropertycollection/hasgloweffect/_index.md b/spanish/cpp/aspose.cells.drawing/shapepropertycollection/hasgloweffect/_index.md new file mode 100644 index 00000000000..f5508764c4e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepropertycollection/hasgloweffect/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::ShapePropertyCollection::HasGlowEffect method +linktitle: HasGlowEffect +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePropertyCollection::HasGlowEffect method. Indicates if the shape has glow effect data in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/shapepropertycollection/hasgloweffect/ +--- +## ShapePropertyCollection::HasGlowEffect method + + +Indicates if the shape has glow effect data. + +```cpp +bool Aspose::Cells::Drawing::ShapePropertyCollection::HasGlowEffect() +``` + + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePropertyCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepropertycollection/hasshadoweffect/_index.md b/spanish/cpp/aspose.cells.drawing/shapepropertycollection/hasshadoweffect/_index.md new file mode 100644 index 00000000000..5bf2d7e85cd --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepropertycollection/hasshadoweffect/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::ShapePropertyCollection::HasShadowEffect method +linktitle: HasShadowEffect +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePropertyCollection::HasShadowEffect method. Indicates if the shape has shadow effect data in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing/shapepropertycollection/hasshadoweffect/ +--- +## ShapePropertyCollection::HasShadowEffect method + + +Indicates if the shape has shadow effect data. + +```cpp +bool Aspose::Cells::Drawing::ShapePropertyCollection::HasShadowEffect() +``` + + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePropertyCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepropertycollection/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/shapepropertycollection/isnull/_index.md new file mode 100644 index 00000000000..d6717f13764 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepropertycollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::ShapePropertyCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePropertyCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/shapepropertycollection/isnull/ +--- +## ShapePropertyCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::ShapePropertyCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePropertyCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepropertycollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/shapepropertycollection/operator_asm/_index.md new file mode 100644 index 00000000000..d29cfb219f7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepropertycollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ShapePropertyCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePropertyCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/shapepropertycollection/operator_asm/ +--- +## ShapePropertyCollection::operator= method + + +operator= + +```cpp +ShapePropertyCollection & Aspose::Cells::Drawing::ShapePropertyCollection::operator=(const ShapePropertyCollection &src) +``` + +## See Also + +* Class [ShapePropertyCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePropertyCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepropertycollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/shapepropertycollection/operator_bool/_index.md new file mode 100644 index 00000000000..fb5ae2ca21d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepropertycollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ShapePropertyCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePropertyCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/shapepropertycollection/operator_bool/ +--- +## ShapePropertyCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::ShapePropertyCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ShapePropertyCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepropertycollection/setsoftedgeradius/_index.md b/spanish/cpp/aspose.cells.drawing/shapepropertycollection/setsoftedgeradius/_index.md new file mode 100644 index 00000000000..4a024183652 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepropertycollection/setsoftedgeradius/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ShapePropertyCollection::SetSoftEdgeRadius method +linktitle: SetSoftEdgeRadius +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePropertyCollection::SetSoftEdgeRadius method. Gets and sets the radius of blur to apply to the edges, in unit of points in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing/shapepropertycollection/setsoftedgeradius/ +--- +## ShapePropertyCollection::SetSoftEdgeRadius method + + +Gets and sets the radius of blur to apply to the edges, in unit of points. + +```cpp +void Aspose::Cells::Drawing::ShapePropertyCollection::SetSoftEdgeRadius(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePropertyCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepropertycollection/shapepropertycollection/_index.md b/spanish/cpp/aspose.cells.drawing/shapepropertycollection/shapepropertycollection/_index.md new file mode 100644 index 00000000000..6dc2e0fe374 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepropertycollection/shapepropertycollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::ShapePropertyCollection::ShapePropertyCollection constructor +linktitle: ShapePropertyCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePropertyCollection::ShapePropertyCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/shapepropertycollection/shapepropertycollection/ +--- +## ShapePropertyCollection::ShapePropertyCollection(ShapePropertyCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::ShapePropertyCollection::ShapePropertyCollection(ShapePropertyCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePropertyCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## ShapePropertyCollection::ShapePropertyCollection(const ShapePropertyCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::ShapePropertyCollection::ShapePropertyCollection(const ShapePropertyCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapePropertyCollection](../) +* Class [ShapePropertyCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapepropertycollection/~shapepropertycollection/_index.md b/spanish/cpp/aspose.cells.drawing/shapepropertycollection/~shapepropertycollection/_index.md new file mode 100644 index 00000000000..a5161c82162 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapepropertycollection/~shapepropertycollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ShapePropertyCollection::~ShapePropertyCollection method +linktitle: ~ShapePropertyCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapePropertyCollection::~ShapePropertyCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/shapepropertycollection/~shapepropertycollection/ +--- +## ShapePropertyCollection::~ShapePropertyCollection method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::ShapePropertyCollection::~ShapePropertyCollection() +``` + +## See Also + +* Class [ShapePropertyCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapesegmentpath/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/shapesegmentpath/_impl/_index.md new file mode 100644 index 00000000000..8d2ac494eef --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapesegmentpath/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ShapeSegmentPath::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeSegmentPath::_impl field. The implementation object in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/shapesegmentpath/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ShapeSegmentPath_Impl* Aspose::Cells::Drawing::ShapeSegmentPath::_impl +``` + +## See Also + +* Class [ShapeSegmentPath](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapesegmentpath/_index.md b/spanish/cpp/aspose.cells.drawing/shapesegmentpath/_index.md new file mode 100644 index 00000000000..3f764d02fd3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapesegmentpath/_index.md @@ -0,0 +1,39 @@ +--- +title: Aspose::Cells::Drawing::ShapeSegmentPath class +linktitle: ShapeSegmentPath +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeSegmentPath class. Represents a segment path in a path of the freeform in C++.' +type: docs +weight: 6000 +url: /es/cpp/aspose.cells.drawing/shapesegmentpath/ +--- +## ShapeSegmentPath class + + +Represents a segment path in a path of the freeform. + +```cpp +class ShapeSegmentPath +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetPoints()](./getpoints/) | Gets the points in path segment. | +| [GetType()](./gettype/) | Gets the path segment type. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ShapeSegmentPath\& src)](./operator_asm/) | operator= | +| [ShapeSegmentPath(ShapeSegmentPath_Impl* impl)](./shapesegmentpath/) | Constructs from an implementation object. | +| [ShapeSegmentPath(const ShapeSegmentPath\& src)](./shapesegmentpath/) | Copy constructor. | +| [~ShapeSegmentPath()](./~shapesegmentpath/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapesegmentpath/getpoints/_index.md b/spanish/cpp/aspose.cells.drawing/shapesegmentpath/getpoints/_index.md new file mode 100644 index 00000000000..1a0ca80baf6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapesegmentpath/getpoints/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ShapeSegmentPath::GetPoints method +linktitle: GetPoints +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeSegmentPath::GetPoints method. Gets the points in path segment in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/shapesegmentpath/getpoints/ +--- +## ShapeSegmentPath::GetPoints method + + +Gets the points in path segment. + +```cpp +ShapePathPointCollection Aspose::Cells::Drawing::ShapeSegmentPath::GetPoints() +``` + +## See Also + +* Class [ShapePathPointCollection](../../shapepathpointcollection/) +* Class [ShapeSegmentPath](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapesegmentpath/gettype/_index.md b/spanish/cpp/aspose.cells.drawing/shapesegmentpath/gettype/_index.md new file mode 100644 index 00000000000..a3a5c070396 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapesegmentpath/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ShapeSegmentPath::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeSegmentPath::GetType method. Gets the path segment type in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/shapesegmentpath/gettype/ +--- +## ShapeSegmentPath::GetType method + + +Gets the path segment type. + +```cpp +ShapePathType Aspose::Cells::Drawing::ShapeSegmentPath::GetType() +``` + +## See Also + +* Enum [ShapePathType](../../shapepathtype/) +* Class [ShapeSegmentPath](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapesegmentpath/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/shapesegmentpath/isnull/_index.md new file mode 100644 index 00000000000..746bdbde202 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapesegmentpath/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::ShapeSegmentPath::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeSegmentPath::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/shapesegmentpath/isnull/ +--- +## ShapeSegmentPath::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::ShapeSegmentPath::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeSegmentPath](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapesegmentpath/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/shapesegmentpath/operator_asm/_index.md new file mode 100644 index 00000000000..120797ab24e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapesegmentpath/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ShapeSegmentPath::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeSegmentPath::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/shapesegmentpath/operator_asm/ +--- +## ShapeSegmentPath::operator= method + + +operator= + +```cpp +ShapeSegmentPath & Aspose::Cells::Drawing::ShapeSegmentPath::operator=(const ShapeSegmentPath &src) +``` + +## See Also + +* Class [ShapeSegmentPath](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeSegmentPath](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapesegmentpath/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/shapesegmentpath/operator_bool/_index.md new file mode 100644 index 00000000000..88848a148b6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapesegmentpath/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ShapeSegmentPath::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeSegmentPath::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/shapesegmentpath/operator_bool/ +--- +## ShapeSegmentPath::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::ShapeSegmentPath::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ShapeSegmentPath](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapesegmentpath/shapesegmentpath/_index.md b/spanish/cpp/aspose.cells.drawing/shapesegmentpath/shapesegmentpath/_index.md new file mode 100644 index 00000000000..94c4b14872e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapesegmentpath/shapesegmentpath/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::ShapeSegmentPath::ShapeSegmentPath constructor +linktitle: ShapeSegmentPath +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeSegmentPath::ShapeSegmentPath constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/shapesegmentpath/shapesegmentpath/ +--- +## ShapeSegmentPath::ShapeSegmentPath(ShapeSegmentPath_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::ShapeSegmentPath::ShapeSegmentPath(ShapeSegmentPath_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeSegmentPath](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## ShapeSegmentPath::ShapeSegmentPath(const ShapeSegmentPath\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::ShapeSegmentPath::ShapeSegmentPath(const ShapeSegmentPath &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeSegmentPath](../) +* Class [ShapeSegmentPath](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapesegmentpath/~shapesegmentpath/_index.md b/spanish/cpp/aspose.cells.drawing/shapesegmentpath/~shapesegmentpath/_index.md new file mode 100644 index 00000000000..4a233025c16 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapesegmentpath/~shapesegmentpath/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ShapeSegmentPath::~ShapeSegmentPath method +linktitle: ~ShapeSegmentPath +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeSegmentPath::~ShapeSegmentPath method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/shapesegmentpath/~shapesegmentpath/ +--- +## ShapeSegmentPath::~ShapeSegmentPath method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::ShapeSegmentPath::~ShapeSegmentPath() +``` + +## See Also + +* Class [ShapeSegmentPath](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapesegmentpathcollection/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/shapesegmentpathcollection/_impl/_index.md new file mode 100644 index 00000000000..efa9f88547c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapesegmentpathcollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ShapeSegmentPathCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeSegmentPathCollection::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing/shapesegmentpathcollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ShapeSegmentPathCollection_Impl* Aspose::Cells::Drawing::ShapeSegmentPathCollection::_impl +``` + +## See Also + +* Class [ShapeSegmentPathCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapesegmentpathcollection/_index.md b/spanish/cpp/aspose.cells.drawing/shapesegmentpathcollection/_index.md new file mode 100644 index 00000000000..259b00e1edb --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapesegmentpathcollection/_index.md @@ -0,0 +1,41 @@ +--- +title: Aspose::Cells::Drawing::ShapeSegmentPathCollection class +linktitle: ShapeSegmentPathCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeSegmentPathCollection class. Represents a creation path consisting of a series of moves, lines and curves that when combined will form a geometric shape in C++.' +type: docs +weight: 6100 +url: /es/cpp/aspose.cells.drawing/shapesegmentpathcollection/ +--- +## ShapeSegmentPathCollection class + + +Represents a creation path consisting of a series of moves, lines and curves that when combined will form a geometric shape. + +```cpp +class ShapeSegmentPathCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add(ShapePathType type)](./add/) | Add a segment path in creation path. | +| [Get(int32_t index)](./get/) | Gets [ShapeSegmentPath](../shapesegmentpath/) object. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ShapeSegmentPathCollection\& src)](./operator_asm/) | operator= | +| [ShapeSegmentPathCollection()](./shapesegmentpathcollection/) | Default constructor. | +| [ShapeSegmentPathCollection(ShapeSegmentPathCollection_Impl* impl)](./shapesegmentpathcollection/) | Constructs from an implementation object. | +| [ShapeSegmentPathCollection(const ShapeSegmentPathCollection\& src)](./shapesegmentpathcollection/) | Copy constructor. | +| [~ShapeSegmentPathCollection()](./~shapesegmentpathcollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapesegmentpathcollection/add/_index.md b/spanish/cpp/aspose.cells.drawing/shapesegmentpathcollection/add/_index.md new file mode 100644 index 00000000000..d1d03b74144 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapesegmentpathcollection/add/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::ShapeSegmentPathCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeSegmentPathCollection::Add method. Add a segment path in creation path in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/shapesegmentpathcollection/add/ +--- +## ShapeSegmentPathCollection::Add method + + +Add a segment path in creation path. + +```cpp +int32_t Aspose::Cells::Drawing::ShapeSegmentPathCollection::Add(ShapePathType type) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| type | ShapePathType | The path type. | + +## ReturnValue + +Returns the position of [ShapeSegmentPath](../../shapesegmentpath/) object in the list. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ShapePathType](../../shapepathtype/) +* Class [ShapeSegmentPathCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapesegmentpathcollection/get/_index.md b/spanish/cpp/aspose.cells.drawing/shapesegmentpathcollection/get/_index.md new file mode 100644 index 00000000000..d53ad4984d4 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapesegmentpathcollection/get/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::ShapeSegmentPathCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeSegmentPathCollection::Get method. Gets ShapeSegmentPath object in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/shapesegmentpathcollection/get/ +--- +## ShapeSegmentPathCollection::Get method + + +Gets [ShapeSegmentPath](../../shapesegmentpath/) object. + +```cpp +ShapeSegmentPath Aspose::Cells::Drawing::ShapeSegmentPathCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The index. | + +## ReturnValue + +Returns a [ShapeSegmentPath](../../shapesegmentpath/) object. + +## See Also + +* Class [ShapeSegmentPath](../../shapesegmentpath/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeSegmentPathCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapesegmentpathcollection/getcount/_index.md b/spanish/cpp/aspose.cells.drawing/shapesegmentpathcollection/getcount/_index.md new file mode 100644 index 00000000000..3f3aa0509f6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapesegmentpathcollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ShapeSegmentPathCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::Drawing::ShapeSegmentPathCollection class in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/shapesegmentpathcollection/getcount/ +--- +## ShapeSegmentPathCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::Drawing::ShapeSegmentPathCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeSegmentPathCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapesegmentpathcollection/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/shapesegmentpathcollection/isnull/_index.md new file mode 100644 index 00000000000..120b81b5fe8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapesegmentpathcollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::ShapeSegmentPathCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeSegmentPathCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/shapesegmentpathcollection/isnull/ +--- +## ShapeSegmentPathCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::ShapeSegmentPathCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeSegmentPathCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapesegmentpathcollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/shapesegmentpathcollection/operator_asm/_index.md new file mode 100644 index 00000000000..c1a5fea8bfc --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapesegmentpathcollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ShapeSegmentPathCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeSegmentPathCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/shapesegmentpathcollection/operator_asm/ +--- +## ShapeSegmentPathCollection::operator= method + + +operator= + +```cpp +ShapeSegmentPathCollection & Aspose::Cells::Drawing::ShapeSegmentPathCollection::operator=(const ShapeSegmentPathCollection &src) +``` + +## See Also + +* Class [ShapeSegmentPathCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeSegmentPathCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapesegmentpathcollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/shapesegmentpathcollection/operator_bool/_index.md new file mode 100644 index 00000000000..00b3cd3d57f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapesegmentpathcollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ShapeSegmentPathCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeSegmentPathCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/shapesegmentpathcollection/operator_bool/ +--- +## ShapeSegmentPathCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::ShapeSegmentPathCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ShapeSegmentPathCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapesegmentpathcollection/shapesegmentpathcollection/_index.md b/spanish/cpp/aspose.cells.drawing/shapesegmentpathcollection/shapesegmentpathcollection/_index.md new file mode 100644 index 00000000000..a6edf70836b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapesegmentpathcollection/shapesegmentpathcollection/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::Drawing::ShapeSegmentPathCollection::ShapeSegmentPathCollection constructor +linktitle: ShapeSegmentPathCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeSegmentPathCollection::ShapeSegmentPathCollection constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/shapesegmentpathcollection/shapesegmentpathcollection/ +--- +## ShapeSegmentPathCollection::ShapeSegmentPathCollection() constructor + + +Default constructor. + +```cpp +Aspose::Cells::Drawing::ShapeSegmentPathCollection::ShapeSegmentPathCollection() +``` + +## See Also + +* Class [ShapeSegmentPathCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## ShapeSegmentPathCollection::ShapeSegmentPathCollection(ShapeSegmentPathCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::ShapeSegmentPathCollection::ShapeSegmentPathCollection(ShapeSegmentPathCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeSegmentPathCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## ShapeSegmentPathCollection::ShapeSegmentPathCollection(const ShapeSegmentPathCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::ShapeSegmentPathCollection::ShapeSegmentPathCollection(const ShapeSegmentPathCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ShapeSegmentPathCollection](../) +* Class [ShapeSegmentPathCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/shapesegmentpathcollection/~shapesegmentpathcollection/_index.md b/spanish/cpp/aspose.cells.drawing/shapesegmentpathcollection/~shapesegmentpathcollection/_index.md new file mode 100644 index 00000000000..2afe35ad87a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/shapesegmentpathcollection/~shapesegmentpathcollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ShapeSegmentPathCollection::~ShapeSegmentPathCollection method +linktitle: ~ShapeSegmentPathCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ShapeSegmentPathCollection::~ShapeSegmentPathCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/shapesegmentpathcollection/~shapesegmentpathcollection/ +--- +## ShapeSegmentPathCollection::~ShapeSegmentPathCollection method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::ShapeSegmentPathCollection::~ShapeSegmentPathCollection() +``` + +## See Also + +* Class [ShapeSegmentPathCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/signatureline/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/signatureline/_impl/_index.md new file mode 100644 index 00000000000..16e8cadd4af --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/signatureline/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::SignatureLine::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SignatureLine::_impl field. The implementation object in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.drawing/signatureline/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +SignatureLine_Impl* Aspose::Cells::Drawing::SignatureLine::_impl +``` + +## See Also + +* Class [SignatureLine](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/signatureline/_index.md b/spanish/cpp/aspose.cells.drawing/signatureline/_index.md new file mode 100644 index 00000000000..5ac8a537f54 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/signatureline/_index.md @@ -0,0 +1,88 @@ +--- +title: Aspose::Cells::Drawing::SignatureLine class +linktitle: SignatureLine +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SignatureLine class. Represent the signature line in C++.' +type: docs +weight: 6200 +url: /es/cpp/aspose.cells.drawing/signatureline/ +--- +## SignatureLine class + + +Represent the signature line. + +```cpp +class SignatureLine +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetAllowComments()](./getallowcomments/) | Indicates whether comments could be attached. | +| [GetEmail()](./getemail/) | Gets or sets the email of singer. | +| [GetId(UUID\& uuid)](./getid/) | Gets or sets identifier for this signature line. | +| [GetInstructions()](./getinstructions/) | Gets or sets the text shown to user at signing time. | +| [GetProviderId(UUID\& uuid)](./getproviderid/) | Gets or sets the id of signature provider. | +| [GetShowSignedDate()](./getshowsigneddate/) | Indicates whether show signed date. | +| [GetSignatureLineType()](./getsignaturelinetype/) | Gets or sets the signature type. Default - When the default value is set, the corresponding ProviderId value is fixed to {0000000000-0000-0000-0000-0000000000}. Stamp - When the value is Stamp, the corresponding ProviderId value is usually {000CD6A4-0000-0000-C000-000000000046}. Custom - When the value is Custom, the corresponding ProviderId value usually needs to be set by the user. it should be obtained from the documentation shipped with the provider. | +| [GetSigner()](./getsigner/) | Gets or sets the signer. | +| [GetTitle()](./gettitle/) | Gets or sets the title of singer. | +| [IsLine()](./isline/) | Indicates whether it is a signature line. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const SignatureLine\& src)](./operator_asm/) | operator= | +| [SetAllowComments(bool value)](./setallowcomments/) | Indicates whether comments could be attached. | +| [SetEmail(const U16String\& value)](./setemail/) | Gets or sets the email of singer. | +| [SetEmail(const char16_t* value)](./setemail/) | Gets or sets the email of singer. | +| [SetId(const UUID\& value)](./setid/) | Gets or sets identifier for this signature line. | +| [SetInstructions(const U16String\& value)](./setinstructions/) | Gets or sets the text shown to user at signing time. | +| [SetInstructions(const char16_t* value)](./setinstructions/) | Gets or sets the text shown to user at signing time. | +| [SetIsLine(bool value)](./setisline/) | Indicates whether it is a signature line. | +| [SetProviderId(const UUID\& value)](./setproviderid/) | Gets or sets the id of signature provider. | +| [SetShowSignedDate(bool value)](./setshowsigneddate/) | Indicates whether show signed date. | +| [SetSignatureLineType(SignatureType value)](./setsignaturelinetype/) | Gets or sets the signature type. Default - When the default value is set, the corresponding ProviderId value is fixed to {0000000000-0000-0000-0000-0000000000}. Stamp - When the value is Stamp, the corresponding ProviderId value is usually {000CD6A4-0000-0000-C000-000000000046}. Custom - When the value is Custom, the corresponding ProviderId value usually needs to be set by the user. it should be obtained from the documentation shipped with the provider. | +| [SetSigner(const U16String\& value)](./setsigner/) | Gets or sets the signer. | +| [SetSigner(const char16_t* value)](./setsigner/) | Gets or sets the signer. | +| [SetTitle(const U16String\& value)](./settitle/) | Gets or sets the title of singer. | +| [SetTitle(const char16_t* value)](./settitle/) | Gets or sets the title of singer. | +| [SignatureLine()](./signatureline/) | Default constructor. | +| [SignatureLine(SignatureLine_Impl* impl)](./signatureline/) | Constructs from an implementation object. | +| [SignatureLine(const SignatureLine\& src)](./signatureline/) | Copy constructor. | +| [~SignatureLine()](./~signatureline/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; +Worksheet worksheet = workbook.GetWorksheets().Get(0); + +// Crear objeto de línea de firma +SignatureLine s; +s.SetSigner("Simon Zhao"); +s.SetTitle("Development Lead"); +s.SetEmail("Simon.Zhao@aspose.com"); +s.SetInstructions("Sign to confirm the excel content."); + +// Agrega una línea de firma a la hoja de cálculo. +Picture signatureLine = worksheet.GetShapes().AddSignatureLine(0, 0, s); + + +//Guarde el archivo de Excel. +workbook.Save("result.xlsx"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/signatureline/getallowcomments/_index.md b/spanish/cpp/aspose.cells.drawing/signatureline/getallowcomments/_index.md new file mode 100644 index 00000000000..cbc228b9d0e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/signatureline/getallowcomments/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Drawing::SignatureLine::GetAllowComments method +linktitle: GetAllowComments +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SignatureLine::GetAllowComments method. Indicates whether comments could be attached in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.drawing/signatureline/getallowcomments/ +--- +## SignatureLine::GetAllowComments method + + +Indicates whether comments could be attached. + +```cpp +bool Aspose::Cells::Drawing::SignatureLine::GetAllowComments() +``` + + +## Examples + + +```cpp +if (s.GetAllowComments() == false) +{ + s.SetAllowComments(true); + // Se pueden adjuntar comentarios. +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SignatureLine](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/signatureline/getemail/_index.md b/spanish/cpp/aspose.cells.drawing/signatureline/getemail/_index.md new file mode 100644 index 00000000000..f8e2b0e881a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/signatureline/getemail/_index.md @@ -0,0 +1,37 @@ +--- +title: Aspose::Cells::Drawing::SignatureLine::GetEmail method +linktitle: GetEmail +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SignatureLine::GetEmail method. Gets or sets the email of singer in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing/signatureline/getemail/ +--- +## SignatureLine::GetEmail method + + +Gets or sets the email of singer. + +```cpp +U16String Aspose::Cells::Drawing::SignatureLine::GetEmail() +``` + + +## Examples + + +```cpp +// Crear objeto de línea de firma +SignatureLine s5; +if (s5.GetEmail().IsNull() || s5.GetEmail().IsEmpty()) +{ + s5.SetEmail(u"Simon.Zhao@aspose.com"); +} +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SignatureLine](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/signatureline/getid/_index.md b/spanish/cpp/aspose.cells.drawing/signatureline/getid/_index.md new file mode 100644 index 00000000000..609121d6cb8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/signatureline/getid/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::SignatureLine::GetId method +linktitle: GetId +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SignatureLine::GetId method. Gets or sets identifier for this signature line in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/signatureline/getid/ +--- +## SignatureLine::GetId method + + +Gets or sets identifier for this signature line. + +```cpp +void Aspose::Cells::Drawing::SignatureLine::GetId(UUID &uuid) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Typedef [UUID](../../../aspose.cells/uuid/) +* Class [SignatureLine](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/signatureline/getinstructions/_index.md b/spanish/cpp/aspose.cells.drawing/signatureline/getinstructions/_index.md new file mode 100644 index 00000000000..cb173d5f489 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/signatureline/getinstructions/_index.md @@ -0,0 +1,37 @@ +--- +title: Aspose::Cells::Drawing::SignatureLine::GetInstructions method +linktitle: GetInstructions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SignatureLine::GetInstructions method. Gets or sets the text shown to user at signing time in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.drawing/signatureline/getinstructions/ +--- +## SignatureLine::GetInstructions method + + +Gets or sets the text shown to user at signing time. + +```cpp +U16String Aspose::Cells::Drawing::SignatureLine::GetInstructions() +``` + + +## Examples + + +```cpp + // Crear objeto de línea de firma +SignatureLine s6; +if (s6.GetInstructions().IsNull() || s6.GetInstructions().IsEmpty()) +{ + s6.SetInstructions(u"Just do it."); +} +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SignatureLine](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/signatureline/getproviderid/_index.md b/spanish/cpp/aspose.cells.drawing/signatureline/getproviderid/_index.md new file mode 100644 index 00000000000..fcd8a5d7de9 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/signatureline/getproviderid/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::SignatureLine::GetProviderId method +linktitle: GetProviderId +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SignatureLine::GetProviderId method. Gets or sets the id of signature provider in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/signatureline/getproviderid/ +--- +## SignatureLine::GetProviderId method + + +Gets or sets the id of signature provider. + +```cpp +void Aspose::Cells::Drawing::SignatureLine::GetProviderId(UUID &uuid) +``` + +## Remarks + + +It's typically the CLSID of the provider com add-in. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Typedef [UUID](../../../aspose.cells/uuid/) +* Class [SignatureLine](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/signatureline/getshowsigneddate/_index.md b/spanish/cpp/aspose.cells.drawing/signatureline/getshowsigneddate/_index.md new file mode 100644 index 00000000000..432ab8f2331 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/signatureline/getshowsigneddate/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Drawing::SignatureLine::GetShowSignedDate method +linktitle: GetShowSignedDate +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SignatureLine::GetShowSignedDate method. Indicates whether show signed date in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.drawing/signatureline/getshowsigneddate/ +--- +## SignatureLine::GetShowSignedDate method + + +Indicates whether show signed date. + +```cpp +bool Aspose::Cells::Drawing::SignatureLine::GetShowSignedDate() +``` + + +## Examples + + +```cpp +if (s.GetShowSignedDate() == false) +{ + s.SetShowSignedDate(true); + //Mostrar fecha con signo. +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SignatureLine](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/signatureline/getsignaturelinetype/_index.md b/spanish/cpp/aspose.cells.drawing/signatureline/getsignaturelinetype/_index.md new file mode 100644 index 00000000000..fbb0445449a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/signatureline/getsignaturelinetype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::SignatureLine::GetSignatureLineType method +linktitle: GetSignatureLineType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SignatureLine::GetSignatureLineType method. Gets or sets the signature type. Default - When the default value is set, the corresponding ProviderId value is fixed to {0000000000-0000-0000-0000-0000000000}. Stamp - When the value is Stamp, the corresponding ProviderId value is usually {000CD6A4-0000-0000-C000-000000000046}. Custom - When the value is Custom, the corresponding ProviderId value usually needs to be set by the user. it should be obtained from the documentation shipped with the provider in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.drawing/signatureline/getsignaturelinetype/ +--- +## SignatureLine::GetSignatureLineType method + + +Gets or sets the signature type. Default - When the default value is set, the corresponding ProviderId value is fixed to {0000000000-0000-0000-0000-0000000000}. Stamp - When the value is Stamp, the corresponding ProviderId value is usually {000CD6A4-0000-0000-C000-000000000046}. Custom - When the value is Custom, the corresponding ProviderId value usually needs to be set by the user. it should be obtained from the documentation shipped with the provider. + +```cpp +SignatureType Aspose::Cells::Drawing::SignatureLine::GetSignatureLineType() +``` + +## See Also + +* Enum [SignatureType](../../signaturetype/) +* Class [SignatureLine](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/signatureline/getsigner/_index.md b/spanish/cpp/aspose.cells.drawing/signatureline/getsigner/_index.md new file mode 100644 index 00000000000..520a59015e0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/signatureline/getsigner/_index.md @@ -0,0 +1,37 @@ +--- +title: Aspose::Cells::Drawing::SignatureLine::GetSigner method +linktitle: GetSigner +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SignatureLine::GetSigner method. Gets or sets the signer in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing/signatureline/getsigner/ +--- +## SignatureLine::GetSigner method + + +Gets or sets the signer. + +```cpp +U16String Aspose::Cells::Drawing::SignatureLine::GetSigner() +``` + + +## Examples + + +```cpp +// Crear objeto de línea de firma +SignatureLine s3; +if (s3.GetSigner().IsNull() || s3.GetSigner().IsEmpty()) +{ + s3.SetSigner(u"Mr xxx"); +} +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SignatureLine](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/signatureline/gettitle/_index.md b/spanish/cpp/aspose.cells.drawing/signatureline/gettitle/_index.md new file mode 100644 index 00000000000..31e49aec835 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/signatureline/gettitle/_index.md @@ -0,0 +1,37 @@ +--- +title: Aspose::Cells::Drawing::SignatureLine::GetTitle method +linktitle: GetTitle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SignatureLine::GetTitle method. Gets or sets the title of singer in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing/signatureline/gettitle/ +--- +## SignatureLine::GetTitle method + + +Gets or sets the title of singer. + +```cpp +U16String Aspose::Cells::Drawing::SignatureLine::GetTitle() +``` + + +## Examples + + +```cpp +// Crear objeto de línea de firma +SignatureLine s4; +if (s4.GetTitle().IsNull() || s4.GetTitle().IsEmpty()) +{ + s4.SetTitle(u"Development Lead"); +} +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SignatureLine](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/signatureline/isline/_index.md b/spanish/cpp/aspose.cells.drawing/signatureline/isline/_index.md new file mode 100644 index 00000000000..780b5cec89b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/signatureline/isline/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::SignatureLine::IsLine method +linktitle: IsLine +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SignatureLine::IsLine method. Indicates whether it is a signature line in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing/signatureline/isline/ +--- +## SignatureLine::IsLine method + + +Indicates whether it is a signature line. + +```cpp +bool Aspose::Cells::Drawing::SignatureLine::IsLine() +``` + + +## Examples + + +```cpp +if (s.IsLine() == false) +{ + s.SetIsLine(true); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SignatureLine](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/signatureline/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/signatureline/isnull/_index.md new file mode 100644 index 00000000000..5239ddb1d95 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/signatureline/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::SignatureLine::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SignatureLine::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/signatureline/isnull/ +--- +## SignatureLine::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::SignatureLine::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SignatureLine](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/signatureline/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/signatureline/operator_asm/_index.md new file mode 100644 index 00000000000..faaca43d48f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/signatureline/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::SignatureLine::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SignatureLine::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/signatureline/operator_asm/ +--- +## SignatureLine::operator= method + + +operator= + +```cpp +SignatureLine & Aspose::Cells::Drawing::SignatureLine::operator=(const SignatureLine &src) +``` + +## See Also + +* Class [SignatureLine](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [SignatureLine](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/signatureline/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/signatureline/operator_bool/_index.md new file mode 100644 index 00000000000..422c7b3d100 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/signatureline/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::SignatureLine::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SignatureLine::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/signatureline/operator_bool/ +--- +## SignatureLine::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::SignatureLine::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [SignatureLine](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/signatureline/setallowcomments/_index.md b/spanish/cpp/aspose.cells.drawing/signatureline/setallowcomments/_index.md new file mode 100644 index 00000000000..3d2fcae0ae3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/signatureline/setallowcomments/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Drawing::SignatureLine::SetAllowComments method +linktitle: SetAllowComments +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SignatureLine::SetAllowComments method. Indicates whether comments could be attached in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.drawing/signatureline/setallowcomments/ +--- +## SignatureLine::SetAllowComments method + + +Indicates whether comments could be attached. + +```cpp +void Aspose::Cells::Drawing::SignatureLine::SetAllowComments(bool value) +``` + + +## Examples + + +```cpp +if (s.GetAllowComments() == false) +{ + s.SetAllowComments(true); + // Se pueden adjuntar comentarios. +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SignatureLine](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/signatureline/setemail/_index.md b/spanish/cpp/aspose.cells.drawing/signatureline/setemail/_index.md new file mode 100644 index 00000000000..33d972b6a26 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/signatureline/setemail/_index.md @@ -0,0 +1,67 @@ +--- +title: Aspose::Cells::Drawing::SignatureLine::SetEmail method +linktitle: SetEmail +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SignatureLine::SetEmail method. Gets or sets the email of singer in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing/signatureline/setemail/ +--- +## SignatureLine::SetEmail(const U16String\&) method + + +Gets or sets the email of singer. + +```cpp +void Aspose::Cells::Drawing::SignatureLine::SetEmail(const U16String &value) +``` + + +## Examples + + +```cpp +// Crear objeto de línea de firma +U16String val = u"Simon.Zhao@aspose.com"; +SignatureLine s5; +if (s5.GetEmail().IsNull() || s5.GetEmail().IsEmpty()) +{ + s5.SetEmail(val); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SignatureLine](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## SignatureLine::SetEmail(const char16_t*) method + + +Gets or sets the email of singer. + +```cpp +void Aspose::Cells::Drawing::SignatureLine::SetEmail(const char16_t *value) +``` + + +## Examples + + +```cpp +// Crear objeto de línea de firma +SignatureLine s5; +if (s5.GetEmail().IsNull() || s5.GetEmail().IsEmpty()) +{ + s5.SetEmail(u"Simon.Zhao@aspose.com"); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SignatureLine](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/signatureline/setid/_index.md b/spanish/cpp/aspose.cells.drawing/signatureline/setid/_index.md new file mode 100644 index 00000000000..a8ea87ac51f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/signatureline/setid/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::SignatureLine::SetId method +linktitle: SetId +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SignatureLine::SetId method. Gets or sets identifier for this signature line in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/signatureline/setid/ +--- +## SignatureLine::SetId method + + +Gets or sets identifier for this signature line. + +```cpp +void Aspose::Cells::Drawing::SignatureLine::SetId(const UUID &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Typedef [UUID](../../../aspose.cells/uuid/) +* Class [SignatureLine](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/signatureline/setinstructions/_index.md b/spanish/cpp/aspose.cells.drawing/signatureline/setinstructions/_index.md new file mode 100644 index 00000000000..0d4e2c58d9d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/signatureline/setinstructions/_index.md @@ -0,0 +1,67 @@ +--- +title: Aspose::Cells::Drawing::SignatureLine::SetInstructions method +linktitle: SetInstructions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SignatureLine::SetInstructions method. Gets or sets the text shown to user at signing time in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.drawing/signatureline/setinstructions/ +--- +## SignatureLine::SetInstructions(const U16String\&) method + + +Gets or sets the text shown to user at signing time. + +```cpp +void Aspose::Cells::Drawing::SignatureLine::SetInstructions(const U16String &value) +``` + + +## Examples + + +```cpp +// Crear objeto de línea de firma +U16String val = u"Just do it."; +SignatureLine s6; +if (s6.GetInstructions().IsNull() || s6.GetInstructions().IsEmpty()) +{ + s6.SetInstructions(val); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SignatureLine](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## SignatureLine::SetInstructions(const char16_t*) method + + +Gets or sets the text shown to user at signing time. + +```cpp +void Aspose::Cells::Drawing::SignatureLine::SetInstructions(const char16_t *value) +``` + + +## Examples + + +```cpp +// Crear objeto de línea de firma +SignatureLine s6; +if (s6.GetInstructions().IsNull() || s6.GetInstructions().IsEmpty()) +{ + s6.SetInstructions(u"Just do it."); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SignatureLine](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/signatureline/setisline/_index.md b/spanish/cpp/aspose.cells.drawing/signatureline/setisline/_index.md new file mode 100644 index 00000000000..c5d69198f0b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/signatureline/setisline/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Drawing::SignatureLine::SetIsLine method +linktitle: SetIsLine +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SignatureLine::SetIsLine method. Indicates whether it is a signature line in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing/signatureline/setisline/ +--- +## SignatureLine::SetIsLine method + + +Indicates whether it is a signature line. + +```cpp +void Aspose::Cells::Drawing::SignatureLine::SetIsLine(bool value) +``` + + +## Examples + + +```cpp +if (s.IsLine() == false) +{ + s.SetIsLine(true); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SignatureLine](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/signatureline/setproviderid/_index.md b/spanish/cpp/aspose.cells.drawing/signatureline/setproviderid/_index.md new file mode 100644 index 00000000000..fdd1e7dae0a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/signatureline/setproviderid/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::SignatureLine::SetProviderId method +linktitle: SetProviderId +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SignatureLine::SetProviderId method. Gets or sets the id of signature provider in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing/signatureline/setproviderid/ +--- +## SignatureLine::SetProviderId method + + +Gets or sets the id of signature provider. + +```cpp +void Aspose::Cells::Drawing::SignatureLine::SetProviderId(const UUID &value) +``` + +## Remarks + + +It's typically the CLSID of the provider com add-in. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Typedef [UUID](../../../aspose.cells/uuid/) +* Class [SignatureLine](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/signatureline/setshowsigneddate/_index.md b/spanish/cpp/aspose.cells.drawing/signatureline/setshowsigneddate/_index.md new file mode 100644 index 00000000000..448c0b55229 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/signatureline/setshowsigneddate/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Drawing::SignatureLine::SetShowSignedDate method +linktitle: SetShowSignedDate +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SignatureLine::SetShowSignedDate method. Indicates whether show signed date in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.drawing/signatureline/setshowsigneddate/ +--- +## SignatureLine::SetShowSignedDate method + + +Indicates whether show signed date. + +```cpp +void Aspose::Cells::Drawing::SignatureLine::SetShowSignedDate(bool value) +``` + + +## Examples + + +```cpp +if (s.GetShowSignedDate() == false) +{ + s.SetShowSignedDate(true); + //Mostrar fecha con signo. +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SignatureLine](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/signatureline/setsignaturelinetype/_index.md b/spanish/cpp/aspose.cells.drawing/signatureline/setsignaturelinetype/_index.md new file mode 100644 index 00000000000..7042744101c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/signatureline/setsignaturelinetype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::SignatureLine::SetSignatureLineType method +linktitle: SetSignatureLineType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SignatureLine::SetSignatureLineType method. Gets or sets the signature type. Default - When the default value is set, the corresponding ProviderId value is fixed to {0000000000-0000-0000-0000-0000000000}. Stamp - When the value is Stamp, the corresponding ProviderId value is usually {000CD6A4-0000-0000-C000-000000000046}. Custom - When the value is Custom, the corresponding ProviderId value usually needs to be set by the user. it should be obtained from the documentation shipped with the provider in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.drawing/signatureline/setsignaturelinetype/ +--- +## SignatureLine::SetSignatureLineType method + + +Gets or sets the signature type. Default - When the default value is set, the corresponding ProviderId value is fixed to {0000000000-0000-0000-0000-0000000000}. Stamp - When the value is Stamp, the corresponding ProviderId value is usually {000CD6A4-0000-0000-C000-000000000046}. Custom - When the value is Custom, the corresponding ProviderId value usually needs to be set by the user. it should be obtained from the documentation shipped with the provider. + +```cpp +void Aspose::Cells::Drawing::SignatureLine::SetSignatureLineType(SignatureType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [SignatureType](../../signaturetype/) +* Class [SignatureLine](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/signatureline/setsigner/_index.md b/spanish/cpp/aspose.cells.drawing/signatureline/setsigner/_index.md new file mode 100644 index 00000000000..01af1f8d550 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/signatureline/setsigner/_index.md @@ -0,0 +1,67 @@ +--- +title: Aspose::Cells::Drawing::SignatureLine::SetSigner method +linktitle: SetSigner +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SignatureLine::SetSigner method. Gets or sets the signer in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing/signatureline/setsigner/ +--- +## SignatureLine::SetSigner(const U16String\&) method + + +Gets or sets the signer. + +```cpp +void Aspose::Cells::Drawing::SignatureLine::SetSigner(const U16String &value) +``` + + +## Examples + + +```cpp +// Crear objeto de línea de firma +U16String val = u"Mr xxx"; +SignatureLine s3; +if (s3.GetSigner().IsNull() || s3.GetSigner().IsEmpty()) +{ + s3.SetSigner(val); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SignatureLine](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## SignatureLine::SetSigner(const char16_t*) method + + +Gets or sets the signer. + +```cpp +void Aspose::Cells::Drawing::SignatureLine::SetSigner(const char16_t *value) +``` + + +## Examples + + +```cpp +// Crear objeto de línea de firma +SignatureLine s3; +if (s3.GetSigner().IsNull() || s3.GetSigner().IsEmpty()) +{ + s3.SetSigner(u"Mr xxx"); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SignatureLine](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/signatureline/settitle/_index.md b/spanish/cpp/aspose.cells.drawing/signatureline/settitle/_index.md new file mode 100644 index 00000000000..2204bb72418 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/signatureline/settitle/_index.md @@ -0,0 +1,67 @@ +--- +title: Aspose::Cells::Drawing::SignatureLine::SetTitle method +linktitle: SetTitle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SignatureLine::SetTitle method. Gets or sets the title of singer in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing/signatureline/settitle/ +--- +## SignatureLine::SetTitle(const U16String\&) method + + +Gets or sets the title of singer. + +```cpp +void Aspose::Cells::Drawing::SignatureLine::SetTitle(const U16String &value) +``` + + +## Examples + + +```cpp +// Crear objeto de línea de firma +U16String val = u"Development Lead"; +SignatureLine s4; +if (s4.GetTitle().IsNull() || s4.GetTitle().IsEmpty()) +{ + s4.SetTitle(val); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SignatureLine](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## SignatureLine::SetTitle(const char16_t*) method + + +Gets or sets the title of singer. + +```cpp +void Aspose::Cells::Drawing::SignatureLine::SetTitle(const char16_t *value) +``` + + +## Examples + + +```cpp +// Crear objeto de línea de firma +SignatureLine s4; +if (s4.GetTitle().IsNull() || s4.GetTitle().IsEmpty()) +{ + s4.SetTitle(u"Development Lead"); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SignatureLine](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/signatureline/signatureline/_index.md b/spanish/cpp/aspose.cells.drawing/signatureline/signatureline/_index.md new file mode 100644 index 00000000000..e2e57b97cf0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/signatureline/signatureline/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::Drawing::SignatureLine::SignatureLine constructor +linktitle: SignatureLine +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SignatureLine::SignatureLine constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/signatureline/signatureline/ +--- +## SignatureLine::SignatureLine() constructor + + +Default constructor. + +```cpp +Aspose::Cells::Drawing::SignatureLine::SignatureLine() +``` + +## See Also + +* Class [SignatureLine](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## SignatureLine::SignatureLine(SignatureLine_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::SignatureLine::SignatureLine(SignatureLine_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SignatureLine](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## SignatureLine::SignatureLine(const SignatureLine\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::SignatureLine::SignatureLine(const SignatureLine &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SignatureLine](../) +* Class [SignatureLine](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/signatureline/~signatureline/_index.md b/spanish/cpp/aspose.cells.drawing/signatureline/~signatureline/_index.md new file mode 100644 index 00000000000..75cfd55469c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/signatureline/~signatureline/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::SignatureLine::~SignatureLine method +linktitle: ~SignatureLine +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SignatureLine::~SignatureLine method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/signatureline/~signatureline/ +--- +## SignatureLine::~SignatureLine method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::SignatureLine::~SignatureLine() +``` + +## See Also + +* Class [SignatureLine](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/signaturetype/_index.md b/spanish/cpp/aspose.cells.drawing/signaturetype/_index.md new file mode 100644 index 00000000000..a966828f9b5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/signaturetype/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Drawing::SignatureType enum +linktitle: SignatureType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SignatureType enum. Specifies the signature type in C++.' +type: docs +weight: 11700 +url: /es/cpp/aspose.cells.drawing/signaturetype/ +--- +## SignatureType enum + + +Specifies the signature type. + +```cpp +enum class SignatureType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Default | 0 |
The default value , the corresponding ProviderId value is fixed to {0000000000-0000-0000-0000-0000000000}. | +| Stamp | 1 |
The corresponding ProviderId value is usually {000CD6A4-0000-0000-C000-000000000046}. | +| Custom | 3 |
The corresponding ProviderId value usually needs to be set by the user. it should be obtained from the documentation shipped with the provider. | + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/slicershape/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/slicershape/_impl/_index.md new file mode 100644 index 00000000000..e015c1a7f72 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/slicershape/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::SlicerShape::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SlicerShape::_impl field. The implementation object in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/slicershape/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +SlicerShape_Impl* Aspose::Cells::Drawing::SlicerShape::_impl +``` + +## See Also + +* Class [SlicerShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/slicershape/_index.md b/spanish/cpp/aspose.cells.drawing/slicershape/_index.md new file mode 100644 index 00000000000..2a97655ceda --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/slicershape/_index.md @@ -0,0 +1,249 @@ +--- +title: Aspose::Cells::Drawing::SlicerShape class +linktitle: SlicerShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SlicerShape class. Represents the slicer shape in C++.' +type: docs +weight: 6300 +url: /es/cpp/aspose.cells.drawing/slicershape/ +--- +## SlicerShape class + + +Represents the slicer shape. + +```cpp +class SlicerShape : public Aspose::Cells::Drawing::Shape +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddHyperlink(const U16String\& address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AddHyperlink(const char16_t* address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AlignTopRightCorner(int32_t topRow, int32_t rightColumn)](../shape/aligntoprightcorner/) | Moves the picture to the top-right corner. | +| [CalculateTextSize()](../shape/calculatetextsize/) | Recalculate the text area. | +| [Characters(int32_t startIndex, int32_t length)](../shape/characters/) | Returns a Characters object that represents a range of characters within the text. | +| [FitToTextSize()](../shape/fittotextsize/) | Recalculate a text area suitable for displaying all text content. | +| [FormatCharacters(int32_t startIndex, int32_t length, const Aspose::Cells::Font\& font, const StyleFlag\& flag)](../shape/formatcharacters/) | Formats some characters with the font setting. | +| [GetActiveXControl()](../shape/getactivexcontrol/) | Gets the ActiveX control. | +| [GetActualBox()](../shape/getactualbox/) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [GetActualLowerRightRow()](../shape/getactuallowerrightrow/) | Get the actual bottom row. | +| [GetAlternativeText()](../shape/getalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [GetAnchorType()](../shape/getanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [GetAutoShapeType()](../shape/getautoshapetype/) | Gets and sets the auto shape type. | +| [GetBottom()](../shape/getbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [GetConnectionPoints()](../shape/getconnectionpoints/) | Get the connection points. | +| [GetControlData()](../shape/getcontroldata/) | Gets the data of control. | +| [GetCreateId(UUID\& uuid)](../shape/getcreateid/) | Gets and sets create id for this shape. | +| [GetFill()](../shape/getfill/) | Returns a [FillFormat](../fillformat/) object that contains fill formatting properties for the specified shape. | +| [GetFont()](../shape/getfont/) | Represents the font of shape. | +| [GetFormatPicture()](../shape/getformatpicture/) | Gets and sets the options of the picture format. | +| [GetGeometry()](../shape/getgeometry/) | Gets the geometry. | +| [GetGlow()](../shape/getglow/) | Represents a [GlowEffect](../gloweffect/) object that specifies glow effect for the chart element or shape. | +| [GetGroup()](../shape/getgroup/) | Gets the group shape which contains this shape. | +| [GetHasLine()](../shape/gethasline/) | Gets and sets the line border of the shape is visible. | +| [GetHeight()](../shape/getheight/) | Represents the height of shape, in unit of pixel. | +| [GetHeightCM()](../shape/getheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [GetHeightInch()](../shape/getheightinch/) | Represents the height of the shape, in unit of inches. | +| [GetHeightInShape()](../shape/getheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [GetHeightPt()](../shape/getheightpt/) | Represents the height of the shape, in unit of points. | +| [GetHeightScale()](../shape/getheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [GetHtmlText()](../shape/gethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [GetHyperlink()](../shape/gethyperlink/) | Gets the hyperlink of the shape. | +| [GetId()](../shape/getid/) | Gets the identifier of this shape. | +| [GetInputRange()](../shape/getinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [GetInputRange(bool isR1C1, bool isLocal)](../shape/getinputrange/) | Gets the range used to fill the control. | +| [GetLeft()](../shape/getleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [GetLeftCM()](../shape/getleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [GetLeftInch()](../shape/getleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [GetLeftInShape()](../shape/getleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [GetLeftToCorner()](../shape/getlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [GetLine()](../shape/getline/) | Gets line style. | +| [GetLinkedCell()](../shape/getlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [GetLinkedCell(bool isR1C1, bool isLocal)](../shape/getlinkedcell/) | Gets the range linked to the control's value. | +| [GetLockedProperty(ShapeLockType type)](../shape/getlockedproperty/) | Gets the value of locked property. | +| [GetLowerDeltaX()](../shape/getlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [GetLowerDeltaY()](../shape/getlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [GetLowerRightColumn()](../shape/getlowerrightcolumn/) | Represents lower right corner column index. | +| [GetLowerRightRow()](../shape/getlowerrightrow/) | Represents lower right corner row index. | +| [GetMacroName()](../shape/getmacroname/) | Gets and sets the name of macro. | +| [GetMsoDrawingType()](../shape/getmsodrawingtype/) | Gets drawing type. | +| [GetName()](../shape/getname/) | Gets and sets the name of the shape. | +| [GetPaths()](../shape/getpaths/) | Gets the paths of a custom geometric shape. | +| [GetPlacement()](../shape/getplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [GetReflection()](../shape/getreflection/) | Represents a [ReflectionEffect](../reflectioneffect/) object that specifies reflection effect for the chart element or shape. | +| [GetRelativeToOriginalPictureSize()](../shape/getrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [GetResultOfSmartArt()](../shape/getresultofsmartart/) | Converting smart art to grouped shapes. | +| [GetRichFormattings()](../shape/getrichformattings/) | Returns all Characters objects that represents a range of characters within the text . | +| [GetRight()](../shape/getright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [GetRotationAngle()](../shape/getrotationangle/) | Gets and sets the rotation of the shape. | +| [GetShadowEffect()](../shape/getshadoweffect/) | Represents a [Drawing.ShadowEffect](../shadoweffect/) object that specifies shadow effect for the chart element or shape. | +| [GetSoftEdges()](../shape/getsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [GetSpid()](../shape/getspid/) | Specifies an optional string identifier that an application can use to identify the particular shape. | +| [GetSpt()](../shape/getspt/) | Specifies an optional number that an application can use to associate the particular shape with a defined shape type. | +| [GetText()](../shape/gettext/) | Gets and sets the text of this shape. | +| [GetTextBody()](../shape/gettextbody/) | Gets and sets the setting of the shape's text. | +| [GetTextBoxOptions()](../shape/gettextboxoptions/) | Gets the text information in the shape. | +| [GetTextDirection()](../shape/gettextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [GetTextEffect()](../shape/gettexteffect/) | Returns a [TextEffectFormat](../texteffectformat/) object that contains text-effect formatting properties for the specified shape. Applies to [Shape](../shape/) objects that represent WordArt. | +| [GetTextHorizontalAlignment()](../shape/gettexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [GetTextHorizontalOverflow()](../shape/gettexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [GetTextOptions()](../shape/gettextoptions/) | Represents the text options of the shape. | +| [GetTextOrientationType()](../shape/gettextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [GetTextShapeType()](../shape/gettextshapetype/) | Gets and sets the preset text shape type. | +| [GetTextVerticalAlignment()](../shape/gettextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [GetTextVerticalOverflow()](../shape/gettextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [GetThreeDFormat()](../shape/getthreedformat/) | Gets and sets 3d format of the shape. | +| [GetTitle()](../shape/gettitle/) | Specifies the title (caption) of the current shape object. | +| [GetTop()](../shape/gettop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [GetTopCM()](../shape/gettopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [GetTopInch()](../shape/gettopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [GetTopInShape()](../shape/gettopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [GetTopToCorner()](../shape/gettoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [GetType()](../shape/gettype/) | Gets the auto shape type. | +| [GetUpperDeltaX()](../shape/getupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [GetUpperDeltaY()](../shape/getupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [GetUpperLeftColumn()](../shape/getupperleftcolumn/) | Represents upper left corner column index. | +| [GetUpperLeftRow()](../shape/getupperleftrow/) | Represents the top row index. | +| [GetWidth()](../shape/getwidth/) | Represents the width of shape, in unit of pixels. | +| [GetWidthCM()](../shape/getwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [GetWidthInch()](../shape/getwidthinch/) | Represents the width of the shape, in unit of inch. | +| [GetWidthInShape()](../shape/getwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [GetWidthPt()](../shape/getwidthpt/) | Represents the width of the shape, in unit of point. | +| [GetWidthScale()](../shape/getwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [GetWorksheet()](../shape/getworksheet/) | Gets the [Worksheet](../../aspose.cells/worksheet/) object which contains this shape. | +| [GetX()](../shape/getx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [GetY()](../shape/gety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [GetZOrderPosition()](../shape/getzorderposition/) | Returns the position of a shape in the z-order. | +| [IsAspectRatioLocked()](../shape/isaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [IsDecorative()](../shape/isdecorative/) | Indicates whether the object is decorative. | +| [IsEquation()](../shape/isequation/) | Indicates whether the shape only contains an equation. | +| [IsFilled()](../shape/isfilled/) | Indicates whether the fill format is visible. | +| [IsFlippedHorizontally()](../shape/isflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [IsFlippedVertically()](../shape/isflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [IsGroup()](../shape/isgroup/) | Indicates whether this shape is a group shape. | +| [IsHidden()](../shape/ishidden/) | Indicates whether the object is visible. | +| [IsInGroup()](../shape/isingroup/) | Indicates whether the shape is grouped. | +| [IsLockAspectRatio()](../shape/islockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [IsLocked()](../shape/islocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsPrintable()](../shape/isprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [IsRichText()](../shape/isrichtext/) | Whether or not the text is rich text. | +| [IsSameSetting(const Aspose::Cells::Object\& obj)](../shape/issamesetting/) | Returns whether the shape is same. | +| [IsSmartArt()](../shape/issmartart/) | Indicates whether the shape is a smart art. | +| [IsTextWrapped()](../shape/istextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [IsWordArt()](../shape/iswordart/) | Indicates whether this shape is a word art. | +| [MoveToRange(int32_t topRow, int32_t leftColumn, int32_t bottomRow, int32_t rightColumn)](../shape/movetorange/) | Moves the shape to a specified range. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const SlicerShape\& src)](./operator_asm/) | operator= | +| [operator=(const Shape\& src)](../shape/operator_asm/) | operator= | +| [RemoveActiveXControl()](../shape/removeactivexcontrol/) | Remove activeX control. | +| [RemoveHyperlink()](../shape/removehyperlink/) | Removes the hyperlink of the shape. | +| [SetAlternativeText(const U16String\& value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAlternativeText(const char16_t* value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAnchorType(ShapeAnchorType value)](../shape/setanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [SetAutoShapeType(AutoShapeType value)](../shape/setautoshapetype/) | Gets and sets the auto shape type. | +| [SetBottom(int32_t value)](../shape/setbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [SetCreateId(const UUID\& value)](../shape/setcreateid/) | Gets and sets create id for this shape. | +| [SetFont(const Aspose::Cells::Font\& value)](../shape/setfont/) | Represents the font of shape. | +| [SetHasLine(bool value)](../shape/sethasline/) | Gets and sets the line border of the shape is visible. | +| [SetHeight(int32_t value)](../shape/setheight/) | Represents the height of shape, in unit of pixel. | +| [SetHeightCM(double value)](../shape/setheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [SetHeightInch(double value)](../shape/setheightinch/) | Represents the height of the shape, in unit of inches. | +| [SetHeightInShape(int32_t value)](../shape/setheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [SetHeightPt(double value)](../shape/setheightpt/) | Represents the height of the shape, in unit of points. | +| [SetHeightScale(int32_t value)](../shape/setheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [SetHtmlText(const U16String\& value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetHtmlText(const char16_t* value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetInputRange(const U16String\& value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const char16_t* value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetInputRange(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetIsAspectRatioLocked(bool value)](../shape/setisaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [SetIsDecorative(bool value)](../shape/setisdecorative/) | Indicates whether the object is decorative. | +| [SetIsFilled(bool value)](../shape/setisfilled/) | Indicates whether the fill format is visible. | +| [SetIsFlippedHorizontally(bool value)](../shape/setisflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [SetIsFlippedVertically(bool value)](../shape/setisflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [SetIsHidden(bool value)](../shape/setishidden/) | Indicates whether the object is visible. | +| [SetIsLockAspectRatio(bool value)](../shape/setislockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [SetIsLocked(bool value)](../shape/setislocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [SetIsPrintable(bool value)](../shape/setisprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [SetIsTextWrapped(bool value)](../shape/setistextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [SetLeft(int32_t value)](../shape/setleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [SetLeftCM(double value)](../shape/setleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [SetLeftInch(double value)](../shape/setleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [SetLeftInShape(int32_t value)](../shape/setleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [SetLeftToCorner(int32_t value)](../shape/setlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [SetLinkedCell(const U16String\& value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const char16_t* value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLinkedCell(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLockedProperty(ShapeLockType type, bool value)](../shape/setlockedproperty/) | Set the locked property. | +| [SetLowerDeltaX(int32_t value)](../shape/setlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [SetLowerDeltaY(int32_t value)](../shape/setlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [SetLowerRightColumn(int32_t value)](../shape/setlowerrightcolumn/) | Represents lower right corner column index. | +| [SetLowerRightRow(int32_t value)](../shape/setlowerrightrow/) | Represents lower right corner row index. | +| [SetMacroName(const U16String\& value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetMacroName(const char16_t* value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetName(const U16String\& value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetName(const char16_t* value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetPlacement(PlacementType value)](../shape/setplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [SetRelativeToOriginalPictureSize(bool value)](../shape/setrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [SetRight(int32_t value)](../shape/setright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [SetRotationAngle(double value)](../shape/setrotationangle/) | Gets and sets the rotation of the shape. | +| [SetSoftEdges(double value)](../shape/setsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [SetText(const U16String\& value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetText(const char16_t* value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetTextDirection(TextDirectionType value)](../shape/settextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [SetTextHorizontalAlignment(TextAlignmentType value)](../shape/settexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [SetTextHorizontalOverflow(TextOverflowType value)](../shape/settexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [SetTextOptions(const TextOptions\& value)](../shape/settextoptions/) | Represents the text options of the shape. | +| [SetTextOrientationType(TextOrientationType value)](../shape/settextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [SetTextShapeType(AutoShapeType value)](../shape/settextshapetype/) | Gets and sets the preset text shape type. | +| [SetTextVerticalAlignment(TextAlignmentType value)](../shape/settextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [SetTextVerticalOverflow(TextOverflowType value)](../shape/settextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [SetTitle(const U16String\& value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTitle(const char16_t* value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTop(int32_t value)](../shape/settop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [SetTopCM(double value)](../shape/settopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [SetTopInch(double value)](../shape/settopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [SetTopInShape(int32_t value)](../shape/settopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [SetTopToCorner(int32_t value)](../shape/settoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [SetUpperDeltaX(int32_t value)](../shape/setupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [SetUpperDeltaY(int32_t value)](../shape/setupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [SetUpperLeftColumn(int32_t value)](../shape/setupperleftcolumn/) | Represents upper left corner column index. | +| [SetUpperLeftRow(int32_t value)](../shape/setupperleftrow/) | Represents the top row index. | +| [SetWidth(int32_t value)](../shape/setwidth/) | Represents the width of shape, in unit of pixels. | +| [SetWidthCM(double value)](../shape/setwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [SetWidthInch(double value)](../shape/setwidthinch/) | Represents the width of the shape, in unit of inch. | +| [SetWidthInShape(int32_t value)](../shape/setwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [SetWidthPt(double value)](../shape/setwidthpt/) | Represents the width of the shape, in unit of point. | +| [SetWidthScale(int32_t value)](../shape/setwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [SetX(int32_t value)](../shape/setx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [SetY(int32_t value)](../shape/sety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [SetZOrderPosition(int32_t value)](../shape/setzorderposition/) | Returns the position of a shape in the z-order. | +| [Shape(Shape_Impl* impl)](../shape/shape/) | Constructs from an implementation object. | +| [Shape(const Shape\& src)](../shape/shape/) | Copy constructor. | +| [SlicerShape(SlicerShape_Impl* impl)](./slicershape/) | Constructs from an implementation object. | +| [SlicerShape(const SlicerShape\& src)](./slicershape/) | Copy constructor. | +| [SlicerShape(const Shape\& src)](./slicershape/) | Constructs from a parent object. | +| [ToFrontOrBack(int32_t orders)](../shape/tofrontorback/) | Brings the shape to the front or sends the shape to back. | +| [ToImage(Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. | +| [ToImage(const U16String\& imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const char16_t* imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a stream. | +| [UpdateSelectedValue()](../shape/updateselectedvalue/) | Update the selected value by the value of the linked cell. | +| [~Shape()](../shape/~shape/) | Destructor. | +| [~SlicerShape()](./~slicershape/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [Shape](../shape/) +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/slicershape/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/slicershape/isnull/_index.md new file mode 100644 index 00000000000..f05af3b1d71 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/slicershape/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::SlicerShape::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SlicerShape::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/slicershape/isnull/ +--- +## SlicerShape::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::SlicerShape::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SlicerShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/slicershape/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/slicershape/operator_asm/_index.md new file mode 100644 index 00000000000..5f47ef16759 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/slicershape/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::SlicerShape::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SlicerShape::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/slicershape/operator_asm/ +--- +## SlicerShape::operator= method + + +operator= + +```cpp +SlicerShape & Aspose::Cells::Drawing::SlicerShape::operator=(const SlicerShape &src) +``` + +## See Also + +* Class [SlicerShape](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [SlicerShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/slicershape/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/slicershape/operator_bool/_index.md new file mode 100644 index 00000000000..cb2d97c5f36 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/slicershape/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::SlicerShape::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SlicerShape::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/slicershape/operator_bool/ +--- +## SlicerShape::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::SlicerShape::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [SlicerShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/slicershape/slicershape/_index.md b/spanish/cpp/aspose.cells.drawing/slicershape/slicershape/_index.md new file mode 100644 index 00000000000..ef0e6b2434a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/slicershape/slicershape/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::SlicerShape::SlicerShape constructor +linktitle: SlicerShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SlicerShape::SlicerShape constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/slicershape/slicershape/ +--- +## SlicerShape::SlicerShape(SlicerShape_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::SlicerShape::SlicerShape(SlicerShape_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SlicerShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## SlicerShape::SlicerShape(const SlicerShape\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::SlicerShape::SlicerShape(const SlicerShape &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SlicerShape](../) +* Class [SlicerShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## SlicerShape::SlicerShape(const Shape\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::SlicerShape::SlicerShape(const Shape &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../../shape/) +* Class [SlicerShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/slicershape/~slicershape/_index.md b/spanish/cpp/aspose.cells.drawing/slicershape/~slicershape/_index.md new file mode 100644 index 00000000000..a761add2d42 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/slicershape/~slicershape/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::SlicerShape::~SlicerShape method +linktitle: ~SlicerShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SlicerShape::~SlicerShape method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/slicershape/~slicershape/ +--- +## SlicerShape::~SlicerShape method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::SlicerShape::~SlicerShape() +``` + +## See Also + +* Class [SlicerShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/smartartshape/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/smartartshape/_impl/_index.md new file mode 100644 index 00000000000..bbf1c35e92a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/smartartshape/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::SmartArtShape::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SmartArtShape::_impl field. The implementation object in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/smartartshape/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +SmartArtShape_Impl* Aspose::Cells::Drawing::SmartArtShape::_impl +``` + +## See Also + +* Class [SmartArtShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/smartartshape/_index.md b/spanish/cpp/aspose.cells.drawing/smartartshape/_index.md new file mode 100644 index 00000000000..5d401be56d9 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/smartartshape/_index.md @@ -0,0 +1,276 @@ +--- +title: Aspose::Cells::Drawing::SmartArtShape class +linktitle: SmartArtShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SmartArtShape class. Represents the smart art in C++.' +type: docs +weight: 6400 +url: /es/cpp/aspose.cells.drawing/smartartshape/ +--- +## SmartArtShape class + + +Represents the smart art. + +```cpp +class SmartArtShape : public Aspose::Cells::Drawing::Shape +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddHyperlink(const U16String\& address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AddHyperlink(const char16_t* address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AlignTopRightCorner(int32_t topRow, int32_t rightColumn)](../shape/aligntoprightcorner/) | Moves the picture to the top-right corner. | +| [CalculateTextSize()](../shape/calculatetextsize/) | Recalculate the text area. | +| [Characters(int32_t startIndex, int32_t length)](../shape/characters/) | Returns a Characters object that represents a range of characters within the text. | +| [FitToTextSize()](../shape/fittotextsize/) | Recalculate a text area suitable for displaying all text content. | +| [FormatCharacters(int32_t startIndex, int32_t length, const Aspose::Cells::Font\& font, const StyleFlag\& flag)](../shape/formatcharacters/) | Formats some characters with the font setting. | +| [GetActiveXControl()](../shape/getactivexcontrol/) | Gets the ActiveX control. | +| [GetActualBox()](../shape/getactualbox/) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [GetActualLowerRightRow()](../shape/getactuallowerrightrow/) | Get the actual bottom row. | +| [GetAlternativeText()](../shape/getalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [GetAnchorType()](../shape/getanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [GetAutoShapeType()](../shape/getautoshapetype/) | Gets and sets the auto shape type. | +| [GetBottom()](../shape/getbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [GetConnectionPoints()](../shape/getconnectionpoints/) | Get the connection points. | +| [GetControlData()](../shape/getcontroldata/) | Gets the data of control. | +| [GetCreateId(UUID\& uuid)](../shape/getcreateid/) | Gets and sets create id for this shape. | +| [GetFill()](../shape/getfill/) | Returns a [FillFormat](../fillformat/) object that contains fill formatting properties for the specified shape. | +| [GetFont()](../shape/getfont/) | Represents the font of shape. | +| [GetFormatPicture()](../shape/getformatpicture/) | Gets and sets the options of the picture format. | +| [GetGeometry()](../shape/getgeometry/) | Gets the geometry. | +| [GetGlow()](../shape/getglow/) | Represents a [GlowEffect](../gloweffect/) object that specifies glow effect for the chart element or shape. | +| [GetGroup()](../shape/getgroup/) | Gets the group shape which contains this shape. | +| [GetHasLine()](../shape/gethasline/) | Gets and sets the line border of the shape is visible. | +| [GetHeight()](../shape/getheight/) | Represents the height of shape, in unit of pixel. | +| [GetHeightCM()](../shape/getheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [GetHeightInch()](../shape/getheightinch/) | Represents the height of the shape, in unit of inches. | +| [GetHeightInShape()](../shape/getheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [GetHeightPt()](../shape/getheightpt/) | Represents the height of the shape, in unit of points. | +| [GetHeightScale()](../shape/getheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [GetHtmlText()](../shape/gethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [GetHyperlink()](../shape/gethyperlink/) | Gets the hyperlink of the shape. | +| [GetId()](../shape/getid/) | Gets the identifier of this shape. | +| [GetInputRange()](../shape/getinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [GetInputRange(bool isR1C1, bool isLocal)](../shape/getinputrange/) | Gets the range used to fill the control. | +| [GetLeft()](../shape/getleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [GetLeftCM()](../shape/getleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [GetLeftInch()](../shape/getleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [GetLeftInShape()](../shape/getleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [GetLeftToCorner()](../shape/getlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [GetLine()](../shape/getline/) | Gets line style. | +| [GetLinkedCell()](../shape/getlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [GetLinkedCell(bool isR1C1, bool isLocal)](../shape/getlinkedcell/) | Gets the range linked to the control's value. | +| [GetLockedProperty(ShapeLockType type)](../shape/getlockedproperty/) | Gets the value of locked property. | +| [GetLowerDeltaX()](../shape/getlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [GetLowerDeltaY()](../shape/getlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [GetLowerRightColumn()](../shape/getlowerrightcolumn/) | Represents lower right corner column index. | +| [GetLowerRightRow()](../shape/getlowerrightrow/) | Represents lower right corner row index. | +| [GetMacroName()](../shape/getmacroname/) | Gets and sets the name of macro. | +| [GetMsoDrawingType()](../shape/getmsodrawingtype/) | Gets drawing type. | +| [GetName()](../shape/getname/) | Gets and sets the name of the shape. | +| [GetPaths()](../shape/getpaths/) | Gets the paths of a custom geometric shape. | +| [GetPlacement()](../shape/getplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [GetReflection()](../shape/getreflection/) | Represents a [ReflectionEffect](../reflectioneffect/) object that specifies reflection effect for the chart element or shape. | +| [GetRelativeToOriginalPictureSize()](../shape/getrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [GetResultOfSmartArt()](./getresultofsmartart/) | Converting smart art to grouped shapes. | +| [GetRichFormattings()](../shape/getrichformattings/) | Returns all Characters objects that represents a range of characters within the text . | +| [GetRight()](../shape/getright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [GetRotationAngle()](../shape/getrotationangle/) | Gets and sets the rotation of the shape. | +| [GetShadowEffect()](../shape/getshadoweffect/) | Represents a [Drawing.ShadowEffect](../shadoweffect/) object that specifies shadow effect for the chart element or shape. | +| [GetSoftEdges()](../shape/getsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [GetSpid()](../shape/getspid/) | Specifies an optional string identifier that an application can use to identify the particular shape. | +| [GetSpt()](../shape/getspt/) | Specifies an optional number that an application can use to associate the particular shape with a defined shape type. | +| [GetText()](../shape/gettext/) | Gets and sets the text of this shape. | +| [GetTextBody()](../shape/gettextbody/) | Gets and sets the setting of the shape's text. | +| [GetTextBoxOptions()](../shape/gettextboxoptions/) | Gets the text information in the shape. | +| [GetTextDirection()](../shape/gettextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [GetTextEffect()](../shape/gettexteffect/) | Returns a [TextEffectFormat](../texteffectformat/) object that contains text-effect formatting properties for the specified shape. Applies to [Shape](../shape/) objects that represent WordArt. | +| [GetTextHorizontalAlignment()](../shape/gettexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [GetTextHorizontalOverflow()](../shape/gettexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [GetTextOptions()](../shape/gettextoptions/) | Represents the text options of the shape. | +| [GetTextOrientationType()](../shape/gettextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [GetTextShapeType()](../shape/gettextshapetype/) | Gets and sets the preset text shape type. | +| [GetTextVerticalAlignment()](../shape/gettextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [GetTextVerticalOverflow()](../shape/gettextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [GetThreeDFormat()](../shape/getthreedformat/) | Gets and sets 3d format of the shape. | +| [GetTitle()](../shape/gettitle/) | Specifies the title (caption) of the current shape object. | +| [GetTop()](../shape/gettop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [GetTopCM()](../shape/gettopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [GetTopInch()](../shape/gettopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [GetTopInShape()](../shape/gettopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [GetTopToCorner()](../shape/gettoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [GetType()](../shape/gettype/) | Gets the auto shape type. | +| [GetUpperDeltaX()](../shape/getupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [GetUpperDeltaY()](../shape/getupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [GetUpperLeftColumn()](../shape/getupperleftcolumn/) | Represents upper left corner column index. | +| [GetUpperLeftRow()](../shape/getupperleftrow/) | Represents the top row index. | +| [GetWidth()](../shape/getwidth/) | Represents the width of shape, in unit of pixels. | +| [GetWidthCM()](../shape/getwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [GetWidthInch()](../shape/getwidthinch/) | Represents the width of the shape, in unit of inch. | +| [GetWidthInShape()](../shape/getwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [GetWidthPt()](../shape/getwidthpt/) | Represents the width of the shape, in unit of point. | +| [GetWidthScale()](../shape/getwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [GetWorksheet()](../shape/getworksheet/) | Gets the [Worksheet](../../aspose.cells/worksheet/) object which contains this shape. | +| [GetX()](../shape/getx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [GetY()](../shape/gety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [GetZOrderPosition()](../shape/getzorderposition/) | Returns the position of a shape in the z-order. | +| [IsAspectRatioLocked()](../shape/isaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [IsDecorative()](../shape/isdecorative/) | Indicates whether the object is decorative. | +| [IsEquation()](../shape/isequation/) | Indicates whether the shape only contains an equation. | +| [IsFilled()](../shape/isfilled/) | Indicates whether the fill format is visible. | +| [IsFlippedHorizontally()](../shape/isflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [IsFlippedVertically()](../shape/isflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [IsGroup()](../shape/isgroup/) | Indicates whether this shape is a group shape. | +| [IsHidden()](../shape/ishidden/) | Indicates whether the object is visible. | +| [IsInGroup()](../shape/isingroup/) | Indicates whether the shape is grouped. | +| [IsLockAspectRatio()](../shape/islockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [IsLocked()](../shape/islocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsPrintable()](../shape/isprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [IsRichText()](../shape/isrichtext/) | Whether or not the text is rich text. | +| [IsSameSetting(const Aspose::Cells::Object\& obj)](../shape/issamesetting/) | Returns whether the shape is same. | +| [IsSmartArt()](../shape/issmartart/) | Indicates whether the shape is a smart art. | +| [IsTextWrapped()](../shape/istextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [IsWordArt()](../shape/iswordart/) | Indicates whether this shape is a word art. | +| [MoveToRange(int32_t topRow, int32_t leftColumn, int32_t bottomRow, int32_t rightColumn)](../shape/movetorange/) | Moves the shape to a specified range. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const SmartArtShape\& src)](./operator_asm/) | operator= | +| [operator=(const Shape\& src)](../shape/operator_asm/) | operator= | +| [RemoveActiveXControl()](../shape/removeactivexcontrol/) | Remove activeX control. | +| [RemoveHyperlink()](../shape/removehyperlink/) | Removes the hyperlink of the shape. | +| [SetAlternativeText(const U16String\& value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAlternativeText(const char16_t* value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAnchorType(ShapeAnchorType value)](../shape/setanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [SetAutoShapeType(AutoShapeType value)](../shape/setautoshapetype/) | Gets and sets the auto shape type. | +| [SetBottom(int32_t value)](../shape/setbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [SetCreateId(const UUID\& value)](../shape/setcreateid/) | Gets and sets create id for this shape. | +| [SetFont(const Aspose::Cells::Font\& value)](../shape/setfont/) | Represents the font of shape. | +| [SetHasLine(bool value)](../shape/sethasline/) | Gets and sets the line border of the shape is visible. | +| [SetHeight(int32_t value)](../shape/setheight/) | Represents the height of shape, in unit of pixel. | +| [SetHeightCM(double value)](../shape/setheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [SetHeightInch(double value)](../shape/setheightinch/) | Represents the height of the shape, in unit of inches. | +| [SetHeightInShape(int32_t value)](../shape/setheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [SetHeightPt(double value)](../shape/setheightpt/) | Represents the height of the shape, in unit of points. | +| [SetHeightScale(int32_t value)](../shape/setheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [SetHtmlText(const U16String\& value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetHtmlText(const char16_t* value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetInputRange(const U16String\& value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const char16_t* value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetInputRange(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetIsAspectRatioLocked(bool value)](../shape/setisaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [SetIsDecorative(bool value)](../shape/setisdecorative/) | Indicates whether the object is decorative. | +| [SetIsFilled(bool value)](../shape/setisfilled/) | Indicates whether the fill format is visible. | +| [SetIsFlippedHorizontally(bool value)](../shape/setisflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [SetIsFlippedVertically(bool value)](../shape/setisflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [SetIsHidden(bool value)](../shape/setishidden/) | Indicates whether the object is visible. | +| [SetIsLockAspectRatio(bool value)](../shape/setislockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [SetIsLocked(bool value)](../shape/setislocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [SetIsPrintable(bool value)](../shape/setisprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [SetIsTextWrapped(bool value)](../shape/setistextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [SetLeft(int32_t value)](../shape/setleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [SetLeftCM(double value)](../shape/setleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [SetLeftInch(double value)](../shape/setleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [SetLeftInShape(int32_t value)](../shape/setleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [SetLeftToCorner(int32_t value)](../shape/setlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [SetLinkedCell(const U16String\& value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const char16_t* value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLinkedCell(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLockedProperty(ShapeLockType type, bool value)](../shape/setlockedproperty/) | Set the locked property. | +| [SetLowerDeltaX(int32_t value)](../shape/setlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [SetLowerDeltaY(int32_t value)](../shape/setlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [SetLowerRightColumn(int32_t value)](../shape/setlowerrightcolumn/) | Represents lower right corner column index. | +| [SetLowerRightRow(int32_t value)](../shape/setlowerrightrow/) | Represents lower right corner row index. | +| [SetMacroName(const U16String\& value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetMacroName(const char16_t* value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetName(const U16String\& value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetName(const char16_t* value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetPlacement(PlacementType value)](../shape/setplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [SetRelativeToOriginalPictureSize(bool value)](../shape/setrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [SetRight(int32_t value)](../shape/setright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [SetRotationAngle(double value)](../shape/setrotationangle/) | Gets and sets the rotation of the shape. | +| [SetSoftEdges(double value)](../shape/setsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [SetText(const U16String\& value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetText(const char16_t* value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetTextDirection(TextDirectionType value)](../shape/settextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [SetTextHorizontalAlignment(TextAlignmentType value)](../shape/settexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [SetTextHorizontalOverflow(TextOverflowType value)](../shape/settexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [SetTextOptions(const TextOptions\& value)](../shape/settextoptions/) | Represents the text options of the shape. | +| [SetTextOrientationType(TextOrientationType value)](../shape/settextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [SetTextShapeType(AutoShapeType value)](../shape/settextshapetype/) | Gets and sets the preset text shape type. | +| [SetTextVerticalAlignment(TextAlignmentType value)](../shape/settextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [SetTextVerticalOverflow(TextOverflowType value)](../shape/settextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [SetTitle(const U16String\& value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTitle(const char16_t* value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTop(int32_t value)](../shape/settop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [SetTopCM(double value)](../shape/settopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [SetTopInch(double value)](../shape/settopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [SetTopInShape(int32_t value)](../shape/settopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [SetTopToCorner(int32_t value)](../shape/settoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [SetUpperDeltaX(int32_t value)](../shape/setupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [SetUpperDeltaY(int32_t value)](../shape/setupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [SetUpperLeftColumn(int32_t value)](../shape/setupperleftcolumn/) | Represents upper left corner column index. | +| [SetUpperLeftRow(int32_t value)](../shape/setupperleftrow/) | Represents the top row index. | +| [SetWidth(int32_t value)](../shape/setwidth/) | Represents the width of shape, in unit of pixels. | +| [SetWidthCM(double value)](../shape/setwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [SetWidthInch(double value)](../shape/setwidthinch/) | Represents the width of the shape, in unit of inch. | +| [SetWidthInShape(int32_t value)](../shape/setwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [SetWidthPt(double value)](../shape/setwidthpt/) | Represents the width of the shape, in unit of point. | +| [SetWidthScale(int32_t value)](../shape/setwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [SetX(int32_t value)](../shape/setx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [SetY(int32_t value)](../shape/sety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [SetZOrderPosition(int32_t value)](../shape/setzorderposition/) | Returns the position of a shape in the z-order. | +| [Shape(Shape_Impl* impl)](../shape/shape/) | Constructs from an implementation object. | +| [Shape(const Shape\& src)](../shape/shape/) | Copy constructor. | +| [SmartArtShape(SmartArtShape_Impl* impl)](./smartartshape/) | Constructs from an implementation object. | +| [SmartArtShape(const SmartArtShape\& src)](./smartartshape/) | Copy constructor. | +| [SmartArtShape(const Shape\& src)](./smartartshape/) | Constructs from a parent object. | +| [ToFrontOrBack(int32_t orders)](../shape/tofrontorback/) | Brings the shape to the front or sends the shape to back. | +| [ToImage(Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. | +| [ToImage(const U16String\& imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const char16_t* imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a stream. | +| [UpdateSelectedValue()](../shape/updateselectedvalue/) | Update the selected value by the value of the linked cell. | +| [~Shape()](../shape/~shape/) | Destructor. | +| [~SmartArtShape()](./~smartartshape/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Inicializar un nuevo libro de trabajo. +Workbook book(u"YourFile.xlsx"); + +//Obtiene una forma SmartArt. +ShapeCollection shapes = book.GetWorksheets().Get(0).GetShapes(); +for(int i = 0; i < shapes.GetCount(); ++i) +{ + Shape s = shapes.Get(i); + if (s.GetMsoDrawingType() == MsoDrawingType::SmartArt) + { + //es una forma SmartArt + //haz lo que quieras + break; + } +} + +//Guarde el archivo de Excel. +book.Save(u"exmaple.xlsx"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Shape](../shape/) +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/smartartshape/getresultofsmartart/_index.md b/spanish/cpp/aspose.cells.drawing/smartartshape/getresultofsmartart/_index.md new file mode 100644 index 00000000000..d95899b6841 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/smartartshape/getresultofsmartart/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Drawing::SmartArtShape::GetResultOfSmartArt method +linktitle: GetResultOfSmartArt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SmartArtShape::GetResultOfSmartArt method. Converting smart art to grouped shapes in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/smartartshape/getresultofsmartart/ +--- +## SmartArtShape::GetResultOfSmartArt method + + +Converting smart art to grouped shapes. + +```cpp +GroupShape Aspose::Cells::Drawing::SmartArtShape::GetResultOfSmartArt() +``` + + +## Examples + + +```cpp +GroupShape groupShape = shape.GetResultOfSmartArt(); +if (!groupShape.IsNull()) +{ + //haz lo que quieras +} +``` + +## See Also + +* Class [GroupShape](../../groupshape/) +* Class [SmartArtShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/smartartshape/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/smartartshape/isnull/_index.md new file mode 100644 index 00000000000..66665bdcc3b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/smartartshape/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::SmartArtShape::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SmartArtShape::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/smartartshape/isnull/ +--- +## SmartArtShape::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::SmartArtShape::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SmartArtShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/smartartshape/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/smartartshape/operator_asm/_index.md new file mode 100644 index 00000000000..905793c046f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/smartartshape/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::SmartArtShape::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SmartArtShape::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/smartartshape/operator_asm/ +--- +## SmartArtShape::operator= method + + +operator= + +```cpp +SmartArtShape & Aspose::Cells::Drawing::SmartArtShape::operator=(const SmartArtShape &src) +``` + +## See Also + +* Class [SmartArtShape](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [SmartArtShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/smartartshape/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/smartartshape/operator_bool/_index.md new file mode 100644 index 00000000000..6a55b4eada6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/smartartshape/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::SmartArtShape::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SmartArtShape::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/smartartshape/operator_bool/ +--- +## SmartArtShape::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::SmartArtShape::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [SmartArtShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/smartartshape/smartartshape/_index.md b/spanish/cpp/aspose.cells.drawing/smartartshape/smartartshape/_index.md new file mode 100644 index 00000000000..0bf53b12f9f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/smartartshape/smartartshape/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::SmartArtShape::SmartArtShape constructor +linktitle: SmartArtShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SmartArtShape::SmartArtShape constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/smartartshape/smartartshape/ +--- +## SmartArtShape::SmartArtShape(SmartArtShape_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::SmartArtShape::SmartArtShape(SmartArtShape_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SmartArtShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## SmartArtShape::SmartArtShape(const SmartArtShape\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::SmartArtShape::SmartArtShape(const SmartArtShape &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SmartArtShape](../) +* Class [SmartArtShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## SmartArtShape::SmartArtShape(const Shape\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::SmartArtShape::SmartArtShape(const Shape &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../../shape/) +* Class [SmartArtShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/smartartshape/~smartartshape/_index.md b/spanish/cpp/aspose.cells.drawing/smartartshape/~smartartshape/_index.md new file mode 100644 index 00000000000..98febc4609f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/smartartshape/~smartartshape/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::SmartArtShape::~SmartArtShape method +linktitle: ~SmartArtShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SmartArtShape::~SmartArtShape method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/smartartshape/~smartartshape/ +--- +## SmartArtShape::~SmartArtShape method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::SmartArtShape::~SmartArtShape() +``` + +## See Also + +* Class [SmartArtShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/solidfill/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/solidfill/_impl/_index.md new file mode 100644 index 00000000000..8c00a80e7d0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/solidfill/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::SolidFill::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SolidFill::_impl field. The implementation object in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing/solidfill/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +SolidFill_Impl* Aspose::Cells::Drawing::SolidFill::_impl +``` + +## See Also + +* Class [SolidFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/solidfill/_index.md b/spanish/cpp/aspose.cells.drawing/solidfill/_index.md new file mode 100644 index 00000000000..6774c7ba23a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/solidfill/_index.md @@ -0,0 +1,45 @@ +--- +title: Aspose::Cells::Drawing::SolidFill class +linktitle: SolidFill +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SolidFill class. Encapsulates the object that represents solid fill format in C++.' +type: docs +weight: 6500 +url: /es/cpp/aspose.cells.drawing/solidfill/ +--- +## SolidFill class + + +Encapsulates the object that represents solid fill format. + +```cpp +class SolidFill +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Equals(const Aspose::Cells::Object\& obj)](./equals/) | | +| [GetCellsColor()](./getcellscolor/) | Gets and sets the [CellsColor](../../aspose.cells/cellscolor/) object. | +| [GetColor()](./getcolor/) | Gets or sets the [Color](../../aspose.cells/color/). | +| [GetHashCode()](./gethashcode/) | Gets the hash code. | +| [GetTransparency()](./gettransparency/) | Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const SolidFill\& src)](./operator_asm/) | operator= | +| [SetCellsColor(const CellsColor\& value)](./setcellscolor/) | Gets and sets the [CellsColor](../../aspose.cells/cellscolor/) object. | +| [SetColor(const Aspose::Cells::Color\& value)](./setcolor/) | Gets or sets the [Color](../../aspose.cells/color/). | +| [SetTransparency(double value)](./settransparency/) | Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). | +| [SolidFill(SolidFill_Impl* impl)](./solidfill/) | Constructs from an implementation object. | +| [SolidFill(const SolidFill\& src)](./solidfill/) | Copy constructor. | +| [~SolidFill()](./~solidfill/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/solidfill/equals/_index.md b/spanish/cpp/aspose.cells.drawing/solidfill/equals/_index.md new file mode 100644 index 00000000000..54ad64c9141 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/solidfill/equals/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::SolidFill::Equals method +linktitle: Equals +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Equals method of Aspose::Cells::Drawing::SolidFill class in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing/solidfill/equals/ +--- +## SolidFill::Equals method + + + + +```cpp +bool Aspose::Cells::Drawing::SolidFill::Equals(const Aspose::Cells::Object &obj) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| obj | const Aspose::Cells::Object\& | | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Object](../../../aspose.cells/object/) +* Class [SolidFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/solidfill/getcellscolor/_index.md b/spanish/cpp/aspose.cells.drawing/solidfill/getcellscolor/_index.md new file mode 100644 index 00000000000..723ac08f6cd --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/solidfill/getcellscolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::SolidFill::GetCellsColor method +linktitle: GetCellsColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SolidFill::GetCellsColor method. Gets and sets the CellsColor object in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/solidfill/getcellscolor/ +--- +## SolidFill::GetCellsColor method + + +Gets and sets the [CellsColor](../../../aspose.cells/cellscolor/) object. + +```cpp +CellsColor Aspose::Cells::Drawing::SolidFill::GetCellsColor() +``` + +## See Also + +* Class [CellsColor](../../../aspose.cells/cellscolor/) +* Class [SolidFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/solidfill/getcolor/_index.md b/spanish/cpp/aspose.cells.drawing/solidfill/getcolor/_index.md new file mode 100644 index 00000000000..2b6581854d5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/solidfill/getcolor/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::SolidFill::GetColor method +linktitle: GetColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SolidFill::GetColor method. Gets or sets the Color in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/solidfill/getcolor/ +--- +## SolidFill::GetColor method + + +Gets or sets the [Color](../../../aspose.cells/color/). + +```cpp +Aspose::Cells::Color Aspose::Cells::Drawing::SolidFill::GetColor() +``` + +## See Also + +* Class [SolidFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/solidfill/gethashcode/_index.md b/spanish/cpp/aspose.cells.drawing/solidfill/gethashcode/_index.md new file mode 100644 index 00000000000..1e8bb78b219 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/solidfill/gethashcode/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::SolidFill::GetHashCode method +linktitle: GetHashCode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SolidFill::GetHashCode method. Gets the hash code in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing/solidfill/gethashcode/ +--- +## SolidFill::GetHashCode method + + +Gets the hash code. + +```cpp +int32_t Aspose::Cells::Drawing::SolidFill::GetHashCode() +``` + + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SolidFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/solidfill/gettransparency/_index.md b/spanish/cpp/aspose.cells.drawing/solidfill/gettransparency/_index.md new file mode 100644 index 00000000000..745723a1cec --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/solidfill/gettransparency/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::SolidFill::GetTransparency method +linktitle: GetTransparency +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SolidFill::GetTransparency method. Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear) in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing/solidfill/gettransparency/ +--- +## SolidFill::GetTransparency method + + +Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). + +```cpp +double Aspose::Cells::Drawing::SolidFill::GetTransparency() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SolidFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/solidfill/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/solidfill/isnull/_index.md new file mode 100644 index 00000000000..d7a0142918e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/solidfill/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::SolidFill::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SolidFill::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/solidfill/isnull/ +--- +## SolidFill::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::SolidFill::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SolidFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/solidfill/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/solidfill/operator_asm/_index.md new file mode 100644 index 00000000000..afa16961e6e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/solidfill/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::SolidFill::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SolidFill::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/solidfill/operator_asm/ +--- +## SolidFill::operator= method + + +operator= + +```cpp +SolidFill & Aspose::Cells::Drawing::SolidFill::operator=(const SolidFill &src) +``` + +## See Also + +* Class [SolidFill](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [SolidFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/solidfill/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/solidfill/operator_bool/_index.md new file mode 100644 index 00000000000..abd66254419 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/solidfill/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::SolidFill::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SolidFill::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/solidfill/operator_bool/ +--- +## SolidFill::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::SolidFill::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [SolidFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/solidfill/setcellscolor/_index.md b/spanish/cpp/aspose.cells.drawing/solidfill/setcellscolor/_index.md new file mode 100644 index 00000000000..2d96c5e9cc0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/solidfill/setcellscolor/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::SolidFill::SetCellsColor method +linktitle: SetCellsColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SolidFill::SetCellsColor method. Gets and sets the CellsColor object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing/solidfill/setcellscolor/ +--- +## SolidFill::SetCellsColor method + + +Gets and sets the [CellsColor](../../../aspose.cells/cellscolor/) object. + +```cpp +void Aspose::Cells::Drawing::SolidFill::SetCellsColor(const CellsColor &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CellsColor](../../../aspose.cells/cellscolor/) +* Class [SolidFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/solidfill/setcolor/_index.md b/spanish/cpp/aspose.cells.drawing/solidfill/setcolor/_index.md new file mode 100644 index 00000000000..d05d9d2b6e6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/solidfill/setcolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::SolidFill::SetColor method +linktitle: SetColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SolidFill::SetColor method. Gets or sets the Color in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/solidfill/setcolor/ +--- +## SolidFill::SetColor method + + +Gets or sets the [Color](../../../aspose.cells/color/). + +```cpp +void Aspose::Cells::Drawing::SolidFill::SetColor(const Aspose::Cells::Color &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SolidFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/solidfill/settransparency/_index.md b/spanish/cpp/aspose.cells.drawing/solidfill/settransparency/_index.md new file mode 100644 index 00000000000..329bc2d534d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/solidfill/settransparency/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::SolidFill::SetTransparency method +linktitle: SetTransparency +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SolidFill::SetTransparency method. Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear) in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing/solidfill/settransparency/ +--- +## SolidFill::SetTransparency method + + +Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). + +```cpp +void Aspose::Cells::Drawing::SolidFill::SetTransparency(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SolidFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/solidfill/solidfill/_index.md b/spanish/cpp/aspose.cells.drawing/solidfill/solidfill/_index.md new file mode 100644 index 00000000000..572ccc24e8e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/solidfill/solidfill/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::SolidFill::SolidFill constructor +linktitle: SolidFill +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SolidFill::SolidFill constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/solidfill/solidfill/ +--- +## SolidFill::SolidFill(SolidFill_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::SolidFill::SolidFill(SolidFill_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SolidFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## SolidFill::SolidFill(const SolidFill\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::SolidFill::SolidFill(const SolidFill &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SolidFill](../) +* Class [SolidFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/solidfill/~solidfill/_index.md b/spanish/cpp/aspose.cells.drawing/solidfill/~solidfill/_index.md new file mode 100644 index 00000000000..62a0f08ede2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/solidfill/~solidfill/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::SolidFill::~SolidFill method +linktitle: ~SolidFill +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::SolidFill::~SolidFill method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/solidfill/~solidfill/ +--- +## SolidFill::~SolidFill method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::SolidFill::~SolidFill() +``` + +## See Also + +* Class [SolidFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/spinner/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/spinner/_impl/_index.md new file mode 100644 index 00000000000..5ad2a3acd8c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/spinner/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Spinner::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Spinner::_impl field. The implementation object in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.drawing/spinner/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +Spinner_Impl* Aspose::Cells::Drawing::Spinner::_impl +``` + +## See Also + +* Class [Spinner](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/spinner/_index.md b/spanish/cpp/aspose.cells.drawing/spinner/_index.md new file mode 100644 index 00000000000..5102459acd2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/spinner/_index.md @@ -0,0 +1,265 @@ +--- +title: Aspose::Cells::Drawing::Spinner class +linktitle: Spinner +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Spinner class. Represents the Forms control: Spinner in C++.' +type: docs +weight: 6600 +url: /es/cpp/aspose.cells.drawing/spinner/ +--- +## Spinner class + + +Represents the Forms control: [Spinner](./). + +```cpp +class Spinner : public Aspose::Cells::Drawing::Shape +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddHyperlink(const U16String\& address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AddHyperlink(const char16_t* address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AlignTopRightCorner(int32_t topRow, int32_t rightColumn)](../shape/aligntoprightcorner/) | Moves the picture to the top-right corner. | +| [CalculateTextSize()](../shape/calculatetextsize/) | Recalculate the text area. | +| [Characters(int32_t startIndex, int32_t length)](../shape/characters/) | Returns a Characters object that represents a range of characters within the text. | +| [FitToTextSize()](../shape/fittotextsize/) | Recalculate a text area suitable for displaying all text content. | +| [FormatCharacters(int32_t startIndex, int32_t length, const Aspose::Cells::Font\& font, const StyleFlag\& flag)](../shape/formatcharacters/) | Formats some characters with the font setting. | +| [GetActiveXControl()](../shape/getactivexcontrol/) | Gets the ActiveX control. | +| [GetActualBox()](../shape/getactualbox/) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [GetActualLowerRightRow()](../shape/getactuallowerrightrow/) | Get the actual bottom row. | +| [GetAlternativeText()](../shape/getalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [GetAnchorType()](../shape/getanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [GetAutoShapeType()](../shape/getautoshapetype/) | Gets and sets the auto shape type. | +| [GetBottom()](../shape/getbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [GetConnectionPoints()](../shape/getconnectionpoints/) | Get the connection points. | +| [GetControlData()](../shape/getcontroldata/) | Gets the data of control. | +| [GetCreateId(UUID\& uuid)](../shape/getcreateid/) | Gets and sets create id for this shape. | +| [GetCurrentValue()](./getcurrentvalue/) | Gets or sets the current value. | +| [GetFill()](../shape/getfill/) | Returns a [FillFormat](../fillformat/) object that contains fill formatting properties for the specified shape. | +| [GetFont()](../shape/getfont/) | Represents the font of shape. | +| [GetFormatPicture()](../shape/getformatpicture/) | Gets and sets the options of the picture format. | +| [GetGeometry()](../shape/getgeometry/) | Gets the geometry. | +| [GetGlow()](../shape/getglow/) | Represents a [GlowEffect](../gloweffect/) object that specifies glow effect for the chart element or shape. | +| [GetGroup()](../shape/getgroup/) | Gets the group shape which contains this shape. | +| [GetHasLine()](../shape/gethasline/) | Gets and sets the line border of the shape is visible. | +| [GetHeight()](../shape/getheight/) | Represents the height of shape, in unit of pixel. | +| [GetHeightCM()](../shape/getheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [GetHeightInch()](../shape/getheightinch/) | Represents the height of the shape, in unit of inches. | +| [GetHeightInShape()](../shape/getheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [GetHeightPt()](../shape/getheightpt/) | Represents the height of the shape, in unit of points. | +| [GetHeightScale()](../shape/getheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [GetHtmlText()](../shape/gethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [GetHyperlink()](../shape/gethyperlink/) | Gets the hyperlink of the shape. | +| [GetId()](../shape/getid/) | Gets the identifier of this shape. | +| [GetIncrementalChange()](./getincrementalchange/) | Gets or sets the amount that the scroll bar or spinner is incremented a line scroll. | +| [GetInputRange()](../shape/getinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [GetInputRange(bool isR1C1, bool isLocal)](../shape/getinputrange/) | Gets the range used to fill the control. | +| [GetLeft()](../shape/getleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [GetLeftCM()](../shape/getleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [GetLeftInch()](../shape/getleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [GetLeftInShape()](../shape/getleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [GetLeftToCorner()](../shape/getlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [GetLine()](../shape/getline/) | Gets line style. | +| [GetLinkedCell()](../shape/getlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [GetLinkedCell(bool isR1C1, bool isLocal)](../shape/getlinkedcell/) | Gets the range linked to the control's value. | +| [GetLockedProperty(ShapeLockType type)](../shape/getlockedproperty/) | Gets the value of locked property. | +| [GetLowerDeltaX()](../shape/getlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [GetLowerDeltaY()](../shape/getlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [GetLowerRightColumn()](../shape/getlowerrightcolumn/) | Represents lower right corner column index. | +| [GetLowerRightRow()](../shape/getlowerrightrow/) | Represents lower right corner row index. | +| [GetMacroName()](../shape/getmacroname/) | Gets and sets the name of macro. | +| [GetMax()](./getmax/) | Gets or sets the maximum value of a scroll bar or spinner range. | +| [GetMin()](./getmin/) | Gets or sets the minimum value of a scroll bar or spinner range. | +| [GetMsoDrawingType()](../shape/getmsodrawingtype/) | Gets drawing type. | +| [GetName()](../shape/getname/) | Gets and sets the name of the shape. | +| [GetPaths()](../shape/getpaths/) | Gets the paths of a custom geometric shape. | +| [GetPlacement()](../shape/getplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [GetReflection()](../shape/getreflection/) | Represents a [ReflectionEffect](../reflectioneffect/) object that specifies reflection effect for the chart element or shape. | +| [GetRelativeToOriginalPictureSize()](../shape/getrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [GetResultOfSmartArt()](../shape/getresultofsmartart/) | Converting smart art to grouped shapes. | +| [GetRichFormattings()](../shape/getrichformattings/) | Returns all Characters objects that represents a range of characters within the text . | +| [GetRight()](../shape/getright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [GetRotationAngle()](../shape/getrotationangle/) | Gets and sets the rotation of the shape. | +| [GetShadow()](./getshadow/) | Indicates whether the shape has 3-D shading. | +| [GetShadowEffect()](../shape/getshadoweffect/) | Represents a [Drawing.ShadowEffect](../shadoweffect/) object that specifies shadow effect for the chart element or shape. | +| [GetSoftEdges()](../shape/getsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [GetSpid()](../shape/getspid/) | Specifies an optional string identifier that an application can use to identify the particular shape. | +| [GetSpt()](../shape/getspt/) | Specifies an optional number that an application can use to associate the particular shape with a defined shape type. | +| [GetText()](../shape/gettext/) | Gets and sets the text of this shape. | +| [GetTextBody()](../shape/gettextbody/) | Gets and sets the setting of the shape's text. | +| [GetTextBoxOptions()](../shape/gettextboxoptions/) | Gets the text information in the shape. | +| [GetTextDirection()](../shape/gettextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [GetTextEffect()](../shape/gettexteffect/) | Returns a [TextEffectFormat](../texteffectformat/) object that contains text-effect formatting properties for the specified shape. Applies to [Shape](../shape/) objects that represent WordArt. | +| [GetTextHorizontalAlignment()](../shape/gettexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [GetTextHorizontalOverflow()](../shape/gettexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [GetTextOptions()](../shape/gettextoptions/) | Represents the text options of the shape. | +| [GetTextOrientationType()](../shape/gettextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [GetTextShapeType()](../shape/gettextshapetype/) | Gets and sets the preset text shape type. | +| [GetTextVerticalAlignment()](../shape/gettextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [GetTextVerticalOverflow()](../shape/gettextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [GetThreeDFormat()](../shape/getthreedformat/) | Gets and sets 3d format of the shape. | +| [GetTitle()](../shape/gettitle/) | Specifies the title (caption) of the current shape object. | +| [GetTop()](../shape/gettop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [GetTopCM()](../shape/gettopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [GetTopInch()](../shape/gettopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [GetTopInShape()](../shape/gettopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [GetTopToCorner()](../shape/gettoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [GetType()](../shape/gettype/) | Gets the auto shape type. | +| [GetUpperDeltaX()](../shape/getupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [GetUpperDeltaY()](../shape/getupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [GetUpperLeftColumn()](../shape/getupperleftcolumn/) | Represents upper left corner column index. | +| [GetUpperLeftRow()](../shape/getupperleftrow/) | Represents the top row index. | +| [GetWidth()](../shape/getwidth/) | Represents the width of shape, in unit of pixels. | +| [GetWidthCM()](../shape/getwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [GetWidthInch()](../shape/getwidthinch/) | Represents the width of the shape, in unit of inch. | +| [GetWidthInShape()](../shape/getwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [GetWidthPt()](../shape/getwidthpt/) | Represents the width of the shape, in unit of point. | +| [GetWidthScale()](../shape/getwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [GetWorksheet()](../shape/getworksheet/) | Gets the [Worksheet](../../aspose.cells/worksheet/) object which contains this shape. | +| [GetX()](../shape/getx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [GetY()](../shape/gety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [GetZOrderPosition()](../shape/getzorderposition/) | Returns the position of a shape in the z-order. | +| [IsAspectRatioLocked()](../shape/isaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [IsDecorative()](../shape/isdecorative/) | Indicates whether the object is decorative. | +| [IsEquation()](../shape/isequation/) | Indicates whether the shape only contains an equation. | +| [IsFilled()](../shape/isfilled/) | Indicates whether the fill format is visible. | +| [IsFlippedHorizontally()](../shape/isflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [IsFlippedVertically()](../shape/isflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [IsGroup()](../shape/isgroup/) | Indicates whether this shape is a group shape. | +| [IsHidden()](../shape/ishidden/) | Indicates whether the object is visible. | +| [IsHorizontal()](./ishorizontal/) | Indicates whether this is a horizontal scroll bar. | +| [IsInGroup()](../shape/isingroup/) | Indicates whether the shape is grouped. | +| [IsLockAspectRatio()](../shape/islockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [IsLocked()](../shape/islocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsPrintable()](../shape/isprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [IsRichText()](../shape/isrichtext/) | Whether or not the text is rich text. | +| [IsSameSetting(const Aspose::Cells::Object\& obj)](../shape/issamesetting/) | Returns whether the shape is same. | +| [IsSmartArt()](../shape/issmartart/) | Indicates whether the shape is a smart art. | +| [IsTextWrapped()](../shape/istextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [IsWordArt()](../shape/iswordart/) | Indicates whether this shape is a word art. | +| [MoveToRange(int32_t topRow, int32_t leftColumn, int32_t bottomRow, int32_t rightColumn)](../shape/movetorange/) | Moves the shape to a specified range. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const Spinner\& src)](./operator_asm/) | operator= | +| [operator=(const Shape\& src)](../shape/operator_asm/) | operator= | +| [RemoveActiveXControl()](../shape/removeactivexcontrol/) | Remove activeX control. | +| [RemoveHyperlink()](../shape/removehyperlink/) | Removes the hyperlink of the shape. | +| [SetAlternativeText(const U16String\& value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAlternativeText(const char16_t* value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAnchorType(ShapeAnchorType value)](../shape/setanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [SetAutoShapeType(AutoShapeType value)](../shape/setautoshapetype/) | Gets and sets the auto shape type. | +| [SetBottom(int32_t value)](../shape/setbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [SetCreateId(const UUID\& value)](../shape/setcreateid/) | Gets and sets create id for this shape. | +| [SetCurrentValue(int32_t value)](./setcurrentvalue/) | Gets or sets the current value. | +| [SetFont(const Aspose::Cells::Font\& value)](../shape/setfont/) | Represents the font of shape. | +| [SetHasLine(bool value)](../shape/sethasline/) | Gets and sets the line border of the shape is visible. | +| [SetHeight(int32_t value)](../shape/setheight/) | Represents the height of shape, in unit of pixel. | +| [SetHeightCM(double value)](../shape/setheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [SetHeightInch(double value)](../shape/setheightinch/) | Represents the height of the shape, in unit of inches. | +| [SetHeightInShape(int32_t value)](../shape/setheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [SetHeightPt(double value)](../shape/setheightpt/) | Represents the height of the shape, in unit of points. | +| [SetHeightScale(int32_t value)](../shape/setheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [SetHtmlText(const U16String\& value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetHtmlText(const char16_t* value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetIncrementalChange(int32_t value)](./setincrementalchange/) | Gets or sets the amount that the scroll bar or spinner is incremented a line scroll. | +| [SetInputRange(const U16String\& value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const char16_t* value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetInputRange(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetIsAspectRatioLocked(bool value)](../shape/setisaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [SetIsDecorative(bool value)](../shape/setisdecorative/) | Indicates whether the object is decorative. | +| [SetIsFilled(bool value)](../shape/setisfilled/) | Indicates whether the fill format is visible. | +| [SetIsFlippedHorizontally(bool value)](../shape/setisflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [SetIsFlippedVertically(bool value)](../shape/setisflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [SetIsHidden(bool value)](../shape/setishidden/) | Indicates whether the object is visible. | +| [SetIsHorizontal(bool value)](./setishorizontal/) | Indicates whether this is a horizontal scroll bar. | +| [SetIsLockAspectRatio(bool value)](../shape/setislockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [SetIsLocked(bool value)](../shape/setislocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [SetIsPrintable(bool value)](../shape/setisprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [SetIsTextWrapped(bool value)](../shape/setistextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [SetLeft(int32_t value)](../shape/setleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [SetLeftCM(double value)](../shape/setleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [SetLeftInch(double value)](../shape/setleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [SetLeftInShape(int32_t value)](../shape/setleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [SetLeftToCorner(int32_t value)](../shape/setlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [SetLinkedCell(const U16String\& value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const char16_t* value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLinkedCell(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLockedProperty(ShapeLockType type, bool value)](../shape/setlockedproperty/) | Set the locked property. | +| [SetLowerDeltaX(int32_t value)](../shape/setlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [SetLowerDeltaY(int32_t value)](../shape/setlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [SetLowerRightColumn(int32_t value)](../shape/setlowerrightcolumn/) | Represents lower right corner column index. | +| [SetLowerRightRow(int32_t value)](../shape/setlowerrightrow/) | Represents lower right corner row index. | +| [SetMacroName(const U16String\& value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetMacroName(const char16_t* value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetMax(int32_t value)](./setmax/) | Gets or sets the maximum value of a scroll bar or spinner range. | +| [SetMin(int32_t value)](./setmin/) | Gets or sets the minimum value of a scroll bar or spinner range. | +| [SetName(const U16String\& value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetName(const char16_t* value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetPlacement(PlacementType value)](../shape/setplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [SetRelativeToOriginalPictureSize(bool value)](../shape/setrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [SetRight(int32_t value)](../shape/setright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [SetRotationAngle(double value)](../shape/setrotationangle/) | Gets and sets the rotation of the shape. | +| [SetShadow(bool value)](./setshadow/) | Indicates whether the shape has 3-D shading. | +| [SetSoftEdges(double value)](../shape/setsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [SetText(const U16String\& value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetText(const char16_t* value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetTextDirection(TextDirectionType value)](../shape/settextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [SetTextHorizontalAlignment(TextAlignmentType value)](../shape/settexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [SetTextHorizontalOverflow(TextOverflowType value)](../shape/settexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [SetTextOptions(const TextOptions\& value)](../shape/settextoptions/) | Represents the text options of the shape. | +| [SetTextOrientationType(TextOrientationType value)](../shape/settextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [SetTextShapeType(AutoShapeType value)](../shape/settextshapetype/) | Gets and sets the preset text shape type. | +| [SetTextVerticalAlignment(TextAlignmentType value)](../shape/settextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [SetTextVerticalOverflow(TextOverflowType value)](../shape/settextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [SetTitle(const U16String\& value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTitle(const char16_t* value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTop(int32_t value)](../shape/settop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [SetTopCM(double value)](../shape/settopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [SetTopInch(double value)](../shape/settopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [SetTopInShape(int32_t value)](../shape/settopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [SetTopToCorner(int32_t value)](../shape/settoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [SetUpperDeltaX(int32_t value)](../shape/setupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [SetUpperDeltaY(int32_t value)](../shape/setupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [SetUpperLeftColumn(int32_t value)](../shape/setupperleftcolumn/) | Represents upper left corner column index. | +| [SetUpperLeftRow(int32_t value)](../shape/setupperleftrow/) | Represents the top row index. | +| [SetWidth(int32_t value)](../shape/setwidth/) | Represents the width of shape, in unit of pixels. | +| [SetWidthCM(double value)](../shape/setwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [SetWidthInch(double value)](../shape/setwidthinch/) | Represents the width of the shape, in unit of inch. | +| [SetWidthInShape(int32_t value)](../shape/setwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [SetWidthPt(double value)](../shape/setwidthpt/) | Represents the width of the shape, in unit of point. | +| [SetWidthScale(int32_t value)](../shape/setwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [SetX(int32_t value)](../shape/setx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [SetY(int32_t value)](../shape/sety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [SetZOrderPosition(int32_t value)](../shape/setzorderposition/) | Returns the position of a shape in the z-order. | +| [Shape(Shape_Impl* impl)](../shape/shape/) | Constructs from an implementation object. | +| [Shape(const Shape\& src)](../shape/shape/) | Copy constructor. | +| [Spinner(Spinner_Impl* impl)](./spinner/) | Constructs from an implementation object. | +| [Spinner(const Spinner\& src)](./spinner/) | Copy constructor. | +| [Spinner(const Shape\& src)](./spinner/) | Constructs from a parent object. | +| [ToFrontOrBack(int32_t orders)](../shape/tofrontorback/) | Brings the shape to the front or sends the shape to back. | +| [ToImage(Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. | +| [ToImage(const U16String\& imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const char16_t* imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a stream. | +| [UpdateSelectedValue()](../shape/updateselectedvalue/) | Update the selected value by the value of the linked cell. | +| [~Shape()](../shape/~shape/) | Destructor. | +| [~Spinner()](./~spinner/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## Remarks + + +Scroll value must be between 0 and 30000. +## See Also + +* Class [Shape](../shape/) +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/spinner/getcurrentvalue/_index.md b/spanish/cpp/aspose.cells.drawing/spinner/getcurrentvalue/_index.md new file mode 100644 index 00000000000..c35e4ba6098 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/spinner/getcurrentvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Spinner::GetCurrentValue method +linktitle: GetCurrentValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Spinner::GetCurrentValue method. Gets or sets the current value in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/spinner/getcurrentvalue/ +--- +## Spinner::GetCurrentValue method + + +Gets or sets the current value. + +```cpp +int32_t Aspose::Cells::Drawing::Spinner::GetCurrentValue() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Spinner](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/spinner/getincrementalchange/_index.md b/spanish/cpp/aspose.cells.drawing/spinner/getincrementalchange/_index.md new file mode 100644 index 00000000000..1de4fa2f759 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/spinner/getincrementalchange/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Spinner::GetIncrementalChange method +linktitle: GetIncrementalChange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Spinner::GetIncrementalChange method. Gets or sets the amount that the scroll bar or spinner is incremented a line scroll in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing/spinner/getincrementalchange/ +--- +## Spinner::GetIncrementalChange method + + +Gets or sets the amount that the scroll bar or spinner is incremented a line scroll. + +```cpp +int32_t Aspose::Cells::Drawing::Spinner::GetIncrementalChange() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Spinner](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/spinner/getmax/_index.md b/spanish/cpp/aspose.cells.drawing/spinner/getmax/_index.md new file mode 100644 index 00000000000..80ab67bdbba --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/spinner/getmax/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Spinner::GetMax method +linktitle: GetMax +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Spinner::GetMax method. Gets or sets the maximum value of a scroll bar or spinner range in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing/spinner/getmax/ +--- +## Spinner::GetMax method + + +Gets or sets the maximum value of a scroll bar or spinner range. + +```cpp +int32_t Aspose::Cells::Drawing::Spinner::GetMax() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Spinner](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/spinner/getmin/_index.md b/spanish/cpp/aspose.cells.drawing/spinner/getmin/_index.md new file mode 100644 index 00000000000..8a5e9594aaf --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/spinner/getmin/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Spinner::GetMin method +linktitle: GetMin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Spinner::GetMin method. Gets or sets the minimum value of a scroll bar or spinner range in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/spinner/getmin/ +--- +## Spinner::GetMin method + + +Gets or sets the minimum value of a scroll bar or spinner range. + +```cpp +int32_t Aspose::Cells::Drawing::Spinner::GetMin() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Spinner](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/spinner/getshadow/_index.md b/spanish/cpp/aspose.cells.drawing/spinner/getshadow/_index.md new file mode 100644 index 00000000000..a17220fa361 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/spinner/getshadow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Spinner::GetShadow method +linktitle: GetShadow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Spinner::GetShadow method. Indicates whether the shape has 3-D shading in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing/spinner/getshadow/ +--- +## Spinner::GetShadow method + + +Indicates whether the shape has 3-D shading. + +```cpp +bool Aspose::Cells::Drawing::Spinner::GetShadow() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Spinner](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/spinner/ishorizontal/_index.md b/spanish/cpp/aspose.cells.drawing/spinner/ishorizontal/_index.md new file mode 100644 index 00000000000..6fb0beb286e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/spinner/ishorizontal/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Spinner::IsHorizontal method +linktitle: IsHorizontal +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Spinner::IsHorizontal method. Indicates whether this is a horizontal scroll bar in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing/spinner/ishorizontal/ +--- +## Spinner::IsHorizontal method + + +Indicates whether this is a horizontal scroll bar. + +```cpp +bool Aspose::Cells::Drawing::Spinner::IsHorizontal() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Spinner](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/spinner/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/spinner/isnull/_index.md new file mode 100644 index 00000000000..82827ed4d70 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/spinner/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::Spinner::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Spinner::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/spinner/isnull/ +--- +## Spinner::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::Spinner::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Spinner](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/spinner/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/spinner/operator_asm/_index.md new file mode 100644 index 00000000000..4f7fbb1b07e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/spinner/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::Spinner::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Spinner::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/spinner/operator_asm/ +--- +## Spinner::operator= method + + +operator= + +```cpp +Spinner & Aspose::Cells::Drawing::Spinner::operator=(const Spinner &src) +``` + +## See Also + +* Class [Spinner](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [Spinner](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/spinner/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/spinner/operator_bool/_index.md new file mode 100644 index 00000000000..9331ff7bdda --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/spinner/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::Spinner::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Spinner::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/spinner/operator_bool/ +--- +## Spinner::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::Spinner::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [Spinner](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/spinner/setcurrentvalue/_index.md b/spanish/cpp/aspose.cells.drawing/spinner/setcurrentvalue/_index.md new file mode 100644 index 00000000000..0819d7c9b3d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/spinner/setcurrentvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Spinner::SetCurrentValue method +linktitle: SetCurrentValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Spinner::SetCurrentValue method. Gets or sets the current value in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/spinner/setcurrentvalue/ +--- +## Spinner::SetCurrentValue method + + +Gets or sets the current value. + +```cpp +void Aspose::Cells::Drawing::Spinner::SetCurrentValue(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Spinner](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/spinner/setincrementalchange/_index.md b/spanish/cpp/aspose.cells.drawing/spinner/setincrementalchange/_index.md new file mode 100644 index 00000000000..ce8f4ac4a16 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/spinner/setincrementalchange/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Spinner::SetIncrementalChange method +linktitle: SetIncrementalChange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Spinner::SetIncrementalChange method. Gets or sets the amount that the scroll bar or spinner is incremented a line scroll in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing/spinner/setincrementalchange/ +--- +## Spinner::SetIncrementalChange method + + +Gets or sets the amount that the scroll bar or spinner is incremented a line scroll. + +```cpp +void Aspose::Cells::Drawing::Spinner::SetIncrementalChange(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Spinner](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/spinner/setishorizontal/_index.md b/spanish/cpp/aspose.cells.drawing/spinner/setishorizontal/_index.md new file mode 100644 index 00000000000..6da5227ec08 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/spinner/setishorizontal/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Spinner::SetIsHorizontal method +linktitle: SetIsHorizontal +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Spinner::SetIsHorizontal method. Indicates whether this is a horizontal scroll bar in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing/spinner/setishorizontal/ +--- +## Spinner::SetIsHorizontal method + + +Indicates whether this is a horizontal scroll bar. + +```cpp +void Aspose::Cells::Drawing::Spinner::SetIsHorizontal(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Spinner](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/spinner/setmax/_index.md b/spanish/cpp/aspose.cells.drawing/spinner/setmax/_index.md new file mode 100644 index 00000000000..98ed3f06e36 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/spinner/setmax/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Spinner::SetMax method +linktitle: SetMax +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Spinner::SetMax method. Gets or sets the maximum value of a scroll bar or spinner range in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing/spinner/setmax/ +--- +## Spinner::SetMax method + + +Gets or sets the maximum value of a scroll bar or spinner range. + +```cpp +void Aspose::Cells::Drawing::Spinner::SetMax(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Spinner](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/spinner/setmin/_index.md b/spanish/cpp/aspose.cells.drawing/spinner/setmin/_index.md new file mode 100644 index 00000000000..369688d19ff --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/spinner/setmin/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Spinner::SetMin method +linktitle: SetMin +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Spinner::SetMin method. Gets or sets the minimum value of a scroll bar or spinner range in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing/spinner/setmin/ +--- +## Spinner::SetMin method + + +Gets or sets the minimum value of a scroll bar or spinner range. + +```cpp +void Aspose::Cells::Drawing::Spinner::SetMin(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Spinner](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/spinner/setshadow/_index.md b/spanish/cpp/aspose.cells.drawing/spinner/setshadow/_index.md new file mode 100644 index 00000000000..52682ea78f6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/spinner/setshadow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::Spinner::SetShadow method +linktitle: SetShadow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Spinner::SetShadow method. Indicates whether the shape has 3-D shading in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing/spinner/setshadow/ +--- +## Spinner::SetShadow method + + +Indicates whether the shape has 3-D shading. + +```cpp +void Aspose::Cells::Drawing::Spinner::SetShadow(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Spinner](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/spinner/spinner/_index.md b/spanish/cpp/aspose.cells.drawing/spinner/spinner/_index.md new file mode 100644 index 00000000000..37b2986544c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/spinner/spinner/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::Spinner::Spinner constructor +linktitle: Spinner +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Spinner::Spinner constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/spinner/spinner/ +--- +## Spinner::Spinner(Spinner_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::Spinner::Spinner(Spinner_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Spinner](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## Spinner::Spinner(const Spinner\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::Spinner::Spinner(const Spinner &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Spinner](../) +* Class [Spinner](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## Spinner::Spinner(const Shape\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::Spinner::Spinner(const Shape &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../../shape/) +* Class [Spinner](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/spinner/~spinner/_index.md b/spanish/cpp/aspose.cells.drawing/spinner/~spinner/_index.md new file mode 100644 index 00000000000..298b6813f79 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/spinner/~spinner/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::Spinner::~Spinner method +linktitle: ~Spinner +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::Spinner::~Spinner method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/spinner/~spinner/ +--- +## Spinner::~Spinner method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::Spinner::~Spinner() +``` + +## See Also + +* Class [Spinner](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/textbox/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/textbox/_impl/_index.md new file mode 100644 index 00000000000..6db17125521 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/textbox/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::TextBox::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextBox::_impl field. The implementation object in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/textbox/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +TextBox_Impl* Aspose::Cells::Drawing::TextBox::_impl +``` + +## See Also + +* Class [TextBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/textbox/_index.md b/spanish/cpp/aspose.cells.drawing/textbox/_index.md new file mode 100644 index 00000000000..febc4959490 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/textbox/_index.md @@ -0,0 +1,308 @@ +--- +title: Aspose::Cells::Drawing::TextBox class +linktitle: TextBox +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextBox class. Encapsulates the object that represents a textbox in a spreadsheet in C++.' +type: docs +weight: 6700 +url: /es/cpp/aspose.cells.drawing/textbox/ +--- +## TextBox class + + +Encapsulates the object that represents a textbox in a spreadsheet. + +```cpp +class TextBox : public Aspose::Cells::Drawing::Shape +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddHyperlink(const U16String\& address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AddHyperlink(const char16_t* address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AlignTopRightCorner(int32_t topRow, int32_t rightColumn)](../shape/aligntoprightcorner/) | Moves the picture to the top-right corner. | +| [CalculateTextSize()](../shape/calculatetextsize/) | Recalculate the text area. | +| [Characters(int32_t startIndex, int32_t length)](../shape/characters/) | Returns a Characters object that represents a range of characters within the text. | +| [FitToTextSize()](../shape/fittotextsize/) | Recalculate a text area suitable for displaying all text content. | +| [FormatCharacters(int32_t startIndex, int32_t length, const Aspose::Cells::Font\& font, const StyleFlag\& flag)](../shape/formatcharacters/) | Formats some characters with the font setting. | +| [GetActiveXControl()](../shape/getactivexcontrol/) | Gets the ActiveX control. | +| [GetActualBox()](../shape/getactualbox/) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [GetActualLowerRightRow()](../shape/getactuallowerrightrow/) | Get the actual bottom row. | +| [GetAlternativeText()](../shape/getalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [GetAnchorType()](../shape/getanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [GetAutoShapeType()](../shape/getautoshapetype/) | Gets and sets the auto shape type. | +| [GetBottom()](../shape/getbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [GetConnectionPoints()](../shape/getconnectionpoints/) | Get the connection points. | +| [GetControlData()](../shape/getcontroldata/) | Gets the data of control. | +| [GetCreateId(UUID\& uuid)](../shape/getcreateid/) | Gets and sets create id for this shape. | +| [GetEquationParagraph(int32_t index)](./getequationparagraph/) | Get the specified math paragraph from the TextBody property of the [TextBox](./) object. Notice: (1) Returns NULL when the index is out of bounds or not found. (2) Also returns NULL if the specified index position is not a math paragraph. | +| [GetEquationParagraph()](./getequationparagraph/) | Gets the first math paragraph from the TextBody property of the [TextBox](./) object. | +| [GetFill()](../shape/getfill/) | Returns a [FillFormat](../fillformat/) object that contains fill formatting properties for the specified shape. | +| [GetFont()](../shape/getfont/) | Represents the font of shape. | +| [GetFormatPicture()](../shape/getformatpicture/) | Gets and sets the options of the picture format. | +| [GetGeometry()](../shape/getgeometry/) | Gets the geometry. | +| [GetGlow()](../shape/getglow/) | Represents a [GlowEffect](../gloweffect/) object that specifies glow effect for the chart element or shape. | +| [GetGroup()](../shape/getgroup/) | Gets the group shape which contains this shape. | +| [GetHasLine()](../shape/gethasline/) | Gets and sets the line border of the shape is visible. | +| [GetHeight()](../shape/getheight/) | Represents the height of shape, in unit of pixel. | +| [GetHeightCM()](../shape/getheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [GetHeightInch()](../shape/getheightinch/) | Represents the height of the shape, in unit of inches. | +| [GetHeightInShape()](../shape/getheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [GetHeightPt()](../shape/getheightpt/) | Represents the height of the shape, in unit of points. | +| [GetHeightScale()](../shape/getheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [GetHtmlText()](../shape/gethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [GetHyperlink()](../shape/gethyperlink/) | Gets the hyperlink of the shape. | +| [GetId()](../shape/getid/) | Gets the identifier of this shape. | +| [GetInputRange()](../shape/getinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [GetInputRange(bool isR1C1, bool isLocal)](../shape/getinputrange/) | Gets the range used to fill the control. | +| [GetLeft()](../shape/getleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [GetLeftCM()](../shape/getleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [GetLeftInch()](../shape/getleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [GetLeftInShape()](../shape/getleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [GetLeftToCorner()](../shape/getlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [GetLine()](../shape/getline/) | Gets line style. | +| [GetLinkedCell()](../shape/getlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [GetLinkedCell(bool isR1C1, bool isLocal)](../shape/getlinkedcell/) | Gets the range linked to the control's value. | +| [GetLockedProperty(ShapeLockType type)](../shape/getlockedproperty/) | Gets the value of locked property. | +| [GetLowerDeltaX()](../shape/getlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [GetLowerDeltaY()](../shape/getlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [GetLowerRightColumn()](../shape/getlowerrightcolumn/) | Represents lower right corner column index. | +| [GetLowerRightRow()](../shape/getlowerrightrow/) | Represents lower right corner row index. | +| [GetMacroName()](../shape/getmacroname/) | Gets and sets the name of macro. | +| [GetMsoDrawingType()](../shape/getmsodrawingtype/) | Gets drawing type. | +| [GetName()](../shape/getname/) | Gets and sets the name of the shape. | +| [GetPaths()](../shape/getpaths/) | Gets the paths of a custom geometric shape. | +| [GetPlacement()](../shape/getplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [GetReflection()](../shape/getreflection/) | Represents a [ReflectionEffect](../reflectioneffect/) object that specifies reflection effect for the chart element or shape. | +| [GetRelativeToOriginalPictureSize()](../shape/getrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [GetResultOfSmartArt()](../shape/getresultofsmartart/) | Converting smart art to grouped shapes. | +| [GetRichFormattings()](../shape/getrichformattings/) | Returns all Characters objects that represents a range of characters within the text . | +| [GetRight()](../shape/getright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [GetRotationAngle()](../shape/getrotationangle/) | Gets and sets the rotation of the shape. | +| [GetShadowEffect()](../shape/getshadoweffect/) | Represents a [Drawing.ShadowEffect](../shadoweffect/) object that specifies shadow effect for the chart element or shape. | +| [GetSoftEdges()](../shape/getsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [GetSpid()](../shape/getspid/) | Specifies an optional string identifier that an application can use to identify the particular shape. | +| [GetSpt()](../shape/getspt/) | Specifies an optional number that an application can use to associate the particular shape with a defined shape type. | +| [GetText()](../shape/gettext/) | Gets and sets the text of this shape. | +| [GetTextBody()](../shape/gettextbody/) | Gets and sets the setting of the shape's text. | +| [GetTextBoxOptions()](../shape/gettextboxoptions/) | Gets the text information in the shape. | +| [GetTextDirection()](../shape/gettextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [GetTextEffect()](../shape/gettexteffect/) | Returns a [TextEffectFormat](../texteffectformat/) object that contains text-effect formatting properties for the specified shape. Applies to [Shape](../shape/) objects that represent WordArt. | +| [GetTextHorizontalAlignment()](../shape/gettexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [GetTextHorizontalOverflow()](../shape/gettexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [GetTextOptions()](../shape/gettextoptions/) | Represents the text options of the shape. | +| [GetTextOrientationType()](../shape/gettextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [GetTextShapeType()](../shape/gettextshapetype/) | Gets and sets the preset text shape type. | +| [GetTextVerticalAlignment()](../shape/gettextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [GetTextVerticalOverflow()](../shape/gettextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [GetThreeDFormat()](../shape/getthreedformat/) | Gets and sets 3d format of the shape. | +| [GetTitle()](../shape/gettitle/) | Specifies the title (caption) of the current shape object. | +| [GetTop()](../shape/gettop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [GetTopCM()](../shape/gettopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [GetTopInch()](../shape/gettopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [GetTopInShape()](../shape/gettopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [GetTopToCorner()](../shape/gettoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [GetType()](../shape/gettype/) | Gets the auto shape type. | +| [GetUpperDeltaX()](../shape/getupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [GetUpperDeltaY()](../shape/getupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [GetUpperLeftColumn()](../shape/getupperleftcolumn/) | Represents upper left corner column index. | +| [GetUpperLeftRow()](../shape/getupperleftrow/) | Represents the top row index. | +| [GetWidth()](../shape/getwidth/) | Represents the width of shape, in unit of pixels. | +| [GetWidthCM()](../shape/getwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [GetWidthInch()](../shape/getwidthinch/) | Represents the width of the shape, in unit of inch. | +| [GetWidthInShape()](../shape/getwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [GetWidthPt()](../shape/getwidthpt/) | Represents the width of the shape, in unit of point. | +| [GetWidthScale()](../shape/getwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [GetWorksheet()](../shape/getworksheet/) | Gets the [Worksheet](../../aspose.cells/worksheet/) object which contains this shape. | +| [GetX()](../shape/getx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [GetY()](../shape/gety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [GetZOrderPosition()](../shape/getzorderposition/) | Returns the position of a shape in the z-order. | +| [IsAspectRatioLocked()](../shape/isaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [IsDecorative()](../shape/isdecorative/) | Indicates whether the object is decorative. | +| [IsEquation()](../shape/isequation/) | Indicates whether the shape only contains an equation. | +| [IsFilled()](../shape/isfilled/) | Indicates whether the fill format is visible. | +| [IsFlippedHorizontally()](../shape/isflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [IsFlippedVertically()](../shape/isflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [IsGroup()](../shape/isgroup/) | Indicates whether this shape is a group shape. | +| [IsHidden()](../shape/ishidden/) | Indicates whether the object is visible. | +| [IsInGroup()](../shape/isingroup/) | Indicates whether the shape is grouped. | +| [IsLockAspectRatio()](../shape/islockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [IsLocked()](../shape/islocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsPrintable()](../shape/isprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [IsRichText()](../shape/isrichtext/) | Whether or not the text is rich text. | +| [IsSameSetting(const Aspose::Cells::Object\& obj)](../shape/issamesetting/) | Returns whether the shape is same. | +| [IsSmartArt()](../shape/issmartart/) | Indicates whether the shape is a smart art. | +| [IsTextWrapped()](../shape/istextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [IsWordArt()](../shape/iswordart/) | Indicates whether this shape is a word art. | +| [MoveToRange(int32_t topRow, int32_t leftColumn, int32_t bottomRow, int32_t rightColumn)](../shape/movetorange/) | Moves the shape to a specified range. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const TextBox\& src)](./operator_asm/) | operator= | +| [operator=(const Shape\& src)](../shape/operator_asm/) | operator= | +| [RemoveActiveXControl()](../shape/removeactivexcontrol/) | Remove activeX control. | +| [RemoveHyperlink()](../shape/removehyperlink/) | Removes the hyperlink of the shape. | +| [SetAlternativeText(const U16String\& value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAlternativeText(const char16_t* value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAnchorType(ShapeAnchorType value)](../shape/setanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [SetAutoShapeType(AutoShapeType value)](../shape/setautoshapetype/) | Gets and sets the auto shape type. | +| [SetBottom(int32_t value)](../shape/setbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [SetCreateId(const UUID\& value)](../shape/setcreateid/) | Gets and sets create id for this shape. | +| [SetFont(const Aspose::Cells::Font\& value)](../shape/setfont/) | Represents the font of shape. | +| [SetHasLine(bool value)](../shape/sethasline/) | Gets and sets the line border of the shape is visible. | +| [SetHeight(int32_t value)](../shape/setheight/) | Represents the height of shape, in unit of pixel. | +| [SetHeightCM(double value)](../shape/setheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [SetHeightInch(double value)](../shape/setheightinch/) | Represents the height of the shape, in unit of inches. | +| [SetHeightInShape(int32_t value)](../shape/setheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [SetHeightPt(double value)](../shape/setheightpt/) | Represents the height of the shape, in unit of points. | +| [SetHeightScale(int32_t value)](../shape/setheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [SetHtmlText(const U16String\& value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetHtmlText(const char16_t* value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetInputRange(const U16String\& value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const char16_t* value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetInputRange(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetIsAspectRatioLocked(bool value)](../shape/setisaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [SetIsDecorative(bool value)](../shape/setisdecorative/) | Indicates whether the object is decorative. | +| [SetIsFilled(bool value)](../shape/setisfilled/) | Indicates whether the fill format is visible. | +| [SetIsFlippedHorizontally(bool value)](../shape/setisflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [SetIsFlippedVertically(bool value)](../shape/setisflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [SetIsHidden(bool value)](../shape/setishidden/) | Indicates whether the object is visible. | +| [SetIsLockAspectRatio(bool value)](../shape/setislockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [SetIsLocked(bool value)](../shape/setislocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [SetIsPrintable(bool value)](../shape/setisprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [SetIsTextWrapped(bool value)](../shape/setistextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [SetLeft(int32_t value)](../shape/setleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [SetLeftCM(double value)](../shape/setleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [SetLeftInch(double value)](../shape/setleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [SetLeftInShape(int32_t value)](../shape/setleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [SetLeftToCorner(int32_t value)](../shape/setlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [SetLinkedCell(const U16String\& value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const char16_t* value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLinkedCell(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLockedProperty(ShapeLockType type, bool value)](../shape/setlockedproperty/) | Set the locked property. | +| [SetLowerDeltaX(int32_t value)](../shape/setlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [SetLowerDeltaY(int32_t value)](../shape/setlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [SetLowerRightColumn(int32_t value)](../shape/setlowerrightcolumn/) | Represents lower right corner column index. | +| [SetLowerRightRow(int32_t value)](../shape/setlowerrightrow/) | Represents lower right corner row index. | +| [SetMacroName(const U16String\& value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetMacroName(const char16_t* value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetName(const U16String\& value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetName(const char16_t* value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetPlacement(PlacementType value)](../shape/setplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [SetRelativeToOriginalPictureSize(bool value)](../shape/setrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [SetRight(int32_t value)](../shape/setright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [SetRotationAngle(double value)](../shape/setrotationangle/) | Gets and sets the rotation of the shape. | +| [SetSoftEdges(double value)](../shape/setsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [SetText(const U16String\& value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetText(const char16_t* value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetTextDirection(TextDirectionType value)](../shape/settextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [SetTextHorizontalAlignment(TextAlignmentType value)](../shape/settexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [SetTextHorizontalOverflow(TextOverflowType value)](../shape/settexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [SetTextOptions(const TextOptions\& value)](../shape/settextoptions/) | Represents the text options of the shape. | +| [SetTextOrientationType(TextOrientationType value)](../shape/settextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [SetTextShapeType(AutoShapeType value)](../shape/settextshapetype/) | Gets and sets the preset text shape type. | +| [SetTextVerticalAlignment(TextAlignmentType value)](../shape/settextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [SetTextVerticalOverflow(TextOverflowType value)](../shape/settextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [SetTitle(const U16String\& value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTitle(const char16_t* value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTop(int32_t value)](../shape/settop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [SetTopCM(double value)](../shape/settopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [SetTopInch(double value)](../shape/settopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [SetTopInShape(int32_t value)](../shape/settopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [SetTopToCorner(int32_t value)](../shape/settoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [SetUpperDeltaX(int32_t value)](../shape/setupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [SetUpperDeltaY(int32_t value)](../shape/setupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [SetUpperLeftColumn(int32_t value)](../shape/setupperleftcolumn/) | Represents upper left corner column index. | +| [SetUpperLeftRow(int32_t value)](../shape/setupperleftrow/) | Represents the top row index. | +| [SetWidth(int32_t value)](../shape/setwidth/) | Represents the width of shape, in unit of pixels. | +| [SetWidthCM(double value)](../shape/setwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [SetWidthInch(double value)](../shape/setwidthinch/) | Represents the width of the shape, in unit of inch. | +| [SetWidthInShape(int32_t value)](../shape/setwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [SetWidthPt(double value)](../shape/setwidthpt/) | Represents the width of the shape, in unit of point. | +| [SetWidthScale(int32_t value)](../shape/setwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [SetX(int32_t value)](../shape/setx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [SetY(int32_t value)](../shape/sety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [SetZOrderPosition(int32_t value)](../shape/setzorderposition/) | Returns the position of a shape in the z-order. | +| [Shape(Shape_Impl* impl)](../shape/shape/) | Constructs from an implementation object. | +| [Shape(const Shape\& src)](../shape/shape/) | Copy constructor. | +| [TextBox(TextBox_Impl* impl)](./textbox/) | Constructs from an implementation object. | +| [TextBox(const TextBox\& src)](./textbox/) | Copy constructor. | +| [TextBox(const Shape\& src)](./textbox/) | Constructs from a parent object. | +| [ToFrontOrBack(int32_t orders)](../shape/tofrontorback/) | Brings the shape to the front or sends the shape to back. | +| [ToImage(Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. | +| [ToImage(const U16String\& imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const char16_t* imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a stream. | +| [UpdateSelectedValue()](../shape/updateselectedvalue/) | Update the selected value by the value of the linked cell. | +| [~Shape()](../shape/~shape/) | Destructor. | +| [~TextBox()](./~textbox/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciar un nuevo Workbook. +Workbook workbook; +//Obtener la primera hoja de cálculo del libro. +Worksheet worksheet = workbook.GetWorksheets().Get(0); +//Agregar un nuevo cuadro de texto a la colección. +int textboxIndex = worksheet.GetTextBoxes().Add(2, 1, 160, 200); +//Obtener el objeto del cuadro de texto. +TextBox textbox0 = worksheet.GetTextBoxes().Get(textboxIndex); +//Rellena el texto. +textbox0.SetText(u"ASPOSE______The .NET and JAVA Component Publisher!"); +//Configura el cuadro de texto para ajustarlo según su contenido. +textbox0.GetTextBody().GetTextAlignment().SetAutoSize(true); +//Establece la ubicación. +textbox0.SetPlacement(PlacementType::FreeFloating); +//Establece el color de la fuente. +textbox0.GetFont().SetColor(Color{ 0xff, 0, 0, 0xff });//Blue +//Establece la fuente en negrita. +textbox0.GetFont().SetIsBold(true); +//Establece el tamaño de la fuente. +textbox0.GetFont().SetSize(14); +//Establece el atributo de fuente en cursiva. +textbox0.GetFont().SetIsItalic(true); +//Añade un hipervínculo al cuadro de texto. +textbox0.AddHyperlink(u"http://www.aspose.com/"); +//Obtén el formato de archivo del cuadro de texto. +FillFormat fillformat = textbox0.GetFill(); +//Establece el color de relleno. +fillformat.GetSolidFill().SetColor(Color{ 0xff, 0xc0, 0xc0, 0xc0 });//Silver +//Obtén el tipo de formato de línea del cuadro de texto. +LineFormat lineformat = textbox0.GetLine(); +//Establece el estilo de línea. +lineformat.SetCompoundType(MsoLineStyle::ThinThick); +//Establece el grosor de la línea. +lineformat.SetWeight(6); +//Establece el estilo de guión en punto cuadrado. +lineformat.SetDashStyle(MsoLineDashStyle::SquareDot); +//Añade otro cuadro de texto. +textboxIndex = worksheet.GetTextBoxes().Add(15, 4, 85, 120); +//Obtén el segundo cuadro de texto. +TextBox textbox1 = worksheet.GetTextBoxes().Get(textboxIndex); +//Introduce algo de texto en él. +textbox1.SetText(u"This is another simple text box"); +//Establece el tipo de ubicación ya que el cuadro de texto se moverá y +//cambiará de tamaño con las celdas. +textbox1.SetPlacement(PlacementType::MoveAndSize); +//Guarde el archivo de Excel. +workbook.Save(u"tsttextboxes.xlsx"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Shape](../shape/) +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/textbox/getequationparagraph/_index.md b/spanish/cpp/aspose.cells.drawing/textbox/getequationparagraph/_index.md new file mode 100644 index 00000000000..33ed6129c98 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/textbox/getequationparagraph/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::Drawing::TextBox::GetEquationParagraph method +linktitle: GetEquationParagraph +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextBox::GetEquationParagraph method. Get the specified math paragraph from the TextBody property of the TextBox object. Notice: (1) Returns NULL when the index is out of bounds or not found. (2) Also returns NULL if the specified index position is not a math paragraph in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/textbox/getequationparagraph/ +--- +## TextBox::GetEquationParagraph(int32_t) method + + +Get the specified math paragraph from the TextBody property of the [TextBox](../) object. Notice: (1) Returns NULL when the index is out of bounds or not found. (2) Also returns NULL if the specified index position is not a math paragraph. + +```cpp +EquationNode Aspose::Cells::Drawing::TextBox::GetEquationParagraph(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The position index of the math paragraph, starting from 0. | + +## ReturnValue + +Returns the math paragraph specified by index. + +## See Also + +* Class [EquationNode](../../../aspose.cells.drawing.equations/equationnode/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## TextBox::GetEquationParagraph() method + + +Gets the first math paragraph from the TextBody property of the [TextBox](../) object. + +```cpp +EquationNode Aspose::Cells::Drawing::TextBox::GetEquationParagraph() +``` + + +## ReturnValue + +If there has math paragraph, returns the first one, otherwise returns null. + +## See Also + +* Class [EquationNode](../../../aspose.cells.drawing.equations/equationnode/) +* Class [TextBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/textbox/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/textbox/isnull/_index.md new file mode 100644 index 00000000000..23cf97208b9 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/textbox/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::TextBox::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextBox::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/textbox/isnull/ +--- +## TextBox::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::TextBox::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/textbox/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/textbox/operator_asm/_index.md new file mode 100644 index 00000000000..b26ad2eb3b3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/textbox/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::TextBox::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextBox::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/textbox/operator_asm/ +--- +## TextBox::operator= method + + +operator= + +```cpp +TextBox & Aspose::Cells::Drawing::TextBox::operator=(const TextBox &src) +``` + +## See Also + +* Class [TextBox](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/textbox/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/textbox/operator_bool/_index.md new file mode 100644 index 00000000000..4457ffff98d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/textbox/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::TextBox::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextBox::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/textbox/operator_bool/ +--- +## TextBox::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::TextBox::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [TextBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/textbox/textbox/_index.md b/spanish/cpp/aspose.cells.drawing/textbox/textbox/_index.md new file mode 100644 index 00000000000..f41a5472f77 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/textbox/textbox/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::TextBox::TextBox constructor +linktitle: TextBox +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextBox::TextBox constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/textbox/textbox/ +--- +## TextBox::TextBox(TextBox_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::TextBox::TextBox(TextBox_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## TextBox::TextBox(const TextBox\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::TextBox::TextBox(const TextBox &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBox](../) +* Class [TextBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## TextBox::TextBox(const Shape\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::TextBox::TextBox(const Shape &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../../shape/) +* Class [TextBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/textbox/~textbox/_index.md b/spanish/cpp/aspose.cells.drawing/textbox/~textbox/_index.md new file mode 100644 index 00000000000..c2e4045e2d4 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/textbox/~textbox/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::TextBox::~TextBox method +linktitle: ~TextBox +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextBox::~TextBox method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/textbox/~textbox/ +--- +## TextBox::~TextBox method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::TextBox::~TextBox() +``` + +## See Also + +* Class [TextBox](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/textboxcollection/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/textboxcollection/_impl/_index.md new file mode 100644 index 00000000000..49d21544042 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/textboxcollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::TextBoxCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextBoxCollection::_impl field. The implementation object in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing/textboxcollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +TextBoxCollection_Impl* Aspose::Cells::Drawing::TextBoxCollection::_impl +``` + +## See Also + +* Class [TextBoxCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/textboxcollection/_index.md b/spanish/cpp/aspose.cells.drawing/textboxcollection/_index.md new file mode 100644 index 00000000000..ac222a13bbf --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/textboxcollection/_index.md @@ -0,0 +1,64 @@ +--- +title: Aspose::Cells::Drawing::TextBoxCollection class +linktitle: TextBoxCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextBoxCollection class. Encapsulates a collection of TextBox objects in C++.' +type: docs +weight: 6800 +url: /es/cpp/aspose.cells.drawing/textboxcollection/ +--- +## TextBoxCollection class + + +Encapsulates a collection of [TextBox](../textbox/) objects. + +```cpp +class TextBoxCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add(int32_t topRow, int32_t leftColumn, int32_t height, int32_t width)](./add/) | Adds a textbox to the collection. | +| [Clear()](./clear/) | Clear all text boxes. | +| [Get(int32_t index)](./get/) | Gets the [TextBox](../textbox/) element at the specified index. | +| [Get(const U16String\& name)](./get/) | Gets the [TextBox](../textbox/) element by the name. | +| [Get(const char16_t* name)](./get/) | Gets the [TextBox](../textbox/) element by the name. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const TextBoxCollection\& src)](./operator_asm/) | operator= | +| [RemoveAt(int32_t index)](./removeat/) | Remove a text box from the file. | +| [TextBoxCollection(TextBoxCollection_Impl* impl)](./textboxcollection/) | Constructs from an implementation object. | +| [TextBoxCollection(const TextBoxCollection\& src)](./textboxcollection/) | Copy constructor. | +| [~TextBoxCollection()](./~textboxcollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; +//get collection object +TextBoxCollection textBoxCollection = workbook.GetWorksheets().Get(0).GetTextBoxes(); +//add a textbox +textBoxCollection.Add(1, 1, 50, 100); +for (int i = 0; i < textBoxCollection.GetCount(); ++i) +{ + TextBox tbox = textBoxCollection.Get(i); + //haz lo que quieras +} +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/textboxcollection/add/_index.md b/spanish/cpp/aspose.cells.drawing/textboxcollection/add/_index.md new file mode 100644 index 00000000000..125e7c64ae1 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/textboxcollection/add/_index.md @@ -0,0 +1,45 @@ +--- +title: Aspose::Cells::Drawing::TextBoxCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextBoxCollection::Add method. Adds a textbox to the collection in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/textboxcollection/add/ +--- +## TextBoxCollection::Add method + + +Adds a textbox to the collection. + +```cpp +int32_t Aspose::Cells::Drawing::TextBoxCollection::Add(int32_t topRow, int32_t leftColumn, int32_t height, int32_t width) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| topRow | int32_t | Upper left row index. | +| leftColumn | int32_t | Upper left column index. | +| height | int32_t | Height of textbox, in unit of pixel. | +| width | int32_t | Width of textbox, in unit of pixel. | + +## ReturnValue + +[TextBox](../../textbox/) object index. + + +## Examples + + +```cpp + //agregar un TextBox +int index2 = textBoxCollection.Add(1, 1, 50, 100); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/textboxcollection/clear/_index.md b/spanish/cpp/aspose.cells.drawing/textboxcollection/clear/_index.md new file mode 100644 index 00000000000..e27d3d2352c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/textboxcollection/clear/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Drawing::TextBoxCollection::Clear method +linktitle: Clear +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextBoxCollection::Clear method. Clear all text boxes in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing/textboxcollection/clear/ +--- +## TextBoxCollection::Clear method + + +Clear all text boxes. + +```cpp +void Aspose::Cells::Drawing::TextBoxCollection::Clear() +``` + + +## Examples + + +```cpp + //borrar todos los cuadros de texto +textBoxCollection.Clear(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/textboxcollection/get/_index.md b/spanish/cpp/aspose.cells.drawing/textboxcollection/get/_index.md new file mode 100644 index 00000000000..4e6b5ceda27 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/textboxcollection/get/_index.md @@ -0,0 +1,119 @@ +--- +title: Aspose::Cells::Drawing::TextBoxCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextBoxCollection::Get method. Gets the TextBox element at the specified index in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/textboxcollection/get/ +--- +## TextBoxCollection::Get(int32_t) method + + +Gets the [TextBox](../../textbox/) element at the specified index. + +```cpp +TextBox Aspose::Cells::Drawing::TextBoxCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The zero based index of the element. | + +## ReturnValue + +The element at the specified index. + + +## Examples + + +```cpp +int tbxTndex = textBoxCollection.GetCount() - 1; +TextBox txb = textBoxCollection.Get(tbxTndex); +``` + +## See Also + +* Class [TextBox](../../textbox/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## TextBoxCollection::Get(const U16String\&) method + + +Gets the [TextBox](../../textbox/) element by the name. + +```cpp +TextBox Aspose::Cells::Drawing::TextBoxCollection::Get(const U16String &name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const U16String\& | The name of the text box. | + +## ReturnValue + + + + +## Examples + + +```cpp +U16String txtboxName = u"textbox 1"; +TextBox txb2 = textBoxCollection.Get(txtboxName); +if (!txb2.IsNull()) +{ + //haz lo que quieras +} +``` + +## See Also + +* Class [TextBox](../../textbox/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [TextBoxCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## TextBoxCollection::Get(const char16_t*) method + + +Gets the [TextBox](../../textbox/) element by the name. + +```cpp +TextBox Aspose::Cells::Drawing::TextBoxCollection::Get(const char16_t *name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const char16_t* | The name of the text box. | + +## ReturnValue + + + + +## Examples + + +```cpp +TextBox txb2 = textBoxCollection.Get(u"textbox 1"); +if (!txb2.IsNull()) +{ + //haz lo que quieras +} +``` + +## See Also + +* Class [TextBox](../../textbox/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/textboxcollection/getcount/_index.md b/spanish/cpp/aspose.cells.drawing/textboxcollection/getcount/_index.md new file mode 100644 index 00000000000..43b97760cc3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/textboxcollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::TextBoxCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::Drawing::TextBoxCollection class in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing/textboxcollection/getcount/ +--- +## TextBoxCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::Drawing::TextBoxCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/textboxcollection/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/textboxcollection/isnull/_index.md new file mode 100644 index 00000000000..9d61c2806f0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/textboxcollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::TextBoxCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextBoxCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/textboxcollection/isnull/ +--- +## TextBoxCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::TextBoxCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/textboxcollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/textboxcollection/operator_asm/_index.md new file mode 100644 index 00000000000..911ed470570 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/textboxcollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::TextBoxCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextBoxCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/textboxcollection/operator_asm/ +--- +## TextBoxCollection::operator= method + + +operator= + +```cpp +TextBoxCollection & Aspose::Cells::Drawing::TextBoxCollection::operator=(const TextBoxCollection &src) +``` + +## See Also + +* Class [TextBoxCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/textboxcollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/textboxcollection/operator_bool/_index.md new file mode 100644 index 00000000000..9d46ec24a81 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/textboxcollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::TextBoxCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextBoxCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/textboxcollection/operator_bool/ +--- +## TextBoxCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::TextBoxCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [TextBoxCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/textboxcollection/removeat/_index.md b/spanish/cpp/aspose.cells.drawing/textboxcollection/removeat/_index.md new file mode 100644 index 00000000000..5cdec56cee1 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/textboxcollection/removeat/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::Drawing::TextBoxCollection::RemoveAt method +linktitle: RemoveAt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextBoxCollection::RemoveAt method. Remove a text box from the file in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/textboxcollection/removeat/ +--- +## TextBoxCollection::RemoveAt method + + +Remove a text box from the file. + +```cpp +void Aspose::Cells::Drawing::TextBoxCollection::RemoveAt(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The text box index. | + + +## Examples + + +```cpp +int index3 = textBoxCollection.GetCount() - 1; +textBoxCollection.RemoveAt(index3); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/textboxcollection/textboxcollection/_index.md b/spanish/cpp/aspose.cells.drawing/textboxcollection/textboxcollection/_index.md new file mode 100644 index 00000000000..56174ce5e32 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/textboxcollection/textboxcollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::TextBoxCollection::TextBoxCollection constructor +linktitle: TextBoxCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextBoxCollection::TextBoxCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/textboxcollection/textboxcollection/ +--- +## TextBoxCollection::TextBoxCollection(TextBoxCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::TextBoxCollection::TextBoxCollection(TextBoxCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## TextBoxCollection::TextBoxCollection(const TextBoxCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::TextBoxCollection::TextBoxCollection(const TextBoxCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextBoxCollection](../) +* Class [TextBoxCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/textboxcollection/~textboxcollection/_index.md b/spanish/cpp/aspose.cells.drawing/textboxcollection/~textboxcollection/_index.md new file mode 100644 index 00000000000..54bca5f22b5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/textboxcollection/~textboxcollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::TextBoxCollection::~TextBoxCollection method +linktitle: ~TextBoxCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextBoxCollection::~TextBoxCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/textboxcollection/~textboxcollection/ +--- +## TextBoxCollection::~TextBoxCollection method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::TextBoxCollection::~TextBoxCollection() +``` + +## See Also + +* Class [TextBoxCollection](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/texteffectformat/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/texteffectformat/_impl/_index.md new file mode 100644 index 00000000000..a7cf84c5bea --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/texteffectformat/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::TextEffectFormat::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextEffectFormat::_impl field. The implementation object in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.drawing/texteffectformat/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +TextEffectFormat_Impl* Aspose::Cells::Drawing::TextEffectFormat::_impl +``` + +## See Also + +* Class [TextEffectFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/texteffectformat/_index.md b/spanish/cpp/aspose.cells.drawing/texteffectformat/_index.md new file mode 100644 index 00000000000..2bc2e899444 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/texteffectformat/_index.md @@ -0,0 +1,71 @@ +--- +title: Aspose::Cells::Drawing::TextEffectFormat class +linktitle: TextEffectFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextEffectFormat class. Contains properties and methods that apply to WordArt objects in C++.' +type: docs +weight: 6900 +url: /es/cpp/aspose.cells.drawing/texteffectformat/ +--- +## TextEffectFormat class + + +Contains properties and methods that apply to WordArt objects. + +```cpp +class TextEffectFormat +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetFontBold()](./getfontbold/) | Indicates whether font is bold. | +| [GetFontItalic()](./getfontitalic/) | Indicates whether font is italic. | +| [GetFontName()](./getfontname/) | The name of the font used in the WordArt. | +| [GetFontSize()](./getfontsize/) | The size (in points) of the font used in the WordArt. | +| [GetPresetShape()](./getpresetshape/) | Gets and sets the preset shape type. | +| [GetRotatedChars()](./getrotatedchars/) | If true,characters in the specified WordArt are rotated 90 degrees relative to the WordArt's bounding shape. | +| [GetText()](./gettext/) | The text in the WordArt. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const TextEffectFormat\& src)](./operator_asm/) | operator= | +| [SetFontBold(bool value)](./setfontbold/) | Indicates whether font is bold. | +| [SetFontItalic(bool value)](./setfontitalic/) | Indicates whether font is italic. | +| [SetFontName(const U16String\& value)](./setfontname/) | The name of the font used in the WordArt. | +| [SetFontName(const char16_t* value)](./setfontname/) | The name of the font used in the WordArt. | +| [SetFontSize(int32_t value)](./setfontsize/) | The size (in points) of the font used in the WordArt. | +| [SetPresetShape(MsoPresetTextEffectShape value)](./setpresetshape/) | Gets and sets the preset shape type. | +| [SetRotatedChars(bool value)](./setrotatedchars/) | If true,characters in the specified WordArt are rotated 90 degrees relative to the WordArt's bounding shape. | +| [SetText(const U16String\& value)](./settext/) | The text in the WordArt. | +| [SetText(const char16_t* value)](./settext/) | The text in the WordArt. | +| [SetTextEffect(MsoPresetTextEffect effect)](./settexteffect/) | Sets the preset text effect. | +| [TextEffectFormat(TextEffectFormat_Impl* impl)](./texteffectformat/) | Constructs from an implementation object. | +| [TextEffectFormat(const TextEffectFormat\& src)](./texteffectformat/) | Copy constructor. | +| [~TextEffectFormat()](./~texteffectformat/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; +ShapeCollection shapes = workbook.GetWorksheets().Get(0).GetShapes(); +shapes.AddTextEffect(MsoPresetTextEffect::TextEffect1, u"Aspose", u"Arial", 30, false, false, 0, 0, 0, 0, 100, 200); +TextEffectFormat textEffectFormat = shapes.Get(0).GetTextEffect(); +textEffectFormat.SetTextEffect(MsoPresetTextEffect::TextEffect10); +workbook.Save(u"Book1.xls"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/texteffectformat/getfontbold/_index.md b/spanish/cpp/aspose.cells.drawing/texteffectformat/getfontbold/_index.md new file mode 100644 index 00000000000..0f8a36a459e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/texteffectformat/getfontbold/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::TextEffectFormat::GetFontBold method +linktitle: GetFontBold +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextEffectFormat::GetFontBold method. Indicates whether font is bold in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing/texteffectformat/getfontbold/ +--- +## TextEffectFormat::GetFontBold method + + +Indicates whether font is bold. + +```cpp +bool Aspose::Cells::Drawing::TextEffectFormat::GetFontBold() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextEffectFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/texteffectformat/getfontitalic/_index.md b/spanish/cpp/aspose.cells.drawing/texteffectformat/getfontitalic/_index.md new file mode 100644 index 00000000000..dca9d6c6af2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/texteffectformat/getfontitalic/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::TextEffectFormat::GetFontItalic method +linktitle: GetFontItalic +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextEffectFormat::GetFontItalic method. Indicates whether font is italic in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing/texteffectformat/getfontitalic/ +--- +## TextEffectFormat::GetFontItalic method + + +Indicates whether font is italic. + +```cpp +bool Aspose::Cells::Drawing::TextEffectFormat::GetFontItalic() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextEffectFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/texteffectformat/getfontname/_index.md b/spanish/cpp/aspose.cells.drawing/texteffectformat/getfontname/_index.md new file mode 100644 index 00000000000..b9608da5627 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/texteffectformat/getfontname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::TextEffectFormat::GetFontName method +linktitle: GetFontName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextEffectFormat::GetFontName method. The name of the font used in the WordArt in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing/texteffectformat/getfontname/ +--- +## TextEffectFormat::GetFontName method + + +The name of the font used in the WordArt. + +```cpp +U16String Aspose::Cells::Drawing::TextEffectFormat::GetFontName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [TextEffectFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/texteffectformat/getfontsize/_index.md b/spanish/cpp/aspose.cells.drawing/texteffectformat/getfontsize/_index.md new file mode 100644 index 00000000000..569691fe1d2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/texteffectformat/getfontsize/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::TextEffectFormat::GetFontSize method +linktitle: GetFontSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextEffectFormat::GetFontSize method. The size (in points) of the font used in the WordArt in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing/texteffectformat/getfontsize/ +--- +## TextEffectFormat::GetFontSize method + + +The size (in points) of the font used in the WordArt. + +```cpp +int32_t Aspose::Cells::Drawing::TextEffectFormat::GetFontSize() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextEffectFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/texteffectformat/getpresetshape/_index.md b/spanish/cpp/aspose.cells.drawing/texteffectformat/getpresetshape/_index.md new file mode 100644 index 00000000000..fb4c53c1b4c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/texteffectformat/getpresetshape/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::TextEffectFormat::GetPresetShape method +linktitle: GetPresetShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextEffectFormat::GetPresetShape method. Gets and sets the preset shape type in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.drawing/texteffectformat/getpresetshape/ +--- +## TextEffectFormat::GetPresetShape method + + +Gets and sets the preset shape type. + +```cpp +MsoPresetTextEffectShape Aspose::Cells::Drawing::TextEffectFormat::GetPresetShape() +``` + +## See Also + +* Enum [MsoPresetTextEffectShape](../../msopresettexteffectshape/) +* Class [TextEffectFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/texteffectformat/getrotatedchars/_index.md b/spanish/cpp/aspose.cells.drawing/texteffectformat/getrotatedchars/_index.md new file mode 100644 index 00000000000..56ffa3ca9e5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/texteffectformat/getrotatedchars/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::TextEffectFormat::GetRotatedChars method +linktitle: GetRotatedChars +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextEffectFormat::GetRotatedChars method. If true,characters in the specified WordArt are rotated 90 degrees relative to the WordArt''s bounding shape in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing/texteffectformat/getrotatedchars/ +--- +## TextEffectFormat::GetRotatedChars method + + +If true,characters in the specified WordArt are rotated 90 degrees relative to the WordArt's bounding shape. + +```cpp +bool Aspose::Cells::Drawing::TextEffectFormat::GetRotatedChars() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextEffectFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/texteffectformat/gettext/_index.md b/spanish/cpp/aspose.cells.drawing/texteffectformat/gettext/_index.md new file mode 100644 index 00000000000..1360779709f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/texteffectformat/gettext/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::TextEffectFormat::GetText method +linktitle: GetText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextEffectFormat::GetText method. The text in the WordArt in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/texteffectformat/gettext/ +--- +## TextEffectFormat::GetText method + + +The text in the WordArt. + +```cpp +U16String Aspose::Cells::Drawing::TextEffectFormat::GetText() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [TextEffectFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/texteffectformat/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/texteffectformat/isnull/_index.md new file mode 100644 index 00000000000..f47c749e106 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/texteffectformat/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::TextEffectFormat::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextEffectFormat::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/texteffectformat/isnull/ +--- +## TextEffectFormat::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::TextEffectFormat::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextEffectFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/texteffectformat/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/texteffectformat/operator_asm/_index.md new file mode 100644 index 00000000000..d8fc4e1005e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/texteffectformat/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::TextEffectFormat::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextEffectFormat::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/texteffectformat/operator_asm/ +--- +## TextEffectFormat::operator= method + + +operator= + +```cpp +TextEffectFormat & Aspose::Cells::Drawing::TextEffectFormat::operator=(const TextEffectFormat &src) +``` + +## See Also + +* Class [TextEffectFormat](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextEffectFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/texteffectformat/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/texteffectformat/operator_bool/_index.md new file mode 100644 index 00000000000..841cacab7e6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/texteffectformat/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::TextEffectFormat::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextEffectFormat::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/texteffectformat/operator_bool/ +--- +## TextEffectFormat::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::TextEffectFormat::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [TextEffectFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/texteffectformat/setfontbold/_index.md b/spanish/cpp/aspose.cells.drawing/texteffectformat/setfontbold/_index.md new file mode 100644 index 00000000000..4a282668e92 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/texteffectformat/setfontbold/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::TextEffectFormat::SetFontBold method +linktitle: SetFontBold +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextEffectFormat::SetFontBold method. Indicates whether font is bold in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing/texteffectformat/setfontbold/ +--- +## TextEffectFormat::SetFontBold method + + +Indicates whether font is bold. + +```cpp +void Aspose::Cells::Drawing::TextEffectFormat::SetFontBold(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextEffectFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/texteffectformat/setfontitalic/_index.md b/spanish/cpp/aspose.cells.drawing/texteffectformat/setfontitalic/_index.md new file mode 100644 index 00000000000..55e504fe882 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/texteffectformat/setfontitalic/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::TextEffectFormat::SetFontItalic method +linktitle: SetFontItalic +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextEffectFormat::SetFontItalic method. Indicates whether font is italic in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing/texteffectformat/setfontitalic/ +--- +## TextEffectFormat::SetFontItalic method + + +Indicates whether font is italic. + +```cpp +void Aspose::Cells::Drawing::TextEffectFormat::SetFontItalic(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextEffectFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/texteffectformat/setfontname/_index.md b/spanish/cpp/aspose.cells.drawing/texteffectformat/setfontname/_index.md new file mode 100644 index 00000000000..27972f3218f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/texteffectformat/setfontname/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::TextEffectFormat::SetFontName method +linktitle: SetFontName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextEffectFormat::SetFontName method. The name of the font used in the WordArt in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing/texteffectformat/setfontname/ +--- +## TextEffectFormat::SetFontName(const U16String\&) method + + +The name of the font used in the WordArt. + +```cpp +void Aspose::Cells::Drawing::TextEffectFormat::SetFontName(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [TextEffectFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## TextEffectFormat::SetFontName(const char16_t*) method + + +The name of the font used in the WordArt. + +```cpp +void Aspose::Cells::Drawing::TextEffectFormat::SetFontName(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextEffectFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/texteffectformat/setfontsize/_index.md b/spanish/cpp/aspose.cells.drawing/texteffectformat/setfontsize/_index.md new file mode 100644 index 00000000000..a1c19c61ad9 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/texteffectformat/setfontsize/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::TextEffectFormat::SetFontSize method +linktitle: SetFontSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextEffectFormat::SetFontSize method. The size (in points) of the font used in the WordArt in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.drawing/texteffectformat/setfontsize/ +--- +## TextEffectFormat::SetFontSize method + + +The size (in points) of the font used in the WordArt. + +```cpp +void Aspose::Cells::Drawing::TextEffectFormat::SetFontSize(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextEffectFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/texteffectformat/setpresetshape/_index.md b/spanish/cpp/aspose.cells.drawing/texteffectformat/setpresetshape/_index.md new file mode 100644 index 00000000000..662fb5158ac --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/texteffectformat/setpresetshape/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::TextEffectFormat::SetPresetShape method +linktitle: SetPresetShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextEffectFormat::SetPresetShape method. Gets and sets the preset shape type in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.drawing/texteffectformat/setpresetshape/ +--- +## TextEffectFormat::SetPresetShape method + + +Gets and sets the preset shape type. + +```cpp +void Aspose::Cells::Drawing::TextEffectFormat::SetPresetShape(MsoPresetTextEffectShape value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [MsoPresetTextEffectShape](../../msopresettexteffectshape/) +* Class [TextEffectFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/texteffectformat/setrotatedchars/_index.md b/spanish/cpp/aspose.cells.drawing/texteffectformat/setrotatedchars/_index.md new file mode 100644 index 00000000000..ecc86b100c1 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/texteffectformat/setrotatedchars/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::TextEffectFormat::SetRotatedChars method +linktitle: SetRotatedChars +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextEffectFormat::SetRotatedChars method. If true,characters in the specified WordArt are rotated 90 degrees relative to the WordArt''s bounding shape in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing/texteffectformat/setrotatedchars/ +--- +## TextEffectFormat::SetRotatedChars method + + +If true,characters in the specified WordArt are rotated 90 degrees relative to the WordArt's bounding shape. + +```cpp +void Aspose::Cells::Drawing::TextEffectFormat::SetRotatedChars(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextEffectFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/texteffectformat/settext/_index.md b/spanish/cpp/aspose.cells.drawing/texteffectformat/settext/_index.md new file mode 100644 index 00000000000..fce5ed7487c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/texteffectformat/settext/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::TextEffectFormat::SetText method +linktitle: SetText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextEffectFormat::SetText method. The text in the WordArt in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/texteffectformat/settext/ +--- +## TextEffectFormat::SetText(const U16String\&) method + + +The text in the WordArt. + +```cpp +void Aspose::Cells::Drawing::TextEffectFormat::SetText(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [TextEffectFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## TextEffectFormat::SetText(const char16_t*) method + + +The text in the WordArt. + +```cpp +void Aspose::Cells::Drawing::TextEffectFormat::SetText(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextEffectFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/texteffectformat/settexteffect/_index.md b/spanish/cpp/aspose.cells.drawing/texteffectformat/settexteffect/_index.md new file mode 100644 index 00000000000..cd44f3a36f0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/texteffectformat/settexteffect/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Drawing::TextEffectFormat::SetTextEffect method +linktitle: SetTextEffect +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextEffectFormat::SetTextEffect method. Sets the preset text effect in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/texteffectformat/settexteffect/ +--- +## TextEffectFormat::SetTextEffect method + + +Sets the preset text effect. + +```cpp +void Aspose::Cells::Drawing::TextEffectFormat::SetTextEffect(MsoPresetTextEffect effect) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| effect | MsoPresetTextEffect | The preset text effect. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [MsoPresetTextEffect](../../msopresettexteffect/) +* Class [TextEffectFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/texteffectformat/texteffectformat/_index.md b/spanish/cpp/aspose.cells.drawing/texteffectformat/texteffectformat/_index.md new file mode 100644 index 00000000000..489d436ed4a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/texteffectformat/texteffectformat/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::TextEffectFormat::TextEffectFormat constructor +linktitle: TextEffectFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextEffectFormat::TextEffectFormat constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/texteffectformat/texteffectformat/ +--- +## TextEffectFormat::TextEffectFormat(TextEffectFormat_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::TextEffectFormat::TextEffectFormat(TextEffectFormat_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextEffectFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## TextEffectFormat::TextEffectFormat(const TextEffectFormat\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::TextEffectFormat::TextEffectFormat(const TextEffectFormat &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextEffectFormat](../) +* Class [TextEffectFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/texteffectformat/~texteffectformat/_index.md b/spanish/cpp/aspose.cells.drawing/texteffectformat/~texteffectformat/_index.md new file mode 100644 index 00000000000..45d08ba39d9 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/texteffectformat/~texteffectformat/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::TextEffectFormat::~TextEffectFormat method +linktitle: ~TextEffectFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextEffectFormat::~TextEffectFormat method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/texteffectformat/~texteffectformat/ +--- +## TextEffectFormat::~TextEffectFormat method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::TextEffectFormat::~TextEffectFormat() +``` + +## See Also + +* Class [TextEffectFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/textoverflowtype/_index.md b/spanish/cpp/aspose.cells.drawing/textoverflowtype/_index.md new file mode 100644 index 00000000000..88f7f58f23b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/textoverflowtype/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Drawing::TextOverflowType enum +linktitle: TextOverflowType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextOverflowType enum. Represents the way the text vertical or horizontal overflow in C++.' +type: docs +weight: 11800 +url: /es/cpp/aspose.cells.drawing/textoverflowtype/ +--- +## TextOverflowType enum + + +Represents the way the text vertical or horizontal overflow. + +```cpp +enum class TextOverflowType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Clip | 0 |
Pay attention to top and bottom barriers. Provide no indication that there is text which is not visible. | +| Ellipsis | 1 |
Pay attention to top and bottom barriers. Use an ellipsis to denote that there is text which is not visible. Only for vertical overflow. | +| Overflow | 2 |
Overflow the text and pay no attention to top and bottom barriers. | + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/texturefill/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/texturefill/_impl/_index.md new file mode 100644 index 00000000000..8dd948cca59 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/texturefill/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::TextureFill::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextureFill::_impl field. The implementation object in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.drawing/texturefill/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +TextureFill_Impl* Aspose::Cells::Drawing::TextureFill::_impl +``` + +## See Also + +* Class [TextureFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/texturefill/_index.md b/spanish/cpp/aspose.cells.drawing/texturefill/_index.md new file mode 100644 index 00000000000..5527c99d652 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/texturefill/_index.md @@ -0,0 +1,53 @@ +--- +title: Aspose::Cells::Drawing::TextureFill class +linktitle: TextureFill +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextureFill class. Encapsulates the object that represents texture fill format in C++.' +type: docs +weight: 7000 +url: /es/cpp/aspose.cells.drawing/texturefill/ +--- +## TextureFill class + + +Encapsulates the object that represents texture fill format. + +```cpp +class TextureFill +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetImageData()](./getimagedata/) | Gets and sets the image data of the fill. | +| [GetPicFormatOption()](./getpicformatoption/) | Gets or sets picture format option. | +| [GetPictureFormatType()](./getpictureformattype/) | Gets and sets the picture format type. | +| [GetScale()](./getscale/) | Gets and sets the picture format scale. | +| [GetTilePicOption()](./gettilepicoption/) | Gets or sets tile picture option. | +| [GetTransparency()](./gettransparency/) | Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). | +| [GetType()](./gettype/) | Gets and sets the texture type. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsTiling()](./istiling/) | Indicates whether tile picture as texture. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const TextureFill\& src)](./operator_asm/) | operator= | +| [SetImageData(const Vector \\& value)](./setimagedata/) | Gets and sets the image data of the fill. | +| [SetIsTiling(bool value)](./setistiling/) | Indicates whether tile picture as texture. | +| [SetPicFormatOption(const PicFormatOption\& value)](./setpicformatoption/) | Gets or sets picture format option. | +| [SetPictureFormatType(FillPictureType value)](./setpictureformattype/) | Gets and sets the picture format type. | +| [SetScale(double value)](./setscale/) | Gets and sets the picture format scale. | +| [SetTilePicOption(const TilePicOption\& value)](./settilepicoption/) | Gets or sets tile picture option. | +| [SetTransparency(double value)](./settransparency/) | Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). | +| [SetType(TextureType value)](./settype/) | Gets and sets the texture type. | +| [TextureFill(TextureFill_Impl* impl)](./texturefill/) | Constructs from an implementation object. | +| [TextureFill(const TextureFill\& src)](./texturefill/) | Copy constructor. | +| [~TextureFill()](./~texturefill/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/texturefill/getimagedata/_index.md b/spanish/cpp/aspose.cells.drawing/texturefill/getimagedata/_index.md new file mode 100644 index 00000000000..e71ff864a57 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/texturefill/getimagedata/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::TextureFill::GetImageData method +linktitle: GetImageData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextureFill::GetImageData method. Gets and sets the image data of the fill in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/texturefill/getimagedata/ +--- +## TextureFill::GetImageData method + + +Gets and sets the image data of the fill. + +```cpp +Vector Aspose::Cells::Drawing::TextureFill::GetImageData() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextureFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/texturefill/getpicformatoption/_index.md b/spanish/cpp/aspose.cells.drawing/texturefill/getpicformatoption/_index.md new file mode 100644 index 00000000000..2727d7f778e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/texturefill/getpicformatoption/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::TextureFill::GetPicFormatOption method +linktitle: GetPicFormatOption +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextureFill::GetPicFormatOption method. Gets or sets picture format option in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing/texturefill/getpicformatoption/ +--- +## TextureFill::GetPicFormatOption method + + +Gets or sets picture format option. + +```cpp +PicFormatOption Aspose::Cells::Drawing::TextureFill::GetPicFormatOption() +``` + +## See Also + +* Class [PicFormatOption](../../picformatoption/) +* Class [TextureFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/texturefill/getpictureformattype/_index.md b/spanish/cpp/aspose.cells.drawing/texturefill/getpictureformattype/_index.md new file mode 100644 index 00000000000..522263fbfd7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/texturefill/getpictureformattype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::TextureFill::GetPictureFormatType method +linktitle: GetPictureFormatType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextureFill::GetPictureFormatType method. Gets and sets the picture format type in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing/texturefill/getpictureformattype/ +--- +## TextureFill::GetPictureFormatType method + + +Gets and sets the picture format type. + +```cpp +FillPictureType Aspose::Cells::Drawing::TextureFill::GetPictureFormatType() +``` + +## See Also + +* Enum [FillPictureType](../../fillpicturetype/) +* Class [TextureFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/texturefill/getscale/_index.md b/spanish/cpp/aspose.cells.drawing/texturefill/getscale/_index.md new file mode 100644 index 00000000000..aab4269a6d3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/texturefill/getscale/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::TextureFill::GetScale method +linktitle: GetScale +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextureFill::GetScale method. Gets and sets the picture format scale in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.drawing/texturefill/getscale/ +--- +## TextureFill::GetScale method + + +Gets and sets the picture format scale. + +```cpp +double Aspose::Cells::Drawing::TextureFill::GetScale() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextureFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/texturefill/gettilepicoption/_index.md b/spanish/cpp/aspose.cells.drawing/texturefill/gettilepicoption/_index.md new file mode 100644 index 00000000000..32eff1a6406 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/texturefill/gettilepicoption/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::TextureFill::GetTilePicOption method +linktitle: GetTilePicOption +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextureFill::GetTilePicOption method. Gets or sets tile picture option in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing/texturefill/gettilepicoption/ +--- +## TextureFill::GetTilePicOption method + + +Gets or sets tile picture option. + +```cpp +TilePicOption Aspose::Cells::Drawing::TextureFill::GetTilePicOption() +``` + +## See Also + +* Class [TilePicOption](../../tilepicoption/) +* Class [TextureFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/texturefill/gettransparency/_index.md b/spanish/cpp/aspose.cells.drawing/texturefill/gettransparency/_index.md new file mode 100644 index 00000000000..88925711fdf --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/texturefill/gettransparency/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::TextureFill::GetTransparency method +linktitle: GetTransparency +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextureFill::GetTransparency method. Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear) in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.drawing/texturefill/gettransparency/ +--- +## TextureFill::GetTransparency method + + +Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). + +```cpp +double Aspose::Cells::Drawing::TextureFill::GetTransparency() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextureFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/texturefill/gettype/_index.md b/spanish/cpp/aspose.cells.drawing/texturefill/gettype/_index.md new file mode 100644 index 00000000000..c6c011087f8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/texturefill/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::TextureFill::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextureFill::GetType method. Gets and sets the texture type in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/texturefill/gettype/ +--- +## TextureFill::GetType method + + +Gets and sets the texture type. + +```cpp +TextureType Aspose::Cells::Drawing::TextureFill::GetType() +``` + +## See Also + +* Enum [TextureType](../../texturetype/) +* Class [TextureFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/texturefill/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/texturefill/isnull/_index.md new file mode 100644 index 00000000000..6d3d27953f7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/texturefill/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::TextureFill::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextureFill::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/texturefill/isnull/ +--- +## TextureFill::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::TextureFill::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextureFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/texturefill/istiling/_index.md b/spanish/cpp/aspose.cells.drawing/texturefill/istiling/_index.md new file mode 100644 index 00000000000..e5af3c2d266 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/texturefill/istiling/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::TextureFill::IsTiling method +linktitle: IsTiling +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextureFill::IsTiling method. Indicates whether tile picture as texture in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing/texturefill/istiling/ +--- +## TextureFill::IsTiling method + + +Indicates whether tile picture as texture. + +```cpp +bool Aspose::Cells::Drawing::TextureFill::IsTiling() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextureFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/texturefill/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/texturefill/operator_asm/_index.md new file mode 100644 index 00000000000..fe18736c9fa --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/texturefill/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::TextureFill::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextureFill::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/texturefill/operator_asm/ +--- +## TextureFill::operator= method + + +operator= + +```cpp +TextureFill & Aspose::Cells::Drawing::TextureFill::operator=(const TextureFill &src) +``` + +## See Also + +* Class [TextureFill](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextureFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/texturefill/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/texturefill/operator_bool/_index.md new file mode 100644 index 00000000000..1663e7eade3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/texturefill/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::TextureFill::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextureFill::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/texturefill/operator_bool/ +--- +## TextureFill::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::TextureFill::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [TextureFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/texturefill/setimagedata/_index.md b/spanish/cpp/aspose.cells.drawing/texturefill/setimagedata/_index.md new file mode 100644 index 00000000000..25a88607d53 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/texturefill/setimagedata/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::TextureFill::SetImageData method +linktitle: SetImageData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextureFill::SetImageData method. Gets and sets the image data of the fill in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing/texturefill/setimagedata/ +--- +## TextureFill::SetImageData method + + +Gets and sets the image data of the fill. + +```cpp +void Aspose::Cells::Drawing::TextureFill::SetImageData(const Vector &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextureFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/texturefill/setistiling/_index.md b/spanish/cpp/aspose.cells.drawing/texturefill/setistiling/_index.md new file mode 100644 index 00000000000..5631d8f48b4 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/texturefill/setistiling/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::TextureFill::SetIsTiling method +linktitle: SetIsTiling +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextureFill::SetIsTiling method. Indicates whether tile picture as texture in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing/texturefill/setistiling/ +--- +## TextureFill::SetIsTiling method + + +Indicates whether tile picture as texture. + +```cpp +void Aspose::Cells::Drawing::TextureFill::SetIsTiling(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextureFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/texturefill/setpicformatoption/_index.md b/spanish/cpp/aspose.cells.drawing/texturefill/setpicformatoption/_index.md new file mode 100644 index 00000000000..f79cfd689e5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/texturefill/setpicformatoption/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::TextureFill::SetPicFormatOption method +linktitle: SetPicFormatOption +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextureFill::SetPicFormatOption method. Gets or sets picture format option in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing/texturefill/setpicformatoption/ +--- +## TextureFill::SetPicFormatOption method + + +Gets or sets picture format option. + +```cpp +void Aspose::Cells::Drawing::TextureFill::SetPicFormatOption(const PicFormatOption &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PicFormatOption](../../picformatoption/) +* Class [TextureFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/texturefill/setpictureformattype/_index.md b/spanish/cpp/aspose.cells.drawing/texturefill/setpictureformattype/_index.md new file mode 100644 index 00000000000..6dae5623898 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/texturefill/setpictureformattype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::TextureFill::SetPictureFormatType method +linktitle: SetPictureFormatType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextureFill::SetPictureFormatType method. Gets and sets the picture format type in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing/texturefill/setpictureformattype/ +--- +## TextureFill::SetPictureFormatType method + + +Gets and sets the picture format type. + +```cpp +void Aspose::Cells::Drawing::TextureFill::SetPictureFormatType(FillPictureType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [FillPictureType](../../fillpicturetype/) +* Class [TextureFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/texturefill/setscale/_index.md b/spanish/cpp/aspose.cells.drawing/texturefill/setscale/_index.md new file mode 100644 index 00000000000..e5f81f7fa24 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/texturefill/setscale/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::TextureFill::SetScale method +linktitle: SetScale +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextureFill::SetScale method. Gets and sets the picture format scale in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.drawing/texturefill/setscale/ +--- +## TextureFill::SetScale method + + +Gets and sets the picture format scale. + +```cpp +void Aspose::Cells::Drawing::TextureFill::SetScale(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextureFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/texturefill/settilepicoption/_index.md b/spanish/cpp/aspose.cells.drawing/texturefill/settilepicoption/_index.md new file mode 100644 index 00000000000..a95fd394ae3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/texturefill/settilepicoption/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::TextureFill::SetTilePicOption method +linktitle: SetTilePicOption +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextureFill::SetTilePicOption method. Gets or sets tile picture option in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing/texturefill/settilepicoption/ +--- +## TextureFill::SetTilePicOption method + + +Gets or sets tile picture option. + +```cpp +void Aspose::Cells::Drawing::TextureFill::SetTilePicOption(const TilePicOption &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TilePicOption](../../tilepicoption/) +* Class [TextureFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/texturefill/settransparency/_index.md b/spanish/cpp/aspose.cells.drawing/texturefill/settransparency/_index.md new file mode 100644 index 00000000000..faf70d0350b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/texturefill/settransparency/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::TextureFill::SetTransparency method +linktitle: SetTransparency +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextureFill::SetTransparency method. Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear) in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.drawing/texturefill/settransparency/ +--- +## TextureFill::SetTransparency method + + +Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). + +```cpp +void Aspose::Cells::Drawing::TextureFill::SetTransparency(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextureFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/texturefill/settype/_index.md b/spanish/cpp/aspose.cells.drawing/texturefill/settype/_index.md new file mode 100644 index 00000000000..58da7f2637c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/texturefill/settype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::TextureFill::SetType method +linktitle: SetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextureFill::SetType method. Gets and sets the texture type in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/texturefill/settype/ +--- +## TextureFill::SetType method + + +Gets and sets the texture type. + +```cpp +void Aspose::Cells::Drawing::TextureFill::SetType(TextureType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [TextureType](../../texturetype/) +* Class [TextureFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/texturefill/texturefill/_index.md b/spanish/cpp/aspose.cells.drawing/texturefill/texturefill/_index.md new file mode 100644 index 00000000000..e8ae3269436 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/texturefill/texturefill/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::TextureFill::TextureFill constructor +linktitle: TextureFill +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextureFill::TextureFill constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/texturefill/texturefill/ +--- +## TextureFill::TextureFill(TextureFill_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::TextureFill::TextureFill(TextureFill_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextureFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## TextureFill::TextureFill(const TextureFill\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::TextureFill::TextureFill(const TextureFill &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextureFill](../) +* Class [TextureFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/texturefill/~texturefill/_index.md b/spanish/cpp/aspose.cells.drawing/texturefill/~texturefill/_index.md new file mode 100644 index 00000000000..c8212ae69e0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/texturefill/~texturefill/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::TextureFill::~TextureFill method +linktitle: ~TextureFill +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextureFill::~TextureFill method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/texturefill/~texturefill/ +--- +## TextureFill::~TextureFill method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::TextureFill::~TextureFill() +``` + +## See Also + +* Class [TextureFill](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/texturetype/_index.md b/spanish/cpp/aspose.cells.drawing/texturetype/_index.md new file mode 100644 index 00000000000..20b926b9755 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/texturetype/_index.md @@ -0,0 +1,52 @@ +--- +title: Aspose::Cells::Drawing::TextureType enum +linktitle: TextureType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TextureType enum. Represents the preset texture type in C++.' +type: docs +weight: 11900 +url: /es/cpp/aspose.cells.drawing/texturetype/ +--- +## TextureType enum + + +Represents the preset texture type. + +```cpp +enum class TextureType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| BlueTissuePaper | 0 |
Represents Blue Tissue Paper texture type. | +| Bouquet | 1 |
Represents Bouquet texture type. | +| BrownMarble | 2 |
Represents Brown Marble texture type. | +| Canvas | 3 |
Represents Canvas texture type. | +| Cork | 4 |
Represents Cork texture type. | +| Denim | 5 |
Represents Denim texture type. | +| FishFossil | 6 |
Represents Fish Fossil texture type. | +| Granite | 7 |
Represents Granite texture type. | +| GreenMarble | 8 |
Represents Green Marble texture type. | +| MediumWood | 9 |
Represents Medium Wood texture type. | +| Newsprint | 10 |
Represents Newsprint texture type. | +| Oak | 11 |
Represents Oak texture type. | +| PaperBag | 12 |
Represents Paper Bag texture type. | +| Papyrus | 13 |
Represents Papyrus texture type. | +| Parchment | 14 |
Represents Parchment texture type. | +| PinkTissuePaper | 15 |
Represents Pink Tissue Paper texture type. | +| PurpleMesh | 16 |
Represents Purple Mesh texture type. | +| RecycledPaper | 17 |
Represents Recycled Paper texture type. | +| Sand | 18 |
Represents Sand texture type. | +| Stationery | 19 |
Represents Stationery texture type. | +| Walnut | 20 |
Represents Walnut Droplets texture type. | +| WaterDroplets | 21 |
Represents Water Droplets texture type. | +| WhiteMarble | 22 |
Represents White Marble texture type. | +| WovenMat | 23 |
Represents Woven Mat texture type. | +| Unknown | 24 |
Represents Unknown texture type. | + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/threedformat/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/threedformat/_impl/_index.md new file mode 100644 index 00000000000..c50c27ac20f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/threedformat/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ThreeDFormat::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ThreeDFormat::_impl field. The implementation object in C++.' +type: docs +weight: 4800 +url: /es/cpp/aspose.cells.drawing/threedformat/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ThreeDFormat_Impl* Aspose::Cells::Drawing::ThreeDFormat::_impl +``` + +## See Also + +* Class [ThreeDFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/threedformat/_index.md b/spanish/cpp/aspose.cells.drawing/threedformat/_index.md new file mode 100644 index 00000000000..201d343a7d6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/threedformat/_index.md @@ -0,0 +1,79 @@ +--- +title: Aspose::Cells::Drawing::ThreeDFormat class +linktitle: ThreeDFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ThreeDFormat class. Represents a shape''s three-dimensional formatting in C++.' +type: docs +weight: 7100 +url: /es/cpp/aspose.cells.drawing/threedformat/ +--- +## ThreeDFormat class + + +Represents a shape's three-dimensional formatting. + +```cpp +class ThreeDFormat +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Equals(const Aspose::Cells::Object\& obj)](./equals/) | | +| [GetBottomBevelHeight()](./getbottombevelheight/) | Gets and sets the height of the bottom bevel, or how far into the shape it is applied. In unit of Points. | +| [GetBottomBevelType()](./getbottombeveltype/) | Gets and sets the type of the bottom bevel, or how far into the shape it is applied. In unit of Points. | +| [GetBottomBevelWidth()](./getbottombevelwidth/) | Gets and sets the width of the bottom bevel, or how far into the shape it is applied. In unit of Points. | +| [GetContourColor()](./getcontourcolor/) | Gets and sets the contour color on a shape. | +| [GetContourWidth()](./getcontourwidth/) | Gets and sets the contour width on the shape, in unit of points. | +| [GetExtrusionColor()](./getextrusioncolor/) | Gets the extrusion color on a shape. | +| [GetExtrusionHeight()](./getextrusionheight/) | Gets and sets the extrusion height of the applied to the shape, in unit of points. | +| [GetHashCode()](./gethashcode/) | Gets hashcode. | +| [GetLightAngle()](./getlightangle/) | Gets and sets the angle of the extrusion lights. | +| [GetLighting()](./getlighting/) | Gets and sets type of light rig. | +| [GetLightingDirection()](./getlightingdirection/) | Gets and sets the direction from which the light rig is oriented in relation to the scene. | +| [GetMaterial()](./getmaterial/) | Represents the preset material which is combined with the lighting properties to give the final look and feel of a shape. | +| [GetPerspective()](./getperspective/) | Gets and sets the angle at which a [ThreeDFormat](./) object can be viewed. | +| [GetPresetCameraType()](./getpresetcameratype/) | Gets and sets the extrusion preset camera type. | +| [GetRotationX()](./getrotationx/) | Gets and sets the rotation of the extruded shape around the x-axis in degrees. | +| [GetRotationY()](./getrotationy/) | Gets and sets the rotation of the extruded shape around the y-axis in degrees. | +| [GetRotationZ()](./getrotationz/) | Gets and sets the rotation of the extruded shape around the z-axis in degrees. | +| [GetTopBevelHeight()](./gettopbevelheight/) | Gets and sets the height of the top bevel, or how far into the shape it is applied. In unit of Points. | +| [GetTopBevelType()](./gettopbeveltype/) | Gets and sets the type of the top bevel, or how far into the shape it is applied. In unit of Points. | +| [GetTopBevelWidth()](./gettopbevelwidth/) | Gets and sets the width of the top bevel, or how far into the shape it is applied. In unit of Points. | +| [GetZ()](./getz/) | Defines the distance from ground for the 3D shape. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ThreeDFormat\& src)](./operator_asm/) | operator= | +| [SetBottomBevelHeight(double value)](./setbottombevelheight/) | Gets and sets the height of the bottom bevel, or how far into the shape it is applied. In unit of Points. | +| [SetBottomBevelType(BevelType value)](./setbottombeveltype/) | Gets and sets the type of the bottom bevel, or how far into the shape it is applied. In unit of Points. | +| [SetBottomBevelWidth(double value)](./setbottombevelwidth/) | Gets and sets the width of the bottom bevel, or how far into the shape it is applied. In unit of Points. | +| [SetContourColor(const CellsColor\& value)](./setcontourcolor/) | Gets and sets the contour color on a shape. | +| [SetContourWidth(double value)](./setcontourwidth/) | Gets and sets the contour width on the shape, in unit of points. | +| [SetExtrusionColor(const CellsColor\& value)](./setextrusioncolor/) | Gets the extrusion color on a shape. | +| [SetExtrusionHeight(double value)](./setextrusionheight/) | Gets and sets the extrusion height of the applied to the shape, in unit of points. | +| [SetLightAngle(double value)](./setlightangle/) | Gets and sets the angle of the extrusion lights. | +| [SetLighting(LightRigType value)](./setlighting/) | Gets and sets type of light rig. | +| [SetLightingDirection(LightRigDirectionType value)](./setlightingdirection/) | Gets and sets the direction from which the light rig is oriented in relation to the scene. | +| [SetMaterial(PresetMaterialType value)](./setmaterial/) | Represents the preset material which is combined with the lighting properties to give the final look and feel of a shape. | +| [SetPerspective(double value)](./setperspective/) | Gets and sets the angle at which a [ThreeDFormat](./) object can be viewed. | +| [SetPresetCameraType(PresetCameraType value)](./setpresetcameratype/) | Gets and sets the extrusion preset camera type. | +| [SetRotationX(double value)](./setrotationx/) | Gets and sets the rotation of the extruded shape around the x-axis in degrees. | +| [SetRotationY(double value)](./setrotationy/) | Gets and sets the rotation of the extruded shape around the y-axis in degrees. | +| [SetRotationZ(double value)](./setrotationz/) | Gets and sets the rotation of the extruded shape around the z-axis in degrees. | +| [SetTopBevelHeight(double value)](./settopbevelheight/) | Gets and sets the height of the top bevel, or how far into the shape it is applied. In unit of Points. | +| [SetTopBevelType(BevelType value)](./settopbeveltype/) | Gets and sets the type of the top bevel, or how far into the shape it is applied. In unit of Points. | +| [SetTopBevelWidth(double value)](./settopbevelwidth/) | Gets and sets the width of the top bevel, or how far into the shape it is applied. In unit of Points. | +| [SetZ(double value)](./setz/) | Defines the distance from ground for the 3D shape. | +| [ThreeDFormat(ThreeDFormat_Impl* impl)](./threedformat/) | Constructs from an implementation object. | +| [ThreeDFormat(const ThreeDFormat\& src)](./threedformat/) | Copy constructor. | +| [~ThreeDFormat()](./~threedformat/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/threedformat/equals/_index.md b/spanish/cpp/aspose.cells.drawing/threedformat/equals/_index.md new file mode 100644 index 00000000000..7b245f102f0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/threedformat/equals/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Drawing::ThreeDFormat::Equals method +linktitle: Equals +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Equals method of Aspose::Cells::Drawing::ThreeDFormat class in C++.' +type: docs +weight: 4700 +url: /es/cpp/aspose.cells.drawing/threedformat/equals/ +--- +## ThreeDFormat::Equals method + + + + +```cpp +bool Aspose::Cells::Drawing::ThreeDFormat::Equals(const Aspose::Cells::Object &obj) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| obj | const Aspose::Cells::Object\& | | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Object](../../../aspose.cells/object/) +* Class [ThreeDFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/threedformat/getbottombevelheight/_index.md b/spanish/cpp/aspose.cells.drawing/threedformat/getbottombevelheight/_index.md new file mode 100644 index 00000000000..2670cc0349a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/threedformat/getbottombevelheight/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ThreeDFormat::GetBottomBevelHeight method +linktitle: GetBottomBevelHeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ThreeDFormat::GetBottomBevelHeight method. Gets and sets the height of the bottom bevel, or how far into the shape it is applied. In unit of Points in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/threedformat/getbottombevelheight/ +--- +## ThreeDFormat::GetBottomBevelHeight method + + +Gets and sets the height of the bottom bevel, or how far into the shape it is applied. In unit of Points. + +```cpp +double Aspose::Cells::Drawing::ThreeDFormat::GetBottomBevelHeight() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ThreeDFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/threedformat/getbottombeveltype/_index.md b/spanish/cpp/aspose.cells.drawing/threedformat/getbottombeveltype/_index.md new file mode 100644 index 00000000000..07f32b620a8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/threedformat/getbottombeveltype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ThreeDFormat::GetBottomBevelType method +linktitle: GetBottomBevelType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ThreeDFormat::GetBottomBevelType method. Gets and sets the type of the bottom bevel, or how far into the shape it is applied. In unit of Points in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing/threedformat/getbottombeveltype/ +--- +## ThreeDFormat::GetBottomBevelType method + + +Gets and sets the type of the bottom bevel, or how far into the shape it is applied. In unit of Points. + +```cpp +BevelType Aspose::Cells::Drawing::ThreeDFormat::GetBottomBevelType() +``` + +## See Also + +* Enum [BevelType](../../beveltype/) +* Class [ThreeDFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/threedformat/getbottombevelwidth/_index.md b/spanish/cpp/aspose.cells.drawing/threedformat/getbottombevelwidth/_index.md new file mode 100644 index 00000000000..ba352dbd852 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/threedformat/getbottombevelwidth/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ThreeDFormat::GetBottomBevelWidth method +linktitle: GetBottomBevelWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ThreeDFormat::GetBottomBevelWidth method. Gets and sets the width of the bottom bevel, or how far into the shape it is applied. In unit of Points in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/threedformat/getbottombevelwidth/ +--- +## ThreeDFormat::GetBottomBevelWidth method + + +Gets and sets the width of the bottom bevel, or how far into the shape it is applied. In unit of Points. + +```cpp +double Aspose::Cells::Drawing::ThreeDFormat::GetBottomBevelWidth() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ThreeDFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/threedformat/getcontourcolor/_index.md b/spanish/cpp/aspose.cells.drawing/threedformat/getcontourcolor/_index.md new file mode 100644 index 00000000000..e780b5c1764 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/threedformat/getcontourcolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ThreeDFormat::GetContourColor method +linktitle: GetContourColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ThreeDFormat::GetContourColor method. Gets and sets the contour color on a shape in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.drawing/threedformat/getcontourcolor/ +--- +## ThreeDFormat::GetContourColor method + + +Gets and sets the contour color on a shape. + +```cpp +CellsColor Aspose::Cells::Drawing::ThreeDFormat::GetContourColor() +``` + +## See Also + +* Class [CellsColor](../../../aspose.cells/cellscolor/) +* Class [ThreeDFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/threedformat/getcontourwidth/_index.md b/spanish/cpp/aspose.cells.drawing/threedformat/getcontourwidth/_index.md new file mode 100644 index 00000000000..bf15cdc887d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/threedformat/getcontourwidth/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ThreeDFormat::GetContourWidth method +linktitle: GetContourWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ThreeDFormat::GetContourWidth method. Gets and sets the contour width on the shape, in unit of points in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.drawing/threedformat/getcontourwidth/ +--- +## ThreeDFormat::GetContourWidth method + + +Gets and sets the contour width on the shape, in unit of points. + +```cpp +double Aspose::Cells::Drawing::ThreeDFormat::GetContourWidth() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ThreeDFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/threedformat/getextrusioncolor/_index.md b/spanish/cpp/aspose.cells.drawing/threedformat/getextrusioncolor/_index.md new file mode 100644 index 00000000000..4a11a0b1756 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/threedformat/getextrusioncolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ThreeDFormat::GetExtrusionColor method +linktitle: GetExtrusionColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ThreeDFormat::GetExtrusionColor method. Gets the extrusion color on a shape in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.drawing/threedformat/getextrusioncolor/ +--- +## ThreeDFormat::GetExtrusionColor method + + +Gets the extrusion color on a shape. + +```cpp +CellsColor Aspose::Cells::Drawing::ThreeDFormat::GetExtrusionColor() +``` + +## See Also + +* Class [CellsColor](../../../aspose.cells/cellscolor/) +* Class [ThreeDFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/threedformat/getextrusionheight/_index.md b/spanish/cpp/aspose.cells.drawing/threedformat/getextrusionheight/_index.md new file mode 100644 index 00000000000..2132b791154 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/threedformat/getextrusionheight/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ThreeDFormat::GetExtrusionHeight method +linktitle: GetExtrusionHeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ThreeDFormat::GetExtrusionHeight method. Gets and sets the extrusion height of the applied to the shape, in unit of points in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.drawing/threedformat/getextrusionheight/ +--- +## ThreeDFormat::GetExtrusionHeight method + + +Gets and sets the extrusion height of the applied to the shape, in unit of points. + +```cpp +double Aspose::Cells::Drawing::ThreeDFormat::GetExtrusionHeight() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ThreeDFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/threedformat/gethashcode/_index.md b/spanish/cpp/aspose.cells.drawing/threedformat/gethashcode/_index.md new file mode 100644 index 00000000000..0f188b931eb --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/threedformat/gethashcode/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::ThreeDFormat::GetHashCode method +linktitle: GetHashCode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ThreeDFormat::GetHashCode method. Gets hashcode in C++.' +type: docs +weight: 4600 +url: /es/cpp/aspose.cells.drawing/threedformat/gethashcode/ +--- +## ThreeDFormat::GetHashCode method + + +Gets hashcode. + +```cpp +int32_t Aspose::Cells::Drawing::ThreeDFormat::GetHashCode() +``` + + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ThreeDFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/threedformat/getlightangle/_index.md b/spanish/cpp/aspose.cells.drawing/threedformat/getlightangle/_index.md new file mode 100644 index 00000000000..3584f741813 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/threedformat/getlightangle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ThreeDFormat::GetLightAngle method +linktitle: GetLightAngle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ThreeDFormat::GetLightAngle method. Gets and sets the angle of the extrusion lights in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells.drawing/threedformat/getlightangle/ +--- +## ThreeDFormat::GetLightAngle method + + +Gets and sets the angle of the extrusion lights. + +```cpp +double Aspose::Cells::Drawing::ThreeDFormat::GetLightAngle() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ThreeDFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/threedformat/getlighting/_index.md b/spanish/cpp/aspose.cells.drawing/threedformat/getlighting/_index.md new file mode 100644 index 00000000000..23c687363cc --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/threedformat/getlighting/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ThreeDFormat::GetLighting method +linktitle: GetLighting +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ThreeDFormat::GetLighting method. Gets and sets type of light rig in C++.' +type: docs +weight: 3200 +url: /es/cpp/aspose.cells.drawing/threedformat/getlighting/ +--- +## ThreeDFormat::GetLighting method + + +Gets and sets type of light rig. + +```cpp +LightRigType Aspose::Cells::Drawing::ThreeDFormat::GetLighting() +``` + +## See Also + +* Enum [LightRigType](../../lightrigtype/) +* Class [ThreeDFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/threedformat/getlightingdirection/_index.md b/spanish/cpp/aspose.cells.drawing/threedformat/getlightingdirection/_index.md new file mode 100644 index 00000000000..7d0132ccb4b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/threedformat/getlightingdirection/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ThreeDFormat::GetLightingDirection method +linktitle: GetLightingDirection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ThreeDFormat::GetLightingDirection method. Gets and sets the direction from which the light rig is oriented in relation to the scene in C++.' +type: docs +weight: 3400 +url: /es/cpp/aspose.cells.drawing/threedformat/getlightingdirection/ +--- +## ThreeDFormat::GetLightingDirection method + + +Gets and sets the direction from which the light rig is oriented in relation to the scene. + +```cpp +LightRigDirectionType Aspose::Cells::Drawing::ThreeDFormat::GetLightingDirection() +``` + +## See Also + +* Enum [LightRigDirectionType](../../lightrigdirectiontype/) +* Class [ThreeDFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/threedformat/getmaterial/_index.md b/spanish/cpp/aspose.cells.drawing/threedformat/getmaterial/_index.md new file mode 100644 index 00000000000..92842a0ee4d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/threedformat/getmaterial/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ThreeDFormat::GetMaterial method +linktitle: GetMaterial +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ThreeDFormat::GetMaterial method. Represents the preset material which is combined with the lighting properties to give the final look and feel of a shape in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.drawing/threedformat/getmaterial/ +--- +## ThreeDFormat::GetMaterial method + + +Represents the preset material which is combined with the lighting properties to give the final look and feel of a shape. + +```cpp +PresetMaterialType Aspose::Cells::Drawing::ThreeDFormat::GetMaterial() +``` + +## See Also + +* Enum [PresetMaterialType](../../presetmaterialtype/) +* Class [ThreeDFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/threedformat/getperspective/_index.md b/spanish/cpp/aspose.cells.drawing/threedformat/getperspective/_index.md new file mode 100644 index 00000000000..e2736e5620e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/threedformat/getperspective/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ThreeDFormat::GetPerspective method +linktitle: GetPerspective +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ThreeDFormat::GetPerspective method. Gets and sets the angle at which a ThreeDFormat object can be viewed in C++.' +type: docs +weight: 3600 +url: /es/cpp/aspose.cells.drawing/threedformat/getperspective/ +--- +## ThreeDFormat::GetPerspective method + + +Gets and sets the angle at which a [ThreeDFormat](../) object can be viewed. + +```cpp +double Aspose::Cells::Drawing::ThreeDFormat::GetPerspective() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ThreeDFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/threedformat/getpresetcameratype/_index.md b/spanish/cpp/aspose.cells.drawing/threedformat/getpresetcameratype/_index.md new file mode 100644 index 00000000000..77e2ac6e94f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/threedformat/getpresetcameratype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ThreeDFormat::GetPresetCameraType method +linktitle: GetPresetCameraType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ThreeDFormat::GetPresetCameraType method. Gets and sets the extrusion preset camera type in C++.' +type: docs +weight: 4400 +url: /es/cpp/aspose.cells.drawing/threedformat/getpresetcameratype/ +--- +## ThreeDFormat::GetPresetCameraType method + + +Gets and sets the extrusion preset camera type. + +```cpp +PresetCameraType Aspose::Cells::Drawing::ThreeDFormat::GetPresetCameraType() +``` + +## See Also + +* Enum [PresetCameraType](../../presetcameratype/) +* Class [ThreeDFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/threedformat/getrotationx/_index.md b/spanish/cpp/aspose.cells.drawing/threedformat/getrotationx/_index.md new file mode 100644 index 00000000000..826682f45c1 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/threedformat/getrotationx/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ThreeDFormat::GetRotationX method +linktitle: GetRotationX +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ThreeDFormat::GetRotationX method. Gets and sets the rotation of the extruded shape around the x-axis in degrees in C++.' +type: docs +weight: 3800 +url: /es/cpp/aspose.cells.drawing/threedformat/getrotationx/ +--- +## ThreeDFormat::GetRotationX method + + +Gets and sets the rotation of the extruded shape around the x-axis in degrees. + +```cpp +double Aspose::Cells::Drawing::ThreeDFormat::GetRotationX() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ThreeDFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/threedformat/getrotationy/_index.md b/spanish/cpp/aspose.cells.drawing/threedformat/getrotationy/_index.md new file mode 100644 index 00000000000..f34b045ede9 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/threedformat/getrotationy/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ThreeDFormat::GetRotationY method +linktitle: GetRotationY +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ThreeDFormat::GetRotationY method. Gets and sets the rotation of the extruded shape around the y-axis in degrees in C++.' +type: docs +weight: 4000 +url: /es/cpp/aspose.cells.drawing/threedformat/getrotationy/ +--- +## ThreeDFormat::GetRotationY method + + +Gets and sets the rotation of the extruded shape around the y-axis in degrees. + +```cpp +double Aspose::Cells::Drawing::ThreeDFormat::GetRotationY() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ThreeDFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/threedformat/getrotationz/_index.md b/spanish/cpp/aspose.cells.drawing/threedformat/getrotationz/_index.md new file mode 100644 index 00000000000..cd8ab875ed0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/threedformat/getrotationz/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ThreeDFormat::GetRotationZ method +linktitle: GetRotationZ +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ThreeDFormat::GetRotationZ method. Gets and sets the rotation of the extruded shape around the z-axis in degrees in C++.' +type: docs +weight: 4200 +url: /es/cpp/aspose.cells.drawing/threedformat/getrotationz/ +--- +## ThreeDFormat::GetRotationZ method + + +Gets and sets the rotation of the extruded shape around the z-axis in degrees. + +```cpp +double Aspose::Cells::Drawing::ThreeDFormat::GetRotationZ() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ThreeDFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/threedformat/gettopbevelheight/_index.md b/spanish/cpp/aspose.cells.drawing/threedformat/gettopbevelheight/_index.md new file mode 100644 index 00000000000..63bf28da446 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/threedformat/gettopbevelheight/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ThreeDFormat::GetTopBevelHeight method +linktitle: GetTopBevelHeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ThreeDFormat::GetTopBevelHeight method. Gets and sets the height of the top bevel, or how far into the shape it is applied. In unit of Points in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing/threedformat/gettopbevelheight/ +--- +## ThreeDFormat::GetTopBevelHeight method + + +Gets and sets the height of the top bevel, or how far into the shape it is applied. In unit of Points. + +```cpp +double Aspose::Cells::Drawing::ThreeDFormat::GetTopBevelHeight() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ThreeDFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/threedformat/gettopbeveltype/_index.md b/spanish/cpp/aspose.cells.drawing/threedformat/gettopbeveltype/_index.md new file mode 100644 index 00000000000..9611a704361 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/threedformat/gettopbeveltype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ThreeDFormat::GetTopBevelType method +linktitle: GetTopBevelType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ThreeDFormat::GetTopBevelType method. Gets and sets the type of the top bevel, or how far into the shape it is applied. In unit of Points in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing/threedformat/gettopbeveltype/ +--- +## ThreeDFormat::GetTopBevelType method + + +Gets and sets the type of the top bevel, or how far into the shape it is applied. In unit of Points. + +```cpp +BevelType Aspose::Cells::Drawing::ThreeDFormat::GetTopBevelType() +``` + +## See Also + +* Enum [BevelType](../../beveltype/) +* Class [ThreeDFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/threedformat/gettopbevelwidth/_index.md b/spanish/cpp/aspose.cells.drawing/threedformat/gettopbevelwidth/_index.md new file mode 100644 index 00000000000..b0e25b7b5c7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/threedformat/gettopbevelwidth/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ThreeDFormat::GetTopBevelWidth method +linktitle: GetTopBevelWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ThreeDFormat::GetTopBevelWidth method. Gets and sets the width of the top bevel, or how far into the shape it is applied. In unit of Points in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing/threedformat/gettopbevelwidth/ +--- +## ThreeDFormat::GetTopBevelWidth method + + +Gets and sets the width of the top bevel, or how far into the shape it is applied. In unit of Points. + +```cpp +double Aspose::Cells::Drawing::ThreeDFormat::GetTopBevelWidth() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ThreeDFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/threedformat/getz/_index.md b/spanish/cpp/aspose.cells.drawing/threedformat/getz/_index.md new file mode 100644 index 00000000000..b25513bc92d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/threedformat/getz/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ThreeDFormat::GetZ method +linktitle: GetZ +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ThreeDFormat::GetZ method. Defines the distance from ground for the 3D shape in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells.drawing/threedformat/getz/ +--- +## ThreeDFormat::GetZ method + + +Defines the distance from ground for the 3D shape. + +```cpp +double Aspose::Cells::Drawing::ThreeDFormat::GetZ() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ThreeDFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/threedformat/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/threedformat/isnull/_index.md new file mode 100644 index 00000000000..59937cb797a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/threedformat/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::ThreeDFormat::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ThreeDFormat::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/threedformat/isnull/ +--- +## ThreeDFormat::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::ThreeDFormat::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ThreeDFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/threedformat/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/threedformat/operator_asm/_index.md new file mode 100644 index 00000000000..9b168c861ff --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/threedformat/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ThreeDFormat::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ThreeDFormat::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/threedformat/operator_asm/ +--- +## ThreeDFormat::operator= method + + +operator= + +```cpp +ThreeDFormat & Aspose::Cells::Drawing::ThreeDFormat::operator=(const ThreeDFormat &src) +``` + +## See Also + +* Class [ThreeDFormat](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ThreeDFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/threedformat/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/threedformat/operator_bool/_index.md new file mode 100644 index 00000000000..fa4334b86f5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/threedformat/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::ThreeDFormat::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ThreeDFormat::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/threedformat/operator_bool/ +--- +## ThreeDFormat::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::ThreeDFormat::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ThreeDFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/threedformat/setbottombevelheight/_index.md b/spanish/cpp/aspose.cells.drawing/threedformat/setbottombevelheight/_index.md new file mode 100644 index 00000000000..fa347617587 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/threedformat/setbottombevelheight/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ThreeDFormat::SetBottomBevelHeight method +linktitle: SetBottomBevelHeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ThreeDFormat::SetBottomBevelHeight method. Gets and sets the height of the bottom bevel, or how far into the shape it is applied. In unit of Points in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing/threedformat/setbottombevelheight/ +--- +## ThreeDFormat::SetBottomBevelHeight method + + +Gets and sets the height of the bottom bevel, or how far into the shape it is applied. In unit of Points. + +```cpp +void Aspose::Cells::Drawing::ThreeDFormat::SetBottomBevelHeight(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ThreeDFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/threedformat/setbottombeveltype/_index.md b/spanish/cpp/aspose.cells.drawing/threedformat/setbottombeveltype/_index.md new file mode 100644 index 00000000000..6e0217b46f5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/threedformat/setbottombeveltype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ThreeDFormat::SetBottomBevelType method +linktitle: SetBottomBevelType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ThreeDFormat::SetBottomBevelType method. Gets and sets the type of the bottom bevel, or how far into the shape it is applied. In unit of Points in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing/threedformat/setbottombeveltype/ +--- +## ThreeDFormat::SetBottomBevelType method + + +Gets and sets the type of the bottom bevel, or how far into the shape it is applied. In unit of Points. + +```cpp +void Aspose::Cells::Drawing::ThreeDFormat::SetBottomBevelType(BevelType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [BevelType](../../beveltype/) +* Class [ThreeDFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/threedformat/setbottombevelwidth/_index.md b/spanish/cpp/aspose.cells.drawing/threedformat/setbottombevelwidth/_index.md new file mode 100644 index 00000000000..722a0f13a92 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/threedformat/setbottombevelwidth/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ThreeDFormat::SetBottomBevelWidth method +linktitle: SetBottomBevelWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ThreeDFormat::SetBottomBevelWidth method. Gets and sets the width of the bottom bevel, or how far into the shape it is applied. In unit of Points in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/threedformat/setbottombevelwidth/ +--- +## ThreeDFormat::SetBottomBevelWidth method + + +Gets and sets the width of the bottom bevel, or how far into the shape it is applied. In unit of Points. + +```cpp +void Aspose::Cells::Drawing::ThreeDFormat::SetBottomBevelWidth(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ThreeDFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/threedformat/setcontourcolor/_index.md b/spanish/cpp/aspose.cells.drawing/threedformat/setcontourcolor/_index.md new file mode 100644 index 00000000000..2429d3a9c2c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/threedformat/setcontourcolor/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ThreeDFormat::SetContourColor method +linktitle: SetContourColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ThreeDFormat::SetContourColor method. Gets and sets the contour color on a shape in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.drawing/threedformat/setcontourcolor/ +--- +## ThreeDFormat::SetContourColor method + + +Gets and sets the contour color on a shape. + +```cpp +void Aspose::Cells::Drawing::ThreeDFormat::SetContourColor(const CellsColor &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CellsColor](../../../aspose.cells/cellscolor/) +* Class [ThreeDFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/threedformat/setcontourwidth/_index.md b/spanish/cpp/aspose.cells.drawing/threedformat/setcontourwidth/_index.md new file mode 100644 index 00000000000..702c2ac8e7f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/threedformat/setcontourwidth/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ThreeDFormat::SetContourWidth method +linktitle: SetContourWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ThreeDFormat::SetContourWidth method. Gets and sets the contour width on the shape, in unit of points in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.drawing/threedformat/setcontourwidth/ +--- +## ThreeDFormat::SetContourWidth method + + +Gets and sets the contour width on the shape, in unit of points. + +```cpp +void Aspose::Cells::Drawing::ThreeDFormat::SetContourWidth(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ThreeDFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/threedformat/setextrusioncolor/_index.md b/spanish/cpp/aspose.cells.drawing/threedformat/setextrusioncolor/_index.md new file mode 100644 index 00000000000..8ddf74ddd86 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/threedformat/setextrusioncolor/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ThreeDFormat::SetExtrusionColor method +linktitle: SetExtrusionColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ThreeDFormat::SetExtrusionColor method. Gets the extrusion color on a shape in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.drawing/threedformat/setextrusioncolor/ +--- +## ThreeDFormat::SetExtrusionColor method + + +Gets the extrusion color on a shape. + +```cpp +void Aspose::Cells::Drawing::ThreeDFormat::SetExtrusionColor(const CellsColor &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CellsColor](../../../aspose.cells/cellscolor/) +* Class [ThreeDFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/threedformat/setextrusionheight/_index.md b/spanish/cpp/aspose.cells.drawing/threedformat/setextrusionheight/_index.md new file mode 100644 index 00000000000..9142c2c1f5b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/threedformat/setextrusionheight/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ThreeDFormat::SetExtrusionHeight method +linktitle: SetExtrusionHeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ThreeDFormat::SetExtrusionHeight method. Gets and sets the extrusion height of the applied to the shape, in unit of points in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.drawing/threedformat/setextrusionheight/ +--- +## ThreeDFormat::SetExtrusionHeight method + + +Gets and sets the extrusion height of the applied to the shape, in unit of points. + +```cpp +void Aspose::Cells::Drawing::ThreeDFormat::SetExtrusionHeight(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ThreeDFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/threedformat/setlightangle/_index.md b/spanish/cpp/aspose.cells.drawing/threedformat/setlightangle/_index.md new file mode 100644 index 00000000000..c301626b41e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/threedformat/setlightangle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ThreeDFormat::SetLightAngle method +linktitle: SetLightAngle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ThreeDFormat::SetLightAngle method. Gets and sets the angle of the extrusion lights in C++.' +type: docs +weight: 3100 +url: /es/cpp/aspose.cells.drawing/threedformat/setlightangle/ +--- +## ThreeDFormat::SetLightAngle method + + +Gets and sets the angle of the extrusion lights. + +```cpp +void Aspose::Cells::Drawing::ThreeDFormat::SetLightAngle(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ThreeDFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/threedformat/setlighting/_index.md b/spanish/cpp/aspose.cells.drawing/threedformat/setlighting/_index.md new file mode 100644 index 00000000000..cc4ccd31f6e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/threedformat/setlighting/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ThreeDFormat::SetLighting method +linktitle: SetLighting +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ThreeDFormat::SetLighting method. Gets and sets type of light rig in C++.' +type: docs +weight: 3300 +url: /es/cpp/aspose.cells.drawing/threedformat/setlighting/ +--- +## ThreeDFormat::SetLighting method + + +Gets and sets type of light rig. + +```cpp +void Aspose::Cells::Drawing::ThreeDFormat::SetLighting(LightRigType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [LightRigType](../../lightrigtype/) +* Class [ThreeDFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/threedformat/setlightingdirection/_index.md b/spanish/cpp/aspose.cells.drawing/threedformat/setlightingdirection/_index.md new file mode 100644 index 00000000000..e3dfa1d64b2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/threedformat/setlightingdirection/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ThreeDFormat::SetLightingDirection method +linktitle: SetLightingDirection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ThreeDFormat::SetLightingDirection method. Gets and sets the direction from which the light rig is oriented in relation to the scene in C++.' +type: docs +weight: 3500 +url: /es/cpp/aspose.cells.drawing/threedformat/setlightingdirection/ +--- +## ThreeDFormat::SetLightingDirection method + + +Gets and sets the direction from which the light rig is oriented in relation to the scene. + +```cpp +void Aspose::Cells::Drawing::ThreeDFormat::SetLightingDirection(LightRigDirectionType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [LightRigDirectionType](../../lightrigdirectiontype/) +* Class [ThreeDFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/threedformat/setmaterial/_index.md b/spanish/cpp/aspose.cells.drawing/threedformat/setmaterial/_index.md new file mode 100644 index 00000000000..5cba50cfe5c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/threedformat/setmaterial/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ThreeDFormat::SetMaterial method +linktitle: SetMaterial +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ThreeDFormat::SetMaterial method. Represents the preset material which is combined with the lighting properties to give the final look and feel of a shape in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.drawing/threedformat/setmaterial/ +--- +## ThreeDFormat::SetMaterial method + + +Represents the preset material which is combined with the lighting properties to give the final look and feel of a shape. + +```cpp +void Aspose::Cells::Drawing::ThreeDFormat::SetMaterial(PresetMaterialType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PresetMaterialType](../../presetmaterialtype/) +* Class [ThreeDFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/threedformat/setperspective/_index.md b/spanish/cpp/aspose.cells.drawing/threedformat/setperspective/_index.md new file mode 100644 index 00000000000..b453020c5e7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/threedformat/setperspective/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ThreeDFormat::SetPerspective method +linktitle: SetPerspective +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ThreeDFormat::SetPerspective method. Gets and sets the angle at which a ThreeDFormat object can be viewed in C++.' +type: docs +weight: 3700 +url: /es/cpp/aspose.cells.drawing/threedformat/setperspective/ +--- +## ThreeDFormat::SetPerspective method + + +Gets and sets the angle at which a [ThreeDFormat](../) object can be viewed. + +```cpp +void Aspose::Cells::Drawing::ThreeDFormat::SetPerspective(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ThreeDFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/threedformat/setpresetcameratype/_index.md b/spanish/cpp/aspose.cells.drawing/threedformat/setpresetcameratype/_index.md new file mode 100644 index 00000000000..daad78258d7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/threedformat/setpresetcameratype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ThreeDFormat::SetPresetCameraType method +linktitle: SetPresetCameraType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ThreeDFormat::SetPresetCameraType method. Gets and sets the extrusion preset camera type in C++.' +type: docs +weight: 4500 +url: /es/cpp/aspose.cells.drawing/threedformat/setpresetcameratype/ +--- +## ThreeDFormat::SetPresetCameraType method + + +Gets and sets the extrusion preset camera type. + +```cpp +void Aspose::Cells::Drawing::ThreeDFormat::SetPresetCameraType(PresetCameraType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PresetCameraType](../../presetcameratype/) +* Class [ThreeDFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/threedformat/setrotationx/_index.md b/spanish/cpp/aspose.cells.drawing/threedformat/setrotationx/_index.md new file mode 100644 index 00000000000..18e3ac94c2a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/threedformat/setrotationx/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ThreeDFormat::SetRotationX method +linktitle: SetRotationX +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ThreeDFormat::SetRotationX method. Gets and sets the rotation of the extruded shape around the x-axis in degrees in C++.' +type: docs +weight: 3900 +url: /es/cpp/aspose.cells.drawing/threedformat/setrotationx/ +--- +## ThreeDFormat::SetRotationX method + + +Gets and sets the rotation of the extruded shape around the x-axis in degrees. + +```cpp +void Aspose::Cells::Drawing::ThreeDFormat::SetRotationX(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ThreeDFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/threedformat/setrotationy/_index.md b/spanish/cpp/aspose.cells.drawing/threedformat/setrotationy/_index.md new file mode 100644 index 00000000000..52c47e1b2ea --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/threedformat/setrotationy/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ThreeDFormat::SetRotationY method +linktitle: SetRotationY +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ThreeDFormat::SetRotationY method. Gets and sets the rotation of the extruded shape around the y-axis in degrees in C++.' +type: docs +weight: 4100 +url: /es/cpp/aspose.cells.drawing/threedformat/setrotationy/ +--- +## ThreeDFormat::SetRotationY method + + +Gets and sets the rotation of the extruded shape around the y-axis in degrees. + +```cpp +void Aspose::Cells::Drawing::ThreeDFormat::SetRotationY(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ThreeDFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/threedformat/setrotationz/_index.md b/spanish/cpp/aspose.cells.drawing/threedformat/setrotationz/_index.md new file mode 100644 index 00000000000..f47756257a3 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/threedformat/setrotationz/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ThreeDFormat::SetRotationZ method +linktitle: SetRotationZ +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ThreeDFormat::SetRotationZ method. Gets and sets the rotation of the extruded shape around the z-axis in degrees in C++.' +type: docs +weight: 4300 +url: /es/cpp/aspose.cells.drawing/threedformat/setrotationz/ +--- +## ThreeDFormat::SetRotationZ method + + +Gets and sets the rotation of the extruded shape around the z-axis in degrees. + +```cpp +void Aspose::Cells::Drawing::ThreeDFormat::SetRotationZ(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ThreeDFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/threedformat/settopbevelheight/_index.md b/spanish/cpp/aspose.cells.drawing/threedformat/settopbevelheight/_index.md new file mode 100644 index 00000000000..a24c00c9e01 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/threedformat/settopbevelheight/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ThreeDFormat::SetTopBevelHeight method +linktitle: SetTopBevelHeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ThreeDFormat::SetTopBevelHeight method. Gets and sets the height of the top bevel, or how far into the shape it is applied. In unit of Points in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing/threedformat/settopbevelheight/ +--- +## ThreeDFormat::SetTopBevelHeight method + + +Gets and sets the height of the top bevel, or how far into the shape it is applied. In unit of Points. + +```cpp +void Aspose::Cells::Drawing::ThreeDFormat::SetTopBevelHeight(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ThreeDFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/threedformat/settopbeveltype/_index.md b/spanish/cpp/aspose.cells.drawing/threedformat/settopbeveltype/_index.md new file mode 100644 index 00000000000..7e051e8135e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/threedformat/settopbeveltype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::ThreeDFormat::SetTopBevelType method +linktitle: SetTopBevelType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ThreeDFormat::SetTopBevelType method. Gets and sets the type of the top bevel, or how far into the shape it is applied. In unit of Points in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing/threedformat/settopbeveltype/ +--- +## ThreeDFormat::SetTopBevelType method + + +Gets and sets the type of the top bevel, or how far into the shape it is applied. In unit of Points. + +```cpp +void Aspose::Cells::Drawing::ThreeDFormat::SetTopBevelType(BevelType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [BevelType](../../beveltype/) +* Class [ThreeDFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/threedformat/settopbevelwidth/_index.md b/spanish/cpp/aspose.cells.drawing/threedformat/settopbevelwidth/_index.md new file mode 100644 index 00000000000..b793a0b9a66 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/threedformat/settopbevelwidth/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ThreeDFormat::SetTopBevelWidth method +linktitle: SetTopBevelWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ThreeDFormat::SetTopBevelWidth method. Gets and sets the width of the top bevel, or how far into the shape it is applied. In unit of Points in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing/threedformat/settopbevelwidth/ +--- +## ThreeDFormat::SetTopBevelWidth method + + +Gets and sets the width of the top bevel, or how far into the shape it is applied. In unit of Points. + +```cpp +void Aspose::Cells::Drawing::ThreeDFormat::SetTopBevelWidth(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ThreeDFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/threedformat/setz/_index.md b/spanish/cpp/aspose.cells.drawing/threedformat/setz/_index.md new file mode 100644 index 00000000000..a98a34b577b --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/threedformat/setz/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::ThreeDFormat::SetZ method +linktitle: SetZ +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ThreeDFormat::SetZ method. Defines the distance from ground for the 3D shape in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells.drawing/threedformat/setz/ +--- +## ThreeDFormat::SetZ method + + +Defines the distance from ground for the 3D shape. + +```cpp +void Aspose::Cells::Drawing::ThreeDFormat::SetZ(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ThreeDFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/threedformat/threedformat/_index.md b/spanish/cpp/aspose.cells.drawing/threedformat/threedformat/_index.md new file mode 100644 index 00000000000..6662841ea8f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/threedformat/threedformat/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Drawing::ThreeDFormat::ThreeDFormat constructor +linktitle: ThreeDFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ThreeDFormat::ThreeDFormat constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/threedformat/threedformat/ +--- +## ThreeDFormat::ThreeDFormat(ThreeDFormat_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::ThreeDFormat::ThreeDFormat(ThreeDFormat_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ThreeDFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## ThreeDFormat::ThreeDFormat(const ThreeDFormat\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::ThreeDFormat::ThreeDFormat(const ThreeDFormat &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ThreeDFormat](../) +* Class [ThreeDFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/threedformat/~threedformat/_index.md b/spanish/cpp/aspose.cells.drawing/threedformat/~threedformat/_index.md new file mode 100644 index 00000000000..1995b45e425 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/threedformat/~threedformat/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::ThreeDFormat::~ThreeDFormat method +linktitle: ~ThreeDFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::ThreeDFormat::~ThreeDFormat method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/threedformat/~threedformat/ +--- +## ThreeDFormat::~ThreeDFormat method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::ThreeDFormat::~ThreeDFormat() +``` + +## See Also + +* Class [ThreeDFormat](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/tilepicoption/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/tilepicoption/_impl/_index.md new file mode 100644 index 00000000000..3779a906abb --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/tilepicoption/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::TilePicOption::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TilePicOption::_impl field. The implementation object in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.drawing/tilepicoption/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +TilePicOption_Impl* Aspose::Cells::Drawing::TilePicOption::_impl +``` + +## See Also + +* Class [TilePicOption](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/tilepicoption/_index.md b/spanish/cpp/aspose.cells.drawing/tilepicoption/_index.md new file mode 100644 index 00000000000..63a8fb2da8d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/tilepicoption/_index.md @@ -0,0 +1,50 @@ +--- +title: Aspose::Cells::Drawing::TilePicOption class +linktitle: TilePicOption +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TilePicOption class. Represents tile picture as texture in C++.' +type: docs +weight: 7200 +url: /es/cpp/aspose.cells.drawing/tilepicoption/ +--- +## TilePicOption class + + +Represents tile picture as texture. + +```cpp +class TilePicOption +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetAlignmentType()](./getalignmenttype/) | Gets or sets the alignment for tiling. | +| [GetMirrorType()](./getmirrortype/) | Gets or sets the mirror type for tiling. | +| [GetOffsetX()](./getoffsetx/) | Gets or sets the X offset for tiling picture. | +| [GetOffsetY()](./getoffsety/) | Gets or sets the Y offset for tiling picture. | +| [GetScaleX()](./getscalex/) | Gets or sets the X scale for tiling picture. | +| [GetScaleY()](./getscaley/) | Gets or sets the Y scale for tiling picture. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const TilePicOption\& src)](./operator_asm/) | operator= | +| [SetAlignmentType(RectangleAlignmentType value)](./setalignmenttype/) | Gets or sets the alignment for tiling. | +| [SetMirrorType(MirrorType value)](./setmirrortype/) | Gets or sets the mirror type for tiling. | +| [SetOffsetX(double value)](./setoffsetx/) | Gets or sets the X offset for tiling picture. | +| [SetOffsetY(double value)](./setoffsety/) | Gets or sets the Y offset for tiling picture. | +| [SetScaleX(double value)](./setscalex/) | Gets or sets the X scale for tiling picture. | +| [SetScaleY(double value)](./setscaley/) | Gets or sets the Y scale for tiling picture. | +| [TilePicOption()](./tilepicoption/) | Default constructor. | +| [TilePicOption(TilePicOption_Impl* impl)](./tilepicoption/) | Constructs from an implementation object. | +| [TilePicOption(const TilePicOption\& src)](./tilepicoption/) | Copy constructor. | +| [~TilePicOption()](./~tilepicoption/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/tilepicoption/getalignmenttype/_index.md b/spanish/cpp/aspose.cells.drawing/tilepicoption/getalignmenttype/_index.md new file mode 100644 index 00000000000..ee463079b6e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/tilepicoption/getalignmenttype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::TilePicOption::GetAlignmentType method +linktitle: GetAlignmentType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TilePicOption::GetAlignmentType method. Gets or sets the alignment for tiling in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.drawing/tilepicoption/getalignmenttype/ +--- +## TilePicOption::GetAlignmentType method + + +Gets or sets the alignment for tiling. + +```cpp +RectangleAlignmentType Aspose::Cells::Drawing::TilePicOption::GetAlignmentType() +``` + +## See Also + +* Enum [RectangleAlignmentType](../../rectanglealignmenttype/) +* Class [TilePicOption](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/tilepicoption/getmirrortype/_index.md b/spanish/cpp/aspose.cells.drawing/tilepicoption/getmirrortype/_index.md new file mode 100644 index 00000000000..2db6397f978 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/tilepicoption/getmirrortype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::TilePicOption::GetMirrorType method +linktitle: GetMirrorType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TilePicOption::GetMirrorType method. Gets or sets the mirror type for tiling in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.drawing/tilepicoption/getmirrortype/ +--- +## TilePicOption::GetMirrorType method + + +Gets or sets the mirror type for tiling. + +```cpp +MirrorType Aspose::Cells::Drawing::TilePicOption::GetMirrorType() +``` + +## See Also + +* Enum [MirrorType](../../mirrortype/) +* Class [TilePicOption](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/tilepicoption/getoffsetx/_index.md b/spanish/cpp/aspose.cells.drawing/tilepicoption/getoffsetx/_index.md new file mode 100644 index 00000000000..bfd235929ab --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/tilepicoption/getoffsetx/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::TilePicOption::GetOffsetX method +linktitle: GetOffsetX +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TilePicOption::GetOffsetX method. Gets or sets the X offset for tiling picture in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/tilepicoption/getoffsetx/ +--- +## TilePicOption::GetOffsetX method + + +Gets or sets the X offset for tiling picture. + +```cpp +double Aspose::Cells::Drawing::TilePicOption::GetOffsetX() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TilePicOption](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/tilepicoption/getoffsety/_index.md b/spanish/cpp/aspose.cells.drawing/tilepicoption/getoffsety/_index.md new file mode 100644 index 00000000000..8586635dc4d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/tilepicoption/getoffsety/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::TilePicOption::GetOffsetY method +linktitle: GetOffsetY +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TilePicOption::GetOffsetY method. Gets or sets the Y offset for tiling picture in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/tilepicoption/getoffsety/ +--- +## TilePicOption::GetOffsetY method + + +Gets or sets the Y offset for tiling picture. + +```cpp +double Aspose::Cells::Drawing::TilePicOption::GetOffsetY() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TilePicOption](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/tilepicoption/getscalex/_index.md b/spanish/cpp/aspose.cells.drawing/tilepicoption/getscalex/_index.md new file mode 100644 index 00000000000..8d7275066c5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/tilepicoption/getscalex/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::TilePicOption::GetScaleX method +linktitle: GetScaleX +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TilePicOption::GetScaleX method. Gets or sets the X scale for tiling picture in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.drawing/tilepicoption/getscalex/ +--- +## TilePicOption::GetScaleX method + + +Gets or sets the X scale for tiling picture. + +```cpp +double Aspose::Cells::Drawing::TilePicOption::GetScaleX() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TilePicOption](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/tilepicoption/getscaley/_index.md b/spanish/cpp/aspose.cells.drawing/tilepicoption/getscaley/_index.md new file mode 100644 index 00000000000..5f24f300b0e --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/tilepicoption/getscaley/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::TilePicOption::GetScaleY method +linktitle: GetScaleY +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TilePicOption::GetScaleY method. Gets or sets the Y scale for tiling picture in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.drawing/tilepicoption/getscaley/ +--- +## TilePicOption::GetScaleY method + + +Gets or sets the Y scale for tiling picture. + +```cpp +double Aspose::Cells::Drawing::TilePicOption::GetScaleY() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TilePicOption](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/tilepicoption/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/tilepicoption/isnull/_index.md new file mode 100644 index 00000000000..e970238b755 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/tilepicoption/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::TilePicOption::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TilePicOption::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/tilepicoption/isnull/ +--- +## TilePicOption::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::TilePicOption::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TilePicOption](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/tilepicoption/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/tilepicoption/operator_asm/_index.md new file mode 100644 index 00000000000..4be2331610f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/tilepicoption/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::TilePicOption::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TilePicOption::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/tilepicoption/operator_asm/ +--- +## TilePicOption::operator= method + + +operator= + +```cpp +TilePicOption & Aspose::Cells::Drawing::TilePicOption::operator=(const TilePicOption &src) +``` + +## See Also + +* Class [TilePicOption](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [TilePicOption](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/tilepicoption/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/tilepicoption/operator_bool/_index.md new file mode 100644 index 00000000000..1ca089cd90d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/tilepicoption/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::TilePicOption::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TilePicOption::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/tilepicoption/operator_bool/ +--- +## TilePicOption::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::TilePicOption::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [TilePicOption](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/tilepicoption/setalignmenttype/_index.md b/spanish/cpp/aspose.cells.drawing/tilepicoption/setalignmenttype/_index.md new file mode 100644 index 00000000000..90fa2d21a8a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/tilepicoption/setalignmenttype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::TilePicOption::SetAlignmentType method +linktitle: SetAlignmentType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TilePicOption::SetAlignmentType method. Gets or sets the alignment for tiling in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.drawing/tilepicoption/setalignmenttype/ +--- +## TilePicOption::SetAlignmentType method + + +Gets or sets the alignment for tiling. + +```cpp +void Aspose::Cells::Drawing::TilePicOption::SetAlignmentType(RectangleAlignmentType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [RectangleAlignmentType](../../rectanglealignmenttype/) +* Class [TilePicOption](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/tilepicoption/setmirrortype/_index.md b/spanish/cpp/aspose.cells.drawing/tilepicoption/setmirrortype/_index.md new file mode 100644 index 00000000000..3359398f4e6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/tilepicoption/setmirrortype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::TilePicOption::SetMirrorType method +linktitle: SetMirrorType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TilePicOption::SetMirrorType method. Gets or sets the mirror type for tiling in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.drawing/tilepicoption/setmirrortype/ +--- +## TilePicOption::SetMirrorType method + + +Gets or sets the mirror type for tiling. + +```cpp +void Aspose::Cells::Drawing::TilePicOption::SetMirrorType(MirrorType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [MirrorType](../../mirrortype/) +* Class [TilePicOption](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/tilepicoption/setoffsetx/_index.md b/spanish/cpp/aspose.cells.drawing/tilepicoption/setoffsetx/_index.md new file mode 100644 index 00000000000..f1d0a35e0e5 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/tilepicoption/setoffsetx/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::TilePicOption::SetOffsetX method +linktitle: SetOffsetX +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TilePicOption::SetOffsetX method. Gets or sets the X offset for tiling picture in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/tilepicoption/setoffsetx/ +--- +## TilePicOption::SetOffsetX method + + +Gets or sets the X offset for tiling picture. + +```cpp +void Aspose::Cells::Drawing::TilePicOption::SetOffsetX(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TilePicOption](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/tilepicoption/setoffsety/_index.md b/spanish/cpp/aspose.cells.drawing/tilepicoption/setoffsety/_index.md new file mode 100644 index 00000000000..44660c99eb8 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/tilepicoption/setoffsety/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::TilePicOption::SetOffsetY method +linktitle: SetOffsetY +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TilePicOption::SetOffsetY method. Gets or sets the Y offset for tiling picture in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.drawing/tilepicoption/setoffsety/ +--- +## TilePicOption::SetOffsetY method + + +Gets or sets the Y offset for tiling picture. + +```cpp +void Aspose::Cells::Drawing::TilePicOption::SetOffsetY(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TilePicOption](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/tilepicoption/setscalex/_index.md b/spanish/cpp/aspose.cells.drawing/tilepicoption/setscalex/_index.md new file mode 100644 index 00000000000..4b8bd7b66df --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/tilepicoption/setscalex/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::TilePicOption::SetScaleX method +linktitle: SetScaleX +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TilePicOption::SetScaleX method. Gets or sets the X scale for tiling picture in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.drawing/tilepicoption/setscalex/ +--- +## TilePicOption::SetScaleX method + + +Gets or sets the X scale for tiling picture. + +```cpp +void Aspose::Cells::Drawing::TilePicOption::SetScaleX(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TilePicOption](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/tilepicoption/setscaley/_index.md b/spanish/cpp/aspose.cells.drawing/tilepicoption/setscaley/_index.md new file mode 100644 index 00000000000..3a2242794f1 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/tilepicoption/setscaley/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::TilePicOption::SetScaleY method +linktitle: SetScaleY +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TilePicOption::SetScaleY method. Gets or sets the Y scale for tiling picture in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.drawing/tilepicoption/setscaley/ +--- +## TilePicOption::SetScaleY method + + +Gets or sets the Y scale for tiling picture. + +```cpp +void Aspose::Cells::Drawing::TilePicOption::SetScaleY(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TilePicOption](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/tilepicoption/tilepicoption/_index.md b/spanish/cpp/aspose.cells.drawing/tilepicoption/tilepicoption/_index.md new file mode 100644 index 00000000000..ca2146386e7 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/tilepicoption/tilepicoption/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::Drawing::TilePicOption::TilePicOption constructor +linktitle: TilePicOption +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TilePicOption::TilePicOption constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/tilepicoption/tilepicoption/ +--- +## TilePicOption::TilePicOption() constructor + + +Default constructor. + +```cpp +Aspose::Cells::Drawing::TilePicOption::TilePicOption() +``` + +## See Also + +* Class [TilePicOption](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## TilePicOption::TilePicOption(TilePicOption_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::TilePicOption::TilePicOption(TilePicOption_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TilePicOption](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## TilePicOption::TilePicOption(const TilePicOption\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::TilePicOption::TilePicOption(const TilePicOption &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TilePicOption](../) +* Class [TilePicOption](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/tilepicoption/~tilepicoption/_index.md b/spanish/cpp/aspose.cells.drawing/tilepicoption/~tilepicoption/_index.md new file mode 100644 index 00000000000..f1a4950a848 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/tilepicoption/~tilepicoption/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::TilePicOption::~TilePicOption method +linktitle: ~TilePicOption +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TilePicOption::~TilePicOption method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/tilepicoption/~tilepicoption/ +--- +## TilePicOption::~TilePicOption method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::TilePicOption::~TilePicOption() +``` + +## See Also + +* Class [TilePicOption](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/timelineshape/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/timelineshape/_impl/_index.md new file mode 100644 index 00000000000..e6a7b25343c --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/timelineshape/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::TimelineShape::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TimelineShape::_impl field. The implementation object in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/timelineshape/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +TimelineShape_Impl* Aspose::Cells::Drawing::TimelineShape::_impl +``` + +## See Also + +* Class [TimelineShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/timelineshape/_index.md b/spanish/cpp/aspose.cells.drawing/timelineshape/_index.md new file mode 100644 index 00000000000..e62685fa46d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/timelineshape/_index.md @@ -0,0 +1,249 @@ +--- +title: Aspose::Cells::Drawing::TimelineShape class +linktitle: TimelineShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TimelineShape class. Represents the Timeline msodrawing object in C++.' +type: docs +weight: 7300 +url: /es/cpp/aspose.cells.drawing/timelineshape/ +--- +## TimelineShape class + + +Represents the Timeline msodrawing object. + +```cpp +class TimelineShape : public Aspose::Cells::Drawing::Shape +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddHyperlink(const U16String\& address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AddHyperlink(const char16_t* address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AlignTopRightCorner(int32_t topRow, int32_t rightColumn)](../shape/aligntoprightcorner/) | Moves the picture to the top-right corner. | +| [CalculateTextSize()](../shape/calculatetextsize/) | Recalculate the text area. | +| [Characters(int32_t startIndex, int32_t length)](../shape/characters/) | Returns a Characters object that represents a range of characters within the text. | +| [FitToTextSize()](../shape/fittotextsize/) | Recalculate a text area suitable for displaying all text content. | +| [FormatCharacters(int32_t startIndex, int32_t length, const Aspose::Cells::Font\& font, const StyleFlag\& flag)](../shape/formatcharacters/) | Formats some characters with the font setting. | +| [GetActiveXControl()](../shape/getactivexcontrol/) | Gets the ActiveX control. | +| [GetActualBox()](../shape/getactualbox/) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [GetActualLowerRightRow()](../shape/getactuallowerrightrow/) | Get the actual bottom row. | +| [GetAlternativeText()](../shape/getalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [GetAnchorType()](../shape/getanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [GetAutoShapeType()](../shape/getautoshapetype/) | Gets and sets the auto shape type. | +| [GetBottom()](../shape/getbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [GetConnectionPoints()](../shape/getconnectionpoints/) | Get the connection points. | +| [GetControlData()](../shape/getcontroldata/) | Gets the data of control. | +| [GetCreateId(UUID\& uuid)](../shape/getcreateid/) | Gets and sets create id for this shape. | +| [GetFill()](../shape/getfill/) | Returns a [FillFormat](../fillformat/) object that contains fill formatting properties for the specified shape. | +| [GetFont()](../shape/getfont/) | Represents the font of shape. | +| [GetFormatPicture()](../shape/getformatpicture/) | Gets and sets the options of the picture format. | +| [GetGeometry()](../shape/getgeometry/) | Gets the geometry. | +| [GetGlow()](../shape/getglow/) | Represents a [GlowEffect](../gloweffect/) object that specifies glow effect for the chart element or shape. | +| [GetGroup()](../shape/getgroup/) | Gets the group shape which contains this shape. | +| [GetHasLine()](../shape/gethasline/) | Gets and sets the line border of the shape is visible. | +| [GetHeight()](../shape/getheight/) | Represents the height of shape, in unit of pixel. | +| [GetHeightCM()](../shape/getheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [GetHeightInch()](../shape/getheightinch/) | Represents the height of the shape, in unit of inches. | +| [GetHeightInShape()](../shape/getheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [GetHeightPt()](../shape/getheightpt/) | Represents the height of the shape, in unit of points. | +| [GetHeightScale()](../shape/getheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [GetHtmlText()](../shape/gethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [GetHyperlink()](../shape/gethyperlink/) | Gets the hyperlink of the shape. | +| [GetId()](../shape/getid/) | Gets the identifier of this shape. | +| [GetInputRange()](../shape/getinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [GetInputRange(bool isR1C1, bool isLocal)](../shape/getinputrange/) | Gets the range used to fill the control. | +| [GetLeft()](../shape/getleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [GetLeftCM()](../shape/getleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [GetLeftInch()](../shape/getleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [GetLeftInShape()](../shape/getleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [GetLeftToCorner()](../shape/getlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [GetLine()](../shape/getline/) | Gets line style. | +| [GetLinkedCell()](../shape/getlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [GetLinkedCell(bool isR1C1, bool isLocal)](../shape/getlinkedcell/) | Gets the range linked to the control's value. | +| [GetLockedProperty(ShapeLockType type)](../shape/getlockedproperty/) | Gets the value of locked property. | +| [GetLowerDeltaX()](../shape/getlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [GetLowerDeltaY()](../shape/getlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [GetLowerRightColumn()](../shape/getlowerrightcolumn/) | Represents lower right corner column index. | +| [GetLowerRightRow()](../shape/getlowerrightrow/) | Represents lower right corner row index. | +| [GetMacroName()](../shape/getmacroname/) | Gets and sets the name of macro. | +| [GetMsoDrawingType()](../shape/getmsodrawingtype/) | Gets drawing type. | +| [GetName()](../shape/getname/) | Gets and sets the name of the shape. | +| [GetPaths()](../shape/getpaths/) | Gets the paths of a custom geometric shape. | +| [GetPlacement()](../shape/getplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [GetReflection()](../shape/getreflection/) | Represents a [ReflectionEffect](../reflectioneffect/) object that specifies reflection effect for the chart element or shape. | +| [GetRelativeToOriginalPictureSize()](../shape/getrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [GetResultOfSmartArt()](../shape/getresultofsmartart/) | Converting smart art to grouped shapes. | +| [GetRichFormattings()](../shape/getrichformattings/) | Returns all Characters objects that represents a range of characters within the text . | +| [GetRight()](../shape/getright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [GetRotationAngle()](../shape/getrotationangle/) | Gets and sets the rotation of the shape. | +| [GetShadowEffect()](../shape/getshadoweffect/) | Represents a [Drawing.ShadowEffect](../shadoweffect/) object that specifies shadow effect for the chart element or shape. | +| [GetSoftEdges()](../shape/getsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [GetSpid()](../shape/getspid/) | Specifies an optional string identifier that an application can use to identify the particular shape. | +| [GetSpt()](../shape/getspt/) | Specifies an optional number that an application can use to associate the particular shape with a defined shape type. | +| [GetText()](../shape/gettext/) | Gets and sets the text of this shape. | +| [GetTextBody()](../shape/gettextbody/) | Gets and sets the setting of the shape's text. | +| [GetTextBoxOptions()](../shape/gettextboxoptions/) | Gets the text information in the shape. | +| [GetTextDirection()](../shape/gettextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [GetTextEffect()](../shape/gettexteffect/) | Returns a [TextEffectFormat](../texteffectformat/) object that contains text-effect formatting properties for the specified shape. Applies to [Shape](../shape/) objects that represent WordArt. | +| [GetTextHorizontalAlignment()](../shape/gettexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [GetTextHorizontalOverflow()](../shape/gettexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [GetTextOptions()](../shape/gettextoptions/) | Represents the text options of the shape. | +| [GetTextOrientationType()](../shape/gettextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [GetTextShapeType()](../shape/gettextshapetype/) | Gets and sets the preset text shape type. | +| [GetTextVerticalAlignment()](../shape/gettextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [GetTextVerticalOverflow()](../shape/gettextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [GetThreeDFormat()](../shape/getthreedformat/) | Gets and sets 3d format of the shape. | +| [GetTitle()](../shape/gettitle/) | Specifies the title (caption) of the current shape object. | +| [GetTop()](../shape/gettop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [GetTopCM()](../shape/gettopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [GetTopInch()](../shape/gettopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [GetTopInShape()](../shape/gettopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [GetTopToCorner()](../shape/gettoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [GetType()](../shape/gettype/) | Gets the auto shape type. | +| [GetUpperDeltaX()](../shape/getupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [GetUpperDeltaY()](../shape/getupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [GetUpperLeftColumn()](../shape/getupperleftcolumn/) | Represents upper left corner column index. | +| [GetUpperLeftRow()](../shape/getupperleftrow/) | Represents the top row index. | +| [GetWidth()](../shape/getwidth/) | Represents the width of shape, in unit of pixels. | +| [GetWidthCM()](../shape/getwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [GetWidthInch()](../shape/getwidthinch/) | Represents the width of the shape, in unit of inch. | +| [GetWidthInShape()](../shape/getwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [GetWidthPt()](../shape/getwidthpt/) | Represents the width of the shape, in unit of point. | +| [GetWidthScale()](../shape/getwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [GetWorksheet()](../shape/getworksheet/) | Gets the [Worksheet](../../aspose.cells/worksheet/) object which contains this shape. | +| [GetX()](../shape/getx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [GetY()](../shape/gety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [GetZOrderPosition()](../shape/getzorderposition/) | Returns the position of a shape in the z-order. | +| [IsAspectRatioLocked()](../shape/isaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [IsDecorative()](../shape/isdecorative/) | Indicates whether the object is decorative. | +| [IsEquation()](../shape/isequation/) | Indicates whether the shape only contains an equation. | +| [IsFilled()](../shape/isfilled/) | Indicates whether the fill format is visible. | +| [IsFlippedHorizontally()](../shape/isflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [IsFlippedVertically()](../shape/isflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [IsGroup()](../shape/isgroup/) | Indicates whether this shape is a group shape. | +| [IsHidden()](../shape/ishidden/) | Indicates whether the object is visible. | +| [IsInGroup()](../shape/isingroup/) | Indicates whether the shape is grouped. | +| [IsLockAspectRatio()](../shape/islockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [IsLocked()](../shape/islocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsPrintable()](../shape/isprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [IsRichText()](../shape/isrichtext/) | Whether or not the text is rich text. | +| [IsSameSetting(const Aspose::Cells::Object\& obj)](../shape/issamesetting/) | Returns whether the shape is same. | +| [IsSmartArt()](../shape/issmartart/) | Indicates whether the shape is a smart art. | +| [IsTextWrapped()](../shape/istextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [IsWordArt()](../shape/iswordart/) | Indicates whether this shape is a word art. | +| [MoveToRange(int32_t topRow, int32_t leftColumn, int32_t bottomRow, int32_t rightColumn)](../shape/movetorange/) | Moves the shape to a specified range. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const TimelineShape\& src)](./operator_asm/) | operator= | +| [operator=(const Shape\& src)](../shape/operator_asm/) | operator= | +| [RemoveActiveXControl()](../shape/removeactivexcontrol/) | Remove activeX control. | +| [RemoveHyperlink()](../shape/removehyperlink/) | Removes the hyperlink of the shape. | +| [SetAlternativeText(const U16String\& value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAlternativeText(const char16_t* value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAnchorType(ShapeAnchorType value)](../shape/setanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [SetAutoShapeType(AutoShapeType value)](../shape/setautoshapetype/) | Gets and sets the auto shape type. | +| [SetBottom(int32_t value)](../shape/setbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [SetCreateId(const UUID\& value)](../shape/setcreateid/) | Gets and sets create id for this shape. | +| [SetFont(const Aspose::Cells::Font\& value)](../shape/setfont/) | Represents the font of shape. | +| [SetHasLine(bool value)](../shape/sethasline/) | Gets and sets the line border of the shape is visible. | +| [SetHeight(int32_t value)](../shape/setheight/) | Represents the height of shape, in unit of pixel. | +| [SetHeightCM(double value)](../shape/setheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [SetHeightInch(double value)](../shape/setheightinch/) | Represents the height of the shape, in unit of inches. | +| [SetHeightInShape(int32_t value)](../shape/setheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [SetHeightPt(double value)](../shape/setheightpt/) | Represents the height of the shape, in unit of points. | +| [SetHeightScale(int32_t value)](../shape/setheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [SetHtmlText(const U16String\& value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetHtmlText(const char16_t* value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetInputRange(const U16String\& value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const char16_t* value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetInputRange(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetIsAspectRatioLocked(bool value)](../shape/setisaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [SetIsDecorative(bool value)](../shape/setisdecorative/) | Indicates whether the object is decorative. | +| [SetIsFilled(bool value)](../shape/setisfilled/) | Indicates whether the fill format is visible. | +| [SetIsFlippedHorizontally(bool value)](../shape/setisflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [SetIsFlippedVertically(bool value)](../shape/setisflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [SetIsHidden(bool value)](../shape/setishidden/) | Indicates whether the object is visible. | +| [SetIsLockAspectRatio(bool value)](../shape/setislockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [SetIsLocked(bool value)](../shape/setislocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [SetIsPrintable(bool value)](../shape/setisprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [SetIsTextWrapped(bool value)](../shape/setistextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [SetLeft(int32_t value)](../shape/setleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [SetLeftCM(double value)](../shape/setleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [SetLeftInch(double value)](../shape/setleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [SetLeftInShape(int32_t value)](../shape/setleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [SetLeftToCorner(int32_t value)](../shape/setlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [SetLinkedCell(const U16String\& value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const char16_t* value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLinkedCell(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLockedProperty(ShapeLockType type, bool value)](../shape/setlockedproperty/) | Set the locked property. | +| [SetLowerDeltaX(int32_t value)](../shape/setlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [SetLowerDeltaY(int32_t value)](../shape/setlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [SetLowerRightColumn(int32_t value)](../shape/setlowerrightcolumn/) | Represents lower right corner column index. | +| [SetLowerRightRow(int32_t value)](../shape/setlowerrightrow/) | Represents lower right corner row index. | +| [SetMacroName(const U16String\& value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetMacroName(const char16_t* value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetName(const U16String\& value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetName(const char16_t* value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetPlacement(PlacementType value)](../shape/setplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [SetRelativeToOriginalPictureSize(bool value)](../shape/setrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [SetRight(int32_t value)](../shape/setright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [SetRotationAngle(double value)](../shape/setrotationangle/) | Gets and sets the rotation of the shape. | +| [SetSoftEdges(double value)](../shape/setsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [SetText(const U16String\& value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetText(const char16_t* value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetTextDirection(TextDirectionType value)](../shape/settextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [SetTextHorizontalAlignment(TextAlignmentType value)](../shape/settexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [SetTextHorizontalOverflow(TextOverflowType value)](../shape/settexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [SetTextOptions(const TextOptions\& value)](../shape/settextoptions/) | Represents the text options of the shape. | +| [SetTextOrientationType(TextOrientationType value)](../shape/settextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [SetTextShapeType(AutoShapeType value)](../shape/settextshapetype/) | Gets and sets the preset text shape type. | +| [SetTextVerticalAlignment(TextAlignmentType value)](../shape/settextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [SetTextVerticalOverflow(TextOverflowType value)](../shape/settextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [SetTitle(const U16String\& value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTitle(const char16_t* value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTop(int32_t value)](../shape/settop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [SetTopCM(double value)](../shape/settopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [SetTopInch(double value)](../shape/settopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [SetTopInShape(int32_t value)](../shape/settopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [SetTopToCorner(int32_t value)](../shape/settoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [SetUpperDeltaX(int32_t value)](../shape/setupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [SetUpperDeltaY(int32_t value)](../shape/setupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [SetUpperLeftColumn(int32_t value)](../shape/setupperleftcolumn/) | Represents upper left corner column index. | +| [SetUpperLeftRow(int32_t value)](../shape/setupperleftrow/) | Represents the top row index. | +| [SetWidth(int32_t value)](../shape/setwidth/) | Represents the width of shape, in unit of pixels. | +| [SetWidthCM(double value)](../shape/setwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [SetWidthInch(double value)](../shape/setwidthinch/) | Represents the width of the shape, in unit of inch. | +| [SetWidthInShape(int32_t value)](../shape/setwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [SetWidthPt(double value)](../shape/setwidthpt/) | Represents the width of the shape, in unit of point. | +| [SetWidthScale(int32_t value)](../shape/setwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [SetX(int32_t value)](../shape/setx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [SetY(int32_t value)](../shape/sety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [SetZOrderPosition(int32_t value)](../shape/setzorderposition/) | Returns the position of a shape in the z-order. | +| [Shape(Shape_Impl* impl)](../shape/shape/) | Constructs from an implementation object. | +| [Shape(const Shape\& src)](../shape/shape/) | Copy constructor. | +| [TimelineShape(TimelineShape_Impl* impl)](./timelineshape/) | Constructs from an implementation object. | +| [TimelineShape(const TimelineShape\& src)](./timelineshape/) | Copy constructor. | +| [TimelineShape(const Shape\& src)](./timelineshape/) | Constructs from a parent object. | +| [ToFrontOrBack(int32_t orders)](../shape/tofrontorback/) | Brings the shape to the front or sends the shape to back. | +| [ToImage(Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. | +| [ToImage(const U16String\& imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const char16_t* imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a stream. | +| [UpdateSelectedValue()](../shape/updateselectedvalue/) | Update the selected value by the value of the linked cell. | +| [~Shape()](../shape/~shape/) | Destructor. | +| [~TimelineShape()](./~timelineshape/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [Shape](../shape/) +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/timelineshape/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/timelineshape/isnull/_index.md new file mode 100644 index 00000000000..3a331b3d9f6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/timelineshape/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::TimelineShape::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TimelineShape::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/timelineshape/isnull/ +--- +## TimelineShape::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::TimelineShape::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TimelineShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/timelineshape/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/timelineshape/operator_asm/_index.md new file mode 100644 index 00000000000..f4823ab6f7d --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/timelineshape/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::TimelineShape::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TimelineShape::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/timelineshape/operator_asm/ +--- +## TimelineShape::operator= method + + +operator= + +```cpp +TimelineShape & Aspose::Cells::Drawing::TimelineShape::operator=(const TimelineShape &src) +``` + +## See Also + +* Class [TimelineShape](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [TimelineShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/timelineshape/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/timelineshape/operator_bool/_index.md new file mode 100644 index 00000000000..bfd424c3e95 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/timelineshape/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::TimelineShape::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TimelineShape::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/timelineshape/operator_bool/ +--- +## TimelineShape::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::TimelineShape::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [TimelineShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/timelineshape/timelineshape/_index.md b/spanish/cpp/aspose.cells.drawing/timelineshape/timelineshape/_index.md new file mode 100644 index 00000000000..a31301b16f4 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/timelineshape/timelineshape/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::TimelineShape::TimelineShape constructor +linktitle: TimelineShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TimelineShape::TimelineShape constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/timelineshape/timelineshape/ +--- +## TimelineShape::TimelineShape(TimelineShape_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::TimelineShape::TimelineShape(TimelineShape_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TimelineShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## TimelineShape::TimelineShape(const TimelineShape\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::TimelineShape::TimelineShape(const TimelineShape &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TimelineShape](../) +* Class [TimelineShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## TimelineShape::TimelineShape(const Shape\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::TimelineShape::TimelineShape(const Shape &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../../shape/) +* Class [TimelineShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/timelineshape/~timelineshape/_index.md b/spanish/cpp/aspose.cells.drawing/timelineshape/~timelineshape/_index.md new file mode 100644 index 00000000000..cfd9f80fe50 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/timelineshape/~timelineshape/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::TimelineShape::~TimelineShape method +linktitle: ~TimelineShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::TimelineShape::~TimelineShape method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/timelineshape/~timelineshape/ +--- +## TimelineShape::~TimelineShape method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::TimelineShape::~TimelineShape() +``` + +## See Also + +* Class [TimelineShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/vmlshapeguide/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/vmlshapeguide/_impl/_index.md new file mode 100644 index 00000000000..32a487aed91 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/vmlshapeguide/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::VmlShapeGuide::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::VmlShapeGuide::_impl field. The implementation object in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/vmlshapeguide/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +VmlShapeGuide_Impl* Aspose::Cells::Drawing::VmlShapeGuide::_impl +``` + +## See Also + +* Class [VmlShapeGuide](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/vmlshapeguide/_index.md b/spanish/cpp/aspose.cells.drawing/vmlshapeguide/_index.md new file mode 100644 index 00000000000..5584a068ac6 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/vmlshapeguide/_index.md @@ -0,0 +1,43 @@ +--- +title: Aspose::Cells::Drawing::VmlShapeGuide class +linktitle: VmlShapeGuide +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::VmlShapeGuide class. just for vml Encapsulates a shape guide specifies the presence of a shape guide that will be used to govern the geometry of the specified shape in C++.' +type: docs +weight: 7400 +url: /es/cpp/aspose.cells.drawing/vmlshapeguide/ +--- +## VmlShapeGuide class + + +just for vml Encapsulates a shape guide specifies the presence of a shape guide that will be used to govern the geometry of the specified shape + +```cpp +class VmlShapeGuide : public Aspose::Cells::Drawing::BaseShapeGuide +``` + +## Methods + +| Method | Description | +| --- | --- | +| [BaseShapeGuide(BaseShapeGuide_Impl* impl)](../baseshapeguide/baseshapeguide/) | Constructs from an implementation object. | +| [BaseShapeGuide(const BaseShapeGuide\& src)](../baseshapeguide/baseshapeguide/) | Copy constructor. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const VmlShapeGuide\& src)](./operator_asm/) | operator= | +| [operator=(const BaseShapeGuide\& src)](../baseshapeguide/operator_asm/) | operator= | +| [VmlShapeGuide(VmlShapeGuide_Impl* impl)](./vmlshapeguide/) | Constructs from an implementation object. | +| [VmlShapeGuide(const VmlShapeGuide\& src)](./vmlshapeguide/) | Copy constructor. | +| [VmlShapeGuide(const BaseShapeGuide\& src)](./vmlshapeguide/) | Constructs from a parent object. | +| [~BaseShapeGuide()](../baseshapeguide/~baseshapeguide/) | Destructor. | +| [~VmlShapeGuide()](./~vmlshapeguide/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [BaseShapeGuide](../baseshapeguide/) +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/vmlshapeguide/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/vmlshapeguide/isnull/_index.md new file mode 100644 index 00000000000..bbaaf24fdec --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/vmlshapeguide/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::VmlShapeGuide::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::VmlShapeGuide::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/vmlshapeguide/isnull/ +--- +## VmlShapeGuide::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::VmlShapeGuide::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [VmlShapeGuide](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/vmlshapeguide/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/vmlshapeguide/operator_asm/_index.md new file mode 100644 index 00000000000..4804a63c0d0 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/vmlshapeguide/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::VmlShapeGuide::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::VmlShapeGuide::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/vmlshapeguide/operator_asm/ +--- +## VmlShapeGuide::operator= method + + +operator= + +```cpp +VmlShapeGuide & Aspose::Cells::Drawing::VmlShapeGuide::operator=(const VmlShapeGuide &src) +``` + +## See Also + +* Class [VmlShapeGuide](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [VmlShapeGuide](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/vmlshapeguide/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/vmlshapeguide/operator_bool/_index.md new file mode 100644 index 00000000000..6f5f8d25e71 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/vmlshapeguide/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::VmlShapeGuide::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::VmlShapeGuide::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/vmlshapeguide/operator_bool/ +--- +## VmlShapeGuide::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::VmlShapeGuide::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [VmlShapeGuide](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/vmlshapeguide/vmlshapeguide/_index.md b/spanish/cpp/aspose.cells.drawing/vmlshapeguide/vmlshapeguide/_index.md new file mode 100644 index 00000000000..731d016d3de --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/vmlshapeguide/vmlshapeguide/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::VmlShapeGuide::VmlShapeGuide constructor +linktitle: VmlShapeGuide +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::VmlShapeGuide::VmlShapeGuide constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/vmlshapeguide/vmlshapeguide/ +--- +## VmlShapeGuide::VmlShapeGuide(VmlShapeGuide_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::VmlShapeGuide::VmlShapeGuide(VmlShapeGuide_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [VmlShapeGuide](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## VmlShapeGuide::VmlShapeGuide(const VmlShapeGuide\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::VmlShapeGuide::VmlShapeGuide(const VmlShapeGuide &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [VmlShapeGuide](../) +* Class [VmlShapeGuide](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## VmlShapeGuide::VmlShapeGuide(const BaseShapeGuide\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::VmlShapeGuide::VmlShapeGuide(const BaseShapeGuide &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [BaseShapeGuide](../../baseshapeguide/) +* Class [VmlShapeGuide](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/vmlshapeguide/~vmlshapeguide/_index.md b/spanish/cpp/aspose.cells.drawing/vmlshapeguide/~vmlshapeguide/_index.md new file mode 100644 index 00000000000..63b4dd01c38 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/vmlshapeguide/~vmlshapeguide/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::VmlShapeGuide::~VmlShapeGuide method +linktitle: ~VmlShapeGuide +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::VmlShapeGuide::~VmlShapeGuide method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/vmlshapeguide/~vmlshapeguide/ +--- +## VmlShapeGuide::~VmlShapeGuide method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::VmlShapeGuide::~VmlShapeGuide() +``` + +## See Also + +* Class [VmlShapeGuide](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/webextensionshape/_impl/_index.md b/spanish/cpp/aspose.cells.drawing/webextensionshape/_impl/_index.md new file mode 100644 index 00000000000..6ab65f15938 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/webextensionshape/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::WebExtensionShape::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::WebExtensionShape::_impl field. The implementation object in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.drawing/webextensionshape/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +WebExtensionShape_Impl* Aspose::Cells::Drawing::WebExtensionShape::_impl +``` + +## See Also + +* Class [WebExtensionShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/webextensionshape/_index.md b/spanish/cpp/aspose.cells.drawing/webextensionshape/_index.md new file mode 100644 index 00000000000..8e84f3533bf --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/webextensionshape/_index.md @@ -0,0 +1,251 @@ +--- +title: Aspose::Cells::Drawing::WebExtensionShape class +linktitle: WebExtensionShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::WebExtensionShape class. Represents the shape of web extension in C++.' +type: docs +weight: 7500 +url: /es/cpp/aspose.cells.drawing/webextensionshape/ +--- +## WebExtensionShape class + + +Represents the shape of web extension. + +```cpp +class WebExtensionShape : public Aspose::Cells::Drawing::Shape +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddHyperlink(const U16String\& address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AddHyperlink(const char16_t* address)](../shape/addhyperlink/) | Adds a hyperlink to the shape. | +| [AlignTopRightCorner(int32_t topRow, int32_t rightColumn)](../shape/aligntoprightcorner/) | Moves the picture to the top-right corner. | +| [CalculateTextSize()](../shape/calculatetextsize/) | Recalculate the text area. | +| [Characters(int32_t startIndex, int32_t length)](../shape/characters/) | Returns a Characters object that represents a range of characters within the text. | +| [FitToTextSize()](../shape/fittotextsize/) | Recalculate a text area suitable for displaying all text content. | +| [FormatCharacters(int32_t startIndex, int32_t length, const Aspose::Cells::Font\& font, const StyleFlag\& flag)](../shape/formatcharacters/) | Formats some characters with the font setting. | +| [GetActiveXControl()](../shape/getactivexcontrol/) | Gets the ActiveX control. | +| [GetActualBox()](../shape/getactualbox/) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [GetActualLowerRightRow()](../shape/getactuallowerrightrow/) | Get the actual bottom row. | +| [GetAlternativeText()](../shape/getalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [GetAnchorType()](../shape/getanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [GetAutoShapeType()](../shape/getautoshapetype/) | Gets and sets the auto shape type. | +| [GetBottom()](../shape/getbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [GetConnectionPoints()](../shape/getconnectionpoints/) | Get the connection points. | +| [GetControlData()](../shape/getcontroldata/) | Gets the data of control. | +| [GetCreateId(UUID\& uuid)](../shape/getcreateid/) | Gets and sets create id for this shape. | +| [GetFill()](../shape/getfill/) | Returns a [FillFormat](../fillformat/) object that contains fill formatting properties for the specified shape. | +| [GetFont()](../shape/getfont/) | Represents the font of shape. | +| [GetFormatPicture()](../shape/getformatpicture/) | Gets and sets the options of the picture format. | +| [GetGeometry()](../shape/getgeometry/) | Gets the geometry. | +| [GetGlow()](../shape/getglow/) | Represents a [GlowEffect](../gloweffect/) object that specifies glow effect for the chart element or shape. | +| [GetGroup()](../shape/getgroup/) | Gets the group shape which contains this shape. | +| [GetHasLine()](../shape/gethasline/) | Gets and sets the line border of the shape is visible. | +| [GetHeight()](../shape/getheight/) | Represents the height of shape, in unit of pixel. | +| [GetHeightCM()](../shape/getheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [GetHeightInch()](../shape/getheightinch/) | Represents the height of the shape, in unit of inches. | +| [GetHeightInShape()](../shape/getheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [GetHeightPt()](../shape/getheightpt/) | Represents the height of the shape, in unit of points. | +| [GetHeightScale()](../shape/getheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [GetHtmlText()](../shape/gethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [GetHyperlink()](../shape/gethyperlink/) | Gets the hyperlink of the shape. | +| [GetId()](../shape/getid/) | Gets the identifier of this shape. | +| [GetInputRange()](../shape/getinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [GetInputRange(bool isR1C1, bool isLocal)](../shape/getinputrange/) | Gets the range used to fill the control. | +| [GetLeft()](../shape/getleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [GetLeftCM()](../shape/getleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [GetLeftInch()](../shape/getleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [GetLeftInShape()](../shape/getleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [GetLeftToCorner()](../shape/getlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [GetLine()](../shape/getline/) | Gets line style. | +| [GetLinkedCell()](../shape/getlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [GetLinkedCell(bool isR1C1, bool isLocal)](../shape/getlinkedcell/) | Gets the range linked to the control's value. | +| [GetLockedProperty(ShapeLockType type)](../shape/getlockedproperty/) | Gets the value of locked property. | +| [GetLowerDeltaX()](../shape/getlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [GetLowerDeltaY()](../shape/getlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [GetLowerRightColumn()](../shape/getlowerrightcolumn/) | Represents lower right corner column index. | +| [GetLowerRightRow()](../shape/getlowerrightrow/) | Represents lower right corner row index. | +| [GetMacroName()](../shape/getmacroname/) | Gets and sets the name of macro. | +| [GetMsoDrawingType()](../shape/getmsodrawingtype/) | Gets drawing type. | +| [GetName()](../shape/getname/) | Gets and sets the name of the shape. | +| [GetPaths()](../shape/getpaths/) | Gets the paths of a custom geometric shape. | +| [GetPlacement()](../shape/getplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [GetReflection()](../shape/getreflection/) | Represents a [ReflectionEffect](../reflectioneffect/) object that specifies reflection effect for the chart element or shape. | +| [GetRelativeToOriginalPictureSize()](../shape/getrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [GetResultOfSmartArt()](../shape/getresultofsmartart/) | Converting smart art to grouped shapes. | +| [GetRichFormattings()](../shape/getrichformattings/) | Returns all Characters objects that represents a range of characters within the text . | +| [GetRight()](../shape/getright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [GetRotationAngle()](../shape/getrotationangle/) | Gets and sets the rotation of the shape. | +| [GetShadowEffect()](../shape/getshadoweffect/) | Represents a [Drawing.ShadowEffect](../shadoweffect/) object that specifies shadow effect for the chart element or shape. | +| [GetSoftEdges()](../shape/getsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [GetSpid()](../shape/getspid/) | Specifies an optional string identifier that an application can use to identify the particular shape. | +| [GetSpt()](../shape/getspt/) | Specifies an optional number that an application can use to associate the particular shape with a defined shape type. | +| [GetText()](../shape/gettext/) | Gets and sets the text of this shape. | +| [GetTextBody()](../shape/gettextbody/) | Gets and sets the setting of the shape's text. | +| [GetTextBoxOptions()](../shape/gettextboxoptions/) | Gets the text information in the shape. | +| [GetTextDirection()](../shape/gettextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [GetTextEffect()](../shape/gettexteffect/) | Returns a [TextEffectFormat](../texteffectformat/) object that contains text-effect formatting properties for the specified shape. Applies to [Shape](../shape/) objects that represent WordArt. | +| [GetTextHorizontalAlignment()](../shape/gettexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [GetTextHorizontalOverflow()](../shape/gettexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [GetTextOptions()](../shape/gettextoptions/) | Represents the text options of the shape. | +| [GetTextOrientationType()](../shape/gettextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [GetTextShapeType()](../shape/gettextshapetype/) | Gets and sets the preset text shape type. | +| [GetTextVerticalAlignment()](../shape/gettextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [GetTextVerticalOverflow()](../shape/gettextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [GetThreeDFormat()](../shape/getthreedformat/) | Gets and sets 3d format of the shape. | +| [GetTitle()](../shape/gettitle/) | Specifies the title (caption) of the current shape object. | +| [GetTop()](../shape/gettop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [GetTopCM()](../shape/gettopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [GetTopInch()](../shape/gettopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [GetTopInShape()](../shape/gettopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [GetTopToCorner()](../shape/gettoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [GetType()](../shape/gettype/) | Gets the auto shape type. | +| [GetUpperDeltaX()](../shape/getupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [GetUpperDeltaY()](../shape/getupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [GetUpperLeftColumn()](../shape/getupperleftcolumn/) | Represents upper left corner column index. | +| [GetUpperLeftRow()](../shape/getupperleftrow/) | Represents the top row index. | +| [GetWebExtension()](./getwebextension/) | Gets and set the web extension. | +| [GetWidth()](../shape/getwidth/) | Represents the width of shape, in unit of pixels. | +| [GetWidthCM()](../shape/getwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [GetWidthInch()](../shape/getwidthinch/) | Represents the width of the shape, in unit of inch. | +| [GetWidthInShape()](../shape/getwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [GetWidthPt()](../shape/getwidthpt/) | Represents the width of the shape, in unit of point. | +| [GetWidthScale()](../shape/getwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [GetWorksheet()](../shape/getworksheet/) | Gets the [Worksheet](../../aspose.cells/worksheet/) object which contains this shape. | +| [GetX()](../shape/getx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [GetY()](../shape/gety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [GetZOrderPosition()](../shape/getzorderposition/) | Returns the position of a shape in the z-order. | +| [IsAspectRatioLocked()](../shape/isaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [IsDecorative()](../shape/isdecorative/) | Indicates whether the object is decorative. | +| [IsEquation()](../shape/isequation/) | Indicates whether the shape only contains an equation. | +| [IsFilled()](../shape/isfilled/) | Indicates whether the fill format is visible. | +| [IsFlippedHorizontally()](../shape/isflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [IsFlippedVertically()](../shape/isflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [IsGroup()](../shape/isgroup/) | Indicates whether this shape is a group shape. | +| [IsHidden()](../shape/ishidden/) | Indicates whether the object is visible. | +| [IsInGroup()](../shape/isingroup/) | Indicates whether the shape is grouped. | +| [IsLockAspectRatio()](../shape/islockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [IsLocked()](../shape/islocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsPrintable()](../shape/isprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [IsRichText()](../shape/isrichtext/) | Whether or not the text is rich text. | +| [IsSameSetting(const Aspose::Cells::Object\& obj)](../shape/issamesetting/) | Returns whether the shape is same. | +| [IsSmartArt()](../shape/issmartart/) | Indicates whether the shape is a smart art. | +| [IsTextWrapped()](../shape/istextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [IsWordArt()](../shape/iswordart/) | Indicates whether this shape is a word art. | +| [MoveToRange(int32_t topRow, int32_t leftColumn, int32_t bottomRow, int32_t rightColumn)](../shape/movetorange/) | Moves the shape to a specified range. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const WebExtensionShape\& src)](./operator_asm/) | operator= | +| [operator=(const Shape\& src)](../shape/operator_asm/) | operator= | +| [RemoveActiveXControl()](../shape/removeactivexcontrol/) | Remove activeX control. | +| [RemoveHyperlink()](../shape/removehyperlink/) | Removes the hyperlink of the shape. | +| [SetAlternativeText(const U16String\& value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAlternativeText(const char16_t* value)](../shape/setalternativetext/) | Returns or sets the descriptive (alternative) text string of the [Shape](../shape/) object. | +| [SetAnchorType(ShapeAnchorType value)](../shape/setanchortype/) | Gets and set the type of the shape anchor placeholder. | +| [SetAutoShapeType(AutoShapeType value)](../shape/setautoshapetype/) | Gets and sets the auto shape type. | +| [SetBottom(int32_t value)](../shape/setbottom/) | Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels. | +| [SetCreateId(const UUID\& value)](../shape/setcreateid/) | Gets and sets create id for this shape. | +| [SetFont(const Aspose::Cells::Font\& value)](../shape/setfont/) | Represents the font of shape. | +| [SetHasLine(bool value)](../shape/sethasline/) | Gets and sets the line border of the shape is visible. | +| [SetHeight(int32_t value)](../shape/setheight/) | Represents the height of shape, in unit of pixel. | +| [SetHeightCM(double value)](../shape/setheightcm/) | Represents the height of the shape, in unit of centimeters. | +| [SetHeightInch(double value)](../shape/setheightinch/) | Represents the height of the shape, in unit of inches. | +| [SetHeightInShape(int32_t value)](../shape/setheightinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.. | +| [SetHeightPt(double value)](../shape/setheightpt/) | Represents the height of the shape, in unit of points. | +| [SetHeightScale(int32_t value)](../shape/setheightscale/) | Gets and sets the height scale,in unit of percent of the original picture height. If the shape is not picture ,the HeightScale property only returns 100;. | +| [SetHtmlText(const U16String\& value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetHtmlText(const char16_t* value)](../shape/sethtmltext/) | Gets and sets the html string which contains data and some formats in this textbox. | +| [SetInputRange(const U16String\& value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const char16_t* value)](../shape/setinputrange/) | Gets or sets the worksheet range used to fill the specified combo box. | +| [SetInputRange(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetInputRange(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setinputrange/) | Sets the range used to fill the control. | +| [SetIsAspectRatioLocked(bool value)](../shape/setisaspectratiolocked/) | True means that aspect ratio of the shape is locked. | +| [SetIsDecorative(bool value)](../shape/setisdecorative/) | Indicates whether the object is decorative. | +| [SetIsFilled(bool value)](../shape/setisfilled/) | Indicates whether the fill format is visible. | +| [SetIsFlippedHorizontally(bool value)](../shape/setisflippedhorizontally/) | Gets and sets whether shape is horizontally flipped . | +| [SetIsFlippedVertically(bool value)](../shape/setisflippedvertically/) | Gets and sets whether shape is vertically flipped . | +| [SetIsHidden(bool value)](../shape/setishidden/) | Indicates whether the object is visible. | +| [SetIsLockAspectRatio(bool value)](../shape/setislockaspectratio/) | **(Deprecated)** True means that aspect ratio of the shape is locked. | +| [SetIsLocked(bool value)](../shape/setislocked/) | True means the object can not be modified when the sheet is protected. Note that this value is meaningful only if the worksheet or objects in the worksheet are protected. | +| [SetIsPrintable(bool value)](../shape/setisprintable/) | Indicates whether the object is printable. If False, this shape will not be printed when printing. | +| [SetIsTextWrapped(bool value)](../shape/setistextwrapped/) | Gets and sets the text wrapped type of the shape which contains text. | +| [SetLeft(int32_t value)](../shape/setleft/) | Represents the horizontal offset of shape from its left column, in unit of pixels. | +| [SetLeftCM(double value)](../shape/setleftcm/) | Represents the horizontal offset of shape from its left column, in unit of centimeters. | +| [SetLeftInch(double value)](../shape/setleftinch/) | Represents the horizontal offset of shape from its left column, in unit of inches. | +| [SetLeftInShape(int32_t value)](../shape/setleftinshape/) | Represents the horizontal offset of shape from the left border of the parent shape, in unit of 1/4000 of width of the parent shape. | +| [SetLeftToCorner(int32_t value)](../shape/setlefttocorner/) | Gets and sets the horizonal offset of shape from worksheet left border. | +| [SetLinkedCell(const U16String\& value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const char16_t* value)](../shape/setlinkedcell/) | Gets or sets the worksheet range linked to the control's value. | +| [SetLinkedCell(const U16String\& formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLinkedCell(const char16_t* formula, bool isR1C1, bool isLocal)](../shape/setlinkedcell/) | Sets the range linked to the control's value. | +| [SetLockedProperty(ShapeLockType type, bool value)](../shape/setlockedproperty/) | Set the locked property. | +| [SetLowerDeltaX(int32_t value)](../shape/setlowerdeltax/) | Gets or sets the shape's horizontal offset from its lower right corner column. | +| [SetLowerDeltaY(int32_t value)](../shape/setlowerdeltay/) | Gets or sets the shape's vertical offset from its lower right corner row. | +| [SetLowerRightColumn(int32_t value)](../shape/setlowerrightcolumn/) | Represents lower right corner column index. | +| [SetLowerRightRow(int32_t value)](../shape/setlowerrightrow/) | Represents lower right corner row index. | +| [SetMacroName(const U16String\& value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetMacroName(const char16_t* value)](../shape/setmacroname/) | Gets and sets the name of macro. | +| [SetName(const U16String\& value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetName(const char16_t* value)](../shape/setname/) | Gets and sets the name of the shape. | +| [SetPlacement(PlacementType value)](../shape/setplacement/) | Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [SetRelativeToOriginalPictureSize(bool value)](../shape/setrelativetooriginalpicturesize/) | Indicates whether shape is relative to original picture size. | +| [SetRight(int32_t value)](../shape/setright/) | Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels. | +| [SetRotationAngle(double value)](../shape/setrotationangle/) | Gets and sets the rotation of the shape. | +| [SetSoftEdges(double value)](../shape/setsoftedges/) | Gets and sets the radius of blur to apply to the edges, in unit of points. | +| [SetText(const U16String\& value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetText(const char16_t* value)](../shape/settext/) | Gets and sets the text of this shape. | +| [SetTextDirection(TextDirectionType value)](../shape/settextdirection/) | Gets/Sets the direction of the text flow for this object. | +| [SetTextHorizontalAlignment(TextAlignmentType value)](../shape/settexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the shape. | +| [SetTextHorizontalOverflow(TextOverflowType value)](../shape/settexthorizontaloverflow/) | Gets and sets the text horizontal overflow type of the shape which contains text. | +| [SetTextOptions(const TextOptions\& value)](../shape/settextoptions/) | Represents the text options of the shape. | +| [SetTextOrientationType(TextOrientationType value)](../shape/settextorientationtype/) | Gets and sets the text orientation type of the shape. | +| [SetTextShapeType(AutoShapeType value)](../shape/settextshapetype/) | Gets and sets the preset text shape type. | +| [SetTextVerticalAlignment(TextAlignmentType value)](../shape/settextverticalalignment/) | Gets and sets the text vertical alignment type of the shape. | +| [SetTextVerticalOverflow(TextOverflowType value)](../shape/settextverticaloverflow/) | Gets and sets the text vertical overflow type of the shape which contains text. | +| [SetTitle(const U16String\& value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTitle(const char16_t* value)](../shape/settitle/) | Specifies the title (caption) of the current shape object. | +| [SetTop(int32_t value)](../shape/settop/) | Represents the vertical offset of shape from its top row, in unit of pixels. | +| [SetTopCM(double value)](../shape/settopcm/) | Represents the vertical offset of shape from its top row, in unit of centimeters. | +| [SetTopInch(double value)](../shape/settopinch/) | Represents the vertical offset of shape from its top row, in unit of inches. | +| [SetTopInShape(int32_t value)](../shape/settopinshape/) | Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape. | +| [SetTopToCorner(int32_t value)](../shape/settoptocorner/) | Gets and sets the vertical offset of shape from worksheet top border, in unit of pixels. | +| [SetUpperDeltaX(int32_t value)](../shape/setupperdeltax/) | Gets or sets the shape's horizontal offset from its upper left corner column. | +| [SetUpperDeltaY(int32_t value)](../shape/setupperdeltay/) | Gets or sets the shape's vertical offset from its upper left corner row. | +| [SetUpperLeftColumn(int32_t value)](../shape/setupperleftcolumn/) | Represents upper left corner column index. | +| [SetUpperLeftRow(int32_t value)](../shape/setupperleftrow/) | Represents the top row index. | +| [SetWebExtension(const WebExtension\& value)](./setwebextension/) | Gets and set the web extension. | +| [SetWidth(int32_t value)](../shape/setwidth/) | Represents the width of shape, in unit of pixels. | +| [SetWidthCM(double value)](../shape/setwidthcm/) | Represents the width of the shape, in unit of centimeters. | +| [SetWidthInch(double value)](../shape/setwidthinch/) | Represents the width of the shape, in unit of inch. | +| [SetWidthInShape(int32_t value)](../shape/setwidthinshape/) | Represents the width of the shape, in unit of 1/4000 of the parent shape. | +| [SetWidthPt(double value)](../shape/setwidthpt/) | Represents the width of the shape, in unit of point. | +| [SetWidthScale(int32_t value)](../shape/setwidthscale/) | Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;. | +| [SetX(int32_t value)](../shape/setx/) | Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels. | +| [SetY(int32_t value)](../shape/sety/) | Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels. | +| [SetZOrderPosition(int32_t value)](../shape/setzorderposition/) | Returns the position of a shape in the z-order. | +| [Shape(Shape_Impl* impl)](../shape/shape/) | Constructs from an implementation object. | +| [Shape(const Shape\& src)](../shape/shape/) | Copy constructor. | +| [ToFrontOrBack(int32_t orders)](../shape/tofrontorback/) | Brings the shape to the front or sends the shape to back. | +| [ToImage(Aspose::Cells::Drawing::ImageType imageType)](../shape/toimage/) | Creates the shape image and saves it to a stream in the specified format. | +| [ToImage(const U16String\& imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const char16_t* imageFile, const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a file. | +| [ToImage(const ImageOrPrintOptions\& options)](../shape/toimage/) | Saves the shape to a stream. | +| [UpdateSelectedValue()](../shape/updateselectedvalue/) | Update the selected value by the value of the linked cell. | +| [WebExtensionShape(WebExtensionShape_Impl* impl)](./webextensionshape/) | Constructs from an implementation object. | +| [WebExtensionShape(const WebExtensionShape\& src)](./webextensionshape/) | Copy constructor. | +| [WebExtensionShape(const Shape\& src)](./webextensionshape/) | Constructs from a parent object. | +| [~Shape()](../shape/~shape/) | Destructor. | +| [~WebExtensionShape()](./~webextensionshape/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [Shape](../shape/) +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.drawing/webextensionshape/getwebextension/_index.md b/spanish/cpp/aspose.cells.drawing/webextensionshape/getwebextension/_index.md new file mode 100644 index 00000000000..78511028b19 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/webextensionshape/getwebextension/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Drawing::WebExtensionShape::GetWebExtension method +linktitle: GetWebExtension +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::WebExtensionShape::GetWebExtension method. Gets and set the web extension in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.drawing/webextensionshape/getwebextension/ +--- +## WebExtensionShape::GetWebExtension method + + +Gets and set the web extension. + +```cpp +WebExtension Aspose::Cells::Drawing::WebExtensionShape::GetWebExtension() +``` + +## See Also + +* Class [WebExtension](../../../aspose.cells.webextensions/webextension/) +* Class [WebExtensionShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/webextensionshape/isnull/_index.md b/spanish/cpp/aspose.cells.drawing/webextensionshape/isnull/_index.md new file mode 100644 index 00000000000..153f8cb2385 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/webextensionshape/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Drawing::WebExtensionShape::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::WebExtensionShape::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.drawing/webextensionshape/isnull/ +--- +## WebExtensionShape::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Drawing::WebExtensionShape::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/webextensionshape/operator_asm/_index.md b/spanish/cpp/aspose.cells.drawing/webextensionshape/operator_asm/_index.md new file mode 100644 index 00000000000..2d3526c18bd --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/webextensionshape/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::WebExtensionShape::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::WebExtensionShape::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.drawing/webextensionshape/operator_asm/ +--- +## WebExtensionShape::operator= method + + +operator= + +```cpp +WebExtensionShape & Aspose::Cells::Drawing::WebExtensionShape::operator=(const WebExtensionShape &src) +``` + +## See Also + +* Class [WebExtensionShape](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/webextensionshape/operator_bool/_index.md b/spanish/cpp/aspose.cells.drawing/webextensionshape/operator_bool/_index.md new file mode 100644 index 00000000000..0ec44b560b2 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/webextensionshape/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Drawing::WebExtensionShape::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::WebExtensionShape::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.drawing/webextensionshape/operator_bool/ +--- +## WebExtensionShape::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Drawing::WebExtensionShape::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [WebExtensionShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/webextensionshape/setwebextension/_index.md b/spanish/cpp/aspose.cells.drawing/webextensionshape/setwebextension/_index.md new file mode 100644 index 00000000000..dcb878f4c17 --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/webextensionshape/setwebextension/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Drawing::WebExtensionShape::SetWebExtension method +linktitle: SetWebExtension +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::WebExtensionShape::SetWebExtension method. Gets and set the web extension in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.drawing/webextensionshape/setwebextension/ +--- +## WebExtensionShape::SetWebExtension method + + +Gets and set the web extension. + +```cpp +void Aspose::Cells::Drawing::WebExtensionShape::SetWebExtension(const WebExtension &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtension](../../../aspose.cells.webextensions/webextension/) +* Class [WebExtensionShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/webextensionshape/webextensionshape/_index.md b/spanish/cpp/aspose.cells.drawing/webextensionshape/webextensionshape/_index.md new file mode 100644 index 00000000000..4edad90786f --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/webextensionshape/webextensionshape/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Drawing::WebExtensionShape::WebExtensionShape constructor +linktitle: WebExtensionShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::WebExtensionShape::WebExtensionShape constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.drawing/webextensionshape/webextensionshape/ +--- +## WebExtensionShape::WebExtensionShape(WebExtensionShape_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Drawing::WebExtensionShape::WebExtensionShape(WebExtensionShape_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## WebExtensionShape::WebExtensionShape(const WebExtensionShape\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Drawing::WebExtensionShape::WebExtensionShape(const WebExtensionShape &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionShape](../) +* Class [WebExtensionShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) +## WebExtensionShape::WebExtensionShape(const Shape\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Drawing::WebExtensionShape::WebExtensionShape(const Shape &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Shape](../../shape/) +* Class [WebExtensionShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/webextensionshape/~webextensionshape/_index.md b/spanish/cpp/aspose.cells.drawing/webextensionshape/~webextensionshape/_index.md new file mode 100644 index 00000000000..a3599dff6ef --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/webextensionshape/~webextensionshape/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Drawing::WebExtensionShape::~WebExtensionShape method +linktitle: ~WebExtensionShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::WebExtensionShape::~WebExtensionShape method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.drawing/webextensionshape/~webextensionshape/ +--- +## WebExtensionShape::~WebExtensionShape method + + +Destructor. + +```cpp +Aspose::Cells::Drawing::WebExtensionShape::~WebExtensionShape() +``` + +## See Also + +* Class [WebExtensionShape](../) +* Namespace [Aspose::Cells::Drawing](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.drawing/weighttype/_index.md b/spanish/cpp/aspose.cells.drawing/weighttype/_index.md new file mode 100644 index 00000000000..e4be504728a --- /dev/null +++ b/spanish/cpp/aspose.cells.drawing/weighttype/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Cells::Drawing::WeightType enum +linktitle: WeightType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Drawing::WeightType enum. Enumerates the weight types for a picture border or a chart line in C++.' +type: docs +weight: 12000 +url: /es/cpp/aspose.cells.drawing/weighttype/ +--- +## WeightType enum + + +Enumerates the weight types for a picture border or a chart line. + +```cpp +enum class WeightType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| HairLine | -1 |
Represents the weight of hair line. | +| MediumLine | 1 |
Represents the weight of medium line. | +| SingleLine | 0 |
Represents the weight of single line. | +| WideLine | 2 |
Represents the weight of wide line. | + +## See Also + +* Namespace [Aspose::Cells::Drawing](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/_index.md b/spanish/cpp/aspose.cells.externalconnections/_index.md new file mode 100644 index 00000000000..b4bd5d886ac --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::ExternalConnections espacio de nombres +linktitle: Aspose::Cells::ExternalConnections +second_title: Referencia de API de Aspose.Cells para C++ +description: 'Cómo usar el espacio de nombres Aspose::Cells::ExternalConnections en C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.externalconnections/ +--- + + + +## Clases + +| Clase | Descripción | +| --- | --- | +| [ConnectionParameter](./connectionparameter/) | Especifica propiedades sobre cualquier parámetro utilizado con conexiones de datos externas. Los parámetros son válidos para ODBC y consultas web. | +| [ConnectionParameterCollection](./connectionparametercollection/) | Especifica la colección [ConnectionParameter](./connectionparameter/). | +| [DataModelConnection](./datamodelconnection/) | Especifica una conexión de modelo de datos. | +| [DBConnection](./dbconnection/) | Especifica todas las propiedades asociadas a una conexión de datos externa ODBC o OLE DB. | +| [ExternalConnection](./externalconnection/) | Especifica una conexión de datos externa. | +| [ExternalConnectionCollection](./externalconnectioncollection/) | Especifica la colección [ExternalConnection](./externalconnection/). | +| [WebQueryConnection](./webqueryconnection/) | Especifica las propiedades para una fuente de consulta web. Una consulta web recuperará datos de tablas HTML y también puede proporcionar parámetros HTTP "Get" que serán procesados por el servidor web al generar el HTML, incluyendo los parámetros y los elementos de parámetro. | +## Enums + +| Enumeración | Descripción | +| --- | --- | +| [ConnectionDataSourceType](./connectiondatasourcetype/) | Especifica el tipo de origen de base de datos externa. | +| [ConnectionParameterType](./connectionparametertype/) | Especifica el tipo de parámetro de la conexión externa. | +| [CredentialsMethodType](./credentialsmethodtype/) | Especifica el método Credentials utilizado para el acceso al servidor. | +| [ExternalConnectionClassType](./externalconnectionclasstype/) | Representa el tipo de conexión. | +| [HtmlFormatHandlingType](./htmlformathandlingtype/) | Especifica cómo manejar el formato del origen HTML. | +| [OLEDBCommandType](./oledbcommandtype/) | Especifica el tipo de comando OLE DB. | +| [ReConnectionMethodType](./reconnectionmethodtype/) | Especifica lo que la aplicación de hoja de cálculo debe hacer cuando falla una conexión. | +| [SqlDataType](./sqldatatype/) | Especifica el tipo de datos SQL del parámetro. Sólo válido para fuentes ODBC. | diff --git a/spanish/cpp/aspose.cells.externalconnections/connectiondatasourcetype/_index.md b/spanish/cpp/aspose.cells.externalconnections/connectiondatasourcetype/_index.md new file mode 100644 index 00000000000..78e0ba41ff1 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/connectiondatasourcetype/_index.md @@ -0,0 +1,41 @@ +--- +title: Aspose::Cells::ExternalConnections::ConnectionDataSourceType enum +linktitle: ConnectionDataSourceType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ConnectionDataSourceType enum. Specifies external database source type in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.externalconnections/connectiondatasourcetype/ +--- +## ConnectionDataSourceType enum + + +Specifies external database source type. + +```cpp +enum class ConnectionDataSourceType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| ODBCBasedSource | 1 |
ODBC-based source. | +| DAOBasedSource | 2 |
DAO-based source. | +| FileBasedDataBaseSource | 3 |
File based database source. | +| WebQuery | 4 |
Web query. | +| OLEDBBasedSource | 5 |
OLE DB-based source. | +| TextBasedSource | 6 |
Text-based source. | +| ADORecordSet | 7 |
ADO record set. | +| DSP | 8 |
DSP. | +| OLEDBDataModel | 100 |
OLE DB data source created by the Spreadsheet Data Model. | +| DataFeedDataModel | 101 |
Data feed data source created by the Spreadsheet Data Model. | +| WorksheetDataModel | 102 |
[Worksheet](../../aspose.cells/worksheet/) data source created by the Spreadsheet Data Model. | +| Table | 102 | **(Deprecated - Use WorksheetDataModel enum instead. )**
[Worksheet](../../aspose.cells/worksheet/) data source created by the Spreadsheet Data Model. | +| TextDataModel | 103 |
Text data source created by the Spreadsheet Data Model. | +| Unknown | 255 |
Text data source created by the Spreadsheet Data Model. | + +## See Also + +* Namespace [Aspose::Cells::ExternalConnections](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/connectionparameter/_impl/_index.md b/spanish/cpp/aspose.cells.externalconnections/connectionparameter/_impl/_index.md new file mode 100644 index 00000000000..53c0c36d85d --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/connectionparameter/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::ExternalConnections::ConnectionParameter::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ConnectionParameter::_impl field. The implementation object in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.externalconnections/connectionparameter/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ConnectionParameter_Impl* Aspose::Cells::ExternalConnections::ConnectionParameter::_impl +``` + +## See Also + +* Class [ConnectionParameter](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/connectionparameter/_index.md b/spanish/cpp/aspose.cells.externalconnections/connectionparameter/_index.md new file mode 100644 index 00000000000..87ec27d3101 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/connectionparameter/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::ExternalConnections::ConnectionParameter class +linktitle: ConnectionParameter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ConnectionParameter class. Specifies properties about any parameters used with external data connections Parameters are valid for ODBC and web queries in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.externalconnections/connectionparameter/ +--- +## ConnectionParameter class + + +Specifies properties about any parameters used with external data connections Parameters are valid for ODBC and web queries. + +```cpp +class ConnectionParameter +``` + +## Methods + +| Method | Description | +| --- | --- | +| [ConnectionParameter(ConnectionParameter_Impl* impl)](./connectionparameter/) | Constructs from an implementation object. | +| [ConnectionParameter(const ConnectionParameter\& src)](./connectionparameter/) | Copy constructor. | +| [GetCellReference()](./getcellreference/) | [Cell](../../aspose.cells/cell/) reference indicating which cell's value to use for the query parameter. Used only when parameterType is cell. | +| [GetName()](./getname/) | The name of the parameter. | +| [GetPrompt()](./getprompt/) | Prompt string for the parameter. Presented to the spreadsheet user along with input UI to collect the parameter value before refreshing the external data. Used only when parameterType = prompt. | +| [GetRefreshOnChange()](./getrefreshonchange/) | Flag indicating whether the query should automatically refresh when the contents of a cell that provides the parameter value changes. If true, then external data is refreshed using the new parameter value every time there's a change. If false, then external data is only refreshed when requested by the user, or some other event triggers refresh (e.g., workbook opened). | +| [GetSqlType()](./getsqltype/) | SQL data type of the parameter. Only valid for ODBC sources. | +| [GetType()](./gettype/) | Type of parameter used. If the parameterType=value, then the value from boolean, double, integer, or string will be used. In this case, it is expected that only one of {boolean, double, integer, or string} will be specified. | +| [GetValue()](./getvalue/) | Non-integer numeric value,Integer value,String value or Boolean value to use as the query parameter. Used only when parameterType is value. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ConnectionParameter\& src)](./operator_asm/) | operator= | +| [SetCellReference(const U16String\& value)](./setcellreference/) | [Cell](../../aspose.cells/cell/) reference indicating which cell's value to use for the query parameter. Used only when parameterType is cell. | +| [SetCellReference(const char16_t* value)](./setcellreference/) | [Cell](../../aspose.cells/cell/) reference indicating which cell's value to use for the query parameter. Used only when parameterType is cell. | +| [SetName(const U16String\& value)](./setname/) | The name of the parameter. | +| [SetName(const char16_t* value)](./setname/) | The name of the parameter. | +| [SetPrompt(const U16String\& value)](./setprompt/) | Prompt string for the parameter. Presented to the spreadsheet user along with input UI to collect the parameter value before refreshing the external data. Used only when parameterType = prompt. | +| [SetPrompt(const char16_t* value)](./setprompt/) | Prompt string for the parameter. Presented to the spreadsheet user along with input UI to collect the parameter value before refreshing the external data. Used only when parameterType = prompt. | +| [SetRefreshOnChange(bool value)](./setrefreshonchange/) | Flag indicating whether the query should automatically refresh when the contents of a cell that provides the parameter value changes. If true, then external data is refreshed using the new parameter value every time there's a change. If false, then external data is only refreshed when requested by the user, or some other event triggers refresh (e.g., workbook opened). | +| [SetSqlType(SqlDataType value)](./setsqltype/) | SQL data type of the parameter. Only valid for ODBC sources. | +| [SetType(ConnectionParameterType value)](./settype/) | Type of parameter used. If the parameterType=value, then the value from boolean, double, integer, or string will be used. In this case, it is expected that only one of {boolean, double, integer, or string} will be specified. | +| [SetValue(const Aspose::Cells::Object\& value)](./setvalue/) | Non-integer numeric value,Integer value,String value or Boolean value to use as the query parameter. Used only when parameterType is value. | +| [~ConnectionParameter()](./~connectionparameter/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::ExternalConnections](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/connectionparameter/connectionparameter/_index.md b/spanish/cpp/aspose.cells.externalconnections/connectionparameter/connectionparameter/_index.md new file mode 100644 index 00000000000..fa8d3cb096a --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/connectionparameter/connectionparameter/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::ExternalConnections::ConnectionParameter::ConnectionParameter constructor +linktitle: ConnectionParameter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ConnectionParameter::ConnectionParameter constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.externalconnections/connectionparameter/connectionparameter/ +--- +## ConnectionParameter::ConnectionParameter(ConnectionParameter_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::ExternalConnections::ConnectionParameter::ConnectionParameter(ConnectionParameter_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ConnectionParameter](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) +## ConnectionParameter::ConnectionParameter(const ConnectionParameter\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::ExternalConnections::ConnectionParameter::ConnectionParameter(const ConnectionParameter &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ConnectionParameter](../) +* Class [ConnectionParameter](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/connectionparameter/getcellreference/_index.md b/spanish/cpp/aspose.cells.externalconnections/connectionparameter/getcellreference/_index.md new file mode 100644 index 00000000000..1ea1b861411 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/connectionparameter/getcellreference/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::ConnectionParameter::GetCellReference method +linktitle: GetCellReference +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ConnectionParameter::GetCellReference method. Cell reference indicating which cell''s value to use for the query parameter. Used only when parameterType is cell in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.externalconnections/connectionparameter/getcellreference/ +--- +## ConnectionParameter::GetCellReference method + + +[Cell](../../../aspose.cells/cell/) reference indicating which cell's value to use for the query parameter. Used only when parameterType is cell. + +```cpp +U16String Aspose::Cells::ExternalConnections::ConnectionParameter::GetCellReference() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ConnectionParameter](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/connectionparameter/getname/_index.md b/spanish/cpp/aspose.cells.externalconnections/connectionparameter/getname/_index.md new file mode 100644 index 00000000000..0ee07dfbe3e --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/connectionparameter/getname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::ConnectionParameter::GetName method +linktitle: GetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ConnectionParameter::GetName method. The name of the parameter in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.externalconnections/connectionparameter/getname/ +--- +## ConnectionParameter::GetName method + + +The name of the parameter. + +```cpp +U16String Aspose::Cells::ExternalConnections::ConnectionParameter::GetName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ConnectionParameter](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/connectionparameter/getprompt/_index.md b/spanish/cpp/aspose.cells.externalconnections/connectionparameter/getprompt/_index.md new file mode 100644 index 00000000000..c268e165d9a --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/connectionparameter/getprompt/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::ConnectionParameter::GetPrompt method +linktitle: GetPrompt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ConnectionParameter::GetPrompt method. Prompt string for the parameter. Presented to the spreadsheet user along with input UI to collect the parameter value before refreshing the external data. Used only when parameterType = prompt in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.externalconnections/connectionparameter/getprompt/ +--- +## ConnectionParameter::GetPrompt method + + +Prompt string for the parameter. Presented to the spreadsheet user along with input UI to collect the parameter value before refreshing the external data. Used only when parameterType = prompt. + +```cpp +U16String Aspose::Cells::ExternalConnections::ConnectionParameter::GetPrompt() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ConnectionParameter](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/connectionparameter/getrefreshonchange/_index.md b/spanish/cpp/aspose.cells.externalconnections/connectionparameter/getrefreshonchange/_index.md new file mode 100644 index 00000000000..e811399af7f --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/connectionparameter/getrefreshonchange/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::ConnectionParameter::GetRefreshOnChange method +linktitle: GetRefreshOnChange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ConnectionParameter::GetRefreshOnChange method. Flag indicating whether the query should automatically refresh when the contents of a cell that provides the parameter value changes. If true, then external data is refreshed using the new parameter value every time there''s a change. If false, then external data is only refreshed when requested by the user, or some other event triggers refresh (e.g., workbook opened) in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.externalconnections/connectionparameter/getrefreshonchange/ +--- +## ConnectionParameter::GetRefreshOnChange method + + +Flag indicating whether the query should automatically refresh when the contents of a cell that provides the parameter value changes. If true, then external data is refreshed using the new parameter value every time there's a change. If false, then external data is only refreshed when requested by the user, or some other event triggers refresh (e.g., workbook opened). + +```cpp +bool Aspose::Cells::ExternalConnections::ConnectionParameter::GetRefreshOnChange() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ConnectionParameter](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/connectionparameter/getsqltype/_index.md b/spanish/cpp/aspose.cells.externalconnections/connectionparameter/getsqltype/_index.md new file mode 100644 index 00000000000..26959181fd4 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/connectionparameter/getsqltype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::ConnectionParameter::GetSqlType method +linktitle: GetSqlType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ConnectionParameter::GetSqlType method. SQL data type of the parameter. Only valid for ODBC sources in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.externalconnections/connectionparameter/getsqltype/ +--- +## ConnectionParameter::GetSqlType method + + +SQL data type of the parameter. Only valid for ODBC sources. + +```cpp +SqlDataType Aspose::Cells::ExternalConnections::ConnectionParameter::GetSqlType() +``` + +## See Also + +* Enum [SqlDataType](../../sqldatatype/) +* Class [ConnectionParameter](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/connectionparameter/gettype/_index.md b/spanish/cpp/aspose.cells.externalconnections/connectionparameter/gettype/_index.md new file mode 100644 index 00000000000..c21073745ab --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/connectionparameter/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::ConnectionParameter::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ConnectionParameter::GetType method. Type of parameter used. If the parameterType=value, then the value from boolean, double, integer, or string will be used. In this case, it is expected that only one of {boolean, double, integer, or string} will be specified in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.externalconnections/connectionparameter/gettype/ +--- +## ConnectionParameter::GetType method + + +Type of parameter used. If the parameterType=value, then the value from boolean, double, integer, or string will be used. In this case, it is expected that only one of {boolean, double, integer, or string} will be specified. + +```cpp +ConnectionParameterType Aspose::Cells::ExternalConnections::ConnectionParameter::GetType() +``` + +## See Also + +* Enum [ConnectionParameterType](../../connectionparametertype/) +* Class [ConnectionParameter](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/connectionparameter/getvalue/_index.md b/spanish/cpp/aspose.cells.externalconnections/connectionparameter/getvalue/_index.md new file mode 100644 index 00000000000..135d61504aa --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/connectionparameter/getvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::ConnectionParameter::GetValue method +linktitle: GetValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ConnectionParameter::GetValue method. Non-integer numeric value,Integer value,String value or Boolean value to use as the query parameter. Used only when parameterType is value in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.externalconnections/connectionparameter/getvalue/ +--- +## ConnectionParameter::GetValue method + + +Non-integer numeric value,Integer value,String value or Boolean value to use as the query parameter. Used only when parameterType is value. + +```cpp +Aspose::Cells::Object Aspose::Cells::ExternalConnections::ConnectionParameter::GetValue() +``` + +## See Also + +* Class [Object](../../../aspose.cells/object/) +* Class [ConnectionParameter](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/connectionparameter/isnull/_index.md b/spanish/cpp/aspose.cells.externalconnections/connectionparameter/isnull/_index.md new file mode 100644 index 00000000000..3245a0ecd51 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/connectionparameter/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::ExternalConnections::ConnectionParameter::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ConnectionParameter::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.externalconnections/connectionparameter/isnull/ +--- +## ConnectionParameter::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::ExternalConnections::ConnectionParameter::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ConnectionParameter](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/connectionparameter/operator_asm/_index.md b/spanish/cpp/aspose.cells.externalconnections/connectionparameter/operator_asm/_index.md new file mode 100644 index 00000000000..d86041d4bdd --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/connectionparameter/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::ExternalConnections::ConnectionParameter::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ConnectionParameter::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.externalconnections/connectionparameter/operator_asm/ +--- +## ConnectionParameter::operator= method + + +operator= + +```cpp +ConnectionParameter & Aspose::Cells::ExternalConnections::ConnectionParameter::operator=(const ConnectionParameter &src) +``` + +## See Also + +* Class [ConnectionParameter](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ConnectionParameter](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/connectionparameter/operator_bool/_index.md b/spanish/cpp/aspose.cells.externalconnections/connectionparameter/operator_bool/_index.md new file mode 100644 index 00000000000..ebe55a0a0fc --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/connectionparameter/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ExternalConnections::ConnectionParameter::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ConnectionParameter::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.externalconnections/connectionparameter/operator_bool/ +--- +## ConnectionParameter::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::ExternalConnections::ConnectionParameter::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ConnectionParameter](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/connectionparameter/setcellreference/_index.md b/spanish/cpp/aspose.cells.externalconnections/connectionparameter/setcellreference/_index.md new file mode 100644 index 00000000000..3970f91d529 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/connectionparameter/setcellreference/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::ExternalConnections::ConnectionParameter::SetCellReference method +linktitle: SetCellReference +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ConnectionParameter::SetCellReference method. Cell reference indicating which cell''s value to use for the query parameter. Used only when parameterType is cell in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.externalconnections/connectionparameter/setcellreference/ +--- +## ConnectionParameter::SetCellReference(const U16String\&) method + + +[Cell](../../../aspose.cells/cell/) reference indicating which cell's value to use for the query parameter. Used only when parameterType is cell. + +```cpp +void Aspose::Cells::ExternalConnections::ConnectionParameter::SetCellReference(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ConnectionParameter](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) +## ConnectionParameter::SetCellReference(const char16_t*) method + + +[Cell](../../../aspose.cells/cell/) reference indicating which cell's value to use for the query parameter. Used only when parameterType is cell. + +```cpp +void Aspose::Cells::ExternalConnections::ConnectionParameter::SetCellReference(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ConnectionParameter](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/connectionparameter/setname/_index.md b/spanish/cpp/aspose.cells.externalconnections/connectionparameter/setname/_index.md new file mode 100644 index 00000000000..57e450ce0af --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/connectionparameter/setname/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::ExternalConnections::ConnectionParameter::SetName method +linktitle: SetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ConnectionParameter::SetName method. The name of the parameter in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.externalconnections/connectionparameter/setname/ +--- +## ConnectionParameter::SetName(const U16String\&) method + + +The name of the parameter. + +```cpp +void Aspose::Cells::ExternalConnections::ConnectionParameter::SetName(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ConnectionParameter](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) +## ConnectionParameter::SetName(const char16_t*) method + + +The name of the parameter. + +```cpp +void Aspose::Cells::ExternalConnections::ConnectionParameter::SetName(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ConnectionParameter](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/connectionparameter/setprompt/_index.md b/spanish/cpp/aspose.cells.externalconnections/connectionparameter/setprompt/_index.md new file mode 100644 index 00000000000..dddc12695b8 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/connectionparameter/setprompt/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::ExternalConnections::ConnectionParameter::SetPrompt method +linktitle: SetPrompt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ConnectionParameter::SetPrompt method. Prompt string for the parameter. Presented to the spreadsheet user along with input UI to collect the parameter value before refreshing the external data. Used only when parameterType = prompt in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.externalconnections/connectionparameter/setprompt/ +--- +## ConnectionParameter::SetPrompt(const U16String\&) method + + +Prompt string for the parameter. Presented to the spreadsheet user along with input UI to collect the parameter value before refreshing the external data. Used only when parameterType = prompt. + +```cpp +void Aspose::Cells::ExternalConnections::ConnectionParameter::SetPrompt(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ConnectionParameter](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) +## ConnectionParameter::SetPrompt(const char16_t*) method + + +Prompt string for the parameter. Presented to the spreadsheet user along with input UI to collect the parameter value before refreshing the external data. Used only when parameterType = prompt. + +```cpp +void Aspose::Cells::ExternalConnections::ConnectionParameter::SetPrompt(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ConnectionParameter](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/connectionparameter/setrefreshonchange/_index.md b/spanish/cpp/aspose.cells.externalconnections/connectionparameter/setrefreshonchange/_index.md new file mode 100644 index 00000000000..d4a00353d99 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/connectionparameter/setrefreshonchange/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::ConnectionParameter::SetRefreshOnChange method +linktitle: SetRefreshOnChange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ConnectionParameter::SetRefreshOnChange method. Flag indicating whether the query should automatically refresh when the contents of a cell that provides the parameter value changes. If true, then external data is refreshed using the new parameter value every time there''s a change. If false, then external data is only refreshed when requested by the user, or some other event triggers refresh (e.g., workbook opened) in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.externalconnections/connectionparameter/setrefreshonchange/ +--- +## ConnectionParameter::SetRefreshOnChange method + + +Flag indicating whether the query should automatically refresh when the contents of a cell that provides the parameter value changes. If true, then external data is refreshed using the new parameter value every time there's a change. If false, then external data is only refreshed when requested by the user, or some other event triggers refresh (e.g., workbook opened). + +```cpp +void Aspose::Cells::ExternalConnections::ConnectionParameter::SetRefreshOnChange(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ConnectionParameter](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/connectionparameter/setsqltype/_index.md b/spanish/cpp/aspose.cells.externalconnections/connectionparameter/setsqltype/_index.md new file mode 100644 index 00000000000..d5c894ab44d --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/connectionparameter/setsqltype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::ExternalConnections::ConnectionParameter::SetSqlType method +linktitle: SetSqlType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ConnectionParameter::SetSqlType method. SQL data type of the parameter. Only valid for ODBC sources in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.externalconnections/connectionparameter/setsqltype/ +--- +## ConnectionParameter::SetSqlType method + + +SQL data type of the parameter. Only valid for ODBC sources. + +```cpp +void Aspose::Cells::ExternalConnections::ConnectionParameter::SetSqlType(SqlDataType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [SqlDataType](../../sqldatatype/) +* Class [ConnectionParameter](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/connectionparameter/settype/_index.md b/spanish/cpp/aspose.cells.externalconnections/connectionparameter/settype/_index.md new file mode 100644 index 00000000000..3328081e682 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/connectionparameter/settype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::ExternalConnections::ConnectionParameter::SetType method +linktitle: SetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ConnectionParameter::SetType method. Type of parameter used. If the parameterType=value, then the value from boolean, double, integer, or string will be used. In this case, it is expected that only one of {boolean, double, integer, or string} will be specified in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.externalconnections/connectionparameter/settype/ +--- +## ConnectionParameter::SetType method + + +Type of parameter used. If the parameterType=value, then the value from boolean, double, integer, or string will be used. In this case, it is expected that only one of {boolean, double, integer, or string} will be specified. + +```cpp +void Aspose::Cells::ExternalConnections::ConnectionParameter::SetType(ConnectionParameterType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ConnectionParameterType](../../connectionparametertype/) +* Class [ConnectionParameter](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/connectionparameter/setvalue/_index.md b/spanish/cpp/aspose.cells.externalconnections/connectionparameter/setvalue/_index.md new file mode 100644 index 00000000000..df410d7c06a --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/connectionparameter/setvalue/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::ExternalConnections::ConnectionParameter::SetValue method +linktitle: SetValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ConnectionParameter::SetValue method. Non-integer numeric value,Integer value,String value or Boolean value to use as the query parameter. Used only when parameterType is value in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.externalconnections/connectionparameter/setvalue/ +--- +## ConnectionParameter::SetValue method + + +Non-integer numeric value,Integer value,String value or Boolean value to use as the query parameter. Used only when parameterType is value. + +```cpp +void Aspose::Cells::ExternalConnections::ConnectionParameter::SetValue(const Aspose::Cells::Object &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Object](../../../aspose.cells/object/) +* Class [ConnectionParameter](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/connectionparameter/~connectionparameter/_index.md b/spanish/cpp/aspose.cells.externalconnections/connectionparameter/~connectionparameter/_index.md new file mode 100644 index 00000000000..7e63d83a655 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/connectionparameter/~connectionparameter/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::ExternalConnections::ConnectionParameter::~ConnectionParameter method +linktitle: ~ConnectionParameter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ConnectionParameter::~ConnectionParameter method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.externalconnections/connectionparameter/~connectionparameter/ +--- +## ConnectionParameter::~ConnectionParameter method + + +Destructor. + +```cpp +Aspose::Cells::ExternalConnections::ConnectionParameter::~ConnectionParameter() +``` + +## See Also + +* Class [ConnectionParameter](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/connectionparametercollection/_impl/_index.md b/spanish/cpp/aspose.cells.externalconnections/connectionparametercollection/_impl/_index.md new file mode 100644 index 00000000000..fd3dc3edc7b --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/connectionparametercollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::ExternalConnections::ConnectionParameterCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ConnectionParameterCollection::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.externalconnections/connectionparametercollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ConnectionParameterCollection_Impl* Aspose::Cells::ExternalConnections::ConnectionParameterCollection::_impl +``` + +## See Also + +* Class [ConnectionParameterCollection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/connectionparametercollection/_index.md b/spanish/cpp/aspose.cells.externalconnections/connectionparametercollection/_index.md new file mode 100644 index 00000000000..64a68bb1bda --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/connectionparametercollection/_index.md @@ -0,0 +1,41 @@ +--- +title: Aspose::Cells::ExternalConnections::ConnectionParameterCollection class +linktitle: ConnectionParameterCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ConnectionParameterCollection class. Specifies the ConnectionParameter collection in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.externalconnections/connectionparametercollection/ +--- +## ConnectionParameterCollection class + + +Specifies the [ConnectionParameter](../connectionparameter/) collection. + +```cpp +class ConnectionParameterCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [ConnectionParameterCollection(ConnectionParameterCollection_Impl* impl)](./connectionparametercollection/) | Constructs from an implementation object. | +| [ConnectionParameterCollection(const ConnectionParameterCollection\& src)](./connectionparametercollection/) | Copy constructor. | +| [Get(int32_t index)](./get/) | Gets the [ConnectionParameter](../connectionparameter/) element at the specified index. | +| [Get(const U16String\& connParamName)](./get/) | Gets the [ConnectionParameter](../connectionparameter/) element with the specified name. | +| [Get(const char16_t* connParamName)](./get/) | Gets the [ConnectionParameter](../connectionparameter/) element with the specified name. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ConnectionParameterCollection\& src)](./operator_asm/) | operator= | +| [~ConnectionParameterCollection()](./~connectionparametercollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::ExternalConnections](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/connectionparametercollection/connectionparametercollection/_index.md b/spanish/cpp/aspose.cells.externalconnections/connectionparametercollection/connectionparametercollection/_index.md new file mode 100644 index 00000000000..946a40f12ea --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/connectionparametercollection/connectionparametercollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::ExternalConnections::ConnectionParameterCollection::ConnectionParameterCollection constructor +linktitle: ConnectionParameterCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ConnectionParameterCollection::ConnectionParameterCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.externalconnections/connectionparametercollection/connectionparametercollection/ +--- +## ConnectionParameterCollection::ConnectionParameterCollection(ConnectionParameterCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::ExternalConnections::ConnectionParameterCollection::ConnectionParameterCollection(ConnectionParameterCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ConnectionParameterCollection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) +## ConnectionParameterCollection::ConnectionParameterCollection(const ConnectionParameterCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::ExternalConnections::ConnectionParameterCollection::ConnectionParameterCollection(const ConnectionParameterCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ConnectionParameterCollection](../) +* Class [ConnectionParameterCollection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/connectionparametercollection/get/_index.md b/spanish/cpp/aspose.cells.externalconnections/connectionparametercollection/get/_index.md new file mode 100644 index 00000000000..bf69589bde6 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/connectionparametercollection/get/_index.md @@ -0,0 +1,85 @@ +--- +title: Aspose::Cells::ExternalConnections::ConnectionParameterCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ConnectionParameterCollection::Get method. Gets the ConnectionParameter element at the specified index in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.externalconnections/connectionparametercollection/get/ +--- +## ConnectionParameterCollection::Get(int32_t) method + + +Gets the [ConnectionParameter](../../connectionparameter/) element at the specified index. + +```cpp +ConnectionParameter Aspose::Cells::ExternalConnections::ConnectionParameterCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The zero based index of the element. | + +## ReturnValue + +The element at the specified index. + +## See Also + +* Class [ConnectionParameter](../../connectionparameter/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ConnectionParameterCollection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) +## ConnectionParameterCollection::Get(const U16String\&) method + + +Gets the [ConnectionParameter](../../connectionparameter/) element with the specified name. + +```cpp +ConnectionParameter Aspose::Cells::ExternalConnections::ConnectionParameterCollection::Get(const U16String &connParamName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| connParamName | const U16String\& | connection parameter name | + +## ReturnValue + +The element with the specified name. + +## See Also + +* Class [ConnectionParameter](../../connectionparameter/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ConnectionParameterCollection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) +## ConnectionParameterCollection::Get(const char16_t*) method + + +Gets the [ConnectionParameter](../../connectionparameter/) element with the specified name. + +```cpp +ConnectionParameter Aspose::Cells::ExternalConnections::ConnectionParameterCollection::Get(const char16_t *connParamName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| connParamName | const char16_t* | connection parameter name | + +## ReturnValue + +The element with the specified name. + +## See Also + +* Class [ConnectionParameter](../../connectionparameter/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ConnectionParameterCollection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/connectionparametercollection/getcount/_index.md b/spanish/cpp/aspose.cells.externalconnections/connectionparametercollection/getcount/_index.md new file mode 100644 index 00000000000..50408f3f137 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/connectionparametercollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::ConnectionParameterCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::ExternalConnections::ConnectionParameterCollection class in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.externalconnections/connectionparametercollection/getcount/ +--- +## ConnectionParameterCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::ExternalConnections::ConnectionParameterCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ConnectionParameterCollection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/connectionparametercollection/isnull/_index.md b/spanish/cpp/aspose.cells.externalconnections/connectionparametercollection/isnull/_index.md new file mode 100644 index 00000000000..2882f15cbc5 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/connectionparametercollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::ExternalConnections::ConnectionParameterCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ConnectionParameterCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.externalconnections/connectionparametercollection/isnull/ +--- +## ConnectionParameterCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::ExternalConnections::ConnectionParameterCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ConnectionParameterCollection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/connectionparametercollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.externalconnections/connectionparametercollection/operator_asm/_index.md new file mode 100644 index 00000000000..8829bb17bb5 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/connectionparametercollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::ExternalConnections::ConnectionParameterCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ConnectionParameterCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.externalconnections/connectionparametercollection/operator_asm/ +--- +## ConnectionParameterCollection::operator= method + + +operator= + +```cpp +ConnectionParameterCollection & Aspose::Cells::ExternalConnections::ConnectionParameterCollection::operator=(const ConnectionParameterCollection &src) +``` + +## See Also + +* Class [ConnectionParameterCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ConnectionParameterCollection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/connectionparametercollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.externalconnections/connectionparametercollection/operator_bool/_index.md new file mode 100644 index 00000000000..f3dec96cedc --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/connectionparametercollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ExternalConnections::ConnectionParameterCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ConnectionParameterCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.externalconnections/connectionparametercollection/operator_bool/ +--- +## ConnectionParameterCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::ExternalConnections::ConnectionParameterCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ConnectionParameterCollection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/connectionparametercollection/~connectionparametercollection/_index.md b/spanish/cpp/aspose.cells.externalconnections/connectionparametercollection/~connectionparametercollection/_index.md new file mode 100644 index 00000000000..58b5da81eef --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/connectionparametercollection/~connectionparametercollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::ExternalConnections::ConnectionParameterCollection::~ConnectionParameterCollection method +linktitle: ~ConnectionParameterCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ConnectionParameterCollection::~ConnectionParameterCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.externalconnections/connectionparametercollection/~connectionparametercollection/ +--- +## ConnectionParameterCollection::~ConnectionParameterCollection method + + +Destructor. + +```cpp +Aspose::Cells::ExternalConnections::ConnectionParameterCollection::~ConnectionParameterCollection() +``` + +## See Also + +* Class [ConnectionParameterCollection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/connectionparametertype/_index.md b/spanish/cpp/aspose.cells.externalconnections/connectionparametertype/_index.md new file mode 100644 index 00000000000..34e3e9d7853 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/connectionparametertype/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::ExternalConnections::ConnectionParameterType enum +linktitle: ConnectionParameterType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ConnectionParameterType enum. Specifies the parameter type of external connection in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.externalconnections/connectionparametertype/ +--- +## ConnectionParameterType enum + + +Specifies the parameter type of external connection. + +```cpp +enum class ConnectionParameterType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Cell | 0 |
Get the parameter value from a cell on each refresh. | +| Prompt | 1 |
Prompt the user on each refresh for a parameter value. | +| Value | 2 |
Use a constant value on each refresh for the parameter value. | + +## See Also + +* Namespace [Aspose::Cells::ExternalConnections](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/credentialsmethodtype/_index.md b/spanish/cpp/aspose.cells.externalconnections/credentialsmethodtype/_index.md new file mode 100644 index 00000000000..32400e50f56 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/credentialsmethodtype/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Cells::ExternalConnections::CredentialsMethodType enum +linktitle: CredentialsMethodType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::CredentialsMethodType enum. Specifies Credentials method used for server access in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.externalconnections/credentialsmethodtype/ +--- +## CredentialsMethodType enum + + +Specifies Credentials method used for server access. + +```cpp +enum class CredentialsMethodType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Integrated | 0 |
Integrated Authentication. | +| None | 1 |
No Credentials. | +| Prompt | 2 |
Prompt Credentials. | +| Stored | 3 |
Stored Credentials. | + +## See Also + +* Namespace [Aspose::Cells::ExternalConnections](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/datamodelconnection/_impl/_index.md b/spanish/cpp/aspose.cells.externalconnections/datamodelconnection/_impl/_index.md new file mode 100644 index 00000000000..ad459742704 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/datamodelconnection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::ExternalConnections::DataModelConnection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::DataModelConnection::_impl field. The implementation object in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.externalconnections/datamodelconnection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +DataModelConnection_Impl* Aspose::Cells::ExternalConnections::DataModelConnection::_impl +``` + +## See Also + +* Class [DataModelConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/datamodelconnection/_index.md b/spanish/cpp/aspose.cells.externalconnections/datamodelconnection/_index.md new file mode 100644 index 00000000000..c536683d273 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/datamodelconnection/_index.md @@ -0,0 +1,99 @@ +--- +title: Aspose::Cells::ExternalConnections::DataModelConnection class +linktitle: DataModelConnection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::DataModelConnection class. Specifies a data model connection in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.externalconnections/datamodelconnection/ +--- +## DataModelConnection class + + +Specifies a data model connection. + +```cpp +class DataModelConnection : public Aspose::Cells::ExternalConnections::ExternalConnection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [DataModelConnection(DataModelConnection_Impl* impl)](./datamodelconnection/) | Constructs from an implementation object. | +| [DataModelConnection(const DataModelConnection\& src)](./datamodelconnection/) | Copy constructor. | +| [DataModelConnection(const ExternalConnection\& src)](./datamodelconnection/) | Constructs from a parent object. | +| [ExternalConnection(ExternalConnection_Impl* impl)](../externalconnection/externalconnection/) | Constructs from an implementation object. | +| [ExternalConnection(const ExternalConnection\& src)](../externalconnection/externalconnection/) | Copy constructor. | +| [GetBackgroundRefresh()](../externalconnection/getbackgroundrefresh/) | Indicates whether the connection can be refreshed in the background (asynchronously). true if preferred usage of the connection is to refresh asynchronously in the background; false if preferred usage of the connection is to refresh synchronously in the foreground. | +| virtual [GetClassType()](./getclasstype/) | Gets the type of this [ExternalConnection](../externalconnection/) object. | +| [GetCommand()](./getcommand/) | The string containing the database command to pass to the data provider API that will interact with the external source in order to retrieve data. | +| [GetCommandType()](./getcommandtype/) | Returns [OLEDBCommandType](../oledbcommandtype/) type. | +| [GetConnectionDescription()](../externalconnection/getconnectiondescription/) | Specifies the user description for this connection. | +| [GetConnectionFile()](../externalconnection/getconnectionfile/) | Gets the connection file. | +| [GetConnectionId()](../externalconnection/getconnectionid/) | **(Deprecated)** Specifies The unique identifier of this connection. | +| [GetConnectionString()](./getconnectionstring/) | The connection information string is used to make contact with an OLE DB or ODBC data source. | +| [GetCredentialsMethodType()](../externalconnection/getcredentialsmethodtype/) | Specifies the authentication method to be used when establishing (or re-establishing) the connection. | +| [GetId()](../externalconnection/getid/) | Gets the id of the connection. | +| [GetKeepAlive()](../externalconnection/getkeepalive/) | True when the spreadsheet application should make efforts to keep the connection open. When false, the application should close the connection after retrieving the information. | +| [GetName()](../externalconnection/getname/) | Specifies the name of the connection. Each connection must have a unique name. | +| [GetOdcFile()](../externalconnection/getodcfile/) | Specifies the full path to external connection file from which this connection was created. If a connection fails during an attempt to refresh data, and reconnectionMethod=1, then the spreadsheet application will try again using information from the external connection file instead of the connection object embedded within the workbook. | +| [GetOnlyUseConnectionFile()](../externalconnection/getonlyuseconnectionfile/) | Indicates whether the spreadsheet application should always and only use the connection information in the external connection file indicated by the odcFile attribute when the connection is refreshed. If false, then the spreadsheet application should follow the procedure indicated by the reconnectionMethod attribute. | +| [GetParameters()](../externalconnection/getparameters/) | Gets [ConnectionParameterCollection](../connectionparametercollection/) for an ODBC or web query. | +| [GetPowerQueryFormula()](../externalconnection/getpowerqueryformula/) | Gets the definition of power query formula. | +| [GetReconnectionMethodType()](../externalconnection/getreconnectionmethodtype/) | Specifies what the spreadsheet application should do when a connection fails. The default value is [ReConnectionMethodType.Required](../reconnectionmethodtype/). | +| [GetRefreshInternal()](../externalconnection/getrefreshinternal/) | Specifies the number of minutes between automatic refreshes of the connection. | +| [GetRefreshOnLoad()](../externalconnection/getrefreshonload/) | True if this connection should be refreshed when opening the file; otherwise, false. | +| [GetSaveData()](../externalconnection/getsavedata/) | True if the external data fetched over the connection to populate a table is to be saved with the workbook; otherwise, false. | +| [GetSavePassword()](../externalconnection/getsavepassword/) | True if the password is to be saved as part of the connection string; otherwise, False. | +| [GetSecondCommand()](../externalconnection/getsecondcommand/) | Specifies a second command text string that is persisted when PivotTable server-based page fields are in use. For ODBC connections, serverCommand is usually a broader query than command (no WHERE clause is present in the former). Based on these 2 commands(Command and ServerCommand), parameter UI can be populated and parameterized queries can be constructed. | +| [GetSourceFile()](../externalconnection/getsourcefile/) | Used when the external data source is file-based. When a connection to such a data source fails, the spreadsheet application attempts to connect directly to this file. May be expressed in URI or system-specific file path notation. | +| [GetSourceType()](../externalconnection/getsourcetype/) | Gets or Sets the external connection DataSource type. | +| [GetSSOId()](../externalconnection/getssoid/) | Identifier for Single Sign On (SSO) used for authentication between an intermediate spreadsheetML server and the external data source. | +| [IsDeleted()](../externalconnection/isdeleted/) | Indicates whether the associated workbook connection has been deleted. true if the connection has been deleted; otherwise, false. | +| [IsNew()](../externalconnection/isnew/) | True if the connection has not been refreshed for the first time; otherwise, false. This state can happen when the user saves the file before a query has finished returning. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const DataModelConnection\& src)](./operator_asm/) | operator= | +| [operator=(const ExternalConnection\& src)](../externalconnection/operator_asm/) | operator= | +| [SetBackgroundRefresh(bool value)](../externalconnection/setbackgroundrefresh/) | Indicates whether the connection can be refreshed in the background (asynchronously). true if preferred usage of the connection is to refresh asynchronously in the background; false if preferred usage of the connection is to refresh synchronously in the foreground. | +| [SetCommand(const U16String\& value)](./setcommand/) | The string containing the database command to pass to the data provider API that will interact with the external source in order to retrieve data. | +| [SetCommand(const char16_t* value)](./setcommand/) | The string containing the database command to pass to the data provider API that will interact with the external source in order to retrieve data. | +| [SetCommandType(OLEDBCommandType value)](./setcommandtype/) | Returns [OLEDBCommandType](../oledbcommandtype/) type. | +| [SetConnectionDescription(const U16String\& value)](../externalconnection/setconnectiondescription/) | Specifies the user description for this connection. | +| [SetConnectionDescription(const char16_t* value)](../externalconnection/setconnectiondescription/) | Specifies the user description for this connection. | +| [SetConnectionString(const U16String\& value)](./setconnectionstring/) | The connection information string is used to make contact with an OLE DB or ODBC data source. | +| [SetConnectionString(const char16_t* value)](./setconnectionstring/) | The connection information string is used to make contact with an OLE DB or ODBC data source. | +| [SetCredentialsMethodType(CredentialsMethodType value)](../externalconnection/setcredentialsmethodtype/) | Specifies the authentication method to be used when establishing (or re-establishing) the connection. | +| [SetIsDeleted(bool value)](../externalconnection/setisdeleted/) | Indicates whether the associated workbook connection has been deleted. true if the connection has been deleted; otherwise, false. | +| [SetIsNew(bool value)](../externalconnection/setisnew/) | True if the connection has not been refreshed for the first time; otherwise, false. This state can happen when the user saves the file before a query has finished returning. | +| [SetKeepAlive(bool value)](../externalconnection/setkeepalive/) | True when the spreadsheet application should make efforts to keep the connection open. When false, the application should close the connection after retrieving the information. | +| [SetName(const U16String\& value)](../externalconnection/setname/) | Specifies the name of the connection. Each connection must have a unique name. | +| [SetName(const char16_t* value)](../externalconnection/setname/) | Specifies the name of the connection. Each connection must have a unique name. | +| [SetOdcFile(const U16String\& value)](../externalconnection/setodcfile/) | Specifies the full path to external connection file from which this connection was created. If a connection fails during an attempt to refresh data, and reconnectionMethod=1, then the spreadsheet application will try again using information from the external connection file instead of the connection object embedded within the workbook. | +| [SetOdcFile(const char16_t* value)](../externalconnection/setodcfile/) | Specifies the full path to external connection file from which this connection was created. If a connection fails during an attempt to refresh data, and reconnectionMethod=1, then the spreadsheet application will try again using information from the external connection file instead of the connection object embedded within the workbook. | +| [SetOnlyUseConnectionFile(bool value)](../externalconnection/setonlyuseconnectionfile/) | Indicates whether the spreadsheet application should always and only use the connection information in the external connection file indicated by the odcFile attribute when the connection is refreshed. If false, then the spreadsheet application should follow the procedure indicated by the reconnectionMethod attribute. | +| [SetReconnectionMethodType(ReConnectionMethodType value)](../externalconnection/setreconnectionmethodtype/) | Specifies what the spreadsheet application should do when a connection fails. The default value is [ReConnectionMethodType.Required](../reconnectionmethodtype/). | +| [SetRefreshInternal(int32_t value)](../externalconnection/setrefreshinternal/) | Specifies the number of minutes between automatic refreshes of the connection. | +| [SetRefreshOnLoad(bool value)](../externalconnection/setrefreshonload/) | True if this connection should be refreshed when opening the file; otherwise, false. | +| [SetSaveData(bool value)](../externalconnection/setsavedata/) | True if the external data fetched over the connection to populate a table is to be saved with the workbook; otherwise, false. | +| [SetSavePassword(bool value)](../externalconnection/setsavepassword/) | True if the password is to be saved as part of the connection string; otherwise, False. | +| [SetSecondCommand(const U16String\& value)](../externalconnection/setsecondcommand/) | Specifies a second command text string that is persisted when PivotTable server-based page fields are in use. For ODBC connections, serverCommand is usually a broader query than command (no WHERE clause is present in the former). Based on these 2 commands(Command and ServerCommand), parameter UI can be populated and parameterized queries can be constructed. | +| [SetSecondCommand(const char16_t* value)](../externalconnection/setsecondcommand/) | Specifies a second command text string that is persisted when PivotTable server-based page fields are in use. For ODBC connections, serverCommand is usually a broader query than command (no WHERE clause is present in the former). Based on these 2 commands(Command and ServerCommand), parameter UI can be populated and parameterized queries can be constructed. | +| [SetSourceFile(const U16String\& value)](../externalconnection/setsourcefile/) | Used when the external data source is file-based. When a connection to such a data source fails, the spreadsheet application attempts to connect directly to this file. May be expressed in URI or system-specific file path notation. | +| [SetSourceFile(const char16_t* value)](../externalconnection/setsourcefile/) | Used when the external data source is file-based. When a connection to such a data source fails, the spreadsheet application attempts to connect directly to this file. May be expressed in URI or system-specific file path notation. | +| [SetSourceType(ConnectionDataSourceType value)](../externalconnection/setsourcetype/) | Gets or Sets the external connection DataSource type. | +| [SetSSOId(const U16String\& value)](../externalconnection/setssoid/) | Identifier for Single Sign On (SSO) used for authentication between an intermediate spreadsheetML server and the external data source. | +| [SetSSOId(const char16_t* value)](../externalconnection/setssoid/) | Identifier for Single Sign On (SSO) used for authentication between an intermediate spreadsheetML server and the external data source. | +| [~DataModelConnection()](./~datamodelconnection/) | Destructor. | +| [~ExternalConnection()](../externalconnection/~externalconnection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [ExternalConnection](../externalconnection/) +* Namespace [Aspose::Cells::ExternalConnections](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/datamodelconnection/datamodelconnection/_index.md b/spanish/cpp/aspose.cells.externalconnections/datamodelconnection/datamodelconnection/_index.md new file mode 100644 index 00000000000..81e8211b0b2 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/datamodelconnection/datamodelconnection/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::ExternalConnections::DataModelConnection::DataModelConnection constructor +linktitle: DataModelConnection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::DataModelConnection::DataModelConnection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.externalconnections/datamodelconnection/datamodelconnection/ +--- +## DataModelConnection::DataModelConnection(DataModelConnection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::ExternalConnections::DataModelConnection::DataModelConnection(DataModelConnection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataModelConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) +## DataModelConnection::DataModelConnection(const DataModelConnection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::ExternalConnections::DataModelConnection::DataModelConnection(const DataModelConnection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataModelConnection](../) +* Class [DataModelConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) +## DataModelConnection::DataModelConnection(const ExternalConnection\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::ExternalConnections::DataModelConnection::DataModelConnection(const ExternalConnection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExternalConnection](../../externalconnection/) +* Class [DataModelConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/datamodelconnection/getclasstype/_index.md b/spanish/cpp/aspose.cells.externalconnections/datamodelconnection/getclasstype/_index.md new file mode 100644 index 00000000000..4d5016c6b95 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/datamodelconnection/getclasstype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::DataModelConnection::GetClassType method +linktitle: GetClassType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::DataModelConnection::GetClassType method. Gets the type of this ExternalConnection object in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.externalconnections/datamodelconnection/getclasstype/ +--- +## DataModelConnection::GetClassType method + + +Gets the type of this [ExternalConnection](../../externalconnection/) object. + +```cpp +ExternalConnectionClassType Aspose::Cells::ExternalConnections::DataModelConnection::GetClassType() +``` + +## See Also + +* Enum [ExternalConnectionClassType](../../externalconnectionclasstype/) +* Class [DataModelConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/datamodelconnection/getcommand/_index.md b/spanish/cpp/aspose.cells.externalconnections/datamodelconnection/getcommand/_index.md new file mode 100644 index 00000000000..c28cd5674f7 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/datamodelconnection/getcommand/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::DataModelConnection::GetCommand method +linktitle: GetCommand +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::DataModelConnection::GetCommand method. The string containing the database command to pass to the data provider API that will interact with the external source in order to retrieve data in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.externalconnections/datamodelconnection/getcommand/ +--- +## DataModelConnection::GetCommand method + + +The string containing the database command to pass to the data provider API that will interact with the external source in order to retrieve data. + +```cpp +U16String Aspose::Cells::ExternalConnections::DataModelConnection::GetCommand() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [DataModelConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/datamodelconnection/getcommandtype/_index.md b/spanish/cpp/aspose.cells.externalconnections/datamodelconnection/getcommandtype/_index.md new file mode 100644 index 00000000000..9ee4cb167c7 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/datamodelconnection/getcommandtype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::DataModelConnection::GetCommandType method +linktitle: GetCommandType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::DataModelConnection::GetCommandType method. Returns OLEDBCommandType type in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.externalconnections/datamodelconnection/getcommandtype/ +--- +## DataModelConnection::GetCommandType method + + +Returns [OLEDBCommandType](../../oledbcommandtype/) type. + +```cpp +OLEDBCommandType Aspose::Cells::ExternalConnections::DataModelConnection::GetCommandType() +``` + +## See Also + +* Enum [OLEDBCommandType](../../oledbcommandtype/) +* Class [DataModelConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/datamodelconnection/getconnectionstring/_index.md b/spanish/cpp/aspose.cells.externalconnections/datamodelconnection/getconnectionstring/_index.md new file mode 100644 index 00000000000..cb888ba7325 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/datamodelconnection/getconnectionstring/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::DataModelConnection::GetConnectionString method +linktitle: GetConnectionString +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::DataModelConnection::GetConnectionString method. The connection information string is used to make contact with an OLE DB or ODBC data source in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.externalconnections/datamodelconnection/getconnectionstring/ +--- +## DataModelConnection::GetConnectionString method + + +The connection information string is used to make contact with an OLE DB or ODBC data source. + +```cpp +U16String Aspose::Cells::ExternalConnections::DataModelConnection::GetConnectionString() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [DataModelConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/datamodelconnection/isnull/_index.md b/spanish/cpp/aspose.cells.externalconnections/datamodelconnection/isnull/_index.md new file mode 100644 index 00000000000..d1bbfeab5dc --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/datamodelconnection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::ExternalConnections::DataModelConnection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::DataModelConnection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.externalconnections/datamodelconnection/isnull/ +--- +## DataModelConnection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::ExternalConnections::DataModelConnection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataModelConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/datamodelconnection/operator_asm/_index.md b/spanish/cpp/aspose.cells.externalconnections/datamodelconnection/operator_asm/_index.md new file mode 100644 index 00000000000..881ed0dc8af --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/datamodelconnection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::ExternalConnections::DataModelConnection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::DataModelConnection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.externalconnections/datamodelconnection/operator_asm/ +--- +## DataModelConnection::operator= method + + +operator= + +```cpp +DataModelConnection & Aspose::Cells::ExternalConnections::DataModelConnection::operator=(const DataModelConnection &src) +``` + +## See Also + +* Class [DataModelConnection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataModelConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/datamodelconnection/operator_bool/_index.md b/spanish/cpp/aspose.cells.externalconnections/datamodelconnection/operator_bool/_index.md new file mode 100644 index 00000000000..aaa0b70e705 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/datamodelconnection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ExternalConnections::DataModelConnection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::DataModelConnection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.externalconnections/datamodelconnection/operator_bool/ +--- +## DataModelConnection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::ExternalConnections::DataModelConnection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [DataModelConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/datamodelconnection/setcommand/_index.md b/spanish/cpp/aspose.cells.externalconnections/datamodelconnection/setcommand/_index.md new file mode 100644 index 00000000000..4066079ffaf --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/datamodelconnection/setcommand/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::ExternalConnections::DataModelConnection::SetCommand method +linktitle: SetCommand +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::DataModelConnection::SetCommand method. The string containing the database command to pass to the data provider API that will interact with the external source in order to retrieve data in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.externalconnections/datamodelconnection/setcommand/ +--- +## DataModelConnection::SetCommand(const U16String\&) method + + +The string containing the database command to pass to the data provider API that will interact with the external source in order to retrieve data. + +```cpp +void Aspose::Cells::ExternalConnections::DataModelConnection::SetCommand(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [DataModelConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) +## DataModelConnection::SetCommand(const char16_t*) method + + +The string containing the database command to pass to the data provider API that will interact with the external source in order to retrieve data. + +```cpp +void Aspose::Cells::ExternalConnections::DataModelConnection::SetCommand(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataModelConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/datamodelconnection/setcommandtype/_index.md b/spanish/cpp/aspose.cells.externalconnections/datamodelconnection/setcommandtype/_index.md new file mode 100644 index 00000000000..aab19614c83 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/datamodelconnection/setcommandtype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::ExternalConnections::DataModelConnection::SetCommandType method +linktitle: SetCommandType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::DataModelConnection::SetCommandType method. Returns OLEDBCommandType type in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.externalconnections/datamodelconnection/setcommandtype/ +--- +## DataModelConnection::SetCommandType method + + +Returns [OLEDBCommandType](../../oledbcommandtype/) type. + +```cpp +void Aspose::Cells::ExternalConnections::DataModelConnection::SetCommandType(OLEDBCommandType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [OLEDBCommandType](../../oledbcommandtype/) +* Class [DataModelConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/datamodelconnection/setconnectionstring/_index.md b/spanish/cpp/aspose.cells.externalconnections/datamodelconnection/setconnectionstring/_index.md new file mode 100644 index 00000000000..09a9c68ef10 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/datamodelconnection/setconnectionstring/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::ExternalConnections::DataModelConnection::SetConnectionString method +linktitle: SetConnectionString +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::DataModelConnection::SetConnectionString method. The connection information string is used to make contact with an OLE DB or ODBC data source in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.externalconnections/datamodelconnection/setconnectionstring/ +--- +## DataModelConnection::SetConnectionString(const U16String\&) method + + +The connection information string is used to make contact with an OLE DB or ODBC data source. + +```cpp +void Aspose::Cells::ExternalConnections::DataModelConnection::SetConnectionString(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [DataModelConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) +## DataModelConnection::SetConnectionString(const char16_t*) method + + +The connection information string is used to make contact with an OLE DB or ODBC data source. + +```cpp +void Aspose::Cells::ExternalConnections::DataModelConnection::SetConnectionString(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataModelConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/datamodelconnection/~datamodelconnection/_index.md b/spanish/cpp/aspose.cells.externalconnections/datamodelconnection/~datamodelconnection/_index.md new file mode 100644 index 00000000000..b60b91f48eb --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/datamodelconnection/~datamodelconnection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::ExternalConnections::DataModelConnection::~DataModelConnection method +linktitle: ~DataModelConnection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::DataModelConnection::~DataModelConnection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.externalconnections/datamodelconnection/~datamodelconnection/ +--- +## DataModelConnection::~DataModelConnection method + + +Destructor. + +```cpp +Aspose::Cells::ExternalConnections::DataModelConnection::~DataModelConnection() +``` + +## See Also + +* Class [DataModelConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/dbconnection/_impl/_index.md b/spanish/cpp/aspose.cells.externalconnections/dbconnection/_impl/_index.md new file mode 100644 index 00000000000..a4fad1e6f9d --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/dbconnection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::ExternalConnections::DBConnection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::DBConnection::_impl field. The implementation object in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.externalconnections/dbconnection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +DBConnection_Impl* Aspose::Cells::ExternalConnections::DBConnection::_impl +``` + +## See Also + +* Class [DBConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/dbconnection/_index.md b/spanish/cpp/aspose.cells.externalconnections/dbconnection/_index.md new file mode 100644 index 00000000000..9f2c93ed4a2 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/dbconnection/_index.md @@ -0,0 +1,105 @@ +--- +title: Aspose::Cells::ExternalConnections::DBConnection class +linktitle: DBConnection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::DBConnection class. Specifies all properties associated with an ODBC or OLE DB external data connection in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.externalconnections/dbconnection/ +--- +## DBConnection class + + +Specifies all properties associated with an ODBC or OLE DB external data connection. + +```cpp +class DBConnection : public Aspose::Cells::ExternalConnections::ExternalConnection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [DBConnection(DBConnection_Impl* impl)](./dbconnection/) | Constructs from an implementation object. | +| [DBConnection(const DBConnection\& src)](./dbconnection/) | Copy constructor. | +| [DBConnection(const ExternalConnection\& src)](./dbconnection/) | Constructs from a parent object. | +| [ExternalConnection(ExternalConnection_Impl* impl)](../externalconnection/externalconnection/) | Constructs from an implementation object. | +| [ExternalConnection(const ExternalConnection\& src)](../externalconnection/externalconnection/) | Copy constructor. | +| [GetBackgroundRefresh()](../externalconnection/getbackgroundrefresh/) | Indicates whether the connection can be refreshed in the background (asynchronously). true if preferred usage of the connection is to refresh asynchronously in the background; false if preferred usage of the connection is to refresh synchronously in the foreground. | +| virtual [GetClassType()](./getclasstype/) | Gets the type of this [ExternalConnection](../externalconnection/) object. | +| [GetCommand()](./getcommand/) | The string containing the database command to pass to the data provider API that will interact with the external source in order to retrieve data. | +| [GetCommandType()](./getcommandtype/) | Specifies the OLE DB command type. | +| [GetConnectionDescription()](../externalconnection/getconnectiondescription/) | Specifies the user description for this connection. | +| [GetConnectionFile()](../externalconnection/getconnectionfile/) | Gets the connection file. | +| [GetConnectionId()](../externalconnection/getconnectionid/) | **(Deprecated)** Specifies The unique identifier of this connection. | +| [GetConnectionInfo()](./getconnectioninfo/) | **(Deprecated)** The connection information string is used to make contact with an OLE DB or ODBC data source. | +| [GetConnectionString()](./getconnectionstring/) | The connection information string is used to make contact with an OLE DB or ODBC data source. | +| [GetCredentialsMethodType()](../externalconnection/getcredentialsmethodtype/) | Specifies the authentication method to be used when establishing (or re-establishing) the connection. | +| [GetId()](../externalconnection/getid/) | Gets the id of the connection. | +| [GetKeepAlive()](../externalconnection/getkeepalive/) | True when the spreadsheet application should make efforts to keep the connection open. When false, the application should close the connection after retrieving the information. | +| [GetName()](../externalconnection/getname/) | Specifies the name of the connection. Each connection must have a unique name. | +| [GetOdcFile()](../externalconnection/getodcfile/) | Specifies the full path to external connection file from which this connection was created. If a connection fails during an attempt to refresh data, and reconnectionMethod=1, then the spreadsheet application will try again using information from the external connection file instead of the connection object embedded within the workbook. | +| [GetOnlyUseConnectionFile()](../externalconnection/getonlyuseconnectionfile/) | Indicates whether the spreadsheet application should always and only use the connection information in the external connection file indicated by the odcFile attribute when the connection is refreshed. If false, then the spreadsheet application should follow the procedure indicated by the reconnectionMethod attribute. | +| [GetParameters()](../externalconnection/getparameters/) | Gets [ConnectionParameterCollection](../connectionparametercollection/) for an ODBC or web query. | +| [GetPowerQueryFormula()](./getpowerqueryformula/) | Gets the definition of power query formula. | +| [GetReconnectionMethodType()](../externalconnection/getreconnectionmethodtype/) | Specifies what the spreadsheet application should do when a connection fails. The default value is [ReConnectionMethodType.Required](../reconnectionmethodtype/). | +| [GetRefreshInternal()](../externalconnection/getrefreshinternal/) | Specifies the number of minutes between automatic refreshes of the connection. | +| [GetRefreshOnLoad()](../externalconnection/getrefreshonload/) | True if this connection should be refreshed when opening the file; otherwise, false. | +| [GetSaveData()](../externalconnection/getsavedata/) | True if the external data fetched over the connection to populate a table is to be saved with the workbook; otherwise, false. | +| [GetSavePassword()](../externalconnection/getsavepassword/) | True if the password is to be saved as part of the connection string; otherwise, False. | +| [GetSecondCommand()](./getsecondcommand/) | Specifies a second command text string that is persisted when PivotTable server-based page fields are in use. For ODBC connections, serverCommand is usually a broader query than command (no WHERE clause is present in the former). Based on these 2 commands(Command and ServerCommand), parameter UI can be populated and parameterized queries can be constructed. | +| [GetSeverCommand()](./getsevercommand/) | **(Deprecated)** Specifies a second command text string that is persisted when PivotTable server-based page fields are in use. For ODBC connections, serverCommand is usually a broader query than command (no WHERE clause is present in the former). Based on these 2 commands(Command and ServerCommand), parameter UI can be populated and parameterized queries can be constructed. | +| [GetSourceFile()](../externalconnection/getsourcefile/) | Used when the external data source is file-based. When a connection to such a data source fails, the spreadsheet application attempts to connect directly to this file. May be expressed in URI or system-specific file path notation. | +| [GetSourceType()](../externalconnection/getsourcetype/) | Gets or Sets the external connection DataSource type. | +| [GetSSOId()](../externalconnection/getssoid/) | Identifier for Single Sign On (SSO) used for authentication between an intermediate spreadsheetML server and the external data source. | +| [IsDeleted()](../externalconnection/isdeleted/) | Indicates whether the associated workbook connection has been deleted. true if the connection has been deleted; otherwise, false. | +| [IsNew()](../externalconnection/isnew/) | True if the connection has not been refreshed for the first time; otherwise, false. This state can happen when the user saves the file before a query has finished returning. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const DBConnection\& src)](./operator_asm/) | operator= | +| [operator=(const ExternalConnection\& src)](../externalconnection/operator_asm/) | operator= | +| [SetBackgroundRefresh(bool value)](../externalconnection/setbackgroundrefresh/) | Indicates whether the connection can be refreshed in the background (asynchronously). true if preferred usage of the connection is to refresh asynchronously in the background; false if preferred usage of the connection is to refresh synchronously in the foreground. | +| [SetCommand(const U16String\& value)](./setcommand/) | The string containing the database command to pass to the data provider API that will interact with the external source in order to retrieve data. | +| [SetCommand(const char16_t* value)](./setcommand/) | The string containing the database command to pass to the data provider API that will interact with the external source in order to retrieve data. | +| [SetCommandType(OLEDBCommandType value)](./setcommandtype/) | Specifies the OLE DB command type. | +| [SetConnectionDescription(const U16String\& value)](../externalconnection/setconnectiondescription/) | Specifies the user description for this connection. | +| [SetConnectionDescription(const char16_t* value)](../externalconnection/setconnectiondescription/) | Specifies the user description for this connection. | +| [SetConnectionInfo(const U16String\& value)](./setconnectioninfo/) | **(Deprecated)** The connection information string is used to make contact with an OLE DB or ODBC data source. | +| [SetConnectionInfo(const char16_t* value)](./setconnectioninfo/) | **(Deprecated)** The connection information string is used to make contact with an OLE DB or ODBC data source. | +| [SetConnectionString(const U16String\& value)](./setconnectionstring/) | The connection information string is used to make contact with an OLE DB or ODBC data source. | +| [SetConnectionString(const char16_t* value)](./setconnectionstring/) | The connection information string is used to make contact with an OLE DB or ODBC data source. | +| [SetCredentialsMethodType(CredentialsMethodType value)](../externalconnection/setcredentialsmethodtype/) | Specifies the authentication method to be used when establishing (or re-establishing) the connection. | +| [SetIsDeleted(bool value)](../externalconnection/setisdeleted/) | Indicates whether the associated workbook connection has been deleted. true if the connection has been deleted; otherwise, false. | +| [SetIsNew(bool value)](../externalconnection/setisnew/) | True if the connection has not been refreshed for the first time; otherwise, false. This state can happen when the user saves the file before a query has finished returning. | +| [SetKeepAlive(bool value)](../externalconnection/setkeepalive/) | True when the spreadsheet application should make efforts to keep the connection open. When false, the application should close the connection after retrieving the information. | +| [SetName(const U16String\& value)](../externalconnection/setname/) | Specifies the name of the connection. Each connection must have a unique name. | +| [SetName(const char16_t* value)](../externalconnection/setname/) | Specifies the name of the connection. Each connection must have a unique name. | +| [SetOdcFile(const U16String\& value)](../externalconnection/setodcfile/) | Specifies the full path to external connection file from which this connection was created. If a connection fails during an attempt to refresh data, and reconnectionMethod=1, then the spreadsheet application will try again using information from the external connection file instead of the connection object embedded within the workbook. | +| [SetOdcFile(const char16_t* value)](../externalconnection/setodcfile/) | Specifies the full path to external connection file from which this connection was created. If a connection fails during an attempt to refresh data, and reconnectionMethod=1, then the spreadsheet application will try again using information from the external connection file instead of the connection object embedded within the workbook. | +| [SetOnlyUseConnectionFile(bool value)](../externalconnection/setonlyuseconnectionfile/) | Indicates whether the spreadsheet application should always and only use the connection information in the external connection file indicated by the odcFile attribute when the connection is refreshed. If false, then the spreadsheet application should follow the procedure indicated by the reconnectionMethod attribute. | +| [SetReconnectionMethodType(ReConnectionMethodType value)](../externalconnection/setreconnectionmethodtype/) | Specifies what the spreadsheet application should do when a connection fails. The default value is [ReConnectionMethodType.Required](../reconnectionmethodtype/). | +| [SetRefreshInternal(int32_t value)](../externalconnection/setrefreshinternal/) | Specifies the number of minutes between automatic refreshes of the connection. | +| [SetRefreshOnLoad(bool value)](../externalconnection/setrefreshonload/) | True if this connection should be refreshed when opening the file; otherwise, false. | +| [SetSaveData(bool value)](../externalconnection/setsavedata/) | True if the external data fetched over the connection to populate a table is to be saved with the workbook; otherwise, false. | +| [SetSavePassword(bool value)](../externalconnection/setsavepassword/) | True if the password is to be saved as part of the connection string; otherwise, False. | +| [SetSecondCommand(const U16String\& value)](./setsecondcommand/) | Specifies a second command text string that is persisted when PivotTable server-based page fields are in use. For ODBC connections, serverCommand is usually a broader query than command (no WHERE clause is present in the former). Based on these 2 commands(Command and ServerCommand), parameter UI can be populated and parameterized queries can be constructed. | +| [SetSecondCommand(const char16_t* value)](./setsecondcommand/) | Specifies a second command text string that is persisted when PivotTable server-based page fields are in use. For ODBC connections, serverCommand is usually a broader query than command (no WHERE clause is present in the former). Based on these 2 commands(Command and ServerCommand), parameter UI can be populated and parameterized queries can be constructed. | +| [SetSeverCommand(const U16String\& value)](./setsevercommand/) | **(Deprecated)** Specifies a second command text string that is persisted when PivotTable server-based page fields are in use. For ODBC connections, serverCommand is usually a broader query than command (no WHERE clause is present in the former). Based on these 2 commands(Command and ServerCommand), parameter UI can be populated and parameterized queries can be constructed. | +| [SetSeverCommand(const char16_t* value)](./setsevercommand/) | **(Deprecated)** Specifies a second command text string that is persisted when PivotTable server-based page fields are in use. For ODBC connections, serverCommand is usually a broader query than command (no WHERE clause is present in the former). Based on these 2 commands(Command and ServerCommand), parameter UI can be populated and parameterized queries can be constructed. | +| [SetSourceFile(const U16String\& value)](../externalconnection/setsourcefile/) | Used when the external data source is file-based. When a connection to such a data source fails, the spreadsheet application attempts to connect directly to this file. May be expressed in URI or system-specific file path notation. | +| [SetSourceFile(const char16_t* value)](../externalconnection/setsourcefile/) | Used when the external data source is file-based. When a connection to such a data source fails, the spreadsheet application attempts to connect directly to this file. May be expressed in URI or system-specific file path notation. | +| [SetSourceType(ConnectionDataSourceType value)](../externalconnection/setsourcetype/) | Gets or Sets the external connection DataSource type. | +| [SetSSOId(const U16String\& value)](../externalconnection/setssoid/) | Identifier for Single Sign On (SSO) used for authentication between an intermediate spreadsheetML server and the external data source. | +| [SetSSOId(const char16_t* value)](../externalconnection/setssoid/) | Identifier for Single Sign On (SSO) used for authentication between an intermediate spreadsheetML server and the external data source. | +| [~DBConnection()](./~dbconnection/) | Destructor. | +| [~ExternalConnection()](../externalconnection/~externalconnection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [ExternalConnection](../externalconnection/) +* Namespace [Aspose::Cells::ExternalConnections](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/dbconnection/dbconnection/_index.md b/spanish/cpp/aspose.cells.externalconnections/dbconnection/dbconnection/_index.md new file mode 100644 index 00000000000..4256ba1425b --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/dbconnection/dbconnection/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::ExternalConnections::DBConnection::DBConnection constructor +linktitle: DBConnection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::DBConnection::DBConnection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.externalconnections/dbconnection/dbconnection/ +--- +## DBConnection::DBConnection(DBConnection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::ExternalConnections::DBConnection::DBConnection(DBConnection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DBConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) +## DBConnection::DBConnection(const DBConnection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::ExternalConnections::DBConnection::DBConnection(const DBConnection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DBConnection](../) +* Class [DBConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) +## DBConnection::DBConnection(const ExternalConnection\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::ExternalConnections::DBConnection::DBConnection(const ExternalConnection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExternalConnection](../../externalconnection/) +* Class [DBConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/dbconnection/getclasstype/_index.md b/spanish/cpp/aspose.cells.externalconnections/dbconnection/getclasstype/_index.md new file mode 100644 index 00000000000..57e1656a2d0 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/dbconnection/getclasstype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::DBConnection::GetClassType method +linktitle: GetClassType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::DBConnection::GetClassType method. Gets the type of this ExternalConnection object in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.externalconnections/dbconnection/getclasstype/ +--- +## DBConnection::GetClassType method + + +Gets the type of this [ExternalConnection](../../externalconnection/) object. + +```cpp +ExternalConnectionClassType Aspose::Cells::ExternalConnections::DBConnection::GetClassType() +``` + +## See Also + +* Enum [ExternalConnectionClassType](../../externalconnectionclasstype/) +* Class [DBConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/dbconnection/getcommand/_index.md b/spanish/cpp/aspose.cells.externalconnections/dbconnection/getcommand/_index.md new file mode 100644 index 00000000000..7f6d76d026e --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/dbconnection/getcommand/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::DBConnection::GetCommand method +linktitle: GetCommand +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::DBConnection::GetCommand method. The string containing the database command to pass to the data provider API that will interact with the external source in order to retrieve data in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.externalconnections/dbconnection/getcommand/ +--- +## DBConnection::GetCommand method + + +The string containing the database command to pass to the data provider API that will interact with the external source in order to retrieve data. + +```cpp +U16String Aspose::Cells::ExternalConnections::DBConnection::GetCommand() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [DBConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/dbconnection/getcommandtype/_index.md b/spanish/cpp/aspose.cells.externalconnections/dbconnection/getcommandtype/_index.md new file mode 100644 index 00000000000..c25dd96e65f --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/dbconnection/getcommandtype/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::ExternalConnections::DBConnection::GetCommandType method +linktitle: GetCommandType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::DBConnection::GetCommandType method. Specifies the OLE DB command type in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.externalconnections/dbconnection/getcommandtype/ +--- +## DBConnection::GetCommandType method + + +Specifies the OLE DB command type. + +```cpp +OLEDBCommandType Aspose::Cells::ExternalConnections::DBConnection::GetCommandType() +``` + +## Remarks + + +1. Query specifies a cube name +1. Query specifies a SQL statement +1. Query specifies a table name +1. Query specifies that default information has been given, and it is up to the provider how to interpret. +1. Query is against a web based List Data Provider. + + +## See Also + +* Enum [OLEDBCommandType](../../oledbcommandtype/) +* Class [DBConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/dbconnection/getconnectioninfo/_index.md b/spanish/cpp/aspose.cells.externalconnections/dbconnection/getconnectioninfo/_index.md new file mode 100644 index 00000000000..510fe60b9b2 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/dbconnection/getconnectioninfo/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::ExternalConnections::DBConnection::GetConnectionInfo method +linktitle: GetConnectionInfo +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::DBConnection::GetConnectionInfo method. The connection information string is used to make contact with an OLE DB or ODBC data source in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.externalconnections/dbconnection/getconnectioninfo/ +--- +## DBConnection::GetConnectionInfo method + + +The connection information string is used to make contact with an OLE DB or ODBC data source. + + +>Deprecated +> +>Use ExternalConnection.ConnectionString property instead. +```cpp +U16String Aspose::Cells::ExternalConnections::DBConnection::GetConnectionInfo() +``` + +## Remarks + + +NOTE: This property is now obsolete. Instead, please use ExternalConnection.ConnectionString property. This method will be removed 12 months later since October 2024. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [DBConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/dbconnection/getconnectionstring/_index.md b/spanish/cpp/aspose.cells.externalconnections/dbconnection/getconnectionstring/_index.md new file mode 100644 index 00000000000..76e8f701d41 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/dbconnection/getconnectionstring/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::DBConnection::GetConnectionString method +linktitle: GetConnectionString +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::DBConnection::GetConnectionString method. The connection information string is used to make contact with an OLE DB or ODBC data source in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.externalconnections/dbconnection/getconnectionstring/ +--- +## DBConnection::GetConnectionString method + + +The connection information string is used to make contact with an OLE DB or ODBC data source. + +```cpp +U16String Aspose::Cells::ExternalConnections::DBConnection::GetConnectionString() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [DBConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/dbconnection/getpowerqueryformula/_index.md b/spanish/cpp/aspose.cells.externalconnections/dbconnection/getpowerqueryformula/_index.md new file mode 100644 index 00000000000..ca38fe3cced --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/dbconnection/getpowerqueryformula/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::DBConnection::GetPowerQueryFormula method +linktitle: GetPowerQueryFormula +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::DBConnection::GetPowerQueryFormula method. Gets the definition of power query formula in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.externalconnections/dbconnection/getpowerqueryformula/ +--- +## DBConnection::GetPowerQueryFormula method + + +Gets the definition of power query formula. + +```cpp +PowerQueryFormula Aspose::Cells::ExternalConnections::DBConnection::GetPowerQueryFormula() +``` + +## See Also + +* Class [PowerQueryFormula](../../../aspose.cells.querytables/powerqueryformula/) +* Class [DBConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/dbconnection/getsecondcommand/_index.md b/spanish/cpp/aspose.cells.externalconnections/dbconnection/getsecondcommand/_index.md new file mode 100644 index 00000000000..897508080b5 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/dbconnection/getsecondcommand/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::DBConnection::GetSecondCommand method +linktitle: GetSecondCommand +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::DBConnection::GetSecondCommand method. Specifies a second command text string that is persisted when PivotTable server-based page fields are in use. For ODBC connections, serverCommand is usually a broader query than command (no WHERE clause is present in the former). Based on these 2 commands(Command and ServerCommand), parameter UI can be populated and parameterized queries can be constructed in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.externalconnections/dbconnection/getsecondcommand/ +--- +## DBConnection::GetSecondCommand method + + +Specifies a second command text string that is persisted when PivotTable server-based page fields are in use. For ODBC connections, serverCommand is usually a broader query than command (no WHERE clause is present in the former). Based on these 2 commands(Command and ServerCommand), parameter UI can be populated and parameterized queries can be constructed. + +```cpp +U16String Aspose::Cells::ExternalConnections::DBConnection::GetSecondCommand() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [DBConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/dbconnection/getsevercommand/_index.md b/spanish/cpp/aspose.cells.externalconnections/dbconnection/getsevercommand/_index.md new file mode 100644 index 00000000000..8e77a265f88 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/dbconnection/getsevercommand/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::ExternalConnections::DBConnection::GetSeverCommand method +linktitle: GetSeverCommand +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::DBConnection::GetSeverCommand method. Specifies a second command text string that is persisted when PivotTable server-based page fields are in use. For ODBC connections, serverCommand is usually a broader query than command (no WHERE clause is present in the former). Based on these 2 commands(Command and ServerCommand), parameter UI can be populated and parameterized queries can be constructed in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.externalconnections/dbconnection/getsevercommand/ +--- +## DBConnection::GetSeverCommand method + + +Specifies a second command text string that is persisted when PivotTable server-based page fields are in use. For ODBC connections, serverCommand is usually a broader query than command (no WHERE clause is present in the former). Based on these 2 commands(Command and ServerCommand), parameter UI can be populated and parameterized queries can be constructed. + + +>Deprecated +> +>Use ExternalConnection.SecondCommand property instead. +```cpp +U16String Aspose::Cells::ExternalConnections::DBConnection::GetSeverCommand() +``` + +## Remarks + + +NOTE: This property is now obsolete. Instead, please use ExternalConnection.SecondCommand property. This method will be removed 12 months later since October 2024. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [DBConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/dbconnection/isnull/_index.md b/spanish/cpp/aspose.cells.externalconnections/dbconnection/isnull/_index.md new file mode 100644 index 00000000000..1bbd48e7f8c --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/dbconnection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::ExternalConnections::DBConnection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::DBConnection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.externalconnections/dbconnection/isnull/ +--- +## DBConnection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::ExternalConnections::DBConnection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DBConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/dbconnection/operator_asm/_index.md b/spanish/cpp/aspose.cells.externalconnections/dbconnection/operator_asm/_index.md new file mode 100644 index 00000000000..edec71ca477 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/dbconnection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::ExternalConnections::DBConnection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::DBConnection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.externalconnections/dbconnection/operator_asm/ +--- +## DBConnection::operator= method + + +operator= + +```cpp +DBConnection & Aspose::Cells::ExternalConnections::DBConnection::operator=(const DBConnection &src) +``` + +## See Also + +* Class [DBConnection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [DBConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/dbconnection/operator_bool/_index.md b/spanish/cpp/aspose.cells.externalconnections/dbconnection/operator_bool/_index.md new file mode 100644 index 00000000000..78918ba8651 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/dbconnection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ExternalConnections::DBConnection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::DBConnection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.externalconnections/dbconnection/operator_bool/ +--- +## DBConnection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::ExternalConnections::DBConnection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [DBConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/dbconnection/setcommand/_index.md b/spanish/cpp/aspose.cells.externalconnections/dbconnection/setcommand/_index.md new file mode 100644 index 00000000000..d63ec4f48db --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/dbconnection/setcommand/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::ExternalConnections::DBConnection::SetCommand method +linktitle: SetCommand +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::DBConnection::SetCommand method. The string containing the database command to pass to the data provider API that will interact with the external source in order to retrieve data in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.externalconnections/dbconnection/setcommand/ +--- +## DBConnection::SetCommand(const U16String\&) method + + +The string containing the database command to pass to the data provider API that will interact with the external source in order to retrieve data. + +```cpp +void Aspose::Cells::ExternalConnections::DBConnection::SetCommand(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [DBConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) +## DBConnection::SetCommand(const char16_t*) method + + +The string containing the database command to pass to the data provider API that will interact with the external source in order to retrieve data. + +```cpp +void Aspose::Cells::ExternalConnections::DBConnection::SetCommand(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DBConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/dbconnection/setcommandtype/_index.md b/spanish/cpp/aspose.cells.externalconnections/dbconnection/setcommandtype/_index.md new file mode 100644 index 00000000000..8e2311677b5 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/dbconnection/setcommandtype/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::ExternalConnections::DBConnection::SetCommandType method +linktitle: SetCommandType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::DBConnection::SetCommandType method. Specifies the OLE DB command type in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.externalconnections/dbconnection/setcommandtype/ +--- +## DBConnection::SetCommandType method + + +Specifies the OLE DB command type. + +```cpp +void Aspose::Cells::ExternalConnections::DBConnection::SetCommandType(OLEDBCommandType value) +``` + +## Remarks + + +1. Query specifies a cube name +1. Query specifies a SQL statement +1. Query specifies a table name +1. Query specifies that default information has been given, and it is up to the provider how to interpret. +1. Query is against a web based List Data Provider. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [OLEDBCommandType](../../oledbcommandtype/) +* Class [DBConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/dbconnection/setconnectioninfo/_index.md b/spanish/cpp/aspose.cells.externalconnections/dbconnection/setconnectioninfo/_index.md new file mode 100644 index 00000000000..9c0fdea399c --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/dbconnection/setconnectioninfo/_index.md @@ -0,0 +1,60 @@ +--- +title: Aspose::Cells::ExternalConnections::DBConnection::SetConnectionInfo method +linktitle: SetConnectionInfo +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::DBConnection::SetConnectionInfo method. The connection information string is used to make contact with an OLE DB or ODBC data source in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.externalconnections/dbconnection/setconnectioninfo/ +--- +## DBConnection::SetConnectionInfo(const U16String\&) method + + +The connection information string is used to make contact with an OLE DB or ODBC data source. + + +>Deprecated +> +>Use ExternalConnection.ConnectionString property instead. +```cpp +void Aspose::Cells::ExternalConnections::DBConnection::SetConnectionInfo(const U16String &value) +``` + +## Remarks + + +NOTE: This property is now obsolete. Instead, please use ExternalConnection.ConnectionString property. This method will be removed 12 months later since October 2024. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [DBConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) +## DBConnection::SetConnectionInfo(const char16_t*) method + + +The connection information string is used to make contact with an OLE DB or ODBC data source. + + +>Deprecated +> +>Use ExternalConnection.ConnectionString property instead. +```cpp +void Aspose::Cells::ExternalConnections::DBConnection::SetConnectionInfo(const char16_t *value) +``` + +## Remarks + + +NOTE: This property is now obsolete. Instead, please use ExternalConnection.ConnectionString property. This method will be removed 12 months later since October 2024. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DBConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/dbconnection/setconnectionstring/_index.md b/spanish/cpp/aspose.cells.externalconnections/dbconnection/setconnectionstring/_index.md new file mode 100644 index 00000000000..54602a3cc53 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/dbconnection/setconnectionstring/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::ExternalConnections::DBConnection::SetConnectionString method +linktitle: SetConnectionString +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::DBConnection::SetConnectionString method. The connection information string is used to make contact with an OLE DB or ODBC data source in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.externalconnections/dbconnection/setconnectionstring/ +--- +## DBConnection::SetConnectionString(const U16String\&) method + + +The connection information string is used to make contact with an OLE DB or ODBC data source. + +```cpp +void Aspose::Cells::ExternalConnections::DBConnection::SetConnectionString(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [DBConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) +## DBConnection::SetConnectionString(const char16_t*) method + + +The connection information string is used to make contact with an OLE DB or ODBC data source. + +```cpp +void Aspose::Cells::ExternalConnections::DBConnection::SetConnectionString(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DBConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/dbconnection/setsecondcommand/_index.md b/spanish/cpp/aspose.cells.externalconnections/dbconnection/setsecondcommand/_index.md new file mode 100644 index 00000000000..3b4063dd918 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/dbconnection/setsecondcommand/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::ExternalConnections::DBConnection::SetSecondCommand method +linktitle: SetSecondCommand +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::DBConnection::SetSecondCommand method. Specifies a second command text string that is persisted when PivotTable server-based page fields are in use. For ODBC connections, serverCommand is usually a broader query than command (no WHERE clause is present in the former). Based on these 2 commands(Command and ServerCommand), parameter UI can be populated and parameterized queries can be constructed in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.externalconnections/dbconnection/setsecondcommand/ +--- +## DBConnection::SetSecondCommand(const U16String\&) method + + +Specifies a second command text string that is persisted when PivotTable server-based page fields are in use. For ODBC connections, serverCommand is usually a broader query than command (no WHERE clause is present in the former). Based on these 2 commands(Command and ServerCommand), parameter UI can be populated and parameterized queries can be constructed. + +```cpp +void Aspose::Cells::ExternalConnections::DBConnection::SetSecondCommand(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [DBConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) +## DBConnection::SetSecondCommand(const char16_t*) method + + +Specifies a second command text string that is persisted when PivotTable server-based page fields are in use. For ODBC connections, serverCommand is usually a broader query than command (no WHERE clause is present in the former). Based on these 2 commands(Command and ServerCommand), parameter UI can be populated and parameterized queries can be constructed. + +```cpp +void Aspose::Cells::ExternalConnections::DBConnection::SetSecondCommand(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DBConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/dbconnection/setsevercommand/_index.md b/spanish/cpp/aspose.cells.externalconnections/dbconnection/setsevercommand/_index.md new file mode 100644 index 00000000000..1427c0d6e95 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/dbconnection/setsevercommand/_index.md @@ -0,0 +1,60 @@ +--- +title: Aspose::Cells::ExternalConnections::DBConnection::SetSeverCommand method +linktitle: SetSeverCommand +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::DBConnection::SetSeverCommand method. Specifies a second command text string that is persisted when PivotTable server-based page fields are in use. For ODBC connections, serverCommand is usually a broader query than command (no WHERE clause is present in the former). Based on these 2 commands(Command and ServerCommand), parameter UI can be populated and parameterized queries can be constructed in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.externalconnections/dbconnection/setsevercommand/ +--- +## DBConnection::SetSeverCommand(const U16String\&) method + + +Specifies a second command text string that is persisted when PivotTable server-based page fields are in use. For ODBC connections, serverCommand is usually a broader query than command (no WHERE clause is present in the former). Based on these 2 commands(Command and ServerCommand), parameter UI can be populated and parameterized queries can be constructed. + + +>Deprecated +> +>Use ExternalConnection.SecondCommand property instead. +```cpp +void Aspose::Cells::ExternalConnections::DBConnection::SetSeverCommand(const U16String &value) +``` + +## Remarks + + +NOTE: This property is now obsolete. Instead, please use ExternalConnection.SecondCommand property. This method will be removed 12 months later since October 2024. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [DBConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) +## DBConnection::SetSeverCommand(const char16_t*) method + + +Specifies a second command text string that is persisted when PivotTable server-based page fields are in use. For ODBC connections, serverCommand is usually a broader query than command (no WHERE clause is present in the former). Based on these 2 commands(Command and ServerCommand), parameter UI can be populated and parameterized queries can be constructed. + + +>Deprecated +> +>Use ExternalConnection.SecondCommand property instead. +```cpp +void Aspose::Cells::ExternalConnections::DBConnection::SetSeverCommand(const char16_t *value) +``` + +## Remarks + + +NOTE: This property is now obsolete. Instead, please use ExternalConnection.SecondCommand property. This method will be removed 12 months later since October 2024. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DBConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/dbconnection/~dbconnection/_index.md b/spanish/cpp/aspose.cells.externalconnections/dbconnection/~dbconnection/_index.md new file mode 100644 index 00000000000..02fa6261aa3 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/dbconnection/~dbconnection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::ExternalConnections::DBConnection::~DBConnection method +linktitle: ~DBConnection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::DBConnection::~DBConnection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.externalconnections/dbconnection/~dbconnection/ +--- +## DBConnection::~DBConnection method + + +Destructor. + +```cpp +Aspose::Cells::ExternalConnections::DBConnection::~DBConnection() +``` + +## See Also + +* Class [DBConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/_impl/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/_impl/_index.md new file mode 100644 index 00000000000..9217f3a1aa0 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::_impl field. The implementation object in C++.' +type: docs +weight: 5400 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ExternalConnection_Impl* Aspose::Cells::ExternalConnections::ExternalConnection::_impl +``` + +## See Also + +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/_index.md new file mode 100644 index 00000000000..d572e40692f --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/_index.md @@ -0,0 +1,93 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection class +linktitle: ExternalConnection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection class. Specifies an external data connection in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/ +--- +## ExternalConnection class + + +Specifies an external data connection. + +```cpp +class ExternalConnection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [ExternalConnection(ExternalConnection_Impl* impl)](./externalconnection/) | Constructs from an implementation object. | +| [ExternalConnection(const ExternalConnection\& src)](./externalconnection/) | Copy constructor. | +| [GetBackgroundRefresh()](./getbackgroundrefresh/) | Indicates whether the connection can be refreshed in the background (asynchronously). true if preferred usage of the connection is to refresh asynchronously in the background; false if preferred usage of the connection is to refresh synchronously in the foreground. | +| virtual [GetClassType()](./getclasstype/) | Gets the type of this [ExternalConnection](./) object. | +| [GetCommand()](./getcommand/) | The string containing the database command to pass to the data provider API that will interact with the external source in order to retrieve data. | +| [GetCommandType()](./getcommandtype/) | Specifies the OLE DB command type. | +| [GetConnectionDescription()](./getconnectiondescription/) | Specifies the user description for this connection. | +| [GetConnectionFile()](./getconnectionfile/) | Gets the connection file. | +| [GetConnectionId()](./getconnectionid/) | **(Deprecated)** Specifies The unique identifier of this connection. | +| [GetConnectionString()](./getconnectionstring/) | The connection information string is used to make contact with an OLE DB or ODBC data source. | +| [GetCredentialsMethodType()](./getcredentialsmethodtype/) | Specifies the authentication method to be used when establishing (or re-establishing) the connection. | +| [GetId()](./getid/) | Gets the id of the connection. | +| [GetKeepAlive()](./getkeepalive/) | True when the spreadsheet application should make efforts to keep the connection open. When false, the application should close the connection after retrieving the information. | +| [GetName()](./getname/) | Specifies the name of the connection. Each connection must have a unique name. | +| [GetOdcFile()](./getodcfile/) | Specifies the full path to external connection file from which this connection was created. If a connection fails during an attempt to refresh data, and reconnectionMethod=1, then the spreadsheet application will try again using information from the external connection file instead of the connection object embedded within the workbook. | +| [GetOnlyUseConnectionFile()](./getonlyuseconnectionfile/) | Indicates whether the spreadsheet application should always and only use the connection information in the external connection file indicated by the odcFile attribute when the connection is refreshed. If false, then the spreadsheet application should follow the procedure indicated by the reconnectionMethod attribute. | +| [GetParameters()](./getparameters/) | Gets [ConnectionParameterCollection](../connectionparametercollection/) for an ODBC or web query. | +| [GetPowerQueryFormula()](./getpowerqueryformula/) | Gets the definition of power query formula. | +| [GetReconnectionMethodType()](./getreconnectionmethodtype/) | Specifies what the spreadsheet application should do when a connection fails. The default value is [ReConnectionMethodType.Required](../reconnectionmethodtype/). | +| [GetRefreshInternal()](./getrefreshinternal/) | Specifies the number of minutes between automatic refreshes of the connection. | +| [GetRefreshOnLoad()](./getrefreshonload/) | True if this connection should be refreshed when opening the file; otherwise, false. | +| [GetSaveData()](./getsavedata/) | True if the external data fetched over the connection to populate a table is to be saved with the workbook; otherwise, false. | +| [GetSavePassword()](./getsavepassword/) | True if the password is to be saved as part of the connection string; otherwise, False. | +| [GetSecondCommand()](./getsecondcommand/) | Specifies a second command text string that is persisted when PivotTable server-based page fields are in use. For ODBC connections, serverCommand is usually a broader query than command (no WHERE clause is present in the former). Based on these 2 commands(Command and ServerCommand), parameter UI can be populated and parameterized queries can be constructed. | +| [GetSourceFile()](./getsourcefile/) | Used when the external data source is file-based. When a connection to such a data source fails, the spreadsheet application attempts to connect directly to this file. May be expressed in URI or system-specific file path notation. | +| [GetSourceType()](./getsourcetype/) | Gets or Sets the external connection DataSource type. | +| [GetSSOId()](./getssoid/) | Identifier for Single Sign On (SSO) used for authentication between an intermediate spreadsheetML server and the external data source. | +| [IsDeleted()](./isdeleted/) | Indicates whether the associated workbook connection has been deleted. true if the connection has been deleted; otherwise, false. | +| [IsNew()](./isnew/) | True if the connection has not been refreshed for the first time; otherwise, false. This state can happen when the user saves the file before a query has finished returning. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ExternalConnection\& src)](./operator_asm/) | operator= | +| [SetBackgroundRefresh(bool value)](./setbackgroundrefresh/) | Indicates whether the connection can be refreshed in the background (asynchronously). true if preferred usage of the connection is to refresh asynchronously in the background; false if preferred usage of the connection is to refresh synchronously in the foreground. | +| [SetCommand(const U16String\& value)](./setcommand/) | The string containing the database command to pass to the data provider API that will interact with the external source in order to retrieve data. | +| [SetCommand(const char16_t* value)](./setcommand/) | The string containing the database command to pass to the data provider API that will interact with the external source in order to retrieve data. | +| [SetCommandType(OLEDBCommandType value)](./setcommandtype/) | Specifies the OLE DB command type. | +| [SetConnectionDescription(const U16String\& value)](./setconnectiondescription/) | Specifies the user description for this connection. | +| [SetConnectionDescription(const char16_t* value)](./setconnectiondescription/) | Specifies the user description for this connection. | +| [SetConnectionString(const U16String\& value)](./setconnectionstring/) | The connection information string is used to make contact with an OLE DB or ODBC data source. | +| [SetConnectionString(const char16_t* value)](./setconnectionstring/) | The connection information string is used to make contact with an OLE DB or ODBC data source. | +| [SetCredentialsMethodType(CredentialsMethodType value)](./setcredentialsmethodtype/) | Specifies the authentication method to be used when establishing (or re-establishing) the connection. | +| [SetIsDeleted(bool value)](./setisdeleted/) | Indicates whether the associated workbook connection has been deleted. true if the connection has been deleted; otherwise, false. | +| [SetIsNew(bool value)](./setisnew/) | True if the connection has not been refreshed for the first time; otherwise, false. This state can happen when the user saves the file before a query has finished returning. | +| [SetKeepAlive(bool value)](./setkeepalive/) | True when the spreadsheet application should make efforts to keep the connection open. When false, the application should close the connection after retrieving the information. | +| [SetName(const U16String\& value)](./setname/) | Specifies the name of the connection. Each connection must have a unique name. | +| [SetName(const char16_t* value)](./setname/) | Specifies the name of the connection. Each connection must have a unique name. | +| [SetOdcFile(const U16String\& value)](./setodcfile/) | Specifies the full path to external connection file from which this connection was created. If a connection fails during an attempt to refresh data, and reconnectionMethod=1, then the spreadsheet application will try again using information from the external connection file instead of the connection object embedded within the workbook. | +| [SetOdcFile(const char16_t* value)](./setodcfile/) | Specifies the full path to external connection file from which this connection was created. If a connection fails during an attempt to refresh data, and reconnectionMethod=1, then the spreadsheet application will try again using information from the external connection file instead of the connection object embedded within the workbook. | +| [SetOnlyUseConnectionFile(bool value)](./setonlyuseconnectionfile/) | Indicates whether the spreadsheet application should always and only use the connection information in the external connection file indicated by the odcFile attribute when the connection is refreshed. If false, then the spreadsheet application should follow the procedure indicated by the reconnectionMethod attribute. | +| [SetReconnectionMethodType(ReConnectionMethodType value)](./setreconnectionmethodtype/) | Specifies what the spreadsheet application should do when a connection fails. The default value is [ReConnectionMethodType.Required](../reconnectionmethodtype/). | +| [SetRefreshInternal(int32_t value)](./setrefreshinternal/) | Specifies the number of minutes between automatic refreshes of the connection. | +| [SetRefreshOnLoad(bool value)](./setrefreshonload/) | True if this connection should be refreshed when opening the file; otherwise, false. | +| [SetSaveData(bool value)](./setsavedata/) | True if the external data fetched over the connection to populate a table is to be saved with the workbook; otherwise, false. | +| [SetSavePassword(bool value)](./setsavepassword/) | True if the password is to be saved as part of the connection string; otherwise, False. | +| [SetSecondCommand(const U16String\& value)](./setsecondcommand/) | Specifies a second command text string that is persisted when PivotTable server-based page fields are in use. For ODBC connections, serverCommand is usually a broader query than command (no WHERE clause is present in the former). Based on these 2 commands(Command and ServerCommand), parameter UI can be populated and parameterized queries can be constructed. | +| [SetSecondCommand(const char16_t* value)](./setsecondcommand/) | Specifies a second command text string that is persisted when PivotTable server-based page fields are in use. For ODBC connections, serverCommand is usually a broader query than command (no WHERE clause is present in the former). Based on these 2 commands(Command and ServerCommand), parameter UI can be populated and parameterized queries can be constructed. | +| [SetSourceFile(const U16String\& value)](./setsourcefile/) | Used when the external data source is file-based. When a connection to such a data source fails, the spreadsheet application attempts to connect directly to this file. May be expressed in URI or system-specific file path notation. | +| [SetSourceFile(const char16_t* value)](./setsourcefile/) | Used when the external data source is file-based. When a connection to such a data source fails, the spreadsheet application attempts to connect directly to this file. May be expressed in URI or system-specific file path notation. | +| [SetSourceType(ConnectionDataSourceType value)](./setsourcetype/) | Gets or Sets the external connection DataSource type. | +| [SetSSOId(const U16String\& value)](./setssoid/) | Identifier for Single Sign On (SSO) used for authentication between an intermediate spreadsheetML server and the external data source. | +| [SetSSOId(const char16_t* value)](./setssoid/) | Identifier for Single Sign On (SSO) used for authentication between an intermediate spreadsheetML server and the external data source. | +| [~ExternalConnection()](./~externalconnection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::ExternalConnections](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/externalconnection/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/externalconnection/_index.md new file mode 100644 index 00000000000..31bd0a4b520 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/externalconnection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::ExternalConnection constructor +linktitle: ExternalConnection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::ExternalConnection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/externalconnection/ +--- +## ExternalConnection::ExternalConnection(ExternalConnection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::ExternalConnections::ExternalConnection::ExternalConnection(ExternalConnection_Impl *impl=nullptr) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) +## ExternalConnection::ExternalConnection(const ExternalConnection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::ExternalConnections::ExternalConnection::ExternalConnection(const ExternalConnection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExternalConnection](../) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/getbackgroundrefresh/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/getbackgroundrefresh/_index.md new file mode 100644 index 00000000000..dc609c8c485 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/getbackgroundrefresh/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::GetBackgroundRefresh method +linktitle: GetBackgroundRefresh +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::GetBackgroundRefresh method. Indicates whether the connection can be refreshed in the background (asynchronously). true if preferred usage of the connection is to refresh asynchronously in the background; false if preferred usage of the connection is to refresh synchronously in the foreground in C++.' +type: docs +weight: 4000 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/getbackgroundrefresh/ +--- +## ExternalConnection::GetBackgroundRefresh method + + +Indicates whether the connection can be refreshed in the background (asynchronously). true if preferred usage of the connection is to refresh asynchronously in the background; false if preferred usage of the connection is to refresh synchronously in the foreground. + +```cpp +bool Aspose::Cells::ExternalConnections::ExternalConnection::GetBackgroundRefresh() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/getclasstype/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/getclasstype/_index.md new file mode 100644 index 00000000000..3c87a388875 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/getclasstype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::GetClassType method +linktitle: GetClassType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::GetClassType method. Gets the type of this ExternalConnection object in C++.' +type: docs +weight: 4300 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/getclasstype/ +--- +## ExternalConnection::GetClassType method + + +Gets the type of this [ExternalConnection](../) object. + +```cpp +virtual ExternalConnectionClassType Aspose::Cells::ExternalConnections::ExternalConnection::GetClassType() +``` + +## See Also + +* Enum [ExternalConnectionClassType](../../externalconnectionclasstype/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/getcommand/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/getcommand/_index.md new file mode 100644 index 00000000000..88887d7c939 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/getcommand/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::GetCommand method +linktitle: GetCommand +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::GetCommand method. The string containing the database command to pass to the data provider API that will interact with the external source in order to retrieve data in C++.' +type: docs +weight: 4600 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/getcommand/ +--- +## ExternalConnection::GetCommand method + + +The string containing the database command to pass to the data provider API that will interact with the external source in order to retrieve data. + +```cpp +U16String Aspose::Cells::ExternalConnections::ExternalConnection::GetCommand() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/getcommandtype/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/getcommandtype/_index.md new file mode 100644 index 00000000000..2c06c9b1043 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/getcommandtype/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::GetCommandType method +linktitle: GetCommandType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::GetCommandType method. Specifies the OLE DB command type in C++.' +type: docs +weight: 4800 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/getcommandtype/ +--- +## ExternalConnection::GetCommandType method + + +Specifies the OLE DB command type. + +```cpp +OLEDBCommandType Aspose::Cells::ExternalConnections::ExternalConnection::GetCommandType() +``` + +## Remarks + + +1. Query specifies a cube name +1. Query specifies a SQL statement +1. Query specifies a table name +1. Query specifies that default information has been given, and it is up to the provider how to interpret. +1. Query is against a web based List Data Provider. + + +## See Also + +* Enum [OLEDBCommandType](../../oledbcommandtype/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/getconnectiondescription/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/getconnectiondescription/_index.md new file mode 100644 index 00000000000..169c46f766a --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/getconnectiondescription/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::GetConnectionDescription method +linktitle: GetConnectionDescription +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::GetConnectionDescription method. Specifies the user description for this connection in C++.' +type: docs +weight: 3400 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/getconnectiondescription/ +--- +## ExternalConnection::GetConnectionDescription method + + +Specifies the user description for this connection. + +```cpp +U16String Aspose::Cells::ExternalConnections::ExternalConnection::GetConnectionDescription() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/getconnectionfile/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/getconnectionfile/_index.md new file mode 100644 index 00000000000..06872e1d586 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/getconnectionfile/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::GetConnectionFile method +linktitle: GetConnectionFile +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::GetConnectionFile method. Gets the connection file in C++.' +type: docs +weight: 4500 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/getconnectionfile/ +--- +## ExternalConnection::GetConnectionFile method + + +Gets the connection file. + +```cpp +U16String Aspose::Cells::ExternalConnections::ExternalConnection::GetConnectionFile() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/getconnectionid/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/getconnectionid/_index.md new file mode 100644 index 00000000000..6b970bcdc20 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/getconnectionid/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::GetConnectionId method +linktitle: GetConnectionId +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::GetConnectionId method. Specifies The unique identifier of this connection in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/getconnectionid/ +--- +## ExternalConnection::GetConnectionId method + + +Specifies The unique identifier of this connection. + + +>Deprecated +> +>Use ExternalConnection.Id property instead. +```cpp +int32_t Aspose::Cells::ExternalConnections::ExternalConnection::GetConnectionId() +``` + +## Remarks + + +NOTE: This property is now obsolete. Instead, please use ExternalConnection.Id property. This property will be removed 12 months later since October 2024. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/getconnectionstring/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/getconnectionstring/_index.md new file mode 100644 index 00000000000..6e08c96b684 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/getconnectionstring/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::GetConnectionString method +linktitle: GetConnectionString +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::GetConnectionString method. The connection information string is used to make contact with an OLE DB or ODBC data source in C++.' +type: docs +weight: 5000 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/getconnectionstring/ +--- +## ExternalConnection::GetConnectionString method + + +The connection information string is used to make contact with an OLE DB or ODBC data source. + +```cpp +U16String Aspose::Cells::ExternalConnections::ExternalConnection::GetConnectionString() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/getcredentialsmethodtype/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/getcredentialsmethodtype/_index.md new file mode 100644 index 00000000000..60483823351 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/getcredentialsmethodtype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::GetCredentialsMethodType method +linktitle: GetCredentialsMethodType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::GetCredentialsMethodType method. Specifies the authentication method to be used when establishing (or re-establishing) the connection in C++.' +type: docs +weight: 3800 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/getcredentialsmethodtype/ +--- +## ExternalConnection::GetCredentialsMethodType method + + +Specifies the authentication method to be used when establishing (or re-establishing) the connection. + +```cpp +CredentialsMethodType Aspose::Cells::ExternalConnections::ExternalConnection::GetCredentialsMethodType() +``` + +## See Also + +* Enum [CredentialsMethodType](../../credentialsmethodtype/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/getid/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/getid/_index.md new file mode 100644 index 00000000000..7167da11d14 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/getid/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::GetId method +linktitle: GetId +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::GetId method. Gets the id of the connection in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/getid/ +--- +## ExternalConnection::GetId method + + +Gets the id of the connection. + +```cpp +int32_t Aspose::Cells::ExternalConnections::ExternalConnection::GetId() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/getkeepalive/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/getkeepalive/_index.md new file mode 100644 index 00000000000..ff5052eab8f --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/getkeepalive/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::GetKeepAlive method +linktitle: GetKeepAlive +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::GetKeepAlive method. True when the spreadsheet application should make efforts to keep the connection open. When false, the application should close the connection after retrieving the information in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/getkeepalive/ +--- +## ExternalConnection::GetKeepAlive method + + +True when the spreadsheet application should make efforts to keep the connection open. When false, the application should close the connection after retrieving the information. + +```cpp +bool Aspose::Cells::ExternalConnections::ExternalConnection::GetKeepAlive() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/getname/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/getname/_index.md new file mode 100644 index 00000000000..0056f00ace5 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/getname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::GetName method +linktitle: GetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::GetName method. Specifies the name of the connection. Each connection must have a unique name in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/getname/ +--- +## ExternalConnection::GetName method + + +Specifies the name of the connection. Each connection must have a unique name. + +```cpp +U16String Aspose::Cells::ExternalConnections::ExternalConnection::GetName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/getodcfile/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/getodcfile/_index.md new file mode 100644 index 00000000000..060ab8ac149 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/getodcfile/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::GetOdcFile method +linktitle: GetOdcFile +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::GetOdcFile method. Specifies the full path to external connection file from which this connection was created. If a connection fails during an attempt to refresh data, and reconnectionMethod=1, then the spreadsheet application will try again using information from the external connection file instead of the connection object embedded within the workbook in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/getodcfile/ +--- +## ExternalConnection::GetOdcFile method + + +Specifies the full path to external connection file from which this connection was created. If a connection fails during an attempt to refresh data, and reconnectionMethod=1, then the spreadsheet application will try again using information from the external connection file instead of the connection object embedded within the workbook. + +```cpp +U16String Aspose::Cells::ExternalConnections::ExternalConnection::GetOdcFile() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/getonlyuseconnectionfile/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/getonlyuseconnectionfile/_index.md new file mode 100644 index 00000000000..a663c83b073 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/getonlyuseconnectionfile/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::GetOnlyUseConnectionFile method +linktitle: GetOnlyUseConnectionFile +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::GetOnlyUseConnectionFile method. Indicates whether the spreadsheet application should always and only use the connection information in the external connection file indicated by the odcFile attribute when the connection is refreshed. If false, then the spreadsheet application should follow the procedure indicated by the reconnectionMethod attribute in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/getonlyuseconnectionfile/ +--- +## ExternalConnection::GetOnlyUseConnectionFile method + + +Indicates whether the spreadsheet application should always and only use the connection information in the external connection file indicated by the odcFile attribute when the connection is refreshed. If false, then the spreadsheet application should follow the procedure indicated by the reconnectionMethod attribute. + +```cpp +bool Aspose::Cells::ExternalConnections::ExternalConnection::GetOnlyUseConnectionFile() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/getparameters/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/getparameters/_index.md new file mode 100644 index 00000000000..59bf3f03c22 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/getparameters/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::GetParameters method +linktitle: GetParameters +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::GetParameters method. Gets ConnectionParameterCollection for an ODBC or web query in C++.' +type: docs +weight: 4200 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/getparameters/ +--- +## ExternalConnection::GetParameters method + + +Gets [ConnectionParameterCollection](../../connectionparametercollection/) for an ODBC or web query. + +```cpp +ConnectionParameterCollection Aspose::Cells::ExternalConnections::ExternalConnection::GetParameters() +``` + +## See Also + +* Class [ConnectionParameterCollection](../../connectionparametercollection/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/getpowerqueryformula/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/getpowerqueryformula/_index.md new file mode 100644 index 00000000000..c0d3ef13319 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/getpowerqueryformula/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::GetPowerQueryFormula method +linktitle: GetPowerQueryFormula +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::GetPowerQueryFormula method. Gets the definition of power query formula in C++.' +type: docs +weight: 4400 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/getpowerqueryformula/ +--- +## ExternalConnection::GetPowerQueryFormula method + + +Gets the definition of power query formula. + +```cpp +PowerQueryFormula Aspose::Cells::ExternalConnections::ExternalConnection::GetPowerQueryFormula() +``` + +## See Also + +* Class [PowerQueryFormula](../../../aspose.cells.querytables/powerqueryformula/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/getreconnectionmethodtype/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/getreconnectionmethodtype/_index.md new file mode 100644 index 00000000000..612a3b544b9 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/getreconnectionmethodtype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::GetReconnectionMethodType method +linktitle: GetReconnectionMethodType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::GetReconnectionMethodType method. Specifies what the spreadsheet application should do when a connection fails. The default value is ReConnectionMethodType.Required in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/getreconnectionmethodtype/ +--- +## ExternalConnection::GetReconnectionMethodType method + + +Specifies what the spreadsheet application should do when a connection fails. The default value is [ReConnectionMethodType.Required](../../reconnectionmethodtype/). + +```cpp +ReConnectionMethodType Aspose::Cells::ExternalConnections::ExternalConnection::GetReconnectionMethodType() +``` + +## See Also + +* Enum [ReConnectionMethodType](../../reconnectionmethodtype/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/getrefreshinternal/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/getrefreshinternal/_index.md new file mode 100644 index 00000000000..1ebc376b07e --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/getrefreshinternal/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::GetRefreshInternal method +linktitle: GetRefreshInternal +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::GetRefreshInternal method. Specifies the number of minutes between automatic refreshes of the connection in C++.' +type: docs +weight: 3200 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/getrefreshinternal/ +--- +## ExternalConnection::GetRefreshInternal method + + +Specifies the number of minutes between automatic refreshes of the connection. + +```cpp +int32_t Aspose::Cells::ExternalConnections::ExternalConnection::GetRefreshInternal() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/getrefreshonload/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/getrefreshonload/_index.md new file mode 100644 index 00000000000..81581c9ffda --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/getrefreshonload/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::GetRefreshOnLoad method +linktitle: GetRefreshOnLoad +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::GetRefreshOnLoad method. True if this connection should be refreshed when opening the file; otherwise, false in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/getrefreshonload/ +--- +## ExternalConnection::GetRefreshOnLoad method + + +True if this connection should be refreshed when opening the file; otherwise, false. + +```cpp +bool Aspose::Cells::ExternalConnections::ExternalConnection::GetRefreshOnLoad() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/getsavedata/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/getsavedata/_index.md new file mode 100644 index 00000000000..179982d10f5 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/getsavedata/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::GetSaveData method +linktitle: GetSaveData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::GetSaveData method. True if the external data fetched over the connection to populate a table is to be saved with the workbook; otherwise, false in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/getsavedata/ +--- +## ExternalConnection::GetSaveData method + + +True if the external data fetched over the connection to populate a table is to be saved with the workbook; otherwise, false. + +```cpp +bool Aspose::Cells::ExternalConnections::ExternalConnection::GetSaveData() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/getsavepassword/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/getsavepassword/_index.md new file mode 100644 index 00000000000..e129c679f97 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/getsavepassword/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::GetSavePassword method +linktitle: GetSavePassword +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::GetSavePassword method. True if the password is to be saved as part of the connection string; otherwise, False in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/getsavepassword/ +--- +## ExternalConnection::GetSavePassword method + + +True if the password is to be saved as part of the connection string; otherwise, False. + +```cpp +bool Aspose::Cells::ExternalConnections::ExternalConnection::GetSavePassword() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/getsecondcommand/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/getsecondcommand/_index.md new file mode 100644 index 00000000000..dc9f0b364d9 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/getsecondcommand/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::GetSecondCommand method +linktitle: GetSecondCommand +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::GetSecondCommand method. Specifies a second command text string that is persisted when PivotTable server-based page fields are in use. For ODBC connections, serverCommand is usually a broader query than command (no WHERE clause is present in the former). Based on these 2 commands(Command and ServerCommand), parameter UI can be populated and parameterized queries can be constructed in C++.' +type: docs +weight: 5200 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/getsecondcommand/ +--- +## ExternalConnection::GetSecondCommand method + + +Specifies a second command text string that is persisted when PivotTable server-based page fields are in use. For ODBC connections, serverCommand is usually a broader query than command (no WHERE clause is present in the former). Based on these 2 commands(Command and ServerCommand), parameter UI can be populated and parameterized queries can be constructed. + +```cpp +U16String Aspose::Cells::ExternalConnections::ExternalConnection::GetSecondCommand() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/getsourcefile/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/getsourcefile/_index.md new file mode 100644 index 00000000000..fc7d6eff1d1 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/getsourcefile/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::GetSourceFile method +linktitle: GetSourceFile +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::GetSourceFile method. Used when the external data source is file-based. When a connection to such a data source fails, the spreadsheet application attempts to connect directly to this file. May be expressed in URI or system-specific file path notation in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/getsourcefile/ +--- +## ExternalConnection::GetSourceFile method + + +Used when the external data source is file-based. When a connection to such a data source fails, the spreadsheet application attempts to connect directly to this file. May be expressed in URI or system-specific file path notation. + +```cpp +U16String Aspose::Cells::ExternalConnections::ExternalConnection::GetSourceFile() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/getsourcetype/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/getsourcetype/_index.md new file mode 100644 index 00000000000..a034dbb5674 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/getsourcetype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::GetSourceType method +linktitle: GetSourceType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::GetSourceType method. Gets or Sets the external connection DataSource type in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/getsourcetype/ +--- +## ExternalConnection::GetSourceType method + + +Gets or Sets the external connection DataSource type. + +```cpp +ConnectionDataSourceType Aspose::Cells::ExternalConnections::ExternalConnection::GetSourceType() +``` + +## See Also + +* Enum [ConnectionDataSourceType](../../connectiondatasourcetype/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/getssoid/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/getssoid/_index.md new file mode 100644 index 00000000000..d9344330a11 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/getssoid/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::GetSSOId method +linktitle: GetSSOId +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::GetSSOId method. Identifier for Single Sign On (SSO) used for authentication between an intermediate spreadsheetML server and the external data source in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/getssoid/ +--- +## ExternalConnection::GetSSOId method + + +Identifier for Single Sign On (SSO) used for authentication between an intermediate spreadsheetML server and the external data source. + +```cpp +U16String Aspose::Cells::ExternalConnections::ExternalConnection::GetSSOId() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/isdeleted/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/isdeleted/_index.md new file mode 100644 index 00000000000..1623c772305 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/isdeleted/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::IsDeleted method +linktitle: IsDeleted +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::IsDeleted method. Indicates whether the associated workbook connection has been deleted. true if the connection has been deleted; otherwise, false in C++.' +type: docs +weight: 3600 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/isdeleted/ +--- +## ExternalConnection::IsDeleted method + + +Indicates whether the associated workbook connection has been deleted. true if the connection has been deleted; otherwise, false. + +```cpp +bool Aspose::Cells::ExternalConnections::ExternalConnection::IsDeleted() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/isnew/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/isnew/_index.md new file mode 100644 index 00000000000..9e700a30b71 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/isnew/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::IsNew method +linktitle: IsNew +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::IsNew method. True if the connection has not been refreshed for the first time; otherwise, false. This state can happen when the user saves the file before a query has finished returning in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/isnew/ +--- +## ExternalConnection::IsNew method + + +True if the connection has not been refreshed for the first time; otherwise, false. This state can happen when the user saves the file before a query has finished returning. + +```cpp +bool Aspose::Cells::ExternalConnections::ExternalConnection::IsNew() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/isnull/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/isnull/_index.md new file mode 100644 index 00000000000..f7cf850589c --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/isnull/ +--- +## ExternalConnection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::ExternalConnections::ExternalConnection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/operator_asm/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/operator_asm/_index.md new file mode 100644 index 00000000000..f67052b8006 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/operator_asm/ +--- +## ExternalConnection::operator= method + + +operator= + +```cpp +ExternalConnection & Aspose::Cells::ExternalConnections::ExternalConnection::operator=(const ExternalConnection &src) +``` + +## See Also + +* Class [ExternalConnection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/operator_bool/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/operator_bool/_index.md new file mode 100644 index 00000000000..3a190d457be --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/operator_bool/ +--- +## ExternalConnection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::ExternalConnections::ExternalConnection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/setbackgroundrefresh/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/setbackgroundrefresh/_index.md new file mode 100644 index 00000000000..274ae2d3f1c --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/setbackgroundrefresh/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::SetBackgroundRefresh method +linktitle: SetBackgroundRefresh +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::SetBackgroundRefresh method. Indicates whether the connection can be refreshed in the background (asynchronously). true if preferred usage of the connection is to refresh asynchronously in the background; false if preferred usage of the connection is to refresh synchronously in the foreground in C++.' +type: docs +weight: 4100 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/setbackgroundrefresh/ +--- +## ExternalConnection::SetBackgroundRefresh method + + +Indicates whether the connection can be refreshed in the background (asynchronously). true if preferred usage of the connection is to refresh asynchronously in the background; false if preferred usage of the connection is to refresh synchronously in the foreground. + +```cpp +void Aspose::Cells::ExternalConnections::ExternalConnection::SetBackgroundRefresh(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/setcommand/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/setcommand/_index.md new file mode 100644 index 00000000000..fe7ab3fee07 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/setcommand/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::SetCommand method +linktitle: SetCommand +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::SetCommand method. The string containing the database command to pass to the data provider API that will interact with the external source in order to retrieve data in C++.' +type: docs +weight: 4700 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/setcommand/ +--- +## ExternalConnection::SetCommand(const U16String\&) method + + +The string containing the database command to pass to the data provider API that will interact with the external source in order to retrieve data. + +```cpp +void Aspose::Cells::ExternalConnections::ExternalConnection::SetCommand(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) +## ExternalConnection::SetCommand(const char16_t*) method + + +The string containing the database command to pass to the data provider API that will interact with the external source in order to retrieve data. + +```cpp +void Aspose::Cells::ExternalConnections::ExternalConnection::SetCommand(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/setcommandtype/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/setcommandtype/_index.md new file mode 100644 index 00000000000..255236451b2 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/setcommandtype/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::SetCommandType method +linktitle: SetCommandType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::SetCommandType method. Specifies the OLE DB command type in C++.' +type: docs +weight: 4900 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/setcommandtype/ +--- +## ExternalConnection::SetCommandType method + + +Specifies the OLE DB command type. + +```cpp +void Aspose::Cells::ExternalConnections::ExternalConnection::SetCommandType(OLEDBCommandType value) +``` + +## Remarks + + +1. Query specifies a cube name +1. Query specifies a SQL statement +1. Query specifies a table name +1. Query specifies that default information has been given, and it is up to the provider how to interpret. +1. Query is against a web based List Data Provider. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [OLEDBCommandType](../../oledbcommandtype/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/setconnectiondescription/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/setconnectiondescription/_index.md new file mode 100644 index 00000000000..26225c4f4f8 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/setconnectiondescription/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::SetConnectionDescription method +linktitle: SetConnectionDescription +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::SetConnectionDescription method. Specifies the user description for this connection in C++.' +type: docs +weight: 3500 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/setconnectiondescription/ +--- +## ExternalConnection::SetConnectionDescription(const U16String\&) method + + +Specifies the user description for this connection. + +```cpp +void Aspose::Cells::ExternalConnections::ExternalConnection::SetConnectionDescription(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) +## ExternalConnection::SetConnectionDescription(const char16_t*) method + + +Specifies the user description for this connection. + +```cpp +void Aspose::Cells::ExternalConnections::ExternalConnection::SetConnectionDescription(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/setconnectionstring/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/setconnectionstring/_index.md new file mode 100644 index 00000000000..3ef7cd86bb1 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/setconnectionstring/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::SetConnectionString method +linktitle: SetConnectionString +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::SetConnectionString method. The connection information string is used to make contact with an OLE DB or ODBC data source in C++.' +type: docs +weight: 5100 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/setconnectionstring/ +--- +## ExternalConnection::SetConnectionString(const U16String\&) method + + +The connection information string is used to make contact with an OLE DB or ODBC data source. + +```cpp +void Aspose::Cells::ExternalConnections::ExternalConnection::SetConnectionString(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) +## ExternalConnection::SetConnectionString(const char16_t*) method + + +The connection information string is used to make contact with an OLE DB or ODBC data source. + +```cpp +void Aspose::Cells::ExternalConnections::ExternalConnection::SetConnectionString(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/setcredentialsmethodtype/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/setcredentialsmethodtype/_index.md new file mode 100644 index 00000000000..a8fcf7112cf --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/setcredentialsmethodtype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::SetCredentialsMethodType method +linktitle: SetCredentialsMethodType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::SetCredentialsMethodType method. Specifies the authentication method to be used when establishing (or re-establishing) the connection in C++.' +type: docs +weight: 3900 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/setcredentialsmethodtype/ +--- +## ExternalConnection::SetCredentialsMethodType method + + +Specifies the authentication method to be used when establishing (or re-establishing) the connection. + +```cpp +void Aspose::Cells::ExternalConnections::ExternalConnection::SetCredentialsMethodType(CredentialsMethodType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [CredentialsMethodType](../../credentialsmethodtype/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/setisdeleted/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/setisdeleted/_index.md new file mode 100644 index 00000000000..63f5a94a745 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/setisdeleted/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::SetIsDeleted method +linktitle: SetIsDeleted +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::SetIsDeleted method. Indicates whether the associated workbook connection has been deleted. true if the connection has been deleted; otherwise, false in C++.' +type: docs +weight: 3700 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/setisdeleted/ +--- +## ExternalConnection::SetIsDeleted method + + +Indicates whether the associated workbook connection has been deleted. true if the connection has been deleted; otherwise, false. + +```cpp +void Aspose::Cells::ExternalConnections::ExternalConnection::SetIsDeleted(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/setisnew/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/setisnew/_index.md new file mode 100644 index 00000000000..ae6023cc326 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/setisnew/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::SetIsNew method +linktitle: SetIsNew +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::SetIsNew method. True if the connection has not been refreshed for the first time; otherwise, false. This state can happen when the user saves the file before a query has finished returning in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/setisnew/ +--- +## ExternalConnection::SetIsNew method + + +True if the connection has not been refreshed for the first time; otherwise, false. This state can happen when the user saves the file before a query has finished returning. + +```cpp +void Aspose::Cells::ExternalConnections::ExternalConnection::SetIsNew(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/setkeepalive/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/setkeepalive/_index.md new file mode 100644 index 00000000000..0183524c985 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/setkeepalive/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::SetKeepAlive method +linktitle: SetKeepAlive +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::SetKeepAlive method. True when the spreadsheet application should make efforts to keep the connection open. When false, the application should close the connection after retrieving the information in C++.' +type: docs +weight: 3100 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/setkeepalive/ +--- +## ExternalConnection::SetKeepAlive method + + +True when the spreadsheet application should make efforts to keep the connection open. When false, the application should close the connection after retrieving the information. + +```cpp +void Aspose::Cells::ExternalConnections::ExternalConnection::SetKeepAlive(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/setname/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/setname/_index.md new file mode 100644 index 00000000000..041b678c80d --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/setname/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::SetName method +linktitle: SetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::SetName method. Specifies the name of the connection. Each connection must have a unique name in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/setname/ +--- +## ExternalConnection::SetName(const U16String\&) method + + +Specifies the name of the connection. Each connection must have a unique name. + +```cpp +void Aspose::Cells::ExternalConnections::ExternalConnection::SetName(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) +## ExternalConnection::SetName(const char16_t*) method + + +Specifies the name of the connection. Each connection must have a unique name. + +```cpp +void Aspose::Cells::ExternalConnections::ExternalConnection::SetName(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/setodcfile/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/setodcfile/_index.md new file mode 100644 index 00000000000..1b95c2c74ea --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/setodcfile/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::SetOdcFile method +linktitle: SetOdcFile +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::SetOdcFile method. Specifies the full path to external connection file from which this connection was created. If a connection fails during an attempt to refresh data, and reconnectionMethod=1, then the spreadsheet application will try again using information from the external connection file instead of the connection object embedded within the workbook in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/setodcfile/ +--- +## ExternalConnection::SetOdcFile(const U16String\&) method + + +Specifies the full path to external connection file from which this connection was created. If a connection fails during an attempt to refresh data, and reconnectionMethod=1, then the spreadsheet application will try again using information from the external connection file instead of the connection object embedded within the workbook. + +```cpp +void Aspose::Cells::ExternalConnections::ExternalConnection::SetOdcFile(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) +## ExternalConnection::SetOdcFile(const char16_t*) method + + +Specifies the full path to external connection file from which this connection was created. If a connection fails during an attempt to refresh data, and reconnectionMethod=1, then the spreadsheet application will try again using information from the external connection file instead of the connection object embedded within the workbook. + +```cpp +void Aspose::Cells::ExternalConnections::ExternalConnection::SetOdcFile(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/setonlyuseconnectionfile/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/setonlyuseconnectionfile/_index.md new file mode 100644 index 00000000000..94b0cf1a7f1 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/setonlyuseconnectionfile/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::SetOnlyUseConnectionFile method +linktitle: SetOnlyUseConnectionFile +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::SetOnlyUseConnectionFile method. Indicates whether the spreadsheet application should always and only use the connection information in the external connection file indicated by the odcFile attribute when the connection is refreshed. If false, then the spreadsheet application should follow the procedure indicated by the reconnectionMethod attribute in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/setonlyuseconnectionfile/ +--- +## ExternalConnection::SetOnlyUseConnectionFile method + + +Indicates whether the spreadsheet application should always and only use the connection information in the external connection file indicated by the odcFile attribute when the connection is refreshed. If false, then the spreadsheet application should follow the procedure indicated by the reconnectionMethod attribute. + +```cpp +void Aspose::Cells::ExternalConnections::ExternalConnection::SetOnlyUseConnectionFile(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/setreconnectionmethodtype/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/setreconnectionmethodtype/_index.md new file mode 100644 index 00000000000..31efb04b514 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/setreconnectionmethodtype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::SetReconnectionMethodType method +linktitle: SetReconnectionMethodType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::SetReconnectionMethodType method. Specifies what the spreadsheet application should do when a connection fails. The default value is ReConnectionMethodType.Required in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/setreconnectionmethodtype/ +--- +## ExternalConnection::SetReconnectionMethodType method + + +Specifies what the spreadsheet application should do when a connection fails. The default value is [ReConnectionMethodType.Required](../../reconnectionmethodtype/). + +```cpp +void Aspose::Cells::ExternalConnections::ExternalConnection::SetReconnectionMethodType(ReConnectionMethodType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ReConnectionMethodType](../../reconnectionmethodtype/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/setrefreshinternal/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/setrefreshinternal/_index.md new file mode 100644 index 00000000000..4c02f03952a --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/setrefreshinternal/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::SetRefreshInternal method +linktitle: SetRefreshInternal +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::SetRefreshInternal method. Specifies the number of minutes between automatic refreshes of the connection in C++.' +type: docs +weight: 3300 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/setrefreshinternal/ +--- +## ExternalConnection::SetRefreshInternal method + + +Specifies the number of minutes between automatic refreshes of the connection. + +```cpp +void Aspose::Cells::ExternalConnections::ExternalConnection::SetRefreshInternal(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/setrefreshonload/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/setrefreshonload/_index.md new file mode 100644 index 00000000000..2d16c6f503b --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/setrefreshonload/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::SetRefreshOnLoad method +linktitle: SetRefreshOnLoad +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::SetRefreshOnLoad method. True if this connection should be refreshed when opening the file; otherwise, false in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/setrefreshonload/ +--- +## ExternalConnection::SetRefreshOnLoad method + + +True if this connection should be refreshed when opening the file; otherwise, false. + +```cpp +void Aspose::Cells::ExternalConnections::ExternalConnection::SetRefreshOnLoad(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/setsavedata/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/setsavedata/_index.md new file mode 100644 index 00000000000..7cdc9bbd688 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/setsavedata/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::SetSaveData method +linktitle: SetSaveData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::SetSaveData method. True if the external data fetched over the connection to populate a table is to be saved with the workbook; otherwise, false in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/setsavedata/ +--- +## ExternalConnection::SetSaveData method + + +True if the external data fetched over the connection to populate a table is to be saved with the workbook; otherwise, false. + +```cpp +void Aspose::Cells::ExternalConnections::ExternalConnection::SetSaveData(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/setsavepassword/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/setsavepassword/_index.md new file mode 100644 index 00000000000..f21145edabd --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/setsavepassword/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::SetSavePassword method +linktitle: SetSavePassword +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::SetSavePassword method. True if the password is to be saved as part of the connection string; otherwise, False in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/setsavepassword/ +--- +## ExternalConnection::SetSavePassword method + + +True if the password is to be saved as part of the connection string; otherwise, False. + +```cpp +void Aspose::Cells::ExternalConnections::ExternalConnection::SetSavePassword(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/setsecondcommand/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/setsecondcommand/_index.md new file mode 100644 index 00000000000..f35e176d715 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/setsecondcommand/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::SetSecondCommand method +linktitle: SetSecondCommand +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::SetSecondCommand method. Specifies a second command text string that is persisted when PivotTable server-based page fields are in use. For ODBC connections, serverCommand is usually a broader query than command (no WHERE clause is present in the former). Based on these 2 commands(Command and ServerCommand), parameter UI can be populated and parameterized queries can be constructed in C++.' +type: docs +weight: 5300 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/setsecondcommand/ +--- +## ExternalConnection::SetSecondCommand(const U16String\&) method + + +Specifies a second command text string that is persisted when PivotTable server-based page fields are in use. For ODBC connections, serverCommand is usually a broader query than command (no WHERE clause is present in the former). Based on these 2 commands(Command and ServerCommand), parameter UI can be populated and parameterized queries can be constructed. + +```cpp +void Aspose::Cells::ExternalConnections::ExternalConnection::SetSecondCommand(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) +## ExternalConnection::SetSecondCommand(const char16_t*) method + + +Specifies a second command text string that is persisted when PivotTable server-based page fields are in use. For ODBC connections, serverCommand is usually a broader query than command (no WHERE clause is present in the former). Based on these 2 commands(Command and ServerCommand), parameter UI can be populated and parameterized queries can be constructed. + +```cpp +void Aspose::Cells::ExternalConnections::ExternalConnection::SetSecondCommand(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/setsourcefile/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/setsourcefile/_index.md new file mode 100644 index 00000000000..83375748b67 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/setsourcefile/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::SetSourceFile method +linktitle: SetSourceFile +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::SetSourceFile method. Used when the external data source is file-based. When a connection to such a data source fails, the spreadsheet application attempts to connect directly to this file. May be expressed in URI or system-specific file path notation in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/setsourcefile/ +--- +## ExternalConnection::SetSourceFile(const U16String\&) method + + +Used when the external data source is file-based. When a connection to such a data source fails, the spreadsheet application attempts to connect directly to this file. May be expressed in URI or system-specific file path notation. + +```cpp +void Aspose::Cells::ExternalConnections::ExternalConnection::SetSourceFile(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) +## ExternalConnection::SetSourceFile(const char16_t*) method + + +Used when the external data source is file-based. When a connection to such a data source fails, the spreadsheet application attempts to connect directly to this file. May be expressed in URI or system-specific file path notation. + +```cpp +void Aspose::Cells::ExternalConnections::ExternalConnection::SetSourceFile(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/setsourcetype/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/setsourcetype/_index.md new file mode 100644 index 00000000000..edf30af5e74 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/setsourcetype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::SetSourceType method +linktitle: SetSourceType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::SetSourceType method. Gets or Sets the external connection DataSource type in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/setsourcetype/ +--- +## ExternalConnection::SetSourceType method + + +Gets or Sets the external connection DataSource type. + +```cpp +void Aspose::Cells::ExternalConnections::ExternalConnection::SetSourceType(ConnectionDataSourceType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ConnectionDataSourceType](../../connectiondatasourcetype/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/setssoid/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/setssoid/_index.md new file mode 100644 index 00000000000..ddffd53d232 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/setssoid/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::SetSSOId method +linktitle: SetSSOId +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::SetSSOId method. Identifier for Single Sign On (SSO) used for authentication between an intermediate spreadsheetML server and the external data source in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/setssoid/ +--- +## ExternalConnection::SetSSOId(const U16String\&) method + + +Identifier for Single Sign On (SSO) used for authentication between an intermediate spreadsheetML server and the external data source. + +```cpp +void Aspose::Cells::ExternalConnections::ExternalConnection::SetSSOId(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) +## ExternalConnection::SetSSOId(const char16_t*) method + + +Identifier for Single Sign On (SSO) used for authentication between an intermediate spreadsheetML server and the external data source. + +```cpp +void Aspose::Cells::ExternalConnections::ExternalConnection::SetSSOId(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnection/~externalconnection/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnection/~externalconnection/_index.md new file mode 100644 index 00000000000..b93a2841b1a --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnection/~externalconnection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnection::~ExternalConnection method +linktitle: ~ExternalConnection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnection::~ExternalConnection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.externalconnections/externalconnection/~externalconnection/ +--- +## ExternalConnection::~ExternalConnection method + + +Destructor. + +```cpp +Aspose::Cells::ExternalConnections::ExternalConnection::~ExternalConnection() +``` + +## See Also + +* Class [ExternalConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnectionclasstype/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnectionclasstype/_index.md new file mode 100644 index 00000000000..f72c6df48b8 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnectionclasstype/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnectionClassType enum +linktitle: ExternalConnectionClassType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnectionClassType enum. Represents the type of connection in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.externalconnections/externalconnectionclasstype/ +--- +## ExternalConnectionClassType enum + + +Represents the type of connection. + +```cpp +enum class ExternalConnectionClassType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Database | 0 |
ODBC or OLE DB. | +| WebQuery | 1 |
Web query. | +| TextBased | 2 |
Based on text. | +| DataModel | 3 |
Data model. | +| Unkown | 4 |
| + +## See Also + +* Namespace [Aspose::Cells::ExternalConnections](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnectioncollection/_impl/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnectioncollection/_impl/_index.md new file mode 100644 index 00000000000..cb1b7ee66d1 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnectioncollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnectionCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnectionCollection::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.externalconnections/externalconnectioncollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ExternalConnectionCollection_Impl* Aspose::Cells::ExternalConnections::ExternalConnectionCollection::_impl +``` + +## See Also + +* Class [ExternalConnectionCollection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnectioncollection/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnectioncollection/_index.md new file mode 100644 index 00000000000..e8e29299414 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnectioncollection/_index.md @@ -0,0 +1,60 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnectionCollection class +linktitle: ExternalConnectionCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnectionCollection class. Specifies the ExternalConnection collection in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.externalconnections/externalconnectioncollection/ +--- +## ExternalConnectionCollection class + + +Specifies the [ExternalConnection](../externalconnection/) collection. + +```cpp +class ExternalConnectionCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [ExternalConnectionCollection(ExternalConnectionCollection_Impl* impl)](./externalconnectioncollection/) | Constructs from an implementation object. | +| [ExternalConnectionCollection(const ExternalConnectionCollection\& src)](./externalconnectioncollection/) | Copy constructor. | +| [Get(int32_t index)](./get/) | Gets the [ExternalConnection](../externalconnection/) element at the specified index. | +| [Get(const U16String\& connectionName)](./get/) | Gets the [ExternalConnection](../externalconnection/) element with the specified name. | +| [Get(const char16_t* connectionName)](./get/) | Gets the [ExternalConnection](../externalconnection/) element with the specified name. | +| [GetCount()](./getcount/) | | +| [GetExternalConnectionById(int32_t connId)](./getexternalconnectionbyid/) | Gets the [ExternalConnection](../externalconnection/) element with the specified id. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ExternalConnectionCollection\& src)](./operator_asm/) | operator= | +| [~ExternalConnectionCollection()](./~externalconnectioncollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook wb(u"connection.xlsx"); +ExternalConnectionCollection dataConns = wb.GetDataConnections(); +for (int i = 0; i < dataConns.GetCount(); i++) +{ + ExternalConnection dataConn = dataConns.Get(i); + //obtener el id de conexión externa + int id = dataConn.GetConnectionId(); +} + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::ExternalConnections](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnectioncollection/externalconnectioncollection/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnectioncollection/externalconnectioncollection/_index.md new file mode 100644 index 00000000000..628a2efc294 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnectioncollection/externalconnectioncollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnectionCollection::ExternalConnectionCollection constructor +linktitle: ExternalConnectionCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnectionCollection::ExternalConnectionCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.externalconnections/externalconnectioncollection/externalconnectioncollection/ +--- +## ExternalConnectionCollection::ExternalConnectionCollection(ExternalConnectionCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::ExternalConnections::ExternalConnectionCollection::ExternalConnectionCollection(ExternalConnectionCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExternalConnectionCollection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) +## ExternalConnectionCollection::ExternalConnectionCollection(const ExternalConnectionCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::ExternalConnections::ExternalConnectionCollection::ExternalConnectionCollection(const ExternalConnectionCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExternalConnectionCollection](../) +* Class [ExternalConnectionCollection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnectioncollection/get/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnectioncollection/get/_index.md new file mode 100644 index 00000000000..ce6719fa898 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnectioncollection/get/_index.md @@ -0,0 +1,85 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnectionCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnectionCollection::Get method. Gets the ExternalConnection element at the specified index in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.externalconnections/externalconnectioncollection/get/ +--- +## ExternalConnectionCollection::Get(int32_t) method + + +Gets the [ExternalConnection](../../externalconnection/) element at the specified index. + +```cpp +ExternalConnection Aspose::Cells::ExternalConnections::ExternalConnectionCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The zero based index of the element. | + +## ReturnValue + +The element at the specified index. + +## See Also + +* Class [ExternalConnection](../../externalconnection/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExternalConnectionCollection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) +## ExternalConnectionCollection::Get(const U16String\&) method + + +Gets the [ExternalConnection](../../externalconnection/) element with the specified name. + +```cpp +ExternalConnection Aspose::Cells::ExternalConnections::ExternalConnectionCollection::Get(const U16String &connectionName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| connectionName | const U16String\& | the name of data connection | + +## ReturnValue + +The element with the specified name. + +## See Also + +* Class [ExternalConnection](../../externalconnection/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ExternalConnectionCollection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) +## ExternalConnectionCollection::Get(const char16_t*) method + + +Gets the [ExternalConnection](../../externalconnection/) element with the specified name. + +```cpp +ExternalConnection Aspose::Cells::ExternalConnections::ExternalConnectionCollection::Get(const char16_t *connectionName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| connectionName | const char16_t* | the name of data connection | + +## ReturnValue + +The element with the specified name. + +## See Also + +* Class [ExternalConnection](../../externalconnection/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExternalConnectionCollection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnectioncollection/getcount/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnectioncollection/getcount/_index.md new file mode 100644 index 00000000000..53d9ef972b2 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnectioncollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnectionCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::ExternalConnections::ExternalConnectionCollection class in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.externalconnections/externalconnectioncollection/getcount/ +--- +## ExternalConnectionCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::ExternalConnections::ExternalConnectionCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExternalConnectionCollection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnectioncollection/getexternalconnectionbyid/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnectioncollection/getexternalconnectionbyid/_index.md new file mode 100644 index 00000000000..3ce0b8a9d59 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnectioncollection/getexternalconnectionbyid/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnectionCollection::GetExternalConnectionById method +linktitle: GetExternalConnectionById +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnectionCollection::GetExternalConnectionById method. Gets the ExternalConnection element with the specified id in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.externalconnections/externalconnectioncollection/getexternalconnectionbyid/ +--- +## ExternalConnectionCollection::GetExternalConnectionById method + + +Gets the [ExternalConnection](../../externalconnection/) element with the specified id. + +```cpp +ExternalConnection Aspose::Cells::ExternalConnections::ExternalConnectionCollection::GetExternalConnectionById(int32_t connId) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| connId | int32_t | external connection id | + +## ReturnValue + +The element with the specified id. + +## See Also + +* Class [ExternalConnection](../../externalconnection/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExternalConnectionCollection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnectioncollection/isnull/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnectioncollection/isnull/_index.md new file mode 100644 index 00000000000..b7d43163894 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnectioncollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnectionCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnectionCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.externalconnections/externalconnectioncollection/isnull/ +--- +## ExternalConnectionCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::ExternalConnections::ExternalConnectionCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExternalConnectionCollection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnectioncollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnectioncollection/operator_asm/_index.md new file mode 100644 index 00000000000..d516ec5430a --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnectioncollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnectionCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnectionCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.externalconnections/externalconnectioncollection/operator_asm/ +--- +## ExternalConnectionCollection::operator= method + + +operator= + +```cpp +ExternalConnectionCollection & Aspose::Cells::ExternalConnections::ExternalConnectionCollection::operator=(const ExternalConnectionCollection &src) +``` + +## See Also + +* Class [ExternalConnectionCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExternalConnectionCollection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnectioncollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnectioncollection/operator_bool/_index.md new file mode 100644 index 00000000000..bb22f598dca --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnectioncollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnectionCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnectionCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.externalconnections/externalconnectioncollection/operator_bool/ +--- +## ExternalConnectionCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::ExternalConnections::ExternalConnectionCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ExternalConnectionCollection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/externalconnectioncollection/~externalconnectioncollection/_index.md b/spanish/cpp/aspose.cells.externalconnections/externalconnectioncollection/~externalconnectioncollection/_index.md new file mode 100644 index 00000000000..0f6fb6e430c --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/externalconnectioncollection/~externalconnectioncollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::ExternalConnections::ExternalConnectionCollection::~ExternalConnectionCollection method +linktitle: ~ExternalConnectionCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ExternalConnectionCollection::~ExternalConnectionCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.externalconnections/externalconnectioncollection/~externalconnectioncollection/ +--- +## ExternalConnectionCollection::~ExternalConnectionCollection method + + +Destructor. + +```cpp +Aspose::Cells::ExternalConnections::ExternalConnectionCollection::~ExternalConnectionCollection() +``` + +## See Also + +* Class [ExternalConnectionCollection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/htmlformathandlingtype/_index.md b/spanish/cpp/aspose.cells.externalconnections/htmlformathandlingtype/_index.md new file mode 100644 index 00000000000..1648ba6bc3f --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/htmlformathandlingtype/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::ExternalConnections::HtmlFormatHandlingType enum +linktitle: HtmlFormatHandlingType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::HtmlFormatHandlingType enum. Specifies how to handle formatting from the HTML source in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.externalconnections/htmlformathandlingtype/ +--- +## HtmlFormatHandlingType enum + + +Specifies how to handle formatting from the HTML source. + +```cpp +enum class HtmlFormatHandlingType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| All | 0 |
Transfer all HTML formatting into the worksheet along with data. | +| None | 1 |
Bring data in as unformatted text (setting data types still occurs). | +| Rtf | 2 |
Translate HTML formatting to rich text formatting on the data brought into the worksheet. | + +## See Also + +* Namespace [Aspose::Cells::ExternalConnections](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/oledbcommandtype/_index.md b/spanish/cpp/aspose.cells.externalconnections/oledbcommandtype/_index.md new file mode 100644 index 00000000000..2d97b74a07f --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/oledbcommandtype/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::ExternalConnections::OLEDBCommandType enum +linktitle: OLEDBCommandType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::OLEDBCommandType enum. Specifies the OLE DB command type in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.externalconnections/oledbcommandtype/ +--- +## OLEDBCommandType enum + + +Specifies the OLE DB command type. + +```cpp +enum class OLEDBCommandType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| None | 0 |
The command type is not specified. | +| CubeName | 1 |
Specifies a cube name. | +| SqlStatement | 2 |
Specifies a SQL statement. | +| TableName | 3 |
Specifies a table name. | +| DefaultInformation | 4 |
Specifies that default information has been given, and it is up to the provider how to interpret. | +| WebBasedList | 5 |
Specifies a query which is against a web based List Data Provider. | +| TableCollection | 6 |
Specifies the table list. | + +## See Also + +* Namespace [Aspose::Cells::ExternalConnections](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/reconnectionmethodtype/_index.md b/spanish/cpp/aspose.cells.externalconnections/reconnectionmethodtype/_index.md new file mode 100644 index 00000000000..8a8a5d94410 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/reconnectionmethodtype/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::ExternalConnections::ReConnectionMethodType enum +linktitle: ReConnectionMethodType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::ReConnectionMethodType enum. Specifies what the spreadsheet application should do when a connection fails in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.externalconnections/reconnectionmethodtype/ +--- +## ReConnectionMethodType enum + + +Specifies what the spreadsheet application should do when a connection fails. + +```cpp +enum class ReConnectionMethodType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Required | 1 |
On refresh use the existing connection information and if it ends up being invalid then get updated connection information, if available from the external connection file. | +| Always | 2 |
On every refresh get updated connection information from the external connection file, if available, and use that instead of the existing connection information. In this case the data refresh will fail if the external connection file is unavailable. | +| Never | 3 |
Never get updated connection information from the external connection file even if it is available and even if the existing connection information is invalid. | + +## See Also + +* Namespace [Aspose::Cells::ExternalConnections](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/sqldatatype/_index.md b/spanish/cpp/aspose.cells.externalconnections/sqldatatype/_index.md new file mode 100644 index 00000000000..3307640f1b8 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/sqldatatype/_index.md @@ -0,0 +1,66 @@ +--- +title: Aspose::Cells::ExternalConnections::SqlDataType enum +linktitle: SqlDataType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::SqlDataType enum. Specifies SQL data type of the parameter. Only valid for ODBC sources in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.externalconnections/sqldatatype/ +--- +## SqlDataType enum + + +Specifies SQL data type of the parameter. Only valid for ODBC sources. + +```cpp +enum class SqlDataType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| SqlUnsignedOffset | -22 |
sql unsigned offset | +| SqlSignedOffset | -20 |
sql signed offset | +| SqlGUID | -11 |
sql guid | +| SqlWLongVarchar | -10 |
sql wide long variable char | +| SqlWVarchar | -9 |
sql wide variable char | +| SqlWChar | -8 |
sql wide char | +| SqlBit | -7 |
sql bit | +| SqlTinyInt | -6 |
sql tiny int | +| SqlBigInt | -5 |
sql big int | +| SqlLongVarBinary | -4 |
sql long variable binary | +| SqlVarBinary | -3 |
sql variable binary | +| SqlBinary | -2 |
sql binary | +| SqlLongVarChar | -1 |
sql long variable char | +| SqlUnknownType | 0 |
sql unknown type | +| SqlChar | 1 |
sql char | +| SqlNumeric | 2 |
sql numeric | +| SqlDecimal | 3 |
sql decimal | +| SqlInteger | 4 |
sql integer | +| SqlSmallInt | 5 |
sql small int | +| SqlFloat | 6 |
sql float | +| SqlReal | 7 |
sql real | +| SqlDouble | 8 |
sql double | +| SqlTypeDate | 9 |
sql date type | +| SqlTypeTime | 10 |
sql time type | +| SqlTypeTimestamp | 11 |
sql timestamp type | +| SqlVarChar | 12 |
sql variable char | +| SqlIntervalYear | 101 |
sql interval year | +| SqlIntervalMonth | 102 |
sql interval month | +| SqlIntervalDay | 103 |
sql interval day | +| SqlIntervalHour | 104 |
sql interval hour | +| SqlIntervalMinute | 105 |
sql interval minute | +| SqlIntervalSecond | 106 |
sql interval second | +| SqlIntervalYearToMonth | 107 |
sql interval year to month | +| SqlIntervalDayToHour | 108 |
sql interval day to hour | +| SqlIntervalDayToMinute | 109 |
sql interval day to minute | +| SqlIntervalDayToSecond | 110 |
sql interval day to second | +| SqlIntervalHourToMinute | 111 |
sql interval hour to minute | +| SqlIntervalHourToSecond | 112 |
sql interval hour to second | +| SqlIntervalMinuteToSecond | 113 |
sql interval minute to second | + +## See Also + +* Namespace [Aspose::Cells::ExternalConnections](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/_impl/_index.md b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/_impl/_index.md new file mode 100644 index 00000000000..dd38ca176f8 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::ExternalConnections::WebQueryConnection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::_impl field. The implementation object in C++.' +type: docs +weight: 3200 +url: /es/cpp/aspose.cells.externalconnections/webqueryconnection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +WebQueryConnection_Impl* Aspose::Cells::ExternalConnections::WebQueryConnection::_impl +``` + +## See Also + +* Class [WebQueryConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/_index.md b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/_index.md new file mode 100644 index 00000000000..0bf4d0676d8 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/_index.md @@ -0,0 +1,128 @@ +--- +title: Aspose::Cells::ExternalConnections::WebQueryConnection class +linktitle: WebQueryConnection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::WebQueryConnection class. Specifies the properties for a web query source. A web query will retrieve data from HTML tables, and can also supply HTTP "Get" parameters to be processed by the web server in generating the HTML by including the parameters and parameter elements in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.externalconnections/webqueryconnection/ +--- +## WebQueryConnection class + + +Specifies the properties for a web query source. A web query will retrieve data from HTML tables, and can also supply HTTP "Get" parameters to be processed by the web server in generating the HTML by including the parameters and parameter elements. + +```cpp +class WebQueryConnection : public Aspose::Cells::ExternalConnections::ExternalConnection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [ExternalConnection(ExternalConnection_Impl* impl)](../externalconnection/externalconnection/) | Constructs from an implementation object. | +| [ExternalConnection(const ExternalConnection\& src)](../externalconnection/externalconnection/) | Copy constructor. | +| [GetBackgroundRefresh()](../externalconnection/getbackgroundrefresh/) | Indicates whether the connection can be refreshed in the background (asynchronously). true if preferred usage of the connection is to refresh asynchronously in the background; false if preferred usage of the connection is to refresh synchronously in the foreground. | +| virtual [GetClassType()](./getclasstype/) | Gets the type of this [ExternalConnection](../externalconnection/) object. | +| [GetCommand()](../externalconnection/getcommand/) | The string containing the database command to pass to the data provider API that will interact with the external source in order to retrieve data. | +| [GetCommandType()](../externalconnection/getcommandtype/) | Specifies the OLE DB command type. | +| [GetConnectionDescription()](../externalconnection/getconnectiondescription/) | Specifies the user description for this connection. | +| [GetConnectionFile()](./getconnectionfile/) | Gets the connection file. | +| [GetConnectionId()](../externalconnection/getconnectionid/) | **(Deprecated)** Specifies The unique identifier of this connection. | +| [GetConnectionString()](../externalconnection/getconnectionstring/) | The connection information string is used to make contact with an OLE DB or ODBC data source. | +| [GetCredentialsMethodType()](../externalconnection/getcredentialsmethodtype/) | Specifies the authentication method to be used when establishing (or re-establishing) the connection. | +| [GetEditWebPage()](./geteditwebpage/) | The URL of the user-facing web page showing the web query data. This URL is persisted in the case that sourceData="true" and url has been redirected to reference an XML file. Then the user-facing page can be shown in the UI, and the XML data can be retrieved behind the scenes. | +| [GetHtmlFormat()](./gethtmlformat/) | How to handle formatting from the HTML source when bringing web query data into the worksheet. Relevant when sourceData is True. | +| [GetId()](../externalconnection/getid/) | Gets the id of the connection. | +| [GetKeepAlive()](../externalconnection/getkeepalive/) | True when the spreadsheet application should make efforts to keep the connection open. When false, the application should close the connection after retrieving the information. | +| [GetName()](../externalconnection/getname/) | Specifies the name of the connection. Each connection must have a unique name. | +| [GetOdcFile()](../externalconnection/getodcfile/) | Specifies the full path to external connection file from which this connection was created. If a connection fails during an attempt to refresh data, and reconnectionMethod=1, then the spreadsheet application will try again using information from the external connection file instead of the connection object embedded within the workbook. | +| [GetOnlyUseConnectionFile()](../externalconnection/getonlyuseconnectionfile/) | Indicates whether the spreadsheet application should always and only use the connection information in the external connection file indicated by the odcFile attribute when the connection is refreshed. If false, then the spreadsheet application should follow the procedure indicated by the reconnectionMethod attribute. | +| [GetParameters()](../externalconnection/getparameters/) | Gets [ConnectionParameterCollection](../connectionparametercollection/) for an ODBC or web query. | +| [GetPost()](./getpost/) | Returns or sets the string used with the post method of inputting data into a web server to return data from a web query. | +| [GetPowerQueryFormula()](../externalconnection/getpowerqueryformula/) | Gets the definition of power query formula. | +| [GetReconnectionMethodType()](../externalconnection/getreconnectionmethodtype/) | Specifies what the spreadsheet application should do when a connection fails. The default value is [ReConnectionMethodType.Required](../reconnectionmethodtype/). | +| [GetRefreshInternal()](../externalconnection/getrefreshinternal/) | Specifies the number of minutes between automatic refreshes of the connection. | +| [GetRefreshOnLoad()](../externalconnection/getrefreshonload/) | True if this connection should be refreshed when opening the file; otherwise, false. | +| [GetSaveData()](../externalconnection/getsavedata/) | True if the external data fetched over the connection to populate a table is to be saved with the workbook; otherwise, false. | +| [GetSavePassword()](../externalconnection/getsavepassword/) | True if the password is to be saved as part of the connection string; otherwise, False. | +| [GetSecondCommand()](../externalconnection/getsecondcommand/) | Specifies a second command text string that is persisted when PivotTable server-based page fields are in use. For ODBC connections, serverCommand is usually a broader query than command (no WHERE clause is present in the former). Based on these 2 commands(Command and ServerCommand), parameter UI can be populated and parameterized queries can be constructed. | +| [GetSourceFile()](../externalconnection/getsourcefile/) | Used when the external data source is file-based. When a connection to such a data source fails, the spreadsheet application attempts to connect directly to this file. May be expressed in URI or system-specific file path notation. | +| [GetSourceType()](../externalconnection/getsourcetype/) | Gets or Sets the external connection DataSource type. | +| [GetSSOId()](../externalconnection/getssoid/) | Identifier for Single Sign On (SSO) used for authentication between an intermediate spreadsheetML server and the external data source. | +| [GetUrl()](./geturl/) | URL to use to refresh external data. | +| [IsConsecutive()](./isconsecutive/) | Flag indicating whether consecutive delimiters should be treated as just one delimiter. | +| [IsDeleted()](../externalconnection/isdeleted/) | Indicates whether the associated workbook connection has been deleted. true if the connection has been deleted; otherwise, false. | +| [IsHtmlTables()](./ishtmltables/) | Flag indicating whether web queries should only work on HTML tables. | +| [IsNew()](../externalconnection/isnew/) | True if the connection has not been refreshed for the first time; otherwise, false. This state can happen when the user saves the file before a query has finished returning. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsParsePre()](./isparsepre/) | Flag indicating whether data contained within HTML PRE tags in the web page is parsed into columns when you import the page into a query table. | +| [IsSameSettings()](./issamesettings/) | Flag indicating whether to parse all tables inside a PRE block with the same width settings as the first row. | +| [IsTextDates()](./istextdates/) | Flag indicating whether dates should be imported into cells in the worksheet as text rather than dates. | +| [IsXl2000()](./isxl2000/) | This flag exists for backward compatibility with older existing spreadsheet files, and is set to true if this web query was refreshed in a spreadsheet application newer than or equal to Microsoft Excel 2000. This is an optional attribute that can be ignored. | +| [IsXl97()](./isxl97/) | This flag exists for backward compatibility with older existing spreadsheet files, and is set to true if this web query was created in Microsoft Excel 97. This is an optional attribute that can be ignored. | +| [IsXml()](./isxml/) | true if the web query source is XML (versus HTML), otherwise false. | +| [IsXmlSourceData()](./isxmlsourcedata/) | Flag indicating that XML source data should be imported instead of the HTML table itself. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const WebQueryConnection\& src)](./operator_asm/) | operator= | +| [operator=(const ExternalConnection\& src)](../externalconnection/operator_asm/) | operator= | +| [SetBackgroundRefresh(bool value)](../externalconnection/setbackgroundrefresh/) | Indicates whether the connection can be refreshed in the background (asynchronously). true if preferred usage of the connection is to refresh asynchronously in the background; false if preferred usage of the connection is to refresh synchronously in the foreground. | +| [SetCommand(const U16String\& value)](../externalconnection/setcommand/) | The string containing the database command to pass to the data provider API that will interact with the external source in order to retrieve data. | +| [SetCommand(const char16_t* value)](../externalconnection/setcommand/) | The string containing the database command to pass to the data provider API that will interact with the external source in order to retrieve data. | +| [SetCommandType(OLEDBCommandType value)](../externalconnection/setcommandtype/) | Specifies the OLE DB command type. | +| [SetConnectionDescription(const U16String\& value)](../externalconnection/setconnectiondescription/) | Specifies the user description for this connection. | +| [SetConnectionDescription(const char16_t* value)](../externalconnection/setconnectiondescription/) | Specifies the user description for this connection. | +| [SetConnectionString(const U16String\& value)](../externalconnection/setconnectionstring/) | The connection information string is used to make contact with an OLE DB or ODBC data source. | +| [SetConnectionString(const char16_t* value)](../externalconnection/setconnectionstring/) | The connection information string is used to make contact with an OLE DB or ODBC data source. | +| [SetCredentialsMethodType(CredentialsMethodType value)](../externalconnection/setcredentialsmethodtype/) | Specifies the authentication method to be used when establishing (or re-establishing) the connection. | +| [SetEditWebPage(const U16String\& value)](./seteditwebpage/) | The URL of the user-facing web page showing the web query data. This URL is persisted in the case that sourceData="true" and url has been redirected to reference an XML file. Then the user-facing page can be shown in the UI, and the XML data can be retrieved behind the scenes. | +| [SetEditWebPage(const char16_t* value)](./seteditwebpage/) | The URL of the user-facing web page showing the web query data. This URL is persisted in the case that sourceData="true" and url has been redirected to reference an XML file. Then the user-facing page can be shown in the UI, and the XML data can be retrieved behind the scenes. | +| [SetHtmlFormat(HtmlFormatHandlingType value)](./sethtmlformat/) | How to handle formatting from the HTML source when bringing web query data into the worksheet. Relevant when sourceData is True. | +| [SetIsConsecutive(bool value)](./setisconsecutive/) | Flag indicating whether consecutive delimiters should be treated as just one delimiter. | +| [SetIsDeleted(bool value)](../externalconnection/setisdeleted/) | Indicates whether the associated workbook connection has been deleted. true if the connection has been deleted; otherwise, false. | +| [SetIsHtmlTables(bool value)](./setishtmltables/) | Flag indicating whether web queries should only work on HTML tables. | +| [SetIsNew(bool value)](../externalconnection/setisnew/) | True if the connection has not been refreshed for the first time; otherwise, false. This state can happen when the user saves the file before a query has finished returning. | +| [SetIsParsePre(bool value)](./setisparsepre/) | Flag indicating whether data contained within HTML PRE tags in the web page is parsed into columns when you import the page into a query table. | +| [SetIsSameSettings(bool value)](./setissamesettings/) | Flag indicating whether to parse all tables inside a PRE block with the same width settings as the first row. | +| [SetIsTextDates(bool value)](./setistextdates/) | Flag indicating whether dates should be imported into cells in the worksheet as text rather than dates. | +| [SetIsXl2000(bool value)](./setisxl2000/) | This flag exists for backward compatibility with older existing spreadsheet files, and is set to true if this web query was refreshed in a spreadsheet application newer than or equal to Microsoft Excel 2000. This is an optional attribute that can be ignored. | +| [SetIsXl97(bool value)](./setisxl97/) | This flag exists for backward compatibility with older existing spreadsheet files, and is set to true if this web query was created in Microsoft Excel 97. This is an optional attribute that can be ignored. | +| [SetIsXml(bool value)](./setisxml/) | true if the web query source is XML (versus HTML), otherwise false. | +| [SetIsXmlSourceData(bool value)](./setisxmlsourcedata/) | Flag indicating that XML source data should be imported instead of the HTML table itself. | +| [SetKeepAlive(bool value)](../externalconnection/setkeepalive/) | True when the spreadsheet application should make efforts to keep the connection open. When false, the application should close the connection after retrieving the information. | +| [SetName(const U16String\& value)](../externalconnection/setname/) | Specifies the name of the connection. Each connection must have a unique name. | +| [SetName(const char16_t* value)](../externalconnection/setname/) | Specifies the name of the connection. Each connection must have a unique name. | +| [SetOdcFile(const U16String\& value)](../externalconnection/setodcfile/) | Specifies the full path to external connection file from which this connection was created. If a connection fails during an attempt to refresh data, and reconnectionMethod=1, then the spreadsheet application will try again using information from the external connection file instead of the connection object embedded within the workbook. | +| [SetOdcFile(const char16_t* value)](../externalconnection/setodcfile/) | Specifies the full path to external connection file from which this connection was created. If a connection fails during an attempt to refresh data, and reconnectionMethod=1, then the spreadsheet application will try again using information from the external connection file instead of the connection object embedded within the workbook. | +| [SetOnlyUseConnectionFile(bool value)](../externalconnection/setonlyuseconnectionfile/) | Indicates whether the spreadsheet application should always and only use the connection information in the external connection file indicated by the odcFile attribute when the connection is refreshed. If false, then the spreadsheet application should follow the procedure indicated by the reconnectionMethod attribute. | +| [SetPost(const U16String\& value)](./setpost/) | Returns or sets the string used with the post method of inputting data into a web server to return data from a web query. | +| [SetPost(const char16_t* value)](./setpost/) | Returns or sets the string used with the post method of inputting data into a web server to return data from a web query. | +| [SetReconnectionMethodType(ReConnectionMethodType value)](../externalconnection/setreconnectionmethodtype/) | Specifies what the spreadsheet application should do when a connection fails. The default value is [ReConnectionMethodType.Required](../reconnectionmethodtype/). | +| [SetRefreshInternal(int32_t value)](../externalconnection/setrefreshinternal/) | Specifies the number of minutes between automatic refreshes of the connection. | +| [SetRefreshOnLoad(bool value)](../externalconnection/setrefreshonload/) | True if this connection should be refreshed when opening the file; otherwise, false. | +| [SetSaveData(bool value)](../externalconnection/setsavedata/) | True if the external data fetched over the connection to populate a table is to be saved with the workbook; otherwise, false. | +| [SetSavePassword(bool value)](../externalconnection/setsavepassword/) | True if the password is to be saved as part of the connection string; otherwise, False. | +| [SetSecondCommand(const U16String\& value)](../externalconnection/setsecondcommand/) | Specifies a second command text string that is persisted when PivotTable server-based page fields are in use. For ODBC connections, serverCommand is usually a broader query than command (no WHERE clause is present in the former). Based on these 2 commands(Command and ServerCommand), parameter UI can be populated and parameterized queries can be constructed. | +| [SetSecondCommand(const char16_t* value)](../externalconnection/setsecondcommand/) | Specifies a second command text string that is persisted when PivotTable server-based page fields are in use. For ODBC connections, serverCommand is usually a broader query than command (no WHERE clause is present in the former). Based on these 2 commands(Command and ServerCommand), parameter UI can be populated and parameterized queries can be constructed. | +| [SetSourceFile(const U16String\& value)](../externalconnection/setsourcefile/) | Used when the external data source is file-based. When a connection to such a data source fails, the spreadsheet application attempts to connect directly to this file. May be expressed in URI or system-specific file path notation. | +| [SetSourceFile(const char16_t* value)](../externalconnection/setsourcefile/) | Used when the external data source is file-based. When a connection to such a data source fails, the spreadsheet application attempts to connect directly to this file. May be expressed in URI or system-specific file path notation. | +| [SetSourceType(ConnectionDataSourceType value)](../externalconnection/setsourcetype/) | Gets or Sets the external connection DataSource type. | +| [SetSSOId(const U16String\& value)](../externalconnection/setssoid/) | Identifier for Single Sign On (SSO) used for authentication between an intermediate spreadsheetML server and the external data source. | +| [SetSSOId(const char16_t* value)](../externalconnection/setssoid/) | Identifier for Single Sign On (SSO) used for authentication between an intermediate spreadsheetML server and the external data source. | +| [SetUrl(const U16String\& value)](./seturl/) | URL to use to refresh external data. | +| [SetUrl(const char16_t* value)](./seturl/) | URL to use to refresh external data. | +| [WebQueryConnection(WebQueryConnection_Impl* impl)](./webqueryconnection/) | Constructs from an implementation object. | +| [WebQueryConnection(const WebQueryConnection\& src)](./webqueryconnection/) | Copy constructor. | +| [WebQueryConnection(const ExternalConnection\& src)](./webqueryconnection/) | Constructs from a parent object. | +| [~ExternalConnection()](../externalconnection/~externalconnection/) | Destructor. | +| [~WebQueryConnection()](./~webqueryconnection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [ExternalConnection](../externalconnection/) +* Namespace [Aspose::Cells::ExternalConnections](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/getclasstype/_index.md b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/getclasstype/_index.md new file mode 100644 index 00000000000..5918f4a8304 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/getclasstype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::WebQueryConnection::GetClassType method +linktitle: GetClassType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::GetClassType method. Gets the type of this ExternalConnection object in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.externalconnections/webqueryconnection/getclasstype/ +--- +## WebQueryConnection::GetClassType method + + +Gets the type of this [ExternalConnection](../../externalconnection/) object. + +```cpp +ExternalConnectionClassType Aspose::Cells::ExternalConnections::WebQueryConnection::GetClassType() +``` + +## See Also + +* Enum [ExternalConnectionClassType](../../externalconnectionclasstype/) +* Class [WebQueryConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/getconnectionfile/_index.md b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/getconnectionfile/_index.md new file mode 100644 index 00000000000..f38d0ba6d02 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/getconnectionfile/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::WebQueryConnection::GetConnectionFile method +linktitle: GetConnectionFile +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::GetConnectionFile method. Gets the connection file in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.externalconnections/webqueryconnection/getconnectionfile/ +--- +## WebQueryConnection::GetConnectionFile method + + +Gets the connection file. + +```cpp +U16String Aspose::Cells::ExternalConnections::WebQueryConnection::GetConnectionFile() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [WebQueryConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/geteditwebpage/_index.md b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/geteditwebpage/_index.md new file mode 100644 index 00000000000..a8996c978ab --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/geteditwebpage/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::WebQueryConnection::GetEditWebPage method +linktitle: GetEditWebPage +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::GetEditWebPage method. The URL of the user-facing web page showing the web query data. This URL is persisted in the case that sourceData="true" and url has been redirected to reference an XML file. Then the user-facing page can be shown in the UI, and the XML data can be retrieved behind the scenes in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells.externalconnections/webqueryconnection/geteditwebpage/ +--- +## WebQueryConnection::GetEditWebPage method + + +The URL of the user-facing web page showing the web query data. This URL is persisted in the case that sourceData="true" and url has been redirected to reference an XML file. Then the user-facing page can be shown in the UI, and the XML data can be retrieved behind the scenes. + +```cpp +U16String Aspose::Cells::ExternalConnections::WebQueryConnection::GetEditWebPage() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [WebQueryConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/gethtmlformat/_index.md b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/gethtmlformat/_index.md new file mode 100644 index 00000000000..56a5e20f658 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/gethtmlformat/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::WebQueryConnection::GetHtmlFormat method +linktitle: GetHtmlFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::GetHtmlFormat method. How to handle formatting from the HTML source when bringing web query data into the worksheet. Relevant when sourceData is True in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.externalconnections/webqueryconnection/gethtmlformat/ +--- +## WebQueryConnection::GetHtmlFormat method + + +How to handle formatting from the HTML source when bringing web query data into the worksheet. Relevant when sourceData is True. + +```cpp +HtmlFormatHandlingType Aspose::Cells::ExternalConnections::WebQueryConnection::GetHtmlFormat() +``` + +## See Also + +* Enum [HtmlFormatHandlingType](../../htmlformathandlingtype/) +* Class [WebQueryConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/getpost/_index.md b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/getpost/_index.md new file mode 100644 index 00000000000..e8b62649a79 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/getpost/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::WebQueryConnection::GetPost method +linktitle: GetPost +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::GetPost method. Returns or sets the string used with the post method of inputting data into a web server to return data from a web query in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.externalconnections/webqueryconnection/getpost/ +--- +## WebQueryConnection::GetPost method + + +Returns or sets the string used with the post method of inputting data into a web server to return data from a web query. + +```cpp +U16String Aspose::Cells::ExternalConnections::WebQueryConnection::GetPost() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [WebQueryConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/geturl/_index.md b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/geturl/_index.md new file mode 100644 index 00000000000..81d6f0d326f --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/geturl/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::WebQueryConnection::GetUrl method +linktitle: GetUrl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::GetUrl method. URL to use to refresh external data in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.externalconnections/webqueryconnection/geturl/ +--- +## WebQueryConnection::GetUrl method + + +URL to use to refresh external data. + +```cpp +U16String Aspose::Cells::ExternalConnections::WebQueryConnection::GetUrl() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [WebQueryConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/isconsecutive/_index.md b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/isconsecutive/_index.md new file mode 100644 index 00000000000..4b6ce2e1c9c --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/isconsecutive/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::WebQueryConnection::IsConsecutive method +linktitle: IsConsecutive +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::IsConsecutive method. Flag indicating whether consecutive delimiters should be treated as just one delimiter in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells.externalconnections/webqueryconnection/isconsecutive/ +--- +## WebQueryConnection::IsConsecutive method + + +Flag indicating whether consecutive delimiters should be treated as just one delimiter. + +```cpp +bool Aspose::Cells::ExternalConnections::WebQueryConnection::IsConsecutive() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebQueryConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/ishtmltables/_index.md b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/ishtmltables/_index.md new file mode 100644 index 00000000000..0185dfcff1b --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/ishtmltables/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::WebQueryConnection::IsHtmlTables method +linktitle: IsHtmlTables +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::IsHtmlTables method. Flag indicating whether web queries should only work on HTML tables in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.externalconnections/webqueryconnection/ishtmltables/ +--- +## WebQueryConnection::IsHtmlTables method + + +Flag indicating whether web queries should only work on HTML tables. + +```cpp +bool Aspose::Cells::ExternalConnections::WebQueryConnection::IsHtmlTables() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebQueryConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/isnull/_index.md b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/isnull/_index.md new file mode 100644 index 00000000000..cf97945c9b1 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::ExternalConnections::WebQueryConnection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.externalconnections/webqueryconnection/isnull/ +--- +## WebQueryConnection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::ExternalConnections::WebQueryConnection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebQueryConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/isparsepre/_index.md b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/isparsepre/_index.md new file mode 100644 index 00000000000..1257b215648 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/isparsepre/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::WebQueryConnection::IsParsePre method +linktitle: IsParsePre +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::IsParsePre method. Flag indicating whether data contained within HTML PRE tags in the web page is parsed into columns when you import the page into a query table in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.externalconnections/webqueryconnection/isparsepre/ +--- +## WebQueryConnection::IsParsePre method + + +Flag indicating whether data contained within HTML PRE tags in the web page is parsed into columns when you import the page into a query table. + +```cpp +bool Aspose::Cells::ExternalConnections::WebQueryConnection::IsParsePre() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebQueryConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/issamesettings/_index.md b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/issamesettings/_index.md new file mode 100644 index 00000000000..576d09a6e43 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/issamesettings/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::WebQueryConnection::IsSameSettings method +linktitle: IsSameSettings +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::IsSameSettings method. Flag indicating whether to parse all tables inside a PRE block with the same width settings as the first row in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.externalconnections/webqueryconnection/issamesettings/ +--- +## WebQueryConnection::IsSameSettings method + + +Flag indicating whether to parse all tables inside a PRE block with the same width settings as the first row. + +```cpp +bool Aspose::Cells::ExternalConnections::WebQueryConnection::IsSameSettings() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebQueryConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/istextdates/_index.md b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/istextdates/_index.md new file mode 100644 index 00000000000..9f5b40295c3 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/istextdates/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::WebQueryConnection::IsTextDates method +linktitle: IsTextDates +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::IsTextDates method. Flag indicating whether dates should be imported into cells in the worksheet as text rather than dates in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.externalconnections/webqueryconnection/istextdates/ +--- +## WebQueryConnection::IsTextDates method + + +Flag indicating whether dates should be imported into cells in the worksheet as text rather than dates. + +```cpp +bool Aspose::Cells::ExternalConnections::WebQueryConnection::IsTextDates() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebQueryConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/isxl2000/_index.md b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/isxl2000/_index.md new file mode 100644 index 00000000000..6a9306a1a4b --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/isxl2000/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::WebQueryConnection::IsXl2000 method +linktitle: IsXl2000 +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::IsXl2000 method. This flag exists for backward compatibility with older existing spreadsheet files, and is set to true if this web query was refreshed in a spreadsheet application newer than or equal to Microsoft Excel 2000. This is an optional attribute that can be ignored in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.externalconnections/webqueryconnection/isxl2000/ +--- +## WebQueryConnection::IsXl2000 method + + +This flag exists for backward compatibility with older existing spreadsheet files, and is set to true if this web query was refreshed in a spreadsheet application newer than or equal to Microsoft Excel 2000. This is an optional attribute that can be ignored. + +```cpp +bool Aspose::Cells::ExternalConnections::WebQueryConnection::IsXl2000() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebQueryConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/isxl97/_index.md b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/isxl97/_index.md new file mode 100644 index 00000000000..3d7676a0764 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/isxl97/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::WebQueryConnection::IsXl97 method +linktitle: IsXl97 +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::IsXl97 method. This flag exists for backward compatibility with older existing spreadsheet files, and is set to true if this web query was created in Microsoft Excel 97. This is an optional attribute that can be ignored in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.externalconnections/webqueryconnection/isxl97/ +--- +## WebQueryConnection::IsXl97 method + + +This flag exists for backward compatibility with older existing spreadsheet files, and is set to true if this web query was created in Microsoft Excel 97. This is an optional attribute that can be ignored. + +```cpp +bool Aspose::Cells::ExternalConnections::WebQueryConnection::IsXl97() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebQueryConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/isxml/_index.md b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/isxml/_index.md new file mode 100644 index 00000000000..e7ecd42cdc0 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/isxml/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::WebQueryConnection::IsXml method +linktitle: IsXml +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::IsXml method. true if the web query source is XML (versus HTML), otherwise false in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.externalconnections/webqueryconnection/isxml/ +--- +## WebQueryConnection::IsXml method + + +true if the web query source is XML (versus HTML), otherwise false. + +```cpp +bool Aspose::Cells::ExternalConnections::WebQueryConnection::IsXml() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebQueryConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/isxmlsourcedata/_index.md b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/isxmlsourcedata/_index.md new file mode 100644 index 00000000000..e18052e3ba5 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/isxmlsourcedata/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::WebQueryConnection::IsXmlSourceData method +linktitle: IsXmlSourceData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::IsXmlSourceData method. Flag indicating that XML source data should be imported instead of the HTML table itself in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.externalconnections/webqueryconnection/isxmlsourcedata/ +--- +## WebQueryConnection::IsXmlSourceData method + + +Flag indicating that XML source data should be imported instead of the HTML table itself. + +```cpp +bool Aspose::Cells::ExternalConnections::WebQueryConnection::IsXmlSourceData() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebQueryConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/operator_asm/_index.md b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/operator_asm/_index.md new file mode 100644 index 00000000000..483a53eb038 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::ExternalConnections::WebQueryConnection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.externalconnections/webqueryconnection/operator_asm/ +--- +## WebQueryConnection::operator= method + + +operator= + +```cpp +WebQueryConnection & Aspose::Cells::ExternalConnections::WebQueryConnection::operator=(const WebQueryConnection &src) +``` + +## See Also + +* Class [WebQueryConnection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebQueryConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/operator_bool/_index.md b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/operator_bool/_index.md new file mode 100644 index 00000000000..5ef5fd4089e --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ExternalConnections::WebQueryConnection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.externalconnections/webqueryconnection/operator_bool/ +--- +## WebQueryConnection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::ExternalConnections::WebQueryConnection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [WebQueryConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/seteditwebpage/_index.md b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/seteditwebpage/_index.md new file mode 100644 index 00000000000..b14e2294baf --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/seteditwebpage/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::ExternalConnections::WebQueryConnection::SetEditWebPage method +linktitle: SetEditWebPage +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::SetEditWebPage method. The URL of the user-facing web page showing the web query data. This URL is persisted in the case that sourceData="true" and url has been redirected to reference an XML file. Then the user-facing page can be shown in the UI, and the XML data can be retrieved behind the scenes in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells.externalconnections/webqueryconnection/seteditwebpage/ +--- +## WebQueryConnection::SetEditWebPage(const U16String\&) method + + +The URL of the user-facing web page showing the web query data. This URL is persisted in the case that sourceData="true" and url has been redirected to reference an XML file. Then the user-facing page can be shown in the UI, and the XML data can be retrieved behind the scenes. + +```cpp +void Aspose::Cells::ExternalConnections::WebQueryConnection::SetEditWebPage(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [WebQueryConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) +## WebQueryConnection::SetEditWebPage(const char16_t*) method + + +The URL of the user-facing web page showing the web query data. This URL is persisted in the case that sourceData="true" and url has been redirected to reference an XML file. Then the user-facing page can be shown in the UI, and the XML data can be retrieved behind the scenes. + +```cpp +void Aspose::Cells::ExternalConnections::WebQueryConnection::SetEditWebPage(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebQueryConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/sethtmlformat/_index.md b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/sethtmlformat/_index.md new file mode 100644 index 00000000000..5ae458d051a --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/sethtmlformat/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::ExternalConnections::WebQueryConnection::SetHtmlFormat method +linktitle: SetHtmlFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::SetHtmlFormat method. How to handle formatting from the HTML source when bringing web query data into the worksheet. Relevant when sourceData is True in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.externalconnections/webqueryconnection/sethtmlformat/ +--- +## WebQueryConnection::SetHtmlFormat method + + +How to handle formatting from the HTML source when bringing web query data into the worksheet. Relevant when sourceData is True. + +```cpp +void Aspose::Cells::ExternalConnections::WebQueryConnection::SetHtmlFormat(HtmlFormatHandlingType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [HtmlFormatHandlingType](../../htmlformathandlingtype/) +* Class [WebQueryConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/setisconsecutive/_index.md b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/setisconsecutive/_index.md new file mode 100644 index 00000000000..f2114c929da --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/setisconsecutive/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::WebQueryConnection::SetIsConsecutive method +linktitle: SetIsConsecutive +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::SetIsConsecutive method. Flag indicating whether consecutive delimiters should be treated as just one delimiter in C++.' +type: docs +weight: 3100 +url: /es/cpp/aspose.cells.externalconnections/webqueryconnection/setisconsecutive/ +--- +## WebQueryConnection::SetIsConsecutive method + + +Flag indicating whether consecutive delimiters should be treated as just one delimiter. + +```cpp +void Aspose::Cells::ExternalConnections::WebQueryConnection::SetIsConsecutive(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebQueryConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/setishtmltables/_index.md b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/setishtmltables/_index.md new file mode 100644 index 00000000000..2300b605c1f --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/setishtmltables/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::WebQueryConnection::SetIsHtmlTables method +linktitle: SetIsHtmlTables +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::SetIsHtmlTables method. Flag indicating whether web queries should only work on HTML tables in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.externalconnections/webqueryconnection/setishtmltables/ +--- +## WebQueryConnection::SetIsHtmlTables method + + +Flag indicating whether web queries should only work on HTML tables. + +```cpp +void Aspose::Cells::ExternalConnections::WebQueryConnection::SetIsHtmlTables(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebQueryConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/setisparsepre/_index.md b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/setisparsepre/_index.md new file mode 100644 index 00000000000..0886fb66e33 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/setisparsepre/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::WebQueryConnection::SetIsParsePre method +linktitle: SetIsParsePre +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::SetIsParsePre method. Flag indicating whether data contained within HTML PRE tags in the web page is parsed into columns when you import the page into a query table in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.externalconnections/webqueryconnection/setisparsepre/ +--- +## WebQueryConnection::SetIsParsePre method + + +Flag indicating whether data contained within HTML PRE tags in the web page is parsed into columns when you import the page into a query table. + +```cpp +void Aspose::Cells::ExternalConnections::WebQueryConnection::SetIsParsePre(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebQueryConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/setissamesettings/_index.md b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/setissamesettings/_index.md new file mode 100644 index 00000000000..f29cccafa65 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/setissamesettings/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::WebQueryConnection::SetIsSameSettings method +linktitle: SetIsSameSettings +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::SetIsSameSettings method. Flag indicating whether to parse all tables inside a PRE block with the same width settings as the first row in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.externalconnections/webqueryconnection/setissamesettings/ +--- +## WebQueryConnection::SetIsSameSettings method + + +Flag indicating whether to parse all tables inside a PRE block with the same width settings as the first row. + +```cpp +void Aspose::Cells::ExternalConnections::WebQueryConnection::SetIsSameSettings(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebQueryConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/setistextdates/_index.md b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/setistextdates/_index.md new file mode 100644 index 00000000000..eeb43b7ff2e --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/setistextdates/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::WebQueryConnection::SetIsTextDates method +linktitle: SetIsTextDates +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::SetIsTextDates method. Flag indicating whether dates should be imported into cells in the worksheet as text rather than dates in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.externalconnections/webqueryconnection/setistextdates/ +--- +## WebQueryConnection::SetIsTextDates method + + +Flag indicating whether dates should be imported into cells in the worksheet as text rather than dates. + +```cpp +void Aspose::Cells::ExternalConnections::WebQueryConnection::SetIsTextDates(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebQueryConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/setisxl2000/_index.md b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/setisxl2000/_index.md new file mode 100644 index 00000000000..52940c2728b --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/setisxl2000/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::WebQueryConnection::SetIsXl2000 method +linktitle: SetIsXl2000 +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::SetIsXl2000 method. This flag exists for backward compatibility with older existing spreadsheet files, and is set to true if this web query was refreshed in a spreadsheet application newer than or equal to Microsoft Excel 2000. This is an optional attribute that can be ignored in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.externalconnections/webqueryconnection/setisxl2000/ +--- +## WebQueryConnection::SetIsXl2000 method + + +This flag exists for backward compatibility with older existing spreadsheet files, and is set to true if this web query was refreshed in a spreadsheet application newer than or equal to Microsoft Excel 2000. This is an optional attribute that can be ignored. + +```cpp +void Aspose::Cells::ExternalConnections::WebQueryConnection::SetIsXl2000(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebQueryConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/setisxl97/_index.md b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/setisxl97/_index.md new file mode 100644 index 00000000000..af8ae9a969b --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/setisxl97/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::WebQueryConnection::SetIsXl97 method +linktitle: SetIsXl97 +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::SetIsXl97 method. This flag exists for backward compatibility with older existing spreadsheet files, and is set to true if this web query was created in Microsoft Excel 97. This is an optional attribute that can be ignored in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.externalconnections/webqueryconnection/setisxl97/ +--- +## WebQueryConnection::SetIsXl97 method + + +This flag exists for backward compatibility with older existing spreadsheet files, and is set to true if this web query was created in Microsoft Excel 97. This is an optional attribute that can be ignored. + +```cpp +void Aspose::Cells::ExternalConnections::WebQueryConnection::SetIsXl97(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebQueryConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/setisxml/_index.md b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/setisxml/_index.md new file mode 100644 index 00000000000..06d754b29b5 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/setisxml/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::WebQueryConnection::SetIsXml method +linktitle: SetIsXml +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::SetIsXml method. true if the web query source is XML (versus HTML), otherwise false in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.externalconnections/webqueryconnection/setisxml/ +--- +## WebQueryConnection::SetIsXml method + + +true if the web query source is XML (versus HTML), otherwise false. + +```cpp +void Aspose::Cells::ExternalConnections::WebQueryConnection::SetIsXml(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebQueryConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/setisxmlsourcedata/_index.md b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/setisxmlsourcedata/_index.md new file mode 100644 index 00000000000..1e5ae3a7772 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/setisxmlsourcedata/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalConnections::WebQueryConnection::SetIsXmlSourceData method +linktitle: SetIsXmlSourceData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::SetIsXmlSourceData method. Flag indicating that XML source data should be imported instead of the HTML table itself in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.externalconnections/webqueryconnection/setisxmlsourcedata/ +--- +## WebQueryConnection::SetIsXmlSourceData method + + +Flag indicating that XML source data should be imported instead of the HTML table itself. + +```cpp +void Aspose::Cells::ExternalConnections::WebQueryConnection::SetIsXmlSourceData(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebQueryConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/setpost/_index.md b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/setpost/_index.md new file mode 100644 index 00000000000..946356e5b11 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/setpost/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::ExternalConnections::WebQueryConnection::SetPost method +linktitle: SetPost +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::SetPost method. Returns or sets the string used with the post method of inputting data into a web server to return data from a web query in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.externalconnections/webqueryconnection/setpost/ +--- +## WebQueryConnection::SetPost(const U16String\&) method + + +Returns or sets the string used with the post method of inputting data into a web server to return data from a web query. + +```cpp +void Aspose::Cells::ExternalConnections::WebQueryConnection::SetPost(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [WebQueryConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) +## WebQueryConnection::SetPost(const char16_t*) method + + +Returns or sets the string used with the post method of inputting data into a web server to return data from a web query. + +```cpp +void Aspose::Cells::ExternalConnections::WebQueryConnection::SetPost(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebQueryConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/seturl/_index.md b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/seturl/_index.md new file mode 100644 index 00000000000..a9ac6a486c6 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/seturl/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::ExternalConnections::WebQueryConnection::SetUrl method +linktitle: SetUrl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::SetUrl method. URL to use to refresh external data in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.externalconnections/webqueryconnection/seturl/ +--- +## WebQueryConnection::SetUrl(const U16String\&) method + + +URL to use to refresh external data. + +```cpp +void Aspose::Cells::ExternalConnections::WebQueryConnection::SetUrl(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [WebQueryConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) +## WebQueryConnection::SetUrl(const char16_t*) method + + +URL to use to refresh external data. + +```cpp +void Aspose::Cells::ExternalConnections::WebQueryConnection::SetUrl(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebQueryConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/webqueryconnection/_index.md b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/webqueryconnection/_index.md new file mode 100644 index 00000000000..721f77c92c6 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/webqueryconnection/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::ExternalConnections::WebQueryConnection::WebQueryConnection constructor +linktitle: WebQueryConnection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::WebQueryConnection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.externalconnections/webqueryconnection/webqueryconnection/ +--- +## WebQueryConnection::WebQueryConnection(WebQueryConnection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::ExternalConnections::WebQueryConnection::WebQueryConnection(WebQueryConnection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebQueryConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) +## WebQueryConnection::WebQueryConnection(const WebQueryConnection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::ExternalConnections::WebQueryConnection::WebQueryConnection(const WebQueryConnection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebQueryConnection](../) +* Class [WebQueryConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) +## WebQueryConnection::WebQueryConnection(const ExternalConnection\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::ExternalConnections::WebQueryConnection::WebQueryConnection(const ExternalConnection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExternalConnection](../../externalconnection/) +* Class [WebQueryConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/~webqueryconnection/_index.md b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/~webqueryconnection/_index.md new file mode 100644 index 00000000000..218f21dfc23 --- /dev/null +++ b/spanish/cpp/aspose.cells.externalconnections/webqueryconnection/~webqueryconnection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::ExternalConnections::WebQueryConnection::~WebQueryConnection method +linktitle: ~WebQueryConnection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalConnections::WebQueryConnection::~WebQueryConnection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.externalconnections/webqueryconnection/~webqueryconnection/ +--- +## WebQueryConnection::~WebQueryConnection method + + +Destructor. + +```cpp +Aspose::Cells::ExternalConnections::WebQueryConnection::~WebQueryConnection() +``` + +## See Also + +* Class [WebQueryConnection](../) +* Namespace [Aspose::Cells::ExternalConnections](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.json/_index.md b/spanish/cpp/aspose.cells.json/_index.md new file mode 100644 index 00000000000..fdc3b9c7342 --- /dev/null +++ b/spanish/cpp/aspose.cells.json/_index.md @@ -0,0 +1,17 @@ +--- +title: Aspose::Cells::Json espacio de nombres +linktitle: Aspose::Cells::Json +second_title: Referencia de API de Aspose.Cells para C++ +description: 'Cómo usar el espacio de nombres Aspose::Cells::Json en C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.json/ +--- + + + +## Enums + +| Enumeración | Descripción | +| --- | --- | +| [JsonExportHyperlinkType](./jsonexporthyperlinktype/) | Representa el tipo de exportación de hipervínculos a json. | diff --git a/spanish/cpp/aspose.cells.json/jsonexporthyperlinktype/_index.md b/spanish/cpp/aspose.cells.json/jsonexporthyperlinktype/_index.md new file mode 100644 index 00000000000..b1148414355 --- /dev/null +++ b/spanish/cpp/aspose.cells.json/jsonexporthyperlinktype/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Json::JsonExportHyperlinkType enum +linktitle: JsonExportHyperlinkType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Json::JsonExportHyperlinkType enum. Represents type how to export hyperlinks to json in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.json/jsonexporthyperlinktype/ +--- +## JsonExportHyperlinkType enum + + +Represents type how to export hyperlinks to json. + +```cpp +enum class JsonExportHyperlinkType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| DisplayString | 0 |
Export display string. | +| Address | 1 |
Export url. | +| HtmlString | 2 |
Export as html string. | + +## See Also + +* Namespace [Aspose::Cells::Json](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.loading/_index.md b/spanish/cpp/aspose.cells.loading/_index.md new file mode 100644 index 00000000000..8daf69f06b1 --- /dev/null +++ b/spanish/cpp/aspose.cells.loading/_index.md @@ -0,0 +1,18 @@ +--- +title: Espacio de nombres Aspose::Cells::Loading +linktitle: Aspose::Cells::Loading +second_title: Referencia de API de Aspose.Cells para C++ +description: 'Cómo usar el espacio de nombres Aspose::Cells::Loading en C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.loading/ +--- + + + +## Clases + +| Clase | Descripción | +| --- | --- | +| [DbfLoadOptions](./dbfloadoptions/) | Representa las opciones de carga del archivo .dbf. | +| [DifLoadOptions](./difloadoptions/) | Representa las opciones de carga del archivo .dif. | diff --git a/spanish/cpp/aspose.cells.loading/dbfloadoptions/_impl/_index.md b/spanish/cpp/aspose.cells.loading/dbfloadoptions/_impl/_index.md new file mode 100644 index 00000000000..f4774aa0e06 --- /dev/null +++ b/spanish/cpp/aspose.cells.loading/dbfloadoptions/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Loading::DbfLoadOptions::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Loading::DbfLoadOptions::_impl field. The implementation object in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.loading/dbfloadoptions/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +DbfLoadOptions_Impl* Aspose::Cells::Loading::DbfLoadOptions::_impl +``` + +## See Also + +* Class [DbfLoadOptions](../) +* Namespace [Aspose::Cells::Loading](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.loading/dbfloadoptions/_index.md b/spanish/cpp/aspose.cells.loading/dbfloadoptions/_index.md new file mode 100644 index 00000000000..acda75d62b9 --- /dev/null +++ b/spanish/cpp/aspose.cells.loading/dbfloadoptions/_index.md @@ -0,0 +1,88 @@ +--- +title: Aspose::Cells::Loading::DbfLoadOptions class +linktitle: DbfLoadOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Loading::DbfLoadOptions class. Represents the options of loading .dbf file in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.loading/dbfloadoptions/ +--- +## DbfLoadOptions class + + +Represents the options of loading .dbf file. + +```cpp +class DbfLoadOptions : public Aspose::Cells::LoadOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [DbfLoadOptions()](./dbfloadoptions/) | The options. | +| [DbfLoadOptions(DbfLoadOptions_Impl* impl)](./dbfloadoptions/) | Constructs from an implementation object. | +| [DbfLoadOptions(const DbfLoadOptions\& src)](./dbfloadoptions/) | Copy constructor. | +| [DbfLoadOptions(const LoadOptions\& src)](./dbfloadoptions/) | Constructs from a parent object. | +| [GetAutoFilter()](../../aspose.cells/loadoptions/getautofilter/) | Indicates whether auto filtering the data when loading the files. | +| [GetAutoFitterOptions()](../../aspose.cells/loadoptions/getautofitteroptions/) | Gets and sets the auto fitter options. | +| [GetCheckDataValid()](../../aspose.cells/loadoptions/getcheckdatavalid/) | Check whether data is valid in the template file. | +| [GetCheckExcelRestriction()](../../aspose.cells/loadoptions/getcheckexcelrestriction/) | Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K such as by Cell.PutValue(string), if this property is true, you will get an Exception. If this property is false, we will accept your input string value as the cell's value so that later you can output the complete string value for other file formats such as CSV. However, if you have set such kind of value that is invalid for excel file format, you should not save the workbook as excel file format later. Otherwise there may be unexpected error for the generated excel file. | +| [GetDefaultStyleSettings()](../../aspose.cells/loadoptions/getdefaultstylesettings/) | Gets the default style settings for initializing styles of the workbook. | +| [GetFontConfigs()](../../aspose.cells/loadoptions/getfontconfigs/) | Gets and sets individual font configs. Only works for the [Workbook](../../aspose.cells/workbook/) which uses this [LoadOptions](../../aspose.cells/loadoptions/) to load. | +| [GetIgnoreNotPrinted()](../../aspose.cells/loadoptions/getignorenotprinted/) | Ignore the data which are not printed if directly printing the file. | +| [GetIgnoreUselessShapes()](../../aspose.cells/loadoptions/getignoreuselessshapes/) | Indicates whether ignoring useless shapes. | +| [GetInterruptMonitor()](../../aspose.cells/loadoptions/getinterruptmonitor/) | Gets and sets the interrupt monitor. | +| [GetKeepUnparsedData()](../../aspose.cells/loadoptions/getkeepunparseddata/) | Whether keep the unparsed data in memory for the [Workbook](../../aspose.cells/workbook/) when it is loaded from template file. Default is true. | +| [GetLanguageCode()](../../aspose.cells/loadoptions/getlanguagecode/) | Gets or sets the user interface language of the [Workbook](../../aspose.cells/workbook/) version based on CountryCode that has saved the file. | +| [GetLightCellsDataHandler()](../../aspose.cells/loadoptions/getlightcellsdatahandler/) | The data handler for processing cells data when reading template file. | +| [GetLoadFilter()](../../aspose.cells/loadoptions/getloadfilter/) | The filter to denote how to load data. | +| [GetLoadFormat()](../../aspose.cells/loadoptions/getloadformat/) | Gets the load format. | +| [GetMemorySetting()](../../aspose.cells/loadoptions/getmemorysetting/) | Gets or sets the memory mode for loaded workbook. | +| [GetParsingFormulaOnOpen()](../../aspose.cells/loadoptions/getparsingformulaonopen/) | Indicates whether parsing the formula when reading the file. | +| [GetParsingPivotCachedRecords()](../../aspose.cells/loadoptions/getparsingpivotcachedrecords/) | Indicates whether parsing pivot cached records when loading the file. The default value is false. | +| [GetPassword()](../../aspose.cells/loadoptions/getpassword/) | Gets and set the password of the workbook. | +| [GetPreservePaddingSpacesInFormula()](../../aspose.cells/loadoptions/getpreservepaddingspacesinformula/) | Indicates whether preserve those spaces and line breaks that are padded between formula tokens while getting and setting formulas. Default value is false. | +| [GetRegion()](../../aspose.cells/loadoptions/getregion/) | Gets or sets the regional settings used for the [Workbook](../../aspose.cells/workbook/) that will be loaded. | +| [GetWarningCallback()](../../aspose.cells/loadoptions/getwarningcallback/) | Gets or sets warning callback. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [LoadOptions()](../../aspose.cells/loadoptions/loadoptions/) | Creates an options of loading the file. | +| explicit [LoadOptions(LoadFormat loadFormat)](../../aspose.cells/loadoptions/loadoptions/) | Creates an options of loading the file. | +| [LoadOptions(LoadOptions_Impl* impl)](../../aspose.cells/loadoptions/loadoptions/) | Constructs from an implementation object. | +| [LoadOptions(const LoadOptions\& src)](../../aspose.cells/loadoptions/loadoptions/) | Copy constructor. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const DbfLoadOptions\& src)](./operator_asm/) | operator= | +| [operator=(const LoadOptions\& src)](../../aspose.cells/loadoptions/operator_asm/) | operator= | +| [SetAutoFilter(bool value)](../../aspose.cells/loadoptions/setautofilter/) | Indicates whether auto filtering the data when loading the files. | +| [SetAutoFitterOptions(const AutoFitterOptions\& value)](../../aspose.cells/loadoptions/setautofitteroptions/) | Gets and sets the auto fitter options. | +| [SetCheckDataValid(bool value)](../../aspose.cells/loadoptions/setcheckdatavalid/) | Check whether data is valid in the template file. | +| [SetCheckExcelRestriction(bool value)](../../aspose.cells/loadoptions/setcheckexcelrestriction/) | Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K such as by Cell.PutValue(string), if this property is true, you will get an Exception. If this property is false, we will accept your input string value as the cell's value so that later you can output the complete string value for other file formats such as CSV. However, if you have set such kind of value that is invalid for excel file format, you should not save the workbook as excel file format later. Otherwise there may be unexpected error for the generated excel file. | +| [SetFontConfigs(const IndividualFontConfigs\& value)](../../aspose.cells/loadoptions/setfontconfigs/) | Gets and sets individual font configs. Only works for the [Workbook](../../aspose.cells/workbook/) which uses this [LoadOptions](../../aspose.cells/loadoptions/) to load. | +| [SetIgnoreNotPrinted(bool value)](../../aspose.cells/loadoptions/setignorenotprinted/) | Ignore the data which are not printed if directly printing the file. | +| [SetIgnoreUselessShapes(bool value)](../../aspose.cells/loadoptions/setignoreuselessshapes/) | Indicates whether ignoring useless shapes. | +| [SetInterruptMonitor(AbstractInterruptMonitor* value)](../../aspose.cells/loadoptions/setinterruptmonitor/) | Gets and sets the interrupt monitor. | +| [SetKeepUnparsedData(bool value)](../../aspose.cells/loadoptions/setkeepunparseddata/) | Whether keep the unparsed data in memory for the [Workbook](../../aspose.cells/workbook/) when it is loaded from template file. Default is true. | +| [SetLanguageCode(CountryCode value)](../../aspose.cells/loadoptions/setlanguagecode/) | Gets or sets the user interface language of the [Workbook](../../aspose.cells/workbook/) version based on CountryCode that has saved the file. | +| [SetLightCellsDataHandler(LightCellsDataHandler* value)](../../aspose.cells/loadoptions/setlightcellsdatahandler/) | The data handler for processing cells data when reading template file. | +| [SetLoadFilter(LoadFilter* value)](../../aspose.cells/loadoptions/setloadfilter/) | The filter to denote how to load data. | +| [SetMemorySetting(MemorySetting value)](../../aspose.cells/loadoptions/setmemorysetting/) | Gets or sets the memory mode for loaded workbook. | +| [SetPaperSize(PaperSizeType type)](../../aspose.cells/loadoptions/setpapersize/) | Sets the default print paper size from default printer's setting. | +| [SetParsingFormulaOnOpen(bool value)](../../aspose.cells/loadoptions/setparsingformulaonopen/) | Indicates whether parsing the formula when reading the file. | +| [SetParsingPivotCachedRecords(bool value)](../../aspose.cells/loadoptions/setparsingpivotcachedrecords/) | Indicates whether parsing pivot cached records when loading the file. The default value is false. | +| [SetPassword(const U16String\& value)](../../aspose.cells/loadoptions/setpassword/) | Gets and set the password of the workbook. | +| [SetPassword(const char16_t* value)](../../aspose.cells/loadoptions/setpassword/) | Gets and set the password of the workbook. | +| [SetPreservePaddingSpacesInFormula(bool value)](../../aspose.cells/loadoptions/setpreservepaddingspacesinformula/) | Indicates whether preserve those spaces and line breaks that are padded between formula tokens while getting and setting formulas. Default value is false. | +| [SetRegion(CountryCode value)](../../aspose.cells/loadoptions/setregion/) | Gets or sets the regional settings used for the [Workbook](../../aspose.cells/workbook/) that will be loaded. | +| [SetWarningCallback(IWarningCallback* value)](../../aspose.cells/loadoptions/setwarningcallback/) | Gets or sets warning callback. | +| [~DbfLoadOptions()](./~dbfloadoptions/) | Destructor. | +| [~LoadOptions()](../../aspose.cells/loadoptions/~loadoptions/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [LoadOptions](../../aspose.cells/loadoptions/) +* Namespace [Aspose::Cells::Loading](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.loading/dbfloadoptions/dbfloadoptions/_index.md b/spanish/cpp/aspose.cells.loading/dbfloadoptions/dbfloadoptions/_index.md new file mode 100644 index 00000000000..7994d02be4c --- /dev/null +++ b/spanish/cpp/aspose.cells.loading/dbfloadoptions/dbfloadoptions/_index.md @@ -0,0 +1,70 @@ +--- +title: Aspose::Cells::Loading::DbfLoadOptions::DbfLoadOptions constructor +linktitle: DbfLoadOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Loading::DbfLoadOptions::DbfLoadOptions constructor. The options in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.loading/dbfloadoptions/dbfloadoptions/ +--- +## DbfLoadOptions::DbfLoadOptions() constructor + + +The options. + +```cpp +Aspose::Cells::Loading::DbfLoadOptions::DbfLoadOptions() +``` + +## See Also + +* Class [DbfLoadOptions](../) +* Namespace [Aspose::Cells::Loading](../../) +* Library [Aspose.Cells for C++](../../../) +## DbfLoadOptions::DbfLoadOptions(DbfLoadOptions_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Loading::DbfLoadOptions::DbfLoadOptions(DbfLoadOptions_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DbfLoadOptions](../) +* Namespace [Aspose::Cells::Loading](../../) +* Library [Aspose.Cells for C++](../../../) +## DbfLoadOptions::DbfLoadOptions(const DbfLoadOptions\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Loading::DbfLoadOptions::DbfLoadOptions(const DbfLoadOptions &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DbfLoadOptions](../) +* Class [DbfLoadOptions](../) +* Namespace [Aspose::Cells::Loading](../../) +* Library [Aspose.Cells for C++](../../../) +## DbfLoadOptions::DbfLoadOptions(const LoadOptions\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Loading::DbfLoadOptions::DbfLoadOptions(const LoadOptions &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LoadOptions](../../../aspose.cells/loadoptions/) +* Class [DbfLoadOptions](../) +* Namespace [Aspose::Cells::Loading](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.loading/dbfloadoptions/isnull/_index.md b/spanish/cpp/aspose.cells.loading/dbfloadoptions/isnull/_index.md new file mode 100644 index 00000000000..4cbfadfbd48 --- /dev/null +++ b/spanish/cpp/aspose.cells.loading/dbfloadoptions/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Loading::DbfLoadOptions::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Loading::DbfLoadOptions::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.loading/dbfloadoptions/isnull/ +--- +## DbfLoadOptions::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Loading::DbfLoadOptions::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DbfLoadOptions](../) +* Namespace [Aspose::Cells::Loading](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.loading/dbfloadoptions/operator_asm/_index.md b/spanish/cpp/aspose.cells.loading/dbfloadoptions/operator_asm/_index.md new file mode 100644 index 00000000000..5fbe5cd2a80 --- /dev/null +++ b/spanish/cpp/aspose.cells.loading/dbfloadoptions/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Loading::DbfLoadOptions::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Loading::DbfLoadOptions::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.loading/dbfloadoptions/operator_asm/ +--- +## DbfLoadOptions::operator= method + + +operator= + +```cpp +DbfLoadOptions & Aspose::Cells::Loading::DbfLoadOptions::operator=(const DbfLoadOptions &src) +``` + +## See Also + +* Class [DbfLoadOptions](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [DbfLoadOptions](../) +* Namespace [Aspose::Cells::Loading](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.loading/dbfloadoptions/operator_bool/_index.md b/spanish/cpp/aspose.cells.loading/dbfloadoptions/operator_bool/_index.md new file mode 100644 index 00000000000..3404cfd43d0 --- /dev/null +++ b/spanish/cpp/aspose.cells.loading/dbfloadoptions/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Loading::DbfLoadOptions::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Loading::DbfLoadOptions::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.loading/dbfloadoptions/operator_bool/ +--- +## DbfLoadOptions::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Loading::DbfLoadOptions::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [DbfLoadOptions](../) +* Namespace [Aspose::Cells::Loading](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.loading/dbfloadoptions/~dbfloadoptions/_index.md b/spanish/cpp/aspose.cells.loading/dbfloadoptions/~dbfloadoptions/_index.md new file mode 100644 index 00000000000..c807850b2cd --- /dev/null +++ b/spanish/cpp/aspose.cells.loading/dbfloadoptions/~dbfloadoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Loading::DbfLoadOptions::~DbfLoadOptions method +linktitle: ~DbfLoadOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Loading::DbfLoadOptions::~DbfLoadOptions method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.loading/dbfloadoptions/~dbfloadoptions/ +--- +## DbfLoadOptions::~DbfLoadOptions method + + +Destructor. + +```cpp +Aspose::Cells::Loading::DbfLoadOptions::~DbfLoadOptions() +``` + +## See Also + +* Class [DbfLoadOptions](../) +* Namespace [Aspose::Cells::Loading](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.loading/difloadoptions/_impl/_index.md b/spanish/cpp/aspose.cells.loading/difloadoptions/_impl/_index.md new file mode 100644 index 00000000000..f60740fe966 --- /dev/null +++ b/spanish/cpp/aspose.cells.loading/difloadoptions/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Loading::DifLoadOptions::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Loading::DifLoadOptions::_impl field. The implementation object in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.loading/difloadoptions/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +DifLoadOptions_Impl* Aspose::Cells::Loading::DifLoadOptions::_impl +``` + +## See Also + +* Class [DifLoadOptions](../) +* Namespace [Aspose::Cells::Loading](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.loading/difloadoptions/_index.md b/spanish/cpp/aspose.cells.loading/difloadoptions/_index.md new file mode 100644 index 00000000000..c90555c4007 --- /dev/null +++ b/spanish/cpp/aspose.cells.loading/difloadoptions/_index.md @@ -0,0 +1,88 @@ +--- +title: Aspose::Cells::Loading::DifLoadOptions class +linktitle: DifLoadOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Loading::DifLoadOptions class. Represents the options of loading .dif file in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.loading/difloadoptions/ +--- +## DifLoadOptions class + + +Represents the options of loading .dif file. + +```cpp +class DifLoadOptions : public Aspose::Cells::LoadOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [DifLoadOptions()](./difloadoptions/) | The options. | +| [DifLoadOptions(DifLoadOptions_Impl* impl)](./difloadoptions/) | Constructs from an implementation object. | +| [DifLoadOptions(const DifLoadOptions\& src)](./difloadoptions/) | Copy constructor. | +| [DifLoadOptions(const LoadOptions\& src)](./difloadoptions/) | Constructs from a parent object. | +| [GetAutoFilter()](../../aspose.cells/loadoptions/getautofilter/) | Indicates whether auto filtering the data when loading the files. | +| [GetAutoFitterOptions()](../../aspose.cells/loadoptions/getautofitteroptions/) | Gets and sets the auto fitter options. | +| [GetCheckDataValid()](../../aspose.cells/loadoptions/getcheckdatavalid/) | Check whether data is valid in the template file. | +| [GetCheckExcelRestriction()](../../aspose.cells/loadoptions/getcheckexcelrestriction/) | Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K such as by Cell.PutValue(string), if this property is true, you will get an Exception. If this property is false, we will accept your input string value as the cell's value so that later you can output the complete string value for other file formats such as CSV. However, if you have set such kind of value that is invalid for excel file format, you should not save the workbook as excel file format later. Otherwise there may be unexpected error for the generated excel file. | +| [GetDefaultStyleSettings()](../../aspose.cells/loadoptions/getdefaultstylesettings/) | Gets the default style settings for initializing styles of the workbook. | +| [GetFontConfigs()](../../aspose.cells/loadoptions/getfontconfigs/) | Gets and sets individual font configs. Only works for the [Workbook](../../aspose.cells/workbook/) which uses this [LoadOptions](../../aspose.cells/loadoptions/) to load. | +| [GetIgnoreNotPrinted()](../../aspose.cells/loadoptions/getignorenotprinted/) | Ignore the data which are not printed if directly printing the file. | +| [GetIgnoreUselessShapes()](../../aspose.cells/loadoptions/getignoreuselessshapes/) | Indicates whether ignoring useless shapes. | +| [GetInterruptMonitor()](../../aspose.cells/loadoptions/getinterruptmonitor/) | Gets and sets the interrupt monitor. | +| [GetKeepUnparsedData()](../../aspose.cells/loadoptions/getkeepunparseddata/) | Whether keep the unparsed data in memory for the [Workbook](../../aspose.cells/workbook/) when it is loaded from template file. Default is true. | +| [GetLanguageCode()](../../aspose.cells/loadoptions/getlanguagecode/) | Gets or sets the user interface language of the [Workbook](../../aspose.cells/workbook/) version based on CountryCode that has saved the file. | +| [GetLightCellsDataHandler()](../../aspose.cells/loadoptions/getlightcellsdatahandler/) | The data handler for processing cells data when reading template file. | +| [GetLoadFilter()](../../aspose.cells/loadoptions/getloadfilter/) | The filter to denote how to load data. | +| [GetLoadFormat()](../../aspose.cells/loadoptions/getloadformat/) | Gets the load format. | +| [GetMemorySetting()](../../aspose.cells/loadoptions/getmemorysetting/) | Gets or sets the memory mode for loaded workbook. | +| [GetParsingFormulaOnOpen()](../../aspose.cells/loadoptions/getparsingformulaonopen/) | Indicates whether parsing the formula when reading the file. | +| [GetParsingPivotCachedRecords()](../../aspose.cells/loadoptions/getparsingpivotcachedrecords/) | Indicates whether parsing pivot cached records when loading the file. The default value is false. | +| [GetPassword()](../../aspose.cells/loadoptions/getpassword/) | Gets and set the password of the workbook. | +| [GetPreservePaddingSpacesInFormula()](../../aspose.cells/loadoptions/getpreservepaddingspacesinformula/) | Indicates whether preserve those spaces and line breaks that are padded between formula tokens while getting and setting formulas. Default value is false. | +| [GetRegion()](../../aspose.cells/loadoptions/getregion/) | Gets or sets the regional settings used for the [Workbook](../../aspose.cells/workbook/) that will be loaded. | +| [GetWarningCallback()](../../aspose.cells/loadoptions/getwarningcallback/) | Gets or sets warning callback. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [LoadOptions()](../../aspose.cells/loadoptions/loadoptions/) | Creates an options of loading the file. | +| explicit [LoadOptions(LoadFormat loadFormat)](../../aspose.cells/loadoptions/loadoptions/) | Creates an options of loading the file. | +| [LoadOptions(LoadOptions_Impl* impl)](../../aspose.cells/loadoptions/loadoptions/) | Constructs from an implementation object. | +| [LoadOptions(const LoadOptions\& src)](../../aspose.cells/loadoptions/loadoptions/) | Copy constructor. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const DifLoadOptions\& src)](./operator_asm/) | operator= | +| [operator=(const LoadOptions\& src)](../../aspose.cells/loadoptions/operator_asm/) | operator= | +| [SetAutoFilter(bool value)](../../aspose.cells/loadoptions/setautofilter/) | Indicates whether auto filtering the data when loading the files. | +| [SetAutoFitterOptions(const AutoFitterOptions\& value)](../../aspose.cells/loadoptions/setautofitteroptions/) | Gets and sets the auto fitter options. | +| [SetCheckDataValid(bool value)](../../aspose.cells/loadoptions/setcheckdatavalid/) | Check whether data is valid in the template file. | +| [SetCheckExcelRestriction(bool value)](../../aspose.cells/loadoptions/setcheckexcelrestriction/) | Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K such as by Cell.PutValue(string), if this property is true, you will get an Exception. If this property is false, we will accept your input string value as the cell's value so that later you can output the complete string value for other file formats such as CSV. However, if you have set such kind of value that is invalid for excel file format, you should not save the workbook as excel file format later. Otherwise there may be unexpected error for the generated excel file. | +| [SetFontConfigs(const IndividualFontConfigs\& value)](../../aspose.cells/loadoptions/setfontconfigs/) | Gets and sets individual font configs. Only works for the [Workbook](../../aspose.cells/workbook/) which uses this [LoadOptions](../../aspose.cells/loadoptions/) to load. | +| [SetIgnoreNotPrinted(bool value)](../../aspose.cells/loadoptions/setignorenotprinted/) | Ignore the data which are not printed if directly printing the file. | +| [SetIgnoreUselessShapes(bool value)](../../aspose.cells/loadoptions/setignoreuselessshapes/) | Indicates whether ignoring useless shapes. | +| [SetInterruptMonitor(AbstractInterruptMonitor* value)](../../aspose.cells/loadoptions/setinterruptmonitor/) | Gets and sets the interrupt monitor. | +| [SetKeepUnparsedData(bool value)](../../aspose.cells/loadoptions/setkeepunparseddata/) | Whether keep the unparsed data in memory for the [Workbook](../../aspose.cells/workbook/) when it is loaded from template file. Default is true. | +| [SetLanguageCode(CountryCode value)](../../aspose.cells/loadoptions/setlanguagecode/) | Gets or sets the user interface language of the [Workbook](../../aspose.cells/workbook/) version based on CountryCode that has saved the file. | +| [SetLightCellsDataHandler(LightCellsDataHandler* value)](../../aspose.cells/loadoptions/setlightcellsdatahandler/) | The data handler for processing cells data when reading template file. | +| [SetLoadFilter(LoadFilter* value)](../../aspose.cells/loadoptions/setloadfilter/) | The filter to denote how to load data. | +| [SetMemorySetting(MemorySetting value)](../../aspose.cells/loadoptions/setmemorysetting/) | Gets or sets the memory mode for loaded workbook. | +| [SetPaperSize(PaperSizeType type)](../../aspose.cells/loadoptions/setpapersize/) | Sets the default print paper size from default printer's setting. | +| [SetParsingFormulaOnOpen(bool value)](../../aspose.cells/loadoptions/setparsingformulaonopen/) | Indicates whether parsing the formula when reading the file. | +| [SetParsingPivotCachedRecords(bool value)](../../aspose.cells/loadoptions/setparsingpivotcachedrecords/) | Indicates whether parsing pivot cached records when loading the file. The default value is false. | +| [SetPassword(const U16String\& value)](../../aspose.cells/loadoptions/setpassword/) | Gets and set the password of the workbook. | +| [SetPassword(const char16_t* value)](../../aspose.cells/loadoptions/setpassword/) | Gets and set the password of the workbook. | +| [SetPreservePaddingSpacesInFormula(bool value)](../../aspose.cells/loadoptions/setpreservepaddingspacesinformula/) | Indicates whether preserve those spaces and line breaks that are padded between formula tokens while getting and setting formulas. Default value is false. | +| [SetRegion(CountryCode value)](../../aspose.cells/loadoptions/setregion/) | Gets or sets the regional settings used for the [Workbook](../../aspose.cells/workbook/) that will be loaded. | +| [SetWarningCallback(IWarningCallback* value)](../../aspose.cells/loadoptions/setwarningcallback/) | Gets or sets warning callback. | +| [~DifLoadOptions()](./~difloadoptions/) | Destructor. | +| [~LoadOptions()](../../aspose.cells/loadoptions/~loadoptions/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [LoadOptions](../../aspose.cells/loadoptions/) +* Namespace [Aspose::Cells::Loading](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.loading/difloadoptions/difloadoptions/_index.md b/spanish/cpp/aspose.cells.loading/difloadoptions/difloadoptions/_index.md new file mode 100644 index 00000000000..a0a80c71c3d --- /dev/null +++ b/spanish/cpp/aspose.cells.loading/difloadoptions/difloadoptions/_index.md @@ -0,0 +1,70 @@ +--- +title: Aspose::Cells::Loading::DifLoadOptions::DifLoadOptions constructor +linktitle: DifLoadOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Loading::DifLoadOptions::DifLoadOptions constructor. The options in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.loading/difloadoptions/difloadoptions/ +--- +## DifLoadOptions::DifLoadOptions() constructor + + +The options. + +```cpp +Aspose::Cells::Loading::DifLoadOptions::DifLoadOptions() +``` + +## See Also + +* Class [DifLoadOptions](../) +* Namespace [Aspose::Cells::Loading](../../) +* Library [Aspose.Cells for C++](../../../) +## DifLoadOptions::DifLoadOptions(DifLoadOptions_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Loading::DifLoadOptions::DifLoadOptions(DifLoadOptions_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DifLoadOptions](../) +* Namespace [Aspose::Cells::Loading](../../) +* Library [Aspose.Cells for C++](../../../) +## DifLoadOptions::DifLoadOptions(const DifLoadOptions\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Loading::DifLoadOptions::DifLoadOptions(const DifLoadOptions &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DifLoadOptions](../) +* Class [DifLoadOptions](../) +* Namespace [Aspose::Cells::Loading](../../) +* Library [Aspose.Cells for C++](../../../) +## DifLoadOptions::DifLoadOptions(const LoadOptions\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Loading::DifLoadOptions::DifLoadOptions(const LoadOptions &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LoadOptions](../../../aspose.cells/loadoptions/) +* Class [DifLoadOptions](../) +* Namespace [Aspose::Cells::Loading](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.loading/difloadoptions/isnull/_index.md b/spanish/cpp/aspose.cells.loading/difloadoptions/isnull/_index.md new file mode 100644 index 00000000000..dfe71961bfa --- /dev/null +++ b/spanish/cpp/aspose.cells.loading/difloadoptions/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Loading::DifLoadOptions::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Loading::DifLoadOptions::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.loading/difloadoptions/isnull/ +--- +## DifLoadOptions::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Loading::DifLoadOptions::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DifLoadOptions](../) +* Namespace [Aspose::Cells::Loading](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.loading/difloadoptions/operator_asm/_index.md b/spanish/cpp/aspose.cells.loading/difloadoptions/operator_asm/_index.md new file mode 100644 index 00000000000..af99a92658d --- /dev/null +++ b/spanish/cpp/aspose.cells.loading/difloadoptions/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Loading::DifLoadOptions::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Loading::DifLoadOptions::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.loading/difloadoptions/operator_asm/ +--- +## DifLoadOptions::operator= method + + +operator= + +```cpp +DifLoadOptions & Aspose::Cells::Loading::DifLoadOptions::operator=(const DifLoadOptions &src) +``` + +## See Also + +* Class [DifLoadOptions](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [DifLoadOptions](../) +* Namespace [Aspose::Cells::Loading](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.loading/difloadoptions/operator_bool/_index.md b/spanish/cpp/aspose.cells.loading/difloadoptions/operator_bool/_index.md new file mode 100644 index 00000000000..3d50b6a9e56 --- /dev/null +++ b/spanish/cpp/aspose.cells.loading/difloadoptions/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Loading::DifLoadOptions::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Loading::DifLoadOptions::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.loading/difloadoptions/operator_bool/ +--- +## DifLoadOptions::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Loading::DifLoadOptions::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [DifLoadOptions](../) +* Namespace [Aspose::Cells::Loading](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.loading/difloadoptions/~difloadoptions/_index.md b/spanish/cpp/aspose.cells.loading/difloadoptions/~difloadoptions/_index.md new file mode 100644 index 00000000000..767ce275272 --- /dev/null +++ b/spanish/cpp/aspose.cells.loading/difloadoptions/~difloadoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Loading::DifLoadOptions::~DifLoadOptions method +linktitle: ~DifLoadOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Loading::DifLoadOptions::~DifLoadOptions method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.loading/difloadoptions/~difloadoptions/ +--- +## DifLoadOptions::~DifLoadOptions method + + +Destructor. + +```cpp +Aspose::Cells::Loading::DifLoadOptions::~DifLoadOptions() +``` + +## See Also + +* Class [DifLoadOptions](../) +* Namespace [Aspose::Cells::Loading](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/_index.md b/spanish/cpp/aspose.cells.lowcode/_index.md new file mode 100644 index 00000000000..a9840c7886d --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/_index.md @@ -0,0 +1,38 @@ +--- +title: Espacio de nombres Aspose::Cells::LowCode +linktitle: Aspose::Cells::LowCode +second_title: Referencia de API de Aspose.Cells para C++ +description: 'Cómo usar el espacio de nombres Aspose::Cells::LowCode en C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.lowcode/ +--- + + + +## Clases + +| Clase | Descripción | +| --- | --- | +| [AbstractLowCodeLoadOptionsProvider](./abstractlowcodeloadoptionsprovider/) | Implementación para proporcionar múltiples opciones de carga para procesos que utilizan múltiples entradas (como archivos de plantilla). | +| [AbstractLowCodeProtectionProvider](./abstractlowcodeprotectionprovider/) | Implementación para proporcionar configuraciones de protección. | +| [AbstractLowCodeSaveOptionsProvider](./abstractlowcodesaveoptionsprovider/) | Implementación para proporcionar múltiples opciones de guardado para procesos que requieren múltiples salidas. Por ejemplo, la característica [SpreadsheetSplitter](./spreadsheetsplitter/) requiere múltiples destinos para guardar los archivos divididos. | +| [HtmlConverter](./htmlconverter/) | Convertidor para la conversión entre archivos html (html o mht) y otros formatos de archivo de hoja de cálculo. | +| [ImageConverter](./imageconverter/) | Convertidor para convertir archivos de plantilla a imágenes. | +| [JsonConverter](./jsonconverter/) | Convertidor para la conversión entre estructuras de datos json y otros formatos de archivo de hoja de cálculo. | +| [LowCodeHtmlSaveOptions](./lowcodehtmlsaveoptions/) | Opciones para guardar html de forma low code. | +| [LowCodeImageSaveOptions](./lowcodeimagesaveoptions/) | Opciones para guardar imágenes de forma low code. | +| [LowCodeLoadOptions](./lowcodeloadoptions/) | Opciones para cargar el archivo de plantilla. | +| [LowCodeMergeOptions](./lowcodemergeoptions/) | Opciones para combinar múltiples archivos de plantilla en uno. | +| [LowCodePdfSaveOptions](./lowcodepdfsaveoptions/) | Opciones para guardar pdf de forma low code. | +| [LowCodeSaveOptions](./lowcodesaveoptions/) | Opciones para guardar resultados generados de forma low code. | +| [LowCodeSaveOptionsProviderOfAssembling](./lowcodesaveoptionsproviderofassembling/) | Implementación para proporcionar opciones de guardado que guarden las partes divididas en archivos y la ruta del archivo resultante se nombre como (puede contener directorios): PathHeader+SheetPrefix+SheetIndex(o SheetName) +SplitPartPrefix+SplitPartIndex+PathTail. | +| [LowCodeSaveOptionsProviderOfPlaceHolders](./lowcodesaveoptionsproviderofplaceholders/) | Implementación para proporcionar opciones de guardado que guarden las partes divididas en archivos y la ruta del archivo resultante se defina con marcadores de posición. | +| [LowCodeSplitOptions](./lowcodesplitoptions/) | Opciones para dividir la hoja de cálculo. | +| [PdfConverter](./pdfconverter/) | Convertidor para convertir el archivo de plantilla a pdf. | +| [SplitPartInfo](./splitpartinfo/) | Representa la información de una entrada/salida para múltiples entradas/salidas, como la página actual que se debe renderizar al convertir una hoja de cálculo a imagen. | +| [SpreadsheetConverter](./spreadsheetconverter/) | Convertidor para la conversión entre diferentes formatos de archivo de hoja de cálculo, como xls, xlsx, xlsb, spreadsheet ml... | +| [SpreadsheetLocker](./spreadsheetlocker/) | API low code para bloquear el archivo de hoja de cálculo. | +| [SpreadsheetMerger](./spreadsheetmerger/) | Combina múltiples archivos de plantilla en uno. | +| [SpreadsheetSplitter](./spreadsheetsplitter/) | Divide el archivo de hoja de cálculo en múltiples partes. | +| [TextConverter](./textconverter/) | Convertidor para la conversión entre formatos basados en texto (csv, tsv, dif...) y otros formatos de archivo de hoja de cálculo. | diff --git a/spanish/cpp/aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/_impl/_index.md b/spanish/cpp/aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/_impl/_index.md new file mode 100644 index 00000000000..90e848f2839 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::LowCode::AbstractLowCodeLoadOptionsProvider::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::AbstractLowCodeLoadOptionsProvider::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +AbstractLowCodeLoadOptionsProvider_Impl* Aspose::Cells::LowCode::AbstractLowCodeLoadOptionsProvider::_impl +``` + +## See Also + +* Class [AbstractLowCodeLoadOptionsProvider](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/_index.md b/spanish/cpp/aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/_index.md new file mode 100644 index 00000000000..b0b35824604 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/_index.md @@ -0,0 +1,44 @@ +--- +title: Aspose::Cells::LowCode::AbstractLowCodeLoadOptionsProvider class +linktitle: AbstractLowCodeLoadOptionsProvider +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::AbstractLowCodeLoadOptionsProvider class. Implementation to provide multiple load options for processes that use multiple inputs(such as template files) in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/ +--- +## AbstractLowCodeLoadOptionsProvider class + + +Implementation to provide multiple load options for processes that use multiple inputs(such as template files). + +```cpp +class AbstractLowCodeLoadOptionsProvider +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AbstractLowCodeLoadOptionsProvider(AbstractLowCodeLoadOptionsProvider_Impl* impl)](./abstractlowcodeloadoptionsprovider/) | Constructs from an implementation object. | +| [AbstractLowCodeLoadOptionsProvider(const AbstractLowCodeLoadOptionsProvider\& src)](./abstractlowcodeloadoptionsprovider/) | Copy constructor. | +| [Finish(const LowCodeLoadOptions\& part)](./finish/) | Releases resources after processing currently part of input. | +| virtual [GetCurrent()](./getcurrent/) | Gets the load options from which to load data of currently processed part. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| virtual [MoveNext()](./movenext/) | Checks whether there is more input. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const AbstractLowCodeLoadOptionsProvider\& src)](./operator_asm/) | operator= | +| [~AbstractLowCodeLoadOptionsProvider()](./~abstractlowcodeloadoptionsprovider/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## Remarks + + +For example, [SpreadsheetMerger](../spreadsheetmerger/) feature requires multiple template files to merge. +## See Also + +* Namespace [Aspose::Cells::LowCode](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/abstractlowcodeloadoptionsprovider/_index.md b/spanish/cpp/aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/abstractlowcodeloadoptionsprovider/_index.md new file mode 100644 index 00000000000..8146d10a9cc --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/abstractlowcodeloadoptionsprovider/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::LowCode::AbstractLowCodeLoadOptionsProvider::AbstractLowCodeLoadOptionsProvider constructor +linktitle: AbstractLowCodeLoadOptionsProvider +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::AbstractLowCodeLoadOptionsProvider::AbstractLowCodeLoadOptionsProvider constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/abstractlowcodeloadoptionsprovider/ +--- +## AbstractLowCodeLoadOptionsProvider::AbstractLowCodeLoadOptionsProvider(AbstractLowCodeLoadOptionsProvider_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::LowCode::AbstractLowCodeLoadOptionsProvider::AbstractLowCodeLoadOptionsProvider(AbstractLowCodeLoadOptionsProvider_Impl *impl) +``` + +## See Also + +* Class [AbstractLowCodeLoadOptionsProvider](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## AbstractLowCodeLoadOptionsProvider::AbstractLowCodeLoadOptionsProvider(const AbstractLowCodeLoadOptionsProvider\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::LowCode::AbstractLowCodeLoadOptionsProvider::AbstractLowCodeLoadOptionsProvider(const AbstractLowCodeLoadOptionsProvider &src) +``` + +## See Also + +* Class [AbstractLowCodeLoadOptionsProvider](../) +* Class [AbstractLowCodeLoadOptionsProvider](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/finish/_index.md b/spanish/cpp/aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/finish/_index.md new file mode 100644 index 00000000000..a97b11e0e75 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/finish/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::LowCode::AbstractLowCodeLoadOptionsProvider::Finish method +linktitle: Finish +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::AbstractLowCodeLoadOptionsProvider::Finish method. Releases resources after processing currently part of input in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/finish/ +--- +## AbstractLowCodeLoadOptionsProvider::Finish method + + +Releases resources after processing currently part of input. + +```cpp +void Aspose::Cells::LowCode::AbstractLowCodeLoadOptionsProvider::Finish(const LowCodeLoadOptions &part) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| part | const LowCodeLoadOptions\& | the load options used for currently split part. | +## Remarks + + + +By default this method just closes the stream specified by the LowCodeLoadOptions.InputStream directly(if the load options +specified a Stream as source). User may overwrite this method to control how to release resources according to their requirement and the implementation of Current. +## See Also + +* Class [LowCodeLoadOptions](../../lowcodeloadoptions/) +* Class [AbstractLowCodeLoadOptionsProvider](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/getcurrent/_index.md b/spanish/cpp/aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/getcurrent/_index.md new file mode 100644 index 00000000000..3230aa2af64 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/getcurrent/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::LowCode::AbstractLowCodeLoadOptionsProvider::GetCurrent method +linktitle: GetCurrent +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::AbstractLowCodeLoadOptionsProvider::GetCurrent method. Gets the load options from which to load data of currently processed part in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/getcurrent/ +--- +## AbstractLowCodeLoadOptionsProvider::GetCurrent method + + +Gets the load options from which to load data of currently processed part. + +```cpp +virtual LowCodeLoadOptions Aspose::Cells::LowCode::AbstractLowCodeLoadOptionsProvider::GetCurrent() +``` + +## See Also + +* Class [LowCodeLoadOptions](../../lowcodeloadoptions/) +* Class [AbstractLowCodeLoadOptionsProvider](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/isnull/_index.md b/spanish/cpp/aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/isnull/_index.md new file mode 100644 index 00000000000..96b57a0af5c --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/isnull/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::LowCode::AbstractLowCodeLoadOptionsProvider::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::AbstractLowCodeLoadOptionsProvider::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/isnull/ +--- +## AbstractLowCodeLoadOptionsProvider::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::LowCode::AbstractLowCodeLoadOptionsProvider::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [AbstractLowCodeLoadOptionsProvider](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/movenext/_index.md b/spanish/cpp/aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/movenext/_index.md new file mode 100644 index 00000000000..309f2e7a6fd --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/movenext/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::LowCode::AbstractLowCodeLoadOptionsProvider::MoveNext method +linktitle: MoveNext +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::AbstractLowCodeLoadOptionsProvider::MoveNext method. Checks whether there is more input in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/movenext/ +--- +## AbstractLowCodeLoadOptionsProvider::MoveNext method + + +Checks whether there is more input. + +```cpp +virtual bool Aspose::Cells::LowCode::AbstractLowCodeLoadOptionsProvider::MoveNext() +``` + +## See Also + +* Class [AbstractLowCodeLoadOptionsProvider](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/operator_asm/_index.md b/spanish/cpp/aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/operator_asm/_index.md new file mode 100644 index 00000000000..ed7c87f41e5 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/operator_asm/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::LowCode::AbstractLowCodeLoadOptionsProvider::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::AbstractLowCodeLoadOptionsProvider::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/operator_asm/ +--- +## AbstractLowCodeLoadOptionsProvider::operator= method + + +operator= + +```cpp +AbstractLowCodeLoadOptionsProvider & Aspose::Cells::LowCode::AbstractLowCodeLoadOptionsProvider::operator=(const AbstractLowCodeLoadOptionsProvider &src) +``` + +## See Also + +* Class [AbstractLowCodeLoadOptionsProvider](../) +* Class [AbstractLowCodeLoadOptionsProvider](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/operator_bool/_index.md b/spanish/cpp/aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/operator_bool/_index.md new file mode 100644 index 00000000000..8a4d7113592 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::LowCode::AbstractLowCodeLoadOptionsProvider::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::AbstractLowCodeLoadOptionsProvider::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/operator_bool/ +--- +## AbstractLowCodeLoadOptionsProvider::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::LowCode::AbstractLowCodeLoadOptionsProvider::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [AbstractLowCodeLoadOptionsProvider](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/~abstractlowcodeloadoptionsprovider/_index.md b/spanish/cpp/aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/~abstractlowcodeloadoptionsprovider/_index.md new file mode 100644 index 00000000000..4bdbebb845f --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/~abstractlowcodeloadoptionsprovider/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::LowCode::AbstractLowCodeLoadOptionsProvider::~AbstractLowCodeLoadOptionsProvider method +linktitle: ~AbstractLowCodeLoadOptionsProvider +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::AbstractLowCodeLoadOptionsProvider::~AbstractLowCodeLoadOptionsProvider method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/~abstractlowcodeloadoptionsprovider/ +--- +## AbstractLowCodeLoadOptionsProvider::~AbstractLowCodeLoadOptionsProvider method + + +Destructor. + +```cpp +Aspose::Cells::LowCode::AbstractLowCodeLoadOptionsProvider::~AbstractLowCodeLoadOptionsProvider() +``` + +## See Also + +* Class [AbstractLowCodeLoadOptionsProvider](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/_impl/_index.md b/spanish/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/_impl/_index.md new file mode 100644 index 00000000000..0885dad885c --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::LowCode::AbstractLowCodeProtectionProvider::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::AbstractLowCodeProtectionProvider::_impl field. The implementation object in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +AbstractLowCodeProtectionProvider_Impl* Aspose::Cells::LowCode::AbstractLowCodeProtectionProvider::_impl +``` + +## See Also + +* Class [AbstractLowCodeProtectionProvider](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/_index.md b/spanish/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/_index.md new file mode 100644 index 00000000000..86ca6212b71 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/_index.md @@ -0,0 +1,46 @@ +--- +title: Aspose::Cells::LowCode::AbstractLowCodeProtectionProvider class +linktitle: AbstractLowCodeProtectionProvider +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::AbstractLowCodeProtectionProvider class. Implementation to provide protection settings in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/ +--- +## AbstractLowCodeProtectionProvider class + + +Implementation to provide protection settings. + +```cpp +class AbstractLowCodeProtectionProvider +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AbstractLowCodeProtectionProvider()](./abstractlowcodeprotectionprovider/) | Default constructor. | +| [AbstractLowCodeProtectionProvider(AbstractLowCodeProtectionProvider_Impl* impl)](./abstractlowcodeprotectionprovider/) | Constructs from an implementation object. | +| [AbstractLowCodeProtectionProvider(const AbstractLowCodeProtectionProvider\& src)](./abstractlowcodeprotectionprovider/) | Copy constructor. | +| [GetOpenPassword()](./getopenpassword/) | Gets the password to open spread sheet file. | +| [GetWorkbookPassword()](./getworkbookpassword/) | Gets the password to protect the workbook with specified protection type. | +| [GetWorkbookProtectionType()](./getworkbookprotectiontype/) | Gets the protection type to protect the workbook. | +| [GetWorksheetPassword(const U16String\& sheetName)](./getworksheetpassword/) | Gets the password to protect the specified worksheet. | +| [GetWorksheetPassword(const char16_t* sheetName)](./getworksheetpassword/) | Gets the password to protect the specified worksheet. | +| [GetWorksheetProtectionType(const U16String\& sheetName)](./getworksheetprotectiontype/) | Gets the protection type to protect the specified worksheet. | +| [GetWorksheetProtectionType(const char16_t* sheetName)](./getworksheetprotectiontype/) | Gets the protection type to protect the specified worksheet. | +| [GetWritePassword()](./getwritepassword/) | Gets the password to modify spread sheet file. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const AbstractLowCodeProtectionProvider\& src)](./operator_asm/) | operator= | +| [~AbstractLowCodeProtectionProvider()](./~abstractlowcodeprotectionprovider/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::LowCode](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/abstractlowcodeprotectionprovider/_index.md b/spanish/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/abstractlowcodeprotectionprovider/_index.md new file mode 100644 index 00000000000..243d7382da8 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/abstractlowcodeprotectionprovider/_index.md @@ -0,0 +1,52 @@ +--- +title: Aspose::Cells::LowCode::AbstractLowCodeProtectionProvider::AbstractLowCodeProtectionProvider constructor +linktitle: AbstractLowCodeProtectionProvider +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::AbstractLowCodeProtectionProvider::AbstractLowCodeProtectionProvider constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/abstractlowcodeprotectionprovider/ +--- +## AbstractLowCodeProtectionProvider::AbstractLowCodeProtectionProvider() constructor + + +Default constructor. + +```cpp +Aspose::Cells::LowCode::AbstractLowCodeProtectionProvider::AbstractLowCodeProtectionProvider() +``` + +## See Also + +* Class [AbstractLowCodeProtectionProvider](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## AbstractLowCodeProtectionProvider::AbstractLowCodeProtectionProvider(AbstractLowCodeProtectionProvider_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::LowCode::AbstractLowCodeProtectionProvider::AbstractLowCodeProtectionProvider(AbstractLowCodeProtectionProvider_Impl *impl) +``` + +## See Also + +* Class [AbstractLowCodeProtectionProvider](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## AbstractLowCodeProtectionProvider::AbstractLowCodeProtectionProvider(const AbstractLowCodeProtectionProvider\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::LowCode::AbstractLowCodeProtectionProvider::AbstractLowCodeProtectionProvider(const AbstractLowCodeProtectionProvider &src) +``` + +## See Also + +* Class [AbstractLowCodeProtectionProvider](../) +* Class [AbstractLowCodeProtectionProvider](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/getopenpassword/_index.md b/spanish/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/getopenpassword/_index.md new file mode 100644 index 00000000000..f79825ac478 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/getopenpassword/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::LowCode::AbstractLowCodeProtectionProvider::GetOpenPassword method +linktitle: GetOpenPassword +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::AbstractLowCodeProtectionProvider::GetOpenPassword method. Gets the password to open spread sheet file in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/getopenpassword/ +--- +## AbstractLowCodeProtectionProvider::GetOpenPassword method + + +Gets the password to open spread sheet file. + +```cpp +U16String Aspose::Cells::LowCode::AbstractLowCodeProtectionProvider::GetOpenPassword() +``` + + +## ReturnValue + +Password to open spread sheet file. Empty means no protection for openning the filel. + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [AbstractLowCodeProtectionProvider](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/getworkbookpassword/_index.md b/spanish/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/getworkbookpassword/_index.md new file mode 100644 index 00000000000..5715f3b5e22 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/getworkbookpassword/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::LowCode::AbstractLowCodeProtectionProvider::GetWorkbookPassword method +linktitle: GetWorkbookPassword +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::AbstractLowCodeProtectionProvider::GetWorkbookPassword method. Gets the password to protect the workbook with specified protection type in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/getworkbookpassword/ +--- +## AbstractLowCodeProtectionProvider::GetWorkbookPassword method + + +Gets the password to protect the workbook with specified protection type. + +```cpp +U16String Aspose::Cells::LowCode::AbstractLowCodeProtectionProvider::GetWorkbookPassword() +``` + + +## ReturnValue + +Password to protect the workbook. + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [AbstractLowCodeProtectionProvider](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/getworkbookprotectiontype/_index.md b/spanish/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/getworkbookprotectiontype/_index.md new file mode 100644 index 00000000000..1dfcf72affe --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/getworkbookprotectiontype/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::LowCode::AbstractLowCodeProtectionProvider::GetWorkbookProtectionType method +linktitle: GetWorkbookProtectionType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::AbstractLowCodeProtectionProvider::GetWorkbookProtectionType method. Gets the protection type to protect the workbook in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/getworkbookprotectiontype/ +--- +## AbstractLowCodeProtectionProvider::GetWorkbookProtectionType method + + +Gets the protection type to protect the workbook. + +```cpp +ProtectionType Aspose::Cells::LowCode::AbstractLowCodeProtectionProvider::GetWorkbookProtectionType() +``` + + +## ReturnValue + +[Protection](../../../aspose.cells/protection/) type to protect the workbook. [ProtectionType.None](../../../aspose.cells/protectiontype/) means no protection for the workbook. + +## See Also + +* Enum [ProtectionType](../../../aspose.cells/protectiontype/) +* Class [AbstractLowCodeProtectionProvider](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/getworksheetpassword/_index.md b/spanish/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/getworksheetpassword/_index.md new file mode 100644 index 00000000000..09f70a0cd37 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/getworksheetpassword/_index.md @@ -0,0 +1,49 @@ +--- +title: Aspose::Cells::LowCode::AbstractLowCodeProtectionProvider::GetWorksheetPassword method +linktitle: GetWorksheetPassword +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::AbstractLowCodeProtectionProvider::GetWorksheetPassword method. Gets the password to protect the specified worksheet in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/getworksheetpassword/ +--- +## AbstractLowCodeProtectionProvider::GetWorksheetPassword(const U16String\&) method + + +Gets the password to protect the specified worksheet. + +```cpp +U16String Aspose::Cells::LowCode::AbstractLowCodeProtectionProvider::GetWorksheetPassword(const U16String &sheetName) +``` + + +## ReturnValue + +Password to protect the specified worksheet. + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [AbstractLowCodeProtectionProvider](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## AbstractLowCodeProtectionProvider::GetWorksheetPassword(const char16_t*) method + + +Gets the password to protect the specified worksheet. + +```cpp +U16String Aspose::Cells::LowCode::AbstractLowCodeProtectionProvider::GetWorksheetPassword(const char16_t *sheetName) +``` + + +## ReturnValue + +Password to protect the specified worksheet. + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [AbstractLowCodeProtectionProvider](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/getworksheetprotectiontype/_index.md b/spanish/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/getworksheetprotectiontype/_index.md new file mode 100644 index 00000000000..28eff90e9be --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/getworksheetprotectiontype/_index.md @@ -0,0 +1,50 @@ +--- +title: Aspose::Cells::LowCode::AbstractLowCodeProtectionProvider::GetWorksheetProtectionType method +linktitle: GetWorksheetProtectionType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::AbstractLowCodeProtectionProvider::GetWorksheetProtectionType method. Gets the protection type to protect the specified worksheet in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/getworksheetprotectiontype/ +--- +## AbstractLowCodeProtectionProvider::GetWorksheetProtectionType(const U16String\&) method + + +Gets the protection type to protect the specified worksheet. + +```cpp +ProtectionType Aspose::Cells::LowCode::AbstractLowCodeProtectionProvider::GetWorksheetProtectionType(const U16String &sheetName) +``` + + +## ReturnValue + +[Protection](../../../aspose.cells/protection/) type to protect the specified worksheet. [ProtectionType.None](../../../aspose.cells/protectiontype/) means no protection for the worksheet. + +## See Also + +* Enum [ProtectionType](../../../aspose.cells/protectiontype/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [AbstractLowCodeProtectionProvider](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## AbstractLowCodeProtectionProvider::GetWorksheetProtectionType(const char16_t*) method + + +Gets the protection type to protect the specified worksheet. + +```cpp +ProtectionType Aspose::Cells::LowCode::AbstractLowCodeProtectionProvider::GetWorksheetProtectionType(const char16_t *sheetName) +``` + + +## ReturnValue + +[Protection](../../../aspose.cells/protection/) type to protect the specified worksheet. [ProtectionType.None](../../../aspose.cells/protectiontype/) means no protection for the worksheet. + +## See Also + +* Enum [ProtectionType](../../../aspose.cells/protectiontype/) +* Class [AbstractLowCodeProtectionProvider](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/getwritepassword/_index.md b/spanish/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/getwritepassword/_index.md new file mode 100644 index 00000000000..2aea4771fb5 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/getwritepassword/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::LowCode::AbstractLowCodeProtectionProvider::GetWritePassword method +linktitle: GetWritePassword +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::AbstractLowCodeProtectionProvider::GetWritePassword method. Gets the password to modify spread sheet file in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/getwritepassword/ +--- +## AbstractLowCodeProtectionProvider::GetWritePassword method + + +Gets the password to modify spread sheet file. + +```cpp +U16String Aspose::Cells::LowCode::AbstractLowCodeProtectionProvider::GetWritePassword() +``` + + +## ReturnValue + +Password to modify the spread sheet file. Empty means no protection for modifying the file. + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [AbstractLowCodeProtectionProvider](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/isnull/_index.md b/spanish/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/isnull/_index.md new file mode 100644 index 00000000000..cc0a48eb76d --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/isnull/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::LowCode::AbstractLowCodeProtectionProvider::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::AbstractLowCodeProtectionProvider::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/isnull/ +--- +## AbstractLowCodeProtectionProvider::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::LowCode::AbstractLowCodeProtectionProvider::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [AbstractLowCodeProtectionProvider](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/operator_asm/_index.md b/spanish/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/operator_asm/_index.md new file mode 100644 index 00000000000..832584acf43 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/operator_asm/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::LowCode::AbstractLowCodeProtectionProvider::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::AbstractLowCodeProtectionProvider::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/operator_asm/ +--- +## AbstractLowCodeProtectionProvider::operator= method + + +operator= + +```cpp +AbstractLowCodeProtectionProvider & Aspose::Cells::LowCode::AbstractLowCodeProtectionProvider::operator=(const AbstractLowCodeProtectionProvider &src) +``` + +## See Also + +* Class [AbstractLowCodeProtectionProvider](../) +* Class [AbstractLowCodeProtectionProvider](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/operator_bool/_index.md b/spanish/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/operator_bool/_index.md new file mode 100644 index 00000000000..73a2a2c5c1c --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::LowCode::AbstractLowCodeProtectionProvider::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::AbstractLowCodeProtectionProvider::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/operator_bool/ +--- +## AbstractLowCodeProtectionProvider::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::LowCode::AbstractLowCodeProtectionProvider::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [AbstractLowCodeProtectionProvider](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/~abstractlowcodeprotectionprovider/_index.md b/spanish/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/~abstractlowcodeprotectionprovider/_index.md new file mode 100644 index 00000000000..e309330ce87 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/~abstractlowcodeprotectionprovider/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::LowCode::AbstractLowCodeProtectionProvider::~AbstractLowCodeProtectionProvider method +linktitle: ~AbstractLowCodeProtectionProvider +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::AbstractLowCodeProtectionProvider::~AbstractLowCodeProtectionProvider method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.lowcode/abstractlowcodeprotectionprovider/~abstractlowcodeprotectionprovider/ +--- +## AbstractLowCodeProtectionProvider::~AbstractLowCodeProtectionProvider method + + +Destructor. + +```cpp +Aspose::Cells::LowCode::AbstractLowCodeProtectionProvider::~AbstractLowCodeProtectionProvider() +``` + +## See Also + +* Class [AbstractLowCodeProtectionProvider](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/abstractlowcodesaveoptionsprovider/_impl/_index.md b/spanish/cpp/aspose.cells.lowcode/abstractlowcodesaveoptionsprovider/_impl/_index.md new file mode 100644 index 00000000000..c72ca180001 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/abstractlowcodesaveoptionsprovider/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::LowCode::AbstractLowCodeSaveOptionsProvider::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::AbstractLowCodeSaveOptionsProvider::_impl field. The implementation object in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.lowcode/abstractlowcodesaveoptionsprovider/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +AbstractLowCodeSaveOptionsProvider_Impl* Aspose::Cells::LowCode::AbstractLowCodeSaveOptionsProvider::_impl +``` + +## See Also + +* Class [AbstractLowCodeSaveOptionsProvider](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/abstractlowcodesaveoptionsprovider/_index.md b/spanish/cpp/aspose.cells.lowcode/abstractlowcodesaveoptionsprovider/_index.md new file mode 100644 index 00000000000..c9127fafbf3 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/abstractlowcodesaveoptionsprovider/_index.md @@ -0,0 +1,39 @@ +--- +title: Aspose::Cells::LowCode::AbstractLowCodeSaveOptionsProvider class +linktitle: AbstractLowCodeSaveOptionsProvider +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::AbstractLowCodeSaveOptionsProvider class. Implementation to provide multiple save options for processes that require multiple outputs. For example, SpreadsheetSplitter feature requires multiple destinations to save the split files in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.lowcode/abstractlowcodesaveoptionsprovider/ +--- +## AbstractLowCodeSaveOptionsProvider class + + +Implementation to provide multiple save options for processes that require multiple outputs. For example, [SpreadsheetSplitter](../spreadsheetsplitter/) feature requires multiple destinations to save the split files. + +```cpp +class AbstractLowCodeSaveOptionsProvider +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AbstractLowCodeSaveOptionsProvider(AbstractLowCodeSaveOptionsProvider_Impl* impl)](./abstractlowcodesaveoptionsprovider/) | Constructs from an implementation object. | +| [AbstractLowCodeSaveOptionsProvider(const AbstractLowCodeSaveOptionsProvider\& src)](./abstractlowcodesaveoptionsprovider/) | Copy constructor. | +| [Finish(const LowCodeSaveOptions\& part)](./finish/) | Releases resources after processing currently split part. | +| virtual [GetSaveOptions(const SplitPartInfo\& part)](./getsaveoptions/) | Gets the save options from which to get the output settings for currently split part. Returning null denotes to skip given part. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const AbstractLowCodeSaveOptionsProvider\& src)](./operator_asm/) | operator= | +| [~AbstractLowCodeSaveOptionsProvider()](./~abstractlowcodesaveoptionsprovider/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::LowCode](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.lowcode/abstractlowcodesaveoptionsprovider/abstractlowcodesaveoptionsprovider/_index.md b/spanish/cpp/aspose.cells.lowcode/abstractlowcodesaveoptionsprovider/abstractlowcodesaveoptionsprovider/_index.md new file mode 100644 index 00000000000..3c0060fca19 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/abstractlowcodesaveoptionsprovider/abstractlowcodesaveoptionsprovider/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::LowCode::AbstractLowCodeSaveOptionsProvider::AbstractLowCodeSaveOptionsProvider constructor +linktitle: AbstractLowCodeSaveOptionsProvider +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::AbstractLowCodeSaveOptionsProvider::AbstractLowCodeSaveOptionsProvider constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.lowcode/abstractlowcodesaveoptionsprovider/abstractlowcodesaveoptionsprovider/ +--- +## AbstractLowCodeSaveOptionsProvider::AbstractLowCodeSaveOptionsProvider(AbstractLowCodeSaveOptionsProvider_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::LowCode::AbstractLowCodeSaveOptionsProvider::AbstractLowCodeSaveOptionsProvider(AbstractLowCodeSaveOptionsProvider_Impl *impl) +``` + +## See Also + +* Class [AbstractLowCodeSaveOptionsProvider](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## AbstractLowCodeSaveOptionsProvider::AbstractLowCodeSaveOptionsProvider(const AbstractLowCodeSaveOptionsProvider\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::LowCode::AbstractLowCodeSaveOptionsProvider::AbstractLowCodeSaveOptionsProvider(const AbstractLowCodeSaveOptionsProvider &src) +``` + +## See Also + +* Class [AbstractLowCodeSaveOptionsProvider](../) +* Class [AbstractLowCodeSaveOptionsProvider](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/abstractlowcodesaveoptionsprovider/finish/_index.md b/spanish/cpp/aspose.cells.lowcode/abstractlowcodesaveoptionsprovider/finish/_index.md new file mode 100644 index 00000000000..98c9a4f1d00 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/abstractlowcodesaveoptionsprovider/finish/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::LowCode::AbstractLowCodeSaveOptionsProvider::Finish method +linktitle: Finish +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::AbstractLowCodeSaveOptionsProvider::Finish method. Releases resources after processing currently split part in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.lowcode/abstractlowcodesaveoptionsprovider/finish/ +--- +## AbstractLowCodeSaveOptionsProvider::Finish method + + +Releases resources after processing currently split part. + +```cpp +void Aspose::Cells::LowCode::AbstractLowCodeSaveOptionsProvider::Finish(const LowCodeSaveOptions &part) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| part | const LowCodeSaveOptions\& | the save options used for currently split part. | +## Remarks + + + +By default this method just closes the stream specified by the LowCodeSaveOptions.OutputStream directly(if the save options +specified a Stream as destination). User may overwrite this method to control how to release resources according to their requirement and the implementation of GetSaveOptions(SplitPartInfo). +## See Also + +* Class [LowCodeSaveOptions](../../lowcodesaveoptions/) +* Class [AbstractLowCodeSaveOptionsProvider](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/abstractlowcodesaveoptionsprovider/getsaveoptions/_index.md b/spanish/cpp/aspose.cells.lowcode/abstractlowcodesaveoptionsprovider/getsaveoptions/_index.md new file mode 100644 index 00000000000..59439c11a10 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/abstractlowcodesaveoptionsprovider/getsaveoptions/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::LowCode::AbstractLowCodeSaveOptionsProvider::GetSaveOptions method +linktitle: GetSaveOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::AbstractLowCodeSaveOptionsProvider::GetSaveOptions method. Gets the save options from which to get the output settings for currently split part. Returning null denotes to skip given part in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.lowcode/abstractlowcodesaveoptionsprovider/getsaveoptions/ +--- +## AbstractLowCodeSaveOptionsProvider::GetSaveOptions method + + +Gets the save options from which to get the output settings for currently split part. Returning null denotes to skip given part. + +```cpp +virtual LowCodeSaveOptions Aspose::Cells::LowCode::AbstractLowCodeSaveOptionsProvider::GetSaveOptions(const SplitPartInfo &part) +``` + +## See Also + +* Class [LowCodeSaveOptions](../../lowcodesaveoptions/) +* Class [SplitPartInfo](../../splitpartinfo/) +* Class [AbstractLowCodeSaveOptionsProvider](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/abstractlowcodesaveoptionsprovider/isnull/_index.md b/spanish/cpp/aspose.cells.lowcode/abstractlowcodesaveoptionsprovider/isnull/_index.md new file mode 100644 index 00000000000..9334ef0e40d --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/abstractlowcodesaveoptionsprovider/isnull/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::LowCode::AbstractLowCodeSaveOptionsProvider::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::AbstractLowCodeSaveOptionsProvider::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.lowcode/abstractlowcodesaveoptionsprovider/isnull/ +--- +## AbstractLowCodeSaveOptionsProvider::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::LowCode::AbstractLowCodeSaveOptionsProvider::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [AbstractLowCodeSaveOptionsProvider](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/abstractlowcodesaveoptionsprovider/operator_asm/_index.md b/spanish/cpp/aspose.cells.lowcode/abstractlowcodesaveoptionsprovider/operator_asm/_index.md new file mode 100644 index 00000000000..3f029c183da --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/abstractlowcodesaveoptionsprovider/operator_asm/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::LowCode::AbstractLowCodeSaveOptionsProvider::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::AbstractLowCodeSaveOptionsProvider::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.lowcode/abstractlowcodesaveoptionsprovider/operator_asm/ +--- +## AbstractLowCodeSaveOptionsProvider::operator= method + + +operator= + +```cpp +AbstractLowCodeSaveOptionsProvider & Aspose::Cells::LowCode::AbstractLowCodeSaveOptionsProvider::operator=(const AbstractLowCodeSaveOptionsProvider &src) +``` + +## See Also + +* Class [AbstractLowCodeSaveOptionsProvider](../) +* Class [AbstractLowCodeSaveOptionsProvider](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/abstractlowcodesaveoptionsprovider/operator_bool/_index.md b/spanish/cpp/aspose.cells.lowcode/abstractlowcodesaveoptionsprovider/operator_bool/_index.md new file mode 100644 index 00000000000..d76812b40b8 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/abstractlowcodesaveoptionsprovider/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::LowCode::AbstractLowCodeSaveOptionsProvider::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::AbstractLowCodeSaveOptionsProvider::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.lowcode/abstractlowcodesaveoptionsprovider/operator_bool/ +--- +## AbstractLowCodeSaveOptionsProvider::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::LowCode::AbstractLowCodeSaveOptionsProvider::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [AbstractLowCodeSaveOptionsProvider](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/abstractlowcodesaveoptionsprovider/~abstractlowcodesaveoptionsprovider/_index.md b/spanish/cpp/aspose.cells.lowcode/abstractlowcodesaveoptionsprovider/~abstractlowcodesaveoptionsprovider/_index.md new file mode 100644 index 00000000000..2a95d14650e --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/abstractlowcodesaveoptionsprovider/~abstractlowcodesaveoptionsprovider/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::LowCode::AbstractLowCodeSaveOptionsProvider::~AbstractLowCodeSaveOptionsProvider method +linktitle: ~AbstractLowCodeSaveOptionsProvider +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::AbstractLowCodeSaveOptionsProvider::~AbstractLowCodeSaveOptionsProvider method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.lowcode/abstractlowcodesaveoptionsprovider/~abstractlowcodesaveoptionsprovider/ +--- +## AbstractLowCodeSaveOptionsProvider::~AbstractLowCodeSaveOptionsProvider method + + +Destructor. + +```cpp +Aspose::Cells::LowCode::AbstractLowCodeSaveOptionsProvider::~AbstractLowCodeSaveOptionsProvider() +``` + +## See Also + +* Class [AbstractLowCodeSaveOptionsProvider](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/htmlconverter/_impl/_index.md b/spanish/cpp/aspose.cells.lowcode/htmlconverter/_impl/_index.md new file mode 100644 index 00000000000..75f676f47bf --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/htmlconverter/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::LowCode::HtmlConverter::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::HtmlConverter::_impl field. The implementation object in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.lowcode/htmlconverter/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +HtmlConverter_Impl* Aspose::Cells::LowCode::HtmlConverter::_impl +``` + +## See Also + +* Class [HtmlConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/htmlconverter/_index.md b/spanish/cpp/aspose.cells.lowcode/htmlconverter/_index.md new file mode 100644 index 00000000000..0833877ce5e --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/htmlconverter/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::LowCode::HtmlConverter class +linktitle: HtmlConverter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::HtmlConverter class. Converter for conversion between html files(html or mht) and other spreadsheet file formats in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.lowcode/htmlconverter/ +--- +## HtmlConverter class + + +Converter for conversion between html files(html or mht) and other spreadsheet file formats. + +```cpp +class HtmlConverter +``` + +## Methods + +| Method | Description | +| --- | --- | +| [HtmlConverter(HtmlConverter_Impl* impl)](./htmlconverter/) | Constructs from an implementation object. | +| [HtmlConverter(const HtmlConverter\& src)](./htmlconverter/) | Copy constructor. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const HtmlConverter\& src)](./operator_asm/) | operator= | +| static [Process(const U16String\& templateFile, const U16String\& resultFile)](./process/) | Converts given template file between html and other formats. | +| static [Process(const char16_t* templateFile, const char16_t* resultFile)](./process/) | Converts given template file between html and other formats. | +| static [Process(const LowCodeLoadOptions\& loadOptions, const LowCodeSaveOptions\& saveOptions)](./process/) | Converts file between html and other spreadsheet file formats. | +| [~HtmlConverter()](./~htmlconverter/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +HtmlConverter::Process(u"Template.xlsx", u"res.html"); +``` + +## See Also + +* Namespace [Aspose::Cells::LowCode](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.lowcode/htmlconverter/htmlconverter/_index.md b/spanish/cpp/aspose.cells.lowcode/htmlconverter/htmlconverter/_index.md new file mode 100644 index 00000000000..7fae832c636 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/htmlconverter/htmlconverter/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::LowCode::HtmlConverter::HtmlConverter constructor +linktitle: HtmlConverter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::HtmlConverter::HtmlConverter constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.lowcode/htmlconverter/htmlconverter/ +--- +## HtmlConverter::HtmlConverter(HtmlConverter_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::LowCode::HtmlConverter::HtmlConverter(HtmlConverter_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [HtmlConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## HtmlConverter::HtmlConverter(const HtmlConverter\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::LowCode::HtmlConverter::HtmlConverter(const HtmlConverter &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [HtmlConverter](../) +* Class [HtmlConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/htmlconverter/isnull/_index.md b/spanish/cpp/aspose.cells.lowcode/htmlconverter/isnull/_index.md new file mode 100644 index 00000000000..3edb8ea4460 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/htmlconverter/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::LowCode::HtmlConverter::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::HtmlConverter::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.lowcode/htmlconverter/isnull/ +--- +## HtmlConverter::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::LowCode::HtmlConverter::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [HtmlConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/htmlconverter/operator_asm/_index.md b/spanish/cpp/aspose.cells.lowcode/htmlconverter/operator_asm/_index.md new file mode 100644 index 00000000000..4dc7f523032 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/htmlconverter/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::LowCode::HtmlConverter::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::HtmlConverter::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.lowcode/htmlconverter/operator_asm/ +--- +## HtmlConverter::operator= method + + +operator= + +```cpp +HtmlConverter & Aspose::Cells::LowCode::HtmlConverter::operator=(const HtmlConverter &src) +``` + +## See Also + +* Class [HtmlConverter](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [HtmlConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/htmlconverter/operator_bool/_index.md b/spanish/cpp/aspose.cells.lowcode/htmlconverter/operator_bool/_index.md new file mode 100644 index 00000000000..1bfc490e8c2 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/htmlconverter/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::LowCode::HtmlConverter::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::HtmlConverter::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.lowcode/htmlconverter/operator_bool/ +--- +## HtmlConverter::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::LowCode::HtmlConverter::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [HtmlConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/htmlconverter/process/_index.md b/spanish/cpp/aspose.cells.lowcode/htmlconverter/process/_index.md new file mode 100644 index 00000000000..0ca7e029ac5 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/htmlconverter/process/_index.md @@ -0,0 +1,75 @@ +--- +title: Aspose::Cells::LowCode::HtmlConverter::Process method +linktitle: Process +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::HtmlConverter::Process method. Converts given template file between html and other formats in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.lowcode/htmlconverter/process/ +--- +## HtmlConverter::Process(const U16String\&, const U16String\&) method + + +Converts given template file between html and other formats. + +```cpp +static void Aspose::Cells::LowCode::HtmlConverter::Process(const U16String &templateFile, const U16String &resultFile) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| templateFile | const U16String\& | The template file to be converted | +| resultFile | const U16String\& | The resultant file | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [HtmlConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## HtmlConverter::Process(const char16_t*, const char16_t*) method + + +Converts given template file between html and other formats. + +```cpp +static void Aspose::Cells::LowCode::HtmlConverter::Process(const char16_t *templateFile, const char16_t *resultFile) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| templateFile | const char16_t* | The template file to be converted | +| resultFile | const char16_t* | The resultant file | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [HtmlConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## HtmlConverter::Process(const LowCodeLoadOptions\&, const LowCodeSaveOptions\&) method + + +Converts file between html and other spreadsheet file formats. + +```cpp +static void Aspose::Cells::LowCode::HtmlConverter::Process(const LowCodeLoadOptions &loadOptions, const LowCodeSaveOptions &saveOptions) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| loadOptions | const LowCodeLoadOptions\& | Options for input and loading | +| saveOptions | const LowCodeSaveOptions\& | Options for output and saving | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeLoadOptions](../../lowcodeloadoptions/) +* Class [LowCodeSaveOptions](../../lowcodesaveoptions/) +* Class [HtmlConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/htmlconverter/~htmlconverter/_index.md b/spanish/cpp/aspose.cells.lowcode/htmlconverter/~htmlconverter/_index.md new file mode 100644 index 00000000000..e28cc5c8acc --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/htmlconverter/~htmlconverter/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::LowCode::HtmlConverter::~HtmlConverter method +linktitle: ~HtmlConverter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::HtmlConverter::~HtmlConverter method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.lowcode/htmlconverter/~htmlconverter/ +--- +## HtmlConverter::~HtmlConverter method + + +Destructor. + +```cpp +Aspose::Cells::LowCode::HtmlConverter::~HtmlConverter() +``` + +## See Also + +* Class [HtmlConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/imageconverter/_impl/_index.md b/spanish/cpp/aspose.cells.lowcode/imageconverter/_impl/_index.md new file mode 100644 index 00000000000..bb8c0789dc3 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/imageconverter/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::LowCode::ImageConverter::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::ImageConverter::_impl field. The implementation object in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.lowcode/imageconverter/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ImageConverter_Impl* Aspose::Cells::LowCode::ImageConverter::_impl +``` + +## See Also + +* Class [ImageConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/imageconverter/_index.md b/spanish/cpp/aspose.cells.lowcode/imageconverter/_index.md new file mode 100644 index 00000000000..6ba269ef565 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/imageconverter/_index.md @@ -0,0 +1,49 @@ +--- +title: Aspose::Cells::LowCode::ImageConverter class +linktitle: ImageConverter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::ImageConverter class. Converter for converting template file to images in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.lowcode/imageconverter/ +--- +## ImageConverter class + + +Converter for converting template file to images. + +```cpp +class ImageConverter +``` + +## Methods + +| Method | Description | +| --- | --- | +| [ImageConverter(ImageConverter_Impl* impl)](./imageconverter/) | Constructs from an implementation object. | +| [ImageConverter(const ImageConverter\& src)](./imageconverter/) | Copy constructor. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ImageConverter\& src)](./operator_asm/) | operator= | +| static [Process(const U16String\& templateFile, const U16String\& resultFile)](./process/) | Converts template file to images. | +| static [Process(const char16_t* templateFile, const char16_t* resultFile)](./process/) | Converts template file to images. | +| static [Process(const LowCodeLoadOptions\& loadOptions, const LowCodeSaveOptions\& saveOptions)](./process/) | Converts template file to images. | +| static [Process(const LowCodeLoadOptions\& loadOptions, const LowCodeSaveOptions\& saveOptions, const AbstractLowCodeSaveOptionsProvider\& provider)](./process/) | Converts template file to images. | +| [~ImageConverter()](./~imageconverter/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +ImageConverter::Process(u"template.xlsx", u"res.png"); +``` + +## See Also + +* Namespace [Aspose::Cells::LowCode](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.lowcode/imageconverter/imageconverter/_index.md b/spanish/cpp/aspose.cells.lowcode/imageconverter/imageconverter/_index.md new file mode 100644 index 00000000000..bae3e5f6905 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/imageconverter/imageconverter/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::LowCode::ImageConverter::ImageConverter constructor +linktitle: ImageConverter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::ImageConverter::ImageConverter constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.lowcode/imageconverter/imageconverter/ +--- +## ImageConverter::ImageConverter(ImageConverter_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::LowCode::ImageConverter::ImageConverter(ImageConverter_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## ImageConverter::ImageConverter(const ImageConverter\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::LowCode::ImageConverter::ImageConverter(const ImageConverter &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageConverter](../) +* Class [ImageConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/imageconverter/isnull/_index.md b/spanish/cpp/aspose.cells.lowcode/imageconverter/isnull/_index.md new file mode 100644 index 00000000000..e93dee3cd2a --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/imageconverter/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::LowCode::ImageConverter::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::ImageConverter::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.lowcode/imageconverter/isnull/ +--- +## ImageConverter::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::LowCode::ImageConverter::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/imageconverter/operator_asm/_index.md b/spanish/cpp/aspose.cells.lowcode/imageconverter/operator_asm/_index.md new file mode 100644 index 00000000000..1066b815ca5 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/imageconverter/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::LowCode::ImageConverter::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::ImageConverter::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.lowcode/imageconverter/operator_asm/ +--- +## ImageConverter::operator= method + + +operator= + +```cpp +ImageConverter & Aspose::Cells::LowCode::ImageConverter::operator=(const ImageConverter &src) +``` + +## See Also + +* Class [ImageConverter](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/imageconverter/operator_bool/_index.md b/spanish/cpp/aspose.cells.lowcode/imageconverter/operator_bool/_index.md new file mode 100644 index 00000000000..5be67d33f6f --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/imageconverter/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::LowCode::ImageConverter::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::ImageConverter::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.lowcode/imageconverter/operator_bool/ +--- +## ImageConverter::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::LowCode::ImageConverter::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ImageConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/imageconverter/process/_index.md b/spanish/cpp/aspose.cells.lowcode/imageconverter/process/_index.md new file mode 100644 index 00000000000..2a3f2ac0615 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/imageconverter/process/_index.md @@ -0,0 +1,114 @@ +--- +title: Aspose::Cells::LowCode::ImageConverter::Process method +linktitle: Process +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::ImageConverter::Process method. Converts template file to images in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.lowcode/imageconverter/process/ +--- +## ImageConverter::Process(const U16String\&, const U16String\&) method + + +Converts template file to images. + +```cpp +static void Aspose::Cells::LowCode::ImageConverter::Process(const U16String &templateFile, const U16String &resultFile) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| templateFile | const U16String\& | The template file to be converted to images. | +| resultFile | const U16String\& | The resultant file(name pattern) for generated images. | +## Remarks + + + +The output files will be build from the specified result file by appending sequence number of the sheet and split part. For example, if the specified output file is Image.png, then the generated image files will be Image_0_0.png, Image_0_1.png, ..., Image_1_0.png, ... +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ImageConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## ImageConverter::Process(const char16_t*, const char16_t*) method + + +Converts template file to images. + +```cpp +static void Aspose::Cells::LowCode::ImageConverter::Process(const char16_t *templateFile, const char16_t *resultFile) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| templateFile | const char16_t* | The template file to be converted to images. | +| resultFile | const char16_t* | The resultant file(name pattern) for generated images. | +## Remarks + + + +The output files will be build from the specified result file by appending sequence number of the sheet and split part. For example, if the specified output file is Image.png, then the generated image files will be Image_0_0.png, Image_0_1.png, ..., Image_1_0.png, ... +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## ImageConverter::Process(const LowCodeLoadOptions\&, const LowCodeSaveOptions\&) method + + +Converts template file to images. + +```cpp +static void Aspose::Cells::LowCode::ImageConverter::Process(const LowCodeLoadOptions &loadOptions, const LowCodeSaveOptions &saveOptions) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| loadOptions | const LowCodeLoadOptions\& | Options for input and loading | +| saveOptions | const LowCodeSaveOptions\& | Options for output and saving | +## Remarks + + + +When converting to image of format that supports multiple pages(such as tiff), the specified LowCodeSaveOptions.OutputFile or LowCodeSaveOptions.OutputStream will be used directly for the resultant image. + + For other types of image, if the save options has specified Stream as output, then all resultant images will be saved to the same Stream. Otherwise, the output files will be build from the specified output file of the save options by appending sequence number of the sheet and split part. For example, if the specified output file is Image.png, then the generated image files will be Image_0_0.png, Image_0_1.png, ..., Image_1_0.png, ... +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeLoadOptions](../../lowcodeloadoptions/) +* Class [LowCodeSaveOptions](../../lowcodesaveoptions/) +* Class [ImageConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## ImageConverter::Process(const LowCodeLoadOptions\&, const LowCodeSaveOptions\&, const AbstractLowCodeSaveOptionsProvider\&) method + + +Converts template file to images. + +```cpp +static void Aspose::Cells::LowCode::ImageConverter::Process(const LowCodeLoadOptions &loadOptions, const LowCodeSaveOptions &saveOptions, const AbstractLowCodeSaveOptionsProvider &provider) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| loadOptions | const LowCodeLoadOptions\& | Options for input and loading | +| saveOptions | const LowCodeSaveOptions\& | Options for saving. Its output(LowCodeSaveOptions.OutputFile or LowCodeSaveOptions.OutputStream) takes no effect because all outputs will be specified by the "provider" parameter | +| provider | const AbstractLowCodeSaveOptionsProvider\& | Provider of save options for saving the generated images | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeLoadOptions](../../lowcodeloadoptions/) +* Class [LowCodeSaveOptions](../../lowcodesaveoptions/) +* Class [AbstractLowCodeSaveOptionsProvider](../../abstractlowcodesaveoptionsprovider/) +* Class [ImageConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/imageconverter/~imageconverter/_index.md b/spanish/cpp/aspose.cells.lowcode/imageconverter/~imageconverter/_index.md new file mode 100644 index 00000000000..018762ddec7 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/imageconverter/~imageconverter/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::LowCode::ImageConverter::~ImageConverter method +linktitle: ~ImageConverter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::ImageConverter::~ImageConverter method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.lowcode/imageconverter/~imageconverter/ +--- +## ImageConverter::~ImageConverter method + + +Destructor. + +```cpp +Aspose::Cells::LowCode::ImageConverter::~ImageConverter() +``` + +## See Also + +* Class [ImageConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/jsonconverter/_impl/_index.md b/spanish/cpp/aspose.cells.lowcode/jsonconverter/_impl/_index.md new file mode 100644 index 00000000000..d16ab10f70b --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/jsonconverter/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::LowCode::JsonConverter::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::JsonConverter::_impl field. The implementation object in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.lowcode/jsonconverter/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +JsonConverter_Impl* Aspose::Cells::LowCode::JsonConverter::_impl +``` + +## See Also + +* Class [JsonConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/jsonconverter/_index.md b/spanish/cpp/aspose.cells.lowcode/jsonconverter/_index.md new file mode 100644 index 00000000000..799165c3fdb --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/jsonconverter/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::LowCode::JsonConverter class +linktitle: JsonConverter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::JsonConverter class. Converter for conversion between json data structure and other spreadsheet file formats in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.lowcode/jsonconverter/ +--- +## JsonConverter class + + +Converter for conversion between json data structure and other spreadsheet file formats. + +```cpp +class JsonConverter +``` + +## Methods + +| Method | Description | +| --- | --- | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [JsonConverter(JsonConverter_Impl* impl)](./jsonconverter/) | Constructs from an implementation object. | +| [JsonConverter(const JsonConverter\& src)](./jsonconverter/) | Copy constructor. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const JsonConverter\& src)](./operator_asm/) | operator= | +| static [Process(const U16String\& templateFile, const U16String\& resultFile)](./process/) | Converts given template file between json and other formats. | +| static [Process(const char16_t* templateFile, const char16_t* resultFile)](./process/) | Converts given template file between json and other formats. | +| static [Process(const LowCodeLoadOptions\& loadOptions, const LowCodeSaveOptions\& saveOptions)](./process/) | Converts between json data and other spreadsheet file formats. | +| [~JsonConverter()](./~jsonconverter/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +JsonConverter::Process(u"data.json", u"res.xlsx"); +``` + +## See Also + +* Namespace [Aspose::Cells::LowCode](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.lowcode/jsonconverter/isnull/_index.md b/spanish/cpp/aspose.cells.lowcode/jsonconverter/isnull/_index.md new file mode 100644 index 00000000000..dee78874cf2 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/jsonconverter/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::LowCode::JsonConverter::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::JsonConverter::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.lowcode/jsonconverter/isnull/ +--- +## JsonConverter::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::LowCode::JsonConverter::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [JsonConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/jsonconverter/jsonconverter/_index.md b/spanish/cpp/aspose.cells.lowcode/jsonconverter/jsonconverter/_index.md new file mode 100644 index 00000000000..c3a9858b7be --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/jsonconverter/jsonconverter/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::LowCode::JsonConverter::JsonConverter constructor +linktitle: JsonConverter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::JsonConverter::JsonConverter constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.lowcode/jsonconverter/jsonconverter/ +--- +## JsonConverter::JsonConverter(JsonConverter_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::LowCode::JsonConverter::JsonConverter(JsonConverter_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [JsonConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## JsonConverter::JsonConverter(const JsonConverter\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::LowCode::JsonConverter::JsonConverter(const JsonConverter &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [JsonConverter](../) +* Class [JsonConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/jsonconverter/operator_asm/_index.md b/spanish/cpp/aspose.cells.lowcode/jsonconverter/operator_asm/_index.md new file mode 100644 index 00000000000..5ea1140feb4 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/jsonconverter/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::LowCode::JsonConverter::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::JsonConverter::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.lowcode/jsonconverter/operator_asm/ +--- +## JsonConverter::operator= method + + +operator= + +```cpp +JsonConverter & Aspose::Cells::LowCode::JsonConverter::operator=(const JsonConverter &src) +``` + +## See Also + +* Class [JsonConverter](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [JsonConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/jsonconverter/operator_bool/_index.md b/spanish/cpp/aspose.cells.lowcode/jsonconverter/operator_bool/_index.md new file mode 100644 index 00000000000..b5f8012dfc9 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/jsonconverter/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::LowCode::JsonConverter::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::JsonConverter::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.lowcode/jsonconverter/operator_bool/ +--- +## JsonConverter::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::LowCode::JsonConverter::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [JsonConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/jsonconverter/process/_index.md b/spanish/cpp/aspose.cells.lowcode/jsonconverter/process/_index.md new file mode 100644 index 00000000000..779df53cd5b --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/jsonconverter/process/_index.md @@ -0,0 +1,75 @@ +--- +title: Aspose::Cells::LowCode::JsonConverter::Process method +linktitle: Process +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::JsonConverter::Process method. Converts given template file between json and other formats in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.lowcode/jsonconverter/process/ +--- +## JsonConverter::Process(const U16String\&, const U16String\&) method + + +Converts given template file between json and other formats. + +```cpp +static void Aspose::Cells::LowCode::JsonConverter::Process(const U16String &templateFile, const U16String &resultFile) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| templateFile | const U16String\& | The template file to be converted | +| resultFile | const U16String\& | The resultant file | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [JsonConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## JsonConverter::Process(const char16_t*, const char16_t*) method + + +Converts given template file between json and other formats. + +```cpp +static void Aspose::Cells::LowCode::JsonConverter::Process(const char16_t *templateFile, const char16_t *resultFile) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| templateFile | const char16_t* | The template file to be converted | +| resultFile | const char16_t* | The resultant file | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [JsonConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## JsonConverter::Process(const LowCodeLoadOptions\&, const LowCodeSaveOptions\&) method + + +Converts between json data and other spreadsheet file formats. + +```cpp +static void Aspose::Cells::LowCode::JsonConverter::Process(const LowCodeLoadOptions &loadOptions, const LowCodeSaveOptions &saveOptions) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| loadOptions | const LowCodeLoadOptions\& | Options for input and loading | +| saveOptions | const LowCodeSaveOptions\& | Options for output and saving | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeLoadOptions](../../lowcodeloadoptions/) +* Class [LowCodeSaveOptions](../../lowcodesaveoptions/) +* Class [JsonConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/jsonconverter/~jsonconverter/_index.md b/spanish/cpp/aspose.cells.lowcode/jsonconverter/~jsonconverter/_index.md new file mode 100644 index 00000000000..ea2c3544ebd --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/jsonconverter/~jsonconverter/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::LowCode::JsonConverter::~JsonConverter method +linktitle: ~JsonConverter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::JsonConverter::~JsonConverter method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.lowcode/jsonconverter/~jsonconverter/ +--- +## JsonConverter::~JsonConverter method + + +Destructor. + +```cpp +Aspose::Cells::LowCode::JsonConverter::~JsonConverter() +``` + +## See Also + +* Class [JsonConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodehtmlsaveoptions/_impl/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodehtmlsaveoptions/_impl/_index.md new file mode 100644 index 00000000000..84ed7277946 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodehtmlsaveoptions/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::LowCode::LowCodeHtmlSaveOptions::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeHtmlSaveOptions::_impl field. The implementation object in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.lowcode/lowcodehtmlsaveoptions/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +LowCodeHtmlSaveOptions_Impl* Aspose::Cells::LowCode::LowCodeHtmlSaveOptions::_impl +``` + +## See Also + +* Class [LowCodeHtmlSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodehtmlsaveoptions/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodehtmlsaveoptions/_index.md new file mode 100644 index 00000000000..6554bac42e7 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodehtmlsaveoptions/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::LowCode::LowCodeHtmlSaveOptions class +linktitle: LowCodeHtmlSaveOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeHtmlSaveOptions class. Options for saving html in low code way in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.lowcode/lowcodehtmlsaveoptions/ +--- +## LowCodeHtmlSaveOptions class + + +Options for saving html in low code way. + +```cpp +class LowCodeHtmlSaveOptions : public Aspose::Cells::LowCode::LowCodeSaveOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetHtmlOptions()](./gethtmloptions/) | The general options for saving html. | +| [GetOutputFile()](../lowcodesaveoptions/getoutputfile/) | Gets and sets the file(with path if needed) for saving the generated data. When setting this property with value other than null or empty string, OutputStream will be ignored. | +| [GetOutputStream()](../lowcodesaveoptions/getoutputstream/) | Gets and sets the Stream for writing the generated data to. When setting this property with value other than null, OutputFile will be ignored. | +| [GetSaveFormat()](./getsaveformat/) | Gets and sets the format of spreadsheet. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [LowCodeHtmlSaveOptions()](./lowcodehtmlsaveoptions/) | Default constructor. | +| [LowCodeHtmlSaveOptions(LowCodeHtmlSaveOptions_Impl* impl)](./lowcodehtmlsaveoptions/) | Constructs from an implementation object. | +| [LowCodeHtmlSaveOptions(const LowCodeHtmlSaveOptions\& src)](./lowcodehtmlsaveoptions/) | Copy constructor. | +| [LowCodeHtmlSaveOptions(const LowCodeSaveOptions\& src)](./lowcodehtmlsaveoptions/) | Constructs from a parent object. | +| [LowCodeSaveOptions()](../lowcodesaveoptions/lowcodesaveoptions/) | Default constructor. | +| [LowCodeSaveOptions(LowCodeSaveOptions_Impl* impl)](../lowcodesaveoptions/lowcodesaveoptions/) | Constructs from an implementation object. | +| [LowCodeSaveOptions(const LowCodeSaveOptions\& src)](../lowcodesaveoptions/lowcodesaveoptions/) | Copy constructor. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const LowCodeHtmlSaveOptions\& src)](./operator_asm/) | operator= | +| [operator=(const LowCodeSaveOptions\& src)](../lowcodesaveoptions/operator_asm/) | operator= | +| [SetHtmlOptions(const HtmlSaveOptions\& value)](./sethtmloptions/) | The general options for saving html. | +| [SetOutputFile(const U16String\& value)](../lowcodesaveoptions/setoutputfile/) | Gets and sets the file(with path if needed) for saving the generated data. When setting this property with value other than null or empty string, OutputStream will be ignored. | +| [SetOutputFile(const char16_t* value)](../lowcodesaveoptions/setoutputfile/) | Gets and sets the file(with path if needed) for saving the generated data. When setting this property with value other than null or empty string, OutputStream will be ignored. | +| [SetOutputStream(const Vector \\& value)](../lowcodesaveoptions/setoutputstream/) | Gets and sets the Stream for writing the generated data to. When setting this property with value other than null, OutputFile will be ignored. | +| [SetSaveFormat(SaveFormat value)](./setsaveformat/) | Gets and sets the format of spreadsheet. | +| [~LowCodeHtmlSaveOptions()](./~lowcodehtmlsaveoptions/) | Destructor. | +| [~LowCodeSaveOptions()](../lowcodesaveoptions/~lowcodesaveoptions/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [LowCodeSaveOptions](../lowcodesaveoptions/) +* Namespace [Aspose::Cells::LowCode](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodehtmlsaveoptions/gethtmloptions/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodehtmlsaveoptions/gethtmloptions/_index.md new file mode 100644 index 00000000000..9777374dbaa --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodehtmlsaveoptions/gethtmloptions/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::LowCode::LowCodeHtmlSaveOptions::GetHtmlOptions method +linktitle: GetHtmlOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeHtmlSaveOptions::GetHtmlOptions method. The general options for saving html in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.lowcode/lowcodehtmlsaveoptions/gethtmloptions/ +--- +## LowCodeHtmlSaveOptions::GetHtmlOptions method + + +The general options for saving html. + +```cpp +HtmlSaveOptions Aspose::Cells::LowCode::LowCodeHtmlSaveOptions::GetHtmlOptions() +``` + +## Remarks + + +When one [HtmlSaveOptions](../../../aspose.cells/htmlsaveoptions/) instance is specified, the [SaveFormat](../../../aspose.cells/saveformat/) will be overwritten(if it had been specified before). +## See Also + +* Class [HtmlSaveOptions](../../../aspose.cells/htmlsaveoptions/) +* Class [LowCodeHtmlSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodehtmlsaveoptions/getsaveformat/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodehtmlsaveoptions/getsaveformat/_index.md new file mode 100644 index 00000000000..040644e4cfd --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodehtmlsaveoptions/getsaveformat/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::LowCode::LowCodeHtmlSaveOptions::GetSaveFormat method +linktitle: GetSaveFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeHtmlSaveOptions::GetSaveFormat method. Gets and sets the format of spreadsheet in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.lowcode/lowcodehtmlsaveoptions/getsaveformat/ +--- +## LowCodeHtmlSaveOptions::GetSaveFormat method + + +Gets and sets the format of spreadsheet. + +```cpp +SaveFormat Aspose::Cells::LowCode::LowCodeHtmlSaveOptions::GetSaveFormat() +``` + +## Remarks + + +When changing this property, the save format specified by HtmlOptions will be ignored(if it had been specified before). +## See Also + +* Enum [SaveFormat](../../../aspose.cells/saveformat/) +* Class [LowCodeHtmlSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodehtmlsaveoptions/isnull/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodehtmlsaveoptions/isnull/_index.md new file mode 100644 index 00000000000..ddc556d6594 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodehtmlsaveoptions/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::LowCode::LowCodeHtmlSaveOptions::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeHtmlSaveOptions::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.lowcode/lowcodehtmlsaveoptions/isnull/ +--- +## LowCodeHtmlSaveOptions::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::LowCode::LowCodeHtmlSaveOptions::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeHtmlSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodehtmlsaveoptions/lowcodehtmlsaveoptions/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodehtmlsaveoptions/lowcodehtmlsaveoptions/_index.md new file mode 100644 index 00000000000..83f55c7c303 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodehtmlsaveoptions/lowcodehtmlsaveoptions/_index.md @@ -0,0 +1,70 @@ +--- +title: Aspose::Cells::LowCode::LowCodeHtmlSaveOptions::LowCodeHtmlSaveOptions constructor +linktitle: LowCodeHtmlSaveOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeHtmlSaveOptions::LowCodeHtmlSaveOptions constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.lowcode/lowcodehtmlsaveoptions/lowcodehtmlsaveoptions/ +--- +## LowCodeHtmlSaveOptions::LowCodeHtmlSaveOptions() constructor + + +Default constructor. + +```cpp +Aspose::Cells::LowCode::LowCodeHtmlSaveOptions::LowCodeHtmlSaveOptions() +``` + +## See Also + +* Class [LowCodeHtmlSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## LowCodeHtmlSaveOptions::LowCodeHtmlSaveOptions(LowCodeHtmlSaveOptions_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::LowCode::LowCodeHtmlSaveOptions::LowCodeHtmlSaveOptions(LowCodeHtmlSaveOptions_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeHtmlSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## LowCodeHtmlSaveOptions::LowCodeHtmlSaveOptions(const LowCodeHtmlSaveOptions\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::LowCode::LowCodeHtmlSaveOptions::LowCodeHtmlSaveOptions(const LowCodeHtmlSaveOptions &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeHtmlSaveOptions](../) +* Class [LowCodeHtmlSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## LowCodeHtmlSaveOptions::LowCodeHtmlSaveOptions(const LowCodeSaveOptions\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::LowCode::LowCodeHtmlSaveOptions::LowCodeHtmlSaveOptions(const LowCodeSaveOptions &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSaveOptions](../../lowcodesaveoptions/) +* Class [LowCodeHtmlSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodehtmlsaveoptions/operator_asm/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodehtmlsaveoptions/operator_asm/_index.md new file mode 100644 index 00000000000..fb474ef6b2f --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodehtmlsaveoptions/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::LowCode::LowCodeHtmlSaveOptions::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeHtmlSaveOptions::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.lowcode/lowcodehtmlsaveoptions/operator_asm/ +--- +## LowCodeHtmlSaveOptions::operator= method + + +operator= + +```cpp +LowCodeHtmlSaveOptions & Aspose::Cells::LowCode::LowCodeHtmlSaveOptions::operator=(const LowCodeHtmlSaveOptions &src) +``` + +## See Also + +* Class [LowCodeHtmlSaveOptions](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeHtmlSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodehtmlsaveoptions/operator_bool/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodehtmlsaveoptions/operator_bool/_index.md new file mode 100644 index 00000000000..3baa561f611 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodehtmlsaveoptions/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::LowCode::LowCodeHtmlSaveOptions::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeHtmlSaveOptions::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.lowcode/lowcodehtmlsaveoptions/operator_bool/ +--- +## LowCodeHtmlSaveOptions::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::LowCode::LowCodeHtmlSaveOptions::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [LowCodeHtmlSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodehtmlsaveoptions/sethtmloptions/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodehtmlsaveoptions/sethtmloptions/_index.md new file mode 100644 index 00000000000..b04c10ed259 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodehtmlsaveoptions/sethtmloptions/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::LowCode::LowCodeHtmlSaveOptions::SetHtmlOptions method +linktitle: SetHtmlOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeHtmlSaveOptions::SetHtmlOptions method. The general options for saving html in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.lowcode/lowcodehtmlsaveoptions/sethtmloptions/ +--- +## LowCodeHtmlSaveOptions::SetHtmlOptions method + + +The general options for saving html. + +```cpp +void Aspose::Cells::LowCode::LowCodeHtmlSaveOptions::SetHtmlOptions(const HtmlSaveOptions &value) +``` + +## Remarks + + +When one [HtmlSaveOptions](../../../aspose.cells/htmlsaveoptions/) instance is specified, the [SaveFormat](../../../aspose.cells/saveformat/) will be overwritten(if it had been specified before). +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [HtmlSaveOptions](../../../aspose.cells/htmlsaveoptions/) +* Class [LowCodeHtmlSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodehtmlsaveoptions/setsaveformat/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodehtmlsaveoptions/setsaveformat/_index.md new file mode 100644 index 00000000000..94eb5cd0971 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodehtmlsaveoptions/setsaveformat/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::LowCode::LowCodeHtmlSaveOptions::SetSaveFormat method +linktitle: SetSaveFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeHtmlSaveOptions::SetSaveFormat method. Gets and sets the format of spreadsheet in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.lowcode/lowcodehtmlsaveoptions/setsaveformat/ +--- +## LowCodeHtmlSaveOptions::SetSaveFormat method + + +Gets and sets the format of spreadsheet. + +```cpp +void Aspose::Cells::LowCode::LowCodeHtmlSaveOptions::SetSaveFormat(SaveFormat value) +``` + +## Remarks + + +When changing this property, the save format specified by HtmlOptions will be ignored(if it had been specified before). +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [SaveFormat](../../../aspose.cells/saveformat/) +* Class [LowCodeHtmlSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodehtmlsaveoptions/~lowcodehtmlsaveoptions/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodehtmlsaveoptions/~lowcodehtmlsaveoptions/_index.md new file mode 100644 index 00000000000..9fd7598cf2c --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodehtmlsaveoptions/~lowcodehtmlsaveoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::LowCode::LowCodeHtmlSaveOptions::~LowCodeHtmlSaveOptions method +linktitle: ~LowCodeHtmlSaveOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeHtmlSaveOptions::~LowCodeHtmlSaveOptions method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.lowcode/lowcodehtmlsaveoptions/~lowcodehtmlsaveoptions/ +--- +## LowCodeHtmlSaveOptions::~LowCodeHtmlSaveOptions method + + +Destructor. + +```cpp +Aspose::Cells::LowCode::LowCodeHtmlSaveOptions::~LowCodeHtmlSaveOptions() +``` + +## See Also + +* Class [LowCodeHtmlSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/_impl/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/_impl/_index.md new file mode 100644 index 00000000000..a87e37e4895 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::LowCode::LowCodeImageSaveOptions::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeImageSaveOptions::_impl field. The implementation object in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +LowCodeImageSaveOptions_Impl* Aspose::Cells::LowCode::LowCodeImageSaveOptions::_impl +``` + +## See Also + +* Class [LowCodeImageSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/_index.md new file mode 100644 index 00000000000..93a42ffff93 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::LowCode::LowCodeImageSaveOptions class +linktitle: LowCodeImageSaveOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeImageSaveOptions class. Options for saving image in low code way in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/ +--- +## LowCodeImageSaveOptions class + + +Options for saving image in low code way. + +```cpp +class LowCodeImageSaveOptions : public Aspose::Cells::LowCode::LowCodeSaveOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetImageOptions()](./getimageoptions/) | The options for rendering images. | +| [GetOutputFile()](../lowcodesaveoptions/getoutputfile/) | Gets and sets the file(with path if needed) for saving the generated data. When setting this property with value other than null or empty string, OutputStream will be ignored. | +| [GetOutputStream()](../lowcodesaveoptions/getoutputstream/) | Gets and sets the Stream for writing the generated data to. When setting this property with value other than null, OutputFile will be ignored. | +| [GetSaveFormat()](./getsaveformat/) | Gets or sets the save format. | +| [GetSaveOptionsProvider()](./getsaveoptionsprovider/) | Provider of save options for saving generated images. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [LowCodeImageSaveOptions()](./lowcodeimagesaveoptions/) | Default constructor. | +| [LowCodeImageSaveOptions(LowCodeImageSaveOptions_Impl* impl)](./lowcodeimagesaveoptions/) | Constructs from an implementation object. | +| [LowCodeImageSaveOptions(const LowCodeImageSaveOptions\& src)](./lowcodeimagesaveoptions/) | Copy constructor. | +| [LowCodeImageSaveOptions(const LowCodeSaveOptions\& src)](./lowcodeimagesaveoptions/) | Constructs from a parent object. | +| [LowCodeSaveOptions()](../lowcodesaveoptions/lowcodesaveoptions/) | Default constructor. | +| [LowCodeSaveOptions(LowCodeSaveOptions_Impl* impl)](../lowcodesaveoptions/lowcodesaveoptions/) | Constructs from an implementation object. | +| [LowCodeSaveOptions(const LowCodeSaveOptions\& src)](../lowcodesaveoptions/lowcodesaveoptions/) | Copy constructor. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const LowCodeImageSaveOptions\& src)](./operator_asm/) | operator= | +| [operator=(const LowCodeSaveOptions\& src)](../lowcodesaveoptions/operator_asm/) | operator= | +| [SetImageOptions(const ImageOrPrintOptions\& value)](./setimageoptions/) | The options for rendering images. | +| [SetOutputFile(const U16String\& value)](../lowcodesaveoptions/setoutputfile/) | Gets and sets the file(with path if needed) for saving the generated data. When setting this property with value other than null or empty string, OutputStream will be ignored. | +| [SetOutputFile(const char16_t* value)](../lowcodesaveoptions/setoutputfile/) | Gets and sets the file(with path if needed) for saving the generated data. When setting this property with value other than null or empty string, OutputStream will be ignored. | +| [SetOutputStream(const Vector \\& value)](../lowcodesaveoptions/setoutputstream/) | Gets and sets the Stream for writing the generated data to. When setting this property with value other than null, OutputFile will be ignored. | +| [SetSaveFormat(SaveFormat value)](./setsaveformat/) | Gets or sets the save format. | +| [SetSaveOptionsProvider(const AbstractLowCodeSaveOptionsProvider\& value)](./setsaveoptionsprovider/) | Provider of save options for saving generated images. | +| [~LowCodeImageSaveOptions()](./~lowcodeimagesaveoptions/) | Destructor. | +| [~LowCodeSaveOptions()](../lowcodesaveoptions/~lowcodesaveoptions/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [LowCodeSaveOptions](../lowcodesaveoptions/) +* Namespace [Aspose::Cells::LowCode](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/getimageoptions/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/getimageoptions/_index.md new file mode 100644 index 00000000000..663544b7fb0 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/getimageoptions/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::LowCode::LowCodeImageSaveOptions::GetImageOptions method +linktitle: GetImageOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeImageSaveOptions::GetImageOptions method. The options for rendering images in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/getimageoptions/ +--- +## LowCodeImageSaveOptions::GetImageOptions method + + +The options for rendering images. + +```cpp +ImageOrPrintOptions Aspose::Cells::LowCode::LowCodeImageSaveOptions::GetImageOptions() +``` + +## Remarks + + +When one ImageOrPrintOptions instance is specified, the [SaveFormat](../../../aspose.cells/saveformat/) will be overwritten(if it had been specified before). +## See Also + +* Class [ImageOrPrintOptions](../../../aspose.cells.rendering/imageorprintoptions/) +* Class [LowCodeImageSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/getsaveformat/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/getsaveformat/_index.md new file mode 100644 index 00000000000..e010f32404c --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/getsaveformat/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::LowCode::LowCodeImageSaveOptions::GetSaveFormat method +linktitle: GetSaveFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeImageSaveOptions::GetSaveFormat method. Gets or sets the save format in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/getsaveformat/ +--- +## LowCodeImageSaveOptions::GetSaveFormat method + + +Gets or sets the save format. + +```cpp +SaveFormat Aspose::Cells::LowCode::LowCodeImageSaveOptions::GetSaveFormat() +``` + +## Remarks + + +If ImageOptions has been specified, setting this property will also change the ImageOrPrintOptions.ImageType value of it. +## See Also + +* Enum [SaveFormat](../../../aspose.cells/saveformat/) +* Class [LowCodeImageSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/getsaveoptionsprovider/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/getsaveoptionsprovider/_index.md new file mode 100644 index 00000000000..4dffc86c653 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/getsaveoptionsprovider/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::LowCode::LowCodeImageSaveOptions::GetSaveOptionsProvider method +linktitle: GetSaveOptionsProvider +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeImageSaveOptions::GetSaveOptionsProvider method. Provider of save options for saving generated images in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/getsaveoptionsprovider/ +--- +## LowCodeImageSaveOptions::GetSaveOptionsProvider method + + +Provider of save options for saving generated images. + +```cpp +AbstractLowCodeSaveOptionsProvider Aspose::Cells::LowCode::LowCodeImageSaveOptions::GetSaveOptionsProvider() +``` + +## Remarks + + +The output(LowCodeSaveOptions.OutputFile or LowCodeSaveOptions.OutputStream) specified by this instance will take no effect when this property is specified. Instead the output of every generated image will be specified by the provider. +## See Also + +* Class [AbstractLowCodeSaveOptionsProvider](../../abstractlowcodesaveoptionsprovider/) +* Class [LowCodeImageSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/isnull/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/isnull/_index.md new file mode 100644 index 00000000000..307f3725251 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::LowCode::LowCodeImageSaveOptions::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeImageSaveOptions::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/isnull/ +--- +## LowCodeImageSaveOptions::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::LowCode::LowCodeImageSaveOptions::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeImageSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/lowcodeimagesaveoptions/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/lowcodeimagesaveoptions/_index.md new file mode 100644 index 00000000000..a1ce54d8e12 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/lowcodeimagesaveoptions/_index.md @@ -0,0 +1,70 @@ +--- +title: Aspose::Cells::LowCode::LowCodeImageSaveOptions::LowCodeImageSaveOptions constructor +linktitle: LowCodeImageSaveOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeImageSaveOptions::LowCodeImageSaveOptions constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/lowcodeimagesaveoptions/ +--- +## LowCodeImageSaveOptions::LowCodeImageSaveOptions() constructor + + +Default constructor. + +```cpp +Aspose::Cells::LowCode::LowCodeImageSaveOptions::LowCodeImageSaveOptions() +``` + +## See Also + +* Class [LowCodeImageSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## LowCodeImageSaveOptions::LowCodeImageSaveOptions(LowCodeImageSaveOptions_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::LowCode::LowCodeImageSaveOptions::LowCodeImageSaveOptions(LowCodeImageSaveOptions_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeImageSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## LowCodeImageSaveOptions::LowCodeImageSaveOptions(const LowCodeImageSaveOptions\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::LowCode::LowCodeImageSaveOptions::LowCodeImageSaveOptions(const LowCodeImageSaveOptions &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeImageSaveOptions](../) +* Class [LowCodeImageSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## LowCodeImageSaveOptions::LowCodeImageSaveOptions(const LowCodeSaveOptions\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::LowCode::LowCodeImageSaveOptions::LowCodeImageSaveOptions(const LowCodeSaveOptions &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSaveOptions](../../lowcodesaveoptions/) +* Class [LowCodeImageSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/operator_asm/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/operator_asm/_index.md new file mode 100644 index 00000000000..cb940e5b148 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::LowCode::LowCodeImageSaveOptions::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeImageSaveOptions::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/operator_asm/ +--- +## LowCodeImageSaveOptions::operator= method + + +operator= + +```cpp +LowCodeImageSaveOptions & Aspose::Cells::LowCode::LowCodeImageSaveOptions::operator=(const LowCodeImageSaveOptions &src) +``` + +## See Also + +* Class [LowCodeImageSaveOptions](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeImageSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/operator_bool/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/operator_bool/_index.md new file mode 100644 index 00000000000..83916c1578f --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::LowCode::LowCodeImageSaveOptions::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeImageSaveOptions::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/operator_bool/ +--- +## LowCodeImageSaveOptions::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::LowCode::LowCodeImageSaveOptions::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [LowCodeImageSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/setimageoptions/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/setimageoptions/_index.md new file mode 100644 index 00000000000..f7945270861 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/setimageoptions/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::LowCode::LowCodeImageSaveOptions::SetImageOptions method +linktitle: SetImageOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeImageSaveOptions::SetImageOptions method. The options for rendering images in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/setimageoptions/ +--- +## LowCodeImageSaveOptions::SetImageOptions method + + +The options for rendering images. + +```cpp +void Aspose::Cells::LowCode::LowCodeImageSaveOptions::SetImageOptions(const ImageOrPrintOptions &value) +``` + +## Remarks + + +When one ImageOrPrintOptions instance is specified, the [SaveFormat](../../../aspose.cells/saveformat/) will be overwritten(if it had been specified before). +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageOrPrintOptions](../../../aspose.cells.rendering/imageorprintoptions/) +* Class [LowCodeImageSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/setsaveformat/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/setsaveformat/_index.md new file mode 100644 index 00000000000..6cfd80cac83 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/setsaveformat/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::LowCode::LowCodeImageSaveOptions::SetSaveFormat method +linktitle: SetSaveFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeImageSaveOptions::SetSaveFormat method. Gets or sets the save format in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/setsaveformat/ +--- +## LowCodeImageSaveOptions::SetSaveFormat method + + +Gets or sets the save format. + +```cpp +void Aspose::Cells::LowCode::LowCodeImageSaveOptions::SetSaveFormat(SaveFormat value) +``` + +## Remarks + + +If ImageOptions has been specified, setting this property will also change the ImageOrPrintOptions.ImageType value of it. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [SaveFormat](../../../aspose.cells/saveformat/) +* Class [LowCodeImageSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/setsaveoptionsprovider/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/setsaveoptionsprovider/_index.md new file mode 100644 index 00000000000..1f946e93edd --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/setsaveoptionsprovider/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::LowCode::LowCodeImageSaveOptions::SetSaveOptionsProvider method +linktitle: SetSaveOptionsProvider +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeImageSaveOptions::SetSaveOptionsProvider method. Provider of save options for saving generated images in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/setsaveoptionsprovider/ +--- +## LowCodeImageSaveOptions::SetSaveOptionsProvider method + + +Provider of save options for saving generated images. + +```cpp +void Aspose::Cells::LowCode::LowCodeImageSaveOptions::SetSaveOptionsProvider(const AbstractLowCodeSaveOptionsProvider &value) +``` + +## Remarks + + +The output(LowCodeSaveOptions.OutputFile or LowCodeSaveOptions.OutputStream) specified by this instance will take no effect when this property is specified. Instead the output of every generated image will be specified by the provider. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [AbstractLowCodeSaveOptionsProvider](../../abstractlowcodesaveoptionsprovider/) +* Class [LowCodeImageSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/~lowcodeimagesaveoptions/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/~lowcodeimagesaveoptions/_index.md new file mode 100644 index 00000000000..443401b318f --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/~lowcodeimagesaveoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::LowCode::LowCodeImageSaveOptions::~LowCodeImageSaveOptions method +linktitle: ~LowCodeImageSaveOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeImageSaveOptions::~LowCodeImageSaveOptions method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.lowcode/lowcodeimagesaveoptions/~lowcodeimagesaveoptions/ +--- +## LowCodeImageSaveOptions::~LowCodeImageSaveOptions method + + +Destructor. + +```cpp +Aspose::Cells::LowCode::LowCodeImageSaveOptions::~LowCodeImageSaveOptions() +``` + +## See Also + +* Class [LowCodeImageSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodeloadoptions/_impl/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodeloadoptions/_impl/_index.md new file mode 100644 index 00000000000..90ac17ab3e7 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodeloadoptions/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::LowCode::LowCodeLoadOptions::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeLoadOptions::_impl field. The implementation object in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.lowcode/lowcodeloadoptions/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +LowCodeLoadOptions_Impl* Aspose::Cells::LowCode::LowCodeLoadOptions::_impl +``` + +## See Also + +* Class [LowCodeLoadOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodeloadoptions/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodeloadoptions/_index.md new file mode 100644 index 00000000000..184edfe18ac --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodeloadoptions/_index.md @@ -0,0 +1,43 @@ +--- +title: Aspose::Cells::LowCode::LowCodeLoadOptions class +linktitle: LowCodeLoadOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeLoadOptions class. Options for loading template file in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.lowcode/lowcodeloadoptions/ +--- +## LowCodeLoadOptions class + + +Options for loading template file. + +```cpp +class LowCodeLoadOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetInputFile()](./getinputfile/) | Gets and sets the file(with path if needed) of the template. | +| [GetInputStream()](./getinputstream/) | Gets and sets the Stream of the template. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [LowCodeLoadOptions()](./lowcodeloadoptions/) | Default constructor. | +| [LowCodeLoadOptions(LowCodeLoadOptions_Impl* impl)](./lowcodeloadoptions/) | Constructs from an implementation object. | +| [LowCodeLoadOptions(const LowCodeLoadOptions\& src)](./lowcodeloadoptions/) | Copy constructor. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const LowCodeLoadOptions\& src)](./operator_asm/) | operator= | +| [SetInputFile(const U16String\& value)](./setinputfile/) | Gets and sets the file(with path if needed) of the template. | +| [SetInputFile(const char16_t* value)](./setinputfile/) | Gets and sets the file(with path if needed) of the template. | +| [SetInputStream(const Vector \\& value)](./setinputstream/) | Gets and sets the Stream of the template. | +| [~LowCodeLoadOptions()](./~lowcodeloadoptions/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::LowCode](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodeloadoptions/getinputfile/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodeloadoptions/getinputfile/_index.md new file mode 100644 index 00000000000..bd657b63679 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodeloadoptions/getinputfile/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::LowCode::LowCodeLoadOptions::GetInputFile method +linktitle: GetInputFile +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeLoadOptions::GetInputFile method. Gets and sets the file(with path if needed) of the template in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.lowcode/lowcodeloadoptions/getinputfile/ +--- +## LowCodeLoadOptions::GetInputFile method + + +Gets and sets the file(with path if needed) of the template. + +```cpp +U16String Aspose::Cells::LowCode::LowCodeLoadOptions::GetInputFile() +``` + +## Remarks + + +When setting a non-null and non-empty path to this property, the previously set value for InputStream will be ignored. +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [LowCodeLoadOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodeloadoptions/getinputstream/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodeloadoptions/getinputstream/_index.md new file mode 100644 index 00000000000..9e68a9d3ea6 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodeloadoptions/getinputstream/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::LowCode::LowCodeLoadOptions::GetInputStream method +linktitle: GetInputStream +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeLoadOptions::GetInputStream method. Gets and sets the Stream of the template in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.lowcode/lowcodeloadoptions/getinputstream/ +--- +## LowCodeLoadOptions::GetInputStream method + + +Gets and sets the Stream of the template. + +```cpp +Vector Aspose::Cells::LowCode::LowCodeLoadOptions::GetInputStream() +``` + +## Remarks + + +When setting a non-null Stream to this property, the previously set value for InputFile will be ignored. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeLoadOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodeloadoptions/isnull/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodeloadoptions/isnull/_index.md new file mode 100644 index 00000000000..8d088dafec3 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodeloadoptions/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::LowCode::LowCodeLoadOptions::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeLoadOptions::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.lowcode/lowcodeloadoptions/isnull/ +--- +## LowCodeLoadOptions::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::LowCode::LowCodeLoadOptions::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeLoadOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodeloadoptions/lowcodeloadoptions/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodeloadoptions/lowcodeloadoptions/_index.md new file mode 100644 index 00000000000..58e6fe7bead --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodeloadoptions/lowcodeloadoptions/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::LowCode::LowCodeLoadOptions::LowCodeLoadOptions constructor +linktitle: LowCodeLoadOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeLoadOptions::LowCodeLoadOptions constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.lowcode/lowcodeloadoptions/lowcodeloadoptions/ +--- +## LowCodeLoadOptions::LowCodeLoadOptions() constructor + + +Default constructor. + +```cpp +Aspose::Cells::LowCode::LowCodeLoadOptions::LowCodeLoadOptions() +``` + +## See Also + +* Class [LowCodeLoadOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## LowCodeLoadOptions::LowCodeLoadOptions(LowCodeLoadOptions_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::LowCode::LowCodeLoadOptions::LowCodeLoadOptions(LowCodeLoadOptions_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeLoadOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## LowCodeLoadOptions::LowCodeLoadOptions(const LowCodeLoadOptions\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::LowCode::LowCodeLoadOptions::LowCodeLoadOptions(const LowCodeLoadOptions &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeLoadOptions](../) +* Class [LowCodeLoadOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodeloadoptions/operator_asm/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodeloadoptions/operator_asm/_index.md new file mode 100644 index 00000000000..8797e5d2bd2 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodeloadoptions/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::LowCode::LowCodeLoadOptions::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeLoadOptions::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.lowcode/lowcodeloadoptions/operator_asm/ +--- +## LowCodeLoadOptions::operator= method + + +operator= + +```cpp +LowCodeLoadOptions & Aspose::Cells::LowCode::LowCodeLoadOptions::operator=(const LowCodeLoadOptions &src) +``` + +## See Also + +* Class [LowCodeLoadOptions](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeLoadOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodeloadoptions/operator_bool/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodeloadoptions/operator_bool/_index.md new file mode 100644 index 00000000000..f96e93f085b --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodeloadoptions/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::LowCode::LowCodeLoadOptions::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeLoadOptions::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.lowcode/lowcodeloadoptions/operator_bool/ +--- +## LowCodeLoadOptions::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::LowCode::LowCodeLoadOptions::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [LowCodeLoadOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodeloadoptions/setinputfile/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodeloadoptions/setinputfile/_index.md new file mode 100644 index 00000000000..229bcd80dfc --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodeloadoptions/setinputfile/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::LowCode::LowCodeLoadOptions::SetInputFile method +linktitle: SetInputFile +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeLoadOptions::SetInputFile method. Gets and sets the file(with path if needed) of the template in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.lowcode/lowcodeloadoptions/setinputfile/ +--- +## LowCodeLoadOptions::SetInputFile(const U16String\&) method + + +Gets and sets the file(with path if needed) of the template. + +```cpp +void Aspose::Cells::LowCode::LowCodeLoadOptions::SetInputFile(const U16String &value) +``` + +## Remarks + + +When setting a non-null and non-empty path to this property, the previously set value for InputStream will be ignored. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [LowCodeLoadOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## LowCodeLoadOptions::SetInputFile(const char16_t*) method + + +Gets and sets the file(with path if needed) of the template. + +```cpp +void Aspose::Cells::LowCode::LowCodeLoadOptions::SetInputFile(const char16_t *value) +``` + +## Remarks + + +When setting a non-null and non-empty path to this property, the previously set value for InputStream will be ignored. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeLoadOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodeloadoptions/setinputstream/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodeloadoptions/setinputstream/_index.md new file mode 100644 index 00000000000..fc36867acbc --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodeloadoptions/setinputstream/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::LowCode::LowCodeLoadOptions::SetInputStream method +linktitle: SetInputStream +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeLoadOptions::SetInputStream method. Gets and sets the Stream of the template in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.lowcode/lowcodeloadoptions/setinputstream/ +--- +## LowCodeLoadOptions::SetInputStream method + + +Gets and sets the Stream of the template. + +```cpp +void Aspose::Cells::LowCode::LowCodeLoadOptions::SetInputStream(const Vector &value) +``` + +## Remarks + + +When setting a non-null Stream to this property, the previously set value for InputFile will be ignored. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeLoadOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodeloadoptions/~lowcodeloadoptions/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodeloadoptions/~lowcodeloadoptions/_index.md new file mode 100644 index 00000000000..d6847c1a89c --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodeloadoptions/~lowcodeloadoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::LowCode::LowCodeLoadOptions::~LowCodeLoadOptions method +linktitle: ~LowCodeLoadOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeLoadOptions::~LowCodeLoadOptions method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.lowcode/lowcodeloadoptions/~lowcodeloadoptions/ +--- +## LowCodeLoadOptions::~LowCodeLoadOptions method + + +Destructor. + +```cpp +Aspose::Cells::LowCode::LowCodeLoadOptions::~LowCodeLoadOptions() +``` + +## See Also + +* Class [LowCodeLoadOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodemergeoptions/_impl/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodemergeoptions/_impl/_index.md new file mode 100644 index 00000000000..8d7d4b6ad85 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodemergeoptions/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::LowCode::LowCodeMergeOptions::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeMergeOptions::_impl field. The implementation object in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.lowcode/lowcodemergeoptions/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +LowCodeMergeOptions_Impl* Aspose::Cells::LowCode::LowCodeMergeOptions::_impl +``` + +## See Also + +* Class [LowCodeMergeOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodemergeoptions/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodemergeoptions/_index.md new file mode 100644 index 00000000000..6bd10e50852 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodemergeoptions/_index.md @@ -0,0 +1,42 @@ +--- +title: Aspose::Cells::LowCode::LowCodeMergeOptions class +linktitle: LowCodeMergeOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeMergeOptions class. Options for merging multiple template files into one in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.lowcode/lowcodemergeoptions/ +--- +## LowCodeMergeOptions class + + +Options for merging multiple template files into one. + +```cpp +class LowCodeMergeOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetLoadOptionsProvider()](./getloadoptionsprovider/) | Provider of save options for saving the split parts. | +| [GetSaveOptions()](./getsaveoptions/) | Save options for saving the split parts. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [LowCodeMergeOptions()](./lowcodemergeoptions/) | Default constructor. | +| [LowCodeMergeOptions(LowCodeMergeOptions_Impl* impl)](./lowcodemergeoptions/) | Constructs from an implementation object. | +| [LowCodeMergeOptions(const LowCodeMergeOptions\& src)](./lowcodemergeoptions/) | Copy constructor. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const LowCodeMergeOptions\& src)](./operator_asm/) | operator= | +| [SetLoadOptionsProvider(const AbstractLowCodeLoadOptionsProvider\& value)](./setloadoptionsprovider/) | Provider of save options for saving the split parts. | +| [SetSaveOptions(const LowCodeSaveOptions\& value)](./setsaveoptions/) | Save options for saving the split parts. | +| [~LowCodeMergeOptions()](./~lowcodemergeoptions/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::LowCode](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodemergeoptions/getloadoptionsprovider/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodemergeoptions/getloadoptionsprovider/_index.md new file mode 100644 index 00000000000..23bebeb6fe6 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodemergeoptions/getloadoptionsprovider/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::LowCode::LowCodeMergeOptions::GetLoadOptionsProvider method +linktitle: GetLoadOptionsProvider +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeMergeOptions::GetLoadOptionsProvider method. Provider of save options for saving the split parts in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.lowcode/lowcodemergeoptions/getloadoptionsprovider/ +--- +## LowCodeMergeOptions::GetLoadOptionsProvider method + + +Provider of save options for saving the split parts. + +```cpp +AbstractLowCodeLoadOptionsProvider Aspose::Cells::LowCode::LowCodeMergeOptions::GetLoadOptionsProvider() +``` + +## Remarks + + +If this property is specified, [LoadOptions](../../../aspose.cells/loadoptions/) takes no effect because the output of every split part will be specified by the provider. +## See Also + +* Class [AbstractLowCodeLoadOptionsProvider](../../abstractlowcodeloadoptionsprovider/) +* Class [LowCodeMergeOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodemergeoptions/getsaveoptions/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodemergeoptions/getsaveoptions/_index.md new file mode 100644 index 00000000000..bafb2d856f0 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodemergeoptions/getsaveoptions/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::LowCode::LowCodeMergeOptions::GetSaveOptions method +linktitle: GetSaveOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeMergeOptions::GetSaveOptions method. Save options for saving the split parts in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.lowcode/lowcodemergeoptions/getsaveoptions/ +--- +## LowCodeMergeOptions::GetSaveOptions method + + +Save options for saving the split parts. + +```cpp +LowCodeSaveOptions Aspose::Cells::LowCode::LowCodeMergeOptions::GetSaveOptions() +``` + +## See Also + +* Class [LowCodeSaveOptions](../../lowcodesaveoptions/) +* Class [LowCodeMergeOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodemergeoptions/isnull/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodemergeoptions/isnull/_index.md new file mode 100644 index 00000000000..cee7a864bbc --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodemergeoptions/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::LowCode::LowCodeMergeOptions::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeMergeOptions::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.lowcode/lowcodemergeoptions/isnull/ +--- +## LowCodeMergeOptions::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::LowCode::LowCodeMergeOptions::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeMergeOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodemergeoptions/lowcodemergeoptions/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodemergeoptions/lowcodemergeoptions/_index.md new file mode 100644 index 00000000000..c5e3880bc8b --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodemergeoptions/lowcodemergeoptions/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::LowCode::LowCodeMergeOptions::LowCodeMergeOptions constructor +linktitle: LowCodeMergeOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeMergeOptions::LowCodeMergeOptions constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.lowcode/lowcodemergeoptions/lowcodemergeoptions/ +--- +## LowCodeMergeOptions::LowCodeMergeOptions() constructor + + +Default constructor. + +```cpp +Aspose::Cells::LowCode::LowCodeMergeOptions::LowCodeMergeOptions() +``` + +## See Also + +* Class [LowCodeMergeOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## LowCodeMergeOptions::LowCodeMergeOptions(LowCodeMergeOptions_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::LowCode::LowCodeMergeOptions::LowCodeMergeOptions(LowCodeMergeOptions_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeMergeOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## LowCodeMergeOptions::LowCodeMergeOptions(const LowCodeMergeOptions\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::LowCode::LowCodeMergeOptions::LowCodeMergeOptions(const LowCodeMergeOptions &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeMergeOptions](../) +* Class [LowCodeMergeOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodemergeoptions/operator_asm/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodemergeoptions/operator_asm/_index.md new file mode 100644 index 00000000000..89134a7f0df --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodemergeoptions/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::LowCode::LowCodeMergeOptions::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeMergeOptions::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.lowcode/lowcodemergeoptions/operator_asm/ +--- +## LowCodeMergeOptions::operator= method + + +operator= + +```cpp +LowCodeMergeOptions & Aspose::Cells::LowCode::LowCodeMergeOptions::operator=(const LowCodeMergeOptions &src) +``` + +## See Also + +* Class [LowCodeMergeOptions](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeMergeOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodemergeoptions/operator_bool/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodemergeoptions/operator_bool/_index.md new file mode 100644 index 00000000000..1e3ef3daa29 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodemergeoptions/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::LowCode::LowCodeMergeOptions::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeMergeOptions::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.lowcode/lowcodemergeoptions/operator_bool/ +--- +## LowCodeMergeOptions::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::LowCode::LowCodeMergeOptions::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [LowCodeMergeOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodemergeoptions/setloadoptionsprovider/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodemergeoptions/setloadoptionsprovider/_index.md new file mode 100644 index 00000000000..f0c1365806b --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodemergeoptions/setloadoptionsprovider/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::LowCode::LowCodeMergeOptions::SetLoadOptionsProvider method +linktitle: SetLoadOptionsProvider +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeMergeOptions::SetLoadOptionsProvider method. Provider of save options for saving the split parts in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.lowcode/lowcodemergeoptions/setloadoptionsprovider/ +--- +## LowCodeMergeOptions::SetLoadOptionsProvider method + + +Provider of save options for saving the split parts. + +```cpp +void Aspose::Cells::LowCode::LowCodeMergeOptions::SetLoadOptionsProvider(const AbstractLowCodeLoadOptionsProvider &value) +``` + +## Remarks + + +If this property is specified, [LoadOptions](../../../aspose.cells/loadoptions/) takes no effect because the output of every split part will be specified by the provider. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [AbstractLowCodeLoadOptionsProvider](../../abstractlowcodeloadoptionsprovider/) +* Class [LowCodeMergeOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodemergeoptions/setsaveoptions/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodemergeoptions/setsaveoptions/_index.md new file mode 100644 index 00000000000..f4279eb289a --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodemergeoptions/setsaveoptions/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::LowCode::LowCodeMergeOptions::SetSaveOptions method +linktitle: SetSaveOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeMergeOptions::SetSaveOptions method. Save options for saving the split parts in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.lowcode/lowcodemergeoptions/setsaveoptions/ +--- +## LowCodeMergeOptions::SetSaveOptions method + + +Save options for saving the split parts. + +```cpp +void Aspose::Cells::LowCode::LowCodeMergeOptions::SetSaveOptions(const LowCodeSaveOptions &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSaveOptions](../../lowcodesaveoptions/) +* Class [LowCodeMergeOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodemergeoptions/~lowcodemergeoptions/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodemergeoptions/~lowcodemergeoptions/_index.md new file mode 100644 index 00000000000..568552dc401 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodemergeoptions/~lowcodemergeoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::LowCode::LowCodeMergeOptions::~LowCodeMergeOptions method +linktitle: ~LowCodeMergeOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeMergeOptions::~LowCodeMergeOptions method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.lowcode/lowcodemergeoptions/~lowcodemergeoptions/ +--- +## LowCodeMergeOptions::~LowCodeMergeOptions method + + +Destructor. + +```cpp +Aspose::Cells::LowCode::LowCodeMergeOptions::~LowCodeMergeOptions() +``` + +## See Also + +* Class [LowCodeMergeOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodepdfsaveoptions/_impl/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodepdfsaveoptions/_impl/_index.md new file mode 100644 index 00000000000..5a281f27807 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodepdfsaveoptions/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::LowCode::LowCodePdfSaveOptions::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodePdfSaveOptions::_impl field. The implementation object in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.lowcode/lowcodepdfsaveoptions/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +LowCodePdfSaveOptions_Impl* Aspose::Cells::LowCode::LowCodePdfSaveOptions::_impl +``` + +## See Also + +* Class [LowCodePdfSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodepdfsaveoptions/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodepdfsaveoptions/_index.md new file mode 100644 index 00000000000..8273429d89a --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodepdfsaveoptions/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::LowCode::LowCodePdfSaveOptions class +linktitle: LowCodePdfSaveOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodePdfSaveOptions class. Options for saving pdf in low code way in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.lowcode/lowcodepdfsaveoptions/ +--- +## LowCodePdfSaveOptions class + + +Options for saving pdf in low code way. + +```cpp +class LowCodePdfSaveOptions : public Aspose::Cells::LowCode::LowCodeSaveOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetOutputFile()](../lowcodesaveoptions/getoutputfile/) | Gets and sets the file(with path if needed) for saving the generated data. When setting this property with value other than null or empty string, OutputStream will be ignored. | +| [GetOutputStream()](../lowcodesaveoptions/getoutputstream/) | Gets and sets the Stream for writing the generated data to. When setting this property with value other than null, OutputFile will be ignored. | +| [GetPdfOptions()](./getpdfoptions/) | The options for saving Pdf file. | +| [GetSaveFormat()](./getsaveformat/) | The save format for the output. For converting to pdf, it can only be [SaveFormat.Pdf](../../aspose.cells/saveformat/). | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [LowCodePdfSaveOptions()](./lowcodepdfsaveoptions/) | Default constructor. | +| [LowCodePdfSaveOptions(LowCodePdfSaveOptions_Impl* impl)](./lowcodepdfsaveoptions/) | Constructs from an implementation object. | +| [LowCodePdfSaveOptions(const LowCodePdfSaveOptions\& src)](./lowcodepdfsaveoptions/) | Copy constructor. | +| [LowCodePdfSaveOptions(const LowCodeSaveOptions\& src)](./lowcodepdfsaveoptions/) | Constructs from a parent object. | +| [LowCodeSaveOptions()](../lowcodesaveoptions/lowcodesaveoptions/) | Default constructor. | +| [LowCodeSaveOptions(LowCodeSaveOptions_Impl* impl)](../lowcodesaveoptions/lowcodesaveoptions/) | Constructs from an implementation object. | +| [LowCodeSaveOptions(const LowCodeSaveOptions\& src)](../lowcodesaveoptions/lowcodesaveoptions/) | Copy constructor. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const LowCodePdfSaveOptions\& src)](./operator_asm/) | operator= | +| [operator=(const LowCodeSaveOptions\& src)](../lowcodesaveoptions/operator_asm/) | operator= | +| [SetOutputFile(const U16String\& value)](../lowcodesaveoptions/setoutputfile/) | Gets and sets the file(with path if needed) for saving the generated data. When setting this property with value other than null or empty string, OutputStream will be ignored. | +| [SetOutputFile(const char16_t* value)](../lowcodesaveoptions/setoutputfile/) | Gets and sets the file(with path if needed) for saving the generated data. When setting this property with value other than null or empty string, OutputStream will be ignored. | +| [SetOutputStream(const Vector \\& value)](../lowcodesaveoptions/setoutputstream/) | Gets and sets the Stream for writing the generated data to. When setting this property with value other than null, OutputFile will be ignored. | +| [SetPdfOptions(const PdfSaveOptions\& value)](./setpdfoptions/) | The options for saving Pdf file. | +| [SetSaveFormat(SaveFormat value)](./setsaveformat/) | The save format for the output. For converting to pdf, it can only be [SaveFormat.Pdf](../../aspose.cells/saveformat/). | +| [~LowCodePdfSaveOptions()](./~lowcodepdfsaveoptions/) | Destructor. | +| [~LowCodeSaveOptions()](../lowcodesaveoptions/~lowcodesaveoptions/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [LowCodeSaveOptions](../lowcodesaveoptions/) +* Namespace [Aspose::Cells::LowCode](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodepdfsaveoptions/getpdfoptions/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodepdfsaveoptions/getpdfoptions/_index.md new file mode 100644 index 00000000000..7d4d2f2ae8c --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodepdfsaveoptions/getpdfoptions/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::LowCode::LowCodePdfSaveOptions::GetPdfOptions method +linktitle: GetPdfOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodePdfSaveOptions::GetPdfOptions method. The options for saving Pdf file in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.lowcode/lowcodepdfsaveoptions/getpdfoptions/ +--- +## LowCodePdfSaveOptions::GetPdfOptions method + + +The options for saving Pdf file. + +```cpp +PdfSaveOptions Aspose::Cells::LowCode::LowCodePdfSaveOptions::GetPdfOptions() +``` + +## See Also + +* Class [PdfSaveOptions](../../../aspose.cells/pdfsaveoptions/) +* Class [LowCodePdfSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodepdfsaveoptions/getsaveformat/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodepdfsaveoptions/getsaveformat/_index.md new file mode 100644 index 00000000000..48f11114c7a --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodepdfsaveoptions/getsaveformat/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::LowCode::LowCodePdfSaveOptions::GetSaveFormat method +linktitle: GetSaveFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodePdfSaveOptions::GetSaveFormat method. The save format for the output. For converting to pdf, it can only be SaveFormat.Pdf in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.lowcode/lowcodepdfsaveoptions/getsaveformat/ +--- +## LowCodePdfSaveOptions::GetSaveFormat method + + +The save format for the output. For converting to pdf, it can only be [SaveFormat.Pdf](../../../aspose.cells/saveformat/). + +```cpp +SaveFormat Aspose::Cells::LowCode::LowCodePdfSaveOptions::GetSaveFormat() +``` + +## See Also + +* Enum [SaveFormat](../../../aspose.cells/saveformat/) +* Class [LowCodePdfSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodepdfsaveoptions/isnull/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodepdfsaveoptions/isnull/_index.md new file mode 100644 index 00000000000..866228481bd --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodepdfsaveoptions/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::LowCode::LowCodePdfSaveOptions::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodePdfSaveOptions::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.lowcode/lowcodepdfsaveoptions/isnull/ +--- +## LowCodePdfSaveOptions::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::LowCode::LowCodePdfSaveOptions::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodePdfSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodepdfsaveoptions/lowcodepdfsaveoptions/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodepdfsaveoptions/lowcodepdfsaveoptions/_index.md new file mode 100644 index 00000000000..d79ff30bc00 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodepdfsaveoptions/lowcodepdfsaveoptions/_index.md @@ -0,0 +1,70 @@ +--- +title: Aspose::Cells::LowCode::LowCodePdfSaveOptions::LowCodePdfSaveOptions constructor +linktitle: LowCodePdfSaveOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodePdfSaveOptions::LowCodePdfSaveOptions constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.lowcode/lowcodepdfsaveoptions/lowcodepdfsaveoptions/ +--- +## LowCodePdfSaveOptions::LowCodePdfSaveOptions() constructor + + +Default constructor. + +```cpp +Aspose::Cells::LowCode::LowCodePdfSaveOptions::LowCodePdfSaveOptions() +``` + +## See Also + +* Class [LowCodePdfSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## LowCodePdfSaveOptions::LowCodePdfSaveOptions(LowCodePdfSaveOptions_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::LowCode::LowCodePdfSaveOptions::LowCodePdfSaveOptions(LowCodePdfSaveOptions_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodePdfSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## LowCodePdfSaveOptions::LowCodePdfSaveOptions(const LowCodePdfSaveOptions\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::LowCode::LowCodePdfSaveOptions::LowCodePdfSaveOptions(const LowCodePdfSaveOptions &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodePdfSaveOptions](../) +* Class [LowCodePdfSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## LowCodePdfSaveOptions::LowCodePdfSaveOptions(const LowCodeSaveOptions\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::LowCode::LowCodePdfSaveOptions::LowCodePdfSaveOptions(const LowCodeSaveOptions &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSaveOptions](../../lowcodesaveoptions/) +* Class [LowCodePdfSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodepdfsaveoptions/operator_asm/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodepdfsaveoptions/operator_asm/_index.md new file mode 100644 index 00000000000..21ef7d03b31 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodepdfsaveoptions/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::LowCode::LowCodePdfSaveOptions::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodePdfSaveOptions::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.lowcode/lowcodepdfsaveoptions/operator_asm/ +--- +## LowCodePdfSaveOptions::operator= method + + +operator= + +```cpp +LowCodePdfSaveOptions & Aspose::Cells::LowCode::LowCodePdfSaveOptions::operator=(const LowCodePdfSaveOptions &src) +``` + +## See Also + +* Class [LowCodePdfSaveOptions](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodePdfSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodepdfsaveoptions/operator_bool/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodepdfsaveoptions/operator_bool/_index.md new file mode 100644 index 00000000000..c744b1ee23a --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodepdfsaveoptions/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::LowCode::LowCodePdfSaveOptions::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodePdfSaveOptions::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.lowcode/lowcodepdfsaveoptions/operator_bool/ +--- +## LowCodePdfSaveOptions::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::LowCode::LowCodePdfSaveOptions::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [LowCodePdfSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodepdfsaveoptions/setpdfoptions/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodepdfsaveoptions/setpdfoptions/_index.md new file mode 100644 index 00000000000..3975322d238 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodepdfsaveoptions/setpdfoptions/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::LowCode::LowCodePdfSaveOptions::SetPdfOptions method +linktitle: SetPdfOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodePdfSaveOptions::SetPdfOptions method. The options for saving Pdf file in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.lowcode/lowcodepdfsaveoptions/setpdfoptions/ +--- +## LowCodePdfSaveOptions::SetPdfOptions method + + +The options for saving Pdf file. + +```cpp +void Aspose::Cells::LowCode::LowCodePdfSaveOptions::SetPdfOptions(const PdfSaveOptions &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PdfSaveOptions](../../../aspose.cells/pdfsaveoptions/) +* Class [LowCodePdfSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodepdfsaveoptions/setsaveformat/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodepdfsaveoptions/setsaveformat/_index.md new file mode 100644 index 00000000000..d4d9e629a8f --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodepdfsaveoptions/setsaveformat/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::LowCode::LowCodePdfSaveOptions::SetSaveFormat method +linktitle: SetSaveFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodePdfSaveOptions::SetSaveFormat method. The save format for the output. For converting to pdf, it can only be SaveFormat.Pdf in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.lowcode/lowcodepdfsaveoptions/setsaveformat/ +--- +## LowCodePdfSaveOptions::SetSaveFormat method + + +The save format for the output. For converting to pdf, it can only be [SaveFormat.Pdf](../../../aspose.cells/saveformat/). + +```cpp +void Aspose::Cells::LowCode::LowCodePdfSaveOptions::SetSaveFormat(SaveFormat value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [SaveFormat](../../../aspose.cells/saveformat/) +* Class [LowCodePdfSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodepdfsaveoptions/~lowcodepdfsaveoptions/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodepdfsaveoptions/~lowcodepdfsaveoptions/_index.md new file mode 100644 index 00000000000..3021d8b5d54 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodepdfsaveoptions/~lowcodepdfsaveoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::LowCode::LowCodePdfSaveOptions::~LowCodePdfSaveOptions method +linktitle: ~LowCodePdfSaveOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodePdfSaveOptions::~LowCodePdfSaveOptions method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.lowcode/lowcodepdfsaveoptions/~lowcodepdfsaveoptions/ +--- +## LowCodePdfSaveOptions::~LowCodePdfSaveOptions method + + +Destructor. + +```cpp +Aspose::Cells::LowCode::LowCodePdfSaveOptions::~LowCodePdfSaveOptions() +``` + +## See Also + +* Class [LowCodePdfSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptions/_impl/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptions/_impl/_index.md new file mode 100644 index 00000000000..1203268a497 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptions/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptions::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptions::_impl field. The implementation object in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptions/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +LowCodeSaveOptions_Impl* Aspose::Cells::LowCode::LowCodeSaveOptions::_impl +``` + +## See Also + +* Class [LowCodeSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptions/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptions/_index.md new file mode 100644 index 00000000000..0b50e49ddcc --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptions/_index.md @@ -0,0 +1,45 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptions class +linktitle: LowCodeSaveOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptions class. Options for saving generated results in low code way in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptions/ +--- +## LowCodeSaveOptions class + + +Options for saving generated results in low code way. + +```cpp +class LowCodeSaveOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetOutputFile()](./getoutputfile/) | Gets and sets the file(with path if needed) for saving the generated data. When setting this property with value other than null or empty string, OutputStream will be ignored. | +| [GetOutputStream()](./getoutputstream/) | Gets and sets the Stream for writing the generated data to. When setting this property with value other than null, OutputFile will be ignored. | +| [GetSaveFormat()](./getsaveformat/) | Gets and sets the save format for the output. Generally, for specific process in low code way, only some specific formats are allowed. Please specify the correct format for corresponding process, otherwise unexpected result or even exception may be caused. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [LowCodeSaveOptions()](./lowcodesaveoptions/) | Default constructor. | +| [LowCodeSaveOptions(LowCodeSaveOptions_Impl* impl)](./lowcodesaveoptions/) | Constructs from an implementation object. | +| [LowCodeSaveOptions(const LowCodeSaveOptions\& src)](./lowcodesaveoptions/) | Copy constructor. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const LowCodeSaveOptions\& src)](./operator_asm/) | operator= | +| [SetOutputFile(const U16String\& value)](./setoutputfile/) | Gets and sets the file(with path if needed) for saving the generated data. When setting this property with value other than null or empty string, OutputStream will be ignored. | +| [SetOutputFile(const char16_t* value)](./setoutputfile/) | Gets and sets the file(with path if needed) for saving the generated data. When setting this property with value other than null or empty string, OutputStream will be ignored. | +| [SetOutputStream(const Vector \\& value)](./setoutputstream/) | Gets and sets the Stream for writing the generated data to. When setting this property with value other than null, OutputFile will be ignored. | +| [SetSaveFormat(SaveFormat value)](./setsaveformat/) | Gets and sets the save format for the output. Generally, for specific process in low code way, only some specific formats are allowed. Please specify the correct format for corresponding process, otherwise unexpected result or even exception may be caused. | +| [~LowCodeSaveOptions()](./~lowcodesaveoptions/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::LowCode](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptions/getoutputfile/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptions/getoutputfile/_index.md new file mode 100644 index 00000000000..b6f14289523 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptions/getoutputfile/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptions::GetOutputFile method +linktitle: GetOutputFile +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptions::GetOutputFile method. Gets and sets the file(with path if needed) for saving the generated data. When setting this property with value other than null or empty string, OutputStream will be ignored in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptions/getoutputfile/ +--- +## LowCodeSaveOptions::GetOutputFile method + + +Gets and sets the file(with path if needed) for saving the generated data. When setting this property with value other than null or empty string, OutputStream will be ignored. + +```cpp +U16String Aspose::Cells::LowCode::LowCodeSaveOptions::GetOutputFile() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [LowCodeSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptions/getoutputstream/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptions/getoutputstream/_index.md new file mode 100644 index 00000000000..982bef5c9c9 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptions/getoutputstream/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptions::GetOutputStream method +linktitle: GetOutputStream +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptions::GetOutputStream method. Gets and sets the Stream for writing the generated data to. When setting this property with value other than null, OutputFile will be ignored in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptions/getoutputstream/ +--- +## LowCodeSaveOptions::GetOutputStream method + + +Gets and sets the Stream for writing the generated data to. When setting this property with value other than null, OutputFile will be ignored. + +```cpp +Vector Aspose::Cells::LowCode::LowCodeSaveOptions::GetOutputStream() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptions/getsaveformat/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptions/getsaveformat/_index.md new file mode 100644 index 00000000000..167d33d98ff --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptions/getsaveformat/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptions::GetSaveFormat method +linktitle: GetSaveFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptions::GetSaveFormat method. Gets and sets the save format for the output. Generally, for specific process in low code way, only some specific formats are allowed. Please specify the correct format for corresponding process, otherwise unexpected result or even exception may be caused in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptions/getsaveformat/ +--- +## LowCodeSaveOptions::GetSaveFormat method + + +Gets and sets the save format for the output. Generally, for specific process in low code way, only some specific formats are allowed. Please specify the correct format for corresponding process, otherwise unexpected result or even exception may be caused. + +```cpp +SaveFormat Aspose::Cells::LowCode::LowCodeSaveOptions::GetSaveFormat() +``` + +## See Also + +* Enum [SaveFormat](../../../aspose.cells/saveformat/) +* Class [LowCodeSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptions/isnull/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptions/isnull/_index.md new file mode 100644 index 00000000000..de1c08dd8b1 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptions/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptions::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptions::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptions/isnull/ +--- +## LowCodeSaveOptions::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::LowCode::LowCodeSaveOptions::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptions/lowcodesaveoptions/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptions/lowcodesaveoptions/_index.md new file mode 100644 index 00000000000..1f32d0b6b1e --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptions/lowcodesaveoptions/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptions::LowCodeSaveOptions constructor +linktitle: LowCodeSaveOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptions::LowCodeSaveOptions constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptions/lowcodesaveoptions/ +--- +## LowCodeSaveOptions::LowCodeSaveOptions() constructor + + +Default constructor. + +```cpp +Aspose::Cells::LowCode::LowCodeSaveOptions::LowCodeSaveOptions() +``` + +## See Also + +* Class [LowCodeSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## LowCodeSaveOptions::LowCodeSaveOptions(LowCodeSaveOptions_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::LowCode::LowCodeSaveOptions::LowCodeSaveOptions(LowCodeSaveOptions_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## LowCodeSaveOptions::LowCodeSaveOptions(const LowCodeSaveOptions\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::LowCode::LowCodeSaveOptions::LowCodeSaveOptions(const LowCodeSaveOptions &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSaveOptions](../) +* Class [LowCodeSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptions/operator_asm/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptions/operator_asm/_index.md new file mode 100644 index 00000000000..8537bacfc7c --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptions/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptions::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptions::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptions/operator_asm/ +--- +## LowCodeSaveOptions::operator= method + + +operator= + +```cpp +LowCodeSaveOptions & Aspose::Cells::LowCode::LowCodeSaveOptions::operator=(const LowCodeSaveOptions &src) +``` + +## See Also + +* Class [LowCodeSaveOptions](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptions/operator_bool/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptions/operator_bool/_index.md new file mode 100644 index 00000000000..0b4a4ed6d35 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptions/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptions::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptions::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptions/operator_bool/ +--- +## LowCodeSaveOptions::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::LowCode::LowCodeSaveOptions::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [LowCodeSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptions/setoutputfile/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptions/setoutputfile/_index.md new file mode 100644 index 00000000000..5d7d9f757b7 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptions/setoutputfile/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptions::SetOutputFile method +linktitle: SetOutputFile +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptions::SetOutputFile method. Gets and sets the file(with path if needed) for saving the generated data. When setting this property with value other than null or empty string, OutputStream will be ignored in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptions/setoutputfile/ +--- +## LowCodeSaveOptions::SetOutputFile(const U16String\&) method + + +Gets and sets the file(with path if needed) for saving the generated data. When setting this property with value other than null or empty string, OutputStream will be ignored. + +```cpp +void Aspose::Cells::LowCode::LowCodeSaveOptions::SetOutputFile(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [LowCodeSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## LowCodeSaveOptions::SetOutputFile(const char16_t*) method + + +Gets and sets the file(with path if needed) for saving the generated data. When setting this property with value other than null or empty string, OutputStream will be ignored. + +```cpp +void Aspose::Cells::LowCode::LowCodeSaveOptions::SetOutputFile(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptions/setoutputstream/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptions/setoutputstream/_index.md new file mode 100644 index 00000000000..57445017ea5 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptions/setoutputstream/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptions::SetOutputStream method +linktitle: SetOutputStream +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptions::SetOutputStream method. Gets and sets the Stream for writing the generated data to. When setting this property with value other than null, OutputFile will be ignored in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptions/setoutputstream/ +--- +## LowCodeSaveOptions::SetOutputStream method + + +Gets and sets the Stream for writing the generated data to. When setting this property with value other than null, OutputFile will be ignored. + +```cpp +void Aspose::Cells::LowCode::LowCodeSaveOptions::SetOutputStream(const Vector &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptions/setsaveformat/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptions/setsaveformat/_index.md new file mode 100644 index 00000000000..bcbce3c7814 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptions/setsaveformat/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptions::SetSaveFormat method +linktitle: SetSaveFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptions::SetSaveFormat method. Gets and sets the save format for the output. Generally, for specific process in low code way, only some specific formats are allowed. Please specify the correct format for corresponding process, otherwise unexpected result or even exception may be caused in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptions/setsaveformat/ +--- +## LowCodeSaveOptions::SetSaveFormat method + + +Gets and sets the save format for the output. Generally, for specific process in low code way, only some specific formats are allowed. Please specify the correct format for corresponding process, otherwise unexpected result or even exception may be caused. + +```cpp +void Aspose::Cells::LowCode::LowCodeSaveOptions::SetSaveFormat(SaveFormat value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [SaveFormat](../../../aspose.cells/saveformat/) +* Class [LowCodeSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptions/~lowcodesaveoptions/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptions/~lowcodesaveoptions/_index.md new file mode 100644 index 00000000000..b3616726ed1 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptions/~lowcodesaveoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptions::~LowCodeSaveOptions method +linktitle: ~LowCodeSaveOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptions::~LowCodeSaveOptions method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptions/~lowcodesaveoptions/ +--- +## LowCodeSaveOptions::~LowCodeSaveOptions method + + +Destructor. + +```cpp +Aspose::Cells::LowCode::LowCodeSaveOptions::~LowCodeSaveOptions() +``` + +## See Also + +* Class [LowCodeSaveOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/_impl/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/_impl/_index.md new file mode 100644 index 00000000000..9e311ac4f8f --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::_impl field. The implementation object in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +LowCodeSaveOptionsProviderOfAssembling_Impl* Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::_impl +``` + +## See Also + +* Class [LowCodeSaveOptionsProviderOfAssembling](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/_index.md new file mode 100644 index 00000000000..611583a736a --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/_index.md @@ -0,0 +1,70 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling class +linktitle: LowCodeSaveOptionsProviderOfAssembling +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling class. Implementation to provide save options which save split parts to files and the path of resultant file are named as(it may contains directories): PathHeader+SheetPrefix+SheetIndex(or SheetName) +SplitPartPrefix+SplitPartIndex+PathTail in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/ +--- +## LowCodeSaveOptionsProviderOfAssembling class + + +Implementation to provide save options which save split parts to files and the path of resultant file are named as(it may contains directories): PathHeader+SheetPrefix+SheetIndex(or SheetName) +SplitPartPrefix+SplitPartIndex+PathTail. + +```cpp +class LowCodeSaveOptionsProviderOfAssembling : public Aspose::Cells::LowCode::AbstractLowCodeSaveOptionsProvider +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AbstractLowCodeSaveOptionsProvider(AbstractLowCodeSaveOptionsProvider_Impl* impl)](../abstractlowcodesaveoptionsprovider/abstractlowcodesaveoptionsprovider/) | Constructs from an implementation object. | +| [AbstractLowCodeSaveOptionsProvider(const AbstractLowCodeSaveOptionsProvider\& src)](../abstractlowcodesaveoptionsprovider/abstractlowcodesaveoptionsprovider/) | Copy constructor. | +| [Finish(const LowCodeSaveOptions\& part)](../abstractlowcodesaveoptionsprovider/finish/) | Releases resources after processing currently split part. | +| [GetBuildPathWithSheetAlways()](./getbuildpathwithsheetalways/) | Whether add sheet index or name to file path always. Default value is false, that is, when there is only one sheet, the sheet index(or name) and corresponding prefix will not be added to the file path. | +| [GetBuildPathWithSplitPartAlways()](./getbuildpathwithsplitpartalways/) | Whether add split part index to file path always. Default value is false, that is, when there is only one split part, the split part index and corresponding prefix will not be added to the file path. | +| [GetPathHeader()](./getpathheader/) | Header part(before added content of sheet and split part) of file path. | +| [GetPathTail()](./getpathtail/) | Tailing part(after sequence numbers) of file path. It should include extension of file name. | +| virtual [GetSaveOptions(const SplitPartInfo\& part)](./getsaveoptions/) | Gets the save options from which to get the output settings for currently split part. | +| [GetSaveOptionsTemplate()](./getsaveoptionstemplate/) | The template for creating instance of save options in GetSaveOptions(SplitPartInfo). | +| [GetSheetIndexOffset()](./getsheetindexoffset/) | Offset of sheet's index between what used in file path and its actual value(SplitPartInfo.SheetIndex). | +| [GetSheetPrefix()](./getsheetprefix/) | Prefix for the index of worksheet. | +| [GetSplitPartIndexOffset()](./getsplitpartindexoffset/) | Offset of split part's index between what used in file path and its actual value(SplitPartInfo.PartIndex). | +| [GetSplitPartPrefix()](./getsplitpartprefix/) | Prefix for the index of split part. | +| [GetUseSheetName()](./getusesheetname/) | Whether builds the file path with sheet name instead of sheet index. Default value is false. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [LowCodeSaveOptionsProviderOfAssembling()](./lowcodesaveoptionsproviderofassembling/) | Default constructor. | +| [LowCodeSaveOptionsProviderOfAssembling(LowCodeSaveOptionsProviderOfAssembling_Impl* impl)](./lowcodesaveoptionsproviderofassembling/) | Constructs from an implementation object. | +| [LowCodeSaveOptionsProviderOfAssembling(const LowCodeSaveOptionsProviderOfAssembling\& src)](./lowcodesaveoptionsproviderofassembling/) | Copy constructor. | +| [LowCodeSaveOptionsProviderOfAssembling(const AbstractLowCodeSaveOptionsProvider\& src)](./lowcodesaveoptionsproviderofassembling/) | Constructs from a parent object. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const LowCodeSaveOptionsProviderOfAssembling\& src)](./operator_asm/) | operator= | +| [operator=(const AbstractLowCodeSaveOptionsProvider\& src)](../abstractlowcodesaveoptionsprovider/operator_asm/) | operator= | +| [SetBuildPathWithSheetAlways(bool value)](./setbuildpathwithsheetalways/) | Whether add sheet index or name to file path always. Default value is false, that is, when there is only one sheet, the sheet index(or name) and corresponding prefix will not be added to the file path. | +| [SetBuildPathWithSplitPartAlways(bool value)](./setbuildpathwithsplitpartalways/) | Whether add split part index to file path always. Default value is false, that is, when there is only one split part, the split part index and corresponding prefix will not be added to the file path. | +| [SetPathHeader(const U16String\& value)](./setpathheader/) | Header part(before added content of sheet and split part) of file path. | +| [SetPathHeader(const char16_t* value)](./setpathheader/) | Header part(before added content of sheet and split part) of file path. | +| [SetPathTail(const U16String\& value)](./setpathtail/) | Tailing part(after sequence numbers) of file path. It should include extension of file name. | +| [SetPathTail(const char16_t* value)](./setpathtail/) | Tailing part(after sequence numbers) of file path. It should include extension of file name. | +| [SetSaveOptionsTemplate(const LowCodeSaveOptions\& value)](./setsaveoptionstemplate/) | The template for creating instance of save options in GetSaveOptions(SplitPartInfo). | +| [SetSheetIndexOffset(int32_t value)](./setsheetindexoffset/) | Offset of sheet's index between what used in file path and its actual value(SplitPartInfo.SheetIndex). | +| [SetSheetPrefix(const U16String\& value)](./setsheetprefix/) | Prefix for the index of worksheet. | +| [SetSheetPrefix(const char16_t* value)](./setsheetprefix/) | Prefix for the index of worksheet. | +| [SetSplitPartIndexOffset(int32_t value)](./setsplitpartindexoffset/) | Offset of split part's index between what used in file path and its actual value(SplitPartInfo.PartIndex). | +| [SetSplitPartPrefix(const U16String\& value)](./setsplitpartprefix/) | Prefix for the index of split part. | +| [SetSplitPartPrefix(const char16_t* value)](./setsplitpartprefix/) | Prefix for the index of split part. | +| [SetUseSheetName(bool value)](./setusesheetname/) | Whether builds the file path with sheet name instead of sheet index. Default value is false. | +| [~AbstractLowCodeSaveOptionsProvider()](../abstractlowcodesaveoptionsprovider/~abstractlowcodesaveoptionsprovider/) | Destructor. | +| [~LowCodeSaveOptionsProviderOfAssembling()](./~lowcodesaveoptionsproviderofassembling/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [AbstractLowCodeSaveOptionsProvider](../abstractlowcodesaveoptionsprovider/) +* Namespace [Aspose::Cells::LowCode](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/getbuildpathwithsheetalways/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/getbuildpathwithsheetalways/_index.md new file mode 100644 index 00000000000..bc15a18e3cd --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/getbuildpathwithsheetalways/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::GetBuildPathWithSheetAlways method +linktitle: GetBuildPathWithSheetAlways +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::GetBuildPathWithSheetAlways method. Whether add sheet index or name to file path always. Default value is false, that is, when there is only one sheet, the sheet index(or name) and corresponding prefix will not be added to the file path in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/getbuildpathwithsheetalways/ +--- +## LowCodeSaveOptionsProviderOfAssembling::GetBuildPathWithSheetAlways method + + +Whether add sheet index or name to file path always. Default value is false, that is, when there is only one sheet, the sheet index(or name) and corresponding prefix will not be added to the file path. + +```cpp +bool Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::GetBuildPathWithSheetAlways() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSaveOptionsProviderOfAssembling](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/getbuildpathwithsplitpartalways/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/getbuildpathwithsplitpartalways/_index.md new file mode 100644 index 00000000000..9267c2ae133 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/getbuildpathwithsplitpartalways/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::GetBuildPathWithSplitPartAlways method +linktitle: GetBuildPathWithSplitPartAlways +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::GetBuildPathWithSplitPartAlways method. Whether add split part index to file path always. Default value is false, that is, when there is only one split part, the split part index and corresponding prefix will not be added to the file path in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/getbuildpathwithsplitpartalways/ +--- +## LowCodeSaveOptionsProviderOfAssembling::GetBuildPathWithSplitPartAlways method + + +Whether add split part index to file path always. Default value is false, that is, when there is only one split part, the split part index and corresponding prefix will not be added to the file path. + +```cpp +bool Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::GetBuildPathWithSplitPartAlways() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSaveOptionsProviderOfAssembling](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/getpathheader/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/getpathheader/_index.md new file mode 100644 index 00000000000..46c2c590c47 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/getpathheader/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::GetPathHeader method +linktitle: GetPathHeader +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::GetPathHeader method. Header part(before added content of sheet and split part) of file path in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/getpathheader/ +--- +## LowCodeSaveOptionsProviderOfAssembling::GetPathHeader method + + +Header part(before added content of sheet and split part) of file path. + +```cpp +U16String Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::GetPathHeader() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [LowCodeSaveOptionsProviderOfAssembling](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/getpathtail/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/getpathtail/_index.md new file mode 100644 index 00000000000..ae29d7976b0 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/getpathtail/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::GetPathTail method +linktitle: GetPathTail +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::GetPathTail method. Tailing part(after sequence numbers) of file path. It should include extension of file name in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/getpathtail/ +--- +## LowCodeSaveOptionsProviderOfAssembling::GetPathTail method + + +Tailing part(after sequence numbers) of file path. It should include extension of file name. + +```cpp +U16String Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::GetPathTail() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [LowCodeSaveOptionsProviderOfAssembling](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/getsaveoptions/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/getsaveoptions/_index.md new file mode 100644 index 00000000000..e0e08a6a17b --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/getsaveoptions/_index.md @@ -0,0 +1,26 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::GetSaveOptions method +linktitle: GetSaveOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::GetSaveOptions method. Gets the save options from which to get the output settings for currently split part in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/getsaveoptions/ +--- +## LowCodeSaveOptionsProviderOfAssembling::GetSaveOptions method + + +Gets the save options from which to get the output settings for currently split part. + +```cpp +LowCodeSaveOptions Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::GetSaveOptions(const SplitPartInfo &part) +``` + +## See Also + +* Class [LowCodeSaveOptions](../../lowcodesaveoptions/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [SplitPartInfo](../../splitpartinfo/) +* Class [LowCodeSaveOptionsProviderOfAssembling](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/getsaveoptionstemplate/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/getsaveoptionstemplate/_index.md new file mode 100644 index 00000000000..5ad63eeac6b --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/getsaveoptionstemplate/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::GetSaveOptionsTemplate method +linktitle: GetSaveOptionsTemplate +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::GetSaveOptionsTemplate method. The template for creating instance of save options in GetSaveOptions(SplitPartInfo) in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/getsaveoptionstemplate/ +--- +## LowCodeSaveOptionsProviderOfAssembling::GetSaveOptionsTemplate method + + +The template for creating instance of save options in GetSaveOptions(SplitPartInfo). + +```cpp +LowCodeSaveOptions Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::GetSaveOptionsTemplate() +``` + +## Remarks + + +If the template has been specified, then the created instance will copy all setting from it and update the output file accordingly. +## See Also + +* Class [LowCodeSaveOptions](../../lowcodesaveoptions/) +* Class [LowCodeSaveOptionsProviderOfAssembling](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/getsheetindexoffset/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/getsheetindexoffset/_index.md new file mode 100644 index 00000000000..4a131226269 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/getsheetindexoffset/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::GetSheetIndexOffset method +linktitle: GetSheetIndexOffset +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::GetSheetIndexOffset method. Offset of sheet''s index between what used in file path and its actual value(SplitPartInfo.SheetIndex) in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/getsheetindexoffset/ +--- +## LowCodeSaveOptionsProviderOfAssembling::GetSheetIndexOffset method + + +Offset of sheet's index between what used in file path and its actual value(SplitPartInfo.SheetIndex). + +```cpp +int32_t Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::GetSheetIndexOffset() +``` + +## Remarks + + +Only takes effect when UseSheetName is false. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSaveOptionsProviderOfAssembling](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/getsheetprefix/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/getsheetprefix/_index.md new file mode 100644 index 00000000000..81cd08da618 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/getsheetprefix/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::GetSheetPrefix method +linktitle: GetSheetPrefix +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::GetSheetPrefix method. Prefix for the index of worksheet in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/getsheetprefix/ +--- +## LowCodeSaveOptionsProviderOfAssembling::GetSheetPrefix method + + +Prefix for the index of worksheet. + +```cpp +U16String Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::GetSheetPrefix() +``` + +## Remarks + + +If there is only one worksheet and BuildPathWithSheetAlways is false, then this prefix and the sheet index(or name) will not be added to the resultant file path. +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [LowCodeSaveOptionsProviderOfAssembling](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/getsplitpartindexoffset/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/getsplitpartindexoffset/_index.md new file mode 100644 index 00000000000..8ed4f75d613 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/getsplitpartindexoffset/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::GetSplitPartIndexOffset method +linktitle: GetSplitPartIndexOffset +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::GetSplitPartIndexOffset method. Offset of split part''s index between what used in file path and its actual value(SplitPartInfo.PartIndex) in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/getsplitpartindexoffset/ +--- +## LowCodeSaveOptionsProviderOfAssembling::GetSplitPartIndexOffset method + + +Offset of split part's index between what used in file path and its actual value(SplitPartInfo.PartIndex). + +```cpp +int32_t Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::GetSplitPartIndexOffset() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSaveOptionsProviderOfAssembling](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/getsplitpartprefix/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/getsplitpartprefix/_index.md new file mode 100644 index 00000000000..77178c29ebd --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/getsplitpartprefix/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::GetSplitPartPrefix method +linktitle: GetSplitPartPrefix +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::GetSplitPartPrefix method. Prefix for the index of split part in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/getsplitpartprefix/ +--- +## LowCodeSaveOptionsProviderOfAssembling::GetSplitPartPrefix method + + +Prefix for the index of split part. + +```cpp +U16String Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::GetSplitPartPrefix() +``` + +## Remarks + + +If there is only one split part and BuildPathWithSplitPartAlways is false, then this prefix and the split part index(0) will not be added to the resultant file path. +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [LowCodeSaveOptionsProviderOfAssembling](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/getusesheetname/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/getusesheetname/_index.md new file mode 100644 index 00000000000..ee7de5eec5c --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/getusesheetname/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::GetUseSheetName method +linktitle: GetUseSheetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::GetUseSheetName method. Whether builds the file path with sheet name instead of sheet index. Default value is false in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/getusesheetname/ +--- +## LowCodeSaveOptionsProviderOfAssembling::GetUseSheetName method + + +Whether builds the file path with sheet name instead of sheet index. Default value is false. + +```cpp +bool Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::GetUseSheetName() +``` + +## Remarks + + +The sheet name will never be rebuilt automatically. So when set it to true, please make sure there is no special sheet name that can cause invalid file path or name. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSaveOptionsProviderOfAssembling](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/isnull/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/isnull/_index.md new file mode 100644 index 00000000000..6ea271eb839 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/isnull/ +--- +## LowCodeSaveOptionsProviderOfAssembling::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSaveOptionsProviderOfAssembling](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/lowcodesaveoptionsproviderofassembling/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/lowcodesaveoptionsproviderofassembling/_index.md new file mode 100644 index 00000000000..6087ae5cde2 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/lowcodesaveoptionsproviderofassembling/_index.md @@ -0,0 +1,70 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::LowCodeSaveOptionsProviderOfAssembling constructor +linktitle: LowCodeSaveOptionsProviderOfAssembling +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::LowCodeSaveOptionsProviderOfAssembling constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/lowcodesaveoptionsproviderofassembling/ +--- +## LowCodeSaveOptionsProviderOfAssembling::LowCodeSaveOptionsProviderOfAssembling() constructor + + +Default constructor. + +```cpp +Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::LowCodeSaveOptionsProviderOfAssembling() +``` + +## See Also + +* Class [LowCodeSaveOptionsProviderOfAssembling](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## LowCodeSaveOptionsProviderOfAssembling::LowCodeSaveOptionsProviderOfAssembling(LowCodeSaveOptionsProviderOfAssembling_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::LowCodeSaveOptionsProviderOfAssembling(LowCodeSaveOptionsProviderOfAssembling_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSaveOptionsProviderOfAssembling](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## LowCodeSaveOptionsProviderOfAssembling::LowCodeSaveOptionsProviderOfAssembling(const LowCodeSaveOptionsProviderOfAssembling\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::LowCodeSaveOptionsProviderOfAssembling(const LowCodeSaveOptionsProviderOfAssembling &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSaveOptionsProviderOfAssembling](../) +* Class [LowCodeSaveOptionsProviderOfAssembling](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## LowCodeSaveOptionsProviderOfAssembling::LowCodeSaveOptionsProviderOfAssembling(const AbstractLowCodeSaveOptionsProvider\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::LowCodeSaveOptionsProviderOfAssembling(const AbstractLowCodeSaveOptionsProvider &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [AbstractLowCodeSaveOptionsProvider](../../abstractlowcodesaveoptionsprovider/) +* Class [LowCodeSaveOptionsProviderOfAssembling](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/operator_asm/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/operator_asm/_index.md new file mode 100644 index 00000000000..85edde62d16 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/operator_asm/ +--- +## LowCodeSaveOptionsProviderOfAssembling::operator= method + + +operator= + +```cpp +LowCodeSaveOptionsProviderOfAssembling & Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::operator=(const LowCodeSaveOptionsProviderOfAssembling &src) +``` + +## See Also + +* Class [LowCodeSaveOptionsProviderOfAssembling](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSaveOptionsProviderOfAssembling](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/operator_bool/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/operator_bool/_index.md new file mode 100644 index 00000000000..85aee816a29 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/operator_bool/ +--- +## LowCodeSaveOptionsProviderOfAssembling::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [LowCodeSaveOptionsProviderOfAssembling](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/setbuildpathwithsheetalways/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/setbuildpathwithsheetalways/_index.md new file mode 100644 index 00000000000..5a705096cab --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/setbuildpathwithsheetalways/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::SetBuildPathWithSheetAlways method +linktitle: SetBuildPathWithSheetAlways +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::SetBuildPathWithSheetAlways method. Whether add sheet index or name to file path always. Default value is false, that is, when there is only one sheet, the sheet index(or name) and corresponding prefix will not be added to the file path in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/setbuildpathwithsheetalways/ +--- +## LowCodeSaveOptionsProviderOfAssembling::SetBuildPathWithSheetAlways method + + +Whether add sheet index or name to file path always. Default value is false, that is, when there is only one sheet, the sheet index(or name) and corresponding prefix will not be added to the file path. + +```cpp +void Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::SetBuildPathWithSheetAlways(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSaveOptionsProviderOfAssembling](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/setbuildpathwithsplitpartalways/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/setbuildpathwithsplitpartalways/_index.md new file mode 100644 index 00000000000..a47443e8fdc --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/setbuildpathwithsplitpartalways/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::SetBuildPathWithSplitPartAlways method +linktitle: SetBuildPathWithSplitPartAlways +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::SetBuildPathWithSplitPartAlways method. Whether add split part index to file path always. Default value is false, that is, when there is only one split part, the split part index and corresponding prefix will not be added to the file path in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/setbuildpathwithsplitpartalways/ +--- +## LowCodeSaveOptionsProviderOfAssembling::SetBuildPathWithSplitPartAlways method + + +Whether add split part index to file path always. Default value is false, that is, when there is only one split part, the split part index and corresponding prefix will not be added to the file path. + +```cpp +void Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::SetBuildPathWithSplitPartAlways(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSaveOptionsProviderOfAssembling](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/setpathheader/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/setpathheader/_index.md new file mode 100644 index 00000000000..85d578155a4 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/setpathheader/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::SetPathHeader method +linktitle: SetPathHeader +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::SetPathHeader method. Header part(before added content of sheet and split part) of file path in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/setpathheader/ +--- +## LowCodeSaveOptionsProviderOfAssembling::SetPathHeader(const U16String\&) method + + +Header part(before added content of sheet and split part) of file path. + +```cpp +void Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::SetPathHeader(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [LowCodeSaveOptionsProviderOfAssembling](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## LowCodeSaveOptionsProviderOfAssembling::SetPathHeader(const char16_t*) method + + +Header part(before added content of sheet and split part) of file path. + +```cpp +void Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::SetPathHeader(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSaveOptionsProviderOfAssembling](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/setpathtail/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/setpathtail/_index.md new file mode 100644 index 00000000000..17031059420 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/setpathtail/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::SetPathTail method +linktitle: SetPathTail +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::SetPathTail method. Tailing part(after sequence numbers) of file path. It should include extension of file name in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/setpathtail/ +--- +## LowCodeSaveOptionsProviderOfAssembling::SetPathTail(const U16String\&) method + + +Tailing part(after sequence numbers) of file path. It should include extension of file name. + +```cpp +void Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::SetPathTail(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [LowCodeSaveOptionsProviderOfAssembling](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## LowCodeSaveOptionsProviderOfAssembling::SetPathTail(const char16_t*) method + + +Tailing part(after sequence numbers) of file path. It should include extension of file name. + +```cpp +void Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::SetPathTail(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSaveOptionsProviderOfAssembling](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/setsaveoptionstemplate/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/setsaveoptionstemplate/_index.md new file mode 100644 index 00000000000..eb0a3c750f0 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/setsaveoptionstemplate/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::SetSaveOptionsTemplate method +linktitle: SetSaveOptionsTemplate +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::SetSaveOptionsTemplate method. The template for creating instance of save options in GetSaveOptions(SplitPartInfo) in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/setsaveoptionstemplate/ +--- +## LowCodeSaveOptionsProviderOfAssembling::SetSaveOptionsTemplate method + + +The template for creating instance of save options in GetSaveOptions(SplitPartInfo). + +```cpp +void Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::SetSaveOptionsTemplate(const LowCodeSaveOptions &value) +``` + +## Remarks + + +If the template has been specified, then the created instance will copy all setting from it and update the output file accordingly. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSaveOptions](../../lowcodesaveoptions/) +* Class [LowCodeSaveOptionsProviderOfAssembling](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/setsheetindexoffset/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/setsheetindexoffset/_index.md new file mode 100644 index 00000000000..31be2d861be --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/setsheetindexoffset/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::SetSheetIndexOffset method +linktitle: SetSheetIndexOffset +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::SetSheetIndexOffset method. Offset of sheet''s index between what used in file path and its actual value(SplitPartInfo.SheetIndex) in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/setsheetindexoffset/ +--- +## LowCodeSaveOptionsProviderOfAssembling::SetSheetIndexOffset method + + +Offset of sheet's index between what used in file path and its actual value(SplitPartInfo.SheetIndex). + +```cpp +void Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::SetSheetIndexOffset(int32_t value) +``` + +## Remarks + + +Only takes effect when UseSheetName is false. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSaveOptionsProviderOfAssembling](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/setsheetprefix/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/setsheetprefix/_index.md new file mode 100644 index 00000000000..e8854a8b67e --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/setsheetprefix/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::SetSheetPrefix method +linktitle: SetSheetPrefix +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::SetSheetPrefix method. Prefix for the index of worksheet in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/setsheetprefix/ +--- +## LowCodeSaveOptionsProviderOfAssembling::SetSheetPrefix(const U16String\&) method + + +Prefix for the index of worksheet. + +```cpp +void Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::SetSheetPrefix(const U16String &value) +``` + +## Remarks + + +If there is only one worksheet and BuildPathWithSheetAlways is false, then this prefix and the sheet index(or name) will not be added to the resultant file path. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [LowCodeSaveOptionsProviderOfAssembling](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## LowCodeSaveOptionsProviderOfAssembling::SetSheetPrefix(const char16_t*) method + + +Prefix for the index of worksheet. + +```cpp +void Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::SetSheetPrefix(const char16_t *value) +``` + +## Remarks + + +If there is only one worksheet and BuildPathWithSheetAlways is false, then this prefix and the sheet index(or name) will not be added to the resultant file path. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSaveOptionsProviderOfAssembling](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/setsplitpartindexoffset/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/setsplitpartindexoffset/_index.md new file mode 100644 index 00000000000..11ef2509de8 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/setsplitpartindexoffset/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::SetSplitPartIndexOffset method +linktitle: SetSplitPartIndexOffset +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::SetSplitPartIndexOffset method. Offset of split part''s index between what used in file path and its actual value(SplitPartInfo.PartIndex) in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/setsplitpartindexoffset/ +--- +## LowCodeSaveOptionsProviderOfAssembling::SetSplitPartIndexOffset method + + +Offset of split part's index between what used in file path and its actual value(SplitPartInfo.PartIndex). + +```cpp +void Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::SetSplitPartIndexOffset(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSaveOptionsProviderOfAssembling](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/setsplitpartprefix/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/setsplitpartprefix/_index.md new file mode 100644 index 00000000000..abdb0d8d410 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/setsplitpartprefix/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::SetSplitPartPrefix method +linktitle: SetSplitPartPrefix +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::SetSplitPartPrefix method. Prefix for the index of split part in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/setsplitpartprefix/ +--- +## LowCodeSaveOptionsProviderOfAssembling::SetSplitPartPrefix(const U16String\&) method + + +Prefix for the index of split part. + +```cpp +void Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::SetSplitPartPrefix(const U16String &value) +``` + +## Remarks + + +If there is only one split part and BuildPathWithSplitPartAlways is false, then this prefix and the split part index(0) will not be added to the resultant file path. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [LowCodeSaveOptionsProviderOfAssembling](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## LowCodeSaveOptionsProviderOfAssembling::SetSplitPartPrefix(const char16_t*) method + + +Prefix for the index of split part. + +```cpp +void Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::SetSplitPartPrefix(const char16_t *value) +``` + +## Remarks + + +If there is only one split part and BuildPathWithSplitPartAlways is false, then this prefix and the split part index(0) will not be added to the resultant file path. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSaveOptionsProviderOfAssembling](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/setusesheetname/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/setusesheetname/_index.md new file mode 100644 index 00000000000..4e86f2e488a --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/setusesheetname/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::SetUseSheetName method +linktitle: SetUseSheetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::SetUseSheetName method. Whether builds the file path with sheet name instead of sheet index. Default value is false in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/setusesheetname/ +--- +## LowCodeSaveOptionsProviderOfAssembling::SetUseSheetName method + + +Whether builds the file path with sheet name instead of sheet index. Default value is false. + +```cpp +void Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::SetUseSheetName(bool value) +``` + +## Remarks + + +The sheet name will never be rebuilt automatically. So when set it to true, please make sure there is no special sheet name that can cause invalid file path or name. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSaveOptionsProviderOfAssembling](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/~lowcodesaveoptionsproviderofassembling/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/~lowcodesaveoptionsproviderofassembling/_index.md new file mode 100644 index 00000000000..1b42c969ad8 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/~lowcodesaveoptionsproviderofassembling/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::~LowCodeSaveOptionsProviderOfAssembling method +linktitle: ~LowCodeSaveOptionsProviderOfAssembling +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::~LowCodeSaveOptionsProviderOfAssembling method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling/~lowcodesaveoptionsproviderofassembling/ +--- +## LowCodeSaveOptionsProviderOfAssembling::~LowCodeSaveOptionsProviderOfAssembling method + + +Destructor. + +```cpp +Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfAssembling::~LowCodeSaveOptionsProviderOfAssembling() +``` + +## See Also + +* Class [LowCodeSaveOptionsProviderOfAssembling](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/_impl/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/_impl/_index.md new file mode 100644 index 00000000000..c59f163e668 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::_impl field. The implementation object in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +LowCodeSaveOptionsProviderOfPlaceHolders_Impl* Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::_impl +``` + +## See Also + +* Class [LowCodeSaveOptionsProviderOfPlaceHolders](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/_index.md new file mode 100644 index 00000000000..ff19558058d --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/_index.md @@ -0,0 +1,66 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders class +linktitle: LowCodeSaveOptionsProviderOfPlaceHolders +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders class. Implementation to provide save options which save split parts to files and the path of resultant file are defined with placeholders in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/ +--- +## LowCodeSaveOptionsProviderOfPlaceHolders class + + +Implementation to provide save options which save split parts to files and the path of resultant file are defined with placeholders. + +```cpp +class LowCodeSaveOptionsProviderOfPlaceHolders : public Aspose::Cells::LowCode::AbstractLowCodeSaveOptionsProvider +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AbstractLowCodeSaveOptionsProvider(AbstractLowCodeSaveOptionsProvider_Impl* impl)](../abstractlowcodesaveoptionsprovider/abstractlowcodesaveoptionsprovider/) | Constructs from an implementation object. | +| [AbstractLowCodeSaveOptionsProvider(const AbstractLowCodeSaveOptionsProvider\& src)](../abstractlowcodesaveoptionsprovider/abstractlowcodesaveoptionsprovider/) | Copy constructor. | +| [Finish(const LowCodeSaveOptions\& part)](../abstractlowcodesaveoptionsprovider/finish/) | Releases resources after processing currently split part. | +| [GetBuildPathWithSheetAlways()](./getbuildpathwithsheetalways/) | Whether add sheet index or name to file path always. Default value is false, that is, when there is only one sheet, the sheet index and name and corresponding prefix(SheetNamePrefix) will not be added to the file path. | +| [GetBuildPathWithSplitPartAlways()](./getbuildpathwithsplitpartalways/) | Whether add split part index to file path always. Default value is false, that is, when there is only one split part, the split part index and corresponding prefix(SplitPartPrefix) will not be added to the file path. | +| virtual [GetSaveOptions(const SplitPartInfo\& part)](./getsaveoptions/) | Gets the save options from which to get the output settings for currently split part. | +| [GetSaveOptionsTemplate()](./getsaveoptionstemplate/) | The template for creating instance of save options in GetSaveOptions(SplitPartInfo). | +| [GetSheetIndexOffset()](./getsheetindexoffset/) | Offset of sheet's index between what used in file path and its actual value(SplitPartInfo.SheetIndex). | +| [GetSheetIndexPrefix()](./getsheetindexprefix/) | Prefix for the index of worksheet. | +| [GetSheetNamePrefix()](./getsheetnameprefix/) | Prefix for the index of worksheet. | +| [GetSplitPartIndexOffset()](./getsplitpartindexoffset/) | Offset of split part's index between what used in file path and its actual value(SplitPartInfo.PartIndex). | +| [GetSplitPartPrefix()](./getsplitpartprefix/) | Prefix for the index of split part. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [LowCodeSaveOptionsProviderOfPlaceHolders(const U16String\& pathTemplate)](./lowcodesaveoptionsproviderofplaceholders/) | Instantiates an instance to provide save options according to specified templates. | +| explicit [LowCodeSaveOptionsProviderOfPlaceHolders(const char16_t* pathTemplate)](./lowcodesaveoptionsproviderofplaceholders/) | Instantiates an instance to provide save options according to specified templates. | +| [LowCodeSaveOptionsProviderOfPlaceHolders(LowCodeSaveOptionsProviderOfPlaceHolders_Impl* impl)](./lowcodesaveoptionsproviderofplaceholders/) | Constructs from an implementation object. | +| [LowCodeSaveOptionsProviderOfPlaceHolders(const LowCodeSaveOptionsProviderOfPlaceHolders\& src)](./lowcodesaveoptionsproviderofplaceholders/) | Copy constructor. | +| [LowCodeSaveOptionsProviderOfPlaceHolders(const AbstractLowCodeSaveOptionsProvider\& src)](./lowcodesaveoptionsproviderofplaceholders/) | Constructs from a parent object. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const LowCodeSaveOptionsProviderOfPlaceHolders\& src)](./operator_asm/) | operator= | +| [operator=(const AbstractLowCodeSaveOptionsProvider\& src)](../abstractlowcodesaveoptionsprovider/operator_asm/) | operator= | +| [SetBuildPathWithSheetAlways(bool value)](./setbuildpathwithsheetalways/) | Whether add sheet index or name to file path always. Default value is false, that is, when there is only one sheet, the sheet index and name and corresponding prefix(SheetNamePrefix) will not be added to the file path. | +| [SetBuildPathWithSplitPartAlways(bool value)](./setbuildpathwithsplitpartalways/) | Whether add split part index to file path always. Default value is false, that is, when there is only one split part, the split part index and corresponding prefix(SplitPartPrefix) will not be added to the file path. | +| [SetSaveOptionsTemplate(const LowCodeSaveOptions\& value)](./setsaveoptionstemplate/) | The template for creating instance of save options in GetSaveOptions(SplitPartInfo). | +| [SetSheetIndexOffset(int32_t value)](./setsheetindexoffset/) | Offset of sheet's index between what used in file path and its actual value(SplitPartInfo.SheetIndex). | +| [SetSheetIndexPrefix(const U16String\& value)](./setsheetindexprefix/) | Prefix for the index of worksheet. | +| [SetSheetIndexPrefix(const char16_t* value)](./setsheetindexprefix/) | Prefix for the index of worksheet. | +| [SetSheetNamePrefix(const U16String\& value)](./setsheetnameprefix/) | Prefix for the index of worksheet. | +| [SetSheetNamePrefix(const char16_t* value)](./setsheetnameprefix/) | Prefix for the index of worksheet. | +| [SetSplitPartIndexOffset(int32_t value)](./setsplitpartindexoffset/) | Offset of split part's index between what used in file path and its actual value(SplitPartInfo.PartIndex). | +| [SetSplitPartPrefix(const U16String\& value)](./setsplitpartprefix/) | Prefix for the index of split part. | +| [SetSplitPartPrefix(const char16_t* value)](./setsplitpartprefix/) | Prefix for the index of split part. | +| [~AbstractLowCodeSaveOptionsProvider()](../abstractlowcodesaveoptionsprovider/~abstractlowcodesaveoptionsprovider/) | Destructor. | +| [~LowCodeSaveOptionsProviderOfPlaceHolders()](./~lowcodesaveoptionsproviderofplaceholders/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [AbstractLowCodeSaveOptionsProvider](../abstractlowcodesaveoptionsprovider/) +* Namespace [Aspose::Cells::LowCode](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/getbuildpathwithsheetalways/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/getbuildpathwithsheetalways/_index.md new file mode 100644 index 00000000000..afa674363f7 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/getbuildpathwithsheetalways/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::GetBuildPathWithSheetAlways method +linktitle: GetBuildPathWithSheetAlways +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::GetBuildPathWithSheetAlways method. Whether add sheet index or name to file path always. Default value is false, that is, when there is only one sheet, the sheet index and name and corresponding prefix(SheetNamePrefix) will not be added to the file path in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/getbuildpathwithsheetalways/ +--- +## LowCodeSaveOptionsProviderOfPlaceHolders::GetBuildPathWithSheetAlways method + + +Whether add sheet index or name to file path always. Default value is false, that is, when there is only one sheet, the sheet index and name and corresponding prefix(SheetNamePrefix) will not be added to the file path. + +```cpp +bool Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::GetBuildPathWithSheetAlways() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSaveOptionsProviderOfPlaceHolders](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/getbuildpathwithsplitpartalways/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/getbuildpathwithsplitpartalways/_index.md new file mode 100644 index 00000000000..b0f2c95b193 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/getbuildpathwithsplitpartalways/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::GetBuildPathWithSplitPartAlways method +linktitle: GetBuildPathWithSplitPartAlways +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::GetBuildPathWithSplitPartAlways method. Whether add split part index to file path always. Default value is false, that is, when there is only one split part, the split part index and corresponding prefix(SplitPartPrefix) will not be added to the file path in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/getbuildpathwithsplitpartalways/ +--- +## LowCodeSaveOptionsProviderOfPlaceHolders::GetBuildPathWithSplitPartAlways method + + +Whether add split part index to file path always. Default value is false, that is, when there is only one split part, the split part index and corresponding prefix(SplitPartPrefix) will not be added to the file path. + +```cpp +bool Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::GetBuildPathWithSplitPartAlways() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSaveOptionsProviderOfPlaceHolders](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/getsaveoptions/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/getsaveoptions/_index.md new file mode 100644 index 00000000000..618668876a0 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/getsaveoptions/_index.md @@ -0,0 +1,26 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::GetSaveOptions method +linktitle: GetSaveOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::GetSaveOptions method. Gets the save options from which to get the output settings for currently split part in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/getsaveoptions/ +--- +## LowCodeSaveOptionsProviderOfPlaceHolders::GetSaveOptions method + + +Gets the save options from which to get the output settings for currently split part. + +```cpp +LowCodeSaveOptions Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::GetSaveOptions(const SplitPartInfo &part) +``` + +## See Also + +* Class [LowCodeSaveOptions](../../lowcodesaveoptions/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [SplitPartInfo](../../splitpartinfo/) +* Class [LowCodeSaveOptionsProviderOfPlaceHolders](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/getsaveoptionstemplate/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/getsaveoptionstemplate/_index.md new file mode 100644 index 00000000000..24245a06eb3 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/getsaveoptionstemplate/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::GetSaveOptionsTemplate method +linktitle: GetSaveOptionsTemplate +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::GetSaveOptionsTemplate method. The template for creating instance of save options in GetSaveOptions(SplitPartInfo) in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/getsaveoptionstemplate/ +--- +## LowCodeSaveOptionsProviderOfPlaceHolders::GetSaveOptionsTemplate method + + +The template for creating instance of save options in GetSaveOptions(SplitPartInfo). + +```cpp +LowCodeSaveOptions Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::GetSaveOptionsTemplate() +``` + +## Remarks + + +If the template has been specified, then the created instance will copy all setting from it and update the output file accordingly. +## See Also + +* Class [LowCodeSaveOptions](../../lowcodesaveoptions/) +* Class [LowCodeSaveOptionsProviderOfPlaceHolders](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/getsheetindexoffset/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/getsheetindexoffset/_index.md new file mode 100644 index 00000000000..39584615c01 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/getsheetindexoffset/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::GetSheetIndexOffset method +linktitle: GetSheetIndexOffset +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::GetSheetIndexOffset method. Offset of sheet''s index between what used in file path and its actual value(SplitPartInfo.SheetIndex) in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/getsheetindexoffset/ +--- +## LowCodeSaveOptionsProviderOfPlaceHolders::GetSheetIndexOffset method + + +Offset of sheet's index between what used in file path and its actual value(SplitPartInfo.SheetIndex). + +```cpp +int32_t Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::GetSheetIndexOffset() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSaveOptionsProviderOfPlaceHolders](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/getsheetindexprefix/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/getsheetindexprefix/_index.md new file mode 100644 index 00000000000..59dff650211 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/getsheetindexprefix/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::GetSheetIndexPrefix method +linktitle: GetSheetIndexPrefix +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::GetSheetIndexPrefix method. Prefix for the index of worksheet in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/getsheetindexprefix/ +--- +## LowCodeSaveOptionsProviderOfPlaceHolders::GetSheetIndexPrefix method + + +Prefix for the index of worksheet. + +```cpp +U16String Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::GetSheetIndexPrefix() +``` + +## Remarks + + +If there is only one worksheet and BuildPathWithSheetAlways is false, then this prefix and the sheet index(or name) will not be added to the resultant file path. +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [LowCodeSaveOptionsProviderOfPlaceHolders](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/getsheetnameprefix/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/getsheetnameprefix/_index.md new file mode 100644 index 00000000000..f9a7a86b710 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/getsheetnameprefix/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::GetSheetNamePrefix method +linktitle: GetSheetNamePrefix +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::GetSheetNamePrefix method. Prefix for the index of worksheet in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/getsheetnameprefix/ +--- +## LowCodeSaveOptionsProviderOfPlaceHolders::GetSheetNamePrefix method + + +Prefix for the index of worksheet. + +```cpp +U16String Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::GetSheetNamePrefix() +``` + +## Remarks + + +If there is only one worksheet and BuildPathWithSheetAlways is false, then this prefix and the sheet index(or name) will not be added to the resultant file path. +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [LowCodeSaveOptionsProviderOfPlaceHolders](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/getsplitpartindexoffset/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/getsplitpartindexoffset/_index.md new file mode 100644 index 00000000000..f0a59253f5f --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/getsplitpartindexoffset/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::GetSplitPartIndexOffset method +linktitle: GetSplitPartIndexOffset +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::GetSplitPartIndexOffset method. Offset of split part''s index between what used in file path and its actual value(SplitPartInfo.PartIndex) in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/getsplitpartindexoffset/ +--- +## LowCodeSaveOptionsProviderOfPlaceHolders::GetSplitPartIndexOffset method + + +Offset of split part's index between what used in file path and its actual value(SplitPartInfo.PartIndex). + +```cpp +int32_t Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::GetSplitPartIndexOffset() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSaveOptionsProviderOfPlaceHolders](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/getsplitpartprefix/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/getsplitpartprefix/_index.md new file mode 100644 index 00000000000..d2ce5abfe34 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/getsplitpartprefix/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::GetSplitPartPrefix method +linktitle: GetSplitPartPrefix +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::GetSplitPartPrefix method. Prefix for the index of split part in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/getsplitpartprefix/ +--- +## LowCodeSaveOptionsProviderOfPlaceHolders::GetSplitPartPrefix method + + +Prefix for the index of split part. + +```cpp +U16String Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::GetSplitPartPrefix() +``` + +## Remarks + + +If there is only one split part and BuildPathWithSplitPartAlways is false, then this prefix and the split part index(0) will not be added to the resultant file path. +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [LowCodeSaveOptionsProviderOfPlaceHolders](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/isnull/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/isnull/_index.md new file mode 100644 index 00000000000..b02fb9ecb73 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/isnull/ +--- +## LowCodeSaveOptionsProviderOfPlaceHolders::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSaveOptionsProviderOfPlaceHolders](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/lowcodesaveoptionsproviderofplaceholders/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/lowcodesaveoptionsproviderofplaceholders/_index.md new file mode 100644 index 00000000000..f85e60eef41 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/lowcodesaveoptionsproviderofplaceholders/_index.md @@ -0,0 +1,119 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::LowCodeSaveOptionsProviderOfPlaceHolders constructor +linktitle: LowCodeSaveOptionsProviderOfPlaceHolders +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::LowCodeSaveOptionsProviderOfPlaceHolders constructor. Instantiates an instance to provide save options according to specified templates in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/lowcodesaveoptionsproviderofplaceholders/ +--- +## LowCodeSaveOptionsProviderOfPlaceHolders::LowCodeSaveOptionsProviderOfPlaceHolders(const U16String\&) constructor + + +Instantiates an instance to provide save options according to specified templates. + +```cpp +Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::LowCodeSaveOptionsProviderOfPlaceHolders(const U16String &pathTemplate) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pathTemplate | const U16String\& | The template of the resultant file path. | +## Remarks + + + +The supported placeholders in file path template: * ${SheetIndex}: will be replaced by the sheet index of the split part +* ${SheetName}: will be replaced by the sheet name of the split part +* ${SplitPartIndex}: will be replaced by the index of the split part +* ${SheetIndexPrefix}: will be replaced by SheetIndexPrefix +* ${SheetNamePrefix}: will be replaced by SheetNamePrefix +* ${SplitPartPrefix}: will be replaced by SplitPartPrefix + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [LowCodeSaveOptionsProviderOfPlaceHolders](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## LowCodeSaveOptionsProviderOfPlaceHolders::LowCodeSaveOptionsProviderOfPlaceHolders(const char16_t*) constructor + + +Instantiates an instance to provide save options according to specified templates. + +```cpp +Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::LowCodeSaveOptionsProviderOfPlaceHolders(const char16_t *pathTemplate) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pathTemplate | const char16_t* | The template of the resultant file path. | +## Remarks + + + +The supported placeholders in file path template: * ${SheetIndex}: will be replaced by the sheet index of the split part +* ${SheetName}: will be replaced by the sheet name of the split part +* ${SplitPartIndex}: will be replaced by the index of the split part +* ${SheetIndexPrefix}: will be replaced by SheetIndexPrefix +* ${SheetNamePrefix}: will be replaced by SheetNamePrefix +* ${SplitPartPrefix}: will be replaced by SplitPartPrefix + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSaveOptionsProviderOfPlaceHolders](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## LowCodeSaveOptionsProviderOfPlaceHolders::LowCodeSaveOptionsProviderOfPlaceHolders(LowCodeSaveOptionsProviderOfPlaceHolders_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::LowCodeSaveOptionsProviderOfPlaceHolders(LowCodeSaveOptionsProviderOfPlaceHolders_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSaveOptionsProviderOfPlaceHolders](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## LowCodeSaveOptionsProviderOfPlaceHolders::LowCodeSaveOptionsProviderOfPlaceHolders(const LowCodeSaveOptionsProviderOfPlaceHolders\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::LowCodeSaveOptionsProviderOfPlaceHolders(const LowCodeSaveOptionsProviderOfPlaceHolders &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSaveOptionsProviderOfPlaceHolders](../) +* Class [LowCodeSaveOptionsProviderOfPlaceHolders](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## LowCodeSaveOptionsProviderOfPlaceHolders::LowCodeSaveOptionsProviderOfPlaceHolders(const AbstractLowCodeSaveOptionsProvider\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::LowCodeSaveOptionsProviderOfPlaceHolders(const AbstractLowCodeSaveOptionsProvider &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [AbstractLowCodeSaveOptionsProvider](../../abstractlowcodesaveoptionsprovider/) +* Class [LowCodeSaveOptionsProviderOfPlaceHolders](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/operator_asm/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/operator_asm/_index.md new file mode 100644 index 00000000000..fd68b31add9 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/operator_asm/ +--- +## LowCodeSaveOptionsProviderOfPlaceHolders::operator= method + + +operator= + +```cpp +LowCodeSaveOptionsProviderOfPlaceHolders & Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::operator=(const LowCodeSaveOptionsProviderOfPlaceHolders &src) +``` + +## See Also + +* Class [LowCodeSaveOptionsProviderOfPlaceHolders](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSaveOptionsProviderOfPlaceHolders](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/operator_bool/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/operator_bool/_index.md new file mode 100644 index 00000000000..6ec0ace069b --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/operator_bool/ +--- +## LowCodeSaveOptionsProviderOfPlaceHolders::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [LowCodeSaveOptionsProviderOfPlaceHolders](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/setbuildpathwithsheetalways/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/setbuildpathwithsheetalways/_index.md new file mode 100644 index 00000000000..f4c402825b9 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/setbuildpathwithsheetalways/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::SetBuildPathWithSheetAlways method +linktitle: SetBuildPathWithSheetAlways +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::SetBuildPathWithSheetAlways method. Whether add sheet index or name to file path always. Default value is false, that is, when there is only one sheet, the sheet index and name and corresponding prefix(SheetNamePrefix) will not be added to the file path in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/setbuildpathwithsheetalways/ +--- +## LowCodeSaveOptionsProviderOfPlaceHolders::SetBuildPathWithSheetAlways method + + +Whether add sheet index or name to file path always. Default value is false, that is, when there is only one sheet, the sheet index and name and corresponding prefix(SheetNamePrefix) will not be added to the file path. + +```cpp +void Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::SetBuildPathWithSheetAlways(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSaveOptionsProviderOfPlaceHolders](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/setbuildpathwithsplitpartalways/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/setbuildpathwithsplitpartalways/_index.md new file mode 100644 index 00000000000..b5f1e8915c2 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/setbuildpathwithsplitpartalways/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::SetBuildPathWithSplitPartAlways method +linktitle: SetBuildPathWithSplitPartAlways +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::SetBuildPathWithSplitPartAlways method. Whether add split part index to file path always. Default value is false, that is, when there is only one split part, the split part index and corresponding prefix(SplitPartPrefix) will not be added to the file path in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/setbuildpathwithsplitpartalways/ +--- +## LowCodeSaveOptionsProviderOfPlaceHolders::SetBuildPathWithSplitPartAlways method + + +Whether add split part index to file path always. Default value is false, that is, when there is only one split part, the split part index and corresponding prefix(SplitPartPrefix) will not be added to the file path. + +```cpp +void Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::SetBuildPathWithSplitPartAlways(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSaveOptionsProviderOfPlaceHolders](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/setsaveoptionstemplate/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/setsaveoptionstemplate/_index.md new file mode 100644 index 00000000000..0e8bef83a9c --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/setsaveoptionstemplate/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::SetSaveOptionsTemplate method +linktitle: SetSaveOptionsTemplate +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::SetSaveOptionsTemplate method. The template for creating instance of save options in GetSaveOptions(SplitPartInfo) in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/setsaveoptionstemplate/ +--- +## LowCodeSaveOptionsProviderOfPlaceHolders::SetSaveOptionsTemplate method + + +The template for creating instance of save options in GetSaveOptions(SplitPartInfo). + +```cpp +void Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::SetSaveOptionsTemplate(const LowCodeSaveOptions &value) +``` + +## Remarks + + +If the template has been specified, then the created instance will copy all setting from it and update the output file accordingly. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSaveOptions](../../lowcodesaveoptions/) +* Class [LowCodeSaveOptionsProviderOfPlaceHolders](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/setsheetindexoffset/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/setsheetindexoffset/_index.md new file mode 100644 index 00000000000..2b243cd91b2 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/setsheetindexoffset/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::SetSheetIndexOffset method +linktitle: SetSheetIndexOffset +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::SetSheetIndexOffset method. Offset of sheet''s index between what used in file path and its actual value(SplitPartInfo.SheetIndex) in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/setsheetindexoffset/ +--- +## LowCodeSaveOptionsProviderOfPlaceHolders::SetSheetIndexOffset method + + +Offset of sheet's index between what used in file path and its actual value(SplitPartInfo.SheetIndex). + +```cpp +void Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::SetSheetIndexOffset(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSaveOptionsProviderOfPlaceHolders](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/setsheetindexprefix/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/setsheetindexprefix/_index.md new file mode 100644 index 00000000000..cfa787b4b46 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/setsheetindexprefix/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::SetSheetIndexPrefix method +linktitle: SetSheetIndexPrefix +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::SetSheetIndexPrefix method. Prefix for the index of worksheet in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/setsheetindexprefix/ +--- +## LowCodeSaveOptionsProviderOfPlaceHolders::SetSheetIndexPrefix(const U16String\&) method + + +Prefix for the index of worksheet. + +```cpp +void Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::SetSheetIndexPrefix(const U16String &value) +``` + +## Remarks + + +If there is only one worksheet and BuildPathWithSheetAlways is false, then this prefix and the sheet index(or name) will not be added to the resultant file path. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [LowCodeSaveOptionsProviderOfPlaceHolders](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## LowCodeSaveOptionsProviderOfPlaceHolders::SetSheetIndexPrefix(const char16_t*) method + + +Prefix for the index of worksheet. + +```cpp +void Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::SetSheetIndexPrefix(const char16_t *value) +``` + +## Remarks + + +If there is only one worksheet and BuildPathWithSheetAlways is false, then this prefix and the sheet index(or name) will not be added to the resultant file path. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSaveOptionsProviderOfPlaceHolders](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/setsheetnameprefix/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/setsheetnameprefix/_index.md new file mode 100644 index 00000000000..945e39cdf11 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/setsheetnameprefix/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::SetSheetNamePrefix method +linktitle: SetSheetNamePrefix +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::SetSheetNamePrefix method. Prefix for the index of worksheet in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/setsheetnameprefix/ +--- +## LowCodeSaveOptionsProviderOfPlaceHolders::SetSheetNamePrefix(const U16String\&) method + + +Prefix for the index of worksheet. + +```cpp +void Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::SetSheetNamePrefix(const U16String &value) +``` + +## Remarks + + +If there is only one worksheet and BuildPathWithSheetAlways is false, then this prefix and the sheet index(or name) will not be added to the resultant file path. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [LowCodeSaveOptionsProviderOfPlaceHolders](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## LowCodeSaveOptionsProviderOfPlaceHolders::SetSheetNamePrefix(const char16_t*) method + + +Prefix for the index of worksheet. + +```cpp +void Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::SetSheetNamePrefix(const char16_t *value) +``` + +## Remarks + + +If there is only one worksheet and BuildPathWithSheetAlways is false, then this prefix and the sheet index(or name) will not be added to the resultant file path. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSaveOptionsProviderOfPlaceHolders](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/setsplitpartindexoffset/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/setsplitpartindexoffset/_index.md new file mode 100644 index 00000000000..44ccf00eb30 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/setsplitpartindexoffset/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::SetSplitPartIndexOffset method +linktitle: SetSplitPartIndexOffset +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::SetSplitPartIndexOffset method. Offset of split part''s index between what used in file path and its actual value(SplitPartInfo.PartIndex) in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/setsplitpartindexoffset/ +--- +## LowCodeSaveOptionsProviderOfPlaceHolders::SetSplitPartIndexOffset method + + +Offset of split part's index between what used in file path and its actual value(SplitPartInfo.PartIndex). + +```cpp +void Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::SetSplitPartIndexOffset(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSaveOptionsProviderOfPlaceHolders](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/setsplitpartprefix/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/setsplitpartprefix/_index.md new file mode 100644 index 00000000000..05a4da054df --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/setsplitpartprefix/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::SetSplitPartPrefix method +linktitle: SetSplitPartPrefix +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::SetSplitPartPrefix method. Prefix for the index of split part in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/setsplitpartprefix/ +--- +## LowCodeSaveOptionsProviderOfPlaceHolders::SetSplitPartPrefix(const U16String\&) method + + +Prefix for the index of split part. + +```cpp +void Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::SetSplitPartPrefix(const U16String &value) +``` + +## Remarks + + +If there is only one split part and BuildPathWithSplitPartAlways is false, then this prefix and the split part index(0) will not be added to the resultant file path. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [LowCodeSaveOptionsProviderOfPlaceHolders](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## LowCodeSaveOptionsProviderOfPlaceHolders::SetSplitPartPrefix(const char16_t*) method + + +Prefix for the index of split part. + +```cpp +void Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::SetSplitPartPrefix(const char16_t *value) +``` + +## Remarks + + +If there is only one split part and BuildPathWithSplitPartAlways is false, then this prefix and the split part index(0) will not be added to the resultant file path. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSaveOptionsProviderOfPlaceHolders](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/~lowcodesaveoptionsproviderofplaceholders/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/~lowcodesaveoptionsproviderofplaceholders/_index.md new file mode 100644 index 00000000000..c3aeb500e40 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/~lowcodesaveoptionsproviderofplaceholders/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::~LowCodeSaveOptionsProviderOfPlaceHolders method +linktitle: ~LowCodeSaveOptionsProviderOfPlaceHolders +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::~LowCodeSaveOptionsProviderOfPlaceHolders method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders/~lowcodesaveoptionsproviderofplaceholders/ +--- +## LowCodeSaveOptionsProviderOfPlaceHolders::~LowCodeSaveOptionsProviderOfPlaceHolders method + + +Destructor. + +```cpp +Aspose::Cells::LowCode::LowCodeSaveOptionsProviderOfPlaceHolders::~LowCodeSaveOptionsProviderOfPlaceHolders() +``` + +## See Also + +* Class [LowCodeSaveOptionsProviderOfPlaceHolders](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesplitoptions/_impl/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesplitoptions/_impl/_index.md new file mode 100644 index 00000000000..28882c83a82 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesplitoptions/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSplitOptions::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSplitOptions::_impl field. The implementation object in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.lowcode/lowcodesplitoptions/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +LowCodeSplitOptions_Impl* Aspose::Cells::LowCode::LowCodeSplitOptions::_impl +``` + +## See Also + +* Class [LowCodeSplitOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesplitoptions/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesplitoptions/_index.md new file mode 100644 index 00000000000..cb0ef26cf6b --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesplitoptions/_index.md @@ -0,0 +1,44 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSplitOptions class +linktitle: LowCodeSplitOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSplitOptions class. Options for splitting spreadsheet in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.lowcode/lowcodesplitoptions/ +--- +## LowCodeSplitOptions class + + +Options for splitting spreadsheet. + +```cpp +class LowCodeSplitOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetLoadOptions()](./getloadoptions/) | Load options for loading the spreadsheet that will be split. | +| [GetSaveOptions()](./getsaveoptions/) | Save options for saving the split parts. | +| [GetSaveOptionsProvider()](./getsaveoptionsprovider/) | Provider of save options for saving the split parts. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [LowCodeSplitOptions()](./lowcodesplitoptions/) | Default constructor. | +| [LowCodeSplitOptions(LowCodeSplitOptions_Impl* impl)](./lowcodesplitoptions/) | Constructs from an implementation object. | +| [LowCodeSplitOptions(const LowCodeSplitOptions\& src)](./lowcodesplitoptions/) | Copy constructor. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const LowCodeSplitOptions\& src)](./operator_asm/) | operator= | +| [SetLoadOptions(const LowCodeLoadOptions\& value)](./setloadoptions/) | Load options for loading the spreadsheet that will be split. | +| [SetSaveOptions(const LowCodeSaveOptions\& value)](./setsaveoptions/) | Save options for saving the split parts. | +| [SetSaveOptionsProvider(const AbstractLowCodeSaveOptionsProvider\& value)](./setsaveoptionsprovider/) | Provider of save options for saving the split parts. | +| [~LowCodeSplitOptions()](./~lowcodesplitoptions/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::LowCode](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesplitoptions/getloadoptions/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesplitoptions/getloadoptions/_index.md new file mode 100644 index 00000000000..cd967ac8c40 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesplitoptions/getloadoptions/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSplitOptions::GetLoadOptions method +linktitle: GetLoadOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSplitOptions::GetLoadOptions method. Load options for loading the spreadsheet that will be split in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.lowcode/lowcodesplitoptions/getloadoptions/ +--- +## LowCodeSplitOptions::GetLoadOptions method + + +Load options for loading the spreadsheet that will be split. + +```cpp +LowCodeLoadOptions Aspose::Cells::LowCode::LowCodeSplitOptions::GetLoadOptions() +``` + +## See Also + +* Class [LowCodeLoadOptions](../../lowcodeloadoptions/) +* Class [LowCodeSplitOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesplitoptions/getsaveoptions/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesplitoptions/getsaveoptions/_index.md new file mode 100644 index 00000000000..6eb020f13fd --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesplitoptions/getsaveoptions/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSplitOptions::GetSaveOptions method +linktitle: GetSaveOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSplitOptions::GetSaveOptions method. Save options for saving the split parts in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.lowcode/lowcodesplitoptions/getsaveoptions/ +--- +## LowCodeSplitOptions::GetSaveOptions method + + +Save options for saving the split parts. + +```cpp +LowCodeSaveOptions Aspose::Cells::LowCode::LowCodeSplitOptions::GetSaveOptions() +``` + +## See Also + +* Class [LowCodeSaveOptions](../../lowcodesaveoptions/) +* Class [LowCodeSplitOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesplitoptions/getsaveoptionsprovider/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesplitoptions/getsaveoptionsprovider/_index.md new file mode 100644 index 00000000000..a426728f77f --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesplitoptions/getsaveoptionsprovider/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSplitOptions::GetSaveOptionsProvider method +linktitle: GetSaveOptionsProvider +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSplitOptions::GetSaveOptionsProvider method. Provider of save options for saving the split parts in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.lowcode/lowcodesplitoptions/getsaveoptionsprovider/ +--- +## LowCodeSplitOptions::GetSaveOptionsProvider method + + +Provider of save options for saving the split parts. + +```cpp +AbstractLowCodeSaveOptionsProvider Aspose::Cells::LowCode::LowCodeSplitOptions::GetSaveOptionsProvider() +``` + +## Remarks + + +If this property is specified, [SaveOptions](../../../aspose.cells/saveoptions/) takes no effect because the output of every split part will be specified by the provider. +## See Also + +* Class [AbstractLowCodeSaveOptionsProvider](../../abstractlowcodesaveoptionsprovider/) +* Class [LowCodeSplitOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesplitoptions/isnull/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesplitoptions/isnull/_index.md new file mode 100644 index 00000000000..a367b937fc1 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesplitoptions/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSplitOptions::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSplitOptions::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.lowcode/lowcodesplitoptions/isnull/ +--- +## LowCodeSplitOptions::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::LowCode::LowCodeSplitOptions::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSplitOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesplitoptions/lowcodesplitoptions/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesplitoptions/lowcodesplitoptions/_index.md new file mode 100644 index 00000000000..f59c3ed3f63 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesplitoptions/lowcodesplitoptions/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSplitOptions::LowCodeSplitOptions constructor +linktitle: LowCodeSplitOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSplitOptions::LowCodeSplitOptions constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.lowcode/lowcodesplitoptions/lowcodesplitoptions/ +--- +## LowCodeSplitOptions::LowCodeSplitOptions() constructor + + +Default constructor. + +```cpp +Aspose::Cells::LowCode::LowCodeSplitOptions::LowCodeSplitOptions() +``` + +## See Also + +* Class [LowCodeSplitOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## LowCodeSplitOptions::LowCodeSplitOptions(LowCodeSplitOptions_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::LowCode::LowCodeSplitOptions::LowCodeSplitOptions(LowCodeSplitOptions_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSplitOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## LowCodeSplitOptions::LowCodeSplitOptions(const LowCodeSplitOptions\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::LowCode::LowCodeSplitOptions::LowCodeSplitOptions(const LowCodeSplitOptions &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSplitOptions](../) +* Class [LowCodeSplitOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesplitoptions/operator_asm/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesplitoptions/operator_asm/_index.md new file mode 100644 index 00000000000..d91e50b4b93 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesplitoptions/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSplitOptions::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSplitOptions::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.lowcode/lowcodesplitoptions/operator_asm/ +--- +## LowCodeSplitOptions::operator= method + + +operator= + +```cpp +LowCodeSplitOptions & Aspose::Cells::LowCode::LowCodeSplitOptions::operator=(const LowCodeSplitOptions &src) +``` + +## See Also + +* Class [LowCodeSplitOptions](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSplitOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesplitoptions/operator_bool/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesplitoptions/operator_bool/_index.md new file mode 100644 index 00000000000..1fcf2f17be3 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesplitoptions/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSplitOptions::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSplitOptions::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.lowcode/lowcodesplitoptions/operator_bool/ +--- +## LowCodeSplitOptions::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::LowCode::LowCodeSplitOptions::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [LowCodeSplitOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesplitoptions/setloadoptions/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesplitoptions/setloadoptions/_index.md new file mode 100644 index 00000000000..23c72b74553 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesplitoptions/setloadoptions/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSplitOptions::SetLoadOptions method +linktitle: SetLoadOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSplitOptions::SetLoadOptions method. Load options for loading the spreadsheet that will be split in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.lowcode/lowcodesplitoptions/setloadoptions/ +--- +## LowCodeSplitOptions::SetLoadOptions method + + +Load options for loading the spreadsheet that will be split. + +```cpp +void Aspose::Cells::LowCode::LowCodeSplitOptions::SetLoadOptions(const LowCodeLoadOptions &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeLoadOptions](../../lowcodeloadoptions/) +* Class [LowCodeSplitOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesplitoptions/setsaveoptions/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesplitoptions/setsaveoptions/_index.md new file mode 100644 index 00000000000..612f9b9af90 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesplitoptions/setsaveoptions/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSplitOptions::SetSaveOptions method +linktitle: SetSaveOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSplitOptions::SetSaveOptions method. Save options for saving the split parts in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.lowcode/lowcodesplitoptions/setsaveoptions/ +--- +## LowCodeSplitOptions::SetSaveOptions method + + +Save options for saving the split parts. + +```cpp +void Aspose::Cells::LowCode::LowCodeSplitOptions::SetSaveOptions(const LowCodeSaveOptions &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSaveOptions](../../lowcodesaveoptions/) +* Class [LowCodeSplitOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesplitoptions/setsaveoptionsprovider/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesplitoptions/setsaveoptionsprovider/_index.md new file mode 100644 index 00000000000..e8694e36bbb --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesplitoptions/setsaveoptionsprovider/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSplitOptions::SetSaveOptionsProvider method +linktitle: SetSaveOptionsProvider +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSplitOptions::SetSaveOptionsProvider method. Provider of save options for saving the split parts in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.lowcode/lowcodesplitoptions/setsaveoptionsprovider/ +--- +## LowCodeSplitOptions::SetSaveOptionsProvider method + + +Provider of save options for saving the split parts. + +```cpp +void Aspose::Cells::LowCode::LowCodeSplitOptions::SetSaveOptionsProvider(const AbstractLowCodeSaveOptionsProvider &value) +``` + +## Remarks + + +If this property is specified, [SaveOptions](../../../aspose.cells/saveoptions/) takes no effect because the output of every split part will be specified by the provider. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [AbstractLowCodeSaveOptionsProvider](../../abstractlowcodesaveoptionsprovider/) +* Class [LowCodeSplitOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/lowcodesplitoptions/~lowcodesplitoptions/_index.md b/spanish/cpp/aspose.cells.lowcode/lowcodesplitoptions/~lowcodesplitoptions/_index.md new file mode 100644 index 00000000000..979d8b40950 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/lowcodesplitoptions/~lowcodesplitoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::LowCode::LowCodeSplitOptions::~LowCodeSplitOptions method +linktitle: ~LowCodeSplitOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::LowCodeSplitOptions::~LowCodeSplitOptions method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.lowcode/lowcodesplitoptions/~lowcodesplitoptions/ +--- +## LowCodeSplitOptions::~LowCodeSplitOptions method + + +Destructor. + +```cpp +Aspose::Cells::LowCode::LowCodeSplitOptions::~LowCodeSplitOptions() +``` + +## See Also + +* Class [LowCodeSplitOptions](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/pdfconverter/_impl/_index.md b/spanish/cpp/aspose.cells.lowcode/pdfconverter/_impl/_index.md new file mode 100644 index 00000000000..55f4c1f10cc --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/pdfconverter/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::LowCode::PdfConverter::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::PdfConverter::_impl field. The implementation object in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.lowcode/pdfconverter/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +PdfConverter_Impl* Aspose::Cells::LowCode::PdfConverter::_impl +``` + +## See Also + +* Class [PdfConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/pdfconverter/_index.md b/spanish/cpp/aspose.cells.lowcode/pdfconverter/_index.md new file mode 100644 index 00000000000..6cc53348fc6 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/pdfconverter/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::LowCode::PdfConverter class +linktitle: PdfConverter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::PdfConverter class. Converter for converting template file to pdf in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.lowcode/pdfconverter/ +--- +## PdfConverter class + + +Converter for converting template file to pdf. + +```cpp +class PdfConverter +``` + +## Methods + +| Method | Description | +| --- | --- | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const PdfConverter\& src)](./operator_asm/) | operator= | +| [PdfConverter(PdfConverter_Impl* impl)](./pdfconverter/) | Constructs from an implementation object. | +| [PdfConverter(const PdfConverter\& src)](./pdfconverter/) | Copy constructor. | +| static [Process(const U16String\& templateFile, const U16String\& resultFile)](./process/) | Converts given template file to pdf. | +| static [Process(const char16_t* templateFile, const char16_t* resultFile)](./process/) | Converts given template file to pdf. | +| static [Process(const LowCodeLoadOptions\& loadOptions, const LowCodeSaveOptions\& saveOptions)](./process/) | Converts template file to pdf. | +| [~PdfConverter()](./~pdfconverter/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +PdfConverter::Process(u"template.xlsx", u"res.pdf"); +``` + +## See Also + +* Namespace [Aspose::Cells::LowCode](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.lowcode/pdfconverter/isnull/_index.md b/spanish/cpp/aspose.cells.lowcode/pdfconverter/isnull/_index.md new file mode 100644 index 00000000000..682064be184 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/pdfconverter/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::LowCode::PdfConverter::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::PdfConverter::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.lowcode/pdfconverter/isnull/ +--- +## PdfConverter::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::LowCode::PdfConverter::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PdfConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/pdfconverter/operator_asm/_index.md b/spanish/cpp/aspose.cells.lowcode/pdfconverter/operator_asm/_index.md new file mode 100644 index 00000000000..6d489e7a3d5 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/pdfconverter/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::LowCode::PdfConverter::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::PdfConverter::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.lowcode/pdfconverter/operator_asm/ +--- +## PdfConverter::operator= method + + +operator= + +```cpp +PdfConverter & Aspose::Cells::LowCode::PdfConverter::operator=(const PdfConverter &src) +``` + +## See Also + +* Class [PdfConverter](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PdfConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/pdfconverter/operator_bool/_index.md b/spanish/cpp/aspose.cells.lowcode/pdfconverter/operator_bool/_index.md new file mode 100644 index 00000000000..72fc5e2b57f --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/pdfconverter/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::LowCode::PdfConverter::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::PdfConverter::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.lowcode/pdfconverter/operator_bool/ +--- +## PdfConverter::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::LowCode::PdfConverter::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [PdfConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/pdfconverter/pdfconverter/_index.md b/spanish/cpp/aspose.cells.lowcode/pdfconverter/pdfconverter/_index.md new file mode 100644 index 00000000000..f6f0eeac31b --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/pdfconverter/pdfconverter/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::LowCode::PdfConverter::PdfConverter constructor +linktitle: PdfConverter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::PdfConverter::PdfConverter constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.lowcode/pdfconverter/pdfconverter/ +--- +## PdfConverter::PdfConverter(PdfConverter_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::LowCode::PdfConverter::PdfConverter(PdfConverter_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PdfConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## PdfConverter::PdfConverter(const PdfConverter\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::LowCode::PdfConverter::PdfConverter(const PdfConverter &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PdfConverter](../) +* Class [PdfConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/pdfconverter/process/_index.md b/spanish/cpp/aspose.cells.lowcode/pdfconverter/process/_index.md new file mode 100644 index 00000000000..8fc2903c5a6 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/pdfconverter/process/_index.md @@ -0,0 +1,75 @@ +--- +title: Aspose::Cells::LowCode::PdfConverter::Process method +linktitle: Process +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::PdfConverter::Process method. Converts given template file to pdf in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.lowcode/pdfconverter/process/ +--- +## PdfConverter::Process(const U16String\&, const U16String\&) method + + +Converts given template file to pdf. + +```cpp +static void Aspose::Cells::LowCode::PdfConverter::Process(const U16String &templateFile, const U16String &resultFile) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| templateFile | const U16String\& | The template file to be converted | +| resultFile | const U16String\& | The resultant file, it must be pdf file. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PdfConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## PdfConverter::Process(const char16_t*, const char16_t*) method + + +Converts given template file to pdf. + +```cpp +static void Aspose::Cells::LowCode::PdfConverter::Process(const char16_t *templateFile, const char16_t *resultFile) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| templateFile | const char16_t* | The template file to be converted | +| resultFile | const char16_t* | The resultant file, it must be pdf file. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PdfConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## PdfConverter::Process(const LowCodeLoadOptions\&, const LowCodeSaveOptions\&) method + + +Converts template file to pdf. + +```cpp +static void Aspose::Cells::LowCode::PdfConverter::Process(const LowCodeLoadOptions &loadOptions, const LowCodeSaveOptions &saveOptions) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| loadOptions | const LowCodeLoadOptions\& | Options for input and loading | +| saveOptions | const LowCodeSaveOptions\& | Options for output and saving | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeLoadOptions](../../lowcodeloadoptions/) +* Class [LowCodeSaveOptions](../../lowcodesaveoptions/) +* Class [PdfConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/pdfconverter/~pdfconverter/_index.md b/spanish/cpp/aspose.cells.lowcode/pdfconverter/~pdfconverter/_index.md new file mode 100644 index 00000000000..c0031fceb5f --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/pdfconverter/~pdfconverter/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::LowCode::PdfConverter::~PdfConverter method +linktitle: ~PdfConverter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::PdfConverter::~PdfConverter method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.lowcode/pdfconverter/~pdfconverter/ +--- +## PdfConverter::~PdfConverter method + + +Destructor. + +```cpp +Aspose::Cells::LowCode::PdfConverter::~PdfConverter() +``` + +## See Also + +* Class [PdfConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/splitpartinfo/_impl/_index.md b/spanish/cpp/aspose.cells.lowcode/splitpartinfo/_impl/_index.md new file mode 100644 index 00000000000..f6c1cd1bfb2 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/splitpartinfo/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::LowCode::SplitPartInfo::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::SplitPartInfo::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.lowcode/splitpartinfo/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +SplitPartInfo_Impl* Aspose::Cells::LowCode::SplitPartInfo::_impl +``` + +## See Also + +* Class [SplitPartInfo](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/splitpartinfo/_index.md b/spanish/cpp/aspose.cells.lowcode/splitpartinfo/_index.md new file mode 100644 index 00000000000..dbac95d3695 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/splitpartinfo/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::LowCode::SplitPartInfo class +linktitle: SplitPartInfo +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::SplitPartInfo class. Represents the information of one input/output for multiple inputs/outputs, such as current page to be rendered when converting spreadsheet to image in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.lowcode/splitpartinfo/ +--- +## SplitPartInfo class + + +Represents the information of one input/output for multiple inputs/outputs, such as current page to be rendered when converting spreadsheet to image. + +```cpp +class SplitPartInfo +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetPartIndex()](./getpartindex/) | Index of current part in sequence(0 based). -1 means there are no multiple parts so the result is single. | +| [GetSheetIndex()](./getsheetindex/) | Index of the sheet where current part is in. -1 denotes there is only one sheet. | +| [GetSheetName()](./getsheetname/) | [Name](../../aspose.cells/name/) of the sheet where current part is in. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const SplitPartInfo\& src)](./operator_asm/) | operator= | +| [SplitPartInfo(SplitPartInfo_Impl* impl)](./splitpartinfo/) | Constructs from an implementation object. | +| [SplitPartInfo(const SplitPartInfo\& src)](./splitpartinfo/) | Copy constructor. | +| [~SplitPartInfo()](./~splitpartinfo/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::LowCode](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.lowcode/splitpartinfo/getpartindex/_index.md b/spanish/cpp/aspose.cells.lowcode/splitpartinfo/getpartindex/_index.md new file mode 100644 index 00000000000..c18a206cd2d --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/splitpartinfo/getpartindex/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::LowCode::SplitPartInfo::GetPartIndex method +linktitle: GetPartIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::SplitPartInfo::GetPartIndex method. Index of current part in sequence(0 based). -1 means there are no multiple parts so the result is single in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.lowcode/splitpartinfo/getpartindex/ +--- +## SplitPartInfo::GetPartIndex method + + +Index of current part in sequence(0 based). -1 means there are no multiple parts so the result is single. + +```cpp +int32_t Aspose::Cells::LowCode::SplitPartInfo::GetPartIndex() +``` + +## Remarks + + +If multiple sheets need to be processed and every sheet is processed(split) separately, the part index always starts from 0 for every sheet. For example, when converting workbook to images, it represents the output page index of currently processed sheet. And -1 denotes there is only one page for current sheet. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SplitPartInfo](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/splitpartinfo/getsheetindex/_index.md b/spanish/cpp/aspose.cells.lowcode/splitpartinfo/getsheetindex/_index.md new file mode 100644 index 00000000000..269fb49c615 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/splitpartinfo/getsheetindex/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::LowCode::SplitPartInfo::GetSheetIndex method +linktitle: GetSheetIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::SplitPartInfo::GetSheetIndex method. Index of the sheet where current part is in. -1 denotes there is only one sheet in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.lowcode/splitpartinfo/getsheetindex/ +--- +## SplitPartInfo::GetSheetIndex method + + +Index of the sheet where current part is in. -1 denotes there is only one sheet. + +```cpp +int32_t Aspose::Cells::LowCode::SplitPartInfo::GetSheetIndex() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SplitPartInfo](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/splitpartinfo/getsheetname/_index.md b/spanish/cpp/aspose.cells.lowcode/splitpartinfo/getsheetname/_index.md new file mode 100644 index 00000000000..5d53ac94c7a --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/splitpartinfo/getsheetname/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::LowCode::SplitPartInfo::GetSheetName method +linktitle: GetSheetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::SplitPartInfo::GetSheetName method. Name of the sheet where current part is in in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.lowcode/splitpartinfo/getsheetname/ +--- +## SplitPartInfo::GetSheetName method + + +[Name](../../../aspose.cells/name/) of the sheet where current part is in. + +```cpp +U16String Aspose::Cells::LowCode::SplitPartInfo::GetSheetName() +``` + +## Remarks + + +May be null for some situations, such as when rendering the whole workbook to tiff image. +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SplitPartInfo](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/splitpartinfo/isnull/_index.md b/spanish/cpp/aspose.cells.lowcode/splitpartinfo/isnull/_index.md new file mode 100644 index 00000000000..fe69d170241 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/splitpartinfo/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::LowCode::SplitPartInfo::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::SplitPartInfo::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.lowcode/splitpartinfo/isnull/ +--- +## SplitPartInfo::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::LowCode::SplitPartInfo::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SplitPartInfo](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/splitpartinfo/operator_asm/_index.md b/spanish/cpp/aspose.cells.lowcode/splitpartinfo/operator_asm/_index.md new file mode 100644 index 00000000000..3a57e4f0c4b --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/splitpartinfo/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::LowCode::SplitPartInfo::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::SplitPartInfo::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.lowcode/splitpartinfo/operator_asm/ +--- +## SplitPartInfo::operator= method + + +operator= + +```cpp +SplitPartInfo & Aspose::Cells::LowCode::SplitPartInfo::operator=(const SplitPartInfo &src) +``` + +## See Also + +* Class [SplitPartInfo](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [SplitPartInfo](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/splitpartinfo/operator_bool/_index.md b/spanish/cpp/aspose.cells.lowcode/splitpartinfo/operator_bool/_index.md new file mode 100644 index 00000000000..ea7beca3c41 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/splitpartinfo/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::LowCode::SplitPartInfo::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::SplitPartInfo::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.lowcode/splitpartinfo/operator_bool/ +--- +## SplitPartInfo::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::LowCode::SplitPartInfo::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [SplitPartInfo](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/splitpartinfo/splitpartinfo/_index.md b/spanish/cpp/aspose.cells.lowcode/splitpartinfo/splitpartinfo/_index.md new file mode 100644 index 00000000000..d41941e30f6 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/splitpartinfo/splitpartinfo/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::LowCode::SplitPartInfo::SplitPartInfo constructor +linktitle: SplitPartInfo +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::SplitPartInfo::SplitPartInfo constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.lowcode/splitpartinfo/splitpartinfo/ +--- +## SplitPartInfo::SplitPartInfo(SplitPartInfo_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::LowCode::SplitPartInfo::SplitPartInfo(SplitPartInfo_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SplitPartInfo](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## SplitPartInfo::SplitPartInfo(const SplitPartInfo\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::LowCode::SplitPartInfo::SplitPartInfo(const SplitPartInfo &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SplitPartInfo](../) +* Class [SplitPartInfo](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/splitpartinfo/~splitpartinfo/_index.md b/spanish/cpp/aspose.cells.lowcode/splitpartinfo/~splitpartinfo/_index.md new file mode 100644 index 00000000000..bdce92cab9a --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/splitpartinfo/~splitpartinfo/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::LowCode::SplitPartInfo::~SplitPartInfo method +linktitle: ~SplitPartInfo +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::SplitPartInfo::~SplitPartInfo method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.lowcode/splitpartinfo/~splitpartinfo/ +--- +## SplitPartInfo::~SplitPartInfo method + + +Destructor. + +```cpp +Aspose::Cells::LowCode::SplitPartInfo::~SplitPartInfo() +``` + +## See Also + +* Class [SplitPartInfo](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/spreadsheetconverter/_impl/_index.md b/spanish/cpp/aspose.cells.lowcode/spreadsheetconverter/_impl/_index.md new file mode 100644 index 00000000000..c92fe10c4a4 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/spreadsheetconverter/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::LowCode::SpreadsheetConverter::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::SpreadsheetConverter::_impl field. The implementation object in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.lowcode/spreadsheetconverter/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +SpreadsheetConverter_Impl* Aspose::Cells::LowCode::SpreadsheetConverter::_impl +``` + +## See Also + +* Class [SpreadsheetConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/spreadsheetconverter/_index.md b/spanish/cpp/aspose.cells.lowcode/spreadsheetconverter/_index.md new file mode 100644 index 00000000000..379ad88aaf1 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/spreadsheetconverter/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::LowCode::SpreadsheetConverter class +linktitle: SpreadsheetConverter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::SpreadsheetConverter class. Converter for conversion between different spreadsheet file formats, such as xls, xlsx, xlsb, spreadsheet ml in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.lowcode/spreadsheetconverter/ +--- +## SpreadsheetConverter class + + +Converter for conversion between different spreadsheet file formats, such as xls, xlsx, xlsb, spreadsheet ml... + +```cpp +class SpreadsheetConverter +``` + +## Methods + +| Method | Description | +| --- | --- | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const SpreadsheetConverter\& src)](./operator_asm/) | operator= | +| static [Process(const U16String\& templateFile, const U16String\& resultFile)](./process/) | Converts given template file between spreadsheet file formats. | +| static [Process(const char16_t* templateFile, const char16_t* resultFile)](./process/) | Converts given template file between spreadsheet file formats. | +| static [Process(const LowCodeLoadOptions\& loadOptions, const LowCodeSaveOptions\& saveOptions)](./process/) | Converts between different spreadsheet file formats. | +| [SpreadsheetConverter(SpreadsheetConverter_Impl* impl)](./spreadsheetconverter/) | Constructs from an implementation object. | +| [SpreadsheetConverter(const SpreadsheetConverter\& src)](./spreadsheetconverter/) | Copy constructor. | +| [~SpreadsheetConverter()](./~spreadsheetconverter/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +SpreadsheetConverter::Process(u"template.xlsx", u"template.xlsb"); +``` + +## See Also + +* Namespace [Aspose::Cells::LowCode](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.lowcode/spreadsheetconverter/isnull/_index.md b/spanish/cpp/aspose.cells.lowcode/spreadsheetconverter/isnull/_index.md new file mode 100644 index 00000000000..ac8fa145d88 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/spreadsheetconverter/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::LowCode::SpreadsheetConverter::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::SpreadsheetConverter::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.lowcode/spreadsheetconverter/isnull/ +--- +## SpreadsheetConverter::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::LowCode::SpreadsheetConverter::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SpreadsheetConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/spreadsheetconverter/operator_asm/_index.md b/spanish/cpp/aspose.cells.lowcode/spreadsheetconverter/operator_asm/_index.md new file mode 100644 index 00000000000..f1f2779fd93 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/spreadsheetconverter/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::LowCode::SpreadsheetConverter::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::SpreadsheetConverter::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.lowcode/spreadsheetconverter/operator_asm/ +--- +## SpreadsheetConverter::operator= method + + +operator= + +```cpp +SpreadsheetConverter & Aspose::Cells::LowCode::SpreadsheetConverter::operator=(const SpreadsheetConverter &src) +``` + +## See Also + +* Class [SpreadsheetConverter](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [SpreadsheetConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/spreadsheetconverter/operator_bool/_index.md b/spanish/cpp/aspose.cells.lowcode/spreadsheetconverter/operator_bool/_index.md new file mode 100644 index 00000000000..a83d2f88029 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/spreadsheetconverter/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::LowCode::SpreadsheetConverter::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::SpreadsheetConverter::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.lowcode/spreadsheetconverter/operator_bool/ +--- +## SpreadsheetConverter::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::LowCode::SpreadsheetConverter::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [SpreadsheetConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/spreadsheetconverter/process/_index.md b/spanish/cpp/aspose.cells.lowcode/spreadsheetconverter/process/_index.md new file mode 100644 index 00000000000..6e0d7149761 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/spreadsheetconverter/process/_index.md @@ -0,0 +1,75 @@ +--- +title: Aspose::Cells::LowCode::SpreadsheetConverter::Process method +linktitle: Process +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::SpreadsheetConverter::Process method. Converts given template file between spreadsheet file formats in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.lowcode/spreadsheetconverter/process/ +--- +## SpreadsheetConverter::Process(const U16String\&, const U16String\&) method + + +Converts given template file between spreadsheet file formats. + +```cpp +static void Aspose::Cells::LowCode::SpreadsheetConverter::Process(const U16String &templateFile, const U16String &resultFile) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| templateFile | const U16String\& | The template file to be converted | +| resultFile | const U16String\& | The resultant file | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SpreadsheetConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## SpreadsheetConverter::Process(const char16_t*, const char16_t*) method + + +Converts given template file between spreadsheet file formats. + +```cpp +static void Aspose::Cells::LowCode::SpreadsheetConverter::Process(const char16_t *templateFile, const char16_t *resultFile) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| templateFile | const char16_t* | The template file to be converted | +| resultFile | const char16_t* | The resultant file | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SpreadsheetConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## SpreadsheetConverter::Process(const LowCodeLoadOptions\&, const LowCodeSaveOptions\&) method + + +Converts between different spreadsheet file formats. + +```cpp +static void Aspose::Cells::LowCode::SpreadsheetConverter::Process(const LowCodeLoadOptions &loadOptions, const LowCodeSaveOptions &saveOptions) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| loadOptions | const LowCodeLoadOptions\& | Options for input and loading | +| saveOptions | const LowCodeSaveOptions\& | Options for output and saving | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeLoadOptions](../../lowcodeloadoptions/) +* Class [LowCodeSaveOptions](../../lowcodesaveoptions/) +* Class [SpreadsheetConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/spreadsheetconverter/spreadsheetconverter/_index.md b/spanish/cpp/aspose.cells.lowcode/spreadsheetconverter/spreadsheetconverter/_index.md new file mode 100644 index 00000000000..04934fd7e94 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/spreadsheetconverter/spreadsheetconverter/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::LowCode::SpreadsheetConverter::SpreadsheetConverter constructor +linktitle: SpreadsheetConverter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::SpreadsheetConverter::SpreadsheetConverter constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.lowcode/spreadsheetconverter/spreadsheetconverter/ +--- +## SpreadsheetConverter::SpreadsheetConverter(SpreadsheetConverter_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::LowCode::SpreadsheetConverter::SpreadsheetConverter(SpreadsheetConverter_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SpreadsheetConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## SpreadsheetConverter::SpreadsheetConverter(const SpreadsheetConverter\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::LowCode::SpreadsheetConverter::SpreadsheetConverter(const SpreadsheetConverter &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SpreadsheetConverter](../) +* Class [SpreadsheetConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/spreadsheetconverter/~spreadsheetconverter/_index.md b/spanish/cpp/aspose.cells.lowcode/spreadsheetconverter/~spreadsheetconverter/_index.md new file mode 100644 index 00000000000..466118bb36e --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/spreadsheetconverter/~spreadsheetconverter/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::LowCode::SpreadsheetConverter::~SpreadsheetConverter method +linktitle: ~SpreadsheetConverter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::SpreadsheetConverter::~SpreadsheetConverter method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.lowcode/spreadsheetconverter/~spreadsheetconverter/ +--- +## SpreadsheetConverter::~SpreadsheetConverter method + + +Destructor. + +```cpp +Aspose::Cells::LowCode::SpreadsheetConverter::~SpreadsheetConverter() +``` + +## See Also + +* Class [SpreadsheetConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/spreadsheetlocker/_impl/_index.md b/spanish/cpp/aspose.cells.lowcode/spreadsheetlocker/_impl/_index.md new file mode 100644 index 00000000000..8fc90ff2534 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/spreadsheetlocker/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::LowCode::SpreadsheetLocker::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::SpreadsheetLocker::_impl field. The implementation object in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.lowcode/spreadsheetlocker/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +SpreadsheetLocker_Impl* Aspose::Cells::LowCode::SpreadsheetLocker::_impl +``` + +## See Also + +* Class [SpreadsheetLocker](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/spreadsheetlocker/_index.md b/spanish/cpp/aspose.cells.lowcode/spreadsheetlocker/_index.md new file mode 100644 index 00000000000..fac7c9d29e6 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/spreadsheetlocker/_index.md @@ -0,0 +1,52 @@ +--- +title: Aspose::Cells::LowCode::SpreadsheetLocker class +linktitle: SpreadsheetLocker +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::SpreadsheetLocker class. Low code api to lock spreadsheet file in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.lowcode/spreadsheetlocker/ +--- +## SpreadsheetLocker class + + +Low code api to lock spreadsheet file. + +```cpp +class SpreadsheetLocker +``` + +## Methods + +| Method | Description | +| --- | --- | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const SpreadsheetLocker\& src)](./operator_asm/) | operator= | +| static [Process(const U16String\& templateFile, const U16String\& resultFile, const U16String\& openPassword, const U16String\& writePassword)](./process/) | Locks spreadsheet file with specified settings. | +| static [Process(const char16_t* templateFile, const char16_t* resultFile, const char16_t* openPassword, const char16_t* writePassword)](./process/) | Locks spreadsheet file with specified settings. | +| static [Process(const LowCodeLoadOptions\& loadOptions, const LowCodeSaveOptions\& saveOptions, const U16String\& openPassword, const U16String\& writePassword)](./process/) | Locks spreadsheet file with specified settings. | +| static [Process(const LowCodeLoadOptions\& loadOptions, const LowCodeSaveOptions\& saveOptions, const char16_t* openPassword, const char16_t* writePassword)](./process/) | Locks spreadsheet file with specified settings. | +| static [Process(const LowCodeLoadOptions\& loadOptions, const LowCodeSaveOptions\& saveOptions, const U16String\& openPassword, const U16String\& writePassword, const U16String\& workbookPassword, ProtectionType workbookType)](./process/) | Locks spreadsheet file with specified settings. | +| static [Process(const LowCodeLoadOptions\& loadOptions, const LowCodeSaveOptions\& saveOptions, const char16_t* openPassword, const char16_t* writePassword, const char16_t* workbookPassword, ProtectionType workbookType)](./process/) | Locks spreadsheet file with specified settings. | +| static [Process(const LowCodeLoadOptions\& loadOptions, const LowCodeSaveOptions\& saveOptions, const AbstractLowCodeProtectionProvider\& provider)](./process/) | Locks spreadsheet file with specified settings. | +| [SpreadsheetLocker(SpreadsheetLocker_Impl* impl)](./spreadsheetlocker/) | Constructs from an implementation object. | +| [SpreadsheetLocker(const SpreadsheetLocker\& src)](./spreadsheetlocker/) | Copy constructor. | +| [~SpreadsheetLocker()](./~spreadsheetlocker/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +SpreadsheetLocker::Process(u"template.xlsx", u"locked.xlsx", u"mypassword", u"mypassword"); +``` + +## See Also + +* Namespace [Aspose::Cells::LowCode](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.lowcode/spreadsheetlocker/isnull/_index.md b/spanish/cpp/aspose.cells.lowcode/spreadsheetlocker/isnull/_index.md new file mode 100644 index 00000000000..050d9085920 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/spreadsheetlocker/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::LowCode::SpreadsheetLocker::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::SpreadsheetLocker::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.lowcode/spreadsheetlocker/isnull/ +--- +## SpreadsheetLocker::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::LowCode::SpreadsheetLocker::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SpreadsheetLocker](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/spreadsheetlocker/operator_asm/_index.md b/spanish/cpp/aspose.cells.lowcode/spreadsheetlocker/operator_asm/_index.md new file mode 100644 index 00000000000..bb0c9c41d67 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/spreadsheetlocker/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::LowCode::SpreadsheetLocker::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::SpreadsheetLocker::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.lowcode/spreadsheetlocker/operator_asm/ +--- +## SpreadsheetLocker::operator= method + + +operator= + +```cpp +SpreadsheetLocker & Aspose::Cells::LowCode::SpreadsheetLocker::operator=(const SpreadsheetLocker &src) +``` + +## See Also + +* Class [SpreadsheetLocker](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [SpreadsheetLocker](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/spreadsheetlocker/operator_bool/_index.md b/spanish/cpp/aspose.cells.lowcode/spreadsheetlocker/operator_bool/_index.md new file mode 100644 index 00000000000..bee4fb8c090 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/spreadsheetlocker/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::LowCode::SpreadsheetLocker::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::SpreadsheetLocker::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.lowcode/spreadsheetlocker/operator_bool/ +--- +## SpreadsheetLocker::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::LowCode::SpreadsheetLocker::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [SpreadsheetLocker](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/spreadsheetlocker/process/_index.md b/spanish/cpp/aspose.cells.lowcode/spreadsheetlocker/process/_index.md new file mode 100644 index 00000000000..70cd85dd93f --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/spreadsheetlocker/process/_index.md @@ -0,0 +1,189 @@ +--- +title: Aspose::Cells::LowCode::SpreadsheetLocker::Process method +linktitle: Process +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::SpreadsheetLocker::Process method. Locks spreadsheet file with specified settings in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.lowcode/spreadsheetlocker/process/ +--- +## SpreadsheetLocker::Process(const U16String\&, const U16String\&, const U16String\&, const U16String\&) method + + +Locks spreadsheet file with specified settings. + +```cpp +static void Aspose::Cells::LowCode::SpreadsheetLocker::Process(const U16String &templateFile, const U16String &resultFile, const U16String &openPassword, const U16String &writePassword) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| templateFile | const U16String\& | The template file to be locked | +| resultFile | const U16String\& | The resultant file | +| openPassword | const U16String\& | Password for file encryption | +| writePassword | const U16String\& | Password for protection of modifying spreadsheet | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SpreadsheetLocker](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## SpreadsheetLocker::Process(const char16_t*, const char16_t*, const char16_t*, const char16_t*) method + + +Locks spreadsheet file with specified settings. + +```cpp +static void Aspose::Cells::LowCode::SpreadsheetLocker::Process(const char16_t *templateFile, const char16_t *resultFile, const char16_t *openPassword, const char16_t *writePassword) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| templateFile | const char16_t* | The template file to be locked | +| resultFile | const char16_t* | The resultant file | +| openPassword | const char16_t* | Password for file encryption | +| writePassword | const char16_t* | Password for protection of modifying spreadsheet | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SpreadsheetLocker](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## SpreadsheetLocker::Process(const LowCodeLoadOptions\&, const LowCodeSaveOptions\&, const U16String\&, const U16String\&) method + + +Locks spreadsheet file with specified settings. + +```cpp +static void Aspose::Cells::LowCode::SpreadsheetLocker::Process(const LowCodeLoadOptions &loadOptions, const LowCodeSaveOptions &saveOptions, const U16String &openPassword, const U16String &writePassword) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| loadOptions | const LowCodeLoadOptions\& | Options for input and loading | +| saveOptions | const LowCodeSaveOptions\& | Options for output and saving | +| openPassword | const U16String\& | Password for file encryption | +| writePassword | const U16String\& | Password for protection of modifying spreadsheet | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeLoadOptions](../../lowcodeloadoptions/) +* Class [LowCodeSaveOptions](../../lowcodesaveoptions/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SpreadsheetLocker](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## SpreadsheetLocker::Process(const LowCodeLoadOptions\&, const LowCodeSaveOptions\&, const char16_t*, const char16_t*) method + + +Locks spreadsheet file with specified settings. + +```cpp +static void Aspose::Cells::LowCode::SpreadsheetLocker::Process(const LowCodeLoadOptions &loadOptions, const LowCodeSaveOptions &saveOptions, const char16_t *openPassword, const char16_t *writePassword) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| loadOptions | const LowCodeLoadOptions\& | Options for input and loading | +| saveOptions | const LowCodeSaveOptions\& | Options for output and saving | +| openPassword | const char16_t* | Password for file encryption | +| writePassword | const char16_t* | Password for protection of modifying spreadsheet | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeLoadOptions](../../lowcodeloadoptions/) +* Class [LowCodeSaveOptions](../../lowcodesaveoptions/) +* Class [SpreadsheetLocker](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## SpreadsheetLocker::Process(const LowCodeLoadOptions\&, const LowCodeSaveOptions\&, const U16String\&, const U16String\&, const U16String\&, ProtectionType) method + + +Locks spreadsheet file with specified settings. + +```cpp +static void Aspose::Cells::LowCode::SpreadsheetLocker::Process(const LowCodeLoadOptions &loadOptions, const LowCodeSaveOptions &saveOptions, const U16String &openPassword, const U16String &writePassword, const U16String &workbookPassword, ProtectionType workbookType) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| loadOptions | const LowCodeLoadOptions\& | Options for input and loading | +| saveOptions | const LowCodeSaveOptions\& | Options for output and saving | +| openPassword | const U16String\& | Password for file encryption | +| writePassword | const U16String\& | Password for protection of modifying spreadsheet | +| workbookPassword | const U16String\& | Password for protection of the workbook | +| workbookType | ProtectionType | [Protection](../../../aspose.cells/protection/) type to protect the workbook | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeLoadOptions](../../lowcodeloadoptions/) +* Class [LowCodeSaveOptions](../../lowcodesaveoptions/) +* Class [U16String](../../../aspose.cells/u16string/) +* Enum [ProtectionType](../../../aspose.cells/protectiontype/) +* Class [SpreadsheetLocker](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## SpreadsheetLocker::Process(const LowCodeLoadOptions\&, const LowCodeSaveOptions\&, const char16_t*, const char16_t*, const char16_t*, ProtectionType) method + + +Locks spreadsheet file with specified settings. + +```cpp +static void Aspose::Cells::LowCode::SpreadsheetLocker::Process(const LowCodeLoadOptions &loadOptions, const LowCodeSaveOptions &saveOptions, const char16_t *openPassword, const char16_t *writePassword, const char16_t *workbookPassword, ProtectionType workbookType) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| loadOptions | const LowCodeLoadOptions\& | Options for input and loading | +| saveOptions | const LowCodeSaveOptions\& | Options for output and saving | +| openPassword | const char16_t* | Password for file encryption | +| writePassword | const char16_t* | Password for protection of modifying spreadsheet | +| workbookPassword | const char16_t* | Password for protection of the workbook | +| workbookType | ProtectionType | [Protection](../../../aspose.cells/protection/) type to protect the workbook | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeLoadOptions](../../lowcodeloadoptions/) +* Class [LowCodeSaveOptions](../../lowcodesaveoptions/) +* Enum [ProtectionType](../../../aspose.cells/protectiontype/) +* Class [SpreadsheetLocker](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## SpreadsheetLocker::Process(const LowCodeLoadOptions\&, const LowCodeSaveOptions\&, const AbstractLowCodeProtectionProvider\&) method + + +Locks spreadsheet file with specified settings. + +```cpp +static void Aspose::Cells::LowCode::SpreadsheetLocker::Process(const LowCodeLoadOptions &loadOptions, const LowCodeSaveOptions &saveOptions, const AbstractLowCodeProtectionProvider &provider) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| loadOptions | const LowCodeLoadOptions\& | Options for input and loading | +| saveOptions | const LowCodeSaveOptions\& | Options for output and saving | +| provider | const AbstractLowCodeProtectionProvider\& | Implementation to provide protections settings | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeLoadOptions](../../lowcodeloadoptions/) +* Class [LowCodeSaveOptions](../../lowcodesaveoptions/) +* Class [AbstractLowCodeProtectionProvider](../../abstractlowcodeprotectionprovider/) +* Class [SpreadsheetLocker](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/spreadsheetlocker/spreadsheetlocker/_index.md b/spanish/cpp/aspose.cells.lowcode/spreadsheetlocker/spreadsheetlocker/_index.md new file mode 100644 index 00000000000..8cff569f43b --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/spreadsheetlocker/spreadsheetlocker/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::LowCode::SpreadsheetLocker::SpreadsheetLocker constructor +linktitle: SpreadsheetLocker +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::SpreadsheetLocker::SpreadsheetLocker constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.lowcode/spreadsheetlocker/spreadsheetlocker/ +--- +## SpreadsheetLocker::SpreadsheetLocker(SpreadsheetLocker_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::LowCode::SpreadsheetLocker::SpreadsheetLocker(SpreadsheetLocker_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SpreadsheetLocker](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## SpreadsheetLocker::SpreadsheetLocker(const SpreadsheetLocker\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::LowCode::SpreadsheetLocker::SpreadsheetLocker(const SpreadsheetLocker &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SpreadsheetLocker](../) +* Class [SpreadsheetLocker](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/spreadsheetlocker/~spreadsheetlocker/_index.md b/spanish/cpp/aspose.cells.lowcode/spreadsheetlocker/~spreadsheetlocker/_index.md new file mode 100644 index 00000000000..08d575e7a7a --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/spreadsheetlocker/~spreadsheetlocker/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::LowCode::SpreadsheetLocker::~SpreadsheetLocker method +linktitle: ~SpreadsheetLocker +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::SpreadsheetLocker::~SpreadsheetLocker method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.lowcode/spreadsheetlocker/~spreadsheetlocker/ +--- +## SpreadsheetLocker::~SpreadsheetLocker method + + +Destructor. + +```cpp +Aspose::Cells::LowCode::SpreadsheetLocker::~SpreadsheetLocker() +``` + +## See Also + +* Class [SpreadsheetLocker](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/spreadsheetmerger/_impl/_index.md b/spanish/cpp/aspose.cells.lowcode/spreadsheetmerger/_impl/_index.md new file mode 100644 index 00000000000..a081e2a1a81 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/spreadsheetmerger/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::LowCode::SpreadsheetMerger::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::SpreadsheetMerger::_impl field. The implementation object in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.lowcode/spreadsheetmerger/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +SpreadsheetMerger_Impl* Aspose::Cells::LowCode::SpreadsheetMerger::_impl +``` + +## See Also + +* Class [SpreadsheetMerger](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/spreadsheetmerger/_index.md b/spanish/cpp/aspose.cells.lowcode/spreadsheetmerger/_index.md new file mode 100644 index 00000000000..e7521775e79 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/spreadsheetmerger/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::LowCode::SpreadsheetMerger class +linktitle: SpreadsheetMerger +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::SpreadsheetMerger class. Merges multiple template files into one in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.lowcode/spreadsheetmerger/ +--- +## SpreadsheetMerger class + + +Merges multiple template files into one. + +```cpp +class SpreadsheetMerger +``` + +## Methods + +| Method | Description | +| --- | --- | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const SpreadsheetMerger\& src)](./operator_asm/) | operator= | +| static [Process(const Vector \\& templateFiles, const U16String\& resultFile)](./process/) | Merge given template files. | +| static [Process(const Vector \\& templateFiles, const char16_t* resultFile)](./process/) | Merge given template files. | +| static [Process(const LowCodeMergeOptions\& options)](./process/) | Merges multiple template files into one. | +| [SpreadsheetMerger(SpreadsheetMerger_Impl* impl)](./spreadsheetmerger/) | Constructs from an implementation object. | +| [SpreadsheetMerger(const SpreadsheetMerger\& src)](./spreadsheetmerger/) | Copy constructor. | +| [~SpreadsheetMerger()](./~spreadsheetmerger/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +SpreadsheetMerger::Process(Vector{ u"template2.xlsx", u"template2.xlsx", }, u"res.xlsx"); +``` + +## See Also + +* Namespace [Aspose::Cells::LowCode](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.lowcode/spreadsheetmerger/isnull/_index.md b/spanish/cpp/aspose.cells.lowcode/spreadsheetmerger/isnull/_index.md new file mode 100644 index 00000000000..5eaa1ce943e --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/spreadsheetmerger/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::LowCode::SpreadsheetMerger::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::SpreadsheetMerger::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.lowcode/spreadsheetmerger/isnull/ +--- +## SpreadsheetMerger::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::LowCode::SpreadsheetMerger::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SpreadsheetMerger](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/spreadsheetmerger/operator_asm/_index.md b/spanish/cpp/aspose.cells.lowcode/spreadsheetmerger/operator_asm/_index.md new file mode 100644 index 00000000000..26da0f2ac46 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/spreadsheetmerger/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::LowCode::SpreadsheetMerger::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::SpreadsheetMerger::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.lowcode/spreadsheetmerger/operator_asm/ +--- +## SpreadsheetMerger::operator= method + + +operator= + +```cpp +SpreadsheetMerger & Aspose::Cells::LowCode::SpreadsheetMerger::operator=(const SpreadsheetMerger &src) +``` + +## See Also + +* Class [SpreadsheetMerger](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [SpreadsheetMerger](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/spreadsheetmerger/operator_bool/_index.md b/spanish/cpp/aspose.cells.lowcode/spreadsheetmerger/operator_bool/_index.md new file mode 100644 index 00000000000..cc70677b443 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/spreadsheetmerger/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::LowCode::SpreadsheetMerger::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::SpreadsheetMerger::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.lowcode/spreadsheetmerger/operator_bool/ +--- +## SpreadsheetMerger::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::LowCode::SpreadsheetMerger::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [SpreadsheetMerger](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/spreadsheetmerger/process/_index.md b/spanish/cpp/aspose.cells.lowcode/spreadsheetmerger/process/_index.md new file mode 100644 index 00000000000..7c3eb26f18a --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/spreadsheetmerger/process/_index.md @@ -0,0 +1,74 @@ +--- +title: Aspose::Cells::LowCode::SpreadsheetMerger::Process method +linktitle: Process +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::SpreadsheetMerger::Process method. Merge given template files in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.lowcode/spreadsheetmerger/process/ +--- +## SpreadsheetMerger::Process(const Vector \\&, const U16String\&) method + + +Merge given template files. + +```cpp +static void Aspose::Cells::LowCode::SpreadsheetMerger::Process(const Vector &templateFiles, const U16String &resultFile) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| templateFiles | const Vector \\& | The template files to be merged | +| resultFile | const U16String\& | The resultant file | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SpreadsheetMerger](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## SpreadsheetMerger::Process(const Vector \\&, const char16_t*) method + + +Merge given template files. + +```cpp +static void Aspose::Cells::LowCode::SpreadsheetMerger::Process(const Vector &templateFiles, const char16_t *resultFile) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| templateFiles | const Vector \\& | The template files to be merged | +| resultFile | const char16_t* | The resultant file | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SpreadsheetMerger](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## SpreadsheetMerger::Process(const LowCodeMergeOptions\&) method + + +Merges multiple template files into one. + +```cpp +static void Aspose::Cells::LowCode::SpreadsheetMerger::Process(const LowCodeMergeOptions &options) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| options | const LowCodeMergeOptions\& | Options for merging files | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeMergeOptions](../../lowcodemergeoptions/) +* Class [SpreadsheetMerger](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/spreadsheetmerger/spreadsheetmerger/_index.md b/spanish/cpp/aspose.cells.lowcode/spreadsheetmerger/spreadsheetmerger/_index.md new file mode 100644 index 00000000000..e4d3265ead1 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/spreadsheetmerger/spreadsheetmerger/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::LowCode::SpreadsheetMerger::SpreadsheetMerger constructor +linktitle: SpreadsheetMerger +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::SpreadsheetMerger::SpreadsheetMerger constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.lowcode/spreadsheetmerger/spreadsheetmerger/ +--- +## SpreadsheetMerger::SpreadsheetMerger(SpreadsheetMerger_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::LowCode::SpreadsheetMerger::SpreadsheetMerger(SpreadsheetMerger_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SpreadsheetMerger](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## SpreadsheetMerger::SpreadsheetMerger(const SpreadsheetMerger\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::LowCode::SpreadsheetMerger::SpreadsheetMerger(const SpreadsheetMerger &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SpreadsheetMerger](../) +* Class [SpreadsheetMerger](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/spreadsheetmerger/~spreadsheetmerger/_index.md b/spanish/cpp/aspose.cells.lowcode/spreadsheetmerger/~spreadsheetmerger/_index.md new file mode 100644 index 00000000000..f622d9f23a8 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/spreadsheetmerger/~spreadsheetmerger/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::LowCode::SpreadsheetMerger::~SpreadsheetMerger method +linktitle: ~SpreadsheetMerger +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::SpreadsheetMerger::~SpreadsheetMerger method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.lowcode/spreadsheetmerger/~spreadsheetmerger/ +--- +## SpreadsheetMerger::~SpreadsheetMerger method + + +Destructor. + +```cpp +Aspose::Cells::LowCode::SpreadsheetMerger::~SpreadsheetMerger() +``` + +## See Also + +* Class [SpreadsheetMerger](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/spreadsheetsplitter/_impl/_index.md b/spanish/cpp/aspose.cells.lowcode/spreadsheetsplitter/_impl/_index.md new file mode 100644 index 00000000000..3a6bfc91923 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/spreadsheetsplitter/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::LowCode::SpreadsheetSplitter::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::SpreadsheetSplitter::_impl field. The implementation object in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.lowcode/spreadsheetsplitter/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +SpreadsheetSplitter_Impl* Aspose::Cells::LowCode::SpreadsheetSplitter::_impl +``` + +## See Also + +* Class [SpreadsheetSplitter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/spreadsheetsplitter/_index.md b/spanish/cpp/aspose.cells.lowcode/spreadsheetsplitter/_index.md new file mode 100644 index 00000000000..16055be92fd --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/spreadsheetsplitter/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::LowCode::SpreadsheetSplitter class +linktitle: SpreadsheetSplitter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::SpreadsheetSplitter class. Splits spreadsheet file into multiple parts in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.lowcode/spreadsheetsplitter/ +--- +## SpreadsheetSplitter class + + +Splits spreadsheet file into multiple parts. + +```cpp +class SpreadsheetSplitter +``` + +## Methods + +| Method | Description | +| --- | --- | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const SpreadsheetSplitter\& src)](./operator_asm/) | operator= | +| static [Process(const U16String\& templateFile, const U16String\& resultFile)](./process/) | Splits given template file into multiple parts. | +| static [Process(const char16_t* templateFile, const char16_t* resultFile)](./process/) | Splits given template file into multiple parts. | +| static [Process(const LowCodeSplitOptions\& options)](./process/) | Splits spreadsheet file into multiple parts. | +| [SpreadsheetSplitter(SpreadsheetSplitter_Impl* impl)](./spreadsheetsplitter/) | Constructs from an implementation object. | +| [SpreadsheetSplitter(const SpreadsheetSplitter\& src)](./spreadsheetsplitter/) | Copy constructor. | +| [~SpreadsheetSplitter()](./~spreadsheetsplitter/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +SpreadsheetSplitter::Process(u"template.xlsx", u"split.xlsx"); +``` + +## See Also + +* Namespace [Aspose::Cells::LowCode](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.lowcode/spreadsheetsplitter/isnull/_index.md b/spanish/cpp/aspose.cells.lowcode/spreadsheetsplitter/isnull/_index.md new file mode 100644 index 00000000000..1c3950eba49 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/spreadsheetsplitter/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::LowCode::SpreadsheetSplitter::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::SpreadsheetSplitter::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.lowcode/spreadsheetsplitter/isnull/ +--- +## SpreadsheetSplitter::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::LowCode::SpreadsheetSplitter::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SpreadsheetSplitter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/spreadsheetsplitter/operator_asm/_index.md b/spanish/cpp/aspose.cells.lowcode/spreadsheetsplitter/operator_asm/_index.md new file mode 100644 index 00000000000..d80ad74d349 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/spreadsheetsplitter/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::LowCode::SpreadsheetSplitter::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::SpreadsheetSplitter::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.lowcode/spreadsheetsplitter/operator_asm/ +--- +## SpreadsheetSplitter::operator= method + + +operator= + +```cpp +SpreadsheetSplitter & Aspose::Cells::LowCode::SpreadsheetSplitter::operator=(const SpreadsheetSplitter &src) +``` + +## See Also + +* Class [SpreadsheetSplitter](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [SpreadsheetSplitter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/spreadsheetsplitter/operator_bool/_index.md b/spanish/cpp/aspose.cells.lowcode/spreadsheetsplitter/operator_bool/_index.md new file mode 100644 index 00000000000..0b30d3724f4 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/spreadsheetsplitter/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::LowCode::SpreadsheetSplitter::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::SpreadsheetSplitter::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.lowcode/spreadsheetsplitter/operator_bool/ +--- +## SpreadsheetSplitter::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::LowCode::SpreadsheetSplitter::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [SpreadsheetSplitter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/spreadsheetsplitter/process/_index.md b/spanish/cpp/aspose.cells.lowcode/spreadsheetsplitter/process/_index.md new file mode 100644 index 00000000000..3e047dc1710 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/spreadsheetsplitter/process/_index.md @@ -0,0 +1,81 @@ +--- +title: Aspose::Cells::LowCode::SpreadsheetSplitter::Process method +linktitle: Process +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::SpreadsheetSplitter::Process method. Splits given template file into multiple parts in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.lowcode/spreadsheetsplitter/process/ +--- +## SpreadsheetSplitter::Process(const U16String\&, const U16String\&) method + + +Splits given template file into multiple parts. + +```cpp +static void Aspose::Cells::LowCode::SpreadsheetSplitter::Process(const U16String &templateFile, const U16String &resultFile) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| templateFile | const U16String\& | The template file to be split | +| resultFile | const U16String\& | The resultant file(name pattern) | +## Remarks + + + +The output files will be build from the specified resultant file by appending sequence number of the sheet and split part. For example, if the specified output file is Split.xlsx, then the generated files will be Split_0_0.xlsx, Split_0_1.xlsx, ..., Split_1_0.xlsx, ... +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SpreadsheetSplitter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## SpreadsheetSplitter::Process(const char16_t*, const char16_t*) method + + +Splits given template file into multiple parts. + +```cpp +static void Aspose::Cells::LowCode::SpreadsheetSplitter::Process(const char16_t *templateFile, const char16_t *resultFile) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| templateFile | const char16_t* | The template file to be split | +| resultFile | const char16_t* | The resultant file(name pattern) | +## Remarks + + + +The output files will be build from the specified resultant file by appending sequence number of the sheet and split part. For example, if the specified output file is Split.xlsx, then the generated files will be Split_0_0.xlsx, Split_0_1.xlsx, ..., Split_1_0.xlsx, ... +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SpreadsheetSplitter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## SpreadsheetSplitter::Process(const LowCodeSplitOptions\&) method + + +Splits spreadsheet file into multiple parts. + +```cpp +static void Aspose::Cells::LowCode::SpreadsheetSplitter::Process(const LowCodeSplitOptions &options) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| options | const LowCodeSplitOptions\& | Options for splitting spreadsheet | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeSplitOptions](../../lowcodesplitoptions/) +* Class [SpreadsheetSplitter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/spreadsheetsplitter/spreadsheetsplitter/_index.md b/spanish/cpp/aspose.cells.lowcode/spreadsheetsplitter/spreadsheetsplitter/_index.md new file mode 100644 index 00000000000..4581251013e --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/spreadsheetsplitter/spreadsheetsplitter/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::LowCode::SpreadsheetSplitter::SpreadsheetSplitter constructor +linktitle: SpreadsheetSplitter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::SpreadsheetSplitter::SpreadsheetSplitter constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.lowcode/spreadsheetsplitter/spreadsheetsplitter/ +--- +## SpreadsheetSplitter::SpreadsheetSplitter(SpreadsheetSplitter_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::LowCode::SpreadsheetSplitter::SpreadsheetSplitter(SpreadsheetSplitter_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SpreadsheetSplitter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## SpreadsheetSplitter::SpreadsheetSplitter(const SpreadsheetSplitter\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::LowCode::SpreadsheetSplitter::SpreadsheetSplitter(const SpreadsheetSplitter &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SpreadsheetSplitter](../) +* Class [SpreadsheetSplitter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/spreadsheetsplitter/~spreadsheetsplitter/_index.md b/spanish/cpp/aspose.cells.lowcode/spreadsheetsplitter/~spreadsheetsplitter/_index.md new file mode 100644 index 00000000000..8a51b56416c --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/spreadsheetsplitter/~spreadsheetsplitter/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::LowCode::SpreadsheetSplitter::~SpreadsheetSplitter method +linktitle: ~SpreadsheetSplitter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::SpreadsheetSplitter::~SpreadsheetSplitter method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.lowcode/spreadsheetsplitter/~spreadsheetsplitter/ +--- +## SpreadsheetSplitter::~SpreadsheetSplitter method + + +Destructor. + +```cpp +Aspose::Cells::LowCode::SpreadsheetSplitter::~SpreadsheetSplitter() +``` + +## See Also + +* Class [SpreadsheetSplitter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/textconverter/_impl/_index.md b/spanish/cpp/aspose.cells.lowcode/textconverter/_impl/_index.md new file mode 100644 index 00000000000..09da624bb11 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/textconverter/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::LowCode::TextConverter::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::TextConverter::_impl field. The implementation object in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.lowcode/textconverter/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +TextConverter_Impl* Aspose::Cells::LowCode::TextConverter::_impl +``` + +## See Also + +* Class [TextConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/textconverter/_index.md b/spanish/cpp/aspose.cells.lowcode/textconverter/_index.md new file mode 100644 index 00000000000..1c1b896e64a --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/textconverter/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::LowCode::TextConverter class +linktitle: TextConverter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::TextConverter class. Converter for conversion between text based formats(csv, tsv, dif...) and other spreadsheet file formats in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.lowcode/textconverter/ +--- +## TextConverter class + + +Converter for conversion between text based formats(csv, tsv, dif...) and other spreadsheet file formats. + +```cpp +class TextConverter +``` + +## Methods + +| Method | Description | +| --- | --- | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const TextConverter\& src)](./operator_asm/) | operator= | +| static [Process(const U16String\& templateFile, const U16String\& resultFile)](./process/) | Converts given template file between text based files and other formats. | +| static [Process(const char16_t* templateFile, const char16_t* resultFile)](./process/) | Converts given template file between text based files and other formats. | +| static [Process(const LowCodeLoadOptions\& loadOptions, const LowCodeSaveOptions\& saveOptions)](./process/) | Converts file format between text based formats and other spreadsheet file formats. | +| [TextConverter(TextConverter_Impl* impl)](./textconverter/) | Constructs from an implementation object. | +| [TextConverter(const TextConverter\& src)](./textconverter/) | Copy constructor. | +| [~TextConverter()](./~textconverter/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +TextConverter::Process(u"template.csv", u"res.xlsx"); +``` + +## See Also + +* Namespace [Aspose::Cells::LowCode](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.lowcode/textconverter/isnull/_index.md b/spanish/cpp/aspose.cells.lowcode/textconverter/isnull/_index.md new file mode 100644 index 00000000000..f3df888cf0a --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/textconverter/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::LowCode::TextConverter::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::TextConverter::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.lowcode/textconverter/isnull/ +--- +## TextConverter::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::LowCode::TextConverter::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/textconverter/operator_asm/_index.md b/spanish/cpp/aspose.cells.lowcode/textconverter/operator_asm/_index.md new file mode 100644 index 00000000000..a26bcd55747 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/textconverter/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::LowCode::TextConverter::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::TextConverter::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.lowcode/textconverter/operator_asm/ +--- +## TextConverter::operator= method + + +operator= + +```cpp +TextConverter & Aspose::Cells::LowCode::TextConverter::operator=(const TextConverter &src) +``` + +## See Also + +* Class [TextConverter](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/textconverter/operator_bool/_index.md b/spanish/cpp/aspose.cells.lowcode/textconverter/operator_bool/_index.md new file mode 100644 index 00000000000..ff731577404 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/textconverter/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::LowCode::TextConverter::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::TextConverter::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.lowcode/textconverter/operator_bool/ +--- +## TextConverter::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::LowCode::TextConverter::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [TextConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/textconverter/process/_index.md b/spanish/cpp/aspose.cells.lowcode/textconverter/process/_index.md new file mode 100644 index 00000000000..4e21cc6fcb1 --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/textconverter/process/_index.md @@ -0,0 +1,75 @@ +--- +title: Aspose::Cells::LowCode::TextConverter::Process method +linktitle: Process +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::TextConverter::Process method. Converts given template file between text based files and other formats in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.lowcode/textconverter/process/ +--- +## TextConverter::Process(const U16String\&, const U16String\&) method + + +Converts given template file between text based files and other formats. + +```cpp +static void Aspose::Cells::LowCode::TextConverter::Process(const U16String &templateFile, const U16String &resultFile) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| templateFile | const U16String\& | The template file to be converted | +| resultFile | const U16String\& | The resultant file | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [TextConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## TextConverter::Process(const char16_t*, const char16_t*) method + + +Converts given template file between text based files and other formats. + +```cpp +static void Aspose::Cells::LowCode::TextConverter::Process(const char16_t *templateFile, const char16_t *resultFile) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| templateFile | const char16_t* | The template file to be converted | +| resultFile | const char16_t* | The resultant file | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## TextConverter::Process(const LowCodeLoadOptions\&, const LowCodeSaveOptions\&) method + + +Converts file format between text based formats and other spreadsheet file formats. + +```cpp +static void Aspose::Cells::LowCode::TextConverter::Process(const LowCodeLoadOptions &loadOptions, const LowCodeSaveOptions &saveOptions) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| loadOptions | const LowCodeLoadOptions\& | Options for input and loading | +| saveOptions | const LowCodeSaveOptions\& | Options for output and saving | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LowCodeLoadOptions](../../lowcodeloadoptions/) +* Class [LowCodeSaveOptions](../../lowcodesaveoptions/) +* Class [TextConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/textconverter/textconverter/_index.md b/spanish/cpp/aspose.cells.lowcode/textconverter/textconverter/_index.md new file mode 100644 index 00000000000..c8e70dac69d --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/textconverter/textconverter/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::LowCode::TextConverter::TextConverter constructor +linktitle: TextConverter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::TextConverter::TextConverter constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.lowcode/textconverter/textconverter/ +--- +## TextConverter::TextConverter(TextConverter_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::LowCode::TextConverter::TextConverter(TextConverter_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) +## TextConverter::TextConverter(const TextConverter\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::LowCode::TextConverter::TextConverter(const TextConverter &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TextConverter](../) +* Class [TextConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.lowcode/textconverter/~textconverter/_index.md b/spanish/cpp/aspose.cells.lowcode/textconverter/~textconverter/_index.md new file mode 100644 index 00000000000..499fa5a7f0c --- /dev/null +++ b/spanish/cpp/aspose.cells.lowcode/textconverter/~textconverter/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::LowCode::TextConverter::~TextConverter method +linktitle: ~TextConverter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::LowCode::TextConverter::~TextConverter method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.lowcode/textconverter/~textconverter/ +--- +## TextConverter::~TextConverter method + + +Destructor. + +```cpp +Aspose::Cells::LowCode::TextConverter::~TextConverter() +``` + +## See Also + +* Class [TextConverter](../) +* Namespace [Aspose::Cells::LowCode](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markdown/_index.md b/spanish/cpp/aspose.cells.markdown/_index.md new file mode 100644 index 00000000000..9a954940ba9 --- /dev/null +++ b/spanish/cpp/aspose.cells.markdown/_index.md @@ -0,0 +1,17 @@ +--- +title: Aspose::Cells::Markdown namespace +linktitle: Aspose::Cells::Markdown +second_title: Referencia de API de Aspose.Cells para C++ +description: 'Cómo usar el espacio de nombres Aspose::Cells::Markdown en C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.markdown/ +--- + + + +## Enums + +| Enumeración | Descripción | +| --- | --- | +| [MarkdownTableHeaderType](./markdowntableheadertype/) | Representa el tipo de encabezado de la tabla en el archivo markdown. | diff --git a/spanish/cpp/aspose.cells.markdown/markdowntableheadertype/_index.md b/spanish/cpp/aspose.cells.markdown/markdowntableheadertype/_index.md new file mode 100644 index 00000000000..b43ae481af1 --- /dev/null +++ b/spanish/cpp/aspose.cells.markdown/markdowntableheadertype/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Markdown::MarkdownTableHeaderType enum +linktitle: MarkdownTableHeaderType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markdown::MarkdownTableHeaderType enum. Represents the header type of the table in the markdown file in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.markdown/markdowntableheadertype/ +--- +## MarkdownTableHeaderType enum + + +Represents the header type of the table in the markdown file. + +```cpp +enum class MarkdownTableHeaderType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| FirstRow | 0 |
First row as header of the table. | +| ColumnHeader | 1 |
[Column](../../aspose.cells/column/) name (such as A,B,C...) as header of the table. | +| Empty | 2 |
An empty header row. | + +## See Also + +* Namespace [Aspose::Cells::Markdown](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.markup/_index.md b/spanish/cpp/aspose.cells.markup/_index.md new file mode 100644 index 00000000000..874daef6ed1 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/_index.md @@ -0,0 +1,29 @@ +--- +title: Espacio de nombres Aspose::Cells::Markup +linktitle: Aspose::Cells::Markup +second_title: Referencia de API de Aspose.Cells para C++ +description: 'Cómo usar el espacio de nombres Aspose::Cells::Markup en C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.markup/ +--- + + + +## Clases + +| Clase | Descripción | +| --- | --- | +| [CustomXmlPart](./customxmlpart/) | Representa una parte de almacenamiento de datos XML personalizada (datos XML personalizados dentro de un paquete). | +| [CustomXmlPartCollection](./customxmlpartcollection/) | Representa una parte de almacenamiento de datos XML personalizada (datos XML personalizados dentro de un paquete). | +| [SmartTag](./smarttag/) | Representa una etiqueta inteligente. | +| [SmartTagCollection](./smarttagcollection/) | Representa todas las etiquetas inteligentes en la celda. | +| [SmartTagOptions](./smarttagoptions/) | Representa las opciones de la etiqueta inteligente. | +| [SmartTagProperty](./smarttagproperty/) | Representa la propiedad de la etiqueta inteligente de la celda. | +| [SmartTagPropertyCollection](./smarttagpropertycollection/) | Representa todas las propiedades de la etiqueta inteligente de la celda. | +| [SmartTagSetting](./smarttagsetting/) | Representa todos los objetos [SmartTagCollection](./smarttagcollection/) en la hoja de cálculo. | +## Enums + +| Enumeración | Descripción | +| --- | --- | +| [SmartTagShowType](./smarttagshowtype/) | Representa el tipo de visualización de la etiqueta inteligente. | diff --git a/spanish/cpp/aspose.cells.markup/customxmlpart/_impl/_index.md b/spanish/cpp/aspose.cells.markup/customxmlpart/_impl/_index.md new file mode 100644 index 00000000000..7bdfedd321b --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/customxmlpart/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Markup::CustomXmlPart::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::CustomXmlPart::_impl field. The implementation object in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.markup/customxmlpart/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +CustomXmlPart_Impl* Aspose::Cells::Markup::CustomXmlPart::_impl +``` + +## See Also + +* Class [CustomXmlPart](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/customxmlpart/_index.md b/spanish/cpp/aspose.cells.markup/customxmlpart/_index.md new file mode 100644 index 00000000000..676eb543ae3 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/customxmlpart/_index.md @@ -0,0 +1,44 @@ +--- +title: Aspose::Cells::Markup::CustomXmlPart class +linktitle: CustomXmlPart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::CustomXmlPart class. Represents a Custom XML Data Storage Part (custom XML data within a package) in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.markup/customxmlpart/ +--- +## CustomXmlPart class + + +Represents a Custom XML Data Storage Part (custom XML data within a package). + +```cpp +class CustomXmlPart +``` + +## Methods + +| Method | Description | +| --- | --- | +| [CustomXmlPart(CustomXmlPart_Impl* impl)](./customxmlpart/) | Constructs from an implementation object. | +| [CustomXmlPart(const CustomXmlPart\& src)](./customxmlpart/) | Copy constructor. | +| [GetData()](./getdata/) | Gets or sets the XML content of this Custom XML Data Storage Part. | +| [GetID()](./getid/) | Gets and sets the id of the custom xml part. | +| [GetSchemaData()](./getschemadata/) | Gets or sets the XML content of this Custom XML Schema Data Storage Part. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const CustomXmlPart\& src)](./operator_asm/) | operator= | +| [SetData(const Vector \\& value)](./setdata/) | Gets or sets the XML content of this Custom XML Data Storage Part. | +| [SetID(const U16String\& value)](./setid/) | Gets and sets the id of the custom xml part. | +| [SetID(const char16_t* value)](./setid/) | Gets and sets the id of the custom xml part. | +| [SetSchemaData(const Vector \\& value)](./setschemadata/) | Gets or sets the XML content of this Custom XML Schema Data Storage Part. | +| [~CustomXmlPart()](./~customxmlpart/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Markup](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.markup/customxmlpart/customxmlpart/_index.md b/spanish/cpp/aspose.cells.markup/customxmlpart/customxmlpart/_index.md new file mode 100644 index 00000000000..8fc7053cec3 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/customxmlpart/customxmlpart/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Markup::CustomXmlPart::CustomXmlPart constructor +linktitle: CustomXmlPart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::CustomXmlPart::CustomXmlPart constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.markup/customxmlpart/customxmlpart/ +--- +## CustomXmlPart::CustomXmlPart(CustomXmlPart_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Markup::CustomXmlPart::CustomXmlPart(CustomXmlPart_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomXmlPart](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) +## CustomXmlPart::CustomXmlPart(const CustomXmlPart\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Markup::CustomXmlPart::CustomXmlPart(const CustomXmlPart &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomXmlPart](../) +* Class [CustomXmlPart](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/customxmlpart/getdata/_index.md b/spanish/cpp/aspose.cells.markup/customxmlpart/getdata/_index.md new file mode 100644 index 00000000000..5ba75d94d39 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/customxmlpart/getdata/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Markup::CustomXmlPart::GetData method +linktitle: GetData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::CustomXmlPart::GetData method. Gets or sets the XML content of this Custom XML Data Storage Part in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.markup/customxmlpart/getdata/ +--- +## CustomXmlPart::GetData method + + +Gets or sets the XML content of this Custom XML Data Storage Part. + +```cpp +Vector Aspose::Cells::Markup::CustomXmlPart::GetData() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomXmlPart](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/customxmlpart/getid/_index.md b/spanish/cpp/aspose.cells.markup/customxmlpart/getid/_index.md new file mode 100644 index 00000000000..0f7a236b416 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/customxmlpart/getid/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Markup::CustomXmlPart::GetID method +linktitle: GetID +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::CustomXmlPart::GetID method. Gets and sets the id of the custom xml part in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.markup/customxmlpart/getid/ +--- +## CustomXmlPart::GetID method + + +Gets and sets the id of the custom xml part. + +```cpp +U16String Aspose::Cells::Markup::CustomXmlPart::GetID() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [CustomXmlPart](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/customxmlpart/getschemadata/_index.md b/spanish/cpp/aspose.cells.markup/customxmlpart/getschemadata/_index.md new file mode 100644 index 00000000000..cd17e951b1d --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/customxmlpart/getschemadata/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Markup::CustomXmlPart::GetSchemaData method +linktitle: GetSchemaData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::CustomXmlPart::GetSchemaData method. Gets or sets the XML content of this Custom XML Schema Data Storage Part in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.markup/customxmlpart/getschemadata/ +--- +## CustomXmlPart::GetSchemaData method + + +Gets or sets the XML content of this Custom XML Schema Data Storage Part. + +```cpp +Vector Aspose::Cells::Markup::CustomXmlPart::GetSchemaData() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomXmlPart](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/customxmlpart/isnull/_index.md b/spanish/cpp/aspose.cells.markup/customxmlpart/isnull/_index.md new file mode 100644 index 00000000000..9818e0b7199 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/customxmlpart/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Markup::CustomXmlPart::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::CustomXmlPart::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.markup/customxmlpart/isnull/ +--- +## CustomXmlPart::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Markup::CustomXmlPart::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomXmlPart](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/customxmlpart/operator_asm/_index.md b/spanish/cpp/aspose.cells.markup/customxmlpart/operator_asm/_index.md new file mode 100644 index 00000000000..db76ff0593d --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/customxmlpart/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Markup::CustomXmlPart::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::CustomXmlPart::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.markup/customxmlpart/operator_asm/ +--- +## CustomXmlPart::operator= method + + +operator= + +```cpp +CustomXmlPart & Aspose::Cells::Markup::CustomXmlPart::operator=(const CustomXmlPart &src) +``` + +## See Also + +* Class [CustomXmlPart](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomXmlPart](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/customxmlpart/operator_bool/_index.md b/spanish/cpp/aspose.cells.markup/customxmlpart/operator_bool/_index.md new file mode 100644 index 00000000000..0e6e10b4d97 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/customxmlpart/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Markup::CustomXmlPart::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::CustomXmlPart::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.markup/customxmlpart/operator_bool/ +--- +## CustomXmlPart::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Markup::CustomXmlPart::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [CustomXmlPart](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/customxmlpart/setdata/_index.md b/spanish/cpp/aspose.cells.markup/customxmlpart/setdata/_index.md new file mode 100644 index 00000000000..6946d8f5f1f --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/customxmlpart/setdata/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Markup::CustomXmlPart::SetData method +linktitle: SetData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::CustomXmlPart::SetData method. Gets or sets the XML content of this Custom XML Data Storage Part in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.markup/customxmlpart/setdata/ +--- +## CustomXmlPart::SetData method + + +Gets or sets the XML content of this Custom XML Data Storage Part. + +```cpp +void Aspose::Cells::Markup::CustomXmlPart::SetData(const Vector &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomXmlPart](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/customxmlpart/setid/_index.md b/spanish/cpp/aspose.cells.markup/customxmlpart/setid/_index.md new file mode 100644 index 00000000000..f88e3884202 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/customxmlpart/setid/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Markup::CustomXmlPart::SetID method +linktitle: SetID +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::CustomXmlPart::SetID method. Gets and sets the id of the custom xml part in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.markup/customxmlpart/setid/ +--- +## CustomXmlPart::SetID(const U16String\&) method + + +Gets and sets the id of the custom xml part. + +```cpp +void Aspose::Cells::Markup::CustomXmlPart::SetID(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [CustomXmlPart](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) +## CustomXmlPart::SetID(const char16_t*) method + + +Gets and sets the id of the custom xml part. + +```cpp +void Aspose::Cells::Markup::CustomXmlPart::SetID(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomXmlPart](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/customxmlpart/setschemadata/_index.md b/spanish/cpp/aspose.cells.markup/customxmlpart/setschemadata/_index.md new file mode 100644 index 00000000000..4052f378d3b --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/customxmlpart/setschemadata/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Markup::CustomXmlPart::SetSchemaData method +linktitle: SetSchemaData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::CustomXmlPart::SetSchemaData method. Gets or sets the XML content of this Custom XML Schema Data Storage Part in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.markup/customxmlpart/setschemadata/ +--- +## CustomXmlPart::SetSchemaData method + + +Gets or sets the XML content of this Custom XML Schema Data Storage Part. + +```cpp +void Aspose::Cells::Markup::CustomXmlPart::SetSchemaData(const Vector &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomXmlPart](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/customxmlpart/~customxmlpart/_index.md b/spanish/cpp/aspose.cells.markup/customxmlpart/~customxmlpart/_index.md new file mode 100644 index 00000000000..e5e17b414fc --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/customxmlpart/~customxmlpart/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Markup::CustomXmlPart::~CustomXmlPart method +linktitle: ~CustomXmlPart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::CustomXmlPart::~CustomXmlPart method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.markup/customxmlpart/~customxmlpart/ +--- +## CustomXmlPart::~CustomXmlPart method + + +Destructor. + +```cpp +Aspose::Cells::Markup::CustomXmlPart::~CustomXmlPart() +``` + +## See Also + +* Class [CustomXmlPart](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/customxmlpartcollection/_impl/_index.md b/spanish/cpp/aspose.cells.markup/customxmlpartcollection/_impl/_index.md new file mode 100644 index 00000000000..fabfa729b6c --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/customxmlpartcollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Markup::CustomXmlPartCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::CustomXmlPartCollection::_impl field. The implementation object in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.markup/customxmlpartcollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +CustomXmlPartCollection_Impl* Aspose::Cells::Markup::CustomXmlPartCollection::_impl +``` + +## See Also + +* Class [CustomXmlPartCollection](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/customxmlpartcollection/_index.md b/spanish/cpp/aspose.cells.markup/customxmlpartcollection/_index.md new file mode 100644 index 00000000000..2941428fc55 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/customxmlpartcollection/_index.md @@ -0,0 +1,42 @@ +--- +title: Aspose::Cells::Markup::CustomXmlPartCollection class +linktitle: CustomXmlPartCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::CustomXmlPartCollection class. Represents a Custom XML Data Storage Part (custom XML data within a package) in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.markup/customxmlpartcollection/ +--- +## CustomXmlPartCollection class + + +Represents a Custom XML Data Storage Part (custom XML data within a package). + +```cpp +class CustomXmlPartCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add(const Vector \\& data, const Vector \\& shemaData)](./add/) | Adds an item to the collection. | +| [CustomXmlPartCollection(CustomXmlPartCollection_Impl* impl)](./customxmlpartcollection/) | Constructs from an implementation object. | +| [CustomXmlPartCollection(const CustomXmlPartCollection\& src)](./customxmlpartcollection/) | Copy constructor. | +| [Get(int32_t index)](./get/) | Gets an item at the specified index. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const CustomXmlPartCollection\& src)](./operator_asm/) | operator= | +| [SelectByID(const U16String\& id)](./selectbyid/) | Gets an item by id. | +| [SelectByID(const char16_t* id)](./selectbyid/) | Gets an item by id. | +| [~CustomXmlPartCollection()](./~customxmlpartcollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Markup](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.markup/customxmlpartcollection/add/_index.md b/spanish/cpp/aspose.cells.markup/customxmlpartcollection/add/_index.md new file mode 100644 index 00000000000..dec8e3d3849 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/customxmlpartcollection/add/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Markup::CustomXmlPartCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::CustomXmlPartCollection::Add method. Adds an item to the collection in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.markup/customxmlpartcollection/add/ +--- +## CustomXmlPartCollection::Add method + + +Adds an item to the collection. + +```cpp +int32_t Aspose::Cells::Markup::CustomXmlPartCollection::Add(const Vector &data, const Vector &shemaData) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| data | const Vector \\& | The XML content of this Custom XML Data Storage Part. | +| shemaData | const Vector \\& | The set of XML schemas that are associated with this custom XML part. | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomXmlPartCollection](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/customxmlpartcollection/customxmlpartcollection/_index.md b/spanish/cpp/aspose.cells.markup/customxmlpartcollection/customxmlpartcollection/_index.md new file mode 100644 index 00000000000..648221b7153 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/customxmlpartcollection/customxmlpartcollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Markup::CustomXmlPartCollection::CustomXmlPartCollection constructor +linktitle: CustomXmlPartCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::CustomXmlPartCollection::CustomXmlPartCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.markup/customxmlpartcollection/customxmlpartcollection/ +--- +## CustomXmlPartCollection::CustomXmlPartCollection(CustomXmlPartCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Markup::CustomXmlPartCollection::CustomXmlPartCollection(CustomXmlPartCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomXmlPartCollection](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) +## CustomXmlPartCollection::CustomXmlPartCollection(const CustomXmlPartCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Markup::CustomXmlPartCollection::CustomXmlPartCollection(const CustomXmlPartCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomXmlPartCollection](../) +* Class [CustomXmlPartCollection](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/customxmlpartcollection/get/_index.md b/spanish/cpp/aspose.cells.markup/customxmlpartcollection/get/_index.md new file mode 100644 index 00000000000..3d25291f8a0 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/customxmlpartcollection/get/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Markup::CustomXmlPartCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::CustomXmlPartCollection::Get method. Gets an item at the specified index in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.markup/customxmlpartcollection/get/ +--- +## CustomXmlPartCollection::Get method + + +Gets an item at the specified index. + +```cpp +CustomXmlPart Aspose::Cells::Markup::CustomXmlPartCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The index. | + +## ReturnValue + + + +## See Also + +* Class [CustomXmlPart](../../customxmlpart/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomXmlPartCollection](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/customxmlpartcollection/getcount/_index.md b/spanish/cpp/aspose.cells.markup/customxmlpartcollection/getcount/_index.md new file mode 100644 index 00000000000..f4d79995c46 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/customxmlpartcollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Markup::CustomXmlPartCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::Markup::CustomXmlPartCollection class in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.markup/customxmlpartcollection/getcount/ +--- +## CustomXmlPartCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::Markup::CustomXmlPartCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomXmlPartCollection](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/customxmlpartcollection/isnull/_index.md b/spanish/cpp/aspose.cells.markup/customxmlpartcollection/isnull/_index.md new file mode 100644 index 00000000000..2ed8e97f69f --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/customxmlpartcollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Markup::CustomXmlPartCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::CustomXmlPartCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.markup/customxmlpartcollection/isnull/ +--- +## CustomXmlPartCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Markup::CustomXmlPartCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomXmlPartCollection](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/customxmlpartcollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.markup/customxmlpartcollection/operator_asm/_index.md new file mode 100644 index 00000000000..c8e604bc91d --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/customxmlpartcollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Markup::CustomXmlPartCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::CustomXmlPartCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.markup/customxmlpartcollection/operator_asm/ +--- +## CustomXmlPartCollection::operator= method + + +operator= + +```cpp +CustomXmlPartCollection & Aspose::Cells::Markup::CustomXmlPartCollection::operator=(const CustomXmlPartCollection &src) +``` + +## See Also + +* Class [CustomXmlPartCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomXmlPartCollection](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/customxmlpartcollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.markup/customxmlpartcollection/operator_bool/_index.md new file mode 100644 index 00000000000..148063a258f --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/customxmlpartcollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Markup::CustomXmlPartCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::CustomXmlPartCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.markup/customxmlpartcollection/operator_bool/ +--- +## CustomXmlPartCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Markup::CustomXmlPartCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [CustomXmlPartCollection](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/customxmlpartcollection/selectbyid/_index.md b/spanish/cpp/aspose.cells.markup/customxmlpartcollection/selectbyid/_index.md new file mode 100644 index 00000000000..6ca31f0b427 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/customxmlpartcollection/selectbyid/_index.md @@ -0,0 +1,60 @@ +--- +title: Aspose::Cells::Markup::CustomXmlPartCollection::SelectByID method +linktitle: SelectByID +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::CustomXmlPartCollection::SelectByID method. Gets an item by id in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.markup/customxmlpartcollection/selectbyid/ +--- +## CustomXmlPartCollection::SelectByID(const U16String\&) method + + +Gets an item by id. + +```cpp +CustomXmlPart Aspose::Cells::Markup::CustomXmlPartCollection::SelectByID(const U16String &id) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| id | const U16String\& | Contains the GUID for the custom XML part. | + +## ReturnValue + + + +## See Also + +* Class [CustomXmlPart](../../customxmlpart/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [CustomXmlPartCollection](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) +## CustomXmlPartCollection::SelectByID(const char16_t*) method + + +Gets an item by id. + +```cpp +CustomXmlPart Aspose::Cells::Markup::CustomXmlPartCollection::SelectByID(const char16_t *id) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| id | const char16_t* | Contains the GUID for the custom XML part. | + +## ReturnValue + + + +## See Also + +* Class [CustomXmlPart](../../customxmlpart/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomXmlPartCollection](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/customxmlpartcollection/~customxmlpartcollection/_index.md b/spanish/cpp/aspose.cells.markup/customxmlpartcollection/~customxmlpartcollection/_index.md new file mode 100644 index 00000000000..2e26877189e --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/customxmlpartcollection/~customxmlpartcollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Markup::CustomXmlPartCollection::~CustomXmlPartCollection method +linktitle: ~CustomXmlPartCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::CustomXmlPartCollection::~CustomXmlPartCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.markup/customxmlpartcollection/~customxmlpartcollection/ +--- +## CustomXmlPartCollection::~CustomXmlPartCollection method + + +Destructor. + +```cpp +Aspose::Cells::Markup::CustomXmlPartCollection::~CustomXmlPartCollection() +``` + +## See Also + +* Class [CustomXmlPartCollection](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttag/_impl/_index.md b/spanish/cpp/aspose.cells.markup/smarttag/_impl/_index.md new file mode 100644 index 00000000000..f78b6f7eb9d --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttag/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Markup::SmartTag::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTag::_impl field. The implementation object in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.markup/smarttag/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +SmartTag_Impl* Aspose::Cells::Markup::SmartTag::_impl +``` + +## See Also + +* Class [SmartTag](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttag/_index.md b/spanish/cpp/aspose.cells.markup/smarttag/_index.md new file mode 100644 index 00000000000..c75da146069 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttag/_index.md @@ -0,0 +1,45 @@ +--- +title: Aspose::Cells::Markup::SmartTag class +linktitle: SmartTag +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTag class. Represents a smart tag in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.markup/smarttag/ +--- +## SmartTag class + + +Represents a smart tag. + +```cpp +class SmartTag +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetDeleted()](./getdeleted/) | Indicates whether the smart tag is deleted. | +| [GetName()](./getname/) | Gets the name of the smart tag. | +| [GetProperties()](./getproperties/) | Gets and set the properties of the smart tag. | +| [GetUri()](./geturi/) | Gets the namespace URI of the smart tag. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const SmartTag\& src)](./operator_asm/) | operator= | +| [SetDeleted(bool value)](./setdeleted/) | Indicates whether the smart tag is deleted. | +| [SetLink(const U16String\& uri, const U16String\& name)](./setlink/) | Change the name and the namespace URI of the smart tag. | +| [SetLink(const char16_t* uri, const char16_t* name)](./setlink/) | Change the name and the namespace URI of the smart tag. | +| [SetProperties(const SmartTagPropertyCollection\& value)](./setproperties/) | Gets and set the properties of the smart tag. | +| [SmartTag(SmartTag_Impl* impl)](./smarttag/) | Constructs from an implementation object. | +| [SmartTag(const SmartTag\& src)](./smarttag/) | Copy constructor. | +| [~SmartTag()](./~smarttag/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Markup](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttag/getdeleted/_index.md b/spanish/cpp/aspose.cells.markup/smarttag/getdeleted/_index.md new file mode 100644 index 00000000000..d17f20490fe --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttag/getdeleted/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Markup::SmartTag::GetDeleted method +linktitle: GetDeleted +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTag::GetDeleted method. Indicates whether the smart tag is deleted in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.markup/smarttag/getdeleted/ +--- +## SmartTag::GetDeleted method + + +Indicates whether the smart tag is deleted. + +```cpp +bool Aspose::Cells::Markup::SmartTag::GetDeleted() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SmartTag](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttag/getname/_index.md b/spanish/cpp/aspose.cells.markup/smarttag/getname/_index.md new file mode 100644 index 00000000000..81ddc4c6656 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttag/getname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Markup::SmartTag::GetName method +linktitle: GetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTag::GetName method. Gets the name of the smart tag in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.markup/smarttag/getname/ +--- +## SmartTag::GetName method + + +Gets the name of the smart tag. + +```cpp +U16String Aspose::Cells::Markup::SmartTag::GetName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SmartTag](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttag/getproperties/_index.md b/spanish/cpp/aspose.cells.markup/smarttag/getproperties/_index.md new file mode 100644 index 00000000000..7bf680adcc3 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttag/getproperties/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Markup::SmartTag::GetProperties method +linktitle: GetProperties +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTag::GetProperties method. Gets and set the properties of the smart tag in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.markup/smarttag/getproperties/ +--- +## SmartTag::GetProperties method + + +Gets and set the properties of the smart tag. + +```cpp +SmartTagPropertyCollection Aspose::Cells::Markup::SmartTag::GetProperties() +``` + +## See Also + +* Class [SmartTagPropertyCollection](../../smarttagpropertycollection/) +* Class [SmartTag](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttag/geturi/_index.md b/spanish/cpp/aspose.cells.markup/smarttag/geturi/_index.md new file mode 100644 index 00000000000..234a1b73648 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttag/geturi/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Markup::SmartTag::GetUri method +linktitle: GetUri +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTag::GetUri method. Gets the namespace URI of the smart tag in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.markup/smarttag/geturi/ +--- +## SmartTag::GetUri method + + +Gets the namespace URI of the smart tag. + +```cpp +U16String Aspose::Cells::Markup::SmartTag::GetUri() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SmartTag](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttag/isnull/_index.md b/spanish/cpp/aspose.cells.markup/smarttag/isnull/_index.md new file mode 100644 index 00000000000..2ef06512238 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttag/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Markup::SmartTag::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTag::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.markup/smarttag/isnull/ +--- +## SmartTag::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Markup::SmartTag::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SmartTag](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttag/operator_asm/_index.md b/spanish/cpp/aspose.cells.markup/smarttag/operator_asm/_index.md new file mode 100644 index 00000000000..4647cae0ac3 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttag/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Markup::SmartTag::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTag::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.markup/smarttag/operator_asm/ +--- +## SmartTag::operator= method + + +operator= + +```cpp +SmartTag & Aspose::Cells::Markup::SmartTag::operator=(const SmartTag &src) +``` + +## See Also + +* Class [SmartTag](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [SmartTag](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttag/operator_bool/_index.md b/spanish/cpp/aspose.cells.markup/smarttag/operator_bool/_index.md new file mode 100644 index 00000000000..a1455eb2d51 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttag/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Markup::SmartTag::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTag::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.markup/smarttag/operator_bool/ +--- +## SmartTag::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Markup::SmartTag::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [SmartTag](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttag/setdeleted/_index.md b/spanish/cpp/aspose.cells.markup/smarttag/setdeleted/_index.md new file mode 100644 index 00000000000..8b3afec117f --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttag/setdeleted/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Markup::SmartTag::SetDeleted method +linktitle: SetDeleted +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTag::SetDeleted method. Indicates whether the smart tag is deleted in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.markup/smarttag/setdeleted/ +--- +## SmartTag::SetDeleted method + + +Indicates whether the smart tag is deleted. + +```cpp +void Aspose::Cells::Markup::SmartTag::SetDeleted(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SmartTag](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttag/setlink/_index.md b/spanish/cpp/aspose.cells.markup/smarttag/setlink/_index.md new file mode 100644 index 00000000000..57e0504ba6a --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttag/setlink/_index.md @@ -0,0 +1,52 @@ +--- +title: Aspose::Cells::Markup::SmartTag::SetLink method +linktitle: SetLink +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTag::SetLink method. Change the name and the namespace URI of the smart tag in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.markup/smarttag/setlink/ +--- +## SmartTag::SetLink(const U16String\&, const U16String\&) method + + +Change the name and the namespace URI of the smart tag. + +```cpp +void Aspose::Cells::Markup::SmartTag::SetLink(const U16String &uri, const U16String &name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| uri | const U16String\& | The namespace URI of the smart tag. | +| name | const U16String\& | The name of the smart tag. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SmartTag](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) +## SmartTag::SetLink(const char16_t*, const char16_t*) method + + +Change the name and the namespace URI of the smart tag. + +```cpp +void Aspose::Cells::Markup::SmartTag::SetLink(const char16_t *uri, const char16_t *name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| uri | const char16_t* | The namespace URI of the smart tag. | +| name | const char16_t* | The name of the smart tag. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SmartTag](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttag/setproperties/_index.md b/spanish/cpp/aspose.cells.markup/smarttag/setproperties/_index.md new file mode 100644 index 00000000000..0160f745075 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttag/setproperties/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Markup::SmartTag::SetProperties method +linktitle: SetProperties +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTag::SetProperties method. Gets and set the properties of the smart tag in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.markup/smarttag/setproperties/ +--- +## SmartTag::SetProperties method + + +Gets and set the properties of the smart tag. + +```cpp +void Aspose::Cells::Markup::SmartTag::SetProperties(const SmartTagPropertyCollection &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SmartTagPropertyCollection](../../smarttagpropertycollection/) +* Class [SmartTag](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttag/smarttag/_index.md b/spanish/cpp/aspose.cells.markup/smarttag/smarttag/_index.md new file mode 100644 index 00000000000..68b93380d6a --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttag/smarttag/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Markup::SmartTag::SmartTag constructor +linktitle: SmartTag +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTag::SmartTag constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.markup/smarttag/smarttag/ +--- +## SmartTag::SmartTag(SmartTag_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Markup::SmartTag::SmartTag(SmartTag_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SmartTag](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) +## SmartTag::SmartTag(const SmartTag\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Markup::SmartTag::SmartTag(const SmartTag &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SmartTag](../) +* Class [SmartTag](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttag/~smarttag/_index.md b/spanish/cpp/aspose.cells.markup/smarttag/~smarttag/_index.md new file mode 100644 index 00000000000..1e8ea9719ba --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttag/~smarttag/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Markup::SmartTag::~SmartTag method +linktitle: ~SmartTag +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTag::~SmartTag method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.markup/smarttag/~smarttag/ +--- +## SmartTag::~SmartTag method + + +Destructor. + +```cpp +Aspose::Cells::Markup::SmartTag::~SmartTag() +``` + +## See Also + +* Class [SmartTag](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagcollection/_impl/_index.md b/spanish/cpp/aspose.cells.markup/smarttagcollection/_impl/_index.md new file mode 100644 index 00000000000..747ac1914dd --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagcollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Markup::SmartTagCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagCollection::_impl field. The implementation object in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.markup/smarttagcollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +SmartTagCollection_Impl* Aspose::Cells::Markup::SmartTagCollection::_impl +``` + +## See Also + +* Class [SmartTagCollection](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagcollection/_index.md b/spanish/cpp/aspose.cells.markup/smarttagcollection/_index.md new file mode 100644 index 00000000000..242f6e790b3 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagcollection/_index.md @@ -0,0 +1,43 @@ +--- +title: Aspose::Cells::Markup::SmartTagCollection class +linktitle: SmartTagCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagCollection class. Represents all smart tags in the cell in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.markup/smarttagcollection/ +--- +## SmartTagCollection class + + +Represents all smart tags in the cell. + +```cpp +class SmartTagCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add(const U16String\& uri, const U16String\& name)](./add/) | Adds a smart tag. | +| [Add(const char16_t* uri, const char16_t* name)](./add/) | Adds a smart tag. | +| [Get(int32_t index)](./get/) | Gets a [SmartTag](../smarttag/) object at the specific index. | +| [GetColumn()](./getcolumn/) | Gets the column of the cell smart tags. | +| [GetCount()](./getcount/) | | +| [GetRow()](./getrow/) | Gets the row of the cell smart tags. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const SmartTagCollection\& src)](./operator_asm/) | operator= | +| [SmartTagCollection(SmartTagCollection_Impl* impl)](./smarttagcollection/) | Constructs from an implementation object. | +| [SmartTagCollection(const SmartTagCollection\& src)](./smarttagcollection/) | Copy constructor. | +| [~SmartTagCollection()](./~smarttagcollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Markup](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagcollection/add/_index.md b/spanish/cpp/aspose.cells.markup/smarttagcollection/add/_index.md new file mode 100644 index 00000000000..57beb322630 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagcollection/add/_index.md @@ -0,0 +1,60 @@ +--- +title: Aspose::Cells::Markup::SmartTagCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagCollection::Add method. Adds a smart tag in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.markup/smarttagcollection/add/ +--- +## SmartTagCollection::Add(const U16String\&, const U16String\&) method + + +Adds a smart tag. + +```cpp +int32_t Aspose::Cells::Markup::SmartTagCollection::Add(const U16String &uri, const U16String &name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| uri | const U16String\& | Specifies the namespace URI of the smart tag | +| name | const U16String\& | Specifies the name of the smart tag. | + +## ReturnValue + +The index of smart tag in the list. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SmartTagCollection](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) +## SmartTagCollection::Add(const char16_t*, const char16_t*) method + + +Adds a smart tag. + +```cpp +int32_t Aspose::Cells::Markup::SmartTagCollection::Add(const char16_t *uri, const char16_t *name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| uri | const char16_t* | Specifies the namespace URI of the smart tag | +| name | const char16_t* | Specifies the name of the smart tag. | + +## ReturnValue + +The index of smart tag in the list. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SmartTagCollection](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagcollection/get/_index.md b/spanish/cpp/aspose.cells.markup/smarttagcollection/get/_index.md new file mode 100644 index 00000000000..1c0943c14c6 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagcollection/get/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Markup::SmartTagCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagCollection::Get method. Gets a SmartTag object at the specific index in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.markup/smarttagcollection/get/ +--- +## SmartTagCollection::Get method + + +Gets a [SmartTag](../../smarttag/) object at the specific index. + +```cpp +SmartTag Aspose::Cells::Markup::SmartTagCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The index. | + +## ReturnValue + +returns a [SmartTag](../../smarttag/) object. + +## See Also + +* Class [SmartTag](../../smarttag/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [SmartTagCollection](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagcollection/getcolumn/_index.md b/spanish/cpp/aspose.cells.markup/smarttagcollection/getcolumn/_index.md new file mode 100644 index 00000000000..f570cf3e548 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagcollection/getcolumn/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Markup::SmartTagCollection::GetColumn method +linktitle: GetColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagCollection::GetColumn method. Gets the column of the cell smart tags in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.markup/smarttagcollection/getcolumn/ +--- +## SmartTagCollection::GetColumn method + + +Gets the column of the cell smart tags. + +```cpp +int32_t Aspose::Cells::Markup::SmartTagCollection::GetColumn() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SmartTagCollection](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagcollection/getcount/_index.md b/spanish/cpp/aspose.cells.markup/smarttagcollection/getcount/_index.md new file mode 100644 index 00000000000..b45e53ddcfd --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagcollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Markup::SmartTagCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::Markup::SmartTagCollection class in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.markup/smarttagcollection/getcount/ +--- +## SmartTagCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::Markup::SmartTagCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SmartTagCollection](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagcollection/getrow/_index.md b/spanish/cpp/aspose.cells.markup/smarttagcollection/getrow/_index.md new file mode 100644 index 00000000000..b76d01cdaee --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagcollection/getrow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Markup::SmartTagCollection::GetRow method +linktitle: GetRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagCollection::GetRow method. Gets the row of the cell smart tags in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.markup/smarttagcollection/getrow/ +--- +## SmartTagCollection::GetRow method + + +Gets the row of the cell smart tags. + +```cpp +int32_t Aspose::Cells::Markup::SmartTagCollection::GetRow() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SmartTagCollection](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagcollection/isnull/_index.md b/spanish/cpp/aspose.cells.markup/smarttagcollection/isnull/_index.md new file mode 100644 index 00000000000..5f5e9d0f22d --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagcollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Markup::SmartTagCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.markup/smarttagcollection/isnull/ +--- +## SmartTagCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Markup::SmartTagCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SmartTagCollection](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagcollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.markup/smarttagcollection/operator_asm/_index.md new file mode 100644 index 00000000000..29ae40641bf --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagcollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Markup::SmartTagCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.markup/smarttagcollection/operator_asm/ +--- +## SmartTagCollection::operator= method + + +operator= + +```cpp +SmartTagCollection & Aspose::Cells::Markup::SmartTagCollection::operator=(const SmartTagCollection &src) +``` + +## See Also + +* Class [SmartTagCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [SmartTagCollection](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagcollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.markup/smarttagcollection/operator_bool/_index.md new file mode 100644 index 00000000000..020e72d50fc --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagcollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Markup::SmartTagCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.markup/smarttagcollection/operator_bool/ +--- +## SmartTagCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Markup::SmartTagCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [SmartTagCollection](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagcollection/smarttagcollection/_index.md b/spanish/cpp/aspose.cells.markup/smarttagcollection/smarttagcollection/_index.md new file mode 100644 index 00000000000..2a854836b50 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagcollection/smarttagcollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Markup::SmartTagCollection::SmartTagCollection constructor +linktitle: SmartTagCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagCollection::SmartTagCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.markup/smarttagcollection/smarttagcollection/ +--- +## SmartTagCollection::SmartTagCollection(SmartTagCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Markup::SmartTagCollection::SmartTagCollection(SmartTagCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SmartTagCollection](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) +## SmartTagCollection::SmartTagCollection(const SmartTagCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Markup::SmartTagCollection::SmartTagCollection(const SmartTagCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SmartTagCollection](../) +* Class [SmartTagCollection](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagcollection/~smarttagcollection/_index.md b/spanish/cpp/aspose.cells.markup/smarttagcollection/~smarttagcollection/_index.md new file mode 100644 index 00000000000..e4dffec869a --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagcollection/~smarttagcollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Markup::SmartTagCollection::~SmartTagCollection method +linktitle: ~SmartTagCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagCollection::~SmartTagCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.markup/smarttagcollection/~smarttagcollection/ +--- +## SmartTagCollection::~SmartTagCollection method + + +Destructor. + +```cpp +Aspose::Cells::Markup::SmartTagCollection::~SmartTagCollection() +``` + +## See Also + +* Class [SmartTagCollection](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagoptions/_impl/_index.md b/spanish/cpp/aspose.cells.markup/smarttagoptions/_impl/_index.md new file mode 100644 index 00000000000..fbe47dc7592 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagoptions/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Markup::SmartTagOptions::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagOptions::_impl field. The implementation object in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.markup/smarttagoptions/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +SmartTagOptions_Impl* Aspose::Cells::Markup::SmartTagOptions::_impl +``` + +## See Also + +* Class [SmartTagOptions](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagoptions/_index.md b/spanish/cpp/aspose.cells.markup/smarttagoptions/_index.md new file mode 100644 index 00000000000..c2d42083c7f --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagoptions/_index.md @@ -0,0 +1,42 @@ +--- +title: Aspose::Cells::Markup::SmartTagOptions class +linktitle: SmartTagOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagOptions class. Represents the options of the smart tag in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.markup/smarttagoptions/ +--- +## SmartTagOptions class + + +Represents the options of the smart tag. + +```cpp +class SmartTagOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetEmbedSmartTags()](./getembedsmarttags/) | Indicates whether saving smart tags with the workbook. | +| [GetShowType()](./getshowtype/) | Represents the show type of smart tag. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const SmartTagOptions\& src)](./operator_asm/) | operator= | +| [SetEmbedSmartTags(bool value)](./setembedsmarttags/) | Indicates whether saving smart tags with the workbook. | +| [SetShowType(SmartTagShowType value)](./setshowtype/) | Represents the show type of smart tag. | +| [SmartTagOptions()](./smarttagoptions/) | Default constructor. | +| [SmartTagOptions(SmartTagOptions_Impl* impl)](./smarttagoptions/) | Constructs from an implementation object. | +| [SmartTagOptions(const SmartTagOptions\& src)](./smarttagoptions/) | Copy constructor. | +| [~SmartTagOptions()](./~smarttagoptions/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Markup](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagoptions/getembedsmarttags/_index.md b/spanish/cpp/aspose.cells.markup/smarttagoptions/getembedsmarttags/_index.md new file mode 100644 index 00000000000..bc7efb93048 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagoptions/getembedsmarttags/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Markup::SmartTagOptions::GetEmbedSmartTags method +linktitle: GetEmbedSmartTags +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagOptions::GetEmbedSmartTags method. Indicates whether saving smart tags with the workbook in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.markup/smarttagoptions/getembedsmarttags/ +--- +## SmartTagOptions::GetEmbedSmartTags method + + +Indicates whether saving smart tags with the workbook. + +```cpp +bool Aspose::Cells::Markup::SmartTagOptions::GetEmbedSmartTags() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SmartTagOptions](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagoptions/getshowtype/_index.md b/spanish/cpp/aspose.cells.markup/smarttagoptions/getshowtype/_index.md new file mode 100644 index 00000000000..4d6c1e3f858 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagoptions/getshowtype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Markup::SmartTagOptions::GetShowType method +linktitle: GetShowType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagOptions::GetShowType method. Represents the show type of smart tag in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.markup/smarttagoptions/getshowtype/ +--- +## SmartTagOptions::GetShowType method + + +Represents the show type of smart tag. + +```cpp +SmartTagShowType Aspose::Cells::Markup::SmartTagOptions::GetShowType() +``` + +## See Also + +* Enum [SmartTagShowType](../../smarttagshowtype/) +* Class [SmartTagOptions](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagoptions/isnull/_index.md b/spanish/cpp/aspose.cells.markup/smarttagoptions/isnull/_index.md new file mode 100644 index 00000000000..605c54bb986 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagoptions/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Markup::SmartTagOptions::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagOptions::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.markup/smarttagoptions/isnull/ +--- +## SmartTagOptions::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Markup::SmartTagOptions::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SmartTagOptions](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagoptions/operator_asm/_index.md b/spanish/cpp/aspose.cells.markup/smarttagoptions/operator_asm/_index.md new file mode 100644 index 00000000000..da993290952 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagoptions/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Markup::SmartTagOptions::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagOptions::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.markup/smarttagoptions/operator_asm/ +--- +## SmartTagOptions::operator= method + + +operator= + +```cpp +SmartTagOptions & Aspose::Cells::Markup::SmartTagOptions::operator=(const SmartTagOptions &src) +``` + +## See Also + +* Class [SmartTagOptions](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [SmartTagOptions](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagoptions/operator_bool/_index.md b/spanish/cpp/aspose.cells.markup/smarttagoptions/operator_bool/_index.md new file mode 100644 index 00000000000..536116fa055 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagoptions/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Markup::SmartTagOptions::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagOptions::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.markup/smarttagoptions/operator_bool/ +--- +## SmartTagOptions::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Markup::SmartTagOptions::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [SmartTagOptions](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagoptions/setembedsmarttags/_index.md b/spanish/cpp/aspose.cells.markup/smarttagoptions/setembedsmarttags/_index.md new file mode 100644 index 00000000000..3cda7e2c3b8 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagoptions/setembedsmarttags/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Markup::SmartTagOptions::SetEmbedSmartTags method +linktitle: SetEmbedSmartTags +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagOptions::SetEmbedSmartTags method. Indicates whether saving smart tags with the workbook in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.markup/smarttagoptions/setembedsmarttags/ +--- +## SmartTagOptions::SetEmbedSmartTags method + + +Indicates whether saving smart tags with the workbook. + +```cpp +void Aspose::Cells::Markup::SmartTagOptions::SetEmbedSmartTags(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SmartTagOptions](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagoptions/setshowtype/_index.md b/spanish/cpp/aspose.cells.markup/smarttagoptions/setshowtype/_index.md new file mode 100644 index 00000000000..1b17f3294a0 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagoptions/setshowtype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Markup::SmartTagOptions::SetShowType method +linktitle: SetShowType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagOptions::SetShowType method. Represents the show type of smart tag in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.markup/smarttagoptions/setshowtype/ +--- +## SmartTagOptions::SetShowType method + + +Represents the show type of smart tag. + +```cpp +void Aspose::Cells::Markup::SmartTagOptions::SetShowType(SmartTagShowType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [SmartTagShowType](../../smarttagshowtype/) +* Class [SmartTagOptions](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagoptions/smarttagoptions/_index.md b/spanish/cpp/aspose.cells.markup/smarttagoptions/smarttagoptions/_index.md new file mode 100644 index 00000000000..9fd99aad7ca --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagoptions/smarttagoptions/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::Markup::SmartTagOptions::SmartTagOptions constructor +linktitle: SmartTagOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagOptions::SmartTagOptions constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.markup/smarttagoptions/smarttagoptions/ +--- +## SmartTagOptions::SmartTagOptions() constructor + + +Default constructor. + +```cpp +Aspose::Cells::Markup::SmartTagOptions::SmartTagOptions() +``` + +## See Also + +* Class [SmartTagOptions](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) +## SmartTagOptions::SmartTagOptions(SmartTagOptions_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Markup::SmartTagOptions::SmartTagOptions(SmartTagOptions_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SmartTagOptions](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) +## SmartTagOptions::SmartTagOptions(const SmartTagOptions\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Markup::SmartTagOptions::SmartTagOptions(const SmartTagOptions &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SmartTagOptions](../) +* Class [SmartTagOptions](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagoptions/~smarttagoptions/_index.md b/spanish/cpp/aspose.cells.markup/smarttagoptions/~smarttagoptions/_index.md new file mode 100644 index 00000000000..505f4764f82 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagoptions/~smarttagoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Markup::SmartTagOptions::~SmartTagOptions method +linktitle: ~SmartTagOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagOptions::~SmartTagOptions method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.markup/smarttagoptions/~smarttagoptions/ +--- +## SmartTagOptions::~SmartTagOptions method + + +Destructor. + +```cpp +Aspose::Cells::Markup::SmartTagOptions::~SmartTagOptions() +``` + +## See Also + +* Class [SmartTagOptions](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagproperty/_impl/_index.md b/spanish/cpp/aspose.cells.markup/smarttagproperty/_impl/_index.md new file mode 100644 index 00000000000..d8c6dd46202 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagproperty/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Markup::SmartTagProperty::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagProperty::_impl field. The implementation object in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.markup/smarttagproperty/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +SmartTagProperty_Impl* Aspose::Cells::Markup::SmartTagProperty::_impl +``` + +## See Also + +* Class [SmartTagProperty](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagproperty/_index.md b/spanish/cpp/aspose.cells.markup/smarttagproperty/_index.md new file mode 100644 index 00000000000..95e5d84ed50 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagproperty/_index.md @@ -0,0 +1,43 @@ +--- +title: Aspose::Cells::Markup::SmartTagProperty class +linktitle: SmartTagProperty +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagProperty class. Represents the property of the cell smart tag in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.markup/smarttagproperty/ +--- +## SmartTagProperty class + + +Represents the property of the cell smart tag. + +```cpp +class SmartTagProperty +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetName()](./getname/) | Gets and sets the name of the property. | +| [GetValue()](./getvalue/) | Gets and sets the value of the property. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const SmartTagProperty\& src)](./operator_asm/) | operator= | +| [SetName(const U16String\& value)](./setname/) | Gets and sets the name of the property. | +| [SetName(const char16_t* value)](./setname/) | Gets and sets the name of the property. | +| [SetValue(const U16String\& value)](./setvalue/) | Gets and sets the value of the property. | +| [SetValue(const char16_t* value)](./setvalue/) | Gets and sets the value of the property. | +| [SmartTagProperty(SmartTagProperty_Impl* impl)](./smarttagproperty/) | Constructs from an implementation object. | +| [SmartTagProperty(const SmartTagProperty\& src)](./smarttagproperty/) | Copy constructor. | +| [~SmartTagProperty()](./~smarttagproperty/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Markup](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagproperty/getname/_index.md b/spanish/cpp/aspose.cells.markup/smarttagproperty/getname/_index.md new file mode 100644 index 00000000000..1e52f6c1b32 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagproperty/getname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Markup::SmartTagProperty::GetName method +linktitle: GetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagProperty::GetName method. Gets and sets the name of the property in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.markup/smarttagproperty/getname/ +--- +## SmartTagProperty::GetName method + + +Gets and sets the name of the property. + +```cpp +U16String Aspose::Cells::Markup::SmartTagProperty::GetName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SmartTagProperty](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagproperty/getvalue/_index.md b/spanish/cpp/aspose.cells.markup/smarttagproperty/getvalue/_index.md new file mode 100644 index 00000000000..3b6eb577372 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagproperty/getvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Markup::SmartTagProperty::GetValue method +linktitle: GetValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagProperty::GetValue method. Gets and sets the value of the property in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.markup/smarttagproperty/getvalue/ +--- +## SmartTagProperty::GetValue method + + +Gets and sets the value of the property. + +```cpp +U16String Aspose::Cells::Markup::SmartTagProperty::GetValue() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SmartTagProperty](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagproperty/isnull/_index.md b/spanish/cpp/aspose.cells.markup/smarttagproperty/isnull/_index.md new file mode 100644 index 00000000000..ae89532c0d1 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagproperty/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Markup::SmartTagProperty::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagProperty::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.markup/smarttagproperty/isnull/ +--- +## SmartTagProperty::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Markup::SmartTagProperty::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SmartTagProperty](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagproperty/operator_asm/_index.md b/spanish/cpp/aspose.cells.markup/smarttagproperty/operator_asm/_index.md new file mode 100644 index 00000000000..fd8bb1d6fd0 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagproperty/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Markup::SmartTagProperty::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagProperty::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.markup/smarttagproperty/operator_asm/ +--- +## SmartTagProperty::operator= method + + +operator= + +```cpp +SmartTagProperty & Aspose::Cells::Markup::SmartTagProperty::operator=(const SmartTagProperty &src) +``` + +## See Also + +* Class [SmartTagProperty](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [SmartTagProperty](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagproperty/operator_bool/_index.md b/spanish/cpp/aspose.cells.markup/smarttagproperty/operator_bool/_index.md new file mode 100644 index 00000000000..b389f052d89 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagproperty/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Markup::SmartTagProperty::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagProperty::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.markup/smarttagproperty/operator_bool/ +--- +## SmartTagProperty::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Markup::SmartTagProperty::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [SmartTagProperty](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagproperty/setname/_index.md b/spanish/cpp/aspose.cells.markup/smarttagproperty/setname/_index.md new file mode 100644 index 00000000000..89392ca9544 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagproperty/setname/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Markup::SmartTagProperty::SetName method +linktitle: SetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagProperty::SetName method. Gets and sets the name of the property in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.markup/smarttagproperty/setname/ +--- +## SmartTagProperty::SetName(const U16String\&) method + + +Gets and sets the name of the property. + +```cpp +void Aspose::Cells::Markup::SmartTagProperty::SetName(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SmartTagProperty](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) +## SmartTagProperty::SetName(const char16_t*) method + + +Gets and sets the name of the property. + +```cpp +void Aspose::Cells::Markup::SmartTagProperty::SetName(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SmartTagProperty](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagproperty/setvalue/_index.md b/spanish/cpp/aspose.cells.markup/smarttagproperty/setvalue/_index.md new file mode 100644 index 00000000000..852fb23b993 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagproperty/setvalue/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Markup::SmartTagProperty::SetValue method +linktitle: SetValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagProperty::SetValue method. Gets and sets the value of the property in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.markup/smarttagproperty/setvalue/ +--- +## SmartTagProperty::SetValue(const U16String\&) method + + +Gets and sets the value of the property. + +```cpp +void Aspose::Cells::Markup::SmartTagProperty::SetValue(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SmartTagProperty](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) +## SmartTagProperty::SetValue(const char16_t*) method + + +Gets and sets the value of the property. + +```cpp +void Aspose::Cells::Markup::SmartTagProperty::SetValue(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SmartTagProperty](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagproperty/smarttagproperty/_index.md b/spanish/cpp/aspose.cells.markup/smarttagproperty/smarttagproperty/_index.md new file mode 100644 index 00000000000..689bf6a9713 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagproperty/smarttagproperty/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Markup::SmartTagProperty::SmartTagProperty constructor +linktitle: SmartTagProperty +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagProperty::SmartTagProperty constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.markup/smarttagproperty/smarttagproperty/ +--- +## SmartTagProperty::SmartTagProperty(SmartTagProperty_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Markup::SmartTagProperty::SmartTagProperty(SmartTagProperty_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SmartTagProperty](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) +## SmartTagProperty::SmartTagProperty(const SmartTagProperty\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Markup::SmartTagProperty::SmartTagProperty(const SmartTagProperty &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SmartTagProperty](../) +* Class [SmartTagProperty](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagproperty/~smarttagproperty/_index.md b/spanish/cpp/aspose.cells.markup/smarttagproperty/~smarttagproperty/_index.md new file mode 100644 index 00000000000..0c0840319d2 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagproperty/~smarttagproperty/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Markup::SmartTagProperty::~SmartTagProperty method +linktitle: ~SmartTagProperty +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagProperty::~SmartTagProperty method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.markup/smarttagproperty/~smarttagproperty/ +--- +## SmartTagProperty::~SmartTagProperty method + + +Destructor. + +```cpp +Aspose::Cells::Markup::SmartTagProperty::~SmartTagProperty() +``` + +## See Also + +* Class [SmartTagProperty](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagpropertycollection/_impl/_index.md b/spanish/cpp/aspose.cells.markup/smarttagpropertycollection/_impl/_index.md new file mode 100644 index 00000000000..7f5e245baf2 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagpropertycollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Markup::SmartTagPropertyCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagPropertyCollection::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.markup/smarttagpropertycollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +SmartTagPropertyCollection_Impl* Aspose::Cells::Markup::SmartTagPropertyCollection::_impl +``` + +## See Also + +* Class [SmartTagPropertyCollection](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagpropertycollection/_index.md b/spanish/cpp/aspose.cells.markup/smarttagpropertycollection/_index.md new file mode 100644 index 00000000000..b27efceccac --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagpropertycollection/_index.md @@ -0,0 +1,44 @@ +--- +title: Aspose::Cells::Markup::SmartTagPropertyCollection class +linktitle: SmartTagPropertyCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagPropertyCollection class. Represents all properties of cell smart tag in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.markup/smarttagpropertycollection/ +--- +## SmartTagPropertyCollection class + + +Represents all properties of cell smart tag. + +```cpp +class SmartTagPropertyCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add(const U16String\& name, const U16String\& value)](./add/) | Adds a property of cell's smart tag. | +| [Add(const char16_t* name, const char16_t* value)](./add/) | Adds a property of cell's smart tag. | +| [Get(int32_t index)](./get/) | Gets a [SmartTagProperty](../smarttagproperty/) object. | +| [Get(const U16String\& name)](./get/) | Gets a [SmartTagProperty](../smarttagproperty/) object by the name of the property. | +| [Get(const char16_t* name)](./get/) | Gets a [SmartTagProperty](../smarttagproperty/) object by the name of the property. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const SmartTagPropertyCollection\& src)](./operator_asm/) | operator= | +| [SmartTagPropertyCollection()](./smarttagpropertycollection/) | Default constructor. | +| [SmartTagPropertyCollection(SmartTagPropertyCollection_Impl* impl)](./smarttagpropertycollection/) | Constructs from an implementation object. | +| [SmartTagPropertyCollection(const SmartTagPropertyCollection\& src)](./smarttagpropertycollection/) | Copy constructor. | +| [~SmartTagPropertyCollection()](./~smarttagpropertycollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Markup](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagpropertycollection/add/_index.md b/spanish/cpp/aspose.cells.markup/smarttagpropertycollection/add/_index.md new file mode 100644 index 00000000000..39face533a4 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagpropertycollection/add/_index.md @@ -0,0 +1,60 @@ +--- +title: Aspose::Cells::Markup::SmartTagPropertyCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagPropertyCollection::Add method. Adds a property of cell''s smart tag in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.markup/smarttagpropertycollection/add/ +--- +## SmartTagPropertyCollection::Add(const U16String\&, const U16String\&) method + + +Adds a property of cell's smart tag. + +```cpp +int32_t Aspose::Cells::Markup::SmartTagPropertyCollection::Add(const U16String &name, const U16String &value) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const U16String\& | The name of the property | +| value | const U16String\& | The value of the property. | + +## ReturnValue + +return [SmartTagProperty](../../smarttagproperty/) + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SmartTagPropertyCollection](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) +## SmartTagPropertyCollection::Add(const char16_t*, const char16_t*) method + + +Adds a property of cell's smart tag. + +```cpp +int32_t Aspose::Cells::Markup::SmartTagPropertyCollection::Add(const char16_t *name, const char16_t *value) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const char16_t* | The name of the property | +| value | const char16_t* | The value of the property. | + +## ReturnValue + +return [SmartTagProperty](../../smarttagproperty/) + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SmartTagPropertyCollection](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagpropertycollection/get/_index.md b/spanish/cpp/aspose.cells.markup/smarttagpropertycollection/get/_index.md new file mode 100644 index 00000000000..7406f3e17a5 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagpropertycollection/get/_index.md @@ -0,0 +1,85 @@ +--- +title: Aspose::Cells::Markup::SmartTagPropertyCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagPropertyCollection::Get method. Gets a SmartTagProperty object in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.markup/smarttagpropertycollection/get/ +--- +## SmartTagPropertyCollection::Get(int32_t) method + + +Gets a [SmartTagProperty](../../smarttagproperty/) object. + +```cpp +SmartTagProperty Aspose::Cells::Markup::SmartTagPropertyCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The index | + +## ReturnValue + +Returns a [SmartTagProperty](../../smarttagproperty/) object. + +## See Also + +* Class [SmartTagProperty](../../smarttagproperty/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [SmartTagPropertyCollection](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) +## SmartTagPropertyCollection::Get(const U16String\&) method + + +Gets a [SmartTagProperty](../../smarttagproperty/) object by the name of the property. + +```cpp +SmartTagProperty Aspose::Cells::Markup::SmartTagPropertyCollection::Get(const U16String &name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const U16String\& | The name of the property. | + +## ReturnValue + +Returns a [SmartTagProperty](../../smarttagproperty/) object. + +## See Also + +* Class [SmartTagProperty](../../smarttagproperty/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SmartTagPropertyCollection](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) +## SmartTagPropertyCollection::Get(const char16_t*) method + + +Gets a [SmartTagProperty](../../smarttagproperty/) object by the name of the property. + +```cpp +SmartTagProperty Aspose::Cells::Markup::SmartTagPropertyCollection::Get(const char16_t *name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const char16_t* | The name of the property. | + +## ReturnValue + +Returns a [SmartTagProperty](../../smarttagproperty/) object. + +## See Also + +* Class [SmartTagProperty](../../smarttagproperty/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [SmartTagPropertyCollection](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagpropertycollection/getcount/_index.md b/spanish/cpp/aspose.cells.markup/smarttagpropertycollection/getcount/_index.md new file mode 100644 index 00000000000..9331d0522b0 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagpropertycollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Markup::SmartTagPropertyCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::Markup::SmartTagPropertyCollection class in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.markup/smarttagpropertycollection/getcount/ +--- +## SmartTagPropertyCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::Markup::SmartTagPropertyCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SmartTagPropertyCollection](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagpropertycollection/isnull/_index.md b/spanish/cpp/aspose.cells.markup/smarttagpropertycollection/isnull/_index.md new file mode 100644 index 00000000000..9ca056cc83c --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagpropertycollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Markup::SmartTagPropertyCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagPropertyCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.markup/smarttagpropertycollection/isnull/ +--- +## SmartTagPropertyCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Markup::SmartTagPropertyCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SmartTagPropertyCollection](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagpropertycollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.markup/smarttagpropertycollection/operator_asm/_index.md new file mode 100644 index 00000000000..18a5f2d10b2 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagpropertycollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Markup::SmartTagPropertyCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagPropertyCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.markup/smarttagpropertycollection/operator_asm/ +--- +## SmartTagPropertyCollection::operator= method + + +operator= + +```cpp +SmartTagPropertyCollection & Aspose::Cells::Markup::SmartTagPropertyCollection::operator=(const SmartTagPropertyCollection &src) +``` + +## See Also + +* Class [SmartTagPropertyCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [SmartTagPropertyCollection](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagpropertycollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.markup/smarttagpropertycollection/operator_bool/_index.md new file mode 100644 index 00000000000..2d6498f8946 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagpropertycollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Markup::SmartTagPropertyCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagPropertyCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.markup/smarttagpropertycollection/operator_bool/ +--- +## SmartTagPropertyCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Markup::SmartTagPropertyCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [SmartTagPropertyCollection](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagpropertycollection/smarttagpropertycollection/_index.md b/spanish/cpp/aspose.cells.markup/smarttagpropertycollection/smarttagpropertycollection/_index.md new file mode 100644 index 00000000000..2f2247bc4c4 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagpropertycollection/smarttagpropertycollection/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::Markup::SmartTagPropertyCollection::SmartTagPropertyCollection constructor +linktitle: SmartTagPropertyCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagPropertyCollection::SmartTagPropertyCollection constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.markup/smarttagpropertycollection/smarttagpropertycollection/ +--- +## SmartTagPropertyCollection::SmartTagPropertyCollection() constructor + + +Default constructor. + +```cpp +Aspose::Cells::Markup::SmartTagPropertyCollection::SmartTagPropertyCollection() +``` + +## See Also + +* Class [SmartTagPropertyCollection](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) +## SmartTagPropertyCollection::SmartTagPropertyCollection(SmartTagPropertyCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Markup::SmartTagPropertyCollection::SmartTagPropertyCollection(SmartTagPropertyCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SmartTagPropertyCollection](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) +## SmartTagPropertyCollection::SmartTagPropertyCollection(const SmartTagPropertyCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Markup::SmartTagPropertyCollection::SmartTagPropertyCollection(const SmartTagPropertyCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SmartTagPropertyCollection](../) +* Class [SmartTagPropertyCollection](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagpropertycollection/~smarttagpropertycollection/_index.md b/spanish/cpp/aspose.cells.markup/smarttagpropertycollection/~smarttagpropertycollection/_index.md new file mode 100644 index 00000000000..4baa6595522 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagpropertycollection/~smarttagpropertycollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Markup::SmartTagPropertyCollection::~SmartTagPropertyCollection method +linktitle: ~SmartTagPropertyCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagPropertyCollection::~SmartTagPropertyCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.markup/smarttagpropertycollection/~smarttagpropertycollection/ +--- +## SmartTagPropertyCollection::~SmartTagPropertyCollection method + + +Destructor. + +```cpp +Aspose::Cells::Markup::SmartTagPropertyCollection::~SmartTagPropertyCollection() +``` + +## See Also + +* Class [SmartTagPropertyCollection](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagsetting/_impl/_index.md b/spanish/cpp/aspose.cells.markup/smarttagsetting/_impl/_index.md new file mode 100644 index 00000000000..450f5f493f6 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagsetting/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Markup::SmartTagSetting::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagSetting::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.markup/smarttagsetting/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +SmartTagSetting_Impl* Aspose::Cells::Markup::SmartTagSetting::_impl +``` + +## See Also + +* Class [SmartTagSetting](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagsetting/_index.md b/spanish/cpp/aspose.cells.markup/smarttagsetting/_index.md new file mode 100644 index 00000000000..47e58c0958d --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagsetting/_index.md @@ -0,0 +1,45 @@ +--- +title: Aspose::Cells::Markup::SmartTagSetting class +linktitle: SmartTagSetting +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagSetting class. Represents all SmartTagCollection object in the worksheet in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.markup/smarttagsetting/ +--- +## SmartTagSetting class + + +Represents all [SmartTagCollection](../smarttagcollection/) object in the worksheet. + +```cpp +class SmartTagSetting +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add(int32_t row, int32_t column)](./add/) | Adds a [SmartTagCollection](../smarttagcollection/) object to a cell. | +| [Add(const U16String\& cellName)](./add/) | Add a cell smart tags. | +| [Add(const char16_t* cellName)](./add/) | Add a cell smart tags. | +| [Get(int32_t index)](./get/) | Gets a [SmartTagCollection](../smarttagcollection/) object by the index. | +| [Get(int32_t row, int32_t column)](./get/) | Gets the [SmartTagCollection](../smarttagcollection/) object of the cell. | +| [Get(const U16String\& cellName)](./get/) | Gets the [SmartTagCollection](../smarttagcollection/) object of the cell. | +| [Get(const char16_t* cellName)](./get/) | Gets the [SmartTagCollection](../smarttagcollection/) object of the cell. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const SmartTagSetting\& src)](./operator_asm/) | operator= | +| [SmartTagSetting(SmartTagSetting_Impl* impl)](./smarttagsetting/) | Constructs from an implementation object. | +| [SmartTagSetting(const SmartTagSetting\& src)](./smarttagsetting/) | Copy constructor. | +| [~SmartTagSetting()](./~smarttagsetting/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Markup](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagsetting/add/_index.md b/spanish/cpp/aspose.cells.markup/smarttagsetting/add/_index.md new file mode 100644 index 00000000000..26c237a51c2 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagsetting/add/_index.md @@ -0,0 +1,83 @@ +--- +title: Aspose::Cells::Markup::SmartTagSetting::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagSetting::Add method. Adds a SmartTagCollection object to a cell in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.markup/smarttagsetting/add/ +--- +## SmartTagSetting::Add(int32_t, int32_t) method + + +Adds a [SmartTagCollection](../../smarttagcollection/) object to a cell. + +```cpp +int32_t Aspose::Cells::Markup::SmartTagSetting::Add(int32_t row, int32_t column) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | The row of the cell. | +| column | int32_t | The column of the cell. | + +## ReturnValue + +Returns index of a [SmartTagCollection](../../smarttagcollection/) object in the worksheet. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SmartTagSetting](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) +## SmartTagSetting::Add(const U16String\&) method + + +Add a cell smart tags. + +```cpp +int32_t Aspose::Cells::Markup::SmartTagSetting::Add(const U16String &cellName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| cellName | const U16String\& | The name of the cell. | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SmartTagSetting](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) +## SmartTagSetting::Add(const char16_t*) method + + +Add a cell smart tags. + +```cpp +int32_t Aspose::Cells::Markup::SmartTagSetting::Add(const char16_t *cellName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| cellName | const char16_t* | The name of the cell. | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SmartTagSetting](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagsetting/get/_index.md b/spanish/cpp/aspose.cells.markup/smarttagsetting/get/_index.md new file mode 100644 index 00000000000..4f87eafc31f --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagsetting/get/_index.md @@ -0,0 +1,111 @@ +--- +title: Aspose::Cells::Markup::SmartTagSetting::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagSetting::Get method. Gets a SmartTagCollection object by the index in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.markup/smarttagsetting/get/ +--- +## SmartTagSetting::Get(int32_t) method + + +Gets a [SmartTagCollection](../../smarttagcollection/) object by the index. + +```cpp +SmartTagCollection Aspose::Cells::Markup::SmartTagSetting::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The index of the [SmartTagCollection](../../smarttagcollection/) object in the list. | + +## ReturnValue + + + +## See Also + +* Class [SmartTagCollection](../../smarttagcollection/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [SmartTagSetting](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) +## SmartTagSetting::Get(int32_t, int32_t) method + + +Gets the [SmartTagCollection](../../smarttagcollection/) object of the cell. + +```cpp +SmartTagCollection Aspose::Cells::Markup::SmartTagSetting::Get(int32_t row, int32_t column) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | The row index of the cell. | +| column | int32_t | The column index of the cell | + +## ReturnValue + +Returns the [SmartTagCollection](../../smarttagcollection/) object of the cell. Returns null if there is no any smart tags on the cell. + +## See Also + +* Class [SmartTagCollection](../../smarttagcollection/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [SmartTagSetting](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) +## SmartTagSetting::Get(const U16String\&) method + + +Gets the [SmartTagCollection](../../smarttagcollection/) object of the cell. + +```cpp +SmartTagCollection Aspose::Cells::Markup::SmartTagSetting::Get(const U16String &cellName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| cellName | const U16String\& | The name of the cell. | + +## ReturnValue + +Returns the [SmartTagCollection](../../smarttagcollection/) object of the cell. Returns null if there is no any smart tags on the cell. + +## See Also + +* Class [SmartTagCollection](../../smarttagcollection/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SmartTagSetting](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) +## SmartTagSetting::Get(const char16_t*) method + + +Gets the [SmartTagCollection](../../smarttagcollection/) object of the cell. + +```cpp +SmartTagCollection Aspose::Cells::Markup::SmartTagSetting::Get(const char16_t *cellName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| cellName | const char16_t* | The name of the cell. | + +## ReturnValue + +Returns the [SmartTagCollection](../../smarttagcollection/) object of the cell. Returns null if there is no any smart tags on the cell. + +## See Also + +* Class [SmartTagCollection](../../smarttagcollection/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [SmartTagSetting](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagsetting/getcount/_index.md b/spanish/cpp/aspose.cells.markup/smarttagsetting/getcount/_index.md new file mode 100644 index 00000000000..d2a1124a661 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagsetting/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Markup::SmartTagSetting::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::Markup::SmartTagSetting class in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.markup/smarttagsetting/getcount/ +--- +## SmartTagSetting::GetCount method + + + + +```cpp +int32_t Aspose::Cells::Markup::SmartTagSetting::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SmartTagSetting](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagsetting/isnull/_index.md b/spanish/cpp/aspose.cells.markup/smarttagsetting/isnull/_index.md new file mode 100644 index 00000000000..6f63c476915 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagsetting/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Markup::SmartTagSetting::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagSetting::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.markup/smarttagsetting/isnull/ +--- +## SmartTagSetting::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Markup::SmartTagSetting::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SmartTagSetting](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagsetting/operator_asm/_index.md b/spanish/cpp/aspose.cells.markup/smarttagsetting/operator_asm/_index.md new file mode 100644 index 00000000000..2f33f70286e --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagsetting/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Markup::SmartTagSetting::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagSetting::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.markup/smarttagsetting/operator_asm/ +--- +## SmartTagSetting::operator= method + + +operator= + +```cpp +SmartTagSetting & Aspose::Cells::Markup::SmartTagSetting::operator=(const SmartTagSetting &src) +``` + +## See Also + +* Class [SmartTagSetting](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [SmartTagSetting](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagsetting/operator_bool/_index.md b/spanish/cpp/aspose.cells.markup/smarttagsetting/operator_bool/_index.md new file mode 100644 index 00000000000..bbfd6ba4c97 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagsetting/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Markup::SmartTagSetting::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagSetting::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.markup/smarttagsetting/operator_bool/ +--- +## SmartTagSetting::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Markup::SmartTagSetting::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [SmartTagSetting](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagsetting/smarttagsetting/_index.md b/spanish/cpp/aspose.cells.markup/smarttagsetting/smarttagsetting/_index.md new file mode 100644 index 00000000000..1740a67bf01 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagsetting/smarttagsetting/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Markup::SmartTagSetting::SmartTagSetting constructor +linktitle: SmartTagSetting +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagSetting::SmartTagSetting constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.markup/smarttagsetting/smarttagsetting/ +--- +## SmartTagSetting::SmartTagSetting(SmartTagSetting_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Markup::SmartTagSetting::SmartTagSetting(SmartTagSetting_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SmartTagSetting](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) +## SmartTagSetting::SmartTagSetting(const SmartTagSetting\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Markup::SmartTagSetting::SmartTagSetting(const SmartTagSetting &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SmartTagSetting](../) +* Class [SmartTagSetting](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagsetting/~smarttagsetting/_index.md b/spanish/cpp/aspose.cells.markup/smarttagsetting/~smarttagsetting/_index.md new file mode 100644 index 00000000000..31b7fb6078b --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagsetting/~smarttagsetting/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Markup::SmartTagSetting::~SmartTagSetting method +linktitle: ~SmartTagSetting +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagSetting::~SmartTagSetting method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.markup/smarttagsetting/~smarttagsetting/ +--- +## SmartTagSetting::~SmartTagSetting method + + +Destructor. + +```cpp +Aspose::Cells::Markup::SmartTagSetting::~SmartTagSetting() +``` + +## See Also + +* Class [SmartTagSetting](../) +* Namespace [Aspose::Cells::Markup](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.markup/smarttagshowtype/_index.md b/spanish/cpp/aspose.cells.markup/smarttagshowtype/_index.md new file mode 100644 index 00000000000..8bd47d62949 --- /dev/null +++ b/spanish/cpp/aspose.cells.markup/smarttagshowtype/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Markup::SmartTagShowType enum +linktitle: SmartTagShowType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Markup::SmartTagShowType enum. Represents the show type of the smart tag in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.markup/smarttagshowtype/ +--- +## SmartTagShowType enum + + +Represents the show type of the smart tag. + +```cpp +enum class SmartTagShowType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| All | 0 |
Indicates that smart tags are enabled and shown. | +| NoSmartTagIndicator | 1 |
Indicates that the smart tags are enabled but the indicator not be shown. | +| None | 2 |
Indicates that smart tags are disabled and not displayed. | + +## See Also + +* Namespace [Aspose::Cells::Markup](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.metadata/_index.md b/spanish/cpp/aspose.cells.metadata/_index.md new file mode 100644 index 00000000000..6dfafa2eb3e --- /dev/null +++ b/spanish/cpp/aspose.cells.metadata/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Metadata namespace +linktitle: Aspose::Cells::Metadata +second_title: Referencia de API de Aspose.Cells para C++ +description: 'How to use Aspose::Cells::Metadata namespace in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.metadata/ +--- + + + +## Clases + +| Clase | Descripción | +| --- | --- | +| [MetadataOptions](./metadataoptions/) | Represents the options of loading metadata of the file. | +| [WorkbookMetadata](./workbookmetadata/) | Represents the meta data. | +## Enums + +| Enumeración | Descripción | +| --- | --- | +| [MetadataType](./metadatatype/) | Represents the type of metadata. | +## Métodos + +| Método | Descripción | +| --- | --- | +| MetadataType operator&(MetadataType a, MetadataType b) | | diff --git a/spanish/cpp/aspose.cells.metadata/metadataoptions/_impl/_index.md b/spanish/cpp/aspose.cells.metadata/metadataoptions/_impl/_index.md new file mode 100644 index 00000000000..9d77ba85f38 --- /dev/null +++ b/spanish/cpp/aspose.cells.metadata/metadataoptions/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Metadata::MetadataOptions::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metadata::MetadataOptions::_impl field. The implementation object in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.metadata/metadataoptions/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +MetadataOptions_Impl* Aspose::Cells::Metadata::MetadataOptions::_impl +``` + +## See Also + +* Class [MetadataOptions](../) +* Namespace [Aspose::Cells::Metadata](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.metadata/metadataoptions/_index.md b/spanish/cpp/aspose.cells.metadata/metadataoptions/_index.md new file mode 100644 index 00000000000..efed00a62ec --- /dev/null +++ b/spanish/cpp/aspose.cells.metadata/metadataoptions/_index.md @@ -0,0 +1,44 @@ +--- +title: Aspose::Cells::Metadata::MetadataOptions class +linktitle: MetadataOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metadata::MetadataOptions class. Represents the options of loading metadata of the file in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.metadata/metadataoptions/ +--- +## MetadataOptions class + + +Represents the options of loading metadata of the file. + +```cpp +class MetadataOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetKeyLength()](./getkeylength/) | The key length. | +| [GetMetadataType()](./getmetadatatype/) | Gets and sets the type of the metadata which is loading. | +| [GetPassword()](./getpassword/) | Represents [Workbook](../../aspose.cells/workbook/) file encryption password. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [MetadataOptions(MetadataType metadataType)](./metadataoptions/) | Creates an options of loading the metadata. | +| [MetadataOptions(MetadataOptions_Impl* impl)](./metadataoptions/) | Constructs from an implementation object. | +| [MetadataOptions(const MetadataOptions\& src)](./metadataoptions/) | Copy constructor. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const MetadataOptions\& src)](./operator_asm/) | operator= | +| [SetKeyLength(int32_t value)](./setkeylength/) | The key length. | +| [SetPassword(const U16String\& value)](./setpassword/) | Represents [Workbook](../../aspose.cells/workbook/) file encryption password. | +| [SetPassword(const char16_t* value)](./setpassword/) | Represents [Workbook](../../aspose.cells/workbook/) file encryption password. | +| [~MetadataOptions()](./~metadataoptions/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Metadata](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.metadata/metadataoptions/getkeylength/_index.md b/spanish/cpp/aspose.cells.metadata/metadataoptions/getkeylength/_index.md new file mode 100644 index 00000000000..278ca0b7eef --- /dev/null +++ b/spanish/cpp/aspose.cells.metadata/metadataoptions/getkeylength/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Metadata::MetadataOptions::GetKeyLength method +linktitle: GetKeyLength +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metadata::MetadataOptions::GetKeyLength method. The key length in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.metadata/metadataoptions/getkeylength/ +--- +## MetadataOptions::GetKeyLength method + + +The key length. + +```cpp +int32_t Aspose::Cells::Metadata::MetadataOptions::GetKeyLength() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MetadataOptions](../) +* Namespace [Aspose::Cells::Metadata](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.metadata/metadataoptions/getmetadatatype/_index.md b/spanish/cpp/aspose.cells.metadata/metadataoptions/getmetadatatype/_index.md new file mode 100644 index 00000000000..a38ba0d8517 --- /dev/null +++ b/spanish/cpp/aspose.cells.metadata/metadataoptions/getmetadatatype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Metadata::MetadataOptions::GetMetadataType method +linktitle: GetMetadataType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metadata::MetadataOptions::GetMetadataType method. Gets and sets the type of the metadata which is loading in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.metadata/metadataoptions/getmetadatatype/ +--- +## MetadataOptions::GetMetadataType method + + +Gets and sets the type of the metadata which is loading. + +```cpp +MetadataType Aspose::Cells::Metadata::MetadataOptions::GetMetadataType() +``` + +## See Also + +* Enum [MetadataType](../../metadatatype/) +* Class [MetadataOptions](../) +* Namespace [Aspose::Cells::Metadata](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.metadata/metadataoptions/getpassword/_index.md b/spanish/cpp/aspose.cells.metadata/metadataoptions/getpassword/_index.md new file mode 100644 index 00000000000..e360552f32d --- /dev/null +++ b/spanish/cpp/aspose.cells.metadata/metadataoptions/getpassword/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Metadata::MetadataOptions::GetPassword method +linktitle: GetPassword +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metadata::MetadataOptions::GetPassword method. Represents Workbook file encryption password in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.metadata/metadataoptions/getpassword/ +--- +## MetadataOptions::GetPassword method + + +Represents [Workbook](../../../aspose.cells/workbook/) file encryption password. + +```cpp +U16String Aspose::Cells::Metadata::MetadataOptions::GetPassword() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [MetadataOptions](../) +* Namespace [Aspose::Cells::Metadata](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.metadata/metadataoptions/isnull/_index.md b/spanish/cpp/aspose.cells.metadata/metadataoptions/isnull/_index.md new file mode 100644 index 00000000000..c04ca8262f5 --- /dev/null +++ b/spanish/cpp/aspose.cells.metadata/metadataoptions/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Metadata::MetadataOptions::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metadata::MetadataOptions::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.metadata/metadataoptions/isnull/ +--- +## MetadataOptions::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Metadata::MetadataOptions::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MetadataOptions](../) +* Namespace [Aspose::Cells::Metadata](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.metadata/metadataoptions/metadataoptions/_index.md b/spanish/cpp/aspose.cells.metadata/metadataoptions/metadataoptions/_index.md new file mode 100644 index 00000000000..d3586552df1 --- /dev/null +++ b/spanish/cpp/aspose.cells.metadata/metadataoptions/metadataoptions/_index.md @@ -0,0 +1,60 @@ +--- +title: Aspose::Cells::Metadata::MetadataOptions::MetadataOptions constructor +linktitle: MetadataOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metadata::MetadataOptions::MetadataOptions constructor. Creates an options of loading the metadata in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.metadata/metadataoptions/metadataoptions/ +--- +## MetadataOptions::MetadataOptions(MetadataType) constructor + + +Creates an options of loading the metadata. + +```cpp +Aspose::Cells::Metadata::MetadataOptions::MetadataOptions(MetadataType metadataType) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| metadataType | MetadataType | The type of metadata. | + +## See Also + +* Enum [MetadataType](../../metadatatype/) +* Class [MetadataOptions](../) +* Namespace [Aspose::Cells::Metadata](../../) +* Library [Aspose.Cells for C++](../../../) +## MetadataOptions::MetadataOptions(MetadataOptions_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Metadata::MetadataOptions::MetadataOptions(MetadataOptions_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MetadataOptions](../) +* Namespace [Aspose::Cells::Metadata](../../) +* Library [Aspose.Cells for C++](../../../) +## MetadataOptions::MetadataOptions(const MetadataOptions\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Metadata::MetadataOptions::MetadataOptions(const MetadataOptions &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MetadataOptions](../) +* Class [MetadataOptions](../) +* Namespace [Aspose::Cells::Metadata](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.metadata/metadataoptions/operator_asm/_index.md b/spanish/cpp/aspose.cells.metadata/metadataoptions/operator_asm/_index.md new file mode 100644 index 00000000000..797d3536942 --- /dev/null +++ b/spanish/cpp/aspose.cells.metadata/metadataoptions/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Metadata::MetadataOptions::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metadata::MetadataOptions::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.metadata/metadataoptions/operator_asm/ +--- +## MetadataOptions::operator= method + + +operator= + +```cpp +MetadataOptions & Aspose::Cells::Metadata::MetadataOptions::operator=(const MetadataOptions &src) +``` + +## See Also + +* Class [MetadataOptions](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [MetadataOptions](../) +* Namespace [Aspose::Cells::Metadata](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.metadata/metadataoptions/operator_bool/_index.md b/spanish/cpp/aspose.cells.metadata/metadataoptions/operator_bool/_index.md new file mode 100644 index 00000000000..11939fabeec --- /dev/null +++ b/spanish/cpp/aspose.cells.metadata/metadataoptions/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Metadata::MetadataOptions::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metadata::MetadataOptions::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.metadata/metadataoptions/operator_bool/ +--- +## MetadataOptions::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Metadata::MetadataOptions::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [MetadataOptions](../) +* Namespace [Aspose::Cells::Metadata](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.metadata/metadataoptions/setkeylength/_index.md b/spanish/cpp/aspose.cells.metadata/metadataoptions/setkeylength/_index.md new file mode 100644 index 00000000000..f48b63c7ace --- /dev/null +++ b/spanish/cpp/aspose.cells.metadata/metadataoptions/setkeylength/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Metadata::MetadataOptions::SetKeyLength method +linktitle: SetKeyLength +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metadata::MetadataOptions::SetKeyLength method. The key length in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.metadata/metadataoptions/setkeylength/ +--- +## MetadataOptions::SetKeyLength method + + +The key length. + +```cpp +void Aspose::Cells::Metadata::MetadataOptions::SetKeyLength(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MetadataOptions](../) +* Namespace [Aspose::Cells::Metadata](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.metadata/metadataoptions/setpassword/_index.md b/spanish/cpp/aspose.cells.metadata/metadataoptions/setpassword/_index.md new file mode 100644 index 00000000000..dfbb5e277c0 --- /dev/null +++ b/spanish/cpp/aspose.cells.metadata/metadataoptions/setpassword/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Metadata::MetadataOptions::SetPassword method +linktitle: SetPassword +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metadata::MetadataOptions::SetPassword method. Represents Workbook file encryption password in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.metadata/metadataoptions/setpassword/ +--- +## MetadataOptions::SetPassword(const U16String\&) method + + +Represents [Workbook](../../../aspose.cells/workbook/) file encryption password. + +```cpp +void Aspose::Cells::Metadata::MetadataOptions::SetPassword(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [MetadataOptions](../) +* Namespace [Aspose::Cells::Metadata](../../) +* Library [Aspose.Cells for C++](../../../) +## MetadataOptions::SetPassword(const char16_t*) method + + +Represents [Workbook](../../../aspose.cells/workbook/) file encryption password. + +```cpp +void Aspose::Cells::Metadata::MetadataOptions::SetPassword(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MetadataOptions](../) +* Namespace [Aspose::Cells::Metadata](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.metadata/metadataoptions/~metadataoptions/_index.md b/spanish/cpp/aspose.cells.metadata/metadataoptions/~metadataoptions/_index.md new file mode 100644 index 00000000000..0977c6317ad --- /dev/null +++ b/spanish/cpp/aspose.cells.metadata/metadataoptions/~metadataoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Metadata::MetadataOptions::~MetadataOptions method +linktitle: ~MetadataOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metadata::MetadataOptions::~MetadataOptions method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.metadata/metadataoptions/~metadataoptions/ +--- +## MetadataOptions::~MetadataOptions method + + +Destructor. + +```cpp +Aspose::Cells::Metadata::MetadataOptions::~MetadataOptions() +``` + +## See Also + +* Class [MetadataOptions](../) +* Namespace [Aspose::Cells::Metadata](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.metadata/metadatatype/_index.md b/spanish/cpp/aspose.cells.metadata/metadatatype/_index.md new file mode 100644 index 00000000000..494ef6ef281 --- /dev/null +++ b/spanish/cpp/aspose.cells.metadata/metadatatype/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Metadata::MetadataType enum +linktitle: MetadataType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metadata::MetadataType enum. Represents the type of metadata in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.metadata/metadatatype/ +--- +## MetadataType enum + + +Represents the type of metadata. + +```cpp +enum class MetadataType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Encryption | 1 |
Encrypts the file. | +| Decryption | 2 |
Decrypts the file. | +| Document_Properties | 4 |
Load the properties of the file. | + +## See Also + +* Namespace [Aspose::Cells::Metadata](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.metadata/workbookmetadata/_impl/_index.md b/spanish/cpp/aspose.cells.metadata/workbookmetadata/_impl/_index.md new file mode 100644 index 00000000000..12bcd40c4de --- /dev/null +++ b/spanish/cpp/aspose.cells.metadata/workbookmetadata/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Metadata::WorkbookMetadata::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metadata::WorkbookMetadata::_impl field. The implementation object in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.metadata/workbookmetadata/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +WorkbookMetadata_Impl* Aspose::Cells::Metadata::WorkbookMetadata::_impl +``` + +## See Also + +* Class [WorkbookMetadata](../) +* Namespace [Aspose::Cells::Metadata](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.metadata/workbookmetadata/_index.md b/spanish/cpp/aspose.cells.metadata/workbookmetadata/_index.md new file mode 100644 index 00000000000..c14867bf7c2 --- /dev/null +++ b/spanish/cpp/aspose.cells.metadata/workbookmetadata/_index.md @@ -0,0 +1,60 @@ +--- +title: Aspose::Cells::Metadata::WorkbookMetadata class +linktitle: WorkbookMetadata +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metadata::WorkbookMetadata class. Represents the meta data in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.metadata/workbookmetadata/ +--- +## WorkbookMetadata class + + +Represents the meta data. + +```cpp +class WorkbookMetadata +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetBuiltInDocumentProperties()](./getbuiltindocumentproperties/) | Returns a DocumentProperty collection that represents all the built-in document properties of the spreadsheet. | +| [GetCustomDocumentProperties()](./getcustomdocumentproperties/) | Returns a DocumentProperty collection that represents all the custom document properties of the spreadsheet. | +| [GetOptions()](./getoptions/) | Gets the options of the metadata. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const WorkbookMetadata\& src)](./operator_asm/) | operator= | +| [Save(const U16String\& fileName)](./save/) | Save the modified metadata to the file. | +| [Save(const char16_t* fileName)](./save/) | Save the modified metadata to the file. | +| [Save(const Vector \\& stream)](./save/) | Save the modified metadata to the stream. | +| [WorkbookMetadata(const U16String\& fileName, const MetadataOptions\& options)](./workbookmetadata/) | Create the meta data object. | +| [WorkbookMetadata(const char16_t* fileName, const MetadataOptions\& options)](./workbookmetadata/) | Create the meta data object. | +| [WorkbookMetadata(const Vector \\& stream, const MetadataOptions\& options)](./workbookmetadata/) | Create the meta data object. | +| [WorkbookMetadata(WorkbookMetadata_Impl* impl)](./workbookmetadata/) | Constructs from an implementation object. | +| [WorkbookMetadata(const WorkbookMetadata\& src)](./workbookmetadata/) | Copy constructor. | +| [~WorkbookMetadata()](./~workbookmetadata/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//El siguiente ejemplo crea un WorkbookMetadata. +MetadataOptions options(MetadataType::Document_Properties); +WorkbookMetadata meta(u"book1.xlsx", options); +meta.GetCustomDocumentProperties().Add(u"test", u"test"); +meta.Save(u"book2.xlsx"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::Metadata](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.metadata/workbookmetadata/getbuiltindocumentproperties/_index.md b/spanish/cpp/aspose.cells.metadata/workbookmetadata/getbuiltindocumentproperties/_index.md new file mode 100644 index 00000000000..26db18091bb --- /dev/null +++ b/spanish/cpp/aspose.cells.metadata/workbookmetadata/getbuiltindocumentproperties/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Metadata::WorkbookMetadata::GetBuiltInDocumentProperties method +linktitle: GetBuiltInDocumentProperties +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metadata::WorkbookMetadata::GetBuiltInDocumentProperties method. Returns a DocumentProperty collection that represents all the built-in document properties of the spreadsheet in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.metadata/workbookmetadata/getbuiltindocumentproperties/ +--- +## WorkbookMetadata::GetBuiltInDocumentProperties method + + +Returns a DocumentProperty collection that represents all the built-in document properties of the spreadsheet. + +```cpp +BuiltInDocumentPropertyCollection Aspose::Cells::Metadata::WorkbookMetadata::GetBuiltInDocumentProperties() +``` + +## See Also + +* Class [BuiltInDocumentPropertyCollection](../../../aspose.cells.properties/builtindocumentpropertycollection/) +* Class [WorkbookMetadata](../) +* Namespace [Aspose::Cells::Metadata](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.metadata/workbookmetadata/getcustomdocumentproperties/_index.md b/spanish/cpp/aspose.cells.metadata/workbookmetadata/getcustomdocumentproperties/_index.md new file mode 100644 index 00000000000..e265ad9cd88 --- /dev/null +++ b/spanish/cpp/aspose.cells.metadata/workbookmetadata/getcustomdocumentproperties/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Metadata::WorkbookMetadata::GetCustomDocumentProperties method +linktitle: GetCustomDocumentProperties +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metadata::WorkbookMetadata::GetCustomDocumentProperties method. Returns a DocumentProperty collection that represents all the custom document properties of the spreadsheet in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.metadata/workbookmetadata/getcustomdocumentproperties/ +--- +## WorkbookMetadata::GetCustomDocumentProperties method + + +Returns a DocumentProperty collection that represents all the custom document properties of the spreadsheet. + +```cpp +CustomDocumentPropertyCollection Aspose::Cells::Metadata::WorkbookMetadata::GetCustomDocumentProperties() +``` + +## See Also + +* Class [CustomDocumentPropertyCollection](../../../aspose.cells.properties/customdocumentpropertycollection/) +* Class [WorkbookMetadata](../) +* Namespace [Aspose::Cells::Metadata](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.metadata/workbookmetadata/getoptions/_index.md b/spanish/cpp/aspose.cells.metadata/workbookmetadata/getoptions/_index.md new file mode 100644 index 00000000000..13346c8300e --- /dev/null +++ b/spanish/cpp/aspose.cells.metadata/workbookmetadata/getoptions/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Metadata::WorkbookMetadata::GetOptions method +linktitle: GetOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metadata::WorkbookMetadata::GetOptions method. Gets the options of the metadata in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.metadata/workbookmetadata/getoptions/ +--- +## WorkbookMetadata::GetOptions method + + +Gets the options of the metadata. + +```cpp +MetadataOptions Aspose::Cells::Metadata::WorkbookMetadata::GetOptions() +``` + +## See Also + +* Class [MetadataOptions](../../metadataoptions/) +* Class [WorkbookMetadata](../) +* Namespace [Aspose::Cells::Metadata](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.metadata/workbookmetadata/isnull/_index.md b/spanish/cpp/aspose.cells.metadata/workbookmetadata/isnull/_index.md new file mode 100644 index 00000000000..969883b02f0 --- /dev/null +++ b/spanish/cpp/aspose.cells.metadata/workbookmetadata/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Metadata::WorkbookMetadata::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metadata::WorkbookMetadata::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.metadata/workbookmetadata/isnull/ +--- +## WorkbookMetadata::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Metadata::WorkbookMetadata::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WorkbookMetadata](../) +* Namespace [Aspose::Cells::Metadata](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.metadata/workbookmetadata/operator_asm/_index.md b/spanish/cpp/aspose.cells.metadata/workbookmetadata/operator_asm/_index.md new file mode 100644 index 00000000000..dd0f6171c3b --- /dev/null +++ b/spanish/cpp/aspose.cells.metadata/workbookmetadata/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Metadata::WorkbookMetadata::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metadata::WorkbookMetadata::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.metadata/workbookmetadata/operator_asm/ +--- +## WorkbookMetadata::operator= method + + +operator= + +```cpp +WorkbookMetadata & Aspose::Cells::Metadata::WorkbookMetadata::operator=(const WorkbookMetadata &src) +``` + +## See Also + +* Class [WorkbookMetadata](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [WorkbookMetadata](../) +* Namespace [Aspose::Cells::Metadata](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.metadata/workbookmetadata/operator_bool/_index.md b/spanish/cpp/aspose.cells.metadata/workbookmetadata/operator_bool/_index.md new file mode 100644 index 00000000000..e4ffb32459f --- /dev/null +++ b/spanish/cpp/aspose.cells.metadata/workbookmetadata/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Metadata::WorkbookMetadata::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metadata::WorkbookMetadata::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.metadata/workbookmetadata/operator_bool/ +--- +## WorkbookMetadata::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Metadata::WorkbookMetadata::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [WorkbookMetadata](../) +* Namespace [Aspose::Cells::Metadata](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.metadata/workbookmetadata/save/_index.md b/spanish/cpp/aspose.cells.metadata/workbookmetadata/save/_index.md new file mode 100644 index 00000000000..dd2155264bd --- /dev/null +++ b/spanish/cpp/aspose.cells.metadata/workbookmetadata/save/_index.md @@ -0,0 +1,70 @@ +--- +title: Aspose::Cells::Metadata::WorkbookMetadata::Save method +linktitle: Save +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metadata::WorkbookMetadata::Save method. Save the modified metadata to the file in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.metadata/workbookmetadata/save/ +--- +## WorkbookMetadata::Save(const U16String\&) method + + +Save the modified metadata to the file. + +```cpp +void Aspose::Cells::Metadata::WorkbookMetadata::Save(const U16String &fileName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fileName | const U16String\& | The file name. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [WorkbookMetadata](../) +* Namespace [Aspose::Cells::Metadata](../../) +* Library [Aspose.Cells for C++](../../../) +## WorkbookMetadata::Save(const char16_t*) method + + +Save the modified metadata to the file. + +```cpp +void Aspose::Cells::Metadata::WorkbookMetadata::Save(const char16_t *fileName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fileName | const char16_t* | The file name. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WorkbookMetadata](../) +* Namespace [Aspose::Cells::Metadata](../../) +* Library [Aspose.Cells for C++](../../../) +## WorkbookMetadata::Save(const Vector \\&) method + + +Save the modified metadata to the stream. + +```cpp +void Aspose::Cells::Metadata::WorkbookMetadata::Save(const Vector &stream) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| stream | const Vector \\& | The stream. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WorkbookMetadata](../) +* Namespace [Aspose::Cells::Metadata](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.metadata/workbookmetadata/workbookmetadata/_index.md b/spanish/cpp/aspose.cells.metadata/workbookmetadata/workbookmetadata/_index.md new file mode 100644 index 00000000000..cbc6f223fdb --- /dev/null +++ b/spanish/cpp/aspose.cells.metadata/workbookmetadata/workbookmetadata/_index.md @@ -0,0 +1,107 @@ +--- +title: Aspose::Cells::Metadata::WorkbookMetadata::WorkbookMetadata constructor +linktitle: WorkbookMetadata +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metadata::WorkbookMetadata::WorkbookMetadata constructor. Create the meta data object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.metadata/workbookmetadata/workbookmetadata/ +--- +## WorkbookMetadata::WorkbookMetadata(const U16String\&, const MetadataOptions\&) constructor + + +Create the meta data object. + +```cpp +Aspose::Cells::Metadata::WorkbookMetadata::WorkbookMetadata(const U16String &fileName, const MetadataOptions &options) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fileName | const U16String\& | | +| options | const MetadataOptions\& | | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [MetadataOptions](../../metadataoptions/) +* Class [WorkbookMetadata](../) +* Namespace [Aspose::Cells::Metadata](../../) +* Library [Aspose.Cells for C++](../../../) +## WorkbookMetadata::WorkbookMetadata(const char16_t*, const MetadataOptions\&) constructor + + +Create the meta data object. + +```cpp +Aspose::Cells::Metadata::WorkbookMetadata::WorkbookMetadata(const char16_t *fileName, const MetadataOptions &options) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fileName | const char16_t* | | +| options | const MetadataOptions\& | | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MetadataOptions](../../metadataoptions/) +* Class [WorkbookMetadata](../) +* Namespace [Aspose::Cells::Metadata](../../) +* Library [Aspose.Cells for C++](../../../) +## WorkbookMetadata::WorkbookMetadata(const Vector \\&, const MetadataOptions\&) constructor + + +Create the meta data object. + +```cpp +Aspose::Cells::Metadata::WorkbookMetadata::WorkbookMetadata(const Vector &stream, const MetadataOptions &options) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| stream | const Vector \\& | | +| options | const MetadataOptions\& | | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [MetadataOptions](../../metadataoptions/) +* Class [WorkbookMetadata](../) +* Namespace [Aspose::Cells::Metadata](../../) +* Library [Aspose.Cells for C++](../../../) +## WorkbookMetadata::WorkbookMetadata(WorkbookMetadata_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Metadata::WorkbookMetadata::WorkbookMetadata(WorkbookMetadata_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WorkbookMetadata](../) +* Namespace [Aspose::Cells::Metadata](../../) +* Library [Aspose.Cells for C++](../../../) +## WorkbookMetadata::WorkbookMetadata(const WorkbookMetadata\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Metadata::WorkbookMetadata::WorkbookMetadata(const WorkbookMetadata &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WorkbookMetadata](../) +* Class [WorkbookMetadata](../) +* Namespace [Aspose::Cells::Metadata](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.metadata/workbookmetadata/~workbookmetadata/_index.md b/spanish/cpp/aspose.cells.metadata/workbookmetadata/~workbookmetadata/_index.md new file mode 100644 index 00000000000..6a9cc99dedc --- /dev/null +++ b/spanish/cpp/aspose.cells.metadata/workbookmetadata/~workbookmetadata/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Metadata::WorkbookMetadata::~WorkbookMetadata method +linktitle: ~WorkbookMetadata +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metadata::WorkbookMetadata::~WorkbookMetadata method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.metadata/workbookmetadata/~workbookmetadata/ +--- +## WorkbookMetadata::~WorkbookMetadata method + + +Destructor. + +```cpp +Aspose::Cells::Metadata::WorkbookMetadata::~WorkbookMetadata() +``` + +## See Also + +* Class [WorkbookMetadata](../) +* Namespace [Aspose::Cells::Metadata](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.metas/_index.md b/spanish/cpp/aspose.cells.metas/_index.md new file mode 100644 index 00000000000..4d5e4e343a5 --- /dev/null +++ b/spanish/cpp/aspose.cells.metas/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Metas namespace +linktitle: Aspose::Cells::Metas +second_title: Referencia de API de Aspose.Cells para C++ +description: 'Cómo usar el espacio de nombres Aspose::Cells::Metas en C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.metas/ +--- + + + +## Clases + +| Clase | Descripción | +| --- | --- | +| [SensitivityLabel](./sensitivitylabel/) | Representa la etiqueta de sensibilidad. | +| [SensitivityLabelCollection](./sensitivitylabelcollection/) | Representa la lista de etiquetas de sensibilidad. | +## Enums + +| Enumeración | Descripción | +| --- | --- | +| [SensitivityLabelAssignmentType](./sensitivitylabelassignmenttype/) | Representa el método de asignación para la etiqueta de sensibilidad. | +| [SensitivityLabelMarkType](./sensitivitylabelmarktype/) | Representa los tipos de marcado de contenido que deben aplicarse a un archivo. | +## Métodos + +| Método | Descripción | +| --- | --- | +| SensitivityLabelMarkType operator&(SensitivityLabelMarkType a, SensitivityLabelMarkType b) | | +| SensitivityLabelMarkType operator\ | (SensitivityLabelMarkType a, SensitivityLabelMarkType b) | | diff --git a/spanish/cpp/aspose.cells.metas/sensitivitylabel/_impl/_index.md b/spanish/cpp/aspose.cells.metas/sensitivitylabel/_impl/_index.md new file mode 100644 index 00000000000..6d4b03293ef --- /dev/null +++ b/spanish/cpp/aspose.cells.metas/sensitivitylabel/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Metas::SensitivityLabel::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metas::SensitivityLabel::_impl field. The implementation object in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.metas/sensitivitylabel/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +SensitivityLabel_Impl* Aspose::Cells::Metas::SensitivityLabel::_impl +``` + +## See Also + +* Class [SensitivityLabel](../) +* Namespace [Aspose::Cells::Metas](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.metas/sensitivitylabel/_index.md b/spanish/cpp/aspose.cells.metas/sensitivitylabel/_index.md new file mode 100644 index 00000000000..e7cc1e04ae7 --- /dev/null +++ b/spanish/cpp/aspose.cells.metas/sensitivitylabel/_index.md @@ -0,0 +1,51 @@ +--- +title: Aspose::Cells::Metas::SensitivityLabel class +linktitle: SensitivityLabel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metas::SensitivityLabel class. Represents the sensitivity label in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.metas/sensitivitylabel/ +--- +## SensitivityLabel class + + +Represents the sensitivity label. + +```cpp +class SensitivityLabel +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetAssignmentType()](./getassignmenttype/) | Gets and sets the assignment method for the sensitivity label. | +| [GetContentMarkType()](./getcontentmarktype/) | Gets and sets the types of content marking that ought to be applied to a file. | +| [GetId()](./getid/) | Gets and sets the id of sensitivity label. | +| [GetSiteId()](./getsiteid/) | Represents the Azure Active Directory (Azure AD) site identifier corresponding to the sensitivity label policy which describes the sensitivity label. | +| [IsEnabled()](./isenabled/) | Indicates whether the sensitivity label is enabled. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsRemoved()](./isremoved/) | Indicates whether the sensitivity label was removed. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const SensitivityLabel\& src)](./operator_asm/) | operator= | +| [SensitivityLabel(SensitivityLabel_Impl* impl)](./sensitivitylabel/) | Constructs from an implementation object. | +| [SensitivityLabel(const SensitivityLabel\& src)](./sensitivitylabel/) | Copy constructor. | +| [SetAssignmentType(SensitivityLabelAssignmentType value)](./setassignmenttype/) | Gets and sets the assignment method for the sensitivity label. | +| [SetContentMarkType(SensitivityLabelMarkType value)](./setcontentmarktype/) | Gets and sets the types of content marking that ought to be applied to a file. | +| [SetId(const U16String\& value)](./setid/) | Gets and sets the id of sensitivity label. | +| [SetId(const char16_t* value)](./setid/) | Gets and sets the id of sensitivity label. | +| [SetIsEnabled(bool value)](./setisenabled/) | Indicates whether the sensitivity label is enabled. | +| [SetIsRemoved(bool value)](./setisremoved/) | Indicates whether the sensitivity label was removed. | +| [SetSiteId(const U16String\& value)](./setsiteid/) | Represents the Azure Active Directory (Azure AD) site identifier corresponding to the sensitivity label policy which describes the sensitivity label. | +| [SetSiteId(const char16_t* value)](./setsiteid/) | Represents the Azure Active Directory (Azure AD) site identifier corresponding to the sensitivity label policy which describes the sensitivity label. | +| [~SensitivityLabel()](./~sensitivitylabel/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Metas](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.metas/sensitivitylabel/getassignmenttype/_index.md b/spanish/cpp/aspose.cells.metas/sensitivitylabel/getassignmenttype/_index.md new file mode 100644 index 00000000000..0a21f11e336 --- /dev/null +++ b/spanish/cpp/aspose.cells.metas/sensitivitylabel/getassignmenttype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Metas::SensitivityLabel::GetAssignmentType method +linktitle: GetAssignmentType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metas::SensitivityLabel::GetAssignmentType method. Gets and sets the assignment method for the sensitivity label in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.metas/sensitivitylabel/getassignmenttype/ +--- +## SensitivityLabel::GetAssignmentType method + + +Gets and sets the assignment method for the sensitivity label. + +```cpp +SensitivityLabelAssignmentType Aspose::Cells::Metas::SensitivityLabel::GetAssignmentType() +``` + +## See Also + +* Enum [SensitivityLabelAssignmentType](../../sensitivitylabelassignmenttype/) +* Class [SensitivityLabel](../) +* Namespace [Aspose::Cells::Metas](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.metas/sensitivitylabel/getcontentmarktype/_index.md b/spanish/cpp/aspose.cells.metas/sensitivitylabel/getcontentmarktype/_index.md new file mode 100644 index 00000000000..32aa8ef2410 --- /dev/null +++ b/spanish/cpp/aspose.cells.metas/sensitivitylabel/getcontentmarktype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Metas::SensitivityLabel::GetContentMarkType method +linktitle: GetContentMarkType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metas::SensitivityLabel::GetContentMarkType method. Gets and sets the types of content marking that ought to be applied to a file in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.metas/sensitivitylabel/getcontentmarktype/ +--- +## SensitivityLabel::GetContentMarkType method + + +Gets and sets the types of content marking that ought to be applied to a file. + +```cpp +SensitivityLabelMarkType Aspose::Cells::Metas::SensitivityLabel::GetContentMarkType() +``` + +## See Also + +* Enum [SensitivityLabelMarkType](../../sensitivitylabelmarktype/) +* Class [SensitivityLabel](../) +* Namespace [Aspose::Cells::Metas](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.metas/sensitivitylabel/getid/_index.md b/spanish/cpp/aspose.cells.metas/sensitivitylabel/getid/_index.md new file mode 100644 index 00000000000..166e8140695 --- /dev/null +++ b/spanish/cpp/aspose.cells.metas/sensitivitylabel/getid/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Metas::SensitivityLabel::GetId method +linktitle: GetId +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metas::SensitivityLabel::GetId method. Gets and sets the id of sensitivity label in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.metas/sensitivitylabel/getid/ +--- +## SensitivityLabel::GetId method + + +Gets and sets the id of sensitivity label. + +```cpp +U16String Aspose::Cells::Metas::SensitivityLabel::GetId() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SensitivityLabel](../) +* Namespace [Aspose::Cells::Metas](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.metas/sensitivitylabel/getsiteid/_index.md b/spanish/cpp/aspose.cells.metas/sensitivitylabel/getsiteid/_index.md new file mode 100644 index 00000000000..debb7e4aedd --- /dev/null +++ b/spanish/cpp/aspose.cells.metas/sensitivitylabel/getsiteid/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Metas::SensitivityLabel::GetSiteId method +linktitle: GetSiteId +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metas::SensitivityLabel::GetSiteId method. Represents the Azure Active Directory (Azure AD) site identifier corresponding to the sensitivity label policy which describes the sensitivity label in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.metas/sensitivitylabel/getsiteid/ +--- +## SensitivityLabel::GetSiteId method + + +Represents the Azure Active Directory (Azure AD) site identifier corresponding to the sensitivity label policy which describes the sensitivity label. + +```cpp +U16String Aspose::Cells::Metas::SensitivityLabel::GetSiteId() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SensitivityLabel](../) +* Namespace [Aspose::Cells::Metas](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.metas/sensitivitylabel/isenabled/_index.md b/spanish/cpp/aspose.cells.metas/sensitivitylabel/isenabled/_index.md new file mode 100644 index 00000000000..13b338af20d --- /dev/null +++ b/spanish/cpp/aspose.cells.metas/sensitivitylabel/isenabled/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Metas::SensitivityLabel::IsEnabled method +linktitle: IsEnabled +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metas::SensitivityLabel::IsEnabled method. Indicates whether the sensitivity label is enabled in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.metas/sensitivitylabel/isenabled/ +--- +## SensitivityLabel::IsEnabled method + + +Indicates whether the sensitivity label is enabled. + +```cpp +bool Aspose::Cells::Metas::SensitivityLabel::IsEnabled() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SensitivityLabel](../) +* Namespace [Aspose::Cells::Metas](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.metas/sensitivitylabel/isnull/_index.md b/spanish/cpp/aspose.cells.metas/sensitivitylabel/isnull/_index.md new file mode 100644 index 00000000000..01542363211 --- /dev/null +++ b/spanish/cpp/aspose.cells.metas/sensitivitylabel/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Metas::SensitivityLabel::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metas::SensitivityLabel::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.metas/sensitivitylabel/isnull/ +--- +## SensitivityLabel::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Metas::SensitivityLabel::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SensitivityLabel](../) +* Namespace [Aspose::Cells::Metas](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.metas/sensitivitylabel/isremoved/_index.md b/spanish/cpp/aspose.cells.metas/sensitivitylabel/isremoved/_index.md new file mode 100644 index 00000000000..da81f1563d5 --- /dev/null +++ b/spanish/cpp/aspose.cells.metas/sensitivitylabel/isremoved/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Metas::SensitivityLabel::IsRemoved method +linktitle: IsRemoved +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metas::SensitivityLabel::IsRemoved method. Indicates whether the sensitivity label was removed in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.metas/sensitivitylabel/isremoved/ +--- +## SensitivityLabel::IsRemoved method + + +Indicates whether the sensitivity label was removed. + +```cpp +bool Aspose::Cells::Metas::SensitivityLabel::IsRemoved() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SensitivityLabel](../) +* Namespace [Aspose::Cells::Metas](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.metas/sensitivitylabel/operator_asm/_index.md b/spanish/cpp/aspose.cells.metas/sensitivitylabel/operator_asm/_index.md new file mode 100644 index 00000000000..41125b27478 --- /dev/null +++ b/spanish/cpp/aspose.cells.metas/sensitivitylabel/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Metas::SensitivityLabel::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metas::SensitivityLabel::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.metas/sensitivitylabel/operator_asm/ +--- +## SensitivityLabel::operator= method + + +operator= + +```cpp +SensitivityLabel & Aspose::Cells::Metas::SensitivityLabel::operator=(const SensitivityLabel &src) +``` + +## See Also + +* Class [SensitivityLabel](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [SensitivityLabel](../) +* Namespace [Aspose::Cells::Metas](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.metas/sensitivitylabel/operator_bool/_index.md b/spanish/cpp/aspose.cells.metas/sensitivitylabel/operator_bool/_index.md new file mode 100644 index 00000000000..7475c1b6699 --- /dev/null +++ b/spanish/cpp/aspose.cells.metas/sensitivitylabel/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Metas::SensitivityLabel::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metas::SensitivityLabel::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.metas/sensitivitylabel/operator_bool/ +--- +## SensitivityLabel::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Metas::SensitivityLabel::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [SensitivityLabel](../) +* Namespace [Aspose::Cells::Metas](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.metas/sensitivitylabel/sensitivitylabel/_index.md b/spanish/cpp/aspose.cells.metas/sensitivitylabel/sensitivitylabel/_index.md new file mode 100644 index 00000000000..e03a1b4e177 --- /dev/null +++ b/spanish/cpp/aspose.cells.metas/sensitivitylabel/sensitivitylabel/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Metas::SensitivityLabel::SensitivityLabel constructor +linktitle: SensitivityLabel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metas::SensitivityLabel::SensitivityLabel constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.metas/sensitivitylabel/sensitivitylabel/ +--- +## SensitivityLabel::SensitivityLabel(SensitivityLabel_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Metas::SensitivityLabel::SensitivityLabel(SensitivityLabel_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SensitivityLabel](../) +* Namespace [Aspose::Cells::Metas](../../) +* Library [Aspose.Cells for C++](../../../) +## SensitivityLabel::SensitivityLabel(const SensitivityLabel\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Metas::SensitivityLabel::SensitivityLabel(const SensitivityLabel &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SensitivityLabel](../) +* Class [SensitivityLabel](../) +* Namespace [Aspose::Cells::Metas](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.metas/sensitivitylabel/setassignmenttype/_index.md b/spanish/cpp/aspose.cells.metas/sensitivitylabel/setassignmenttype/_index.md new file mode 100644 index 00000000000..a9991431689 --- /dev/null +++ b/spanish/cpp/aspose.cells.metas/sensitivitylabel/setassignmenttype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Metas::SensitivityLabel::SetAssignmentType method +linktitle: SetAssignmentType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metas::SensitivityLabel::SetAssignmentType method. Gets and sets the assignment method for the sensitivity label in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.metas/sensitivitylabel/setassignmenttype/ +--- +## SensitivityLabel::SetAssignmentType method + + +Gets and sets the assignment method for the sensitivity label. + +```cpp +void Aspose::Cells::Metas::SensitivityLabel::SetAssignmentType(SensitivityLabelAssignmentType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [SensitivityLabelAssignmentType](../../sensitivitylabelassignmenttype/) +* Class [SensitivityLabel](../) +* Namespace [Aspose::Cells::Metas](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.metas/sensitivitylabel/setcontentmarktype/_index.md b/spanish/cpp/aspose.cells.metas/sensitivitylabel/setcontentmarktype/_index.md new file mode 100644 index 00000000000..dc1d61a89b1 --- /dev/null +++ b/spanish/cpp/aspose.cells.metas/sensitivitylabel/setcontentmarktype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Metas::SensitivityLabel::SetContentMarkType method +linktitle: SetContentMarkType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metas::SensitivityLabel::SetContentMarkType method. Gets and sets the types of content marking that ought to be applied to a file in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.metas/sensitivitylabel/setcontentmarktype/ +--- +## SensitivityLabel::SetContentMarkType method + + +Gets and sets the types of content marking that ought to be applied to a file. + +```cpp +void Aspose::Cells::Metas::SensitivityLabel::SetContentMarkType(SensitivityLabelMarkType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [SensitivityLabelMarkType](../../sensitivitylabelmarktype/) +* Class [SensitivityLabel](../) +* Namespace [Aspose::Cells::Metas](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.metas/sensitivitylabel/setid/_index.md b/spanish/cpp/aspose.cells.metas/sensitivitylabel/setid/_index.md new file mode 100644 index 00000000000..ee0756e0929 --- /dev/null +++ b/spanish/cpp/aspose.cells.metas/sensitivitylabel/setid/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Metas::SensitivityLabel::SetId method +linktitle: SetId +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metas::SensitivityLabel::SetId method. Gets and sets the id of sensitivity label in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.metas/sensitivitylabel/setid/ +--- +## SensitivityLabel::SetId(const U16String\&) method + + +Gets and sets the id of sensitivity label. + +```cpp +void Aspose::Cells::Metas::SensitivityLabel::SetId(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SensitivityLabel](../) +* Namespace [Aspose::Cells::Metas](../../) +* Library [Aspose.Cells for C++](../../../) +## SensitivityLabel::SetId(const char16_t*) method + + +Gets and sets the id of sensitivity label. + +```cpp +void Aspose::Cells::Metas::SensitivityLabel::SetId(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SensitivityLabel](../) +* Namespace [Aspose::Cells::Metas](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.metas/sensitivitylabel/setisenabled/_index.md b/spanish/cpp/aspose.cells.metas/sensitivitylabel/setisenabled/_index.md new file mode 100644 index 00000000000..5fee679ef8a --- /dev/null +++ b/spanish/cpp/aspose.cells.metas/sensitivitylabel/setisenabled/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Metas::SensitivityLabel::SetIsEnabled method +linktitle: SetIsEnabled +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metas::SensitivityLabel::SetIsEnabled method. Indicates whether the sensitivity label is enabled in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.metas/sensitivitylabel/setisenabled/ +--- +## SensitivityLabel::SetIsEnabled method + + +Indicates whether the sensitivity label is enabled. + +```cpp +void Aspose::Cells::Metas::SensitivityLabel::SetIsEnabled(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SensitivityLabel](../) +* Namespace [Aspose::Cells::Metas](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.metas/sensitivitylabel/setisremoved/_index.md b/spanish/cpp/aspose.cells.metas/sensitivitylabel/setisremoved/_index.md new file mode 100644 index 00000000000..dfb59d52ba0 --- /dev/null +++ b/spanish/cpp/aspose.cells.metas/sensitivitylabel/setisremoved/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Metas::SensitivityLabel::SetIsRemoved method +linktitle: SetIsRemoved +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metas::SensitivityLabel::SetIsRemoved method. Indicates whether the sensitivity label was removed in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.metas/sensitivitylabel/setisremoved/ +--- +## SensitivityLabel::SetIsRemoved method + + +Indicates whether the sensitivity label was removed. + +```cpp +void Aspose::Cells::Metas::SensitivityLabel::SetIsRemoved(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SensitivityLabel](../) +* Namespace [Aspose::Cells::Metas](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.metas/sensitivitylabel/setsiteid/_index.md b/spanish/cpp/aspose.cells.metas/sensitivitylabel/setsiteid/_index.md new file mode 100644 index 00000000000..38528f22706 --- /dev/null +++ b/spanish/cpp/aspose.cells.metas/sensitivitylabel/setsiteid/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Metas::SensitivityLabel::SetSiteId method +linktitle: SetSiteId +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metas::SensitivityLabel::SetSiteId method. Represents the Azure Active Directory (Azure AD) site identifier corresponding to the sensitivity label policy which describes the sensitivity label in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.metas/sensitivitylabel/setsiteid/ +--- +## SensitivityLabel::SetSiteId(const U16String\&) method + + +Represents the Azure Active Directory (Azure AD) site identifier corresponding to the sensitivity label policy which describes the sensitivity label. + +```cpp +void Aspose::Cells::Metas::SensitivityLabel::SetSiteId(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SensitivityLabel](../) +* Namespace [Aspose::Cells::Metas](../../) +* Library [Aspose.Cells for C++](../../../) +## SensitivityLabel::SetSiteId(const char16_t*) method + + +Represents the Azure Active Directory (Azure AD) site identifier corresponding to the sensitivity label policy which describes the sensitivity label. + +```cpp +void Aspose::Cells::Metas::SensitivityLabel::SetSiteId(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SensitivityLabel](../) +* Namespace [Aspose::Cells::Metas](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.metas/sensitivitylabel/~sensitivitylabel/_index.md b/spanish/cpp/aspose.cells.metas/sensitivitylabel/~sensitivitylabel/_index.md new file mode 100644 index 00000000000..3bbaa979309 --- /dev/null +++ b/spanish/cpp/aspose.cells.metas/sensitivitylabel/~sensitivitylabel/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Metas::SensitivityLabel::~SensitivityLabel method +linktitle: ~SensitivityLabel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metas::SensitivityLabel::~SensitivityLabel method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.metas/sensitivitylabel/~sensitivitylabel/ +--- +## SensitivityLabel::~SensitivityLabel method + + +Destructor. + +```cpp +Aspose::Cells::Metas::SensitivityLabel::~SensitivityLabel() +``` + +## See Also + +* Class [SensitivityLabel](../) +* Namespace [Aspose::Cells::Metas](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.metas/sensitivitylabelassignmenttype/_index.md b/spanish/cpp/aspose.cells.metas/sensitivitylabelassignmenttype/_index.md new file mode 100644 index 00000000000..3ca8366bb68 --- /dev/null +++ b/spanish/cpp/aspose.cells.metas/sensitivitylabelassignmenttype/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Metas::SensitivityLabelAssignmentType enum +linktitle: SensitivityLabelAssignmentType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metas::SensitivityLabelAssignmentType enum. Represents the assignment method for the sensitivity label in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.metas/sensitivitylabelassignmenttype/ +--- +## SensitivityLabelAssignmentType enum + + +Represents the assignment method for the sensitivity label. + +```cpp +enum class SensitivityLabelAssignmentType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Standard | 0 |
Use for any sensitivity label that was not directly applied by the user. | +| Privileged | 1 |
Use for any sensitivity label that was directly applied by the user. | + +## See Also + +* Namespace [Aspose::Cells::Metas](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.metas/sensitivitylabelcollection/_impl/_index.md b/spanish/cpp/aspose.cells.metas/sensitivitylabelcollection/_impl/_index.md new file mode 100644 index 00000000000..f2d29b6f816 --- /dev/null +++ b/spanish/cpp/aspose.cells.metas/sensitivitylabelcollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Metas::SensitivityLabelCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metas::SensitivityLabelCollection::_impl field. The implementation object in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.metas/sensitivitylabelcollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +SensitivityLabelCollection_Impl* Aspose::Cells::Metas::SensitivityLabelCollection::_impl +``` + +## See Also + +* Class [SensitivityLabelCollection](../) +* Namespace [Aspose::Cells::Metas](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.metas/sensitivitylabelcollection/_index.md b/spanish/cpp/aspose.cells.metas/sensitivitylabelcollection/_index.md new file mode 100644 index 00000000000..b26c62cc38e --- /dev/null +++ b/spanish/cpp/aspose.cells.metas/sensitivitylabelcollection/_index.md @@ -0,0 +1,41 @@ +--- +title: Aspose::Cells::Metas::SensitivityLabelCollection class +linktitle: SensitivityLabelCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metas::SensitivityLabelCollection class. Represents the list of sensitivity labels in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.metas/sensitivitylabelcollection/ +--- +## SensitivityLabelCollection class + + +Represents the list of sensitivity labels. + +```cpp +class SensitivityLabelCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add(const U16String\& id, bool isEnabled, SensitivityLabelAssignmentType methodType, const U16String\& siteId, SensitivityLabelMarkType markType)](./add/) | Adds a sensitivity label. | +| [Add(const char16_t* id, bool isEnabled, SensitivityLabelAssignmentType methodType, const char16_t* siteId, SensitivityLabelMarkType markType)](./add/) | Adds a sensitivity label. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const SensitivityLabelCollection\& src)](./operator_asm/) | operator= | +| [SensitivityLabelCollection()](./sensitivitylabelcollection/) | Default constructor. | +| [SensitivityLabelCollection(SensitivityLabelCollection_Impl* impl)](./sensitivitylabelcollection/) | Constructs from an implementation object. | +| [SensitivityLabelCollection(const SensitivityLabelCollection\& src)](./sensitivitylabelcollection/) | Copy constructor. | +| [~SensitivityLabelCollection()](./~sensitivitylabelcollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Metas](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.metas/sensitivitylabelcollection/add/_index.md b/spanish/cpp/aspose.cells.metas/sensitivitylabelcollection/add/_index.md new file mode 100644 index 00000000000..90426e0e728 --- /dev/null +++ b/spanish/cpp/aspose.cells.metas/sensitivitylabelcollection/add/_index.md @@ -0,0 +1,62 @@ +--- +title: Aspose::Cells::Metas::SensitivityLabelCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metas::SensitivityLabelCollection::Add method. Adds a sensitivity label in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.metas/sensitivitylabelcollection/add/ +--- +## SensitivityLabelCollection::Add(const U16String\&, bool, SensitivityLabelAssignmentType, const U16String\&, SensitivityLabelMarkType) method + + +Adds a sensitivity label. + +```cpp +int32_t Aspose::Cells::Metas::SensitivityLabelCollection::Add(const U16String &id, bool isEnabled, SensitivityLabelAssignmentType methodType, const U16String &siteId, SensitivityLabelMarkType markType) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| id | const U16String\& | The id of the label. | +| isEnabled | bool | Indicates whether this sensitivity label is enabled. | +| methodType | SensitivityLabelAssignmentType | The assignment method type. | +| siteId | const U16String\& | The id of the site. | +| markType | SensitivityLabelMarkType | The mark type. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Enum [SensitivityLabelAssignmentType](../../sensitivitylabelassignmenttype/) +* Enum [SensitivityLabelMarkType](../../sensitivitylabelmarktype/) +* Class [SensitivityLabelCollection](../) +* Namespace [Aspose::Cells::Metas](../../) +* Library [Aspose.Cells for C++](../../../) +## SensitivityLabelCollection::Add(const char16_t*, bool, SensitivityLabelAssignmentType, const char16_t*, SensitivityLabelMarkType) method + + +Adds a sensitivity label. + +```cpp +int32_t Aspose::Cells::Metas::SensitivityLabelCollection::Add(const char16_t *id, bool isEnabled, SensitivityLabelAssignmentType methodType, const char16_t *siteId, SensitivityLabelMarkType markType) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| id | const char16_t* | The id of the label. | +| isEnabled | bool | Indicates whether this sensitivity label is enabled. | +| methodType | SensitivityLabelAssignmentType | The assignment method type. | +| siteId | const char16_t* | The id of the site. | +| markType | SensitivityLabelMarkType | The mark type. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [SensitivityLabelAssignmentType](../../sensitivitylabelassignmenttype/) +* Enum [SensitivityLabelMarkType](../../sensitivitylabelmarktype/) +* Class [SensitivityLabelCollection](../) +* Namespace [Aspose::Cells::Metas](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.metas/sensitivitylabelcollection/getcount/_index.md b/spanish/cpp/aspose.cells.metas/sensitivitylabelcollection/getcount/_index.md new file mode 100644 index 00000000000..bf777d3f47e --- /dev/null +++ b/spanish/cpp/aspose.cells.metas/sensitivitylabelcollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Metas::SensitivityLabelCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::Metas::SensitivityLabelCollection class in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.metas/sensitivitylabelcollection/getcount/ +--- +## SensitivityLabelCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::Metas::SensitivityLabelCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SensitivityLabelCollection](../) +* Namespace [Aspose::Cells::Metas](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.metas/sensitivitylabelcollection/isnull/_index.md b/spanish/cpp/aspose.cells.metas/sensitivitylabelcollection/isnull/_index.md new file mode 100644 index 00000000000..ab359072f38 --- /dev/null +++ b/spanish/cpp/aspose.cells.metas/sensitivitylabelcollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Metas::SensitivityLabelCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metas::SensitivityLabelCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.metas/sensitivitylabelcollection/isnull/ +--- +## SensitivityLabelCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Metas::SensitivityLabelCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SensitivityLabelCollection](../) +* Namespace [Aspose::Cells::Metas](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.metas/sensitivitylabelcollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.metas/sensitivitylabelcollection/operator_asm/_index.md new file mode 100644 index 00000000000..ba21646c648 --- /dev/null +++ b/spanish/cpp/aspose.cells.metas/sensitivitylabelcollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Metas::SensitivityLabelCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metas::SensitivityLabelCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.metas/sensitivitylabelcollection/operator_asm/ +--- +## SensitivityLabelCollection::operator= method + + +operator= + +```cpp +SensitivityLabelCollection & Aspose::Cells::Metas::SensitivityLabelCollection::operator=(const SensitivityLabelCollection &src) +``` + +## See Also + +* Class [SensitivityLabelCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [SensitivityLabelCollection](../) +* Namespace [Aspose::Cells::Metas](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.metas/sensitivitylabelcollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.metas/sensitivitylabelcollection/operator_bool/_index.md new file mode 100644 index 00000000000..0e1db231a52 --- /dev/null +++ b/spanish/cpp/aspose.cells.metas/sensitivitylabelcollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Metas::SensitivityLabelCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metas::SensitivityLabelCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.metas/sensitivitylabelcollection/operator_bool/ +--- +## SensitivityLabelCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Metas::SensitivityLabelCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [SensitivityLabelCollection](../) +* Namespace [Aspose::Cells::Metas](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.metas/sensitivitylabelcollection/sensitivitylabelcollection/_index.md b/spanish/cpp/aspose.cells.metas/sensitivitylabelcollection/sensitivitylabelcollection/_index.md new file mode 100644 index 00000000000..b2f8e99632a --- /dev/null +++ b/spanish/cpp/aspose.cells.metas/sensitivitylabelcollection/sensitivitylabelcollection/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::Metas::SensitivityLabelCollection::SensitivityLabelCollection constructor +linktitle: SensitivityLabelCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metas::SensitivityLabelCollection::SensitivityLabelCollection constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.metas/sensitivitylabelcollection/sensitivitylabelcollection/ +--- +## SensitivityLabelCollection::SensitivityLabelCollection() constructor + + +Default constructor. + +```cpp +Aspose::Cells::Metas::SensitivityLabelCollection::SensitivityLabelCollection() +``` + +## See Also + +* Class [SensitivityLabelCollection](../) +* Namespace [Aspose::Cells::Metas](../../) +* Library [Aspose.Cells for C++](../../../) +## SensitivityLabelCollection::SensitivityLabelCollection(SensitivityLabelCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Metas::SensitivityLabelCollection::SensitivityLabelCollection(SensitivityLabelCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SensitivityLabelCollection](../) +* Namespace [Aspose::Cells::Metas](../../) +* Library [Aspose.Cells for C++](../../../) +## SensitivityLabelCollection::SensitivityLabelCollection(const SensitivityLabelCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Metas::SensitivityLabelCollection::SensitivityLabelCollection(const SensitivityLabelCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SensitivityLabelCollection](../) +* Class [SensitivityLabelCollection](../) +* Namespace [Aspose::Cells::Metas](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.metas/sensitivitylabelcollection/~sensitivitylabelcollection/_index.md b/spanish/cpp/aspose.cells.metas/sensitivitylabelcollection/~sensitivitylabelcollection/_index.md new file mode 100644 index 00000000000..4e5484ce782 --- /dev/null +++ b/spanish/cpp/aspose.cells.metas/sensitivitylabelcollection/~sensitivitylabelcollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Metas::SensitivityLabelCollection::~SensitivityLabelCollection method +linktitle: ~SensitivityLabelCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metas::SensitivityLabelCollection::~SensitivityLabelCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.metas/sensitivitylabelcollection/~sensitivitylabelcollection/ +--- +## SensitivityLabelCollection::~SensitivityLabelCollection method + + +Destructor. + +```cpp +Aspose::Cells::Metas::SensitivityLabelCollection::~SensitivityLabelCollection() +``` + +## See Also + +* Class [SensitivityLabelCollection](../) +* Namespace [Aspose::Cells::Metas](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.metas/sensitivitylabelmarktype/_index.md b/spanish/cpp/aspose.cells.metas/sensitivitylabelmarktype/_index.md new file mode 100644 index 00000000000..fc2760ce64c --- /dev/null +++ b/spanish/cpp/aspose.cells.metas/sensitivitylabelmarktype/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Metas::SensitivityLabelMarkType enum +linktitle: SensitivityLabelMarkType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Metas::SensitivityLabelMarkType enum. Represents the types of content marking that ought to be applied to a file in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.metas/sensitivitylabelmarktype/ +--- +## SensitivityLabelMarkType enum + + +Represents the types of content marking that ought to be applied to a file. + +```cpp +enum class SensitivityLabelMarkType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| None | 0 |
None. | +| Header | 1 |
Header. | +| Footer | 2 |
Footer. | +| Watermark | 4 |
Watermark. | +| Encryption | 8 |
Encryption. | + +## See Also + +* Namespace [Aspose::Cells::Metas](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.numbers/_index.md b/spanish/cpp/aspose.cells.numbers/_index.md new file mode 100644 index 00000000000..c915e69723d --- /dev/null +++ b/spanish/cpp/aspose.cells.numbers/_index.md @@ -0,0 +1,22 @@ +--- +title: Espacio de nombres Aspose::Cells::Numbers +linktitle: Aspose::Cells::Numbers +second_title: Referencia de API de Aspose.Cells para C++ +description: 'Cómo usar el espacio de nombres Aspose::Cells::Numbers en C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.numbers/ +--- + + + +## Clases + +| Clase | Descripción | +| --- | --- | +| [NumbersLoadOptions](./numbersloadoptions/) | Representa las opciones de carga de archivos Apple [Numbers](./). | +## Enums + +| Enumeración | Descripción | +| --- | --- | +| [LoadNumbersTableType](./loadnumberstabletype/) | Indica el tipo de carga de tablas cuando algunas tablas están en una hoja. | diff --git a/spanish/cpp/aspose.cells.numbers/loadnumberstabletype/_index.md b/spanish/cpp/aspose.cells.numbers/loadnumberstabletype/_index.md new file mode 100644 index 00000000000..eb151a7671c --- /dev/null +++ b/spanish/cpp/aspose.cells.numbers/loadnumberstabletype/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Numbers::LoadNumbersTableType enum +linktitle: LoadNumbersTableType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Numbers::LoadNumbersTableType enum. Indicates type of loading tables when some tables are in a sheet in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.numbers/loadnumberstabletype/ +--- +## LoadNumbersTableType enum + + +Indicates type of loading tables when some tables are in a sheet. + +```cpp +enum class LoadNumbersTableType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| OneTablePerSheet | 1 |
| +| OverrideOtherTables | 2 |
| +| TileTables | 4 |
| + +## See Also + +* Namespace [Aspose::Cells::Numbers](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.numbers/numbersloadoptions/_impl/_index.md b/spanish/cpp/aspose.cells.numbers/numbersloadoptions/_impl/_index.md new file mode 100644 index 00000000000..c3a73b93956 --- /dev/null +++ b/spanish/cpp/aspose.cells.numbers/numbersloadoptions/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Numbers::NumbersLoadOptions::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Numbers::NumbersLoadOptions::_impl field. The implementation object in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.numbers/numbersloadoptions/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +NumbersLoadOptions_Impl* Aspose::Cells::Numbers::NumbersLoadOptions::_impl +``` + +## See Also + +* Class [NumbersLoadOptions](../) +* Namespace [Aspose::Cells::Numbers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.numbers/numbersloadoptions/_index.md b/spanish/cpp/aspose.cells.numbers/numbersloadoptions/_index.md new file mode 100644 index 00000000000..674ceb30d7a --- /dev/null +++ b/spanish/cpp/aspose.cells.numbers/numbersloadoptions/_index.md @@ -0,0 +1,92 @@ +--- +title: Aspose::Cells::Numbers::NumbersLoadOptions class +linktitle: NumbersLoadOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Numbers::NumbersLoadOptions class. Represents the options of loading Apple Numbers files in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.numbers/numbersloadoptions/ +--- +## NumbersLoadOptions class + + +Represents the options of loading Apple [Numbers](../) files. + +```cpp +class NumbersLoadOptions : public Aspose::Cells::LoadOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetAutoFilter()](../../aspose.cells/loadoptions/getautofilter/) | Indicates whether auto filtering the data when loading the files. | +| [GetAutoFitterOptions()](../../aspose.cells/loadoptions/getautofitteroptions/) | Gets and sets the auto fitter options. | +| [GetCheckDataValid()](../../aspose.cells/loadoptions/getcheckdatavalid/) | Check whether data is valid in the template file. | +| [GetCheckExcelRestriction()](../../aspose.cells/loadoptions/getcheckexcelrestriction/) | Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K such as by Cell.PutValue(string), if this property is true, you will get an Exception. If this property is false, we will accept your input string value as the cell's value so that later you can output the complete string value for other file formats such as CSV. However, if you have set such kind of value that is invalid for excel file format, you should not save the workbook as excel file format later. Otherwise there may be unexpected error for the generated excel file. | +| [GetDefaultStyleSettings()](../../aspose.cells/loadoptions/getdefaultstylesettings/) | Gets the default style settings for initializing styles of the workbook. | +| [GetFontConfigs()](../../aspose.cells/loadoptions/getfontconfigs/) | Gets and sets individual font configs. Only works for the [Workbook](../../aspose.cells/workbook/) which uses this [LoadOptions](../../aspose.cells/loadoptions/) to load. | +| [GetIgnoreNotPrinted()](../../aspose.cells/loadoptions/getignorenotprinted/) | Ignore the data which are not printed if directly printing the file. | +| [GetIgnoreUselessShapes()](../../aspose.cells/loadoptions/getignoreuselessshapes/) | Indicates whether ignoring useless shapes. | +| [GetInterruptMonitor()](../../aspose.cells/loadoptions/getinterruptmonitor/) | Gets and sets the interrupt monitor. | +| [GetKeepUnparsedData()](../../aspose.cells/loadoptions/getkeepunparseddata/) | Whether keep the unparsed data in memory for the [Workbook](../../aspose.cells/workbook/) when it is loaded from template file. Default is true. | +| [GetLanguageCode()](../../aspose.cells/loadoptions/getlanguagecode/) | Gets or sets the user interface language of the [Workbook](../../aspose.cells/workbook/) version based on CountryCode that has saved the file. | +| [GetLightCellsDataHandler()](../../aspose.cells/loadoptions/getlightcellsdatahandler/) | The data handler for processing cells data when reading template file. | +| [GetLoadFilter()](../../aspose.cells/loadoptions/getloadfilter/) | The filter to denote how to load data. | +| [GetLoadFormat()](../../aspose.cells/loadoptions/getloadformat/) | Gets the load format. | +| [GetLoadTableType()](./getloadtabletype/) | Gets and sets the type of loading multiple tables in one worksheet. | +| [GetMemorySetting()](../../aspose.cells/loadoptions/getmemorysetting/) | Gets or sets the memory mode for loaded workbook. | +| [GetParsingFormulaOnOpen()](../../aspose.cells/loadoptions/getparsingformulaonopen/) | Indicates whether parsing the formula when reading the file. | +| [GetParsingPivotCachedRecords()](../../aspose.cells/loadoptions/getparsingpivotcachedrecords/) | Indicates whether parsing pivot cached records when loading the file. The default value is false. | +| [GetPassword()](../../aspose.cells/loadoptions/getpassword/) | Gets and set the password of the workbook. | +| [GetPreservePaddingSpacesInFormula()](../../aspose.cells/loadoptions/getpreservepaddingspacesinformula/) | Indicates whether preserve those spaces and line breaks that are padded between formula tokens while getting and setting formulas. Default value is false. | +| [GetPreserveTableName()](./getpreservetablename/) | Indicates whether to preserve table names when importing from [Numbers](../). | +| [GetRegion()](../../aspose.cells/loadoptions/getregion/) | Gets or sets the regional settings used for the [Workbook](../../aspose.cells/workbook/) that will be loaded. | +| [GetWarningCallback()](../../aspose.cells/loadoptions/getwarningcallback/) | Gets or sets warning callback. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [LoadOptions()](../../aspose.cells/loadoptions/loadoptions/) | Creates an options of loading the file. | +| explicit [LoadOptions(LoadFormat loadFormat)](../../aspose.cells/loadoptions/loadoptions/) | Creates an options of loading the file. | +| [LoadOptions(LoadOptions_Impl* impl)](../../aspose.cells/loadoptions/loadoptions/) | Constructs from an implementation object. | +| [LoadOptions(const LoadOptions\& src)](../../aspose.cells/loadoptions/loadoptions/) | Copy constructor. | +| [NumbersLoadOptions()](./numbersloadoptions/) | Constructor. | +| [NumbersLoadOptions(NumbersLoadOptions_Impl* impl)](./numbersloadoptions/) | Constructs from an implementation object. | +| [NumbersLoadOptions(const NumbersLoadOptions\& src)](./numbersloadoptions/) | Copy constructor. | +| [NumbersLoadOptions(const LoadOptions\& src)](./numbersloadoptions/) | Constructs from a parent object. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const NumbersLoadOptions\& src)](./operator_asm/) | operator= | +| [operator=(const LoadOptions\& src)](../../aspose.cells/loadoptions/operator_asm/) | operator= | +| [SetAutoFilter(bool value)](../../aspose.cells/loadoptions/setautofilter/) | Indicates whether auto filtering the data when loading the files. | +| [SetAutoFitterOptions(const AutoFitterOptions\& value)](../../aspose.cells/loadoptions/setautofitteroptions/) | Gets and sets the auto fitter options. | +| [SetCheckDataValid(bool value)](../../aspose.cells/loadoptions/setcheckdatavalid/) | Check whether data is valid in the template file. | +| [SetCheckExcelRestriction(bool value)](../../aspose.cells/loadoptions/setcheckexcelrestriction/) | Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K such as by Cell.PutValue(string), if this property is true, you will get an Exception. If this property is false, we will accept your input string value as the cell's value so that later you can output the complete string value for other file formats such as CSV. However, if you have set such kind of value that is invalid for excel file format, you should not save the workbook as excel file format later. Otherwise there may be unexpected error for the generated excel file. | +| [SetFontConfigs(const IndividualFontConfigs\& value)](../../aspose.cells/loadoptions/setfontconfigs/) | Gets and sets individual font configs. Only works for the [Workbook](../../aspose.cells/workbook/) which uses this [LoadOptions](../../aspose.cells/loadoptions/) to load. | +| [SetIgnoreNotPrinted(bool value)](../../aspose.cells/loadoptions/setignorenotprinted/) | Ignore the data which are not printed if directly printing the file. | +| [SetIgnoreUselessShapes(bool value)](../../aspose.cells/loadoptions/setignoreuselessshapes/) | Indicates whether ignoring useless shapes. | +| [SetInterruptMonitor(AbstractInterruptMonitor* value)](../../aspose.cells/loadoptions/setinterruptmonitor/) | Gets and sets the interrupt monitor. | +| [SetKeepUnparsedData(bool value)](../../aspose.cells/loadoptions/setkeepunparseddata/) | Whether keep the unparsed data in memory for the [Workbook](../../aspose.cells/workbook/) when it is loaded from template file. Default is true. | +| [SetLanguageCode(CountryCode value)](../../aspose.cells/loadoptions/setlanguagecode/) | Gets or sets the user interface language of the [Workbook](../../aspose.cells/workbook/) version based on CountryCode that has saved the file. | +| [SetLightCellsDataHandler(LightCellsDataHandler* value)](../../aspose.cells/loadoptions/setlightcellsdatahandler/) | The data handler for processing cells data when reading template file. | +| [SetLoadFilter(LoadFilter* value)](../../aspose.cells/loadoptions/setloadfilter/) | The filter to denote how to load data. | +| [SetLoadTableType(LoadNumbersTableType value)](./setloadtabletype/) | Gets and sets the type of loading multiple tables in one worksheet. | +| [SetMemorySetting(MemorySetting value)](../../aspose.cells/loadoptions/setmemorysetting/) | Gets or sets the memory mode for loaded workbook. | +| [SetPaperSize(PaperSizeType type)](../../aspose.cells/loadoptions/setpapersize/) | Sets the default print paper size from default printer's setting. | +| [SetParsingFormulaOnOpen(bool value)](../../aspose.cells/loadoptions/setparsingformulaonopen/) | Indicates whether parsing the formula when reading the file. | +| [SetParsingPivotCachedRecords(bool value)](../../aspose.cells/loadoptions/setparsingpivotcachedrecords/) | Indicates whether parsing pivot cached records when loading the file. The default value is false. | +| [SetPassword(const U16String\& value)](../../aspose.cells/loadoptions/setpassword/) | Gets and set the password of the workbook. | +| [SetPassword(const char16_t* value)](../../aspose.cells/loadoptions/setpassword/) | Gets and set the password of the workbook. | +| [SetPreservePaddingSpacesInFormula(bool value)](../../aspose.cells/loadoptions/setpreservepaddingspacesinformula/) | Indicates whether preserve those spaces and line breaks that are padded between formula tokens while getting and setting formulas. Default value is false. | +| [SetPreserveTableName(bool value)](./setpreservetablename/) | Indicates whether to preserve table names when importing from [Numbers](../). | +| [SetRegion(CountryCode value)](../../aspose.cells/loadoptions/setregion/) | Gets or sets the regional settings used for the [Workbook](../../aspose.cells/workbook/) that will be loaded. | +| [SetWarningCallback(IWarningCallback* value)](../../aspose.cells/loadoptions/setwarningcallback/) | Gets or sets warning callback. | +| [~LoadOptions()](../../aspose.cells/loadoptions/~loadoptions/) | Destructor. | +| [~NumbersLoadOptions()](./~numbersloadoptions/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [LoadOptions](../../aspose.cells/loadoptions/) +* Namespace [Aspose::Cells::Numbers](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.numbers/numbersloadoptions/getloadtabletype/_index.md b/spanish/cpp/aspose.cells.numbers/numbersloadoptions/getloadtabletype/_index.md new file mode 100644 index 00000000000..05377f4cd6c --- /dev/null +++ b/spanish/cpp/aspose.cells.numbers/numbersloadoptions/getloadtabletype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Numbers::NumbersLoadOptions::GetLoadTableType method +linktitle: GetLoadTableType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Numbers::NumbersLoadOptions::GetLoadTableType method. Gets and sets the type of loading multiple tables in one worksheet in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.numbers/numbersloadoptions/getloadtabletype/ +--- +## NumbersLoadOptions::GetLoadTableType method + + +Gets and sets the type of loading multiple tables in one worksheet. + +```cpp +LoadNumbersTableType Aspose::Cells::Numbers::NumbersLoadOptions::GetLoadTableType() +``` + +## See Also + +* Enum [LoadNumbersTableType](../../loadnumberstabletype/) +* Class [NumbersLoadOptions](../) +* Namespace [Aspose::Cells::Numbers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.numbers/numbersloadoptions/getpreservetablename/_index.md b/spanish/cpp/aspose.cells.numbers/numbersloadoptions/getpreservetablename/_index.md new file mode 100644 index 00000000000..039672f8e8a --- /dev/null +++ b/spanish/cpp/aspose.cells.numbers/numbersloadoptions/getpreservetablename/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Numbers::NumbersLoadOptions::GetPreserveTableName method +linktitle: GetPreserveTableName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Numbers::NumbersLoadOptions::GetPreserveTableName method. Indicates whether to preserve table names when importing from Numbers in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.numbers/numbersloadoptions/getpreservetablename/ +--- +## NumbersLoadOptions::GetPreserveTableName method + + +Indicates whether to preserve table names when importing from [Numbers](../../). + +```cpp +bool Aspose::Cells::Numbers::NumbersLoadOptions::GetPreserveTableName() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [NumbersLoadOptions](../) +* Namespace [Aspose::Cells::Numbers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.numbers/numbersloadoptions/isnull/_index.md b/spanish/cpp/aspose.cells.numbers/numbersloadoptions/isnull/_index.md new file mode 100644 index 00000000000..63c261bb609 --- /dev/null +++ b/spanish/cpp/aspose.cells.numbers/numbersloadoptions/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Numbers::NumbersLoadOptions::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Numbers::NumbersLoadOptions::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.numbers/numbersloadoptions/isnull/ +--- +## NumbersLoadOptions::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Numbers::NumbersLoadOptions::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [NumbersLoadOptions](../) +* Namespace [Aspose::Cells::Numbers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.numbers/numbersloadoptions/numbersloadoptions/_index.md b/spanish/cpp/aspose.cells.numbers/numbersloadoptions/numbersloadoptions/_index.md new file mode 100644 index 00000000000..d5aa8ac020d --- /dev/null +++ b/spanish/cpp/aspose.cells.numbers/numbersloadoptions/numbersloadoptions/_index.md @@ -0,0 +1,70 @@ +--- +title: Aspose::Cells::Numbers::NumbersLoadOptions::NumbersLoadOptions constructor +linktitle: NumbersLoadOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Numbers::NumbersLoadOptions::NumbersLoadOptions constructor. Constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.numbers/numbersloadoptions/numbersloadoptions/ +--- +## NumbersLoadOptions::NumbersLoadOptions() constructor + + +Constructor. + +```cpp +Aspose::Cells::Numbers::NumbersLoadOptions::NumbersLoadOptions() +``` + +## See Also + +* Class [NumbersLoadOptions](../) +* Namespace [Aspose::Cells::Numbers](../../) +* Library [Aspose.Cells for C++](../../../) +## NumbersLoadOptions::NumbersLoadOptions(NumbersLoadOptions_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Numbers::NumbersLoadOptions::NumbersLoadOptions(NumbersLoadOptions_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [NumbersLoadOptions](../) +* Namespace [Aspose::Cells::Numbers](../../) +* Library [Aspose.Cells for C++](../../../) +## NumbersLoadOptions::NumbersLoadOptions(const NumbersLoadOptions\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Numbers::NumbersLoadOptions::NumbersLoadOptions(const NumbersLoadOptions &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [NumbersLoadOptions](../) +* Class [NumbersLoadOptions](../) +* Namespace [Aspose::Cells::Numbers](../../) +* Library [Aspose.Cells for C++](../../../) +## NumbersLoadOptions::NumbersLoadOptions(const LoadOptions\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Numbers::NumbersLoadOptions::NumbersLoadOptions(const LoadOptions &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LoadOptions](../../../aspose.cells/loadoptions/) +* Class [NumbersLoadOptions](../) +* Namespace [Aspose::Cells::Numbers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.numbers/numbersloadoptions/operator_asm/_index.md b/spanish/cpp/aspose.cells.numbers/numbersloadoptions/operator_asm/_index.md new file mode 100644 index 00000000000..12f99fdeca5 --- /dev/null +++ b/spanish/cpp/aspose.cells.numbers/numbersloadoptions/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Numbers::NumbersLoadOptions::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Numbers::NumbersLoadOptions::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.numbers/numbersloadoptions/operator_asm/ +--- +## NumbersLoadOptions::operator= method + + +operator= + +```cpp +NumbersLoadOptions & Aspose::Cells::Numbers::NumbersLoadOptions::operator=(const NumbersLoadOptions &src) +``` + +## See Also + +* Class [NumbersLoadOptions](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [NumbersLoadOptions](../) +* Namespace [Aspose::Cells::Numbers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.numbers/numbersloadoptions/operator_bool/_index.md b/spanish/cpp/aspose.cells.numbers/numbersloadoptions/operator_bool/_index.md new file mode 100644 index 00000000000..88e82a46f76 --- /dev/null +++ b/spanish/cpp/aspose.cells.numbers/numbersloadoptions/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Numbers::NumbersLoadOptions::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Numbers::NumbersLoadOptions::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.numbers/numbersloadoptions/operator_bool/ +--- +## NumbersLoadOptions::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Numbers::NumbersLoadOptions::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [NumbersLoadOptions](../) +* Namespace [Aspose::Cells::Numbers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.numbers/numbersloadoptions/setloadtabletype/_index.md b/spanish/cpp/aspose.cells.numbers/numbersloadoptions/setloadtabletype/_index.md new file mode 100644 index 00000000000..8335c33294f --- /dev/null +++ b/spanish/cpp/aspose.cells.numbers/numbersloadoptions/setloadtabletype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Numbers::NumbersLoadOptions::SetLoadTableType method +linktitle: SetLoadTableType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Numbers::NumbersLoadOptions::SetLoadTableType method. Gets and sets the type of loading multiple tables in one worksheet in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.numbers/numbersloadoptions/setloadtabletype/ +--- +## NumbersLoadOptions::SetLoadTableType method + + +Gets and sets the type of loading multiple tables in one worksheet. + +```cpp +void Aspose::Cells::Numbers::NumbersLoadOptions::SetLoadTableType(LoadNumbersTableType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [LoadNumbersTableType](../../loadnumberstabletype/) +* Class [NumbersLoadOptions](../) +* Namespace [Aspose::Cells::Numbers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.numbers/numbersloadoptions/setpreservetablename/_index.md b/spanish/cpp/aspose.cells.numbers/numbersloadoptions/setpreservetablename/_index.md new file mode 100644 index 00000000000..86a928d1a4a --- /dev/null +++ b/spanish/cpp/aspose.cells.numbers/numbersloadoptions/setpreservetablename/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Numbers::NumbersLoadOptions::SetPreserveTableName method +linktitle: SetPreserveTableName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Numbers::NumbersLoadOptions::SetPreserveTableName method. Indicates whether to preserve table names when importing from Numbers in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.numbers/numbersloadoptions/setpreservetablename/ +--- +## NumbersLoadOptions::SetPreserveTableName method + + +Indicates whether to preserve table names when importing from [Numbers](../../). + +```cpp +void Aspose::Cells::Numbers::NumbersLoadOptions::SetPreserveTableName(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [NumbersLoadOptions](../) +* Namespace [Aspose::Cells::Numbers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.numbers/numbersloadoptions/~numbersloadoptions/_index.md b/spanish/cpp/aspose.cells.numbers/numbersloadoptions/~numbersloadoptions/_index.md new file mode 100644 index 00000000000..991c60d9b57 --- /dev/null +++ b/spanish/cpp/aspose.cells.numbers/numbersloadoptions/~numbersloadoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Numbers::NumbersLoadOptions::~NumbersLoadOptions method +linktitle: ~NumbersLoadOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Numbers::NumbersLoadOptions::~NumbersLoadOptions method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.numbers/numbersloadoptions/~numbersloadoptions/ +--- +## NumbersLoadOptions::~NumbersLoadOptions method + + +Destructor. + +```cpp +Aspose::Cells::Numbers::NumbersLoadOptions::~NumbersLoadOptions() +``` + +## See Also + +* Class [NumbersLoadOptions](../) +* Namespace [Aspose::Cells::Numbers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.ods/_index.md b/spanish/cpp/aspose.cells.ods/_index.md new file mode 100644 index 00000000000..2c7f6dc410f --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Ods namespace +linktitle: Aspose::Cells::Ods +second_title: Referencia de API de Aspose.Cells para C++ +description: 'Cómo usar el espacio de nombres Aspose::Cells::Ods en C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.ods/ +--- + + + +## Clases + +| Clase | Descripción | +| --- | --- | +| [OdsCellField](./odscellfield/) | Representa el campo de celda de ods. | +| [OdsCellFieldCollection](./odscellfieldcollection/) | Representa los campos de ODS. | +| [OdsPageBackground](./odspagebackground/) | Representa el fondo de página de ods. | +## Enums + +| Enumeración | Descripción | +| --- | --- | +| [OdsCellFieldType](./odscellfieldtype/) | Representa el tipo de campo de celda de ods. | +| [OdsGeneratorType](./odsgeneratortype/) | Representa el tipo de generador ODS. | +| [OdsPageBackgroundGraphicPositionType](./odspagebackgroundgraphicpositiontype/) | Representa la posición. | +| [OdsPageBackgroundGraphicType](./odspagebackgroundgraphictype/) | Representa el tipo de formato del fondo de página con imagen. | +| [OdsPageBackgroundType](./odspagebackgroundtype/) | Representa el tipo de fondo de página de ods. | +| [OpenDocumentFormatVersionType](./opendocumentformatversiontype/) | Tipo de versión del Formato de Documento Abierto. | diff --git a/spanish/cpp/aspose.cells.ods/odscellfield/_impl/_index.md b/spanish/cpp/aspose.cells.ods/odscellfield/_impl/_index.md new file mode 100644 index 00000000000..24549a1399d --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/odscellfield/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Ods::OdsCellField::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsCellField::_impl field. The implementation object in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.ods/odscellfield/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +OdsCellField_Impl* Aspose::Cells::Ods::OdsCellField::_impl +``` + +## See Also + +* Class [OdsCellField](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.ods/odscellfield/_index.md b/spanish/cpp/aspose.cells.ods/odscellfield/_index.md new file mode 100644 index 00000000000..4b5e5aa4b9c --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/odscellfield/_index.md @@ -0,0 +1,46 @@ +--- +title: Aspose::Cells::Ods::OdsCellField class +linktitle: OdsCellField +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsCellField class. Represents the cell field of ods in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.ods/odscellfield/ +--- +## OdsCellField class + + +Represents the cell field of ods. + +```cpp +class OdsCellField +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetColumn()](./getcolumn/) | Get and sets the column index of the cell. | +| [GetCustomFormat()](./getcustomformat/) | Represents the custom format of the field's value. | +| [GetFieldType()](./getfieldtype/) | Gets and sets the type of the field. | +| [GetRow()](./getrow/) | Get and sets the row index of the cell. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [OdsCellField(OdsCellField_Impl* impl)](./odscellfield/) | Constructs from an implementation object. | +| [OdsCellField(const OdsCellField\& src)](./odscellfield/) | Copy constructor. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const OdsCellField\& src)](./operator_asm/) | operator= | +| [SetColumn(int32_t value)](./setcolumn/) | Get and sets the column index of the cell. | +| [SetCustomFormat(const U16String\& value)](./setcustomformat/) | Represents the custom format of the field's value. | +| [SetCustomFormat(const char16_t* value)](./setcustomformat/) | Represents the custom format of the field's value. | +| [SetFieldType(OdsCellFieldType value)](./setfieldtype/) | Gets and sets the type of the field. | +| [SetRow(int32_t value)](./setrow/) | Get and sets the row index of the cell. | +| [~OdsCellField()](./~odscellfield/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Ods](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.ods/odscellfield/getcolumn/_index.md b/spanish/cpp/aspose.cells.ods/odscellfield/getcolumn/_index.md new file mode 100644 index 00000000000..416b754dc59 --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/odscellfield/getcolumn/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Ods::OdsCellField::GetColumn method +linktitle: GetColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsCellField::GetColumn method. Get and sets the column index of the cell in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.ods/odscellfield/getcolumn/ +--- +## OdsCellField::GetColumn method + + +Get and sets the column index of the cell. + +```cpp +int32_t Aspose::Cells::Ods::OdsCellField::GetColumn() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OdsCellField](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.ods/odscellfield/getcustomformat/_index.md b/spanish/cpp/aspose.cells.ods/odscellfield/getcustomformat/_index.md new file mode 100644 index 00000000000..8081c81458d --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/odscellfield/getcustomformat/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Ods::OdsCellField::GetCustomFormat method +linktitle: GetCustomFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsCellField::GetCustomFormat method. Represents the custom format of the field''s value in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.ods/odscellfield/getcustomformat/ +--- +## OdsCellField::GetCustomFormat method + + +Represents the custom format of the field's value. + +```cpp +U16String Aspose::Cells::Ods::OdsCellField::GetCustomFormat() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [OdsCellField](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.ods/odscellfield/getfieldtype/_index.md b/spanish/cpp/aspose.cells.ods/odscellfield/getfieldtype/_index.md new file mode 100644 index 00000000000..b578167025f --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/odscellfield/getfieldtype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Ods::OdsCellField::GetFieldType method +linktitle: GetFieldType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsCellField::GetFieldType method. Gets and sets the type of the field in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.ods/odscellfield/getfieldtype/ +--- +## OdsCellField::GetFieldType method + + +Gets and sets the type of the field. + +```cpp +OdsCellFieldType Aspose::Cells::Ods::OdsCellField::GetFieldType() +``` + +## See Also + +* Enum [OdsCellFieldType](../../odscellfieldtype/) +* Class [OdsCellField](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.ods/odscellfield/getrow/_index.md b/spanish/cpp/aspose.cells.ods/odscellfield/getrow/_index.md new file mode 100644 index 00000000000..19abd093fd2 --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/odscellfield/getrow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Ods::OdsCellField::GetRow method +linktitle: GetRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsCellField::GetRow method. Get and sets the row index of the cell in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.ods/odscellfield/getrow/ +--- +## OdsCellField::GetRow method + + +Get and sets the row index of the cell. + +```cpp +int32_t Aspose::Cells::Ods::OdsCellField::GetRow() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OdsCellField](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.ods/odscellfield/isnull/_index.md b/spanish/cpp/aspose.cells.ods/odscellfield/isnull/_index.md new file mode 100644 index 00000000000..1581ced645d --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/odscellfield/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Ods::OdsCellField::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsCellField::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.ods/odscellfield/isnull/ +--- +## OdsCellField::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Ods::OdsCellField::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OdsCellField](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.ods/odscellfield/odscellfield/_index.md b/spanish/cpp/aspose.cells.ods/odscellfield/odscellfield/_index.md new file mode 100644 index 00000000000..6dfdd153061 --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/odscellfield/odscellfield/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Ods::OdsCellField::OdsCellField constructor +linktitle: OdsCellField +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsCellField::OdsCellField constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.ods/odscellfield/odscellfield/ +--- +## OdsCellField::OdsCellField(OdsCellField_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Ods::OdsCellField::OdsCellField(OdsCellField_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OdsCellField](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) +## OdsCellField::OdsCellField(const OdsCellField\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Ods::OdsCellField::OdsCellField(const OdsCellField &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OdsCellField](../) +* Class [OdsCellField](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.ods/odscellfield/operator_asm/_index.md b/spanish/cpp/aspose.cells.ods/odscellfield/operator_asm/_index.md new file mode 100644 index 00000000000..c6bffc828e4 --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/odscellfield/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Ods::OdsCellField::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsCellField::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.ods/odscellfield/operator_asm/ +--- +## OdsCellField::operator= method + + +operator= + +```cpp +OdsCellField & Aspose::Cells::Ods::OdsCellField::operator=(const OdsCellField &src) +``` + +## See Also + +* Class [OdsCellField](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [OdsCellField](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.ods/odscellfield/operator_bool/_index.md b/spanish/cpp/aspose.cells.ods/odscellfield/operator_bool/_index.md new file mode 100644 index 00000000000..e928cf2cde3 --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/odscellfield/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Ods::OdsCellField::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsCellField::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.ods/odscellfield/operator_bool/ +--- +## OdsCellField::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Ods::OdsCellField::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [OdsCellField](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.ods/odscellfield/setcolumn/_index.md b/spanish/cpp/aspose.cells.ods/odscellfield/setcolumn/_index.md new file mode 100644 index 00000000000..c0fcf448d24 --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/odscellfield/setcolumn/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Ods::OdsCellField::SetColumn method +linktitle: SetColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsCellField::SetColumn method. Get and sets the column index of the cell in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.ods/odscellfield/setcolumn/ +--- +## OdsCellField::SetColumn method + + +Get and sets the column index of the cell. + +```cpp +void Aspose::Cells::Ods::OdsCellField::SetColumn(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OdsCellField](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.ods/odscellfield/setcustomformat/_index.md b/spanish/cpp/aspose.cells.ods/odscellfield/setcustomformat/_index.md new file mode 100644 index 00000000000..549ecef2e8d --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/odscellfield/setcustomformat/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Ods::OdsCellField::SetCustomFormat method +linktitle: SetCustomFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsCellField::SetCustomFormat method. Represents the custom format of the field''s value in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.ods/odscellfield/setcustomformat/ +--- +## OdsCellField::SetCustomFormat(const U16String\&) method + + +Represents the custom format of the field's value. + +```cpp +void Aspose::Cells::Ods::OdsCellField::SetCustomFormat(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [OdsCellField](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) +## OdsCellField::SetCustomFormat(const char16_t*) method + + +Represents the custom format of the field's value. + +```cpp +void Aspose::Cells::Ods::OdsCellField::SetCustomFormat(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OdsCellField](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.ods/odscellfield/setfieldtype/_index.md b/spanish/cpp/aspose.cells.ods/odscellfield/setfieldtype/_index.md new file mode 100644 index 00000000000..1d5c0416ac4 --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/odscellfield/setfieldtype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Ods::OdsCellField::SetFieldType method +linktitle: SetFieldType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsCellField::SetFieldType method. Gets and sets the type of the field in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.ods/odscellfield/setfieldtype/ +--- +## OdsCellField::SetFieldType method + + +Gets and sets the type of the field. + +```cpp +void Aspose::Cells::Ods::OdsCellField::SetFieldType(OdsCellFieldType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [OdsCellFieldType](../../odscellfieldtype/) +* Class [OdsCellField](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.ods/odscellfield/setrow/_index.md b/spanish/cpp/aspose.cells.ods/odscellfield/setrow/_index.md new file mode 100644 index 00000000000..ec194901116 --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/odscellfield/setrow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Ods::OdsCellField::SetRow method +linktitle: SetRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsCellField::SetRow method. Get and sets the row index of the cell in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.ods/odscellfield/setrow/ +--- +## OdsCellField::SetRow method + + +Get and sets the row index of the cell. + +```cpp +void Aspose::Cells::Ods::OdsCellField::SetRow(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OdsCellField](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.ods/odscellfield/~odscellfield/_index.md b/spanish/cpp/aspose.cells.ods/odscellfield/~odscellfield/_index.md new file mode 100644 index 00000000000..c0e9ede1d64 --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/odscellfield/~odscellfield/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Ods::OdsCellField::~OdsCellField method +linktitle: ~OdsCellField +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsCellField::~OdsCellField method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.ods/odscellfield/~odscellfield/ +--- +## OdsCellField::~OdsCellField method + + +Destructor. + +```cpp +Aspose::Cells::Ods::OdsCellField::~OdsCellField() +``` + +## See Also + +* Class [OdsCellField](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.ods/odscellfieldcollection/_impl/_index.md b/spanish/cpp/aspose.cells.ods/odscellfieldcollection/_impl/_index.md new file mode 100644 index 00000000000..130ec7251d9 --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/odscellfieldcollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Ods::OdsCellFieldCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsCellFieldCollection::_impl field. The implementation object in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.ods/odscellfieldcollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +OdsCellFieldCollection_Impl* Aspose::Cells::Ods::OdsCellFieldCollection::_impl +``` + +## See Also + +* Class [OdsCellFieldCollection](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.ods/odscellfieldcollection/_index.md b/spanish/cpp/aspose.cells.ods/odscellfieldcollection/_index.md new file mode 100644 index 00000000000..7772c9a7883 --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/odscellfieldcollection/_index.md @@ -0,0 +1,43 @@ +--- +title: Aspose::Cells::Ods::OdsCellFieldCollection class +linktitle: OdsCellFieldCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsCellFieldCollection class. Represents the fields of ODS in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.ods/odscellfieldcollection/ +--- +## OdsCellFieldCollection class + + +Represents the fields of ODS. + +```cpp +class OdsCellFieldCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add(int32_t row, int32_t column, OdsCellFieldType fieldType, const U16String\& format)](./add/) | Adds a field. | +| [Add(int32_t row, int32_t column, OdsCellFieldType fieldType, const char16_t* format)](./add/) | Adds a field. | +| [Get(int32_t index)](./get/) | Gets the field by the index. | +| [Get(int32_t row, int32_t column)](./get/) | Gets the field by row and column index. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [OdsCellFieldCollection(OdsCellFieldCollection_Impl* impl)](./odscellfieldcollection/) | Constructs from an implementation object. | +| [OdsCellFieldCollection(const OdsCellFieldCollection\& src)](./odscellfieldcollection/) | Copy constructor. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const OdsCellFieldCollection\& src)](./operator_asm/) | operator= | +| [UpdateFieldsValue()](./updatefieldsvalue/) | Update fields value to the cells. | +| [~OdsCellFieldCollection()](./~odscellfieldcollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Ods](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.ods/odscellfieldcollection/add/_index.md b/spanish/cpp/aspose.cells.ods/odscellfieldcollection/add/_index.md new file mode 100644 index 00000000000..93203ff6c02 --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/odscellfieldcollection/add/_index.md @@ -0,0 +1,66 @@ +--- +title: Aspose::Cells::Ods::OdsCellFieldCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsCellFieldCollection::Add method. Adds a field in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.ods/odscellfieldcollection/add/ +--- +## OdsCellFieldCollection::Add(int32_t, int32_t, OdsCellFieldType, const U16String\&) method + + +Adds a field. + +```cpp +int32_t Aspose::Cells::Ods::OdsCellFieldCollection::Add(int32_t row, int32_t column, OdsCellFieldType fieldType, const U16String &format) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | The row index. | +| column | int32_t | The column index. | +| fieldType | OdsCellFieldType | The type of the field. | +| format | const U16String\& | The number format of the field. | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [OdsCellFieldType](../../odscellfieldtype/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [OdsCellFieldCollection](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) +## OdsCellFieldCollection::Add(int32_t, int32_t, OdsCellFieldType, const char16_t*) method + + +Adds a field. + +```cpp +int32_t Aspose::Cells::Ods::OdsCellFieldCollection::Add(int32_t row, int32_t column, OdsCellFieldType fieldType, const char16_t *format) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | The row index. | +| column | int32_t | The column index. | +| fieldType | OdsCellFieldType | The type of the field. | +| format | const char16_t* | The number format of the field. | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [OdsCellFieldType](../../odscellfieldtype/) +* Class [OdsCellFieldCollection](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.ods/odscellfieldcollection/get/_index.md b/spanish/cpp/aspose.cells.ods/odscellfieldcollection/get/_index.md new file mode 100644 index 00000000000..f000985866a --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/odscellfieldcollection/get/_index.md @@ -0,0 +1,60 @@ +--- +title: Aspose::Cells::Ods::OdsCellFieldCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsCellFieldCollection::Get method. Gets the field by the index in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.ods/odscellfieldcollection/get/ +--- +## OdsCellFieldCollection::Get(int32_t) method + + +Gets the field by the index. + +```cpp +OdsCellField Aspose::Cells::Ods::OdsCellFieldCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The index. | + +## ReturnValue + + + +## See Also + +* Class [OdsCellField](../../odscellfield/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [OdsCellFieldCollection](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) +## OdsCellFieldCollection::Get(int32_t, int32_t) method + + +Gets the field by row and column index. + +```cpp +OdsCellField Aspose::Cells::Ods::OdsCellFieldCollection::Get(int32_t row, int32_t column) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | The row index. | +| column | int32_t | The column index. | + +## ReturnValue + + + +## See Also + +* Class [OdsCellField](../../odscellfield/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [OdsCellFieldCollection](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.ods/odscellfieldcollection/getcount/_index.md b/spanish/cpp/aspose.cells.ods/odscellfieldcollection/getcount/_index.md new file mode 100644 index 00000000000..05d43c59630 --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/odscellfieldcollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Ods::OdsCellFieldCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::Ods::OdsCellFieldCollection class in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.ods/odscellfieldcollection/getcount/ +--- +## OdsCellFieldCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::Ods::OdsCellFieldCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OdsCellFieldCollection](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.ods/odscellfieldcollection/isnull/_index.md b/spanish/cpp/aspose.cells.ods/odscellfieldcollection/isnull/_index.md new file mode 100644 index 00000000000..d38d47f72ad --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/odscellfieldcollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Ods::OdsCellFieldCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsCellFieldCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.ods/odscellfieldcollection/isnull/ +--- +## OdsCellFieldCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Ods::OdsCellFieldCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OdsCellFieldCollection](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.ods/odscellfieldcollection/odscellfieldcollection/_index.md b/spanish/cpp/aspose.cells.ods/odscellfieldcollection/odscellfieldcollection/_index.md new file mode 100644 index 00000000000..adcec1d5fea --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/odscellfieldcollection/odscellfieldcollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Ods::OdsCellFieldCollection::OdsCellFieldCollection constructor +linktitle: OdsCellFieldCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsCellFieldCollection::OdsCellFieldCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.ods/odscellfieldcollection/odscellfieldcollection/ +--- +## OdsCellFieldCollection::OdsCellFieldCollection(OdsCellFieldCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Ods::OdsCellFieldCollection::OdsCellFieldCollection(OdsCellFieldCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OdsCellFieldCollection](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) +## OdsCellFieldCollection::OdsCellFieldCollection(const OdsCellFieldCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Ods::OdsCellFieldCollection::OdsCellFieldCollection(const OdsCellFieldCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OdsCellFieldCollection](../) +* Class [OdsCellFieldCollection](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.ods/odscellfieldcollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.ods/odscellfieldcollection/operator_asm/_index.md new file mode 100644 index 00000000000..87affa8f17c --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/odscellfieldcollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Ods::OdsCellFieldCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsCellFieldCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.ods/odscellfieldcollection/operator_asm/ +--- +## OdsCellFieldCollection::operator= method + + +operator= + +```cpp +OdsCellFieldCollection & Aspose::Cells::Ods::OdsCellFieldCollection::operator=(const OdsCellFieldCollection &src) +``` + +## See Also + +* Class [OdsCellFieldCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [OdsCellFieldCollection](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.ods/odscellfieldcollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.ods/odscellfieldcollection/operator_bool/_index.md new file mode 100644 index 00000000000..013b7b31091 --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/odscellfieldcollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Ods::OdsCellFieldCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsCellFieldCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.ods/odscellfieldcollection/operator_bool/ +--- +## OdsCellFieldCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Ods::OdsCellFieldCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [OdsCellFieldCollection](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.ods/odscellfieldcollection/updatefieldsvalue/_index.md b/spanish/cpp/aspose.cells.ods/odscellfieldcollection/updatefieldsvalue/_index.md new file mode 100644 index 00000000000..cc53434830a --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/odscellfieldcollection/updatefieldsvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Ods::OdsCellFieldCollection::UpdateFieldsValue method +linktitle: UpdateFieldsValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsCellFieldCollection::UpdateFieldsValue method. Update fields value to the cells in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.ods/odscellfieldcollection/updatefieldsvalue/ +--- +## OdsCellFieldCollection::UpdateFieldsValue method + + +Update fields value to the cells. + +```cpp +void Aspose::Cells::Ods::OdsCellFieldCollection::UpdateFieldsValue() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OdsCellFieldCollection](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.ods/odscellfieldcollection/~odscellfieldcollection/_index.md b/spanish/cpp/aspose.cells.ods/odscellfieldcollection/~odscellfieldcollection/_index.md new file mode 100644 index 00000000000..8a5e20c2022 --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/odscellfieldcollection/~odscellfieldcollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Ods::OdsCellFieldCollection::~OdsCellFieldCollection method +linktitle: ~OdsCellFieldCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsCellFieldCollection::~OdsCellFieldCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.ods/odscellfieldcollection/~odscellfieldcollection/ +--- +## OdsCellFieldCollection::~OdsCellFieldCollection method + + +Destructor. + +```cpp +Aspose::Cells::Ods::OdsCellFieldCollection::~OdsCellFieldCollection() +``` + +## See Also + +* Class [OdsCellFieldCollection](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.ods/odscellfieldtype/_index.md b/spanish/cpp/aspose.cells.ods/odscellfieldtype/_index.md new file mode 100644 index 00000000000..31a5d4bd933 --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/odscellfieldtype/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Ods::OdsCellFieldType enum +linktitle: OdsCellFieldType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsCellFieldType enum. Represents the cell field type of ods in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.ods/odscellfieldtype/ +--- +## OdsCellFieldType enum + + +Represents the cell field type of ods. + +```cpp +enum class OdsCellFieldType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Date | 0 |
Current date. | +| SheetName | 1 |
The name of the sheet. | +| Title | 2 |
The name of the file. | + +## See Also + +* Namespace [Aspose::Cells::Ods](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.ods/odsgeneratortype/_index.md b/spanish/cpp/aspose.cells.ods/odsgeneratortype/_index.md new file mode 100644 index 00000000000..a8b9ac05363 --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/odsgeneratortype/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Ods::OdsGeneratorType enum +linktitle: OdsGeneratorType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsGeneratorType enum. Represents the type of ODS generator in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.ods/odsgeneratortype/ +--- +## OdsGeneratorType enum + + +Represents the type of ODS generator. + +```cpp +enum class OdsGeneratorType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| LibreOffice | 0 |
Libre Office. | +| OpenOffice | 1 |
Open Office. | + +## See Also + +* Namespace [Aspose::Cells::Ods](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.ods/odspagebackground/_impl/_index.md b/spanish/cpp/aspose.cells.ods/odspagebackground/_impl/_index.md new file mode 100644 index 00000000000..63bec3ccde8 --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/odspagebackground/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Ods::OdsPageBackground::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsPageBackground::_impl field. The implementation object in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.ods/odspagebackground/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +OdsPageBackground_Impl* Aspose::Cells::Ods::OdsPageBackground::_impl +``` + +## See Also + +* Class [OdsPageBackground](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.ods/odspagebackground/_index.md b/spanish/cpp/aspose.cells.ods/odspagebackground/_index.md new file mode 100644 index 00000000000..ff538e0fe89 --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/odspagebackground/_index.md @@ -0,0 +1,52 @@ +--- +title: Aspose::Cells::Ods::OdsPageBackground class +linktitle: OdsPageBackground +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsPageBackground class. Represents the page background of ods in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.ods/odspagebackground/ +--- +## OdsPageBackground class + + +Represents the page background of ods. + +```cpp +class OdsPageBackground +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetColor()](./getcolor/) | Gets and sets the color of background. | +| [GetGraphicData()](./getgraphicdata/) | Gets and sets the graphic data. | +| [GetGraphicPositionType()](./getgraphicpositiontype/) | Gets and set the background graphic position. | +| [GetGraphicType()](./getgraphictype/) | Gets and sets the page background graphic type. | +| [GetLinkedGraphic()](./getlinkedgraphic/) | Gets and sets the linked graphic path. | +| [GetType()](./gettype/) | Gets and sets the page background type. | +| [IsLink()](./islink/) | Indicates whether it's a linked graphic. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [OdsPageBackground()](./odspagebackground/) | Default constructor. | +| [OdsPageBackground(OdsPageBackground_Impl* impl)](./odspagebackground/) | Constructs from an implementation object. | +| [OdsPageBackground(const OdsPageBackground\& src)](./odspagebackground/) | Copy constructor. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const OdsPageBackground\& src)](./operator_asm/) | operator= | +| [SetColor(const Aspose::Cells::Color\& value)](./setcolor/) | Gets and sets the color of background. | +| [SetGraphicData(const Vector \\& value)](./setgraphicdata/) | Gets and sets the graphic data. | +| [SetGraphicPositionType(OdsPageBackgroundGraphicPositionType value)](./setgraphicpositiontype/) | Gets and set the background graphic position. | +| [SetGraphicType(OdsPageBackgroundGraphicType value)](./setgraphictype/) | Gets and sets the page background graphic type. | +| [SetLinkedGraphic(const U16String\& value)](./setlinkedgraphic/) | Gets and sets the linked graphic path. | +| [SetLinkedGraphic(const char16_t* value)](./setlinkedgraphic/) | Gets and sets the linked graphic path. | +| [SetType(OdsPageBackgroundType value)](./settype/) | Gets and sets the page background type. | +| [~OdsPageBackground()](./~odspagebackground/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Ods](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.ods/odspagebackground/getcolor/_index.md b/spanish/cpp/aspose.cells.ods/odspagebackground/getcolor/_index.md new file mode 100644 index 00000000000..722ebdea2d5 --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/odspagebackground/getcolor/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Ods::OdsPageBackground::GetColor method +linktitle: GetColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsPageBackground::GetColor method. Gets and sets the color of background in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.ods/odspagebackground/getcolor/ +--- +## OdsPageBackground::GetColor method + + +Gets and sets the color of background. + +```cpp +Aspose::Cells::Color Aspose::Cells::Ods::OdsPageBackground::GetColor() +``` + +## See Also + +* Class [OdsPageBackground](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.ods/odspagebackground/getgraphicdata/_index.md b/spanish/cpp/aspose.cells.ods/odspagebackground/getgraphicdata/_index.md new file mode 100644 index 00000000000..638175ef8c8 --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/odspagebackground/getgraphicdata/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Ods::OdsPageBackground::GetGraphicData method +linktitle: GetGraphicData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsPageBackground::GetGraphicData method. Gets and sets the graphic data in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.ods/odspagebackground/getgraphicdata/ +--- +## OdsPageBackground::GetGraphicData method + + +Gets and sets the graphic data. + +```cpp +Vector Aspose::Cells::Ods::OdsPageBackground::GetGraphicData() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OdsPageBackground](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.ods/odspagebackground/getgraphicpositiontype/_index.md b/spanish/cpp/aspose.cells.ods/odspagebackground/getgraphicpositiontype/_index.md new file mode 100644 index 00000000000..1842bd9d5ae --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/odspagebackground/getgraphicpositiontype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Ods::OdsPageBackground::GetGraphicPositionType method +linktitle: GetGraphicPositionType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsPageBackground::GetGraphicPositionType method. Gets and set the background graphic position in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.ods/odspagebackground/getgraphicpositiontype/ +--- +## OdsPageBackground::GetGraphicPositionType method + + +Gets and set the background graphic position. + +```cpp +OdsPageBackgroundGraphicPositionType Aspose::Cells::Ods::OdsPageBackground::GetGraphicPositionType() +``` + +## See Also + +* Enum [OdsPageBackgroundGraphicPositionType](../../odspagebackgroundgraphicpositiontype/) +* Class [OdsPageBackground](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.ods/odspagebackground/getgraphictype/_index.md b/spanish/cpp/aspose.cells.ods/odspagebackground/getgraphictype/_index.md new file mode 100644 index 00000000000..bc73bae6ca2 --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/odspagebackground/getgraphictype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Ods::OdsPageBackground::GetGraphicType method +linktitle: GetGraphicType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsPageBackground::GetGraphicType method. Gets and sets the page background graphic type in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.ods/odspagebackground/getgraphictype/ +--- +## OdsPageBackground::GetGraphicType method + + +Gets and sets the page background graphic type. + +```cpp +OdsPageBackgroundGraphicType Aspose::Cells::Ods::OdsPageBackground::GetGraphicType() +``` + +## See Also + +* Enum [OdsPageBackgroundGraphicType](../../odspagebackgroundgraphictype/) +* Class [OdsPageBackground](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.ods/odspagebackground/getlinkedgraphic/_index.md b/spanish/cpp/aspose.cells.ods/odspagebackground/getlinkedgraphic/_index.md new file mode 100644 index 00000000000..a21eba14d07 --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/odspagebackground/getlinkedgraphic/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Ods::OdsPageBackground::GetLinkedGraphic method +linktitle: GetLinkedGraphic +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsPageBackground::GetLinkedGraphic method. Gets and sets the linked graphic path in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.ods/odspagebackground/getlinkedgraphic/ +--- +## OdsPageBackground::GetLinkedGraphic method + + +Gets and sets the linked graphic path. + +```cpp +U16String Aspose::Cells::Ods::OdsPageBackground::GetLinkedGraphic() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [OdsPageBackground](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.ods/odspagebackground/gettype/_index.md b/spanish/cpp/aspose.cells.ods/odspagebackground/gettype/_index.md new file mode 100644 index 00000000000..fdd79f37eeb --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/odspagebackground/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Ods::OdsPageBackground::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsPageBackground::GetType method. Gets and sets the page background type in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.ods/odspagebackground/gettype/ +--- +## OdsPageBackground::GetType method + + +Gets and sets the page background type. + +```cpp +OdsPageBackgroundType Aspose::Cells::Ods::OdsPageBackground::GetType() +``` + +## See Also + +* Enum [OdsPageBackgroundType](../../odspagebackgroundtype/) +* Class [OdsPageBackground](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.ods/odspagebackground/islink/_index.md b/spanish/cpp/aspose.cells.ods/odspagebackground/islink/_index.md new file mode 100644 index 00000000000..8c14313862b --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/odspagebackground/islink/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Ods::OdsPageBackground::IsLink method +linktitle: IsLink +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsPageBackground::IsLink method. Indicates whether it''s a linked graphic in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.ods/odspagebackground/islink/ +--- +## OdsPageBackground::IsLink method + + +Indicates whether it's a linked graphic. + +```cpp +bool Aspose::Cells::Ods::OdsPageBackground::IsLink() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OdsPageBackground](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.ods/odspagebackground/isnull/_index.md b/spanish/cpp/aspose.cells.ods/odspagebackground/isnull/_index.md new file mode 100644 index 00000000000..d08e8df4141 --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/odspagebackground/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Ods::OdsPageBackground::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsPageBackground::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.ods/odspagebackground/isnull/ +--- +## OdsPageBackground::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Ods::OdsPageBackground::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OdsPageBackground](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.ods/odspagebackground/odspagebackground/_index.md b/spanish/cpp/aspose.cells.ods/odspagebackground/odspagebackground/_index.md new file mode 100644 index 00000000000..7ec6eb855d9 --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/odspagebackground/odspagebackground/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::Ods::OdsPageBackground::OdsPageBackground constructor +linktitle: OdsPageBackground +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsPageBackground::OdsPageBackground constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.ods/odspagebackground/odspagebackground/ +--- +## OdsPageBackground::OdsPageBackground() constructor + + +Default constructor. + +```cpp +Aspose::Cells::Ods::OdsPageBackground::OdsPageBackground() +``` + +## See Also + +* Class [OdsPageBackground](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) +## OdsPageBackground::OdsPageBackground(OdsPageBackground_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Ods::OdsPageBackground::OdsPageBackground(OdsPageBackground_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OdsPageBackground](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) +## OdsPageBackground::OdsPageBackground(const OdsPageBackground\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Ods::OdsPageBackground::OdsPageBackground(const OdsPageBackground &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OdsPageBackground](../) +* Class [OdsPageBackground](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.ods/odspagebackground/operator_asm/_index.md b/spanish/cpp/aspose.cells.ods/odspagebackground/operator_asm/_index.md new file mode 100644 index 00000000000..fc13d20d0cd --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/odspagebackground/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Ods::OdsPageBackground::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsPageBackground::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.ods/odspagebackground/operator_asm/ +--- +## OdsPageBackground::operator= method + + +operator= + +```cpp +OdsPageBackground & Aspose::Cells::Ods::OdsPageBackground::operator=(const OdsPageBackground &src) +``` + +## See Also + +* Class [OdsPageBackground](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [OdsPageBackground](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.ods/odspagebackground/operator_bool/_index.md b/spanish/cpp/aspose.cells.ods/odspagebackground/operator_bool/_index.md new file mode 100644 index 00000000000..b97465d73b4 --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/odspagebackground/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Ods::OdsPageBackground::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsPageBackground::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.ods/odspagebackground/operator_bool/ +--- +## OdsPageBackground::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Ods::OdsPageBackground::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [OdsPageBackground](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.ods/odspagebackground/setcolor/_index.md b/spanish/cpp/aspose.cells.ods/odspagebackground/setcolor/_index.md new file mode 100644 index 00000000000..2e5bc270d44 --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/odspagebackground/setcolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Ods::OdsPageBackground::SetColor method +linktitle: SetColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsPageBackground::SetColor method. Gets and sets the color of background in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.ods/odspagebackground/setcolor/ +--- +## OdsPageBackground::SetColor method + + +Gets and sets the color of background. + +```cpp +void Aspose::Cells::Ods::OdsPageBackground::SetColor(const Aspose::Cells::Color &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OdsPageBackground](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.ods/odspagebackground/setgraphicdata/_index.md b/spanish/cpp/aspose.cells.ods/odspagebackground/setgraphicdata/_index.md new file mode 100644 index 00000000000..475c569024d --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/odspagebackground/setgraphicdata/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Ods::OdsPageBackground::SetGraphicData method +linktitle: SetGraphicData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsPageBackground::SetGraphicData method. Gets and sets the graphic data in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.ods/odspagebackground/setgraphicdata/ +--- +## OdsPageBackground::SetGraphicData method + + +Gets and sets the graphic data. + +```cpp +void Aspose::Cells::Ods::OdsPageBackground::SetGraphicData(const Vector &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OdsPageBackground](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.ods/odspagebackground/setgraphicpositiontype/_index.md b/spanish/cpp/aspose.cells.ods/odspagebackground/setgraphicpositiontype/_index.md new file mode 100644 index 00000000000..ea2a3a978aa --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/odspagebackground/setgraphicpositiontype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Ods::OdsPageBackground::SetGraphicPositionType method +linktitle: SetGraphicPositionType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsPageBackground::SetGraphicPositionType method. Gets and set the background graphic position in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.ods/odspagebackground/setgraphicpositiontype/ +--- +## OdsPageBackground::SetGraphicPositionType method + + +Gets and set the background graphic position. + +```cpp +void Aspose::Cells::Ods::OdsPageBackground::SetGraphicPositionType(OdsPageBackgroundGraphicPositionType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [OdsPageBackgroundGraphicPositionType](../../odspagebackgroundgraphicpositiontype/) +* Class [OdsPageBackground](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.ods/odspagebackground/setgraphictype/_index.md b/spanish/cpp/aspose.cells.ods/odspagebackground/setgraphictype/_index.md new file mode 100644 index 00000000000..5ebdd7526e6 --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/odspagebackground/setgraphictype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Ods::OdsPageBackground::SetGraphicType method +linktitle: SetGraphicType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsPageBackground::SetGraphicType method. Gets and sets the page background graphic type in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.ods/odspagebackground/setgraphictype/ +--- +## OdsPageBackground::SetGraphicType method + + +Gets and sets the page background graphic type. + +```cpp +void Aspose::Cells::Ods::OdsPageBackground::SetGraphicType(OdsPageBackgroundGraphicType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [OdsPageBackgroundGraphicType](../../odspagebackgroundgraphictype/) +* Class [OdsPageBackground](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.ods/odspagebackground/setlinkedgraphic/_index.md b/spanish/cpp/aspose.cells.ods/odspagebackground/setlinkedgraphic/_index.md new file mode 100644 index 00000000000..4fc806f10be --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/odspagebackground/setlinkedgraphic/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Ods::OdsPageBackground::SetLinkedGraphic method +linktitle: SetLinkedGraphic +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsPageBackground::SetLinkedGraphic method. Gets and sets the linked graphic path in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.ods/odspagebackground/setlinkedgraphic/ +--- +## OdsPageBackground::SetLinkedGraphic(const U16String\&) method + + +Gets and sets the linked graphic path. + +```cpp +void Aspose::Cells::Ods::OdsPageBackground::SetLinkedGraphic(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [OdsPageBackground](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) +## OdsPageBackground::SetLinkedGraphic(const char16_t*) method + + +Gets and sets the linked graphic path. + +```cpp +void Aspose::Cells::Ods::OdsPageBackground::SetLinkedGraphic(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [OdsPageBackground](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.ods/odspagebackground/settype/_index.md b/spanish/cpp/aspose.cells.ods/odspagebackground/settype/_index.md new file mode 100644 index 00000000000..b1dade8e60f --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/odspagebackground/settype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Ods::OdsPageBackground::SetType method +linktitle: SetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsPageBackground::SetType method. Gets and sets the page background type in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.ods/odspagebackground/settype/ +--- +## OdsPageBackground::SetType method + + +Gets and sets the page background type. + +```cpp +void Aspose::Cells::Ods::OdsPageBackground::SetType(OdsPageBackgroundType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [OdsPageBackgroundType](../../odspagebackgroundtype/) +* Class [OdsPageBackground](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.ods/odspagebackground/~odspagebackground/_index.md b/spanish/cpp/aspose.cells.ods/odspagebackground/~odspagebackground/_index.md new file mode 100644 index 00000000000..81479326d5c --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/odspagebackground/~odspagebackground/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Ods::OdsPageBackground::~OdsPageBackground method +linktitle: ~OdsPageBackground +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsPageBackground::~OdsPageBackground method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.ods/odspagebackground/~odspagebackground/ +--- +## OdsPageBackground::~OdsPageBackground method + + +Destructor. + +```cpp +Aspose::Cells::Ods::OdsPageBackground::~OdsPageBackground() +``` + +## See Also + +* Class [OdsPageBackground](../) +* Namespace [Aspose::Cells::Ods](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.ods/odspagebackgroundgraphicpositiontype/_index.md b/spanish/cpp/aspose.cells.ods/odspagebackgroundgraphicpositiontype/_index.md new file mode 100644 index 00000000000..a0cefba1e44 --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/odspagebackgroundgraphicpositiontype/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Ods::OdsPageBackgroundGraphicPositionType enum +linktitle: OdsPageBackgroundGraphicPositionType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsPageBackgroundGraphicPositionType enum. Represents the position in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.ods/odspagebackgroundgraphicpositiontype/ +--- +## OdsPageBackgroundGraphicPositionType enum + + +Represents the position. + +```cpp +enum class OdsPageBackgroundGraphicPositionType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| TopLeft | 0 |
Top left. | +| TopCenter | 1 |
Top center. | +| TopRight | 2 |
Top right. | +| CenterLeft | 3 |
Center left. | +| CenterCenter | 4 |
Center. | +| CenterRight | 5 |
Center right. | +| BottomLeft | 6 |
Bottom left. | +| BottomCenter | 7 |
Bottom center. | +| BottomRight | 8 |
Bottom right. | + +## See Also + +* Namespace [Aspose::Cells::Ods](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.ods/odspagebackgroundgraphictype/_index.md b/spanish/cpp/aspose.cells.ods/odspagebackgroundgraphictype/_index.md new file mode 100644 index 00000000000..3ebae67d0d6 --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/odspagebackgroundgraphictype/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Ods::OdsPageBackgroundGraphicType enum +linktitle: OdsPageBackgroundGraphicType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsPageBackgroundGraphicType enum. Represents the type of formatting page background with image in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.ods/odspagebackgroundgraphictype/ +--- +## OdsPageBackgroundGraphicType enum + + +Represents the type of formatting page background with image. + +```cpp +enum class OdsPageBackgroundGraphicType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Position | 0 |
Set the image at specific position. | +| Area | 1 |
Stretch the image. | +| Tile | 2 |
Repeat and repeat the image. | + +## See Also + +* Namespace [Aspose::Cells::Ods](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.ods/odspagebackgroundtype/_index.md b/spanish/cpp/aspose.cells.ods/odspagebackgroundtype/_index.md new file mode 100644 index 00000000000..23093a83d01 --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/odspagebackgroundtype/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Ods::OdsPageBackgroundType enum +linktitle: OdsPageBackgroundType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OdsPageBackgroundType enum. Represents the page background type of ods in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.ods/odspagebackgroundtype/ +--- +## OdsPageBackgroundType enum + + +Represents the page background type of ods. + +```cpp +enum class OdsPageBackgroundType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| None | 0 |
No background. | +| Color | 1 |
Formats the background with color. | +| Graphic | 2 |
Formats the background with image. | + +## See Also + +* Namespace [Aspose::Cells::Ods](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.ods/opendocumentformatversiontype/_index.md b/spanish/cpp/aspose.cells.ods/opendocumentformatversiontype/_index.md new file mode 100644 index 00000000000..642b097f382 --- /dev/null +++ b/spanish/cpp/aspose.cells.ods/opendocumentformatversiontype/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Ods::OpenDocumentFormatVersionType enum +linktitle: OpenDocumentFormatVersionType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Ods::OpenDocumentFormatVersionType enum. Open Document Format version type in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.ods/opendocumentformatversiontype/ +--- +## OpenDocumentFormatVersionType enum + + +Open Document Format version type. + +```cpp +enum class OpenDocumentFormatVersionType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| None | 0 |
None strict. | +| Odf11 | 1 |
ODF Version 1.1. | +| Odf12 | 2 |
ODF Version 1.2. | +| Odf13 | 3 |
ODF Version 1.3. | +| Odf14 | 4 |
ODF Version 1.4. | + +## See Also + +* Namespace [Aspose::Cells::Ods](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.pivot/_index.md b/spanish/cpp/aspose.cells.pivot/_index.md new file mode 100644 index 00000000000..05b8a504fea --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/_index.md @@ -0,0 +1,67 @@ +--- +title: Espacio de nombres Aspose::Cells::Pivot +linktitle: Aspose::Cells::Pivot +second_title: Referencia de API de Aspose.Cells para C++ +description: 'Cómo usar el espacio de nombres Aspose::Cells::Pivot en C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.pivot/ +--- + + + +## Clases + +| Clase | Descripción | +| --- | --- | +| [CustomPiovtFieldGroupItem](./custompiovtfieldgroupitem/) | Representa un elemento de campo agrupado personalizado. | +| [PivotArea](./pivotarea/) | Presenta el área seleccionada de la [PivotTable](./pivottable/). | +| [PivotAreaCollection](./pivotareacollection/) | Representa una lista de áreas de pivote. | +| [PivotAreaFilter](./pivotareafilter/) | Representa el filtro de [PivotArea](./pivotarea/) para la [PivotTable](./pivottable/). | +| [PivotAreaFilterCollection](./pivotareafiltercollection/) | Representa la lista de filtros para [PivotArea](./pivotarea/) | +| [PivotConditionalFormat](./pivotconditionalformat/) | Representa una condición de formato de [PivotTable](./pivottable/) en la colección [PivotFormatCondition](./pivotformatcondition/). | +| [PivotConditionalFormatCollection](./pivotconditionalformatcollection/) | Representa todos los formatos condicionales de la tabla dinámica. | +| [PivotDateTimeRangeGroupSettings](./pivotdatetimerangegroupsettings/) | Representa el campo agrupado por rango de fecha y hora. | +| [PivotDiscreteGroupSettings](./pivotdiscretegroupsettings/) | Representa el grupo discreto del campo de pivote. | +| [PivotField](./pivotfield/) | Representa un campo en un informe de [PivotTable](./pivottable/). | +| [PivotFieldCollection](./pivotfieldcollection/) | Representa una colección de todos los objetos [PivotField](./pivotfield/) en el tipo específico de PivotFields del [PivotTable](./pivottable/). | +| [PivotFieldGroupSettings](./pivotfieldgroupsettings/) | Representa la configuración de grupo del campo dinámico. | +| [PivotFieldSortSetting](./pivotfieldsortsetting/) | Representa la configuración para ordenar campos dinámicos. | +| [PivotFilter](./pivotfilter/) | Representa un [PivotFilter](./pivotfilter/) en la colección de [PivotFilter](./pivotfilter/). | +| [PivotFilterCollection](./pivotfiltercollection/) | Representa una colección de todos los PivotFilters. | +| [PivotFormatCondition](./pivotformatcondition/) | **(Deprecated)** Representa una condición de formato de [PivotTable](./pivottable/) en la colección de [PivotFormatCondition](./pivotformatcondition/). | +| [PivotFormatConditionCollection](./pivotformatconditioncollection/) | **(Deprecated)** Representa condiciones de formato de [PivotTable](./pivottable/). | +| [PivotItem](./pivotitem/) | Representa un elemento en un informe de [PivotField](./pivotfield/). | +| [PivotItemCollection](./pivotitemcollection/) | Representa todos los objetos [PivotItem](./pivotitem/) en el [PivotField](./pivotfield/). | +| [PivotNumbericRangeGroupSettings](./pivotnumbericrangegroupsettings/) | Representa el grupo de rango numérico del campo dinámico. | +| [PivotPageFields](./pivotpagefields/) | Representa los elementos de página de pivote si la fuente de datos de la tabla dinámica es rangos de consolidación. Sólo puede contener hasta 4 elementos. | +| [PivotShowValuesSetting](./pivotshowvaluessetting/) | Representa la configuración sobre cómo mostrar los valores cuando se utiliza el cálculo ShowDataAs. | +| [PivotTable](./pivottable/) | Descripción resumida para [PivotTable](./pivottable/). | +| [PivotTableCalculateOption](./pivottablecalculateoption/) | Representa las opciones de cálculo de datos de la tabla dinámica. | +| [PivotTableCollection](./pivottablecollection/) | Representa la colección de todos los objetos [PivotTable](./pivottable/) en la hoja de cálculo especificada. | +| [PivotTableFormat](./pivottableformat/) | Representa el formato definido en el [PivotTable](./pivottable/). | +| [PivotTableFormatCollection](./pivottableformatcollection/) | Representa la colección de formatos aplicados a [PivotTable](./pivottable/). | +| [PivotTableRefreshOption](./pivottablerefreshoption/) | Representa las opciones de actualización de la fuente de datos de la tabla dinámica. | +## Enums + +| Enumeración | Descripción | +| --- | --- | +| [PivotAreaType](./pivotareatype/) | Indica el tipo de regla que se utiliza para describir un área o aspecto del [PivotTable](./pivottable/). | +| [PivotConditionFormatRuleType](./pivotconditionformatruletype/) | Representa el tipo de regla de formato condicional de [PivotTable](./pivottable/). | +| [PivotConditionFormatScopeType](./pivotconditionformatscopetype/) | Representa el tipo de alcance de formato condicional de [PivotTable](./pivottable/). | +| [PivotFieldDataDisplayFormat](./pivotfielddatadisplayformat/) | Representa el formato de visualización de datos en el campo de datos del [PivotTable](./pivottable/). | +| [PivotFieldGroupType](./pivotfieldgrouptype/) | Representa el tipo de grupo del campo dinámico. | +| [PivotFieldSubtotalType](./pivotfieldsubtotaltype/) | Descripción resumida para PivotFieldSubtotalType. | +| [PivotFieldType](./pivotfieldtype/) | Representa el tipo de campo de [PivotTable](./pivottable/). | +| [PivotFilterType](./pivotfiltertype/) | Representa el tipo de filtro de la tabla dinámica. | +| [PivotGroupByType](./pivotgroupbytype/) | Representa el tipo de agrupación. | +| [PivotItemPosition](./pivotitemposition/) | **(Deprecated)** Representa la posición del elemento base Siguiente/Anterior/Todos en el campo base. | +| [PivotItemPositionType](./pivotitempositiontype/) | Representa el tipo de posición del elemento base de la tabla dinámica en el campo base cuando se utiliza el cálculo ShowDataAs. | +| [PivotLineType](./pivotlinetype/) | Especifica el tipo de PivotLine. | +| [PivotMissingItemLimitType](./pivotmissingitemlimittype/) | Representa el número de elementos a conservar por campo. | +| [PivotRefreshState](./pivotrefreshstate/) | El estado para actualizar tablas dinámicas. | +| [PivotTableAutoFormatType](./pivottableautoformattype/) | Representa el tipo de formato automático de [PivotTable](./pivottable/). | +| [PivotTableSelectionType](./pivottableselectiontype/) | Especifica qué se puede seleccionar en una [PivotTable](./pivottable/) durante una selección estructurada. Estas constantes pueden combinarse para seleccionar varios tipos. | +| [PivotTableSourceType](./pivottablesourcetype/) | Representa el tipo de origen de datos de la tabla dinámica. | +| [PivotTableStyleType](./pivottablestyletype/) | Representa el tipo de estilo de la tabla dinámica. | +| [ReserveMissingPivotItemType](./reservemissingpivotitemtype/) | Representa cómo mantener los elementos faltantes de la tabla dinámica. | diff --git a/spanish/cpp/aspose.cells.pivot/custompiovtfieldgroupitem/_impl/_index.md b/spanish/cpp/aspose.cells.pivot/custompiovtfieldgroupitem/_impl/_index.md new file mode 100644 index 00000000000..a8dec8c3ba6 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/custompiovtfieldgroupitem/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::CustomPiovtFieldGroupItem::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::CustomPiovtFieldGroupItem::_impl field. The implementation object in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.pivot/custompiovtfieldgroupitem/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +CustomPiovtFieldGroupItem_Impl* Aspose::Cells::Pivot::CustomPiovtFieldGroupItem::_impl +``` + +## See Also + +* Class [CustomPiovtFieldGroupItem](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/custompiovtfieldgroupitem/_index.md b/spanish/cpp/aspose.cells.pivot/custompiovtfieldgroupitem/_index.md new file mode 100644 index 00000000000..53e1eaed7af --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/custompiovtfieldgroupitem/_index.md @@ -0,0 +1,39 @@ +--- +title: Aspose::Cells::Pivot::CustomPiovtFieldGroupItem class +linktitle: CustomPiovtFieldGroupItem +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::CustomPiovtFieldGroupItem class. Represents an item of custom grouped field in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.pivot/custompiovtfieldgroupitem/ +--- +## CustomPiovtFieldGroupItem class + + +Represents an item of custom grouped field. + +```cpp +class CustomPiovtFieldGroupItem +``` + +## Methods + +| Method | Description | +| --- | --- | +| [CustomPiovtFieldGroupItem(const U16String\& name, const Vector \\& itemIndexes)](./custompiovtfieldgroupitem/) | The constructor of custom group item of pivot field. | +| [CustomPiovtFieldGroupItem(const char16_t* name, const Vector \\& itemIndexes)](./custompiovtfieldgroupitem/) | The constructor of custom group item of pivot field. | +| [CustomPiovtFieldGroupItem(CustomPiovtFieldGroupItem_Impl* impl)](./custompiovtfieldgroupitem/) | Constructs from an implementation object. | +| [CustomPiovtFieldGroupItem(const CustomPiovtFieldGroupItem\& src)](./custompiovtfieldgroupitem/) | Copy constructor. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const CustomPiovtFieldGroupItem\& src)](./operator_asm/) | operator= | +| [~CustomPiovtFieldGroupItem()](./~custompiovtfieldgroupitem/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Pivot](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.pivot/custompiovtfieldgroupitem/custompiovtfieldgroupitem/_index.md b/spanish/cpp/aspose.cells.pivot/custompiovtfieldgroupitem/custompiovtfieldgroupitem/_index.md new file mode 100644 index 00000000000..a238d1ab340 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/custompiovtfieldgroupitem/custompiovtfieldgroupitem/_index.md @@ -0,0 +1,83 @@ +--- +title: Aspose::Cells::Pivot::CustomPiovtFieldGroupItem::CustomPiovtFieldGroupItem constructor +linktitle: CustomPiovtFieldGroupItem +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::CustomPiovtFieldGroupItem::CustomPiovtFieldGroupItem constructor. The constructor of custom group item of pivot field in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.pivot/custompiovtfieldgroupitem/custompiovtfieldgroupitem/ +--- +## CustomPiovtFieldGroupItem::CustomPiovtFieldGroupItem(const U16String\&, const Vector \\&) constructor + + +The constructor of custom group item of pivot field. + +```cpp +Aspose::Cells::Pivot::CustomPiovtFieldGroupItem::CustomPiovtFieldGroupItem(const U16String &name, const Vector &itemIndexes) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const U16String\& | The name of group item | +| itemIndexes | const Vector \\& | All indexes to the items of base pivot field. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [CustomPiovtFieldGroupItem](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## CustomPiovtFieldGroupItem::CustomPiovtFieldGroupItem(const char16_t*, const Vector \\&) constructor + + +The constructor of custom group item of pivot field. + +```cpp +Aspose::Cells::Pivot::CustomPiovtFieldGroupItem::CustomPiovtFieldGroupItem(const char16_t *name, const Vector &itemIndexes) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const char16_t* | The name of group item | +| itemIndexes | const Vector \\& | All indexes to the items of base pivot field. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomPiovtFieldGroupItem](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## CustomPiovtFieldGroupItem::CustomPiovtFieldGroupItem(CustomPiovtFieldGroupItem_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Pivot::CustomPiovtFieldGroupItem::CustomPiovtFieldGroupItem(CustomPiovtFieldGroupItem_Impl *impl=nullptr) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomPiovtFieldGroupItem](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## CustomPiovtFieldGroupItem::CustomPiovtFieldGroupItem(const CustomPiovtFieldGroupItem\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Pivot::CustomPiovtFieldGroupItem::CustomPiovtFieldGroupItem(const CustomPiovtFieldGroupItem &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomPiovtFieldGroupItem](../) +* Class [CustomPiovtFieldGroupItem](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/custompiovtfieldgroupitem/isnull/_index.md b/spanish/cpp/aspose.cells.pivot/custompiovtfieldgroupitem/isnull/_index.md new file mode 100644 index 00000000000..76d99956eb4 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/custompiovtfieldgroupitem/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Pivot::CustomPiovtFieldGroupItem::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::CustomPiovtFieldGroupItem::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.pivot/custompiovtfieldgroupitem/isnull/ +--- +## CustomPiovtFieldGroupItem::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Pivot::CustomPiovtFieldGroupItem::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomPiovtFieldGroupItem](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/custompiovtfieldgroupitem/operator_asm/_index.md b/spanish/cpp/aspose.cells.pivot/custompiovtfieldgroupitem/operator_asm/_index.md new file mode 100644 index 00000000000..4a9b552eb6f --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/custompiovtfieldgroupitem/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::CustomPiovtFieldGroupItem::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::CustomPiovtFieldGroupItem::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.pivot/custompiovtfieldgroupitem/operator_asm/ +--- +## CustomPiovtFieldGroupItem::operator= method + + +operator= + +```cpp +CustomPiovtFieldGroupItem & Aspose::Cells::Pivot::CustomPiovtFieldGroupItem::operator=(const CustomPiovtFieldGroupItem &src) +``` + +## See Also + +* Class [CustomPiovtFieldGroupItem](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomPiovtFieldGroupItem](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/custompiovtfieldgroupitem/operator_bool/_index.md b/spanish/cpp/aspose.cells.pivot/custompiovtfieldgroupitem/operator_bool/_index.md new file mode 100644 index 00000000000..c3c6a852547 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/custompiovtfieldgroupitem/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::CustomPiovtFieldGroupItem::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::CustomPiovtFieldGroupItem::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.pivot/custompiovtfieldgroupitem/operator_bool/ +--- +## CustomPiovtFieldGroupItem::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Pivot::CustomPiovtFieldGroupItem::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [CustomPiovtFieldGroupItem](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/custompiovtfieldgroupitem/~custompiovtfieldgroupitem/_index.md b/spanish/cpp/aspose.cells.pivot/custompiovtfieldgroupitem/~custompiovtfieldgroupitem/_index.md new file mode 100644 index 00000000000..81ececa9c6c --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/custompiovtfieldgroupitem/~custompiovtfieldgroupitem/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::CustomPiovtFieldGroupItem::~CustomPiovtFieldGroupItem method +linktitle: ~CustomPiovtFieldGroupItem +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::CustomPiovtFieldGroupItem::~CustomPiovtFieldGroupItem method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.pivot/custompiovtfieldgroupitem/~custompiovtfieldgroupitem/ +--- +## CustomPiovtFieldGroupItem::~CustomPiovtFieldGroupItem method + + +Destructor. + +```cpp +Aspose::Cells::Pivot::CustomPiovtFieldGroupItem::~CustomPiovtFieldGroupItem() +``` + +## See Also + +* Class [CustomPiovtFieldGroupItem](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotarea/_impl/_index.md b/spanish/cpp/aspose.cells.pivot/pivotarea/_impl/_index.md new file mode 100644 index 00000000000..a59b88d2be3 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotarea/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotArea::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotArea::_impl field. The implementation object in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.pivot/pivotarea/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +PivotArea_Impl* Aspose::Cells::Pivot::PivotArea::_impl +``` + +## See Also + +* Class [PivotArea](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotarea/_index.md b/spanish/cpp/aspose.cells.pivot/pivotarea/_index.md new file mode 100644 index 00000000000..dc4c8244db5 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotarea/_index.md @@ -0,0 +1,58 @@ +--- +title: Aspose::Cells::Pivot::PivotArea class +linktitle: PivotArea +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotArea class. Presents the selected area of the PivotTable in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.pivot/pivotarea/ +--- +## PivotArea class + + +Presents the selected area of the [PivotTable](../pivottable/). + +```cpp +class PivotArea +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetAxisType()](./getaxistype/) | Gets and sets the region of the [PivotTable](../pivottable/) to which this rule applies. | +| [GetCellAreas()](./getcellareas/) | Gets cell areas of this pivot area. | +| [GetFilters()](./getfilters/) | Gets all filters for this [PivotArea](./). | +| [GetOnlyData()](./getonlydata/) | Indicates whether only the data values (in the data area of the view) for an item selection are selected and does not include the item labels. | +| [GetOnlyLabel()](./getonlylabel/) | Indicates whether only the data labels for an item selection are selected. | +| [GetRuleType()](./getruletype/) | Gets and sets the type of selection rule. | +| [IsColumnGrandIncluded()](./iscolumngrandincluded/) | Indicates whether the column grand total is included. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsOutline()](./isoutline/) | Indicates whether the rule refers to an area that is in outline mode. | +| [IsRowGrandIncluded()](./isrowgrandincluded/) | Indicates whether the row grand total is included. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const PivotArea\& src)](./operator_asm/) | operator= | +| explicit [PivotArea(const PivotTable\& table)](./pivotarea/) | Presents the selected area of the [PivotTable](../pivottable/). | +| [PivotArea(PivotArea_Impl* impl)](./pivotarea/) | Constructs from an implementation object. | +| [PivotArea(const PivotArea\& src)](./pivotarea/) | Copy constructor. | +| [Select(PivotFieldType axisType, int32_t fieldPosition, PivotTableSelectionType selectionType)](./select/) | Select the area with filters. | +| [SelectField(PivotFieldType axisType, const U16String\& fieldName)](./selectfield/) | Select a field in the region as an area. | +| [SelectField(PivotFieldType axisType, const char16_t* fieldName)](./selectfield/) | Select a field in the region as an area. | +| [SelectField(PivotFieldType axisType, const PivotField\& field)](./selectfield/) | Select a field in the region as an area. | +| [SetAxisType(PivotFieldType value)](./setaxistype/) | Gets and sets the region of the [PivotTable](../pivottable/) to which this rule applies. | +| [SetIsColumnGrandIncluded(bool value)](./setiscolumngrandincluded/) | Indicates whether the column grand total is included. | +| [SetIsOutline(bool value)](./setisoutline/) | Indicates whether the rule refers to an area that is in outline mode. | +| [SetIsRowGrandIncluded(bool value)](./setisrowgrandincluded/) | Indicates whether the row grand total is included. | +| [SetOnlyData(bool value)](./setonlydata/) | Indicates whether only the data values (in the data area of the view) for an item selection are selected and does not include the item labels. | +| [SetOnlyLabel(bool value)](./setonlylabel/) | Indicates whether only the data labels for an item selection are selected. | +| [SetRuleType(PivotAreaType value)](./setruletype/) | Gets and sets the type of selection rule. | +| [~PivotArea()](./~pivotarea/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Pivot](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotarea/getaxistype/_index.md b/spanish/cpp/aspose.cells.pivot/pivotarea/getaxistype/_index.md new file mode 100644 index 00000000000..2db9e20e00c --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotarea/getaxistype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotArea::GetAxisType method +linktitle: GetAxisType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotArea::GetAxisType method. Gets and sets the region of the PivotTable to which this rule applies in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.pivot/pivotarea/getaxistype/ +--- +## PivotArea::GetAxisType method + + +Gets and sets the region of the [PivotTable](../../pivottable/) to which this rule applies. + +```cpp +PivotFieldType Aspose::Cells::Pivot::PivotArea::GetAxisType() +``` + +## See Also + +* Enum [PivotFieldType](../../pivotfieldtype/) +* Class [PivotArea](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotarea/getcellareas/_index.md b/spanish/cpp/aspose.cells.pivot/pivotarea/getcellareas/_index.md new file mode 100644 index 00000000000..bbf367802e5 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotarea/getcellareas/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Pivot::PivotArea::GetCellAreas method +linktitle: GetCellAreas +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotArea::GetCellAreas method. Gets cell areas of this pivot area in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.pivot/pivotarea/getcellareas/ +--- +## PivotArea::GetCellAreas method + + +Gets cell areas of this pivot area. + +```cpp +Vector Aspose::Cells::Pivot::PivotArea::GetCellAreas() +``` + + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CellArea](../../../aspose.cells/cellarea/) +* Class [PivotArea](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotarea/getfilters/_index.md b/spanish/cpp/aspose.cells.pivot/pivotarea/getfilters/_index.md new file mode 100644 index 00000000000..1e584a1dc40 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotarea/getfilters/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotArea::GetFilters method +linktitle: GetFilters +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotArea::GetFilters method. Gets all filters for this PivotArea in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.pivot/pivotarea/getfilters/ +--- +## PivotArea::GetFilters method + + +Gets all filters for this [PivotArea](../). + +```cpp +PivotAreaFilterCollection Aspose::Cells::Pivot::PivotArea::GetFilters() +``` + +## See Also + +* Class [PivotAreaFilterCollection](../../pivotareafiltercollection/) +* Class [PivotArea](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotarea/getonlydata/_index.md b/spanish/cpp/aspose.cells.pivot/pivotarea/getonlydata/_index.md new file mode 100644 index 00000000000..fd900c2b0c0 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotarea/getonlydata/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotArea::GetOnlyData method +linktitle: GetOnlyData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotArea::GetOnlyData method. Indicates whether only the data values (in the data area of the view) for an item selection are selected and does not include the item labels in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.pivot/pivotarea/getonlydata/ +--- +## PivotArea::GetOnlyData method + + +Indicates whether only the data values (in the data area of the view) for an item selection are selected and does not include the item labels. + +```cpp +bool Aspose::Cells::Pivot::PivotArea::GetOnlyData() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotArea](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotarea/getonlylabel/_index.md b/spanish/cpp/aspose.cells.pivot/pivotarea/getonlylabel/_index.md new file mode 100644 index 00000000000..75684a548e3 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotarea/getonlylabel/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotArea::GetOnlyLabel method +linktitle: GetOnlyLabel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotArea::GetOnlyLabel method. Indicates whether only the data labels for an item selection are selected in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.pivot/pivotarea/getonlylabel/ +--- +## PivotArea::GetOnlyLabel method + + +Indicates whether only the data labels for an item selection are selected. + +```cpp +bool Aspose::Cells::Pivot::PivotArea::GetOnlyLabel() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotArea](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotarea/getruletype/_index.md b/spanish/cpp/aspose.cells.pivot/pivotarea/getruletype/_index.md new file mode 100644 index 00000000000..8131b41a2d8 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotarea/getruletype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotArea::GetRuleType method +linktitle: GetRuleType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotArea::GetRuleType method. Gets and sets the type of selection rule in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.pivot/pivotarea/getruletype/ +--- +## PivotArea::GetRuleType method + + +Gets and sets the type of selection rule. + +```cpp +PivotAreaType Aspose::Cells::Pivot::PivotArea::GetRuleType() +``` + +## See Also + +* Enum [PivotAreaType](../../pivotareatype/) +* Class [PivotArea](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotarea/iscolumngrandincluded/_index.md b/spanish/cpp/aspose.cells.pivot/pivotarea/iscolumngrandincluded/_index.md new file mode 100644 index 00000000000..d33eb068ef6 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotarea/iscolumngrandincluded/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotArea::IsColumnGrandIncluded method +linktitle: IsColumnGrandIncluded +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotArea::IsColumnGrandIncluded method. Indicates whether the column grand total is included in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.pivot/pivotarea/iscolumngrandincluded/ +--- +## PivotArea::IsColumnGrandIncluded method + + +Indicates whether the column grand total is included. + +```cpp +bool Aspose::Cells::Pivot::PivotArea::IsColumnGrandIncluded() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotArea](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotarea/isnull/_index.md b/spanish/cpp/aspose.cells.pivot/pivotarea/isnull/_index.md new file mode 100644 index 00000000000..5a1c76e5ec9 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotarea/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Pivot::PivotArea::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotArea::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.pivot/pivotarea/isnull/ +--- +## PivotArea::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Pivot::PivotArea::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotArea](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotarea/isoutline/_index.md b/spanish/cpp/aspose.cells.pivot/pivotarea/isoutline/_index.md new file mode 100644 index 00000000000..db2aa08cb42 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotarea/isoutline/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotArea::IsOutline method +linktitle: IsOutline +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotArea::IsOutline method. Indicates whether the rule refers to an area that is in outline mode in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.pivot/pivotarea/isoutline/ +--- +## PivotArea::IsOutline method + + +Indicates whether the rule refers to an area that is in outline mode. + +```cpp +bool Aspose::Cells::Pivot::PivotArea::IsOutline() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotArea](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotarea/isrowgrandincluded/_index.md b/spanish/cpp/aspose.cells.pivot/pivotarea/isrowgrandincluded/_index.md new file mode 100644 index 00000000000..8a6aebaedf8 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotarea/isrowgrandincluded/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotArea::IsRowGrandIncluded method +linktitle: IsRowGrandIncluded +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotArea::IsRowGrandIncluded method. Indicates whether the row grand total is included in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.pivot/pivotarea/isrowgrandincluded/ +--- +## PivotArea::IsRowGrandIncluded method + + +Indicates whether the row grand total is included. + +```cpp +bool Aspose::Cells::Pivot::PivotArea::IsRowGrandIncluded() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotArea](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotarea/operator_asm/_index.md b/spanish/cpp/aspose.cells.pivot/pivotarea/operator_asm/_index.md new file mode 100644 index 00000000000..deb34608d3a --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotarea/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::PivotArea::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotArea::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.pivot/pivotarea/operator_asm/ +--- +## PivotArea::operator= method + + +operator= + +```cpp +PivotArea & Aspose::Cells::Pivot::PivotArea::operator=(const PivotArea &src) +``` + +## See Also + +* Class [PivotArea](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotArea](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotarea/operator_bool/_index.md b/spanish/cpp/aspose.cells.pivot/pivotarea/operator_bool/_index.md new file mode 100644 index 00000000000..14c3006da0e --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotarea/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotArea::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotArea::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.pivot/pivotarea/operator_bool/ +--- +## PivotArea::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Pivot::PivotArea::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [PivotArea](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotarea/pivotarea/_index.md b/spanish/cpp/aspose.cells.pivot/pivotarea/pivotarea/_index.md new file mode 100644 index 00000000000..3a5c5e072fc --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotarea/pivotarea/_index.md @@ -0,0 +1,61 @@ +--- +title: Aspose::Cells::Pivot::PivotArea::PivotArea constructor +linktitle: PivotArea +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotArea::PivotArea constructor. Presents the selected area of the PivotTable in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.pivot/pivotarea/pivotarea/ +--- +## PivotArea::PivotArea(const PivotTable\&) constructor + + +Presents the selected area of the [PivotTable](../../pivottable/). + +```cpp +Aspose::Cells::Pivot::PivotArea::PivotArea(const PivotTable &table) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| table | const PivotTable\& | | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../../pivottable/) +* Class [PivotArea](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotArea::PivotArea(PivotArea_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Pivot::PivotArea::PivotArea(PivotArea_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotArea](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotArea::PivotArea(const PivotArea\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Pivot::PivotArea::PivotArea(const PivotArea &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotArea](../) +* Class [PivotArea](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotarea/select/_index.md b/spanish/cpp/aspose.cells.pivot/pivotarea/select/_index.md new file mode 100644 index 00000000000..710468e1f35 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotarea/select/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Pivot::PivotArea::Select method +linktitle: Select +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotArea::Select method. Select the area with filters in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.pivot/pivotarea/select/ +--- +## PivotArea::Select method + + +Select the area with filters. + +```cpp +void Aspose::Cells::Pivot::PivotArea::Select(PivotFieldType axisType, int32_t fieldPosition, PivotTableSelectionType selectionType) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| axisType | PivotFieldType | The region of the [PivotTable](../../pivottable/) to which this rule applies. | +| fieldPosition | int32_t | Position of the field within the axis to which this rule applies. | +| selectionType | PivotTableSelectionType | Specifies what can be selected in a [PivotTable](../../pivottable/) during a structured selection. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PivotFieldType](../../pivotfieldtype/) +* Enum [PivotTableSelectionType](../../pivottableselectiontype/) +* Class [PivotArea](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotarea/selectfield/_index.md b/spanish/cpp/aspose.cells.pivot/pivotarea/selectfield/_index.md new file mode 100644 index 00000000000..ddafa3c79e4 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotarea/selectfield/_index.md @@ -0,0 +1,77 @@ +--- +title: Aspose::Cells::Pivot::PivotArea::SelectField method +linktitle: SelectField +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotArea::SelectField method. Select a field in the region as an area in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.pivot/pivotarea/selectfield/ +--- +## PivotArea::SelectField(PivotFieldType, const U16String\&) method + + +Select a field in the region as an area. + +```cpp +void Aspose::Cells::Pivot::PivotArea::SelectField(PivotFieldType axisType, const U16String &fieldName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| axisType | PivotFieldType | The region type. | +| fieldName | const U16String\& | The name of pivot field. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PivotFieldType](../../pivotfieldtype/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotArea](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotArea::SelectField(PivotFieldType, const char16_t*) method + + +Select a field in the region as an area. + +```cpp +void Aspose::Cells::Pivot::PivotArea::SelectField(PivotFieldType axisType, const char16_t *fieldName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| axisType | PivotFieldType | The region type. | +| fieldName | const char16_t* | The name of pivot field. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PivotFieldType](../../pivotfieldtype/) +* Class [PivotArea](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotArea::SelectField(PivotFieldType, const PivotField\&) method + + +Select a field in the region as an area. + +```cpp +void Aspose::Cells::Pivot::PivotArea::SelectField(PivotFieldType axisType, const PivotField &field) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| axisType | PivotFieldType | The region type. | +| field | const PivotField\& | The pivot field. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PivotFieldType](../../pivotfieldtype/) +* Class [PivotField](../../pivotfield/) +* Class [PivotArea](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotarea/setaxistype/_index.md b/spanish/cpp/aspose.cells.pivot/pivotarea/setaxistype/_index.md new file mode 100644 index 00000000000..b53bf794fdc --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotarea/setaxistype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::PivotArea::SetAxisType method +linktitle: SetAxisType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotArea::SetAxisType method. Gets and sets the region of the PivotTable to which this rule applies in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.pivot/pivotarea/setaxistype/ +--- +## PivotArea::SetAxisType method + + +Gets and sets the region of the [PivotTable](../../pivottable/) to which this rule applies. + +```cpp +void Aspose::Cells::Pivot::PivotArea::SetAxisType(PivotFieldType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PivotFieldType](../../pivotfieldtype/) +* Class [PivotArea](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotarea/setiscolumngrandincluded/_index.md b/spanish/cpp/aspose.cells.pivot/pivotarea/setiscolumngrandincluded/_index.md new file mode 100644 index 00000000000..6a2c1d48ccc --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotarea/setiscolumngrandincluded/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotArea::SetIsColumnGrandIncluded method +linktitle: SetIsColumnGrandIncluded +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotArea::SetIsColumnGrandIncluded method. Indicates whether the column grand total is included in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.pivot/pivotarea/setiscolumngrandincluded/ +--- +## PivotArea::SetIsColumnGrandIncluded method + + +Indicates whether the column grand total is included. + +```cpp +void Aspose::Cells::Pivot::PivotArea::SetIsColumnGrandIncluded(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotArea](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotarea/setisoutline/_index.md b/spanish/cpp/aspose.cells.pivot/pivotarea/setisoutline/_index.md new file mode 100644 index 00000000000..eb43eda4572 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotarea/setisoutline/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotArea::SetIsOutline method +linktitle: SetIsOutline +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotArea::SetIsOutline method. Indicates whether the rule refers to an area that is in outline mode in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.pivot/pivotarea/setisoutline/ +--- +## PivotArea::SetIsOutline method + + +Indicates whether the rule refers to an area that is in outline mode. + +```cpp +void Aspose::Cells::Pivot::PivotArea::SetIsOutline(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotArea](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotarea/setisrowgrandincluded/_index.md b/spanish/cpp/aspose.cells.pivot/pivotarea/setisrowgrandincluded/_index.md new file mode 100644 index 00000000000..4825b21cca6 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotarea/setisrowgrandincluded/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotArea::SetIsRowGrandIncluded method +linktitle: SetIsRowGrandIncluded +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotArea::SetIsRowGrandIncluded method. Indicates whether the row grand total is included in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.pivot/pivotarea/setisrowgrandincluded/ +--- +## PivotArea::SetIsRowGrandIncluded method + + +Indicates whether the row grand total is included. + +```cpp +void Aspose::Cells::Pivot::PivotArea::SetIsRowGrandIncluded(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotArea](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotarea/setonlydata/_index.md b/spanish/cpp/aspose.cells.pivot/pivotarea/setonlydata/_index.md new file mode 100644 index 00000000000..11d7bf66aca --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotarea/setonlydata/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotArea::SetOnlyData method +linktitle: SetOnlyData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotArea::SetOnlyData method. Indicates whether only the data values (in the data area of the view) for an item selection are selected and does not include the item labels in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.pivot/pivotarea/setonlydata/ +--- +## PivotArea::SetOnlyData method + + +Indicates whether only the data values (in the data area of the view) for an item selection are selected and does not include the item labels. + +```cpp +void Aspose::Cells::Pivot::PivotArea::SetOnlyData(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotArea](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotarea/setonlylabel/_index.md b/spanish/cpp/aspose.cells.pivot/pivotarea/setonlylabel/_index.md new file mode 100644 index 00000000000..52c2b9af93c --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotarea/setonlylabel/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotArea::SetOnlyLabel method +linktitle: SetOnlyLabel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotArea::SetOnlyLabel method. Indicates whether only the data labels for an item selection are selected in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.pivot/pivotarea/setonlylabel/ +--- +## PivotArea::SetOnlyLabel method + + +Indicates whether only the data labels for an item selection are selected. + +```cpp +void Aspose::Cells::Pivot::PivotArea::SetOnlyLabel(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotArea](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotarea/setruletype/_index.md b/spanish/cpp/aspose.cells.pivot/pivotarea/setruletype/_index.md new file mode 100644 index 00000000000..44b701c3ca2 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotarea/setruletype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::PivotArea::SetRuleType method +linktitle: SetRuleType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotArea::SetRuleType method. Gets and sets the type of selection rule in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.pivot/pivotarea/setruletype/ +--- +## PivotArea::SetRuleType method + + +Gets and sets the type of selection rule. + +```cpp +void Aspose::Cells::Pivot::PivotArea::SetRuleType(PivotAreaType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PivotAreaType](../../pivotareatype/) +* Class [PivotArea](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotarea/~pivotarea/_index.md b/spanish/cpp/aspose.cells.pivot/pivotarea/~pivotarea/_index.md new file mode 100644 index 00000000000..6d2b89ba9c4 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotarea/~pivotarea/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotArea::~PivotArea method +linktitle: ~PivotArea +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotArea::~PivotArea method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.pivot/pivotarea/~pivotarea/ +--- +## PivotArea::~PivotArea method + + +Destructor. + +```cpp +Aspose::Cells::Pivot::PivotArea::~PivotArea() +``` + +## See Also + +* Class [PivotArea](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotareacollection/_impl/_index.md b/spanish/cpp/aspose.cells.pivot/pivotareacollection/_impl/_index.md new file mode 100644 index 00000000000..a7181593c40 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotareacollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotAreaCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotAreaCollection::_impl field. The implementation object in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.pivot/pivotareacollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +PivotAreaCollection_Impl* Aspose::Cells::Pivot::PivotAreaCollection::_impl +``` + +## See Also + +* Class [PivotAreaCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotareacollection/_index.md b/spanish/cpp/aspose.cells.pivot/pivotareacollection/_index.md new file mode 100644 index 00000000000..3846b0b3661 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotareacollection/_index.md @@ -0,0 +1,43 @@ +--- +title: Aspose::Cells::Pivot::PivotAreaCollection class +linktitle: PivotAreaCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotAreaCollection class. Represents a list of pivot area in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.pivot/pivotareacollection/ +--- +## PivotAreaCollection class + + +Represents a list of pivot area. + +```cpp +class PivotAreaCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add(const PivotArea\& pivotArea)](./add/) | **(Deprecated)** Adds pivot area. | +| [Add(const CellArea\& cellArea)](./add/) | Adds an area based on pivot table view. | +| [AddPivotArea(const PivotArea\& pivotArea)](./addpivotarea/) | Adds pivot area into this collection. | +| [Get(int32_t index)](./get/) | Gets a [PivotArea](../pivotarea/) object;. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const PivotAreaCollection\& src)](./operator_asm/) | operator= | +| [PivotAreaCollection(PivotAreaCollection_Impl* impl)](./pivotareacollection/) | Constructs from an implementation object. | +| [PivotAreaCollection(const PivotAreaCollection\& src)](./pivotareacollection/) | Copy constructor. | +| [RemoveAt(int32_t index)](./removeat/) | Remove one pivot conditional formatted area setting. | +| [~PivotAreaCollection()](./~pivotareacollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Pivot](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotareacollection/add/_index.md b/spanish/cpp/aspose.cells.pivot/pivotareacollection/add/_index.md new file mode 100644 index 00000000000..5922ccb1e83 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotareacollection/add/_index.md @@ -0,0 +1,65 @@ +--- +title: Aspose::Cells::Pivot::PivotAreaCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotAreaCollection::Add method. Adds pivot area in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.pivot/pivotareacollection/add/ +--- +## PivotAreaCollection::Add(const PivotArea\&) method + + +Adds pivot area. + + +>Deprecated +> +>Use PivotAreaCollection.AddPivotArea(PivotArea) method instead. +```cpp +int32_t Aspose::Cells::Pivot::PivotAreaCollection::Add(const PivotArea &pivotArea) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pivotArea | const PivotArea\& | The pivot area. | + +## ReturnValue + + +## Remarks + + + +NOTE: This member is now obsolete. Instead, please use [AddPivotArea()](../addpivotarea/) method. This method will be removed 6 months later since December 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotArea](../../pivotarea/) +* Class [PivotAreaCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotAreaCollection::Add(const CellArea\&) method + + +Adds an area based on pivot table view. + +```cpp +void Aspose::Cells::Pivot::PivotAreaCollection::Add(const CellArea &cellArea) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| cellArea | const CellArea\& | The area based on pivot table view. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CellArea](../../../aspose.cells/cellarea/) +* Class [PivotAreaCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotareacollection/addpivotarea/_index.md b/spanish/cpp/aspose.cells.pivot/pivotareacollection/addpivotarea/_index.md new file mode 100644 index 00000000000..71a06131346 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotareacollection/addpivotarea/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Pivot::PivotAreaCollection::AddPivotArea method +linktitle: AddPivotArea +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotAreaCollection::AddPivotArea method. Adds pivot area into this collection in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.pivot/pivotareacollection/addpivotarea/ +--- +## PivotAreaCollection::AddPivotArea method + + +Adds pivot area into this collection. + +```cpp +int32_t Aspose::Cells::Pivot::PivotAreaCollection::AddPivotArea(const PivotArea &pivotArea) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pivotArea | const PivotArea\& | | + +## ReturnValue + +index of the added pivot area in this collection + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotArea](../../pivotarea/) +* Class [PivotAreaCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotareacollection/get/_index.md b/spanish/cpp/aspose.cells.pivot/pivotareacollection/get/_index.md new file mode 100644 index 00000000000..9259870cd23 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotareacollection/get/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Pivot::PivotAreaCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotAreaCollection::Get method. Gets a PivotArea object; in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.pivot/pivotareacollection/get/ +--- +## PivotAreaCollection::Get method + + +Gets a [PivotArea](../../pivotarea/) object;. + +```cpp +PivotArea Aspose::Cells::Pivot::PivotAreaCollection::Get(int32_t index) +``` + + +## ReturnValue + + + +## See Also + +* Class [PivotArea](../../pivotarea/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotAreaCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotareacollection/getcount/_index.md b/spanish/cpp/aspose.cells.pivot/pivotareacollection/getcount/_index.md new file mode 100644 index 00000000000..f592d60e555 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotareacollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotAreaCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::Pivot::PivotAreaCollection class in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.pivot/pivotareacollection/getcount/ +--- +## PivotAreaCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::Pivot::PivotAreaCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotAreaCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotareacollection/isnull/_index.md b/spanish/cpp/aspose.cells.pivot/pivotareacollection/isnull/_index.md new file mode 100644 index 00000000000..d1eaba65834 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotareacollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Pivot::PivotAreaCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotAreaCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.pivot/pivotareacollection/isnull/ +--- +## PivotAreaCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Pivot::PivotAreaCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotAreaCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotareacollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.pivot/pivotareacollection/operator_asm/_index.md new file mode 100644 index 00000000000..473c0242026 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotareacollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::PivotAreaCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotAreaCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.pivot/pivotareacollection/operator_asm/ +--- +## PivotAreaCollection::operator= method + + +operator= + +```cpp +PivotAreaCollection & Aspose::Cells::Pivot::PivotAreaCollection::operator=(const PivotAreaCollection &src) +``` + +## See Also + +* Class [PivotAreaCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotAreaCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotareacollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.pivot/pivotareacollection/operator_bool/_index.md new file mode 100644 index 00000000000..601a53a2f80 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotareacollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotAreaCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotAreaCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.pivot/pivotareacollection/operator_bool/ +--- +## PivotAreaCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Pivot::PivotAreaCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [PivotAreaCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotareacollection/pivotareacollection/_index.md b/spanish/cpp/aspose.cells.pivot/pivotareacollection/pivotareacollection/_index.md new file mode 100644 index 00000000000..beffbc11c42 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotareacollection/pivotareacollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Pivot::PivotAreaCollection::PivotAreaCollection constructor +linktitle: PivotAreaCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotAreaCollection::PivotAreaCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.pivot/pivotareacollection/pivotareacollection/ +--- +## PivotAreaCollection::PivotAreaCollection(PivotAreaCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Pivot::PivotAreaCollection::PivotAreaCollection(PivotAreaCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotAreaCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotAreaCollection::PivotAreaCollection(const PivotAreaCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Pivot::PivotAreaCollection::PivotAreaCollection(const PivotAreaCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotAreaCollection](../) +* Class [PivotAreaCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotareacollection/removeat/_index.md b/spanish/cpp/aspose.cells.pivot/pivotareacollection/removeat/_index.md new file mode 100644 index 00000000000..6a391f06851 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotareacollection/removeat/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Pivot::PivotAreaCollection::RemoveAt method +linktitle: RemoveAt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotAreaCollection::RemoveAt method. Remove one pivot conditional formatted area setting in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.pivot/pivotareacollection/removeat/ +--- +## PivotAreaCollection::RemoveAt method + + +Remove one pivot conditional formatted area setting. + +```cpp +void Aspose::Cells::Pivot::PivotAreaCollection::RemoveAt(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The index | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotAreaCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotareacollection/~pivotareacollection/_index.md b/spanish/cpp/aspose.cells.pivot/pivotareacollection/~pivotareacollection/_index.md new file mode 100644 index 00000000000..81b3f349e85 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotareacollection/~pivotareacollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotAreaCollection::~PivotAreaCollection method +linktitle: ~PivotAreaCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotAreaCollection::~PivotAreaCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.pivot/pivotareacollection/~pivotareacollection/ +--- +## PivotAreaCollection::~PivotAreaCollection method + + +Destructor. + +```cpp +Aspose::Cells::Pivot::PivotAreaCollection::~PivotAreaCollection() +``` + +## See Also + +* Class [PivotAreaCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotareafilter/_impl/_index.md b/spanish/cpp/aspose.cells.pivot/pivotareafilter/_impl/_index.md new file mode 100644 index 00000000000..ed8b58bc3a5 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotareafilter/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotAreaFilter::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotAreaFilter::_impl field. The implementation object in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.pivot/pivotareafilter/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +PivotAreaFilter_Impl* Aspose::Cells::Pivot::PivotAreaFilter::_impl +``` + +## See Also + +* Class [PivotAreaFilter](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotareafilter/_index.md b/spanish/cpp/aspose.cells.pivot/pivotareafilter/_index.md new file mode 100644 index 00000000000..cf9e8d983d0 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotareafilter/_index.md @@ -0,0 +1,42 @@ +--- +title: Aspose::Cells::Pivot::PivotAreaFilter class +linktitle: PivotAreaFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotAreaFilter class. Represents the filter of PivotArea for PivotTable in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.pivot/pivotareafilter/ +--- +## PivotAreaFilter class + + +Represents the filter of [PivotArea](../pivotarea/) for [PivotTable](../pivottable/). + +```cpp +class PivotAreaFilter +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetSelected()](./getselected/) | Indicates whether this field has selection. Only works when the [PivotTable](../pivottable/) is in [Outline](../../aspose.cells/outline/) view. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsSubtotalSet(PivotFieldSubtotalType subtotalType)](./issubtotalset/) | Gets which subtotal is set for this filter. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const PivotAreaFilter\& src)](./operator_asm/) | operator= | +| [PivotAreaFilter()](./pivotareafilter/) | Default constructor. | +| [PivotAreaFilter(PivotAreaFilter_Impl* impl)](./pivotareafilter/) | Constructs from an implementation object. | +| [PivotAreaFilter(const PivotAreaFilter\& src)](./pivotareafilter/) | Copy constructor. | +| [SetSelected(bool value)](./setselected/) | Indicates whether this field has selection. Only works when the [PivotTable](../pivottable/) is in [Outline](../../aspose.cells/outline/) view. | +| [SetSubtotals(PivotFieldSubtotalType subtotalType, bool shown)](./setsubtotals/) | Subtotal for the filter. | +| [~PivotAreaFilter()](./~pivotareafilter/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Pivot](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotareafilter/getselected/_index.md b/spanish/cpp/aspose.cells.pivot/pivotareafilter/getselected/_index.md new file mode 100644 index 00000000000..cbc274f1c56 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotareafilter/getselected/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotAreaFilter::GetSelected method +linktitle: GetSelected +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotAreaFilter::GetSelected method. Indicates whether this field has selection. Only works when the PivotTable is in Outline view in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.pivot/pivotareafilter/getselected/ +--- +## PivotAreaFilter::GetSelected method + + +Indicates whether this field has selection. Only works when the [PivotTable](../../pivottable/) is in [Outline](../../../aspose.cells/outline/) view. + +```cpp +bool Aspose::Cells::Pivot::PivotAreaFilter::GetSelected() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotAreaFilter](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotareafilter/isnull/_index.md b/spanish/cpp/aspose.cells.pivot/pivotareafilter/isnull/_index.md new file mode 100644 index 00000000000..253d984f9ca --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotareafilter/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Pivot::PivotAreaFilter::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotAreaFilter::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.pivot/pivotareafilter/isnull/ +--- +## PivotAreaFilter::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Pivot::PivotAreaFilter::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotAreaFilter](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotareafilter/issubtotalset/_index.md b/spanish/cpp/aspose.cells.pivot/pivotareafilter/issubtotalset/_index.md new file mode 100644 index 00000000000..e04a7428f98 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotareafilter/issubtotalset/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Pivot::PivotAreaFilter::IsSubtotalSet method +linktitle: IsSubtotalSet +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotAreaFilter::IsSubtotalSet method. Gets which subtotal is set for this filter in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.pivot/pivotareafilter/issubtotalset/ +--- +## PivotAreaFilter::IsSubtotalSet method + + +Gets which subtotal is set for this filter. + +```cpp +bool Aspose::Cells::Pivot::PivotAreaFilter::IsSubtotalSet(PivotFieldSubtotalType subtotalType) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| subtotalType | PivotFieldSubtotalType | The subtotal function type. | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PivotFieldSubtotalType](../../pivotfieldsubtotaltype/) +* Class [PivotAreaFilter](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotareafilter/operator_asm/_index.md b/spanish/cpp/aspose.cells.pivot/pivotareafilter/operator_asm/_index.md new file mode 100644 index 00000000000..768341e2172 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotareafilter/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::PivotAreaFilter::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotAreaFilter::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.pivot/pivotareafilter/operator_asm/ +--- +## PivotAreaFilter::operator= method + + +operator= + +```cpp +PivotAreaFilter & Aspose::Cells::Pivot::PivotAreaFilter::operator=(const PivotAreaFilter &src) +``` + +## See Also + +* Class [PivotAreaFilter](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotAreaFilter](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotareafilter/operator_bool/_index.md b/spanish/cpp/aspose.cells.pivot/pivotareafilter/operator_bool/_index.md new file mode 100644 index 00000000000..5985281bcff --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotareafilter/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotAreaFilter::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotAreaFilter::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.pivot/pivotareafilter/operator_bool/ +--- +## PivotAreaFilter::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Pivot::PivotAreaFilter::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [PivotAreaFilter](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotareafilter/pivotareafilter/_index.md b/spanish/cpp/aspose.cells.pivot/pivotareafilter/pivotareafilter/_index.md new file mode 100644 index 00000000000..6bfa9586654 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotareafilter/pivotareafilter/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::Pivot::PivotAreaFilter::PivotAreaFilter constructor +linktitle: PivotAreaFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotAreaFilter::PivotAreaFilter constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.pivot/pivotareafilter/pivotareafilter/ +--- +## PivotAreaFilter::PivotAreaFilter() constructor + + +Default constructor. + +```cpp +Aspose::Cells::Pivot::PivotAreaFilter::PivotAreaFilter() +``` + +## See Also + +* Class [PivotAreaFilter](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotAreaFilter::PivotAreaFilter(PivotAreaFilter_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Pivot::PivotAreaFilter::PivotAreaFilter(PivotAreaFilter_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotAreaFilter](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotAreaFilter::PivotAreaFilter(const PivotAreaFilter\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Pivot::PivotAreaFilter::PivotAreaFilter(const PivotAreaFilter &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotAreaFilter](../) +* Class [PivotAreaFilter](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotareafilter/setselected/_index.md b/spanish/cpp/aspose.cells.pivot/pivotareafilter/setselected/_index.md new file mode 100644 index 00000000000..7c45ce5be1f --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotareafilter/setselected/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotAreaFilter::SetSelected method +linktitle: SetSelected +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotAreaFilter::SetSelected method. Indicates whether this field has selection. Only works when the PivotTable is in Outline view in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.pivot/pivotareafilter/setselected/ +--- +## PivotAreaFilter::SetSelected method + + +Indicates whether this field has selection. Only works when the [PivotTable](../../pivottable/) is in [Outline](../../../aspose.cells/outline/) view. + +```cpp +void Aspose::Cells::Pivot::PivotAreaFilter::SetSelected(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotAreaFilter](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotareafilter/setsubtotals/_index.md b/spanish/cpp/aspose.cells.pivot/pivotareafilter/setsubtotals/_index.md new file mode 100644 index 00000000000..9e3f2e0e05f --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotareafilter/setsubtotals/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Cells::Pivot::PivotAreaFilter::SetSubtotals method +linktitle: SetSubtotals +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotAreaFilter::SetSubtotals method. Subtotal for the filter in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.pivot/pivotareafilter/setsubtotals/ +--- +## PivotAreaFilter::SetSubtotals method + + +Subtotal for the filter. + +```cpp +void Aspose::Cells::Pivot::PivotAreaFilter::SetSubtotals(PivotFieldSubtotalType subtotalType, bool shown) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| subtotalType | PivotFieldSubtotalType | The subtotal function. | +| shown | bool | Indicates if showing this subtotal data. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PivotFieldSubtotalType](../../pivotfieldsubtotaltype/) +* Class [PivotAreaFilter](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotareafilter/~pivotareafilter/_index.md b/spanish/cpp/aspose.cells.pivot/pivotareafilter/~pivotareafilter/_index.md new file mode 100644 index 00000000000..e89a62a8851 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotareafilter/~pivotareafilter/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotAreaFilter::~PivotAreaFilter method +linktitle: ~PivotAreaFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotAreaFilter::~PivotAreaFilter method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.pivot/pivotareafilter/~pivotareafilter/ +--- +## PivotAreaFilter::~PivotAreaFilter method + + +Destructor. + +```cpp +Aspose::Cells::Pivot::PivotAreaFilter::~PivotAreaFilter() +``` + +## See Also + +* Class [PivotAreaFilter](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotareafiltercollection/_impl/_index.md b/spanish/cpp/aspose.cells.pivot/pivotareafiltercollection/_impl/_index.md new file mode 100644 index 00000000000..09b146baaae --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotareafiltercollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotAreaFilterCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotAreaFilterCollection::_impl field. The implementation object in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.pivot/pivotareafiltercollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +PivotAreaFilterCollection_Impl* Aspose::Cells::Pivot::PivotAreaFilterCollection::_impl +``` + +## See Also + +* Class [PivotAreaFilterCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotareafiltercollection/_index.md b/spanish/cpp/aspose.cells.pivot/pivotareafiltercollection/_index.md new file mode 100644 index 00000000000..f17e4e84bb7 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotareafiltercollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Pivot::PivotAreaFilterCollection class +linktitle: PivotAreaFilterCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotAreaFilterCollection class. Represents the list of filters for PivotArea in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.pivot/pivotareafiltercollection/ +--- +## PivotAreaFilterCollection class + + +Represents the list of filters for [PivotArea](../pivotarea/) + +```cpp +class PivotAreaFilterCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Get(int32_t index)](./get/) | Gets filter from the list by the index. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const PivotAreaFilterCollection\& src)](./operator_asm/) | operator= | +| [PivotAreaFilterCollection()](./pivotareafiltercollection/) | Default constructor. | +| [PivotAreaFilterCollection(PivotAreaFilterCollection_Impl* impl)](./pivotareafiltercollection/) | Constructs from an implementation object. | +| [PivotAreaFilterCollection(const PivotAreaFilterCollection\& src)](./pivotareafiltercollection/) | Copy constructor. | +| [~PivotAreaFilterCollection()](./~pivotareafiltercollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Pivot](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotareafiltercollection/get/_index.md b/spanish/cpp/aspose.cells.pivot/pivotareafiltercollection/get/_index.md new file mode 100644 index 00000000000..af57e9fd97f --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotareafiltercollection/get/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Pivot::PivotAreaFilterCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotAreaFilterCollection::Get method. Gets filter from the list by the index in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.pivot/pivotareafiltercollection/get/ +--- +## PivotAreaFilterCollection::Get method + + +Gets filter from the list by the index. + +```cpp +PivotAreaFilter Aspose::Cells::Pivot::PivotAreaFilterCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The Index | + +## ReturnValue + + + +## See Also + +* Class [PivotAreaFilter](../../pivotareafilter/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotAreaFilterCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotareafiltercollection/getcount/_index.md b/spanish/cpp/aspose.cells.pivot/pivotareafiltercollection/getcount/_index.md new file mode 100644 index 00000000000..1788e17be42 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotareafiltercollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotAreaFilterCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::Pivot::PivotAreaFilterCollection class in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.pivot/pivotareafiltercollection/getcount/ +--- +## PivotAreaFilterCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::Pivot::PivotAreaFilterCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotAreaFilterCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotareafiltercollection/isnull/_index.md b/spanish/cpp/aspose.cells.pivot/pivotareafiltercollection/isnull/_index.md new file mode 100644 index 00000000000..d4be071cfb9 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotareafiltercollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Pivot::PivotAreaFilterCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotAreaFilterCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.pivot/pivotareafiltercollection/isnull/ +--- +## PivotAreaFilterCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Pivot::PivotAreaFilterCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotAreaFilterCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotareafiltercollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.pivot/pivotareafiltercollection/operator_asm/_index.md new file mode 100644 index 00000000000..9a607dac279 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotareafiltercollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::PivotAreaFilterCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotAreaFilterCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.pivot/pivotareafiltercollection/operator_asm/ +--- +## PivotAreaFilterCollection::operator= method + + +operator= + +```cpp +PivotAreaFilterCollection & Aspose::Cells::Pivot::PivotAreaFilterCollection::operator=(const PivotAreaFilterCollection &src) +``` + +## See Also + +* Class [PivotAreaFilterCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotAreaFilterCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotareafiltercollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.pivot/pivotareafiltercollection/operator_bool/_index.md new file mode 100644 index 00000000000..341265001a3 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotareafiltercollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotAreaFilterCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotAreaFilterCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.pivot/pivotareafiltercollection/operator_bool/ +--- +## PivotAreaFilterCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Pivot::PivotAreaFilterCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [PivotAreaFilterCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotareafiltercollection/pivotareafiltercollection/_index.md b/spanish/cpp/aspose.cells.pivot/pivotareafiltercollection/pivotareafiltercollection/_index.md new file mode 100644 index 00000000000..2345f0b7117 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotareafiltercollection/pivotareafiltercollection/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::Pivot::PivotAreaFilterCollection::PivotAreaFilterCollection constructor +linktitle: PivotAreaFilterCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotAreaFilterCollection::PivotAreaFilterCollection constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.pivot/pivotareafiltercollection/pivotareafiltercollection/ +--- +## PivotAreaFilterCollection::PivotAreaFilterCollection() constructor + + +Default constructor. + +```cpp +Aspose::Cells::Pivot::PivotAreaFilterCollection::PivotAreaFilterCollection() +``` + +## See Also + +* Class [PivotAreaFilterCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotAreaFilterCollection::PivotAreaFilterCollection(PivotAreaFilterCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Pivot::PivotAreaFilterCollection::PivotAreaFilterCollection(PivotAreaFilterCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotAreaFilterCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotAreaFilterCollection::PivotAreaFilterCollection(const PivotAreaFilterCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Pivot::PivotAreaFilterCollection::PivotAreaFilterCollection(const PivotAreaFilterCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotAreaFilterCollection](../) +* Class [PivotAreaFilterCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotareafiltercollection/~pivotareafiltercollection/_index.md b/spanish/cpp/aspose.cells.pivot/pivotareafiltercollection/~pivotareafiltercollection/_index.md new file mode 100644 index 00000000000..7389cd7dbb0 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotareafiltercollection/~pivotareafiltercollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotAreaFilterCollection::~PivotAreaFilterCollection method +linktitle: ~PivotAreaFilterCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotAreaFilterCollection::~PivotAreaFilterCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.pivot/pivotareafiltercollection/~pivotareafiltercollection/ +--- +## PivotAreaFilterCollection::~PivotAreaFilterCollection method + + +Destructor. + +```cpp +Aspose::Cells::Pivot::PivotAreaFilterCollection::~PivotAreaFilterCollection() +``` + +## See Also + +* Class [PivotAreaFilterCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotareatype/_index.md b/spanish/cpp/aspose.cells.pivot/pivotareatype/_index.md new file mode 100644 index 00000000000..48dd7dbed61 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotareatype/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Pivot::PivotAreaType enum +linktitle: PivotAreaType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotAreaType enum. Indicates the type of rule being used to describe an area or aspect of the PivotTable in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells.pivot/pivotareatype/ +--- +## PivotAreaType enum + + +Indicates the type of rule being used to describe an area or aspect of the [PivotTable](../pivottable/). + +```cpp +enum class PivotAreaType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| None | 0 |
No [Pivot](../) area. | +| Normal | 1 |
Represents a header or item. | +| Data | 2 |
Represents something in the data area. | +| All | 3 |
Represents the whole [PivotTable](../pivottable/). | +| Origin | 4 |
Represents the blank cells at the top-left of the [PivotTable](../pivottable/) (top-right for RTL sheets). | +| Button | 5 |
Represents a field button. | +| TopRight | 6 |
Represents the blank cells at the top-right of the [PivotTable](../pivottable/) (top-left for RTL sheets). | + +## See Also + +* Namespace [Aspose::Cells::Pivot](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotconditionalformat/_impl/_index.md b/spanish/cpp/aspose.cells.pivot/pivotconditionalformat/_impl/_index.md new file mode 100644 index 00000000000..186af1a2e9b --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotconditionalformat/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotConditionalFormat::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotConditionalFormat::_impl field. The implementation object in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.pivot/pivotconditionalformat/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +PivotConditionalFormat_Impl* Aspose::Cells::Pivot::PivotConditionalFormat::_impl +``` + +## See Also + +* Class [PivotConditionalFormat](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotconditionalformat/_index.md b/spanish/cpp/aspose.cells.pivot/pivotconditionalformat/_index.md new file mode 100644 index 00000000000..1812040e097 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotconditionalformat/_index.md @@ -0,0 +1,117 @@ +--- +title: Aspose::Cells::Pivot::PivotConditionalFormat class +linktitle: PivotConditionalFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotConditionalFormat class. Represents a PivotTable Format Condition in PivotFormatCondition Collection in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.pivot/pivotconditionalformat/ +--- +## PivotConditionalFormat class + + +Represents a [PivotTable](../pivottable/) Format Condition in [PivotFormatCondition](../pivotformatcondition/) Collection. + +```cpp +class PivotConditionalFormat +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddCellArea(const CellArea\& ca)](./addcellarea/) | Adds an area based on pivot table view. | +| [AddFieldArea(PivotFieldType axisType, const U16String\& fieldName)](./addfieldarea/) | Adds an area of pivot field. | +| [AddFieldArea(PivotFieldType axisType, const char16_t* fieldName)](./addfieldarea/) | Adds an area of pivot field. | +| [AddFieldArea(PivotFieldType axisType, const PivotField\& field)](./addfieldarea/) | Adds an area of pivot field. | +| [ApplyTo(int32_t row, int32_t column, PivotConditionFormatScopeType scope)](./applyto/) | Applies the conditional format to range. Only for the data region. | +| [GetCellAreas()](./getcellareas/) | Gets all cell areas where this conditional format applies to. | +| [GetFormatConditions()](./getformatconditions/) | Get conditions for the pivot table conditional format . | +| [GetPivotAreas()](./getpivotareas/) | Gets all pivot areas. | +| [GetRuleType()](./getruletype/) | Get and set rule type for the pivot table condition format . | +| [GetScopeType()](./getscopetype/) | Get and set scope type for the pivot table conditional format . | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const PivotConditionalFormat\& src)](./operator_asm/) | operator= | +| [PivotConditionalFormat(PivotConditionalFormat_Impl* impl)](./pivotconditionalformat/) | Constructs from an implementation object. | +| [PivotConditionalFormat(const PivotConditionalFormat\& src)](./pivotconditionalformat/) | Copy constructor. | +| [SetRuleType(PivotConditionFormatRuleType value)](./setruletype/) | Get and set rule type for the pivot table condition format . | +| [SetScopeType(PivotConditionFormatScopeType value)](./setscopetype/) | Get and set scope type for the pivot table conditional format . | +| [~PivotConditionalFormat()](./~pivotconditionalformat/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook book; +Worksheet sheet = book.GetWorksheets().Get(0); +Cells cells = sheet.GetCells(); +cells.Get(0, 0).PutValue(u"fruit"); +cells.Get(1, 0).PutValue(u"grape"); +cells.Get(2, 0).PutValue(u"blueberry"); +cells.Get(3, 0).PutValue(u"kiwi"); +cells.Get(4, 0).PutValue(u"cherry"); +cells.Get(5, 0).PutValue(u"grape"); +cells.Get(6, 0).PutValue(u"blueberry"); +cells.Get(7, 0).PutValue(u"kiwi"); +cells.Get(8, 0).PutValue(u"cherry"); + +cells.Get(0, 1).PutValue(u"year"); +cells.Get(1, 1).PutValue(2020); +cells.Get(2, 1).PutValue(2020); +cells.Get(3, 1).PutValue(2020); +cells.Get(4, 1).PutValue(2020); +cells.Get(5, 1).PutValue(2021); +cells.Get(6, 1).PutValue(2021); +cells.Get(7, 1).PutValue(2021); +cells.Get(8, 1).PutValue(2021); + +cells.Get(0, 2).PutValue(u"amount"); +cells.Get(1, 2).PutValue(50); +cells.Get(2, 2).PutValue(60); +cells.Get(3, 2).PutValue(70); +cells.Get(4, 2).PutValue(80); +cells.Get(5, 2).PutValue(90); +cells.Get(6, 2).PutValue(100); +cells.Get(7, 2).PutValue(110); +cells.Get(8, 2).PutValue(120); + +PivotTableCollection pivots = sheet.GetPivotTables(); + +int pivotIndex = pivots.Add(u"=Sheet1!A1:C9", u"A12", u"TestPivotTable"); +PivotTable pivot = pivots.Get(pivotIndex); +pivot.AddFieldToArea(PivotFieldType::Row, u"fruit"); +pivot.AddFieldToArea(PivotFieldType::Column, u"year"); +pivot.AddFieldToArea(PivotFieldType::Data, u"amount"); + +pivot.SetPivotTableStyleType(PivotTableStyleType::PivotTableStyleMedium10); + +//Agregar PivotFormatCondition +int formatIndex = pivot.GetConditionalFormats().Add(); +PivotConditionalFormat pfc = pivot.GetConditionalFormats().Get(formatIndex); +pfc.AddFieldArea(PivotFieldType::Data, pivot.GetDataFields().Get(0)); +int idx = pfc.GetFormatConditions().AddCondition(FormatConditionType::CellValue); +FormatCondition fc = pfc.GetFormatConditions().Get(idx); +fc.SetFormula1(u"100"); +fc.SetOperator(OperatorType::GreaterOrEqual); +fc.GetStyle().SetBackgroundColor(Color::Red()); + +pivot.RefreshData(); +pivot.CalculateData(); + + +book.Save("out.xlsx"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::Pivot](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotconditionalformat/addcellarea/_index.md b/spanish/cpp/aspose.cells.pivot/pivotconditionalformat/addcellarea/_index.md new file mode 100644 index 00000000000..50e57a1ff36 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotconditionalformat/addcellarea/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Pivot::PivotConditionalFormat::AddCellArea method +linktitle: AddCellArea +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotConditionalFormat::AddCellArea method. Adds an area based on pivot table view in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.pivot/pivotconditionalformat/addcellarea/ +--- +## PivotConditionalFormat::AddCellArea method + + +Adds an area based on pivot table view. + +```cpp +void Aspose::Cells::Pivot::PivotConditionalFormat::AddCellArea(const CellArea &ca) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| ca | const CellArea\& | The cell area. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CellArea](../../../aspose.cells/cellarea/) +* Class [PivotConditionalFormat](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotconditionalformat/addfieldarea/_index.md b/spanish/cpp/aspose.cells.pivot/pivotconditionalformat/addfieldarea/_index.md new file mode 100644 index 00000000000..06f69a308b9 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotconditionalformat/addfieldarea/_index.md @@ -0,0 +1,77 @@ +--- +title: Aspose::Cells::Pivot::PivotConditionalFormat::AddFieldArea method +linktitle: AddFieldArea +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotConditionalFormat::AddFieldArea method. Adds an area of pivot field in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.pivot/pivotconditionalformat/addfieldarea/ +--- +## PivotConditionalFormat::AddFieldArea(PivotFieldType, const U16String\&) method + + +Adds an area of pivot field. + +```cpp +void Aspose::Cells::Pivot::PivotConditionalFormat::AddFieldArea(PivotFieldType axisType, const U16String &fieldName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| axisType | PivotFieldType | The region type. | +| fieldName | const U16String\& | The name of pivot field. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PivotFieldType](../../pivotfieldtype/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotConditionalFormat](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotConditionalFormat::AddFieldArea(PivotFieldType, const char16_t*) method + + +Adds an area of pivot field. + +```cpp +void Aspose::Cells::Pivot::PivotConditionalFormat::AddFieldArea(PivotFieldType axisType, const char16_t *fieldName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| axisType | PivotFieldType | The region type. | +| fieldName | const char16_t* | The name of pivot field. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PivotFieldType](../../pivotfieldtype/) +* Class [PivotConditionalFormat](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotConditionalFormat::AddFieldArea(PivotFieldType, const PivotField\&) method + + +Adds an area of pivot field. + +```cpp +void Aspose::Cells::Pivot::PivotConditionalFormat::AddFieldArea(PivotFieldType axisType, const PivotField &field) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| axisType | PivotFieldType | The region type. | +| field | const PivotField\& | The pivot field. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PivotFieldType](../../pivotfieldtype/) +* Class [PivotField](../../pivotfield/) +* Class [PivotConditionalFormat](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotconditionalformat/applyto/_index.md b/spanish/cpp/aspose.cells.pivot/pivotconditionalformat/applyto/_index.md new file mode 100644 index 00000000000..ad4f0b25e08 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotconditionalformat/applyto/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Pivot::PivotConditionalFormat::ApplyTo method +linktitle: ApplyTo +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotConditionalFormat::ApplyTo method. Applies the conditional format to range. Only for the data region in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.pivot/pivotconditionalformat/applyto/ +--- +## PivotConditionalFormat::ApplyTo method + + +Applies the conditional format to range. Only for the data region. + +```cpp +void Aspose::Cells::Pivot::PivotConditionalFormat::ApplyTo(int32_t row, int32_t column, PivotConditionFormatScopeType scope) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | The selected row. | +| column | int32_t | The selected column. | +| scope | PivotConditionFormatScopeType | The scope | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PivotConditionFormatScopeType](../../pivotconditionformatscopetype/) +* Class [PivotConditionalFormat](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotconditionalformat/getcellareas/_index.md b/spanish/cpp/aspose.cells.pivot/pivotconditionalformat/getcellareas/_index.md new file mode 100644 index 00000000000..11d1f917965 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotconditionalformat/getcellareas/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Pivot::PivotConditionalFormat::GetCellAreas method +linktitle: GetCellAreas +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotConditionalFormat::GetCellAreas method. Gets all cell areas where this conditional format applies to in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.pivot/pivotconditionalformat/getcellareas/ +--- +## PivotConditionalFormat::GetCellAreas method + + +Gets all cell areas where this conditional format applies to. + +```cpp +Vector Aspose::Cells::Pivot::PivotConditionalFormat::GetCellAreas() +``` + + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CellArea](../../../aspose.cells/cellarea/) +* Class [PivotConditionalFormat](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotconditionalformat/getformatconditions/_index.md b/spanish/cpp/aspose.cells.pivot/pivotconditionalformat/getformatconditions/_index.md new file mode 100644 index 00000000000..f1aea7d7790 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotconditionalformat/getformatconditions/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotConditionalFormat::GetFormatConditions method +linktitle: GetFormatConditions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotConditionalFormat::GetFormatConditions method. Get conditions for the pivot table conditional format in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.pivot/pivotconditionalformat/getformatconditions/ +--- +## PivotConditionalFormat::GetFormatConditions method + + +Get conditions for the pivot table conditional format . + +```cpp +FormatConditionCollection Aspose::Cells::Pivot::PivotConditionalFormat::GetFormatConditions() +``` + +## See Also + +* Class [FormatConditionCollection](../../../aspose.cells/formatconditioncollection/) +* Class [PivotConditionalFormat](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotconditionalformat/getpivotareas/_index.md b/spanish/cpp/aspose.cells.pivot/pivotconditionalformat/getpivotareas/_index.md new file mode 100644 index 00000000000..d3944fee43c --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotconditionalformat/getpivotareas/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotConditionalFormat::GetPivotAreas method +linktitle: GetPivotAreas +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotConditionalFormat::GetPivotAreas method. Gets all pivot areas in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.pivot/pivotconditionalformat/getpivotareas/ +--- +## PivotConditionalFormat::GetPivotAreas method + + +Gets all pivot areas. + +```cpp +PivotAreaCollection Aspose::Cells::Pivot::PivotConditionalFormat::GetPivotAreas() +``` + +## See Also + +* Class [PivotAreaCollection](../../pivotareacollection/) +* Class [PivotConditionalFormat](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotconditionalformat/getruletype/_index.md b/spanish/cpp/aspose.cells.pivot/pivotconditionalformat/getruletype/_index.md new file mode 100644 index 00000000000..0306e78dad9 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotconditionalformat/getruletype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotConditionalFormat::GetRuleType method +linktitle: GetRuleType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotConditionalFormat::GetRuleType method. Get and set rule type for the pivot table condition format in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.pivot/pivotconditionalformat/getruletype/ +--- +## PivotConditionalFormat::GetRuleType method + + +Get and set rule type for the pivot table condition format . + +```cpp +PivotConditionFormatRuleType Aspose::Cells::Pivot::PivotConditionalFormat::GetRuleType() +``` + +## See Also + +* Enum [PivotConditionFormatRuleType](../../pivotconditionformatruletype/) +* Class [PivotConditionalFormat](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotconditionalformat/getscopetype/_index.md b/spanish/cpp/aspose.cells.pivot/pivotconditionalformat/getscopetype/_index.md new file mode 100644 index 00000000000..d464ec715bf --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotconditionalformat/getscopetype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotConditionalFormat::GetScopeType method +linktitle: GetScopeType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotConditionalFormat::GetScopeType method. Get and set scope type for the pivot table conditional format in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.pivot/pivotconditionalformat/getscopetype/ +--- +## PivotConditionalFormat::GetScopeType method + + +Get and set scope type for the pivot table conditional format . + +```cpp +PivotConditionFormatScopeType Aspose::Cells::Pivot::PivotConditionalFormat::GetScopeType() +``` + +## See Also + +* Enum [PivotConditionFormatScopeType](../../pivotconditionformatscopetype/) +* Class [PivotConditionalFormat](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotconditionalformat/isnull/_index.md b/spanish/cpp/aspose.cells.pivot/pivotconditionalformat/isnull/_index.md new file mode 100644 index 00000000000..e635540d782 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotconditionalformat/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Pivot::PivotConditionalFormat::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotConditionalFormat::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.pivot/pivotconditionalformat/isnull/ +--- +## PivotConditionalFormat::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Pivot::PivotConditionalFormat::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotConditionalFormat](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotconditionalformat/operator_asm/_index.md b/spanish/cpp/aspose.cells.pivot/pivotconditionalformat/operator_asm/_index.md new file mode 100644 index 00000000000..282d8299722 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotconditionalformat/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::PivotConditionalFormat::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotConditionalFormat::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.pivot/pivotconditionalformat/operator_asm/ +--- +## PivotConditionalFormat::operator= method + + +operator= + +```cpp +PivotConditionalFormat & Aspose::Cells::Pivot::PivotConditionalFormat::operator=(const PivotConditionalFormat &src) +``` + +## See Also + +* Class [PivotConditionalFormat](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotConditionalFormat](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotconditionalformat/operator_bool/_index.md b/spanish/cpp/aspose.cells.pivot/pivotconditionalformat/operator_bool/_index.md new file mode 100644 index 00000000000..b8caf9f12db --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotconditionalformat/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotConditionalFormat::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotConditionalFormat::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.pivot/pivotconditionalformat/operator_bool/ +--- +## PivotConditionalFormat::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Pivot::PivotConditionalFormat::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [PivotConditionalFormat](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotconditionalformat/pivotconditionalformat/_index.md b/spanish/cpp/aspose.cells.pivot/pivotconditionalformat/pivotconditionalformat/_index.md new file mode 100644 index 00000000000..c699a44cbd9 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotconditionalformat/pivotconditionalformat/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Pivot::PivotConditionalFormat::PivotConditionalFormat constructor +linktitle: PivotConditionalFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotConditionalFormat::PivotConditionalFormat constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.pivot/pivotconditionalformat/pivotconditionalformat/ +--- +## PivotConditionalFormat::PivotConditionalFormat(PivotConditionalFormat_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Pivot::PivotConditionalFormat::PivotConditionalFormat(PivotConditionalFormat_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotConditionalFormat](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotConditionalFormat::PivotConditionalFormat(const PivotConditionalFormat\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Pivot::PivotConditionalFormat::PivotConditionalFormat(const PivotConditionalFormat &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotConditionalFormat](../) +* Class [PivotConditionalFormat](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotconditionalformat/setruletype/_index.md b/spanish/cpp/aspose.cells.pivot/pivotconditionalformat/setruletype/_index.md new file mode 100644 index 00000000000..66d37bfc0d2 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotconditionalformat/setruletype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::PivotConditionalFormat::SetRuleType method +linktitle: SetRuleType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotConditionalFormat::SetRuleType method. Get and set rule type for the pivot table condition format in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.pivot/pivotconditionalformat/setruletype/ +--- +## PivotConditionalFormat::SetRuleType method + + +Get and set rule type for the pivot table condition format . + +```cpp +void Aspose::Cells::Pivot::PivotConditionalFormat::SetRuleType(PivotConditionFormatRuleType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PivotConditionFormatRuleType](../../pivotconditionformatruletype/) +* Class [PivotConditionalFormat](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotconditionalformat/setscopetype/_index.md b/spanish/cpp/aspose.cells.pivot/pivotconditionalformat/setscopetype/_index.md new file mode 100644 index 00000000000..cc5806a44ec --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotconditionalformat/setscopetype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::PivotConditionalFormat::SetScopeType method +linktitle: SetScopeType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotConditionalFormat::SetScopeType method. Get and set scope type for the pivot table conditional format in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.pivot/pivotconditionalformat/setscopetype/ +--- +## PivotConditionalFormat::SetScopeType method + + +Get and set scope type for the pivot table conditional format . + +```cpp +void Aspose::Cells::Pivot::PivotConditionalFormat::SetScopeType(PivotConditionFormatScopeType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PivotConditionFormatScopeType](../../pivotconditionformatscopetype/) +* Class [PivotConditionalFormat](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotconditionalformat/~pivotconditionalformat/_index.md b/spanish/cpp/aspose.cells.pivot/pivotconditionalformat/~pivotconditionalformat/_index.md new file mode 100644 index 00000000000..2da8e5c9cbd --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotconditionalformat/~pivotconditionalformat/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotConditionalFormat::~PivotConditionalFormat method +linktitle: ~PivotConditionalFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotConditionalFormat::~PivotConditionalFormat method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.pivot/pivotconditionalformat/~pivotconditionalformat/ +--- +## PivotConditionalFormat::~PivotConditionalFormat method + + +Destructor. + +```cpp +Aspose::Cells::Pivot::PivotConditionalFormat::~PivotConditionalFormat() +``` + +## See Also + +* Class [PivotConditionalFormat](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotconditionalformatcollection/_impl/_index.md b/spanish/cpp/aspose.cells.pivot/pivotconditionalformatcollection/_impl/_index.md new file mode 100644 index 00000000000..459a5d3a337 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotconditionalformatcollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotConditionalFormatCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotConditionalFormatCollection::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.pivot/pivotconditionalformatcollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +PivotConditionalFormatCollection_Impl* Aspose::Cells::Pivot::PivotConditionalFormatCollection::_impl +``` + +## See Also + +* Class [PivotConditionalFormatCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotconditionalformatcollection/_index.md b/spanish/cpp/aspose.cells.pivot/pivotconditionalformatcollection/_index.md new file mode 100644 index 00000000000..ab018e3192b --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotconditionalformatcollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Pivot::PivotConditionalFormatCollection class +linktitle: PivotConditionalFormatCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotConditionalFormatCollection class. Represents all conditional formats of pivot table in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.pivot/pivotconditionalformatcollection/ +--- +## PivotConditionalFormatCollection class + + +Represents all conditional formats of pivot table. + +```cpp +class PivotConditionalFormatCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add()](./add/) | Adds a pivot [FormatCondition](../../aspose.cells/formatcondition/) to the collection. | +| [Get(int32_t index)](./get/) | Gets the pivot [FormatCondition](../../aspose.cells/formatcondition/) object at the specific index. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const PivotConditionalFormatCollection\& src)](./operator_asm/) | operator= | +| [PivotConditionalFormatCollection(PivotConditionalFormatCollection_Impl* impl)](./pivotconditionalformatcollection/) | Constructs from an implementation object. | +| [PivotConditionalFormatCollection(const PivotConditionalFormatCollection\& src)](./pivotconditionalformatcollection/) | Copy constructor. | +| [~PivotConditionalFormatCollection()](./~pivotconditionalformatcollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Pivot](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotconditionalformatcollection/add/_index.md b/spanish/cpp/aspose.cells.pivot/pivotconditionalformatcollection/add/_index.md new file mode 100644 index 00000000000..ab92322336b --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotconditionalformatcollection/add/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Pivot::PivotConditionalFormatCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotConditionalFormatCollection::Add method. Adds a pivot FormatCondition to the collection in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.pivot/pivotconditionalformatcollection/add/ +--- +## PivotConditionalFormatCollection::Add method + + +Adds a pivot [FormatCondition](../../../aspose.cells/formatcondition/) to the collection. + +```cpp +int32_t Aspose::Cells::Pivot::PivotConditionalFormatCollection::Add() +``` + + +## ReturnValue + +pivot [FormatCondition](../../../aspose.cells/formatcondition/) object index. +## Remarks + + + +not supported +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotConditionalFormatCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotconditionalformatcollection/get/_index.md b/spanish/cpp/aspose.cells.pivot/pivotconditionalformatcollection/get/_index.md new file mode 100644 index 00000000000..3a976a40d6e --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotconditionalformatcollection/get/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Pivot::PivotConditionalFormatCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotConditionalFormatCollection::Get method. Gets the pivot FormatCondition object at the specific index in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.pivot/pivotconditionalformatcollection/get/ +--- +## PivotConditionalFormatCollection::Get method + + +Gets the pivot [FormatCondition](../../../aspose.cells/formatcondition/) object at the specific index. + +```cpp +PivotConditionalFormat Aspose::Cells::Pivot::PivotConditionalFormatCollection::Get(int32_t index) +``` + + +## ReturnValue + +pivot [FormatCondition](../../../aspose.cells/formatcondition/) object. + +## See Also + +* Class [PivotConditionalFormat](../../pivotconditionalformat/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotConditionalFormatCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotconditionalformatcollection/getcount/_index.md b/spanish/cpp/aspose.cells.pivot/pivotconditionalformatcollection/getcount/_index.md new file mode 100644 index 00000000000..939e28466a8 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotconditionalformatcollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotConditionalFormatCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::Pivot::PivotConditionalFormatCollection class in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.pivot/pivotconditionalformatcollection/getcount/ +--- +## PivotConditionalFormatCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::Pivot::PivotConditionalFormatCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotConditionalFormatCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotconditionalformatcollection/isnull/_index.md b/spanish/cpp/aspose.cells.pivot/pivotconditionalformatcollection/isnull/_index.md new file mode 100644 index 00000000000..ee59b9a1550 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotconditionalformatcollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Pivot::PivotConditionalFormatCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotConditionalFormatCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.pivot/pivotconditionalformatcollection/isnull/ +--- +## PivotConditionalFormatCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Pivot::PivotConditionalFormatCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotConditionalFormatCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotconditionalformatcollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.pivot/pivotconditionalformatcollection/operator_asm/_index.md new file mode 100644 index 00000000000..3282dcaf178 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotconditionalformatcollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::PivotConditionalFormatCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotConditionalFormatCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.pivot/pivotconditionalformatcollection/operator_asm/ +--- +## PivotConditionalFormatCollection::operator= method + + +operator= + +```cpp +PivotConditionalFormatCollection & Aspose::Cells::Pivot::PivotConditionalFormatCollection::operator=(const PivotConditionalFormatCollection &src) +``` + +## See Also + +* Class [PivotConditionalFormatCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotConditionalFormatCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotconditionalformatcollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.pivot/pivotconditionalformatcollection/operator_bool/_index.md new file mode 100644 index 00000000000..bfc1a0ffe91 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotconditionalformatcollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotConditionalFormatCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotConditionalFormatCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.pivot/pivotconditionalformatcollection/operator_bool/ +--- +## PivotConditionalFormatCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Pivot::PivotConditionalFormatCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [PivotConditionalFormatCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotconditionalformatcollection/pivotconditionalformatcollection/_index.md b/spanish/cpp/aspose.cells.pivot/pivotconditionalformatcollection/pivotconditionalformatcollection/_index.md new file mode 100644 index 00000000000..96523908b5f --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotconditionalformatcollection/pivotconditionalformatcollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Pivot::PivotConditionalFormatCollection::PivotConditionalFormatCollection constructor +linktitle: PivotConditionalFormatCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotConditionalFormatCollection::PivotConditionalFormatCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.pivot/pivotconditionalformatcollection/pivotconditionalformatcollection/ +--- +## PivotConditionalFormatCollection::PivotConditionalFormatCollection(PivotConditionalFormatCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Pivot::PivotConditionalFormatCollection::PivotConditionalFormatCollection(PivotConditionalFormatCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotConditionalFormatCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotConditionalFormatCollection::PivotConditionalFormatCollection(const PivotConditionalFormatCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Pivot::PivotConditionalFormatCollection::PivotConditionalFormatCollection(const PivotConditionalFormatCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotConditionalFormatCollection](../) +* Class [PivotConditionalFormatCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotconditionalformatcollection/~pivotconditionalformatcollection/_index.md b/spanish/cpp/aspose.cells.pivot/pivotconditionalformatcollection/~pivotconditionalformatcollection/_index.md new file mode 100644 index 00000000000..3e3d0e02288 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotconditionalformatcollection/~pivotconditionalformatcollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotConditionalFormatCollection::~PivotConditionalFormatCollection method +linktitle: ~PivotConditionalFormatCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotConditionalFormatCollection::~PivotConditionalFormatCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.pivot/pivotconditionalformatcollection/~pivotconditionalformatcollection/ +--- +## PivotConditionalFormatCollection::~PivotConditionalFormatCollection method + + +Destructor. + +```cpp +Aspose::Cells::Pivot::PivotConditionalFormatCollection::~PivotConditionalFormatCollection() +``` + +## See Also + +* Class [PivotConditionalFormatCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotconditionformatruletype/_index.md b/spanish/cpp/aspose.cells.pivot/pivotconditionformatruletype/_index.md new file mode 100644 index 00000000000..b0cc5782a91 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotconditionformatruletype/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Cells::Pivot::PivotConditionFormatRuleType enum +linktitle: PivotConditionFormatRuleType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotConditionFormatRuleType enum. Represents PivotTable condition formatting rule type in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells.pivot/pivotconditionformatruletype/ +--- +## PivotConditionFormatRuleType enum + + +Represents [PivotTable](../pivottable/) condition formatting rule type. + +```cpp +enum class PivotConditionFormatRuleType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| None | 0 |
Indicates that Top N conditional formatting is not evaluated. | +| All | 1 |
Indicates that Top N conditional formatting is evaluated across the entire scope range. | +| Row | 2 |
Indicates that Top N conditional formatting is evaluated for each row. | +| Column | 3 |
Indicates that Top N conditional formatting is evaluated for each column. | + +## See Also + +* Namespace [Aspose::Cells::Pivot](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotconditionformatscopetype/_index.md b/spanish/cpp/aspose.cells.pivot/pivotconditionformatscopetype/_index.md new file mode 100644 index 00000000000..320f7d808b5 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotconditionformatscopetype/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Pivot::PivotConditionFormatScopeType enum +linktitle: PivotConditionFormatScopeType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotConditionFormatScopeType enum. Represents PivotTable condition formatting scope type in C++.' +type: docs +weight: 3100 +url: /es/cpp/aspose.cells.pivot/pivotconditionformatscopetype/ +--- +## PivotConditionFormatScopeType enum + + +Represents [PivotTable](../pivottable/) condition formatting scope type. + +```cpp +enum class PivotConditionFormatScopeType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Data | 0 |
Indicates that conditional formatting is applied to the selected data fields. | +| Field | 1 |
Indicates that conditional formatting is applied to the selected [PivotTable](../pivottable/) field intersections. | +| Selection | 2 |
Indicates that conditional formatting is applied to the selected cells. | + +## See Also + +* Namespace [Aspose::Cells::Pivot](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/_impl/_index.md b/spanish/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/_impl/_index.md new file mode 100644 index 00000000000..c675943af79 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotDateTimeRangeGroupSettings::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotDateTimeRangeGroupSettings::_impl field. The implementation object in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +PivotDateTimeRangeGroupSettings_Impl* Aspose::Cells::Pivot::PivotDateTimeRangeGroupSettings::_impl +``` + +## See Also + +* Class [PivotDateTimeRangeGroupSettings](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/_index.md b/spanish/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/_index.md new file mode 100644 index 00000000000..b638748e39a --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/_index.md @@ -0,0 +1,50 @@ +--- +title: Aspose::Cells::Pivot::PivotDateTimeRangeGroupSettings class +linktitle: PivotDateTimeRangeGroupSettings +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotDateTimeRangeGroupSettings class. Represents the field grouped by date time range in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/ +--- +## PivotDateTimeRangeGroupSettings class + + +Represents the field grouped by date time range. + +```cpp +class PivotDateTimeRangeGroupSettings : public Aspose::Cells::Pivot::PivotFieldGroupSettings +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetEnd()](./getend/) | Gets the end date time of the group. | +| [GetGroupByTypes()](./getgroupbytypes/) | Gets the types of grouping by date time. | +| [GetInterval()](./getinterval/) | Gets the internal of the group. | +| [GetStart()](./getstart/) | Gets the start date time of the group. | +| [GetType()](./gettype/) | Gets the data time group type. | +| [IsGroupedBy(PivotGroupByType type)](./isgroupedby/) | Check whether the field is grouped by the type. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const PivotDateTimeRangeGroupSettings\& src)](./operator_asm/) | operator= | +| [operator=(const PivotFieldGroupSettings\& src)](../pivotfieldgroupsettings/operator_asm/) | operator= | +| [PivotDateTimeRangeGroupSettings(PivotDateTimeRangeGroupSettings_Impl* impl)](./pivotdatetimerangegroupsettings/) | Constructs from an implementation object. | +| [PivotDateTimeRangeGroupSettings(const PivotDateTimeRangeGroupSettings\& src)](./pivotdatetimerangegroupsettings/) | Copy constructor. | +| [PivotDateTimeRangeGroupSettings(const PivotFieldGroupSettings\& src)](./pivotdatetimerangegroupsettings/) | Constructs from a parent object. | +| [PivotFieldGroupSettings()](../pivotfieldgroupsettings/pivotfieldgroupsettings/) | Default constructor. | +| [PivotFieldGroupSettings(PivotFieldGroupSettings_Impl* impl)](../pivotfieldgroupsettings/pivotfieldgroupsettings/) | Constructs from an implementation object. | +| [PivotFieldGroupSettings(const PivotFieldGroupSettings\& src)](../pivotfieldgroupsettings/pivotfieldgroupsettings/) | Copy constructor. | +| [~PivotDateTimeRangeGroupSettings()](./~pivotdatetimerangegroupsettings/) | Destructor. | +| [~PivotFieldGroupSettings()](../pivotfieldgroupsettings/~pivotfieldgroupsettings/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [PivotFieldGroupSettings](../pivotfieldgroupsettings/) +* Namespace [Aspose::Cells::Pivot](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/getend/_index.md b/spanish/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/getend/_index.md new file mode 100644 index 00000000000..7a72c6eb30a --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/getend/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotDateTimeRangeGroupSettings::GetEnd method +linktitle: GetEnd +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotDateTimeRangeGroupSettings::GetEnd method. Gets the end date time of the group in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/getend/ +--- +## PivotDateTimeRangeGroupSettings::GetEnd method + + +Gets the end date time of the group. + +```cpp +Date Aspose::Cells::Pivot::PivotDateTimeRangeGroupSettings::GetEnd() +``` + +## See Also + +* Class [PivotDateTimeRangeGroupSettings](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/getgroupbytypes/_index.md b/spanish/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/getgroupbytypes/_index.md new file mode 100644 index 00000000000..da37501c7b8 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/getgroupbytypes/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::PivotDateTimeRangeGroupSettings::GetGroupByTypes method +linktitle: GetGroupByTypes +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotDateTimeRangeGroupSettings::GetGroupByTypes method. Gets the types of grouping by date time in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/getgroupbytypes/ +--- +## PivotDateTimeRangeGroupSettings::GetGroupByTypes method + + +Gets the types of grouping by date time. + +```cpp +Vector Aspose::Cells::Pivot::PivotDateTimeRangeGroupSettings::GetGroupByTypes() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PivotGroupByType](../../pivotgroupbytype/) +* Class [PivotDateTimeRangeGroupSettings](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/getinterval/_index.md b/spanish/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/getinterval/_index.md new file mode 100644 index 00000000000..7c560ce91cd --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/getinterval/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotDateTimeRangeGroupSettings::GetInterval method +linktitle: GetInterval +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotDateTimeRangeGroupSettings::GetInterval method. Gets the internal of the group in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/getinterval/ +--- +## PivotDateTimeRangeGroupSettings::GetInterval method + + +Gets the internal of the group. + +```cpp +double Aspose::Cells::Pivot::PivotDateTimeRangeGroupSettings::GetInterval() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotDateTimeRangeGroupSettings](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/getstart/_index.md b/spanish/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/getstart/_index.md new file mode 100644 index 00000000000..25a853d9d75 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/getstart/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotDateTimeRangeGroupSettings::GetStart method +linktitle: GetStart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotDateTimeRangeGroupSettings::GetStart method. Gets the start date time of the group in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/getstart/ +--- +## PivotDateTimeRangeGroupSettings::GetStart method + + +Gets the start date time of the group. + +```cpp +Date Aspose::Cells::Pivot::PivotDateTimeRangeGroupSettings::GetStart() +``` + +## See Also + +* Class [PivotDateTimeRangeGroupSettings](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/gettype/_index.md b/spanish/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/gettype/_index.md new file mode 100644 index 00000000000..598ddecab17 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotDateTimeRangeGroupSettings::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotDateTimeRangeGroupSettings::GetType method. Gets the data time group type in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/gettype/ +--- +## PivotDateTimeRangeGroupSettings::GetType method + + +Gets the data time group type. + +```cpp +PivotFieldGroupType Aspose::Cells::Pivot::PivotDateTimeRangeGroupSettings::GetType() +``` + +## See Also + +* Enum [PivotFieldGroupType](../../pivotfieldgrouptype/) +* Class [PivotDateTimeRangeGroupSettings](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/isgroupedby/_index.md b/spanish/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/isgroupedby/_index.md new file mode 100644 index 00000000000..8cd67a61e14 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/isgroupedby/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Pivot::PivotDateTimeRangeGroupSettings::IsGroupedBy method +linktitle: IsGroupedBy +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotDateTimeRangeGroupSettings::IsGroupedBy method. Check whether the field is grouped by the type in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/isgroupedby/ +--- +## PivotDateTimeRangeGroupSettings::IsGroupedBy method + + +Check whether the field is grouped by the type. + +```cpp +bool Aspose::Cells::Pivot::PivotDateTimeRangeGroupSettings::IsGroupedBy(PivotGroupByType type) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| type | PivotGroupByType | The group type | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PivotGroupByType](../../pivotgroupbytype/) +* Class [PivotDateTimeRangeGroupSettings](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/isnull/_index.md b/spanish/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/isnull/_index.md new file mode 100644 index 00000000000..1bfc0ed44ef --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Pivot::PivotDateTimeRangeGroupSettings::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotDateTimeRangeGroupSettings::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/isnull/ +--- +## PivotDateTimeRangeGroupSettings::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Pivot::PivotDateTimeRangeGroupSettings::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotDateTimeRangeGroupSettings](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/operator_asm/_index.md b/spanish/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/operator_asm/_index.md new file mode 100644 index 00000000000..1e032557855 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::PivotDateTimeRangeGroupSettings::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotDateTimeRangeGroupSettings::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/operator_asm/ +--- +## PivotDateTimeRangeGroupSettings::operator= method + + +operator= + +```cpp +PivotDateTimeRangeGroupSettings & Aspose::Cells::Pivot::PivotDateTimeRangeGroupSettings::operator=(const PivotDateTimeRangeGroupSettings &src) +``` + +## See Also + +* Class [PivotDateTimeRangeGroupSettings](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotDateTimeRangeGroupSettings](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/operator_bool/_index.md b/spanish/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/operator_bool/_index.md new file mode 100644 index 00000000000..3f5017030f0 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotDateTimeRangeGroupSettings::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotDateTimeRangeGroupSettings::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/operator_bool/ +--- +## PivotDateTimeRangeGroupSettings::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Pivot::PivotDateTimeRangeGroupSettings::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [PivotDateTimeRangeGroupSettings](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/pivotdatetimerangegroupsettings/_index.md b/spanish/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/pivotdatetimerangegroupsettings/_index.md new file mode 100644 index 00000000000..eb04b113493 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/pivotdatetimerangegroupsettings/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Pivot::PivotDateTimeRangeGroupSettings::PivotDateTimeRangeGroupSettings constructor +linktitle: PivotDateTimeRangeGroupSettings +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotDateTimeRangeGroupSettings::PivotDateTimeRangeGroupSettings constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/pivotdatetimerangegroupsettings/ +--- +## PivotDateTimeRangeGroupSettings::PivotDateTimeRangeGroupSettings(PivotDateTimeRangeGroupSettings_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Pivot::PivotDateTimeRangeGroupSettings::PivotDateTimeRangeGroupSettings(PivotDateTimeRangeGroupSettings_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotDateTimeRangeGroupSettings](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotDateTimeRangeGroupSettings::PivotDateTimeRangeGroupSettings(const PivotDateTimeRangeGroupSettings\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Pivot::PivotDateTimeRangeGroupSettings::PivotDateTimeRangeGroupSettings(const PivotDateTimeRangeGroupSettings &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotDateTimeRangeGroupSettings](../) +* Class [PivotDateTimeRangeGroupSettings](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotDateTimeRangeGroupSettings::PivotDateTimeRangeGroupSettings(const PivotFieldGroupSettings\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Pivot::PivotDateTimeRangeGroupSettings::PivotDateTimeRangeGroupSettings(const PivotFieldGroupSettings &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFieldGroupSettings](../../pivotfieldgroupsettings/) +* Class [PivotDateTimeRangeGroupSettings](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/~pivotdatetimerangegroupsettings/_index.md b/spanish/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/~pivotdatetimerangegroupsettings/_index.md new file mode 100644 index 00000000000..0cfe3b3dff8 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/~pivotdatetimerangegroupsettings/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotDateTimeRangeGroupSettings::~PivotDateTimeRangeGroupSettings method +linktitle: ~PivotDateTimeRangeGroupSettings +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotDateTimeRangeGroupSettings::~PivotDateTimeRangeGroupSettings method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.pivot/pivotdatetimerangegroupsettings/~pivotdatetimerangegroupsettings/ +--- +## PivotDateTimeRangeGroupSettings::~PivotDateTimeRangeGroupSettings method + + +Destructor. + +```cpp +Aspose::Cells::Pivot::PivotDateTimeRangeGroupSettings::~PivotDateTimeRangeGroupSettings() +``` + +## See Also + +* Class [PivotDateTimeRangeGroupSettings](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotdiscretegroupsettings/_impl/_index.md b/spanish/cpp/aspose.cells.pivot/pivotdiscretegroupsettings/_impl/_index.md new file mode 100644 index 00000000000..bddb9f4b7a6 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotdiscretegroupsettings/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotDiscreteGroupSettings::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotDiscreteGroupSettings::_impl field. The implementation object in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.pivot/pivotdiscretegroupsettings/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +PivotDiscreteGroupSettings_Impl* Aspose::Cells::Pivot::PivotDiscreteGroupSettings::_impl +``` + +## See Also + +* Class [PivotDiscreteGroupSettings](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotdiscretegroupsettings/_index.md b/spanish/cpp/aspose.cells.pivot/pivotdiscretegroupsettings/_index.md new file mode 100644 index 00000000000..745a3cb6e4b --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotdiscretegroupsettings/_index.md @@ -0,0 +1,46 @@ +--- +title: Aspose::Cells::Pivot::PivotDiscreteGroupSettings class +linktitle: PivotDiscreteGroupSettings +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotDiscreteGroupSettings class. Rrepsents the discrete group of pivot field in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.pivot/pivotdiscretegroupsettings/ +--- +## PivotDiscreteGroupSettings class + + +Rrepsents the discrete group of pivot field. + +```cpp +class PivotDiscreteGroupSettings : public Aspose::Cells::Pivot::PivotFieldGroupSettings +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetItems()](./getitems/) | Gets the discrete items. | +| [GetType()](./gettype/) | Gets the group type. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const PivotDiscreteGroupSettings\& src)](./operator_asm/) | operator= | +| [operator=(const PivotFieldGroupSettings\& src)](../pivotfieldgroupsettings/operator_asm/) | operator= | +| [PivotDiscreteGroupSettings(PivotDiscreteGroupSettings_Impl* impl)](./pivotdiscretegroupsettings/) | Constructs from an implementation object. | +| [PivotDiscreteGroupSettings(const PivotDiscreteGroupSettings\& src)](./pivotdiscretegroupsettings/) | Copy constructor. | +| [PivotDiscreteGroupSettings(const PivotFieldGroupSettings\& src)](./pivotdiscretegroupsettings/) | Constructs from a parent object. | +| [PivotFieldGroupSettings()](../pivotfieldgroupsettings/pivotfieldgroupsettings/) | Default constructor. | +| [PivotFieldGroupSettings(PivotFieldGroupSettings_Impl* impl)](../pivotfieldgroupsettings/pivotfieldgroupsettings/) | Constructs from an implementation object. | +| [PivotFieldGroupSettings(const PivotFieldGroupSettings\& src)](../pivotfieldgroupsettings/pivotfieldgroupsettings/) | Copy constructor. | +| [~PivotDiscreteGroupSettings()](./~pivotdiscretegroupsettings/) | Destructor. | +| [~PivotFieldGroupSettings()](../pivotfieldgroupsettings/~pivotfieldgroupsettings/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [PivotFieldGroupSettings](../pivotfieldgroupsettings/) +* Namespace [Aspose::Cells::Pivot](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotdiscretegroupsettings/getitems/_index.md b/spanish/cpp/aspose.cells.pivot/pivotdiscretegroupsettings/getitems/_index.md new file mode 100644 index 00000000000..c14d0f7b6c3 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotdiscretegroupsettings/getitems/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::PivotDiscreteGroupSettings::GetItems method +linktitle: GetItems +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotDiscreteGroupSettings::GetItems method. Gets the discrete items in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.pivot/pivotdiscretegroupsettings/getitems/ +--- +## PivotDiscreteGroupSettings::GetItems method + + +Gets the discrete items. + +```cpp +Vector Aspose::Cells::Pivot::PivotDiscreteGroupSettings::GetItems() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomPiovtFieldGroupItem](../../custompiovtfieldgroupitem/) +* Class [PivotDiscreteGroupSettings](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotdiscretegroupsettings/gettype/_index.md b/spanish/cpp/aspose.cells.pivot/pivotdiscretegroupsettings/gettype/_index.md new file mode 100644 index 00000000000..b6c70774a26 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotdiscretegroupsettings/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotDiscreteGroupSettings::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotDiscreteGroupSettings::GetType method. Gets the group type in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.pivot/pivotdiscretegroupsettings/gettype/ +--- +## PivotDiscreteGroupSettings::GetType method + + +Gets the group type. + +```cpp +PivotFieldGroupType Aspose::Cells::Pivot::PivotDiscreteGroupSettings::GetType() +``` + +## See Also + +* Enum [PivotFieldGroupType](../../pivotfieldgrouptype/) +* Class [PivotDiscreteGroupSettings](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotdiscretegroupsettings/isnull/_index.md b/spanish/cpp/aspose.cells.pivot/pivotdiscretegroupsettings/isnull/_index.md new file mode 100644 index 00000000000..f3f997d994c --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotdiscretegroupsettings/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Pivot::PivotDiscreteGroupSettings::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotDiscreteGroupSettings::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.pivot/pivotdiscretegroupsettings/isnull/ +--- +## PivotDiscreteGroupSettings::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Pivot::PivotDiscreteGroupSettings::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotDiscreteGroupSettings](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotdiscretegroupsettings/operator_asm/_index.md b/spanish/cpp/aspose.cells.pivot/pivotdiscretegroupsettings/operator_asm/_index.md new file mode 100644 index 00000000000..905c43f314f --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotdiscretegroupsettings/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::PivotDiscreteGroupSettings::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotDiscreteGroupSettings::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.pivot/pivotdiscretegroupsettings/operator_asm/ +--- +## PivotDiscreteGroupSettings::operator= method + + +operator= + +```cpp +PivotDiscreteGroupSettings & Aspose::Cells::Pivot::PivotDiscreteGroupSettings::operator=(const PivotDiscreteGroupSettings &src) +``` + +## See Also + +* Class [PivotDiscreteGroupSettings](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotDiscreteGroupSettings](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotdiscretegroupsettings/operator_bool/_index.md b/spanish/cpp/aspose.cells.pivot/pivotdiscretegroupsettings/operator_bool/_index.md new file mode 100644 index 00000000000..be1cb6b4e25 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotdiscretegroupsettings/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotDiscreteGroupSettings::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotDiscreteGroupSettings::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.pivot/pivotdiscretegroupsettings/operator_bool/ +--- +## PivotDiscreteGroupSettings::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Pivot::PivotDiscreteGroupSettings::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [PivotDiscreteGroupSettings](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotdiscretegroupsettings/pivotdiscretegroupsettings/_index.md b/spanish/cpp/aspose.cells.pivot/pivotdiscretegroupsettings/pivotdiscretegroupsettings/_index.md new file mode 100644 index 00000000000..60e2c174706 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotdiscretegroupsettings/pivotdiscretegroupsettings/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Pivot::PivotDiscreteGroupSettings::PivotDiscreteGroupSettings constructor +linktitle: PivotDiscreteGroupSettings +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotDiscreteGroupSettings::PivotDiscreteGroupSettings constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.pivot/pivotdiscretegroupsettings/pivotdiscretegroupsettings/ +--- +## PivotDiscreteGroupSettings::PivotDiscreteGroupSettings(PivotDiscreteGroupSettings_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Pivot::PivotDiscreteGroupSettings::PivotDiscreteGroupSettings(PivotDiscreteGroupSettings_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotDiscreteGroupSettings](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotDiscreteGroupSettings::PivotDiscreteGroupSettings(const PivotDiscreteGroupSettings\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Pivot::PivotDiscreteGroupSettings::PivotDiscreteGroupSettings(const PivotDiscreteGroupSettings &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotDiscreteGroupSettings](../) +* Class [PivotDiscreteGroupSettings](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotDiscreteGroupSettings::PivotDiscreteGroupSettings(const PivotFieldGroupSettings\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Pivot::PivotDiscreteGroupSettings::PivotDiscreteGroupSettings(const PivotFieldGroupSettings &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFieldGroupSettings](../../pivotfieldgroupsettings/) +* Class [PivotDiscreteGroupSettings](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotdiscretegroupsettings/~pivotdiscretegroupsettings/_index.md b/spanish/cpp/aspose.cells.pivot/pivotdiscretegroupsettings/~pivotdiscretegroupsettings/_index.md new file mode 100644 index 00000000000..fe9036f7614 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotdiscretegroupsettings/~pivotdiscretegroupsettings/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotDiscreteGroupSettings::~PivotDiscreteGroupSettings method +linktitle: ~PivotDiscreteGroupSettings +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotDiscreteGroupSettings::~PivotDiscreteGroupSettings method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.pivot/pivotdiscretegroupsettings/~pivotdiscretegroupsettings/ +--- +## PivotDiscreteGroupSettings::~PivotDiscreteGroupSettings method + + +Destructor. + +```cpp +Aspose::Cells::Pivot::PivotDiscreteGroupSettings::~PivotDiscreteGroupSettings() +``` + +## See Also + +* Class [PivotDiscreteGroupSettings](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/_impl/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/_impl/_index.md new file mode 100644 index 00000000000..c718b4e3536 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotField::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::_impl field. The implementation object in C++.' +type: docs +weight: 10000 +url: /es/cpp/aspose.cells.pivot/pivotfield/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +PivotField_Impl* Aspose::Cells::Pivot::PivotField::_impl +``` + +## See Also + +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/_index.md new file mode 100644 index 00000000000..f81a6315945 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/_index.md @@ -0,0 +1,208 @@ +--- +title: Aspose::Cells::Pivot::PivotField class +linktitle: PivotField +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField class. Represents a field in a PivotTable report in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.pivot/pivotfield/ +--- +## PivotField class + + +Represents a field in a [PivotTable](../pivottable/) report. + +```cpp +class PivotField +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddCalculatedItem(const U16String\& name, const U16String\& formula)](./addcalculateditem/) | Add a calculated formula item to the pivot field. | +| [AddCalculatedItem(const char16_t* name, const char16_t* formula)](./addcalculateditem/) | Add a calculated formula item to the pivot field. | +| [ClearFilter()](./clearfilter/) | Clears filter setting on this pivot field. | +| [FilterByDate(PivotFilterType type, const Date\& dateTime1, const Date\& dateTime2)](./filterbydate/) | Filters by date values of row or column pivot field. | +| [FilterByLabel(PivotFilterType type, const U16String\& label1, const U16String\& label2)](./filterbylabel/) | Filters by captions of row or column pivot field. | +| [FilterByLabel(PivotFilterType type, const char16_t* label1, const char16_t* label2)](./filterbylabel/) | Filters by captions of row or column pivot field. | +| [FilterByValue(int32_t valueFieldIndex, PivotFilterType type, double value1, double value2)](./filterbyvalue/) | Filters by values of data pivot field. | +| [FilterTop10(int32_t valueFieldIndex, PivotFilterType type, bool isTop, int32_t itemCount)](./filtertop10/) | Filters by values of data pivot field. | +| [Get_NumberFormat()](./get_numberformat/) | Represents the custom display format of numbers and dates. | +| [GetAutoShowCount()](./getautoshowcount/) | Represent the number of top or bottom items that are automatically shown in the specified [PivotTable](../pivottable/) field. | +| [GetAutoShowField()](./getautoshowfield/) | Represents auto show field index. -1 means [PivotField](./) itself. It should be the index of the data fields. | +| [GetAutoSortField()](./getautosortfield/) | Represents the index of field which is auto sorted. -1 means [PivotField](./) itself,others means the position of the data fields. | +| [GetBaseIndex()](./getbaseindex/) | Represents the index in the source pivot fields. | +| [GetCurrentPageItem()](./getcurrentpageitem/) | Represents the current selected page item of the page field to filter data. Only valid for page fields. | +| [GetDisplayName()](./getdisplayname/) | Represents the display name of pivot field in the pivot table view. | +| [GetDragToColumn()](./getdragtocolumn/) | Indicates whether the specified field can be dragged to the column position. The default value is true. | +| [GetDragToData()](./getdragtodata/) | Indicates whether the specified field can be dragged to the values region. The default value is true. | +| [GetDragToHide()](./getdragtohide/) | Indicates whether the specified field can be dragged to the hide region. The default value is true. | +| [GetDragToPage()](./getdragtopage/) | Indicates whether the specified field can be dragged to the page position. The default value is true. | +| [GetDragToRow()](./getdragtorow/) | Indicates whether the specified field can be dragged to the row region. The default value is true. | +| [GetFilters()](./getfilters/) | Gets all pivot filters applied for this pivot field. | +| [GetFormula()](./getformula/) | Gets the formula of the calculated field . Only works for calculated field. | +| [GetFunction()](./getfunction/) | Represents the function used to summarize this [PivotTable](../pivottable/) data field. | +| [GetGroupSettings()](./getgroupsettings/) | Gets the group settings of the pivot field. | +| [GetInsertBlankRow()](./getinsertblankrow/) | Indicates whether to insert a blank line after each item. | +| [GetItemCount()](./getitemcount/) | Gets the count of the base items in this pivot field. | +| [GetItems()](./getitems/) | Get all labels of pivot items in this field. | +| [GetMaxValue()](./getmaxvalue/) | Gets the max value of this field. | +| [GetMinValue()](./getminvalue/) | Gets the max value of this field. | +| [GetName()](./getname/) | Represents the name of [PivotField](./). | +| [GetNonAutoSortDefault()](./getnonautosortdefault/) | Indicates whether a sort operation that will be applied to this pivot field is an autosort operation or a simple data sort. | +| [GetNumber()](./getnumber/) | Represents the built-in display format of numbers and dates. | +| [GetOriginalItems()](./getoriginalitems/) | Get the original base items;. | +| [GetPivotFilterByType(PivotFilterType type)](./getpivotfilterbytype/) | Gets the pivot filter of the pivot field by type. | +| [GetPivotItems()](./getpivotitems/) | Gets the pivot items of the pivot field. | +| [GetPosition()](./getposition/) | Represents the index of [PivotField](./) in the region. | +| [GetRegionType()](./getregiontype/) | Specifies the region of the [PivotTable](../pivottable/) that this field is displayed. | +| [GetShowAllItems()](./getshowallitems/) | Indicates whether to display all items in the [PivotTable](../pivottable/) view, even if they don't contain summary data. The default value is false. | +| [GetShowCompact()](./getshowcompact/) | Indicates whether to display labels of the next field in the same column on the [Pivot](../) Table view. | +| [GetShowInOutlineForm()](./getshowinoutlineform/) | Indicates whether to layout this field in outline form on the [Pivot](../) Table view. | +| [GetShowSubtotalAtTop()](./getshowsubtotalattop/) | Indicates whether to display subtotals at the top or bottom of items when ShowInOutlineForm is true, then. | +| [GetShowValuesSetting()](./getshowvaluessetting/) | Gets the settings of showing values as when the ShowDataAs calculation is in use. | +| [GetSortSetting()](./getsortsetting/) | Gets all settings of auto sorting. | +| [GetSubtotals(PivotFieldSubtotalType subtotalType)](./getsubtotals/) | Indicates whether to show specified subtotal for this pivot field. | +| [GroupBy(double interval, bool newField)](./groupby/) | Automatically group the field with internal. | +| [GroupBy(const Vector \\& groups, double interval, bool newField)](./groupby/) | Automatically group the field with internal. | +| [GroupBy(const Date\& start, const Date\& end, const Vector \\& groups, double interval, bool firstAsNewField)](./groupby/) | Group the file by the date group types. | +| [GroupBy(bool isAutoStart, const Date\& start, bool isAutoEnd, const Date\& end, const Vector \\& groups, double interval, bool firstAsNewField)](./groupby/) | Group the file by the date group types. | +| [GroupBy(double start, double end, double interval, bool newField)](./groupby/) | Group the file by number. | +| [GroupBy(bool isAutoStart, double start, bool isAutoEnd, double end, double interval, bool newField)](./groupby/) | Group the file by number. | +| [GroupBy(const Vector \\& customGroupItems, bool newField)](./groupby/) | Custom group the field. | +| [HideDetail(bool isHiddenDetail)](./hidedetail/) | Sets whether the detail of all PivotItems in a pivot field are hidden. That is collapse/expand this field. | +| [HideItem(int32_t index, bool isHidden)](./hideitem/) | Sets whether the specific [PivotItem](../pivotitem/) in a data field is hidden. | +| [HideItem(const U16String\& itemValue, bool isHidden)](./hideitem/) | Sets whether the specific [PivotItem](../pivotitem/) in a data field is hidden. | +| [HideItem(const char16_t* itemValue, bool isHidden)](./hideitem/) | Sets whether the specific [PivotItem](../pivotitem/) in a data field is hidden. | +| [HideItemDetail(int32_t index, bool isHiddenDetail)](./hideitemdetail/) | Sets whether the specific [PivotItem](../pivotitem/) in a pivot field is hidden detail. | +| [InitPivotItems()](./initpivotitems/) | Init the pivot items of the pivot field. | +| [IsAscendShow()](./isascendshow/) | Indicates whether the specified [PivotTable](../pivottable/) field is autoshown ascending. | +| [IsAscendSort()](./isascendsort/) | Indicates whether the items of this pivot field is autosorted ascending. | +| [IsAutoShow()](./isautoshow/) | Indicates whether the specified [PivotTable](../pivottable/) field is automatically shown. | +| [IsAutoSort()](./isautosort/) | Indicates whether the items of this [PivotTable](../pivottable/) field are automatically sorted. | +| [IsAutoSubtotals()](./isautosubtotals/) | Indicates whether the specified field shows automatic subtotals. Default is true. | +| [IsCalculatedField()](./iscalculatedfield/) | Indicates whether the this pivot field is calculated field. | +| [IsHiddenItem(int32_t index)](./ishiddenitem/) | Gets whether the specific [PivotItem](../pivotitem/) is hidden. | +| [IsHiddenItemDetail(int32_t index)](./ishiddenitemdetail/) | Gets whether to hide the detail of the specific [PivotItem](../pivotitem/).. | +| [IsIncludeNewItemsInFilter()](./isincludenewitemsinfilter/) | Indicates whether to include new items to the field in manual filter. The default value is false. | +| [IsInsertPageBreaksBetweenItems()](./isinsertpagebreaksbetweenitems/) | Indicates whether to insert page breaks after each item. The default value is false. | +| [IsMultipleItemSelectionAllowed()](./ismultipleitemselectionallowed/) | Indicates whether multiple items could be selected in the page field. The default value is false. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsRepeatItemLabels()](./isrepeatitemlabels/) | Indicates whether to repeat labels of the field in the region. The default value is false. | +| [IsValuesField()](./isvaluesfield/) | Indicates whether this field represents values field. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const PivotField\& src)](./operator_asm/) | operator= | +| [PivotField(PivotField_Impl* impl)](./pivotfield/) | Constructs from an implementation object. | +| [PivotField(const PivotField\& src)](./pivotfield/) | Copy constructor. | +| [SetAutoShowCount(int32_t value)](./setautoshowcount/) | Represent the number of top or bottom items that are automatically shown in the specified [PivotTable](../pivottable/) field. | +| [SetAutoShowField(int32_t value)](./setautoshowfield/) | Represents auto show field index. -1 means [PivotField](./) itself. It should be the index of the data fields. | +| [SetAutoSortField(int32_t value)](./setautosortfield/) | Represents the index of field which is auto sorted. -1 means [PivotField](./) itself,others means the position of the data fields. | +| [SetBaseIndex(int32_t value)](./setbaseindex/) | Represents the index in the source pivot fields. | +| [SetCurrentPageItem(int16_t value)](./setcurrentpageitem/) | Represents the current selected page item of the page field to filter data. Only valid for page fields. | +| [SetDisplayName(const U16String\& value)](./setdisplayname/) | Represents the display name of pivot field in the pivot table view. | +| [SetDisplayName(const char16_t* value)](./setdisplayname/) | Represents the display name of pivot field in the pivot table view. | +| [SetDragToColumn(bool value)](./setdragtocolumn/) | Indicates whether the specified field can be dragged to the column position. The default value is true. | +| [SetDragToData(bool value)](./setdragtodata/) | Indicates whether the specified field can be dragged to the values region. The default value is true. | +| [SetDragToHide(bool value)](./setdragtohide/) | Indicates whether the specified field can be dragged to the hide region. The default value is true. | +| [SetDragToPage(bool value)](./setdragtopage/) | Indicates whether the specified field can be dragged to the page position. The default value is true. | +| [SetDragToRow(bool value)](./setdragtorow/) | Indicates whether the specified field can be dragged to the row region. The default value is true. | +| [SetFunction(ConsolidationFunction value)](./setfunction/) | Represents the function used to summarize this [PivotTable](../pivottable/) data field. | +| [SetInsertBlankRow(bool value)](./setinsertblankrow/) | Indicates whether to insert a blank line after each item. | +| [SetIsAscendShow(bool value)](./setisascendshow/) | Indicates whether the specified [PivotTable](../pivottable/) field is autoshown ascending. | +| [SetIsAscendSort(bool value)](./setisascendsort/) | Indicates whether the items of this pivot field is autosorted ascending. | +| [SetIsAutoShow(bool value)](./setisautoshow/) | Indicates whether the specified [PivotTable](../pivottable/) field is automatically shown. | +| [SetIsAutoSort(bool value)](./setisautosort/) | Indicates whether the items of this [PivotTable](../pivottable/) field are automatically sorted. | +| [SetIsAutoSubtotals(bool value)](./setisautosubtotals/) | Indicates whether the specified field shows automatic subtotals. Default is true. | +| [SetIsIncludeNewItemsInFilter(bool value)](./setisincludenewitemsinfilter/) | Indicates whether to include new items to the field in manual filter. The default value is false. | +| [SetIsInsertPageBreaksBetweenItems(bool value)](./setisinsertpagebreaksbetweenitems/) | Indicates whether to insert page breaks after each item. The default value is false. | +| [SetIsMultipleItemSelectionAllowed(bool value)](./setismultipleitemselectionallowed/) | Indicates whether multiple items could be selected in the page field. The default value is false. | +| [SetIsRepeatItemLabels(bool value)](./setisrepeatitemlabels/) | Indicates whether to repeat labels of the field in the region. The default value is false. | +| [SetName(const U16String\& value)](./setname/) | Represents the name of [PivotField](./). | +| [SetName(const char16_t* value)](./setname/) | Represents the name of [PivotField](./). | +| [SetNonAutoSortDefault(bool value)](./setnonautosortdefault/) | Indicates whether a sort operation that will be applied to this pivot field is an autosort operation or a simple data sort. | +| [SetNumber(int32_t value)](./setnumber/) | Represents the built-in display format of numbers and dates. | +| [SetNumberFormat(const U16String\& value)](./setnumberformat/) | Represents the custom display format of numbers and dates. | +| [SetNumberFormat(const char16_t* value)](./setnumberformat/) | Represents the custom display format of numbers and dates. | +| [SetShowAllItems(bool value)](./setshowallitems/) | Indicates whether to display all items in the [PivotTable](../pivottable/) view, even if they don't contain summary data. The default value is false. | +| [SetShowCompact(bool value)](./setshowcompact/) | Indicates whether to display labels of the next field in the same column on the [Pivot](../) Table view. | +| [SetShowInOutlineForm(bool value)](./setshowinoutlineform/) | Indicates whether to layout this field in outline form on the [Pivot](../) Table view. | +| [SetShowSubtotalAtTop(bool value)](./setshowsubtotalattop/) | Indicates whether to display subtotals at the top or bottom of items when ShowInOutlineForm is true, then. | +| [SetSubtotals(PivotFieldSubtotalType subtotalType, bool shown)](./setsubtotals/) | Sets how to subtotal the specified field. | +| [ShowValuesAs(PivotFieldDataDisplayFormat displayFormat, int32_t baseField, PivotItemPositionType baseItemPositionType, int32_t baseItem)](./showvaluesas/) | Shows values of data field as different display format when the ShowDataAs calculation is in use. | +| [SortBy(SortOrder sortType, int32_t fieldSortedBy)](./sortby/) | Sorts this pivot field. | +| [SortBy(SortOrder sortType, int32_t fieldSortedBy, PivotLineType dataType, const U16String\& cellName)](./sortby/) | Sorts this pivot field. | +| [SortBy(SortOrder sortType, int32_t fieldSortedBy, PivotLineType dataType, const char16_t* cellName)](./sortby/) | Sorts this pivot field. | +| [Ungroup()](./ungroup/) | Ungroup the pivot field. | +| [~PivotField()](./~pivotfield/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook book; +Worksheet sheet = book.GetWorksheets().Get(0); +Cells cells = sheet.GetCells(); +cells.Get(0, 0).PutValue(u"fruit"); +cells.Get(1, 0).PutValue(u"grape"); +cells.Get(2, 0).PutValue(u"blueberry"); +cells.Get(3, 0).PutValue(u"kiwi"); +cells.Get(4, 0).PutValue(u"cherry"); +cells.Get(5, 0).PutValue(u"grape"); +cells.Get(6, 0).PutValue(u"blueberry"); +cells.Get(7, 0).PutValue(u"kiwi"); +cells.Get(8, 0).PutValue(u"cherry"); + +cells.Get(0, 1).PutValue(u"year"); +cells.Get(1, 1).PutValue(2020); +cells.Get(2, 1).PutValue(2020); +cells.Get(3, 1).PutValue(2020); +cells.Get(4, 1).PutValue(2020); +cells.Get(5, 1).PutValue(2021); +cells.Get(6, 1).PutValue(2021); +cells.Get(7, 1).PutValue(2021); +cells.Get(8, 1).PutValue(2021); + +cells.Get(0, 2).PutValue(u"amount"); +cells.Get(1, 2).PutValue(50); +cells.Get(2, 2).PutValue(60); +cells.Get(3, 2).PutValue(70); +cells.Get(4, 2).PutValue(80); +cells.Get(5, 2).PutValue(90); +cells.Get(6, 2).PutValue(100); +cells.Get(7, 2).PutValue(110); +cells.Get(8, 2).PutValue(120); + +PivotTableCollection pivots = sheet.GetPivotTables(); + +int pivotIndex = pivots.Add(u"=Sheet1!A1:C9", u"A12", u"TestPivotTable"); +PivotTable pivot = pivots.Get(pivotIndex); +pivot.AddFieldToArea(PivotFieldType::Row, u"fruit"); +pivot.AddFieldToArea(PivotFieldType::Column, u"year"); +pivot.AddFieldToArea(PivotFieldType::Data, u"amount"); + +pivot.SetPivotTableStyleType(PivotTableStyleType::PivotTableStyleMedium10); + +//Cambiar los atributos de PivotField +PivotField rowField = pivot.GetRowFields().Get(0); +rowField.SetDisplayName(u"custom display name"); + +pivot.RefreshData(); +pivot.CalculateData(); + + +book.Save("out.xlsx"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::Pivot](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/addcalculateditem/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/addcalculateditem/_index.md new file mode 100644 index 00000000000..bf6dfe94fc4 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/addcalculateditem/_index.md @@ -0,0 +1,60 @@ +--- +title: Aspose::Cells::Pivot::PivotField::AddCalculatedItem method +linktitle: AddCalculatedItem +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::AddCalculatedItem method. Add a calculated formula item to the pivot field in C++.' +type: docs +weight: 9500 +url: /es/cpp/aspose.cells.pivot/pivotfield/addcalculateditem/ +--- +## PivotField::AddCalculatedItem(const U16String\&, const U16String\&) method + + +Add a calculated formula item to the pivot field. + +```cpp +void Aspose::Cells::Pivot::PivotField::AddCalculatedItem(const U16String &name, const U16String &formula) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const U16String\& | The item's name. | +| formula | const U16String\& | The formula of pivot item. | +## Remarks + + + +Only supports to add calculated item to Row/Column field. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotField::AddCalculatedItem(const char16_t*, const char16_t*) method + + +Add a calculated formula item to the pivot field. + +```cpp +void Aspose::Cells::Pivot::PivotField::AddCalculatedItem(const char16_t *name, const char16_t *formula) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const char16_t* | The item's name. | +| formula | const char16_t* | The formula of pivot item. | +## Remarks + + + +Only supports to add calculated item to Row/Column field. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/clearfilter/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/clearfilter/_index.md new file mode 100644 index 00000000000..4a1f935c09f --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/clearfilter/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::ClearFilter method +linktitle: ClearFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::ClearFilter method. Clears filter setting on this pivot field in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.pivot/pivotfield/clearfilter/ +--- +## PivotField::ClearFilter method + + +Clears filter setting on this pivot field. + +```cpp +void Aspose::Cells::Pivot::PivotField::ClearFilter() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/filterbydate/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/filterbydate/_index.md new file mode 100644 index 00000000000..02d8a9adea6 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/filterbydate/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Pivot::PivotField::FilterByDate method +linktitle: FilterByDate +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::FilterByDate method. Filters by date values of row or column pivot field in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.pivot/pivotfield/filterbydate/ +--- +## PivotField::FilterByDate method + + +Filters by date values of row or column pivot field. + +```cpp +PivotFilter Aspose::Cells::Pivot::PivotField::FilterByDate(PivotFilterType type, const Date &dateTime1, const Date &dateTime2) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| type | PivotFilterType | The type of filtering data. | +| dateTime1 | const Date\& | The date label of filter condition | +| dateTime2 | const Date\& | The upper-bound date label of between filter condition | + +## See Also + +* Class [PivotFilter](../../pivotfilter/) +* Enum [PivotFilterType](../../pivotfiltertype/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/filterbylabel/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/filterbylabel/_index.md new file mode 100644 index 00000000000..ff1fe3e4140 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/filterbylabel/_index.md @@ -0,0 +1,58 @@ +--- +title: Aspose::Cells::Pivot::PivotField::FilterByLabel method +linktitle: FilterByLabel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::FilterByLabel method. Filters by captions of row or column pivot field in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.pivot/pivotfield/filterbylabel/ +--- +## PivotField::FilterByLabel(PivotFilterType, const U16String\&, const U16String\&) method + + +Filters by captions of row or column pivot field. + +```cpp +PivotFilter Aspose::Cells::Pivot::PivotField::FilterByLabel(PivotFilterType type, const U16String &label1, const U16String &label2) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| type | PivotFilterType | The type of filtering data. | +| label1 | const U16String\& | The label of filter condition | +| label2 | const U16String\& | The upper-bound label of between filter condition | + +## See Also + +* Class [PivotFilter](../../pivotfilter/) +* Enum [PivotFilterType](../../pivotfiltertype/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotField::FilterByLabel(PivotFilterType, const char16_t*, const char16_t*) method + + +Filters by captions of row or column pivot field. + +```cpp +PivotFilter Aspose::Cells::Pivot::PivotField::FilterByLabel(PivotFilterType type, const char16_t *label1, const char16_t *label2) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| type | PivotFilterType | The type of filtering data. | +| label1 | const char16_t* | The label of filter condition | +| label2 | const char16_t* | The upper-bound label of between filter condition | + +## See Also + +* Class [PivotFilter](../../pivotfilter/) +* Enum [PivotFilterType](../../pivotfiltertype/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/filterbyvalue/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/filterbyvalue/_index.md new file mode 100644 index 00000000000..ffc07853527 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/filterbyvalue/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Pivot::PivotField::FilterByValue method +linktitle: FilterByValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::FilterByValue method. Filters by values of data pivot field in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.pivot/pivotfield/filterbyvalue/ +--- +## PivotField::FilterByValue method + + +Filters by values of data pivot field. + +```cpp +PivotFilter Aspose::Cells::Pivot::PivotField::FilterByValue(int32_t valueFieldIndex, PivotFilterType type, double value1, double value2) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| valueFieldIndex | int32_t | The index of value field in the value region. | +| type | PivotFilterType | The type of filtering data. | +| value1 | double | The value of filter condition | +| value2 | double | The upper-bound value of between filter condition | + +## See Also + +* Class [PivotFilter](../../pivotfilter/) +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PivotFilterType](../../pivotfiltertype/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/filtertop10/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/filtertop10/_index.md new file mode 100644 index 00000000000..8c9308ce8f9 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/filtertop10/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Pivot::PivotField::FilterTop10 method +linktitle: FilterTop10 +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::FilterTop10 method. Filters by values of data pivot field in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.pivot/pivotfield/filtertop10/ +--- +## PivotField::FilterTop10 method + + +Filters by values of data pivot field. + +```cpp +PivotFilter Aspose::Cells::Pivot::PivotField::FilterTop10(int32_t valueFieldIndex, PivotFilterType type, bool isTop, int32_t itemCount) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| valueFieldIndex | int32_t | The index of data field in the data region. | +| type | PivotFilterType | The type of filtering data. Only can be Count,Sum and Percent. | +| isTop | bool | Indicates whether filter from top or bottom | +| itemCount | int32_t | The item count | + +## See Also + +* Class [PivotFilter](../../pivotfilter/) +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PivotFilterType](../../pivotfiltertype/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/get_numberformat/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/get_numberformat/_index.md new file mode 100644 index 00000000000..c755877ede7 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/get_numberformat/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::Get_NumberFormat method +linktitle: Get_NumberFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::Get_NumberFormat method. Represents the custom display format of numbers and dates in C++.' +type: docs +weight: 8500 +url: /es/cpp/aspose.cells.pivot/pivotfield/get_numberformat/ +--- +## PivotField::Get_NumberFormat method + + +Represents the custom display format of numbers and dates. + +```cpp +U16String Aspose::Cells::Pivot::PivotField::Get_NumberFormat() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/getautoshowcount/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/getautoshowcount/_index.md new file mode 100644 index 00000000000..9b0238b073e --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/getautoshowcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::GetAutoShowCount method +linktitle: GetAutoShowCount +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::GetAutoShowCount method. Represent the number of top or bottom items that are automatically shown in the specified PivotTable field in C++.' +type: docs +weight: 6700 +url: /es/cpp/aspose.cells.pivot/pivotfield/getautoshowcount/ +--- +## PivotField::GetAutoShowCount method + + +Represent the number of top or bottom items that are automatically shown in the specified [PivotTable](../../pivottable/) field. + +```cpp +int32_t Aspose::Cells::Pivot::PivotField::GetAutoShowCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/getautoshowfield/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/getautoshowfield/_index.md new file mode 100644 index 00000000000..a85d4d03adc --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/getautoshowfield/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::GetAutoShowField method +linktitle: GetAutoShowField +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::GetAutoShowField method. Represents auto show field index. -1 means PivotField itself. It should be the index of the data fields in C++.' +type: docs +weight: 6900 +url: /es/cpp/aspose.cells.pivot/pivotfield/getautoshowfield/ +--- +## PivotField::GetAutoShowField method + + +Represents auto show field index. -1 means [PivotField](../) itself. It should be the index of the data fields. + +```cpp +int32_t Aspose::Cells::Pivot::PivotField::GetAutoShowField() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/getautosortfield/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/getautosortfield/_index.md new file mode 100644 index 00000000000..5550c4ab31a --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/getautosortfield/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::GetAutoSortField method +linktitle: GetAutoSortField +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::GetAutoSortField method. Represents the index of field which is auto sorted. -1 means PivotField itself,others means the position of the data fields in C++.' +type: docs +weight: 6100 +url: /es/cpp/aspose.cells.pivot/pivotfield/getautosortfield/ +--- +## PivotField::GetAutoSortField method + + +Represents the index of field which is auto sorted. -1 means [PivotField](../) itself,others means the position of the data fields. + +```cpp +int32_t Aspose::Cells::Pivot::PivotField::GetAutoSortField() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/getbaseindex/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/getbaseindex/_index.md new file mode 100644 index 00000000000..aa8ce3c62fa --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/getbaseindex/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::GetBaseIndex method +linktitle: GetBaseIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::GetBaseIndex method. Represents the index in the source pivot fields in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.pivot/pivotfield/getbaseindex/ +--- +## PivotField::GetBaseIndex method + + +Represents the index in the source pivot fields. + +```cpp +int32_t Aspose::Cells::Pivot::PivotField::GetBaseIndex() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/getcurrentpageitem/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/getcurrentpageitem/_index.md new file mode 100644 index 00000000000..c5faddaa618 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/getcurrentpageitem/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::GetCurrentPageItem method +linktitle: GetCurrentPageItem +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::GetCurrentPageItem method. Represents the current selected page item of the page field to filter data. Only valid for page fields in C++.' +type: docs +weight: 7500 +url: /es/cpp/aspose.cells.pivot/pivotfield/getcurrentpageitem/ +--- +## PivotField::GetCurrentPageItem method + + +Represents the current selected page item of the page field to filter data. Only valid for page fields. + +```cpp +int16_t Aspose::Cells::Pivot::PivotField::GetCurrentPageItem() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/getdisplayname/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/getdisplayname/_index.md new file mode 100644 index 00000000000..4d595dd92db --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/getdisplayname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::GetDisplayName method +linktitle: GetDisplayName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::GetDisplayName method. Represents the display name of pivot field in the pivot table view in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.pivot/pivotfield/getdisplayname/ +--- +## PivotField::GetDisplayName method + + +Represents the display name of pivot field in the pivot table view. + +```cpp +U16String Aspose::Cells::Pivot::PivotField::GetDisplayName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/getdragtocolumn/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/getdragtocolumn/_index.md new file mode 100644 index 00000000000..e437a19a146 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/getdragtocolumn/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::GetDragToColumn method +linktitle: GetDragToColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::GetDragToColumn method. Indicates whether the specified field can be dragged to the column position. The default value is true in C++.' +type: docs +weight: 3300 +url: /es/cpp/aspose.cells.pivot/pivotfield/getdragtocolumn/ +--- +## PivotField::GetDragToColumn method + + +Indicates whether the specified field can be dragged to the column position. The default value is true. + +```cpp +bool Aspose::Cells::Pivot::PivotField::GetDragToColumn() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/getdragtodata/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/getdragtodata/_index.md new file mode 100644 index 00000000000..ee4a0f9e224 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/getdragtodata/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::GetDragToData method +linktitle: GetDragToData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::GetDragToData method. Indicates whether the specified field can be dragged to the values region. The default value is true in C++.' +type: docs +weight: 4100 +url: /es/cpp/aspose.cells.pivot/pivotfield/getdragtodata/ +--- +## PivotField::GetDragToData method + + +Indicates whether the specified field can be dragged to the values region. The default value is true. + +```cpp +bool Aspose::Cells::Pivot::PivotField::GetDragToData() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/getdragtohide/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/getdragtohide/_index.md new file mode 100644 index 00000000000..ded1488ed40 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/getdragtohide/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::GetDragToHide method +linktitle: GetDragToHide +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::GetDragToHide method. Indicates whether the specified field can be dragged to the hide region. The default value is true in C++.' +type: docs +weight: 3500 +url: /es/cpp/aspose.cells.pivot/pivotfield/getdragtohide/ +--- +## PivotField::GetDragToHide method + + +Indicates whether the specified field can be dragged to the hide region. The default value is true. + +```cpp +bool Aspose::Cells::Pivot::PivotField::GetDragToHide() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/getdragtopage/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/getdragtopage/_index.md new file mode 100644 index 00000000000..fb7bb82255c --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/getdragtopage/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::GetDragToPage method +linktitle: GetDragToPage +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::GetDragToPage method. Indicates whether the specified field can be dragged to the page position. The default value is true in C++.' +type: docs +weight: 3900 +url: /es/cpp/aspose.cells.pivot/pivotfield/getdragtopage/ +--- +## PivotField::GetDragToPage method + + +Indicates whether the specified field can be dragged to the page position. The default value is true. + +```cpp +bool Aspose::Cells::Pivot::PivotField::GetDragToPage() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/getdragtorow/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/getdragtorow/_index.md new file mode 100644 index 00000000000..f375a652c72 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/getdragtorow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::GetDragToRow method +linktitle: GetDragToRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::GetDragToRow method. Indicates whether the specified field can be dragged to the row region. The default value is true in C++.' +type: docs +weight: 3700 +url: /es/cpp/aspose.cells.pivot/pivotfield/getdragtorow/ +--- +## PivotField::GetDragToRow method + + +Indicates whether the specified field can be dragged to the row region. The default value is true. + +```cpp +bool Aspose::Cells::Pivot::PivotField::GetDragToRow() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/getfilters/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/getfilters/_index.md new file mode 100644 index 00000000000..253b3c22b7c --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/getfilters/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::PivotField::GetFilters method +linktitle: GetFilters +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::GetFilters method. Gets all pivot filters applied for this pivot field in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.pivot/pivotfield/getfilters/ +--- +## PivotField::GetFilters method + + +Gets all pivot filters applied for this pivot field. + +```cpp +Vector Aspose::Cells::Pivot::PivotField::GetFilters() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFilter](../../pivotfilter/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/getformula/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/getformula/_index.md new file mode 100644 index 00000000000..83538c42e10 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/getformula/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::GetFormula method +linktitle: GetFormula +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::GetFormula method. Gets the formula of the calculated field . Only works for calculated field in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.pivot/pivotfield/getformula/ +--- +## PivotField::GetFormula method + + +Gets the formula of the calculated field . Only works for calculated field. + +```cpp +U16String Aspose::Cells::Pivot::PivotField::GetFormula() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/getfunction/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/getfunction/_index.md new file mode 100644 index 00000000000..0e1c1baebdf --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/getfunction/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::GetFunction method +linktitle: GetFunction +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::GetFunction method. Represents the function used to summarize this PivotTable data field in C++.' +type: docs +weight: 7100 +url: /es/cpp/aspose.cells.pivot/pivotfield/getfunction/ +--- +## PivotField::GetFunction method + + +Represents the function used to summarize this [PivotTable](../../pivottable/) data field. + +```cpp +ConsolidationFunction Aspose::Cells::Pivot::PivotField::GetFunction() +``` + +## See Also + +* Enum [ConsolidationFunction](../../../aspose.cells/consolidationfunction/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/getgroupsettings/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/getgroupsettings/_index.md new file mode 100644 index 00000000000..2764d127c57 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/getgroupsettings/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotField::GetGroupSettings method +linktitle: GetGroupSettings +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::GetGroupSettings method. Gets the group settings of the pivot field in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.pivot/pivotfield/getgroupsettings/ +--- +## PivotField::GetGroupSettings method + + +Gets the group settings of the pivot field. + +```cpp +PivotFieldGroupSettings Aspose::Cells::Pivot::PivotField::GetGroupSettings() +``` + +## Remarks + + +If this field is not grouped, Null will be returned. +## See Also + +* Class [PivotFieldGroupSettings](../../pivotfieldgroupsettings/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/getinsertblankrow/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/getinsertblankrow/_index.md new file mode 100644 index 00000000000..cda8714efea --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/getinsertblankrow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::GetInsertBlankRow method +linktitle: GetInsertBlankRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::GetInsertBlankRow method. Indicates whether to insert a blank line after each item in C++.' +type: docs +weight: 7700 +url: /es/cpp/aspose.cells.pivot/pivotfield/getinsertblankrow/ +--- +## PivotField::GetInsertBlankRow method + + +Indicates whether to insert a blank line after each item. + +```cpp +bool Aspose::Cells::Pivot::PivotField::GetInsertBlankRow() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/getitemcount/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/getitemcount/_index.md new file mode 100644 index 00000000000..d749aa806ff --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/getitemcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::GetItemCount method +linktitle: GetItemCount +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::GetItemCount method. Gets the count of the base items in this pivot field in C++.' +type: docs +weight: 9400 +url: /es/cpp/aspose.cells.pivot/pivotfield/getitemcount/ +--- +## PivotField::GetItemCount method + + +Gets the count of the base items in this pivot field. + +```cpp +int32_t Aspose::Cells::Pivot::PivotField::GetItemCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/getitems/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/getitems/_index.md new file mode 100644 index 00000000000..d3747bc73bf --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/getitems/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::PivotField::GetItems method +linktitle: GetItems +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::GetItems method. Get all labels of pivot items in this field in C++.' +type: docs +weight: 9200 +url: /es/cpp/aspose.cells.pivot/pivotfield/getitems/ +--- +## PivotField::GetItems method + + +Get all labels of pivot items in this field. + +```cpp +Vector Aspose::Cells::Pivot::PivotField::GetItems() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/getmaxvalue/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/getmaxvalue/_index.md new file mode 100644 index 00000000000..e5ba5f5e6e4 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/getmaxvalue/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Pivot::PivotField::GetMaxValue method +linktitle: GetMaxValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::GetMaxValue method. Gets the max value of this field in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.pivot/pivotfield/getmaxvalue/ +--- +## PivotField::GetMaxValue method + + +Gets the max value of this field. + +```cpp +CellValue Aspose::Cells::Pivot::PivotField::GetMaxValue() +``` + + +## ReturnValue + + +## Remarks + + +Only works for row or column fields which value must be date time, number or blank. + +## See Also + +* Class [CellValue](../../../aspose.cells/cellvalue/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/getminvalue/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/getminvalue/_index.md new file mode 100644 index 00000000000..2c62e3e0aab --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/getminvalue/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Pivot::PivotField::GetMinValue method +linktitle: GetMinValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::GetMinValue method. Gets the max value of this field in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.pivot/pivotfield/getminvalue/ +--- +## PivotField::GetMinValue method + + +Gets the max value of this field. + +```cpp +CellValue Aspose::Cells::Pivot::PivotField::GetMinValue() +``` + + +## ReturnValue + + +## Remarks + + +Only works for row or column fields which value must be date time, number or blank. + +## See Also + +* Class [CellValue](../../../aspose.cells/cellvalue/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/getname/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/getname/_index.md new file mode 100644 index 00000000000..5aa738551e5 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/getname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::GetName method +linktitle: GetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::GetName method. Represents the name of PivotField in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.pivot/pivotfield/getname/ +--- +## PivotField::GetName method + + +Represents the name of [PivotField](../). + +```cpp +U16String Aspose::Cells::Pivot::PivotField::GetName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/getnonautosortdefault/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/getnonautosortdefault/_index.md new file mode 100644 index 00000000000..139300bb2ff --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/getnonautosortdefault/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::GetNonAutoSortDefault method +linktitle: GetNonAutoSortDefault +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::GetNonAutoSortDefault method. Indicates whether a sort operation that will be applied to this pivot field is an autosort operation or a simple data sort in C++.' +type: docs +weight: 5400 +url: /es/cpp/aspose.cells.pivot/pivotfield/getnonautosortdefault/ +--- +## PivotField::GetNonAutoSortDefault method + + +Indicates whether a sort operation that will be applied to this pivot field is an autosort operation or a simple data sort. + +```cpp +bool Aspose::Cells::Pivot::PivotField::GetNonAutoSortDefault() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/getnumber/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/getnumber/_index.md new file mode 100644 index 00000000000..404da88a5a4 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/getnumber/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::GetNumber method +linktitle: GetNumber +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::GetNumber method. Represents the built-in display format of numbers and dates in C++.' +type: docs +weight: 8300 +url: /es/cpp/aspose.cells.pivot/pivotfield/getnumber/ +--- +## PivotField::GetNumber method + + +Represents the built-in display format of numbers and dates. + +```cpp +int32_t Aspose::Cells::Pivot::PivotField::GetNumber() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/getoriginalitems/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/getoriginalitems/_index.md new file mode 100644 index 00000000000..8b5a7a6c43a --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/getoriginalitems/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::PivotField::GetOriginalItems method +linktitle: GetOriginalItems +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::GetOriginalItems method. Get the original base items; in C++.' +type: docs +weight: 9300 +url: /es/cpp/aspose.cells.pivot/pivotfield/getoriginalitems/ +--- +## PivotField::GetOriginalItems method + + +Get the original base items;. + +```cpp +Vector Aspose::Cells::Pivot::PivotField::GetOriginalItems() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/getpivotfilterbytype/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/getpivotfilterbytype/_index.md new file mode 100644 index 00000000000..360b97fd4f9 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/getpivotfilterbytype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::PivotField::GetPivotFilterByType method +linktitle: GetPivotFilterByType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::GetPivotFilterByType method. Gets the pivot filter of the pivot field by type in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.pivot/pivotfield/getpivotfilterbytype/ +--- +## PivotField::GetPivotFilterByType method + + +Gets the pivot filter of the pivot field by type. + +```cpp +PivotFilter Aspose::Cells::Pivot::PivotField::GetPivotFilterByType(PivotFilterType type) +``` + +## See Also + +* Class [PivotFilter](../../pivotfilter/) +* Enum [PivotFilterType](../../pivotfiltertype/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/getpivotitems/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/getpivotitems/_index.md new file mode 100644 index 00000000000..863f6259b50 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/getpivotitems/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::GetPivotItems method +linktitle: GetPivotItems +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::GetPivotItems method. Gets the pivot items of the pivot field in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.pivot/pivotfield/getpivotitems/ +--- +## PivotField::GetPivotItems method + + +Gets the pivot items of the pivot field. + +```cpp +PivotItemCollection Aspose::Cells::Pivot::PivotField::GetPivotItems() +``` + +## See Also + +* Class [PivotItemCollection](../../pivotitemcollection/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/getposition/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/getposition/_index.md new file mode 100644 index 00000000000..693f39e214a --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/getposition/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::GetPosition method +linktitle: GetPosition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::GetPosition method. Represents the index of PivotField in the region in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.pivot/pivotfield/getposition/ +--- +## PivotField::GetPosition method + + +Represents the index of [PivotField](../) in the region. + +```cpp +int32_t Aspose::Cells::Pivot::PivotField::GetPosition() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/getregiontype/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/getregiontype/_index.md new file mode 100644 index 00000000000..d1e6f971533 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/getregiontype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::GetRegionType method +linktitle: GetRegionType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::GetRegionType method. Specifies the region of the PivotTable that this field is displayed in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.pivot/pivotfield/getregiontype/ +--- +## PivotField::GetRegionType method + + +Specifies the region of the [PivotTable](../../pivottable/) that this field is displayed. + +```cpp +PivotFieldType Aspose::Cells::Pivot::PivotField::GetRegionType() +``` + +## See Also + +* Enum [PivotFieldType](../../pivotfieldtype/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/getshowallitems/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/getshowallitems/_index.md new file mode 100644 index 00000000000..78dc66337f6 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/getshowallitems/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::GetShowAllItems method +linktitle: GetShowAllItems +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::GetShowAllItems method. Indicates whether to display all items in the PivotTable view, even if they don''t contain summary data. The default value is false in C++.' +type: docs +weight: 5100 +url: /es/cpp/aspose.cells.pivot/pivotfield/getshowallitems/ +--- +## PivotField::GetShowAllItems method + + +Indicates whether to display all items in the [PivotTable](../../pivottable/) view, even if they don't contain summary data. The default value is false. + +```cpp +bool Aspose::Cells::Pivot::PivotField::GetShowAllItems() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/getshowcompact/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/getshowcompact/_index.md new file mode 100644 index 00000000000..1923527ebca --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/getshowcompact/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::GetShowCompact method +linktitle: GetShowCompact +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::GetShowCompact method. Indicates whether to display labels of the next field in the same column on the Pivot Table view in C++.' +type: docs +weight: 9600 +url: /es/cpp/aspose.cells.pivot/pivotfield/getshowcompact/ +--- +## PivotField::GetShowCompact method + + +Indicates whether to display labels of the next field in the same column on the [Pivot](../../) Table view. + +```cpp +bool Aspose::Cells::Pivot::PivotField::GetShowCompact() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/getshowinoutlineform/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/getshowinoutlineform/_index.md new file mode 100644 index 00000000000..6e7a9056007 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/getshowinoutlineform/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::GetShowInOutlineForm method +linktitle: GetShowInOutlineForm +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::GetShowInOutlineForm method. Indicates whether to layout this field in outline form on the Pivot Table view in C++.' +type: docs +weight: 8100 +url: /es/cpp/aspose.cells.pivot/pivotfield/getshowinoutlineform/ +--- +## PivotField::GetShowInOutlineForm method + + +Indicates whether to layout this field in outline form on the [Pivot](../../) Table view. + +```cpp +bool Aspose::Cells::Pivot::PivotField::GetShowInOutlineForm() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/getshowsubtotalattop/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/getshowsubtotalattop/_index.md new file mode 100644 index 00000000000..5c66321b8e1 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/getshowsubtotalattop/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotField::GetShowSubtotalAtTop method +linktitle: GetShowSubtotalAtTop +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::GetShowSubtotalAtTop method. Indicates whether to display subtotals at the top or bottom of items when ShowInOutlineForm is true, then in C++.' +type: docs +weight: 7900 +url: /es/cpp/aspose.cells.pivot/pivotfield/getshowsubtotalattop/ +--- +## PivotField::GetShowSubtotalAtTop method + + +Indicates whether to display subtotals at the top or bottom of items when ShowInOutlineForm is true, then. + +```cpp +bool Aspose::Cells::Pivot::PivotField::GetShowSubtotalAtTop() +``` + +## Remarks + + +Only works when ShowInOutlineForm is true. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/getshowvaluessetting/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/getshowvaluessetting/_index.md new file mode 100644 index 00000000000..f6931588997 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/getshowvaluessetting/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::GetShowValuesSetting method +linktitle: GetShowValuesSetting +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::GetShowValuesSetting method. Gets the settings of showing values as when the ShowDataAs calculation is in use in C++.' +type: docs +weight: 7400 +url: /es/cpp/aspose.cells.pivot/pivotfield/getshowvaluessetting/ +--- +## PivotField::GetShowValuesSetting method + + +Gets the settings of showing values as when the ShowDataAs calculation is in use. + +```cpp +PivotShowValuesSetting Aspose::Cells::Pivot::PivotField::GetShowValuesSetting() +``` + +## See Also + +* Class [PivotShowValuesSetting](../../pivotshowvaluessetting/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/getsortsetting/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/getsortsetting/_index.md new file mode 100644 index 00000000000..5b112dd25ad --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/getsortsetting/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::GetSortSetting method +linktitle: GetSortSetting +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::GetSortSetting method. Gets all settings of auto sorting in C++.' +type: docs +weight: 6000 +url: /es/cpp/aspose.cells.pivot/pivotfield/getsortsetting/ +--- +## PivotField::GetSortSetting method + + +Gets all settings of auto sorting. + +```cpp +PivotFieldSortSetting Aspose::Cells::Pivot::PivotField::GetSortSetting() +``` + +## See Also + +* Class [PivotFieldSortSetting](../../pivotfieldsortsetting/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/getsubtotals/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/getsubtotals/_index.md new file mode 100644 index 00000000000..1f464fa5016 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/getsubtotals/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Pivot::PivotField::GetSubtotals method +linktitle: GetSubtotals +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::GetSubtotals method. Indicates whether to show specified subtotal for this pivot field in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells.pivot/pivotfield/getsubtotals/ +--- +## PivotField::GetSubtotals method + + +Indicates whether to show specified subtotal for this pivot field. + +```cpp +bool Aspose::Cells::Pivot::PivotField::GetSubtotals(PivotFieldSubtotalType subtotalType) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| subtotalType | PivotFieldSubtotalType | Subtotal type. | + +## ReturnValue + +Returns whether showing specified subtotal. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PivotFieldSubtotalType](../../pivotfieldsubtotaltype/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/groupby/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/groupby/_index.md new file mode 100644 index 00000000000..ed320bddd91 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/groupby/_index.md @@ -0,0 +1,195 @@ +--- +title: Aspose::Cells::Pivot::PivotField::GroupBy method +linktitle: GroupBy +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::GroupBy method. Automatically group the field with internal in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.pivot/pivotfield/groupby/ +--- +## PivotField::GroupBy(double, bool) method + + +Automatically group the field with internal. + +```cpp +void Aspose::Cells::Pivot::PivotField::GroupBy(double interval, bool newField) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| interval | double | The internal of group. Automatic value will be assigned if it's zero, | +| newField | bool | Indicates whether adding a new field to the pivottable. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotField::GroupBy(const Vector \\&, double, bool) method + + +Automatically group the field with internal. + +```cpp +void Aspose::Cells::Pivot::PivotField::GroupBy(const Vector &groups, double interval, bool newField) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| groups | const Vector \\& | Group types | +| interval | double | The internal of group. Automatic value will be assigned if it's zero, | +| newField | bool | Indicates whether adding a new field to the pivottable. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PivotGroupByType](../../pivotgroupbytype/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotField::GroupBy(const Date\&, const Date\&, const Vector \\&, double, bool) method + + +Group the file by the date group types. + +```cpp +bool Aspose::Cells::Pivot::PivotField::GroupBy(const Date &start, const Date &end, const Vector &groups, double interval, bool firstAsNewField) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| start | const Date\& | The start datetime | +| end | const Date\& | The end of datetime | +| groups | const Vector \\& | Group types | +| interval | double | The interval | +| firstAsNewField | bool | Indicates whether adding a new field to the pivottable. Only for the first group item. | + +## ReturnValue + +False means this field could not be grouped by date time. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PivotGroupByType](../../pivotgroupbytype/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotField::GroupBy(bool, const Date\&, bool, const Date\&, const Vector \\&, double, bool) method + + +Group the file by the date group types. + +```cpp +bool Aspose::Cells::Pivot::PivotField::GroupBy(bool isAutoStart, const Date &start, bool isAutoEnd, const Date &end, const Vector &groups, double interval, bool firstAsNewField) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| isAutoStart | bool | Indicates whether to auto detect the start date time value. | +| start | const Date\& | The start datetime | +| isAutoEnd | bool | Indicates whether to auto detect the end date time value. | +| end | const Date\& | The end of datetime | +| groups | const Vector \\& | Group types | +| interval | double | The interval | +| firstAsNewField | bool | Indicates whether adding a new field to the pivottable. Only for the first group item. | + +## ReturnValue + +False means this field could not be grouped by date time. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PivotGroupByType](../../pivotgroupbytype/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotField::GroupBy(double, double, double, bool) method + + +Group the file by number. + +```cpp +bool Aspose::Cells::Pivot::PivotField::GroupBy(double start, double end, double interval, bool newField) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| start | double | The start value | +| end | double | The end of value | +| interval | double | The interval | +| newField | bool | Indicates whether adding a new field to the pivottable | + +## ReturnValue + +False means this field could not be grouped by date time. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotField::GroupBy(bool, double, bool, double, double, bool) method + + +Group the file by number. + +```cpp +bool Aspose::Cells::Pivot::PivotField::GroupBy(bool isAutoStart, double start, bool isAutoEnd, double end, double interval, bool newField) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| isAutoStart | bool | Indicates whether to auto detect the start value. | +| start | double | The start value | +| isAutoEnd | bool | Indicates whether to auto detect the end value. | +| end | double | The end of value | +| interval | double | The interval | +| newField | bool | Indicates whether adding a new field to the pivottable | + +## ReturnValue + +False means this field could not be grouped by date time. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotField::GroupBy(const Vector \\&, bool) method + + +Custom group the field. + +```cpp +bool Aspose::Cells::Pivot::PivotField::GroupBy(const Vector &customGroupItems, bool newField) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| customGroupItems | const Vector \\& | The custom group items. | +| newField | bool | Indicates whether adding a new field to the pivottable | + +## ReturnValue + +False means this field could not be grouped by date time. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomPiovtFieldGroupItem](../../custompiovtfieldgroupitem/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/hidedetail/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/hidedetail/_index.md new file mode 100644 index 00000000000..f5ef1268d49 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/hidedetail/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Pivot::PivotField::HideDetail method +linktitle: HideDetail +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::HideDetail method. Sets whether the detail of all PivotItems in a pivot field are hidden. That is collapse/expand this field in C++.' +type: docs +weight: 9100 +url: /es/cpp/aspose.cells.pivot/pivotfield/hidedetail/ +--- +## PivotField::HideDetail method + + +Sets whether the detail of all PivotItems in a pivot field are hidden. That is collapse/expand this field. + +```cpp +void Aspose::Cells::Pivot::PivotField::HideDetail(bool isHiddenDetail) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| isHiddenDetail | bool | Whether hide the detail of the pivot field. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/hideitem/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/hideitem/_index.md new file mode 100644 index 00000000000..d4c25111912 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/hideitem/_index.md @@ -0,0 +1,73 @@ +--- +title: Aspose::Cells::Pivot::PivotField::HideItem method +linktitle: HideItem +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::HideItem method. Sets whether the specific PivotItem in a data field is hidden in C++.' +type: docs +weight: 8800 +url: /es/cpp/aspose.cells.pivot/pivotfield/hideitem/ +--- +## PivotField::HideItem(int32_t, bool) method + + +Sets whether the specific [PivotItem](../../pivotitem/) in a data field is hidden. + +```cpp +void Aspose::Cells::Pivot::PivotField::HideItem(int32_t index, bool isHidden) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | the index of the pivotItem in the pivotField. | +| isHidden | bool | whether the specific [PivotItem](../../pivotitem/) is hidden | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotField::HideItem(const U16String\&, bool) method + + +Sets whether the specific [PivotItem](../../pivotitem/) in a data field is hidden. + +```cpp +void Aspose::Cells::Pivot::PivotField::HideItem(const U16String &itemValue, bool isHidden) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| itemValue | const U16String\& | The name of the pivotItem in the pivotField. | +| isHidden | bool | Whether the specific [PivotItem](../../pivotitem/) is hidden | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotField::HideItem(const char16_t*, bool) method + + +Sets whether the specific [PivotItem](../../pivotitem/) in a data field is hidden. + +```cpp +void Aspose::Cells::Pivot::PivotField::HideItem(const char16_t *itemValue, bool isHidden) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| itemValue | const char16_t* | The name of the pivotItem in the pivotField. | +| isHidden | bool | Whether the specific [PivotItem](../../pivotitem/) is hidden | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/hideitemdetail/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/hideitemdetail/_index.md new file mode 100644 index 00000000000..d4a6689a47f --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/hideitemdetail/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Pivot::PivotField::HideItemDetail method +linktitle: HideItemDetail +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::HideItemDetail method. Sets whether the specific PivotItem in a pivot field is hidden detail in C++.' +type: docs +weight: 9000 +url: /es/cpp/aspose.cells.pivot/pivotfield/hideitemdetail/ +--- +## PivotField::HideItemDetail method + + +Sets whether the specific [PivotItem](../../pivotitem/) in a pivot field is hidden detail. + +```cpp +void Aspose::Cells::Pivot::PivotField::HideItemDetail(int32_t index, bool isHiddenDetail) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | the index of the pivotItem in the pivotField. | +| isHiddenDetail | bool | whether the specific [PivotItem](../../pivotitem/) is hidden | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/initpivotitems/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/initpivotitems/_index.md new file mode 100644 index 00000000000..f0996248e35 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/initpivotitems/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::InitPivotItems method +linktitle: InitPivotItems +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::InitPivotItems method. Init the pivot items of the pivot field in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.pivot/pivotfield/initpivotitems/ +--- +## PivotField::InitPivotItems method + + +Init the pivot items of the pivot field. + +```cpp +void Aspose::Cells::Pivot::PivotField::InitPivotItems() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/isascendshow/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/isascendshow/_index.md new file mode 100644 index 00000000000..ccbaea90e48 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/isascendshow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::IsAscendShow method +linktitle: IsAscendShow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::IsAscendShow method. Indicates whether the specified PivotTable field is autoshown ascending in C++.' +type: docs +weight: 6500 +url: /es/cpp/aspose.cells.pivot/pivotfield/isascendshow/ +--- +## PivotField::IsAscendShow method + + +Indicates whether the specified [PivotTable](../../pivottable/) field is autoshown ascending. + +```cpp +bool Aspose::Cells::Pivot::PivotField::IsAscendShow() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/isascendsort/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/isascendsort/_index.md new file mode 100644 index 00000000000..f4b93c80fdf --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/isascendsort/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::IsAscendSort method +linktitle: IsAscendSort +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::IsAscendSort method. Indicates whether the items of this pivot field is autosorted ascending in C++.' +type: docs +weight: 5800 +url: /es/cpp/aspose.cells.pivot/pivotfield/isascendsort/ +--- +## PivotField::IsAscendSort method + + +Indicates whether the items of this pivot field is autosorted ascending. + +```cpp +bool Aspose::Cells::Pivot::PivotField::IsAscendSort() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/isautoshow/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/isautoshow/_index.md new file mode 100644 index 00000000000..a4b6f1af597 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/isautoshow/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotField::IsAutoShow method +linktitle: IsAutoShow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::IsAutoShow method. Indicates whether the specified PivotTable field is automatically shown in C++.' +type: docs +weight: 6300 +url: /es/cpp/aspose.cells.pivot/pivotfield/isautoshow/ +--- +## PivotField::IsAutoShow method + + +Indicates whether the specified [PivotTable](../../pivottable/) field is automatically shown. + +```cpp +bool Aspose::Cells::Pivot::PivotField::IsAutoShow() +``` + +## Remarks + + +Only valid for excel 2003. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/isautosort/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/isautosort/_index.md new file mode 100644 index 00000000000..79da8f37205 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/isautosort/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::IsAutoSort method +linktitle: IsAutoSort +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::IsAutoSort method. Indicates whether the items of this PivotTable field are automatically sorted in C++.' +type: docs +weight: 5600 +url: /es/cpp/aspose.cells.pivot/pivotfield/isautosort/ +--- +## PivotField::IsAutoSort method + + +Indicates whether the items of this [PivotTable](../../pivottable/) field are automatically sorted. + +```cpp +bool Aspose::Cells::Pivot::PivotField::IsAutoSort() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/isautosubtotals/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/isautosubtotals/_index.md new file mode 100644 index 00000000000..2779523975b --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/isautosubtotals/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::IsAutoSubtotals method +linktitle: IsAutoSubtotals +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::IsAutoSubtotals method. Indicates whether the specified field shows automatic subtotals. Default is true in C++.' +type: docs +weight: 3100 +url: /es/cpp/aspose.cells.pivot/pivotfield/isautosubtotals/ +--- +## PivotField::IsAutoSubtotals method + + +Indicates whether the specified field shows automatic subtotals. Default is true. + +```cpp +bool Aspose::Cells::Pivot::PivotField::IsAutoSubtotals() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/iscalculatedfield/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/iscalculatedfield/_index.md new file mode 100644 index 00000000000..81816189974 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/iscalculatedfield/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::IsCalculatedField method +linktitle: IsCalculatedField +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::IsCalculatedField method. Indicates whether the this pivot field is calculated field in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.pivot/pivotfield/iscalculatedfield/ +--- +## PivotField::IsCalculatedField method + + +Indicates whether the this pivot field is calculated field. + +```cpp +bool Aspose::Cells::Pivot::PivotField::IsCalculatedField() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/ishiddenitem/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/ishiddenitem/_index.md new file mode 100644 index 00000000000..4eb8fdb8860 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/ishiddenitem/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Pivot::PivotField::IsHiddenItem method +linktitle: IsHiddenItem +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::IsHiddenItem method. Gets whether the specific PivotItem is hidden in C++.' +type: docs +weight: 8700 +url: /es/cpp/aspose.cells.pivot/pivotfield/ishiddenitem/ +--- +## PivotField::IsHiddenItem method + + +Gets whether the specific [PivotItem](../../pivotitem/) is hidden. + +```cpp +bool Aspose::Cells::Pivot::PivotField::IsHiddenItem(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The index of the pivotItem in the pivotField. | + +## ReturnValue + +whether the specific [PivotItem](../../pivotitem/) is hidden + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/ishiddenitemdetail/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/ishiddenitemdetail/_index.md new file mode 100644 index 00000000000..d44c48f1366 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/ishiddenitemdetail/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Pivot::PivotField::IsHiddenItemDetail method +linktitle: IsHiddenItemDetail +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::IsHiddenItemDetail method. Gets whether to hide the detail of the specific PivotItem in C++.' +type: docs +weight: 8900 +url: /es/cpp/aspose.cells.pivot/pivotfield/ishiddenitemdetail/ +--- +## PivotField::IsHiddenItemDetail method + + +Gets whether to hide the detail of the specific [PivotItem](../../pivotitem/).. + +```cpp +bool Aspose::Cells::Pivot::PivotField::IsHiddenItemDetail(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The index of the pivotItem in the pivotField. | + +## ReturnValue + +whether the specific [PivotItem](../../pivotitem/) is hidden detail + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/isincludenewitemsinfilter/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/isincludenewitemsinfilter/_index.md new file mode 100644 index 00000000000..755899a4288 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/isincludenewitemsinfilter/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::IsIncludeNewItemsInFilter method +linktitle: IsIncludeNewItemsInFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::IsIncludeNewItemsInFilter method. Indicates whether to include new items to the field in manual filter. The default value is false in C++.' +type: docs +weight: 4700 +url: /es/cpp/aspose.cells.pivot/pivotfield/isincludenewitemsinfilter/ +--- +## PivotField::IsIncludeNewItemsInFilter method + + +Indicates whether to include new items to the field in manual filter. The default value is false. + +```cpp +bool Aspose::Cells::Pivot::PivotField::IsIncludeNewItemsInFilter() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/isinsertpagebreaksbetweenitems/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/isinsertpagebreaksbetweenitems/_index.md new file mode 100644 index 00000000000..3e50a11d43d --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/isinsertpagebreaksbetweenitems/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::IsInsertPageBreaksBetweenItems method +linktitle: IsInsertPageBreaksBetweenItems +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::IsInsertPageBreaksBetweenItems method. Indicates whether to insert page breaks after each item. The default value is false in C++.' +type: docs +weight: 4900 +url: /es/cpp/aspose.cells.pivot/pivotfield/isinsertpagebreaksbetweenitems/ +--- +## PivotField::IsInsertPageBreaksBetweenItems method + + +Indicates whether to insert page breaks after each item. The default value is false. + +```cpp +bool Aspose::Cells::Pivot::PivotField::IsInsertPageBreaksBetweenItems() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/ismultipleitemselectionallowed/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/ismultipleitemselectionallowed/_index.md new file mode 100644 index 00000000000..8291bd37012 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/ismultipleitemselectionallowed/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::IsMultipleItemSelectionAllowed method +linktitle: IsMultipleItemSelectionAllowed +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::IsMultipleItemSelectionAllowed method. Indicates whether multiple items could be selected in the page field. The default value is false in C++.' +type: docs +weight: 4300 +url: /es/cpp/aspose.cells.pivot/pivotfield/ismultipleitemselectionallowed/ +--- +## PivotField::IsMultipleItemSelectionAllowed method + + +Indicates whether multiple items could be selected in the page field. The default value is false. + +```cpp +bool Aspose::Cells::Pivot::PivotField::IsMultipleItemSelectionAllowed() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/isnull/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/isnull/_index.md new file mode 100644 index 00000000000..a5f88c2bb50 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Pivot::PivotField::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.pivot/pivotfield/isnull/ +--- +## PivotField::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Pivot::PivotField::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/isrepeatitemlabels/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/isrepeatitemlabels/_index.md new file mode 100644 index 00000000000..d8f932e576c --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/isrepeatitemlabels/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::IsRepeatItemLabels method +linktitle: IsRepeatItemLabels +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::IsRepeatItemLabels method. Indicates whether to repeat labels of the field in the region. The default value is false in C++.' +type: docs +weight: 4500 +url: /es/cpp/aspose.cells.pivot/pivotfield/isrepeatitemlabels/ +--- +## PivotField::IsRepeatItemLabels method + + +Indicates whether to repeat labels of the field in the region. The default value is false. + +```cpp +bool Aspose::Cells::Pivot::PivotField::IsRepeatItemLabels() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/isvaluesfield/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/isvaluesfield/_index.md new file mode 100644 index 00000000000..fec65fea5d0 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/isvaluesfield/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotField::IsValuesField method +linktitle: IsValuesField +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::IsValuesField method. Indicates whether this field represents values field in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.pivot/pivotfield/isvaluesfield/ +--- +## PivotField::IsValuesField method + + +Indicates whether this field represents values field. + +```cpp +bool Aspose::Cells::Pivot::PivotField::IsValuesField() +``` + +## Remarks + + +Only works when there are two or more data fields in the pivot table view. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/operator_asm/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/operator_asm/_index.md new file mode 100644 index 00000000000..b46b0738df5 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::PivotField::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.pivot/pivotfield/operator_asm/ +--- +## PivotField::operator= method + + +operator= + +```cpp +PivotField & Aspose::Cells::Pivot::PivotField::operator=(const PivotField &src) +``` + +## See Also + +* Class [PivotField](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/operator_bool/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/operator_bool/_index.md new file mode 100644 index 00000000000..c7992103135 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotField::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.pivot/pivotfield/operator_bool/ +--- +## PivotField::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Pivot::PivotField::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/pivotfield/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/pivotfield/_index.md new file mode 100644 index 00000000000..fe1f217cb86 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/pivotfield/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Pivot::PivotField::PivotField constructor +linktitle: PivotField +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::PivotField constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.pivot/pivotfield/pivotfield/ +--- +## PivotField::PivotField(PivotField_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Pivot::PivotField::PivotField(PivotField_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotField::PivotField(const PivotField\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Pivot::PivotField::PivotField(const PivotField &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/setautoshowcount/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/setautoshowcount/_index.md new file mode 100644 index 00000000000..2ca93c54dea --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/setautoshowcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::SetAutoShowCount method +linktitle: SetAutoShowCount +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::SetAutoShowCount method. Represent the number of top or bottom items that are automatically shown in the specified PivotTable field in C++.' +type: docs +weight: 6800 +url: /es/cpp/aspose.cells.pivot/pivotfield/setautoshowcount/ +--- +## PivotField::SetAutoShowCount method + + +Represent the number of top or bottom items that are automatically shown in the specified [PivotTable](../../pivottable/) field. + +```cpp +void Aspose::Cells::Pivot::PivotField::SetAutoShowCount(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/setautoshowfield/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/setautoshowfield/_index.md new file mode 100644 index 00000000000..452f82b0e03 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/setautoshowfield/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::SetAutoShowField method +linktitle: SetAutoShowField +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::SetAutoShowField method. Represents auto show field index. -1 means PivotField itself. It should be the index of the data fields in C++.' +type: docs +weight: 7000 +url: /es/cpp/aspose.cells.pivot/pivotfield/setautoshowfield/ +--- +## PivotField::SetAutoShowField method + + +Represents auto show field index. -1 means [PivotField](../) itself. It should be the index of the data fields. + +```cpp +void Aspose::Cells::Pivot::PivotField::SetAutoShowField(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/setautosortfield/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/setautosortfield/_index.md new file mode 100644 index 00000000000..4de118ac7c6 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/setautosortfield/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::SetAutoSortField method +linktitle: SetAutoSortField +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::SetAutoSortField method. Represents the index of field which is auto sorted. -1 means PivotField itself,others means the position of the data fields in C++.' +type: docs +weight: 6200 +url: /es/cpp/aspose.cells.pivot/pivotfield/setautosortfield/ +--- +## PivotField::SetAutoSortField method + + +Represents the index of field which is auto sorted. -1 means [PivotField](../) itself,others means the position of the data fields. + +```cpp +void Aspose::Cells::Pivot::PivotField::SetAutoSortField(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/setbaseindex/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/setbaseindex/_index.md new file mode 100644 index 00000000000..c34b59a452e --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/setbaseindex/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::SetBaseIndex method +linktitle: SetBaseIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::SetBaseIndex method. Represents the index in the source pivot fields in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.pivot/pivotfield/setbaseindex/ +--- +## PivotField::SetBaseIndex method + + +Represents the index in the source pivot fields. + +```cpp +void Aspose::Cells::Pivot::PivotField::SetBaseIndex(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/setcurrentpageitem/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/setcurrentpageitem/_index.md new file mode 100644 index 00000000000..c05fceec763 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/setcurrentpageitem/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::SetCurrentPageItem method +linktitle: SetCurrentPageItem +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::SetCurrentPageItem method. Represents the current selected page item of the page field to filter data. Only valid for page fields in C++.' +type: docs +weight: 7600 +url: /es/cpp/aspose.cells.pivot/pivotfield/setcurrentpageitem/ +--- +## PivotField::SetCurrentPageItem method + + +Represents the current selected page item of the page field to filter data. Only valid for page fields. + +```cpp +void Aspose::Cells::Pivot::PivotField::SetCurrentPageItem(int16_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/setdisplayname/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/setdisplayname/_index.md new file mode 100644 index 00000000000..0647c5f7bf7 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/setdisplayname/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Pivot::PivotField::SetDisplayName method +linktitle: SetDisplayName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::SetDisplayName method. Represents the display name of pivot field in the pivot table view in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells.pivot/pivotfield/setdisplayname/ +--- +## PivotField::SetDisplayName(const U16String\&) method + + +Represents the display name of pivot field in the pivot table view. + +```cpp +void Aspose::Cells::Pivot::PivotField::SetDisplayName(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotField::SetDisplayName(const char16_t*) method + + +Represents the display name of pivot field in the pivot table view. + +```cpp +void Aspose::Cells::Pivot::PivotField::SetDisplayName(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/setdragtocolumn/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/setdragtocolumn/_index.md new file mode 100644 index 00000000000..e64d97bf121 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/setdragtocolumn/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::SetDragToColumn method +linktitle: SetDragToColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::SetDragToColumn method. Indicates whether the specified field can be dragged to the column position. The default value is true in C++.' +type: docs +weight: 3400 +url: /es/cpp/aspose.cells.pivot/pivotfield/setdragtocolumn/ +--- +## PivotField::SetDragToColumn method + + +Indicates whether the specified field can be dragged to the column position. The default value is true. + +```cpp +void Aspose::Cells::Pivot::PivotField::SetDragToColumn(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/setdragtodata/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/setdragtodata/_index.md new file mode 100644 index 00000000000..ec9f6107b1b --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/setdragtodata/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::SetDragToData method +linktitle: SetDragToData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::SetDragToData method. Indicates whether the specified field can be dragged to the values region. The default value is true in C++.' +type: docs +weight: 4200 +url: /es/cpp/aspose.cells.pivot/pivotfield/setdragtodata/ +--- +## PivotField::SetDragToData method + + +Indicates whether the specified field can be dragged to the values region. The default value is true. + +```cpp +void Aspose::Cells::Pivot::PivotField::SetDragToData(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/setdragtohide/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/setdragtohide/_index.md new file mode 100644 index 00000000000..8515a045355 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/setdragtohide/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::SetDragToHide method +linktitle: SetDragToHide +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::SetDragToHide method. Indicates whether the specified field can be dragged to the hide region. The default value is true in C++.' +type: docs +weight: 3600 +url: /es/cpp/aspose.cells.pivot/pivotfield/setdragtohide/ +--- +## PivotField::SetDragToHide method + + +Indicates whether the specified field can be dragged to the hide region. The default value is true. + +```cpp +void Aspose::Cells::Pivot::PivotField::SetDragToHide(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/setdragtopage/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/setdragtopage/_index.md new file mode 100644 index 00000000000..23a9fe4b964 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/setdragtopage/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::SetDragToPage method +linktitle: SetDragToPage +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::SetDragToPage method. Indicates whether the specified field can be dragged to the page position. The default value is true in C++.' +type: docs +weight: 4000 +url: /es/cpp/aspose.cells.pivot/pivotfield/setdragtopage/ +--- +## PivotField::SetDragToPage method + + +Indicates whether the specified field can be dragged to the page position. The default value is true. + +```cpp +void Aspose::Cells::Pivot::PivotField::SetDragToPage(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/setdragtorow/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/setdragtorow/_index.md new file mode 100644 index 00000000000..ac741d3c066 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/setdragtorow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::SetDragToRow method +linktitle: SetDragToRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::SetDragToRow method. Indicates whether the specified field can be dragged to the row region. The default value is true in C++.' +type: docs +weight: 3800 +url: /es/cpp/aspose.cells.pivot/pivotfield/setdragtorow/ +--- +## PivotField::SetDragToRow method + + +Indicates whether the specified field can be dragged to the row region. The default value is true. + +```cpp +void Aspose::Cells::Pivot::PivotField::SetDragToRow(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/setfunction/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/setfunction/_index.md new file mode 100644 index 00000000000..bcb2f067d72 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/setfunction/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::PivotField::SetFunction method +linktitle: SetFunction +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::SetFunction method. Represents the function used to summarize this PivotTable data field in C++.' +type: docs +weight: 7200 +url: /es/cpp/aspose.cells.pivot/pivotfield/setfunction/ +--- +## PivotField::SetFunction method + + +Represents the function used to summarize this [PivotTable](../../pivottable/) data field. + +```cpp +void Aspose::Cells::Pivot::PivotField::SetFunction(ConsolidationFunction value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ConsolidationFunction](../../../aspose.cells/consolidationfunction/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/setinsertblankrow/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/setinsertblankrow/_index.md new file mode 100644 index 00000000000..c02fd2d5663 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/setinsertblankrow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::SetInsertBlankRow method +linktitle: SetInsertBlankRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::SetInsertBlankRow method. Indicates whether to insert a blank line after each item in C++.' +type: docs +weight: 7800 +url: /es/cpp/aspose.cells.pivot/pivotfield/setinsertblankrow/ +--- +## PivotField::SetInsertBlankRow method + + +Indicates whether to insert a blank line after each item. + +```cpp +void Aspose::Cells::Pivot::PivotField::SetInsertBlankRow(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/setisascendshow/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/setisascendshow/_index.md new file mode 100644 index 00000000000..52dcdc88c49 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/setisascendshow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::SetIsAscendShow method +linktitle: SetIsAscendShow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::SetIsAscendShow method. Indicates whether the specified PivotTable field is autoshown ascending in C++.' +type: docs +weight: 6600 +url: /es/cpp/aspose.cells.pivot/pivotfield/setisascendshow/ +--- +## PivotField::SetIsAscendShow method + + +Indicates whether the specified [PivotTable](../../pivottable/) field is autoshown ascending. + +```cpp +void Aspose::Cells::Pivot::PivotField::SetIsAscendShow(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/setisascendsort/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/setisascendsort/_index.md new file mode 100644 index 00000000000..0b22f603c0d --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/setisascendsort/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::SetIsAscendSort method +linktitle: SetIsAscendSort +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::SetIsAscendSort method. Indicates whether the items of this pivot field is autosorted ascending in C++.' +type: docs +weight: 5900 +url: /es/cpp/aspose.cells.pivot/pivotfield/setisascendsort/ +--- +## PivotField::SetIsAscendSort method + + +Indicates whether the items of this pivot field is autosorted ascending. + +```cpp +void Aspose::Cells::Pivot::PivotField::SetIsAscendSort(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/setisautoshow/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/setisautoshow/_index.md new file mode 100644 index 00000000000..fad5f5fcdd1 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/setisautoshow/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotField::SetIsAutoShow method +linktitle: SetIsAutoShow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::SetIsAutoShow method. Indicates whether the specified PivotTable field is automatically shown in C++.' +type: docs +weight: 6400 +url: /es/cpp/aspose.cells.pivot/pivotfield/setisautoshow/ +--- +## PivotField::SetIsAutoShow method + + +Indicates whether the specified [PivotTable](../../pivottable/) field is automatically shown. + +```cpp +void Aspose::Cells::Pivot::PivotField::SetIsAutoShow(bool value) +``` + +## Remarks + + +Only valid for excel 2003. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/setisautosort/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/setisautosort/_index.md new file mode 100644 index 00000000000..70c2ef12734 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/setisautosort/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::SetIsAutoSort method +linktitle: SetIsAutoSort +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::SetIsAutoSort method. Indicates whether the items of this PivotTable field are automatically sorted in C++.' +type: docs +weight: 5700 +url: /es/cpp/aspose.cells.pivot/pivotfield/setisautosort/ +--- +## PivotField::SetIsAutoSort method + + +Indicates whether the items of this [PivotTable](../../pivottable/) field are automatically sorted. + +```cpp +void Aspose::Cells::Pivot::PivotField::SetIsAutoSort(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/setisautosubtotals/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/setisautosubtotals/_index.md new file mode 100644 index 00000000000..af95b618d13 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/setisautosubtotals/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::SetIsAutoSubtotals method +linktitle: SetIsAutoSubtotals +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::SetIsAutoSubtotals method. Indicates whether the specified field shows automatic subtotals. Default is true in C++.' +type: docs +weight: 3200 +url: /es/cpp/aspose.cells.pivot/pivotfield/setisautosubtotals/ +--- +## PivotField::SetIsAutoSubtotals method + + +Indicates whether the specified field shows automatic subtotals. Default is true. + +```cpp +void Aspose::Cells::Pivot::PivotField::SetIsAutoSubtotals(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/setisincludenewitemsinfilter/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/setisincludenewitemsinfilter/_index.md new file mode 100644 index 00000000000..736972822b1 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/setisincludenewitemsinfilter/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::SetIsIncludeNewItemsInFilter method +linktitle: SetIsIncludeNewItemsInFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::SetIsIncludeNewItemsInFilter method. Indicates whether to include new items to the field in manual filter. The default value is false in C++.' +type: docs +weight: 4800 +url: /es/cpp/aspose.cells.pivot/pivotfield/setisincludenewitemsinfilter/ +--- +## PivotField::SetIsIncludeNewItemsInFilter method + + +Indicates whether to include new items to the field in manual filter. The default value is false. + +```cpp +void Aspose::Cells::Pivot::PivotField::SetIsIncludeNewItemsInFilter(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/setisinsertpagebreaksbetweenitems/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/setisinsertpagebreaksbetweenitems/_index.md new file mode 100644 index 00000000000..99b49e3035e --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/setisinsertpagebreaksbetweenitems/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::SetIsInsertPageBreaksBetweenItems method +linktitle: SetIsInsertPageBreaksBetweenItems +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::SetIsInsertPageBreaksBetweenItems method. Indicates whether to insert page breaks after each item. The default value is false in C++.' +type: docs +weight: 5000 +url: /es/cpp/aspose.cells.pivot/pivotfield/setisinsertpagebreaksbetweenitems/ +--- +## PivotField::SetIsInsertPageBreaksBetweenItems method + + +Indicates whether to insert page breaks after each item. The default value is false. + +```cpp +void Aspose::Cells::Pivot::PivotField::SetIsInsertPageBreaksBetweenItems(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/setismultipleitemselectionallowed/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/setismultipleitemselectionallowed/_index.md new file mode 100644 index 00000000000..0131662f90a --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/setismultipleitemselectionallowed/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::SetIsMultipleItemSelectionAllowed method +linktitle: SetIsMultipleItemSelectionAllowed +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::SetIsMultipleItemSelectionAllowed method. Indicates whether multiple items could be selected in the page field. The default value is false in C++.' +type: docs +weight: 4400 +url: /es/cpp/aspose.cells.pivot/pivotfield/setismultipleitemselectionallowed/ +--- +## PivotField::SetIsMultipleItemSelectionAllowed method + + +Indicates whether multiple items could be selected in the page field. The default value is false. + +```cpp +void Aspose::Cells::Pivot::PivotField::SetIsMultipleItemSelectionAllowed(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/setisrepeatitemlabels/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/setisrepeatitemlabels/_index.md new file mode 100644 index 00000000000..8f810a3e512 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/setisrepeatitemlabels/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::SetIsRepeatItemLabels method +linktitle: SetIsRepeatItemLabels +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::SetIsRepeatItemLabels method. Indicates whether to repeat labels of the field in the region. The default value is false in C++.' +type: docs +weight: 4600 +url: /es/cpp/aspose.cells.pivot/pivotfield/setisrepeatitemlabels/ +--- +## PivotField::SetIsRepeatItemLabels method + + +Indicates whether to repeat labels of the field in the region. The default value is false. + +```cpp +void Aspose::Cells::Pivot::PivotField::SetIsRepeatItemLabels(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/setname/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/setname/_index.md new file mode 100644 index 00000000000..6c451bf915c --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/setname/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Pivot::PivotField::SetName method +linktitle: SetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::SetName method. Represents the name of PivotField in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.pivot/pivotfield/setname/ +--- +## PivotField::SetName(const U16String\&) method + + +Represents the name of [PivotField](../). + +```cpp +void Aspose::Cells::Pivot::PivotField::SetName(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotField::SetName(const char16_t*) method + + +Represents the name of [PivotField](../). + +```cpp +void Aspose::Cells::Pivot::PivotField::SetName(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/setnonautosortdefault/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/setnonautosortdefault/_index.md new file mode 100644 index 00000000000..324d249a7da --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/setnonautosortdefault/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::SetNonAutoSortDefault method +linktitle: SetNonAutoSortDefault +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::SetNonAutoSortDefault method. Indicates whether a sort operation that will be applied to this pivot field is an autosort operation or a simple data sort in C++.' +type: docs +weight: 5500 +url: /es/cpp/aspose.cells.pivot/pivotfield/setnonautosortdefault/ +--- +## PivotField::SetNonAutoSortDefault method + + +Indicates whether a sort operation that will be applied to this pivot field is an autosort operation or a simple data sort. + +```cpp +void Aspose::Cells::Pivot::PivotField::SetNonAutoSortDefault(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/setnumber/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/setnumber/_index.md new file mode 100644 index 00000000000..e2a6c0016ac --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/setnumber/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::SetNumber method +linktitle: SetNumber +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::SetNumber method. Represents the built-in display format of numbers and dates in C++.' +type: docs +weight: 8400 +url: /es/cpp/aspose.cells.pivot/pivotfield/setnumber/ +--- +## PivotField::SetNumber method + + +Represents the built-in display format of numbers and dates. + +```cpp +void Aspose::Cells::Pivot::PivotField::SetNumber(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/setnumberformat/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/setnumberformat/_index.md new file mode 100644 index 00000000000..2871b6d6252 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/setnumberformat/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Pivot::PivotField::SetNumberFormat method +linktitle: SetNumberFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::SetNumberFormat method. Represents the custom display format of numbers and dates in C++.' +type: docs +weight: 8600 +url: /es/cpp/aspose.cells.pivot/pivotfield/setnumberformat/ +--- +## PivotField::SetNumberFormat(const U16String\&) method + + +Represents the custom display format of numbers and dates. + +```cpp +void Aspose::Cells::Pivot::PivotField::SetNumberFormat(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotField::SetNumberFormat(const char16_t*) method + + +Represents the custom display format of numbers and dates. + +```cpp +void Aspose::Cells::Pivot::PivotField::SetNumberFormat(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/setshowallitems/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/setshowallitems/_index.md new file mode 100644 index 00000000000..2b0bbfa64bb --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/setshowallitems/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::SetShowAllItems method +linktitle: SetShowAllItems +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::SetShowAllItems method. Indicates whether to display all items in the PivotTable view, even if they don''t contain summary data. The default value is false in C++.' +type: docs +weight: 5200 +url: /es/cpp/aspose.cells.pivot/pivotfield/setshowallitems/ +--- +## PivotField::SetShowAllItems method + + +Indicates whether to display all items in the [PivotTable](../../pivottable/) view, even if they don't contain summary data. The default value is false. + +```cpp +void Aspose::Cells::Pivot::PivotField::SetShowAllItems(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/setshowcompact/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/setshowcompact/_index.md new file mode 100644 index 00000000000..e84d4dd94ca --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/setshowcompact/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::SetShowCompact method +linktitle: SetShowCompact +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::SetShowCompact method. Indicates whether to display labels of the next field in the same column on the Pivot Table view in C++.' +type: docs +weight: 9700 +url: /es/cpp/aspose.cells.pivot/pivotfield/setshowcompact/ +--- +## PivotField::SetShowCompact method + + +Indicates whether to display labels of the next field in the same column on the [Pivot](../../) Table view. + +```cpp +void Aspose::Cells::Pivot::PivotField::SetShowCompact(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/setshowinoutlineform/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/setshowinoutlineform/_index.md new file mode 100644 index 00000000000..944ec68dac1 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/setshowinoutlineform/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::SetShowInOutlineForm method +linktitle: SetShowInOutlineForm +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::SetShowInOutlineForm method. Indicates whether to layout this field in outline form on the Pivot Table view in C++.' +type: docs +weight: 8200 +url: /es/cpp/aspose.cells.pivot/pivotfield/setshowinoutlineform/ +--- +## PivotField::SetShowInOutlineForm method + + +Indicates whether to layout this field in outline form on the [Pivot](../../) Table view. + +```cpp +void Aspose::Cells::Pivot::PivotField::SetShowInOutlineForm(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/setshowsubtotalattop/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/setshowsubtotalattop/_index.md new file mode 100644 index 00000000000..bd5c8c60903 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/setshowsubtotalattop/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotField::SetShowSubtotalAtTop method +linktitle: SetShowSubtotalAtTop +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::SetShowSubtotalAtTop method. Indicates whether to display subtotals at the top or bottom of items when ShowInOutlineForm is true, then in C++.' +type: docs +weight: 8000 +url: /es/cpp/aspose.cells.pivot/pivotfield/setshowsubtotalattop/ +--- +## PivotField::SetShowSubtotalAtTop method + + +Indicates whether to display subtotals at the top or bottom of items when ShowInOutlineForm is true, then. + +```cpp +void Aspose::Cells::Pivot::PivotField::SetShowSubtotalAtTop(bool value) +``` + +## Remarks + + +Only works when ShowInOutlineForm is true. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/setsubtotals/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/setsubtotals/_index.md new file mode 100644 index 00000000000..2f15841d355 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/setsubtotals/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Cells::Pivot::PivotField::SetSubtotals method +linktitle: SetSubtotals +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::SetSubtotals method. Sets how to subtotal the specified field in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells.pivot/pivotfield/setsubtotals/ +--- +## PivotField::SetSubtotals method + + +Sets how to subtotal the specified field. + +```cpp +void Aspose::Cells::Pivot::PivotField::SetSubtotals(PivotFieldSubtotalType subtotalType, bool shown) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| subtotalType | PivotFieldSubtotalType | [PivotFieldSubtotalType](../../pivotfieldsubtotaltype/) | +| shown | bool | Whether the specified field shows that subtotals. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PivotFieldSubtotalType](../../pivotfieldsubtotaltype/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/showvaluesas/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/showvaluesas/_index.md new file mode 100644 index 00000000000..596f7a3924d --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/showvaluesas/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::Pivot::PivotField::ShowValuesAs method +linktitle: ShowValuesAs +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::ShowValuesAs method. Shows values of data field as different display format when the ShowDataAs calculation is in use in C++.' +type: docs +weight: 7300 +url: /es/cpp/aspose.cells.pivot/pivotfield/showvaluesas/ +--- +## PivotField::ShowValuesAs method + + +Shows values of data field as different display format when the ShowDataAs calculation is in use. + +```cpp +void Aspose::Cells::Pivot::PivotField::ShowValuesAs(PivotFieldDataDisplayFormat displayFormat, int32_t baseField, PivotItemPositionType baseItemPositionType, int32_t baseItem) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| displayFormat | PivotFieldDataDisplayFormat | The data display format type. | +| baseField | int32_t | The index to the field which ShowDataAs calculation bases on. | +| baseItemPositionType | PivotItemPositionType | The position type of base iteam. | +| baseItem | int32_t | The index to the base item which ShowDataAs calculation bases on. Only works when baseItemPositionType is custom. | +## Remarks + + + +Only for data field. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PivotFieldDataDisplayFormat](../../pivotfielddatadisplayformat/) +* Enum [PivotItemPositionType](../../pivotitempositiontype/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/sortby/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/sortby/_index.md new file mode 100644 index 00000000000..aa34be526fd --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/sortby/_index.md @@ -0,0 +1,82 @@ +--- +title: Aspose::Cells::Pivot::PivotField::SortBy method +linktitle: SortBy +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::SortBy method. Sorts this pivot field in C++.' +type: docs +weight: 5300 +url: /es/cpp/aspose.cells.pivot/pivotfield/sortby/ +--- +## PivotField::SortBy(SortOrder, int32_t) method + + +Sorts this pivot field. + +```cpp +void Aspose::Cells::Pivot::PivotField::SortBy(SortOrder sortType, int32_t fieldSortedBy) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sortType | SortOrder | The type of sorting this field. | +| fieldSortedBy | int32_t | The index of pivot field sorted by. -1 means sorting by data labels of this field, others mean the index of data field sorted by. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [SortOrder](../../../aspose.cells/sortorder/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotField::SortBy(SortOrder, int32_t, PivotLineType, const U16String\&) method + + +Sorts this pivot field. + +```cpp +void Aspose::Cells::Pivot::PivotField::SortBy(SortOrder sortType, int32_t fieldSortedBy, PivotLineType dataType, const U16String &cellName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sortType | SortOrder | The type of sorting this field. | +| fieldSortedBy | int32_t | The index of pivot field sorted by. -1 means sorting by data labels of this field, others mean the index of data field sorted by. | +| dataType | PivotLineType | The type of data sorted by. | +| cellName | const U16String\& | Sort by values in the row or column | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [SortOrder](../../../aspose.cells/sortorder/) +* Enum [PivotLineType](../../pivotlinetype/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotField::SortBy(SortOrder, int32_t, PivotLineType, const char16_t*) method + + +Sorts this pivot field. + +```cpp +void Aspose::Cells::Pivot::PivotField::SortBy(SortOrder sortType, int32_t fieldSortedBy, PivotLineType dataType, const char16_t *cellName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sortType | SortOrder | The type of sorting this field. | +| fieldSortedBy | int32_t | The index of pivot field sorted by. -1 means sorting by data labels of this field, others mean the index of data field sorted by. | +| dataType | PivotLineType | The type of data sorted by. | +| cellName | const char16_t* | Sort by values in the row or column | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [SortOrder](../../../aspose.cells/sortorder/) +* Enum [PivotLineType](../../pivotlinetype/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/ungroup/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/ungroup/_index.md new file mode 100644 index 00000000000..bc567bfffe1 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/ungroup/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotField::Ungroup method +linktitle: Ungroup +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::Ungroup method. Ungroup the pivot field in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.pivot/pivotfield/ungroup/ +--- +## PivotField::Ungroup method + + +Ungroup the pivot field. + +```cpp +void Aspose::Cells::Pivot::PivotField::Ungroup() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfield/~pivotfield/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfield/~pivotfield/_index.md new file mode 100644 index 00000000000..a01e57e7401 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfield/~pivotfield/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotField::~PivotField method +linktitle: ~PivotField +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotField::~PivotField method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.pivot/pivotfield/~pivotfield/ +--- +## PivotField::~PivotField method + + +Destructor. + +```cpp +Aspose::Cells::Pivot::PivotField::~PivotField() +``` + +## See Also + +* Class [PivotField](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfieldcollection/_impl/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfieldcollection/_impl/_index.md new file mode 100644 index 00000000000..f301ef379fa --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfieldcollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotFieldCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFieldCollection::_impl field. The implementation object in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.pivot/pivotfieldcollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +PivotFieldCollection_Impl* Aspose::Cells::Pivot::PivotFieldCollection::_impl +``` + +## See Also + +* Class [PivotFieldCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfieldcollection/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfieldcollection/_index.md new file mode 100644 index 00000000000..633bbd7b8e3 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfieldcollection/_index.md @@ -0,0 +1,47 @@ +--- +title: Aspose::Cells::Pivot::PivotFieldCollection class +linktitle: PivotFieldCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFieldCollection class. Represents a collection of all the PivotField objects in the PivotTable''s specific PivotFields type in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.pivot/pivotfieldcollection/ +--- +## PivotFieldCollection class + + +Represents a collection of all the [PivotField](../pivotfield/) objects in the [PivotTable](../pivottable/)'s specific PivotFields type. + +```cpp +class PivotFieldCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add(const PivotField\& pivotField)](./add/) | Adds a [PivotField](../pivotfield/)[Object](../../aspose.cells/object/) to the specific type PivotFields. | +| [AddByBaseIndex(int32_t baseFieldIndex)](./addbybaseindex/) | Adds a [PivotField](../pivotfield/)[Object](../../aspose.cells/object/) to the specific type PivotFields. | +| [Clear()](./clear/) | clear all fields of [PivotFieldCollection](./) | +| [Get(int32_t index)](./get/) | Gets the [PivotField](../pivotfield/)[Object](../../aspose.cells/object/) at the specific index. | +| [Get(const U16String\& name)](./get/) | Gets the [PivotField](../pivotfield/)[Object](../../aspose.cells/object/) of the specific name. | +| [Get(const char16_t* name)](./get/) | Gets the [PivotField](../pivotfield/)[Object](../../aspose.cells/object/) of the specific name. | +| [GetCount()](./getcount/) | Gets the count of the pivotFields. | +| [GetEnumerator()](./getenumerator/) | Gets an enumerator over the elements in this collection in proper sequence. | +| [GetType()](./gettype/) | Gets the PivotFields type. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [Move(int32_t currPos, int32_t destPos)](./move/) | Moves the [PivotField](../pivotfield/) from current position to destination position. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const PivotFieldCollection\& src)](./operator_asm/) | operator= | +| [PivotFieldCollection(PivotFieldCollection_Impl* impl)](./pivotfieldcollection/) | Constructs from an implementation object. | +| [PivotFieldCollection(const PivotFieldCollection\& src)](./pivotfieldcollection/) | Copy constructor. | +| [~PivotFieldCollection()](./~pivotfieldcollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Pivot](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfieldcollection/add/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfieldcollection/add/_index.md new file mode 100644 index 00000000000..270bdae0391 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfieldcollection/add/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Pivot::PivotFieldCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFieldCollection::Add method. Adds a PivotFieldObject to the specific type PivotFields in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.pivot/pivotfieldcollection/add/ +--- +## PivotFieldCollection::Add method + + +Adds a [PivotField](../../pivotfield/)[Object](../../../aspose.cells/object/) to the specific type PivotFields. + +```cpp +int32_t Aspose::Cells::Pivot::PivotFieldCollection::Add(const PivotField &pivotField) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pivotField | const PivotField\& | a [PivotField](../../pivotfield/)[Object](../../../aspose.cells/object/). | + +## ReturnValue + +the index of the [PivotField](../../pivotfield/)[Object](../../../aspose.cells/object/) in this PivotFields. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../../pivotfield/) +* Class [PivotFieldCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfieldcollection/addbybaseindex/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfieldcollection/addbybaseindex/_index.md new file mode 100644 index 00000000000..94541bc74ff --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfieldcollection/addbybaseindex/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Pivot::PivotFieldCollection::AddByBaseIndex method +linktitle: AddByBaseIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFieldCollection::AddByBaseIndex method. Adds a PivotFieldObject to the specific type PivotFields in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.pivot/pivotfieldcollection/addbybaseindex/ +--- +## PivotFieldCollection::AddByBaseIndex method + + +Adds a [PivotField](../../pivotfield/)[Object](../../../aspose.cells/object/) to the specific type PivotFields. + +```cpp +int32_t Aspose::Cells::Pivot::PivotFieldCollection::AddByBaseIndex(int32_t baseFieldIndex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| baseFieldIndex | int32_t | field index in the base PivotFields. | + +## ReturnValue + +the index of the [PivotField](../../pivotfield/)[Object](../../../aspose.cells/object/) in this PivotFields. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFieldCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfieldcollection/clear/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfieldcollection/clear/_index.md new file mode 100644 index 00000000000..839b426adfd --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfieldcollection/clear/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotFieldCollection::Clear method +linktitle: Clear +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFieldCollection::Clear method. clear all fields of PivotFieldCollection in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.pivot/pivotfieldcollection/clear/ +--- +## PivotFieldCollection::Clear method + + +clear all fields of [PivotFieldCollection](../) + +```cpp +void Aspose::Cells::Pivot::PivotFieldCollection::Clear() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFieldCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfieldcollection/get/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfieldcollection/get/_index.md new file mode 100644 index 00000000000..ccba3160471 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfieldcollection/get/_index.md @@ -0,0 +1,58 @@ +--- +title: Aspose::Cells::Pivot::PivotFieldCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFieldCollection::Get method. Gets the PivotFieldObject at the specific index in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.pivot/pivotfieldcollection/get/ +--- +## PivotFieldCollection::Get(int32_t) method + + +Gets the [PivotField](../../pivotfield/)[Object](../../../aspose.cells/object/) at the specific index. + +```cpp +PivotField Aspose::Cells::Pivot::PivotFieldCollection::Get(int32_t index) +``` + +## See Also + +* Class [PivotField](../../pivotfield/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFieldCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotFieldCollection::Get(const U16String\&) method + + +Gets the [PivotField](../../pivotfield/)[Object](../../../aspose.cells/object/) of the specific name. + +```cpp +PivotField Aspose::Cells::Pivot::PivotFieldCollection::Get(const U16String &name) +``` + +## See Also + +* Class [PivotField](../../pivotfield/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotFieldCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotFieldCollection::Get(const char16_t*) method + + +Gets the [PivotField](../../pivotfield/)[Object](../../../aspose.cells/object/) of the specific name. + +```cpp +PivotField Aspose::Cells::Pivot::PivotFieldCollection::Get(const char16_t *name) +``` + +## See Also + +* Class [PivotField](../../pivotfield/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFieldCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfieldcollection/getcount/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfieldcollection/getcount/_index.md new file mode 100644 index 00000000000..750f24fe5f8 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfieldcollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotFieldCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFieldCollection::GetCount method. Gets the count of the pivotFields in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.pivot/pivotfieldcollection/getcount/ +--- +## PivotFieldCollection::GetCount method + + +Gets the count of the pivotFields. + +```cpp +int32_t Aspose::Cells::Pivot::PivotFieldCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFieldCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfieldcollection/getenumerator/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfieldcollection/getenumerator/_index.md new file mode 100644 index 00000000000..5bb0893e9df --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfieldcollection/getenumerator/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Pivot::PivotFieldCollection::GetEnumerator method +linktitle: GetEnumerator +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFieldCollection::GetEnumerator method. Gets an enumerator over the elements in this collection in proper sequence in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.pivot/pivotfieldcollection/getenumerator/ +--- +## PivotFieldCollection::GetEnumerator method + + +Gets an enumerator over the elements in this collection in proper sequence. + +```cpp +Enumerator Aspose::Cells::Pivot::PivotFieldCollection::GetEnumerator() +``` + + +## ReturnValue + +enumerator + +## See Also + +* Class [Enumerator](../../../aspose.cells/enumerator/) +* Class [PivotField](../../pivotfield/) +* Class [PivotFieldCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfieldcollection/gettype/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfieldcollection/gettype/_index.md new file mode 100644 index 00000000000..deeedb2cecb --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfieldcollection/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotFieldCollection::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFieldCollection::GetType method. Gets the PivotFields type in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.pivot/pivotfieldcollection/gettype/ +--- +## PivotFieldCollection::GetType method + + +Gets the PivotFields type. + +```cpp +PivotFieldType Aspose::Cells::Pivot::PivotFieldCollection::GetType() +``` + +## See Also + +* Enum [PivotFieldType](../../pivotfieldtype/) +* Class [PivotFieldCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfieldcollection/isnull/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfieldcollection/isnull/_index.md new file mode 100644 index 00000000000..66b7c147a7b --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfieldcollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Pivot::PivotFieldCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFieldCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.pivot/pivotfieldcollection/isnull/ +--- +## PivotFieldCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Pivot::PivotFieldCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFieldCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfieldcollection/move/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfieldcollection/move/_index.md new file mode 100644 index 00000000000..56c8ecf04a3 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfieldcollection/move/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Pivot::PivotFieldCollection::Move method +linktitle: Move +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFieldCollection::Move method. Moves the PivotField from current position to destination position in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.pivot/pivotfieldcollection/move/ +--- +## PivotFieldCollection::Move method + + +Moves the [PivotField](../../pivotfield/) from current position to destination position. + +```cpp +void Aspose::Cells::Pivot::PivotFieldCollection::Move(int32_t currPos, int32_t destPos) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| currPos | int32_t | Current position of [PivotField](../../pivotfield/) based on zero | +| destPos | int32_t | Destination position of [PivotField](../../pivotfield/) based on zero | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFieldCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfieldcollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfieldcollection/operator_asm/_index.md new file mode 100644 index 00000000000..20753bdd31a --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfieldcollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::PivotFieldCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFieldCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.pivot/pivotfieldcollection/operator_asm/ +--- +## PivotFieldCollection::operator= method + + +operator= + +```cpp +PivotFieldCollection & Aspose::Cells::Pivot::PivotFieldCollection::operator=(const PivotFieldCollection &src) +``` + +## See Also + +* Class [PivotFieldCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFieldCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfieldcollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfieldcollection/operator_bool/_index.md new file mode 100644 index 00000000000..2ccb0651b21 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfieldcollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotFieldCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFieldCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.pivot/pivotfieldcollection/operator_bool/ +--- +## PivotFieldCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Pivot::PivotFieldCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [PivotFieldCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfieldcollection/pivotfieldcollection/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfieldcollection/pivotfieldcollection/_index.md new file mode 100644 index 00000000000..eb17d2ac574 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfieldcollection/pivotfieldcollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Pivot::PivotFieldCollection::PivotFieldCollection constructor +linktitle: PivotFieldCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFieldCollection::PivotFieldCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.pivot/pivotfieldcollection/pivotfieldcollection/ +--- +## PivotFieldCollection::PivotFieldCollection(PivotFieldCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Pivot::PivotFieldCollection::PivotFieldCollection(PivotFieldCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFieldCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotFieldCollection::PivotFieldCollection(const PivotFieldCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Pivot::PivotFieldCollection::PivotFieldCollection(const PivotFieldCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFieldCollection](../) +* Class [PivotFieldCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfieldcollection/~pivotfieldcollection/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfieldcollection/~pivotfieldcollection/_index.md new file mode 100644 index 00000000000..3b13c88c59f --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfieldcollection/~pivotfieldcollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotFieldCollection::~PivotFieldCollection method +linktitle: ~PivotFieldCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFieldCollection::~PivotFieldCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.pivot/pivotfieldcollection/~pivotfieldcollection/ +--- +## PivotFieldCollection::~PivotFieldCollection method + + +Destructor. + +```cpp +Aspose::Cells::Pivot::PivotFieldCollection::~PivotFieldCollection() +``` + +## See Also + +* Class [PivotFieldCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfielddatadisplayformat/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfielddatadisplayformat/_index.md new file mode 100644 index 00000000000..a29ac479ec1 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfielddatadisplayformat/_index.md @@ -0,0 +1,42 @@ +--- +title: Aspose::Cells::Pivot::PivotFieldDataDisplayFormat enum +linktitle: PivotFieldDataDisplayFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFieldDataDisplayFormat enum. Represents data display format in the PivotTable data field in C++.' +type: docs +weight: 3200 +url: /es/cpp/aspose.cells.pivot/pivotfielddatadisplayformat/ +--- +## PivotFieldDataDisplayFormat enum + + +Represents data display format in the [PivotTable](../pivottable/) data field. + +```cpp +enum class PivotFieldDataDisplayFormat +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Normal | 0 |
Represents normal display format. | +| DifferenceFrom | 1 |
Represents difference from display format. | +| PercentageOf | 2 |
Represents percentage of display format. | +| PercentageDifferenceFrom | 3 |
Represents percentage difference from display format. | +| RunningTotalIn | 4 |
Represents running total in display format. | +| PercentageOfRow | 5 |
Represents percentage of row display format. | +| PercentageOfColumn | 6 |
Represents percentage of column display format. | +| PercentageOfTotal | 7 |
Represents percentage of total display format. | +| Index | 8 |
Represents index display format. | +| PercentageOfParentRowTotal | 9 |
Represents percentage of parent row total display format. | +| PercentageOfParentColumnTotal | 10 |
Represents percentage of parent column total display format. | +| PercentageOfParentTotal | 11 |
Represents percentage of parent total display format. | +| PercentageOfRunningTotalIn | 12 |
Represents percentage of running total in display format. | +| RankSmallestToLargest | 13 |
Represents smallest to largest display format. | +| RankLargestToSmallest | 14 |
Represents largest to smallest display format. | + +## See Also + +* Namespace [Aspose::Cells::Pivot](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfieldgroupsettings/_impl/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfieldgroupsettings/_impl/_index.md new file mode 100644 index 00000000000..f35a25f785e --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfieldgroupsettings/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotFieldGroupSettings::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFieldGroupSettings::_impl field. The implementation object in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.pivot/pivotfieldgroupsettings/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +PivotFieldGroupSettings_Impl* Aspose::Cells::Pivot::PivotFieldGroupSettings::_impl +``` + +## See Also + +* Class [PivotFieldGroupSettings](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfieldgroupsettings/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfieldgroupsettings/_index.md new file mode 100644 index 00000000000..3b3c2a3c43d --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfieldgroupsettings/_index.md @@ -0,0 +1,39 @@ +--- +title: Aspose::Cells::Pivot::PivotFieldGroupSettings class +linktitle: PivotFieldGroupSettings +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFieldGroupSettings class. Represents the group setting of pivot field in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.pivot/pivotfieldgroupsettings/ +--- +## PivotFieldGroupSettings class + + +Represents the group setting of pivot field. + +```cpp +class PivotFieldGroupSettings +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetType()](./gettype/) | Gets the group type of pivot field. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const PivotFieldGroupSettings\& src)](./operator_asm/) | operator= | +| [PivotFieldGroupSettings()](./pivotfieldgroupsettings/) | Default constructor. | +| [PivotFieldGroupSettings(PivotFieldGroupSettings_Impl* impl)](./pivotfieldgroupsettings/) | Constructs from an implementation object. | +| [PivotFieldGroupSettings(const PivotFieldGroupSettings\& src)](./pivotfieldgroupsettings/) | Copy constructor. | +| [~PivotFieldGroupSettings()](./~pivotfieldgroupsettings/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Pivot](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfieldgroupsettings/gettype/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfieldgroupsettings/gettype/_index.md new file mode 100644 index 00000000000..db96782e6d3 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfieldgroupsettings/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotFieldGroupSettings::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFieldGroupSettings::GetType method. Gets the group type of pivot field in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.pivot/pivotfieldgroupsettings/gettype/ +--- +## PivotFieldGroupSettings::GetType method + + +Gets the group type of pivot field. + +```cpp +PivotFieldGroupType Aspose::Cells::Pivot::PivotFieldGroupSettings::GetType() +``` + +## See Also + +* Enum [PivotFieldGroupType](../../pivotfieldgrouptype/) +* Class [PivotFieldGroupSettings](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfieldgroupsettings/isnull/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfieldgroupsettings/isnull/_index.md new file mode 100644 index 00000000000..8d28c35b1d2 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfieldgroupsettings/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Pivot::PivotFieldGroupSettings::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFieldGroupSettings::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.pivot/pivotfieldgroupsettings/isnull/ +--- +## PivotFieldGroupSettings::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Pivot::PivotFieldGroupSettings::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFieldGroupSettings](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfieldgroupsettings/operator_asm/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfieldgroupsettings/operator_asm/_index.md new file mode 100644 index 00000000000..7b87861d938 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfieldgroupsettings/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::PivotFieldGroupSettings::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFieldGroupSettings::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.pivot/pivotfieldgroupsettings/operator_asm/ +--- +## PivotFieldGroupSettings::operator= method + + +operator= + +```cpp +PivotFieldGroupSettings & Aspose::Cells::Pivot::PivotFieldGroupSettings::operator=(const PivotFieldGroupSettings &src) +``` + +## See Also + +* Class [PivotFieldGroupSettings](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFieldGroupSettings](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfieldgroupsettings/operator_bool/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfieldgroupsettings/operator_bool/_index.md new file mode 100644 index 00000000000..a6aae5610aa --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfieldgroupsettings/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotFieldGroupSettings::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFieldGroupSettings::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.pivot/pivotfieldgroupsettings/operator_bool/ +--- +## PivotFieldGroupSettings::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Pivot::PivotFieldGroupSettings::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [PivotFieldGroupSettings](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfieldgroupsettings/pivotfieldgroupsettings/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfieldgroupsettings/pivotfieldgroupsettings/_index.md new file mode 100644 index 00000000000..fc65d2b10c6 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfieldgroupsettings/pivotfieldgroupsettings/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::Pivot::PivotFieldGroupSettings::PivotFieldGroupSettings constructor +linktitle: PivotFieldGroupSettings +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFieldGroupSettings::PivotFieldGroupSettings constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.pivot/pivotfieldgroupsettings/pivotfieldgroupsettings/ +--- +## PivotFieldGroupSettings::PivotFieldGroupSettings() constructor + + +Default constructor. + +```cpp +Aspose::Cells::Pivot::PivotFieldGroupSettings::PivotFieldGroupSettings() +``` + +## See Also + +* Class [PivotFieldGroupSettings](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotFieldGroupSettings::PivotFieldGroupSettings(PivotFieldGroupSettings_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Pivot::PivotFieldGroupSettings::PivotFieldGroupSettings(PivotFieldGroupSettings_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFieldGroupSettings](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotFieldGroupSettings::PivotFieldGroupSettings(const PivotFieldGroupSettings\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Pivot::PivotFieldGroupSettings::PivotFieldGroupSettings(const PivotFieldGroupSettings &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFieldGroupSettings](../) +* Class [PivotFieldGroupSettings](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfieldgroupsettings/~pivotfieldgroupsettings/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfieldgroupsettings/~pivotfieldgroupsettings/_index.md new file mode 100644 index 00000000000..57dbd1954e4 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfieldgroupsettings/~pivotfieldgroupsettings/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotFieldGroupSettings::~PivotFieldGroupSettings method +linktitle: ~PivotFieldGroupSettings +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFieldGroupSettings::~PivotFieldGroupSettings method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.pivot/pivotfieldgroupsettings/~pivotfieldgroupsettings/ +--- +## PivotFieldGroupSettings::~PivotFieldGroupSettings method + + +Destructor. + +```cpp +Aspose::Cells::Pivot::PivotFieldGroupSettings::~PivotFieldGroupSettings() +``` + +## See Also + +* Class [PivotFieldGroupSettings](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfieldgrouptype/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfieldgrouptype/_index.md new file mode 100644 index 00000000000..d5896f90179 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfieldgrouptype/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Cells::Pivot::PivotFieldGroupType enum +linktitle: PivotFieldGroupType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFieldGroupType enum. Represents the group type of pivot field in C++.' +type: docs +weight: 3300 +url: /es/cpp/aspose.cells.pivot/pivotfieldgrouptype/ +--- +## PivotFieldGroupType enum + + +Represents the group type of pivot field. + +```cpp +enum class PivotFieldGroupType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| None | 0 |
No group. | +| DateTimeRange | 1 |
Grouped by DateTime range. | +| NumbericRange | 2 |
Grouped by numberic range. | +| Discrete | 3 |
Grouped by discrete points. | + +## See Also + +* Namespace [Aspose::Cells::Pivot](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfieldsortsetting/_impl/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfieldsortsetting/_impl/_index.md new file mode 100644 index 00000000000..fb66550da91 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfieldsortsetting/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotFieldSortSetting::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFieldSortSetting::_impl field. The implementation object in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.pivot/pivotfieldsortsetting/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +PivotFieldSortSetting_Impl* Aspose::Cells::Pivot::PivotFieldSortSetting::_impl +``` + +## See Also + +* Class [PivotFieldSortSetting](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfieldsortsetting/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfieldsortsetting/_index.md new file mode 100644 index 00000000000..409da761496 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfieldsortsetting/_index.md @@ -0,0 +1,43 @@ +--- +title: Aspose::Cells::Pivot::PivotFieldSortSetting class +linktitle: PivotFieldSortSetting +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFieldSortSetting class. Represents the setting for sorting pivot fields in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.pivot/pivotfieldsortsetting/ +--- +## PivotFieldSortSetting class + + +Represents the setting for sorting pivot fields. + +```cpp +class PivotFieldSortSetting +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetCell()](./getcell/) | Sorts by the values in which row or column. | +| [GetFieldIndex()](./getfieldindex/) | Represents the index of the field sorted by. -1 means sorting the [PivotField](../pivotfield/) by the labels,others means sorting by the data field. | +| [GetLineTypeSortedBy()](./getlinetypesortedby/) | The pivot line type sorted by. | +| [GetSortType()](./getsorttype/) | Represents the [SortOrder](../../aspose.cells/sortorder/). | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsSimpleSort()](./issimplesort/) | Indicates whether a simple data sort operation will be applied. | +| [IsSortByLabels()](./issortbylabels/) | Indicates whether to sort the field by itself or data field. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const PivotFieldSortSetting\& src)](./operator_asm/) | operator= | +| [PivotFieldSortSetting(PivotFieldSortSetting_Impl* impl)](./pivotfieldsortsetting/) | Constructs from an implementation object. | +| [PivotFieldSortSetting(const PivotFieldSortSetting\& src)](./pivotfieldsortsetting/) | Copy constructor. | +| [~PivotFieldSortSetting()](./~pivotfieldsortsetting/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Pivot](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfieldsortsetting/getcell/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfieldsortsetting/getcell/_index.md new file mode 100644 index 00000000000..0efb33eca80 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfieldsortsetting/getcell/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotFieldSortSetting::GetCell method +linktitle: GetCell +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFieldSortSetting::GetCell method. Sorts by the values in which row or column in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.pivot/pivotfieldsortsetting/getcell/ +--- +## PivotFieldSortSetting::GetCell method + + +Sorts by the values in which row or column. + +```cpp +U16String Aspose::Cells::Pivot::PivotFieldSortSetting::GetCell() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotFieldSortSetting](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfieldsortsetting/getfieldindex/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfieldsortsetting/getfieldindex/_index.md new file mode 100644 index 00000000000..63dc8f3b108 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfieldsortsetting/getfieldindex/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotFieldSortSetting::GetFieldIndex method +linktitle: GetFieldIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFieldSortSetting::GetFieldIndex method. Represents the index of the field sorted by. -1 means sorting the PivotField by the labels,others means sorting by the data field in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.pivot/pivotfieldsortsetting/getfieldindex/ +--- +## PivotFieldSortSetting::GetFieldIndex method + + +Represents the index of the field sorted by. -1 means sorting the [PivotField](../../pivotfield/) by the labels,others means sorting by the data field. + +```cpp +int32_t Aspose::Cells::Pivot::PivotFieldSortSetting::GetFieldIndex() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFieldSortSetting](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfieldsortsetting/getlinetypesortedby/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfieldsortsetting/getlinetypesortedby/_index.md new file mode 100644 index 00000000000..becd36489bb --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfieldsortsetting/getlinetypesortedby/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotFieldSortSetting::GetLineTypeSortedBy method +linktitle: GetLineTypeSortedBy +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFieldSortSetting::GetLineTypeSortedBy method. The pivot line type sorted by in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.pivot/pivotfieldsortsetting/getlinetypesortedby/ +--- +## PivotFieldSortSetting::GetLineTypeSortedBy method + + +The pivot line type sorted by. + +```cpp +PivotLineType Aspose::Cells::Pivot::PivotFieldSortSetting::GetLineTypeSortedBy() +``` + +## Remarks + + +Only works when not sorting this field by labels. +## See Also + +* Enum [PivotLineType](../../pivotlinetype/) +* Class [PivotFieldSortSetting](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfieldsortsetting/getsorttype/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfieldsortsetting/getsorttype/_index.md new file mode 100644 index 00000000000..d84f7674b1b --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfieldsortsetting/getsorttype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotFieldSortSetting::GetSortType method +linktitle: GetSortType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFieldSortSetting::GetSortType method. Represents the SortOrder in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.pivot/pivotfieldsortsetting/getsorttype/ +--- +## PivotFieldSortSetting::GetSortType method + + +Represents the [SortOrder](../../../aspose.cells/sortorder/). + +```cpp +SortOrder Aspose::Cells::Pivot::PivotFieldSortSetting::GetSortType() +``` + +## See Also + +* Enum [SortOrder](../../../aspose.cells/sortorder/) +* Class [PivotFieldSortSetting](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfieldsortsetting/isnull/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfieldsortsetting/isnull/_index.md new file mode 100644 index 00000000000..41dbd9ea4ce --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfieldsortsetting/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Pivot::PivotFieldSortSetting::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFieldSortSetting::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.pivot/pivotfieldsortsetting/isnull/ +--- +## PivotFieldSortSetting::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Pivot::PivotFieldSortSetting::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFieldSortSetting](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfieldsortsetting/issimplesort/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfieldsortsetting/issimplesort/_index.md new file mode 100644 index 00000000000..4660099c875 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfieldsortsetting/issimplesort/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotFieldSortSetting::IsSimpleSort method +linktitle: IsSimpleSort +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFieldSortSetting::IsSimpleSort method. Indicates whether a simple data sort operation will be applied in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.pivot/pivotfieldsortsetting/issimplesort/ +--- +## PivotFieldSortSetting::IsSimpleSort method + + +Indicates whether a simple data sort operation will be applied. + +```cpp +bool Aspose::Cells::Pivot::PivotFieldSortSetting::IsSimpleSort() +``` + +## Remarks + + +The default value is true. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFieldSortSetting](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfieldsortsetting/issortbylabels/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfieldsortsetting/issortbylabels/_index.md new file mode 100644 index 00000000000..051807f16da --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfieldsortsetting/issortbylabels/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotFieldSortSetting::IsSortByLabels method +linktitle: IsSortByLabels +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFieldSortSetting::IsSortByLabels method. Indicates whether sorting the field by itself or data field in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.pivot/pivotfieldsortsetting/issortbylabels/ +--- +## PivotFieldSortSetting::IsSortByLabels method + + +Indicates whether sorting the field by itself or data field. + +```cpp +bool Aspose::Cells::Pivot::PivotFieldSortSetting::IsSortByLabels() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFieldSortSetting](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfieldsortsetting/operator_asm/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfieldsortsetting/operator_asm/_index.md new file mode 100644 index 00000000000..bba1404e966 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfieldsortsetting/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::PivotFieldSortSetting::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFieldSortSetting::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.pivot/pivotfieldsortsetting/operator_asm/ +--- +## PivotFieldSortSetting::operator= method + + +operator= + +```cpp +PivotFieldSortSetting & Aspose::Cells::Pivot::PivotFieldSortSetting::operator=(const PivotFieldSortSetting &src) +``` + +## See Also + +* Class [PivotFieldSortSetting](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFieldSortSetting](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfieldsortsetting/operator_bool/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfieldsortsetting/operator_bool/_index.md new file mode 100644 index 00000000000..9e74ded5975 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfieldsortsetting/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotFieldSortSetting::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFieldSortSetting::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.pivot/pivotfieldsortsetting/operator_bool/ +--- +## PivotFieldSortSetting::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Pivot::PivotFieldSortSetting::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [PivotFieldSortSetting](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfieldsortsetting/pivotfieldsortsetting/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfieldsortsetting/pivotfieldsortsetting/_index.md new file mode 100644 index 00000000000..8af0b1fc708 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfieldsortsetting/pivotfieldsortsetting/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Pivot::PivotFieldSortSetting::PivotFieldSortSetting constructor +linktitle: PivotFieldSortSetting +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFieldSortSetting::PivotFieldSortSetting constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.pivot/pivotfieldsortsetting/pivotfieldsortsetting/ +--- +## PivotFieldSortSetting::PivotFieldSortSetting(PivotFieldSortSetting_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Pivot::PivotFieldSortSetting::PivotFieldSortSetting(PivotFieldSortSetting_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFieldSortSetting](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotFieldSortSetting::PivotFieldSortSetting(const PivotFieldSortSetting\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Pivot::PivotFieldSortSetting::PivotFieldSortSetting(const PivotFieldSortSetting &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFieldSortSetting](../) +* Class [PivotFieldSortSetting](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfieldsortsetting/~pivotfieldsortsetting/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfieldsortsetting/~pivotfieldsortsetting/_index.md new file mode 100644 index 00000000000..fb4f248cbb3 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfieldsortsetting/~pivotfieldsortsetting/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotFieldSortSetting::~PivotFieldSortSetting method +linktitle: ~PivotFieldSortSetting +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFieldSortSetting::~PivotFieldSortSetting method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.pivot/pivotfieldsortsetting/~pivotfieldsortsetting/ +--- +## PivotFieldSortSetting::~PivotFieldSortSetting method + + +Destructor. + +```cpp +Aspose::Cells::Pivot::PivotFieldSortSetting::~PivotFieldSortSetting() +``` + +## See Also + +* Class [PivotFieldSortSetting](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfieldsubtotaltype/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfieldsubtotaltype/_index.md new file mode 100644 index 00000000000..6fe7d8553c2 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfieldsubtotaltype/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Pivot::PivotFieldSubtotalType enum +linktitle: PivotFieldSubtotalType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFieldSubtotalType enum. Summary description for PivotFieldSubtotalType in C++.' +type: docs +weight: 3400 +url: /es/cpp/aspose.cells.pivot/pivotfieldsubtotaltype/ +--- +## PivotFieldSubtotalType enum + + +Summary description for PivotFieldSubtotalType. + +```cpp +enum class PivotFieldSubtotalType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| None | 0 |
Represents None subtotal type. | +| Automatic | 1 |
Represents Automatic subtotal type. | +| Sum | 2 |
Represents Sum subtotal type. | +| Count | 4 |
Represents Count subtotal type. | +| Average | 8 |
Represents Average subtotal type. | +| Max | 16 |
Represents Max subtotal type. | +| Min | 32 |
Represents Min subtotal type. | +| Product | 64 |
Represents Product subtotal type. | +| CountNums | 128 |
Represents Count Nums subtotal type. | +| Stdev | 256 |
Represents Standard Deviation subtotal type. | +| Stdevp | 512 |
Represents Standard Deviation of a Population subtotal type. | +| Var | 1024 |
Represents Variance subtotal type. | +| Varp | 2048 |
Represents Variance of a Population subtotal type. | + +## See Also + +* Namespace [Aspose::Cells::Pivot](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfieldtype/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfieldtype/_index.md new file mode 100644 index 00000000000..a0934002284 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfieldtype/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Pivot::PivotFieldType enum +linktitle: PivotFieldType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFieldType enum. Represents PivotTable field type in C++.' +type: docs +weight: 3500 +url: /es/cpp/aspose.cells.pivot/pivotfieldtype/ +--- +## PivotFieldType enum + + +Represents [PivotTable](../pivottable/) field type. + +```cpp +enum class PivotFieldType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Undefined | 0 |
Presents base pivot field type. | +| Row | 1 |
Presents row pivot field type. | +| Column | 2 |
Presents column pivot field type. | +| Page | 4 |
Presents page pivot field type. | +| Data | 8 |
Presents data pivot field type. | + +## See Also + +* Namespace [Aspose::Cells::Pivot](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfilter/_impl/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfilter/_impl/_index.md new file mode 100644 index 00000000000..cd92ac95628 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfilter/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotFilter::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFilter::_impl field. The implementation object in C++.' +type: docs +weight: 3100 +url: /es/cpp/aspose.cells.pivot/pivotfilter/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +PivotFilter_Impl* Aspose::Cells::Pivot::PivotFilter::_impl +``` + +## See Also + +* Class [PivotFilter](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfilter/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfilter/_index.md new file mode 100644 index 00000000000..3b8caf6d049 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfilter/_index.md @@ -0,0 +1,126 @@ +--- +title: Aspose::Cells::Pivot::PivotFilter class +linktitle: PivotFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFilter class. Represents a PivotFilter in PivotFilter Collection in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.pivot/pivotfilter/ +--- +## PivotFilter class + + +Represents a [PivotFilter](./) in [PivotFilter](./) Collection. + +```cpp +class PivotFilter +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetAutoFilter()](./getautofilter/) | **(Deprecated)** Gets the autofilter of the pivot filter. | +| [GetDateTimeValues()](./getdatetimevalues/) | Gets values of the number filter. | +| [GetEvaluationOrder()](./getevaluationorder/) | Gets the Evaluation Order of the pivot filter. | +| [GetFieldIndex()](./getfieldindex/) | Gets the index of source field which this pivot filter is applied to. | +| [GetFilterCategory()](./getfiltercategory/) | Gets the category of this filter. | +| [GetFilterType()](./getfiltertype/) | Gets the filter type of the pivot filter. | +| [GetLabels()](./getlabels/) | Gets labels of the caption filter. | +| [GetMeasureCubeFieldIndex()](./getmeasurecubefieldindex/) | Specifies the index of the measure cube field. this property is used only by filters in OLAP pivots and specifies on which measure a value filter should apply. | +| [GetMeasureFldIndex()](./getmeasurefldindex/) | **(Deprecated)** Gets the measure field index of the pivot filter. | +| [GetMemberPropertyFieldIndex()](./getmemberpropertyfieldindex/) | Gets the member property field index of the pivot filter. | +| [GetName()](./getname/) | Gets the name of the pivot filter. | +| [GetNumberValues()](./getnumbervalues/) | Gets values of the number filter. | +| [GetTop10Value()](./gettop10value/) | Gets top 10 setting of the filter. | +| [GetUseWholeDay()](./getusewholeday/) | Indicates whether to use whole days in its date filtering criteria. | +| [GetValue1()](./getvalue1/) | Gets the string value1 of the label pivot filter. | +| [GetValue2()](./getvalue2/) | Gets the string value2 of the label pivot filter. | +| [GetValueFieldIndex()](./getvaluefieldindex/) | Gets the index of value field in the value region. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const PivotFilter\& src)](./operator_asm/) | operator= | +| [PivotFilter(PivotFilter_Impl* impl)](./pivotfilter/) | Constructs from an implementation object. | +| [PivotFilter(const PivotFilter\& src)](./pivotfilter/) | Copy constructor. | +| [SetEvaluationOrder(int32_t value)](./setevaluationorder/) | Gets the Evaluation Order of the pivot filter. | +| [SetMeasureFldIndex(int32_t value)](./setmeasurefldindex/) | **(Deprecated)** Gets the measure field index of the pivot filter. | +| [SetMemberPropertyFieldIndex(int32_t value)](./setmemberpropertyfieldindex/) | Gets the member property field index of the pivot filter. | +| [SetName(const U16String\& value)](./setname/) | Gets the name of the pivot filter. | +| [SetName(const char16_t* value)](./setname/) | Gets the name of the pivot filter. | +| [SetUseWholeDay(bool value)](./setusewholeday/) | Indicates whether to use whole days in its date filtering criteria. | +| [SetValue1(const U16String\& value)](./setvalue1/) | Gets the string value1 of the label pivot filter. | +| [SetValue1(const char16_t* value)](./setvalue1/) | Gets the string value1 of the label pivot filter. | +| [SetValue2(const U16String\& value)](./setvalue2/) | Gets the string value2 of the label pivot filter. | +| [SetValue2(const char16_t* value)](./setvalue2/) | Gets the string value2 of the label pivot filter. | +| [SetValueFieldIndex(int32_t value)](./setvaluefieldindex/) | Gets the index of value field in the value region. | +| [~PivotFilter()](./~pivotfilter/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook book; +Worksheet sheet = book.GetWorksheets().Get(0); +Cells cells = sheet.GetCells(); +cells.Get(0, 0).PutValue(u"fruit"); +cells.Get(1, 0).PutValue(u"grape"); +cells.Get(2, 0).PutValue(u"blueberry"); +cells.Get(3, 0).PutValue(u"kiwi"); +cells.Get(4, 0).PutValue(u"cherry"); +cells.Get(5, 0).PutValue(u"grape"); +cells.Get(6, 0).PutValue(u"blueberry"); +cells.Get(7, 0).PutValue(u"kiwi"); +cells.Get(8, 0).PutValue(u"cherry"); + +cells.Get(0, 1).PutValue(u"year"); +cells.Get(1, 1).PutValue(2020); +cells.Get(2, 1).PutValue(2020); +cells.Get(3, 1).PutValue(2020); +cells.Get(4, 1).PutValue(2020); +cells.Get(5, 1).PutValue(2021); +cells.Get(6, 1).PutValue(2021); +cells.Get(7, 1).PutValue(2021); +cells.Get(8, 1).PutValue(2021); + +cells.Get(0, 2).PutValue(u"amount"); +cells.Get(1, 2).PutValue(50); +cells.Get(2, 2).PutValue(60); +cells.Get(3, 2).PutValue(70); +cells.Get(4, 2).PutValue(80); +cells.Get(5, 2).PutValue(90); +cells.Get(6, 2).PutValue(100); +cells.Get(7, 2).PutValue(110); +cells.Get(8, 2).PutValue(120); + +PivotTableCollection pivots = sheet.GetPivotTables(); + +int pivotIndex = pivots.Add(u"=Sheet1!A1:C9", u"A12", u"TestPivotTable"); +PivotTable pivot = pivots.Get(pivotIndex); +pivot.AddFieldToArea(PivotFieldType::Row, u"fruit"); +pivot.AddFieldToArea(PivotFieldType::Column, u"year"); +pivot.AddFieldToArea(PivotFieldType::Data, u"amount"); + +pivot.SetPivotTableStyleType(PivotTableStyleType::PivotTableStyleMedium10); + +//Agregar filtro top 10 +pivot.GetBaseFields().Get(0).FilterTop10(0, PivotFilterType::Count, false, 2); + +pivot.RefreshData(); +pivot.CalculateData(); + + +book.Save("out.xlsx"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::Pivot](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfilter/getautofilter/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfilter/getautofilter/_index.md new file mode 100644 index 00000000000..0dba56b534e --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfilter/getautofilter/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Pivot::PivotFilter::GetAutoFilter method +linktitle: GetAutoFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFilter::GetAutoFilter method. Gets the autofilter of the pivot filter in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.pivot/pivotfilter/getautofilter/ +--- +## PivotFilter::GetAutoFilter method + + +Gets the autofilter of the pivot filter. + + +>Deprecated +> +>Use FilterLabel, FilterValue,FilterDate or FilterTop10 method. +```cpp +AutoFilter Aspose::Cells::Pivot::PivotFilter::GetAutoFilter() +``` + +## Remarks + + +NOTE: This method is now obsolete. Instead, please use FilterLabel, FilterValue,FilterDate or FilterTop10 method. This method will be removed 12 months later since November 2024. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [AutoFilter](../../../aspose.cells/autofilter/) +* Class [PivotFilter](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfilter/getdatetimevalues/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfilter/getdatetimevalues/_index.md new file mode 100644 index 00000000000..89b425a660c --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfilter/getdatetimevalues/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Pivot::PivotFilter::GetDateTimeValues method +linktitle: GetDateTimeValues +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFilter::GetDateTimeValues method. Gets values of the number filter in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.pivot/pivotfilter/getdatetimevalues/ +--- +## PivotFilter::GetDateTimeValues method + + +Gets values of the number filter. + +```cpp +Vector Aspose::Cells::Pivot::PivotFilter::GetDateTimeValues() +``` + + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFilter](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfilter/getevaluationorder/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfilter/getevaluationorder/_index.md new file mode 100644 index 00000000000..3c7813f1b18 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfilter/getevaluationorder/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotFilter::GetEvaluationOrder method +linktitle: GetEvaluationOrder +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFilter::GetEvaluationOrder method. Gets the Evaluation Order of the pivot filter in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells.pivot/pivotfilter/getevaluationorder/ +--- +## PivotFilter::GetEvaluationOrder method + + +Gets the Evaluation Order of the pivot filter. + +```cpp +int32_t Aspose::Cells::Pivot::PivotFilter::GetEvaluationOrder() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFilter](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfilter/getfieldindex/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfilter/getfieldindex/_index.md new file mode 100644 index 00000000000..9e29f1ddee4 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfilter/getfieldindex/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotFilter::GetFieldIndex method +linktitle: GetFieldIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFilter::GetFieldIndex method. Gets the index of source field which this pivot filter is applied to in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.pivot/pivotfilter/getfieldindex/ +--- +## PivotFilter::GetFieldIndex method + + +Gets the index of source field which this pivot filter is applied to. + +```cpp +int32_t Aspose::Cells::Pivot::PivotFilter::GetFieldIndex() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFilter](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfilter/getfiltercategory/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfilter/getfiltercategory/_index.md new file mode 100644 index 00000000000..a886ebf00a8 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfilter/getfiltercategory/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotFilter::GetFilterCategory method +linktitle: GetFilterCategory +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFilter::GetFilterCategory method. Gets the category of this filter in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.pivot/pivotfilter/getfiltercategory/ +--- +## PivotFilter::GetFilterCategory method + + +Gets the category of this filter. + +```cpp +FilterCategory Aspose::Cells::Pivot::PivotFilter::GetFilterCategory() +``` + +## See Also + +* Enum [FilterCategory](../../../aspose.cells/filtercategory/) +* Class [PivotFilter](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfilter/getfiltertype/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfilter/getfiltertype/_index.md new file mode 100644 index 00000000000..ffdb721aa3b --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfilter/getfiltertype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotFilter::GetFilterType method +linktitle: GetFilterType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFilter::GetFilterType method. Gets the filter type of the pivot filter in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.pivot/pivotfilter/getfiltertype/ +--- +## PivotFilter::GetFilterType method + + +Gets the filter type of the pivot filter. + +```cpp +PivotFilterType Aspose::Cells::Pivot::PivotFilter::GetFilterType() +``` + +## See Also + +* Enum [PivotFilterType](../../pivotfiltertype/) +* Class [PivotFilter](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfilter/getlabels/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfilter/getlabels/_index.md new file mode 100644 index 00000000000..2b31a07e658 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfilter/getlabels/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Pivot::PivotFilter::GetLabels method +linktitle: GetLabels +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFilter::GetLabels method. Gets labels of the caption filter in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.pivot/pivotfilter/getlabels/ +--- +## PivotFilter::GetLabels method + + +Gets labels of the caption filter. + +```cpp +Vector Aspose::Cells::Pivot::PivotFilter::GetLabels() +``` + + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotFilter](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfilter/getmeasurecubefieldindex/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfilter/getmeasurecubefieldindex/_index.md new file mode 100644 index 00000000000..e15a507bfaf --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfilter/getmeasurecubefieldindex/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotFilter::GetMeasureCubeFieldIndex method +linktitle: GetMeasureCubeFieldIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFilter::GetMeasureCubeFieldIndex method. Specifies the index of the measure cube field. this property is used only by filters in OLAP pivots and specifies on which measure a value filter should apply in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.pivot/pivotfilter/getmeasurecubefieldindex/ +--- +## PivotFilter::GetMeasureCubeFieldIndex method + + +Specifies the index of the measure cube field. this property is used only by filters in OLAP pivots and specifies on which measure a value filter should apply. + +```cpp +int32_t Aspose::Cells::Pivot::PivotFilter::GetMeasureCubeFieldIndex() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFilter](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfilter/getmeasurefldindex/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfilter/getmeasurefldindex/_index.md new file mode 100644 index 00000000000..f3477c5a0de --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfilter/getmeasurefldindex/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Pivot::PivotFilter::GetMeasureFldIndex method +linktitle: GetMeasureFldIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFilter::GetMeasureFldIndex method. Gets the measure field index of the pivot filter in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.pivot/pivotfilter/getmeasurefldindex/ +--- +## PivotFilter::GetMeasureFldIndex method + + +Gets the measure field index of the pivot filter. + + +>Deprecated +> +>Use PivotFilter.ValueFieldIndex property. +```cpp +int32_t Aspose::Cells::Pivot::PivotFilter::GetMeasureFldIndex() +``` + +## Remarks + + +NOTE: This method is now obsolete. Instead, please use PivotFilter.ValueFieldIndex property. This method will be removed 12 months later since November 2024. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFilter](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfilter/getmemberpropertyfieldindex/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfilter/getmemberpropertyfieldindex/_index.md new file mode 100644 index 00000000000..d00f4544453 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfilter/getmemberpropertyfieldindex/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotFilter::GetMemberPropertyFieldIndex method +linktitle: GetMemberPropertyFieldIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFilter::GetMemberPropertyFieldIndex method. Gets the member property field index of the pivot filter in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.pivot/pivotfilter/getmemberpropertyfieldindex/ +--- +## PivotFilter::GetMemberPropertyFieldIndex method + + +Gets the member property field index of the pivot filter. + +```cpp +int32_t Aspose::Cells::Pivot::PivotFilter::GetMemberPropertyFieldIndex() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFilter](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfilter/getname/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfilter/getname/_index.md new file mode 100644 index 00000000000..cfac2d04abc --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfilter/getname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotFilter::GetName method +linktitle: GetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFilter::GetName method. Gets the name of the pivot filter in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.pivot/pivotfilter/getname/ +--- +## PivotFilter::GetName method + + +Gets the name of the pivot filter. + +```cpp +U16String Aspose::Cells::Pivot::PivotFilter::GetName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotFilter](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfilter/getnumbervalues/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfilter/getnumbervalues/_index.md new file mode 100644 index 00000000000..8cbc86c721d --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfilter/getnumbervalues/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Pivot::PivotFilter::GetNumberValues method +linktitle: GetNumberValues +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFilter::GetNumberValues method. Gets values of the number filter in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.pivot/pivotfilter/getnumbervalues/ +--- +## PivotFilter::GetNumberValues method + + +Gets values of the number filter. + +```cpp +Vector Aspose::Cells::Pivot::PivotFilter::GetNumberValues() +``` + + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFilter](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfilter/gettop10value/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfilter/gettop10value/_index.md new file mode 100644 index 00000000000..3d0ad47b794 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfilter/gettop10value/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotFilter::GetTop10Value method +linktitle: GetTop10Value +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFilter::GetTop10Value method. Gets top 10 setting of the filter in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.pivot/pivotfilter/gettop10value/ +--- +## PivotFilter::GetTop10Value method + + +Gets top 10 setting of the filter. + +```cpp +Top10Filter Aspose::Cells::Pivot::PivotFilter::GetTop10Value() +``` + +## See Also + +* Class [Top10Filter](../../../aspose.cells/top10filter/) +* Class [PivotFilter](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfilter/getusewholeday/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfilter/getusewholeday/_index.md new file mode 100644 index 00000000000..d84f79d0822 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfilter/getusewholeday/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotFilter::GetUseWholeDay method +linktitle: GetUseWholeDay +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFilter::GetUseWholeDay method. Indicates whether to use whole days in its date filtering criteria in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.pivot/pivotfilter/getusewholeday/ +--- +## PivotFilter::GetUseWholeDay method + + +Indicates whether to use whole days in its date filtering criteria. + +```cpp +bool Aspose::Cells::Pivot::PivotFilter::GetUseWholeDay() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFilter](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfilter/getvalue1/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfilter/getvalue1/_index.md new file mode 100644 index 00000000000..a0cae1c42eb --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfilter/getvalue1/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotFilter::GetValue1 method +linktitle: GetValue1 +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFilter::GetValue1 method. Gets the string value1 of the label pivot filter in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.pivot/pivotfilter/getvalue1/ +--- +## PivotFilter::GetValue1 method + + +Gets the string value1 of the label pivot filter. + +```cpp +U16String Aspose::Cells::Pivot::PivotFilter::GetValue1() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotFilter](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfilter/getvalue2/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfilter/getvalue2/_index.md new file mode 100644 index 00000000000..fb539f63481 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfilter/getvalue2/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotFilter::GetValue2 method +linktitle: GetValue2 +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFilter::GetValue2 method. Gets the string value2 of the label pivot filter in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.pivot/pivotfilter/getvalue2/ +--- +## PivotFilter::GetValue2 method + + +Gets the string value2 of the label pivot filter. + +```cpp +U16String Aspose::Cells::Pivot::PivotFilter::GetValue2() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotFilter](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfilter/getvaluefieldindex/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfilter/getvaluefieldindex/_index.md new file mode 100644 index 00000000000..4f325780f10 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfilter/getvaluefieldindex/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotFilter::GetValueFieldIndex method +linktitle: GetValueFieldIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFilter::GetValueFieldIndex method. Gets the index of value field in the value region in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.pivot/pivotfilter/getvaluefieldindex/ +--- +## PivotFilter::GetValueFieldIndex method + + +Gets the index of value field in the value region. + +```cpp +int32_t Aspose::Cells::Pivot::PivotFilter::GetValueFieldIndex() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFilter](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfilter/isnull/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfilter/isnull/_index.md new file mode 100644 index 00000000000..560745288bf --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfilter/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Pivot::PivotFilter::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFilter::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.pivot/pivotfilter/isnull/ +--- +## PivotFilter::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Pivot::PivotFilter::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFilter](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfilter/operator_asm/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfilter/operator_asm/_index.md new file mode 100644 index 00000000000..3a077942de2 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfilter/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::PivotFilter::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFilter::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.pivot/pivotfilter/operator_asm/ +--- +## PivotFilter::operator= method + + +operator= + +```cpp +PivotFilter & Aspose::Cells::Pivot::PivotFilter::operator=(const PivotFilter &src) +``` + +## See Also + +* Class [PivotFilter](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFilter](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfilter/operator_bool/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfilter/operator_bool/_index.md new file mode 100644 index 00000000000..fa38f9a0298 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfilter/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotFilter::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFilter::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.pivot/pivotfilter/operator_bool/ +--- +## PivotFilter::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Pivot::PivotFilter::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [PivotFilter](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfilter/pivotfilter/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfilter/pivotfilter/_index.md new file mode 100644 index 00000000000..af3c5543a8e --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfilter/pivotfilter/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Pivot::PivotFilter::PivotFilter constructor +linktitle: PivotFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFilter::PivotFilter constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.pivot/pivotfilter/pivotfilter/ +--- +## PivotFilter::PivotFilter(PivotFilter_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Pivot::PivotFilter::PivotFilter(PivotFilter_Impl *impl=nullptr) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFilter](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotFilter::PivotFilter(const PivotFilter\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Pivot::PivotFilter::PivotFilter(const PivotFilter &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFilter](../) +* Class [PivotFilter](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfilter/setevaluationorder/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfilter/setevaluationorder/_index.md new file mode 100644 index 00000000000..93178b1bda6 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfilter/setevaluationorder/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotFilter::SetEvaluationOrder method +linktitle: SetEvaluationOrder +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFilter::SetEvaluationOrder method. Gets the Evaluation Order of the pivot filter in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells.pivot/pivotfilter/setevaluationorder/ +--- +## PivotFilter::SetEvaluationOrder method + + +Gets the Evaluation Order of the pivot filter. + +```cpp +void Aspose::Cells::Pivot::PivotFilter::SetEvaluationOrder(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFilter](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfilter/setmeasurefldindex/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfilter/setmeasurefldindex/_index.md new file mode 100644 index 00000000000..136ba1d2146 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfilter/setmeasurefldindex/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Pivot::PivotFilter::SetMeasureFldIndex method +linktitle: SetMeasureFldIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFilter::SetMeasureFldIndex method. Gets the measure field index of the pivot filter in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.pivot/pivotfilter/setmeasurefldindex/ +--- +## PivotFilter::SetMeasureFldIndex method + + +Gets the measure field index of the pivot filter. + + +>Deprecated +> +>Use PivotFilter.ValueFieldIndex property. +```cpp +void Aspose::Cells::Pivot::PivotFilter::SetMeasureFldIndex(int32_t value) +``` + +## Remarks + + +NOTE: This method is now obsolete. Instead, please use PivotFilter.ValueFieldIndex property. This method will be removed 12 months later since November 2024. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFilter](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfilter/setmemberpropertyfieldindex/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfilter/setmemberpropertyfieldindex/_index.md new file mode 100644 index 00000000000..e9beb98391e --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfilter/setmemberpropertyfieldindex/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotFilter::SetMemberPropertyFieldIndex method +linktitle: SetMemberPropertyFieldIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFilter::SetMemberPropertyFieldIndex method. Gets the member property field index of the pivot filter in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.pivot/pivotfilter/setmemberpropertyfieldindex/ +--- +## PivotFilter::SetMemberPropertyFieldIndex method + + +Gets the member property field index of the pivot filter. + +```cpp +void Aspose::Cells::Pivot::PivotFilter::SetMemberPropertyFieldIndex(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFilter](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfilter/setname/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfilter/setname/_index.md new file mode 100644 index 00000000000..54966d11336 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfilter/setname/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Pivot::PivotFilter::SetName method +linktitle: SetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFilter::SetName method. Gets the name of the pivot filter in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells.pivot/pivotfilter/setname/ +--- +## PivotFilter::SetName(const U16String\&) method + + +Gets the name of the pivot filter. + +```cpp +void Aspose::Cells::Pivot::PivotFilter::SetName(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotFilter](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotFilter::SetName(const char16_t*) method + + +Gets the name of the pivot filter. + +```cpp +void Aspose::Cells::Pivot::PivotFilter::SetName(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFilter](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfilter/setusewholeday/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfilter/setusewholeday/_index.md new file mode 100644 index 00000000000..bdbadd23896 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfilter/setusewholeday/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotFilter::SetUseWholeDay method +linktitle: SetUseWholeDay +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFilter::SetUseWholeDay method. Indicates whether to use whole days in its date filtering criteria in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.pivot/pivotfilter/setusewholeday/ +--- +## PivotFilter::SetUseWholeDay method + + +Indicates whether to use whole days in its date filtering criteria. + +```cpp +void Aspose::Cells::Pivot::PivotFilter::SetUseWholeDay(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFilter](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfilter/setvalue1/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfilter/setvalue1/_index.md new file mode 100644 index 00000000000..19edde2dc70 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfilter/setvalue1/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Pivot::PivotFilter::SetValue1 method +linktitle: SetValue1 +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFilter::SetValue1 method. Gets the string value1 of the label pivot filter in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.pivot/pivotfilter/setvalue1/ +--- +## PivotFilter::SetValue1(const U16String\&) method + + +Gets the string value1 of the label pivot filter. + +```cpp +void Aspose::Cells::Pivot::PivotFilter::SetValue1(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotFilter](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotFilter::SetValue1(const char16_t*) method + + +Gets the string value1 of the label pivot filter. + +```cpp +void Aspose::Cells::Pivot::PivotFilter::SetValue1(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFilter](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfilter/setvalue2/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfilter/setvalue2/_index.md new file mode 100644 index 00000000000..1e150630598 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfilter/setvalue2/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Pivot::PivotFilter::SetValue2 method +linktitle: SetValue2 +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFilter::SetValue2 method. Gets the string value2 of the label pivot filter in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.pivot/pivotfilter/setvalue2/ +--- +## PivotFilter::SetValue2(const U16String\&) method + + +Gets the string value2 of the label pivot filter. + +```cpp +void Aspose::Cells::Pivot::PivotFilter::SetValue2(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotFilter](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotFilter::SetValue2(const char16_t*) method + + +Gets the string value2 of the label pivot filter. + +```cpp +void Aspose::Cells::Pivot::PivotFilter::SetValue2(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFilter](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfilter/setvaluefieldindex/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfilter/setvaluefieldindex/_index.md new file mode 100644 index 00000000000..90ff431ccb1 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfilter/setvaluefieldindex/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotFilter::SetValueFieldIndex method +linktitle: SetValueFieldIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFilter::SetValueFieldIndex method. Gets the index of value field in the value region in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.pivot/pivotfilter/setvaluefieldindex/ +--- +## PivotFilter::SetValueFieldIndex method + + +Gets the index of value field in the value region. + +```cpp +void Aspose::Cells::Pivot::PivotFilter::SetValueFieldIndex(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFilter](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfilter/~pivotfilter/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfilter/~pivotfilter/_index.md new file mode 100644 index 00000000000..5df571de046 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfilter/~pivotfilter/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotFilter::~PivotFilter method +linktitle: ~PivotFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFilter::~PivotFilter method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.pivot/pivotfilter/~pivotfilter/ +--- +## PivotFilter::~PivotFilter method + + +Destructor. + +```cpp +Aspose::Cells::Pivot::PivotFilter::~PivotFilter() +``` + +## See Also + +* Class [PivotFilter](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfiltercollection/_impl/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfiltercollection/_impl/_index.md new file mode 100644 index 00000000000..faa59531269 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfiltercollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotFilterCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFilterCollection::_impl field. The implementation object in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.pivot/pivotfiltercollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +PivotFilterCollection_Impl* Aspose::Cells::Pivot::PivotFilterCollection::_impl +``` + +## See Also + +* Class [PivotFilterCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfiltercollection/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfiltercollection/_index.md new file mode 100644 index 00000000000..228d0828467 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfiltercollection/_index.md @@ -0,0 +1,46 @@ +--- +title: Aspose::Cells::Pivot::PivotFilterCollection class +linktitle: PivotFilterCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFilterCollection class. Represents a collection of all the PivotFilters in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.pivot/pivotfiltercollection/ +--- +## PivotFilterCollection class + + +Represents a collection of all the PivotFilters. + +```cpp +class PivotFilterCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add(int32_t fieldIndex, PivotFilterType type)](./add/) | **(Deprecated)** Adds a [PivotFilter](../pivotfilter/)[Object](../../aspose.cells/object/) to the specific type. | +| [AddDateFilter(int32_t baseFieldIndex, PivotFilterType type, const Date\& dateTime1, const Date\& dateTime2)](./adddatefilter/) | Filters by date setting of row or column pivot field. | +| [AddLabelFilter(int32_t baseFieldIndex, PivotFilterType type, const U16String\& label1, const U16String\& label2)](./addlabelfilter/) | Filters by captions of row or column pivot field. | +| [AddLabelFilter(int32_t baseFieldIndex, PivotFilterType type, const char16_t* label1, const char16_t* label2)](./addlabelfilter/) | Filters by captions of row or column pivot field. | +| [AddTop10Filter(int32_t baseFieldIndex, int32_t valueFieldIndex, PivotFilterType type, bool isTop, int32_t itemCount)](./addtop10filter/) | Filters by values of data pivot field. | +| [AddValueFilter(int32_t baseFieldIndex, int32_t valueFieldIndex, PivotFilterType type, double value1, double value2)](./addvaluefilter/) | Filters by values of data pivot field. | +| [ClearFilter(int32_t fieldIndex)](./clearfilter/) | Clear [PivotFilter](../pivotfilter/) from the specific [PivotField](../pivotfield/). | +| [Get(int32_t index)](./get/) | Gets the pivotfilter object at the specific index. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const PivotFilterCollection\& src)](./operator_asm/) | operator= | +| [PivotFilterCollection(PivotFilterCollection_Impl* impl)](./pivotfiltercollection/) | Constructs from an implementation object. | +| [PivotFilterCollection(const PivotFilterCollection\& src)](./pivotfiltercollection/) | Copy constructor. | +| [~PivotFilterCollection()](./~pivotfiltercollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Pivot](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfiltercollection/add/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfiltercollection/add/_index.md new file mode 100644 index 00000000000..ba6f30776bd --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfiltercollection/add/_index.md @@ -0,0 +1,45 @@ +--- +title: Aspose::Cells::Pivot::PivotFilterCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFilterCollection::Add method. Adds a PivotFilterObject to the specific type in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.pivot/pivotfiltercollection/add/ +--- +## PivotFilterCollection::Add method + + +Adds a [PivotFilter](../../pivotfilter/)[Object](../../../aspose.cells/object/) to the specific type. + + +>Deprecated +> +>Use PivotFilterCollection.AddValueFilter(),AddTop10Filter(),AddLabelFilter() and AddDateFilter() methods,instead. +```cpp +int32_t Aspose::Cells::Pivot::PivotFilterCollection::Add(int32_t fieldIndex, PivotFilterType type) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fieldIndex | int32_t | the [PivotField](../../pivotfield/) index | +| type | PivotFilterType | the [PivotFilter](../../pivotfilter/) type | + +## ReturnValue + +the index of the [PivotFilter](../../pivotfilter/)[Object](../../../aspose.cells/object/) in this [PivotFilterCollection](../). +## Remarks + + + +NOTE: This method is now obsolete. Instead, please use [PivotFilterCollection.AddValueFilter()](../addvaluefilter/),[AddTop10Filter()](../addtop10filter/),[AddLabelFilter()](../addlabelfilter/) and [AddDateFilter()](../adddatefilter/) methods. This method will be removed 12 months later since November 2024. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PivotFilterType](../../pivotfiltertype/) +* Class [PivotFilterCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfiltercollection/adddatefilter/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfiltercollection/adddatefilter/_index.md new file mode 100644 index 00000000000..1a822ef00c4 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfiltercollection/adddatefilter/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Pivot::PivotFilterCollection::AddDateFilter method +linktitle: AddDateFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFilterCollection::AddDateFilter method. Filters by date setting of row or column pivot field in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.pivot/pivotfiltercollection/adddatefilter/ +--- +## PivotFilterCollection::AddDateFilter method + + +Filters by date setting of row or column pivot field. + +```cpp +PivotFilter Aspose::Cells::Pivot::PivotFilterCollection::AddDateFilter(int32_t baseFieldIndex, PivotFilterType type, const Date &dateTime1, const Date &dateTime2) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| baseFieldIndex | int32_t | The index of field in the source. | +| type | PivotFilterType | The type of filtering data. | +| dateTime1 | const Date\& | The date label of filter condition | +| dateTime2 | const Date\& | The upper-bound date label of between filter condition | + +## See Also + +* Class [PivotFilter](../../pivotfilter/) +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PivotFilterType](../../pivotfiltertype/) +* Class [PivotFilterCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfiltercollection/addlabelfilter/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfiltercollection/addlabelfilter/_index.md new file mode 100644 index 00000000000..8ac15e9f993 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfiltercollection/addlabelfilter/_index.md @@ -0,0 +1,60 @@ +--- +title: Aspose::Cells::Pivot::PivotFilterCollection::AddLabelFilter method +linktitle: AddLabelFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFilterCollection::AddLabelFilter method. Filters by captions of row or column pivot field in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.pivot/pivotfiltercollection/addlabelfilter/ +--- +## PivotFilterCollection::AddLabelFilter(int32_t, PivotFilterType, const U16String\&, const U16String\&) method + + +Filters by captions of row or column pivot field. + +```cpp +PivotFilter Aspose::Cells::Pivot::PivotFilterCollection::AddLabelFilter(int32_t baseFieldIndex, PivotFilterType type, const U16String &label1, const U16String &label2) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| baseFieldIndex | int32_t | The index of field in the source. | +| type | PivotFilterType | The type of filtering data. | +| label1 | const U16String\& | The label of filter condition | +| label2 | const U16String\& | The upper-bound label of between filter condition | + +## See Also + +* Class [PivotFilter](../../pivotfilter/) +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PivotFilterType](../../pivotfiltertype/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotFilterCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotFilterCollection::AddLabelFilter(int32_t, PivotFilterType, const char16_t*, const char16_t*) method + + +Filters by captions of row or column pivot field. + +```cpp +PivotFilter Aspose::Cells::Pivot::PivotFilterCollection::AddLabelFilter(int32_t baseFieldIndex, PivotFilterType type, const char16_t *label1, const char16_t *label2) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| baseFieldIndex | int32_t | The index of field in the source. | +| type | PivotFilterType | The type of filtering data. | +| label1 | const char16_t* | The label of filter condition | +| label2 | const char16_t* | The upper-bound label of between filter condition | + +## See Also + +* Class [PivotFilter](../../pivotfilter/) +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PivotFilterType](../../pivotfiltertype/) +* Class [PivotFilterCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfiltercollection/addtop10filter/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfiltercollection/addtop10filter/_index.md new file mode 100644 index 00000000000..7cdbf19cd72 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfiltercollection/addtop10filter/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Pivot::PivotFilterCollection::AddTop10Filter method +linktitle: AddTop10Filter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFilterCollection::AddTop10Filter method. Filters by values of data pivot field in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.pivot/pivotfiltercollection/addtop10filter/ +--- +## PivotFilterCollection::AddTop10Filter method + + +Filters by values of data pivot field. + +```cpp +PivotFilter Aspose::Cells::Pivot::PivotFilterCollection::AddTop10Filter(int32_t baseFieldIndex, int32_t valueFieldIndex, PivotFilterType type, bool isTop, int32_t itemCount) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| baseFieldIndex | int32_t | The index of field in the source. | +| valueFieldIndex | int32_t | The index of data field in the data region. | +| type | PivotFilterType | The type of filtering data. Only can be Count,Sum and Percent. | +| isTop | bool | Indicates whether filter from top or bottom | +| itemCount | int32_t | The item count | + +## See Also + +* Class [PivotFilter](../../pivotfilter/) +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PivotFilterType](../../pivotfiltertype/) +* Class [PivotFilterCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfiltercollection/addvaluefilter/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfiltercollection/addvaluefilter/_index.md new file mode 100644 index 00000000000..0db3e86c78f --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfiltercollection/addvaluefilter/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Pivot::PivotFilterCollection::AddValueFilter method +linktitle: AddValueFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFilterCollection::AddValueFilter method. Filters by values of data pivot field in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.pivot/pivotfiltercollection/addvaluefilter/ +--- +## PivotFilterCollection::AddValueFilter method + + +Filters by values of data pivot field. + +```cpp +PivotFilter Aspose::Cells::Pivot::PivotFilterCollection::AddValueFilter(int32_t baseFieldIndex, int32_t valueFieldIndex, PivotFilterType type, double value1, double value2) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| baseFieldIndex | int32_t | The index of field in the source. | +| valueFieldIndex | int32_t | The index of value field in the value region. | +| type | PivotFilterType | The type of filtering data. | +| value1 | double | The value of filter condition | +| value2 | double | The upper-bound value of between filter condition | + +## See Also + +* Class [PivotFilter](../../pivotfilter/) +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PivotFilterType](../../pivotfiltertype/) +* Class [PivotFilterCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfiltercollection/clearfilter/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfiltercollection/clearfilter/_index.md new file mode 100644 index 00000000000..d5d6520da41 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfiltercollection/clearfilter/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Pivot::PivotFilterCollection::ClearFilter method +linktitle: ClearFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFilterCollection::ClearFilter method. Clear PivotFilter from the specific PivotField in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.pivot/pivotfiltercollection/clearfilter/ +--- +## PivotFilterCollection::ClearFilter method + + +Clear [PivotFilter](../../pivotfilter/) from the specific [PivotField](../../pivotfield/). + +```cpp +void Aspose::Cells::Pivot::PivotFilterCollection::ClearFilter(int32_t fieldIndex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fieldIndex | int32_t | the [PivotField](../../pivotfield/) index | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFilterCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfiltercollection/get/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfiltercollection/get/_index.md new file mode 100644 index 00000000000..91d04382d09 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfiltercollection/get/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::PivotFilterCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFilterCollection::Get method. Gets the pivotfilter object at the specific index in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.pivot/pivotfiltercollection/get/ +--- +## PivotFilterCollection::Get method + + +Gets the pivotfilter object at the specific index. + +```cpp +PivotFilter Aspose::Cells::Pivot::PivotFilterCollection::Get(int32_t index) +``` + +## See Also + +* Class [PivotFilter](../../pivotfilter/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFilterCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfiltercollection/getcount/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfiltercollection/getcount/_index.md new file mode 100644 index 00000000000..083e5f20b0e --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfiltercollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotFilterCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::Pivot::PivotFilterCollection class in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.pivot/pivotfiltercollection/getcount/ +--- +## PivotFilterCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::Pivot::PivotFilterCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFilterCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfiltercollection/isnull/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfiltercollection/isnull/_index.md new file mode 100644 index 00000000000..17b98dc332c --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfiltercollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Pivot::PivotFilterCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFilterCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.pivot/pivotfiltercollection/isnull/ +--- +## PivotFilterCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Pivot::PivotFilterCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFilterCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfiltercollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfiltercollection/operator_asm/_index.md new file mode 100644 index 00000000000..456e421a5ce --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfiltercollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::PivotFilterCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFilterCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.pivot/pivotfiltercollection/operator_asm/ +--- +## PivotFilterCollection::operator= method + + +operator= + +```cpp +PivotFilterCollection & Aspose::Cells::Pivot::PivotFilterCollection::operator=(const PivotFilterCollection &src) +``` + +## See Also + +* Class [PivotFilterCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFilterCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfiltercollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfiltercollection/operator_bool/_index.md new file mode 100644 index 00000000000..9362e37c015 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfiltercollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotFilterCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFilterCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.pivot/pivotfiltercollection/operator_bool/ +--- +## PivotFilterCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Pivot::PivotFilterCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [PivotFilterCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfiltercollection/pivotfiltercollection/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfiltercollection/pivotfiltercollection/_index.md new file mode 100644 index 00000000000..7fc2a20df98 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfiltercollection/pivotfiltercollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Pivot::PivotFilterCollection::PivotFilterCollection constructor +linktitle: PivotFilterCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFilterCollection::PivotFilterCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.pivot/pivotfiltercollection/pivotfiltercollection/ +--- +## PivotFilterCollection::PivotFilterCollection(PivotFilterCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Pivot::PivotFilterCollection::PivotFilterCollection(PivotFilterCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFilterCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotFilterCollection::PivotFilterCollection(const PivotFilterCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Pivot::PivotFilterCollection::PivotFilterCollection(const PivotFilterCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFilterCollection](../) +* Class [PivotFilterCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfiltercollection/~pivotfiltercollection/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfiltercollection/~pivotfiltercollection/_index.md new file mode 100644 index 00000000000..a897e22c701 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfiltercollection/~pivotfiltercollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotFilterCollection::~PivotFilterCollection method +linktitle: ~PivotFilterCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFilterCollection::~PivotFilterCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.pivot/pivotfiltercollection/~pivotfiltercollection/ +--- +## PivotFilterCollection::~PivotFilterCollection method + + +Destructor. + +```cpp +Aspose::Cells::Pivot::PivotFilterCollection::~PivotFilterCollection() +``` + +## See Also + +* Class [PivotFilterCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotfiltertype/_index.md b/spanish/cpp/aspose.cells.pivot/pivotfiltertype/_index.md new file mode 100644 index 00000000000..f565b281a49 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotfiltertype/_index.md @@ -0,0 +1,114 @@ +--- +title: Aspose::Cells::Pivot::PivotFilterType enum +linktitle: PivotFilterType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFilterType enum. Represents the filter type of the pivot table in C++.' +type: docs +weight: 3600 +url: /es/cpp/aspose.cells.pivot/pivotfiltertype/ +--- +## PivotFilterType enum + + +Represents the filter type of the pivot table. + +```cpp +enum class PivotFilterType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| CaptionBeginsWith | 0 |
Indicates the "begins with" filter for field captions. | +| CaptionBetween | 1 |
Indicates the "is between" filter for field captions. | +| CaptionContains | 2 |
Indicates the "contains" filter for field captions. | +| CaptionEndsWith | 3 |
Indicates the "ends with" filter for field captions. | +| CaptionEqual | 4 |
Indicates the "equal" filter for field captions. | +| CaptionGreaterThan | 5 |
Indicates the "is greater than" filter for field captions. | +| CaptionGreaterThanOrEqual | 6 |
Indicates the "is greater than or equal to" filter for field captions. | +| CaptionLessThan | 7 |
Indicates the "is less than" filter for field captions. | +| CaptionLessThanOrEqual | 8 |
Indicates the "is less than or equal to" filter for field captions. | +| CaptionNotBeginsWith | 9 |
Indicates the "does not begin with" filter for field captions. | +| CaptionNotBetween | 10 |
Indicates the "is not between" filter for field captions. | +| CaptionNotContains | 11 |
Indicates the "does not contain" filter for field captions. | +| CaptionNotEndsWith | 12 |
Indicates the "does not end with" filter for field captions. | +| CaptionNotEqual | 13 |
Indicates the "not equal" filter for field captions. | +| Count | 14 |
Indicates the "count" filter. | +| DateBetween | 15 |
Indicates the "between" filter for date values. | +| DateEqual | 16 |
Indicates the "equals" filter for date values. | +| DateNewerThan | 17 | **(Deprecated - Use PivotFilterType.DateAfter instead. )**
Indicates the "after" filter for date values. | +| DateAfter | 17 |
Indicates the "after" filter for date values. | +| DateNewerThanOrEqual | 18 | **(Deprecated - Use PivotFilterType.DateAfterOrEqual instead. )**
Indicates the "after or equal to" filter for date values. | +| DateAfterOrEqual | 18 |
Indicates the "after or equal to" filter for date values. | +| DateNotBetween | 19 |
Indicates the "not between" filter for date values. | +| DateNotEqual | 20 |
Indicates the "does not equal" filter for date values. | +| DateOlderThan | 21 | **(Deprecated - Use PivotFilterType.DateBefore instead. )**
Indicates the "before" filter for date values. | +| DateBefore | 21 |
Indicates the "before" filter for date values. | +| DateOlderThanOrEqual | 22 | **(Deprecated - Use PivotFilterType.DateBeforeOrEqual instead. )**
Indicates the "before or equal to" filter for date values. | +| DateBeforeOrEqual | 22 |
Indicates the "before or equal to" filter for date values. | +| LastMonth | 23 |
Indicates the "last month" filter for date values. | +| LastQuarter | 24 |
Indicates the "last quarter" filter for date values. | +| LastWeek | 25 |
Indicates the "last week" filter for date values. | +| LastYear | 26 |
Indicates the "last year" filter for date values. | +| M1 | 27 | **(Deprecated - Use PivotFilterType.January instead. )**
Indicates the "January" filter for date values. | +| January | 27 |
Indicates the "January" filter for date values. | +| M2 | 28 | **(Deprecated - Use PivotFilterType.February instead. )**
Indicates the "February" filter for date values. | +| February | 28 |
Indicates the "February" filter for date values. | +| M3 | 29 | **(Deprecated - Use PivotFilterType.March instead. )**
Indicates the "March" filter for date values. | +| March | 29 |
Indicates the "March" filter for date values. | +| M4 | 30 | **(Deprecated - Use PivotFilterType.April instead. )**
Indicates the "April" filter for date values. | +| April | 30 |
Indicates the "April" filter for date values. | +| M5 | 31 | **(Deprecated - Use PivotFilterType.May instead. )**
Indicates the "May" filter for date values. | +| May | 31 |
Indicates the "May" filter for date values. | +| M6 | 32 | **(Deprecated - Use PivotFilterType.June instead. )**
Indicates the "June" filter for date values. | +| June | 32 |
Indicates the "June" filter for date values. | +| M7 | 33 | **(Deprecated - Use PivotFilterType.July instead. )**
Indicates the "July" filter for date values. | +| July | 33 |
Indicates the "July" filter for date values. | +| M8 | 34 | **(Deprecated - Use PivotFilterType.August instead. )**
Indicates the "August" filter for date values. | +| August | 34 |
Indicates the "August" filter for date values. | +| M9 | 35 | **(Deprecated - Use PivotFilterType.September instead. )**
Indicates the "September" filter for date values. | +| September | 35 |
Indicates the "September" filter for date values. | +| M10 | 36 | **(Deprecated - Use PivotFilterType.October instead. )**
Indicates the "October" filter for date values. | +| October | 36 |
Indicates the "October" filter for date values. | +| M11 | 37 | **(Deprecated - Use PivotFilterType.November instead. )**
Indicates the "November" filter for date values. | +| November | 37 |
Indicates the "November" filter for date values. | +| M12 | 38 | **(Deprecated - Use PivotFilterType.December instead. )**
Indicates the "December" filter for date values. | +| December | 38 |
Indicates the "December" filter for date values. | +| NextMonth | 39 |
Indicates the "next month" filter for date values. | +| NextQuarter | 40 |
Indicates the "next quarter" for date values. | +| NextWeek | 41 |
Indicates the "next week" for date values. | +| NextYear | 42 |
Indicates the "next year" filter for date values. | +| Percent | 43 |
Indicates the "percent" filter for numeric values. | +| Q1 | 44 | **(Deprecated - Use PivotFilterType.Quarter1 instead. )**
Indicates the "first quarter" filter for date values. | +| Quarter1 | 44 |
Indicates the "first quarter" filter for date values. | +| Q2 | 45 | **(Deprecated - Use PivotFilterType.Quarter2 instead. )**
Indicates the "second quarter" filter for date values. | +| Quarter2 | 45 |
Indicates the "second quarter" filter for date values. | +| Q3 | 46 | **(Deprecated - Use PivotFilterType.Quarter3 instead. )**
Indicates the "third quarter" filter for date values. | +| Quarter3 | 46 |
Indicates the "third quarter" filter for date values. | +| Q4 | 47 | **(Deprecated - Use PivotFilterType.Quarter4 instead. )**
Indicates the "fourth quarter" filter for date values. | +| Quarter4 | 47 |
Indicates the "fourth quarter" filter for date values. | +| Sum | 48 |
Indicates the "sum" filter for numeric values. | +| ThisMonth | 49 |
Indicates the "this month" filter for date values. | +| ThisQuarter | 50 |
Indicates the "this quarter" filter for date values. | +| ThisWeek | 51 |
Indicates the "this week" filter for date values. | +| ThisYear | 52 |
Indicate the "this year" filter for date values. | +| Today | 53 |
Indicates the "today" filter for date values. | +| Tomorrow | 54 |
Indicates the "tomorrow" filter for date values. | +| Unknown | 55 |
Indicates the [PivotTable](../pivottable/) filter is unknown to the application. | +| ValueBetween | 56 |
Indicates the "Value between" filter for text and numeric values. | +| ValueEqual | 57 |
Indicates the "value equal" filter for text and numeric values. | +| ValueGreaterThan | 58 |
Indicates the "value greater than" filter for text and numeric values. | +| ValueGreaterThanOrEqual | 59 |
Indicates the "value greater than or equal to" filter for text and numeric values. | +| ValueLessThan | 60 |
Indicates the "value less than" filter for text and numeric values. | +| ValueLessThanOrEqual | 61 |
Indicates the "value less than or equal to" filter for text and numeric values. | +| ValueNotBetween | 62 |
Indicates the "value not between" filter for text and numeric values. | +| ValueNotEqual | 63 |
Indicates the "value not equal" filter for text and numeric values. | +| YearToDate | 64 |
Indicates the "year-to-date" filter for date values. | +| Yesterday | 65 |
Indicates the "yesterday" filter for date values. | +| None | 255 |
No filter. | + +## See Also + +* Namespace [Aspose::Cells::Pivot](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotformatcondition/_impl/_index.md b/spanish/cpp/aspose.cells.pivot/pivotformatcondition/_impl/_index.md new file mode 100644 index 00000000000..62a83819fd9 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotformatcondition/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotFormatCondition::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFormatCondition::_impl field. The implementation object in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.pivot/pivotformatcondition/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +PivotFormatCondition_Impl* Aspose::Cells::Pivot::PivotFormatCondition::_impl +``` + +## See Also + +* Class [PivotFormatCondition](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotformatcondition/_index.md b/spanish/cpp/aspose.cells.pivot/pivotformatcondition/_index.md new file mode 100644 index 00000000000..e0ea1ad62ad --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotformatcondition/_index.md @@ -0,0 +1,62 @@ +--- +title: Aspose::Cells::Pivot::PivotFormatCondition class +linktitle: PivotFormatCondition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFormatCondition class. Represents a PivotTable Format Condition in PivotFormatCondition Collection in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.pivot/pivotformatcondition/ +--- +## PivotFormatCondition class + + +Represents a [PivotTable](../pivottable/) Format Condition in [PivotFormatCondition](./) Collection. + + +>Deprecated +> +>Use PivotConditionalFormat class instead. +```cpp +class PivotFormatCondition +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddColumnAreaCondition(const U16String\& fieldName)](./addcolumnareacondition/) | Adds [PivotTable](../pivottable/) conditional format limit in the column fields. | +| [AddColumnAreaCondition(const char16_t* fieldName)](./addcolumnareacondition/) | Adds [PivotTable](../pivottable/) conditional format limit in the column fields. | +| [AddColumnAreaCondition(const PivotField\& columnField)](./addcolumnareacondition/) | Adds [PivotTable](../pivottable/) conditional format limit in the column fields. | +| [AddDataAreaCondition(const U16String\& fieldName)](./adddataareacondition/) | Adds [PivotTable](../pivottable/) conditional format limit in the data fields. | +| [AddDataAreaCondition(const char16_t* fieldName)](./adddataareacondition/) | Adds [PivotTable](../pivottable/) conditional format limit in the data fields. | +| [AddDataAreaCondition(const PivotField\& dataField)](./adddataareacondition/) | Adds [PivotTable](../pivottable/) conditional format limit in the data fields. | +| [AddRowAreaCondition(const U16String\& fieldName)](./addrowareacondition/) | Adds [PivotTable](../pivottable/) conditional format limit in the row fields. | +| [AddRowAreaCondition(const char16_t* fieldName)](./addrowareacondition/) | Adds [PivotTable](../pivottable/) conditional format limit in the row fields. | +| [AddRowAreaCondition(const PivotField\& rowField)](./addrowareacondition/) | Adds [PivotTable](../pivottable/) conditional format limit in the row fields. | +| [GetFormatConditions()](./getformatconditions/) | Get conditions for the pivot table conditional format . | +| [GetRuleType()](./getruletype/) | Get and set rule type for the pivot table condition format . | +| [GetScopeType()](./getscopetype/) | Get and set scope type for the pivot table conditional format . | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const PivotFormatCondition\& src)](./operator_asm/) | operator= | +| [PivotFormatCondition(PivotFormatCondition_Impl* impl)](./pivotformatcondition/) | Constructs from an implementation object. | +| [PivotFormatCondition(const PivotFormatCondition\& src)](./pivotformatcondition/) | Copy constructor. | +| [SetConditionalAreas()](./setconditionalareas/) | Sets conditional areas of [PivotFormatCondition](./) object. | +| [SetRuleType(PivotConditionFormatRuleType value)](./setruletype/) | Get and set rule type for the pivot table condition format . | +| [SetScopeType(PivotConditionFormatScopeType value)](./setscopetype/) | Get and set scope type for the pivot table conditional format . | +| [~PivotFormatCondition()](./~pivotformatcondition/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## Remarks + + +NOTE: This class is now obsolete. Instead, please use [PivotConditionalFormat](../pivotconditionalformat/) class. This method will be removed 12 months later since December 2024. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Namespace [Aspose::Cells::Pivot](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotformatcondition/addcolumnareacondition/_index.md b/spanish/cpp/aspose.cells.pivot/pivotformatcondition/addcolumnareacondition/_index.md new file mode 100644 index 00000000000..f7be6cdd41b --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotformatcondition/addcolumnareacondition/_index.md @@ -0,0 +1,71 @@ +--- +title: Aspose::Cells::Pivot::PivotFormatCondition::AddColumnAreaCondition method +linktitle: AddColumnAreaCondition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFormatCondition::AddColumnAreaCondition method. Adds PivotTable conditional format limit in the column fields in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.pivot/pivotformatcondition/addcolumnareacondition/ +--- +## PivotFormatCondition::AddColumnAreaCondition(const U16String\&) method + + +Adds [PivotTable](../../pivottable/) conditional format limit in the column fields. + +```cpp +void Aspose::Cells::Pivot::PivotFormatCondition::AddColumnAreaCondition(const U16String &fieldName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fieldName | const U16String\& | The name of [PivotField](../../pivotfield/). | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotFormatCondition](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotFormatCondition::AddColumnAreaCondition(const char16_t*) method + + +Adds [PivotTable](../../pivottable/) conditional format limit in the column fields. + +```cpp +void Aspose::Cells::Pivot::PivotFormatCondition::AddColumnAreaCondition(const char16_t *fieldName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fieldName | const char16_t* | The name of [PivotField](../../pivotfield/). | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFormatCondition](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotFormatCondition::AddColumnAreaCondition(const PivotField\&) method + + +Adds [PivotTable](../../pivottable/) conditional format limit in the column fields. + +```cpp +void Aspose::Cells::Pivot::PivotFormatCondition::AddColumnAreaCondition(const PivotField &columnField) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| columnField | const PivotField\& | The [PivotField](../../pivotfield/) in the column fields. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../../pivotfield/) +* Class [PivotFormatCondition](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotformatcondition/adddataareacondition/_index.md b/spanish/cpp/aspose.cells.pivot/pivotformatcondition/adddataareacondition/_index.md new file mode 100644 index 00000000000..773a6ed8104 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotformatcondition/adddataareacondition/_index.md @@ -0,0 +1,71 @@ +--- +title: Aspose::Cells::Pivot::PivotFormatCondition::AddDataAreaCondition method +linktitle: AddDataAreaCondition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFormatCondition::AddDataAreaCondition method. Adds PivotTable conditional format limit in the data fields in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.pivot/pivotformatcondition/adddataareacondition/ +--- +## PivotFormatCondition::AddDataAreaCondition(const U16String\&) method + + +Adds [PivotTable](../../pivottable/) conditional format limit in the data fields. + +```cpp +void Aspose::Cells::Pivot::PivotFormatCondition::AddDataAreaCondition(const U16String &fieldName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fieldName | const U16String\& | The name of [PivotField](../../pivotfield/). | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotFormatCondition](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotFormatCondition::AddDataAreaCondition(const char16_t*) method + + +Adds [PivotTable](../../pivottable/) conditional format limit in the data fields. + +```cpp +void Aspose::Cells::Pivot::PivotFormatCondition::AddDataAreaCondition(const char16_t *fieldName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fieldName | const char16_t* | The name of [PivotField](../../pivotfield/). | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFormatCondition](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotFormatCondition::AddDataAreaCondition(const PivotField\&) method + + +Adds [PivotTable](../../pivottable/) conditional format limit in the data fields. + +```cpp +void Aspose::Cells::Pivot::PivotFormatCondition::AddDataAreaCondition(const PivotField &dataField) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| dataField | const PivotField\& | The [PivotField](../../pivotfield/) in the data fields. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../../pivotfield/) +* Class [PivotFormatCondition](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotformatcondition/addrowareacondition/_index.md b/spanish/cpp/aspose.cells.pivot/pivotformatcondition/addrowareacondition/_index.md new file mode 100644 index 00000000000..0b77d39491a --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotformatcondition/addrowareacondition/_index.md @@ -0,0 +1,71 @@ +--- +title: Aspose::Cells::Pivot::PivotFormatCondition::AddRowAreaCondition method +linktitle: AddRowAreaCondition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFormatCondition::AddRowAreaCondition method. Adds PivotTable conditional format limit in the row fields in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.pivot/pivotformatcondition/addrowareacondition/ +--- +## PivotFormatCondition::AddRowAreaCondition(const U16String\&) method + + +Adds [PivotTable](../../pivottable/) conditional format limit in the row fields. + +```cpp +void Aspose::Cells::Pivot::PivotFormatCondition::AddRowAreaCondition(const U16String &fieldName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fieldName | const U16String\& | The name of [PivotField](../../pivotfield/). | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotFormatCondition](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotFormatCondition::AddRowAreaCondition(const char16_t*) method + + +Adds [PivotTable](../../pivottable/) conditional format limit in the row fields. + +```cpp +void Aspose::Cells::Pivot::PivotFormatCondition::AddRowAreaCondition(const char16_t *fieldName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fieldName | const char16_t* | The name of [PivotField](../../pivotfield/). | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFormatCondition](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotFormatCondition::AddRowAreaCondition(const PivotField\&) method + + +Adds [PivotTable](../../pivottable/) conditional format limit in the row fields. + +```cpp +void Aspose::Cells::Pivot::PivotFormatCondition::AddRowAreaCondition(const PivotField &rowField) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| rowField | const PivotField\& | The [PivotField](../../pivotfield/) in the row fields. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../../pivotfield/) +* Class [PivotFormatCondition](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotformatcondition/getformatconditions/_index.md b/spanish/cpp/aspose.cells.pivot/pivotformatcondition/getformatconditions/_index.md new file mode 100644 index 00000000000..612ef2101a6 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotformatcondition/getformatconditions/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotFormatCondition::GetFormatConditions method +linktitle: GetFormatConditions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFormatCondition::GetFormatConditions method. Get conditions for the pivot table conditional format in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.pivot/pivotformatcondition/getformatconditions/ +--- +## PivotFormatCondition::GetFormatConditions method + + +Get conditions for the pivot table conditional format . + +```cpp +FormatConditionCollection Aspose::Cells::Pivot::PivotFormatCondition::GetFormatConditions() +``` + +## See Also + +* Class [FormatConditionCollection](../../../aspose.cells/formatconditioncollection/) +* Class [PivotFormatCondition](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotformatcondition/getruletype/_index.md b/spanish/cpp/aspose.cells.pivot/pivotformatcondition/getruletype/_index.md new file mode 100644 index 00000000000..0dcabeca7ed --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotformatcondition/getruletype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotFormatCondition::GetRuleType method +linktitle: GetRuleType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFormatCondition::GetRuleType method. Get and set rule type for the pivot table condition format in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.pivot/pivotformatcondition/getruletype/ +--- +## PivotFormatCondition::GetRuleType method + + +Get and set rule type for the pivot table condition format . + +```cpp +PivotConditionFormatRuleType Aspose::Cells::Pivot::PivotFormatCondition::GetRuleType() +``` + +## See Also + +* Enum [PivotConditionFormatRuleType](../../pivotconditionformatruletype/) +* Class [PivotFormatCondition](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotformatcondition/getscopetype/_index.md b/spanish/cpp/aspose.cells.pivot/pivotformatcondition/getscopetype/_index.md new file mode 100644 index 00000000000..58716f96d3a --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotformatcondition/getscopetype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotFormatCondition::GetScopeType method +linktitle: GetScopeType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFormatCondition::GetScopeType method. Get and set scope type for the pivot table conditional format in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.pivot/pivotformatcondition/getscopetype/ +--- +## PivotFormatCondition::GetScopeType method + + +Get and set scope type for the pivot table conditional format . + +```cpp +PivotConditionFormatScopeType Aspose::Cells::Pivot::PivotFormatCondition::GetScopeType() +``` + +## See Also + +* Enum [PivotConditionFormatScopeType](../../pivotconditionformatscopetype/) +* Class [PivotFormatCondition](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotformatcondition/isnull/_index.md b/spanish/cpp/aspose.cells.pivot/pivotformatcondition/isnull/_index.md new file mode 100644 index 00000000000..9184ad502d3 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotformatcondition/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Pivot::PivotFormatCondition::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFormatCondition::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.pivot/pivotformatcondition/isnull/ +--- +## PivotFormatCondition::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Pivot::PivotFormatCondition::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFormatCondition](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotformatcondition/operator_asm/_index.md b/spanish/cpp/aspose.cells.pivot/pivotformatcondition/operator_asm/_index.md new file mode 100644 index 00000000000..46b0d520532 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotformatcondition/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::PivotFormatCondition::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFormatCondition::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.pivot/pivotformatcondition/operator_asm/ +--- +## PivotFormatCondition::operator= method + + +operator= + +```cpp +PivotFormatCondition & Aspose::Cells::Pivot::PivotFormatCondition::operator=(const PivotFormatCondition &src) +``` + +## See Also + +* Class [PivotFormatCondition](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFormatCondition](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotformatcondition/operator_bool/_index.md b/spanish/cpp/aspose.cells.pivot/pivotformatcondition/operator_bool/_index.md new file mode 100644 index 00000000000..47575da4519 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotformatcondition/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotFormatCondition::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFormatCondition::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.pivot/pivotformatcondition/operator_bool/ +--- +## PivotFormatCondition::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Pivot::PivotFormatCondition::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [PivotFormatCondition](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotformatcondition/pivotformatcondition/_index.md b/spanish/cpp/aspose.cells.pivot/pivotformatcondition/pivotformatcondition/_index.md new file mode 100644 index 00000000000..afd9bba6856 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotformatcondition/pivotformatcondition/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Pivot::PivotFormatCondition::PivotFormatCondition constructor +linktitle: PivotFormatCondition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFormatCondition::PivotFormatCondition constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.pivot/pivotformatcondition/pivotformatcondition/ +--- +## PivotFormatCondition::PivotFormatCondition(PivotFormatCondition_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Pivot::PivotFormatCondition::PivotFormatCondition(PivotFormatCondition_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFormatCondition](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotFormatCondition::PivotFormatCondition(const PivotFormatCondition\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Pivot::PivotFormatCondition::PivotFormatCondition(const PivotFormatCondition &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFormatCondition](../) +* Class [PivotFormatCondition](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotformatcondition/setconditionalareas/_index.md b/spanish/cpp/aspose.cells.pivot/pivotformatcondition/setconditionalareas/_index.md new file mode 100644 index 00000000000..8ebb3d1d50e --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotformatcondition/setconditionalareas/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotFormatCondition::SetConditionalAreas method +linktitle: SetConditionalAreas +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFormatCondition::SetConditionalAreas method. Sets conditional areas of PivotFormatCondition object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.pivot/pivotformatcondition/setconditionalareas/ +--- +## PivotFormatCondition::SetConditionalAreas method + + +Sets conditional areas of [PivotFormatCondition](../) object. + +```cpp +void Aspose::Cells::Pivot::PivotFormatCondition::SetConditionalAreas() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFormatCondition](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotformatcondition/setruletype/_index.md b/spanish/cpp/aspose.cells.pivot/pivotformatcondition/setruletype/_index.md new file mode 100644 index 00000000000..566b843b174 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotformatcondition/setruletype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::PivotFormatCondition::SetRuleType method +linktitle: SetRuleType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFormatCondition::SetRuleType method. Get and set rule type for the pivot table condition format in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.pivot/pivotformatcondition/setruletype/ +--- +## PivotFormatCondition::SetRuleType method + + +Get and set rule type for the pivot table condition format . + +```cpp +void Aspose::Cells::Pivot::PivotFormatCondition::SetRuleType(PivotConditionFormatRuleType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PivotConditionFormatRuleType](../../pivotconditionformatruletype/) +* Class [PivotFormatCondition](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotformatcondition/setscopetype/_index.md b/spanish/cpp/aspose.cells.pivot/pivotformatcondition/setscopetype/_index.md new file mode 100644 index 00000000000..989124084db --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotformatcondition/setscopetype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::PivotFormatCondition::SetScopeType method +linktitle: SetScopeType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFormatCondition::SetScopeType method. Get and set scope type for the pivot table conditional format in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.pivot/pivotformatcondition/setscopetype/ +--- +## PivotFormatCondition::SetScopeType method + + +Get and set scope type for the pivot table conditional format . + +```cpp +void Aspose::Cells::Pivot::PivotFormatCondition::SetScopeType(PivotConditionFormatScopeType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PivotConditionFormatScopeType](../../pivotconditionformatscopetype/) +* Class [PivotFormatCondition](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotformatcondition/~pivotformatcondition/_index.md b/spanish/cpp/aspose.cells.pivot/pivotformatcondition/~pivotformatcondition/_index.md new file mode 100644 index 00000000000..6e00a15c18e --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotformatcondition/~pivotformatcondition/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotFormatCondition::~PivotFormatCondition method +linktitle: ~PivotFormatCondition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFormatCondition::~PivotFormatCondition method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.pivot/pivotformatcondition/~pivotformatcondition/ +--- +## PivotFormatCondition::~PivotFormatCondition method + + +Destructor. + +```cpp +Aspose::Cells::Pivot::PivotFormatCondition::~PivotFormatCondition() +``` + +## See Also + +* Class [PivotFormatCondition](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotformatconditioncollection/_impl/_index.md b/spanish/cpp/aspose.cells.pivot/pivotformatconditioncollection/_impl/_index.md new file mode 100644 index 00000000000..2ef0633803d --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotformatconditioncollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotFormatConditionCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFormatConditionCollection::_impl field. The implementation object in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.pivot/pivotformatconditioncollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +PivotFormatConditionCollection_Impl* Aspose::Cells::Pivot::PivotFormatConditionCollection::_impl +``` + +## See Also + +* Class [PivotFormatConditionCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotformatconditioncollection/_index.md b/spanish/cpp/aspose.cells.pivot/pivotformatconditioncollection/_index.md new file mode 100644 index 00000000000..422fec17650 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotformatconditioncollection/_index.md @@ -0,0 +1,51 @@ +--- +title: Aspose::Cells::Pivot::PivotFormatConditionCollection class +linktitle: PivotFormatConditionCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFormatConditionCollection class. Represents PivotTable Format Conditions in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.pivot/pivotformatconditioncollection/ +--- +## PivotFormatConditionCollection class + + +Represents [PivotTable](../pivottable/) Format Conditions. + + +>Deprecated +> +>Use PivotConditionalFormatCollection class instead. +```cpp +class PivotFormatConditionCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add()](./add/) | Adds a pivot [FormatCondition](../../aspose.cells/formatcondition/) to the collection. | +| [Get(int32_t index)](./get/) | Gets the pivot [FormatCondition](../../aspose.cells/formatcondition/) object at the specific index. | +| [GetCount()](./getcount/) | Gets the count of conditional formats. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const PivotFormatConditionCollection\& src)](./operator_asm/) | operator= | +| [PivotFormatConditionCollection(PivotFormatConditionCollection_Impl* impl)](./pivotformatconditioncollection/) | Constructs from an implementation object. | +| [PivotFormatConditionCollection(const PivotFormatConditionCollection\& src)](./pivotformatconditioncollection/) | Copy constructor. | +| [RemoveAt(int32_t index)](./removeat/) | Remove a conditional formats. | +| [~PivotFormatConditionCollection()](./~pivotformatconditioncollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## Remarks + + +NOTE: This method is now obsolete. Instead, please use [PivotConditionalFormatCollection](../pivotconditionalformatcollection/) class. This method will be removed 12 months later since December 2024. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Namespace [Aspose::Cells::Pivot](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotformatconditioncollection/add/_index.md b/spanish/cpp/aspose.cells.pivot/pivotformatconditioncollection/add/_index.md new file mode 100644 index 00000000000..abb32a3dc3f --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotformatconditioncollection/add/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Pivot::PivotFormatConditionCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFormatConditionCollection::Add method. Adds a pivot FormatCondition to the collection in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.pivot/pivotformatconditioncollection/add/ +--- +## PivotFormatConditionCollection::Add method + + +Adds a pivot [FormatCondition](../../../aspose.cells/formatcondition/) to the collection. + +```cpp +int32_t Aspose::Cells::Pivot::PivotFormatConditionCollection::Add() +``` + + +## ReturnValue + +pivot [FormatCondition](../../../aspose.cells/formatcondition/) object index. +## Remarks + + + +not supported +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFormatConditionCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotformatconditioncollection/get/_index.md b/spanish/cpp/aspose.cells.pivot/pivotformatconditioncollection/get/_index.md new file mode 100644 index 00000000000..0b611d260a5 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotformatconditioncollection/get/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Pivot::PivotFormatConditionCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFormatConditionCollection::Get method. Gets the pivot FormatCondition object at the specific index in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.pivot/pivotformatconditioncollection/get/ +--- +## PivotFormatConditionCollection::Get method + + +Gets the pivot [FormatCondition](../../../aspose.cells/formatcondition/) object at the specific index. + +```cpp +PivotFormatCondition Aspose::Cells::Pivot::PivotFormatConditionCollection::Get(int32_t index) +``` + + +## ReturnValue + +pivot [FormatCondition](../../../aspose.cells/formatcondition/) object. + +## See Also + +* Class [PivotFormatCondition](../../pivotformatcondition/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFormatConditionCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotformatconditioncollection/getcount/_index.md b/spanish/cpp/aspose.cells.pivot/pivotformatconditioncollection/getcount/_index.md new file mode 100644 index 00000000000..abf2e8e6aa3 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotformatconditioncollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotFormatConditionCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFormatConditionCollection::GetCount method. Gets the count of conditional formats in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.pivot/pivotformatconditioncollection/getcount/ +--- +## PivotFormatConditionCollection::GetCount method + + +Gets the count of conditional formats. + +```cpp +int32_t Aspose::Cells::Pivot::PivotFormatConditionCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFormatConditionCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotformatconditioncollection/isnull/_index.md b/spanish/cpp/aspose.cells.pivot/pivotformatconditioncollection/isnull/_index.md new file mode 100644 index 00000000000..f53b1da1152 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotformatconditioncollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Pivot::PivotFormatConditionCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFormatConditionCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.pivot/pivotformatconditioncollection/isnull/ +--- +## PivotFormatConditionCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Pivot::PivotFormatConditionCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFormatConditionCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotformatconditioncollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.pivot/pivotformatconditioncollection/operator_asm/_index.md new file mode 100644 index 00000000000..98002aabe0a --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotformatconditioncollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::PivotFormatConditionCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFormatConditionCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.pivot/pivotformatconditioncollection/operator_asm/ +--- +## PivotFormatConditionCollection::operator= method + + +operator= + +```cpp +PivotFormatConditionCollection & Aspose::Cells::Pivot::PivotFormatConditionCollection::operator=(const PivotFormatConditionCollection &src) +``` + +## See Also + +* Class [PivotFormatConditionCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFormatConditionCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotformatconditioncollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.pivot/pivotformatconditioncollection/operator_bool/_index.md new file mode 100644 index 00000000000..cbd6124fb93 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotformatconditioncollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotFormatConditionCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFormatConditionCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.pivot/pivotformatconditioncollection/operator_bool/ +--- +## PivotFormatConditionCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Pivot::PivotFormatConditionCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [PivotFormatConditionCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotformatconditioncollection/pivotformatconditioncollection/_index.md b/spanish/cpp/aspose.cells.pivot/pivotformatconditioncollection/pivotformatconditioncollection/_index.md new file mode 100644 index 00000000000..26fc495451d --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotformatconditioncollection/pivotformatconditioncollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Pivot::PivotFormatConditionCollection::PivotFormatConditionCollection constructor +linktitle: PivotFormatConditionCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFormatConditionCollection::PivotFormatConditionCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.pivot/pivotformatconditioncollection/pivotformatconditioncollection/ +--- +## PivotFormatConditionCollection::PivotFormatConditionCollection(PivotFormatConditionCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Pivot::PivotFormatConditionCollection::PivotFormatConditionCollection(PivotFormatConditionCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFormatConditionCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotFormatConditionCollection::PivotFormatConditionCollection(const PivotFormatConditionCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Pivot::PivotFormatConditionCollection::PivotFormatConditionCollection(const PivotFormatConditionCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFormatConditionCollection](../) +* Class [PivotFormatConditionCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotformatconditioncollection/removeat/_index.md b/spanish/cpp/aspose.cells.pivot/pivotformatconditioncollection/removeat/_index.md new file mode 100644 index 00000000000..00928aae0f3 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotformatconditioncollection/removeat/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotFormatConditionCollection::RemoveAt method +linktitle: RemoveAt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFormatConditionCollection::RemoveAt method. Remove a conditional formats in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.pivot/pivotformatconditioncollection/removeat/ +--- +## PivotFormatConditionCollection::RemoveAt method + + +Remove a conditional formats. + +```cpp +void Aspose::Cells::Pivot::PivotFormatConditionCollection::RemoveAt(int32_t index) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFormatConditionCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotformatconditioncollection/~pivotformatconditioncollection/_index.md b/spanish/cpp/aspose.cells.pivot/pivotformatconditioncollection/~pivotformatconditioncollection/_index.md new file mode 100644 index 00000000000..8f9ea6cd6f4 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotformatconditioncollection/~pivotformatconditioncollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotFormatConditionCollection::~PivotFormatConditionCollection method +linktitle: ~PivotFormatConditionCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotFormatConditionCollection::~PivotFormatConditionCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.pivot/pivotformatconditioncollection/~pivotformatconditioncollection/ +--- +## PivotFormatConditionCollection::~PivotFormatConditionCollection method + + +Destructor. + +```cpp +Aspose::Cells::Pivot::PivotFormatConditionCollection::~PivotFormatConditionCollection() +``` + +## See Also + +* Class [PivotFormatConditionCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotgroupbytype/_index.md b/spanish/cpp/aspose.cells.pivot/pivotgroupbytype/_index.md new file mode 100644 index 00000000000..fd69bae8715 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotgroupbytype/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Pivot::PivotGroupByType enum +linktitle: PivotGroupByType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotGroupByType enum. Represents group by type in C++.' +type: docs +weight: 3700 +url: /es/cpp/aspose.cells.pivot/pivotgroupbytype/ +--- +## PivotGroupByType enum + + +Represents group by type. + +```cpp +enum class PivotGroupByType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| RangeOfValues | 0 | **(Deprecated - Use PivotGroupByType.Numbers instead. )**
Group by numbers. | +| Numbers | 0 |
Group by numbers. | +| Seconds | 1 |
Presents Seconds groupby type. | +| Minutes | 2 |
Presents Minutes groupby type. | +| Hours | 3 |
Presents Hours groupby type. | +| Days | 4 |
Presents Days groupby type. | +| Months | 5 |
Presents Months groupby type. | +| Quarters | 6 |
Presents Quarters groupby type. | +| Years | 7 |
Presents Years groupby type. | + +## See Also + +* Namespace [Aspose::Cells::Pivot](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotitem/_impl/_index.md b/spanish/cpp/aspose.cells.pivot/pivotitem/_impl/_index.md new file mode 100644 index 00000000000..f5afb4a7ffd --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotitem/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotItem::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotItem::_impl field. The implementation object in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.pivot/pivotitem/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +PivotItem_Impl* Aspose::Cells::Pivot::PivotItem::_impl +``` + +## See Also + +* Class [PivotItem](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotitem/_index.md b/spanish/cpp/aspose.cells.pivot/pivotitem/_index.md new file mode 100644 index 00000000000..895c008a4c3 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotitem/_index.md @@ -0,0 +1,58 @@ +--- +title: Aspose::Cells::Pivot::PivotItem class +linktitle: PivotItem +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotItem class. Represents a item in a PivotField report in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.pivot/pivotitem/ +--- +## PivotItem class + + +Represents a item in a [PivotField](../pivotfield/) report. + +```cpp +class PivotItem +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetDateTimeValue()](./getdatetimevalue/) | Gets the date time value of the pivot item If the value is null ,it will return DateTime.MinValue. | +| [GetDoubleValue()](./getdoublevalue/) | Gets the double value of the pivot item If the value is null or not number ,it will return 0. | +| [GetFormula()](./getformula/) | Gets the formula of this calculated item. Only works when this item is calculated item. | +| [GetIndex()](./getindex/) | Gets the index of the pivot item in cache field. | +| [GetName()](./getname/) | Gets the name of the pivot item. | +| [GetPosition()](./getposition/) | Specifying the position index in all the PivotItems,not the PivotItems under the same parent node. | +| [GetPositionInSameParentNode()](./getpositioninsameparentnode/) | Specifying the position index in the PivotItems under the same parent node. | +| [GetStringValue()](./getstringvalue/) | Gets the string value of the pivot item If the value is null, it will return "". | +| [GetValue()](./getvalue/) | Gets the value of the pivot item. | +| [IsCalculatedItem()](./iscalculateditem/) | Indicates whether this pivot item is a calculated formula item. | +| [IsDetailHidden()](./isdetailhidden/) | Gets and sets whether the detail of this pivot item is hidden. | +| [IsHidden()](./ishidden/) | Gets and Sets whether the pivot item is hidden. | +| [IsMissing()](./ismissing/) | Indicates whether the item is removed from the data source. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [Move(int32_t count, bool isSameParent)](./move/) | Moves the item up or down. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const PivotItem\& src)](./operator_asm/) | operator= | +| [PivotItem(PivotItem_Impl* impl)](./pivotitem/) | Constructs from an implementation object. | +| [PivotItem(const PivotItem\& src)](./pivotitem/) | Copy constructor. | +| [SetIndex(int32_t value)](./setindex/) | Gets the index of the pivot item in cache field. | +| [SetIsDetailHidden(bool value)](./setisdetailhidden/) | Gets and sets whether the detail of this pivot item is hidden. | +| [SetIsHidden(bool value)](./setishidden/) | Gets and Sets whether the pivot item is hidden. | +| [SetName(const U16String\& value)](./setname/) | Gets the name of the pivot item. | +| [SetName(const char16_t* value)](./setname/) | Gets the name of the pivot item. | +| [SetPosition(int32_t value)](./setposition/) | Specifying the position index in all the PivotItems,not the PivotItems under the same parent node. | +| [SetPositionInSameParentNode(int32_t value)](./setpositioninsameparentnode/) | Specifying the position index in the PivotItems under the same parent node. | +| [~PivotItem()](./~pivotitem/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Pivot](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotitem/getdatetimevalue/_index.md b/spanish/cpp/aspose.cells.pivot/pivotitem/getdatetimevalue/_index.md new file mode 100644 index 00000000000..2b73bef18b5 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotitem/getdatetimevalue/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotItem::GetDateTimeValue method +linktitle: GetDateTimeValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotItem::GetDateTimeValue method. Gets the date time value of the pivot item If the value is null ,it will return DateTime.MinValue in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.pivot/pivotitem/getdatetimevalue/ +--- +## PivotItem::GetDateTimeValue method + + +Gets the date time value of the pivot item If the value is null ,it will return DateTime.MinValue. + +```cpp +Date Aspose::Cells::Pivot::PivotItem::GetDateTimeValue() +``` + +## See Also + +* Class [PivotItem](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotitem/getdoublevalue/_index.md b/spanish/cpp/aspose.cells.pivot/pivotitem/getdoublevalue/_index.md new file mode 100644 index 00000000000..9bdf934f4ad --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotitem/getdoublevalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotItem::GetDoubleValue method +linktitle: GetDoubleValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotItem::GetDoubleValue method. Gets the double value of the pivot item If the value is null or not number ,it will return 0 in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.pivot/pivotitem/getdoublevalue/ +--- +## PivotItem::GetDoubleValue method + + +Gets the double value of the pivot item If the value is null or not number ,it will return 0. + +```cpp +double Aspose::Cells::Pivot::PivotItem::GetDoubleValue() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotItem](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotitem/getformula/_index.md b/spanish/cpp/aspose.cells.pivot/pivotitem/getformula/_index.md new file mode 100644 index 00000000000..fe6e75a9561 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotitem/getformula/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Pivot::PivotItem::GetFormula method +linktitle: GetFormula +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotItem::GetFormula method. Gets the formula of this calculated item. Only works when this item is calculated item in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.pivot/pivotitem/getformula/ +--- +## PivotItem::GetFormula method + + +Gets the formula of this calculated item. Only works when this item is calculated item. + +```cpp +U16String Aspose::Cells::Pivot::PivotItem::GetFormula() +``` + + +## ReturnValue + + + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotItem](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotitem/getindex/_index.md b/spanish/cpp/aspose.cells.pivot/pivotitem/getindex/_index.md new file mode 100644 index 00000000000..0601bdd1379 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotitem/getindex/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotItem::GetIndex method +linktitle: GetIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotItem::GetIndex method. Gets the index of the pivot item in cache field in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.pivot/pivotitem/getindex/ +--- +## PivotItem::GetIndex method + + +Gets the index of the pivot item in cache field. + +```cpp +int32_t Aspose::Cells::Pivot::PivotItem::GetIndex() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotItem](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotitem/getname/_index.md b/spanish/cpp/aspose.cells.pivot/pivotitem/getname/_index.md new file mode 100644 index 00000000000..cfdf459c4c3 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotitem/getname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotItem::GetName method +linktitle: GetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotItem::GetName method. Gets the name of the pivot item in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.pivot/pivotitem/getname/ +--- +## PivotItem::GetName method + + +Gets the name of the pivot item. + +```cpp +U16String Aspose::Cells::Pivot::PivotItem::GetName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotItem](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotitem/getposition/_index.md b/spanish/cpp/aspose.cells.pivot/pivotitem/getposition/_index.md new file mode 100644 index 00000000000..572ecb5047b --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotitem/getposition/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotItem::GetPosition method +linktitle: GetPosition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotItem::GetPosition method. Specifying the position index in all the PivotItems,not the PivotItems under the same parent node in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.pivot/pivotitem/getposition/ +--- +## PivotItem::GetPosition method + + +Specifying the position index in all the PivotItems,not the PivotItems under the same parent node. + +```cpp +int32_t Aspose::Cells::Pivot::PivotItem::GetPosition() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotItem](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotitem/getpositioninsameparentnode/_index.md b/spanish/cpp/aspose.cells.pivot/pivotitem/getpositioninsameparentnode/_index.md new file mode 100644 index 00000000000..8aead0a5855 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotitem/getpositioninsameparentnode/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotItem::GetPositionInSameParentNode method +linktitle: GetPositionInSameParentNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotItem::GetPositionInSameParentNode method. Specifying the position index in the PivotItems under the same parent node in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.pivot/pivotitem/getpositioninsameparentnode/ +--- +## PivotItem::GetPositionInSameParentNode method + + +Specifying the position index in the PivotItems under the same parent node. + +```cpp +int32_t Aspose::Cells::Pivot::PivotItem::GetPositionInSameParentNode() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotItem](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotitem/getstringvalue/_index.md b/spanish/cpp/aspose.cells.pivot/pivotitem/getstringvalue/_index.md new file mode 100644 index 00000000000..f89e00b9ce7 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotitem/getstringvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotItem::GetStringValue method +linktitle: GetStringValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotItem::GetStringValue method. Gets the string value of the pivot item If the value is null, it will return "" in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.pivot/pivotitem/getstringvalue/ +--- +## PivotItem::GetStringValue method + + +Gets the string value of the pivot item If the value is null, it will return "". + +```cpp +U16String Aspose::Cells::Pivot::PivotItem::GetStringValue() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotItem](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotitem/getvalue/_index.md b/spanish/cpp/aspose.cells.pivot/pivotitem/getvalue/_index.md new file mode 100644 index 00000000000..3d42ff59b5b --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotitem/getvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotItem::GetValue method +linktitle: GetValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotItem::GetValue method. Gets the value of the pivot item in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.pivot/pivotitem/getvalue/ +--- +## PivotItem::GetValue method + + +Gets the value of the pivot item. + +```cpp +Aspose::Cells::Object Aspose::Cells::Pivot::PivotItem::GetValue() +``` + +## See Also + +* Class [Object](../../../aspose.cells/object/) +* Class [PivotItem](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotitem/iscalculateditem/_index.md b/spanish/cpp/aspose.cells.pivot/pivotitem/iscalculateditem/_index.md new file mode 100644 index 00000000000..be2f9359ba4 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotitem/iscalculateditem/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotItem::IsCalculatedItem method +linktitle: IsCalculatedItem +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotItem::IsCalculatedItem method. Indicates whether this pivot item is a calculated formula item in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.pivot/pivotitem/iscalculateditem/ +--- +## PivotItem::IsCalculatedItem method + + +Indicates whether this pivot item is a calculated formula item. + +```cpp +bool Aspose::Cells::Pivot::PivotItem::IsCalculatedItem() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotItem](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotitem/isdetailhidden/_index.md b/spanish/cpp/aspose.cells.pivot/pivotitem/isdetailhidden/_index.md new file mode 100644 index 00000000000..4b8f6416966 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotitem/isdetailhidden/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotItem::IsDetailHidden method +linktitle: IsDetailHidden +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotItem::IsDetailHidden method. Gets and sets whether the detail of this pivot item is hidden in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.pivot/pivotitem/isdetailhidden/ +--- +## PivotItem::IsDetailHidden method + + +Gets and sets whether the detail of this pivot item is hidden. + +```cpp +bool Aspose::Cells::Pivot::PivotItem::IsDetailHidden() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotItem](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotitem/ishidden/_index.md b/spanish/cpp/aspose.cells.pivot/pivotitem/ishidden/_index.md new file mode 100644 index 00000000000..132cd6f4be9 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotitem/ishidden/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotItem::IsHidden method +linktitle: IsHidden +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotItem::IsHidden method. Gets and Sets whether the pivot item is hidden in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.pivot/pivotitem/ishidden/ +--- +## PivotItem::IsHidden method + + +Gets and Sets whether the pivot item is hidden. + +```cpp +bool Aspose::Cells::Pivot::PivotItem::IsHidden() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotItem](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotitem/ismissing/_index.md b/spanish/cpp/aspose.cells.pivot/pivotitem/ismissing/_index.md new file mode 100644 index 00000000000..1ac77a14182 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotitem/ismissing/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotItem::IsMissing method +linktitle: IsMissing +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotItem::IsMissing method. Indicates whether the item is removed from the data source in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.pivot/pivotitem/ismissing/ +--- +## PivotItem::IsMissing method + + +Indicates whether the item is removed from the data source. + +```cpp +bool Aspose::Cells::Pivot::PivotItem::IsMissing() +``` + +## Remarks + + +True means this value has benn removed from the data source. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotItem](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotitem/isnull/_index.md b/spanish/cpp/aspose.cells.pivot/pivotitem/isnull/_index.md new file mode 100644 index 00000000000..52b8af92502 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotitem/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Pivot::PivotItem::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotItem::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.pivot/pivotitem/isnull/ +--- +## PivotItem::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Pivot::PivotItem::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotItem](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotitem/move/_index.md b/spanish/cpp/aspose.cells.pivot/pivotitem/move/_index.md new file mode 100644 index 00000000000..e6d51e7a251 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotitem/move/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Pivot::PivotItem::Move method +linktitle: Move +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotItem::Move method. Moves the item up or down in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.pivot/pivotitem/move/ +--- +## PivotItem::Move method + + +Moves the item up or down. + +```cpp +void Aspose::Cells::Pivot::PivotItem::Move(int32_t count, bool isSameParent) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| count | int32_t | The number of moving up or down. Move the item up if this is less than zero; Move the item down if this is greater than zero. | +| isSameParent | bool | Specifying whether moving operation is in the same parent node or not | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotItem](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotitem/operator_asm/_index.md b/spanish/cpp/aspose.cells.pivot/pivotitem/operator_asm/_index.md new file mode 100644 index 00000000000..f8186c8be6d --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotitem/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::PivotItem::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotItem::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.pivot/pivotitem/operator_asm/ +--- +## PivotItem::operator= method + + +operator= + +```cpp +PivotItem & Aspose::Cells::Pivot::PivotItem::operator=(const PivotItem &src) +``` + +## See Also + +* Class [PivotItem](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotItem](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotitem/operator_bool/_index.md b/spanish/cpp/aspose.cells.pivot/pivotitem/operator_bool/_index.md new file mode 100644 index 00000000000..0032fd664cd --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotitem/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotItem::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotItem::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.pivot/pivotitem/operator_bool/ +--- +## PivotItem::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Pivot::PivotItem::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [PivotItem](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotitem/pivotitem/_index.md b/spanish/cpp/aspose.cells.pivot/pivotitem/pivotitem/_index.md new file mode 100644 index 00000000000..ec47d1fb023 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotitem/pivotitem/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Pivot::PivotItem::PivotItem constructor +linktitle: PivotItem +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotItem::PivotItem constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.pivot/pivotitem/pivotitem/ +--- +## PivotItem::PivotItem(PivotItem_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Pivot::PivotItem::PivotItem(PivotItem_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotItem](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotItem::PivotItem(const PivotItem\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Pivot::PivotItem::PivotItem(const PivotItem &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotItem](../) +* Class [PivotItem](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotitem/setindex/_index.md b/spanish/cpp/aspose.cells.pivot/pivotitem/setindex/_index.md new file mode 100644 index 00000000000..17ba5beeae3 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotitem/setindex/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotItem::SetIndex method +linktitle: SetIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotItem::SetIndex method. Gets the index of the pivot item in cache field in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.pivot/pivotitem/setindex/ +--- +## PivotItem::SetIndex method + + +Gets the index of the pivot item in cache field. + +```cpp +void Aspose::Cells::Pivot::PivotItem::SetIndex(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotItem](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotitem/setisdetailhidden/_index.md b/spanish/cpp/aspose.cells.pivot/pivotitem/setisdetailhidden/_index.md new file mode 100644 index 00000000000..943dfe8329b --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotitem/setisdetailhidden/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotItem::SetIsDetailHidden method +linktitle: SetIsDetailHidden +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotItem::SetIsDetailHidden method. Gets and sets whether the detail of this pivot item is hidden in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.pivot/pivotitem/setisdetailhidden/ +--- +## PivotItem::SetIsDetailHidden method + + +Gets and sets whether the detail of this pivot item is hidden. + +```cpp +void Aspose::Cells::Pivot::PivotItem::SetIsDetailHidden(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotItem](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotitem/setishidden/_index.md b/spanish/cpp/aspose.cells.pivot/pivotitem/setishidden/_index.md new file mode 100644 index 00000000000..baa0d6b69be --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotitem/setishidden/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotItem::SetIsHidden method +linktitle: SetIsHidden +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotItem::SetIsHidden method. Gets and Sets whether the pivot item is hidden in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.pivot/pivotitem/setishidden/ +--- +## PivotItem::SetIsHidden method + + +Gets and Sets whether the pivot item is hidden. + +```cpp +void Aspose::Cells::Pivot::PivotItem::SetIsHidden(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotItem](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotitem/setname/_index.md b/spanish/cpp/aspose.cells.pivot/pivotitem/setname/_index.md new file mode 100644 index 00000000000..397e543f9d9 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotitem/setname/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Pivot::PivotItem::SetName method +linktitle: SetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotItem::SetName method. Gets the name of the pivot item in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.pivot/pivotitem/setname/ +--- +## PivotItem::SetName(const U16String\&) method + + +Gets the name of the pivot item. + +```cpp +void Aspose::Cells::Pivot::PivotItem::SetName(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotItem](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotItem::SetName(const char16_t*) method + + +Gets the name of the pivot item. + +```cpp +void Aspose::Cells::Pivot::PivotItem::SetName(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotItem](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotitem/setposition/_index.md b/spanish/cpp/aspose.cells.pivot/pivotitem/setposition/_index.md new file mode 100644 index 00000000000..d525d873d88 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotitem/setposition/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotItem::SetPosition method +linktitle: SetPosition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotItem::SetPosition method. Specifying the position index in all the PivotItems,not the PivotItems under the same parent node in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.pivot/pivotitem/setposition/ +--- +## PivotItem::SetPosition method + + +Specifying the position index in all the PivotItems,not the PivotItems under the same parent node. + +```cpp +void Aspose::Cells::Pivot::PivotItem::SetPosition(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotItem](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotitem/setpositioninsameparentnode/_index.md b/spanish/cpp/aspose.cells.pivot/pivotitem/setpositioninsameparentnode/_index.md new file mode 100644 index 00000000000..54d0db22d3e --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotitem/setpositioninsameparentnode/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotItem::SetPositionInSameParentNode method +linktitle: SetPositionInSameParentNode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotItem::SetPositionInSameParentNode method. Specifying the position index in the PivotItems under the same parent node in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.pivot/pivotitem/setpositioninsameparentnode/ +--- +## PivotItem::SetPositionInSameParentNode method + + +Specifying the position index in the PivotItems under the same parent node. + +```cpp +void Aspose::Cells::Pivot::PivotItem::SetPositionInSameParentNode(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotItem](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotitem/~pivotitem/_index.md b/spanish/cpp/aspose.cells.pivot/pivotitem/~pivotitem/_index.md new file mode 100644 index 00000000000..c0f892795c9 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotitem/~pivotitem/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotItem::~PivotItem method +linktitle: ~PivotItem +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotItem::~PivotItem method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.pivot/pivotitem/~pivotitem/ +--- +## PivotItem::~PivotItem method + + +Destructor. + +```cpp +Aspose::Cells::Pivot::PivotItem::~PivotItem() +``` + +## See Also + +* Class [PivotItem](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotitemcollection/_impl/_index.md b/spanish/cpp/aspose.cells.pivot/pivotitemcollection/_impl/_index.md new file mode 100644 index 00000000000..83a7aac3abb --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotitemcollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotItemCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotItemCollection::_impl field. The implementation object in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.pivot/pivotitemcollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +PivotItemCollection_Impl* Aspose::Cells::Pivot::PivotItemCollection::_impl +``` + +## See Also + +* Class [PivotItemCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotitemcollection/_index.md b/spanish/cpp/aspose.cells.pivot/pivotitemcollection/_index.md new file mode 100644 index 00000000000..5a0df0701ec --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotitemcollection/_index.md @@ -0,0 +1,43 @@ +--- +title: Aspose::Cells::Pivot::PivotItemCollection class +linktitle: PivotItemCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotItemCollection class. Represents all the PivotItem objects in the PivotField in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.pivot/pivotitemcollection/ +--- +## PivotItemCollection class + + +Represents all the [PivotItem](../pivotitem/) objects in the [PivotField](../pivotfield/). + +```cpp +class PivotItemCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Get(int32_t index)](./get/) | Gets the [PivotItem](../pivotitem/)[Object](../../aspose.cells/object/) at the specific index. | +| [Get(const U16String\& itemValue)](./get/) | Gets the [PivotItem](../pivotitem/) by the specific name. | +| [Get(const char16_t* itemValue)](./get/) | Gets the [PivotItem](../pivotitem/) by the specific name. | +| [GetCount()](./getcount/) | Gets the count of the pivot items. | +| [GetEnumerator()](./getenumerator/) | Gets an enumerator over the elements in this collection in proper sequence. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const PivotItemCollection\& src)](./operator_asm/) | operator= | +| [PivotItemCollection(PivotItemCollection_Impl* impl)](./pivotitemcollection/) | Constructs from an implementation object. | +| [PivotItemCollection(const PivotItemCollection\& src)](./pivotitemcollection/) | Copy constructor. | +| [SwapItem(int32_t index1, int32_t index2)](./swapitem/) | Directly swap two items. | +| [~PivotItemCollection()](./~pivotitemcollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Pivot](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotitemcollection/get/_index.md b/spanish/cpp/aspose.cells.pivot/pivotitemcollection/get/_index.md new file mode 100644 index 00000000000..10ecef23951 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotitemcollection/get/_index.md @@ -0,0 +1,58 @@ +--- +title: Aspose::Cells::Pivot::PivotItemCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotItemCollection::Get method. Gets the PivotItemObject at the specific index in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.pivot/pivotitemcollection/get/ +--- +## PivotItemCollection::Get(int32_t) method + + +Gets the [PivotItem](../../pivotitem/)[Object](../../../aspose.cells/object/) at the specific index. + +```cpp +PivotItem Aspose::Cells::Pivot::PivotItemCollection::Get(int32_t index) +``` + +## See Also + +* Class [PivotItem](../../pivotitem/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotItemCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotItemCollection::Get(const U16String\&) method + + +Gets the [PivotItem](../../pivotitem/) by the specific name. + +```cpp +PivotItem Aspose::Cells::Pivot::PivotItemCollection::Get(const U16String &itemValue) +``` + +## See Also + +* Class [PivotItem](../../pivotitem/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotItemCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotItemCollection::Get(const char16_t*) method + + +Gets the [PivotItem](../../pivotitem/) by the specific name. + +```cpp +PivotItem Aspose::Cells::Pivot::PivotItemCollection::Get(const char16_t *itemValue) +``` + +## See Also + +* Class [PivotItem](../../pivotitem/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotItemCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotitemcollection/getcount/_index.md b/spanish/cpp/aspose.cells.pivot/pivotitemcollection/getcount/_index.md new file mode 100644 index 00000000000..278fc2754dc --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotitemcollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotItemCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotItemCollection::GetCount method. Gets the count of the pivot items in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.pivot/pivotitemcollection/getcount/ +--- +## PivotItemCollection::GetCount method + + +Gets the count of the pivot items. + +```cpp +int32_t Aspose::Cells::Pivot::PivotItemCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotItemCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotitemcollection/getenumerator/_index.md b/spanish/cpp/aspose.cells.pivot/pivotitemcollection/getenumerator/_index.md new file mode 100644 index 00000000000..4f181581c17 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotitemcollection/getenumerator/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Pivot::PivotItemCollection::GetEnumerator method +linktitle: GetEnumerator +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotItemCollection::GetEnumerator method. Gets an enumerator over the elements in this collection in proper sequence in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.pivot/pivotitemcollection/getenumerator/ +--- +## PivotItemCollection::GetEnumerator method + + +Gets an enumerator over the elements in this collection in proper sequence. + +```cpp +Enumerator Aspose::Cells::Pivot::PivotItemCollection::GetEnumerator() +``` + + +## ReturnValue + +enumerator + +## See Also + +* Class [Enumerator](../../../aspose.cells/enumerator/) +* Class [PivotItem](../../pivotitem/) +* Class [PivotItemCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotitemcollection/isnull/_index.md b/spanish/cpp/aspose.cells.pivot/pivotitemcollection/isnull/_index.md new file mode 100644 index 00000000000..fde4b443a5b --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotitemcollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Pivot::PivotItemCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotItemCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.pivot/pivotitemcollection/isnull/ +--- +## PivotItemCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Pivot::PivotItemCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotItemCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotitemcollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.pivot/pivotitemcollection/operator_asm/_index.md new file mode 100644 index 00000000000..5f8dab8de1b --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotitemcollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::PivotItemCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotItemCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.pivot/pivotitemcollection/operator_asm/ +--- +## PivotItemCollection::operator= method + + +operator= + +```cpp +PivotItemCollection & Aspose::Cells::Pivot::PivotItemCollection::operator=(const PivotItemCollection &src) +``` + +## See Also + +* Class [PivotItemCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotItemCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotitemcollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.pivot/pivotitemcollection/operator_bool/_index.md new file mode 100644 index 00000000000..e8d82834999 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotitemcollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotItemCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotItemCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.pivot/pivotitemcollection/operator_bool/ +--- +## PivotItemCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Pivot::PivotItemCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [PivotItemCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotitemcollection/pivotitemcollection/_index.md b/spanish/cpp/aspose.cells.pivot/pivotitemcollection/pivotitemcollection/_index.md new file mode 100644 index 00000000000..8e4fa49cd67 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotitemcollection/pivotitemcollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Pivot::PivotItemCollection::PivotItemCollection constructor +linktitle: PivotItemCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotItemCollection::PivotItemCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.pivot/pivotitemcollection/pivotitemcollection/ +--- +## PivotItemCollection::PivotItemCollection(PivotItemCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Pivot::PivotItemCollection::PivotItemCollection(PivotItemCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotItemCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotItemCollection::PivotItemCollection(const PivotItemCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Pivot::PivotItemCollection::PivotItemCollection(const PivotItemCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotItemCollection](../) +* Class [PivotItemCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotitemcollection/swapitem/_index.md b/spanish/cpp/aspose.cells.pivot/pivotitemcollection/swapitem/_index.md new file mode 100644 index 00000000000..0dcd3ad6819 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotitemcollection/swapitem/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Pivot::PivotItemCollection::SwapItem method +linktitle: SwapItem +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotItemCollection::SwapItem method. Directly swap two items in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.pivot/pivotitemcollection/swapitem/ +--- +## PivotItemCollection::SwapItem method + + +Directly swap two items. + +```cpp +void Aspose::Cells::Pivot::PivotItemCollection::SwapItem(int32_t index1, int32_t index2) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index1 | int32_t | | +| index2 | int32_t | | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotItemCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotitemcollection/~pivotitemcollection/_index.md b/spanish/cpp/aspose.cells.pivot/pivotitemcollection/~pivotitemcollection/_index.md new file mode 100644 index 00000000000..bb9bfd609ce --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotitemcollection/~pivotitemcollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotItemCollection::~PivotItemCollection method +linktitle: ~PivotItemCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotItemCollection::~PivotItemCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.pivot/pivotitemcollection/~pivotitemcollection/ +--- +## PivotItemCollection::~PivotItemCollection method + + +Destructor. + +```cpp +Aspose::Cells::Pivot::PivotItemCollection::~PivotItemCollection() +``` + +## See Also + +* Class [PivotItemCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotitemposition/_index.md b/spanish/cpp/aspose.cells.pivot/pivotitemposition/_index.md new file mode 100644 index 00000000000..58a83ce1cdb --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotitemposition/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Pivot::PivotItemPosition enum +linktitle: PivotItemPosition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotItemPosition enum. Represents base item Next/Previous/All position in the base field in C++.' +type: docs +weight: 3800 +url: /es/cpp/aspose.cells.pivot/pivotitemposition/ +--- +## PivotItemPosition enum + + +Represents base item Next/Previous/All position in the base field . + + +>Deprecated +> +>Use PivotItemPositionType enum instead. +```cpp +enum class PivotItemPosition +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Previous | 0 |
Represents the previous pivot item in the [PivotField](../pivotfield/). | +| Next | 1 |
Represents the next pivot item in the [PivotField](../pivotfield/). | +| Custom | 2 |
Shows values as the different format based the index of pivot item in the [PivotField](../pivotfield/). | + +## Remarks + + +NOTE: This enum is now obsolete. Instead, please use PivotItemPositionType enum instead. This method will be removed 12 months later since June 2024. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Namespace [Aspose::Cells::Pivot](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotitempositiontype/_index.md b/spanish/cpp/aspose.cells.pivot/pivotitempositiontype/_index.md new file mode 100644 index 00000000000..19d27d4026a --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotitempositiontype/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Pivot::PivotItemPositionType enum +linktitle: PivotItemPositionType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotItemPositionType enum. Represents the position type of the pivot base item in the base field when the ShowDataAs calculation is in use in C++.' +type: docs +weight: 3900 +url: /es/cpp/aspose.cells.pivot/pivotitempositiontype/ +--- +## PivotItemPositionType enum + + +Represents the position type of the pivot base item in the base field when the ShowDataAs calculation is in use. + +```cpp +enum class PivotItemPositionType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Previous | 0 |
Represents the previous pivot item in the [PivotField](../pivotfield/). | +| Next | 1 |
Represents the next pivot item in the [PivotField](../pivotfield/). | +| Custom | 2 |
Shows values as the different format based the index of pivot item in the [PivotField](../pivotfield/). | + +## See Also + +* Namespace [Aspose::Cells::Pivot](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotlinetype/_index.md b/spanish/cpp/aspose.cells.pivot/pivotlinetype/_index.md new file mode 100644 index 00000000000..a8111c7cc30 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotlinetype/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Cells::Pivot::PivotLineType enum +linktitle: PivotLineType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotLineType enum. Specifies the type of the PivotLine in C++.' +type: docs +weight: 4000 +url: /es/cpp/aspose.cells.pivot/pivotlinetype/ +--- +## PivotLineType enum + + +Specifies the type of the PivotLine. + +```cpp +enum class PivotLineType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Regular | 0 |
Regular PivotLine with pivot items. | +| Subtotal | 1 |
Subtotal line. | +| GrandTotal | 2 |
Grand Total line. | +| Blank | 3 |
Blank line after each group. | + +## See Also + +* Namespace [Aspose::Cells::Pivot](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotmissingitemlimittype/_index.md b/spanish/cpp/aspose.cells.pivot/pivotmissingitemlimittype/_index.md new file mode 100644 index 00000000000..516cad57bef --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotmissingitemlimittype/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Pivot::PivotMissingItemLimitType enum +linktitle: PivotMissingItemLimitType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotMissingItemLimitType enum. Represents number of items to retain per field in C++.' +type: docs +weight: 4100 +url: /es/cpp/aspose.cells.pivot/pivotmissingitemlimittype/ +--- +## PivotMissingItemLimitType enum + + +Represents number of items to retain per field. + +```cpp +enum class PivotMissingItemLimitType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Automatic | 0 |
The default number of unique items per [PivotField](../pivotfield/) allowed. | +| Max | 1 |
The maximum number of unique items per [PivotField](../pivotfield/) allowed (>32,500). | +| None | 2 |
No unique items per [PivotField](../pivotfield/) allowed. | + +## See Also + +* Namespace [Aspose::Cells::Pivot](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotnumbericrangegroupsettings/_impl/_index.md b/spanish/cpp/aspose.cells.pivot/pivotnumbericrangegroupsettings/_impl/_index.md new file mode 100644 index 00000000000..1b6762c7ae1 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotnumbericrangegroupsettings/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotNumbericRangeGroupSettings::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotNumbericRangeGroupSettings::_impl field. The implementation object in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.pivot/pivotnumbericrangegroupsettings/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +PivotNumbericRangeGroupSettings_Impl* Aspose::Cells::Pivot::PivotNumbericRangeGroupSettings::_impl +``` + +## See Also + +* Class [PivotNumbericRangeGroupSettings](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotnumbericrangegroupsettings/_index.md b/spanish/cpp/aspose.cells.pivot/pivotnumbericrangegroupsettings/_index.md new file mode 100644 index 00000000000..3c32a16138c --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotnumbericrangegroupsettings/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::Pivot::PivotNumbericRangeGroupSettings class +linktitle: PivotNumbericRangeGroupSettings +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotNumbericRangeGroupSettings class. Represents the numberic range group of the pivot field in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.pivot/pivotnumbericrangegroupsettings/ +--- +## PivotNumbericRangeGroupSettings class + + +Represents the numberic range group of the pivot field. + +```cpp +class PivotNumbericRangeGroupSettings : public Aspose::Cells::Pivot::PivotFieldGroupSettings +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetEnd()](./getend/) | Gets the end number of the group. | +| [GetInterval()](./getinterval/) | Gets the interval of the group. | +| [GetStart()](./getstart/) | Gets the start number of the group. | +| [GetType()](./gettype/) | Gets the group type. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const PivotNumbericRangeGroupSettings\& src)](./operator_asm/) | operator= | +| [operator=(const PivotFieldGroupSettings\& src)](../pivotfieldgroupsettings/operator_asm/) | operator= | +| [PivotFieldGroupSettings()](../pivotfieldgroupsettings/pivotfieldgroupsettings/) | Default constructor. | +| [PivotFieldGroupSettings(PivotFieldGroupSettings_Impl* impl)](../pivotfieldgroupsettings/pivotfieldgroupsettings/) | Constructs from an implementation object. | +| [PivotFieldGroupSettings(const PivotFieldGroupSettings\& src)](../pivotfieldgroupsettings/pivotfieldgroupsettings/) | Copy constructor. | +| [PivotNumbericRangeGroupSettings(PivotNumbericRangeGroupSettings_Impl* impl)](./pivotnumbericrangegroupsettings/) | Constructs from an implementation object. | +| [PivotNumbericRangeGroupSettings(const PivotNumbericRangeGroupSettings\& src)](./pivotnumbericrangegroupsettings/) | Copy constructor. | +| [PivotNumbericRangeGroupSettings(const PivotFieldGroupSettings\& src)](./pivotnumbericrangegroupsettings/) | Constructs from a parent object. | +| [~PivotFieldGroupSettings()](../pivotfieldgroupsettings/~pivotfieldgroupsettings/) | Destructor. | +| [~PivotNumbericRangeGroupSettings()](./~pivotnumbericrangegroupsettings/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [PivotFieldGroupSettings](../pivotfieldgroupsettings/) +* Namespace [Aspose::Cells::Pivot](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotnumbericrangegroupsettings/getend/_index.md b/spanish/cpp/aspose.cells.pivot/pivotnumbericrangegroupsettings/getend/_index.md new file mode 100644 index 00000000000..c3ac5619b7c --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotnumbericrangegroupsettings/getend/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotNumbericRangeGroupSettings::GetEnd method +linktitle: GetEnd +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotNumbericRangeGroupSettings::GetEnd method. Gets the end number of the group in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.pivot/pivotnumbericrangegroupsettings/getend/ +--- +## PivotNumbericRangeGroupSettings::GetEnd method + + +Gets the end number of the group. + +```cpp +double Aspose::Cells::Pivot::PivotNumbericRangeGroupSettings::GetEnd() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotNumbericRangeGroupSettings](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotnumbericrangegroupsettings/getinterval/_index.md b/spanish/cpp/aspose.cells.pivot/pivotnumbericrangegroupsettings/getinterval/_index.md new file mode 100644 index 00000000000..5c90a40f56c --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotnumbericrangegroupsettings/getinterval/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotNumbericRangeGroupSettings::GetInterval method +linktitle: GetInterval +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotNumbericRangeGroupSettings::GetInterval method. Gets the interval of the group in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.pivot/pivotnumbericrangegroupsettings/getinterval/ +--- +## PivotNumbericRangeGroupSettings::GetInterval method + + +Gets the interval of the group. + +```cpp +double Aspose::Cells::Pivot::PivotNumbericRangeGroupSettings::GetInterval() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotNumbericRangeGroupSettings](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotnumbericrangegroupsettings/getstart/_index.md b/spanish/cpp/aspose.cells.pivot/pivotnumbericrangegroupsettings/getstart/_index.md new file mode 100644 index 00000000000..5ab3f955b73 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotnumbericrangegroupsettings/getstart/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotNumbericRangeGroupSettings::GetStart method +linktitle: GetStart +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotNumbericRangeGroupSettings::GetStart method. Gets the start number of the group in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.pivot/pivotnumbericrangegroupsettings/getstart/ +--- +## PivotNumbericRangeGroupSettings::GetStart method + + +Gets the start number of the group. + +```cpp +double Aspose::Cells::Pivot::PivotNumbericRangeGroupSettings::GetStart() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotNumbericRangeGroupSettings](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotnumbericrangegroupsettings/gettype/_index.md b/spanish/cpp/aspose.cells.pivot/pivotnumbericrangegroupsettings/gettype/_index.md new file mode 100644 index 00000000000..29d528d8b28 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotnumbericrangegroupsettings/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotNumbericRangeGroupSettings::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotNumbericRangeGroupSettings::GetType method. Gets the group type in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.pivot/pivotnumbericrangegroupsettings/gettype/ +--- +## PivotNumbericRangeGroupSettings::GetType method + + +Gets the group type. + +```cpp +PivotFieldGroupType Aspose::Cells::Pivot::PivotNumbericRangeGroupSettings::GetType() +``` + +## See Also + +* Enum [PivotFieldGroupType](../../pivotfieldgrouptype/) +* Class [PivotNumbericRangeGroupSettings](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotnumbericrangegroupsettings/isnull/_index.md b/spanish/cpp/aspose.cells.pivot/pivotnumbericrangegroupsettings/isnull/_index.md new file mode 100644 index 00000000000..2ad91726e6e --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotnumbericrangegroupsettings/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Pivot::PivotNumbericRangeGroupSettings::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotNumbericRangeGroupSettings::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.pivot/pivotnumbericrangegroupsettings/isnull/ +--- +## PivotNumbericRangeGroupSettings::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Pivot::PivotNumbericRangeGroupSettings::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotNumbericRangeGroupSettings](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotnumbericrangegroupsettings/operator_asm/_index.md b/spanish/cpp/aspose.cells.pivot/pivotnumbericrangegroupsettings/operator_asm/_index.md new file mode 100644 index 00000000000..c4d88011a16 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotnumbericrangegroupsettings/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::PivotNumbericRangeGroupSettings::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotNumbericRangeGroupSettings::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.pivot/pivotnumbericrangegroupsettings/operator_asm/ +--- +## PivotNumbericRangeGroupSettings::operator= method + + +operator= + +```cpp +PivotNumbericRangeGroupSettings & Aspose::Cells::Pivot::PivotNumbericRangeGroupSettings::operator=(const PivotNumbericRangeGroupSettings &src) +``` + +## See Also + +* Class [PivotNumbericRangeGroupSettings](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotNumbericRangeGroupSettings](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotnumbericrangegroupsettings/operator_bool/_index.md b/spanish/cpp/aspose.cells.pivot/pivotnumbericrangegroupsettings/operator_bool/_index.md new file mode 100644 index 00000000000..5ff77c26b14 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotnumbericrangegroupsettings/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotNumbericRangeGroupSettings::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotNumbericRangeGroupSettings::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.pivot/pivotnumbericrangegroupsettings/operator_bool/ +--- +## PivotNumbericRangeGroupSettings::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Pivot::PivotNumbericRangeGroupSettings::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [PivotNumbericRangeGroupSettings](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotnumbericrangegroupsettings/pivotnumbericrangegroupsettings/_index.md b/spanish/cpp/aspose.cells.pivot/pivotnumbericrangegroupsettings/pivotnumbericrangegroupsettings/_index.md new file mode 100644 index 00000000000..7826b156a23 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotnumbericrangegroupsettings/pivotnumbericrangegroupsettings/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Pivot::PivotNumbericRangeGroupSettings::PivotNumbericRangeGroupSettings constructor +linktitle: PivotNumbericRangeGroupSettings +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotNumbericRangeGroupSettings::PivotNumbericRangeGroupSettings constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.pivot/pivotnumbericrangegroupsettings/pivotnumbericrangegroupsettings/ +--- +## PivotNumbericRangeGroupSettings::PivotNumbericRangeGroupSettings(PivotNumbericRangeGroupSettings_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Pivot::PivotNumbericRangeGroupSettings::PivotNumbericRangeGroupSettings(PivotNumbericRangeGroupSettings_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotNumbericRangeGroupSettings](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotNumbericRangeGroupSettings::PivotNumbericRangeGroupSettings(const PivotNumbericRangeGroupSettings\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Pivot::PivotNumbericRangeGroupSettings::PivotNumbericRangeGroupSettings(const PivotNumbericRangeGroupSettings &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotNumbericRangeGroupSettings](../) +* Class [PivotNumbericRangeGroupSettings](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotNumbericRangeGroupSettings::PivotNumbericRangeGroupSettings(const PivotFieldGroupSettings\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Pivot::PivotNumbericRangeGroupSettings::PivotNumbericRangeGroupSettings(const PivotFieldGroupSettings &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotFieldGroupSettings](../../pivotfieldgroupsettings/) +* Class [PivotNumbericRangeGroupSettings](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotnumbericrangegroupsettings/~pivotnumbericrangegroupsettings/_index.md b/spanish/cpp/aspose.cells.pivot/pivotnumbericrangegroupsettings/~pivotnumbericrangegroupsettings/_index.md new file mode 100644 index 00000000000..d9998d355ab --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotnumbericrangegroupsettings/~pivotnumbericrangegroupsettings/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotNumbericRangeGroupSettings::~PivotNumbericRangeGroupSettings method +linktitle: ~PivotNumbericRangeGroupSettings +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotNumbericRangeGroupSettings::~PivotNumbericRangeGroupSettings method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.pivot/pivotnumbericrangegroupsettings/~pivotnumbericrangegroupsettings/ +--- +## PivotNumbericRangeGroupSettings::~PivotNumbericRangeGroupSettings method + + +Destructor. + +```cpp +Aspose::Cells::Pivot::PivotNumbericRangeGroupSettings::~PivotNumbericRangeGroupSettings() +``` + +## See Also + +* Class [PivotNumbericRangeGroupSettings](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotpagefields/_impl/_index.md b/spanish/cpp/aspose.cells.pivot/pivotpagefields/_impl/_index.md new file mode 100644 index 00000000000..ee3ff003031 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotpagefields/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotPageFields::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotPageFields::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.pivot/pivotpagefields/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +PivotPageFields_Impl* Aspose::Cells::Pivot::PivotPageFields::_impl +``` + +## See Also + +* Class [PivotPageFields](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotpagefields/_index.md b/spanish/cpp/aspose.cells.pivot/pivotpagefields/_index.md new file mode 100644 index 00000000000..5c2cd98e27a --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotpagefields/_index.md @@ -0,0 +1,41 @@ +--- +title: Aspose::Cells::Pivot::PivotPageFields class +linktitle: PivotPageFields +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotPageFields class. Represents the pivot page items if the pivot table data source is consolidation ranges. It only can contain up to 4 items in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.pivot/pivotpagefields/ +--- +## PivotPageFields class + + +Represents the pivot page items if the pivot table data source is consolidation ranges. It only can contain up to 4 items. + +```cpp +class PivotPageFields +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddIdentify(int32_t rangeIndex, const Vector \\& pageItemIndex)](./addidentify/) | Sets which item label in each page field to use to identify the data range. The pageItemIndex.Length must be equal to PageFieldCount, so please add the page field first. | +| [AddPageField(const Vector \\& pageItems)](./addpagefield/) | Adds a page field. | +| [GetPageFieldCount()](./getpagefieldcount/) | Gets the number of page fields. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const PivotPageFields\& src)](./operator_asm/) | operator= | +| [PivotPageFields()](./pivotpagefields/) | Represents the pivot page field items. | +| [PivotPageFields(PivotPageFields_Impl* impl)](./pivotpagefields/) | Constructs from an implementation object. | +| [PivotPageFields(const PivotPageFields\& src)](./pivotpagefields/) | Copy constructor. | +| [~PivotPageFields()](./~pivotpagefields/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Pivot](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotpagefields/addidentify/_index.md b/spanish/cpp/aspose.cells.pivot/pivotpagefields/addidentify/_index.md new file mode 100644 index 00000000000..60d125ebce2 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotpagefields/addidentify/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Pivot::PivotPageFields::AddIdentify method +linktitle: AddIdentify +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotPageFields::AddIdentify method. Sets which item label in each page field to use to identify the data range. The pageItemIndex.Length must be equal to PageFieldCount, so please add the page field first in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.pivot/pivotpagefields/addidentify/ +--- +## PivotPageFields::AddIdentify method + + +Sets which item label in each page field to use to identify the data range. The pageItemIndex.Length must be equal to PageFieldCount, so please add the page field first. + +```cpp +void Aspose::Cells::Pivot::PivotPageFields::AddIdentify(int32_t rangeIndex, const Vector &pageItemIndex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| rangeIndex | int32_t | The consolidation data range index. | +| pageItemIndex | const Vector \\& | The page item index in the each page field. pageItemIndex[2] = 1 means the second item in the third field to use to identify this range. pageItemIndex[1] = -1 means no item in the second field to use to identify this range and MS will auto create "blank" item in the second field to identify this range. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotPageFields](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotpagefields/addpagefield/_index.md b/spanish/cpp/aspose.cells.pivot/pivotpagefields/addpagefield/_index.md new file mode 100644 index 00000000000..1b079e49ae3 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotpagefields/addpagefield/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Pivot::PivotPageFields::AddPageField method +linktitle: AddPageField +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotPageFields::AddPageField method. Adds a page field in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.pivot/pivotpagefields/addpagefield/ +--- +## PivotPageFields::AddPageField method + + +Adds a page field. + +```cpp +void Aspose::Cells::Pivot::PivotPageFields::AddPageField(const Vector &pageItems) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pageItems | const Vector \\& | Page field item label | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotPageFields](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotpagefields/getpagefieldcount/_index.md b/spanish/cpp/aspose.cells.pivot/pivotpagefields/getpagefieldcount/_index.md new file mode 100644 index 00000000000..637f9dd3622 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotpagefields/getpagefieldcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotPageFields::GetPageFieldCount method +linktitle: GetPageFieldCount +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotPageFields::GetPageFieldCount method. Gets the number of page fields in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.pivot/pivotpagefields/getpagefieldcount/ +--- +## PivotPageFields::GetPageFieldCount method + + +Gets the number of page fields. + +```cpp +int32_t Aspose::Cells::Pivot::PivotPageFields::GetPageFieldCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotPageFields](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotpagefields/isnull/_index.md b/spanish/cpp/aspose.cells.pivot/pivotpagefields/isnull/_index.md new file mode 100644 index 00000000000..64b013bd89a --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotpagefields/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Pivot::PivotPageFields::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotPageFields::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.pivot/pivotpagefields/isnull/ +--- +## PivotPageFields::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Pivot::PivotPageFields::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotPageFields](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotpagefields/operator_asm/_index.md b/spanish/cpp/aspose.cells.pivot/pivotpagefields/operator_asm/_index.md new file mode 100644 index 00000000000..7a82e5bf880 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotpagefields/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::PivotPageFields::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotPageFields::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.pivot/pivotpagefields/operator_asm/ +--- +## PivotPageFields::operator= method + + +operator= + +```cpp +PivotPageFields & Aspose::Cells::Pivot::PivotPageFields::operator=(const PivotPageFields &src) +``` + +## See Also + +* Class [PivotPageFields](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotPageFields](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotpagefields/operator_bool/_index.md b/spanish/cpp/aspose.cells.pivot/pivotpagefields/operator_bool/_index.md new file mode 100644 index 00000000000..358ee36f259 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotpagefields/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotPageFields::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotPageFields::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.pivot/pivotpagefields/operator_bool/ +--- +## PivotPageFields::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Pivot::PivotPageFields::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [PivotPageFields](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotpagefields/pivotpagefields/_index.md b/spanish/cpp/aspose.cells.pivot/pivotpagefields/pivotpagefields/_index.md new file mode 100644 index 00000000000..1ff7ed41a80 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotpagefields/pivotpagefields/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::Pivot::PivotPageFields::PivotPageFields constructor +linktitle: PivotPageFields +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotPageFields::PivotPageFields constructor. Represents the pivot page field items in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.pivot/pivotpagefields/pivotpagefields/ +--- +## PivotPageFields::PivotPageFields() constructor + + +Represents the pivot page field items. + +```cpp +Aspose::Cells::Pivot::PivotPageFields::PivotPageFields() +``` + +## See Also + +* Class [PivotPageFields](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotPageFields::PivotPageFields(PivotPageFields_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Pivot::PivotPageFields::PivotPageFields(PivotPageFields_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotPageFields](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotPageFields::PivotPageFields(const PivotPageFields\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Pivot::PivotPageFields::PivotPageFields(const PivotPageFields &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotPageFields](../) +* Class [PivotPageFields](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotpagefields/~pivotpagefields/_index.md b/spanish/cpp/aspose.cells.pivot/pivotpagefields/~pivotpagefields/_index.md new file mode 100644 index 00000000000..64c461b77f8 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotpagefields/~pivotpagefields/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotPageFields::~PivotPageFields method +linktitle: ~PivotPageFields +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotPageFields::~PivotPageFields method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.pivot/pivotpagefields/~pivotpagefields/ +--- +## PivotPageFields::~PivotPageFields method + + +Destructor. + +```cpp +Aspose::Cells::Pivot::PivotPageFields::~PivotPageFields() +``` + +## See Also + +* Class [PivotPageFields](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotrefreshstate/_index.md b/spanish/cpp/aspose.cells.pivot/pivotrefreshstate/_index.md new file mode 100644 index 00000000000..01da0c741ef --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotrefreshstate/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Pivot::PivotRefreshState enum +linktitle: PivotRefreshState +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotRefreshState enum. The state for refreshing pivot tables in C++.' +type: docs +weight: 4200 +url: /es/cpp/aspose.cells.pivot/pivotrefreshstate/ +--- +## PivotRefreshState enum + + +The state for refreshing pivot tables. + +```cpp +enum class PivotRefreshState +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Success | 0 |
Successfully refreshed. | +| UnsupportedExternalDataSource | 1 |
Refresh failed because the data source is external. | + +## See Also + +* Namespace [Aspose::Cells::Pivot](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotshowvaluessetting/_impl/_index.md b/spanish/cpp/aspose.cells.pivot/pivotshowvaluessetting/_impl/_index.md new file mode 100644 index 00000000000..3387ee634b1 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotshowvaluessetting/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotShowValuesSetting::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotShowValuesSetting::_impl field. The implementation object in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.pivot/pivotshowvaluessetting/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +PivotShowValuesSetting_Impl* Aspose::Cells::Pivot::PivotShowValuesSetting::_impl +``` + +## See Also + +* Class [PivotShowValuesSetting](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotshowvaluessetting/_index.md b/spanish/cpp/aspose.cells.pivot/pivotshowvaluessetting/_index.md new file mode 100644 index 00000000000..61c4d296905 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotshowvaluessetting/_index.md @@ -0,0 +1,45 @@ +--- +title: Aspose::Cells::Pivot::PivotShowValuesSetting class +linktitle: PivotShowValuesSetting +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotShowValuesSetting class. Represents the settings about showing values as when the ShowDataAs calculation is in use in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.pivot/pivotshowvaluessetting/ +--- +## PivotShowValuesSetting class + + +Represents the settings about showing values as when the ShowDataAs calculation is in use. + +```cpp +class PivotShowValuesSetting +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetBaseFieldIndex()](./getbasefieldindex/) | Represents the base field for a ShowDataAs calculation when the ShowDataAs calculation is in use. | +| [GetBaseItemIndex()](./getbaseitemindex/) | Represents the custom index of the pivot item in the base field when the ShowDataAs calculation is in use. Valid only for data fields. | +| [GetBaseItemPositionType()](./getbaseitempositiontype/) | Represents type of the base pivot item in the base field when the ShowDataAs calculation is in use. Valid only for data fields. Because [PivotItemPosition.Custom](../pivotitemposition/) is only for read,if you need to set [PivotItemPosition.Custom](../pivotitemposition/), please set PivotField.BaseItemIndex attribute. | +| [GetCalculationType()](./getcalculationtype/) | Represents how to show values of a data field in the pivot report. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const PivotShowValuesSetting\& src)](./operator_asm/) | operator= | +| [PivotShowValuesSetting(PivotShowValuesSetting_Impl* impl)](./pivotshowvaluessetting/) | Constructs from an implementation object. | +| [PivotShowValuesSetting(const PivotShowValuesSetting\& src)](./pivotshowvaluessetting/) | Copy constructor. | +| [SetBaseFieldIndex(int32_t value)](./setbasefieldindex/) | Represents the base field for a ShowDataAs calculation when the ShowDataAs calculation is in use. | +| [SetBaseItemIndex(int32_t value)](./setbaseitemindex/) | Represents the custom index of the pivot item in the base field when the ShowDataAs calculation is in use. Valid only for data fields. | +| [SetBaseItemPositionType(PivotItemPositionType value)](./setbaseitempositiontype/) | Represents type of the base pivot item in the base field when the ShowDataAs calculation is in use. Valid only for data fields. Because [PivotItemPosition.Custom](../pivotitemposition/) is only for read,if you need to set [PivotItemPosition.Custom](../pivotitemposition/), please set PivotField.BaseItemIndex attribute. | +| [SetCalculationType(PivotFieldDataDisplayFormat value)](./setcalculationtype/) | Represents how to show values of a data field in the pivot report. | +| [~PivotShowValuesSetting()](./~pivotshowvaluessetting/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Pivot](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotshowvaluessetting/getbasefieldindex/_index.md b/spanish/cpp/aspose.cells.pivot/pivotshowvaluessetting/getbasefieldindex/_index.md new file mode 100644 index 00000000000..d18ff57ad62 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotshowvaluessetting/getbasefieldindex/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotShowValuesSetting::GetBaseFieldIndex method +linktitle: GetBaseFieldIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotShowValuesSetting::GetBaseFieldIndex method. Represents the base field for a ShowDataAs calculation when the ShowDataAs calculation is in use in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.pivot/pivotshowvaluessetting/getbasefieldindex/ +--- +## PivotShowValuesSetting::GetBaseFieldIndex method + + +Represents the base field for a ShowDataAs calculation when the ShowDataAs calculation is in use. + +```cpp +int32_t Aspose::Cells::Pivot::PivotShowValuesSetting::GetBaseFieldIndex() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotShowValuesSetting](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotshowvaluessetting/getbaseitemindex/_index.md b/spanish/cpp/aspose.cells.pivot/pivotshowvaluessetting/getbaseitemindex/_index.md new file mode 100644 index 00000000000..8a60f662854 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotshowvaluessetting/getbaseitemindex/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotShowValuesSetting::GetBaseItemIndex method +linktitle: GetBaseItemIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotShowValuesSetting::GetBaseItemIndex method. Represents the custom index of the pivot item in the base field when the ShowDataAs calculation is in use. Valid only for data fields in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.pivot/pivotshowvaluessetting/getbaseitemindex/ +--- +## PivotShowValuesSetting::GetBaseItemIndex method + + +Represents the custom index of the pivot item in the base field when the ShowDataAs calculation is in use. Valid only for data fields. + +```cpp +int32_t Aspose::Cells::Pivot::PivotShowValuesSetting::GetBaseItemIndex() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotShowValuesSetting](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotshowvaluessetting/getbaseitempositiontype/_index.md b/spanish/cpp/aspose.cells.pivot/pivotshowvaluessetting/getbaseitempositiontype/_index.md new file mode 100644 index 00000000000..0de10f3c77c --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotshowvaluessetting/getbaseitempositiontype/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotShowValuesSetting::GetBaseItemPositionType method +linktitle: GetBaseItemPositionType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotShowValuesSetting::GetBaseItemPositionType method. Represents type of the base pivot item in the base field when the ShowDataAs calculation is in use. Valid only for data fields. Because PivotItemPosition.Custom is only for read,if you need to set PivotItemPosition.Custom, please set PivotField.BaseItemIndex attribute in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.pivot/pivotshowvaluessetting/getbaseitempositiontype/ +--- +## PivotShowValuesSetting::GetBaseItemPositionType method + + +Represents type of the base pivot item in the base field when the ShowDataAs calculation is in use. Valid only for data fields. Because [PivotItemPosition.Custom](../../pivotitemposition/) is only for read,if you need to set [PivotItemPosition.Custom](../../pivotitemposition/), please set PivotField.BaseItemIndex attribute. + +```cpp +PivotItemPositionType Aspose::Cells::Pivot::PivotShowValuesSetting::GetBaseItemPositionType() +``` + +## Remarks + + +[PivotItemPositionType](../../pivotitempositiontype/) +## See Also + +* Enum [PivotItemPositionType](../../pivotitempositiontype/) +* Class [PivotShowValuesSetting](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotshowvaluessetting/getcalculationtype/_index.md b/spanish/cpp/aspose.cells.pivot/pivotshowvaluessetting/getcalculationtype/_index.md new file mode 100644 index 00000000000..c893c832f97 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotshowvaluessetting/getcalculationtype/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotShowValuesSetting::GetCalculationType method +linktitle: GetCalculationType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotShowValuesSetting::GetCalculationType method. Represents how to show values of a data field in the pivot report in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.pivot/pivotshowvaluessetting/getcalculationtype/ +--- +## PivotShowValuesSetting::GetCalculationType method + + +Represents how to show values of a data field in the pivot report. + +```cpp +PivotFieldDataDisplayFormat Aspose::Cells::Pivot::PivotShowValuesSetting::GetCalculationType() +``` + +## Remarks + + +[PivotFieldDataDisplayFormat](../../pivotfielddatadisplayformat/) +## See Also + +* Enum [PivotFieldDataDisplayFormat](../../pivotfielddatadisplayformat/) +* Class [PivotShowValuesSetting](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotshowvaluessetting/isnull/_index.md b/spanish/cpp/aspose.cells.pivot/pivotshowvaluessetting/isnull/_index.md new file mode 100644 index 00000000000..50894b9843b --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotshowvaluessetting/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Pivot::PivotShowValuesSetting::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotShowValuesSetting::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.pivot/pivotshowvaluessetting/isnull/ +--- +## PivotShowValuesSetting::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Pivot::PivotShowValuesSetting::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotShowValuesSetting](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotshowvaluessetting/operator_asm/_index.md b/spanish/cpp/aspose.cells.pivot/pivotshowvaluessetting/operator_asm/_index.md new file mode 100644 index 00000000000..662dcd57f1c --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotshowvaluessetting/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::PivotShowValuesSetting::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotShowValuesSetting::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.pivot/pivotshowvaluessetting/operator_asm/ +--- +## PivotShowValuesSetting::operator= method + + +operator= + +```cpp +PivotShowValuesSetting & Aspose::Cells::Pivot::PivotShowValuesSetting::operator=(const PivotShowValuesSetting &src) +``` + +## See Also + +* Class [PivotShowValuesSetting](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotShowValuesSetting](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotshowvaluessetting/operator_bool/_index.md b/spanish/cpp/aspose.cells.pivot/pivotshowvaluessetting/operator_bool/_index.md new file mode 100644 index 00000000000..709478f350c --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotshowvaluessetting/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotShowValuesSetting::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotShowValuesSetting::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.pivot/pivotshowvaluessetting/operator_bool/ +--- +## PivotShowValuesSetting::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Pivot::PivotShowValuesSetting::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [PivotShowValuesSetting](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotshowvaluessetting/pivotshowvaluessetting/_index.md b/spanish/cpp/aspose.cells.pivot/pivotshowvaluessetting/pivotshowvaluessetting/_index.md new file mode 100644 index 00000000000..0cc1488a42a --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotshowvaluessetting/pivotshowvaluessetting/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Pivot::PivotShowValuesSetting::PivotShowValuesSetting constructor +linktitle: PivotShowValuesSetting +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotShowValuesSetting::PivotShowValuesSetting constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.pivot/pivotshowvaluessetting/pivotshowvaluessetting/ +--- +## PivotShowValuesSetting::PivotShowValuesSetting(PivotShowValuesSetting_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Pivot::PivotShowValuesSetting::PivotShowValuesSetting(PivotShowValuesSetting_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotShowValuesSetting](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotShowValuesSetting::PivotShowValuesSetting(const PivotShowValuesSetting\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Pivot::PivotShowValuesSetting::PivotShowValuesSetting(const PivotShowValuesSetting &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotShowValuesSetting](../) +* Class [PivotShowValuesSetting](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotshowvaluessetting/setbasefieldindex/_index.md b/spanish/cpp/aspose.cells.pivot/pivotshowvaluessetting/setbasefieldindex/_index.md new file mode 100644 index 00000000000..3098319a97e --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotshowvaluessetting/setbasefieldindex/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotShowValuesSetting::SetBaseFieldIndex method +linktitle: SetBaseFieldIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotShowValuesSetting::SetBaseFieldIndex method. Represents the base field for a ShowDataAs calculation when the ShowDataAs calculation is in use in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.pivot/pivotshowvaluessetting/setbasefieldindex/ +--- +## PivotShowValuesSetting::SetBaseFieldIndex method + + +Represents the base field for a ShowDataAs calculation when the ShowDataAs calculation is in use. + +```cpp +void Aspose::Cells::Pivot::PivotShowValuesSetting::SetBaseFieldIndex(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotShowValuesSetting](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotshowvaluessetting/setbaseitemindex/_index.md b/spanish/cpp/aspose.cells.pivot/pivotshowvaluessetting/setbaseitemindex/_index.md new file mode 100644 index 00000000000..c102acda2cb --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotshowvaluessetting/setbaseitemindex/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotShowValuesSetting::SetBaseItemIndex method +linktitle: SetBaseItemIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotShowValuesSetting::SetBaseItemIndex method. Represents the custom index of the pivot item in the base field when the ShowDataAs calculation is in use. Valid only for data fields in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.pivot/pivotshowvaluessetting/setbaseitemindex/ +--- +## PivotShowValuesSetting::SetBaseItemIndex method + + +Represents the custom index of the pivot item in the base field when the ShowDataAs calculation is in use. Valid only for data fields. + +```cpp +void Aspose::Cells::Pivot::PivotShowValuesSetting::SetBaseItemIndex(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotShowValuesSetting](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotshowvaluessetting/setbaseitempositiontype/_index.md b/spanish/cpp/aspose.cells.pivot/pivotshowvaluessetting/setbaseitempositiontype/_index.md new file mode 100644 index 00000000000..c3e15fc9407 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotshowvaluessetting/setbaseitempositiontype/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Pivot::PivotShowValuesSetting::SetBaseItemPositionType method +linktitle: SetBaseItemPositionType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotShowValuesSetting::SetBaseItemPositionType method. Represents type of the base pivot item in the base field when the ShowDataAs calculation is in use. Valid only for data fields. Because PivotItemPosition.Custom is only for read,if you need to set PivotItemPosition.Custom, please set PivotField.BaseItemIndex attribute in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.pivot/pivotshowvaluessetting/setbaseitempositiontype/ +--- +## PivotShowValuesSetting::SetBaseItemPositionType method + + +Represents type of the base pivot item in the base field when the ShowDataAs calculation is in use. Valid only for data fields. Because [PivotItemPosition.Custom](../../pivotitemposition/) is only for read,if you need to set [PivotItemPosition.Custom](../../pivotitemposition/), please set PivotField.BaseItemIndex attribute. + +```cpp +void Aspose::Cells::Pivot::PivotShowValuesSetting::SetBaseItemPositionType(PivotItemPositionType value) +``` + +## Remarks + + +[PivotItemPositionType](../../pivotitempositiontype/) +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PivotItemPositionType](../../pivotitempositiontype/) +* Class [PivotShowValuesSetting](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotshowvaluessetting/setcalculationtype/_index.md b/spanish/cpp/aspose.cells.pivot/pivotshowvaluessetting/setcalculationtype/_index.md new file mode 100644 index 00000000000..1360838965b --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotshowvaluessetting/setcalculationtype/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Pivot::PivotShowValuesSetting::SetCalculationType method +linktitle: SetCalculationType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotShowValuesSetting::SetCalculationType method. Represents how to show values of a data field in the pivot report in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.pivot/pivotshowvaluessetting/setcalculationtype/ +--- +## PivotShowValuesSetting::SetCalculationType method + + +Represents how to show values of a data field in the pivot report. + +```cpp +void Aspose::Cells::Pivot::PivotShowValuesSetting::SetCalculationType(PivotFieldDataDisplayFormat value) +``` + +## Remarks + + +[PivotFieldDataDisplayFormat](../../pivotfielddatadisplayformat/) +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PivotFieldDataDisplayFormat](../../pivotfielddatadisplayformat/) +* Class [PivotShowValuesSetting](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivotshowvaluessetting/~pivotshowvaluessetting/_index.md b/spanish/cpp/aspose.cells.pivot/pivotshowvaluessetting/~pivotshowvaluessetting/_index.md new file mode 100644 index 00000000000..b2b1669c362 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivotshowvaluessetting/~pivotshowvaluessetting/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotShowValuesSetting::~PivotShowValuesSetting method +linktitle: ~PivotShowValuesSetting +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotShowValuesSetting::~PivotShowValuesSetting method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.pivot/pivotshowvaluessetting/~pivotshowvaluessetting/ +--- +## PivotShowValuesSetting::~PivotShowValuesSetting method + + +Destructor. + +```cpp +Aspose::Cells::Pivot::PivotShowValuesSetting::~PivotShowValuesSetting() +``` + +## See Also + +* Class [PivotShowValuesSetting](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/_impl/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/_impl/_index.md new file mode 100644 index 00000000000..bf8d4e3d8b4 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::_impl field. The implementation object in C++.' +type: docs +weight: 18100 +url: /es/cpp/aspose.cells.pivot/pivottable/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +PivotTable_Impl* Aspose::Cells::Pivot::PivotTable::_impl +``` + +## See Also + +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/_index.md new file mode 100644 index 00000000000..9d0958341b7 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/_index.md @@ -0,0 +1,329 @@ +--- +title: Aspose::Cells::Pivot::PivotTable class +linktitle: PivotTable +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable class. Summary description for PivotTable in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.pivot/pivottable/ +--- +## PivotTable class + + +Summary description for [PivotTable](./). + +```cpp +class PivotTable +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddCalculatedField(const U16String\& name, const U16String\& formula, bool dragToDataArea)](./addcalculatedfield/) | Adds a calculated field to pivot field. | +| [AddCalculatedField(const char16_t* name, const char16_t* formula, bool dragToDataArea)](./addcalculatedfield/) | Adds a calculated field to pivot field. | +| [AddCalculatedField(const U16String\& name, const U16String\& formula)](./addcalculatedfield/) | Adds a calculated field to pivot field and drag it to data area. | +| [AddCalculatedField(const char16_t* name, const char16_t* formula)](./addcalculatedfield/) | Adds a calculated field to pivot field and drag it to data area. | +| [AddFieldToArea(PivotFieldType fieldType, const U16String\& fieldName)](./addfieldtoarea/) | Adds the field to the specific area. | +| [AddFieldToArea(PivotFieldType fieldType, const char16_t* fieldName)](./addfieldtoarea/) | Adds the field to the specific area. | +| [AddFieldToArea(PivotFieldType fieldType, int32_t baseFieldIndex)](./addfieldtoarea/) | Adds the field to the specific area. | +| [AddFieldToArea(PivotFieldType fieldType, const PivotField\& pivotField)](./addfieldtoarea/) | Adds the field to the specific area. | +| [CalculateData()](./calculatedata/) | Calculates data of pivottable to cells. | +| [CalculateData(const PivotTableCalculateOption\& option)](./calculatedata/) | Calculates pivot table with options. | +| [CalculateRange()](./calculaterange/) | Calculates pivottable's range. | +| [ChangeDataSource(const Vector \\& source)](./changedatasource/) | Change data source of the pivottable. | +| [ClearData()](./cleardata/) | Clear data and formatting of [PivotTable](./) view. | +| [CopyStyle(const PivotTable\& pivotTable)](./copystyle/) | Copies named style from another pivot table. | +| [Dispose()](./dispose/) | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | +| [Format(const PivotArea\& pivotArea, const Style\& style)](./format/) | Formats selected area of the [PivotTable](./). | +| [Format(const CellArea\& ca, const Style\& style)](./format/) | Formats selected area of the [PivotTable](./). | +| [Format(int32_t row, int32_t column, const Style\& style)](./format/) | Formats the cell in the pivottable area. | +| [FormatAll(const Style\& style)](./formatall/) | Format all the cell in the pivottable area. | +| [FormatRow(int32_t row, const Style\& style)](./formatrow/) | Format the row data in the pivottable area. | +| [GetAllowMultipleFiltersPerField()](./getallowmultiplefiltersperfield/) | Specifies a boolean value that indicates whether the fields of a [PivotTable](./) can have multiple filters set on them. | +| [GetAltTextDescription()](./getalttextdescription/) | Gets the description of the alt text. | +| [GetAltTextTitle()](./getalttexttitle/) | Gets and sets the title of the alter text. | +| [GetAutofitColumnWidthOnUpdate()](./getautofitcolumnwidthonupdate/) | Indicates whether autofitting column width on update. | +| [GetAutoFormatType()](./getautoformattype/) | Gets and sets the auto format type of [PivotTable](./). | +| [GetBaseFields()](./getbasefields/) | Returns all base pivot fields in the [PivotTable](./). | +| [GetButtonArea(PivotFieldType axisType)](./getbuttonarea/) | Gets the area contains field button. | +| [GetCellByDisplayName(const U16String\& displayName)](./getcellbydisplayname/) | Gets the [Cell](../../aspose.cells/cell/) object by the display name of [PivotField](../pivotfield/). | +| [GetCellByDisplayName(const char16_t* displayName)](./getcellbydisplayname/) | Gets the [Cell](../../aspose.cells/cell/) object by the display name of [PivotField](../pivotfield/). | +| [GetChildren()](./getchildren/) | Gets the Children [Pivot](../)[Tables](../../aspose.cells.tables/) which use this [PivotTable](./) data as data source. | +| [GetColumnFields()](./getcolumnfields/) | Returns a PivotFields object that are currently shown as column fields. | +| [GetColumnGrand()](./getcolumngrand/) | **(Deprecated)** Indicates whether the [PivotTable](./) report shows grand totals for columns. | +| [GetColumnHeaderCaption()](./getcolumnheadercaption/) | Gets and sets the custom Caption of the [Column](../../aspose.cells/column/) Header of the [PivotTable](./). | +| [GetColumnRange()](./getcolumnrange/) | Returns a [CellArea](../../aspose.cells/cellarea/) object that represents the range that contains the column area in the [PivotTable](./) report. Read-only. | +| [GetConditionalFormats()](./getconditionalformats/) | Gets the conditional formats of the pivot table. | +| [GetCustomListSort()](./getcustomlistsort/) | Indicates whether consider built-in custom list when sort data. | +| [GetDataBodyRange()](./getdatabodyrange/) | Returns a [CellArea](../../aspose.cells/cellarea/) object that represents the range that contains the data area in the list between the header row and the insert row. Read-only. | +| [GetDataField()](./getdatafield/) | **(Deprecated)** Gets a [PivotField](../pivotfield/) object that represents all the data fields in a [PivotTable](./). Read-only. It would only be created when there are two or more data fields in the Data region. Defaultly it is in row region. You can drag it to the row/column region with [PivotTable.AddFieldToArea()](./addfieldtoarea/) method . | +| [GetDataFieldHeaderName()](./getdatafieldheadername/) | Gets and sets the name of the value area field header in the [PivotTable](./). | +| [GetDataFields()](./getdatafields/) | Gets a [PivotField](../pivotfield/) object that represents all the data fields in a [PivotTable](./). Read-only.It would be init only when there are two or more data fields in the DataPiovtFiels. It only use to add DataPivotField to the [PivotTable](./) row/column area . Default is in row area. | +| [GetDataSource()](./getdatasource/) | Gets and sets the data source of the pivot table. | +| [GetDisplayErrorString()](./getdisplayerrorstring/) | Indicates whether the [PivotTable](./) report displays a custom string in cells that contain errors. | +| [GetDisplayImmediateItems()](./getdisplayimmediateitems/) | Indicates whether items in the row and column areas are visible when the data area of the [PivotTable](./) is empty. The default value is true. | +| [GetDisplayNullString()](./getdisplaynullstring/) | Indicates whether the [PivotTable](./) report displays a custom string if the value is null. | +| [GetEnableDataValueEditing()](./getenabledatavalueediting/) | Specifies a boolean value that indicates whether the user is allowed to edit the cells in the data area of the pivottable. Enable cell editing in the values area. | +| [GetEnableDrilldown()](./getenabledrilldown/) | Gets whether drilldown is enabled. | +| [GetEnableFieldDialog()](./getenablefielddialog/) | Indicates whether the [PivotTable](./) Field dialog box is available when the user double-clicks the [PivotTable](./) field. | +| [GetEnableFieldList()](./getenablefieldlist/) | Indicates whether the field list for the [PivotTable](./) is available on the view of Excel. | +| [GetEnableWizard()](./getenablewizard/) | Indicates whether the [PivotTable](./) Wizard is available. | +| [GetErrorString()](./geterrorstring/) | Gets the string displayed in cells that contain errors when the DisplayErrorString property is true.The default value is an empty string. | +| [GetExternalConnectionDataSource()](./getexternalconnectiondatasource/) | **(Deprecated)** Gets the external connection data source. | +| [GetFieldListSortAscending()](./getfieldlistsortascending/) | Indicates whether fields in the [PivotTable](./) are sorted in non-default order in the field list. | +| [GetFields(PivotFieldType fieldType)](./getfields/) | Gets the specific pivot field list by the region. | +| [GetFilterArea()](./getfilterarea/) | Gets the area of filter region. | +| [GetGrandTotalName()](./getgrandtotalname/) | Returns the label that is displayed in the grand total column or row heading. The default value is the string "Grand Total". | +| [GetHasBlankRows()](./gethasblankrows/) | Indicates whether to add blank rows. This property only applies for the [PivotTable](./) auto format types which needs to add blank rows. | +| [GetHorizontalPageBreaks()](./gethorizontalpagebreaks/) | Gets horizontal page breaks of this pivot table. | +| [GetIndent()](./getindent/) | Specifies the indentation increment for compact axis and can be used to set the Report Layout to Compact Form. | +| [GetItemPrintTitles()](./getitemprinttitles/) | **(Deprecated)** Indicates whether [PivotItem](../pivotitem/) names should be repeated at the top of each printed page. | +| [GetManualUpdate()](./getmanualupdate/) | Indicates whether the [PivotTable](./) report is recalculated only at the user's request. | +| [GetMergeLabels()](./getmergelabels/) | True if the specified [PivotTable](./) report's outer-row item, column item, subtotal, and grand total labels use merged cells. | +| [GetMissingItemsLimit()](./getmissingitemslimit/) | Specifies a boolean value that indicates whether the fields of a [PivotTable](./) can have multiple filters set on them. | +| [GetName()](./getname/) | Gets the name of the [PivotTable](./). | +| [GetNamesOfSourceDataConnections()](./getnamesofsourcedataconnections/) | Gets the names of external source data connections. | +| [GetNullString()](./getnullstring/) | Gets the string displayed in cells that contain null values when the DisplayNullString property is true.The default value is an empty string. | +| [GetPageFieldOrder()](./getpagefieldorder/) | Gets and sets the order in which page fields are added to the [PivotTable](./) report's layout. | +| [GetPageFields()](./getpagefields/) | Returns a PivotFields object that are currently shown as page fields. | +| [GetPageFieldWrapCount()](./getpagefieldwrapcount/) | Gets the number of page fields in each column or row in the [PivotTable](./) report. | +| [GetPivotFilters()](./getpivotfilters/) | Returns all filters of pivot fields in the pivot table. | +| [GetPivotFormatConditions()](./getpivotformatconditions/) | **(Deprecated)** Gets the Format Conditions of the pivot table. | +| [GetPivotFormats()](./getpivotformats/) | Gets all formats applied to [PivotTable](./). | +| [GetPivotTableStyle()](./getpivottablestyle/) | Gets TableStyle settings of this pivot table. | +| [GetPivotTableStyleName()](./getpivottablestylename/) | Gets and sets the pivottable style name. | +| [GetPivotTableStyleType()](./getpivottablestyletype/) | Gets and sets the built-in pivot table style. | +| [GetPreserveFormatting()](./getpreserveformatting/) | Indicates whether formatting is preserved when the [PivotTable](./) is refreshed or recalculated. | +| [GetPrintDrill()](./getprintdrill/) | Specifies a boolean value that indicates whether drill indicators should be printed. Print expand/collapse buttons when displayed on pivottable. | +| [GetPrintTitles()](./getprinttitles/) | Indicates whether the print titles for the worksheet are set based on the [PivotTable](./) report. The default value is false. | +| [GetRefreshDataFlag()](./getrefreshdataflag/) | **(Deprecated)** Indicates whether Refreshing Data or not. | +| [GetRefreshDataOnOpeningFile()](./getrefreshdataonopeningfile/) | Indicates whether Refresh Data when Opening File. | +| [GetRefreshDate()](./getrefreshdate/) | Gets the last date time when the [PivotTable](./) was refreshed. | +| [GetRefreshedByWho()](./getrefreshedbywho/) | Gets the name of the last user who refreshed this [PivotTable](./). | +| [GetRepeatItemsOnEachPrintedPage()](./getrepeatitemsoneachprintedpage/) | Indicates whether captions of pivot item on the row area are repeated on each printed page for pivot fields in tabular form. | +| [GetRowFields()](./getrowfields/) | Returns a PivotFields object that are currently shown as row fields. | +| [GetRowGrand()](./getrowgrand/) | **(Deprecated)** Indicates whether to show grand totals for rows of this pivot table. | +| [GetRowHeaderCaption()](./getrowheadercaption/) | Gets and sets custom caption of the [Row](../../aspose.cells/row/) Header in this [PivotTable](./). | +| [GetRowRange()](./getrowrange/) | Returns a [CellArea](../../aspose.cells/cellarea/) object that represents the range that contains the row area in the [PivotTable](./) report. Read-only. | +| [GetSaveData()](./getsavedata/) | Indicates whether data for the [PivotTable](./) report is saved with the workbook. | +| [GetShowColumnGrandTotals()](./getshowcolumngrandtotals/) | Indicates whether to show grand totals for columns of this pivot table. | +| [GetShowDataTips()](./getshowdatatips/) | Specifies a boolean value that indicates whether tooltips should be displayed for [PivotTable](./) data cells. | +| [GetShowDrill()](./getshowdrill/) | Gets and sets whether showing expand/collapse buttons. | +| [GetShowEmptyCol()](./getshowemptycol/) | Indicates whether to include empty columns in the table. | +| [GetShowEmptyRow()](./getshowemptyrow/) | Indicates whether to include empty rows in the table. | +| [GetShowMemberPropertyTips()](./getshowmemberpropertytips/) | Specifies a boolean value that indicates whether member property information should be omitted from [PivotTable](./) tooltips. | +| [GetShowPivotStyleColumnHeader()](./getshowpivotstylecolumnheader/) | Indicates whether the column header in the pivot table should have the style applied. | +| [GetShowPivotStyleColumnStripes()](./getshowpivotstylecolumnstripes/) | Indicates whether stripe formatting is applied for column. | +| [GetShowPivotStyleLastColumn()](./getshowpivotstylelastcolumn/) | Indicates whether the column formatting is applied. | +| [GetShowPivotStyleRowHeader()](./getshowpivotstylerowheader/) | Indicates whether the row header in the pivot table should have the style applied. | +| [GetShowPivotStyleRowStripes()](./getshowpivotstylerowstripes/) | Indicates whether row stripe formatting is applied. | +| [GetShowRowGrandTotals()](./getshowrowgrandtotals/) | Indicates whether to show grand totals for rows of the pivot table. | +| [GetShowRowHeaderCaption()](./getshowrowheadercaption/) | Indicates whether row header caption is shown in the [PivotTable](./) report Indicates whether Display field captions and filter drop downs. | +| [GetShowValuesRow()](./getshowvaluesrow/) | Indicates whether showing values row. | +| [GetSource()](./getsource/) | Get the data source of this pivottable. | +| [GetSource(bool isOriginal)](./getsource/) | Get the data source of this pivottable. | +| [GetSourceDataConnections()](./getsourcedataconnections/) | Gets the external connection data sources. | +| [GetSourceType()](./getsourcetype/) | Gets the data source type of the pivot table. | +| [GetSubtotalHiddenPageItems()](./getsubtotalhiddenpageitems/) | Indicates whether hidden page field items in the [PivotTable](./) report are included in row and column subtotals, block totals, and grand totals. The default value is False. | +| [GetTableRange1()](./gettablerange1/) | Returns a [CellArea](../../aspose.cells/cellarea/) object that represents the range containing the entire [PivotTable](./) report, but doesn't include page fields. Read-only. | +| [GetTableRange2()](./gettablerange2/) | Returns a [CellArea](../../aspose.cells/cellarea/) object that represents the range containing the entire [PivotTable](./) report, includes page fields. Read-only. | +| [GetTag()](./gettag/) | Gets and sets a user-defined string that is associated with this [PivotTable](./) view. | +| [GetTopRightArea()](./gettoprightarea/) | Represents the blank area at the top-right of the [PivotTable](./) (top-left for RTL sheets). | +| [GetValuesField()](./getvaluesfield/) | Gets a [PivotField](../pivotfield/) object that represents all the data fields in a [PivotTable](./). Read-only. It would only be created when there are two or more data fields in the Data region. Defaultly it is in row region. You can drag it to the row/column region with [PivotTable.AddFieldToArea()](./addfieldtoarea/) method . | +| [IsAutoFormat()](./isautoformat/) | Indicates whether the [PivotTable](./) report is automatically formatted. Checkbox "autoformat table " which is in pivottable option for Excel 2003. | +| [IsExcel2003Compatible()](./isexcel2003compatible/) | Specifies whether the [PivotTable](./) is compatible for Excel2003 when refreshing [PivotTable](./), if true, a string must be less than or equal to 255 characters, so if the string is greater than 255 characters, it will be truncated. if false, a string will not have the aforementioned restriction. The default value is true. | +| [IsGridDropZones()](./isgriddropzones/) | Indicates whether the [PivotTable](./) report displays classic pivottable layout. (enables dragging fields in the grid) | +| [IsMultipleFieldFilters()](./ismultiplefieldfilters/) | **(Deprecated)** Specifies a boolean value that indicates whether the fields of a [PivotTable](./) can have multiple filters set on them. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsSelected()](./isselected/) | Indicates whether this [PivotTable](./) is selected. | +| [Move(int32_t row, int32_t column)](./move/) | **(Deprecated)** Moves the [PivotTable](./) to a different location in the worksheet. | +| [Move(const U16String\& destCellName)](./move/) | **(Deprecated)** Moves the [PivotTable](./) to a different location in the worksheet. | +| [Move(const char16_t* destCellName)](./move/) | **(Deprecated)** Moves the [PivotTable](./) to a different location in the worksheet. | +| [MoveTo(int32_t row, int32_t column)](./moveto/) | Moves the [PivotTable](./) to a different location in the worksheet. | +| [MoveTo(const U16String\& destCellName)](./moveto/) | Moves the [PivotTable](./) to a different location in the worksheet. | +| [MoveTo(const char16_t* destCellName)](./moveto/) | Moves the [PivotTable](./) to a different location in the worksheet. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const PivotTable\& src)](./operator_asm/) | operator= | +| [PivotTable(PivotTable_Impl* impl)](./pivottable/) | Constructs from an implementation object. | +| [PivotTable(const PivotTable\& src)](./pivottable/) | Copy constructor. | +| [RefreshData()](./refreshdata/) | Refreshes pivottable's data and setting from it's data source. | +| [RefreshData(const PivotTableRefreshOption\& option)](./refreshdata/) | Refreshes pivottable's data and setting from it's data source with options. | +| [RemoveField(PivotFieldType fieldType, const U16String\& fieldName)](./removefield/) | Removes a field from specific field area. | +| [RemoveField(PivotFieldType fieldType, const char16_t* fieldName)](./removefield/) | Removes a field from specific field area. | +| [RemoveField(PivotFieldType fieldType, int32_t baseFieldIndex)](./removefield/) | Removes a field from specific field area. | +| [RemoveField(PivotFieldType fieldType, const PivotField\& pivotField)](./removefield/) | Remove field from specific field area. | +| [SelectArea(const CellArea\& ca)](./selectarea/) | Select an area of pivot table view. | +| [SetAllowMultipleFiltersPerField(bool value)](./setallowmultiplefiltersperfield/) | Specifies a boolean value that indicates whether the fields of a [PivotTable](./) can have multiple filters set on them. | +| [SetAltTextDescription(const U16String\& value)](./setalttextdescription/) | Gets the description of the alt text. | +| [SetAltTextDescription(const char16_t* value)](./setalttextdescription/) | Gets the description of the alt text. | +| [SetAltTextTitle(const U16String\& value)](./setalttexttitle/) | Gets and sets the title of the alter text. | +| [SetAltTextTitle(const char16_t* value)](./setalttexttitle/) | Gets and sets the title of the alter text. | +| [SetAutofitColumnWidthOnUpdate(bool value)](./setautofitcolumnwidthonupdate/) | Indicates whether autofitting column width on update. | +| [SetAutoFormatType(PivotTableAutoFormatType value)](./setautoformattype/) | Gets and sets the auto format type of [PivotTable](./). | +| [SetColumnGrand(bool value)](./setcolumngrand/) | **(Deprecated)** Indicates whether the [PivotTable](./) report shows grand totals for columns. | +| [SetColumnHeaderCaption(const U16String\& value)](./setcolumnheadercaption/) | Gets and sets the custom Caption of the [Column](../../aspose.cells/column/) Header of the [PivotTable](./). | +| [SetColumnHeaderCaption(const char16_t* value)](./setcolumnheadercaption/) | Gets and sets the custom Caption of the [Column](../../aspose.cells/column/) Header of the [PivotTable](./). | +| [SetCustomListSort(bool value)](./setcustomlistsort/) | Indicates whether consider built-in custom list when sort data. | +| [SetDataFieldHeaderName(const U16String\& value)](./setdatafieldheadername/) | Gets and sets the name of the value area field header in the [PivotTable](./). | +| [SetDataFieldHeaderName(const char16_t* value)](./setdatafieldheadername/) | Gets and sets the name of the value area field header in the [PivotTable](./). | +| [SetDataSource(const Vector \\& value)](./setdatasource/) | Gets and sets the data source of the pivot table. | +| [SetDisplayErrorString(bool value)](./setdisplayerrorstring/) | Indicates whether the [PivotTable](./) report displays a custom string in cells that contain errors. | +| [SetDisplayImmediateItems(bool value)](./setdisplayimmediateitems/) | Indicates whether items in the row and column areas are visible when the data area of the [PivotTable](./) is empty. The default value is true. | +| [SetDisplayNullString(bool value)](./setdisplaynullstring/) | Indicates whether the [PivotTable](./) report displays a custom string if the value is null. | +| [SetEnableDataValueEditing(bool value)](./setenabledatavalueediting/) | Specifies a boolean value that indicates whether the user is allowed to edit the cells in the data area of the pivottable. Enable cell editing in the values area. | +| [SetEnableDrilldown(bool value)](./setenabledrilldown/) | Gets whether drilldown is enabled. | +| [SetEnableFieldDialog(bool value)](./setenablefielddialog/) | Indicates whether the [PivotTable](./) Field dialog box is available when the user double-clicks the [PivotTable](./) field. | +| [SetEnableFieldList(bool value)](./setenablefieldlist/) | Indicates whether the field list for the [PivotTable](./) is available on the view of Excel. | +| [SetEnableWizard(bool value)](./setenablewizard/) | Indicates whether the [PivotTable](./) Wizard is available. | +| [SetErrorString(const U16String\& value)](./seterrorstring/) | Gets the string displayed in cells that contain errors when the DisplayErrorString property is true.The default value is an empty string. | +| [SetErrorString(const char16_t* value)](./seterrorstring/) | Gets the string displayed in cells that contain errors when the DisplayErrorString property is true.The default value is an empty string. | +| [SetFieldListSortAscending(bool value)](./setfieldlistsortascending/) | Indicates whether fields in the [PivotTable](./) are sorted in non-default order in the field list. | +| [SetGrandTotalName(const U16String\& value)](./setgrandtotalname/) | Returns the label that is displayed in the grand total column or row heading. The default value is the string "Grand Total". | +| [SetGrandTotalName(const char16_t* value)](./setgrandtotalname/) | Returns the label that is displayed in the grand total column or row heading. The default value is the string "Grand Total". | +| [SetHasBlankRows(bool value)](./sethasblankrows/) | Indicates whether to add blank rows. This property only applies for the [PivotTable](./) auto format types which needs to add blank rows. | +| [SetIndent(int32_t value)](./setindent/) | Specifies the indentation increment for compact axis and can be used to set the Report Layout to Compact Form. | +| [SetIsAutoFormat(bool value)](./setisautoformat/) | Indicates whether the [PivotTable](./) report is automatically formatted. Checkbox "autoformat table " which is in pivottable option for Excel 2003. | +| [SetIsExcel2003Compatible(bool value)](./setisexcel2003compatible/) | Specifies whether the [PivotTable](./) is compatible for Excel2003 when refreshing [PivotTable](./), if true, a string must be less than or equal to 255 characters, so if the string is greater than 255 characters, it will be truncated. if false, a string will not have the aforementioned restriction. The default value is true. | +| [SetIsGridDropZones(bool value)](./setisgriddropzones/) | Indicates whether the [PivotTable](./) report displays classic pivottable layout. (enables dragging fields in the grid) | +| [SetIsMultipleFieldFilters(bool value)](./setismultiplefieldfilters/) | **(Deprecated)** Specifies a boolean value that indicates whether the fields of a [PivotTable](./) can have multiple filters set on them. | +| [SetIsSelected(bool value)](./setisselected/) | Indicates whether this [PivotTable](./) is selected. | +| [SetItemPrintTitles(bool value)](./setitemprinttitles/) | **(Deprecated)** Indicates whether [PivotItem](../pivotitem/) names should be repeated at the top of each printed page. | +| [SetManualUpdate(bool value)](./setmanualupdate/) | Indicates whether the [PivotTable](./) report is recalculated only at the user's request. | +| [SetMergeLabels(bool value)](./setmergelabels/) | True if the specified [PivotTable](./) report's outer-row item, column item, subtotal, and grand total labels use merged cells. | +| [SetMissingItemsLimit(PivotMissingItemLimitType value)](./setmissingitemslimit/) | Specifies a boolean value that indicates whether the fields of a [PivotTable](./) can have multiple filters set on them. | +| [SetName(const U16String\& value)](./setname/) | Gets the name of the [PivotTable](./). | +| [SetName(const char16_t* value)](./setname/) | Gets the name of the [PivotTable](./). | +| [SetNullString(const U16String\& value)](./setnullstring/) | Gets the string displayed in cells that contain null values when the DisplayNullString property is true.The default value is an empty string. | +| [SetNullString(const char16_t* value)](./setnullstring/) | Gets the string displayed in cells that contain null values when the DisplayNullString property is true.The default value is an empty string. | +| [SetPageFieldOrder(PrintOrderType value)](./setpagefieldorder/) | Gets and sets the order in which page fields are added to the [PivotTable](./) report's layout. | +| [SetPageFieldWrapCount(int32_t value)](./setpagefieldwrapcount/) | Gets the number of page fields in each column or row in the [PivotTable](./) report. | +| [SetPivotTableStyle(const TableStyle\& value)](./setpivottablestyle/) | Gets TableStyle settings of this pivot table. | +| [SetPivotTableStyleName(const U16String\& value)](./setpivottablestylename/) | Gets and sets the pivottable style name. | +| [SetPivotTableStyleName(const char16_t* value)](./setpivottablestylename/) | Gets and sets the pivottable style name. | +| [SetPivotTableStyleType(PivotTableStyleType value)](./setpivottablestyletype/) | Gets and sets the built-in pivot table style. | +| [SetPreserveFormatting(bool value)](./setpreserveformatting/) | Indicates whether formatting is preserved when the [PivotTable](./) is refreshed or recalculated. | +| [SetPrintDrill(bool value)](./setprintdrill/) | Specifies a boolean value that indicates whether drill indicators should be printed. Print expand/collapse buttons when displayed on pivottable. | +| [SetPrintTitles(bool value)](./setprinttitles/) | Indicates whether the print titles for the worksheet are set based on the [PivotTable](./) report. The default value is false. | +| [SetRefreshDataFlag(bool value)](./setrefreshdataflag/) | **(Deprecated)** Indicates whether Refreshing Data or not. | +| [SetRefreshDataOnOpeningFile(bool value)](./setrefreshdataonopeningfile/) | Indicates whether Refresh Data when Opening File. | +| [SetRepeatItemsOnEachPrintedPage(bool value)](./setrepeatitemsoneachprintedpage/) | Indicates whether captions of pivot item on the row area are repeated on each printed page for pivot fields in tabular form. | +| [SetRowGrand(bool value)](./setrowgrand/) | **(Deprecated)** Indicates whether to show grand totals for rows of this pivot table. | +| [SetRowHeaderCaption(const U16String\& value)](./setrowheadercaption/) | Gets and sets custom caption of the [Row](../../aspose.cells/row/) Header in this [PivotTable](./). | +| [SetRowHeaderCaption(const char16_t* value)](./setrowheadercaption/) | Gets and sets custom caption of the [Row](../../aspose.cells/row/) Header in this [PivotTable](./). | +| [SetSaveData(bool value)](./setsavedata/) | Indicates whether data for the [PivotTable](./) report is saved with the workbook. | +| [SetShowColumnGrandTotals(bool value)](./setshowcolumngrandtotals/) | Indicates whether to show grand totals for columns of this pivot table. | +| [SetShowDataTips(bool value)](./setshowdatatips/) | Specifies a boolean value that indicates whether tooltips should be displayed for [PivotTable](./) data cells. | +| [SetShowDrill(bool value)](./setshowdrill/) | Gets and sets whether showing expand/collapse buttons. | +| [SetShowEmptyCol(bool value)](./setshowemptycol/) | Indicates whether to include empty columns in the table. | +| [SetShowEmptyRow(bool value)](./setshowemptyrow/) | Indicates whether to include empty rows in the table. | +| [SetShowMemberPropertyTips(bool value)](./setshowmemberpropertytips/) | Specifies a boolean value that indicates whether member property information should be omitted from [PivotTable](./) tooltips. | +| [SetShowPivotStyleColumnHeader(bool value)](./setshowpivotstylecolumnheader/) | Indicates whether the column header in the pivot table should have the style applied. | +| [SetShowPivotStyleColumnStripes(bool value)](./setshowpivotstylecolumnstripes/) | Indicates whether stripe formatting is applied for column. | +| [SetShowPivotStyleLastColumn(bool value)](./setshowpivotstylelastcolumn/) | Indicates whether the column formatting is applied. | +| [SetShowPivotStyleRowHeader(bool value)](./setshowpivotstylerowheader/) | Indicates whether the row header in the pivot table should have the style applied. | +| [SetShowPivotStyleRowStripes(bool value)](./setshowpivotstylerowstripes/) | Indicates whether row stripe formatting is applied. | +| [SetShowRowGrandTotals(bool value)](./setshowrowgrandtotals/) | Indicates whether to show grand totals for rows of the pivot table. | +| [SetShowRowHeaderCaption(bool value)](./setshowrowheadercaption/) | Indicates whether row header caption is shown in the [PivotTable](./) report Indicates whether Display field captions and filter drop downs. | +| [SetShowValuesRow(bool value)](./setshowvaluesrow/) | Indicates whether showing values row. | +| [SetSubtotalHiddenPageItems(bool value)](./setsubtotalhiddenpageitems/) | Indicates whether hidden page field items in the [PivotTable](./) report are included in row and column subtotals, block totals, and grand totals. The default value is False. | +| [SetTag(const U16String\& value)](./settag/) | Gets and sets a user-defined string that is associated with this [PivotTable](./) view. | +| [SetTag(const char16_t* value)](./settag/) | Gets and sets a user-defined string that is associated with this [PivotTable](./) view. | +| [ShowDetail(int32_t rowOffset, int32_t columnOffset, bool newSheet, int32_t destRow, int32_t destColumn)](./showdetail/) | Show the detail of one item in the data region to a new Table. | +| [ShowInCompactForm()](./showincompactform/) | Layouts the [PivotTable](./) view in compact form. | +| [ShowInOutlineForm()](./showinoutlineform/) | Layouts the [PivotTable](./) in outline form. | +| [ShowInTabularForm()](./showintabularform/) | Layouts the [PivotTable](./) in tabular form. | +| [ShowReportFilterPage(const PivotField\& pageField)](./showreportfilterpage/) | Show all the report filter pages according to [PivotField](../pivotfield/), the [PivotField](../pivotfield/) must be located in the PageFields. | +| [ShowReportFilterPageByIndex(int32_t posIndex)](./showreportfilterpagebyindex/) | Show all the report filter pages according to the position index in the PageFields. | +| [ShowReportFilterPageByName(const U16String\& fieldName)](./showreportfilterpagebyname/) | Show all the report filter pages according to [PivotField](../pivotfield/)'s name, the [PivotField](../pivotfield/) must be located in the PageFields. | +| [ShowReportFilterPageByName(const char16_t* fieldName)](./showreportfilterpagebyname/) | Show all the report filter pages according to [PivotField](../pivotfield/)'s name, the [PivotField](../pivotfield/) must be located in the PageFields. | +| [~PivotTable()](./~pivottable/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook book; +Worksheet sheet = book.GetWorksheets().Get(0); +Cells cells = sheet.GetCells(); +cells.Get(0, 0).PutValue(u"fruit"); +cells.Get(1, 0).PutValue(u"grape"); +cells.Get(2, 0).PutValue(u"blueberry"); +cells.Get(3, 0).PutValue(u"kiwi"); +cells.Get(4, 0).PutValue(u"cherry"); +cells.Get(5, 0).PutValue(u"grape"); +cells.Get(6, 0).PutValue(u"blueberry"); +cells.Get(7, 0).PutValue(u"kiwi"); +cells.Get(8, 0).PutValue(u"cherry"); + +cells.Get(0, 1).PutValue(u"year"); +cells.Get(1, 1).PutValue(2020); +cells.Get(2, 1).PutValue(2020); +cells.Get(3, 1).PutValue(2020); +cells.Get(4, 1).PutValue(2020); +cells.Get(5, 1).PutValue(2021); +cells.Get(6, 1).PutValue(2021); +cells.Get(7, 1).PutValue(2021); +cells.Get(8, 1).PutValue(2021); + +cells.Get(0, 2).PutValue(u"amount"); +cells.Get(1, 2).PutValue(50); +cells.Get(2, 2).PutValue(60); +cells.Get(3, 2).PutValue(70); +cells.Get(4, 2).PutValue(80); +cells.Get(5, 2).PutValue(90); +cells.Get(6, 2).PutValue(100); +cells.Get(7, 2).PutValue(110); +cells.Get(8, 2).PutValue(120); + +PivotTableCollection pivots = sheet.GetPivotTables(); + +int pivotIndex = pivots.Add(u"=Sheet1!A1:C9", u"A12", u"TestPivotTable"); +PivotTable pivot = pivots.Get(pivotIndex); +pivot.AddFieldToArea(PivotFieldType::Row, u"fruit"); +pivot.AddFieldToArea(PivotFieldType::Column, u"year"); +pivot.AddFieldToArea(PivotFieldType::Data, u"amount"); + +pivot.SetPivotTableStyleType(PivotTableStyleType::PivotTableStyleMedium10); + +//Cambiar los atributos de PivotField +PivotField rowField = pivot.GetRowFields().Get(0); +rowField.SetDisplayName(u"custom display name"); + +//Agregar PivotFilter +int index = pivot.GetPivotFilters().Add(0, PivotFilterType::Count); +PivotFilter filter = pivot.GetPivotFilters().Get(index); +filter.GetAutoFilter().FilterTop10(0, false, false, 2); + +//Agregar PivotFormatCondition +int formatIndex = pivot.GetPivotFormatConditions().Add(); +PivotFormatCondition pfc = pivot.GetPivotFormatConditions().Get(formatIndex); +FormatConditionCollection fcc = pfc.GetFormatConditions(); +fcc.AddArea(pivot.GetDataBodyRange()); +int idx = fcc.AddCondition(FormatConditionType::CellValue); +FormatCondition fc = fcc.Get(idx); +fc.SetFormula1(u"100"); +fc.SetOperator(OperatorType::GreaterOrEqual); +fc.GetStyle().SetBackgroundColor(Color{ 0xff, 0xff, 0, 0 });//Red + +PivotTableCalculateOption calculateOption; +calculateOption.SetRefreshData(true); +calculateOption.SetRefreshCharts(true); +pivot.CalculateData(calculateOption); + + +book.Save("out.xlsx"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::Pivot](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/addcalculatedfield/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/addcalculatedfield/_index.md new file mode 100644 index 00000000000..cb2cd0da114 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/addcalculatedfield/_index.md @@ -0,0 +1,97 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::AddCalculatedField method +linktitle: AddCalculatedField +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::AddCalculatedField method. Adds a calculated field to pivot field in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.pivot/pivottable/addcalculatedfield/ +--- +## PivotTable::AddCalculatedField(const U16String\&, const U16String\&, bool) method + + +Adds a calculated field to pivot field. + +```cpp +void Aspose::Cells::Pivot::PivotTable::AddCalculatedField(const U16String &name, const U16String &formula, bool dragToDataArea) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const U16String\& | The name of the calculated field | +| formula | const U16String\& | The formula of the calculated field. | +| dragToDataArea | bool | True,drag this field to data area immediately | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTable::AddCalculatedField(const char16_t*, const char16_t*, bool) method + + +Adds a calculated field to pivot field. + +```cpp +void Aspose::Cells::Pivot::PivotTable::AddCalculatedField(const char16_t *name, const char16_t *formula, bool dragToDataArea) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const char16_t* | The name of the calculated field | +| formula | const char16_t* | The formula of the calculated field. | +| dragToDataArea | bool | True,drag this field to data area immediately | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTable::AddCalculatedField(const U16String\&, const U16String\&) method + + +Adds a calculated field to pivot field and drag it to data area. + +```cpp +void Aspose::Cells::Pivot::PivotTable::AddCalculatedField(const U16String &name, const U16String &formula) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const U16String\& | The name of the calculated field | +| formula | const U16String\& | The formula of the calculated field. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTable::AddCalculatedField(const char16_t*, const char16_t*) method + + +Adds a calculated field to pivot field and drag it to data area. + +```cpp +void Aspose::Cells::Pivot::PivotTable::AddCalculatedField(const char16_t *name, const char16_t *formula) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const char16_t* | The name of the calculated field | +| formula | const char16_t* | The formula of the calculated field. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/addfieldtoarea/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/addfieldtoarea/_index.md new file mode 100644 index 00000000000..33e923ca7b8 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/addfieldtoarea/_index.md @@ -0,0 +1,127 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::AddFieldToArea method +linktitle: AddFieldToArea +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::AddFieldToArea method. Adds the field to the specific area in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.pivot/pivottable/addfieldtoarea/ +--- +## PivotTable::AddFieldToArea(PivotFieldType, const U16String\&) method + + +Adds the field to the specific area. + +```cpp +int32_t Aspose::Cells::Pivot::PivotTable::AddFieldToArea(PivotFieldType fieldType, const U16String &fieldName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fieldType | PivotFieldType | The fields area type. | +| fieldName | const U16String\& | The name in the base fields. | + +## ReturnValue + +The field position in the specific fields.If there is no field named as it, return -1. +## Remarks + + + +AddFieldToArea(PivotFieldType,PivotField) +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PivotFieldType](../../pivotfieldtype/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTable::AddFieldToArea(PivotFieldType, const char16_t*) method + + +Adds the field to the specific area. + +```cpp +int32_t Aspose::Cells::Pivot::PivotTable::AddFieldToArea(PivotFieldType fieldType, const char16_t *fieldName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fieldType | PivotFieldType | The fields area type. | +| fieldName | const char16_t* | The name in the base fields. | + +## ReturnValue + +The field position in the specific fields.If there is no field named as it, return -1. +## Remarks + + + +AddFieldToArea(PivotFieldType,PivotField) +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PivotFieldType](../../pivotfieldtype/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTable::AddFieldToArea(PivotFieldType, int32_t) method + + +Adds the field to the specific area. + +```cpp +int32_t Aspose::Cells::Pivot::PivotTable::AddFieldToArea(PivotFieldType fieldType, int32_t baseFieldIndex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fieldType | PivotFieldType | The fields area type. | +| baseFieldIndex | int32_t | The field index in the base fields. | + +## ReturnValue + +The field position in the specific fields. +## Remarks + + + +AddFieldToArea(PivotFieldType,PivotField) +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PivotFieldType](../../pivotfieldtype/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTable::AddFieldToArea(PivotFieldType, const PivotField\&) method + + +Adds the field to the specific area. + +```cpp +int32_t Aspose::Cells::Pivot::PivotTable::AddFieldToArea(PivotFieldType fieldType, const PivotField &pivotField) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fieldType | PivotFieldType | the fields area type. | +| pivotField | const PivotField\& | the field in the base fields. | + +## ReturnValue + +the field position in the specific fields. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PivotFieldType](../../pivotfieldtype/) +* Class [PivotField](../../pivotfield/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/calculatedata/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/calculatedata/_index.md new file mode 100644 index 00000000000..1f30418b15a --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/calculatedata/_index.md @@ -0,0 +1,53 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::CalculateData method +linktitle: CalculateData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::CalculateData method. Calculates data of pivottable to cells in C++.' +type: docs +weight: 14700 +url: /es/cpp/aspose.cells.pivot/pivottable/calculatedata/ +--- +## PivotTable::CalculateData() method + + +Calculates data of pivottable to cells. + +```cpp +void Aspose::Cells::Pivot::PivotTable::CalculateData() +``` + +## Remarks + + +Cell.Value in the pivot range could not return the correct result if the method is not been called. This method calculates data with an inner pivot cache,not original data source. So if the data source is changed, please call [RefreshData()](../refreshdata/) method first. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTable::CalculateData(const PivotTableCalculateOption\&) method + + +Calculates pivot table with options. + +```cpp +void Aspose::Cells::Pivot::PivotTable::CalculateData(const PivotTableCalculateOption &option) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| option | const PivotTableCalculateOption\& | The options for calculating the pivot table | +## Remarks + + + +If PivotTableCalculateOption.RefreshData is true, this method will refresh pivot cache from data source,then calculate all pivot tables based same pivot cache. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTableCalculateOption](../../pivottablecalculateoption/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/calculaterange/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/calculaterange/_index.md new file mode 100644 index 00000000000..c49ef2c61bd --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/calculaterange/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::CalculateRange method +linktitle: CalculateRange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::CalculateRange method. Calculates pivottable''s range in C++.' +type: docs +weight: 14800 +url: /es/cpp/aspose.cells.pivot/pivottable/calculaterange/ +--- +## PivotTable::CalculateRange method + + +Calculates pivottable's range. + +```cpp +void Aspose::Cells::Pivot::PivotTable::CalculateRange() +``` + +## Remarks + + +If this method is not been called,maybe the pivottable range is not corrected. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/changedatasource/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/changedatasource/_index.md new file mode 100644 index 00000000000..8579452ebfe --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/changedatasource/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::ChangeDataSource method +linktitle: ChangeDataSource +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::ChangeDataSource method. Change data source of the pivottable in C++.' +type: docs +weight: 14400 +url: /es/cpp/aspose.cells.pivot/pivottable/changedatasource/ +--- +## PivotTable::ChangeDataSource method + + +Change data source of the pivottable. + +```cpp +void Aspose::Cells::Pivot::PivotTable::ChangeDataSource(const Vector &source) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/cleardata/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/cleardata/_index.md new file mode 100644 index 00000000000..fbebfea4fb2 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/cleardata/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::ClearData method +linktitle: ClearData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::ClearData method. Clear data and formatting of PivotTable view in C++.' +type: docs +weight: 14800 +url: /es/cpp/aspose.cells.pivot/pivottable/cleardata/ +--- +## PivotTable::ClearData method + + +Clear data and formatting of [PivotTable](../) view. + +```cpp +void Aspose::Cells::Pivot::PivotTable::ClearData() +``` + +## Remarks + + +If this method is not called before you add or delete [PivotField](../../pivotfield/), Maybe the [PivotTable](../) data is not corrected +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/copystyle/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/copystyle/_index.md new file mode 100644 index 00000000000..e6e49429a03 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/copystyle/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::CopyStyle method +linktitle: CopyStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::CopyStyle method. Copies named style from another pivot table in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.pivot/pivottable/copystyle/ +--- +## PivotTable::CopyStyle method + + +Copies named style from another pivot table. + +```cpp +void Aspose::Cells::Pivot::PivotTable::CopyStyle(const PivotTable &pivotTable) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pivotTable | const PivotTable\& | Source pivot table. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/dispose/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/dispose/_index.md new file mode 100644 index 00000000000..120cdafcf84 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/dispose/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::Dispose method +linktitle: Dispose +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::Dispose method. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.pivot/pivottable/dispose/ +--- +## PivotTable::Dispose method + + +Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. + +```cpp +void Aspose::Cells::Pivot::PivotTable::Dispose() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/format/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/format/_index.md new file mode 100644 index 00000000000..85722e35643 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/format/_index.md @@ -0,0 +1,78 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::Format method +linktitle: Format +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::Format method. Formats selected area of the PivotTable in C++.' +type: docs +weight: 15200 +url: /es/cpp/aspose.cells.pivot/pivottable/format/ +--- +## PivotTable::Format(const PivotArea\&, const Style\&) method + + +Formats selected area of the [PivotTable](../). + +```cpp +void Aspose::Cells::Pivot::PivotTable::Format(const PivotArea &pivotArea, const Style &style) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pivotArea | const PivotArea\& | The selected pivot view area. | +| style | const Style\& | The formatted setting. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotArea](../../pivotarea/) +* Class [Style](../../../aspose.cells/style/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTable::Format(const CellArea\&, const Style\&) method + + +Formats selected area of the [PivotTable](../). + +```cpp +void Aspose::Cells::Pivot::PivotTable::Format(const CellArea &ca, const Style &style) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| ca | const CellArea\& | The range of the cells. | +| style | const Style\& | The style | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CellArea](../../../aspose.cells/cellarea/) +* Class [Style](../../../aspose.cells/style/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTable::Format(int32_t, int32_t, const Style\&) method + + +Formats the cell in the pivottable area. + +```cpp +void Aspose::Cells::Pivot::PivotTable::Format(int32_t row, int32_t column, const Style &style) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | [Row](../../../aspose.cells/row/) Index of the cell | +| column | int32_t | [Column](../../../aspose.cells/column/) index of the cell | +| style | const Style\& | [Style](../../../aspose.cells/style/) which is to format the cell | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Style](../../../aspose.cells/style/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/formatall/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/formatall/_index.md new file mode 100644 index 00000000000..e5c6d501367 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/formatall/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::FormatAll method +linktitle: FormatAll +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::FormatAll method. Format all the cell in the pivottable area in C++.' +type: docs +weight: 14900 +url: /es/cpp/aspose.cells.pivot/pivottable/formatall/ +--- +## PivotTable::FormatAll method + + +Format all the cell in the pivottable area. + +```cpp +void Aspose::Cells::Pivot::PivotTable::FormatAll(const Style &style) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| style | const Style\& | [Style](../../../aspose.cells/style/) which is to format | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Style](../../../aspose.cells/style/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/formatrow/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/formatrow/_index.md new file mode 100644 index 00000000000..36c006083ed --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/formatrow/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::FormatRow method +linktitle: FormatRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::FormatRow method. Format the row data in the pivottable area in C++.' +type: docs +weight: 15000 +url: /es/cpp/aspose.cells.pivot/pivottable/formatrow/ +--- +## PivotTable::FormatRow method + + +Format the row data in the pivottable area. + +```cpp +void Aspose::Cells::Pivot::PivotTable::FormatRow(int32_t row, const Style &style) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | [Row](../../../aspose.cells/row/) Index of the [Row](../../../aspose.cells/row/) object | +| style | const Style\& | [Style](../../../aspose.cells/style/) which is to format | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Style](../../../aspose.cells/style/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getallowmultiplefiltersperfield/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getallowmultiplefiltersperfield/_index.md new file mode 100644 index 00000000000..0d017eaa2c7 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getallowmultiplefiltersperfield/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetAllowMultipleFiltersPerField method +linktitle: GetAllowMultipleFiltersPerField +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetAllowMultipleFiltersPerField method. Specifies a boolean value that indicates whether the fields of a PivotTable can have multiple filters set on them in C++.' +type: docs +weight: 8700 +url: /es/cpp/aspose.cells.pivot/pivottable/getallowmultiplefiltersperfield/ +--- +## PivotTable::GetAllowMultipleFiltersPerField method + + +Specifies a boolean value that indicates whether the fields of a [PivotTable](../) can have multiple filters set on them. + +```cpp +bool Aspose::Cells::Pivot::PivotTable::GetAllowMultipleFiltersPerField() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getalttextdescription/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getalttextdescription/_index.md new file mode 100644 index 00000000000..6e8fb06a810 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getalttextdescription/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetAltTextDescription method +linktitle: GetAltTextDescription +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetAltTextDescription method. Gets the description of the alt text in C++.' +type: docs +weight: 10900 +url: /es/cpp/aspose.cells.pivot/pivottable/getalttextdescription/ +--- +## PivotTable::GetAltTextDescription method + + +Gets the description of the alt text. + +```cpp +U16String Aspose::Cells::Pivot::PivotTable::GetAltTextDescription() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getalttexttitle/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getalttexttitle/_index.md new file mode 100644 index 00000000000..84e80edad0e --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getalttexttitle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetAltTextTitle method +linktitle: GetAltTextTitle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetAltTextTitle method. Gets and sets the title of the alter text in C++.' +type: docs +weight: 10700 +url: /es/cpp/aspose.cells.pivot/pivottable/getalttexttitle/ +--- +## PivotTable::GetAltTextTitle method + + +Gets and sets the title of the alter text. + +```cpp +U16String Aspose::Cells::Pivot::PivotTable::GetAltTextTitle() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getautofitcolumnwidthonupdate/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getautofitcolumnwidthonupdate/_index.md new file mode 100644 index 00000000000..1c5d1cecace --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getautofitcolumnwidthonupdate/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetAutofitColumnWidthOnUpdate method +linktitle: GetAutofitColumnWidthOnUpdate +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetAutofitColumnWidthOnUpdate method. Indicates whether autofitting column width on update in C++.' +type: docs +weight: 5900 +url: /es/cpp/aspose.cells.pivot/pivottable/getautofitcolumnwidthonupdate/ +--- +## PivotTable::GetAutofitColumnWidthOnUpdate method + + +Indicates whether autofitting column width on update. + +```cpp +bool Aspose::Cells::Pivot::PivotTable::GetAutofitColumnWidthOnUpdate() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getautoformattype/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getautoformattype/_index.md new file mode 100644 index 00000000000..33fdc65d42d --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getautoformattype/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetAutoFormatType method +linktitle: GetAutoFormatType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetAutoFormatType method. Gets and sets the auto format type of PivotTable in C++.' +type: docs +weight: 6100 +url: /es/cpp/aspose.cells.pivot/pivottable/getautoformattype/ +--- +## PivotTable::GetAutoFormatType method + + +Gets and sets the auto format type of [PivotTable](../). + +```cpp +PivotTableAutoFormatType Aspose::Cells::Pivot::PivotTable::GetAutoFormatType() +``` + +## Remarks + + +[PivotTableAutoFormatType](../../pivottableautoformattype/) +## See Also + +* Enum [PivotTableAutoFormatType](../../pivottableautoformattype/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getbasefields/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getbasefields/_index.md new file mode 100644 index 00000000000..b3440b4b7c1 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getbasefields/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetBaseFields method +linktitle: GetBaseFields +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetBaseFields method. Returns all base pivot fields in the PivotTable in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells.pivot/pivottable/getbasefields/ +--- +## PivotTable::GetBaseFields method + + +Returns all base pivot fields in the [PivotTable](../). + +```cpp +PivotFieldCollection Aspose::Cells::Pivot::PivotTable::GetBaseFields() +``` + +## See Also + +* Class [PivotFieldCollection](../../pivotfieldcollection/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getbuttonarea/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getbuttonarea/_index.md new file mode 100644 index 00000000000..28700c2ea21 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getbuttonarea/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetButtonArea method +linktitle: GetButtonArea +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetButtonArea method. Gets the area contains field button in C++.' +type: docs +weight: 3300 +url: /es/cpp/aspose.cells.pivot/pivottable/getbuttonarea/ +--- +## PivotTable::GetButtonArea method + + +Gets the area contains field button. + +```cpp +CellArea Aspose::Cells::Pivot::PivotTable::GetButtonArea(PivotFieldType axisType) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| axisType | PivotFieldType | The region type. | + +## ReturnValue + + + +## See Also + +* Class [CellArea](../../../aspose.cells/cellarea/) +* Enum [PivotFieldType](../../pivotfieldtype/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getcellbydisplayname/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getcellbydisplayname/_index.md new file mode 100644 index 00000000000..a33b3721950 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getcellbydisplayname/_index.md @@ -0,0 +1,60 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetCellByDisplayName method +linktitle: GetCellByDisplayName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetCellByDisplayName method. Gets the Cell object by the display name of PivotField in C++.' +type: docs +weight: 17900 +url: /es/cpp/aspose.cells.pivot/pivottable/getcellbydisplayname/ +--- +## PivotTable::GetCellByDisplayName(const U16String\&) method + + +Gets the [Cell](../../../aspose.cells/cell/) object by the display name of [PivotField](../../pivotfield/). + +```cpp +Cell Aspose::Cells::Pivot::PivotTable::GetCellByDisplayName(const U16String &displayName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| displayName | const U16String\& | the DisplayName of [PivotField](../../pivotfield/) | + +## ReturnValue + +the [Cell](../../../aspose.cells/cell/) object + +## See Also + +* Class [Cell](../../../aspose.cells/cell/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTable::GetCellByDisplayName(const char16_t*) method + + +Gets the [Cell](../../../aspose.cells/cell/) object by the display name of [PivotField](../../pivotfield/). + +```cpp +Cell Aspose::Cells::Pivot::PivotTable::GetCellByDisplayName(const char16_t *displayName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| displayName | const char16_t* | the DisplayName of [PivotField](../../pivotfield/) | + +## ReturnValue + +the [Cell](../../../aspose.cells/cell/) object + +## See Also + +* Class [Cell](../../../aspose.cells/cell/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getchildren/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getchildren/_index.md new file mode 100644 index 00000000000..110e59b286c --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getchildren/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetChildren method +linktitle: GetChildren +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetChildren method. Gets the Children PivotTables which use this PivotTable data as data source in C++.' +type: docs +weight: 18000 +url: /es/cpp/aspose.cells.pivot/pivottable/getchildren/ +--- +## PivotTable::GetChildren method + + +Gets the Children [Pivot](../../)[Tables](../../../aspose.cells.tables/) which use this [PivotTable](../) data as data source. + +```cpp +Vector Aspose::Cells::Pivot::PivotTable::GetChildren() +``` + + +## ReturnValue + +the [PivotTable](../) array object + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getcolumnfields/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getcolumnfields/_index.md new file mode 100644 index 00000000000..749db7eb7c9 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getcolumnfields/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetColumnFields method +linktitle: GetColumnFields +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetColumnFields method. Returns a PivotFields object that are currently shown as column fields in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.pivot/pivottable/getcolumnfields/ +--- +## PivotTable::GetColumnFields method + + +Returns a PivotFields object that are currently shown as column fields. + +```cpp +PivotFieldCollection Aspose::Cells::Pivot::PivotTable::GetColumnFields() +``` + +## See Also + +* Class [PivotFieldCollection](../../pivotfieldcollection/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getcolumngrand/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getcolumngrand/_index.md new file mode 100644 index 00000000000..a82bca4685a --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getcolumngrand/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetColumnGrand method +linktitle: GetColumnGrand +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetColumnGrand method. Indicates whether the PivotTable report shows grand totals for columns in C++.' +type: docs +weight: 4300 +url: /es/cpp/aspose.cells.pivot/pivottable/getcolumngrand/ +--- +## PivotTable::GetColumnGrand method + + +Indicates whether the [PivotTable](../) report shows grand totals for columns. + + +>Deprecated +> +>Use PivotTable.ShowColumnGrandTotals property instead. +```cpp +bool Aspose::Cells::Pivot::PivotTable::GetColumnGrand() +``` + +## Remarks + + +NOTE: This property is now obsolete. Instead, please use PivotTable.ShowColumnGrandTotals method. This method will be removed 12 months later since December 2024. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getcolumnheadercaption/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getcolumnheadercaption/_index.md new file mode 100644 index 00000000000..d1cca2171b7 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getcolumnheadercaption/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetColumnHeaderCaption method +linktitle: GetColumnHeaderCaption +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetColumnHeaderCaption method. Gets and sets the custom Caption of the Column Header of the PivotTable in C++.' +type: docs +weight: 11400 +url: /es/cpp/aspose.cells.pivot/pivottable/getcolumnheadercaption/ +--- +## PivotTable::GetColumnHeaderCaption method + + +Gets and sets the custom Caption of the [Column](../../../aspose.cells/column/) Header of the [PivotTable](../). + +```cpp +U16String Aspose::Cells::Pivot::PivotTable::GetColumnHeaderCaption() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getcolumnrange/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getcolumnrange/_index.md new file mode 100644 index 00000000000..57b3faa21af --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getcolumnrange/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetColumnRange method +linktitle: GetColumnRange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetColumnRange method. Returns a CellArea object that represents the range that contains the column area in the PivotTable report. Read-only in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells.pivot/pivottable/getcolumnrange/ +--- +## PivotTable::GetColumnRange method + + +Returns a [CellArea](../../../aspose.cells/cellarea/) object that represents the range that contains the column area in the [PivotTable](../) report. Read-only. + +```cpp +CellArea Aspose::Cells::Pivot::PivotTable::GetColumnRange() +``` + +## See Also + +* Class [CellArea](../../../aspose.cells/cellarea/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getconditionalformats/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getconditionalformats/_index.md new file mode 100644 index 00000000000..d63dd3a7032 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getconditionalformats/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetConditionalFormats method +linktitle: GetConditionalFormats +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetConditionalFormats method. Gets the conditional formats of the pivot table in C++.' +type: docs +weight: 12400 +url: /es/cpp/aspose.cells.pivot/pivottable/getconditionalformats/ +--- +## PivotTable::GetConditionalFormats method + + +Gets the conditional formats of the pivot table. + +```cpp +PivotConditionalFormatCollection Aspose::Cells::Pivot::PivotTable::GetConditionalFormats() +``` + +## See Also + +* Class [PivotConditionalFormatCollection](../../pivotconditionalformatcollection/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getcustomlistsort/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getcustomlistsort/_index.md new file mode 100644 index 00000000000..a1cfb330eb1 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getcustomlistsort/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetCustomListSort method +linktitle: GetCustomListSort +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetCustomListSort method. Indicates whether consider built-in custom list when sort data in C++.' +type: docs +weight: 12100 +url: /es/cpp/aspose.cells.pivot/pivottable/getcustomlistsort/ +--- +## PivotTable::GetCustomListSort method + + +Indicates whether consider built-in custom list when sort data. + +```cpp +bool Aspose::Cells::Pivot::PivotTable::GetCustomListSort() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getdatabodyrange/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getdatabodyrange/_index.md new file mode 100644 index 00000000000..dd5a2e078e7 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getdatabodyrange/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetDataBodyRange method +linktitle: GetDataBodyRange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetDataBodyRange method. Returns a CellArea object that represents the range that contains the data area in the list between the header row and the insert row. Read-only in C++.' +type: docs +weight: 3200 +url: /es/cpp/aspose.cells.pivot/pivottable/getdatabodyrange/ +--- +## PivotTable::GetDataBodyRange method + + +Returns a [CellArea](../../../aspose.cells/cellarea/) object that represents the range that contains the data area in the list between the header row and the insert row. Read-only. + +```cpp +CellArea Aspose::Cells::Pivot::PivotTable::GetDataBodyRange() +``` + +## See Also + +* Class [CellArea](../../../aspose.cells/cellarea/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getdatafield/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getdatafield/_index.md new file mode 100644 index 00000000000..ee5415874c9 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getdatafield/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetDataField method +linktitle: GetDataField +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetDataField method. Gets a PivotField object that represents all the data fields in a PivotTable. Read-only. It would only be created when there are two or more data fields in the Data region. Defaultly it is in row region. You can drag it to the row/column region with PivotTable.AddFieldToArea() method in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.pivot/pivottable/getdatafield/ +--- +## PivotTable::GetDataField method + + +Gets a [PivotField](../../pivotfield/) object that represents all the data fields in a [PivotTable](../). Read-only. It would only be created when there are two or more data fields in the Data region. Defaultly it is in row region. You can drag it to the row/column region with [PivotTable.AddFieldToArea()](../addfieldtoarea/) method . + + +>Deprecated +> +>Use PivotTable.ValuesField property instead. +```cpp +PivotField Aspose::Cells::Pivot::PivotTable::GetDataField() +``` + +## Remarks + + +NOTE: This method is now obsolete. Instead, please use PivotTable.ValuesField property. This method will be removed 12 months later since October 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [PivotField](../../pivotfield/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getdatafieldheadername/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getdatafieldheadername/_index.md new file mode 100644 index 00000000000..74ebd556a5d --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getdatafieldheadername/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetDataFieldHeaderName method +linktitle: GetDataFieldHeaderName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetDataFieldHeaderName method. Gets and sets the name of the value area field header in the PivotTable in C++.' +type: docs +weight: 5300 +url: /es/cpp/aspose.cells.pivot/pivottable/getdatafieldheadername/ +--- +## PivotTable::GetDataFieldHeaderName method + + +Gets and sets the name of the value area field header in the [PivotTable](../). + +```cpp +U16String Aspose::Cells::Pivot::PivotTable::GetDataFieldHeaderName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getdatafields/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getdatafields/_index.md new file mode 100644 index 00000000000..f3df033623f --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getdatafields/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetDataFields method +linktitle: GetDataFields +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetDataFields method. Gets a PivotField object that represents all the data fields in a PivotTable. Read-only.It would be init only when there are two or more data fields in the DataPiovtFiels. It only use to add DataPivotField to the PivotTable row/column area . Default is in row area in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.pivot/pivottable/getdatafields/ +--- +## PivotTable::GetDataFields method + + +Gets a [PivotField](../../pivotfield/) object that represents all the data fields in a [PivotTable](../). Read-only.It would be init only when there are two or more data fields in the DataPiovtFiels. It only use to add DataPivotField to the [PivotTable](../) row/column area . Default is in row area. + +```cpp +PivotFieldCollection Aspose::Cells::Pivot::PivotTable::GetDataFields() +``` + +## See Also + +* Class [PivotFieldCollection](../../pivotfieldcollection/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getdatasource/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getdatasource/_index.md new file mode 100644 index 00000000000..ff28dbab273 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getdatasource/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetDataSource method +linktitle: GetDataSource +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetDataSource method. Gets and sets the data source of the pivot table in C++.' +type: docs +weight: 14100 +url: /es/cpp/aspose.cells.pivot/pivottable/getdatasource/ +--- +## PivotTable::GetDataSource method + + +Gets and sets the data source of the pivot table. + +```cpp +Vector Aspose::Cells::Pivot::PivotTable::GetDataSource() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getdisplayerrorstring/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getdisplayerrorstring/_index.md new file mode 100644 index 00000000000..be255b3c3a5 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getdisplayerrorstring/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetDisplayErrorString method +linktitle: GetDisplayErrorString +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetDisplayErrorString method. Indicates whether the PivotTable report displays a custom string in cells that contain errors in C++.' +type: docs +weight: 5100 +url: /es/cpp/aspose.cells.pivot/pivottable/getdisplayerrorstring/ +--- +## PivotTable::GetDisplayErrorString method + + +Indicates whether the [PivotTable](../) report displays a custom string in cells that contain errors. + +```cpp +bool Aspose::Cells::Pivot::PivotTable::GetDisplayErrorString() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getdisplayimmediateitems/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getdisplayimmediateitems/_index.md new file mode 100644 index 00000000000..c23af15c018 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getdisplayimmediateitems/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetDisplayImmediateItems method +linktitle: GetDisplayImmediateItems +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetDisplayImmediateItems method. Indicates whether items in the row and column areas are visible when the data area of the PivotTable is empty. The default value is true in C++.' +type: docs +weight: 16100 +url: /es/cpp/aspose.cells.pivot/pivottable/getdisplayimmediateitems/ +--- +## PivotTable::GetDisplayImmediateItems method + + +Indicates whether items in the row and column areas are visible when the data area of the [PivotTable](../) is empty. The default value is true. + +```cpp +bool Aspose::Cells::Pivot::PivotTable::GetDisplayImmediateItems() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getdisplaynullstring/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getdisplaynullstring/_index.md new file mode 100644 index 00000000000..9f590998aeb --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getdisplaynullstring/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetDisplayNullString method +linktitle: GetDisplayNullString +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetDisplayNullString method. Indicates whether the PivotTable report displays a custom string if the value is null in C++.' +type: docs +weight: 4700 +url: /es/cpp/aspose.cells.pivot/pivottable/getdisplaynullstring/ +--- +## PivotTable::GetDisplayNullString method + + +Indicates whether the [PivotTable](../) report displays a custom string if the value is null. + +```cpp +bool Aspose::Cells::Pivot::PivotTable::GetDisplayNullString() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getenabledatavalueediting/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getenabledatavalueediting/_index.md new file mode 100644 index 00000000000..343166da6a4 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getenabledatavalueediting/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetEnableDataValueEditing method +linktitle: GetEnableDataValueEditing +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetEnableDataValueEditing method. Specifies a boolean value that indicates whether the user is allowed to edit the cells in the data area of the pivottable. Enable cell editing in the values area in C++.' +type: docs +weight: 9100 +url: /es/cpp/aspose.cells.pivot/pivottable/getenabledatavalueediting/ +--- +## PivotTable::GetEnableDataValueEditing method + + +Specifies a boolean value that indicates whether the user is allowed to edit the cells in the data area of the pivottable. Enable cell editing in the values area. + +```cpp +bool Aspose::Cells::Pivot::PivotTable::GetEnableDataValueEditing() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getenabledrilldown/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getenabledrilldown/_index.md new file mode 100644 index 00000000000..53c8f84de8b --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getenabledrilldown/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetEnableDrilldown method +linktitle: GetEnableDrilldown +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetEnableDrilldown method. Gets whether drilldown is enabled in C++.' +type: docs +weight: 7100 +url: /es/cpp/aspose.cells.pivot/pivottable/getenabledrilldown/ +--- +## PivotTable::GetEnableDrilldown method + + +Gets whether drilldown is enabled. + +```cpp +bool Aspose::Cells::Pivot::PivotTable::GetEnableDrilldown() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getenablefielddialog/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getenablefielddialog/_index.md new file mode 100644 index 00000000000..59899ff89f0 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getenablefielddialog/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetEnableFieldDialog method +linktitle: GetEnableFieldDialog +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetEnableFieldDialog method. Indicates whether the PivotTable Field dialog box is available when the user double-clicks the PivotTable field in C++.' +type: docs +weight: 7300 +url: /es/cpp/aspose.cells.pivot/pivottable/getenablefielddialog/ +--- +## PivotTable::GetEnableFieldDialog method + + +Indicates whether the [PivotTable](../) Field dialog box is available when the user double-clicks the [PivotTable](../) field. + +```cpp +bool Aspose::Cells::Pivot::PivotTable::GetEnableFieldDialog() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getenablefieldlist/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getenablefieldlist/_index.md new file mode 100644 index 00000000000..28b48855d9c --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getenablefieldlist/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetEnableFieldList method +linktitle: GetEnableFieldList +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetEnableFieldList method. Indicates whether the field list for the PivotTable is available on the view of Excel in C++.' +type: docs +weight: 7500 +url: /es/cpp/aspose.cells.pivot/pivottable/getenablefieldlist/ +--- +## PivotTable::GetEnableFieldList method + + +Indicates whether the field list for the [PivotTable](../) is available on the view of Excel. + +```cpp +bool Aspose::Cells::Pivot::PivotTable::GetEnableFieldList() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getenablewizard/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getenablewizard/_index.md new file mode 100644 index 00000000000..b0f9b241c36 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getenablewizard/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetEnableWizard method +linktitle: GetEnableWizard +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetEnableWizard method. Indicates whether the PivotTable Wizard is available in C++.' +type: docs +weight: 7700 +url: /es/cpp/aspose.cells.pivot/pivottable/getenablewizard/ +--- +## PivotTable::GetEnableWizard method + + +Indicates whether the [PivotTable](../) Wizard is available. + +```cpp +bool Aspose::Cells::Pivot::PivotTable::GetEnableWizard() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/geterrorstring/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/geterrorstring/_index.md new file mode 100644 index 00000000000..bb853a50c04 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/geterrorstring/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetErrorString method +linktitle: GetErrorString +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetErrorString method. Gets the string displayed in cells that contain errors when the DisplayErrorString property is true.The default value is an empty string in C++.' +type: docs +weight: 5500 +url: /es/cpp/aspose.cells.pivot/pivottable/geterrorstring/ +--- +## PivotTable::GetErrorString method + + +Gets the string displayed in cells that contain errors when the DisplayErrorString property is true.The default value is an empty string. + +```cpp +U16String Aspose::Cells::Pivot::PivotTable::GetErrorString() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getexternalconnectiondatasource/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getexternalconnectiondatasource/_index.md new file mode 100644 index 00000000000..65e10ebc761 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getexternalconnectiondatasource/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetExternalConnectionDataSource method +linktitle: GetExternalConnectionDataSource +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetExternalConnectionDataSource method. Gets the external connection data source in C++.' +type: docs +weight: 13800 +url: /es/cpp/aspose.cells.pivot/pivottable/getexternalconnectiondatasource/ +--- +## PivotTable::GetExternalConnectionDataSource method + + +Gets the external connection data source. + + +>Deprecated +> +>Use PivotTable.GetSourceDataConnections() method instead. +```cpp +ExternalConnection Aspose::Cells::Pivot::PivotTable::GetExternalConnectionDataSource() +``` + +## Remarks + + +NOTE: This property is now obsolete. Instead, please use [PivotTable.GetSourceDataConnections()](../getsourcedataconnections/) method. This method will be removed 12 months later since October 2024. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [ExternalConnection](../../../aspose.cells.externalconnections/externalconnection/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getfieldlistsortascending/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getfieldlistsortascending/_index.md new file mode 100644 index 00000000000..fe06c88e833 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getfieldlistsortascending/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetFieldListSortAscending method +linktitle: GetFieldListSortAscending +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetFieldListSortAscending method. Indicates whether fields in the PivotTable are sorted in non-default order in the field list in C++.' +type: docs +weight: 10300 +url: /es/cpp/aspose.cells.pivot/pivottable/getfieldlistsortascending/ +--- +## PivotTable::GetFieldListSortAscending method + + +Indicates whether fields in the [PivotTable](../) are sorted in non-default order in the field list. + +```cpp +bool Aspose::Cells::Pivot::PivotTable::GetFieldListSortAscending() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getfields/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getfields/_index.md new file mode 100644 index 00000000000..ee66bce7abb --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getfields/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetFields method +linktitle: GetFields +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetFields method. Gets the specific pivot field list by the region in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.pivot/pivottable/getfields/ +--- +## PivotTable::GetFields method + + +Gets the specific pivot field list by the region. + +```cpp +PivotFieldCollection Aspose::Cells::Pivot::PivotTable::GetFields(PivotFieldType fieldType) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fieldType | PivotFieldType | the region type. | + +## ReturnValue + +the specific pivot field collection + +## See Also + +* Class [PivotFieldCollection](../../pivotfieldcollection/) +* Enum [PivotFieldType](../../pivotfieldtype/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getfilterarea/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getfilterarea/_index.md new file mode 100644 index 00000000000..4f3519d256e --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getfilterarea/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetFilterArea method +linktitle: GetFilterArea +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetFilterArea method. Gets the area of filter region in C++.' +type: docs +weight: 3500 +url: /es/cpp/aspose.cells.pivot/pivottable/getfilterarea/ +--- +## PivotTable::GetFilterArea method + + +Gets the area of filter region. + +```cpp +CellArea Aspose::Cells::Pivot::PivotTable::GetFilterArea() +``` + +## Remarks + + +Only valid if filter pivot fields exists. An empty area will be returned if this pivot table does not contains filter pivot fields +## See Also + +* Class [CellArea](../../../aspose.cells/cellarea/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getgrandtotalname/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getgrandtotalname/_index.md new file mode 100644 index 00000000000..3c253931bf2 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getgrandtotalname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetGrandTotalName method +linktitle: GetGrandTotalName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetGrandTotalName method. Returns the label that is displayed in the grand total column or row heading. The default value is the string "Grand Total" in C++.' +type: docs +weight: 8100 +url: /es/cpp/aspose.cells.pivot/pivottable/getgrandtotalname/ +--- +## PivotTable::GetGrandTotalName method + + +Returns the label that is displayed in the grand total column or row heading. The default value is the string "Grand Total". + +```cpp +U16String Aspose::Cells::Pivot::PivotTable::GetGrandTotalName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/gethasblankrows/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/gethasblankrows/_index.md new file mode 100644 index 00000000000..47c22748880 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/gethasblankrows/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetHasBlankRows method +linktitle: GetHasBlankRows +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetHasBlankRows method. Indicates whether to add blank rows. This property only applies for the PivotTable auto format types which needs to add blank rows in C++.' +type: docs +weight: 6300 +url: /es/cpp/aspose.cells.pivot/pivottable/gethasblankrows/ +--- +## PivotTable::GetHasBlankRows method + + +Indicates whether to add blank rows. This property only applies for the [PivotTable](../) auto format types which needs to add blank rows. + +```cpp +bool Aspose::Cells::Pivot::PivotTable::GetHasBlankRows() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/gethorizontalpagebreaks/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/gethorizontalpagebreaks/_index.md new file mode 100644 index 00000000000..393952331b6 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/gethorizontalpagebreaks/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetHorizontalPageBreaks method +linktitle: GetHorizontalPageBreaks +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetHorizontalPageBreaks method. Gets horizontal page breaks of this pivot table in C++.' +type: docs +weight: 17500 +url: /es/cpp/aspose.cells.pivot/pivottable/gethorizontalpagebreaks/ +--- +## PivotTable::GetHorizontalPageBreaks method + + +Gets horizontal page breaks of this pivot table. + +```cpp +Vector Aspose::Cells::Pivot::PivotTable::GetHorizontalPageBreaks() +``` + + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getindent/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getindent/_index.md new file mode 100644 index 00000000000..9861caa9ee5 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getindent/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetIndent method +linktitle: GetIndent +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetIndent method. Specifies the indentation increment for compact axis and can be used to set the Report Layout to Compact Form in C++.' +type: docs +weight: 11500 +url: /es/cpp/aspose.cells.pivot/pivottable/getindent/ +--- +## PivotTable::GetIndent method + + +Specifies the indentation increment for compact axis and can be used to set the Report Layout to Compact Form. + +```cpp +int32_t Aspose::Cells::Pivot::PivotTable::GetIndent() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getitemprinttitles/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getitemprinttitles/_index.md new file mode 100644 index 00000000000..552727ece53 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getitemprinttitles/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetItemPrintTitles method +linktitle: GetItemPrintTitles +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetItemPrintTitles method. Indicates whether PivotItem names should be repeated at the top of each printed page in C++.' +type: docs +weight: 15500 +url: /es/cpp/aspose.cells.pivot/pivottable/getitemprinttitles/ +--- +## PivotTable::GetItemPrintTitles method + + +Indicates whether [PivotItem](../../pivotitem/) names should be repeated at the top of each printed page. + + +>Deprecated +> +>Use PivotTable.RepeatItemsOnEachPrintedPage property instead. +```cpp +bool Aspose::Cells::Pivot::PivotTable::GetItemPrintTitles() +``` + +## Remarks + + +NOTE: This property is now obsolete. Instead, please use PivotTable.RepeatItemsOnEachPrintedPage property. This method will be removed 12 months later since October 2024. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getmanualupdate/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getmanualupdate/_index.md new file mode 100644 index 00000000000..6e02e7307e5 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getmanualupdate/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetManualUpdate method +linktitle: GetManualUpdate +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetManualUpdate method. Indicates whether the PivotTable report is recalculated only at the user''s request in C++.' +type: docs +weight: 8300 +url: /es/cpp/aspose.cells.pivot/pivottable/getmanualupdate/ +--- +## PivotTable::GetManualUpdate method + + +Indicates whether the [PivotTable](../) report is recalculated only at the user's request. + +```cpp +bool Aspose::Cells::Pivot::PivotTable::GetManualUpdate() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getmergelabels/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getmergelabels/_index.md new file mode 100644 index 00000000000..b70c75db723 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getmergelabels/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetMergeLabels method +linktitle: GetMergeLabels +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetMergeLabels method. True if the specified PivotTable report''s outer-row item, column item, subtotal, and grand total labels use merged cells in C++.' +type: docs +weight: 6500 +url: /es/cpp/aspose.cells.pivot/pivottable/getmergelabels/ +--- +## PivotTable::GetMergeLabels method + + +True if the specified [PivotTable](../) report's outer-row item, column item, subtotal, and grand total labels use merged cells. + +```cpp +bool Aspose::Cells::Pivot::PivotTable::GetMergeLabels() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getmissingitemslimit/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getmissingitemslimit/_index.md new file mode 100644 index 00000000000..08eab52689a --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getmissingitemslimit/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetMissingItemsLimit method +linktitle: GetMissingItemsLimit +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetMissingItemsLimit method. Specifies a boolean value that indicates whether the fields of a PivotTable can have multiple filters set on them in C++.' +type: docs +weight: 8900 +url: /es/cpp/aspose.cells.pivot/pivottable/getmissingitemslimit/ +--- +## PivotTable::GetMissingItemsLimit method + + +Specifies a boolean value that indicates whether the fields of a [PivotTable](../) can have multiple filters set on them. + +```cpp +PivotMissingItemLimitType Aspose::Cells::Pivot::PivotTable::GetMissingItemsLimit() +``` + +## See Also + +* Enum [PivotMissingItemLimitType](../../pivotmissingitemlimittype/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getname/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getname/_index.md new file mode 100644 index 00000000000..2805fba5468 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetName method +linktitle: GetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetName method. Gets the name of the PivotTable in C++.' +type: docs +weight: 11100 +url: /es/cpp/aspose.cells.pivot/pivottable/getname/ +--- +## PivotTable::GetName method + + +Gets the name of the [PivotTable](../). + +```cpp +U16String Aspose::Cells::Pivot::PivotTable::GetName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getnamesofsourcedataconnections/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getnamesofsourcedataconnections/_index.md new file mode 100644 index 00000000000..08405b57e36 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getnamesofsourcedataconnections/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetNamesOfSourceDataConnections method +linktitle: GetNamesOfSourceDataConnections +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetNamesOfSourceDataConnections method. Gets the names of external source data connections in C++.' +type: docs +weight: 14100 +url: /es/cpp/aspose.cells.pivot/pivottable/getnamesofsourcedataconnections/ +--- +## PivotTable::GetNamesOfSourceDataConnections method + + +Gets the names of external source data connections. + +```cpp +Vector Aspose::Cells::Pivot::PivotTable::GetNamesOfSourceDataConnections() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getnullstring/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getnullstring/_index.md new file mode 100644 index 00000000000..1a3a7e47a18 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getnullstring/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetNullString method +linktitle: GetNullString +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetNullString method. Gets the string displayed in cells that contain null values when the DisplayNullString property is true.The default value is an empty string in C++.' +type: docs +weight: 4900 +url: /es/cpp/aspose.cells.pivot/pivottable/getnullstring/ +--- +## PivotTable::GetNullString method + + +Gets the string displayed in cells that contain null values when the DisplayNullString property is true.The default value is an empty string. + +```cpp +U16String Aspose::Cells::Pivot::PivotTable::GetNullString() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getpagefieldorder/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getpagefieldorder/_index.md new file mode 100644 index 00000000000..ad740fddab7 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getpagefieldorder/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetPageFieldOrder method +linktitle: GetPageFieldOrder +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetPageFieldOrder method. Gets and sets the order in which page fields are added to the PivotTable report''s layout in C++.' +type: docs +weight: 12500 +url: /es/cpp/aspose.cells.pivot/pivottable/getpagefieldorder/ +--- +## PivotTable::GetPageFieldOrder method + + +Gets and sets the order in which page fields are added to the [PivotTable](../) report's layout. + +```cpp +PrintOrderType Aspose::Cells::Pivot::PivotTable::GetPageFieldOrder() +``` + +## See Also + +* Enum [PrintOrderType](../../../aspose.cells/printordertype/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getpagefields/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getpagefields/_index.md new file mode 100644 index 00000000000..52f9700fc9e --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getpagefields/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetPageFields method +linktitle: GetPageFields +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetPageFields method. Returns a PivotFields object that are currently shown as page fields in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.pivot/pivottable/getpagefields/ +--- +## PivotTable::GetPageFields method + + +Returns a PivotFields object that are currently shown as page fields. + +```cpp +PivotFieldCollection Aspose::Cells::Pivot::PivotTable::GetPageFields() +``` + +## See Also + +* Class [PivotFieldCollection](../../pivotfieldcollection/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getpagefieldwrapcount/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getpagefieldwrapcount/_index.md new file mode 100644 index 00000000000..270116564e2 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getpagefieldwrapcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetPageFieldWrapCount method +linktitle: GetPageFieldWrapCount +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetPageFieldWrapCount method. Gets the number of page fields in each column or row in the PivotTable report in C++.' +type: docs +weight: 12700 +url: /es/cpp/aspose.cells.pivot/pivottable/getpagefieldwrapcount/ +--- +## PivotTable::GetPageFieldWrapCount method + + +Gets the number of page fields in each column or row in the [PivotTable](../) report. + +```cpp +int32_t Aspose::Cells::Pivot::PivotTable::GetPageFieldWrapCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getpivotfilters/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getpivotfilters/_index.md new file mode 100644 index 00000000000..eb1cd341a4c --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getpivotfilters/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetPivotFilters method +linktitle: GetPivotFilters +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetPivotFilters method. Returns all filters of pivot fields in the pivot table in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells.pivot/pivottable/getpivotfilters/ +--- +## PivotTable::GetPivotFilters method + + +Returns all filters of pivot fields in the pivot table. + +```cpp +PivotFilterCollection Aspose::Cells::Pivot::PivotTable::GetPivotFilters() +``` + +## See Also + +* Class [PivotFilterCollection](../../pivotfiltercollection/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getpivotformatconditions/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getpivotformatconditions/_index.md new file mode 100644 index 00000000000..44e9d1dcdd1 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getpivotformatconditions/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetPivotFormatConditions method +linktitle: GetPivotFormatConditions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetPivotFormatConditions method. Gets the Format Conditions of the pivot table in C++.' +type: docs +weight: 12300 +url: /es/cpp/aspose.cells.pivot/pivottable/getpivotformatconditions/ +--- +## PivotTable::GetPivotFormatConditions method + + +Gets the Format Conditions of the pivot table. + + +>Deprecated +> +>Use PivotTable.ConditionalFormats property instead. +```cpp +PivotFormatConditionCollection Aspose::Cells::Pivot::PivotTable::GetPivotFormatConditions() +``` + +## Remarks + + +NOTE: This property is now obsolete. Instead, please use PivotTable.ConditionalFormats property. This method will be removed 12 months later since December 2024. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [PivotFormatConditionCollection](../../pivotformatconditioncollection/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getpivotformats/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getpivotformats/_index.md new file mode 100644 index 00000000000..f5e3b8d7cfc --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getpivotformats/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetPivotFormats method +linktitle: GetPivotFormats +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetPivotFormats method. Gets all formats applied to PivotTable in C++.' +type: docs +weight: 15500 +url: /es/cpp/aspose.cells.pivot/pivottable/getpivotformats/ +--- +## PivotTable::GetPivotFormats method + + +Gets all formats applied to [PivotTable](../). + +```cpp +PivotTableFormatCollection Aspose::Cells::Pivot::PivotTable::GetPivotFormats() +``` + +## See Also + +* Class [PivotTableFormatCollection](../../pivottableformatcollection/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getpivottablestyle/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getpivottablestyle/_index.md new file mode 100644 index 00000000000..94cc4faed7d --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getpivottablestyle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetPivotTableStyle method +linktitle: GetPivotTableStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetPivotTableStyle method. Gets TableStyle settings of this pivot table in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.pivot/pivottable/getpivottablestyle/ +--- +## PivotTable::GetPivotTableStyle method + + +Gets TableStyle settings of this pivot table. + +```cpp +TableStyle Aspose::Cells::Pivot::PivotTable::GetPivotTableStyle() +``` + +## See Also + +* Class [TableStyle](../../../aspose.cells.tables/tablestyle/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getpivottablestylename/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getpivottablestylename/_index.md new file mode 100644 index 00000000000..3a32cd0d816 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getpivottablestylename/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetPivotTableStyleName method +linktitle: GetPivotTableStyleName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetPivotTableStyleName method. Gets and sets the pivottable style name in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.pivot/pivottable/getpivottablestylename/ +--- +## PivotTable::GetPivotTableStyleName method + + +Gets and sets the pivottable style name. + +```cpp +U16String Aspose::Cells::Pivot::PivotTable::GetPivotTableStyleName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getpivottablestyletype/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getpivottablestyletype/_index.md new file mode 100644 index 00000000000..3b9b694121b --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getpivottablestyletype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetPivotTableStyleType method +linktitle: GetPivotTableStyleType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetPivotTableStyleType method. Gets and sets the built-in pivot table style in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.pivot/pivottable/getpivottablestyletype/ +--- +## PivotTable::GetPivotTableStyleType method + + +Gets and sets the built-in pivot table style. + +```cpp +PivotTableStyleType Aspose::Cells::Pivot::PivotTable::GetPivotTableStyleType() +``` + +## See Also + +* Enum [PivotTableStyleType](../../pivottablestyletype/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getpreserveformatting/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getpreserveformatting/_index.md new file mode 100644 index 00000000000..695f99c95b5 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getpreserveformatting/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetPreserveFormatting method +linktitle: GetPreserveFormatting +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetPreserveFormatting method. Indicates whether formatting is preserved when the PivotTable is refreshed or recalculated in C++.' +type: docs +weight: 6700 +url: /es/cpp/aspose.cells.pivot/pivottable/getpreserveformatting/ +--- +## PivotTable::GetPreserveFormatting method + + +Indicates whether formatting is preserved when the [PivotTable](../) is refreshed or recalculated. + +```cpp +bool Aspose::Cells::Pivot::PivotTable::GetPreserveFormatting() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getprintdrill/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getprintdrill/_index.md new file mode 100644 index 00000000000..7dfa5208277 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getprintdrill/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetPrintDrill method +linktitle: GetPrintDrill +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetPrintDrill method. Specifies a boolean value that indicates whether drill indicators should be printed. print expand/collapse buttons when displayed on pivottable in C++.' +type: docs +weight: 10500 +url: /es/cpp/aspose.cells.pivot/pivottable/getprintdrill/ +--- +## PivotTable::GetPrintDrill method + + +Specifies a boolean value that indicates whether drill indicators should be printed. print expand/collapse buttons when displayed on pivottable. + +```cpp +bool Aspose::Cells::Pivot::PivotTable::GetPrintDrill() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getprinttitles/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getprinttitles/_index.md new file mode 100644 index 00000000000..d816dd6bdba --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getprinttitles/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetPrintTitles method +linktitle: GetPrintTitles +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetPrintTitles method. Indicates whether the print titles for the worksheet are set based on the PivotTable report. The default value is false in C++.' +type: docs +weight: 15900 +url: /es/cpp/aspose.cells.pivot/pivottable/getprinttitles/ +--- +## PivotTable::GetPrintTitles method + + +Indicates whether the print titles for the worksheet are set based on the [PivotTable](../) report. The default value is false. + +```cpp +bool Aspose::Cells::Pivot::PivotTable::GetPrintTitles() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getrefreshdataflag/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getrefreshdataflag/_index.md new file mode 100644 index 00000000000..3ad4735ace8 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getrefreshdataflag/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetRefreshDataFlag method +linktitle: GetRefreshDataFlag +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetRefreshDataFlag method. Indicates whether Refreshing Data or not in C++.' +type: docs +weight: 13500 +url: /es/cpp/aspose.cells.pivot/pivottable/getrefreshdataflag/ +--- +## PivotTable::GetRefreshDataFlag method + + +Indicates whether Refreshing Data or not. + + +>Deprecated +> +>Simply remove this calling. +```cpp +bool Aspose::Cells::Pivot::PivotTable::GetRefreshDataFlag() +``` + +## Remarks + + +NOTE: This method is now obsolete. Instead, This method will be removed 12 months later since December 2024. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getrefreshdataonopeningfile/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getrefreshdataonopeningfile/_index.md new file mode 100644 index 00000000000..14f8d9647fd --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getrefreshdataonopeningfile/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetRefreshDataOnOpeningFile method +linktitle: GetRefreshDataOnOpeningFile +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetRefreshDataOnOpeningFile method. Indicates whether Refresh Data when Opening File in C++.' +type: docs +weight: 13300 +url: /es/cpp/aspose.cells.pivot/pivottable/getrefreshdataonopeningfile/ +--- +## PivotTable::GetRefreshDataOnOpeningFile method + + +Indicates whether Refresh Data when Opening File. + +```cpp +bool Aspose::Cells::Pivot::PivotTable::GetRefreshDataOnOpeningFile() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getrefreshdate/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getrefreshdate/_index.md new file mode 100644 index 00000000000..c702beb1da4 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getrefreshdate/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetRefreshDate method +linktitle: GetRefreshDate +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetRefreshDate method. Gets the last date time when the PivotTable was refreshed in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.pivot/pivottable/getrefreshdate/ +--- +## PivotTable::GetRefreshDate method + + +Gets the last date time when the [PivotTable](../) was refreshed. + +```cpp +Date Aspose::Cells::Pivot::PivotTable::GetRefreshDate() +``` + +## See Also + +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getrefreshedbywho/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getrefreshedbywho/_index.md new file mode 100644 index 00000000000..ab14181b952 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getrefreshedbywho/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetRefreshedByWho method +linktitle: GetRefreshedByWho +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetRefreshedByWho method. Gets the name of the last user who refreshed this PivotTable in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.pivot/pivottable/getrefreshedbywho/ +--- +## PivotTable::GetRefreshedByWho method + + +Gets the name of the last user who refreshed this [PivotTable](../). + +```cpp +U16String Aspose::Cells::Pivot::PivotTable::GetRefreshedByWho() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getrepeatitemsoneachprintedpage/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getrepeatitemsoneachprintedpage/_index.md new file mode 100644 index 00000000000..bc3cf5be568 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getrepeatitemsoneachprintedpage/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetRepeatItemsOnEachPrintedPage method +linktitle: GetRepeatItemsOnEachPrintedPage +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetRepeatItemsOnEachPrintedPage method. Indicates whether captions of pivot item on the row area are repeated on each printed page for pivot fields in tabular form in C++.' +type: docs +weight: 15800 +url: /es/cpp/aspose.cells.pivot/pivottable/getrepeatitemsoneachprintedpage/ +--- +## PivotTable::GetRepeatItemsOnEachPrintedPage method + + +Indicates whether captions of pivot item on the row area are repeated on each printed page for pivot fields in tabular form. + +```cpp +bool Aspose::Cells::Pivot::PivotTable::GetRepeatItemsOnEachPrintedPage() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getrowfields/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getrowfields/_index.md new file mode 100644 index 00000000000..eb925f404df --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getrowfields/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetRowFields method +linktitle: GetRowFields +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetRowFields method. Returns a PivotFields object that are currently shown as row fields in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.pivot/pivottable/getrowfields/ +--- +## PivotTable::GetRowFields method + + +Returns a PivotFields object that are currently shown as row fields. + +```cpp +PivotFieldCollection Aspose::Cells::Pivot::PivotTable::GetRowFields() +``` + +## See Also + +* Class [PivotFieldCollection](../../pivotfieldcollection/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getrowgrand/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getrowgrand/_index.md new file mode 100644 index 00000000000..6f9f1b171ec --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getrowgrand/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetRowGrand method +linktitle: GetRowGrand +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetRowGrand method. Indicates whether to show grand totals for rows of this pivot table in C++.' +type: docs +weight: 4500 +url: /es/cpp/aspose.cells.pivot/pivottable/getrowgrand/ +--- +## PivotTable::GetRowGrand method + + +Indicates whether to show grand totals for rows of this pivot table. + + +>Deprecated +> +>Use PivotTable.ShowRowGrandTotals property instead. +```cpp +bool Aspose::Cells::Pivot::PivotTable::GetRowGrand() +``` + +## Remarks + + +NOTE: This property is now obsolete. Instead, please use PivotTable.ShowRowGrandTotals method. This method will be removed 12 months later since December 2024. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getrowheadercaption/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getrowheadercaption/_index.md new file mode 100644 index 00000000000..fbdcf7ed120 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getrowheadercaption/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetRowHeaderCaption method +linktitle: GetRowHeaderCaption +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetRowHeaderCaption method. Gets and sets custom caption of the Row Header in this PivotTable in C++.' +type: docs +weight: 11800 +url: /es/cpp/aspose.cells.pivot/pivottable/getrowheadercaption/ +--- +## PivotTable::GetRowHeaderCaption method + + +Gets and sets custom caption of the [Row](../../../aspose.cells/row/) Header in this [PivotTable](../). + +```cpp +U16String Aspose::Cells::Pivot::PivotTable::GetRowHeaderCaption() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getrowrange/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getrowrange/_index.md new file mode 100644 index 00000000000..65145276661 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getrowrange/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetRowRange method +linktitle: GetRowRange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetRowRange method. Returns a CellArea object that represents the range that contains the row area in the PivotTable report. Read-only in C++.' +type: docs +weight: 3100 +url: /es/cpp/aspose.cells.pivot/pivottable/getrowrange/ +--- +## PivotTable::GetRowRange method + + +Returns a [CellArea](../../../aspose.cells/cellarea/) object that represents the range that contains the row area in the [PivotTable](../) report. Read-only. + +```cpp +CellArea Aspose::Cells::Pivot::PivotTable::GetRowRange() +``` + +## See Also + +* Class [CellArea](../../../aspose.cells/cellarea/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getsavedata/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getsavedata/_index.md new file mode 100644 index 00000000000..7196bf6faeb --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getsavedata/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetSaveData method +linktitle: GetSaveData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetSaveData method. Indicates whether data for the PivotTable report is saved with the workbook in C++.' +type: docs +weight: 13100 +url: /es/cpp/aspose.cells.pivot/pivottable/getsavedata/ +--- +## PivotTable::GetSaveData method + + +Indicates whether data for the [PivotTable](../) report is saved with the workbook. + +```cpp +bool Aspose::Cells::Pivot::PivotTable::GetSaveData() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getshowcolumngrandtotals/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getshowcolumngrandtotals/_index.md new file mode 100644 index 00000000000..8253d346e59 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getshowcolumngrandtotals/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetShowColumnGrandTotals method +linktitle: GetShowColumnGrandTotals +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetShowColumnGrandTotals method. Indicates whether to show grand totals for columns of this pivot table in C++.' +type: docs +weight: 3900 +url: /es/cpp/aspose.cells.pivot/pivottable/getshowcolumngrandtotals/ +--- +## PivotTable::GetShowColumnGrandTotals method + + +Indicates whether to show grand totals for columns of this pivot table. + +```cpp +bool Aspose::Cells::Pivot::PivotTable::GetShowColumnGrandTotals() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getshowdatatips/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getshowdatatips/_index.md new file mode 100644 index 00000000000..4fd31126997 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getshowdatatips/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetShowDataTips method +linktitle: GetShowDataTips +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetShowDataTips method. Specifies a boolean value that indicates whether tooltips should be displayed for PivotTable data cells in C++.' +type: docs +weight: 9300 +url: /es/cpp/aspose.cells.pivot/pivottable/getshowdatatips/ +--- +## PivotTable::GetShowDataTips method + + +Specifies a boolean value that indicates whether tooltips should be displayed for [PivotTable](../) data cells. + +```cpp +bool Aspose::Cells::Pivot::PivotTable::GetShowDataTips() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getshowdrill/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getshowdrill/_index.md new file mode 100644 index 00000000000..f81a9fcbf7e --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getshowdrill/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetShowDrill method +linktitle: GetShowDrill +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetShowDrill method. Gets and sets whether showing expand/collapse buttons in C++.' +type: docs +weight: 6900 +url: /es/cpp/aspose.cells.pivot/pivottable/getshowdrill/ +--- +## PivotTable::GetShowDrill method + + +Gets and sets whether showing expand/collapse buttons. + +```cpp +bool Aspose::Cells::Pivot::PivotTable::GetShowDrill() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getshowemptycol/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getshowemptycol/_index.md new file mode 100644 index 00000000000..bc44ea63bc4 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getshowemptycol/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetShowEmptyCol method +linktitle: GetShowEmptyCol +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetShowEmptyCol method. Indicates whether to include empty columns in the table in C++.' +type: docs +weight: 10000 +url: /es/cpp/aspose.cells.pivot/pivottable/getshowemptycol/ +--- +## PivotTable::GetShowEmptyCol method + + +Indicates whether to include empty columns in the table. + +```cpp +bool Aspose::Cells::Pivot::PivotTable::GetShowEmptyCol() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getshowemptyrow/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getshowemptyrow/_index.md new file mode 100644 index 00000000000..1c8839da1e1 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getshowemptyrow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetShowEmptyRow method +linktitle: GetShowEmptyRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetShowEmptyRow method. Indicates whether to include empty rows in the table in C++.' +type: docs +weight: 10100 +url: /es/cpp/aspose.cells.pivot/pivottable/getshowemptyrow/ +--- +## PivotTable::GetShowEmptyRow method + + +Indicates whether to include empty rows in the table. + +```cpp +bool Aspose::Cells::Pivot::PivotTable::GetShowEmptyRow() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getshowmemberpropertytips/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getshowmemberpropertytips/_index.md new file mode 100644 index 00000000000..6f1e192beb4 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getshowmemberpropertytips/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetShowMemberPropertyTips method +linktitle: GetShowMemberPropertyTips +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetShowMemberPropertyTips method. Specifies a boolean value that indicates whether member property information should be omitted from PivotTable tooltips in C++.' +type: docs +weight: 10100 +url: /es/cpp/aspose.cells.pivot/pivottable/getshowmemberpropertytips/ +--- +## PivotTable::GetShowMemberPropertyTips method + + +Specifies a boolean value that indicates whether member property information should be omitted from [PivotTable](../) tooltips. + +```cpp +bool Aspose::Cells::Pivot::PivotTable::GetShowMemberPropertyTips() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getshowpivotstylecolumnheader/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getshowpivotstylecolumnheader/_index.md new file mode 100644 index 00000000000..77dddd885fe --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getshowpivotstylecolumnheader/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetShowPivotStyleColumnHeader method +linktitle: GetShowPivotStyleColumnHeader +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetShowPivotStyleColumnHeader method. Indicates whether the column header in the pivot table should have the style applied in C++.' +type: docs +weight: 16700 +url: /es/cpp/aspose.cells.pivot/pivottable/getshowpivotstylecolumnheader/ +--- +## PivotTable::GetShowPivotStyleColumnHeader method + + +Indicates whether the column header in the pivot table should have the style applied. + +```cpp +bool Aspose::Cells::Pivot::PivotTable::GetShowPivotStyleColumnHeader() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getshowpivotstylecolumnstripes/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getshowpivotstylecolumnstripes/_index.md new file mode 100644 index 00000000000..e45e8b76c07 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getshowpivotstylecolumnstripes/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetShowPivotStyleColumnStripes method +linktitle: GetShowPivotStyleColumnStripes +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetShowPivotStyleColumnStripes method. Indicates whether stripe formatting is applied for column in C++.' +type: docs +weight: 17100 +url: /es/cpp/aspose.cells.pivot/pivottable/getshowpivotstylecolumnstripes/ +--- +## PivotTable::GetShowPivotStyleColumnStripes method + + +Indicates whether stripe formatting is applied for column. + +```cpp +bool Aspose::Cells::Pivot::PivotTable::GetShowPivotStyleColumnStripes() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getshowpivotstylelastcolumn/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getshowpivotstylelastcolumn/_index.md new file mode 100644 index 00000000000..8a0cf230a36 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getshowpivotstylelastcolumn/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetShowPivotStyleLastColumn method +linktitle: GetShowPivotStyleLastColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetShowPivotStyleLastColumn method. Indicates whether the column formatting is applied in C++.' +type: docs +weight: 17300 +url: /es/cpp/aspose.cells.pivot/pivottable/getshowpivotstylelastcolumn/ +--- +## PivotTable::GetShowPivotStyleLastColumn method + + +Indicates whether the column formatting is applied. + +```cpp +bool Aspose::Cells::Pivot::PivotTable::GetShowPivotStyleLastColumn() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getshowpivotstylerowheader/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getshowpivotstylerowheader/_index.md new file mode 100644 index 00000000000..3a31ae65996 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getshowpivotstylerowheader/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetShowPivotStyleRowHeader method +linktitle: GetShowPivotStyleRowHeader +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetShowPivotStyleRowHeader method. Indicates whether the row header in the pivot table should have the style applied in C++.' +type: docs +weight: 16500 +url: /es/cpp/aspose.cells.pivot/pivottable/getshowpivotstylerowheader/ +--- +## PivotTable::GetShowPivotStyleRowHeader method + + +Indicates whether the row header in the pivot table should have the style applied. + +```cpp +bool Aspose::Cells::Pivot::PivotTable::GetShowPivotStyleRowHeader() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getshowpivotstylerowstripes/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getshowpivotstylerowstripes/_index.md new file mode 100644 index 00000000000..64900453187 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getshowpivotstylerowstripes/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetShowPivotStyleRowStripes method +linktitle: GetShowPivotStyleRowStripes +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetShowPivotStyleRowStripes method. Indicates whether row stripe formatting is applied in C++.' +type: docs +weight: 16900 +url: /es/cpp/aspose.cells.pivot/pivottable/getshowpivotstylerowstripes/ +--- +## PivotTable::GetShowPivotStyleRowStripes method + + +Indicates whether row stripe formatting is applied. + +```cpp +bool Aspose::Cells::Pivot::PivotTable::GetShowPivotStyleRowStripes() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getshowrowgrandtotals/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getshowrowgrandtotals/_index.md new file mode 100644 index 00000000000..33cdd8f8cb4 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getshowrowgrandtotals/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetShowRowGrandTotals method +linktitle: GetShowRowGrandTotals +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetShowRowGrandTotals method. Indicates whether to show grand totals for rows of the pivot table in C++.' +type: docs +weight: 4100 +url: /es/cpp/aspose.cells.pivot/pivottable/getshowrowgrandtotals/ +--- +## PivotTable::GetShowRowGrandTotals method + + +Indicates whether to show grand totals for rows of the pivot table. + +```cpp +bool Aspose::Cells::Pivot::PivotTable::GetShowRowGrandTotals() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getshowrowheadercaption/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getshowrowheadercaption/_index.md new file mode 100644 index 00000000000..ea2c604e4a6 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getshowrowheadercaption/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetShowRowHeaderCaption method +linktitle: GetShowRowHeaderCaption +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetShowRowHeaderCaption method. Indicates whether row header caption is shown in the PivotTable report Indicates whether Display field captions and filter drop downs in C++.' +type: docs +weight: 11900 +url: /es/cpp/aspose.cells.pivot/pivottable/getshowrowheadercaption/ +--- +## PivotTable::GetShowRowHeaderCaption method + + +Indicates whether row header caption is shown in the [PivotTable](../) report Indicates whether Display field captions and filter drop downs. + +```cpp +bool Aspose::Cells::Pivot::PivotTable::GetShowRowHeaderCaption() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getshowvaluesrow/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getshowvaluesrow/_index.md new file mode 100644 index 00000000000..8b73118a895 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getshowvaluesrow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetShowValuesRow method +linktitle: GetShowValuesRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetShowValuesRow method. Indicates whether showing values row in C++.' +type: docs +weight: 10300 +url: /es/cpp/aspose.cells.pivot/pivottable/getshowvaluesrow/ +--- +## PivotTable::GetShowValuesRow method + + +Indicates whether showing values row. + +```cpp +bool Aspose::Cells::Pivot::PivotTable::GetShowValuesRow() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getsource/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getsource/_index.md new file mode 100644 index 00000000000..d10a1683e07 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getsource/_index.md @@ -0,0 +1,50 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetSource method +linktitle: GetSource +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetSource method. Get the data source of this pivottable in C++.' +type: docs +weight: 14500 +url: /es/cpp/aspose.cells.pivot/pivottable/getsource/ +--- +## PivotTable::GetSource() method + + +Get the data source of this pivottable. + +```cpp +Vector Aspose::Cells::Pivot::PivotTable::GetSource() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTable::GetSource(bool) method + + +Get the data source of this pivottable. + +```cpp +Vector Aspose::Cells::Pivot::PivotTable::GetSource(bool isOriginal) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| isOriginal | bool | Indicates whether to return original or display data source. | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getsourcedataconnections/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getsourcedataconnections/_index.md new file mode 100644 index 00000000000..26c6c417979 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getsourcedataconnections/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetSourceDataConnections method +linktitle: GetSourceDataConnections +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetSourceDataConnections method. Gets the external connection data sources in C++.' +type: docs +weight: 13900 +url: /es/cpp/aspose.cells.pivot/pivottable/getsourcedataconnections/ +--- +## PivotTable::GetSourceDataConnections method + + +Gets the external connection data sources. + +```cpp +Vector Aspose::Cells::Pivot::PivotTable::GetSourceDataConnections() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExternalConnection](../../../aspose.cells.externalconnections/externalconnection/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getsourcetype/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getsourcetype/_index.md new file mode 100644 index 00000000000..ec2cd814073 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getsourcetype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetSourceType method +linktitle: GetSourceType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetSourceType method. Gets the data source type of the pivot table in C++.' +type: docs +weight: 13700 +url: /es/cpp/aspose.cells.pivot/pivottable/getsourcetype/ +--- +## PivotTable::GetSourceType method + + +Gets the data source type of the pivot table. + +```cpp +PivotTableSourceType Aspose::Cells::Pivot::PivotTable::GetSourceType() +``` + +## See Also + +* Enum [PivotTableSourceType](../../pivottablesourcetype/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getsubtotalhiddenpageitems/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getsubtotalhiddenpageitems/_index.md new file mode 100644 index 00000000000..1cf98f93018 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getsubtotalhiddenpageitems/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetSubtotalHiddenPageItems method +linktitle: GetSubtotalHiddenPageItems +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetSubtotalHiddenPageItems method. Indicates whether hidden page field items in the PivotTable report are included in row and column subtotals, block totals, and grand totals. The default value is False in C++.' +type: docs +weight: 7900 +url: /es/cpp/aspose.cells.pivot/pivottable/getsubtotalhiddenpageitems/ +--- +## PivotTable::GetSubtotalHiddenPageItems method + + +Indicates whether hidden page field items in the [PivotTable](../) report are included in row and column subtotals, block totals, and grand totals. The default value is False. + +```cpp +bool Aspose::Cells::Pivot::PivotTable::GetSubtotalHiddenPageItems() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/gettablerange1/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/gettablerange1/_index.md new file mode 100644 index 00000000000..b148f74e9d6 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/gettablerange1/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetTableRange1 method +linktitle: GetTableRange1 +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetTableRange1 method. Returns a CellArea object that represents the range containing the entire PivotTable report, but doesn''t include page fields. Read-only in C++.' +type: docs +weight: 3300 +url: /es/cpp/aspose.cells.pivot/pivottable/gettablerange1/ +--- +## PivotTable::GetTableRange1 method + + +Returns a [CellArea](../../../aspose.cells/cellarea/) object that represents the range containing the entire [PivotTable](../) report, but doesn't include page fields. Read-only. + +```cpp +CellArea Aspose::Cells::Pivot::PivotTable::GetTableRange1() +``` + +## See Also + +* Class [CellArea](../../../aspose.cells/cellarea/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/gettablerange2/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/gettablerange2/_index.md new file mode 100644 index 00000000000..610e3102e73 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/gettablerange2/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetTableRange2 method +linktitle: GetTableRange2 +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetTableRange2 method. Returns a CellArea object that represents the range containing the entire PivotTable report, includes page fields. Read-only in C++.' +type: docs +weight: 3400 +url: /es/cpp/aspose.cells.pivot/pivottable/gettablerange2/ +--- +## PivotTable::GetTableRange2 method + + +Returns a [CellArea](../../../aspose.cells/cellarea/) object that represents the range containing the entire [PivotTable](../) report, includes page fields. Read-only. + +```cpp +CellArea Aspose::Cells::Pivot::PivotTable::GetTableRange2() +``` + +## See Also + +* Class [CellArea](../../../aspose.cells/cellarea/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/gettag/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/gettag/_index.md new file mode 100644 index 00000000000..61c17f90e18 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/gettag/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetTag method +linktitle: GetTag +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetTag method. Gets and sets a user-defined string that is associated with this PivotTable view in C++.' +type: docs +weight: 13000 +url: /es/cpp/aspose.cells.pivot/pivottable/gettag/ +--- +## PivotTable::GetTag method + + +Gets and sets a user-defined string that is associated with this [PivotTable](../) view. + +```cpp +U16String Aspose::Cells::Pivot::PivotTable::GetTag() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/gettoprightarea/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/gettoprightarea/_index.md new file mode 100644 index 00000000000..d04cfbfb996 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/gettoprightarea/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetTopRightArea method +linktitle: GetTopRightArea +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetTopRightArea method. Represents the blank area at the top-right of the PivotTable (top-left for RTL sheets) in C++.' +type: docs +weight: 3400 +url: /es/cpp/aspose.cells.pivot/pivottable/gettoprightarea/ +--- +## PivotTable::GetTopRightArea method + + +Represents the blank area at the top-right of the [PivotTable](../) (top-left for RTL sheets). + +```cpp +CellArea Aspose::Cells::Pivot::PivotTable::GetTopRightArea() +``` + +## See Also + +* Class [CellArea](../../../aspose.cells/cellarea/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/getvaluesfield/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/getvaluesfield/_index.md new file mode 100644 index 00000000000..a46a42483d4 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/getvaluesfield/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::GetValuesField method +linktitle: GetValuesField +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::GetValuesField method. Gets a PivotField object that represents all the data fields in a PivotTable. Read-only. It would only be created when there are two or more data fields in the Data region. Defaultly it is in row region. You can drag it to the row/column region with PivotTable.AddFieldToArea() method in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells.pivot/pivottable/getvaluesfield/ +--- +## PivotTable::GetValuesField method + + +Gets a [PivotField](../../pivotfield/) object that represents all the data fields in a [PivotTable](../). Read-only. It would only be created when there are two or more data fields in the Data region. Defaultly it is in row region. You can drag it to the row/column region with [PivotTable.AddFieldToArea()](../addfieldtoarea/) method . + +```cpp +PivotField Aspose::Cells::Pivot::PivotTable::GetValuesField() +``` + +## See Also + +* Class [PivotField](../../pivotfield/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/isautoformat/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/isautoformat/_index.md new file mode 100644 index 00000000000..bc20f59be1b --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/isautoformat/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::IsAutoFormat method +linktitle: IsAutoFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::IsAutoFormat method. Indicates whether the PivotTable report is automatically formatted. Checkbox "autoformat table " which is in pivottable option for Excel 2003 in C++.' +type: docs +weight: 5700 +url: /es/cpp/aspose.cells.pivot/pivottable/isautoformat/ +--- +## PivotTable::IsAutoFormat method + + +Indicates whether the [PivotTable](../) report is automatically formatted. Checkbox "autoformat table " which is in pivottable option for Excel 2003. + +```cpp +bool Aspose::Cells::Pivot::PivotTable::IsAutoFormat() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/isexcel2003compatible/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/isexcel2003compatible/_index.md new file mode 100644 index 00000000000..4b2ffa4f95a --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/isexcel2003compatible/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::IsExcel2003Compatible method +linktitle: IsExcel2003Compatible +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::IsExcel2003Compatible method. Specifies whether the PivotTable is compatible for Excel2003 when refreshing PivotTable, if true, a string must be less than or equal to 255 characters, so if the string is greater than 255 characters, it will be truncated. if false, a string will not have the aforementioned restriction. The default value is true in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.pivot/pivottable/isexcel2003compatible/ +--- +## PivotTable::IsExcel2003Compatible method + + +Specifies whether the [PivotTable](../) is compatible for Excel2003 when refreshing [PivotTable](../), if true, a string must be less than or equal to 255 characters, so if the string is greater than 255 characters, it will be truncated. if false, a string will not have the aforementioned restriction. The default value is true. + +```cpp +bool Aspose::Cells::Pivot::PivotTable::IsExcel2003Compatible() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/isgriddropzones/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/isgriddropzones/_index.md new file mode 100644 index 00000000000..18b5296079e --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/isgriddropzones/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::IsGridDropZones method +linktitle: IsGridDropZones +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::IsGridDropZones method. Indicates whether the PivotTable report displays classic pivottable layout. (enables dragging fields in the grid) in C++.' +type: docs +weight: 3700 +url: /es/cpp/aspose.cells.pivot/pivottable/isgriddropzones/ +--- +## PivotTable::IsGridDropZones method + + +Indicates whether the [PivotTable](../) report displays classic pivottable layout. (enables dragging fields in the grid) + +```cpp +bool Aspose::Cells::Pivot::PivotTable::IsGridDropZones() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/ismultiplefieldfilters/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/ismultiplefieldfilters/_index.md new file mode 100644 index 00000000000..8b9d0212e20 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/ismultiplefieldfilters/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::IsMultipleFieldFilters method +linktitle: IsMultipleFieldFilters +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::IsMultipleFieldFilters method. Specifies a boolean value that indicates whether the fields of a PivotTable can have multiple filters set on them in C++.' +type: docs +weight: 8500 +url: /es/cpp/aspose.cells.pivot/pivottable/ismultiplefieldfilters/ +--- +## PivotTable::IsMultipleFieldFilters method + + +Specifies a boolean value that indicates whether the fields of a [PivotTable](../) can have multiple filters set on them. + + +>Deprecated +> +>Use PivotTable.AllowMultipleFiltersPerField property instead. +```cpp +bool Aspose::Cells::Pivot::PivotTable::IsMultipleFieldFilters() +``` + +## Remarks + + +NOTE: This property is now obsolete. Instead, please use PivotTable.AllowMultipleFiltersPerField property. This method will be removed 12 months later since December 2024. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/isnull/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/isnull/_index.md new file mode 100644 index 00000000000..fcc0e16615a --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.pivot/pivottable/isnull/ +--- +## PivotTable::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Pivot::PivotTable::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/isselected/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/isselected/_index.md new file mode 100644 index 00000000000..d236ec6927f --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/isselected/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::IsSelected method +linktitle: IsSelected +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::IsSelected method. Indicates whether this PivotTable is selected in C++.' +type: docs +weight: 16300 +url: /es/cpp/aspose.cells.pivot/pivottable/isselected/ +--- +## PivotTable::IsSelected method + + +Indicates whether this [PivotTable](../) is selected. + +```cpp +bool Aspose::Cells::Pivot::PivotTable::IsSelected() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/move/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/move/_index.md new file mode 100644 index 00000000000..d6af771966c --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/move/_index.md @@ -0,0 +1,101 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::Move method +linktitle: Move +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::Move method. Moves the PivotTable to a different location in the worksheet in C++.' +type: docs +weight: 3500 +url: /es/cpp/aspose.cells.pivot/pivottable/move/ +--- +## PivotTable::Move(int32_t, int32_t) method + + +Moves the [PivotTable](../) to a different location in the worksheet. + + +>Deprecated +> +>Use PivotTable.MoveTo() method instead. +```cpp +void Aspose::Cells::Pivot::PivotTable::Move(int32_t row, int32_t column) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | row index. | +| column | int32_t | column index. | +## Remarks + + + +NOTE: This property is now obsolete. Instead, please use [PivotTable.MoveTo()](../moveto/) method. This method will be removed 12 months later since December 2024. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTable::Move(const U16String\&) method + + +Moves the [PivotTable](../) to a different location in the worksheet. + + +>Deprecated +> +>Use PivotTable.MoveTo() method instead. +```cpp +void Aspose::Cells::Pivot::PivotTable::Move(const U16String &destCellName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| destCellName | const U16String\& | the dest cell name. | +## Remarks + + + +NOTE: This property is now obsolete. Instead, please use [PivotTable.MoveTo()](../moveto/) method. This method will be removed 12 months later since December 2024. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTable::Move(const char16_t*) method + + +Moves the [PivotTable](../) to a different location in the worksheet. + + +>Deprecated +> +>Use PivotTable.MoveTo() method instead. +```cpp +void Aspose::Cells::Pivot::PivotTable::Move(const char16_t *destCellName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| destCellName | const char16_t* | the dest cell name. | +## Remarks + + + +NOTE: This property is now obsolete. Instead, please use [PivotTable.MoveTo()](../moveto/) method. This method will be removed 12 months later since December 2024. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/moveto/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/moveto/_index.md new file mode 100644 index 00000000000..38c4c8327fd --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/moveto/_index.md @@ -0,0 +1,71 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::MoveTo method +linktitle: MoveTo +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::MoveTo method. Moves the PivotTable to a different location in the worksheet in C++.' +type: docs +weight: 3600 +url: /es/cpp/aspose.cells.pivot/pivottable/moveto/ +--- +## PivotTable::MoveTo(int32_t, int32_t) method + + +Moves the [PivotTable](../) to a different location in the worksheet. + +```cpp +void Aspose::Cells::Pivot::PivotTable::MoveTo(int32_t row, int32_t column) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | row index. | +| column | int32_t | column index. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTable::MoveTo(const U16String\&) method + + +Moves the [PivotTable](../) to a different location in the worksheet. + +```cpp +void Aspose::Cells::Pivot::PivotTable::MoveTo(const U16String &destCellName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| destCellName | const U16String\& | the dest cell name. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTable::MoveTo(const char16_t*) method + + +Moves the [PivotTable](../) to a different location in the worksheet. + +```cpp +void Aspose::Cells::Pivot::PivotTable::MoveTo(const char16_t *destCellName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| destCellName | const char16_t* | the dest cell name. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/operator_asm/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/operator_asm/_index.md new file mode 100644 index 00000000000..d5e4a4015f2 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.pivot/pivottable/operator_asm/ +--- +## PivotTable::operator= method + + +operator= + +```cpp +PivotTable & Aspose::Cells::Pivot::PivotTable::operator=(const PivotTable &src) +``` + +## See Also + +* Class [PivotTable](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/operator_bool/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/operator_bool/_index.md new file mode 100644 index 00000000000..506f23e01b7 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.pivot/pivottable/operator_bool/ +--- +## PivotTable::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Pivot::PivotTable::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/pivottable/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/pivottable/_index.md new file mode 100644 index 00000000000..e8532029937 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/pivottable/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::PivotTable constructor +linktitle: PivotTable +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::PivotTable constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.pivot/pivottable/pivottable/ +--- +## PivotTable::PivotTable(PivotTable_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Pivot::PivotTable::PivotTable(PivotTable_Impl *impl=nullptr) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTable::PivotTable(const PivotTable\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Pivot::PivotTable::PivotTable(const PivotTable &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/refreshdata/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/refreshdata/_index.md new file mode 100644 index 00000000000..b177e7aede0 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/refreshdata/_index.md @@ -0,0 +1,50 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::RefreshData method +linktitle: RefreshData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::RefreshData method. Refreshes pivottable''s data and setting from it''s data source in C++.' +type: docs +weight: 14500 +url: /es/cpp/aspose.cells.pivot/pivottable/refreshdata/ +--- +## PivotTable::RefreshData() method + + +Refreshes pivottable's data and setting from it's data source. + +```cpp +PivotRefreshState Aspose::Cells::Pivot::PivotTable::RefreshData() +``` + +## Remarks + + +We will gather data from data source to a pivot cache ,then calculate the data in the cache to the cells. This method is only used to gather all data to a pivot cache. +## See Also + +* Enum [PivotRefreshState](../../pivotrefreshstate/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTable::RefreshData(const PivotTableRefreshOption\&) method + + +Refreshes pivottable's data and setting from it's data source with options. + +```cpp +PivotRefreshState Aspose::Cells::Pivot::PivotTable::RefreshData(const PivotTableRefreshOption &option) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| option | const PivotTableRefreshOption\& | The options for refreshing data source of pivot table. | + +## See Also + +* Enum [PivotRefreshState](../../pivotrefreshstate/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTableRefreshOption](../../pivottablerefreshoption/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/removefield/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/removefield/_index.md new file mode 100644 index 00000000000..91759bca561 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/removefield/_index.md @@ -0,0 +1,111 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::RemoveField method +linktitle: RemoveField +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::RemoveField method. Removes a field from specific field area in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.pivot/pivottable/removefield/ +--- +## PivotTable::RemoveField(PivotFieldType, const U16String\&) method + + +Removes a field from specific field area. + +```cpp +void Aspose::Cells::Pivot::PivotTable::RemoveField(PivotFieldType fieldType, const U16String &fieldName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fieldType | PivotFieldType | The fields area type. | +| fieldName | const U16String\& | The name in the base fields. | +## Remarks + + + +RemoveField(PivotFieldType,PivotField) +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PivotFieldType](../../pivotfieldtype/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTable::RemoveField(PivotFieldType, const char16_t*) method + + +Removes a field from specific field area. + +```cpp +void Aspose::Cells::Pivot::PivotTable::RemoveField(PivotFieldType fieldType, const char16_t *fieldName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fieldType | PivotFieldType | The fields area type. | +| fieldName | const char16_t* | The name in the base fields. | +## Remarks + + + +RemoveField(PivotFieldType,PivotField) +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PivotFieldType](../../pivotfieldtype/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTable::RemoveField(PivotFieldType, int32_t) method + + +Removes a field from specific field area. + +```cpp +void Aspose::Cells::Pivot::PivotTable::RemoveField(PivotFieldType fieldType, int32_t baseFieldIndex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fieldType | PivotFieldType | The fields area type. | +| baseFieldIndex | int32_t | The field index in the base fields. | +## Remarks + + + +RemoveField(PivotFieldType,PivotField) +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PivotFieldType](../../pivotfieldtype/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTable::RemoveField(PivotFieldType, const PivotField\&) method + + +Remove field from specific field area. + +```cpp +void Aspose::Cells::Pivot::PivotTable::RemoveField(PivotFieldType fieldType, const PivotField &pivotField) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fieldType | PivotFieldType | the fields area type. | +| pivotField | const PivotField\& | the field in the base fields. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PivotFieldType](../../pivotfieldtype/) +* Class [PivotField](../../pivotfield/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/selectarea/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/selectarea/_index.md new file mode 100644 index 00000000000..be9fddf390f --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/selectarea/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SelectArea method +linktitle: SelectArea +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SelectArea method. Select an area of pivot table view in C++.' +type: docs +weight: 15200 +url: /es/cpp/aspose.cells.pivot/pivottable/selectarea/ +--- +## PivotTable::SelectArea method + + +Select an area of pivot table view. + +```cpp +PivotAreaCollection Aspose::Cells::Pivot::PivotTable::SelectArea(const CellArea &ca) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| ca | const CellArea\& | The cell area. | + +## ReturnValue + + + +## See Also + +* Class [PivotAreaCollection](../../pivotareacollection/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [CellArea](../../../aspose.cells/cellarea/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setallowmultiplefiltersperfield/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setallowmultiplefiltersperfield/_index.md new file mode 100644 index 00000000000..f59c9a122c0 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setallowmultiplefiltersperfield/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetAllowMultipleFiltersPerField method +linktitle: SetAllowMultipleFiltersPerField +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetAllowMultipleFiltersPerField method. Specifies a boolean value that indicates whether the fields of a PivotTable can have multiple filters set on them in C++.' +type: docs +weight: 8800 +url: /es/cpp/aspose.cells.pivot/pivottable/setallowmultiplefiltersperfield/ +--- +## PivotTable::SetAllowMultipleFiltersPerField method + + +Specifies a boolean value that indicates whether the fields of a [PivotTable](../) can have multiple filters set on them. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetAllowMultipleFiltersPerField(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setalttextdescription/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setalttextdescription/_index.md new file mode 100644 index 00000000000..e96ce55aa1a --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setalttextdescription/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetAltTextDescription method +linktitle: SetAltTextDescription +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetAltTextDescription method. Gets the description of the alt text in C++.' +type: docs +weight: 11000 +url: /es/cpp/aspose.cells.pivot/pivottable/setalttextdescription/ +--- +## PivotTable::SetAltTextDescription(const U16String\&) method + + +Gets the description of the alt text. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetAltTextDescription(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTable::SetAltTextDescription(const char16_t*) method + + +Gets the description of the alt text. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetAltTextDescription(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setalttexttitle/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setalttexttitle/_index.md new file mode 100644 index 00000000000..438185ab656 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setalttexttitle/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetAltTextTitle method +linktitle: SetAltTextTitle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetAltTextTitle method. Gets and sets the title of the alter text in C++.' +type: docs +weight: 10800 +url: /es/cpp/aspose.cells.pivot/pivottable/setalttexttitle/ +--- +## PivotTable::SetAltTextTitle(const U16String\&) method + + +Gets and sets the title of the alter text. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetAltTextTitle(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTable::SetAltTextTitle(const char16_t*) method + + +Gets and sets the title of the alter text. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetAltTextTitle(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setautofitcolumnwidthonupdate/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setautofitcolumnwidthonupdate/_index.md new file mode 100644 index 00000000000..dfe8de7808c --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setautofitcolumnwidthonupdate/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetAutofitColumnWidthOnUpdate method +linktitle: SetAutofitColumnWidthOnUpdate +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetAutofitColumnWidthOnUpdate method. Indicates whether autofitting column width on update in C++.' +type: docs +weight: 6000 +url: /es/cpp/aspose.cells.pivot/pivottable/setautofitcolumnwidthonupdate/ +--- +## PivotTable::SetAutofitColumnWidthOnUpdate method + + +Indicates whether autofitting column width on update. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetAutofitColumnWidthOnUpdate(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setautoformattype/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setautoformattype/_index.md new file mode 100644 index 00000000000..4b8b2914419 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setautoformattype/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetAutoFormatType method +linktitle: SetAutoFormatType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetAutoFormatType method. Gets and sets the auto format type of PivotTable in C++.' +type: docs +weight: 6200 +url: /es/cpp/aspose.cells.pivot/pivottable/setautoformattype/ +--- +## PivotTable::SetAutoFormatType method + + +Gets and sets the auto format type of [PivotTable](../). + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetAutoFormatType(PivotTableAutoFormatType value) +``` + +## Remarks + + +[PivotTableAutoFormatType](../../pivottableautoformattype/) +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PivotTableAutoFormatType](../../pivottableautoformattype/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setcolumngrand/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setcolumngrand/_index.md new file mode 100644 index 00000000000..9b506a939f5 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setcolumngrand/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetColumnGrand method +linktitle: SetColumnGrand +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetColumnGrand method. Indicates whether the PivotTable report shows grand totals for columns in C++.' +type: docs +weight: 4400 +url: /es/cpp/aspose.cells.pivot/pivottable/setcolumngrand/ +--- +## PivotTable::SetColumnGrand method + + +Indicates whether the [PivotTable](../) report shows grand totals for columns. + + +>Deprecated +> +>Use PivotTable.ShowColumnGrandTotals property instead. +```cpp +void Aspose::Cells::Pivot::PivotTable::SetColumnGrand(bool value) +``` + +## Remarks + + +NOTE: This property is now obsolete. Instead, please use PivotTable.ShowColumnGrandTotals method. This method will be removed 12 months later since December 2024. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setcolumnheadercaption/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setcolumnheadercaption/_index.md new file mode 100644 index 00000000000..92bb2edf254 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setcolumnheadercaption/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetColumnHeaderCaption method +linktitle: SetColumnHeaderCaption +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetColumnHeaderCaption method. Gets and sets the custom Caption of the Column Header of the PivotTable in C++.' +type: docs +weight: 11500 +url: /es/cpp/aspose.cells.pivot/pivottable/setcolumnheadercaption/ +--- +## PivotTable::SetColumnHeaderCaption(const U16String\&) method + + +Gets and sets the custom Caption of the [Column](../../../aspose.cells/column/) Header of the [PivotTable](../). + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetColumnHeaderCaption(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTable::SetColumnHeaderCaption(const char16_t*) method + + +Gets and sets the custom Caption of the [Column](../../../aspose.cells/column/) Header of the [PivotTable](../). + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetColumnHeaderCaption(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setcustomlistsort/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setcustomlistsort/_index.md new file mode 100644 index 00000000000..f17ee61f878 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setcustomlistsort/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetCustomListSort method +linktitle: SetCustomListSort +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetCustomListSort method. Indicates whether consider built-in custom list when sort data in C++.' +type: docs +weight: 12200 +url: /es/cpp/aspose.cells.pivot/pivottable/setcustomlistsort/ +--- +## PivotTable::SetCustomListSort method + + +Indicates whether consider built-in custom list when sort data. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetCustomListSort(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setdatafieldheadername/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setdatafieldheadername/_index.md new file mode 100644 index 00000000000..fb9e4142ae6 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setdatafieldheadername/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetDataFieldHeaderName method +linktitle: SetDataFieldHeaderName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetDataFieldHeaderName method. Gets and sets the name of the value area field header in the PivotTable in C++.' +type: docs +weight: 5400 +url: /es/cpp/aspose.cells.pivot/pivottable/setdatafieldheadername/ +--- +## PivotTable::SetDataFieldHeaderName(const U16String\&) method + + +Gets and sets the name of the value area field header in the [PivotTable](../). + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetDataFieldHeaderName(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTable::SetDataFieldHeaderName(const char16_t*) method + + +Gets and sets the name of the value area field header in the [PivotTable](../). + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetDataFieldHeaderName(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setdatasource/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setdatasource/_index.md new file mode 100644 index 00000000000..43791a022cf --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setdatasource/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetDataSource method +linktitle: SetDataSource +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetDataSource method. Gets and sets the data source of the pivot table in C++.' +type: docs +weight: 14200 +url: /es/cpp/aspose.cells.pivot/pivottable/setdatasource/ +--- +## PivotTable::SetDataSource method + + +Gets and sets the data source of the pivot table. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetDataSource(const Vector &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setdisplayerrorstring/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setdisplayerrorstring/_index.md new file mode 100644 index 00000000000..8d14b26d62d --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setdisplayerrorstring/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetDisplayErrorString method +linktitle: SetDisplayErrorString +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetDisplayErrorString method. Indicates whether the PivotTable report displays a custom string in cells that contain errors in C++.' +type: docs +weight: 5200 +url: /es/cpp/aspose.cells.pivot/pivottable/setdisplayerrorstring/ +--- +## PivotTable::SetDisplayErrorString method + + +Indicates whether the [PivotTable](../) report displays a custom string in cells that contain errors. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetDisplayErrorString(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setdisplayimmediateitems/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setdisplayimmediateitems/_index.md new file mode 100644 index 00000000000..88710ac022e --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setdisplayimmediateitems/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetDisplayImmediateItems method +linktitle: SetDisplayImmediateItems +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetDisplayImmediateItems method. Indicates whether items in the row and column areas are visible when the data area of the PivotTable is empty. The default value is true in C++.' +type: docs +weight: 16200 +url: /es/cpp/aspose.cells.pivot/pivottable/setdisplayimmediateitems/ +--- +## PivotTable::SetDisplayImmediateItems method + + +Indicates whether items in the row and column areas are visible when the data area of the [PivotTable](../) is empty. The default value is true. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetDisplayImmediateItems(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setdisplaynullstring/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setdisplaynullstring/_index.md new file mode 100644 index 00000000000..700d4cd5ff5 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setdisplaynullstring/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetDisplayNullString method +linktitle: SetDisplayNullString +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetDisplayNullString method. Indicates whether the PivotTable report displays a custom string if the value is null in C++.' +type: docs +weight: 4800 +url: /es/cpp/aspose.cells.pivot/pivottable/setdisplaynullstring/ +--- +## PivotTable::SetDisplayNullString method + + +Indicates whether the [PivotTable](../) report displays a custom string if the value is null. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetDisplayNullString(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setenabledatavalueediting/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setenabledatavalueediting/_index.md new file mode 100644 index 00000000000..1bb9c8ab289 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setenabledatavalueediting/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetEnableDataValueEditing method +linktitle: SetEnableDataValueEditing +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetEnableDataValueEditing method. Specifies a boolean value that indicates whether the user is allowed to edit the cells in the data area of the pivottable. Enable cell editing in the values area in C++.' +type: docs +weight: 9200 +url: /es/cpp/aspose.cells.pivot/pivottable/setenabledatavalueediting/ +--- +## PivotTable::SetEnableDataValueEditing method + + +Specifies a boolean value that indicates whether the user is allowed to edit the cells in the data area of the pivottable. Enable cell editing in the values area. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetEnableDataValueEditing(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setenabledrilldown/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setenabledrilldown/_index.md new file mode 100644 index 00000000000..cf9864bdc77 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setenabledrilldown/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetEnableDrilldown method +linktitle: SetEnableDrilldown +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetEnableDrilldown method. Gets whether drilldown is enabled in C++.' +type: docs +weight: 7200 +url: /es/cpp/aspose.cells.pivot/pivottable/setenabledrilldown/ +--- +## PivotTable::SetEnableDrilldown method + + +Gets whether drilldown is enabled. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetEnableDrilldown(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setenablefielddialog/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setenablefielddialog/_index.md new file mode 100644 index 00000000000..ea215b499b2 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setenablefielddialog/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetEnableFieldDialog method +linktitle: SetEnableFieldDialog +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetEnableFieldDialog method. Indicates whether the PivotTable Field dialog box is available when the user double-clicks the PivotTable field in C++.' +type: docs +weight: 7400 +url: /es/cpp/aspose.cells.pivot/pivottable/setenablefielddialog/ +--- +## PivotTable::SetEnableFieldDialog method + + +Indicates whether the [PivotTable](../) Field dialog box is available when the user double-clicks the [PivotTable](../) field. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetEnableFieldDialog(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setenablefieldlist/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setenablefieldlist/_index.md new file mode 100644 index 00000000000..b14c1cacc0a --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setenablefieldlist/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetEnableFieldList method +linktitle: SetEnableFieldList +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetEnableFieldList method. Indicates whether the field list for the PivotTable is available on the view of Excel in C++.' +type: docs +weight: 7600 +url: /es/cpp/aspose.cells.pivot/pivottable/setenablefieldlist/ +--- +## PivotTable::SetEnableFieldList method + + +Indicates whether the field list for the [PivotTable](../) is available on the view of Excel. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetEnableFieldList(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setenablewizard/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setenablewizard/_index.md new file mode 100644 index 00000000000..112362133f7 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setenablewizard/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetEnableWizard method +linktitle: SetEnableWizard +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetEnableWizard method. Indicates whether the PivotTable Wizard is available in C++.' +type: docs +weight: 7800 +url: /es/cpp/aspose.cells.pivot/pivottable/setenablewizard/ +--- +## PivotTable::SetEnableWizard method + + +Indicates whether the [PivotTable](../) Wizard is available. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetEnableWizard(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/seterrorstring/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/seterrorstring/_index.md new file mode 100644 index 00000000000..de6dd0f6bcb --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/seterrorstring/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetErrorString method +linktitle: SetErrorString +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetErrorString method. Gets the string displayed in cells that contain errors when the DisplayErrorString property is true.The default value is an empty string in C++.' +type: docs +weight: 5600 +url: /es/cpp/aspose.cells.pivot/pivottable/seterrorstring/ +--- +## PivotTable::SetErrorString(const U16String\&) method + + +Gets the string displayed in cells that contain errors when the DisplayErrorString property is true.The default value is an empty string. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetErrorString(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTable::SetErrorString(const char16_t*) method + + +Gets the string displayed in cells that contain errors when the DisplayErrorString property is true.The default value is an empty string. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetErrorString(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setfieldlistsortascending/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setfieldlistsortascending/_index.md new file mode 100644 index 00000000000..8ae8fa39f00 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setfieldlistsortascending/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetFieldListSortAscending method +linktitle: SetFieldListSortAscending +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetFieldListSortAscending method. Indicates whether fields in the PivotTable are sorted in non-default order in the field list in C++.' +type: docs +weight: 10400 +url: /es/cpp/aspose.cells.pivot/pivottable/setfieldlistsortascending/ +--- +## PivotTable::SetFieldListSortAscending method + + +Indicates whether fields in the [PivotTable](../) are sorted in non-default order in the field list. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetFieldListSortAscending(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setgrandtotalname/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setgrandtotalname/_index.md new file mode 100644 index 00000000000..311b61f335a --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setgrandtotalname/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetGrandTotalName method +linktitle: SetGrandTotalName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetGrandTotalName method. Returns the label that is displayed in the grand total column or row heading. The default value is the string "Grand Total" in C++.' +type: docs +weight: 8200 +url: /es/cpp/aspose.cells.pivot/pivottable/setgrandtotalname/ +--- +## PivotTable::SetGrandTotalName(const U16String\&) method + + +Returns the label that is displayed in the grand total column or row heading. The default value is the string "Grand Total". + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetGrandTotalName(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTable::SetGrandTotalName(const char16_t*) method + + +Returns the label that is displayed in the grand total column or row heading. The default value is the string "Grand Total". + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetGrandTotalName(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/sethasblankrows/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/sethasblankrows/_index.md new file mode 100644 index 00000000000..eb746017e72 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/sethasblankrows/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetHasBlankRows method +linktitle: SetHasBlankRows +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetHasBlankRows method. Indicates whether to add blank rows. This property only applies for the PivotTable auto format types which needs to add blank rows in C++.' +type: docs +weight: 6400 +url: /es/cpp/aspose.cells.pivot/pivottable/sethasblankrows/ +--- +## PivotTable::SetHasBlankRows method + + +Indicates whether to add blank rows. This property only applies for the [PivotTable](../) auto format types which needs to add blank rows. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetHasBlankRows(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setindent/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setindent/_index.md new file mode 100644 index 00000000000..7c5daf63d97 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setindent/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetIndent method +linktitle: SetIndent +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetIndent method. Specifies the indentation increment for compact axis and can be used to set the Report Layout to Compact Form in C++.' +type: docs +weight: 11600 +url: /es/cpp/aspose.cells.pivot/pivottable/setindent/ +--- +## PivotTable::SetIndent method + + +Specifies the indentation increment for compact axis and can be used to set the Report Layout to Compact Form. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetIndent(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setisautoformat/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setisautoformat/_index.md new file mode 100644 index 00000000000..f6d123b8380 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setisautoformat/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetIsAutoFormat method +linktitle: SetIsAutoFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetIsAutoFormat method. Indicates whether the PivotTable report is automatically formatted. Checkbox "autoformat table " which is in pivottable option for Excel 2003 in C++.' +type: docs +weight: 5800 +url: /es/cpp/aspose.cells.pivot/pivottable/setisautoformat/ +--- +## PivotTable::SetIsAutoFormat method + + +Indicates whether the [PivotTable](../) report is automatically formatted. Checkbox "autoformat table " which is in pivottable option for Excel 2003. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetIsAutoFormat(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setisexcel2003compatible/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setisexcel2003compatible/_index.md new file mode 100644 index 00000000000..19591c599ec --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setisexcel2003compatible/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetIsExcel2003Compatible method +linktitle: SetIsExcel2003Compatible +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetIsExcel2003Compatible method. Specifies whether the PivotTable is compatible for Excel2003 when refreshing PivotTable, if true, a string must be less than or equal to 255 characters, so if the string is greater than 255 characters, it will be truncated. if false, a string will not have the aforementioned restriction. The default value is true in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.pivot/pivottable/setisexcel2003compatible/ +--- +## PivotTable::SetIsExcel2003Compatible method + + +Specifies whether the [PivotTable](../) is compatible for Excel2003 when refreshing [PivotTable](../), if true, a string must be less than or equal to 255 characters, so if the string is greater than 255 characters, it will be truncated. if false, a string will not have the aforementioned restriction. The default value is true. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetIsExcel2003Compatible(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setisgriddropzones/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setisgriddropzones/_index.md new file mode 100644 index 00000000000..b823a1b378b --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setisgriddropzones/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetIsGridDropZones method +linktitle: SetIsGridDropZones +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetIsGridDropZones method. Indicates whether the PivotTable report displays classic pivottable layout. (enables dragging fields in the grid) in C++.' +type: docs +weight: 3800 +url: /es/cpp/aspose.cells.pivot/pivottable/setisgriddropzones/ +--- +## PivotTable::SetIsGridDropZones method + + +Indicates whether the [PivotTable](../) report displays classic pivottable layout. (enables dragging fields in the grid) + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetIsGridDropZones(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setismultiplefieldfilters/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setismultiplefieldfilters/_index.md new file mode 100644 index 00000000000..c505136bcf0 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setismultiplefieldfilters/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetIsMultipleFieldFilters method +linktitle: SetIsMultipleFieldFilters +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetIsMultipleFieldFilters method. Specifies a boolean value that indicates whether the fields of a PivotTable can have multiple filters set on them in C++.' +type: docs +weight: 8600 +url: /es/cpp/aspose.cells.pivot/pivottable/setismultiplefieldfilters/ +--- +## PivotTable::SetIsMultipleFieldFilters method + + +Specifies a boolean value that indicates whether the fields of a [PivotTable](../) can have multiple filters set on them. + + +>Deprecated +> +>Use PivotTable.AllowMultipleFiltersPerField property instead. +```cpp +void Aspose::Cells::Pivot::PivotTable::SetIsMultipleFieldFilters(bool value) +``` + +## Remarks + + +NOTE: This property is now obsolete. Instead, please use PivotTable.AllowMultipleFiltersPerField property. This method will be removed 12 months later since December 2024. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setisselected/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setisselected/_index.md new file mode 100644 index 00000000000..59a68400ddf --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setisselected/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetIsSelected method +linktitle: SetIsSelected +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetIsSelected method. Indicates whether this PivotTable is selected in C++.' +type: docs +weight: 16400 +url: /es/cpp/aspose.cells.pivot/pivottable/setisselected/ +--- +## PivotTable::SetIsSelected method + + +Indicates whether this [PivotTable](../) is selected. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetIsSelected(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setitemprinttitles/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setitemprinttitles/_index.md new file mode 100644 index 00000000000..70f1a75a342 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setitemprinttitles/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetItemPrintTitles method +linktitle: SetItemPrintTitles +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetItemPrintTitles method. Indicates whether PivotItem names should be repeated at the top of each printed page in C++.' +type: docs +weight: 15600 +url: /es/cpp/aspose.cells.pivot/pivottable/setitemprinttitles/ +--- +## PivotTable::SetItemPrintTitles method + + +Indicates whether [PivotItem](../../pivotitem/) names should be repeated at the top of each printed page. + + +>Deprecated +> +>Use PivotTable.RepeatItemsOnEachPrintedPage property instead. +```cpp +void Aspose::Cells::Pivot::PivotTable::SetItemPrintTitles(bool value) +``` + +## Remarks + + +NOTE: This property is now obsolete. Instead, please use PivotTable.RepeatItemsOnEachPrintedPage property. This method will be removed 12 months later since October 2024. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setmanualupdate/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setmanualupdate/_index.md new file mode 100644 index 00000000000..e3d3b7d37ec --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setmanualupdate/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetManualUpdate method +linktitle: SetManualUpdate +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetManualUpdate method. Indicates whether the PivotTable report is recalculated only at the user''s request in C++.' +type: docs +weight: 8400 +url: /es/cpp/aspose.cells.pivot/pivottable/setmanualupdate/ +--- +## PivotTable::SetManualUpdate method + + +Indicates whether the [PivotTable](../) report is recalculated only at the user's request. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetManualUpdate(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setmergelabels/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setmergelabels/_index.md new file mode 100644 index 00000000000..620e80fb9d7 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setmergelabels/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetMergeLabels method +linktitle: SetMergeLabels +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetMergeLabels method. True if the specified PivotTable report''s outer-row item, column item, subtotal, and grand total labels use merged cells in C++.' +type: docs +weight: 6600 +url: /es/cpp/aspose.cells.pivot/pivottable/setmergelabels/ +--- +## PivotTable::SetMergeLabels method + + +True if the specified [PivotTable](../) report's outer-row item, column item, subtotal, and grand total labels use merged cells. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetMergeLabels(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setmissingitemslimit/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setmissingitemslimit/_index.md new file mode 100644 index 00000000000..b3ff72c61f0 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setmissingitemslimit/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetMissingItemsLimit method +linktitle: SetMissingItemsLimit +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetMissingItemsLimit method. Specifies a boolean value that indicates whether the fields of a PivotTable can have multiple filters set on them in C++.' +type: docs +weight: 9000 +url: /es/cpp/aspose.cells.pivot/pivottable/setmissingitemslimit/ +--- +## PivotTable::SetMissingItemsLimit method + + +Specifies a boolean value that indicates whether the fields of a [PivotTable](../) can have multiple filters set on them. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetMissingItemsLimit(PivotMissingItemLimitType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PivotMissingItemLimitType](../../pivotmissingitemlimittype/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setname/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setname/_index.md new file mode 100644 index 00000000000..0d8ca672967 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setname/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetName method +linktitle: SetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetName method. Gets the name of the PivotTable in C++.' +type: docs +weight: 11200 +url: /es/cpp/aspose.cells.pivot/pivottable/setname/ +--- +## PivotTable::SetName(const U16String\&) method + + +Gets the name of the [PivotTable](../). + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetName(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTable::SetName(const char16_t*) method + + +Gets the name of the [PivotTable](../). + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetName(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setnullstring/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setnullstring/_index.md new file mode 100644 index 00000000000..24151fc5a5e --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setnullstring/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetNullString method +linktitle: SetNullString +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetNullString method. Gets the string displayed in cells that contain null values when the DisplayNullString property is true.The default value is an empty string in C++.' +type: docs +weight: 5000 +url: /es/cpp/aspose.cells.pivot/pivottable/setnullstring/ +--- +## PivotTable::SetNullString(const U16String\&) method + + +Gets the string displayed in cells that contain null values when the DisplayNullString property is true.The default value is an empty string. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetNullString(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTable::SetNullString(const char16_t*) method + + +Gets the string displayed in cells that contain null values when the DisplayNullString property is true.The default value is an empty string. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetNullString(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setpagefieldorder/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setpagefieldorder/_index.md new file mode 100644 index 00000000000..f0c639e2b7c --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setpagefieldorder/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetPageFieldOrder method +linktitle: SetPageFieldOrder +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetPageFieldOrder method. Gets and sets the order in which page fields are added to the PivotTable report''s layout in C++.' +type: docs +weight: 12600 +url: /es/cpp/aspose.cells.pivot/pivottable/setpagefieldorder/ +--- +## PivotTable::SetPageFieldOrder method + + +Gets and sets the order in which page fields are added to the [PivotTable](../) report's layout. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetPageFieldOrder(PrintOrderType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PrintOrderType](../../../aspose.cells/printordertype/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setpagefieldwrapcount/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setpagefieldwrapcount/_index.md new file mode 100644 index 00000000000..1e35a28c0e8 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setpagefieldwrapcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetPageFieldWrapCount method +linktitle: SetPageFieldWrapCount +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetPageFieldWrapCount method. Gets the number of page fields in each column or row in the PivotTable report in C++.' +type: docs +weight: 12800 +url: /es/cpp/aspose.cells.pivot/pivottable/setpagefieldwrapcount/ +--- +## PivotTable::SetPageFieldWrapCount method + + +Gets the number of page fields in each column or row in the [PivotTable](../) report. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetPageFieldWrapCount(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setpivottablestyle/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setpivottablestyle/_index.md new file mode 100644 index 00000000000..564d7ebc51f --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setpivottablestyle/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetPivotTableStyle method +linktitle: SetPivotTableStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetPivotTableStyle method. Gets TableStyle settings of this pivot table in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.pivot/pivottable/setpivottablestyle/ +--- +## PivotTable::SetPivotTableStyle method + + +Gets TableStyle settings of this pivot table. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetPivotTableStyle(const TableStyle &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TableStyle](../../../aspose.cells.tables/tablestyle/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setpivottablestylename/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setpivottablestylename/_index.md new file mode 100644 index 00000000000..f70cd838572 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setpivottablestylename/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetPivotTableStyleName method +linktitle: SetPivotTableStyleName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetPivotTableStyleName method. Gets and sets the pivottable style name in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.pivot/pivottable/setpivottablestylename/ +--- +## PivotTable::SetPivotTableStyleName(const U16String\&) method + + +Gets and sets the pivottable style name. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetPivotTableStyleName(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTable::SetPivotTableStyleName(const char16_t*) method + + +Gets and sets the pivottable style name. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetPivotTableStyleName(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setpivottablestyletype/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setpivottablestyletype/_index.md new file mode 100644 index 00000000000..37f57b27f54 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setpivottablestyletype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetPivotTableStyleType method +linktitle: SetPivotTableStyleType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetPivotTableStyleType method. Gets and sets the built-in pivot table style in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.pivot/pivottable/setpivottablestyletype/ +--- +## PivotTable::SetPivotTableStyleType method + + +Gets and sets the built-in pivot table style. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetPivotTableStyleType(PivotTableStyleType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PivotTableStyleType](../../pivottablestyletype/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setpreserveformatting/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setpreserveformatting/_index.md new file mode 100644 index 00000000000..93b36ee7ca3 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setpreserveformatting/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetPreserveFormatting method +linktitle: SetPreserveFormatting +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetPreserveFormatting method. Indicates whether formatting is preserved when the PivotTable is refreshed or recalculated in C++.' +type: docs +weight: 6800 +url: /es/cpp/aspose.cells.pivot/pivottable/setpreserveformatting/ +--- +## PivotTable::SetPreserveFormatting method + + +Indicates whether formatting is preserved when the [PivotTable](../) is refreshed or recalculated. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetPreserveFormatting(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setprintdrill/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setprintdrill/_index.md new file mode 100644 index 00000000000..dad9213764d --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setprintdrill/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetPrintDrill method +linktitle: SetPrintDrill +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetPrintDrill method. Specifies a boolean value that indicates whether drill indicators should be printed. print expand/collapse buttons when displayed on pivottable in C++.' +type: docs +weight: 10600 +url: /es/cpp/aspose.cells.pivot/pivottable/setprintdrill/ +--- +## PivotTable::SetPrintDrill method + + +Specifies a boolean value that indicates whether drill indicators should be printed. print expand/collapse buttons when displayed on pivottable. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetPrintDrill(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setprinttitles/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setprinttitles/_index.md new file mode 100644 index 00000000000..7e35a396636 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setprinttitles/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetPrintTitles method +linktitle: SetPrintTitles +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetPrintTitles method. Indicates whether the print titles for the worksheet are set based on the PivotTable report. The default value is false in C++.' +type: docs +weight: 16000 +url: /es/cpp/aspose.cells.pivot/pivottable/setprinttitles/ +--- +## PivotTable::SetPrintTitles method + + +Indicates whether the print titles for the worksheet are set based on the [PivotTable](../) report. The default value is false. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetPrintTitles(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setrefreshdataflag/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setrefreshdataflag/_index.md new file mode 100644 index 00000000000..6c8f16a8a29 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setrefreshdataflag/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetRefreshDataFlag method +linktitle: SetRefreshDataFlag +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetRefreshDataFlag method. Indicates whether Refreshing Data or not in C++.' +type: docs +weight: 13600 +url: /es/cpp/aspose.cells.pivot/pivottable/setrefreshdataflag/ +--- +## PivotTable::SetRefreshDataFlag method + + +Indicates whether Refreshing Data or not. + + +>Deprecated +> +>Simply remove this calling. +```cpp +void Aspose::Cells::Pivot::PivotTable::SetRefreshDataFlag(bool value) +``` + +## Remarks + + +NOTE: This method is now obsolete. Instead, This method will be removed 12 months later since December 2024. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setrefreshdataonopeningfile/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setrefreshdataonopeningfile/_index.md new file mode 100644 index 00000000000..6905f18276f --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setrefreshdataonopeningfile/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetRefreshDataOnOpeningFile method +linktitle: SetRefreshDataOnOpeningFile +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetRefreshDataOnOpeningFile method. Indicates whether Refresh Data when Opening File in C++.' +type: docs +weight: 13400 +url: /es/cpp/aspose.cells.pivot/pivottable/setrefreshdataonopeningfile/ +--- +## PivotTable::SetRefreshDataOnOpeningFile method + + +Indicates whether Refresh Data when Opening File. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetRefreshDataOnOpeningFile(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setrepeatitemsoneachprintedpage/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setrepeatitemsoneachprintedpage/_index.md new file mode 100644 index 00000000000..11ee066c5ab --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setrepeatitemsoneachprintedpage/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetRepeatItemsOnEachPrintedPage method +linktitle: SetRepeatItemsOnEachPrintedPage +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetRepeatItemsOnEachPrintedPage method. Indicates whether captions of pivot item on the row area are repeated on each printed page for pivot fields in tabular form in C++.' +type: docs +weight: 15900 +url: /es/cpp/aspose.cells.pivot/pivottable/setrepeatitemsoneachprintedpage/ +--- +## PivotTable::SetRepeatItemsOnEachPrintedPage method + + +Indicates whether captions of pivot item on the row area are repeated on each printed page for pivot fields in tabular form. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetRepeatItemsOnEachPrintedPage(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setrowgrand/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setrowgrand/_index.md new file mode 100644 index 00000000000..14bb50a8f06 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setrowgrand/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetRowGrand method +linktitle: SetRowGrand +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetRowGrand method. Indicates whether to show grand totals for rows of this pivot table in C++.' +type: docs +weight: 4600 +url: /es/cpp/aspose.cells.pivot/pivottable/setrowgrand/ +--- +## PivotTable::SetRowGrand method + + +Indicates whether to show grand totals for rows of this pivot table. + + +>Deprecated +> +>Use PivotTable.ShowRowGrandTotals property instead. +```cpp +void Aspose::Cells::Pivot::PivotTable::SetRowGrand(bool value) +``` + +## Remarks + + +NOTE: This property is now obsolete. Instead, please use PivotTable.ShowRowGrandTotals method. This method will be removed 12 months later since December 2024. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setrowheadercaption/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setrowheadercaption/_index.md new file mode 100644 index 00000000000..56a9f902e75 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setrowheadercaption/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetRowHeaderCaption method +linktitle: SetRowHeaderCaption +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetRowHeaderCaption method. Gets and sets custom caption of the Row Header in this PivotTable in C++.' +type: docs +weight: 11900 +url: /es/cpp/aspose.cells.pivot/pivottable/setrowheadercaption/ +--- +## PivotTable::SetRowHeaderCaption(const U16String\&) method + + +Gets and sets custom caption of the [Row](../../../aspose.cells/row/) Header in this [PivotTable](../). + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetRowHeaderCaption(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTable::SetRowHeaderCaption(const char16_t*) method + + +Gets and sets custom caption of the [Row](../../../aspose.cells/row/) Header in this [PivotTable](../). + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetRowHeaderCaption(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setsavedata/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setsavedata/_index.md new file mode 100644 index 00000000000..ba530309a36 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setsavedata/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetSaveData method +linktitle: SetSaveData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetSaveData method. Indicates whether data for the PivotTable report is saved with the workbook in C++.' +type: docs +weight: 13200 +url: /es/cpp/aspose.cells.pivot/pivottable/setsavedata/ +--- +## PivotTable::SetSaveData method + + +Indicates whether data for the [PivotTable](../) report is saved with the workbook. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetSaveData(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setshowcolumngrandtotals/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setshowcolumngrandtotals/_index.md new file mode 100644 index 00000000000..af4f9146ee0 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setshowcolumngrandtotals/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetShowColumnGrandTotals method +linktitle: SetShowColumnGrandTotals +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetShowColumnGrandTotals method. Indicates whether to show grand totals for columns of this pivot table in C++.' +type: docs +weight: 4000 +url: /es/cpp/aspose.cells.pivot/pivottable/setshowcolumngrandtotals/ +--- +## PivotTable::SetShowColumnGrandTotals method + + +Indicates whether to show grand totals for columns of this pivot table. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetShowColumnGrandTotals(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setshowdatatips/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setshowdatatips/_index.md new file mode 100644 index 00000000000..e67e1f1cd3c --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setshowdatatips/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetShowDataTips method +linktitle: SetShowDataTips +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetShowDataTips method. Specifies a boolean value that indicates whether tooltips should be displayed for PivotTable data cells in C++.' +type: docs +weight: 10000 +url: /es/cpp/aspose.cells.pivot/pivottable/setshowdatatips/ +--- +## PivotTable::SetShowDataTips method + + +Specifies a boolean value that indicates whether tooltips should be displayed for [PivotTable](../) data cells. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetShowDataTips(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setshowdrill/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setshowdrill/_index.md new file mode 100644 index 00000000000..c04e7b818cf --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setshowdrill/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetShowDrill method +linktitle: SetShowDrill +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetShowDrill method. Gets and sets whether showing expand/collapse buttons in C++.' +type: docs +weight: 7000 +url: /es/cpp/aspose.cells.pivot/pivottable/setshowdrill/ +--- +## PivotTable::SetShowDrill method + + +Gets and sets whether showing expand/collapse buttons. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetShowDrill(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setshowemptycol/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setshowemptycol/_index.md new file mode 100644 index 00000000000..acd929cbfbe --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setshowemptycol/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetShowEmptyCol method +linktitle: SetShowEmptyCol +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetShowEmptyCol method. Indicates whether to include empty columns in the table in C++.' +type: docs +weight: 10000 +url: /es/cpp/aspose.cells.pivot/pivottable/setshowemptycol/ +--- +## PivotTable::SetShowEmptyCol method + + +Indicates whether to include empty columns in the table. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetShowEmptyCol(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setshowemptyrow/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setshowemptyrow/_index.md new file mode 100644 index 00000000000..1d6c56fcf40 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setshowemptyrow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetShowEmptyRow method +linktitle: SetShowEmptyRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetShowEmptyRow method. Indicates whether to include empty rows in the table in C++.' +type: docs +weight: 10200 +url: /es/cpp/aspose.cells.pivot/pivottable/setshowemptyrow/ +--- +## PivotTable::SetShowEmptyRow method + + +Indicates whether to include empty rows in the table. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetShowEmptyRow(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setshowmemberpropertytips/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setshowmemberpropertytips/_index.md new file mode 100644 index 00000000000..8ca8a95c918 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setshowmemberpropertytips/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetShowMemberPropertyTips method +linktitle: SetShowMemberPropertyTips +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetShowMemberPropertyTips method. Specifies a boolean value that indicates whether member property information should be omitted from PivotTable tooltips in C++.' +type: docs +weight: 10200 +url: /es/cpp/aspose.cells.pivot/pivottable/setshowmemberpropertytips/ +--- +## PivotTable::SetShowMemberPropertyTips method + + +Specifies a boolean value that indicates whether member property information should be omitted from [PivotTable](../) tooltips. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetShowMemberPropertyTips(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setshowpivotstylecolumnheader/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setshowpivotstylecolumnheader/_index.md new file mode 100644 index 00000000000..7e1d9b78a37 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setshowpivotstylecolumnheader/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetShowPivotStyleColumnHeader method +linktitle: SetShowPivotStyleColumnHeader +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetShowPivotStyleColumnHeader method. Indicates whether the column header in the pivot table should have the style applied in C++.' +type: docs +weight: 16800 +url: /es/cpp/aspose.cells.pivot/pivottable/setshowpivotstylecolumnheader/ +--- +## PivotTable::SetShowPivotStyleColumnHeader method + + +Indicates whether the column header in the pivot table should have the style applied. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetShowPivotStyleColumnHeader(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setshowpivotstylecolumnstripes/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setshowpivotstylecolumnstripes/_index.md new file mode 100644 index 00000000000..08e07f33fd6 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setshowpivotstylecolumnstripes/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetShowPivotStyleColumnStripes method +linktitle: SetShowPivotStyleColumnStripes +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetShowPivotStyleColumnStripes method. Indicates whether stripe formatting is applied for column in C++.' +type: docs +weight: 17200 +url: /es/cpp/aspose.cells.pivot/pivottable/setshowpivotstylecolumnstripes/ +--- +## PivotTable::SetShowPivotStyleColumnStripes method + + +Indicates whether stripe formatting is applied for column. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetShowPivotStyleColumnStripes(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setshowpivotstylelastcolumn/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setshowpivotstylelastcolumn/_index.md new file mode 100644 index 00000000000..2d5843f1327 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setshowpivotstylelastcolumn/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetShowPivotStyleLastColumn method +linktitle: SetShowPivotStyleLastColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetShowPivotStyleLastColumn method. Indicates whether the column formatting is applied in C++.' +type: docs +weight: 17400 +url: /es/cpp/aspose.cells.pivot/pivottable/setshowpivotstylelastcolumn/ +--- +## PivotTable::SetShowPivotStyleLastColumn method + + +Indicates whether the column formatting is applied. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetShowPivotStyleLastColumn(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setshowpivotstylerowheader/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setshowpivotstylerowheader/_index.md new file mode 100644 index 00000000000..c3244749bac --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setshowpivotstylerowheader/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetShowPivotStyleRowHeader method +linktitle: SetShowPivotStyleRowHeader +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetShowPivotStyleRowHeader method. Indicates whether the row header in the pivot table should have the style applied in C++.' +type: docs +weight: 16600 +url: /es/cpp/aspose.cells.pivot/pivottable/setshowpivotstylerowheader/ +--- +## PivotTable::SetShowPivotStyleRowHeader method + + +Indicates whether the row header in the pivot table should have the style applied. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetShowPivotStyleRowHeader(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setshowpivotstylerowstripes/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setshowpivotstylerowstripes/_index.md new file mode 100644 index 00000000000..2f8cc6f06b4 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setshowpivotstylerowstripes/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetShowPivotStyleRowStripes method +linktitle: SetShowPivotStyleRowStripes +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetShowPivotStyleRowStripes method. Indicates whether row stripe formatting is applied in C++.' +type: docs +weight: 17000 +url: /es/cpp/aspose.cells.pivot/pivottable/setshowpivotstylerowstripes/ +--- +## PivotTable::SetShowPivotStyleRowStripes method + + +Indicates whether row stripe formatting is applied. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetShowPivotStyleRowStripes(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setshowrowgrandtotals/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setshowrowgrandtotals/_index.md new file mode 100644 index 00000000000..0c4eba41f1e --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setshowrowgrandtotals/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetShowRowGrandTotals method +linktitle: SetShowRowGrandTotals +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetShowRowGrandTotals method. Indicates whether to show grand totals for rows of the pivot table in C++.' +type: docs +weight: 4200 +url: /es/cpp/aspose.cells.pivot/pivottable/setshowrowgrandtotals/ +--- +## PivotTable::SetShowRowGrandTotals method + + +Indicates whether to show grand totals for rows of the pivot table. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetShowRowGrandTotals(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setshowrowheadercaption/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setshowrowheadercaption/_index.md new file mode 100644 index 00000000000..79606213167 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setshowrowheadercaption/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetShowRowHeaderCaption method +linktitle: SetShowRowHeaderCaption +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetShowRowHeaderCaption method. Indicates whether row header caption is shown in the PivotTable report Indicates whether Display field captions and filter drop downs in C++.' +type: docs +weight: 12000 +url: /es/cpp/aspose.cells.pivot/pivottable/setshowrowheadercaption/ +--- +## PivotTable::SetShowRowHeaderCaption method + + +Indicates whether row header caption is shown in the [PivotTable](../) report Indicates whether Display field captions and filter drop downs. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetShowRowHeaderCaption(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setshowvaluesrow/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setshowvaluesrow/_index.md new file mode 100644 index 00000000000..78b65328d5f --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setshowvaluesrow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetShowValuesRow method +linktitle: SetShowValuesRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetShowValuesRow method. Indicates whether showing values row in C++.' +type: docs +weight: 10400 +url: /es/cpp/aspose.cells.pivot/pivottable/setshowvaluesrow/ +--- +## PivotTable::SetShowValuesRow method + + +Indicates whether showing values row. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetShowValuesRow(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/setsubtotalhiddenpageitems/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/setsubtotalhiddenpageitems/_index.md new file mode 100644 index 00000000000..b493310fca0 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/setsubtotalhiddenpageitems/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetSubtotalHiddenPageItems method +linktitle: SetSubtotalHiddenPageItems +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetSubtotalHiddenPageItems method. Indicates whether hidden page field items in the PivotTable report are included in row and column subtotals, block totals, and grand totals. The default value is False in C++.' +type: docs +weight: 8000 +url: /es/cpp/aspose.cells.pivot/pivottable/setsubtotalhiddenpageitems/ +--- +## PivotTable::SetSubtotalHiddenPageItems method + + +Indicates whether hidden page field items in the [PivotTable](../) report are included in row and column subtotals, block totals, and grand totals. The default value is False. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetSubtotalHiddenPageItems(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/settag/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/settag/_index.md new file mode 100644 index 00000000000..ebf56c996bc --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/settag/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::SetTag method +linktitle: SetTag +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::SetTag method. Gets and sets a user-defined string that is associated with this PivotTable view in C++.' +type: docs +weight: 13100 +url: /es/cpp/aspose.cells.pivot/pivottable/settag/ +--- +## PivotTable::SetTag(const U16String\&) method + + +Gets and sets a user-defined string that is associated with this [PivotTable](../) view. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetTag(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTable::SetTag(const char16_t*) method + + +Gets and sets a user-defined string that is associated with this [PivotTable](../) view. + +```cpp +void Aspose::Cells::Pivot::PivotTable::SetTag(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/showdetail/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/showdetail/_index.md new file mode 100644 index 00000000000..ece484af85f --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/showdetail/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::ShowDetail method +linktitle: ShowDetail +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::ShowDetail method. Show the detail of one item in the data region to a new Table in C++.' +type: docs +weight: 15300 +url: /es/cpp/aspose.cells.pivot/pivottable/showdetail/ +--- +## PivotTable::ShowDetail method + + +Show the detail of one item in the data region to a new Table. + +```cpp +void Aspose::Cells::Pivot::PivotTable::ShowDetail(int32_t rowOffset, int32_t columnOffset, bool newSheet, int32_t destRow, int32_t destColumn) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| rowOffset | int32_t | Offset to the first data row in the data region. | +| columnOffset | int32_t | Offset to the first data column in the data region. | +| newSheet | bool | Show the detail to a new worksheet. | +| destRow | int32_t | The target row. | +| destColumn | int32_t | The target column. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/showincompactform/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/showincompactform/_index.md new file mode 100644 index 00000000000..907551f09c6 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/showincompactform/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::ShowInCompactForm method +linktitle: ShowInCompactForm +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::ShowInCompactForm method. Layouts the PivotTable view in compact form in C++.' +type: docs +weight: 17700 +url: /es/cpp/aspose.cells.pivot/pivottable/showincompactform/ +--- +## PivotTable::ShowInCompactForm method + + +Layouts the [PivotTable](../) view in compact form. + +```cpp +void Aspose::Cells::Pivot::PivotTable::ShowInCompactForm() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/showinoutlineform/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/showinoutlineform/_index.md new file mode 100644 index 00000000000..d7135f120ab --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/showinoutlineform/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::ShowInOutlineForm method +linktitle: ShowInOutlineForm +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::ShowInOutlineForm method. Layouts the PivotTable in outline form in C++.' +type: docs +weight: 17700 +url: /es/cpp/aspose.cells.pivot/pivottable/showinoutlineform/ +--- +## PivotTable::ShowInOutlineForm method + + +Layouts the [PivotTable](../) in outline form. + +```cpp +void Aspose::Cells::Pivot::PivotTable::ShowInOutlineForm() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/showintabularform/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/showintabularform/_index.md new file mode 100644 index 00000000000..c71a3ce9df3 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/showintabularform/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::ShowInTabularForm method +linktitle: ShowInTabularForm +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::ShowInTabularForm method. Layouts the PivotTable in tabular form in C++.' +type: docs +weight: 17800 +url: /es/cpp/aspose.cells.pivot/pivottable/showintabularform/ +--- +## PivotTable::ShowInTabularForm method + + +Layouts the [PivotTable](../) in tabular form. + +```cpp +void Aspose::Cells::Pivot::PivotTable::ShowInTabularForm() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/showreportfilterpage/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/showreportfilterpage/_index.md new file mode 100644 index 00000000000..c1aca26fad3 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/showreportfilterpage/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::ShowReportFilterPage method +linktitle: ShowReportFilterPage +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::ShowReportFilterPage method. Show all the report filter pages according to PivotField, the PivotField must be located in the PageFields in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.pivot/pivottable/showreportfilterpage/ +--- +## PivotTable::ShowReportFilterPage method + + +Show all the report filter pages according to [PivotField](../../pivotfield/), the [PivotField](../../pivotfield/) must be located in the PageFields. + +```cpp +void Aspose::Cells::Pivot::PivotTable::ShowReportFilterPage(const PivotField &pageField) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pageField | const PivotField\& | The [PivotField](../../pivotfield/) object | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotField](../../pivotfield/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/showreportfilterpagebyindex/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/showreportfilterpagebyindex/_index.md new file mode 100644 index 00000000000..d887e493618 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/showreportfilterpagebyindex/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::ShowReportFilterPageByIndex method +linktitle: ShowReportFilterPageByIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::ShowReportFilterPageByIndex method. Show all the report filter pages according to the position index in the PageFields in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.pivot/pivottable/showreportfilterpagebyindex/ +--- +## PivotTable::ShowReportFilterPageByIndex method + + +Show all the report filter pages according to the position index in the PageFields. + +```cpp +void Aspose::Cells::Pivot::PivotTable::ShowReportFilterPageByIndex(int32_t posIndex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| posIndex | int32_t | The position index in the PageFields | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/showreportfilterpagebyname/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/showreportfilterpagebyname/_index.md new file mode 100644 index 00000000000..492eaf12fa4 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/showreportfilterpagebyname/_index.md @@ -0,0 +1,50 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::ShowReportFilterPageByName method +linktitle: ShowReportFilterPageByName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::ShowReportFilterPageByName method. Show all the report filter pages according to PivotField''s name, the PivotField must be located in the PageFields in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.pivot/pivottable/showreportfilterpagebyname/ +--- +## PivotTable::ShowReportFilterPageByName(const U16String\&) method + + +Show all the report filter pages according to [PivotField](../../pivotfield/)'s name, the [PivotField](../../pivotfield/) must be located in the PageFields. + +```cpp +void Aspose::Cells::Pivot::PivotTable::ShowReportFilterPageByName(const U16String &fieldName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fieldName | const U16String\& | The name of [PivotField](../../pivotfield/) | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTable::ShowReportFilterPageByName(const char16_t*) method + + +Show all the report filter pages according to [PivotField](../../pivotfield/)'s name, the [PivotField](../../pivotfield/) must be located in the PageFields. + +```cpp +void Aspose::Cells::Pivot::PivotTable::ShowReportFilterPageByName(const char16_t *fieldName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fieldName | const char16_t* | The name of [PivotField](../../pivotfield/) | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottable/~pivottable/_index.md b/spanish/cpp/aspose.cells.pivot/pivottable/~pivottable/_index.md new file mode 100644 index 00000000000..bb90b6515db --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottable/~pivottable/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotTable::~PivotTable method +linktitle: ~PivotTable +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTable::~PivotTable method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.pivot/pivottable/~pivottable/ +--- +## PivotTable::~PivotTable method + + +Destructor. + +```cpp +Aspose::Cells::Pivot::PivotTable::~PivotTable() +``` + +## See Also + +* Class [PivotTable](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottableautoformattype/_index.md b/spanish/cpp/aspose.cells.pivot/pivottableautoformattype/_index.md new file mode 100644 index 00000000000..6d39abe727c --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottableautoformattype/_index.md @@ -0,0 +1,49 @@ +--- +title: Aspose::Cells::Pivot::PivotTableAutoFormatType enum +linktitle: PivotTableAutoFormatType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableAutoFormatType enum. Represents PivotTable auto format type in C++.' +type: docs +weight: 4300 +url: /es/cpp/aspose.cells.pivot/pivottableautoformattype/ +--- +## PivotTableAutoFormatType enum + + +Represents [PivotTable](../pivottable/) auto format type. + +```cpp +enum class PivotTableAutoFormatType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| None | 0 |
Represents None format type. | +| Classic | 1 |
Represents Classic auto format type. | +| Report1 | 2 |
Represents Report1 format type. | +| Report2 | 3 |
Represents Report2 format type. | +| Report3 | 4 |
Represents Report3 format type. | +| Report4 | 5 |
Represents Report4 format type. | +| Report5 | 6 |
Represents Report5 format type. | +| Report6 | 7 |
Represents Report6 format type. | +| Report7 | 8 |
Represents Report7 format type. | +| Report8 | 9 |
Represents Report8 format type. | +| Report9 | 10 |
Represents Report9 format type. | +| Report10 | 11 |
Represents Report10 format type. | +| Table1 | 12 |
Represents Table1 format type. | +| Table2 | 13 |
Represents Table2 format type. | +| Table3 | 14 |
Represents Table3 format type. | +| Table4 | 15 |
Represents Table4 format type. | +| Table5 | 16 |
Represents Table5 format type. | +| Table6 | 17 |
Represents Table6 format type. | +| Table7 | 18 |
Represents Table7 format type. | +| Table8 | 19 |
Represents Table8 format type. | +| Table9 | 20 |
Represents Table9 format type. | +| Table10 | 21 |
Represents Table10 format type. | + +## See Also + +* Namespace [Aspose::Cells::Pivot](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottablecalculateoption/_impl/_index.md b/spanish/cpp/aspose.cells.pivot/pivottablecalculateoption/_impl/_index.md new file mode 100644 index 00000000000..b168f582833 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottablecalculateoption/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotTableCalculateOption::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableCalculateOption::_impl field. The implementation object in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.pivot/pivottablecalculateoption/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +PivotTableCalculateOption_Impl* Aspose::Cells::Pivot::PivotTableCalculateOption::_impl +``` + +## See Also + +* Class [PivotTableCalculateOption](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottablecalculateoption/_index.md b/spanish/cpp/aspose.cells.pivot/pivottablecalculateoption/_index.md new file mode 100644 index 00000000000..c0526ff3753 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottablecalculateoption/_index.md @@ -0,0 +1,44 @@ +--- +title: Aspose::Cells::Pivot::PivotTableCalculateOption class +linktitle: PivotTableCalculateOption +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableCalculateOption class. Rerepsents the options of calculating data of the pivot table in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.pivot/pivottablecalculateoption/ +--- +## PivotTableCalculateOption class + + +Rerepsents the options of calculating data of the pivot table. + +```cpp +class PivotTableCalculateOption +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetRefreshCharts()](./getrefreshcharts/) | Indicates whether refreshing charts are based on this pivot table. | +| [GetRefreshData()](./getrefreshdata/) | Indicates whether refreshing data source of the pivottable. | +| [GetReserveMissingPivotItemType()](./getreservemissingpivotitemtype/) | Represents how to reserve missing pivot items. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const PivotTableCalculateOption\& src)](./operator_asm/) | operator= | +| [PivotTableCalculateOption()](./pivottablecalculateoption/) | Default constructor. | +| [PivotTableCalculateOption(PivotTableCalculateOption_Impl* impl)](./pivottablecalculateoption/) | Constructs from an implementation object. | +| [PivotTableCalculateOption(const PivotTableCalculateOption\& src)](./pivottablecalculateoption/) | Copy constructor. | +| [SetRefreshCharts(bool value)](./setrefreshcharts/) | Indicates whether refreshing charts are based on this pivot table. | +| [SetRefreshData(bool value)](./setrefreshdata/) | Indicates whether refreshing data source of the pivottable. | +| [SetReserveMissingPivotItemType(ReserveMissingPivotItemType value)](./setreservemissingpivotitemtype/) | Represents how to reserve missing pivot items. | +| [~PivotTableCalculateOption()](./~pivottablecalculateoption/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Pivot](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottablecalculateoption/getrefreshcharts/_index.md b/spanish/cpp/aspose.cells.pivot/pivottablecalculateoption/getrefreshcharts/_index.md new file mode 100644 index 00000000000..990d1ada58b --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottablecalculateoption/getrefreshcharts/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTableCalculateOption::GetRefreshCharts method +linktitle: GetRefreshCharts +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableCalculateOption::GetRefreshCharts method. Indicates whether refreshing charts are based on this pivot table in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.pivot/pivottablecalculateoption/getrefreshcharts/ +--- +## PivotTableCalculateOption::GetRefreshCharts method + + +Indicates whether refreshing charts are based on this pivot table. + +```cpp +bool Aspose::Cells::Pivot::PivotTableCalculateOption::GetRefreshCharts() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTableCalculateOption](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottablecalculateoption/getrefreshdata/_index.md b/spanish/cpp/aspose.cells.pivot/pivottablecalculateoption/getrefreshdata/_index.md new file mode 100644 index 00000000000..15e6d1c13d5 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottablecalculateoption/getrefreshdata/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotTableCalculateOption::GetRefreshData method +linktitle: GetRefreshData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableCalculateOption::GetRefreshData method. Indicates whether refreshing data source of the pivottable in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.pivot/pivottablecalculateoption/getrefreshdata/ +--- +## PivotTableCalculateOption::GetRefreshData method + + +Indicates whether refreshing data source of the pivottable. + +```cpp +bool Aspose::Cells::Pivot::PivotTableCalculateOption::GetRefreshData() +``` + +## Remarks + + +If it is true, refresh pivot cache from data source,then calculate all pivot tables based same pivot cache. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTableCalculateOption](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottablecalculateoption/getreservemissingpivotitemtype/_index.md b/spanish/cpp/aspose.cells.pivot/pivottablecalculateoption/getreservemissingpivotitemtype/_index.md new file mode 100644 index 00000000000..69ce5c69ab1 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottablecalculateoption/getreservemissingpivotitemtype/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotTableCalculateOption::GetReserveMissingPivotItemType method +linktitle: GetReserveMissingPivotItemType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableCalculateOption::GetReserveMissingPivotItemType method. Represents how to reserve missing pivot items in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.pivot/pivottablecalculateoption/getreservemissingpivotitemtype/ +--- +## PivotTableCalculateOption::GetReserveMissingPivotItemType method + + +Represents how to reserve missing pivot items. + +```cpp +ReserveMissingPivotItemType Aspose::Cells::Pivot::PivotTableCalculateOption::GetReserveMissingPivotItemType() +``` + +## Remarks + + +Only works when RefreshData is true. +## See Also + +* Enum [ReserveMissingPivotItemType](../../reservemissingpivotitemtype/) +* Class [PivotTableCalculateOption](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottablecalculateoption/isnull/_index.md b/spanish/cpp/aspose.cells.pivot/pivottablecalculateoption/isnull/_index.md new file mode 100644 index 00000000000..d140d442403 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottablecalculateoption/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Pivot::PivotTableCalculateOption::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableCalculateOption::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.pivot/pivottablecalculateoption/isnull/ +--- +## PivotTableCalculateOption::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Pivot::PivotTableCalculateOption::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTableCalculateOption](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottablecalculateoption/operator_asm/_index.md b/spanish/cpp/aspose.cells.pivot/pivottablecalculateoption/operator_asm/_index.md new file mode 100644 index 00000000000..367c5437b89 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottablecalculateoption/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::PivotTableCalculateOption::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableCalculateOption::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.pivot/pivottablecalculateoption/operator_asm/ +--- +## PivotTableCalculateOption::operator= method + + +operator= + +```cpp +PivotTableCalculateOption & Aspose::Cells::Pivot::PivotTableCalculateOption::operator=(const PivotTableCalculateOption &src) +``` + +## See Also + +* Class [PivotTableCalculateOption](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTableCalculateOption](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottablecalculateoption/operator_bool/_index.md b/spanish/cpp/aspose.cells.pivot/pivottablecalculateoption/operator_bool/_index.md new file mode 100644 index 00000000000..0d628788b6a --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottablecalculateoption/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotTableCalculateOption::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableCalculateOption::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.pivot/pivottablecalculateoption/operator_bool/ +--- +## PivotTableCalculateOption::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Pivot::PivotTableCalculateOption::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [PivotTableCalculateOption](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottablecalculateoption/pivottablecalculateoption/_index.md b/spanish/cpp/aspose.cells.pivot/pivottablecalculateoption/pivottablecalculateoption/_index.md new file mode 100644 index 00000000000..207ced27118 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottablecalculateoption/pivottablecalculateoption/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::Pivot::PivotTableCalculateOption::PivotTableCalculateOption constructor +linktitle: PivotTableCalculateOption +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableCalculateOption::PivotTableCalculateOption constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.pivot/pivottablecalculateoption/pivottablecalculateoption/ +--- +## PivotTableCalculateOption::PivotTableCalculateOption() constructor + + +Default constructor. + +```cpp +Aspose::Cells::Pivot::PivotTableCalculateOption::PivotTableCalculateOption() +``` + +## See Also + +* Class [PivotTableCalculateOption](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTableCalculateOption::PivotTableCalculateOption(PivotTableCalculateOption_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Pivot::PivotTableCalculateOption::PivotTableCalculateOption(PivotTableCalculateOption_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTableCalculateOption](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTableCalculateOption::PivotTableCalculateOption(const PivotTableCalculateOption\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Pivot::PivotTableCalculateOption::PivotTableCalculateOption(const PivotTableCalculateOption &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTableCalculateOption](../) +* Class [PivotTableCalculateOption](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottablecalculateoption/setrefreshcharts/_index.md b/spanish/cpp/aspose.cells.pivot/pivottablecalculateoption/setrefreshcharts/_index.md new file mode 100644 index 00000000000..5ee3ad0f5c0 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottablecalculateoption/setrefreshcharts/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTableCalculateOption::SetRefreshCharts method +linktitle: SetRefreshCharts +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableCalculateOption::SetRefreshCharts method. Indicates whether refreshing charts are based on this pivot table in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.pivot/pivottablecalculateoption/setrefreshcharts/ +--- +## PivotTableCalculateOption::SetRefreshCharts method + + +Indicates whether refreshing charts are based on this pivot table. + +```cpp +void Aspose::Cells::Pivot::PivotTableCalculateOption::SetRefreshCharts(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTableCalculateOption](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottablecalculateoption/setrefreshdata/_index.md b/spanish/cpp/aspose.cells.pivot/pivottablecalculateoption/setrefreshdata/_index.md new file mode 100644 index 00000000000..eec5d401580 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottablecalculateoption/setrefreshdata/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotTableCalculateOption::SetRefreshData method +linktitle: SetRefreshData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableCalculateOption::SetRefreshData method. Indicates whether refreshing data source of the pivottable in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.pivot/pivottablecalculateoption/setrefreshdata/ +--- +## PivotTableCalculateOption::SetRefreshData method + + +Indicates whether refreshing data source of the pivottable. + +```cpp +void Aspose::Cells::Pivot::PivotTableCalculateOption::SetRefreshData(bool value) +``` + +## Remarks + + +If it is true, refresh pivot cache from data source,then calculate all pivot tables based same pivot cache. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTableCalculateOption](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottablecalculateoption/setreservemissingpivotitemtype/_index.md b/spanish/cpp/aspose.cells.pivot/pivottablecalculateoption/setreservemissingpivotitemtype/_index.md new file mode 100644 index 00000000000..269784a2eb9 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottablecalculateoption/setreservemissingpivotitemtype/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Pivot::PivotTableCalculateOption::SetReserveMissingPivotItemType method +linktitle: SetReserveMissingPivotItemType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableCalculateOption::SetReserveMissingPivotItemType method. Represents how to reserve missing pivot items in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.pivot/pivottablecalculateoption/setreservemissingpivotitemtype/ +--- +## PivotTableCalculateOption::SetReserveMissingPivotItemType method + + +Represents how to reserve missing pivot items. + +```cpp +void Aspose::Cells::Pivot::PivotTableCalculateOption::SetReserveMissingPivotItemType(ReserveMissingPivotItemType value) +``` + +## Remarks + + +Only works when RefreshData is true. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ReserveMissingPivotItemType](../../reservemissingpivotitemtype/) +* Class [PivotTableCalculateOption](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottablecalculateoption/~pivottablecalculateoption/_index.md b/spanish/cpp/aspose.cells.pivot/pivottablecalculateoption/~pivottablecalculateoption/_index.md new file mode 100644 index 00000000000..739a1ef183d --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottablecalculateoption/~pivottablecalculateoption/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotTableCalculateOption::~PivotTableCalculateOption method +linktitle: ~PivotTableCalculateOption +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableCalculateOption::~PivotTableCalculateOption method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.pivot/pivottablecalculateoption/~pivottablecalculateoption/ +--- +## PivotTableCalculateOption::~PivotTableCalculateOption method + + +Destructor. + +```cpp +Aspose::Cells::Pivot::PivotTableCalculateOption::~PivotTableCalculateOption() +``` + +## See Also + +* Class [PivotTableCalculateOption](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottablecollection/_impl/_index.md b/spanish/cpp/aspose.cells.pivot/pivottablecollection/_impl/_index.md new file mode 100644 index 00000000000..a68dd5bf0b4 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottablecollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotTableCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableCollection::_impl field. The implementation object in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.pivot/pivottablecollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +PivotTableCollection_Impl* Aspose::Cells::Pivot::PivotTableCollection::_impl +``` + +## See Also + +* Class [PivotTableCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottablecollection/_index.md b/spanish/cpp/aspose.cells.pivot/pivottablecollection/_index.md new file mode 100644 index 00000000000..0e56e8cceda --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottablecollection/_index.md @@ -0,0 +1,146 @@ +--- +title: Aspose::Cells::Pivot::PivotTableCollection class +linktitle: PivotTableCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableCollection class. Represents the collection of all the PivotTable objects on the specified worksheet in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.pivot/pivottablecollection/ +--- +## PivotTableCollection class + + +Represents the collection of all the [PivotTable](../pivottable/) objects on the specified worksheet. + +```cpp +class PivotTableCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add(const U16String\& sourceData, const U16String\& destCellName, const U16String\& tableName)](./add/) | Adds a new [PivotTable](../pivottable/). | +| [Add(const char16_t* sourceData, const char16_t* destCellName, const char16_t* tableName)](./add/) | Adds a new [PivotTable](../pivottable/). | +| [Add(const U16String\& sourceData, const U16String\& destCellName, const U16String\& tableName, bool useSameSource)](./add/) | Adds a new [PivotTable](../pivottable/). | +| [Add(const char16_t* sourceData, const char16_t* destCellName, const char16_t* tableName, bool useSameSource)](./add/) | Adds a new [PivotTable](../pivottable/). | +| [Add(const U16String\& sourceData, int32_t row, int32_t column, const U16String\& tableName)](./add/) | Adds a new [PivotTable](../pivottable/). | +| [Add(const char16_t* sourceData, int32_t row, int32_t column, const char16_t* tableName)](./add/) | Adds a new [PivotTable](../pivottable/). | +| [Add(const U16String\& sourceData, int32_t row, int32_t column, const U16String\& tableName, bool useSameSource)](./add/) | Adds a new [PivotTable](../pivottable/). | +| [Add(const char16_t* sourceData, int32_t row, int32_t column, const char16_t* tableName, bool useSameSource)](./add/) | Adds a new [PivotTable](../pivottable/). | +| [Add(const U16String\& sourceData, int32_t row, int32_t column, const U16String\& tableName, bool useSameSource, bool isXlsClassic)](./add/) | Adds a new [PivotTable](../pivottable/). | +| [Add(const char16_t* sourceData, int32_t row, int32_t column, const char16_t* tableName, bool useSameSource, bool isXlsClassic)](./add/) | Adds a new [PivotTable](../pivottable/). | +| [Add(const U16String\& sourceData, const U16String\& cell, const U16String\& tableName, bool useSameSource, bool isXlsClassic)](./add/) | Adds a new [PivotTable](../pivottable/). | +| [Add(const char16_t* sourceData, const char16_t* cell, const char16_t* tableName, bool useSameSource, bool isXlsClassic)](./add/) | Adds a new [PivotTable](../pivottable/). | +| [Add(const PivotTable\& pivotTable, const U16String\& destCellName, const U16String\& tableName)](./add/) | Adds a new [PivotTable](../pivottable/) based on another [PivotTable](../pivottable/). | +| [Add(const PivotTable\& pivotTable, const char16_t* destCellName, const char16_t* tableName)](./add/) | Adds a new [PivotTable](../pivottable/) based on another [PivotTable](../pivottable/). | +| [Add(const PivotTable\& pivotTable, int32_t row, int32_t column, const U16String\& tableName)](./add/) | Adds a new [PivotTable](../pivottable/) based on another [PivotTable](../pivottable/). | +| [Add(const PivotTable\& pivotTable, int32_t row, int32_t column, const char16_t* tableName)](./add/) | Adds a new [PivotTable](../pivottable/) based on another [PivotTable](../pivottable/). | +| [Add(const Vector \\& sourceData, bool isAutoPage, const PivotPageFields\& pageFields, const U16String\& destCellName, const U16String\& tableName)](./add/) | Adds a new [PivotTable](../pivottable/)[Object](../../aspose.cells/object/) to the collection with multiple consolidation ranges as data source. | +| [Add(const Vector \\& sourceData, bool isAutoPage, const PivotPageFields\& pageFields, const char16_t* destCellName, const char16_t* tableName)](./add/) | Adds a new [PivotTable](../pivottable/)[Object](../../aspose.cells/object/) to the collection with multiple consolidation ranges as data source. | +| [Add(const Vector \\& sourceData, bool isAutoPage, const PivotPageFields\& pageFields, int32_t row, int32_t column, const U16String\& tableName)](./add/) | Adds a new [PivotTable](../pivottable/)[Object](../../aspose.cells/object/) to the collection with multiple consolidation ranges as data source. | +| [Add(const Vector \\& sourceData, bool isAutoPage, const PivotPageFields\& pageFields, int32_t row, int32_t column, const char16_t* tableName)](./add/) | Adds a new [PivotTable](../pivottable/)[Object](../../aspose.cells/object/) to the collection with multiple consolidation ranges as data source. | +| [Clear()](./clear/) | Clears all pivot tables. | +| [Dispose()](./dispose/) | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | +| [Get(int32_t index)](./get/) | Gets the [PivotTable](../pivottable/) report by index. | +| [Get(const U16String\& name)](./get/) | Gets the [PivotTable](../pivottable/) report by pivottable's name. | +| [Get(const char16_t* name)](./get/) | Gets the [PivotTable](../pivottable/) report by pivottable's name. | +| [Get(int32_t row, int32_t column)](./get/) | Gets the [PivotTable](../pivottable/) report by pivottable's position. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const PivotTableCollection\& src)](./operator_asm/) | operator= | +| [PivotTableCollection(PivotTableCollection_Impl* impl)](./pivottablecollection/) | Constructs from an implementation object. | +| [PivotTableCollection(const PivotTableCollection\& src)](./pivottablecollection/) | Copy constructor. | +| [Remove(const PivotTable\& pivotTable)](./remove/) | Deletes the specified [PivotTable](../pivottable/) and delete the [PivotTable](../pivottable/) data. | +| [Remove(const PivotTable\& pivotTable, bool keepData)](./remove/) | Deletes the specified [PivotTable](../pivottable/). | +| [RemoveAt(int32_t index)](./removeat/) | Deletes the [PivotTable](../pivottable/) at the specified index and delete the [PivotTable](../pivottable/) data. | +| [RemoveAt(int32_t index, bool keepData)](./removeat/) | Deletes the [PivotTable](../pivottable/) at the specified index. | +| [~PivotTableCollection()](./~pivottablecollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook book; +Worksheet sheet = book.GetWorksheets().Get(0); +Cells cells = sheet.GetCells(); +cells.Get(0, 0).PutValue(u"fruit"); +cells.Get(1, 0).PutValue(u"grape"); +cells.Get(2, 0).PutValue(u"blueberry"); +cells.Get(3, 0).PutValue(u"kiwi"); +cells.Get(4, 0).PutValue(u"cherry"); +cells.Get(5, 0).PutValue(u"grape"); +cells.Get(6, 0).PutValue(u"blueberry"); +cells.Get(7, 0).PutValue(u"kiwi"); +cells.Get(8, 0).PutValue(u"cherry"); + +cells.Get(0, 1).PutValue(u"year"); +cells.Get(1, 1).PutValue(2020); +cells.Get(2, 1).PutValue(2020); +cells.Get(3, 1).PutValue(2020); +cells.Get(4, 1).PutValue(2020); +cells.Get(5, 1).PutValue(2021); +cells.Get(6, 1).PutValue(2021); +cells.Get(7, 1).PutValue(2021); +cells.Get(8, 1).PutValue(2021); + +cells.Get(0, 2).PutValue(u"amount"); +cells.Get(1, 2).PutValue(50); +cells.Get(2, 2).PutValue(60); +cells.Get(3, 2).PutValue(70); +cells.Get(4, 2).PutValue(80); +cells.Get(5, 2).PutValue(90); +cells.Get(6, 2).PutValue(100); +cells.Get(7, 2).PutValue(110); +cells.Get(8, 2).PutValue(120); + +PivotTableCollection pivots = sheet.GetPivotTables(); + +int pivotIndex = pivots.Add(u"=Sheet1!A1:C9", u"A12", u"TestPivotTable"); +PivotTable pivot = pivots.Get(pivotIndex); +pivot.AddFieldToArea(PivotFieldType::Row, u"fruit"); +pivot.AddFieldToArea(PivotFieldType::Column, u"year"); +pivot.AddFieldToArea(PivotFieldType::Data, u"amount"); + +pivot.SetPivotTableStyleType(PivotTableStyleType::PivotTableStyleMedium10); + +//Cambiar los atributos de PivotField +PivotField rowField = pivot.GetRowFields().Get(0); +rowField.SetDisplayName(u"custom display name"); + +//Agregar PivotFilter +int index = pivot.GetPivotFilters().Add(0, PivotFilterType::Count); +PivotFilter filter = pivot.GetPivotFilters().Get(index); +filter.GetAutoFilter().FilterTop10(0, false, false, 2); + +//Agregar PivotFormatCondition +int formatIndex = pivot.GetPivotFormatConditions().Add(); +PivotFormatCondition pfc = pivot.GetPivotFormatConditions().Get(formatIndex); +FormatConditionCollection fcc = pfc.GetFormatConditions(); +fcc.AddArea(pivot.GetDataBodyRange()); +int idx = fcc.AddCondition(FormatConditionType::CellValue); +FormatCondition fc = fcc.Get(idx); +fc.SetFormula1(u"100"); +fc.SetOperator(OperatorType::GreaterOrEqual); +fc.GetStyle().SetBackgroundColor(Color{ 0xff, 0xff, 0, 0 });//Red + +pivot.RefreshData(); +pivot.CalculateData(); + + +book.Save("out.xlsx"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::Pivot](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottablecollection/add/_index.md b/spanish/cpp/aspose.cells.pivot/pivottablecollection/add/_index.md new file mode 100644 index 00000000000..02cfa92bb16 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottablecollection/add/_index.md @@ -0,0 +1,579 @@ +--- +title: Aspose::Cells::Pivot::PivotTableCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableCollection::Add method. Adds a new PivotTable in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.pivot/pivottablecollection/add/ +--- +## PivotTableCollection::Add(const U16String\&, const U16String\&, const U16String\&) method + + +Adds a new [PivotTable](../../pivottable/). + +```cpp +int32_t Aspose::Cells::Pivot::PivotTableCollection::Add(const U16String &sourceData, const U16String &destCellName, const U16String &tableName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sourceData | const U16String\& | The data for the new [PivotTable](../../pivottable/) cache. | +| destCellName | const U16String\& | The cell in the upper-left corner of the [PivotTable](../../pivottable/) report's destination range. | +| tableName | const U16String\& | The name of the new [PivotTable](../../pivottable/) report. | + +## ReturnValue + +The new added cache index. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotTableCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTableCollection::Add(const char16_t*, const char16_t*, const char16_t*) method + + +Adds a new [PivotTable](../../pivottable/). + +```cpp +int32_t Aspose::Cells::Pivot::PivotTableCollection::Add(const char16_t *sourceData, const char16_t *destCellName, const char16_t *tableName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sourceData | const char16_t* | The data for the new [PivotTable](../../pivottable/) cache. | +| destCellName | const char16_t* | The cell in the upper-left corner of the [PivotTable](../../pivottable/) report's destination range. | +| tableName | const char16_t* | The name of the new [PivotTable](../../pivottable/) report. | + +## ReturnValue + +The new added cache index. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTableCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTableCollection::Add(const U16String\&, const U16String\&, const U16String\&, bool) method + + +Adds a new [PivotTable](../../pivottable/). + +```cpp +int32_t Aspose::Cells::Pivot::PivotTableCollection::Add(const U16String &sourceData, const U16String &destCellName, const U16String &tableName, bool useSameSource) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sourceData | const U16String\& | The data for the new [PivotTable](../../pivottable/) cache. | +| destCellName | const U16String\& | The cell in the upper-left corner of the [PivotTable](../../pivottable/) report's destination range. | +| tableName | const U16String\& | The name of the new [PivotTable](../../pivottable/) report. | +| useSameSource | bool | Indicates whether using same data source when another existing pivot table has used this data source. If the property is true, it will save memory. | + +## ReturnValue + +The new added cache index. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotTableCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTableCollection::Add(const char16_t*, const char16_t*, const char16_t*, bool) method + + +Adds a new [PivotTable](../../pivottable/). + +```cpp +int32_t Aspose::Cells::Pivot::PivotTableCollection::Add(const char16_t *sourceData, const char16_t *destCellName, const char16_t *tableName, bool useSameSource) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sourceData | const char16_t* | The data for the new [PivotTable](../../pivottable/) cache. | +| destCellName | const char16_t* | The cell in the upper-left corner of the [PivotTable](../../pivottable/) report's destination range. | +| tableName | const char16_t* | The name of the new [PivotTable](../../pivottable/) report. | +| useSameSource | bool | Indicates whether using same data source when another existing pivot table has used this data source. If the property is true, it will save memory. | + +## ReturnValue + +The new added cache index. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTableCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTableCollection::Add(const U16String\&, int32_t, int32_t, const U16String\&) method + + +Adds a new [PivotTable](../../pivottable/). + +```cpp +int32_t Aspose::Cells::Pivot::PivotTableCollection::Add(const U16String &sourceData, int32_t row, int32_t column, const U16String &tableName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sourceData | const U16String\& | The data cell range for the new PivotTable.Example : Sheet1!A1:C8 | +| row | int32_t | [Row](../../../aspose.cells/row/) index of the cell in the upper-left corner of the [PivotTable](../../pivottable/) report's destination range. | +| column | int32_t | [Column](../../../aspose.cells/column/) index of the cell in the upper-left corner of the [PivotTable](../../pivottable/) report's destination range. | +| tableName | const U16String\& | The name of the new [PivotTable](../../pivottable/) report. | + +## ReturnValue + +The new added cache index. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotTableCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTableCollection::Add(const char16_t*, int32_t, int32_t, const char16_t*) method + + +Adds a new [PivotTable](../../pivottable/). + +```cpp +int32_t Aspose::Cells::Pivot::PivotTableCollection::Add(const char16_t *sourceData, int32_t row, int32_t column, const char16_t *tableName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sourceData | const char16_t* | The data cell range for the new PivotTable.Example : Sheet1!A1:C8 | +| row | int32_t | [Row](../../../aspose.cells/row/) index of the cell in the upper-left corner of the [PivotTable](../../pivottable/) report's destination range. | +| column | int32_t | [Column](../../../aspose.cells/column/) index of the cell in the upper-left corner of the [PivotTable](../../pivottable/) report's destination range. | +| tableName | const char16_t* | The name of the new [PivotTable](../../pivottable/) report. | + +## ReturnValue + +The new added cache index. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTableCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTableCollection::Add(const U16String\&, int32_t, int32_t, const U16String\&, bool) method + + +Adds a new [PivotTable](../../pivottable/). + +```cpp +int32_t Aspose::Cells::Pivot::PivotTableCollection::Add(const U16String &sourceData, int32_t row, int32_t column, const U16String &tableName, bool useSameSource) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sourceData | const U16String\& | The data cell range for the new PivotTable.Example : Sheet1!A1:C8 | +| row | int32_t | [Row](../../../aspose.cells/row/) index of the cell in the upper-left corner of the [PivotTable](../../pivottable/) report's destination range. | +| column | int32_t | [Column](../../../aspose.cells/column/) index of the cell in the upper-left corner of the [PivotTable](../../pivottable/) report's destination range. | +| tableName | const U16String\& | The name of the new [PivotTable](../../pivottable/) report. | +| useSameSource | bool | Indicates whether using same data source when another existing pivot table has used this data source. If the property is true, it will save memory. | + +## ReturnValue + +The new added cache index. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotTableCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTableCollection::Add(const char16_t*, int32_t, int32_t, const char16_t*, bool) method + + +Adds a new [PivotTable](../../pivottable/). + +```cpp +int32_t Aspose::Cells::Pivot::PivotTableCollection::Add(const char16_t *sourceData, int32_t row, int32_t column, const char16_t *tableName, bool useSameSource) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sourceData | const char16_t* | The data cell range for the new PivotTable.Example : Sheet1!A1:C8 | +| row | int32_t | [Row](../../../aspose.cells/row/) index of the cell in the upper-left corner of the [PivotTable](../../pivottable/) report's destination range. | +| column | int32_t | [Column](../../../aspose.cells/column/) index of the cell in the upper-left corner of the [PivotTable](../../pivottable/) report's destination range. | +| tableName | const char16_t* | The name of the new [PivotTable](../../pivottable/) report. | +| useSameSource | bool | Indicates whether using same data source when another existing pivot table has used this data source. If the property is true, it will save memory. | + +## ReturnValue + +The new added cache index. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTableCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTableCollection::Add(const U16String\&, int32_t, int32_t, const U16String\&, bool, bool) method + + +Adds a new [PivotTable](../../pivottable/). + +```cpp +int32_t Aspose::Cells::Pivot::PivotTableCollection::Add(const U16String &sourceData, int32_t row, int32_t column, const U16String &tableName, bool useSameSource, bool isXlsClassic) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sourceData | const U16String\& | The data cell range for the new PivotTable.Example : Sheet1!A1:C8 | +| row | int32_t | [Row](../../../aspose.cells/row/) index of the cell in the upper-left corner of the [PivotTable](../../pivottable/) report's destination range. | +| column | int32_t | [Column](../../../aspose.cells/column/) index of the cell in the upper-left corner of the [PivotTable](../../pivottable/) report's destination range. | +| tableName | const U16String\& | The name of the new [PivotTable](../../pivottable/) report. | +| useSameSource | bool | Indicates whether using same data source when another existing pivot table has used this data source. If the property is true, it will save memory. | +| isXlsClassic | bool | Indicates whether add classic pivot table of Excel 97-2003. | + +## ReturnValue + +The new added cache index. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotTableCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTableCollection::Add(const char16_t*, int32_t, int32_t, const char16_t*, bool, bool) method + + +Adds a new [PivotTable](../../pivottable/). + +```cpp +int32_t Aspose::Cells::Pivot::PivotTableCollection::Add(const char16_t *sourceData, int32_t row, int32_t column, const char16_t *tableName, bool useSameSource, bool isXlsClassic) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sourceData | const char16_t* | The data cell range for the new PivotTable.Example : Sheet1!A1:C8 | +| row | int32_t | [Row](../../../aspose.cells/row/) index of the cell in the upper-left corner of the [PivotTable](../../pivottable/) report's destination range. | +| column | int32_t | [Column](../../../aspose.cells/column/) index of the cell in the upper-left corner of the [PivotTable](../../pivottable/) report's destination range. | +| tableName | const char16_t* | The name of the new [PivotTable](../../pivottable/) report. | +| useSameSource | bool | Indicates whether using same data source when another existing pivot table has used this data source. If the property is true, it will save memory. | +| isXlsClassic | bool | Indicates whether add classic pivot table of Excel 97-2003. | + +## ReturnValue + +The new added cache index. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTableCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTableCollection::Add(const U16String\&, const U16String\&, const U16String\&, bool, bool) method + + +Adds a new [PivotTable](../../pivottable/). + +```cpp +int32_t Aspose::Cells::Pivot::PivotTableCollection::Add(const U16String &sourceData, const U16String &cell, const U16String &tableName, bool useSameSource, bool isXlsClassic) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sourceData | const U16String\& | The data cell range for the new PivotTable.Example : Sheet1!A1:C8 | +| cell | const U16String\& | The cell in the upper-left corner of the [PivotTable](../../pivottable/) report's destination range. | +| tableName | const U16String\& | The name of the new [PivotTable](../../pivottable/) report. | +| useSameSource | bool | Indicates whether using same data source when another existing pivot table has used this data source. If the property is true, it will save memory. | +| isXlsClassic | bool | Indicates whether add classic pivot table of Excel 97-2003. | + +## ReturnValue + +The new added cache index. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotTableCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTableCollection::Add(const char16_t*, const char16_t*, const char16_t*, bool, bool) method + + +Adds a new [PivotTable](../../pivottable/). + +```cpp +int32_t Aspose::Cells::Pivot::PivotTableCollection::Add(const char16_t *sourceData, const char16_t *cell, const char16_t *tableName, bool useSameSource, bool isXlsClassic) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sourceData | const char16_t* | The data cell range for the new PivotTable.Example : Sheet1!A1:C8 | +| cell | const char16_t* | The cell in the upper-left corner of the [PivotTable](../../pivottable/) report's destination range. | +| tableName | const char16_t* | The name of the new [PivotTable](../../pivottable/) report. | +| useSameSource | bool | Indicates whether using same data source when another existing pivot table has used this data source. If the property is true, it will save memory. | +| isXlsClassic | bool | Indicates whether add classic pivot table of Excel 97-2003. | + +## ReturnValue + +The new added cache index. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTableCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTableCollection::Add(const PivotTable\&, const U16String\&, const U16String\&) method + + +Adds a new [PivotTable](../../pivottable/) based on another [PivotTable](../../pivottable/). + +```cpp +int32_t Aspose::Cells::Pivot::PivotTableCollection::Add(const PivotTable &pivotTable, const U16String &destCellName, const U16String &tableName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pivotTable | const PivotTable\& | The source pivotTable. | +| destCellName | const U16String\& | The cell in the upper-left corner of the [PivotTable](../../pivottable/) report's destination range. | +| tableName | const U16String\& | The name of the new [PivotTable](../../pivottable/) report. | + +## ReturnValue + +The new added [PivotTable](../../pivottable/) index. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../../pivottable/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotTableCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTableCollection::Add(const PivotTable\&, const char16_t*, const char16_t*) method + + +Adds a new [PivotTable](../../pivottable/) based on another [PivotTable](../../pivottable/). + +```cpp +int32_t Aspose::Cells::Pivot::PivotTableCollection::Add(const PivotTable &pivotTable, const char16_t *destCellName, const char16_t *tableName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pivotTable | const PivotTable\& | The source pivotTable. | +| destCellName | const char16_t* | The cell in the upper-left corner of the [PivotTable](../../pivottable/) report's destination range. | +| tableName | const char16_t* | The name of the new [PivotTable](../../pivottable/) report. | + +## ReturnValue + +The new added [PivotTable](../../pivottable/) index. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../../pivottable/) +* Class [PivotTableCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTableCollection::Add(const PivotTable\&, int32_t, int32_t, const U16String\&) method + + +Adds a new [PivotTable](../../pivottable/) based on another [PivotTable](../../pivottable/). + +```cpp +int32_t Aspose::Cells::Pivot::PivotTableCollection::Add(const PivotTable &pivotTable, int32_t row, int32_t column, const U16String &tableName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pivotTable | const PivotTable\& | The source pivotTable. | +| row | int32_t | [Row](../../../aspose.cells/row/) index of the cell in the upper-left corner of the [PivotTable](../../pivottable/) report's destination range. | +| column | int32_t | [Column](../../../aspose.cells/column/) index of the cell in the upper-left corner of the [PivotTable](../../pivottable/) report's destination range. | +| tableName | const U16String\& | The name of the new [PivotTable](../../pivottable/) report. | + +## ReturnValue + +The new added [PivotTable](../../pivottable/) index. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../../pivottable/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotTableCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTableCollection::Add(const PivotTable\&, int32_t, int32_t, const char16_t*) method + + +Adds a new [PivotTable](../../pivottable/) based on another [PivotTable](../../pivottable/). + +```cpp +int32_t Aspose::Cells::Pivot::PivotTableCollection::Add(const PivotTable &pivotTable, int32_t row, int32_t column, const char16_t *tableName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pivotTable | const PivotTable\& | The source pivotTable. | +| row | int32_t | [Row](../../../aspose.cells/row/) index of the cell in the upper-left corner of the [PivotTable](../../pivottable/) report's destination range. | +| column | int32_t | [Column](../../../aspose.cells/column/) index of the cell in the upper-left corner of the [PivotTable](../../pivottable/) report's destination range. | +| tableName | const char16_t* | The name of the new [PivotTable](../../pivottable/) report. | + +## ReturnValue + +The new added [PivotTable](../../pivottable/) index. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../../pivottable/) +* Class [PivotTableCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTableCollection::Add(const Vector \\&, bool, const PivotPageFields\&, const U16String\&, const U16String\&) method + + +Adds a new [PivotTable](../../pivottable/)[Object](../../../aspose.cells/object/) to the collection with multiple consolidation ranges as data source. + +```cpp +int32_t Aspose::Cells::Pivot::PivotTableCollection::Add(const Vector &sourceData, bool isAutoPage, const PivotPageFields &pageFields, const U16String &destCellName, const U16String &tableName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sourceData | const Vector \\& | The multiple consolidation ranges,such as {"Sheet1!A1:C8","Sheet2!A1:B8"} | +| isAutoPage | bool | Whether auto create a single page field. If true,the following param pageFields will be ignored. | +| pageFields | const PivotPageFields\& | The pivot page field items. | +| destCellName | const U16String\& | destCellName The name of the new [PivotTable](../../pivottable/) report. | +| tableName | const U16String\& | the name of the new [PivotTable](../../pivottable/) report. | + +## ReturnValue + +The new added [PivotTable](../../pivottable/) index. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotPageFields](../../pivotpagefields/) +* Class [PivotTableCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTableCollection::Add(const Vector \\&, bool, const PivotPageFields\&, const char16_t*, const char16_t*) method + + +Adds a new [PivotTable](../../pivottable/)[Object](../../../aspose.cells/object/) to the collection with multiple consolidation ranges as data source. + +```cpp +int32_t Aspose::Cells::Pivot::PivotTableCollection::Add(const Vector &sourceData, bool isAutoPage, const PivotPageFields &pageFields, const char16_t *destCellName, const char16_t *tableName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sourceData | const Vector \\& | The multiple consolidation ranges,such as {"Sheet1!A1:C8","Sheet2!A1:B8"} | +| isAutoPage | bool | Whether auto create a single page field. If true,the following param pageFields will be ignored. | +| pageFields | const PivotPageFields\& | The pivot page field items. | +| destCellName | const char16_t* | destCellName The name of the new [PivotTable](../../pivottable/) report. | +| tableName | const char16_t* | the name of the new [PivotTable](../../pivottable/) report. | + +## ReturnValue + +The new added [PivotTable](../../pivottable/) index. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotPageFields](../../pivotpagefields/) +* Class [PivotTableCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTableCollection::Add(const Vector \\&, bool, const PivotPageFields\&, int32_t, int32_t, const U16String\&) method + + +Adds a new [PivotTable](../../pivottable/)[Object](../../../aspose.cells/object/) to the collection with multiple consolidation ranges as data source. + +```cpp +int32_t Aspose::Cells::Pivot::PivotTableCollection::Add(const Vector &sourceData, bool isAutoPage, const PivotPageFields &pageFields, int32_t row, int32_t column, const U16String &tableName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sourceData | const Vector \\& | The multiple consolidation ranges,such as {"Sheet1!A1:C8","Sheet2!A1:B8"} | +| isAutoPage | bool | Whether auto create a single page field. If true,the following param pageFields will be ignored | +| pageFields | const PivotPageFields\& | The pivot page field items. | +| row | int32_t | [Row](../../../aspose.cells/row/) index of the cell in the upper-left corner of the [PivotTable](../../pivottable/) report's destination range. | +| column | int32_t | [Column](../../../aspose.cells/column/) index of the cell in the upper-left corner of the [PivotTable](../../pivottable/) report's destination range. | +| tableName | const U16String\& | The name of the new [PivotTable](../../pivottable/) report. | + +## ReturnValue + +The new added [PivotTable](../../pivottable/) index. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotPageFields](../../pivotpagefields/) +* Class [PivotTableCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTableCollection::Add(const Vector \\&, bool, const PivotPageFields\&, int32_t, int32_t, const char16_t*) method + + +Adds a new [PivotTable](../../pivottable/)[Object](../../../aspose.cells/object/) to the collection with multiple consolidation ranges as data source. + +```cpp +int32_t Aspose::Cells::Pivot::PivotTableCollection::Add(const Vector &sourceData, bool isAutoPage, const PivotPageFields &pageFields, int32_t row, int32_t column, const char16_t *tableName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sourceData | const Vector \\& | The multiple consolidation ranges,such as {"Sheet1!A1:C8","Sheet2!A1:B8"} | +| isAutoPage | bool | Whether auto create a single page field. If true,the following param pageFields will be ignored | +| pageFields | const PivotPageFields\& | The pivot page field items. | +| row | int32_t | [Row](../../../aspose.cells/row/) index of the cell in the upper-left corner of the [PivotTable](../../pivottable/) report's destination range. | +| column | int32_t | [Column](../../../aspose.cells/column/) index of the cell in the upper-left corner of the [PivotTable](../../pivottable/) report's destination range. | +| tableName | const char16_t* | The name of the new [PivotTable](../../pivottable/) report. | + +## ReturnValue + +The new added [PivotTable](../../pivottable/) index. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotPageFields](../../pivotpagefields/) +* Class [PivotTableCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottablecollection/clear/_index.md b/spanish/cpp/aspose.cells.pivot/pivottablecollection/clear/_index.md new file mode 100644 index 00000000000..e448ec73026 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottablecollection/clear/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTableCollection::Clear method +linktitle: Clear +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableCollection::Clear method. Clears all pivot tables in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.pivot/pivottablecollection/clear/ +--- +## PivotTableCollection::Clear method + + +Clears all pivot tables. + +```cpp +void Aspose::Cells::Pivot::PivotTableCollection::Clear() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTableCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottablecollection/dispose/_index.md b/spanish/cpp/aspose.cells.pivot/pivottablecollection/dispose/_index.md new file mode 100644 index 00000000000..89c91bfbe77 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottablecollection/dispose/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTableCollection::Dispose method +linktitle: Dispose +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableCollection::Dispose method. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.pivot/pivottablecollection/dispose/ +--- +## PivotTableCollection::Dispose method + + +Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. + +```cpp +void Aspose::Cells::Pivot::PivotTableCollection::Dispose() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTableCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottablecollection/get/_index.md b/spanish/cpp/aspose.cells.pivot/pivottablecollection/get/_index.md new file mode 100644 index 00000000000..22a79ee2ecd --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottablecollection/get/_index.md @@ -0,0 +1,74 @@ +--- +title: Aspose::Cells::Pivot::PivotTableCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableCollection::Get method. Gets the PivotTable report by index in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.pivot/pivottablecollection/get/ +--- +## PivotTableCollection::Get(int32_t) method + + +Gets the [PivotTable](../../pivottable/) report by index. + +```cpp +PivotTable Aspose::Cells::Pivot::PivotTableCollection::Get(int32_t index) +``` + +## See Also + +* Class [PivotTable](../../pivottable/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTableCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTableCollection::Get(const U16String\&) method + + +Gets the [PivotTable](../../pivottable/) report by pivottable's name. + +```cpp +PivotTable Aspose::Cells::Pivot::PivotTableCollection::Get(const U16String &name) +``` + +## See Also + +* Class [PivotTable](../../pivottable/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotTableCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTableCollection::Get(const char16_t*) method + + +Gets the [PivotTable](../../pivottable/) report by pivottable's name. + +```cpp +PivotTable Aspose::Cells::Pivot::PivotTableCollection::Get(const char16_t *name) +``` + +## See Also + +* Class [PivotTable](../../pivottable/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTableCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTableCollection::Get(int32_t, int32_t) method + + +Gets the [PivotTable](../../pivottable/) report by pivottable's position. + +```cpp +PivotTable Aspose::Cells::Pivot::PivotTableCollection::Get(int32_t row, int32_t column) +``` + +## See Also + +* Class [PivotTable](../../pivottable/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTableCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottablecollection/getcount/_index.md b/spanish/cpp/aspose.cells.pivot/pivottablecollection/getcount/_index.md new file mode 100644 index 00000000000..398085390d9 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottablecollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTableCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::Pivot::PivotTableCollection class in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.pivot/pivottablecollection/getcount/ +--- +## PivotTableCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::Pivot::PivotTableCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTableCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottablecollection/isnull/_index.md b/spanish/cpp/aspose.cells.pivot/pivottablecollection/isnull/_index.md new file mode 100644 index 00000000000..3a8d13bf855 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottablecollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Pivot::PivotTableCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.pivot/pivottablecollection/isnull/ +--- +## PivotTableCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Pivot::PivotTableCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTableCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottablecollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.pivot/pivottablecollection/operator_asm/_index.md new file mode 100644 index 00000000000..ce8d724e9a2 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottablecollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::PivotTableCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.pivot/pivottablecollection/operator_asm/ +--- +## PivotTableCollection::operator= method + + +operator= + +```cpp +PivotTableCollection & Aspose::Cells::Pivot::PivotTableCollection::operator=(const PivotTableCollection &src) +``` + +## See Also + +* Class [PivotTableCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTableCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottablecollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.pivot/pivottablecollection/operator_bool/_index.md new file mode 100644 index 00000000000..6b1335fcd8c --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottablecollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotTableCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.pivot/pivottablecollection/operator_bool/ +--- +## PivotTableCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Pivot::PivotTableCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [PivotTableCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottablecollection/pivottablecollection/_index.md b/spanish/cpp/aspose.cells.pivot/pivottablecollection/pivottablecollection/_index.md new file mode 100644 index 00000000000..bb56fad0697 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottablecollection/pivottablecollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Pivot::PivotTableCollection::PivotTableCollection constructor +linktitle: PivotTableCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableCollection::PivotTableCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.pivot/pivottablecollection/pivottablecollection/ +--- +## PivotTableCollection::PivotTableCollection(PivotTableCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Pivot::PivotTableCollection::PivotTableCollection(PivotTableCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTableCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTableCollection::PivotTableCollection(const PivotTableCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Pivot::PivotTableCollection::PivotTableCollection(const PivotTableCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTableCollection](../) +* Class [PivotTableCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottablecollection/remove/_index.md b/spanish/cpp/aspose.cells.pivot/pivottablecollection/remove/_index.md new file mode 100644 index 00000000000..c95ca868ced --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottablecollection/remove/_index.md @@ -0,0 +1,52 @@ +--- +title: Aspose::Cells::Pivot::PivotTableCollection::Remove method +linktitle: Remove +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableCollection::Remove method. Deletes the specified PivotTable and delete the PivotTable data in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.pivot/pivottablecollection/remove/ +--- +## PivotTableCollection::Remove(const PivotTable\&) method + + +Deletes the specified [PivotTable](../../pivottable/) and delete the [PivotTable](../../pivottable/) data. + +```cpp +void Aspose::Cells::Pivot::PivotTableCollection::Remove(const PivotTable &pivotTable) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pivotTable | const PivotTable\& | [PivotTable](../../pivottable/) object | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../../pivottable/) +* Class [PivotTableCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTableCollection::Remove(const PivotTable\&, bool) method + + +Deletes the specified [PivotTable](../../pivottable/). + +```cpp +void Aspose::Cells::Pivot::PivotTableCollection::Remove(const PivotTable &pivotTable, bool keepData) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pivotTable | const PivotTable\& | [PivotTable](../../pivottable/) object | +| keepData | bool | Whether to keep the [PivotTable](../../pivottable/) data | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../../pivottable/) +* Class [PivotTableCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottablecollection/removeat/_index.md b/spanish/cpp/aspose.cells.pivot/pivottablecollection/removeat/_index.md new file mode 100644 index 00000000000..ad5ed9d8ee4 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottablecollection/removeat/_index.md @@ -0,0 +1,50 @@ +--- +title: Aspose::Cells::Pivot::PivotTableCollection::RemoveAt method +linktitle: RemoveAt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableCollection::RemoveAt method. Deletes the PivotTable at the specified index and delete the PivotTable data in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.pivot/pivottablecollection/removeat/ +--- +## PivotTableCollection::RemoveAt(int32_t) method + + +Deletes the [PivotTable](../../pivottable/) at the specified index and delete the [PivotTable](../../pivottable/) data. + +```cpp +void Aspose::Cells::Pivot::PivotTableCollection::RemoveAt(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | the position index in [PivotTable](../../pivottable/) collection | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTableCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTableCollection::RemoveAt(int32_t, bool) method + + +Deletes the [PivotTable](../../pivottable/) at the specified index. + +```cpp +void Aspose::Cells::Pivot::PivotTableCollection::RemoveAt(int32_t index, bool keepData) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | the position index in [PivotTable](../../pivottable/) collection | +| keepData | bool | Whether to keep the [PivotTable](../../pivottable/) data | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTableCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottablecollection/~pivottablecollection/_index.md b/spanish/cpp/aspose.cells.pivot/pivottablecollection/~pivottablecollection/_index.md new file mode 100644 index 00000000000..0c0e70a48d2 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottablecollection/~pivottablecollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotTableCollection::~PivotTableCollection method +linktitle: ~PivotTableCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableCollection::~PivotTableCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.pivot/pivottablecollection/~pivottablecollection/ +--- +## PivotTableCollection::~PivotTableCollection method + + +Destructor. + +```cpp +Aspose::Cells::Pivot::PivotTableCollection::~PivotTableCollection() +``` + +## See Also + +* Class [PivotTableCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottableformat/_impl/_index.md b/spanish/cpp/aspose.cells.pivot/pivottableformat/_impl/_index.md new file mode 100644 index 00000000000..cf16d62d2ef --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottableformat/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotTableFormat::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableFormat::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.pivot/pivottableformat/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +PivotTableFormat_Impl* Aspose::Cells::Pivot::PivotTableFormat::_impl +``` + +## See Also + +* Class [PivotTableFormat](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottableformat/_index.md b/spanish/cpp/aspose.cells.pivot/pivottableformat/_index.md new file mode 100644 index 00000000000..4e11995be64 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottableformat/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Pivot::PivotTableFormat class +linktitle: PivotTableFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableFormat class. Represents the format defined in the PivotTable in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.pivot/pivottableformat/ +--- +## PivotTableFormat class + + +Represents the format defined in the [PivotTable](../pivottable/). + +```cpp +class PivotTableFormat +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetPivotArea()](./getpivotarea/) | Gets the pivot area. | +| [GetStyle()](./getstyle/) | Gets the formatted style. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const PivotTableFormat\& src)](./operator_asm/) | operator= | +| [PivotTableFormat(PivotTableFormat_Impl* impl)](./pivottableformat/) | Constructs from an implementation object. | +| [PivotTableFormat(const PivotTableFormat\& src)](./pivottableformat/) | Copy constructor. | +| [SetStyle(const Style\& style)](./setstyle/) | Sets the style of the pivot area. | +| [~PivotTableFormat()](./~pivottableformat/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Pivot](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottableformat/getpivotarea/_index.md b/spanish/cpp/aspose.cells.pivot/pivottableformat/getpivotarea/_index.md new file mode 100644 index 00000000000..14f088a0b0d --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottableformat/getpivotarea/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTableFormat::GetPivotArea method +linktitle: GetPivotArea +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableFormat::GetPivotArea method. Gets the pivot area in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.pivot/pivottableformat/getpivotarea/ +--- +## PivotTableFormat::GetPivotArea method + + +Gets the pivot area. + +```cpp +PivotArea Aspose::Cells::Pivot::PivotTableFormat::GetPivotArea() +``` + +## See Also + +* Class [PivotArea](../../pivotarea/) +* Class [PivotTableFormat](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottableformat/getstyle/_index.md b/spanish/cpp/aspose.cells.pivot/pivottableformat/getstyle/_index.md new file mode 100644 index 00000000000..0e1087d4062 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottableformat/getstyle/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Pivot::PivotTableFormat::GetStyle method +linktitle: GetStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableFormat::GetStyle method. Gets the formatted style in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.pivot/pivottableformat/getstyle/ +--- +## PivotTableFormat::GetStyle method + + +Gets the formatted style. + +```cpp +Style Aspose::Cells::Pivot::PivotTableFormat::GetStyle() +``` + + +## ReturnValue + + + +## See Also + +* Class [Style](../../../aspose.cells/style/) +* Class [PivotTableFormat](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottableformat/isnull/_index.md b/spanish/cpp/aspose.cells.pivot/pivottableformat/isnull/_index.md new file mode 100644 index 00000000000..4a6e71afc00 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottableformat/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Pivot::PivotTableFormat::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableFormat::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.pivot/pivottableformat/isnull/ +--- +## PivotTableFormat::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Pivot::PivotTableFormat::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTableFormat](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottableformat/operator_asm/_index.md b/spanish/cpp/aspose.cells.pivot/pivottableformat/operator_asm/_index.md new file mode 100644 index 00000000000..c7b6db86275 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottableformat/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::PivotTableFormat::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableFormat::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.pivot/pivottableformat/operator_asm/ +--- +## PivotTableFormat::operator= method + + +operator= + +```cpp +PivotTableFormat & Aspose::Cells::Pivot::PivotTableFormat::operator=(const PivotTableFormat &src) +``` + +## See Also + +* Class [PivotTableFormat](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTableFormat](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottableformat/operator_bool/_index.md b/spanish/cpp/aspose.cells.pivot/pivottableformat/operator_bool/_index.md new file mode 100644 index 00000000000..86d68380564 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottableformat/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotTableFormat::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableFormat::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.pivot/pivottableformat/operator_bool/ +--- +## PivotTableFormat::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Pivot::PivotTableFormat::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [PivotTableFormat](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottableformat/pivottableformat/_index.md b/spanish/cpp/aspose.cells.pivot/pivottableformat/pivottableformat/_index.md new file mode 100644 index 00000000000..2a24f486997 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottableformat/pivottableformat/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Pivot::PivotTableFormat::PivotTableFormat constructor +linktitle: PivotTableFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableFormat::PivotTableFormat constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.pivot/pivottableformat/pivottableformat/ +--- +## PivotTableFormat::PivotTableFormat(PivotTableFormat_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Pivot::PivotTableFormat::PivotTableFormat(PivotTableFormat_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTableFormat](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTableFormat::PivotTableFormat(const PivotTableFormat\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Pivot::PivotTableFormat::PivotTableFormat(const PivotTableFormat &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTableFormat](../) +* Class [PivotTableFormat](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottableformat/setstyle/_index.md b/spanish/cpp/aspose.cells.pivot/pivottableformat/setstyle/_index.md new file mode 100644 index 00000000000..5c192291844 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottableformat/setstyle/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Pivot::PivotTableFormat::SetStyle method +linktitle: SetStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableFormat::SetStyle method. Sets the style of the pivot area in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.pivot/pivottableformat/setstyle/ +--- +## PivotTableFormat::SetStyle method + + +Sets the style of the pivot area. + +```cpp +void Aspose::Cells::Pivot::PivotTableFormat::SetStyle(const Style &style) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| style | const Style\& | | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Style](../../../aspose.cells/style/) +* Class [PivotTableFormat](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottableformat/~pivottableformat/_index.md b/spanish/cpp/aspose.cells.pivot/pivottableformat/~pivottableformat/_index.md new file mode 100644 index 00000000000..ca2f2af77b2 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottableformat/~pivottableformat/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotTableFormat::~PivotTableFormat method +linktitle: ~PivotTableFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableFormat::~PivotTableFormat method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.pivot/pivottableformat/~pivottableformat/ +--- +## PivotTableFormat::~PivotTableFormat method + + +Destructor. + +```cpp +Aspose::Cells::Pivot::PivotTableFormat::~PivotTableFormat() +``` + +## See Also + +* Class [PivotTableFormat](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottableformatcollection/_impl/_index.md b/spanish/cpp/aspose.cells.pivot/pivottableformatcollection/_impl/_index.md new file mode 100644 index 00000000000..75d942ac524 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottableformatcollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotTableFormatCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableFormatCollection::_impl field. The implementation object in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.pivot/pivottableformatcollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +PivotTableFormatCollection_Impl* Aspose::Cells::Pivot::PivotTableFormatCollection::_impl +``` + +## See Also + +* Class [PivotTableFormatCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottableformatcollection/_index.md b/spanish/cpp/aspose.cells.pivot/pivottableformatcollection/_index.md new file mode 100644 index 00000000000..6e73fbf2c27 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottableformatcollection/_index.md @@ -0,0 +1,41 @@ +--- +title: Aspose::Cells::Pivot::PivotTableFormatCollection class +linktitle: PivotTableFormatCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableFormatCollection class. Represents the collection of formats applied to PivotTable in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.pivot/pivottableformatcollection/ +--- +## PivotTableFormatCollection class + + +Represents the collection of formats applied to [PivotTable](../pivottable/). + +```cpp +class PivotTableFormatCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add()](./add/) | Add a [PivotTableFormat](../pivottableformat/). | +| [FormatArea(PivotFieldType axisType, int32_t fieldPosition, PivotFieldSubtotalType subtotalType, PivotTableSelectionType selectionType, bool isGrandRow, bool isGrandColumn, const Style\& style)](./formatarea/) | Formats selected area. | +| [Get(int32_t index)](./get/) | Gets the format by the index. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const PivotTableFormatCollection\& src)](./operator_asm/) | operator= | +| [PivotTableFormatCollection(PivotTableFormatCollection_Impl* impl)](./pivottableformatcollection/) | Constructs from an implementation object. | +| [PivotTableFormatCollection(const PivotTableFormatCollection\& src)](./pivottableformatcollection/) | Copy constructor. | +| [~PivotTableFormatCollection()](./~pivottableformatcollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Pivot](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottableformatcollection/add/_index.md b/spanish/cpp/aspose.cells.pivot/pivottableformatcollection/add/_index.md new file mode 100644 index 00000000000..b2aee408f76 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottableformatcollection/add/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Pivot::PivotTableFormatCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableFormatCollection::Add method. Add a PivotTableFormat in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.pivot/pivottableformatcollection/add/ +--- +## PivotTableFormatCollection::Add method + + +Add a [PivotTableFormat](../../pivottableformat/). + +```cpp +int32_t Aspose::Cells::Pivot::PivotTableFormatCollection::Add() +``` + + +## ReturnValue + +The index of new format. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTableFormatCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottableformatcollection/formatarea/_index.md b/spanish/cpp/aspose.cells.pivot/pivottableformatcollection/formatarea/_index.md new file mode 100644 index 00000000000..38d62e5263f --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottableformatcollection/formatarea/_index.md @@ -0,0 +1,44 @@ +--- +title: Aspose::Cells::Pivot::PivotTableFormatCollection::FormatArea method +linktitle: FormatArea +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableFormatCollection::FormatArea method. Formats selected area in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.pivot/pivottableformatcollection/formatarea/ +--- +## PivotTableFormatCollection::FormatArea method + + +Formats selected area. + +```cpp +PivotTableFormat Aspose::Cells::Pivot::PivotTableFormatCollection::FormatArea(PivotFieldType axisType, int32_t fieldPosition, PivotFieldSubtotalType subtotalType, PivotTableSelectionType selectionType, bool isGrandRow, bool isGrandColumn, const Style &style) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| axisType | PivotFieldType | The region of the [PivotTable](../../pivottable/) to which this rule applies. | +| fieldPosition | int32_t | Position of the field within the axis to which this rule applies. | +| subtotalType | PivotFieldSubtotalType | The subtotal filter type of the pivot field | +| selectionType | PivotTableSelectionType | Indicates how to select data. | +| isGrandRow | bool | Indicates whether selecting grand total rows. | +| isGrandColumn | bool | Indicates whether selecting grand total columns. | +| style | const Style\& | The style which appies to the area of the pivot table. | + +## ReturnValue + + + +## See Also + +* Class [PivotTableFormat](../../pivottableformat/) +* Enum [PivotFieldType](../../pivotfieldtype/) +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PivotFieldSubtotalType](../../pivotfieldsubtotaltype/) +* Enum [PivotTableSelectionType](../../pivottableselectiontype/) +* Class [Style](../../../aspose.cells/style/) +* Class [PivotTableFormatCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottableformatcollection/get/_index.md b/spanish/cpp/aspose.cells.pivot/pivottableformatcollection/get/_index.md new file mode 100644 index 00000000000..6501cf07e4a --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottableformatcollection/get/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Pivot::PivotTableFormatCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableFormatCollection::Get method. Gets the format by the index in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.pivot/pivottableformatcollection/get/ +--- +## PivotTableFormatCollection::Get method + + +Gets the format by the index. + +```cpp +PivotTableFormat Aspose::Cells::Pivot::PivotTableFormatCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The index. | + +## ReturnValue + + + +## See Also + +* Class [PivotTableFormat](../../pivottableformat/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTableFormatCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottableformatcollection/getcount/_index.md b/spanish/cpp/aspose.cells.pivot/pivottableformatcollection/getcount/_index.md new file mode 100644 index 00000000000..78a4e8e910e --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottableformatcollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTableFormatCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::Pivot::PivotTableFormatCollection class in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.pivot/pivottableformatcollection/getcount/ +--- +## PivotTableFormatCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::Pivot::PivotTableFormatCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTableFormatCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottableformatcollection/isnull/_index.md b/spanish/cpp/aspose.cells.pivot/pivottableformatcollection/isnull/_index.md new file mode 100644 index 00000000000..3a4304678ba --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottableformatcollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Pivot::PivotTableFormatCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableFormatCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.pivot/pivottableformatcollection/isnull/ +--- +## PivotTableFormatCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Pivot::PivotTableFormatCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTableFormatCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottableformatcollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.pivot/pivottableformatcollection/operator_asm/_index.md new file mode 100644 index 00000000000..0e39ca42244 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottableformatcollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::PivotTableFormatCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableFormatCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.pivot/pivottableformatcollection/operator_asm/ +--- +## PivotTableFormatCollection::operator= method + + +operator= + +```cpp +PivotTableFormatCollection & Aspose::Cells::Pivot::PivotTableFormatCollection::operator=(const PivotTableFormatCollection &src) +``` + +## See Also + +* Class [PivotTableFormatCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTableFormatCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottableformatcollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.pivot/pivottableformatcollection/operator_bool/_index.md new file mode 100644 index 00000000000..d702b90350b --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottableformatcollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotTableFormatCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableFormatCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.pivot/pivottableformatcollection/operator_bool/ +--- +## PivotTableFormatCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Pivot::PivotTableFormatCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [PivotTableFormatCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottableformatcollection/pivottableformatcollection/_index.md b/spanish/cpp/aspose.cells.pivot/pivottableformatcollection/pivottableformatcollection/_index.md new file mode 100644 index 00000000000..5f719709068 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottableformatcollection/pivottableformatcollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Pivot::PivotTableFormatCollection::PivotTableFormatCollection constructor +linktitle: PivotTableFormatCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableFormatCollection::PivotTableFormatCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.pivot/pivottableformatcollection/pivottableformatcollection/ +--- +## PivotTableFormatCollection::PivotTableFormatCollection(PivotTableFormatCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Pivot::PivotTableFormatCollection::PivotTableFormatCollection(PivotTableFormatCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTableFormatCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTableFormatCollection::PivotTableFormatCollection(const PivotTableFormatCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Pivot::PivotTableFormatCollection::PivotTableFormatCollection(const PivotTableFormatCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTableFormatCollection](../) +* Class [PivotTableFormatCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottableformatcollection/~pivottableformatcollection/_index.md b/spanish/cpp/aspose.cells.pivot/pivottableformatcollection/~pivottableformatcollection/_index.md new file mode 100644 index 00000000000..f374a3edb66 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottableformatcollection/~pivottableformatcollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotTableFormatCollection::~PivotTableFormatCollection method +linktitle: ~PivotTableFormatCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableFormatCollection::~PivotTableFormatCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.pivot/pivottableformatcollection/~pivottableformatcollection/ +--- +## PivotTableFormatCollection::~PivotTableFormatCollection method + + +Destructor. + +```cpp +Aspose::Cells::Pivot::PivotTableFormatCollection::~PivotTableFormatCollection() +``` + +## See Also + +* Class [PivotTableFormatCollection](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottablerefreshoption/_impl/_index.md b/spanish/cpp/aspose.cells.pivot/pivottablerefreshoption/_impl/_index.md new file mode 100644 index 00000000000..cb283844b42 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottablerefreshoption/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotTableRefreshOption::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableRefreshOption::_impl field. The implementation object in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.pivot/pivottablerefreshoption/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +PivotTableRefreshOption_Impl* Aspose::Cells::Pivot::PivotTableRefreshOption::_impl +``` + +## See Also + +* Class [PivotTableRefreshOption](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottablerefreshoption/_index.md b/spanish/cpp/aspose.cells.pivot/pivottablerefreshoption/_index.md new file mode 100644 index 00000000000..97c1d527150 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottablerefreshoption/_index.md @@ -0,0 +1,42 @@ +--- +title: Aspose::Cells::Pivot::PivotTableRefreshOption class +linktitle: PivotTableRefreshOption +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableRefreshOption class. Represents the options of refreshing data source of the pivot table in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells.pivot/pivottablerefreshoption/ +--- +## PivotTableRefreshOption class + + +Represents the options of refreshing data source of the pivot table. + +```cpp +class PivotTableRefreshOption +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetReserveMissingPivotItemType()](./getreservemissingpivotitemtype/) | Represents how to reserve missing pivot items. | +| [IsKeepOriginalOrder()](./iskeeporiginalorder/) | Indicates whether to keep pivot items' original order as old data source. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const PivotTableRefreshOption\& src)](./operator_asm/) | operator= | +| [PivotTableRefreshOption()](./pivottablerefreshoption/) | Represents the options of refreshing data source of the pivot table. | +| [PivotTableRefreshOption(PivotTableRefreshOption_Impl* impl)](./pivottablerefreshoption/) | Constructs from an implementation object. | +| [PivotTableRefreshOption(const PivotTableRefreshOption\& src)](./pivottablerefreshoption/) | Copy constructor. | +| [SetIsKeepOriginalOrder(bool value)](./setiskeeporiginalorder/) | Indicates whether to keep pivot items' original order as old data source. | +| [SetReserveMissingPivotItemType(ReserveMissingPivotItemType value)](./setreservemissingpivotitemtype/) | Represents how to reserve missing pivot items. | +| [~PivotTableRefreshOption()](./~pivottablerefreshoption/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Pivot](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottablerefreshoption/getreservemissingpivotitemtype/_index.md b/spanish/cpp/aspose.cells.pivot/pivottablerefreshoption/getreservemissingpivotitemtype/_index.md new file mode 100644 index 00000000000..3b0bd43179d --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottablerefreshoption/getreservemissingpivotitemtype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Pivot::PivotTableRefreshOption::GetReserveMissingPivotItemType method +linktitle: GetReserveMissingPivotItemType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableRefreshOption::GetReserveMissingPivotItemType method. Represents how to reserve missing pivot items in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.pivot/pivottablerefreshoption/getreservemissingpivotitemtype/ +--- +## PivotTableRefreshOption::GetReserveMissingPivotItemType method + + +Represents how to reserve missing pivot items. + +```cpp +ReserveMissingPivotItemType Aspose::Cells::Pivot::PivotTableRefreshOption::GetReserveMissingPivotItemType() +``` + +## See Also + +* Enum [ReserveMissingPivotItemType](../../reservemissingpivotitemtype/) +* Class [PivotTableRefreshOption](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottablerefreshoption/iskeeporiginalorder/_index.md b/spanish/cpp/aspose.cells.pivot/pivottablerefreshoption/iskeeporiginalorder/_index.md new file mode 100644 index 00000000000..9560617de51 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottablerefreshoption/iskeeporiginalorder/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotTableRefreshOption::IsKeepOriginalOrder method +linktitle: IsKeepOriginalOrder +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableRefreshOption::IsKeepOriginalOrder method. Indicates whether to keep pivot items'' original order as old data source in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.pivot/pivottablerefreshoption/iskeeporiginalorder/ +--- +## PivotTableRefreshOption::IsKeepOriginalOrder method + + +Indicates whether to keep pivot items' original order as old data source. + +```cpp +bool Aspose::Cells::Pivot::PivotTableRefreshOption::IsKeepOriginalOrder() +``` + +## Remarks + + +Only applicable for the pivot field which is not sorted. When refreshing such kind of pivot field, Ms Excel keeps the original order of old data source. Default value of this property is true, representing the same behavior with Ms Excel. If user needs the pivot field to be refreshed completely as the data in the new data source, this property should be set as false. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTableRefreshOption](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottablerefreshoption/isnull/_index.md b/spanish/cpp/aspose.cells.pivot/pivottablerefreshoption/isnull/_index.md new file mode 100644 index 00000000000..1d5b7def1a3 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottablerefreshoption/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Pivot::PivotTableRefreshOption::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableRefreshOption::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.pivot/pivottablerefreshoption/isnull/ +--- +## PivotTableRefreshOption::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Pivot::PivotTableRefreshOption::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTableRefreshOption](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottablerefreshoption/operator_asm/_index.md b/spanish/cpp/aspose.cells.pivot/pivottablerefreshoption/operator_asm/_index.md new file mode 100644 index 00000000000..aff5d324cb7 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottablerefreshoption/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::PivotTableRefreshOption::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableRefreshOption::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.pivot/pivottablerefreshoption/operator_asm/ +--- +## PivotTableRefreshOption::operator= method + + +operator= + +```cpp +PivotTableRefreshOption & Aspose::Cells::Pivot::PivotTableRefreshOption::operator=(const PivotTableRefreshOption &src) +``` + +## See Also + +* Class [PivotTableRefreshOption](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTableRefreshOption](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottablerefreshoption/operator_bool/_index.md b/spanish/cpp/aspose.cells.pivot/pivottablerefreshoption/operator_bool/_index.md new file mode 100644 index 00000000000..e129cda9e50 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottablerefreshoption/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotTableRefreshOption::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableRefreshOption::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.pivot/pivottablerefreshoption/operator_bool/ +--- +## PivotTableRefreshOption::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Pivot::PivotTableRefreshOption::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [PivotTableRefreshOption](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottablerefreshoption/pivottablerefreshoption/_index.md b/spanish/cpp/aspose.cells.pivot/pivottablerefreshoption/pivottablerefreshoption/_index.md new file mode 100644 index 00000000000..c226f738348 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottablerefreshoption/pivottablerefreshoption/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::Pivot::PivotTableRefreshOption::PivotTableRefreshOption constructor +linktitle: PivotTableRefreshOption +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableRefreshOption::PivotTableRefreshOption constructor. Represents the options of refreshing data source of the pivot table in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.pivot/pivottablerefreshoption/pivottablerefreshoption/ +--- +## PivotTableRefreshOption::PivotTableRefreshOption() constructor + + +Represents the options of refreshing data source of the pivot table. + +```cpp +Aspose::Cells::Pivot::PivotTableRefreshOption::PivotTableRefreshOption() +``` + +## See Also + +* Class [PivotTableRefreshOption](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTableRefreshOption::PivotTableRefreshOption(PivotTableRefreshOption_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Pivot::PivotTableRefreshOption::PivotTableRefreshOption(PivotTableRefreshOption_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTableRefreshOption](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotTableRefreshOption::PivotTableRefreshOption(const PivotTableRefreshOption\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Pivot::PivotTableRefreshOption::PivotTableRefreshOption(const PivotTableRefreshOption &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTableRefreshOption](../) +* Class [PivotTableRefreshOption](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottablerefreshoption/setiskeeporiginalorder/_index.md b/spanish/cpp/aspose.cells.pivot/pivottablerefreshoption/setiskeeporiginalorder/_index.md new file mode 100644 index 00000000000..1e5565ebbd3 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottablerefreshoption/setiskeeporiginalorder/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Pivot::PivotTableRefreshOption::SetIsKeepOriginalOrder method +linktitle: SetIsKeepOriginalOrder +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableRefreshOption::SetIsKeepOriginalOrder method. Indicates whether to keep pivot items'' original order as old data source in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.pivot/pivottablerefreshoption/setiskeeporiginalorder/ +--- +## PivotTableRefreshOption::SetIsKeepOriginalOrder method + + +Indicates whether to keep pivot items' original order as old data source. + +```cpp +void Aspose::Cells::Pivot::PivotTableRefreshOption::SetIsKeepOriginalOrder(bool value) +``` + +## Remarks + + +Only applicable for the pivot field which is not sorted. When refreshing such kind of pivot field, Ms Excel keeps the original order of old data source. Default value of this property is true, representing the same behavior with Ms Excel. If user needs the pivot field to be refreshed completely as the data in the new data source, this property should be set as false. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTableRefreshOption](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottablerefreshoption/setreservemissingpivotitemtype/_index.md b/spanish/cpp/aspose.cells.pivot/pivottablerefreshoption/setreservemissingpivotitemtype/_index.md new file mode 100644 index 00000000000..716e167d059 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottablerefreshoption/setreservemissingpivotitemtype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Pivot::PivotTableRefreshOption::SetReserveMissingPivotItemType method +linktitle: SetReserveMissingPivotItemType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableRefreshOption::SetReserveMissingPivotItemType method. Represents how to reserve missing pivot items in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.pivot/pivottablerefreshoption/setreservemissingpivotitemtype/ +--- +## PivotTableRefreshOption::SetReserveMissingPivotItemType method + + +Represents how to reserve missing pivot items. + +```cpp +void Aspose::Cells::Pivot::PivotTableRefreshOption::SetReserveMissingPivotItemType(ReserveMissingPivotItemType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ReserveMissingPivotItemType](../../reservemissingpivotitemtype/) +* Class [PivotTableRefreshOption](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottablerefreshoption/~pivottablerefreshoption/_index.md b/spanish/cpp/aspose.cells.pivot/pivottablerefreshoption/~pivottablerefreshoption/_index.md new file mode 100644 index 00000000000..0680d0763ad --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottablerefreshoption/~pivottablerefreshoption/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Pivot::PivotTableRefreshOption::~PivotTableRefreshOption method +linktitle: ~PivotTableRefreshOption +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableRefreshOption::~PivotTableRefreshOption method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.pivot/pivottablerefreshoption/~pivottablerefreshoption/ +--- +## PivotTableRefreshOption::~PivotTableRefreshOption method + + +Destructor. + +```cpp +Aspose::Cells::Pivot::PivotTableRefreshOption::~PivotTableRefreshOption() +``` + +## See Also + +* Class [PivotTableRefreshOption](../) +* Namespace [Aspose::Cells::Pivot](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottableselectiontype/_index.md b/spanish/cpp/aspose.cells.pivot/pivottableselectiontype/_index.md new file mode 100644 index 00000000000..bc1c8f93f8f --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottableselectiontype/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Pivot::PivotTableSelectionType enum +linktitle: PivotTableSelectionType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableSelectionType enum. Specifies what can be selected in a PivotTable during a structured selection. These constants can be combined to select multiple types in C++.' +type: docs +weight: 4400 +url: /es/cpp/aspose.cells.pivot/pivottableselectiontype/ +--- +## PivotTableSelectionType enum + + +Specifies what can be selected in a [PivotTable](../pivottable/) during a structured selection. These constants can be combined to select multiple types. + +```cpp +enum class PivotTableSelectionType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| DataAndLabel | 0 |
Data and labels. | +| DataOnly | 2 |
Only selects data. | +| LabelOnly | 1 |
Only selects labels. | + +## See Also + +* Namespace [Aspose::Cells::Pivot](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottablesourcetype/_index.md b/spanish/cpp/aspose.cells.pivot/pivottablesourcetype/_index.md new file mode 100644 index 00000000000..6cb26139c02 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottablesourcetype/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Pivot::PivotTableSourceType enum +linktitle: PivotTableSourceType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableSourceType enum. Represents data source type of the pivot table in C++.' +type: docs +weight: 4500 +url: /es/cpp/aspose.cells.pivot/pivottablesourcetype/ +--- +## PivotTableSourceType enum + + +Represents data source type of the pivot table. + +```cpp +enum class PivotTableSourceType : uint8_t +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Sheet | 1 |
Specifies that the source data is a range. | +| External | 2 |
Specifies that external source data is used. | +| Consolidation | 4 |
Specifies that multiple consolidation ranges are used as the source data. | +| Scenario | 8 |
The source data is populated from a temporary internal structure. | +| Unknown | 9 |
Unknown data source. | + +## See Also + +* Namespace [Aspose::Cells::Pivot](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.pivot/pivottablestyletype/_index.md b/spanish/cpp/aspose.cells.pivot/pivottablestyletype/_index.md new file mode 100644 index 00000000000..e8291f8ed10 --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/pivottablestyletype/_index.md @@ -0,0 +1,113 @@ +--- +title: Aspose::Cells::Pivot::PivotTableStyleType enum +linktitle: PivotTableStyleType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::PivotTableStyleType enum. Represents the pivot table style type in C++.' +type: docs +weight: 4600 +url: /es/cpp/aspose.cells.pivot/pivottablestyletype/ +--- +## PivotTableStyleType enum + + +Represents the pivot table style type. + +```cpp +enum class PivotTableStyleType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| None | 0 |
| +| PivotTableStyleLight1 | 1 |
| +| PivotTableStyleLight2 | 2 |
| +| PivotTableStyleLight3 | 3 |
| +| PivotTableStyleLight4 | 4 |
| +| PivotTableStyleLight5 | 5 |
| +| PivotTableStyleLight6 | 6 |
| +| PivotTableStyleLight7 | 7 |
| +| PivotTableStyleLight8 | 8 |
| +| PivotTableStyleLight9 | 9 |
| +| PivotTableStyleLight10 | 10 |
| +| PivotTableStyleLight11 | 11 |
| +| PivotTableStyleLight12 | 12 |
| +| PivotTableStyleLight13 | 13 |
| +| PivotTableStyleLight14 | 14 |
| +| PivotTableStyleLight15 | 15 |
| +| PivotTableStyleLight16 | 16 |
| +| PivotTableStyleLight17 | 17 |
| +| PivotTableStyleLight18 | 18 |
| +| PivotTableStyleLight19 | 19 |
| +| PivotTableStyleLight20 | 20 |
| +| PivotTableStyleLight21 | 21 |
| +| PivotTableStyleLight22 | 22 |
| +| PivotTableStyleLight23 | 23 |
| +| PivotTableStyleLight24 | 24 |
| +| PivotTableStyleLight25 | 25 |
| +| PivotTableStyleLight26 | 26 |
| +| PivotTableStyleLight27 | 27 |
| +| PivotTableStyleLight28 | 28 |
| +| PivotTableStyleMedium1 | 29 |
| +| PivotTableStyleMedium2 | 30 |
| +| PivotTableStyleMedium3 | 31 |
| +| PivotTableStyleMedium4 | 32 |
| +| PivotTableStyleMedium5 | 33 |
| +| PivotTableStyleMedium6 | 34 |
| +| PivotTableStyleMedium7 | 35 |
| +| PivotTableStyleMedium8 | 36 |
| +| PivotTableStyleMedium9 | 37 |
| +| PivotTableStyleMedium10 | 38 |
| +| PivotTableStyleMedium11 | 39 |
| +| PivotTableStyleMedium12 | 40 |
| +| PivotTableStyleMedium13 | 41 |
| +| PivotTableStyleMedium14 | 42 |
| +| PivotTableStyleMedium15 | 43 |
| +| PivotTableStyleMedium16 | 44 |
| +| PivotTableStyleMedium17 | 45 |
| +| PivotTableStyleMedium18 | 46 |
| +| PivotTableStyleMedium19 | 47 |
| +| PivotTableStyleMedium20 | 48 |
| +| PivotTableStyleMedium21 | 49 |
| +| PivotTableStyleMedium22 | 50 |
| +| PivotTableStyleMedium23 | 51 |
| +| PivotTableStyleMedium24 | 52 |
| +| PivotTableStyleMedium25 | 53 |
| +| PivotTableStyleMedium26 | 54 |
| +| PivotTableStyleMedium27 | 55 |
| +| PivotTableStyleMedium28 | 56 |
| +| PivotTableStyleDark1 | 57 |
| +| PivotTableStyleDark2 | 58 |
| +| PivotTableStyleDark3 | 59 |
| +| PivotTableStyleDark4 | 60 |
| +| PivotTableStyleDark5 | 61 |
| +| PivotTableStyleDark6 | 62 |
| +| PivotTableStyleDark7 | 63 |
| +| PivotTableStyleDark8 | 64 |
| +| PivotTableStyleDark9 | 65 |
| +| PivotTableStyleDark10 | 66 |
| +| PivotTableStyleDark11 | 67 |
| +| PivotTableStyleDark12 | 68 |
| +| PivotTableStyleDark13 | 69 |
| +| PivotTableStyleDark14 | 70 |
| +| PivotTableStyleDark15 | 71 |
| +| PivotTableStyleDark16 | 72 |
| +| PivotTableStyleDark17 | 73 |
| +| PivotTableStyleDark18 | 74 |
| +| PivotTableStyleDark19 | 75 |
| +| PivotTableStyleDark20 | 76 |
| +| PivotTableStyleDark21 | 77 |
| +| PivotTableStyleDark22 | 78 |
| +| PivotTableStyleDark23 | 79 |
| +| PivotTableStyleDark24 | 80 |
| +| PivotTableStyleDark25 | 81 |
| +| PivotTableStyleDark26 | 82 |
| +| PivotTableStyleDark27 | 83 |
| +| PivotTableStyleDark28 | 84 |
| +| Custom | 85 |
| + +## See Also + +* Namespace [Aspose::Cells::Pivot](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.pivot/reservemissingpivotitemtype/_index.md b/spanish/cpp/aspose.cells.pivot/reservemissingpivotitemtype/_index.md new file mode 100644 index 00000000000..e441a4e4ecd --- /dev/null +++ b/spanish/cpp/aspose.cells.pivot/reservemissingpivotitemtype/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Pivot::ReserveMissingPivotItemType enum +linktitle: ReserveMissingPivotItemType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Pivot::ReserveMissingPivotItemType enum. Represents how to keep the missing pivot items in C++.' +type: docs +weight: 4700 +url: /es/cpp/aspose.cells.pivot/reservemissingpivotitemtype/ +--- +## ReserveMissingPivotItemType enum + + +Represents how to keep the missing pivot items. + +```cpp +enum class ReserveMissingPivotItemType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Default | 0 |
Removes old missing pivot items and reserves deleted items of new data source as missing items. | +| All | 1 |
Reserves all missing items. | +| None | 2 |
Removes all missing pivot items. | + +## See Also + +* Namespace [Aspose::Cells::Pivot](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.properties/_index.md b/spanish/cpp/aspose.cells.properties/_index.md new file mode 100644 index 00000000000..00476aab08e --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/_index.md @@ -0,0 +1,29 @@ +--- +title: Espacio de nombres Aspose::Cells::Properties +linktitle: Aspose::Cells::Properties +second_title: Referencia de API de Aspose.Cells para C++ +description: 'Cómo usar el espacio de nombres Aspose::Cells::Properties en C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.properties/ +--- + + + +## Clases + +| Clase | Descripción | +| --- | --- | +| [BuiltInDocumentPropertyCollection](./builtindocumentpropertycollection/) | Una colección de propiedades de documento incorporadas. | +| [ContentTypeProperty](./contenttypeproperty/) | Representa información de identificador. | +| [ContentTypePropertyCollection](./contenttypepropertycollection/) | Una colección de objetos [ContentTypeProperty](./contenttypeproperty/) que representan información adicional. | +| [CustomDocumentPropertyCollection](./customdocumentpropertycollection/) | Una colección de propiedades de documento personalizadas. | +| [CustomProperty](./customproperty/) | Representa una propiedad personalizada que almacena pares nombre y valor de datos arbitrarios definidos por el usuario para la hoja de cálculo. | +| [CustomPropertyCollection](./custompropertycollection/) | Una colección de objetos [CustomProperty](./customproperty/) que representan información adicional. | +| [DocumentProperty](./documentproperty/) | Representa una propiedad de documento personalizada o incorporada. | +| [DocumentPropertyCollection](./documentpropertycollection/) | Clase base para las colecciones [BuiltInDocumentPropertyCollection](./builtindocumentpropertycollection/) y [CustomDocumentPropertyCollection](./customdocumentpropertycollection/). | +## Enums + +| Enumeración | Descripción | +| --- | --- | +| [PropertyType](./propertytype/) | Especifica el tipo de datos de una propiedad de documento. | diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/_impl/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/_impl/_index.md new file mode 100644 index 00000000000..61821221ea0 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::_impl field. The implementation object in C++.' +type: docs +weight: 6500 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +BuiltInDocumentPropertyCollection_Impl* Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::_impl +``` + +## See Also + +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/_index.md new file mode 100644 index 00000000000..ce508195094 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/_index.md @@ -0,0 +1,134 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection class +linktitle: BuiltInDocumentPropertyCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection class. A collection of built-in document properties in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/ +--- +## BuiltInDocumentPropertyCollection class + + +A collection of built-in document properties. + +```cpp +class BuiltInDocumentPropertyCollection : public Aspose::Cells::Properties::DocumentPropertyCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [BuiltInDocumentPropertyCollection(BuiltInDocumentPropertyCollection_Impl* impl)](./builtindocumentpropertycollection/) | Constructs from an implementation object. | +| [BuiltInDocumentPropertyCollection(const BuiltInDocumentPropertyCollection\& src)](./builtindocumentpropertycollection/) | Copy constructor. | +| [BuiltInDocumentPropertyCollection(const DocumentPropertyCollection\& src)](./builtindocumentpropertycollection/) | Constructs from a parent object. | +| [Contains(const U16String\& name)](../documentpropertycollection/contains/) | Returns true if a property with the specified name exists in the collection. | +| [Contains(const char16_t* name)](../documentpropertycollection/contains/) | Returns true if a property with the specified name exists in the collection. | +| [DocumentPropertyCollection(DocumentPropertyCollection_Impl* impl)](../documentpropertycollection/documentpropertycollection/) | Constructs from an implementation object. | +| [DocumentPropertyCollection(const DocumentPropertyCollection\& src)](../documentpropertycollection/documentpropertycollection/) | Copy constructor. | +| [Get(const U16String\& name)](./get/) | Returns a [DocumentProperty](../documentproperty/) object by the name of the property. | +| [Get(const char16_t* name)](./get/) | Returns a [DocumentProperty](../documentproperty/) object by the name of the property. | +| [Get(int32_t index)](./get/) | Returns a [DocumentProperty](../documentproperty/) object by index. | +| [GetAuthor()](./getauthor/) | Gets or sets the name of the document's author. | +| [GetCategory()](./getcategory/) | Gets or sets the category of the document. | +| [GetComments()](./getcomments/) | Gets or sets the document comments. | +| [GetCompany()](./getcompany/) | Gets or sets the company property. | +| [GetContentStatus()](./getcontentstatus/) | Gets or sets the content status of the document. | +| [GetContentType()](./getcontenttype/) | Gets or sets the content type of the document. | +| [GetCount()](../documentpropertycollection/getcount/) | | +| [GetCreatedTime()](./getcreatedtime/) | Gets or sets date of the document creation in local timezone. | +| [GetCreatedUniversalTime()](./getcreateduniversaltime/) | Gets or sets the Universal time of the document creation. | +| [GetDocumentVersion()](./getdocumentversion/) | Represents the version of the file. | +| [GetHyperlinkBase()](./gethyperlinkbase/) | Gets or sets the hyperlinkbase property. | +| [GetKeywords()](./getkeywords/) | Gets or sets the document keywords. | +| [GetLanguage()](./getlanguage/) | Gets or sets the document's language. | +| [GetLastPrinted()](./getlastprinted/) | Gets or sets the date when the document was last printed in local timezone. | +| [GetLastPrintedUniversalTime()](./getlastprinteduniversaltime/) | Gets or sets the Universal time when the document was last printed. | +| [GetLastSavedBy()](./getlastsavedby/) | Gets or sets the name of the last author. | +| [GetLastSavedTime()](./getlastsavedtime/) | Gets or sets the time of the last save in local timezone. | +| [GetLastSavedUniversalTime()](./getlastsaveduniversaltime/) | Gets or sets the universal time of the last save. | +| [GetLinksUpToDate()](./getlinksuptodate/) | Indicates whether hyperlinks in a document are up-to-date. | +| [GetManager()](./getmanager/) | Gets or sets the manager property. | +| [GetNameOfApplication()](./getnameofapplication/) | Gets or sets the name of the application. | +| [GetPages()](./getpages/) | Represents an estimate of the number of pages in the document. | +| [GetRevisionNumber()](./getrevisionnumber/) | Gets or sets the document revision number. | +| [GetScaleCrop()](./getscalecrop/) | Indicates the display mode of the document thumbnail. | +| [GetSubject()](./getsubject/) | Gets or sets the subject of the document. | +| [GetTemplate()](./gettemplate/) | Gets or sets the informational name of the document template. | +| [GetTitle()](./gettitle/) | Gets or sets the title of the document. | +| [GetTotalEditingTime()](./gettotaleditingtime/) | Gets or sets the total editing time in minutes. | +| [GetVersion()](./getversion/) | Represents the version number of the application that created the document. | +| [GetWords()](./getwords/) | Represents an estimate of the number of words in the document. | +| [IndexOf(const U16String\& name)](../documentpropertycollection/indexof/) | Gets the index of a property by name. | +| [IndexOf(const char16_t* name)](../documentpropertycollection/indexof/) | Gets the index of a property by name. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const BuiltInDocumentPropertyCollection\& src)](./operator_asm/) | operator= | +| [operator=(const DocumentPropertyCollection\& src)](../documentpropertycollection/operator_asm/) | operator= | +| [Remove(const U16String\& name)](../documentpropertycollection/remove/) | Removes a property with the specified name from the collection. | +| [Remove(const char16_t* name)](../documentpropertycollection/remove/) | Removes a property with the specified name from the collection. | +| [RemoveAt(int32_t index)](../documentpropertycollection/removeat/) | Removes a property at the specified index. | +| [SetAuthor(const U16String\& value)](./setauthor/) | Gets or sets the name of the document's author. | +| [SetAuthor(const char16_t* value)](./setauthor/) | Gets or sets the name of the document's author. | +| [SetCategory(const U16String\& value)](./setcategory/) | Gets or sets the category of the document. | +| [SetCategory(const char16_t* value)](./setcategory/) | Gets or sets the category of the document. | +| [SetComments(const U16String\& value)](./setcomments/) | Gets or sets the document comments. | +| [SetComments(const char16_t* value)](./setcomments/) | Gets or sets the document comments. | +| [SetCompany(const U16String\& value)](./setcompany/) | Gets or sets the company property. | +| [SetCompany(const char16_t* value)](./setcompany/) | Gets or sets the company property. | +| [SetContentStatus(const U16String\& value)](./setcontentstatus/) | Gets or sets the content status of the document. | +| [SetContentStatus(const char16_t* value)](./setcontentstatus/) | Gets or sets the content status of the document. | +| [SetContentType(const U16String\& value)](./setcontenttype/) | Gets or sets the content type of the document. | +| [SetContentType(const char16_t* value)](./setcontenttype/) | Gets or sets the content type of the document. | +| [SetCreatedTime(const Date\& value)](./setcreatedtime/) | Gets or sets date of the document creation in local timezone. | +| [SetCreatedUniversalTime(const Date\& value)](./setcreateduniversaltime/) | Gets or sets the Universal time of the document creation. | +| [SetDocumentVersion(const U16String\& value)](./setdocumentversion/) | Represents the version of the file. | +| [SetDocumentVersion(const char16_t* value)](./setdocumentversion/) | Represents the version of the file. | +| [SetHyperlinkBase(const U16String\& value)](./sethyperlinkbase/) | Gets or sets the hyperlinkbase property. | +| [SetHyperlinkBase(const char16_t* value)](./sethyperlinkbase/) | Gets or sets the hyperlinkbase property. | +| [SetKeywords(const U16String\& value)](./setkeywords/) | Gets or sets the document keywords. | +| [SetKeywords(const char16_t* value)](./setkeywords/) | Gets or sets the document keywords. | +| [SetLanguage(const U16String\& value)](./setlanguage/) | Gets or sets the document's language. | +| [SetLanguage(const char16_t* value)](./setlanguage/) | Gets or sets the document's language. | +| [SetLastPrinted(const Date\& value)](./setlastprinted/) | Gets or sets the date when the document was last printed in local timezone. | +| [SetLastPrintedUniversalTime(const Date\& value)](./setlastprinteduniversaltime/) | Gets or sets the Universal time when the document was last printed. | +| [SetLastSavedBy(const U16String\& value)](./setlastsavedby/) | Gets or sets the name of the last author. | +| [SetLastSavedBy(const char16_t* value)](./setlastsavedby/) | Gets or sets the name of the last author. | +| [SetLastSavedTime(const Date\& value)](./setlastsavedtime/) | Gets or sets the time of the last save in local timezone. | +| [SetLastSavedUniversalTime(const Date\& value)](./setlastsaveduniversaltime/) | Gets or sets the universal time of the last save. | +| [SetLinksUpToDate(bool value)](./setlinksuptodate/) | Indicates whether hyperlinks in a document are up-to-date. | +| [SetManager(const U16String\& value)](./setmanager/) | Gets or sets the manager property. | +| [SetManager(const char16_t* value)](./setmanager/) | Gets or sets the manager property. | +| [SetNameOfApplication(const U16String\& value)](./setnameofapplication/) | Gets or sets the name of the application. | +| [SetNameOfApplication(const char16_t* value)](./setnameofapplication/) | Gets or sets the name of the application. | +| [SetPages(int32_t value)](./setpages/) | Represents an estimate of the number of pages in the document. | +| [SetRevisionNumber(const U16String\& value)](./setrevisionnumber/) | Gets or sets the document revision number. | +| [SetRevisionNumber(const char16_t* value)](./setrevisionnumber/) | Gets or sets the document revision number. | +| [SetScaleCrop(bool value)](./setscalecrop/) | Indicates the display mode of the document thumbnail. | +| [SetSubject(const U16String\& value)](./setsubject/) | Gets or sets the subject of the document. | +| [SetSubject(const char16_t* value)](./setsubject/) | Gets or sets the subject of the document. | +| [SetTemplate(const U16String\& value)](./settemplate/) | Gets or sets the informational name of the document template. | +| [SetTemplate(const char16_t* value)](./settemplate/) | Gets or sets the informational name of the document template. | +| [SetTitle(const U16String\& value)](./settitle/) | Gets or sets the title of the document. | +| [SetTitle(const char16_t* value)](./settitle/) | Gets or sets the title of the document. | +| [SetTotalEditingTime(double value)](./settotaleditingtime/) | Gets or sets the total editing time in minutes. | +| [SetVersion(const U16String\& value)](./setversion/) | Represents the version number of the application that created the document. | +| [SetVersion(const char16_t* value)](./setversion/) | Represents the version number of the application that created the document. | +| [SetWords(int32_t value)](./setwords/) | Represents an estimate of the number of words in the document. | +| [~BuiltInDocumentPropertyCollection()](./~builtindocumentpropertycollection/) | Destructor. | +| [~DocumentPropertyCollection()](../documentpropertycollection/~documentpropertycollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## Remarks + + +Provides access to [DocumentProperty](../documentproperty/) objects by their names (using an indexer) and via a set of typed properties that return values of appropriate types. +## See Also + +* Class [DocumentPropertyCollection](../documentpropertycollection/) +* Namespace [Aspose::Cells::Properties](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/builtindocumentpropertycollection/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/builtindocumentpropertycollection/_index.md new file mode 100644 index 00000000000..0668223d72a --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/builtindocumentpropertycollection/_index.md @@ -0,0 +1,53 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::BuiltInDocumentPropertyCollection constructor +linktitle: BuiltInDocumentPropertyCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::BuiltInDocumentPropertyCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/builtindocumentpropertycollection/ +--- +## BuiltInDocumentPropertyCollection::BuiltInDocumentPropertyCollection(BuiltInDocumentPropertyCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::BuiltInDocumentPropertyCollection(BuiltInDocumentPropertyCollection_Impl *impl) +``` + +## See Also + +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## BuiltInDocumentPropertyCollection::BuiltInDocumentPropertyCollection(const BuiltInDocumentPropertyCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::BuiltInDocumentPropertyCollection(const BuiltInDocumentPropertyCollection &src) +``` + +## See Also + +* Class [BuiltInDocumentPropertyCollection](../) +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## BuiltInDocumentPropertyCollection::BuiltInDocumentPropertyCollection(const DocumentPropertyCollection\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::BuiltInDocumentPropertyCollection(const DocumentPropertyCollection &src) +``` + +## See Also + +* Class [DocumentPropertyCollection](../../documentpropertycollection/) +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/get/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/get/_index.md new file mode 100644 index 00000000000..ed6a408123f --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/get/_index.md @@ -0,0 +1,90 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::Get method. Returns a DocumentProperty object by the name of the property in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/get/ +--- +## BuiltInDocumentPropertyCollection::Get(const U16String\&) method + + +Returns a [DocumentProperty](../../documentproperty/) object by the name of the property. + +```cpp +DocumentProperty Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::Get(const U16String &name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const U16String\& | The case-insensitive name of the property to retrieve. | +## Remarks + + +Returns a [DocumentProperty](../../documentproperty/) object. + +The string names of the properties correspond to the names of the typed properties available from [BuiltInDocumentPropertyCollection](../). + +If you request a property that is not present in the document, but the name of the property is recognized as a valid built-in name, a new [DocumentProperty](../../documentproperty/) is created, added to the collection and returned. The newly created property is assigned a default value (empty string, zero, false or DateTime.MinValue depending on the type of the built-in property). + +If you request a property that is not present in the document and the name is not recognized as a built-in name, a null is returned. + +## See Also + +* Class [DocumentProperty](../../documentproperty/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## BuiltInDocumentPropertyCollection::Get(const char16_t*) method + + +Returns a [DocumentProperty](../../documentproperty/) object by the name of the property. + +```cpp +DocumentProperty Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::Get(const char16_t *name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const char16_t* | The case-insensitive name of the property to retrieve. | +## Remarks + + +Returns a [DocumentProperty](../../documentproperty/) object. + +The string names of the properties correspond to the names of the typed properties available from [BuiltInDocumentPropertyCollection](../). + +If you request a property that is not present in the document, but the name of the property is recognized as a valid built-in name, a new [DocumentProperty](../../documentproperty/) is created, added to the collection and returned. The newly created property is assigned a default value (empty string, zero, false or DateTime.MinValue depending on the type of the built-in property). + +If you request a property that is not present in the document and the name is not recognized as a built-in name, a null is returned. + +## See Also + +* Class [DocumentProperty](../../documentproperty/) +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## BuiltInDocumentPropertyCollection::Get(int32_t) method + + +Returns a [DocumentProperty](../../documentproperty/) object by index. + +```cpp +DocumentProperty Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | Zero-based index of the [DocumentProperty](../../documentproperty/) to retrieve. | + +## See Also + +* Class [DocumentProperty](../../documentproperty/) +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getauthor/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getauthor/_index.md new file mode 100644 index 00000000000..fd6fb2bb782 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getauthor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetAuthor method +linktitle: GetAuthor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetAuthor method. Gets or sets the name of the document''s author in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/getauthor/ +--- +## BuiltInDocumentPropertyCollection::GetAuthor method + + +Gets or sets the name of the document's author. + +```cpp +U16String Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetAuthor() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getcategory/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getcategory/_index.md new file mode 100644 index 00000000000..9f1039ba328 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getcategory/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetCategory method +linktitle: GetCategory +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetCategory method. Gets or sets the category of the document in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/getcategory/ +--- +## BuiltInDocumentPropertyCollection::GetCategory method + + +Gets or sets the category of the document. + +```cpp +U16String Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetCategory() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getcomments/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getcomments/_index.md new file mode 100644 index 00000000000..0956d4fefad --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getcomments/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetComments method +linktitle: GetComments +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetComments method. Gets or sets the document comments in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/getcomments/ +--- +## BuiltInDocumentPropertyCollection::GetComments method + + +Gets or sets the document comments. + +```cpp +U16String Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetComments() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getcompany/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getcompany/_index.md new file mode 100644 index 00000000000..4d1de3b6586 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getcompany/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetCompany method +linktitle: GetCompany +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetCompany method. Gets or sets the company property in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/getcompany/ +--- +## BuiltInDocumentPropertyCollection::GetCompany method + + +Gets or sets the company property. + +```cpp +U16String Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetCompany() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getcontentstatus/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getcontentstatus/_index.md new file mode 100644 index 00000000000..64af282dfb7 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getcontentstatus/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetContentStatus method +linktitle: GetContentStatus +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetContentStatus method. Gets or sets the content status of the document in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/getcontentstatus/ +--- +## BuiltInDocumentPropertyCollection::GetContentStatus method + + +Gets or sets the content status of the document. + +```cpp +U16String Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetContentStatus() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getcontenttype/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getcontenttype/_index.md new file mode 100644 index 00000000000..ba768b5e605 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getcontenttype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetContentType method +linktitle: GetContentType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetContentType method. Gets or sets the content type of the document in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/getcontenttype/ +--- +## BuiltInDocumentPropertyCollection::GetContentType method + + +Gets or sets the content type of the document. + +```cpp +U16String Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetContentType() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getcreatedtime/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getcreatedtime/_index.md new file mode 100644 index 00000000000..0d7fc968a0b --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getcreatedtime/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetCreatedTime method +linktitle: GetCreatedTime +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetCreatedTime method. Gets or sets date of the document creation in local timezone in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/getcreatedtime/ +--- +## BuiltInDocumentPropertyCollection::GetCreatedTime method + + +Gets or sets date of the document creation in local timezone. + +```cpp +Date Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetCreatedTime() +``` + +## Remarks + + +[Aspose.Cells](../../../aspose.cells/) does not update this property when you modify the document. +## See Also + +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getcreateduniversaltime/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getcreateduniversaltime/_index.md new file mode 100644 index 00000000000..3232ce86508 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getcreateduniversaltime/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetCreatedUniversalTime method +linktitle: GetCreatedUniversalTime +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetCreatedUniversalTime method. Gets or sets the Universal time of the document creation in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/getcreateduniversaltime/ +--- +## BuiltInDocumentPropertyCollection::GetCreatedUniversalTime method + + +Gets or sets the Universal time of the document creation. + +```cpp +Date Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetCreatedUniversalTime() +``` + +## Remarks + + +[Aspose.Cells](../../../aspose.cells/) does not update this property when you modify the document. +## See Also + +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getdocumentversion/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getdocumentversion/_index.md new file mode 100644 index 00000000000..6ff267f3289 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getdocumentversion/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetDocumentVersion method +linktitle: GetDocumentVersion +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetDocumentVersion method. Represents the version of the file in C++.' +type: docs +weight: 5700 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/getdocumentversion/ +--- +## BuiltInDocumentPropertyCollection::GetDocumentVersion method + + +Represents the version of the file. + +```cpp +U16String Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetDocumentVersion() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/gethyperlinkbase/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/gethyperlinkbase/_index.md new file mode 100644 index 00000000000..f34e2f14e19 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/gethyperlinkbase/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetHyperlinkBase method +linktitle: GetHyperlinkBase +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetHyperlinkBase method. Gets or sets the hyperlinkbase property in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/gethyperlinkbase/ +--- +## BuiltInDocumentPropertyCollection::GetHyperlinkBase method + + +Gets or sets the hyperlinkbase property. + +```cpp +U16String Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetHyperlinkBase() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getkeywords/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getkeywords/_index.md new file mode 100644 index 00000000000..032b8182dea --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getkeywords/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetKeywords method +linktitle: GetKeywords +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetKeywords method. Gets or sets the document keywords in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/getkeywords/ +--- +## BuiltInDocumentPropertyCollection::GetKeywords method + + +Gets or sets the document keywords. + +```cpp +U16String Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetKeywords() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getlanguage/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getlanguage/_index.md new file mode 100644 index 00000000000..07a75ddd525 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getlanguage/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetLanguage method +linktitle: GetLanguage +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetLanguage method. Gets or sets the document''s language in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/getlanguage/ +--- +## BuiltInDocumentPropertyCollection::GetLanguage method + + +Gets or sets the document's language. + +```cpp +U16String Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetLanguage() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getlastprinted/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getlastprinted/_index.md new file mode 100644 index 00000000000..cc94402d04c --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getlastprinted/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetLastPrinted method +linktitle: GetLastPrinted +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetLastPrinted method. Gets or sets the date when the document was last printed in local timezone in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/getlastprinted/ +--- +## BuiltInDocumentPropertyCollection::GetLastPrinted method + + +Gets or sets the date when the document was last printed in local timezone. + +```cpp +Date Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetLastPrinted() +``` + +## Remarks + + +If the document was never printed, this property will return DateTime.MinValue. + +[Aspose.Cells](../../../aspose.cells/) does not update this property when you modify the document. +## See Also + +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getlastprinteduniversaltime/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getlastprinteduniversaltime/_index.md new file mode 100644 index 00000000000..d9a9435f155 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getlastprinteduniversaltime/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetLastPrintedUniversalTime method +linktitle: GetLastPrintedUniversalTime +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetLastPrintedUniversalTime method. Gets or sets the Universal time when the document was last printed in C++.' +type: docs +weight: 3100 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/getlastprinteduniversaltime/ +--- +## BuiltInDocumentPropertyCollection::GetLastPrintedUniversalTime method + + +Gets or sets the Universal time when the document was last printed. + +```cpp +Date Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetLastPrintedUniversalTime() +``` + +## See Also + +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getlastsavedby/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getlastsavedby/_index.md new file mode 100644 index 00000000000..2ed0ad3a219 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getlastsavedby/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetLastSavedBy method +linktitle: GetLastSavedBy +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetLastSavedBy method. Gets or sets the name of the last author in C++.' +type: docs +weight: 3300 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/getlastsavedby/ +--- +## BuiltInDocumentPropertyCollection::GetLastSavedBy method + + +Gets or sets the name of the last author. + +```cpp +U16String Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetLastSavedBy() +``` + +## Remarks + + +[Aspose.Cells](../../../aspose.cells/) does not update this property when you modify the document. +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getlastsavedtime/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getlastsavedtime/_index.md new file mode 100644 index 00000000000..63d95144d30 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getlastsavedtime/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetLastSavedTime method +linktitle: GetLastSavedTime +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetLastSavedTime method. Gets or sets the time of the last save in local timezone in C++.' +type: docs +weight: 3500 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/getlastsavedtime/ +--- +## BuiltInDocumentPropertyCollection::GetLastSavedTime method + + +Gets or sets the time of the last save in local timezone. + +```cpp +Date Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetLastSavedTime() +``` + +## Remarks + + +[Aspose.Cells](../../../aspose.cells/) does not update this property when you modify the document. +## See Also + +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getlastsaveduniversaltime/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getlastsaveduniversaltime/_index.md new file mode 100644 index 00000000000..2a3ca833f62 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getlastsaveduniversaltime/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetLastSavedUniversalTime method +linktitle: GetLastSavedUniversalTime +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetLastSavedUniversalTime method. Gets or sets the universal time of the last save in C++.' +type: docs +weight: 3700 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/getlastsaveduniversaltime/ +--- +## BuiltInDocumentPropertyCollection::GetLastSavedUniversalTime method + + +Gets or sets the universal time of the last save. + +```cpp +Date Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetLastSavedUniversalTime() +``` + +## Remarks + + +[Aspose.Cells](../../../aspose.cells/) does not update this property when you modify the document. +## See Also + +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getlinksuptodate/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getlinksuptodate/_index.md new file mode 100644 index 00000000000..52a9a7cb8f1 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getlinksuptodate/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetLinksUpToDate method +linktitle: GetLinksUpToDate +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetLinksUpToDate method. Indicates whether hyperlinks in a document are up-to-date in C++.' +type: docs +weight: 6100 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/getlinksuptodate/ +--- +## BuiltInDocumentPropertyCollection::GetLinksUpToDate method + + +Indicates whether hyperlinks in a document are up-to-date. + +```cpp +bool Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetLinksUpToDate() +``` + +## See Also + +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getmanager/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getmanager/_index.md new file mode 100644 index 00000000000..1d5c0627228 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getmanager/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetManager method +linktitle: GetManager +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetManager method. Gets or sets the manager property in C++.' +type: docs +weight: 3900 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/getmanager/ +--- +## BuiltInDocumentPropertyCollection::GetManager method + + +Gets or sets the manager property. + +```cpp +U16String Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetManager() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getnameofapplication/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getnameofapplication/_index.md new file mode 100644 index 00000000000..d07e2d5bc5c --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getnameofapplication/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetNameOfApplication method +linktitle: GetNameOfApplication +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetNameOfApplication method. Gets or sets the name of the application in C++.' +type: docs +weight: 4100 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/getnameofapplication/ +--- +## BuiltInDocumentPropertyCollection::GetNameOfApplication method + + +Gets or sets the name of the application. + +```cpp +U16String Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetNameOfApplication() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getpages/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getpages/_index.md new file mode 100644 index 00000000000..b00fc774d87 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getpages/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetPages method +linktitle: GetPages +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetPages method. Represents an estimate of the number of pages in the document in C++.' +type: docs +weight: 4300 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/getpages/ +--- +## BuiltInDocumentPropertyCollection::GetPages method + + +Represents an estimate of the number of pages in the document. + +```cpp +int32_t Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetPages() +``` + +## See Also + +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getrevisionnumber/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getrevisionnumber/_index.md new file mode 100644 index 00000000000..bf580b23a13 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getrevisionnumber/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetRevisionNumber method +linktitle: GetRevisionNumber +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetRevisionNumber method. Gets or sets the document revision number in C++.' +type: docs +weight: 4500 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/getrevisionnumber/ +--- +## BuiltInDocumentPropertyCollection::GetRevisionNumber method + + +Gets or sets the document revision number. + +```cpp +U16String Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetRevisionNumber() +``` + +## Remarks + + +[Aspose.Cells](../../../aspose.cells/) does not update this property when you modify the document. +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getscalecrop/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getscalecrop/_index.md new file mode 100644 index 00000000000..f38fdee9bca --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getscalecrop/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetScaleCrop method +linktitle: GetScaleCrop +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetScaleCrop method. Indicates the display mode of the document thumbnail in C++.' +type: docs +weight: 5900 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/getscalecrop/ +--- +## BuiltInDocumentPropertyCollection::GetScaleCrop method + + +Indicates the display mode of the document thumbnail. + +```cpp +bool Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetScaleCrop() +``` + +## See Also + +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getsubject/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getsubject/_index.md new file mode 100644 index 00000000000..fe4b9f78d80 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getsubject/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetSubject method +linktitle: GetSubject +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetSubject method. Gets or sets the subject of the document in C++.' +type: docs +weight: 4700 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/getsubject/ +--- +## BuiltInDocumentPropertyCollection::GetSubject method + + +Gets or sets the subject of the document. + +```cpp +U16String Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetSubject() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/gettemplate/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/gettemplate/_index.md new file mode 100644 index 00000000000..6ec45915c4a --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/gettemplate/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetTemplate method +linktitle: GetTemplate +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetTemplate method. Gets or sets the informational name of the document template in C++.' +type: docs +weight: 4900 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/gettemplate/ +--- +## BuiltInDocumentPropertyCollection::GetTemplate method + + +Gets or sets the informational name of the document template. + +```cpp +U16String Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetTemplate() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/gettitle/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/gettitle/_index.md new file mode 100644 index 00000000000..e56e505ad20 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/gettitle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetTitle method +linktitle: GetTitle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetTitle method. Gets or sets the title of the document in C++.' +type: docs +weight: 5100 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/gettitle/ +--- +## BuiltInDocumentPropertyCollection::GetTitle method + + +Gets or sets the title of the document. + +```cpp +U16String Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetTitle() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/gettotaleditingtime/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/gettotaleditingtime/_index.md new file mode 100644 index 00000000000..13be3c3ce10 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/gettotaleditingtime/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetTotalEditingTime method +linktitle: GetTotalEditingTime +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetTotalEditingTime method. Gets or sets the total editing time in minutes in C++.' +type: docs +weight: 5300 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/gettotaleditingtime/ +--- +## BuiltInDocumentPropertyCollection::GetTotalEditingTime method + + +Gets or sets the total editing time in minutes. + +```cpp +double Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetTotalEditingTime() +``` + +## See Also + +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getversion/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getversion/_index.md new file mode 100644 index 00000000000..9566b641809 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getversion/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetVersion method +linktitle: GetVersion +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetVersion method. Represents the version number of the application that created the document in C++.' +type: docs +weight: 5500 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/getversion/ +--- +## BuiltInDocumentPropertyCollection::GetVersion method + + +Represents the version number of the application that created the document. + +```cpp +U16String Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetVersion() +``` + +## Remarks + + +It's format is "00.0000",for example : 12.0000 +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getwords/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getwords/_index.md new file mode 100644 index 00000000000..486d427a9cd --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/getwords/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetWords method +linktitle: GetWords +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetWords method. Represents an estimate of the number of words in the document in C++.' +type: docs +weight: 6300 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/getwords/ +--- +## BuiltInDocumentPropertyCollection::GetWords method + + +Represents an estimate of the number of words in the document. + +```cpp +int32_t Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::GetWords() +``` + +## See Also + +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/isnull/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/isnull/_index.md new file mode 100644 index 00000000000..40c524d1fca --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/isnull/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/isnull/ +--- +## BuiltInDocumentPropertyCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/operator_asm/_index.md new file mode 100644 index 00000000000..24182ee8539 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/operator_asm/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/operator_asm/ +--- +## BuiltInDocumentPropertyCollection::operator= method + + +operator= + +```cpp +BuiltInDocumentPropertyCollection & Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::operator=(const BuiltInDocumentPropertyCollection &src) +``` + +## See Also + +* Class [BuiltInDocumentPropertyCollection](../) +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/operator_bool/_index.md new file mode 100644 index 00000000000..c71781ddf0b --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/operator_bool/ +--- +## BuiltInDocumentPropertyCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setauthor/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setauthor/_index.md new file mode 100644 index 00000000000..a198985a12c --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setauthor/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetAuthor method +linktitle: SetAuthor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetAuthor method. Gets or sets the name of the document''s author in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/setauthor/ +--- +## BuiltInDocumentPropertyCollection::SetAuthor(const U16String\&) method + + +Gets or sets the name of the document's author. + +```cpp +void Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetAuthor(const U16String &value) +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## BuiltInDocumentPropertyCollection::SetAuthor(const char16_t*) method + + +Gets or sets the name of the document's author. + +```cpp +void Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetAuthor(const char16_t *value) +``` + +## See Also + +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setcategory/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setcategory/_index.md new file mode 100644 index 00000000000..0ab6f014067 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setcategory/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetCategory method +linktitle: SetCategory +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetCategory method. Gets or sets the category of the document in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/setcategory/ +--- +## BuiltInDocumentPropertyCollection::SetCategory(const U16String\&) method + + +Gets or sets the category of the document. + +```cpp +void Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetCategory(const U16String &value) +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## BuiltInDocumentPropertyCollection::SetCategory(const char16_t*) method + + +Gets or sets the category of the document. + +```cpp +void Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetCategory(const char16_t *value) +``` + +## See Also + +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setcomments/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setcomments/_index.md new file mode 100644 index 00000000000..dc84d89544d --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setcomments/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetComments method +linktitle: SetComments +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetComments method. Gets or sets the document comments in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/setcomments/ +--- +## BuiltInDocumentPropertyCollection::SetComments(const U16String\&) method + + +Gets or sets the document comments. + +```cpp +void Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetComments(const U16String &value) +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## BuiltInDocumentPropertyCollection::SetComments(const char16_t*) method + + +Gets or sets the document comments. + +```cpp +void Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetComments(const char16_t *value) +``` + +## See Also + +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setcompany/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setcompany/_index.md new file mode 100644 index 00000000000..6eb0166a2e4 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setcompany/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetCompany method +linktitle: SetCompany +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetCompany method. Gets or sets the company property in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/setcompany/ +--- +## BuiltInDocumentPropertyCollection::SetCompany(const U16String\&) method + + +Gets or sets the company property. + +```cpp +void Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetCompany(const U16String &value) +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## BuiltInDocumentPropertyCollection::SetCompany(const char16_t*) method + + +Gets or sets the company property. + +```cpp +void Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetCompany(const char16_t *value) +``` + +## See Also + +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setcontentstatus/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setcontentstatus/_index.md new file mode 100644 index 00000000000..fed1775bd1d --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setcontentstatus/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetContentStatus method +linktitle: SetContentStatus +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetContentStatus method. Gets or sets the content status of the document in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/setcontentstatus/ +--- +## BuiltInDocumentPropertyCollection::SetContentStatus(const U16String\&) method + + +Gets or sets the content status of the document. + +```cpp +void Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetContentStatus(const U16String &value) +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## BuiltInDocumentPropertyCollection::SetContentStatus(const char16_t*) method + + +Gets or sets the content status of the document. + +```cpp +void Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetContentStatus(const char16_t *value) +``` + +## See Also + +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setcontenttype/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setcontenttype/_index.md new file mode 100644 index 00000000000..d8569872374 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setcontenttype/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetContentType method +linktitle: SetContentType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetContentType method. Gets or sets the content type of the document in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/setcontenttype/ +--- +## BuiltInDocumentPropertyCollection::SetContentType(const U16String\&) method + + +Gets or sets the content type of the document. + +```cpp +void Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetContentType(const U16String &value) +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## BuiltInDocumentPropertyCollection::SetContentType(const char16_t*) method + + +Gets or sets the content type of the document. + +```cpp +void Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetContentType(const char16_t *value) +``` + +## See Also + +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setcreatedtime/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setcreatedtime/_index.md new file mode 100644 index 00000000000..36e305c1e27 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setcreatedtime/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetCreatedTime method +linktitle: SetCreatedTime +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetCreatedTime method. Gets or sets date of the document creation in local timezone in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/setcreatedtime/ +--- +## BuiltInDocumentPropertyCollection::SetCreatedTime method + + +Gets or sets date of the document creation in local timezone. + +```cpp +void Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetCreatedTime(const Date &value) +``` + +## Remarks + + +[Aspose.Cells](../../../aspose.cells/) does not update this property when you modify the document. +## See Also + +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setcreateduniversaltime/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setcreateduniversaltime/_index.md new file mode 100644 index 00000000000..3c1474e8c31 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setcreateduniversaltime/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetCreatedUniversalTime method +linktitle: SetCreatedUniversalTime +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetCreatedUniversalTime method. Gets or sets the Universal time of the document creation in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/setcreateduniversaltime/ +--- +## BuiltInDocumentPropertyCollection::SetCreatedUniversalTime method + + +Gets or sets the Universal time of the document creation. + +```cpp +void Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetCreatedUniversalTime(const Date &value) +``` + +## Remarks + + +[Aspose.Cells](../../../aspose.cells/) does not update this property when you modify the document. +## See Also + +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setdocumentversion/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setdocumentversion/_index.md new file mode 100644 index 00000000000..efe9060c9c7 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setdocumentversion/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetDocumentVersion method +linktitle: SetDocumentVersion +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetDocumentVersion method. Represents the version of the file in C++.' +type: docs +weight: 5800 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/setdocumentversion/ +--- +## BuiltInDocumentPropertyCollection::SetDocumentVersion(const U16String\&) method + + +Represents the version of the file. + +```cpp +void Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetDocumentVersion(const U16String &value) +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## BuiltInDocumentPropertyCollection::SetDocumentVersion(const char16_t*) method + + +Represents the version of the file. + +```cpp +void Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetDocumentVersion(const char16_t *value) +``` + +## See Also + +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/sethyperlinkbase/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/sethyperlinkbase/_index.md new file mode 100644 index 00000000000..ae9f794156e --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/sethyperlinkbase/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetHyperlinkBase method +linktitle: SetHyperlinkBase +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetHyperlinkBase method. Gets or sets the hyperlinkbase property in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/sethyperlinkbase/ +--- +## BuiltInDocumentPropertyCollection::SetHyperlinkBase(const U16String\&) method + + +Gets or sets the hyperlinkbase property. + +```cpp +void Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetHyperlinkBase(const U16String &value) +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## BuiltInDocumentPropertyCollection::SetHyperlinkBase(const char16_t*) method + + +Gets or sets the hyperlinkbase property. + +```cpp +void Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetHyperlinkBase(const char16_t *value) +``` + +## See Also + +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setkeywords/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setkeywords/_index.md new file mode 100644 index 00000000000..5d1b5baac66 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setkeywords/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetKeywords method +linktitle: SetKeywords +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetKeywords method. Gets or sets the document keywords in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/setkeywords/ +--- +## BuiltInDocumentPropertyCollection::SetKeywords(const U16String\&) method + + +Gets or sets the document keywords. + +```cpp +void Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetKeywords(const U16String &value) +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## BuiltInDocumentPropertyCollection::SetKeywords(const char16_t*) method + + +Gets or sets the document keywords. + +```cpp +void Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetKeywords(const char16_t *value) +``` + +## See Also + +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setlanguage/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setlanguage/_index.md new file mode 100644 index 00000000000..959367b4a4e --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setlanguage/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetLanguage method +linktitle: SetLanguage +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetLanguage method. Gets or sets the document''s language in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/setlanguage/ +--- +## BuiltInDocumentPropertyCollection::SetLanguage(const U16String\&) method + + +Gets or sets the document's language. + +```cpp +void Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetLanguage(const U16String &value) +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## BuiltInDocumentPropertyCollection::SetLanguage(const char16_t*) method + + +Gets or sets the document's language. + +```cpp +void Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetLanguage(const char16_t *value) +``` + +## See Also + +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setlastprinted/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setlastprinted/_index.md new file mode 100644 index 00000000000..d164abe2cc9 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setlastprinted/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetLastPrinted method +linktitle: SetLastPrinted +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetLastPrinted method. Gets or sets the date when the document was last printed in local timezone in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/setlastprinted/ +--- +## BuiltInDocumentPropertyCollection::SetLastPrinted method + + +Gets or sets the date when the document was last printed in local timezone. + +```cpp +void Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetLastPrinted(const Date &value) +``` + +## Remarks + + +If the document was never printed, this property will return DateTime.MinValue. + +[Aspose.Cells](../../../aspose.cells/) does not update this property when you modify the document. +## See Also + +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setlastprinteduniversaltime/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setlastprinteduniversaltime/_index.md new file mode 100644 index 00000000000..ec15f14e904 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setlastprinteduniversaltime/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetLastPrintedUniversalTime method +linktitle: SetLastPrintedUniversalTime +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetLastPrintedUniversalTime method. Gets or sets the Universal time when the document was last printed in C++.' +type: docs +weight: 3200 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/setlastprinteduniversaltime/ +--- +## BuiltInDocumentPropertyCollection::SetLastPrintedUniversalTime method + + +Gets or sets the Universal time when the document was last printed. + +```cpp +void Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetLastPrintedUniversalTime(const Date &value) +``` + +## See Also + +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setlastsavedby/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setlastsavedby/_index.md new file mode 100644 index 00000000000..dafd36c712f --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setlastsavedby/_index.md @@ -0,0 +1,46 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetLastSavedBy method +linktitle: SetLastSavedBy +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetLastSavedBy method. Gets or sets the name of the last author in C++.' +type: docs +weight: 3400 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/setlastsavedby/ +--- +## BuiltInDocumentPropertyCollection::SetLastSavedBy(const U16String\&) method + + +Gets or sets the name of the last author. + +```cpp +void Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetLastSavedBy(const U16String &value) +``` + +## Remarks + + +[Aspose.Cells](../../../aspose.cells/) does not update this property when you modify the document. +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## BuiltInDocumentPropertyCollection::SetLastSavedBy(const char16_t*) method + + +Gets or sets the name of the last author. + +```cpp +void Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetLastSavedBy(const char16_t *value) +``` + +## Remarks + + +[Aspose.Cells](../../../aspose.cells/) does not update this property when you modify the document. +## See Also + +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setlastsavedtime/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setlastsavedtime/_index.md new file mode 100644 index 00000000000..c2f3096913c --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setlastsavedtime/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetLastSavedTime method +linktitle: SetLastSavedTime +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetLastSavedTime method. Gets or sets the time of the last save in local timezone in C++.' +type: docs +weight: 3600 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/setlastsavedtime/ +--- +## BuiltInDocumentPropertyCollection::SetLastSavedTime method + + +Gets or sets the time of the last save in local timezone. + +```cpp +void Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetLastSavedTime(const Date &value) +``` + +## Remarks + + +[Aspose.Cells](../../../aspose.cells/) does not update this property when you modify the document. +## See Also + +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setlastsaveduniversaltime/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setlastsaveduniversaltime/_index.md new file mode 100644 index 00000000000..87b0ba19252 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setlastsaveduniversaltime/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetLastSavedUniversalTime method +linktitle: SetLastSavedUniversalTime +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetLastSavedUniversalTime method. Gets or sets the universal time of the last save in C++.' +type: docs +weight: 3800 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/setlastsaveduniversaltime/ +--- +## BuiltInDocumentPropertyCollection::SetLastSavedUniversalTime method + + +Gets or sets the universal time of the last save. + +```cpp +void Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetLastSavedUniversalTime(const Date &value) +``` + +## Remarks + + +[Aspose.Cells](../../../aspose.cells/) does not update this property when you modify the document. +## See Also + +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setlinksuptodate/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setlinksuptodate/_index.md new file mode 100644 index 00000000000..ec3dd41e27e --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setlinksuptodate/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetLinksUpToDate method +linktitle: SetLinksUpToDate +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetLinksUpToDate method. Indicates whether hyperlinks in a document are up-to-date in C++.' +type: docs +weight: 6200 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/setlinksuptodate/ +--- +## BuiltInDocumentPropertyCollection::SetLinksUpToDate method + + +Indicates whether hyperlinks in a document are up-to-date. + +```cpp +void Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetLinksUpToDate(bool value) +``` + +## See Also + +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setmanager/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setmanager/_index.md new file mode 100644 index 00000000000..8c120587a6b --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setmanager/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetManager method +linktitle: SetManager +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetManager method. Gets or sets the manager property in C++.' +type: docs +weight: 4000 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/setmanager/ +--- +## BuiltInDocumentPropertyCollection::SetManager(const U16String\&) method + + +Gets or sets the manager property. + +```cpp +void Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetManager(const U16String &value) +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## BuiltInDocumentPropertyCollection::SetManager(const char16_t*) method + + +Gets or sets the manager property. + +```cpp +void Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetManager(const char16_t *value) +``` + +## See Also + +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setnameofapplication/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setnameofapplication/_index.md new file mode 100644 index 00000000000..8a623eb5eed --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setnameofapplication/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetNameOfApplication method +linktitle: SetNameOfApplication +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetNameOfApplication method. Gets or sets the name of the application in C++.' +type: docs +weight: 4200 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/setnameofapplication/ +--- +## BuiltInDocumentPropertyCollection::SetNameOfApplication(const U16String\&) method + + +Gets or sets the name of the application. + +```cpp +void Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetNameOfApplication(const U16String &value) +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## BuiltInDocumentPropertyCollection::SetNameOfApplication(const char16_t*) method + + +Gets or sets the name of the application. + +```cpp +void Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetNameOfApplication(const char16_t *value) +``` + +## See Also + +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setpages/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setpages/_index.md new file mode 100644 index 00000000000..82fe7faf3c2 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setpages/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetPages method +linktitle: SetPages +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetPages method. Represents an estimate of the number of pages in the document in C++.' +type: docs +weight: 4400 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/setpages/ +--- +## BuiltInDocumentPropertyCollection::SetPages method + + +Represents an estimate of the number of pages in the document. + +```cpp +void Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetPages(int32_t value) +``` + +## See Also + +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setrevisionnumber/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setrevisionnumber/_index.md new file mode 100644 index 00000000000..f4f42c89bcb --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setrevisionnumber/_index.md @@ -0,0 +1,46 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetRevisionNumber method +linktitle: SetRevisionNumber +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetRevisionNumber method. Gets or sets the document revision number in C++.' +type: docs +weight: 4600 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/setrevisionnumber/ +--- +## BuiltInDocumentPropertyCollection::SetRevisionNumber(const U16String\&) method + + +Gets or sets the document revision number. + +```cpp +void Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetRevisionNumber(const U16String &value) +``` + +## Remarks + + +[Aspose.Cells](../../../aspose.cells/) does not update this property when you modify the document. +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## BuiltInDocumentPropertyCollection::SetRevisionNumber(const char16_t*) method + + +Gets or sets the document revision number. + +```cpp +void Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetRevisionNumber(const char16_t *value) +``` + +## Remarks + + +[Aspose.Cells](../../../aspose.cells/) does not update this property when you modify the document. +## See Also + +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setscalecrop/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setscalecrop/_index.md new file mode 100644 index 00000000000..e95239f3a12 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setscalecrop/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetScaleCrop method +linktitle: SetScaleCrop +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetScaleCrop method. Indicates the display mode of the document thumbnail in C++.' +type: docs +weight: 6000 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/setscalecrop/ +--- +## BuiltInDocumentPropertyCollection::SetScaleCrop method + + +Indicates the display mode of the document thumbnail. + +```cpp +void Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetScaleCrop(bool value) +``` + +## See Also + +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setsubject/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setsubject/_index.md new file mode 100644 index 00000000000..6067ec02615 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setsubject/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetSubject method +linktitle: SetSubject +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetSubject method. Gets or sets the subject of the document in C++.' +type: docs +weight: 4800 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/setsubject/ +--- +## BuiltInDocumentPropertyCollection::SetSubject(const U16String\&) method + + +Gets or sets the subject of the document. + +```cpp +void Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetSubject(const U16String &value) +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## BuiltInDocumentPropertyCollection::SetSubject(const char16_t*) method + + +Gets or sets the subject of the document. + +```cpp +void Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetSubject(const char16_t *value) +``` + +## See Also + +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/settemplate/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/settemplate/_index.md new file mode 100644 index 00000000000..d0af40b19a0 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/settemplate/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetTemplate method +linktitle: SetTemplate +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetTemplate method. Gets or sets the informational name of the document template in C++.' +type: docs +weight: 5000 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/settemplate/ +--- +## BuiltInDocumentPropertyCollection::SetTemplate(const U16String\&) method + + +Gets or sets the informational name of the document template. + +```cpp +void Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetTemplate(const U16String &value) +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## BuiltInDocumentPropertyCollection::SetTemplate(const char16_t*) method + + +Gets or sets the informational name of the document template. + +```cpp +void Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetTemplate(const char16_t *value) +``` + +## See Also + +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/settitle/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/settitle/_index.md new file mode 100644 index 00000000000..7a98d168f73 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/settitle/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetTitle method +linktitle: SetTitle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetTitle method. Gets or sets the title of the document in C++.' +type: docs +weight: 5200 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/settitle/ +--- +## BuiltInDocumentPropertyCollection::SetTitle(const U16String\&) method + + +Gets or sets the title of the document. + +```cpp +void Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetTitle(const U16String &value) +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## BuiltInDocumentPropertyCollection::SetTitle(const char16_t*) method + + +Gets or sets the title of the document. + +```cpp +void Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetTitle(const char16_t *value) +``` + +## See Also + +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/settotaleditingtime/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/settotaleditingtime/_index.md new file mode 100644 index 00000000000..95502932cec --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/settotaleditingtime/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetTotalEditingTime method +linktitle: SetTotalEditingTime +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetTotalEditingTime method. Gets or sets the total editing time in minutes in C++.' +type: docs +weight: 5400 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/settotaleditingtime/ +--- +## BuiltInDocumentPropertyCollection::SetTotalEditingTime method + + +Gets or sets the total editing time in minutes. + +```cpp +void Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetTotalEditingTime(double value) +``` + +## See Also + +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setversion/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setversion/_index.md new file mode 100644 index 00000000000..e1448eddef6 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setversion/_index.md @@ -0,0 +1,46 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetVersion method +linktitle: SetVersion +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetVersion method. Represents the version number of the application that created the document in C++.' +type: docs +weight: 5600 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/setversion/ +--- +## BuiltInDocumentPropertyCollection::SetVersion(const U16String\&) method + + +Represents the version number of the application that created the document. + +```cpp +void Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetVersion(const U16String &value) +``` + +## Remarks + + +It's format is "00.0000",for example : 12.0000 +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## BuiltInDocumentPropertyCollection::SetVersion(const char16_t*) method + + +Represents the version number of the application that created the document. + +```cpp +void Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetVersion(const char16_t *value) +``` + +## Remarks + + +It's format is "00.0000",for example : 12.0000 +## See Also + +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setwords/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setwords/_index.md new file mode 100644 index 00000000000..60330058ea2 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/setwords/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetWords method +linktitle: SetWords +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetWords method. Represents an estimate of the number of words in the document in C++.' +type: docs +weight: 6400 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/setwords/ +--- +## BuiltInDocumentPropertyCollection::SetWords method + + +Represents an estimate of the number of words in the document. + +```cpp +void Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::SetWords(int32_t value) +``` + +## See Also + +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/~builtindocumentpropertycollection/_index.md b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/~builtindocumentpropertycollection/_index.md new file mode 100644 index 00000000000..e850beafb15 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/builtindocumentpropertycollection/~builtindocumentpropertycollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::~BuiltInDocumentPropertyCollection method +linktitle: ~BuiltInDocumentPropertyCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::~BuiltInDocumentPropertyCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.properties/builtindocumentpropertycollection/~builtindocumentpropertycollection/ +--- +## BuiltInDocumentPropertyCollection::~BuiltInDocumentPropertyCollection method + + +Destructor. + +```cpp +Aspose::Cells::Properties::BuiltInDocumentPropertyCollection::~BuiltInDocumentPropertyCollection() +``` + +## See Also + +* Class [BuiltInDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/contenttypeproperty/_impl/_index.md b/spanish/cpp/aspose.cells.properties/contenttypeproperty/_impl/_index.md new file mode 100644 index 00000000000..4c5555f049c --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/contenttypeproperty/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Properties::ContentTypeProperty::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::ContentTypeProperty::_impl field. The implementation object in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.properties/contenttypeproperty/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ContentTypeProperty_Impl* Aspose::Cells::Properties::ContentTypeProperty::_impl +``` + +## See Also + +* Class [ContentTypeProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/contenttypeproperty/_index.md b/spanish/cpp/aspose.cells.properties/contenttypeproperty/_index.md new file mode 100644 index 00000000000..96596a9e3f6 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/contenttypeproperty/_index.md @@ -0,0 +1,64 @@ +--- +title: Aspose::Cells::Properties::ContentTypeProperty class +linktitle: ContentTypeProperty +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::ContentTypeProperty class. Represents identifier information in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.properties/contenttypeproperty/ +--- +## ContentTypeProperty class + + +Represents identifier information. + +```cpp +class ContentTypeProperty +``` + +## Methods + +| Method | Description | +| --- | --- | +| [ContentTypeProperty(ContentTypeProperty_Impl* impl)](./contenttypeproperty/) | Constructs from an implementation object. | +| [ContentTypeProperty(const ContentTypeProperty\& src)](./contenttypeproperty/) | Copy constructor. | +| [GetName()](./getname/) | Returns or sets the name of the object. | +| [GetType()](./gettype/) | Gets and sets the type of the property. | +| [GetValue()](./getvalue/) | Returns or sets the value of the content type property. | +| [IsNillable()](./isnillable/) | Indicates whether the value could be empty. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ContentTypeProperty\& src)](./operator_asm/) | operator= | +| [SetIsNillable(bool value)](./setisnillable/) | Indicates whether the value could be empty. | +| [SetName(const U16String\& value)](./setname/) | Returns or sets the name of the object. | +| [SetName(const char16_t* value)](./setname/) | Returns or sets the name of the object. | +| [SetType(const U16String\& value)](./settype/) | Gets and sets the type of the property. | +| [SetType(const char16_t* value)](./settype/) | Gets and sets the type of the property. | +| [SetValue(const U16String\& value)](./setvalue/) | Returns or sets the value of the content type property. | +| [SetValue(const char16_t* value)](./setvalue/) | Returns or sets the value of the content type property. | +| [~ContentTypeProperty()](./~contenttypeproperty/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; +//Agregar una nueva propiedad. +workbook.GetContentTypeProperties().Add(u"Admin", u"Aspose", u"text"); +//Guardar el archivo Excel +workbook.Save(u"book1.xlsm"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::Properties](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.properties/contenttypeproperty/contenttypeproperty/_index.md b/spanish/cpp/aspose.cells.properties/contenttypeproperty/contenttypeproperty/_index.md new file mode 100644 index 00000000000..6af6c1a2262 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/contenttypeproperty/contenttypeproperty/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Properties::ContentTypeProperty::ContentTypeProperty constructor +linktitle: ContentTypeProperty +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::ContentTypeProperty::ContentTypeProperty constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.properties/contenttypeproperty/contenttypeproperty/ +--- +## ContentTypeProperty::ContentTypeProperty(ContentTypeProperty_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Properties::ContentTypeProperty::ContentTypeProperty(ContentTypeProperty_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ContentTypeProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## ContentTypeProperty::ContentTypeProperty(const ContentTypeProperty\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Properties::ContentTypeProperty::ContentTypeProperty(const ContentTypeProperty &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ContentTypeProperty](../) +* Class [ContentTypeProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/contenttypeproperty/getname/_index.md b/spanish/cpp/aspose.cells.properties/contenttypeproperty/getname/_index.md new file mode 100644 index 00000000000..6ccb02d06db --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/contenttypeproperty/getname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Properties::ContentTypeProperty::GetName method +linktitle: GetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::ContentTypeProperty::GetName method. Returns or sets the name of the object in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.properties/contenttypeproperty/getname/ +--- +## ContentTypeProperty::GetName method + + +Returns or sets the name of the object. + +```cpp +U16String Aspose::Cells::Properties::ContentTypeProperty::GetName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ContentTypeProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/contenttypeproperty/gettype/_index.md b/spanish/cpp/aspose.cells.properties/contenttypeproperty/gettype/_index.md new file mode 100644 index 00000000000..f6187152922 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/contenttypeproperty/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Properties::ContentTypeProperty::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::ContentTypeProperty::GetType method. Gets and sets the type of the property in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.properties/contenttypeproperty/gettype/ +--- +## ContentTypeProperty::GetType method + + +Gets and sets the type of the property. + +```cpp +U16String Aspose::Cells::Properties::ContentTypeProperty::GetType() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ContentTypeProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/contenttypeproperty/getvalue/_index.md b/spanish/cpp/aspose.cells.properties/contenttypeproperty/getvalue/_index.md new file mode 100644 index 00000000000..2d03119058d --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/contenttypeproperty/getvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Properties::ContentTypeProperty::GetValue method +linktitle: GetValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::ContentTypeProperty::GetValue method. Returns or sets the value of the content type property in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.properties/contenttypeproperty/getvalue/ +--- +## ContentTypeProperty::GetValue method + + +Returns or sets the value of the content type property. + +```cpp +U16String Aspose::Cells::Properties::ContentTypeProperty::GetValue() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ContentTypeProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/contenttypeproperty/isnillable/_index.md b/spanish/cpp/aspose.cells.properties/contenttypeproperty/isnillable/_index.md new file mode 100644 index 00000000000..1c2c2a830c6 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/contenttypeproperty/isnillable/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Properties::ContentTypeProperty::IsNillable method +linktitle: IsNillable +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::ContentTypeProperty::IsNillable method. Indicates whether the value could be empty in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.properties/contenttypeproperty/isnillable/ +--- +## ContentTypeProperty::IsNillable method + + +Indicates whether the value could be empty. + +```cpp +bool Aspose::Cells::Properties::ContentTypeProperty::IsNillable() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ContentTypeProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/contenttypeproperty/isnull/_index.md b/spanish/cpp/aspose.cells.properties/contenttypeproperty/isnull/_index.md new file mode 100644 index 00000000000..041e1c4d9ac --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/contenttypeproperty/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Properties::ContentTypeProperty::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::ContentTypeProperty::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.properties/contenttypeproperty/isnull/ +--- +## ContentTypeProperty::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Properties::ContentTypeProperty::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ContentTypeProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/contenttypeproperty/operator_asm/_index.md b/spanish/cpp/aspose.cells.properties/contenttypeproperty/operator_asm/_index.md new file mode 100644 index 00000000000..cfe70462df3 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/contenttypeproperty/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Properties::ContentTypeProperty::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::ContentTypeProperty::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.properties/contenttypeproperty/operator_asm/ +--- +## ContentTypeProperty::operator= method + + +operator= + +```cpp +ContentTypeProperty & Aspose::Cells::Properties::ContentTypeProperty::operator=(const ContentTypeProperty &src) +``` + +## See Also + +* Class [ContentTypeProperty](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ContentTypeProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/contenttypeproperty/operator_bool/_index.md b/spanish/cpp/aspose.cells.properties/contenttypeproperty/operator_bool/_index.md new file mode 100644 index 00000000000..9223971af9a --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/contenttypeproperty/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Properties::ContentTypeProperty::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::ContentTypeProperty::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.properties/contenttypeproperty/operator_bool/ +--- +## ContentTypeProperty::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Properties::ContentTypeProperty::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ContentTypeProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/contenttypeproperty/setisnillable/_index.md b/spanish/cpp/aspose.cells.properties/contenttypeproperty/setisnillable/_index.md new file mode 100644 index 00000000000..966155d3494 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/contenttypeproperty/setisnillable/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Properties::ContentTypeProperty::SetIsNillable method +linktitle: SetIsNillable +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::ContentTypeProperty::SetIsNillable method. Indicates whether the value could be empty in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.properties/contenttypeproperty/setisnillable/ +--- +## ContentTypeProperty::SetIsNillable method + + +Indicates whether the value could be empty. + +```cpp +void Aspose::Cells::Properties::ContentTypeProperty::SetIsNillable(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ContentTypeProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/contenttypeproperty/setname/_index.md b/spanish/cpp/aspose.cells.properties/contenttypeproperty/setname/_index.md new file mode 100644 index 00000000000..bfd34315856 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/contenttypeproperty/setname/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Properties::ContentTypeProperty::SetName method +linktitle: SetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::ContentTypeProperty::SetName method. Returns or sets the name of the object in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.properties/contenttypeproperty/setname/ +--- +## ContentTypeProperty::SetName(const U16String\&) method + + +Returns or sets the name of the object. + +```cpp +void Aspose::Cells::Properties::ContentTypeProperty::SetName(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ContentTypeProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## ContentTypeProperty::SetName(const char16_t*) method + + +Returns or sets the name of the object. + +```cpp +void Aspose::Cells::Properties::ContentTypeProperty::SetName(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ContentTypeProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/contenttypeproperty/settype/_index.md b/spanish/cpp/aspose.cells.properties/contenttypeproperty/settype/_index.md new file mode 100644 index 00000000000..17513d6bf1c --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/contenttypeproperty/settype/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Properties::ContentTypeProperty::SetType method +linktitle: SetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::ContentTypeProperty::SetType method. Gets and sets the type of the property in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.properties/contenttypeproperty/settype/ +--- +## ContentTypeProperty::SetType(const U16String\&) method + + +Gets and sets the type of the property. + +```cpp +void Aspose::Cells::Properties::ContentTypeProperty::SetType(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ContentTypeProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## ContentTypeProperty::SetType(const char16_t*) method + + +Gets and sets the type of the property. + +```cpp +void Aspose::Cells::Properties::ContentTypeProperty::SetType(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ContentTypeProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/contenttypeproperty/setvalue/_index.md b/spanish/cpp/aspose.cells.properties/contenttypeproperty/setvalue/_index.md new file mode 100644 index 00000000000..f1a379e25ae --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/contenttypeproperty/setvalue/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Properties::ContentTypeProperty::SetValue method +linktitle: SetValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::ContentTypeProperty::SetValue method. Returns or sets the value of the content type property in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.properties/contenttypeproperty/setvalue/ +--- +## ContentTypeProperty::SetValue(const U16String\&) method + + +Returns or sets the value of the content type property. + +```cpp +void Aspose::Cells::Properties::ContentTypeProperty::SetValue(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ContentTypeProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## ContentTypeProperty::SetValue(const char16_t*) method + + +Returns or sets the value of the content type property. + +```cpp +void Aspose::Cells::Properties::ContentTypeProperty::SetValue(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ContentTypeProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/contenttypeproperty/~contenttypeproperty/_index.md b/spanish/cpp/aspose.cells.properties/contenttypeproperty/~contenttypeproperty/_index.md new file mode 100644 index 00000000000..0c418c2d711 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/contenttypeproperty/~contenttypeproperty/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Properties::ContentTypeProperty::~ContentTypeProperty method +linktitle: ~ContentTypeProperty +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::ContentTypeProperty::~ContentTypeProperty method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.properties/contenttypeproperty/~contenttypeproperty/ +--- +## ContentTypeProperty::~ContentTypeProperty method + + +Destructor. + +```cpp +Aspose::Cells::Properties::ContentTypeProperty::~ContentTypeProperty() +``` + +## See Also + +* Class [ContentTypeProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/contenttypepropertycollection/_impl/_index.md b/spanish/cpp/aspose.cells.properties/contenttypepropertycollection/_impl/_index.md new file mode 100644 index 00000000000..1a3344ded0a --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/contenttypepropertycollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Properties::ContentTypePropertyCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::ContentTypePropertyCollection::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.properties/contenttypepropertycollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ContentTypePropertyCollection_Impl* Aspose::Cells::Properties::ContentTypePropertyCollection::_impl +``` + +## See Also + +* Class [ContentTypePropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/contenttypepropertycollection/_index.md b/spanish/cpp/aspose.cells.properties/contenttypepropertycollection/_index.md new file mode 100644 index 00000000000..231bd929bd0 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/contenttypepropertycollection/_index.md @@ -0,0 +1,61 @@ +--- +title: Aspose::Cells::Properties::ContentTypePropertyCollection class +linktitle: ContentTypePropertyCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::ContentTypePropertyCollection class. A collection of ContentTypeProperty objects that represent additional information in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.properties/contenttypepropertycollection/ +--- +## ContentTypePropertyCollection class + + +A collection of [ContentTypeProperty](../contenttypeproperty/) objects that represent additional information. + +```cpp +class ContentTypePropertyCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add(const U16String\& name, const U16String\& value)](./add/) | Adds content type property information. | +| [Add(const char16_t* name, const char16_t* value)](./add/) | Adds content type property information. | +| [Add(const U16String\& name, const U16String\& value, const U16String\& type)](./add/) | Adds content type property information. | +| [Add(const char16_t* name, const char16_t* value, const char16_t* type)](./add/) | Adds content type property information. | +| [ContentTypePropertyCollection(ContentTypePropertyCollection_Impl* impl)](./contenttypepropertycollection/) | Constructs from an implementation object. | +| [ContentTypePropertyCollection(const ContentTypePropertyCollection\& src)](./contenttypepropertycollection/) | Copy constructor. | +| [Get(int32_t index)](./get/) | Gets the content type property by the specific index. | +| [Get(const U16String\& name)](./get/) | Gets the content type property by the property name. | +| [Get(const char16_t* name)](./get/) | Gets the content type property by the property name. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ContentTypePropertyCollection\& src)](./operator_asm/) | operator= | +| [~ContentTypePropertyCollection()](./~contenttypepropertycollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; +//Agregar una nueva propiedad. +workbook.GetContentTypeProperties().Add(u"Admin", u"Aspose", u"text"); +//Guardar el archivo Excel +workbook.Save(u"book1.xlsm"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::Properties](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.properties/contenttypepropertycollection/add/_index.md b/spanish/cpp/aspose.cells.properties/contenttypepropertycollection/add/_index.md new file mode 100644 index 00000000000..dce63890c79 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/contenttypepropertycollection/add/_index.md @@ -0,0 +1,97 @@ +--- +title: Aspose::Cells::Properties::ContentTypePropertyCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::ContentTypePropertyCollection::Add method. Adds content type property information in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.properties/contenttypepropertycollection/add/ +--- +## ContentTypePropertyCollection::Add(const U16String\&, const U16String\&) method + + +Adds content type property information. + +```cpp +int32_t Aspose::Cells::Properties::ContentTypePropertyCollection::Add(const U16String &name, const U16String &value) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const U16String\& | The name of the content type property. | +| value | const U16String\& | The value of the content type property. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ContentTypePropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## ContentTypePropertyCollection::Add(const char16_t*, const char16_t*) method + + +Adds content type property information. + +```cpp +int32_t Aspose::Cells::Properties::ContentTypePropertyCollection::Add(const char16_t *name, const char16_t *value) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const char16_t* | The name of the content type property. | +| value | const char16_t* | The value of the content type property. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ContentTypePropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## ContentTypePropertyCollection::Add(const U16String\&, const U16String\&, const U16String\&) method + + +Adds content type property information. + +```cpp +int32_t Aspose::Cells::Properties::ContentTypePropertyCollection::Add(const U16String &name, const U16String &value, const U16String &type) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const U16String\& | The name of the content type property. | +| value | const U16String\& | The value of the content type property. | +| type | const U16String\& | The type of the content type property. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ContentTypePropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## ContentTypePropertyCollection::Add(const char16_t*, const char16_t*, const char16_t*) method + + +Adds content type property information. + +```cpp +int32_t Aspose::Cells::Properties::ContentTypePropertyCollection::Add(const char16_t *name, const char16_t *value, const char16_t *type) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const char16_t* | The name of the content type property. | +| value | const char16_t* | The value of the content type property. | +| type | const char16_t* | The type of the content type property. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ContentTypePropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/contenttypepropertycollection/contenttypepropertycollection/_index.md b/spanish/cpp/aspose.cells.properties/contenttypepropertycollection/contenttypepropertycollection/_index.md new file mode 100644 index 00000000000..2f68b0e35af --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/contenttypepropertycollection/contenttypepropertycollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Properties::ContentTypePropertyCollection::ContentTypePropertyCollection constructor +linktitle: ContentTypePropertyCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::ContentTypePropertyCollection::ContentTypePropertyCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.properties/contenttypepropertycollection/contenttypepropertycollection/ +--- +## ContentTypePropertyCollection::ContentTypePropertyCollection(ContentTypePropertyCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Properties::ContentTypePropertyCollection::ContentTypePropertyCollection(ContentTypePropertyCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ContentTypePropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## ContentTypePropertyCollection::ContentTypePropertyCollection(const ContentTypePropertyCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Properties::ContentTypePropertyCollection::ContentTypePropertyCollection(const ContentTypePropertyCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ContentTypePropertyCollection](../) +* Class [ContentTypePropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/contenttypepropertycollection/get/_index.md b/spanish/cpp/aspose.cells.properties/contenttypepropertycollection/get/_index.md new file mode 100644 index 00000000000..21271335283 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/contenttypepropertycollection/get/_index.md @@ -0,0 +1,85 @@ +--- +title: Aspose::Cells::Properties::ContentTypePropertyCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::ContentTypePropertyCollection::Get method. Gets the content type property by the specific index in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.properties/contenttypepropertycollection/get/ +--- +## ContentTypePropertyCollection::Get(int32_t) method + + +Gets the content type property by the specific index. + +```cpp +ContentTypeProperty Aspose::Cells::Properties::ContentTypePropertyCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The index. | + +## ReturnValue + +The content type property + +## See Also + +* Class [ContentTypeProperty](../../contenttypeproperty/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ContentTypePropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## ContentTypePropertyCollection::Get(const U16String\&) method + + +Gets the content type property by the property name. + +```cpp +ContentTypeProperty Aspose::Cells::Properties::ContentTypePropertyCollection::Get(const U16String &name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const U16String\& | The property name. | + +## ReturnValue + +The content type property + +## See Also + +* Class [ContentTypeProperty](../../contenttypeproperty/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ContentTypePropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## ContentTypePropertyCollection::Get(const char16_t*) method + + +Gets the content type property by the property name. + +```cpp +ContentTypeProperty Aspose::Cells::Properties::ContentTypePropertyCollection::Get(const char16_t *name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const char16_t* | The property name. | + +## ReturnValue + +The content type property + +## See Also + +* Class [ContentTypeProperty](../../contenttypeproperty/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ContentTypePropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/contenttypepropertycollection/getcount/_index.md b/spanish/cpp/aspose.cells.properties/contenttypepropertycollection/getcount/_index.md new file mode 100644 index 00000000000..47d901c7728 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/contenttypepropertycollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Properties::ContentTypePropertyCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::Properties::ContentTypePropertyCollection class in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.properties/contenttypepropertycollection/getcount/ +--- +## ContentTypePropertyCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::Properties::ContentTypePropertyCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ContentTypePropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/contenttypepropertycollection/isnull/_index.md b/spanish/cpp/aspose.cells.properties/contenttypepropertycollection/isnull/_index.md new file mode 100644 index 00000000000..8e6dd565bd0 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/contenttypepropertycollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Properties::ContentTypePropertyCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::ContentTypePropertyCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.properties/contenttypepropertycollection/isnull/ +--- +## ContentTypePropertyCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Properties::ContentTypePropertyCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ContentTypePropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/contenttypepropertycollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.properties/contenttypepropertycollection/operator_asm/_index.md new file mode 100644 index 00000000000..b8be6c83cb2 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/contenttypepropertycollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Properties::ContentTypePropertyCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::ContentTypePropertyCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.properties/contenttypepropertycollection/operator_asm/ +--- +## ContentTypePropertyCollection::operator= method + + +operator= + +```cpp +ContentTypePropertyCollection & Aspose::Cells::Properties::ContentTypePropertyCollection::operator=(const ContentTypePropertyCollection &src) +``` + +## See Also + +* Class [ContentTypePropertyCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ContentTypePropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/contenttypepropertycollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.properties/contenttypepropertycollection/operator_bool/_index.md new file mode 100644 index 00000000000..70fefb5877c --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/contenttypepropertycollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Properties::ContentTypePropertyCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::ContentTypePropertyCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.properties/contenttypepropertycollection/operator_bool/ +--- +## ContentTypePropertyCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Properties::ContentTypePropertyCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ContentTypePropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/contenttypepropertycollection/~contenttypepropertycollection/_index.md b/spanish/cpp/aspose.cells.properties/contenttypepropertycollection/~contenttypepropertycollection/_index.md new file mode 100644 index 00000000000..9818a986d6f --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/contenttypepropertycollection/~contenttypepropertycollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Properties::ContentTypePropertyCollection::~ContentTypePropertyCollection method +linktitle: ~ContentTypePropertyCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::ContentTypePropertyCollection::~ContentTypePropertyCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.properties/contenttypepropertycollection/~contenttypepropertycollection/ +--- +## ContentTypePropertyCollection::~ContentTypePropertyCollection method + + +Destructor. + +```cpp +Aspose::Cells::Properties::ContentTypePropertyCollection::~ContentTypePropertyCollection() +``` + +## See Also + +* Class [ContentTypePropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/customdocumentpropertycollection/_impl/_index.md b/spanish/cpp/aspose.cells.properties/customdocumentpropertycollection/_impl/_index.md new file mode 100644 index 00000000000..2edccc71754 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/customdocumentpropertycollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Properties::CustomDocumentPropertyCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::CustomDocumentPropertyCollection::_impl field. The implementation object in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.properties/customdocumentpropertycollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +CustomDocumentPropertyCollection_Impl* Aspose::Cells::Properties::CustomDocumentPropertyCollection::_impl +``` + +## See Also + +* Class [CustomDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/customdocumentpropertycollection/_index.md b/spanish/cpp/aspose.cells.properties/customdocumentpropertycollection/_index.md new file mode 100644 index 00000000000..4c33ebcc13f --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/customdocumentpropertycollection/_index.md @@ -0,0 +1,87 @@ +--- +title: Aspose::Cells::Properties::CustomDocumentPropertyCollection class +linktitle: CustomDocumentPropertyCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::CustomDocumentPropertyCollection class. A collection of custom document properties in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.properties/customdocumentpropertycollection/ +--- +## CustomDocumentPropertyCollection class + + +A collection of custom document properties. + +```cpp +class CustomDocumentPropertyCollection : public Aspose::Cells::Properties::DocumentPropertyCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add(const U16String\& name, const U16String\& value)](./add/) | Creates a new custom document property of the **[PropertyType.String](../propertytype/)** data type. | +| [Add(const char16_t* name, const char16_t* value)](./add/) | Creates a new custom document property of the **[PropertyType.String](../propertytype/)** data type. | +| [Add(const U16String\& name, int32_t value)](./add/) | Creates a new custom document property of the **[PropertyType.Number](../propertytype/)** data type. | +| [Add(const char16_t* name, int32_t value)](./add/) | Creates a new custom document property of the **[PropertyType.Number](../propertytype/)** data type. | +| [Add(const U16String\& name, const Date\& value)](./add/) | Creates a new custom document property of the **[PropertyType.DateTime](../propertytype/)** data type. | +| [Add(const char16_t* name, const Date\& value)](./add/) | Creates a new custom document property of the **[PropertyType.DateTime](../propertytype/)** data type. | +| [Add(const U16String\& name, bool value)](./add/) | Creates a new custom document property of the **[PropertyType.Boolean](../propertytype/)** data type. | +| [Add(const char16_t* name, bool value)](./add/) | Creates a new custom document property of the **[PropertyType.Boolean](../propertytype/)** data type. | +| [Add(const U16String\& name, double value)](./add/) | Creates a new custom document property of the **PropertyType.Float** data type. | +| [Add(const char16_t* name, double value)](./add/) | Creates a new custom document property of the **PropertyType.Float** data type. | +| [AddLinkToContent(const U16String\& name, const U16String\& source)](./addlinktocontent/) | Creates a new custom document property which links to content. | +| [AddLinkToContent(const char16_t* name, const char16_t* source)](./addlinktocontent/) | Creates a new custom document property which links to content. | +| [Contains(const U16String\& name)](../documentpropertycollection/contains/) | Returns true if a property with the specified name exists in the collection. | +| [Contains(const char16_t* name)](../documentpropertycollection/contains/) | Returns true if a property with the specified name exists in the collection. | +| [CustomDocumentPropertyCollection(CustomDocumentPropertyCollection_Impl* impl)](./customdocumentpropertycollection/) | Constructs from an implementation object. | +| [CustomDocumentPropertyCollection(const CustomDocumentPropertyCollection\& src)](./customdocumentpropertycollection/) | Copy constructor. | +| [CustomDocumentPropertyCollection(const DocumentPropertyCollection\& src)](./customdocumentpropertycollection/) | Constructs from a parent object. | +| [DocumentPropertyCollection(DocumentPropertyCollection_Impl* impl)](../documentpropertycollection/documentpropertycollection/) | Constructs from an implementation object. | +| [DocumentPropertyCollection(const DocumentPropertyCollection\& src)](../documentpropertycollection/documentpropertycollection/) | Copy constructor. | +| [Get(int32_t index)](../documentpropertycollection/get/) | Returns a [DocumentProperty](../documentproperty/) object by index. | +| [Get(const U16String\& name)](../documentpropertycollection/get/) | Returns a [DocumentProperty](../documentproperty/) object by the name of the property. | +| [Get(const char16_t* name)](../documentpropertycollection/get/) | Returns a [DocumentProperty](../documentproperty/) object by the name of the property. | +| [GetCount()](../documentpropertycollection/getcount/) | | +| [IndexOf(const U16String\& name)](../documentpropertycollection/indexof/) | Gets the index of a property by name. | +| [IndexOf(const char16_t* name)](../documentpropertycollection/indexof/) | Gets the index of a property by name. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const CustomDocumentPropertyCollection\& src)](./operator_asm/) | operator= | +| [operator=(const DocumentPropertyCollection\& src)](../documentpropertycollection/operator_asm/) | operator= | +| [Remove(const U16String\& name)](../documentpropertycollection/remove/) | Removes a property with the specified name from the collection. | +| [Remove(const char16_t* name)](../documentpropertycollection/remove/) | Removes a property with the specified name from the collection. | +| [RemoveAt(int32_t index)](../documentpropertycollection/removeat/) | Removes a property at the specified index. | +| [UpdateLinkedPropertyValue()](./updatelinkedpropertyvalue/) | Updates values of all custom properties that are linked to content(use cell value of linked range to update value of custom property). | +| [UpdateLinkedRange()](./updatelinkedrange/) | Updates all ranges that are linked to custom properties(use the value of custom document property to update cell value of linked range). | +| [~CustomDocumentPropertyCollection()](./~customdocumentpropertycollection/) | Destructor. | +| [~DocumentPropertyCollection()](../documentpropertycollection/~documentpropertycollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## Remarks + + +Each [DocumentProperty](../documentproperty/) object represents a custom property of a container document. + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciar un objeto Workbook +Workbook workbook(u"book1.xls"); + +//Recuperar una lista de todas las propiedades de documento personalizadas del archivo Excel +CustomDocumentPropertyCollection customProperties = workbook.GetWorksheets().GetCustomDocumentProperties(); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [DocumentPropertyCollection](../documentpropertycollection/) +* Namespace [Aspose::Cells::Properties](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.properties/customdocumentpropertycollection/add/_index.md b/spanish/cpp/aspose.cells.properties/customdocumentpropertycollection/add/_index.md new file mode 100644 index 00000000000..5f5ef1f968b --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/customdocumentpropertycollection/add/_index.md @@ -0,0 +1,282 @@ +--- +title: Aspose::Cells::Properties::CustomDocumentPropertyCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::CustomDocumentPropertyCollection::Add method. Creates a new custom document property of the PropertyType.String data type in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.properties/customdocumentpropertycollection/add/ +--- +## CustomDocumentPropertyCollection::Add(const U16String\&, const U16String\&) method + + +Creates a new custom document property of the **[PropertyType.String](../../propertytype/)** data type. + +```cpp +DocumentProperty Aspose::Cells::Properties::CustomDocumentPropertyCollection::Add(const U16String &name, const U16String &value) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const U16String\& | The name of the property. | +| value | const U16String\& | The value of the property. | + +## ReturnValue + +The newly created property object. +## Remarks + + +Creates a new custom document property. + +## See Also + +* Class [DocumentProperty](../../documentproperty/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [CustomDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## CustomDocumentPropertyCollection::Add(const char16_t*, const char16_t*) method + + +Creates a new custom document property of the **[PropertyType.String](../../propertytype/)** data type. + +```cpp +DocumentProperty Aspose::Cells::Properties::CustomDocumentPropertyCollection::Add(const char16_t *name, const char16_t *value) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const char16_t* | The name of the property. | +| value | const char16_t* | The value of the property. | + +## ReturnValue + +The newly created property object. +## Remarks + + +Creates a new custom document property. + +## See Also + +* Class [DocumentProperty](../../documentproperty/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## CustomDocumentPropertyCollection::Add(const U16String\&, int32_t) method + + +Creates a new custom document property of the **[PropertyType.Number](../../propertytype/)** data type. + +```cpp +DocumentProperty Aspose::Cells::Properties::CustomDocumentPropertyCollection::Add(const U16String &name, int32_t value) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const U16String\& | The name of the property. | +| value | int32_t | The value of the property. | + +## ReturnValue + +The newly created property object. + +## See Also + +* Class [DocumentProperty](../../documentproperty/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [CustomDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## CustomDocumentPropertyCollection::Add(const char16_t*, int32_t) method + + +Creates a new custom document property of the **[PropertyType.Number](../../propertytype/)** data type. + +```cpp +DocumentProperty Aspose::Cells::Properties::CustomDocumentPropertyCollection::Add(const char16_t *name, int32_t value) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const char16_t* | The name of the property. | +| value | int32_t | The value of the property. | + +## ReturnValue + +The newly created property object. + +## See Also + +* Class [DocumentProperty](../../documentproperty/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## CustomDocumentPropertyCollection::Add(const U16String\&, const Date\&) method + + +Creates a new custom document property of the **[PropertyType.DateTime](../../propertytype/)** data type. + +```cpp +DocumentProperty Aspose::Cells::Properties::CustomDocumentPropertyCollection::Add(const U16String &name, const Date &value) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const U16String\& | The name of the property. | +| value | const Date\& | The value of the property. | + +## ReturnValue + +The newly created property object. + +## See Also + +* Class [DocumentProperty](../../documentproperty/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [CustomDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## CustomDocumentPropertyCollection::Add(const char16_t*, const Date\&) method + + +Creates a new custom document property of the **[PropertyType.DateTime](../../propertytype/)** data type. + +```cpp +DocumentProperty Aspose::Cells::Properties::CustomDocumentPropertyCollection::Add(const char16_t *name, const Date &value) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const char16_t* | The name of the property. | +| value | const Date\& | The value of the property. | + +## ReturnValue + +The newly created property object. + +## See Also + +* Class [DocumentProperty](../../documentproperty/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## CustomDocumentPropertyCollection::Add(const U16String\&, bool) method + + +Creates a new custom document property of the **[PropertyType.Boolean](../../propertytype/)** data type. + +```cpp +DocumentProperty Aspose::Cells::Properties::CustomDocumentPropertyCollection::Add(const U16String &name, bool value) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const U16String\& | The name of the property. | +| value | bool | The value of the property. | + +## ReturnValue + +The newly created property object. + +## See Also + +* Class [DocumentProperty](../../documentproperty/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [CustomDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## CustomDocumentPropertyCollection::Add(const char16_t*, bool) method + + +Creates a new custom document property of the **[PropertyType.Boolean](../../propertytype/)** data type. + +```cpp +DocumentProperty Aspose::Cells::Properties::CustomDocumentPropertyCollection::Add(const char16_t *name, bool value) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const char16_t* | The name of the property. | +| value | bool | The value of the property. | + +## ReturnValue + +The newly created property object. + +## See Also + +* Class [DocumentProperty](../../documentproperty/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## CustomDocumentPropertyCollection::Add(const U16String\&, double) method + + +Creates a new custom document property of the **PropertyType.Float** data type. + +```cpp +DocumentProperty Aspose::Cells::Properties::CustomDocumentPropertyCollection::Add(const U16String &name, double value) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const U16String\& | The name of the property. | +| value | double | The value of the property. | + +## ReturnValue + +The newly created property object. + +## See Also + +* Class [DocumentProperty](../../documentproperty/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [CustomDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## CustomDocumentPropertyCollection::Add(const char16_t*, double) method + + +Creates a new custom document property of the **PropertyType.Float** data type. + +```cpp +DocumentProperty Aspose::Cells::Properties::CustomDocumentPropertyCollection::Add(const char16_t *name, double value) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const char16_t* | The name of the property. | +| value | double | The value of the property. | + +## ReturnValue + +The newly created property object. + +## See Also + +* Class [DocumentProperty](../../documentproperty/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/customdocumentpropertycollection/addlinktocontent/_index.md b/spanish/cpp/aspose.cells.properties/customdocumentpropertycollection/addlinktocontent/_index.md new file mode 100644 index 00000000000..3a5c1da9a11 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/customdocumentpropertycollection/addlinktocontent/_index.md @@ -0,0 +1,62 @@ +--- +title: Aspose::Cells::Properties::CustomDocumentPropertyCollection::AddLinkToContent method +linktitle: AddLinkToContent +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::CustomDocumentPropertyCollection::AddLinkToContent method. Creates a new custom document property which links to content in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.properties/customdocumentpropertycollection/addlinktocontent/ +--- +## CustomDocumentPropertyCollection::AddLinkToContent(const U16String\&, const U16String\&) method + + +Creates a new custom document property which links to content. + +```cpp +DocumentProperty Aspose::Cells::Properties::CustomDocumentPropertyCollection::AddLinkToContent(const U16String &name, const U16String &source) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const U16String\& | The name of the property. | +| source | const U16String\& | The source of the property. It should be the name of named range. | + +## ReturnValue + +The newly created property object. + +## See Also + +* Class [DocumentProperty](../../documentproperty/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [CustomDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## CustomDocumentPropertyCollection::AddLinkToContent(const char16_t*, const char16_t*) method + + +Creates a new custom document property which links to content. + +```cpp +DocumentProperty Aspose::Cells::Properties::CustomDocumentPropertyCollection::AddLinkToContent(const char16_t *name, const char16_t *source) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const char16_t* | The name of the property. | +| source | const char16_t* | The source of the property. It should be the name of named range. | + +## ReturnValue + +The newly created property object. + +## See Also + +* Class [DocumentProperty](../../documentproperty/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/customdocumentpropertycollection/customdocumentpropertycollection/_index.md b/spanish/cpp/aspose.cells.properties/customdocumentpropertycollection/customdocumentpropertycollection/_index.md new file mode 100644 index 00000000000..5eeed5a0fbc --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/customdocumentpropertycollection/customdocumentpropertycollection/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Properties::CustomDocumentPropertyCollection::CustomDocumentPropertyCollection constructor +linktitle: CustomDocumentPropertyCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::CustomDocumentPropertyCollection::CustomDocumentPropertyCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.properties/customdocumentpropertycollection/customdocumentpropertycollection/ +--- +## CustomDocumentPropertyCollection::CustomDocumentPropertyCollection(CustomDocumentPropertyCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Properties::CustomDocumentPropertyCollection::CustomDocumentPropertyCollection(CustomDocumentPropertyCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## CustomDocumentPropertyCollection::CustomDocumentPropertyCollection(const CustomDocumentPropertyCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Properties::CustomDocumentPropertyCollection::CustomDocumentPropertyCollection(const CustomDocumentPropertyCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomDocumentPropertyCollection](../) +* Class [CustomDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## CustomDocumentPropertyCollection::CustomDocumentPropertyCollection(const DocumentPropertyCollection\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Properties::CustomDocumentPropertyCollection::CustomDocumentPropertyCollection(const DocumentPropertyCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DocumentPropertyCollection](../../documentpropertycollection/) +* Class [CustomDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/customdocumentpropertycollection/isnull/_index.md b/spanish/cpp/aspose.cells.properties/customdocumentpropertycollection/isnull/_index.md new file mode 100644 index 00000000000..4eb44349853 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/customdocumentpropertycollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Properties::CustomDocumentPropertyCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::CustomDocumentPropertyCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.properties/customdocumentpropertycollection/isnull/ +--- +## CustomDocumentPropertyCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Properties::CustomDocumentPropertyCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/customdocumentpropertycollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.properties/customdocumentpropertycollection/operator_asm/_index.md new file mode 100644 index 00000000000..d7b328c3119 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/customdocumentpropertycollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Properties::CustomDocumentPropertyCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::CustomDocumentPropertyCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.properties/customdocumentpropertycollection/operator_asm/ +--- +## CustomDocumentPropertyCollection::operator= method + + +operator= + +```cpp +CustomDocumentPropertyCollection & Aspose::Cells::Properties::CustomDocumentPropertyCollection::operator=(const CustomDocumentPropertyCollection &src) +``` + +## See Also + +* Class [CustomDocumentPropertyCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/customdocumentpropertycollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.properties/customdocumentpropertycollection/operator_bool/_index.md new file mode 100644 index 00000000000..869b918276e --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/customdocumentpropertycollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Properties::CustomDocumentPropertyCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::CustomDocumentPropertyCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.properties/customdocumentpropertycollection/operator_bool/ +--- +## CustomDocumentPropertyCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Properties::CustomDocumentPropertyCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [CustomDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/customdocumentpropertycollection/updatelinkedpropertyvalue/_index.md b/spanish/cpp/aspose.cells.properties/customdocumentpropertycollection/updatelinkedpropertyvalue/_index.md new file mode 100644 index 00000000000..c15ea8991c6 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/customdocumentpropertycollection/updatelinkedpropertyvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Properties::CustomDocumentPropertyCollection::UpdateLinkedPropertyValue method +linktitle: UpdateLinkedPropertyValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::CustomDocumentPropertyCollection::UpdateLinkedPropertyValue method. Updates values of all custom properties that are linked to content(use cell value of linked range to update value of custom property) in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.properties/customdocumentpropertycollection/updatelinkedpropertyvalue/ +--- +## CustomDocumentPropertyCollection::UpdateLinkedPropertyValue method + + +Updates values of all custom properties that are linked to content(use cell value of linked range to update value of custom property). + +```cpp +void Aspose::Cells::Properties::CustomDocumentPropertyCollection::UpdateLinkedPropertyValue() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/customdocumentpropertycollection/updatelinkedrange/_index.md b/spanish/cpp/aspose.cells.properties/customdocumentpropertycollection/updatelinkedrange/_index.md new file mode 100644 index 00000000000..0f6c575178f --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/customdocumentpropertycollection/updatelinkedrange/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Properties::CustomDocumentPropertyCollection::UpdateLinkedRange method +linktitle: UpdateLinkedRange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::CustomDocumentPropertyCollection::UpdateLinkedRange method. Updates all ranges that are linked to custom properties(use the value of custom document property to update cell value of linked range) in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.properties/customdocumentpropertycollection/updatelinkedrange/ +--- +## CustomDocumentPropertyCollection::UpdateLinkedRange method + + +Updates all ranges that are linked to custom properties(use the value of custom document property to update cell value of linked range). + +```cpp +void Aspose::Cells::Properties::CustomDocumentPropertyCollection::UpdateLinkedRange() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/customdocumentpropertycollection/~customdocumentpropertycollection/_index.md b/spanish/cpp/aspose.cells.properties/customdocumentpropertycollection/~customdocumentpropertycollection/_index.md new file mode 100644 index 00000000000..4890303edb9 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/customdocumentpropertycollection/~customdocumentpropertycollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Properties::CustomDocumentPropertyCollection::~CustomDocumentPropertyCollection method +linktitle: ~CustomDocumentPropertyCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::CustomDocumentPropertyCollection::~CustomDocumentPropertyCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.properties/customdocumentpropertycollection/~customdocumentpropertycollection/ +--- +## CustomDocumentPropertyCollection::~CustomDocumentPropertyCollection method + + +Destructor. + +```cpp +Aspose::Cells::Properties::CustomDocumentPropertyCollection::~CustomDocumentPropertyCollection() +``` + +## See Also + +* Class [CustomDocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/customproperty/_impl/_index.md b/spanish/cpp/aspose.cells.properties/customproperty/_impl/_index.md new file mode 100644 index 00000000000..21621998363 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/customproperty/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Properties::CustomProperty::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::CustomProperty::_impl field. The implementation object in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.properties/customproperty/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +CustomProperty_Impl* Aspose::Cells::Properties::CustomProperty::_impl +``` + +## See Also + +* Class [CustomProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/customproperty/_index.md b/spanish/cpp/aspose.cells.properties/customproperty/_index.md new file mode 100644 index 00000000000..8c20bf523d2 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/customproperty/_index.md @@ -0,0 +1,45 @@ +--- +title: Aspose::Cells::Properties::CustomProperty class +linktitle: CustomProperty +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::CustomProperty class. Represents a custom property which store name and value pairs of arbitrary user-defined data for worksheet in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.properties/customproperty/ +--- +## CustomProperty class + + +Represents a custom property which store name and value pairs of arbitrary user-defined data for worksheet. + +```cpp +class CustomProperty +``` + +## Methods + +| Method | Description | +| --- | --- | +| [CustomProperty(CustomProperty_Impl* impl)](./customproperty/) | Constructs from an implementation object. | +| [CustomProperty(const CustomProperty\& src)](./customproperty/) | Copy constructor. | +| [GetBinaryValue()](./getbinaryvalue/) | Gets and sets the binary value of the custom property. | +| [GetName()](./getname/) | Returns or sets the name of the object. | +| [GetValue()](./getvalue/) | Returns or sets the value of the custom property. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const CustomProperty\& src)](./operator_asm/) | operator= | +| [SetBinaryValue(const Vector \\& value)](./setbinaryvalue/) | Gets and sets the binary value of the custom property. | +| [SetName(const U16String\& value)](./setname/) | Returns or sets the name of the object. | +| [SetName(const char16_t* value)](./setname/) | Returns or sets the name of the object. | +| [SetValue(const U16String\& value)](./setvalue/) | Returns or sets the value of the custom property. | +| [SetValue(const char16_t* value)](./setvalue/) | Returns or sets the value of the custom property. | +| [~CustomProperty()](./~customproperty/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Properties](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.properties/customproperty/customproperty/_index.md b/spanish/cpp/aspose.cells.properties/customproperty/customproperty/_index.md new file mode 100644 index 00000000000..e16f075fe48 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/customproperty/customproperty/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Properties::CustomProperty::CustomProperty constructor +linktitle: CustomProperty +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::CustomProperty::CustomProperty constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.properties/customproperty/customproperty/ +--- +## CustomProperty::CustomProperty(CustomProperty_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Properties::CustomProperty::CustomProperty(CustomProperty_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## CustomProperty::CustomProperty(const CustomProperty\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Properties::CustomProperty::CustomProperty(const CustomProperty &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomProperty](../) +* Class [CustomProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/customproperty/getbinaryvalue/_index.md b/spanish/cpp/aspose.cells.properties/customproperty/getbinaryvalue/_index.md new file mode 100644 index 00000000000..ee67b6a49e5 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/customproperty/getbinaryvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Properties::CustomProperty::GetBinaryValue method +linktitle: GetBinaryValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::CustomProperty::GetBinaryValue method. Gets and sets the binary value of the custom property in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.properties/customproperty/getbinaryvalue/ +--- +## CustomProperty::GetBinaryValue method + + +Gets and sets the binary value of the custom property. + +```cpp +Vector Aspose::Cells::Properties::CustomProperty::GetBinaryValue() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/customproperty/getname/_index.md b/spanish/cpp/aspose.cells.properties/customproperty/getname/_index.md new file mode 100644 index 00000000000..b6d663bb903 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/customproperty/getname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Properties::CustomProperty::GetName method +linktitle: GetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::CustomProperty::GetName method. Returns or sets the name of the object in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.properties/customproperty/getname/ +--- +## CustomProperty::GetName method + + +Returns or sets the name of the object. + +```cpp +U16String Aspose::Cells::Properties::CustomProperty::GetName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [CustomProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/customproperty/getvalue/_index.md b/spanish/cpp/aspose.cells.properties/customproperty/getvalue/_index.md new file mode 100644 index 00000000000..970444fadf4 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/customproperty/getvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Properties::CustomProperty::GetValue method +linktitle: GetValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::CustomProperty::GetValue method. Returns or sets the value of the custom property in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.properties/customproperty/getvalue/ +--- +## CustomProperty::GetValue method + + +Returns or sets the value of the custom property. + +```cpp +U16String Aspose::Cells::Properties::CustomProperty::GetValue() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [CustomProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/customproperty/isnull/_index.md b/spanish/cpp/aspose.cells.properties/customproperty/isnull/_index.md new file mode 100644 index 00000000000..b64f75c45a5 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/customproperty/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Properties::CustomProperty::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::CustomProperty::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.properties/customproperty/isnull/ +--- +## CustomProperty::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Properties::CustomProperty::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/customproperty/operator_asm/_index.md b/spanish/cpp/aspose.cells.properties/customproperty/operator_asm/_index.md new file mode 100644 index 00000000000..407ae39ec0c --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/customproperty/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Properties::CustomProperty::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::CustomProperty::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.properties/customproperty/operator_asm/ +--- +## CustomProperty::operator= method + + +operator= + +```cpp +CustomProperty & Aspose::Cells::Properties::CustomProperty::operator=(const CustomProperty &src) +``` + +## See Also + +* Class [CustomProperty](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/customproperty/operator_bool/_index.md b/spanish/cpp/aspose.cells.properties/customproperty/operator_bool/_index.md new file mode 100644 index 00000000000..2f4fc14cd69 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/customproperty/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Properties::CustomProperty::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::CustomProperty::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.properties/customproperty/operator_bool/ +--- +## CustomProperty::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Properties::CustomProperty::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [CustomProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/customproperty/setbinaryvalue/_index.md b/spanish/cpp/aspose.cells.properties/customproperty/setbinaryvalue/_index.md new file mode 100644 index 00000000000..51bfc5087d4 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/customproperty/setbinaryvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Properties::CustomProperty::SetBinaryValue method +linktitle: SetBinaryValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::CustomProperty::SetBinaryValue method. Gets and sets the binary value of the custom property in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.properties/customproperty/setbinaryvalue/ +--- +## CustomProperty::SetBinaryValue method + + +Gets and sets the binary value of the custom property. + +```cpp +void Aspose::Cells::Properties::CustomProperty::SetBinaryValue(const Vector &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/customproperty/setname/_index.md b/spanish/cpp/aspose.cells.properties/customproperty/setname/_index.md new file mode 100644 index 00000000000..7d37261d6af --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/customproperty/setname/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Properties::CustomProperty::SetName method +linktitle: SetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::CustomProperty::SetName method. Returns or sets the name of the object in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.properties/customproperty/setname/ +--- +## CustomProperty::SetName(const U16String\&) method + + +Returns or sets the name of the object. + +```cpp +void Aspose::Cells::Properties::CustomProperty::SetName(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [CustomProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## CustomProperty::SetName(const char16_t*) method + + +Returns or sets the name of the object. + +```cpp +void Aspose::Cells::Properties::CustomProperty::SetName(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/customproperty/setvalue/_index.md b/spanish/cpp/aspose.cells.properties/customproperty/setvalue/_index.md new file mode 100644 index 00000000000..a28d3b4e290 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/customproperty/setvalue/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Properties::CustomProperty::SetValue method +linktitle: SetValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::CustomProperty::SetValue method. Returns or sets the value of the custom property in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.properties/customproperty/setvalue/ +--- +## CustomProperty::SetValue(const U16String\&) method + + +Returns or sets the value of the custom property. + +```cpp +void Aspose::Cells::Properties::CustomProperty::SetValue(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [CustomProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## CustomProperty::SetValue(const char16_t*) method + + +Returns or sets the value of the custom property. + +```cpp +void Aspose::Cells::Properties::CustomProperty::SetValue(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/customproperty/~customproperty/_index.md b/spanish/cpp/aspose.cells.properties/customproperty/~customproperty/_index.md new file mode 100644 index 00000000000..2e7486128eb --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/customproperty/~customproperty/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Properties::CustomProperty::~CustomProperty method +linktitle: ~CustomProperty +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::CustomProperty::~CustomProperty method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.properties/customproperty/~customproperty/ +--- +## CustomProperty::~CustomProperty method + + +Destructor. + +```cpp +Aspose::Cells::Properties::CustomProperty::~CustomProperty() +``` + +## See Also + +* Class [CustomProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/custompropertycollection/_impl/_index.md b/spanish/cpp/aspose.cells.properties/custompropertycollection/_impl/_index.md new file mode 100644 index 00000000000..dc52c8cf45b --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/custompropertycollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Properties::CustomPropertyCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::CustomPropertyCollection::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.properties/custompropertycollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +CustomPropertyCollection_Impl* Aspose::Cells::Properties::CustomPropertyCollection::_impl +``` + +## See Also + +* Class [CustomPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/custompropertycollection/_index.md b/spanish/cpp/aspose.cells.properties/custompropertycollection/_index.md new file mode 100644 index 00000000000..8235d43ca12 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/custompropertycollection/_index.md @@ -0,0 +1,43 @@ +--- +title: Aspose::Cells::Properties::CustomPropertyCollection class +linktitle: CustomPropertyCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::CustomPropertyCollection class. A collection of CustomProperty objects that represent additional information in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.properties/custompropertycollection/ +--- +## CustomPropertyCollection class + + +A collection of [CustomProperty](../customproperty/) objects that represent additional information. + +```cpp +class CustomPropertyCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add(const U16String\& name, const U16String\& value)](./add/) | Adds custom property information. | +| [Add(const char16_t* name, const char16_t* value)](./add/) | Adds custom property information. | +| [CustomPropertyCollection(CustomPropertyCollection_Impl* impl)](./custompropertycollection/) | Constructs from an implementation object. | +| [CustomPropertyCollection(const CustomPropertyCollection\& src)](./custompropertycollection/) | Copy constructor. | +| [Get(int32_t index)](./get/) | Gets the custom property by the specific index. | +| [Get(const U16String\& name)](./get/) | Gets the custom property by the property name. | +| [Get(const char16_t* name)](./get/) | Gets the custom property by the property name. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const CustomPropertyCollection\& src)](./operator_asm/) | operator= | +| [~CustomPropertyCollection()](./~custompropertycollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Properties](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.properties/custompropertycollection/add/_index.md b/spanish/cpp/aspose.cells.properties/custompropertycollection/add/_index.md new file mode 100644 index 00000000000..3710273b091 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/custompropertycollection/add/_index.md @@ -0,0 +1,52 @@ +--- +title: Aspose::Cells::Properties::CustomPropertyCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::CustomPropertyCollection::Add method. Adds custom property information in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.properties/custompropertycollection/add/ +--- +## CustomPropertyCollection::Add(const U16String\&, const U16String\&) method + + +Adds custom property information. + +```cpp +int32_t Aspose::Cells::Properties::CustomPropertyCollection::Add(const U16String &name, const U16String &value) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const U16String\& | The name of the custom property. | +| value | const U16String\& | The value of the custom property. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [CustomPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## CustomPropertyCollection::Add(const char16_t*, const char16_t*) method + + +Adds custom property information. + +```cpp +int32_t Aspose::Cells::Properties::CustomPropertyCollection::Add(const char16_t *name, const char16_t *value) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const char16_t* | The name of the custom property. | +| value | const char16_t* | The value of the custom property. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/custompropertycollection/custompropertycollection/_index.md b/spanish/cpp/aspose.cells.properties/custompropertycollection/custompropertycollection/_index.md new file mode 100644 index 00000000000..6ec8a1b017a --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/custompropertycollection/custompropertycollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Properties::CustomPropertyCollection::CustomPropertyCollection constructor +linktitle: CustomPropertyCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::CustomPropertyCollection::CustomPropertyCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.properties/custompropertycollection/custompropertycollection/ +--- +## CustomPropertyCollection::CustomPropertyCollection(CustomPropertyCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Properties::CustomPropertyCollection::CustomPropertyCollection(CustomPropertyCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## CustomPropertyCollection::CustomPropertyCollection(const CustomPropertyCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Properties::CustomPropertyCollection::CustomPropertyCollection(const CustomPropertyCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomPropertyCollection](../) +* Class [CustomPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/custompropertycollection/get/_index.md b/spanish/cpp/aspose.cells.properties/custompropertycollection/get/_index.md new file mode 100644 index 00000000000..364e834a65f --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/custompropertycollection/get/_index.md @@ -0,0 +1,85 @@ +--- +title: Aspose::Cells::Properties::CustomPropertyCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::CustomPropertyCollection::Get method. Gets the custom property by the specific index in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.properties/custompropertycollection/get/ +--- +## CustomPropertyCollection::Get(int32_t) method + + +Gets the custom property by the specific index. + +```cpp +CustomProperty Aspose::Cells::Properties::CustomPropertyCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The index. | + +## ReturnValue + +The custom property + +## See Also + +* Class [CustomProperty](../../customproperty/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## CustomPropertyCollection::Get(const U16String\&) method + + +Gets the custom property by the property name. + +```cpp +CustomProperty Aspose::Cells::Properties::CustomPropertyCollection::Get(const U16String &name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const U16String\& | The property name. | + +## ReturnValue + +The custom property + +## See Also + +* Class [CustomProperty](../../customproperty/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [CustomPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## CustomPropertyCollection::Get(const char16_t*) method + + +Gets the custom property by the property name. + +```cpp +CustomProperty Aspose::Cells::Properties::CustomPropertyCollection::Get(const char16_t *name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const char16_t* | The property name. | + +## ReturnValue + +The custom property + +## See Also + +* Class [CustomProperty](../../customproperty/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/custompropertycollection/getcount/_index.md b/spanish/cpp/aspose.cells.properties/custompropertycollection/getcount/_index.md new file mode 100644 index 00000000000..061228f1a9e --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/custompropertycollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Properties::CustomPropertyCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::Properties::CustomPropertyCollection class in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.properties/custompropertycollection/getcount/ +--- +## CustomPropertyCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::Properties::CustomPropertyCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/custompropertycollection/isnull/_index.md b/spanish/cpp/aspose.cells.properties/custompropertycollection/isnull/_index.md new file mode 100644 index 00000000000..1e338043916 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/custompropertycollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Properties::CustomPropertyCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::CustomPropertyCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.properties/custompropertycollection/isnull/ +--- +## CustomPropertyCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Properties::CustomPropertyCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/custompropertycollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.properties/custompropertycollection/operator_asm/_index.md new file mode 100644 index 00000000000..be7dee125da --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/custompropertycollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Properties::CustomPropertyCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::CustomPropertyCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.properties/custompropertycollection/operator_asm/ +--- +## CustomPropertyCollection::operator= method + + +operator= + +```cpp +CustomPropertyCollection & Aspose::Cells::Properties::CustomPropertyCollection::operator=(const CustomPropertyCollection &src) +``` + +## See Also + +* Class [CustomPropertyCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/custompropertycollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.properties/custompropertycollection/operator_bool/_index.md new file mode 100644 index 00000000000..193f63937cf --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/custompropertycollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Properties::CustomPropertyCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::CustomPropertyCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.properties/custompropertycollection/operator_bool/ +--- +## CustomPropertyCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Properties::CustomPropertyCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [CustomPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/custompropertycollection/~custompropertycollection/_index.md b/spanish/cpp/aspose.cells.properties/custompropertycollection/~custompropertycollection/_index.md new file mode 100644 index 00000000000..71943ce85e6 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/custompropertycollection/~custompropertycollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Properties::CustomPropertyCollection::~CustomPropertyCollection method +linktitle: ~CustomPropertyCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::CustomPropertyCollection::~CustomPropertyCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.properties/custompropertycollection/~custompropertycollection/ +--- +## CustomPropertyCollection::~CustomPropertyCollection method + + +Destructor. + +```cpp +Aspose::Cells::Properties::CustomPropertyCollection::~CustomPropertyCollection() +``` + +## See Also + +* Class [CustomPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/documentproperty/_impl/_index.md b/spanish/cpp/aspose.cells.properties/documentproperty/_impl/_index.md new file mode 100644 index 00000000000..d9768519dab --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/documentproperty/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Properties::DocumentProperty::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::DocumentProperty::_impl field. The implementation object in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.properties/documentproperty/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +DocumentProperty_Impl* Aspose::Cells::Properties::DocumentProperty::_impl +``` + +## See Also + +* Class [DocumentProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/documentproperty/_index.md b/spanish/cpp/aspose.cells.properties/documentproperty/_index.md new file mode 100644 index 00000000000..92b2394fe4d --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/documentproperty/_index.md @@ -0,0 +1,70 @@ +--- +title: Aspose::Cells::Properties::DocumentProperty class +linktitle: DocumentProperty +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::DocumentProperty class. Represents a custom or built-in document property in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.properties/documentproperty/ +--- +## DocumentProperty class + + +Represents a custom or built-in document property. + +```cpp +class DocumentProperty +``` + +## Methods + +| Method | Description | +| --- | --- | +| [DocumentProperty(DocumentProperty_Impl* impl)](./documentproperty/) | Constructs from an implementation object. | +| [DocumentProperty(const DocumentProperty\& src)](./documentproperty/) | Copy constructor. | +| [GetName()](./getname/) | Returns the name of the property. | +| [GetSource()](./getsource/) | The linked content source. | +| [GetType()](./gettype/) | Gets the data type of the property. | +| [GetValue()](./getvalue/) | Gets or sets the value of the property. | +| [IsGeneratedName()](./isgeneratedname/) | Returns true if this property does not have a name in the OLE2 storage and a unique name was generated only for the public API. | +| [IsLinkedToContent()](./islinkedtocontent/) | Indicates whether this property is linked to content. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const DocumentProperty\& src)](./operator_asm/) | operator= | +| [SetValue(const Aspose::Cells::Object\& value)](./setvalue/) | Gets or sets the value of the property. | +| [ToBool()](./tobool/) | Returns the property value as bool. | +| [ToDateTime()](./todatetime/) | Returns the property value as DateTime in local timezone. | +| [ToDouble()](./todouble/) | Returns the property value as double. | +| [ToInt()](./toint/) | Returns the property value as integer. | +| [ToString()](./tostring/) | Returns the property value as a string. | +| [~DocumentProperty()](./~documentproperty/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciar un objeto Workbook +Workbook workbook(u"book1.xls"); + +//Recuperar una lista de todas las propiedades de documento personalizadas del archivo Excel +DocumentPropertyCollection customProperties = workbook.GetWorksheets().GetCustomDocumentProperties(); + +//Accediendo a una propiedad de documento personalizada mediante el índice de la propiedad +DocumentProperty customProperty1 = customProperties.Get(3); + +//Accediendo a una propiedad de documento personalizada mediante el nombre de la propiedad +DocumentProperty customProperty2 = customProperties.Get(u"Owner"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::Properties](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.properties/documentproperty/documentproperty/_index.md b/spanish/cpp/aspose.cells.properties/documentproperty/documentproperty/_index.md new file mode 100644 index 00000000000..6b910fc8555 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/documentproperty/documentproperty/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Properties::DocumentProperty::DocumentProperty constructor +linktitle: DocumentProperty +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::DocumentProperty::DocumentProperty constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.properties/documentproperty/documentproperty/ +--- +## DocumentProperty::DocumentProperty(DocumentProperty_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Properties::DocumentProperty::DocumentProperty(DocumentProperty_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DocumentProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## DocumentProperty::DocumentProperty(const DocumentProperty\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Properties::DocumentProperty::DocumentProperty(const DocumentProperty &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DocumentProperty](../) +* Class [DocumentProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/documentproperty/getname/_index.md b/spanish/cpp/aspose.cells.properties/documentproperty/getname/_index.md new file mode 100644 index 00000000000..617c382bbc7 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/documentproperty/getname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Properties::DocumentProperty::GetName method +linktitle: GetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::DocumentProperty::GetName method. Returns the name of the property in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.properties/documentproperty/getname/ +--- +## DocumentProperty::GetName method + + +Returns the name of the property. + +```cpp +U16String Aspose::Cells::Properties::DocumentProperty::GetName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [DocumentProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/documentproperty/getsource/_index.md b/spanish/cpp/aspose.cells.properties/documentproperty/getsource/_index.md new file mode 100644 index 00000000000..9f7d29a2287 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/documentproperty/getsource/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Properties::DocumentProperty::GetSource method +linktitle: GetSource +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::DocumentProperty::GetSource method. The linked content source in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.properties/documentproperty/getsource/ +--- +## DocumentProperty::GetSource method + + +The linked content source. + +```cpp +U16String Aspose::Cells::Properties::DocumentProperty::GetSource() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [DocumentProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/documentproperty/gettype/_index.md b/spanish/cpp/aspose.cells.properties/documentproperty/gettype/_index.md new file mode 100644 index 00000000000..1e9c18b1455 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/documentproperty/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Properties::DocumentProperty::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::DocumentProperty::GetType method. Gets the data type of the property in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.properties/documentproperty/gettype/ +--- +## DocumentProperty::GetType method + + +Gets the data type of the property. + +```cpp +PropertyType Aspose::Cells::Properties::DocumentProperty::GetType() +``` + +## See Also + +* Enum [PropertyType](../../propertytype/) +* Class [DocumentProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/documentproperty/getvalue/_index.md b/spanish/cpp/aspose.cells.properties/documentproperty/getvalue/_index.md new file mode 100644 index 00000000000..09f07332aa8 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/documentproperty/getvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Properties::DocumentProperty::GetValue method +linktitle: GetValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::DocumentProperty::GetValue method. Gets or sets the value of the property in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.properties/documentproperty/getvalue/ +--- +## DocumentProperty::GetValue method + + +Gets or sets the value of the property. + +```cpp +Aspose::Cells::Object Aspose::Cells::Properties::DocumentProperty::GetValue() +``` + +## See Also + +* Class [Object](../../../aspose.cells/object/) +* Class [DocumentProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/documentproperty/isgeneratedname/_index.md b/spanish/cpp/aspose.cells.properties/documentproperty/isgeneratedname/_index.md new file mode 100644 index 00000000000..e5cfeef3928 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/documentproperty/isgeneratedname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Properties::DocumentProperty::IsGeneratedName method +linktitle: IsGeneratedName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::DocumentProperty::IsGeneratedName method. Returns true if this property does not have a name in the OLE2 storage and a unique name was generated only for the public API in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.properties/documentproperty/isgeneratedname/ +--- +## DocumentProperty::IsGeneratedName method + + +Returns true if this property does not have a name in the OLE2 storage and a unique name was generated only for the public API. + +```cpp +bool Aspose::Cells::Properties::DocumentProperty::IsGeneratedName() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DocumentProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/documentproperty/islinkedtocontent/_index.md b/spanish/cpp/aspose.cells.properties/documentproperty/islinkedtocontent/_index.md new file mode 100644 index 00000000000..6455f8ecb6a --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/documentproperty/islinkedtocontent/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Properties::DocumentProperty::IsLinkedToContent method +linktitle: IsLinkedToContent +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::DocumentProperty::IsLinkedToContent method. Indicates whether this property is linked to content in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.properties/documentproperty/islinkedtocontent/ +--- +## DocumentProperty::IsLinkedToContent method + + +Indicates whether this property is linked to content. + +```cpp +bool Aspose::Cells::Properties::DocumentProperty::IsLinkedToContent() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DocumentProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/documentproperty/isnull/_index.md b/spanish/cpp/aspose.cells.properties/documentproperty/isnull/_index.md new file mode 100644 index 00000000000..50db9cce84d --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/documentproperty/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Properties::DocumentProperty::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::DocumentProperty::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.properties/documentproperty/isnull/ +--- +## DocumentProperty::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Properties::DocumentProperty::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DocumentProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/documentproperty/operator_asm/_index.md b/spanish/cpp/aspose.cells.properties/documentproperty/operator_asm/_index.md new file mode 100644 index 00000000000..874454213a7 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/documentproperty/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Properties::DocumentProperty::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::DocumentProperty::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.properties/documentproperty/operator_asm/ +--- +## DocumentProperty::operator= method + + +operator= + +```cpp +DocumentProperty & Aspose::Cells::Properties::DocumentProperty::operator=(const DocumentProperty &src) +``` + +## See Also + +* Class [DocumentProperty](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [DocumentProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/documentproperty/operator_bool/_index.md b/spanish/cpp/aspose.cells.properties/documentproperty/operator_bool/_index.md new file mode 100644 index 00000000000..ce565b7f20d --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/documentproperty/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Properties::DocumentProperty::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::DocumentProperty::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.properties/documentproperty/operator_bool/ +--- +## DocumentProperty::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Properties::DocumentProperty::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [DocumentProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/documentproperty/setvalue/_index.md b/spanish/cpp/aspose.cells.properties/documentproperty/setvalue/_index.md new file mode 100644 index 00000000000..c487ddc76e9 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/documentproperty/setvalue/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Properties::DocumentProperty::SetValue method +linktitle: SetValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::DocumentProperty::SetValue method. Gets or sets the value of the property in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.properties/documentproperty/setvalue/ +--- +## DocumentProperty::SetValue method + + +Gets or sets the value of the property. + +```cpp +void Aspose::Cells::Properties::DocumentProperty::SetValue(const Aspose::Cells::Object &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Object](../../../aspose.cells/object/) +* Class [DocumentProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/documentproperty/tobool/_index.md b/spanish/cpp/aspose.cells.properties/documentproperty/tobool/_index.md new file mode 100644 index 00000000000..94c40d962e3 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/documentproperty/tobool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Properties::DocumentProperty::ToBool method +linktitle: ToBool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::DocumentProperty::ToBool method. Returns the property value as bool in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.properties/documentproperty/tobool/ +--- +## DocumentProperty::ToBool method + + +Returns the property value as bool. + +```cpp +bool Aspose::Cells::Properties::DocumentProperty::ToBool() +``` + +## Remarks + + +Throws an exception if the property type is not [PropertyType.Boolean](../../propertytype/). +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DocumentProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/documentproperty/todatetime/_index.md b/spanish/cpp/aspose.cells.properties/documentproperty/todatetime/_index.md new file mode 100644 index 00000000000..0488fd623d6 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/documentproperty/todatetime/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Cells::Properties::DocumentProperty::ToDateTime method +linktitle: ToDateTime +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::DocumentProperty::ToDateTime method. Returns the property value as DateTime in local timezone in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.properties/documentproperty/todatetime/ +--- +## DocumentProperty::ToDateTime method + + +Returns the property value as DateTime in local timezone. + +```cpp +Date Aspose::Cells::Properties::DocumentProperty::ToDateTime() +``` + +## Remarks + + +Throws an exception if the property type is not PropertyType.Date. +## See Also + +* Class [DocumentProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/documentproperty/todouble/_index.md b/spanish/cpp/aspose.cells.properties/documentproperty/todouble/_index.md new file mode 100644 index 00000000000..80424497118 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/documentproperty/todouble/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Properties::DocumentProperty::ToDouble method +linktitle: ToDouble +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::DocumentProperty::ToDouble method. Returns the property value as double in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.properties/documentproperty/todouble/ +--- +## DocumentProperty::ToDouble method + + +Returns the property value as double. + +```cpp +double Aspose::Cells::Properties::DocumentProperty::ToDouble() +``` + +## Remarks + + +Throws an exception if the property type is not PropertyType.Float. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DocumentProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/documentproperty/toint/_index.md b/spanish/cpp/aspose.cells.properties/documentproperty/toint/_index.md new file mode 100644 index 00000000000..e550771cabc --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/documentproperty/toint/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Properties::DocumentProperty::ToInt method +linktitle: ToInt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::DocumentProperty::ToInt method. Returns the property value as integer in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.properties/documentproperty/toint/ +--- +## DocumentProperty::ToInt method + + +Returns the property value as integer. + +```cpp +int32_t Aspose::Cells::Properties::DocumentProperty::ToInt() +``` + +## Remarks + + +Throws an exception if the property type is not [PropertyType.Number](../../propertytype/). +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DocumentProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/documentproperty/tostring/_index.md b/spanish/cpp/aspose.cells.properties/documentproperty/tostring/_index.md new file mode 100644 index 00000000000..a833adabc2b --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/documentproperty/tostring/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Properties::DocumentProperty::ToString method +linktitle: ToString +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::DocumentProperty::ToString method. Returns the property value as a string in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.properties/documentproperty/tostring/ +--- +## DocumentProperty::ToString method + + +Returns the property value as a string. + +```cpp +U16String Aspose::Cells::Properties::DocumentProperty::ToString() +``` + +## Remarks + + +Converts a number property using [Object.ToString()](../../../aspose.cells/object/tostring/). Converts a boolean property into "Y" or "N". Converts a date property into a short date string. +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [DocumentProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/documentproperty/~documentproperty/_index.md b/spanish/cpp/aspose.cells.properties/documentproperty/~documentproperty/_index.md new file mode 100644 index 00000000000..7ce5a6c464c --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/documentproperty/~documentproperty/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Properties::DocumentProperty::~DocumentProperty method +linktitle: ~DocumentProperty +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::DocumentProperty::~DocumentProperty method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.properties/documentproperty/~documentproperty/ +--- +## DocumentProperty::~DocumentProperty method + + +Destructor. + +```cpp +Aspose::Cells::Properties::DocumentProperty::~DocumentProperty() +``` + +## See Also + +* Class [DocumentProperty](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/documentpropertycollection/_impl/_index.md b/spanish/cpp/aspose.cells.properties/documentpropertycollection/_impl/_index.md new file mode 100644 index 00000000000..9f0b523d939 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/documentpropertycollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Properties::DocumentPropertyCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::DocumentPropertyCollection::_impl field. The implementation object in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.properties/documentpropertycollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +DocumentPropertyCollection_Impl* Aspose::Cells::Properties::DocumentPropertyCollection::_impl +``` + +## See Also + +* Class [DocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/documentpropertycollection/_index.md b/spanish/cpp/aspose.cells.properties/documentpropertycollection/_index.md new file mode 100644 index 00000000000..f99c3eb495f --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/documentpropertycollection/_index.md @@ -0,0 +1,69 @@ +--- +title: Aspose::Cells::Properties::DocumentPropertyCollection class +linktitle: DocumentPropertyCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::DocumentPropertyCollection class. Base class for BuiltInDocumentPropertyCollection and CustomDocumentPropertyCollection collections in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.properties/documentpropertycollection/ +--- +## DocumentPropertyCollection class + + +Base class for [BuiltInDocumentPropertyCollection](../builtindocumentpropertycollection/) and [CustomDocumentPropertyCollection](../customdocumentpropertycollection/) collections. + +```cpp +class DocumentPropertyCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Contains(const U16String\& name)](./contains/) | Returns true if a property with the specified name exists in the collection. | +| [Contains(const char16_t* name)](./contains/) | Returns true if a property with the specified name exists in the collection. | +| [DocumentPropertyCollection(DocumentPropertyCollection_Impl* impl)](./documentpropertycollection/) | Constructs from an implementation object. | +| [DocumentPropertyCollection(const DocumentPropertyCollection\& src)](./documentpropertycollection/) | Copy constructor. | +| [Get(int32_t index)](./get/) | Returns a [DocumentProperty](../documentproperty/) object by index. | +| [Get(const U16String\& name)](./get/) | Returns a [DocumentProperty](../documentproperty/) object by the name of the property. | +| [Get(const char16_t* name)](./get/) | Returns a [DocumentProperty](../documentproperty/) object by the name of the property. | +| [GetCount()](./getcount/) | | +| [IndexOf(const U16String\& name)](./indexof/) | Gets the index of a property by name. | +| [IndexOf(const char16_t* name)](./indexof/) | Gets the index of a property by name. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const DocumentPropertyCollection\& src)](./operator_asm/) | operator= | +| [Remove(const U16String\& name)](./remove/) | Removes a property with the specified name from the collection. | +| [Remove(const char16_t* name)](./remove/) | Removes a property with the specified name from the collection. | +| [RemoveAt(int32_t index)](./removeat/) | Removes a property at the specified index. | +| [~DocumentPropertyCollection()](./~documentpropertycollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciar un objeto Workbook llamando a su constructor vacío +Workbook workbook(u"book1.xls"); + +//Recuperar una lista de todas las propiedades de documento personalizadas del archivo Excel +DocumentPropertyCollection customProperties = workbook.GetWorksheets().GetCustomDocumentProperties(); + +//Accediendo a una propiedad de documento personalizada mediante el índice de la propiedad +DocumentProperty customProperty1 = customProperties.Get(3); + +//Accediendo a una propiedad de documento personalizada mediante el nombre de la propiedad +DocumentProperty customProperty2 = customProperties.Get(u"Owner"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::Properties](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.properties/documentpropertycollection/contains/_index.md b/spanish/cpp/aspose.cells.properties/documentpropertycollection/contains/_index.md new file mode 100644 index 00000000000..a5664408fd0 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/documentpropertycollection/contains/_index.md @@ -0,0 +1,58 @@ +--- +title: Aspose::Cells::Properties::DocumentPropertyCollection::Contains method +linktitle: Contains +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::DocumentPropertyCollection::Contains method. Returns true if a property with the specified name exists in the collection in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.properties/documentpropertycollection/contains/ +--- +## DocumentPropertyCollection::Contains(const U16String\&) method + + +Returns true if a property with the specified name exists in the collection. + +```cpp +bool Aspose::Cells::Properties::DocumentPropertyCollection::Contains(const U16String &name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const U16String\& | The case-insensitive name of the property. | + +## ReturnValue + +True if the property exists in the collection; false otherwise. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [DocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## DocumentPropertyCollection::Contains(const char16_t*) method + + +Returns true if a property with the specified name exists in the collection. + +```cpp +bool Aspose::Cells::Properties::DocumentPropertyCollection::Contains(const char16_t *name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const char16_t* | The case-insensitive name of the property. | + +## ReturnValue + +True if the property exists in the collection; false otherwise. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/documentpropertycollection/documentpropertycollection/_index.md b/spanish/cpp/aspose.cells.properties/documentpropertycollection/documentpropertycollection/_index.md new file mode 100644 index 00000000000..be832ba8d44 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/documentpropertycollection/documentpropertycollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Properties::DocumentPropertyCollection::DocumentPropertyCollection constructor +linktitle: DocumentPropertyCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::DocumentPropertyCollection::DocumentPropertyCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.properties/documentpropertycollection/documentpropertycollection/ +--- +## DocumentPropertyCollection::DocumentPropertyCollection(DocumentPropertyCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Properties::DocumentPropertyCollection::DocumentPropertyCollection(DocumentPropertyCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## DocumentPropertyCollection::DocumentPropertyCollection(const DocumentPropertyCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Properties::DocumentPropertyCollection::DocumentPropertyCollection(const DocumentPropertyCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DocumentPropertyCollection](../) +* Class [DocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/documentpropertycollection/get/_index.md b/spanish/cpp/aspose.cells.properties/documentpropertycollection/get/_index.md new file mode 100644 index 00000000000..92332e5e225 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/documentpropertycollection/get/_index.md @@ -0,0 +1,85 @@ +--- +title: Aspose::Cells::Properties::DocumentPropertyCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::DocumentPropertyCollection::Get method. Returns a DocumentProperty object by index in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.properties/documentpropertycollection/get/ +--- +## DocumentPropertyCollection::Get(int32_t) method + + +Returns a [DocumentProperty](../../documentproperty/) object by index. + +```cpp +DocumentProperty Aspose::Cells::Properties::DocumentPropertyCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | Zero-based index of the [DocumentProperty](../../documentproperty/) to retrieve. | + +## See Also + +* Class [DocumentProperty](../../documentproperty/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [DocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## DocumentPropertyCollection::Get(const U16String\&) method + + +Returns a [DocumentProperty](../../documentproperty/) object by the name of the property. + +```cpp +DocumentProperty Aspose::Cells::Properties::DocumentPropertyCollection::Get(const U16String &name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const U16String\& | The case-insensitive name of the property to retrieve. | +## Remarks + + +Returns a [DocumentProperty](../../documentproperty/) object. + +Returns null if a property with the specified name is not found. + +## See Also + +* Class [DocumentProperty](../../documentproperty/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [DocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## DocumentPropertyCollection::Get(const char16_t*) method + + +Returns a [DocumentProperty](../../documentproperty/) object by the name of the property. + +```cpp +DocumentProperty Aspose::Cells::Properties::DocumentPropertyCollection::Get(const char16_t *name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const char16_t* | The case-insensitive name of the property to retrieve. | +## Remarks + + +Returns a [DocumentProperty](../../documentproperty/) object. + +Returns null if a property with the specified name is not found. + +## See Also + +* Class [DocumentProperty](../../documentproperty/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [DocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/documentpropertycollection/getcount/_index.md b/spanish/cpp/aspose.cells.properties/documentpropertycollection/getcount/_index.md new file mode 100644 index 00000000000..05b48cd01c6 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/documentpropertycollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Properties::DocumentPropertyCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::Properties::DocumentPropertyCollection class in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.properties/documentpropertycollection/getcount/ +--- +## DocumentPropertyCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::Properties::DocumentPropertyCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/documentpropertycollection/indexof/_index.md b/spanish/cpp/aspose.cells.properties/documentpropertycollection/indexof/_index.md new file mode 100644 index 00000000000..474f3e8fbf8 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/documentpropertycollection/indexof/_index.md @@ -0,0 +1,58 @@ +--- +title: Aspose::Cells::Properties::DocumentPropertyCollection::IndexOf method +linktitle: IndexOf +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::DocumentPropertyCollection::IndexOf method. Gets the index of a property by name in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.properties/documentpropertycollection/indexof/ +--- +## DocumentPropertyCollection::IndexOf(const U16String\&) method + + +Gets the index of a property by name. + +```cpp +int32_t Aspose::Cells::Properties::DocumentPropertyCollection::IndexOf(const U16String &name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const U16String\& | The case-insensitive name of the property. | + +## ReturnValue + +The zero based index. Negative value if not found. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [DocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## DocumentPropertyCollection::IndexOf(const char16_t*) method + + +Gets the index of a property by name. + +```cpp +int32_t Aspose::Cells::Properties::DocumentPropertyCollection::IndexOf(const char16_t *name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const char16_t* | The case-insensitive name of the property. | + +## ReturnValue + +The zero based index. Negative value if not found. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/documentpropertycollection/isnull/_index.md b/spanish/cpp/aspose.cells.properties/documentpropertycollection/isnull/_index.md new file mode 100644 index 00000000000..c2e420797b8 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/documentpropertycollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Properties::DocumentPropertyCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::DocumentPropertyCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.properties/documentpropertycollection/isnull/ +--- +## DocumentPropertyCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Properties::DocumentPropertyCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/documentpropertycollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.properties/documentpropertycollection/operator_asm/_index.md new file mode 100644 index 00000000000..2692b0fd115 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/documentpropertycollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Properties::DocumentPropertyCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::DocumentPropertyCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.properties/documentpropertycollection/operator_asm/ +--- +## DocumentPropertyCollection::operator= method + + +operator= + +```cpp +DocumentPropertyCollection & Aspose::Cells::Properties::DocumentPropertyCollection::operator=(const DocumentPropertyCollection &src) +``` + +## See Also + +* Class [DocumentPropertyCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [DocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/documentpropertycollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.properties/documentpropertycollection/operator_bool/_index.md new file mode 100644 index 00000000000..608d33bff2e --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/documentpropertycollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Properties::DocumentPropertyCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::DocumentPropertyCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.properties/documentpropertycollection/operator_bool/ +--- +## DocumentPropertyCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Properties::DocumentPropertyCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [DocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/documentpropertycollection/remove/_index.md b/spanish/cpp/aspose.cells.properties/documentpropertycollection/remove/_index.md new file mode 100644 index 00000000000..db94eb0ac00 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/documentpropertycollection/remove/_index.md @@ -0,0 +1,50 @@ +--- +title: Aspose::Cells::Properties::DocumentPropertyCollection::Remove method +linktitle: Remove +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::DocumentPropertyCollection::Remove method. Removes a property with the specified name from the collection in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.properties/documentpropertycollection/remove/ +--- +## DocumentPropertyCollection::Remove(const U16String\&) method + + +Removes a property with the specified name from the collection. + +```cpp +void Aspose::Cells::Properties::DocumentPropertyCollection::Remove(const U16String &name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const U16String\& | The case-insensitive name of the property. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [DocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) +## DocumentPropertyCollection::Remove(const char16_t*) method + + +Removes a property with the specified name from the collection. + +```cpp +void Aspose::Cells::Properties::DocumentPropertyCollection::Remove(const char16_t *name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const char16_t* | The case-insensitive name of the property. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/documentpropertycollection/removeat/_index.md b/spanish/cpp/aspose.cells.properties/documentpropertycollection/removeat/_index.md new file mode 100644 index 00000000000..e8c5549f2dd --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/documentpropertycollection/removeat/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Properties::DocumentPropertyCollection::RemoveAt method +linktitle: RemoveAt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::DocumentPropertyCollection::RemoveAt method. Removes a property at the specified index in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.properties/documentpropertycollection/removeat/ +--- +## DocumentPropertyCollection::RemoveAt method + + +Removes a property at the specified index. + +```cpp +void Aspose::Cells::Properties::DocumentPropertyCollection::RemoveAt(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The zero based index. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/documentpropertycollection/~documentpropertycollection/_index.md b/spanish/cpp/aspose.cells.properties/documentpropertycollection/~documentpropertycollection/_index.md new file mode 100644 index 00000000000..6738afe6e29 --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/documentpropertycollection/~documentpropertycollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Properties::DocumentPropertyCollection::~DocumentPropertyCollection method +linktitle: ~DocumentPropertyCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::DocumentPropertyCollection::~DocumentPropertyCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.properties/documentpropertycollection/~documentpropertycollection/ +--- +## DocumentPropertyCollection::~DocumentPropertyCollection method + + +Destructor. + +```cpp +Aspose::Cells::Properties::DocumentPropertyCollection::~DocumentPropertyCollection() +``` + +## See Also + +* Class [DocumentPropertyCollection](../) +* Namespace [Aspose::Cells::Properties](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.properties/propertytype/_index.md b/spanish/cpp/aspose.cells.properties/propertytype/_index.md new file mode 100644 index 00000000000..07f175507be --- /dev/null +++ b/spanish/cpp/aspose.cells.properties/propertytype/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Properties::PropertyType enum +linktitle: PropertyType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Properties::PropertyType enum. Specifies data type of a document property in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.properties/propertytype/ +--- +## PropertyType enum + + +Specifies data type of a document property. + +```cpp +enum class PropertyType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Boolean | 0 |
The property is a boolean value. | +| DateTime | 1 |
The property is a date time value. | +| Double | 2 |
The property is a floating number. | +| Number | 3 |
The property is an integer number. | +| String | 4 |
The property is a string value. | +| Blob | 5 |
The property is a byte array. | + +## See Also + +* Namespace [Aspose::Cells::Properties](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.querytables/_index.md b/spanish/cpp/aspose.cells.querytables/_index.md new file mode 100644 index 00000000000..c2318d3a727 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/_index.md @@ -0,0 +1,29 @@ +--- +title: Espacio de nombres Aspose::Cells::QueryTables +linktitle: Aspose::Cells::QueryTables +second_title: Referencia de API de Aspose.Cells para C++ +description: 'Cómo usar el espacio de nombres Aspose::Cells::QueryTables en C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.querytables/ +--- + + + +## Clases + +| Clase | Descripción | +| --- | --- | +| [DataMashup](./datamashup/) | Representa datos mashup. | +| [PowerQueryFormula](./powerqueryformula/) | Representa la definición de la fórmula Power Query. | +| [PowerQueryFormulaCollection](./powerqueryformulacollection/) | Representa todas las fórmulas Power Query en los datos mashup. | +| [PowerQueryFormulaFunction](./powerqueryformulafunction/) | Representa la función de Power Query. | +| [PowerQueryFormulaItem](./powerqueryformulaitem/) | Representa el elemento de la fórmula Power Query. | +| [PowerQueryFormulaItemCollection](./powerqueryformulaitemcollection/) | Representa todos los elementos de la fórmula Power Query. | +| [PowerQueryFormulaParameter](./powerqueryformulaparameter/) | Representa el parámetro de la fórmula de Power Query. | +| [PowerQueryFormulaParameterCollection](./powerqueryformulaparametercollection/) | **(Deprecated)** Representa los parámetros de la fórmula de Power Query. | +## Enums + +| Enumeración | Descripción | +| --- | --- | +| [PowerQueryFormulaType](./powerqueryformulatype/) | Representa el tipo de la fórmula de Power Query. | diff --git a/spanish/cpp/aspose.cells.querytables/datamashup/_impl/_index.md b/spanish/cpp/aspose.cells.querytables/datamashup/_impl/_index.md new file mode 100644 index 00000000000..140568911ae --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/datamashup/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::QueryTables::DataMashup::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::DataMashup::_impl field. The implementation object in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.querytables/datamashup/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +DataMashup_Impl* Aspose::Cells::QueryTables::DataMashup::_impl +``` + +## See Also + +* Class [DataMashup](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/datamashup/_index.md b/spanish/cpp/aspose.cells.querytables/datamashup/_index.md new file mode 100644 index 00000000000..15d8a698991 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/datamashup/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::QueryTables::DataMashup class +linktitle: DataMashup +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::DataMashup class. Represents mashup data in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.querytables/datamashup/ +--- +## DataMashup class + + +Represents mashup data. + +```cpp +class DataMashup +``` + +## Methods + +| Method | Description | +| --- | --- | +| [DataMashup(DataMashup_Impl* impl)](./datamashup/) | Constructs from an implementation object. | +| [DataMashup(const DataMashup\& src)](./datamashup/) | Copy constructor. | +| [GetPowerQueryFormulas()](./getpowerqueryformulas/) | Gets all power query formulas. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const DataMashup\& src)](./operator_asm/) | operator= | +| [~DataMashup()](./~datamashup/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::QueryTables](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.querytables/datamashup/datamashup/_index.md b/spanish/cpp/aspose.cells.querytables/datamashup/datamashup/_index.md new file mode 100644 index 00000000000..593a9e75948 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/datamashup/datamashup/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::QueryTables::DataMashup::DataMashup constructor +linktitle: DataMashup +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::DataMashup::DataMashup constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.querytables/datamashup/datamashup/ +--- +## DataMashup::DataMashup(DataMashup_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::QueryTables::DataMashup::DataMashup(DataMashup_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataMashup](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) +## DataMashup::DataMashup(const DataMashup\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::QueryTables::DataMashup::DataMashup(const DataMashup &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataMashup](../) +* Class [DataMashup](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/datamashup/getpowerqueryformulas/_index.md b/spanish/cpp/aspose.cells.querytables/datamashup/getpowerqueryformulas/_index.md new file mode 100644 index 00000000000..35c1a9ff378 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/datamashup/getpowerqueryformulas/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::QueryTables::DataMashup::GetPowerQueryFormulas method +linktitle: GetPowerQueryFormulas +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::DataMashup::GetPowerQueryFormulas method. Gets all power query formulas in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.querytables/datamashup/getpowerqueryformulas/ +--- +## DataMashup::GetPowerQueryFormulas method + + +Gets all power query formulas. + +```cpp +PowerQueryFormulaCollection Aspose::Cells::QueryTables::DataMashup::GetPowerQueryFormulas() +``` + +## See Also + +* Class [PowerQueryFormulaCollection](../../powerqueryformulacollection/) +* Class [DataMashup](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/datamashup/isnull/_index.md b/spanish/cpp/aspose.cells.querytables/datamashup/isnull/_index.md new file mode 100644 index 00000000000..bddd4c300a8 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/datamashup/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::QueryTables::DataMashup::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::DataMashup::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.querytables/datamashup/isnull/ +--- +## DataMashup::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::QueryTables::DataMashup::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataMashup](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/datamashup/operator_asm/_index.md b/spanish/cpp/aspose.cells.querytables/datamashup/operator_asm/_index.md new file mode 100644 index 00000000000..f67f86fe270 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/datamashup/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::QueryTables::DataMashup::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::DataMashup::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.querytables/datamashup/operator_asm/ +--- +## DataMashup::operator= method + + +operator= + +```cpp +DataMashup & Aspose::Cells::QueryTables::DataMashup::operator=(const DataMashup &src) +``` + +## See Also + +* Class [DataMashup](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [DataMashup](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/datamashup/operator_bool/_index.md b/spanish/cpp/aspose.cells.querytables/datamashup/operator_bool/_index.md new file mode 100644 index 00000000000..8361afeea0a --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/datamashup/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::QueryTables::DataMashup::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::DataMashup::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.querytables/datamashup/operator_bool/ +--- +## DataMashup::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::QueryTables::DataMashup::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [DataMashup](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/datamashup/~datamashup/_index.md b/spanish/cpp/aspose.cells.querytables/datamashup/~datamashup/_index.md new file mode 100644 index 00000000000..6b79d9121e4 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/datamashup/~datamashup/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::QueryTables::DataMashup::~DataMashup method +linktitle: ~DataMashup +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::DataMashup::~DataMashup method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.querytables/datamashup/~datamashup/ +--- +## DataMashup::~DataMashup method + + +Destructor. + +```cpp +Aspose::Cells::QueryTables::DataMashup::~DataMashup() +``` + +## See Also + +* Class [DataMashup](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformula/_impl/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformula/_impl/_index.md new file mode 100644 index 00000000000..45ddb72e8e2 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformula/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormula::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormula::_impl field. The implementation object in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.querytables/powerqueryformula/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +PowerQueryFormula_Impl* Aspose::Cells::QueryTables::PowerQueryFormula::_impl +``` + +## See Also + +* Class [PowerQueryFormula](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformula/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformula/_index.md new file mode 100644 index 00000000000..0d5baf26d19 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformula/_index.md @@ -0,0 +1,47 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormula class +linktitle: PowerQueryFormula +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormula class. Represents the definition of power query formula in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.querytables/powerqueryformula/ +--- +## PowerQueryFormula class + + +Represents the definition of power query formula. + +```cpp +class PowerQueryFormula +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetDescription()](./getdescription/) | Gets and sets the description of the power query formula. | +| [GetFormulaDefinition()](./getformuladefinition/) | Gets the definition of the power query formula. | +| [GetGroupName()](./getgroupname/) | Gets the name of group which contains this power query formula. | +| [GetName()](./getname/) | Gets and sets the name of the power query formula. | +| [GetPowerQueryFormulaItems()](./getpowerqueryformulaitems/) | Gets all items of power query formula. | +| [GetType()](./gettype/) | Gets the type of this power query formula. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const PowerQueryFormula\& src)](./operator_asm/) | operator= | +| [PowerQueryFormula(PowerQueryFormula_Impl* impl)](./powerqueryformula/) | Constructs from an implementation object. | +| [PowerQueryFormula(const PowerQueryFormula\& src)](./powerqueryformula/) | Copy constructor. | +| [SetDescription(const U16String\& value)](./setdescription/) | Gets and sets the description of the power query formula. | +| [SetDescription(const char16_t* value)](./setdescription/) | Gets and sets the description of the power query formula. | +| [SetName(const U16String\& value)](./setname/) | Gets and sets the name of the power query formula. | +| [SetName(const char16_t* value)](./setname/) | Gets and sets the name of the power query formula. | +| [~PowerQueryFormula()](./~powerqueryformula/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::QueryTables](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformula/getdescription/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformula/getdescription/_index.md new file mode 100644 index 00000000000..ee36c9390ad --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformula/getdescription/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormula::GetDescription method +linktitle: GetDescription +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormula::GetDescription method. Gets and sets the description of the power query formula in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.querytables/powerqueryformula/getdescription/ +--- +## PowerQueryFormula::GetDescription method + + +Gets and sets the description of the power query formula. + +```cpp +U16String Aspose::Cells::QueryTables::PowerQueryFormula::GetDescription() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PowerQueryFormula](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformula/getformuladefinition/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformula/getformuladefinition/_index.md new file mode 100644 index 00000000000..ce7b19238f6 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformula/getformuladefinition/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormula::GetFormulaDefinition method +linktitle: GetFormulaDefinition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormula::GetFormulaDefinition method. Gets the definition of the power query formula in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.querytables/powerqueryformula/getformuladefinition/ +--- +## PowerQueryFormula::GetFormulaDefinition method + + +Gets the definition of the power query formula. + +```cpp +U16String Aspose::Cells::QueryTables::PowerQueryFormula::GetFormulaDefinition() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PowerQueryFormula](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformula/getgroupname/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformula/getgroupname/_index.md new file mode 100644 index 00000000000..4b0b82184d7 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformula/getgroupname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormula::GetGroupName method +linktitle: GetGroupName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormula::GetGroupName method. Gets the name of group which contains this power query formula in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.querytables/powerqueryformula/getgroupname/ +--- +## PowerQueryFormula::GetGroupName method + + +Gets the name of group which contains this power query formula. + +```cpp +U16String Aspose::Cells::QueryTables::PowerQueryFormula::GetGroupName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PowerQueryFormula](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformula/getname/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformula/getname/_index.md new file mode 100644 index 00000000000..3906564f82e --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformula/getname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormula::GetName method +linktitle: GetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormula::GetName method. Gets and sets the name of the power query formula in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.querytables/powerqueryformula/getname/ +--- +## PowerQueryFormula::GetName method + + +Gets and sets the name of the power query formula. + +```cpp +U16String Aspose::Cells::QueryTables::PowerQueryFormula::GetName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PowerQueryFormula](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformula/getpowerqueryformulaitems/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformula/getpowerqueryformulaitems/_index.md new file mode 100644 index 00000000000..3d29f4e203c --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformula/getpowerqueryformulaitems/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormula::GetPowerQueryFormulaItems method +linktitle: GetPowerQueryFormulaItems +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormula::GetPowerQueryFormulaItems method. Gets all items of power query formula in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.querytables/powerqueryformula/getpowerqueryformulaitems/ +--- +## PowerQueryFormula::GetPowerQueryFormulaItems method + + +Gets all items of power query formula. + +```cpp +PowerQueryFormulaItemCollection Aspose::Cells::QueryTables::PowerQueryFormula::GetPowerQueryFormulaItems() +``` + +## See Also + +* Class [PowerQueryFormulaItemCollection](../../powerqueryformulaitemcollection/) +* Class [PowerQueryFormula](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformula/gettype/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformula/gettype/_index.md new file mode 100644 index 00000000000..63a21331b94 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformula/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormula::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormula::GetType method. Gets the type of this power query formula in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.querytables/powerqueryformula/gettype/ +--- +## PowerQueryFormula::GetType method + + +Gets the type of this power query formula. + +```cpp +PowerQueryFormulaType Aspose::Cells::QueryTables::PowerQueryFormula::GetType() +``` + +## See Also + +* Enum [PowerQueryFormulaType](../../powerqueryformulatype/) +* Class [PowerQueryFormula](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformula/isnull/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformula/isnull/_index.md new file mode 100644 index 00000000000..d808b7b190f --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformula/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormula::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormula::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.querytables/powerqueryformula/isnull/ +--- +## PowerQueryFormula::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::QueryTables::PowerQueryFormula::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PowerQueryFormula](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformula/operator_asm/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformula/operator_asm/_index.md new file mode 100644 index 00000000000..37e63c15ef1 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformula/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormula::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormula::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.querytables/powerqueryformula/operator_asm/ +--- +## PowerQueryFormula::operator= method + + +operator= + +```cpp +PowerQueryFormula & Aspose::Cells::QueryTables::PowerQueryFormula::operator=(const PowerQueryFormula &src) +``` + +## See Also + +* Class [PowerQueryFormula](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PowerQueryFormula](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformula/operator_bool/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformula/operator_bool/_index.md new file mode 100644 index 00000000000..d3caad7a15c --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformula/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormula::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormula::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.querytables/powerqueryformula/operator_bool/ +--- +## PowerQueryFormula::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::QueryTables::PowerQueryFormula::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [PowerQueryFormula](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformula/powerqueryformula/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformula/powerqueryformula/_index.md new file mode 100644 index 00000000000..aa3c736cd10 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformula/powerqueryformula/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormula::PowerQueryFormula constructor +linktitle: PowerQueryFormula +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormula::PowerQueryFormula constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.querytables/powerqueryformula/powerqueryformula/ +--- +## PowerQueryFormula::PowerQueryFormula(PowerQueryFormula_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::QueryTables::PowerQueryFormula::PowerQueryFormula(PowerQueryFormula_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PowerQueryFormula](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) +## PowerQueryFormula::PowerQueryFormula(const PowerQueryFormula\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::QueryTables::PowerQueryFormula::PowerQueryFormula(const PowerQueryFormula &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PowerQueryFormula](../) +* Class [PowerQueryFormula](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformula/setdescription/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformula/setdescription/_index.md new file mode 100644 index 00000000000..2865efe4cbc --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformula/setdescription/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormula::SetDescription method +linktitle: SetDescription +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormula::SetDescription method. Gets and sets the description of the power query formula in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.querytables/powerqueryformula/setdescription/ +--- +## PowerQueryFormula::SetDescription(const U16String\&) method + + +Gets and sets the description of the power query formula. + +```cpp +void Aspose::Cells::QueryTables::PowerQueryFormula::SetDescription(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PowerQueryFormula](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) +## PowerQueryFormula::SetDescription(const char16_t*) method + + +Gets and sets the description of the power query formula. + +```cpp +void Aspose::Cells::QueryTables::PowerQueryFormula::SetDescription(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PowerQueryFormula](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformula/setname/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformula/setname/_index.md new file mode 100644 index 00000000000..087d613844b --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformula/setname/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormula::SetName method +linktitle: SetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormula::SetName method. Gets and sets the name of the power query formula in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.querytables/powerqueryformula/setname/ +--- +## PowerQueryFormula::SetName(const U16String\&) method + + +Gets and sets the name of the power query formula. + +```cpp +void Aspose::Cells::QueryTables::PowerQueryFormula::SetName(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PowerQueryFormula](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) +## PowerQueryFormula::SetName(const char16_t*) method + + +Gets and sets the name of the power query formula. + +```cpp +void Aspose::Cells::QueryTables::PowerQueryFormula::SetName(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PowerQueryFormula](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformula/~powerqueryformula/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformula/~powerqueryformula/_index.md new file mode 100644 index 00000000000..58136fff7d2 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformula/~powerqueryformula/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormula::~PowerQueryFormula method +linktitle: ~PowerQueryFormula +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormula::~PowerQueryFormula method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.querytables/powerqueryformula/~powerqueryformula/ +--- +## PowerQueryFormula::~PowerQueryFormula method + + +Destructor. + +```cpp +Aspose::Cells::QueryTables::PowerQueryFormula::~PowerQueryFormula() +``` + +## See Also + +* Class [PowerQueryFormula](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulacollection/_impl/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulacollection/_impl/_index.md new file mode 100644 index 00000000000..06cff83e71b --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulacollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaCollection::_impl field. The implementation object in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.querytables/powerqueryformulacollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +PowerQueryFormulaCollection_Impl* Aspose::Cells::QueryTables::PowerQueryFormulaCollection::_impl +``` + +## See Also + +* Class [PowerQueryFormulaCollection](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulacollection/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulacollection/_index.md new file mode 100644 index 00000000000..8814e8fdc32 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulacollection/_index.md @@ -0,0 +1,43 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaCollection class +linktitle: PowerQueryFormulaCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaCollection class. Represents all power query formulas in the mashup data in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.querytables/powerqueryformulacollection/ +--- +## PowerQueryFormulaCollection class + + +Represents all power query formulas in the mashup data. + +```cpp +class PowerQueryFormulaCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Get(int32_t index)](./get/) | Gets [ PowerQueryFormula](../powerqueryformula/) by the index in the list. | +| [Get(const U16String\& name)](./get/) | Gets [ PowerQueryFormula](../powerqueryformula/) by the name of the power query formula. | +| [Get(const char16_t* name)](./get/) | Gets [ PowerQueryFormula](../powerqueryformula/) by the name of the power query formula. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const PowerQueryFormulaCollection\& src)](./operator_asm/) | operator= | +| [PowerQueryFormulaCollection(PowerQueryFormulaCollection_Impl* impl)](./powerqueryformulacollection/) | Constructs from an implementation object. | +| [PowerQueryFormulaCollection(const PowerQueryFormulaCollection\& src)](./powerqueryformulacollection/) | Copy constructor. | +| [RemoveBy(const U16String\& name)](./removeby/) | Remove power query formula by name. | +| [RemoveBy(const char16_t* name)](./removeby/) | Remove power query formula by name. | +| [~PowerQueryFormulaCollection()](./~powerqueryformulacollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::QueryTables](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulacollection/get/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulacollection/get/_index.md new file mode 100644 index 00000000000..c0881852617 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulacollection/get/_index.md @@ -0,0 +1,85 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaCollection::Get method. Gets PowerQueryFormula by the index in the list in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.querytables/powerqueryformulacollection/get/ +--- +## PowerQueryFormulaCollection::Get(int32_t) method + + +Gets [ PowerQueryFormula](../../powerqueryformula/) by the index in the list. + +```cpp +PowerQueryFormula Aspose::Cells::QueryTables::PowerQueryFormulaCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The index. | + +## ReturnValue + + + +## See Also + +* Class [PowerQueryFormula](../../powerqueryformula/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PowerQueryFormulaCollection](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) +## PowerQueryFormulaCollection::Get(const U16String\&) method + + +Gets [ PowerQueryFormula](../../powerqueryformula/) by the name of the power query formula. + +```cpp +PowerQueryFormula Aspose::Cells::QueryTables::PowerQueryFormulaCollection::Get(const U16String &name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const U16String\& | The name of the item. | + +## ReturnValue + + + +## See Also + +* Class [PowerQueryFormula](../../powerqueryformula/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PowerQueryFormulaCollection](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) +## PowerQueryFormulaCollection::Get(const char16_t*) method + + +Gets [ PowerQueryFormula](../../powerqueryformula/) by the name of the power query formula. + +```cpp +PowerQueryFormula Aspose::Cells::QueryTables::PowerQueryFormulaCollection::Get(const char16_t *name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const char16_t* | The name of the item. | + +## ReturnValue + + + +## See Also + +* Class [PowerQueryFormula](../../powerqueryformula/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PowerQueryFormulaCollection](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulacollection/getcount/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulacollection/getcount/_index.md new file mode 100644 index 00000000000..c3029b843f9 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulacollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::QueryTables::PowerQueryFormulaCollection class in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.querytables/powerqueryformulacollection/getcount/ +--- +## PowerQueryFormulaCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::QueryTables::PowerQueryFormulaCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PowerQueryFormulaCollection](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulacollection/isnull/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulacollection/isnull/_index.md new file mode 100644 index 00000000000..f6cd8348007 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulacollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.querytables/powerqueryformulacollection/isnull/ +--- +## PowerQueryFormulaCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::QueryTables::PowerQueryFormulaCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PowerQueryFormulaCollection](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulacollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulacollection/operator_asm/_index.md new file mode 100644 index 00000000000..99ad3c25679 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulacollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.querytables/powerqueryformulacollection/operator_asm/ +--- +## PowerQueryFormulaCollection::operator= method + + +operator= + +```cpp +PowerQueryFormulaCollection & Aspose::Cells::QueryTables::PowerQueryFormulaCollection::operator=(const PowerQueryFormulaCollection &src) +``` + +## See Also + +* Class [PowerQueryFormulaCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PowerQueryFormulaCollection](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulacollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulacollection/operator_bool/_index.md new file mode 100644 index 00000000000..9de79f05877 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulacollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.querytables/powerqueryformulacollection/operator_bool/ +--- +## PowerQueryFormulaCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::QueryTables::PowerQueryFormulaCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [PowerQueryFormulaCollection](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulacollection/powerqueryformulacollection/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulacollection/powerqueryformulacollection/_index.md new file mode 100644 index 00000000000..13396453963 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulacollection/powerqueryformulacollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaCollection::PowerQueryFormulaCollection constructor +linktitle: PowerQueryFormulaCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaCollection::PowerQueryFormulaCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.querytables/powerqueryformulacollection/powerqueryformulacollection/ +--- +## PowerQueryFormulaCollection::PowerQueryFormulaCollection(PowerQueryFormulaCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::QueryTables::PowerQueryFormulaCollection::PowerQueryFormulaCollection(PowerQueryFormulaCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PowerQueryFormulaCollection](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) +## PowerQueryFormulaCollection::PowerQueryFormulaCollection(const PowerQueryFormulaCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::QueryTables::PowerQueryFormulaCollection::PowerQueryFormulaCollection(const PowerQueryFormulaCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PowerQueryFormulaCollection](../) +* Class [PowerQueryFormulaCollection](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulacollection/removeby/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulacollection/removeby/_index.md new file mode 100644 index 00000000000..71b28a189b0 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulacollection/removeby/_index.md @@ -0,0 +1,50 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaCollection::RemoveBy method +linktitle: RemoveBy +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaCollection::RemoveBy method. Remove power query formula by name in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.querytables/powerqueryformulacollection/removeby/ +--- +## PowerQueryFormulaCollection::RemoveBy(const U16String\&) method + + +Remove power query formula by name. + +```cpp +void Aspose::Cells::QueryTables::PowerQueryFormulaCollection::RemoveBy(const U16String &name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const U16String\& | The name of power query formula. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PowerQueryFormulaCollection](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) +## PowerQueryFormulaCollection::RemoveBy(const char16_t*) method + + +Remove power query formula by name. + +```cpp +void Aspose::Cells::QueryTables::PowerQueryFormulaCollection::RemoveBy(const char16_t *name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const char16_t* | The name of power query formula. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PowerQueryFormulaCollection](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulacollection/~powerqueryformulacollection/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulacollection/~powerqueryformulacollection/_index.md new file mode 100644 index 00000000000..b20ca45be0f --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulacollection/~powerqueryformulacollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaCollection::~PowerQueryFormulaCollection method +linktitle: ~PowerQueryFormulaCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaCollection::~PowerQueryFormulaCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.querytables/powerqueryformulacollection/~powerqueryformulacollection/ +--- +## PowerQueryFormulaCollection::~PowerQueryFormulaCollection method + + +Destructor. + +```cpp +Aspose::Cells::QueryTables::PowerQueryFormulaCollection::~PowerQueryFormulaCollection() +``` + +## See Also + +* Class [PowerQueryFormulaCollection](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulafunction/_impl/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulafunction/_impl/_index.md new file mode 100644 index 00000000000..e63fd19ad00 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulafunction/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaFunction::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaFunction::_impl field. The implementation object in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.querytables/powerqueryformulafunction/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +PowerQueryFormulaFunction_Impl* Aspose::Cells::QueryTables::PowerQueryFormulaFunction::_impl +``` + +## See Also + +* Class [PowerQueryFormulaFunction](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulafunction/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulafunction/_index.md new file mode 100644 index 00000000000..b6c4da312a5 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulafunction/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaFunction class +linktitle: PowerQueryFormulaFunction +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaFunction class. Represents the function of power query in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.querytables/powerqueryformulafunction/ +--- +## PowerQueryFormulaFunction class + + +Represents the function of power query. + +```cpp +class PowerQueryFormulaFunction : public Aspose::Cells::QueryTables::PowerQueryFormula +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetDescription()](../powerqueryformula/getdescription/) | Gets and sets the description of the power query formula. | +| [GetF()](./getf/) | Gets and sets the definition of function. | +| [GetFormulaDefinition()](../powerqueryformula/getformuladefinition/) | Gets the definition of the power query formula. | +| [GetGroupName()](../powerqueryformula/getgroupname/) | Gets the name of group which contains this power query formula. | +| [GetName()](../powerqueryformula/getname/) | Gets and sets the name of the power query formula. | +| [GetPowerQueryFormulaItems()](../powerqueryformula/getpowerqueryformulaitems/) | Gets all items of power query formula. | +| [GetType()](./gettype/) | Gets the type of power query formula. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const PowerQueryFormulaFunction\& src)](./operator_asm/) | operator= | +| [operator=(const PowerQueryFormula\& src)](../powerqueryformula/operator_asm/) | operator= | +| [PowerQueryFormula(PowerQueryFormula_Impl* impl)](../powerqueryformula/powerqueryformula/) | Constructs from an implementation object. | +| [PowerQueryFormula(const PowerQueryFormula\& src)](../powerqueryformula/powerqueryformula/) | Copy constructor. | +| [PowerQueryFormulaFunction(PowerQueryFormulaFunction_Impl* impl)](./powerqueryformulafunction/) | Constructs from an implementation object. | +| [PowerQueryFormulaFunction(const PowerQueryFormulaFunction\& src)](./powerqueryformulafunction/) | Copy constructor. | +| [PowerQueryFormulaFunction(const PowerQueryFormula\& src)](./powerqueryformulafunction/) | Constructs from a parent object. | +| [SetDescription(const U16String\& value)](../powerqueryformula/setdescription/) | Gets and sets the description of the power query formula. | +| [SetDescription(const char16_t* value)](../powerqueryformula/setdescription/) | Gets and sets the description of the power query formula. | +| [SetF(const U16String\& value)](./setf/) | Gets and sets the definition of function. | +| [SetF(const char16_t* value)](./setf/) | Gets and sets the definition of function. | +| [SetName(const U16String\& value)](../powerqueryformula/setname/) | Gets and sets the name of the power query formula. | +| [SetName(const char16_t* value)](../powerqueryformula/setname/) | Gets and sets the name of the power query formula. | +| [~PowerQueryFormula()](../powerqueryformula/~powerqueryformula/) | Destructor. | +| [~PowerQueryFormulaFunction()](./~powerqueryformulafunction/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [PowerQueryFormula](../powerqueryformula/) +* Namespace [Aspose::Cells::QueryTables](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulafunction/getf/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulafunction/getf/_index.md new file mode 100644 index 00000000000..b5fa519344d --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulafunction/getf/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaFunction::GetF method +linktitle: GetF +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaFunction::GetF method. Gets and sets the definition of function in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.querytables/powerqueryformulafunction/getf/ +--- +## PowerQueryFormulaFunction::GetF method + + +Gets and sets the definition of function. + +```cpp +U16String Aspose::Cells::QueryTables::PowerQueryFormulaFunction::GetF() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PowerQueryFormulaFunction](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulafunction/gettype/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulafunction/gettype/_index.md new file mode 100644 index 00000000000..dce34e96910 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulafunction/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaFunction::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaFunction::GetType method. Gets the type of power query formula in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.querytables/powerqueryformulafunction/gettype/ +--- +## PowerQueryFormulaFunction::GetType method + + +Gets the type of power query formula. + +```cpp +PowerQueryFormulaType Aspose::Cells::QueryTables::PowerQueryFormulaFunction::GetType() +``` + +## See Also + +* Enum [PowerQueryFormulaType](../../powerqueryformulatype/) +* Class [PowerQueryFormulaFunction](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulafunction/isnull/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulafunction/isnull/_index.md new file mode 100644 index 00000000000..2adbcb3a819 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulafunction/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaFunction::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaFunction::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.querytables/powerqueryformulafunction/isnull/ +--- +## PowerQueryFormulaFunction::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::QueryTables::PowerQueryFormulaFunction::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PowerQueryFormulaFunction](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulafunction/operator_asm/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulafunction/operator_asm/_index.md new file mode 100644 index 00000000000..3aad8a1a1d2 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulafunction/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaFunction::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaFunction::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.querytables/powerqueryformulafunction/operator_asm/ +--- +## PowerQueryFormulaFunction::operator= method + + +operator= + +```cpp +PowerQueryFormulaFunction & Aspose::Cells::QueryTables::PowerQueryFormulaFunction::operator=(const PowerQueryFormulaFunction &src) +``` + +## See Also + +* Class [PowerQueryFormulaFunction](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PowerQueryFormulaFunction](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulafunction/operator_bool/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulafunction/operator_bool/_index.md new file mode 100644 index 00000000000..f7c602862d7 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulafunction/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaFunction::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaFunction::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.querytables/powerqueryformulafunction/operator_bool/ +--- +## PowerQueryFormulaFunction::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::QueryTables::PowerQueryFormulaFunction::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [PowerQueryFormulaFunction](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulafunction/powerqueryformulafunction/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulafunction/powerqueryformulafunction/_index.md new file mode 100644 index 00000000000..7378dc56387 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulafunction/powerqueryformulafunction/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaFunction::PowerQueryFormulaFunction constructor +linktitle: PowerQueryFormulaFunction +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaFunction::PowerQueryFormulaFunction constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.querytables/powerqueryformulafunction/powerqueryformulafunction/ +--- +## PowerQueryFormulaFunction::PowerQueryFormulaFunction(PowerQueryFormulaFunction_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::QueryTables::PowerQueryFormulaFunction::PowerQueryFormulaFunction(PowerQueryFormulaFunction_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PowerQueryFormulaFunction](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) +## PowerQueryFormulaFunction::PowerQueryFormulaFunction(const PowerQueryFormulaFunction\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::QueryTables::PowerQueryFormulaFunction::PowerQueryFormulaFunction(const PowerQueryFormulaFunction &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PowerQueryFormulaFunction](../) +* Class [PowerQueryFormulaFunction](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) +## PowerQueryFormulaFunction::PowerQueryFormulaFunction(const PowerQueryFormula\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::QueryTables::PowerQueryFormulaFunction::PowerQueryFormulaFunction(const PowerQueryFormula &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PowerQueryFormula](../../powerqueryformula/) +* Class [PowerQueryFormulaFunction](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulafunction/setf/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulafunction/setf/_index.md new file mode 100644 index 00000000000..3ea4d645386 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulafunction/setf/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaFunction::SetF method +linktitle: SetF +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaFunction::SetF method. Gets and sets the definition of function in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.querytables/powerqueryformulafunction/setf/ +--- +## PowerQueryFormulaFunction::SetF(const U16String\&) method + + +Gets and sets the definition of function. + +```cpp +void Aspose::Cells::QueryTables::PowerQueryFormulaFunction::SetF(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PowerQueryFormulaFunction](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) +## PowerQueryFormulaFunction::SetF(const char16_t*) method + + +Gets and sets the definition of function. + +```cpp +void Aspose::Cells::QueryTables::PowerQueryFormulaFunction::SetF(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PowerQueryFormulaFunction](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulafunction/~powerqueryformulafunction/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulafunction/~powerqueryformulafunction/_index.md new file mode 100644 index 00000000000..f7ae9bbcdf5 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulafunction/~powerqueryformulafunction/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaFunction::~PowerQueryFormulaFunction method +linktitle: ~PowerQueryFormulaFunction +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaFunction::~PowerQueryFormulaFunction method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.querytables/powerqueryformulafunction/~powerqueryformulafunction/ +--- +## PowerQueryFormulaFunction::~PowerQueryFormulaFunction method + + +Destructor. + +```cpp +Aspose::Cells::QueryTables::PowerQueryFormulaFunction::~PowerQueryFormulaFunction() +``` + +## See Also + +* Class [PowerQueryFormulaFunction](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulaitem/_impl/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulaitem/_impl/_index.md new file mode 100644 index 00000000000..1b7d57412ae --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulaitem/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaItem::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaItem::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.querytables/powerqueryformulaitem/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +PowerQueryFormulaItem_Impl* Aspose::Cells::QueryTables::PowerQueryFormulaItem::_impl +``` + +## See Also + +* Class [PowerQueryFormulaItem](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulaitem/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulaitem/_index.md new file mode 100644 index 00000000000..cfc0bea97b3 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulaitem/_index.md @@ -0,0 +1,41 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaItem class +linktitle: PowerQueryFormulaItem +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaItem class. Represents the item of the power query formula in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.querytables/powerqueryformulaitem/ +--- +## PowerQueryFormulaItem class + + +Represents the item of the power query formula. + +```cpp +class PowerQueryFormulaItem +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetName()](./getname/) | Gets the name of the item. | +| [GetValue()](./getvalue/) | Gets the value of the item. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const PowerQueryFormulaItem\& src)](./operator_asm/) | operator= | +| [PowerQueryFormulaItem(PowerQueryFormulaItem_Impl* impl)](./powerqueryformulaitem/) | Constructs from an implementation object. | +| [PowerQueryFormulaItem(const PowerQueryFormulaItem\& src)](./powerqueryformulaitem/) | Copy constructor. | +| [SetValue(const U16String\& value)](./setvalue/) | Gets the value of the item. | +| [SetValue(const char16_t* value)](./setvalue/) | Gets the value of the item. | +| [~PowerQueryFormulaItem()](./~powerqueryformulaitem/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::QueryTables](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulaitem/getname/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulaitem/getname/_index.md new file mode 100644 index 00000000000..d77c8adcbe0 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulaitem/getname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaItem::GetName method +linktitle: GetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaItem::GetName method. Gets the name of the item in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.querytables/powerqueryformulaitem/getname/ +--- +## PowerQueryFormulaItem::GetName method + + +Gets the name of the item. + +```cpp +U16String Aspose::Cells::QueryTables::PowerQueryFormulaItem::GetName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PowerQueryFormulaItem](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulaitem/getvalue/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulaitem/getvalue/_index.md new file mode 100644 index 00000000000..7d87b08131b --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulaitem/getvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaItem::GetValue method +linktitle: GetValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaItem::GetValue method. Gets the value of the item in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.querytables/powerqueryformulaitem/getvalue/ +--- +## PowerQueryFormulaItem::GetValue method + + +Gets the value of the item. + +```cpp +U16String Aspose::Cells::QueryTables::PowerQueryFormulaItem::GetValue() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PowerQueryFormulaItem](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulaitem/isnull/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulaitem/isnull/_index.md new file mode 100644 index 00000000000..fa1f6954f68 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulaitem/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaItem::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaItem::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.querytables/powerqueryformulaitem/isnull/ +--- +## PowerQueryFormulaItem::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::QueryTables::PowerQueryFormulaItem::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PowerQueryFormulaItem](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulaitem/operator_asm/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulaitem/operator_asm/_index.md new file mode 100644 index 00000000000..59ece79d237 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulaitem/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaItem::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaItem::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.querytables/powerqueryformulaitem/operator_asm/ +--- +## PowerQueryFormulaItem::operator= method + + +operator= + +```cpp +PowerQueryFormulaItem & Aspose::Cells::QueryTables::PowerQueryFormulaItem::operator=(const PowerQueryFormulaItem &src) +``` + +## See Also + +* Class [PowerQueryFormulaItem](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PowerQueryFormulaItem](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulaitem/operator_bool/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulaitem/operator_bool/_index.md new file mode 100644 index 00000000000..4a3bd0770b1 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulaitem/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaItem::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaItem::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.querytables/powerqueryformulaitem/operator_bool/ +--- +## PowerQueryFormulaItem::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::QueryTables::PowerQueryFormulaItem::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [PowerQueryFormulaItem](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulaitem/powerqueryformulaitem/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulaitem/powerqueryformulaitem/_index.md new file mode 100644 index 00000000000..7207e130a74 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulaitem/powerqueryformulaitem/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaItem::PowerQueryFormulaItem constructor +linktitle: PowerQueryFormulaItem +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaItem::PowerQueryFormulaItem constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.querytables/powerqueryformulaitem/powerqueryformulaitem/ +--- +## PowerQueryFormulaItem::PowerQueryFormulaItem(PowerQueryFormulaItem_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::QueryTables::PowerQueryFormulaItem::PowerQueryFormulaItem(PowerQueryFormulaItem_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PowerQueryFormulaItem](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) +## PowerQueryFormulaItem::PowerQueryFormulaItem(const PowerQueryFormulaItem\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::QueryTables::PowerQueryFormulaItem::PowerQueryFormulaItem(const PowerQueryFormulaItem &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PowerQueryFormulaItem](../) +* Class [PowerQueryFormulaItem](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulaitem/setvalue/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulaitem/setvalue/_index.md new file mode 100644 index 00000000000..98a8322b46f --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulaitem/setvalue/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaItem::SetValue method +linktitle: SetValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaItem::SetValue method. Gets the value of the item in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.querytables/powerqueryformulaitem/setvalue/ +--- +## PowerQueryFormulaItem::SetValue(const U16String\&) method + + +Gets the value of the item. + +```cpp +void Aspose::Cells::QueryTables::PowerQueryFormulaItem::SetValue(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PowerQueryFormulaItem](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) +## PowerQueryFormulaItem::SetValue(const char16_t*) method + + +Gets the value of the item. + +```cpp +void Aspose::Cells::QueryTables::PowerQueryFormulaItem::SetValue(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PowerQueryFormulaItem](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulaitem/~powerqueryformulaitem/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulaitem/~powerqueryformulaitem/_index.md new file mode 100644 index 00000000000..a785569b93c --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulaitem/~powerqueryformulaitem/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaItem::~PowerQueryFormulaItem method +linktitle: ~PowerQueryFormulaItem +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaItem::~PowerQueryFormulaItem method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.querytables/powerqueryformulaitem/~powerqueryformulaitem/ +--- +## PowerQueryFormulaItem::~PowerQueryFormulaItem method + + +Destructor. + +```cpp +Aspose::Cells::QueryTables::PowerQueryFormulaItem::~PowerQueryFormulaItem() +``` + +## See Also + +* Class [PowerQueryFormulaItem](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/_impl/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/_impl/_index.md new file mode 100644 index 00000000000..ef1373c7d9b --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaItemCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaItemCollection::_impl field. The implementation object in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +PowerQueryFormulaItemCollection_Impl* Aspose::Cells::QueryTables::PowerQueryFormulaItemCollection::_impl +``` + +## See Also + +* Class [PowerQueryFormulaItemCollection](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/_index.md new file mode 100644 index 00000000000..7c3d42194d0 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/_index.md @@ -0,0 +1,41 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaItemCollection class +linktitle: PowerQueryFormulaItemCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaItemCollection class. Represents all item of the power query formula in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/ +--- +## PowerQueryFormulaItemCollection class + + +Represents all item of the power query formula. + +```cpp +class PowerQueryFormulaItemCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Get(int32_t index)](./get/) | Gets [ PowerQueryFormulaItem](../powerqueryformulaitem/) by the index in the list. | +| [Get(const U16String\& name)](./get/) | Gets [ PowerQueryFormulaItem](../powerqueryformulaitem/) by the name of the item. | +| [Get(const char16_t* name)](./get/) | Gets [ PowerQueryFormulaItem](../powerqueryformulaitem/) by the name of the item. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const PowerQueryFormulaItemCollection\& src)](./operator_asm/) | operator= | +| [PowerQueryFormulaItemCollection(PowerQueryFormulaItemCollection_Impl* impl)](./powerqueryformulaitemcollection/) | Constructs from an implementation object. | +| [PowerQueryFormulaItemCollection(const PowerQueryFormulaItemCollection\& src)](./powerqueryformulaitemcollection/) | Copy constructor. | +| [~PowerQueryFormulaItemCollection()](./~powerqueryformulaitemcollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::QueryTables](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/get/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/get/_index.md new file mode 100644 index 00000000000..90479711e85 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/get/_index.md @@ -0,0 +1,85 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaItemCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaItemCollection::Get method. Gets PowerQueryFormulaItem by the index in the list in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/get/ +--- +## PowerQueryFormulaItemCollection::Get(int32_t) method + + +Gets [ PowerQueryFormulaItem](../../powerqueryformulaitem/) by the index in the list. + +```cpp +PowerQueryFormulaItem Aspose::Cells::QueryTables::PowerQueryFormulaItemCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The index. | + +## ReturnValue + + + +## See Also + +* Class [PowerQueryFormulaItem](../../powerqueryformulaitem/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PowerQueryFormulaItemCollection](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) +## PowerQueryFormulaItemCollection::Get(const U16String\&) method + + +Gets [ PowerQueryFormulaItem](../../powerqueryformulaitem/) by the name of the item. + +```cpp +PowerQueryFormulaItem Aspose::Cells::QueryTables::PowerQueryFormulaItemCollection::Get(const U16String &name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const U16String\& | The name of the item. | + +## ReturnValue + + + +## See Also + +* Class [PowerQueryFormulaItem](../../powerqueryformulaitem/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PowerQueryFormulaItemCollection](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) +## PowerQueryFormulaItemCollection::Get(const char16_t*) method + + +Gets [ PowerQueryFormulaItem](../../powerqueryformulaitem/) by the name of the item. + +```cpp +PowerQueryFormulaItem Aspose::Cells::QueryTables::PowerQueryFormulaItemCollection::Get(const char16_t *name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const char16_t* | The name of the item. | + +## ReturnValue + + + +## See Also + +* Class [PowerQueryFormulaItem](../../powerqueryformulaitem/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PowerQueryFormulaItemCollection](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/getcount/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/getcount/_index.md new file mode 100644 index 00000000000..40a2b08785c --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaItemCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::QueryTables::PowerQueryFormulaItemCollection class in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/getcount/ +--- +## PowerQueryFormulaItemCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::QueryTables::PowerQueryFormulaItemCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PowerQueryFormulaItemCollection](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/isnull/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/isnull/_index.md new file mode 100644 index 00000000000..171f491297b --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaItemCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaItemCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/isnull/ +--- +## PowerQueryFormulaItemCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::QueryTables::PowerQueryFormulaItemCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PowerQueryFormulaItemCollection](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/operator_asm/_index.md new file mode 100644 index 00000000000..6ce69d3f20b --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaItemCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaItemCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/operator_asm/ +--- +## PowerQueryFormulaItemCollection::operator= method + + +operator= + +```cpp +PowerQueryFormulaItemCollection & Aspose::Cells::QueryTables::PowerQueryFormulaItemCollection::operator=(const PowerQueryFormulaItemCollection &src) +``` + +## See Also + +* Class [PowerQueryFormulaItemCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PowerQueryFormulaItemCollection](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/operator_bool/_index.md new file mode 100644 index 00000000000..3f5396a7ec5 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaItemCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaItemCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/operator_bool/ +--- +## PowerQueryFormulaItemCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::QueryTables::PowerQueryFormulaItemCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [PowerQueryFormulaItemCollection](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/powerqueryformulaitemcollection/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/powerqueryformulaitemcollection/_index.md new file mode 100644 index 00000000000..80c5b4e07be --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/powerqueryformulaitemcollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaItemCollection::PowerQueryFormulaItemCollection constructor +linktitle: PowerQueryFormulaItemCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaItemCollection::PowerQueryFormulaItemCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/powerqueryformulaitemcollection/ +--- +## PowerQueryFormulaItemCollection::PowerQueryFormulaItemCollection(PowerQueryFormulaItemCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::QueryTables::PowerQueryFormulaItemCollection::PowerQueryFormulaItemCollection(PowerQueryFormulaItemCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PowerQueryFormulaItemCollection](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) +## PowerQueryFormulaItemCollection::PowerQueryFormulaItemCollection(const PowerQueryFormulaItemCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::QueryTables::PowerQueryFormulaItemCollection::PowerQueryFormulaItemCollection(const PowerQueryFormulaItemCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PowerQueryFormulaItemCollection](../) +* Class [PowerQueryFormulaItemCollection](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/~powerqueryformulaitemcollection/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/~powerqueryformulaitemcollection/_index.md new file mode 100644 index 00000000000..cf9a7dcdf80 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/~powerqueryformulaitemcollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaItemCollection::~PowerQueryFormulaItemCollection method +linktitle: ~PowerQueryFormulaItemCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaItemCollection::~PowerQueryFormulaItemCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.querytables/powerqueryformulaitemcollection/~powerqueryformulaitemcollection/ +--- +## PowerQueryFormulaItemCollection::~PowerQueryFormulaItemCollection method + + +Destructor. + +```cpp +Aspose::Cells::QueryTables::PowerQueryFormulaItemCollection::~PowerQueryFormulaItemCollection() +``` + +## See Also + +* Class [PowerQueryFormulaItemCollection](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulaparameter/_impl/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulaparameter/_impl/_index.md new file mode 100644 index 00000000000..c78eba5aec5 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulaparameter/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaParameter::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaParameter::_impl field. The implementation object in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.querytables/powerqueryformulaparameter/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +PowerQueryFormulaParameter_Impl* Aspose::Cells::QueryTables::PowerQueryFormulaParameter::_impl +``` + +## See Also + +* Class [PowerQueryFormulaParameter](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulaparameter/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulaparameter/_index.md new file mode 100644 index 00000000000..25145e862fa --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulaparameter/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaParameter class +linktitle: PowerQueryFormulaParameter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaParameter class. Represents the parameter of power query formula in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.querytables/powerqueryformulaparameter/ +--- +## PowerQueryFormulaParameter class + + +Represents the parameter of power query formula. + +```cpp +class PowerQueryFormulaParameter : public Aspose::Cells::QueryTables::PowerQueryFormula +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetDescription()](../powerqueryformula/getdescription/) | Gets and sets the description of the power query formula. | +| [GetFormulaDefinition()](./getformuladefinition/) | Gets the definition of the parameter. | +| [GetGroupName()](../powerqueryformula/getgroupname/) | Gets the name of group which contains this power query formula. | +| [GetName()](../powerqueryformula/getname/) | Gets and sets the name of the power query formula. | +| [GetPowerQueryFormulaItems()](../powerqueryformula/getpowerqueryformulaitems/) | Gets all items of power query formula. | +| [GetType()](./gettype/) | Gets the type of power query formula. | +| [GetValue()](./getvalue/) | Gets the value of parameter. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const PowerQueryFormulaParameter\& src)](./operator_asm/) | operator= | +| [operator=(const PowerQueryFormula\& src)](../powerqueryformula/operator_asm/) | operator= | +| [PowerQueryFormula(PowerQueryFormula_Impl* impl)](../powerqueryformula/powerqueryformula/) | Constructs from an implementation object. | +| [PowerQueryFormula(const PowerQueryFormula\& src)](../powerqueryformula/powerqueryformula/) | Copy constructor. | +| [PowerQueryFormulaParameter(PowerQueryFormulaParameter_Impl* impl)](./powerqueryformulaparameter/) | Constructs from an implementation object. | +| [PowerQueryFormulaParameter(const PowerQueryFormulaParameter\& src)](./powerqueryformulaparameter/) | Copy constructor. | +| [PowerQueryFormulaParameter(const PowerQueryFormula\& src)](./powerqueryformulaparameter/) | Constructs from a parent object. | +| [SetDescription(const U16String\& value)](../powerqueryformula/setdescription/) | Gets and sets the description of the power query formula. | +| [SetDescription(const char16_t* value)](../powerqueryformula/setdescription/) | Gets and sets the description of the power query formula. | +| [SetName(const U16String\& value)](../powerqueryformula/setname/) | Gets and sets the name of the power query formula. | +| [SetName(const char16_t* value)](../powerqueryformula/setname/) | Gets and sets the name of the power query formula. | +| [SetValue(const U16String\& value)](./setvalue/) | Gets the value of parameter. | +| [SetValue(const char16_t* value)](./setvalue/) | Gets the value of parameter. | +| [~PowerQueryFormula()](../powerqueryformula/~powerqueryformula/) | Destructor. | +| [~PowerQueryFormulaParameter()](./~powerqueryformulaparameter/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [PowerQueryFormula](../powerqueryformula/) +* Namespace [Aspose::Cells::QueryTables](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulaparameter/getformuladefinition/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulaparameter/getformuladefinition/_index.md new file mode 100644 index 00000000000..57c566ddaca --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulaparameter/getformuladefinition/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaParameter::GetFormulaDefinition method +linktitle: GetFormulaDefinition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaParameter::GetFormulaDefinition method. Gets the definition of the parameter in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.querytables/powerqueryformulaparameter/getformuladefinition/ +--- +## PowerQueryFormulaParameter::GetFormulaDefinition method + + +Gets the definition of the parameter. + +```cpp +U16String Aspose::Cells::QueryTables::PowerQueryFormulaParameter::GetFormulaDefinition() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PowerQueryFormulaParameter](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulaparameter/gettype/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulaparameter/gettype/_index.md new file mode 100644 index 00000000000..42013acde65 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulaparameter/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaParameter::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaParameter::GetType method. Gets the type of power query formula in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.querytables/powerqueryformulaparameter/gettype/ +--- +## PowerQueryFormulaParameter::GetType method + + +Gets the type of power query formula. + +```cpp +PowerQueryFormulaType Aspose::Cells::QueryTables::PowerQueryFormulaParameter::GetType() +``` + +## See Also + +* Enum [PowerQueryFormulaType](../../powerqueryformulatype/) +* Class [PowerQueryFormulaParameter](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulaparameter/getvalue/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulaparameter/getvalue/_index.md new file mode 100644 index 00000000000..e52da5db551 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulaparameter/getvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaParameter::GetValue method +linktitle: GetValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaParameter::GetValue method. Gets the value of parameter in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.querytables/powerqueryformulaparameter/getvalue/ +--- +## PowerQueryFormulaParameter::GetValue method + + +Gets the value of parameter. + +```cpp +U16String Aspose::Cells::QueryTables::PowerQueryFormulaParameter::GetValue() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PowerQueryFormulaParameter](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulaparameter/isnull/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulaparameter/isnull/_index.md new file mode 100644 index 00000000000..2e3f488bd38 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulaparameter/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaParameter::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaParameter::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.querytables/powerqueryformulaparameter/isnull/ +--- +## PowerQueryFormulaParameter::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::QueryTables::PowerQueryFormulaParameter::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PowerQueryFormulaParameter](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulaparameter/operator_asm/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulaparameter/operator_asm/_index.md new file mode 100644 index 00000000000..4df4a1c7569 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulaparameter/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaParameter::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaParameter::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.querytables/powerqueryformulaparameter/operator_asm/ +--- +## PowerQueryFormulaParameter::operator= method + + +operator= + +```cpp +PowerQueryFormulaParameter & Aspose::Cells::QueryTables::PowerQueryFormulaParameter::operator=(const PowerQueryFormulaParameter &src) +``` + +## See Also + +* Class [PowerQueryFormulaParameter](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PowerQueryFormulaParameter](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulaparameter/operator_bool/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulaparameter/operator_bool/_index.md new file mode 100644 index 00000000000..096ae2a9a24 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulaparameter/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaParameter::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaParameter::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.querytables/powerqueryformulaparameter/operator_bool/ +--- +## PowerQueryFormulaParameter::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::QueryTables::PowerQueryFormulaParameter::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [PowerQueryFormulaParameter](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulaparameter/powerqueryformulaparameter/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulaparameter/powerqueryformulaparameter/_index.md new file mode 100644 index 00000000000..c2db33b4ee0 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulaparameter/powerqueryformulaparameter/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaParameter::PowerQueryFormulaParameter constructor +linktitle: PowerQueryFormulaParameter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaParameter::PowerQueryFormulaParameter constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.querytables/powerqueryformulaparameter/powerqueryformulaparameter/ +--- +## PowerQueryFormulaParameter::PowerQueryFormulaParameter(PowerQueryFormulaParameter_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::QueryTables::PowerQueryFormulaParameter::PowerQueryFormulaParameter(PowerQueryFormulaParameter_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PowerQueryFormulaParameter](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) +## PowerQueryFormulaParameter::PowerQueryFormulaParameter(const PowerQueryFormulaParameter\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::QueryTables::PowerQueryFormulaParameter::PowerQueryFormulaParameter(const PowerQueryFormulaParameter &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PowerQueryFormulaParameter](../) +* Class [PowerQueryFormulaParameter](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) +## PowerQueryFormulaParameter::PowerQueryFormulaParameter(const PowerQueryFormula\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::QueryTables::PowerQueryFormulaParameter::PowerQueryFormulaParameter(const PowerQueryFormula &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PowerQueryFormula](../../powerqueryformula/) +* Class [PowerQueryFormulaParameter](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulaparameter/setvalue/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulaparameter/setvalue/_index.md new file mode 100644 index 00000000000..67eeb355fc6 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulaparameter/setvalue/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaParameter::SetValue method +linktitle: SetValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaParameter::SetValue method. Gets the value of parameter in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.querytables/powerqueryformulaparameter/setvalue/ +--- +## PowerQueryFormulaParameter::SetValue(const U16String\&) method + + +Gets the value of parameter. + +```cpp +void Aspose::Cells::QueryTables::PowerQueryFormulaParameter::SetValue(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PowerQueryFormulaParameter](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) +## PowerQueryFormulaParameter::SetValue(const char16_t*) method + + +Gets the value of parameter. + +```cpp +void Aspose::Cells::QueryTables::PowerQueryFormulaParameter::SetValue(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PowerQueryFormulaParameter](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulaparameter/~powerqueryformulaparameter/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulaparameter/~powerqueryformulaparameter/_index.md new file mode 100644 index 00000000000..9bc165b3edc --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulaparameter/~powerqueryformulaparameter/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaParameter::~PowerQueryFormulaParameter method +linktitle: ~PowerQueryFormulaParameter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaParameter::~PowerQueryFormulaParameter method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.querytables/powerqueryformulaparameter/~powerqueryformulaparameter/ +--- +## PowerQueryFormulaParameter::~PowerQueryFormulaParameter method + + +Destructor. + +```cpp +Aspose::Cells::QueryTables::PowerQueryFormulaParameter::~PowerQueryFormulaParameter() +``` + +## See Also + +* Class [PowerQueryFormulaParameter](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/_impl/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/_impl/_index.md new file mode 100644 index 00000000000..a94700f58cc --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaParameterCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaParameterCollection::_impl field. The implementation object in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +PowerQueryFormulaParameterCollection_Impl* Aspose::Cells::QueryTables::PowerQueryFormulaParameterCollection::_impl +``` + +## See Also + +* Class [PowerQueryFormulaParameterCollection](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/_index.md new file mode 100644 index 00000000000..4ffce28e6f1 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/_index.md @@ -0,0 +1,52 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaParameterCollection class +linktitle: PowerQueryFormulaParameterCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaParameterCollection class. Represents the parameters of power query formula in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/ +--- +## PowerQueryFormulaParameterCollection class + + +Represents the parameters of power query formula. + + +>Deprecated +> +>Use PowerQueryFormulaCollection class, instead. +```cpp +class PowerQueryFormulaParameterCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Get(int32_t index)](./get/) | Gets [ PowerQueryFormulaParameter](../powerqueryformulaparameter/) by the index in the list. | +| [Get(const U16String\& name)](./get/) | Gets [ PowerQueryFormulaParameter](../powerqueryformulaparameter/) by the name of the item. | +| [Get(const char16_t* name)](./get/) | Gets [ PowerQueryFormulaParameter](../powerqueryformulaparameter/) by the name of the item. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const PowerQueryFormulaParameterCollection\& src)](./operator_asm/) | operator= | +| [PowerQueryFormulaParameterCollection()](./powerqueryformulaparametercollection/) | Default constructor. | +| [PowerQueryFormulaParameterCollection(PowerQueryFormulaParameterCollection_Impl* impl)](./powerqueryformulaparametercollection/) | Constructs from an implementation object. | +| [PowerQueryFormulaParameterCollection(const PowerQueryFormulaParameterCollection\& src)](./powerqueryformulaparametercollection/) | Copy constructor. | +| [~PowerQueryFormulaParameterCollection()](./~powerqueryformulaparametercollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## Remarks + + +NOTE: This class is now obsolete. Instead, please use [PowerQueryFormulaCollection](../powerqueryformulacollection/) class. This property will be removed 12 months later since November 2024. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Namespace [Aspose::Cells::QueryTables](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/get/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/get/_index.md new file mode 100644 index 00000000000..a654b86aa98 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/get/_index.md @@ -0,0 +1,85 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaParameterCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaParameterCollection::Get method. Gets PowerQueryFormulaParameter by the index in the list in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/get/ +--- +## PowerQueryFormulaParameterCollection::Get(int32_t) method + + +Gets [ PowerQueryFormulaParameter](../../powerqueryformulaparameter/) by the index in the list. + +```cpp +PowerQueryFormulaParameter Aspose::Cells::QueryTables::PowerQueryFormulaParameterCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The index. | + +## ReturnValue + + + +## See Also + +* Class [PowerQueryFormulaParameter](../../powerqueryformulaparameter/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PowerQueryFormulaParameterCollection](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) +## PowerQueryFormulaParameterCollection::Get(const U16String\&) method + + +Gets [ PowerQueryFormulaParameter](../../powerqueryformulaparameter/) by the name of the item. + +```cpp +PowerQueryFormulaParameter Aspose::Cells::QueryTables::PowerQueryFormulaParameterCollection::Get(const U16String &name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const U16String\& | The name of the item. | + +## ReturnValue + + + +## See Also + +* Class [PowerQueryFormulaParameter](../../powerqueryformulaparameter/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PowerQueryFormulaParameterCollection](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) +## PowerQueryFormulaParameterCollection::Get(const char16_t*) method + + +Gets [ PowerQueryFormulaParameter](../../powerqueryformulaparameter/) by the name of the item. + +```cpp +PowerQueryFormulaParameter Aspose::Cells::QueryTables::PowerQueryFormulaParameterCollection::Get(const char16_t *name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const char16_t* | The name of the item. | + +## ReturnValue + + + +## See Also + +* Class [PowerQueryFormulaParameter](../../powerqueryformulaparameter/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PowerQueryFormulaParameterCollection](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/getcount/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/getcount/_index.md new file mode 100644 index 00000000000..46296efa4f6 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaParameterCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::QueryTables::PowerQueryFormulaParameterCollection class in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/getcount/ +--- +## PowerQueryFormulaParameterCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::QueryTables::PowerQueryFormulaParameterCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PowerQueryFormulaParameterCollection](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/isnull/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/isnull/_index.md new file mode 100644 index 00000000000..12a21b400a3 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaParameterCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaParameterCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/isnull/ +--- +## PowerQueryFormulaParameterCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::QueryTables::PowerQueryFormulaParameterCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PowerQueryFormulaParameterCollection](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/operator_asm/_index.md new file mode 100644 index 00000000000..c10ff27271e --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaParameterCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaParameterCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/operator_asm/ +--- +## PowerQueryFormulaParameterCollection::operator= method + + +operator= + +```cpp +PowerQueryFormulaParameterCollection & Aspose::Cells::QueryTables::PowerQueryFormulaParameterCollection::operator=(const PowerQueryFormulaParameterCollection &src) +``` + +## See Also + +* Class [PowerQueryFormulaParameterCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PowerQueryFormulaParameterCollection](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/operator_bool/_index.md new file mode 100644 index 00000000000..e1fe4a42730 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaParameterCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaParameterCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/operator_bool/ +--- +## PowerQueryFormulaParameterCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::QueryTables::PowerQueryFormulaParameterCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [PowerQueryFormulaParameterCollection](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/powerqueryformulaparametercollection/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/powerqueryformulaparametercollection/_index.md new file mode 100644 index 00000000000..bdc33085b9e --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/powerqueryformulaparametercollection/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaParameterCollection::PowerQueryFormulaParameterCollection constructor +linktitle: PowerQueryFormulaParameterCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaParameterCollection::PowerQueryFormulaParameterCollection constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/powerqueryformulaparametercollection/ +--- +## PowerQueryFormulaParameterCollection::PowerQueryFormulaParameterCollection() constructor + + +Default constructor. + +```cpp +Aspose::Cells::QueryTables::PowerQueryFormulaParameterCollection::PowerQueryFormulaParameterCollection() +``` + +## See Also + +* Class [PowerQueryFormulaParameterCollection](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) +## PowerQueryFormulaParameterCollection::PowerQueryFormulaParameterCollection(PowerQueryFormulaParameterCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::QueryTables::PowerQueryFormulaParameterCollection::PowerQueryFormulaParameterCollection(PowerQueryFormulaParameterCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PowerQueryFormulaParameterCollection](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) +## PowerQueryFormulaParameterCollection::PowerQueryFormulaParameterCollection(const PowerQueryFormulaParameterCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::QueryTables::PowerQueryFormulaParameterCollection::PowerQueryFormulaParameterCollection(const PowerQueryFormulaParameterCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PowerQueryFormulaParameterCollection](../) +* Class [PowerQueryFormulaParameterCollection](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/~powerqueryformulaparametercollection/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/~powerqueryformulaparametercollection/_index.md new file mode 100644 index 00000000000..ee9a180c1cb --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/~powerqueryformulaparametercollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaParameterCollection::~PowerQueryFormulaParameterCollection method +linktitle: ~PowerQueryFormulaParameterCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaParameterCollection::~PowerQueryFormulaParameterCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.querytables/powerqueryformulaparametercollection/~powerqueryformulaparametercollection/ +--- +## PowerQueryFormulaParameterCollection::~PowerQueryFormulaParameterCollection method + + +Destructor. + +```cpp +Aspose::Cells::QueryTables::PowerQueryFormulaParameterCollection::~PowerQueryFormulaParameterCollection() +``` + +## See Also + +* Class [PowerQueryFormulaParameterCollection](../) +* Namespace [Aspose::Cells::QueryTables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.querytables/powerqueryformulatype/_index.md b/spanish/cpp/aspose.cells.querytables/powerqueryformulatype/_index.md new file mode 100644 index 00000000000..8cc51b42007 --- /dev/null +++ b/spanish/cpp/aspose.cells.querytables/powerqueryformulatype/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::QueryTables::PowerQueryFormulaType enum +linktitle: PowerQueryFormulaType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::QueryTables::PowerQueryFormulaType enum. Represents the type of power query formula in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.querytables/powerqueryformulatype/ +--- +## PowerQueryFormulaType enum + + +Represents the type of power query formula. + +```cpp +enum class PowerQueryFormulaType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Formula | 0 |
Formula power query formula. | +| Function | 1 |
Function power query formula. | +| Parameter | 2 |
Parameter power query formula. | + +## See Also + +* Namespace [Aspose::Cells::QueryTables](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.rendering.pdfsecurity/_index.md b/spanish/cpp/aspose.cells.rendering.pdfsecurity/_index.md new file mode 100644 index 00000000000..8b9f457214a --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering.pdfsecurity/_index.md @@ -0,0 +1,17 @@ +--- +title: Espacio de nombres Aspose::Cells::Rendering::PdfSecurity +linktitle: Aspose::Cells::Rendering::PdfSecurity +second_title: Referencia de API de Aspose.Cells para C++ +description: 'Cómo usar el espacio de nombres Aspose::Cells::Rendering::PdfSecurity en C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.rendering.pdfsecurity/ +--- + + + +## Clases + +| Clase | Descripción | +| --- | --- | +| [PdfSecurityOptions](./pdfsecurityoptions/) | Opciones para cifrar y permisos de acceso de un documento PDF. PDF/A no permite la configuración de seguridad. | diff --git a/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/_impl/_index.md b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/_impl/_index.md new file mode 100644 index 00000000000..3fae368c4c2 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::_impl field. The implementation object in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +PdfSecurityOptions_Impl* Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::_impl +``` + +## See Also + +* Class [PdfSecurityOptions](../) +* Namespace [Aspose::Cells::Rendering::PdfSecurity](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/_index.md b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/_index.md new file mode 100644 index 00000000000..6af4efab877 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/_index.md @@ -0,0 +1,60 @@ +--- +title: Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions class +linktitle: PdfSecurityOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions class. Options for encrypting and access permissions for a PDF document. PDF/A does not allow security setting in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/ +--- +## PdfSecurityOptions class + + +Options for encrypting and access permissions for a PDF document. PDF/A does not allow security setting. + +```cpp +class PdfSecurityOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetAccessibilityExtractContent()](./getaccessibilityextractcontent/) | Indicates whether to allow to extract text and graphics (in support of accessibility to users with disabilities or for other purposes). | +| [GetAnnotationsPermission()](./getannotationspermission/) | Indicates whether to allow to add or modify text annotations, fill in interactive form fields. | +| [GetAssembleDocumentPermission()](./getassembledocumentpermission/) | Indicates whether to allow to assemble the document (insert, rotate, or delete pages and create bookmarks or thumbnail images), even if ModifyDocumentPermission is clear. | +| [GetExtractContentPermission()](./getextractcontentpermission/) | Indicates whether to allow to copy or otherwise extract text and graphics from the document by operations other than that controlled by AccessibilityExtractContent. | +| [GetFillFormsPermission()](./getfillformspermission/) | Indicates whether to allow to fill in existing interactive form fields (including signature fields), even if ModifyDocumentPermission is clear. | +| [GetFullQualityPrintPermission()](./getfullqualityprintpermission/) | Indicates whether to allow to print the document to a representation from which a faithful digital copy of the PDF content could be generated. | +| [GetModifyDocumentPermission()](./getmodifydocumentpermission/) | Indicates whether to allow to modify the contents of the document by operations other than those controlled by AnnotationsPermission, FillFormsPermission and AssembleDocumentPermission. | +| [GetOwnerPassword()](./getownerpassword/) | Gets or sets the owner password for the encrypted PDF document. | +| [GetPrintPermission()](./getprintpermission/) | Indicates whether to allow to print the document. | +| [GetUserPassword()](./getuserpassword/) | Gets or sets the user password required for opening the encrypted PDF document. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const PdfSecurityOptions\& src)](./operator_asm/) | operator= | +| [PdfSecurityOptions()](./pdfsecurityoptions/) | The constructor of [PdfSecurityOptions](./). | +| [PdfSecurityOptions(PdfSecurityOptions_Impl* impl)](./pdfsecurityoptions/) | Constructs from an implementation object. | +| [PdfSecurityOptions(const PdfSecurityOptions\& src)](./pdfsecurityoptions/) | Copy constructor. | +| [SetAccessibilityExtractContent(bool value)](./setaccessibilityextractcontent/) | Indicates whether to allow to extract text and graphics (in support of accessibility to users with disabilities or for other purposes). | +| [SetAnnotationsPermission(bool value)](./setannotationspermission/) | Indicates whether to allow to add or modify text annotations, fill in interactive form fields. | +| [SetAssembleDocumentPermission(bool value)](./setassembledocumentpermission/) | Indicates whether to allow to assemble the document (insert, rotate, or delete pages and create bookmarks or thumbnail images), even if ModifyDocumentPermission is clear. | +| [SetExtractContentPermission(bool value)](./setextractcontentpermission/) | Indicates whether to allow to copy or otherwise extract text and graphics from the document by operations other than that controlled by AccessibilityExtractContent. | +| [SetFillFormsPermission(bool value)](./setfillformspermission/) | Indicates whether to allow to fill in existing interactive form fields (including signature fields), even if ModifyDocumentPermission is clear. | +| [SetFullQualityPrintPermission(bool value)](./setfullqualityprintpermission/) | Indicates whether to allow to print the document to a representation from which a faithful digital copy of the PDF content could be generated. | +| [SetModifyDocumentPermission(bool value)](./setmodifydocumentpermission/) | Indicates whether to allow to modify the contents of the document by operations other than those controlled by AnnotationsPermission, FillFormsPermission and AssembleDocumentPermission. | +| [SetOwnerPassword(const U16String\& value)](./setownerpassword/) | Gets or sets the owner password for the encrypted PDF document. | +| [SetOwnerPassword(const char16_t* value)](./setownerpassword/) | Gets or sets the owner password for the encrypted PDF document. | +| [SetPrintPermission(bool value)](./setprintpermission/) | Indicates whether to allow to print the document. | +| [SetUserPassword(const U16String\& value)](./setuserpassword/) | Gets or sets the user password required for opening the encrypted PDF document. | +| [SetUserPassword(const char16_t* value)](./setuserpassword/) | Gets or sets the user password required for opening the encrypted PDF document. | +| [~PdfSecurityOptions()](./~pdfsecurityoptions/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Rendering::PdfSecurity](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/getaccessibilityextractcontent/_index.md b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/getaccessibilityextractcontent/_index.md new file mode 100644 index 00000000000..23180cefbcc --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/getaccessibilityextractcontent/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::GetAccessibilityExtractContent method +linktitle: GetAccessibilityExtractContent +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::GetAccessibilityExtractContent method. Indicates whether to allow to extract text and graphics (in support of accessibility to users with disabilities or for other purposes) in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/getaccessibilityextractcontent/ +--- +## PdfSecurityOptions::GetAccessibilityExtractContent method + + +Indicates whether to allow to extract text and graphics (in support of accessibility to users with disabilities or for other purposes). + +```cpp +bool Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::GetAccessibilityExtractContent() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PdfSecurityOptions](../) +* Namespace [Aspose::Cells::Rendering::PdfSecurity](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/getannotationspermission/_index.md b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/getannotationspermission/_index.md new file mode 100644 index 00000000000..45063ef25f8 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/getannotationspermission/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::GetAnnotationsPermission method +linktitle: GetAnnotationsPermission +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::GetAnnotationsPermission method. Indicates whether to allow to add or modify text annotations, fill in interactive form fields in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/getannotationspermission/ +--- +## PdfSecurityOptions::GetAnnotationsPermission method + + +Indicates whether to allow to add or modify text annotations, fill in interactive form fields. + +```cpp +bool Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::GetAnnotationsPermission() +``` + +## Remarks + + +if ModifyDocumentPermission is also set, create or modify interactive form fields (including signature fields). +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PdfSecurityOptions](../) +* Namespace [Aspose::Cells::Rendering::PdfSecurity](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/getassembledocumentpermission/_index.md b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/getassembledocumentpermission/_index.md new file mode 100644 index 00000000000..f76288177f9 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/getassembledocumentpermission/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::GetAssembleDocumentPermission method +linktitle: GetAssembleDocumentPermission +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::GetAssembleDocumentPermission method. Indicates whether to allow to assemble the document (insert, rotate, or delete pages and create bookmarks or thumbnail images), even if ModifyDocumentPermission is clear in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/getassembledocumentpermission/ +--- +## PdfSecurityOptions::GetAssembleDocumentPermission method + + +Indicates whether to allow to assemble the document (insert, rotate, or delete pages and create bookmarks or thumbnail images), even if ModifyDocumentPermission is clear. + +```cpp +bool Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::GetAssembleDocumentPermission() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PdfSecurityOptions](../) +* Namespace [Aspose::Cells::Rendering::PdfSecurity](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/getextractcontentpermission/_index.md b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/getextractcontentpermission/_index.md new file mode 100644 index 00000000000..8bc4e6bf05d --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/getextractcontentpermission/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::GetExtractContentPermission method +linktitle: GetExtractContentPermission +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::GetExtractContentPermission method. Indicates whether to allow to copy or otherwise extract text and graphics from the document by operations other than that controlled by AccessibilityExtractContent in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/getextractcontentpermission/ +--- +## PdfSecurityOptions::GetExtractContentPermission method + + +Indicates whether to allow to copy or otherwise extract text and graphics from the document by operations other than that controlled by AccessibilityExtractContent. + +```cpp +bool Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::GetExtractContentPermission() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PdfSecurityOptions](../) +* Namespace [Aspose::Cells::Rendering::PdfSecurity](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/getfillformspermission/_index.md b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/getfillformspermission/_index.md new file mode 100644 index 00000000000..c8fa8567245 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/getfillformspermission/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::GetFillFormsPermission method +linktitle: GetFillFormsPermission +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::GetFillFormsPermission method. Indicates whether to allow to fill in existing interactive form fields (including signature fields), even if ModifyDocumentPermission is clear in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/getfillformspermission/ +--- +## PdfSecurityOptions::GetFillFormsPermission method + + +Indicates whether to allow to fill in existing interactive form fields (including signature fields), even if ModifyDocumentPermission is clear. + +```cpp +bool Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::GetFillFormsPermission() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PdfSecurityOptions](../) +* Namespace [Aspose::Cells::Rendering::PdfSecurity](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/getfullqualityprintpermission/_index.md b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/getfullqualityprintpermission/_index.md new file mode 100644 index 00000000000..92fe00c182e --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/getfullqualityprintpermission/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::GetFullQualityPrintPermission method +linktitle: GetFullQualityPrintPermission +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::GetFullQualityPrintPermission method. Indicates whether to allow to print the document to a representation from which a faithful digital copy of the PDF content could be generated in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/getfullqualityprintpermission/ +--- +## PdfSecurityOptions::GetFullQualityPrintPermission method + + +Indicates whether to allow to print the document to a representation from which a faithful digital copy of the PDF content could be generated. + +```cpp +bool Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::GetFullQualityPrintPermission() +``` + +## Remarks + + +When it is clear (and PrintPermission is set), printing is limited to a low level representation of the appearance, possibly of degraded quality. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PdfSecurityOptions](../) +* Namespace [Aspose::Cells::Rendering::PdfSecurity](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/getmodifydocumentpermission/_index.md b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/getmodifydocumentpermission/_index.md new file mode 100644 index 00000000000..5ae2f7f9ffb --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/getmodifydocumentpermission/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::GetModifyDocumentPermission method +linktitle: GetModifyDocumentPermission +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::GetModifyDocumentPermission method. Indicates whether to allow to modify the contents of the document by operations other than those controlled by AnnotationsPermission, FillFormsPermission and AssembleDocumentPermission in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/getmodifydocumentpermission/ +--- +## PdfSecurityOptions::GetModifyDocumentPermission method + + +Indicates whether to allow to modify the contents of the document by operations other than those controlled by AnnotationsPermission, FillFormsPermission and AssembleDocumentPermission. + +```cpp +bool Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::GetModifyDocumentPermission() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PdfSecurityOptions](../) +* Namespace [Aspose::Cells::Rendering::PdfSecurity](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/getownerpassword/_index.md b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/getownerpassword/_index.md new file mode 100644 index 00000000000..83877cd849b --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/getownerpassword/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::GetOwnerPassword method +linktitle: GetOwnerPassword +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::GetOwnerPassword method. Gets or sets the owner password for the encrypted PDF document in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/getownerpassword/ +--- +## PdfSecurityOptions::GetOwnerPassword method + + +Gets or sets the owner password for the encrypted PDF document. + +```cpp +U16String Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::GetOwnerPassword() +``` + +## Remarks + + +The owner password allows the user to open an encrypted PDF document without any access restrictions specified. +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PdfSecurityOptions](../) +* Namespace [Aspose::Cells::Rendering::PdfSecurity](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/getprintpermission/_index.md b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/getprintpermission/_index.md new file mode 100644 index 00000000000..c9b66c6756f --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/getprintpermission/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::GetPrintPermission method +linktitle: GetPrintPermission +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::GetPrintPermission method. Indicates whether to allow to print the document in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/getprintpermission/ +--- +## PdfSecurityOptions::GetPrintPermission method + + +Indicates whether to allow to print the document. + +```cpp +bool Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::GetPrintPermission() +``` + +## Remarks + + +Possibly not at the highest quality level, depending on whether FullQualityPrintPermission is also set. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PdfSecurityOptions](../) +* Namespace [Aspose::Cells::Rendering::PdfSecurity](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/getuserpassword/_index.md b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/getuserpassword/_index.md new file mode 100644 index 00000000000..420e4e71341 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/getuserpassword/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::GetUserPassword method +linktitle: GetUserPassword +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::GetUserPassword method. Gets or sets the user password required for opening the encrypted PDF document in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/getuserpassword/ +--- +## PdfSecurityOptions::GetUserPassword method + + +Gets or sets the user password required for opening the encrypted PDF document. + +```cpp +U16String Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::GetUserPassword() +``` + +## Remarks + + +The owner password or user password will be required to open an encrypted PDF document for viewing. + +The user password can be null or empty string, in this case no password will be required from the user when opening the PDF document. + +Opening the document with the correct owner password allows full access to the document. + +Opening the document with the correct user password (or opening a document that does not have a user password) allows limited access as the permissions specified. +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PdfSecurityOptions](../) +* Namespace [Aspose::Cells::Rendering::PdfSecurity](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/isnull/_index.md b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/isnull/_index.md new file mode 100644 index 00000000000..4276956dd60 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/isnull/ +--- +## PdfSecurityOptions::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PdfSecurityOptions](../) +* Namespace [Aspose::Cells::Rendering::PdfSecurity](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/operator_asm/_index.md b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/operator_asm/_index.md new file mode 100644 index 00000000000..cd0c50d9f02 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/operator_asm/ +--- +## PdfSecurityOptions::operator= method + + +operator= + +```cpp +PdfSecurityOptions & Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::operator=(const PdfSecurityOptions &src) +``` + +## See Also + +* Class [PdfSecurityOptions](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PdfSecurityOptions](../) +* Namespace [Aspose::Cells::Rendering::PdfSecurity](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/operator_bool/_index.md b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/operator_bool/_index.md new file mode 100644 index 00000000000..3d4d47875c6 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/operator_bool/ +--- +## PdfSecurityOptions::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [PdfSecurityOptions](../) +* Namespace [Aspose::Cells::Rendering::PdfSecurity](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/pdfsecurityoptions/_index.md b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/pdfsecurityoptions/_index.md new file mode 100644 index 00000000000..4992f07a743 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/pdfsecurityoptions/_index.md @@ -0,0 +1,86 @@ +--- +title: Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::PdfSecurityOptions constructor +linktitle: PdfSecurityOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::PdfSecurityOptions constructor. The constructor of PdfSecurityOptions in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/pdfsecurityoptions/ +--- +## PdfSecurityOptions::PdfSecurityOptions() constructor + + +The constructor of [PdfSecurityOptions](../). + +```cpp +Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::PdfSecurityOptions() +``` + + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//El siguiente código establece permiso de impresión de alta resolución para el PDF de salida. +Workbook wb; +wb.GetWorksheets().Get(0).GetCells().Get(u"A1").PutValue(u"Aspose"); + +PdfSaveOptions pdfSaveOptions; +PdfSecurityOptions pdfSecurityOptions; + +//establecer contraseña de propietario +pdfSecurityOptions.SetOwnerPassword(u"YourOwnerPassword"); + +//establecer contraseña de usuario +pdfSecurityOptions.SetUserPassword(u"YourUserPassword"); + +//establecer permiso de impresión +pdfSecurityOptions.SetPrintPermission(true); + +//establecer alta resolución para la impresión +pdfSecurityOptions.SetFullQualityPrintPermission(true); + + +pdfSaveOptions.SetSecurityOptions(pdfSecurityOptions); + +wb.Save(u"output.pdf", pdfSaveOptions); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [PdfSecurityOptions](../) +* Namespace [Aspose::Cells::Rendering::PdfSecurity](../../) +* Library [Aspose.Cells for C++](../../../) +## PdfSecurityOptions::PdfSecurityOptions(PdfSecurityOptions_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::PdfSecurityOptions(PdfSecurityOptions_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PdfSecurityOptions](../) +* Namespace [Aspose::Cells::Rendering::PdfSecurity](../../) +* Library [Aspose.Cells for C++](../../../) +## PdfSecurityOptions::PdfSecurityOptions(const PdfSecurityOptions\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::PdfSecurityOptions(const PdfSecurityOptions &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PdfSecurityOptions](../) +* Class [PdfSecurityOptions](../) +* Namespace [Aspose::Cells::Rendering::PdfSecurity](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/setaccessibilityextractcontent/_index.md b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/setaccessibilityextractcontent/_index.md new file mode 100644 index 00000000000..c32d3170b13 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/setaccessibilityextractcontent/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::SetAccessibilityExtractContent method +linktitle: SetAccessibilityExtractContent +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::SetAccessibilityExtractContent method. Indicates whether to allow to extract text and graphics (in support of accessibility to users with disabilities or for other purposes) in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/setaccessibilityextractcontent/ +--- +## PdfSecurityOptions::SetAccessibilityExtractContent method + + +Indicates whether to allow to extract text and graphics (in support of accessibility to users with disabilities or for other purposes). + +```cpp +void Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::SetAccessibilityExtractContent(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PdfSecurityOptions](../) +* Namespace [Aspose::Cells::Rendering::PdfSecurity](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/setannotationspermission/_index.md b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/setannotationspermission/_index.md new file mode 100644 index 00000000000..da7e5b3e8c4 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/setannotationspermission/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::SetAnnotationsPermission method +linktitle: SetAnnotationsPermission +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::SetAnnotationsPermission method. Indicates whether to allow to add or modify text annotations, fill in interactive form fields in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/setannotationspermission/ +--- +## PdfSecurityOptions::SetAnnotationsPermission method + + +Indicates whether to allow to add or modify text annotations, fill in interactive form fields. + +```cpp +void Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::SetAnnotationsPermission(bool value) +``` + +## Remarks + + +if ModifyDocumentPermission is also set, create or modify interactive form fields (including signature fields). +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PdfSecurityOptions](../) +* Namespace [Aspose::Cells::Rendering::PdfSecurity](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/setassembledocumentpermission/_index.md b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/setassembledocumentpermission/_index.md new file mode 100644 index 00000000000..8b9c8091c12 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/setassembledocumentpermission/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::SetAssembleDocumentPermission method +linktitle: SetAssembleDocumentPermission +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::SetAssembleDocumentPermission method. Indicates whether to allow to assemble the document (insert, rotate, or delete pages and create bookmarks or thumbnail images), even if ModifyDocumentPermission is clear in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/setassembledocumentpermission/ +--- +## PdfSecurityOptions::SetAssembleDocumentPermission method + + +Indicates whether to allow to assemble the document (insert, rotate, or delete pages and create bookmarks or thumbnail images), even if ModifyDocumentPermission is clear. + +```cpp +void Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::SetAssembleDocumentPermission(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PdfSecurityOptions](../) +* Namespace [Aspose::Cells::Rendering::PdfSecurity](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/setextractcontentpermission/_index.md b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/setextractcontentpermission/_index.md new file mode 100644 index 00000000000..01a3ee96bcd --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/setextractcontentpermission/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::SetExtractContentPermission method +linktitle: SetExtractContentPermission +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::SetExtractContentPermission method. Indicates whether to allow to copy or otherwise extract text and graphics from the document by operations other than that controlled by AccessibilityExtractContent in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/setextractcontentpermission/ +--- +## PdfSecurityOptions::SetExtractContentPermission method + + +Indicates whether to allow to copy or otherwise extract text and graphics from the document by operations other than that controlled by AccessibilityExtractContent. + +```cpp +void Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::SetExtractContentPermission(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PdfSecurityOptions](../) +* Namespace [Aspose::Cells::Rendering::PdfSecurity](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/setfillformspermission/_index.md b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/setfillformspermission/_index.md new file mode 100644 index 00000000000..d80f604ee1e --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/setfillformspermission/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::SetFillFormsPermission method +linktitle: SetFillFormsPermission +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::SetFillFormsPermission method. Indicates whether to allow to fill in existing interactive form fields (including signature fields), even if ModifyDocumentPermission is clear in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/setfillformspermission/ +--- +## PdfSecurityOptions::SetFillFormsPermission method + + +Indicates whether to allow to fill in existing interactive form fields (including signature fields), even if ModifyDocumentPermission is clear. + +```cpp +void Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::SetFillFormsPermission(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PdfSecurityOptions](../) +* Namespace [Aspose::Cells::Rendering::PdfSecurity](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/setfullqualityprintpermission/_index.md b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/setfullqualityprintpermission/_index.md new file mode 100644 index 00000000000..c0e227d0b53 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/setfullqualityprintpermission/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::SetFullQualityPrintPermission method +linktitle: SetFullQualityPrintPermission +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::SetFullQualityPrintPermission method. Indicates whether to allow to print the document to a representation from which a faithful digital copy of the PDF content could be generated in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/setfullqualityprintpermission/ +--- +## PdfSecurityOptions::SetFullQualityPrintPermission method + + +Indicates whether to allow to print the document to a representation from which a faithful digital copy of the PDF content could be generated. + +```cpp +void Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::SetFullQualityPrintPermission(bool value) +``` + +## Remarks + + +When it is clear (and PrintPermission is set), printing is limited to a low level representation of the appearance, possibly of degraded quality. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PdfSecurityOptions](../) +* Namespace [Aspose::Cells::Rendering::PdfSecurity](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/setmodifydocumentpermission/_index.md b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/setmodifydocumentpermission/_index.md new file mode 100644 index 00000000000..f8a2edd37d9 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/setmodifydocumentpermission/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::SetModifyDocumentPermission method +linktitle: SetModifyDocumentPermission +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::SetModifyDocumentPermission method. Indicates whether to allow to modify the contents of the document by operations other than those controlled by AnnotationsPermission, FillFormsPermission and AssembleDocumentPermission in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/setmodifydocumentpermission/ +--- +## PdfSecurityOptions::SetModifyDocumentPermission method + + +Indicates whether to allow to modify the contents of the document by operations other than those controlled by AnnotationsPermission, FillFormsPermission and AssembleDocumentPermission. + +```cpp +void Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::SetModifyDocumentPermission(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PdfSecurityOptions](../) +* Namespace [Aspose::Cells::Rendering::PdfSecurity](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/setownerpassword/_index.md b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/setownerpassword/_index.md new file mode 100644 index 00000000000..ea19c1a8ebd --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/setownerpassword/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::SetOwnerPassword method +linktitle: SetOwnerPassword +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::SetOwnerPassword method. Gets or sets the owner password for the encrypted PDF document in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/setownerpassword/ +--- +## PdfSecurityOptions::SetOwnerPassword(const U16String\&) method + + +Gets or sets the owner password for the encrypted PDF document. + +```cpp +void Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::SetOwnerPassword(const U16String &value) +``` + +## Remarks + + +The owner password allows the user to open an encrypted PDF document without any access restrictions specified. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PdfSecurityOptions](../) +* Namespace [Aspose::Cells::Rendering::PdfSecurity](../../) +* Library [Aspose.Cells for C++](../../../) +## PdfSecurityOptions::SetOwnerPassword(const char16_t*) method + + +Gets or sets the owner password for the encrypted PDF document. + +```cpp +void Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::SetOwnerPassword(const char16_t *value) +``` + +## Remarks + + +The owner password allows the user to open an encrypted PDF document without any access restrictions specified. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PdfSecurityOptions](../) +* Namespace [Aspose::Cells::Rendering::PdfSecurity](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/setprintpermission/_index.md b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/setprintpermission/_index.md new file mode 100644 index 00000000000..80c95558265 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/setprintpermission/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::SetPrintPermission method +linktitle: SetPrintPermission +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::SetPrintPermission method. Indicates whether to allow to print the document in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/setprintpermission/ +--- +## PdfSecurityOptions::SetPrintPermission method + + +Indicates whether to allow to print the document. + +```cpp +void Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::SetPrintPermission(bool value) +``` + +## Remarks + + +Possibly not at the highest quality level, depending on whether FullQualityPrintPermission is also set. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PdfSecurityOptions](../) +* Namespace [Aspose::Cells::Rendering::PdfSecurity](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/setuserpassword/_index.md b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/setuserpassword/_index.md new file mode 100644 index 00000000000..b89839303f0 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/setuserpassword/_index.md @@ -0,0 +1,60 @@ +--- +title: Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::SetUserPassword method +linktitle: SetUserPassword +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::SetUserPassword method. Gets or sets the user password required for opening the encrypted PDF document in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/setuserpassword/ +--- +## PdfSecurityOptions::SetUserPassword(const U16String\&) method + + +Gets or sets the user password required for opening the encrypted PDF document. + +```cpp +void Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::SetUserPassword(const U16String &value) +``` + +## Remarks + + +The owner password or user password will be required to open an encrypted PDF document for viewing. + +The user password can be null or empty string, in this case no password will be required from the user when opening the PDF document. + +Opening the document with the correct owner password allows full access to the document. + +Opening the document with the correct user password (or opening a document that does not have a user password) allows limited access as the permissions specified. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PdfSecurityOptions](../) +* Namespace [Aspose::Cells::Rendering::PdfSecurity](../../) +* Library [Aspose.Cells for C++](../../../) +## PdfSecurityOptions::SetUserPassword(const char16_t*) method + + +Gets or sets the user password required for opening the encrypted PDF document. + +```cpp +void Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::SetUserPassword(const char16_t *value) +``` + +## Remarks + + +The owner password or user password will be required to open an encrypted PDF document for viewing. + +The user password can be null or empty string, in this case no password will be required from the user when opening the PDF document. + +Opening the document with the correct owner password allows full access to the document. + +Opening the document with the correct user password (or opening a document that does not have a user password) allows limited access as the permissions specified. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PdfSecurityOptions](../) +* Namespace [Aspose::Cells::Rendering::PdfSecurity](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/~pdfsecurityoptions/_index.md b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/~pdfsecurityoptions/_index.md new file mode 100644 index 00000000000..307599f5a23 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/~pdfsecurityoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::~PdfSecurityOptions method +linktitle: ~PdfSecurityOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::~PdfSecurityOptions method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/~pdfsecurityoptions/ +--- +## PdfSecurityOptions::~PdfSecurityOptions method + + +Destructor. + +```cpp +Aspose::Cells::Rendering::PdfSecurity::PdfSecurityOptions::~PdfSecurityOptions() +``` + +## See Also + +* Class [PdfSecurityOptions](../) +* Namespace [Aspose::Cells::Rendering::PdfSecurity](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/_index.md b/spanish/cpp/aspose.cells.rendering/_index.md new file mode 100644 index 00000000000..08cd661ae14 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/_index.md @@ -0,0 +1,52 @@ +--- +title: Aspose::Cells::Rendering espacio de nombres +linktitle: Aspose::Cells::Rendering +second_title: Referencia de API de Aspose.Cells para C++ +description: 'Cómo usar el espacio de nombres Aspose::Cells::Rendering en C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.rendering/ +--- + + + +## Clases + +| Clase | Descripción | +| --- | --- | +| [CustomRenderSettings](./customrendersettings/) | Representa configuraciones personalizadas durante la renderización. | +| [DrawObject](./drawobject/) | [DrawObject](./drawobject/) se inicializará y devolverá durante la renderización. | +| [DrawObjectEventHandler](./drawobjecteventhandler/) | Interfaz para obtener [DrawObject](./drawobject/) y Bound durante la renderización. | +| [ImageOrPrintOptions](./imageorprintoptions/) | Permite especificar opciones al renderizar la hoja de cálculo a imágenes, imprimir la hoja de cálculo o renderizar un gráfico a imagen. | +| [IPageSavingCallback](./ipagesavingcallback/) | Controlar/Indicar el progreso del proceso de guardado de la página. | +| [PageEndSavingArgs](./pageendsavingargs/) | Información de una página al finalizar el proceso de guardado. | +| [PageSavingArgs](./pagesavingargs/) | Información del proceso de guardado de una página. | +| [PageStartSavingArgs](./pagestartsavingargs/) | Información de una página al iniciar el proceso de guardado. | +| [PdfBookmarkEntry](./pdfbookmarkentry/) | [PdfBookmarkEntry](./pdfbookmarkentry/) es una entrada en el marcador PDF. Si la propiedad Text de la instancia actual es nula o "", la instancia actual se ocultará y los hijos se insertarán en el nivel actual. | +| [RenderingFont](./renderingfont/) | [Font](../aspose.cells/font/) para la renderización. | +| [RenderingWatermark](./renderingwatermark/) | Marca de agua para la renderización. | +| [SheetPrintingPreview](./sheetprintingpreview/) | [Worksheet](../aspose.cells/worksheet/) vista previa de impresión. | +| [SheetRender](./sheetrender/) | Representa una renderización de hoja de cálculo que puede renderizar la hoja a varias imágenes como (BMP, PNG, JPEG, TIFF...). El constructor de esta clase debe usarse después de modificar la configuración de página y el estilo de celda. | +| [SheetSet](./sheetset/) | Describe un conjunto de hojas. | +| [SvgImageOptions](./svgimageoptions/) | Opciones para generar una imagen Svg. | +| [WorkbookPrintingPreview](./workbookprintingpreview/) | [Workbook](../aspose.cells/workbook/) vista previa de impresión. | +| [WorkbookRender](./workbookrender/) | Representa una renderización de [Workbook](../aspose.cells/workbook/). El constructor de esta clase debe usarse después de modificar la configuración de página y el estilo de celda. | +## Enums + +| Enumeración | Descripción | +| --- | --- | +| [ColorDepth](./colordepth/) | Enumera el tipo de profundidad de bits para imágenes TIFF. | +| [CommentTitleType](./commenttitletype/) | Representa el tipo de título de comentario durante la renderización cuando el comentario está configurado para mostrarse al final de la hoja. | +| [DataBarRenderMode](./databarrendermode/) | Representa el modo de renderizado del [DataBar](../aspose.cells/databar/). | +| [DrawObjectEnum](./drawobjectenum/) | Indica [Cell](../aspose.cells/cell/) o Imagen de [DrawObject](./drawobject/). | +| [HtmlEmbeddedFontType](./htmlembeddedfonttype/) | Representa el tipo de fuente incrustada en HTML. | +| [HtmlLayoutMode](./htmllayoutmode/) | Representa el modo de diseño para la renderización de HTML. | +| [HtmlParagraphLayoutMode](./htmlparagraphlayoutmode/) | Especifica cómo se renderizan los elementos HTML

al cargar HTML. | +| [ImageBinarizationMethod](./imagebinarizationmethod/) | Especifica el método utilizado para binarizar la imagen. | +| [PdfCompliance](./pdfcompliance/) | Permitir al usuario establecer la compatibilidad de la conversión PDF. | +| [PdfCompressionCore](./pdfcompressioncore/) | Especifica un tipo de compresión aplicado a todo el contenido del archivo PDF, excepto a las imágenes. | +| [PdfCustomPropertiesExport](./pdfcustompropertiesexport/) | Especifica la forma en que CustomDocumentPropertyCollection se exporta al archivo PDF. | +| [PdfFontEncoding](./pdffontencoding/) | Representa la codificación de fuentes incrustadas en PDF. | +| [PdfOptimizationType](./pdfoptimizationtype/) | Especifica un tipo de optimización. | +| [SvgEmbeddedFontType](./svgembeddedfonttype/) | Representa el tipo de fuente incrustada en una imagen Svg. | +| [TiffCompression](./tiffcompression/) | Especifica qué tipo de compresión aplicar al guardar imágenes en un archivo de formato TIFF. | diff --git a/spanish/cpp/aspose.cells.rendering/colordepth/_index.md b/spanish/cpp/aspose.cells.rendering/colordepth/_index.md new file mode 100644 index 00000000000..0fdc32fbdae --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/colordepth/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Rendering::ColorDepth enum +linktitle: ColorDepth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ColorDepth enum. Enumerates Bit Depth Type for tiff image in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.rendering/colordepth/ +--- +## ColorDepth enum + + +Enumerates Bit Depth Type for tiff image. + +```cpp +enum class ColorDepth +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Default | 0 |
Default value, not set value. | +| Format1bpp | 1 |
1 bit per pixel | +| Format4bpp | 4 |
4 bits per pixel | +| Format8bpp | 8 |
8 bits per pixel | +| Format24bpp | 24 |
24 bits per pixel | +| Format32bpp | 32 |
32 bits per pixel | + +## See Also + +* Namespace [Aspose::Cells::Rendering](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.rendering/commenttitletype/_index.md b/spanish/cpp/aspose.cells.rendering/commenttitletype/_index.md new file mode 100644 index 00000000000..c734c95a039 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/commenttitletype/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Cells::Rendering::CommentTitleType enum +linktitle: CommentTitleType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::CommentTitleType enum. Represents comment title type while rendering when comment is set to display at end of sheet in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.rendering/commenttitletype/ +--- +## CommentTitleType enum + + +Represents comment title type while rendering when comment is set to display at end of sheet. + +```cpp +enum class CommentTitleType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Cell | 0 |
Represents comment title cell. | +| Comment | 1 |
Represents comment title comment. | +| Note | 2 |
Represents comment title note. | +| Reply | 3 |
Represents comment title reply. | + +## See Also + +* Namespace [Aspose::Cells::Rendering](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.rendering/customrendersettings/_impl/_index.md b/spanish/cpp/aspose.cells.rendering/customrendersettings/_impl/_index.md new file mode 100644 index 00000000000..ede658ccbd5 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/customrendersettings/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Rendering::CustomRenderSettings::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::CustomRenderSettings::_impl field. The implementation object in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.rendering/customrendersettings/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +CustomRenderSettings_Impl* Aspose::Cells::Rendering::CustomRenderSettings::_impl +``` + +## See Also + +* Class [CustomRenderSettings](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/customrendersettings/_index.md b/spanish/cpp/aspose.cells.rendering/customrendersettings/_index.md new file mode 100644 index 00000000000..dcca4a9e9c7 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/customrendersettings/_index.md @@ -0,0 +1,39 @@ +--- +title: Aspose::Cells::Rendering::CustomRenderSettings class +linktitle: CustomRenderSettings +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::CustomRenderSettings class. Represents custom settings during rendering in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.rendering/customrendersettings/ +--- +## CustomRenderSettings class + + +Represents custom settings during rendering. + +```cpp +class CustomRenderSettings +``` + +## Methods + +| Method | Description | +| --- | --- | +| [CustomRenderSettings()](./customrendersettings/) | Ctor. | +| [CustomRenderSettings(CustomRenderSettings_Impl* impl)](./customrendersettings/) | Constructs from an implementation object. | +| [CustomRenderSettings(const CustomRenderSettings\& src)](./customrendersettings/) | Copy constructor. | +| [GetCellBorderWidth(CellBorderType borderType)](./getcellborderwidth/) | Specifies cell border width according to border type. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const CustomRenderSettings\& src)](./operator_asm/) | operator= | +| [~CustomRenderSettings()](./~customrendersettings/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Rendering](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.rendering/customrendersettings/customrendersettings/_index.md b/spanish/cpp/aspose.cells.rendering/customrendersettings/customrendersettings/_index.md new file mode 100644 index 00000000000..fcef0e47dc3 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/customrendersettings/customrendersettings/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::Rendering::CustomRenderSettings::CustomRenderSettings constructor +linktitle: CustomRenderSettings +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::CustomRenderSettings::CustomRenderSettings constructor. Ctor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.rendering/customrendersettings/customrendersettings/ +--- +## CustomRenderSettings::CustomRenderSettings() constructor + + +Ctor. + +```cpp +Aspose::Cells::Rendering::CustomRenderSettings::CustomRenderSettings() +``` + +## See Also + +* Class [CustomRenderSettings](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) +## CustomRenderSettings::CustomRenderSettings(CustomRenderSettings_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Rendering::CustomRenderSettings::CustomRenderSettings(CustomRenderSettings_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomRenderSettings](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) +## CustomRenderSettings::CustomRenderSettings(const CustomRenderSettings\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Rendering::CustomRenderSettings::CustomRenderSettings(const CustomRenderSettings &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomRenderSettings](../) +* Class [CustomRenderSettings](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/customrendersettings/getcellborderwidth/_index.md b/spanish/cpp/aspose.cells.rendering/customrendersettings/getcellborderwidth/_index.md new file mode 100644 index 00000000000..0d073d7147a --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/customrendersettings/getcellborderwidth/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::Rendering::CustomRenderSettings::GetCellBorderWidth method +linktitle: GetCellBorderWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::CustomRenderSettings::GetCellBorderWidth method. Specifies cell border width according to border type in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.rendering/customrendersettings/getcellborderwidth/ +--- +## CustomRenderSettings::GetCellBorderWidth method + + +Specifies cell border width according to border type. + +```cpp +float Aspose::Cells::Rendering::CustomRenderSettings::GetCellBorderWidth(CellBorderType borderType) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| borderType | CellBorderType | cell border type | + +## ReturnValue + +cell border width +## Remarks + + + +Any negative value will be ignored. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [CellBorderType](../../../aspose.cells/cellbordertype/) +* Class [CustomRenderSettings](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/customrendersettings/isnull/_index.md b/spanish/cpp/aspose.cells.rendering/customrendersettings/isnull/_index.md new file mode 100644 index 00000000000..23c636b3276 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/customrendersettings/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Rendering::CustomRenderSettings::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::CustomRenderSettings::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.rendering/customrendersettings/isnull/ +--- +## CustomRenderSettings::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Rendering::CustomRenderSettings::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomRenderSettings](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/customrendersettings/operator_asm/_index.md b/spanish/cpp/aspose.cells.rendering/customrendersettings/operator_asm/_index.md new file mode 100644 index 00000000000..7fde7460543 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/customrendersettings/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Rendering::CustomRenderSettings::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::CustomRenderSettings::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.rendering/customrendersettings/operator_asm/ +--- +## CustomRenderSettings::operator= method + + +operator= + +```cpp +CustomRenderSettings & Aspose::Cells::Rendering::CustomRenderSettings::operator=(const CustomRenderSettings &src) +``` + +## See Also + +* Class [CustomRenderSettings](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomRenderSettings](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/customrendersettings/operator_bool/_index.md b/spanish/cpp/aspose.cells.rendering/customrendersettings/operator_bool/_index.md new file mode 100644 index 00000000000..1b378829ff6 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/customrendersettings/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Rendering::CustomRenderSettings::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::CustomRenderSettings::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.rendering/customrendersettings/operator_bool/ +--- +## CustomRenderSettings::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Rendering::CustomRenderSettings::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [CustomRenderSettings](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/customrendersettings/~customrendersettings/_index.md b/spanish/cpp/aspose.cells.rendering/customrendersettings/~customrendersettings/_index.md new file mode 100644 index 00000000000..12f38abe4df --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/customrendersettings/~customrendersettings/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Rendering::CustomRenderSettings::~CustomRenderSettings method +linktitle: ~CustomRenderSettings +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::CustomRenderSettings::~CustomRenderSettings method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.rendering/customrendersettings/~customrendersettings/ +--- +## CustomRenderSettings::~CustomRenderSettings method + + +Destructor. + +```cpp +Aspose::Cells::Rendering::CustomRenderSettings::~CustomRenderSettings() +``` + +## See Also + +* Class [CustomRenderSettings](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/databarrendermode/_index.md b/spanish/cpp/aspose.cells.rendering/databarrendermode/_index.md new file mode 100644 index 00000000000..f4e7c547cee --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/databarrendermode/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Rendering::DataBarRenderMode enum +linktitle: DataBarRenderMode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::DataBarRenderMode enum. Represents the DataBar render mode in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.rendering/databarrendermode/ +--- +## DataBarRenderMode enum + + +Represents the [DataBar](../../aspose.cells/databar/) render mode. + +```cpp +enum class DataBarRenderMode +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| BackgroundColor | 1 |
Renders the [DataBar](../../aspose.cells/databar/) using background color. | +| Image | 2 |
Renders the [DataBar](../../aspose.cells/databar/) as image. | + +## See Also + +* Namespace [Aspose::Cells::Rendering](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.rendering/drawobject/_impl/_index.md b/spanish/cpp/aspose.cells.rendering/drawobject/_impl/_index.md new file mode 100644 index 00000000000..99e85e45459 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/drawobject/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Rendering::DrawObject::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::DrawObject::_impl field. The implementation object in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.rendering/drawobject/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +DrawObject_Impl* Aspose::Cells::Rendering::DrawObject::_impl +``` + +## See Also + +* Class [DrawObject](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/drawobject/_index.md b/spanish/cpp/aspose.cells.rendering/drawobject/_index.md new file mode 100644 index 00000000000..751a8d2a2e7 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/drawobject/_index.md @@ -0,0 +1,44 @@ +--- +title: Aspose::Cells::Rendering::DrawObject class +linktitle: DrawObject +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::DrawObject class. DrawObject will be initialized and returned when rendering in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.rendering/drawobject/ +--- +## DrawObject class + + +[DrawObject](./) will be initialized and returned when rendering. + +```cpp +class DrawObject +``` + +## Methods + +| Method | Description | +| --- | --- | +| [DrawObject(DrawObject_Impl* impl)](./drawobject/) | Constructs from an implementation object. | +| [DrawObject(const DrawObject\& src)](./drawobject/) | Copy constructor. | +| [GetCell()](./getcell/) | Indicates the [Cell](../../aspose.cells/cell/) object when rendering. All properties of cell can be accessed. | +| [GetCurrentPage()](./getcurrentpage/) | Indicates the page index of [DrawObject](./). Page index is based on zero. One Sheet contains several pages when rendering. | +| [GetImageBytes()](./getimagebytes/) | Indicates image bytes of rendered Chart, Shape when rendering. | +| [GetShape()](./getshape/) | Indicates the Shape object when rendering. All properties of shape can be accessed. | +| [GetSheetIndex()](./getsheetindex/) | Indicates current sheet index of [DrawObject](./). | +| [GetTotalPages()](./gettotalpages/) | Indicates total pages in current rendering. | +| [GetType()](./gettype/) | Indicates the type of [DrawObject](./). | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const DrawObject\& src)](./operator_asm/) | operator= | +| [~DrawObject()](./~drawobject/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Rendering](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.rendering/drawobject/drawobject/_index.md b/spanish/cpp/aspose.cells.rendering/drawobject/drawobject/_index.md new file mode 100644 index 00000000000..c84b932f008 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/drawobject/drawobject/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Rendering::DrawObject::DrawObject constructor +linktitle: DrawObject +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::DrawObject::DrawObject constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.rendering/drawobject/drawobject/ +--- +## DrawObject::DrawObject(DrawObject_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Rendering::DrawObject::DrawObject(DrawObject_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DrawObject](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) +## DrawObject::DrawObject(const DrawObject\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Rendering::DrawObject::DrawObject(const DrawObject &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DrawObject](../) +* Class [DrawObject](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/drawobject/getcell/_index.md b/spanish/cpp/aspose.cells.rendering/drawobject/getcell/_index.md new file mode 100644 index 00000000000..2e5c479a264 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/drawobject/getcell/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::DrawObject::GetCell method +linktitle: GetCell +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::DrawObject::GetCell method. Indicates the Cell object when rendering. All properties of cell can be accessed in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.rendering/drawobject/getcell/ +--- +## DrawObject::GetCell method + + +Indicates the [Cell](../../../aspose.cells/cell/) object when rendering. All properties of cell can be accessed. + +```cpp +Cell Aspose::Cells::Rendering::DrawObject::GetCell() +``` + +## See Also + +* Class [Cell](../../../aspose.cells/cell/) +* Class [DrawObject](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/drawobject/getcurrentpage/_index.md b/spanish/cpp/aspose.cells.rendering/drawobject/getcurrentpage/_index.md new file mode 100644 index 00000000000..ae95641ad12 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/drawobject/getcurrentpage/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::DrawObject::GetCurrentPage method +linktitle: GetCurrentPage +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::DrawObject::GetCurrentPage method. Indicates the page index of DrawObject. Page index is based on zero. One Sheet contains several pages when rendering in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.rendering/drawobject/getcurrentpage/ +--- +## DrawObject::GetCurrentPage method + + +Indicates the page index of [DrawObject](../). Page index is based on zero. One Sheet contains several pages when rendering. + +```cpp +int32_t Aspose::Cells::Rendering::DrawObject::GetCurrentPage() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DrawObject](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/drawobject/getimagebytes/_index.md b/spanish/cpp/aspose.cells.rendering/drawobject/getimagebytes/_index.md new file mode 100644 index 00000000000..37685f5b904 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/drawobject/getimagebytes/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::DrawObject::GetImageBytes method +linktitle: GetImageBytes +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::DrawObject::GetImageBytes method. Indicates image bytes of rendered Chart, Shape when rendering in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.rendering/drawobject/getimagebytes/ +--- +## DrawObject::GetImageBytes method + + +Indicates image bytes of rendered Chart, Shape when rendering. + +```cpp +Vector Aspose::Cells::Rendering::DrawObject::GetImageBytes() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DrawObject](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/drawobject/getshape/_index.md b/spanish/cpp/aspose.cells.rendering/drawobject/getshape/_index.md new file mode 100644 index 00000000000..5c240786f6e --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/drawobject/getshape/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::DrawObject::GetShape method +linktitle: GetShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::DrawObject::GetShape method. Indicates the Shape object when rendering. All properties of shape can be accessed in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.rendering/drawobject/getshape/ +--- +## DrawObject::GetShape method + + +Indicates the Shape object when rendering. All properties of shape can be accessed. + +```cpp +Shape Aspose::Cells::Rendering::DrawObject::GetShape() +``` + +## See Also + +* Class [Shape](../../../aspose.cells.drawing/shape/) +* Class [DrawObject](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/drawobject/getsheetindex/_index.md b/spanish/cpp/aspose.cells.rendering/drawobject/getsheetindex/_index.md new file mode 100644 index 00000000000..72c8fcb40cf --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/drawobject/getsheetindex/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::DrawObject::GetSheetIndex method +linktitle: GetSheetIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::DrawObject::GetSheetIndex method. Indicates current sheet index of DrawObject in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.rendering/drawobject/getsheetindex/ +--- +## DrawObject::GetSheetIndex method + + +Indicates current sheet index of [DrawObject](../). + +```cpp +int32_t Aspose::Cells::Rendering::DrawObject::GetSheetIndex() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DrawObject](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/drawobject/gettotalpages/_index.md b/spanish/cpp/aspose.cells.rendering/drawobject/gettotalpages/_index.md new file mode 100644 index 00000000000..10a216a102f --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/drawobject/gettotalpages/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::DrawObject::GetTotalPages method +linktitle: GetTotalPages +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::DrawObject::GetTotalPages method. Indicates total pages in current rendering in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.rendering/drawobject/gettotalpages/ +--- +## DrawObject::GetTotalPages method + + +Indicates total pages in current rendering. + +```cpp +int32_t Aspose::Cells::Rendering::DrawObject::GetTotalPages() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DrawObject](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/drawobject/gettype/_index.md b/spanish/cpp/aspose.cells.rendering/drawobject/gettype/_index.md new file mode 100644 index 00000000000..d604a51dd26 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/drawobject/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::DrawObject::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::DrawObject::GetType method. Indicates the type of DrawObject in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.rendering/drawobject/gettype/ +--- +## DrawObject::GetType method + + +Indicates the type of [DrawObject](../). + +```cpp +DrawObjectEnum Aspose::Cells::Rendering::DrawObject::GetType() +``` + +## See Also + +* Enum [DrawObjectEnum](../../drawobjectenum/) +* Class [DrawObject](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/drawobject/isnull/_index.md b/spanish/cpp/aspose.cells.rendering/drawobject/isnull/_index.md new file mode 100644 index 00000000000..238851439c0 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/drawobject/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Rendering::DrawObject::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::DrawObject::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.rendering/drawobject/isnull/ +--- +## DrawObject::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Rendering::DrawObject::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DrawObject](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/drawobject/operator_asm/_index.md b/spanish/cpp/aspose.cells.rendering/drawobject/operator_asm/_index.md new file mode 100644 index 00000000000..30546cb864d --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/drawobject/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Rendering::DrawObject::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::DrawObject::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.rendering/drawobject/operator_asm/ +--- +## DrawObject::operator= method + + +operator= + +```cpp +DrawObject & Aspose::Cells::Rendering::DrawObject::operator=(const DrawObject &src) +``` + +## See Also + +* Class [DrawObject](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [DrawObject](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/drawobject/operator_bool/_index.md b/spanish/cpp/aspose.cells.rendering/drawobject/operator_bool/_index.md new file mode 100644 index 00000000000..18121f87500 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/drawobject/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Rendering::DrawObject::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::DrawObject::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.rendering/drawobject/operator_bool/ +--- +## DrawObject::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Rendering::DrawObject::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [DrawObject](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/drawobject/~drawobject/_index.md b/spanish/cpp/aspose.cells.rendering/drawobject/~drawobject/_index.md new file mode 100644 index 00000000000..eef42c5abe6 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/drawobject/~drawobject/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Rendering::DrawObject::~DrawObject method +linktitle: ~DrawObject +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::DrawObject::~DrawObject method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.rendering/drawobject/~drawobject/ +--- +## DrawObject::~DrawObject method + + +Destructor. + +```cpp +Aspose::Cells::Rendering::DrawObject::~DrawObject() +``` + +## See Also + +* Class [DrawObject](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/drawobjectenum/_index.md b/spanish/cpp/aspose.cells.rendering/drawobjectenum/_index.md new file mode 100644 index 00000000000..8a4d06d72db --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/drawobjectenum/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Rendering::DrawObjectEnum enum +linktitle: DrawObjectEnum +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::DrawObjectEnum enum. Indicate Cell or Image of DrawObject in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.rendering/drawobjectenum/ +--- +## DrawObjectEnum enum + + +Indicate [Cell](../../aspose.cells/cell/) or Image of [DrawObject](../drawobject/). + +```cpp +enum class DrawObjectEnum +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Image | 0 |
Indicate [DrawObject](../drawobject/) is an Image. | +| Cell | 1 |
indicate [DrawObject](../drawobject/) is an [Cell](../../aspose.cells/cell/) | + +## See Also + +* Namespace [Aspose::Cells::Rendering](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.rendering/drawobjecteventhandler/_impl/_index.md b/spanish/cpp/aspose.cells.rendering/drawobjecteventhandler/_impl/_index.md new file mode 100644 index 00000000000..0e86e6561e7 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/drawobjecteventhandler/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Rendering::DrawObjectEventHandler::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::DrawObjectEventHandler::_impl field. The implementation object in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.rendering/drawobjecteventhandler/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +DrawObjectEventHandler_Bridge* Aspose::Cells::Rendering::DrawObjectEventHandler::_impl +``` + +## See Also + +* Class [DrawObjectEventHandler](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/drawobjecteventhandler/_index.md b/spanish/cpp/aspose.cells.rendering/drawobjecteventhandler/_index.md new file mode 100644 index 00000000000..1ed7d42f465 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/drawobjecteventhandler/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Rendering::DrawObjectEventHandler class +linktitle: DrawObjectEventHandler +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::DrawObjectEventHandler class. Interface to get DrawObject and Bound when rendering in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.rendering/drawobjecteventhandler/ +--- +## DrawObjectEventHandler class + + +Interface to get [DrawObject](../drawobject/) and Bound when rendering. + +```cpp +class DrawObjectEventHandler +``` + +## Methods + +| Method | Description | +| --- | --- | +| virtual [Draw(DrawObject\& drawObject, float x, float y, float width, float height)](./draw/) | Implements this interface to get [DrawObject](../drawobject/) and Bound when rendering. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Rendering](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.rendering/drawobjecteventhandler/draw/_index.md b/spanish/cpp/aspose.cells.rendering/drawobjecteventhandler/draw/_index.md new file mode 100644 index 00000000000..fa9e6f0de93 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/drawobjecteventhandler/draw/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Rendering::DrawObjectEventHandler::Draw method +linktitle: Draw +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::DrawObjectEventHandler::Draw method. Implements this interface to get DrawObject and Bound when rendering in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.rendering/drawobjecteventhandler/draw/ +--- +## DrawObjectEventHandler::Draw method + + +Implements this interface to get [DrawObject](../../drawobject/) and Bound when rendering. + +```cpp +virtual void Aspose::Cells::Rendering::DrawObjectEventHandler::Draw(DrawObject &drawObject, float x, float y, float width, float height) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| drawObject | DrawObject\& | [DrawObject](../../drawobject/) will be initialized and returned when rendering | +| x | float | Left of [DrawObject](../../drawobject/) | +| y | float | Top of [DrawObject](../../drawobject/) | +| width | float | Width of [DrawObject](../../drawobject/) | +| height | float | Height of [DrawObject](../../drawobject/) | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DrawObject](../../drawobject/) +* Class [DrawObjectEventHandler](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/htmlembeddedfonttype/_index.md b/spanish/cpp/aspose.cells.rendering/htmlembeddedfonttype/_index.md new file mode 100644 index 00000000000..c8c0084917c --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/htmlembeddedfonttype/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Rendering::HtmlEmbeddedFontType enum +linktitle: HtmlEmbeddedFontType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::HtmlEmbeddedFontType enum. Represents the embedded font type in html in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.rendering/htmlembeddedfonttype/ +--- +## HtmlEmbeddedFontType enum + + +Represents the embedded font type in html. + +```cpp +enum class HtmlEmbeddedFontType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| None | 0 |
Not embed font. | +| Woff | 1 |
Embed WOFF font. | + +## See Also + +* Namespace [Aspose::Cells::Rendering](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.rendering/htmllayoutmode/_index.md b/spanish/cpp/aspose.cells.rendering/htmllayoutmode/_index.md new file mode 100644 index 00000000000..97d975cc7d6 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/htmllayoutmode/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Rendering::HtmlLayoutMode enum +linktitle: HtmlLayoutMode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::HtmlLayoutMode enum. Represents the layout mode for HTML rendering in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.rendering/htmllayoutmode/ +--- +## HtmlLayoutMode enum + + +Represents the layout mode for HTML rendering. + +```cpp +enum class HtmlLayoutMode +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Normal | 0 |
Renders content like MS Excel. | +| Print | 1 |
Renders content in print layout mode. | + +## See Also + +* Namespace [Aspose::Cells::Rendering](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.rendering/htmlparagraphlayoutmode/_index.md b/spanish/cpp/aspose.cells.rendering/htmlparagraphlayoutmode/_index.md new file mode 100644 index 00000000000..2a77e78632f --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/htmlparagraphlayoutmode/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Rendering::HtmlParagraphLayoutMode enum +linktitle: HtmlParagraphLayoutMode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::HtmlParagraphLayoutMode enum. Specifies how HTML

elements are rendered when loading HTML in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.rendering/htmlparagraphlayoutmode/ +--- +## HtmlParagraphLayoutMode enum + + +Specifies how HTML

elements are rendered when loading HTML. + +```cpp +enum class HtmlParagraphLayoutMode +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Normal | 0 |
Treat

inside as inline content in a single cell. | +| AsRow | 1 |
Starts a new row for each

element. | + +## See Also + +* Namespace [Aspose::Cells::Rendering](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.rendering/imagebinarizationmethod/_index.md b/spanish/cpp/aspose.cells.rendering/imagebinarizationmethod/_index.md new file mode 100644 index 00000000000..f95b39af1ca --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imagebinarizationmethod/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Rendering::ImageBinarizationMethod enum +linktitle: ImageBinarizationMethod +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageBinarizationMethod enum. Specifies the method used to binarize image in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.rendering/imagebinarizationmethod/ +--- +## ImageBinarizationMethod enum + + +Specifies the method used to binarize image. + +```cpp +enum class ImageBinarizationMethod +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Threshold | 0 |
Specifies threshold method. | +| FloydSteinbergDithering | 1 |
Specifies dithering using Floyd-Steinberg error diffusion method. | + +## See Also + +* Namespace [Aspose::Cells::Rendering](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/_impl/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/_impl/_index.md new file mode 100644 index 00000000000..304445b747b --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::_impl field. The implementation object in C++.' +type: docs +weight: 7300 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ImageOrPrintOptions_Impl* Aspose::Cells::Rendering::ImageOrPrintOptions::_impl +``` + +## See Also + +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/_index.md new file mode 100644 index 00000000000..0d77bb350da --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/_index.md @@ -0,0 +1,134 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions class +linktitle: ImageOrPrintOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions class. Allows to specify options when rendering worksheet to images, printing worksheet or rendering chart to image in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/ +--- +## ImageOrPrintOptions class + + +Allows to specify options when rendering worksheet to images, printing worksheet or rendering chart to image. + +```cpp +class ImageOrPrintOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetAllColumnsInOnePagePerSheet()](./getallcolumnsinonepagepersheet/) | If AllColumnsInOnePagePerSheet is true , all column content of one sheet will output to only one page in result. The width of paper size of pagesetup will be invalid, and the other settings of pagesetup will still take effect. | +| [GetCheckWorkbookDefaultFont()](./getcheckworkbookdefaultfont/) | When characters in the Excel are Unicode and not be set with correct font in cell style, They may appear as block in pdf,image. Set this to true to try to use workbook's default font to show these characters first. | +| [GetCustomRenderSettings()](./getcustomrendersettings/) | Gets or sets custom settings during rendering. | +| [GetDefaultEditLanguage()](./getdefaulteditlanguage/) | Gets or sets default edit language. | +| [GetDefaultFont()](./getdefaultfont/) | When characters in the Excel are Unicode and not be set with correct font in cell style, They may appear as block in pdf,image. Set the DefaultFont such as MingLiu or MS Gothic to show these characters. If this property is not set, [Aspose.Cells](../../aspose.cells/) will use system default font to show these unicode characters. | +| [GetDrawObjectEventHandler()](./getdrawobjecteventhandler/) | Implements this interface to get [DrawObject](../drawobject/) and Bound when rendering. | +| [GetEmbededImageNameInSvg()](./getembededimagenameinsvg/) | **(Deprecated)** Indicate the filename of embedded image in svg. This should be full path with directory like "c:\\xpsEmbedded". | +| [GetEmfRenderSetting()](./getemfrendersetting/) | Setting for rendering Emf metafiles in source file. | +| [GetGridlineColor()](./getgridlinecolor/) | Gets or sets gridline colr. | +| [GetGridlineType()](./getgridlinetype/) | Gets or sets gridline type. | +| [GetHorizontalResolution()](./gethorizontalresolution/) | Gets or sets the horizontal resolution for generated images, in dots per inch. | +| [GetImageType()](./getimagetype/) | Gets or sets the format of the generated images. default value: PNG. | +| [GetOnePagePerSheet()](./getonepagepersheet/) | If OnePagePerSheet is true , all content of one sheet will output to only one page in result. The paper size of pagesetup will be invalid, and the other settings of pagesetup will still take effect. | +| [GetOnlyArea()](./getonlyarea/) | If this property is true , one Area will be output, and no scale will take effect. | +| [GetOutputBlankPageWhenNothingToPrint()](./getoutputblankpagewhennothingtoprint/) | Indicates whether to output a blank page when there is nothing to print. | +| [GetPageCount()](./getpagecount/) | Gets or sets the number of pages to save. | +| [GetPageIndex()](./getpageindex/) | Gets or sets the 0-based index of the first page to save. | +| [GetPageSavingCallback()](./getpagesavingcallback/) | Control/Indicate progress of page saving process. | +| [GetPrintingPage()](./getprintingpage/) | Indicates which pages will not be printed. | +| [GetPrintWithStatusDialog()](./getprintwithstatusdialog/) | If PrintWithStatusDialog = true , there will be a dialog that shows current print status. else no such dialog will show. | +| [GetQuality()](./getquality/) | Gets or sets a value determining the quality of the generated images to apply only when saving pages to the **Jpeg** format. The default value is 100. | +| [GetSheetSet()](./getsheetset/) | Gets or sets the sheets to render. Default is all visible sheets in the workbook: Aspose.Cells.Rendering.SheetSet.Visible. | +| [GetSvgCssPrefix()](./getsvgcssprefix/) | **(Deprecated)** Gets and sets the prefix of the css name in svg,the default value is empty string. | +| [GetSVGFitToViewPort()](./getsvgfittoviewport/) | **(Deprecated)** if this property is true, the generated svg will fit to view port. | +| [GetTextCrossType()](./gettextcrosstype/) | Gets or sets displaying text type when the text width is larger than cell width. | +| [GetTiffBinarizationMethod()](./gettiffbinarizationmethod/) | Gets or sets method used while converting images to 1 bpp format when [ImageType](../../aspose.cells.drawing/imagetype/) is Tiff and [TiffCompression](../tiffcompression/) is equal to Ccitt3 or Ccitt4. | +| [GetTiffColorDepth()](./gettiffcolordepth/) | Gets or sets bit depth to apply only when saving pages to the **Tiff** format. | +| [GetTiffCompression()](./gettiffcompression/) | Gets or sets the type of compression to apply only when saving pages to the **Tiff** format. | +| [GetTransparent()](./gettransparent/) | Indicates if the background of generated image should be transparent. | +| [GetVerticalResolution()](./getverticalresolution/) | Gets or sets the vertical resolution for generated images, in dots per inch. | +| [GetWarningCallback()](./getwarningcallback/) | Gets or sets warning callback. | +| [ImageOrPrintOptions()](./imageorprintoptions/) | Ctor. | +| [ImageOrPrintOptions(ImageOrPrintOptions_Impl* impl)](./imageorprintoptions/) | Constructs from an implementation object. | +| [ImageOrPrintOptions(const ImageOrPrintOptions\& src)](./imageorprintoptions/) | Copy constructor. | +| [IsFontSubstitutionCharGranularity()](./isfontsubstitutionchargranularity/) | Indicates whether to only substitute the font of character when the cell font is not compatibility for it. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsOptimized()](./isoptimized/) | Indicates whether to optimize the output elements. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ImageOrPrintOptions\& src)](./operator_asm/) | operator= | +| [SetAllColumnsInOnePagePerSheet(bool value)](./setallcolumnsinonepagepersheet/) | If AllColumnsInOnePagePerSheet is true , all column content of one sheet will output to only one page in result. The width of paper size of pagesetup will be invalid, and the other settings of pagesetup will still take effect. | +| [SetCheckWorkbookDefaultFont(bool value)](./setcheckworkbookdefaultfont/) | When characters in the Excel are Unicode and not be set with correct font in cell style, They may appear as block in pdf,image. Set this to true to try to use workbook's default font to show these characters first. | +| [SetCustomRenderSettings(const CustomRenderSettings\& value)](./setcustomrendersettings/) | Gets or sets custom settings during rendering. | +| [SetDefaultEditLanguage(DefaultEditLanguage value)](./setdefaulteditlanguage/) | Gets or sets default edit language. | +| [SetDefaultFont(const U16String\& value)](./setdefaultfont/) | When characters in the Excel are Unicode and not be set with correct font in cell style, They may appear as block in pdf,image. Set the DefaultFont such as MingLiu or MS Gothic to show these characters. If this property is not set, [Aspose.Cells](../../aspose.cells/) will use system default font to show these unicode characters. | +| [SetDefaultFont(const char16_t* value)](./setdefaultfont/) | When characters in the Excel are Unicode and not be set with correct font in cell style, They may appear as block in pdf,image. Set the DefaultFont such as MingLiu or MS Gothic to show these characters. If this property is not set, [Aspose.Cells](../../aspose.cells/) will use system default font to show these unicode characters. | +| [SetDesiredSize(int32_t desiredWidth, int32_t desiredHeight, bool keepAspectRatio)](./setdesiredsize/) | Sets desired width and height of image. | +| [SetDrawObjectEventHandler(DrawObjectEventHandler* value)](./setdrawobjecteventhandler/) | Implements this interface to get [DrawObject](../drawobject/) and Bound when rendering. | +| [SetEmbededImageNameInSvg(const U16String\& value)](./setembededimagenameinsvg/) | **(Deprecated)** Indicate the filename of embedded image in svg. This should be full path with directory like "c:\\xpsEmbedded". | +| [SetEmbededImageNameInSvg(const char16_t* value)](./setembededimagenameinsvg/) | **(Deprecated)** Indicate the filename of embedded image in svg. This should be full path with directory like "c:\\xpsEmbedded". | +| [SetEmfRenderSetting(EmfRenderSetting value)](./setemfrendersetting/) | Setting for rendering Emf metafiles in source file. | +| [SetGridlineColor(const Aspose::Cells::Color\& value)](./setgridlinecolor/) | Gets or sets gridline colr. | +| [SetGridlineType(GridlineType value)](./setgridlinetype/) | Gets or sets gridline type. | +| [SetHorizontalResolution(int32_t value)](./sethorizontalresolution/) | Gets or sets the horizontal resolution for generated images, in dots per inch. | +| [SetImageType(Aspose::Cells::Drawing::ImageType value)](./setimagetype/) | Gets or sets the format of the generated images. default value: PNG. | +| [SetIsFontSubstitutionCharGranularity(bool value)](./setisfontsubstitutionchargranularity/) | Indicates whether to only substitute the font of character when the cell font is not compatibility for it. | +| [SetIsOptimized(bool value)](./setisoptimized/) | Indicates whether to optimize the output elements. | +| [SetOnePagePerSheet(bool value)](./setonepagepersheet/) | If OnePagePerSheet is true , all content of one sheet will output to only one page in result. The paper size of pagesetup will be invalid, and the other settings of pagesetup will still take effect. | +| [SetOnlyArea(bool value)](./setonlyarea/) | If this property is true , one Area will be output, and no scale will take effect. | +| [SetOutputBlankPageWhenNothingToPrint(bool value)](./setoutputblankpagewhennothingtoprint/) | Indicates whether to output a blank page when there is nothing to print. | +| [SetPageCount(int32_t value)](./setpagecount/) | Gets or sets the number of pages to save. | +| [SetPageIndex(int32_t value)](./setpageindex/) | Gets or sets the 0-based index of the first page to save. | +| [SetPageSavingCallback(IPageSavingCallback* value)](./setpagesavingcallback/) | Control/Indicate progress of page saving process. | +| [SetPrintingPage(PrintingPageType value)](./setprintingpage/) | Indicates which pages will not be printed. | +| [SetPrintWithStatusDialog(bool value)](./setprintwithstatusdialog/) | If PrintWithStatusDialog = true , there will be a dialog that shows current print status. else no such dialog will show. | +| [SetQuality(int32_t value)](./setquality/) | Gets or sets a value determining the quality of the generated images to apply only when saving pages to the **Jpeg** format. The default value is 100. | +| [SetSheetSet(const SheetSet\& value)](./setsheetset/) | Gets or sets the sheets to render. Default is all visible sheets in the workbook: Aspose.Cells.Rendering.SheetSet.Visible. | +| [SetSvgCssPrefix(const U16String\& value)](./setsvgcssprefix/) | **(Deprecated)** Gets and sets the prefix of the css name in svg,the default value is empty string. | +| [SetSvgCssPrefix(const char16_t* value)](./setsvgcssprefix/) | **(Deprecated)** Gets and sets the prefix of the css name in svg,the default value is empty string. | +| [SetSVGFitToViewPort(bool value)](./setsvgfittoviewport/) | **(Deprecated)** if this property is true, the generated svg will fit to view port. | +| [SetTextCrossType(TextCrossType value)](./settextcrosstype/) | Gets or sets displaying text type when the text width is larger than cell width. | +| [SetTiffBinarizationMethod(ImageBinarizationMethod value)](./settiffbinarizationmethod/) | Gets or sets method used while converting images to 1 bpp format when [ImageType](../../aspose.cells.drawing/imagetype/) is Tiff and [TiffCompression](../tiffcompression/) is equal to Ccitt3 or Ccitt4. | +| [SetTiffColorDepth(ColorDepth value)](./settiffcolordepth/) | Gets or sets bit depth to apply only when saving pages to the **Tiff** format. | +| [SetTiffCompression(TiffCompression value)](./settiffcompression/) | Gets or sets the type of compression to apply only when saving pages to the **Tiff** format. | +| [SetTransparent(bool value)](./settransparent/) | Indicates if the background of generated image should be transparent. | +| [SetVerticalResolution(int32_t value)](./setverticalresolution/) | Gets or sets the vertical resolution for generated images, in dots per inch. | +| [SetWarningCallback(IWarningCallback* value)](./setwarningcallback/) | Gets or sets warning callback. | +| [~ImageOrPrintOptions()](./~imageorprintoptions/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Establecer opciones de Imagen o Impresión +ImageOrPrintOptions options; + +//Establecer formato de imagen de salida +options.SetImageType(ImageType::Png); + +//Establecer resolución horizontal +options.SetHorizontalResolution(300); + +//Establecer resolución vertical +options.SetVerticalResolution(300); + +//Instanciar Libro de trabajo +Workbook book(u"test.xls"); + +//Guardar gráfico como imagen usando opciones ImageOrPrint +book.GetWorksheets().Get(0).GetCharts().Get(0).ToImage(u"chart.png", options); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::Rendering](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getallcolumnsinonepagepersheet/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getallcolumnsinonepagepersheet/_index.md new file mode 100644 index 00000000000..2a3b028944a --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getallcolumnsinonepagepersheet/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::GetAllColumnsInOnePagePerSheet method +linktitle: GetAllColumnsInOnePagePerSheet +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::GetAllColumnsInOnePagePerSheet method. If AllColumnsInOnePagePerSheet is true , all column content of one sheet will output to only one page in result. The width of paper size of pagesetup will be invalid, and the other settings of pagesetup will still take effect in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/getallcolumnsinonepagepersheet/ +--- +## ImageOrPrintOptions::GetAllColumnsInOnePagePerSheet method + + +If AllColumnsInOnePagePerSheet is true , all column content of one sheet will output to only one page in result. The width of paper size of pagesetup will be invalid, and the other settings of pagesetup will still take effect. + +```cpp +bool Aspose::Cells::Rendering::ImageOrPrintOptions::GetAllColumnsInOnePagePerSheet() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getcheckworkbookdefaultfont/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getcheckworkbookdefaultfont/_index.md new file mode 100644 index 00000000000..5da0a8537e7 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getcheckworkbookdefaultfont/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::GetCheckWorkbookDefaultFont method +linktitle: GetCheckWorkbookDefaultFont +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::GetCheckWorkbookDefaultFont method. When characters in the Excel are Unicode and not be set with correct font in cell style, They may appear as block in pdf,image. Set this to true to try to use workbook''s default font to show these characters first in C++.' +type: docs +weight: 5300 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/getcheckworkbookdefaultfont/ +--- +## ImageOrPrintOptions::GetCheckWorkbookDefaultFont method + + +When characters in the Excel are Unicode and not be set with correct font in cell style, They may appear as block in pdf,image. Set this to true to try to use workbook's default font to show these characters first. + +```cpp +bool Aspose::Cells::Rendering::ImageOrPrintOptions::GetCheckWorkbookDefaultFont() +``` + +## Remarks + + +Default is true. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getcustomrendersettings/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getcustomrendersettings/_index.md new file mode 100644 index 00000000000..bf484bc9b47 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getcustomrendersettings/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::GetCustomRenderSettings method +linktitle: GetCustomRenderSettings +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::GetCustomRenderSettings method. Gets or sets custom settings during rendering in C++.' +type: docs +weight: 6900 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/getcustomrendersettings/ +--- +## ImageOrPrintOptions::GetCustomRenderSettings method + + +Gets or sets custom settings during rendering. + +```cpp +CustomRenderSettings Aspose::Cells::Rendering::ImageOrPrintOptions::GetCustomRenderSettings() +``` + +## See Also + +* Class [CustomRenderSettings](../../customrendersettings/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getdefaulteditlanguage/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getdefaulteditlanguage/_index.md new file mode 100644 index 00000000000..87353bb429e --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getdefaulteditlanguage/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::GetDefaultEditLanguage method +linktitle: GetDefaultEditLanguage +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::GetDefaultEditLanguage method. Gets or sets default edit language in C++.' +type: docs +weight: 6300 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/getdefaulteditlanguage/ +--- +## ImageOrPrintOptions::GetDefaultEditLanguage method + + +Gets or sets default edit language. + +```cpp +DefaultEditLanguage Aspose::Cells::Rendering::ImageOrPrintOptions::GetDefaultEditLanguage() +``` + +## Remarks + + +It may display/render different layouts for text paragraph when different edit languages is set. Default is [Aspose.Cells.DefaultEditLanguage.Auto](../../../aspose.cells/defaulteditlanguage/). +## See Also + +* Enum [DefaultEditLanguage](../../../aspose.cells/defaulteditlanguage/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getdefaultfont/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getdefaultfont/_index.md new file mode 100644 index 00000000000..21131a4106f --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getdefaultfont/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::GetDefaultFont method +linktitle: GetDefaultFont +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::GetDefaultFont method. When characters in the Excel are Unicode and not be set with correct font in cell style, They may appear as block in pdf,image. Set the DefaultFont such as MingLiu or MS Gothic to show these characters. If this property is not set, Aspose.Cells will use system default font to show these unicode characters in C++.' +type: docs +weight: 5100 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/getdefaultfont/ +--- +## ImageOrPrintOptions::GetDefaultFont method + + +When characters in the Excel are Unicode and not be set with correct font in cell style, They may appear as block in pdf,image. Set the DefaultFont such as MingLiu or MS Gothic to show these characters. If this property is not set, [Aspose.Cells](../../../aspose.cells/) will use system default font to show these unicode characters. + +```cpp +U16String Aspose::Cells::Rendering::ImageOrPrintOptions::GetDefaultFont() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getdrawobjecteventhandler/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getdrawobjecteventhandler/_index.md new file mode 100644 index 00000000000..a43478dffda --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getdrawobjecteventhandler/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::GetDrawObjectEventHandler method +linktitle: GetDrawObjectEventHandler +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::GetDrawObjectEventHandler method. Implements this interface to get DrawObject and Bound when rendering in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/getdrawobjecteventhandler/ +--- +## ImageOrPrintOptions::GetDrawObjectEventHandler method + + +Implements this interface to get [DrawObject](../../drawobject/) and Bound when rendering. + +```cpp +DrawObjectEventHandler * Aspose::Cells::Rendering::ImageOrPrintOptions::GetDrawObjectEventHandler() +``` + +## See Also + +* Class [DrawObjectEventHandler](../../drawobjecteventhandler/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getembededimagenameinsvg/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getembededimagenameinsvg/_index.md new file mode 100644 index 00000000000..1d3f0bb6876 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getembededimagenameinsvg/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::GetEmbededImageNameInSvg method +linktitle: GetEmbededImageNameInSvg +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::GetEmbededImageNameInSvg method. Indicate the filename of embedded image in svg. This should be full path with directory like "c:\\xpsEmbedded" in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/getembededimagenameinsvg/ +--- +## ImageOrPrintOptions::GetEmbededImageNameInSvg method + + +Indicate the filename of embedded image in svg. This should be full path with directory like "c:\\xpsEmbedded". + + +>Deprecated +> +>Images are now always embedded in Svg with base64 format, please remove this property. +```cpp +U16String Aspose::Cells::Rendering::ImageOrPrintOptions::GetEmbededImageNameInSvg() +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please remove this property because images are now always embedded in Svg with base64 format. This property will be removed 12 months later since April 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getemfrendersetting/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getemfrendersetting/_index.md new file mode 100644 index 00000000000..4d4ad09297f --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getemfrendersetting/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::GetEmfRenderSetting method +linktitle: GetEmfRenderSetting +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::GetEmfRenderSetting method. Setting for rendering Emf metafiles in source file in C++.' +type: docs +weight: 6700 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/getemfrendersetting/ +--- +## ImageOrPrintOptions::GetEmfRenderSetting method + + +Setting for rendering Emf metafiles in source file. + +```cpp +EmfRenderSetting Aspose::Cells::Rendering::ImageOrPrintOptions::GetEmfRenderSetting() +``` + +## Remarks + + +EMF metafiles identified as "EMF+ Dual" can contain both EMF+ records and EMF records. Either type of record can be used to render the image, only EMF+ records, or only EMF records. When [Aspose.Cells.EmfRenderSetting.EmfPlusPrefer](../../../aspose.cells/emfrendersetting/) is set, then EMF+ records will be parsed while rendering to image, otherwise only EMF records will be parsed. Default value is [Aspose.Cells.EmfRenderSetting.EmfOnly](../../../aspose.cells/emfrendersetting/). For the frameworks that depend on .Net System.Drawing.Common, this setting is ignored. +## See Also + +* Enum [EmfRenderSetting](../../../aspose.cells/emfrendersetting/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getgridlinecolor/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getgridlinecolor/_index.md new file mode 100644 index 00000000000..8d2179b89e9 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getgridlinecolor/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::GetGridlineColor method +linktitle: GetGridlineColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::GetGridlineColor method. Gets or sets gridline colr in C++.' +type: docs +weight: 5900 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/getgridlinecolor/ +--- +## ImageOrPrintOptions::GetGridlineColor method + + +Gets or sets gridline colr. + +```cpp +Aspose::Cells::Color Aspose::Cells::Rendering::ImageOrPrintOptions::GetGridlineColor() +``` + +## Remarks + + +It will ignore the gridline color settings in the source file. +## See Also + +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getgridlinetype/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getgridlinetype/_index.md new file mode 100644 index 00000000000..2c72c0255ca --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getgridlinetype/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::GetGridlineType method +linktitle: GetGridlineType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::GetGridlineType method. Gets or sets gridline type in C++.' +type: docs +weight: 5700 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/getgridlinetype/ +--- +## ImageOrPrintOptions::GetGridlineType method + + +Gets or sets gridline type. + +```cpp +GridlineType Aspose::Cells::Rendering::ImageOrPrintOptions::GetGridlineType() +``` + +## Remarks + + +Default is Dotted type. +## See Also + +* Enum [GridlineType](../../../aspose.cells/gridlinetype/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/gethorizontalresolution/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/gethorizontalresolution/_index.md new file mode 100644 index 00000000000..6dc34a48f01 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/gethorizontalresolution/_index.md @@ -0,0 +1,55 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::GetHorizontalResolution method +linktitle: GetHorizontalResolution +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::GetHorizontalResolution method. Gets or sets the horizontal resolution for generated images, in dots per inch in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/gethorizontalresolution/ +--- +## ImageOrPrintOptions::GetHorizontalResolution method + + +Gets or sets the horizontal resolution for generated images, in dots per inch. + +```cpp +int32_t Aspose::Cells::Rendering::ImageOrPrintOptions::GetHorizontalResolution() +``` + +## Remarks + + +The default value is 96. + +Setting HorizontalResolution and VerticalResolution effects the width and height of the output image in pixels. + +## Examples + + +```cpp +Aspose::Cells::Startup(); +// El siguiente código establece la resolución a 192, el ancho y la altura de la imagen generada son el doble de +// el que tiene la resolución dejada como el valor predeterminado 96. +Workbook wb(u"Book1.xlsx"); + +ImageOrPrintOptions opts; + +//Establecer el tipo de imagen de salida: png. +opts.SetImageType(ImageType::Png); + +//Establecer la resolución a 192. +opts.SetHorizontalResolution(192); +opts.SetVerticalResolution(192); + +//Renderizar la página de la hoja de cálculo a imagen. +SheetRender sr(wb.GetWorksheets().Get(0), opts); +sr.ToImage(0, u"Sheet_Page1.png"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getimagetype/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getimagetype/_index.md new file mode 100644 index 00000000000..932647775f2 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getimagetype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::GetImageType method +linktitle: GetImageType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::GetImageType method. Gets or sets the format of the generated images. default value: PNG in C++.' +type: docs +weight: 7100 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/getimagetype/ +--- +## ImageOrPrintOptions::GetImageType method + + +Gets or sets the format of the generated images. default value: PNG. + +```cpp +Aspose::Cells::Drawing::ImageType Aspose::Cells::Rendering::ImageOrPrintOptions::GetImageType() +``` + +## See Also + +* Enum [ImageType](../../../aspose.cells.drawing/imagetype/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getonepagepersheet/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getonepagepersheet/_index.md new file mode 100644 index 00000000000..47cab673ac0 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getonepagepersheet/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::GetOnePagePerSheet method +linktitle: GetOnePagePerSheet +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::GetOnePagePerSheet method. If OnePagePerSheet is true , all content of one sheet will output to only one page in result. The paper size of pagesetup will be invalid, and the other settings of pagesetup will still take effect in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/getonepagepersheet/ +--- +## ImageOrPrintOptions::GetOnePagePerSheet method + + +If OnePagePerSheet is true , all content of one sheet will output to only one page in result. The paper size of pagesetup will be invalid, and the other settings of pagesetup will still take effect. + +```cpp +bool Aspose::Cells::Rendering::ImageOrPrintOptions::GetOnePagePerSheet() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getonlyarea/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getonlyarea/_index.md new file mode 100644 index 00000000000..759a9460a86 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getonlyarea/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::GetOnlyArea method +linktitle: GetOnlyArea +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::GetOnlyArea method. If this property is true , one Area will be output, and no scale will take effect in C++.' +type: docs +weight: 3400 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/getonlyarea/ +--- +## ImageOrPrintOptions::GetOnlyArea method + + +If this property is true , one Area will be output, and no scale will take effect. + +```cpp +bool Aspose::Cells::Rendering::ImageOrPrintOptions::GetOnlyArea() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getoutputblankpagewhennothingtoprint/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getoutputblankpagewhennothingtoprint/_index.md new file mode 100644 index 00000000000..4c7521b230d --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getoutputblankpagewhennothingtoprint/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::GetOutputBlankPageWhenNothingToPrint method +linktitle: GetOutputBlankPageWhenNothingToPrint +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::GetOutputBlankPageWhenNothingToPrint method. Indicates whether to output a blank page when there is nothing to print in C++.' +type: docs +weight: 5500 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/getoutputblankpagewhennothingtoprint/ +--- +## ImageOrPrintOptions::GetOutputBlankPageWhenNothingToPrint method + + +Indicates whether to output a blank page when there is nothing to print. + +```cpp +bool Aspose::Cells::Rendering::ImageOrPrintOptions::GetOutputBlankPageWhenNothingToPrint() +``` + +## Remarks + + +Default is false. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getpagecount/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getpagecount/_index.md new file mode 100644 index 00000000000..1714d65cd88 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getpagecount/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::GetPageCount method +linktitle: GetPageCount +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::GetPageCount method. Gets or sets the number of pages to save in C++.' +type: docs +weight: 4700 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/getpagecount/ +--- +## ImageOrPrintOptions::GetPageCount method + + +Gets or sets the number of pages to save. + +```cpp +int32_t Aspose::Cells::Rendering::ImageOrPrintOptions::GetPageCount() +``` + +## Remarks + + +Default is System.Int32.MaxValue which means all pages will be rendered. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getpageindex/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getpageindex/_index.md new file mode 100644 index 00000000000..061df64c30d --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getpageindex/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::GetPageIndex method +linktitle: GetPageIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::GetPageIndex method. Gets or sets the 0-based index of the first page to save in C++.' +type: docs +weight: 4500 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/getpageindex/ +--- +## ImageOrPrintOptions::GetPageIndex method + + +Gets or sets the 0-based index of the first page to save. + +```cpp +int32_t Aspose::Cells::Rendering::ImageOrPrintOptions::GetPageIndex() +``` + +## Remarks + + +Default is 0. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getpagesavingcallback/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getpagesavingcallback/_index.md new file mode 100644 index 00000000000..9aecaf8dbda --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getpagesavingcallback/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::GetPageSavingCallback method +linktitle: GetPageSavingCallback +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::GetPageSavingCallback method. Control/Indicate progress of page saving process in C++.' +type: docs +weight: 4000 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/getpagesavingcallback/ +--- +## ImageOrPrintOptions::GetPageSavingCallback method + + +Control/Indicate progress of page saving process. + +```cpp +IPageSavingCallback * Aspose::Cells::Rendering::ImageOrPrintOptions::GetPageSavingCallback() +``` + +## See Also + +* Class [IPageSavingCallback](../../ipagesavingcallback/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getprintingpage/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getprintingpage/_index.md new file mode 100644 index 00000000000..0e38faaab2c --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getprintingpage/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::GetPrintingPage method +linktitle: GetPrintingPage +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::GetPrintingPage method. Indicates which pages will not be printed in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/getprintingpage/ +--- +## ImageOrPrintOptions::GetPrintingPage method + + +Indicates which pages will not be printed. + +```cpp +PrintingPageType Aspose::Cells::Rendering::ImageOrPrintOptions::GetPrintingPage() +``` + +## See Also + +* Enum [PrintingPageType](../../../aspose.cells/printingpagetype/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getprintwithstatusdialog/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getprintwithstatusdialog/_index.md new file mode 100644 index 00000000000..63725333cb7 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getprintwithstatusdialog/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::GetPrintWithStatusDialog method +linktitle: GetPrintWithStatusDialog +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::GetPrintWithStatusDialog method. If PrintWithStatusDialog = true , there will be a dialog that shows current print status. else no such dialog will show in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/getprintwithstatusdialog/ +--- +## ImageOrPrintOptions::GetPrintWithStatusDialog method + + +If PrintWithStatusDialog = true , there will be a dialog that shows current print status. else no such dialog will show. + +```cpp +bool Aspose::Cells::Rendering::ImageOrPrintOptions::GetPrintWithStatusDialog() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getquality/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getquality/_index.md new file mode 100644 index 00000000000..a629ef60f9b --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getquality/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::GetQuality method +linktitle: GetQuality +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::GetQuality method. Gets or sets a value determining the quality of the generated images to apply only when saving pages to the Jpeg format. The default value is 100 in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/getquality/ +--- +## ImageOrPrintOptions::GetQuality method + + +Gets or sets a value determining the quality of the generated images to apply only when saving pages to the **Jpeg** format. The default value is 100. + +```cpp +int32_t Aspose::Cells::Rendering::ImageOrPrintOptions::GetQuality() +``` + +## Remarks + + +Has effect only when saving to JPEG. The value must be between 0 and 100. The default value is 100. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getsheetset/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getsheetset/_index.md new file mode 100644 index 00000000000..a0a8fc975f9 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getsheetset/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::GetSheetSet method +linktitle: GetSheetSet +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::GetSheetSet method. Gets or sets the sheets to render. Default is all visible sheets in the workbook: Aspose.Cells.Rendering.SheetSet.Visible in C++.' +type: docs +weight: 6500 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/getsheetset/ +--- +## ImageOrPrintOptions::GetSheetSet method + + +Gets or sets the sheets to render. Default is all visible sheets in the workbook: Aspose.Cells.Rendering.SheetSet.Visible. + +```cpp +SheetSet Aspose::Cells::Rendering::ImageOrPrintOptions::GetSheetSet() +``` + +## Remarks + + +The set is ignored when it is used in [SheetRender](../../sheetrender/) +## See Also + +* Class [SheetSet](../../sheetset/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getsvgcssprefix/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getsvgcssprefix/_index.md new file mode 100644 index 00000000000..ac6ca0323e9 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getsvgcssprefix/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::GetSvgCssPrefix method +linktitle: GetSvgCssPrefix +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::GetSvgCssPrefix method. Gets and sets the prefix of the css name in svg,the default value is empty string in C++.' +type: docs +weight: 3200 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/getsvgcssprefix/ +--- +## ImageOrPrintOptions::GetSvgCssPrefix method + + +Gets and sets the prefix of the css name in svg,the default value is empty string. + + +>Deprecated +> +>Use SvgImageOptions.CssPrefix property instead. +```cpp +U16String Aspose::Cells::Rendering::ImageOrPrintOptions::GetSvgCssPrefix() +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use SvgImageOptions.CssPrefix. This property will be removed 12 months later since April 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getsvgfittoviewport/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getsvgfittoviewport/_index.md new file mode 100644 index 00000000000..08e1499a7ff --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getsvgfittoviewport/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::GetSVGFitToViewPort method +linktitle: GetSVGFitToViewPort +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::GetSVGFitToViewPort method. if this property is true, the generated svg will fit to view port in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/getsvgfittoviewport/ +--- +## ImageOrPrintOptions::GetSVGFitToViewPort method + + +if this property is true, the generated svg will fit to view port. + + +>Deprecated +> +>Use SvgImageOptions.FitToViewPort property instead. +```cpp +bool Aspose::Cells::Rendering::ImageOrPrintOptions::GetSVGFitToViewPort() +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use SvgImageOptions.FitToViewPort. This property will be removed 12 months later since April 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/gettextcrosstype/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/gettextcrosstype/_index.md new file mode 100644 index 00000000000..ef5cb15e77e --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/gettextcrosstype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::GetTextCrossType method +linktitle: GetTextCrossType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::GetTextCrossType method. Gets or sets displaying text type when the text width is larger than cell width in C++.' +type: docs +weight: 6100 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/gettextcrosstype/ +--- +## ImageOrPrintOptions::GetTextCrossType method + + +Gets or sets displaying text type when the text width is larger than cell width. + +```cpp +TextCrossType Aspose::Cells::Rendering::ImageOrPrintOptions::GetTextCrossType() +``` + +## See Also + +* Enum [TextCrossType](../../../aspose.cells/textcrosstype/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/gettiffbinarizationmethod/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/gettiffbinarizationmethod/_index.md new file mode 100644 index 00000000000..cedd62363bf --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/gettiffbinarizationmethod/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::GetTiffBinarizationMethod method +linktitle: GetTiffBinarizationMethod +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::GetTiffBinarizationMethod method. Gets or sets method used while converting images to 1 bpp format when ImageType is Tiff and TiffCompression is equal to Ccitt3 or Ccitt4 in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/gettiffbinarizationmethod/ +--- +## ImageOrPrintOptions::GetTiffBinarizationMethod method + + +Gets or sets method used while converting images to 1 bpp format when [ImageType](../../../aspose.cells.drawing/imagetype/) is Tiff and [TiffCompression](../../tiffcompression/) is equal to Ccitt3 or Ccitt4. + +```cpp +ImageBinarizationMethod Aspose::Cells::Rendering::ImageOrPrintOptions::GetTiffBinarizationMethod() +``` + +## Remarks + + +The default value is FloydSteinbergDithering. +## See Also + +* Enum [ImageBinarizationMethod](../../imagebinarizationmethod/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/gettiffcolordepth/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/gettiffcolordepth/_index.md new file mode 100644 index 00000000000..8af371ced82 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/gettiffcolordepth/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::GetTiffColorDepth method +linktitle: GetTiffColorDepth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::GetTiffColorDepth method. Gets or sets bit depth to apply only when saving pages to the Tiff format in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/gettiffcolordepth/ +--- +## ImageOrPrintOptions::GetTiffColorDepth method + + +Gets or sets bit depth to apply only when saving pages to the **Tiff** format. + +```cpp +ColorDepth Aspose::Cells::Rendering::ImageOrPrintOptions::GetTiffColorDepth() +``` + +## Remarks + + +Has effect only when saving to TIFF. If TiffCompression is set to CCITT3, CCITT4, this will not take effect, the bit depth of the generated tiff image will be always 1. +## See Also + +* Enum [ColorDepth](../../colordepth/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/gettiffcompression/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/gettiffcompression/_index.md new file mode 100644 index 00000000000..6cc83759293 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/gettiffcompression/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::GetTiffCompression method +linktitle: GetTiffCompression +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::GetTiffCompression method. Gets or sets the type of compression to apply only when saving pages to the Tiff format in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/gettiffcompression/ +--- +## ImageOrPrintOptions::GetTiffCompression method + + +Gets or sets the type of compression to apply only when saving pages to the **Tiff** format. + +```cpp +TiffCompression Aspose::Cells::Rendering::ImageOrPrintOptions::GetTiffCompression() +``` + +## Remarks + + +Has effect only when saving to TIFF. The default value is Lzw. +## See Also + +* Enum [TiffCompression](../../tiffcompression/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/gettransparent/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/gettransparent/_index.md new file mode 100644 index 00000000000..a426ddf1ad3 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/gettransparent/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::GetTransparent method +linktitle: GetTransparent +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::GetTransparent method. Indicates if the background of generated image should be transparent in C++.' +type: docs +weight: 3600 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/gettransparent/ +--- +## ImageOrPrintOptions::GetTransparent method + + +Indicates if the background of generated image should be transparent. + +```cpp +bool Aspose::Cells::Rendering::ImageOrPrintOptions::GetTransparent() +``` + +## Remarks + + +The default value is false. That means the background of the generated images is white. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getverticalresolution/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getverticalresolution/_index.md new file mode 100644 index 00000000000..cf3b298daa3 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getverticalresolution/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::GetVerticalResolution method +linktitle: GetVerticalResolution +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::GetVerticalResolution method. Gets or sets the vertical resolution for generated images, in dots per inch in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/getverticalresolution/ +--- +## ImageOrPrintOptions::GetVerticalResolution method + + +Gets or sets the vertical resolution for generated images, in dots per inch. + +```cpp +int32_t Aspose::Cells::Rendering::ImageOrPrintOptions::GetVerticalResolution() +``` + +## Remarks + + +The default value is 96. + +Setting HorizontalResolution and VerticalResolution effects the width and height of the output image in pixels. + +## Examples + + +```cpp +Aspose::Cells::Startup(); +// El siguiente código establece la resolución a 192, el ancho y la altura de la imagen generada son el doble de +// el que tiene la resolución dejada como el valor predeterminado 96. +Workbook wb(u"Book1.xlsx"); + +ImageOrPrintOptions opts; + +//Establecer el tipo de imagen de salida: png. +opts.SetImageType(ImageType::Png); + +//Establecer la resolución a 192. +opts.SetHorizontalResolution(192); +opts.SetVerticalResolution(192); + +//Renderizar el gráfico a imagen. +wb.GetWorksheets().Get(0).GetCharts().Get(0).ToImage(u"Chart.png", opts); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getwarningcallback/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getwarningcallback/_index.md new file mode 100644 index 00000000000..c72ebaad76c --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/getwarningcallback/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::GetWarningCallback method +linktitle: GetWarningCallback +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::GetWarningCallback method. Gets or sets warning callback in C++.' +type: docs +weight: 3900 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/getwarningcallback/ +--- +## ImageOrPrintOptions::GetWarningCallback method + + +Gets or sets warning callback. + +```cpp +IWarningCallback * Aspose::Cells::Rendering::ImageOrPrintOptions::GetWarningCallback() +``` + +## See Also + +* Class [IWarningCallback](../../../aspose.cells/iwarningcallback/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/imageorprintoptions/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/imageorprintoptions/_index.md new file mode 100644 index 00000000000..152a9ff8a95 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/imageorprintoptions/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::ImageOrPrintOptions constructor +linktitle: ImageOrPrintOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::ImageOrPrintOptions constructor. Ctor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/imageorprintoptions/ +--- +## ImageOrPrintOptions::ImageOrPrintOptions() constructor + + +Ctor. + +```cpp +Aspose::Cells::Rendering::ImageOrPrintOptions::ImageOrPrintOptions() +``` + +## See Also + +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) +## ImageOrPrintOptions::ImageOrPrintOptions(ImageOrPrintOptions_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Rendering::ImageOrPrintOptions::ImageOrPrintOptions(ImageOrPrintOptions_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) +## ImageOrPrintOptions::ImageOrPrintOptions(const ImageOrPrintOptions\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Rendering::ImageOrPrintOptions::ImageOrPrintOptions(const ImageOrPrintOptions &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageOrPrintOptions](../) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/isfontsubstitutionchargranularity/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/isfontsubstitutionchargranularity/_index.md new file mode 100644 index 00000000000..30838946829 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/isfontsubstitutionchargranularity/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::IsFontSubstitutionCharGranularity method +linktitle: IsFontSubstitutionCharGranularity +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::IsFontSubstitutionCharGranularity method. Indicates whether to only substitute the font of character when the cell font is not compatibility for it in C++.' +type: docs +weight: 4300 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/isfontsubstitutionchargranularity/ +--- +## ImageOrPrintOptions::IsFontSubstitutionCharGranularity method + + +Indicates whether to only substitute the font of character when the cell font is not compatibility for it. + +```cpp +bool Aspose::Cells::Rendering::ImageOrPrintOptions::IsFontSubstitutionCharGranularity() +``` + +## Remarks + + +Default is false. We will try default font of [Workbook](../../../aspose.cells/workbook/) and PdfSaveOption/system for cell font first. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/isnull/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/isnull/_index.md new file mode 100644 index 00000000000..efeed1b64e6 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/isnull/ +--- +## ImageOrPrintOptions::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Rendering::ImageOrPrintOptions::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/isoptimized/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/isoptimized/_index.md new file mode 100644 index 00000000000..67a0737c13b --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/isoptimized/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::IsOptimized method +linktitle: IsOptimized +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::IsOptimized method. Indicates whether to optimize the output elements in C++.' +type: docs +weight: 4900 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/isoptimized/ +--- +## ImageOrPrintOptions::IsOptimized method + + +Indicates whether to optimize the output elements. + +```cpp +bool Aspose::Cells::Rendering::ImageOrPrintOptions::IsOptimized() +``` + +## Remarks + + +Default value is false. Currently when this property is set to true, the following optimizations will be done:1. optimize the border lines. +1. optimize the file size while rendering to Svg image. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/operator_asm/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/operator_asm/_index.md new file mode 100644 index 00000000000..fab1cf9acd9 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/operator_asm/ +--- +## ImageOrPrintOptions::operator= method + + +operator= + +```cpp +ImageOrPrintOptions & Aspose::Cells::Rendering::ImageOrPrintOptions::operator=(const ImageOrPrintOptions &src) +``` + +## See Also + +* Class [ImageOrPrintOptions](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/operator_bool/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/operator_bool/_index.md new file mode 100644 index 00000000000..e5f4b329435 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/operator_bool/ +--- +## ImageOrPrintOptions::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Rendering::ImageOrPrintOptions::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setallcolumnsinonepagepersheet/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setallcolumnsinonepagepersheet/_index.md new file mode 100644 index 00000000000..b60945f6366 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setallcolumnsinonepagepersheet/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::SetAllColumnsInOnePagePerSheet method +linktitle: SetAllColumnsInOnePagePerSheet +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::SetAllColumnsInOnePagePerSheet method. If AllColumnsInOnePagePerSheet is true , all column content of one sheet will output to only one page in result. The width of paper size of pagesetup will be invalid, and the other settings of pagesetup will still take effect in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/setallcolumnsinonepagepersheet/ +--- +## ImageOrPrintOptions::SetAllColumnsInOnePagePerSheet method + + +If AllColumnsInOnePagePerSheet is true , all column content of one sheet will output to only one page in result. The width of paper size of pagesetup will be invalid, and the other settings of pagesetup will still take effect. + +```cpp +void Aspose::Cells::Rendering::ImageOrPrintOptions::SetAllColumnsInOnePagePerSheet(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setcheckworkbookdefaultfont/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setcheckworkbookdefaultfont/_index.md new file mode 100644 index 00000000000..c1a914e4b51 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setcheckworkbookdefaultfont/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::SetCheckWorkbookDefaultFont method +linktitle: SetCheckWorkbookDefaultFont +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::SetCheckWorkbookDefaultFont method. When characters in the Excel are Unicode and not be set with correct font in cell style, They may appear as block in pdf,image. Set this to true to try to use workbook''s default font to show these characters first in C++.' +type: docs +weight: 5400 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/setcheckworkbookdefaultfont/ +--- +## ImageOrPrintOptions::SetCheckWorkbookDefaultFont method + + +When characters in the Excel are Unicode and not be set with correct font in cell style, They may appear as block in pdf,image. Set this to true to try to use workbook's default font to show these characters first. + +```cpp +void Aspose::Cells::Rendering::ImageOrPrintOptions::SetCheckWorkbookDefaultFont(bool value) +``` + +## Remarks + + +Default is true. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setcustomrendersettings/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setcustomrendersettings/_index.md new file mode 100644 index 00000000000..43ee0210816 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setcustomrendersettings/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::SetCustomRenderSettings method +linktitle: SetCustomRenderSettings +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::SetCustomRenderSettings method. Gets or sets custom settings during rendering in C++.' +type: docs +weight: 7000 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/setcustomrendersettings/ +--- +## ImageOrPrintOptions::SetCustomRenderSettings method + + +Gets or sets custom settings during rendering. + +```cpp +void Aspose::Cells::Rendering::ImageOrPrintOptions::SetCustomRenderSettings(const CustomRenderSettings &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CustomRenderSettings](../../customrendersettings/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setdefaulteditlanguage/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setdefaulteditlanguage/_index.md new file mode 100644 index 00000000000..f286832870c --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setdefaulteditlanguage/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::SetDefaultEditLanguage method +linktitle: SetDefaultEditLanguage +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::SetDefaultEditLanguage method. Gets or sets default edit language in C++.' +type: docs +weight: 6400 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/setdefaulteditlanguage/ +--- +## ImageOrPrintOptions::SetDefaultEditLanguage method + + +Gets or sets default edit language. + +```cpp +void Aspose::Cells::Rendering::ImageOrPrintOptions::SetDefaultEditLanguage(DefaultEditLanguage value) +``` + +## Remarks + + +It may display/render different layouts for text paragraph when different edit languages is set. Default is [Aspose.Cells.DefaultEditLanguage.Auto](../../../aspose.cells/defaulteditlanguage/). +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [DefaultEditLanguage](../../../aspose.cells/defaulteditlanguage/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setdefaultfont/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setdefaultfont/_index.md new file mode 100644 index 00000000000..d0d2e7482dc --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setdefaultfont/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::SetDefaultFont method +linktitle: SetDefaultFont +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::SetDefaultFont method. When characters in the Excel are Unicode and not be set with correct font in cell style, They may appear as block in pdf,image. Set the DefaultFont such as MingLiu or MS Gothic to show these characters. If this property is not set, Aspose.Cells will use system default font to show these unicode characters in C++.' +type: docs +weight: 5200 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/setdefaultfont/ +--- +## ImageOrPrintOptions::SetDefaultFont(const U16String\&) method + + +When characters in the Excel are Unicode and not be set with correct font in cell style, They may appear as block in pdf,image. Set the DefaultFont such as MingLiu or MS Gothic to show these characters. If this property is not set, [Aspose.Cells](../../../aspose.cells/) will use system default font to show these unicode characters. + +```cpp +void Aspose::Cells::Rendering::ImageOrPrintOptions::SetDefaultFont(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) +## ImageOrPrintOptions::SetDefaultFont(const char16_t*) method + + +When characters in the Excel are Unicode and not be set with correct font in cell style, They may appear as block in pdf,image. Set the DefaultFont such as MingLiu or MS Gothic to show these characters. If this property is not set, [Aspose.Cells](../../../aspose.cells/) will use system default font to show these unicode characters. + +```cpp +void Aspose::Cells::Rendering::ImageOrPrintOptions::SetDefaultFont(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setdesiredsize/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setdesiredsize/_index.md new file mode 100644 index 00000000000..8cf26a53b67 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setdesiredsize/_index.md @@ -0,0 +1,37 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::SetDesiredSize method +linktitle: SetDesiredSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::SetDesiredSize method. Sets desired width and height of image in C++.' +type: docs +weight: 4800 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/setdesiredsize/ +--- +## ImageOrPrintOptions::SetDesiredSize method + + +Sets desired width and height of image. + +```cpp +void Aspose::Cells::Rendering::ImageOrPrintOptions::SetDesiredSize(int32_t desiredWidth, int32_t desiredHeight, bool keepAspectRatio) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| desiredWidth | int32_t | desired width in pixels | +| desiredHeight | int32_t | desired height in pixels | +| keepAspectRatio | bool | whether to keep aspect ratio of origin image | +## Remarks + + + +The width and height of the output image in pixels will be only based on the set desired width and height. + +The HorizontalResolution and VerticalResolution will not effect the width and height of the output image in this case. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setdrawobjecteventhandler/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setdrawobjecteventhandler/_index.md new file mode 100644 index 00000000000..0a5816675a3 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setdrawobjecteventhandler/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::SetDrawObjectEventHandler method +linktitle: SetDrawObjectEventHandler +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::SetDrawObjectEventHandler method. Implements this interface to get DrawObject and Bound when rendering in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/setdrawobjecteventhandler/ +--- +## ImageOrPrintOptions::SetDrawObjectEventHandler method + + +Implements this interface to get [DrawObject](../../drawobject/) and Bound when rendering. + +```cpp +void Aspose::Cells::Rendering::ImageOrPrintOptions::SetDrawObjectEventHandler(DrawObjectEventHandler *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DrawObjectEventHandler](../../drawobjecteventhandler/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setembededimagenameinsvg/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setembededimagenameinsvg/_index.md new file mode 100644 index 00000000000..2a997ea3e1b --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setembededimagenameinsvg/_index.md @@ -0,0 +1,60 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::SetEmbededImageNameInSvg method +linktitle: SetEmbededImageNameInSvg +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::SetEmbededImageNameInSvg method. Indicate the filename of embedded image in svg. This should be full path with directory like "c:\\xpsEmbedded" in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/setembededimagenameinsvg/ +--- +## ImageOrPrintOptions::SetEmbededImageNameInSvg(const U16String\&) method + + +Indicate the filename of embedded image in svg. This should be full path with directory like "c:\\xpsEmbedded". + + +>Deprecated +> +>Images are now always embedded in Svg with base64 format, please remove this property. +```cpp +void Aspose::Cells::Rendering::ImageOrPrintOptions::SetEmbededImageNameInSvg(const U16String &value) +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please remove this property because images are now always embedded in Svg with base64 format. This property will be removed 12 months later since April 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) +## ImageOrPrintOptions::SetEmbededImageNameInSvg(const char16_t*) method + + +Indicate the filename of embedded image in svg. This should be full path with directory like "c:\\xpsEmbedded". + + +>Deprecated +> +>Images are now always embedded in Svg with base64 format, please remove this property. +```cpp +void Aspose::Cells::Rendering::ImageOrPrintOptions::SetEmbededImageNameInSvg(const char16_t *value) +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please remove this property because images are now always embedded in Svg with base64 format. This property will be removed 12 months later since April 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setemfrendersetting/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setemfrendersetting/_index.md new file mode 100644 index 00000000000..3f15a51f26a --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setemfrendersetting/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::SetEmfRenderSetting method +linktitle: SetEmfRenderSetting +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::SetEmfRenderSetting method. Setting for rendering Emf metafiles in source file in C++.' +type: docs +weight: 6800 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/setemfrendersetting/ +--- +## ImageOrPrintOptions::SetEmfRenderSetting method + + +Setting for rendering Emf metafiles in source file. + +```cpp +void Aspose::Cells::Rendering::ImageOrPrintOptions::SetEmfRenderSetting(EmfRenderSetting value) +``` + +## Remarks + + +EMF metafiles identified as "EMF+ Dual" can contain both EMF+ records and EMF records. Either type of record can be used to render the image, only EMF+ records, or only EMF records. When [Aspose.Cells.EmfRenderSetting.EmfPlusPrefer](../../../aspose.cells/emfrendersetting/) is set, then EMF+ records will be parsed while rendering to image, otherwise only EMF records will be parsed. Default value is [Aspose.Cells.EmfRenderSetting.EmfOnly](../../../aspose.cells/emfrendersetting/). For the frameworks that depend on .Net System.Drawing.Common, this setting is ignored. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [EmfRenderSetting](../../../aspose.cells/emfrendersetting/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setgridlinecolor/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setgridlinecolor/_index.md new file mode 100644 index 00000000000..625b465bd3f --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setgridlinecolor/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::SetGridlineColor method +linktitle: SetGridlineColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::SetGridlineColor method. Gets or sets gridline colr in C++.' +type: docs +weight: 6000 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/setgridlinecolor/ +--- +## ImageOrPrintOptions::SetGridlineColor method + + +Gets or sets gridline colr. + +```cpp +void Aspose::Cells::Rendering::ImageOrPrintOptions::SetGridlineColor(const Aspose::Cells::Color &value) +``` + +## Remarks + + +It will ignore the gridline color settings in the source file. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setgridlinetype/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setgridlinetype/_index.md new file mode 100644 index 00000000000..7f594583cba --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setgridlinetype/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::SetGridlineType method +linktitle: SetGridlineType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::SetGridlineType method. Gets or sets gridline type in C++.' +type: docs +weight: 5800 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/setgridlinetype/ +--- +## ImageOrPrintOptions::SetGridlineType method + + +Gets or sets gridline type. + +```cpp +void Aspose::Cells::Rendering::ImageOrPrintOptions::SetGridlineType(GridlineType value) +``` + +## Remarks + + +Default is Dotted type. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [GridlineType](../../../aspose.cells/gridlinetype/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/sethorizontalresolution/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/sethorizontalresolution/_index.md new file mode 100644 index 00000000000..050c3b7de88 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/sethorizontalresolution/_index.md @@ -0,0 +1,55 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::SetHorizontalResolution method +linktitle: SetHorizontalResolution +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::SetHorizontalResolution method. Gets or sets the horizontal resolution for generated images, in dots per inch in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/sethorizontalresolution/ +--- +## ImageOrPrintOptions::SetHorizontalResolution method + + +Gets or sets the horizontal resolution for generated images, in dots per inch. + +```cpp +void Aspose::Cells::Rendering::ImageOrPrintOptions::SetHorizontalResolution(int32_t value) +``` + +## Remarks + + +The default value is 96. + +Setting HorizontalResolution and VerticalResolution effects the width and height of the output image in pixels. + +## Examples + + +```cpp +Aspose::Cells::Startup(); +// El siguiente código establece la resolución a 192, el ancho y la altura de la imagen generada son el doble de +// el que tiene la resolución dejada como el valor predeterminado 96. +Workbook wb(u"Book1.xlsx"); + +ImageOrPrintOptions opts; + +//Establecer el tipo de imagen de salida: png. +opts.SetImageType(ImageType::Png); + +//Establecer la resolución a 192. +opts.SetHorizontalResolution(192); +opts.SetVerticalResolution(192); + +//Renderizar la página de la hoja de cálculo a imagen. +SheetRender sr(wb.GetWorksheets().Get(0), opts); +sr.ToImage(0, u"Sheet_Page1.png"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setimagetype/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setimagetype/_index.md new file mode 100644 index 00000000000..ec71da6c47f --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setimagetype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::SetImageType method +linktitle: SetImageType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::SetImageType method. Gets or sets the format of the generated images. default value: PNG in C++.' +type: docs +weight: 7200 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/setimagetype/ +--- +## ImageOrPrintOptions::SetImageType method + + +Gets or sets the format of the generated images. default value: PNG. + +```cpp +void Aspose::Cells::Rendering::ImageOrPrintOptions::SetImageType(Aspose::Cells::Drawing::ImageType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ImageType](../../../aspose.cells.drawing/imagetype/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setisfontsubstitutionchargranularity/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setisfontsubstitutionchargranularity/_index.md new file mode 100644 index 00000000000..ca23210a049 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setisfontsubstitutionchargranularity/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::SetIsFontSubstitutionCharGranularity method +linktitle: SetIsFontSubstitutionCharGranularity +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::SetIsFontSubstitutionCharGranularity method. Indicates whether to only substitute the font of character when the cell font is not compatibility for it in C++.' +type: docs +weight: 4200 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/setisfontsubstitutionchargranularity/ +--- +## ImageOrPrintOptions::SetIsFontSubstitutionCharGranularity method + + +Indicates whether to only substitute the font of character when the cell font is not compatibility for it. + +```cpp +void Aspose::Cells::Rendering::ImageOrPrintOptions::SetIsFontSubstitutionCharGranularity(bool value) +``` + +## Remarks + + +Default is false. We will try default font of [Workbook](../../../aspose.cells/workbook/) and PdfSaveOption/system for cell font first. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setisoptimized/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setisoptimized/_index.md new file mode 100644 index 00000000000..33ddb623569 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setisoptimized/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::SetIsOptimized method +linktitle: SetIsOptimized +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::SetIsOptimized method. Indicates whether to optimize the output elements in C++.' +type: docs +weight: 5000 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/setisoptimized/ +--- +## ImageOrPrintOptions::SetIsOptimized method + + +Indicates whether to optimize the output elements. + +```cpp +void Aspose::Cells::Rendering::ImageOrPrintOptions::SetIsOptimized(bool value) +``` + +## Remarks + + +Default value is false. Currently when this property is set to true, the following optimizations will be done:1. optimize the border lines. +1. optimize the file size while rendering to Svg image. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setonepagepersheet/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setonepagepersheet/_index.md new file mode 100644 index 00000000000..b41aeca9620 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setonepagepersheet/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::SetOnePagePerSheet method +linktitle: SetOnePagePerSheet +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::SetOnePagePerSheet method. If OnePagePerSheet is true , all content of one sheet will output to only one page in result. The paper size of pagesetup will be invalid, and the other settings of pagesetup will still take effect in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/setonepagepersheet/ +--- +## ImageOrPrintOptions::SetOnePagePerSheet method + + +If OnePagePerSheet is true , all content of one sheet will output to only one page in result. The paper size of pagesetup will be invalid, and the other settings of pagesetup will still take effect. + +```cpp +void Aspose::Cells::Rendering::ImageOrPrintOptions::SetOnePagePerSheet(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setonlyarea/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setonlyarea/_index.md new file mode 100644 index 00000000000..d5e125af568 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setonlyarea/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::SetOnlyArea method +linktitle: SetOnlyArea +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::SetOnlyArea method. If this property is true , one Area will be output, and no scale will take effect in C++.' +type: docs +weight: 3500 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/setonlyarea/ +--- +## ImageOrPrintOptions::SetOnlyArea method + + +If this property is true , one Area will be output, and no scale will take effect. + +```cpp +void Aspose::Cells::Rendering::ImageOrPrintOptions::SetOnlyArea(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setoutputblankpagewhennothingtoprint/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setoutputblankpagewhennothingtoprint/_index.md new file mode 100644 index 00000000000..1e71699b370 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setoutputblankpagewhennothingtoprint/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::SetOutputBlankPageWhenNothingToPrint method +linktitle: SetOutputBlankPageWhenNothingToPrint +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::SetOutputBlankPageWhenNothingToPrint method. Indicates whether to output a blank page when there is nothing to print in C++.' +type: docs +weight: 5600 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/setoutputblankpagewhennothingtoprint/ +--- +## ImageOrPrintOptions::SetOutputBlankPageWhenNothingToPrint method + + +Indicates whether to output a blank page when there is nothing to print. + +```cpp +void Aspose::Cells::Rendering::ImageOrPrintOptions::SetOutputBlankPageWhenNothingToPrint(bool value) +``` + +## Remarks + + +Default is false. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setpagecount/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setpagecount/_index.md new file mode 100644 index 00000000000..194464124a0 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setpagecount/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::SetPageCount method +linktitle: SetPageCount +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::SetPageCount method. Gets or sets the number of pages to save in C++.' +type: docs +weight: 4600 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/setpagecount/ +--- +## ImageOrPrintOptions::SetPageCount method + + +Gets or sets the number of pages to save. + +```cpp +void Aspose::Cells::Rendering::ImageOrPrintOptions::SetPageCount(int32_t value) +``` + +## Remarks + + +Default is System.Int32.MaxValue which means all pages will be rendered. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setpageindex/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setpageindex/_index.md new file mode 100644 index 00000000000..6578dccee5d --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setpageindex/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::SetPageIndex method +linktitle: SetPageIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::SetPageIndex method. Gets or sets the 0-based index of the first page to save in C++.' +type: docs +weight: 4400 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/setpageindex/ +--- +## ImageOrPrintOptions::SetPageIndex method + + +Gets or sets the 0-based index of the first page to save. + +```cpp +void Aspose::Cells::Rendering::ImageOrPrintOptions::SetPageIndex(int32_t value) +``` + +## Remarks + + +Default is 0. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setpagesavingcallback/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setpagesavingcallback/_index.md new file mode 100644 index 00000000000..78e77625c2a --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setpagesavingcallback/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::SetPageSavingCallback method +linktitle: SetPageSavingCallback +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::SetPageSavingCallback method. Control/Indicate progress of page saving process in C++.' +type: docs +weight: 4100 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/setpagesavingcallback/ +--- +## ImageOrPrintOptions::SetPageSavingCallback method + + +Control/Indicate progress of page saving process. + +```cpp +void Aspose::Cells::Rendering::ImageOrPrintOptions::SetPageSavingCallback(IPageSavingCallback *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [IPageSavingCallback](../../ipagesavingcallback/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setprintingpage/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setprintingpage/_index.md new file mode 100644 index 00000000000..cded4c239ca --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setprintingpage/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::SetPrintingPage method +linktitle: SetPrintingPage +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::SetPrintingPage method. Indicates which pages will not be printed in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/setprintingpage/ +--- +## ImageOrPrintOptions::SetPrintingPage method + + +Indicates which pages will not be printed. + +```cpp +void Aspose::Cells::Rendering::ImageOrPrintOptions::SetPrintingPage(PrintingPageType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PrintingPageType](../../../aspose.cells/printingpagetype/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setprintwithstatusdialog/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setprintwithstatusdialog/_index.md new file mode 100644 index 00000000000..32ee384311c --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setprintwithstatusdialog/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::SetPrintWithStatusDialog method +linktitle: SetPrintWithStatusDialog +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::SetPrintWithStatusDialog method. If PrintWithStatusDialog = true , there will be a dialog that shows current print status. else no such dialog will show in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/setprintwithstatusdialog/ +--- +## ImageOrPrintOptions::SetPrintWithStatusDialog method + + +If PrintWithStatusDialog = true , there will be a dialog that shows current print status. else no such dialog will show. + +```cpp +void Aspose::Cells::Rendering::ImageOrPrintOptions::SetPrintWithStatusDialog(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setquality/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setquality/_index.md new file mode 100644 index 00000000000..6b5798a8761 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setquality/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::SetQuality method +linktitle: SetQuality +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::SetQuality method. Gets or sets a value determining the quality of the generated images to apply only when saving pages to the Jpeg format. The default value is 100 in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/setquality/ +--- +## ImageOrPrintOptions::SetQuality method + + +Gets or sets a value determining the quality of the generated images to apply only when saving pages to the **Jpeg** format. The default value is 100. + +```cpp +void Aspose::Cells::Rendering::ImageOrPrintOptions::SetQuality(int32_t value) +``` + +## Remarks + + +Has effect only when saving to JPEG. The value must be between 0 and 100. The default value is 100. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setsheetset/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setsheetset/_index.md new file mode 100644 index 00000000000..e7e22d76fca --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setsheetset/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::SetSheetSet method +linktitle: SetSheetSet +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::SetSheetSet method. Gets or sets the sheets to render. Default is all visible sheets in the workbook: Aspose.Cells.Rendering.SheetSet.Visible in C++.' +type: docs +weight: 6600 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/setsheetset/ +--- +## ImageOrPrintOptions::SetSheetSet method + + +Gets or sets the sheets to render. Default is all visible sheets in the workbook: Aspose.Cells.Rendering.SheetSet.Visible. + +```cpp +void Aspose::Cells::Rendering::ImageOrPrintOptions::SetSheetSet(const SheetSet &value) +``` + +## Remarks + + +The set is ignored when it is used in [SheetRender](../../sheetrender/) +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SheetSet](../../sheetset/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setsvgcssprefix/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setsvgcssprefix/_index.md new file mode 100644 index 00000000000..0357fa384bb --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setsvgcssprefix/_index.md @@ -0,0 +1,60 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::SetSvgCssPrefix method +linktitle: SetSvgCssPrefix +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::SetSvgCssPrefix method. Gets and sets the prefix of the css name in svg,the default value is empty string in C++.' +type: docs +weight: 3300 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/setsvgcssprefix/ +--- +## ImageOrPrintOptions::SetSvgCssPrefix(const U16String\&) method + + +Gets and sets the prefix of the css name in svg,the default value is empty string. + + +>Deprecated +> +>Use SvgImageOptions.CssPrefix property instead. +```cpp +void Aspose::Cells::Rendering::ImageOrPrintOptions::SetSvgCssPrefix(const U16String &value) +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use SvgImageOptions.CssPrefix. This property will be removed 12 months later since April 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) +## ImageOrPrintOptions::SetSvgCssPrefix(const char16_t*) method + + +Gets and sets the prefix of the css name in svg,the default value is empty string. + + +>Deprecated +> +>Use SvgImageOptions.CssPrefix property instead. +```cpp +void Aspose::Cells::Rendering::ImageOrPrintOptions::SetSvgCssPrefix(const char16_t *value) +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use SvgImageOptions.CssPrefix. This property will be removed 12 months later since April 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setsvgfittoviewport/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setsvgfittoviewport/_index.md new file mode 100644 index 00000000000..639357493bc --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setsvgfittoviewport/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::SetSVGFitToViewPort method +linktitle: SetSVGFitToViewPort +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::SetSVGFitToViewPort method. if this property is true, the generated svg will fit to view port in C++.' +type: docs +weight: 3100 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/setsvgfittoviewport/ +--- +## ImageOrPrintOptions::SetSVGFitToViewPort method + + +if this property is true, the generated svg will fit to view port. + + +>Deprecated +> +>Use SvgImageOptions.FitToViewPort property instead. +```cpp +void Aspose::Cells::Rendering::ImageOrPrintOptions::SetSVGFitToViewPort(bool value) +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use SvgImageOptions.FitToViewPort. This property will be removed 12 months later since April 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/settextcrosstype/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/settextcrosstype/_index.md new file mode 100644 index 00000000000..301946757fc --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/settextcrosstype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::SetTextCrossType method +linktitle: SetTextCrossType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::SetTextCrossType method. Gets or sets displaying text type when the text width is larger than cell width in C++.' +type: docs +weight: 6200 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/settextcrosstype/ +--- +## ImageOrPrintOptions::SetTextCrossType method + + +Gets or sets displaying text type when the text width is larger than cell width. + +```cpp +void Aspose::Cells::Rendering::ImageOrPrintOptions::SetTextCrossType(TextCrossType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [TextCrossType](../../../aspose.cells/textcrosstype/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/settiffbinarizationmethod/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/settiffbinarizationmethod/_index.md new file mode 100644 index 00000000000..8093ece7c28 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/settiffbinarizationmethod/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::SetTiffBinarizationMethod method +linktitle: SetTiffBinarizationMethod +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::SetTiffBinarizationMethod method. Gets or sets method used while converting images to 1 bpp format when ImageType is Tiff and TiffCompression is equal to Ccitt3 or Ccitt4 in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/settiffbinarizationmethod/ +--- +## ImageOrPrintOptions::SetTiffBinarizationMethod method + + +Gets or sets method used while converting images to 1 bpp format when [ImageType](../../../aspose.cells.drawing/imagetype/) is Tiff and [TiffCompression](../../tiffcompression/) is equal to Ccitt3 or Ccitt4. + +```cpp +void Aspose::Cells::Rendering::ImageOrPrintOptions::SetTiffBinarizationMethod(ImageBinarizationMethod value) +``` + +## Remarks + + +The default value is FloydSteinbergDithering. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ImageBinarizationMethod](../../imagebinarizationmethod/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/settiffcolordepth/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/settiffcolordepth/_index.md new file mode 100644 index 00000000000..9b5d3dae9fb --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/settiffcolordepth/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::SetTiffColorDepth method +linktitle: SetTiffColorDepth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::SetTiffColorDepth method. Gets or sets bit depth to apply only when saving pages to the Tiff format in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/settiffcolordepth/ +--- +## ImageOrPrintOptions::SetTiffColorDepth method + + +Gets or sets bit depth to apply only when saving pages to the **Tiff** format. + +```cpp +void Aspose::Cells::Rendering::ImageOrPrintOptions::SetTiffColorDepth(ColorDepth value) +``` + +## Remarks + + +Has effect only when saving to TIFF. If TiffCompression is set to CCITT3, CCITT4, this will not take effect, the bit depth of the generated tiff image will be always 1. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ColorDepth](../../colordepth/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/settiffcompression/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/settiffcompression/_index.md new file mode 100644 index 00000000000..eff7e984d61 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/settiffcompression/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::SetTiffCompression method +linktitle: SetTiffCompression +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::SetTiffCompression method. Gets or sets the type of compression to apply only when saving pages to the Tiff format in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/settiffcompression/ +--- +## ImageOrPrintOptions::SetTiffCompression method + + +Gets or sets the type of compression to apply only when saving pages to the **Tiff** format. + +```cpp +void Aspose::Cells::Rendering::ImageOrPrintOptions::SetTiffCompression(TiffCompression value) +``` + +## Remarks + + +Has effect only when saving to TIFF. The default value is Lzw. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [TiffCompression](../../tiffcompression/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/settransparent/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/settransparent/_index.md new file mode 100644 index 00000000000..4e23bdf3218 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/settransparent/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::SetTransparent method +linktitle: SetTransparent +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::SetTransparent method. Indicates if the background of generated image should be transparent in C++.' +type: docs +weight: 3700 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/settransparent/ +--- +## ImageOrPrintOptions::SetTransparent method + + +Indicates if the background of generated image should be transparent. + +```cpp +void Aspose::Cells::Rendering::ImageOrPrintOptions::SetTransparent(bool value) +``` + +## Remarks + + +The default value is false. That means the background of the generated images is white. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setverticalresolution/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setverticalresolution/_index.md new file mode 100644 index 00000000000..cdb12932967 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setverticalresolution/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::SetVerticalResolution method +linktitle: SetVerticalResolution +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::SetVerticalResolution method. Gets or sets the vertical resolution for generated images, in dots per inch in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/setverticalresolution/ +--- +## ImageOrPrintOptions::SetVerticalResolution method + + +Gets or sets the vertical resolution for generated images, in dots per inch. + +```cpp +void Aspose::Cells::Rendering::ImageOrPrintOptions::SetVerticalResolution(int32_t value) +``` + +## Remarks + + +The default value is 96. + +Setting HorizontalResolution and VerticalResolution effects the width and height of the output image in pixels. + +## Examples + + +```cpp +Aspose::Cells::Startup(); +// El siguiente código establece la resolución a 192, el ancho y la altura de la imagen generada son el doble de +// el que tiene la resolución dejada como el valor predeterminado 96. +Workbook wb(u"Book1.xlsx"); + +ImageOrPrintOptions opts; + +//Establecer el tipo de imagen de salida: png. +opts.SetImageType(ImageType::Png); + +//Establecer la resolución a 192. +opts.SetHorizontalResolution(192); +opts.SetVerticalResolution(192); + +//Renderizar el gráfico a imagen. +wb.GetWorksheets().Get(0).GetCharts().Get(0).ToImage(u"Chart.png", opts); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setwarningcallback/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setwarningcallback/_index.md new file mode 100644 index 00000000000..7647c78a625 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/setwarningcallback/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::SetWarningCallback method +linktitle: SetWarningCallback +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::SetWarningCallback method. Gets or sets warning callback in C++.' +type: docs +weight: 3800 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/setwarningcallback/ +--- +## ImageOrPrintOptions::SetWarningCallback method + + +Gets or sets warning callback. + +```cpp +void Aspose::Cells::Rendering::ImageOrPrintOptions::SetWarningCallback(IWarningCallback *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [IWarningCallback](../../../aspose.cells/iwarningcallback/) +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/imageorprintoptions/~imageorprintoptions/_index.md b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/~imageorprintoptions/_index.md new file mode 100644 index 00000000000..ddaa3722160 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/imageorprintoptions/~imageorprintoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Rendering::ImageOrPrintOptions::~ImageOrPrintOptions method +linktitle: ~ImageOrPrintOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::ImageOrPrintOptions::~ImageOrPrintOptions method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.rendering/imageorprintoptions/~imageorprintoptions/ +--- +## ImageOrPrintOptions::~ImageOrPrintOptions method + + +Destructor. + +```cpp +Aspose::Cells::Rendering::ImageOrPrintOptions::~ImageOrPrintOptions() +``` + +## See Also + +* Class [ImageOrPrintOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/ipagesavingcallback/_index.md b/spanish/cpp/aspose.cells.rendering/ipagesavingcallback/_index.md new file mode 100644 index 00000000000..aa9e320663e --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/ipagesavingcallback/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Rendering::IPageSavingCallback class +linktitle: IPageSavingCallback +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::IPageSavingCallback class. Control/Indicate progress of page saving process in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.rendering/ipagesavingcallback/ +--- +## IPageSavingCallback class + + +Control/Indicate progress of page saving process. + +```cpp +class IPageSavingCallback +``` + +## Methods + +| Method | Description | +| --- | --- | +| virtual [PageEndSaving(PageEndSavingArgs\& args)](./pageendsaving/) | Control/Indicate a page ends to be output. | +| virtual [PageStartSaving(PageStartSavingArgs\& args)](./pagestartsaving/) | Control/Indicate a page starts to be output. | +## See Also + +* Namespace [Aspose::Cells::Rendering](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.rendering/ipagesavingcallback/pageendsaving/_index.md b/spanish/cpp/aspose.cells.rendering/ipagesavingcallback/pageendsaving/_index.md new file mode 100644 index 00000000000..fe029268e18 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/ipagesavingcallback/pageendsaving/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Rendering::IPageSavingCallback::PageEndSaving method +linktitle: PageEndSaving +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::IPageSavingCallback::PageEndSaving method. Control/Indicate a page ends to be output in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.rendering/ipagesavingcallback/pageendsaving/ +--- +## IPageSavingCallback::PageEndSaving method + + +Control/Indicate a page ends to be output. + +```cpp +virtual void Aspose::Cells::Rendering::IPageSavingCallback::PageEndSaving(PageEndSavingArgs &args)=0 +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| args | PageEndSavingArgs\& | Info for a page ends saving process. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PageEndSavingArgs](../../pageendsavingargs/) +* Class [IPageSavingCallback](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/ipagesavingcallback/pagestartsaving/_index.md b/spanish/cpp/aspose.cells.rendering/ipagesavingcallback/pagestartsaving/_index.md new file mode 100644 index 00000000000..d22112e8610 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/ipagesavingcallback/pagestartsaving/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Rendering::IPageSavingCallback::PageStartSaving method +linktitle: PageStartSaving +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::IPageSavingCallback::PageStartSaving method. Control/Indicate a page starts to be output in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.rendering/ipagesavingcallback/pagestartsaving/ +--- +## IPageSavingCallback::PageStartSaving method + + +Control/Indicate a page starts to be output. + +```cpp +virtual void Aspose::Cells::Rendering::IPageSavingCallback::PageStartSaving(PageStartSavingArgs &args)=0 +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| args | PageStartSavingArgs\& | Info for a page starts saving process. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PageStartSavingArgs](../../pagestartsavingargs/) +* Class [IPageSavingCallback](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/pageendsavingargs/_impl/_index.md b/spanish/cpp/aspose.cells.rendering/pageendsavingargs/_impl/_index.md new file mode 100644 index 00000000000..08b3917c2dc --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/pageendsavingargs/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Rendering::PageEndSavingArgs::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PageEndSavingArgs::_impl field. The implementation object in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.rendering/pageendsavingargs/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +PageEndSavingArgs_Impl* Aspose::Cells::Rendering::PageEndSavingArgs::_impl +``` + +## See Also + +* Class [PageEndSavingArgs](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/pageendsavingargs/_index.md b/spanish/cpp/aspose.cells.rendering/pageendsavingargs/_index.md new file mode 100644 index 00000000000..8590d33350e --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/pageendsavingargs/_index.md @@ -0,0 +1,47 @@ +--- +title: Aspose::Cells::Rendering::PageEndSavingArgs class +linktitle: PageEndSavingArgs +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PageEndSavingArgs class. Info for a page ends saving process in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.rendering/pageendsavingargs/ +--- +## PageEndSavingArgs class + + +Info for a page ends saving process. + +```cpp +class PageEndSavingArgs : public Aspose::Cells::Rendering::PageSavingArgs +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetHasMorePages()](./gethasmorepages/) | Gets or sets a value indicating whether having more pages to be output. The default value is true. | +| [GetPageCount()](../pagesavingargs/getpagecount/) | Total page count. | +| [GetPageIndex()](../pagesavingargs/getpageindex/) | Current page index, zero based. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const PageEndSavingArgs\& src)](./operator_asm/) | operator= | +| [operator=(const PageSavingArgs\& src)](../pagesavingargs/operator_asm/) | operator= | +| [PageEndSavingArgs(PageEndSavingArgs_Impl* impl)](./pageendsavingargs/) | Constructs from an implementation object. | +| [PageEndSavingArgs(const PageEndSavingArgs\& src)](./pageendsavingargs/) | Copy constructor. | +| [PageEndSavingArgs(const PageSavingArgs\& src)](./pageendsavingargs/) | Constructs from a parent object. | +| [PageSavingArgs(PageSavingArgs_Impl* impl)](../pagesavingargs/pagesavingargs/) | Constructs from an implementation object. | +| [PageSavingArgs(const PageSavingArgs\& src)](../pagesavingargs/pagesavingargs/) | Copy constructor. | +| [SetHasMorePages(bool value)](./sethasmorepages/) | Gets or sets a value indicating whether having more pages to be output. The default value is true. | +| [~PageEndSavingArgs()](./~pageendsavingargs/) | Destructor. | +| [~PageSavingArgs()](../pagesavingargs/~pagesavingargs/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [PageSavingArgs](../pagesavingargs/) +* Namespace [Aspose::Cells::Rendering](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.rendering/pageendsavingargs/gethasmorepages/_index.md b/spanish/cpp/aspose.cells.rendering/pageendsavingargs/gethasmorepages/_index.md new file mode 100644 index 00000000000..c83e94b69e2 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/pageendsavingargs/gethasmorepages/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::PageEndSavingArgs::GetHasMorePages method +linktitle: GetHasMorePages +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PageEndSavingArgs::GetHasMorePages method. Gets or sets a value indicating whether having more pages to be output. The default value is true in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.rendering/pageendsavingargs/gethasmorepages/ +--- +## PageEndSavingArgs::GetHasMorePages method + + +Gets or sets a value indicating whether having more pages to be output. The default value is true. + +```cpp +bool Aspose::Cells::Rendering::PageEndSavingArgs::GetHasMorePages() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PageEndSavingArgs](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/pageendsavingargs/isnull/_index.md b/spanish/cpp/aspose.cells.rendering/pageendsavingargs/isnull/_index.md new file mode 100644 index 00000000000..f15e3382737 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/pageendsavingargs/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Rendering::PageEndSavingArgs::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PageEndSavingArgs::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.rendering/pageendsavingargs/isnull/ +--- +## PageEndSavingArgs::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Rendering::PageEndSavingArgs::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PageEndSavingArgs](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/pageendsavingargs/operator_asm/_index.md b/spanish/cpp/aspose.cells.rendering/pageendsavingargs/operator_asm/_index.md new file mode 100644 index 00000000000..ca95340860e --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/pageendsavingargs/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Rendering::PageEndSavingArgs::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PageEndSavingArgs::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.rendering/pageendsavingargs/operator_asm/ +--- +## PageEndSavingArgs::operator= method + + +operator= + +```cpp +PageEndSavingArgs & Aspose::Cells::Rendering::PageEndSavingArgs::operator=(const PageEndSavingArgs &src) +``` + +## See Also + +* Class [PageEndSavingArgs](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PageEndSavingArgs](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/pageendsavingargs/operator_bool/_index.md b/spanish/cpp/aspose.cells.rendering/pageendsavingargs/operator_bool/_index.md new file mode 100644 index 00000000000..f92c9106408 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/pageendsavingargs/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Rendering::PageEndSavingArgs::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PageEndSavingArgs::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.rendering/pageendsavingargs/operator_bool/ +--- +## PageEndSavingArgs::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Rendering::PageEndSavingArgs::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [PageEndSavingArgs](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/pageendsavingargs/pageendsavingargs/_index.md b/spanish/cpp/aspose.cells.rendering/pageendsavingargs/pageendsavingargs/_index.md new file mode 100644 index 00000000000..921f48ca67b --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/pageendsavingargs/pageendsavingargs/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Rendering::PageEndSavingArgs::PageEndSavingArgs constructor +linktitle: PageEndSavingArgs +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PageEndSavingArgs::PageEndSavingArgs constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.rendering/pageendsavingargs/pageendsavingargs/ +--- +## PageEndSavingArgs::PageEndSavingArgs(PageEndSavingArgs_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Rendering::PageEndSavingArgs::PageEndSavingArgs(PageEndSavingArgs_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PageEndSavingArgs](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) +## PageEndSavingArgs::PageEndSavingArgs(const PageEndSavingArgs\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Rendering::PageEndSavingArgs::PageEndSavingArgs(const PageEndSavingArgs &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PageEndSavingArgs](../) +* Class [PageEndSavingArgs](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) +## PageEndSavingArgs::PageEndSavingArgs(const PageSavingArgs\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Rendering::PageEndSavingArgs::PageEndSavingArgs(const PageSavingArgs &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PageSavingArgs](../../pagesavingargs/) +* Class [PageEndSavingArgs](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/pageendsavingargs/sethasmorepages/_index.md b/spanish/cpp/aspose.cells.rendering/pageendsavingargs/sethasmorepages/_index.md new file mode 100644 index 00000000000..5d8d163557c --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/pageendsavingargs/sethasmorepages/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::PageEndSavingArgs::SetHasMorePages method +linktitle: SetHasMorePages +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PageEndSavingArgs::SetHasMorePages method. Gets or sets a value indicating whether having more pages to be output. The default value is true in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.rendering/pageendsavingargs/sethasmorepages/ +--- +## PageEndSavingArgs::SetHasMorePages method + + +Gets or sets a value indicating whether having more pages to be output. The default value is true. + +```cpp +void Aspose::Cells::Rendering::PageEndSavingArgs::SetHasMorePages(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PageEndSavingArgs](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/pageendsavingargs/~pageendsavingargs/_index.md b/spanish/cpp/aspose.cells.rendering/pageendsavingargs/~pageendsavingargs/_index.md new file mode 100644 index 00000000000..5b1cdfe2690 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/pageendsavingargs/~pageendsavingargs/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Rendering::PageEndSavingArgs::~PageEndSavingArgs method +linktitle: ~PageEndSavingArgs +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PageEndSavingArgs::~PageEndSavingArgs method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.rendering/pageendsavingargs/~pageendsavingargs/ +--- +## PageEndSavingArgs::~PageEndSavingArgs method + + +Destructor. + +```cpp +Aspose::Cells::Rendering::PageEndSavingArgs::~PageEndSavingArgs() +``` + +## See Also + +* Class [PageEndSavingArgs](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/pagesavingargs/_impl/_index.md b/spanish/cpp/aspose.cells.rendering/pagesavingargs/_impl/_index.md new file mode 100644 index 00000000000..b4cdaa1ccc0 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/pagesavingargs/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Rendering::PageSavingArgs::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PageSavingArgs::_impl field. The implementation object in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.rendering/pagesavingargs/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +PageSavingArgs_Impl* Aspose::Cells::Rendering::PageSavingArgs::_impl +``` + +## See Also + +* Class [PageSavingArgs](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/pagesavingargs/_index.md b/spanish/cpp/aspose.cells.rendering/pagesavingargs/_index.md new file mode 100644 index 00000000000..e6eb6448783 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/pagesavingargs/_index.md @@ -0,0 +1,39 @@ +--- +title: Aspose::Cells::Rendering::PageSavingArgs class +linktitle: PageSavingArgs +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PageSavingArgs class. Info for a page saving process in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.rendering/pagesavingargs/ +--- +## PageSavingArgs class + + +Info for a page saving process. + +```cpp +class PageSavingArgs +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetPageCount()](./getpagecount/) | Total page count. | +| [GetPageIndex()](./getpageindex/) | Current page index, zero based. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const PageSavingArgs\& src)](./operator_asm/) | operator= | +| [PageSavingArgs(PageSavingArgs_Impl* impl)](./pagesavingargs/) | Constructs from an implementation object. | +| [PageSavingArgs(const PageSavingArgs\& src)](./pagesavingargs/) | Copy constructor. | +| [~PageSavingArgs()](./~pagesavingargs/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Rendering](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.rendering/pagesavingargs/getpagecount/_index.md b/spanish/cpp/aspose.cells.rendering/pagesavingargs/getpagecount/_index.md new file mode 100644 index 00000000000..2f2d9e40096 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/pagesavingargs/getpagecount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::PageSavingArgs::GetPageCount method +linktitle: GetPageCount +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PageSavingArgs::GetPageCount method. Total page count in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.rendering/pagesavingargs/getpagecount/ +--- +## PageSavingArgs::GetPageCount method + + +Total page count. + +```cpp +int32_t Aspose::Cells::Rendering::PageSavingArgs::GetPageCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PageSavingArgs](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/pagesavingargs/getpageindex/_index.md b/spanish/cpp/aspose.cells.rendering/pagesavingargs/getpageindex/_index.md new file mode 100644 index 00000000000..5824f6cf17a --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/pagesavingargs/getpageindex/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::PageSavingArgs::GetPageIndex method +linktitle: GetPageIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PageSavingArgs::GetPageIndex method. Current page index, zero based in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.rendering/pagesavingargs/getpageindex/ +--- +## PageSavingArgs::GetPageIndex method + + +Current page index, zero based. + +```cpp +int32_t Aspose::Cells::Rendering::PageSavingArgs::GetPageIndex() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PageSavingArgs](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/pagesavingargs/isnull/_index.md b/spanish/cpp/aspose.cells.rendering/pagesavingargs/isnull/_index.md new file mode 100644 index 00000000000..9804794acc3 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/pagesavingargs/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Rendering::PageSavingArgs::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PageSavingArgs::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.rendering/pagesavingargs/isnull/ +--- +## PageSavingArgs::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Rendering::PageSavingArgs::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PageSavingArgs](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/pagesavingargs/operator_asm/_index.md b/spanish/cpp/aspose.cells.rendering/pagesavingargs/operator_asm/_index.md new file mode 100644 index 00000000000..f08abca1f05 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/pagesavingargs/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Rendering::PageSavingArgs::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PageSavingArgs::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.rendering/pagesavingargs/operator_asm/ +--- +## PageSavingArgs::operator= method + + +operator= + +```cpp +PageSavingArgs & Aspose::Cells::Rendering::PageSavingArgs::operator=(const PageSavingArgs &src) +``` + +## See Also + +* Class [PageSavingArgs](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PageSavingArgs](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/pagesavingargs/operator_bool/_index.md b/spanish/cpp/aspose.cells.rendering/pagesavingargs/operator_bool/_index.md new file mode 100644 index 00000000000..4060c50e913 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/pagesavingargs/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Rendering::PageSavingArgs::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PageSavingArgs::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.rendering/pagesavingargs/operator_bool/ +--- +## PageSavingArgs::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Rendering::PageSavingArgs::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [PageSavingArgs](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/pagesavingargs/pagesavingargs/_index.md b/spanish/cpp/aspose.cells.rendering/pagesavingargs/pagesavingargs/_index.md new file mode 100644 index 00000000000..78b09c687f1 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/pagesavingargs/pagesavingargs/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Rendering::PageSavingArgs::PageSavingArgs constructor +linktitle: PageSavingArgs +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PageSavingArgs::PageSavingArgs constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.rendering/pagesavingargs/pagesavingargs/ +--- +## PageSavingArgs::PageSavingArgs(PageSavingArgs_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Rendering::PageSavingArgs::PageSavingArgs(PageSavingArgs_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PageSavingArgs](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) +## PageSavingArgs::PageSavingArgs(const PageSavingArgs\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Rendering::PageSavingArgs::PageSavingArgs(const PageSavingArgs &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PageSavingArgs](../) +* Class [PageSavingArgs](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/pagesavingargs/~pagesavingargs/_index.md b/spanish/cpp/aspose.cells.rendering/pagesavingargs/~pagesavingargs/_index.md new file mode 100644 index 00000000000..f8d37ca4f76 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/pagesavingargs/~pagesavingargs/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Rendering::PageSavingArgs::~PageSavingArgs method +linktitle: ~PageSavingArgs +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PageSavingArgs::~PageSavingArgs method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.rendering/pagesavingargs/~pagesavingargs/ +--- +## PageSavingArgs::~PageSavingArgs method + + +Destructor. + +```cpp +Aspose::Cells::Rendering::PageSavingArgs::~PageSavingArgs() +``` + +## See Also + +* Class [PageSavingArgs](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/pagestartsavingargs/_impl/_index.md b/spanish/cpp/aspose.cells.rendering/pagestartsavingargs/_impl/_index.md new file mode 100644 index 00000000000..552267dfe5f --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/pagestartsavingargs/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Rendering::PageStartSavingArgs::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PageStartSavingArgs::_impl field. The implementation object in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.rendering/pagestartsavingargs/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +PageStartSavingArgs_Impl* Aspose::Cells::Rendering::PageStartSavingArgs::_impl +``` + +## See Also + +* Class [PageStartSavingArgs](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/pagestartsavingargs/_index.md b/spanish/cpp/aspose.cells.rendering/pagestartsavingargs/_index.md new file mode 100644 index 00000000000..8a44739074c --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/pagestartsavingargs/_index.md @@ -0,0 +1,47 @@ +--- +title: Aspose::Cells::Rendering::PageStartSavingArgs class +linktitle: PageStartSavingArgs +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PageStartSavingArgs class. Info for a page starts saving process in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.rendering/pagestartsavingargs/ +--- +## PageStartSavingArgs class + + +Info for a page starts saving process. + +```cpp +class PageStartSavingArgs : public Aspose::Cells::Rendering::PageSavingArgs +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetPageCount()](../pagesavingargs/getpagecount/) | Total page count. | +| [GetPageIndex()](../pagesavingargs/getpageindex/) | Current page index, zero based. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsToOutput()](./istooutput/) | Gets or sets a value indicating whether the page should be output. The default value is true. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const PageStartSavingArgs\& src)](./operator_asm/) | operator= | +| [operator=(const PageSavingArgs\& src)](../pagesavingargs/operator_asm/) | operator= | +| [PageSavingArgs(PageSavingArgs_Impl* impl)](../pagesavingargs/pagesavingargs/) | Constructs from an implementation object. | +| [PageSavingArgs(const PageSavingArgs\& src)](../pagesavingargs/pagesavingargs/) | Copy constructor. | +| [PageStartSavingArgs(PageStartSavingArgs_Impl* impl)](./pagestartsavingargs/) | Constructs from an implementation object. | +| [PageStartSavingArgs(const PageStartSavingArgs\& src)](./pagestartsavingargs/) | Copy constructor. | +| [PageStartSavingArgs(const PageSavingArgs\& src)](./pagestartsavingargs/) | Constructs from a parent object. | +| [SetIsToOutput(bool value)](./setistooutput/) | Gets or sets a value indicating whether the page should be output. The default value is true. | +| [~PageSavingArgs()](../pagesavingargs/~pagesavingargs/) | Destructor. | +| [~PageStartSavingArgs()](./~pagestartsavingargs/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [PageSavingArgs](../pagesavingargs/) +* Namespace [Aspose::Cells::Rendering](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.rendering/pagestartsavingargs/isnull/_index.md b/spanish/cpp/aspose.cells.rendering/pagestartsavingargs/isnull/_index.md new file mode 100644 index 00000000000..2a7dc1e5893 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/pagestartsavingargs/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Rendering::PageStartSavingArgs::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PageStartSavingArgs::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.rendering/pagestartsavingargs/isnull/ +--- +## PageStartSavingArgs::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Rendering::PageStartSavingArgs::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PageStartSavingArgs](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/pagestartsavingargs/istooutput/_index.md b/spanish/cpp/aspose.cells.rendering/pagestartsavingargs/istooutput/_index.md new file mode 100644 index 00000000000..45a190a8e44 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/pagestartsavingargs/istooutput/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::PageStartSavingArgs::IsToOutput method +linktitle: IsToOutput +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PageStartSavingArgs::IsToOutput method. Gets or sets a value indicating whether the page should be output. The default value is true in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.rendering/pagestartsavingargs/istooutput/ +--- +## PageStartSavingArgs::IsToOutput method + + +Gets or sets a value indicating whether the page should be output. The default value is true. + +```cpp +bool Aspose::Cells::Rendering::PageStartSavingArgs::IsToOutput() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PageStartSavingArgs](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/pagestartsavingargs/operator_asm/_index.md b/spanish/cpp/aspose.cells.rendering/pagestartsavingargs/operator_asm/_index.md new file mode 100644 index 00000000000..8e45b4a58fc --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/pagestartsavingargs/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Rendering::PageStartSavingArgs::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PageStartSavingArgs::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.rendering/pagestartsavingargs/operator_asm/ +--- +## PageStartSavingArgs::operator= method + + +operator= + +```cpp +PageStartSavingArgs & Aspose::Cells::Rendering::PageStartSavingArgs::operator=(const PageStartSavingArgs &src) +``` + +## See Also + +* Class [PageStartSavingArgs](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PageStartSavingArgs](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/pagestartsavingargs/operator_bool/_index.md b/spanish/cpp/aspose.cells.rendering/pagestartsavingargs/operator_bool/_index.md new file mode 100644 index 00000000000..b37093a9dfe --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/pagestartsavingargs/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Rendering::PageStartSavingArgs::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PageStartSavingArgs::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.rendering/pagestartsavingargs/operator_bool/ +--- +## PageStartSavingArgs::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Rendering::PageStartSavingArgs::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [PageStartSavingArgs](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/pagestartsavingargs/pagestartsavingargs/_index.md b/spanish/cpp/aspose.cells.rendering/pagestartsavingargs/pagestartsavingargs/_index.md new file mode 100644 index 00000000000..064d27f8980 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/pagestartsavingargs/pagestartsavingargs/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Rendering::PageStartSavingArgs::PageStartSavingArgs constructor +linktitle: PageStartSavingArgs +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PageStartSavingArgs::PageStartSavingArgs constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.rendering/pagestartsavingargs/pagestartsavingargs/ +--- +## PageStartSavingArgs::PageStartSavingArgs(PageStartSavingArgs_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Rendering::PageStartSavingArgs::PageStartSavingArgs(PageStartSavingArgs_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PageStartSavingArgs](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) +## PageStartSavingArgs::PageStartSavingArgs(const PageStartSavingArgs\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Rendering::PageStartSavingArgs::PageStartSavingArgs(const PageStartSavingArgs &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PageStartSavingArgs](../) +* Class [PageStartSavingArgs](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) +## PageStartSavingArgs::PageStartSavingArgs(const PageSavingArgs\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Rendering::PageStartSavingArgs::PageStartSavingArgs(const PageSavingArgs &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PageSavingArgs](../../pagesavingargs/) +* Class [PageStartSavingArgs](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/pagestartsavingargs/setistooutput/_index.md b/spanish/cpp/aspose.cells.rendering/pagestartsavingargs/setistooutput/_index.md new file mode 100644 index 00000000000..74be07bf565 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/pagestartsavingargs/setistooutput/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::PageStartSavingArgs::SetIsToOutput method +linktitle: SetIsToOutput +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PageStartSavingArgs::SetIsToOutput method. Gets or sets a value indicating whether the page should be output. The default value is true in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.rendering/pagestartsavingargs/setistooutput/ +--- +## PageStartSavingArgs::SetIsToOutput method + + +Gets or sets a value indicating whether the page should be output. The default value is true. + +```cpp +void Aspose::Cells::Rendering::PageStartSavingArgs::SetIsToOutput(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PageStartSavingArgs](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/pagestartsavingargs/~pagestartsavingargs/_index.md b/spanish/cpp/aspose.cells.rendering/pagestartsavingargs/~pagestartsavingargs/_index.md new file mode 100644 index 00000000000..124a2911652 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/pagestartsavingargs/~pagestartsavingargs/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Rendering::PageStartSavingArgs::~PageStartSavingArgs method +linktitle: ~PageStartSavingArgs +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PageStartSavingArgs::~PageStartSavingArgs method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.rendering/pagestartsavingargs/~pagestartsavingargs/ +--- +## PageStartSavingArgs::~PageStartSavingArgs method + + +Destructor. + +```cpp +Aspose::Cells::Rendering::PageStartSavingArgs::~PageStartSavingArgs() +``` + +## See Also + +* Class [PageStartSavingArgs](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/pdfbookmarkentry/_impl/_index.md b/spanish/cpp/aspose.cells.rendering/pdfbookmarkentry/_impl/_index.md new file mode 100644 index 00000000000..677eea53b6e --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/pdfbookmarkentry/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Rendering::PdfBookmarkEntry::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PdfBookmarkEntry::_impl field. The implementation object in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.rendering/pdfbookmarkentry/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +PdfBookmarkEntry_Impl* Aspose::Cells::Rendering::PdfBookmarkEntry::_impl +``` + +## See Also + +* Class [PdfBookmarkEntry](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/pdfbookmarkentry/_index.md b/spanish/cpp/aspose.cells.rendering/pdfbookmarkentry/_index.md new file mode 100644 index 00000000000..1baeb7b4ee7 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/pdfbookmarkentry/_index.md @@ -0,0 +1,86 @@ +--- +title: Aspose::Cells::Rendering::PdfBookmarkEntry class +linktitle: PdfBookmarkEntry +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PdfBookmarkEntry class. PdfBookmarkEntry is an entry in pdf bookmark. if Text property of current instance is null or "", current instance will be hidden and children will be inserted on current level in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.rendering/pdfbookmarkentry/ +--- +## PdfBookmarkEntry class + + +[PdfBookmarkEntry](./) is an entry in pdf bookmark. if Text property of current instance is null or "", current instance will be hidden and children will be inserted on current level. + +```cpp +class PdfBookmarkEntry +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetDestination()](./getdestination/) | The cell to which the bookmark link. | +| [GetDestinationName()](./getdestinationname/) | Gets or sets name of destination. | +| [GetText()](./gettext/) | Title of a bookmark. | +| [IsCollapse()](./iscollapse/) | When this property is true, the bookmarkentry will collapse, otherwise it will expand. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsOpen()](./isopen/) | When this property is true, the bookmarkentry will expand, otherwise it will collapse. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const PdfBookmarkEntry\& src)](./operator_asm/) | operator= | +| [PdfBookmarkEntry()](./pdfbookmarkentry/) | Default constructor. | +| [PdfBookmarkEntry(PdfBookmarkEntry_Impl* impl)](./pdfbookmarkentry/) | Constructs from an implementation object. | +| [PdfBookmarkEntry(const PdfBookmarkEntry\& src)](./pdfbookmarkentry/) | Copy constructor. | +| [SetDestination(const Cell\& value)](./setdestination/) | The cell to which the bookmark link. | +| [SetDestinationName(const U16String\& value)](./setdestinationname/) | Gets or sets name of destination. | +| [SetDestinationName(const char16_t* value)](./setdestinationname/) | Gets or sets name of destination. | +| [SetIsCollapse(bool value)](./setiscollapse/) | When this property is true, the bookmarkentry will collapse, otherwise it will expand. | +| [SetIsOpen(bool value)](./setisopen/) | When this property is true, the bookmarkentry will expand, otherwise it will collapse. | +| [SetText(const U16String\& value)](./settext/) | Title of a bookmark. | +| [SetText(const char16_t* value)](./settext/) | Title of a bookmark. | +| [~PdfBookmarkEntry()](./~pdfbookmarkentry/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook workbook; +workbook.GetWorksheets().Add(); +workbook.GetWorksheets().Add(); +Cell cellInPage1 = workbook.GetWorksheets().Get(0).GetCells().Get(u"A1"); +Cell cellInPage2 = workbook.GetWorksheets().Get(1).GetCells().Get(u"A1"); +Cell cellInPage3 = workbook.GetWorksheets().Get(2).GetCells().Get(u"A1"); +cellInPage1.PutValue(u"page1"); +cellInPage2.PutValue(u"page2"); +cellInPage3.PutValue(u"page3"); + +PdfBookmarkEntry pbeRoot; +pbeRoot.SetText(u"root"); // if pbeRoot.Text = null, all children of pbeRoot will be inserted on the top level in the bookmark. +pbeRoot.SetDestination(cellInPage1); +pbeRoot.SetIsOpen(false); + +PdfBookmarkEntry subPbe1; +subPbe1.SetText(u"section1"); +subPbe1.SetDestination(cellInPage2); + +PdfBookmarkEntry subPbe2; +subPbe2.SetText(u"section2"); +subPbe2.SetDestination(cellInPage3); + +PdfSaveOptions saveOptions; +saveOptions.SetBookmark(pbeRoot); +workbook.Save(u"output_bookmark.pdf", saveOptions); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::Rendering](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.rendering/pdfbookmarkentry/getdestination/_index.md b/spanish/cpp/aspose.cells.rendering/pdfbookmarkentry/getdestination/_index.md new file mode 100644 index 00000000000..1770671d853 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/pdfbookmarkentry/getdestination/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::PdfBookmarkEntry::GetDestination method +linktitle: GetDestination +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PdfBookmarkEntry::GetDestination method. The cell to which the bookmark link in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.rendering/pdfbookmarkentry/getdestination/ +--- +## PdfBookmarkEntry::GetDestination method + + +The cell to which the bookmark link. + +```cpp +Cell Aspose::Cells::Rendering::PdfBookmarkEntry::GetDestination() +``` + +## See Also + +* Class [Cell](../../../aspose.cells/cell/) +* Class [PdfBookmarkEntry](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/pdfbookmarkentry/getdestinationname/_index.md b/spanish/cpp/aspose.cells.rendering/pdfbookmarkentry/getdestinationname/_index.md new file mode 100644 index 00000000000..7b82f34f786 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/pdfbookmarkentry/getdestinationname/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Rendering::PdfBookmarkEntry::GetDestinationName method +linktitle: GetDestinationName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PdfBookmarkEntry::GetDestinationName method. Gets or sets name of destination in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.rendering/pdfbookmarkentry/getdestinationname/ +--- +## PdfBookmarkEntry::GetDestinationName method + + +Gets or sets name of destination. + +```cpp +U16String Aspose::Cells::Rendering::PdfBookmarkEntry::GetDestinationName() +``` + +## Remarks + + +If destination name is set, the destination will be defined as a named destination with this name. +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PdfBookmarkEntry](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/pdfbookmarkentry/gettext/_index.md b/spanish/cpp/aspose.cells.rendering/pdfbookmarkentry/gettext/_index.md new file mode 100644 index 00000000000..249598d8bb5 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/pdfbookmarkentry/gettext/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::PdfBookmarkEntry::GetText method +linktitle: GetText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PdfBookmarkEntry::GetText method. Title of a bookmark in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.rendering/pdfbookmarkentry/gettext/ +--- +## PdfBookmarkEntry::GetText method + + +Title of a bookmark. + +```cpp +U16String Aspose::Cells::Rendering::PdfBookmarkEntry::GetText() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PdfBookmarkEntry](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/pdfbookmarkentry/iscollapse/_index.md b/spanish/cpp/aspose.cells.rendering/pdfbookmarkentry/iscollapse/_index.md new file mode 100644 index 00000000000..99917306cdc --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/pdfbookmarkentry/iscollapse/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::PdfBookmarkEntry::IsCollapse method +linktitle: IsCollapse +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PdfBookmarkEntry::IsCollapse method. When this property is true, the bookmarkentry will collapse, otherwise it will expand in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.rendering/pdfbookmarkentry/iscollapse/ +--- +## PdfBookmarkEntry::IsCollapse method + + +When this property is true, the bookmarkentry will collapse, otherwise it will expand. + +```cpp +bool Aspose::Cells::Rendering::PdfBookmarkEntry::IsCollapse() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PdfBookmarkEntry](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/pdfbookmarkentry/isnull/_index.md b/spanish/cpp/aspose.cells.rendering/pdfbookmarkentry/isnull/_index.md new file mode 100644 index 00000000000..83253b209dc --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/pdfbookmarkentry/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Rendering::PdfBookmarkEntry::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PdfBookmarkEntry::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.rendering/pdfbookmarkentry/isnull/ +--- +## PdfBookmarkEntry::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Rendering::PdfBookmarkEntry::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PdfBookmarkEntry](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/pdfbookmarkentry/isopen/_index.md b/spanish/cpp/aspose.cells.rendering/pdfbookmarkentry/isopen/_index.md new file mode 100644 index 00000000000..d32d466074c --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/pdfbookmarkentry/isopen/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::PdfBookmarkEntry::IsOpen method +linktitle: IsOpen +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PdfBookmarkEntry::IsOpen method. When this property is true, the bookmarkentry will expand, otherwise it will collapse in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.rendering/pdfbookmarkentry/isopen/ +--- +## PdfBookmarkEntry::IsOpen method + + +When this property is true, the bookmarkentry will expand, otherwise it will collapse. + +```cpp +bool Aspose::Cells::Rendering::PdfBookmarkEntry::IsOpen() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PdfBookmarkEntry](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/pdfbookmarkentry/operator_asm/_index.md b/spanish/cpp/aspose.cells.rendering/pdfbookmarkentry/operator_asm/_index.md new file mode 100644 index 00000000000..bdccd402eb1 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/pdfbookmarkentry/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Rendering::PdfBookmarkEntry::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PdfBookmarkEntry::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.rendering/pdfbookmarkentry/operator_asm/ +--- +## PdfBookmarkEntry::operator= method + + +operator= + +```cpp +PdfBookmarkEntry & Aspose::Cells::Rendering::PdfBookmarkEntry::operator=(const PdfBookmarkEntry &src) +``` + +## See Also + +* Class [PdfBookmarkEntry](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PdfBookmarkEntry](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/pdfbookmarkentry/operator_bool/_index.md b/spanish/cpp/aspose.cells.rendering/pdfbookmarkentry/operator_bool/_index.md new file mode 100644 index 00000000000..e80db902716 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/pdfbookmarkentry/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Rendering::PdfBookmarkEntry::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PdfBookmarkEntry::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.rendering/pdfbookmarkentry/operator_bool/ +--- +## PdfBookmarkEntry::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Rendering::PdfBookmarkEntry::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [PdfBookmarkEntry](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/pdfbookmarkentry/pdfbookmarkentry/_index.md b/spanish/cpp/aspose.cells.rendering/pdfbookmarkentry/pdfbookmarkentry/_index.md new file mode 100644 index 00000000000..953396f167e --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/pdfbookmarkentry/pdfbookmarkentry/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::Rendering::PdfBookmarkEntry::PdfBookmarkEntry constructor +linktitle: PdfBookmarkEntry +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PdfBookmarkEntry::PdfBookmarkEntry constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.rendering/pdfbookmarkentry/pdfbookmarkentry/ +--- +## PdfBookmarkEntry::PdfBookmarkEntry() constructor + + +Default constructor. + +```cpp +Aspose::Cells::Rendering::PdfBookmarkEntry::PdfBookmarkEntry() +``` + +## See Also + +* Class [PdfBookmarkEntry](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) +## PdfBookmarkEntry::PdfBookmarkEntry(PdfBookmarkEntry_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Rendering::PdfBookmarkEntry::PdfBookmarkEntry(PdfBookmarkEntry_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PdfBookmarkEntry](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) +## PdfBookmarkEntry::PdfBookmarkEntry(const PdfBookmarkEntry\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Rendering::PdfBookmarkEntry::PdfBookmarkEntry(const PdfBookmarkEntry &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PdfBookmarkEntry](../) +* Class [PdfBookmarkEntry](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/pdfbookmarkentry/setdestination/_index.md b/spanish/cpp/aspose.cells.rendering/pdfbookmarkentry/setdestination/_index.md new file mode 100644 index 00000000000..e676663e4ee --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/pdfbookmarkentry/setdestination/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Rendering::PdfBookmarkEntry::SetDestination method +linktitle: SetDestination +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PdfBookmarkEntry::SetDestination method. The cell to which the bookmark link in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.rendering/pdfbookmarkentry/setdestination/ +--- +## PdfBookmarkEntry::SetDestination method + + +The cell to which the bookmark link. + +```cpp +void Aspose::Cells::Rendering::PdfBookmarkEntry::SetDestination(const Cell &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Cell](../../../aspose.cells/cell/) +* Class [PdfBookmarkEntry](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/pdfbookmarkentry/setdestinationname/_index.md b/spanish/cpp/aspose.cells.rendering/pdfbookmarkentry/setdestinationname/_index.md new file mode 100644 index 00000000000..3fb641b87ef --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/pdfbookmarkentry/setdestinationname/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::Rendering::PdfBookmarkEntry::SetDestinationName method +linktitle: SetDestinationName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PdfBookmarkEntry::SetDestinationName method. Gets or sets name of destination in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.rendering/pdfbookmarkentry/setdestinationname/ +--- +## PdfBookmarkEntry::SetDestinationName(const U16String\&) method + + +Gets or sets name of destination. + +```cpp +void Aspose::Cells::Rendering::PdfBookmarkEntry::SetDestinationName(const U16String &value) +``` + +## Remarks + + +If destination name is set, the destination will be defined as a named destination with this name. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PdfBookmarkEntry](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) +## PdfBookmarkEntry::SetDestinationName(const char16_t*) method + + +Gets or sets name of destination. + +```cpp +void Aspose::Cells::Rendering::PdfBookmarkEntry::SetDestinationName(const char16_t *value) +``` + +## Remarks + + +If destination name is set, the destination will be defined as a named destination with this name. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PdfBookmarkEntry](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/pdfbookmarkentry/setiscollapse/_index.md b/spanish/cpp/aspose.cells.rendering/pdfbookmarkentry/setiscollapse/_index.md new file mode 100644 index 00000000000..ebde7cd7a8a --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/pdfbookmarkentry/setiscollapse/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::PdfBookmarkEntry::SetIsCollapse method +linktitle: SetIsCollapse +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PdfBookmarkEntry::SetIsCollapse method. When this property is true, the bookmarkentry will collapse, otherwise it will expand in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.rendering/pdfbookmarkentry/setiscollapse/ +--- +## PdfBookmarkEntry::SetIsCollapse method + + +When this property is true, the bookmarkentry will collapse, otherwise it will expand. + +```cpp +void Aspose::Cells::Rendering::PdfBookmarkEntry::SetIsCollapse(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PdfBookmarkEntry](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/pdfbookmarkentry/setisopen/_index.md b/spanish/cpp/aspose.cells.rendering/pdfbookmarkentry/setisopen/_index.md new file mode 100644 index 00000000000..5d8cc42cb48 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/pdfbookmarkentry/setisopen/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::PdfBookmarkEntry::SetIsOpen method +linktitle: SetIsOpen +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PdfBookmarkEntry::SetIsOpen method. When this property is true, the bookmarkentry will expand, otherwise it will collapse in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.rendering/pdfbookmarkentry/setisopen/ +--- +## PdfBookmarkEntry::SetIsOpen method + + +When this property is true, the bookmarkentry will expand, otherwise it will collapse. + +```cpp +void Aspose::Cells::Rendering::PdfBookmarkEntry::SetIsOpen(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PdfBookmarkEntry](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/pdfbookmarkentry/settext/_index.md b/spanish/cpp/aspose.cells.rendering/pdfbookmarkentry/settext/_index.md new file mode 100644 index 00000000000..6fbdff9e45f --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/pdfbookmarkentry/settext/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Rendering::PdfBookmarkEntry::SetText method +linktitle: SetText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PdfBookmarkEntry::SetText method. Title of a bookmark in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.rendering/pdfbookmarkentry/settext/ +--- +## PdfBookmarkEntry::SetText(const U16String\&) method + + +Title of a bookmark. + +```cpp +void Aspose::Cells::Rendering::PdfBookmarkEntry::SetText(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PdfBookmarkEntry](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) +## PdfBookmarkEntry::SetText(const char16_t*) method + + +Title of a bookmark. + +```cpp +void Aspose::Cells::Rendering::PdfBookmarkEntry::SetText(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PdfBookmarkEntry](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/pdfbookmarkentry/~pdfbookmarkentry/_index.md b/spanish/cpp/aspose.cells.rendering/pdfbookmarkentry/~pdfbookmarkentry/_index.md new file mode 100644 index 00000000000..63faf2cbb92 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/pdfbookmarkentry/~pdfbookmarkentry/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Rendering::PdfBookmarkEntry::~PdfBookmarkEntry method +linktitle: ~PdfBookmarkEntry +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PdfBookmarkEntry::~PdfBookmarkEntry method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.rendering/pdfbookmarkentry/~pdfbookmarkentry/ +--- +## PdfBookmarkEntry::~PdfBookmarkEntry method + + +Destructor. + +```cpp +Aspose::Cells::Rendering::PdfBookmarkEntry::~PdfBookmarkEntry() +``` + +## See Also + +* Class [PdfBookmarkEntry](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/pdfcompliance/_index.md b/spanish/cpp/aspose.cells.rendering/pdfcompliance/_index.md new file mode 100644 index 00000000000..1aa09b89279 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/pdfcompliance/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Rendering::PdfCompliance enum +linktitle: PdfCompliance +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PdfCompliance enum. Allowing user to set PDF conversion''s Compatibility in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.rendering/pdfcompliance/ +--- +## PdfCompliance enum + + +Allowing user to set PDF conversion's Compatibility. + +```cpp +enum class PdfCompliance +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| None | 0 | **(Deprecated - Use PdfCompliance.Pdf14 instead. )**
Pdf format compatible with PDF 1.4. | +| Pdf14 | 0 |
Pdf format compatible with PDF 1.4. | +| Pdf15 | 3 |
Pdf format compatible with PDF 1.5. | +| Pdf16 | 4 |
Pdf format compatible with PDF 1.6. | +| Pdf17 | 5 |
Pdf format compatible with PDF 1.7. | +| PdfA1b | 1 |
Pdf format compatible with PDF/A-1b(ISO 19005-1) | +| PdfA1a | 2 |
Pdf format compatible with PDF/A-1a(ISO 19005-1) | +| PdfA2b | 6 |
Pdf format compatible with PDF/A-2b(ISO 19005-2) | +| PdfA2u | 7 |
Pdf format compatible with PDF/A-2u(ISO 19005-2) | +| PdfA2a | 8 |
Pdf format compatible with PDF/A-2a(ISO 19005-2) | +| PdfA3b | 9 |
Pdf format compatible with PDF/A-3b(ISO 19005-3) | +| PdfA3u | 10 |
Pdf format compatible with PDF/A-3u(ISO 19005-3) | +| PdfA3a | 11 |
Pdf format compatible with PDF/A-3a(ISO 19005-3) | + +## See Also + +* Namespace [Aspose::Cells::Rendering](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.rendering/pdfcompressioncore/_index.md b/spanish/cpp/aspose.cells.rendering/pdfcompressioncore/_index.md new file mode 100644 index 00000000000..0544378ddc9 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/pdfcompressioncore/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Cells::Rendering::PdfCompressionCore enum +linktitle: PdfCompressionCore +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PdfCompressionCore enum. Specifies a type of compression applied to all content in the PDF file except images in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.rendering/pdfcompressioncore/ +--- +## PdfCompressionCore enum + + +Specifies a type of compression applied to all content in the PDF file except images. + +```cpp +enum class PdfCompressionCore +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| None | 0 |
None. | +| Rle | 1 |
Rle. | +| Lzw | 2 |
Lzw. | +| Flate | 3 |
Flate. | + +## See Also + +* Namespace [Aspose::Cells::Rendering](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.rendering/pdfcustompropertiesexport/_index.md b/spanish/cpp/aspose.cells.rendering/pdfcustompropertiesexport/_index.md new file mode 100644 index 00000000000..228c83683b4 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/pdfcustompropertiesexport/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Rendering::PdfCustomPropertiesExport enum +linktitle: PdfCustomPropertiesExport +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PdfCustomPropertiesExport enum. Specifies the way CustomDocumentPropertyCollection are exported to PDF file in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.rendering/pdfcustompropertiesexport/ +--- +## PdfCustomPropertiesExport enum + + +Specifies the way CustomDocumentPropertyCollection are exported to PDF file. + +```cpp +enum class PdfCustomPropertiesExport +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| None | 0 |
No custom properties are exported. | +| Standard | 1 |
Custom properties are exported as entries in Info dictionary. | + +## See Also + +* Namespace [Aspose::Cells::Rendering](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.rendering/pdffontencoding/_index.md b/spanish/cpp/aspose.cells.rendering/pdffontencoding/_index.md new file mode 100644 index 00000000000..fc148e95805 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/pdffontencoding/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Rendering::PdfFontEncoding enum +linktitle: PdfFontEncoding +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PdfFontEncoding enum. Represents pdf embedded font encoding in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.rendering/pdffontencoding/ +--- +## PdfFontEncoding enum + + +Represents pdf embedded font encoding. + +```cpp +enum class PdfFontEncoding +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Identity | 0 |
Represents use Identity-H encoding for all embedded fonts in pdf. | +| AnsiPrefer | 1 |
Represents prefer to use WinAnsiEncoding for TrueType fonts with characters 32-127, otherwise, Identity-H encoding will be used for embedded fonts in pdf. | + +## See Also + +* Namespace [Aspose::Cells::Rendering](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.rendering/pdfoptimizationtype/_index.md b/spanish/cpp/aspose.cells.rendering/pdfoptimizationtype/_index.md new file mode 100644 index 00000000000..68988dcff27 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/pdfoptimizationtype/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Rendering::PdfOptimizationType enum +linktitle: PdfOptimizationType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::PdfOptimizationType enum. Specifies a type of optimization in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.rendering/pdfoptimizationtype/ +--- +## PdfOptimizationType enum + + +Specifies a type of optimization. + +```cpp +enum class PdfOptimizationType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Standard | 0 |
High print quality. | +| MinimumSize | 1 |
File size is more important than print quality. | + +## See Also + +* Namespace [Aspose::Cells::Rendering](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.rendering/renderingfont/_impl/_index.md b/spanish/cpp/aspose.cells.rendering/renderingfont/_impl/_index.md new file mode 100644 index 00000000000..bcf3f4ddf3b --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/renderingfont/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Rendering::RenderingFont::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::RenderingFont::_impl field. The implementation object in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.rendering/renderingfont/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +RenderingFont_Impl* Aspose::Cells::Rendering::RenderingFont::_impl +``` + +## See Also + +* Class [RenderingFont](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/renderingfont/_index.md b/spanish/cpp/aspose.cells.rendering/renderingfont/_index.md new file mode 100644 index 00000000000..fe9008fdb1e --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/renderingfont/_index.md @@ -0,0 +1,47 @@ +--- +title: Aspose::Cells::Rendering::RenderingFont class +linktitle: RenderingFont +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::RenderingFont class. Font for rendering in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.rendering/renderingfont/ +--- +## RenderingFont class + + +[Font](../../aspose.cells/font/) for rendering. + +```cpp +class RenderingFont +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetBold()](./getbold/) | Gets or sets bold for the font. | +| [GetColor()](./getcolor/) | Gets or sets color for the font. | +| [GetItalic()](./getitalic/) | Gets or sets italic for the font. | +| [GetName()](./getname/) | Gets name of the font. | +| [GetSize()](./getsize/) | Gets size of the font in points. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const RenderingFont\& src)](./operator_asm/) | operator= | +| [RenderingFont(const U16String\& fontName, float fontSize)](./renderingfont/) | Initializes a new instance of the [RenderingFont](./) | +| [RenderingFont(const char16_t* fontName, float fontSize)](./renderingfont/) | Initializes a new instance of the [RenderingFont](./) | +| [RenderingFont(RenderingFont_Impl* impl)](./renderingfont/) | Constructs from an implementation object. | +| [RenderingFont(const RenderingFont\& src)](./renderingfont/) | Copy constructor. | +| [SetBold(bool value)](./setbold/) | Gets or sets bold for the font. | +| [SetColor(const Aspose::Cells::Color\& value)](./setcolor/) | Gets or sets color for the font. | +| [SetItalic(bool value)](./setitalic/) | Gets or sets italic for the font. | +| [~RenderingFont()](./~renderingfont/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Rendering](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.rendering/renderingfont/getbold/_index.md b/spanish/cpp/aspose.cells.rendering/renderingfont/getbold/_index.md new file mode 100644 index 00000000000..6bfc4660572 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/renderingfont/getbold/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::RenderingFont::GetBold method +linktitle: GetBold +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::RenderingFont::GetBold method. Gets or sets bold for the font in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.rendering/renderingfont/getbold/ +--- +## RenderingFont::GetBold method + + +Gets or sets bold for the font. + +```cpp +bool Aspose::Cells::Rendering::RenderingFont::GetBold() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RenderingFont](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/renderingfont/getcolor/_index.md b/spanish/cpp/aspose.cells.rendering/renderingfont/getcolor/_index.md new file mode 100644 index 00000000000..9b8d5e0be1d --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/renderingfont/getcolor/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Rendering::RenderingFont::GetColor method +linktitle: GetColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::RenderingFont::GetColor method. Gets or sets color for the font in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.rendering/renderingfont/getcolor/ +--- +## RenderingFont::GetColor method + + +Gets or sets color for the font. + +```cpp +Aspose::Cells::Color Aspose::Cells::Rendering::RenderingFont::GetColor() +``` + +## See Also + +* Class [RenderingFont](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/renderingfont/getitalic/_index.md b/spanish/cpp/aspose.cells.rendering/renderingfont/getitalic/_index.md new file mode 100644 index 00000000000..499c26d475e --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/renderingfont/getitalic/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::RenderingFont::GetItalic method +linktitle: GetItalic +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::RenderingFont::GetItalic method. Gets or sets italic for the font in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.rendering/renderingfont/getitalic/ +--- +## RenderingFont::GetItalic method + + +Gets or sets italic for the font. + +```cpp +bool Aspose::Cells::Rendering::RenderingFont::GetItalic() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RenderingFont](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/renderingfont/getname/_index.md b/spanish/cpp/aspose.cells.rendering/renderingfont/getname/_index.md new file mode 100644 index 00000000000..72ec5248520 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/renderingfont/getname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::RenderingFont::GetName method +linktitle: GetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::RenderingFont::GetName method. Gets name of the font in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.rendering/renderingfont/getname/ +--- +## RenderingFont::GetName method + + +Gets name of the font. + +```cpp +U16String Aspose::Cells::Rendering::RenderingFont::GetName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [RenderingFont](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/renderingfont/getsize/_index.md b/spanish/cpp/aspose.cells.rendering/renderingfont/getsize/_index.md new file mode 100644 index 00000000000..edd55ab991b --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/renderingfont/getsize/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::RenderingFont::GetSize method +linktitle: GetSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::RenderingFont::GetSize method. Gets size of the font in points in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.rendering/renderingfont/getsize/ +--- +## RenderingFont::GetSize method + + +Gets size of the font in points. + +```cpp +float Aspose::Cells::Rendering::RenderingFont::GetSize() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RenderingFont](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/renderingfont/isnull/_index.md b/spanish/cpp/aspose.cells.rendering/renderingfont/isnull/_index.md new file mode 100644 index 00000000000..eade7a45b98 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/renderingfont/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Rendering::RenderingFont::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::RenderingFont::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.rendering/renderingfont/isnull/ +--- +## RenderingFont::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Rendering::RenderingFont::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RenderingFont](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/renderingfont/operator_asm/_index.md b/spanish/cpp/aspose.cells.rendering/renderingfont/operator_asm/_index.md new file mode 100644 index 00000000000..331cd8fd2a1 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/renderingfont/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Rendering::RenderingFont::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::RenderingFont::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.rendering/renderingfont/operator_asm/ +--- +## RenderingFont::operator= method + + +operator= + +```cpp +RenderingFont & Aspose::Cells::Rendering::RenderingFont::operator=(const RenderingFont &src) +``` + +## See Also + +* Class [RenderingFont](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [RenderingFont](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/renderingfont/operator_bool/_index.md b/spanish/cpp/aspose.cells.rendering/renderingfont/operator_bool/_index.md new file mode 100644 index 00000000000..1c980f17bb5 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/renderingfont/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Rendering::RenderingFont::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::RenderingFont::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.rendering/renderingfont/operator_bool/ +--- +## RenderingFont::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Rendering::RenderingFont::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [RenderingFont](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/renderingfont/renderingfont/_index.md b/spanish/cpp/aspose.cells.rendering/renderingfont/renderingfont/_index.md new file mode 100644 index 00000000000..53606b1548b --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/renderingfont/renderingfont/_index.md @@ -0,0 +1,83 @@ +--- +title: Aspose::Cells::Rendering::RenderingFont::RenderingFont constructor +linktitle: RenderingFont +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::RenderingFont::RenderingFont constructor. Initializes a new instance of the RenderingFont in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.rendering/renderingfont/renderingfont/ +--- +## RenderingFont::RenderingFont(const U16String\&, float) constructor + + +Initializes a new instance of the [RenderingFont](../) + +```cpp +Aspose::Cells::Rendering::RenderingFont::RenderingFont(const U16String &fontName, float fontSize) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fontName | const U16String\& | font name | +| fontSize | float | font size in points | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [RenderingFont](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) +## RenderingFont::RenderingFont(const char16_t*, float) constructor + + +Initializes a new instance of the [RenderingFont](../) + +```cpp +Aspose::Cells::Rendering::RenderingFont::RenderingFont(const char16_t *fontName, float fontSize) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fontName | const char16_t* | font name | +| fontSize | float | font size in points | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RenderingFont](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) +## RenderingFont::RenderingFont(RenderingFont_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Rendering::RenderingFont::RenderingFont(RenderingFont_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RenderingFont](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) +## RenderingFont::RenderingFont(const RenderingFont\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Rendering::RenderingFont::RenderingFont(const RenderingFont &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RenderingFont](../) +* Class [RenderingFont](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/renderingfont/setbold/_index.md b/spanish/cpp/aspose.cells.rendering/renderingfont/setbold/_index.md new file mode 100644 index 00000000000..a8731e1f5be --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/renderingfont/setbold/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::RenderingFont::SetBold method +linktitle: SetBold +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::RenderingFont::SetBold method. Gets or sets bold for the font in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.rendering/renderingfont/setbold/ +--- +## RenderingFont::SetBold method + + +Gets or sets bold for the font. + +```cpp +void Aspose::Cells::Rendering::RenderingFont::SetBold(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RenderingFont](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/renderingfont/setcolor/_index.md b/spanish/cpp/aspose.cells.rendering/renderingfont/setcolor/_index.md new file mode 100644 index 00000000000..be058d1d75e --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/renderingfont/setcolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::RenderingFont::SetColor method +linktitle: SetColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::RenderingFont::SetColor method. Gets or sets color for the font in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.rendering/renderingfont/setcolor/ +--- +## RenderingFont::SetColor method + + +Gets or sets color for the font. + +```cpp +void Aspose::Cells::Rendering::RenderingFont::SetColor(const Aspose::Cells::Color &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RenderingFont](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/renderingfont/setitalic/_index.md b/spanish/cpp/aspose.cells.rendering/renderingfont/setitalic/_index.md new file mode 100644 index 00000000000..9b3f0ba68ca --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/renderingfont/setitalic/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::RenderingFont::SetItalic method +linktitle: SetItalic +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::RenderingFont::SetItalic method. Gets or sets italic for the font in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.rendering/renderingfont/setitalic/ +--- +## RenderingFont::SetItalic method + + +Gets or sets italic for the font. + +```cpp +void Aspose::Cells::Rendering::RenderingFont::SetItalic(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RenderingFont](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/renderingfont/~renderingfont/_index.md b/spanish/cpp/aspose.cells.rendering/renderingfont/~renderingfont/_index.md new file mode 100644 index 00000000000..59b04d30360 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/renderingfont/~renderingfont/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Rendering::RenderingFont::~RenderingFont method +linktitle: ~RenderingFont +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::RenderingFont::~RenderingFont method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.rendering/renderingfont/~renderingfont/ +--- +## RenderingFont::~RenderingFont method + + +Destructor. + +```cpp +Aspose::Cells::Rendering::RenderingFont::~RenderingFont() +``` + +## See Also + +* Class [RenderingFont](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/renderingwatermark/_impl/_index.md b/spanish/cpp/aspose.cells.rendering/renderingwatermark/_impl/_index.md new file mode 100644 index 00000000000..9e1e02a94b8 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/renderingwatermark/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Rendering::RenderingWatermark::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::RenderingWatermark::_impl field. The implementation object in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.rendering/renderingwatermark/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +RenderingWatermark_Impl* Aspose::Cells::Rendering::RenderingWatermark::_impl +``` + +## See Also + +* Class [RenderingWatermark](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/renderingwatermark/_index.md b/spanish/cpp/aspose.cells.rendering/renderingwatermark/_index.md new file mode 100644 index 00000000000..ec75bd3a378 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/renderingwatermark/_index.md @@ -0,0 +1,59 @@ +--- +title: Aspose::Cells::Rendering::RenderingWatermark class +linktitle: RenderingWatermark +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::RenderingWatermark class. Watermark for rendering in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.rendering/renderingwatermark/ +--- +## RenderingWatermark class + + +Watermark for rendering. + +```cpp +class RenderingWatermark +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetFont()](./getfont/) | Gets font of the watermark. | +| [GetHAlignment()](./gethalignment/) | Gets or sets horizontal alignment of the watermark to the page. | +| [GetImage()](./getimage/) | Gets image of the watermark. | +| [GetOffsetX()](./getoffsetx/) | Gets or sets offset value to HAlignment | +| [GetOffsetY()](./getoffsety/) | Gets or sets offset value to VAlignment | +| [GetOpacity()](./getopacity/) | Gets or sets opacity of the watermark in range [0, 1]. | +| [GetRotation()](./getrotation/) | Gets or sets roation of the watermark in degrees. | +| [GetScaleToPagePercent()](./getscaletopagepercent/) | Gets or sets scale relative to target page in percent. | +| [GetText()](./gettext/) | Gets text of the watermark. | +| [GetVAlignment()](./getvalignment/) | Gets or sets vertical alignment of the watermark to the page. | +| [IsBackground()](./isbackground/) | Indicates whether the watermark is placed behind page contents. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const RenderingWatermark\& src)](./operator_asm/) | operator= | +| [RenderingWatermark(const U16String\& text, const RenderingFont\& renderingFont)](./renderingwatermark/) | Creates instance of text watermark. | +| [RenderingWatermark(const char16_t* text, const RenderingFont\& renderingFont)](./renderingwatermark/) | Creates instance of text watermark. | +| explicit [RenderingWatermark(const Vector \\& imageData)](./renderingwatermark/) | Creates instance of image watermark. | +| [RenderingWatermark(RenderingWatermark_Impl* impl)](./renderingwatermark/) | Constructs from an implementation object. | +| [RenderingWatermark(const RenderingWatermark\& src)](./renderingwatermark/) | Copy constructor. | +| [SetHAlignment(TextAlignmentType value)](./sethalignment/) | Gets or sets horizontal alignment of the watermark to the page. | +| [SetIsBackground(bool value)](./setisbackground/) | Indicates whether the watermark is placed behind page contents. | +| [SetOffsetX(float value)](./setoffsetx/) | Gets or sets offset value to HAlignment | +| [SetOffsetY(float value)](./setoffsety/) | Gets or sets offset value to VAlignment | +| [SetOpacity(float value)](./setopacity/) | Gets or sets opacity of the watermark in range [0, 1]. | +| [SetRotation(float value)](./setrotation/) | Gets or sets roation of the watermark in degrees. | +| [SetScaleToPagePercent(int32_t value)](./setscaletopagepercent/) | Gets or sets scale relative to target page in percent. | +| [SetVAlignment(TextAlignmentType value)](./setvalignment/) | Gets or sets vertical alignment of the watermark to the page. | +| [~RenderingWatermark()](./~renderingwatermark/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Rendering](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.rendering/renderingwatermark/getfont/_index.md b/spanish/cpp/aspose.cells.rendering/renderingwatermark/getfont/_index.md new file mode 100644 index 00000000000..332f057125f --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/renderingwatermark/getfont/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::RenderingWatermark::GetFont method +linktitle: GetFont +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::RenderingWatermark::GetFont method. Gets font of the watermark in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.rendering/renderingwatermark/getfont/ +--- +## RenderingWatermark::GetFont method + + +Gets font of the watermark. + +```cpp +RenderingFont Aspose::Cells::Rendering::RenderingWatermark::GetFont() +``` + +## See Also + +* Class [RenderingFont](../../renderingfont/) +* Class [RenderingWatermark](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/renderingwatermark/gethalignment/_index.md b/spanish/cpp/aspose.cells.rendering/renderingwatermark/gethalignment/_index.md new file mode 100644 index 00000000000..40df5196849 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/renderingwatermark/gethalignment/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Rendering::RenderingWatermark::GetHAlignment method +linktitle: GetHAlignment +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::RenderingWatermark::GetHAlignment method. Gets or sets horizontal alignment of the watermark to the page in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.rendering/renderingwatermark/gethalignment/ +--- +## RenderingWatermark::GetHAlignment method + + +Gets or sets horizontal alignment of the watermark to the page. + +```cpp +TextAlignmentType Aspose::Cells::Rendering::RenderingWatermark::GetHAlignment() +``` + +## Remarks + + +Only Left, Center, Right is valid. Default is Left. +## See Also + +* Enum [TextAlignmentType](../../../aspose.cells/textalignmenttype/) +* Class [RenderingWatermark](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/renderingwatermark/getimage/_index.md b/spanish/cpp/aspose.cells.rendering/renderingwatermark/getimage/_index.md new file mode 100644 index 00000000000..21c0bc255e5 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/renderingwatermark/getimage/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::RenderingWatermark::GetImage method +linktitle: GetImage +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::RenderingWatermark::GetImage method. Gets image of the watermark in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.rendering/renderingwatermark/getimage/ +--- +## RenderingWatermark::GetImage method + + +Gets image of the watermark. + +```cpp +Vector Aspose::Cells::Rendering::RenderingWatermark::GetImage() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RenderingWatermark](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/renderingwatermark/getoffsetx/_index.md b/spanish/cpp/aspose.cells.rendering/renderingwatermark/getoffsetx/_index.md new file mode 100644 index 00000000000..90bf9b25eb5 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/renderingwatermark/getoffsetx/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::RenderingWatermark::GetOffsetX method +linktitle: GetOffsetX +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::RenderingWatermark::GetOffsetX method. Gets or sets offset value to HAlignment in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.rendering/renderingwatermark/getoffsetx/ +--- +## RenderingWatermark::GetOffsetX method + + +Gets or sets offset value to HAlignment + +```cpp +float Aspose::Cells::Rendering::RenderingWatermark::GetOffsetX() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RenderingWatermark](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/renderingwatermark/getoffsety/_index.md b/spanish/cpp/aspose.cells.rendering/renderingwatermark/getoffsety/_index.md new file mode 100644 index 00000000000..4c8f1f85198 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/renderingwatermark/getoffsety/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::RenderingWatermark::GetOffsetY method +linktitle: GetOffsetY +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::RenderingWatermark::GetOffsetY method. Gets or sets offset value to VAlignment in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.rendering/renderingwatermark/getoffsety/ +--- +## RenderingWatermark::GetOffsetY method + + +Gets or sets offset value to VAlignment + +```cpp +float Aspose::Cells::Rendering::RenderingWatermark::GetOffsetY() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RenderingWatermark](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/renderingwatermark/getopacity/_index.md b/spanish/cpp/aspose.cells.rendering/renderingwatermark/getopacity/_index.md new file mode 100644 index 00000000000..3385d007054 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/renderingwatermark/getopacity/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::RenderingWatermark::GetOpacity method +linktitle: GetOpacity +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::RenderingWatermark::GetOpacity method. Gets or sets opacity of the watermark in range [0, 1] in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.rendering/renderingwatermark/getopacity/ +--- +## RenderingWatermark::GetOpacity method + + +Gets or sets opacity of the watermark in range [0, 1]. + +```cpp +float Aspose::Cells::Rendering::RenderingWatermark::GetOpacity() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RenderingWatermark](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/renderingwatermark/getrotation/_index.md b/spanish/cpp/aspose.cells.rendering/renderingwatermark/getrotation/_index.md new file mode 100644 index 00000000000..9321729df80 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/renderingwatermark/getrotation/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::RenderingWatermark::GetRotation method +linktitle: GetRotation +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::RenderingWatermark::GetRotation method. Gets or sets roation of the watermark in degrees in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.rendering/renderingwatermark/getrotation/ +--- +## RenderingWatermark::GetRotation method + + +Gets or sets roation of the watermark in degrees. + +```cpp +float Aspose::Cells::Rendering::RenderingWatermark::GetRotation() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RenderingWatermark](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/renderingwatermark/getscaletopagepercent/_index.md b/spanish/cpp/aspose.cells.rendering/renderingwatermark/getscaletopagepercent/_index.md new file mode 100644 index 00000000000..c5e96ff8a52 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/renderingwatermark/getscaletopagepercent/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::RenderingWatermark::GetScaleToPagePercent method +linktitle: GetScaleToPagePercent +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::RenderingWatermark::GetScaleToPagePercent method. Gets or sets scale relative to target page in percent in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.rendering/renderingwatermark/getscaletopagepercent/ +--- +## RenderingWatermark::GetScaleToPagePercent method + + +Gets or sets scale relative to target page in percent. + +```cpp +int32_t Aspose::Cells::Rendering::RenderingWatermark::GetScaleToPagePercent() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RenderingWatermark](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/renderingwatermark/gettext/_index.md b/spanish/cpp/aspose.cells.rendering/renderingwatermark/gettext/_index.md new file mode 100644 index 00000000000..11dcd2c2bf4 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/renderingwatermark/gettext/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::RenderingWatermark::GetText method +linktitle: GetText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::RenderingWatermark::GetText method. Gets text of the watermark in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.rendering/renderingwatermark/gettext/ +--- +## RenderingWatermark::GetText method + + +Gets text of the watermark. + +```cpp +U16String Aspose::Cells::Rendering::RenderingWatermark::GetText() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [RenderingWatermark](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/renderingwatermark/getvalignment/_index.md b/spanish/cpp/aspose.cells.rendering/renderingwatermark/getvalignment/_index.md new file mode 100644 index 00000000000..ce4aa22326f --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/renderingwatermark/getvalignment/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Rendering::RenderingWatermark::GetVAlignment method +linktitle: GetVAlignment +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::RenderingWatermark::GetVAlignment method. Gets or sets vertical alignment of the watermark to the page in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.rendering/renderingwatermark/getvalignment/ +--- +## RenderingWatermark::GetVAlignment method + + +Gets or sets vertical alignment of the watermark to the page. + +```cpp +TextAlignmentType Aspose::Cells::Rendering::RenderingWatermark::GetVAlignment() +``` + +## Remarks + + +Only Top, Center, Bottom is valid. Default is Top. +## See Also + +* Enum [TextAlignmentType](../../../aspose.cells/textalignmenttype/) +* Class [RenderingWatermark](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/renderingwatermark/isbackground/_index.md b/spanish/cpp/aspose.cells.rendering/renderingwatermark/isbackground/_index.md new file mode 100644 index 00000000000..d32ac30d4cd --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/renderingwatermark/isbackground/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::RenderingWatermark::IsBackground method +linktitle: IsBackground +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::RenderingWatermark::IsBackground method. Indicates whether the watermark is placed behind page contents in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.rendering/renderingwatermark/isbackground/ +--- +## RenderingWatermark::IsBackground method + + +Indicates whether the watermark is placed behind page contents. + +```cpp +bool Aspose::Cells::Rendering::RenderingWatermark::IsBackground() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RenderingWatermark](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/renderingwatermark/isnull/_index.md b/spanish/cpp/aspose.cells.rendering/renderingwatermark/isnull/_index.md new file mode 100644 index 00000000000..045d38ddf9b --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/renderingwatermark/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Rendering::RenderingWatermark::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::RenderingWatermark::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.rendering/renderingwatermark/isnull/ +--- +## RenderingWatermark::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Rendering::RenderingWatermark::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RenderingWatermark](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/renderingwatermark/operator_asm/_index.md b/spanish/cpp/aspose.cells.rendering/renderingwatermark/operator_asm/_index.md new file mode 100644 index 00000000000..1a6002642b3 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/renderingwatermark/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Rendering::RenderingWatermark::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::RenderingWatermark::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.rendering/renderingwatermark/operator_asm/ +--- +## RenderingWatermark::operator= method + + +operator= + +```cpp +RenderingWatermark & Aspose::Cells::Rendering::RenderingWatermark::operator=(const RenderingWatermark &src) +``` + +## See Also + +* Class [RenderingWatermark](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [RenderingWatermark](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/renderingwatermark/operator_bool/_index.md b/spanish/cpp/aspose.cells.rendering/renderingwatermark/operator_bool/_index.md new file mode 100644 index 00000000000..08b1535e266 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/renderingwatermark/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Rendering::RenderingWatermark::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::RenderingWatermark::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.rendering/renderingwatermark/operator_bool/ +--- +## RenderingWatermark::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Rendering::RenderingWatermark::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [RenderingWatermark](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/renderingwatermark/renderingwatermark/_index.md b/spanish/cpp/aspose.cells.rendering/renderingwatermark/renderingwatermark/_index.md new file mode 100644 index 00000000000..b60bf26dd7d --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/renderingwatermark/renderingwatermark/_index.md @@ -0,0 +1,105 @@ +--- +title: Aspose::Cells::Rendering::RenderingWatermark::RenderingWatermark constructor +linktitle: RenderingWatermark +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::RenderingWatermark::RenderingWatermark constructor. Creates instance of text watermark in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.rendering/renderingwatermark/renderingwatermark/ +--- +## RenderingWatermark::RenderingWatermark(const U16String\&, const RenderingFont\&) constructor + + +Creates instance of text watermark. + +```cpp +Aspose::Cells::Rendering::RenderingWatermark::RenderingWatermark(const U16String &text, const RenderingFont &renderingFont) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| text | const U16String\& | watermark text | +| renderingFont | const RenderingFont\& | watermark font | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [RenderingFont](../../renderingfont/) +* Class [RenderingWatermark](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) +## RenderingWatermark::RenderingWatermark(const char16_t*, const RenderingFont\&) constructor + + +Creates instance of text watermark. + +```cpp +Aspose::Cells::Rendering::RenderingWatermark::RenderingWatermark(const char16_t *text, const RenderingFont &renderingFont) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| text | const char16_t* | watermark text | +| renderingFont | const RenderingFont\& | watermark font | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RenderingFont](../../renderingfont/) +* Class [RenderingWatermark](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) +## RenderingWatermark::RenderingWatermark(const Vector \\&) constructor + + +Creates instance of image watermark. + +```cpp +Aspose::Cells::Rendering::RenderingWatermark::RenderingWatermark(const Vector &imageData) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| imageData | const Vector \\& | | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RenderingWatermark](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) +## RenderingWatermark::RenderingWatermark(RenderingWatermark_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Rendering::RenderingWatermark::RenderingWatermark(RenderingWatermark_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RenderingWatermark](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) +## RenderingWatermark::RenderingWatermark(const RenderingWatermark\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Rendering::RenderingWatermark::RenderingWatermark(const RenderingWatermark &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RenderingWatermark](../) +* Class [RenderingWatermark](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/renderingwatermark/sethalignment/_index.md b/spanish/cpp/aspose.cells.rendering/renderingwatermark/sethalignment/_index.md new file mode 100644 index 00000000000..63f379e0059 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/renderingwatermark/sethalignment/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Rendering::RenderingWatermark::SetHAlignment method +linktitle: SetHAlignment +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::RenderingWatermark::SetHAlignment method. Gets or sets horizontal alignment of the watermark to the page in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.rendering/renderingwatermark/sethalignment/ +--- +## RenderingWatermark::SetHAlignment method + + +Gets or sets horizontal alignment of the watermark to the page. + +```cpp +void Aspose::Cells::Rendering::RenderingWatermark::SetHAlignment(TextAlignmentType value) +``` + +## Remarks + + +Only Left, Center, Right is valid. Default is Left. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [TextAlignmentType](../../../aspose.cells/textalignmenttype/) +* Class [RenderingWatermark](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/renderingwatermark/setisbackground/_index.md b/spanish/cpp/aspose.cells.rendering/renderingwatermark/setisbackground/_index.md new file mode 100644 index 00000000000..985cab4dfe8 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/renderingwatermark/setisbackground/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::RenderingWatermark::SetIsBackground method +linktitle: SetIsBackground +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::RenderingWatermark::SetIsBackground method. Indicates whether the watermark is placed behind page contents in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.rendering/renderingwatermark/setisbackground/ +--- +## RenderingWatermark::SetIsBackground method + + +Indicates whether the watermark is placed behind page contents. + +```cpp +void Aspose::Cells::Rendering::RenderingWatermark::SetIsBackground(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RenderingWatermark](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/renderingwatermark/setoffsetx/_index.md b/spanish/cpp/aspose.cells.rendering/renderingwatermark/setoffsetx/_index.md new file mode 100644 index 00000000000..e49cedaa190 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/renderingwatermark/setoffsetx/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::RenderingWatermark::SetOffsetX method +linktitle: SetOffsetX +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::RenderingWatermark::SetOffsetX method. Gets or sets offset value to HAlignment in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.rendering/renderingwatermark/setoffsetx/ +--- +## RenderingWatermark::SetOffsetX method + + +Gets or sets offset value to HAlignment + +```cpp +void Aspose::Cells::Rendering::RenderingWatermark::SetOffsetX(float value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RenderingWatermark](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/renderingwatermark/setoffsety/_index.md b/spanish/cpp/aspose.cells.rendering/renderingwatermark/setoffsety/_index.md new file mode 100644 index 00000000000..b1c683ad094 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/renderingwatermark/setoffsety/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::RenderingWatermark::SetOffsetY method +linktitle: SetOffsetY +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::RenderingWatermark::SetOffsetY method. Gets or sets offset value to VAlignment in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.rendering/renderingwatermark/setoffsety/ +--- +## RenderingWatermark::SetOffsetY method + + +Gets or sets offset value to VAlignment + +```cpp +void Aspose::Cells::Rendering::RenderingWatermark::SetOffsetY(float value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RenderingWatermark](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/renderingwatermark/setopacity/_index.md b/spanish/cpp/aspose.cells.rendering/renderingwatermark/setopacity/_index.md new file mode 100644 index 00000000000..b42886f0334 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/renderingwatermark/setopacity/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::RenderingWatermark::SetOpacity method +linktitle: SetOpacity +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::RenderingWatermark::SetOpacity method. Gets or sets opacity of the watermark in range [0, 1] in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.rendering/renderingwatermark/setopacity/ +--- +## RenderingWatermark::SetOpacity method + + +Gets or sets opacity of the watermark in range [0, 1]. + +```cpp +void Aspose::Cells::Rendering::RenderingWatermark::SetOpacity(float value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RenderingWatermark](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/renderingwatermark/setrotation/_index.md b/spanish/cpp/aspose.cells.rendering/renderingwatermark/setrotation/_index.md new file mode 100644 index 00000000000..d10b9a61b82 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/renderingwatermark/setrotation/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::RenderingWatermark::SetRotation method +linktitle: SetRotation +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::RenderingWatermark::SetRotation method. Gets or sets roation of the watermark in degrees in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.rendering/renderingwatermark/setrotation/ +--- +## RenderingWatermark::SetRotation method + + +Gets or sets roation of the watermark in degrees. + +```cpp +void Aspose::Cells::Rendering::RenderingWatermark::SetRotation(float value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RenderingWatermark](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/renderingwatermark/setscaletopagepercent/_index.md b/spanish/cpp/aspose.cells.rendering/renderingwatermark/setscaletopagepercent/_index.md new file mode 100644 index 00000000000..d51aa19751f --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/renderingwatermark/setscaletopagepercent/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::RenderingWatermark::SetScaleToPagePercent method +linktitle: SetScaleToPagePercent +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::RenderingWatermark::SetScaleToPagePercent method. Gets or sets scale relative to target page in percent in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.rendering/renderingwatermark/setscaletopagepercent/ +--- +## RenderingWatermark::SetScaleToPagePercent method + + +Gets or sets scale relative to target page in percent. + +```cpp +void Aspose::Cells::Rendering::RenderingWatermark::SetScaleToPagePercent(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RenderingWatermark](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/renderingwatermark/setvalignment/_index.md b/spanish/cpp/aspose.cells.rendering/renderingwatermark/setvalignment/_index.md new file mode 100644 index 00000000000..f4faccad9eb --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/renderingwatermark/setvalignment/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Rendering::RenderingWatermark::SetVAlignment method +linktitle: SetVAlignment +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::RenderingWatermark::SetVAlignment method. Gets or sets vertical alignment of the watermark to the page in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.rendering/renderingwatermark/setvalignment/ +--- +## RenderingWatermark::SetVAlignment method + + +Gets or sets vertical alignment of the watermark to the page. + +```cpp +void Aspose::Cells::Rendering::RenderingWatermark::SetVAlignment(TextAlignmentType value) +``` + +## Remarks + + +Only Top, Center, Bottom is valid. Default is Top. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [TextAlignmentType](../../../aspose.cells/textalignmenttype/) +* Class [RenderingWatermark](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/renderingwatermark/~renderingwatermark/_index.md b/spanish/cpp/aspose.cells.rendering/renderingwatermark/~renderingwatermark/_index.md new file mode 100644 index 00000000000..283dc266325 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/renderingwatermark/~renderingwatermark/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Rendering::RenderingWatermark::~RenderingWatermark method +linktitle: ~RenderingWatermark +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::RenderingWatermark::~RenderingWatermark method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.rendering/renderingwatermark/~renderingwatermark/ +--- +## RenderingWatermark::~RenderingWatermark method + + +Destructor. + +```cpp +Aspose::Cells::Rendering::RenderingWatermark::~RenderingWatermark() +``` + +## See Also + +* Class [RenderingWatermark](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/sheetprintingpreview/_impl/_index.md b/spanish/cpp/aspose.cells.rendering/sheetprintingpreview/_impl/_index.md new file mode 100644 index 00000000000..e54b710e31c --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/sheetprintingpreview/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Rendering::SheetPrintingPreview::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::SheetPrintingPreview::_impl field. The implementation object in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.rendering/sheetprintingpreview/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +SheetPrintingPreview_Impl* Aspose::Cells::Rendering::SheetPrintingPreview::_impl +``` + +## See Also + +* Class [SheetPrintingPreview](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/sheetprintingpreview/_index.md b/spanish/cpp/aspose.cells.rendering/sheetprintingpreview/_index.md new file mode 100644 index 00000000000..852d91c50a8 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/sheetprintingpreview/_index.md @@ -0,0 +1,39 @@ +--- +title: Aspose::Cells::Rendering::SheetPrintingPreview class +linktitle: SheetPrintingPreview +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::SheetPrintingPreview class. Worksheet printing preview in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.rendering/sheetprintingpreview/ +--- +## SheetPrintingPreview class + + +[Worksheet](../../aspose.cells/worksheet/) printing preview. + +```cpp +class SheetPrintingPreview +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetEvaluatedPageCount()](./getevaluatedpagecount/) | Evaluate the total page count of this worksheet. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const SheetPrintingPreview\& src)](./operator_asm/) | operator= | +| [SheetPrintingPreview(const Worksheet\& sheet, const ImageOrPrintOptions\& options)](./sheetprintingpreview/) | The construct of [SheetPrintingPreview](./). | +| [SheetPrintingPreview(SheetPrintingPreview_Impl* impl)](./sheetprintingpreview/) | Constructs from an implementation object. | +| [SheetPrintingPreview(const SheetPrintingPreview\& src)](./sheetprintingpreview/) | Copy constructor. | +| [~SheetPrintingPreview()](./~sheetprintingpreview/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Rendering](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.rendering/sheetprintingpreview/getevaluatedpagecount/_index.md b/spanish/cpp/aspose.cells.rendering/sheetprintingpreview/getevaluatedpagecount/_index.md new file mode 100644 index 00000000000..1c5a12d47c7 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/sheetprintingpreview/getevaluatedpagecount/_index.md @@ -0,0 +1,41 @@ +--- +title: Aspose::Cells::Rendering::SheetPrintingPreview::GetEvaluatedPageCount method +linktitle: GetEvaluatedPageCount +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::SheetPrintingPreview::GetEvaluatedPageCount method. Evaluate the total page count of this worksheet in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.rendering/sheetprintingpreview/getevaluatedpagecount/ +--- +## SheetPrintingPreview::GetEvaluatedPageCount method + + +Evaluate the total page count of this worksheet. + +```cpp +int32_t Aspose::Cells::Rendering::SheetPrintingPreview::GetEvaluatedPageCount() +``` + + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//El siguiente código muestra la forma más rápida de obtener el recuento de páginas de una hoja de cálculo. +Workbook workbook(u"Book1.xlsx"); + +SheetPrintingPreview sheetPrintingPreview(workbook.GetWorksheets().Get(0), ImageOrPrintOptions()); + +//la forma más rápida de obtener el recuento de páginas, especialmente cuando hay datos masivos en la hoja de cálculo. +int pageCount = sheetPrintingPreview.GetEvaluatedPageCount(); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SheetPrintingPreview](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/sheetprintingpreview/isnull/_index.md b/spanish/cpp/aspose.cells.rendering/sheetprintingpreview/isnull/_index.md new file mode 100644 index 00000000000..53a32e032d4 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/sheetprintingpreview/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Rendering::SheetPrintingPreview::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::SheetPrintingPreview::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.rendering/sheetprintingpreview/isnull/ +--- +## SheetPrintingPreview::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Rendering::SheetPrintingPreview::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SheetPrintingPreview](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/sheetprintingpreview/operator_asm/_index.md b/spanish/cpp/aspose.cells.rendering/sheetprintingpreview/operator_asm/_index.md new file mode 100644 index 00000000000..851b42aaef5 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/sheetprintingpreview/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Rendering::SheetPrintingPreview::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::SheetPrintingPreview::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.rendering/sheetprintingpreview/operator_asm/ +--- +## SheetPrintingPreview::operator= method + + +operator= + +```cpp +SheetPrintingPreview & Aspose::Cells::Rendering::SheetPrintingPreview::operator=(const SheetPrintingPreview &src) +``` + +## See Also + +* Class [SheetPrintingPreview](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [SheetPrintingPreview](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/sheetprintingpreview/operator_bool/_index.md b/spanish/cpp/aspose.cells.rendering/sheetprintingpreview/operator_bool/_index.md new file mode 100644 index 00000000000..8bf5cfd60d4 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/sheetprintingpreview/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Rendering::SheetPrintingPreview::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::SheetPrintingPreview::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.rendering/sheetprintingpreview/operator_bool/ +--- +## SheetPrintingPreview::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Rendering::SheetPrintingPreview::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [SheetPrintingPreview](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/sheetprintingpreview/sheetprintingpreview/_index.md b/spanish/cpp/aspose.cells.rendering/sheetprintingpreview/sheetprintingpreview/_index.md new file mode 100644 index 00000000000..e145a40553c --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/sheetprintingpreview/sheetprintingpreview/_index.md @@ -0,0 +1,63 @@ +--- +title: Aspose::Cells::Rendering::SheetPrintingPreview::SheetPrintingPreview constructor +linktitle: SheetPrintingPreview +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::SheetPrintingPreview::SheetPrintingPreview constructor. The construct of SheetPrintingPreview in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.rendering/sheetprintingpreview/sheetprintingpreview/ +--- +## SheetPrintingPreview::SheetPrintingPreview(const Worksheet\&, const ImageOrPrintOptions\&) constructor + + +The construct of [SheetPrintingPreview](../). + +```cpp +Aspose::Cells::Rendering::SheetPrintingPreview::SheetPrintingPreview(const Worksheet &sheet, const ImageOrPrintOptions &options) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sheet | const Worksheet\& | Indicate which spreadsheet to be printed. | +| options | const ImageOrPrintOptions\& | [ImageOrPrintOptions](../../imageorprintoptions/) contains some property of output | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Worksheet](../../../aspose.cells/worksheet/) +* Class [ImageOrPrintOptions](../../imageorprintoptions/) +* Class [SheetPrintingPreview](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) +## SheetPrintingPreview::SheetPrintingPreview(SheetPrintingPreview_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Rendering::SheetPrintingPreview::SheetPrintingPreview(SheetPrintingPreview_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SheetPrintingPreview](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) +## SheetPrintingPreview::SheetPrintingPreview(const SheetPrintingPreview\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Rendering::SheetPrintingPreview::SheetPrintingPreview(const SheetPrintingPreview &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SheetPrintingPreview](../) +* Class [SheetPrintingPreview](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/sheetprintingpreview/~sheetprintingpreview/_index.md b/spanish/cpp/aspose.cells.rendering/sheetprintingpreview/~sheetprintingpreview/_index.md new file mode 100644 index 00000000000..7a9ee7485f3 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/sheetprintingpreview/~sheetprintingpreview/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Rendering::SheetPrintingPreview::~SheetPrintingPreview method +linktitle: ~SheetPrintingPreview +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::SheetPrintingPreview::~SheetPrintingPreview method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.rendering/sheetprintingpreview/~sheetprintingpreview/ +--- +## SheetPrintingPreview::~SheetPrintingPreview method + + +Destructor. + +```cpp +Aspose::Cells::Rendering::SheetPrintingPreview::~SheetPrintingPreview() +``` + +## See Also + +* Class [SheetPrintingPreview](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/sheetrender/_impl/_index.md b/spanish/cpp/aspose.cells.rendering/sheetrender/_impl/_index.md new file mode 100644 index 00000000000..36adec748a3 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/sheetrender/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Rendering::SheetRender::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::SheetRender::_impl field. The implementation object in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.rendering/sheetrender/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +SheetRender_Impl* Aspose::Cells::Rendering::SheetRender::_impl +``` + +## See Also + +* Class [SheetRender](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/sheetrender/_index.md b/spanish/cpp/aspose.cells.rendering/sheetrender/_index.md new file mode 100644 index 00000000000..7b3224f7916 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/sheetrender/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::Rendering::SheetRender class +linktitle: SheetRender +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::SheetRender class. Represents a worksheet render which can render worksheet to various images such as (BMP, PNG, JPEG, TIFF..) The constructor of this class , must be used after modification of pagesetup, cell style in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.rendering/sheetrender/ +--- +## SheetRender class + + +Represents a worksheet render which can render worksheet to various images such as (BMP, PNG, JPEG, TIFF..) The constructor of this class , must be used after modification of pagesetup, cell style. + +```cpp +class SheetRender +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Dispose()](./dispose/) | Releases resources created and used for rendering. | +| [GetPageCount()](./getpagecount/) | Gets the total page count of current worksheet. | +| [GetPageScale()](./getpagescale/) | Gets calculated page scale of the sheet. Returns the set scale if PageSetup.Zoom is set. Otherwise, returns the calculated scale according to PageSetup.FitToPagesWide and PageSetup.FitToPagesTall. | +| [GetPageSizeInch(int32_t pageIndex)](./getpagesizeinch/) | Get page size in inch of output image. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const SheetRender\& src)](./operator_asm/) | operator= | +| [SheetRender(const Worksheet\& worksheet, const ImageOrPrintOptions\& options)](./sheetrender/) | the construct of [SheetRender](./), need worksheet and [ImageOrPrintOptions](../imageorprintoptions/) as params | +| [SheetRender(SheetRender_Impl* impl)](./sheetrender/) | Constructs from an implementation object. | +| [SheetRender(const SheetRender\& src)](./sheetrender/) | Copy constructor. | +| [ToImage(int32_t pageIndex, const U16String\& fileName)](./toimage/) | Render certain page to a file. | +| [ToImage(int32_t pageIndex, const char16_t* fileName)](./toimage/) | Render certain page to a file. | +| [ToImage(int32_t pageIndex)](./toimage/) | Render certain page to a stream. | +| [ToTiff()](./totiff/) | Render whole worksheet as Tiff Image to stream. | +| [ToTiff(const U16String\& filename)](./totiff/) | Render whole worksheet as Tiff Image to a file. | +| [ToTiff(const char16_t* filename)](./totiff/) | Render whole worksheet as Tiff Image to a file. | +| [~SheetRender()](./~sheetrender/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Rendering](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.rendering/sheetrender/dispose/_index.md b/spanish/cpp/aspose.cells.rendering/sheetrender/dispose/_index.md new file mode 100644 index 00000000000..69ecea8ec0f --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/sheetrender/dispose/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::SheetRender::Dispose method +linktitle: Dispose +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::SheetRender::Dispose method. Releases resources created and used for rendering in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.rendering/sheetrender/dispose/ +--- +## SheetRender::Dispose method + + +Releases resources created and used for rendering. + +```cpp +void Aspose::Cells::Rendering::SheetRender::Dispose() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SheetRender](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/sheetrender/getpagecount/_index.md b/spanish/cpp/aspose.cells.rendering/sheetrender/getpagecount/_index.md new file mode 100644 index 00000000000..3c32b75ad20 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/sheetrender/getpagecount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::SheetRender::GetPageCount method +linktitle: GetPageCount +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::SheetRender::GetPageCount method. Gets the total page count of current worksheet in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.rendering/sheetrender/getpagecount/ +--- +## SheetRender::GetPageCount method + + +Gets the total page count of current worksheet. + +```cpp +int32_t Aspose::Cells::Rendering::SheetRender::GetPageCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SheetRender](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/sheetrender/getpagescale/_index.md b/spanish/cpp/aspose.cells.rendering/sheetrender/getpagescale/_index.md new file mode 100644 index 00000000000..dc59d202d51 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/sheetrender/getpagescale/_index.md @@ -0,0 +1,39 @@ +--- +title: Aspose::Cells::Rendering::SheetRender::GetPageScale method +linktitle: GetPageScale +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::SheetRender::GetPageScale method. Gets calculated page scale of the sheet. Returns the set scale if PageSetup.Zoom is set. Otherwise, returns the calculated scale according to PageSetup.FitToPagesWide and PageSetup.FitToPagesTall in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.rendering/sheetrender/getpagescale/ +--- +## SheetRender::GetPageScale method + + +Gets calculated page scale of the sheet. Returns the set scale if PageSetup.Zoom is set. Otherwise, returns the calculated scale according to PageSetup.FitToPagesWide and PageSetup.FitToPagesTall. + +```cpp +double Aspose::Cells::Rendering::SheetRender::GetPageScale() +``` + + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook wb(u"Book1.xlsx"); + +SheetRender sheetRender(wb.GetWorksheets().Get(0), ImageOrPrintOptions()); + +//Obtiene la escala de página calculada de la hoja. +double pageScale = sheetRender.GetPageScale(); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SheetRender](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/sheetrender/getpagesizeinch/_index.md b/spanish/cpp/aspose.cells.rendering/sheetrender/getpagesizeinch/_index.md new file mode 100644 index 00000000000..078ad01ffba --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/sheetrender/getpagesizeinch/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Rendering::SheetRender::GetPageSizeInch method +linktitle: GetPageSizeInch +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::SheetRender::GetPageSizeInch method. Get page size in inch of output image in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.rendering/sheetrender/getpagesizeinch/ +--- +## SheetRender::GetPageSizeInch method + + +Get page size in inch of output image. + +```cpp +Vector Aspose::Cells::Rendering::SheetRender::GetPageSizeInch(int32_t pageIndex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pageIndex | int32_t | The page index is based on zero. | + +## ReturnValue + +Page size of image, [0] for width and [1] for height + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SheetRender](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/sheetrender/isnull/_index.md b/spanish/cpp/aspose.cells.rendering/sheetrender/isnull/_index.md new file mode 100644 index 00000000000..1f305b3edf0 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/sheetrender/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Rendering::SheetRender::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::SheetRender::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.rendering/sheetrender/isnull/ +--- +## SheetRender::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Rendering::SheetRender::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SheetRender](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/sheetrender/operator_asm/_index.md b/spanish/cpp/aspose.cells.rendering/sheetrender/operator_asm/_index.md new file mode 100644 index 00000000000..9cac3f98181 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/sheetrender/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Rendering::SheetRender::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::SheetRender::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.rendering/sheetrender/operator_asm/ +--- +## SheetRender::operator= method + + +operator= + +```cpp +SheetRender & Aspose::Cells::Rendering::SheetRender::operator=(const SheetRender &src) +``` + +## See Also + +* Class [SheetRender](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [SheetRender](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/sheetrender/operator_bool/_index.md b/spanish/cpp/aspose.cells.rendering/sheetrender/operator_bool/_index.md new file mode 100644 index 00000000000..b9870e3cc9e --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/sheetrender/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Rendering::SheetRender::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::SheetRender::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.rendering/sheetrender/operator_bool/ +--- +## SheetRender::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Rendering::SheetRender::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [SheetRender](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/sheetrender/sheetrender/_index.md b/spanish/cpp/aspose.cells.rendering/sheetrender/sheetrender/_index.md new file mode 100644 index 00000000000..9cde3fd9b11 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/sheetrender/sheetrender/_index.md @@ -0,0 +1,63 @@ +--- +title: Aspose::Cells::Rendering::SheetRender::SheetRender constructor +linktitle: SheetRender +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::SheetRender::SheetRender constructor. the construct of SheetRender, need worksheet and ImageOrPrintOptions as params in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.rendering/sheetrender/sheetrender/ +--- +## SheetRender::SheetRender(const Worksheet\&, const ImageOrPrintOptions\&) constructor + + +the construct of [SheetRender](../), need worksheet and [ImageOrPrintOptions](../../imageorprintoptions/) as params + +```cpp +Aspose::Cells::Rendering::SheetRender::SheetRender(const Worksheet &worksheet, const ImageOrPrintOptions &options) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| worksheet | const Worksheet\& | Indicate which spreadsheet to be rendered. | +| options | const ImageOrPrintOptions\& | [ImageOrPrintOptions](../../imageorprintoptions/) contains some property of output image | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Worksheet](../../../aspose.cells/worksheet/) +* Class [ImageOrPrintOptions](../../imageorprintoptions/) +* Class [SheetRender](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) +## SheetRender::SheetRender(SheetRender_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Rendering::SheetRender::SheetRender(SheetRender_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SheetRender](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) +## SheetRender::SheetRender(const SheetRender\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Rendering::SheetRender::SheetRender(const SheetRender &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SheetRender](../) +* Class [SheetRender](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/sheetrender/toimage/_index.md b/spanish/cpp/aspose.cells.rendering/sheetrender/toimage/_index.md new file mode 100644 index 00000000000..f3a696d3e66 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/sheetrender/toimage/_index.md @@ -0,0 +1,121 @@ +--- +title: Aspose::Cells::Rendering::SheetRender::ToImage method +linktitle: ToImage +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::SheetRender::ToImage method. Render certain page to a file in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.rendering/sheetrender/toimage/ +--- +## SheetRender::ToImage(int32_t, const U16String\&) method + + +Render certain page to a file. + +```cpp +void Aspose::Cells::Rendering::SheetRender::ToImage(int32_t pageIndex, const U16String &fileName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pageIndex | int32_t | indicate which page is to be converted | +| fileName | const U16String\& | filename of the output image | + + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//El siguiente código exporta la primera página de la primera hoja a una imagen PNG. + +//cargar el archivo de origen con imágenes. +Workbook wb(u"Book1.xlsx"); + +ImageOrPrintOptions imgOpt; + +//establecer tipo de imagen de salida. +imgOpt.SetImageType(ImageType::Png); + +//renderizar la primera hoja. +SheetRender sr(wb.GetWorksheets().Get(0), imgOpt); + +//exportar la primera página de la hoja a una imagen. +U16String val = u"output.png"; +sr.ToImage(0, val); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SheetRender](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) +## SheetRender::ToImage(int32_t, const char16_t*) method + + +Render certain page to a file. + +```cpp +void Aspose::Cells::Rendering::SheetRender::ToImage(int32_t pageIndex, const char16_t *fileName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pageIndex | int32_t | indicate which page is to be converted | +| fileName | const char16_t* | filename of the output image | + + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//El siguiente código exporta la primera página de la primera hoja a una imagen PNG. + +//cargar el archivo de origen con imágenes. +Workbook wb(u"Book1.xlsx"); + +ImageOrPrintOptions imgOpt; + +//establecer tipo de imagen de salida. +imgOpt.SetImageType(ImageType::Png); + +//renderizar la primera hoja. +SheetRender sr(wb.GetWorksheets().Get(0), imgOpt); + +//exportar la primera página de la hoja a una imagen. +sr.ToImage(0, u"output.png"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SheetRender](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) +## SheetRender::ToImage(int32_t) method + + +Render certain page to a stream. + +```cpp +Vector Aspose::Cells::Rendering::SheetRender::ToImage(int32_t pageIndex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pageIndex | int32_t | indicate which page is to be converted | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SheetRender](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/sheetrender/totiff/_index.md b/spanish/cpp/aspose.cells.rendering/sheetrender/totiff/_index.md new file mode 100644 index 00000000000..540a048066e --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/sheetrender/totiff/_index.md @@ -0,0 +1,77 @@ +--- +title: Aspose::Cells::Rendering::SheetRender::ToTiff method +linktitle: ToTiff +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::SheetRender::ToTiff method. Render whole worksheet as Tiff Image to stream in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.rendering/sheetrender/totiff/ +--- +## SheetRender::ToTiff() method + + +Render whole worksheet as Tiff Image to stream. + +```cpp +Vector Aspose::Cells::Rendering::SheetRender::ToTiff() +``` + + +| Parameter | Type | Description | +| --- | --- | --- | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SheetRender](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) +## SheetRender::ToTiff(const U16String\&) method + + +Render whole worksheet as Tiff Image to a file. + +```cpp +void Aspose::Cells::Rendering::SheetRender::ToTiff(const U16String &filename) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| filename | const U16String\& | the filename of the output image | +## Remarks + + + +n/a for java +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SheetRender](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) +## SheetRender::ToTiff(const char16_t*) method + + +Render whole worksheet as Tiff Image to a file. + +```cpp +void Aspose::Cells::Rendering::SheetRender::ToTiff(const char16_t *filename) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| filename | const char16_t* | the filename of the output image | +## Remarks + + + +n/a for java +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SheetRender](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/sheetrender/~sheetrender/_index.md b/spanish/cpp/aspose.cells.rendering/sheetrender/~sheetrender/_index.md new file mode 100644 index 00000000000..2bbcce7765f --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/sheetrender/~sheetrender/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Rendering::SheetRender::~SheetRender method +linktitle: ~SheetRender +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::SheetRender::~SheetRender method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.rendering/sheetrender/~sheetrender/ +--- +## SheetRender::~SheetRender method + + +Destructor. + +```cpp +Aspose::Cells::Rendering::SheetRender::~SheetRender() +``` + +## See Also + +* Class [SheetRender](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/sheetset/_impl/_index.md b/spanish/cpp/aspose.cells.rendering/sheetset/_impl/_index.md new file mode 100644 index 00000000000..a099adb6085 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/sheetset/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Rendering::SheetSet::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::SheetSet::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.rendering/sheetset/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +SheetSet_Impl* Aspose::Cells::Rendering::SheetSet::_impl +``` + +## See Also + +* Class [SheetSet](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/sheetset/_index.md b/spanish/cpp/aspose.cells.rendering/sheetset/_index.md new file mode 100644 index 00000000000..52af39ab26a --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/sheetset/_index.md @@ -0,0 +1,42 @@ +--- +title: Aspose::Cells::Rendering::SheetSet class +linktitle: SheetSet +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::SheetSet class. Describes a set of sheets in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.rendering/sheetset/ +--- +## SheetSet class + + +Describes a set of sheets. + +```cpp +class SheetSet +``` + +## Methods + +| Method | Description | +| --- | --- | +| static [GetActive()](./getactive/) | Gets a set with active sheet of the workbook. | +| static [GetAll()](./getall/) | Gets a set with all sheets of the workbook in their original order. | +| static [GetVisible()](./getvisible/) | Gets a set with visible sheets of the workbook in their original order. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const SheetSet\& src)](./operator_asm/) | operator= | +| explicit [SheetSet(const Vector \\& sheetIndexes)](./sheetset/) | Creates a sheet set based on exact sheet indexes. | +| explicit [SheetSet(const Vector \\& sheetNames)](./sheetset/) | Creates a sheet set based on exact sheet names. | +| [SheetSet(SheetSet_Impl* impl)](./sheetset/) | Constructs from an implementation object. | +| [SheetSet(const SheetSet\& src)](./sheetset/) | Copy constructor. | +| [~SheetSet()](./~sheetset/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Rendering](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.rendering/sheetset/getactive/_index.md b/spanish/cpp/aspose.cells.rendering/sheetset/getactive/_index.md new file mode 100644 index 00000000000..15ced035185 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/sheetset/getactive/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::SheetSet::GetActive method +linktitle: GetActive +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::SheetSet::GetActive method. Gets a set with active sheet of the workbook in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.rendering/sheetset/getactive/ +--- +## SheetSet::GetActive method + + +Gets a set with active sheet of the workbook. + +```cpp +static SheetSet Aspose::Cells::Rendering::SheetSet::GetActive() +``` + +## See Also + +* Class [SheetSet](../) +* Class [SheetSet](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/sheetset/getall/_index.md b/spanish/cpp/aspose.cells.rendering/sheetset/getall/_index.md new file mode 100644 index 00000000000..84459213d0c --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/sheetset/getall/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::SheetSet::GetAll method +linktitle: GetAll +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::SheetSet::GetAll method. Gets a set with all sheets of the workbook in their original order in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.rendering/sheetset/getall/ +--- +## SheetSet::GetAll method + + +Gets a set with all sheets of the workbook in their original order. + +```cpp +static SheetSet Aspose::Cells::Rendering::SheetSet::GetAll() +``` + +## See Also + +* Class [SheetSet](../) +* Class [SheetSet](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/sheetset/getvisible/_index.md b/spanish/cpp/aspose.cells.rendering/sheetset/getvisible/_index.md new file mode 100644 index 00000000000..3b6dd30f21e --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/sheetset/getvisible/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::SheetSet::GetVisible method +linktitle: GetVisible +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::SheetSet::GetVisible method. Gets a set with visible sheets of the workbook in their original order in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.rendering/sheetset/getvisible/ +--- +## SheetSet::GetVisible method + + +Gets a set with visible sheets of the workbook in their original order. + +```cpp +static SheetSet Aspose::Cells::Rendering::SheetSet::GetVisible() +``` + +## See Also + +* Class [SheetSet](../) +* Class [SheetSet](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/sheetset/isnull/_index.md b/spanish/cpp/aspose.cells.rendering/sheetset/isnull/_index.md new file mode 100644 index 00000000000..5b682078da2 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/sheetset/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Rendering::SheetSet::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::SheetSet::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.rendering/sheetset/isnull/ +--- +## SheetSet::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Rendering::SheetSet::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SheetSet](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/sheetset/operator_asm/_index.md b/spanish/cpp/aspose.cells.rendering/sheetset/operator_asm/_index.md new file mode 100644 index 00000000000..4f1450d627b --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/sheetset/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Rendering::SheetSet::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::SheetSet::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.rendering/sheetset/operator_asm/ +--- +## SheetSet::operator= method + + +operator= + +```cpp +SheetSet & Aspose::Cells::Rendering::SheetSet::operator=(const SheetSet &src) +``` + +## See Also + +* Class [SheetSet](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [SheetSet](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/sheetset/operator_bool/_index.md b/spanish/cpp/aspose.cells.rendering/sheetset/operator_bool/_index.md new file mode 100644 index 00000000000..e5afb96b874 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/sheetset/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Rendering::SheetSet::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::SheetSet::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.rendering/sheetset/operator_bool/ +--- +## SheetSet::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Rendering::SheetSet::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [SheetSet](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/sheetset/sheetset/_index.md b/spanish/cpp/aspose.cells.rendering/sheetset/sheetset/_index.md new file mode 100644 index 00000000000..cbd12a239f0 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/sheetset/sheetset/_index.md @@ -0,0 +1,89 @@ +--- +title: Aspose::Cells::Rendering::SheetSet::SheetSet constructor +linktitle: SheetSet +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::SheetSet::SheetSet constructor. Creates a sheet set based on exact sheet indexes in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.rendering/sheetset/sheetset/ +--- +## SheetSet::SheetSet(const Vector \\&) constructor + + +Creates a sheet set based on exact sheet indexes. + +```cpp +Aspose::Cells::Rendering::SheetSet::SheetSet(const Vector &sheetIndexes) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sheetIndexes | const Vector \\& | zero based sheet indexes. | +## Remarks + + + +If a sheet is encountered that is not in the workbook, an exception will be thrown during rendering. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SheetSet](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) +## SheetSet::SheetSet(const Vector \\&) constructor + + +Creates a sheet set based on exact sheet names. + +```cpp +Aspose::Cells::Rendering::SheetSet::SheetSet(const Vector &sheetNames) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sheetNames | const Vector \\& | sheet names. | +## Remarks + + + +If a sheet is encountered that is not in the workbook, an exception will be thrown during rendering. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SheetSet](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) +## SheetSet::SheetSet(SheetSet_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Rendering::SheetSet::SheetSet(SheetSet_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SheetSet](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) +## SheetSet::SheetSet(const SheetSet\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Rendering::SheetSet::SheetSet(const SheetSet &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SheetSet](../) +* Class [SheetSet](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/sheetset/~sheetset/_index.md b/spanish/cpp/aspose.cells.rendering/sheetset/~sheetset/_index.md new file mode 100644 index 00000000000..116d14bda0d --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/sheetset/~sheetset/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Rendering::SheetSet::~SheetSet method +linktitle: ~SheetSet +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::SheetSet::~SheetSet method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.rendering/sheetset/~sheetset/ +--- +## SheetSet::~SheetSet method + + +Destructor. + +```cpp +Aspose::Cells::Rendering::SheetSet::~SheetSet() +``` + +## See Also + +* Class [SheetSet](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/svgembeddedfonttype/_index.md b/spanish/cpp/aspose.cells.rendering/svgembeddedfonttype/_index.md new file mode 100644 index 00000000000..658c4c2bd86 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/svgembeddedfonttype/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Rendering::SvgEmbeddedFontType enum +linktitle: SvgEmbeddedFontType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::SvgEmbeddedFontType enum. Represents the embedded font type in Svg image in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.rendering/svgembeddedfonttype/ +--- +## SvgEmbeddedFontType enum + + +Represents the embedded font type in Svg image. + +```cpp +enum class SvgEmbeddedFontType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| None | 0 |
Not Embed font. | +| Woff | 1 |
Embed WOFF font. | + +## See Also + +* Namespace [Aspose::Cells::Rendering](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.rendering/svgimageoptions/_impl/_index.md b/spanish/cpp/aspose.cells.rendering/svgimageoptions/_impl/_index.md new file mode 100644 index 00000000000..f0295d2ddfe --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/svgimageoptions/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Rendering::SvgImageOptions::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::SvgImageOptions::_impl field. The implementation object in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.rendering/svgimageoptions/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +SvgImageOptions_Impl* Aspose::Cells::Rendering::SvgImageOptions::_impl +``` + +## See Also + +* Class [SvgImageOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/svgimageoptions/_index.md b/spanish/cpp/aspose.cells.rendering/svgimageoptions/_index.md new file mode 100644 index 00000000000..11ca5cf78d5 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/svgimageoptions/_index.md @@ -0,0 +1,122 @@ +--- +title: Aspose::Cells::Rendering::SvgImageOptions class +linktitle: SvgImageOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::SvgImageOptions class. Options for generating Svg image in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.rendering/svgimageoptions/ +--- +## SvgImageOptions class + + +Options for generating Svg image. + +```cpp +class SvgImageOptions : public Aspose::Cells::Rendering::ImageOrPrintOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetAllColumnsInOnePagePerSheet()](../imageorprintoptions/getallcolumnsinonepagepersheet/) | If AllColumnsInOnePagePerSheet is true , all column content of one sheet will output to only one page in result. The width of paper size of pagesetup will be invalid, and the other settings of pagesetup will still take effect. | +| [GetCheckWorkbookDefaultFont()](../imageorprintoptions/getcheckworkbookdefaultfont/) | When characters in the Excel are Unicode and not be set with correct font in cell style, They may appear as block in pdf,image. Set this to true to try to use workbook's default font to show these characters first. | +| [GetCssPrefix()](./getcssprefix/) | Gets and sets the prefix of the css name in svg,the default value is empty string. | +| [GetCustomRenderSettings()](../imageorprintoptions/getcustomrendersettings/) | Gets or sets custom settings during rendering. | +| [GetDefaultEditLanguage()](../imageorprintoptions/getdefaulteditlanguage/) | Gets or sets default edit language. | +| [GetDefaultFont()](../imageorprintoptions/getdefaultfont/) | When characters in the Excel are Unicode and not be set with correct font in cell style, They may appear as block in pdf,image. Set the DefaultFont such as MingLiu or MS Gothic to show these characters. If this property is not set, [Aspose.Cells](../../aspose.cells/) will use system default font to show these unicode characters. | +| [GetDrawObjectEventHandler()](../imageorprintoptions/getdrawobjecteventhandler/) | Implements this interface to get [DrawObject](../drawobject/) and Bound when rendering. | +| [GetEmbeddedFontType()](./getembeddedfonttype/) | Gets or sets the type of font that embedded in Svg. | +| [GetEmbededImageNameInSvg()](../imageorprintoptions/getembededimagenameinsvg/) | **(Deprecated)** Indicate the filename of embedded image in svg. This should be full path with directory like "c:\\xpsEmbedded". | +| [GetEmfRenderSetting()](../imageorprintoptions/getemfrendersetting/) | Setting for rendering Emf metafiles in source file. | +| [GetFitToViewPort()](./getfittoviewport/) | if this property is true, the generated svg will fit to view port. | +| [GetGridlineColor()](../imageorprintoptions/getgridlinecolor/) | Gets or sets gridline colr. | +| [GetGridlineType()](../imageorprintoptions/getgridlinetype/) | Gets or sets gridline type. | +| [GetHorizontalResolution()](../imageorprintoptions/gethorizontalresolution/) | Gets or sets the horizontal resolution for generated images, in dots per inch. | +| [GetImageType()](./getimagetype/) | Gets or sets the format of the generated images. default value: PNG. | +| [GetOnePagePerSheet()](../imageorprintoptions/getonepagepersheet/) | If OnePagePerSheet is true , all content of one sheet will output to only one page in result. The paper size of pagesetup will be invalid, and the other settings of pagesetup will still take effect. | +| [GetOnlyArea()](../imageorprintoptions/getonlyarea/) | If this property is true , one Area will be output, and no scale will take effect. | +| [GetOutputBlankPageWhenNothingToPrint()](../imageorprintoptions/getoutputblankpagewhennothingtoprint/) | Indicates whether to output a blank page when there is nothing to print. | +| [GetPageCount()](../imageorprintoptions/getpagecount/) | Gets or sets the number of pages to save. | +| [GetPageIndex()](../imageorprintoptions/getpageindex/) | Gets or sets the 0-based index of the first page to save. | +| [GetPageSavingCallback()](../imageorprintoptions/getpagesavingcallback/) | Control/Indicate progress of page saving process. | +| [GetPrintingPage()](../imageorprintoptions/getprintingpage/) | Indicates which pages will not be printed. | +| [GetPrintWithStatusDialog()](../imageorprintoptions/getprintwithstatusdialog/) | If PrintWithStatusDialog = true , there will be a dialog that shows current print status. else no such dialog will show. | +| [GetQuality()](../imageorprintoptions/getquality/) | Gets or sets a value determining the quality of the generated images to apply only when saving pages to the **Jpeg** format. The default value is 100. | +| [GetSheetSet()](../imageorprintoptions/getsheetset/) | Gets or sets the sheets to render. Default is all visible sheets in the workbook: Aspose.Cells.Rendering.SheetSet.Visible. | +| [GetSvgCssPrefix()](../imageorprintoptions/getsvgcssprefix/) | **(Deprecated)** Gets and sets the prefix of the css name in svg,the default value is empty string. | +| [GetSVGFitToViewPort()](../imageorprintoptions/getsvgfittoviewport/) | **(Deprecated)** if this property is true, the generated svg will fit to view port. | +| [GetTextCrossType()](../imageorprintoptions/gettextcrosstype/) | Gets or sets displaying text type when the text width is larger than cell width. | +| [GetTiffBinarizationMethod()](../imageorprintoptions/gettiffbinarizationmethod/) | Gets or sets method used while converting images to 1 bpp format when [ImageType](../../aspose.cells.drawing/imagetype/) is Tiff and [TiffCompression](../tiffcompression/) is equal to Ccitt3 or Ccitt4. | +| [GetTiffColorDepth()](../imageorprintoptions/gettiffcolordepth/) | Gets or sets bit depth to apply only when saving pages to the **Tiff** format. | +| [GetTiffCompression()](../imageorprintoptions/gettiffcompression/) | Gets or sets the type of compression to apply only when saving pages to the **Tiff** format. | +| [GetTransparent()](../imageorprintoptions/gettransparent/) | Indicates if the background of generated image should be transparent. | +| [GetVerticalResolution()](../imageorprintoptions/getverticalresolution/) | Gets or sets the vertical resolution for generated images, in dots per inch. | +| [GetWarningCallback()](../imageorprintoptions/getwarningcallback/) | Gets or sets warning callback. | +| [ImageOrPrintOptions()](../imageorprintoptions/imageorprintoptions/) | Ctor. | +| [ImageOrPrintOptions(ImageOrPrintOptions_Impl* impl)](../imageorprintoptions/imageorprintoptions/) | Constructs from an implementation object. | +| [ImageOrPrintOptions(const ImageOrPrintOptions\& src)](../imageorprintoptions/imageorprintoptions/) | Copy constructor. | +| [IsFontSubstitutionCharGranularity()](../imageorprintoptions/isfontsubstitutionchargranularity/) | Indicates whether to only substitute the font of character when the cell font is not compatibility for it. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsOptimized()](../imageorprintoptions/isoptimized/) | Indicates whether to optimize the output elements. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const SvgImageOptions\& src)](./operator_asm/) | operator= | +| [operator=(const ImageOrPrintOptions\& src)](../imageorprintoptions/operator_asm/) | operator= | +| [SetAllColumnsInOnePagePerSheet(bool value)](../imageorprintoptions/setallcolumnsinonepagepersheet/) | If AllColumnsInOnePagePerSheet is true , all column content of one sheet will output to only one page in result. The width of paper size of pagesetup will be invalid, and the other settings of pagesetup will still take effect. | +| [SetCheckWorkbookDefaultFont(bool value)](../imageorprintoptions/setcheckworkbookdefaultfont/) | When characters in the Excel are Unicode and not be set with correct font in cell style, They may appear as block in pdf,image. Set this to true to try to use workbook's default font to show these characters first. | +| [SetCssPrefix(const U16String\& value)](./setcssprefix/) | Gets and sets the prefix of the css name in svg,the default value is empty string. | +| [SetCssPrefix(const char16_t* value)](./setcssprefix/) | Gets and sets the prefix of the css name in svg,the default value is empty string. | +| [SetCustomRenderSettings(const CustomRenderSettings\& value)](../imageorprintoptions/setcustomrendersettings/) | Gets or sets custom settings during rendering. | +| [SetDefaultEditLanguage(DefaultEditLanguage value)](../imageorprintoptions/setdefaulteditlanguage/) | Gets or sets default edit language. | +| [SetDefaultFont(const U16String\& value)](../imageorprintoptions/setdefaultfont/) | When characters in the Excel are Unicode and not be set with correct font in cell style, They may appear as block in pdf,image. Set the DefaultFont such as MingLiu or MS Gothic to show these characters. If this property is not set, [Aspose.Cells](../../aspose.cells/) will use system default font to show these unicode characters. | +| [SetDefaultFont(const char16_t* value)](../imageorprintoptions/setdefaultfont/) | When characters in the Excel are Unicode and not be set with correct font in cell style, They may appear as block in pdf,image. Set the DefaultFont such as MingLiu or MS Gothic to show these characters. If this property is not set, [Aspose.Cells](../../aspose.cells/) will use system default font to show these unicode characters. | +| [SetDesiredSize(int32_t desiredWidth, int32_t desiredHeight, bool keepAspectRatio)](../imageorprintoptions/setdesiredsize/) | Sets desired width and height of image. | +| [SetDrawObjectEventHandler(DrawObjectEventHandler* value)](../imageorprintoptions/setdrawobjecteventhandler/) | Implements this interface to get [DrawObject](../drawobject/) and Bound when rendering. | +| [SetEmbeddedFontType(SvgEmbeddedFontType value)](./setembeddedfonttype/) | Gets or sets the type of font that embedded in Svg. | +| [SetEmbededImageNameInSvg(const U16String\& value)](../imageorprintoptions/setembededimagenameinsvg/) | **(Deprecated)** Indicate the filename of embedded image in svg. This should be full path with directory like "c:\\xpsEmbedded". | +| [SetEmbededImageNameInSvg(const char16_t* value)](../imageorprintoptions/setembededimagenameinsvg/) | **(Deprecated)** Indicate the filename of embedded image in svg. This should be full path with directory like "c:\\xpsEmbedded". | +| [SetEmfRenderSetting(EmfRenderSetting value)](../imageorprintoptions/setemfrendersetting/) | Setting for rendering Emf metafiles in source file. | +| [SetFitToViewPort(bool value)](./setfittoviewport/) | if this property is true, the generated svg will fit to view port. | +| [SetGridlineColor(const Aspose::Cells::Color\& value)](../imageorprintoptions/setgridlinecolor/) | Gets or sets gridline colr. | +| [SetGridlineType(GridlineType value)](../imageorprintoptions/setgridlinetype/) | Gets or sets gridline type. | +| [SetHorizontalResolution(int32_t value)](../imageorprintoptions/sethorizontalresolution/) | Gets or sets the horizontal resolution for generated images, in dots per inch. | +| [SetImageType(Aspose::Cells::Drawing::ImageType value)](./setimagetype/) | Gets or sets the format of the generated images. default value: PNG. | +| [SetIsFontSubstitutionCharGranularity(bool value)](../imageorprintoptions/setisfontsubstitutionchargranularity/) | Indicates whether to only substitute the font of character when the cell font is not compatibility for it. | +| [SetIsOptimized(bool value)](../imageorprintoptions/setisoptimized/) | Indicates whether to optimize the output elements. | +| [SetOnePagePerSheet(bool value)](../imageorprintoptions/setonepagepersheet/) | If OnePagePerSheet is true , all content of one sheet will output to only one page in result. The paper size of pagesetup will be invalid, and the other settings of pagesetup will still take effect. | +| [SetOnlyArea(bool value)](../imageorprintoptions/setonlyarea/) | If this property is true , one Area will be output, and no scale will take effect. | +| [SetOutputBlankPageWhenNothingToPrint(bool value)](../imageorprintoptions/setoutputblankpagewhennothingtoprint/) | Indicates whether to output a blank page when there is nothing to print. | +| [SetPageCount(int32_t value)](../imageorprintoptions/setpagecount/) | Gets or sets the number of pages to save. | +| [SetPageIndex(int32_t value)](../imageorprintoptions/setpageindex/) | Gets or sets the 0-based index of the first page to save. | +| [SetPageSavingCallback(IPageSavingCallback* value)](../imageorprintoptions/setpagesavingcallback/) | Control/Indicate progress of page saving process. | +| [SetPrintingPage(PrintingPageType value)](../imageorprintoptions/setprintingpage/) | Indicates which pages will not be printed. | +| [SetPrintWithStatusDialog(bool value)](../imageorprintoptions/setprintwithstatusdialog/) | If PrintWithStatusDialog = true , there will be a dialog that shows current print status. else no such dialog will show. | +| [SetQuality(int32_t value)](../imageorprintoptions/setquality/) | Gets or sets a value determining the quality of the generated images to apply only when saving pages to the **Jpeg** format. The default value is 100. | +| [SetSheetSet(const SheetSet\& value)](../imageorprintoptions/setsheetset/) | Gets or sets the sheets to render. Default is all visible sheets in the workbook: Aspose.Cells.Rendering.SheetSet.Visible. | +| [SetSvgCssPrefix(const U16String\& value)](../imageorprintoptions/setsvgcssprefix/) | **(Deprecated)** Gets and sets the prefix of the css name in svg,the default value is empty string. | +| [SetSvgCssPrefix(const char16_t* value)](../imageorprintoptions/setsvgcssprefix/) | **(Deprecated)** Gets and sets the prefix of the css name in svg,the default value is empty string. | +| [SetSVGFitToViewPort(bool value)](../imageorprintoptions/setsvgfittoviewport/) | **(Deprecated)** if this property is true, the generated svg will fit to view port. | +| [SetTextCrossType(TextCrossType value)](../imageorprintoptions/settextcrosstype/) | Gets or sets displaying text type when the text width is larger than cell width. | +| [SetTiffBinarizationMethod(ImageBinarizationMethod value)](../imageorprintoptions/settiffbinarizationmethod/) | Gets or sets method used while converting images to 1 bpp format when [ImageType](../../aspose.cells.drawing/imagetype/) is Tiff and [TiffCompression](../tiffcompression/) is equal to Ccitt3 or Ccitt4. | +| [SetTiffColorDepth(ColorDepth value)](../imageorprintoptions/settiffcolordepth/) | Gets or sets bit depth to apply only when saving pages to the **Tiff** format. | +| [SetTiffCompression(TiffCompression value)](../imageorprintoptions/settiffcompression/) | Gets or sets the type of compression to apply only when saving pages to the **Tiff** format. | +| [SetTransparent(bool value)](../imageorprintoptions/settransparent/) | Indicates if the background of generated image should be transparent. | +| [SetVerticalResolution(int32_t value)](../imageorprintoptions/setverticalresolution/) | Gets or sets the vertical resolution for generated images, in dots per inch. | +| [SetWarningCallback(IWarningCallback* value)](../imageorprintoptions/setwarningcallback/) | Gets or sets warning callback. | +| [SvgImageOptions()](./svgimageoptions/) | Ctor. | +| [SvgImageOptions(SvgImageOptions_Impl* impl)](./svgimageoptions/) | Constructs from an implementation object. | +| [SvgImageOptions(const SvgImageOptions\& src)](./svgimageoptions/) | Copy constructor. | +| [SvgImageOptions(const ImageOrPrintOptions\& src)](./svgimageoptions/) | Constructs from a parent object. | +| [~ImageOrPrintOptions()](../imageorprintoptions/~imageorprintoptions/) | Destructor. | +| [~SvgImageOptions()](./~svgimageoptions/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [ImageOrPrintOptions](../imageorprintoptions/) +* Namespace [Aspose::Cells::Rendering](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.rendering/svgimageoptions/getcssprefix/_index.md b/spanish/cpp/aspose.cells.rendering/svgimageoptions/getcssprefix/_index.md new file mode 100644 index 00000000000..e534c9c6238 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/svgimageoptions/getcssprefix/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::SvgImageOptions::GetCssPrefix method +linktitle: GetCssPrefix +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::SvgImageOptions::GetCssPrefix method. Gets and sets the prefix of the css name in svg,the default value is empty string in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.rendering/svgimageoptions/getcssprefix/ +--- +## SvgImageOptions::GetCssPrefix method + + +Gets and sets the prefix of the css name in svg,the default value is empty string. + +```cpp +U16String Aspose::Cells::Rendering::SvgImageOptions::GetCssPrefix() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SvgImageOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/svgimageoptions/getembeddedfonttype/_index.md b/spanish/cpp/aspose.cells.rendering/svgimageoptions/getembeddedfonttype/_index.md new file mode 100644 index 00000000000..6cc992f3ac3 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/svgimageoptions/getembeddedfonttype/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Rendering::SvgImageOptions::GetEmbeddedFontType method +linktitle: GetEmbeddedFontType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::SvgImageOptions::GetEmbeddedFontType method. Gets or sets the type of font that embedded in Svg in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.rendering/svgimageoptions/getembeddedfonttype/ +--- +## SvgImageOptions::GetEmbeddedFontType method + + +Gets or sets the type of font that embedded in Svg. + +```cpp +SvgEmbeddedFontType Aspose::Cells::Rendering::SvgImageOptions::GetEmbeddedFontType() +``` + +## Remarks + + +Default value is [SvgEmbeddedFontType.None](../../svgembeddedfonttype/) which indicates that it will not embed font in Svg. +## See Also + +* Enum [SvgEmbeddedFontType](../../svgembeddedfonttype/) +* Class [SvgImageOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/svgimageoptions/getfittoviewport/_index.md b/spanish/cpp/aspose.cells.rendering/svgimageoptions/getfittoviewport/_index.md new file mode 100644 index 00000000000..58458c81bef --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/svgimageoptions/getfittoviewport/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::SvgImageOptions::GetFitToViewPort method +linktitle: GetFitToViewPort +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::SvgImageOptions::GetFitToViewPort method. if this property is true, the generated svg will fit to view port in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.rendering/svgimageoptions/getfittoviewport/ +--- +## SvgImageOptions::GetFitToViewPort method + + +if this property is true, the generated svg will fit to view port. + +```cpp +bool Aspose::Cells::Rendering::SvgImageOptions::GetFitToViewPort() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SvgImageOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/svgimageoptions/getimagetype/_index.md b/spanish/cpp/aspose.cells.rendering/svgimageoptions/getimagetype/_index.md new file mode 100644 index 00000000000..d6bdab4d2a8 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/svgimageoptions/getimagetype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::SvgImageOptions::GetImageType method +linktitle: GetImageType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::SvgImageOptions::GetImageType method. Gets or sets the format of the generated images. default value: PNG in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.rendering/svgimageoptions/getimagetype/ +--- +## SvgImageOptions::GetImageType method + + +Gets or sets the format of the generated images. default value: PNG. + +```cpp +Aspose::Cells::Drawing::ImageType Aspose::Cells::Rendering::SvgImageOptions::GetImageType() +``` + +## See Also + +* Enum [ImageType](../../../aspose.cells.drawing/imagetype/) +* Class [SvgImageOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/svgimageoptions/isnull/_index.md b/spanish/cpp/aspose.cells.rendering/svgimageoptions/isnull/_index.md new file mode 100644 index 00000000000..507c92be26b --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/svgimageoptions/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Rendering::SvgImageOptions::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::SvgImageOptions::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.rendering/svgimageoptions/isnull/ +--- +## SvgImageOptions::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Rendering::SvgImageOptions::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SvgImageOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/svgimageoptions/operator_asm/_index.md b/spanish/cpp/aspose.cells.rendering/svgimageoptions/operator_asm/_index.md new file mode 100644 index 00000000000..e890fb8dee0 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/svgimageoptions/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Rendering::SvgImageOptions::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::SvgImageOptions::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.rendering/svgimageoptions/operator_asm/ +--- +## SvgImageOptions::operator= method + + +operator= + +```cpp +SvgImageOptions & Aspose::Cells::Rendering::SvgImageOptions::operator=(const SvgImageOptions &src) +``` + +## See Also + +* Class [SvgImageOptions](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [SvgImageOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/svgimageoptions/operator_bool/_index.md b/spanish/cpp/aspose.cells.rendering/svgimageoptions/operator_bool/_index.md new file mode 100644 index 00000000000..b4fb2653f49 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/svgimageoptions/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Rendering::SvgImageOptions::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::SvgImageOptions::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.rendering/svgimageoptions/operator_bool/ +--- +## SvgImageOptions::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Rendering::SvgImageOptions::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [SvgImageOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/svgimageoptions/setcssprefix/_index.md b/spanish/cpp/aspose.cells.rendering/svgimageoptions/setcssprefix/_index.md new file mode 100644 index 00000000000..3e90c3cd2bb --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/svgimageoptions/setcssprefix/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Rendering::SvgImageOptions::SetCssPrefix method +linktitle: SetCssPrefix +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::SvgImageOptions::SetCssPrefix method. Gets and sets the prefix of the css name in svg,the default value is empty string in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.rendering/svgimageoptions/setcssprefix/ +--- +## SvgImageOptions::SetCssPrefix(const U16String\&) method + + +Gets and sets the prefix of the css name in svg,the default value is empty string. + +```cpp +void Aspose::Cells::Rendering::SvgImageOptions::SetCssPrefix(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SvgImageOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) +## SvgImageOptions::SetCssPrefix(const char16_t*) method + + +Gets and sets the prefix of the css name in svg,the default value is empty string. + +```cpp +void Aspose::Cells::Rendering::SvgImageOptions::SetCssPrefix(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SvgImageOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/svgimageoptions/setembeddedfonttype/_index.md b/spanish/cpp/aspose.cells.rendering/svgimageoptions/setembeddedfonttype/_index.md new file mode 100644 index 00000000000..50d90a7647b --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/svgimageoptions/setembeddedfonttype/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Rendering::SvgImageOptions::SetEmbeddedFontType method +linktitle: SetEmbeddedFontType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::SvgImageOptions::SetEmbeddedFontType method. Gets or sets the type of font that embedded in Svg in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.rendering/svgimageoptions/setembeddedfonttype/ +--- +## SvgImageOptions::SetEmbeddedFontType method + + +Gets or sets the type of font that embedded in Svg. + +```cpp +void Aspose::Cells::Rendering::SvgImageOptions::SetEmbeddedFontType(SvgEmbeddedFontType value) +``` + +## Remarks + + +Default value is [SvgEmbeddedFontType.None](../../svgembeddedfonttype/) which indicates that it will not embed font in Svg. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [SvgEmbeddedFontType](../../svgembeddedfonttype/) +* Class [SvgImageOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/svgimageoptions/setfittoviewport/_index.md b/spanish/cpp/aspose.cells.rendering/svgimageoptions/setfittoviewport/_index.md new file mode 100644 index 00000000000..26252d847a6 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/svgimageoptions/setfittoviewport/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::SvgImageOptions::SetFitToViewPort method +linktitle: SetFitToViewPort +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::SvgImageOptions::SetFitToViewPort method. if this property is true, the generated svg will fit to view port in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.rendering/svgimageoptions/setfittoviewport/ +--- +## SvgImageOptions::SetFitToViewPort method + + +if this property is true, the generated svg will fit to view port. + +```cpp +void Aspose::Cells::Rendering::SvgImageOptions::SetFitToViewPort(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SvgImageOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/svgimageoptions/setimagetype/_index.md b/spanish/cpp/aspose.cells.rendering/svgimageoptions/setimagetype/_index.md new file mode 100644 index 00000000000..6247cb3fff1 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/svgimageoptions/setimagetype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Rendering::SvgImageOptions::SetImageType method +linktitle: SetImageType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::SvgImageOptions::SetImageType method. Gets or sets the format of the generated images. default value: PNG in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.rendering/svgimageoptions/setimagetype/ +--- +## SvgImageOptions::SetImageType method + + +Gets or sets the format of the generated images. default value: PNG. + +```cpp +void Aspose::Cells::Rendering::SvgImageOptions::SetImageType(Aspose::Cells::Drawing::ImageType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ImageType](../../../aspose.cells.drawing/imagetype/) +* Class [SvgImageOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/svgimageoptions/svgimageoptions/_index.md b/spanish/cpp/aspose.cells.rendering/svgimageoptions/svgimageoptions/_index.md new file mode 100644 index 00000000000..915d3220659 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/svgimageoptions/svgimageoptions/_index.md @@ -0,0 +1,70 @@ +--- +title: Aspose::Cells::Rendering::SvgImageOptions::SvgImageOptions constructor +linktitle: SvgImageOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::SvgImageOptions::SvgImageOptions constructor. Ctor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.rendering/svgimageoptions/svgimageoptions/ +--- +## SvgImageOptions::SvgImageOptions() constructor + + +Ctor. + +```cpp +Aspose::Cells::Rendering::SvgImageOptions::SvgImageOptions() +``` + +## See Also + +* Class [SvgImageOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) +## SvgImageOptions::SvgImageOptions(SvgImageOptions_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Rendering::SvgImageOptions::SvgImageOptions(SvgImageOptions_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SvgImageOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) +## SvgImageOptions::SvgImageOptions(const SvgImageOptions\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Rendering::SvgImageOptions::SvgImageOptions(const SvgImageOptions &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SvgImageOptions](../) +* Class [SvgImageOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) +## SvgImageOptions::SvgImageOptions(const ImageOrPrintOptions\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Rendering::SvgImageOptions::SvgImageOptions(const ImageOrPrintOptions &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ImageOrPrintOptions](../../imageorprintoptions/) +* Class [SvgImageOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/svgimageoptions/~svgimageoptions/_index.md b/spanish/cpp/aspose.cells.rendering/svgimageoptions/~svgimageoptions/_index.md new file mode 100644 index 00000000000..40d62bfce69 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/svgimageoptions/~svgimageoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Rendering::SvgImageOptions::~SvgImageOptions method +linktitle: ~SvgImageOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::SvgImageOptions::~SvgImageOptions method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.rendering/svgimageoptions/~svgimageoptions/ +--- +## SvgImageOptions::~SvgImageOptions method + + +Destructor. + +```cpp +Aspose::Cells::Rendering::SvgImageOptions::~SvgImageOptions() +``` + +## See Also + +* Class [SvgImageOptions](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/tiffcompression/_index.md b/spanish/cpp/aspose.cells.rendering/tiffcompression/_index.md new file mode 100644 index 00000000000..409b20a10b8 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/tiffcompression/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Rendering::TiffCompression enum +linktitle: TiffCompression +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::TiffCompression enum. Specifies what type of compression to apply when saving images into TIFF format file in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells.rendering/tiffcompression/ +--- +## TiffCompression enum + + +Specifies what type of compression to apply when saving images into TIFF format file. + +```cpp +enum class TiffCompression +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| CompressionNone | 0 |
Specifies no compression. | +| CompressionRle | 1 |
Specifies the RLE compression scheme. | +| CompressionLZW | 2 |
Specifies the LZW compression scheme. | +| CompressionCCITT3 | 3 |
Specifies the CCITT3 compression scheme. | +| CompressionCCITT4 | 4 |
Specifies the CCITT4 compression scheme. | + +## See Also + +* Namespace [Aspose::Cells::Rendering](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.rendering/workbookprintingpreview/_impl/_index.md b/spanish/cpp/aspose.cells.rendering/workbookprintingpreview/_impl/_index.md new file mode 100644 index 00000000000..a7a8a83064b --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/workbookprintingpreview/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Rendering::WorkbookPrintingPreview::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::WorkbookPrintingPreview::_impl field. The implementation object in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.rendering/workbookprintingpreview/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +WorkbookPrintingPreview_Impl* Aspose::Cells::Rendering::WorkbookPrintingPreview::_impl +``` + +## See Also + +* Class [WorkbookPrintingPreview](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/workbookprintingpreview/_index.md b/spanish/cpp/aspose.cells.rendering/workbookprintingpreview/_index.md new file mode 100644 index 00000000000..e869949e29e --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/workbookprintingpreview/_index.md @@ -0,0 +1,39 @@ +--- +title: Aspose::Cells::Rendering::WorkbookPrintingPreview class +linktitle: WorkbookPrintingPreview +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::WorkbookPrintingPreview class. Workbook printing preview in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.rendering/workbookprintingpreview/ +--- +## WorkbookPrintingPreview class + + +[Workbook](../../aspose.cells/workbook/) printing preview. + +```cpp +class WorkbookPrintingPreview +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetEvaluatedPageCount()](./getevaluatedpagecount/) | Evaluate the total page count of this workbook. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const WorkbookPrintingPreview\& src)](./operator_asm/) | operator= | +| [WorkbookPrintingPreview(const Workbook\& workbook, const ImageOrPrintOptions\& options)](./workbookprintingpreview/) | The construct of [WorkbookPrintingPreview](./). | +| [WorkbookPrintingPreview(WorkbookPrintingPreview_Impl* impl)](./workbookprintingpreview/) | Constructs from an implementation object. | +| [WorkbookPrintingPreview(const WorkbookPrintingPreview\& src)](./workbookprintingpreview/) | Copy constructor. | +| [~WorkbookPrintingPreview()](./~workbookprintingpreview/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Rendering](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.rendering/workbookprintingpreview/getevaluatedpagecount/_index.md b/spanish/cpp/aspose.cells.rendering/workbookprintingpreview/getevaluatedpagecount/_index.md new file mode 100644 index 00000000000..3f819dabf1e --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/workbookprintingpreview/getevaluatedpagecount/_index.md @@ -0,0 +1,41 @@ +--- +title: Aspose::Cells::Rendering::WorkbookPrintingPreview::GetEvaluatedPageCount method +linktitle: GetEvaluatedPageCount +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::WorkbookPrintingPreview::GetEvaluatedPageCount method. Evaluate the total page count of this workbook in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.rendering/workbookprintingpreview/getevaluatedpagecount/ +--- +## WorkbookPrintingPreview::GetEvaluatedPageCount method + + +Evaluate the total page count of this workbook. + +```cpp +int32_t Aspose::Cells::Rendering::WorkbookPrintingPreview::GetEvaluatedPageCount() +``` + + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//El siguiente código muestra la forma más rápida de obtener el recuento de páginas de un libro de trabajo. +Workbook workbook(u"Book1.xlsx"); + +WorkbookPrintingPreview workbookPrintingPreview(workbook, ImageOrPrintOptions()); + +//la forma más rápida de obtener el recuento de páginas, especialmente cuando hay datos masivos en el libro de trabajo. +int pageCount = workbookPrintingPreview.GetEvaluatedPageCount(); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WorkbookPrintingPreview](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/workbookprintingpreview/isnull/_index.md b/spanish/cpp/aspose.cells.rendering/workbookprintingpreview/isnull/_index.md new file mode 100644 index 00000000000..b1b60708715 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/workbookprintingpreview/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Rendering::WorkbookPrintingPreview::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::WorkbookPrintingPreview::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.rendering/workbookprintingpreview/isnull/ +--- +## WorkbookPrintingPreview::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Rendering::WorkbookPrintingPreview::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WorkbookPrintingPreview](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/workbookprintingpreview/operator_asm/_index.md b/spanish/cpp/aspose.cells.rendering/workbookprintingpreview/operator_asm/_index.md new file mode 100644 index 00000000000..7c976a7de5f --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/workbookprintingpreview/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Rendering::WorkbookPrintingPreview::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::WorkbookPrintingPreview::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.rendering/workbookprintingpreview/operator_asm/ +--- +## WorkbookPrintingPreview::operator= method + + +operator= + +```cpp +WorkbookPrintingPreview & Aspose::Cells::Rendering::WorkbookPrintingPreview::operator=(const WorkbookPrintingPreview &src) +``` + +## See Also + +* Class [WorkbookPrintingPreview](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [WorkbookPrintingPreview](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/workbookprintingpreview/operator_bool/_index.md b/spanish/cpp/aspose.cells.rendering/workbookprintingpreview/operator_bool/_index.md new file mode 100644 index 00000000000..955d0f407d2 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/workbookprintingpreview/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Rendering::WorkbookPrintingPreview::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::WorkbookPrintingPreview::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.rendering/workbookprintingpreview/operator_bool/ +--- +## WorkbookPrintingPreview::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Rendering::WorkbookPrintingPreview::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [WorkbookPrintingPreview](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/workbookprintingpreview/workbookprintingpreview/_index.md b/spanish/cpp/aspose.cells.rendering/workbookprintingpreview/workbookprintingpreview/_index.md new file mode 100644 index 00000000000..25a34044be5 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/workbookprintingpreview/workbookprintingpreview/_index.md @@ -0,0 +1,63 @@ +--- +title: Aspose::Cells::Rendering::WorkbookPrintingPreview::WorkbookPrintingPreview constructor +linktitle: WorkbookPrintingPreview +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::WorkbookPrintingPreview::WorkbookPrintingPreview constructor. The construct of WorkbookPrintingPreview in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.rendering/workbookprintingpreview/workbookprintingpreview/ +--- +## WorkbookPrintingPreview::WorkbookPrintingPreview(const Workbook\&, const ImageOrPrintOptions\&) constructor + + +The construct of [WorkbookPrintingPreview](../). + +```cpp +Aspose::Cells::Rendering::WorkbookPrintingPreview::WorkbookPrintingPreview(const Workbook &workbook, const ImageOrPrintOptions &options) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| workbook | const Workbook\& | Indicate which workbook to be printed. | +| options | const ImageOrPrintOptions\& | [ImageOrPrintOptions](../../imageorprintoptions/) contains some property of output | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Workbook](../../../aspose.cells/workbook/) +* Class [ImageOrPrintOptions](../../imageorprintoptions/) +* Class [WorkbookPrintingPreview](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) +## WorkbookPrintingPreview::WorkbookPrintingPreview(WorkbookPrintingPreview_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Rendering::WorkbookPrintingPreview::WorkbookPrintingPreview(WorkbookPrintingPreview_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WorkbookPrintingPreview](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) +## WorkbookPrintingPreview::WorkbookPrintingPreview(const WorkbookPrintingPreview\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Rendering::WorkbookPrintingPreview::WorkbookPrintingPreview(const WorkbookPrintingPreview &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WorkbookPrintingPreview](../) +* Class [WorkbookPrintingPreview](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/workbookprintingpreview/~workbookprintingpreview/_index.md b/spanish/cpp/aspose.cells.rendering/workbookprintingpreview/~workbookprintingpreview/_index.md new file mode 100644 index 00000000000..732089bc8ff --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/workbookprintingpreview/~workbookprintingpreview/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Rendering::WorkbookPrintingPreview::~WorkbookPrintingPreview method +linktitle: ~WorkbookPrintingPreview +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::WorkbookPrintingPreview::~WorkbookPrintingPreview method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.rendering/workbookprintingpreview/~workbookprintingpreview/ +--- +## WorkbookPrintingPreview::~WorkbookPrintingPreview method + + +Destructor. + +```cpp +Aspose::Cells::Rendering::WorkbookPrintingPreview::~WorkbookPrintingPreview() +``` + +## See Also + +* Class [WorkbookPrintingPreview](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/workbookrender/_impl/_index.md b/spanish/cpp/aspose.cells.rendering/workbookrender/_impl/_index.md new file mode 100644 index 00000000000..55181e5f1fe --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/workbookrender/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Rendering::WorkbookRender::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::WorkbookRender::_impl field. The implementation object in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.rendering/workbookrender/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +WorkbookRender_Impl* Aspose::Cells::Rendering::WorkbookRender::_impl +``` + +## See Also + +* Class [WorkbookRender](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/workbookrender/_index.md b/spanish/cpp/aspose.cells.rendering/workbookrender/_index.md new file mode 100644 index 00000000000..80b036454f8 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/workbookrender/_index.md @@ -0,0 +1,47 @@ +--- +title: Aspose::Cells::Rendering::WorkbookRender class +linktitle: WorkbookRender +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::WorkbookRender class. Represents a Workbook render. The constructor of this class , must be used after modification of pagesetup, cell style in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.rendering/workbookrender/ +--- +## WorkbookRender class + + +Represents a [Workbook](../../aspose.cells/workbook/) render. The constructor of this class , must be used after modification of pagesetup, cell style. + +```cpp +class WorkbookRender +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Dispose()](./dispose/) | Releases resources created and used for rendering. | +| [GetPageCount()](./getpagecount/) | Gets the total page count of workbook. | +| [GetPageSizeInch(int32_t pageIndex)](./getpagesizeinch/) | Get page size in inch of output image. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const WorkbookRender\& src)](./operator_asm/) | operator= | +| [ToImage()](./toimage/) | Render whole workbook as Tiff Image to stream. | +| [ToImage(const U16String\& filename)](./toimage/) | Render whole workbook as Tiff Image to a file. | +| [ToImage(const char16_t* filename)](./toimage/) | Render whole workbook as Tiff Image to a file. | +| [ToImage(int32_t pageIndex, const U16String\& fileName)](./toimage/) | Render certain page to a file. | +| [ToImage(int32_t pageIndex, const char16_t* fileName)](./toimage/) | Render certain page to a file. | +| [ToImage(int32_t pageIndex)](./toimage/) | Render certain page to a stream. | +| [WorkbookRender(const Workbook\& workbook, const ImageOrPrintOptions\& options)](./workbookrender/) | The construct of [WorkbookRender](./). | +| [WorkbookRender(WorkbookRender_Impl* impl)](./workbookrender/) | Constructs from an implementation object. | +| [WorkbookRender(const WorkbookRender\& src)](./workbookrender/) | Copy constructor. | +| [~WorkbookRender()](./~workbookrender/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Rendering](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.rendering/workbookrender/dispose/_index.md b/spanish/cpp/aspose.cells.rendering/workbookrender/dispose/_index.md new file mode 100644 index 00000000000..d3842a2ff69 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/workbookrender/dispose/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::WorkbookRender::Dispose method +linktitle: Dispose +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::WorkbookRender::Dispose method. Releases resources created and used for rendering in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.rendering/workbookrender/dispose/ +--- +## WorkbookRender::Dispose method + + +Releases resources created and used for rendering. + +```cpp +void Aspose::Cells::Rendering::WorkbookRender::Dispose() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WorkbookRender](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/workbookrender/getpagecount/_index.md b/spanish/cpp/aspose.cells.rendering/workbookrender/getpagecount/_index.md new file mode 100644 index 00000000000..6fddcf4f6fd --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/workbookrender/getpagecount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Rendering::WorkbookRender::GetPageCount method +linktitle: GetPageCount +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::WorkbookRender::GetPageCount method. Gets the total page count of workbook in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.rendering/workbookrender/getpagecount/ +--- +## WorkbookRender::GetPageCount method + + +Gets the total page count of workbook. + +```cpp +int32_t Aspose::Cells::Rendering::WorkbookRender::GetPageCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WorkbookRender](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/workbookrender/getpagesizeinch/_index.md b/spanish/cpp/aspose.cells.rendering/workbookrender/getpagesizeinch/_index.md new file mode 100644 index 00000000000..af9df03abfd --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/workbookrender/getpagesizeinch/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Rendering::WorkbookRender::GetPageSizeInch method +linktitle: GetPageSizeInch +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::WorkbookRender::GetPageSizeInch method. Get page size in inch of output image in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.rendering/workbookrender/getpagesizeinch/ +--- +## WorkbookRender::GetPageSizeInch method + + +Get page size in inch of output image. + +```cpp +Vector Aspose::Cells::Rendering::WorkbookRender::GetPageSizeInch(int32_t pageIndex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pageIndex | int32_t | The page index is based on zero. | + +## ReturnValue + +Page size of image, [0] for width and [1] for height + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WorkbookRender](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/workbookrender/isnull/_index.md b/spanish/cpp/aspose.cells.rendering/workbookrender/isnull/_index.md new file mode 100644 index 00000000000..e5d103e8dfa --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/workbookrender/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Rendering::WorkbookRender::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::WorkbookRender::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.rendering/workbookrender/isnull/ +--- +## WorkbookRender::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Rendering::WorkbookRender::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WorkbookRender](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/workbookrender/operator_asm/_index.md b/spanish/cpp/aspose.cells.rendering/workbookrender/operator_asm/_index.md new file mode 100644 index 00000000000..294da857f09 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/workbookrender/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Rendering::WorkbookRender::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::WorkbookRender::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.rendering/workbookrender/operator_asm/ +--- +## WorkbookRender::operator= method + + +operator= + +```cpp +WorkbookRender & Aspose::Cells::Rendering::WorkbookRender::operator=(const WorkbookRender &src) +``` + +## See Also + +* Class [WorkbookRender](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [WorkbookRender](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/workbookrender/operator_bool/_index.md b/spanish/cpp/aspose.cells.rendering/workbookrender/operator_bool/_index.md new file mode 100644 index 00000000000..539defdcd2d --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/workbookrender/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Rendering::WorkbookRender::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::WorkbookRender::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.rendering/workbookrender/operator_bool/ +--- +## WorkbookRender::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Rendering::WorkbookRender::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [WorkbookRender](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/workbookrender/toimage/_index.md b/spanish/cpp/aspose.cells.rendering/workbookrender/toimage/_index.md new file mode 100644 index 00000000000..bbe1997ca4d --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/workbookrender/toimage/_index.md @@ -0,0 +1,132 @@ +--- +title: Aspose::Cells::Rendering::WorkbookRender::ToImage method +linktitle: ToImage +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::WorkbookRender::ToImage method. Render whole workbook as Tiff Image to stream in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.rendering/workbookrender/toimage/ +--- +## WorkbookRender::ToImage() method + + +Render whole workbook as Tiff Image to stream. + +```cpp +Vector Aspose::Cells::Rendering::WorkbookRender::ToImage() +``` + + +| Parameter | Type | Description | +| --- | --- | --- | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WorkbookRender](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) +## WorkbookRender::ToImage(const U16String\&) method + + +Render whole workbook as Tiff Image to a file. + +```cpp +void Aspose::Cells::Rendering::WorkbookRender::ToImage(const U16String &filename) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| filename | const U16String\& | the filename of the output image | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [WorkbookRender](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) +## WorkbookRender::ToImage(const char16_t*) method + + +Render whole workbook as Tiff Image to a file. + +```cpp +void Aspose::Cells::Rendering::WorkbookRender::ToImage(const char16_t *filename) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| filename | const char16_t* | the filename of the output image | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WorkbookRender](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) +## WorkbookRender::ToImage(int32_t, const U16String\&) method + + +Render certain page to a file. + +```cpp +void Aspose::Cells::Rendering::WorkbookRender::ToImage(int32_t pageIndex, const U16String &fileName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pageIndex | int32_t | indicate which page is to be converted | +| fileName | const U16String\& | filename of the output image | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [WorkbookRender](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) +## WorkbookRender::ToImage(int32_t, const char16_t*) method + + +Render certain page to a file. + +```cpp +void Aspose::Cells::Rendering::WorkbookRender::ToImage(int32_t pageIndex, const char16_t *fileName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pageIndex | int32_t | indicate which page is to be converted | +| fileName | const char16_t* | filename of the output image | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WorkbookRender](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) +## WorkbookRender::ToImage(int32_t) method + + +Render certain page to a stream. + +```cpp +Vector Aspose::Cells::Rendering::WorkbookRender::ToImage(int32_t pageIndex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pageIndex | int32_t | indicate which page is to be converted | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WorkbookRender](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/workbookrender/workbookrender/_index.md b/spanish/cpp/aspose.cells.rendering/workbookrender/workbookrender/_index.md new file mode 100644 index 00000000000..197127c4742 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/workbookrender/workbookrender/_index.md @@ -0,0 +1,63 @@ +--- +title: Aspose::Cells::Rendering::WorkbookRender::WorkbookRender constructor +linktitle: WorkbookRender +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::WorkbookRender::WorkbookRender constructor. The construct of WorkbookRender in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.rendering/workbookrender/workbookrender/ +--- +## WorkbookRender::WorkbookRender(const Workbook\&, const ImageOrPrintOptions\&) constructor + + +The construct of [WorkbookRender](../). + +```cpp +Aspose::Cells::Rendering::WorkbookRender::WorkbookRender(const Workbook &workbook, const ImageOrPrintOptions &options) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| workbook | const Workbook\& | Indicate which workbook to be rendered. | +| options | const ImageOrPrintOptions\& | [ImageOrPrintOptions](../../imageorprintoptions/) contains some property of output image | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Workbook](../../../aspose.cells/workbook/) +* Class [ImageOrPrintOptions](../../imageorprintoptions/) +* Class [WorkbookRender](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) +## WorkbookRender::WorkbookRender(WorkbookRender_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Rendering::WorkbookRender::WorkbookRender(WorkbookRender_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WorkbookRender](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) +## WorkbookRender::WorkbookRender(const WorkbookRender\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Rendering::WorkbookRender::WorkbookRender(const WorkbookRender &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WorkbookRender](../) +* Class [WorkbookRender](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.rendering/workbookrender/~workbookrender/_index.md b/spanish/cpp/aspose.cells.rendering/workbookrender/~workbookrender/_index.md new file mode 100644 index 00000000000..ce9610e3322 --- /dev/null +++ b/spanish/cpp/aspose.cells.rendering/workbookrender/~workbookrender/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Rendering::WorkbookRender::~WorkbookRender method +linktitle: ~WorkbookRender +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::WorkbookRender::~WorkbookRender method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.rendering/workbookrender/~workbookrender/ +--- +## WorkbookRender::~WorkbookRender method + + +Destructor. + +```cpp +Aspose::Cells::Rendering::WorkbookRender::~WorkbookRender() +``` + +## See Also + +* Class [WorkbookRender](../) +* Namespace [Aspose::Cells::Rendering](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/_index.md b/spanish/cpp/aspose.cells.revisions/_index.md new file mode 100644 index 00000000000..7eb5f37f009 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/_index.md @@ -0,0 +1,40 @@ +--- +title: Espacio de nombres Aspose::Cells::Revisions +linktitle: Aspose::Cells::Revisions +second_title: Referencia de API de Aspose.Cells para C++ +description: 'Cómo usar el espacio de nombres Aspose::Cells::Revisions en C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.revisions/ +--- + + + +## Clases + +| Clase | Descripción | +| --- | --- | +| [HighlightChangesOptions](./highlightchangesoptions/) | Representa opciones para resaltar revisiones o cambios de archivos Excel compartidos. | +| [Revision](./revision/) | Representa la revisión. | +| [RevisionAutoFormat](./revisionautoformat/) | Representa un registro de revisión de información sobre un cambio de formato. | +| [RevisionCellChange](./revisioncellchange/) | Representa la revisión que modifica celdas. | +| [RevisionCellComment](./revisioncellcomment/) | Representa un registro de revisión de un cambio en el comentario de una celda. | +| [RevisionCellMove](./revisioncellmove/) | Representa un registro de revisión de una(s) celda(s) que se movió(ron). | +| [RevisionCollection](./revisioncollection/) | Representa todos los registros de revisiones. | +| [RevisionCustomView](./revisioncustomview/) | Representa un registro de revisión de la adición o eliminación de una vista personalizada al libro de trabajo. | +| [RevisionDefinedName](./revisiondefinedname/) | Representa un registro de revisión de un cambio de nombre definido. | +| [RevisionFormat](./revisionformat/) | Representa un registro de revisión de información sobre un cambio de formato. | +| [RevisionHeader](./revisionheader/) | Representa una lista de cambios específicos que se han producido en este libro de trabajo. | +| [RevisionInsertDelete](./revisioninsertdelete/) | Representa un registro de revisión de una acción de inserción/eliminación de fila/columna. | +| [RevisionInsertSheet](./revisioninsertsheet/) | Representa un registro de revisión de una hoja que fue insertada. | +| [RevisionLog](./revisionlog/) | Representa el registro de revisiones. | +| [RevisionLogCollection](./revisionlogcollection/) | Representa todos los registros de revisiones. | +| [RevisionMergeConflict](./revisionmergeconflict/) | Representa un registro de revisión que indica que hubo un conflicto de fusión. | +| [RevisionQueryTable](./revisionquerytable/) | Representa una revisión de un cambio de campo de tabla de consulta. | +| [RevisionRenameSheet](./revisionrenamesheet/) | Representa una revisión del renombrado de la hoja. | +## Enums + +| Enumeración | Descripción | +| --- | --- | +| [RevisionActionType](./revisionactiontype/) | Representa el tipo de acción de revisión. | +| [RevisionType](./revisiontype/) | Representa el tipo de revisión. | diff --git a/spanish/cpp/aspose.cells.revisions/highlightchangesoptions/_impl/_index.md b/spanish/cpp/aspose.cells.revisions/highlightchangesoptions/_impl/_index.md new file mode 100644 index 00000000000..7f1e51176e7 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/highlightchangesoptions/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Revisions::HighlightChangesOptions::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::HighlightChangesOptions::_impl field. The implementation object in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.revisions/highlightchangesoptions/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +HighlightChangesOptions_Impl* Aspose::Cells::Revisions::HighlightChangesOptions::_impl +``` + +## See Also + +* Class [HighlightChangesOptions](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/highlightchangesoptions/_index.md b/spanish/cpp/aspose.cells.revisions/highlightchangesoptions/_index.md new file mode 100644 index 00000000000..2ee9df36be3 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/highlightchangesoptions/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::Revisions::HighlightChangesOptions class +linktitle: HighlightChangesOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::HighlightChangesOptions class. Represents options of highlighting revsions or changes of shared Excel files in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.revisions/highlightchangesoptions/ +--- +## HighlightChangesOptions class + + +Represents options of highlighting revsions or changes of shared Excel files. + +```cpp +class HighlightChangesOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [HighlightChangesOptions(bool highlightOnScreen, bool listOnNewSheet)](./highlightchangesoptions/) | Represents options of highlighting revsions or changes of shared Excel files. | +| [HighlightChangesOptions(HighlightChangesOptions_Impl* impl)](./highlightchangesoptions/) | Constructs from an implementation object. | +| [HighlightChangesOptions(const HighlightChangesOptions\& src)](./highlightchangesoptions/) | Copy constructor. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const HighlightChangesOptions\& src)](./operator_asm/) | operator= | +| [~HighlightChangesOptions()](./~highlightchangesoptions/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Revisions](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.revisions/highlightchangesoptions/highlightchangesoptions/_index.md b/spanish/cpp/aspose.cells.revisions/highlightchangesoptions/highlightchangesoptions/_index.md new file mode 100644 index 00000000000..30cb1607a8c --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/highlightchangesoptions/highlightchangesoptions/_index.md @@ -0,0 +1,61 @@ +--- +title: Aspose::Cells::Revisions::HighlightChangesOptions::HighlightChangesOptions constructor +linktitle: HighlightChangesOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::HighlightChangesOptions::HighlightChangesOptions constructor. Represents options of highlighting revsions or changes of shared Excel files in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.revisions/highlightchangesoptions/highlightchangesoptions/ +--- +## HighlightChangesOptions::HighlightChangesOptions(bool, bool) constructor + + +Represents options of highlighting revsions or changes of shared Excel files. + +```cpp +Aspose::Cells::Revisions::HighlightChangesOptions::HighlightChangesOptions(bool highlightOnScreen, bool listOnNewSheet) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| highlightOnScreen | bool | Indicates whether highlighting changes on screen. | +| listOnNewSheet | bool | Indicates whether listing changes on a new worksheet. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [HighlightChangesOptions](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) +## HighlightChangesOptions::HighlightChangesOptions(HighlightChangesOptions_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Revisions::HighlightChangesOptions::HighlightChangesOptions(HighlightChangesOptions_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [HighlightChangesOptions](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) +## HighlightChangesOptions::HighlightChangesOptions(const HighlightChangesOptions\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Revisions::HighlightChangesOptions::HighlightChangesOptions(const HighlightChangesOptions &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [HighlightChangesOptions](../) +* Class [HighlightChangesOptions](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/highlightchangesoptions/isnull/_index.md b/spanish/cpp/aspose.cells.revisions/highlightchangesoptions/isnull/_index.md new file mode 100644 index 00000000000..0ea694a4fd0 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/highlightchangesoptions/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Revisions::HighlightChangesOptions::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::HighlightChangesOptions::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.revisions/highlightchangesoptions/isnull/ +--- +## HighlightChangesOptions::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Revisions::HighlightChangesOptions::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [HighlightChangesOptions](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/highlightchangesoptions/operator_asm/_index.md b/spanish/cpp/aspose.cells.revisions/highlightchangesoptions/operator_asm/_index.md new file mode 100644 index 00000000000..e3b158c1345 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/highlightchangesoptions/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Revisions::HighlightChangesOptions::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::HighlightChangesOptions::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.revisions/highlightchangesoptions/operator_asm/ +--- +## HighlightChangesOptions::operator= method + + +operator= + +```cpp +HighlightChangesOptions & Aspose::Cells::Revisions::HighlightChangesOptions::operator=(const HighlightChangesOptions &src) +``` + +## See Also + +* Class [HighlightChangesOptions](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [HighlightChangesOptions](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/highlightchangesoptions/operator_bool/_index.md b/spanish/cpp/aspose.cells.revisions/highlightchangesoptions/operator_bool/_index.md new file mode 100644 index 00000000000..714fac8fe28 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/highlightchangesoptions/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Revisions::HighlightChangesOptions::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::HighlightChangesOptions::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.revisions/highlightchangesoptions/operator_bool/ +--- +## HighlightChangesOptions::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Revisions::HighlightChangesOptions::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [HighlightChangesOptions](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/highlightchangesoptions/~highlightchangesoptions/_index.md b/spanish/cpp/aspose.cells.revisions/highlightchangesoptions/~highlightchangesoptions/_index.md new file mode 100644 index 00000000000..15ec0ab8968 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/highlightchangesoptions/~highlightchangesoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Revisions::HighlightChangesOptions::~HighlightChangesOptions method +linktitle: ~HighlightChangesOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::HighlightChangesOptions::~HighlightChangesOptions method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.revisions/highlightchangesoptions/~highlightchangesoptions/ +--- +## HighlightChangesOptions::~HighlightChangesOptions method + + +Destructor. + +```cpp +Aspose::Cells::Revisions::HighlightChangesOptions::~HighlightChangesOptions() +``` + +## See Also + +* Class [HighlightChangesOptions](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revision/_impl/_index.md b/spanish/cpp/aspose.cells.revisions/revision/_impl/_index.md new file mode 100644 index 00000000000..7048ab03c53 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revision/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Revisions::Revision::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::Revision::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.revisions/revision/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +Revision_Impl* Aspose::Cells::Revisions::Revision::_impl +``` + +## See Also + +* Class [Revision](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revision/_index.md b/spanish/cpp/aspose.cells.revisions/revision/_index.md new file mode 100644 index 00000000000..a38812718d2 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revision/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Revisions::Revision class +linktitle: Revision +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::Revision class. Represents the revision in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.revisions/revision/ +--- +## Revision class + + +Represents the revision. + +```cpp +class Revision +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetId()](./getid/) | Gets the number of this revision. | +| [GetType()](./gettype/) | Represents the type of revision. | +| [GetWorksheet()](./getworksheet/) | Gets the worksheet. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const Revision\& src)](./operator_asm/) | operator= | +| [Revision(Revision_Impl* impl)](./revision/) | Constructs from an implementation object. | +| [Revision(const Revision\& src)](./revision/) | Copy constructor. | +| [~Revision()](./~revision/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Revisions](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.revisions/revision/getid/_index.md b/spanish/cpp/aspose.cells.revisions/revision/getid/_index.md new file mode 100644 index 00000000000..8f5e72900fa --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revision/getid/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Revisions::Revision::GetId method +linktitle: GetId +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::Revision::GetId method. Gets the number of this revision in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.revisions/revision/getid/ +--- +## Revision::GetId method + + +Gets the number of this revision. + +```cpp +int32_t Aspose::Cells::Revisions::Revision::GetId() +``` + +## Remarks + + +Zero means this revision does not contains id. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Revision](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revision/gettype/_index.md b/spanish/cpp/aspose.cells.revisions/revision/gettype/_index.md new file mode 100644 index 00000000000..f6f67fe15d3 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revision/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::Revision::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::Revision::GetType method. Represents the type of revision in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.revisions/revision/gettype/ +--- +## Revision::GetType method + + +Represents the type of revision. + +```cpp +RevisionType Aspose::Cells::Revisions::Revision::GetType() +``` + +## See Also + +* Enum [RevisionType](../../revisiontype/) +* Class [Revision](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revision/getworksheet/_index.md b/spanish/cpp/aspose.cells.revisions/revision/getworksheet/_index.md new file mode 100644 index 00000000000..caf632bf8da --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revision/getworksheet/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::Revision::GetWorksheet method +linktitle: GetWorksheet +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::Revision::GetWorksheet method. Gets the worksheet in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.revisions/revision/getworksheet/ +--- +## Revision::GetWorksheet method + + +Gets the worksheet. + +```cpp +Worksheet Aspose::Cells::Revisions::Revision::GetWorksheet() +``` + +## See Also + +* Class [Worksheet](../../../aspose.cells/worksheet/) +* Class [Revision](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revision/isnull/_index.md b/spanish/cpp/aspose.cells.revisions/revision/isnull/_index.md new file mode 100644 index 00000000000..f4b82d13782 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revision/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Revisions::Revision::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::Revision::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.revisions/revision/isnull/ +--- +## Revision::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Revisions::Revision::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Revision](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revision/operator_asm/_index.md b/spanish/cpp/aspose.cells.revisions/revision/operator_asm/_index.md new file mode 100644 index 00000000000..90d67154e04 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revision/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Revisions::Revision::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::Revision::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.revisions/revision/operator_asm/ +--- +## Revision::operator= method + + +operator= + +```cpp +Revision & Aspose::Cells::Revisions::Revision::operator=(const Revision &src) +``` + +## See Also + +* Class [Revision](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [Revision](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revision/operator_bool/_index.md b/spanish/cpp/aspose.cells.revisions/revision/operator_bool/_index.md new file mode 100644 index 00000000000..04c12671cde --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revision/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Revisions::Revision::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::Revision::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.revisions/revision/operator_bool/ +--- +## Revision::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Revisions::Revision::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [Revision](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revision/revision/_index.md b/spanish/cpp/aspose.cells.revisions/revision/revision/_index.md new file mode 100644 index 00000000000..6fd2b294ec2 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revision/revision/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Revisions::Revision::Revision constructor +linktitle: Revision +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::Revision::Revision constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.revisions/revision/revision/ +--- +## Revision::Revision(Revision_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Revisions::Revision::Revision(Revision_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Revision](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) +## Revision::Revision(const Revision\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Revisions::Revision::Revision(const Revision &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Revision](../) +* Class [Revision](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revision/~revision/_index.md b/spanish/cpp/aspose.cells.revisions/revision/~revision/_index.md new file mode 100644 index 00000000000..8ec8970e0fe --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revision/~revision/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Revisions::Revision::~Revision method +linktitle: ~Revision +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::Revision::~Revision method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.revisions/revision/~revision/ +--- +## Revision::~Revision method + + +Destructor. + +```cpp +Aspose::Cells::Revisions::Revision::~Revision() +``` + +## See Also + +* Class [Revision](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionactiontype/_index.md b/spanish/cpp/aspose.cells.revisions/revisionactiontype/_index.md new file mode 100644 index 00000000000..daab84834e8 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionactiontype/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Revisions::RevisionActionType enum +linktitle: RevisionActionType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionActionType enum. Represents the type of revision action in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.revisions/revisionactiontype/ +--- +## RevisionActionType enum + + +Represents the type of revision action. + +```cpp +enum class RevisionActionType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Add | 0 |
Add revision. | +| Delete | 1 |
Delete revision. | +| DeleteColumn | 2 |
[Column](../../aspose.cells/column/) delete revision. | +| DeleteRow | 3 |
[Row](../../aspose.cells/row/) delete revision. | +| InsertColumn | 4 |
[Column](../../aspose.cells/column/) insert revision. | +| InsertRow | 5 |
[Row](../../aspose.cells/row/) insert revision. | + +## See Also + +* Namespace [Aspose::Cells::Revisions](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionautoformat/_impl/_index.md b/spanish/cpp/aspose.cells.revisions/revisionautoformat/_impl/_index.md new file mode 100644 index 00000000000..0dd183ad202 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionautoformat/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Revisions::RevisionAutoFormat::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionAutoFormat::_impl field. The implementation object in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.revisions/revisionautoformat/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +RevisionAutoFormat_Impl* Aspose::Cells::Revisions::RevisionAutoFormat::_impl +``` + +## See Also + +* Class [RevisionAutoFormat](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionautoformat/_index.md b/spanish/cpp/aspose.cells.revisions/revisionautoformat/_index.md new file mode 100644 index 00000000000..c02dec0a733 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionautoformat/_index.md @@ -0,0 +1,47 @@ +--- +title: Aspose::Cells::Revisions::RevisionAutoFormat class +linktitle: RevisionAutoFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionAutoFormat class. represents a revision record of information about a formatting change in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.revisions/revisionautoformat/ +--- +## RevisionAutoFormat class + + +represents a revision record of information about a formatting change. + +```cpp +class RevisionAutoFormat : public Aspose::Cells::Revisions::Revision +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetCellArea()](./getcellarea/) | Gets the location where the formatting was applied. | +| [GetId()](../revision/getid/) | Gets the number of this revision. | +| [GetType()](./gettype/) | Gets the type of the revision. | +| [GetWorksheet()](../revision/getworksheet/) | Gets the worksheet. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const RevisionAutoFormat\& src)](./operator_asm/) | operator= | +| [operator=(const Revision\& src)](../revision/operator_asm/) | operator= | +| [Revision(Revision_Impl* impl)](../revision/revision/) | Constructs from an implementation object. | +| [Revision(const Revision\& src)](../revision/revision/) | Copy constructor. | +| [RevisionAutoFormat(RevisionAutoFormat_Impl* impl)](./revisionautoformat/) | Constructs from an implementation object. | +| [RevisionAutoFormat(const RevisionAutoFormat\& src)](./revisionautoformat/) | Copy constructor. | +| [RevisionAutoFormat(const Revision\& src)](./revisionautoformat/) | Constructs from a parent object. | +| [~Revision()](../revision/~revision/) | Destructor. | +| [~RevisionAutoFormat()](./~revisionautoformat/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [Revision](../revision/) +* Namespace [Aspose::Cells::Revisions](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionautoformat/getcellarea/_index.md b/spanish/cpp/aspose.cells.revisions/revisionautoformat/getcellarea/_index.md new file mode 100644 index 00000000000..d4a2d4a2ac6 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionautoformat/getcellarea/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionAutoFormat::GetCellArea method +linktitle: GetCellArea +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionAutoFormat::GetCellArea method. Gets the location where the formatting was applied in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.revisions/revisionautoformat/getcellarea/ +--- +## RevisionAutoFormat::GetCellArea method + + +Gets the location where the formatting was applied. + +```cpp +CellArea Aspose::Cells::Revisions::RevisionAutoFormat::GetCellArea() +``` + +## See Also + +* Class [CellArea](../../../aspose.cells/cellarea/) +* Class [RevisionAutoFormat](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionautoformat/gettype/_index.md b/spanish/cpp/aspose.cells.revisions/revisionautoformat/gettype/_index.md new file mode 100644 index 00000000000..482ed42fd97 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionautoformat/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionAutoFormat::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionAutoFormat::GetType method. Gets the type of the revision in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.revisions/revisionautoformat/gettype/ +--- +## RevisionAutoFormat::GetType method + + +Gets the type of the revision. + +```cpp +RevisionType Aspose::Cells::Revisions::RevisionAutoFormat::GetType() +``` + +## See Also + +* Enum [RevisionType](../../revisiontype/) +* Class [RevisionAutoFormat](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionautoformat/isnull/_index.md b/spanish/cpp/aspose.cells.revisions/revisionautoformat/isnull/_index.md new file mode 100644 index 00000000000..3b256a74a19 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionautoformat/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Revisions::RevisionAutoFormat::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionAutoFormat::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.revisions/revisionautoformat/isnull/ +--- +## RevisionAutoFormat::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Revisions::RevisionAutoFormat::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionAutoFormat](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionautoformat/operator_asm/_index.md b/spanish/cpp/aspose.cells.revisions/revisionautoformat/operator_asm/_index.md new file mode 100644 index 00000000000..2e9f2e11c4f --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionautoformat/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Revisions::RevisionAutoFormat::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionAutoFormat::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.revisions/revisionautoformat/operator_asm/ +--- +## RevisionAutoFormat::operator= method + + +operator= + +```cpp +RevisionAutoFormat & Aspose::Cells::Revisions::RevisionAutoFormat::operator=(const RevisionAutoFormat &src) +``` + +## See Also + +* Class [RevisionAutoFormat](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionAutoFormat](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionautoformat/operator_bool/_index.md b/spanish/cpp/aspose.cells.revisions/revisionautoformat/operator_bool/_index.md new file mode 100644 index 00000000000..6bd0f960e93 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionautoformat/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Revisions::RevisionAutoFormat::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionAutoFormat::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.revisions/revisionautoformat/operator_bool/ +--- +## RevisionAutoFormat::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Revisions::RevisionAutoFormat::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [RevisionAutoFormat](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionautoformat/revisionautoformat/_index.md b/spanish/cpp/aspose.cells.revisions/revisionautoformat/revisionautoformat/_index.md new file mode 100644 index 00000000000..76a338483c5 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionautoformat/revisionautoformat/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Revisions::RevisionAutoFormat::RevisionAutoFormat constructor +linktitle: RevisionAutoFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionAutoFormat::RevisionAutoFormat constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.revisions/revisionautoformat/revisionautoformat/ +--- +## RevisionAutoFormat::RevisionAutoFormat(RevisionAutoFormat_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Revisions::RevisionAutoFormat::RevisionAutoFormat(RevisionAutoFormat_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionAutoFormat](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) +## RevisionAutoFormat::RevisionAutoFormat(const RevisionAutoFormat\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Revisions::RevisionAutoFormat::RevisionAutoFormat(const RevisionAutoFormat &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionAutoFormat](../) +* Class [RevisionAutoFormat](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) +## RevisionAutoFormat::RevisionAutoFormat(const Revision\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Revisions::RevisionAutoFormat::RevisionAutoFormat(const Revision &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Revision](../../revision/) +* Class [RevisionAutoFormat](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionautoformat/~revisionautoformat/_index.md b/spanish/cpp/aspose.cells.revisions/revisionautoformat/~revisionautoformat/_index.md new file mode 100644 index 00000000000..e8bffb9e7b0 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionautoformat/~revisionautoformat/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Revisions::RevisionAutoFormat::~RevisionAutoFormat method +linktitle: ~RevisionAutoFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionAutoFormat::~RevisionAutoFormat method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.revisions/revisionautoformat/~revisionautoformat/ +--- +## RevisionAutoFormat::~RevisionAutoFormat method + + +Destructor. + +```cpp +Aspose::Cells::Revisions::RevisionAutoFormat::~RevisionAutoFormat() +``` + +## See Also + +* Class [RevisionAutoFormat](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncellchange/_impl/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncellchange/_impl/_index.md new file mode 100644 index 00000000000..9b9b8ac1ac4 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncellchange/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Revisions::RevisionCellChange::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCellChange::_impl field. The implementation object in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.revisions/revisioncellchange/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +RevisionCellChange_Impl* Aspose::Cells::Revisions::RevisionCellChange::_impl +``` + +## See Also + +* Class [RevisionCellChange](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncellchange/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncellchange/_index.md new file mode 100644 index 00000000000..3e9c0c398bd --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncellchange/_index.md @@ -0,0 +1,57 @@ +--- +title: Aspose::Cells::Revisions::RevisionCellChange class +linktitle: RevisionCellChange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCellChange class. Represents the revision that changing cells in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.revisions/revisioncellchange/ +--- +## RevisionCellChange class + + +Represents the revision that changing cells. + +```cpp +class RevisionCellChange : public Aspose::Cells::Revisions::Revision +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetCellName()](./getcellname/) | Gets the name of the cell. | +| [GetColumn()](./getcolumn/) | Gets the column index of the cell. | +| [GetId()](../revision/getid/) | Gets the number of this revision. | +| [GetNewFormula()](./getnewformula/) | Gets the old formula. | +| [GetNewStyle()](./getnewstyle/) | Gets the new style of the cell. | +| [GetNewValue()](./getnewvalue/) | Gets new value of the cell. | +| [GetOldFormula()](./getoldformula/) | Gets the old formula. | +| [GetOldStyle()](./getoldstyle/) | Gets the old style of the cell. | +| [GetOldValue()](./getoldvalue/) | Gets old value of the cell. | +| [GetRow()](./getrow/) | Gets the row index of the cell. | +| [GetType()](./gettype/) | Represents the type of revision. | +| [GetWorksheet()](../revision/getworksheet/) | Gets the worksheet. | +| [IsNewFormatted()](./isnewformatted/) | Indicates whether this cell is new formatted. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsOldFormatted()](./isoldformatted/) | Indicates whether this cell is old formatted. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const RevisionCellChange\& src)](./operator_asm/) | operator= | +| [operator=(const Revision\& src)](../revision/operator_asm/) | operator= | +| [Revision(Revision_Impl* impl)](../revision/revision/) | Constructs from an implementation object. | +| [Revision(const Revision\& src)](../revision/revision/) | Copy constructor. | +| [RevisionCellChange(RevisionCellChange_Impl* impl)](./revisioncellchange/) | Constructs from an implementation object. | +| [RevisionCellChange(const RevisionCellChange\& src)](./revisioncellchange/) | Copy constructor. | +| [RevisionCellChange(const Revision\& src)](./revisioncellchange/) | Constructs from a parent object. | +| [~Revision()](../revision/~revision/) | Destructor. | +| [~RevisionCellChange()](./~revisioncellchange/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [Revision](../revision/) +* Namespace [Aspose::Cells::Revisions](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncellchange/getcellname/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncellchange/getcellname/_index.md new file mode 100644 index 00000000000..527d2423f4c --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncellchange/getcellname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionCellChange::GetCellName method +linktitle: GetCellName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCellChange::GetCellName method. Gets the name of the cell in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.revisions/revisioncellchange/getcellname/ +--- +## RevisionCellChange::GetCellName method + + +Gets the name of the cell. + +```cpp +U16String Aspose::Cells::Revisions::RevisionCellChange::GetCellName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [RevisionCellChange](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncellchange/getcolumn/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncellchange/getcolumn/_index.md new file mode 100644 index 00000000000..ab8af35deae --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncellchange/getcolumn/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionCellChange::GetColumn method +linktitle: GetColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCellChange::GetColumn method. Gets the column index of the cell in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.revisions/revisioncellchange/getcolumn/ +--- +## RevisionCellChange::GetColumn method + + +Gets the column index of the cell. + +```cpp +int32_t Aspose::Cells::Revisions::RevisionCellChange::GetColumn() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionCellChange](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncellchange/getnewformula/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncellchange/getnewformula/_index.md new file mode 100644 index 00000000000..ee9b7eb83b6 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncellchange/getnewformula/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionCellChange::GetNewFormula method +linktitle: GetNewFormula +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCellChange::GetNewFormula method. Gets the old formula in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.revisions/revisioncellchange/getnewformula/ +--- +## RevisionCellChange::GetNewFormula method + + +Gets the old formula. + +```cpp +U16String Aspose::Cells::Revisions::RevisionCellChange::GetNewFormula() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [RevisionCellChange](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncellchange/getnewstyle/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncellchange/getnewstyle/_index.md new file mode 100644 index 00000000000..89ea84b08ed --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncellchange/getnewstyle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionCellChange::GetNewStyle method +linktitle: GetNewStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCellChange::GetNewStyle method. Gets the new style of the cell in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.revisions/revisioncellchange/getnewstyle/ +--- +## RevisionCellChange::GetNewStyle method + + +Gets the new style of the cell. + +```cpp +Style Aspose::Cells::Revisions::RevisionCellChange::GetNewStyle() +``` + +## See Also + +* Class [Style](../../../aspose.cells/style/) +* Class [RevisionCellChange](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncellchange/getnewvalue/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncellchange/getnewvalue/_index.md new file mode 100644 index 00000000000..bc01978dd7a --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncellchange/getnewvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionCellChange::GetNewValue method +linktitle: GetNewValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCellChange::GetNewValue method. Gets new value of the cell in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.revisions/revisioncellchange/getnewvalue/ +--- +## RevisionCellChange::GetNewValue method + + +Gets new value of the cell. + +```cpp +Aspose::Cells::Object Aspose::Cells::Revisions::RevisionCellChange::GetNewValue() +``` + +## See Also + +* Class [Object](../../../aspose.cells/object/) +* Class [RevisionCellChange](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncellchange/getoldformula/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncellchange/getoldformula/_index.md new file mode 100644 index 00000000000..28133098b10 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncellchange/getoldformula/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionCellChange::GetOldFormula method +linktitle: GetOldFormula +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCellChange::GetOldFormula method. Gets the old formula in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.revisions/revisioncellchange/getoldformula/ +--- +## RevisionCellChange::GetOldFormula method + + +Gets the old formula. + +```cpp +U16String Aspose::Cells::Revisions::RevisionCellChange::GetOldFormula() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [RevisionCellChange](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncellchange/getoldstyle/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncellchange/getoldstyle/_index.md new file mode 100644 index 00000000000..5e71b316a0d --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncellchange/getoldstyle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionCellChange::GetOldStyle method +linktitle: GetOldStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCellChange::GetOldStyle method. Gets the old style of the cell in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.revisions/revisioncellchange/getoldstyle/ +--- +## RevisionCellChange::GetOldStyle method + + +Gets the old style of the cell. + +```cpp +Style Aspose::Cells::Revisions::RevisionCellChange::GetOldStyle() +``` + +## See Also + +* Class [Style](../../../aspose.cells/style/) +* Class [RevisionCellChange](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncellchange/getoldvalue/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncellchange/getoldvalue/_index.md new file mode 100644 index 00000000000..5a8c6c4f2ab --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncellchange/getoldvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionCellChange::GetOldValue method +linktitle: GetOldValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCellChange::GetOldValue method. Gets old value of the cell in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.revisions/revisioncellchange/getoldvalue/ +--- +## RevisionCellChange::GetOldValue method + + +Gets old value of the cell. + +```cpp +Aspose::Cells::Object Aspose::Cells::Revisions::RevisionCellChange::GetOldValue() +``` + +## See Also + +* Class [Object](../../../aspose.cells/object/) +* Class [RevisionCellChange](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncellchange/getrow/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncellchange/getrow/_index.md new file mode 100644 index 00000000000..80299f601d5 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncellchange/getrow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionCellChange::GetRow method +linktitle: GetRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCellChange::GetRow method. Gets the row index of the cell in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.revisions/revisioncellchange/getrow/ +--- +## RevisionCellChange::GetRow method + + +Gets the row index of the cell. + +```cpp +int32_t Aspose::Cells::Revisions::RevisionCellChange::GetRow() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionCellChange](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncellchange/gettype/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncellchange/gettype/_index.md new file mode 100644 index 00000000000..aefd97e4efa --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncellchange/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionCellChange::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCellChange::GetType method. Represents the type of revision in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.revisions/revisioncellchange/gettype/ +--- +## RevisionCellChange::GetType method + + +Represents the type of revision. + +```cpp +RevisionType Aspose::Cells::Revisions::RevisionCellChange::GetType() +``` + +## See Also + +* Enum [RevisionType](../../revisiontype/) +* Class [RevisionCellChange](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncellchange/isnewformatted/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncellchange/isnewformatted/_index.md new file mode 100644 index 00000000000..63bed332f7b --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncellchange/isnewformatted/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionCellChange::IsNewFormatted method +linktitle: IsNewFormatted +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCellChange::IsNewFormatted method. Indicates whether this cell is new formatted in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.revisions/revisioncellchange/isnewformatted/ +--- +## RevisionCellChange::IsNewFormatted method + + +Indicates whether this cell is new formatted. + +```cpp +bool Aspose::Cells::Revisions::RevisionCellChange::IsNewFormatted() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionCellChange](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncellchange/isnull/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncellchange/isnull/_index.md new file mode 100644 index 00000000000..6af9e9ceb39 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncellchange/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Revisions::RevisionCellChange::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCellChange::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.revisions/revisioncellchange/isnull/ +--- +## RevisionCellChange::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Revisions::RevisionCellChange::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionCellChange](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncellchange/isoldformatted/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncellchange/isoldformatted/_index.md new file mode 100644 index 00000000000..bdd28850af8 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncellchange/isoldformatted/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionCellChange::IsOldFormatted method +linktitle: IsOldFormatted +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCellChange::IsOldFormatted method. Indicates whether this cell is old formatted in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.revisions/revisioncellchange/isoldformatted/ +--- +## RevisionCellChange::IsOldFormatted method + + +Indicates whether this cell is old formatted. + +```cpp +bool Aspose::Cells::Revisions::RevisionCellChange::IsOldFormatted() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionCellChange](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncellchange/operator_asm/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncellchange/operator_asm/_index.md new file mode 100644 index 00000000000..afb05604282 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncellchange/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Revisions::RevisionCellChange::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCellChange::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.revisions/revisioncellchange/operator_asm/ +--- +## RevisionCellChange::operator= method + + +operator= + +```cpp +RevisionCellChange & Aspose::Cells::Revisions::RevisionCellChange::operator=(const RevisionCellChange &src) +``` + +## See Also + +* Class [RevisionCellChange](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionCellChange](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncellchange/operator_bool/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncellchange/operator_bool/_index.md new file mode 100644 index 00000000000..788eb4961e2 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncellchange/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Revisions::RevisionCellChange::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCellChange::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.revisions/revisioncellchange/operator_bool/ +--- +## RevisionCellChange::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Revisions::RevisionCellChange::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [RevisionCellChange](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncellchange/revisioncellchange/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncellchange/revisioncellchange/_index.md new file mode 100644 index 00000000000..eb48c574681 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncellchange/revisioncellchange/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Revisions::RevisionCellChange::RevisionCellChange constructor +linktitle: RevisionCellChange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCellChange::RevisionCellChange constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.revisions/revisioncellchange/revisioncellchange/ +--- +## RevisionCellChange::RevisionCellChange(RevisionCellChange_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Revisions::RevisionCellChange::RevisionCellChange(RevisionCellChange_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionCellChange](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) +## RevisionCellChange::RevisionCellChange(const RevisionCellChange\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Revisions::RevisionCellChange::RevisionCellChange(const RevisionCellChange &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionCellChange](../) +* Class [RevisionCellChange](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) +## RevisionCellChange::RevisionCellChange(const Revision\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Revisions::RevisionCellChange::RevisionCellChange(const Revision &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Revision](../../revision/) +* Class [RevisionCellChange](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncellchange/~revisioncellchange/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncellchange/~revisioncellchange/_index.md new file mode 100644 index 00000000000..4767754c352 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncellchange/~revisioncellchange/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Revisions::RevisionCellChange::~RevisionCellChange method +linktitle: ~RevisionCellChange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCellChange::~RevisionCellChange method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.revisions/revisioncellchange/~revisioncellchange/ +--- +## RevisionCellChange::~RevisionCellChange method + + +Destructor. + +```cpp +Aspose::Cells::Revisions::RevisionCellChange::~RevisionCellChange() +``` + +## See Also + +* Class [RevisionCellChange](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncellcomment/_impl/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncellcomment/_impl/_index.md new file mode 100644 index 00000000000..4954f46ca7a --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncellcomment/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Revisions::RevisionCellComment::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCellComment::_impl field. The implementation object in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.revisions/revisioncellcomment/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +RevisionCellComment_Impl* Aspose::Cells::Revisions::RevisionCellComment::_impl +``` + +## See Also + +* Class [RevisionCellComment](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncellcomment/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncellcomment/_index.md new file mode 100644 index 00000000000..16a54441ac2 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncellcomment/_index.md @@ -0,0 +1,55 @@ +--- +title: Aspose::Cells::Revisions::RevisionCellComment class +linktitle: RevisionCellComment +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCellComment class. Represents a revision record of a cell comment change in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.revisions/revisioncellcomment/ +--- +## RevisionCellComment class + + +Represents a revision record of a cell comment change. + +```cpp +class RevisionCellComment : public Aspose::Cells::Revisions::Revision +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetActionType()](./getactiontype/) | Gets the action type of the revision. | +| [GetCellName()](./getcellname/) | Gets the name of the cell. | +| [GetColumn()](./getcolumn/) | Gets the column index of the which contains a comment. | +| [GetId()](../revision/getid/) | Gets the number of this revision. | +| [GetNewLength()](./getnewlength/) | Gets Length of the comment before this revision was made. | +| [GetOldLength()](./getoldlength/) | Gets Length of the comment text added in this revision. | +| [GetRow()](./getrow/) | Gets the row index of the which contains a comment. | +| [GetType()](./gettype/) | Gets the type of revision. | +| [GetWorksheet()](../revision/getworksheet/) | Gets the worksheet. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsOldComment()](./isoldcomment/) | Indicates whether it's an old comment. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const RevisionCellComment\& src)](./operator_asm/) | operator= | +| [operator=(const Revision\& src)](../revision/operator_asm/) | operator= | +| [Revision(Revision_Impl* impl)](../revision/revision/) | Constructs from an implementation object. | +| [Revision(const Revision\& src)](../revision/revision/) | Copy constructor. | +| [RevisionCellComment(RevisionCellComment_Impl* impl)](./revisioncellcomment/) | Constructs from an implementation object. | +| [RevisionCellComment(const RevisionCellComment\& src)](./revisioncellcomment/) | Copy constructor. | +| [RevisionCellComment(const Revision\& src)](./revisioncellcomment/) | Constructs from a parent object. | +| [SetCellName(const U16String\& value)](./setcellname/) | Gets the name of the cell. | +| [SetCellName(const char16_t* value)](./setcellname/) | Gets the name of the cell. | +| [~Revision()](../revision/~revision/) | Destructor. | +| [~RevisionCellComment()](./~revisioncellcomment/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [Revision](../revision/) +* Namespace [Aspose::Cells::Revisions](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncellcomment/getactiontype/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncellcomment/getactiontype/_index.md new file mode 100644 index 00000000000..cc41f2de865 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncellcomment/getactiontype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionCellComment::GetActionType method +linktitle: GetActionType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCellComment::GetActionType method. Gets the action type of the revision in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.revisions/revisioncellcomment/getactiontype/ +--- +## RevisionCellComment::GetActionType method + + +Gets the action type of the revision. + +```cpp +RevisionActionType Aspose::Cells::Revisions::RevisionCellComment::GetActionType() +``` + +## See Also + +* Enum [RevisionActionType](../../revisionactiontype/) +* Class [RevisionCellComment](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncellcomment/getcellname/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncellcomment/getcellname/_index.md new file mode 100644 index 00000000000..31213435049 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncellcomment/getcellname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionCellComment::GetCellName method +linktitle: GetCellName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCellComment::GetCellName method. Gets the name of the cell in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.revisions/revisioncellcomment/getcellname/ +--- +## RevisionCellComment::GetCellName method + + +Gets the name of the cell. + +```cpp +U16String Aspose::Cells::Revisions::RevisionCellComment::GetCellName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [RevisionCellComment](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncellcomment/getcolumn/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncellcomment/getcolumn/_index.md new file mode 100644 index 00000000000..da5fd6edda0 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncellcomment/getcolumn/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionCellComment::GetColumn method +linktitle: GetColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCellComment::GetColumn method. Gets the column index of the which contains a comment in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.revisions/revisioncellcomment/getcolumn/ +--- +## RevisionCellComment::GetColumn method + + +Gets the column index of the which contains a comment. + +```cpp +int32_t Aspose::Cells::Revisions::RevisionCellComment::GetColumn() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionCellComment](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncellcomment/getnewlength/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncellcomment/getnewlength/_index.md new file mode 100644 index 00000000000..9fafba91b43 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncellcomment/getnewlength/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionCellComment::GetNewLength method +linktitle: GetNewLength +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCellComment::GetNewLength method. Gets Length of the comment before this revision was made in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.revisions/revisioncellcomment/getnewlength/ +--- +## RevisionCellComment::GetNewLength method + + +Gets Length of the comment before this revision was made. + +```cpp +int32_t Aspose::Cells::Revisions::RevisionCellComment::GetNewLength() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionCellComment](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncellcomment/getoldlength/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncellcomment/getoldlength/_index.md new file mode 100644 index 00000000000..478f71b6cdf --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncellcomment/getoldlength/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionCellComment::GetOldLength method +linktitle: GetOldLength +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCellComment::GetOldLength method. Gets Length of the comment text added in this revision in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.revisions/revisioncellcomment/getoldlength/ +--- +## RevisionCellComment::GetOldLength method + + +Gets Length of the comment text added in this revision. + +```cpp +int32_t Aspose::Cells::Revisions::RevisionCellComment::GetOldLength() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionCellComment](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncellcomment/getrow/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncellcomment/getrow/_index.md new file mode 100644 index 00000000000..6895f980ed6 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncellcomment/getrow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionCellComment::GetRow method +linktitle: GetRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCellComment::GetRow method. Gets the row index of the which contains a comment in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.revisions/revisioncellcomment/getrow/ +--- +## RevisionCellComment::GetRow method + + +Gets the row index of the which contains a comment. + +```cpp +int32_t Aspose::Cells::Revisions::RevisionCellComment::GetRow() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionCellComment](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncellcomment/gettype/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncellcomment/gettype/_index.md new file mode 100644 index 00000000000..5cfe44cd069 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncellcomment/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionCellComment::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCellComment::GetType method. Gets the type of revision in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.revisions/revisioncellcomment/gettype/ +--- +## RevisionCellComment::GetType method + + +Gets the type of revision. + +```cpp +RevisionType Aspose::Cells::Revisions::RevisionCellComment::GetType() +``` + +## See Also + +* Enum [RevisionType](../../revisiontype/) +* Class [RevisionCellComment](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncellcomment/isnull/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncellcomment/isnull/_index.md new file mode 100644 index 00000000000..055f3f54789 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncellcomment/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Revisions::RevisionCellComment::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCellComment::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.revisions/revisioncellcomment/isnull/ +--- +## RevisionCellComment::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Revisions::RevisionCellComment::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionCellComment](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncellcomment/isoldcomment/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncellcomment/isoldcomment/_index.md new file mode 100644 index 00000000000..f9b4338b432 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncellcomment/isoldcomment/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionCellComment::IsOldComment method +linktitle: IsOldComment +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCellComment::IsOldComment method. Indicates whether it''s an old comment in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.revisions/revisioncellcomment/isoldcomment/ +--- +## RevisionCellComment::IsOldComment method + + +Indicates whether it's an old comment. + +```cpp +bool Aspose::Cells::Revisions::RevisionCellComment::IsOldComment() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionCellComment](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncellcomment/operator_asm/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncellcomment/operator_asm/_index.md new file mode 100644 index 00000000000..bd628e94874 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncellcomment/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Revisions::RevisionCellComment::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCellComment::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.revisions/revisioncellcomment/operator_asm/ +--- +## RevisionCellComment::operator= method + + +operator= + +```cpp +RevisionCellComment & Aspose::Cells::Revisions::RevisionCellComment::operator=(const RevisionCellComment &src) +``` + +## See Also + +* Class [RevisionCellComment](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionCellComment](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncellcomment/operator_bool/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncellcomment/operator_bool/_index.md new file mode 100644 index 00000000000..a31f9429dbf --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncellcomment/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Revisions::RevisionCellComment::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCellComment::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.revisions/revisioncellcomment/operator_bool/ +--- +## RevisionCellComment::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Revisions::RevisionCellComment::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [RevisionCellComment](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncellcomment/revisioncellcomment/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncellcomment/revisioncellcomment/_index.md new file mode 100644 index 00000000000..82de8f723f7 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncellcomment/revisioncellcomment/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Revisions::RevisionCellComment::RevisionCellComment constructor +linktitle: RevisionCellComment +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCellComment::RevisionCellComment constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.revisions/revisioncellcomment/revisioncellcomment/ +--- +## RevisionCellComment::RevisionCellComment(RevisionCellComment_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Revisions::RevisionCellComment::RevisionCellComment(RevisionCellComment_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionCellComment](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) +## RevisionCellComment::RevisionCellComment(const RevisionCellComment\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Revisions::RevisionCellComment::RevisionCellComment(const RevisionCellComment &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionCellComment](../) +* Class [RevisionCellComment](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) +## RevisionCellComment::RevisionCellComment(const Revision\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Revisions::RevisionCellComment::RevisionCellComment(const Revision &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Revision](../../revision/) +* Class [RevisionCellComment](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncellcomment/setcellname/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncellcomment/setcellname/_index.md new file mode 100644 index 00000000000..3245440d37f --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncellcomment/setcellname/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Revisions::RevisionCellComment::SetCellName method +linktitle: SetCellName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCellComment::SetCellName method. Gets the name of the cell in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.revisions/revisioncellcomment/setcellname/ +--- +## RevisionCellComment::SetCellName(const U16String\&) method + + +Gets the name of the cell. + +```cpp +void Aspose::Cells::Revisions::RevisionCellComment::SetCellName(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [RevisionCellComment](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) +## RevisionCellComment::SetCellName(const char16_t*) method + + +Gets the name of the cell. + +```cpp +void Aspose::Cells::Revisions::RevisionCellComment::SetCellName(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionCellComment](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncellcomment/~revisioncellcomment/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncellcomment/~revisioncellcomment/_index.md new file mode 100644 index 00000000000..d84decd5413 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncellcomment/~revisioncellcomment/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Revisions::RevisionCellComment::~RevisionCellComment method +linktitle: ~RevisionCellComment +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCellComment::~RevisionCellComment method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.revisions/revisioncellcomment/~revisioncellcomment/ +--- +## RevisionCellComment::~RevisionCellComment method + + +Destructor. + +```cpp +Aspose::Cells::Revisions::RevisionCellComment::~RevisionCellComment() +``` + +## See Also + +* Class [RevisionCellComment](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncellmove/_impl/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncellmove/_impl/_index.md new file mode 100644 index 00000000000..72652254779 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncellmove/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Revisions::RevisionCellMove::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCellMove::_impl field. The implementation object in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.revisions/revisioncellmove/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +RevisionCellMove_Impl* Aspose::Cells::Revisions::RevisionCellMove::_impl +``` + +## See Also + +* Class [RevisionCellMove](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncellmove/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncellmove/_index.md new file mode 100644 index 00000000000..cfc1692fd9e --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncellmove/_index.md @@ -0,0 +1,49 @@ +--- +title: Aspose::Cells::Revisions::RevisionCellMove class +linktitle: RevisionCellMove +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCellMove class. Represents a revision record on a cell(s) that moved in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.revisions/revisioncellmove/ +--- +## RevisionCellMove class + + +Represents a revision record on a cell(s) that moved. + +```cpp +class RevisionCellMove : public Aspose::Cells::Revisions::Revision +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetDestinationArea()](./getdestinationarea/) | Gets the destination area. | +| [GetId()](../revision/getid/) | Gets the number of this revision. | +| [GetSourceArea()](./getsourcearea/) | Gets the source area. | +| [GetSourceWorksheet()](./getsourceworksheet/) | Gets the source worksheet. | +| [GetType()](./gettype/) | Represents the type of revision. | +| [GetWorksheet()](../revision/getworksheet/) | Gets the worksheet. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const RevisionCellMove\& src)](./operator_asm/) | operator= | +| [operator=(const Revision\& src)](../revision/operator_asm/) | operator= | +| [Revision(Revision_Impl* impl)](../revision/revision/) | Constructs from an implementation object. | +| [Revision(const Revision\& src)](../revision/revision/) | Copy constructor. | +| [RevisionCellMove(RevisionCellMove_Impl* impl)](./revisioncellmove/) | Constructs from an implementation object. | +| [RevisionCellMove(const RevisionCellMove\& src)](./revisioncellmove/) | Copy constructor. | +| [RevisionCellMove(const Revision\& src)](./revisioncellmove/) | Constructs from a parent object. | +| [~Revision()](../revision/~revision/) | Destructor. | +| [~RevisionCellMove()](./~revisioncellmove/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [Revision](../revision/) +* Namespace [Aspose::Cells::Revisions](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncellmove/getdestinationarea/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncellmove/getdestinationarea/_index.md new file mode 100644 index 00000000000..b46b48fb4aa --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncellmove/getdestinationarea/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionCellMove::GetDestinationArea method +linktitle: GetDestinationArea +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCellMove::GetDestinationArea method. Gets the destination area in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.revisions/revisioncellmove/getdestinationarea/ +--- +## RevisionCellMove::GetDestinationArea method + + +Gets the destination area. + +```cpp +CellArea Aspose::Cells::Revisions::RevisionCellMove::GetDestinationArea() +``` + +## See Also + +* Class [CellArea](../../../aspose.cells/cellarea/) +* Class [RevisionCellMove](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncellmove/getsourcearea/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncellmove/getsourcearea/_index.md new file mode 100644 index 00000000000..1f9d9a78961 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncellmove/getsourcearea/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionCellMove::GetSourceArea method +linktitle: GetSourceArea +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCellMove::GetSourceArea method. Gets the source area in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.revisions/revisioncellmove/getsourcearea/ +--- +## RevisionCellMove::GetSourceArea method + + +Gets the source area. + +```cpp +CellArea Aspose::Cells::Revisions::RevisionCellMove::GetSourceArea() +``` + +## See Also + +* Class [CellArea](../../../aspose.cells/cellarea/) +* Class [RevisionCellMove](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncellmove/getsourceworksheet/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncellmove/getsourceworksheet/_index.md new file mode 100644 index 00000000000..ad265308135 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncellmove/getsourceworksheet/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionCellMove::GetSourceWorksheet method +linktitle: GetSourceWorksheet +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCellMove::GetSourceWorksheet method. Gets the source worksheet in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.revisions/revisioncellmove/getsourceworksheet/ +--- +## RevisionCellMove::GetSourceWorksheet method + + +Gets the source worksheet. + +```cpp +Worksheet Aspose::Cells::Revisions::RevisionCellMove::GetSourceWorksheet() +``` + +## See Also + +* Class [Worksheet](../../../aspose.cells/worksheet/) +* Class [RevisionCellMove](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncellmove/gettype/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncellmove/gettype/_index.md new file mode 100644 index 00000000000..c27db316227 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncellmove/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionCellMove::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCellMove::GetType method. Represents the type of revision in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.revisions/revisioncellmove/gettype/ +--- +## RevisionCellMove::GetType method + + +Represents the type of revision. + +```cpp +RevisionType Aspose::Cells::Revisions::RevisionCellMove::GetType() +``` + +## See Also + +* Enum [RevisionType](../../revisiontype/) +* Class [RevisionCellMove](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncellmove/isnull/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncellmove/isnull/_index.md new file mode 100644 index 00000000000..ca4258b21e9 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncellmove/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Revisions::RevisionCellMove::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCellMove::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.revisions/revisioncellmove/isnull/ +--- +## RevisionCellMove::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Revisions::RevisionCellMove::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionCellMove](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncellmove/operator_asm/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncellmove/operator_asm/_index.md new file mode 100644 index 00000000000..8700c88637e --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncellmove/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Revisions::RevisionCellMove::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCellMove::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.revisions/revisioncellmove/operator_asm/ +--- +## RevisionCellMove::operator= method + + +operator= + +```cpp +RevisionCellMove & Aspose::Cells::Revisions::RevisionCellMove::operator=(const RevisionCellMove &src) +``` + +## See Also + +* Class [RevisionCellMove](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionCellMove](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncellmove/operator_bool/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncellmove/operator_bool/_index.md new file mode 100644 index 00000000000..69f27af983e --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncellmove/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Revisions::RevisionCellMove::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCellMove::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.revisions/revisioncellmove/operator_bool/ +--- +## RevisionCellMove::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Revisions::RevisionCellMove::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [RevisionCellMove](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncellmove/revisioncellmove/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncellmove/revisioncellmove/_index.md new file mode 100644 index 00000000000..92c86a06a85 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncellmove/revisioncellmove/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Revisions::RevisionCellMove::RevisionCellMove constructor +linktitle: RevisionCellMove +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCellMove::RevisionCellMove constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.revisions/revisioncellmove/revisioncellmove/ +--- +## RevisionCellMove::RevisionCellMove(RevisionCellMove_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Revisions::RevisionCellMove::RevisionCellMove(RevisionCellMove_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionCellMove](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) +## RevisionCellMove::RevisionCellMove(const RevisionCellMove\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Revisions::RevisionCellMove::RevisionCellMove(const RevisionCellMove &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionCellMove](../) +* Class [RevisionCellMove](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) +## RevisionCellMove::RevisionCellMove(const Revision\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Revisions::RevisionCellMove::RevisionCellMove(const Revision &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Revision](../../revision/) +* Class [RevisionCellMove](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncellmove/~revisioncellmove/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncellmove/~revisioncellmove/_index.md new file mode 100644 index 00000000000..a0f38c1a5cc --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncellmove/~revisioncellmove/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Revisions::RevisionCellMove::~RevisionCellMove method +linktitle: ~RevisionCellMove +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCellMove::~RevisionCellMove method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.revisions/revisioncellmove/~revisioncellmove/ +--- +## RevisionCellMove::~RevisionCellMove method + + +Destructor. + +```cpp +Aspose::Cells::Revisions::RevisionCellMove::~RevisionCellMove() +``` + +## See Also + +* Class [RevisionCellMove](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncollection/_impl/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncollection/_impl/_index.md new file mode 100644 index 00000000000..042481d013f --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Revisions::RevisionCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCollection::_impl field. The implementation object in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.revisions/revisioncollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +RevisionCollection_Impl* Aspose::Cells::Revisions::RevisionCollection::_impl +``` + +## See Also + +* Class [RevisionCollection](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncollection/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncollection/_index.md new file mode 100644 index 00000000000..1d1aad43db5 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncollection/_index.md @@ -0,0 +1,39 @@ +--- +title: Aspose::Cells::Revisions::RevisionCollection class +linktitle: RevisionCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCollection class. Represents all revision logs in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.revisions/revisioncollection/ +--- +## RevisionCollection class + + +Represents all revision logs. + +```cpp +class RevisionCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Get(int32_t index)](./get/) | Gets [Revision](../revision/) by the index. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const RevisionCollection\& src)](./operator_asm/) | operator= | +| [RevisionCollection(RevisionCollection_Impl* impl)](./revisioncollection/) | Constructs from an implementation object. | +| [RevisionCollection(const RevisionCollection\& src)](./revisioncollection/) | Copy constructor. | +| [~RevisionCollection()](./~revisioncollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Revisions](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncollection/get/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncollection/get/_index.md new file mode 100644 index 00000000000..70bcb97786e --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncollection/get/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Revisions::RevisionCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCollection::Get method. Gets Revision by the index in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.revisions/revisioncollection/get/ +--- +## RevisionCollection::Get method + + +Gets [Revision](../../revision/) by the index. + +```cpp +Revision Aspose::Cells::Revisions::RevisionCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | | + +## ReturnValue + + + +## See Also + +* Class [Revision](../../revision/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionCollection](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncollection/getcount/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncollection/getcount/_index.md new file mode 100644 index 00000000000..3cd68f898d7 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::Revisions::RevisionCollection class in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.revisions/revisioncollection/getcount/ +--- +## RevisionCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::Revisions::RevisionCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionCollection](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncollection/isnull/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncollection/isnull/_index.md new file mode 100644 index 00000000000..9cd8eb7887f --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Revisions::RevisionCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.revisions/revisioncollection/isnull/ +--- +## RevisionCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Revisions::RevisionCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionCollection](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncollection/operator_asm/_index.md new file mode 100644 index 00000000000..d8d914b0883 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Revisions::RevisionCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.revisions/revisioncollection/operator_asm/ +--- +## RevisionCollection::operator= method + + +operator= + +```cpp +RevisionCollection & Aspose::Cells::Revisions::RevisionCollection::operator=(const RevisionCollection &src) +``` + +## See Also + +* Class [RevisionCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionCollection](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncollection/operator_bool/_index.md new file mode 100644 index 00000000000..940613c1fb3 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Revisions::RevisionCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.revisions/revisioncollection/operator_bool/ +--- +## RevisionCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Revisions::RevisionCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [RevisionCollection](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncollection/revisioncollection/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncollection/revisioncollection/_index.md new file mode 100644 index 00000000000..8773b4d8894 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncollection/revisioncollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Revisions::RevisionCollection::RevisionCollection constructor +linktitle: RevisionCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCollection::RevisionCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.revisions/revisioncollection/revisioncollection/ +--- +## RevisionCollection::RevisionCollection(RevisionCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Revisions::RevisionCollection::RevisionCollection(RevisionCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionCollection](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) +## RevisionCollection::RevisionCollection(const RevisionCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Revisions::RevisionCollection::RevisionCollection(const RevisionCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionCollection](../) +* Class [RevisionCollection](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncollection/~revisioncollection/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncollection/~revisioncollection/_index.md new file mode 100644 index 00000000000..6883d08e5f8 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncollection/~revisioncollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Revisions::RevisionCollection::~RevisionCollection method +linktitle: ~RevisionCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCollection::~RevisionCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.revisions/revisioncollection/~revisioncollection/ +--- +## RevisionCollection::~RevisionCollection method + + +Destructor. + +```cpp +Aspose::Cells::Revisions::RevisionCollection::~RevisionCollection() +``` + +## See Also + +* Class [RevisionCollection](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncustomview/_impl/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncustomview/_impl/_index.md new file mode 100644 index 00000000000..281449a0e19 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncustomview/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Revisions::RevisionCustomView::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCustomView::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.revisions/revisioncustomview/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +RevisionCustomView_Impl* Aspose::Cells::Revisions::RevisionCustomView::_impl +``` + +## See Also + +* Class [RevisionCustomView](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncustomview/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncustomview/_index.md new file mode 100644 index 00000000000..caee4380b54 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncustomview/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::Revisions::RevisionCustomView class +linktitle: RevisionCustomView +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCustomView class. Represents a revision record of adding or removing a custom view to the workbook in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.revisions/revisioncustomview/ +--- +## RevisionCustomView class + + +Represents a revision record of adding or removing a custom view to the workbook. + +```cpp +class RevisionCustomView : public Aspose::Cells::Revisions::Revision +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetActionType()](./getactiontype/) | Gets the type of action. | +| [GetGuid(UUID\& uuid)](./getguid/) | Gets the globally unique identifier of the custom view. | +| [GetId()](../revision/getid/) | Gets the number of this revision. | +| [GetType()](./gettype/) | Gets the type of revision. | +| [GetWorksheet()](../revision/getworksheet/) | Gets the worksheet. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const RevisionCustomView\& src)](./operator_asm/) | operator= | +| [operator=(const Revision\& src)](../revision/operator_asm/) | operator= | +| [Revision(Revision_Impl* impl)](../revision/revision/) | Constructs from an implementation object. | +| [Revision(const Revision\& src)](../revision/revision/) | Copy constructor. | +| [RevisionCustomView(RevisionCustomView_Impl* impl)](./revisioncustomview/) | Constructs from an implementation object. | +| [RevisionCustomView(const RevisionCustomView\& src)](./revisioncustomview/) | Copy constructor. | +| [RevisionCustomView(const Revision\& src)](./revisioncustomview/) | Constructs from a parent object. | +| [~Revision()](../revision/~revision/) | Destructor. | +| [~RevisionCustomView()](./~revisioncustomview/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [Revision](../revision/) +* Namespace [Aspose::Cells::Revisions](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncustomview/getactiontype/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncustomview/getactiontype/_index.md new file mode 100644 index 00000000000..ed7ad89d182 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncustomview/getactiontype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionCustomView::GetActionType method +linktitle: GetActionType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCustomView::GetActionType method. Gets the type of action in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.revisions/revisioncustomview/getactiontype/ +--- +## RevisionCustomView::GetActionType method + + +Gets the type of action. + +```cpp +RevisionActionType Aspose::Cells::Revisions::RevisionCustomView::GetActionType() +``` + +## See Also + +* Enum [RevisionActionType](../../revisionactiontype/) +* Class [RevisionCustomView](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncustomview/getguid/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncustomview/getguid/_index.md new file mode 100644 index 00000000000..26609b37f90 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncustomview/getguid/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Revisions::RevisionCustomView::GetGuid method +linktitle: GetGuid +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCustomView::GetGuid method. Gets the globally unique identifier of the custom view in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.revisions/revisioncustomview/getguid/ +--- +## RevisionCustomView::GetGuid method + + +Gets the globally unique identifier of the custom view. + +```cpp +void Aspose::Cells::Revisions::RevisionCustomView::GetGuid(UUID &uuid) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Typedef [UUID](../../../aspose.cells/uuid/) +* Class [RevisionCustomView](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncustomview/gettype/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncustomview/gettype/_index.md new file mode 100644 index 00000000000..3dbd18fb0ca --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncustomview/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionCustomView::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCustomView::GetType method. Gets the type of revision in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.revisions/revisioncustomview/gettype/ +--- +## RevisionCustomView::GetType method + + +Gets the type of revision. + +```cpp +RevisionType Aspose::Cells::Revisions::RevisionCustomView::GetType() +``` + +## See Also + +* Enum [RevisionType](../../revisiontype/) +* Class [RevisionCustomView](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncustomview/isnull/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncustomview/isnull/_index.md new file mode 100644 index 00000000000..88459cbc054 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncustomview/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Revisions::RevisionCustomView::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCustomView::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.revisions/revisioncustomview/isnull/ +--- +## RevisionCustomView::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Revisions::RevisionCustomView::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionCustomView](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncustomview/operator_asm/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncustomview/operator_asm/_index.md new file mode 100644 index 00000000000..aa01863615d --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncustomview/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Revisions::RevisionCustomView::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCustomView::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.revisions/revisioncustomview/operator_asm/ +--- +## RevisionCustomView::operator= method + + +operator= + +```cpp +RevisionCustomView & Aspose::Cells::Revisions::RevisionCustomView::operator=(const RevisionCustomView &src) +``` + +## See Also + +* Class [RevisionCustomView](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionCustomView](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncustomview/operator_bool/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncustomview/operator_bool/_index.md new file mode 100644 index 00000000000..d28dc9dd3d4 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncustomview/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Revisions::RevisionCustomView::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCustomView::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.revisions/revisioncustomview/operator_bool/ +--- +## RevisionCustomView::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Revisions::RevisionCustomView::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [RevisionCustomView](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncustomview/revisioncustomview/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncustomview/revisioncustomview/_index.md new file mode 100644 index 00000000000..ebab5c7317e --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncustomview/revisioncustomview/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Revisions::RevisionCustomView::RevisionCustomView constructor +linktitle: RevisionCustomView +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCustomView::RevisionCustomView constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.revisions/revisioncustomview/revisioncustomview/ +--- +## RevisionCustomView::RevisionCustomView(RevisionCustomView_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Revisions::RevisionCustomView::RevisionCustomView(RevisionCustomView_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionCustomView](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) +## RevisionCustomView::RevisionCustomView(const RevisionCustomView\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Revisions::RevisionCustomView::RevisionCustomView(const RevisionCustomView &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionCustomView](../) +* Class [RevisionCustomView](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) +## RevisionCustomView::RevisionCustomView(const Revision\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Revisions::RevisionCustomView::RevisionCustomView(const Revision &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Revision](../../revision/) +* Class [RevisionCustomView](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioncustomview/~revisioncustomview/_index.md b/spanish/cpp/aspose.cells.revisions/revisioncustomview/~revisioncustomview/_index.md new file mode 100644 index 00000000000..0460fe4e7e9 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioncustomview/~revisioncustomview/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Revisions::RevisionCustomView::~RevisionCustomView method +linktitle: ~RevisionCustomView +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionCustomView::~RevisionCustomView method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.revisions/revisioncustomview/~revisioncustomview/ +--- +## RevisionCustomView::~RevisionCustomView method + + +Destructor. + +```cpp +Aspose::Cells::Revisions::RevisionCustomView::~RevisionCustomView() +``` + +## See Also + +* Class [RevisionCustomView](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisiondefinedname/_impl/_index.md b/spanish/cpp/aspose.cells.revisions/revisiondefinedname/_impl/_index.md new file mode 100644 index 00000000000..2959de29077 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisiondefinedname/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Revisions::RevisionDefinedName::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionDefinedName::_impl field. The implementation object in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.revisions/revisiondefinedname/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +RevisionDefinedName_Impl* Aspose::Cells::Revisions::RevisionDefinedName::_impl +``` + +## See Also + +* Class [RevisionDefinedName](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisiondefinedname/_index.md b/spanish/cpp/aspose.cells.revisions/revisiondefinedname/_index.md new file mode 100644 index 00000000000..3815a54319f --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisiondefinedname/_index.md @@ -0,0 +1,49 @@ +--- +title: Aspose::Cells::Revisions::RevisionDefinedName class +linktitle: RevisionDefinedName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionDefinedName class. Represents a revision record of a defined name change in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.revisions/revisiondefinedname/ +--- +## RevisionDefinedName class + + +Represents a revision record of a defined name change. + +```cpp +class RevisionDefinedName : public Aspose::Cells::Revisions::Revision +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetId()](../revision/getid/) | Gets the number of this revision. | +| [GetNewFormula()](./getnewformula/) | Gets the formula. | +| [GetOldFormula()](./getoldformula/) | Gets the old formula. | +| [GetText()](./gettext/) | Gets the text of the defined name. | +| [GetType()](./gettype/) | Represents the type of revision. | +| [GetWorksheet()](../revision/getworksheet/) | Gets the worksheet. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const RevisionDefinedName\& src)](./operator_asm/) | operator= | +| [operator=(const Revision\& src)](../revision/operator_asm/) | operator= | +| [Revision(Revision_Impl* impl)](../revision/revision/) | Constructs from an implementation object. | +| [Revision(const Revision\& src)](../revision/revision/) | Copy constructor. | +| [RevisionDefinedName(RevisionDefinedName_Impl* impl)](./revisiondefinedname/) | Constructs from an implementation object. | +| [RevisionDefinedName(const RevisionDefinedName\& src)](./revisiondefinedname/) | Copy constructor. | +| [RevisionDefinedName(const Revision\& src)](./revisiondefinedname/) | Constructs from a parent object. | +| [~Revision()](../revision/~revision/) | Destructor. | +| [~RevisionDefinedName()](./~revisiondefinedname/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [Revision](../revision/) +* Namespace [Aspose::Cells::Revisions](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisiondefinedname/getnewformula/_index.md b/spanish/cpp/aspose.cells.revisions/revisiondefinedname/getnewformula/_index.md new file mode 100644 index 00000000000..8fead8920f8 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisiondefinedname/getnewformula/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionDefinedName::GetNewFormula method +linktitle: GetNewFormula +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionDefinedName::GetNewFormula method. Gets the formula in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.revisions/revisiondefinedname/getnewformula/ +--- +## RevisionDefinedName::GetNewFormula method + + +Gets the formula. + +```cpp +U16String Aspose::Cells::Revisions::RevisionDefinedName::GetNewFormula() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [RevisionDefinedName](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisiondefinedname/getoldformula/_index.md b/spanish/cpp/aspose.cells.revisions/revisiondefinedname/getoldformula/_index.md new file mode 100644 index 00000000000..00307f45d58 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisiondefinedname/getoldformula/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionDefinedName::GetOldFormula method +linktitle: GetOldFormula +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionDefinedName::GetOldFormula method. Gets the old formula in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.revisions/revisiondefinedname/getoldformula/ +--- +## RevisionDefinedName::GetOldFormula method + + +Gets the old formula. + +```cpp +U16String Aspose::Cells::Revisions::RevisionDefinedName::GetOldFormula() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [RevisionDefinedName](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisiondefinedname/gettext/_index.md b/spanish/cpp/aspose.cells.revisions/revisiondefinedname/gettext/_index.md new file mode 100644 index 00000000000..6b565b893ba --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisiondefinedname/gettext/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionDefinedName::GetText method +linktitle: GetText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionDefinedName::GetText method. Gets the text of the defined name in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.revisions/revisiondefinedname/gettext/ +--- +## RevisionDefinedName::GetText method + + +Gets the text of the defined name. + +```cpp +U16String Aspose::Cells::Revisions::RevisionDefinedName::GetText() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [RevisionDefinedName](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisiondefinedname/gettype/_index.md b/spanish/cpp/aspose.cells.revisions/revisiondefinedname/gettype/_index.md new file mode 100644 index 00000000000..dd8ef1d09e6 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisiondefinedname/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionDefinedName::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionDefinedName::GetType method. Represents the type of revision in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.revisions/revisiondefinedname/gettype/ +--- +## RevisionDefinedName::GetType method + + +Represents the type of revision. + +```cpp +RevisionType Aspose::Cells::Revisions::RevisionDefinedName::GetType() +``` + +## See Also + +* Enum [RevisionType](../../revisiontype/) +* Class [RevisionDefinedName](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisiondefinedname/isnull/_index.md b/spanish/cpp/aspose.cells.revisions/revisiondefinedname/isnull/_index.md new file mode 100644 index 00000000000..81485a08928 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisiondefinedname/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Revisions::RevisionDefinedName::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionDefinedName::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.revisions/revisiondefinedname/isnull/ +--- +## RevisionDefinedName::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Revisions::RevisionDefinedName::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionDefinedName](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisiondefinedname/operator_asm/_index.md b/spanish/cpp/aspose.cells.revisions/revisiondefinedname/operator_asm/_index.md new file mode 100644 index 00000000000..29c5b9a1766 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisiondefinedname/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Revisions::RevisionDefinedName::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionDefinedName::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.revisions/revisiondefinedname/operator_asm/ +--- +## RevisionDefinedName::operator= method + + +operator= + +```cpp +RevisionDefinedName & Aspose::Cells::Revisions::RevisionDefinedName::operator=(const RevisionDefinedName &src) +``` + +## See Also + +* Class [RevisionDefinedName](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionDefinedName](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisiondefinedname/operator_bool/_index.md b/spanish/cpp/aspose.cells.revisions/revisiondefinedname/operator_bool/_index.md new file mode 100644 index 00000000000..ef635799646 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisiondefinedname/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Revisions::RevisionDefinedName::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionDefinedName::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.revisions/revisiondefinedname/operator_bool/ +--- +## RevisionDefinedName::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Revisions::RevisionDefinedName::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [RevisionDefinedName](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisiondefinedname/revisiondefinedname/_index.md b/spanish/cpp/aspose.cells.revisions/revisiondefinedname/revisiondefinedname/_index.md new file mode 100644 index 00000000000..8f9acb91942 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisiondefinedname/revisiondefinedname/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Revisions::RevisionDefinedName::RevisionDefinedName constructor +linktitle: RevisionDefinedName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionDefinedName::RevisionDefinedName constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.revisions/revisiondefinedname/revisiondefinedname/ +--- +## RevisionDefinedName::RevisionDefinedName(RevisionDefinedName_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Revisions::RevisionDefinedName::RevisionDefinedName(RevisionDefinedName_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionDefinedName](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) +## RevisionDefinedName::RevisionDefinedName(const RevisionDefinedName\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Revisions::RevisionDefinedName::RevisionDefinedName(const RevisionDefinedName &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionDefinedName](../) +* Class [RevisionDefinedName](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) +## RevisionDefinedName::RevisionDefinedName(const Revision\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Revisions::RevisionDefinedName::RevisionDefinedName(const Revision &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Revision](../../revision/) +* Class [RevisionDefinedName](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisiondefinedname/~revisiondefinedname/_index.md b/spanish/cpp/aspose.cells.revisions/revisiondefinedname/~revisiondefinedname/_index.md new file mode 100644 index 00000000000..13350a80bfb --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisiondefinedname/~revisiondefinedname/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Revisions::RevisionDefinedName::~RevisionDefinedName method +linktitle: ~RevisionDefinedName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionDefinedName::~RevisionDefinedName method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.revisions/revisiondefinedname/~revisiondefinedname/ +--- +## RevisionDefinedName::~RevisionDefinedName method + + +Destructor. + +```cpp +Aspose::Cells::Revisions::RevisionDefinedName::~RevisionDefinedName() +``` + +## See Also + +* Class [RevisionDefinedName](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionformat/_impl/_index.md b/spanish/cpp/aspose.cells.revisions/revisionformat/_impl/_index.md new file mode 100644 index 00000000000..dd6333b906b --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionformat/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Revisions::RevisionFormat::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionFormat::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.revisions/revisionformat/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +RevisionFormat_Impl* Aspose::Cells::Revisions::RevisionFormat::_impl +``` + +## See Also + +* Class [RevisionFormat](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionformat/_index.md b/spanish/cpp/aspose.cells.revisions/revisionformat/_index.md new file mode 100644 index 00000000000..5e30df4dc37 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionformat/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::Revisions::RevisionFormat class +linktitle: RevisionFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionFormat class. Represents a revision record of information about a formatting change in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.revisions/revisionformat/ +--- +## RevisionFormat class + + +Represents a revision record of information about a formatting change. + +```cpp +class RevisionFormat : public Aspose::Cells::Revisions::Revision +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetAreas()](./getareas/) | The range to which this formatting was applied. | +| [GetId()](../revision/getid/) | Gets the number of this revision. | +| [GetStyle()](./getstyle/) | Gets the applied style. | +| [GetType()](./gettype/) | Gets the type of revision. | +| [GetWorksheet()](../revision/getworksheet/) | Gets the worksheet. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const RevisionFormat\& src)](./operator_asm/) | operator= | +| [operator=(const Revision\& src)](../revision/operator_asm/) | operator= | +| [Revision(Revision_Impl* impl)](../revision/revision/) | Constructs from an implementation object. | +| [Revision(const Revision\& src)](../revision/revision/) | Copy constructor. | +| [RevisionFormat(RevisionFormat_Impl* impl)](./revisionformat/) | Constructs from an implementation object. | +| [RevisionFormat(const RevisionFormat\& src)](./revisionformat/) | Copy constructor. | +| [RevisionFormat(const Revision\& src)](./revisionformat/) | Constructs from a parent object. | +| [~Revision()](../revision/~revision/) | Destructor. | +| [~RevisionFormat()](./~revisionformat/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [Revision](../revision/) +* Namespace [Aspose::Cells::Revisions](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionformat/getareas/_index.md b/spanish/cpp/aspose.cells.revisions/revisionformat/getareas/_index.md new file mode 100644 index 00000000000..2a1b98a32d6 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionformat/getareas/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Revisions::RevisionFormat::GetAreas method +linktitle: GetAreas +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionFormat::GetAreas method. The range to which this formatting was applied in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.revisions/revisionformat/getareas/ +--- +## RevisionFormat::GetAreas method + + +The range to which this formatting was applied. + +```cpp +Vector Aspose::Cells::Revisions::RevisionFormat::GetAreas() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CellArea](../../../aspose.cells/cellarea/) +* Class [RevisionFormat](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionformat/getstyle/_index.md b/spanish/cpp/aspose.cells.revisions/revisionformat/getstyle/_index.md new file mode 100644 index 00000000000..0e230118eef --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionformat/getstyle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionFormat::GetStyle method +linktitle: GetStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionFormat::GetStyle method. Gets the applied style in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.revisions/revisionformat/getstyle/ +--- +## RevisionFormat::GetStyle method + + +Gets the applied style. + +```cpp +Style Aspose::Cells::Revisions::RevisionFormat::GetStyle() +``` + +## See Also + +* Class [Style](../../../aspose.cells/style/) +* Class [RevisionFormat](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionformat/gettype/_index.md b/spanish/cpp/aspose.cells.revisions/revisionformat/gettype/_index.md new file mode 100644 index 00000000000..37e57a43026 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionformat/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionFormat::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionFormat::GetType method. Gets the type of revision in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.revisions/revisionformat/gettype/ +--- +## RevisionFormat::GetType method + + +Gets the type of revision. + +```cpp +RevisionType Aspose::Cells::Revisions::RevisionFormat::GetType() +``` + +## See Also + +* Enum [RevisionType](../../revisiontype/) +* Class [RevisionFormat](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionformat/isnull/_index.md b/spanish/cpp/aspose.cells.revisions/revisionformat/isnull/_index.md new file mode 100644 index 00000000000..58f5e0f4b89 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionformat/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Revisions::RevisionFormat::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionFormat::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.revisions/revisionformat/isnull/ +--- +## RevisionFormat::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Revisions::RevisionFormat::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionFormat](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionformat/operator_asm/_index.md b/spanish/cpp/aspose.cells.revisions/revisionformat/operator_asm/_index.md new file mode 100644 index 00000000000..75e194bd7a8 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionformat/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Revisions::RevisionFormat::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionFormat::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.revisions/revisionformat/operator_asm/ +--- +## RevisionFormat::operator= method + + +operator= + +```cpp +RevisionFormat & Aspose::Cells::Revisions::RevisionFormat::operator=(const RevisionFormat &src) +``` + +## See Also + +* Class [RevisionFormat](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionFormat](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionformat/operator_bool/_index.md b/spanish/cpp/aspose.cells.revisions/revisionformat/operator_bool/_index.md new file mode 100644 index 00000000000..3a81ad440f9 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionformat/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Revisions::RevisionFormat::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionFormat::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.revisions/revisionformat/operator_bool/ +--- +## RevisionFormat::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Revisions::RevisionFormat::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [RevisionFormat](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionformat/revisionformat/_index.md b/spanish/cpp/aspose.cells.revisions/revisionformat/revisionformat/_index.md new file mode 100644 index 00000000000..2a22cf4f7e0 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionformat/revisionformat/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Revisions::RevisionFormat::RevisionFormat constructor +linktitle: RevisionFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionFormat::RevisionFormat constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.revisions/revisionformat/revisionformat/ +--- +## RevisionFormat::RevisionFormat(RevisionFormat_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Revisions::RevisionFormat::RevisionFormat(RevisionFormat_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionFormat](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) +## RevisionFormat::RevisionFormat(const RevisionFormat\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Revisions::RevisionFormat::RevisionFormat(const RevisionFormat &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionFormat](../) +* Class [RevisionFormat](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) +## RevisionFormat::RevisionFormat(const Revision\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Revisions::RevisionFormat::RevisionFormat(const Revision &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Revision](../../revision/) +* Class [RevisionFormat](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionformat/~revisionformat/_index.md b/spanish/cpp/aspose.cells.revisions/revisionformat/~revisionformat/_index.md new file mode 100644 index 00000000000..d99f29f2421 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionformat/~revisionformat/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Revisions::RevisionFormat::~RevisionFormat method +linktitle: ~RevisionFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionFormat::~RevisionFormat method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.revisions/revisionformat/~revisionformat/ +--- +## RevisionFormat::~RevisionFormat method + + +Destructor. + +```cpp +Aspose::Cells::Revisions::RevisionFormat::~RevisionFormat() +``` + +## See Also + +* Class [RevisionFormat](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionheader/_impl/_index.md b/spanish/cpp/aspose.cells.revisions/revisionheader/_impl/_index.md new file mode 100644 index 00000000000..4070acc0457 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionheader/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Revisions::RevisionHeader::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionHeader::_impl field. The implementation object in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.revisions/revisionheader/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +RevisionHeader_Impl* Aspose::Cells::Revisions::RevisionHeader::_impl +``` + +## See Also + +* Class [RevisionHeader](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionheader/_index.md b/spanish/cpp/aspose.cells.revisions/revisionheader/_index.md new file mode 100644 index 00000000000..5ddc2f46836 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionheader/_index.md @@ -0,0 +1,43 @@ +--- +title: Aspose::Cells::Revisions::RevisionHeader class +linktitle: RevisionHeader +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionHeader class. Represents a list of specific changes that have taken place for this workbook in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.revisions/revisionheader/ +--- +## RevisionHeader class + + +Represents a list of specific changes that have taken place for this workbook. + +```cpp +class RevisionHeader +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Get_UserName()](./get_username/) | Gets and sets the name of the user making the revision. | +| [GetSavedTime()](./getsavedtime/) | Gets and sets rhe date and time when this set of revisions was saved. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const RevisionHeader\& src)](./operator_asm/) | operator= | +| [RevisionHeader()](./revisionheader/) | Default constructor. | +| [RevisionHeader(RevisionHeader_Impl* impl)](./revisionheader/) | Constructs from an implementation object. | +| [RevisionHeader(const RevisionHeader\& src)](./revisionheader/) | Copy constructor. | +| [SetSavedTime(const Date\& value)](./setsavedtime/) | Gets and sets rhe date and time when this set of revisions was saved. | +| [SetUserName(const U16String\& value)](./setusername/) | Gets and sets the name of the user making the revision. | +| [SetUserName(const char16_t* value)](./setusername/) | Gets and sets the name of the user making the revision. | +| [~RevisionHeader()](./~revisionheader/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Revisions](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionheader/get_username/_index.md b/spanish/cpp/aspose.cells.revisions/revisionheader/get_username/_index.md new file mode 100644 index 00000000000..fa85d8d1d8c --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionheader/get_username/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionHeader::Get_UserName method +linktitle: Get_UserName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionHeader::Get_UserName method. Gets and sets the name of the user making the revision in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.revisions/revisionheader/get_username/ +--- +## RevisionHeader::Get_UserName method + + +Gets and sets the name of the user making the revision. + +```cpp +U16String Aspose::Cells::Revisions::RevisionHeader::Get_UserName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [RevisionHeader](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionheader/getsavedtime/_index.md b/spanish/cpp/aspose.cells.revisions/revisionheader/getsavedtime/_index.md new file mode 100644 index 00000000000..2c44e58b7d5 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionheader/getsavedtime/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Revisions::RevisionHeader::GetSavedTime method +linktitle: GetSavedTime +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionHeader::GetSavedTime method. Gets and sets rhe date and time when this set of revisions was saved in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.revisions/revisionheader/getsavedtime/ +--- +## RevisionHeader::GetSavedTime method + + +Gets and sets rhe date and time when this set of revisions was saved. + +```cpp +Date Aspose::Cells::Revisions::RevisionHeader::GetSavedTime() +``` + +## See Also + +* Class [RevisionHeader](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionheader/isnull/_index.md b/spanish/cpp/aspose.cells.revisions/revisionheader/isnull/_index.md new file mode 100644 index 00000000000..eaa3e9cb7ca --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionheader/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Revisions::RevisionHeader::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionHeader::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.revisions/revisionheader/isnull/ +--- +## RevisionHeader::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Revisions::RevisionHeader::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionHeader](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionheader/operator_asm/_index.md b/spanish/cpp/aspose.cells.revisions/revisionheader/operator_asm/_index.md new file mode 100644 index 00000000000..8a74960ef3f --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionheader/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Revisions::RevisionHeader::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionHeader::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.revisions/revisionheader/operator_asm/ +--- +## RevisionHeader::operator= method + + +operator= + +```cpp +RevisionHeader & Aspose::Cells::Revisions::RevisionHeader::operator=(const RevisionHeader &src) +``` + +## See Also + +* Class [RevisionHeader](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionHeader](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionheader/operator_bool/_index.md b/spanish/cpp/aspose.cells.revisions/revisionheader/operator_bool/_index.md new file mode 100644 index 00000000000..4ffff3f5ce7 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionheader/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Revisions::RevisionHeader::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionHeader::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.revisions/revisionheader/operator_bool/ +--- +## RevisionHeader::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Revisions::RevisionHeader::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [RevisionHeader](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionheader/revisionheader/_index.md b/spanish/cpp/aspose.cells.revisions/revisionheader/revisionheader/_index.md new file mode 100644 index 00000000000..c8dcd36aacf --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionheader/revisionheader/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::Revisions::RevisionHeader::RevisionHeader constructor +linktitle: RevisionHeader +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionHeader::RevisionHeader constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.revisions/revisionheader/revisionheader/ +--- +## RevisionHeader::RevisionHeader() constructor + + +Default constructor. + +```cpp +Aspose::Cells::Revisions::RevisionHeader::RevisionHeader() +``` + +## See Also + +* Class [RevisionHeader](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) +## RevisionHeader::RevisionHeader(RevisionHeader_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Revisions::RevisionHeader::RevisionHeader(RevisionHeader_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionHeader](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) +## RevisionHeader::RevisionHeader(const RevisionHeader\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Revisions::RevisionHeader::RevisionHeader(const RevisionHeader &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionHeader](../) +* Class [RevisionHeader](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionheader/setsavedtime/_index.md b/spanish/cpp/aspose.cells.revisions/revisionheader/setsavedtime/_index.md new file mode 100644 index 00000000000..ceb2360bd00 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionheader/setsavedtime/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionHeader::SetSavedTime method +linktitle: SetSavedTime +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionHeader::SetSavedTime method. Gets and sets rhe date and time when this set of revisions was saved in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.revisions/revisionheader/setsavedtime/ +--- +## RevisionHeader::SetSavedTime method + + +Gets and sets rhe date and time when this set of revisions was saved. + +```cpp +void Aspose::Cells::Revisions::RevisionHeader::SetSavedTime(const Date &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionHeader](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionheader/setusername/_index.md b/spanish/cpp/aspose.cells.revisions/revisionheader/setusername/_index.md new file mode 100644 index 00000000000..716cf038ed8 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionheader/setusername/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Revisions::RevisionHeader::SetUserName method +linktitle: SetUserName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionHeader::SetUserName method. Gets and sets the name of the user making the revision in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.revisions/revisionheader/setusername/ +--- +## RevisionHeader::SetUserName(const U16String\&) method + + +Gets and sets the name of the user making the revision. + +```cpp +void Aspose::Cells::Revisions::RevisionHeader::SetUserName(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [RevisionHeader](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) +## RevisionHeader::SetUserName(const char16_t*) method + + +Gets and sets the name of the user making the revision. + +```cpp +void Aspose::Cells::Revisions::RevisionHeader::SetUserName(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionHeader](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionheader/~revisionheader/_index.md b/spanish/cpp/aspose.cells.revisions/revisionheader/~revisionheader/_index.md new file mode 100644 index 00000000000..a387a5ddb27 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionheader/~revisionheader/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Revisions::RevisionHeader::~RevisionHeader method +linktitle: ~RevisionHeader +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionHeader::~RevisionHeader method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.revisions/revisionheader/~revisionheader/ +--- +## RevisionHeader::~RevisionHeader method + + +Destructor. + +```cpp +Aspose::Cells::Revisions::RevisionHeader::~RevisionHeader() +``` + +## See Also + +* Class [RevisionHeader](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioninsertdelete/_impl/_index.md b/spanish/cpp/aspose.cells.revisions/revisioninsertdelete/_impl/_index.md new file mode 100644 index 00000000000..91dea7d724f --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioninsertdelete/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Revisions::RevisionInsertDelete::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionInsertDelete::_impl field. The implementation object in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.revisions/revisioninsertdelete/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +RevisionInsertDelete_Impl* Aspose::Cells::Revisions::RevisionInsertDelete::_impl +``` + +## See Also + +* Class [RevisionInsertDelete](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioninsertdelete/_index.md b/spanish/cpp/aspose.cells.revisions/revisioninsertdelete/_index.md new file mode 100644 index 00000000000..7246d6bbc71 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioninsertdelete/_index.md @@ -0,0 +1,49 @@ +--- +title: Aspose::Cells::Revisions::RevisionInsertDelete class +linktitle: RevisionInsertDelete +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionInsertDelete class. Represents a revision record of a row/column insert/delete action in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.revisions/revisioninsertdelete/ +--- +## RevisionInsertDelete class + + +Represents a revision record of a row/column insert/delete action. + +```cpp +class RevisionInsertDelete : public Aspose::Cells::Revisions::Revision +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetActionType()](./getactiontype/) | Gets the action type of this revision. | +| [GetCellArea()](./getcellarea/) | Gets the inserting/deleting range. | +| [GetId()](../revision/getid/) | Gets the number of this revision. | +| [GetRevisions()](./getrevisions/) | Gets revision list by this operation. | +| [GetType()](./gettype/) | Represents the type of revision. | +| [GetWorksheet()](../revision/getworksheet/) | Gets the worksheet. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const RevisionInsertDelete\& src)](./operator_asm/) | operator= | +| [operator=(const Revision\& src)](../revision/operator_asm/) | operator= | +| [Revision(Revision_Impl* impl)](../revision/revision/) | Constructs from an implementation object. | +| [Revision(const Revision\& src)](../revision/revision/) | Copy constructor. | +| [RevisionInsertDelete(RevisionInsertDelete_Impl* impl)](./revisioninsertdelete/) | Constructs from an implementation object. | +| [RevisionInsertDelete(const RevisionInsertDelete\& src)](./revisioninsertdelete/) | Copy constructor. | +| [RevisionInsertDelete(const Revision\& src)](./revisioninsertdelete/) | Constructs from a parent object. | +| [~Revision()](../revision/~revision/) | Destructor. | +| [~RevisionInsertDelete()](./~revisioninsertdelete/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [Revision](../revision/) +* Namespace [Aspose::Cells::Revisions](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioninsertdelete/getactiontype/_index.md b/spanish/cpp/aspose.cells.revisions/revisioninsertdelete/getactiontype/_index.md new file mode 100644 index 00000000000..7af069891a4 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioninsertdelete/getactiontype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionInsertDelete::GetActionType method +linktitle: GetActionType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionInsertDelete::GetActionType method. Gets the action type of this revision in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.revisions/revisioninsertdelete/getactiontype/ +--- +## RevisionInsertDelete::GetActionType method + + +Gets the action type of this revision. + +```cpp +RevisionActionType Aspose::Cells::Revisions::RevisionInsertDelete::GetActionType() +``` + +## See Also + +* Enum [RevisionActionType](../../revisionactiontype/) +* Class [RevisionInsertDelete](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioninsertdelete/getcellarea/_index.md b/spanish/cpp/aspose.cells.revisions/revisioninsertdelete/getcellarea/_index.md new file mode 100644 index 00000000000..e7309e0a517 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioninsertdelete/getcellarea/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionInsertDelete::GetCellArea method +linktitle: GetCellArea +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionInsertDelete::GetCellArea method. Gets the inserting/deleting range in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.revisions/revisioninsertdelete/getcellarea/ +--- +## RevisionInsertDelete::GetCellArea method + + +Gets the inserting/deleting range. + +```cpp +CellArea Aspose::Cells::Revisions::RevisionInsertDelete::GetCellArea() +``` + +## See Also + +* Class [CellArea](../../../aspose.cells/cellarea/) +* Class [RevisionInsertDelete](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioninsertdelete/getrevisions/_index.md b/spanish/cpp/aspose.cells.revisions/revisioninsertdelete/getrevisions/_index.md new file mode 100644 index 00000000000..f0d6e17de12 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioninsertdelete/getrevisions/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionInsertDelete::GetRevisions method +linktitle: GetRevisions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionInsertDelete::GetRevisions method. Gets revision list by this operation in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.revisions/revisioninsertdelete/getrevisions/ +--- +## RevisionInsertDelete::GetRevisions method + + +Gets revision list by this operation. + +```cpp +RevisionCollection Aspose::Cells::Revisions::RevisionInsertDelete::GetRevisions() +``` + +## See Also + +* Class [RevisionCollection](../../revisioncollection/) +* Class [RevisionInsertDelete](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioninsertdelete/gettype/_index.md b/spanish/cpp/aspose.cells.revisions/revisioninsertdelete/gettype/_index.md new file mode 100644 index 00000000000..a29251f3ff1 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioninsertdelete/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionInsertDelete::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionInsertDelete::GetType method. Represents the type of revision in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.revisions/revisioninsertdelete/gettype/ +--- +## RevisionInsertDelete::GetType method + + +Represents the type of revision. + +```cpp +RevisionType Aspose::Cells::Revisions::RevisionInsertDelete::GetType() +``` + +## See Also + +* Enum [RevisionType](../../revisiontype/) +* Class [RevisionInsertDelete](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioninsertdelete/isnull/_index.md b/spanish/cpp/aspose.cells.revisions/revisioninsertdelete/isnull/_index.md new file mode 100644 index 00000000000..7a75a82722a --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioninsertdelete/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Revisions::RevisionInsertDelete::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionInsertDelete::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.revisions/revisioninsertdelete/isnull/ +--- +## RevisionInsertDelete::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Revisions::RevisionInsertDelete::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionInsertDelete](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioninsertdelete/operator_asm/_index.md b/spanish/cpp/aspose.cells.revisions/revisioninsertdelete/operator_asm/_index.md new file mode 100644 index 00000000000..9778eef8fd8 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioninsertdelete/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Revisions::RevisionInsertDelete::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionInsertDelete::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.revisions/revisioninsertdelete/operator_asm/ +--- +## RevisionInsertDelete::operator= method + + +operator= + +```cpp +RevisionInsertDelete & Aspose::Cells::Revisions::RevisionInsertDelete::operator=(const RevisionInsertDelete &src) +``` + +## See Also + +* Class [RevisionInsertDelete](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionInsertDelete](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioninsertdelete/operator_bool/_index.md b/spanish/cpp/aspose.cells.revisions/revisioninsertdelete/operator_bool/_index.md new file mode 100644 index 00000000000..0c3a024b634 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioninsertdelete/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Revisions::RevisionInsertDelete::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionInsertDelete::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.revisions/revisioninsertdelete/operator_bool/ +--- +## RevisionInsertDelete::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Revisions::RevisionInsertDelete::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [RevisionInsertDelete](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioninsertdelete/revisioninsertdelete/_index.md b/spanish/cpp/aspose.cells.revisions/revisioninsertdelete/revisioninsertdelete/_index.md new file mode 100644 index 00000000000..9857e0f798c --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioninsertdelete/revisioninsertdelete/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Revisions::RevisionInsertDelete::RevisionInsertDelete constructor +linktitle: RevisionInsertDelete +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionInsertDelete::RevisionInsertDelete constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.revisions/revisioninsertdelete/revisioninsertdelete/ +--- +## RevisionInsertDelete::RevisionInsertDelete(RevisionInsertDelete_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Revisions::RevisionInsertDelete::RevisionInsertDelete(RevisionInsertDelete_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionInsertDelete](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) +## RevisionInsertDelete::RevisionInsertDelete(const RevisionInsertDelete\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Revisions::RevisionInsertDelete::RevisionInsertDelete(const RevisionInsertDelete &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionInsertDelete](../) +* Class [RevisionInsertDelete](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) +## RevisionInsertDelete::RevisionInsertDelete(const Revision\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Revisions::RevisionInsertDelete::RevisionInsertDelete(const Revision &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Revision](../../revision/) +* Class [RevisionInsertDelete](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioninsertdelete/~revisioninsertdelete/_index.md b/spanish/cpp/aspose.cells.revisions/revisioninsertdelete/~revisioninsertdelete/_index.md new file mode 100644 index 00000000000..98e4eb99ce6 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioninsertdelete/~revisioninsertdelete/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Revisions::RevisionInsertDelete::~RevisionInsertDelete method +linktitle: ~RevisionInsertDelete +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionInsertDelete::~RevisionInsertDelete method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.revisions/revisioninsertdelete/~revisioninsertdelete/ +--- +## RevisionInsertDelete::~RevisionInsertDelete method + + +Destructor. + +```cpp +Aspose::Cells::Revisions::RevisionInsertDelete::~RevisionInsertDelete() +``` + +## See Also + +* Class [RevisionInsertDelete](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioninsertsheet/_impl/_index.md b/spanish/cpp/aspose.cells.revisions/revisioninsertsheet/_impl/_index.md new file mode 100644 index 00000000000..e3786625fb1 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioninsertsheet/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Revisions::RevisionInsertSheet::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionInsertSheet::_impl field. The implementation object in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.revisions/revisioninsertsheet/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +RevisionInsertSheet_Impl* Aspose::Cells::Revisions::RevisionInsertSheet::_impl +``` + +## See Also + +* Class [RevisionInsertSheet](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioninsertsheet/_index.md b/spanish/cpp/aspose.cells.revisions/revisioninsertsheet/_index.md new file mode 100644 index 00000000000..56f1fced1b2 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioninsertsheet/_index.md @@ -0,0 +1,49 @@ +--- +title: Aspose::Cells::Revisions::RevisionInsertSheet class +linktitle: RevisionInsertSheet +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionInsertSheet class. Represents a revision record of a sheet that was inserted in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.revisions/revisioninsertsheet/ +--- +## RevisionInsertSheet class + + +Represents a revision record of a sheet that was inserted. + +```cpp +class RevisionInsertSheet : public Aspose::Cells::Revisions::Revision +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetActionType()](./getactiontype/) | Gets the action type of the revision. | +| [GetId()](../revision/getid/) | Gets the number of this revision. | +| [GetName()](./getname/) | Gets the name of the worksheet. | +| [GetSheetPosition()](./getsheetposition/) | Gets the zero based position of the new sheet in the sheet tab bar. | +| [GetType()](./gettype/) | Gets the type of revision. | +| [GetWorksheet()](../revision/getworksheet/) | Gets the worksheet. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const RevisionInsertSheet\& src)](./operator_asm/) | operator= | +| [operator=(const Revision\& src)](../revision/operator_asm/) | operator= | +| [Revision(Revision_Impl* impl)](../revision/revision/) | Constructs from an implementation object. | +| [Revision(const Revision\& src)](../revision/revision/) | Copy constructor. | +| [RevisionInsertSheet(RevisionInsertSheet_Impl* impl)](./revisioninsertsheet/) | Constructs from an implementation object. | +| [RevisionInsertSheet(const RevisionInsertSheet\& src)](./revisioninsertsheet/) | Copy constructor. | +| [RevisionInsertSheet(const Revision\& src)](./revisioninsertsheet/) | Constructs from a parent object. | +| [~Revision()](../revision/~revision/) | Destructor. | +| [~RevisionInsertSheet()](./~revisioninsertsheet/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [Revision](../revision/) +* Namespace [Aspose::Cells::Revisions](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioninsertsheet/getactiontype/_index.md b/spanish/cpp/aspose.cells.revisions/revisioninsertsheet/getactiontype/_index.md new file mode 100644 index 00000000000..ebc99144c72 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioninsertsheet/getactiontype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionInsertSheet::GetActionType method +linktitle: GetActionType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionInsertSheet::GetActionType method. Gets the action type of the revision in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.revisions/revisioninsertsheet/getactiontype/ +--- +## RevisionInsertSheet::GetActionType method + + +Gets the action type of the revision. + +```cpp +RevisionActionType Aspose::Cells::Revisions::RevisionInsertSheet::GetActionType() +``` + +## See Also + +* Enum [RevisionActionType](../../revisionactiontype/) +* Class [RevisionInsertSheet](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioninsertsheet/getname/_index.md b/spanish/cpp/aspose.cells.revisions/revisioninsertsheet/getname/_index.md new file mode 100644 index 00000000000..a8a9302a60a --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioninsertsheet/getname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionInsertSheet::GetName method +linktitle: GetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionInsertSheet::GetName method. Gets the name of the worksheet in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.revisions/revisioninsertsheet/getname/ +--- +## RevisionInsertSheet::GetName method + + +Gets the name of the worksheet. + +```cpp +U16String Aspose::Cells::Revisions::RevisionInsertSheet::GetName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [RevisionInsertSheet](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioninsertsheet/getsheetposition/_index.md b/spanish/cpp/aspose.cells.revisions/revisioninsertsheet/getsheetposition/_index.md new file mode 100644 index 00000000000..d0816b4c440 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioninsertsheet/getsheetposition/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionInsertSheet::GetSheetPosition method +linktitle: GetSheetPosition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionInsertSheet::GetSheetPosition method. Gets the zero based position of the new sheet in the sheet tab bar in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.revisions/revisioninsertsheet/getsheetposition/ +--- +## RevisionInsertSheet::GetSheetPosition method + + +Gets the zero based position of the new sheet in the sheet tab bar. + +```cpp +int32_t Aspose::Cells::Revisions::RevisionInsertSheet::GetSheetPosition() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionInsertSheet](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioninsertsheet/gettype/_index.md b/spanish/cpp/aspose.cells.revisions/revisioninsertsheet/gettype/_index.md new file mode 100644 index 00000000000..88b5556b6a1 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioninsertsheet/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionInsertSheet::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionInsertSheet::GetType method. Gets the type of revision in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.revisions/revisioninsertsheet/gettype/ +--- +## RevisionInsertSheet::GetType method + + +Gets the type of revision. + +```cpp +RevisionType Aspose::Cells::Revisions::RevisionInsertSheet::GetType() +``` + +## See Also + +* Enum [RevisionType](../../revisiontype/) +* Class [RevisionInsertSheet](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioninsertsheet/isnull/_index.md b/spanish/cpp/aspose.cells.revisions/revisioninsertsheet/isnull/_index.md new file mode 100644 index 00000000000..32b260c0ba9 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioninsertsheet/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Revisions::RevisionInsertSheet::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionInsertSheet::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.revisions/revisioninsertsheet/isnull/ +--- +## RevisionInsertSheet::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Revisions::RevisionInsertSheet::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionInsertSheet](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioninsertsheet/operator_asm/_index.md b/spanish/cpp/aspose.cells.revisions/revisioninsertsheet/operator_asm/_index.md new file mode 100644 index 00000000000..c8835f0cef1 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioninsertsheet/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Revisions::RevisionInsertSheet::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionInsertSheet::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.revisions/revisioninsertsheet/operator_asm/ +--- +## RevisionInsertSheet::operator= method + + +operator= + +```cpp +RevisionInsertSheet & Aspose::Cells::Revisions::RevisionInsertSheet::operator=(const RevisionInsertSheet &src) +``` + +## See Also + +* Class [RevisionInsertSheet](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionInsertSheet](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioninsertsheet/operator_bool/_index.md b/spanish/cpp/aspose.cells.revisions/revisioninsertsheet/operator_bool/_index.md new file mode 100644 index 00000000000..f3f753b466d --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioninsertsheet/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Revisions::RevisionInsertSheet::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionInsertSheet::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.revisions/revisioninsertsheet/operator_bool/ +--- +## RevisionInsertSheet::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Revisions::RevisionInsertSheet::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [RevisionInsertSheet](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioninsertsheet/revisioninsertsheet/_index.md b/spanish/cpp/aspose.cells.revisions/revisioninsertsheet/revisioninsertsheet/_index.md new file mode 100644 index 00000000000..6135a2f6e82 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioninsertsheet/revisioninsertsheet/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Revisions::RevisionInsertSheet::RevisionInsertSheet constructor +linktitle: RevisionInsertSheet +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionInsertSheet::RevisionInsertSheet constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.revisions/revisioninsertsheet/revisioninsertsheet/ +--- +## RevisionInsertSheet::RevisionInsertSheet(RevisionInsertSheet_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Revisions::RevisionInsertSheet::RevisionInsertSheet(RevisionInsertSheet_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionInsertSheet](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) +## RevisionInsertSheet::RevisionInsertSheet(const RevisionInsertSheet\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Revisions::RevisionInsertSheet::RevisionInsertSheet(const RevisionInsertSheet &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionInsertSheet](../) +* Class [RevisionInsertSheet](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) +## RevisionInsertSheet::RevisionInsertSheet(const Revision\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Revisions::RevisionInsertSheet::RevisionInsertSheet(const Revision &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Revision](../../revision/) +* Class [RevisionInsertSheet](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisioninsertsheet/~revisioninsertsheet/_index.md b/spanish/cpp/aspose.cells.revisions/revisioninsertsheet/~revisioninsertsheet/_index.md new file mode 100644 index 00000000000..606593a08ef --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisioninsertsheet/~revisioninsertsheet/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Revisions::RevisionInsertSheet::~RevisionInsertSheet method +linktitle: ~RevisionInsertSheet +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionInsertSheet::~RevisionInsertSheet method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.revisions/revisioninsertsheet/~revisioninsertsheet/ +--- +## RevisionInsertSheet::~RevisionInsertSheet method + + +Destructor. + +```cpp +Aspose::Cells::Revisions::RevisionInsertSheet::~RevisionInsertSheet() +``` + +## See Also + +* Class [RevisionInsertSheet](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionlog/_impl/_index.md b/spanish/cpp/aspose.cells.revisions/revisionlog/_impl/_index.md new file mode 100644 index 00000000000..2c48e80ef46 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionlog/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Revisions::RevisionLog::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionLog::_impl field. The implementation object in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.revisions/revisionlog/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +RevisionLog_Impl* Aspose::Cells::Revisions::RevisionLog::_impl +``` + +## See Also + +* Class [RevisionLog](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionlog/_index.md b/spanish/cpp/aspose.cells.revisions/revisionlog/_index.md new file mode 100644 index 00000000000..2e46e4ed379 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionlog/_index.md @@ -0,0 +1,39 @@ +--- +title: Aspose::Cells::Revisions::RevisionLog class +linktitle: RevisionLog +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionLog class. Represents the revision log in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.revisions/revisionlog/ +--- +## RevisionLog class + + +Represents the revision log. + +```cpp +class RevisionLog +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetMetadataTable()](./getmetadatatable/) | Gets table that contains metadata about a list of specific changes that have taken place for this workbook. | +| [GetRevisions()](./getrevisions/) | Gets all revisions in this log. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const RevisionLog\& src)](./operator_asm/) | operator= | +| [RevisionLog(RevisionLog_Impl* impl)](./revisionlog/) | Constructs from an implementation object. | +| [RevisionLog(const RevisionLog\& src)](./revisionlog/) | Copy constructor. | +| [~RevisionLog()](./~revisionlog/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Revisions](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionlog/getmetadatatable/_index.md b/spanish/cpp/aspose.cells.revisions/revisionlog/getmetadatatable/_index.md new file mode 100644 index 00000000000..241ccdb12e3 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionlog/getmetadatatable/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionLog::GetMetadataTable method +linktitle: GetMetadataTable +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionLog::GetMetadataTable method. Gets table that contains metadata about a list of specific changes that have taken place for this workbook in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.revisions/revisionlog/getmetadatatable/ +--- +## RevisionLog::GetMetadataTable method + + +Gets table that contains metadata about a list of specific changes that have taken place for this workbook. + +```cpp +RevisionHeader Aspose::Cells::Revisions::RevisionLog::GetMetadataTable() +``` + +## See Also + +* Class [RevisionHeader](../../revisionheader/) +* Class [RevisionLog](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionlog/getrevisions/_index.md b/spanish/cpp/aspose.cells.revisions/revisionlog/getrevisions/_index.md new file mode 100644 index 00000000000..be865c20d08 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionlog/getrevisions/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionLog::GetRevisions method +linktitle: GetRevisions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionLog::GetRevisions method. Gets all revisions in this log in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.revisions/revisionlog/getrevisions/ +--- +## RevisionLog::GetRevisions method + + +Gets all revisions in this log. + +```cpp +RevisionCollection Aspose::Cells::Revisions::RevisionLog::GetRevisions() +``` + +## See Also + +* Class [RevisionCollection](../../revisioncollection/) +* Class [RevisionLog](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionlog/isnull/_index.md b/spanish/cpp/aspose.cells.revisions/revisionlog/isnull/_index.md new file mode 100644 index 00000000000..522a25ca75e --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionlog/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Revisions::RevisionLog::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionLog::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.revisions/revisionlog/isnull/ +--- +## RevisionLog::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Revisions::RevisionLog::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionLog](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionlog/operator_asm/_index.md b/spanish/cpp/aspose.cells.revisions/revisionlog/operator_asm/_index.md new file mode 100644 index 00000000000..b49d9d4805c --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionlog/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Revisions::RevisionLog::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionLog::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.revisions/revisionlog/operator_asm/ +--- +## RevisionLog::operator= method + + +operator= + +```cpp +RevisionLog & Aspose::Cells::Revisions::RevisionLog::operator=(const RevisionLog &src) +``` + +## See Also + +* Class [RevisionLog](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionLog](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionlog/operator_bool/_index.md b/spanish/cpp/aspose.cells.revisions/revisionlog/operator_bool/_index.md new file mode 100644 index 00000000000..4e980e2dd8a --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionlog/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Revisions::RevisionLog::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionLog::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.revisions/revisionlog/operator_bool/ +--- +## RevisionLog::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Revisions::RevisionLog::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [RevisionLog](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionlog/revisionlog/_index.md b/spanish/cpp/aspose.cells.revisions/revisionlog/revisionlog/_index.md new file mode 100644 index 00000000000..650f49d60a1 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionlog/revisionlog/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Revisions::RevisionLog::RevisionLog constructor +linktitle: RevisionLog +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionLog::RevisionLog constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.revisions/revisionlog/revisionlog/ +--- +## RevisionLog::RevisionLog(RevisionLog_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Revisions::RevisionLog::RevisionLog(RevisionLog_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionLog](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) +## RevisionLog::RevisionLog(const RevisionLog\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Revisions::RevisionLog::RevisionLog(const RevisionLog &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionLog](../) +* Class [RevisionLog](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionlog/~revisionlog/_index.md b/spanish/cpp/aspose.cells.revisions/revisionlog/~revisionlog/_index.md new file mode 100644 index 00000000000..be90ca90e92 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionlog/~revisionlog/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Revisions::RevisionLog::~RevisionLog method +linktitle: ~RevisionLog +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionLog::~RevisionLog method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.revisions/revisionlog/~revisionlog/ +--- +## RevisionLog::~RevisionLog method + + +Destructor. + +```cpp +Aspose::Cells::Revisions::RevisionLog::~RevisionLog() +``` + +## See Also + +* Class [RevisionLog](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionlogcollection/_impl/_index.md b/spanish/cpp/aspose.cells.revisions/revisionlogcollection/_impl/_index.md new file mode 100644 index 00000000000..89f54f457d7 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionlogcollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Revisions::RevisionLogCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionLogCollection::_impl field. The implementation object in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.revisions/revisionlogcollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +RevisionLogCollection_Impl* Aspose::Cells::Revisions::RevisionLogCollection::_impl +``` + +## See Also + +* Class [RevisionLogCollection](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionlogcollection/_index.md b/spanish/cpp/aspose.cells.revisions/revisionlogcollection/_index.md new file mode 100644 index 00000000000..cf28f6a479a --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionlogcollection/_index.md @@ -0,0 +1,42 @@ +--- +title: Aspose::Cells::Revisions::RevisionLogCollection class +linktitle: RevisionLogCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionLogCollection class. Represents all revision logs in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.revisions/revisionlogcollection/ +--- +## RevisionLogCollection class + + +Represents all revision logs. + +```cpp +class RevisionLogCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Get(int32_t index)](./get/) | Gets [RevisionLog](../revisionlog/) by index. | +| [GetCount()](./getcount/) | | +| [GetDaysPreservingHistory()](./getdayspreservinghistory/) | Gets and sets the number of days the spreadsheet application will keep the change history for this workbook. | +| [HighlightChanges(const HighlightChangesOptions\& options)](./highlightchanges/) | Highlights changes of shared workbook. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const RevisionLogCollection\& src)](./operator_asm/) | operator= | +| [RevisionLogCollection(RevisionLogCollection_Impl* impl)](./revisionlogcollection/) | Constructs from an implementation object. | +| [RevisionLogCollection(const RevisionLogCollection\& src)](./revisionlogcollection/) | Copy constructor. | +| [SetDaysPreservingHistory(int32_t value)](./setdayspreservinghistory/) | Gets and sets the number of days the spreadsheet application will keep the change history for this workbook. | +| [~RevisionLogCollection()](./~revisionlogcollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Revisions](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionlogcollection/get/_index.md b/spanish/cpp/aspose.cells.revisions/revisionlogcollection/get/_index.md new file mode 100644 index 00000000000..49380251e99 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionlogcollection/get/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Revisions::RevisionLogCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionLogCollection::Get method. Gets RevisionLog by index in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.revisions/revisionlogcollection/get/ +--- +## RevisionLogCollection::Get method + + +Gets [RevisionLog](../../revisionlog/) by index. + +```cpp +RevisionLog Aspose::Cells::Revisions::RevisionLogCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The index. | + +## ReturnValue + +Returns [RevisionLog](../../revisionlog/) object. + +## See Also + +* Class [RevisionLog](../../revisionlog/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionLogCollection](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionlogcollection/getcount/_index.md b/spanish/cpp/aspose.cells.revisions/revisionlogcollection/getcount/_index.md new file mode 100644 index 00000000000..d566cd0ce2e --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionlogcollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionLogCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::Revisions::RevisionLogCollection class in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.revisions/revisionlogcollection/getcount/ +--- +## RevisionLogCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::Revisions::RevisionLogCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionLogCollection](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionlogcollection/getdayspreservinghistory/_index.md b/spanish/cpp/aspose.cells.revisions/revisionlogcollection/getdayspreservinghistory/_index.md new file mode 100644 index 00000000000..932adec281f --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionlogcollection/getdayspreservinghistory/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionLogCollection::GetDaysPreservingHistory method +linktitle: GetDaysPreservingHistory +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionLogCollection::GetDaysPreservingHistory method. Gets and sets the number of days the spreadsheet application will keep the change history for this workbook in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.revisions/revisionlogcollection/getdayspreservinghistory/ +--- +## RevisionLogCollection::GetDaysPreservingHistory method + + +Gets and sets the number of days the spreadsheet application will keep the change history for this workbook. + +```cpp +int32_t Aspose::Cells::Revisions::RevisionLogCollection::GetDaysPreservingHistory() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionLogCollection](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionlogcollection/highlightchanges/_index.md b/spanish/cpp/aspose.cells.revisions/revisionlogcollection/highlightchanges/_index.md new file mode 100644 index 00000000000..6b5f2b74aa8 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionlogcollection/highlightchanges/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Revisions::RevisionLogCollection::HighlightChanges method +linktitle: HighlightChanges +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionLogCollection::HighlightChanges method. Highlights changes of shared workbook in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.revisions/revisionlogcollection/highlightchanges/ +--- +## RevisionLogCollection::HighlightChanges method + + +Highlights changes of shared workbook. + +```cpp +void Aspose::Cells::Revisions::RevisionLogCollection::HighlightChanges(const HighlightChangesOptions &options) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| options | const HighlightChangesOptions\& | Set the options for filtering which changes should be tracked. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [HighlightChangesOptions](../../highlightchangesoptions/) +* Class [RevisionLogCollection](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionlogcollection/isnull/_index.md b/spanish/cpp/aspose.cells.revisions/revisionlogcollection/isnull/_index.md new file mode 100644 index 00000000000..5c8a4b329fe --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionlogcollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Revisions::RevisionLogCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionLogCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.revisions/revisionlogcollection/isnull/ +--- +## RevisionLogCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Revisions::RevisionLogCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionLogCollection](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionlogcollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.revisions/revisionlogcollection/operator_asm/_index.md new file mode 100644 index 00000000000..c76f89b8dfa --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionlogcollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Revisions::RevisionLogCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionLogCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.revisions/revisionlogcollection/operator_asm/ +--- +## RevisionLogCollection::operator= method + + +operator= + +```cpp +RevisionLogCollection & Aspose::Cells::Revisions::RevisionLogCollection::operator=(const RevisionLogCollection &src) +``` + +## See Also + +* Class [RevisionLogCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionLogCollection](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionlogcollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.revisions/revisionlogcollection/operator_bool/_index.md new file mode 100644 index 00000000000..360faefd083 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionlogcollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Revisions::RevisionLogCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionLogCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.revisions/revisionlogcollection/operator_bool/ +--- +## RevisionLogCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Revisions::RevisionLogCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [RevisionLogCollection](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionlogcollection/revisionlogcollection/_index.md b/spanish/cpp/aspose.cells.revisions/revisionlogcollection/revisionlogcollection/_index.md new file mode 100644 index 00000000000..2ffda771b1d --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionlogcollection/revisionlogcollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Revisions::RevisionLogCollection::RevisionLogCollection constructor +linktitle: RevisionLogCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionLogCollection::RevisionLogCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.revisions/revisionlogcollection/revisionlogcollection/ +--- +## RevisionLogCollection::RevisionLogCollection(RevisionLogCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Revisions::RevisionLogCollection::RevisionLogCollection(RevisionLogCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionLogCollection](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) +## RevisionLogCollection::RevisionLogCollection(const RevisionLogCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Revisions::RevisionLogCollection::RevisionLogCollection(const RevisionLogCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionLogCollection](../) +* Class [RevisionLogCollection](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionlogcollection/setdayspreservinghistory/_index.md b/spanish/cpp/aspose.cells.revisions/revisionlogcollection/setdayspreservinghistory/_index.md new file mode 100644 index 00000000000..e4fe833b495 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionlogcollection/setdayspreservinghistory/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionLogCollection::SetDaysPreservingHistory method +linktitle: SetDaysPreservingHistory +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionLogCollection::SetDaysPreservingHistory method. Gets and sets the number of days the spreadsheet application will keep the change history for this workbook in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.revisions/revisionlogcollection/setdayspreservinghistory/ +--- +## RevisionLogCollection::SetDaysPreservingHistory method + + +Gets and sets the number of days the spreadsheet application will keep the change history for this workbook. + +```cpp +void Aspose::Cells::Revisions::RevisionLogCollection::SetDaysPreservingHistory(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionLogCollection](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionlogcollection/~revisionlogcollection/_index.md b/spanish/cpp/aspose.cells.revisions/revisionlogcollection/~revisionlogcollection/_index.md new file mode 100644 index 00000000000..9f1b53a2e0b --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionlogcollection/~revisionlogcollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Revisions::RevisionLogCollection::~RevisionLogCollection method +linktitle: ~RevisionLogCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionLogCollection::~RevisionLogCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.revisions/revisionlogcollection/~revisionlogcollection/ +--- +## RevisionLogCollection::~RevisionLogCollection method + + +Destructor. + +```cpp +Aspose::Cells::Revisions::RevisionLogCollection::~RevisionLogCollection() +``` + +## See Also + +* Class [RevisionLogCollection](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionmergeconflict/_impl/_index.md b/spanish/cpp/aspose.cells.revisions/revisionmergeconflict/_impl/_index.md new file mode 100644 index 00000000000..b1713558c32 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionmergeconflict/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Revisions::RevisionMergeConflict::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionMergeConflict::_impl field. The implementation object in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.revisions/revisionmergeconflict/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +RevisionMergeConflict_Impl* Aspose::Cells::Revisions::RevisionMergeConflict::_impl +``` + +## See Also + +* Class [RevisionMergeConflict](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionmergeconflict/_index.md b/spanish/cpp/aspose.cells.revisions/revisionmergeconflict/_index.md new file mode 100644 index 00000000000..5d0f2dc963f --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionmergeconflict/_index.md @@ -0,0 +1,46 @@ +--- +title: Aspose::Cells::Revisions::RevisionMergeConflict class +linktitle: RevisionMergeConflict +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionMergeConflict class. Represents a revision record which indicates that there was a merge conflict in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.revisions/revisionmergeconflict/ +--- +## RevisionMergeConflict class + + +Represents a revision record which indicates that there was a merge conflict. + +```cpp +class RevisionMergeConflict : public Aspose::Cells::Revisions::Revision +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetId()](../revision/getid/) | Gets the number of this revision. | +| [GetType()](./gettype/) | Gets the type of revision. | +| [GetWorksheet()](../revision/getworksheet/) | Gets the worksheet. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const RevisionMergeConflict\& src)](./operator_asm/) | operator= | +| [operator=(const Revision\& src)](../revision/operator_asm/) | operator= | +| [Revision(Revision_Impl* impl)](../revision/revision/) | Constructs from an implementation object. | +| [Revision(const Revision\& src)](../revision/revision/) | Copy constructor. | +| [RevisionMergeConflict(RevisionMergeConflict_Impl* impl)](./revisionmergeconflict/) | Constructs from an implementation object. | +| [RevisionMergeConflict(const RevisionMergeConflict\& src)](./revisionmergeconflict/) | Copy constructor. | +| [RevisionMergeConflict(const Revision\& src)](./revisionmergeconflict/) | Constructs from a parent object. | +| [~Revision()](../revision/~revision/) | Destructor. | +| [~RevisionMergeConflict()](./~revisionmergeconflict/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [Revision](../revision/) +* Namespace [Aspose::Cells::Revisions](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionmergeconflict/gettype/_index.md b/spanish/cpp/aspose.cells.revisions/revisionmergeconflict/gettype/_index.md new file mode 100644 index 00000000000..5d35ee430f2 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionmergeconflict/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionMergeConflict::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionMergeConflict::GetType method. Gets the type of revision in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.revisions/revisionmergeconflict/gettype/ +--- +## RevisionMergeConflict::GetType method + + +Gets the type of revision. + +```cpp +RevisionType Aspose::Cells::Revisions::RevisionMergeConflict::GetType() +``` + +## See Also + +* Enum [RevisionType](../../revisiontype/) +* Class [RevisionMergeConflict](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionmergeconflict/isnull/_index.md b/spanish/cpp/aspose.cells.revisions/revisionmergeconflict/isnull/_index.md new file mode 100644 index 00000000000..bf28aefc668 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionmergeconflict/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Revisions::RevisionMergeConflict::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionMergeConflict::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.revisions/revisionmergeconflict/isnull/ +--- +## RevisionMergeConflict::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Revisions::RevisionMergeConflict::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionMergeConflict](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionmergeconflict/operator_asm/_index.md b/spanish/cpp/aspose.cells.revisions/revisionmergeconflict/operator_asm/_index.md new file mode 100644 index 00000000000..d0de74f70da --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionmergeconflict/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Revisions::RevisionMergeConflict::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionMergeConflict::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.revisions/revisionmergeconflict/operator_asm/ +--- +## RevisionMergeConflict::operator= method + + +operator= + +```cpp +RevisionMergeConflict & Aspose::Cells::Revisions::RevisionMergeConflict::operator=(const RevisionMergeConflict &src) +``` + +## See Also + +* Class [RevisionMergeConflict](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionMergeConflict](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionmergeconflict/operator_bool/_index.md b/spanish/cpp/aspose.cells.revisions/revisionmergeconflict/operator_bool/_index.md new file mode 100644 index 00000000000..ab518c6d2f7 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionmergeconflict/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Revisions::RevisionMergeConflict::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionMergeConflict::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.revisions/revisionmergeconflict/operator_bool/ +--- +## RevisionMergeConflict::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Revisions::RevisionMergeConflict::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [RevisionMergeConflict](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionmergeconflict/revisionmergeconflict/_index.md b/spanish/cpp/aspose.cells.revisions/revisionmergeconflict/revisionmergeconflict/_index.md new file mode 100644 index 00000000000..493211909b4 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionmergeconflict/revisionmergeconflict/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Revisions::RevisionMergeConflict::RevisionMergeConflict constructor +linktitle: RevisionMergeConflict +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionMergeConflict::RevisionMergeConflict constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.revisions/revisionmergeconflict/revisionmergeconflict/ +--- +## RevisionMergeConflict::RevisionMergeConflict(RevisionMergeConflict_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Revisions::RevisionMergeConflict::RevisionMergeConflict(RevisionMergeConflict_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionMergeConflict](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) +## RevisionMergeConflict::RevisionMergeConflict(const RevisionMergeConflict\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Revisions::RevisionMergeConflict::RevisionMergeConflict(const RevisionMergeConflict &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionMergeConflict](../) +* Class [RevisionMergeConflict](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) +## RevisionMergeConflict::RevisionMergeConflict(const Revision\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Revisions::RevisionMergeConflict::RevisionMergeConflict(const Revision &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Revision](../../revision/) +* Class [RevisionMergeConflict](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionmergeconflict/~revisionmergeconflict/_index.md b/spanish/cpp/aspose.cells.revisions/revisionmergeconflict/~revisionmergeconflict/_index.md new file mode 100644 index 00000000000..b2cae030a7c --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionmergeconflict/~revisionmergeconflict/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Revisions::RevisionMergeConflict::~RevisionMergeConflict method +linktitle: ~RevisionMergeConflict +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionMergeConflict::~RevisionMergeConflict method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.revisions/revisionmergeconflict/~revisionmergeconflict/ +--- +## RevisionMergeConflict::~RevisionMergeConflict method + + +Destructor. + +```cpp +Aspose::Cells::Revisions::RevisionMergeConflict::~RevisionMergeConflict() +``` + +## See Also + +* Class [RevisionMergeConflict](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionquerytable/_impl/_index.md b/spanish/cpp/aspose.cells.revisions/revisionquerytable/_impl/_index.md new file mode 100644 index 00000000000..cbd736813b7 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionquerytable/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Revisions::RevisionQueryTable::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionQueryTable::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.revisions/revisionquerytable/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +RevisionQueryTable_Impl* Aspose::Cells::Revisions::RevisionQueryTable::_impl +``` + +## See Also + +* Class [RevisionQueryTable](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionquerytable/_index.md b/spanish/cpp/aspose.cells.revisions/revisionquerytable/_index.md new file mode 100644 index 00000000000..5281ff39eca --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionquerytable/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::Revisions::RevisionQueryTable class +linktitle: RevisionQueryTable +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionQueryTable class. Represents a revision of a query table field change in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.revisions/revisionquerytable/ +--- +## RevisionQueryTable class + + +Represents a revision of a query table field change. + +```cpp +class RevisionQueryTable : public Aspose::Cells::Revisions::Revision +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetCellArea()](./getcellarea/) | Gets the location of the affected query table. | +| [GetFieldId()](./getfieldid/) | Gets ID of the specific query table field that was removed. | +| [GetId()](../revision/getid/) | Gets the number of this revision. | +| [GetType()](./gettype/) | Represents the type of the revision. | +| [GetWorksheet()](../revision/getworksheet/) | Gets the worksheet. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const RevisionQueryTable\& src)](./operator_asm/) | operator= | +| [operator=(const Revision\& src)](../revision/operator_asm/) | operator= | +| [Revision(Revision_Impl* impl)](../revision/revision/) | Constructs from an implementation object. | +| [Revision(const Revision\& src)](../revision/revision/) | Copy constructor. | +| [RevisionQueryTable(RevisionQueryTable_Impl* impl)](./revisionquerytable/) | Constructs from an implementation object. | +| [RevisionQueryTable(const RevisionQueryTable\& src)](./revisionquerytable/) | Copy constructor. | +| [RevisionQueryTable(const Revision\& src)](./revisionquerytable/) | Constructs from a parent object. | +| [~Revision()](../revision/~revision/) | Destructor. | +| [~RevisionQueryTable()](./~revisionquerytable/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [Revision](../revision/) +* Namespace [Aspose::Cells::Revisions](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionquerytable/getcellarea/_index.md b/spanish/cpp/aspose.cells.revisions/revisionquerytable/getcellarea/_index.md new file mode 100644 index 00000000000..814706254d4 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionquerytable/getcellarea/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionQueryTable::GetCellArea method +linktitle: GetCellArea +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionQueryTable::GetCellArea method. Gets the location of the affected query table in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.revisions/revisionquerytable/getcellarea/ +--- +## RevisionQueryTable::GetCellArea method + + +Gets the location of the affected query table. + +```cpp +CellArea Aspose::Cells::Revisions::RevisionQueryTable::GetCellArea() +``` + +## See Also + +* Class [CellArea](../../../aspose.cells/cellarea/) +* Class [RevisionQueryTable](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionquerytable/getfieldid/_index.md b/spanish/cpp/aspose.cells.revisions/revisionquerytable/getfieldid/_index.md new file mode 100644 index 00000000000..8193bb47655 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionquerytable/getfieldid/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionQueryTable::GetFieldId method +linktitle: GetFieldId +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionQueryTable::GetFieldId method. Gets ID of the specific query table field that was removed in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.revisions/revisionquerytable/getfieldid/ +--- +## RevisionQueryTable::GetFieldId method + + +Gets ID of the specific query table field that was removed. + +```cpp +int32_t Aspose::Cells::Revisions::RevisionQueryTable::GetFieldId() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionQueryTable](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionquerytable/gettype/_index.md b/spanish/cpp/aspose.cells.revisions/revisionquerytable/gettype/_index.md new file mode 100644 index 00000000000..b820c3510f8 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionquerytable/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionQueryTable::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionQueryTable::GetType method. Represents the type of the revision in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.revisions/revisionquerytable/gettype/ +--- +## RevisionQueryTable::GetType method + + +Represents the type of the revision. + +```cpp +RevisionType Aspose::Cells::Revisions::RevisionQueryTable::GetType() +``` + +## See Also + +* Enum [RevisionType](../../revisiontype/) +* Class [RevisionQueryTable](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionquerytable/isnull/_index.md b/spanish/cpp/aspose.cells.revisions/revisionquerytable/isnull/_index.md new file mode 100644 index 00000000000..c92ffe7ce8f --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionquerytable/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Revisions::RevisionQueryTable::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionQueryTable::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.revisions/revisionquerytable/isnull/ +--- +## RevisionQueryTable::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Revisions::RevisionQueryTable::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionQueryTable](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionquerytable/operator_asm/_index.md b/spanish/cpp/aspose.cells.revisions/revisionquerytable/operator_asm/_index.md new file mode 100644 index 00000000000..f3dd0da461c --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionquerytable/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Revisions::RevisionQueryTable::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionQueryTable::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.revisions/revisionquerytable/operator_asm/ +--- +## RevisionQueryTable::operator= method + + +operator= + +```cpp +RevisionQueryTable & Aspose::Cells::Revisions::RevisionQueryTable::operator=(const RevisionQueryTable &src) +``` + +## See Also + +* Class [RevisionQueryTable](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionQueryTable](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionquerytable/operator_bool/_index.md b/spanish/cpp/aspose.cells.revisions/revisionquerytable/operator_bool/_index.md new file mode 100644 index 00000000000..7b3bcb7121e --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionquerytable/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Revisions::RevisionQueryTable::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionQueryTable::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.revisions/revisionquerytable/operator_bool/ +--- +## RevisionQueryTable::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Revisions::RevisionQueryTable::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [RevisionQueryTable](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionquerytable/revisionquerytable/_index.md b/spanish/cpp/aspose.cells.revisions/revisionquerytable/revisionquerytable/_index.md new file mode 100644 index 00000000000..e4c15668aa9 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionquerytable/revisionquerytable/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Revisions::RevisionQueryTable::RevisionQueryTable constructor +linktitle: RevisionQueryTable +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionQueryTable::RevisionQueryTable constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.revisions/revisionquerytable/revisionquerytable/ +--- +## RevisionQueryTable::RevisionQueryTable(RevisionQueryTable_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Revisions::RevisionQueryTable::RevisionQueryTable(RevisionQueryTable_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionQueryTable](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) +## RevisionQueryTable::RevisionQueryTable(const RevisionQueryTable\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Revisions::RevisionQueryTable::RevisionQueryTable(const RevisionQueryTable &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionQueryTable](../) +* Class [RevisionQueryTable](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) +## RevisionQueryTable::RevisionQueryTable(const Revision\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Revisions::RevisionQueryTable::RevisionQueryTable(const Revision &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Revision](../../revision/) +* Class [RevisionQueryTable](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionquerytable/~revisionquerytable/_index.md b/spanish/cpp/aspose.cells.revisions/revisionquerytable/~revisionquerytable/_index.md new file mode 100644 index 00000000000..c702b689f49 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionquerytable/~revisionquerytable/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Revisions::RevisionQueryTable::~RevisionQueryTable method +linktitle: ~RevisionQueryTable +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionQueryTable::~RevisionQueryTable method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.revisions/revisionquerytable/~revisionquerytable/ +--- +## RevisionQueryTable::~RevisionQueryTable method + + +Destructor. + +```cpp +Aspose::Cells::Revisions::RevisionQueryTable::~RevisionQueryTable() +``` + +## See Also + +* Class [RevisionQueryTable](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionrenamesheet/_impl/_index.md b/spanish/cpp/aspose.cells.revisions/revisionrenamesheet/_impl/_index.md new file mode 100644 index 00000000000..c8db7314609 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionrenamesheet/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Revisions::RevisionRenameSheet::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionRenameSheet::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.revisions/revisionrenamesheet/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +RevisionRenameSheet_Impl* Aspose::Cells::Revisions::RevisionRenameSheet::_impl +``` + +## See Also + +* Class [RevisionRenameSheet](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionrenamesheet/_index.md b/spanish/cpp/aspose.cells.revisions/revisionrenamesheet/_index.md new file mode 100644 index 00000000000..02a2a1a80c8 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionrenamesheet/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::Revisions::RevisionRenameSheet class +linktitle: RevisionRenameSheet +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionRenameSheet class. Represents a revision of renaming sheet in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.revisions/revisionrenamesheet/ +--- +## RevisionRenameSheet class + + +Represents a revision of renaming sheet. + +```cpp +class RevisionRenameSheet : public Aspose::Cells::Revisions::Revision +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetId()](../revision/getid/) | Gets the number of this revision. | +| [GetNewName()](./getnewname/) | Gets the new name of the worksheet. | +| [GetOldName()](./getoldname/) | Gets the old name of the worksheet. | +| [GetType()](./gettype/) | Represents the type of the revision. | +| [GetWorksheet()](../revision/getworksheet/) | Gets the worksheet. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const RevisionRenameSheet\& src)](./operator_asm/) | operator= | +| [operator=(const Revision\& src)](../revision/operator_asm/) | operator= | +| [Revision(Revision_Impl* impl)](../revision/revision/) | Constructs from an implementation object. | +| [Revision(const Revision\& src)](../revision/revision/) | Copy constructor. | +| [RevisionRenameSheet(RevisionRenameSheet_Impl* impl)](./revisionrenamesheet/) | Constructs from an implementation object. | +| [RevisionRenameSheet(const RevisionRenameSheet\& src)](./revisionrenamesheet/) | Copy constructor. | +| [RevisionRenameSheet(const Revision\& src)](./revisionrenamesheet/) | Constructs from a parent object. | +| [~Revision()](../revision/~revision/) | Destructor. | +| [~RevisionRenameSheet()](./~revisionrenamesheet/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [Revision](../revision/) +* Namespace [Aspose::Cells::Revisions](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionrenamesheet/getnewname/_index.md b/spanish/cpp/aspose.cells.revisions/revisionrenamesheet/getnewname/_index.md new file mode 100644 index 00000000000..b53606f2693 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionrenamesheet/getnewname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionRenameSheet::GetNewName method +linktitle: GetNewName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionRenameSheet::GetNewName method. Gets the new name of the worksheet in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.revisions/revisionrenamesheet/getnewname/ +--- +## RevisionRenameSheet::GetNewName method + + +Gets the new name of the worksheet. + +```cpp +U16String Aspose::Cells::Revisions::RevisionRenameSheet::GetNewName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [RevisionRenameSheet](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionrenamesheet/getoldname/_index.md b/spanish/cpp/aspose.cells.revisions/revisionrenamesheet/getoldname/_index.md new file mode 100644 index 00000000000..7758b3e5c23 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionrenamesheet/getoldname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionRenameSheet::GetOldName method +linktitle: GetOldName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionRenameSheet::GetOldName method. Gets the old name of the worksheet in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.revisions/revisionrenamesheet/getoldname/ +--- +## RevisionRenameSheet::GetOldName method + + +Gets the old name of the worksheet. + +```cpp +U16String Aspose::Cells::Revisions::RevisionRenameSheet::GetOldName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [RevisionRenameSheet](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionrenamesheet/gettype/_index.md b/spanish/cpp/aspose.cells.revisions/revisionrenamesheet/gettype/_index.md new file mode 100644 index 00000000000..1446c5f5861 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionrenamesheet/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Revisions::RevisionRenameSheet::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionRenameSheet::GetType method. Represents the type of the revision in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.revisions/revisionrenamesheet/gettype/ +--- +## RevisionRenameSheet::GetType method + + +Represents the type of the revision. + +```cpp +RevisionType Aspose::Cells::Revisions::RevisionRenameSheet::GetType() +``` + +## See Also + +* Enum [RevisionType](../../revisiontype/) +* Class [RevisionRenameSheet](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionrenamesheet/isnull/_index.md b/spanish/cpp/aspose.cells.revisions/revisionrenamesheet/isnull/_index.md new file mode 100644 index 00000000000..dd1d5e58137 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionrenamesheet/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Revisions::RevisionRenameSheet::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionRenameSheet::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.revisions/revisionrenamesheet/isnull/ +--- +## RevisionRenameSheet::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Revisions::RevisionRenameSheet::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionRenameSheet](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionrenamesheet/operator_asm/_index.md b/spanish/cpp/aspose.cells.revisions/revisionrenamesheet/operator_asm/_index.md new file mode 100644 index 00000000000..89ef9406d64 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionrenamesheet/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Revisions::RevisionRenameSheet::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionRenameSheet::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.revisions/revisionrenamesheet/operator_asm/ +--- +## RevisionRenameSheet::operator= method + + +operator= + +```cpp +RevisionRenameSheet & Aspose::Cells::Revisions::RevisionRenameSheet::operator=(const RevisionRenameSheet &src) +``` + +## See Also + +* Class [RevisionRenameSheet](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionRenameSheet](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionrenamesheet/operator_bool/_index.md b/spanish/cpp/aspose.cells.revisions/revisionrenamesheet/operator_bool/_index.md new file mode 100644 index 00000000000..1ce77a4f189 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionrenamesheet/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Revisions::RevisionRenameSheet::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionRenameSheet::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.revisions/revisionrenamesheet/operator_bool/ +--- +## RevisionRenameSheet::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Revisions::RevisionRenameSheet::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [RevisionRenameSheet](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionrenamesheet/revisionrenamesheet/_index.md b/spanish/cpp/aspose.cells.revisions/revisionrenamesheet/revisionrenamesheet/_index.md new file mode 100644 index 00000000000..93a2e826805 --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionrenamesheet/revisionrenamesheet/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Revisions::RevisionRenameSheet::RevisionRenameSheet constructor +linktitle: RevisionRenameSheet +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionRenameSheet::RevisionRenameSheet constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.revisions/revisionrenamesheet/revisionrenamesheet/ +--- +## RevisionRenameSheet::RevisionRenameSheet(RevisionRenameSheet_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Revisions::RevisionRenameSheet::RevisionRenameSheet(RevisionRenameSheet_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionRenameSheet](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) +## RevisionRenameSheet::RevisionRenameSheet(const RevisionRenameSheet\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Revisions::RevisionRenameSheet::RevisionRenameSheet(const RevisionRenameSheet &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [RevisionRenameSheet](../) +* Class [RevisionRenameSheet](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) +## RevisionRenameSheet::RevisionRenameSheet(const Revision\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Revisions::RevisionRenameSheet::RevisionRenameSheet(const Revision &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Revision](../../revision/) +* Class [RevisionRenameSheet](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisionrenamesheet/~revisionrenamesheet/_index.md b/spanish/cpp/aspose.cells.revisions/revisionrenamesheet/~revisionrenamesheet/_index.md new file mode 100644 index 00000000000..1d3f319861e --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisionrenamesheet/~revisionrenamesheet/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Revisions::RevisionRenameSheet::~RevisionRenameSheet method +linktitle: ~RevisionRenameSheet +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionRenameSheet::~RevisionRenameSheet method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.revisions/revisionrenamesheet/~revisionrenamesheet/ +--- +## RevisionRenameSheet::~RevisionRenameSheet method + + +Destructor. + +```cpp +Aspose::Cells::Revisions::RevisionRenameSheet::~RevisionRenameSheet() +``` + +## See Also + +* Class [RevisionRenameSheet](../) +* Namespace [Aspose::Cells::Revisions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.revisions/revisiontype/_index.md b/spanish/cpp/aspose.cells.revisions/revisiontype/_index.md new file mode 100644 index 00000000000..770fcdefadc --- /dev/null +++ b/spanish/cpp/aspose.cells.revisions/revisiontype/_index.md @@ -0,0 +1,41 @@ +--- +title: Aspose::Cells::Revisions::RevisionType enum +linktitle: RevisionType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Revisions::RevisionType enum. Represents the revision type in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.revisions/revisiontype/ +--- +## RevisionType enum + + +Represents the revision type. + +```cpp +enum class RevisionType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| CustomView | 0 |
Custom view. | +| DefinedName | 1 |
Defined name. | +| ChangeCells | 2 |
[Cells](../../aspose.cells/cells/) change. | +| AutoFormat | 3 |
Auto format. | +| MergeConflict | 4 |
Merge conflict. | +| Comment | 5 |
[Comment](../../aspose.cells/comment/). | +| Format | 6 |
Format. | +| InsertSheet | 7 |
Insert worksheet. | +| MoveCells | 8 |
Move cells. | +| Undo | 9 |
Undo. | +| QueryTable | 10 |
Query table. | +| InsertDelete | 11 |
Inserting or deleting. | +| RenameSheet | 12 |
Rename worksheet. | +| Unknown | 13 |
Unknown. | + +## See Also + +* Namespace [Aspose::Cells::Revisions](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.saving/_index.md b/spanish/cpp/aspose.cells.saving/_index.md new file mode 100644 index 00000000000..f72a61a4056 --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/_index.md @@ -0,0 +1,26 @@ +--- +title: Aspose::Cells::Saving namespace +linktitle: Aspose::Cells::Saving +second_title: Referencia de API de Aspose.Cells para C++ +description: 'Cómo usar el espacio de nombres Aspose::Cells::Saving en C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.saving/ +--- + + + +## Clases + +| Clase | Descripción | +| --- | --- | +| [DbfSaveOptions](./dbfsaveoptions/) | Representa las opciones de guardado del archivo dbf. | +| [EbookSaveOptions](./ebooksaveoptions/) | Representa las opciones para guardar el archivo ebook. | +| [SqlScriptColumnTypeMap](./sqlscriptcolumntypemap/) | Representa el mapa de tipos de columna. | +| [SqlScriptSaveOptions](./sqlscriptsaveoptions/) | Representa las opciones de guardado de sql. | +## Enums + +| Enumeración | Descripción | +| --- | --- | +| [SaveElementType](./saveelementtype/) | Representa qué tipo de elementos deben guardarse. | +| [SqlScriptOperatorType](./sqlscriptoperatortype/) | Representa el tipo de datos operativos. | diff --git a/spanish/cpp/aspose.cells.saving/dbfsaveoptions/_impl/_index.md b/spanish/cpp/aspose.cells.saving/dbfsaveoptions/_impl/_index.md new file mode 100644 index 00000000000..5d1606e1467 --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/dbfsaveoptions/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Saving::DbfSaveOptions::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::DbfSaveOptions::_impl field. The implementation object in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.saving/dbfsaveoptions/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +DbfSaveOptions_Impl* Aspose::Cells::Saving::DbfSaveOptions::_impl +``` + +## See Also + +* Class [DbfSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/dbfsaveoptions/_index.md b/spanish/cpp/aspose.cells.saving/dbfsaveoptions/_index.md new file mode 100644 index 00000000000..6f34402d655 --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/dbfsaveoptions/_index.md @@ -0,0 +1,72 @@ +--- +title: Aspose::Cells::Saving::DbfSaveOptions class +linktitle: DbfSaveOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::DbfSaveOptions class. Represents the options of saving dbf file in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.saving/dbfsaveoptions/ +--- +## DbfSaveOptions class + + +Represents the options of saving dbf file. + +```cpp +class DbfSaveOptions : public Aspose::Cells::SaveOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [DbfSaveOptions()](./dbfsaveoptions/) | The options of saving .dbf file. | +| [DbfSaveOptions(DbfSaveOptions_Impl* impl)](./dbfsaveoptions/) | Constructs from an implementation object. | +| [DbfSaveOptions(const DbfSaveOptions\& src)](./dbfsaveoptions/) | Copy constructor. | +| [DbfSaveOptions(const SaveOptions\& src)](./dbfsaveoptions/) | Constructs from a parent object. | +| [GetCachedFileFolder()](../../aspose.cells/saveoptions/getcachedfilefolder/) | The folder for temporary files that may be used as data cache. | +| [GetCheckExcelRestriction()](../../aspose.cells/saveoptions/getcheckexcelrestriction/) | Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K, it will be truncated. | +| [GetClearData()](../../aspose.cells/saveoptions/getcleardata/) | Make the workbook empty after saving the file. | +| [GetCreateDirectory()](../../aspose.cells/saveoptions/getcreatedirectory/) | If true and the directory does not exist, the directory will be automatically created before saving the file. | +| [GetEncryptDocumentProperties()](../../aspose.cells/saveoptions/getencryptdocumentproperties/) | Indicates whether encrypt document properties when saving as .xls file. The default value is true. | +| [GetExportAsString()](./getexportasstring/) | Indicates whether exporting as string value. | +| [GetMergeAreas()](../../aspose.cells/saveoptions/getmergeareas/) | Indicates whether merge the areas of conditional formatting and validation before saving the file. | +| [GetRefreshChartCache()](../../aspose.cells/saveoptions/getrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | +| [GetSaveFormat()](../../aspose.cells/saveoptions/getsaveformat/) | Gets the save file format. | +| [GetSortExternalNames()](../../aspose.cells/saveoptions/getsortexternalnames/) | Indicates whether sorting external defined names before saving file. | +| [GetSortNames()](../../aspose.cells/saveoptions/getsortnames/) | Indicates whether sorting defined names before saving file. | +| [GetUpdateSmartArt()](../../aspose.cells/saveoptions/getupdatesmartart/) | Indicates whether updating smart art setting. The default value is false. | +| [GetValidateMergedAreas()](../../aspose.cells/saveoptions/getvalidatemergedareas/) | Indicates whether validate merged cells before saving the file. | +| [GetWarningCallback()](../../aspose.cells/saveoptions/getwarningcallback/) | Gets or sets warning callback. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const DbfSaveOptions\& src)](./operator_asm/) | operator= | +| [operator=(const SaveOptions\& src)](../../aspose.cells/saveoptions/operator_asm/) | operator= | +| [SaveOptions(SaveOptions_Impl* impl)](../../aspose.cells/saveoptions/saveoptions/) | Constructs from an implementation object. | +| [SaveOptions(const SaveOptions\& src)](../../aspose.cells/saveoptions/saveoptions/) | Copy constructor. | +| [SetCachedFileFolder(const U16String\& value)](../../aspose.cells/saveoptions/setcachedfilefolder/) | The folder for temporary files that may be used as data cache. | +| [SetCachedFileFolder(const char16_t* value)](../../aspose.cells/saveoptions/setcachedfilefolder/) | The folder for temporary files that may be used as data cache. | +| [SetCheckExcelRestriction(bool value)](../../aspose.cells/saveoptions/setcheckexcelrestriction/) | Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K, it will be truncated. | +| [SetClearData(bool value)](../../aspose.cells/saveoptions/setcleardata/) | Make the workbook empty after saving the file. | +| [SetCreateDirectory(bool value)](../../aspose.cells/saveoptions/setcreatedirectory/) | If true and the directory does not exist, the directory will be automatically created before saving the file. | +| [SetEncryptDocumentProperties(bool value)](../../aspose.cells/saveoptions/setencryptdocumentproperties/) | Indicates whether encrypt document properties when saving as .xls file. The default value is true. | +| [SetExportAsString(bool value)](./setexportasstring/) | Indicates whether exporting as string value. | +| [SetMergeAreas(bool value)](../../aspose.cells/saveoptions/setmergeareas/) | Indicates whether merge the areas of conditional formatting and validation before saving the file. | +| [SetRefreshChartCache(bool value)](../../aspose.cells/saveoptions/setrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | +| [SetSortExternalNames(bool value)](../../aspose.cells/saveoptions/setsortexternalnames/) | Indicates whether sorting external defined names before saving file. | +| [SetSortNames(bool value)](../../aspose.cells/saveoptions/setsortnames/) | Indicates whether sorting defined names before saving file. | +| [SetUpdateSmartArt(bool value)](../../aspose.cells/saveoptions/setupdatesmartart/) | Indicates whether updating smart art setting. The default value is false. | +| [SetValidateMergedAreas(bool value)](../../aspose.cells/saveoptions/setvalidatemergedareas/) | Indicates whether validate merged cells before saving the file. | +| [SetWarningCallback(IWarningCallback* value)](../../aspose.cells/saveoptions/setwarningcallback/) | Gets or sets warning callback. | +| [~DbfSaveOptions()](./~dbfsaveoptions/) | Destructor. | +| [~SaveOptions()](../../aspose.cells/saveoptions/~saveoptions/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [SaveOptions](../../aspose.cells/saveoptions/) +* Namespace [Aspose::Cells::Saving](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.saving/dbfsaveoptions/dbfsaveoptions/_index.md b/spanish/cpp/aspose.cells.saving/dbfsaveoptions/dbfsaveoptions/_index.md new file mode 100644 index 00000000000..9193cb9016d --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/dbfsaveoptions/dbfsaveoptions/_index.md @@ -0,0 +1,70 @@ +--- +title: Aspose::Cells::Saving::DbfSaveOptions::DbfSaveOptions constructor +linktitle: DbfSaveOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::DbfSaveOptions::DbfSaveOptions constructor. The options of saving .dbf file in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.saving/dbfsaveoptions/dbfsaveoptions/ +--- +## DbfSaveOptions::DbfSaveOptions() constructor + + +The options of saving .dbf file. + +```cpp +Aspose::Cells::Saving::DbfSaveOptions::DbfSaveOptions() +``` + +## See Also + +* Class [DbfSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) +## DbfSaveOptions::DbfSaveOptions(DbfSaveOptions_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Saving::DbfSaveOptions::DbfSaveOptions(DbfSaveOptions_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DbfSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) +## DbfSaveOptions::DbfSaveOptions(const DbfSaveOptions\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Saving::DbfSaveOptions::DbfSaveOptions(const DbfSaveOptions &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DbfSaveOptions](../) +* Class [DbfSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) +## DbfSaveOptions::DbfSaveOptions(const SaveOptions\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Saving::DbfSaveOptions::DbfSaveOptions(const SaveOptions &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SaveOptions](../../../aspose.cells/saveoptions/) +* Class [DbfSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/dbfsaveoptions/getexportasstring/_index.md b/spanish/cpp/aspose.cells.saving/dbfsaveoptions/getexportasstring/_index.md new file mode 100644 index 00000000000..2c3f51aaa80 --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/dbfsaveoptions/getexportasstring/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Saving::DbfSaveOptions::GetExportAsString method +linktitle: GetExportAsString +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::DbfSaveOptions::GetExportAsString method. Indicates whether exporting as string value in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.saving/dbfsaveoptions/getexportasstring/ +--- +## DbfSaveOptions::GetExportAsString method + + +Indicates whether exporting as string value. + +```cpp +bool Aspose::Cells::Saving::DbfSaveOptions::GetExportAsString() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DbfSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/dbfsaveoptions/isnull/_index.md b/spanish/cpp/aspose.cells.saving/dbfsaveoptions/isnull/_index.md new file mode 100644 index 00000000000..bc12a5ae70a --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/dbfsaveoptions/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Saving::DbfSaveOptions::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::DbfSaveOptions::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.saving/dbfsaveoptions/isnull/ +--- +## DbfSaveOptions::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Saving::DbfSaveOptions::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DbfSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/dbfsaveoptions/operator_asm/_index.md b/spanish/cpp/aspose.cells.saving/dbfsaveoptions/operator_asm/_index.md new file mode 100644 index 00000000000..bfa0ae17b45 --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/dbfsaveoptions/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Saving::DbfSaveOptions::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::DbfSaveOptions::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.saving/dbfsaveoptions/operator_asm/ +--- +## DbfSaveOptions::operator= method + + +operator= + +```cpp +DbfSaveOptions & Aspose::Cells::Saving::DbfSaveOptions::operator=(const DbfSaveOptions &src) +``` + +## See Also + +* Class [DbfSaveOptions](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [DbfSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/dbfsaveoptions/operator_bool/_index.md b/spanish/cpp/aspose.cells.saving/dbfsaveoptions/operator_bool/_index.md new file mode 100644 index 00000000000..fd98cfa56c5 --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/dbfsaveoptions/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Saving::DbfSaveOptions::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::DbfSaveOptions::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.saving/dbfsaveoptions/operator_bool/ +--- +## DbfSaveOptions::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Saving::DbfSaveOptions::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [DbfSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/dbfsaveoptions/setexportasstring/_index.md b/spanish/cpp/aspose.cells.saving/dbfsaveoptions/setexportasstring/_index.md new file mode 100644 index 00000000000..bebbdf60cf8 --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/dbfsaveoptions/setexportasstring/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Saving::DbfSaveOptions::SetExportAsString method +linktitle: SetExportAsString +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::DbfSaveOptions::SetExportAsString method. Indicates whether exporting as string value in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.saving/dbfsaveoptions/setexportasstring/ +--- +## DbfSaveOptions::SetExportAsString method + + +Indicates whether exporting as string value. + +```cpp +void Aspose::Cells::Saving::DbfSaveOptions::SetExportAsString(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DbfSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/dbfsaveoptions/~dbfsaveoptions/_index.md b/spanish/cpp/aspose.cells.saving/dbfsaveoptions/~dbfsaveoptions/_index.md new file mode 100644 index 00000000000..2b7b3d32763 --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/dbfsaveoptions/~dbfsaveoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Saving::DbfSaveOptions::~DbfSaveOptions method +linktitle: ~DbfSaveOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::DbfSaveOptions::~DbfSaveOptions method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.saving/dbfsaveoptions/~dbfsaveoptions/ +--- +## DbfSaveOptions::~DbfSaveOptions method + + +Destructor. + +```cpp +Aspose::Cells::Saving::DbfSaveOptions::~DbfSaveOptions() +``` + +## See Also + +* Class [DbfSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/ebooksaveoptions/_impl/_index.md b/spanish/cpp/aspose.cells.saving/ebooksaveoptions/_impl/_index.md new file mode 100644 index 00000000000..c5afc4672ae --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/ebooksaveoptions/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Saving::EbookSaveOptions::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::EbookSaveOptions::_impl field. The implementation object in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.saving/ebooksaveoptions/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +EbookSaveOptions_Impl* Aspose::Cells::Saving::EbookSaveOptions::_impl +``` + +## See Also + +* Class [EbookSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/ebooksaveoptions/_index.md b/spanish/cpp/aspose.cells.saving/ebooksaveoptions/_index.md new file mode 100644 index 00000000000..aaded555077 --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/ebooksaveoptions/_index.md @@ -0,0 +1,227 @@ +--- +title: Aspose::Cells::Saving::EbookSaveOptions class +linktitle: EbookSaveOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::EbookSaveOptions class. Represents the options for saving ebook file in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.saving/ebooksaveoptions/ +--- +## EbookSaveOptions class + + +Represents the options for saving ebook file. + +```cpp +class EbookSaveOptions : public Aspose::Cells::HtmlSaveOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [EbookSaveOptions()](./ebooksaveoptions/) | Creates options for saving ebook file. | +| explicit [EbookSaveOptions(SaveFormat saveFormat)](./ebooksaveoptions/) | Creates options for saving ebook file. | +| [EbookSaveOptions(EbookSaveOptions_Impl* impl)](./ebooksaveoptions/) | Constructs from an implementation object. | +| [EbookSaveOptions(const EbookSaveOptions\& src)](./ebooksaveoptions/) | Copy constructor. | +| [EbookSaveOptions(const HtmlSaveOptions\& src)](./ebooksaveoptions/) | Constructs from a parent object. | +| [GetAddGenericFont()](../../aspose.cells/htmlsaveoptions/getaddgenericfont/) | Indicates whether to add a generic font to CSS font-family. The default value is true. | +| [GetAddTooltipText()](../../aspose.cells/htmlsaveoptions/getaddtooltiptext/) | Indicates whether adding tooltip text when the data can't be fully displayed. The default value is false. | +| [GetAttachedFilesDirectory()](../../aspose.cells/htmlsaveoptions/getattachedfilesdirectory/) | The directory that the attached files will be saved to. Only for saving to html stream. | +| [GetAttachedFilesUrlPrefix()](../../aspose.cells/htmlsaveoptions/getattachedfilesurlprefix/) | Specify the Url prefix of attached files such as image in the html file. Only for saving to html stream. | +| [GetCachedFileFolder()](../../aspose.cells/saveoptions/getcachedfilefolder/) | The folder for temporary files that may be used as data cache. | +| [GetCalculateFormula()](../../aspose.cells/htmlsaveoptions/getcalculateformula/) | Indicates whether to calculate formulas before saving html file. | +| [GetCellCssPrefix()](../../aspose.cells/htmlsaveoptions/getcellcssprefix/) | Gets and sets the prefix of the css name,the default value is "". | +| [GetCellNameAttribute()](../../aspose.cells/htmlsaveoptions/getcellnameattribute/) | Specifies the attribute that indicates the CellName to be written. (e.g. If the value is "id", then for cell "A1", the output will be:). The default value is null. | +| [GetCheckExcelRestriction()](../../aspose.cells/saveoptions/getcheckexcelrestriction/) | Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K, it will be truncated. | +| [GetClearData()](../../aspose.cells/saveoptions/getcleardata/) | Make the workbook empty after saving the file. | +| [GetCreateDirectory()](../../aspose.cells/saveoptions/getcreatedirectory/) | If true and the directory does not exist, the directory will be automatically created before saving the file. | +| [GetCssStyles()](../../aspose.cells/htmlsaveoptions/getcssstyles/) | Gets or sets the additional css styles for the formatter. Only works when SaveAsSingleFile is True. | +| [GetDataBarRenderMode()](../../aspose.cells/htmlsaveoptions/getdatabarrendermode/) | Represents the mode of how to render [DataBar](../../aspose.cells/databar/) when converting Excel files to html files. Default value is DataBarRenderMode.BackgroundColor. | +| [GetDefaultFontName()](../../aspose.cells/htmlsaveoptions/getdefaultfontname/) | Specify the default font name for exporting html, the default font will be used when the font of style is not existing, If this property is null, [Aspose.Cells](../../aspose.cells/) will use universal font which have the same family with the original font, the default value is null. | +| [GetDisableCss()](../../aspose.cells/htmlsaveoptions/getdisablecss/) | Indicates whether only inline styles are applied, without relying on CSS. The default value is false. | +| [GetDisableDownlevelRevealedComments()](../../aspose.cells/htmlsaveoptions/getdisabledownlevelrevealedcomments/) | Indicates if disable Downlevel-revealed conditional comments when exporting file to html, the default value is false. | +| [GetEmbeddedFontType()](../../aspose.cells/htmlsaveoptions/getembeddedfonttype/) | Gets or sets the type of embedding font file into html file. Default value is HtmlEmbeddedFontType.None which indicates that no font will be embedded in html. | +| [GetEnableCssCustomProperties()](../../aspose.cells/htmlsaveoptions/getenablecsscustomproperties/) | Optimize the output of html by using CSS custom properties. For example, for the scenario that there are multiple occurences for one base64 image, with custom property the image data only needs to be saved once so the performance of the resultant html can be improved. The default value is false. | +| [GetEncodeEntityAsCode()](../../aspose.cells/htmlsaveoptions/getencodeentityascode/) | Indicates whether the html character entities are replaced with decimal code. (e.g. "&nbsp;" is replaced with "&#160;"). The default value is false. | +| [GetEncoding()](../../aspose.cells/htmlsaveoptions/getencoding/) | If not set,use Encoding.UTF8 as default enconding type. | +| [GetEncryptDocumentProperties()](../../aspose.cells/saveoptions/getencryptdocumentproperties/) | Indicates whether encrypt document properties when saving as .xls file. The default value is true. | +| [GetExcludeUnusedStyles()](../../aspose.cells/htmlsaveoptions/getexcludeunusedstyles/) | Indicating whether excludes unused styles. For the generated html files, excluding unused styles can make the file size smaller without affecting the visual effects. So the default value of this property is true. If user needs to keep all styles in the workbook for the generated html(such as the scenario that user needs to restore the workbook from the generated html later), please set this property as false. | +| [GetExportActiveWorksheetOnly()](../../aspose.cells/htmlsaveoptions/getexportactiveworksheetonly/) | Indicates if only exporting the active worksheet to html file. If true then only the active worksheet will be exported to html file; If false then the whole workbook will be exported to html file. The default value is false. | +| [GetExportArea()](../../aspose.cells/htmlsaveoptions/getexportarea/) | Gets or Sets the exporting [CellArea](../../aspose.cells/cellarea/) of current active [Worksheet](../../aspose.cells/worksheet/). If you set this attribute, the print area of current active [Worksheet](../../aspose.cells/worksheet/) will be omitted. Only the specified area will be exported when saving the file to html. | +| [GetExportBogusRowData()](../../aspose.cells/htmlsaveoptions/getexportbogusrowdata/) | Indicating whether exporting bogus bottom row data. The default value is true.If you want to import the html or mht file to excel, please keep the default value. | +| [GetExportCellCoordinate()](../../aspose.cells/htmlsaveoptions/getexportcellcoordinate/) | Indicates whether exporting excel coordinate of nonblank cells when saving file to html. The default value is false. If you want to import the output html to excel, please keep the default value. | +| [GetExportCommentsType()](../../aspose.cells/htmlsaveoptions/getexportcommentstype/) | Represents type of exporting comments to html files. | +| [GetExportDataOptions()](../../aspose.cells/htmlsaveoptions/getexportdataoptions/) | Indicating the rule of exporting html file data.The default value is All. | +| [GetExportDocumentProperties()](../../aspose.cells/htmlsaveoptions/getexportdocumentproperties/) | Indicating whether exporting document properties.The default value is true.If you want to import the html or mht file to excel, please keep the default value. | +| [GetExportExtraHeadings()](../../aspose.cells/htmlsaveoptions/getexportextraheadings/) | Indicates whether exporting extra headings when the length of text is longer than max display column. The default value is false. If you want to import the html file to excel, please keep the default value. | +| [GetExportFormula()](../../aspose.cells/htmlsaveoptions/getexportformula/) | Indicates whether exporting formula when saving file to html. The default value is true. If you want to import the output html to excel, please keep the default value. | +| [GetExportFrameScriptsAndProperties()](../../aspose.cells/htmlsaveoptions/getexportframescriptsandproperties/) | Indicating whether exporting frame scripts and document properties. The default value is true.If you want to import the html or mht file to excel, please keep the default value. | +| [GetExportGridLines()](../../aspose.cells/htmlsaveoptions/getexportgridlines/) | Indicating whether exporting the gridlines.The default value is false. | +| [GetExportHiddenWorksheet()](../../aspose.cells/htmlsaveoptions/getexporthiddenworksheet/) | Indicating if exporting the hidden worksheet content.The default value is true. | +| [GetExportImagesAsBase64()](../../aspose.cells/htmlsaveoptions/getexportimagesasbase64/) | Specifies whether images are saved in Base64 format to HTML, MHTML or EPUB. | +| [GetExportNamedRangeAnchors()](../../aspose.cells/htmlsaveoptions/getexportnamedrangeanchors/) | Indicates whether to export anchor elements for named ranges when saving as HTML. Default value is true. | +| [GetExportPageFooters()](../../aspose.cells/htmlsaveoptions/getexportpagefooters/) | Indicates whether exporting page headers. | +| [GetExportPageHeaders()](../../aspose.cells/htmlsaveoptions/getexportpageheaders/) | Indicates whether exporting page headers. | +| [GetExportPrintAreaOnly()](../../aspose.cells/htmlsaveoptions/getexportprintareaonly/) | Indicates if only exporting the print area to html file. The default value is false. | +| [GetExportRowColumnHeadings()](../../aspose.cells/htmlsaveoptions/getexportrowcolumnheadings/) | Indicates whether exports sheet's row and column headings when saving to HTML files. | +| [GetExportSimilarBorderStyle()](../../aspose.cells/htmlsaveoptions/getexportsimilarborderstyle/) | Indicating whether exporting the similar border style when the border style is not supported by browsers. If you want to import the html or mht file to excel, please keep the default value. The default value is false. | +| [GetExportSingleTab()](../../aspose.cells/htmlsaveoptions/getexportsingletab/) | Indicates whether exporting the single tab when the file only has one worksheet. The default value is false. | +| [GetExportWorkbookProperties()](../../aspose.cells/htmlsaveoptions/getexportworkbookproperties/) | Indicating whether exporting workbook properties.The default value is true.If you want to import the html or mht file to excel, please keep the default value. | +| [GetExportWorksheetCSSSeparately()](../../aspose.cells/htmlsaveoptions/getexportworksheetcssseparately/) | Indicating whether export the worksheet css separately.The default value is false. | +| [GetExportWorksheetProperties()](../../aspose.cells/htmlsaveoptions/getexportworksheetproperties/) | Indicating whether exporting worksheet properties.The default value is true.If you want to import the html or mht file to excel, please keep the default value. | +| [GetFilePathProvider()](../../aspose.cells/htmlsaveoptions/getfilepathprovider/) | Gets or sets the [IFilePathProvider](../../aspose.cells/ifilepathprovider/) for exporting [Worksheet](../../aspose.cells/worksheet/) to html separately. | +| [GetFormatDataIgnoreColumnWidth()](../../aspose.cells/htmlsaveoptions/getformatdataignorecolumnwidth/) | Indicating whether show the whole formatted data of cell when overflowing the column. If true then ignore the column width and the whole data of cell will be exported. If false then the data will be exported same as Excel. The default value is false. | +| [GetHiddenColDisplayType()](../../aspose.cells/htmlsaveoptions/gethiddencoldisplaytype/) | Hidden column(the width of this column is 0) in excel,before save this into html format, if HtmlHiddenColDisplayType is "Remove",the hidden column would not been output, if the value is "Hidden", the column would been output,but was hidden,the default value is "Hidden". | +| [GetHiddenRowDisplayType()](../../aspose.cells/htmlsaveoptions/gethiddenrowdisplaytype/) | Hidden row(the height of this row is 0) in excel,before save this into html format, if HtmlHiddenRowDisplayType is "Remove",the hidden row would not been output, if the value is "Hidden", the row would been output,but was hidden,the default value is "Hidden". | +| [GetHideOverflowWrappedText()](../../aspose.cells/htmlsaveoptions/gethideoverflowwrappedtext/) | Indicates whether to hide overflow text when the cell format is set to wrap text. The default value is false. | +| [GetHtmlCrossStringType()](../../aspose.cells/htmlsaveoptions/gethtmlcrossstringtype/) | Indicates if a cross-cell string will be displayed in the same way as MS Excel when saving an Excel file in html format. By default the value is Default, so, for cross-cell strings, there is little difference between the html files created by [Aspose.Cells](../../aspose.cells/) and MS Excel. But the performance for creating large html files,setting the value to Cross would be several times faster than setting it to Default or Fit2Cell. | +| [GetHtmlVersion()](../../aspose.cells/htmlsaveoptions/gethtmlversion/) | Specifies version of HTML standard that should be used when saving the HTML format. Default value is [HtmlVersion.Default](../../aspose.cells/htmlversion/). | +| [GetIgnoreInvisibleShapes()](../../aspose.cells/htmlsaveoptions/getignoreinvisibleshapes/) | Indicate whether exporting those not visible shapes. | +| [GetImageOptions()](../../aspose.cells/htmlsaveoptions/getimageoptions/) | Get the ImageOrPrintOptions object before exporting. | +| [GetImageScalable()](../../aspose.cells/htmlsaveoptions/getimagescalable/) | Indicates whether using scalable unit to describe the image width when using scalable unit to describe the column width. The default value is true. | +| [GetLayoutMode()](../../aspose.cells/htmlsaveoptions/getlayoutmode/) | Gets or sets the layout mode when saving to HTML. The default value is HtmlLayoutMode.Normal | +| [GetLinkTargetType()](../../aspose.cells/htmlsaveoptions/getlinktargettype/) | Indicating the type of target attribute in **** link. The default value is [HtmlLinkTargetType.Parent](../../aspose.cells/htmllinktargettype/). | +| [GetMergeAreas()](../../aspose.cells/saveoptions/getmergeareas/) | Indicates whether merge the areas of conditional formatting and validation before saving the file. | +| [GetMergeEmptyTdForcely()](../../aspose.cells/htmlsaveoptions/getmergeemptytdforcely/) | **(Deprecated)** Indicates whether merging empty TD element forcedly when exporting file to html. The size of html file will be reduced significantly after setting value to true. The default value is false. If you want to import the html file to excel or export perfect grid lines when saving file to html, please keep the default value. | +| [GetMergeEmptyTdType()](../../aspose.cells/htmlsaveoptions/getmergeemptytdtype/) | The option to merge contiguous empty cells(empty td elements) The default value is [MergeEmptyTdType.Default](../../aspose.cells/mergeemptytdtype/). | +| [GetOfficeMathOutputMode()](../../aspose.cells/htmlsaveoptions/getofficemathoutputmode/) | Indicates how OfficeMath objects are exported to HTML, Default value is Image. | +| [GetPageTitle()](../../aspose.cells/htmlsaveoptions/getpagetitle/) | The title of the html page. Only for saving to html stream. | +| [GetParseHtmlTagInCell()](../../aspose.cells/htmlsaveoptions/getparsehtmltagincell/) | Indicates whether html tag(such as **

**) in cell should be parsed as cell value or preserved as it is. The default value is true. | +| [GetPresentationPreference()](../../aspose.cells/htmlsaveoptions/getpresentationpreference/) | Indicating if html or mht file is presentation preference. The default value is false. if you want to get more beautiful presentation,please set the value to true. | +| [GetRefreshChartCache()](../../aspose.cells/saveoptions/getrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | +| [GetSaveAsSingleFile()](../../aspose.cells/htmlsaveoptions/getsaveassinglefile/) | Indicates whether save the html as single file. The default value is false. | +| [GetSaveFormat()](../../aspose.cells/saveoptions/getsaveformat/) | Gets the save file format. | +| [GetSheetSet()](../../aspose.cells/htmlsaveoptions/getsheetset/) | Gets or sets the sheets to render. Default is all visible sheets in the workbook: Aspose.Cells.Rendering.SheetSet.Visible. | +| [GetShowAllSheets()](../../aspose.cells/htmlsaveoptions/getshowallsheets/) | Indicates whether showing all sheets when saving as a single html file. | +| [GetSortExternalNames()](../../aspose.cells/saveoptions/getsortexternalnames/) | Indicates whether sorting external defined names before saving file. | +| [GetSortNames()](../../aspose.cells/saveoptions/getsortnames/) | Indicates whether sorting defined names before saving file. | +| [GetTableCssId()](../../aspose.cells/htmlsaveoptions/gettablecssid/) | Gets and sets the prefix of the type css name such as tr,col,td and so on, they are contained in the table element which has the specific TableCssId attribute. The default value is "". | +| [GetUpdateSmartArt()](../../aspose.cells/saveoptions/getupdatesmartart/) | Indicates whether updating smart art setting. The default value is false. | +| [GetValidateMergedAreas()](../../aspose.cells/saveoptions/getvalidatemergedareas/) | Indicates whether validate merged cells before saving the file. | +| [GetWarningCallback()](../../aspose.cells/saveoptions/getwarningcallback/) | Gets or sets warning callback. | +| [GetWidthScalable()](../../aspose.cells/htmlsaveoptions/getwidthscalable/) | Indicates whether exporting column width in unit of scale to html. The default value is false. | +| [GetWorksheetScalable()](../../aspose.cells/htmlsaveoptions/getworksheetscalable/) | Indicates if zooming in or out the html via worksheet zoom level when saving file to html, the default value is false. | +| [HtmlSaveOptions()](../../aspose.cells/htmlsaveoptions/htmlsaveoptions/) | Creates options for saving html file. | +| explicit [HtmlSaveOptions(SaveFormat saveFormat)](../../aspose.cells/htmlsaveoptions/htmlsaveoptions/) | Creates options for saving htm file. | +| [HtmlSaveOptions(HtmlSaveOptions_Impl* impl)](../../aspose.cells/htmlsaveoptions/htmlsaveoptions/) | Constructs from an implementation object. | +| [HtmlSaveOptions(const HtmlSaveOptions\& src)](../../aspose.cells/htmlsaveoptions/htmlsaveoptions/) | Copy constructor. | +| [HtmlSaveOptions(const SaveOptions\& src)](../../aspose.cells/htmlsaveoptions/htmlsaveoptions/) | Constructs from a parent object. | +| [IsBorderCollapsed()](../../aspose.cells/htmlsaveoptions/isbordercollapsed/) | Indicates whether the table borders are collapsed. The default value is true. | +| [IsExpImageToTempDir()](../../aspose.cells/htmlsaveoptions/isexpimagetotempdir/) | Indicates whether exporting image files to temp directory. Only for saving to html stream. | +| [IsExportComments()](../../aspose.cells/htmlsaveoptions/isexportcomments/) | Indicates if exporting comments when saving file to html, the default value is false. | +| [IsFullPathLink()](../../aspose.cells/htmlsaveoptions/isfullpathlink/) | Indicating whether using full path link in sheet00x.htm,filelist.xml and tabstrip.htm. The default value is false. | +| [IsIECompatible()](../../aspose.cells/htmlsaveoptions/isiecompatible/) | Indicating whether the output HTML is compatible with IE browser. The defalut value is false. | +| [IsJsBrowserCompatible()](../../aspose.cells/htmlsaveoptions/isjsbrowsercompatible/) | Indicates whether JavaScript is compatible with browsers that do not support JavaScript. The default value is true. | +| [IsMobileCompatible()](../../aspose.cells/htmlsaveoptions/ismobilecompatible/) | Indicates whether the output HTML is compatible with mobile devices. The default value is false. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const EbookSaveOptions\& src)](./operator_asm/) | operator= | +| [operator=(const HtmlSaveOptions\& src)](../../aspose.cells/htmlsaveoptions/operator_asm/) | operator= | +| [operator=(const SaveOptions\& src)](../../aspose.cells/saveoptions/operator_asm/) | operator= | +| [SaveOptions(SaveOptions_Impl* impl)](../../aspose.cells/saveoptions/saveoptions/) | Constructs from an implementation object. | +| [SaveOptions(const SaveOptions\& src)](../../aspose.cells/saveoptions/saveoptions/) | Copy constructor. | +| [SetAddGenericFont(bool value)](../../aspose.cells/htmlsaveoptions/setaddgenericfont/) | Indicates whether to add a generic font to CSS font-family. The default value is true. | +| [SetAddTooltipText(bool value)](../../aspose.cells/htmlsaveoptions/setaddtooltiptext/) | Indicates whether adding tooltip text when the data can't be fully displayed. The default value is false. | +| [SetAttachedFilesDirectory(const U16String\& value)](../../aspose.cells/htmlsaveoptions/setattachedfilesdirectory/) | The directory that the attached files will be saved to. Only for saving to html stream. | +| [SetAttachedFilesDirectory(const char16_t* value)](../../aspose.cells/htmlsaveoptions/setattachedfilesdirectory/) | The directory that the attached files will be saved to. Only for saving to html stream. | +| [SetAttachedFilesUrlPrefix(const U16String\& value)](../../aspose.cells/htmlsaveoptions/setattachedfilesurlprefix/) | Specify the Url prefix of attached files such as image in the html file. Only for saving to html stream. | +| [SetAttachedFilesUrlPrefix(const char16_t* value)](../../aspose.cells/htmlsaveoptions/setattachedfilesurlprefix/) | Specify the Url prefix of attached files such as image in the html file. Only for saving to html stream. | +| [SetCachedFileFolder(const U16String\& value)](../../aspose.cells/saveoptions/setcachedfilefolder/) | The folder for temporary files that may be used as data cache. | +| [SetCachedFileFolder(const char16_t* value)](../../aspose.cells/saveoptions/setcachedfilefolder/) | The folder for temporary files that may be used as data cache. | +| [SetCalculateFormula(bool value)](../../aspose.cells/htmlsaveoptions/setcalculateformula/) | Indicates whether to calculate formulas before saving html file. | +| [SetCellCssPrefix(const U16String\& value)](../../aspose.cells/htmlsaveoptions/setcellcssprefix/) | Gets and sets the prefix of the css name,the default value is "". | +| [SetCellCssPrefix(const char16_t* value)](../../aspose.cells/htmlsaveoptions/setcellcssprefix/) | Gets and sets the prefix of the css name,the default value is "". | +| [SetCellNameAttribute(const U16String\& value)](../../aspose.cells/htmlsaveoptions/setcellnameattribute/) | Specifies the attribute that indicates the CellName to be written. (e.g. If the value is "id", then for cell "A1", the output will be:). The default value is null. | +| [SetCellNameAttribute(const char16_t* value)](../../aspose.cells/htmlsaveoptions/setcellnameattribute/) | Specifies the attribute that indicates the CellName to be written. (e.g. If the value is "id", then for cell "A1", the output will be:). The default value is null. | +| [SetCheckExcelRestriction(bool value)](../../aspose.cells/saveoptions/setcheckexcelrestriction/) | Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K, it will be truncated. | +| [SetClearData(bool value)](../../aspose.cells/saveoptions/setcleardata/) | Make the workbook empty after saving the file. | +| [SetCreateDirectory(bool value)](../../aspose.cells/saveoptions/setcreatedirectory/) | If true and the directory does not exist, the directory will be automatically created before saving the file. | +| [SetCssStyles(const U16String\& value)](../../aspose.cells/htmlsaveoptions/setcssstyles/) | Gets or sets the additional css styles for the formatter. Only works when SaveAsSingleFile is True. | +| [SetCssStyles(const char16_t* value)](../../aspose.cells/htmlsaveoptions/setcssstyles/) | Gets or sets the additional css styles for the formatter. Only works when SaveAsSingleFile is True. | +| [SetDataBarRenderMode(DataBarRenderMode value)](../../aspose.cells/htmlsaveoptions/setdatabarrendermode/) | Represents the mode of how to render [DataBar](../../aspose.cells/databar/) when converting Excel files to html files. Default value is DataBarRenderMode.BackgroundColor. | +| [SetDefaultFontName(const U16String\& value)](../../aspose.cells/htmlsaveoptions/setdefaultfontname/) | Specify the default font name for exporting html, the default font will be used when the font of style is not existing, If this property is null, [Aspose.Cells](../../aspose.cells/) will use universal font which have the same family with the original font, the default value is null. | +| [SetDefaultFontName(const char16_t* value)](../../aspose.cells/htmlsaveoptions/setdefaultfontname/) | Specify the default font name for exporting html, the default font will be used when the font of style is not existing, If this property is null, [Aspose.Cells](../../aspose.cells/) will use universal font which have the same family with the original font, the default value is null. | +| [SetDisableCss(bool value)](../../aspose.cells/htmlsaveoptions/setdisablecss/) | Indicates whether only inline styles are applied, without relying on CSS. The default value is false. | +| [SetDisableDownlevelRevealedComments(bool value)](../../aspose.cells/htmlsaveoptions/setdisabledownlevelrevealedcomments/) | Indicates if disable Downlevel-revealed conditional comments when exporting file to html, the default value is false. | +| [SetEmbeddedFontType(HtmlEmbeddedFontType value)](../../aspose.cells/htmlsaveoptions/setembeddedfonttype/) | Gets or sets the type of embedding font file into html file. Default value is HtmlEmbeddedFontType.None which indicates that no font will be embedded in html. | +| [SetEnableCssCustomProperties(bool value)](../../aspose.cells/htmlsaveoptions/setenablecsscustomproperties/) | Optimize the output of html by using CSS custom properties. For example, for the scenario that there are multiple occurences for one base64 image, with custom property the image data only needs to be saved once so the performance of the resultant html can be improved. The default value is false. | +| [SetEncodeEntityAsCode(bool value)](../../aspose.cells/htmlsaveoptions/setencodeentityascode/) | Indicates whether the html character entities are replaced with decimal code. (e.g. "&nbsp;" is replaced with "&#160;"). The default value is false. | +| [SetEncoding(EncodingType value)](../../aspose.cells/htmlsaveoptions/setencoding/) | If not set,use Encoding.UTF8 as default enconding type. | +| [SetEncryptDocumentProperties(bool value)](../../aspose.cells/saveoptions/setencryptdocumentproperties/) | Indicates whether encrypt document properties when saving as .xls file. The default value is true. | +| [SetExcludeUnusedStyles(bool value)](../../aspose.cells/htmlsaveoptions/setexcludeunusedstyles/) | Indicating whether excludes unused styles. For the generated html files, excluding unused styles can make the file size smaller without affecting the visual effects. So the default value of this property is true. If user needs to keep all styles in the workbook for the generated html(such as the scenario that user needs to restore the workbook from the generated html later), please set this property as false. | +| [SetExportActiveWorksheetOnly(bool value)](../../aspose.cells/htmlsaveoptions/setexportactiveworksheetonly/) | Indicates if only exporting the active worksheet to html file. If true then only the active worksheet will be exported to html file; If false then the whole workbook will be exported to html file. The default value is false. | +| [SetExportArea(const CellArea\& value)](../../aspose.cells/htmlsaveoptions/setexportarea/) | Gets or Sets the exporting [CellArea](../../aspose.cells/cellarea/) of current active [Worksheet](../../aspose.cells/worksheet/). If you set this attribute, the print area of current active [Worksheet](../../aspose.cells/worksheet/) will be omitted. Only the specified area will be exported when saving the file to html. | +| [SetExportBogusRowData(bool value)](../../aspose.cells/htmlsaveoptions/setexportbogusrowdata/) | Indicating whether exporting bogus bottom row data. The default value is true.If you want to import the html or mht file to excel, please keep the default value. | +| [SetExportCellCoordinate(bool value)](../../aspose.cells/htmlsaveoptions/setexportcellcoordinate/) | Indicates whether exporting excel coordinate of nonblank cells when saving file to html. The default value is false. If you want to import the output html to excel, please keep the default value. | +| [SetExportCommentsType(PrintCommentsType value)](../../aspose.cells/htmlsaveoptions/setexportcommentstype/) | Represents type of exporting comments to html files. | +| [SetExportDataOptions(HtmlExportDataOptions value)](../../aspose.cells/htmlsaveoptions/setexportdataoptions/) | Indicating the rule of exporting html file data.The default value is All. | +| [SetExportDocumentProperties(bool value)](../../aspose.cells/htmlsaveoptions/setexportdocumentproperties/) | Indicating whether exporting document properties.The default value is true.If you want to import the html or mht file to excel, please keep the default value. | +| [SetExportExtraHeadings(bool value)](../../aspose.cells/htmlsaveoptions/setexportextraheadings/) | Indicates whether exporting extra headings when the length of text is longer than max display column. The default value is false. If you want to import the html file to excel, please keep the default value. | +| [SetExportFormula(bool value)](../../aspose.cells/htmlsaveoptions/setexportformula/) | Indicates whether exporting formula when saving file to html. The default value is true. If you want to import the output html to excel, please keep the default value. | +| [SetExportFrameScriptsAndProperties(bool value)](../../aspose.cells/htmlsaveoptions/setexportframescriptsandproperties/) | Indicating whether exporting frame scripts and document properties. The default value is true.If you want to import the html or mht file to excel, please keep the default value. | +| [SetExportGridLines(bool value)](../../aspose.cells/htmlsaveoptions/setexportgridlines/) | Indicating whether exporting the gridlines.The default value is false. | +| [SetExportHiddenWorksheet(bool value)](../../aspose.cells/htmlsaveoptions/setexporthiddenworksheet/) | Indicating if exporting the hidden worksheet content.The default value is true. | +| [SetExportImagesAsBase64(bool value)](../../aspose.cells/htmlsaveoptions/setexportimagesasbase64/) | Specifies whether images are saved in Base64 format to HTML, MHTML or EPUB. | +| [SetExportNamedRangeAnchors(bool value)](../../aspose.cells/htmlsaveoptions/setexportnamedrangeanchors/) | Indicates whether to export anchor elements for named ranges when saving as HTML. Default value is true. | +| [SetExportPageFooters(bool value)](../../aspose.cells/htmlsaveoptions/setexportpagefooters/) | Indicates whether exporting page headers. | +| [SetExportPageHeaders(bool value)](../../aspose.cells/htmlsaveoptions/setexportpageheaders/) | Indicates whether exporting page headers. | +| [SetExportPrintAreaOnly(bool value)](../../aspose.cells/htmlsaveoptions/setexportprintareaonly/) | Indicates if only exporting the print area to html file. The default value is false. | +| [SetExportRowColumnHeadings(bool value)](../../aspose.cells/htmlsaveoptions/setexportrowcolumnheadings/) | Indicates whether exports sheet's row and column headings when saving to HTML files. | +| [SetExportSimilarBorderStyle(bool value)](../../aspose.cells/htmlsaveoptions/setexportsimilarborderstyle/) | Indicating whether exporting the similar border style when the border style is not supported by browsers. If you want to import the html or mht file to excel, please keep the default value. The default value is false. | +| [SetExportSingleTab(bool value)](../../aspose.cells/htmlsaveoptions/setexportsingletab/) | Indicates whether exporting the single tab when the file only has one worksheet. The default value is false. | +| [SetExportWorkbookProperties(bool value)](../../aspose.cells/htmlsaveoptions/setexportworkbookproperties/) | Indicating whether exporting workbook properties.The default value is true.If you want to import the html or mht file to excel, please keep the default value. | +| [SetExportWorksheetCSSSeparately(bool value)](../../aspose.cells/htmlsaveoptions/setexportworksheetcssseparately/) | Indicating whether export the worksheet css separately.The default value is false. | +| [SetExportWorksheetProperties(bool value)](../../aspose.cells/htmlsaveoptions/setexportworksheetproperties/) | Indicating whether exporting worksheet properties.The default value is true.If you want to import the html or mht file to excel, please keep the default value. | +| [SetFilePathProvider(IFilePathProvider* value)](../../aspose.cells/htmlsaveoptions/setfilepathprovider/) | Gets or sets the [IFilePathProvider](../../aspose.cells/ifilepathprovider/) for exporting [Worksheet](../../aspose.cells/worksheet/) to html separately. | +| [SetFormatDataIgnoreColumnWidth(bool value)](../../aspose.cells/htmlsaveoptions/setformatdataignorecolumnwidth/) | Indicating whether show the whole formatted data of cell when overflowing the column. If true then ignore the column width and the whole data of cell will be exported. If false then the data will be exported same as Excel. The default value is false. | +| [SetHiddenColDisplayType(HtmlHiddenColDisplayType value)](../../aspose.cells/htmlsaveoptions/sethiddencoldisplaytype/) | Hidden column(the width of this column is 0) in excel,before save this into html format, if HtmlHiddenColDisplayType is "Remove",the hidden column would not been output, if the value is "Hidden", the column would been output,but was hidden,the default value is "Hidden". | +| [SetHiddenRowDisplayType(HtmlHiddenRowDisplayType value)](../../aspose.cells/htmlsaveoptions/sethiddenrowdisplaytype/) | Hidden row(the height of this row is 0) in excel,before save this into html format, if HtmlHiddenRowDisplayType is "Remove",the hidden row would not been output, if the value is "Hidden", the row would been output,but was hidden,the default value is "Hidden". | +| [SetHideOverflowWrappedText(bool value)](../../aspose.cells/htmlsaveoptions/sethideoverflowwrappedtext/) | Indicates whether to hide overflow text when the cell format is set to wrap text. The default value is false. | +| [SetHtmlCrossStringType(HtmlCrossType value)](../../aspose.cells/htmlsaveoptions/sethtmlcrossstringtype/) | Indicates if a cross-cell string will be displayed in the same way as MS Excel when saving an Excel file in html format. By default the value is Default, so, for cross-cell strings, there is little difference between the html files created by [Aspose.Cells](../../aspose.cells/) and MS Excel. But the performance for creating large html files,setting the value to Cross would be several times faster than setting it to Default or Fit2Cell. | +| [SetHtmlVersion(HtmlVersion value)](../../aspose.cells/htmlsaveoptions/sethtmlversion/) | Specifies version of HTML standard that should be used when saving the HTML format. Default value is [HtmlVersion.Default](../../aspose.cells/htmlversion/). | +| [SetIgnoreInvisibleShapes(bool value)](../../aspose.cells/htmlsaveoptions/setignoreinvisibleshapes/) | Indicate whether exporting those not visible shapes. | +| [SetImageScalable(bool value)](../../aspose.cells/htmlsaveoptions/setimagescalable/) | Indicates whether using scalable unit to describe the image width when using scalable unit to describe the column width. The default value is true. | +| [SetIsBorderCollapsed(bool value)](../../aspose.cells/htmlsaveoptions/setisbordercollapsed/) | Indicates whether the table borders are collapsed. The default value is true. | +| [SetIsExpImageToTempDir(bool value)](../../aspose.cells/htmlsaveoptions/setisexpimagetotempdir/) | Indicates whether exporting image files to temp directory. Only for saving to html stream. | +| [SetIsExportComments(bool value)](../../aspose.cells/htmlsaveoptions/setisexportcomments/) | Indicates if exporting comments when saving file to html, the default value is false. | +| [SetIsFullPathLink(bool value)](../../aspose.cells/htmlsaveoptions/setisfullpathlink/) | Indicating whether using full path link in sheet00x.htm,filelist.xml and tabstrip.htm. The default value is false. | +| [SetIsIECompatible(bool value)](../../aspose.cells/htmlsaveoptions/setisiecompatible/) | Indicating whether the output HTML is compatible with IE browser. The defalut value is false. | +| [SetIsJsBrowserCompatible(bool value)](../../aspose.cells/htmlsaveoptions/setisjsbrowsercompatible/) | Indicates whether JavaScript is compatible with browsers that do not support JavaScript. The default value is true. | +| [SetIsMobileCompatible(bool value)](../../aspose.cells/htmlsaveoptions/setismobilecompatible/) | Indicates whether the output HTML is compatible with mobile devices. The default value is false. | +| [SetLayoutMode(HtmlLayoutMode value)](../../aspose.cells/htmlsaveoptions/setlayoutmode/) | Gets or sets the layout mode when saving to HTML. The default value is HtmlLayoutMode.Normal | +| [SetLinkTargetType(HtmlLinkTargetType value)](../../aspose.cells/htmlsaveoptions/setlinktargettype/) | Indicating the type of target attribute in **** link. The default value is [HtmlLinkTargetType.Parent](../../aspose.cells/htmllinktargettype/). | +| [SetMergeAreas(bool value)](../../aspose.cells/saveoptions/setmergeareas/) | Indicates whether merge the areas of conditional formatting and validation before saving the file. | +| [SetMergeEmptyTdForcely(bool value)](../../aspose.cells/htmlsaveoptions/setmergeemptytdforcely/) | **(Deprecated)** Indicates whether merging empty TD element forcedly when exporting file to html. The size of html file will be reduced significantly after setting value to true. The default value is false. If you want to import the html file to excel or export perfect grid lines when saving file to html, please keep the default value. | +| [SetMergeEmptyTdType(MergeEmptyTdType value)](../../aspose.cells/htmlsaveoptions/setmergeemptytdtype/) | The option to merge contiguous empty cells(empty td elements) The default value is [MergeEmptyTdType.Default](../../aspose.cells/mergeemptytdtype/). | +| [SetOfficeMathOutputMode(HtmlOfficeMathOutputType value)](../../aspose.cells/htmlsaveoptions/setofficemathoutputmode/) | Indicates how OfficeMath objects are exported to HTML, Default value is Image. | +| [SetPageTitle(const U16String\& value)](../../aspose.cells/htmlsaveoptions/setpagetitle/) | The title of the html page. Only for saving to html stream. | +| [SetPageTitle(const char16_t* value)](../../aspose.cells/htmlsaveoptions/setpagetitle/) | The title of the html page. Only for saving to html stream. | +| [SetParseHtmlTagInCell(bool value)](../../aspose.cells/htmlsaveoptions/setparsehtmltagincell/) | Indicates whether html tag(such as **
**) in cell should be parsed as cell value or preserved as it is. The default value is true. | +| [SetPresentationPreference(bool value)](../../aspose.cells/htmlsaveoptions/setpresentationpreference/) | Indicating if html or mht file is presentation preference. The default value is false. if you want to get more beautiful presentation,please set the value to true. | +| [SetRefreshChartCache(bool value)](../../aspose.cells/saveoptions/setrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | +| [SetSaveAsSingleFile(bool value)](../../aspose.cells/htmlsaveoptions/setsaveassinglefile/) | Indicates whether save the html as single file. The default value is false. | +| [SetSheetSet(const SheetSet\& value)](../../aspose.cells/htmlsaveoptions/setsheetset/) | Gets or sets the sheets to render. Default is all visible sheets in the workbook: Aspose.Cells.Rendering.SheetSet.Visible. | +| [SetShowAllSheets(bool value)](../../aspose.cells/htmlsaveoptions/setshowallsheets/) | Indicates whether showing all sheets when saving as a single html file. | +| [SetSortExternalNames(bool value)](../../aspose.cells/saveoptions/setsortexternalnames/) | Indicates whether sorting external defined names before saving file. | +| [SetSortNames(bool value)](../../aspose.cells/saveoptions/setsortnames/) | Indicates whether sorting defined names before saving file. | +| [SetTableCssId(const U16String\& value)](../../aspose.cells/htmlsaveoptions/settablecssid/) | Gets and sets the prefix of the type css name such as tr,col,td and so on, they are contained in the table element which has the specific TableCssId attribute. The default value is "". | +| [SetTableCssId(const char16_t* value)](../../aspose.cells/htmlsaveoptions/settablecssid/) | Gets and sets the prefix of the type css name such as tr,col,td and so on, they are contained in the table element which has the specific TableCssId attribute. The default value is "". | +| [SetUpdateSmartArt(bool value)](../../aspose.cells/saveoptions/setupdatesmartart/) | Indicates whether updating smart art setting. The default value is false. | +| [SetValidateMergedAreas(bool value)](../../aspose.cells/saveoptions/setvalidatemergedareas/) | Indicates whether validate merged cells before saving the file. | +| [SetWarningCallback(IWarningCallback* value)](../../aspose.cells/saveoptions/setwarningcallback/) | Gets or sets warning callback. | +| [SetWidthScalable(bool value)](../../aspose.cells/htmlsaveoptions/setwidthscalable/) | Indicates whether exporting column width in unit of scale to html. The default value is false. | +| [SetWorksheetScalable(bool value)](../../aspose.cells/htmlsaveoptions/setworksheetscalable/) | Indicates if zooming in or out the html via worksheet zoom level when saving file to html, the default value is false. | +| [~EbookSaveOptions()](./~ebooksaveoptions/) | Destructor. | +| [~HtmlSaveOptions()](../../aspose.cells/htmlsaveoptions/~htmlsaveoptions/) | Destructor. | +| [~SaveOptions()](../../aspose.cells/saveoptions/~saveoptions/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [HtmlSaveOptions](../../aspose.cells/htmlsaveoptions/) +* Namespace [Aspose::Cells::Saving](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.saving/ebooksaveoptions/ebooksaveoptions/_index.md b/spanish/cpp/aspose.cells.saving/ebooksaveoptions/ebooksaveoptions/_index.md new file mode 100644 index 00000000000..310f2966878 --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/ebooksaveoptions/ebooksaveoptions/_index.md @@ -0,0 +1,90 @@ +--- +title: Aspose::Cells::Saving::EbookSaveOptions::EbookSaveOptions constructor +linktitle: EbookSaveOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::EbookSaveOptions::EbookSaveOptions constructor. Creates options for saving ebook file in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.saving/ebooksaveoptions/ebooksaveoptions/ +--- +## EbookSaveOptions::EbookSaveOptions() constructor + + +Creates options for saving ebook file. + +```cpp +Aspose::Cells::Saving::EbookSaveOptions::EbookSaveOptions() +``` + +## See Also + +* Class [EbookSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) +## EbookSaveOptions::EbookSaveOptions(SaveFormat) constructor + + +Creates options for saving ebook file. + +```cpp +Aspose::Cells::Saving::EbookSaveOptions::EbookSaveOptions(SaveFormat saveFormat) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| saveFormat | SaveFormat | The file format. It should be [SaveFormat.Epub](../../../aspose.cells/saveformat/) or [SaveFormat.Azw3](../../../aspose.cells/saveformat/). | + +## See Also + +* Enum [SaveFormat](../../../aspose.cells/saveformat/) +* Class [EbookSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) +## EbookSaveOptions::EbookSaveOptions(EbookSaveOptions_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Saving::EbookSaveOptions::EbookSaveOptions(EbookSaveOptions_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [EbookSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) +## EbookSaveOptions::EbookSaveOptions(const EbookSaveOptions\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Saving::EbookSaveOptions::EbookSaveOptions(const EbookSaveOptions &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [EbookSaveOptions](../) +* Class [EbookSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) +## EbookSaveOptions::EbookSaveOptions(const HtmlSaveOptions\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Saving::EbookSaveOptions::EbookSaveOptions(const HtmlSaveOptions &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [HtmlSaveOptions](../../../aspose.cells/htmlsaveoptions/) +* Class [EbookSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/ebooksaveoptions/isnull/_index.md b/spanish/cpp/aspose.cells.saving/ebooksaveoptions/isnull/_index.md new file mode 100644 index 00000000000..4c7c70c3c77 --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/ebooksaveoptions/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Saving::EbookSaveOptions::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::EbookSaveOptions::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.saving/ebooksaveoptions/isnull/ +--- +## EbookSaveOptions::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Saving::EbookSaveOptions::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [EbookSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/ebooksaveoptions/operator_asm/_index.md b/spanish/cpp/aspose.cells.saving/ebooksaveoptions/operator_asm/_index.md new file mode 100644 index 00000000000..68ed0112a19 --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/ebooksaveoptions/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Saving::EbookSaveOptions::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::EbookSaveOptions::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.saving/ebooksaveoptions/operator_asm/ +--- +## EbookSaveOptions::operator= method + + +operator= + +```cpp +EbookSaveOptions & Aspose::Cells::Saving::EbookSaveOptions::operator=(const EbookSaveOptions &src) +``` + +## See Also + +* Class [EbookSaveOptions](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [EbookSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/ebooksaveoptions/operator_bool/_index.md b/spanish/cpp/aspose.cells.saving/ebooksaveoptions/operator_bool/_index.md new file mode 100644 index 00000000000..dd66b6244da --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/ebooksaveoptions/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Saving::EbookSaveOptions::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::EbookSaveOptions::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.saving/ebooksaveoptions/operator_bool/ +--- +## EbookSaveOptions::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Saving::EbookSaveOptions::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [EbookSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/ebooksaveoptions/~ebooksaveoptions/_index.md b/spanish/cpp/aspose.cells.saving/ebooksaveoptions/~ebooksaveoptions/_index.md new file mode 100644 index 00000000000..96491e0ab09 --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/ebooksaveoptions/~ebooksaveoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Saving::EbookSaveOptions::~EbookSaveOptions method +linktitle: ~EbookSaveOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::EbookSaveOptions::~EbookSaveOptions method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.saving/ebooksaveoptions/~ebooksaveoptions/ +--- +## EbookSaveOptions::~EbookSaveOptions method + + +Destructor. + +```cpp +Aspose::Cells::Saving::EbookSaveOptions::~EbookSaveOptions() +``` + +## See Also + +* Class [EbookSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/saveelementtype/_index.md b/spanish/cpp/aspose.cells.saving/saveelementtype/_index.md new file mode 100644 index 00000000000..d20216a075a --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/saveelementtype/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Saving::SaveElementType enum +linktitle: SaveElementType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::SaveElementType enum. Represents what kind of elements should be saved in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.saving/saveelementtype/ +--- +## SaveElementType enum + + +Represents what kind of elements should be saved. + +```cpp +enum class SaveElementType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| All | 251658239 |
All data. | +| Chart | 256 |
Only charts. | + +## See Also + +* Namespace [Aspose::Cells::Saving](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.saving/sqlscriptcolumntypemap/_impl/_index.md b/spanish/cpp/aspose.cells.saving/sqlscriptcolumntypemap/_impl/_index.md new file mode 100644 index 00000000000..f943154c0c6 --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/sqlscriptcolumntypemap/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Saving::SqlScriptColumnTypeMap::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::SqlScriptColumnTypeMap::_impl field. The implementation object in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.saving/sqlscriptcolumntypemap/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +SqlScriptColumnTypeMap_Impl* Aspose::Cells::Saving::SqlScriptColumnTypeMap::_impl +``` + +## See Also + +* Class [SqlScriptColumnTypeMap](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/sqlscriptcolumntypemap/_index.md b/spanish/cpp/aspose.cells.saving/sqlscriptcolumntypemap/_index.md new file mode 100644 index 00000000000..ae198e19ae9 --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/sqlscriptcolumntypemap/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Saving::SqlScriptColumnTypeMap class +linktitle: SqlScriptColumnTypeMap +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::SqlScriptColumnTypeMap class. Represents column type map in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.saving/sqlscriptcolumntypemap/ +--- +## SqlScriptColumnTypeMap class + + +Represents column type map. + +```cpp +class SqlScriptColumnTypeMap +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetNumbericType()](./getnumberictype/) | Gets numeric type in the database. | +| [GetStringType()](./getstringtype/) | Gets string type in the database. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const SqlScriptColumnTypeMap\& src)](./operator_asm/) | operator= | +| [SqlScriptColumnTypeMap()](./sqlscriptcolumntypemap/) | Default constructor. | +| [SqlScriptColumnTypeMap(SqlScriptColumnTypeMap_Impl* impl)](./sqlscriptcolumntypemap/) | Constructs from an implementation object. | +| [SqlScriptColumnTypeMap(const SqlScriptColumnTypeMap\& src)](./sqlscriptcolumntypemap/) | Copy constructor. | +| [~SqlScriptColumnTypeMap()](./~sqlscriptcolumntypemap/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Saving](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.saving/sqlscriptcolumntypemap/getnumberictype/_index.md b/spanish/cpp/aspose.cells.saving/sqlscriptcolumntypemap/getnumberictype/_index.md new file mode 100644 index 00000000000..3bf9a20aad8 --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/sqlscriptcolumntypemap/getnumberictype/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Saving::SqlScriptColumnTypeMap::GetNumbericType method +linktitle: GetNumbericType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::SqlScriptColumnTypeMap::GetNumbericType method. Gets numeric type in the database in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.saving/sqlscriptcolumntypemap/getnumberictype/ +--- +## SqlScriptColumnTypeMap::GetNumbericType method + + +Gets numeric type in the database. + +```cpp +U16String Aspose::Cells::Saving::SqlScriptColumnTypeMap::GetNumbericType() +``` + + +## ReturnValue + + + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SqlScriptColumnTypeMap](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/sqlscriptcolumntypemap/getstringtype/_index.md b/spanish/cpp/aspose.cells.saving/sqlscriptcolumntypemap/getstringtype/_index.md new file mode 100644 index 00000000000..efee0e79186 --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/sqlscriptcolumntypemap/getstringtype/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Saving::SqlScriptColumnTypeMap::GetStringType method +linktitle: GetStringType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::SqlScriptColumnTypeMap::GetStringType method. Gets string type in the database in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.saving/sqlscriptcolumntypemap/getstringtype/ +--- +## SqlScriptColumnTypeMap::GetStringType method + + +Gets string type in the database. + +```cpp +U16String Aspose::Cells::Saving::SqlScriptColumnTypeMap::GetStringType() +``` + + +## ReturnValue + + + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SqlScriptColumnTypeMap](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/sqlscriptcolumntypemap/isnull/_index.md b/spanish/cpp/aspose.cells.saving/sqlscriptcolumntypemap/isnull/_index.md new file mode 100644 index 00000000000..c28f72f8f5d --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/sqlscriptcolumntypemap/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Saving::SqlScriptColumnTypeMap::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::SqlScriptColumnTypeMap::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.saving/sqlscriptcolumntypemap/isnull/ +--- +## SqlScriptColumnTypeMap::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Saving::SqlScriptColumnTypeMap::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SqlScriptColumnTypeMap](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/sqlscriptcolumntypemap/operator_asm/_index.md b/spanish/cpp/aspose.cells.saving/sqlscriptcolumntypemap/operator_asm/_index.md new file mode 100644 index 00000000000..904de8486f9 --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/sqlscriptcolumntypemap/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Saving::SqlScriptColumnTypeMap::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::SqlScriptColumnTypeMap::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.saving/sqlscriptcolumntypemap/operator_asm/ +--- +## SqlScriptColumnTypeMap::operator= method + + +operator= + +```cpp +SqlScriptColumnTypeMap & Aspose::Cells::Saving::SqlScriptColumnTypeMap::operator=(const SqlScriptColumnTypeMap &src) +``` + +## See Also + +* Class [SqlScriptColumnTypeMap](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [SqlScriptColumnTypeMap](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/sqlscriptcolumntypemap/operator_bool/_index.md b/spanish/cpp/aspose.cells.saving/sqlscriptcolumntypemap/operator_bool/_index.md new file mode 100644 index 00000000000..1261ffc46cd --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/sqlscriptcolumntypemap/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Saving::SqlScriptColumnTypeMap::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::SqlScriptColumnTypeMap::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.saving/sqlscriptcolumntypemap/operator_bool/ +--- +## SqlScriptColumnTypeMap::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Saving::SqlScriptColumnTypeMap::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [SqlScriptColumnTypeMap](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/sqlscriptcolumntypemap/sqlscriptcolumntypemap/_index.md b/spanish/cpp/aspose.cells.saving/sqlscriptcolumntypemap/sqlscriptcolumntypemap/_index.md new file mode 100644 index 00000000000..458b07540c7 --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/sqlscriptcolumntypemap/sqlscriptcolumntypemap/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::Saving::SqlScriptColumnTypeMap::SqlScriptColumnTypeMap constructor +linktitle: SqlScriptColumnTypeMap +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::SqlScriptColumnTypeMap::SqlScriptColumnTypeMap constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.saving/sqlscriptcolumntypemap/sqlscriptcolumntypemap/ +--- +## SqlScriptColumnTypeMap::SqlScriptColumnTypeMap() constructor + + +Default constructor. + +```cpp +Aspose::Cells::Saving::SqlScriptColumnTypeMap::SqlScriptColumnTypeMap() +``` + +## See Also + +* Class [SqlScriptColumnTypeMap](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) +## SqlScriptColumnTypeMap::SqlScriptColumnTypeMap(SqlScriptColumnTypeMap_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Saving::SqlScriptColumnTypeMap::SqlScriptColumnTypeMap(SqlScriptColumnTypeMap_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SqlScriptColumnTypeMap](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) +## SqlScriptColumnTypeMap::SqlScriptColumnTypeMap(const SqlScriptColumnTypeMap\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Saving::SqlScriptColumnTypeMap::SqlScriptColumnTypeMap(const SqlScriptColumnTypeMap &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SqlScriptColumnTypeMap](../) +* Class [SqlScriptColumnTypeMap](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/sqlscriptcolumntypemap/~sqlscriptcolumntypemap/_index.md b/spanish/cpp/aspose.cells.saving/sqlscriptcolumntypemap/~sqlscriptcolumntypemap/_index.md new file mode 100644 index 00000000000..afe70cbe07a --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/sqlscriptcolumntypemap/~sqlscriptcolumntypemap/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Saving::SqlScriptColumnTypeMap::~SqlScriptColumnTypeMap method +linktitle: ~SqlScriptColumnTypeMap +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::SqlScriptColumnTypeMap::~SqlScriptColumnTypeMap method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.saving/sqlscriptcolumntypemap/~sqlscriptcolumntypemap/ +--- +## SqlScriptColumnTypeMap::~SqlScriptColumnTypeMap method + + +Destructor. + +```cpp +Aspose::Cells::Saving::SqlScriptColumnTypeMap::~SqlScriptColumnTypeMap() +``` + +## See Also + +* Class [SqlScriptColumnTypeMap](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/sqlscriptoperatortype/_index.md b/spanish/cpp/aspose.cells.saving/sqlscriptoperatortype/_index.md new file mode 100644 index 00000000000..ca28615ee25 --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/sqlscriptoperatortype/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Saving::SqlScriptOperatorType enum +linktitle: SqlScriptOperatorType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::SqlScriptOperatorType enum. Represents the type of operating data in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.saving/sqlscriptoperatortype/ +--- +## SqlScriptOperatorType enum + + +Represents the type of operating data. + +```cpp +enum class SqlScriptOperatorType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Insert | 0 |
Insert data. | +| Update | 1 |
Update data. | +| Delete | 2 |
Delete data. | + +## See Also + +* Namespace [Aspose::Cells::Saving](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/_impl/_index.md b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/_impl/_index.md new file mode 100644 index 00000000000..25c735b5956 --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Saving::SqlScriptSaveOptions::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::SqlScriptSaveOptions::_impl field. The implementation object in C++.' +type: docs +weight: 3600 +url: /es/cpp/aspose.cells.saving/sqlscriptsaveoptions/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +SqlScriptSaveOptions_Impl* Aspose::Cells::Saving::SqlScriptSaveOptions::_impl +``` + +## See Also + +* Class [SqlScriptSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/_index.md b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/_index.md new file mode 100644 index 00000000000..54734f2a245 --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/_index.md @@ -0,0 +1,102 @@ +--- +title: Aspose::Cells::Saving::SqlScriptSaveOptions class +linktitle: SqlScriptSaveOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::SqlScriptSaveOptions class. Represents the options of saving sql in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.saving/sqlscriptsaveoptions/ +--- +## SqlScriptSaveOptions class + + +Represents the options of saving sql. + +```cpp +class SqlScriptSaveOptions : public Aspose::Cells::SaveOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetAddBlankLineBetweenRows()](./getaddblanklinebetweenrows/) | Insert blank line between each data. | +| [GetCachedFileFolder()](../../aspose.cells/saveoptions/getcachedfilefolder/) | The folder for temporary files that may be used as data cache. | +| [GetCheckAllDataForColumnType()](./getcheckalldataforcolumntype/) | Check all data to find columns' data type. | +| [GetCheckExcelRestriction()](../../aspose.cells/saveoptions/getcheckexcelrestriction/) | Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K, it will be truncated. | +| [GetCheckIfTableExists()](./getcheckiftableexists/) | Check if the table name exists before creating. | +| [GetClearData()](../../aspose.cells/saveoptions/getcleardata/) | Make the workbook empty after saving the file. | +| [GetColumnTypeMap()](./getcolumntypemap/) | Gets and sets the map of column type for different database. | +| [GetCreateDirectory()](../../aspose.cells/saveoptions/getcreatedirectory/) | If true and the directory does not exist, the directory will be automatically created before saving the file. | +| [GetCreateTable()](./getcreatetable/) | Indicates whether exporting sql of creating table. | +| [GetEncryptDocumentProperties()](../../aspose.cells/saveoptions/getencryptdocumentproperties/) | Indicates whether encrypt document properties when saving as .xls file. The default value is true. | +| [GetExportArea()](./getexportarea/) | Gets or sets the exporting range. | +| [GetExportAsString()](./getexportasstring/) | Indicates whether exporting all data as string value. | +| [GetHasHeaderRow()](./gethasheaderrow/) | Indicates whether the range contains header row. | +| [GetIdName()](./getidname/) | Gets and sets the name of id column. | +| [GetMergeAreas()](../../aspose.cells/saveoptions/getmergeareas/) | Indicates whether merge the areas of conditional formatting and validation before saving the file. | +| [GetOperatorType()](./getoperatortype/) | Gets and sets the operator type of sql. | +| [GetPrimaryKey()](./getprimarykey/) | Represents which column is primary key of the data table. | +| [GetRefreshChartCache()](../../aspose.cells/saveoptions/getrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | +| [GetSaveFormat()](../../aspose.cells/saveoptions/getsaveformat/) | Gets the save file format. | +| [GetSeparator()](./getseparator/) | Gets and sets character separator of sql script. | +| [GetSheetIndexes()](./getsheetindexes/) | Represents the indexes of exported sheets. | +| [GetSortExternalNames()](../../aspose.cells/saveoptions/getsortexternalnames/) | Indicates whether sorting external defined names before saving file. | +| [GetSortNames()](../../aspose.cells/saveoptions/getsortnames/) | Indicates whether sorting defined names before saving file. | +| [GetStartId()](./getstartid/) | Gets and sets the start id. | +| [GetTableName()](./gettablename/) | Gets and sets the table name. | +| [GetUpdateSmartArt()](../../aspose.cells/saveoptions/getupdatesmartart/) | Indicates whether updating smart art setting. The default value is false. | +| [GetValidateMergedAreas()](../../aspose.cells/saveoptions/getvalidatemergedareas/) | Indicates whether validate merged cells before saving the file. | +| [GetWarningCallback()](../../aspose.cells/saveoptions/getwarningcallback/) | Gets or sets warning callback. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const SqlScriptSaveOptions\& src)](./operator_asm/) | operator= | +| [operator=(const SaveOptions\& src)](../../aspose.cells/saveoptions/operator_asm/) | operator= | +| [SaveOptions(SaveOptions_Impl* impl)](../../aspose.cells/saveoptions/saveoptions/) | Constructs from an implementation object. | +| [SaveOptions(const SaveOptions\& src)](../../aspose.cells/saveoptions/saveoptions/) | Copy constructor. | +| [SetAddBlankLineBetweenRows(bool value)](./setaddblanklinebetweenrows/) | Insert blank line between each data. | +| [SetCachedFileFolder(const U16String\& value)](../../aspose.cells/saveoptions/setcachedfilefolder/) | The folder for temporary files that may be used as data cache. | +| [SetCachedFileFolder(const char16_t* value)](../../aspose.cells/saveoptions/setcachedfilefolder/) | The folder for temporary files that may be used as data cache. | +| [SetCheckAllDataForColumnType(bool value)](./setcheckalldataforcolumntype/) | Check all data to find columns' data type. | +| [SetCheckExcelRestriction(bool value)](../../aspose.cells/saveoptions/setcheckexcelrestriction/) | Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K, it will be truncated. | +| [SetCheckIfTableExists(bool value)](./setcheckiftableexists/) | Check if the table name exists before creating. | +| [SetClearData(bool value)](../../aspose.cells/saveoptions/setcleardata/) | Make the workbook empty after saving the file. | +| [SetColumnTypeMap(const SqlScriptColumnTypeMap\& value)](./setcolumntypemap/) | Gets and sets the map of column type for different database. | +| [SetCreateDirectory(bool value)](../../aspose.cells/saveoptions/setcreatedirectory/) | If true and the directory does not exist, the directory will be automatically created before saving the file. | +| [SetCreateTable(bool value)](./setcreatetable/) | Indicates whether exporting sql of creating table. | +| [SetEncryptDocumentProperties(bool value)](../../aspose.cells/saveoptions/setencryptdocumentproperties/) | Indicates whether encrypt document properties when saving as .xls file. The default value is true. | +| [SetExportArea(const CellArea\& value)](./setexportarea/) | Gets or sets the exporting range. | +| [SetExportAsString(bool value)](./setexportasstring/) | Indicates whether exporting all data as string value. | +| [SetHasHeaderRow(bool value)](./sethasheaderrow/) | Indicates whether the range contains header row. | +| [SetIdName(const U16String\& value)](./setidname/) | Gets and sets the name of id column. | +| [SetIdName(const char16_t* value)](./setidname/) | Gets and sets the name of id column. | +| [SetMergeAreas(bool value)](../../aspose.cells/saveoptions/setmergeareas/) | Indicates whether merge the areas of conditional formatting and validation before saving the file. | +| [SetOperatorType(SqlScriptOperatorType value)](./setoperatortype/) | Gets and sets the operator type of sql. | +| [SetPrimaryKey(int32_t value)](./setprimarykey/) | Represents which column is primary key of the data table. | +| [SetRefreshChartCache(bool value)](../../aspose.cells/saveoptions/setrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | +| [SetSeparator(char16_t value)](./setseparator/) | Gets and sets character separator of sql script. | +| [SetSheetIndexes(const Vector \\& value)](./setsheetindexes/) | Represents the indexes of exported sheets. | +| [SetSortExternalNames(bool value)](../../aspose.cells/saveoptions/setsortexternalnames/) | Indicates whether sorting external defined names before saving file. | +| [SetSortNames(bool value)](../../aspose.cells/saveoptions/setsortnames/) | Indicates whether sorting defined names before saving file. | +| [SetStartId(int32_t value)](./setstartid/) | Gets and sets the start id. | +| [SetTableName(const U16String\& value)](./settablename/) | Gets and sets the table name. | +| [SetTableName(const char16_t* value)](./settablename/) | Gets and sets the table name. | +| [SetUpdateSmartArt(bool value)](../../aspose.cells/saveoptions/setupdatesmartart/) | Indicates whether updating smart art setting. The default value is false. | +| [SetValidateMergedAreas(bool value)](../../aspose.cells/saveoptions/setvalidatemergedareas/) | Indicates whether validate merged cells before saving the file. | +| [SetWarningCallback(IWarningCallback* value)](../../aspose.cells/saveoptions/setwarningcallback/) | Gets or sets warning callback. | +| [SqlScriptSaveOptions()](./sqlscriptsaveoptions/) | Creates options for saving sql file. | +| [SqlScriptSaveOptions(SqlScriptSaveOptions_Impl* impl)](./sqlscriptsaveoptions/) | Constructs from an implementation object. | +| [SqlScriptSaveOptions(const SqlScriptSaveOptions\& src)](./sqlscriptsaveoptions/) | Copy constructor. | +| [SqlScriptSaveOptions(const SaveOptions\& src)](./sqlscriptsaveoptions/) | Constructs from a parent object. | +| [~SaveOptions()](../../aspose.cells/saveoptions/~saveoptions/) | Destructor. | +| [~SqlScriptSaveOptions()](./~sqlscriptsaveoptions/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [SaveOptions](../../aspose.cells/saveoptions/) +* Namespace [Aspose::Cells::Saving](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/getaddblanklinebetweenrows/_index.md b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/getaddblanklinebetweenrows/_index.md new file mode 100644 index 00000000000..514ab7f1bc6 --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/getaddblanklinebetweenrows/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Saving::SqlScriptSaveOptions::GetAddBlankLineBetweenRows method +linktitle: GetAddBlankLineBetweenRows +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::SqlScriptSaveOptions::GetAddBlankLineBetweenRows method. Insert blank line between each data in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.saving/sqlscriptsaveoptions/getaddblanklinebetweenrows/ +--- +## SqlScriptSaveOptions::GetAddBlankLineBetweenRows method + + +Insert blank line between each data. + +```cpp +bool Aspose::Cells::Saving::SqlScriptSaveOptions::GetAddBlankLineBetweenRows() +``` + +## Remarks + + +If Separator is ' + +' , it's better to set this property as true to increase readability. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SqlScriptSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/getcheckalldataforcolumntype/_index.md b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/getcheckalldataforcolumntype/_index.md new file mode 100644 index 00000000000..1a34e0cf2df --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/getcheckalldataforcolumntype/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Saving::SqlScriptSaveOptions::GetCheckAllDataForColumnType method +linktitle: GetCheckAllDataForColumnType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::SqlScriptSaveOptions::GetCheckAllDataForColumnType method. Check all data to find columns'' data type in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.saving/sqlscriptsaveoptions/getcheckalldataforcolumntype/ +--- +## SqlScriptSaveOptions::GetCheckAllDataForColumnType method + + +Check all data to find columns' data type. + +```cpp +bool Aspose::Cells::Saving::SqlScriptSaveOptions::GetCheckAllDataForColumnType() +``` + +## Remarks + + +The default value is false, we only check the first row for performance. If this property is true and the columns contains mixed value type, the columns' type will be text. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SqlScriptSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/getcheckiftableexists/_index.md b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/getcheckiftableexists/_index.md new file mode 100644 index 00000000000..c2643c2447f --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/getcheckiftableexists/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Saving::SqlScriptSaveOptions::GetCheckIfTableExists method +linktitle: GetCheckIfTableExists +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::SqlScriptSaveOptions::GetCheckIfTableExists method. Check if the table name exists before creating in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.saving/sqlscriptsaveoptions/getcheckiftableexists/ +--- +## SqlScriptSaveOptions::GetCheckIfTableExists method + + +Check if the table name exists before creating. + +```cpp +bool Aspose::Cells::Saving::SqlScriptSaveOptions::GetCheckIfTableExists() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SqlScriptSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/getcolumntypemap/_index.md b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/getcolumntypemap/_index.md new file mode 100644 index 00000000000..f2d1b54f12c --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/getcolumntypemap/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Saving::SqlScriptSaveOptions::GetColumnTypeMap method +linktitle: GetColumnTypeMap +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::SqlScriptSaveOptions::GetColumnTypeMap method. Gets and sets the map of column type for different database in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.saving/sqlscriptsaveoptions/getcolumntypemap/ +--- +## SqlScriptSaveOptions::GetColumnTypeMap method + + +Gets and sets the map of column type for different database. + +```cpp +SqlScriptColumnTypeMap Aspose::Cells::Saving::SqlScriptSaveOptions::GetColumnTypeMap() +``` + +## See Also + +* Class [SqlScriptColumnTypeMap](../../sqlscriptcolumntypemap/) +* Class [SqlScriptSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/getcreatetable/_index.md b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/getcreatetable/_index.md new file mode 100644 index 00000000000..fb5f998b0b0 --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/getcreatetable/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Saving::SqlScriptSaveOptions::GetCreateTable method +linktitle: GetCreateTable +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::SqlScriptSaveOptions::GetCreateTable method. Indicates whether exporting sql of creating table in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.saving/sqlscriptsaveoptions/getcreatetable/ +--- +## SqlScriptSaveOptions::GetCreateTable method + + +Indicates whether exporting sql of creating table. + +```cpp +bool Aspose::Cells::Saving::SqlScriptSaveOptions::GetCreateTable() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SqlScriptSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/getexportarea/_index.md b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/getexportarea/_index.md new file mode 100644 index 00000000000..18481423bfe --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/getexportarea/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Saving::SqlScriptSaveOptions::GetExportArea method +linktitle: GetExportArea +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::SqlScriptSaveOptions::GetExportArea method. Gets or sets the exporting range in C++.' +type: docs +weight: 3200 +url: /es/cpp/aspose.cells.saving/sqlscriptsaveoptions/getexportarea/ +--- +## SqlScriptSaveOptions::GetExportArea method + + +Gets or sets the exporting range. + +```cpp +CellArea Aspose::Cells::Saving::SqlScriptSaveOptions::GetExportArea() +``` + +## See Also + +* Class [CellArea](../../../aspose.cells/cellarea/) +* Class [SqlScriptSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/getexportasstring/_index.md b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/getexportasstring/_index.md new file mode 100644 index 00000000000..fc26357a79c --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/getexportasstring/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Saving::SqlScriptSaveOptions::GetExportAsString method +linktitle: GetExportAsString +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::SqlScriptSaveOptions::GetExportAsString method. Indicates whether exporting all data as string value in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells.saving/sqlscriptsaveoptions/getexportasstring/ +--- +## SqlScriptSaveOptions::GetExportAsString method + + +Indicates whether exporting all data as string value. + +```cpp +bool Aspose::Cells::Saving::SqlScriptSaveOptions::GetExportAsString() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SqlScriptSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/gethasheaderrow/_index.md b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/gethasheaderrow/_index.md new file mode 100644 index 00000000000..b5790050414 --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/gethasheaderrow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Saving::SqlScriptSaveOptions::GetHasHeaderRow method +linktitle: GetHasHeaderRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::SqlScriptSaveOptions::GetHasHeaderRow method. Indicates whether the range contains header row in C++.' +type: docs +weight: 3400 +url: /es/cpp/aspose.cells.saving/sqlscriptsaveoptions/gethasheaderrow/ +--- +## SqlScriptSaveOptions::GetHasHeaderRow method + + +Indicates whether the range contains header row. + +```cpp +bool Aspose::Cells::Saving::SqlScriptSaveOptions::GetHasHeaderRow() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SqlScriptSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/getidname/_index.md b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/getidname/_index.md new file mode 100644 index 00000000000..74e21e44e80 --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/getidname/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Saving::SqlScriptSaveOptions::GetIdName method +linktitle: GetIdName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::SqlScriptSaveOptions::GetIdName method. Gets and sets the name of id column in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.saving/sqlscriptsaveoptions/getidname/ +--- +## SqlScriptSaveOptions::GetIdName method + + +Gets and sets the name of id column. + +```cpp +U16String Aspose::Cells::Saving::SqlScriptSaveOptions::GetIdName() +``` + +## Remarks + + +If this property is set , a column will be inserted with automatical increment int value. +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SqlScriptSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/getoperatortype/_index.md b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/getoperatortype/_index.md new file mode 100644 index 00000000000..2bdb0ccdcd4 --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/getoperatortype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Saving::SqlScriptSaveOptions::GetOperatorType method +linktitle: GetOperatorType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::SqlScriptSaveOptions::GetOperatorType method. Gets and sets the operator type of sql in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.saving/sqlscriptsaveoptions/getoperatortype/ +--- +## SqlScriptSaveOptions::GetOperatorType method + + +Gets and sets the operator type of sql. + +```cpp +SqlScriptOperatorType Aspose::Cells::Saving::SqlScriptSaveOptions::GetOperatorType() +``` + +## See Also + +* Enum [SqlScriptOperatorType](../../sqlscriptoperatortype/) +* Class [SqlScriptSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/getprimarykey/_index.md b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/getprimarykey/_index.md new file mode 100644 index 00000000000..9512322806f --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/getprimarykey/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Saving::SqlScriptSaveOptions::GetPrimaryKey method +linktitle: GetPrimaryKey +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::SqlScriptSaveOptions::GetPrimaryKey method. Represents which column is primary key of the data table in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.saving/sqlscriptsaveoptions/getprimarykey/ +--- +## SqlScriptSaveOptions::GetPrimaryKey method + + +Represents which column is primary key of the data table. + +```cpp +int32_t Aspose::Cells::Saving::SqlScriptSaveOptions::GetPrimaryKey() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SqlScriptSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/getseparator/_index.md b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/getseparator/_index.md new file mode 100644 index 00000000000..5a684cec43c --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/getseparator/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Saving::SqlScriptSaveOptions::GetSeparator method +linktitle: GetSeparator +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::SqlScriptSaveOptions::GetSeparator method. Gets and sets character separator of sql script in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.saving/sqlscriptsaveoptions/getseparator/ +--- +## SqlScriptSaveOptions::GetSeparator method + + +Gets and sets character separator of sql script. + +```cpp +char16_t Aspose::Cells::Saving::SqlScriptSaveOptions::GetSeparator() +``` + +## Remarks + + +Only can be ' ' or ' + +'. If the +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SqlScriptSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/getsheetindexes/_index.md b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/getsheetindexes/_index.md new file mode 100644 index 00000000000..6e65a42cdc0 --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/getsheetindexes/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Saving::SqlScriptSaveOptions::GetSheetIndexes method +linktitle: GetSheetIndexes +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::SqlScriptSaveOptions::GetSheetIndexes method. Represents the indexes of exported sheets in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells.saving/sqlscriptsaveoptions/getsheetindexes/ +--- +## SqlScriptSaveOptions::GetSheetIndexes method + + +Represents the indexes of exported sheets. + +```cpp +Vector Aspose::Cells::Saving::SqlScriptSaveOptions::GetSheetIndexes() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SqlScriptSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/getstartid/_index.md b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/getstartid/_index.md new file mode 100644 index 00000000000..43b594b8809 --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/getstartid/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Saving::SqlScriptSaveOptions::GetStartId method +linktitle: GetStartId +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::SqlScriptSaveOptions::GetStartId method. Gets and sets the start id in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.saving/sqlscriptsaveoptions/getstartid/ +--- +## SqlScriptSaveOptions::GetStartId method + + +Gets and sets the start id. + +```cpp +int32_t Aspose::Cells::Saving::SqlScriptSaveOptions::GetStartId() +``` + +## Remarks + + +Only works when IdName is set. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SqlScriptSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/gettablename/_index.md b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/gettablename/_index.md new file mode 100644 index 00000000000..eb2673ffbd5 --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/gettablename/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Saving::SqlScriptSaveOptions::GetTableName method +linktitle: GetTableName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::SqlScriptSaveOptions::GetTableName method. Gets and sets the table name in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.saving/sqlscriptsaveoptions/gettablename/ +--- +## SqlScriptSaveOptions::GetTableName method + + +Gets and sets the table name. + +```cpp +U16String Aspose::Cells::Saving::SqlScriptSaveOptions::GetTableName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SqlScriptSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/isnull/_index.md b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/isnull/_index.md new file mode 100644 index 00000000000..277b65a9139 --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Saving::SqlScriptSaveOptions::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::SqlScriptSaveOptions::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.saving/sqlscriptsaveoptions/isnull/ +--- +## SqlScriptSaveOptions::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Saving::SqlScriptSaveOptions::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SqlScriptSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/operator_asm/_index.md b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/operator_asm/_index.md new file mode 100644 index 00000000000..d82e48681ef --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Saving::SqlScriptSaveOptions::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::SqlScriptSaveOptions::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.saving/sqlscriptsaveoptions/operator_asm/ +--- +## SqlScriptSaveOptions::operator= method + + +operator= + +```cpp +SqlScriptSaveOptions & Aspose::Cells::Saving::SqlScriptSaveOptions::operator=(const SqlScriptSaveOptions &src) +``` + +## See Also + +* Class [SqlScriptSaveOptions](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [SqlScriptSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/operator_bool/_index.md b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/operator_bool/_index.md new file mode 100644 index 00000000000..4ae2b6a4d94 --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Saving::SqlScriptSaveOptions::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::SqlScriptSaveOptions::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.saving/sqlscriptsaveoptions/operator_bool/ +--- +## SqlScriptSaveOptions::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Saving::SqlScriptSaveOptions::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [SqlScriptSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/setaddblanklinebetweenrows/_index.md b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/setaddblanklinebetweenrows/_index.md new file mode 100644 index 00000000000..2f6e77b84d3 --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/setaddblanklinebetweenrows/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Saving::SqlScriptSaveOptions::SetAddBlankLineBetweenRows method +linktitle: SetAddBlankLineBetweenRows +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::SqlScriptSaveOptions::SetAddBlankLineBetweenRows method. Insert blank line between each data in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.saving/sqlscriptsaveoptions/setaddblanklinebetweenrows/ +--- +## SqlScriptSaveOptions::SetAddBlankLineBetweenRows method + + +Insert blank line between each data. + +```cpp +void Aspose::Cells::Saving::SqlScriptSaveOptions::SetAddBlankLineBetweenRows(bool value) +``` + +## Remarks + + +If Separator is ' + +' , it's better to set this property as true to increase readability. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SqlScriptSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/setcheckalldataforcolumntype/_index.md b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/setcheckalldataforcolumntype/_index.md new file mode 100644 index 00000000000..85235aca81a --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/setcheckalldataforcolumntype/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Saving::SqlScriptSaveOptions::SetCheckAllDataForColumnType method +linktitle: SetCheckAllDataForColumnType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::SqlScriptSaveOptions::SetCheckAllDataForColumnType method. Check all data to find columns'' data type in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.saving/sqlscriptsaveoptions/setcheckalldataforcolumntype/ +--- +## SqlScriptSaveOptions::SetCheckAllDataForColumnType method + + +Check all data to find columns' data type. + +```cpp +void Aspose::Cells::Saving::SqlScriptSaveOptions::SetCheckAllDataForColumnType(bool value) +``` + +## Remarks + + +The default value is false, we only check the first row for performance. If this property is true and the columns contains mixed value type, the columns' type will be text. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SqlScriptSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/setcheckiftableexists/_index.md b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/setcheckiftableexists/_index.md new file mode 100644 index 00000000000..16b9ee3b5ce --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/setcheckiftableexists/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Saving::SqlScriptSaveOptions::SetCheckIfTableExists method +linktitle: SetCheckIfTableExists +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::SqlScriptSaveOptions::SetCheckIfTableExists method. Check if the table name exists before creating in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.saving/sqlscriptsaveoptions/setcheckiftableexists/ +--- +## SqlScriptSaveOptions::SetCheckIfTableExists method + + +Check if the table name exists before creating. + +```cpp +void Aspose::Cells::Saving::SqlScriptSaveOptions::SetCheckIfTableExists(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SqlScriptSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/setcolumntypemap/_index.md b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/setcolumntypemap/_index.md new file mode 100644 index 00000000000..5b373eba7c5 --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/setcolumntypemap/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Saving::SqlScriptSaveOptions::SetColumnTypeMap method +linktitle: SetColumnTypeMap +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::SqlScriptSaveOptions::SetColumnTypeMap method. Gets and sets the map of column type for different database in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.saving/sqlscriptsaveoptions/setcolumntypemap/ +--- +## SqlScriptSaveOptions::SetColumnTypeMap method + + +Gets and sets the map of column type for different database. + +```cpp +void Aspose::Cells::Saving::SqlScriptSaveOptions::SetColumnTypeMap(const SqlScriptColumnTypeMap &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SqlScriptColumnTypeMap](../../sqlscriptcolumntypemap/) +* Class [SqlScriptSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/setcreatetable/_index.md b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/setcreatetable/_index.md new file mode 100644 index 00000000000..a2eba2cdaf8 --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/setcreatetable/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Saving::SqlScriptSaveOptions::SetCreateTable method +linktitle: SetCreateTable +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::SqlScriptSaveOptions::SetCreateTable method. Indicates whether exporting sql of creating table in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.saving/sqlscriptsaveoptions/setcreatetable/ +--- +## SqlScriptSaveOptions::SetCreateTable method + + +Indicates whether exporting sql of creating table. + +```cpp +void Aspose::Cells::Saving::SqlScriptSaveOptions::SetCreateTable(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SqlScriptSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/setexportarea/_index.md b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/setexportarea/_index.md new file mode 100644 index 00000000000..dd52255dc62 --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/setexportarea/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Saving::SqlScriptSaveOptions::SetExportArea method +linktitle: SetExportArea +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::SqlScriptSaveOptions::SetExportArea method. Gets or sets the exporting range in C++.' +type: docs +weight: 3300 +url: /es/cpp/aspose.cells.saving/sqlscriptsaveoptions/setexportarea/ +--- +## SqlScriptSaveOptions::SetExportArea method + + +Gets or sets the exporting range. + +```cpp +void Aspose::Cells::Saving::SqlScriptSaveOptions::SetExportArea(const CellArea &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [CellArea](../../../aspose.cells/cellarea/) +* Class [SqlScriptSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/setexportasstring/_index.md b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/setexportasstring/_index.md new file mode 100644 index 00000000000..554a054f686 --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/setexportasstring/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Saving::SqlScriptSaveOptions::SetExportAsString method +linktitle: SetExportAsString +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::SqlScriptSaveOptions::SetExportAsString method. Indicates whether exporting all data as string value in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells.saving/sqlscriptsaveoptions/setexportasstring/ +--- +## SqlScriptSaveOptions::SetExportAsString method + + +Indicates whether exporting all data as string value. + +```cpp +void Aspose::Cells::Saving::SqlScriptSaveOptions::SetExportAsString(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SqlScriptSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/sethasheaderrow/_index.md b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/sethasheaderrow/_index.md new file mode 100644 index 00000000000..fa15e663033 --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/sethasheaderrow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Saving::SqlScriptSaveOptions::SetHasHeaderRow method +linktitle: SetHasHeaderRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::SqlScriptSaveOptions::SetHasHeaderRow method. Indicates whether the range contains header row in C++.' +type: docs +weight: 3500 +url: /es/cpp/aspose.cells.saving/sqlscriptsaveoptions/sethasheaderrow/ +--- +## SqlScriptSaveOptions::SetHasHeaderRow method + + +Indicates whether the range contains header row. + +```cpp +void Aspose::Cells::Saving::SqlScriptSaveOptions::SetHasHeaderRow(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SqlScriptSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/setidname/_index.md b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/setidname/_index.md new file mode 100644 index 00000000000..74611e62c3e --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/setidname/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::Saving::SqlScriptSaveOptions::SetIdName method +linktitle: SetIdName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::SqlScriptSaveOptions::SetIdName method. Gets and sets the name of id column in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.saving/sqlscriptsaveoptions/setidname/ +--- +## SqlScriptSaveOptions::SetIdName(const U16String\&) method + + +Gets and sets the name of id column. + +```cpp +void Aspose::Cells::Saving::SqlScriptSaveOptions::SetIdName(const U16String &value) +``` + +## Remarks + + +If this property is set , a column will be inserted with automatical increment int value. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SqlScriptSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) +## SqlScriptSaveOptions::SetIdName(const char16_t*) method + + +Gets and sets the name of id column. + +```cpp +void Aspose::Cells::Saving::SqlScriptSaveOptions::SetIdName(const char16_t *value) +``` + +## Remarks + + +If this property is set , a column will be inserted with automatical increment int value. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SqlScriptSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/setoperatortype/_index.md b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/setoperatortype/_index.md new file mode 100644 index 00000000000..fd48b4e7336 --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/setoperatortype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Saving::SqlScriptSaveOptions::SetOperatorType method +linktitle: SetOperatorType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::SqlScriptSaveOptions::SetOperatorType method. Gets and sets the operator type of sql in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.saving/sqlscriptsaveoptions/setoperatortype/ +--- +## SqlScriptSaveOptions::SetOperatorType method + + +Gets and sets the operator type of sql. + +```cpp +void Aspose::Cells::Saving::SqlScriptSaveOptions::SetOperatorType(SqlScriptOperatorType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [SqlScriptOperatorType](../../sqlscriptoperatortype/) +* Class [SqlScriptSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/setprimarykey/_index.md b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/setprimarykey/_index.md new file mode 100644 index 00000000000..8360afd8c2d --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/setprimarykey/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Saving::SqlScriptSaveOptions::SetPrimaryKey method +linktitle: SetPrimaryKey +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::SqlScriptSaveOptions::SetPrimaryKey method. Represents which column is primary key of the data table in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.saving/sqlscriptsaveoptions/setprimarykey/ +--- +## SqlScriptSaveOptions::SetPrimaryKey method + + +Represents which column is primary key of the data table. + +```cpp +void Aspose::Cells::Saving::SqlScriptSaveOptions::SetPrimaryKey(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SqlScriptSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/setseparator/_index.md b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/setseparator/_index.md new file mode 100644 index 00000000000..d99e5a80b1c --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/setseparator/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Saving::SqlScriptSaveOptions::SetSeparator method +linktitle: SetSeparator +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::SqlScriptSaveOptions::SetSeparator method. Gets and sets character separator of sql script in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.saving/sqlscriptsaveoptions/setseparator/ +--- +## SqlScriptSaveOptions::SetSeparator method + + +Gets and sets character separator of sql script. + +```cpp +void Aspose::Cells::Saving::SqlScriptSaveOptions::SetSeparator(char16_t value) +``` + +## Remarks + + +Only can be ' ' or ' + +'. If the +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SqlScriptSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/setsheetindexes/_index.md b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/setsheetindexes/_index.md new file mode 100644 index 00000000000..821b330f3a4 --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/setsheetindexes/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Saving::SqlScriptSaveOptions::SetSheetIndexes method +linktitle: SetSheetIndexes +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::SqlScriptSaveOptions::SetSheetIndexes method. Represents the indexes of exported sheets in C++.' +type: docs +weight: 3100 +url: /es/cpp/aspose.cells.saving/sqlscriptsaveoptions/setsheetindexes/ +--- +## SqlScriptSaveOptions::SetSheetIndexes method + + +Represents the indexes of exported sheets. + +```cpp +void Aspose::Cells::Saving::SqlScriptSaveOptions::SetSheetIndexes(const Vector &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SqlScriptSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/setstartid/_index.md b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/setstartid/_index.md new file mode 100644 index 00000000000..0a863c0685d --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/setstartid/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Saving::SqlScriptSaveOptions::SetStartId method +linktitle: SetStartId +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::SqlScriptSaveOptions::SetStartId method. Gets and sets the start id in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.saving/sqlscriptsaveoptions/setstartid/ +--- +## SqlScriptSaveOptions::SetStartId method + + +Gets and sets the start id. + +```cpp +void Aspose::Cells::Saving::SqlScriptSaveOptions::SetStartId(int32_t value) +``` + +## Remarks + + +Only works when IdName is set. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SqlScriptSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/settablename/_index.md b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/settablename/_index.md new file mode 100644 index 00000000000..a2affdf42f7 --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/settablename/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Saving::SqlScriptSaveOptions::SetTableName method +linktitle: SetTableName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::SqlScriptSaveOptions::SetTableName method. Gets and sets the table name in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.saving/sqlscriptsaveoptions/settablename/ +--- +## SqlScriptSaveOptions::SetTableName(const U16String\&) method + + +Gets and sets the table name. + +```cpp +void Aspose::Cells::Saving::SqlScriptSaveOptions::SetTableName(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SqlScriptSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) +## SqlScriptSaveOptions::SetTableName(const char16_t*) method + + +Gets and sets the table name. + +```cpp +void Aspose::Cells::Saving::SqlScriptSaveOptions::SetTableName(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SqlScriptSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/sqlscriptsaveoptions/_index.md b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/sqlscriptsaveoptions/_index.md new file mode 100644 index 00000000000..2e94215e85a --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/sqlscriptsaveoptions/_index.md @@ -0,0 +1,70 @@ +--- +title: Aspose::Cells::Saving::SqlScriptSaveOptions::SqlScriptSaveOptions constructor +linktitle: SqlScriptSaveOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::SqlScriptSaveOptions::SqlScriptSaveOptions constructor. Creates options for saving sql file in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.saving/sqlscriptsaveoptions/sqlscriptsaveoptions/ +--- +## SqlScriptSaveOptions::SqlScriptSaveOptions() constructor + + +Creates options for saving sql file. + +```cpp +Aspose::Cells::Saving::SqlScriptSaveOptions::SqlScriptSaveOptions() +``` + +## See Also + +* Class [SqlScriptSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) +## SqlScriptSaveOptions::SqlScriptSaveOptions(SqlScriptSaveOptions_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Saving::SqlScriptSaveOptions::SqlScriptSaveOptions(SqlScriptSaveOptions_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SqlScriptSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) +## SqlScriptSaveOptions::SqlScriptSaveOptions(const SqlScriptSaveOptions\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Saving::SqlScriptSaveOptions::SqlScriptSaveOptions(const SqlScriptSaveOptions &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SqlScriptSaveOptions](../) +* Class [SqlScriptSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) +## SqlScriptSaveOptions::SqlScriptSaveOptions(const SaveOptions\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::Saving::SqlScriptSaveOptions::SqlScriptSaveOptions(const SaveOptions &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SaveOptions](../../../aspose.cells/saveoptions/) +* Class [SqlScriptSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/~sqlscriptsaveoptions/_index.md b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/~sqlscriptsaveoptions/_index.md new file mode 100644 index 00000000000..910a29ead1d --- /dev/null +++ b/spanish/cpp/aspose.cells.saving/sqlscriptsaveoptions/~sqlscriptsaveoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Saving::SqlScriptSaveOptions::~SqlScriptSaveOptions method +linktitle: ~SqlScriptSaveOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::SqlScriptSaveOptions::~SqlScriptSaveOptions method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.saving/sqlscriptsaveoptions/~sqlscriptsaveoptions/ +--- +## SqlScriptSaveOptions::~SqlScriptSaveOptions method + + +Destructor. + +```cpp +Aspose::Cells::Saving::SqlScriptSaveOptions::~SqlScriptSaveOptions() +``` + +## See Also + +* Class [SqlScriptSaveOptions](../) +* Namespace [Aspose::Cells::Saving](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.settings/_index.md b/spanish/cpp/aspose.cells.settings/_index.md new file mode 100644 index 00000000000..a0b756fd64c --- /dev/null +++ b/spanish/cpp/aspose.cells.settings/_index.md @@ -0,0 +1,17 @@ +--- +title: Aspose::Cells::Settings namespace +linktitle: Aspose::Cells::Settings +second_title: Referencia de API de Aspose.Cells para C++ +description: 'Cómo usar el espacio de nombres Aspose::Cells::Settings en C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.settings/ +--- + + + +## Clases + +| Clase | Descripción | +| --- | --- | +| [PivotGlobalizationSettings](./pivotglobalizationsettings/) | Representa la configuración de globalización para tablas dinámicas. | diff --git a/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/_impl/_index.md b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/_impl/_index.md new file mode 100644 index 00000000000..cbfe8f4d2bd --- /dev/null +++ b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Settings::PivotGlobalizationSettings::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Settings::PivotGlobalizationSettings::_impl field. The implementation object in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.settings/pivotglobalizationsettings/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +PivotGlobalizationSettings_Bridge* Aspose::Cells::Settings::PivotGlobalizationSettings::_impl +``` + +## See Also + +* Class [PivotGlobalizationSettings](../) +* Namespace [Aspose::Cells::Settings](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/_index.md b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/_index.md new file mode 100644 index 00000000000..6a64566abee --- /dev/null +++ b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/_index.md @@ -0,0 +1,61 @@ +--- +title: Aspose::Cells::Settings::PivotGlobalizationSettings class +linktitle: PivotGlobalizationSettings +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Settings::PivotGlobalizationSettings class. Represents the globalization settings for pivot tables in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.settings/pivotglobalizationsettings/ +--- +## PivotGlobalizationSettings class + + +Represents the globalization settings for pivot tables. + +```cpp +class PivotGlobalizationSettings +``` + +## Methods + +| Method | Description | +| --- | --- | +| virtual [GetNameOfDataField(ConsolidationFunction function, const U16String\& name)](./getnameofdatafield/) | Gets the display name of data pivot field. The default format is "Sum Of Field". | +| virtual [GetNameOfDataField(ConsolidationFunction function, const char16_t* name)](./getnameofdatafield/) | Gets the display name of data pivot field. The default format is "Sum Of Field". | +| virtual [GetShortTextOf12Months()](./getshorttextof12months/) | Gets all short formatted string of 12 months. | +| virtual [GetTextOf4Quaters()](./gettextof4quaters/) | Gets the local text of 4 Quaters. | +| virtual [GetTextOfAll()](./gettextofall/) | Gets the text of "(All)" label in the PivotTable. | +| virtual [GetTextOfAllPeriods()](./gettextofallperiods/) | Gets the local text of "All Periods". | +| virtual [GetTextOfColumnLabels()](./gettextofcolumnlabels/) | Gets the text of "Column Labels" label in the PivotTable. | +| virtual [GetTextOfDataFieldHeader()](./gettextofdatafieldheader/) | Gets the the text of the value area field header in the PivotTable. | +| virtual [GetTextOfDays()](./gettextofdays/) | Gets the local text of "Days". | +| virtual [GetTextOfEmptyData()](./gettextofemptydata/) | Gets the text of "(blank)" label in the PivotTable. | +| virtual [GetTextOfGrandTotal()](./gettextofgrandtotal/) | Gets the text of "Grand Total" label in the PivotTable. | +| virtual [GetTextOfHours()](./gettextofhours/) | Gets the local text of "Hours". | +| virtual [GetTextOfMinutes()](./gettextofminutes/) | Gets the local text of "Minutes". | +| virtual [GetTextOfMonths()](./gettextofmonths/) | Gets the local text of "Months". | +| virtual [GetTextOfMultipleItems()](./gettextofmultipleitems/) | Gets the text of "(Multiple Items)" label in the PivotTable. | +| virtual [GetTextOfProtectedName(const U16String\& protectedName)](./gettextofprotectedname/) | Gets the text for specified protected name. | +| virtual [GetTextOfProtectedName(const char16_t* protectedName)](./gettextofprotectedname/) | Gets the text for specified protected name. | +| virtual [GetTextOfQuarters()](./gettextofquarters/) | Get the local text of "Quarters". | +| virtual [GetTextOfRange()](./gettextofrange/) | Gets the local text of "Range". | +| virtual [GetTextOfRowLabels()](./gettextofrowlabels/) | Gets the text of "Row Labels" label in the PivotTable. | +| virtual [GetTextOfSeconds()](./gettextofseconds/) | Gets the local text of "Seconds". | +| virtual [GetTextOfSubTotal(PivotFieldSubtotalType subTotalType)](./gettextofsubtotal/) | Gets the text of [PivotFieldSubtotalType](../../aspose.cells.pivot/pivotfieldsubtotaltype/) type in the PivotTable. | +| virtual [GetTextOfTotal()](./gettextoftotal/) | Gets the text of "Total" label in the PivotTable. You need to override this method when the PivotTable contains two or more PivotFields in the data area. | +| virtual [GetTextOfYears()](./gettextofyears/) | Gets the local text of "Years". | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const PivotGlobalizationSettings\& src)](./operator_asm/) | | +| [PivotGlobalizationSettings()](./pivotglobalizationsettings/) | Default constructor. | +| [PivotGlobalizationSettings(const PivotGlobalizationSettings\& src)](./pivotglobalizationsettings/) | | +| [~PivotGlobalizationSettings()](./~pivotglobalizationsettings/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Settings](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/getnameofdatafield/_index.md b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/getnameofdatafield/_index.md new file mode 100644 index 00000000000..9c83d3172bf --- /dev/null +++ b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/getnameofdatafield/_index.md @@ -0,0 +1,63 @@ +--- +title: Aspose::Cells::Settings::PivotGlobalizationSettings::GetNameOfDataField method +linktitle: GetNameOfDataField +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Settings::PivotGlobalizationSettings::GetNameOfDataField method. Gets the display name of data pivot field. The default format is "Sum Of Field" in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.settings/pivotglobalizationsettings/getnameofdatafield/ +--- +## PivotGlobalizationSettings::GetNameOfDataField(ConsolidationFunction, const U16String\&) method + + +Gets the display name of data pivot field. The default format is "Sum Of Field". + +```cpp +virtual U16String Aspose::Cells::Settings::PivotGlobalizationSettings::GetNameOfDataField(ConsolidationFunction function, const U16String &name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| function | ConsolidationFunction | The function is used to summarize values of pivot field. | +| name | const U16String\& | The original name of the pivot field. | + +## ReturnValue + + + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Enum [ConsolidationFunction](../../../aspose.cells/consolidationfunction/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotGlobalizationSettings](../) +* Namespace [Aspose::Cells::Settings](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotGlobalizationSettings::GetNameOfDataField(ConsolidationFunction, const char16_t*) method + + +Gets the display name of data pivot field. The default format is "Sum Of Field". + +```cpp +virtual U16String Aspose::Cells::Settings::PivotGlobalizationSettings::GetNameOfDataField(ConsolidationFunction function, const char16_t *name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| function | ConsolidationFunction | The function is used to summarize values of pivot field. | +| name | const char16_t* | The original name of the pivot field. | + +## ReturnValue + + + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Enum [ConsolidationFunction](../../../aspose.cells/consolidationfunction/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotGlobalizationSettings](../) +* Namespace [Aspose::Cells::Settings](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/getshorttextof12months/_index.md b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/getshorttextof12months/_index.md new file mode 100644 index 00000000000..b74899c6a63 --- /dev/null +++ b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/getshorttextof12months/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Settings::PivotGlobalizationSettings::GetShortTextOf12Months method +linktitle: GetShortTextOf12Months +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Settings::PivotGlobalizationSettings::GetShortTextOf12Months method. Gets all short formatted string of 12 months in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.settings/pivotglobalizationsettings/getshorttextof12months/ +--- +## PivotGlobalizationSettings::GetShortTextOf12Months method + + +Gets all short formatted string of 12 months. + +```cpp +virtual Vector Aspose::Cells::Settings::PivotGlobalizationSettings::GetShortTextOf12Months() +``` + + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotGlobalizationSettings](../) +* Namespace [Aspose::Cells::Settings](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextof4quaters/_index.md b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextof4quaters/_index.md new file mode 100644 index 00000000000..b628478d562 --- /dev/null +++ b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextof4quaters/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOf4Quaters method +linktitle: GetTextOf4Quaters +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOf4Quaters method. Gets the local text of 4 Quaters in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextof4quaters/ +--- +## PivotGlobalizationSettings::GetTextOf4Quaters method + + +Gets the local text of 4 Quaters. + +```cpp +virtual Vector Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOf4Quaters() +``` + + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotGlobalizationSettings](../) +* Namespace [Aspose::Cells::Settings](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofall/_index.md b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofall/_index.md new file mode 100644 index 00000000000..e8b3c9010ff --- /dev/null +++ b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofall/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfAll method +linktitle: GetTextOfAll +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfAll method. Gets the text of "(All)" label in the PivotTable in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofall/ +--- +## PivotGlobalizationSettings::GetTextOfAll method + + +Gets the text of "(All)" label in the PivotTable. + +```cpp +virtual U16String Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfAll() +``` + + +## ReturnValue + +The text of "(All)" label + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotGlobalizationSettings](../) +* Namespace [Aspose::Cells::Settings](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofallperiods/_index.md b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofallperiods/_index.md new file mode 100644 index 00000000000..3db2caaec99 --- /dev/null +++ b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofallperiods/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfAllPeriods method +linktitle: GetTextOfAllPeriods +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfAllPeriods method. Gets the local text of "All Periods" in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofallperiods/ +--- +## PivotGlobalizationSettings::GetTextOfAllPeriods method + + +Gets the local text of "All Periods". + +```cpp +virtual U16String Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfAllPeriods() +``` + + +## ReturnValue + + + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotGlobalizationSettings](../) +* Namespace [Aspose::Cells::Settings](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofcolumnlabels/_index.md b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofcolumnlabels/_index.md new file mode 100644 index 00000000000..08c8a399d18 --- /dev/null +++ b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofcolumnlabels/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfColumnLabels method +linktitle: GetTextOfColumnLabels +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfColumnLabels method. Gets the text of "Column Labels" label in the PivotTable in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofcolumnlabels/ +--- +## PivotGlobalizationSettings::GetTextOfColumnLabels method + + +Gets the text of "Column Labels" label in the PivotTable. + +```cpp +virtual U16String Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfColumnLabels() +``` + + +## ReturnValue + +The text of column labels + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotGlobalizationSettings](../) +* Namespace [Aspose::Cells::Settings](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofdatafieldheader/_index.md b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofdatafieldheader/_index.md new file mode 100644 index 00000000000..52bdbf9bafb --- /dev/null +++ b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofdatafieldheader/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfDataFieldHeader method +linktitle: GetTextOfDataFieldHeader +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfDataFieldHeader method. Gets the the text of the value area field header in the PivotTable in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofdatafieldheader/ +--- +## PivotGlobalizationSettings::GetTextOfDataFieldHeader method + + +Gets the the text of the value area field header in the PivotTable. + +```cpp +virtual U16String Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfDataFieldHeader() +``` + + +## ReturnValue + +The text of data field header name + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotGlobalizationSettings](../) +* Namespace [Aspose::Cells::Settings](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofdays/_index.md b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofdays/_index.md new file mode 100644 index 00000000000..863f681bc0b --- /dev/null +++ b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofdays/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfDays method +linktitle: GetTextOfDays +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfDays method. Gets the local text of "Days" in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofdays/ +--- +## PivotGlobalizationSettings::GetTextOfDays method + + +Gets the local text of "Days". + +```cpp +virtual U16String Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfDays() +``` + + +## ReturnValue + + + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotGlobalizationSettings](../) +* Namespace [Aspose::Cells::Settings](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofemptydata/_index.md b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofemptydata/_index.md new file mode 100644 index 00000000000..8aba6a4c3f5 --- /dev/null +++ b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofemptydata/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfEmptyData method +linktitle: GetTextOfEmptyData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfEmptyData method. Gets the text of "(blank)" label in the PivotTable in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofemptydata/ +--- +## PivotGlobalizationSettings::GetTextOfEmptyData method + + +Gets the text of "(blank)" label in the PivotTable. + +```cpp +virtual U16String Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfEmptyData() +``` + + +## ReturnValue + +The text of empty data + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotGlobalizationSettings](../) +* Namespace [Aspose::Cells::Settings](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofgrandtotal/_index.md b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofgrandtotal/_index.md new file mode 100644 index 00000000000..2c1bd64722b --- /dev/null +++ b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofgrandtotal/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfGrandTotal method +linktitle: GetTextOfGrandTotal +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfGrandTotal method. Gets the text of "Grand Total" label in the PivotTable in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofgrandtotal/ +--- +## PivotGlobalizationSettings::GetTextOfGrandTotal method + + +Gets the text of "Grand Total" label in the PivotTable. + +```cpp +virtual U16String Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfGrandTotal() +``` + + +## ReturnValue + +The text of "Grand Total" label + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotGlobalizationSettings](../) +* Namespace [Aspose::Cells::Settings](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofhours/_index.md b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofhours/_index.md new file mode 100644 index 00000000000..466df29d8dc --- /dev/null +++ b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofhours/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfHours method +linktitle: GetTextOfHours +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfHours method. Gets the local text of "Hours" in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofhours/ +--- +## PivotGlobalizationSettings::GetTextOfHours method + + +Gets the local text of "Hours". + +```cpp +virtual U16String Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfHours() +``` + + +## ReturnValue + + + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotGlobalizationSettings](../) +* Namespace [Aspose::Cells::Settings](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofminutes/_index.md b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofminutes/_index.md new file mode 100644 index 00000000000..b61d2c4c330 --- /dev/null +++ b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofminutes/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfMinutes method +linktitle: GetTextOfMinutes +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfMinutes method. Gets the local text of "Minutes" in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofminutes/ +--- +## PivotGlobalizationSettings::GetTextOfMinutes method + + +Gets the local text of "Minutes". + +```cpp +virtual U16String Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfMinutes() +``` + + +## ReturnValue + + + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotGlobalizationSettings](../) +* Namespace [Aspose::Cells::Settings](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofmonths/_index.md b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofmonths/_index.md new file mode 100644 index 00000000000..668c655bd0f --- /dev/null +++ b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofmonths/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfMonths method +linktitle: GetTextOfMonths +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfMonths method. Gets the local text of "Months" in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofmonths/ +--- +## PivotGlobalizationSettings::GetTextOfMonths method + + +Gets the local text of "Months". + +```cpp +virtual U16String Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfMonths() +``` + + +## ReturnValue + + + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotGlobalizationSettings](../) +* Namespace [Aspose::Cells::Settings](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofmultipleitems/_index.md b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofmultipleitems/_index.md new file mode 100644 index 00000000000..348e9f0cd0a --- /dev/null +++ b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofmultipleitems/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfMultipleItems method +linktitle: GetTextOfMultipleItems +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfMultipleItems method. Gets the text of "(Multiple Items)" label in the PivotTable in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofmultipleitems/ +--- +## PivotGlobalizationSettings::GetTextOfMultipleItems method + + +Gets the text of "(Multiple Items)" label in the PivotTable. + +```cpp +virtual U16String Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfMultipleItems() +``` + + +## ReturnValue + +The text of "(Multiple Items)" label + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotGlobalizationSettings](../) +* Namespace [Aspose::Cells::Settings](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofprotectedname/_index.md b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofprotectedname/_index.md new file mode 100644 index 00000000000..d7d3e57bc8d --- /dev/null +++ b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofprotectedname/_index.md @@ -0,0 +1,67 @@ +--- +title: Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfProtectedName method +linktitle: GetTextOfProtectedName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfProtectedName method. Gets the text for specified protected name in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofprotectedname/ +--- +## PivotGlobalizationSettings::GetTextOfProtectedName(const U16String\&) method + + +Gets the text for specified protected name. + +```cpp +virtual U16String Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfProtectedName(const U16String &protectedName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| protectedName | const U16String\& | The protected name in PivotTable. | + +## ReturnValue + +The local prorected names of PivotTable. +## Remarks + + + +In Ms Excel, some names are not allowed to be used as the name of PivotFields in PivotTable. They are different in different region, user may specify them explicitly according to the used region. +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotGlobalizationSettings](../) +* Namespace [Aspose::Cells::Settings](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotGlobalizationSettings::GetTextOfProtectedName(const char16_t*) method + + +Gets the text for specified protected name. + +```cpp +virtual U16String Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfProtectedName(const char16_t *protectedName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| protectedName | const char16_t* | The protected name in PivotTable. | + +## ReturnValue + +The local prorected names of PivotTable. +## Remarks + + + +In Ms Excel, some names are not allowed to be used as the name of PivotFields in PivotTable. They are different in different region, user may specify them explicitly according to the used region. +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotGlobalizationSettings](../) +* Namespace [Aspose::Cells::Settings](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofquarters/_index.md b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofquarters/_index.md new file mode 100644 index 00000000000..48adeeb8a26 --- /dev/null +++ b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofquarters/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfQuarters method +linktitle: GetTextOfQuarters +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfQuarters method. Get the local text of "Quarters" in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofquarters/ +--- +## PivotGlobalizationSettings::GetTextOfQuarters method + + +Get the local text of "Quarters". + +```cpp +virtual U16String Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfQuarters() +``` + + +## ReturnValue + + + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotGlobalizationSettings](../) +* Namespace [Aspose::Cells::Settings](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofrange/_index.md b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofrange/_index.md new file mode 100644 index 00000000000..ccacfe67ac6 --- /dev/null +++ b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofrange/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfRange method +linktitle: GetTextOfRange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfRange method. Gets the local text of "Range" in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofrange/ +--- +## PivotGlobalizationSettings::GetTextOfRange method + + +Gets the local text of "Range". + +```cpp +virtual U16String Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfRange() +``` + + +## ReturnValue + + + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotGlobalizationSettings](../) +* Namespace [Aspose::Cells::Settings](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofrowlabels/_index.md b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofrowlabels/_index.md new file mode 100644 index 00000000000..5b21c003186 --- /dev/null +++ b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofrowlabels/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfRowLabels method +linktitle: GetTextOfRowLabels +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfRowLabels method. Gets the text of "Row Labels" label in the PivotTable in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofrowlabels/ +--- +## PivotGlobalizationSettings::GetTextOfRowLabels method + + +Gets the text of "Row Labels" label in the PivotTable. + +```cpp +virtual U16String Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfRowLabels() +``` + + +## ReturnValue + +The text of row labels + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotGlobalizationSettings](../) +* Namespace [Aspose::Cells::Settings](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofseconds/_index.md b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofseconds/_index.md new file mode 100644 index 00000000000..f87fb7be446 --- /dev/null +++ b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofseconds/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfSeconds method +linktitle: GetTextOfSeconds +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfSeconds method. Gets the local text of "Seconds" in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofseconds/ +--- +## PivotGlobalizationSettings::GetTextOfSeconds method + + +Gets the local text of "Seconds". + +```cpp +virtual U16String Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfSeconds() +``` + + +## ReturnValue + + + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotGlobalizationSettings](../) +* Namespace [Aspose::Cells::Settings](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofsubtotal/_index.md b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofsubtotal/_index.md new file mode 100644 index 00000000000..36734e61c6f --- /dev/null +++ b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofsubtotal/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfSubTotal method +linktitle: GetTextOfSubTotal +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfSubTotal method. Gets the text of PivotFieldSubtotalType type in the PivotTable in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofsubtotal/ +--- +## PivotGlobalizationSettings::GetTextOfSubTotal method + + +Gets the text of [PivotFieldSubtotalType](../../../aspose.cells.pivot/pivotfieldsubtotaltype/) type in the PivotTable. + +```cpp +virtual U16String Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfSubTotal(PivotFieldSubtotalType subTotalType) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| subTotalType | PivotFieldSubtotalType | The [PivotFieldSubtotalType](../../../aspose.cells.pivot/pivotfieldsubtotaltype/) | + +## ReturnValue + +The text of given type + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Enum [PivotFieldSubtotalType](../../../aspose.cells.pivot/pivotfieldsubtotaltype/) +* Class [PivotGlobalizationSettings](../) +* Namespace [Aspose::Cells::Settings](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextoftotal/_index.md b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextoftotal/_index.md new file mode 100644 index 00000000000..fcf8028dd3d --- /dev/null +++ b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextoftotal/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfTotal method +linktitle: GetTextOfTotal +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfTotal method. Gets the text of "Total" label in the PivotTable. You need to override this method when the PivotTable contains two or more PivotFields in the data area in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextoftotal/ +--- +## PivotGlobalizationSettings::GetTextOfTotal method + + +Gets the text of "Total" label in the PivotTable. You need to override this method when the PivotTable contains two or more PivotFields in the data area. + +```cpp +virtual U16String Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfTotal() +``` + + +## ReturnValue + +The text of "Total" label + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotGlobalizationSettings](../) +* Namespace [Aspose::Cells::Settings](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofyears/_index.md b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofyears/_index.md new file mode 100644 index 00000000000..f55311b8795 --- /dev/null +++ b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofyears/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfYears method +linktitle: GetTextOfYears +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfYears method. Gets the local text of "Years" in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.settings/pivotglobalizationsettings/gettextofyears/ +--- +## PivotGlobalizationSettings::GetTextOfYears method + + +Gets the local text of "Years". + +```cpp +virtual U16String Aspose::Cells::Settings::PivotGlobalizationSettings::GetTextOfYears() +``` + + +## ReturnValue + + + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotGlobalizationSettings](../) +* Namespace [Aspose::Cells::Settings](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/isnull/_index.md b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/isnull/_index.md new file mode 100644 index 00000000000..88ced8ac812 --- /dev/null +++ b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Settings::PivotGlobalizationSettings::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Settings::PivotGlobalizationSettings::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.settings/pivotglobalizationsettings/isnull/ +--- +## PivotGlobalizationSettings::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Settings::PivotGlobalizationSettings::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotGlobalizationSettings](../) +* Namespace [Aspose::Cells::Settings](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/operator_asm/_index.md b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/operator_asm/_index.md new file mode 100644 index 00000000000..8b97d3a12da --- /dev/null +++ b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Settings::PivotGlobalizationSettings::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'How to use operator= method of Aspose::Cells::Settings::PivotGlobalizationSettings class in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.settings/pivotglobalizationsettings/operator_asm/ +--- +## PivotGlobalizationSettings::operator= method + + + + +```cpp +PivotGlobalizationSettings & Aspose::Cells::Settings::PivotGlobalizationSettings::operator=(const PivotGlobalizationSettings &src)=delete +``` + +## See Also + +* Class [PivotGlobalizationSettings](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotGlobalizationSettings](../) +* Namespace [Aspose::Cells::Settings](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/operator_bool/_index.md b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/operator_bool/_index.md new file mode 100644 index 00000000000..ee933f6a91c --- /dev/null +++ b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Settings::PivotGlobalizationSettings::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Settings::PivotGlobalizationSettings::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.settings/pivotglobalizationsettings/operator_bool/ +--- +## PivotGlobalizationSettings::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Settings::PivotGlobalizationSettings::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [PivotGlobalizationSettings](../) +* Namespace [Aspose::Cells::Settings](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/pivotglobalizationsettings/_index.md b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/pivotglobalizationsettings/_index.md new file mode 100644 index 00000000000..8cdf6c764ce --- /dev/null +++ b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/pivotglobalizationsettings/_index.md @@ -0,0 +1,39 @@ +--- +title: Aspose::Cells::Settings::PivotGlobalizationSettings::PivotGlobalizationSettings constructor +linktitle: PivotGlobalizationSettings +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Settings::PivotGlobalizationSettings::PivotGlobalizationSettings constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.settings/pivotglobalizationsettings/pivotglobalizationsettings/ +--- +## PivotGlobalizationSettings::PivotGlobalizationSettings() constructor + + +Default constructor. + +```cpp +Aspose::Cells::Settings::PivotGlobalizationSettings::PivotGlobalizationSettings() +``` + +## See Also + +* Class [PivotGlobalizationSettings](../) +* Namespace [Aspose::Cells::Settings](../../) +* Library [Aspose.Cells for C++](../../../) +## PivotGlobalizationSettings::PivotGlobalizationSettings(const PivotGlobalizationSettings\&) constructor + + + + +```cpp +Aspose::Cells::Settings::PivotGlobalizationSettings::PivotGlobalizationSettings(const PivotGlobalizationSettings &src)=delete +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotGlobalizationSettings](../) +* Class [PivotGlobalizationSettings](../) +* Namespace [Aspose::Cells::Settings](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/~pivotglobalizationsettings/_index.md b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/~pivotglobalizationsettings/_index.md new file mode 100644 index 00000000000..345efed16c0 --- /dev/null +++ b/spanish/cpp/aspose.cells.settings/pivotglobalizationsettings/~pivotglobalizationsettings/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Settings::PivotGlobalizationSettings::~PivotGlobalizationSettings method +linktitle: ~PivotGlobalizationSettings +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Settings::PivotGlobalizationSettings::~PivotGlobalizationSettings method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.settings/pivotglobalizationsettings/~pivotglobalizationsettings/ +--- +## PivotGlobalizationSettings::~PivotGlobalizationSettings method + + +Destructor. + +```cpp +Aspose::Cells::Settings::PivotGlobalizationSettings::~PivotGlobalizationSettings() +``` + +## See Also + +* Class [PivotGlobalizationSettings](../) +* Namespace [Aspose::Cells::Settings](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/_index.md b/spanish/cpp/aspose.cells.slicers/_index.md new file mode 100644 index 00000000000..d497bd5524c --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Slicers namespace +linktitle: Aspose::Cells::Slicers +second_title: Referencia de API de Aspose.Cells para C++ +description: 'How to use Aspose::Cells::Slicers namespace in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.slicers/ +--- + + + +## Clases + +| Clase | Descripción | +| --- | --- | +| [Slicer](./slicer/) | summary description of [Slicer](./slicer/) View | +| [SlicerCache](./slicercache/) | Represent summary description of slicer cache. | +| [SlicerCacheItem](./slicercacheitem/) | Represent slicer data source item. | +| [SlicerCacheItemCollection](./slicercacheitemcollection/) | Represent the collection of [SlicerCacheItem](./slicercacheitem/). | +| [SlicerCollection](./slicercollection/) | Specifies the collection of all the [Slicer](./slicer/) objects on the specified worksheet. | +## Enums + +| Enumeración | Descripción | +| --- | --- | +| [ItemsWithNoDataShowMode](./itemswithnodatashowmode/) | Represent the type how to show items with no data for slicer. | +| [SlicerCacheCrossFilterType](./slicercachecrossfiltertype/) | **(Deprecated)** Represent the type how to show items with no data for slicer. | +| [SlicerStyleType](./slicerstyletype/) | Specify the style of slicer view. | diff --git a/spanish/cpp/aspose.cells.slicers/itemswithnodatashowmode/_index.md b/spanish/cpp/aspose.cells.slicers/itemswithnodatashowmode/_index.md new file mode 100644 index 00000000000..16383a10330 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/itemswithnodatashowmode/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Slicers::ItemsWithNoDataShowMode enum +linktitle: ItemsWithNoDataShowMode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::ItemsWithNoDataShowMode enum. Represent the type how to show items with no data for slicer in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.slicers/itemswithnodatashowmode/ +--- +## ItemsWithNoDataShowMode enum + + +Represent the type how to show items with no data for slicer. + +```cpp +enum class ItemsWithNoDataShowMode +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| None | 0 |
Hide items with no data. | +| Last | 1 |
Show items with no data last. | +| Natural | 2 |
Show items with no data with natural order. | + +## See Also + +* Namespace [Aspose::Cells::Slicers](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/_impl/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/_impl/_index.md new file mode 100644 index 00000000000..f7f3c532414 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Slicers::Slicer::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::_impl field. The implementation object in C++.' +type: docs +weight: 6900 +url: /es/cpp/aspose.cells.slicers/slicer/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +Slicer_Impl* Aspose::Cells::Slicers::Slicer::_impl +``` + +## See Also + +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/_index.md new file mode 100644 index 00000000000..a1158f09579 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/_index.md @@ -0,0 +1,167 @@ +--- +title: Aspose::Cells::Slicers::Slicer class +linktitle: Slicer +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer class. summary description of Slicer View in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.slicers/slicer/ +--- +## Slicer class + + +summary description of [Slicer](./) View + +```cpp +class Slicer +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddPivotConnection(const PivotTable\& pivot)](./addpivotconnection/) | Adds PivotTable connection. | +| [GetAlternativeText()](./getalternativetext/) | **(Deprecated)** Returns or sets the descriptive (alternative) text string of the [Slicer](./) object. | +| [GetCaption()](./getcaption/) | Returns or sets the caption of the specified slicer. | +| [GetCaptionVisible()](./getcaptionvisible/) | **(Deprecated)** Returns or sets whether the header that displays the slicer Caption is visible. The default value is true. | +| [GetColumnWidth()](./getcolumnwidth/) | Returns or sets the width of each column in the slicer in unit of points. | +| [GetColumnWidthPixel()](./getcolumnwidthpixel/) | Gets or sets the width of each column in the slicer, in unit of pixels. | +| [GetFirstItemIndex()](./getfirstitemindex/) | Specifies the zero-based index of the first slicer item. | +| [GetHeight()](./getheight/) | **(Deprecated)** Returns or sets the height of the specified slicer, in points. | +| [GetHeightPixel()](./getheightpixel/) | **(Deprecated)** Returns or sets the height of the specified slicer, in pixels. | +| [GetLeftPixel()](./getleftpixel/) | **(Deprecated)** Returns or sets the horizontal offset of slicer shape from its left column, in pixels. | +| [GetLockedAspectRatio()](./getlockedaspectratio/) | **(Deprecated)** Indicates whether locking aspect ratio. | +| [GetLockedPosition()](./getlockedposition/) | Indicates whether the specified slicer can be moved or resized by using the user interface. | +| [GetName()](./getname/) | Returns or sets the name of the specified slicer. | +| [GetNumberOfColumns()](./getnumberofcolumns/) | Returns or sets the number of columns in the slicer. The default value is 1. | +| [GetParent()](./getparent/) | **(Deprecated)** Returns the [Worksheet](../../aspose.cells/worksheet/) object which contains this slicer. Read-only. | +| [GetPlacement()](./getplacement/) | **(Deprecated)** Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [GetRowHeight()](./getrowheight/) | Returns or sets the height of each row in the specified slicer in unit of points. | +| [GetRowHeightPixel()](./getrowheightpixel/) | Returns or sets the height of each row in the specified slicer, in unit of pixels. | +| [GetShape()](./getshape/) | Returns the Shape object associated with the specified slicer. Read-only. | +| [GetShowAllItems()](./getshowallitems/) | Indicates whether to show all items even if there are no data or they are deleted. Default value is true;. | +| [GetShowCaption()](./getshowcaption/) | Indicates whether the header of the slicer is visible. The default value is true. | +| [GetShowMissing()](./getshowmissing/) | Indicates whether to show items deteleted from the data source. | +| [GetShowTypeOfItemsWithNoData()](./getshowtypeofitemswithnodata/) | Indicates whether to show items deteleted from the data source. | +| [GetSlicerCache()](./getslicercache/) | Returns the [SlicerCache](../slicercache/) object associated with the slicer. Read-only. | +| [GetSortOrderType()](./getsortordertype/) | Indicates the type of sorting items. | +| [GetStyleType()](./getstyletype/) | Specify the type of Built-in slicer style. The default type is SlicerStyleLight1. | +| [GetTitle()](./gettitle/) | **(Deprecated)** Specifies the title of the current [Slicer](./) object. | +| [GetTopPixel()](./gettoppixel/) | **(Deprecated)** Returns or sets the vertical offset of slicer shape from its top row, in pixels. | +| [GetWidth()](./getwidth/) | **(Deprecated)** Returns or sets the width of the specified slicer, in points. | +| [GetWidthPixel()](./getwidthpixel/) | **(Deprecated)** Returns or sets the width of the specified slicer, in pixels. | +| [GetWorksheet()](./getworksheet/) | Returns the [Worksheet](../../aspose.cells/worksheet/) object which contains this slicer. Read-only. | +| [IsLocked()](./islocked/) | **(Deprecated)** Indicates whether the slicer shape is locked. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsPrintable()](./isprintable/) | **(Deprecated)** Indicates whether the slicer object is printable. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const Slicer\& src)](./operator_asm/) | operator= | +| [Refresh()](./refresh/) | Refreshing the slicer. Meanwhile, Refreshing and Calculating PivotTables which this slicer based on. | +| [RemovePivotConnection(const PivotTable\& pivot)](./removepivotconnection/) | Removes PivotTable connection. | +| [SetAlternativeText(const U16String\& value)](./setalternativetext/) | **(Deprecated)** Returns or sets the descriptive (alternative) text string of the [Slicer](./) object. | +| [SetAlternativeText(const char16_t* value)](./setalternativetext/) | **(Deprecated)** Returns or sets the descriptive (alternative) text string of the [Slicer](./) object. | +| [SetCaption(const U16String\& value)](./setcaption/) | Returns or sets the caption of the specified slicer. | +| [SetCaption(const char16_t* value)](./setcaption/) | Returns or sets the caption of the specified slicer. | +| [SetCaptionVisible(bool value)](./setcaptionvisible/) | **(Deprecated)** Returns or sets whether the header that displays the slicer Caption is visible. The default value is true. | +| [SetColumnWidth(double value)](./setcolumnwidth/) | Returns or sets the width of each column in the slicer in unit of points. | +| [SetColumnWidthPixel(int32_t value)](./setcolumnwidthpixel/) | Gets or sets the width of each column in the slicer, in unit of pixels. | +| [SetFirstItemIndex(int32_t value)](./setfirstitemindex/) | Specifies the zero-based index of the first slicer item. | +| [SetHeight(double value)](./setheight/) | **(Deprecated)** Returns or sets the height of the specified slicer, in points. | +| [SetHeightPixel(int32_t value)](./setheightpixel/) | **(Deprecated)** Returns or sets the height of the specified slicer, in pixels. | +| [SetIsLocked(bool value)](./setislocked/) | **(Deprecated)** Indicates whether the slicer shape is locked. | +| [SetIsPrintable(bool value)](./setisprintable/) | **(Deprecated)** Indicates whether the slicer object is printable. | +| [SetLeftPixel(int32_t value)](./setleftpixel/) | **(Deprecated)** Returns or sets the horizontal offset of slicer shape from its left column, in pixels. | +| [SetLockedAspectRatio(bool value)](./setlockedaspectratio/) | **(Deprecated)** Indicates whether locking aspect ratio. | +| [SetLockedPosition(bool value)](./setlockedposition/) | Indicates whether the specified slicer can be moved or resized by using the user interface. | +| [SetName(const U16String\& value)](./setname/) | Returns or sets the name of the specified slicer. | +| [SetName(const char16_t* value)](./setname/) | Returns or sets the name of the specified slicer. | +| [SetNumberOfColumns(int32_t value)](./setnumberofcolumns/) | Returns or sets the number of columns in the slicer. The default value is 1. | +| [SetPlacement(PlacementType value)](./setplacement/) | **(Deprecated)** Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. | +| [SetRowHeight(double value)](./setrowheight/) | Returns or sets the height of each row in the specified slicer in unit of points. | +| [SetRowHeightPixel(int32_t value)](./setrowheightpixel/) | Returns or sets the height of each row in the specified slicer, in unit of pixels. | +| [SetShowAllItems(bool value)](./setshowallitems/) | Indicates whether to show all items even if there are no data or they are deleted. Default value is true;. | +| [SetShowCaption(bool value)](./setshowcaption/) | Indicates whether the header of the slicer is visible. The default value is true. | +| [SetShowMissing(bool value)](./setshowmissing/) | Indicates whether to show items deteleted from the data source. | +| [SetShowTypeOfItemsWithNoData(ItemsWithNoDataShowMode value)](./setshowtypeofitemswithnodata/) | Indicates whether to show items deteleted from the data source. | +| [SetSortOrderType(SortOrder value)](./setsortordertype/) | Indicates the type of sorting items. | +| [SetStyleType(SlicerStyleType value)](./setstyletype/) | Specify the type of Built-in slicer style. The default type is SlicerStyleLight1. | +| [SetTitle(const U16String\& value)](./settitle/) | **(Deprecated)** Specifies the title of the current [Slicer](./) object. | +| [SetTitle(const char16_t* value)](./settitle/) | **(Deprecated)** Specifies the title of the current [Slicer](./) object. | +| [SetTopPixel(int32_t value)](./settoppixel/) | **(Deprecated)** Returns or sets the vertical offset of slicer shape from its top row, in pixels. | +| [SetWidth(double value)](./setwidth/) | **(Deprecated)** Returns or sets the width of the specified slicer, in points. | +| [SetWidthPixel(int32_t value)](./setwidthpixel/) | **(Deprecated)** Returns or sets the width of the specified slicer, in pixels. | +| [Slicer(Slicer_Impl* impl)](./slicer/) | Constructs from an implementation object. | +| [Slicer(const Slicer\& src)](./slicer/) | Copy constructor. | +| [~Slicer()](./~slicer/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook book; +Worksheet sheet = book.GetWorksheets().Get(0); +Cells cells = sheet.GetCells(); +cells.Get(0, 0).PutValue(u"fruit"); +cells.Get(1, 0).PutValue(u"grape"); +cells.Get(2, 0).PutValue(u"blueberry"); +cells.Get(3, 0).PutValue(u"kiwi"); +cells.Get(4, 0).PutValue(u"cherry"); +cells.Get(5, 0).PutValue(u"grape"); +cells.Get(6, 0).PutValue(u"blueberry"); +cells.Get(7, 0).PutValue(u"kiwi"); +cells.Get(8, 0).PutValue(u"cherry"); + +cells.Get(0, 1).PutValue(u"year"); +cells.Get(1, 1).PutValue(2020); +cells.Get(2, 1).PutValue(2020); +cells.Get(3, 1).PutValue(2020); +cells.Get(4, 1).PutValue(2020); +cells.Get(5, 1).PutValue(2021); +cells.Get(6, 1).PutValue(2021); +cells.Get(7, 1).PutValue(2021); +cells.Get(8, 1).PutValue(2021); + +cells.Get(0, 2).PutValue(u"amount"); +cells.Get(1, 2).PutValue(50); +cells.Get(2, 2).PutValue(60); +cells.Get(3, 2).PutValue(70); +cells.Get(4, 2).PutValue(80); +cells.Get(5, 2).PutValue(90); +cells.Get(6, 2).PutValue(100); +cells.Get(7, 2).PutValue(110); +cells.Get(8, 2).PutValue(120); + +PivotTableCollection pivots = sheet.GetPivotTables(); + +int pivotIndex = pivots.Add(u"=Sheet1!A1:C9", u"A12", u"TestPivotTable"); +PivotTable pivot = pivots.Get(pivotIndex); +pivot.AddFieldToArea(PivotFieldType::Row, u"fruit"); +pivot.AddFieldToArea(PivotFieldType::Column, u"year"); +pivot.AddFieldToArea(PivotFieldType::Data, u"amount"); + +pivot.SetPivotTableStyleType(PivotTableStyleType::PivotTableStyleMedium10); +pivot.RefreshData(); +pivot.CalculateData(); + +SlicerCollection slicers = sheet.GetSlicers(); +int slicerIndex = slicers.Add(pivot, u"E12", u"fruit"); +Slicer slicer = slicers.Get(slicerIndex); +slicer.SetStyleType(SlicerStyleType::SlicerStyleLight2); + +SlicerCacheItemCollection items = slicer.GetSlicerCache().GetSlicerCacheItems(); +SlicerCacheItem item = items.Get(0); +item.SetSelected(false); +book.Save("out.xlsx"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::Slicers](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/addpivotconnection/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/addpivotconnection/_index.md new file mode 100644 index 00000000000..56ab84e1877 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/addpivotconnection/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::Slicers::Slicer::AddPivotConnection method +linktitle: AddPivotConnection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::AddPivotConnection method. Adds PivotTable connection in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.slicers/slicer/addpivotconnection/ +--- +## Slicer::AddPivotConnection method + + +Adds PivotTable connection. + +```cpp +void Aspose::Cells::Slicers::Slicer::AddPivotConnection(const PivotTable &pivot) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pivot | const PivotTable\& | The PivotTable object | + + +## Examples + + +```cpp +slicer.AddPivotConnection(pivotTable); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../../../aspose.cells.pivot/pivottable/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/getalternativetext/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/getalternativetext/_index.md new file mode 100644 index 00000000000..e29bb54989f --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/getalternativetext/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Slicers::Slicer::GetAlternativeText method +linktitle: GetAlternativeText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::GetAlternativeText method. Returns or sets the descriptive (alternative) text string of the Slicer object in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.slicers/slicer/getalternativetext/ +--- +## Slicer::GetAlternativeText method + + +Returns or sets the descriptive (alternative) text string of the [Slicer](../) object. + + +>Deprecated +> +>Use Shape.AlternativeText property instead. +```cpp +U16String Aspose::Cells::Slicers::Slicer::GetAlternativeText() +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use Shape.AlternativeText property. This property will be removed 12 months later since January 2026. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/getcaption/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/getcaption/_index.md new file mode 100644 index 00000000000..c547684a990 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/getcaption/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Slicers::Slicer::GetCaption method +linktitle: GetCaption +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::GetCaption method. Returns or sets the caption of the specified slicer in C++.' +type: docs +weight: 3900 +url: /es/cpp/aspose.cells.slicers/slicer/getcaption/ +--- +## Slicer::GetCaption method + + +Returns or sets the caption of the specified slicer. + +```cpp +U16String Aspose::Cells::Slicers::Slicer::GetCaption() +``` + + +## Examples + + +```cpp +if (slicer.GetCaption().IsNull()) +{ + slicer.SetCaption(u"slicer caption"); +} +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/getcaptionvisible/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/getcaptionvisible/_index.md new file mode 100644 index 00000000000..d18d4e745e1 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/getcaptionvisible/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Slicers::Slicer::GetCaptionVisible method +linktitle: GetCaptionVisible +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::GetCaptionVisible method. Returns or sets whether the header that displays the slicer Caption is visible. The default value is true in C++.' +type: docs +weight: 4300 +url: /es/cpp/aspose.cells.slicers/slicer/getcaptionvisible/ +--- +## Slicer::GetCaptionVisible method + + +Returns or sets whether the header that displays the slicer Caption is visible. The default value is true. + + +>Deprecated +> +>Use Slicer.ShowCaption property instead. +```cpp +bool Aspose::Cells::Slicers::Slicer::GetCaptionVisible() +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use Slicer.ShowCaption property. This property will be removed 12 months later since January 2026. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/getcolumnwidth/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/getcolumnwidth/_index.md new file mode 100644 index 00000000000..094fc6f75ff --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/getcolumnwidth/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Slicers::Slicer::GetColumnWidth method +linktitle: GetColumnWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::GetColumnWidth method. Returns or sets the width of each column in the slicer in unit of points in C++.' +type: docs +weight: 6300 +url: /es/cpp/aspose.cells.slicers/slicer/getcolumnwidth/ +--- +## Slicer::GetColumnWidth method + + +Returns or sets the width of each column in the slicer in unit of points. + +```cpp +double Aspose::Cells::Slicers::Slicer::GetColumnWidth() +``` + + +## Examples + + +```cpp +if (slicer.GetColumnWidth() != 80) +{ + slicer.SetColumnWidth(80); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/getcolumnwidthpixel/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/getcolumnwidthpixel/_index.md new file mode 100644 index 00000000000..4ec61a8d155 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/getcolumnwidthpixel/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Slicers::Slicer::GetColumnWidthPixel method +linktitle: GetColumnWidthPixel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::GetColumnWidthPixel method. Gets or sets the width of each column in the slicer, in unit of pixels in C++.' +type: docs +weight: 6100 +url: /es/cpp/aspose.cells.slicers/slicer/getcolumnwidthpixel/ +--- +## Slicer::GetColumnWidthPixel method + + +Gets or sets the width of each column in the slicer, in unit of pixels. + +```cpp +int32_t Aspose::Cells::Slicers::Slicer::GetColumnWidthPixel() +``` + + +## Examples + + +```cpp +if (slicer.GetColumnWidthPixel() != 120) +{ + slicer.SetColumnWidthPixel(120); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/getfirstitemindex/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/getfirstitemindex/_index.md new file mode 100644 index 00000000000..b8e174bcd7a --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/getfirstitemindex/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Slicers::Slicer::GetFirstItemIndex method +linktitle: GetFirstItemIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::GetFirstItemIndex method. Specifies the zero-based index of the first slicer item in C++.' +type: docs +weight: 4100 +url: /es/cpp/aspose.cells.slicers/slicer/getfirstitemindex/ +--- +## Slicer::GetFirstItemIndex method + + +Specifies the zero-based index of the first slicer item. + +```cpp +int32_t Aspose::Cells::Slicers::Slicer::GetFirstItemIndex() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/getheight/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/getheight/_index.md new file mode 100644 index 00000000000..d09416a8edc --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/getheight/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Slicers::Slicer::GetHeight method +linktitle: GetHeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::GetHeight method. Returns or sets the height of the specified slicer, in points in C++.' +type: docs +weight: 5700 +url: /es/cpp/aspose.cells.slicers/slicer/getheight/ +--- +## Slicer::GetHeight method + + +Returns or sets the height of the specified slicer, in points. + + +>Deprecated +> +>Use Shape.HeightPt property instead. +```cpp +double Aspose::Cells::Slicers::Slicer::GetHeight() +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use Shape.HeightPt property. This property will be removed 12 months later since May 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/getheightpixel/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/getheightpixel/_index.md new file mode 100644 index 00000000000..5f95f1eecdf --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/getheightpixel/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Slicers::Slicer::GetHeightPixel method +linktitle: GetHeightPixel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::GetHeightPixel method. Returns or sets the height of the specified slicer, in pixels in C++.' +type: docs +weight: 5900 +url: /es/cpp/aspose.cells.slicers/slicer/getheightpixel/ +--- +## Slicer::GetHeightPixel method + + +Returns or sets the height of the specified slicer, in pixels. + + +>Deprecated +> +>Use Shape.Height property instead. +```cpp +int32_t Aspose::Cells::Slicers::Slicer::GetHeightPixel() +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use Shape.Height property. This property will be removed 12 months later since May 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/getleftpixel/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/getleftpixel/_index.md new file mode 100644 index 00000000000..96b9a8cc497 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/getleftpixel/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Slicers::Slicer::GetLeftPixel method +linktitle: GetLeftPixel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::GetLeftPixel method. Returns or sets the horizontal offset of slicer shape from its left column, in pixels in C++.' +type: docs +weight: 4900 +url: /es/cpp/aspose.cells.slicers/slicer/getleftpixel/ +--- +## Slicer::GetLeftPixel method + + +Returns or sets the horizontal offset of slicer shape from its left column, in pixels. + + +>Deprecated +> +>Use Shape.Left property instead. +```cpp +int32_t Aspose::Cells::Slicers::Slicer::GetLeftPixel() +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use Shape.Left property. This property will be removed 12 months later since May 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/getlockedaspectratio/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/getlockedaspectratio/_index.md new file mode 100644 index 00000000000..03d261cf2be --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/getlockedaspectratio/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Slicers::Slicer::GetLockedAspectRatio method +linktitle: GetLockedAspectRatio +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::GetLockedAspectRatio method. Indicates whether locking aspect ratio in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.slicers/slicer/getlockedaspectratio/ +--- +## Slicer::GetLockedAspectRatio method + + +Indicates whether locking aspect ratio. + + +>Deprecated +> +>Use Shape.IsLockAspectRatio property instead. +```cpp +bool Aspose::Cells::Slicers::Slicer::GetLockedAspectRatio() +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use [Shape.IsAspectRatioLocked](../../../aspose.cells.drawing/shape/isaspectratiolocked/) method. This property will be removed 12 months later since January 2026. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/getlockedposition/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/getlockedposition/_index.md new file mode 100644 index 00000000000..7fb88e6f60a --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/getlockedposition/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Slicers::Slicer::GetLockedPosition method +linktitle: GetLockedPosition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::GetLockedPosition method. Indicates whether the specified slicer can be moved or resized by using the user interface in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells.slicers/slicer/getlockedposition/ +--- +## Slicer::GetLockedPosition method + + +Indicates whether the specified slicer can be moved or resized by using the user interface. + +```cpp +bool Aspose::Cells::Slicers::Slicer::GetLockedPosition() +``` + + +## Examples + + +```cpp +if (slicer.GetLockedPosition() == true) +{ + slicer.SetLockedPosition(false); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/getname/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/getname/_index.md new file mode 100644 index 00000000000..1959c4c54bb --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/getname/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Slicers::Slicer::GetName method +linktitle: GetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::GetName method. Returns or sets the name of the specified slicer in C++.' +type: docs +weight: 3700 +url: /es/cpp/aspose.cells.slicers/slicer/getname/ +--- +## Slicer::GetName method + + +Returns or sets the name of the specified slicer. + +```cpp +U16String Aspose::Cells::Slicers::Slicer::GetName() +``` + + +## Examples + + +```cpp +if (slicer.GetName().IsNull()) +{ + slicer.SetName(u"slicer name"); +} +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/getnumberofcolumns/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/getnumberofcolumns/_index.md new file mode 100644 index 00000000000..977a36d46ae --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/getnumberofcolumns/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Slicers::Slicer::GetNumberOfColumns method +linktitle: GetNumberOfColumns +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::GetNumberOfColumns method. Returns or sets the number of columns in the slicer. The default value is 1 in C++.' +type: docs +weight: 4700 +url: /es/cpp/aspose.cells.slicers/slicer/getnumberofcolumns/ +--- +## Slicer::GetNumberOfColumns method + + +Returns or sets the number of columns in the slicer. The default value is 1. + +```cpp +int32_t Aspose::Cells::Slicers::Slicer::GetNumberOfColumns() +``` + + +## Examples + + +```cpp +if (slicer.GetNumberOfColumns() != 1) +{ + slicer.SetNumberOfColumns(1); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/getparent/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/getparent/_index.md new file mode 100644 index 00000000000..da3c2acb6eb --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/getparent/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Slicers::Slicer::GetParent method +linktitle: GetParent +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::GetParent method. Returns the Worksheet object which contains this slicer. Read-only in C++.' +type: docs +weight: 3300 +url: /es/cpp/aspose.cells.slicers/slicer/getparent/ +--- +## Slicer::GetParent method + + +Returns the [Worksheet](../../../aspose.cells/worksheet/) object which contains this slicer. Read-only. + + +>Deprecated +> +>Use Slicer.Worksheet property instead. +```cpp +Worksheet Aspose::Cells::Slicers::Slicer::GetParent() +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use Slicer.Worksheet property. This property will be removed 12 months later since January 2026. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Worksheet](../../../aspose.cells/worksheet/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/getplacement/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/getplacement/_index.md new file mode 100644 index 00000000000..3cc75324548 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/getplacement/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Slicers::Slicer::GetPlacement method +linktitle: GetPlacement +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::GetPlacement method. Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.slicers/slicer/getplacement/ +--- +## Slicer::GetPlacement method + + +Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. + + +>Deprecated +> +>Use Shape.Placement property instead. +```cpp +PlacementType Aspose::Cells::Slicers::Slicer::GetPlacement() +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use Shape.Placement property. This property will be removed 12 months later since January 2026. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Enum [PlacementType](../../../aspose.cells.drawing/placementtype/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/getrowheight/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/getrowheight/_index.md new file mode 100644 index 00000000000..d5f603e9544 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/getrowheight/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Slicers::Slicer::GetRowHeight method +linktitle: GetRowHeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::GetRowHeight method. Returns or sets the height of each row in the specified slicer in unit of points in C++.' +type: docs +weight: 6700 +url: /es/cpp/aspose.cells.slicers/slicer/getrowheight/ +--- +## Slicer::GetRowHeight method + + +Returns or sets the height of each row in the specified slicer in unit of points. + +```cpp +double Aspose::Cells::Slicers::Slicer::GetRowHeight() +``` + + +## Examples + + +```cpp +if (slicer.GetRowHeight() != 20) +{ + slicer.SetRowHeight(20); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/getrowheightpixel/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/getrowheightpixel/_index.md new file mode 100644 index 00000000000..16d3d5fe9f0 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/getrowheightpixel/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Slicers::Slicer::GetRowHeightPixel method +linktitle: GetRowHeightPixel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::GetRowHeightPixel method. Returns or sets the height of each row in the specified slicer, in unit of pixels in C++.' +type: docs +weight: 6500 +url: /es/cpp/aspose.cells.slicers/slicer/getrowheightpixel/ +--- +## Slicer::GetRowHeightPixel method + + +Returns or sets the height of each row in the specified slicer, in unit of pixels. + +```cpp +int32_t Aspose::Cells::Slicers::Slicer::GetRowHeightPixel() +``` + + +## Examples + + +```cpp +if (slicer.GetRowHeightPixel() != 30) +{ + slicer.SetRowHeightPixel(30); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/getshape/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/getshape/_index.md new file mode 100644 index 00000000000..24424afe288 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/getshape/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Slicers::Slicer::GetShape method +linktitle: GetShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::GetShape method. Returns the Shape object associated with the specified slicer. Read-only in C++.' +type: docs +weight: 3100 +url: /es/cpp/aspose.cells.slicers/slicer/getshape/ +--- +## Slicer::GetShape method + + +Returns the Shape object associated with the specified slicer. Read-only. + +```cpp +SlicerShape Aspose::Cells::Slicers::Slicer::GetShape() +``` + +## See Also + +* Class [SlicerShape](../../../aspose.cells.drawing/slicershape/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/getshowallitems/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/getshowallitems/_index.md new file mode 100644 index 00000000000..f0b74f6b43d --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/getshowallitems/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Slicers::Slicer::GetShowAllItems method +linktitle: GetShowAllItems +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::GetShowAllItems method. Indicates whether to show all items even if there are no data or they are deleted. Default value is true; in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.slicers/slicer/getshowallitems/ +--- +## Slicer::GetShowAllItems method + + +Indicates whether to show all items even if there are no data or they are deleted. Default value is true;. + +```cpp +bool Aspose::Cells::Slicers::Slicer::GetShowAllItems() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/getshowcaption/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/getshowcaption/_index.md new file mode 100644 index 00000000000..8105fad72e7 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/getshowcaption/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Slicers::Slicer::GetShowCaption method +linktitle: GetShowCaption +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::GetShowCaption method. Indicates whether the header of the slicer is visible. The default value is true in C++.' +type: docs +weight: 4500 +url: /es/cpp/aspose.cells.slicers/slicer/getshowcaption/ +--- +## Slicer::GetShowCaption method + + +Indicates whether the header of the slicer is visible. The default value is true. + +```cpp +bool Aspose::Cells::Slicers::Slicer::GetShowCaption() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/getshowmissing/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/getshowmissing/_index.md new file mode 100644 index 00000000000..376d123d1ba --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/getshowmissing/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Slicers::Slicer::GetShowMissing method +linktitle: GetShowMissing +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::GetShowMissing method. Indicates whether to show items deteleted from the data source in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.slicers/slicer/getshowmissing/ +--- +## Slicer::GetShowMissing method + + +Indicates whether to show items deteleted from the data source. + +```cpp +bool Aspose::Cells::Slicers::Slicer::GetShowMissing() +``` + +## Remarks + + +Only works when Slicer.ShowAllItems is true. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/getshowtypeofitemswithnodata/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/getshowtypeofitemswithnodata/_index.md new file mode 100644 index 00000000000..9b7360bc17c --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/getshowtypeofitemswithnodata/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Slicers::Slicer::GetShowTypeOfItemsWithNoData method +linktitle: GetShowTypeOfItemsWithNoData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::GetShowTypeOfItemsWithNoData method. Indicates whether to show items deteleted from the data source in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.slicers/slicer/getshowtypeofitemswithnodata/ +--- +## Slicer::GetShowTypeOfItemsWithNoData method + + +Indicates whether to show items deteleted from the data source. + +```cpp +ItemsWithNoDataShowMode Aspose::Cells::Slicers::Slicer::GetShowTypeOfItemsWithNoData() +``` + +## Remarks + + +Only works when Slicer.ShowAllItems is true. +## See Also + +* Enum [ItemsWithNoDataShowMode](../../itemswithnodatashowmode/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/getslicercache/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/getslicercache/_index.md new file mode 100644 index 00000000000..47a9996945c --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/getslicercache/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Slicers::Slicer::GetSlicerCache method +linktitle: GetSlicerCache +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::GetSlicerCache method. Returns the SlicerCache object associated with the slicer. Read-only in C++.' +type: docs +weight: 3200 +url: /es/cpp/aspose.cells.slicers/slicer/getslicercache/ +--- +## Slicer::GetSlicerCache method + + +Returns the [SlicerCache](../../slicercache/) object associated with the slicer. Read-only. + +```cpp +SlicerCache Aspose::Cells::Slicers::Slicer::GetSlicerCache() +``` + + +## Examples + + +```cpp +SlicerCache slicerCache = slicer.GetSlicerCache(); +``` + +## See Also + +* Class [SlicerCache](../../slicercache/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/getsortordertype/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/getsortordertype/_index.md new file mode 100644 index 00000000000..5f1ce15c09d --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/getsortordertype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Slicers::Slicer::GetSortOrderType method +linktitle: GetSortOrderType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::GetSortOrderType method. Indicates the type of sorting items in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.slicers/slicer/getsortordertype/ +--- +## Slicer::GetSortOrderType method + + +Indicates the type of sorting items. + +```cpp +SortOrder Aspose::Cells::Slicers::Slicer::GetSortOrderType() +``` + +## See Also + +* Enum [SortOrder](../../../aspose.cells/sortorder/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/getstyletype/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/getstyletype/_index.md new file mode 100644 index 00000000000..bd637e1f27c --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/getstyletype/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Slicers::Slicer::GetStyleType method +linktitle: GetStyleType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::GetStyleType method. Specify the type of Built-in slicer style. The default type is SlicerStyleLight1 in C++.' +type: docs +weight: 3500 +url: /es/cpp/aspose.cells.slicers/slicer/getstyletype/ +--- +## Slicer::GetStyleType method + + +Specify the type of Built-in slicer style. The default type is SlicerStyleLight1. + +```cpp +SlicerStyleType Aspose::Cells::Slicers::Slicer::GetStyleType() +``` + + +## Examples + + +```cpp +if (slicer.GetStyleType() != SlicerStyleType::SlicerStyleLight2) +{ + slicer.SetStyleType(SlicerStyleType::SlicerStyleLight2); +} +``` + +## See Also + +* Enum [SlicerStyleType](../../slicerstyletype/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/gettitle/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/gettitle/_index.md new file mode 100644 index 00000000000..a25915ecd05 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/gettitle/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Slicers::Slicer::GetTitle method +linktitle: GetTitle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::GetTitle method. Specifies the title of the current Slicer object in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.slicers/slicer/gettitle/ +--- +## Slicer::GetTitle method + + +Specifies the title of the current [Slicer](../) object. + + +>Deprecated +> +>Use Shape.Title property instead. +```cpp +U16String Aspose::Cells::Slicers::Slicer::GetTitle() +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use Shape.Title property. This property will be removed 12 months later since January 2026. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/gettoppixel/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/gettoppixel/_index.md new file mode 100644 index 00000000000..fefa00c0a7a --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/gettoppixel/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Slicers::Slicer::GetTopPixel method +linktitle: GetTopPixel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::GetTopPixel method. Returns or sets the vertical offset of slicer shape from its top row, in pixels in C++.' +type: docs +weight: 5100 +url: /es/cpp/aspose.cells.slicers/slicer/gettoppixel/ +--- +## Slicer::GetTopPixel method + + +Returns or sets the vertical offset of slicer shape from its top row, in pixels. + + +>Deprecated +> +>Use Shape.Top property instead. +```cpp +int32_t Aspose::Cells::Slicers::Slicer::GetTopPixel() +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use Shape.Top property. This property will be removed 12 months later since May 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/getwidth/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/getwidth/_index.md new file mode 100644 index 00000000000..a9285060652 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/getwidth/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Slicers::Slicer::GetWidth method +linktitle: GetWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::GetWidth method. Returns or sets the width of the specified slicer, in points in C++.' +type: docs +weight: 5300 +url: /es/cpp/aspose.cells.slicers/slicer/getwidth/ +--- +## Slicer::GetWidth method + + +Returns or sets the width of the specified slicer, in points. + + +>Deprecated +> +>Use Shape.WidthPt property instead. +```cpp +double Aspose::Cells::Slicers::Slicer::GetWidth() +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use Shape.WidthPt property. This property will be removed 12 months later since May 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/getwidthpixel/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/getwidthpixel/_index.md new file mode 100644 index 00000000000..0adc1b48944 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/getwidthpixel/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Slicers::Slicer::GetWidthPixel method +linktitle: GetWidthPixel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::GetWidthPixel method. Returns or sets the width of the specified slicer, in pixels in C++.' +type: docs +weight: 5500 +url: /es/cpp/aspose.cells.slicers/slicer/getwidthpixel/ +--- +## Slicer::GetWidthPixel method + + +Returns or sets the width of the specified slicer, in pixels. + + +>Deprecated +> +>Use Shape.Width property instead. +```cpp +int32_t Aspose::Cells::Slicers::Slicer::GetWidthPixel() +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use Shape.Width property. This property will be removed 12 months later since May 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/getworksheet/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/getworksheet/_index.md new file mode 100644 index 00000000000..e4608aae48c --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/getworksheet/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Slicers::Slicer::GetWorksheet method +linktitle: GetWorksheet +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::GetWorksheet method. Returns the Worksheet object which contains this slicer. Read-only in C++.' +type: docs +weight: 3400 +url: /es/cpp/aspose.cells.slicers/slicer/getworksheet/ +--- +## Slicer::GetWorksheet method + + +Returns the [Worksheet](../../../aspose.cells/worksheet/) object which contains this slicer. Read-only. + +```cpp +Worksheet Aspose::Cells::Slicers::Slicer::GetWorksheet() +``` + +## See Also + +* Class [Worksheet](../../../aspose.cells/worksheet/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/islocked/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/islocked/_index.md new file mode 100644 index 00000000000..92db1531c6c --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/islocked/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Slicers::Slicer::IsLocked method +linktitle: IsLocked +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::IsLocked method. Indicates whether the slicer shape is locked in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.slicers/slicer/islocked/ +--- +## Slicer::IsLocked method + + +Indicates whether the slicer shape is locked. + + +>Deprecated +> +>Use Shape.IsLocked property instead. +```cpp +bool Aspose::Cells::Slicers::Slicer::IsLocked() +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use [Shape.IsLocked](../../../aspose.cells.drawing/shape/islocked/) property. This property will be removed 12 months later since January 2026. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/isnull/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/isnull/_index.md new file mode 100644 index 00000000000..22e0d0d8a4f --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Slicers::Slicer::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.slicers/slicer/isnull/ +--- +## Slicer::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Slicers::Slicer::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/isprintable/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/isprintable/_index.md new file mode 100644 index 00000000000..91915978dfa --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/isprintable/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Slicers::Slicer::IsPrintable method +linktitle: IsPrintable +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::IsPrintable method. Indicates whether the slicer object is printable in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.slicers/slicer/isprintable/ +--- +## Slicer::IsPrintable method + + +Indicates whether the slicer object is printable. + + +>Deprecated +> +>Use Shape.IsPrintable property instead. +```cpp +bool Aspose::Cells::Slicers::Slicer::IsPrintable() +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use [Shape.IsPrintable](../../../aspose.cells.drawing/shape/isprintable/) property. This property will be removed 12 months later since January 2026. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/operator_asm/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/operator_asm/_index.md new file mode 100644 index 00000000000..434695defa4 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Slicers::Slicer::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.slicers/slicer/operator_asm/ +--- +## Slicer::operator= method + + +operator= + +```cpp +Slicer & Aspose::Cells::Slicers::Slicer::operator=(const Slicer &src) +``` + +## See Also + +* Class [Slicer](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/operator_bool/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/operator_bool/_index.md new file mode 100644 index 00000000000..e6f6b29548b --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Slicers::Slicer::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.slicers/slicer/operator_bool/ +--- +## Slicer::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Slicers::Slicer::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/refresh/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/refresh/_index.md new file mode 100644 index 00000000000..5dc88da9659 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/refresh/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Slicers::Slicer::Refresh method +linktitle: Refresh +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::Refresh method. Refreshing the slicer. Meanwhile, Refreshing and Calculating PivotTables which this slicer based on in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells.slicers/slicer/refresh/ +--- +## Slicer::Refresh method + + +Refreshing the slicer. Meanwhile, Refreshing and Calculating PivotTables which this slicer based on. + +```cpp +void Aspose::Cells::Slicers::Slicer::Refresh() +``` + + +## Examples + + +```cpp +slicer.Refresh(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/removepivotconnection/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/removepivotconnection/_index.md new file mode 100644 index 00000000000..1f96fd8c9b6 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/removepivotconnection/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::Slicers::Slicer::RemovePivotConnection method +linktitle: RemovePivotConnection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::RemovePivotConnection method. Removes PivotTable connection in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.slicers/slicer/removepivotconnection/ +--- +## Slicer::RemovePivotConnection method + + +Removes PivotTable connection. + +```cpp +void Aspose::Cells::Slicers::Slicer::RemovePivotConnection(const PivotTable &pivot) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pivot | const PivotTable\& | The PivotTable object | + + +## Examples + + +```cpp +slicer.RemovePivotConnection(pivotTable); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../../../aspose.cells.pivot/pivottable/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/setalternativetext/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/setalternativetext/_index.md new file mode 100644 index 00000000000..3d2e14a7085 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/setalternativetext/_index.md @@ -0,0 +1,60 @@ +--- +title: Aspose::Cells::Slicers::Slicer::SetAlternativeText method +linktitle: SetAlternativeText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::SetAlternativeText method. Returns or sets the descriptive (alternative) text string of the Slicer object in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.slicers/slicer/setalternativetext/ +--- +## Slicer::SetAlternativeText(const U16String\&) method + + +Returns or sets the descriptive (alternative) text string of the [Slicer](../) object. + + +>Deprecated +> +>Use Shape.AlternativeText property instead. +```cpp +void Aspose::Cells::Slicers::Slicer::SetAlternativeText(const U16String &value) +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use Shape.AlternativeText property. This property will be removed 12 months later since January 2026. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) +## Slicer::SetAlternativeText(const char16_t*) method + + +Returns or sets the descriptive (alternative) text string of the [Slicer](../) object. + + +>Deprecated +> +>Use Shape.AlternativeText property instead. +```cpp +void Aspose::Cells::Slicers::Slicer::SetAlternativeText(const char16_t *value) +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use Shape.AlternativeText property. This property will be removed 12 months later since January 2026. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/setcaption/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/setcaption/_index.md new file mode 100644 index 00000000000..c116a42ffe7 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/setcaption/_index.md @@ -0,0 +1,63 @@ +--- +title: Aspose::Cells::Slicers::Slicer::SetCaption method +linktitle: SetCaption +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::SetCaption method. Returns or sets the caption of the specified slicer in C++.' +type: docs +weight: 4000 +url: /es/cpp/aspose.cells.slicers/slicer/setcaption/ +--- +## Slicer::SetCaption(const U16String\&) method + + +Returns or sets the caption of the specified slicer. + +```cpp +void Aspose::Cells::Slicers::Slicer::SetCaption(const U16String &value) +``` + + +## Examples + + +```cpp +U16String val = u"slicer caption"; +if (slicer.GetCaption().IsNull()) +{ + slicer.SetCaption(val); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) +## Slicer::SetCaption(const char16_t*) method + + +Returns or sets the caption of the specified slicer. + +```cpp +void Aspose::Cells::Slicers::Slicer::SetCaption(const char16_t *value) +``` + + +## Examples + + +```cpp +if(slicer.GetCaption().IsNull()) +{ + slicer.SetCaption(u"slicer caption"); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/setcaptionvisible/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/setcaptionvisible/_index.md new file mode 100644 index 00000000000..ac19ae3b308 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/setcaptionvisible/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Slicers::Slicer::SetCaptionVisible method +linktitle: SetCaptionVisible +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::SetCaptionVisible method. Returns or sets whether the header that displays the slicer Caption is visible. The default value is true in C++.' +type: docs +weight: 4400 +url: /es/cpp/aspose.cells.slicers/slicer/setcaptionvisible/ +--- +## Slicer::SetCaptionVisible method + + +Returns or sets whether the header that displays the slicer Caption is visible. The default value is true. + + +>Deprecated +> +>Use Slicer.ShowCaption property instead. +```cpp +void Aspose::Cells::Slicers::Slicer::SetCaptionVisible(bool value) +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use Slicer.ShowCaption property. This property will be removed 12 months later since January 2026. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/setcolumnwidth/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/setcolumnwidth/_index.md new file mode 100644 index 00000000000..108976b3ad7 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/setcolumnwidth/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Slicers::Slicer::SetColumnWidth method +linktitle: SetColumnWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::SetColumnWidth method. Returns or sets the width of each column in the slicer in unit of points in C++.' +type: docs +weight: 6400 +url: /es/cpp/aspose.cells.slicers/slicer/setcolumnwidth/ +--- +## Slicer::SetColumnWidth method + + +Returns or sets the width of each column in the slicer in unit of points. + +```cpp +void Aspose::Cells::Slicers::Slicer::SetColumnWidth(double value) +``` + + +## Examples + + +```cpp +if (slicer.GetColumnWidth() != 80) +{ + slicer.SetColumnWidth(80); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/setcolumnwidthpixel/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/setcolumnwidthpixel/_index.md new file mode 100644 index 00000000000..5cdb2082811 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/setcolumnwidthpixel/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Slicers::Slicer::SetColumnWidthPixel method +linktitle: SetColumnWidthPixel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::SetColumnWidthPixel method. Gets or sets the width of each column in the slicer, in unit of pixels in C++.' +type: docs +weight: 6200 +url: /es/cpp/aspose.cells.slicers/slicer/setcolumnwidthpixel/ +--- +## Slicer::SetColumnWidthPixel method + + +Gets or sets the width of each column in the slicer, in unit of pixels. + +```cpp +void Aspose::Cells::Slicers::Slicer::SetColumnWidthPixel(int32_t value) +``` + + +## Examples + + +```cpp +if (slicer.GetColumnWidthPixel() != 120) +{ + slicer.SetColumnWidthPixel(120); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/setfirstitemindex/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/setfirstitemindex/_index.md new file mode 100644 index 00000000000..54dabd00190 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/setfirstitemindex/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Slicers::Slicer::SetFirstItemIndex method +linktitle: SetFirstItemIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::SetFirstItemIndex method. Specifies the zero-based index of the first slicer item in C++.' +type: docs +weight: 4200 +url: /es/cpp/aspose.cells.slicers/slicer/setfirstitemindex/ +--- +## Slicer::SetFirstItemIndex method + + +Specifies the zero-based index of the first slicer item. + +```cpp +void Aspose::Cells::Slicers::Slicer::SetFirstItemIndex(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/setheight/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/setheight/_index.md new file mode 100644 index 00000000000..9ef8a3045f1 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/setheight/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Slicers::Slicer::SetHeight method +linktitle: SetHeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::SetHeight method. Returns or sets the height of the specified slicer, in points in C++.' +type: docs +weight: 5800 +url: /es/cpp/aspose.cells.slicers/slicer/setheight/ +--- +## Slicer::SetHeight method + + +Returns or sets the height of the specified slicer, in points. + + +>Deprecated +> +>Use Shape.HeightPt property instead. +```cpp +void Aspose::Cells::Slicers::Slicer::SetHeight(double value) +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use Shape.HeightPt property. This property will be removed 12 months later since May 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/setheightpixel/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/setheightpixel/_index.md new file mode 100644 index 00000000000..d0941e33853 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/setheightpixel/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Slicers::Slicer::SetHeightPixel method +linktitle: SetHeightPixel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::SetHeightPixel method. Returns or sets the height of the specified slicer, in pixels in C++.' +type: docs +weight: 6000 +url: /es/cpp/aspose.cells.slicers/slicer/setheightpixel/ +--- +## Slicer::SetHeightPixel method + + +Returns or sets the height of the specified slicer, in pixels. + + +>Deprecated +> +>Use Shape.Height property instead. +```cpp +void Aspose::Cells::Slicers::Slicer::SetHeightPixel(int32_t value) +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use Shape.Height property. This property will be removed 12 months later since May 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/setislocked/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/setislocked/_index.md new file mode 100644 index 00000000000..72e8c3a20c5 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/setislocked/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Slicers::Slicer::SetIsLocked method +linktitle: SetIsLocked +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::SetIsLocked method. Indicates whether the slicer shape is locked in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.slicers/slicer/setislocked/ +--- +## Slicer::SetIsLocked method + + +Indicates whether the slicer shape is locked. + + +>Deprecated +> +>Use Shape.IsLocked property instead. +```cpp +void Aspose::Cells::Slicers::Slicer::SetIsLocked(bool value) +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use [Shape.IsLocked](../../../aspose.cells.drawing/shape/islocked/) property. This property will be removed 12 months later since January 2026. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/setisprintable/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/setisprintable/_index.md new file mode 100644 index 00000000000..dbed3b92ed0 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/setisprintable/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Slicers::Slicer::SetIsPrintable method +linktitle: SetIsPrintable +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::SetIsPrintable method. Indicates whether the slicer object is printable in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.slicers/slicer/setisprintable/ +--- +## Slicer::SetIsPrintable method + + +Indicates whether the slicer object is printable. + + +>Deprecated +> +>Use Shape.IsPrintable property instead. +```cpp +void Aspose::Cells::Slicers::Slicer::SetIsPrintable(bool value) +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use [Shape.IsPrintable](../../../aspose.cells.drawing/shape/isprintable/) property. This property will be removed 12 months later since January 2026. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/setleftpixel/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/setleftpixel/_index.md new file mode 100644 index 00000000000..988dd7f9d1b --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/setleftpixel/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Slicers::Slicer::SetLeftPixel method +linktitle: SetLeftPixel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::SetLeftPixel method. Returns or sets the horizontal offset of slicer shape from its left column, in pixels in C++.' +type: docs +weight: 5000 +url: /es/cpp/aspose.cells.slicers/slicer/setleftpixel/ +--- +## Slicer::SetLeftPixel method + + +Returns or sets the horizontal offset of slicer shape from its left column, in pixels. + + +>Deprecated +> +>Use Shape.Left property instead. +```cpp +void Aspose::Cells::Slicers::Slicer::SetLeftPixel(int32_t value) +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use Shape.Left property. This property will be removed 12 months later since May 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/setlockedaspectratio/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/setlockedaspectratio/_index.md new file mode 100644 index 00000000000..50bea6549e7 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/setlockedaspectratio/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Slicers::Slicer::SetLockedAspectRatio method +linktitle: SetLockedAspectRatio +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::SetLockedAspectRatio method. Indicates whether locking aspect ratio in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.slicers/slicer/setlockedaspectratio/ +--- +## Slicer::SetLockedAspectRatio method + + +Indicates whether locking aspect ratio. + + +>Deprecated +> +>Use Shape.IsLockAspectRatio property instead. +```cpp +void Aspose::Cells::Slicers::Slicer::SetLockedAspectRatio(bool value) +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use [Shape.IsAspectRatioLocked](../../../aspose.cells.drawing/shape/isaspectratiolocked/) method. This property will be removed 12 months later since January 2026. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/setlockedposition/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/setlockedposition/_index.md new file mode 100644 index 00000000000..b576872dfc7 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/setlockedposition/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Slicers::Slicer::SetLockedPosition method +linktitle: SetLockedPosition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::SetLockedPosition method. Indicates whether the specified slicer can be moved or resized by using the user interface in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells.slicers/slicer/setlockedposition/ +--- +## Slicer::SetLockedPosition method + + +Indicates whether the specified slicer can be moved or resized by using the user interface. + +```cpp +void Aspose::Cells::Slicers::Slicer::SetLockedPosition(bool value) +``` + + +## Examples + + +```cpp +if (slicer.GetLockedPosition() == true) +{ + slicer.SetLockedPosition(false); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/setname/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/setname/_index.md new file mode 100644 index 00000000000..99e50d28e93 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/setname/_index.md @@ -0,0 +1,63 @@ +--- +title: Aspose::Cells::Slicers::Slicer::SetName method +linktitle: SetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::SetName method. Returns or sets the name of the specified slicer in C++.' +type: docs +weight: 3800 +url: /es/cpp/aspose.cells.slicers/slicer/setname/ +--- +## Slicer::SetName(const U16String\&) method + + +Returns or sets the name of the specified slicer. + +```cpp +void Aspose::Cells::Slicers::Slicer::SetName(const U16String &value) +``` + + +## Examples + + +```cpp +U16String val = u"slicer name"; +if (slicer.GetName().IsNull()) +{ + slicer.SetName(val); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) +## Slicer::SetName(const char16_t*) method + + +Returns or sets the name of the specified slicer. + +```cpp +void Aspose::Cells::Slicers::Slicer::SetName(const char16_t *value) +``` + + +## Examples + + +```cpp +if (slicer.GetName().IsNull()) +{ + slicer.SetName(u"slicer name"); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/setnumberofcolumns/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/setnumberofcolumns/_index.md new file mode 100644 index 00000000000..995a5fc452a --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/setnumberofcolumns/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Slicers::Slicer::SetNumberOfColumns method +linktitle: SetNumberOfColumns +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::SetNumberOfColumns method. Returns or sets the number of columns in the slicer. The default value is 1 in C++.' +type: docs +weight: 4800 +url: /es/cpp/aspose.cells.slicers/slicer/setnumberofcolumns/ +--- +## Slicer::SetNumberOfColumns method + + +Returns or sets the number of columns in the slicer. The default value is 1. + +```cpp +void Aspose::Cells::Slicers::Slicer::SetNumberOfColumns(int32_t value) +``` + + +## Examples + + +```cpp +if (slicer.GetNumberOfColumns() != 1) +{ + slicer.SetNumberOfColumns(1); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/setplacement/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/setplacement/_index.md new file mode 100644 index 00000000000..55d9da35dfc --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/setplacement/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Slicers::Slicer::SetPlacement method +linktitle: SetPlacement +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::SetPlacement method. Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.slicers/slicer/setplacement/ +--- +## Slicer::SetPlacement method + + +Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. + + +>Deprecated +> +>Use Shape.Placement property instead. +```cpp +void Aspose::Cells::Slicers::Slicer::SetPlacement(PlacementType value) +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use Shape.Placement property. This property will be removed 12 months later since January 2026. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [PlacementType](../../../aspose.cells.drawing/placementtype/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/setrowheight/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/setrowheight/_index.md new file mode 100644 index 00000000000..b40b765410c --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/setrowheight/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Slicers::Slicer::SetRowHeight method +linktitle: SetRowHeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::SetRowHeight method. Returns or sets the height of each row in the specified slicer in unit of points in C++.' +type: docs +weight: 6800 +url: /es/cpp/aspose.cells.slicers/slicer/setrowheight/ +--- +## Slicer::SetRowHeight method + + +Returns or sets the height of each row in the specified slicer in unit of points. + +```cpp +void Aspose::Cells::Slicers::Slicer::SetRowHeight(double value) +``` + + +## Examples + + +```cpp +if (slicer.GetRowHeight() != 20) +{ + slicer.SetRowHeight(20); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/setrowheightpixel/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/setrowheightpixel/_index.md new file mode 100644 index 00000000000..29f3e92802f --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/setrowheightpixel/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Slicers::Slicer::SetRowHeightPixel method +linktitle: SetRowHeightPixel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::SetRowHeightPixel method. Returns or sets the height of each row in the specified slicer, in unit of pixels in C++.' +type: docs +weight: 6600 +url: /es/cpp/aspose.cells.slicers/slicer/setrowheightpixel/ +--- +## Slicer::SetRowHeightPixel method + + +Returns or sets the height of each row in the specified slicer, in unit of pixels. + +```cpp +void Aspose::Cells::Slicers::Slicer::SetRowHeightPixel(int32_t value) +``` + + +## Examples + + +```cpp +if (slicer.GetRowHeightPixel() != 30) +{ + slicer.SetRowHeightPixel(30); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/setshowallitems/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/setshowallitems/_index.md new file mode 100644 index 00000000000..0c6e0e13265 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/setshowallitems/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Slicers::Slicer::SetShowAllItems method +linktitle: SetShowAllItems +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::SetShowAllItems method. Indicates whether to show all items even if there are no data or they are deleted. Default value is true; in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.slicers/slicer/setshowallitems/ +--- +## Slicer::SetShowAllItems method + + +Indicates whether to show all items even if there are no data or they are deleted. Default value is true;. + +```cpp +void Aspose::Cells::Slicers::Slicer::SetShowAllItems(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/setshowcaption/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/setshowcaption/_index.md new file mode 100644 index 00000000000..1afe130c4b3 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/setshowcaption/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Slicers::Slicer::SetShowCaption method +linktitle: SetShowCaption +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::SetShowCaption method. Indicates whether the header of the slicer is visible. The default value is true in C++.' +type: docs +weight: 4600 +url: /es/cpp/aspose.cells.slicers/slicer/setshowcaption/ +--- +## Slicer::SetShowCaption method + + +Indicates whether the header of the slicer is visible. The default value is true. + +```cpp +void Aspose::Cells::Slicers::Slicer::SetShowCaption(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/setshowmissing/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/setshowmissing/_index.md new file mode 100644 index 00000000000..0e40626846d --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/setshowmissing/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Slicers::Slicer::SetShowMissing method +linktitle: SetShowMissing +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::SetShowMissing method. Indicates whether to show items deteleted from the data source in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.slicers/slicer/setshowmissing/ +--- +## Slicer::SetShowMissing method + + +Indicates whether to show items deteleted from the data source. + +```cpp +void Aspose::Cells::Slicers::Slicer::SetShowMissing(bool value) +``` + +## Remarks + + +Only works when Slicer.ShowAllItems is true. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/setshowtypeofitemswithnodata/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/setshowtypeofitemswithnodata/_index.md new file mode 100644 index 00000000000..97b99ec4b3f --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/setshowtypeofitemswithnodata/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Slicers::Slicer::SetShowTypeOfItemsWithNoData method +linktitle: SetShowTypeOfItemsWithNoData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::SetShowTypeOfItemsWithNoData method. Indicates whether to show items deteleted from the data source in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.slicers/slicer/setshowtypeofitemswithnodata/ +--- +## Slicer::SetShowTypeOfItemsWithNoData method + + +Indicates whether to show items deteleted from the data source. + +```cpp +void Aspose::Cells::Slicers::Slicer::SetShowTypeOfItemsWithNoData(ItemsWithNoDataShowMode value) +``` + +## Remarks + + +Only works when Slicer.ShowAllItems is true. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [ItemsWithNoDataShowMode](../../itemswithnodatashowmode/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/setsortordertype/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/setsortordertype/_index.md new file mode 100644 index 00000000000..cb6c580e249 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/setsortordertype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Slicers::Slicer::SetSortOrderType method +linktitle: SetSortOrderType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::SetSortOrderType method. Indicates the type of sorting items in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.slicers/slicer/setsortordertype/ +--- +## Slicer::SetSortOrderType method + + +Indicates the type of sorting items. + +```cpp +void Aspose::Cells::Slicers::Slicer::SetSortOrderType(SortOrder value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [SortOrder](../../../aspose.cells/sortorder/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/setstyletype/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/setstyletype/_index.md new file mode 100644 index 00000000000..e55dad33472 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/setstyletype/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Slicers::Slicer::SetStyleType method +linktitle: SetStyleType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::SetStyleType method. Specify the type of Built-in slicer style. The default type is SlicerStyleLight1 in C++.' +type: docs +weight: 3600 +url: /es/cpp/aspose.cells.slicers/slicer/setstyletype/ +--- +## Slicer::SetStyleType method + + +Specify the type of Built-in slicer style. The default type is SlicerStyleLight1. + +```cpp +void Aspose::Cells::Slicers::Slicer::SetStyleType(SlicerStyleType value) +``` + + +## Examples + + +```cpp +if(slicer.GetStyleType() != SlicerStyleType::SlicerStyleLight2) +{ + slicer.SetStyleType(SlicerStyleType::SlicerStyleLight2); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [SlicerStyleType](../../slicerstyletype/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/settitle/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/settitle/_index.md new file mode 100644 index 00000000000..638a9ad171e --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/settitle/_index.md @@ -0,0 +1,60 @@ +--- +title: Aspose::Cells::Slicers::Slicer::SetTitle method +linktitle: SetTitle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::SetTitle method. Specifies the title of the current Slicer object in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.slicers/slicer/settitle/ +--- +## Slicer::SetTitle(const U16String\&) method + + +Specifies the title of the current [Slicer](../) object. + + +>Deprecated +> +>Use Shape.Title property instead. +```cpp +void Aspose::Cells::Slicers::Slicer::SetTitle(const U16String &value) +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use Shape.Title property. This property will be removed 12 months later since January 2026. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) +## Slicer::SetTitle(const char16_t*) method + + +Specifies the title of the current [Slicer](../) object. + + +>Deprecated +> +>Use Shape.Title property instead. +```cpp +void Aspose::Cells::Slicers::Slicer::SetTitle(const char16_t *value) +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use Shape.Title property. This property will be removed 12 months later since January 2026. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/settoppixel/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/settoppixel/_index.md new file mode 100644 index 00000000000..847550f292e --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/settoppixel/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Slicers::Slicer::SetTopPixel method +linktitle: SetTopPixel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::SetTopPixel method. Returns or sets the vertical offset of slicer shape from its top row, in pixels in C++.' +type: docs +weight: 5200 +url: /es/cpp/aspose.cells.slicers/slicer/settoppixel/ +--- +## Slicer::SetTopPixel method + + +Returns or sets the vertical offset of slicer shape from its top row, in pixels. + + +>Deprecated +> +>Use Shape.Top property instead. +```cpp +void Aspose::Cells::Slicers::Slicer::SetTopPixel(int32_t value) +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use Shape.Top property. This property will be removed 12 months later since May 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/setwidth/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/setwidth/_index.md new file mode 100644 index 00000000000..4865e656e3a --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/setwidth/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Slicers::Slicer::SetWidth method +linktitle: SetWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::SetWidth method. Returns or sets the width of the specified slicer, in points in C++.' +type: docs +weight: 5400 +url: /es/cpp/aspose.cells.slicers/slicer/setwidth/ +--- +## Slicer::SetWidth method + + +Returns or sets the width of the specified slicer, in points. + + +>Deprecated +> +>Use Shape.WidthPt property instead. +```cpp +void Aspose::Cells::Slicers::Slicer::SetWidth(double value) +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use Shape.WidthPt property. This property will be removed 12 months later since May 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/setwidthpixel/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/setwidthpixel/_index.md new file mode 100644 index 00000000000..775adda5a5b --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/setwidthpixel/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Slicers::Slicer::SetWidthPixel method +linktitle: SetWidthPixel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::SetWidthPixel method. Returns or sets the width of the specified slicer, in pixels in C++.' +type: docs +weight: 5600 +url: /es/cpp/aspose.cells.slicers/slicer/setwidthpixel/ +--- +## Slicer::SetWidthPixel method + + +Returns or sets the width of the specified slicer, in pixels. + + +>Deprecated +> +>Use Shape.Width property instead. +```cpp +void Aspose::Cells::Slicers::Slicer::SetWidthPixel(int32_t value) +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use Shape.Width property. This property will be removed 12 months later since May 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/slicer/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/slicer/_index.md new file mode 100644 index 00000000000..ffa802c4ca0 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/slicer/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Slicers::Slicer::Slicer constructor +linktitle: Slicer +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::Slicer constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.slicers/slicer/slicer/ +--- +## Slicer::Slicer(Slicer_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Slicers::Slicer::Slicer(Slicer_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) +## Slicer::Slicer(const Slicer\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Slicers::Slicer::Slicer(const Slicer &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Slicer](../) +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicer/~slicer/_index.md b/spanish/cpp/aspose.cells.slicers/slicer/~slicer/_index.md new file mode 100644 index 00000000000..51fa84ea6c4 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicer/~slicer/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Slicers::Slicer::~Slicer method +linktitle: ~Slicer +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::Slicer::~Slicer method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.slicers/slicer/~slicer/ +--- +## Slicer::~Slicer method + + +Destructor. + +```cpp +Aspose::Cells::Slicers::Slicer::~Slicer() +``` + +## See Also + +* Class [Slicer](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicercache/_impl/_index.md b/spanish/cpp/aspose.cells.slicers/slicercache/_impl/_index.md new file mode 100644 index 00000000000..b90446cf946 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicercache/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Slicers::SlicerCache::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::SlicerCache::_impl field. The implementation object in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.slicers/slicercache/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +SlicerCache_Impl* Aspose::Cells::Slicers::SlicerCache::_impl +``` + +## See Also + +* Class [SlicerCache](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicercache/_index.md b/spanish/cpp/aspose.cells.slicers/slicercache/_index.md new file mode 100644 index 00000000000..21d085c4ef5 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicercache/_index.md @@ -0,0 +1,107 @@ +--- +title: Aspose::Cells::Slicers::SlicerCache class +linktitle: SlicerCache +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::SlicerCache class. Represent summary description of slicer cache in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.slicers/slicercache/ +--- +## SlicerCache class + + +Represent summary description of slicer cache. + +```cpp +class SlicerCache +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetCrossFilterType()](./getcrossfiltertype/) | **(Deprecated)** Indicates how to show items with no data of slicer. | +| [GetList()](./getlist/) | Indicates whether the slicer associated with the specified slicer cache is based on an Non-OLAP data source. | +| [GetName()](./getname/) | Returns the name of the slicer cache. | +| [GetSlicerCacheItems()](./getslicercacheitems/) | Returns a [SlicerCacheItem](../slicercacheitem/) collection that contains the collection of all items in the slicer cache. Read-only. | +| [GetSourceName()](./getsourcename/) | Returns the name of this slicer cache. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const SlicerCache\& src)](./operator_asm/) | operator= | +| [SetCrossFilterType(SlicerCacheCrossFilterType value)](./setcrossfiltertype/) | **(Deprecated)** Indicates how to show items with no data of slicer. | +| [SlicerCache(SlicerCache_Impl* impl)](./slicercache/) | Constructs from an implementation object. | +| [SlicerCache(const SlicerCache\& src)](./slicercache/) | Copy constructor. | +| [~SlicerCache()](./~slicercache/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook book; +Worksheet sheet = book.GetWorksheets().Get(0); +Cells cells = sheet.GetCells(); +cells.Get(0, 0).PutValue(u"fruit"); +cells.Get(1, 0).PutValue(u"grape"); +cells.Get(2, 0).PutValue(u"blueberry"); +cells.Get(3, 0).PutValue(u"kiwi"); +cells.Get(4, 0).PutValue(u"cherry"); +cells.Get(5, 0).PutValue(u"grape"); +cells.Get(6, 0).PutValue(u"blueberry"); +cells.Get(7, 0).PutValue(u"kiwi"); +cells.Get(8, 0).PutValue(u"cherry"); + +cells.Get(0, 1).PutValue(u"year"); +cells.Get(1, 1).PutValue(2020); +cells.Get(2, 1).PutValue(2020); +cells.Get(3, 1).PutValue(2020); +cells.Get(4, 1).PutValue(2020); +cells.Get(5, 1).PutValue(2021); +cells.Get(6, 1).PutValue(2021); +cells.Get(7, 1).PutValue(2021); +cells.Get(8, 1).PutValue(2021); + +cells.Get(0, 2).PutValue(u"amount"); +cells.Get(1, 2).PutValue(50); +cells.Get(2, 2).PutValue(60); +cells.Get(3, 2).PutValue(70); +cells.Get(4, 2).PutValue(80); +cells.Get(5, 2).PutValue(90); +cells.Get(6, 2).PutValue(100); +cells.Get(7, 2).PutValue(110); +cells.Get(8, 2).PutValue(120); + +PivotTableCollection pivots = sheet.GetPivotTables(); + +int pivotIndex = pivots.Add(u"=Sheet1!A1:C9", u"A12", u"TestPivotTable"); +PivotTable pivot = pivots.Get(pivotIndex); +pivot.AddFieldToArea(PivotFieldType::Row, u"fruit"); +pivot.AddFieldToArea(PivotFieldType::Column, u"year"); +pivot.AddFieldToArea(PivotFieldType::Data, u"amount"); + +pivot.SetPivotTableStyleType(PivotTableStyleType::PivotTableStyleMedium10); +pivot.RefreshData(); +pivot.CalculateData(); + +SlicerCollection slicers = sheet.GetSlicers(); +int slicerIndex = slicers.Add(pivot, "E12", "fruit"); +Slicer slicer = slicers.Get(slicerIndex); +slicer.SetStyleType(SlicerStyleType::SlicerStyleLight2); + +//Obtener el objeto SlicerCache del segmentador actual +SlicerCache slicerCache = slicer.GetSlicerCache(); + + +book.Save("out.xlsx"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::Slicers](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicercache/getcrossfiltertype/_index.md b/spanish/cpp/aspose.cells.slicers/slicercache/getcrossfiltertype/_index.md new file mode 100644 index 00000000000..d1a42b2e6f1 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicercache/getcrossfiltertype/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Slicers::SlicerCache::GetCrossFilterType method +linktitle: GetCrossFilterType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::SlicerCache::GetCrossFilterType method. Indicates how to show items with no data of slicer in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.slicers/slicercache/getcrossfiltertype/ +--- +## SlicerCache::GetCrossFilterType method + + +Indicates how to show items with no data of slicer. + + +>Deprecated +> +>Use Slicer.ShowTypeOfItemsWithNoData property instead. +```cpp +SlicerCacheCrossFilterType Aspose::Cells::Slicers::SlicerCache::GetCrossFilterType() +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use Slicer.ShowTypeOfItemsWithNoData property. This property will be removed 12 months later since January 2026. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Enum [SlicerCacheCrossFilterType](../../slicercachecrossfiltertype/) +* Class [SlicerCache](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicercache/getlist/_index.md b/spanish/cpp/aspose.cells.slicers/slicercache/getlist/_index.md new file mode 100644 index 00000000000..93e0a706f57 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicercache/getlist/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Slicers::SlicerCache::GetList method +linktitle: GetList +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::SlicerCache::GetList method. Indicates whether the slicer associated with the specified slicer cache is based on an Non-OLAP data source in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.slicers/slicercache/getlist/ +--- +## SlicerCache::GetList method + + +Indicates whether the slicer associated with the specified slicer cache is based on an Non-OLAP data source. + +```cpp +bool Aspose::Cells::Slicers::SlicerCache::GetList() +``` + + +## Examples + + +```cpp +bool bLst = slicerCache.GetList(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SlicerCache](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicercache/getname/_index.md b/spanish/cpp/aspose.cells.slicers/slicercache/getname/_index.md new file mode 100644 index 00000000000..5a9f94ec33e --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicercache/getname/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Slicers::SlicerCache::GetName method +linktitle: GetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::SlicerCache::GetName method. Returns the name of the slicer cache in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.slicers/slicercache/getname/ +--- +## SlicerCache::GetName method + + +Returns the name of the slicer cache. + +```cpp +U16String Aspose::Cells::Slicers::SlicerCache::GetName() +``` + + +## Examples + + +```cpp +//obtener el nombre de la slicer cache. +U16String name = slicerCache.GetName(); +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SlicerCache](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicercache/getslicercacheitems/_index.md b/spanish/cpp/aspose.cells.slicers/slicercache/getslicercacheitems/_index.md new file mode 100644 index 00000000000..39daff6a966 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicercache/getslicercacheitems/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Slicers::SlicerCache::GetSlicerCacheItems method +linktitle: GetSlicerCacheItems +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::SlicerCache::GetSlicerCacheItems method. Returns a SlicerCacheItem collection that contains the collection of all items in the slicer cache. Read-only in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.slicers/slicercache/getslicercacheitems/ +--- +## SlicerCache::GetSlicerCacheItems method + + +Returns a [SlicerCacheItem](../../slicercacheitem/) collection that contains the collection of all items in the slicer cache. Read-only. + +```cpp +SlicerCacheItemCollection Aspose::Cells::Slicers::SlicerCache::GetSlicerCacheItems() +``` + + +## Examples + + +```cpp +//obtener la colección SlicerCacheItem que contiene la colección de todos los elementos en la slicer cache. +SlicerCacheItemCollection slicerCacheItems = slicerCache.GetSlicerCacheItems(); +int count = slicerCacheItems.GetCount(); +``` + +## See Also + +* Class [SlicerCacheItemCollection](../../slicercacheitemcollection/) +* Class [SlicerCache](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicercache/getsourcename/_index.md b/spanish/cpp/aspose.cells.slicers/slicercache/getsourcename/_index.md new file mode 100644 index 00000000000..d2e5aa3a14f --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicercache/getsourcename/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Slicers::SlicerCache::GetSourceName method +linktitle: GetSourceName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::SlicerCache::GetSourceName method. Returns the name of this slicer cache in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.slicers/slicercache/getsourcename/ +--- +## SlicerCache::GetSourceName method + + +Returns the name of this slicer cache. + +```cpp +U16String Aspose::Cells::Slicers::SlicerCache::GetSourceName() +``` + + +## Examples + + +```cpp + //obtener el nombre de esta slicer cache. +U16String sourceName = slicerCache.GetSourceName(); +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SlicerCache](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicercache/isnull/_index.md b/spanish/cpp/aspose.cells.slicers/slicercache/isnull/_index.md new file mode 100644 index 00000000000..f50affd492f --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicercache/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Slicers::SlicerCache::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::SlicerCache::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.slicers/slicercache/isnull/ +--- +## SlicerCache::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Slicers::SlicerCache::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SlicerCache](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicercache/operator_asm/_index.md b/spanish/cpp/aspose.cells.slicers/slicercache/operator_asm/_index.md new file mode 100644 index 00000000000..d97929f3492 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicercache/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Slicers::SlicerCache::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::SlicerCache::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.slicers/slicercache/operator_asm/ +--- +## SlicerCache::operator= method + + +operator= + +```cpp +SlicerCache & Aspose::Cells::Slicers::SlicerCache::operator=(const SlicerCache &src) +``` + +## See Also + +* Class [SlicerCache](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [SlicerCache](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicercache/operator_bool/_index.md b/spanish/cpp/aspose.cells.slicers/slicercache/operator_bool/_index.md new file mode 100644 index 00000000000..9409b063d3e --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicercache/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Slicers::SlicerCache::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::SlicerCache::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.slicers/slicercache/operator_bool/ +--- +## SlicerCache::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Slicers::SlicerCache::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [SlicerCache](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicercache/setcrossfiltertype/_index.md b/spanish/cpp/aspose.cells.slicers/slicercache/setcrossfiltertype/_index.md new file mode 100644 index 00000000000..23c54b356ab --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicercache/setcrossfiltertype/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Slicers::SlicerCache::SetCrossFilterType method +linktitle: SetCrossFilterType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::SlicerCache::SetCrossFilterType method. Indicates how to show items with no data of slicer in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.slicers/slicercache/setcrossfiltertype/ +--- +## SlicerCache::SetCrossFilterType method + + +Indicates how to show items with no data of slicer. + + +>Deprecated +> +>Use Slicer.ShowTypeOfItemsWithNoData property instead. +```cpp +void Aspose::Cells::Slicers::SlicerCache::SetCrossFilterType(SlicerCacheCrossFilterType value) +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use Slicer.ShowTypeOfItemsWithNoData property. This property will be removed 12 months later since January 2026. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [SlicerCacheCrossFilterType](../../slicercachecrossfiltertype/) +* Class [SlicerCache](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicercache/slicercache/_index.md b/spanish/cpp/aspose.cells.slicers/slicercache/slicercache/_index.md new file mode 100644 index 00000000000..c497240cc20 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicercache/slicercache/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Slicers::SlicerCache::SlicerCache constructor +linktitle: SlicerCache +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::SlicerCache::SlicerCache constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.slicers/slicercache/slicercache/ +--- +## SlicerCache::SlicerCache(SlicerCache_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Slicers::SlicerCache::SlicerCache(SlicerCache_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SlicerCache](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) +## SlicerCache::SlicerCache(const SlicerCache\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Slicers::SlicerCache::SlicerCache(const SlicerCache &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SlicerCache](../) +* Class [SlicerCache](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicercache/~slicercache/_index.md b/spanish/cpp/aspose.cells.slicers/slicercache/~slicercache/_index.md new file mode 100644 index 00000000000..5e1a5017d8a --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicercache/~slicercache/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Slicers::SlicerCache::~SlicerCache method +linktitle: ~SlicerCache +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::SlicerCache::~SlicerCache method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.slicers/slicercache/~slicercache/ +--- +## SlicerCache::~SlicerCache method + + +Destructor. + +```cpp +Aspose::Cells::Slicers::SlicerCache::~SlicerCache() +``` + +## See Also + +* Class [SlicerCache](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicercachecrossfiltertype/_index.md b/spanish/cpp/aspose.cells.slicers/slicercachecrossfiltertype/_index.md new file mode 100644 index 00000000000..193ed769519 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicercachecrossfiltertype/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Slicers::SlicerCacheCrossFilterType enum +linktitle: SlicerCacheCrossFilterType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::SlicerCacheCrossFilterType enum. Represent the type how to show items with no data for slicer in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.slicers/slicercachecrossfiltertype/ +--- +## SlicerCacheCrossFilterType enum + + +Represent the type how to show items with no data for slicer. + + +>Deprecated +> +>Use ItemsWithNoDataShowMode enum instead. +```cpp +enum class SlicerCacheCrossFilterType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| None | 0 |
Hide items with no data. | +| ShowItemsWithDataAtTop | 1 |
Show items with data at top. | +| ShowItemsWithNoData | 2 |
Show items with no data with natural order. | + +## Remarks + + +NOTE: This enum is now obsolete. Instead, please use [ItemsWithNoDataShowMode](../itemswithnodatashowmode/) enum. This property will be removed 12 months later since January 2026. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Namespace [Aspose::Cells::Slicers](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicercacheitem/_impl/_index.md b/spanish/cpp/aspose.cells.slicers/slicercacheitem/_impl/_index.md new file mode 100644 index 00000000000..3ba77e79c16 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicercacheitem/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Slicers::SlicerCacheItem::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::SlicerCacheItem::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.slicers/slicercacheitem/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +SlicerCacheItem_Impl* Aspose::Cells::Slicers::SlicerCacheItem::_impl +``` + +## See Also + +* Class [SlicerCacheItem](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicercacheitem/_index.md b/spanish/cpp/aspose.cells.slicers/slicercacheitem/_index.md new file mode 100644 index 00000000000..add5ba3be0d --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicercacheitem/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Slicers::SlicerCacheItem class +linktitle: SlicerCacheItem +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::SlicerCacheItem class. Represent slicer data source item in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.slicers/slicercacheitem/ +--- +## SlicerCacheItem class + + +Represent slicer data source item. + +```cpp +class SlicerCacheItem +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetSelected()](./getselected/) | Specifies whether the SlicerItem is selected or not. | +| [GetValue()](./getvalue/) | Returns the label text for the slicer item. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const SlicerCacheItem\& src)](./operator_asm/) | operator= | +| [SetSelected(bool value)](./setselected/) | Specifies whether the SlicerItem is selected or not. | +| [SlicerCacheItem(SlicerCacheItem_Impl* impl)](./slicercacheitem/) | Constructs from an implementation object. | +| [SlicerCacheItem(const SlicerCacheItem\& src)](./slicercacheitem/) | Copy constructor. | +| [~SlicerCacheItem()](./~slicercacheitem/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Slicers](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicercacheitem/getselected/_index.md b/spanish/cpp/aspose.cells.slicers/slicercacheitem/getselected/_index.md new file mode 100644 index 00000000000..e50af0e332c --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicercacheitem/getselected/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Slicers::SlicerCacheItem::GetSelected method +linktitle: GetSelected +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::SlicerCacheItem::GetSelected method. Specifies whether the SlicerItem is selected or not in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.slicers/slicercacheitem/getselected/ +--- +## SlicerCacheItem::GetSelected method + + +Specifies whether the SlicerItem is selected or not. + +```cpp +bool Aspose::Cells::Slicers::SlicerCacheItem::GetSelected() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SlicerCacheItem](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicercacheitem/getvalue/_index.md b/spanish/cpp/aspose.cells.slicers/slicercacheitem/getvalue/_index.md new file mode 100644 index 00000000000..6a193856e48 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicercacheitem/getvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Slicers::SlicerCacheItem::GetValue method +linktitle: GetValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::SlicerCacheItem::GetValue method. Returns the label text for the slicer item in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.slicers/slicercacheitem/getvalue/ +--- +## SlicerCacheItem::GetValue method + + +Returns the label text for the slicer item. + +```cpp +U16String Aspose::Cells::Slicers::SlicerCacheItem::GetValue() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SlicerCacheItem](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicercacheitem/isnull/_index.md b/spanish/cpp/aspose.cells.slicers/slicercacheitem/isnull/_index.md new file mode 100644 index 00000000000..508251ccded --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicercacheitem/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Slicers::SlicerCacheItem::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::SlicerCacheItem::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.slicers/slicercacheitem/isnull/ +--- +## SlicerCacheItem::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Slicers::SlicerCacheItem::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SlicerCacheItem](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicercacheitem/operator_asm/_index.md b/spanish/cpp/aspose.cells.slicers/slicercacheitem/operator_asm/_index.md new file mode 100644 index 00000000000..f78b5e9cbb3 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicercacheitem/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Slicers::SlicerCacheItem::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::SlicerCacheItem::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.slicers/slicercacheitem/operator_asm/ +--- +## SlicerCacheItem::operator= method + + +operator= + +```cpp +SlicerCacheItem & Aspose::Cells::Slicers::SlicerCacheItem::operator=(const SlicerCacheItem &src) +``` + +## See Also + +* Class [SlicerCacheItem](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [SlicerCacheItem](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicercacheitem/operator_bool/_index.md b/spanish/cpp/aspose.cells.slicers/slicercacheitem/operator_bool/_index.md new file mode 100644 index 00000000000..c8a2c842906 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicercacheitem/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Slicers::SlicerCacheItem::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::SlicerCacheItem::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.slicers/slicercacheitem/operator_bool/ +--- +## SlicerCacheItem::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Slicers::SlicerCacheItem::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [SlicerCacheItem](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicercacheitem/setselected/_index.md b/spanish/cpp/aspose.cells.slicers/slicercacheitem/setselected/_index.md new file mode 100644 index 00000000000..3dd73b6f365 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicercacheitem/setselected/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Slicers::SlicerCacheItem::SetSelected method +linktitle: SetSelected +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::SlicerCacheItem::SetSelected method. Specifies whether the SlicerItem is selected or not in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.slicers/slicercacheitem/setselected/ +--- +## SlicerCacheItem::SetSelected method + + +Specifies whether the SlicerItem is selected or not. + +```cpp +void Aspose::Cells::Slicers::SlicerCacheItem::SetSelected(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SlicerCacheItem](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicercacheitem/slicercacheitem/_index.md b/spanish/cpp/aspose.cells.slicers/slicercacheitem/slicercacheitem/_index.md new file mode 100644 index 00000000000..75f0fabe766 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicercacheitem/slicercacheitem/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Slicers::SlicerCacheItem::SlicerCacheItem constructor +linktitle: SlicerCacheItem +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::SlicerCacheItem::SlicerCacheItem constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.slicers/slicercacheitem/slicercacheitem/ +--- +## SlicerCacheItem::SlicerCacheItem(SlicerCacheItem_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Slicers::SlicerCacheItem::SlicerCacheItem(SlicerCacheItem_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SlicerCacheItem](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) +## SlicerCacheItem::SlicerCacheItem(const SlicerCacheItem\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Slicers::SlicerCacheItem::SlicerCacheItem(const SlicerCacheItem &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SlicerCacheItem](../) +* Class [SlicerCacheItem](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicercacheitem/~slicercacheitem/_index.md b/spanish/cpp/aspose.cells.slicers/slicercacheitem/~slicercacheitem/_index.md new file mode 100644 index 00000000000..893c1cce7fa --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicercacheitem/~slicercacheitem/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Slicers::SlicerCacheItem::~SlicerCacheItem method +linktitle: ~SlicerCacheItem +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::SlicerCacheItem::~SlicerCacheItem method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.slicers/slicercacheitem/~slicercacheitem/ +--- +## SlicerCacheItem::~SlicerCacheItem method + + +Destructor. + +```cpp +Aspose::Cells::Slicers::SlicerCacheItem::~SlicerCacheItem() +``` + +## See Also + +* Class [SlicerCacheItem](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicercacheitemcollection/_impl/_index.md b/spanish/cpp/aspose.cells.slicers/slicercacheitemcollection/_impl/_index.md new file mode 100644 index 00000000000..e4b7dbcda21 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicercacheitemcollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Slicers::SlicerCacheItemCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::SlicerCacheItemCollection::_impl field. The implementation object in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.slicers/slicercacheitemcollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +SlicerCacheItemCollection_Impl* Aspose::Cells::Slicers::SlicerCacheItemCollection::_impl +``` + +## See Also + +* Class [SlicerCacheItemCollection](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicercacheitemcollection/_index.md b/spanish/cpp/aspose.cells.slicers/slicercacheitemcollection/_index.md new file mode 100644 index 00000000000..a4c00221a43 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicercacheitemcollection/_index.md @@ -0,0 +1,100 @@ +--- +title: Aspose::Cells::Slicers::SlicerCacheItemCollection class +linktitle: SlicerCacheItemCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::SlicerCacheItemCollection class. Represent the collection of SlicerCacheItem in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.slicers/slicercacheitemcollection/ +--- +## SlicerCacheItemCollection class + + +Represent the collection of [SlicerCacheItem](../slicercacheitem/). + +```cpp +class SlicerCacheItemCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Get(int32_t index)](./get/) | Gets the [SlicerCacheItem](../slicercacheitem/) object by index. | +| [GetCount()](./getcount/) | Gets the count of the [SlicerCacheItem](../slicercacheitem/). | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const SlicerCacheItemCollection\& src)](./operator_asm/) | operator= | +| [SlicerCacheItemCollection(SlicerCacheItemCollection_Impl* impl)](./slicercacheitemcollection/) | Constructs from an implementation object. | +| [SlicerCacheItemCollection(const SlicerCacheItemCollection\& src)](./slicercacheitemcollection/) | Copy constructor. | +| [~SlicerCacheItemCollection()](./~slicercacheitemcollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook book; +Worksheet sheet = book.GetWorksheets().Get(0); +Cells cells = sheet.GetCells(); +cells.Get(0, 0).PutValue(u"fruit"); +cells.Get(1, 0).PutValue(u"grape"); +cells.Get(2, 0).PutValue(u"blueberry"); +cells.Get(3, 0).PutValue(u"kiwi"); +cells.Get(4, 0).PutValue(u"cherry"); +cells.Get(5, 0).PutValue(u"grape"); +cells.Get(6, 0).PutValue(u"blueberry"); +cells.Get(7, 0).PutValue(u"kiwi"); +cells.Get(8, 0).PutValue(u"cherry"); + +cells.Get(0, 1).PutValue(u"year"); +cells.Get(1, 1).PutValue(2020); +cells.Get(2, 1).PutValue(2020); +cells.Get(3, 1).PutValue(2020); +cells.Get(4, 1).PutValue(2020); +cells.Get(5, 1).PutValue(2021); +cells.Get(6, 1).PutValue(2021); +cells.Get(7, 1).PutValue(2021); +cells.Get(8, 1).PutValue(2021); + +cells.Get(0, 2).PutValue(u"amount"); +cells.Get(1, 2).PutValue(50); +cells.Get(2, 2).PutValue(60); +cells.Get(3, 2).PutValue(70); +cells.Get(4, 2).PutValue(80); +cells.Get(5, 2).PutValue(90); +cells.Get(6, 2).PutValue(100); +cells.Get(7, 2).PutValue(110); +cells.Get(8, 2).PutValue(120); + +PivotTableCollection pivots = sheet.GetPivotTables(); + +int pivotIndex = pivots.Add("=Sheet1!A1:C9", "A12", "TestPivotTable"); +PivotTable pivot = pivots.Get(pivotIndex); +pivot.AddFieldToArea(PivotFieldType::Row, "fruit"); +pivot.AddFieldToArea(PivotFieldType::Column, "year"); +pivot.AddFieldToArea(PivotFieldType::Data, "amount"); + +pivot.SetPivotTableStyleType(PivotTableStyleType::PivotTableStyleMedium10); +pivot.RefreshData(); +pivot.CalculateData(); + +SlicerCollection slicers = sheet.GetSlicers(); +int slicerIndex = slicers.Add(pivot, "E12", "fruit"); +Slicer slicer = slicers.Get(slicerIndex); +slicer.SetStyleType(SlicerStyleType::SlicerStyleLight2); + +SlicerCacheItemCollection items = slicer.GetSlicerCache().GetSlicerCacheItems(); +book.Save("out.xlsx"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::Slicers](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicercacheitemcollection/get/_index.md b/spanish/cpp/aspose.cells.slicers/slicercacheitemcollection/get/_index.md new file mode 100644 index 00000000000..4e2c6885278 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicercacheitemcollection/get/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Slicers::SlicerCacheItemCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::SlicerCacheItemCollection::Get method. Gets the SlicerCacheItem object by index in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.slicers/slicercacheitemcollection/get/ +--- +## SlicerCacheItemCollection::Get method + + +Gets the [SlicerCacheItem](../../slicercacheitem/) object by index. + +```cpp +SlicerCacheItem Aspose::Cells::Slicers::SlicerCacheItemCollection::Get(int32_t index) +``` + + +## Examples + + +```cpp +SlicerCacheItem item = items.Get(0); +``` + +## See Also + +* Class [SlicerCacheItem](../../slicercacheitem/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [SlicerCacheItemCollection](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicercacheitemcollection/getcount/_index.md b/spanish/cpp/aspose.cells.slicers/slicercacheitemcollection/getcount/_index.md new file mode 100644 index 00000000000..d84595f89be --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicercacheitemcollection/getcount/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Slicers::SlicerCacheItemCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::SlicerCacheItemCollection::GetCount method. Gets the count of the SlicerCacheItem in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.slicers/slicercacheitemcollection/getcount/ +--- +## SlicerCacheItemCollection::GetCount method + + +Gets the count of the [SlicerCacheItem](../../slicercacheitem/). + +```cpp +int32_t Aspose::Cells::Slicers::SlicerCacheItemCollection::GetCount() +``` + + +## Examples + + +```cpp +int count = items.GetCount(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SlicerCacheItemCollection](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicercacheitemcollection/isnull/_index.md b/spanish/cpp/aspose.cells.slicers/slicercacheitemcollection/isnull/_index.md new file mode 100644 index 00000000000..288eba642ed --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicercacheitemcollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Slicers::SlicerCacheItemCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::SlicerCacheItemCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.slicers/slicercacheitemcollection/isnull/ +--- +## SlicerCacheItemCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Slicers::SlicerCacheItemCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SlicerCacheItemCollection](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicercacheitemcollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.slicers/slicercacheitemcollection/operator_asm/_index.md new file mode 100644 index 00000000000..a0813ddcd8b --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicercacheitemcollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Slicers::SlicerCacheItemCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::SlicerCacheItemCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.slicers/slicercacheitemcollection/operator_asm/ +--- +## SlicerCacheItemCollection::operator= method + + +operator= + +```cpp +SlicerCacheItemCollection & Aspose::Cells::Slicers::SlicerCacheItemCollection::operator=(const SlicerCacheItemCollection &src) +``` + +## See Also + +* Class [SlicerCacheItemCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [SlicerCacheItemCollection](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicercacheitemcollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.slicers/slicercacheitemcollection/operator_bool/_index.md new file mode 100644 index 00000000000..9be79bcdbaf --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicercacheitemcollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Slicers::SlicerCacheItemCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::SlicerCacheItemCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.slicers/slicercacheitemcollection/operator_bool/ +--- +## SlicerCacheItemCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Slicers::SlicerCacheItemCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [SlicerCacheItemCollection](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicercacheitemcollection/slicercacheitemcollection/_index.md b/spanish/cpp/aspose.cells.slicers/slicercacheitemcollection/slicercacheitemcollection/_index.md new file mode 100644 index 00000000000..7ca7ee82aaa --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicercacheitemcollection/slicercacheitemcollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Slicers::SlicerCacheItemCollection::SlicerCacheItemCollection constructor +linktitle: SlicerCacheItemCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::SlicerCacheItemCollection::SlicerCacheItemCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.slicers/slicercacheitemcollection/slicercacheitemcollection/ +--- +## SlicerCacheItemCollection::SlicerCacheItemCollection(SlicerCacheItemCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Slicers::SlicerCacheItemCollection::SlicerCacheItemCollection(SlicerCacheItemCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SlicerCacheItemCollection](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) +## SlicerCacheItemCollection::SlicerCacheItemCollection(const SlicerCacheItemCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Slicers::SlicerCacheItemCollection::SlicerCacheItemCollection(const SlicerCacheItemCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SlicerCacheItemCollection](../) +* Class [SlicerCacheItemCollection](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicercacheitemcollection/~slicercacheitemcollection/_index.md b/spanish/cpp/aspose.cells.slicers/slicercacheitemcollection/~slicercacheitemcollection/_index.md new file mode 100644 index 00000000000..bfec136038d --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicercacheitemcollection/~slicercacheitemcollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Slicers::SlicerCacheItemCollection::~SlicerCacheItemCollection method +linktitle: ~SlicerCacheItemCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::SlicerCacheItemCollection::~SlicerCacheItemCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.slicers/slicercacheitemcollection/~slicercacheitemcollection/ +--- +## SlicerCacheItemCollection::~SlicerCacheItemCollection method + + +Destructor. + +```cpp +Aspose::Cells::Slicers::SlicerCacheItemCollection::~SlicerCacheItemCollection() +``` + +## See Also + +* Class [SlicerCacheItemCollection](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicercollection/_impl/_index.md b/spanish/cpp/aspose.cells.slicers/slicercollection/_impl/_index.md new file mode 100644 index 00000000000..2f022bdffa1 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicercollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Slicers::SlicerCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::SlicerCollection::_impl field. The implementation object in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.slicers/slicercollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +SlicerCollection_Impl* Aspose::Cells::Slicers::SlicerCollection::_impl +``` + +## See Also + +* Class [SlicerCollection](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicercollection/_index.md b/spanish/cpp/aspose.cells.slicers/slicercollection/_index.md new file mode 100644 index 00000000000..3141c6a3c2d --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicercollection/_index.md @@ -0,0 +1,120 @@ +--- +title: Aspose::Cells::Slicers::SlicerCollection class +linktitle: SlicerCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::SlicerCollection class. Specifies the collection of all the Slicer objects on the specified worksheet in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.slicers/slicercollection/ +--- +## SlicerCollection class + + +Specifies the collection of all the [Slicer](../slicer/) objects on the specified worksheet. + +```cpp +class SlicerCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add(const PivotTable\& pivot, const U16String\& destCellName, const U16String\& baseFieldName)](./add/) | Add a new [Slicer](../slicer/) using PivotTable as data source. | +| [Add(const PivotTable\& pivot, const char16_t* destCellName, const char16_t* baseFieldName)](./add/) | Add a new [Slicer](../slicer/) using PivotTable as data source. | +| [Add(const PivotTable\& pivot, int32_t row, int32_t column, const U16String\& baseFieldName)](./add/) | Add a new [Slicer](../slicer/) using PivotTable as data source. | +| [Add(const PivotTable\& pivot, int32_t row, int32_t column, const char16_t* baseFieldName)](./add/) | Add a new [Slicer](../slicer/) using PivotTable as data source. | +| [Add(const PivotTable\& pivot, int32_t row, int32_t column, int32_t baseFieldIndex)](./add/) | Add a new [Slicer](../slicer/) using PivotTable as data source. | +| [Add(const PivotTable\& pivot, const U16String\& destCellName, int32_t baseFieldIndex)](./add/) | Add a new [Slicer](../slicer/) using PivotTable as data source. | +| [Add(const PivotTable\& pivot, const char16_t* destCellName, int32_t baseFieldIndex)](./add/) | Add a new [Slicer](../slicer/) using PivotTable as data source. | +| [Add(const PivotTable\& pivot, int32_t row, int32_t column, const PivotField\& baseField)](./add/) | Add a new [Slicer](../slicer/) using PivotTable as data source. | +| [Add(const PivotTable\& pivot, const U16String\& destCellName, const PivotField\& baseField)](./add/) | Add a new [Slicer](../slicer/) using PivotTable as data source. | +| [Add(const PivotTable\& pivot, const char16_t* destCellName, const PivotField\& baseField)](./add/) | Add a new [Slicer](../slicer/) using PivotTable as data source. | +| [Add(const ListObject\& table, int32_t index, const U16String\& destCellName)](./add/) | Add a new [Slicer](../slicer/) using ListObjet as data source. | +| [Add(const ListObject\& table, int32_t index, const char16_t* destCellName)](./add/) | Add a new [Slicer](../slicer/) using ListObjet as data source. | +| [Add(const ListObject\& table, const ListColumn\& listColumn, const U16String\& destCellName)](./add/) | Add a new [Slicer](../slicer/) using ListObjet as data source. | +| [Add(const ListObject\& table, const ListColumn\& listColumn, const char16_t* destCellName)](./add/) | Add a new [Slicer](../slicer/) using ListObjet as data source. | +| [Add(const ListObject\& table, const ListColumn\& listColumn, int32_t row, int32_t column)](./add/) | Add a new [Slicer](../slicer/) using ListObjet as data source. | +| [Clear()](./clear/) | Clear all [Slicers](../). | +| [Get(int32_t index)](./get/) | Gets the [Slicer](../slicer/) by index. | +| [Get(const U16String\& name)](./get/) | Gets the [Slicer](../slicer/) by slicer's name. | +| [Get(const char16_t* name)](./get/) | Gets the [Slicer](../slicer/) by slicer's name. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const SlicerCollection\& src)](./operator_asm/) | operator= | +| [Remove(const Slicer\& slicer)](./remove/) | Remove the specified [Slicer](../slicer/). | +| [RemoveAt(int32_t index)](./removeat/) | Deletes the [Slicer](../slicer/) at the specified index. | +| [SlicerCollection(SlicerCollection_Impl* impl)](./slicercollection/) | Constructs from an implementation object. | +| [SlicerCollection(const SlicerCollection\& src)](./slicercollection/) | Copy constructor. | +| [~SlicerCollection()](./~slicercollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook book; +Worksheet sheet = book.GetWorksheets().Get(0); +Cells cells = sheet.GetCells(); +cells.Get(0, 0).PutValue(u"fruit"); +cells.Get(1, 0).PutValue(u"grape"); +cells.Get(2, 0).PutValue(u"blueberry"); +cells.Get(3, 0).PutValue(u"kiwi"); +cells.Get(4, 0).PutValue(u"cherry"); +cells.Get(5, 0).PutValue(u"grape"); +cells.Get(6, 0).PutValue(u"blueberry"); +cells.Get(7, 0).PutValue(u"kiwi"); +cells.Get(8, 0).PutValue(u"cherry"); + +cells.Get(0, 1).PutValue(u"year"); +cells.Get(1, 1).PutValue(2020); +cells.Get(2, 1).PutValue(2020); +cells.Get(3, 1).PutValue(2020); +cells.Get(4, 1).PutValue(2020); +cells.Get(5, 1).PutValue(2021); +cells.Get(6, 1).PutValue(2021); +cells.Get(7, 1).PutValue(2021); +cells.Get(8, 1).PutValue(2021); + +cells.Get(0, 2).PutValue(u"amount"); +cells.Get(1, 2).PutValue(50); +cells.Get(2, 2).PutValue(60); +cells.Get(3, 2).PutValue(70); +cells.Get(4, 2).PutValue(80); +cells.Get(5, 2).PutValue(90); +cells.Get(6, 2).PutValue(100); +cells.Get(7, 2).PutValue(110); +cells.Get(8, 2).PutValue(120); + +PivotTableCollection pivots = sheet.GetPivotTables(); + +int pivotIndex = pivots.Add(u"=Sheet1!A1:C9", u"A12", u"TestPivotTable"); +PivotTable pivot = pivots.Get(pivotIndex); +pivot.AddFieldToArea(PivotFieldType::Row, u"fruit"); +pivot.AddFieldToArea(PivotFieldType::Column, u"year"); +pivot.AddFieldToArea(PivotFieldType::Data, u"amount"); + +pivot.SetPivotTableStyleType(PivotTableStyleType::PivotTableStyleMedium10); +pivot.RefreshData(); +pivot.CalculateData(); + +SlicerCollection slicers = sheet.GetSlicers(); + +int tableIndex = sheet.GetListObjects().Add(u"A1", u"C9", true); +ListObject table = sheet.GetListObjects().Get(tableIndex); + + +book.Save("out.xlsx"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::Slicers](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicercollection/add/_index.md b/spanish/cpp/aspose.cells.slicers/slicercollection/add/_index.md new file mode 100644 index 00000000000..3b3d6d13998 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicercollection/add/_index.md @@ -0,0 +1,558 @@ +--- +title: Aspose::Cells::Slicers::SlicerCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::SlicerCollection::Add method. Add a new Slicer using PivotTable as data source in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.slicers/slicercollection/add/ +--- +## SlicerCollection::Add(const PivotTable\&, const U16String\&, const U16String\&) method + + +Add a new [Slicer](../../slicer/) using PivotTable as data source. + +```cpp +int32_t Aspose::Cells::Slicers::SlicerCollection::Add(const PivotTable &pivot, const U16String &destCellName, const U16String &baseFieldName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pivot | const PivotTable\& | PivotTable object | +| destCellName | const U16String\& | The cell in the upper-left corner of the [Slicer](../../slicer/) range. | +| baseFieldName | const U16String\& | The name of PivotField in PivotTable.BaseFields | + +## ReturnValue + +The new add [Slicer](../../slicer/) index + + +## Examples + + +```cpp +U16String val1 = u"E3"; +U16String val2 = u"fruit"; +slicers.Add(pivotTable, val1, val2); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../../../aspose.cells.pivot/pivottable/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SlicerCollection](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) +## SlicerCollection::Add(const PivotTable\&, const char16_t*, const char16_t*) method + + +Add a new [Slicer](../../slicer/) using PivotTable as data source. + +```cpp +int32_t Aspose::Cells::Slicers::SlicerCollection::Add(const PivotTable &pivot, const char16_t *destCellName, const char16_t *baseFieldName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pivot | const PivotTable\& | PivotTable object | +| destCellName | const char16_t* | The cell in the upper-left corner of the [Slicer](../../slicer/) range. | +| baseFieldName | const char16_t* | The name of PivotField in PivotTable.BaseFields | + +## ReturnValue + +The new add [Slicer](../../slicer/) index + + +## Examples + + +```cpp +slicers.Add(pivot, u"E3", u"fruit"); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../../../aspose.cells.pivot/pivottable/) +* Class [SlicerCollection](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) +## SlicerCollection::Add(const PivotTable\&, int32_t, int32_t, const U16String\&) method + + +Add a new [Slicer](../../slicer/) using PivotTable as data source. + +```cpp +int32_t Aspose::Cells::Slicers::SlicerCollection::Add(const PivotTable &pivot, int32_t row, int32_t column, const U16String &baseFieldName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pivot | const PivotTable\& | PivotTable object | +| row | int32_t | [Row](../../../aspose.cells/row/) index of the cell in the upper-left corner of the [Slicer](../../slicer/) range. | +| column | int32_t | [Column](../../../aspose.cells/column/) index of the cell in the upper-left corner of the [Slicer](../../slicer/) range. | +| baseFieldName | const U16String\& | The name of PivotField in PivotTable.BaseFields | + +## ReturnValue + +The new add [Slicer](../../slicer/) index + + +## Examples + + +```cpp +U16String val = u"fruit"; +slicers.Add(pivotTable, 20, 12, val); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../../../aspose.cells.pivot/pivottable/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SlicerCollection](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) +## SlicerCollection::Add(const PivotTable\&, int32_t, int32_t, const char16_t*) method + + +Add a new [Slicer](../../slicer/) using PivotTable as data source. + +```cpp +int32_t Aspose::Cells::Slicers::SlicerCollection::Add(const PivotTable &pivot, int32_t row, int32_t column, const char16_t *baseFieldName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pivot | const PivotTable\& | PivotTable object | +| row | int32_t | [Row](../../../aspose.cells/row/) index of the cell in the upper-left corner of the [Slicer](../../slicer/) range. | +| column | int32_t | [Column](../../../aspose.cells/column/) index of the cell in the upper-left corner of the [Slicer](../../slicer/) range. | +| baseFieldName | const char16_t* | The name of PivotField in PivotTable.BaseFields | + +## ReturnValue + +The new add [Slicer](../../slicer/) index + + +## Examples + + +```cpp +slicers.Add(pivotTable, 20, 12, u"fruit"); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../../../aspose.cells.pivot/pivottable/) +* Class [SlicerCollection](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) +## SlicerCollection::Add(const PivotTable\&, int32_t, int32_t, int32_t) method + + +Add a new [Slicer](../../slicer/) using PivotTable as data source. + +```cpp +int32_t Aspose::Cells::Slicers::SlicerCollection::Add(const PivotTable &pivot, int32_t row, int32_t column, int32_t baseFieldIndex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pivot | const PivotTable\& | PivotTable object | +| row | int32_t | [Row](../../../aspose.cells/row/) index of the cell in the upper-left corner of the [Slicer](../../slicer/) range. | +| column | int32_t | [Column](../../../aspose.cells/column/) index of the cell in the upper-left corner of the [Slicer](../../slicer/) range. | +| baseFieldIndex | int32_t | The index of PivotField in PivotTable.BaseFields | + +## ReturnValue + +The new add [Slicer](../../slicer/) index + + +## Examples + + +```cpp +slicers.Add(pivotTable, 20, 8, 0); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../../../aspose.cells.pivot/pivottable/) +* Class [SlicerCollection](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) +## SlicerCollection::Add(const PivotTable\&, const U16String\&, int32_t) method + + +Add a new [Slicer](../../slicer/) using PivotTable as data source. + +```cpp +int32_t Aspose::Cells::Slicers::SlicerCollection::Add(const PivotTable &pivot, const U16String &destCellName, int32_t baseFieldIndex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pivot | const PivotTable\& | PivotTable object | +| destCellName | const U16String\& | The cell in the upper-left corner of the [Slicer](../../slicer/) range. | +| baseFieldIndex | int32_t | The index of PivotField in PivotTable.BaseFields | + +## ReturnValue + +The new add [Slicer](../../slicer/) index + + +## Examples + + +```cpp +U16String val = u"E20"; +slicers.Add(pivotTable, val, 0); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../../../aspose.cells.pivot/pivottable/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SlicerCollection](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) +## SlicerCollection::Add(const PivotTable\&, const char16_t*, int32_t) method + + +Add a new [Slicer](../../slicer/) using PivotTable as data source. + +```cpp +int32_t Aspose::Cells::Slicers::SlicerCollection::Add(const PivotTable &pivot, const char16_t *destCellName, int32_t baseFieldIndex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pivot | const PivotTable\& | PivotTable object | +| destCellName | const char16_t* | The cell in the upper-left corner of the [Slicer](../../slicer/) range. | +| baseFieldIndex | int32_t | The index of PivotField in PivotTable.BaseFields | + +## ReturnValue + +The new add [Slicer](../../slicer/) index + + +## Examples + + +```cpp +slicers.Add(pivotTable, u"E20", 0); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../../../aspose.cells.pivot/pivottable/) +* Class [SlicerCollection](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) +## SlicerCollection::Add(const PivotTable\&, int32_t, int32_t, const PivotField\&) method + + +Add a new [Slicer](../../slicer/) using PivotTable as data source. + +```cpp +int32_t Aspose::Cells::Slicers::SlicerCollection::Add(const PivotTable &pivot, int32_t row, int32_t column, const PivotField &baseField) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pivot | const PivotTable\& | PivotTable object | +| row | int32_t | [Row](../../../aspose.cells/row/) index of the cell in the upper-left corner of the [Slicer](../../slicer/) range. | +| column | int32_t | [Column](../../../aspose.cells/column/) index of the cell in the upper-left corner of the [Slicer](../../slicer/) range. | +| baseField | const PivotField\& | The PivotField in PivotTable.BaseFields | + +## ReturnValue + +The new add [Slicer](../../slicer/) index + + +## Examples + + +```cpp +slicers.Add(pivotTable, 3, 12, pivotTable.GetBaseFields().Get(0)); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../../../aspose.cells.pivot/pivottable/) +* Class [PivotField](../../../aspose.cells.pivot/pivotfield/) +* Class [SlicerCollection](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) +## SlicerCollection::Add(const PivotTable\&, const U16String\&, const PivotField\&) method + + +Add a new [Slicer](../../slicer/) using PivotTable as data source. + +```cpp +int32_t Aspose::Cells::Slicers::SlicerCollection::Add(const PivotTable &pivot, const U16String &destCellName, const PivotField &baseField) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pivot | const PivotTable\& | PivotTable object | +| destCellName | const U16String\& | The cell in the upper-left corner of the [Slicer](../../slicer/) range. | +| baseField | const PivotField\& | The PivotField in PivotTable.BaseFields | + +## ReturnValue + +The new add [Slicer](../../slicer/) index + + +## Examples + + +```cpp +U16String val = u"I3"; +slicers.Add(pivotTable, val, pivotTable.GetBaseFields().Get(0)); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../../../aspose.cells.pivot/pivottable/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotField](../../../aspose.cells.pivot/pivotfield/) +* Class [SlicerCollection](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) +## SlicerCollection::Add(const PivotTable\&, const char16_t*, const PivotField\&) method + + +Add a new [Slicer](../../slicer/) using PivotTable as data source. + +```cpp +int32_t Aspose::Cells::Slicers::SlicerCollection::Add(const PivotTable &pivot, const char16_t *destCellName, const PivotField &baseField) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pivot | const PivotTable\& | PivotTable object | +| destCellName | const char16_t* | The cell in the upper-left corner of the [Slicer](../../slicer/) range. | +| baseField | const PivotField\& | The PivotField in PivotTable.BaseFields | + +## ReturnValue + +The new add [Slicer](../../slicer/) index + + +## Examples + + +```cpp +slicers.Add(pivotTable, u"I3", pivotTable.GetBaseFields().Get(0)); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../../../aspose.cells.pivot/pivottable/) +* Class [PivotField](../../../aspose.cells.pivot/pivotfield/) +* Class [SlicerCollection](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) +## SlicerCollection::Add(const ListObject\&, int32_t, const U16String\&) method + + +Add a new [Slicer](../../slicer/) using ListObjet as data source. + +```cpp +int32_t Aspose::Cells::Slicers::SlicerCollection::Add(const ListObject &table, int32_t index, const U16String &destCellName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| table | const ListObject\& | ListObject object | +| index | int32_t | The index of ListColumn in ListObject.ListColumns | +| destCellName | const U16String\& | The cell in the upper-left corner of the [Slicer](../../slicer/) range. | + +## ReturnValue + +The new add [Slicer](../../slicer/) index + + +## Examples + + +```cpp +U16String val = u"E38"; +slicers.Add(listTable, 1, val); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObject](../../../aspose.cells.tables/listobject/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SlicerCollection](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) +## SlicerCollection::Add(const ListObject\&, int32_t, const char16_t*) method + + +Add a new [Slicer](../../slicer/) using ListObjet as data source. + +```cpp +int32_t Aspose::Cells::Slicers::SlicerCollection::Add(const ListObject &table, int32_t index, const char16_t *destCellName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| table | const ListObject\& | ListObject object | +| index | int32_t | The index of ListColumn in ListObject.ListColumns | +| destCellName | const char16_t* | The cell in the upper-left corner of the [Slicer](../../slicer/) range. | + +## ReturnValue + +The new add [Slicer](../../slicer/) index + + +## Examples + + +```cpp +slicers.Add(listTable, 1, u"E38"); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObject](../../../aspose.cells.tables/listobject/) +* Class [SlicerCollection](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) +## SlicerCollection::Add(const ListObject\&, const ListColumn\&, const U16String\&) method + + +Add a new [Slicer](../../slicer/) using ListObjet as data source. + +```cpp +int32_t Aspose::Cells::Slicers::SlicerCollection::Add(const ListObject &table, const ListColumn &listColumn, const U16String &destCellName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| table | const ListObject\& | ListObject object | +| listColumn | const ListColumn\& | The ListColumn in ListObject.ListColumns | +| destCellName | const U16String\& | The cell in the upper-left corner of the [Slicer](../../slicer/) range. | + +## ReturnValue + +The new add [Slicer](../../slicer/) index + + +## Examples + + +```cpp +U16String val = u"I38"; +slicers.Add(listTable, listTable.GetListColumns().Get(1), val); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObject](../../../aspose.cells.tables/listobject/) +* Class [ListColumn](../../../aspose.cells.tables/listcolumn/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SlicerCollection](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) +## SlicerCollection::Add(const ListObject\&, const ListColumn\&, const char16_t*) method + + +Add a new [Slicer](../../slicer/) using ListObjet as data source. + +```cpp +int32_t Aspose::Cells::Slicers::SlicerCollection::Add(const ListObject &table, const ListColumn &listColumn, const char16_t *destCellName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| table | const ListObject\& | ListObject object | +| listColumn | const ListColumn\& | The ListColumn in ListObject.ListColumns | +| destCellName | const char16_t* | The cell in the upper-left corner of the [Slicer](../../slicer/) range. | + +## ReturnValue + +The new add [Slicer](../../slicer/) index + + +## Examples + + +```cpp +slicers.Add(listTable, listTable.GetListColumns().Get(1), u"I38"); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObject](../../../aspose.cells.tables/listobject/) +* Class [ListColumn](../../../aspose.cells.tables/listcolumn/) +* Class [SlicerCollection](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) +## SlicerCollection::Add(const ListObject\&, const ListColumn\&, int32_t, int32_t) method + + +Add a new [Slicer](../../slicer/) using ListObjet as data source. + +```cpp +int32_t Aspose::Cells::Slicers::SlicerCollection::Add(const ListObject &table, const ListColumn &listColumn, int32_t row, int32_t column) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| table | const ListObject\& | ListObject object | +| listColumn | const ListColumn\& | The ListColumn in ListObject.ListColumns | +| row | int32_t | [Row](../../../aspose.cells/row/) index of the cell in the upper-left corner of the [Slicer](../../slicer/) range. | +| column | int32_t | [Column](../../../aspose.cells/column/) index of the cell in the upper-left corner of the [Slicer](../../slicer/) range. | + +## ReturnValue + +The new add [Slicer](../../slicer/) index + + +## Examples + + +```cpp +slicers.Add(listTable, listTable.GetListColumns().Get(1), 38, 12); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObject](../../../aspose.cells.tables/listobject/) +* Class [ListColumn](../../../aspose.cells.tables/listcolumn/) +* Class [SlicerCollection](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicercollection/clear/_index.md b/spanish/cpp/aspose.cells.slicers/slicercollection/clear/_index.md new file mode 100644 index 00000000000..ba30ad8e359 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicercollection/clear/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Slicers::SlicerCollection::Clear method +linktitle: Clear +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::SlicerCollection::Clear method. Clear all Slicers in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.slicers/slicercollection/clear/ +--- +## SlicerCollection::Clear method + + +Clear all [Slicers](../../). + +```cpp +void Aspose::Cells::Slicers::SlicerCollection::Clear() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SlicerCollection](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicercollection/get/_index.md b/spanish/cpp/aspose.cells.slicers/slicercollection/get/_index.md new file mode 100644 index 00000000000..5e0e516e2b5 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicercollection/get/_index.md @@ -0,0 +1,83 @@ +--- +title: Aspose::Cells::Slicers::SlicerCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::SlicerCollection::Get method. Gets the Slicer by index in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.slicers/slicercollection/get/ +--- +## SlicerCollection::Get(int32_t) method + + +Gets the [Slicer](../../slicer/) by index. + +```cpp +Slicer Aspose::Cells::Slicers::SlicerCollection::Get(int32_t index) +``` + + +## Examples + + +```cpp +Slicer slicerByIndex = slicers.Get(0); +``` + +## See Also + +* Class [Slicer](../../slicer/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [SlicerCollection](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) +## SlicerCollection::Get(const U16String\&) method + + +Gets the [Slicer](../../slicer/) by slicer's name. + +```cpp +Slicer Aspose::Cells::Slicers::SlicerCollection::Get(const U16String &name) +``` + + +## Examples + + +```cpp +U16String val = u"fruit"; +Slicer slicerByName = slicers.Get(val); +``` + +## See Also + +* Class [Slicer](../../slicer/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [SlicerCollection](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) +## SlicerCollection::Get(const char16_t*) method + + +Gets the [Slicer](../../slicer/) by slicer's name. + +```cpp +Slicer Aspose::Cells::Slicers::SlicerCollection::Get(const char16_t *name) +``` + + +## Examples + + +```cpp +Slicer slicerByName = slicers.Get(u"fruit"); +``` + +## See Also + +* Class [Slicer](../../slicer/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [SlicerCollection](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicercollection/getcount/_index.md b/spanish/cpp/aspose.cells.slicers/slicercollection/getcount/_index.md new file mode 100644 index 00000000000..3ae661a46d0 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicercollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Slicers::SlicerCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::Slicers::SlicerCollection class in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.slicers/slicercollection/getcount/ +--- +## SlicerCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::Slicers::SlicerCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SlicerCollection](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicercollection/isnull/_index.md b/spanish/cpp/aspose.cells.slicers/slicercollection/isnull/_index.md new file mode 100644 index 00000000000..65168f428a4 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicercollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Slicers::SlicerCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::SlicerCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.slicers/slicercollection/isnull/ +--- +## SlicerCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Slicers::SlicerCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SlicerCollection](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicercollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.slicers/slicercollection/operator_asm/_index.md new file mode 100644 index 00000000000..885464cfc48 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicercollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Slicers::SlicerCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::SlicerCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.slicers/slicercollection/operator_asm/ +--- +## SlicerCollection::operator= method + + +operator= + +```cpp +SlicerCollection & Aspose::Cells::Slicers::SlicerCollection::operator=(const SlicerCollection &src) +``` + +## See Also + +* Class [SlicerCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [SlicerCollection](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicercollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.slicers/slicercollection/operator_bool/_index.md new file mode 100644 index 00000000000..10c41c20dcd --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicercollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Slicers::SlicerCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::SlicerCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.slicers/slicercollection/operator_bool/ +--- +## SlicerCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Slicers::SlicerCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [SlicerCollection](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicercollection/remove/_index.md b/spanish/cpp/aspose.cells.slicers/slicercollection/remove/_index.md new file mode 100644 index 00000000000..dd40c3717d7 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicercollection/remove/_index.md @@ -0,0 +1,39 @@ +--- +title: Aspose::Cells::Slicers::SlicerCollection::Remove method +linktitle: Remove +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::SlicerCollection::Remove method. Remove the specified Slicer in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.slicers/slicercollection/remove/ +--- +## SlicerCollection::Remove method + + +Remove the specified [Slicer](../../slicer/). + +```cpp +void Aspose::Cells::Slicers::SlicerCollection::Remove(const Slicer &slicer) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| slicer | const Slicer\& | The [Slicer](../../slicer/) object | + + +## Examples + + +```cpp +Slicer delSlicer = slicers.Get(0); +slicers.Remove(delSlicer); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Slicer](../../slicer/) +* Class [SlicerCollection](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicercollection/removeat/_index.md b/spanish/cpp/aspose.cells.slicers/slicercollection/removeat/_index.md new file mode 100644 index 00000000000..4bea023bf4f --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicercollection/removeat/_index.md @@ -0,0 +1,37 @@ +--- +title: Aspose::Cells::Slicers::SlicerCollection::RemoveAt method +linktitle: RemoveAt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::SlicerCollection::RemoveAt method. Deletes the Slicer at the specified index in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.slicers/slicercollection/removeat/ +--- +## SlicerCollection::RemoveAt method + + +Deletes the [Slicer](../../slicer/) at the specified index. + +```cpp +void Aspose::Cells::Slicers::SlicerCollection::RemoveAt(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The position index in [Slicer](../../slicer/) collection | + + +## Examples + + +```cpp +slicers.RemoveAt(1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SlicerCollection](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicercollection/slicercollection/_index.md b/spanish/cpp/aspose.cells.slicers/slicercollection/slicercollection/_index.md new file mode 100644 index 00000000000..9255bad2a38 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicercollection/slicercollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Slicers::SlicerCollection::SlicerCollection constructor +linktitle: SlicerCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::SlicerCollection::SlicerCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.slicers/slicercollection/slicercollection/ +--- +## SlicerCollection::SlicerCollection(SlicerCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Slicers::SlicerCollection::SlicerCollection(SlicerCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SlicerCollection](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) +## SlicerCollection::SlicerCollection(const SlicerCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Slicers::SlicerCollection::SlicerCollection(const SlicerCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [SlicerCollection](../) +* Class [SlicerCollection](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicercollection/~slicercollection/_index.md b/spanish/cpp/aspose.cells.slicers/slicercollection/~slicercollection/_index.md new file mode 100644 index 00000000000..9f7264b1811 --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicercollection/~slicercollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Slicers::SlicerCollection::~SlicerCollection method +linktitle: ~SlicerCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::SlicerCollection::~SlicerCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.slicers/slicercollection/~slicercollection/ +--- +## SlicerCollection::~SlicerCollection method + + +Destructor. + +```cpp +Aspose::Cells::Slicers::SlicerCollection::~SlicerCollection() +``` + +## See Also + +* Class [SlicerCollection](../) +* Namespace [Aspose::Cells::Slicers](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.slicers/slicerstyletype/_index.md b/spanish/cpp/aspose.cells.slicers/slicerstyletype/_index.md new file mode 100644 index 00000000000..5289b90b48c --- /dev/null +++ b/spanish/cpp/aspose.cells.slicers/slicerstyletype/_index.md @@ -0,0 +1,42 @@ +--- +title: Aspose::Cells::Slicers::SlicerStyleType enum +linktitle: SlicerStyleType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slicers::SlicerStyleType enum. Specify the style of slicer view in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.slicers/slicerstyletype/ +--- +## SlicerStyleType enum + + +Specify the style of slicer view. + +```cpp +enum class SlicerStyleType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| SlicerStyleLight1 | 0 |
built-in light style one | +| SlicerStyleLight2 | 1 |
built-in light style two | +| SlicerStyleLight3 | 2 |
built-in light style three | +| SlicerStyleLight4 | 3 |
built-in light style four | +| SlicerStyleLight5 | 4 |
built-in light style five | +| SlicerStyleLight6 | 5 |
built-in light style six | +| SlicerStyleOther1 | 6 |
built-in style other one | +| SlicerStyleOther2 | 7 |
built-in style other two | +| SlicerStyleDark1 | 8 |
built-in dark style one | +| SlicerStyleDark2 | 9 |
built-in dark style tow | +| SlicerStyleDark3 | 10 |
built-in dark style three | +| SlicerStyleDark4 | 11 |
built-in dark style four | +| SlicerStyleDark5 | 12 |
built-in dark style five | +| SlicerStyleDark6 | 13 |
built-in dark style six | +| Custom | 14 |
user-defined style, unsupported for now | + +## See Also + +* Namespace [Aspose::Cells::Slicers](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.slides/_index.md b/spanish/cpp/aspose.cells.slides/_index.md new file mode 100644 index 00000000000..9664d2fb4f2 --- /dev/null +++ b/spanish/cpp/aspose.cells.slides/_index.md @@ -0,0 +1,18 @@ +--- +title: Aspose::Cells::Slides namespace +linktitle: Aspose::Cells::Slides +second_title: Referencia de API de Aspose.Cells para C++ +description: 'Cómo usar el espacio de nombres Aspose::Cells::Slides en C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.slides/ +--- + + + +## Enums + +| Enumeración | Descripción | +| --- | --- | +| [AdjustFontSizeForRowType](./adjustfontsizeforrowtype/) | Representa qué tipo de filas deben ajustarse. | +| [SlideViewType](./slideviewtype/) | Representa el tipo al exportar a diapositivas. | diff --git a/spanish/cpp/aspose.cells.slides/adjustfontsizeforrowtype/_index.md b/spanish/cpp/aspose.cells.slides/adjustfontsizeforrowtype/_index.md new file mode 100644 index 00000000000..ebee8c2db34 --- /dev/null +++ b/spanish/cpp/aspose.cells.slides/adjustfontsizeforrowtype/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Slides::AdjustFontSizeForRowType enum +linktitle: AdjustFontSizeForRowType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slides::AdjustFontSizeForRowType enum. Represents which kind of rows should be ajusted in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.slides/adjustfontsizeforrowtype/ +--- +## AdjustFontSizeForRowType enum + + +Represents which kind of rows should be ajusted. + +```cpp +enum class AdjustFontSizeForRowType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| None | 0 |
No adjsut. | +| EmptyRows | 1 |
If the row is empty, change font size to fit row height. | + +## See Also + +* Namespace [Aspose::Cells::Slides](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.slides/slideviewtype/_index.md b/spanish/cpp/aspose.cells.slides/slideviewtype/_index.md new file mode 100644 index 00000000000..7c1e22b04f9 --- /dev/null +++ b/spanish/cpp/aspose.cells.slides/slideviewtype/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Slides::SlideViewType enum +linktitle: SlideViewType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Slides::SlideViewType enum. Represents the type when exporting to slides in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.slides/slideviewtype/ +--- +## SlideViewType enum + + +Represents the type when exporting to slides. + +```cpp +enum class SlideViewType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| View | 0 |
Exporting as view in MS Excel. | +| Print | 1 |
Exporting as printing. | + +## See Also + +* Namespace [Aspose::Cells::Slides](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.system/_index.md b/spanish/cpp/aspose.cells.system/_index.md new file mode 100644 index 00000000000..8693fbceaa3 --- /dev/null +++ b/spanish/cpp/aspose.cells.system/_index.md @@ -0,0 +1,17 @@ +--- +title: Aspose::Cells::System namespace +linktitle: Aspose::Cells::System +second_title: Referencia de API de Aspose.Cells para C++ +description: 'How to use Aspose::Cells::System namespace in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.system/ +--- + + + +## Typedefs + +| Typedef | Descripción | +| --- | --- | +| [ObjPtr](./objptr/) | | diff --git a/spanish/cpp/aspose.cells.system/objptr/_index.md b/spanish/cpp/aspose.cells.system/objptr/_index.md new file mode 100644 index 00000000000..9d226bbd308 --- /dev/null +++ b/spanish/cpp/aspose.cells.system/objptr/_index.md @@ -0,0 +1,22 @@ +--- +title: Aspose::Cells::System::ObjPtr typedef +linktitle: ObjPtr +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Aspose::Cells::System::ObjPtr typedef in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.system/objptr/ +--- +## ObjPtr typedef + + + + +```cpp +typedef Object* Aspose::Cells::System::ObjPtr +``` + +## See Also + +* Namespace [Aspose::Cells::System](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.tables/_index.md b/spanish/cpp/aspose.cells.tables/_index.md new file mode 100644 index 00000000000..4d3898ba110 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/_index.md @@ -0,0 +1,33 @@ +--- +title: Espacio de nombres Aspose::Cells::Tables +linktitle: Aspose::Cells::Tables +second_title: Referencia de API de Aspose.Cells para C++ +description: 'Cómo usar el espacio de nombres Aspose::Cells::Tables en C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells.tables/ +--- + + + +## Clases + +| Clase | Descripción | +| --- | --- | +| [ListColumn](./listcolumn/) | Representa una columna en una Tabla. | +| [ListColumnCollection](./listcolumncollection/) | Representa una lista de todos los objetos [ListColumn](./listcolumn/) en la tabla. | +| [ListObject](./listobject/) | Representa una tabla en una hoja de cálculo. | +| [ListObjectCollection](./listobjectcollection/) | Representa una colección de objetos [ListObject](./listobject/) en la hoja de cálculo. | +| [TableStyle](./tablestyle/) | Representa el estilo de la tabla. | +| [TableStyleCollection](./tablestylecollection/) | Representa todos los estilos de tabla personalizados. | +| [TableStyleElement](./tablestyleelement/) | Representa el elemento del estilo de tabla. | +| [TableStyleElementCollection](./tablestyleelementcollection/) | Representa todos los elementos del estilo de tabla. | +| [TableToRangeOptions](./tabletorangeoptions/) | Representa las opciones al convertir una tabla a un rango. | +## Enums + +| Enumeración | Descripción | +| --- | --- | +| [TableDataSourceType](./tabledatasourcetype/) | Representa el tipo de origen de datos de la tabla. | +| [TableStyleElementType](./tablestyleelementtype/) | Representa el tipo de elemento de estilo de Tabla o Tabla dinámica. | +| [TableStyleType](./tablestyletype/) | Representa el tipo de estilo de tabla incorporado. | +| [TotalsCalculation](./totalscalculation/) | Determina el tipo de cálculo en la fila de Totales de la columna de lista. | diff --git a/spanish/cpp/aspose.cells.tables/listcolumn/_impl/_index.md b/spanish/cpp/aspose.cells.tables/listcolumn/_impl/_index.md new file mode 100644 index 00000000000..c4a81b4b1be --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listcolumn/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Tables::ListColumn::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListColumn::_impl field. The implementation object in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.tables/listcolumn/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ListColumn_Impl* Aspose::Cells::Tables::ListColumn::_impl +``` + +## See Also + +* Class [ListColumn](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listcolumn/_index.md b/spanish/cpp/aspose.cells.tables/listcolumn/_index.md new file mode 100644 index 00000000000..69419c206f1 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listcolumn/_index.md @@ -0,0 +1,90 @@ +--- +title: Aspose::Cells::Tables::ListColumn class +linktitle: ListColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListColumn class. Represents a column in a Table in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.tables/listcolumn/ +--- +## ListColumn class + + +Represents a column in a Table. + +```cpp +class ListColumn +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetCustomCalculatedFormula(bool isR1C1, bool isLocal)](./getcustomcalculatedformula/) | Gets the formula of this list column. | +| [GetCustomTotalsRowFormula(bool isR1C1, bool isLocal)](./getcustomtotalsrowformula/) | Gets the formula of totals row of this list column. | +| [GetDataStyle()](./getdatastyle/) | Gets the style of the data in this column of the table. | +| [GetFormula()](./getformula/) | Gets and sets the formula of the list column. | +| [GetName()](./getname/) | Gets and sets the name of the column. | +| [GetRange()](./getrange/) | Gets the range of this list column. | +| [GetTotalsCalculation()](./gettotalscalculation/) | Gets and sets the type of calculation in the Totals row of the list column. | +| [GetTotalsRowLabel()](./gettotalsrowlabel/) | Gets and sets the display labels of total row. | +| [IsArrayFormula()](./isarrayformula/) | Indicates whether the fomula is array formula. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [ListColumn(ListColumn_Impl* impl)](./listcolumn/) | Constructs from an implementation object. | +| [ListColumn(const ListColumn\& src)](./listcolumn/) | Copy constructor. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ListColumn\& src)](./operator_asm/) | operator= | +| [SetCustomCalculatedFormula(const U16String\& formula, bool isR1C1, bool isLocal)](./setcustomcalculatedformula/) | Sets the formula for this list column. | +| [SetCustomCalculatedFormula(const char16_t* formula, bool isR1C1, bool isLocal)](./setcustomcalculatedformula/) | Sets the formula for this list column. | +| [SetCustomTotalsRowFormula(const U16String\& formula, bool isR1C1, bool isLocal)](./setcustomtotalsrowformula/) | Gets the formula of totals row of this list column. | +| [SetCustomTotalsRowFormula(const char16_t* formula, bool isR1C1, bool isLocal)](./setcustomtotalsrowformula/) | Gets the formula of totals row of this list column. | +| [SetDataStyle(const Style\& style)](./setdatastyle/) | Sets the style of the data in this column of the table. | +| [SetFormula(const U16String\& value)](./setformula/) | Gets and sets the formula of the list column. | +| [SetFormula(const char16_t* value)](./setformula/) | Gets and sets the formula of the list column. | +| [SetName(const U16String\& value)](./setname/) | Gets and sets the name of the column. | +| [SetName(const char16_t* value)](./setname/) | Gets and sets the name of the column. | +| [SetTotalsCalculation(TotalsCalculation value)](./settotalscalculation/) | Gets and sets the type of calculation in the Totals row of the list column. | +| [SetTotalsRowLabel(const U16String\& value)](./settotalsrowlabel/) | Gets and sets the display labels of total row. | +| [SetTotalsRowLabel(const char16_t* value)](./settotalsrowlabel/) | Gets and sets the display labels of total row. | +| [~ListColumn()](./~listcolumn/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook workbook; +Cells cells = workbook.GetWorksheets().Get(0).GetCells(); +for (int i = 0; i < 5; i++) +{ + cells.Get(0, i).PutValue(CellsHelper::ColumnIndexToName(i)); +} +for (int row = 1; row < 10; row++) +{ + for (int column = 0; column < 4; column++) + { + cells.Get(row, column).PutValue(row * column); + } +} +ListObjectCollection tables = workbook.GetWorksheets().Get(0).GetListObjects(); +int index = tables.Add(0, 0, 9, 4, true); +ListObject table = tables.Get(0); +table.SetShowTotals(true); +ListColumn listColumn = table.GetListColumns().Get(4); +listColumn.SetTotalsCalculation(TotalsCalculation::Sum); +listColumn.SetFormula(u"=[A]"); +workbook.Save(u"Book1.xlsx"); + + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::Tables](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.tables/listcolumn/getcustomcalculatedformula/_index.md b/spanish/cpp/aspose.cells.tables/listcolumn/getcustomcalculatedformula/_index.md new file mode 100644 index 00000000000..dbbe8691d1d --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listcolumn/getcustomcalculatedformula/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Tables::ListColumn::GetCustomCalculatedFormula method +linktitle: GetCustomCalculatedFormula +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListColumn::GetCustomCalculatedFormula method. Gets the formula of this list column in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.tables/listcolumn/getcustomcalculatedformula/ +--- +## ListColumn::GetCustomCalculatedFormula method + + +Gets the formula of this list column. + +```cpp +U16String Aspose::Cells::Tables::ListColumn::GetCustomCalculatedFormula(bool isR1C1, bool isLocal) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| isR1C1 | bool | Whether the formula needs to be formatted as R1C1. | +| isLocal | bool | Whether the formula needs to be formatted by locale. | + +## ReturnValue + +The formula of this list column. + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListColumn](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listcolumn/getcustomtotalsrowformula/_index.md b/spanish/cpp/aspose.cells.tables/listcolumn/getcustomtotalsrowformula/_index.md new file mode 100644 index 00000000000..95862c7b8a3 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listcolumn/getcustomtotalsrowformula/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Tables::ListColumn::GetCustomTotalsRowFormula method +linktitle: GetCustomTotalsRowFormula +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListColumn::GetCustomTotalsRowFormula method. Gets the formula of totals row of this list column in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.tables/listcolumn/getcustomtotalsrowformula/ +--- +## ListColumn::GetCustomTotalsRowFormula method + + +Gets the formula of totals row of this list column. + +```cpp +U16String Aspose::Cells::Tables::ListColumn::GetCustomTotalsRowFormula(bool isR1C1, bool isLocal) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| isR1C1 | bool | Whether the formula needs to be formatted as R1C1. | +| isLocal | bool | Whether the formula needs to be formatted by locale. | + +## ReturnValue + +The formula of this list column. + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListColumn](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listcolumn/getdatastyle/_index.md b/spanish/cpp/aspose.cells.tables/listcolumn/getdatastyle/_index.md new file mode 100644 index 00000000000..d04d7cefb15 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listcolumn/getdatastyle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::ListColumn::GetDataStyle method +linktitle: GetDataStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListColumn::GetDataStyle method. Gets the style of the data in this column of the table in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.tables/listcolumn/getdatastyle/ +--- +## ListColumn::GetDataStyle method + + +Gets the style of the data in this column of the table. + +```cpp +Style Aspose::Cells::Tables::ListColumn::GetDataStyle() +``` + +## See Also + +* Class [Style](../../../aspose.cells/style/) +* Class [ListColumn](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listcolumn/getformula/_index.md b/spanish/cpp/aspose.cells.tables/listcolumn/getformula/_index.md new file mode 100644 index 00000000000..4d691a97a4a --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listcolumn/getformula/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::ListColumn::GetFormula method +linktitle: GetFormula +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListColumn::GetFormula method. Gets and sets the formula of the list column in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.tables/listcolumn/getformula/ +--- +## ListColumn::GetFormula method + + +Gets and sets the formula of the list column. + +```cpp +U16String Aspose::Cells::Tables::ListColumn::GetFormula() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ListColumn](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listcolumn/getname/_index.md b/spanish/cpp/aspose.cells.tables/listcolumn/getname/_index.md new file mode 100644 index 00000000000..e26e2a4dd6b --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listcolumn/getname/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Tables::ListColumn::GetName method +linktitle: GetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListColumn::GetName method. Gets and sets the name of the column in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.tables/listcolumn/getname/ +--- +## ListColumn::GetName method + + +Gets and sets the name of the column. + +```cpp +U16String Aspose::Cells::Tables::ListColumn::GetName() +``` + +## Remarks + + +If sets the name of the column, the according cell' value will be changed too. +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ListColumn](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listcolumn/getrange/_index.md b/spanish/cpp/aspose.cells.tables/listcolumn/getrange/_index.md new file mode 100644 index 00000000000..888a8304e90 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listcolumn/getrange/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::ListColumn::GetRange method +linktitle: GetRange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListColumn::GetRange method. Gets the range of this list column in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.tables/listcolumn/getrange/ +--- +## ListColumn::GetRange method + + +Gets the range of this list column. + +```cpp +Range Aspose::Cells::Tables::ListColumn::GetRange() +``` + +## See Also + +* Class [Range](../../../aspose.cells/range/) +* Class [ListColumn](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listcolumn/gettotalscalculation/_index.md b/spanish/cpp/aspose.cells.tables/listcolumn/gettotalscalculation/_index.md new file mode 100644 index 00000000000..8ce296cda3f --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listcolumn/gettotalscalculation/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::ListColumn::GetTotalsCalculation method +linktitle: GetTotalsCalculation +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListColumn::GetTotalsCalculation method. Gets and sets the type of calculation in the Totals row of the list column in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.tables/listcolumn/gettotalscalculation/ +--- +## ListColumn::GetTotalsCalculation method + + +Gets and sets the type of calculation in the Totals row of the list column. + +```cpp +TotalsCalculation Aspose::Cells::Tables::ListColumn::GetTotalsCalculation() +``` + +## See Also + +* Enum [TotalsCalculation](../../totalscalculation/) +* Class [ListColumn](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listcolumn/gettotalsrowlabel/_index.md b/spanish/cpp/aspose.cells.tables/listcolumn/gettotalsrowlabel/_index.md new file mode 100644 index 00000000000..1ecb3e619d6 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listcolumn/gettotalsrowlabel/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::ListColumn::GetTotalsRowLabel method +linktitle: GetTotalsRowLabel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListColumn::GetTotalsRowLabel method. Gets and sets the display labels of total row in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.tables/listcolumn/gettotalsrowlabel/ +--- +## ListColumn::GetTotalsRowLabel method + + +Gets and sets the display labels of total row. + +```cpp +U16String Aspose::Cells::Tables::ListColumn::GetTotalsRowLabel() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ListColumn](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listcolumn/isarrayformula/_index.md b/spanish/cpp/aspose.cells.tables/listcolumn/isarrayformula/_index.md new file mode 100644 index 00000000000..0234e8d15c8 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listcolumn/isarrayformula/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::ListColumn::IsArrayFormula method +linktitle: IsArrayFormula +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListColumn::IsArrayFormula method. Indicates whether the fomula is array formula in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.tables/listcolumn/isarrayformula/ +--- +## ListColumn::IsArrayFormula method + + +Indicates whether the fomula is array formula. + +```cpp +bool Aspose::Cells::Tables::ListColumn::IsArrayFormula() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListColumn](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listcolumn/isnull/_index.md b/spanish/cpp/aspose.cells.tables/listcolumn/isnull/_index.md new file mode 100644 index 00000000000..eee399e6d23 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listcolumn/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Tables::ListColumn::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListColumn::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.tables/listcolumn/isnull/ +--- +## ListColumn::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Tables::ListColumn::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListColumn](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listcolumn/listcolumn/_index.md b/spanish/cpp/aspose.cells.tables/listcolumn/listcolumn/_index.md new file mode 100644 index 00000000000..1da5f09493a --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listcolumn/listcolumn/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Tables::ListColumn::ListColumn constructor +linktitle: ListColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListColumn::ListColumn constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.tables/listcolumn/listcolumn/ +--- +## ListColumn::ListColumn(ListColumn_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Tables::ListColumn::ListColumn(ListColumn_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListColumn](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) +## ListColumn::ListColumn(const ListColumn\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Tables::ListColumn::ListColumn(const ListColumn &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListColumn](../) +* Class [ListColumn](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listcolumn/operator_asm/_index.md b/spanish/cpp/aspose.cells.tables/listcolumn/operator_asm/_index.md new file mode 100644 index 00000000000..9f614fe0dd8 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listcolumn/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Tables::ListColumn::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListColumn::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.tables/listcolumn/operator_asm/ +--- +## ListColumn::operator= method + + +operator= + +```cpp +ListColumn & Aspose::Cells::Tables::ListColumn::operator=(const ListColumn &src) +``` + +## See Also + +* Class [ListColumn](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListColumn](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listcolumn/operator_bool/_index.md b/spanish/cpp/aspose.cells.tables/listcolumn/operator_bool/_index.md new file mode 100644 index 00000000000..c090c065be1 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listcolumn/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Tables::ListColumn::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListColumn::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.tables/listcolumn/operator_bool/ +--- +## ListColumn::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Tables::ListColumn::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ListColumn](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listcolumn/setcustomcalculatedformula/_index.md b/spanish/cpp/aspose.cells.tables/listcolumn/setcustomcalculatedformula/_index.md new file mode 100644 index 00000000000..cc2820beec1 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listcolumn/setcustomcalculatedformula/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::Tables::ListColumn::SetCustomCalculatedFormula method +linktitle: SetCustomCalculatedFormula +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListColumn::SetCustomCalculatedFormula method. Sets the formula for this list column in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.tables/listcolumn/setcustomcalculatedformula/ +--- +## ListColumn::SetCustomCalculatedFormula(const U16String\&, bool, bool) method + + +Sets the formula for this list column. + +```cpp +void Aspose::Cells::Tables::ListColumn::SetCustomCalculatedFormula(const U16String &formula, bool isR1C1, bool isLocal) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| formula | const U16String\& | the formula for this list column. | +| isR1C1 | bool | Whether the formula needs to be formatted as R1C1. | +| isLocal | bool | Whether the formula needs to be formatted by locale. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ListColumn](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) +## ListColumn::SetCustomCalculatedFormula(const char16_t*, bool, bool) method + + +Sets the formula for this list column. + +```cpp +void Aspose::Cells::Tables::ListColumn::SetCustomCalculatedFormula(const char16_t *formula, bool isR1C1, bool isLocal) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| formula | const char16_t* | the formula for this list column. | +| isR1C1 | bool | Whether the formula needs to be formatted as R1C1. | +| isLocal | bool | Whether the formula needs to be formatted by locale. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListColumn](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listcolumn/setcustomtotalsrowformula/_index.md b/spanish/cpp/aspose.cells.tables/listcolumn/setcustomtotalsrowformula/_index.md new file mode 100644 index 00000000000..69bf794572a --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listcolumn/setcustomtotalsrowformula/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::Tables::ListColumn::SetCustomTotalsRowFormula method +linktitle: SetCustomTotalsRowFormula +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListColumn::SetCustomTotalsRowFormula method. Gets the formula of totals row of this list column in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.tables/listcolumn/setcustomtotalsrowformula/ +--- +## ListColumn::SetCustomTotalsRowFormula(const U16String\&, bool, bool) method + + +Gets the formula of totals row of this list column. + +```cpp +void Aspose::Cells::Tables::ListColumn::SetCustomTotalsRowFormula(const U16String &formula, bool isR1C1, bool isLocal) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| formula | const U16String\& | the formula for this list column. | +| isR1C1 | bool | Whether the formula needs to be formatted as R1C1. | +| isLocal | bool | Whether the formula needs to be formatted by locale. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ListColumn](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) +## ListColumn::SetCustomTotalsRowFormula(const char16_t*, bool, bool) method + + +Gets the formula of totals row of this list column. + +```cpp +void Aspose::Cells::Tables::ListColumn::SetCustomTotalsRowFormula(const char16_t *formula, bool isR1C1, bool isLocal) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| formula | const char16_t* | the formula for this list column. | +| isR1C1 | bool | Whether the formula needs to be formatted as R1C1. | +| isLocal | bool | Whether the formula needs to be formatted by locale. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListColumn](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listcolumn/setdatastyle/_index.md b/spanish/cpp/aspose.cells.tables/listcolumn/setdatastyle/_index.md new file mode 100644 index 00000000000..044c05dfa67 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listcolumn/setdatastyle/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Tables::ListColumn::SetDataStyle method +linktitle: SetDataStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListColumn::SetDataStyle method. Sets the style of the data in this column of the table in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.tables/listcolumn/setdatastyle/ +--- +## ListColumn::SetDataStyle method + + +Sets the style of the data in this column of the table. + +```cpp +void Aspose::Cells::Tables::ListColumn::SetDataStyle(const Style &style) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Style](../../../aspose.cells/style/) +* Class [ListColumn](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listcolumn/setformula/_index.md b/spanish/cpp/aspose.cells.tables/listcolumn/setformula/_index.md new file mode 100644 index 00000000000..c4a40bf0fc0 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listcolumn/setformula/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Tables::ListColumn::SetFormula method +linktitle: SetFormula +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListColumn::SetFormula method. Gets and sets the formula of the list column in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.tables/listcolumn/setformula/ +--- +## ListColumn::SetFormula(const U16String\&) method + + +Gets and sets the formula of the list column. + +```cpp +void Aspose::Cells::Tables::ListColumn::SetFormula(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ListColumn](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) +## ListColumn::SetFormula(const char16_t*) method + + +Gets and sets the formula of the list column. + +```cpp +void Aspose::Cells::Tables::ListColumn::SetFormula(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListColumn](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listcolumn/setname/_index.md b/spanish/cpp/aspose.cells.tables/listcolumn/setname/_index.md new file mode 100644 index 00000000000..c606cd80280 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listcolumn/setname/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::Tables::ListColumn::SetName method +linktitle: SetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListColumn::SetName method. Gets and sets the name of the column in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.tables/listcolumn/setname/ +--- +## ListColumn::SetName(const U16String\&) method + + +Gets and sets the name of the column. + +```cpp +void Aspose::Cells::Tables::ListColumn::SetName(const U16String &value) +``` + +## Remarks + + +If sets the name of the column, the according cell' value will be changed too. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ListColumn](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) +## ListColumn::SetName(const char16_t*) method + + +Gets and sets the name of the column. + +```cpp +void Aspose::Cells::Tables::ListColumn::SetName(const char16_t *value) +``` + +## Remarks + + +If sets the name of the column, the according cell' value will be changed too. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListColumn](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listcolumn/settotalscalculation/_index.md b/spanish/cpp/aspose.cells.tables/listcolumn/settotalscalculation/_index.md new file mode 100644 index 00000000000..91e4fdf67cb --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listcolumn/settotalscalculation/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Tables::ListColumn::SetTotalsCalculation method +linktitle: SetTotalsCalculation +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListColumn::SetTotalsCalculation method. Gets and sets the type of calculation in the Totals row of the list column in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.tables/listcolumn/settotalscalculation/ +--- +## ListColumn::SetTotalsCalculation method + + +Gets and sets the type of calculation in the Totals row of the list column. + +```cpp +void Aspose::Cells::Tables::ListColumn::SetTotalsCalculation(TotalsCalculation value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [TotalsCalculation](../../totalscalculation/) +* Class [ListColumn](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listcolumn/settotalsrowlabel/_index.md b/spanish/cpp/aspose.cells.tables/listcolumn/settotalsrowlabel/_index.md new file mode 100644 index 00000000000..74b77e50914 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listcolumn/settotalsrowlabel/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Tables::ListColumn::SetTotalsRowLabel method +linktitle: SetTotalsRowLabel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListColumn::SetTotalsRowLabel method. Gets and sets the display labels of total row in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.tables/listcolumn/settotalsrowlabel/ +--- +## ListColumn::SetTotalsRowLabel(const U16String\&) method + + +Gets and sets the display labels of total row. + +```cpp +void Aspose::Cells::Tables::ListColumn::SetTotalsRowLabel(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ListColumn](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) +## ListColumn::SetTotalsRowLabel(const char16_t*) method + + +Gets and sets the display labels of total row. + +```cpp +void Aspose::Cells::Tables::ListColumn::SetTotalsRowLabel(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListColumn](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listcolumn/~listcolumn/_index.md b/spanish/cpp/aspose.cells.tables/listcolumn/~listcolumn/_index.md new file mode 100644 index 00000000000..02149332143 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listcolumn/~listcolumn/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Tables::ListColumn::~ListColumn method +linktitle: ~ListColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListColumn::~ListColumn method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.tables/listcolumn/~listcolumn/ +--- +## ListColumn::~ListColumn method + + +Destructor. + +```cpp +Aspose::Cells::Tables::ListColumn::~ListColumn() +``` + +## See Also + +* Class [ListColumn](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listcolumncollection/_impl/_index.md b/spanish/cpp/aspose.cells.tables/listcolumncollection/_impl/_index.md new file mode 100644 index 00000000000..fee9d216bd3 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listcolumncollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Tables::ListColumnCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListColumnCollection::_impl field. The implementation object in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.tables/listcolumncollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ListColumnCollection_Impl* Aspose::Cells::Tables::ListColumnCollection::_impl +``` + +## See Also + +* Class [ListColumnCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listcolumncollection/_index.md b/spanish/cpp/aspose.cells.tables/listcolumncollection/_index.md new file mode 100644 index 00000000000..fc30ac07bcd --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listcolumncollection/_index.md @@ -0,0 +1,41 @@ +--- +title: Aspose::Cells::Tables::ListColumnCollection class +linktitle: ListColumnCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListColumnCollection class. Represents a list of all the ListColumn objects in the table in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.tables/listcolumncollection/ +--- +## ListColumnCollection class + + +Represents a list of all the [ListColumn](../listcolumn/) objects in the table. + +```cpp +class ListColumnCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Get(int32_t index)](./get/) | Gets the [ListColumn](../listcolumn/) by the index. | +| [Get(const U16String\& name)](./get/) | Gets the [ListColumn](../listcolumn/) by the name. | +| [Get(const char16_t* name)](./get/) | Gets the [ListColumn](../listcolumn/) by the name. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [ListColumnCollection(ListColumnCollection_Impl* impl)](./listcolumncollection/) | Constructs from an implementation object. | +| [ListColumnCollection(const ListColumnCollection\& src)](./listcolumncollection/) | Copy constructor. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ListColumnCollection\& src)](./operator_asm/) | operator= | +| [~ListColumnCollection()](./~listcolumncollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Tables](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.tables/listcolumncollection/get/_index.md b/spanish/cpp/aspose.cells.tables/listcolumncollection/get/_index.md new file mode 100644 index 00000000000..d29ed8c5739 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listcolumncollection/get/_index.md @@ -0,0 +1,85 @@ +--- +title: Aspose::Cells::Tables::ListColumnCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListColumnCollection::Get method. Gets the ListColumn by the index in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.tables/listcolumncollection/get/ +--- +## ListColumnCollection::Get(int32_t) method + + +Gets the [ListColumn](../../listcolumn/) by the index. + +```cpp +ListColumn Aspose::Cells::Tables::ListColumnCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The index. | + +## ReturnValue + +the [ListColumn](../../listcolumn/) object. + +## See Also + +* Class [ListColumn](../../listcolumn/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListColumnCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) +## ListColumnCollection::Get(const U16String\&) method + + +Gets the [ListColumn](../../listcolumn/) by the name. + +```cpp +ListColumn Aspose::Cells::Tables::ListColumnCollection::Get(const U16String &name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const U16String\& | The name of the [ListColumn](../../listcolumn/) | + +## ReturnValue + +The [ListColumn](../../listcolumn/) object. + +## See Also + +* Class [ListColumn](../../listcolumn/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ListColumnCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) +## ListColumnCollection::Get(const char16_t*) method + + +Gets the [ListColumn](../../listcolumn/) by the name. + +```cpp +ListColumn Aspose::Cells::Tables::ListColumnCollection::Get(const char16_t *name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const char16_t* | The name of the [ListColumn](../../listcolumn/) | + +## ReturnValue + +The [ListColumn](../../listcolumn/) object. + +## See Also + +* Class [ListColumn](../../listcolumn/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListColumnCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listcolumncollection/getcount/_index.md b/spanish/cpp/aspose.cells.tables/listcolumncollection/getcount/_index.md new file mode 100644 index 00000000000..cca807ebae0 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listcolumncollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::ListColumnCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::Tables::ListColumnCollection class in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.tables/listcolumncollection/getcount/ +--- +## ListColumnCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::Tables::ListColumnCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListColumnCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listcolumncollection/isnull/_index.md b/spanish/cpp/aspose.cells.tables/listcolumncollection/isnull/_index.md new file mode 100644 index 00000000000..13ea6d420e8 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listcolumncollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Tables::ListColumnCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListColumnCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.tables/listcolumncollection/isnull/ +--- +## ListColumnCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Tables::ListColumnCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListColumnCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listcolumncollection/listcolumncollection/_index.md b/spanish/cpp/aspose.cells.tables/listcolumncollection/listcolumncollection/_index.md new file mode 100644 index 00000000000..8f04d47d13c --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listcolumncollection/listcolumncollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Tables::ListColumnCollection::ListColumnCollection constructor +linktitle: ListColumnCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListColumnCollection::ListColumnCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.tables/listcolumncollection/listcolumncollection/ +--- +## ListColumnCollection::ListColumnCollection(ListColumnCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Tables::ListColumnCollection::ListColumnCollection(ListColumnCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListColumnCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) +## ListColumnCollection::ListColumnCollection(const ListColumnCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Tables::ListColumnCollection::ListColumnCollection(const ListColumnCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListColumnCollection](../) +* Class [ListColumnCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listcolumncollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.tables/listcolumncollection/operator_asm/_index.md new file mode 100644 index 00000000000..4f13e60fbd8 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listcolumncollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Tables::ListColumnCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListColumnCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.tables/listcolumncollection/operator_asm/ +--- +## ListColumnCollection::operator= method + + +operator= + +```cpp +ListColumnCollection & Aspose::Cells::Tables::ListColumnCollection::operator=(const ListColumnCollection &src) +``` + +## See Also + +* Class [ListColumnCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListColumnCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listcolumncollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.tables/listcolumncollection/operator_bool/_index.md new file mode 100644 index 00000000000..cd034cd4245 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listcolumncollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Tables::ListColumnCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListColumnCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.tables/listcolumncollection/operator_bool/ +--- +## ListColumnCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Tables::ListColumnCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ListColumnCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listcolumncollection/~listcolumncollection/_index.md b/spanish/cpp/aspose.cells.tables/listcolumncollection/~listcolumncollection/_index.md new file mode 100644 index 00000000000..0c79bb8e3dc --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listcolumncollection/~listcolumncollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Tables::ListColumnCollection::~ListColumnCollection method +linktitle: ~ListColumnCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListColumnCollection::~ListColumnCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.tables/listcolumncollection/~listcolumncollection/ +--- +## ListColumnCollection::~ListColumnCollection method + + +Destructor. + +```cpp +Aspose::Cells::Tables::ListColumnCollection::~ListColumnCollection() +``` + +## See Also + +* Class [ListColumnCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobject/_impl/_index.md b/spanish/cpp/aspose.cells.tables/listobject/_impl/_index.md new file mode 100644 index 00000000000..90ce78b4164 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobject/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Tables::ListObject::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::_impl field. The implementation object in C++.' +type: docs +weight: 5000 +url: /es/cpp/aspose.cells.tables/listobject/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ListObject_Impl* Aspose::Cells::Tables::ListObject::_impl +``` + +## See Also + +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobject/_index.md b/spanish/cpp/aspose.cells.tables/listobject/_index.md new file mode 100644 index 00000000000..3f6229950a3 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobject/_index.md @@ -0,0 +1,119 @@ +--- +title: Aspose::Cells::Tables::ListObject class +linktitle: ListObject +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject class. Represents a table in a worksheet in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.tables/listobject/ +--- +## ListObject class + + +Represents a table in a worksheet. + +```cpp +class ListObject +``` + +## Methods + +| Method | Description | +| --- | --- | +| [ApplyStyleToRange()](./applystyletorange/) | Apply the table style to the range. | +| [ConvertToRange()](./converttorange/) | Convert the table to range. | +| [ConvertToRange(const TableToRangeOptions\& options)](./converttorange/) | Convert the table to range. | +| [Filter()](./filter/) | **(Deprecated)** Filter the table. | +| [GetAlternativeDescription()](./getalternativedescription/) | Gets and sets the alternative description. | +| [GetAlternativeText()](./getalternativetext/) | Gets and sets the alternative text. | +| [GetAutoFilter()](./getautofilter/) | Gets auto filter of this table. | +| [GetComment()](./getcomment/) | Gets and sets the comment of the table. | +| [GetDataRange()](./getdatarange/) | Gets the data range of the Table. | +| [GetDataSourceType()](./getdatasourcetype/) | Gets the data source type of the table. | +| [GetDisplayName()](./getdisplayname/) | Gets and sets the display name of the table. | +| [GetEndColumn()](./getendcolumn/) | Gets the end column of the range. | +| [GetEndRow()](./getendrow/) | Gets the end row of the range. | +| [GetHasAutoFilter()](./gethasautofilter/) | Indicates whether auto filter is applied to this table. | +| [GetListColumns()](./getlistcolumns/) | Gets the [ListColumn](../listcolumn/) list of this table. | +| [GetQueryTable()](./getquerytable/) | Gets the linked [QueryTable](../../aspose.cells/querytable/). | +| [GetShowHeaderRow()](./getshowheaderrow/) | Gets and sets whether this Table shows header row. | +| [GetShowTableStyleColumnStripes()](./getshowtablestylecolumnstripes/) | Indicates whether column stripe formatting is applied to. | +| [GetShowTableStyleFirstColumn()](./getshowtablestylefirstcolumn/) | Indicates whether the first column in the table is the style applied to. | +| [GetShowTableStyleLastColumn()](./getshowtablestylelastcolumn/) | Indicates whether the last column in the table is the style applied to. | +| [GetShowTableStyleRowStripes()](./getshowtablestylerowstripes/) | Indicates whether row stripe formatting is applied to. | +| [GetShowTotals()](./getshowtotals/) | Gets and sets whether this TAble shows total row. | +| [GetStartColumn()](./getstartcolumn/) | Gets the start column of the range. | +| [GetStartRow()](./getstartrow/) | Gets the start row of the range. | +| [GetTableStyleName()](./gettablestylename/) | Gets and sets the table style name. | +| [GetTableStyleType()](./gettablestyletype/) | Gets and the built-in table style. | +| [GetXmlMap()](./getxmlmap/) | Gets an [XmlMap](../../aspose.cells/xmlmap/) used for this list. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [ListObject(ListObject_Impl* impl)](./listobject/) | Constructs from an implementation object. | +| [ListObject(const ListObject\& src)](./listobject/) | Copy constructor. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ListObject\& src)](./operator_asm/) | operator= | +| [PutCellFormula(int32_t rowOffset, int32_t columnOffset, const U16String\& formula)](./putcellformula/) | Put the formula to the cell in the table. | +| [PutCellFormula(int32_t rowOffset, int32_t columnOffset, const char16_t* formula)](./putcellformula/) | Put the formula to the cell in the table. | +| [PutCellFormula(int32_t rowOffset, int32_t columnOffset, const U16String\& formula, bool isTotalsRowFormula)](./putcellformula/) | Put the formula to the cell in the table. | +| [PutCellFormula(int32_t rowOffset, int32_t columnOffset, const char16_t* formula, bool isTotalsRowFormula)](./putcellformula/) | Put the formula to the cell in the table. | +| [PutCellValue(int32_t rowOffset, int32_t columnOffset, const Aspose::Cells::Object\& value)](./putcellvalue/) | Put the value to the cell. | +| [PutCellValue(int32_t rowOffset, int32_t columnOffset, const Aspose::Cells::Object\& value, bool isTotalsRowLabel)](./putcellvalue/) | Put the value to the cell. | +| [RemoveAutoFilter()](./removeautofilter/) | Removes auto filter which is applied to this table. | +| [Resize(int32_t startRow, int32_t startColumn, int32_t endRow, int32_t endColumn, bool hasHeaders)](./resize/) | Resize the range of the list object. | +| [SetAlternativeDescription(const U16String\& value)](./setalternativedescription/) | Gets and sets the alternative description. | +| [SetAlternativeDescription(const char16_t* value)](./setalternativedescription/) | Gets and sets the alternative description. | +| [SetAlternativeText(const U16String\& value)](./setalternativetext/) | Gets and sets the alternative text. | +| [SetAlternativeText(const char16_t* value)](./setalternativetext/) | Gets and sets the alternative text. | +| [SetComment(const U16String\& value)](./setcomment/) | Gets and sets the comment of the table. | +| [SetComment(const char16_t* value)](./setcomment/) | Gets and sets the comment of the table. | +| [SetDisplayName(const U16String\& value)](./setdisplayname/) | Gets and sets the display name of the table. | +| [SetDisplayName(const char16_t* value)](./setdisplayname/) | Gets and sets the display name of the table. | +| [SetHasAutoFilter(bool value)](./sethasautofilter/) | Indicates whether auto filter is applied to this table. | +| [SetShowHeaderRow(bool value)](./setshowheaderrow/) | Gets and sets whether this Table shows header row. | +| [SetShowTableStyleColumnStripes(bool value)](./setshowtablestylecolumnstripes/) | Indicates whether column stripe formatting is applied to. | +| [SetShowTableStyleFirstColumn(bool value)](./setshowtablestylefirstcolumn/) | Indicates whether the first column in the table is the style applied to. | +| [SetShowTableStyleLastColumn(bool value)](./setshowtablestylelastcolumn/) | Indicates whether the last column in the table is the style applied to. | +| [SetShowTableStyleRowStripes(bool value)](./setshowtablestylerowstripes/) | Indicates whether row stripe formatting is applied to. | +| [SetShowTotals(bool value)](./setshowtotals/) | Gets and sets whether this TAble shows total row. | +| [SetTableStyleName(const U16String\& value)](./settablestylename/) | Gets and sets the table style name. | +| [SetTableStyleName(const char16_t* value)](./settablestylename/) | Gets and sets the table style name. | +| [SetTableStyleType(TableStyleType value)](./settablestyletype/) | Gets and the built-in table style. | +| [UpdateColumnName()](./updatecolumnname/) | Updates all list columns' name to cells in the table. | +| [~ListObject()](./~listobject/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook workbook; +Cells cells = workbook.GetWorksheets().Get(0).GetCells(); +for (int i = 0; i < 5; i++) +{ + cells.Get(0, i).PutValue(CellsHelper::ColumnIndexToName(i)); +} +for (int row = 1; row < 10; row++) +{ + for (int column = 0; column < 5; column++) + { + cells.Get(row, column).PutValue(row * column); + } +} +ListObjectCollection tables = workbook.GetWorksheets().Get(0).GetListObjects(); +int index = tables.Add(0, 0, 9, 4, true); +ListObject table = tables.Get(0); +table.SetShowTotals(true); +table.GetListColumns().Get(4).SetTotalsCalculation(TotalsCalculation::Sum); +workbook.Save(u"Book1.xlsx"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::Tables](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.tables/listobject/applystyletorange/_index.md b/spanish/cpp/aspose.cells.tables/listobject/applystyletorange/_index.md new file mode 100644 index 00000000000..863b3025515 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobject/applystyletorange/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::ListObject::ApplyStyleToRange method +linktitle: ApplyStyleToRange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::ApplyStyleToRange method. Apply the table style to the range in C++.' +type: docs +weight: 3900 +url: /es/cpp/aspose.cells.tables/listobject/applystyletorange/ +--- +## ListObject::ApplyStyleToRange method + + +Apply the table style to the range. + +```cpp +void Aspose::Cells::Tables::ListObject::ApplyStyleToRange() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobject/converttorange/_index.md b/spanish/cpp/aspose.cells.tables/listobject/converttorange/_index.md new file mode 100644 index 00000000000..d1db6bf313a --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobject/converttorange/_index.md @@ -0,0 +1,45 @@ +--- +title: Aspose::Cells::Tables::ListObject::ConvertToRange method +linktitle: ConvertToRange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::ConvertToRange method. Convert the table to range in C++.' +type: docs +weight: 4000 +url: /es/cpp/aspose.cells.tables/listobject/converttorange/ +--- +## ListObject::ConvertToRange() method + + +Convert the table to range. + +```cpp +void Aspose::Cells::Tables::ListObject::ConvertToRange() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) +## ListObject::ConvertToRange(const TableToRangeOptions\&) method + + +Convert the table to range. + +```cpp +void Aspose::Cells::Tables::ListObject::ConvertToRange(const TableToRangeOptions &options) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| options | const TableToRangeOptions\& | the options when converting table to range. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TableToRangeOptions](../../tabletorangeoptions/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobject/filter/_index.md b/spanish/cpp/aspose.cells.tables/listobject/filter/_index.md new file mode 100644 index 00000000000..298a6078bd9 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobject/filter/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Tables::ListObject::Filter method +linktitle: Filter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::Filter method. Filter the table in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.tables/listobject/filter/ +--- +## ListObject::Filter method + + +Filter the table. + + +>Deprecated +> +>Use set ListObject.HasAutoFilter property +```cpp +AutoFilter Aspose::Cells::Tables::ListObject::Filter() +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead,please set ListObject.HasAutoFilter property. This property will be removed 12 months later since October 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [AutoFilter](../../../aspose.cells/autofilter/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobject/getalternativedescription/_index.md b/spanish/cpp/aspose.cells.tables/listobject/getalternativedescription/_index.md new file mode 100644 index 00000000000..e356c112103 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobject/getalternativedescription/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::ListObject::GetAlternativeDescription method +linktitle: GetAlternativeDescription +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::GetAlternativeDescription method. Gets and sets the alternative description in C++.' +type: docs +weight: 4800 +url: /es/cpp/aspose.cells.tables/listobject/getalternativedescription/ +--- +## ListObject::GetAlternativeDescription method + + +Gets and sets the alternative description. + +```cpp +U16String Aspose::Cells::Tables::ListObject::GetAlternativeDescription() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobject/getalternativetext/_index.md b/spanish/cpp/aspose.cells.tables/listobject/getalternativetext/_index.md new file mode 100644 index 00000000000..6bf99e6d2a0 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobject/getalternativetext/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::ListObject::GetAlternativeText method +linktitle: GetAlternativeText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::GetAlternativeText method. Gets and sets the alternative text in C++.' +type: docs +weight: 4600 +url: /es/cpp/aspose.cells.tables/listobject/getalternativetext/ +--- +## ListObject::GetAlternativeText method + + +Gets and sets the alternative text. + +```cpp +U16String Aspose::Cells::Tables::ListObject::GetAlternativeText() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobject/getautofilter/_index.md b/spanish/cpp/aspose.cells.tables/listobject/getautofilter/_index.md new file mode 100644 index 00000000000..c33fe1c3719 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobject/getautofilter/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Tables::ListObject::GetAutoFilter method +linktitle: GetAutoFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::GetAutoFilter method. Gets auto filter of this table in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.tables/listobject/getautofilter/ +--- +## ListObject::GetAutoFilter method + + +Gets auto filter of this table. + +```cpp +AutoFilter Aspose::Cells::Tables::ListObject::GetAutoFilter() +``` + +## Remarks + + +It works only when HasAutoFilter is false. +## See Also + +* Class [AutoFilter](../../../aspose.cells/autofilter/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobject/getcomment/_index.md b/spanish/cpp/aspose.cells.tables/listobject/getcomment/_index.md new file mode 100644 index 00000000000..e7f965df6f5 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobject/getcomment/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::ListObject::GetComment method +linktitle: GetComment +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::GetComment method. Gets and sets the comment of the table in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells.tables/listobject/getcomment/ +--- +## ListObject::GetComment method + + +Gets and sets the comment of the table. + +```cpp +U16String Aspose::Cells::Tables::ListObject::GetComment() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobject/getdatarange/_index.md b/spanish/cpp/aspose.cells.tables/listobject/getdatarange/_index.md new file mode 100644 index 00000000000..b14a0e2e1ef --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobject/getdatarange/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::ListObject::GetDataRange method +linktitle: GetDataRange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::GetDataRange method. Gets the data range of the Table in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.tables/listobject/getdatarange/ +--- +## ListObject::GetDataRange method + + +Gets the data range of the Table. + +```cpp +Range Aspose::Cells::Tables::ListObject::GetDataRange() +``` + +## See Also + +* Class [Range](../../../aspose.cells/range/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobject/getdatasourcetype/_index.md b/spanish/cpp/aspose.cells.tables/listobject/getdatasourcetype/_index.md new file mode 100644 index 00000000000..d3cb2714c3f --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobject/getdatasourcetype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::ListObject::GetDataSourceType method +linktitle: GetDataSourceType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::GetDataSourceType method. Gets the data source type of the table in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.tables/listobject/getdatasourcetype/ +--- +## ListObject::GetDataSourceType method + + +Gets the data source type of the table. + +```cpp +TableDataSourceType Aspose::Cells::Tables::ListObject::GetDataSourceType() +``` + +## See Also + +* Enum [TableDataSourceType](../../tabledatasourcetype/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobject/getdisplayname/_index.md b/spanish/cpp/aspose.cells.tables/listobject/getdisplayname/_index.md new file mode 100644 index 00000000000..0afc654177d --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobject/getdisplayname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::ListObject::GetDisplayName method +linktitle: GetDisplayName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::GetDisplayName method. Gets and sets the display name of the table in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.tables/listobject/getdisplayname/ +--- +## ListObject::GetDisplayName method + + +Gets and sets the display name of the table. + +```cpp +U16String Aspose::Cells::Tables::ListObject::GetDisplayName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobject/getendcolumn/_index.md b/spanish/cpp/aspose.cells.tables/listobject/getendcolumn/_index.md new file mode 100644 index 00000000000..5128d1ed5c3 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobject/getendcolumn/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::ListObject::GetEndColumn method +linktitle: GetEndColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::GetEndColumn method. Gets the end column of the range in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.tables/listobject/getendcolumn/ +--- +## ListObject::GetEndColumn method + + +Gets the end column of the range. + +```cpp +int32_t Aspose::Cells::Tables::ListObject::GetEndColumn() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobject/getendrow/_index.md b/spanish/cpp/aspose.cells.tables/listobject/getendrow/_index.md new file mode 100644 index 00000000000..d9f9864c77d --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobject/getendrow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::ListObject::GetEndRow method +linktitle: GetEndRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::GetEndRow method. Gets the end row of the range in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.tables/listobject/getendrow/ +--- +## ListObject::GetEndRow method + + +Gets the end row of the range. + +```cpp +int32_t Aspose::Cells::Tables::ListObject::GetEndRow() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobject/gethasautofilter/_index.md b/spanish/cpp/aspose.cells.tables/listobject/gethasautofilter/_index.md new file mode 100644 index 00000000000..77f62b56d61 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobject/gethasautofilter/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::ListObject::GetHasAutoFilter method +linktitle: GetHasAutoFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::GetHasAutoFilter method. Indicates whether auto filter is applied to this table in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.tables/listobject/gethasautofilter/ +--- +## ListObject::GetHasAutoFilter method + + +Indicates whether auto filter is applied to this table. + +```cpp +bool Aspose::Cells::Tables::ListObject::GetHasAutoFilter() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobject/getlistcolumns/_index.md b/spanish/cpp/aspose.cells.tables/listobject/getlistcolumns/_index.md new file mode 100644 index 00000000000..d1f0aee3f59 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobject/getlistcolumns/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::ListObject::GetListColumns method +linktitle: GetListColumns +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::GetListColumns method. Gets the ListColumn list of this table in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.tables/listobject/getlistcolumns/ +--- +## ListObject::GetListColumns method + + +Gets the [ListColumn](../../listcolumn/) list of this table. + +```cpp +ListColumnCollection Aspose::Cells::Tables::ListObject::GetListColumns() +``` + +## See Also + +* Class [ListColumnCollection](../../listcolumncollection/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobject/getquerytable/_index.md b/spanish/cpp/aspose.cells.tables/listobject/getquerytable/_index.md new file mode 100644 index 00000000000..820c494974d --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobject/getquerytable/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::ListObject::GetQueryTable method +linktitle: GetQueryTable +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::GetQueryTable method. Gets the linked QueryTable in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.tables/listobject/getquerytable/ +--- +## ListObject::GetQueryTable method + + +Gets the linked [QueryTable](../../../aspose.cells/querytable/). + +```cpp +QueryTable Aspose::Cells::Tables::ListObject::GetQueryTable() +``` + +## See Also + +* Class [QueryTable](../../../aspose.cells/querytable/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobject/getshowheaderrow/_index.md b/spanish/cpp/aspose.cells.tables/listobject/getshowheaderrow/_index.md new file mode 100644 index 00000000000..54aa6e33bd7 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobject/getshowheaderrow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::ListObject::GetShowHeaderRow method +linktitle: GetShowHeaderRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::GetShowHeaderRow method. Gets and sets whether this Table shows header row in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.tables/listobject/getshowheaderrow/ +--- +## ListObject::GetShowHeaderRow method + + +Gets and sets whether this Table shows header row. + +```cpp +bool Aspose::Cells::Tables::ListObject::GetShowHeaderRow() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobject/getshowtablestylecolumnstripes/_index.md b/spanish/cpp/aspose.cells.tables/listobject/getshowtablestylecolumnstripes/_index.md new file mode 100644 index 00000000000..ac1a1086a40 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobject/getshowtablestylecolumnstripes/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::ListObject::GetShowTableStyleColumnStripes method +linktitle: GetShowTableStyleColumnStripes +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::GetShowTableStyleColumnStripes method. Indicates whether column stripe formatting is applied to in C++.' +type: docs +weight: 3700 +url: /es/cpp/aspose.cells.tables/listobject/getshowtablestylecolumnstripes/ +--- +## ListObject::GetShowTableStyleColumnStripes method + + +Indicates whether column stripe formatting is applied to. + +```cpp +bool Aspose::Cells::Tables::ListObject::GetShowTableStyleColumnStripes() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobject/getshowtablestylefirstcolumn/_index.md b/spanish/cpp/aspose.cells.tables/listobject/getshowtablestylefirstcolumn/_index.md new file mode 100644 index 00000000000..d3a001b1b15 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobject/getshowtablestylefirstcolumn/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::ListObject::GetShowTableStyleFirstColumn method +linktitle: GetShowTableStyleFirstColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::GetShowTableStyleFirstColumn method. Indicates whether the first column in the table is the style applied to in C++.' +type: docs +weight: 3100 +url: /es/cpp/aspose.cells.tables/listobject/getshowtablestylefirstcolumn/ +--- +## ListObject::GetShowTableStyleFirstColumn method + + +Indicates whether the first column in the table is the style applied to. + +```cpp +bool Aspose::Cells::Tables::ListObject::GetShowTableStyleFirstColumn() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobject/getshowtablestylelastcolumn/_index.md b/spanish/cpp/aspose.cells.tables/listobject/getshowtablestylelastcolumn/_index.md new file mode 100644 index 00000000000..d594a24221a --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobject/getshowtablestylelastcolumn/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::ListObject::GetShowTableStyleLastColumn method +linktitle: GetShowTableStyleLastColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::GetShowTableStyleLastColumn method. Indicates whether the last column in the table is the style applied to in C++.' +type: docs +weight: 3300 +url: /es/cpp/aspose.cells.tables/listobject/getshowtablestylelastcolumn/ +--- +## ListObject::GetShowTableStyleLastColumn method + + +Indicates whether the last column in the table is the style applied to. + +```cpp +bool Aspose::Cells::Tables::ListObject::GetShowTableStyleLastColumn() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobject/getshowtablestylerowstripes/_index.md b/spanish/cpp/aspose.cells.tables/listobject/getshowtablestylerowstripes/_index.md new file mode 100644 index 00000000000..520ba7f5f28 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobject/getshowtablestylerowstripes/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::ListObject::GetShowTableStyleRowStripes method +linktitle: GetShowTableStyleRowStripes +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::GetShowTableStyleRowStripes method. Indicates whether row stripe formatting is applied to in C++.' +type: docs +weight: 3500 +url: /es/cpp/aspose.cells.tables/listobject/getshowtablestylerowstripes/ +--- +## ListObject::GetShowTableStyleRowStripes method + + +Indicates whether row stripe formatting is applied to. + +```cpp +bool Aspose::Cells::Tables::ListObject::GetShowTableStyleRowStripes() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobject/getshowtotals/_index.md b/spanish/cpp/aspose.cells.tables/listobject/getshowtotals/_index.md new file mode 100644 index 00000000000..3de38f36ecc --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobject/getshowtotals/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::ListObject::GetShowTotals method +linktitle: GetShowTotals +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::GetShowTotals method. Gets and sets whether this TAble shows total row in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.tables/listobject/getshowtotals/ +--- +## ListObject::GetShowTotals method + + +Gets and sets whether this TAble shows total row. + +```cpp +bool Aspose::Cells::Tables::ListObject::GetShowTotals() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobject/getstartcolumn/_index.md b/spanish/cpp/aspose.cells.tables/listobject/getstartcolumn/_index.md new file mode 100644 index 00000000000..64acbdf1832 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobject/getstartcolumn/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::ListObject::GetStartColumn method +linktitle: GetStartColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::GetStartColumn method. Gets the start column of the range in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.tables/listobject/getstartcolumn/ +--- +## ListObject::GetStartColumn method + + +Gets the start column of the range. + +```cpp +int32_t Aspose::Cells::Tables::ListObject::GetStartColumn() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobject/getstartrow/_index.md b/spanish/cpp/aspose.cells.tables/listobject/getstartrow/_index.md new file mode 100644 index 00000000000..2a0bab53e7c --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobject/getstartrow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::ListObject::GetStartRow method +linktitle: GetStartRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::GetStartRow method. Gets the start row of the range in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.tables/listobject/getstartrow/ +--- +## ListObject::GetStartRow method + + +Gets the start row of the range. + +```cpp +int32_t Aspose::Cells::Tables::ListObject::GetStartRow() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobject/gettablestylename/_index.md b/spanish/cpp/aspose.cells.tables/listobject/gettablestylename/_index.md new file mode 100644 index 00000000000..0db3237d5ca --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobject/gettablestylename/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::ListObject::GetTableStyleName method +linktitle: GetTableStyleName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::GetTableStyleName method. Gets and sets the table style name in C++.' +type: docs +weight: 4300 +url: /es/cpp/aspose.cells.tables/listobject/gettablestylename/ +--- +## ListObject::GetTableStyleName method + + +Gets and sets the table style name. + +```cpp +U16String Aspose::Cells::Tables::ListObject::GetTableStyleName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobject/gettablestyletype/_index.md b/spanish/cpp/aspose.cells.tables/listobject/gettablestyletype/_index.md new file mode 100644 index 00000000000..00924af4678 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobject/gettablestyletype/_index.md @@ -0,0 +1,42 @@ +--- +title: Aspose::Cells::Tables::ListObject::GetTableStyleType method +linktitle: GetTableStyleType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::GetTableStyleType method. Gets and the built-in table style in C++.' +type: docs +weight: 4100 +url: /es/cpp/aspose.cells.tables/listobject/gettablestyletype/ +--- +## ListObject::GetTableStyleType method + + +Gets and the built-in table style. + +```cpp +TableStyleType Aspose::Cells::Tables::ListObject::GetTableStyleType() +``` + + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook workbook(u"Book1.xlsx"); +ListObjectCollection tables = workbook.GetWorksheets().Get(0).GetListObjects(); +int index = tables.Add(0, 0, 9, 4, true); +ListObject table = tables.Get(0); +if (table.GetTableStyleType() != TableStyleType::TableStyleDark2) +{ + table.SetTableStyleType(TableStyleType::TableStyleDark2); +} +workbook.Save(u"TableStyle.xlsx"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Enum [TableStyleType](../../tablestyletype/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobject/getxmlmap/_index.md b/spanish/cpp/aspose.cells.tables/listobject/getxmlmap/_index.md new file mode 100644 index 00000000000..8508298beb7 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobject/getxmlmap/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::ListObject::GetXmlMap method +linktitle: GetXmlMap +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::GetXmlMap method. Gets an XmlMap used for this list in C++.' +type: docs +weight: 4500 +url: /es/cpp/aspose.cells.tables/listobject/getxmlmap/ +--- +## ListObject::GetXmlMap method + + +Gets an [XmlMap](../../../aspose.cells/xmlmap/) used for this list. + +```cpp +XmlMap Aspose::Cells::Tables::ListObject::GetXmlMap() +``` + +## See Also + +* Class [XmlMap](../../../aspose.cells/xmlmap/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobject/isnull/_index.md b/spanish/cpp/aspose.cells.tables/listobject/isnull/_index.md new file mode 100644 index 00000000000..489d85030cf --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobject/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Tables::ListObject::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.tables/listobject/isnull/ +--- +## ListObject::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Tables::ListObject::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobject/listobject/_index.md b/spanish/cpp/aspose.cells.tables/listobject/listobject/_index.md new file mode 100644 index 00000000000..cadca3b5b84 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobject/listobject/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Tables::ListObject::ListObject constructor +linktitle: ListObject +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::ListObject constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.tables/listobject/listobject/ +--- +## ListObject::ListObject(ListObject_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Tables::ListObject::ListObject(ListObject_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) +## ListObject::ListObject(const ListObject\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Tables::ListObject::ListObject(const ListObject &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObject](../) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobject/operator_asm/_index.md b/spanish/cpp/aspose.cells.tables/listobject/operator_asm/_index.md new file mode 100644 index 00000000000..bc3ca340cf8 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobject/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Tables::ListObject::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.tables/listobject/operator_asm/ +--- +## ListObject::operator= method + + +operator= + +```cpp +ListObject & Aspose::Cells::Tables::ListObject::operator=(const ListObject &src) +``` + +## See Also + +* Class [ListObject](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobject/operator_bool/_index.md b/spanish/cpp/aspose.cells.tables/listobject/operator_bool/_index.md new file mode 100644 index 00000000000..8bd158c1e16 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobject/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Tables::ListObject::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.tables/listobject/operator_bool/ +--- +## ListObject::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Tables::ListObject::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobject/putcellformula/_index.md b/spanish/cpp/aspose.cells.tables/listobject/putcellformula/_index.md new file mode 100644 index 00000000000..d37f3a8807e --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobject/putcellformula/_index.md @@ -0,0 +1,101 @@ +--- +title: Aspose::Cells::Tables::ListObject::PutCellFormula method +linktitle: PutCellFormula +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::PutCellFormula method. Put the formula to the cell in the table in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.tables/listobject/putcellformula/ +--- +## ListObject::PutCellFormula(int32_t, int32_t, const U16String\&) method + + +Put the formula to the cell in the table. + +```cpp +void Aspose::Cells::Tables::ListObject::PutCellFormula(int32_t rowOffset, int32_t columnOffset, const U16String &formula) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| rowOffset | int32_t | The row offset in the table. | +| columnOffset | int32_t | The column offset in the table. | +| formula | const U16String\& | The formula of the cell. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) +## ListObject::PutCellFormula(int32_t, int32_t, const char16_t*) method + + +Put the formula to the cell in the table. + +```cpp +void Aspose::Cells::Tables::ListObject::PutCellFormula(int32_t rowOffset, int32_t columnOffset, const char16_t *formula) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| rowOffset | int32_t | The row offset in the table. | +| columnOffset | int32_t | The column offset in the table. | +| formula | const char16_t* | The formula of the cell. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) +## ListObject::PutCellFormula(int32_t, int32_t, const U16String\&, bool) method + + +Put the formula to the cell in the table. + +```cpp +void Aspose::Cells::Tables::ListObject::PutCellFormula(int32_t rowOffset, int32_t columnOffset, const U16String &formula, bool isTotalsRowFormula) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| rowOffset | int32_t | The row offset in the table. | +| columnOffset | int32_t | The column offset in the table. | +| formula | const U16String\& | The formula of the cell. | +| isTotalsRowFormula | bool | | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) +## ListObject::PutCellFormula(int32_t, int32_t, const char16_t*, bool) method + + +Put the formula to the cell in the table. + +```cpp +void Aspose::Cells::Tables::ListObject::PutCellFormula(int32_t rowOffset, int32_t columnOffset, const char16_t *formula, bool isTotalsRowFormula) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| rowOffset | int32_t | The row offset in the table. | +| columnOffset | int32_t | The column offset in the table. | +| formula | const char16_t* | The formula of the cell. | +| isTotalsRowFormula | bool | | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobject/putcellvalue/_index.md b/spanish/cpp/aspose.cells.tables/listobject/putcellvalue/_index.md new file mode 100644 index 00000000000..c0c738c9d14 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobject/putcellvalue/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Tables::ListObject::PutCellValue method +linktitle: PutCellValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::PutCellValue method. Put the value to the cell in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.tables/listobject/putcellvalue/ +--- +## ListObject::PutCellValue(int32_t, int32_t, const Aspose::Cells::Object\&) method + + +Put the value to the cell. + +```cpp +void Aspose::Cells::Tables::ListObject::PutCellValue(int32_t rowOffset, int32_t columnOffset, const Aspose::Cells::Object &value) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| rowOffset | int32_t | The row offset in the table. | +| columnOffset | int32_t | The column offset in the table. | +| value | const Aspose::Cells::Object\& | The cell value. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Object](../../../aspose.cells/object/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) +## ListObject::PutCellValue(int32_t, int32_t, const Aspose::Cells::Object\&, bool) method + + +Put the value to the cell. + +```cpp +void Aspose::Cells::Tables::ListObject::PutCellValue(int32_t rowOffset, int32_t columnOffset, const Aspose::Cells::Object &value, bool isTotalsRowLabel) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| rowOffset | int32_t | The row offset in the table. | +| columnOffset | int32_t | The column offset in the table. | +| value | const Aspose::Cells::Object\& | The cell value. | +| isTotalsRowLabel | bool | Indicates whether it is a label for total row,only works for total row. If False and this row is total row, a new row will be inserted. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Object](../../../aspose.cells/object/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobject/removeautofilter/_index.md b/spanish/cpp/aspose.cells.tables/listobject/removeautofilter/_index.md new file mode 100644 index 00000000000..eaf374c0cb3 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobject/removeautofilter/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::ListObject::RemoveAutoFilter method +linktitle: RemoveAutoFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::RemoveAutoFilter method. Removes auto filter which is applied to this table in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.tables/listobject/removeautofilter/ +--- +## ListObject::RemoveAutoFilter method + + +Removes auto filter which is applied to this table. + +```cpp +void Aspose::Cells::Tables::ListObject::RemoveAutoFilter() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobject/resize/_index.md b/spanish/cpp/aspose.cells.tables/listobject/resize/_index.md new file mode 100644 index 00000000000..636545f1364 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobject/resize/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Tables::ListObject::Resize method +linktitle: Resize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::Resize method. Resize the range of the list object in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.tables/listobject/resize/ +--- +## ListObject::Resize method + + +Resize the range of the list object. + +```cpp +void Aspose::Cells::Tables::ListObject::Resize(int32_t startRow, int32_t startColumn, int32_t endRow, int32_t endColumn, bool hasHeaders) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| startRow | int32_t | The start row index of the new range. | +| startColumn | int32_t | The start column index of the new range. | +| endRow | int32_t | The end row index of the new range. | +| endColumn | int32_t | The end column index of the new range. | +| hasHeaders | bool | Whether this table has headers. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobject/setalternativedescription/_index.md b/spanish/cpp/aspose.cells.tables/listobject/setalternativedescription/_index.md new file mode 100644 index 00000000000..d9740e6bd77 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobject/setalternativedescription/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Tables::ListObject::SetAlternativeDescription method +linktitle: SetAlternativeDescription +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::SetAlternativeDescription method. Gets and sets the alternative description in C++.' +type: docs +weight: 4900 +url: /es/cpp/aspose.cells.tables/listobject/setalternativedescription/ +--- +## ListObject::SetAlternativeDescription(const U16String\&) method + + +Gets and sets the alternative description. + +```cpp +void Aspose::Cells::Tables::ListObject::SetAlternativeDescription(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) +## ListObject::SetAlternativeDescription(const char16_t*) method + + +Gets and sets the alternative description. + +```cpp +void Aspose::Cells::Tables::ListObject::SetAlternativeDescription(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobject/setalternativetext/_index.md b/spanish/cpp/aspose.cells.tables/listobject/setalternativetext/_index.md new file mode 100644 index 00000000000..80680cc6567 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobject/setalternativetext/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Tables::ListObject::SetAlternativeText method +linktitle: SetAlternativeText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::SetAlternativeText method. Gets and sets the alternative text in C++.' +type: docs +weight: 4700 +url: /es/cpp/aspose.cells.tables/listobject/setalternativetext/ +--- +## ListObject::SetAlternativeText(const U16String\&) method + + +Gets and sets the alternative text. + +```cpp +void Aspose::Cells::Tables::ListObject::SetAlternativeText(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) +## ListObject::SetAlternativeText(const char16_t*) method + + +Gets and sets the alternative text. + +```cpp +void Aspose::Cells::Tables::ListObject::SetAlternativeText(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobject/setcomment/_index.md b/spanish/cpp/aspose.cells.tables/listobject/setcomment/_index.md new file mode 100644 index 00000000000..5737e0b16d0 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobject/setcomment/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Tables::ListObject::SetComment method +linktitle: SetComment +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::SetComment method. Gets and sets the comment of the table in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells.tables/listobject/setcomment/ +--- +## ListObject::SetComment(const U16String\&) method + + +Gets and sets the comment of the table. + +```cpp +void Aspose::Cells::Tables::ListObject::SetComment(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) +## ListObject::SetComment(const char16_t*) method + + +Gets and sets the comment of the table. + +```cpp +void Aspose::Cells::Tables::ListObject::SetComment(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobject/setdisplayname/_index.md b/spanish/cpp/aspose.cells.tables/listobject/setdisplayname/_index.md new file mode 100644 index 00000000000..d9691b80063 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobject/setdisplayname/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Tables::ListObject::SetDisplayName method +linktitle: SetDisplayName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::SetDisplayName method. Gets and sets the display name of the table in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells.tables/listobject/setdisplayname/ +--- +## ListObject::SetDisplayName(const U16String\&) method + + +Gets and sets the display name of the table. + +```cpp +void Aspose::Cells::Tables::ListObject::SetDisplayName(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) +## ListObject::SetDisplayName(const char16_t*) method + + +Gets and sets the display name of the table. + +```cpp +void Aspose::Cells::Tables::ListObject::SetDisplayName(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobject/sethasautofilter/_index.md b/spanish/cpp/aspose.cells.tables/listobject/sethasautofilter/_index.md new file mode 100644 index 00000000000..65fde92d4a1 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobject/sethasautofilter/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::ListObject::SetHasAutoFilter method +linktitle: SetHasAutoFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::SetHasAutoFilter method. Indicates whether auto filter is applied to this table in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.tables/listobject/sethasautofilter/ +--- +## ListObject::SetHasAutoFilter method + + +Indicates whether auto filter is applied to this table. + +```cpp +void Aspose::Cells::Tables::ListObject::SetHasAutoFilter(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobject/setshowheaderrow/_index.md b/spanish/cpp/aspose.cells.tables/listobject/setshowheaderrow/_index.md new file mode 100644 index 00000000000..235918f124d --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobject/setshowheaderrow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::ListObject::SetShowHeaderRow method +linktitle: SetShowHeaderRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::SetShowHeaderRow method. Gets and sets whether this Table shows header row in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.tables/listobject/setshowheaderrow/ +--- +## ListObject::SetShowHeaderRow method + + +Gets and sets whether this Table shows header row. + +```cpp +void Aspose::Cells::Tables::ListObject::SetShowHeaderRow(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobject/setshowtablestylecolumnstripes/_index.md b/spanish/cpp/aspose.cells.tables/listobject/setshowtablestylecolumnstripes/_index.md new file mode 100644 index 00000000000..2a22836a4c3 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobject/setshowtablestylecolumnstripes/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::ListObject::SetShowTableStyleColumnStripes method +linktitle: SetShowTableStyleColumnStripes +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::SetShowTableStyleColumnStripes method. Indicates whether column stripe formatting is applied to in C++.' +type: docs +weight: 3800 +url: /es/cpp/aspose.cells.tables/listobject/setshowtablestylecolumnstripes/ +--- +## ListObject::SetShowTableStyleColumnStripes method + + +Indicates whether column stripe formatting is applied to. + +```cpp +void Aspose::Cells::Tables::ListObject::SetShowTableStyleColumnStripes(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobject/setshowtablestylefirstcolumn/_index.md b/spanish/cpp/aspose.cells.tables/listobject/setshowtablestylefirstcolumn/_index.md new file mode 100644 index 00000000000..c9caed3f427 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobject/setshowtablestylefirstcolumn/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::ListObject::SetShowTableStyleFirstColumn method +linktitle: SetShowTableStyleFirstColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::SetShowTableStyleFirstColumn method. Indicates whether the first column in the table is the style applied to in C++.' +type: docs +weight: 3200 +url: /es/cpp/aspose.cells.tables/listobject/setshowtablestylefirstcolumn/ +--- +## ListObject::SetShowTableStyleFirstColumn method + + +Indicates whether the first column in the table is the style applied to. + +```cpp +void Aspose::Cells::Tables::ListObject::SetShowTableStyleFirstColumn(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobject/setshowtablestylelastcolumn/_index.md b/spanish/cpp/aspose.cells.tables/listobject/setshowtablestylelastcolumn/_index.md new file mode 100644 index 00000000000..352e13fb1ba --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobject/setshowtablestylelastcolumn/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::ListObject::SetShowTableStyleLastColumn method +linktitle: SetShowTableStyleLastColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::SetShowTableStyleLastColumn method. Indicates whether the last column in the table is the style applied to in C++.' +type: docs +weight: 3400 +url: /es/cpp/aspose.cells.tables/listobject/setshowtablestylelastcolumn/ +--- +## ListObject::SetShowTableStyleLastColumn method + + +Indicates whether the last column in the table is the style applied to. + +```cpp +void Aspose::Cells::Tables::ListObject::SetShowTableStyleLastColumn(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobject/setshowtablestylerowstripes/_index.md b/spanish/cpp/aspose.cells.tables/listobject/setshowtablestylerowstripes/_index.md new file mode 100644 index 00000000000..2bb5b729956 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobject/setshowtablestylerowstripes/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::ListObject::SetShowTableStyleRowStripes method +linktitle: SetShowTableStyleRowStripes +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::SetShowTableStyleRowStripes method. Indicates whether row stripe formatting is applied to in C++.' +type: docs +weight: 3600 +url: /es/cpp/aspose.cells.tables/listobject/setshowtablestylerowstripes/ +--- +## ListObject::SetShowTableStyleRowStripes method + + +Indicates whether row stripe formatting is applied to. + +```cpp +void Aspose::Cells::Tables::ListObject::SetShowTableStyleRowStripes(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobject/setshowtotals/_index.md b/spanish/cpp/aspose.cells.tables/listobject/setshowtotals/_index.md new file mode 100644 index 00000000000..c818be62827 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobject/setshowtotals/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::ListObject::SetShowTotals method +linktitle: SetShowTotals +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::SetShowTotals method. Gets and sets whether this TAble shows total row in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.tables/listobject/setshowtotals/ +--- +## ListObject::SetShowTotals method + + +Gets and sets whether this TAble shows total row. + +```cpp +void Aspose::Cells::Tables::ListObject::SetShowTotals(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobject/settablestylename/_index.md b/spanish/cpp/aspose.cells.tables/listobject/settablestylename/_index.md new file mode 100644 index 00000000000..8546393227e --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobject/settablestylename/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Tables::ListObject::SetTableStyleName method +linktitle: SetTableStyleName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::SetTableStyleName method. Gets and sets the table style name in C++.' +type: docs +weight: 4400 +url: /es/cpp/aspose.cells.tables/listobject/settablestylename/ +--- +## ListObject::SetTableStyleName(const U16String\&) method + + +Gets and sets the table style name. + +```cpp +void Aspose::Cells::Tables::ListObject::SetTableStyleName(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) +## ListObject::SetTableStyleName(const char16_t*) method + + +Gets and sets the table style name. + +```cpp +void Aspose::Cells::Tables::ListObject::SetTableStyleName(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobject/settablestyletype/_index.md b/spanish/cpp/aspose.cells.tables/listobject/settablestyletype/_index.md new file mode 100644 index 00000000000..c5943c71f90 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobject/settablestyletype/_index.md @@ -0,0 +1,44 @@ +--- +title: Aspose::Cells::Tables::ListObject::SetTableStyleType method +linktitle: SetTableStyleType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::SetTableStyleType method. Gets and the built-in table style in C++.' +type: docs +weight: 4200 +url: /es/cpp/aspose.cells.tables/listobject/settablestyletype/ +--- +## ListObject::SetTableStyleType method + + +Gets and the built-in table style. + +```cpp +void Aspose::Cells::Tables::ListObject::SetTableStyleType(TableStyleType value) +``` + + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook workbook(u"Book1.xlsx"); +ListObjectCollection tables = workbook.GetWorksheets().Get(0).GetListObjects(); +int index = tables.Add(0, 0, 9, 4, true); +ListObject table = tables.Get(0); +if(table.GetTableStyleType() != TableStyleType::TableStyleDark2) +{ + table.SetTableStyleType(TableStyleType::TableStyleDark2); +} +workbook.Save(u"TableStyle.xlsx"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [TableStyleType](../../tablestyletype/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobject/updatecolumnname/_index.md b/spanish/cpp/aspose.cells.tables/listobject/updatecolumnname/_index.md new file mode 100644 index 00000000000..644b7274adf --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobject/updatecolumnname/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Tables::ListObject::UpdateColumnName method +linktitle: UpdateColumnName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::UpdateColumnName method. Updates all list columns'' name to cells in the table in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.tables/listobject/updatecolumnname/ +--- +## ListObject::UpdateColumnName method + + +Updates all list columns' name to cells in the table. + +```cpp +void Aspose::Cells::Tables::ListObject::UpdateColumnName() +``` + +## Remarks + + +The value of the cells in the header row of the table must be same as the name of the [ListColumn](../../listcolumn/); [Cell.PutValue](../../../aspose.cells/cell/putvalue/) do not auto modify the name of the [ListColumn](../../listcolumn/) for performance. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobject/~listobject/_index.md b/spanish/cpp/aspose.cells.tables/listobject/~listobject/_index.md new file mode 100644 index 00000000000..62242650646 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobject/~listobject/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Tables::ListObject::~ListObject method +linktitle: ~ListObject +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObject::~ListObject method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.tables/listobject/~listobject/ +--- +## ListObject::~ListObject method + + +Destructor. + +```cpp +Aspose::Cells::Tables::ListObject::~ListObject() +``` + +## See Also + +* Class [ListObject](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobjectcollection/_impl/_index.md b/spanish/cpp/aspose.cells.tables/listobjectcollection/_impl/_index.md new file mode 100644 index 00000000000..22355cfac72 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobjectcollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Tables::ListObjectCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObjectCollection::_impl field. The implementation object in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.tables/listobjectcollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ListObjectCollection_Impl* Aspose::Cells::Tables::ListObjectCollection::_impl +``` + +## See Also + +* Class [ListObjectCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobjectcollection/_index.md b/spanish/cpp/aspose.cells.tables/listobjectcollection/_index.md new file mode 100644 index 00000000000..e4e3e643695 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobjectcollection/_index.md @@ -0,0 +1,45 @@ +--- +title: Aspose::Cells::Tables::ListObjectCollection class +linktitle: ListObjectCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObjectCollection class. Represents a collection of ListObject objects in the worksheet in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.tables/listobjectcollection/ +--- +## ListObjectCollection class + + +Represents a collection of [ListObject](../listobject/) objects in the worksheet. + +```cpp +class ListObjectCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add(int32_t startRow, int32_t startColumn, int32_t endRow, int32_t endColumn, bool hasHeaders)](./add/) | Adds a [ListObject](../listobject/) to the worksheet. | +| [Add(const U16String\& startCell, const U16String\& endCell, bool hasHeaders)](./add/) | Adds a [ListObject](../listobject/) to the worksheet. | +| [Add(const char16_t* startCell, const char16_t* endCell, bool hasHeaders)](./add/) | Adds a [ListObject](../listobject/) to the worksheet. | +| [Get(int32_t index)](./get/) | Gets the [ListObject](../listobject/) by index. | +| [Get(const U16String\& tableName)](./get/) | Gets the [ListObject](../listobject/) by specified name. | +| [Get(const char16_t* tableName)](./get/) | Gets the [ListObject](../listobject/) by specified name. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [ListObjectCollection(ListObjectCollection_Impl* impl)](./listobjectcollection/) | Constructs from an implementation object. | +| [ListObjectCollection(const ListObjectCollection\& src)](./listobjectcollection/) | Copy constructor. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ListObjectCollection\& src)](./operator_asm/) | operator= | +| [UpdateColumnName()](./updatecolumnname/) | Update all column name of the tables. | +| [~ListObjectCollection()](./~listobjectcollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Tables](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.tables/listobjectcollection/add/_index.md b/spanish/cpp/aspose.cells.tables/listobjectcollection/add/_index.md new file mode 100644 index 00000000000..263eb6908e1 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobjectcollection/add/_index.md @@ -0,0 +1,90 @@ +--- +title: Aspose::Cells::Tables::ListObjectCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObjectCollection::Add method. Adds a ListObject to the worksheet in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.tables/listobjectcollection/add/ +--- +## ListObjectCollection::Add(int32_t, int32_t, int32_t, int32_t, bool) method + + +Adds a [ListObject](../../listobject/) to the worksheet. + +```cpp +int32_t Aspose::Cells::Tables::ListObjectCollection::Add(int32_t startRow, int32_t startColumn, int32_t endRow, int32_t endColumn, bool hasHeaders) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| startRow | int32_t | The start row of the list range. | +| startColumn | int32_t | The start row of the list range. | +| endRow | int32_t | The start row of the list range. | +| endColumn | int32_t | The start row of the list range. | +| hasHeaders | bool | Whether the range has headers. | + +## ReturnValue + +The index of the new [ListObject](../../listobject/) + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObjectCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) +## ListObjectCollection::Add(const U16String\&, const U16String\&, bool) method + + +Adds a [ListObject](../../listobject/) to the worksheet. + +```cpp +int32_t Aspose::Cells::Tables::ListObjectCollection::Add(const U16String &startCell, const U16String &endCell, bool hasHeaders) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| startCell | const U16String\& | The start cell of the list range. | +| endCell | const U16String\& | The end cell of the list range. | +| hasHeaders | bool | Whether the range has headers. | + +## ReturnValue + +The index of the new [ListObject](../../listobject/) + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ListObjectCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) +## ListObjectCollection::Add(const char16_t*, const char16_t*, bool) method + + +Adds a [ListObject](../../listobject/) to the worksheet. + +```cpp +int32_t Aspose::Cells::Tables::ListObjectCollection::Add(const char16_t *startCell, const char16_t *endCell, bool hasHeaders) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| startCell | const char16_t* | The start cell of the list range. | +| endCell | const char16_t* | The end cell of the list range. | +| hasHeaders | bool | Whether the range has headers. | + +## ReturnValue + +The index of the new [ListObject](../../listobject/) + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObjectCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobjectcollection/get/_index.md b/spanish/cpp/aspose.cells.tables/listobjectcollection/get/_index.md new file mode 100644 index 00000000000..5ffc486b7dc --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobjectcollection/get/_index.md @@ -0,0 +1,85 @@ +--- +title: Aspose::Cells::Tables::ListObjectCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObjectCollection::Get method. Gets the ListObject by index in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.tables/listobjectcollection/get/ +--- +## ListObjectCollection::Get(int32_t) method + + +Gets the [ListObject](../../listobject/) by index. + +```cpp +ListObject Aspose::Cells::Tables::ListObjectCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The index. | + +## ReturnValue + +The [ListObject](../../listobject/) + +## See Also + +* Class [ListObject](../../listobject/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObjectCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) +## ListObjectCollection::Get(const U16String\&) method + + +Gets the [ListObject](../../listobject/) by specified name. + +```cpp +ListObject Aspose::Cells::Tables::ListObjectCollection::Get(const U16String &tableName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| tableName | const U16String\& | [ListObject](../../listobject/) name. | + +## ReturnValue + +The [ListObject](../../listobject/) + +## See Also + +* Class [ListObject](../../listobject/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ListObjectCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) +## ListObjectCollection::Get(const char16_t*) method + + +Gets the [ListObject](../../listobject/) by specified name. + +```cpp +ListObject Aspose::Cells::Tables::ListObjectCollection::Get(const char16_t *tableName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| tableName | const char16_t* | [ListObject](../../listobject/) name. | + +## ReturnValue + +The [ListObject](../../listobject/) + +## See Also + +* Class [ListObject](../../listobject/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObjectCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobjectcollection/getcount/_index.md b/spanish/cpp/aspose.cells.tables/listobjectcollection/getcount/_index.md new file mode 100644 index 00000000000..03797d393fe --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobjectcollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::ListObjectCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::Tables::ListObjectCollection class in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.tables/listobjectcollection/getcount/ +--- +## ListObjectCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::Tables::ListObjectCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObjectCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobjectcollection/isnull/_index.md b/spanish/cpp/aspose.cells.tables/listobjectcollection/isnull/_index.md new file mode 100644 index 00000000000..9897b61152b --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobjectcollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Tables::ListObjectCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObjectCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.tables/listobjectcollection/isnull/ +--- +## ListObjectCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Tables::ListObjectCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObjectCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobjectcollection/listobjectcollection/_index.md b/spanish/cpp/aspose.cells.tables/listobjectcollection/listobjectcollection/_index.md new file mode 100644 index 00000000000..b0ffa86bd88 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobjectcollection/listobjectcollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Tables::ListObjectCollection::ListObjectCollection constructor +linktitle: ListObjectCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObjectCollection::ListObjectCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.tables/listobjectcollection/listobjectcollection/ +--- +## ListObjectCollection::ListObjectCollection(ListObjectCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Tables::ListObjectCollection::ListObjectCollection(ListObjectCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObjectCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) +## ListObjectCollection::ListObjectCollection(const ListObjectCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Tables::ListObjectCollection::ListObjectCollection(const ListObjectCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObjectCollection](../) +* Class [ListObjectCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobjectcollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.tables/listobjectcollection/operator_asm/_index.md new file mode 100644 index 00000000000..f4824a39a26 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobjectcollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Tables::ListObjectCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObjectCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.tables/listobjectcollection/operator_asm/ +--- +## ListObjectCollection::operator= method + + +operator= + +```cpp +ListObjectCollection & Aspose::Cells::Tables::ListObjectCollection::operator=(const ListObjectCollection &src) +``` + +## See Also + +* Class [ListObjectCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObjectCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobjectcollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.tables/listobjectcollection/operator_bool/_index.md new file mode 100644 index 00000000000..913b155bfc2 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobjectcollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Tables::ListObjectCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObjectCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.tables/listobjectcollection/operator_bool/ +--- +## ListObjectCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Tables::ListObjectCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ListObjectCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobjectcollection/updatecolumnname/_index.md b/spanish/cpp/aspose.cells.tables/listobjectcollection/updatecolumnname/_index.md new file mode 100644 index 00000000000..35a40ec2d1e --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobjectcollection/updatecolumnname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::ListObjectCollection::UpdateColumnName method +linktitle: UpdateColumnName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObjectCollection::UpdateColumnName method. Update all column name of the tables in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.tables/listobjectcollection/updatecolumnname/ +--- +## ListObjectCollection::UpdateColumnName method + + +Update all column name of the tables. + +```cpp +void Aspose::Cells::Tables::ListObjectCollection::UpdateColumnName() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ListObjectCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/listobjectcollection/~listobjectcollection/_index.md b/spanish/cpp/aspose.cells.tables/listobjectcollection/~listobjectcollection/_index.md new file mode 100644 index 00000000000..2327a447e15 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/listobjectcollection/~listobjectcollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Tables::ListObjectCollection::~ListObjectCollection method +linktitle: ~ListObjectCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::ListObjectCollection::~ListObjectCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.tables/listobjectcollection/~listobjectcollection/ +--- +## ListObjectCollection::~ListObjectCollection method + + +Destructor. + +```cpp +Aspose::Cells::Tables::ListObjectCollection::~ListObjectCollection() +``` + +## See Also + +* Class [ListObjectCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tabledatasourcetype/_index.md b/spanish/cpp/aspose.cells.tables/tabledatasourcetype/_index.md new file mode 100644 index 00000000000..5b362c091f5 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tabledatasourcetype/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Cells::Tables::TableDataSourceType enum +linktitle: TableDataSourceType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableDataSourceType enum. Represents the table''s data source type in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.tables/tabledatasourcetype/ +--- +## TableDataSourceType enum + + +Represents the table's data source type. + +```cpp +enum class TableDataSourceType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Worksheet | 0 |
Excel [Worksheet](../../aspose.cells/worksheet/) Table. | +| SharePoint | 1 |
Read-write SharePoint linked List. | +| XML | 2 |
XML mapper Table. | +| QueryTable | 3 |
Query Table. | + +## See Also + +* Namespace [Aspose::Cells::Tables](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.tables/tablestyle/_impl/_index.md b/spanish/cpp/aspose.cells.tables/tablestyle/_impl/_index.md new file mode 100644 index 00000000000..a7a0e3f56ab --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tablestyle/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Tables::TableStyle::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyle::_impl field. The implementation object in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.tables/tablestyle/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +TableStyle_Impl* Aspose::Cells::Tables::TableStyle::_impl +``` + +## See Also + +* Class [TableStyle](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tablestyle/_index.md b/spanish/cpp/aspose.cells.tables/tablestyle/_index.md new file mode 100644 index 00000000000..a5cb97b2230 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tablestyle/_index.md @@ -0,0 +1,90 @@ +--- +title: Aspose::Cells::Tables::TableStyle class +linktitle: TableStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyle class. Represents the style of the table in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.tables/tablestyle/ +--- +## TableStyle class + + +Represents the style of the table. + +```cpp +class TableStyle +``` + +## Methods + +| Method | Description | +| --- | --- | +| static [Create(const U16String\& name, const WorksheetCollection\& sheets)](./create/) | Creates an empty table/pivot table style. | +| static [Create(const char16_t* name, const WorksheetCollection\& sheets)](./create/) | Creates an empty table/pivot table style. | +| [GetName()](./getname/) | Gets the name of table style. | +| [GetTableStyleElements()](./gettablestyleelements/) | Gets all elements of the table style. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const TableStyle\& src)](./operator_asm/) | operator= | +| [TableStyle(TableStyle_Impl* impl)](./tablestyle/) | Constructs from an implementation object. | +| [TableStyle(const TableStyle\& src)](./tablestyle/) | Copy constructor. | +| [~TableStyle()](./~tablestyle/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook workbook; +Style firstColumnStyle = workbook.CreateStyle(); +firstColumnStyle.SetPattern(BackgroundType::Solid); +firstColumnStyle.SetBackgroundColor(Color{ 0xff, 0xff, 0, 0 });//Red + +Style lastColumnStyle = workbook.CreateStyle(); +lastColumnStyle.GetFont().SetIsBold(true); +lastColumnStyle.SetPattern(BackgroundType::Solid); +lastColumnStyle.SetBackgroundColor(Color{ 0xff, 0xff, 0, 0 });//Red +U16String tableStyleName = u"Custom1"; +TableStyleCollection tableStyles = workbook.GetWorksheets().GetTableStyles(); +int index1 = tableStyles.AddTableStyle(tableStyleName); +TableStyle tableStyle = tableStyles.Get(index1); +TableStyleElementCollection elements = tableStyle.GetTableStyleElements(); +index1 = elements.Add(TableStyleElementType::FirstColumn); +TableStyleElement element = elements.Get(index1); +element.SetElementStyle(firstColumnStyle); +index1 = elements.Add(TableStyleElementType::LastColumn); +element = elements.Get(index1); +element.SetElementStyle(lastColumnStyle); +Cells cells = workbook.GetWorksheets().Get(0).GetCells(); +for (int i = 0; i < 5; i++) +{ + cells.Get(0, i).PutValue(CellsHelper::ColumnIndexToName(i)); +} +for (int row = 1; row < 10; row++) +{ + for (int column = 0; column < 5; column++) + { + cells.Get(row, column).PutValue(row * column); + } +} +ListObjectCollection tables = workbook.GetWorksheets().Get(0).GetListObjects(); +int index = tables.Add(0, 0, 9, 4, true); +ListObject table = tables.Get(0); +table.SetShowTableStyleFirstColumn(true); +table.SetShowTableStyleLastColumn(true); +table.SetTableStyleName(tableStyleName); +workbook.Save(u"Book1.xlsx"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::Tables](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.tables/tablestyle/create/_index.md b/spanish/cpp/aspose.cells.tables/tablestyle/create/_index.md new file mode 100644 index 00000000000..dbcfc488293 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tablestyle/create/_index.md @@ -0,0 +1,64 @@ +--- +title: Aspose::Cells::Tables::TableStyle::Create method +linktitle: Create +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyle::Create method. Creates an empty table/pivot table style in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.tables/tablestyle/create/ +--- +## TableStyle::Create(const U16String\&, const WorksheetCollection\&) method + + +Creates an empty table/pivot table style. + +```cpp +static TableStyle Aspose::Cells::Tables::TableStyle::Create(const U16String &name, const WorksheetCollection &sheets) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const U16String\& | The name of table. | +| sheets | const WorksheetCollection\& | The [WorksheetCollection](../../../aspose.cells/worksheetcollection/) | + +## ReturnValue + + + +## See Also + +* Class [TableStyle](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [WorksheetCollection](../../../aspose.cells/worksheetcollection/) +* Class [TableStyle](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) +## TableStyle::Create(const char16_t*, const WorksheetCollection\&) method + + +Creates an empty table/pivot table style. + +```cpp +static TableStyle Aspose::Cells::Tables::TableStyle::Create(const char16_t *name, const WorksheetCollection &sheets) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const char16_t* | The name of table. | +| sheets | const WorksheetCollection\& | The [WorksheetCollection](../../../aspose.cells/worksheetcollection/) | + +## ReturnValue + + + +## See Also + +* Class [TableStyle](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [WorksheetCollection](../../../aspose.cells/worksheetcollection/) +* Class [TableStyle](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tablestyle/getname/_index.md b/spanish/cpp/aspose.cells.tables/tablestyle/getname/_index.md new file mode 100644 index 00000000000..44e61b2ac14 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tablestyle/getname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::TableStyle::GetName method +linktitle: GetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyle::GetName method. Gets the name of table style in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.tables/tablestyle/getname/ +--- +## TableStyle::GetName method + + +Gets the name of table style. + +```cpp +U16String Aspose::Cells::Tables::TableStyle::GetName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [TableStyle](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tablestyle/gettablestyleelements/_index.md b/spanish/cpp/aspose.cells.tables/tablestyle/gettablestyleelements/_index.md new file mode 100644 index 00000000000..9faadb94a74 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tablestyle/gettablestyleelements/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::TableStyle::GetTableStyleElements method +linktitle: GetTableStyleElements +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyle::GetTableStyleElements method. Gets all elements of the table style in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.tables/tablestyle/gettablestyleelements/ +--- +## TableStyle::GetTableStyleElements method + + +Gets all elements of the table style. + +```cpp +TableStyleElementCollection Aspose::Cells::Tables::TableStyle::GetTableStyleElements() +``` + +## See Also + +* Class [TableStyleElementCollection](../../tablestyleelementcollection/) +* Class [TableStyle](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tablestyle/isnull/_index.md b/spanish/cpp/aspose.cells.tables/tablestyle/isnull/_index.md new file mode 100644 index 00000000000..8acb03f0a4e --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tablestyle/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Tables::TableStyle::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyle::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.tables/tablestyle/isnull/ +--- +## TableStyle::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Tables::TableStyle::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TableStyle](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tablestyle/operator_asm/_index.md b/spanish/cpp/aspose.cells.tables/tablestyle/operator_asm/_index.md new file mode 100644 index 00000000000..110f75ea2f2 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tablestyle/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Tables::TableStyle::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyle::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.tables/tablestyle/operator_asm/ +--- +## TableStyle::operator= method + + +operator= + +```cpp +TableStyle & Aspose::Cells::Tables::TableStyle::operator=(const TableStyle &src) +``` + +## See Also + +* Class [TableStyle](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [TableStyle](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tablestyle/operator_bool/_index.md b/spanish/cpp/aspose.cells.tables/tablestyle/operator_bool/_index.md new file mode 100644 index 00000000000..a55f36e6ffd --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tablestyle/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Tables::TableStyle::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyle::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.tables/tablestyle/operator_bool/ +--- +## TableStyle::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Tables::TableStyle::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [TableStyle](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tablestyle/tablestyle/_index.md b/spanish/cpp/aspose.cells.tables/tablestyle/tablestyle/_index.md new file mode 100644 index 00000000000..e9e7c1b0344 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tablestyle/tablestyle/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Tables::TableStyle::TableStyle constructor +linktitle: TableStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyle::TableStyle constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.tables/tablestyle/tablestyle/ +--- +## TableStyle::TableStyle(TableStyle_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Tables::TableStyle::TableStyle(TableStyle_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TableStyle](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) +## TableStyle::TableStyle(const TableStyle\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Tables::TableStyle::TableStyle(const TableStyle &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TableStyle](../) +* Class [TableStyle](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tablestyle/~tablestyle/_index.md b/spanish/cpp/aspose.cells.tables/tablestyle/~tablestyle/_index.md new file mode 100644 index 00000000000..789dcf59883 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tablestyle/~tablestyle/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Tables::TableStyle::~TableStyle method +linktitle: ~TableStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyle::~TableStyle method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.tables/tablestyle/~tablestyle/ +--- +## TableStyle::~TableStyle method + + +Destructor. + +```cpp +Aspose::Cells::Tables::TableStyle::~TableStyle() +``` + +## See Also + +* Class [TableStyle](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tablestylecollection/_impl/_index.md b/spanish/cpp/aspose.cells.tables/tablestylecollection/_impl/_index.md new file mode 100644 index 00000000000..d74daec8d4d --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tablestylecollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Tables::TableStyleCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyleCollection::_impl field. The implementation object in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.tables/tablestylecollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +TableStyleCollection_Impl* Aspose::Cells::Tables::TableStyleCollection::_impl +``` + +## See Also + +* Class [TableStyleCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tablestylecollection/_index.md b/spanish/cpp/aspose.cells.tables/tablestylecollection/_index.md new file mode 100644 index 00000000000..9becf0b45e6 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tablestylecollection/_index.md @@ -0,0 +1,52 @@ +--- +title: Aspose::Cells::Tables::TableStyleCollection class +linktitle: TableStyleCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyleCollection class. Represents all custom table styles in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.tables/tablestylecollection/ +--- +## TableStyleCollection class + + +Represents all custom table styles. + +```cpp +class TableStyleCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddPivotTableStyle(const U16String\& name)](./addpivottablestyle/) | Adds a custom pivot table style. | +| [AddPivotTableStyle(const char16_t* name)](./addpivottablestyle/) | Adds a custom pivot table style. | +| [AddTableStyle(const U16String\& name)](./addtablestyle/) | Adds a custom table style. | +| [AddTableStyle(const char16_t* name)](./addtablestyle/) | Adds a custom table style. | +| [Get(int32_t index)](./get/) | Gets the table style by the index. | +| [Get(const U16String\& name)](./get/) | Gets the table style by the name. | +| [Get(const char16_t* name)](./get/) | Gets the table style by the name. | +| [GetBuiltinTableStyle(TableStyleType type)](./getbuiltintablestyle/) | Gets the builtin table style. | +| [GetCount()](./getcount/) | | +| [GetDefaultPivotStyleName()](./getdefaultpivotstylename/) | Gets and sets the default style name of pivot table . | +| [GetDefaultTableStyleName()](./getdefaulttablestylename/) | Gets and sets the default style name of the table. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const TableStyleCollection\& src)](./operator_asm/) | operator= | +| [SetDefaultPivotStyleName(const U16String\& value)](./setdefaultpivotstylename/) | Gets and sets the default style name of pivot table . | +| [SetDefaultPivotStyleName(const char16_t* value)](./setdefaultpivotstylename/) | Gets and sets the default style name of pivot table . | +| [SetDefaultTableStyleName(const U16String\& value)](./setdefaulttablestylename/) | Gets and sets the default style name of the table. | +| [SetDefaultTableStyleName(const char16_t* value)](./setdefaulttablestylename/) | Gets and sets the default style name of the table. | +| [TableStyleCollection(TableStyleCollection_Impl* impl)](./tablestylecollection/) | Constructs from an implementation object. | +| [TableStyleCollection(const TableStyleCollection\& src)](./tablestylecollection/) | Copy constructor. | +| [~TableStyleCollection()](./~tablestylecollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Tables](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.tables/tablestylecollection/addpivottablestyle/_index.md b/spanish/cpp/aspose.cells.tables/tablestylecollection/addpivottablestyle/_index.md new file mode 100644 index 00000000000..ce9fa7ba3b3 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tablestylecollection/addpivottablestyle/_index.md @@ -0,0 +1,58 @@ +--- +title: Aspose::Cells::Tables::TableStyleCollection::AddPivotTableStyle method +linktitle: AddPivotTableStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyleCollection::AddPivotTableStyle method. Adds a custom pivot table style in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.tables/tablestylecollection/addpivottablestyle/ +--- +## TableStyleCollection::AddPivotTableStyle(const U16String\&) method + + +Adds a custom pivot table style. + +```cpp +int32_t Aspose::Cells::Tables::TableStyleCollection::AddPivotTableStyle(const U16String &name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const U16String\& | The pivot table style name. | + +## ReturnValue + +The index of the pivot table style. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [TableStyleCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) +## TableStyleCollection::AddPivotTableStyle(const char16_t*) method + + +Adds a custom pivot table style. + +```cpp +int32_t Aspose::Cells::Tables::TableStyleCollection::AddPivotTableStyle(const char16_t *name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const char16_t* | The pivot table style name. | + +## ReturnValue + +The index of the pivot table style. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TableStyleCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tablestylecollection/addtablestyle/_index.md b/spanish/cpp/aspose.cells.tables/tablestylecollection/addtablestyle/_index.md new file mode 100644 index 00000000000..8c3a2b41aa2 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tablestylecollection/addtablestyle/_index.md @@ -0,0 +1,58 @@ +--- +title: Aspose::Cells::Tables::TableStyleCollection::AddTableStyle method +linktitle: AddTableStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyleCollection::AddTableStyle method. Adds a custom table style in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.tables/tablestylecollection/addtablestyle/ +--- +## TableStyleCollection::AddTableStyle(const U16String\&) method + + +Adds a custom table style. + +```cpp +int32_t Aspose::Cells::Tables::TableStyleCollection::AddTableStyle(const U16String &name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const U16String\& | The table style name. | + +## ReturnValue + +The index of the table style. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [TableStyleCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) +## TableStyleCollection::AddTableStyle(const char16_t*) method + + +Adds a custom table style. + +```cpp +int32_t Aspose::Cells::Tables::TableStyleCollection::AddTableStyle(const char16_t *name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const char16_t* | The table style name. | + +## ReturnValue + +The index of the table style. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TableStyleCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tablestylecollection/get/_index.md b/spanish/cpp/aspose.cells.tables/tablestylecollection/get/_index.md new file mode 100644 index 00000000000..bda6a2b91c9 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tablestylecollection/get/_index.md @@ -0,0 +1,85 @@ +--- +title: Aspose::Cells::Tables::TableStyleCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyleCollection::Get method. Gets the table style by the index in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.tables/tablestylecollection/get/ +--- +## TableStyleCollection::Get(int32_t) method + + +Gets the table style by the index. + +```cpp +TableStyle Aspose::Cells::Tables::TableStyleCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The position of the table style in the list. | + +## ReturnValue + +The table style object. + +## See Also + +* Class [TableStyle](../../tablestyle/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [TableStyleCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) +## TableStyleCollection::Get(const U16String\&) method + + +Gets the table style by the name. + +```cpp +TableStyle Aspose::Cells::Tables::TableStyleCollection::Get(const U16String &name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const U16String\& | The table style name. | + +## ReturnValue + +The table style object. + +## See Also + +* Class [TableStyle](../../tablestyle/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [TableStyleCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) +## TableStyleCollection::Get(const char16_t*) method + + +Gets the table style by the name. + +```cpp +TableStyle Aspose::Cells::Tables::TableStyleCollection::Get(const char16_t *name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const char16_t* | The table style name. | + +## ReturnValue + +The table style object. + +## See Also + +* Class [TableStyle](../../tablestyle/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [TableStyleCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tablestylecollection/getbuiltintablestyle/_index.md b/spanish/cpp/aspose.cells.tables/tablestylecollection/getbuiltintablestyle/_index.md new file mode 100644 index 00000000000..94ac3f6552e --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tablestylecollection/getbuiltintablestyle/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Tables::TableStyleCollection::GetBuiltinTableStyle method +linktitle: GetBuiltinTableStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyleCollection::GetBuiltinTableStyle method. Gets the builtin table style in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.tables/tablestylecollection/getbuiltintablestyle/ +--- +## TableStyleCollection::GetBuiltinTableStyle method + + +Gets the builtin table style. + +```cpp +TableStyle Aspose::Cells::Tables::TableStyleCollection::GetBuiltinTableStyle(TableStyleType type) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| type | TableStyleType | The builtin table style type. | + +## ReturnValue + + + +## See Also + +* Class [TableStyle](../../tablestyle/) +* Enum [TableStyleType](../../tablestyletype/) +* Class [TableStyleCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tablestylecollection/getcount/_index.md b/spanish/cpp/aspose.cells.tables/tablestylecollection/getcount/_index.md new file mode 100644 index 00000000000..5b740ee2096 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tablestylecollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::TableStyleCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::Tables::TableStyleCollection class in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.tables/tablestylecollection/getcount/ +--- +## TableStyleCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::Tables::TableStyleCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TableStyleCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tablestylecollection/getdefaultpivotstylename/_index.md b/spanish/cpp/aspose.cells.tables/tablestylecollection/getdefaultpivotstylename/_index.md new file mode 100644 index 00000000000..06bfffab7ee --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tablestylecollection/getdefaultpivotstylename/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::TableStyleCollection::GetDefaultPivotStyleName method +linktitle: GetDefaultPivotStyleName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyleCollection::GetDefaultPivotStyleName method. Gets and sets the default style name of pivot table in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.tables/tablestylecollection/getdefaultpivotstylename/ +--- +## TableStyleCollection::GetDefaultPivotStyleName method + + +Gets and sets the default style name of pivot table . + +```cpp +U16String Aspose::Cells::Tables::TableStyleCollection::GetDefaultPivotStyleName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [TableStyleCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tablestylecollection/getdefaulttablestylename/_index.md b/spanish/cpp/aspose.cells.tables/tablestylecollection/getdefaulttablestylename/_index.md new file mode 100644 index 00000000000..4f39c5a5a71 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tablestylecollection/getdefaulttablestylename/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::TableStyleCollection::GetDefaultTableStyleName method +linktitle: GetDefaultTableStyleName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyleCollection::GetDefaultTableStyleName method. Gets and sets the default style name of the table in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.tables/tablestylecollection/getdefaulttablestylename/ +--- +## TableStyleCollection::GetDefaultTableStyleName method + + +Gets and sets the default style name of the table. + +```cpp +U16String Aspose::Cells::Tables::TableStyleCollection::GetDefaultTableStyleName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [TableStyleCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tablestylecollection/isnull/_index.md b/spanish/cpp/aspose.cells.tables/tablestylecollection/isnull/_index.md new file mode 100644 index 00000000000..f3d120fb3b1 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tablestylecollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Tables::TableStyleCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyleCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.tables/tablestylecollection/isnull/ +--- +## TableStyleCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Tables::TableStyleCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TableStyleCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tablestylecollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.tables/tablestylecollection/operator_asm/_index.md new file mode 100644 index 00000000000..d9a4dca2cfe --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tablestylecollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Tables::TableStyleCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyleCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.tables/tablestylecollection/operator_asm/ +--- +## TableStyleCollection::operator= method + + +operator= + +```cpp +TableStyleCollection & Aspose::Cells::Tables::TableStyleCollection::operator=(const TableStyleCollection &src) +``` + +## See Also + +* Class [TableStyleCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [TableStyleCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tablestylecollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.tables/tablestylecollection/operator_bool/_index.md new file mode 100644 index 00000000000..5e256cc8a67 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tablestylecollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Tables::TableStyleCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyleCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.tables/tablestylecollection/operator_bool/ +--- +## TableStyleCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Tables::TableStyleCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [TableStyleCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tablestylecollection/setdefaultpivotstylename/_index.md b/spanish/cpp/aspose.cells.tables/tablestylecollection/setdefaultpivotstylename/_index.md new file mode 100644 index 00000000000..d5aeb36efeb --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tablestylecollection/setdefaultpivotstylename/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Tables::TableStyleCollection::SetDefaultPivotStyleName method +linktitle: SetDefaultPivotStyleName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyleCollection::SetDefaultPivotStyleName method. Gets and sets the default style name of pivot table in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.tables/tablestylecollection/setdefaultpivotstylename/ +--- +## TableStyleCollection::SetDefaultPivotStyleName(const U16String\&) method + + +Gets and sets the default style name of pivot table . + +```cpp +void Aspose::Cells::Tables::TableStyleCollection::SetDefaultPivotStyleName(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [TableStyleCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) +## TableStyleCollection::SetDefaultPivotStyleName(const char16_t*) method + + +Gets and sets the default style name of pivot table . + +```cpp +void Aspose::Cells::Tables::TableStyleCollection::SetDefaultPivotStyleName(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TableStyleCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tablestylecollection/setdefaulttablestylename/_index.md b/spanish/cpp/aspose.cells.tables/tablestylecollection/setdefaulttablestylename/_index.md new file mode 100644 index 00000000000..e437dd96f77 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tablestylecollection/setdefaulttablestylename/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Tables::TableStyleCollection::SetDefaultTableStyleName method +linktitle: SetDefaultTableStyleName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyleCollection::SetDefaultTableStyleName method. Gets and sets the default style name of the table in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.tables/tablestylecollection/setdefaulttablestylename/ +--- +## TableStyleCollection::SetDefaultTableStyleName(const U16String\&) method + + +Gets and sets the default style name of the table. + +```cpp +void Aspose::Cells::Tables::TableStyleCollection::SetDefaultTableStyleName(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [TableStyleCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) +## TableStyleCollection::SetDefaultTableStyleName(const char16_t*) method + + +Gets and sets the default style name of the table. + +```cpp +void Aspose::Cells::Tables::TableStyleCollection::SetDefaultTableStyleName(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TableStyleCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tablestylecollection/tablestylecollection/_index.md b/spanish/cpp/aspose.cells.tables/tablestylecollection/tablestylecollection/_index.md new file mode 100644 index 00000000000..b0c0ead7388 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tablestylecollection/tablestylecollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Tables::TableStyleCollection::TableStyleCollection constructor +linktitle: TableStyleCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyleCollection::TableStyleCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.tables/tablestylecollection/tablestylecollection/ +--- +## TableStyleCollection::TableStyleCollection(TableStyleCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Tables::TableStyleCollection::TableStyleCollection(TableStyleCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TableStyleCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) +## TableStyleCollection::TableStyleCollection(const TableStyleCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Tables::TableStyleCollection::TableStyleCollection(const TableStyleCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TableStyleCollection](../) +* Class [TableStyleCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tablestylecollection/~tablestylecollection/_index.md b/spanish/cpp/aspose.cells.tables/tablestylecollection/~tablestylecollection/_index.md new file mode 100644 index 00000000000..fd27153000d --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tablestylecollection/~tablestylecollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Tables::TableStyleCollection::~TableStyleCollection method +linktitle: ~TableStyleCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyleCollection::~TableStyleCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.tables/tablestylecollection/~tablestylecollection/ +--- +## TableStyleCollection::~TableStyleCollection method + + +Destructor. + +```cpp +Aspose::Cells::Tables::TableStyleCollection::~TableStyleCollection() +``` + +## See Also + +* Class [TableStyleCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tablestyleelement/_impl/_index.md b/spanish/cpp/aspose.cells.tables/tablestyleelement/_impl/_index.md new file mode 100644 index 00000000000..8906017e87c --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tablestyleelement/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Tables::TableStyleElement::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyleElement::_impl field. The implementation object in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.tables/tablestyleelement/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +TableStyleElement_Impl* Aspose::Cells::Tables::TableStyleElement::_impl +``` + +## See Also + +* Class [TableStyleElement](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tablestyleelement/_index.md b/spanish/cpp/aspose.cells.tables/tablestyleelement/_index.md new file mode 100644 index 00000000000..5e1023a5576 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tablestyleelement/_index.md @@ -0,0 +1,42 @@ +--- +title: Aspose::Cells::Tables::TableStyleElement class +linktitle: TableStyleElement +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyleElement class. Represents the element of the table style in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.tables/tablestyleelement/ +--- +## TableStyleElement class + + +Represents the element of the table style. + +```cpp +class TableStyleElement +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetElementStyle()](./getelementstyle/) | Gets the element style. | +| [GetSize()](./getsize/) | Number of rows or columns in a single band of striping. Applies only when type is firstRowStripe, secondRowStripe, firstColumnStripe, or secondColumnStripe. | +| [GetType()](./gettype/) | Gets the element type. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const TableStyleElement\& src)](./operator_asm/) | operator= | +| [SetElementStyle(const Style\& style)](./setelementstyle/) | Sets the element style. | +| [SetSize(int32_t value)](./setsize/) | Number of rows or columns in a single band of striping. Applies only when type is firstRowStripe, secondRowStripe, firstColumnStripe, or secondColumnStripe. | +| [TableStyleElement(TableStyleElement_Impl* impl)](./tablestyleelement/) | Constructs from an implementation object. | +| [TableStyleElement(const TableStyleElement\& src)](./tablestyleelement/) | Copy constructor. | +| [~TableStyleElement()](./~tablestyleelement/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Tables](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.tables/tablestyleelement/getelementstyle/_index.md b/spanish/cpp/aspose.cells.tables/tablestyleelement/getelementstyle/_index.md new file mode 100644 index 00000000000..9d05b1a5a39 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tablestyleelement/getelementstyle/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Tables::TableStyleElement::GetElementStyle method +linktitle: GetElementStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyleElement::GetElementStyle method. Gets the element style in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.tables/tablestyleelement/getelementstyle/ +--- +## TableStyleElement::GetElementStyle method + + +Gets the element style. + +```cpp +Style Aspose::Cells::Tables::TableStyleElement::GetElementStyle() +``` + + +## ReturnValue + +Returns the [Style](../../../aspose.cells/style/) object. + +## See Also + +* Class [Style](../../../aspose.cells/style/) +* Class [TableStyleElement](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tablestyleelement/getsize/_index.md b/spanish/cpp/aspose.cells.tables/tablestyleelement/getsize/_index.md new file mode 100644 index 00000000000..b784de3a60a --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tablestyleelement/getsize/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::TableStyleElement::GetSize method +linktitle: GetSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyleElement::GetSize method. Number of rows or columns in a single band of striping. Applies only when type is firstRowStripe, secondRowStripe, firstColumnStripe, or secondColumnStripe in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.tables/tablestyleelement/getsize/ +--- +## TableStyleElement::GetSize method + + +Number of rows or columns in a single band of striping. Applies only when type is firstRowStripe, secondRowStripe, firstColumnStripe, or secondColumnStripe. + +```cpp +int32_t Aspose::Cells::Tables::TableStyleElement::GetSize() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TableStyleElement](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tablestyleelement/gettype/_index.md b/spanish/cpp/aspose.cells.tables/tablestyleelement/gettype/_index.md new file mode 100644 index 00000000000..a4b1c35567f --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tablestyleelement/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::TableStyleElement::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyleElement::GetType method. Gets the element type in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.tables/tablestyleelement/gettype/ +--- +## TableStyleElement::GetType method + + +Gets the element type. + +```cpp +TableStyleElementType Aspose::Cells::Tables::TableStyleElement::GetType() +``` + +## See Also + +* Enum [TableStyleElementType](../../tablestyleelementtype/) +* Class [TableStyleElement](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tablestyleelement/isnull/_index.md b/spanish/cpp/aspose.cells.tables/tablestyleelement/isnull/_index.md new file mode 100644 index 00000000000..d1d3e0f8c56 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tablestyleelement/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Tables::TableStyleElement::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyleElement::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.tables/tablestyleelement/isnull/ +--- +## TableStyleElement::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Tables::TableStyleElement::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TableStyleElement](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tablestyleelement/operator_asm/_index.md b/spanish/cpp/aspose.cells.tables/tablestyleelement/operator_asm/_index.md new file mode 100644 index 00000000000..72934c2f70a --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tablestyleelement/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Tables::TableStyleElement::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyleElement::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.tables/tablestyleelement/operator_asm/ +--- +## TableStyleElement::operator= method + + +operator= + +```cpp +TableStyleElement & Aspose::Cells::Tables::TableStyleElement::operator=(const TableStyleElement &src) +``` + +## See Also + +* Class [TableStyleElement](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [TableStyleElement](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tablestyleelement/operator_bool/_index.md b/spanish/cpp/aspose.cells.tables/tablestyleelement/operator_bool/_index.md new file mode 100644 index 00000000000..7a4702697e7 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tablestyleelement/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Tables::TableStyleElement::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyleElement::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.tables/tablestyleelement/operator_bool/ +--- +## TableStyleElement::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Tables::TableStyleElement::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [TableStyleElement](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tablestyleelement/setelementstyle/_index.md b/spanish/cpp/aspose.cells.tables/tablestyleelement/setelementstyle/_index.md new file mode 100644 index 00000000000..66140c9b0b9 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tablestyleelement/setelementstyle/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Tables::TableStyleElement::SetElementStyle method +linktitle: SetElementStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyleElement::SetElementStyle method. Sets the element style in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.tables/tablestyleelement/setelementstyle/ +--- +## TableStyleElement::SetElementStyle method + + +Sets the element style. + +```cpp +void Aspose::Cells::Tables::TableStyleElement::SetElementStyle(const Style &style) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| style | const Style\& | The element style. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Style](../../../aspose.cells/style/) +* Class [TableStyleElement](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tablestyleelement/setsize/_index.md b/spanish/cpp/aspose.cells.tables/tablestyleelement/setsize/_index.md new file mode 100644 index 00000000000..c8edb88cfe1 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tablestyleelement/setsize/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::TableStyleElement::SetSize method +linktitle: SetSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyleElement::SetSize method. Number of rows or columns in a single band of striping. Applies only when type is firstRowStripe, secondRowStripe, firstColumnStripe, or secondColumnStripe in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.tables/tablestyleelement/setsize/ +--- +## TableStyleElement::SetSize method + + +Number of rows or columns in a single band of striping. Applies only when type is firstRowStripe, secondRowStripe, firstColumnStripe, or secondColumnStripe. + +```cpp +void Aspose::Cells::Tables::TableStyleElement::SetSize(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TableStyleElement](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tablestyleelement/tablestyleelement/_index.md b/spanish/cpp/aspose.cells.tables/tablestyleelement/tablestyleelement/_index.md new file mode 100644 index 00000000000..b96fd3320c5 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tablestyleelement/tablestyleelement/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Tables::TableStyleElement::TableStyleElement constructor +linktitle: TableStyleElement +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyleElement::TableStyleElement constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.tables/tablestyleelement/tablestyleelement/ +--- +## TableStyleElement::TableStyleElement(TableStyleElement_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Tables::TableStyleElement::TableStyleElement(TableStyleElement_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TableStyleElement](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) +## TableStyleElement::TableStyleElement(const TableStyleElement\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Tables::TableStyleElement::TableStyleElement(const TableStyleElement &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TableStyleElement](../) +* Class [TableStyleElement](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tablestyleelement/~tablestyleelement/_index.md b/spanish/cpp/aspose.cells.tables/tablestyleelement/~tablestyleelement/_index.md new file mode 100644 index 00000000000..e170bfba256 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tablestyleelement/~tablestyleelement/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Tables::TableStyleElement::~TableStyleElement method +linktitle: ~TableStyleElement +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyleElement::~TableStyleElement method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.tables/tablestyleelement/~tablestyleelement/ +--- +## TableStyleElement::~TableStyleElement method + + +Destructor. + +```cpp +Aspose::Cells::Tables::TableStyleElement::~TableStyleElement() +``` + +## See Also + +* Class [TableStyleElement](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tablestyleelementcollection/_impl/_index.md b/spanish/cpp/aspose.cells.tables/tablestyleelementcollection/_impl/_index.md new file mode 100644 index 00000000000..9801e1f3edb --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tablestyleelementcollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Tables::TableStyleElementCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyleElementCollection::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.tables/tablestyleelementcollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +TableStyleElementCollection_Impl* Aspose::Cells::Tables::TableStyleElementCollection::_impl +``` + +## See Also + +* Class [TableStyleElementCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tablestyleelementcollection/_index.md b/spanish/cpp/aspose.cells.tables/tablestyleelementcollection/_index.md new file mode 100644 index 00000000000..87bb2fa1508 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tablestyleelementcollection/_index.md @@ -0,0 +1,41 @@ +--- +title: Aspose::Cells::Tables::TableStyleElementCollection class +linktitle: TableStyleElementCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyleElementCollection class. Represents all elements of the table style in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.tables/tablestyleelementcollection/ +--- +## TableStyleElementCollection class + + +Represents all elements of the table style. + +```cpp +class TableStyleElementCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add(TableStyleElementType type)](./add/) | Adds an element. | +| [Get(int32_t index)](./get/) | Gets an element of the table style by the index. | +| [Get(TableStyleElementType type)](./get/) | Gets the element of the table style by the element type. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const TableStyleElementCollection\& src)](./operator_asm/) | operator= | +| [TableStyleElementCollection(TableStyleElementCollection_Impl* impl)](./tablestyleelementcollection/) | Constructs from an implementation object. | +| [TableStyleElementCollection(const TableStyleElementCollection\& src)](./tablestyleelementcollection/) | Copy constructor. | +| [~TableStyleElementCollection()](./~tablestyleelementcollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Tables](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.tables/tablestyleelementcollection/add/_index.md b/spanish/cpp/aspose.cells.tables/tablestyleelementcollection/add/_index.md new file mode 100644 index 00000000000..cf9038cf3cc --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tablestyleelementcollection/add/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Tables::TableStyleElementCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyleElementCollection::Add method. Adds an element in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.tables/tablestyleelementcollection/add/ +--- +## TableStyleElementCollection::Add method + + +Adds an element. + +```cpp +int32_t Aspose::Cells::Tables::TableStyleElementCollection::Add(TableStyleElementType type) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| type | TableStyleElementType | The type of the element | + +## ReturnValue + +Returns the index of the element in the list. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [TableStyleElementType](../../tablestyleelementtype/) +* Class [TableStyleElementCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tablestyleelementcollection/get/_index.md b/spanish/cpp/aspose.cells.tables/tablestyleelementcollection/get/_index.md new file mode 100644 index 00000000000..3d7b9cc932c --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tablestyleelementcollection/get/_index.md @@ -0,0 +1,59 @@ +--- +title: Aspose::Cells::Tables::TableStyleElementCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyleElementCollection::Get method. Gets an element of the table style by the index in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.tables/tablestyleelementcollection/get/ +--- +## TableStyleElementCollection::Get(int32_t) method + + +Gets an element of the table style by the index. + +```cpp +TableStyleElement Aspose::Cells::Tables::TableStyleElementCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The index. | + +## ReturnValue + +Returns [TableStyleElement](../../tablestyleelement/) object + +## See Also + +* Class [TableStyleElement](../../tablestyleelement/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [TableStyleElementCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) +## TableStyleElementCollection::Get(TableStyleElementType) method + + +Gets the element of the table style by the element type. + +```cpp +TableStyleElement Aspose::Cells::Tables::TableStyleElementCollection::Get(TableStyleElementType type) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| type | TableStyleElementType | The element type. | + +## ReturnValue + +Returns [TableStyleElement](../../tablestyleelement/) object + +## See Also + +* Class [TableStyleElement](../../tablestyleelement/) +* Enum [TableStyleElementType](../../tablestyleelementtype/) +* Class [TableStyleElementCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tablestyleelementcollection/getcount/_index.md b/spanish/cpp/aspose.cells.tables/tablestyleelementcollection/getcount/_index.md new file mode 100644 index 00000000000..60517d76b63 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tablestyleelementcollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::TableStyleElementCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::Tables::TableStyleElementCollection class in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.tables/tablestyleelementcollection/getcount/ +--- +## TableStyleElementCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::Tables::TableStyleElementCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TableStyleElementCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tablestyleelementcollection/isnull/_index.md b/spanish/cpp/aspose.cells.tables/tablestyleelementcollection/isnull/_index.md new file mode 100644 index 00000000000..a0e0ca170f1 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tablestyleelementcollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Tables::TableStyleElementCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyleElementCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.tables/tablestyleelementcollection/isnull/ +--- +## TableStyleElementCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Tables::TableStyleElementCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TableStyleElementCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tablestyleelementcollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.tables/tablestyleelementcollection/operator_asm/_index.md new file mode 100644 index 00000000000..ab8cc374868 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tablestyleelementcollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Tables::TableStyleElementCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyleElementCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.tables/tablestyleelementcollection/operator_asm/ +--- +## TableStyleElementCollection::operator= method + + +operator= + +```cpp +TableStyleElementCollection & Aspose::Cells::Tables::TableStyleElementCollection::operator=(const TableStyleElementCollection &src) +``` + +## See Also + +* Class [TableStyleElementCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [TableStyleElementCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tablestyleelementcollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.tables/tablestyleelementcollection/operator_bool/_index.md new file mode 100644 index 00000000000..daadfc5d711 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tablestyleelementcollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Tables::TableStyleElementCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyleElementCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.tables/tablestyleelementcollection/operator_bool/ +--- +## TableStyleElementCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Tables::TableStyleElementCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [TableStyleElementCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tablestyleelementcollection/tablestyleelementcollection/_index.md b/spanish/cpp/aspose.cells.tables/tablestyleelementcollection/tablestyleelementcollection/_index.md new file mode 100644 index 00000000000..15b81fb9066 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tablestyleelementcollection/tablestyleelementcollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Tables::TableStyleElementCollection::TableStyleElementCollection constructor +linktitle: TableStyleElementCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyleElementCollection::TableStyleElementCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.tables/tablestyleelementcollection/tablestyleelementcollection/ +--- +## TableStyleElementCollection::TableStyleElementCollection(TableStyleElementCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Tables::TableStyleElementCollection::TableStyleElementCollection(TableStyleElementCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TableStyleElementCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) +## TableStyleElementCollection::TableStyleElementCollection(const TableStyleElementCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Tables::TableStyleElementCollection::TableStyleElementCollection(const TableStyleElementCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TableStyleElementCollection](../) +* Class [TableStyleElementCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tablestyleelementcollection/~tablestyleelementcollection/_index.md b/spanish/cpp/aspose.cells.tables/tablestyleelementcollection/~tablestyleelementcollection/_index.md new file mode 100644 index 00000000000..d3516f0857f --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tablestyleelementcollection/~tablestyleelementcollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Tables::TableStyleElementCollection::~TableStyleElementCollection method +linktitle: ~TableStyleElementCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyleElementCollection::~TableStyleElementCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.tables/tablestyleelementcollection/~tablestyleelementcollection/ +--- +## TableStyleElementCollection::~TableStyleElementCollection method + + +Destructor. + +```cpp +Aspose::Cells::Tables::TableStyleElementCollection::~TableStyleElementCollection() +``` + +## See Also + +* Class [TableStyleElementCollection](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tablestyleelementtype/_index.md b/spanish/cpp/aspose.cells.tables/tablestyleelementtype/_index.md new file mode 100644 index 00000000000..2ed50d212fd --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tablestyleelementtype/_index.md @@ -0,0 +1,60 @@ +--- +title: Aspose::Cells::Tables::TableStyleElementType enum +linktitle: TableStyleElementType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyleElementType enum. Represents the Table or PivotTable style element type in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.tables/tablestyleelementtype/ +--- +## TableStyleElementType enum + + +Represents the Table or PivotTable style element type. + +```cpp +enum class TableStyleElementType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| BlankRow | 18 |
Table style element that applies to PivotTable's blank rows. | +| FirstColumn | 8 |
Table style element that applies to table's first column. | +| FirstColumnStripe | 3 |
Table style element that applies to table's first column stripes. | +| FirstColumnSubheading | 22 |
Table style element that applies to PivotTable's first column subheading. | +| FirstHeaderCell | 11 |
Table style element that applies to table's first header row cell. | +| FirstRowStripe | 5 |
Table style element that applies to table's first row stripes. | +| FirstRowSubheading | 25 |
Table style element that applies to PivotTable's first row subheading. | +| FirstSubtotalColumn | 15 |
Table style element that applies to PivotTable's first subtotal column. | +| FirstSubtotalRow | 19 |
Table style element that applies to pivot table's first subtotal row. | +| GrandTotalColumn | 28 |
Table style element that applies to pivot table's grand total column. | +| GrandTotalRow | 29 |
Table style element that applies to pivot table's grand total row. | +| FirstTotalCell | 13 |
Table style element that applies to table's first total row cell. | +| HeaderRow | 9 |
Table style element that applies to table's header row. | +| LastColumn | 7 |
Table style element that applies to table's last column. | +| LastHeaderCell | 12 |
Table style element that applies to table's last header row cell. | +| LastTotalCell | 14 |
Table style element that applies to table's last total row cell. | +| PageFieldLabels | 1 |
Table style element that applies to pivot table's page field labels. | +| PageFieldValues | 2 |
Table style element that applies to pivot table's page field values. | +| SecondColumnStripe | 4 |
Table style element that applies to table's second column stripes. | +| SecondColumnSubheading | 23 |
Table style element that applies to pivot table's second column subheading. | +| SecondRowStripe | 6 |
Table style element that applies to table's second row stripes. | +| SecondRowSubheading | 26 |
Table style element that applies to pivot table's second row subheading. | +| SecondSubtotalColumn | 16 |
Table style element that applies to PivotTable's second subtotal column. | +| SecondSubtotalRow | 20 |
Table style element that applies to PivotTable's second subtotal row. | +| ThirdColumnSubheading | 24 |
Table style element that applies to PivotTable's third column subheading. | +| ThirdRowSubheading | 27 |
Table style element that applies to PivotTable's third row subheading. | +| ThirdSubtotalColumn | 17 |
Table style element that applies to pivot table's third subtotal column. | +| ThirdSubtotalRow | 21 |
Table style element that applies to PivotTable's third subtotal row. | +| TotalRow | 10 |
Table style element that applies to Table's total row. | +| WholeTable | 0 |
Table style element that applies to table's entire content. | +| LastColumnSubheading | 130 |
Table style element that applies to pivot table's last column field. | +| LastRowSubheading | 131 |
Table style element that applies to pivot table's last row field. | +| LastSubtotalRow | 133 |
Table style element that applies to pivot table's last subtotal row field. | + +## See Also + +* Namespace [Aspose::Cells::Tables](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.tables/tablestyletype/_index.md b/spanish/cpp/aspose.cells.tables/tablestyletype/_index.md new file mode 100644 index 00000000000..3dc8f2dc6d8 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tablestyletype/_index.md @@ -0,0 +1,89 @@ +--- +title: Aspose::Cells::Tables::TableStyleType enum +linktitle: TableStyleType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableStyleType enum. Represents the built-in table style type in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.tables/tablestyletype/ +--- +## TableStyleType enum + + +Represents the built-in table style type. + +```cpp +enum class TableStyleType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| None | 0 |
No style. | +| TableStyleLight1 | 1 |
Table [Style](../../aspose.cells/style/) Light 1. | +| TableStyleLight2 | 2 |
| +| TableStyleLight3 | 3 |
| +| TableStyleLight4 | 4 |
| +| TableStyleLight5 | 5 |
| +| TableStyleLight6 | 6 |
| +| TableStyleLight7 | 7 |
| +| TableStyleLight8 | 8 |
| +| TableStyleLight9 | 9 |
| +| TableStyleLight10 | 10 |
| +| TableStyleLight11 | 11 |
| +| TableStyleLight12 | 12 |
| +| TableStyleLight13 | 13 |
| +| TableStyleLight14 | 14 |
| +| TableStyleLight15 | 15 |
| +| TableStyleLight16 | 16 |
| +| TableStyleLight17 | 17 |
| +| TableStyleLight18 | 18 |
| +| TableStyleLight19 | 19 |
| +| TableStyleLight20 | 20 |
| +| TableStyleLight21 | 21 |
| +| TableStyleMedium1 | 22 |
| +| TableStyleMedium2 | 23 |
| +| TableStyleMedium3 | 24 |
| +| TableStyleMedium4 | 25 |
| +| TableStyleMedium5 | 26 |
| +| TableStyleMedium6 | 27 |
| +| TableStyleMedium7 | 28 |
| +| TableStyleMedium8 | 29 |
| +| TableStyleMedium9 | 30 |
| +| TableStyleMedium10 | 31 |
| +| TableStyleMedium11 | 32 |
| +| TableStyleMedium12 | 33 |
| +| TableStyleMedium13 | 34 |
| +| TableStyleMedium14 | 35 |
| +| TableStyleMedium15 | 36 |
| +| TableStyleMedium16 | 37 |
| +| TableStyleMedium17 | 38 |
| +| TableStyleMedium18 | 39 |
| +| TableStyleMedium19 | 40 |
| +| TableStyleMedium20 | 41 |
| +| TableStyleMedium21 | 42 |
| +| TableStyleMedium22 | 43 |
| +| TableStyleMedium23 | 44 |
| +| TableStyleMedium24 | 45 |
| +| TableStyleMedium25 | 46 |
| +| TableStyleMedium26 | 47 |
| +| TableStyleMedium27 | 48 |
| +| TableStyleMedium28 | 49 |
| +| TableStyleDark1 | 50 |
| +| TableStyleDark2 | 51 |
| +| TableStyleDark3 | 52 |
| +| TableStyleDark4 | 53 |
| +| TableStyleDark5 | 54 |
| +| TableStyleDark6 | 55 |
| +| TableStyleDark7 | 56 |
| +| TableStyleDark8 | 57 |
| +| TableStyleDark9 | 58 |
| +| TableStyleDark10 | 59 |
| +| TableStyleDark11 | 60 |
| +| Custom | 61 |
| + +## See Also + +* Namespace [Aspose::Cells::Tables](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.tables/tabletorangeoptions/_impl/_index.md b/spanish/cpp/aspose.cells.tables/tabletorangeoptions/_impl/_index.md new file mode 100644 index 00000000000..d9f90b45d0e --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tabletorangeoptions/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Tables::TableToRangeOptions::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableToRangeOptions::_impl field. The implementation object in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.tables/tabletorangeoptions/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +TableToRangeOptions_Impl* Aspose::Cells::Tables::TableToRangeOptions::_impl +``` + +## See Also + +* Class [TableToRangeOptions](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tabletorangeoptions/_index.md b/spanish/cpp/aspose.cells.tables/tabletorangeoptions/_index.md new file mode 100644 index 00000000000..8939654c5f9 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tabletorangeoptions/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Tables::TableToRangeOptions class +linktitle: TableToRangeOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableToRangeOptions class. Represents the options when converting table to range in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.tables/tabletorangeoptions/ +--- +## TableToRangeOptions class + + +Represents the options when converting table to range. + +```cpp +class TableToRangeOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetLastRow()](./getlastrow/) | Gets and sets the last row index of the table. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const TableToRangeOptions\& src)](./operator_asm/) | operator= | +| [SetLastRow(int32_t value)](./setlastrow/) | Gets and sets the last row index of the table. | +| [TableToRangeOptions()](./tabletorangeoptions/) | Default constructor. | +| [TableToRangeOptions(TableToRangeOptions_Impl* impl)](./tabletorangeoptions/) | Constructs from an implementation object. | +| [TableToRangeOptions(const TableToRangeOptions\& src)](./tabletorangeoptions/) | Copy constructor. | +| [~TableToRangeOptions()](./~tabletorangeoptions/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Tables](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.tables/tabletorangeoptions/getlastrow/_index.md b/spanish/cpp/aspose.cells.tables/tabletorangeoptions/getlastrow/_index.md new file mode 100644 index 00000000000..8f42ce2d349 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tabletorangeoptions/getlastrow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::TableToRangeOptions::GetLastRow method +linktitle: GetLastRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableToRangeOptions::GetLastRow method. Gets and sets the last row index of the table in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.tables/tabletorangeoptions/getlastrow/ +--- +## TableToRangeOptions::GetLastRow method + + +Gets and sets the last row index of the table. + +```cpp +int32_t Aspose::Cells::Tables::TableToRangeOptions::GetLastRow() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TableToRangeOptions](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tabletorangeoptions/isnull/_index.md b/spanish/cpp/aspose.cells.tables/tabletorangeoptions/isnull/_index.md new file mode 100644 index 00000000000..8992999ddf7 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tabletorangeoptions/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Tables::TableToRangeOptions::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableToRangeOptions::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.tables/tabletorangeoptions/isnull/ +--- +## TableToRangeOptions::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Tables::TableToRangeOptions::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TableToRangeOptions](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tabletorangeoptions/operator_asm/_index.md b/spanish/cpp/aspose.cells.tables/tabletorangeoptions/operator_asm/_index.md new file mode 100644 index 00000000000..e18527de2e5 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tabletorangeoptions/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Tables::TableToRangeOptions::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableToRangeOptions::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.tables/tabletorangeoptions/operator_asm/ +--- +## TableToRangeOptions::operator= method + + +operator= + +```cpp +TableToRangeOptions & Aspose::Cells::Tables::TableToRangeOptions::operator=(const TableToRangeOptions &src) +``` + +## See Also + +* Class [TableToRangeOptions](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [TableToRangeOptions](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tabletorangeoptions/operator_bool/_index.md b/spanish/cpp/aspose.cells.tables/tabletorangeoptions/operator_bool/_index.md new file mode 100644 index 00000000000..ddd484fd883 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tabletorangeoptions/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Tables::TableToRangeOptions::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableToRangeOptions::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.tables/tabletorangeoptions/operator_bool/ +--- +## TableToRangeOptions::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Tables::TableToRangeOptions::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [TableToRangeOptions](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tabletorangeoptions/setlastrow/_index.md b/spanish/cpp/aspose.cells.tables/tabletorangeoptions/setlastrow/_index.md new file mode 100644 index 00000000000..f9f8e379a04 --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tabletorangeoptions/setlastrow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Tables::TableToRangeOptions::SetLastRow method +linktitle: SetLastRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableToRangeOptions::SetLastRow method. Gets and sets the last row index of the table in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.tables/tabletorangeoptions/setlastrow/ +--- +## TableToRangeOptions::SetLastRow method + + +Gets and sets the last row index of the table. + +```cpp +void Aspose::Cells::Tables::TableToRangeOptions::SetLastRow(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TableToRangeOptions](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tabletorangeoptions/tabletorangeoptions/_index.md b/spanish/cpp/aspose.cells.tables/tabletorangeoptions/tabletorangeoptions/_index.md new file mode 100644 index 00000000000..96bff360a0f --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tabletorangeoptions/tabletorangeoptions/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::Tables::TableToRangeOptions::TableToRangeOptions constructor +linktitle: TableToRangeOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableToRangeOptions::TableToRangeOptions constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.tables/tabletorangeoptions/tabletorangeoptions/ +--- +## TableToRangeOptions::TableToRangeOptions() constructor + + +Default constructor. + +```cpp +Aspose::Cells::Tables::TableToRangeOptions::TableToRangeOptions() +``` + +## See Also + +* Class [TableToRangeOptions](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) +## TableToRangeOptions::TableToRangeOptions(TableToRangeOptions_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Tables::TableToRangeOptions::TableToRangeOptions(TableToRangeOptions_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TableToRangeOptions](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) +## TableToRangeOptions::TableToRangeOptions(const TableToRangeOptions\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Tables::TableToRangeOptions::TableToRangeOptions(const TableToRangeOptions &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TableToRangeOptions](../) +* Class [TableToRangeOptions](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/tabletorangeoptions/~tabletorangeoptions/_index.md b/spanish/cpp/aspose.cells.tables/tabletorangeoptions/~tabletorangeoptions/_index.md new file mode 100644 index 00000000000..f459711f6df --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/tabletorangeoptions/~tabletorangeoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Tables::TableToRangeOptions::~TableToRangeOptions method +linktitle: ~TableToRangeOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TableToRangeOptions::~TableToRangeOptions method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.tables/tabletorangeoptions/~tabletorangeoptions/ +--- +## TableToRangeOptions::~TableToRangeOptions method + + +Destructor. + +```cpp +Aspose::Cells::Tables::TableToRangeOptions::~TableToRangeOptions() +``` + +## See Also + +* Class [TableToRangeOptions](../) +* Namespace [Aspose::Cells::Tables](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.tables/totalscalculation/_index.md b/spanish/cpp/aspose.cells.tables/totalscalculation/_index.md new file mode 100644 index 00000000000..86b8aa9526e --- /dev/null +++ b/spanish/cpp/aspose.cells.tables/totalscalculation/_index.md @@ -0,0 +1,37 @@ +--- +title: Aspose::Cells::Tables::TotalsCalculation enum +linktitle: TotalsCalculation +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Tables::TotalsCalculation enum. Determines the type of calculation in the Totals row of the list column in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.tables/totalscalculation/ +--- +## TotalsCalculation enum + + +Determines the type of calculation in the Totals row of the list column. + +```cpp +enum class TotalsCalculation +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Sum | 6 |
Represents Sum totals calculation. | +| Count | 2 |
Represents Count totals calculation. | +| Average | 1 |
Represents Average totals calculation. | +| Max | 4 |
Represents Max totals calculation. | +| Min | 5 |
Represents Min totals calculation. | +| Var | 8 |
Represents Var totals calculation. | +| CountNums | 3 |
Represents Count Nums totals calculation. | +| StdDev | 7 |
Represents StdDev totals calculation. | +| None | 0 |
Represents No totals calculation. | +| Custom | 9 |
Represents custom calculation. | + +## See Also + +* Namespace [Aspose::Cells::Tables](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.timelines/_index.md b/spanish/cpp/aspose.cells.timelines/_index.md new file mode 100644 index 00000000000..dd513053845 --- /dev/null +++ b/spanish/cpp/aspose.cells.timelines/_index.md @@ -0,0 +1,23 @@ +--- +title: Espacio de nombres Aspose::Cells::Timelines +linktitle: Aspose::Cells::Timelines +second_title: Referencia de API de Aspose.Cells para C++ +description: 'Cómo usar el espacio de nombres Aspose::Cells::Timelines en C++.' +type: docs +weight: 3100 +url: /es/cpp/aspose.cells.timelines/ +--- + + + +## Clases + +| Clase | Descripción | +| --- | --- | +| [Timeline](./timeline/) | Descripción resumida de la vista [Timeline](./timeline/). Debido a MS Excel, Excel 2003 no admite [Timeline](./timeline/). | +| [TimelineCollection](./timelinecollection/) | Especifica la colección de todos los objetos [Timeline](./timeline/) en la hoja de cálculo. Está soportado desde Excel 2013. | +## Enums + +| Enumeración | Descripción | +| --- | --- | +| [TimelineLevelType](./timelineleveltype/) | Representa el tipo de nivel de [Timeline](./timeline/) | diff --git a/spanish/cpp/aspose.cells.timelines/timeline/_impl/_index.md b/spanish/cpp/aspose.cells.timelines/timeline/_impl/_index.md new file mode 100644 index 00000000000..c1501885b4a --- /dev/null +++ b/spanish/cpp/aspose.cells.timelines/timeline/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Timelines::Timeline::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Timelines::Timeline::_impl field. The implementation object in C++.' +type: docs +weight: 3300 +url: /es/cpp/aspose.cells.timelines/timeline/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +Timeline_Impl* Aspose::Cells::Timelines::Timeline::_impl +``` + +## See Also + +* Class [Timeline](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.timelines/timeline/_index.md b/spanish/cpp/aspose.cells.timelines/timeline/_index.md new file mode 100644 index 00000000000..33732059b5f --- /dev/null +++ b/spanish/cpp/aspose.cells.timelines/timeline/_index.md @@ -0,0 +1,125 @@ +--- +title: Aspose::Cells::Timelines::Timeline class +linktitle: Timeline +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Timelines::Timeline class. Summary description of Timeline View Due to MS Excel, Excel 2003 does not support Timeline in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.timelines/timeline/ +--- +## Timeline class + + +Summary description of [Timeline](./) View Due to MS Excel, Excel 2003 does not support [Timeline](./). + +```cpp +class Timeline +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetCaption()](./getcaption/) | Gets or sets the caption of this [Timeline](./). | +| [GetCurrentLevel()](./getcurrentlevel/) | The current time level of the [Timeline](./). | +| [GetHeightPixel()](./getheightpixel/) | **(Deprecated)** Returns or sets the height of the specified timeline, in pixels. | +| [GetLeftPixel()](./getleftpixel/) | **(Deprecated)** Returns or sets the horizontal offset of timeline shape from its left column, in pixels. | +| [GetName()](./getname/) | Returns or sets the name of the specified [Timeline](./). | +| [GetSelectionLevel()](./getselectionlevel/) | Gets and sets the time level at which the current selection was made for the [Timeline](./). | +| [GetShape()](./getshape/) | Returns the TimelineShape object associated with this [Timeline](./). | +| [GetShowHeader()](./getshowheader/) | Indicates whether to display the header. | +| [GetShowHorizontalScrollbar()](./getshowhorizontalscrollbar/) | Indicates whether to display the horizontal ccroll bar. | +| [GetShowSelectionLabel()](./getshowselectionlabel/) | Indicates whether to display the selction label. | +| [GetShowTimeLevel()](./getshowtimelevel/) | Indicates whether to display the time level. | +| [GetStartDate()](./getstartdate/) | Gets and sets the start date of the timespan scrolling position of this [Timeline](./). | +| [GetTopPixel()](./gettoppixel/) | **(Deprecated)** Returns or sets the vertical offset of timeline shape from its top row, in pixels. | +| [GetWidthPixel()](./getwidthpixel/) | **(Deprecated)** Returns or sets the width of the specified timeline, in pixels. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const Timeline\& src)](./operator_asm/) | operator= | +| [SetCaption(const U16String\& value)](./setcaption/) | Gets or sets the caption of this [Timeline](./). | +| [SetCaption(const char16_t* value)](./setcaption/) | Gets or sets the caption of this [Timeline](./). | +| [SetCurrentLevel(TimelineLevelType value)](./setcurrentlevel/) | The current time level of the [Timeline](./). | +| [SetHeightPixel(int32_t value)](./setheightpixel/) | **(Deprecated)** Returns or sets the height of the specified timeline, in pixels. | +| [SetLeftPixel(int32_t value)](./setleftpixel/) | **(Deprecated)** Returns or sets the horizontal offset of timeline shape from its left column, in pixels. | +| [SetName(const U16String\& value)](./setname/) | Returns or sets the name of the specified [Timeline](./). | +| [SetName(const char16_t* value)](./setname/) | Returns or sets the name of the specified [Timeline](./). | +| [SetSelectionLevel(TimelineLevelType value)](./setselectionlevel/) | Gets and sets the time level at which the current selection was made for the [Timeline](./). | +| [SetShowHeader(bool value)](./setshowheader/) | Indicates whether to display the header. | +| [SetShowHorizontalScrollbar(bool value)](./setshowhorizontalscrollbar/) | Indicates whether to display the horizontal ccroll bar. | +| [SetShowSelectionLabel(bool value)](./setshowselectionlabel/) | Indicates whether to display the selction label. | +| [SetShowTimeLevel(bool value)](./setshowtimelevel/) | Indicates whether to display the time level. | +| [SetStartDate(const Date\& value)](./setstartdate/) | Gets and sets the start date of the timespan scrolling position of this [Timeline](./). | +| [SetTopPixel(int32_t value)](./settoppixel/) | **(Deprecated)** Returns or sets the vertical offset of timeline shape from its top row, in pixels. | +| [SetWidthPixel(int32_t value)](./setwidthpixel/) | **(Deprecated)** Returns or sets the width of the specified timeline, in pixels. | +| [Timeline(Timeline_Impl* impl)](./timeline/) | Constructs from an implementation object. | +| [Timeline(const Timeline\& src)](./timeline/) | Copy constructor. | +| [~Timeline()](./~timeline/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook book; +Worksheet sheet = book.GetWorksheets().Get(0); +Cells cells = sheet.GetCells(); +cells.Get(0, 0).PutValue(u"fruit"); +cells.Get(1, 0).PutValue(u"grape"); +cells.Get(2, 0).PutValue(u"blueberry"); +cells.Get(3, 0).PutValue(u"kiwi"); +cells.Get(4, 0).PutValue(u"cherry"); + +//Crear estilo de fecha +Style dateStyle = CellsFactory().CreateStyle(); +dateStyle.SetCustom(u"m/d/yyyy"); +cells.Get(0, 1).PutValue(u"date"); +cells.Get(1, 1).PutValue(Date{ 2021, 2, 5 }); +cells.Get(2, 1).PutValue(Date{ 2022, 3, 8 }); +cells.Get(3, 1).PutValue(Date{ 2023, 4, 10 }); +cells.Get(4, 1).PutValue(Date{ 2024, 5, 16 }); +//Establecer estilo de fecha +cells.Get(1, 1).SetStyle(dateStyle); +cells.Get(2, 1).SetStyle(dateStyle); +cells.Get(3, 1).SetStyle(dateStyle); +cells.Get(4, 1).SetStyle(dateStyle); + +cells.Get(0, 2).PutValue(u"amount"); +cells.Get(1, 2).PutValue(50); +cells.Get(2, 2).PutValue(60); +cells.Get(3, 2).PutValue(70); +cells.Get(4, 2).PutValue(80); + +PivotTableCollection pivots = sheet.GetPivotTables(); +//Agregar una tabla dinámica +int pivotIndex = pivots.Add(u"=Sheet1!A1:C5", u"A12", u"TestPivotTable"); +PivotTable pivot = pivots.Get(pivotIndex); +pivot.AddFieldToArea(PivotFieldType::Row, u"fruit"); +pivot.AddFieldToArea(PivotFieldType::Column, u"date"); +pivot.AddFieldToArea(PivotFieldType::Data, u"amount"); +pivot.SetPivotTableStyleType(PivotTableStyleType::PivotTableStyleMedium10); + +//Actualizar datos de la tabla dinámica +pivot.RefreshData(); +pivot.CalculateData(); + +//Agregar una nueva línea de tiempo usando la tabla dinámica como fuente de datos +sheet.GetTimelines().Add(pivot, 10, 5, u"date"); + +//Obtener objeto de línea de tiempo +Timeline timelineObj = sheet.GetTimelines().Get(0); + + +book.Save(u"out.xlsx"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::Timelines](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.timelines/timeline/getcaption/_index.md b/spanish/cpp/aspose.cells.timelines/timeline/getcaption/_index.md new file mode 100644 index 00000000000..75888e242ed --- /dev/null +++ b/spanish/cpp/aspose.cells.timelines/timeline/getcaption/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Timelines::Timeline::GetCaption method +linktitle: GetCaption +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Timelines::Timeline::GetCaption method. Gets or sets the caption of this Timeline in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.timelines/timeline/getcaption/ +--- +## Timeline::GetCaption method + + +Gets or sets the caption of this [Timeline](../). + +```cpp +U16String Aspose::Cells::Timelines::Timeline::GetCaption() +``` + + +## Examples + + +```cpp + //Establecer la leyenda del Timeline especificado. +if (timelineObj.GetCaption().IsNull()) +{ + timelineObj.SetCaption(u"timeline caption test"); +} +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Timeline](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.timelines/timeline/getcurrentlevel/_index.md b/spanish/cpp/aspose.cells.timelines/timeline/getcurrentlevel/_index.md new file mode 100644 index 00000000000..be8ef15954b --- /dev/null +++ b/spanish/cpp/aspose.cells.timelines/timeline/getcurrentlevel/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Timelines::Timeline::GetCurrentLevel method +linktitle: GetCurrentLevel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Timelines::Timeline::GetCurrentLevel method. The current time level of the Timeline in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.timelines/timeline/getcurrentlevel/ +--- +## Timeline::GetCurrentLevel method + + +The current time level of the [Timeline](../). + +```cpp +TimelineLevelType Aspose::Cells::Timelines::Timeline::GetCurrentLevel() +``` + +## See Also + +* Enum [TimelineLevelType](../../timelineleveltype/) +* Class [Timeline](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.timelines/timeline/getheightpixel/_index.md b/spanish/cpp/aspose.cells.timelines/timeline/getheightpixel/_index.md new file mode 100644 index 00000000000..56137b3507e --- /dev/null +++ b/spanish/cpp/aspose.cells.timelines/timeline/getheightpixel/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Timelines::Timeline::GetHeightPixel method +linktitle: GetHeightPixel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Timelines::Timeline::GetHeightPixel method. Returns or sets the height of the specified timeline, in pixels in C++.' +type: docs +weight: 3100 +url: /es/cpp/aspose.cells.timelines/timeline/getheightpixel/ +--- +## Timeline::GetHeightPixel method + + +Returns or sets the height of the specified timeline, in pixels. + + +>Deprecated +> +>Use Shape.Height property instead. +```cpp +int32_t Aspose::Cells::Timelines::Timeline::GetHeightPixel() +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use Shape.Height property. This property will be removed 12 months later since May 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Timeline](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.timelines/timeline/getleftpixel/_index.md b/spanish/cpp/aspose.cells.timelines/timeline/getleftpixel/_index.md new file mode 100644 index 00000000000..eed1f01ff9c --- /dev/null +++ b/spanish/cpp/aspose.cells.timelines/timeline/getleftpixel/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Timelines::Timeline::GetLeftPixel method +linktitle: GetLeftPixel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Timelines::Timeline::GetLeftPixel method. Returns or sets the horizontal offset of timeline shape from its left column, in pixels in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells.timelines/timeline/getleftpixel/ +--- +## Timeline::GetLeftPixel method + + +Returns or sets the horizontal offset of timeline shape from its left column, in pixels. + + +>Deprecated +> +>Use Shape.Left property instead. +```cpp +int32_t Aspose::Cells::Timelines::Timeline::GetLeftPixel() +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use Shape.Left property. This property will be removed 12 months later since May 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Timeline](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.timelines/timeline/getname/_index.md b/spanish/cpp/aspose.cells.timelines/timeline/getname/_index.md new file mode 100644 index 00000000000..89fe19e0e99 --- /dev/null +++ b/spanish/cpp/aspose.cells.timelines/timeline/getname/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Timelines::Timeline::GetName method +linktitle: GetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Timelines::Timeline::GetName method. Returns or sets the name of the specified Timeline in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells.timelines/timeline/getname/ +--- +## Timeline::GetName method + + +Returns or sets the name of the specified [Timeline](../). + +```cpp +U16String Aspose::Cells::Timelines::Timeline::GetName() +``` + + +## Examples + + +```cpp +//Establecer el nombre del Timeline especificado. +if (timelineObj.GetName().IsNull()) +{ + timelineObj.SetName(u"timeline name test"); +} +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Timeline](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.timelines/timeline/getselectionlevel/_index.md b/spanish/cpp/aspose.cells.timelines/timeline/getselectionlevel/_index.md new file mode 100644 index 00000000000..02663e22423 --- /dev/null +++ b/spanish/cpp/aspose.cells.timelines/timeline/getselectionlevel/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Timelines::Timeline::GetSelectionLevel method +linktitle: GetSelectionLevel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Timelines::Timeline::GetSelectionLevel method. Gets and sets the time level at which the current selection was made for the Timeline in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.timelines/timeline/getselectionlevel/ +--- +## Timeline::GetSelectionLevel method + + +Gets and sets the time level at which the current selection was made for the [Timeline](../). + +```cpp +TimelineLevelType Aspose::Cells::Timelines::Timeline::GetSelectionLevel() +``` + +## See Also + +* Enum [TimelineLevelType](../../timelineleveltype/) +* Class [Timeline](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.timelines/timeline/getshape/_index.md b/spanish/cpp/aspose.cells.timelines/timeline/getshape/_index.md new file mode 100644 index 00000000000..8be3791b180 --- /dev/null +++ b/spanish/cpp/aspose.cells.timelines/timeline/getshape/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Timelines::Timeline::GetShape method +linktitle: GetShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Timelines::Timeline::GetShape method. Returns the TimelineShape object associated with this Timeline in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.timelines/timeline/getshape/ +--- +## Timeline::GetShape method + + +Returns the TimelineShape object associated with this [Timeline](../). + +```cpp +TimelineShape Aspose::Cells::Timelines::Timeline::GetShape() +``` + +## See Also + +* Class [TimelineShape](../../../aspose.cells.drawing/timelineshape/) +* Class [Timeline](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.timelines/timeline/getshowheader/_index.md b/spanish/cpp/aspose.cells.timelines/timeline/getshowheader/_index.md new file mode 100644 index 00000000000..b8ecda448a5 --- /dev/null +++ b/spanish/cpp/aspose.cells.timelines/timeline/getshowheader/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Timelines::Timeline::GetShowHeader method +linktitle: GetShowHeader +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Timelines::Timeline::GetShowHeader method. Indicates whether to display the header in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.timelines/timeline/getshowheader/ +--- +## Timeline::GetShowHeader method + + +Indicates whether to display the header. + +```cpp +bool Aspose::Cells::Timelines::Timeline::GetShowHeader() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Timeline](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.timelines/timeline/getshowhorizontalscrollbar/_index.md b/spanish/cpp/aspose.cells.timelines/timeline/getshowhorizontalscrollbar/_index.md new file mode 100644 index 00000000000..8880b208847 --- /dev/null +++ b/spanish/cpp/aspose.cells.timelines/timeline/getshowhorizontalscrollbar/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Timelines::Timeline::GetShowHorizontalScrollbar method +linktitle: GetShowHorizontalScrollbar +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Timelines::Timeline::GetShowHorizontalScrollbar method. Indicates whether to display the horizontal ccroll bar in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.timelines/timeline/getshowhorizontalscrollbar/ +--- +## Timeline::GetShowHorizontalScrollbar method + + +Indicates whether to display the horizontal ccroll bar. + +```cpp +bool Aspose::Cells::Timelines::Timeline::GetShowHorizontalScrollbar() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Timeline](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.timelines/timeline/getshowselectionlabel/_index.md b/spanish/cpp/aspose.cells.timelines/timeline/getshowselectionlabel/_index.md new file mode 100644 index 00000000000..e735218b5b9 --- /dev/null +++ b/spanish/cpp/aspose.cells.timelines/timeline/getshowselectionlabel/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Timelines::Timeline::GetShowSelectionLabel method +linktitle: GetShowSelectionLabel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Timelines::Timeline::GetShowSelectionLabel method. Indicates whether to display the selction label in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.timelines/timeline/getshowselectionlabel/ +--- +## Timeline::GetShowSelectionLabel method + + +Indicates whether to display the selction label. + +```cpp +bool Aspose::Cells::Timelines::Timeline::GetShowSelectionLabel() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Timeline](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.timelines/timeline/getshowtimelevel/_index.md b/spanish/cpp/aspose.cells.timelines/timeline/getshowtimelevel/_index.md new file mode 100644 index 00000000000..2861143141c --- /dev/null +++ b/spanish/cpp/aspose.cells.timelines/timeline/getshowtimelevel/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Timelines::Timeline::GetShowTimeLevel method +linktitle: GetShowTimeLevel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Timelines::Timeline::GetShowTimeLevel method. Indicates whether to display the time level in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.timelines/timeline/getshowtimelevel/ +--- +## Timeline::GetShowTimeLevel method + + +Indicates whether to display the time level. + +```cpp +bool Aspose::Cells::Timelines::Timeline::GetShowTimeLevel() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Timeline](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.timelines/timeline/getstartdate/_index.md b/spanish/cpp/aspose.cells.timelines/timeline/getstartdate/_index.md new file mode 100644 index 00000000000..62296f53a20 --- /dev/null +++ b/spanish/cpp/aspose.cells.timelines/timeline/getstartdate/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Timelines::Timeline::GetStartDate method +linktitle: GetStartDate +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Timelines::Timeline::GetStartDate method. Gets and sets the start date of the timespan scrolling position of this Timeline in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.timelines/timeline/getstartdate/ +--- +## Timeline::GetStartDate method + + +Gets and sets the start date of the timespan scrolling position of this [Timeline](../). + +```cpp +Date Aspose::Cells::Timelines::Timeline::GetStartDate() +``` + +## See Also + +* Class [Timeline](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.timelines/timeline/gettoppixel/_index.md b/spanish/cpp/aspose.cells.timelines/timeline/gettoppixel/_index.md new file mode 100644 index 00000000000..ee9be6efb7f --- /dev/null +++ b/spanish/cpp/aspose.cells.timelines/timeline/gettoppixel/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Timelines::Timeline::GetTopPixel method +linktitle: GetTopPixel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Timelines::Timeline::GetTopPixel method. Returns or sets the vertical offset of timeline shape from its top row, in pixels in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.timelines/timeline/gettoppixel/ +--- +## Timeline::GetTopPixel method + + +Returns or sets the vertical offset of timeline shape from its top row, in pixels. + + +>Deprecated +> +>Use Shape.Top property instead. +```cpp +int32_t Aspose::Cells::Timelines::Timeline::GetTopPixel() +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use Shape.Top property. This property will be removed 12 months later since May 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Timeline](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.timelines/timeline/getwidthpixel/_index.md b/spanish/cpp/aspose.cells.timelines/timeline/getwidthpixel/_index.md new file mode 100644 index 00000000000..08d31f0ae8c --- /dev/null +++ b/spanish/cpp/aspose.cells.timelines/timeline/getwidthpixel/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Timelines::Timeline::GetWidthPixel method +linktitle: GetWidthPixel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Timelines::Timeline::GetWidthPixel method. Returns or sets the width of the specified timeline, in pixels in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells.timelines/timeline/getwidthpixel/ +--- +## Timeline::GetWidthPixel method + + +Returns or sets the width of the specified timeline, in pixels. + + +>Deprecated +> +>Use Shape.Width property instead. +```cpp +int32_t Aspose::Cells::Timelines::Timeline::GetWidthPixel() +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use Shape.Width property. This property will be removed 12 months later since May 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Timeline](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.timelines/timeline/isnull/_index.md b/spanish/cpp/aspose.cells.timelines/timeline/isnull/_index.md new file mode 100644 index 00000000000..ba653df883b --- /dev/null +++ b/spanish/cpp/aspose.cells.timelines/timeline/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Timelines::Timeline::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Timelines::Timeline::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.timelines/timeline/isnull/ +--- +## Timeline::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Timelines::Timeline::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Timeline](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.timelines/timeline/operator_asm/_index.md b/spanish/cpp/aspose.cells.timelines/timeline/operator_asm/_index.md new file mode 100644 index 00000000000..4907e9b4007 --- /dev/null +++ b/spanish/cpp/aspose.cells.timelines/timeline/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Timelines::Timeline::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Timelines::Timeline::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.timelines/timeline/operator_asm/ +--- +## Timeline::operator= method + + +operator= + +```cpp +Timeline & Aspose::Cells::Timelines::Timeline::operator=(const Timeline &src) +``` + +## See Also + +* Class [Timeline](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [Timeline](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.timelines/timeline/operator_bool/_index.md b/spanish/cpp/aspose.cells.timelines/timeline/operator_bool/_index.md new file mode 100644 index 00000000000..27ea72bce16 --- /dev/null +++ b/spanish/cpp/aspose.cells.timelines/timeline/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Timelines::Timeline::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Timelines::Timeline::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.timelines/timeline/operator_bool/ +--- +## Timeline::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Timelines::Timeline::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [Timeline](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.timelines/timeline/setcaption/_index.md b/spanish/cpp/aspose.cells.timelines/timeline/setcaption/_index.md new file mode 100644 index 00000000000..c17b12b9fde --- /dev/null +++ b/spanish/cpp/aspose.cells.timelines/timeline/setcaption/_index.md @@ -0,0 +1,65 @@ +--- +title: Aspose::Cells::Timelines::Timeline::SetCaption method +linktitle: SetCaption +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Timelines::Timeline::SetCaption method. Gets or sets the caption of this Timeline in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.timelines/timeline/setcaption/ +--- +## Timeline::SetCaption(const U16String\&) method + + +Gets or sets the caption of this [Timeline](../). + +```cpp +void Aspose::Cells::Timelines::Timeline::SetCaption(const U16String &value) +``` + + +## Examples + + +```cpp +//Establecer la leyenda del Timeline especificado. +U16String val = u"timeline caption test"; +if(timelineObj.GetCaption().IsNull()) +{ + timelineObj.SetCaption(val); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Timeline](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) +## Timeline::SetCaption(const char16_t*) method + + +Gets or sets the caption of this [Timeline](../). + +```cpp +void Aspose::Cells::Timelines::Timeline::SetCaption(const char16_t *value) +``` + + +## Examples + + +```cpp + //Establecer la leyenda del Timeline especificado. +if (timelineObj.GetCaption().IsNull()) +{ + timelineObj.SetCaption(u"timeline caption test"); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Timeline](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.timelines/timeline/setcurrentlevel/_index.md b/spanish/cpp/aspose.cells.timelines/timeline/setcurrentlevel/_index.md new file mode 100644 index 00000000000..961d2f2eb6d --- /dev/null +++ b/spanish/cpp/aspose.cells.timelines/timeline/setcurrentlevel/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Timelines::Timeline::SetCurrentLevel method +linktitle: SetCurrentLevel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Timelines::Timeline::SetCurrentLevel method. The current time level of the Timeline in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.timelines/timeline/setcurrentlevel/ +--- +## Timeline::SetCurrentLevel method + + +The current time level of the [Timeline](../). + +```cpp +void Aspose::Cells::Timelines::Timeline::SetCurrentLevel(TimelineLevelType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [TimelineLevelType](../../timelineleveltype/) +* Class [Timeline](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.timelines/timeline/setheightpixel/_index.md b/spanish/cpp/aspose.cells.timelines/timeline/setheightpixel/_index.md new file mode 100644 index 00000000000..0db2f6afc43 --- /dev/null +++ b/spanish/cpp/aspose.cells.timelines/timeline/setheightpixel/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Timelines::Timeline::SetHeightPixel method +linktitle: SetHeightPixel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Timelines::Timeline::SetHeightPixel method. Returns or sets the height of the specified timeline, in pixels in C++.' +type: docs +weight: 3200 +url: /es/cpp/aspose.cells.timelines/timeline/setheightpixel/ +--- +## Timeline::SetHeightPixel method + + +Returns or sets the height of the specified timeline, in pixels. + + +>Deprecated +> +>Use Shape.Height property instead. +```cpp +void Aspose::Cells::Timelines::Timeline::SetHeightPixel(int32_t value) +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use Shape.Height property. This property will be removed 12 months later since May 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Timeline](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.timelines/timeline/setleftpixel/_index.md b/spanish/cpp/aspose.cells.timelines/timeline/setleftpixel/_index.md new file mode 100644 index 00000000000..b20172af83a --- /dev/null +++ b/spanish/cpp/aspose.cells.timelines/timeline/setleftpixel/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Timelines::Timeline::SetLeftPixel method +linktitle: SetLeftPixel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Timelines::Timeline::SetLeftPixel method. Returns or sets the horizontal offset of timeline shape from its left column, in pixels in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.timelines/timeline/setleftpixel/ +--- +## Timeline::SetLeftPixel method + + +Returns or sets the horizontal offset of timeline shape from its left column, in pixels. + + +>Deprecated +> +>Use Shape.Left property instead. +```cpp +void Aspose::Cells::Timelines::Timeline::SetLeftPixel(int32_t value) +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use Shape.Left property. This property will be removed 12 months later since May 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Timeline](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.timelines/timeline/setname/_index.md b/spanish/cpp/aspose.cells.timelines/timeline/setname/_index.md new file mode 100644 index 00000000000..6d751707d4a --- /dev/null +++ b/spanish/cpp/aspose.cells.timelines/timeline/setname/_index.md @@ -0,0 +1,65 @@ +--- +title: Aspose::Cells::Timelines::Timeline::SetName method +linktitle: SetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Timelines::Timeline::SetName method. Returns or sets the name of the specified Timeline in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells.timelines/timeline/setname/ +--- +## Timeline::SetName(const U16String\&) method + + +Returns or sets the name of the specified [Timeline](../). + +```cpp +void Aspose::Cells::Timelines::Timeline::SetName(const U16String &value) +``` + + +## Examples + + +```cpp +//Establecer el nombre del Timeline especificado. +if (timelineObj.GetName().IsNull()) +{ + U16String val = u"timeline name test"; + timelineObj.SetName(val); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Timeline](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) +## Timeline::SetName(const char16_t*) method + + +Returns or sets the name of the specified [Timeline](../). + +```cpp +void Aspose::Cells::Timelines::Timeline::SetName(const char16_t *value) +``` + + +## Examples + + +```cpp +//Establecer el nombre del Timeline especificado. +if (timelineObj.GetName().IsNull()) +{ + timelineObj.SetName(u"timeline name test"); +} +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Timeline](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.timelines/timeline/setselectionlevel/_index.md b/spanish/cpp/aspose.cells.timelines/timeline/setselectionlevel/_index.md new file mode 100644 index 00000000000..29d92cac191 --- /dev/null +++ b/spanish/cpp/aspose.cells.timelines/timeline/setselectionlevel/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Timelines::Timeline::SetSelectionLevel method +linktitle: SetSelectionLevel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Timelines::Timeline::SetSelectionLevel method. Gets and sets the time level at which the current selection was made for the Timeline in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.timelines/timeline/setselectionlevel/ +--- +## Timeline::SetSelectionLevel method + + +Gets and sets the time level at which the current selection was made for the [Timeline](../). + +```cpp +void Aspose::Cells::Timelines::Timeline::SetSelectionLevel(TimelineLevelType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [TimelineLevelType](../../timelineleveltype/) +* Class [Timeline](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.timelines/timeline/setshowheader/_index.md b/spanish/cpp/aspose.cells.timelines/timeline/setshowheader/_index.md new file mode 100644 index 00000000000..d2a69550cd1 --- /dev/null +++ b/spanish/cpp/aspose.cells.timelines/timeline/setshowheader/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Timelines::Timeline::SetShowHeader method +linktitle: SetShowHeader +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Timelines::Timeline::SetShowHeader method. Indicates whether to display the header in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.timelines/timeline/setshowheader/ +--- +## Timeline::SetShowHeader method + + +Indicates whether to display the header. + +```cpp +void Aspose::Cells::Timelines::Timeline::SetShowHeader(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Timeline](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.timelines/timeline/setshowhorizontalscrollbar/_index.md b/spanish/cpp/aspose.cells.timelines/timeline/setshowhorizontalscrollbar/_index.md new file mode 100644 index 00000000000..67a9b95df12 --- /dev/null +++ b/spanish/cpp/aspose.cells.timelines/timeline/setshowhorizontalscrollbar/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Timelines::Timeline::SetShowHorizontalScrollbar method +linktitle: SetShowHorizontalScrollbar +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Timelines::Timeline::SetShowHorizontalScrollbar method. Indicates whether to display the horizontal ccroll bar in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.timelines/timeline/setshowhorizontalscrollbar/ +--- +## Timeline::SetShowHorizontalScrollbar method + + +Indicates whether to display the horizontal ccroll bar. + +```cpp +void Aspose::Cells::Timelines::Timeline::SetShowHorizontalScrollbar(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Timeline](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.timelines/timeline/setshowselectionlabel/_index.md b/spanish/cpp/aspose.cells.timelines/timeline/setshowselectionlabel/_index.md new file mode 100644 index 00000000000..5f79d059fc9 --- /dev/null +++ b/spanish/cpp/aspose.cells.timelines/timeline/setshowselectionlabel/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Timelines::Timeline::SetShowSelectionLabel method +linktitle: SetShowSelectionLabel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Timelines::Timeline::SetShowSelectionLabel method. Indicates whether to display the selction label in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.timelines/timeline/setshowselectionlabel/ +--- +## Timeline::SetShowSelectionLabel method + + +Indicates whether to display the selction label. + +```cpp +void Aspose::Cells::Timelines::Timeline::SetShowSelectionLabel(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Timeline](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.timelines/timeline/setshowtimelevel/_index.md b/spanish/cpp/aspose.cells.timelines/timeline/setshowtimelevel/_index.md new file mode 100644 index 00000000000..74b787bfe2f --- /dev/null +++ b/spanish/cpp/aspose.cells.timelines/timeline/setshowtimelevel/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Timelines::Timeline::SetShowTimeLevel method +linktitle: SetShowTimeLevel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Timelines::Timeline::SetShowTimeLevel method. Indicates whether to display the time level in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.timelines/timeline/setshowtimelevel/ +--- +## Timeline::SetShowTimeLevel method + + +Indicates whether to display the time level. + +```cpp +void Aspose::Cells::Timelines::Timeline::SetShowTimeLevel(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Timeline](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.timelines/timeline/setstartdate/_index.md b/spanish/cpp/aspose.cells.timelines/timeline/setstartdate/_index.md new file mode 100644 index 00000000000..a95b23194e9 --- /dev/null +++ b/spanish/cpp/aspose.cells.timelines/timeline/setstartdate/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Timelines::Timeline::SetStartDate method +linktitle: SetStartDate +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Timelines::Timeline::SetStartDate method. Gets and sets the start date of the timespan scrolling position of this Timeline in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.timelines/timeline/setstartdate/ +--- +## Timeline::SetStartDate method + + +Gets and sets the start date of the timespan scrolling position of this [Timeline](../). + +```cpp +void Aspose::Cells::Timelines::Timeline::SetStartDate(const Date &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Timeline](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.timelines/timeline/settoppixel/_index.md b/spanish/cpp/aspose.cells.timelines/timeline/settoppixel/_index.md new file mode 100644 index 00000000000..a63d78f517e --- /dev/null +++ b/spanish/cpp/aspose.cells.timelines/timeline/settoppixel/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Timelines::Timeline::SetTopPixel method +linktitle: SetTopPixel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Timelines::Timeline::SetTopPixel method. Returns or sets the vertical offset of timeline shape from its top row, in pixels in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells.timelines/timeline/settoppixel/ +--- +## Timeline::SetTopPixel method + + +Returns or sets the vertical offset of timeline shape from its top row, in pixels. + + +>Deprecated +> +>Use Shape.Top property instead. +```cpp +void Aspose::Cells::Timelines::Timeline::SetTopPixel(int32_t value) +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use Shape.Top property. This property will be removed 12 months later since May 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Timeline](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.timelines/timeline/setwidthpixel/_index.md b/spanish/cpp/aspose.cells.timelines/timeline/setwidthpixel/_index.md new file mode 100644 index 00000000000..0e52eb9a9d8 --- /dev/null +++ b/spanish/cpp/aspose.cells.timelines/timeline/setwidthpixel/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Timelines::Timeline::SetWidthPixel method +linktitle: SetWidthPixel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Timelines::Timeline::SetWidthPixel method. Returns or sets the width of the specified timeline, in pixels in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells.timelines/timeline/setwidthpixel/ +--- +## Timeline::SetWidthPixel method + + +Returns or sets the width of the specified timeline, in pixels. + + +>Deprecated +> +>Use Shape.Width property instead. +```cpp +void Aspose::Cells::Timelines::Timeline::SetWidthPixel(int32_t value) +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use Shape.Width property. This property will be removed 12 months later since May 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Timeline](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.timelines/timeline/timeline/_index.md b/spanish/cpp/aspose.cells.timelines/timeline/timeline/_index.md new file mode 100644 index 00000000000..185f16a87c4 --- /dev/null +++ b/spanish/cpp/aspose.cells.timelines/timeline/timeline/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Timelines::Timeline::Timeline constructor +linktitle: Timeline +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Timelines::Timeline::Timeline constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.timelines/timeline/timeline/ +--- +## Timeline::Timeline(Timeline_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Timelines::Timeline::Timeline(Timeline_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Timeline](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) +## Timeline::Timeline(const Timeline\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Timelines::Timeline::Timeline(const Timeline &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Timeline](../) +* Class [Timeline](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.timelines/timeline/~timeline/_index.md b/spanish/cpp/aspose.cells.timelines/timeline/~timeline/_index.md new file mode 100644 index 00000000000..237bb7ac145 --- /dev/null +++ b/spanish/cpp/aspose.cells.timelines/timeline/~timeline/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Timelines::Timeline::~Timeline method +linktitle: ~Timeline +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Timelines::Timeline::~Timeline method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.timelines/timeline/~timeline/ +--- +## Timeline::~Timeline method + + +Destructor. + +```cpp +Aspose::Cells::Timelines::Timeline::~Timeline() +``` + +## See Also + +* Class [Timeline](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.timelines/timelinecollection/_impl/_index.md b/spanish/cpp/aspose.cells.timelines/timelinecollection/_impl/_index.md new file mode 100644 index 00000000000..243eeda6ab8 --- /dev/null +++ b/spanish/cpp/aspose.cells.timelines/timelinecollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Timelines::TimelineCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Timelines::TimelineCollection::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.timelines/timelinecollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +TimelineCollection_Impl* Aspose::Cells::Timelines::TimelineCollection::_impl +``` + +## See Also + +* Class [TimelineCollection](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.timelines/timelinecollection/_index.md b/spanish/cpp/aspose.cells.timelines/timelinecollection/_index.md new file mode 100644 index 00000000000..23392fe11cf --- /dev/null +++ b/spanish/cpp/aspose.cells.timelines/timelinecollection/_index.md @@ -0,0 +1,103 @@ +--- +title: Aspose::Cells::Timelines::TimelineCollection class +linktitle: TimelineCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Timelines::TimelineCollection class. Specifies the collection of all the Timeline objects on the worksheet. It was supported since Excel 2013 in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.timelines/timelinecollection/ +--- +## TimelineCollection class + + +Specifies the collection of all the [Timeline](../timeline/) objects on the worksheet. It was supported since Excel 2013. + +```cpp +class TimelineCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add(const PivotTable\& pivot, int32_t row, int32_t column, const U16String\& baseFieldName)](./add/) | Add a new [Timeline](../timeline/) using PivotTable as data source. | +| [Add(const PivotTable\& pivot, int32_t row, int32_t column, const char16_t* baseFieldName)](./add/) | Add a new [Timeline](../timeline/) using PivotTable as data source. | +| [Add(const PivotTable\& pivot, const U16String\& destCellName, const U16String\& baseFieldName)](./add/) | Add a new [Timeline](../timeline/) using PivotTable as data source. | +| [Add(const PivotTable\& pivot, const char16_t* destCellName, const char16_t* baseFieldName)](./add/) | Add a new [Timeline](../timeline/) using PivotTable as data source. | +| [Add(const PivotTable\& pivot, int32_t row, int32_t column, int32_t baseFieldIndex)](./add/) | Add a new [Timeline](../timeline/) using PivotTable as data source. | +| [Add(const PivotTable\& pivot, const U16String\& destCellName, int32_t baseFieldIndex)](./add/) | Add a new [Timeline](../timeline/) using PivotTable as data source. | +| [Add(const PivotTable\& pivot, const char16_t* destCellName, int32_t baseFieldIndex)](./add/) | Add a new [Timeline](../timeline/) using PivotTable as data source. | +| [Add(const PivotTable\& pivot, int32_t row, int32_t column, const PivotField\& baseField)](./add/) | Add a new [Timeline](../timeline/) using PivotTable as data source. | +| [Add(const PivotTable\& pivot, const U16String\& destCellName, const PivotField\& baseField)](./add/) | Add a new [Timeline](../timeline/) using PivotTable as data source. | +| [Add(const PivotTable\& pivot, const char16_t* destCellName, const PivotField\& baseField)](./add/) | Add a new [Timeline](../timeline/) using PivotTable as data source. | +| [Get(int32_t index)](./get/) | Gets the [Timeline](../timeline/) by index. | +| [Get(const U16String\& name)](./get/) | Gets the [Timeline](../timeline/) by [Timeline](../timeline/)'s name. | +| [Get(const char16_t* name)](./get/) | Gets the [Timeline](../timeline/) by [Timeline](../timeline/)'s name. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const TimelineCollection\& src)](./operator_asm/) | operator= | +| [TimelineCollection(TimelineCollection_Impl* impl)](./timelinecollection/) | Constructs from an implementation object. | +| [TimelineCollection(const TimelineCollection\& src)](./timelinecollection/) | Copy constructor. | +| [~TimelineCollection()](./~timelinecollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook book; +Worksheet sheet = book.GetWorksheets().Get(0); +Cells cells = sheet.GetCells(); +cells.Get(0, 0).PutValue(u"fruit"); +cells.Get(1, 0).PutValue(u"grape"); +cells.Get(2, 0).PutValue(u"blueberry"); +cells.Get(3, 0).PutValue(u"kiwi"); +cells.Get(4, 0).PutValue(u"cherry"); + +//Crear estilo de fecha +Style dateStyle = CellsFactory().CreateStyle(); +dateStyle.SetCustom(u"m/d/yyyy"); +cells.Get(0, 1).PutValue(u"date"); +cells.Get(1, 1).PutValue(Date{ 2021, 2, 5 }); +cells.Get(2, 1).PutValue(Date{ 2022, 3, 8 }); +cells.Get(3, 1).PutValue(Date{ 2023, 4, 10 }); +cells.Get(4, 1).PutValue(Date{ 2024, 5, 16 }); +//Establecer estilo de fecha +cells.Get(1, 1).SetStyle(dateStyle); +cells.Get(2, 1).SetStyle(dateStyle); +cells.Get(3, 1).SetStyle(dateStyle); +cells.Get(4, 1).SetStyle(dateStyle); + +cells.Get(0, 2).PutValue(u"amount"); +cells.Get(1, 2).PutValue(50); +cells.Get(2, 2).PutValue(60); +cells.Get(3, 2).PutValue(70); +cells.Get(4, 2).PutValue(80); + +PivotTableCollection pivots = sheet.GetPivotTables(); +//Agregar una tabla dinámica +int pivotIndex = pivots.Add(u"=Sheet1!A1:C5", u"A12", u"TestPivotTable"); +PivotTable pivot = pivots.Get(pivotIndex); +pivot.AddFieldToArea(PivotFieldType::Row, u"fruit"); +pivot.AddFieldToArea(PivotFieldType::Column, u"date"); +pivot.AddFieldToArea(PivotFieldType::Data, u"amount"); +pivot.SetPivotTableStyleType(PivotTableStyleType::PivotTableStyleMedium10); + +//Actualizar datos de la tabla dinámica +pivot.RefreshData(); +pivot.CalculateData(); + +book.Save("out.xlsx"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::Timelines](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.timelines/timelinecollection/add/_index.md b/spanish/cpp/aspose.cells.timelines/timelinecollection/add/_index.md new file mode 100644 index 00000000000..63e73eec703 --- /dev/null +++ b/spanish/cpp/aspose.cells.timelines/timelinecollection/add/_index.md @@ -0,0 +1,385 @@ +--- +title: Aspose::Cells::Timelines::TimelineCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Timelines::TimelineCollection::Add method. Add a new Timeline using PivotTable as data source in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.timelines/timelinecollection/add/ +--- +## TimelineCollection::Add(const PivotTable\&, int32_t, int32_t, const U16String\&) method + + +Add a new [Timeline](../../timeline/) using PivotTable as data source. + +```cpp +int32_t Aspose::Cells::Timelines::TimelineCollection::Add(const PivotTable &pivot, int32_t row, int32_t column, const U16String &baseFieldName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pivot | const PivotTable\& | PivotTable object | +| row | int32_t | [Row](../../../aspose.cells/row/) index of the cell in the upper-left corner of the [Timeline](../../timeline/) range. | +| column | int32_t | [Column](../../../aspose.cells/column/) index of the cell in the upper-left corner of the [Timeline](../../timeline/) range. | +| baseFieldName | const U16String\& | The name of PivotField in PivotTable.BaseFields | + +## ReturnValue + +The new add [Timeline](../../timeline/) index + + +## Examples + + +```cpp +//Agregar una nueva línea de tiempo usando la tabla dinámica como fuente de datos +U16String val = u"date"; +sheet.GetTimelines().Add(pivotTable, 10, 5, val); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../../../aspose.cells.pivot/pivottable/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [TimelineCollection](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) +## TimelineCollection::Add(const PivotTable\&, int32_t, int32_t, const char16_t*) method + + +Add a new [Timeline](../../timeline/) using PivotTable as data source. + +```cpp +int32_t Aspose::Cells::Timelines::TimelineCollection::Add(const PivotTable &pivot, int32_t row, int32_t column, const char16_t *baseFieldName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pivot | const PivotTable\& | PivotTable object | +| row | int32_t | [Row](../../../aspose.cells/row/) index of the cell in the upper-left corner of the [Timeline](../../timeline/) range. | +| column | int32_t | [Column](../../../aspose.cells/column/) index of the cell in the upper-left corner of the [Timeline](../../timeline/) range. | +| baseFieldName | const char16_t* | The name of PivotField in PivotTable.BaseFields | + +## ReturnValue + +The new add [Timeline](../../timeline/) index + + +## Examples + + +```cpp + //Agregar una nueva línea de tiempo usando la tabla dinámica como fuente de datos +sheet.GetTimelines().Add(pivotTable, 10, 5, u"date"); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../../../aspose.cells.pivot/pivottable/) +* Class [TimelineCollection](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) +## TimelineCollection::Add(const PivotTable\&, const U16String\&, const U16String\&) method + + +Add a new [Timeline](../../timeline/) using PivotTable as data source. + +```cpp +int32_t Aspose::Cells::Timelines::TimelineCollection::Add(const PivotTable &pivot, const U16String &destCellName, const U16String &baseFieldName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pivot | const PivotTable\& | PivotTable object | +| destCellName | const U16String\& | The cell name in the upper-left corner of the [Timeline](../../timeline/) range. | +| baseFieldName | const U16String\& | The name of PivotField in PivotTable.BaseFields | + +## ReturnValue + +The new add [Timeline](../../timeline/) index + + +## Examples + + +```cpp +//Agregar una nueva línea de tiempo usando la tabla dinámica como fuente de datos +U16String val1 = u"i15"; +U16String val2 = u"date"; +sheet.GetTimelines().Add(pivotTable, val1, val2); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../../../aspose.cells.pivot/pivottable/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [TimelineCollection](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) +## TimelineCollection::Add(const PivotTable\&, const char16_t*, const char16_t*) method + + +Add a new [Timeline](../../timeline/) using PivotTable as data source. + +```cpp +int32_t Aspose::Cells::Timelines::TimelineCollection::Add(const PivotTable &pivot, const char16_t *destCellName, const char16_t *baseFieldName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pivot | const PivotTable\& | PivotTable object | +| destCellName | const char16_t* | The cell name in the upper-left corner of the [Timeline](../../timeline/) range. | +| baseFieldName | const char16_t* | The name of PivotField in PivotTable.BaseFields | + +## ReturnValue + +The new add [Timeline](../../timeline/) index + + +## Examples + + +```cpp + //Agregar una nueva línea de tiempo usando la tabla dinámica como fuente de datos +sheet.GetTimelines().Add(pivotTable, u"i15", u"date"); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../../../aspose.cells.pivot/pivottable/) +* Class [TimelineCollection](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) +## TimelineCollection::Add(const PivotTable\&, int32_t, int32_t, int32_t) method + + +Add a new [Timeline](../../timeline/) using PivotTable as data source. + +```cpp +int32_t Aspose::Cells::Timelines::TimelineCollection::Add(const PivotTable &pivot, int32_t row, int32_t column, int32_t baseFieldIndex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pivot | const PivotTable\& | PivotTable object | +| row | int32_t | [Row](../../../aspose.cells/row/) index of the cell in the upper-left corner of the [Timeline](../../timeline/) range. | +| column | int32_t | [Column](../../../aspose.cells/column/) index of the cell in the upper-left corner of the [Timeline](../../timeline/) range. | +| baseFieldIndex | int32_t | The index of PivotField in PivotTable.BaseFields | + +## ReturnValue + +The new add [Timeline](../../timeline/) index + + +## Examples + + +```cpp + //Agregar una nueva línea de tiempo usando la tabla dinámica como fuente de datos +sheet.GetTimelines().Add(pivotTable, 15, 5, 1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../../../aspose.cells.pivot/pivottable/) +* Class [TimelineCollection](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) +## TimelineCollection::Add(const PivotTable\&, const U16String\&, int32_t) method + + +Add a new [Timeline](../../timeline/) using PivotTable as data source. + +```cpp +int32_t Aspose::Cells::Timelines::TimelineCollection::Add(const PivotTable &pivot, const U16String &destCellName, int32_t baseFieldIndex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pivot | const PivotTable\& | PivotTable object | +| destCellName | const U16String\& | The cell name in the upper-left corner of the [Timeline](../../timeline/) range. | +| baseFieldIndex | int32_t | The index of PivotField in PivotTable.BaseFields | + +## ReturnValue + +The new add [Timeline](../../timeline/) index + + +## Examples + + +```cpp +//Agregar una nueva línea de tiempo usando la tabla dinámica como fuente de datos +U16String val = u"i5"; +sheet.GetTimelines().Add(pivotTable, val, 1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../../../aspose.cells.pivot/pivottable/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [TimelineCollection](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) +## TimelineCollection::Add(const PivotTable\&, const char16_t*, int32_t) method + + +Add a new [Timeline](../../timeline/) using PivotTable as data source. + +```cpp +int32_t Aspose::Cells::Timelines::TimelineCollection::Add(const PivotTable &pivot, const char16_t *destCellName, int32_t baseFieldIndex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pivot | const PivotTable\& | PivotTable object | +| destCellName | const char16_t* | The cell name in the upper-left corner of the [Timeline](../../timeline/) range. | +| baseFieldIndex | int32_t | The index of PivotField in PivotTable.BaseFields | + +## ReturnValue + +The new add [Timeline](../../timeline/) index + + +## Examples + + +```cpp + //Agregar una nueva línea de tiempo usando la tabla dinámica como fuente de datos +sheet.GetTimelines().Add(pivotTable, u"i5", 1); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../../../aspose.cells.pivot/pivottable/) +* Class [TimelineCollection](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) +## TimelineCollection::Add(const PivotTable\&, int32_t, int32_t, const PivotField\&) method + + +Add a new [Timeline](../../timeline/) using PivotTable as data source. + +```cpp +int32_t Aspose::Cells::Timelines::TimelineCollection::Add(const PivotTable &pivot, int32_t row, int32_t column, const PivotField &baseField) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pivot | const PivotTable\& | PivotTable object | +| row | int32_t | [Row](../../../aspose.cells/row/) index of the cell in the upper-left corner of the [Timeline](../../timeline/) range. | +| column | int32_t | [Column](../../../aspose.cells/column/) index of the cell in the upper-left corner of the [Timeline](../../timeline/) range. | +| baseField | const PivotField\& | The PivotField in PivotTable.BaseFields | + +## ReturnValue + +The new add [Timeline](../../timeline/) index + + +## Examples + + +```cpp + //Agregar una nueva línea de tiempo usando la tabla dinámica como fuente de datos +sheet.GetTimelines().Add(pivotTable, 20, 5, pivotTable.GetBaseFields().Get(1)); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../../../aspose.cells.pivot/pivottable/) +* Class [PivotField](../../../aspose.cells.pivot/pivotfield/) +* Class [TimelineCollection](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) +## TimelineCollection::Add(const PivotTable\&, const U16String\&, const PivotField\&) method + + +Add a new [Timeline](../../timeline/) using PivotTable as data source. + +```cpp +int32_t Aspose::Cells::Timelines::TimelineCollection::Add(const PivotTable &pivot, const U16String &destCellName, const PivotField &baseField) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pivot | const PivotTable\& | PivotTable object | +| destCellName | const U16String\& | The cell name in the upper-left corner of the [Timeline](../../timeline/) range. | +| baseField | const PivotField\& | The PivotField in PivotTable.BaseFields | + +## ReturnValue + +The new add [Timeline](../../timeline/) index + + +## Examples + + +```cpp +//Agregar una nueva línea de tiempo usando la tabla dinámica como fuente de datos +U16String val = u"i10"; +sheet.GetTimelines().Add(pivotTable, val, pivotTable.GetBaseFields().Get(1)); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../../../aspose.cells.pivot/pivottable/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [PivotField](../../../aspose.cells.pivot/pivotfield/) +* Class [TimelineCollection](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) +## TimelineCollection::Add(const PivotTable\&, const char16_t*, const PivotField\&) method + + +Add a new [Timeline](../../timeline/) using PivotTable as data source. + +```cpp +int32_t Aspose::Cells::Timelines::TimelineCollection::Add(const PivotTable &pivot, const char16_t *destCellName, const PivotField &baseField) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| pivot | const PivotTable\& | PivotTable object | +| destCellName | const char16_t* | The cell name in the upper-left corner of the [Timeline](../../timeline/) range. | +| baseField | const PivotField\& | The PivotField in PivotTable.BaseFields | + +## ReturnValue + +The new add [Timeline](../../timeline/) index + + +## Examples + + +```cpp +//Agregar una nueva línea de tiempo usando la tabla dinámica como fuente de datos +sheet.GetTimelines().Add(pivotTable, u"i10", pivotTable.GetBaseFields().Get(1)); +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [PivotTable](../../../aspose.cells.pivot/pivottable/) +* Class [PivotField](../../../aspose.cells.pivot/pivotfield/) +* Class [TimelineCollection](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.timelines/timelinecollection/get/_index.md b/spanish/cpp/aspose.cells.timelines/timelinecollection/get/_index.md new file mode 100644 index 00000000000..91ea3cee69b --- /dev/null +++ b/spanish/cpp/aspose.cells.timelines/timelinecollection/get/_index.md @@ -0,0 +1,86 @@ +--- +title: Aspose::Cells::Timelines::TimelineCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Timelines::TimelineCollection::Get method. Gets the Timeline by index in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.timelines/timelinecollection/get/ +--- +## TimelineCollection::Get(int32_t) method + + +Gets the [Timeline](../../timeline/) by index. + +```cpp +Timeline Aspose::Cells::Timelines::TimelineCollection::Get(int32_t index) +``` + + +## Examples + + +```cpp +//Obtener el Timeline por índice. +Timeline objByIndex = sheet.GetTimelines().Get(0); +``` + +## See Also + +* Class [Timeline](../../timeline/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [TimelineCollection](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) +## TimelineCollection::Get(const U16String\&) method + + +Gets the [Timeline](../../timeline/) by [Timeline](../../timeline/)'s name. + +```cpp +Timeline Aspose::Cells::Timelines::TimelineCollection::Get(const U16String &name) +``` + + +## Examples + + +```cpp +//Obtener el Timeline por el nombre del Timeline. +U16String val = u"date"; +Timeline objByName = sheet.GetTimelines().Get(val); +``` + +## See Also + +* Class [Timeline](../../timeline/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [TimelineCollection](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) +## TimelineCollection::Get(const char16_t*) method + + +Gets the [Timeline](../../timeline/) by [Timeline](../../timeline/)'s name. + +```cpp +Timeline Aspose::Cells::Timelines::TimelineCollection::Get(const char16_t *name) +``` + + +## Examples + + +```cpp + //Obtener el Timeline por el nombre del Timeline. +Timeline objByName = sheet.GetTimelines().Get(u"date"); +``` + +## See Also + +* Class [Timeline](../../timeline/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [TimelineCollection](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.timelines/timelinecollection/getcount/_index.md b/spanish/cpp/aspose.cells.timelines/timelinecollection/getcount/_index.md new file mode 100644 index 00000000000..ebe86a8255f --- /dev/null +++ b/spanish/cpp/aspose.cells.timelines/timelinecollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Timelines::TimelineCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::Timelines::TimelineCollection class in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.timelines/timelinecollection/getcount/ +--- +## TimelineCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::Timelines::TimelineCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TimelineCollection](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.timelines/timelinecollection/isnull/_index.md b/spanish/cpp/aspose.cells.timelines/timelinecollection/isnull/_index.md new file mode 100644 index 00000000000..d4db5859f58 --- /dev/null +++ b/spanish/cpp/aspose.cells.timelines/timelinecollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Timelines::TimelineCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Timelines::TimelineCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.timelines/timelinecollection/isnull/ +--- +## TimelineCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Timelines::TimelineCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TimelineCollection](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.timelines/timelinecollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.timelines/timelinecollection/operator_asm/_index.md new file mode 100644 index 00000000000..a3f17716cd7 --- /dev/null +++ b/spanish/cpp/aspose.cells.timelines/timelinecollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Timelines::TimelineCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Timelines::TimelineCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.timelines/timelinecollection/operator_asm/ +--- +## TimelineCollection::operator= method + + +operator= + +```cpp +TimelineCollection & Aspose::Cells::Timelines::TimelineCollection::operator=(const TimelineCollection &src) +``` + +## See Also + +* Class [TimelineCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [TimelineCollection](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.timelines/timelinecollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.timelines/timelinecollection/operator_bool/_index.md new file mode 100644 index 00000000000..8e130a3c0fb --- /dev/null +++ b/spanish/cpp/aspose.cells.timelines/timelinecollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Timelines::TimelineCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Timelines::TimelineCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.timelines/timelinecollection/operator_bool/ +--- +## TimelineCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Timelines::TimelineCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [TimelineCollection](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.timelines/timelinecollection/timelinecollection/_index.md b/spanish/cpp/aspose.cells.timelines/timelinecollection/timelinecollection/_index.md new file mode 100644 index 00000000000..3c5b0f1b440 --- /dev/null +++ b/spanish/cpp/aspose.cells.timelines/timelinecollection/timelinecollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Timelines::TimelineCollection::TimelineCollection constructor +linktitle: TimelineCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Timelines::TimelineCollection::TimelineCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.timelines/timelinecollection/timelinecollection/ +--- +## TimelineCollection::TimelineCollection(TimelineCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Timelines::TimelineCollection::TimelineCollection(TimelineCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TimelineCollection](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) +## TimelineCollection::TimelineCollection(const TimelineCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Timelines::TimelineCollection::TimelineCollection(const TimelineCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [TimelineCollection](../) +* Class [TimelineCollection](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.timelines/timelinecollection/~timelinecollection/_index.md b/spanish/cpp/aspose.cells.timelines/timelinecollection/~timelinecollection/_index.md new file mode 100644 index 00000000000..528f0324a22 --- /dev/null +++ b/spanish/cpp/aspose.cells.timelines/timelinecollection/~timelinecollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Timelines::TimelineCollection::~TimelineCollection method +linktitle: ~TimelineCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Timelines::TimelineCollection::~TimelineCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.timelines/timelinecollection/~timelinecollection/ +--- +## TimelineCollection::~TimelineCollection method + + +Destructor. + +```cpp +Aspose::Cells::Timelines::TimelineCollection::~TimelineCollection() +``` + +## See Also + +* Class [TimelineCollection](../) +* Namespace [Aspose::Cells::Timelines](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.timelines/timelineleveltype/_index.md b/spanish/cpp/aspose.cells.timelines/timelineleveltype/_index.md new file mode 100644 index 00000000000..5ecd4ec57a1 --- /dev/null +++ b/spanish/cpp/aspose.cells.timelines/timelineleveltype/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Cells::Timelines::TimelineLevelType enum +linktitle: TimelineLevelType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Timelines::TimelineLevelType enum. Represents the level type of Timeline in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.timelines/timelineleveltype/ +--- +## TimelineLevelType enum + + +Represents the level type of [Timeline](../timeline/) + +```cpp +enum class TimelineLevelType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Year | 0 |
Year. | +| Quarter | 1 |
Quarter. | +| Month | 2 |
Month. | +| Day | 3 |
Day. | + +## See Also + +* Namespace [Aspose::Cells::Timelines](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.utility/_index.md b/spanish/cpp/aspose.cells.utility/_index.md new file mode 100644 index 00000000000..daf70c01b04 --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/_index.md @@ -0,0 +1,20 @@ +--- +title: Espacio de nombres Aspose::Cells::Utility +linktitle: Aspose::Cells::Utility +second_title: Referencia de API de Aspose.Cells para C++ +description: 'Cómo usar el espacio de nombres Aspose::Cells::Utility en C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells.utility/ +--- + + + +## Clases + +| Clase | Descripción | +| --- | --- | +| [ConversionUtility](./conversionutility/) | Representa una utilidad para convertir archivos a otros formatos. | +| [ExportRangeToJsonOptions](./exportrangetojsonoptions/) | Indica las opciones para exportar un rango a JSON. | +| [JsonLayoutOptions](./jsonlayoutoptions/) | Representa las opciones del tipo de diseño JSON. | +| [JsonUtility](./jsonutility/) | Representa la clase de utilidad para procesar JSON. | diff --git a/spanish/cpp/aspose.cells.utility/conversionutility/_impl/_index.md b/spanish/cpp/aspose.cells.utility/conversionutility/_impl/_index.md new file mode 100644 index 00000000000..11fc1e04a9c --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/conversionutility/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Utility::ConversionUtility::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::ConversionUtility::_impl field. The implementation object in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.utility/conversionutility/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ConversionUtility_Impl* Aspose::Cells::Utility::ConversionUtility::_impl +``` + +## See Also + +* Class [ConversionUtility](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.utility/conversionutility/_index.md b/spanish/cpp/aspose.cells.utility/conversionutility/_index.md new file mode 100644 index 00000000000..a9fdc326a0b --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/conversionutility/_index.md @@ -0,0 +1,41 @@ +--- +title: Aspose::Cells::Utility::ConversionUtility class +linktitle: ConversionUtility +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::ConversionUtility class. Represents utility to convert files to other formats in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.utility/conversionutility/ +--- +## ConversionUtility class + + +Represents utility to convert files to other formats. + +```cpp +class ConversionUtility +``` + +## Methods + +| Method | Description | +| --- | --- | +| [ConversionUtility(ConversionUtility_Impl* impl)](./conversionutility/) | Constructs from an implementation object. | +| [ConversionUtility(const ConversionUtility\& src)](./conversionutility/) | Copy constructor. | +| static [Convert(const U16String\& source, const U16String\& saveAs)](./convert/) | Converts Excel files to other formats. | +| static [Convert(const char16_t* source, const char16_t* saveAs)](./convert/) | Converts Excel files to other formats. | +| static [Convert(const U16String\& source, const LoadOptions\& loadOptions, const U16String\& saveAs, const SaveOptions\& saveOptions)](./convert/) | Converts Excel files to other formats. | +| static [Convert(const char16_t* source, const LoadOptions\& loadOptions, const char16_t* saveAs, const SaveOptions\& saveOptions)](./convert/) | Converts Excel files to other formats. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ConversionUtility\& src)](./operator_asm/) | operator= | +| [~ConversionUtility()](./~conversionutility/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Utility](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.utility/conversionutility/conversionutility/_index.md b/spanish/cpp/aspose.cells.utility/conversionutility/conversionutility/_index.md new file mode 100644 index 00000000000..79a6d1cc447 --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/conversionutility/conversionutility/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Utility::ConversionUtility::ConversionUtility constructor +linktitle: ConversionUtility +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::ConversionUtility::ConversionUtility constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.utility/conversionutility/conversionutility/ +--- +## ConversionUtility::ConversionUtility(ConversionUtility_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Utility::ConversionUtility::ConversionUtility(ConversionUtility_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ConversionUtility](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) +## ConversionUtility::ConversionUtility(const ConversionUtility\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Utility::ConversionUtility::ConversionUtility(const ConversionUtility &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ConversionUtility](../) +* Class [ConversionUtility](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.utility/conversionutility/convert/_index.md b/spanish/cpp/aspose.cells.utility/conversionutility/convert/_index.md new file mode 100644 index 00000000000..3dcbf4aaad3 --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/conversionutility/convert/_index.md @@ -0,0 +1,103 @@ +--- +title: Aspose::Cells::Utility::ConversionUtility::Convert method +linktitle: Convert +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::ConversionUtility::Convert method. Converts Excel files to other formats in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.utility/conversionutility/convert/ +--- +## ConversionUtility::Convert(const U16String\&, const U16String\&) method + + +Converts Excel files to other formats. + +```cpp +static void Aspose::Cells::Utility::ConversionUtility::Convert(const U16String &source, const U16String &saveAs) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| source | const U16String\& | The source file name. | +| saveAs | const U16String\& | The file name of expected file. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ConversionUtility](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) +## ConversionUtility::Convert(const char16_t*, const char16_t*) method + + +Converts Excel files to other formats. + +```cpp +static void Aspose::Cells::Utility::ConversionUtility::Convert(const char16_t *source, const char16_t *saveAs) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| source | const char16_t* | The source file name. | +| saveAs | const char16_t* | The file name of expected file. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ConversionUtility](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) +## ConversionUtility::Convert(const U16String\&, const LoadOptions\&, const U16String\&, const SaveOptions\&) method + + +Converts Excel files to other formats. + +```cpp +static void Aspose::Cells::Utility::ConversionUtility::Convert(const U16String &source, const LoadOptions &loadOptions, const U16String &saveAs, const SaveOptions &saveOptions) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| source | const U16String\& | The source file name. | +| loadOptions | const LoadOptions\& | The options of loading the source file. | +| saveAs | const U16String\& | The file name of expected file. | +| saveOptions | const SaveOptions\& | The options of saving the file. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [LoadOptions](../../../aspose.cells/loadoptions/) +* Class [SaveOptions](../../../aspose.cells/saveoptions/) +* Class [ConversionUtility](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) +## ConversionUtility::Convert(const char16_t*, const LoadOptions\&, const char16_t*, const SaveOptions\&) method + + +Converts Excel files to other formats. + +```cpp +static void Aspose::Cells::Utility::ConversionUtility::Convert(const char16_t *source, const LoadOptions &loadOptions, const char16_t *saveAs, const SaveOptions &saveOptions) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| source | const char16_t* | The source file name. | +| loadOptions | const LoadOptions\& | The options of loading the source file. | +| saveAs | const char16_t* | The file name of expected file. | +| saveOptions | const SaveOptions\& | The options of saving the file. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [LoadOptions](../../../aspose.cells/loadoptions/) +* Class [SaveOptions](../../../aspose.cells/saveoptions/) +* Class [ConversionUtility](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.utility/conversionutility/isnull/_index.md b/spanish/cpp/aspose.cells.utility/conversionutility/isnull/_index.md new file mode 100644 index 00000000000..0794d6a030c --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/conversionutility/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Utility::ConversionUtility::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::ConversionUtility::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.utility/conversionutility/isnull/ +--- +## ConversionUtility::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Utility::ConversionUtility::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ConversionUtility](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.utility/conversionutility/operator_asm/_index.md b/spanish/cpp/aspose.cells.utility/conversionutility/operator_asm/_index.md new file mode 100644 index 00000000000..4fdafbb15f6 --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/conversionutility/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Utility::ConversionUtility::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::ConversionUtility::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.utility/conversionutility/operator_asm/ +--- +## ConversionUtility::operator= method + + +operator= + +```cpp +ConversionUtility & Aspose::Cells::Utility::ConversionUtility::operator=(const ConversionUtility &src) +``` + +## See Also + +* Class [ConversionUtility](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ConversionUtility](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.utility/conversionutility/operator_bool/_index.md b/spanish/cpp/aspose.cells.utility/conversionutility/operator_bool/_index.md new file mode 100644 index 00000000000..8d71a149dbf --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/conversionutility/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Utility::ConversionUtility::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::ConversionUtility::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.utility/conversionutility/operator_bool/ +--- +## ConversionUtility::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Utility::ConversionUtility::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ConversionUtility](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.utility/conversionutility/~conversionutility/_index.md b/spanish/cpp/aspose.cells.utility/conversionutility/~conversionutility/_index.md new file mode 100644 index 00000000000..05e4e117631 --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/conversionutility/~conversionutility/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Utility::ConversionUtility::~ConversionUtility method +linktitle: ~ConversionUtility +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::ConversionUtility::~ConversionUtility method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.utility/conversionutility/~conversionutility/ +--- +## ConversionUtility::~ConversionUtility method + + +Destructor. + +```cpp +Aspose::Cells::Utility::ConversionUtility::~ConversionUtility() +``` + +## See Also + +* Class [ConversionUtility](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.utility/exportrangetojsonoptions/_impl/_index.md b/spanish/cpp/aspose.cells.utility/exportrangetojsonoptions/_impl/_index.md new file mode 100644 index 00000000000..83dc8c5f23f --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/exportrangetojsonoptions/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Utility::ExportRangeToJsonOptions::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::ExportRangeToJsonOptions::_impl field. The implementation object in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.utility/exportrangetojsonoptions/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ExportRangeToJsonOptions_Impl* Aspose::Cells::Utility::ExportRangeToJsonOptions::_impl +``` + +## See Also + +* Class [ExportRangeToJsonOptions](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.utility/exportrangetojsonoptions/_index.md b/spanish/cpp/aspose.cells.utility/exportrangetojsonoptions/_index.md new file mode 100644 index 00000000000..00b1c57bd8d --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/exportrangetojsonoptions/_index.md @@ -0,0 +1,47 @@ +--- +title: Aspose::Cells::Utility::ExportRangeToJsonOptions class +linktitle: ExportRangeToJsonOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::ExportRangeToJsonOptions class. Indicates the options that exporting range to json in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.utility/exportrangetojsonoptions/ +--- +## ExportRangeToJsonOptions class + + +Indicates the options that exporting range to json. + +```cpp +class ExportRangeToJsonOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [ExportRangeToJsonOptions()](./exportrangetojsonoptions/) | Default constructor. | +| [ExportRangeToJsonOptions(ExportRangeToJsonOptions_Impl* impl)](./exportrangetojsonoptions/) | Constructs from an implementation object. | +| [ExportRangeToJsonOptions(const ExportRangeToJsonOptions\& src)](./exportrangetojsonoptions/) | Copy constructor. | +| [GetExportAsString()](./getexportasstring/) | Exports the string value of the cells to json. | +| [GetExportEmptyCells()](./getexportemptycells/) | Indicates whether exporting empty cells as null. | +| [GetHasHeaderRow()](./gethasheaderrow/) | Indicates whether the range contains header row. | +| [GetIndent()](./getindent/) | Indicates the indent. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ExportRangeToJsonOptions\& src)](./operator_asm/) | operator= | +| [SetExportAsString(bool value)](./setexportasstring/) | Exports the string value of the cells to json. | +| [SetExportEmptyCells(bool value)](./setexportemptycells/) | Indicates whether exporting empty cells as null. | +| [SetHasHeaderRow(bool value)](./sethasheaderrow/) | Indicates whether the range contains header row. | +| [SetIndent(const U16String\& value)](./setindent/) | Indicates the indent. | +| [SetIndent(const char16_t* value)](./setindent/) | Indicates the indent. | +| [~ExportRangeToJsonOptions()](./~exportrangetojsonoptions/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Utility](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.utility/exportrangetojsonoptions/exportrangetojsonoptions/_index.md b/spanish/cpp/aspose.cells.utility/exportrangetojsonoptions/exportrangetojsonoptions/_index.md new file mode 100644 index 00000000000..6d7cf28be74 --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/exportrangetojsonoptions/exportrangetojsonoptions/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::Utility::ExportRangeToJsonOptions::ExportRangeToJsonOptions constructor +linktitle: ExportRangeToJsonOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::ExportRangeToJsonOptions::ExportRangeToJsonOptions constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.utility/exportrangetojsonoptions/exportrangetojsonoptions/ +--- +## ExportRangeToJsonOptions::ExportRangeToJsonOptions() constructor + + +Default constructor. + +```cpp +Aspose::Cells::Utility::ExportRangeToJsonOptions::ExportRangeToJsonOptions() +``` + +## See Also + +* Class [ExportRangeToJsonOptions](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) +## ExportRangeToJsonOptions::ExportRangeToJsonOptions(ExportRangeToJsonOptions_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Utility::ExportRangeToJsonOptions::ExportRangeToJsonOptions(ExportRangeToJsonOptions_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExportRangeToJsonOptions](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) +## ExportRangeToJsonOptions::ExportRangeToJsonOptions(const ExportRangeToJsonOptions\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Utility::ExportRangeToJsonOptions::ExportRangeToJsonOptions(const ExportRangeToJsonOptions &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExportRangeToJsonOptions](../) +* Class [ExportRangeToJsonOptions](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.utility/exportrangetojsonoptions/getexportasstring/_index.md b/spanish/cpp/aspose.cells.utility/exportrangetojsonoptions/getexportasstring/_index.md new file mode 100644 index 00000000000..0686fe46e09 --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/exportrangetojsonoptions/getexportasstring/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Utility::ExportRangeToJsonOptions::GetExportAsString method +linktitle: GetExportAsString +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::ExportRangeToJsonOptions::GetExportAsString method. Exports the string value of the cells to json in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.utility/exportrangetojsonoptions/getexportasstring/ +--- +## ExportRangeToJsonOptions::GetExportAsString method + + +Exports the string value of the cells to json. + +```cpp +bool Aspose::Cells::Utility::ExportRangeToJsonOptions::GetExportAsString() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExportRangeToJsonOptions](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.utility/exportrangetojsonoptions/getexportemptycells/_index.md b/spanish/cpp/aspose.cells.utility/exportrangetojsonoptions/getexportemptycells/_index.md new file mode 100644 index 00000000000..e0db0cd0fe4 --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/exportrangetojsonoptions/getexportemptycells/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Utility::ExportRangeToJsonOptions::GetExportEmptyCells method +linktitle: GetExportEmptyCells +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::ExportRangeToJsonOptions::GetExportEmptyCells method. Indicates whether exporting empty cells as null in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.utility/exportrangetojsonoptions/getexportemptycells/ +--- +## ExportRangeToJsonOptions::GetExportEmptyCells method + + +Indicates whether exporting empty cells as null. + +```cpp +bool Aspose::Cells::Utility::ExportRangeToJsonOptions::GetExportEmptyCells() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExportRangeToJsonOptions](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.utility/exportrangetojsonoptions/gethasheaderrow/_index.md b/spanish/cpp/aspose.cells.utility/exportrangetojsonoptions/gethasheaderrow/_index.md new file mode 100644 index 00000000000..7e6bc6043ab --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/exportrangetojsonoptions/gethasheaderrow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Utility::ExportRangeToJsonOptions::GetHasHeaderRow method +linktitle: GetHasHeaderRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::ExportRangeToJsonOptions::GetHasHeaderRow method. Indicates whether the range contains header row in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.utility/exportrangetojsonoptions/gethasheaderrow/ +--- +## ExportRangeToJsonOptions::GetHasHeaderRow method + + +Indicates whether the range contains header row. + +```cpp +bool Aspose::Cells::Utility::ExportRangeToJsonOptions::GetHasHeaderRow() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExportRangeToJsonOptions](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.utility/exportrangetojsonoptions/getindent/_index.md b/spanish/cpp/aspose.cells.utility/exportrangetojsonoptions/getindent/_index.md new file mode 100644 index 00000000000..8f7d414822a --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/exportrangetojsonoptions/getindent/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Utility::ExportRangeToJsonOptions::GetIndent method +linktitle: GetIndent +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::ExportRangeToJsonOptions::GetIndent method. Indicates the indent in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.utility/exportrangetojsonoptions/getindent/ +--- +## ExportRangeToJsonOptions::GetIndent method + + +Indicates the indent. + +```cpp +U16String Aspose::Cells::Utility::ExportRangeToJsonOptions::GetIndent() +``` + +## Remarks + + +If the indent is null or empty, the exported json is not formatted. +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ExportRangeToJsonOptions](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.utility/exportrangetojsonoptions/isnull/_index.md b/spanish/cpp/aspose.cells.utility/exportrangetojsonoptions/isnull/_index.md new file mode 100644 index 00000000000..093e9cdc97e --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/exportrangetojsonoptions/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Utility::ExportRangeToJsonOptions::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::ExportRangeToJsonOptions::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.utility/exportrangetojsonoptions/isnull/ +--- +## ExportRangeToJsonOptions::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Utility::ExportRangeToJsonOptions::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExportRangeToJsonOptions](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.utility/exportrangetojsonoptions/operator_asm/_index.md b/spanish/cpp/aspose.cells.utility/exportrangetojsonoptions/operator_asm/_index.md new file mode 100644 index 00000000000..929fcfa33cb --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/exportrangetojsonoptions/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Utility::ExportRangeToJsonOptions::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::ExportRangeToJsonOptions::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.utility/exportrangetojsonoptions/operator_asm/ +--- +## ExportRangeToJsonOptions::operator= method + + +operator= + +```cpp +ExportRangeToJsonOptions & Aspose::Cells::Utility::ExportRangeToJsonOptions::operator=(const ExportRangeToJsonOptions &src) +``` + +## See Also + +* Class [ExportRangeToJsonOptions](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExportRangeToJsonOptions](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.utility/exportrangetojsonoptions/operator_bool/_index.md b/spanish/cpp/aspose.cells.utility/exportrangetojsonoptions/operator_bool/_index.md new file mode 100644 index 00000000000..5cff5618479 --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/exportrangetojsonoptions/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Utility::ExportRangeToJsonOptions::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::ExportRangeToJsonOptions::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.utility/exportrangetojsonoptions/operator_bool/ +--- +## ExportRangeToJsonOptions::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Utility::ExportRangeToJsonOptions::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ExportRangeToJsonOptions](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.utility/exportrangetojsonoptions/setexportasstring/_index.md b/spanish/cpp/aspose.cells.utility/exportrangetojsonoptions/setexportasstring/_index.md new file mode 100644 index 00000000000..e2febdd346b --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/exportrangetojsonoptions/setexportasstring/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Utility::ExportRangeToJsonOptions::SetExportAsString method +linktitle: SetExportAsString +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::ExportRangeToJsonOptions::SetExportAsString method. Exports the string value of the cells to json in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.utility/exportrangetojsonoptions/setexportasstring/ +--- +## ExportRangeToJsonOptions::SetExportAsString method + + +Exports the string value of the cells to json. + +```cpp +void Aspose::Cells::Utility::ExportRangeToJsonOptions::SetExportAsString(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExportRangeToJsonOptions](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.utility/exportrangetojsonoptions/setexportemptycells/_index.md b/spanish/cpp/aspose.cells.utility/exportrangetojsonoptions/setexportemptycells/_index.md new file mode 100644 index 00000000000..650b4a35be1 --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/exportrangetojsonoptions/setexportemptycells/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Utility::ExportRangeToJsonOptions::SetExportEmptyCells method +linktitle: SetExportEmptyCells +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::ExportRangeToJsonOptions::SetExportEmptyCells method. Indicates whether exporting empty cells as null in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.utility/exportrangetojsonoptions/setexportemptycells/ +--- +## ExportRangeToJsonOptions::SetExportEmptyCells method + + +Indicates whether exporting empty cells as null. + +```cpp +void Aspose::Cells::Utility::ExportRangeToJsonOptions::SetExportEmptyCells(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExportRangeToJsonOptions](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.utility/exportrangetojsonoptions/sethasheaderrow/_index.md b/spanish/cpp/aspose.cells.utility/exportrangetojsonoptions/sethasheaderrow/_index.md new file mode 100644 index 00000000000..3cbbd6f457e --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/exportrangetojsonoptions/sethasheaderrow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Utility::ExportRangeToJsonOptions::SetHasHeaderRow method +linktitle: SetHasHeaderRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::ExportRangeToJsonOptions::SetHasHeaderRow method. Indicates whether the range contains header row in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.utility/exportrangetojsonoptions/sethasheaderrow/ +--- +## ExportRangeToJsonOptions::SetHasHeaderRow method + + +Indicates whether the range contains header row. + +```cpp +void Aspose::Cells::Utility::ExportRangeToJsonOptions::SetHasHeaderRow(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExportRangeToJsonOptions](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.utility/exportrangetojsonoptions/setindent/_index.md b/spanish/cpp/aspose.cells.utility/exportrangetojsonoptions/setindent/_index.md new file mode 100644 index 00000000000..82d6b4aa085 --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/exportrangetojsonoptions/setindent/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::Utility::ExportRangeToJsonOptions::SetIndent method +linktitle: SetIndent +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::ExportRangeToJsonOptions::SetIndent method. Indicates the indent in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.utility/exportrangetojsonoptions/setindent/ +--- +## ExportRangeToJsonOptions::SetIndent(const U16String\&) method + + +Indicates the indent. + +```cpp +void Aspose::Cells::Utility::ExportRangeToJsonOptions::SetIndent(const U16String &value) +``` + +## Remarks + + +If the indent is null or empty, the exported json is not formatted. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [ExportRangeToJsonOptions](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) +## ExportRangeToJsonOptions::SetIndent(const char16_t*) method + + +Indicates the indent. + +```cpp +void Aspose::Cells::Utility::ExportRangeToJsonOptions::SetIndent(const char16_t *value) +``` + +## Remarks + + +If the indent is null or empty, the exported json is not formatted. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [ExportRangeToJsonOptions](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.utility/exportrangetojsonoptions/~exportrangetojsonoptions/_index.md b/spanish/cpp/aspose.cells.utility/exportrangetojsonoptions/~exportrangetojsonoptions/_index.md new file mode 100644 index 00000000000..5b504efac18 --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/exportrangetojsonoptions/~exportrangetojsonoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Utility::ExportRangeToJsonOptions::~ExportRangeToJsonOptions method +linktitle: ~ExportRangeToJsonOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::ExportRangeToJsonOptions::~ExportRangeToJsonOptions method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.utility/exportrangetojsonoptions/~exportrangetojsonoptions/ +--- +## ExportRangeToJsonOptions::~ExportRangeToJsonOptions method + + +Destructor. + +```cpp +Aspose::Cells::Utility::ExportRangeToJsonOptions::~ExportRangeToJsonOptions() +``` + +## See Also + +* Class [ExportRangeToJsonOptions](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/_impl/_index.md b/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/_impl/_index.md new file mode 100644 index 00000000000..eb25a2b1ee6 --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Utility::JsonLayoutOptions::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::JsonLayoutOptions::_impl field. The implementation object in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells.utility/jsonlayoutoptions/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +JsonLayoutOptions_Impl* Aspose::Cells::Utility::JsonLayoutOptions::_impl +``` + +## See Also + +* Class [JsonLayoutOptions](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/_index.md b/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/_index.md new file mode 100644 index 00000000000..4a42ea014e7 --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Utility::JsonLayoutOptions class +linktitle: JsonLayoutOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::JsonLayoutOptions class. Represents the options of json layout type in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.utility/jsonlayoutoptions/ +--- +## JsonLayoutOptions class + + +Represents the options of json layout type. + +```cpp +class JsonLayoutOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Get_DateFormat()](./get_dateformat/) | Gets and sets the format of date value. | +| [Get_NumberFormat()](./get_numberformat/) | Gets and sets the format of numeric value. | +| [GetArrayAsTable()](./getarrayastable/) | Processes Array as table. | +| [GetConvertNumericOrDate()](./getconvertnumericordate/) | Indicates whether converting the string in json to numeric or date value. | +| [GetIgnoreNull()](./getignorenull/) | Indicates whether ignoring null value. | +| [GetIgnoreTitle()](./getignoretitle/) | Ingores titles of attributes. | +| [GetKeptSchema()](./getkeptschema/) | Indicates whether keeping schema of this json. | +| [GetTitleStyle()](./gettitlestyle/) | Gets and sets the style of the title. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [JsonLayoutOptions()](./jsonlayoutoptions/) | Constructor of loading JSON layout options. | +| [JsonLayoutOptions(JsonLayoutOptions_Impl* impl)](./jsonlayoutoptions/) | Constructs from an implementation object. | +| [JsonLayoutOptions(const JsonLayoutOptions\& src)](./jsonlayoutoptions/) | Copy constructor. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const JsonLayoutOptions\& src)](./operator_asm/) | operator= | +| [SetArrayAsTable(bool value)](./setarrayastable/) | Processes Array as table. | +| [SetConvertNumericOrDate(bool value)](./setconvertnumericordate/) | Indicates whether converting the string in json to numeric or date value. | +| [SetDateFormat(const U16String\& value)](./setdateformat/) | Gets and sets the format of date value. | +| [SetDateFormat(const char16_t* value)](./setdateformat/) | Gets and sets the format of date value. | +| [SetIgnoreNull(bool value)](./setignorenull/) | Indicates whether ignoring null value. | +| [SetIgnoreTitle(bool value)](./setignoretitle/) | Ingores titles of attributes. | +| [SetKeptSchema(bool value)](./setkeptschema/) | Indicates whether keeping schema of this json. | +| [SetNumberFormat(const U16String\& value)](./setnumberformat/) | Gets and sets the format of numeric value. | +| [SetNumberFormat(const char16_t* value)](./setnumberformat/) | Gets and sets the format of numeric value. | +| [SetTitleStyle(const Style\& value)](./settitlestyle/) | Gets and sets the style of the title. | +| [~JsonLayoutOptions()](./~jsonlayoutoptions/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Utility](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/get_dateformat/_index.md b/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/get_dateformat/_index.md new file mode 100644 index 00000000000..eda70e433c5 --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/get_dateformat/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Utility::JsonLayoutOptions::Get_DateFormat method +linktitle: Get_DateFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::JsonLayoutOptions::Get_DateFormat method. Gets and sets the format of date value in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.utility/jsonlayoutoptions/get_dateformat/ +--- +## JsonLayoutOptions::Get_DateFormat method + + +Gets and sets the format of date value. + +```cpp +U16String Aspose::Cells::Utility::JsonLayoutOptions::Get_DateFormat() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [JsonLayoutOptions](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/get_numberformat/_index.md b/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/get_numberformat/_index.md new file mode 100644 index 00000000000..9e4eb4b7854 --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/get_numberformat/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Utility::JsonLayoutOptions::Get_NumberFormat method +linktitle: Get_NumberFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::JsonLayoutOptions::Get_NumberFormat method. Gets and sets the format of numeric value in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.utility/jsonlayoutoptions/get_numberformat/ +--- +## JsonLayoutOptions::Get_NumberFormat method + + +Gets and sets the format of numeric value. + +```cpp +U16String Aspose::Cells::Utility::JsonLayoutOptions::Get_NumberFormat() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [JsonLayoutOptions](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/getarrayastable/_index.md b/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/getarrayastable/_index.md new file mode 100644 index 00000000000..d0a65840fa8 --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/getarrayastable/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Utility::JsonLayoutOptions::GetArrayAsTable method +linktitle: GetArrayAsTable +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::JsonLayoutOptions::GetArrayAsTable method. Processes Array as table in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.utility/jsonlayoutoptions/getarrayastable/ +--- +## JsonLayoutOptions::GetArrayAsTable method + + +Processes Array as table. + +```cpp +bool Aspose::Cells::Utility::JsonLayoutOptions::GetArrayAsTable() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [JsonLayoutOptions](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/getconvertnumericordate/_index.md b/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/getconvertnumericordate/_index.md new file mode 100644 index 00000000000..26506305924 --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/getconvertnumericordate/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Utility::JsonLayoutOptions::GetConvertNumericOrDate method +linktitle: GetConvertNumericOrDate +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::JsonLayoutOptions::GetConvertNumericOrDate method. Indicates whether converting the string in json to numeric or date value in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.utility/jsonlayoutoptions/getconvertnumericordate/ +--- +## JsonLayoutOptions::GetConvertNumericOrDate method + + +Indicates whether converting the string in json to numeric or date value. + +```cpp +bool Aspose::Cells::Utility::JsonLayoutOptions::GetConvertNumericOrDate() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [JsonLayoutOptions](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/getignorenull/_index.md b/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/getignorenull/_index.md new file mode 100644 index 00000000000..fd1bd859b75 --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/getignorenull/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Utility::JsonLayoutOptions::GetIgnoreNull method +linktitle: GetIgnoreNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::JsonLayoutOptions::GetIgnoreNull method. Indicates whether ignoring null value in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.utility/jsonlayoutoptions/getignorenull/ +--- +## JsonLayoutOptions::GetIgnoreNull method + + +Indicates whether ignoring null value. + +```cpp +bool Aspose::Cells::Utility::JsonLayoutOptions::GetIgnoreNull() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [JsonLayoutOptions](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/getignoretitle/_index.md b/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/getignoretitle/_index.md new file mode 100644 index 00000000000..a34236ea883 --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/getignoretitle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Utility::JsonLayoutOptions::GetIgnoreTitle method +linktitle: GetIgnoreTitle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::JsonLayoutOptions::GetIgnoreTitle method. Ingores titles of attributes in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.utility/jsonlayoutoptions/getignoretitle/ +--- +## JsonLayoutOptions::GetIgnoreTitle method + + +Ingores titles of attributes. + +```cpp +bool Aspose::Cells::Utility::JsonLayoutOptions::GetIgnoreTitle() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [JsonLayoutOptions](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/getkeptschema/_index.md b/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/getkeptschema/_index.md new file mode 100644 index 00000000000..f09cce17d79 --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/getkeptschema/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Utility::JsonLayoutOptions::GetKeptSchema method +linktitle: GetKeptSchema +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::JsonLayoutOptions::GetKeptSchema method. Indicates whether keeping schema of this json in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.utility/jsonlayoutoptions/getkeptschema/ +--- +## JsonLayoutOptions::GetKeptSchema method + + +Indicates whether keeping schema of this json. + +```cpp +bool Aspose::Cells::Utility::JsonLayoutOptions::GetKeptSchema() +``` + +## Remarks + + +Sometimes we will save the file to JSON after loading JSON file. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [JsonLayoutOptions](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/gettitlestyle/_index.md b/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/gettitlestyle/_index.md new file mode 100644 index 00000000000..64cb55b248a --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/gettitlestyle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Utility::JsonLayoutOptions::GetTitleStyle method +linktitle: GetTitleStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::JsonLayoutOptions::GetTitleStyle method. Gets and sets the style of the title in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.utility/jsonlayoutoptions/gettitlestyle/ +--- +## JsonLayoutOptions::GetTitleStyle method + + +Gets and sets the style of the title. + +```cpp +Style Aspose::Cells::Utility::JsonLayoutOptions::GetTitleStyle() +``` + +## See Also + +* Class [Style](../../../aspose.cells/style/) +* Class [JsonLayoutOptions](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/isnull/_index.md b/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/isnull/_index.md new file mode 100644 index 00000000000..dc509110dae --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Utility::JsonLayoutOptions::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::JsonLayoutOptions::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.utility/jsonlayoutoptions/isnull/ +--- +## JsonLayoutOptions::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Utility::JsonLayoutOptions::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [JsonLayoutOptions](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/jsonlayoutoptions/_index.md b/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/jsonlayoutoptions/_index.md new file mode 100644 index 00000000000..b6dad348a1e --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/jsonlayoutoptions/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::Utility::JsonLayoutOptions::JsonLayoutOptions constructor +linktitle: JsonLayoutOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::JsonLayoutOptions::JsonLayoutOptions constructor. Constructor of loading JSON layout options in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.utility/jsonlayoutoptions/jsonlayoutoptions/ +--- +## JsonLayoutOptions::JsonLayoutOptions() constructor + + +Constructor of loading JSON layout options. + +```cpp +Aspose::Cells::Utility::JsonLayoutOptions::JsonLayoutOptions() +``` + +## See Also + +* Class [JsonLayoutOptions](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) +## JsonLayoutOptions::JsonLayoutOptions(JsonLayoutOptions_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Utility::JsonLayoutOptions::JsonLayoutOptions(JsonLayoutOptions_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [JsonLayoutOptions](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) +## JsonLayoutOptions::JsonLayoutOptions(const JsonLayoutOptions\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Utility::JsonLayoutOptions::JsonLayoutOptions(const JsonLayoutOptions &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [JsonLayoutOptions](../) +* Class [JsonLayoutOptions](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/operator_asm/_index.md b/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/operator_asm/_index.md new file mode 100644 index 00000000000..aab0100385b --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Utility::JsonLayoutOptions::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::JsonLayoutOptions::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.utility/jsonlayoutoptions/operator_asm/ +--- +## JsonLayoutOptions::operator= method + + +operator= + +```cpp +JsonLayoutOptions & Aspose::Cells::Utility::JsonLayoutOptions::operator=(const JsonLayoutOptions &src) +``` + +## See Also + +* Class [JsonLayoutOptions](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [JsonLayoutOptions](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/operator_bool/_index.md b/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/operator_bool/_index.md new file mode 100644 index 00000000000..4c52a556e40 --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Utility::JsonLayoutOptions::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::JsonLayoutOptions::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.utility/jsonlayoutoptions/operator_bool/ +--- +## JsonLayoutOptions::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Utility::JsonLayoutOptions::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [JsonLayoutOptions](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/setarrayastable/_index.md b/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/setarrayastable/_index.md new file mode 100644 index 00000000000..e719a1674d7 --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/setarrayastable/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Utility::JsonLayoutOptions::SetArrayAsTable method +linktitle: SetArrayAsTable +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::JsonLayoutOptions::SetArrayAsTable method. Processes Array as table in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.utility/jsonlayoutoptions/setarrayastable/ +--- +## JsonLayoutOptions::SetArrayAsTable method + + +Processes Array as table. + +```cpp +void Aspose::Cells::Utility::JsonLayoutOptions::SetArrayAsTable(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [JsonLayoutOptions](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/setconvertnumericordate/_index.md b/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/setconvertnumericordate/_index.md new file mode 100644 index 00000000000..210522db16c --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/setconvertnumericordate/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Utility::JsonLayoutOptions::SetConvertNumericOrDate method +linktitle: SetConvertNumericOrDate +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::JsonLayoutOptions::SetConvertNumericOrDate method. Indicates whether converting the string in json to numeric or date value in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.utility/jsonlayoutoptions/setconvertnumericordate/ +--- +## JsonLayoutOptions::SetConvertNumericOrDate method + + +Indicates whether converting the string in json to numeric or date value. + +```cpp +void Aspose::Cells::Utility::JsonLayoutOptions::SetConvertNumericOrDate(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [JsonLayoutOptions](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/setdateformat/_index.md b/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/setdateformat/_index.md new file mode 100644 index 00000000000..e8a82b2b488 --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/setdateformat/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Utility::JsonLayoutOptions::SetDateFormat method +linktitle: SetDateFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::JsonLayoutOptions::SetDateFormat method. Gets and sets the format of date value in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.utility/jsonlayoutoptions/setdateformat/ +--- +## JsonLayoutOptions::SetDateFormat(const U16String\&) method + + +Gets and sets the format of date value. + +```cpp +void Aspose::Cells::Utility::JsonLayoutOptions::SetDateFormat(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [JsonLayoutOptions](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) +## JsonLayoutOptions::SetDateFormat(const char16_t*) method + + +Gets and sets the format of date value. + +```cpp +void Aspose::Cells::Utility::JsonLayoutOptions::SetDateFormat(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [JsonLayoutOptions](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/setignorenull/_index.md b/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/setignorenull/_index.md new file mode 100644 index 00000000000..e0e82cef8e7 --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/setignorenull/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Utility::JsonLayoutOptions::SetIgnoreNull method +linktitle: SetIgnoreNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::JsonLayoutOptions::SetIgnoreNull method. Indicates whether ignoring null value in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.utility/jsonlayoutoptions/setignorenull/ +--- +## JsonLayoutOptions::SetIgnoreNull method + + +Indicates whether ignoring null value. + +```cpp +void Aspose::Cells::Utility::JsonLayoutOptions::SetIgnoreNull(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [JsonLayoutOptions](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/setignoretitle/_index.md b/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/setignoretitle/_index.md new file mode 100644 index 00000000000..f6bb16655e6 --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/setignoretitle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Utility::JsonLayoutOptions::SetIgnoreTitle method +linktitle: SetIgnoreTitle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::JsonLayoutOptions::SetIgnoreTitle method. Ingores titles of attributes in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.utility/jsonlayoutoptions/setignoretitle/ +--- +## JsonLayoutOptions::SetIgnoreTitle method + + +Ingores titles of attributes. + +```cpp +void Aspose::Cells::Utility::JsonLayoutOptions::SetIgnoreTitle(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [JsonLayoutOptions](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/setkeptschema/_index.md b/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/setkeptschema/_index.md new file mode 100644 index 00000000000..09448e3818f --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/setkeptschema/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Utility::JsonLayoutOptions::SetKeptSchema method +linktitle: SetKeptSchema +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::JsonLayoutOptions::SetKeptSchema method. Indicates whether keeping schema of this json in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.utility/jsonlayoutoptions/setkeptschema/ +--- +## JsonLayoutOptions::SetKeptSchema method + + +Indicates whether keeping schema of this json. + +```cpp +void Aspose::Cells::Utility::JsonLayoutOptions::SetKeptSchema(bool value) +``` + +## Remarks + + +Sometimes we will save the file to JSON after loading JSON file. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [JsonLayoutOptions](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/setnumberformat/_index.md b/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/setnumberformat/_index.md new file mode 100644 index 00000000000..cd5c01c8d87 --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/setnumberformat/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Utility::JsonLayoutOptions::SetNumberFormat method +linktitle: SetNumberFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::JsonLayoutOptions::SetNumberFormat method. Gets and sets the format of numeric value in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.utility/jsonlayoutoptions/setnumberformat/ +--- +## JsonLayoutOptions::SetNumberFormat(const U16String\&) method + + +Gets and sets the format of numeric value. + +```cpp +void Aspose::Cells::Utility::JsonLayoutOptions::SetNumberFormat(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [JsonLayoutOptions](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) +## JsonLayoutOptions::SetNumberFormat(const char16_t*) method + + +Gets and sets the format of numeric value. + +```cpp +void Aspose::Cells::Utility::JsonLayoutOptions::SetNumberFormat(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [JsonLayoutOptions](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/settitlestyle/_index.md b/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/settitlestyle/_index.md new file mode 100644 index 00000000000..66a291b039d --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/settitlestyle/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Utility::JsonLayoutOptions::SetTitleStyle method +linktitle: SetTitleStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::JsonLayoutOptions::SetTitleStyle method. Gets and sets the style of the title in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.utility/jsonlayoutoptions/settitlestyle/ +--- +## JsonLayoutOptions::SetTitleStyle method + + +Gets and sets the style of the title. + +```cpp +void Aspose::Cells::Utility::JsonLayoutOptions::SetTitleStyle(const Style &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Style](../../../aspose.cells/style/) +* Class [JsonLayoutOptions](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/~jsonlayoutoptions/_index.md b/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/~jsonlayoutoptions/_index.md new file mode 100644 index 00000000000..1c83290425f --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/jsonlayoutoptions/~jsonlayoutoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Utility::JsonLayoutOptions::~JsonLayoutOptions method +linktitle: ~JsonLayoutOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::JsonLayoutOptions::~JsonLayoutOptions method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.utility/jsonlayoutoptions/~jsonlayoutoptions/ +--- +## JsonLayoutOptions::~JsonLayoutOptions method + + +Destructor. + +```cpp +Aspose::Cells::Utility::JsonLayoutOptions::~JsonLayoutOptions() +``` + +## See Also + +* Class [JsonLayoutOptions](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.utility/jsonutility/_impl/_index.md b/spanish/cpp/aspose.cells.utility/jsonutility/_impl/_index.md new file mode 100644 index 00000000000..7981b8474cd --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/jsonutility/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Utility::JsonUtility::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::JsonUtility::_impl field. The implementation object in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.utility/jsonutility/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +JsonUtility_Impl* Aspose::Cells::Utility::JsonUtility::_impl +``` + +## See Also + +* Class [JsonUtility](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.utility/jsonutility/_index.md b/spanish/cpp/aspose.cells.utility/jsonutility/_index.md new file mode 100644 index 00000000000..2d8e00297d1 --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/jsonutility/_index.md @@ -0,0 +1,41 @@ +--- +title: Aspose::Cells::Utility::JsonUtility class +linktitle: JsonUtility +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::JsonUtility class. Represents the utility class of processing json in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.utility/jsonutility/ +--- +## JsonUtility class + + +Represents the utility class of processing json. + +```cpp +class JsonUtility +``` + +## Methods + +| Method | Description | +| --- | --- | +| static [ExportRangeToJson(const Range\& range, const JsonSaveOptions\& options)](./exportrangetojson/) | Exporting the range to json file. | +| static [ImportData(const U16String\& json, const Cells\& cells, int32_t row, int32_t column, const JsonLayoutOptions\& option)](./importdata/) | Import the json string. | +| static [ImportData(const char16_t* json, const Cells\& cells, int32_t row, int32_t column, const JsonLayoutOptions\& option)](./importdata/) | Import the json string. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [JsonUtility()](./jsonutility/) | Default constructor. | +| [JsonUtility(JsonUtility_Impl* impl)](./jsonutility/) | Constructs from an implementation object. | +| [JsonUtility(const JsonUtility\& src)](./jsonutility/) | Copy constructor. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const JsonUtility\& src)](./operator_asm/) | operator= | +| [~JsonUtility()](./~jsonutility/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::Utility](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.utility/jsonutility/exportrangetojson/_index.md b/spanish/cpp/aspose.cells.utility/jsonutility/exportrangetojson/_index.md new file mode 100644 index 00000000000..bc90893a779 --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/jsonutility/exportrangetojson/_index.md @@ -0,0 +1,37 @@ +--- +title: Aspose::Cells::Utility::JsonUtility::ExportRangeToJson method +linktitle: ExportRangeToJson +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::JsonUtility::ExportRangeToJson method. Exporting the range to json file in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.utility/jsonutility/exportrangetojson/ +--- +## JsonUtility::ExportRangeToJson method + + +Exporting the range to json file. + +```cpp +static U16String Aspose::Cells::Utility::JsonUtility::ExportRangeToJson(const Range &range, const JsonSaveOptions &options) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| range | const Range\& | The range. | +| options | const JsonSaveOptions\& | The options of exporting. | + +## ReturnValue + +The json string value. + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [Range](../../../aspose.cells/range/) +* Class [JsonSaveOptions](../../../aspose.cells/jsonsaveoptions/) +* Class [JsonUtility](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.utility/jsonutility/importdata/_index.md b/spanish/cpp/aspose.cells.utility/jsonutility/importdata/_index.md new file mode 100644 index 00000000000..bc447a4e29e --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/jsonutility/importdata/_index.md @@ -0,0 +1,70 @@ +--- +title: Aspose::Cells::Utility::JsonUtility::ImportData method +linktitle: ImportData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::JsonUtility::ImportData method. Import the json string in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.utility/jsonutility/importdata/ +--- +## JsonUtility::ImportData(const U16String\&, const Cells\&, int32_t, int32_t, const JsonLayoutOptions\&) method + + +Import the json string. + +```cpp +static Vector Aspose::Cells::Utility::JsonUtility::ImportData(const U16String &json, const Cells &cells, int32_t row, int32_t column, const JsonLayoutOptions &option) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| json | const U16String\& | The json string. | +| cells | const Cells\& | The [Cells](../../../aspose.cells/cells/). | +| row | int32_t | The row index. | +| column | int32_t | The column index. | +| option | const JsonLayoutOptions\& | The options of import json string. | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [Cells](../../../aspose.cells/cells/) +* Class [JsonLayoutOptions](../../jsonlayoutoptions/) +* Class [JsonUtility](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) +## JsonUtility::ImportData(const char16_t*, const Cells\&, int32_t, int32_t, const JsonLayoutOptions\&) method + + +Import the json string. + +```cpp +static Vector Aspose::Cells::Utility::JsonUtility::ImportData(const char16_t *json, const Cells &cells, int32_t row, int32_t column, const JsonLayoutOptions &option) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| json | const char16_t* | The json string. | +| cells | const Cells\& | The [Cells](../../../aspose.cells/cells/). | +| row | int32_t | The row index. | +| column | int32_t | The column index. | +| option | const JsonLayoutOptions\& | The options of import json string. | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Cells](../../../aspose.cells/cells/) +* Class [JsonLayoutOptions](../../jsonlayoutoptions/) +* Class [JsonUtility](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.utility/jsonutility/isnull/_index.md b/spanish/cpp/aspose.cells.utility/jsonutility/isnull/_index.md new file mode 100644 index 00000000000..b30d44d0161 --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/jsonutility/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Utility::JsonUtility::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::JsonUtility::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.utility/jsonutility/isnull/ +--- +## JsonUtility::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Utility::JsonUtility::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [JsonUtility](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.utility/jsonutility/jsonutility/_index.md b/spanish/cpp/aspose.cells.utility/jsonutility/jsonutility/_index.md new file mode 100644 index 00000000000..ca385d59011 --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/jsonutility/jsonutility/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::Utility::JsonUtility::JsonUtility constructor +linktitle: JsonUtility +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::JsonUtility::JsonUtility constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.utility/jsonutility/jsonutility/ +--- +## JsonUtility::JsonUtility() constructor + + +Default constructor. + +```cpp +Aspose::Cells::Utility::JsonUtility::JsonUtility() +``` + +## See Also + +* Class [JsonUtility](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) +## JsonUtility::JsonUtility(JsonUtility_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Utility::JsonUtility::JsonUtility(JsonUtility_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [JsonUtility](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) +## JsonUtility::JsonUtility(const JsonUtility\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Utility::JsonUtility::JsonUtility(const JsonUtility &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [JsonUtility](../) +* Class [JsonUtility](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.utility/jsonutility/operator_asm/_index.md b/spanish/cpp/aspose.cells.utility/jsonutility/operator_asm/_index.md new file mode 100644 index 00000000000..af6e316c884 --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/jsonutility/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Utility::JsonUtility::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::JsonUtility::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.utility/jsonutility/operator_asm/ +--- +## JsonUtility::operator= method + + +operator= + +```cpp +JsonUtility & Aspose::Cells::Utility::JsonUtility::operator=(const JsonUtility &src) +``` + +## See Also + +* Class [JsonUtility](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [JsonUtility](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.utility/jsonutility/operator_bool/_index.md b/spanish/cpp/aspose.cells.utility/jsonutility/operator_bool/_index.md new file mode 100644 index 00000000000..ba658f24b17 --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/jsonutility/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Utility::JsonUtility::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::JsonUtility::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.utility/jsonutility/operator_bool/ +--- +## JsonUtility::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Utility::JsonUtility::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [JsonUtility](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.utility/jsonutility/~jsonutility/_index.md b/spanish/cpp/aspose.cells.utility/jsonutility/~jsonutility/_index.md new file mode 100644 index 00000000000..227d3415189 --- /dev/null +++ b/spanish/cpp/aspose.cells.utility/jsonutility/~jsonutility/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Utility::JsonUtility::~JsonUtility method +linktitle: ~JsonUtility +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Utility::JsonUtility::~JsonUtility method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.utility/jsonutility/~jsonutility/ +--- +## JsonUtility::~JsonUtility method + + +Destructor. + +```cpp +Aspose::Cells::Utility::JsonUtility::~JsonUtility() +``` + +## See Also + +* Class [JsonUtility](../) +* Namespace [Aspose::Cells::Utility](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/_index.md b/spanish/cpp/aspose.cells.vba/_index.md new file mode 100644 index 00000000000..7496ee07adc --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Cells::Vba espacio de nombres +linktitle: Aspose::Cells::Vba +second_title: Referencia de API de Aspose.Cells para C++ +description: 'Cómo usar el espacio de nombres Aspose::Cells::Vba en C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells.vba/ +--- + + + +## Clases + +| Clase | Descripción | +| --- | --- | +| [VbaModule](./vbamodule/) | Representa el módulo en el proyecto VBA. | +| [VbaModuleCollection](./vbamodulecollection/) | Representa la lista de [VbaModule](./vbamodule/) | +| [VbaProject](./vbaproject/) | Representa el proyecto VBA. | +| [VbaProjectReference](./vbaprojectreference/) | Representa la referencia del proyecto VBA. | +| [VbaProjectReferenceCollection](./vbaprojectreferencecollection/) | Representa todas las referencias del proyecto VBA. | +## Enums + +| Enumeración | Descripción | +| --- | --- | +| [VbaModuleType](./vbamoduletype/) | Representa el tipo de módulo VBA. | +| [VbaProjectReferenceType](./vbaprojectreferencetype/) | Representa el tipo de referencia del proyecto VBA. | diff --git a/spanish/cpp/aspose.cells.vba/vbamodule/_impl/_index.md b/spanish/cpp/aspose.cells.vba/vbamodule/_impl/_index.md new file mode 100644 index 00000000000..1b5862f6688 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbamodule/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Vba::VbaModule::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaModule::_impl field. The implementation object in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.vba/vbamodule/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +VbaModule_Impl* Aspose::Cells::Vba::VbaModule::_impl +``` + +## See Also + +* Class [VbaModule](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbamodule/_index.md b/spanish/cpp/aspose.cells.vba/vbamodule/_index.md new file mode 100644 index 00000000000..25800d29c9b --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbamodule/_index.md @@ -0,0 +1,67 @@ +--- +title: Aspose::Cells::Vba::VbaModule class +linktitle: VbaModule +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaModule class. Represents the module in VBA project in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.vba/vbamodule/ +--- +## VbaModule class + + +Represents the module in VBA project. + +```cpp +class VbaModule +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetBinaryCodes()](./getbinarycodes/) | Gets and sets the binary codes of module. | +| [GetCodes()](./getcodes/) | Gets and sets the codes of module. | +| [GetName()](./getname/) | Gets and sets the name of Module. | +| [GetType()](./gettype/) | Gets the type of module. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const VbaModule\& src)](./operator_asm/) | operator= | +| [SetCodes(const U16String\& value)](./setcodes/) | Gets and sets the codes of module. | +| [SetCodes(const char16_t* value)](./setcodes/) | Gets and sets the codes of module. | +| [SetName(const U16String\& value)](./setname/) | Gets and sets the name of Module. | +| [SetName(const char16_t* value)](./setname/) | Gets and sets the name of Module. | +| [VbaModule(VbaModule_Impl* impl)](./vbamodule/) | Constructs from an implementation object. | +| [VbaModule(const VbaModule\& src)](./vbamodule/) | Copy constructor. | +| [~VbaModule()](./~vbamodule/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; +// Inicializar proyecto VBA. +VbaProject vbaProject = workbook.GetVbaProject(); +// Agregar un nuevo módulo. +int index = vbaProject.GetModules().Add(VbaModuleType::Class, u"test"); +// Obtener módulo VBA +VbaModule vbaModule = vbaProject.GetModules().Get(index); +// Establecer códigos +vbaModule.SetCodes(u"Sub ShowMessage()\r\nMsgBox \"Welcome to Aspose!\"\r\nEnd Sub"); +//Guardando el archivo Excel +workbook.Save(u"book1.xlsm"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::Vba](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.vba/vbamodule/getbinarycodes/_index.md b/spanish/cpp/aspose.cells.vba/vbamodule/getbinarycodes/_index.md new file mode 100644 index 00000000000..cc83ab2bfe6 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbamodule/getbinarycodes/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Vba::VbaModule::GetBinaryCodes method +linktitle: GetBinaryCodes +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaModule::GetBinaryCodes method. Gets and sets the binary codes of module in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.vba/vbamodule/getbinarycodes/ +--- +## VbaModule::GetBinaryCodes method + + +Gets and sets the binary codes of module. + +```cpp +Vector Aspose::Cells::Vba::VbaModule::GetBinaryCodes() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [VbaModule](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbamodule/getcodes/_index.md b/spanish/cpp/aspose.cells.vba/vbamodule/getcodes/_index.md new file mode 100644 index 00000000000..045dfe6f9ea --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbamodule/getcodes/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Vba::VbaModule::GetCodes method +linktitle: GetCodes +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaModule::GetCodes method. Gets and sets the codes of module in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.vba/vbamodule/getcodes/ +--- +## VbaModule::GetCodes method + + +Gets and sets the codes of module. + +```cpp +U16String Aspose::Cells::Vba::VbaModule::GetCodes() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [VbaModule](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbamodule/getname/_index.md b/spanish/cpp/aspose.cells.vba/vbamodule/getname/_index.md new file mode 100644 index 00000000000..0372f8c2601 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbamodule/getname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Vba::VbaModule::GetName method +linktitle: GetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaModule::GetName method. Gets and sets the name of Module in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.vba/vbamodule/getname/ +--- +## VbaModule::GetName method + + +Gets and sets the name of Module. + +```cpp +U16String Aspose::Cells::Vba::VbaModule::GetName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [VbaModule](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbamodule/gettype/_index.md b/spanish/cpp/aspose.cells.vba/vbamodule/gettype/_index.md new file mode 100644 index 00000000000..dcc36730024 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbamodule/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Vba::VbaModule::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaModule::GetType method. Gets the type of module in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.vba/vbamodule/gettype/ +--- +## VbaModule::GetType method + + +Gets the type of module. + +```cpp +VbaModuleType Aspose::Cells::Vba::VbaModule::GetType() +``` + +## See Also + +* Enum [VbaModuleType](../../vbamoduletype/) +* Class [VbaModule](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbamodule/isnull/_index.md b/spanish/cpp/aspose.cells.vba/vbamodule/isnull/_index.md new file mode 100644 index 00000000000..c89461cd6ae --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbamodule/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Vba::VbaModule::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaModule::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.vba/vbamodule/isnull/ +--- +## VbaModule::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Vba::VbaModule::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [VbaModule](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbamodule/operator_asm/_index.md b/spanish/cpp/aspose.cells.vba/vbamodule/operator_asm/_index.md new file mode 100644 index 00000000000..97601b3c34a --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbamodule/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Vba::VbaModule::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaModule::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.vba/vbamodule/operator_asm/ +--- +## VbaModule::operator= method + + +operator= + +```cpp +VbaModule & Aspose::Cells::Vba::VbaModule::operator=(const VbaModule &src) +``` + +## See Also + +* Class [VbaModule](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [VbaModule](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbamodule/operator_bool/_index.md b/spanish/cpp/aspose.cells.vba/vbamodule/operator_bool/_index.md new file mode 100644 index 00000000000..9ef805ab22c --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbamodule/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Vba::VbaModule::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaModule::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.vba/vbamodule/operator_bool/ +--- +## VbaModule::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Vba::VbaModule::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [VbaModule](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbamodule/setcodes/_index.md b/spanish/cpp/aspose.cells.vba/vbamodule/setcodes/_index.md new file mode 100644 index 00000000000..3c211cc6e5b --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbamodule/setcodes/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Vba::VbaModule::SetCodes method +linktitle: SetCodes +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaModule::SetCodes method. Gets and sets the codes of module in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.vba/vbamodule/setcodes/ +--- +## VbaModule::SetCodes(const U16String\&) method + + +Gets and sets the codes of module. + +```cpp +void Aspose::Cells::Vba::VbaModule::SetCodes(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [VbaModule](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) +## VbaModule::SetCodes(const char16_t*) method + + +Gets and sets the codes of module. + +```cpp +void Aspose::Cells::Vba::VbaModule::SetCodes(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [VbaModule](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbamodule/setname/_index.md b/spanish/cpp/aspose.cells.vba/vbamodule/setname/_index.md new file mode 100644 index 00000000000..8e67a3b81d3 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbamodule/setname/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Vba::VbaModule::SetName method +linktitle: SetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaModule::SetName method. Gets and sets the name of Module in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.vba/vbamodule/setname/ +--- +## VbaModule::SetName(const U16String\&) method + + +Gets and sets the name of Module. + +```cpp +void Aspose::Cells::Vba::VbaModule::SetName(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [VbaModule](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) +## VbaModule::SetName(const char16_t*) method + + +Gets and sets the name of Module. + +```cpp +void Aspose::Cells::Vba::VbaModule::SetName(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [VbaModule](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbamodule/vbamodule/_index.md b/spanish/cpp/aspose.cells.vba/vbamodule/vbamodule/_index.md new file mode 100644 index 00000000000..82b6b94cf26 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbamodule/vbamodule/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Vba::VbaModule::VbaModule constructor +linktitle: VbaModule +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaModule::VbaModule constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.vba/vbamodule/vbamodule/ +--- +## VbaModule::VbaModule(VbaModule_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Vba::VbaModule::VbaModule(VbaModule_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [VbaModule](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) +## VbaModule::VbaModule(const VbaModule\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Vba::VbaModule::VbaModule(const VbaModule &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [VbaModule](../) +* Class [VbaModule](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbamodule/~vbamodule/_index.md b/spanish/cpp/aspose.cells.vba/vbamodule/~vbamodule/_index.md new file mode 100644 index 00000000000..2dbaddb3cac --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbamodule/~vbamodule/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Vba::VbaModule::~VbaModule method +linktitle: ~VbaModule +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaModule::~VbaModule method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.vba/vbamodule/~vbamodule/ +--- +## VbaModule::~VbaModule method + + +Destructor. + +```cpp +Aspose::Cells::Vba::VbaModule::~VbaModule() +``` + +## See Also + +* Class [VbaModule](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbamodulecollection/_impl/_index.md b/spanish/cpp/aspose.cells.vba/vbamodulecollection/_impl/_index.md new file mode 100644 index 00000000000..f501d6c307f --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbamodulecollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Vba::VbaModuleCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaModuleCollection::_impl field. The implementation object in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.vba/vbamodulecollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +VbaModuleCollection_Impl* Aspose::Cells::Vba::VbaModuleCollection::_impl +``` + +## See Also + +* Class [VbaModuleCollection](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbamodulecollection/_index.md b/spanish/cpp/aspose.cells.vba/vbamodulecollection/_index.md new file mode 100644 index 00000000000..61b375197dc --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbamodulecollection/_index.md @@ -0,0 +1,71 @@ +--- +title: Aspose::Cells::Vba::VbaModuleCollection class +linktitle: VbaModuleCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaModuleCollection class. Represents the list of VbaModule in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.vba/vbamodulecollection/ +--- +## VbaModuleCollection class + + +Represents the list of [VbaModule](../vbamodule/) + +```cpp +class VbaModuleCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add(const Worksheet\& sheet)](./add/) | Adds module for a worksheet. | +| [Add(VbaModuleType type, const U16String\& name)](./add/) | Adds module. | +| [Add(VbaModuleType type, const char16_t* name)](./add/) | Adds module. | +| [AddDesignerStorage(const U16String\& name, const Vector \\& data)](./adddesignerstorage/) | | +| [AddDesignerStorage(const char16_t* name, const Vector \\& data)](./adddesignerstorage/) | | +| [AddUserForm(const U16String\& name, const U16String\& codes, const Vector \\& designerStorage)](./adduserform/) | Inser user form into VBA Project. | +| [AddUserForm(const char16_t* name, const char16_t* codes, const Vector \\& designerStorage)](./adduserform/) | Inser user form into VBA Project. | +| [Get(int32_t index)](./get/) | Gets [VbaModule](../vbamodule/) in the list by the index. | +| [Get(const U16String\& name)](./get/) | Gets [VbaModule](../vbamodule/) in the list by the name. | +| [Get(const char16_t* name)](./get/) | Gets [VbaModule](../vbamodule/) in the list by the name. | +| [GetCount()](./getcount/) | | +| [GetDesignerStorage(const U16String\& name)](./getdesignerstorage/) | Represents the data of Designer. | +| [GetDesignerStorage(const char16_t* name)](./getdesignerstorage/) | Represents the data of Designer. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const VbaModuleCollection\& src)](./operator_asm/) | operator= | +| [Remove(const Worksheet\& sheet)](./remove/) | Removes module for a worksheet. | +| [Remove(const U16String\& name)](./remove/) | Remove the module by the name. | +| [Remove(const char16_t* name)](./remove/) | Remove the module by the name. | +| [VbaModuleCollection(VbaModuleCollection_Impl* impl)](./vbamodulecollection/) | Constructs from an implementation object. | +| [VbaModuleCollection(const VbaModuleCollection\& src)](./vbamodulecollection/) | Copy constructor. | +| [~VbaModuleCollection()](./~vbamodulecollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; +// Inicializar proyecto VBA. +VbaProject vbaProject = workbook.GetVbaProject(); +// Agregar un nuevo módulo. +vbaProject.GetModules().Add(VbaModuleType::Class, u"test"); +//Guardando el archivo Excel +workbook.Save(u"book1.xlsm"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::Vba](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.vba/vbamodulecollection/add/_index.md b/spanish/cpp/aspose.cells.vba/vbamodulecollection/add/_index.md new file mode 100644 index 00000000000..4c928aea4c2 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbamodulecollection/add/_index.md @@ -0,0 +1,87 @@ +--- +title: Aspose::Cells::Vba::VbaModuleCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaModuleCollection::Add method. Adds module for a worksheet in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.vba/vbamodulecollection/add/ +--- +## VbaModuleCollection::Add(const Worksheet\&) method + + +Adds module for a worksheet. + +```cpp +int32_t Aspose::Cells::Vba::VbaModuleCollection::Add(const Worksheet &sheet) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sheet | const Worksheet\& | The worksheet | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Worksheet](../../../aspose.cells/worksheet/) +* Class [VbaModuleCollection](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) +## VbaModuleCollection::Add(VbaModuleType, const U16String\&) method + + +Adds module. + +```cpp +int32_t Aspose::Cells::Vba::VbaModuleCollection::Add(VbaModuleType type, const U16String &name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| type | VbaModuleType | The type of module. | +| name | const U16String\& | The name of module. | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [VbaModuleType](../../vbamoduletype/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [VbaModuleCollection](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) +## VbaModuleCollection::Add(VbaModuleType, const char16_t*) method + + +Adds module. + +```cpp +int32_t Aspose::Cells::Vba::VbaModuleCollection::Add(VbaModuleType type, const char16_t *name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| type | VbaModuleType | The type of module. | +| name | const char16_t* | The name of module. | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [VbaModuleType](../../vbamoduletype/) +* Class [VbaModuleCollection](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbamodulecollection/adddesignerstorage/_index.md b/spanish/cpp/aspose.cells.vba/vbamodulecollection/adddesignerstorage/_index.md new file mode 100644 index 00000000000..c65f7a8751d --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbamodulecollection/adddesignerstorage/_index.md @@ -0,0 +1,52 @@ +--- +title: Aspose::Cells::Vba::VbaModuleCollection::AddDesignerStorage method +linktitle: AddDesignerStorage +second_title: Aspose.Cells for C++ API Reference +description: 'How to use AddDesignerStorage method of Aspose::Cells::Vba::VbaModuleCollection class in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.vba/vbamodulecollection/adddesignerstorage/ +--- +## VbaModuleCollection::AddDesignerStorage(const U16String\&, const Vector \\&) method + + + + +```cpp +void Aspose::Cells::Vba::VbaModuleCollection::AddDesignerStorage(const U16String &name, const Vector &data) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const U16String\& | | +| data | const Vector \\& | | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [VbaModuleCollection](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) +## VbaModuleCollection::AddDesignerStorage(const char16_t*, const Vector \\&) method + + + + +```cpp +void Aspose::Cells::Vba::VbaModuleCollection::AddDesignerStorage(const char16_t *name, const Vector &data) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const char16_t* | | +| data | const Vector \\& | | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [VbaModuleCollection](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbamodulecollection/adduserform/_index.md b/spanish/cpp/aspose.cells.vba/vbamodulecollection/adduserform/_index.md new file mode 100644 index 00000000000..b25792d36a7 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbamodulecollection/adduserform/_index.md @@ -0,0 +1,62 @@ +--- +title: Aspose::Cells::Vba::VbaModuleCollection::AddUserForm method +linktitle: AddUserForm +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaModuleCollection::AddUserForm method. Inser user form into VBA Project in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.vba/vbamodulecollection/adduserform/ +--- +## VbaModuleCollection::AddUserForm(const U16String\&, const U16String\&, const Vector \\&) method + + +Inser user form into VBA Project. + +```cpp +int32_t Aspose::Cells::Vba::VbaModuleCollection::AddUserForm(const U16String &name, const U16String &codes, const Vector &designerStorage) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const U16String\& | The name of user form | +| codes | const U16String\& | The codes for the user form | +| designerStorage | const Vector \\& | the designer setting about the user form | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [VbaModuleCollection](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) +## VbaModuleCollection::AddUserForm(const char16_t*, const char16_t*, const Vector \\&) method + + +Inser user form into VBA Project. + +```cpp +int32_t Aspose::Cells::Vba::VbaModuleCollection::AddUserForm(const char16_t *name, const char16_t *codes, const Vector &designerStorage) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const char16_t* | The name of user form | +| codes | const char16_t* | The codes for the user form | +| designerStorage | const Vector \\& | the designer setting about the user form | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [VbaModuleCollection](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbamodulecollection/get/_index.md b/spanish/cpp/aspose.cells.vba/vbamodulecollection/get/_index.md new file mode 100644 index 00000000000..a923512d3d3 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbamodulecollection/get/_index.md @@ -0,0 +1,85 @@ +--- +title: Aspose::Cells::Vba::VbaModuleCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaModuleCollection::Get method. Gets VbaModule in the list by the index in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.vba/vbamodulecollection/get/ +--- +## VbaModuleCollection::Get(int32_t) method + + +Gets [VbaModule](../../vbamodule/) in the list by the index. + +```cpp +VbaModule Aspose::Cells::Vba::VbaModuleCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The index. | + +## ReturnValue + + + +## See Also + +* Class [VbaModule](../../vbamodule/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [VbaModuleCollection](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) +## VbaModuleCollection::Get(const U16String\&) method + + +Gets [VbaModule](../../vbamodule/) in the list by the name. + +```cpp +VbaModule Aspose::Cells::Vba::VbaModuleCollection::Get(const U16String &name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const U16String\& | The name of module. | + +## ReturnValue + + + +## See Also + +* Class [VbaModule](../../vbamodule/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [VbaModuleCollection](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) +## VbaModuleCollection::Get(const char16_t*) method + + +Gets [VbaModule](../../vbamodule/) in the list by the name. + +```cpp +VbaModule Aspose::Cells::Vba::VbaModuleCollection::Get(const char16_t *name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const char16_t* | The name of module. | + +## ReturnValue + + + +## See Also + +* Class [VbaModule](../../vbamodule/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [VbaModuleCollection](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbamodulecollection/getcount/_index.md b/spanish/cpp/aspose.cells.vba/vbamodulecollection/getcount/_index.md new file mode 100644 index 00000000000..0ed94be2a2a --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbamodulecollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Vba::VbaModuleCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::Vba::VbaModuleCollection class in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.vba/vbamodulecollection/getcount/ +--- +## VbaModuleCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::Vba::VbaModuleCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [VbaModuleCollection](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbamodulecollection/getdesignerstorage/_index.md b/spanish/cpp/aspose.cells.vba/vbamodulecollection/getdesignerstorage/_index.md new file mode 100644 index 00000000000..62edc0479db --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbamodulecollection/getdesignerstorage/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::Vba::VbaModuleCollection::GetDesignerStorage method +linktitle: GetDesignerStorage +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaModuleCollection::GetDesignerStorage method. Represents the data of Designer in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.vba/vbamodulecollection/getdesignerstorage/ +--- +## VbaModuleCollection::GetDesignerStorage(const U16String\&) method + + +Represents the data of Designer. + +```cpp +Vector Aspose::Cells::Vba::VbaModuleCollection::GetDesignerStorage(const U16String &name) +``` + +## Remarks + + +We do not support to parse them. Just only for copying. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [VbaModuleCollection](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) +## VbaModuleCollection::GetDesignerStorage(const char16_t*) method + + +Represents the data of Designer. + +```cpp +Vector Aspose::Cells::Vba::VbaModuleCollection::GetDesignerStorage(const char16_t *name) +``` + +## Remarks + + +We do not support to parse them. Just only for copying. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [VbaModuleCollection](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbamodulecollection/isnull/_index.md b/spanish/cpp/aspose.cells.vba/vbamodulecollection/isnull/_index.md new file mode 100644 index 00000000000..564cce3ef9c --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbamodulecollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Vba::VbaModuleCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaModuleCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.vba/vbamodulecollection/isnull/ +--- +## VbaModuleCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Vba::VbaModuleCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [VbaModuleCollection](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbamodulecollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.vba/vbamodulecollection/operator_asm/_index.md new file mode 100644 index 00000000000..886265401f1 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbamodulecollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Vba::VbaModuleCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaModuleCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.vba/vbamodulecollection/operator_asm/ +--- +## VbaModuleCollection::operator= method + + +operator= + +```cpp +VbaModuleCollection & Aspose::Cells::Vba::VbaModuleCollection::operator=(const VbaModuleCollection &src) +``` + +## See Also + +* Class [VbaModuleCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [VbaModuleCollection](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbamodulecollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.vba/vbamodulecollection/operator_bool/_index.md new file mode 100644 index 00000000000..28ccb9704b0 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbamodulecollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Vba::VbaModuleCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaModuleCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.vba/vbamodulecollection/operator_bool/ +--- +## VbaModuleCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Vba::VbaModuleCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [VbaModuleCollection](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbamodulecollection/remove/_index.md b/spanish/cpp/aspose.cells.vba/vbamodulecollection/remove/_index.md new file mode 100644 index 00000000000..8cfcf8657e8 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbamodulecollection/remove/_index.md @@ -0,0 +1,75 @@ +--- +title: Aspose::Cells::Vba::VbaModuleCollection::Remove method +linktitle: Remove +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaModuleCollection::Remove method. Removes module for a worksheet in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.vba/vbamodulecollection/remove/ +--- +## VbaModuleCollection::Remove(const Worksheet\&) method + + +Removes module for a worksheet. + +```cpp +void Aspose::Cells::Vba::VbaModuleCollection::Remove(const Worksheet &sheet) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sheet | const Worksheet\& | The worksheet | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [Worksheet](../../../aspose.cells/worksheet/) +* Class [VbaModuleCollection](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) +## VbaModuleCollection::Remove(const U16String\&) method + + +Remove the module by the name. + +```cpp +void Aspose::Cells::Vba::VbaModuleCollection::Remove(const U16String &name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const U16String\& | | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [VbaModuleCollection](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) +## VbaModuleCollection::Remove(const char16_t*) method + + +Remove the module by the name. + +```cpp +void Aspose::Cells::Vba::VbaModuleCollection::Remove(const char16_t *name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const char16_t* | | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [VbaModuleCollection](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbamodulecollection/vbamodulecollection/_index.md b/spanish/cpp/aspose.cells.vba/vbamodulecollection/vbamodulecollection/_index.md new file mode 100644 index 00000000000..cdd6faeb7f4 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbamodulecollection/vbamodulecollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Vba::VbaModuleCollection::VbaModuleCollection constructor +linktitle: VbaModuleCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaModuleCollection::VbaModuleCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.vba/vbamodulecollection/vbamodulecollection/ +--- +## VbaModuleCollection::VbaModuleCollection(VbaModuleCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Vba::VbaModuleCollection::VbaModuleCollection(VbaModuleCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [VbaModuleCollection](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) +## VbaModuleCollection::VbaModuleCollection(const VbaModuleCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Vba::VbaModuleCollection::VbaModuleCollection(const VbaModuleCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [VbaModuleCollection](../) +* Class [VbaModuleCollection](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbamodulecollection/~vbamodulecollection/_index.md b/spanish/cpp/aspose.cells.vba/vbamodulecollection/~vbamodulecollection/_index.md new file mode 100644 index 00000000000..80377d4dadd --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbamodulecollection/~vbamodulecollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Vba::VbaModuleCollection::~VbaModuleCollection method +linktitle: ~VbaModuleCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaModuleCollection::~VbaModuleCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.vba/vbamodulecollection/~vbamodulecollection/ +--- +## VbaModuleCollection::~VbaModuleCollection method + + +Destructor. + +```cpp +Aspose::Cells::Vba::VbaModuleCollection::~VbaModuleCollection() +``` + +## See Also + +* Class [VbaModuleCollection](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbamoduletype/_index.md b/spanish/cpp/aspose.cells.vba/vbamoduletype/_index.md new file mode 100644 index 00000000000..35bcf978b6e --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbamoduletype/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Cells::Vba::VbaModuleType enum +linktitle: VbaModuleType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaModuleType enum. Represents the type of VBA module in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.vba/vbamoduletype/ +--- +## VbaModuleType enum + + +Represents the type of VBA module. + +```cpp +enum class VbaModuleType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Procedural | 0 |
Represents a procedural module. | +| Document | 1 |
Represents a document module. | +| Class | 2 |
Represents a class module. | +| Designer | 3 |
Represents a designer module. | + +## See Also + +* Namespace [Aspose::Cells::Vba](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaproject/_impl/_index.md b/spanish/cpp/aspose.cells.vba/vbaproject/_impl/_index.md new file mode 100644 index 00000000000..326a6c2c6e5 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaproject/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Vba::VbaProject::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProject::_impl field. The implementation object in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells.vba/vbaproject/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +VbaProject_Impl* Aspose::Cells::Vba::VbaProject::_impl +``` + +## See Also + +* Class [VbaProject](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaproject/_index.md b/spanish/cpp/aspose.cells.vba/vbaproject/_index.md new file mode 100644 index 00000000000..4939f79b9a9 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaproject/_index.md @@ -0,0 +1,71 @@ +--- +title: Aspose::Cells::Vba::VbaProject class +linktitle: VbaProject +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProject class. Represents the VBA project in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.vba/vbaproject/ +--- +## VbaProject class + + +Represents the VBA project. + +```cpp +class VbaProject +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Copy(const VbaProject\& source)](./copy/) | Copy VBA project from other file. | +| [GetCertRawData()](./getcertrawdata/) | Gets certificate raw data if this VBA project is signed. | +| [GetEncoding()](./getencoding/) | Gets and sets the encoding of VBA project. | +| [GetIslockedForViewing()](./getislockedforviewing/) | Indicates whether this VBA project is locked for viewing. | +| [GetModules()](./getmodules/) | Gets all [VbaModule](../vbamodule/) objects. | +| [GetName()](./getname/) | Gets and sets the name of the VBA project. | +| [GetReferences()](./getreferences/) | Gets all references of VBA project. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsProtected()](./isprotected/) | Indicates whether this VBA project is protected. | +| [IsSigned()](./issigned/) | Indicates whether VBAcode is signed or not. | +| [IsValidSigned()](./isvalidsigned/) | Indicates whether the signature of VBA project is valid or not. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const VbaProject\& src)](./operator_asm/) | operator= | +| [Protect(bool islockedForViewing, const U16String\& password)](./protect/) | Protects or unprotects this VBA project. | +| [Protect(bool islockedForViewing, const char16_t* password)](./protect/) | Protects or unprotects this VBA project. | +| [SetEncoding(EncodingType value)](./setencoding/) | Gets and sets the encoding of VBA project. | +| [SetName(const U16String\& value)](./setname/) | Gets and sets the name of the VBA project. | +| [SetName(const char16_t* value)](./setname/) | Gets and sets the name of the VBA project. | +| [Sign(const DigitalSignature\& digitalSignature)](./sign/) | Sign this VBA project by a DigitalSignature. | +| [ValidatePassword(const U16String\& password)](./validatepassword/) | Validates protection password. | +| [ValidatePassword(const char16_t* password)](./validatepassword/) | Validates protection password. | +| [VbaProject(VbaProject_Impl* impl)](./vbaproject/) | Constructs from an implementation object. | +| [VbaProject(const VbaProject\& src)](./vbaproject/) | Copy constructor. | +| [~VbaProject()](./~vbaproject/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; +// Inicializar proyecto VBA. +VbaProject vbaProject = workbook.GetVbaProject(); +//Guardando el archivo Excel +workbook.Save(u"book1.xlsm"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::Vba](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaproject/copy/_index.md b/spanish/cpp/aspose.cells.vba/vbaproject/copy/_index.md new file mode 100644 index 00000000000..1da037010c3 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaproject/copy/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Vba::VbaProject::Copy method +linktitle: Copy +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProject::Copy method. Copy VBA project from other file in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.vba/vbaproject/copy/ +--- +## VbaProject::Copy method + + +Copy VBA project from other file. + +```cpp +void Aspose::Cells::Vba::VbaProject::Copy(const VbaProject &source) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| source | const VbaProject\& | | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [VbaProject](../) +* Class [VbaProject](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaproject/getcertrawdata/_index.md b/spanish/cpp/aspose.cells.vba/vbaproject/getcertrawdata/_index.md new file mode 100644 index 00000000000..7fb4e2ca7ea --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaproject/getcertrawdata/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Vba::VbaProject::GetCertRawData method +linktitle: GetCertRawData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProject::GetCertRawData method. Gets certificate raw data if this VBA project is signed in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.vba/vbaproject/getcertrawdata/ +--- +## VbaProject::GetCertRawData method + + +Gets certificate raw data if this VBA project is signed. + +```cpp +Vector Aspose::Cells::Vba::VbaProject::GetCertRawData() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [VbaProject](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaproject/getencoding/_index.md b/spanish/cpp/aspose.cells.vba/vbaproject/getencoding/_index.md new file mode 100644 index 00000000000..02b33f7c24d --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaproject/getencoding/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Vba::VbaProject::GetEncoding method +linktitle: GetEncoding +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProject::GetEncoding method. Gets and sets the encoding of VBA project in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.vba/vbaproject/getencoding/ +--- +## VbaProject::GetEncoding method + + +Gets and sets the encoding of VBA project. + +```cpp +EncodingType Aspose::Cells::Vba::VbaProject::GetEncoding() +``` + +## See Also + +* Enum [EncodingType](../../../aspose.cells/encodingtype/) +* Class [VbaProject](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaproject/getislockedforviewing/_index.md b/spanish/cpp/aspose.cells.vba/vbaproject/getislockedforviewing/_index.md new file mode 100644 index 00000000000..88a988f6700 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaproject/getislockedforviewing/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Vba::VbaProject::GetIslockedForViewing method +linktitle: GetIslockedForViewing +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProject::GetIslockedForViewing method. Indicates whether this VBA project is locked for viewing in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.vba/vbaproject/getislockedforviewing/ +--- +## VbaProject::GetIslockedForViewing method + + +Indicates whether this VBA project is locked for viewing. + +```cpp +bool Aspose::Cells::Vba::VbaProject::GetIslockedForViewing() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [VbaProject](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaproject/getmodules/_index.md b/spanish/cpp/aspose.cells.vba/vbaproject/getmodules/_index.md new file mode 100644 index 00000000000..5d04350503c --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaproject/getmodules/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Vba::VbaProject::GetModules method +linktitle: GetModules +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProject::GetModules method. Gets all VbaModule objects in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.vba/vbaproject/getmodules/ +--- +## VbaProject::GetModules method + + +Gets all [VbaModule](../../vbamodule/) objects. + +```cpp +VbaModuleCollection Aspose::Cells::Vba::VbaProject::GetModules() +``` + +## See Also + +* Class [VbaModuleCollection](../../vbamodulecollection/) +* Class [VbaProject](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaproject/getname/_index.md b/spanish/cpp/aspose.cells.vba/vbaproject/getname/_index.md new file mode 100644 index 00000000000..87c73020b46 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaproject/getname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Vba::VbaProject::GetName method +linktitle: GetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProject::GetName method. Gets and sets the name of the VBA project in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.vba/vbaproject/getname/ +--- +## VbaProject::GetName method + + +Gets and sets the name of the VBA project. + +```cpp +U16String Aspose::Cells::Vba::VbaProject::GetName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [VbaProject](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaproject/getreferences/_index.md b/spanish/cpp/aspose.cells.vba/vbaproject/getreferences/_index.md new file mode 100644 index 00000000000..6eb548f2af1 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaproject/getreferences/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Vba::VbaProject::GetReferences method +linktitle: GetReferences +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProject::GetReferences method. Gets all references of VBA project in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells.vba/vbaproject/getreferences/ +--- +## VbaProject::GetReferences method + + +Gets all references of VBA project. + +```cpp +VbaProjectReferenceCollection Aspose::Cells::Vba::VbaProject::GetReferences() +``` + +## See Also + +* Class [VbaProjectReferenceCollection](../../vbaprojectreferencecollection/) +* Class [VbaProject](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaproject/isnull/_index.md b/spanish/cpp/aspose.cells.vba/vbaproject/isnull/_index.md new file mode 100644 index 00000000000..1387999d0d4 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaproject/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Vba::VbaProject::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProject::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.vba/vbaproject/isnull/ +--- +## VbaProject::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Vba::VbaProject::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [VbaProject](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaproject/isprotected/_index.md b/spanish/cpp/aspose.cells.vba/vbaproject/isprotected/_index.md new file mode 100644 index 00000000000..5e054148fe8 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaproject/isprotected/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Vba::VbaProject::IsProtected method +linktitle: IsProtected +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProject::IsProtected method. Indicates whether this VBA project is protected in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.vba/vbaproject/isprotected/ +--- +## VbaProject::IsProtected method + + +Indicates whether this VBA project is protected. + +```cpp +bool Aspose::Cells::Vba::VbaProject::IsProtected() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [VbaProject](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaproject/issigned/_index.md b/spanish/cpp/aspose.cells.vba/vbaproject/issigned/_index.md new file mode 100644 index 00000000000..dfd68caa104 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaproject/issigned/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Vba::VbaProject::IsSigned method +linktitle: IsSigned +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProject::IsSigned method. Indicates whether VBAcode is signed or not in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.vba/vbaproject/issigned/ +--- +## VbaProject::IsSigned method + + +Indicates whether VBAcode is signed or not. + +```cpp +bool Aspose::Cells::Vba::VbaProject::IsSigned() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [VbaProject](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaproject/isvalidsigned/_index.md b/spanish/cpp/aspose.cells.vba/vbaproject/isvalidsigned/_index.md new file mode 100644 index 00000000000..96e8e30eb1d --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaproject/isvalidsigned/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Vba::VbaProject::IsValidSigned method +linktitle: IsValidSigned +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProject::IsValidSigned method. Indicates whether the signature of VBA project is valid or not in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.vba/vbaproject/isvalidsigned/ +--- +## VbaProject::IsValidSigned method + + +Indicates whether the signature of VBA project is valid or not. + +```cpp +bool Aspose::Cells::Vba::VbaProject::IsValidSigned() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [VbaProject](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaproject/operator_asm/_index.md b/spanish/cpp/aspose.cells.vba/vbaproject/operator_asm/_index.md new file mode 100644 index 00000000000..9778487d9df --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaproject/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Vba::VbaProject::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProject::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.vba/vbaproject/operator_asm/ +--- +## VbaProject::operator= method + + +operator= + +```cpp +VbaProject & Aspose::Cells::Vba::VbaProject::operator=(const VbaProject &src) +``` + +## See Also + +* Class [VbaProject](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [VbaProject](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaproject/operator_bool/_index.md b/spanish/cpp/aspose.cells.vba/vbaproject/operator_bool/_index.md new file mode 100644 index 00000000000..670a73c1e88 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaproject/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Vba::VbaProject::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProject::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.vba/vbaproject/operator_bool/ +--- +## VbaProject::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Vba::VbaProject::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [VbaProject](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaproject/protect/_index.md b/spanish/cpp/aspose.cells.vba/vbaproject/protect/_index.md new file mode 100644 index 00000000000..39f99f7aeb4 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaproject/protect/_index.md @@ -0,0 +1,60 @@ +--- +title: Aspose::Cells::Vba::VbaProject::Protect method +linktitle: Protect +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProject::Protect method. Protects or unprotects this VBA project in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.vba/vbaproject/protect/ +--- +## VbaProject::Protect(bool, const U16String\&) method + + +Protects or unprotects this VBA project. + +```cpp +void Aspose::Cells::Vba::VbaProject::Protect(bool islockedForViewing, const U16String &password) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| islockedForViewing | bool | indicates whether locks project for viewing. | +| password | const U16String\& | If the value is null, unprotects this VBA project, otherwise projects the this VBA project. | +## Remarks + + + +If islockedForViewing is true, the password could not be null. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [VbaProject](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) +## VbaProject::Protect(bool, const char16_t*) method + + +Protects or unprotects this VBA project. + +```cpp +void Aspose::Cells::Vba::VbaProject::Protect(bool islockedForViewing, const char16_t *password) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| islockedForViewing | bool | indicates whether locks project for viewing. | +| password | const char16_t* | If the value is null, unprotects this VBA project, otherwise projects the this VBA project. | +## Remarks + + + +If islockedForViewing is true, the password could not be null. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [VbaProject](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaproject/setencoding/_index.md b/spanish/cpp/aspose.cells.vba/vbaproject/setencoding/_index.md new file mode 100644 index 00000000000..b30fde2e3dd --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaproject/setencoding/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Vba::VbaProject::SetEncoding method +linktitle: SetEncoding +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProject::SetEncoding method. Gets and sets the encoding of VBA project in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.vba/vbaproject/setencoding/ +--- +## VbaProject::SetEncoding method + + +Gets and sets the encoding of VBA project. + +```cpp +void Aspose::Cells::Vba::VbaProject::SetEncoding(EncodingType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [EncodingType](../../../aspose.cells/encodingtype/) +* Class [VbaProject](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaproject/setname/_index.md b/spanish/cpp/aspose.cells.vba/vbaproject/setname/_index.md new file mode 100644 index 00000000000..428b9bf6e2b --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaproject/setname/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Vba::VbaProject::SetName method +linktitle: SetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProject::SetName method. Gets and sets the name of the VBA project in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.vba/vbaproject/setname/ +--- +## VbaProject::SetName(const U16String\&) method + + +Gets and sets the name of the VBA project. + +```cpp +void Aspose::Cells::Vba::VbaProject::SetName(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [VbaProject](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) +## VbaProject::SetName(const char16_t*) method + + +Gets and sets the name of the VBA project. + +```cpp +void Aspose::Cells::Vba::VbaProject::SetName(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [VbaProject](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaproject/sign/_index.md b/spanish/cpp/aspose.cells.vba/vbaproject/sign/_index.md new file mode 100644 index 00000000000..98e94633264 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaproject/sign/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Vba::VbaProject::Sign method +linktitle: Sign +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProject::Sign method. Sign this VBA project by a DigitalSignature in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.vba/vbaproject/sign/ +--- +## VbaProject::Sign method + + +Sign this VBA project by a DigitalSignature. + +```cpp +void Aspose::Cells::Vba::VbaProject::Sign(const DigitalSignature &digitalSignature) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| digitalSignature | const DigitalSignature\& | DigitalSignature | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [DigitalSignature](../../../aspose.cells.digitalsignatures/digitalsignature/) +* Class [VbaProject](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaproject/validatepassword/_index.md b/spanish/cpp/aspose.cells.vba/vbaproject/validatepassword/_index.md new file mode 100644 index 00000000000..76f54c21c94 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaproject/validatepassword/_index.md @@ -0,0 +1,58 @@ +--- +title: Aspose::Cells::Vba::VbaProject::ValidatePassword method +linktitle: ValidatePassword +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProject::ValidatePassword method. Validates protection password in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells.vba/vbaproject/validatepassword/ +--- +## VbaProject::ValidatePassword(const U16String\&) method + + +Validates protection password. + +```cpp +bool Aspose::Cells::Vba::VbaProject::ValidatePassword(const U16String &password) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| password | const U16String\& | the password | + +## ReturnValue + +Whether password is the protection password of this VBA project + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [VbaProject](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) +## VbaProject::ValidatePassword(const char16_t*) method + + +Validates protection password. + +```cpp +bool Aspose::Cells::Vba::VbaProject::ValidatePassword(const char16_t *password) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| password | const char16_t* | the password | + +## ReturnValue + +Whether password is the protection password of this VBA project + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [VbaProject](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaproject/vbaproject/_index.md b/spanish/cpp/aspose.cells.vba/vbaproject/vbaproject/_index.md new file mode 100644 index 00000000000..d8f2a87ca38 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaproject/vbaproject/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Vba::VbaProject::VbaProject constructor +linktitle: VbaProject +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProject::VbaProject constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.vba/vbaproject/vbaproject/ +--- +## VbaProject::VbaProject(VbaProject_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Vba::VbaProject::VbaProject(VbaProject_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [VbaProject](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) +## VbaProject::VbaProject(const VbaProject\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Vba::VbaProject::VbaProject(const VbaProject &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [VbaProject](../) +* Class [VbaProject](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaproject/~vbaproject/_index.md b/spanish/cpp/aspose.cells.vba/vbaproject/~vbaproject/_index.md new file mode 100644 index 00000000000..4d4143b96b6 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaproject/~vbaproject/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Vba::VbaProject::~VbaProject method +linktitle: ~VbaProject +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProject::~VbaProject method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.vba/vbaproject/~vbaproject/ +--- +## VbaProject::~VbaProject method + + +Destructor. + +```cpp +Aspose::Cells::Vba::VbaProject::~VbaProject() +``` + +## See Also + +* Class [VbaProject](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaprojectreference/_impl/_index.md b/spanish/cpp/aspose.cells.vba/vbaprojectreference/_impl/_index.md new file mode 100644 index 00000000000..2f566211645 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaprojectreference/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Vba::VbaProjectReference::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProjectReference::_impl field. The implementation object in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.vba/vbaprojectreference/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +VbaProjectReference_Impl* Aspose::Cells::Vba::VbaProjectReference::_impl +``` + +## See Also + +* Class [VbaProjectReference](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaprojectreference/_index.md b/spanish/cpp/aspose.cells.vba/vbaprojectreference/_index.md new file mode 100644 index 00000000000..ab1d1b2c524 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaprojectreference/_index.md @@ -0,0 +1,72 @@ +--- +title: Aspose::Cells::Vba::VbaProjectReference class +linktitle: VbaProjectReference +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProjectReference class. Represents the reference of VBA project in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.vba/vbaprojectreference/ +--- +## VbaProjectReference class + + +Represents the reference of VBA project. + +```cpp +class VbaProjectReference +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Copy(const VbaProjectReference\& source)](./copy/) | | +| [GetExtendedLibid()](./getextendedlibid/) | Gets and sets the extended Libid of the reference. | +| [GetLibid()](./getlibid/) | Gets and sets the Libid of the reference. | +| [GetName()](./getname/) | Gets and sets the name of the reference. | +| [GetRelativeLibid()](./getrelativelibid/) | Gets and sets the referenced VBA project's identifier with an relative path. | +| [GetTwiddledlibid()](./gettwiddledlibid/) | Gets and sets the twiddled Libid of the reference. | +| [GetType()](./gettype/) | Gets the type of this reference. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const VbaProjectReference\& src)](./operator_asm/) | operator= | +| [SetExtendedLibid(const U16String\& value)](./setextendedlibid/) | Gets and sets the extended Libid of the reference. | +| [SetExtendedLibid(const char16_t* value)](./setextendedlibid/) | Gets and sets the extended Libid of the reference. | +| [SetLibid(const U16String\& value)](./setlibid/) | Gets and sets the Libid of the reference. | +| [SetLibid(const char16_t* value)](./setlibid/) | Gets and sets the Libid of the reference. | +| [SetName(const U16String\& value)](./setname/) | Gets and sets the name of the reference. | +| [SetName(const char16_t* value)](./setname/) | Gets and sets the name of the reference. | +| [SetRelativeLibid(const U16String\& value)](./setrelativelibid/) | Gets and sets the referenced VBA project's identifier with an relative path. | +| [SetRelativeLibid(const char16_t* value)](./setrelativelibid/) | Gets and sets the referenced VBA project's identifier with an relative path. | +| [SetTwiddledlibid(const U16String\& value)](./settwiddledlibid/) | Gets and sets the twiddled Libid of the reference. | +| [SetTwiddledlibid(const char16_t* value)](./settwiddledlibid/) | Gets and sets the twiddled Libid of the reference. | +| [VbaProjectReference(VbaProjectReference_Impl* impl)](./vbaprojectreference/) | Constructs from an implementation object. | +| [VbaProjectReference(const VbaProjectReference\& src)](./vbaprojectreference/) | Copy constructor. | +| [~VbaProjectReference()](./~vbaprojectreference/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; +// Inicializar proyecto VBA. +VbaProject vbaProject = workbook.GetVbaProject(); +// Agregar referencia al proyecto VBA +vbaProject.GetReferences().AddRegisteredReference(u"stdole", u"*\\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\\Windows\\system32\\stdole2.tlb#OLE Automation"); +//Guardando el archivo Excel +workbook.Save(u"book1.xlsm"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::Vba](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaprojectreference/copy/_index.md b/spanish/cpp/aspose.cells.vba/vbaprojectreference/copy/_index.md new file mode 100644 index 00000000000..a1296943b69 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaprojectreference/copy/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Vba::VbaProjectReference::Copy method +linktitle: Copy +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Copy method of Aspose::Cells::Vba::VbaProjectReference class in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.vba/vbaprojectreference/copy/ +--- +## VbaProjectReference::Copy method + + + + +```cpp +void Aspose::Cells::Vba::VbaProjectReference::Copy(const VbaProjectReference &source) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| source | const VbaProjectReference\& | | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [VbaProjectReference](../) +* Class [VbaProjectReference](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaprojectreference/getextendedlibid/_index.md b/spanish/cpp/aspose.cells.vba/vbaprojectreference/getextendedlibid/_index.md new file mode 100644 index 00000000000..3ced917f801 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaprojectreference/getextendedlibid/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Vba::VbaProjectReference::GetExtendedLibid method +linktitle: GetExtendedLibid +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProjectReference::GetExtendedLibid method. Gets and sets the extended Libid of the reference in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.vba/vbaprojectreference/getextendedlibid/ +--- +## VbaProjectReference::GetExtendedLibid method + + +Gets and sets the extended Libid of the reference. + +```cpp +U16String Aspose::Cells::Vba::VbaProjectReference::GetExtendedLibid() +``` + +## Remarks + + +Only for control reference. +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [VbaProjectReference](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaprojectreference/getlibid/_index.md b/spanish/cpp/aspose.cells.vba/vbaprojectreference/getlibid/_index.md new file mode 100644 index 00000000000..963af000065 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaprojectreference/getlibid/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Vba::VbaProjectReference::GetLibid method +linktitle: GetLibid +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProjectReference::GetLibid method. Gets and sets the Libid of the reference in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.vba/vbaprojectreference/getlibid/ +--- +## VbaProjectReference::GetLibid method + + +Gets and sets the Libid of the reference. + +```cpp +U16String Aspose::Cells::Vba::VbaProjectReference::GetLibid() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [VbaProjectReference](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaprojectreference/getname/_index.md b/spanish/cpp/aspose.cells.vba/vbaprojectreference/getname/_index.md new file mode 100644 index 00000000000..be67f65e567 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaprojectreference/getname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Vba::VbaProjectReference::GetName method +linktitle: GetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProjectReference::GetName method. Gets and sets the name of the reference in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.vba/vbaprojectreference/getname/ +--- +## VbaProjectReference::GetName method + + +Gets and sets the name of the reference. + +```cpp +U16String Aspose::Cells::Vba::VbaProjectReference::GetName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [VbaProjectReference](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaprojectreference/getrelativelibid/_index.md b/spanish/cpp/aspose.cells.vba/vbaprojectreference/getrelativelibid/_index.md new file mode 100644 index 00000000000..eea3492fbf9 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaprojectreference/getrelativelibid/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Vba::VbaProjectReference::GetRelativeLibid method +linktitle: GetRelativeLibid +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProjectReference::GetRelativeLibid method. Gets and sets the referenced VBA project''s identifier with an relative path in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.vba/vbaprojectreference/getrelativelibid/ +--- +## VbaProjectReference::GetRelativeLibid method + + +Gets and sets the referenced VBA project's identifier with an relative path. + +```cpp +U16String Aspose::Cells::Vba::VbaProjectReference::GetRelativeLibid() +``` + +## Remarks + + +Only for project reference. +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [VbaProjectReference](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaprojectreference/gettwiddledlibid/_index.md b/spanish/cpp/aspose.cells.vba/vbaprojectreference/gettwiddledlibid/_index.md new file mode 100644 index 00000000000..2481f7cee0b --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaprojectreference/gettwiddledlibid/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Vba::VbaProjectReference::GetTwiddledlibid method +linktitle: GetTwiddledlibid +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProjectReference::GetTwiddledlibid method. Gets and sets the twiddled Libid of the reference in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.vba/vbaprojectreference/gettwiddledlibid/ +--- +## VbaProjectReference::GetTwiddledlibid method + + +Gets and sets the twiddled Libid of the reference. + +```cpp +U16String Aspose::Cells::Vba::VbaProjectReference::GetTwiddledlibid() +``` + +## Remarks + + +Only for control reference. +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [VbaProjectReference](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaprojectreference/gettype/_index.md b/spanish/cpp/aspose.cells.vba/vbaprojectreference/gettype/_index.md new file mode 100644 index 00000000000..2641592569e --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaprojectreference/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Vba::VbaProjectReference::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProjectReference::GetType method. Gets the type of this reference in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.vba/vbaprojectreference/gettype/ +--- +## VbaProjectReference::GetType method + + +Gets the type of this reference. + +```cpp +VbaProjectReferenceType Aspose::Cells::Vba::VbaProjectReference::GetType() +``` + +## See Also + +* Enum [VbaProjectReferenceType](../../vbaprojectreferencetype/) +* Class [VbaProjectReference](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaprojectreference/isnull/_index.md b/spanish/cpp/aspose.cells.vba/vbaprojectreference/isnull/_index.md new file mode 100644 index 00000000000..3525f54c62a --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaprojectreference/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Vba::VbaProjectReference::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProjectReference::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.vba/vbaprojectreference/isnull/ +--- +## VbaProjectReference::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Vba::VbaProjectReference::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [VbaProjectReference](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaprojectreference/operator_asm/_index.md b/spanish/cpp/aspose.cells.vba/vbaprojectreference/operator_asm/_index.md new file mode 100644 index 00000000000..d05c9890a97 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaprojectreference/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Vba::VbaProjectReference::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProjectReference::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.vba/vbaprojectreference/operator_asm/ +--- +## VbaProjectReference::operator= method + + +operator= + +```cpp +VbaProjectReference & Aspose::Cells::Vba::VbaProjectReference::operator=(const VbaProjectReference &src) +``` + +## See Also + +* Class [VbaProjectReference](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [VbaProjectReference](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaprojectreference/operator_bool/_index.md b/spanish/cpp/aspose.cells.vba/vbaprojectreference/operator_bool/_index.md new file mode 100644 index 00000000000..edd4e29e470 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaprojectreference/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Vba::VbaProjectReference::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProjectReference::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.vba/vbaprojectreference/operator_bool/ +--- +## VbaProjectReference::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Vba::VbaProjectReference::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [VbaProjectReference](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaprojectreference/setextendedlibid/_index.md b/spanish/cpp/aspose.cells.vba/vbaprojectreference/setextendedlibid/_index.md new file mode 100644 index 00000000000..1b5389f95f5 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaprojectreference/setextendedlibid/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::Vba::VbaProjectReference::SetExtendedLibid method +linktitle: SetExtendedLibid +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProjectReference::SetExtendedLibid method. Gets and sets the extended Libid of the reference in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.vba/vbaprojectreference/setextendedlibid/ +--- +## VbaProjectReference::SetExtendedLibid(const U16String\&) method + + +Gets and sets the extended Libid of the reference. + +```cpp +void Aspose::Cells::Vba::VbaProjectReference::SetExtendedLibid(const U16String &value) +``` + +## Remarks + + +Only for control reference. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [VbaProjectReference](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) +## VbaProjectReference::SetExtendedLibid(const char16_t*) method + + +Gets and sets the extended Libid of the reference. + +```cpp +void Aspose::Cells::Vba::VbaProjectReference::SetExtendedLibid(const char16_t *value) +``` + +## Remarks + + +Only for control reference. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [VbaProjectReference](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaprojectreference/setlibid/_index.md b/spanish/cpp/aspose.cells.vba/vbaprojectreference/setlibid/_index.md new file mode 100644 index 00000000000..b1fe98588d7 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaprojectreference/setlibid/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Vba::VbaProjectReference::SetLibid method +linktitle: SetLibid +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProjectReference::SetLibid method. Gets and sets the Libid of the reference in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.vba/vbaprojectreference/setlibid/ +--- +## VbaProjectReference::SetLibid(const U16String\&) method + + +Gets and sets the Libid of the reference. + +```cpp +void Aspose::Cells::Vba::VbaProjectReference::SetLibid(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [VbaProjectReference](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) +## VbaProjectReference::SetLibid(const char16_t*) method + + +Gets and sets the Libid of the reference. + +```cpp +void Aspose::Cells::Vba::VbaProjectReference::SetLibid(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [VbaProjectReference](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaprojectreference/setname/_index.md b/spanish/cpp/aspose.cells.vba/vbaprojectreference/setname/_index.md new file mode 100644 index 00000000000..ae0cc1a3112 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaprojectreference/setname/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Vba::VbaProjectReference::SetName method +linktitle: SetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProjectReference::SetName method. Gets and sets the name of the reference in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.vba/vbaprojectreference/setname/ +--- +## VbaProjectReference::SetName(const U16String\&) method + + +Gets and sets the name of the reference. + +```cpp +void Aspose::Cells::Vba::VbaProjectReference::SetName(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [VbaProjectReference](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) +## VbaProjectReference::SetName(const char16_t*) method + + +Gets and sets the name of the reference. + +```cpp +void Aspose::Cells::Vba::VbaProjectReference::SetName(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [VbaProjectReference](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaprojectreference/setrelativelibid/_index.md b/spanish/cpp/aspose.cells.vba/vbaprojectreference/setrelativelibid/_index.md new file mode 100644 index 00000000000..f40e7e18275 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaprojectreference/setrelativelibid/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::Vba::VbaProjectReference::SetRelativeLibid method +linktitle: SetRelativeLibid +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProjectReference::SetRelativeLibid method. Gets and sets the referenced VBA project''s identifier with an relative path in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.vba/vbaprojectreference/setrelativelibid/ +--- +## VbaProjectReference::SetRelativeLibid(const U16String\&) method + + +Gets and sets the referenced VBA project's identifier with an relative path. + +```cpp +void Aspose::Cells::Vba::VbaProjectReference::SetRelativeLibid(const U16String &value) +``` + +## Remarks + + +Only for project reference. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [VbaProjectReference](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) +## VbaProjectReference::SetRelativeLibid(const char16_t*) method + + +Gets and sets the referenced VBA project's identifier with an relative path. + +```cpp +void Aspose::Cells::Vba::VbaProjectReference::SetRelativeLibid(const char16_t *value) +``` + +## Remarks + + +Only for project reference. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [VbaProjectReference](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaprojectreference/settwiddledlibid/_index.md b/spanish/cpp/aspose.cells.vba/vbaprojectreference/settwiddledlibid/_index.md new file mode 100644 index 00000000000..cf5f6c34886 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaprojectreference/settwiddledlibid/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::Vba::VbaProjectReference::SetTwiddledlibid method +linktitle: SetTwiddledlibid +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProjectReference::SetTwiddledlibid method. Gets and sets the twiddled Libid of the reference in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.vba/vbaprojectreference/settwiddledlibid/ +--- +## VbaProjectReference::SetTwiddledlibid(const U16String\&) method + + +Gets and sets the twiddled Libid of the reference. + +```cpp +void Aspose::Cells::Vba::VbaProjectReference::SetTwiddledlibid(const U16String &value) +``` + +## Remarks + + +Only for control reference. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [VbaProjectReference](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) +## VbaProjectReference::SetTwiddledlibid(const char16_t*) method + + +Gets and sets the twiddled Libid of the reference. + +```cpp +void Aspose::Cells::Vba::VbaProjectReference::SetTwiddledlibid(const char16_t *value) +``` + +## Remarks + + +Only for control reference. +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [VbaProjectReference](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaprojectreference/vbaprojectreference/_index.md b/spanish/cpp/aspose.cells.vba/vbaprojectreference/vbaprojectreference/_index.md new file mode 100644 index 00000000000..3eae6635cef --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaprojectreference/vbaprojectreference/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Vba::VbaProjectReference::VbaProjectReference constructor +linktitle: VbaProjectReference +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProjectReference::VbaProjectReference constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.vba/vbaprojectreference/vbaprojectreference/ +--- +## VbaProjectReference::VbaProjectReference(VbaProjectReference_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Vba::VbaProjectReference::VbaProjectReference(VbaProjectReference_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [VbaProjectReference](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) +## VbaProjectReference::VbaProjectReference(const VbaProjectReference\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Vba::VbaProjectReference::VbaProjectReference(const VbaProjectReference &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [VbaProjectReference](../) +* Class [VbaProjectReference](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaprojectreference/~vbaprojectreference/_index.md b/spanish/cpp/aspose.cells.vba/vbaprojectreference/~vbaprojectreference/_index.md new file mode 100644 index 00000000000..fd6aa6bd9e7 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaprojectreference/~vbaprojectreference/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Vba::VbaProjectReference::~VbaProjectReference method +linktitle: ~VbaProjectReference +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProjectReference::~VbaProjectReference method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.vba/vbaprojectreference/~vbaprojectreference/ +--- +## VbaProjectReference::~VbaProjectReference method + + +Destructor. + +```cpp +Aspose::Cells::Vba::VbaProjectReference::~VbaProjectReference() +``` + +## See Also + +* Class [VbaProjectReference](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaprojectreferencecollection/_impl/_index.md b/spanish/cpp/aspose.cells.vba/vbaprojectreferencecollection/_impl/_index.md new file mode 100644 index 00000000000..3eb5a40466d --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaprojectreferencecollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Vba::VbaProjectReferenceCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProjectReferenceCollection::_impl field. The implementation object in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.vba/vbaprojectreferencecollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +VbaProjectReferenceCollection_Impl* Aspose::Cells::Vba::VbaProjectReferenceCollection::_impl +``` + +## See Also + +* Class [VbaProjectReferenceCollection](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaprojectreferencecollection/_index.md b/spanish/cpp/aspose.cells.vba/vbaprojectreferencecollection/_index.md new file mode 100644 index 00000000000..6c813bfb820 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaprojectreferencecollection/_index.md @@ -0,0 +1,64 @@ +--- +title: Aspose::Cells::Vba::VbaProjectReferenceCollection class +linktitle: VbaProjectReferenceCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProjectReferenceCollection class. Represents all references of VBA project in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.vba/vbaprojectreferencecollection/ +--- +## VbaProjectReferenceCollection class + + +Represents all references of VBA project. + +```cpp +class VbaProjectReferenceCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddControlRefrernce(const U16String\& name, const U16String\& libid, const U16String\& twiddledlibid, const U16String\& extendedLibid)](./addcontrolrefrernce/) | Add a reference to a twiddled type library and its extended type library. | +| [AddControlRefrernce(const char16_t* name, const char16_t* libid, const char16_t* twiddledlibid, const char16_t* extendedLibid)](./addcontrolrefrernce/) | Add a reference to a twiddled type library and its extended type library. | +| [AddProjectRefrernce(const U16String\& name, const U16String\& absoluteLibid, const U16String\& relativeLibid)](./addprojectrefrernce/) | Adds a reference to an external VBA project. | +| [AddProjectRefrernce(const char16_t* name, const char16_t* absoluteLibid, const char16_t* relativeLibid)](./addprojectrefrernce/) | Adds a reference to an external VBA project. | +| [AddRegisteredReference(const U16String\& name, const U16String\& libid)](./addregisteredreference/) | Add a reference to an Automation type library. | +| [AddRegisteredReference(const char16_t* name, const char16_t* libid)](./addregisteredreference/) | Add a reference to an Automation type library. | +| [Copy(const VbaProjectReferenceCollection\& source)](./copy/) | Copies references from other VBA project. | +| [Get(int32_t i)](./get/) | Get the reference in the list by the index. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const VbaProjectReferenceCollection\& src)](./operator_asm/) | operator= | +| [VbaProjectReferenceCollection(VbaProjectReferenceCollection_Impl* impl)](./vbaprojectreferencecollection/) | Constructs from an implementation object. | +| [VbaProjectReferenceCollection(const VbaProjectReferenceCollection\& src)](./vbaprojectreferencecollection/) | Copy constructor. | +| [~VbaProjectReferenceCollection()](./~vbaprojectreferencecollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; +// Inicializar proyecto VBA. +VbaProject vbaProject = workbook.GetVbaProject(); +// Agregar referencia al proyecto VBA +vbaProject.GetReferences().AddRegisteredReference(u"stdole", u"*\\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\\Windows\\system32\\stdole2.tlb#OLE Automation"); +//Guardando el archivo Excel +workbook.Save(u"book1.xlsm"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells::Vba](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaprojectreferencecollection/addcontrolrefrernce/_index.md b/spanish/cpp/aspose.cells.vba/vbaprojectreferencecollection/addcontrolrefrernce/_index.md new file mode 100644 index 00000000000..08ab932f926 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaprojectreferencecollection/addcontrolrefrernce/_index.md @@ -0,0 +1,64 @@ +--- +title: Aspose::Cells::Vba::VbaProjectReferenceCollection::AddControlRefrernce method +linktitle: AddControlRefrernce +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProjectReferenceCollection::AddControlRefrernce method. Add a reference to a twiddled type library and its extended type library in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.vba/vbaprojectreferencecollection/addcontrolrefrernce/ +--- +## VbaProjectReferenceCollection::AddControlRefrernce(const U16String\&, const U16String\&, const U16String\&, const U16String\&) method + + +Add a reference to a twiddled type library and its extended type library. + +```cpp +int32_t Aspose::Cells::Vba::VbaProjectReferenceCollection::AddControlRefrernce(const U16String &name, const U16String &libid, const U16String &twiddledlibid, const U16String &extendedLibid) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const U16String\& | The name of reference. | +| libid | const U16String\& | The identifier of an Automation type library. | +| twiddledlibid | const U16String\& | The identifier of a twiddled type library | +| extendedLibid | const U16String\& | The identifier of an extended type library | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [VbaProjectReferenceCollection](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) +## VbaProjectReferenceCollection::AddControlRefrernce(const char16_t*, const char16_t*, const char16_t*, const char16_t*) method + + +Add a reference to a twiddled type library and its extended type library. + +```cpp +int32_t Aspose::Cells::Vba::VbaProjectReferenceCollection::AddControlRefrernce(const char16_t *name, const char16_t *libid, const char16_t *twiddledlibid, const char16_t *extendedLibid) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const char16_t* | The name of reference. | +| libid | const char16_t* | The identifier of an Automation type library. | +| twiddledlibid | const char16_t* | The identifier of a twiddled type library | +| extendedLibid | const char16_t* | The identifier of an extended type library | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [VbaProjectReferenceCollection](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaprojectreferencecollection/addprojectrefrernce/_index.md b/spanish/cpp/aspose.cells.vba/vbaprojectreferencecollection/addprojectrefrernce/_index.md new file mode 100644 index 00000000000..c22d773e42e --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaprojectreferencecollection/addprojectrefrernce/_index.md @@ -0,0 +1,62 @@ +--- +title: Aspose::Cells::Vba::VbaProjectReferenceCollection::AddProjectRefrernce method +linktitle: AddProjectRefrernce +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProjectReferenceCollection::AddProjectRefrernce method. Adds a reference to an external VBA project in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.vba/vbaprojectreferencecollection/addprojectrefrernce/ +--- +## VbaProjectReferenceCollection::AddProjectRefrernce(const U16String\&, const U16String\&, const U16String\&) method + + +Adds a reference to an external VBA project. + +```cpp +int32_t Aspose::Cells::Vba::VbaProjectReferenceCollection::AddProjectRefrernce(const U16String &name, const U16String &absoluteLibid, const U16String &relativeLibid) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const U16String\& | The name of reference. | +| absoluteLibid | const U16String\& | The referenced VBA project's identifier with an absolute path. | +| relativeLibid | const U16String\& | The referenced VBA project's identifier with an relative path. | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [VbaProjectReferenceCollection](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) +## VbaProjectReferenceCollection::AddProjectRefrernce(const char16_t*, const char16_t*, const char16_t*) method + + +Adds a reference to an external VBA project. + +```cpp +int32_t Aspose::Cells::Vba::VbaProjectReferenceCollection::AddProjectRefrernce(const char16_t *name, const char16_t *absoluteLibid, const char16_t *relativeLibid) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const char16_t* | The name of reference. | +| absoluteLibid | const char16_t* | The referenced VBA project's identifier with an absolute path. | +| relativeLibid | const char16_t* | The referenced VBA project's identifier with an relative path. | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [VbaProjectReferenceCollection](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaprojectreferencecollection/addregisteredreference/_index.md b/spanish/cpp/aspose.cells.vba/vbaprojectreferencecollection/addregisteredreference/_index.md new file mode 100644 index 00000000000..89e271a6ac0 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaprojectreferencecollection/addregisteredreference/_index.md @@ -0,0 +1,60 @@ +--- +title: Aspose::Cells::Vba::VbaProjectReferenceCollection::AddRegisteredReference method +linktitle: AddRegisteredReference +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProjectReferenceCollection::AddRegisteredReference method. Add a reference to an Automation type library in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.vba/vbaprojectreferencecollection/addregisteredreference/ +--- +## VbaProjectReferenceCollection::AddRegisteredReference(const U16String\&, const U16String\&) method + + +Add a reference to an Automation type library. + +```cpp +int32_t Aspose::Cells::Vba::VbaProjectReferenceCollection::AddRegisteredReference(const U16String &name, const U16String &libid) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const U16String\& | The name of reference. | +| libid | const U16String\& | The identifier of an Automation type library. | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [VbaProjectReferenceCollection](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) +## VbaProjectReferenceCollection::AddRegisteredReference(const char16_t*, const char16_t*) method + + +Add a reference to an Automation type library. + +```cpp +int32_t Aspose::Cells::Vba::VbaProjectReferenceCollection::AddRegisteredReference(const char16_t *name, const char16_t *libid) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const char16_t* | The name of reference. | +| libid | const char16_t* | The identifier of an Automation type library. | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [VbaProjectReferenceCollection](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaprojectreferencecollection/copy/_index.md b/spanish/cpp/aspose.cells.vba/vbaprojectreferencecollection/copy/_index.md new file mode 100644 index 00000000000..c79def78232 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaprojectreferencecollection/copy/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Vba::VbaProjectReferenceCollection::Copy method +linktitle: Copy +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProjectReferenceCollection::Copy method. Copies references from other VBA project in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.vba/vbaprojectreferencecollection/copy/ +--- +## VbaProjectReferenceCollection::Copy method + + +Copies references from other VBA project. + +```cpp +void Aspose::Cells::Vba::VbaProjectReferenceCollection::Copy(const VbaProjectReferenceCollection &source) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| source | const VbaProjectReferenceCollection\& | The source references. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [VbaProjectReferenceCollection](../) +* Class [VbaProjectReferenceCollection](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaprojectreferencecollection/get/_index.md b/spanish/cpp/aspose.cells.vba/vbaprojectreferencecollection/get/_index.md new file mode 100644 index 00000000000..5bd27480d81 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaprojectreferencecollection/get/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Vba::VbaProjectReferenceCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProjectReferenceCollection::Get method. Get the reference in the list by the index in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.vba/vbaprojectreferencecollection/get/ +--- +## VbaProjectReferenceCollection::Get method + + +Get the reference in the list by the index. + +```cpp +VbaProjectReference Aspose::Cells::Vba::VbaProjectReferenceCollection::Get(int32_t i) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| i | int32_t | The index. | + +## ReturnValue + + + +## See Also + +* Class [VbaProjectReference](../../vbaprojectreference/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [VbaProjectReferenceCollection](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaprojectreferencecollection/getcount/_index.md b/spanish/cpp/aspose.cells.vba/vbaprojectreferencecollection/getcount/_index.md new file mode 100644 index 00000000000..ea27cd63711 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaprojectreferencecollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Vba::VbaProjectReferenceCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::Vba::VbaProjectReferenceCollection class in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.vba/vbaprojectreferencecollection/getcount/ +--- +## VbaProjectReferenceCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::Vba::VbaProjectReferenceCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [VbaProjectReferenceCollection](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaprojectreferencecollection/isnull/_index.md b/spanish/cpp/aspose.cells.vba/vbaprojectreferencecollection/isnull/_index.md new file mode 100644 index 00000000000..40fc6719054 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaprojectreferencecollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Vba::VbaProjectReferenceCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProjectReferenceCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.vba/vbaprojectreferencecollection/isnull/ +--- +## VbaProjectReferenceCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Vba::VbaProjectReferenceCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [VbaProjectReferenceCollection](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaprojectreferencecollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.vba/vbaprojectreferencecollection/operator_asm/_index.md new file mode 100644 index 00000000000..bca96b85cb6 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaprojectreferencecollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Vba::VbaProjectReferenceCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProjectReferenceCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.vba/vbaprojectreferencecollection/operator_asm/ +--- +## VbaProjectReferenceCollection::operator= method + + +operator= + +```cpp +VbaProjectReferenceCollection & Aspose::Cells::Vba::VbaProjectReferenceCollection::operator=(const VbaProjectReferenceCollection &src) +``` + +## See Also + +* Class [VbaProjectReferenceCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [VbaProjectReferenceCollection](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaprojectreferencecollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.vba/vbaprojectreferencecollection/operator_bool/_index.md new file mode 100644 index 00000000000..17ab3122fee --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaprojectreferencecollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Vba::VbaProjectReferenceCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProjectReferenceCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.vba/vbaprojectreferencecollection/operator_bool/ +--- +## VbaProjectReferenceCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Vba::VbaProjectReferenceCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [VbaProjectReferenceCollection](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaprojectreferencecollection/vbaprojectreferencecollection/_index.md b/spanish/cpp/aspose.cells.vba/vbaprojectreferencecollection/vbaprojectreferencecollection/_index.md new file mode 100644 index 00000000000..f71eff7e653 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaprojectreferencecollection/vbaprojectreferencecollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Vba::VbaProjectReferenceCollection::VbaProjectReferenceCollection constructor +linktitle: VbaProjectReferenceCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProjectReferenceCollection::VbaProjectReferenceCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.vba/vbaprojectreferencecollection/vbaprojectreferencecollection/ +--- +## VbaProjectReferenceCollection::VbaProjectReferenceCollection(VbaProjectReferenceCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Vba::VbaProjectReferenceCollection::VbaProjectReferenceCollection(VbaProjectReferenceCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [VbaProjectReferenceCollection](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) +## VbaProjectReferenceCollection::VbaProjectReferenceCollection(const VbaProjectReferenceCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Vba::VbaProjectReferenceCollection::VbaProjectReferenceCollection(const VbaProjectReferenceCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [VbaProjectReferenceCollection](../) +* Class [VbaProjectReferenceCollection](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaprojectreferencecollection/~vbaprojectreferencecollection/_index.md b/spanish/cpp/aspose.cells.vba/vbaprojectreferencecollection/~vbaprojectreferencecollection/_index.md new file mode 100644 index 00000000000..ea0ae3ea674 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaprojectreferencecollection/~vbaprojectreferencecollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Vba::VbaProjectReferenceCollection::~VbaProjectReferenceCollection method +linktitle: ~VbaProjectReferenceCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProjectReferenceCollection::~VbaProjectReferenceCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.vba/vbaprojectreferencecollection/~vbaprojectreferencecollection/ +--- +## VbaProjectReferenceCollection::~VbaProjectReferenceCollection method + + +Destructor. + +```cpp +Aspose::Cells::Vba::VbaProjectReferenceCollection::~VbaProjectReferenceCollection() +``` + +## See Also + +* Class [VbaProjectReferenceCollection](../) +* Namespace [Aspose::Cells::Vba](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.vba/vbaprojectreferencetype/_index.md b/spanish/cpp/aspose.cells.vba/vbaprojectreferencetype/_index.md new file mode 100644 index 00000000000..18463ad1091 --- /dev/null +++ b/spanish/cpp/aspose.cells.vba/vbaprojectreferencetype/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Vba::VbaProjectReferenceType enum +linktitle: VbaProjectReferenceType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Vba::VbaProjectReferenceType enum. Represents the type of VBA project reference in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.vba/vbaprojectreferencetype/ +--- +## VbaProjectReferenceType enum + + +Represents the type of VBA project reference. + +```cpp +enum class VbaProjectReferenceType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Registered | 0 |
Specifies a reference to an Automation type library. | +| Control | 1 |
Specifies a reference to a twiddled type library and its extended type library. | +| Project | 2 |
Specifies a reference to an external VBA project. | + +## See Also + +* Namespace [Aspose::Cells::Vba](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.webextensions/_index.md b/spanish/cpp/aspose.cells.webextensions/_index.md new file mode 100644 index 00000000000..a8e2e192074 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/_index.md @@ -0,0 +1,31 @@ +--- +title: Espacio de nombres Aspose::Cells::WebExtensions +linktitle: Aspose::Cells::WebExtensions +second_title: Referencia de API de Aspose.Cells para C++ +description: 'Cómo usar el espacio de nombres Aspose::Cells::WebExtensions en C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells.webextensions/ +--- + + + +## Clases + +| Clase | Descripción | +| --- | --- | +| [WebExtension](./webextension/) | Representa una instancia de Office Add-in. | +| [WebExtensionBinding](./webextensionbinding/) | Representa una relación de enlace entre un Office Add-in y los datos del documento. | +| [WebExtensionBindingCollection](./webextensionbindingcollection/) | Representa la lista de relaciones de enlace entre un Office Add-in y los datos del documento. | +| [WebExtensionCollection](./webextensioncollection/) | Representa la lista de extensiones web. | +| [WebExtensionProperty](./webextensionproperty/) | Representa una propiedad personalizada de Office Add-in. | +| [WebExtensionPropertyCollection](./webextensionpropertycollection/) | Representa la lista de propiedades de la extensión web. | +| [WebExtensionReference](./webextensionreference/) | Representa la identificación de la ubicación del proveedor y la versión de la extensión. | +| [WebExtensionReferenceCollection](./webextensionreferencecollection/) | Representa la lista de referencias de la extensión web. | +| [WebExtensionTaskPane](./webextensiontaskpane/) | Representa un objeto de panel de tareas persistente. | +| [WebExtensionTaskPaneCollection](./webextensiontaskpanecollection/) | Representa la lista de paneles de tareas. | +## Enums + +| Enumeración | Descripción | +| --- | --- | +| [WebExtensionStoreType](./webextensionstoretype/) | Representa el tipo de almacén de la extensión web. | diff --git a/spanish/cpp/aspose.cells.webextensions/webextension/_impl/_index.md b/spanish/cpp/aspose.cells.webextensions/webextension/_impl/_index.md new file mode 100644 index 00000000000..67c9d15981b --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextension/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtension::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtension::_impl field. The implementation object in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.webextensions/webextension/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +WebExtension_Impl* Aspose::Cells::WebExtensions::WebExtension::_impl +``` + +## See Also + +* Class [WebExtension](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextension/_index.md b/spanish/cpp/aspose.cells.webextensions/webextension/_index.md new file mode 100644 index 00000000000..5a6a98163c2 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextension/_index.md @@ -0,0 +1,46 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtension class +linktitle: WebExtension +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtension class. Represents an Office Add-in instance in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.webextensions/webextension/ +--- +## WebExtension class + + +Represents an Office Add-in instance. + +```cpp +class WebExtension +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetAlterReferences()](./getalterreferences/) | Gets a list of alter references. | +| [GetBindings()](./getbindings/) | Gets all bindings relationship between an Office Add-in and the data in the document. | +| [GetId()](./getid/) | Gets and sets the uniquely identifies the Office Add-in instance in the current document. | +| [GetProperties()](./getproperties/) | Gets all properties of web extension. | +| [GetReference()](./getreference/) | Get the primary reference to an Office Add-in. | +| [IsFrozen()](./isfrozen/) | Indicates whether the user can interact with the Office Add-in or not. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const WebExtension\& src)](./operator_asm/) | operator= | +| [SetId(const U16String\& value)](./setid/) | Gets and sets the uniquely identifies the Office Add-in instance in the current document. | +| [SetId(const char16_t* value)](./setid/) | Gets and sets the uniquely identifies the Office Add-in instance in the current document. | +| [SetIsFrozen(bool value)](./setisfrozen/) | Indicates whether the user can interact with the Office Add-in or not. | +| [WebExtension(WebExtension_Impl* impl)](./webextension/) | Constructs from an implementation object. | +| [WebExtension(const WebExtension\& src)](./webextension/) | Copy constructor. | +| [~WebExtension()](./~webextension/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::WebExtensions](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextension/getalterreferences/_index.md b/spanish/cpp/aspose.cells.webextensions/webextension/getalterreferences/_index.md new file mode 100644 index 00000000000..f64a0f58e3a --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextension/getalterreferences/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtension::GetAlterReferences method +linktitle: GetAlterReferences +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtension::GetAlterReferences method. Gets a list of alter references in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.webextensions/webextension/getalterreferences/ +--- +## WebExtension::GetAlterReferences method + + +Gets a list of alter references. + +```cpp +WebExtensionReferenceCollection Aspose::Cells::WebExtensions::WebExtension::GetAlterReferences() +``` + +## See Also + +* Class [WebExtensionReferenceCollection](../../webextensionreferencecollection/) +* Class [WebExtension](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextension/getbindings/_index.md b/spanish/cpp/aspose.cells.webextensions/webextension/getbindings/_index.md new file mode 100644 index 00000000000..8d04c0f22ed --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextension/getbindings/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtension::GetBindings method +linktitle: GetBindings +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtension::GetBindings method. Gets all bindings relationship between an Office Add-in and the data in the document in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.webextensions/webextension/getbindings/ +--- +## WebExtension::GetBindings method + + +Gets all bindings relationship between an Office Add-in and the data in the document. + +```cpp +WebExtensionBindingCollection Aspose::Cells::WebExtensions::WebExtension::GetBindings() +``` + +## See Also + +* Class [WebExtensionBindingCollection](../../webextensionbindingcollection/) +* Class [WebExtension](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextension/getid/_index.md b/spanish/cpp/aspose.cells.webextensions/webextension/getid/_index.md new file mode 100644 index 00000000000..4479e3a435e --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextension/getid/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtension::GetId method +linktitle: GetId +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtension::GetId method. Gets and sets the uniquely identifies the Office Add-in instance in the current document in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.webextensions/webextension/getid/ +--- +## WebExtension::GetId method + + +Gets and sets the uniquely identifies the Office Add-in instance in the current document. + +```cpp +U16String Aspose::Cells::WebExtensions::WebExtension::GetId() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [WebExtension](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextension/getproperties/_index.md b/spanish/cpp/aspose.cells.webextensions/webextension/getproperties/_index.md new file mode 100644 index 00000000000..564317eebe2 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextension/getproperties/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtension::GetProperties method +linktitle: GetProperties +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtension::GetProperties method. Gets all properties of web extension in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.webextensions/webextension/getproperties/ +--- +## WebExtension::GetProperties method + + +Gets all properties of web extension. + +```cpp +WebExtensionPropertyCollection Aspose::Cells::WebExtensions::WebExtension::GetProperties() +``` + +## See Also + +* Class [WebExtensionPropertyCollection](../../webextensionpropertycollection/) +* Class [WebExtension](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextension/getreference/_index.md b/spanish/cpp/aspose.cells.webextensions/webextension/getreference/_index.md new file mode 100644 index 00000000000..340241669fa --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextension/getreference/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtension::GetReference method +linktitle: GetReference +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtension::GetReference method. Get the primary reference to an Office Add-in in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.webextensions/webextension/getreference/ +--- +## WebExtension::GetReference method + + +Get the primary reference to an Office Add-in. + +```cpp +WebExtensionReference Aspose::Cells::WebExtensions::WebExtension::GetReference() +``` + +## See Also + +* Class [WebExtensionReference](../../webextensionreference/) +* Class [WebExtension](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextension/isfrozen/_index.md b/spanish/cpp/aspose.cells.webextensions/webextension/isfrozen/_index.md new file mode 100644 index 00000000000..57327279aeb --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextension/isfrozen/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtension::IsFrozen method +linktitle: IsFrozen +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtension::IsFrozen method. Indicates whether the user can interact with the Office Add-in or not in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.webextensions/webextension/isfrozen/ +--- +## WebExtension::IsFrozen method + + +Indicates whether the user can interact with the Office Add-in or not. + +```cpp +bool Aspose::Cells::WebExtensions::WebExtension::IsFrozen() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtension](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextension/isnull/_index.md b/spanish/cpp/aspose.cells.webextensions/webextension/isnull/_index.md new file mode 100644 index 00000000000..d24b7d2ae55 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextension/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtension::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtension::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.webextensions/webextension/isnull/ +--- +## WebExtension::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::WebExtensions::WebExtension::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtension](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextension/operator_asm/_index.md b/spanish/cpp/aspose.cells.webextensions/webextension/operator_asm/_index.md new file mode 100644 index 00000000000..9453dcad537 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextension/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtension::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtension::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.webextensions/webextension/operator_asm/ +--- +## WebExtension::operator= method + + +operator= + +```cpp +WebExtension & Aspose::Cells::WebExtensions::WebExtension::operator=(const WebExtension &src) +``` + +## See Also + +* Class [WebExtension](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtension](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextension/operator_bool/_index.md b/spanish/cpp/aspose.cells.webextensions/webextension/operator_bool/_index.md new file mode 100644 index 00000000000..c7c24f9ed3b --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextension/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtension::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtension::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.webextensions/webextension/operator_bool/ +--- +## WebExtension::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::WebExtensions::WebExtension::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [WebExtension](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextension/setid/_index.md b/spanish/cpp/aspose.cells.webextensions/webextension/setid/_index.md new file mode 100644 index 00000000000..246e7301a3e --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextension/setid/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtension::SetId method +linktitle: SetId +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtension::SetId method. Gets and sets the uniquely identifies the Office Add-in instance in the current document in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.webextensions/webextension/setid/ +--- +## WebExtension::SetId(const U16String\&) method + + +Gets and sets the uniquely identifies the Office Add-in instance in the current document. + +```cpp +void Aspose::Cells::WebExtensions::WebExtension::SetId(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [WebExtension](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) +## WebExtension::SetId(const char16_t*) method + + +Gets and sets the uniquely identifies the Office Add-in instance in the current document. + +```cpp +void Aspose::Cells::WebExtensions::WebExtension::SetId(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtension](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextension/setisfrozen/_index.md b/spanish/cpp/aspose.cells.webextensions/webextension/setisfrozen/_index.md new file mode 100644 index 00000000000..d96030ea053 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextension/setisfrozen/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtension::SetIsFrozen method +linktitle: SetIsFrozen +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtension::SetIsFrozen method. Indicates whether the user can interact with the Office Add-in or not in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.webextensions/webextension/setisfrozen/ +--- +## WebExtension::SetIsFrozen method + + +Indicates whether the user can interact with the Office Add-in or not. + +```cpp +void Aspose::Cells::WebExtensions::WebExtension::SetIsFrozen(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtension](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextension/webextension/_index.md b/spanish/cpp/aspose.cells.webextensions/webextension/webextension/_index.md new file mode 100644 index 00000000000..5935b229898 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextension/webextension/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtension::WebExtension constructor +linktitle: WebExtension +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtension::WebExtension constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.webextensions/webextension/webextension/ +--- +## WebExtension::WebExtension(WebExtension_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::WebExtensions::WebExtension::WebExtension(WebExtension_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtension](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) +## WebExtension::WebExtension(const WebExtension\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::WebExtensions::WebExtension::WebExtension(const WebExtension &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtension](../) +* Class [WebExtension](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextension/~webextension/_index.md b/spanish/cpp/aspose.cells.webextensions/webextension/~webextension/_index.md new file mode 100644 index 00000000000..a048d818ac1 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextension/~webextension/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtension::~WebExtension method +linktitle: ~WebExtension +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtension::~WebExtension method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.webextensions/webextension/~webextension/ +--- +## WebExtension::~WebExtension method + + +Destructor. + +```cpp +Aspose::Cells::WebExtensions::WebExtension::~WebExtension() +``` + +## See Also + +* Class [WebExtension](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionbinding/_impl/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionbinding/_impl/_index.md new file mode 100644 index 00000000000..e8934767a37 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionbinding/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionBinding::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionBinding::_impl field. The implementation object in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.webextensions/webextensionbinding/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +WebExtensionBinding_Impl* Aspose::Cells::WebExtensions::WebExtensionBinding::_impl +``` + +## See Also + +* Class [WebExtensionBinding](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionbinding/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionbinding/_index.md new file mode 100644 index 00000000000..b4daacba91c --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionbinding/_index.md @@ -0,0 +1,47 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionBinding class +linktitle: WebExtensionBinding +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionBinding class. Represents a binding relationship between an Office Add-in and the data in the document in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.webextensions/webextensionbinding/ +--- +## WebExtensionBinding class + + +Represents a binding relationship between an Office Add-in and the data in the document. + +```cpp +class WebExtensionBinding +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetAppref()](./getappref/) | Gets and sets the binding key used to map the binding entry in this list with the bound data in the document. | +| [GetId()](./getid/) | Gets and sets the binding identifier. | +| [GetType()](./gettype/) | Gets and sets the binding type. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const WebExtensionBinding\& src)](./operator_asm/) | operator= | +| [SetAppref(const U16String\& value)](./setappref/) | Gets and sets the binding key used to map the binding entry in this list with the bound data in the document. | +| [SetAppref(const char16_t* value)](./setappref/) | Gets and sets the binding key used to map the binding entry in this list with the bound data in the document. | +| [SetId(const U16String\& value)](./setid/) | Gets and sets the binding identifier. | +| [SetId(const char16_t* value)](./setid/) | Gets and sets the binding identifier. | +| [SetType(const U16String\& value)](./settype/) | Gets and sets the binding type. | +| [SetType(const char16_t* value)](./settype/) | Gets and sets the binding type. | +| [WebExtensionBinding()](./webextensionbinding/) | Default constructor. | +| [WebExtensionBinding(WebExtensionBinding_Impl* impl)](./webextensionbinding/) | Constructs from an implementation object. | +| [WebExtensionBinding(const WebExtensionBinding\& src)](./webextensionbinding/) | Copy constructor. | +| [~WebExtensionBinding()](./~webextensionbinding/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::WebExtensions](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionbinding/getappref/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionbinding/getappref/_index.md new file mode 100644 index 00000000000..000dacda2c1 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionbinding/getappref/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionBinding::GetAppref method +linktitle: GetAppref +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionBinding::GetAppref method. Gets and sets the binding key used to map the binding entry in this list with the bound data in the document in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.webextensions/webextensionbinding/getappref/ +--- +## WebExtensionBinding::GetAppref method + + +Gets and sets the binding key used to map the binding entry in this list with the bound data in the document. + +```cpp +U16String Aspose::Cells::WebExtensions::WebExtensionBinding::GetAppref() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [WebExtensionBinding](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionbinding/getid/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionbinding/getid/_index.md new file mode 100644 index 00000000000..ef8a81bc6f5 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionbinding/getid/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionBinding::GetId method +linktitle: GetId +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionBinding::GetId method. Gets and sets the binding identifier in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.webextensions/webextensionbinding/getid/ +--- +## WebExtensionBinding::GetId method + + +Gets and sets the binding identifier. + +```cpp +U16String Aspose::Cells::WebExtensions::WebExtensionBinding::GetId() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [WebExtensionBinding](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionbinding/gettype/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionbinding/gettype/_index.md new file mode 100644 index 00000000000..3991fd026bd --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionbinding/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionBinding::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionBinding::GetType method. Gets and sets the binding type in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.webextensions/webextensionbinding/gettype/ +--- +## WebExtensionBinding::GetType method + + +Gets and sets the binding type. + +```cpp +U16String Aspose::Cells::WebExtensions::WebExtensionBinding::GetType() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [WebExtensionBinding](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionbinding/isnull/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionbinding/isnull/_index.md new file mode 100644 index 00000000000..949b31cb88c --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionbinding/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionBinding::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionBinding::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.webextensions/webextensionbinding/isnull/ +--- +## WebExtensionBinding::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::WebExtensions::WebExtensionBinding::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionBinding](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionbinding/operator_asm/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionbinding/operator_asm/_index.md new file mode 100644 index 00000000000..6956bb03dc4 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionbinding/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionBinding::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionBinding::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.webextensions/webextensionbinding/operator_asm/ +--- +## WebExtensionBinding::operator= method + + +operator= + +```cpp +WebExtensionBinding & Aspose::Cells::WebExtensions::WebExtensionBinding::operator=(const WebExtensionBinding &src) +``` + +## See Also + +* Class [WebExtensionBinding](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionBinding](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionbinding/operator_bool/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionbinding/operator_bool/_index.md new file mode 100644 index 00000000000..943bda7248c --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionbinding/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionBinding::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionBinding::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.webextensions/webextensionbinding/operator_bool/ +--- +## WebExtensionBinding::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::WebExtensions::WebExtensionBinding::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [WebExtensionBinding](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionbinding/setappref/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionbinding/setappref/_index.md new file mode 100644 index 00000000000..bad3723f55b --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionbinding/setappref/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionBinding::SetAppref method +linktitle: SetAppref +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionBinding::SetAppref method. Gets and sets the binding key used to map the binding entry in this list with the bound data in the document in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.webextensions/webextensionbinding/setappref/ +--- +## WebExtensionBinding::SetAppref(const U16String\&) method + + +Gets and sets the binding key used to map the binding entry in this list with the bound data in the document. + +```cpp +void Aspose::Cells::WebExtensions::WebExtensionBinding::SetAppref(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [WebExtensionBinding](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) +## WebExtensionBinding::SetAppref(const char16_t*) method + + +Gets and sets the binding key used to map the binding entry in this list with the bound data in the document. + +```cpp +void Aspose::Cells::WebExtensions::WebExtensionBinding::SetAppref(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionBinding](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionbinding/setid/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionbinding/setid/_index.md new file mode 100644 index 00000000000..0837489bcba --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionbinding/setid/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionBinding::SetId method +linktitle: SetId +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionBinding::SetId method. Gets and sets the binding identifier in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.webextensions/webextensionbinding/setid/ +--- +## WebExtensionBinding::SetId(const U16String\&) method + + +Gets and sets the binding identifier. + +```cpp +void Aspose::Cells::WebExtensions::WebExtensionBinding::SetId(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [WebExtensionBinding](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) +## WebExtensionBinding::SetId(const char16_t*) method + + +Gets and sets the binding identifier. + +```cpp +void Aspose::Cells::WebExtensions::WebExtensionBinding::SetId(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionBinding](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionbinding/settype/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionbinding/settype/_index.md new file mode 100644 index 00000000000..ccfe1f1505b --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionbinding/settype/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionBinding::SetType method +linktitle: SetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionBinding::SetType method. Gets and sets the binding type in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.webextensions/webextensionbinding/settype/ +--- +## WebExtensionBinding::SetType(const U16String\&) method + + +Gets and sets the binding type. + +```cpp +void Aspose::Cells::WebExtensions::WebExtensionBinding::SetType(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [WebExtensionBinding](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) +## WebExtensionBinding::SetType(const char16_t*) method + + +Gets and sets the binding type. + +```cpp +void Aspose::Cells::WebExtensions::WebExtensionBinding::SetType(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionBinding](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionbinding/webextensionbinding/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionbinding/webextensionbinding/_index.md new file mode 100644 index 00000000000..318be71a7fd --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionbinding/webextensionbinding/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionBinding::WebExtensionBinding constructor +linktitle: WebExtensionBinding +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionBinding::WebExtensionBinding constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.webextensions/webextensionbinding/webextensionbinding/ +--- +## WebExtensionBinding::WebExtensionBinding() constructor + + +Default constructor. + +```cpp +Aspose::Cells::WebExtensions::WebExtensionBinding::WebExtensionBinding() +``` + +## See Also + +* Class [WebExtensionBinding](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) +## WebExtensionBinding::WebExtensionBinding(WebExtensionBinding_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::WebExtensions::WebExtensionBinding::WebExtensionBinding(WebExtensionBinding_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionBinding](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) +## WebExtensionBinding::WebExtensionBinding(const WebExtensionBinding\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::WebExtensions::WebExtensionBinding::WebExtensionBinding(const WebExtensionBinding &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionBinding](../) +* Class [WebExtensionBinding](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionbinding/~webextensionbinding/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionbinding/~webextensionbinding/_index.md new file mode 100644 index 00000000000..6e559cc4386 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionbinding/~webextensionbinding/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionBinding::~WebExtensionBinding method +linktitle: ~WebExtensionBinding +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionBinding::~WebExtensionBinding method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.webextensions/webextensionbinding/~webextensionbinding/ +--- +## WebExtensionBinding::~WebExtensionBinding method + + +Destructor. + +```cpp +Aspose::Cells::WebExtensions::WebExtensionBinding::~WebExtensionBinding() +``` + +## See Also + +* Class [WebExtensionBinding](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionbindingcollection/_impl/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionbindingcollection/_impl/_index.md new file mode 100644 index 00000000000..21adf868ad2 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionbindingcollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionBindingCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionBindingCollection::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.webextensions/webextensionbindingcollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +WebExtensionBindingCollection_Impl* Aspose::Cells::WebExtensions::WebExtensionBindingCollection::_impl +``` + +## See Also + +* Class [WebExtensionBindingCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionbindingcollection/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionbindingcollection/_index.md new file mode 100644 index 00000000000..c74d9b5a42c --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionbindingcollection/_index.md @@ -0,0 +1,41 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionBindingCollection class +linktitle: WebExtensionBindingCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionBindingCollection class. Represents the list of binding relationships between an Office Add-in and the data in the document in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.webextensions/webextensionbindingcollection/ +--- +## WebExtensionBindingCollection class + + +Represents the list of binding relationships between an Office Add-in and the data in the document. + +```cpp +class WebExtensionBindingCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add()](./add/) | Adds an a binding relationship between an Office Add-in and the data in the document. | +| [Get(int32_t index)](./get/) | Gets web extension binding relationship by the specific index. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const WebExtensionBindingCollection\& src)](./operator_asm/) | operator= | +| [WebExtensionBindingCollection()](./webextensionbindingcollection/) | Default constructor. | +| [WebExtensionBindingCollection(WebExtensionBindingCollection_Impl* impl)](./webextensionbindingcollection/) | Constructs from an implementation object. | +| [WebExtensionBindingCollection(const WebExtensionBindingCollection\& src)](./webextensionbindingcollection/) | Copy constructor. | +| [~WebExtensionBindingCollection()](./~webextensionbindingcollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::WebExtensions](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionbindingcollection/add/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionbindingcollection/add/_index.md new file mode 100644 index 00000000000..7c440277a0f --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionbindingcollection/add/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionBindingCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionBindingCollection::Add method. Adds an a binding relationship between an Office Add-in and the data in the document in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.webextensions/webextensionbindingcollection/add/ +--- +## WebExtensionBindingCollection::Add method + + +Adds an a binding relationship between an Office Add-in and the data in the document. + +```cpp +int32_t Aspose::Cells::WebExtensions::WebExtensionBindingCollection::Add() +``` + + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionBindingCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionbindingcollection/get/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionbindingcollection/get/_index.md new file mode 100644 index 00000000000..4a0397cd8e9 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionbindingcollection/get/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionBindingCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionBindingCollection::Get method. Gets web extension binding relationship by the specific index in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.webextensions/webextensionbindingcollection/get/ +--- +## WebExtensionBindingCollection::Get method + + +Gets web extension binding relationship by the specific index. + +```cpp +WebExtensionBinding Aspose::Cells::WebExtensions::WebExtensionBindingCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The index. | + +## ReturnValue + +The web extension binding relationship + +## See Also + +* Class [WebExtensionBinding](../../webextensionbinding/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionBindingCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionbindingcollection/getcount/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionbindingcollection/getcount/_index.md new file mode 100644 index 00000000000..fc5fdceb8d2 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionbindingcollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionBindingCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::WebExtensions::WebExtensionBindingCollection class in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.webextensions/webextensionbindingcollection/getcount/ +--- +## WebExtensionBindingCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::WebExtensions::WebExtensionBindingCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionBindingCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionbindingcollection/isnull/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionbindingcollection/isnull/_index.md new file mode 100644 index 00000000000..696b8311d4a --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionbindingcollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionBindingCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionBindingCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.webextensions/webextensionbindingcollection/isnull/ +--- +## WebExtensionBindingCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::WebExtensions::WebExtensionBindingCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionBindingCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionbindingcollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionbindingcollection/operator_asm/_index.md new file mode 100644 index 00000000000..863208f91e1 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionbindingcollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionBindingCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionBindingCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.webextensions/webextensionbindingcollection/operator_asm/ +--- +## WebExtensionBindingCollection::operator= method + + +operator= + +```cpp +WebExtensionBindingCollection & Aspose::Cells::WebExtensions::WebExtensionBindingCollection::operator=(const WebExtensionBindingCollection &src) +``` + +## See Also + +* Class [WebExtensionBindingCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionBindingCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionbindingcollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionbindingcollection/operator_bool/_index.md new file mode 100644 index 00000000000..a314eecb819 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionbindingcollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionBindingCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionBindingCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.webextensions/webextensionbindingcollection/operator_bool/ +--- +## WebExtensionBindingCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::WebExtensions::WebExtensionBindingCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [WebExtensionBindingCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionbindingcollection/webextensionbindingcollection/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionbindingcollection/webextensionbindingcollection/_index.md new file mode 100644 index 00000000000..622a1cbde71 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionbindingcollection/webextensionbindingcollection/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionBindingCollection::WebExtensionBindingCollection constructor +linktitle: WebExtensionBindingCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionBindingCollection::WebExtensionBindingCollection constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.webextensions/webextensionbindingcollection/webextensionbindingcollection/ +--- +## WebExtensionBindingCollection::WebExtensionBindingCollection() constructor + + +Default constructor. + +```cpp +Aspose::Cells::WebExtensions::WebExtensionBindingCollection::WebExtensionBindingCollection() +``` + +## See Also + +* Class [WebExtensionBindingCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) +## WebExtensionBindingCollection::WebExtensionBindingCollection(WebExtensionBindingCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::WebExtensions::WebExtensionBindingCollection::WebExtensionBindingCollection(WebExtensionBindingCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionBindingCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) +## WebExtensionBindingCollection::WebExtensionBindingCollection(const WebExtensionBindingCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::WebExtensions::WebExtensionBindingCollection::WebExtensionBindingCollection(const WebExtensionBindingCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionBindingCollection](../) +* Class [WebExtensionBindingCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionbindingcollection/~webextensionbindingcollection/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionbindingcollection/~webextensionbindingcollection/_index.md new file mode 100644 index 00000000000..6420f7888cf --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionbindingcollection/~webextensionbindingcollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionBindingCollection::~WebExtensionBindingCollection method +linktitle: ~WebExtensionBindingCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionBindingCollection::~WebExtensionBindingCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.webextensions/webextensionbindingcollection/~webextensionbindingcollection/ +--- +## WebExtensionBindingCollection::~WebExtensionBindingCollection method + + +Destructor. + +```cpp +Aspose::Cells::WebExtensions::WebExtensionBindingCollection::~WebExtensionBindingCollection() +``` + +## See Also + +* Class [WebExtensionBindingCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensioncollection/_impl/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensioncollection/_impl/_index.md new file mode 100644 index 00000000000..52e879c31c0 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensioncollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionCollection::_impl field. The implementation object in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.webextensions/webextensioncollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +WebExtensionCollection_Impl* Aspose::Cells::WebExtensions::WebExtensionCollection::_impl +``` + +## See Also + +* Class [WebExtensionCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensioncollection/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensioncollection/_index.md new file mode 100644 index 00000000000..ecebd84c989 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensioncollection/_index.md @@ -0,0 +1,43 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionCollection class +linktitle: WebExtensionCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionCollection class. Represents the list of web extension in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.webextensions/webextensioncollection/ +--- +## WebExtensionCollection class + + +Represents the list of web extension. + +```cpp +class WebExtensionCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add()](./add/) | Adds a web extension. | +| [AddWebVideoPlayer(const U16String\& url, bool autoPlay, int32_t startTime, int32_t endTime)](./addwebvideoplayer/) | Add a web video player into exel. | +| [AddWebVideoPlayer(const char16_t* url, bool autoPlay, int32_t startTime, int32_t endTime)](./addwebvideoplayer/) | Add a web video player into exel. | +| [Get(int32_t index)](./get/) | Gets web extension by the specific index. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const WebExtensionCollection\& src)](./operator_asm/) | operator= | +| [RemoveAt(int32_t index)](./removeat/) | Remove web extension by the index. | +| [WebExtensionCollection(WebExtensionCollection_Impl* impl)](./webextensioncollection/) | Constructs from an implementation object. | +| [WebExtensionCollection(const WebExtensionCollection\& src)](./webextensioncollection/) | Copy constructor. | +| [~WebExtensionCollection()](./~webextensioncollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::WebExtensions](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensioncollection/add/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensioncollection/add/_index.md new file mode 100644 index 00000000000..85f06dbb234 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensioncollection/add/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionCollection::Add method. Adds a web extension in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.webextensions/webextensioncollection/add/ +--- +## WebExtensionCollection::Add method + + +Adds a web extension. + +```cpp +int32_t Aspose::Cells::WebExtensions::WebExtensionCollection::Add() +``` + + +## ReturnValue + +The index. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensioncollection/addwebvideoplayer/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensioncollection/addwebvideoplayer/_index.md new file mode 100644 index 00000000000..c7355539eca --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensioncollection/addwebvideoplayer/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionCollection::AddWebVideoPlayer method +linktitle: AddWebVideoPlayer +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionCollection::AddWebVideoPlayer method. Add a web video player into exel in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.webextensions/webextensioncollection/addwebvideoplayer/ +--- +## WebExtensionCollection::AddWebVideoPlayer(const U16String\&, bool, int32_t, int32_t) method + + +Add a web video player into exel. + +```cpp +int32_t Aspose::Cells::WebExtensions::WebExtensionCollection::AddWebVideoPlayer(const U16String &url, bool autoPlay, int32_t startTime, int32_t endTime) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| url | const U16String\& | | +| autoPlay | bool | Indicates whether auto playing the video. | +| startTime | int32_t | The start time in unit of seconds. | +| endTime | int32_t | The end time in unit of seconds. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [WebExtensionCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) +## WebExtensionCollection::AddWebVideoPlayer(const char16_t*, bool, int32_t, int32_t) method + + +Add a web video player into exel. + +```cpp +int32_t Aspose::Cells::WebExtensions::WebExtensionCollection::AddWebVideoPlayer(const char16_t *url, bool autoPlay, int32_t startTime, int32_t endTime) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| url | const char16_t* | | +| autoPlay | bool | Indicates whether auto playing the video. | +| startTime | int32_t | The start time in unit of seconds. | +| endTime | int32_t | The end time in unit of seconds. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensioncollection/get/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensioncollection/get/_index.md new file mode 100644 index 00000000000..ee02f03f0f3 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensioncollection/get/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionCollection::Get method. Gets web extension by the specific index in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.webextensions/webextensioncollection/get/ +--- +## WebExtensionCollection::Get method + + +Gets web extension by the specific index. + +```cpp +WebExtension Aspose::Cells::WebExtensions::WebExtensionCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The index. | + +## ReturnValue + +The web extension. + +## See Also + +* Class [WebExtension](../../webextension/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensioncollection/getcount/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensioncollection/getcount/_index.md new file mode 100644 index 00000000000..002ff62a047 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensioncollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::WebExtensions::WebExtensionCollection class in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.webextensions/webextensioncollection/getcount/ +--- +## WebExtensionCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::WebExtensions::WebExtensionCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensioncollection/isnull/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensioncollection/isnull/_index.md new file mode 100644 index 00000000000..25723728c9f --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensioncollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.webextensions/webextensioncollection/isnull/ +--- +## WebExtensionCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::WebExtensions::WebExtensionCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensioncollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensioncollection/operator_asm/_index.md new file mode 100644 index 00000000000..4b29cd51bb4 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensioncollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.webextensions/webextensioncollection/operator_asm/ +--- +## WebExtensionCollection::operator= method + + +operator= + +```cpp +WebExtensionCollection & Aspose::Cells::WebExtensions::WebExtensionCollection::operator=(const WebExtensionCollection &src) +``` + +## See Also + +* Class [WebExtensionCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensioncollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensioncollection/operator_bool/_index.md new file mode 100644 index 00000000000..982c58c771c --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensioncollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.webextensions/webextensioncollection/operator_bool/ +--- +## WebExtensionCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::WebExtensions::WebExtensionCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [WebExtensionCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensioncollection/removeat/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensioncollection/removeat/_index.md new file mode 100644 index 00000000000..9b6809f0f94 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensioncollection/removeat/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionCollection::RemoveAt method +linktitle: RemoveAt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionCollection::RemoveAt method. Remove web extension by the index in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.webextensions/webextensioncollection/removeat/ +--- +## WebExtensionCollection::RemoveAt method + + +Remove web extension by the index. + +```cpp +void Aspose::Cells::WebExtensions::WebExtensionCollection::RemoveAt(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The index. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensioncollection/webextensioncollection/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensioncollection/webextensioncollection/_index.md new file mode 100644 index 00000000000..b156060ba2c --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensioncollection/webextensioncollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionCollection::WebExtensionCollection constructor +linktitle: WebExtensionCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionCollection::WebExtensionCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.webextensions/webextensioncollection/webextensioncollection/ +--- +## WebExtensionCollection::WebExtensionCollection(WebExtensionCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::WebExtensions::WebExtensionCollection::WebExtensionCollection(WebExtensionCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) +## WebExtensionCollection::WebExtensionCollection(const WebExtensionCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::WebExtensions::WebExtensionCollection::WebExtensionCollection(const WebExtensionCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionCollection](../) +* Class [WebExtensionCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensioncollection/~webextensioncollection/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensioncollection/~webextensioncollection/_index.md new file mode 100644 index 00000000000..58a4bac73ad --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensioncollection/~webextensioncollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionCollection::~WebExtensionCollection method +linktitle: ~WebExtensionCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionCollection::~WebExtensionCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.webextensions/webextensioncollection/~webextensioncollection/ +--- +## WebExtensionCollection::~WebExtensionCollection method + + +Destructor. + +```cpp +Aspose::Cells::WebExtensions::WebExtensionCollection::~WebExtensionCollection() +``` + +## See Also + +* Class [WebExtensionCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionproperty/_impl/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionproperty/_impl/_index.md new file mode 100644 index 00000000000..8a4acb25a03 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionproperty/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionProperty::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionProperty::_impl field. The implementation object in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.webextensions/webextensionproperty/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +WebExtensionProperty_Impl* Aspose::Cells::WebExtensions::WebExtensionProperty::_impl +``` + +## See Also + +* Class [WebExtensionProperty](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionproperty/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionproperty/_index.md new file mode 100644 index 00000000000..ba4e373ceca --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionproperty/_index.md @@ -0,0 +1,43 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionProperty class +linktitle: WebExtensionProperty +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionProperty class. Represents an Office Add-in custom property in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.webextensions/webextensionproperty/ +--- +## WebExtensionProperty class + + +Represents an Office Add-in custom property. + +```cpp +class WebExtensionProperty +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetName()](./getname/) | Gets and set a custom property name. | +| [GetValue()](./getvalue/) | Gets and sets a custom property value. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const WebExtensionProperty\& src)](./operator_asm/) | operator= | +| [SetName(const U16String\& value)](./setname/) | Gets and set a custom property name. | +| [SetName(const char16_t* value)](./setname/) | Gets and set a custom property name. | +| [SetValue(const U16String\& value)](./setvalue/) | Gets and sets a custom property value. | +| [SetValue(const char16_t* value)](./setvalue/) | Gets and sets a custom property value. | +| [WebExtensionProperty(WebExtensionProperty_Impl* impl)](./webextensionproperty/) | Constructs from an implementation object. | +| [WebExtensionProperty(const WebExtensionProperty\& src)](./webextensionproperty/) | Copy constructor. | +| [~WebExtensionProperty()](./~webextensionproperty/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::WebExtensions](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionproperty/getname/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionproperty/getname/_index.md new file mode 100644 index 00000000000..5288fb1f152 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionproperty/getname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionProperty::GetName method +linktitle: GetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionProperty::GetName method. Gets and set a custom property name in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.webextensions/webextensionproperty/getname/ +--- +## WebExtensionProperty::GetName method + + +Gets and set a custom property name. + +```cpp +U16String Aspose::Cells::WebExtensions::WebExtensionProperty::GetName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [WebExtensionProperty](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionproperty/getvalue/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionproperty/getvalue/_index.md new file mode 100644 index 00000000000..c5125468d4e --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionproperty/getvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionProperty::GetValue method +linktitle: GetValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionProperty::GetValue method. Gets and sets a custom property value in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.webextensions/webextensionproperty/getvalue/ +--- +## WebExtensionProperty::GetValue method + + +Gets and sets a custom property value. + +```cpp +U16String Aspose::Cells::WebExtensions::WebExtensionProperty::GetValue() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [WebExtensionProperty](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionproperty/isnull/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionproperty/isnull/_index.md new file mode 100644 index 00000000000..9d50e13e739 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionproperty/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionProperty::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionProperty::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.webextensions/webextensionproperty/isnull/ +--- +## WebExtensionProperty::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::WebExtensions::WebExtensionProperty::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionProperty](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionproperty/operator_asm/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionproperty/operator_asm/_index.md new file mode 100644 index 00000000000..8a889e7e662 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionproperty/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionProperty::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionProperty::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.webextensions/webextensionproperty/operator_asm/ +--- +## WebExtensionProperty::operator= method + + +operator= + +```cpp +WebExtensionProperty & Aspose::Cells::WebExtensions::WebExtensionProperty::operator=(const WebExtensionProperty &src) +``` + +## See Also + +* Class [WebExtensionProperty](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionProperty](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionproperty/operator_bool/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionproperty/operator_bool/_index.md new file mode 100644 index 00000000000..64e5d9186ff --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionproperty/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionProperty::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionProperty::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.webextensions/webextensionproperty/operator_bool/ +--- +## WebExtensionProperty::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::WebExtensions::WebExtensionProperty::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [WebExtensionProperty](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionproperty/setname/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionproperty/setname/_index.md new file mode 100644 index 00000000000..8d5cc32a3db --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionproperty/setname/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionProperty::SetName method +linktitle: SetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionProperty::SetName method. Gets and set a custom property name in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.webextensions/webextensionproperty/setname/ +--- +## WebExtensionProperty::SetName(const U16String\&) method + + +Gets and set a custom property name. + +```cpp +void Aspose::Cells::WebExtensions::WebExtensionProperty::SetName(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [WebExtensionProperty](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) +## WebExtensionProperty::SetName(const char16_t*) method + + +Gets and set a custom property name. + +```cpp +void Aspose::Cells::WebExtensions::WebExtensionProperty::SetName(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionProperty](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionproperty/setvalue/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionproperty/setvalue/_index.md new file mode 100644 index 00000000000..692f5a8fb18 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionproperty/setvalue/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionProperty::SetValue method +linktitle: SetValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionProperty::SetValue method. Gets and sets a custom property value in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.webextensions/webextensionproperty/setvalue/ +--- +## WebExtensionProperty::SetValue(const U16String\&) method + + +Gets and sets a custom property value. + +```cpp +void Aspose::Cells::WebExtensions::WebExtensionProperty::SetValue(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [WebExtensionProperty](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) +## WebExtensionProperty::SetValue(const char16_t*) method + + +Gets and sets a custom property value. + +```cpp +void Aspose::Cells::WebExtensions::WebExtensionProperty::SetValue(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionProperty](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionproperty/webextensionproperty/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionproperty/webextensionproperty/_index.md new file mode 100644 index 00000000000..782dc73eb2a --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionproperty/webextensionproperty/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionProperty::WebExtensionProperty constructor +linktitle: WebExtensionProperty +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionProperty::WebExtensionProperty constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.webextensions/webextensionproperty/webextensionproperty/ +--- +## WebExtensionProperty::WebExtensionProperty(WebExtensionProperty_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::WebExtensions::WebExtensionProperty::WebExtensionProperty(WebExtensionProperty_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionProperty](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) +## WebExtensionProperty::WebExtensionProperty(const WebExtensionProperty\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::WebExtensions::WebExtensionProperty::WebExtensionProperty(const WebExtensionProperty &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionProperty](../) +* Class [WebExtensionProperty](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionproperty/~webextensionproperty/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionproperty/~webextensionproperty/_index.md new file mode 100644 index 00000000000..eeaef31505c --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionproperty/~webextensionproperty/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionProperty::~WebExtensionProperty method +linktitle: ~WebExtensionProperty +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionProperty::~WebExtensionProperty method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.webextensions/webextensionproperty/~webextensionproperty/ +--- +## WebExtensionProperty::~WebExtensionProperty method + + +Destructor. + +```cpp +Aspose::Cells::WebExtensions::WebExtensionProperty::~WebExtensionProperty() +``` + +## See Also + +* Class [WebExtensionProperty](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionpropertycollection/_impl/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionpropertycollection/_impl/_index.md new file mode 100644 index 00000000000..832eab32181 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionpropertycollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::_impl field. The implementation object in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.webextensions/webextensionpropertycollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +WebExtensionPropertyCollection_Impl* Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::_impl +``` + +## See Also + +* Class [WebExtensionPropertyCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionpropertycollection/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionpropertycollection/_index.md new file mode 100644 index 00000000000..a2bc81fea7f --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionpropertycollection/_index.md @@ -0,0 +1,46 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionPropertyCollection class +linktitle: WebExtensionPropertyCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionPropertyCollection class. Represents the list of web extension properties in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.webextensions/webextensionpropertycollection/ +--- +## WebExtensionPropertyCollection class + + +Represents the list of web extension properties. + +```cpp +class WebExtensionPropertyCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add(const U16String\& name, const U16String\& value)](./add/) | Adds web extension property. | +| [Add(const char16_t* name, const char16_t* value)](./add/) | Adds web extension property. | +| [Get(int32_t index)](./get/) | Gets the property of web extension by the index. | +| [Get(const U16String\& name)](./get/) | Gets the property of web extension. | +| [Get(const char16_t* name)](./get/) | Gets the property of web extension. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const WebExtensionPropertyCollection\& src)](./operator_asm/) | operator= | +| [RemoveAt(const U16String\& name)](./removeat/) | Remove the property by the name. | +| [RemoveAt(const char16_t* name)](./removeat/) | Remove the property by the name. | +| [WebExtensionPropertyCollection()](./webextensionpropertycollection/) | Default constructor. | +| [WebExtensionPropertyCollection(WebExtensionPropertyCollection_Impl* impl)](./webextensionpropertycollection/) | Constructs from an implementation object. | +| [WebExtensionPropertyCollection(const WebExtensionPropertyCollection\& src)](./webextensionpropertycollection/) | Copy constructor. | +| [~WebExtensionPropertyCollection()](./~webextensionpropertycollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::WebExtensions](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionpropertycollection/add/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionpropertycollection/add/_index.md new file mode 100644 index 00000000000..8064b40d8f8 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionpropertycollection/add/_index.md @@ -0,0 +1,60 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::Add method. Adds web extension property in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.webextensions/webextensionpropertycollection/add/ +--- +## WebExtensionPropertyCollection::Add(const U16String\&, const U16String\&) method + + +Adds web extension property. + +```cpp +int32_t Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::Add(const U16String &name, const U16String &value) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const U16String\& | The name of property. | +| value | const U16String\& | The value of property. | + +## ReturnValue + +The index of added property. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [WebExtensionPropertyCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) +## WebExtensionPropertyCollection::Add(const char16_t*, const char16_t*) method + + +Adds web extension property. + +```cpp +int32_t Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::Add(const char16_t *name, const char16_t *value) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const char16_t* | The name of property. | +| value | const char16_t* | The value of property. | + +## ReturnValue + +The index of added property. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionPropertyCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionpropertycollection/get/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionpropertycollection/get/_index.md new file mode 100644 index 00000000000..8035cca1a9a --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionpropertycollection/get/_index.md @@ -0,0 +1,85 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::Get method. Gets the property of web extension by the index in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.webextensions/webextensionpropertycollection/get/ +--- +## WebExtensionPropertyCollection::Get(int32_t) method + + +Gets the property of web extension by the index. + +```cpp +WebExtensionProperty Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The index. | + +## ReturnValue + +The property of web extension. + +## See Also + +* Class [WebExtensionProperty](../../webextensionproperty/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionPropertyCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) +## WebExtensionPropertyCollection::Get(const U16String\&) method + + +Gets the property of web extension. + +```cpp +WebExtensionProperty Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::Get(const U16String &name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const U16String\& | The name of property. | + +## ReturnValue + +The property of web extension. + +## See Also + +* Class [WebExtensionProperty](../../webextensionproperty/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [WebExtensionPropertyCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) +## WebExtensionPropertyCollection::Get(const char16_t*) method + + +Gets the property of web extension. + +```cpp +WebExtensionProperty Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::Get(const char16_t *name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const char16_t* | The name of property. | + +## ReturnValue + +The property of web extension. + +## See Also + +* Class [WebExtensionProperty](../../webextensionproperty/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionPropertyCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionpropertycollection/getcount/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionpropertycollection/getcount/_index.md new file mode 100644 index 00000000000..24c5e85efc0 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionpropertycollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::WebExtensions::WebExtensionPropertyCollection class in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.webextensions/webextensionpropertycollection/getcount/ +--- +## WebExtensionPropertyCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionPropertyCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionpropertycollection/isnull/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionpropertycollection/isnull/_index.md new file mode 100644 index 00000000000..47e855037f1 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionpropertycollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.webextensions/webextensionpropertycollection/isnull/ +--- +## WebExtensionPropertyCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionPropertyCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionpropertycollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionpropertycollection/operator_asm/_index.md new file mode 100644 index 00000000000..f3574cb2339 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionpropertycollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.webextensions/webextensionpropertycollection/operator_asm/ +--- +## WebExtensionPropertyCollection::operator= method + + +operator= + +```cpp +WebExtensionPropertyCollection & Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::operator=(const WebExtensionPropertyCollection &src) +``` + +## See Also + +* Class [WebExtensionPropertyCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionPropertyCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionpropertycollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionpropertycollection/operator_bool/_index.md new file mode 100644 index 00000000000..89a26e572ca --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionpropertycollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.webextensions/webextensionpropertycollection/operator_bool/ +--- +## WebExtensionPropertyCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [WebExtensionPropertyCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionpropertycollection/removeat/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionpropertycollection/removeat/_index.md new file mode 100644 index 00000000000..b53f71a48c1 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionpropertycollection/removeat/_index.md @@ -0,0 +1,50 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::RemoveAt method +linktitle: RemoveAt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::RemoveAt method. Remove the property by the name in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.webextensions/webextensionpropertycollection/removeat/ +--- +## WebExtensionPropertyCollection::RemoveAt(const U16String\&) method + + +Remove the property by the name. + +```cpp +void Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::RemoveAt(const U16String &name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const U16String\& | The name of the property. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [WebExtensionPropertyCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) +## WebExtensionPropertyCollection::RemoveAt(const char16_t*) method + + +Remove the property by the name. + +```cpp +void Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::RemoveAt(const char16_t *name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const char16_t* | The name of the property. | + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionPropertyCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionpropertycollection/webextensionpropertycollection/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionpropertycollection/webextensionpropertycollection/_index.md new file mode 100644 index 00000000000..d0cdf45d5cd --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionpropertycollection/webextensionpropertycollection/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::WebExtensionPropertyCollection constructor +linktitle: WebExtensionPropertyCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::WebExtensionPropertyCollection constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.webextensions/webextensionpropertycollection/webextensionpropertycollection/ +--- +## WebExtensionPropertyCollection::WebExtensionPropertyCollection() constructor + + +Default constructor. + +```cpp +Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::WebExtensionPropertyCollection() +``` + +## See Also + +* Class [WebExtensionPropertyCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) +## WebExtensionPropertyCollection::WebExtensionPropertyCollection(WebExtensionPropertyCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::WebExtensionPropertyCollection(WebExtensionPropertyCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionPropertyCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) +## WebExtensionPropertyCollection::WebExtensionPropertyCollection(const WebExtensionPropertyCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::WebExtensionPropertyCollection(const WebExtensionPropertyCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionPropertyCollection](../) +* Class [WebExtensionPropertyCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionpropertycollection/~webextensionpropertycollection/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionpropertycollection/~webextensionpropertycollection/_index.md new file mode 100644 index 00000000000..35db9fb9be5 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionpropertycollection/~webextensionpropertycollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::~WebExtensionPropertyCollection method +linktitle: ~WebExtensionPropertyCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::~WebExtensionPropertyCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.webextensions/webextensionpropertycollection/~webextensionpropertycollection/ +--- +## WebExtensionPropertyCollection::~WebExtensionPropertyCollection method + + +Destructor. + +```cpp +Aspose::Cells::WebExtensions::WebExtensionPropertyCollection::~WebExtensionPropertyCollection() +``` + +## See Also + +* Class [WebExtensionPropertyCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionreference/_impl/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionreference/_impl/_index.md new file mode 100644 index 00000000000..1b6c77cb0aa --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionreference/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionReference::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionReference::_impl field. The implementation object in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.webextensions/webextensionreference/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +WebExtensionReference_Impl* Aspose::Cells::WebExtensions::WebExtensionReference::_impl +``` + +## See Also + +* Class [WebExtensionReference](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionreference/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionreference/_index.md new file mode 100644 index 00000000000..73b6fc3f79c --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionreference/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionReference class +linktitle: WebExtensionReference +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionReference class. Represents identify the provider location and version of the extension in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.webextensions/webextensionreference/ +--- +## WebExtensionReference class + + +Represents identify the provider location and version of the extension. + +```cpp +class WebExtensionReference +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetId()](./getid/) | Gets and sets the identifier associated with the Office Add-in within a catalog provider. The identifier MUST be unique within a catalog provider. | +| [GetStoreName()](./getstorename/) | Gets and sets the instance of the marketplace where the Office Add-in is stored. . | +| [GetStoreType()](./getstoretype/) | Gets and sets the type of marketplace that the store attribute identifies. | +| [GetVersion()](./getversion/) | Gets and sets the version. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const WebExtensionReference\& src)](./operator_asm/) | operator= | +| [SetId(const U16String\& value)](./setid/) | Gets and sets the identifier associated with the Office Add-in within a catalog provider. The identifier MUST be unique within a catalog provider. | +| [SetId(const char16_t* value)](./setid/) | Gets and sets the identifier associated with the Office Add-in within a catalog provider. The identifier MUST be unique within a catalog provider. | +| [SetStoreName(const U16String\& value)](./setstorename/) | Gets and sets the instance of the marketplace where the Office Add-in is stored. . | +| [SetStoreName(const char16_t* value)](./setstorename/) | Gets and sets the instance of the marketplace where the Office Add-in is stored. . | +| [SetStoreType(WebExtensionStoreType value)](./setstoretype/) | Gets and sets the type of marketplace that the store attribute identifies. | +| [SetVersion(const U16String\& value)](./setversion/) | Gets and sets the version. | +| [SetVersion(const char16_t* value)](./setversion/) | Gets and sets the version. | +| [WebExtensionReference(WebExtensionReference_Impl* impl)](./webextensionreference/) | Constructs from an implementation object. | +| [WebExtensionReference(const WebExtensionReference\& src)](./webextensionreference/) | Copy constructor. | +| [~WebExtensionReference()](./~webextensionreference/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::WebExtensions](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionreference/getid/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionreference/getid/_index.md new file mode 100644 index 00000000000..3502eab1185 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionreference/getid/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionReference::GetId method +linktitle: GetId +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionReference::GetId method. Gets and sets the identifier associated with the Office Add-in within a catalog provider. The identifier MUST be unique within a catalog provider in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.webextensions/webextensionreference/getid/ +--- +## WebExtensionReference::GetId method + + +Gets and sets the identifier associated with the Office Add-in within a catalog provider. The identifier MUST be unique within a catalog provider. + +```cpp +U16String Aspose::Cells::WebExtensions::WebExtensionReference::GetId() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [WebExtensionReference](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionreference/getstorename/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionreference/getstorename/_index.md new file mode 100644 index 00000000000..47cd1e4c2e9 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionreference/getstorename/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionReference::GetStoreName method +linktitle: GetStoreName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionReference::GetStoreName method. Gets and sets the instance of the marketplace where the Office Add-in is stored. in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.webextensions/webextensionreference/getstorename/ +--- +## WebExtensionReference::GetStoreName method + + +Gets and sets the instance of the marketplace where the Office Add-in is stored. . + +```cpp +U16String Aspose::Cells::WebExtensions::WebExtensionReference::GetStoreName() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [WebExtensionReference](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionreference/getstoretype/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionreference/getstoretype/_index.md new file mode 100644 index 00000000000..73b944ed871 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionreference/getstoretype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionReference::GetStoreType method +linktitle: GetStoreType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionReference::GetStoreType method. Gets and sets the type of marketplace that the store attribute identifies in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.webextensions/webextensionreference/getstoretype/ +--- +## WebExtensionReference::GetStoreType method + + +Gets and sets the type of marketplace that the store attribute identifies. + +```cpp +WebExtensionStoreType Aspose::Cells::WebExtensions::WebExtensionReference::GetStoreType() +``` + +## See Also + +* Enum [WebExtensionStoreType](../../webextensionstoretype/) +* Class [WebExtensionReference](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionreference/getversion/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionreference/getversion/_index.md new file mode 100644 index 00000000000..2e246775477 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionreference/getversion/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionReference::GetVersion method +linktitle: GetVersion +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionReference::GetVersion method. Gets and sets the version in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.webextensions/webextensionreference/getversion/ +--- +## WebExtensionReference::GetVersion method + + +Gets and sets the version. + +```cpp +U16String Aspose::Cells::WebExtensions::WebExtensionReference::GetVersion() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [WebExtensionReference](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionreference/isnull/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionreference/isnull/_index.md new file mode 100644 index 00000000000..252fa2f9c84 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionreference/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionReference::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionReference::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.webextensions/webextensionreference/isnull/ +--- +## WebExtensionReference::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::WebExtensions::WebExtensionReference::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionReference](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionreference/operator_asm/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionreference/operator_asm/_index.md new file mode 100644 index 00000000000..27660be97d3 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionreference/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionReference::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionReference::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.webextensions/webextensionreference/operator_asm/ +--- +## WebExtensionReference::operator= method + + +operator= + +```cpp +WebExtensionReference & Aspose::Cells::WebExtensions::WebExtensionReference::operator=(const WebExtensionReference &src) +``` + +## See Also + +* Class [WebExtensionReference](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionReference](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionreference/operator_bool/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionreference/operator_bool/_index.md new file mode 100644 index 00000000000..f43035bbd15 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionreference/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionReference::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionReference::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.webextensions/webextensionreference/operator_bool/ +--- +## WebExtensionReference::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::WebExtensions::WebExtensionReference::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [WebExtensionReference](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionreference/setid/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionreference/setid/_index.md new file mode 100644 index 00000000000..28b18db5e2b --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionreference/setid/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionReference::SetId method +linktitle: SetId +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionReference::SetId method. Gets and sets the identifier associated with the Office Add-in within a catalog provider. The identifier MUST be unique within a catalog provider in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.webextensions/webextensionreference/setid/ +--- +## WebExtensionReference::SetId(const U16String\&) method + + +Gets and sets the identifier associated with the Office Add-in within a catalog provider. The identifier MUST be unique within a catalog provider. + +```cpp +void Aspose::Cells::WebExtensions::WebExtensionReference::SetId(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [WebExtensionReference](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) +## WebExtensionReference::SetId(const char16_t*) method + + +Gets and sets the identifier associated with the Office Add-in within a catalog provider. The identifier MUST be unique within a catalog provider. + +```cpp +void Aspose::Cells::WebExtensions::WebExtensionReference::SetId(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionReference](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionreference/setstorename/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionreference/setstorename/_index.md new file mode 100644 index 00000000000..29873e63859 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionreference/setstorename/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionReference::SetStoreName method +linktitle: SetStoreName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionReference::SetStoreName method. Gets and sets the instance of the marketplace where the Office Add-in is stored. in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.webextensions/webextensionreference/setstorename/ +--- +## WebExtensionReference::SetStoreName(const U16String\&) method + + +Gets and sets the instance of the marketplace where the Office Add-in is stored. . + +```cpp +void Aspose::Cells::WebExtensions::WebExtensionReference::SetStoreName(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [WebExtensionReference](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) +## WebExtensionReference::SetStoreName(const char16_t*) method + + +Gets and sets the instance of the marketplace where the Office Add-in is stored. . + +```cpp +void Aspose::Cells::WebExtensions::WebExtensionReference::SetStoreName(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionReference](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionreference/setstoretype/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionreference/setstoretype/_index.md new file mode 100644 index 00000000000..181cedc341f --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionreference/setstoretype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionReference::SetStoreType method +linktitle: SetStoreType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionReference::SetStoreType method. Gets and sets the type of marketplace that the store attribute identifies in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.webextensions/webextensionreference/setstoretype/ +--- +## WebExtensionReference::SetStoreType method + + +Gets and sets the type of marketplace that the store attribute identifies. + +```cpp +void Aspose::Cells::WebExtensions::WebExtensionReference::SetStoreType(WebExtensionStoreType value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Enum [WebExtensionStoreType](../../webextensionstoretype/) +* Class [WebExtensionReference](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionreference/setversion/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionreference/setversion/_index.md new file mode 100644 index 00000000000..d68e6d73f68 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionreference/setversion/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionReference::SetVersion method +linktitle: SetVersion +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionReference::SetVersion method. Gets and sets the version in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.webextensions/webextensionreference/setversion/ +--- +## WebExtensionReference::SetVersion(const U16String\&) method + + +Gets and sets the version. + +```cpp +void Aspose::Cells::WebExtensions::WebExtensionReference::SetVersion(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [WebExtensionReference](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) +## WebExtensionReference::SetVersion(const char16_t*) method + + +Gets and sets the version. + +```cpp +void Aspose::Cells::WebExtensions::WebExtensionReference::SetVersion(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionReference](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionreference/webextensionreference/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionreference/webextensionreference/_index.md new file mode 100644 index 00000000000..4c0fbc99f35 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionreference/webextensionreference/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionReference::WebExtensionReference constructor +linktitle: WebExtensionReference +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionReference::WebExtensionReference constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.webextensions/webextensionreference/webextensionreference/ +--- +## WebExtensionReference::WebExtensionReference(WebExtensionReference_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::WebExtensions::WebExtensionReference::WebExtensionReference(WebExtensionReference_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionReference](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) +## WebExtensionReference::WebExtensionReference(const WebExtensionReference\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::WebExtensions::WebExtensionReference::WebExtensionReference(const WebExtensionReference &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionReference](../) +* Class [WebExtensionReference](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionreference/~webextensionreference/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionreference/~webextensionreference/_index.md new file mode 100644 index 00000000000..64834179761 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionreference/~webextensionreference/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionReference::~WebExtensionReference method +linktitle: ~WebExtensionReference +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionReference::~WebExtensionReference method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.webextensions/webextensionreference/~webextensionreference/ +--- +## WebExtensionReference::~WebExtensionReference method + + +Destructor. + +```cpp +Aspose::Cells::WebExtensions::WebExtensionReference::~WebExtensionReference() +``` + +## See Also + +* Class [WebExtensionReference](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionreferencecollection/_impl/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionreferencecollection/_impl/_index.md new file mode 100644 index 00000000000..0d7d0ad20a3 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionreferencecollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionReferenceCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionReferenceCollection::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.webextensions/webextensionreferencecollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +WebExtensionReferenceCollection_Impl* Aspose::Cells::WebExtensions::WebExtensionReferenceCollection::_impl +``` + +## See Also + +* Class [WebExtensionReferenceCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionreferencecollection/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionreferencecollection/_index.md new file mode 100644 index 00000000000..3ca86c82490 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionreferencecollection/_index.md @@ -0,0 +1,41 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionReferenceCollection class +linktitle: WebExtensionReferenceCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionReferenceCollection class. Represents the list of web extension reference in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.webextensions/webextensionreferencecollection/ +--- +## WebExtensionReferenceCollection class + + +Represents the list of web extension reference. + +```cpp +class WebExtensionReferenceCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add()](./add/) | Adds an empty reference of web extension. | +| [Get(int32_t index)](./get/) | Gets web extension by the specific index. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const WebExtensionReferenceCollection\& src)](./operator_asm/) | operator= | +| [WebExtensionReferenceCollection()](./webextensionreferencecollection/) | Default constructor. | +| [WebExtensionReferenceCollection(WebExtensionReferenceCollection_Impl* impl)](./webextensionreferencecollection/) | Constructs from an implementation object. | +| [WebExtensionReferenceCollection(const WebExtensionReferenceCollection\& src)](./webextensionreferencecollection/) | Copy constructor. | +| [~WebExtensionReferenceCollection()](./~webextensionreferencecollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::WebExtensions](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionreferencecollection/add/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionreferencecollection/add/_index.md new file mode 100644 index 00000000000..f0fcf4abdbd --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionreferencecollection/add/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionReferenceCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionReferenceCollection::Add method. Adds an empty reference of web extension in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.webextensions/webextensionreferencecollection/add/ +--- +## WebExtensionReferenceCollection::Add method + + +Adds an empty reference of web extension. + +```cpp +int32_t Aspose::Cells::WebExtensions::WebExtensionReferenceCollection::Add() +``` + + +## ReturnValue + + + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionReferenceCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionreferencecollection/get/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionreferencecollection/get/_index.md new file mode 100644 index 00000000000..76a1a44a6ae --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionreferencecollection/get/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionReferenceCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionReferenceCollection::Get method. Gets web extension by the specific index in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.webextensions/webextensionreferencecollection/get/ +--- +## WebExtensionReferenceCollection::Get method + + +Gets web extension by the specific index. + +```cpp +WebExtensionReference Aspose::Cells::WebExtensions::WebExtensionReferenceCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The index. | + +## ReturnValue + +The web extension + +## See Also + +* Class [WebExtensionReference](../../webextensionreference/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionReferenceCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionreferencecollection/getcount/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionreferencecollection/getcount/_index.md new file mode 100644 index 00000000000..0d706afd368 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionreferencecollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionReferenceCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::WebExtensions::WebExtensionReferenceCollection class in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.webextensions/webextensionreferencecollection/getcount/ +--- +## WebExtensionReferenceCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::WebExtensions::WebExtensionReferenceCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionReferenceCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionreferencecollection/isnull/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionreferencecollection/isnull/_index.md new file mode 100644 index 00000000000..98af185fe6b --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionreferencecollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionReferenceCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionReferenceCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.webextensions/webextensionreferencecollection/isnull/ +--- +## WebExtensionReferenceCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::WebExtensions::WebExtensionReferenceCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionReferenceCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionreferencecollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionreferencecollection/operator_asm/_index.md new file mode 100644 index 00000000000..b78f20378f7 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionreferencecollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionReferenceCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionReferenceCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.webextensions/webextensionreferencecollection/operator_asm/ +--- +## WebExtensionReferenceCollection::operator= method + + +operator= + +```cpp +WebExtensionReferenceCollection & Aspose::Cells::WebExtensions::WebExtensionReferenceCollection::operator=(const WebExtensionReferenceCollection &src) +``` + +## See Also + +* Class [WebExtensionReferenceCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionReferenceCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionreferencecollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionreferencecollection/operator_bool/_index.md new file mode 100644 index 00000000000..a649fd5dafc --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionreferencecollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionReferenceCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionReferenceCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.webextensions/webextensionreferencecollection/operator_bool/ +--- +## WebExtensionReferenceCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::WebExtensions::WebExtensionReferenceCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [WebExtensionReferenceCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionreferencecollection/webextensionreferencecollection/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionreferencecollection/webextensionreferencecollection/_index.md new file mode 100644 index 00000000000..915a2fb7bb4 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionreferencecollection/webextensionreferencecollection/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionReferenceCollection::WebExtensionReferenceCollection constructor +linktitle: WebExtensionReferenceCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionReferenceCollection::WebExtensionReferenceCollection constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.webextensions/webextensionreferencecollection/webextensionreferencecollection/ +--- +## WebExtensionReferenceCollection::WebExtensionReferenceCollection() constructor + + +Default constructor. + +```cpp +Aspose::Cells::WebExtensions::WebExtensionReferenceCollection::WebExtensionReferenceCollection() +``` + +## See Also + +* Class [WebExtensionReferenceCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) +## WebExtensionReferenceCollection::WebExtensionReferenceCollection(WebExtensionReferenceCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::WebExtensions::WebExtensionReferenceCollection::WebExtensionReferenceCollection(WebExtensionReferenceCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionReferenceCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) +## WebExtensionReferenceCollection::WebExtensionReferenceCollection(const WebExtensionReferenceCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::WebExtensions::WebExtensionReferenceCollection::WebExtensionReferenceCollection(const WebExtensionReferenceCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionReferenceCollection](../) +* Class [WebExtensionReferenceCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionreferencecollection/~webextensionreferencecollection/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionreferencecollection/~webextensionreferencecollection/_index.md new file mode 100644 index 00000000000..013a2712234 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionreferencecollection/~webextensionreferencecollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionReferenceCollection::~WebExtensionReferenceCollection method +linktitle: ~WebExtensionReferenceCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionReferenceCollection::~WebExtensionReferenceCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.webextensions/webextensionreferencecollection/~webextensionreferencecollection/ +--- +## WebExtensionReferenceCollection::~WebExtensionReferenceCollection method + + +Destructor. + +```cpp +Aspose::Cells::WebExtensions::WebExtensionReferenceCollection::~WebExtensionReferenceCollection() +``` + +## See Also + +* Class [WebExtensionReferenceCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensionstoretype/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensionstoretype/_index.md new file mode 100644 index 00000000000..97d9c435fe4 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensionstoretype/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionStoreType enum +linktitle: WebExtensionStoreType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionStoreType enum. Represents the store type of web extension in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.webextensions/webextensionstoretype/ +--- +## WebExtensionStoreType enum + + +Represents the store type of web extension. + +```cpp +enum class WebExtensionStoreType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| OMEX | 0 |
Specifies that the store type is Office.com. | +| SPCatalog | 1 |
Specifies that the store type is SharePoint corporate catalog. | +| SPApp | 2 |
Specifies that the store type is a SharePoint web application. | +| Exchange | 3 |
Specifies that the store type is an Exchange server. | +| FileSystem | 4 |
Specifies that the store type is a file system share. | +| Registry | 5 |
Specifies that the store type is the system registry. | +| ExCatalog | 6 |
Specifies that the store type is Centralized Deployment via Exchange. | + +## See Also + +* Namespace [Aspose::Cells::WebExtensions](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/_impl/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/_impl/_index.md new file mode 100644 index 00000000000..4987e86a349 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionTaskPane::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionTaskPane::_impl field. The implementation object in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells.webextensions/webextensiontaskpane/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +WebExtensionTaskPane_Impl* Aspose::Cells::WebExtensions::WebExtensionTaskPane::_impl +``` + +## See Also + +* Class [WebExtensionTaskPane](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/_index.md new file mode 100644 index 00000000000..6932fe06e08 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/_index.md @@ -0,0 +1,50 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionTaskPane class +linktitle: WebExtensionTaskPane +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionTaskPane class. Represents a persisted taskpane object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.webextensions/webextensiontaskpane/ +--- +## WebExtensionTaskPane class + + +Represents a persisted taskpane object. + +```cpp +class WebExtensionTaskPane +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetDockState()](./getdockstate/) | Gets and sets the last-docked location of this taskpane object. | +| [GetRow()](./getrow/) | Gets and sets the index, enumerating from the outside to the inside, of this taskpane among other persisted taskpanes docked in the same default location. | +| [GetWebExtension()](./getwebextension/) | Gets and sets the web extension part associated with the taskpane instance. | +| [GetWidth()](./getwidth/) | Gets and sets the default width value for this taskpane instance. | +| [IsLocked()](./islocked/) | Indicates whether the taskpane is locked to the document in the UI and cannot be closed by the user. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsVisible()](./isvisible/) | Indicates whether the Task Pane shows as visible by default when the document opens. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const WebExtensionTaskPane\& src)](./operator_asm/) | operator= | +| [SetDockState(const U16String\& value)](./setdockstate/) | Gets and sets the last-docked location of this taskpane object. | +| [SetDockState(const char16_t* value)](./setdockstate/) | Gets and sets the last-docked location of this taskpane object. | +| [SetIsLocked(bool value)](./setislocked/) | Indicates whether the taskpane is locked to the document in the UI and cannot be closed by the user. | +| [SetIsVisible(bool value)](./setisvisible/) | Indicates whether the Task Pane shows as visible by default when the document opens. | +| [SetRow(int32_t value)](./setrow/) | Gets and sets the index, enumerating from the outside to the inside, of this taskpane among other persisted taskpanes docked in the same default location. | +| [SetWebExtension(const WebExtension\& value)](./setwebextension/) | Gets and sets the web extension part associated with the taskpane instance. | +| [SetWidth(double value)](./setwidth/) | Gets and sets the default width value for this taskpane instance. | +| [WebExtensionTaskPane(WebExtensionTaskPane_Impl* impl)](./webextensiontaskpane/) | Constructs from an implementation object. | +| [WebExtensionTaskPane(const WebExtensionTaskPane\& src)](./webextensiontaskpane/) | Copy constructor. | +| [~WebExtensionTaskPane()](./~webextensiontaskpane/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::WebExtensions](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/getdockstate/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/getdockstate/_index.md new file mode 100644 index 00000000000..6af797a049f --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/getdockstate/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionTaskPane::GetDockState method +linktitle: GetDockState +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionTaskPane::GetDockState method. Gets and sets the last-docked location of this taskpane object in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.webextensions/webextensiontaskpane/getdockstate/ +--- +## WebExtensionTaskPane::GetDockState method + + +Gets and sets the last-docked location of this taskpane object. + +```cpp +U16String Aspose::Cells::WebExtensions::WebExtensionTaskPane::GetDockState() +``` + +## See Also + +* Class [U16String](../../../aspose.cells/u16string/) +* Class [WebExtensionTaskPane](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/getrow/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/getrow/_index.md new file mode 100644 index 00000000000..a20f3407580 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/getrow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionTaskPane::GetRow method +linktitle: GetRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionTaskPane::GetRow method. Gets and sets the index, enumerating from the outside to the inside, of this taskpane among other persisted taskpanes docked in the same default location in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells.webextensions/webextensiontaskpane/getrow/ +--- +## WebExtensionTaskPane::GetRow method + + +Gets and sets the index, enumerating from the outside to the inside, of this taskpane among other persisted taskpanes docked in the same default location. + +```cpp +int32_t Aspose::Cells::WebExtensions::WebExtensionTaskPane::GetRow() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionTaskPane](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/getwebextension/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/getwebextension/_index.md new file mode 100644 index 00000000000..09b69b1c28a --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/getwebextension/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionTaskPane::GetWebExtension method +linktitle: GetWebExtension +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionTaskPane::GetWebExtension method. Gets and sets the web extension part associated with the taskpane instance in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.webextensions/webextensiontaskpane/getwebextension/ +--- +## WebExtensionTaskPane::GetWebExtension method + + +Gets and sets the web extension part associated with the taskpane instance. + +```cpp +WebExtension Aspose::Cells::WebExtensions::WebExtensionTaskPane::GetWebExtension() +``` + +## See Also + +* Class [WebExtension](../../webextension/) +* Class [WebExtensionTaskPane](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/getwidth/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/getwidth/_index.md new file mode 100644 index 00000000000..9c76d2b0286 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/getwidth/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionTaskPane::GetWidth method +linktitle: GetWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionTaskPane::GetWidth method. Gets and sets the default width value for this taskpane instance in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells.webextensions/webextensiontaskpane/getwidth/ +--- +## WebExtensionTaskPane::GetWidth method + + +Gets and sets the default width value for this taskpane instance. + +```cpp +double Aspose::Cells::WebExtensions::WebExtensionTaskPane::GetWidth() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionTaskPane](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/islocked/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/islocked/_index.md new file mode 100644 index 00000000000..336c15b46c1 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/islocked/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionTaskPane::IsLocked method +linktitle: IsLocked +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionTaskPane::IsLocked method. Indicates whether the taskpane is locked to the document in the UI and cannot be closed by the user in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells.webextensions/webextensiontaskpane/islocked/ +--- +## WebExtensionTaskPane::IsLocked method + + +Indicates whether the taskpane is locked to the document in the UI and cannot be closed by the user. + +```cpp +bool Aspose::Cells::WebExtensions::WebExtensionTaskPane::IsLocked() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionTaskPane](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/isnull/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/isnull/_index.md new file mode 100644 index 00000000000..927a5efe6d1 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionTaskPane::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionTaskPane::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.webextensions/webextensiontaskpane/isnull/ +--- +## WebExtensionTaskPane::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::WebExtensions::WebExtensionTaskPane::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionTaskPane](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/isvisible/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/isvisible/_index.md new file mode 100644 index 00000000000..2db94dc5de8 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/isvisible/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionTaskPane::IsVisible method +linktitle: IsVisible +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionTaskPane::IsVisible method. Indicates whether the Task Pane shows as visible by default when the document opens in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.webextensions/webextensiontaskpane/isvisible/ +--- +## WebExtensionTaskPane::IsVisible method + + +Indicates whether the Task Pane shows as visible by default when the document opens. + +```cpp +bool Aspose::Cells::WebExtensions::WebExtensionTaskPane::IsVisible() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionTaskPane](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/operator_asm/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/operator_asm/_index.md new file mode 100644 index 00000000000..38c552e8979 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionTaskPane::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionTaskPane::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.webextensions/webextensiontaskpane/operator_asm/ +--- +## WebExtensionTaskPane::operator= method + + +operator= + +```cpp +WebExtensionTaskPane & Aspose::Cells::WebExtensions::WebExtensionTaskPane::operator=(const WebExtensionTaskPane &src) +``` + +## See Also + +* Class [WebExtensionTaskPane](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionTaskPane](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/operator_bool/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/operator_bool/_index.md new file mode 100644 index 00000000000..f8ff4bdf3ca --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionTaskPane::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionTaskPane::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.webextensions/webextensiontaskpane/operator_bool/ +--- +## WebExtensionTaskPane::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::WebExtensions::WebExtensionTaskPane::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [WebExtensionTaskPane](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/setdockstate/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/setdockstate/_index.md new file mode 100644 index 00000000000..d3c2eca2bb7 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/setdockstate/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionTaskPane::SetDockState method +linktitle: SetDockState +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionTaskPane::SetDockState method. Gets and sets the last-docked location of this taskpane object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.webextensions/webextensiontaskpane/setdockstate/ +--- +## WebExtensionTaskPane::SetDockState(const U16String\&) method + + +Gets and sets the last-docked location of this taskpane object. + +```cpp +void Aspose::Cells::WebExtensions::WebExtensionTaskPane::SetDockState(const U16String &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [U16String](../../../aspose.cells/u16string/) +* Class [WebExtensionTaskPane](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) +## WebExtensionTaskPane::SetDockState(const char16_t*) method + + +Gets and sets the last-docked location of this taskpane object. + +```cpp +void Aspose::Cells::WebExtensions::WebExtensionTaskPane::SetDockState(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionTaskPane](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/setislocked/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/setislocked/_index.md new file mode 100644 index 00000000000..d58f41ae7e3 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/setislocked/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionTaskPane::SetIsLocked method +linktitle: SetIsLocked +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionTaskPane::SetIsLocked method. Indicates whether the taskpane is locked to the document in the UI and cannot be closed by the user in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells.webextensions/webextensiontaskpane/setislocked/ +--- +## WebExtensionTaskPane::SetIsLocked method + + +Indicates whether the taskpane is locked to the document in the UI and cannot be closed by the user. + +```cpp +void Aspose::Cells::WebExtensions::WebExtensionTaskPane::SetIsLocked(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionTaskPane](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/setisvisible/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/setisvisible/_index.md new file mode 100644 index 00000000000..139bbbb213f --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/setisvisible/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionTaskPane::SetIsVisible method +linktitle: SetIsVisible +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionTaskPane::SetIsVisible method. Indicates whether the Task Pane shows as visible by default when the document opens in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells.webextensions/webextensiontaskpane/setisvisible/ +--- +## WebExtensionTaskPane::SetIsVisible method + + +Indicates whether the Task Pane shows as visible by default when the document opens. + +```cpp +void Aspose::Cells::WebExtensions::WebExtensionTaskPane::SetIsVisible(bool value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionTaskPane](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/setrow/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/setrow/_index.md new file mode 100644 index 00000000000..005a519702d --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/setrow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionTaskPane::SetRow method +linktitle: SetRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionTaskPane::SetRow method. Gets and sets the index, enumerating from the outside to the inside, of this taskpane among other persisted taskpanes docked in the same default location in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells.webextensions/webextensiontaskpane/setrow/ +--- +## WebExtensionTaskPane::SetRow method + + +Gets and sets the index, enumerating from the outside to the inside, of this taskpane among other persisted taskpanes docked in the same default location. + +```cpp +void Aspose::Cells::WebExtensions::WebExtensionTaskPane::SetRow(int32_t value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionTaskPane](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/setwebextension/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/setwebextension/_index.md new file mode 100644 index 00000000000..2c0826bf72a --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/setwebextension/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionTaskPane::SetWebExtension method +linktitle: SetWebExtension +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionTaskPane::SetWebExtension method. Gets and sets the web extension part associated with the taskpane instance in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.webextensions/webextensiontaskpane/setwebextension/ +--- +## WebExtensionTaskPane::SetWebExtension method + + +Gets and sets the web extension part associated with the taskpane instance. + +```cpp +void Aspose::Cells::WebExtensions::WebExtensionTaskPane::SetWebExtension(const WebExtension &value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtension](../../webextension/) +* Class [WebExtensionTaskPane](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/setwidth/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/setwidth/_index.md new file mode 100644 index 00000000000..983724cf72b --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/setwidth/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionTaskPane::SetWidth method +linktitle: SetWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionTaskPane::SetWidth method. Gets and sets the default width value for this taskpane instance in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells.webextensions/webextensiontaskpane/setwidth/ +--- +## WebExtensionTaskPane::SetWidth method + + +Gets and sets the default width value for this taskpane instance. + +```cpp +void Aspose::Cells::WebExtensions::WebExtensionTaskPane::SetWidth(double value) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionTaskPane](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/webextensiontaskpane/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/webextensiontaskpane/_index.md new file mode 100644 index 00000000000..e54dd56c443 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/webextensiontaskpane/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionTaskPane::WebExtensionTaskPane constructor +linktitle: WebExtensionTaskPane +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionTaskPane::WebExtensionTaskPane constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.webextensions/webextensiontaskpane/webextensiontaskpane/ +--- +## WebExtensionTaskPane::WebExtensionTaskPane(WebExtensionTaskPane_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::WebExtensions::WebExtensionTaskPane::WebExtensionTaskPane(WebExtensionTaskPane_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionTaskPane](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) +## WebExtensionTaskPane::WebExtensionTaskPane(const WebExtensionTaskPane\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::WebExtensions::WebExtensionTaskPane::WebExtensionTaskPane(const WebExtensionTaskPane &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionTaskPane](../) +* Class [WebExtensionTaskPane](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/~webextensiontaskpane/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/~webextensiontaskpane/_index.md new file mode 100644 index 00000000000..e17e72830c4 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpane/~webextensiontaskpane/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionTaskPane::~WebExtensionTaskPane method +linktitle: ~WebExtensionTaskPane +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionTaskPane::~WebExtensionTaskPane method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.webextensions/webextensiontaskpane/~webextensiontaskpane/ +--- +## WebExtensionTaskPane::~WebExtensionTaskPane method + + +Destructor. + +```cpp +Aspose::Cells::WebExtensions::WebExtensionTaskPane::~WebExtensionTaskPane() +``` + +## See Also + +* Class [WebExtensionTaskPane](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/_impl/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/_impl/_index.md new file mode 100644 index 00000000000..abe58b14ee4 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionTaskPaneCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionTaskPaneCollection::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +WebExtensionTaskPaneCollection_Impl* Aspose::Cells::WebExtensions::WebExtensionTaskPaneCollection::_impl +``` + +## See Also + +* Class [WebExtensionTaskPaneCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/_index.md new file mode 100644 index 00000000000..5838e2a81ec --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionTaskPaneCollection class +linktitle: WebExtensionTaskPaneCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionTaskPaneCollection class. Represents the list of task pane in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/ +--- +## WebExtensionTaskPaneCollection class + + +Represents the list of task pane. + +```cpp +class WebExtensionTaskPaneCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add()](./add/) | Adds task pane. | +| [Get(int32_t index)](./get/) | Gets task pane by the specific index. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const WebExtensionTaskPaneCollection\& src)](./operator_asm/) | operator= | +| [WebExtensionTaskPaneCollection(WebExtensionTaskPaneCollection_Impl* impl)](./webextensiontaskpanecollection/) | Constructs from an implementation object. | +| [WebExtensionTaskPaneCollection(const WebExtensionTaskPaneCollection\& src)](./webextensiontaskpanecollection/) | Copy constructor. | +| [~WebExtensionTaskPaneCollection()](./~webextensiontaskpanecollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells::WebExtensions](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/add/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/add/_index.md new file mode 100644 index 00000000000..141afc49105 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/add/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionTaskPaneCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionTaskPaneCollection::Add method. Adds task pane in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/add/ +--- +## WebExtensionTaskPaneCollection::Add method + + +Adds task pane. + +```cpp +int32_t Aspose::Cells::WebExtensions::WebExtensionTaskPaneCollection::Add() +``` + + +## ReturnValue + +The index. + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionTaskPaneCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/get/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/get/_index.md new file mode 100644 index 00000000000..cc4be95884c --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/get/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionTaskPaneCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionTaskPaneCollection::Get method. Gets task pane by the specific index in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/get/ +--- +## WebExtensionTaskPaneCollection::Get method + + +Gets task pane by the specific index. + +```cpp +WebExtensionTaskPane Aspose::Cells::WebExtensions::WebExtensionTaskPaneCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The index. | + +## ReturnValue + +The task pane. + +## See Also + +* Class [WebExtensionTaskPane](../../webextensiontaskpane/) +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionTaskPaneCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/getcount/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/getcount/_index.md new file mode 100644 index 00000000000..213c0d9ae74 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionTaskPaneCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::WebExtensions::WebExtensionTaskPaneCollection class in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/getcount/ +--- +## WebExtensionTaskPaneCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::WebExtensions::WebExtensionTaskPaneCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionTaskPaneCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/isnull/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/isnull/_index.md new file mode 100644 index 00000000000..78f2b765739 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionTaskPaneCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionTaskPaneCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/isnull/ +--- +## WebExtensionTaskPaneCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::WebExtensions::WebExtensionTaskPaneCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionTaskPaneCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/operator_asm/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/operator_asm/_index.md new file mode 100644 index 00000000000..c2d46464c94 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionTaskPaneCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionTaskPaneCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/operator_asm/ +--- +## WebExtensionTaskPaneCollection::operator= method + + +operator= + +```cpp +WebExtensionTaskPaneCollection & Aspose::Cells::WebExtensions::WebExtensionTaskPaneCollection::operator=(const WebExtensionTaskPaneCollection &src) +``` + +## See Also + +* Class [WebExtensionTaskPaneCollection](../) +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionTaskPaneCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/operator_bool/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/operator_bool/_index.md new file mode 100644 index 00000000000..9f144f63421 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionTaskPaneCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionTaskPaneCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/operator_bool/ +--- +## WebExtensionTaskPaneCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::WebExtensions::WebExtensionTaskPaneCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [WebExtensionTaskPaneCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/webextensiontaskpanecollection/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/webextensiontaskpanecollection/_index.md new file mode 100644 index 00000000000..0b35f62b7ff --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/webextensiontaskpanecollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionTaskPaneCollection::WebExtensionTaskPaneCollection constructor +linktitle: WebExtensionTaskPaneCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionTaskPaneCollection::WebExtensionTaskPaneCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/webextensiontaskpanecollection/ +--- +## WebExtensionTaskPaneCollection::WebExtensionTaskPaneCollection(WebExtensionTaskPaneCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::WebExtensions::WebExtensionTaskPaneCollection::WebExtensionTaskPaneCollection(WebExtensionTaskPaneCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionTaskPaneCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) +## WebExtensionTaskPaneCollection::WebExtensionTaskPaneCollection(const WebExtensionTaskPaneCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::WebExtensions::WebExtensionTaskPaneCollection::WebExtensionTaskPaneCollection(const WebExtensionTaskPaneCollection &src) +``` + +## See Also + +* Class [Vector](../../../aspose.cells/vector/) +* Class [WebExtensionTaskPaneCollection](../) +* Class [WebExtensionTaskPaneCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/~webextensiontaskpanecollection/_index.md b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/~webextensiontaskpanecollection/_index.md new file mode 100644 index 00000000000..b79c7ad8334 --- /dev/null +++ b/spanish/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/~webextensiontaskpanecollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::WebExtensions::WebExtensionTaskPaneCollection::~WebExtensionTaskPaneCollection method +linktitle: ~WebExtensionTaskPaneCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WebExtensions::WebExtensionTaskPaneCollection::~WebExtensionTaskPaneCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells.webextensions/webextensiontaskpanecollection/~webextensiontaskpanecollection/ +--- +## WebExtensionTaskPaneCollection::~WebExtensionTaskPaneCollection method + + +Destructor. + +```cpp +Aspose::Cells::WebExtensions::WebExtensionTaskPaneCollection::~WebExtensionTaskPaneCollection() +``` + +## See Also + +* Class [WebExtensionTaskPaneCollection](../) +* Namespace [Aspose::Cells::WebExtensions](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/_index.md b/spanish/cpp/aspose.cells/_index.md new file mode 100644 index 00000000000..7c6f0d70b81 --- /dev/null +++ b/spanish/cpp/aspose.cells/_index.md @@ -0,0 +1,337 @@ +--- +title: Espacio de nombres Aspose::Cells +linktitle: Aspose::Cells +second_title: Referencia de API de Aspose.Cells para C++ +description: 'Cómo usar el espacio de nombres Aspose::Cells en C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/ +--- + + + +## Clases + +| Clase | Descripción | +| --- | --- | +| [AboveAverage](./aboveaverage/) | Describa la regla de formato condicional [AboveAverage](./aboveaverage/). Esta regla de formato condicional resalta las celdas que están por encima o por debajo del promedio de todos los valores en el rango. | +| [AbstractCalculationEngine](./abstractcalculationengine/) | Representa el motor de cálculo personalizado del usuario para ampliar el motor de cálculo predeterminado de [Aspose.Cells](./). | +| [AbstractFormulaChangeMonitor](./abstractformulachangemonitor/) | Monitor para que el usuario rastree los cambios de fórmulas durante ciertas operaciones. | +| [AbstractInterruptMonitor](./abstractinterruptmonitor/) | Monitor para solicitudes de interrupción en todas las operaciones que consumen tiempo. | +| [AbstractTextLoadOptions](./abstracttextloadoptions/) | Opciones comunes para cargar valores de texto. | +| [AdvancedFilter](./advancedfilter/) | Representa la configuración del filtro avanzado. | +| [AutoFilter](./autofilter/) | Representa el autofiltro para la hoja de cálculo especificada. | +| [AutoFitterOptions](./autofitteroptions/) | Representa todas las opciones del ajuste automático. | +| [Border](./border/) | Encapsula el objeto que representa el borde de la celda. | +| [BorderCollection](./bordercollection/) | Encapsula una colección de objetos [Border](./border/). | +| [CalculationCell](./calculationcell/) | Representa los datos relevantes de cálculo sobre una celda que está siendo calculada. | +| [CalculationData](./calculationdata/) | Representa los datos requeridos al calcular una función, como el nombre de la función, los parámetros, ...etc. | +| [CalculationOptions](./calculationoptions/) | Representa opciones para el cálculo. | +| [Cell](./cell/) | Encapsula el objeto que representa una única celda de [Workbook](./workbook/). | +| [CellArea](./cellarea/) | Representa un área de celdas. | +| [CellRichValue](./cellrichvalue/) | Representa el valor enriquecido de la celda. | +| [Cells](./cells/) | Encapsula una colección de objetos relevantes de celdas, como [Cell](./cell/), [Row](./row/), ...etc. | +| [CellsColor](./cellscolor/) | Representa todos los tipos de color. | +| [CellsException](./cellsexception/) | La excepción que se lanza cuando ocurre un error especificado de [Aspose.Cells](./). | +| [CellsFactory](./cellsfactory/) | [Utility](../aspose.cells.utility/) para instanciar clases del modelo [Cells](./cells/). | +| [CellsHelper](./cellshelper/) | Proporciona funciones auxiliares. | +| [CellValue](./cellvalue/) | Representa el valor de la celda y su tipo correspondiente. | +| [CellWatch](./cellwatch/) | Representa el elemento de observación [Cell](./cell/) en la 'ventana de observación'. | +| [CellWatchCollection](./cellwatchcollection/) | Representa la colección de celdas de esta hoja de cálculo que se están observando en la 'ventana de observación'. | +| [ColorFilter](./colorfilter/) | Representa la configuración para filtrar el rango por color. | +| [ColorScale](./colorscale/) | Describe la regla de formato condicional [ColorScale](./colorscale/). Esta regla de formato condicional crea una escala de color graduada en las celdas. | +| [Column](./column/) | Representa una única columna en una hoja de cálculo. | +| [ColumnCollection](./columncollection/) | Colección de los objetos [Column](./column/) que representan las columnas (configuraciones) individuales en una hoja de cálculo. El objeto [Column](./column/) solo representa configuraciones como el ancho de columna, estilos, etc., para toda la columna, y no tiene relación con la existencia de celdas no vacías (datos) o no en la columna correspondiente. Y el "Count" de esta colección solo representa el número de objetos [Column](./column/) que se han instanciado en esta colección, sin relación con la existencia de celdas no vacías (datos) o no en la hoja de cálculo. | +| [Comment](./comment/) | Encapsula el objeto que representa un comentario de celda. | +| [CommentCollection](./commentcollection/) | Encapsula una colección de objetos [Comment](./comment/). | +| [ConditionalFormattingCollection](./conditionalformattingcollection/) | Encapsula una colección de objetos [FormatCondition](./formatcondition/). | +| [ConditionalFormattingIcon](./conditionalformattingicon/) | Representa el ícono personalizado de la regla de formato condicional. | +| [ConditionalFormattingIconCollection](./conditionalformattingiconcollection/) | Representa una colección de objetos [ConditionalFormattingIcon](./conditionalformattingicon/). | +| [ConditionalFormattingResult](./conditionalformattingresult/) | Representa el resultado del formato condicional que se aplica a una celda. | +| [ConditionalFormattingValue](./conditionalformattingvalue/) | Describe los valores de los puntos de interpolación en una escala de degradado, barra de datos o conjunto de íconos. | +| [ConditionalFormattingValueCollection](./conditionalformattingvaluecollection/) | Describe una colección de CFValueObject. Úsese solo para conjuntos de íconos. | +| [CopyOptions](./copyoptions/) | Representa las opciones de copia. | +| [CustomFilter](./customfilter/) | Representa el filtro personalizado. | +| [CustomFilterCollection](./customfiltercollection/) | Representa los filtros personalizados. | +| [CustomFunctionDefinition](./customfunctiondefinition/) | Definición de la función personalizada para calcular con el motor personalizado del usuario. | +| [DataBar](./databar/) | Describe la regla de formato condicional [DataBar](./databar/). Esta regla de formato condicional muestra una barra de datos graduada en el rango de celdas. | +| [DataBarBorder](./databarborder/) | Representa el borde de las barras de datos especificadas por una regla de formato condicional. | +| [DataSorter](./datasorter/) | Descripción resumida para [DataSorter](./datasorter/). | +| [DataSorterKey](./datasorterkey/) | Representa la clave del ordenador de datos. | +| [DataSorterKeyCollection](./datasorterkeycollection/) | Representa la lista de claves del ordenador de datos. | +| [DateTimeGroupItem](./datetimegroupitem/) | Representa la configuración de agrupación de datetime. | +| [DefaultStyleSettings](./defaultstylesettings/) | [Settings](../aspose.cells.settings/) para los valores predeterminados de las propiedades de estilo del libro de trabajo. | +| [DeleteBlankOptions](./deleteblankoptions/) | Representa la configuración para eliminar celdas/filas/columnas en blanco. | +| [DeleteOptions](./deleteoptions/) | Representa la configuración para eliminar filas/columnas. | +| [DifSaveOptions](./difsaveoptions/) | Representa las opciones para guardar un archivo dif. | +| [DocxSaveOptions](./docxsaveoptions/) | Representa las opciones para guardar un archivo .docx. | +| [DxfCollection](./dxfcollection/) | Representa los registros maestros de formato diferencial. | +| [DynamicFilter](./dynamicfilter/) | Representa el filtro dinámico. | +| [EbookLoadOptions](./ebookloadoptions/) | Representa las opciones al importar un archivo ebook. | +| [Enumerator](./enumerator/) | Clase plantilla de enumeración, proporciona una forma sencilla de iterar sobre una colección. | +| [ErrorCheckOption](./errorcheckoption/) | Configuración de verificación de errores aplicada a ciertos rangos. | +| [ErrorCheckOptionCollection](./errorcheckoptioncollection/) | Representa todas las opciones de verificación de errores. | +| [ExternalLink](./externallink/) | Representa un enlace externo en un libro de trabajo. | +| [ExternalLinkCollection](./externallinkcollection/) | Representa la colección de enlaces externos en un libro de trabajo. | +| [FileFontSource](./filefontsource/) | Representa el archivo de fuente TrueType único almacenado en el sistema de archivos. | +| [FileFormatInfo](./fileformatinfo/) | Contiene datos devueltos por los métodos de detección de formato de archivo de [FileFormatUtil](./fileformatutil/). | +| [FileFormatUtil](./fileformatutil/) | Proporciona métodos utilitarios para convertir enumeraciones de formatos de archivo a cadenas o extensiones de archivo y viceversa. | +| [FilterColumn](./filtercolumn/) | Representa un filtro para una sola columna. | +| [FilterColumnCollection](./filtercolumncollection/) | Una colección de objetos Filter que representa todos los filtros en un rango autofiltrado. | +| [FindOptions](./findoptions/) | Representa las opciones de búsqueda. | +| [FolderFontSource](./folderfontsource/) | Representa la carpeta que contiene archivos de fuentes TrueType. | +| [Font](./font/) | Encapsula el objeto de fuente utilizado en una hoja de cálculo. | +| [FontConfigs](./fontconfigs/) | Especifica la configuración de la fuente. | +| [FontFileDataInfo](./fontfiledatainfo/) | Representa la información de datos del archivo de fuente. | +| [FontSetting](./fontsetting/) | Representa un rango de caracteres dentro del texto de la celda. | +| [FontSourceBase](./fontsourcebase/) | Esta es una clase base abstracta para las clases que permiten al usuario especificar diversas fuentes tipográficas. | +| [FormatCondition](./formatcondition/) | Representa una condición de formato condicional. | +| [FormatConditionCollection](./formatconditioncollection/) | Representa el formato condicional. Las FormatConditions pueden contener hasta tres formatos condicionales. | +| [FormulaParseOptions](./formulaparseoptions/) | Representa las opciones al analizar una fórmula. | +| [FormulaSettings](./formulasettings/) | [Settings](../aspose.cells.settings/) de fórmulas y cálculo. | +| [GlobalizationSettings](./globalizationsettings/) | Representa la configuración de globalización. | +| [HeaderFooterCommand](./headerfootercommand/) | Representa el comando de encabezado/pie de página. | +| [HorizontalPageBreak](./horizontalpagebreak/) | Encapsula el objeto que representa un salto de página horizontal. | +| [HorizontalPageBreakCollection](./horizontalpagebreakcollection/) | Encapsula una colección de objetos [HorizontalPageBreak](./horizontalpagebreak/). | +| [HtmlLoadOptions](./htmlloadoptions/) | Representa las opciones al importar un archivo HTML. | +| [HtmlSaveOptions](./htmlsaveoptions/) | Representa las opciones para guardar un archivo HTML. | +| [HtmlTableLoadOption](./htmltableloadoption/) | Representa la opción al importar una tabla desde HTML. | +| [HtmlTableLoadOptionCollection](./htmltableloadoptioncollection/) | Representa las opciones de tabla al importar HTML. | +| [Hyperlink](./hyperlink/) | Encapsula el objeto que representa un hipervínculo. | +| [HyperlinkCollection](./hyperlinkcollection/) | Encapsula una colección de objetos [Hyperlink](./hyperlink/). | +| [IconFilter](./iconfilter/) | Representa el filtro de iconos. | +| [IconSet](./iconset/) | Describe la regla de formato condicional [IconSet](./iconset/). Esta regla de formato condicional aplica iconos a las celdas según sus valores. | +| [IFilePathProvider](./ifilepathprovider/) | Representa el proveedor de ruta de archivo exportado. | +| [ImageSaveOptions](./imagesaveoptions/) | Representa opciones de guardado de imágenes. Para un uso avanzado, por favor use WorkbookRender o SheetRender. | +| [ImportTableOptions](./importtableoptions/) | Representa las opciones de importación de datos en celdas. | +| [IndividualFontConfigs](./individualfontconfigs/) | Configuraciones de [Font](./font/) para cada objeto [Workbook](./workbook/). | +| [InsertOptions](./insertoptions/) | Representa las opciones de inserción. | +| [InterruptMonitor](./interruptmonitor/) | Representa todos los operadores relacionados con la interrupción. | +| [IWarningCallback](./iwarningcallback/) | Interfaz de devolución de llamada de advertencia. | +| [JsonLoadOptions](./jsonloadoptions/) | Representa las opciones de carga de archivos JSON. | +| [JsonSaveOptions](./jsonsaveoptions/) | Representa las opciones de guardar el libro de trabajo como un archivo JSON. | +| [License](./license/) | Proporciona métodos para licenciar el componente. | +| [LightCellsDataHandler](./lightcellsdatahandler/) | Representa el manejador de datos de celdas para leer archivos de hoja de cálculo grandes en modo ligero. | +| [LightCellsDataProvider](./lightcellsdataprovider/) | Representa el proveedor de datos para guardar archivos de hoja de cálculo grandes en modo ligero. | +| [LoadFilter](./loadfilter/) | Representa el filtro que proporciona opciones para cargar datos al cargar un libro de trabajo desde una plantilla. | +| [LoadOptions](./loadoptions/) | Representa las opciones de carga del archivo. | +| [MarkdownLoadOptions](./markdownloadoptions/) | Representa las opciones para cargar un documento markdown. | +| [MarkdownSaveOptions](./markdownsaveoptions/) | Representa las opciones de guardado para markdown. | +| [MemoryFontSource](./memoryfontsource/) | Representa el único archivo de fuente TrueType almacenado en memoria. | +| [MultipleFilterCollection](./multiplefiltercollection/) | Representa la colección de filtros múltiples. | +| [Name](./name/) | Representa un nombre definido para un rango de celdas. | +| [NameCollection](./namecollection/) | Representa una colección de todos los objetos [Name](./name/) en la hoja de cálculo. | +| [NegativeBarFormat](./negativebarformat/) | Representa la configuración de color de las barras de datos para valores negativos que se definen mediante una regla de formato condicional de barra de datos. | +| [Object](./object/) | Clase [Object](./object/). | +| [OdsLoadOptions](./odsloadoptions/) | Representa las opciones de carga del archivo ods. | +| [OdsSaveOptions](./odssaveoptions/) | Representa las opciones de guardado del archivo ods. | +| [OoxmlSaveOptions](./ooxmlsaveoptions/) | Representa las opciones de guardado del archivo Office Open XML. | +| [Outline](./outline/) | Representa un contorno en una hoja de cálculo. | +| [PageSetup](./pagesetup/) | Encapsula el objeto que representa la descripción de la configuración de página. El objeto [PageSetup](./pagesetup/) contiene todas las opciones de configuración de página. | +| [PaginatedSaveOptions](./paginatedsaveoptions/) | Representa las opciones de paginación. | +| [PaneCollection](./panecollection/) | Representa todos los objetos Pane mostrados en la ventana especificada. | +| [PasteOptions](./pasteoptions/) | Representa las opciones de pegado especial. | +| [PclSaveOptions](./pclsaveoptions/) | Representa las opciones para guardar un archivo Pcl. | +| [PdfSaveOptions](./pdfsaveoptions/) | Representa las opciones para guardar un archivo pdf. | +| [PptxSaveOptions](./pptxsaveoptions/) | Representa las opciones de guardado pptx. | +| [ProtectedRange](./protectedrange/) | Un rango especificado que se permite editar cuando la protección de la hoja está ACTIVADA. | +| [ProtectedRangeCollection](./protectedrangecollection/) | Encapsula una colección de objetos [ProtectedRange](./protectedrange/). | +| [Protection](./protection/) | Representa los diversos tipos de opciones de protección disponibles para una hoja de cálculo. | +| [QueryTable](./querytable/) | Representa la información de [QueryTable](./querytable/). | +| [QueryTableCollection](./querytablecollection/) | Una colección de objetos [QueryTableCollection](./querytablecollection/) que representan la información de la colección [QueryTable](./querytable/). | +| [Range](./range/) | Encapsula el objeto que representa un rango de celdas dentro de una hoja de cálculo. | +| [RangeCollection](./rangecollection/) | Encapsula una colección de objetos [Range](./range/). | +| [ReferredArea](./referredarea/) | Representa un área referida por la fórmula. | +| [ReferredAreaCollection](./referredareacollection/) | Representa todas las celdas y áreas referidas. | +| [ReplaceOptions](./replaceoptions/) | Representa las opciones de reemplazo. | +| [Row](./row/) | Representa una única fila en una hoja de cálculo. | +| [RowCollection](./rowcollection/) | Recopila los objetos [Row](./row/) que representan las filas individuales en una hoja de cálculo. | +| [SaveOptions](./saveoptions/) | Representa todas las opciones de guardado. | +| [Scenario](./scenario/) | Representa un escenario individual. | +| [ScenarioCollection](./scenariocollection/) | Representa la lista de escenarios. | +| [ScenarioInputCell](./scenarioinputcell/) | Representa la celda de entrada para el escenario. | +| [ScenarioInputCellCollection](./scenarioinputcellcollection/) | Representa la lista de celdas de entrada del escenario. | +| [SettableChartGlobalizationSettings](./settablechartglobalizationsettings/) | Implementación de PivotGlobalizationSettings que permite al usuario establecer/cambiar textos predefinidos. | +| [SettableGlobalizationSettings](./settableglobalizationsettings/) | Implementación de [GlobalizationSettings](./globalizationsettings/) que permite al usuario establecer/cambiar textos predefinidos. | +| [SettablePivotGlobalizationSettings](./settablepivotglobalizationsettings/) | Implementación de PivotGlobalizationSettings que permite al usuario establecer/cambiar textos predefinidos. | +| [SpreadsheetML2003SaveOptions](./spreadsheetml2003saveoptions/) | Representa las opciones para guardar el archivo spreadml de Excel 2003. | +| [Style](./style/) | Representa el estilo de visualización del documento de Excel, como fuente, color, alineación, borde, etc. El objeto [Style](./style/) contiene todos los atributos de estilo (fuente, formato numérico, alineación, y así sucesivamente) como propiedades. | +| [StyleFlag](./styleflag/) | Representa indicadores que indican las propiedades de formato aplicadas. | +| [SubtotalSetting](./subtotalsetting/) | Representa la configuración del subtotal. | +| [SystemTimeInterruptMonitor](./systemtimeinterruptmonitor/) | Implementación simple de [AbstractInterruptMonitor](./abstractinterruptmonitor/) mediante la verificación y comparación del tiempo del sistema actual con el límite especificado por el usuario. | +| [ThemeColor](./themecolor/) | Representa un color de tema. | +| [ThreadedComment](./threadedcomment/) | Representa el comentario en hilo. | +| [ThreadedCommentAuthor](./threadedcommentauthor/) | Representa a la persona que crea los comentarios en hilo. | +| [ThreadedCommentAuthorCollection](./threadedcommentauthorcollection/) | Representa a todas las personas. | +| [ThreadedCommentCollection](./threadedcommentcollection/) | Representa la lista de comentarios en hilo. | +| [Top10](./top10/) | Describe la regla de formato condicional [Top10](./top10/). Esta regla de formato condicional resalta las celdas cuyos valores se encuentran en el rango superior N o inferior N, según se especifique. | +| [Top10Filter](./top10filter/) | Representa los N superiores (porcentaje o número de elementos) por los que filtrar. | +| [TwoColorGradient](./twocolorgradient/) | Representa un degradado de dos colores. | +| [TxtLoadOptions](./txtloadoptions/) | Representa las opciones para cargar un archivo de texto. | +| [TxtSaveOptions](./txtsaveoptions/) | Representa las opciones de guardado para formato csv/tab delimitado/u otro formato de texto. | +| [U16String](./u16string/) | Representa la clase de arreglo char16_t y termina con u'\0'. | +| [UnionRange](./unionrange/) | Representa el rango de unión. | +| [Validation](./validation/) | Representa validation.settings de validación de datos. | +| [ValidationCollection](./validationcollection/) | Representa la colección de validación de datos. | +| [Vector](./vector/) | Clase plantilla [Vector](./vector/). Los elementos se almacenan de forma contigua. | +| [VerticalPageBreak](./verticalpagebreak/) | Encapsula el objeto que representa un salto de página vertical. | +| [VerticalPageBreakCollection](./verticalpagebreakcollection/) | Encapsula una colección de objetos [VerticalPageBreak](./verticalpagebreak/). | +| [WarningInfo](./warninginfo/) | Información de advertencia. | +| [Workbook](./workbook/) | Representa un objeto raíz para crear una hoja de cálculo de Excel. | +| [WorkbookSettings](./workbooksettings/) | Representa todas las configuraciones del libro de trabajo. | +| [Worksheet](./worksheet/) | Encapsula el objeto que representa una sola hoja de cálculo. | +| [WorksheetCollection](./worksheetcollection/) | Encapsula una colección de objetos [Worksheet](./worksheet/). | +| [WriteProtection](./writeprotection/) | Especifica la configuración de protección contra escritura para un libro de trabajo. | +| [XlsbSaveOptions](./xlsbsaveoptions/) | Representa las opciones para guardar un archivo xlsb. | +| [XlsSaveOptions](./xlssaveoptions/) | Representa las opciones de guardado para el formato de archivo Excel 97-2003: xls y xlt. | +| [XmlDataBinding](./xmldatabinding/) | Representa la información de enlace de datos Xml. | +| [XmlLoadOptions](./xmlloadoptions/) | Representa las opciones de carga de xml. | +| [XmlMap](./xmlmap/) | Representa la información del mapa Xml. | +| [XmlMapCollection](./xmlmapcollection/) | Una colección de objetos [XmlMap](./xmlmap/) que representan la información de [XmlMap](./xmlmap/). | +| [XmlSaveOptions](./xmlsaveoptions/) | Representa las opciones de guardar el libro de trabajo como un archivo xml. | +| [XpsSaveOptions](./xpssaveoptions/) | Representa las opciones adicionales al guardar el archivo como Xps. | +## Estructura + +| Estructura | Descripción | +| --- | --- | +| [Color](./color/) | Representa un color ARGB (alfa, rojo, verde, azul). | +| [Date](./date/) | Representa una fecha y hora. | +| [Duration](./duration/) | Representa un intervalo de tiempo con una resolución de 100 nanosegundos (tick). | +## Enums + +| Enumeración | Descripción | +| --- | --- | +| [AccessCacheOptions](./accesscacheoptions/) | Caching options for data access. Multiple options can be combined using the " | " operador. | +| [AutoFillType](./autofilltype/) | Representa el tipo de autocompletar. | +| [AutoFitMergedCellsType](./autofitmergedcellstype/) | Representa el tipo de ajuste automático de celdas combinadas. | +| [AutoFitWrappedTextType](./autofitwrappedtexttype/) | Representa el tipo de ajuste automático de texto ajustado. | +| [BackgroundType](./backgroundtype/) | Enumera los tipos de patrones de fondo de celda. | +| [BorderType](./bordertype/) | Enumera los tipos de líneas de borde y líneas diagonales. | +| [BuiltinStyleType](./builtinstyletype/) | Representa todos los tipos de estilo incorporados. | +| [CalcModeType](./calcmodetype/) | Representa el tipo de modo de cálculo de fórmulas. | +| [CalculationPrecisionStrategy](./calculationprecisionstrategy/) | Enumera estrategias para manejar la precisión de cálculo. Debido al problema de precisión de la aritmética de punto flotante IEEE 754, algunas fórmulas "aparentemente simples" pueden no calcularse con el resultado esperado. Por ejemplo la fórmula "=-0.45+0.43+0.02", al calcular los operandos con el operador '+' directamente, el resultado no es cero. Para este tipo de problema de precisión, algunas estrategias especiales pueden dar el resultado esperado. | +| [CellBorderType](./cellbordertype/) | Enumera el tipo de borde de una celda. | +| [CellsUnitType](./cellsunittype/) | Especifica la unidad de medida. | +| [CellValueFormatStrategy](./cellvalueformatstrategy/) | Especifica cómo aplicar el estilo al valor de la celda. | +| [CellValueType](./cellvaluetype/) | Especifica un tipo de valor de celda. | +| [ColorType](./colortype/) | Representa todos los tipos de color. | +| [ConsolidationFunction](./consolidationfunction/) | Representa la función de consolidación. | +| [ContentDisposition](./contentdisposition/) | El tipo de disposición de contenido. | +| [CopyFormatType](./copyformattype/) | Representa el tipo de formato de copia al insertar filas. | +| [CountryCode](./countrycode/) | Representa los identificadores de país de Excel. | +| [DataBarAxisPosition](./databaraxisposition/) | Especifica la posición del eje para un rango de celdas con formato condicional como barras de datos. | +| [DataBarBorderType](./databarbordertype/) | Especifica el tipo de borde de una barra de datos. | +| [DataBarFillType](./databarfilltype/) | Especifica cómo se rellena con color una barra de datos. | +| [DataBarNegativeColorType](./databarnegativecolortype/) | Especifica si se debe usar el mismo color de borde y relleno que las barras de datos positivas. | +| [Weekday](./weekday/) | Especifica el día de la semana. | +| [DateKind](./datekind/) | Especifica si un objeto [Date](./date/) representa una hora local, una hora coordinada UTC (UTC), o no está especificado como hora local ni UTC. | +| [DateTimeGroupingType](./datetimegroupingtype/) | Especifica cómo agrupar valores dateTime. | +| [DefaultEditLanguage](./defaulteditlanguage/) | Representa el idioma de edición predeterminado. | +| [DirectoryType](./directorytype/) | Representa el tipo de directorio del nombre de archivo. | +| [DisplayDrawingObjects](./displaydrawingobjects/) | Representa si y cómo mostrar objetos en el libro de trabajo. | +| [DynamicFilterType](./dynamicfiltertype/) | Tipo de filtro dinámico. | +| [EmfRenderSetting](./emfrendersetting/) | Configuración para renderizar metarchivo Emf. | +| [EncodingType](./encodingtype/) | Enumeraciones de tipos de codificación compatibles. | +| [EncryptionType](./encryptiontype/) | Tipo de cifrado. Solo usado por excel2003. Encriptaremos el libro de trabajo 2007/2010 usando SHA AES de la misma manera que lo hace Excel, y este EncryptionType será ignorado. | +| [ErrorCellValueType](./errorcellvaluetype/) | Representa un valor de celda que contiene un error. | +| [ErrorCheckType](./errorchecktype/) | Representa todos los tipos de verificación de errores. | +| [ExceptionType](./exceptiontype/) | Representa el código del tipo de excepción personalizada. | +| [ExternalLinkType](./externallinktype/) | Representa el tipo de enlace externo. | +| [FileFormatType](./fileformattype/) | Representa los tipos de formato de archivo. | +| [FilterCategory](./filtercategory/) | Representa la categoría del filtro. | +| [FilterOperatorType](./filteroperatortype/) | Tipo de operador de filtro personalizado. | +| [FilterType](./filtertype/) | El tipo de filtro. | +| [FontFileFormatType](./fontfileformattype/) | Representa el tipo de formato de fuente. | +| [FontSchemeType](./fontschemetype/) | Representa el tipo de esquema de la fuente. | +| [FontSourceType](./fontsourcetype/) | Especifica el tipo de origen de la fuente. | +| [FontUnderlineType](./fontunderlinetype/) | Enumera los tipos de subrayado de fuente. | +| [FormatConditionType](./formatconditiontype/) | Tipo de regla de formato condicional. | +| [FormatConditionValueType](./formatconditionvaluetype/) | Tipo de valor de condición. | +| [GridlineType](./gridlinetype/) | Enumera el tipo de línea de cuadrícula. | +| [HeaderFooterCommandType](./headerfootercommandtype/) | Representa el tipo de comando de encabezado y pie de página. | +| [HtmlCrossType](./htmlcrosstype/) | Representa cinco tipos de cadena cruzada HTML. | +| [HtmlExportDataOptions](./htmlexportdataoptions/) | Representa las opciones para exportar datos HTML. | +| [HtmlHiddenColDisplayType](./htmlhiddencoldisplaytype/) | Representa dos tipos de visualización de columnas ocultas en HTML. | +| [HtmlHiddenRowDisplayType](./htmlhiddenrowdisplaytype/) | Representa dos tipos de visualización de filas ocultas en HTML. | +| [HtmlLinkTargetType](./htmllinktargettype/) | Representa el tipo del atributo target en la etiqueta HTML. | +| [HtmlOfficeMathOutputType](./htmlofficemathoutputtype/) | Representa cómo exportar OfficeMath a HTML. | +| [HtmlVersion](./htmlversion/) | Indica la versión de HTML que se utiliza al guardar en formatos HTML. | +| [IconSetType](./iconsettype/) | Tipo de conjunto de iconos para formato condicional. Los valores de umbral para activar los diferentes iconos dentro de un conjunto son configurables, y el orden de los iconos es reversible. | +| [LoadDataFilterOptions](./loaddatafilteroptions/) | Representa las opciones para filtrar datos al cargar el libro de trabajo desde una plantilla. | +| [LoadFormat](./loadformat/) | Representa el formato de archivo de carga. | +| [LookAtType](./lookattype/) | Representa el tipo de vista. | +| [LookInType](./lookintype/) | Representa el tipo de inspección. | +| [MemorySetting](./memorysetting/) | Modos de uso de memoria para el modelo de datos de celdas. | +| [MergedCellsShrinkType](./mergedcellsshrinktype/) | Representa la estrategia para reducir celdas combinadas en operaciones como eliminar filas/columnas en blanco. | +| [MergeEmptyTdType](./mergeemptytdtype/) | Representa el tipo de combinación para un elemento TD vacío al exportar un archivo a HTML. | +| [NameScopeType](./namescopetype/) | Representa el tipo de alcance de los nombres definidos. | +| [NumberCategoryType](./numbercategorytype/) | Representa el tipo de categoría del formato numérico de la celda. | +| [ObjectType](./objecttype/) | Representa el tipo del objeto. | +| [NumberType](./numbertype/) | Representa el tipo del número. | +| [OoxmlCompliance](./ooxmlcompliance/) | Permite especificar qué especificación OOXML se utilizará al guardar en formato Xlsx. | +| [OoxmlCompressionType](./ooxmlcompressiontype/) | El tipo de compresión Ooxml. | +| [OperatorType](./operatortype/) | Representa el tipo de operador del formato condicional y la validación de datos. | +| [PageLayoutAlignmentType](./pagelayoutalignmenttype/) | Enumera los tipos de alineación del diseño de página. | +| [PageOrientationType](./pageorientationtype/) | Representa las constantes de orientación de impresión. | +| [PaneStateType](./panestatetype/) | Representa el estado del panel de la hoja. | +| [PaperSizeType](./papersizetype/) | Representa las constantes de tamaño de papel. | +| [ParameterType](./parametertype/) | Representa el tipo de todos los parámetros o el tipo de valor de retorno de la función. | +| [PasteOperationType](./pasteoperationtype/) | Representa el tipo de operación al pegar un rango. | +| [PasteType](./pastetype/) | Representa el tipo de pegado especial. | +| [PrintCommentsType](./printcommentstype/) | Representa la forma en que los comentarios se imprimen con la hoja. | +| [PrintErrorsType](./printerrorstype/) | Representa las constantes de errores de impresión. | +| [PrintingPageType](./printingpagetype/) | Indica qué páginas no se imprimirán. | +| [PrintOrderType](./printordertype/) | Representa las constantes de orden de impresión. | +| [PrintSizeType](./printsizetype/) | Representa el tamaño del gráfico impreso. | +| [ProtectionType](./protectiontype/) | Representa el tipo de protección del libro/hoja de cálculo. | +| [RenameStrategy](./renamestrategy/) | Opción de estrategia para nombres duplicados de columnas. | +| [ResourceLoadingType](./resourceloadingtype/) | Representa cómo cargar el recurso vinculado. | +| [SaveFormat](./saveformat/) | Representa el formato en el que se guarda el libro de trabajo. | +| [SheetType](./sheettype/) | Especifica el tipo de hoja de cálculo. | +| [ShiftType](./shifttype/) | Representa las opciones de desplazamiento al eliminar un rango de celdas. | +| [SignificantDigitsType](./significantdigitstype/) | Representa el tipo de dígitos significativos para la salida de valores numéricos. | +| [SortOnType](./sortontype/) | Tipo de valor ordenado. | +| [SortOrder](./sortorder/) | Representa el orden de clasificación para el rango de datos. | +| [StyleModifyFlag](./stylemodifyflag/) | Los indicadores de estilo modificado. | +| [TargetModeType](./targetmodetype/) | Representa el tipo de modo de destino. | +| [TextAlignmentType](./textalignmenttype/) | Enumera los tipos de alineación de texto. | +| [TextCapsType](./textcapstype/) | Este tipo especifica los tipos de mayúsculas del texto. | +| [TextCrossType](./textcrosstype/) | Enumera el tipo de visualización de texto cuando el ancho del texto es mayor que el ancho de la celda. | +| [TextDirectionType](./textdirectiontype/) | Representa la dirección del flujo de texto para este párrafo. | +| [TextOrientationType](./textorientationtype/) | Enumera los tipos de orientación de texto. | +| [TextStrikeType](./textstriketype/) | Este tipo especifica el tipo de tachado. | +| [ThemeColorType](./themecolortype/) | Enumera los tipos de color de tema. | +| [TimePeriodType](./timeperiodtype/) | Usado en una regla de formato condicional [FormatConditionType.TimePeriod](./formatconditiontype/). Estos son períodos de tiempo dinámicos, que cambian según la fecha en que se actualiza / aplica el formato condicional. | +| [TxtLoadStyleStrategy](./txtloadstylestrategy/) | Especifica cómo aplicar estilo a los valores analizados al convertir un valor de cadena a número o fecha y hora. | +| [TxtValueQuoteType](./txtvaluequotetype/) | Especifica el tipo de uso de comillas para los valores en archivos de formato de texto. | +| [UpdateLinksType](./updatelinkstype/) | Representa cómo actualizar los enlaces a otros libros de trabajo cuando se abre el libro. | +| [ValidationAlertType](./validationalerttype/) | Representa el estilo de alerta de validación de datos. | +| [ValidationType](./validationtype/) | Representa el tipo de validación de datos. | +| [ViewType](./viewtype/) | Representa el tipo de vista de la hoja de cálculo. | +| [VisibilityType](./visibilitytype/) | Representa los estados de visibilidad de la hoja. | +| [WarningType](./warningtype/) | **(Obsoleto)** WaringType. | +## Typedefs + +| Typedef | Descripción | +| --- | --- | +| [UUID](./uuid/) | Estructura Guid. | +## Métodos + +| Método | Descripción | +| --- | --- | +| AccessCacheOptions operador&(AccessCacheOptions a, AccessCacheOptions b) | | +| BorderType operador&(BorderType a, BorderType b) | | +| LoadDataFilterOptions operador&(LoadDataFilterOptions a, LoadDataFilterOptions b) | | +| StyleModifyFlag operador&(StyleModifyFlag a, StyleModifyFlag b) | | +| AccessCacheOptions operador\ | (AccessCacheOptions a, AccessCacheOptions b) | | +| BorderType operador\ | (BorderType a, BorderType b) | | +| LoadDataFilterOptions operador\ | (LoadDataFilterOptions a, LoadDataFilterOptions b) | | +| StyleModifyFlag operador\ | (StyleModifyFlag a, StyleModifyFlag b) | | +| AccessCacheOptions operador~(AccessCacheOptions a) | | +| LoadDataFilterOptions operador~(LoadDataFilterOptions a) | | +| bool operador==(const Aspose::Cells::Color &left, const Aspose::Cells::Color &right) | | +| bool operador==(const U16String &str1, const U16String &str2) | operador== | +| bool operador!=(const Aspose::Cells::Color &left, const Aspose::Cells::Color &right) | | +| bool operador!=(const U16String &str1, const U16String &str2) | operador!= | +| void Startup() | Inicializa la biblioteca [Aspose.Cells](./). Este método debe invocarse antes de usar la biblioteca y solo necesita invocarse una vez. | +| void Cleanup(bool cleanupOpenSSL=true) | Limpia la biblioteca [Aspose.Cells](./). Al igual que la función de inicio, el método Cleanup solo necesita llamarse una vez cuando el programa termina. | diff --git a/spanish/cpp/aspose.cells/aboveaverage/_impl/_index.md b/spanish/cpp/aspose.cells/aboveaverage/_impl/_index.md new file mode 100644 index 00000000000..2e6a5208081 --- /dev/null +++ b/spanish/cpp/aspose.cells/aboveaverage/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::AboveAverage::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AboveAverage::_impl field. The implementation object in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/aboveaverage/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +AboveAverage_Impl* Aspose::Cells::AboveAverage::_impl +``` + +## See Also + +* Class [AboveAverage](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/aboveaverage/_index.md b/spanish/cpp/aspose.cells/aboveaverage/_index.md new file mode 100644 index 00000000000..adec4256d0b --- /dev/null +++ b/spanish/cpp/aspose.cells/aboveaverage/_index.md @@ -0,0 +1,44 @@ +--- +title: Aspose::Cells::AboveAverage class +linktitle: AboveAverage +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AboveAverage class. Describe the AboveAverage conditional formatting rule. This conditional formatting rule highlights cells that are above or below the average for all values in the range in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/aboveaverage/ +--- +## AboveAverage class + + +Describe the [AboveAverage](./) conditional formatting rule. This conditional formatting rule highlights cells that are above or below the average for all values in the range. + +```cpp +class AboveAverage +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AboveAverage()](./aboveaverage/) | Default constructor. | +| [AboveAverage(AboveAverage_Impl* impl)](./aboveaverage/) | Constructs from an implementation object. | +| [AboveAverage(const AboveAverage\& src)](./aboveaverage/) | Copy constructor. | +| [GetStdDev()](./getstddev/) | Get or set the number of standard deviations to include above or below the average in the conditional formatting rule. The input value must between 0 and 3 (include 0 and 3). Setting this value to 0 means stdDev is not set. The default value is 0. | +| [IsAboveAverage()](./isaboveaverage/) | Get or set the flag indicating whether the rule is an "above average" rule. 'true' indicates 'above average'. Default value is true. | +| [IsEqualAverage()](./isequalaverage/) | Get or set the flag indicating whether the 'aboveAverage' and 'belowAverage' criteria is inclusive of the average itself, or exclusive of that value. 'true' indicates to include the average value in the criteria. Default value is false. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const AboveAverage\& src)](./operator_asm/) | operator= | +| [SetIsAboveAverage(bool value)](./setisaboveaverage/) | Get or set the flag indicating whether the rule is an "above average" rule. 'true' indicates 'above average'. Default value is true. | +| [SetIsEqualAverage(bool value)](./setisequalaverage/) | Get or set the flag indicating whether the 'aboveAverage' and 'belowAverage' criteria is inclusive of the average itself, or exclusive of that value. 'true' indicates to include the average value in the criteria. Default value is false. | +| [SetStdDev(int32_t value)](./setstddev/) | Get or set the number of standard deviations to include above or below the average in the conditional formatting rule. The input value must between 0 and 3 (include 0 and 3). Setting this value to 0 means stdDev is not set. The default value is 0. | +| [~AboveAverage()](./~aboveaverage/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/aboveaverage/aboveaverage/_index.md b/spanish/cpp/aspose.cells/aboveaverage/aboveaverage/_index.md new file mode 100644 index 00000000000..f1371470de5 --- /dev/null +++ b/spanish/cpp/aspose.cells/aboveaverage/aboveaverage/_index.md @@ -0,0 +1,52 @@ +--- +title: Aspose::Cells::AboveAverage::AboveAverage constructor +linktitle: AboveAverage +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AboveAverage::AboveAverage constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/aboveaverage/aboveaverage/ +--- +## AboveAverage::AboveAverage() constructor + + +Default constructor. + +```cpp +Aspose::Cells::AboveAverage::AboveAverage() +``` + +## See Also + +* Class [AboveAverage](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## AboveAverage::AboveAverage(AboveAverage_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::AboveAverage::AboveAverage(AboveAverage_Impl *impl) +``` + +## See Also + +* Class [AboveAverage](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## AboveAverage::AboveAverage(const AboveAverage\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::AboveAverage::AboveAverage(const AboveAverage &src) +``` + +## See Also + +* Class [AboveAverage](../) +* Class [AboveAverage](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/aboveaverage/getstddev/_index.md b/spanish/cpp/aspose.cells/aboveaverage/getstddev/_index.md new file mode 100644 index 00000000000..21ddc6c8f44 --- /dev/null +++ b/spanish/cpp/aspose.cells/aboveaverage/getstddev/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::AboveAverage::GetStdDev method +linktitle: GetStdDev +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AboveAverage::GetStdDev method. Get or set the number of standard deviations to include above or below the average in the conditional formatting rule. The input value must between 0 and 3 (include 0 and 3). Setting this value to 0 means stdDev is not set. The default value is 0 in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/aboveaverage/getstddev/ +--- +## AboveAverage::GetStdDev method + + +Get or set the number of standard deviations to include above or below the average in the conditional formatting rule. The input value must between 0 and 3 (include 0 and 3). Setting this value to 0 means stdDev is not set. The default value is 0. + +```cpp +int32_t Aspose::Cells::AboveAverage::GetStdDev() +``` + +## See Also + +* Class [AboveAverage](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/aboveaverage/isaboveaverage/_index.md b/spanish/cpp/aspose.cells/aboveaverage/isaboveaverage/_index.md new file mode 100644 index 00000000000..1fc53d6f18d --- /dev/null +++ b/spanish/cpp/aspose.cells/aboveaverage/isaboveaverage/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::AboveAverage::IsAboveAverage method +linktitle: IsAboveAverage +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AboveAverage::IsAboveAverage method. Get or set the flag indicating whether the rule is an "above average" rule. ''true'' indicates ''above average''. Default value is true in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/aboveaverage/isaboveaverage/ +--- +## AboveAverage::IsAboveAverage method + + +Get or set the flag indicating whether the rule is an "above average" rule. 'true' indicates 'above average'. Default value is true. + +```cpp +bool Aspose::Cells::AboveAverage::IsAboveAverage() +``` + +## See Also + +* Class [AboveAverage](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/aboveaverage/isequalaverage/_index.md b/spanish/cpp/aspose.cells/aboveaverage/isequalaverage/_index.md new file mode 100644 index 00000000000..968d8705dac --- /dev/null +++ b/spanish/cpp/aspose.cells/aboveaverage/isequalaverage/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::AboveAverage::IsEqualAverage method +linktitle: IsEqualAverage +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AboveAverage::IsEqualAverage method. Get or set the flag indicating whether the ''aboveAverage'' and ''belowAverage'' criteria is inclusive of the average itself, or exclusive of that value. ''true'' indicates to include the average value in the criteria. Default value is false in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/aboveaverage/isequalaverage/ +--- +## AboveAverage::IsEqualAverage method + + +Get or set the flag indicating whether the 'aboveAverage' and 'belowAverage' criteria is inclusive of the average itself, or exclusive of that value. 'true' indicates to include the average value in the criteria. Default value is false. + +```cpp +bool Aspose::Cells::AboveAverage::IsEqualAverage() +``` + +## See Also + +* Class [AboveAverage](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/aboveaverage/isnull/_index.md b/spanish/cpp/aspose.cells/aboveaverage/isnull/_index.md new file mode 100644 index 00000000000..90ff126807c --- /dev/null +++ b/spanish/cpp/aspose.cells/aboveaverage/isnull/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::AboveAverage::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AboveAverage::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/aboveaverage/isnull/ +--- +## AboveAverage::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::AboveAverage::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [AboveAverage](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/aboveaverage/operator_asm/_index.md b/spanish/cpp/aspose.cells/aboveaverage/operator_asm/_index.md new file mode 100644 index 00000000000..e7223152fee --- /dev/null +++ b/spanish/cpp/aspose.cells/aboveaverage/operator_asm/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::AboveAverage::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AboveAverage::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/aboveaverage/operator_asm/ +--- +## AboveAverage::operator= method + + +operator= + +```cpp +AboveAverage & Aspose::Cells::AboveAverage::operator=(const AboveAverage &src) +``` + +## See Also + +* Class [AboveAverage](../) +* Class [AboveAverage](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/aboveaverage/operator_bool/_index.md b/spanish/cpp/aspose.cells/aboveaverage/operator_bool/_index.md new file mode 100644 index 00000000000..fb0975145cd --- /dev/null +++ b/spanish/cpp/aspose.cells/aboveaverage/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::AboveAverage::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AboveAverage::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/aboveaverage/operator_bool/ +--- +## AboveAverage::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::AboveAverage::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [AboveAverage](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/aboveaverage/setisaboveaverage/_index.md b/spanish/cpp/aspose.cells/aboveaverage/setisaboveaverage/_index.md new file mode 100644 index 00000000000..9f68daae471 --- /dev/null +++ b/spanish/cpp/aspose.cells/aboveaverage/setisaboveaverage/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::AboveAverage::SetIsAboveAverage method +linktitle: SetIsAboveAverage +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AboveAverage::SetIsAboveAverage method. Get or set the flag indicating whether the rule is an "above average" rule. ''true'' indicates ''above average''. Default value is true in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/aboveaverage/setisaboveaverage/ +--- +## AboveAverage::SetIsAboveAverage method + + +Get or set the flag indicating whether the rule is an "above average" rule. 'true' indicates 'above average'. Default value is true. + +```cpp +void Aspose::Cells::AboveAverage::SetIsAboveAverage(bool value) +``` + +## See Also + +* Class [AboveAverage](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/aboveaverage/setisequalaverage/_index.md b/spanish/cpp/aspose.cells/aboveaverage/setisequalaverage/_index.md new file mode 100644 index 00000000000..f073b7b5a32 --- /dev/null +++ b/spanish/cpp/aspose.cells/aboveaverage/setisequalaverage/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::AboveAverage::SetIsEqualAverage method +linktitle: SetIsEqualAverage +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AboveAverage::SetIsEqualAverage method. Get or set the flag indicating whether the ''aboveAverage'' and ''belowAverage'' criteria is inclusive of the average itself, or exclusive of that value. ''true'' indicates to include the average value in the criteria. Default value is false in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/aboveaverage/setisequalaverage/ +--- +## AboveAverage::SetIsEqualAverage method + + +Get or set the flag indicating whether the 'aboveAverage' and 'belowAverage' criteria is inclusive of the average itself, or exclusive of that value. 'true' indicates to include the average value in the criteria. Default value is false. + +```cpp +void Aspose::Cells::AboveAverage::SetIsEqualAverage(bool value) +``` + +## See Also + +* Class [AboveAverage](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/aboveaverage/setstddev/_index.md b/spanish/cpp/aspose.cells/aboveaverage/setstddev/_index.md new file mode 100644 index 00000000000..38c8e3f7b57 --- /dev/null +++ b/spanish/cpp/aspose.cells/aboveaverage/setstddev/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::AboveAverage::SetStdDev method +linktitle: SetStdDev +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AboveAverage::SetStdDev method. Get or set the number of standard deviations to include above or below the average in the conditional formatting rule. The input value must between 0 and 3 (include 0 and 3). Setting this value to 0 means stdDev is not set. The default value is 0 in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/aboveaverage/setstddev/ +--- +## AboveAverage::SetStdDev method + + +Get or set the number of standard deviations to include above or below the average in the conditional formatting rule. The input value must between 0 and 3 (include 0 and 3). Setting this value to 0 means stdDev is not set. The default value is 0. + +```cpp +void Aspose::Cells::AboveAverage::SetStdDev(int32_t value) +``` + +## See Also + +* Class [AboveAverage](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/aboveaverage/~aboveaverage/_index.md b/spanish/cpp/aspose.cells/aboveaverage/~aboveaverage/_index.md new file mode 100644 index 00000000000..6fd969d0114 --- /dev/null +++ b/spanish/cpp/aspose.cells/aboveaverage/~aboveaverage/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::AboveAverage::~AboveAverage method +linktitle: ~AboveAverage +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AboveAverage::~AboveAverage method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/aboveaverage/~aboveaverage/ +--- +## AboveAverage::~AboveAverage method + + +Destructor. + +```cpp +Aspose::Cells::AboveAverage::~AboveAverage() +``` + +## See Also + +* Class [AboveAverage](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/abstractcalculationengine/_impl/_index.md b/spanish/cpp/aspose.cells/abstractcalculationengine/_impl/_index.md new file mode 100644 index 00000000000..3727ccae2d3 --- /dev/null +++ b/spanish/cpp/aspose.cells/abstractcalculationengine/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::AbstractCalculationEngine::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AbstractCalculationEngine::_impl field. The implementation object in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/abstractcalculationengine/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +AbstractCalculationEngine_Bridge* Aspose::Cells::AbstractCalculationEngine::_impl +``` + +## See Also + +* Class [AbstractCalculationEngine](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/abstractcalculationengine/_index.md b/spanish/cpp/aspose.cells/abstractcalculationengine/_index.md new file mode 100644 index 00000000000..06e6480b047 --- /dev/null +++ b/spanish/cpp/aspose.cells/abstractcalculationengine/_index.md @@ -0,0 +1,83 @@ +--- +title: Aspose::Cells::AbstractCalculationEngine class +linktitle: AbstractCalculationEngine +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AbstractCalculationEngine class. Represents user''s custom calculation engine to extend the default calculation engine of Aspose.Cells in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/abstractcalculationengine/ +--- +## AbstractCalculationEngine class + + +Represents user's custom calculation engine to extend the default calculation engine of [Aspose.Cells](../). + +```cpp +class AbstractCalculationEngine +``` + +## Methods + +| Method | Description | +| --- | --- | +| virtual [Calculate(CalculationData\& data)](./calculate/) | Calculates one function with given data. | +| virtual [ForceRecalculate(const U16String\& functionName)](./forcerecalculate/) | Whether to force the given function to be recalculated always when calculating shared formulas. | +| virtual [GetProcessBuiltInFunctions()](./getprocessbuiltinfunctions/) | Whether built-in functions that have been supported by the built-in engine should be checked and processed by this implementation. Default is false. | +| virtual [IsParamArrayModeRequired()](./isparamarraymoderequired/) | Indicates whether this engine needs the parameter to be calculated in array mode. Default value is false. If CalculationData.GetParamValueInArrayMode(int, int, int) is required when calculating custom functions and user has not updated the definition for them (by Workbook.UpdateCustomFunctionDefinition(CustomFunctionDefinition)), this property needs to be set as true. | +| virtual [IsParamLiteralRequired()](./isparamliteralrequired/) | Indicates whether this engine needs the literal text of the parameter while doing a calculation. Default value is false. | +| virtual [SkipCalculation()](./skipcalculation/) | Skips the calculation for the entire formula that references the function currently under evaluation. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## Remarks + + +User should not modify any part of the [Workbook](../workbook/) directly in this implementation(except the calculated result of the custom function, which can be set by CalculationData.CalculatedValue property). Otherwise unexpected result or Exception may be caused. If user needs to change other data than calculated result in the implementation for some custom functions, for example, change cell's formula, style, ...etc., user should gather those data in this implementation and change them out of the scope of formula calculation. + +## Examples + + +```cpp +Aspose::Cells::Startup(); +class MyEngine : public AbstractCalculationEngine +{ +public: + void Calculate(CalculationData& data) + { + U16String funcName = data.GetFunctionName(); + if ("MYFUNC" == funcName) + { + //realizar cálculo para MYFUNC aquí + int count = data.GetParamCount(); + Object res; + for (int i = 0; i < count; i++) + { + Object pv = data.GetParamValue(i); + if (pv.IsReferredArea()) + { + ReferredArea ra = pv.ToReferredArea(); + pv = ra.GetValue(0, 0); + } + //procesar el parámetro aquí + //res = ...; + } + data.SetCalculatedValue(res); + } + } +}; + +Workbook wb(u"custom_calc.xlsx"); +MyEngine myEngine; +CalculationOptions opts; +opts.SetCustomEngine(&myEngine); +wb.CalculateFormula(opts); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/abstractcalculationengine/calculate/_index.md b/spanish/cpp/aspose.cells/abstractcalculationengine/calculate/_index.md new file mode 100644 index 00000000000..7cf036519af --- /dev/null +++ b/spanish/cpp/aspose.cells/abstractcalculationengine/calculate/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::AbstractCalculationEngine::Calculate method +linktitle: Calculate +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AbstractCalculationEngine::Calculate method. Calculates one function with given data in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/abstractcalculationengine/calculate/ +--- +## AbstractCalculationEngine::Calculate method + + +Calculates one function with given data. + +```cpp +virtual void Aspose::Cells::AbstractCalculationEngine::Calculate(CalculationData &data)=0 +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| data | CalculationData\& | the required data to calculate function such as function name, parameters, ...etc. | +## Remarks + + + +User should set the calculated value for given data for all functions(including excel native functions) that he wants to calculate by himself in this implementation. +## See Also + +* Class [CalculationData](../../calculationdata/) +* Class [AbstractCalculationEngine](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/abstractcalculationengine/forcerecalculate/_index.md b/spanish/cpp/aspose.cells/abstractcalculationengine/forcerecalculate/_index.md new file mode 100644 index 00000000000..3b356af2006 --- /dev/null +++ b/spanish/cpp/aspose.cells/abstractcalculationengine/forcerecalculate/_index.md @@ -0,0 +1,37 @@ +--- +title: Aspose::Cells::AbstractCalculationEngine::ForceRecalculate method +linktitle: ForceRecalculate +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AbstractCalculationEngine::ForceRecalculate method. Whether to force the given function to be recalculated always when calculating shared formulas in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/abstractcalculationengine/forcerecalculate/ +--- +## AbstractCalculationEngine::ForceRecalculate method + + +Whether to force the given function to be recalculated always when calculating shared formulas. + +```cpp +virtual bool Aspose::Cells::AbstractCalculationEngine::ForceRecalculate(const U16String &functionName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| functionName | const U16String\& | name of the function. Generally it is custom function's name. If ProcessBuiltInFunctions is true, then built-in functions will also be checked here. | + +## ReturnValue + +true if the specified function needs to be recalculated always. +## Remarks + + + +For shared formulas, multiple cells share the same function. If the function's parameters keep same for those cells too, then generally this function needs to be calculated only once. So for performance consideration we only calculate such kind of function once too(Calculate(CalculationData) is called only once, instead of being called repeatedly for every cell). However, for user's custom implementation, maybe the function, especially the custom function, needs to be calculated differently for different cells. If so, user needs to override this method to make it return true for the function. And for Calculate(CalculationData), the given CalculationData.CalculatedValue may have been initialized with the cached value of previous calculation. +## See Also + +* Class [U16String](../../u16string/) +* Class [AbstractCalculationEngine](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/abstractcalculationengine/getprocessbuiltinfunctions/_index.md b/spanish/cpp/aspose.cells/abstractcalculationengine/getprocessbuiltinfunctions/_index.md new file mode 100644 index 00000000000..26b8c6cb3e8 --- /dev/null +++ b/spanish/cpp/aspose.cells/abstractcalculationengine/getprocessbuiltinfunctions/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Cells::AbstractCalculationEngine::GetProcessBuiltInFunctions method +linktitle: GetProcessBuiltInFunctions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AbstractCalculationEngine::GetProcessBuiltInFunctions method. Whether built-in functions that have been supported by the built-in engine should be checked and processed by this implementation. Default is false in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/abstractcalculationengine/getprocessbuiltinfunctions/ +--- +## AbstractCalculationEngine::GetProcessBuiltInFunctions method + + +Whether built-in functions that have been supported by the built-in engine should be checked and processed by this implementation. Default is false. + +```cpp +virtual bool Aspose::Cells::AbstractCalculationEngine::GetProcessBuiltInFunctions() +``` + +## Remarks + + +If user needs to change the calculation logic of some built-in functions, this property should be set as true. Otherwise please leave this property as false for performance consideration. +## See Also + +* Class [AbstractCalculationEngine](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/abstractcalculationengine/isparamarraymoderequired/_index.md b/spanish/cpp/aspose.cells/abstractcalculationengine/isparamarraymoderequired/_index.md new file mode 100644 index 00000000000..63fa90e36cf --- /dev/null +++ b/spanish/cpp/aspose.cells/abstractcalculationengine/isparamarraymoderequired/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Cells::AbstractCalculationEngine::IsParamArrayModeRequired method +linktitle: IsParamArrayModeRequired +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AbstractCalculationEngine::IsParamArrayModeRequired method. Indicates whether this engine needs the parameter to be calculated in array mode. Default value is false. If CalculationData.GetParamValueInArrayMode(int, int, int) is required when calculating custom functions and user has not updated the definition for them (by Workbook.UpdateCustomFunctionDefinition(CustomFunctionDefinition)), this property needs to be set as true in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/abstractcalculationengine/isparamarraymoderequired/ +--- +## AbstractCalculationEngine::IsParamArrayModeRequired method + + +Indicates whether this engine needs the parameter to be calculated in array mode. Default value is false. If CalculationData.GetParamValueInArrayMode(int, int, int) is required when calculating custom functions and user has not updated the definition for them (by Workbook.UpdateCustomFunctionDefinition(CustomFunctionDefinition)), this property needs to be set as true. + +```cpp +virtual bool Aspose::Cells::AbstractCalculationEngine::IsParamArrayModeRequired() +``` + +## Remarks + + +If this custom calculation engine needs the parameter to be calculated in array mode, more stacks will be required to cache the tree for parameters and [Calculate()](../calculate/) method may be called recursively to calculate the parameter's value. For performance consideration, please keep this property as the default value(false) if there is no special requirement. +## See Also + +* Class [AbstractCalculationEngine](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/abstractcalculationengine/isparamliteralrequired/_index.md b/spanish/cpp/aspose.cells/abstractcalculationengine/isparamliteralrequired/_index.md new file mode 100644 index 00000000000..e98f80b1616 --- /dev/null +++ b/spanish/cpp/aspose.cells/abstractcalculationengine/isparamliteralrequired/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Cells::AbstractCalculationEngine::IsParamLiteralRequired method +linktitle: IsParamLiteralRequired +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AbstractCalculationEngine::IsParamLiteralRequired method. Indicates whether this engine needs the literal text of the parameter while doing a calculation. Default value is false in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/abstractcalculationengine/isparamliteralrequired/ +--- +## AbstractCalculationEngine::IsParamLiteralRequired method + + +Indicates whether this engine needs the literal text of the parameter while doing a calculation. Default value is false. + +```cpp +virtual bool Aspose::Cells::AbstractCalculationEngine::IsParamLiteralRequired() +``` + +## Remarks + + +If this custom calculation engine needs the parameter's literal text, more stacks will be required to cache the literal text for parameters and [Calculate()](../calculate/) method may be called recursively to calculate the parameter's value. Generally the literal text is not needed for calculating formulas and this property should be kept as false for most implementations to get better performance. +## See Also + +* Class [AbstractCalculationEngine](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/abstractcalculationengine/skipcalculation/_index.md b/spanish/cpp/aspose.cells/abstractcalculationengine/skipcalculation/_index.md new file mode 100644 index 00000000000..b3ee325b45e --- /dev/null +++ b/spanish/cpp/aspose.cells/abstractcalculationengine/skipcalculation/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Cells::AbstractCalculationEngine::SkipCalculation method +linktitle: SkipCalculation +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AbstractCalculationEngine::SkipCalculation method. Skips the calculation for the entire formula that references the function currently under evaluation in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/abstractcalculationengine/skipcalculation/ +--- +## AbstractCalculationEngine::SkipCalculation method + + +Skips the calculation for the entire formula that references the function currently under evaluation. + +```cpp +virtual void Aspose::Cells::AbstractCalculationEngine::SkipCalculation() +``` + +## Remarks + + +This method can be invoked in the implementation of Calculate(CalculationData) to skip the calculation for the entire formula and the original value of the formula will be kept without change. +## See Also + +* Class [AbstractCalculationEngine](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/abstractformulachangemonitor/_impl/_index.md b/spanish/cpp/aspose.cells/abstractformulachangemonitor/_impl/_index.md new file mode 100644 index 00000000000..6add4007da7 --- /dev/null +++ b/spanish/cpp/aspose.cells/abstractformulachangemonitor/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::AbstractFormulaChangeMonitor::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AbstractFormulaChangeMonitor::_impl field. The implementation object in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/abstractformulachangemonitor/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +AbstractFormulaChangeMonitor_Bridge* Aspose::Cells::AbstractFormulaChangeMonitor::_impl +``` + +## See Also + +* Class [AbstractFormulaChangeMonitor](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/abstractformulachangemonitor/_index.md b/spanish/cpp/aspose.cells/abstractformulachangemonitor/_index.md new file mode 100644 index 00000000000..397ebaec0c1 --- /dev/null +++ b/spanish/cpp/aspose.cells/abstractformulachangemonitor/_index.md @@ -0,0 +1,71 @@ +--- +title: Aspose::Cells::AbstractFormulaChangeMonitor class +linktitle: AbstractFormulaChangeMonitor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AbstractFormulaChangeMonitor class. Monitor for the user to track the change of formulas during certain operations in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/abstractformulachangemonitor/ +--- +## AbstractFormulaChangeMonitor class + + +Monitor for the user to track the change of formulas during certain operations. + +```cpp +class AbstractFormulaChangeMonitor +``` + +## Methods + +| Method | Description | +| --- | --- | +| virtual [OnCellFormulaChanged(int32_t sheetIndex, int32_t rowIndex, int32_t columnIndex)](./oncellformulachanged/) | The event that will be triggered when the formula in a cell is changed. | +| virtual [OnFormatConditionFormulaChanged(FormatCondition\& fc)](./onformatconditionformulachanged/) | The event that will be triggered when the formula of [FormatCondition](../formatcondition/) is changed. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## Remarks + + +For example, while deleting/inserting range of cells, formulas of other cells may be changed because of the shift of references. Please note, methods in the monitor may be invoked multiple times for one object which contains the formula. + +## Examples + + +```cpp +Aspose::Cells::Startup(); +class MyFormulaChangeMonitor : public AbstractFormulaChangeMonitor +{ +private: + WorksheetCollection* mWorksheets; +public: + MyFormulaChangeMonitor(WorksheetCollection& worksheets) + { + mWorksheets = &worksheets; + } + + void OnCellFormulaChanged(int sheetIndex, int rowIndex, int columnIndex) + { + int i = rowIndex; + std::cout << "Cell " << mWorksheets->Get(sheetIndex).GetName().ToUtf8() << "!" + << CellsHelper::CellIndexToName(rowIndex, columnIndex).ToUtf8() + << "'s formula was changed while inserting rows." << std::endl; + } +}; + + Workbook wb(u"template.xlsx"); +WorksheetCollection wc = wb.GetWorksheets(); +MyFormulaChangeMonitor my(wc); +InsertOptions options; +options.SetFormulaChangeMonitor(&my); +wb.GetWorksheets().Get(0).GetCells().InsertRows(0, 2, options); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/abstractformulachangemonitor/oncellformulachanged/_index.md b/spanish/cpp/aspose.cells/abstractformulachangemonitor/oncellformulachanged/_index.md new file mode 100644 index 00000000000..6f9c4fd22b2 --- /dev/null +++ b/spanish/cpp/aspose.cells/abstractformulachangemonitor/oncellformulachanged/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::AbstractFormulaChangeMonitor::OnCellFormulaChanged method +linktitle: OnCellFormulaChanged +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AbstractFormulaChangeMonitor::OnCellFormulaChanged method. The event that will be triggered when the formula in a cell is changed in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/abstractformulachangemonitor/oncellformulachanged/ +--- +## AbstractFormulaChangeMonitor::OnCellFormulaChanged method + + +The event that will be triggered when the formula in a cell is changed. + +```cpp +virtual void Aspose::Cells::AbstractFormulaChangeMonitor::OnCellFormulaChanged(int32_t sheetIndex, int32_t rowIndex, int32_t columnIndex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sheetIndex | int32_t | The sheet index of the changed cell | +| rowIndex | int32_t | The row index of the changed cell | +| columnIndex | int32_t | The column index of the changed cell | + +## See Also + +* Class [AbstractFormulaChangeMonitor](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/abstractformulachangemonitor/onformatconditionformulachanged/_index.md b/spanish/cpp/aspose.cells/abstractformulachangemonitor/onformatconditionformulachanged/_index.md new file mode 100644 index 00000000000..962784ea56d --- /dev/null +++ b/spanish/cpp/aspose.cells/abstractformulachangemonitor/onformatconditionformulachanged/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::AbstractFormulaChangeMonitor::OnFormatConditionFormulaChanged method +linktitle: OnFormatConditionFormulaChanged +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AbstractFormulaChangeMonitor::OnFormatConditionFormulaChanged method. The event that will be triggered when the formula of FormatCondition is changed in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/abstractformulachangemonitor/onformatconditionformulachanged/ +--- +## AbstractFormulaChangeMonitor::OnFormatConditionFormulaChanged method + + +The event that will be triggered when the formula of [FormatCondition](../../formatcondition/) is changed. + +```cpp +virtual void Aspose::Cells::AbstractFormulaChangeMonitor::OnFormatConditionFormulaChanged(FormatCondition &fc) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fc | FormatCondition\& | The [FormatCondition](../../formatcondition/) object whose formula is changed | + +## See Also + +* Class [FormatCondition](../../formatcondition/) +* Class [AbstractFormulaChangeMonitor](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/abstractinterruptmonitor/_impl/_index.md b/spanish/cpp/aspose.cells/abstractinterruptmonitor/_impl/_index.md new file mode 100644 index 00000000000..e40f3f421df --- /dev/null +++ b/spanish/cpp/aspose.cells/abstractinterruptmonitor/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::AbstractInterruptMonitor::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AbstractInterruptMonitor::_impl field. The implementation object in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/abstractinterruptmonitor/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +AbstractInterruptMonitor_Bridge* Aspose::Cells::AbstractInterruptMonitor::_impl +``` + +## See Also + +* Class [AbstractInterruptMonitor](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/abstractinterruptmonitor/_index.md b/spanish/cpp/aspose.cells/abstractinterruptmonitor/_index.md new file mode 100644 index 00000000000..992c9aa3062 --- /dev/null +++ b/spanish/cpp/aspose.cells/abstractinterruptmonitor/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::AbstractInterruptMonitor class +linktitle: AbstractInterruptMonitor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AbstractInterruptMonitor class. Monitor for interruption requests in all time-consuming operations in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/abstractinterruptmonitor/ +--- +## AbstractInterruptMonitor class + + +Monitor for interruption requests in all time-consuming operations. + +```cpp +class AbstractInterruptMonitor +``` + +## Methods + +| Method | Description | +| --- | --- | +| virtual [GetTerminateWithoutException()](./getterminatewithoutexception/) | When procedure is interrupted, whether terminate the procedure quietly or throw an Exception. Default is false, that is, when [IsInterruptionRequested](./isinterruptionrequested/) is true, a [CellsException](../cellsexception/) with code [ExceptionType.Interrupted](../exceptiontype/) will be thrown. | +| virtual [IsInterruptionRequested()](./isinterruptionrequested/) | Indicates whether interruption is requested for current operation. If true then current operation will be interrupted. Implementation should perform fast and efficient check here, otherwise it may become another bottleneck for the procedure. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/abstractinterruptmonitor/getterminatewithoutexception/_index.md b/spanish/cpp/aspose.cells/abstractinterruptmonitor/getterminatewithoutexception/_index.md new file mode 100644 index 00000000000..0a372c631d5 --- /dev/null +++ b/spanish/cpp/aspose.cells/abstractinterruptmonitor/getterminatewithoutexception/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::AbstractInterruptMonitor::GetTerminateWithoutException method +linktitle: GetTerminateWithoutException +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AbstractInterruptMonitor::GetTerminateWithoutException method. When procedure is interrupted, whether terminate the procedure quietly or throw an Exception. Default is false, that is, when IsInterruptionRequested is true, a CellsException with code ExceptionType.Interrupted will be thrown in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/abstractinterruptmonitor/getterminatewithoutexception/ +--- +## AbstractInterruptMonitor::GetTerminateWithoutException method + + +When procedure is interrupted, whether terminate the procedure quietly or throw an Exception. Default is false, that is, when [IsInterruptionRequested](../isinterruptionrequested/) is true, a [CellsException](../../cellsexception/) with code [ExceptionType.Interrupted](../../exceptiontype/) will be thrown. + +```cpp +virtual bool Aspose::Cells::AbstractInterruptMonitor::GetTerminateWithoutException() +``` + +## See Also + +* Class [AbstractInterruptMonitor](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/abstractinterruptmonitor/isinterruptionrequested/_index.md b/spanish/cpp/aspose.cells/abstractinterruptmonitor/isinterruptionrequested/_index.md new file mode 100644 index 00000000000..3996df35e84 --- /dev/null +++ b/spanish/cpp/aspose.cells/abstractinterruptmonitor/isinterruptionrequested/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::AbstractInterruptMonitor::IsInterruptionRequested method +linktitle: IsInterruptionRequested +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AbstractInterruptMonitor::IsInterruptionRequested method. Indicates whether interruption is requested for current operation. If true then current operation will be interrupted. Implementation should perform fast and efficient check here, otherwise it may become another bottleneck for the procedure in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/abstractinterruptmonitor/isinterruptionrequested/ +--- +## AbstractInterruptMonitor::IsInterruptionRequested method + + +Indicates whether interruption is requested for current operation. If true then current operation will be interrupted. Implementation should perform fast and efficient check here, otherwise it may become another bottleneck for the procedure. + +```cpp +virtual bool Aspose::Cells::AbstractInterruptMonitor::IsInterruptionRequested()=0 +``` + +## See Also + +* Class [AbstractInterruptMonitor](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/abstracttextloadoptions/_impl/_index.md b/spanish/cpp/aspose.cells/abstracttextloadoptions/_impl/_index.md new file mode 100644 index 00000000000..db3f2ade8ab --- /dev/null +++ b/spanish/cpp/aspose.cells/abstracttextloadoptions/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::AbstractTextLoadOptions::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AbstractTextLoadOptions::_impl field. The implementation object in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells/abstracttextloadoptions/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +AbstractTextLoadOptions_Impl* Aspose::Cells::AbstractTextLoadOptions::_impl +``` + +## See Also + +* Class [AbstractTextLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/abstracttextloadoptions/_index.md b/spanish/cpp/aspose.cells/abstracttextloadoptions/_index.md new file mode 100644 index 00000000000..3672b7c5dae --- /dev/null +++ b/spanish/cpp/aspose.cells/abstracttextloadoptions/_index.md @@ -0,0 +1,97 @@ +--- +title: Aspose::Cells::AbstractTextLoadOptions class +linktitle: AbstractTextLoadOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AbstractTextLoadOptions class. Common options for loading text values in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/abstracttextloadoptions/ +--- +## AbstractTextLoadOptions class + + +Common options for loading text values. + +```cpp +class AbstractTextLoadOptions : public Aspose::Cells::LoadOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AbstractTextLoadOptions(AbstractTextLoadOptions_Impl* impl)](./abstracttextloadoptions/) | Constructs from an implementation object. | +| [AbstractTextLoadOptions(const AbstractTextLoadOptions\& src)](./abstracttextloadoptions/) | Copy constructor. | +| [AbstractTextLoadOptions(const LoadOptions\& src)](./abstracttextloadoptions/) | Constructs from a parent object. | +| [GetAutoFilter()](../loadoptions/getautofilter/) | Indicates whether auto filtering the data when loading the files. | +| [GetAutoFitterOptions()](../loadoptions/getautofitteroptions/) | Gets and sets the auto fitter options. | +| [GetCheckDataValid()](../loadoptions/getcheckdatavalid/) | Check whether data is valid in the template file. | +| [GetCheckExcelRestriction()](../loadoptions/getcheckexcelrestriction/) | Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K such as by Cell.PutValue(string), if this property is true, you will get an Exception. If this property is false, we will accept your input string value as the cell's value so that later you can output the complete string value for other file formats such as CSV. However, if you have set such kind of value that is invalid for excel file format, you should not save the workbook as excel file format later. Otherwise there may be unexpected error for the generated excel file. | +| [GetConvertDateTimeData()](./getconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. | +| [GetConvertNumericData()](./getconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. | +| [GetDefaultStyleSettings()](../loadoptions/getdefaultstylesettings/) | Gets the default style settings for initializing styles of the workbook. | +| [GetEncoding()](./getencoding/) | Gets and sets the default encoding. Only applies for csv file. | +| [GetFontConfigs()](../loadoptions/getfontconfigs/) | Gets and sets individual font configs. Only works for the [Workbook](../workbook/) which uses this [LoadOptions](../loadoptions/) to load. | +| [GetIgnoreNotPrinted()](../loadoptions/getignorenotprinted/) | Ignore the data which are not printed if directly printing the file. | +| [GetIgnoreUselessShapes()](../loadoptions/getignoreuselessshapes/) | Indicates whether ignoring useless shapes. | +| [GetInterruptMonitor()](../loadoptions/getinterruptmonitor/) | Gets and sets the interrupt monitor. | +| [GetKeepPrecision()](./getkeepprecision/) | Indicates whether not parsing a string value if the length is 15. | +| [GetKeepUnparsedData()](../loadoptions/getkeepunparseddata/) | Whether keep the unparsed data in memory for the [Workbook](../workbook/) when it is loaded from template file. Default is true. | +| [GetLanguageCode()](../loadoptions/getlanguagecode/) | Gets or sets the user interface language of the [Workbook](../workbook/) version based on CountryCode that has saved the file. | +| [GetLightCellsDataHandler()](../loadoptions/getlightcellsdatahandler/) | The data handler for processing cells data when reading template file. | +| [GetLoadFilter()](../loadoptions/getloadfilter/) | The filter to denote how to load data. | +| [GetLoadFormat()](../loadoptions/getloadformat/) | Gets the load format. | +| [GetLoadStyleStrategy()](./getloadstylestrategy/) | Indicates the strategy to apply style for parsed values when converting string value to number or datetime. | +| [GetMemorySetting()](../loadoptions/getmemorysetting/) | Gets or sets the memory mode for loaded workbook. | +| [GetParsingFormulaOnOpen()](../loadoptions/getparsingformulaonopen/) | Indicates whether parsing the formula when reading the file. | +| [GetParsingPivotCachedRecords()](../loadoptions/getparsingpivotcachedrecords/) | Indicates whether parsing pivot cached records when loading the file. The default value is false. | +| [GetPassword()](../loadoptions/getpassword/) | Gets and set the password of the workbook. | +| [GetPreservePaddingSpacesInFormula()](../loadoptions/getpreservepaddingspacesinformula/) | Indicates whether preserve those spaces and line breaks that are padded between formula tokens while getting and setting formulas. Default value is false. | +| [GetRegion()](../loadoptions/getregion/) | Gets or sets the regional settings used for the [Workbook](../workbook/) that will be loaded. | +| [GetWarningCallback()](../loadoptions/getwarningcallback/) | Gets or sets warning callback. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [LoadOptions()](../loadoptions/loadoptions/) | Creates an options of loading the file. | +| explicit [LoadOptions(LoadFormat loadFormat)](../loadoptions/loadoptions/) | Creates an options of loading the file. | +| [LoadOptions(LoadOptions_Impl* impl)](../loadoptions/loadoptions/) | Constructs from an implementation object. | +| [LoadOptions(const LoadOptions\& src)](../loadoptions/loadoptions/) | Copy constructor. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const AbstractTextLoadOptions\& src)](./operator_asm/) | operator= | +| [operator=(const LoadOptions\& src)](../loadoptions/operator_asm/) | operator= | +| [SetAutoFilter(bool value)](../loadoptions/setautofilter/) | Indicates whether auto filtering the data when loading the files. | +| [SetAutoFitterOptions(const AutoFitterOptions\& value)](../loadoptions/setautofitteroptions/) | Gets and sets the auto fitter options. | +| [SetCheckDataValid(bool value)](../loadoptions/setcheckdatavalid/) | Check whether data is valid in the template file. | +| [SetCheckExcelRestriction(bool value)](../loadoptions/setcheckexcelrestriction/) | Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K such as by Cell.PutValue(string), if this property is true, you will get an Exception. If this property is false, we will accept your input string value as the cell's value so that later you can output the complete string value for other file formats such as CSV. However, if you have set such kind of value that is invalid for excel file format, you should not save the workbook as excel file format later. Otherwise there may be unexpected error for the generated excel file. | +| [SetConvertDateTimeData(bool value)](./setconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. | +| [SetConvertNumericData(bool value)](./setconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. | +| [SetEncoding(EncodingType value)](./setencoding/) | Gets and sets the default encoding. Only applies for csv file. | +| [SetFontConfigs(const IndividualFontConfigs\& value)](../loadoptions/setfontconfigs/) | Gets and sets individual font configs. Only works for the [Workbook](../workbook/) which uses this [LoadOptions](../loadoptions/) to load. | +| [SetIgnoreNotPrinted(bool value)](../loadoptions/setignorenotprinted/) | Ignore the data which are not printed if directly printing the file. | +| [SetIgnoreUselessShapes(bool value)](../loadoptions/setignoreuselessshapes/) | Indicates whether ignoring useless shapes. | +| [SetInterruptMonitor(AbstractInterruptMonitor* value)](../loadoptions/setinterruptmonitor/) | Gets and sets the interrupt monitor. | +| [SetKeepPrecision(bool value)](./setkeepprecision/) | Indicates whether not parsing a string value if the length is 15. | +| [SetKeepUnparsedData(bool value)](../loadoptions/setkeepunparseddata/) | Whether keep the unparsed data in memory for the [Workbook](../workbook/) when it is loaded from template file. Default is true. | +| [SetLanguageCode(CountryCode value)](../loadoptions/setlanguagecode/) | Gets or sets the user interface language of the [Workbook](../workbook/) version based on CountryCode that has saved the file. | +| [SetLightCellsDataHandler(LightCellsDataHandler* value)](../loadoptions/setlightcellsdatahandler/) | The data handler for processing cells data when reading template file. | +| [SetLoadFilter(LoadFilter* value)](../loadoptions/setloadfilter/) | The filter to denote how to load data. | +| [SetLoadStyleStrategy(TxtLoadStyleStrategy value)](./setloadstylestrategy/) | Indicates the strategy to apply style for parsed values when converting string value to number or datetime. | +| [SetMemorySetting(MemorySetting value)](../loadoptions/setmemorysetting/) | Gets or sets the memory mode for loaded workbook. | +| [SetPaperSize(PaperSizeType type)](../loadoptions/setpapersize/) | Sets the default print paper size from default printer's setting. | +| [SetParsingFormulaOnOpen(bool value)](../loadoptions/setparsingformulaonopen/) | Indicates whether parsing the formula when reading the file. | +| [SetParsingPivotCachedRecords(bool value)](../loadoptions/setparsingpivotcachedrecords/) | Indicates whether parsing pivot cached records when loading the file. The default value is false. | +| [SetPassword(const U16String\& value)](../loadoptions/setpassword/) | Gets and set the password of the workbook. | +| [SetPassword(const char16_t* value)](../loadoptions/setpassword/) | Gets and set the password of the workbook. | +| [SetPreservePaddingSpacesInFormula(bool value)](../loadoptions/setpreservepaddingspacesinformula/) | Indicates whether preserve those spaces and line breaks that are padded between formula tokens while getting and setting formulas. Default value is false. | +| [SetRegion(CountryCode value)](../loadoptions/setregion/) | Gets or sets the regional settings used for the [Workbook](../workbook/) that will be loaded. | +| [SetWarningCallback(IWarningCallback* value)](../loadoptions/setwarningcallback/) | Gets or sets warning callback. | +| [~AbstractTextLoadOptions()](./~abstracttextloadoptions/) | Destructor. | +| [~LoadOptions()](../loadoptions/~loadoptions/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [LoadOptions](../loadoptions/) +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/abstracttextloadoptions/abstracttextloadoptions/_index.md b/spanish/cpp/aspose.cells/abstracttextloadoptions/abstracttextloadoptions/_index.md new file mode 100644 index 00000000000..b1038770ca0 --- /dev/null +++ b/spanish/cpp/aspose.cells/abstracttextloadoptions/abstracttextloadoptions/_index.md @@ -0,0 +1,53 @@ +--- +title: Aspose::Cells::AbstractTextLoadOptions::AbstractTextLoadOptions constructor +linktitle: AbstractTextLoadOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AbstractTextLoadOptions::AbstractTextLoadOptions constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/abstracttextloadoptions/abstracttextloadoptions/ +--- +## AbstractTextLoadOptions::AbstractTextLoadOptions(AbstractTextLoadOptions_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::AbstractTextLoadOptions::AbstractTextLoadOptions(AbstractTextLoadOptions_Impl *impl) +``` + +## See Also + +* Class [AbstractTextLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## AbstractTextLoadOptions::AbstractTextLoadOptions(const AbstractTextLoadOptions\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::AbstractTextLoadOptions::AbstractTextLoadOptions(const AbstractTextLoadOptions &src) +``` + +## See Also + +* Class [AbstractTextLoadOptions](../) +* Class [AbstractTextLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## AbstractTextLoadOptions::AbstractTextLoadOptions(const LoadOptions\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::AbstractTextLoadOptions::AbstractTextLoadOptions(const LoadOptions &src) +``` + +## See Also + +* Class [LoadOptions](../../loadoptions/) +* Class [AbstractTextLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/abstracttextloadoptions/getconvertdatetimedata/_index.md b/spanish/cpp/aspose.cells/abstracttextloadoptions/getconvertdatetimedata/_index.md new file mode 100644 index 00000000000..072ae905941 --- /dev/null +++ b/spanish/cpp/aspose.cells/abstracttextloadoptions/getconvertdatetimedata/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::AbstractTextLoadOptions::GetConvertDateTimeData method +linktitle: GetConvertDateTimeData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AbstractTextLoadOptions::GetConvertDateTimeData method. Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/abstracttextloadoptions/getconvertdatetimedata/ +--- +## AbstractTextLoadOptions::GetConvertDateTimeData method + + +Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. + +```cpp +bool Aspose::Cells::AbstractTextLoadOptions::GetConvertDateTimeData() +``` + +## See Also + +* Class [AbstractTextLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/abstracttextloadoptions/getconvertnumericdata/_index.md b/spanish/cpp/aspose.cells/abstracttextloadoptions/getconvertnumericdata/_index.md new file mode 100644 index 00000000000..3ea5054fa78 --- /dev/null +++ b/spanish/cpp/aspose.cells/abstracttextloadoptions/getconvertnumericdata/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::AbstractTextLoadOptions::GetConvertNumericData method +linktitle: GetConvertNumericData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AbstractTextLoadOptions::GetConvertNumericData method. Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/abstracttextloadoptions/getconvertnumericdata/ +--- +## AbstractTextLoadOptions::GetConvertNumericData method + + +Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. + +```cpp +bool Aspose::Cells::AbstractTextLoadOptions::GetConvertNumericData() +``` + +## See Also + +* Class [AbstractTextLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/abstracttextloadoptions/getencoding/_index.md b/spanish/cpp/aspose.cells/abstracttextloadoptions/getencoding/_index.md new file mode 100644 index 00000000000..2b267b3c929 --- /dev/null +++ b/spanish/cpp/aspose.cells/abstracttextloadoptions/getencoding/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::AbstractTextLoadOptions::GetEncoding method +linktitle: GetEncoding +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AbstractTextLoadOptions::GetEncoding method. Gets and sets the default encoding. Only applies for csv file in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/abstracttextloadoptions/getencoding/ +--- +## AbstractTextLoadOptions::GetEncoding method + + +Gets and sets the default encoding. Only applies for csv file. + +```cpp +EncodingType Aspose::Cells::AbstractTextLoadOptions::GetEncoding() +``` + +## See Also + +* Enum [EncodingType](../../encodingtype/) +* Class [AbstractTextLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/abstracttextloadoptions/getkeepprecision/_index.md b/spanish/cpp/aspose.cells/abstracttextloadoptions/getkeepprecision/_index.md new file mode 100644 index 00000000000..66b55d4ddd0 --- /dev/null +++ b/spanish/cpp/aspose.cells/abstracttextloadoptions/getkeepprecision/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::AbstractTextLoadOptions::GetKeepPrecision method +linktitle: GetKeepPrecision +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AbstractTextLoadOptions::GetKeepPrecision method. Indicates whether not parsing a string value if the length is 15 in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells/abstracttextloadoptions/getkeepprecision/ +--- +## AbstractTextLoadOptions::GetKeepPrecision method + + +Indicates whether not parsing a string value if the length is 15. + +```cpp +bool Aspose::Cells::AbstractTextLoadOptions::GetKeepPrecision() +``` + +## See Also + +* Class [AbstractTextLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/abstracttextloadoptions/getloadstylestrategy/_index.md b/spanish/cpp/aspose.cells/abstracttextloadoptions/getloadstylestrategy/_index.md new file mode 100644 index 00000000000..71384381667 --- /dev/null +++ b/spanish/cpp/aspose.cells/abstracttextloadoptions/getloadstylestrategy/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::AbstractTextLoadOptions::GetLoadStyleStrategy method +linktitle: GetLoadStyleStrategy +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AbstractTextLoadOptions::GetLoadStyleStrategy method. Indicates the strategy to apply style for parsed values when converting string value to number or datetime in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/abstracttextloadoptions/getloadstylestrategy/ +--- +## AbstractTextLoadOptions::GetLoadStyleStrategy method + + +Indicates the strategy to apply style for parsed values when converting string value to number or datetime. + +```cpp +TxtLoadStyleStrategy Aspose::Cells::AbstractTextLoadOptions::GetLoadStyleStrategy() +``` + +## See Also + +* Enum [TxtLoadStyleStrategy](../../txtloadstylestrategy/) +* Class [AbstractTextLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/abstracttextloadoptions/isnull/_index.md b/spanish/cpp/aspose.cells/abstracttextloadoptions/isnull/_index.md new file mode 100644 index 00000000000..b18a199bd43 --- /dev/null +++ b/spanish/cpp/aspose.cells/abstracttextloadoptions/isnull/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::AbstractTextLoadOptions::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AbstractTextLoadOptions::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/abstracttextloadoptions/isnull/ +--- +## AbstractTextLoadOptions::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::AbstractTextLoadOptions::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [AbstractTextLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/abstracttextloadoptions/operator_asm/_index.md b/spanish/cpp/aspose.cells/abstracttextloadoptions/operator_asm/_index.md new file mode 100644 index 00000000000..337b0d6ed83 --- /dev/null +++ b/spanish/cpp/aspose.cells/abstracttextloadoptions/operator_asm/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::AbstractTextLoadOptions::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AbstractTextLoadOptions::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/abstracttextloadoptions/operator_asm/ +--- +## AbstractTextLoadOptions::operator= method + + +operator= + +```cpp +AbstractTextLoadOptions & Aspose::Cells::AbstractTextLoadOptions::operator=(const AbstractTextLoadOptions &src) +``` + +## See Also + +* Class [AbstractTextLoadOptions](../) +* Class [AbstractTextLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/abstracttextloadoptions/operator_bool/_index.md b/spanish/cpp/aspose.cells/abstracttextloadoptions/operator_bool/_index.md new file mode 100644 index 00000000000..e962ed56160 --- /dev/null +++ b/spanish/cpp/aspose.cells/abstracttextloadoptions/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::AbstractTextLoadOptions::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AbstractTextLoadOptions::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/abstracttextloadoptions/operator_bool/ +--- +## AbstractTextLoadOptions::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::AbstractTextLoadOptions::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [AbstractTextLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/abstracttextloadoptions/setconvertdatetimedata/_index.md b/spanish/cpp/aspose.cells/abstracttextloadoptions/setconvertdatetimedata/_index.md new file mode 100644 index 00000000000..d8a77a22967 --- /dev/null +++ b/spanish/cpp/aspose.cells/abstracttextloadoptions/setconvertdatetimedata/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::AbstractTextLoadOptions::SetConvertDateTimeData method +linktitle: SetConvertDateTimeData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AbstractTextLoadOptions::SetConvertDateTimeData method. Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells/abstracttextloadoptions/setconvertdatetimedata/ +--- +## AbstractTextLoadOptions::SetConvertDateTimeData method + + +Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. + +```cpp +void Aspose::Cells::AbstractTextLoadOptions::SetConvertDateTimeData(bool value) +``` + +## See Also + +* Class [AbstractTextLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/abstracttextloadoptions/setconvertnumericdata/_index.md b/spanish/cpp/aspose.cells/abstracttextloadoptions/setconvertnumericdata/_index.md new file mode 100644 index 00000000000..967aa82cc57 --- /dev/null +++ b/spanish/cpp/aspose.cells/abstracttextloadoptions/setconvertnumericdata/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::AbstractTextLoadOptions::SetConvertNumericData method +linktitle: SetConvertNumericData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AbstractTextLoadOptions::SetConvertNumericData method. Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/abstracttextloadoptions/setconvertnumericdata/ +--- +## AbstractTextLoadOptions::SetConvertNumericData method + + +Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. + +```cpp +void Aspose::Cells::AbstractTextLoadOptions::SetConvertNumericData(bool value) +``` + +## See Also + +* Class [AbstractTextLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/abstracttextloadoptions/setencoding/_index.md b/spanish/cpp/aspose.cells/abstracttextloadoptions/setencoding/_index.md new file mode 100644 index 00000000000..17791fe27c2 --- /dev/null +++ b/spanish/cpp/aspose.cells/abstracttextloadoptions/setencoding/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::AbstractTextLoadOptions::SetEncoding method +linktitle: SetEncoding +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AbstractTextLoadOptions::SetEncoding method. Gets and sets the default encoding. Only applies for csv file in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/abstracttextloadoptions/setencoding/ +--- +## AbstractTextLoadOptions::SetEncoding method + + +Gets and sets the default encoding. Only applies for csv file. + +```cpp +void Aspose::Cells::AbstractTextLoadOptions::SetEncoding(EncodingType value) +``` + +## See Also + +* Enum [EncodingType](../../encodingtype/) +* Class [AbstractTextLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/abstracttextloadoptions/setkeepprecision/_index.md b/spanish/cpp/aspose.cells/abstracttextloadoptions/setkeepprecision/_index.md new file mode 100644 index 00000000000..f70b587ecc6 --- /dev/null +++ b/spanish/cpp/aspose.cells/abstracttextloadoptions/setkeepprecision/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::AbstractTextLoadOptions::SetKeepPrecision method +linktitle: SetKeepPrecision +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AbstractTextLoadOptions::SetKeepPrecision method. Indicates whether not parsing a string value if the length is 15 in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells/abstracttextloadoptions/setkeepprecision/ +--- +## AbstractTextLoadOptions::SetKeepPrecision method + + +Indicates whether not parsing a string value if the length is 15. + +```cpp +void Aspose::Cells::AbstractTextLoadOptions::SetKeepPrecision(bool value) +``` + +## See Also + +* Class [AbstractTextLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/abstracttextloadoptions/setloadstylestrategy/_index.md b/spanish/cpp/aspose.cells/abstracttextloadoptions/setloadstylestrategy/_index.md new file mode 100644 index 00000000000..37f838347ca --- /dev/null +++ b/spanish/cpp/aspose.cells/abstracttextloadoptions/setloadstylestrategy/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::AbstractTextLoadOptions::SetLoadStyleStrategy method +linktitle: SetLoadStyleStrategy +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AbstractTextLoadOptions::SetLoadStyleStrategy method. Indicates the strategy to apply style for parsed values when converting string value to number or datetime in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/abstracttextloadoptions/setloadstylestrategy/ +--- +## AbstractTextLoadOptions::SetLoadStyleStrategy method + + +Indicates the strategy to apply style for parsed values when converting string value to number or datetime. + +```cpp +void Aspose::Cells::AbstractTextLoadOptions::SetLoadStyleStrategy(TxtLoadStyleStrategy value) +``` + +## See Also + +* Enum [TxtLoadStyleStrategy](../../txtloadstylestrategy/) +* Class [AbstractTextLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/abstracttextloadoptions/~abstracttextloadoptions/_index.md b/spanish/cpp/aspose.cells/abstracttextloadoptions/~abstracttextloadoptions/_index.md new file mode 100644 index 00000000000..ca199b7f04c --- /dev/null +++ b/spanish/cpp/aspose.cells/abstracttextloadoptions/~abstracttextloadoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::AbstractTextLoadOptions::~AbstractTextLoadOptions method +linktitle: ~AbstractTextLoadOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AbstractTextLoadOptions::~AbstractTextLoadOptions method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/abstracttextloadoptions/~abstracttextloadoptions/ +--- +## AbstractTextLoadOptions::~AbstractTextLoadOptions method + + +Destructor. + +```cpp +Aspose::Cells::AbstractTextLoadOptions::~AbstractTextLoadOptions() +``` + +## See Also + +* Class [AbstractTextLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/accesscacheoptions/_index.md b/spanish/cpp/aspose.cells/accesscacheoptions/_index.md new file mode 100644 index 00000000000..c1ee6ce548a --- /dev/null +++ b/spanish/cpp/aspose.cells/accesscacheoptions/_index.md @@ -0,0 +1,43 @@ +--- +title: Aspose::Cells::AccessCacheOptions enum +linktitle: AccessCacheOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AccessCacheOptions enum. Caching options for data access. Multiple options can be combined using the "|" operator in C++.' +type: docs +weight: 17700 +url: /es/cpp/aspose.cells/accesscacheoptions/ +--- +## AccessCacheOptions enum + + +Caching options for data access. Multiple options can be combined using the "|" operator. + +```cpp +enum class AccessCacheOptions +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| None | 0 |
No cache for any data access. | +| All | -1 |
Apply all possible optimizations for all kinds of data access in the workbook. All settings and data should not be changed during the optimized access. | +| PositionAndSize | 3 |
Apply possible optimization for getting object(such as Shape)'s position and size. [Row](../row/) height and column width settings should not be changed during the optimized access. | +| CellsData | 9 |
Apply possible optimization for getting cells' values. [Cells](../cells/) data(data and settings of Cell, Row) should not be changed during the optimized access, no new Cell/Row objects should be created either(such as by Cells.this[int, int]). | +| CellDisplay | 1048710 |
Apply possible optimization for getting display-related results of cells(Cell.DisplayStringValue, [Cell.GetStyle()](../cell/getstyle/), [Cell.GetDisplayStyle()](../cell/getdisplaystyle/), etc.). [Cells](../cells/) data and style-related objects(Cell/Row/Column styles, column width, etc.) should not be changed during the optimized access. | +| GetFormula | 2097152 |
Apply possible optimization for getting formulas. All data and settings which may affect the formula expression([Worksheet](../worksheet/)'s name, [Name](../name/)'s text, table's column, etc.) should not be changed during the optimized access. | +| SetFormula | 4194304 |
Apply possible optimization for setting formulas. All data and settings which may affect the formula expression([Worksheet](../worksheet/)'s name, [Name](../name/)'s text, table's column, etc.) should not be changed during the optimized access. | +| CalculateFormula | 8388617 |
Apply possible optimization for calculating formulas. [Cells](../cells/) data should not be changed during the optimized access, none new objects([Cell](../cell/), [Row](../row/), etc.) should be created either(such as by Cells.this[int, int]). | +| ConditionalFormatting | 16777225 |
Apply possible optimization for getting formatting result of conditional formattings. All data and settings which may affect the result of conditional formattings(settings of conditional formattings, dependent cell values, etc.) should not be changed during the optimized access. | +| Validation | 33554441 |
Apply possible optimization for getting validation result. All data and settings which may affect the result of validation(settings of the validation, dependent cell values, etc.) should not be changed during the optimized access. | + +## Remarks + + +For some features, accessing large dataset requires a lot of repeated and complicated operations such as search, calculation, ...etc and those operations will take a lot of extra time. For common situations, all dependent data remains unchanged during the access, so some caches can be built and used to improve the access performance. For this purpose, we provide this API so that user can specify which kind of data access needs to be optimized by possible caching mechanism. + + Please note, for different options, different data set may be required to be "read-only". And performance of accessing data depends on many aspects, the use of caching mechanism does not guarantee that performance will be improved. For some situations, such as the dataset to be accessed is small, using cache may cause even more time because caching itself also needs certain extra time. +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/advancedfilter/_impl/_index.md b/spanish/cpp/aspose.cells/advancedfilter/_impl/_index.md new file mode 100644 index 00000000000..688fd149db8 --- /dev/null +++ b/spanish/cpp/aspose.cells/advancedfilter/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::AdvancedFilter::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AdvancedFilter::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/advancedfilter/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +AdvancedFilter_Impl* Aspose::Cells::AdvancedFilter::_impl +``` + +## See Also + +* Class [AdvancedFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/advancedfilter/_index.md b/spanish/cpp/aspose.cells/advancedfilter/_index.md new file mode 100644 index 00000000000..51605136ca2 --- /dev/null +++ b/spanish/cpp/aspose.cells/advancedfilter/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::AdvancedFilter class +linktitle: AdvancedFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AdvancedFilter class. Represents the settings of the advanced filter in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/advancedfilter/ +--- +## AdvancedFilter class + + +Represents the settings of the advanced filter. + +```cpp +class AdvancedFilter +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AdvancedFilter(AdvancedFilter_Impl* impl)](./advancedfilter/) | Constructs from an implementation object. | +| [AdvancedFilter(const AdvancedFilter\& src)](./advancedfilter/) | Copy constructor. | +| [GetCopyToRange()](./getcopytorange/) | Gets the range where copying the resut of this advanced filter to. | +| [GetCriteriaRange()](./getcriteriarange/) | Gets the criteria range of this advanced filter. | +| [GetListRange()](./getlistrange/) | Gets the list range of this advanced filter. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const AdvancedFilter\& src)](./operator_asm/) | operator= | +| [~AdvancedFilter()](./~advancedfilter/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/advancedfilter/advancedfilter/_index.md b/spanish/cpp/aspose.cells/advancedfilter/advancedfilter/_index.md new file mode 100644 index 00000000000..519e40c7d0a --- /dev/null +++ b/spanish/cpp/aspose.cells/advancedfilter/advancedfilter/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::AdvancedFilter::AdvancedFilter constructor +linktitle: AdvancedFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AdvancedFilter::AdvancedFilter constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/advancedfilter/advancedfilter/ +--- +## AdvancedFilter::AdvancedFilter(AdvancedFilter_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::AdvancedFilter::AdvancedFilter(AdvancedFilter_Impl *impl) +``` + +## See Also + +* Class [AdvancedFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## AdvancedFilter::AdvancedFilter(const AdvancedFilter\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::AdvancedFilter::AdvancedFilter(const AdvancedFilter &src) +``` + +## See Also + +* Class [AdvancedFilter](../) +* Class [AdvancedFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/advancedfilter/getcopytorange/_index.md b/spanish/cpp/aspose.cells/advancedfilter/getcopytorange/_index.md new file mode 100644 index 00000000000..4837e11d74a --- /dev/null +++ b/spanish/cpp/aspose.cells/advancedfilter/getcopytorange/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::AdvancedFilter::GetCopyToRange method +linktitle: GetCopyToRange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AdvancedFilter::GetCopyToRange method. Gets the range where copying the resut of this advanced filter to in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/advancedfilter/getcopytorange/ +--- +## AdvancedFilter::GetCopyToRange method + + +Gets the range where copying the resut of this advanced filter to. + +```cpp +U16String Aspose::Cells::AdvancedFilter::GetCopyToRange() +``` + +## See Also + +* Class [U16String](../../u16string/) +* Class [AdvancedFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/advancedfilter/getcriteriarange/_index.md b/spanish/cpp/aspose.cells/advancedfilter/getcriteriarange/_index.md new file mode 100644 index 00000000000..3b1df241b2a --- /dev/null +++ b/spanish/cpp/aspose.cells/advancedfilter/getcriteriarange/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::AdvancedFilter::GetCriteriaRange method +linktitle: GetCriteriaRange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AdvancedFilter::GetCriteriaRange method. Gets the criteria range of this advanced filter in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/advancedfilter/getcriteriarange/ +--- +## AdvancedFilter::GetCriteriaRange method + + +Gets the criteria range of this advanced filter. + +```cpp +U16String Aspose::Cells::AdvancedFilter::GetCriteriaRange() +``` + +## See Also + +* Class [U16String](../../u16string/) +* Class [AdvancedFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/advancedfilter/getlistrange/_index.md b/spanish/cpp/aspose.cells/advancedfilter/getlistrange/_index.md new file mode 100644 index 00000000000..8c790d9af64 --- /dev/null +++ b/spanish/cpp/aspose.cells/advancedfilter/getlistrange/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::AdvancedFilter::GetListRange method +linktitle: GetListRange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AdvancedFilter::GetListRange method. Gets the list range of this advanced filter in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/advancedfilter/getlistrange/ +--- +## AdvancedFilter::GetListRange method + + +Gets the list range of this advanced filter. + +```cpp +U16String Aspose::Cells::AdvancedFilter::GetListRange() +``` + +## See Also + +* Class [U16String](../../u16string/) +* Class [AdvancedFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/advancedfilter/isnull/_index.md b/spanish/cpp/aspose.cells/advancedfilter/isnull/_index.md new file mode 100644 index 00000000000..f01958c5083 --- /dev/null +++ b/spanish/cpp/aspose.cells/advancedfilter/isnull/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::AdvancedFilter::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AdvancedFilter::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/advancedfilter/isnull/ +--- +## AdvancedFilter::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::AdvancedFilter::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [AdvancedFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/advancedfilter/operator_asm/_index.md b/spanish/cpp/aspose.cells/advancedfilter/operator_asm/_index.md new file mode 100644 index 00000000000..420b52aa272 --- /dev/null +++ b/spanish/cpp/aspose.cells/advancedfilter/operator_asm/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::AdvancedFilter::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AdvancedFilter::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/advancedfilter/operator_asm/ +--- +## AdvancedFilter::operator= method + + +operator= + +```cpp +AdvancedFilter & Aspose::Cells::AdvancedFilter::operator=(const AdvancedFilter &src) +``` + +## See Also + +* Class [AdvancedFilter](../) +* Class [AdvancedFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/advancedfilter/operator_bool/_index.md b/spanish/cpp/aspose.cells/advancedfilter/operator_bool/_index.md new file mode 100644 index 00000000000..10cfd418669 --- /dev/null +++ b/spanish/cpp/aspose.cells/advancedfilter/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::AdvancedFilter::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AdvancedFilter::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/advancedfilter/operator_bool/ +--- +## AdvancedFilter::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::AdvancedFilter::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [AdvancedFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/advancedfilter/~advancedfilter/_index.md b/spanish/cpp/aspose.cells/advancedfilter/~advancedfilter/_index.md new file mode 100644 index 00000000000..69a1c6c4dba --- /dev/null +++ b/spanish/cpp/aspose.cells/advancedfilter/~advancedfilter/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::AdvancedFilter::~AdvancedFilter method +linktitle: ~AdvancedFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AdvancedFilter::~AdvancedFilter method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/advancedfilter/~advancedfilter/ +--- +## AdvancedFilter::~AdvancedFilter method + + +Destructor. + +```cpp +Aspose::Cells::AdvancedFilter::~AdvancedFilter() +``` + +## See Also + +* Class [AdvancedFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/autofilltype/_index.md b/spanish/cpp/aspose.cells/autofilltype/_index.md new file mode 100644 index 00000000000..8cc0dcbd547 --- /dev/null +++ b/spanish/cpp/aspose.cells/autofilltype/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::AutoFillType enum +linktitle: AutoFillType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFillType enum. Represents the auto fill type in C++.' +type: docs +weight: 17800 +url: /es/cpp/aspose.cells/autofilltype/ +--- +## AutoFillType enum + + +Represents the auto fill type. + +```cpp +enum class AutoFillType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Copy | 1 |
Copies the value and format of the source area to the target area. | +| Default | 0 |
Automatically fills the target area with the value and format. | +| Formats | 3 |
Copies only the format of the source area to the target area. | +| Series | 2 |
Extend the value in the source area to the target area in the form of a series and copy the format to the target area. | +| Values | 4 |
Copies only the value of the source area to the target area. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/autofilter/_impl/_index.md b/spanish/cpp/aspose.cells/autofilter/_impl/_index.md new file mode 100644 index 00000000000..c06960229b3 --- /dev/null +++ b/spanish/cpp/aspose.cells/autofilter/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::AutoFilter::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFilter::_impl field. The implementation object in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells/autofilter/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +AutoFilter_Impl* Aspose::Cells::AutoFilter::_impl +``` + +## See Also + +* Class [AutoFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/autofilter/_index.md b/spanish/cpp/aspose.cells/autofilter/_index.md new file mode 100644 index 00000000000..b1c1f52cbaf --- /dev/null +++ b/spanish/cpp/aspose.cells/autofilter/_index.md @@ -0,0 +1,88 @@ +--- +title: Aspose::Cells::AutoFilter class +linktitle: AutoFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFilter class. Represents autofiltering for the specified worksheet in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/autofilter/ +--- +## AutoFilter class + + +Represents autofiltering for the specified worksheet. + +```cpp +class AutoFilter +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddDateFilter(int32_t fieldIndex, DateTimeGroupingType dateTimeGroupingType, int32_t year, int32_t month, int32_t day, int32_t hour, int32_t minute, int32_t second)](./adddatefilter/) | Adds a date filter. | +| [AddFillColorFilter(int32_t fieldIndex, BackgroundType pattern, const CellsColor\& foregroundColor, const CellsColor\& backgroundColor)](./addfillcolorfilter/) | Adds a fill color filter. | +| [AddFilter(int32_t fieldIndex, const U16String\& criteria)](./addfilter/) | Adds a filter for a filter column. | +| [AddFilter(int32_t fieldIndex, const char16_t* criteria)](./addfilter/) | Adds a filter for a filter column. | +| [AddFontColorFilter(int32_t fieldIndex, const CellsColor\& color)](./addfontcolorfilter/) | Adds a font color filter. | +| [AddIconFilter(int32_t fieldIndex, IconSetType iconSetType, int32_t iconId)](./addiconfilter/) | Adds an icon filter. | +| [AutoFilter(AutoFilter_Impl* impl)](./autofilter/) | Constructs from an implementation object. | +| [AutoFilter(const AutoFilter\& src)](./autofilter/) | Copy constructor. | +| [Custom(int32_t fieldIndex, FilterOperatorType operatorType1, const Aspose::Cells::Object\& criteria1)](./custom/) | Filters a list with a custom criterion. | +| [Custom(int32_t fieldIndex, FilterOperatorType operatorType1, const Aspose::Cells::Object\& criteria1, bool isAnd, FilterOperatorType operatorType2, const Aspose::Cells::Object\& criteria2)](./custom/) | Filters a list with custom criteria. | +| [Dynamic_Filter(int32_t fieldIndex, DynamicFilterType dynamicFilterType)](./dynamic_filter/) | Adds a dynamic filter. | +| [Filter(int32_t fieldIndex, const U16String\& criteria)](./filter/) | Filters a list with specified criteria. | +| [Filter(int32_t fieldIndex, const char16_t* criteria)](./filter/) | Filters a list with specified criteria. | +| [FilterTop10(int32_t fieldIndex, bool isTop, bool isPercent, int32_t itemCount)](./filtertop10/) | Filter the top 10 items in the list. | +| [GetCellArea()](./getcellarea/) | Gets the [CellArea](../cellarea/) where the this [AutoFilter](./) applies to. | +| [GetCellArea(bool refreshAppliedRange)](./getcellarea/) | Gets the [Aspose.Cells.CellArea](../cellarea/) where the specified [AutoFilter](./) applies. | +| [GetFilterColumns()](./getfiltercolumns/) | Gets the collection of the filter columns. | +| [GetRange()](./getrange/) | Represents the range to which the specified [AutoFilter](./) applies. | +| [GetShowFilterButton()](./getshowfilterbutton/) | Indicates whether the [AutoFilter](./) button for this column is visible. | +| [GetSorter()](./getsorter/) | Gets the data sorter. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [MatchBlanks(int32_t fieldIndex)](./matchblanks/) | Match all blank cells in the list. | +| [MatchNonBlanks(int32_t fieldIndex)](./matchnonblanks/) | Match all not-blank cells in the list. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const AutoFilter\& src)](./operator_asm/) | operator= | +| [Refresh()](./refresh/) | Refresh auto filters to hide or unhide the rows. | +| [Refresh(bool hideRows)](./refresh/) | Gets all hidden rows' indexes. | +| [RemoveDateFilter(int32_t fieldIndex, DateTimeGroupingType dateTimeGroupingType, int32_t year, int32_t month, int32_t day, int32_t hour, int32_t minute, int32_t second)](./removedatefilter/) | Removes a date filter. | +| [RemoveFilter(int32_t fieldIndex, const U16String\& criteria)](./removefilter/) | Removes a filter for a filter column. | +| [RemoveFilter(int32_t fieldIndex, const char16_t* criteria)](./removefilter/) | Removes a filter for a filter column. | +| [RemoveFilter(int32_t fieldIndex)](./removefilter/) | Remove the specific filter. | +| [SetRange(int32_t row, int32_t startColumn, int32_t endColumn)](./setrange/) | Sets the range to which the specified [AutoFilter](./) applies. | +| [SetRange(const U16String\& value)](./setrange/) | Represents the range to which the specified [AutoFilter](./) applies. | +| [SetRange(const char16_t* value)](./setrange/) | Represents the range to which the specified [AutoFilter](./) applies. | +| [SetShowFilterButton(bool value)](./setshowfilterbutton/) | Indicates whether the [AutoFilter](./) button for this column is visible. | +| [ShowAll()](./showall/) | Unhide all rows. | +| [~AutoFilter()](./~autofilter/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Creando un flujo de archivo que contiene el archivo Excel a abrir +//Instanciando un objeto Workbook +Workbook workbook(u"template.xlsx"); +//Accediendo a la primera hoja de cálculo en el archivo Excel +Worksheet worksheet = workbook.GetWorksheets().Get(0); +//Creando AutoFiltro proporcionando el rango de celdas de la fila de encabezado +worksheet.GetAutoFilter().SetRange(u"A1:B1"); +//Filtrando columnas con valores especificados +worksheet.GetAutoFilter().Filter(1, u"Bananas"); +//Guardando el archivo Excel modificado. +workbook.Save(u"output.xls"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/autofilter/adddatefilter/_index.md b/spanish/cpp/aspose.cells/autofilter/adddatefilter/_index.md new file mode 100644 index 00000000000..af0663ca3f5 --- /dev/null +++ b/spanish/cpp/aspose.cells/autofilter/adddatefilter/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::AutoFilter::AddDateFilter method +linktitle: AddDateFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFilter::AddDateFilter method. Adds a date filter in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/autofilter/adddatefilter/ +--- +## AutoFilter::AddDateFilter method + + +Adds a date filter. + +```cpp +void Aspose::Cells::AutoFilter::AddDateFilter(int32_t fieldIndex, DateTimeGroupingType dateTimeGroupingType, int32_t year, int32_t month, int32_t day, int32_t hour, int32_t minute, int32_t second) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fieldIndex | int32_t | The integer offset of the field on which you want to base the filter (from the left of the list; the leftmost field is field 0). | +| dateTimeGroupingType | DateTimeGroupingType | The grouping type | +| year | int32_t | The year. | +| month | int32_t | The month. | +| day | int32_t | The day. | +| hour | int32_t | The hour. | +| minute | int32_t | The minute. | +| second | int32_t | The second. | +## Remarks + + + +If DateTimeGroupingType is Year, only the param year effects. If DateTiemGroupingType is Month, only the param year and month effect. +## See Also + +* Enum [DateTimeGroupingType](../../datetimegroupingtype/) +* Class [AutoFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/autofilter/addfillcolorfilter/_index.md b/spanish/cpp/aspose.cells/autofilter/addfillcolorfilter/_index.md new file mode 100644 index 00000000000..cdb99a23e17 --- /dev/null +++ b/spanish/cpp/aspose.cells/autofilter/addfillcolorfilter/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::AutoFilter::AddFillColorFilter method +linktitle: AddFillColorFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFilter::AddFillColorFilter method. Adds a fill color filter in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells/autofilter/addfillcolorfilter/ +--- +## AutoFilter::AddFillColorFilter method + + +Adds a fill color filter. + +```cpp +void Aspose::Cells::AutoFilter::AddFillColorFilter(int32_t fieldIndex, BackgroundType pattern, const CellsColor &foregroundColor, const CellsColor &backgroundColor) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fieldIndex | int32_t | The integer offset of the field on which you want to base the filter (from the left of the list; the leftmost field is field 0). | +| pattern | BackgroundType | The background pattern type. | +| foregroundColor | const CellsColor\& | The foreground color. | +| backgroundColor | const CellsColor\& | The background color. | + +## See Also + +* Enum [BackgroundType](../../backgroundtype/) +* Class [CellsColor](../../cellscolor/) +* Class [AutoFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/autofilter/addfilter/_index.md b/spanish/cpp/aspose.cells/autofilter/addfilter/_index.md new file mode 100644 index 00000000000..131bc9ede14 --- /dev/null +++ b/spanish/cpp/aspose.cells/autofilter/addfilter/_index.md @@ -0,0 +1,58 @@ +--- +title: Aspose::Cells::AutoFilter::AddFilter method +linktitle: AddFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFilter::AddFilter method. Adds a filter for a filter column in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/autofilter/addfilter/ +--- +## AutoFilter::AddFilter(int32_t, const U16String\&) method + + +Adds a filter for a filter column. + +```cpp +void Aspose::Cells::AutoFilter::AddFilter(int32_t fieldIndex, const U16String &criteria) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fieldIndex | int32_t | The integer offset of the field on which you want to base the filter (from the left of the list; the leftmost field is field 0). | +| criteria | const U16String\& | The specified criteria (a string; for example, "101"). It only can be null or be one of the cells' value in this column. | +## Remarks + + + +MS Excel 2007 supports multiple selection in a filter column. +## See Also + +* Class [U16String](../../u16string/) +* Class [AutoFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## AutoFilter::AddFilter(int32_t, const char16_t*) method + + +Adds a filter for a filter column. + +```cpp +void Aspose::Cells::AutoFilter::AddFilter(int32_t fieldIndex, const char16_t *criteria) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fieldIndex | int32_t | The integer offset of the field on which you want to base the filter (from the left of the list; the leftmost field is field 0). | +| criteria | const char16_t* | The specified criteria (a string; for example, "101"). It only can be null or be one of the cells' value in this column. | +## Remarks + + + +MS Excel 2007 supports multiple selection in a filter column. +## See Also + +* Class [AutoFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/autofilter/addfontcolorfilter/_index.md b/spanish/cpp/aspose.cells/autofilter/addfontcolorfilter/_index.md new file mode 100644 index 00000000000..3a4cfb99bbf --- /dev/null +++ b/spanish/cpp/aspose.cells/autofilter/addfontcolorfilter/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::AutoFilter::AddFontColorFilter method +linktitle: AddFontColorFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFilter::AddFontColorFilter method. Adds a font color filter in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells/autofilter/addfontcolorfilter/ +--- +## AutoFilter::AddFontColorFilter method + + +Adds a font color filter. + +```cpp +void Aspose::Cells::AutoFilter::AddFontColorFilter(int32_t fieldIndex, const CellsColor &color) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fieldIndex | int32_t | The integer offset of the field on which you want to base the filter (from the left of the list; the leftmost field is field 0). | +| color | const CellsColor\& | The [CellsColor](../../cellscolor/) object. | + +## See Also + +* Class [CellsColor](../../cellscolor/) +* Class [AutoFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/autofilter/addiconfilter/_index.md b/spanish/cpp/aspose.cells/autofilter/addiconfilter/_index.md new file mode 100644 index 00000000000..c4edda5f548 --- /dev/null +++ b/spanish/cpp/aspose.cells/autofilter/addiconfilter/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::AutoFilter::AddIconFilter method +linktitle: AddIconFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFilter::AddIconFilter method. Adds an icon filter in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells/autofilter/addiconfilter/ +--- +## AutoFilter::AddIconFilter method + + +Adds an icon filter. + +```cpp +void Aspose::Cells::AutoFilter::AddIconFilter(int32_t fieldIndex, IconSetType iconSetType, int32_t iconId) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fieldIndex | int32_t | The integer offset of the field on which you want to base the filter (from the left of the list; the leftmost field is field 0). | +| iconSetType | IconSetType | The icon set type. | +| iconId | int32_t | The icon id. | +## Remarks + + + +Only supports to add the icon filter. Not supports checking which row is visible if the filter is icon filter. +## See Also + +* Enum [IconSetType](../../iconsettype/) +* Class [AutoFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/autofilter/autofilter/_index.md b/spanish/cpp/aspose.cells/autofilter/autofilter/_index.md new file mode 100644 index 00000000000..e419ab92616 --- /dev/null +++ b/spanish/cpp/aspose.cells/autofilter/autofilter/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::AutoFilter::AutoFilter constructor +linktitle: AutoFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFilter::AutoFilter constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/autofilter/autofilter/ +--- +## AutoFilter::AutoFilter(AutoFilter_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::AutoFilter::AutoFilter(AutoFilter_Impl *impl) +``` + +## See Also + +* Class [AutoFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## AutoFilter::AutoFilter(const AutoFilter\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::AutoFilter::AutoFilter(const AutoFilter &src) +``` + +## See Also + +* Class [AutoFilter](../) +* Class [AutoFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/autofilter/custom/_index.md b/spanish/cpp/aspose.cells/autofilter/custom/_index.md new file mode 100644 index 00000000000..2935e433058 --- /dev/null +++ b/spanish/cpp/aspose.cells/autofilter/custom/_index.md @@ -0,0 +1,58 @@ +--- +title: Aspose::Cells::AutoFilter::Custom method +linktitle: Custom +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFilter::Custom method. Filters a list with a custom criterion in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells/autofilter/custom/ +--- +## AutoFilter::Custom(int32_t, FilterOperatorType, const Aspose::Cells::Object\&) method + + +Filters a list with a custom criterion. + +```cpp +void Aspose::Cells::AutoFilter::Custom(int32_t fieldIndex, FilterOperatorType operatorType1, const Aspose::Cells::Object &criteria1) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fieldIndex | int32_t | The integer offset of the field on which you want to base the filter (from the left of the list; the leftmost field is field 0). | +| operatorType1 | FilterOperatorType | The filter operator type | +| criteria1 | const Aspose::Cells::Object\& | The custom criteria | + +## See Also + +* Enum [FilterOperatorType](../../filteroperatortype/) +* Class [Object](../../object/) +* Class [AutoFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## AutoFilter::Custom(int32_t, FilterOperatorType, const Aspose::Cells::Object\&, bool, FilterOperatorType, const Aspose::Cells::Object\&) method + + +Filters a list with custom criteria. + +```cpp +void Aspose::Cells::AutoFilter::Custom(int32_t fieldIndex, FilterOperatorType operatorType1, const Aspose::Cells::Object &criteria1, bool isAnd, FilterOperatorType operatorType2, const Aspose::Cells::Object &criteria2) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fieldIndex | int32_t | The integer offset of the field on which you want to base the filter (from the left of the list; the leftmost field is field 0). | +| operatorType1 | FilterOperatorType | The filter operator type | +| criteria1 | const Aspose::Cells::Object\& | The custom criteria | +| isAnd | bool | | +| operatorType2 | FilterOperatorType | The filter operator type | +| criteria2 | const Aspose::Cells::Object\& | The custom criteria | + +## See Also + +* Enum [FilterOperatorType](../../filteroperatortype/) +* Class [Object](../../object/) +* Class [AutoFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/autofilter/dynamic_filter/_index.md b/spanish/cpp/aspose.cells/autofilter/dynamic_filter/_index.md new file mode 100644 index 00000000000..7da9cd16132 --- /dev/null +++ b/spanish/cpp/aspose.cells/autofilter/dynamic_filter/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::AutoFilter::Dynamic_Filter method +linktitle: Dynamic_Filter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFilter::Dynamic_Filter method. Adds a dynamic filter in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells/autofilter/dynamic_filter/ +--- +## AutoFilter::Dynamic_Filter method + + +Adds a dynamic filter. + +```cpp +void Aspose::Cells::AutoFilter::Dynamic_Filter(int32_t fieldIndex, DynamicFilterType dynamicFilterType) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fieldIndex | int32_t | The integer offset of the field on which you want to base the filter (from the left of the list; the leftmost field is field 0). | +| dynamicFilterType | DynamicFilterType | Dynamic filter type. | + +## See Also + +* Enum [DynamicFilterType](../../dynamicfiltertype/) +* Class [AutoFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/autofilter/filter/_index.md b/spanish/cpp/aspose.cells/autofilter/filter/_index.md new file mode 100644 index 00000000000..f752ae5f6f1 --- /dev/null +++ b/spanish/cpp/aspose.cells/autofilter/filter/_index.md @@ -0,0 +1,58 @@ +--- +title: Aspose::Cells::AutoFilter::Filter method +linktitle: Filter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFilter::Filter method. Filters a list with specified criteria in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells/autofilter/filter/ +--- +## AutoFilter::Filter(int32_t, const U16String\&) method + + +Filters a list with specified criteria. + +```cpp +void Aspose::Cells::AutoFilter::Filter(int32_t fieldIndex, const U16String &criteria) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fieldIndex | int32_t | The integer offset of the field on which you want to base the filter (from the left of the list; the leftmost field is field 0). | +| criteria | const U16String\& | The specified criteria (a string; for example, "101"). | +## Remarks + + + +[Aspose.Cells](../../) will remove all other filter setting on this field as Ms Excel 97-2003. +## See Also + +* Class [U16String](../../u16string/) +* Class [AutoFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## AutoFilter::Filter(int32_t, const char16_t*) method + + +Filters a list with specified criteria. + +```cpp +void Aspose::Cells::AutoFilter::Filter(int32_t fieldIndex, const char16_t *criteria) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fieldIndex | int32_t | The integer offset of the field on which you want to base the filter (from the left of the list; the leftmost field is field 0). | +| criteria | const char16_t* | The specified criteria (a string; for example, "101"). | +## Remarks + + + +[Aspose.Cells](../../) will remove all other filter setting on this field as Ms Excel 97-2003. +## See Also + +* Class [AutoFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/autofilter/filtertop10/_index.md b/spanish/cpp/aspose.cells/autofilter/filtertop10/_index.md new file mode 100644 index 00000000000..25c84f4553d --- /dev/null +++ b/spanish/cpp/aspose.cells/autofilter/filtertop10/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Cells::AutoFilter::FilterTop10 method +linktitle: FilterTop10 +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFilter::FilterTop10 method. Filter the top 10 items in the list in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells/autofilter/filtertop10/ +--- +## AutoFilter::FilterTop10 method + + +Filter the top 10 items in the list. + +```cpp +void Aspose::Cells::AutoFilter::FilterTop10(int32_t fieldIndex, bool isTop, bool isPercent, int32_t itemCount) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fieldIndex | int32_t | The integer offset of the field on which you want to base the filter (from the left of the list; the leftmost field is field 0). | +| isTop | bool | Indicates whether filter from top or bottom | +| isPercent | bool | Indicates whether the items is percent or count | +| itemCount | int32_t | The item count | + +## See Also + +* Class [AutoFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/autofilter/getcellarea/_index.md b/spanish/cpp/aspose.cells/autofilter/getcellarea/_index.md new file mode 100644 index 00000000000..bca4a3e91d0 --- /dev/null +++ b/spanish/cpp/aspose.cells/autofilter/getcellarea/_index.md @@ -0,0 +1,53 @@ +--- +title: Aspose::Cells::AutoFilter::GetCellArea method +linktitle: GetCellArea +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFilter::GetCellArea method. Gets the CellArea where the this AutoFilter applies to in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/autofilter/getcellarea/ +--- +## AutoFilter::GetCellArea() method + + +Gets the [CellArea](../../cellarea/) where the this [AutoFilter](../) applies to. + +```cpp +CellArea Aspose::Cells::AutoFilter::GetCellArea() +``` + + +## ReturnValue + +the area this filter applies to + +## See Also + +* Class [CellArea](../../cellarea/) +* Class [AutoFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## AutoFilter::GetCellArea(bool) method + + +Gets the [Aspose.Cells.CellArea](../../cellarea/) where the specified [AutoFilter](../) applies. + +```cpp +CellArea Aspose::Cells::AutoFilter::GetCellArea(bool refreshAppliedRange) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| refreshAppliedRange | bool | Whether refresh the applied range. For the applied range of auto filter, the last row may change when cells data changes. If this flag is true, then the last row of the range will be re-calculated according to current cells data. | + +## ReturnValue + +the area this filter applies to + +## See Also + +* Class [CellArea](../../cellarea/) +* Class [AutoFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/autofilter/getfiltercolumns/_index.md b/spanish/cpp/aspose.cells/autofilter/getfiltercolumns/_index.md new file mode 100644 index 00000000000..23d6c37957e --- /dev/null +++ b/spanish/cpp/aspose.cells/autofilter/getfiltercolumns/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::AutoFilter::GetFilterColumns method +linktitle: GetFilterColumns +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFilter::GetFilterColumns method. Gets the collection of the filter columns in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells/autofilter/getfiltercolumns/ +--- +## AutoFilter::GetFilterColumns method + + +Gets the collection of the filter columns. + +```cpp +FilterColumnCollection Aspose::Cells::AutoFilter::GetFilterColumns() +``` + +## See Also + +* Class [FilterColumnCollection](../../filtercolumncollection/) +* Class [AutoFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/autofilter/getrange/_index.md b/spanish/cpp/aspose.cells/autofilter/getrange/_index.md new file mode 100644 index 00000000000..ae1bde528ec --- /dev/null +++ b/spanish/cpp/aspose.cells/autofilter/getrange/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::AutoFilter::GetRange method +linktitle: GetRange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFilter::GetRange method. Represents the range to which the specified AutoFilter applies in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/autofilter/getrange/ +--- +## AutoFilter::GetRange method + + +Represents the range to which the specified [AutoFilter](../) applies. + +```cpp +U16String Aspose::Cells::AutoFilter::GetRange() +``` + +## See Also + +* Class [U16String](../../u16string/) +* Class [AutoFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/autofilter/getshowfilterbutton/_index.md b/spanish/cpp/aspose.cells/autofilter/getshowfilterbutton/_index.md new file mode 100644 index 00000000000..fccea8c22f1 --- /dev/null +++ b/spanish/cpp/aspose.cells/autofilter/getshowfilterbutton/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::AutoFilter::GetShowFilterButton method +linktitle: GetShowFilterButton +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFilter::GetShowFilterButton method. Indicates whether the AutoFilter button for this column is visible in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells/autofilter/getshowfilterbutton/ +--- +## AutoFilter::GetShowFilterButton method + + +Indicates whether the [AutoFilter](../) button for this column is visible. + +```cpp +bool Aspose::Cells::AutoFilter::GetShowFilterButton() +``` + +## See Also + +* Class [AutoFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/autofilter/getsorter/_index.md b/spanish/cpp/aspose.cells/autofilter/getsorter/_index.md new file mode 100644 index 00000000000..71499f1a28d --- /dev/null +++ b/spanish/cpp/aspose.cells/autofilter/getsorter/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::AutoFilter::GetSorter method +linktitle: GetSorter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFilter::GetSorter method. Gets the data sorter in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/autofilter/getsorter/ +--- +## AutoFilter::GetSorter method + + +Gets the data sorter. + +```cpp +DataSorter Aspose::Cells::AutoFilter::GetSorter() +``` + +## See Also + +* Class [DataSorter](../../datasorter/) +* Class [AutoFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/autofilter/isnull/_index.md b/spanish/cpp/aspose.cells/autofilter/isnull/_index.md new file mode 100644 index 00000000000..409fc41cd46 --- /dev/null +++ b/spanish/cpp/aspose.cells/autofilter/isnull/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::AutoFilter::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFilter::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/autofilter/isnull/ +--- +## AutoFilter::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::AutoFilter::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [AutoFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/autofilter/matchblanks/_index.md b/spanish/cpp/aspose.cells/autofilter/matchblanks/_index.md new file mode 100644 index 00000000000..6af0558353e --- /dev/null +++ b/spanish/cpp/aspose.cells/autofilter/matchblanks/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::AutoFilter::MatchBlanks method +linktitle: MatchBlanks +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFilter::MatchBlanks method. Match all blank cells in the list in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells/autofilter/matchblanks/ +--- +## AutoFilter::MatchBlanks method + + +Match all blank cells in the list. + +```cpp +void Aspose::Cells::AutoFilter::MatchBlanks(int32_t fieldIndex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fieldIndex | int32_t | The integer offset of the field on which you want to base the filter (from the left of the list; the leftmost field is field 0). | + +## See Also + +* Class [AutoFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/autofilter/matchnonblanks/_index.md b/spanish/cpp/aspose.cells/autofilter/matchnonblanks/_index.md new file mode 100644 index 00000000000..d934634773a --- /dev/null +++ b/spanish/cpp/aspose.cells/autofilter/matchnonblanks/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::AutoFilter::MatchNonBlanks method +linktitle: MatchNonBlanks +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFilter::MatchNonBlanks method. Match all not-blank cells in the list in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells/autofilter/matchnonblanks/ +--- +## AutoFilter::MatchNonBlanks method + + +Match all not-blank cells in the list. + +```cpp +void Aspose::Cells::AutoFilter::MatchNonBlanks(int32_t fieldIndex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fieldIndex | int32_t | The integer offset of the field on which you want to base the filter (from the left of the list; the leftmost field is field 0). | + +## See Also + +* Class [AutoFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/autofilter/operator_asm/_index.md b/spanish/cpp/aspose.cells/autofilter/operator_asm/_index.md new file mode 100644 index 00000000000..84c46a6d2f3 --- /dev/null +++ b/spanish/cpp/aspose.cells/autofilter/operator_asm/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::AutoFilter::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFilter::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/autofilter/operator_asm/ +--- +## AutoFilter::operator= method + + +operator= + +```cpp +AutoFilter & Aspose::Cells::AutoFilter::operator=(const AutoFilter &src) +``` + +## See Also + +* Class [AutoFilter](../) +* Class [AutoFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/autofilter/operator_bool/_index.md b/spanish/cpp/aspose.cells/autofilter/operator_bool/_index.md new file mode 100644 index 00000000000..6d423ae55eb --- /dev/null +++ b/spanish/cpp/aspose.cells/autofilter/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::AutoFilter::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFilter::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/autofilter/operator_bool/ +--- +## AutoFilter::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::AutoFilter::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [AutoFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/autofilter/refresh/_index.md b/spanish/cpp/aspose.cells/autofilter/refresh/_index.md new file mode 100644 index 00000000000..7b14f39c0db --- /dev/null +++ b/spanish/cpp/aspose.cells/autofilter/refresh/_index.md @@ -0,0 +1,53 @@ +--- +title: Aspose::Cells::AutoFilter::Refresh method +linktitle: Refresh +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFilter::Refresh method. Refresh auto filters to hide or unhide the rows in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells/autofilter/refresh/ +--- +## AutoFilter::Refresh() method + + +Refresh auto filters to hide or unhide the rows. + +```cpp +Vector Aspose::Cells::AutoFilter::Refresh() +``` + + +## ReturnValue + +Returns all hidden rows' indexes. + +## See Also + +* Class [Vector](../../vector/) +* Class [AutoFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## AutoFilter::Refresh(bool) method + + +Gets all hidden rows' indexes. + +```cpp +Vector Aspose::Cells::AutoFilter::Refresh(bool hideRows) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| hideRows | bool | If true, hide the filtered rows. | + +## ReturnValue + +Returns all hidden rows indexes. + +## See Also + +* Class [Vector](../../vector/) +* Class [AutoFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/autofilter/removedatefilter/_index.md b/spanish/cpp/aspose.cells/autofilter/removedatefilter/_index.md new file mode 100644 index 00000000000..d1b8a7c3671 --- /dev/null +++ b/spanish/cpp/aspose.cells/autofilter/removedatefilter/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::AutoFilter::RemoveDateFilter method +linktitle: RemoveDateFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFilter::RemoveDateFilter method. Removes a date filter in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/autofilter/removedatefilter/ +--- +## AutoFilter::RemoveDateFilter method + + +Removes a date filter. + +```cpp +void Aspose::Cells::AutoFilter::RemoveDateFilter(int32_t fieldIndex, DateTimeGroupingType dateTimeGroupingType, int32_t year, int32_t month, int32_t day, int32_t hour, int32_t minute, int32_t second) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fieldIndex | int32_t | The integer offset of the field on which you want to base the filter (from the left of the list; the leftmost field is field 0). | +| dateTimeGroupingType | DateTimeGroupingType | The grouping type | +| year | int32_t | The year. | +| month | int32_t | The month. | +| day | int32_t | The day. | +| hour | int32_t | The hour. | +| minute | int32_t | The minute. | +| second | int32_t | The second. | +## Remarks + + + +If DateTimeGroupingType is Year, only the param year effects. If DateTiemGroupingType is Month, only the param year and month effect. +## See Also + +* Enum [DateTimeGroupingType](../../datetimegroupingtype/) +* Class [AutoFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/autofilter/removefilter/_index.md b/spanish/cpp/aspose.cells/autofilter/removefilter/_index.md new file mode 100644 index 00000000000..3f41df8a768 --- /dev/null +++ b/spanish/cpp/aspose.cells/autofilter/removefilter/_index.md @@ -0,0 +1,69 @@ +--- +title: Aspose::Cells::AutoFilter::RemoveFilter method +linktitle: RemoveFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFilter::RemoveFilter method. Removes a filter for a filter column in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells/autofilter/removefilter/ +--- +## AutoFilter::RemoveFilter(int32_t, const U16String\&) method + + +Removes a filter for a filter column. + +```cpp +void Aspose::Cells::AutoFilter::RemoveFilter(int32_t fieldIndex, const U16String &criteria) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fieldIndex | int32_t | The integer offset of the field on which you want to base the filter (from the left of the list; the leftmost field is field 0). | +| criteria | const U16String\& | The specified criteria (a string; for example, "101"). It only can be null or be one of the cells' value in this column. | + +## See Also + +* Class [U16String](../../u16string/) +* Class [AutoFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## AutoFilter::RemoveFilter(int32_t, const char16_t*) method + + +Removes a filter for a filter column. + +```cpp +void Aspose::Cells::AutoFilter::RemoveFilter(int32_t fieldIndex, const char16_t *criteria) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fieldIndex | int32_t | The integer offset of the field on which you want to base the filter (from the left of the list; the leftmost field is field 0). | +| criteria | const char16_t* | The specified criteria (a string; for example, "101"). It only can be null or be one of the cells' value in this column. | + +## See Also + +* Class [AutoFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## AutoFilter::RemoveFilter(int32_t) method + + +Remove the specific filter. + +```cpp +void Aspose::Cells::AutoFilter::RemoveFilter(int32_t fieldIndex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fieldIndex | int32_t | The specific filter index | + +## See Also + +* Class [AutoFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/autofilter/setrange/_index.md b/spanish/cpp/aspose.cells/autofilter/setrange/_index.md new file mode 100644 index 00000000000..3bead6692d9 --- /dev/null +++ b/spanish/cpp/aspose.cells/autofilter/setrange/_index.md @@ -0,0 +1,59 @@ +--- +title: Aspose::Cells::AutoFilter::SetRange method +linktitle: SetRange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFilter::SetRange method. Sets the range to which the specified AutoFilter applies in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/autofilter/setrange/ +--- +## AutoFilter::SetRange(int32_t, int32_t, int32_t) method + + +Sets the range to which the specified [AutoFilter](../) applies. + +```cpp +void Aspose::Cells::AutoFilter::SetRange(int32_t row, int32_t startColumn, int32_t endColumn) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | [Row](../../row/) index. | +| startColumn | int32_t | Start column index. | +| endColumn | int32_t | End column Index. | + +## See Also + +* Class [AutoFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## AutoFilter::SetRange(const U16String\&) method + + +Represents the range to which the specified [AutoFilter](../) applies. + +```cpp +void Aspose::Cells::AutoFilter::SetRange(const U16String &value) +``` + +## See Also + +* Class [U16String](../../u16string/) +* Class [AutoFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## AutoFilter::SetRange(const char16_t*) method + + +Represents the range to which the specified [AutoFilter](../) applies. + +```cpp +void Aspose::Cells::AutoFilter::SetRange(const char16_t *value) +``` + +## See Also + +* Class [AutoFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/autofilter/setshowfilterbutton/_index.md b/spanish/cpp/aspose.cells/autofilter/setshowfilterbutton/_index.md new file mode 100644 index 00000000000..c3e6e15b364 --- /dev/null +++ b/spanish/cpp/aspose.cells/autofilter/setshowfilterbutton/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::AutoFilter::SetShowFilterButton method +linktitle: SetShowFilterButton +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFilter::SetShowFilterButton method. Indicates whether the AutoFilter button for this column is visible in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells/autofilter/setshowfilterbutton/ +--- +## AutoFilter::SetShowFilterButton method + + +Indicates whether the [AutoFilter](../) button for this column is visible. + +```cpp +void Aspose::Cells::AutoFilter::SetShowFilterButton(bool value) +``` + +## See Also + +* Class [AutoFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/autofilter/showall/_index.md b/spanish/cpp/aspose.cells/autofilter/showall/_index.md new file mode 100644 index 00000000000..6ca99a957cf --- /dev/null +++ b/spanish/cpp/aspose.cells/autofilter/showall/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::AutoFilter::ShowAll method +linktitle: ShowAll +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFilter::ShowAll method. Unhide all rows in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells/autofilter/showall/ +--- +## AutoFilter::ShowAll method + + +Unhide all rows. + +```cpp +void Aspose::Cells::AutoFilter::ShowAll() +``` + +## See Also + +* Class [AutoFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/autofilter/~autofilter/_index.md b/spanish/cpp/aspose.cells/autofilter/~autofilter/_index.md new file mode 100644 index 00000000000..0fd01f88bb8 --- /dev/null +++ b/spanish/cpp/aspose.cells/autofilter/~autofilter/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::AutoFilter::~AutoFilter method +linktitle: ~AutoFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFilter::~AutoFilter method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/autofilter/~autofilter/ +--- +## AutoFilter::~AutoFilter method + + +Destructor. + +```cpp +Aspose::Cells::AutoFilter::~AutoFilter() +``` + +## See Also + +* Class [AutoFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/autofitmergedcellstype/_index.md b/spanish/cpp/aspose.cells/autofitmergedcellstype/_index.md new file mode 100644 index 00000000000..d6034a7d4de --- /dev/null +++ b/spanish/cpp/aspose.cells/autofitmergedcellstype/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Cells::AutoFitMergedCellsType enum +linktitle: AutoFitMergedCellsType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFitMergedCellsType enum. Represents the type of auto fitting merged cells in C++.' +type: docs +weight: 17900 +url: /es/cpp/aspose.cells/autofitmergedcellstype/ +--- +## AutoFitMergedCellsType enum + + +Represents the type of auto fitting merged cells. + +```cpp +enum class AutoFitMergedCellsType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| None | 0 |
Ignore merged cells. | +| FirstLine | 1 |
Only expands the height of the first row. | +| LastLine | 2 |
Only expands the height of the last row. | +| EachLine | 3 |
Expands the height of each row. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/autofitteroptions/_impl/_index.md b/spanish/cpp/aspose.cells/autofitteroptions/_impl/_index.md new file mode 100644 index 00000000000..d732a65ed3a --- /dev/null +++ b/spanish/cpp/aspose.cells/autofitteroptions/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::AutoFitterOptions::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFitterOptions::_impl field. The implementation object in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells/autofitteroptions/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +AutoFitterOptions_Impl* Aspose::Cells::AutoFitterOptions::_impl +``` + +## See Also + +* Class [AutoFitterOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/autofitteroptions/_index.md b/spanish/cpp/aspose.cells/autofitteroptions/_index.md new file mode 100644 index 00000000000..16c7d2cee12 --- /dev/null +++ b/spanish/cpp/aspose.cells/autofitteroptions/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::AutoFitterOptions class +linktitle: AutoFitterOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFitterOptions class. Represents all auto fitter options in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/autofitteroptions/ +--- +## AutoFitterOptions class + + +Represents all auto fitter options. + +```cpp +class AutoFitterOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AutoFitterOptions()](./autofitteroptions/) | Default constructor. | +| [AutoFitterOptions(AutoFitterOptions_Impl* impl)](./autofitteroptions/) | Constructs from an implementation object. | +| [AutoFitterOptions(const AutoFitterOptions\& src)](./autofitteroptions/) | Copy constructor. | +| [GetAutoFitMergedCellsType()](./getautofitmergedcellstype/) | Gets and set the type of auto fitting row height of merged cells. | +| [GetAutoFitWrappedTextType()](./getautofitwrappedtexttype/) | Gets and sets the type of auto fitting wrapped text. | +| [GetDefaultEditLanguage()](./getdefaulteditlanguage/) | Gets or sets default edit language. | +| [GetFormatStrategy()](./getformatstrategy/) | Gets and sets the formatted strategy. | +| [GetForRendering()](./getforrendering/) | Indicates whether fit for rendering purpose. | +| [GetIgnoreHidden()](./getignorehidden/) | Ignores the hidden rows/columns. | +| [GetMaxRowHeight()](./getmaxrowheight/) | Gets and sets the max row height(in unit of Point) when autofitting rows. | +| [GetOnlyAuto()](./getonlyauto/) | Indicates whether only fit the rows which height are not customed. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const AutoFitterOptions\& src)](./operator_asm/) | operator= | +| [SetAutoFitMergedCellsType(AutoFitMergedCellsType value)](./setautofitmergedcellstype/) | Gets and set the type of auto fitting row height of merged cells. | +| [SetAutoFitWrappedTextType(AutoFitWrappedTextType value)](./setautofitwrappedtexttype/) | Gets and sets the type of auto fitting wrapped text. | +| [SetDefaultEditLanguage(DefaultEditLanguage value)](./setdefaulteditlanguage/) | Gets or sets default edit language. | +| [SetFormatStrategy(CellValueFormatStrategy value)](./setformatstrategy/) | Gets and sets the formatted strategy. | +| [SetForRendering(bool value)](./setforrendering/) | Indicates whether fit for rendering purpose. | +| [SetIgnoreHidden(bool value)](./setignorehidden/) | Ignores the hidden rows/columns. | +| [SetMaxRowHeight(double value)](./setmaxrowheight/) | Gets and sets the max row height(in unit of Point) when autofitting rows. | +| [SetOnlyAuto(bool value)](./setonlyauto/) | Indicates whether only fit the rows which height are not customed. | +| [~AutoFitterOptions()](./~autofitteroptions/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/autofitteroptions/autofitteroptions/_index.md b/spanish/cpp/aspose.cells/autofitteroptions/autofitteroptions/_index.md new file mode 100644 index 00000000000..804fa063a0c --- /dev/null +++ b/spanish/cpp/aspose.cells/autofitteroptions/autofitteroptions/_index.md @@ -0,0 +1,52 @@ +--- +title: Aspose::Cells::AutoFitterOptions::AutoFitterOptions constructor +linktitle: AutoFitterOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFitterOptions::AutoFitterOptions constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/autofitteroptions/autofitteroptions/ +--- +## AutoFitterOptions::AutoFitterOptions() constructor + + +Default constructor. + +```cpp +Aspose::Cells::AutoFitterOptions::AutoFitterOptions() +``` + +## See Also + +* Class [AutoFitterOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## AutoFitterOptions::AutoFitterOptions(AutoFitterOptions_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::AutoFitterOptions::AutoFitterOptions(AutoFitterOptions_Impl *impl) +``` + +## See Also + +* Class [AutoFitterOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## AutoFitterOptions::AutoFitterOptions(const AutoFitterOptions\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::AutoFitterOptions::AutoFitterOptions(const AutoFitterOptions &src) +``` + +## See Also + +* Class [AutoFitterOptions](../) +* Class [AutoFitterOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/autofitteroptions/getautofitmergedcellstype/_index.md b/spanish/cpp/aspose.cells/autofitteroptions/getautofitmergedcellstype/_index.md new file mode 100644 index 00000000000..cd8f173246c --- /dev/null +++ b/spanish/cpp/aspose.cells/autofitteroptions/getautofitmergedcellstype/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::AutoFitterOptions::GetAutoFitMergedCellsType method +linktitle: GetAutoFitMergedCellsType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFitterOptions::GetAutoFitMergedCellsType method. Gets and set the type of auto fitting row height of merged cells in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/autofitteroptions/getautofitmergedcellstype/ +--- +## AutoFitterOptions::GetAutoFitMergedCellsType method + + +Gets and set the type of auto fitting row height of merged cells. + +```cpp +AutoFitMergedCellsType Aspose::Cells::AutoFitterOptions::GetAutoFitMergedCellsType() +``` + +## Remarks + + +Excel defaults to ignore merged cells when fitting the row height, so [Aspose.Cells](../../) works as MS Excel default. Please set this type to change the way of auto fitting row height of merged cells. +## See Also + +* Enum [AutoFitMergedCellsType](../../autofitmergedcellstype/) +* Class [AutoFitterOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/autofitteroptions/getautofitwrappedtexttype/_index.md b/spanish/cpp/aspose.cells/autofitteroptions/getautofitwrappedtexttype/_index.md new file mode 100644 index 00000000000..0ac4fd83c94 --- /dev/null +++ b/spanish/cpp/aspose.cells/autofitteroptions/getautofitwrappedtexttype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::AutoFitterOptions::GetAutoFitWrappedTextType method +linktitle: GetAutoFitWrappedTextType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFitterOptions::GetAutoFitWrappedTextType method. Gets and sets the type of auto fitting wrapped text in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells/autofitteroptions/getautofitwrappedtexttype/ +--- +## AutoFitterOptions::GetAutoFitWrappedTextType method + + +Gets and sets the type of auto fitting wrapped text. + +```cpp +AutoFitWrappedTextType Aspose::Cells::AutoFitterOptions::GetAutoFitWrappedTextType() +``` + +## See Also + +* Enum [AutoFitWrappedTextType](../../autofitwrappedtexttype/) +* Class [AutoFitterOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/autofitteroptions/getdefaulteditlanguage/_index.md b/spanish/cpp/aspose.cells/autofitteroptions/getdefaulteditlanguage/_index.md new file mode 100644 index 00000000000..cf74cf3497e --- /dev/null +++ b/spanish/cpp/aspose.cells/autofitteroptions/getdefaulteditlanguage/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::AutoFitterOptions::GetDefaultEditLanguage method +linktitle: GetDefaultEditLanguage +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFitterOptions::GetDefaultEditLanguage method. Gets or sets default edit language in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/autofitteroptions/getdefaulteditlanguage/ +--- +## AutoFitterOptions::GetDefaultEditLanguage method + + +Gets or sets default edit language. + +```cpp +DefaultEditLanguage Aspose::Cells::AutoFitterOptions::GetDefaultEditLanguage() +``` + +## Remarks + + +It may display/render different layouts for text paragraph when different edit languages is set. Default is [Aspose.Cells.DefaultEditLanguage.Auto](../../defaulteditlanguage/). +## See Also + +* Enum [DefaultEditLanguage](../../defaulteditlanguage/) +* Class [AutoFitterOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/autofitteroptions/getformatstrategy/_index.md b/spanish/cpp/aspose.cells/autofitteroptions/getformatstrategy/_index.md new file mode 100644 index 00000000000..a199ce75163 --- /dev/null +++ b/spanish/cpp/aspose.cells/autofitteroptions/getformatstrategy/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::AutoFitterOptions::GetFormatStrategy method +linktitle: GetFormatStrategy +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFitterOptions::GetFormatStrategy method. Gets and sets the formatted strategy in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells/autofitteroptions/getformatstrategy/ +--- +## AutoFitterOptions::GetFormatStrategy method + + +Gets and sets the formatted strategy. + +```cpp +CellValueFormatStrategy Aspose::Cells::AutoFitterOptions::GetFormatStrategy() +``` + +## Remarks + + +The default value is CellStyle for performance. +## See Also + +* Enum [CellValueFormatStrategy](../../cellvalueformatstrategy/) +* Class [AutoFitterOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/autofitteroptions/getforrendering/_index.md b/spanish/cpp/aspose.cells/autofitteroptions/getforrendering/_index.md new file mode 100644 index 00000000000..c07f738e14d --- /dev/null +++ b/spanish/cpp/aspose.cells/autofitteroptions/getforrendering/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::AutoFitterOptions::GetForRendering method +linktitle: GetForRendering +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFitterOptions::GetForRendering method. Indicates whether fit for rendering purpose in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells/autofitteroptions/getforrendering/ +--- +## AutoFitterOptions::GetForRendering method + + +Indicates whether fit for rendering purpose. + +```cpp +bool Aspose::Cells::AutoFitterOptions::GetForRendering() +``` + +## See Also + +* Class [AutoFitterOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/autofitteroptions/getignorehidden/_index.md b/spanish/cpp/aspose.cells/autofitteroptions/getignorehidden/_index.md new file mode 100644 index 00000000000..2f4414a9446 --- /dev/null +++ b/spanish/cpp/aspose.cells/autofitteroptions/getignorehidden/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::AutoFitterOptions::GetIgnoreHidden method +linktitle: GetIgnoreHidden +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFitterOptions::GetIgnoreHidden method. Ignores the hidden rows/columns in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/autofitteroptions/getignorehidden/ +--- +## AutoFitterOptions::GetIgnoreHidden method + + +Ignores the hidden rows/columns. + +```cpp +bool Aspose::Cells::AutoFitterOptions::GetIgnoreHidden() +``` + +## See Also + +* Class [AutoFitterOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/autofitteroptions/getmaxrowheight/_index.md b/spanish/cpp/aspose.cells/autofitteroptions/getmaxrowheight/_index.md new file mode 100644 index 00000000000..78188aef76b --- /dev/null +++ b/spanish/cpp/aspose.cells/autofitteroptions/getmaxrowheight/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::AutoFitterOptions::GetMaxRowHeight method +linktitle: GetMaxRowHeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFitterOptions::GetMaxRowHeight method. Gets and sets the max row height(in unit of Point) when autofitting rows in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells/autofitteroptions/getmaxrowheight/ +--- +## AutoFitterOptions::GetMaxRowHeight method + + +Gets and sets the max row height(in unit of Point) when autofitting rows. + +```cpp +double Aspose::Cells::AutoFitterOptions::GetMaxRowHeight() +``` + +## See Also + +* Class [AutoFitterOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/autofitteroptions/getonlyauto/_index.md b/spanish/cpp/aspose.cells/autofitteroptions/getonlyauto/_index.md new file mode 100644 index 00000000000..9f06f090042 --- /dev/null +++ b/spanish/cpp/aspose.cells/autofitteroptions/getonlyauto/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::AutoFitterOptions::GetOnlyAuto method +linktitle: GetOnlyAuto +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFitterOptions::GetOnlyAuto method. Indicates whether only fit the rows which height are not customed in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/autofitteroptions/getonlyauto/ +--- +## AutoFitterOptions::GetOnlyAuto method + + +Indicates whether only fit the rows which height are not customed. + +```cpp +bool Aspose::Cells::AutoFitterOptions::GetOnlyAuto() +``` + +## See Also + +* Class [AutoFitterOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/autofitteroptions/isnull/_index.md b/spanish/cpp/aspose.cells/autofitteroptions/isnull/_index.md new file mode 100644 index 00000000000..a0a60829e99 --- /dev/null +++ b/spanish/cpp/aspose.cells/autofitteroptions/isnull/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::AutoFitterOptions::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFitterOptions::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/autofitteroptions/isnull/ +--- +## AutoFitterOptions::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::AutoFitterOptions::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [AutoFitterOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/autofitteroptions/operator_asm/_index.md b/spanish/cpp/aspose.cells/autofitteroptions/operator_asm/_index.md new file mode 100644 index 00000000000..a4dea36d986 --- /dev/null +++ b/spanish/cpp/aspose.cells/autofitteroptions/operator_asm/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::AutoFitterOptions::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFitterOptions::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/autofitteroptions/operator_asm/ +--- +## AutoFitterOptions::operator= method + + +operator= + +```cpp +AutoFitterOptions & Aspose::Cells::AutoFitterOptions::operator=(const AutoFitterOptions &src) +``` + +## See Also + +* Class [AutoFitterOptions](../) +* Class [AutoFitterOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/autofitteroptions/operator_bool/_index.md b/spanish/cpp/aspose.cells/autofitteroptions/operator_bool/_index.md new file mode 100644 index 00000000000..811b4e963fb --- /dev/null +++ b/spanish/cpp/aspose.cells/autofitteroptions/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::AutoFitterOptions::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFitterOptions::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/autofitteroptions/operator_bool/ +--- +## AutoFitterOptions::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::AutoFitterOptions::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [AutoFitterOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/autofitteroptions/setautofitmergedcellstype/_index.md b/spanish/cpp/aspose.cells/autofitteroptions/setautofitmergedcellstype/_index.md new file mode 100644 index 00000000000..a5db3d7989d --- /dev/null +++ b/spanish/cpp/aspose.cells/autofitteroptions/setautofitmergedcellstype/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::AutoFitterOptions::SetAutoFitMergedCellsType method +linktitle: SetAutoFitMergedCellsType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFitterOptions::SetAutoFitMergedCellsType method. Gets and set the type of auto fitting row height of merged cells in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/autofitteroptions/setautofitmergedcellstype/ +--- +## AutoFitterOptions::SetAutoFitMergedCellsType method + + +Gets and set the type of auto fitting row height of merged cells. + +```cpp +void Aspose::Cells::AutoFitterOptions::SetAutoFitMergedCellsType(AutoFitMergedCellsType value) +``` + +## Remarks + + +Excel defaults to ignore merged cells when fitting the row height, so [Aspose.Cells](../../) works as MS Excel default. Please set this type to change the way of auto fitting row height of merged cells. +## See Also + +* Enum [AutoFitMergedCellsType](../../autofitmergedcellstype/) +* Class [AutoFitterOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/autofitteroptions/setautofitwrappedtexttype/_index.md b/spanish/cpp/aspose.cells/autofitteroptions/setautofitwrappedtexttype/_index.md new file mode 100644 index 00000000000..373107e2188 --- /dev/null +++ b/spanish/cpp/aspose.cells/autofitteroptions/setautofitwrappedtexttype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::AutoFitterOptions::SetAutoFitWrappedTextType method +linktitle: SetAutoFitWrappedTextType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFitterOptions::SetAutoFitWrappedTextType method. Gets and sets the type of auto fitting wrapped text in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells/autofitteroptions/setautofitwrappedtexttype/ +--- +## AutoFitterOptions::SetAutoFitWrappedTextType method + + +Gets and sets the type of auto fitting wrapped text. + +```cpp +void Aspose::Cells::AutoFitterOptions::SetAutoFitWrappedTextType(AutoFitWrappedTextType value) +``` + +## See Also + +* Enum [AutoFitWrappedTextType](../../autofitwrappedtexttype/) +* Class [AutoFitterOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/autofitteroptions/setdefaulteditlanguage/_index.md b/spanish/cpp/aspose.cells/autofitteroptions/setdefaulteditlanguage/_index.md new file mode 100644 index 00000000000..0697f9f942a --- /dev/null +++ b/spanish/cpp/aspose.cells/autofitteroptions/setdefaulteditlanguage/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::AutoFitterOptions::SetDefaultEditLanguage method +linktitle: SetDefaultEditLanguage +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFitterOptions::SetDefaultEditLanguage method. Gets or sets default edit language in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/autofitteroptions/setdefaulteditlanguage/ +--- +## AutoFitterOptions::SetDefaultEditLanguage method + + +Gets or sets default edit language. + +```cpp +void Aspose::Cells::AutoFitterOptions::SetDefaultEditLanguage(DefaultEditLanguage value) +``` + +## Remarks + + +It may display/render different layouts for text paragraph when different edit languages is set. Default is [Aspose.Cells.DefaultEditLanguage.Auto](../../defaulteditlanguage/). +## See Also + +* Enum [DefaultEditLanguage](../../defaulteditlanguage/) +* Class [AutoFitterOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/autofitteroptions/setformatstrategy/_index.md b/spanish/cpp/aspose.cells/autofitteroptions/setformatstrategy/_index.md new file mode 100644 index 00000000000..33ced2e8f34 --- /dev/null +++ b/spanish/cpp/aspose.cells/autofitteroptions/setformatstrategy/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::AutoFitterOptions::SetFormatStrategy method +linktitle: SetFormatStrategy +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFitterOptions::SetFormatStrategy method. Gets and sets the formatted strategy in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells/autofitteroptions/setformatstrategy/ +--- +## AutoFitterOptions::SetFormatStrategy method + + +Gets and sets the formatted strategy. + +```cpp +void Aspose::Cells::AutoFitterOptions::SetFormatStrategy(CellValueFormatStrategy value) +``` + +## Remarks + + +The default value is CellStyle for performance. +## See Also + +* Enum [CellValueFormatStrategy](../../cellvalueformatstrategy/) +* Class [AutoFitterOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/autofitteroptions/setforrendering/_index.md b/spanish/cpp/aspose.cells/autofitteroptions/setforrendering/_index.md new file mode 100644 index 00000000000..d6487cc12c5 --- /dev/null +++ b/spanish/cpp/aspose.cells/autofitteroptions/setforrendering/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::AutoFitterOptions::SetForRendering method +linktitle: SetForRendering +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFitterOptions::SetForRendering method. Indicates whether fit for rendering purpose in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells/autofitteroptions/setforrendering/ +--- +## AutoFitterOptions::SetForRendering method + + +Indicates whether fit for rendering purpose. + +```cpp +void Aspose::Cells::AutoFitterOptions::SetForRendering(bool value) +``` + +## See Also + +* Class [AutoFitterOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/autofitteroptions/setignorehidden/_index.md b/spanish/cpp/aspose.cells/autofitteroptions/setignorehidden/_index.md new file mode 100644 index 00000000000..e6be7322cfe --- /dev/null +++ b/spanish/cpp/aspose.cells/autofitteroptions/setignorehidden/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::AutoFitterOptions::SetIgnoreHidden method +linktitle: SetIgnoreHidden +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFitterOptions::SetIgnoreHidden method. Ignores the hidden rows/columns in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells/autofitteroptions/setignorehidden/ +--- +## AutoFitterOptions::SetIgnoreHidden method + + +Ignores the hidden rows/columns. + +```cpp +void Aspose::Cells::AutoFitterOptions::SetIgnoreHidden(bool value) +``` + +## See Also + +* Class [AutoFitterOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/autofitteroptions/setmaxrowheight/_index.md b/spanish/cpp/aspose.cells/autofitteroptions/setmaxrowheight/_index.md new file mode 100644 index 00000000000..39e161b0b36 --- /dev/null +++ b/spanish/cpp/aspose.cells/autofitteroptions/setmaxrowheight/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::AutoFitterOptions::SetMaxRowHeight method +linktitle: SetMaxRowHeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFitterOptions::SetMaxRowHeight method. Gets and sets the max row height(in unit of Point) when autofitting rows in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells/autofitteroptions/setmaxrowheight/ +--- +## AutoFitterOptions::SetMaxRowHeight method + + +Gets and sets the max row height(in unit of Point) when autofitting rows. + +```cpp +void Aspose::Cells::AutoFitterOptions::SetMaxRowHeight(double value) +``` + +## See Also + +* Class [AutoFitterOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/autofitteroptions/setonlyauto/_index.md b/spanish/cpp/aspose.cells/autofitteroptions/setonlyauto/_index.md new file mode 100644 index 00000000000..ffe7bedc019 --- /dev/null +++ b/spanish/cpp/aspose.cells/autofitteroptions/setonlyauto/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::AutoFitterOptions::SetOnlyAuto method +linktitle: SetOnlyAuto +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFitterOptions::SetOnlyAuto method. Indicates whether only fit the rows which height are not customed in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/autofitteroptions/setonlyauto/ +--- +## AutoFitterOptions::SetOnlyAuto method + + +Indicates whether only fit the rows which height are not customed. + +```cpp +void Aspose::Cells::AutoFitterOptions::SetOnlyAuto(bool value) +``` + +## See Also + +* Class [AutoFitterOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/autofitteroptions/~autofitteroptions/_index.md b/spanish/cpp/aspose.cells/autofitteroptions/~autofitteroptions/_index.md new file mode 100644 index 00000000000..2d033480b4d --- /dev/null +++ b/spanish/cpp/aspose.cells/autofitteroptions/~autofitteroptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::AutoFitterOptions::~AutoFitterOptions method +linktitle: ~AutoFitterOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFitterOptions::~AutoFitterOptions method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/autofitteroptions/~autofitteroptions/ +--- +## AutoFitterOptions::~AutoFitterOptions method + + +Destructor. + +```cpp +Aspose::Cells::AutoFitterOptions::~AutoFitterOptions() +``` + +## See Also + +* Class [AutoFitterOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/autofitwrappedtexttype/_index.md b/spanish/cpp/aspose.cells/autofitwrappedtexttype/_index.md new file mode 100644 index 00000000000..b50f48212fe --- /dev/null +++ b/spanish/cpp/aspose.cells/autofitwrappedtexttype/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::AutoFitWrappedTextType enum +linktitle: AutoFitWrappedTextType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::AutoFitWrappedTextType enum. Represents the type of auto fitting wrapped text in C++.' +type: docs +weight: 18000 +url: /es/cpp/aspose.cells/autofitwrappedtexttype/ +--- +## AutoFitWrappedTextType enum + + +Represents the type of auto fitting wrapped text. + +```cpp +enum class AutoFitWrappedTextType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Default | 0 |
Works as MS Excel. | +| Paragraph | 1 |
Auto fit width with the longest paragraph. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/backgroundtype/_index.md b/spanish/cpp/aspose.cells/backgroundtype/_index.md new file mode 100644 index 00000000000..caccb9769ab --- /dev/null +++ b/spanish/cpp/aspose.cells/backgroundtype/_index.md @@ -0,0 +1,46 @@ +--- +title: Aspose::Cells::BackgroundType enum +linktitle: BackgroundType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::BackgroundType enum. Enumerates cell background pattern types in C++.' +type: docs +weight: 18100 +url: /es/cpp/aspose.cells/backgroundtype/ +--- +## BackgroundType enum + + +Enumerates cell background pattern types. + +```cpp +enum class BackgroundType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| DiagonalCrosshatch | 9 |
Represents diagonal crosshatch pattern. | +| DiagonalStripe | 8 |
Represents diagonal stripe pattern. | +| Gray6 | 18 |
Represents 6.25% gray pattern. | +| Gray12 | 17 |
Represents 12.5% gray pattern. | +| Gray25 | 4 |
Represents 25% gray pattern. | +| Gray50 | 2 |
Represents 50% gray pattern. | +| Gray75 | 3 |
Represents 75% gray pattern. | +| HorizontalStripe | 5 |
Represents horizontal stripe pattern. | +| None | 0 |
Represents no background. | +| ReverseDiagonalStripe | 7 |
Represents reverse diagonal stripe pattern. | +| Solid | 1 |
Represents solid pattern. | +| ThickDiagonalCrosshatch | 10 |
Represents thick diagonal crosshatch pattern. | +| ThinDiagonalCrosshatch | 16 |
Represents thin diagonal crosshatch pattern. | +| ThinDiagonalStripe | 14 |
Represents thin diagonal stripe pattern. | +| ThinHorizontalCrosshatch | 15 |
Represents thin horizontal crosshatch pattern. | +| ThinHorizontalStripe | 11 |
Represents thin horizontal stripe pattern. | +| ThinReverseDiagonalStripe | 13 |
Represents thin reverse diagonal stripe pattern. | +| ThinVerticalStripe | 12 |
Represents thin vertical stripe pattern. | +| VerticalStripe | 6 |
Represents vertical stripe pattern. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/border/_impl/_index.md b/spanish/cpp/aspose.cells/border/_impl/_index.md new file mode 100644 index 00000000000..ebe408741b3 --- /dev/null +++ b/spanish/cpp/aspose.cells/border/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Border::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Border::_impl field. The implementation object in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells/border/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +Border_Impl* Aspose::Cells::Border::_impl +``` + +## See Also + +* Class [Border](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/border/_index.md b/spanish/cpp/aspose.cells/border/_index.md new file mode 100644 index 00000000000..120dcc4ec30 --- /dev/null +++ b/spanish/cpp/aspose.cells/border/_index.md @@ -0,0 +1,66 @@ +--- +title: Aspose::Cells::Border class +linktitle: Border +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Border class. Encapsulates the object that represents the cell border in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/border/ +--- +## Border class + + +Encapsulates the object that represents the cell border. + +```cpp +class Border +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Border(Border_Impl* impl)](./border/) | Constructs from an implementation object. | +| [Border(const Border\& src)](./border/) | Copy constructor. | +| [GetArgbColor()](./getargbcolor/) | Gets and sets the color with a 32-bit ARGB value. | +| [GetColor()](./getcolor/) | Gets or sets the [Color](../color/) of the border. | +| [GetLineStyle()](./getlinestyle/) | Gets or sets the cell border type. | +| [GetThemeColor()](./getthemecolor/) | Gets and sets the theme color of the border. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const Border\& src)](./operator_asm/) | operator= | +| [SetArgbColor(int32_t value)](./setargbcolor/) | Gets and sets the color with a 32-bit ARGB value. | +| [SetColor(const Aspose::Cells::Color\& value)](./setcolor/) | Gets or sets the [Color](../color/) of the border. | +| [SetLineStyle(CellBorderType value)](./setlinestyle/) | Gets or sets the cell border type. | +| [SetThemeColor(const ThemeColor\& value)](./setthemecolor/) | Gets and sets the theme color of the border. | +| [~Border()](./~border/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook workbook; + +WorksheetCollection sheets = workbook.GetWorksheets(); +Cell cell = sheets.Get(0).GetCells().Get(u"A1"); + +Style style = cell.GetStyle(); +//Establecer el estilo y color del borde superior +Border border = style.GetBorders().Get(BorderType::TopBorder); +border.SetLineStyle(CellBorderType::Medium); +border.SetColor(Color{ 0xff, 0xff, 0, 0 });//Red +cell.SetStyle(style); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/border/border/_index.md b/spanish/cpp/aspose.cells/border/border/_index.md new file mode 100644 index 00000000000..969f8fdb36f --- /dev/null +++ b/spanish/cpp/aspose.cells/border/border/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::Border::Border constructor +linktitle: Border +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Border::Border constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/border/border/ +--- +## Border::Border(Border_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Border::Border(Border_Impl *impl) +``` + +## See Also + +* Class [Border](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Border::Border(const Border\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Border::Border(const Border &src) +``` + +## See Also + +* Class [Border](../) +* Class [Border](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/border/getargbcolor/_index.md b/spanish/cpp/aspose.cells/border/getargbcolor/_index.md new file mode 100644 index 00000000000..8e9a0677996 --- /dev/null +++ b/spanish/cpp/aspose.cells/border/getargbcolor/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Border::GetArgbColor method +linktitle: GetArgbColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Border::GetArgbColor method. Gets and sets the color with a 32-bit ARGB value in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/border/getargbcolor/ +--- +## Border::GetArgbColor method + + +Gets and sets the color with a 32-bit ARGB value. + +```cpp +int32_t Aspose::Cells::Border::GetArgbColor() +``` + +## See Also + +* Class [Border](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/border/getcolor/_index.md b/spanish/cpp/aspose.cells/border/getcolor/_index.md new file mode 100644 index 00000000000..9bbdf6845a0 --- /dev/null +++ b/spanish/cpp/aspose.cells/border/getcolor/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Border::GetColor method +linktitle: GetColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Border::GetColor method. Gets or sets the Color of the border in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/border/getcolor/ +--- +## Border::GetColor method + + +Gets or sets the [Color](../../color/) of the border. + +```cpp +Aspose::Cells::Color Aspose::Cells::Border::GetColor() +``` + +## See Also + +* Class [Border](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/border/getlinestyle/_index.md b/spanish/cpp/aspose.cells/border/getlinestyle/_index.md new file mode 100644 index 00000000000..0fbb3abbf7d --- /dev/null +++ b/spanish/cpp/aspose.cells/border/getlinestyle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Border::GetLineStyle method +linktitle: GetLineStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Border::GetLineStyle method. Gets or sets the cell border type in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/border/getlinestyle/ +--- +## Border::GetLineStyle method + + +Gets or sets the cell border type. + +```cpp +CellBorderType Aspose::Cells::Border::GetLineStyle() +``` + +## See Also + +* Enum [CellBorderType](../../cellbordertype/) +* Class [Border](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/border/getthemecolor/_index.md b/spanish/cpp/aspose.cells/border/getthemecolor/_index.md new file mode 100644 index 00000000000..86a0d29cf77 --- /dev/null +++ b/spanish/cpp/aspose.cells/border/getthemecolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Border::GetThemeColor method +linktitle: GetThemeColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Border::GetThemeColor method. Gets and sets the theme color of the border in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/border/getthemecolor/ +--- +## Border::GetThemeColor method + + +Gets and sets the theme color of the border. + +```cpp +ThemeColor Aspose::Cells::Border::GetThemeColor() +``` + +## See Also + +* Class [ThemeColor](../../themecolor/) +* Class [Border](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/border/isnull/_index.md b/spanish/cpp/aspose.cells/border/isnull/_index.md new file mode 100644 index 00000000000..d97697c2303 --- /dev/null +++ b/spanish/cpp/aspose.cells/border/isnull/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Border::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Border::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/border/isnull/ +--- +## Border::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Border::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Border](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/border/operator_asm/_index.md b/spanish/cpp/aspose.cells/border/operator_asm/_index.md new file mode 100644 index 00000000000..e9309b8828e --- /dev/null +++ b/spanish/cpp/aspose.cells/border/operator_asm/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Border::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Border::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/border/operator_asm/ +--- +## Border::operator= method + + +operator= + +```cpp +Border & Aspose::Cells::Border::operator=(const Border &src) +``` + +## See Also + +* Class [Border](../) +* Class [Border](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/border/operator_bool/_index.md b/spanish/cpp/aspose.cells/border/operator_bool/_index.md new file mode 100644 index 00000000000..369fd1b9f58 --- /dev/null +++ b/spanish/cpp/aspose.cells/border/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Border::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Border::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/border/operator_bool/ +--- +## Border::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Border::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [Border](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/border/setargbcolor/_index.md b/spanish/cpp/aspose.cells/border/setargbcolor/_index.md new file mode 100644 index 00000000000..b96e050d158 --- /dev/null +++ b/spanish/cpp/aspose.cells/border/setargbcolor/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Border::SetArgbColor method +linktitle: SetArgbColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Border::SetArgbColor method. Gets and sets the color with a 32-bit ARGB value in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/border/setargbcolor/ +--- +## Border::SetArgbColor method + + +Gets and sets the color with a 32-bit ARGB value. + +```cpp +void Aspose::Cells::Border::SetArgbColor(int32_t value) +``` + +## See Also + +* Class [Border](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/border/setcolor/_index.md b/spanish/cpp/aspose.cells/border/setcolor/_index.md new file mode 100644 index 00000000000..fb9102f27bc --- /dev/null +++ b/spanish/cpp/aspose.cells/border/setcolor/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Border::SetColor method +linktitle: SetColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Border::SetColor method. Gets or sets the Color of the border in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/border/setcolor/ +--- +## Border::SetColor method + + +Gets or sets the [Color](../../color/) of the border. + +```cpp +void Aspose::Cells::Border::SetColor(const Aspose::Cells::Color &value) +``` + +## See Also + +* Class [Border](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/border/setlinestyle/_index.md b/spanish/cpp/aspose.cells/border/setlinestyle/_index.md new file mode 100644 index 00000000000..e201ce67933 --- /dev/null +++ b/spanish/cpp/aspose.cells/border/setlinestyle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Border::SetLineStyle method +linktitle: SetLineStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Border::SetLineStyle method. Gets or sets the cell border type in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells/border/setlinestyle/ +--- +## Border::SetLineStyle method + + +Gets or sets the cell border type. + +```cpp +void Aspose::Cells::Border::SetLineStyle(CellBorderType value) +``` + +## See Also + +* Enum [CellBorderType](../../cellbordertype/) +* Class [Border](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/border/setthemecolor/_index.md b/spanish/cpp/aspose.cells/border/setthemecolor/_index.md new file mode 100644 index 00000000000..1c10b2d08b8 --- /dev/null +++ b/spanish/cpp/aspose.cells/border/setthemecolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Border::SetThemeColor method +linktitle: SetThemeColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Border::SetThemeColor method. Gets and sets the theme color of the border in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/border/setthemecolor/ +--- +## Border::SetThemeColor method + + +Gets and sets the theme color of the border. + +```cpp +void Aspose::Cells::Border::SetThemeColor(const ThemeColor &value) +``` + +## See Also + +* Class [ThemeColor](../../themecolor/) +* Class [Border](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/border/~border/_index.md b/spanish/cpp/aspose.cells/border/~border/_index.md new file mode 100644 index 00000000000..e16a879bc73 --- /dev/null +++ b/spanish/cpp/aspose.cells/border/~border/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Border::~Border method +linktitle: ~Border +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Border::~Border method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/border/~border/ +--- +## Border::~Border method + + +Destructor. + +```cpp +Aspose::Cells::Border::~Border() +``` + +## See Also + +* Class [Border](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/bordercollection/_impl/_index.md b/spanish/cpp/aspose.cells/bordercollection/_impl/_index.md new file mode 100644 index 00000000000..c70fe17a9d7 --- /dev/null +++ b/spanish/cpp/aspose.cells/bordercollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::BorderCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::BorderCollection::_impl field. The implementation object in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells/bordercollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +BorderCollection_Impl* Aspose::Cells::BorderCollection::_impl +``` + +## See Also + +* Class [BorderCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/bordercollection/_index.md b/spanish/cpp/aspose.cells/bordercollection/_index.md new file mode 100644 index 00000000000..3021acc3bd6 --- /dev/null +++ b/spanish/cpp/aspose.cells/bordercollection/_index.md @@ -0,0 +1,99 @@ +--- +title: Aspose::Cells::BorderCollection class +linktitle: BorderCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::BorderCollection class. Encapsulates a collection of Border objects in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/bordercollection/ +--- +## BorderCollection class + + +Encapsulates a collection of [Border](../border/) objects. + +```cpp +class BorderCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [BorderCollection(BorderCollection_Impl* impl)](./bordercollection/) | Constructs from an implementation object. | +| [BorderCollection(const BorderCollection\& src)](./bordercollection/) | Copy constructor. | +| [Get(BorderType borderType)](./get/) | Gets the [Border](../border/) element at the specified index. | +| [GetDiagonalColor()](./getdiagonalcolor/) | Gets or sets the [Color](../color/) of Diagonal lines. | +| [GetDiagonalStyle()](./getdiagonalstyle/) | Gets or sets the style of Diagonal lines. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const BorderCollection\& src)](./operator_asm/) | operator= | +| [SetColor(const Aspose::Cells::Color\& color)](./setcolor/) | Sets the [Color](../color/) of all borders in the collection. | +| [SetDiagonalColor(const Aspose::Cells::Color\& value)](./setdiagonalcolor/) | Gets or sets the [Color](../color/) of Diagonal lines. | +| [SetDiagonalStyle(CellBorderType value)](./setdiagonalstyle/) | Gets or sets the style of Diagonal lines. | +| [SetStyle(CellBorderType style)](./setstyle/) | Sets the style of all borders of the collection. | +| [~BorderCollection()](./~bordercollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; + +//Añadiendo una nueva hoja de cálculo al objeto Excel +workbook.GetWorksheets().Add(); + +//Obteniendo la referencia de la hoja recién añadida pasando su índice de hoja +Worksheet worksheet = workbook.GetWorksheets().Get(0); + +//Accediendo a la celda "A1" de la hoja de cálculo +Cell cell = worksheet.GetCells().Get(u"A1"); + +//Añadiendo un valor a la celda "A1" +cell.PutValue(u"Visit Aspose!"); + +Style style = cell.GetStyle(); + +//Estableciendo el estilo de línea del borde superior +style.GetBorders().Get(BorderType::TopBorder).SetLineStyle(CellBorderType::Thick); + +//Estableciendo el color del borde superior +style.GetBorders().Get(BorderType::TopBorder).SetColor(Color{ 0xff, 0, 0, 0 });//Black + +//Estableciendo el estilo de línea del borde inferior +style.GetBorders().Get(BorderType::BottomBorder).SetLineStyle(CellBorderType::Thick); + +//Estableciendo el color del borde inferior +style.GetBorders().Get(BorderType::BottomBorder).SetColor(Color{ 0xff, 0, 0, 0 });//Black + +//Estableciendo el estilo de línea del borde izquierdo +style.GetBorders().Get(BorderType::LeftBorder).SetLineStyle(CellBorderType::Thick); + +//Estableciendo el color del borde izquierdo +style.GetBorders().Get(BorderType::LeftBorder).SetColor(Color{ 0xff, 0, 0, 0 });//Black + +//Estableciendo el estilo de línea del borde derecho +style.GetBorders().Get(BorderType::RightBorder).SetLineStyle(CellBorderType::Thick); + +//Estableciendo el color del borde derecho +style.GetBorders().Get(BorderType::RightBorder).SetColor(Color{ 0xff, 0, 0, 0 });//Black + +cell.SetStyle(style); + +//Guardando el archivo Excel +workbook.Save(u"book1.xls"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/bordercollection/bordercollection/_index.md b/spanish/cpp/aspose.cells/bordercollection/bordercollection/_index.md new file mode 100644 index 00000000000..de1b47ad4c9 --- /dev/null +++ b/spanish/cpp/aspose.cells/bordercollection/bordercollection/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::BorderCollection::BorderCollection constructor +linktitle: BorderCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::BorderCollection::BorderCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/bordercollection/bordercollection/ +--- +## BorderCollection::BorderCollection(BorderCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::BorderCollection::BorderCollection(BorderCollection_Impl *impl) +``` + +## See Also + +* Class [BorderCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## BorderCollection::BorderCollection(const BorderCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::BorderCollection::BorderCollection(const BorderCollection &src) +``` + +## See Also + +* Class [BorderCollection](../) +* Class [BorderCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/bordercollection/get/_index.md b/spanish/cpp/aspose.cells/bordercollection/get/_index.md new file mode 100644 index 00000000000..f5a46681cec --- /dev/null +++ b/spanish/cpp/aspose.cells/bordercollection/get/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::BorderCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::BorderCollection::Get method. Gets the Border element at the specified index in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/bordercollection/get/ +--- +## BorderCollection::Get method + + +Gets the [Border](../../border/) element at the specified index. + +```cpp +Border Aspose::Cells::BorderCollection::Get(BorderType borderType) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| borderType | BorderType | The border to be retrieved. | + +## ReturnValue + +The element at the specified index. + +## See Also + +* Class [Border](../../border/) +* Enum [BorderType](../../bordertype/) +* Class [BorderCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/bordercollection/getdiagonalcolor/_index.md b/spanish/cpp/aspose.cells/bordercollection/getdiagonalcolor/_index.md new file mode 100644 index 00000000000..abbb5f4bc25 --- /dev/null +++ b/spanish/cpp/aspose.cells/bordercollection/getdiagonalcolor/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::BorderCollection::GetDiagonalColor method +linktitle: GetDiagonalColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::BorderCollection::GetDiagonalColor method. Gets or sets the Color of Diagonal lines in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/bordercollection/getdiagonalcolor/ +--- +## BorderCollection::GetDiagonalColor method + + +Gets or sets the [Color](../../color/) of Diagonal lines. + +```cpp +Aspose::Cells::Color Aspose::Cells::BorderCollection::GetDiagonalColor() +``` + +## See Also + +* Class [BorderCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/bordercollection/getdiagonalstyle/_index.md b/spanish/cpp/aspose.cells/bordercollection/getdiagonalstyle/_index.md new file mode 100644 index 00000000000..e469bab25e1 --- /dev/null +++ b/spanish/cpp/aspose.cells/bordercollection/getdiagonalstyle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::BorderCollection::GetDiagonalStyle method +linktitle: GetDiagonalStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::BorderCollection::GetDiagonalStyle method. Gets or sets the style of Diagonal lines in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/bordercollection/getdiagonalstyle/ +--- +## BorderCollection::GetDiagonalStyle method + + +Gets or sets the style of Diagonal lines. + +```cpp +CellBorderType Aspose::Cells::BorderCollection::GetDiagonalStyle() +``` + +## See Also + +* Enum [CellBorderType](../../cellbordertype/) +* Class [BorderCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/bordercollection/isnull/_index.md b/spanish/cpp/aspose.cells/bordercollection/isnull/_index.md new file mode 100644 index 00000000000..a7bdfbb4c14 --- /dev/null +++ b/spanish/cpp/aspose.cells/bordercollection/isnull/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::BorderCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::BorderCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/bordercollection/isnull/ +--- +## BorderCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::BorderCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [BorderCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/bordercollection/operator_asm/_index.md b/spanish/cpp/aspose.cells/bordercollection/operator_asm/_index.md new file mode 100644 index 00000000000..c82a52dc620 --- /dev/null +++ b/spanish/cpp/aspose.cells/bordercollection/operator_asm/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::BorderCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::BorderCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/bordercollection/operator_asm/ +--- +## BorderCollection::operator= method + + +operator= + +```cpp +BorderCollection & Aspose::Cells::BorderCollection::operator=(const BorderCollection &src) +``` + +## See Also + +* Class [BorderCollection](../) +* Class [BorderCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/bordercollection/operator_bool/_index.md b/spanish/cpp/aspose.cells/bordercollection/operator_bool/_index.md new file mode 100644 index 00000000000..6ade3ffd4f4 --- /dev/null +++ b/spanish/cpp/aspose.cells/bordercollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::BorderCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::BorderCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/bordercollection/operator_bool/ +--- +## BorderCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::BorderCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [BorderCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/bordercollection/setcolor/_index.md b/spanish/cpp/aspose.cells/bordercollection/setcolor/_index.md new file mode 100644 index 00000000000..f804e1583c7 --- /dev/null +++ b/spanish/cpp/aspose.cells/bordercollection/setcolor/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::BorderCollection::SetColor method +linktitle: SetColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::BorderCollection::SetColor method. Sets the Color of all borders in the collection in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/bordercollection/setcolor/ +--- +## BorderCollection::SetColor method + + +Sets the [Color](../../color/) of all borders in the collection. + +```cpp +void Aspose::Cells::BorderCollection::SetColor(const Aspose::Cells::Color &color) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| color | const Aspose::Cells::Color\& | Borders' [Color](../../color/). | + +## See Also + +* Class [BorderCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/bordercollection/setdiagonalcolor/_index.md b/spanish/cpp/aspose.cells/bordercollection/setdiagonalcolor/_index.md new file mode 100644 index 00000000000..c380c0326a9 --- /dev/null +++ b/spanish/cpp/aspose.cells/bordercollection/setdiagonalcolor/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::BorderCollection::SetDiagonalColor method +linktitle: SetDiagonalColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::BorderCollection::SetDiagonalColor method. Gets or sets the Color of Diagonal lines in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/bordercollection/setdiagonalcolor/ +--- +## BorderCollection::SetDiagonalColor method + + +Gets or sets the [Color](../../color/) of Diagonal lines. + +```cpp +void Aspose::Cells::BorderCollection::SetDiagonalColor(const Aspose::Cells::Color &value) +``` + +## See Also + +* Class [BorderCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/bordercollection/setdiagonalstyle/_index.md b/spanish/cpp/aspose.cells/bordercollection/setdiagonalstyle/_index.md new file mode 100644 index 00000000000..d9757ac732c --- /dev/null +++ b/spanish/cpp/aspose.cells/bordercollection/setdiagonalstyle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::BorderCollection::SetDiagonalStyle method +linktitle: SetDiagonalStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::BorderCollection::SetDiagonalStyle method. Gets or sets the style of Diagonal lines in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/bordercollection/setdiagonalstyle/ +--- +## BorderCollection::SetDiagonalStyle method + + +Gets or sets the style of Diagonal lines. + +```cpp +void Aspose::Cells::BorderCollection::SetDiagonalStyle(CellBorderType value) +``` + +## See Also + +* Enum [CellBorderType](../../cellbordertype/) +* Class [BorderCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/bordercollection/setstyle/_index.md b/spanish/cpp/aspose.cells/bordercollection/setstyle/_index.md new file mode 100644 index 00000000000..f588e9915f9 --- /dev/null +++ b/spanish/cpp/aspose.cells/bordercollection/setstyle/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::BorderCollection::SetStyle method +linktitle: SetStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::BorderCollection::SetStyle method. Sets the style of all borders of the collection in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/bordercollection/setstyle/ +--- +## BorderCollection::SetStyle method + + +Sets the style of all borders of the collection. + +```cpp +void Aspose::Cells::BorderCollection::SetStyle(CellBorderType style) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| style | CellBorderType | Borders' style | + +## See Also + +* Enum [CellBorderType](../../cellbordertype/) +* Class [BorderCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/bordercollection/~bordercollection/_index.md b/spanish/cpp/aspose.cells/bordercollection/~bordercollection/_index.md new file mode 100644 index 00000000000..e4288b6ae42 --- /dev/null +++ b/spanish/cpp/aspose.cells/bordercollection/~bordercollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::BorderCollection::~BorderCollection method +linktitle: ~BorderCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::BorderCollection::~BorderCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/bordercollection/~bordercollection/ +--- +## BorderCollection::~BorderCollection method + + +Destructor. + +```cpp +Aspose::Cells::BorderCollection::~BorderCollection() +``` + +## See Also + +* Class [BorderCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/bordertype/_index.md b/spanish/cpp/aspose.cells/bordertype/_index.md new file mode 100644 index 00000000000..be9a687902c --- /dev/null +++ b/spanish/cpp/aspose.cells/bordertype/_index.md @@ -0,0 +1,39 @@ +--- +title: Aspose::Cells::BorderType enum +linktitle: BorderType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::BorderType enum. Enumerates the border line and diagonal line types in C++.' +type: docs +weight: 18200 +url: /es/cpp/aspose.cells/bordertype/ +--- +## BorderType enum + + +Enumerates the border line and diagonal line types. + +```cpp +enum class BorderType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| LeftBorder | 1 |
Represents left border line. | +| RightBorder | 2 |
Represents right border line exists. | +| TopBorder | 4 |
Represents top border line. | +| BottomBorder | 8 |
Represents bottom border line. | +| DiagonalDown | 16 |
Represents the diagonal line from top left to right bottom. | +| DiagonalUp | 32 |
Represents the diagonal line from bottom left to right top. | +| Vertical | 64 |
Only for dynamic style, such as conditional formatting. | +| Horizontal | 128 |
Only for dynamic style, such as conditional formatting. | +| SideBorders | 15 |
Indicates the four side borders: [LeftBorder](./), [RightBorder](./), [TopBorder](./) and [BottomBorder](./). | +| Diagonal | 48 |
Special combination of multiple borders for user's convenience for some APIs. Indicates diagonal borders of [DiagonalUp](./) and [DiagonalDown](./). | +| DynamicStyleBorders | 192 |
Indicates [Vertical](./) and [Horizontal](./) of dynamic style. | +| None | 0 |
No border has been specified. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/builtinstyletype/_index.md b/spanish/cpp/aspose.cells/builtinstyletype/_index.md new file mode 100644 index 00000000000..afadac7ea6b --- /dev/null +++ b/spanish/cpp/aspose.cells/builtinstyletype/_index.md @@ -0,0 +1,78 @@ +--- +title: Aspose::Cells::BuiltinStyleType enum +linktitle: BuiltinStyleType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::BuiltinStyleType enum. Represents all built-in style types in C++.' +type: docs +weight: 18300 +url: /es/cpp/aspose.cells/builtinstyletype/ +--- +## BuiltinStyleType enum + + +Represents all built-in style types. + +```cpp +enum class BuiltinStyleType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| TwentyPercentAccent1 | 30 |
| +| TwentyPercentAccent2 | 34 |
| +| TwentyPercentAccent3 | 38 |
| +| TwentyPercentAccent4 | 42 |
| +| TwentyPercentAccent5 | 46 |
| +| TwentyPercentAccent6 | 50 |
| +| FortyPercentAccent1 | 31 |
| +| FortyPercentAccent2 | 35 |
| +| FortyPercentAccent3 | 39 |
| +| FortyPercentAccent4 | 43 |
| +| FortyPercentAccent5 | 47 |
| +| FortyPercentAccent6 | 51 |
| +| SixtyPercentAccent1 | 32 |
| +| SixtyPercentAccent2 | 36 |
| +| SixtyPercentAccent3 | 40 |
| +| SixtyPercentAccent4 | 44 |
| +| SixtyPercentAccent5 | 48 |
| +| SixtyPercentAccent6 | 52 |
| +| Accent1 | 29 |
| +| Accent2 | 33 |
| +| Accent3 | 37 |
| +| Accent4 | 41 |
| +| Accent5 | 45 |
| +| Accent6 | 49 |
| +| Bad | 27 |
| +| Calculation | 22 |
| +| CheckCell | 23 |
| +| Comma | 3 |
| +| Comma1 | 6 |
| +| Currency | 4 |
| +| Currency1 | 7 |
| +| ExplanatoryText | 53 |
| +| Good | 26 |
| +| Header1 | 16 |
| +| Header2 | 17 |
| +| Header3 | 18 |
| +| Header4 | 19 |
| +| Hyperlink | 8 |
| +| FollowedHyperlink | 9 |
| +| Input | 20 |
| +| LinkedCell | 24 |
| +| Neutral | 28 |
| +| Normal | 0 |
| +| Note | 10 |
| +| Output | 21 |
| +| Percent | 5 |
| +| Title | 15 |
| +| Total | 25 |
| +| WarningText | 11 |
| +| RowLevel | 1 |
| +| ColumnLevel | 2 |
| + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/calcmodetype/_index.md b/spanish/cpp/aspose.cells/calcmodetype/_index.md new file mode 100644 index 00000000000..85fea71732f --- /dev/null +++ b/spanish/cpp/aspose.cells/calcmodetype/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::CalcModeType enum +linktitle: CalcModeType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalcModeType enum. Represents the mode type of calculating formulas in C++.' +type: docs +weight: 18400 +url: /es/cpp/aspose.cells/calcmodetype/ +--- +## CalcModeType enum + + +Represents the mode type of calculating formulas. + +```cpp +enum class CalcModeType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Automatic | 0 |
| +| AutomaticExceptTable | 1 |
| +| Manual | 2 |
| + +## Remarks + + +Only sets for MS Excel. +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/calculationcell/_impl/_index.md b/spanish/cpp/aspose.cells/calculationcell/_impl/_index.md new file mode 100644 index 00000000000..cd42126c38b --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationcell/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::CalculationCell::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationCell::_impl field. The implementation object in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/calculationcell/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +CalculationCell_Impl* Aspose::Cells::CalculationCell::_impl +``` + +## See Also + +* Class [CalculationCell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationcell/_index.md b/spanish/cpp/aspose.cells/calculationcell/_index.md new file mode 100644 index 00000000000..6d33d87fa65 --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationcell/_index.md @@ -0,0 +1,47 @@ +--- +title: Aspose::Cells::CalculationCell class +linktitle: CalculationCell +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationCell class. Represents the calculation relevant data about one cell which is being calculated in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/calculationcell/ +--- +## CalculationCell class + + +Represents the calculation relevant data about one cell which is being calculated. + +```cpp +class CalculationCell +``` + +## Methods + +| Method | Description | +| --- | --- | +| [CalculationCell(CalculationCell_Impl* impl)](./calculationcell/) | Constructs from an implementation object. | +| [CalculationCell(const CalculationCell\& src)](./calculationcell/) | Copy constructor. | +| [GetCell()](./getcell/) | Gets the [Cell](../cell/) object which is being calculated. | +| [GetCellColumn()](./getcellcolumn/) | Gets the column index of the cell. | +| [GetCellRow()](./getcellrow/) | Gets the row index of the cell. | +| [GetWorkbook()](./getworkbook/) | Gets the [Workbook](../workbook/) object. | +| [GetWorksheet()](./getworksheet/) | Gets the [Worksheet](../worksheet/) object where the cell is in. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const CalculationCell\& src)](./operator_asm/) | operator= | +| [SetCalculatedValue(const Aspose::Cells::Object\& v)](./setcalculatedvalue/) | Sets the calculated value for the cell. | +| [~CalculationCell()](./~calculationcell/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## Remarks + + +All objects provided by this class are for "read" purpose only. User should not change any data in the [Workbook](../workbook/) during the formula calculation process, Otherwise unexpected result or Exception may be caused. +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/calculationcell/calculationcell/_index.md b/spanish/cpp/aspose.cells/calculationcell/calculationcell/_index.md new file mode 100644 index 00000000000..30a6abfa7b8 --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationcell/calculationcell/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::CalculationCell::CalculationCell constructor +linktitle: CalculationCell +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationCell::CalculationCell constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/calculationcell/calculationcell/ +--- +## CalculationCell::CalculationCell(CalculationCell_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::CalculationCell::CalculationCell(CalculationCell_Impl *impl) +``` + +## See Also + +* Class [CalculationCell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CalculationCell::CalculationCell(const CalculationCell\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::CalculationCell::CalculationCell(const CalculationCell &src) +``` + +## See Also + +* Class [CalculationCell](../) +* Class [CalculationCell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationcell/getcell/_index.md b/spanish/cpp/aspose.cells/calculationcell/getcell/_index.md new file mode 100644 index 00000000000..af3ef7e1c8f --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationcell/getcell/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CalculationCell::GetCell method +linktitle: GetCell +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationCell::GetCell method. Gets the Cell object which is being calculated in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/calculationcell/getcell/ +--- +## CalculationCell::GetCell method + + +Gets the [Cell](../../cell/) object which is being calculated. + +```cpp +Cell Aspose::Cells::CalculationCell::GetCell() +``` + +## See Also + +* Class [Cell](../../cell/) +* Class [CalculationCell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationcell/getcellcolumn/_index.md b/spanish/cpp/aspose.cells/calculationcell/getcellcolumn/_index.md new file mode 100644 index 00000000000..b39981dd199 --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationcell/getcellcolumn/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::CalculationCell::GetCellColumn method +linktitle: GetCellColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationCell::GetCellColumn method. Gets the column index of the cell in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/calculationcell/getcellcolumn/ +--- +## CalculationCell::GetCellColumn method + + +Gets the column index of the cell. + +```cpp +int32_t Aspose::Cells::CalculationCell::GetCellColumn() +``` + +## See Also + +* Class [CalculationCell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationcell/getcellrow/_index.md b/spanish/cpp/aspose.cells/calculationcell/getcellrow/_index.md new file mode 100644 index 00000000000..e21f9a631e9 --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationcell/getcellrow/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::CalculationCell::GetCellRow method +linktitle: GetCellRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationCell::GetCellRow method. Gets the row index of the cell in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/calculationcell/getcellrow/ +--- +## CalculationCell::GetCellRow method + + +Gets the row index of the cell. + +```cpp +int32_t Aspose::Cells::CalculationCell::GetCellRow() +``` + +## See Also + +* Class [CalculationCell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationcell/getworkbook/_index.md b/spanish/cpp/aspose.cells/calculationcell/getworkbook/_index.md new file mode 100644 index 00000000000..6fbf3fcd0e2 --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationcell/getworkbook/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CalculationCell::GetWorkbook method +linktitle: GetWorkbook +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationCell::GetWorkbook method. Gets the Workbook object in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/calculationcell/getworkbook/ +--- +## CalculationCell::GetWorkbook method + + +Gets the [Workbook](../../workbook/) object. + +```cpp +Workbook Aspose::Cells::CalculationCell::GetWorkbook() +``` + +## See Also + +* Class [Workbook](../../workbook/) +* Class [CalculationCell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationcell/getworksheet/_index.md b/spanish/cpp/aspose.cells/calculationcell/getworksheet/_index.md new file mode 100644 index 00000000000..e163690b595 --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationcell/getworksheet/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CalculationCell::GetWorksheet method +linktitle: GetWorksheet +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationCell::GetWorksheet method. Gets the Worksheet object where the cell is in in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/calculationcell/getworksheet/ +--- +## CalculationCell::GetWorksheet method + + +Gets the [Worksheet](../../worksheet/) object where the cell is in. + +```cpp +Worksheet Aspose::Cells::CalculationCell::GetWorksheet() +``` + +## See Also + +* Class [Worksheet](../../worksheet/) +* Class [CalculationCell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationcell/isnull/_index.md b/spanish/cpp/aspose.cells/calculationcell/isnull/_index.md new file mode 100644 index 00000000000..ca8308ea4a4 --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationcell/isnull/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::CalculationCell::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationCell::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/calculationcell/isnull/ +--- +## CalculationCell::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::CalculationCell::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [CalculationCell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationcell/operator_asm/_index.md b/spanish/cpp/aspose.cells/calculationcell/operator_asm/_index.md new file mode 100644 index 00000000000..888c0088314 --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationcell/operator_asm/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CalculationCell::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationCell::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/calculationcell/operator_asm/ +--- +## CalculationCell::operator= method + + +operator= + +```cpp +CalculationCell & Aspose::Cells::CalculationCell::operator=(const CalculationCell &src) +``` + +## See Also + +* Class [CalculationCell](../) +* Class [CalculationCell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationcell/operator_bool/_index.md b/spanish/cpp/aspose.cells/calculationcell/operator_bool/_index.md new file mode 100644 index 00000000000..2e8ccb19c61 --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationcell/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::CalculationCell::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationCell::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/calculationcell/operator_bool/ +--- +## CalculationCell::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::CalculationCell::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [CalculationCell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationcell/setcalculatedvalue/_index.md b/spanish/cpp/aspose.cells/calculationcell/setcalculatedvalue/_index.md new file mode 100644 index 00000000000..0ebda02ee96 --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationcell/setcalculatedvalue/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::CalculationCell::SetCalculatedValue method +linktitle: SetCalculatedValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationCell::SetCalculatedValue method. Sets the calculated value for the cell in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/calculationcell/setcalculatedvalue/ +--- +## CalculationCell::SetCalculatedValue method + + +Sets the calculated value for the cell. + +```cpp +void Aspose::Cells::CalculationCell::SetCalculatedValue(const Aspose::Cells::Object &v) +``` + +## Remarks + + +User can set the calculated result by this method to ignore the automatic calculation for the cell. +## See Also + +* Class [Object](../../object/) +* Class [CalculationCell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationcell/~calculationcell/_index.md b/spanish/cpp/aspose.cells/calculationcell/~calculationcell/_index.md new file mode 100644 index 00000000000..b158ea266e6 --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationcell/~calculationcell/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::CalculationCell::~CalculationCell method +linktitle: ~CalculationCell +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationCell::~CalculationCell method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/calculationcell/~calculationcell/ +--- +## CalculationCell::~CalculationCell method + + +Destructor. + +```cpp +Aspose::Cells::CalculationCell::~CalculationCell() +``` + +## See Also + +* Class [CalculationCell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationdata/_impl/_index.md b/spanish/cpp/aspose.cells/calculationdata/_impl/_index.md new file mode 100644 index 00000000000..dec9ccb6d89 --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationdata/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::CalculationData::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationData::_impl field. The implementation object in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells/calculationdata/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +CalculationData_Impl* Aspose::Cells::CalculationData::_impl +``` + +## See Also + +* Class [CalculationData](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationdata/_index.md b/spanish/cpp/aspose.cells/calculationdata/_index.md new file mode 100644 index 00000000000..b5a5e77fefd --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationdata/_index.md @@ -0,0 +1,53 @@ +--- +title: Aspose::Cells::CalculationData class +linktitle: CalculationData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationData class. Represents the required data when calculating one function, such as function name, parameters, ...etc in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/calculationdata/ +--- +## CalculationData class + + +Represents the required data when calculating one function, such as function name, parameters, ...etc. + +```cpp +class CalculationData +``` + +## Methods + +| Method | Description | +| --- | --- | +| [CalculationData(CalculationData_Impl* impl)](./calculationdata/) | Constructs from an implementation object. | +| [CalculationData(const CalculationData\& src)](./calculationdata/) | Copy constructor. | +| [GetCalculatedValue()](./getcalculatedvalue/) | Gets or sets the calculated value for this function. | +| [GetCell()](./getcell/) | Gets the [Cell](../cell/) object where the function is. | +| [GetCellColumn()](./getcellcolumn/) | Gets the column index of the cell where the function is. | +| [GetCellRow()](./getcellrow/) | Gets the row index of the cell where the function is. | +| [GetFunctionName()](./getfunctionname/) | Gets the function name to be calculated. | +| [GetParamCount()](./getparamcount/) | Gets the count of parameters. | +| [GetParamText(int32_t index)](./getparamtext/) | Gets the literal text of the parameter at the given index. | +| [GetParamValue(int32_t index)](./getparamvalue/) | Gets the represented value object of the parameter at a given index. | +| [GetParamValueInArrayMode(int32_t index, int32_t maxRowCount, int32_t maxColumnCount)](./getparamvalueinarraymode/) | Gets the value(s) of the parameter at a given index. If the parameter is some kind of expression that needs to be calculated, then it will be calculated in array mode. | +| [GetWorkbook()](./getworkbook/) | Gets the [Workbook](../workbook/) object where the function is. | +| [GetWorksheet()](./getworksheet/) | Gets the [Worksheet](../worksheet/) object where the function is. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const CalculationData\& src)](./operator_asm/) | operator= | +| [SetCalculatedValue(const Aspose::Cells::Object\& value)](./setcalculatedvalue/) | Gets or sets the calculated value for this function. | +| [~CalculationData()](./~calculationdata/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## Remarks + + +All objects provided by this class are for "read" purpose only. User should not change any data in the [Workbook](../workbook/) during the formula calculation process, Otherwise unexpected result or Exception may be caused. +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/calculationdata/calculationdata/_index.md b/spanish/cpp/aspose.cells/calculationdata/calculationdata/_index.md new file mode 100644 index 00000000000..e4ac52dcacf --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationdata/calculationdata/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::CalculationData::CalculationData constructor +linktitle: CalculationData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationData::CalculationData constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/calculationdata/calculationdata/ +--- +## CalculationData::CalculationData(CalculationData_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::CalculationData::CalculationData(CalculationData_Impl *impl) +``` + +## See Also + +* Class [CalculationData](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CalculationData::CalculationData(const CalculationData\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::CalculationData::CalculationData(const CalculationData &src) +``` + +## See Also + +* Class [CalculationData](../) +* Class [CalculationData](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationdata/getcalculatedvalue/_index.md b/spanish/cpp/aspose.cells/calculationdata/getcalculatedvalue/_index.md new file mode 100644 index 00000000000..c0166921963 --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationdata/getcalculatedvalue/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::CalculationData::GetCalculatedValue method +linktitle: GetCalculatedValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationData::GetCalculatedValue method. Gets or sets the calculated value for this function in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/calculationdata/getcalculatedvalue/ +--- +## CalculationData::GetCalculatedValue method + + +Gets or sets the calculated value for this function. + +```cpp +Aspose::Cells::Object Aspose::Cells::CalculationData::GetCalculatedValue() +``` + +## Remarks + + +User should set this property in his custom calculation engine for those functions the engine supports, and the set value will be returned when getting this property later. The set value may be of possible types of Cell.Value, or array of such kind of values, or a [Range](../../range/), [Name](../../name/), [ReferredArea](../../referredarea/). Getting this property before setting value to it will make the function be calculated by the default calculation engine of [Aspose.Cells](../../) and then the calculated value will be returned(generally it should be #NAME? for user-defined functions). +## See Also + +* Class [Object](../../object/) +* Class [CalculationData](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationdata/getcell/_index.md b/spanish/cpp/aspose.cells/calculationdata/getcell/_index.md new file mode 100644 index 00000000000..bb4d9e536c4 --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationdata/getcell/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::CalculationData::GetCell method +linktitle: GetCell +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationData::GetCell method. Gets the Cell object where the function is in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/calculationdata/getcell/ +--- +## CalculationData::GetCell method + + +Gets the [Cell](../../cell/) object where the function is. + +```cpp +Cell Aspose::Cells::CalculationData::GetCell() +``` + +## Remarks + + +When calculating a formula without setting it to a cell, such as by Worksheet.CalculateFormula(string, CalculationOptions), the formula will be calculated just like it has been set to cell A1, so both CellRow and CellColumn are 0. However, cell A1 in the worksheet may has not been instantiated. So for such kind of situation this property will be null. +## See Also + +* Class [Cell](../../cell/) +* Class [CalculationData](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationdata/getcellcolumn/_index.md b/spanish/cpp/aspose.cells/calculationdata/getcellcolumn/_index.md new file mode 100644 index 00000000000..cd691a9fe5d --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationdata/getcellcolumn/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::CalculationData::GetCellColumn method +linktitle: GetCellColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationData::GetCellColumn method. Gets the column index of the cell where the function is in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/calculationdata/getcellcolumn/ +--- +## CalculationData::GetCellColumn method + + +Gets the column index of the cell where the function is. + +```cpp +int32_t Aspose::Cells::CalculationData::GetCellColumn() +``` + +## See Also + +* Class [CalculationData](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationdata/getcellrow/_index.md b/spanish/cpp/aspose.cells/calculationdata/getcellrow/_index.md new file mode 100644 index 00000000000..5603d94c7b3 --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationdata/getcellrow/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::CalculationData::GetCellRow method +linktitle: GetCellRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationData::GetCellRow method. Gets the row index of the cell where the function is in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/calculationdata/getcellrow/ +--- +## CalculationData::GetCellRow method + + +Gets the row index of the cell where the function is. + +```cpp +int32_t Aspose::Cells::CalculationData::GetCellRow() +``` + +## See Also + +* Class [CalculationData](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationdata/getfunctionname/_index.md b/spanish/cpp/aspose.cells/calculationdata/getfunctionname/_index.md new file mode 100644 index 00000000000..cc1266d8125 --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationdata/getfunctionname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CalculationData::GetFunctionName method +linktitle: GetFunctionName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationData::GetFunctionName method. Gets the function name to be calculated in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells/calculationdata/getfunctionname/ +--- +## CalculationData::GetFunctionName method + + +Gets the function name to be calculated. + +```cpp +U16String Aspose::Cells::CalculationData::GetFunctionName() +``` + +## See Also + +* Class [U16String](../../u16string/) +* Class [CalculationData](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationdata/getparamcount/_index.md b/spanish/cpp/aspose.cells/calculationdata/getparamcount/_index.md new file mode 100644 index 00000000000..e7aa8188b80 --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationdata/getparamcount/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::CalculationData::GetParamCount method +linktitle: GetParamCount +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationData::GetParamCount method. Gets the count of parameters in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells/calculationdata/getparamcount/ +--- +## CalculationData::GetParamCount method + + +Gets the count of parameters. + +```cpp +int32_t Aspose::Cells::CalculationData::GetParamCount() +``` + +## See Also + +* Class [CalculationData](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationdata/getparamtext/_index.md b/spanish/cpp/aspose.cells/calculationdata/getparamtext/_index.md new file mode 100644 index 00000000000..a762bce66eb --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationdata/getparamtext/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::CalculationData::GetParamText method +linktitle: GetParamText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationData::GetParamText method. Gets the literal text of the parameter at the given index in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells/calculationdata/getparamtext/ +--- +## CalculationData::GetParamText method + + +Gets the literal text of the parameter at the given index. + +```cpp +U16String Aspose::Cells::CalculationData::GetParamText(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | index of the parameter(0 based) | + +## ReturnValue + +literal text of the parameter + +## See Also + +* Class [U16String](../../u16string/) +* Class [CalculationData](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationdata/getparamvalue/_index.md b/spanish/cpp/aspose.cells/calculationdata/getparamvalue/_index.md new file mode 100644 index 00000000000..2bc71e535a2 --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationdata/getparamvalue/_index.md @@ -0,0 +1,45 @@ +--- +title: Aspose::Cells::CalculationData::GetParamValue method +linktitle: GetParamValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationData::GetParamValue method. Gets the represented value object of the parameter at a given index in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells/calculationdata/getparamvalue/ +--- +## CalculationData::GetParamValue method + + +Gets the represented value object of the parameter at a given index. + +```cpp +Aspose::Cells::Object Aspose::Cells::CalculationData::GetParamValue(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The index of the parameter(0 based) | + +## ReturnValue + +The calculated value of the parameter. +## Remarks + + + +For one parameter: + +If it is plain value, then returns the plain value itself; + +If it is reference, then returns [ReferredArea](../../referredarea/) object; + +If it references to dataset(s) with multiple values, then returns array of objects; + +If it is some kind of expression that needs to be calculated, then it will be calculated in value mode and generally a single value will be returned according to current cell base. For example, if one parameter of D2's formula is A:A+B:B, then A2+B2 will be calculated and returned. However, if this parameter has been specified as array mode (by Workbook.UpdateCustomFunctionDefinition(CustomFunctionDefinition) or FormulaParseOptions.CustomFunctionDefinition), then an array(object[][]) will be returned whose items are A1+B1,A2+B2,.... +## See Also + +* Class [Object](../../object/) +* Class [CalculationData](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationdata/getparamvalueinarraymode/_index.md b/spanish/cpp/aspose.cells/calculationdata/getparamvalueinarraymode/_index.md new file mode 100644 index 00000000000..342ed735534 --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationdata/getparamvalueinarraymode/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::CalculationData::GetParamValueInArrayMode method +linktitle: GetParamValueInArrayMode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationData::GetParamValueInArrayMode method. Gets the value(s) of the parameter at a given index. If the parameter is some kind of expression that needs to be calculated, then it will be calculated in array mode in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells/calculationdata/getparamvalueinarraymode/ +--- +## CalculationData::GetParamValueInArrayMode method + + +Gets the value(s) of the parameter at a given index. If the parameter is some kind of expression that needs to be calculated, then it will be calculated in array mode. + +```cpp +Vector> Aspose::Cells::CalculationData::GetParamValueInArrayMode(int32_t index, int32_t maxRowCount, int32_t maxColumnCount) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The index of the parameter(0 based) | +| maxRowCount | int32_t | The row count limit for the returned array. If it is non-positive or greater than the actual row count, then actual row count will be used. | +| maxColumnCount | int32_t | The column count limit for the returned array. If it is non-positive or greater than the actual row count, then actual column count will be used. | + +## ReturnValue + +An array which contains all items represented by the specified parameter. +## Remarks + + + +For an expression that needs to be calculated, taking A:A+B:B as an example: In value mode it will be calculated to a single value according to current cell base. But in array mode, all values of A1+B1,A2+B2,A3+B3,... will be calculated and used to construct the returned array. And for such kind of situation, it is better to specify the limit for the row/column count (such as according to Cells.MaxDataRow and Cells.MaxDataColumn), otherwise the returned large array may increase memory cost with large amount of useless data. +## See Also + +* Class [Vector](../../vector/) +* Class [Object](../../object/) +* Class [CalculationData](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationdata/getworkbook/_index.md b/spanish/cpp/aspose.cells/calculationdata/getworkbook/_index.md new file mode 100644 index 00000000000..29942368884 --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationdata/getworkbook/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CalculationData::GetWorkbook method +linktitle: GetWorkbook +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationData::GetWorkbook method. Gets the Workbook object where the function is in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/calculationdata/getworkbook/ +--- +## CalculationData::GetWorkbook method + + +Gets the [Workbook](../../workbook/) object where the function is. + +```cpp +Workbook Aspose::Cells::CalculationData::GetWorkbook() +``` + +## See Also + +* Class [Workbook](../../workbook/) +* Class [CalculationData](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationdata/getworksheet/_index.md b/spanish/cpp/aspose.cells/calculationdata/getworksheet/_index.md new file mode 100644 index 00000000000..be60b1c4e67 --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationdata/getworksheet/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CalculationData::GetWorksheet method +linktitle: GetWorksheet +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationData::GetWorksheet method. Gets the Worksheet object where the function is in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/calculationdata/getworksheet/ +--- +## CalculationData::GetWorksheet method + + +Gets the [Worksheet](../../worksheet/) object where the function is. + +```cpp +Worksheet Aspose::Cells::CalculationData::GetWorksheet() +``` + +## See Also + +* Class [Worksheet](../../worksheet/) +* Class [CalculationData](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationdata/isnull/_index.md b/spanish/cpp/aspose.cells/calculationdata/isnull/_index.md new file mode 100644 index 00000000000..3d5e857b63b --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationdata/isnull/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::CalculationData::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationData::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/calculationdata/isnull/ +--- +## CalculationData::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::CalculationData::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [CalculationData](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationdata/operator_asm/_index.md b/spanish/cpp/aspose.cells/calculationdata/operator_asm/_index.md new file mode 100644 index 00000000000..1b0ae25aeda --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationdata/operator_asm/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CalculationData::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationData::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/calculationdata/operator_asm/ +--- +## CalculationData::operator= method + + +operator= + +```cpp +CalculationData & Aspose::Cells::CalculationData::operator=(const CalculationData &src) +``` + +## See Also + +* Class [CalculationData](../) +* Class [CalculationData](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationdata/operator_bool/_index.md b/spanish/cpp/aspose.cells/calculationdata/operator_bool/_index.md new file mode 100644 index 00000000000..565e570a3ed --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationdata/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::CalculationData::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationData::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/calculationdata/operator_bool/ +--- +## CalculationData::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::CalculationData::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [CalculationData](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationdata/setcalculatedvalue/_index.md b/spanish/cpp/aspose.cells/calculationdata/setcalculatedvalue/_index.md new file mode 100644 index 00000000000..83802d51b68 --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationdata/setcalculatedvalue/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::CalculationData::SetCalculatedValue method +linktitle: SetCalculatedValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationData::SetCalculatedValue method. Gets or sets the calculated value for this function in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/calculationdata/setcalculatedvalue/ +--- +## CalculationData::SetCalculatedValue method + + +Gets or sets the calculated value for this function. + +```cpp +void Aspose::Cells::CalculationData::SetCalculatedValue(const Aspose::Cells::Object &value) +``` + +## Remarks + + +User should set this property in his custom calculation engine for those functions the engine supports, and the set value will be returned when getting this property later. The set value may be of possible types of Cell.Value, or array of such kind of values, or a [Range](../../range/), [Name](../../name/), [ReferredArea](../../referredarea/). Getting this property before setting value to it will make the function be calculated by the default calculation engine of [Aspose.Cells](../../) and then the calculated value will be returned(generally it should be #NAME? for user-defined functions). +## See Also + +* Class [Object](../../object/) +* Class [CalculationData](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationdata/~calculationdata/_index.md b/spanish/cpp/aspose.cells/calculationdata/~calculationdata/_index.md new file mode 100644 index 00000000000..dc5a8472ed4 --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationdata/~calculationdata/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::CalculationData::~CalculationData method +linktitle: ~CalculationData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationData::~CalculationData method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/calculationdata/~calculationdata/ +--- +## CalculationData::~CalculationData method + + +Destructor. + +```cpp +Aspose::Cells::CalculationData::~CalculationData() +``` + +## See Also + +* Class [CalculationData](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationoptions/_impl/_index.md b/spanish/cpp/aspose.cells/calculationoptions/_impl/_index.md new file mode 100644 index 00000000000..32a98bed76d --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationoptions/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::CalculationOptions::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationOptions::_impl field. The implementation object in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells/calculationoptions/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +CalculationOptions_Impl* Aspose::Cells::CalculationOptions::_impl +``` + +## See Also + +* Class [CalculationOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationoptions/_index.md b/spanish/cpp/aspose.cells/calculationoptions/_index.md new file mode 100644 index 00000000000..787d03ae266 --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationoptions/_index.md @@ -0,0 +1,55 @@ +--- +title: Aspose::Cells::CalculationOptions class +linktitle: CalculationOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationOptions class. Represents options for calculation in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells/calculationoptions/ +--- +## CalculationOptions class + + +Represents options for calculation. + +```cpp +class CalculationOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [CalculationOptions()](./calculationoptions/) | Default constructor. | +| [CalculationOptions(CalculationOptions_Impl* impl)](./calculationoptions/) | Constructs from an implementation object. | +| [CalculationOptions(const CalculationOptions\& src)](./calculationoptions/) | Copy constructor. | +| [GetCalcStackSize()](./getcalcstacksize/) | The stack size for calculating cells recursively. Default value is 200. | +| [GetCharacterEncoding()](./getcharacterencoding/) | Specifies the encoding used for encoding/decoding characters when calculating formulas. For functions such as CHAR, CODE, the calculated result depends on the region settings and default charset of the environment. With this property user can specify the proper encoding used for those function to get the expected result. | +| [GetCustomEngine()](./getcustomengine/) | The custom formula calculation engine to extend the default calculation engine of [Aspose.Cells](../). | +| [GetIgnoreError()](./getignoreerror/) | Indicates whether errors encountered while calculating formulas should be ignored. The error may be unsupported function, external links, etc. The default value is true. | +| [GetLinkedDataSources()](./getlinkeddatasources/) | Specifies the data sources for external links used in formulas. | +| [GetPrecisionStrategy()](./getprecisionstrategy/) | Specifies the strategy for processing precision of calculation. | +| [GetRecursive()](./getrecursive/) | Indicates whether calculate the dependent cells recursively when calculating one cell and it depends on other cells. The default value is true. | +| [GetRefreshDynamicArrayFormula()](./getrefreshdynamicarrayformula/) | Indicates whether dynamic array formulas should be refreshed before calculating formulas. | +| [GetUserSpecifiedRefreshDynamicArrayFormula()](./getuserspecifiedrefreshdynamicarrayformula/) | Indicates whether user has explicitly specified the behavior of refreshing dynamic array formulas before calculating specified formulas. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const CalculationOptions\& src)](./operator_asm/) | operator= | +| [SetCalcStackSize(int32_t value)](./setcalcstacksize/) | The stack size for calculating cells recursively. Default value is 200. | +| [SetCharacterEncoding(EncodingType value)](./setcharacterencoding/) | Specifies the encoding used for encoding/decoding characters when calculating formulas. For functions such as CHAR, CODE, the calculated result depends on the region settings and default charset of the environment. With this property user can specify the proper encoding used for those function to get the expected result. | +| [SetCustomEngine(AbstractCalculationEngine* value)](./setcustomengine/) | The custom formula calculation engine to extend the default calculation engine of [Aspose.Cells](../). | +| [SetIgnoreError(bool value)](./setignoreerror/) | Indicates whether errors encountered while calculating formulas should be ignored. The error may be unsupported function, external links, etc. The default value is true. | +| [SetLinkedDataSources(const Vector \\& value)](./setlinkeddatasources/) | Specifies the data sources for external links used in formulas. | +| [SetPrecisionStrategy(CalculationPrecisionStrategy value)](./setprecisionstrategy/) | Specifies the strategy for processing precision of calculation. | +| [SetRecursive(bool value)](./setrecursive/) | Indicates whether calculate the dependent cells recursively when calculating one cell and it depends on other cells. The default value is true. | +| [SetRefreshDynamicArrayFormula(bool value)](./setrefreshdynamicarrayformula/) | Indicates whether dynamic array formulas should be refreshed before calculating formulas. | +| [~CalculationOptions()](./~calculationoptions/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/calculationoptions/calculationoptions/_index.md b/spanish/cpp/aspose.cells/calculationoptions/calculationoptions/_index.md new file mode 100644 index 00000000000..bfda6918108 --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationoptions/calculationoptions/_index.md @@ -0,0 +1,52 @@ +--- +title: Aspose::Cells::CalculationOptions::CalculationOptions constructor +linktitle: CalculationOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationOptions::CalculationOptions constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/calculationoptions/calculationoptions/ +--- +## CalculationOptions::CalculationOptions() constructor + + +Default constructor. + +```cpp +Aspose::Cells::CalculationOptions::CalculationOptions() +``` + +## See Also + +* Class [CalculationOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CalculationOptions::CalculationOptions(CalculationOptions_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::CalculationOptions::CalculationOptions(CalculationOptions_Impl *impl) +``` + +## See Also + +* Class [CalculationOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CalculationOptions::CalculationOptions(const CalculationOptions\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::CalculationOptions::CalculationOptions(const CalculationOptions &src) +``` + +## See Also + +* Class [CalculationOptions](../) +* Class [CalculationOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationoptions/getcalcstacksize/_index.md b/spanish/cpp/aspose.cells/calculationoptions/getcalcstacksize/_index.md new file mode 100644 index 00000000000..6bee7c49887 --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationoptions/getcalcstacksize/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Cells::CalculationOptions::GetCalcStackSize method +linktitle: GetCalcStackSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationOptions::GetCalcStackSize method. The stack size for calculating cells recursively. Default value is 200 in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/calculationoptions/getcalcstacksize/ +--- +## CalculationOptions::GetCalcStackSize method + + +The stack size for calculating cells recursively. Default value is 200. + +```cpp +int32_t Aspose::Cells::CalculationOptions::GetCalcStackSize() +``` + +## Remarks + + +When there are large amount of cells need to be calculated recursively in the dependency tree, StackOverflowException may be caused in the calculation process. If so, user should specify smaller value for this property. For such situation, user should determine the proper value for this property according to the actual formulas and data. However, too small value may cause performance degradation for the formula calculation and value less than 2 will make it impossible to calculate formula which depends on another one. So if the specified value is less than 2, it will be reset to 2. +## See Also + +* Class [CalculationOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationoptions/getcharacterencoding/_index.md b/spanish/cpp/aspose.cells/calculationoptions/getcharacterencoding/_index.md new file mode 100644 index 00000000000..eb964ec1278 --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationoptions/getcharacterencoding/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CalculationOptions::GetCharacterEncoding method +linktitle: GetCharacterEncoding +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationOptions::GetCharacterEncoding method. Specifies the encoding used for encoding/decoding characters when calculating formulas. For functions such as CHAR, CODE, the calculated result depends on the region settings and default charset of the environment. With this property user can specify the proper encoding used for those function to get the expected result in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells/calculationoptions/getcharacterencoding/ +--- +## CalculationOptions::GetCharacterEncoding method + + +Specifies the encoding used for encoding/decoding characters when calculating formulas. For functions such as CHAR, CODE, the calculated result depends on the region settings and default charset of the environment. With this property user can specify the proper encoding used for those function to get the expected result. + +```cpp +EncodingType Aspose::Cells::CalculationOptions::GetCharacterEncoding() +``` + +## See Also + +* Enum [EncodingType](../../encodingtype/) +* Class [CalculationOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationoptions/getcustomengine/_index.md b/spanish/cpp/aspose.cells/calculationoptions/getcustomengine/_index.md new file mode 100644 index 00000000000..c5b04937aa1 --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationoptions/getcustomengine/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CalculationOptions::GetCustomEngine method +linktitle: GetCustomEngine +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationOptions::GetCustomEngine method. The custom formula calculation engine to extend the default calculation engine of Aspose.Cells in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/calculationoptions/getcustomengine/ +--- +## CalculationOptions::GetCustomEngine method + + +The custom formula calculation engine to extend the default calculation engine of [Aspose.Cells](../../). + +```cpp +AbstractCalculationEngine * Aspose::Cells::CalculationOptions::GetCustomEngine() +``` + +## See Also + +* Class [AbstractCalculationEngine](../../abstractcalculationengine/) +* Class [CalculationOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationoptions/getignoreerror/_index.md b/spanish/cpp/aspose.cells/calculationoptions/getignoreerror/_index.md new file mode 100644 index 00000000000..b3b5106b657 --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationoptions/getignoreerror/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::CalculationOptions::GetIgnoreError method +linktitle: GetIgnoreError +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationOptions::GetIgnoreError method. Indicates whether errors encountered while calculating formulas should be ignored. The error may be unsupported function, external links, etc. The default value is true in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/calculationoptions/getignoreerror/ +--- +## CalculationOptions::GetIgnoreError method + + +Indicates whether errors encountered while calculating formulas should be ignored. The error may be unsupported function, external links, etc. The default value is true. + +```cpp +bool Aspose::Cells::CalculationOptions::GetIgnoreError() +``` + +## See Also + +* Class [CalculationOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationoptions/getlinkeddatasources/_index.md b/spanish/cpp/aspose.cells/calculationoptions/getlinkeddatasources/_index.md new file mode 100644 index 00000000000..742e2429f31 --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationoptions/getlinkeddatasources/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::CalculationOptions::GetLinkedDataSources method +linktitle: GetLinkedDataSources +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationOptions::GetLinkedDataSources method. Specifies the data sources for external links used in formulas in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells/calculationoptions/getlinkeddatasources/ +--- +## CalculationOptions::GetLinkedDataSources method + + +Specifies the data sources for external links used in formulas. + +```cpp +Vector Aspose::Cells::CalculationOptions::GetLinkedDataSources() +``` + +## Remarks + + +Like Workbook.UpdateLinkedDataSource(Workbook[]), here you may specify data sources for external links used in formulas to be calculated, especially those used in INDIRECT function. For those external links used in INDIRECT function, they are not taken as part of the external links of the workbook and cannot be updated by Workbook.UpdateLinkedDataSource(Workbook[]). The match of those workbooks with external links is determined by Workbook.FileName and ExternalLink.DataSource. So please make sure Workbook.FileName has been specified with the proper value(generally it should be same with corresponding ExternalLink.DataSource) for every workbook so they can be linked as expected. +## See Also + +* Class [Vector](../../vector/) +* Class [Workbook](../../workbook/) +* Class [CalculationOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationoptions/getprecisionstrategy/_index.md b/spanish/cpp/aspose.cells/calculationoptions/getprecisionstrategy/_index.md new file mode 100644 index 00000000000..1367f6c9087 --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationoptions/getprecisionstrategy/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CalculationOptions::GetPrecisionStrategy method +linktitle: GetPrecisionStrategy +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationOptions::GetPrecisionStrategy method. Specifies the strategy for processing precision of calculation in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells/calculationoptions/getprecisionstrategy/ +--- +## CalculationOptions::GetPrecisionStrategy method + + +Specifies the strategy for processing precision of calculation. + +```cpp +CalculationPrecisionStrategy Aspose::Cells::CalculationOptions::GetPrecisionStrategy() +``` + +## See Also + +* Enum [CalculationPrecisionStrategy](../../calculationprecisionstrategy/) +* Class [CalculationOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationoptions/getrecursive/_index.md b/spanish/cpp/aspose.cells/calculationoptions/getrecursive/_index.md new file mode 100644 index 00000000000..6338992648b --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationoptions/getrecursive/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::CalculationOptions::GetRecursive method +linktitle: GetRecursive +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationOptions::GetRecursive method. Indicates whether calculate the dependent cells recursively when calculating one cell and it depends on other cells. The default value is true in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/calculationoptions/getrecursive/ +--- +## CalculationOptions::GetRecursive method + + +Indicates whether calculate the dependent cells recursively when calculating one cell and it depends on other cells. The default value is true. + +```cpp +bool Aspose::Cells::CalculationOptions::GetRecursive() +``` + +## See Also + +* Class [CalculationOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationoptions/getrefreshdynamicarrayformula/_index.md b/spanish/cpp/aspose.cells/calculationoptions/getrefreshdynamicarrayformula/_index.md new file mode 100644 index 00000000000..9cdd5fdef59 --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationoptions/getrefreshdynamicarrayformula/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Cells::CalculationOptions::GetRefreshDynamicArrayFormula method +linktitle: GetRefreshDynamicArrayFormula +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationOptions::GetRefreshDynamicArrayFormula method. Indicates whether dynamic array formulas should be refreshed before calculating formulas in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/calculationoptions/getrefreshdynamicarrayformula/ +--- +## CalculationOptions::GetRefreshDynamicArrayFormula method + + +Indicates whether dynamic array formulas should be refreshed before calculating formulas. + +```cpp +bool Aspose::Cells::CalculationOptions::GetRefreshDynamicArrayFormula() +``` + +## Remarks + + +If this property has been specified explicitly, then the specified value will be used to determine whether refresh dynamic array formulas. Otherwise(UserSpecifiedRefreshDynamicArrayFormula is flase), the default value of it depends on what kind of formulas need to be calculated: For calculating formulas for the workbook, such as Workbook.CalculateFormula(CalculationOptions), this property will be taken as true. For other cases, such as Cell.Calculate(CalculationOptions) or Worksheet.CalculateFormula(CalculationOptions, bool), this property will be taken as false. +## See Also + +* Class [CalculationOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationoptions/getuserspecifiedrefreshdynamicarrayformula/_index.md b/spanish/cpp/aspose.cells/calculationoptions/getuserspecifiedrefreshdynamicarrayformula/_index.md new file mode 100644 index 00000000000..988c3b36dcc --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationoptions/getuserspecifiedrefreshdynamicarrayformula/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::CalculationOptions::GetUserSpecifiedRefreshDynamicArrayFormula method +linktitle: GetUserSpecifiedRefreshDynamicArrayFormula +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationOptions::GetUserSpecifiedRefreshDynamicArrayFormula method. Indicates whether user has explicitly specified the behavior of refreshing dynamic array formulas before calculating specified formulas in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/calculationoptions/getuserspecifiedrefreshdynamicarrayformula/ +--- +## CalculationOptions::GetUserSpecifiedRefreshDynamicArrayFormula method + + +Indicates whether user has explicitly specified the behavior of refreshing dynamic array formulas before calculating specified formulas. + +```cpp +bool Aspose::Cells::CalculationOptions::GetUserSpecifiedRefreshDynamicArrayFormula() +``` + +## See Also + +* Class [CalculationOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationoptions/isnull/_index.md b/spanish/cpp/aspose.cells/calculationoptions/isnull/_index.md new file mode 100644 index 00000000000..79daef10526 --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationoptions/isnull/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::CalculationOptions::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationOptions::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/calculationoptions/isnull/ +--- +## CalculationOptions::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::CalculationOptions::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [CalculationOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationoptions/operator_asm/_index.md b/spanish/cpp/aspose.cells/calculationoptions/operator_asm/_index.md new file mode 100644 index 00000000000..0b30a10026e --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationoptions/operator_asm/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CalculationOptions::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationOptions::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/calculationoptions/operator_asm/ +--- +## CalculationOptions::operator= method + + +operator= + +```cpp +CalculationOptions & Aspose::Cells::CalculationOptions::operator=(const CalculationOptions &src) +``` + +## See Also + +* Class [CalculationOptions](../) +* Class [CalculationOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationoptions/operator_bool/_index.md b/spanish/cpp/aspose.cells/calculationoptions/operator_bool/_index.md new file mode 100644 index 00000000000..6d306937c22 --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationoptions/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::CalculationOptions::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationOptions::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/calculationoptions/operator_bool/ +--- +## CalculationOptions::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::CalculationOptions::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [CalculationOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationoptions/setcalcstacksize/_index.md b/spanish/cpp/aspose.cells/calculationoptions/setcalcstacksize/_index.md new file mode 100644 index 00000000000..6b1bf6d443f --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationoptions/setcalcstacksize/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Cells::CalculationOptions::SetCalcStackSize method +linktitle: SetCalcStackSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationOptions::SetCalcStackSize method. The stack size for calculating cells recursively. Default value is 200 in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells/calculationoptions/setcalcstacksize/ +--- +## CalculationOptions::SetCalcStackSize method + + +The stack size for calculating cells recursively. Default value is 200. + +```cpp +void Aspose::Cells::CalculationOptions::SetCalcStackSize(int32_t value) +``` + +## Remarks + + +When there are large amount of cells need to be calculated recursively in the dependency tree, StackOverflowException may be caused in the calculation process. If so, user should specify smaller value for this property. For such situation, user should determine the proper value for this property according to the actual formulas and data. However, too small value may cause performance degradation for the formula calculation and value less than 2 will make it impossible to calculate formula which depends on another one. So if the specified value is less than 2, it will be reset to 2. +## See Also + +* Class [CalculationOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationoptions/setcharacterencoding/_index.md b/spanish/cpp/aspose.cells/calculationoptions/setcharacterencoding/_index.md new file mode 100644 index 00000000000..a0921e1a17b --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationoptions/setcharacterencoding/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CalculationOptions::SetCharacterEncoding method +linktitle: SetCharacterEncoding +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationOptions::SetCharacterEncoding method. Specifies the encoding used for encoding/decoding characters when calculating formulas. For functions such as CHAR, CODE, the calculated result depends on the region settings and default charset of the environment. With this property user can specify the proper encoding used for those function to get the expected result in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells/calculationoptions/setcharacterencoding/ +--- +## CalculationOptions::SetCharacterEncoding method + + +Specifies the encoding used for encoding/decoding characters when calculating formulas. For functions such as CHAR, CODE, the calculated result depends on the region settings and default charset of the environment. With this property user can specify the proper encoding used for those function to get the expected result. + +```cpp +void Aspose::Cells::CalculationOptions::SetCharacterEncoding(EncodingType value) +``` + +## See Also + +* Enum [EncodingType](../../encodingtype/) +* Class [CalculationOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationoptions/setcustomengine/_index.md b/spanish/cpp/aspose.cells/calculationoptions/setcustomengine/_index.md new file mode 100644 index 00000000000..9448140ea3e --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationoptions/setcustomengine/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CalculationOptions::SetCustomEngine method +linktitle: SetCustomEngine +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationOptions::SetCustomEngine method. The custom formula calculation engine to extend the default calculation engine of Aspose.Cells in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/calculationoptions/setcustomengine/ +--- +## CalculationOptions::SetCustomEngine method + + +The custom formula calculation engine to extend the default calculation engine of [Aspose.Cells](../../). + +```cpp +void Aspose::Cells::CalculationOptions::SetCustomEngine(AbstractCalculationEngine *value) +``` + +## See Also + +* Class [AbstractCalculationEngine](../../abstractcalculationengine/) +* Class [CalculationOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationoptions/setignoreerror/_index.md b/spanish/cpp/aspose.cells/calculationoptions/setignoreerror/_index.md new file mode 100644 index 00000000000..1e2dbcd0d71 --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationoptions/setignoreerror/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::CalculationOptions::SetIgnoreError method +linktitle: SetIgnoreError +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationOptions::SetIgnoreError method. Indicates whether errors encountered while calculating formulas should be ignored. The error may be unsupported function, external links, etc. The default value is true in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/calculationoptions/setignoreerror/ +--- +## CalculationOptions::SetIgnoreError method + + +Indicates whether errors encountered while calculating formulas should be ignored. The error may be unsupported function, external links, etc. The default value is true. + +```cpp +void Aspose::Cells::CalculationOptions::SetIgnoreError(bool value) +``` + +## See Also + +* Class [CalculationOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationoptions/setlinkeddatasources/_index.md b/spanish/cpp/aspose.cells/calculationoptions/setlinkeddatasources/_index.md new file mode 100644 index 00000000000..7aa489b9cd9 --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationoptions/setlinkeddatasources/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::CalculationOptions::SetLinkedDataSources method +linktitle: SetLinkedDataSources +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationOptions::SetLinkedDataSources method. Specifies the data sources for external links used in formulas in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells/calculationoptions/setlinkeddatasources/ +--- +## CalculationOptions::SetLinkedDataSources method + + +Specifies the data sources for external links used in formulas. + +```cpp +void Aspose::Cells::CalculationOptions::SetLinkedDataSources(const Vector &value) +``` + +## Remarks + + +Like Workbook.UpdateLinkedDataSource(Workbook[]), here you may specify data sources for external links used in formulas to be calculated, especially those used in INDIRECT function. For those external links used in INDIRECT function, they are not taken as part of the external links of the workbook and cannot be updated by Workbook.UpdateLinkedDataSource(Workbook[]). The match of those workbooks with external links is determined by Workbook.FileName and ExternalLink.DataSource. So please make sure Workbook.FileName has been specified with the proper value(generally it should be same with corresponding ExternalLink.DataSource) for every workbook so they can be linked as expected. +## See Also + +* Class [Vector](../../vector/) +* Class [Workbook](../../workbook/) +* Class [CalculationOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationoptions/setprecisionstrategy/_index.md b/spanish/cpp/aspose.cells/calculationoptions/setprecisionstrategy/_index.md new file mode 100644 index 00000000000..494ac2afd86 --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationoptions/setprecisionstrategy/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CalculationOptions::SetPrecisionStrategy method +linktitle: SetPrecisionStrategy +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationOptions::SetPrecisionStrategy method. Specifies the strategy for processing precision of calculation in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells/calculationoptions/setprecisionstrategy/ +--- +## CalculationOptions::SetPrecisionStrategy method + + +Specifies the strategy for processing precision of calculation. + +```cpp +void Aspose::Cells::CalculationOptions::SetPrecisionStrategy(CalculationPrecisionStrategy value) +``` + +## See Also + +* Enum [CalculationPrecisionStrategy](../../calculationprecisionstrategy/) +* Class [CalculationOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationoptions/setrecursive/_index.md b/spanish/cpp/aspose.cells/calculationoptions/setrecursive/_index.md new file mode 100644 index 00000000000..d3e641e102e --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationoptions/setrecursive/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::CalculationOptions::SetRecursive method +linktitle: SetRecursive +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationOptions::SetRecursive method. Indicates whether calculate the dependent cells recursively when calculating one cell and it depends on other cells. The default value is true in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/calculationoptions/setrecursive/ +--- +## CalculationOptions::SetRecursive method + + +Indicates whether calculate the dependent cells recursively when calculating one cell and it depends on other cells. The default value is true. + +```cpp +void Aspose::Cells::CalculationOptions::SetRecursive(bool value) +``` + +## See Also + +* Class [CalculationOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationoptions/setrefreshdynamicarrayformula/_index.md b/spanish/cpp/aspose.cells/calculationoptions/setrefreshdynamicarrayformula/_index.md new file mode 100644 index 00000000000..31b7ef001dd --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationoptions/setrefreshdynamicarrayformula/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Cells::CalculationOptions::SetRefreshDynamicArrayFormula method +linktitle: SetRefreshDynamicArrayFormula +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationOptions::SetRefreshDynamicArrayFormula method. Indicates whether dynamic array formulas should be refreshed before calculating formulas in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/calculationoptions/setrefreshdynamicarrayformula/ +--- +## CalculationOptions::SetRefreshDynamicArrayFormula method + + +Indicates whether dynamic array formulas should be refreshed before calculating formulas. + +```cpp +void Aspose::Cells::CalculationOptions::SetRefreshDynamicArrayFormula(bool value) +``` + +## Remarks + + +If this property has been specified explicitly, then the specified value will be used to determine whether refresh dynamic array formulas. Otherwise(UserSpecifiedRefreshDynamicArrayFormula is flase), the default value of it depends on what kind of formulas need to be calculated: For calculating formulas for the workbook, such as Workbook.CalculateFormula(CalculationOptions), this property will be taken as true. For other cases, such as Cell.Calculate(CalculationOptions) or Worksheet.CalculateFormula(CalculationOptions, bool), this property will be taken as false. +## See Also + +* Class [CalculationOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationoptions/~calculationoptions/_index.md b/spanish/cpp/aspose.cells/calculationoptions/~calculationoptions/_index.md new file mode 100644 index 00000000000..3bc9a8dbbae --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationoptions/~calculationoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::CalculationOptions::~CalculationOptions method +linktitle: ~CalculationOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationOptions::~CalculationOptions method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/calculationoptions/~calculationoptions/ +--- +## CalculationOptions::~CalculationOptions method + + +Destructor. + +```cpp +Aspose::Cells::CalculationOptions::~CalculationOptions() +``` + +## See Also + +* Class [CalculationOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/calculationprecisionstrategy/_index.md b/spanish/cpp/aspose.cells/calculationprecisionstrategy/_index.md new file mode 100644 index 00000000000..f9881366f46 --- /dev/null +++ b/spanish/cpp/aspose.cells/calculationprecisionstrategy/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::CalculationPrecisionStrategy enum +linktitle: CalculationPrecisionStrategy +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationPrecisionStrategy enum. Enumerates strategies for handling calculation precision. Because of the precision issue of IEEE 754 Floating-Point Arithmetic, some "seemingly simple" formulas may not be calculated as the expected result. Such as formula "=-0.45+0.43+0.02", when calculating operands by ''+'' operator directly, the result is not zero. For such kind of precision issue, some special strategies may give the expected result in C++.' +type: docs +weight: 18500 +url: /es/cpp/aspose.cells/calculationprecisionstrategy/ +--- +## CalculationPrecisionStrategy enum + + +Enumerates strategies for handling calculation precision. Because of the precision issue of IEEE 754 Floating-Point Arithmetic, some "seemingly simple" formulas may not be calculated as the expected result. Such as formula "=-0.45+0.43+0.02", when calculating operands by '+' operator directly, the result is not zero. For such kind of precision issue, some special strategies may give the expected result. + +```cpp +enum class CalculationPrecisionStrategy +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| None | 0 |
No strategy applied on calculation. When calculating just use the original double value as operand and return the result directly. Most efficient for performance and applicable for most cases. | +| Round | 1 |
Rounds the calculation result according with significant digits. | +| Decimal | 2 |
Uses decimal as operands when possible. Most inefficient for performance. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/cell/_impl/_index.md b/spanish/cpp/aspose.cells/cell/_impl/_index.md new file mode 100644 index 00000000000..a665e661861 --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Cell::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::_impl field. The implementation object in C++.' +type: docs +weight: 8400 +url: /es/cpp/aspose.cells/cell/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +Cell_Impl* Aspose::Cells::Cell::_impl +``` + +## See Also + +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/_index.md b/spanish/cpp/aspose.cells/cell/_index.md new file mode 100644 index 00000000000..a3762a921b7 --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/_index.md @@ -0,0 +1,213 @@ +--- +title: Aspose::Cells::Cell class +linktitle: Cell +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell class. Encapsulates the object that represents a single Workbook cell in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells/cell/ +--- +## Cell class + + +Encapsulates the object that represents a single [Workbook](../workbook/) cell. + +```cpp +class Cell +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Calculate(const CalculationOptions\& options)](./calculate/) | Calculates the formula of the cell. | +| [Cell(Cell_Impl* impl)](./cell/) | Constructs from an implementation object. | +| [Cell(const Cell\& src)](./cell/) | Copy constructor. | +| [Characters(int32_t startIndex, int32_t length)](./characters/) | Returns a Characters object that represents a range of characters within the cell text. | +| [Copy(const Cell\& cell)](./copy/) | Copies data from a source cell. | +| [Dispose()](./dispose/) | | +| [Equals(const Aspose::Cells::Object\& obj)](./equals/) | Checks whether this object refers to the same cell with another. | +| [Equals(const Cell\& cell)](./equals/) | Checks whether this object refers to the same cell with another cell object. | +| [GetArrayRange()](./getarrayrange/) | Gets the array range if the cell's formula is an array formula. | +| [GetBoolValue()](./getboolvalue/) | Gets the boolean value contained in the cell. | +| [GetCharacters()](./getcharacters/) | Returns all Characters objects that represents a range of characters within the cell text. | +| [GetCharacters(bool flag)](./getcharacters/) | Returns all Characters objects that represents a range of characters within the cell text. | +| [GetColumn()](./getcolumn/) | Gets column number (zero based) of the cell. | +| [GetComment()](./getcomment/) | Gets the comment of this cell. | +| [GetConditionalFormattingResult()](./getconditionalformattingresult/) | Get the result of the conditional formatting. | +| [GetContainsExternalLink()](./getcontainsexternallink/) | Indicates whether this cell contains an external link. Only applies when the cell is a formula cell. | +| [GetDateTimeValue()](./getdatetimevalue/) | Gets the DateTime value contained in the cell. | +| [GetDependents(bool isAll)](./getdependents/) | Get all cells whose formula references to this cell directly. | +| [GetDependentsInCalculation(bool recursive)](./getdependentsincalculation/) | Gets all cells whose calculated result depends on this cell. | +| [GetDisplayStringValue()](./getdisplaystringvalue/) | Gets the formatted string value of this cell by cell's display style. | +| [GetDisplayStyle()](./getdisplaystyle/) | Gets the display style of this cell. | +| [GetDisplayStyle(bool includeMergedBorders)](./getdisplaystyle/) | Gets the display style of this cell. | +| [GetDisplayStyle(BorderType adjacentBorders)](./getdisplaystyle/) | Gets the display style of this cell. | +| [GetDoubleValue()](./getdoublevalue/) | Gets the double value contained in the cell. | +| [GetEmbeddedImage()](./getembeddedimage/) | Gets and sets the embeddedn image in the cell. | +| [GetFloatValue()](./getfloatvalue/) | Gets the float value contained in the cell. | +| [GetFormatConditions()](./getformatconditions/) | Gets format conditions which applies to this cell. | +| [GetFormula()](./getformula/) | Gets or sets a formula of the [Cell](./). | +| [GetFormula(bool isR1C1, bool isLocal)](./getformula/) | Get the formula of this cell. | +| [GetFormulaLocal()](./getformulalocal/) | Get the locale formatted formula of the cell. | +| [GetHasCustomFunction()](./gethascustomfunction/) | Checks whether there is custom function(unsupported function) in this cell's formula. | +| [GetHasCustomStyle()](./gethascustomstyle/) | Indicates whether this cell has custom style settings(different from the default one inherited from corresponding row, column, or workbook). | +| [GetHashCode()](./gethashcode/) | Serves as a hash function for a particular type. | +| [GetHeightOfValue()](./getheightofvalue/) | Gets the height of the value in unit of pixels. | +| [GetHtmlString()](./gethtmlstring/) | Gets and sets the html string which contains data and some formats in this cell. | +| [GetHtmlString(bool html5)](./gethtmlstring/) | Gets the html string which contains data and some formats in this cell. | +| [GetIntValue()](./getintvalue/) | Gets the integer value contained in the cell. | +| [GetMergedRange()](./getmergedrange/) | Returns a [Range](../range/) object which represents a merged range. | +| [GetName()](./getname/) | Gets the name of the cell. | +| [GetNumberCategoryType()](./getnumbercategorytype/) | Represents the category type of this cell's number formatting. | +| [GetPrecedents()](./getprecedents/) | Gets all references appearing in this cell's formula. | +| [GetPrecedentsInCalculation()](./getprecedentsincalculation/) | Gets all precedents(reference to cells in current workbook) used by this cell's formula while calculating it. | +| [GetR1C1Formula()](./getr1c1formula/) | Gets or sets a R1C1 formula of the [Cell](./). | +| [GetRichValue()](./getrichvalue/) | Gets rich value of the cell. | +| [GetRow()](./getrow/) | Gets row number (zero based) of the cell. | +| [GetSharedStyleIndex()](./getsharedstyleindex/) | Gets cell's shared style index in the style pool. | +| [GetStringValue(CellValueFormatStrategy formatStrategy)](./getstringvalue/) | Gets the string value by specific formatted strategy. | +| [GetStringValue()](./getstringvalue/) | Gets the string value contained in the cell. If the type of this cell is string, then return the string value itself. For other cell types, the formatted string value (formatted with the specified style of this cell) will be returned. The formatted cell value is same with what you can get from excel when copying a cell as text(such as copying cell to text editor or exporting to csv). | +| [GetStyle()](./getstyle/) | Gets the cell style. | +| [GetStyle(bool checkBorders)](./getstyle/) | If checkBorders is true, check whether other cells' borders will effect the style of this cell. | +| [GetTable()](./gettable/) | Gets the table which contains this cell. | +| [GetType()](./gettype/) | Represents cell value type. | +| [GetValidation()](./getvalidation/) | Gets the validation applied to this cell. | +| [GetValidationValue()](./getvalidationvalue/) | Gets the value of validation which applied to this cell. | +| [GetValue()](./getvalue/) | Gets/sets the value contained in this cell. | +| [GetWidthOfValue()](./getwidthofvalue/) | Gets the width of the value in unit of pixels. | +| [GetWorksheet()](./getworksheet/) | Gets the parent worksheet. | +| [InsertText(int32_t index, const U16String\& text)](./inserttext/) | Insert some characters to the cell. If the cell is rich formatted, this method could keep the original formatting. | +| [InsertText(int32_t index, const char16_t* text)](./inserttext/) | Insert some characters to the cell. If the cell is rich formatted, this method could keep the original formatting. | +| [IsArrayFormula()](./isarrayformula/) | Indicates whether the cell formula is an array formula. | +| [IsArrayHeader()](./isarrayheader/) | Indicates the cell's formula is an array formula and it is the first cell of the array. | +| [IsCheckBoxStyle()](./ischeckboxstyle/) | Indicates whether setting this cell as a check box. | +| [IsDynamicArrayFormula()](./isdynamicarrayformula/) | Indicates whether the cell's formula is dynamic array formula(true) or legacy array formula(false). | +| [IsErrorValue()](./iserrorvalue/) | Checks if the value of this cell is an error. | +| [IsFormula()](./isformula/) | Represents if the specified cell contains formula. | +| [IsMerged()](./ismerged/) | Checks if a cell is part of a merged range or not. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsNumericValue()](./isnumericvalue/) | Indicates whether the value of this cell is numeric(int, double and datetime) | +| [IsRichText()](./isrichtext/) | Indicates whether the string value of this cell is a rich formatted text. | +| [IsSharedFormula()](./issharedformula/) | Indicates whether the cell formula is part of shared formula. | +| [IsStyleSet()](./isstyleset/) | Indicates if the cell's style is set. If return false, it means this cell has a default cell format. | +| [IsTableFormula()](./istableformula/) | Indicates whether this cell is part of table formula. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const Cell\& src)](./operator_asm/) | operator= | +| [PutValue(bool boolValue)](./putvalue/) | Puts a boolean value into the cell. | +| [PutValue(int32_t intValue)](./putvalue/) | Puts an integer value into the cell. | +| [PutValue(double doubleValue)](./putvalue/) | Puts a double value into the cell. | +| [PutValue(const U16String\& stringValue, bool isConverted, bool setStyle)](./putvalue/) | Puts a value into the cell, if appropriate the value will be converted to other data type and cell's number format will be reset. | +| [PutValue(const char16_t* stringValue, bool isConverted, bool setStyle)](./putvalue/) | Puts a value into the cell, if appropriate the value will be converted to other data type and cell's number format will be reset. | +| [PutValue(const U16String\& stringValue, bool isConverted)](./putvalue/) | Puts a string value into the cell and converts the value to other data type if appropriate. | +| [PutValue(const char16_t* stringValue, bool isConverted)](./putvalue/) | Puts a string value into the cell and converts the value to other data type if appropriate. | +| [PutValue(const U16String\& stringValue)](./putvalue/) | Puts a string value into the cell. | +| [PutValue(const char16_t* stringValue)](./putvalue/) | Puts a string value into the cell. | +| [PutValue(const Date\& dateTime)](./putvalue/) | Puts a DateTime value into the cell. | +| [PutValue(const Aspose::Cells::Object\& objectValue)](./putvalue/) | Puts an object value into the cell. | +| [RemoveArrayFormula(bool leaveNormalFormula)](./removearrayformula/) | Remove array formula. | +| [Replace(const U16String\& placeHolder, const U16String\& newValue, const ReplaceOptions\& options)](./replace/) | Replace text of the cell with options. | +| [Replace(const char16_t* placeHolder, const char16_t* newValue, const ReplaceOptions\& options)](./replace/) | Replace text of the cell with options. | +| [SetArrayFormula(const U16String\& arrayFormula, int32_t rowNumber, int32_t columnNumber)](./setarrayformula/) | Sets an array formula(legacy array formula entered via CTRL+SHIFT+ENTER in ms excel) to a range of cells. | +| [SetArrayFormula(const char16_t* arrayFormula, int32_t rowNumber, int32_t columnNumber)](./setarrayformula/) | Sets an array formula(legacy array formula entered via CTRL+SHIFT+ENTER in ms excel) to a range of cells. | +| [SetArrayFormula(const U16String\& arrayFormula, int32_t rowNumber, int32_t columnNumber, const FormulaParseOptions\& options)](./setarrayformula/) | Sets an array formula to a range of cells. | +| [SetArrayFormula(const char16_t* arrayFormula, int32_t rowNumber, int32_t columnNumber, const FormulaParseOptions\& options)](./setarrayformula/) | Sets an array formula to a range of cells. | +| [SetArrayFormula(const U16String\& arrayFormula, int32_t rowNumber, int32_t columnNumber, const FormulaParseOptions\& options, const Vector \\>\& values)](./setarrayformula/) | Sets an array formula to a range of cells. | +| [SetArrayFormula(const char16_t* arrayFormula, int32_t rowNumber, int32_t columnNumber, const FormulaParseOptions\& options, const Vector \\>\& values)](./setarrayformula/) | Sets an array formula to a range of cells. | +| [SetCharacters(const Vector \\& characters)](./setcharacters/) | Sets rich text format of the cell. | +| [SetDynamicArrayFormula(const U16String\& arrayFormula, const FormulaParseOptions\& options, bool calculateValue)](./setdynamicarrayformula/) | Sets dynamic array formula and make the formula spill into neighboring cells if possible. | +| [SetDynamicArrayFormula(const char16_t* arrayFormula, const FormulaParseOptions\& options, bool calculateValue)](./setdynamicarrayformula/) | Sets dynamic array formula and make the formula spill into neighboring cells if possible. | +| [SetDynamicArrayFormula(const U16String\& arrayFormula, const FormulaParseOptions\& options, const Vector \\>\& values, bool calculateRange, bool calculateValue)](./setdynamicarrayformula/) | Sets dynamic array formula and make the formula spill into neighboring cells if possible. | +| [SetDynamicArrayFormula(const char16_t* arrayFormula, const FormulaParseOptions\& options, const Vector \\>\& values, bool calculateRange, bool calculateValue)](./setdynamicarrayformula/) | Sets dynamic array formula and make the formula spill into neighboring cells if possible. | +| [SetDynamicArrayFormula(const U16String\& arrayFormula, const FormulaParseOptions\& options, const Vector \\>\& values, bool calculateRange, bool calculateValue, const CalculationOptions\& copts)](./setdynamicarrayformula/) | Sets dynamic array formula and make the formula spill into neighboring cells if possible. | +| [SetDynamicArrayFormula(const char16_t* arrayFormula, const FormulaParseOptions\& options, const Vector \\>\& values, bool calculateRange, bool calculateValue, const CalculationOptions\& copts)](./setdynamicarrayformula/) | Sets dynamic array formula and make the formula spill into neighboring cells if possible. | +| [SetEmbeddedImage(const Vector \\& value)](./setembeddedimage/) | Gets and sets the embeddedn image in the cell. | +| [SetFormula(const U16String\& value)](./setformula/) | Gets or sets a formula of the [Cell](./). | +| [SetFormula(const char16_t* value)](./setformula/) | Gets or sets a formula of the [Cell](./). | +| [SetFormula(const U16String\& formula, const Aspose::Cells::Object\& value)](./setformula/) | Set the formula and the value(calculated result) of the formula. | +| [SetFormula(const char16_t* formula, const Aspose::Cells::Object\& value)](./setformula/) | Set the formula and the value(calculated result) of the formula. | +| [SetFormula(const U16String\& formula, const FormulaParseOptions\& options)](./setformula/) | Set the formula and the value(calculated result) of the formula. | +| [SetFormula(const char16_t* formula, const FormulaParseOptions\& options)](./setformula/) | Set the formula and the value(calculated result) of the formula. | +| [SetFormula(const U16String\& formula, const FormulaParseOptions\& options, const Aspose::Cells::Object\& value)](./setformula/) | Set the formula and the value(calculated result) of the formula. | +| [SetFormula(const char16_t* formula, const FormulaParseOptions\& options, const Aspose::Cells::Object\& value)](./setformula/) | Set the formula and the value(calculated result) of the formula. | +| [SetFormulaLocal(const U16String\& value)](./setformulalocal/) | Get the locale formatted formula of the cell. | +| [SetFormulaLocal(const char16_t* value)](./setformulalocal/) | Get the locale formatted formula of the cell. | +| [SetHtmlString(const U16String\& value)](./sethtmlstring/) | Gets and sets the html string which contains data and some formats in this cell. | +| [SetHtmlString(const char16_t* value)](./sethtmlstring/) | Gets and sets the html string which contains data and some formats in this cell. | +| [SetIsCheckBoxStyle(bool value)](./setischeckboxstyle/) | Indicates whether setting this cell as a check box. | +| [SetR1C1Formula(const U16String\& value)](./setr1c1formula/) | Gets or sets a R1C1 formula of the [Cell](./). | +| [SetR1C1Formula(const char16_t* value)](./setr1c1formula/) | Gets or sets a R1C1 formula of the [Cell](./). | +| [SetSharedFormula(const U16String\& sharedFormula, int32_t rowNumber, int32_t columnNumber)](./setsharedformula/) | Sets shared formulas to a range of cells. | +| [SetSharedFormula(const char16_t* sharedFormula, int32_t rowNumber, int32_t columnNumber)](./setsharedformula/) | Sets shared formulas to a range of cells. | +| [SetSharedFormula(const U16String\& sharedFormula, int32_t rowNumber, int32_t columnNumber, const FormulaParseOptions\& options)](./setsharedformula/) | Sets shared formulas to a range of cells. | +| [SetSharedFormula(const char16_t* sharedFormula, int32_t rowNumber, int32_t columnNumber, const FormulaParseOptions\& options)](./setsharedformula/) | Sets shared formulas to a range of cells. | +| [SetSharedFormula(const U16String\& sharedFormula, int32_t rowNumber, int32_t columnNumber, const FormulaParseOptions\& options, const Vector \\>\& values)](./setsharedformula/) | Sets shared formulas to a range of cells. | +| [SetSharedFormula(const char16_t* sharedFormula, int32_t rowNumber, int32_t columnNumber, const FormulaParseOptions\& options, const Vector \\>\& values)](./setsharedformula/) | Sets shared formulas to a range of cells. | +| [SetStyle(const Style\& style)](./setstyle/) | Sets the cell style. | +| [SetStyle(const Style\& style, bool explicitFlag)](./setstyle/) | Apply the changed property of style to the cell. | +| [SetStyle(const Style\& style, const StyleFlag\& flag)](./setstyle/) | Apply the cell style based on flags. | +| [SetTableFormula(int32_t rowNumber, int32_t columnNumber, const U16String\& rowInputCell, const U16String\& columnInputCell, const Vector \\>\& values)](./settableformula/) | Create two-variable data table for given range starting from this cell. | +| [SetTableFormula(int32_t rowNumber, int32_t columnNumber, const char16_t* rowInputCell, const char16_t* columnInputCell, const Vector \\>\& values)](./settableformula/) | Create two-variable data table for given range starting from this cell. | +| [SetTableFormula(int32_t rowNumber, int32_t columnNumber, const U16String\& inputCell, bool isRowInput, const Vector \\>\& values)](./settableformula/) | Create one-variable data table for given range starting from this cell. | +| [SetTableFormula(int32_t rowNumber, int32_t columnNumber, const char16_t* inputCell, bool isRowInput, const Vector \\>\& values)](./settableformula/) | Create one-variable data table for given range starting from this cell. | +| [SetTableFormula(int32_t rowNumber, int32_t columnNumber, int32_t rowIndexOfRowInputCell, int32_t columnIndexOfRowInputCell, int32_t rowIndexOfColumnInputCell, int32_t columnIndexOfColumnInputCell, const Vector \\>\& values)](./settableformula/) | Create two-variable data table for given range starting from this cell. | +| [SetTableFormula(int32_t rowNumber, int32_t columnNumber, int32_t rowIndexOfInputCell, int32_t columnIndexOfInputCell, bool isRowInput, const Vector \\>\& values)](./settableformula/) | Create one-variable data table for given range starting from this cell. | +| [SetValue(const Aspose::Cells::Object\& value)](./setvalue/) | Gets/sets the value contained in this cell. | +| [ToJson()](./tojson/) | Convert [Cell](./) to JSON struct data. | +| [ToString()](./tostring/) | Returns a string represents the current [Cell](./) object. | +| [~Cell()](./~cell/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook excel; +Cells cells = excel.GetWorksheets().Get(0).GetCells(); + +//Colocar una cadena en una celda +Cell cell = cells.Get(0, 0); +cell.PutValue(u"Hello"); + +U16String first = cell.GetStringValue(); + +//Colocar un entero en una celda +cell = cells.Get(u"B1"); +cell.PutValue(12); + +int second = cell.GetIntValue(); + +//Colocar un número de punto flotante en una celda +cell = cells.Get(0, 2); +cell.PutValue(-1.234); + +double third = cell.GetDoubleValue(); + +//Colocar una fórmula en una celda +cell = cells.Get(u"D1"); +cell.SetFormula(u"=B1 + C1"); + +//Colocar una fórmula combinada: "sum(average(b1,c1), b1)" en la celda b2 +cell = cells.Get(u"b2"); +cell.SetFormula(u"=sum(average(b1,c1), b1)"); + +//Establecer el estilo de una celda +Style style = cell.GetStyle(); +//Establecer el color de fondo +style.SetBackgroundColor(Color{ 0xff, 0xff, 0xff, 0 }); +//Establecer el formato de una celda +style.GetFont().SetName(u"Courier New"); +style.SetVerticalAlignment(TextAlignmentType::Top); +cell.SetStyle(style); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/cell/calculate/_index.md b/spanish/cpp/aspose.cells/cell/calculate/_index.md new file mode 100644 index 00000000000..c7f360d10cf --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/calculate/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Cell::Calculate method +linktitle: Calculate +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::Calculate method. Calculates the formula of the cell in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/cell/calculate/ +--- +## Cell::Calculate method + + +Calculates the formula of the cell. + +```cpp +void Aspose::Cells::Cell::Calculate(const CalculationOptions &options) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| options | const CalculationOptions\& | Options for calculation | + +## See Also + +* Class [CalculationOptions](../../calculationoptions/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/cell/_index.md b/spanish/cpp/aspose.cells/cell/cell/_index.md new file mode 100644 index 00000000000..16a73eb32fc --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/cell/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::Cell::Cell constructor +linktitle: Cell +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::Cell constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/cell/cell/ +--- +## Cell::Cell(Cell_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Cell::Cell(Cell_Impl *impl=nullptr) +``` + +## See Also + +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::Cell(const Cell\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Cell::Cell(const Cell &src) +``` + +## See Also + +* Class [Cell](../) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/characters/_index.md b/spanish/cpp/aspose.cells/cell/characters/_index.md new file mode 100644 index 00000000000..e21d93c0349 --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/characters/_index.md @@ -0,0 +1,53 @@ +--- +title: Aspose::Cells::Cell::Characters method +linktitle: Characters +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::Characters method. Returns a Characters object that represents a range of characters within the cell text in C++.' +type: docs +weight: 5900 +url: /es/cpp/aspose.cells/cell/characters/ +--- +## Cell::Characters method + + +Returns a Characters object that represents a range of characters within the cell text. + +```cpp +FontSetting Aspose::Cells::Cell::Characters(int32_t startIndex, int32_t length) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| startIndex | int32_t | The index of the start of the character. | +| length | int32_t | The number of characters. | + +## ReturnValue + +Characters object. +## Remarks + + + +This method only works on cell with string value. + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook excel; +Cells cells = excel.GetWorksheets().Get(0).GetCells(); +cells.Get(u"A1").PutValue(u"Helloworld"); +cells.Get(u"A1").Characters(5, 5).GetFont().SetIsBold(true); +cells.Get(u"A1").Characters(5, 5).GetFont().SetColor(Color{ 0xff, 0, 0, 0xff }); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [FontSetting](../../fontsetting/) +* Class [Vector](../../vector/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/copy/_index.md b/spanish/cpp/aspose.cells/cell/copy/_index.md new file mode 100644 index 00000000000..c187675fd80 --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/copy/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Cell::Copy method +linktitle: Copy +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::Copy method. Copies data from a source cell in C++.' +type: docs +weight: 5500 +url: /es/cpp/aspose.cells/cell/copy/ +--- +## Cell::Copy method + + +Copies data from a source cell. + +```cpp +void Aspose::Cells::Cell::Copy(const Cell &cell) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| cell | const Cell\& | Source [Cell](../) object. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Cell](../) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/dispose/_index.md b/spanish/cpp/aspose.cells/cell/dispose/_index.md new file mode 100644 index 00000000000..16f10173f2b --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/dispose/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cell::Dispose method +linktitle: Dispose +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Dispose method of Aspose::Cells::Cell class in C++.' +type: docs +weight: 8300 +url: /es/cpp/aspose.cells/cell/dispose/ +--- +## Cell::Dispose method + + + + +```cpp +void Aspose::Cells::Cell::Dispose() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/equals/_index.md b/spanish/cpp/aspose.cells/cell/equals/_index.md new file mode 100644 index 00000000000..30ca792b873 --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/equals/_index.md @@ -0,0 +1,59 @@ +--- +title: Aspose::Cells::Cell::Equals method +linktitle: Equals +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::Equals method. Checks whether this object refers to the same cell with another in C++.' +type: docs +weight: 7200 +url: /es/cpp/aspose.cells/cell/equals/ +--- +## Cell::Equals(const Aspose::Cells::Object\&) method + + +Checks whether this object refers to the same cell with another. + +```cpp +bool Aspose::Cells::Cell::Equals(const Aspose::Cells::Object &obj) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| obj | const Aspose::Cells::Object\& | another object | + +## ReturnValue + +true if two objects refers to the same cell. + +## See Also + +* Class [Vector](../../vector/) +* Class [Object](../../object/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::Equals(const Cell\&) method + + +Checks whether this object refers to the same cell with another cell object. + +```cpp +bool Aspose::Cells::Cell::Equals(const Cell &cell) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| cell | const Cell\& | another cell object | + +## ReturnValue + +true if two cell objects refers to the same cell. + +## See Also + +* Class [Vector](../../vector/) +* Class [Cell](../) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/getarrayrange/_index.md b/spanish/cpp/aspose.cells/cell/getarrayrange/_index.md new file mode 100644 index 00000000000..1d46475b12a --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/getarrayrange/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Cell::GetArrayRange method +linktitle: GetArrayRange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::GetArrayRange method. Gets the array range if the cell''s formula is an array formula in C++.' +type: docs +weight: 4800 +url: /es/cpp/aspose.cells/cell/getarrayrange/ +--- +## Cell::GetArrayRange method + + +Gets the array range if the cell's formula is an array formula. + +```cpp +CellArea Aspose::Cells::Cell::GetArrayRange() +``` + + +## ReturnValue + +The array range. +## Remarks + + + +Only applies when the cell's formula is an array formula +## See Also + +* Class [CellArea](../../cellarea/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/getboolvalue/_index.md b/spanish/cpp/aspose.cells/cell/getboolvalue/_index.md new file mode 100644 index 00000000000..d083ba05282 --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/getboolvalue/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Cell::GetBoolValue method +linktitle: GetBoolValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::GetBoolValue method. Gets the boolean value contained in the cell in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells/cell/getboolvalue/ +--- +## Cell::GetBoolValue method + + +Gets the boolean value contained in the cell. + +```cpp +bool Aspose::Cells::Cell::GetBoolValue() +``` + +## See Also + +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/getcharacters/_index.md b/spanish/cpp/aspose.cells/cell/getcharacters/_index.md new file mode 100644 index 00000000000..f9f19a11cbe --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/getcharacters/_index.md @@ -0,0 +1,55 @@ +--- +title: Aspose::Cells::Cell::GetCharacters method +linktitle: GetCharacters +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::GetCharacters method. Returns all Characters objects that represents a range of characters within the cell text in C++.' +type: docs +weight: 6300 +url: /es/cpp/aspose.cells/cell/getcharacters/ +--- +## Cell::GetCharacters() method + + +Returns all Characters objects that represents a range of characters within the cell text. + +```cpp +Vector Aspose::Cells::Cell::GetCharacters() +``` + + +## ReturnValue + +All Characters objects + +## See Also + +* Class [Vector](../../vector/) +* Class [FontSetting](../../fontsetting/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::GetCharacters(bool) method + + +Returns all Characters objects that represents a range of characters within the cell text. + +```cpp +Vector Aspose::Cells::Cell::GetCharacters(bool flag) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| flag | bool | Indicates whether applying table style to the cell if the cell is in the table. | + +## ReturnValue + +All Characters objects + +## See Also + +* Class [Vector](../../vector/) +* Class [FontSetting](../../fontsetting/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/getcolumn/_index.md b/spanish/cpp/aspose.cells/cell/getcolumn/_index.md new file mode 100644 index 00000000000..73b74b7237a --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/getcolumn/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Cell::GetColumn method +linktitle: GetColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::GetColumn method. Gets column number (zero based) of the cell in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/cell/getcolumn/ +--- +## Cell::GetColumn method + + +Gets column number (zero based) of the cell. + +```cpp +int32_t Aspose::Cells::Cell::GetColumn() +``` + +## See Also + +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/getcomment/_index.md b/spanish/cpp/aspose.cells/cell/getcomment/_index.md new file mode 100644 index 00000000000..34c7a69396d --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/getcomment/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Cell::GetComment method +linktitle: GetComment +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::GetComment method. Gets the comment of this cell in C++.' +type: docs +weight: 6700 +url: /es/cpp/aspose.cells/cell/getcomment/ +--- +## Cell::GetComment method + + +Gets the comment of this cell. + +```cpp +Comment Aspose::Cells::Cell::GetComment() +``` + +## Remarks + + +If there is no comment applies to the cell, returns null. +## See Also + +* Class [Comment](../../comment/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/getconditionalformattingresult/_index.md b/spanish/cpp/aspose.cells/cell/getconditionalformattingresult/_index.md new file mode 100644 index 00000000000..3ee1127a801 --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/getconditionalformattingresult/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Cell::GetConditionalFormattingResult method +linktitle: GetConditionalFormattingResult +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::GetConditionalFormattingResult method. Get the result of the conditional formatting in C++.' +type: docs +weight: 7400 +url: /es/cpp/aspose.cells/cell/getconditionalformattingresult/ +--- +## Cell::GetConditionalFormattingResult method + + +Get the result of the conditional formatting. + +```cpp +ConditionalFormattingResult Aspose::Cells::Cell::GetConditionalFormattingResult() +``` + +## Remarks + + +Returns null if no conditional formatting is applied to this cell, +## See Also + +* Class [ConditionalFormattingResult](../../conditionalformattingresult/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/getcontainsexternallink/_index.md b/spanish/cpp/aspose.cells/cell/getcontainsexternallink/_index.md new file mode 100644 index 00000000000..525738f433e --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/getcontainsexternallink/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Cell::GetContainsExternalLink method +linktitle: GetContainsExternalLink +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::GetContainsExternalLink method. Indicates whether this cell contains an external link. Only applies when the cell is a formula cell in C++.' +type: docs +weight: 4100 +url: /es/cpp/aspose.cells/cell/getcontainsexternallink/ +--- +## Cell::GetContainsExternalLink method + + +Indicates whether this cell contains an external link. Only applies when the cell is a formula cell. + +```cpp +bool Aspose::Cells::Cell::GetContainsExternalLink() +``` + +## See Also + +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/getdatetimevalue/_index.md b/spanish/cpp/aspose.cells/cell/getdatetimevalue/_index.md new file mode 100644 index 00000000000..56d175b88dc --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/getdatetimevalue/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Cell::GetDateTimeValue method +linktitle: GetDateTimeValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::GetDateTimeValue method. Gets the DateTime value contained in the cell in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/cell/getdatetimevalue/ +--- +## Cell::GetDateTimeValue method + + +Gets the DateTime value contained in the cell. + +```cpp +Date Aspose::Cells::Cell::GetDateTimeValue() +``` + +## See Also + +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/getdependents/_index.md b/spanish/cpp/aspose.cells/cell/getdependents/_index.md new file mode 100644 index 00000000000..308434b7b32 --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/getdependents/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Cell::GetDependents method +linktitle: GetDependents +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::GetDependents method. Get all cells whose formula references to this cell directly in C++.' +type: docs +weight: 4300 +url: /es/cpp/aspose.cells/cell/getdependents/ +--- +## Cell::GetDependents method + + +Get all cells whose formula references to this cell directly. + +```cpp +Vector Aspose::Cells::Cell::GetDependents(bool isAll) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| isAll | bool | Indicates whether check formulas in other worksheets | +## Remarks + + + +* If one reference containing this cell appears in one cell's formula, that cell will be taken as the dependent of this cell, no matter the reference or this cell is used or not while calculating. For example, although cell A2 in formula "=IF(TRUE,A1,A2)" is not used while calculating, this formula is still be taken as A2's dependent. +* To get those formulas whose calculated results depend on this cell, please use [GetDependentsInCalculation(bool)](../getdependentsincalculation/). +* When tracing dependents for one cell, all formulas in the workbook or worksheet will be analized and checked. So it is a time consumed process. If user need to trace dependents for lots of cells, using this method will cause poor performance. For performance consideration, user should use [GetDependentsInCalculation(bool)](../getdependentsincalculation/) instead. Or, user may gather precedents map of all cells by [GetPrecedents()](../getprecedents/) firstly, and then build the dependents map according to the precedents map. + + + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook workbook; +Cells cells = workbook.GetWorksheets().Get(0).GetCells(); +cells.Get(u"A1").SetFormula(u"=B1+SUM(B1:B10)+[Book1.xls]Sheet1!B2"); +cells.Get(u"A2").SetFormula(u"=IF(TRUE,B2,B1)"); +Vector dependents = cells.Get(u"B1").GetDependents(true); +for (int i = 0; i < dependents.GetLength(); i++) +{ + std::cout << dependents[i].GetName().ToUtf8() << std::endl; +} +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Cell](../) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/getdependentsincalculation/_index.md b/spanish/cpp/aspose.cells/cell/getdependentsincalculation/_index.md new file mode 100644 index 00000000000..ed26d316047 --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/getdependentsincalculation/_index.md @@ -0,0 +1,68 @@ +--- +title: Aspose::Cells::Cell::GetDependentsInCalculation method +linktitle: GetDependentsInCalculation +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::GetDependentsInCalculation method. Gets all cells whose calculated result depends on this cell in C++.' +type: docs +weight: 4500 +url: /es/cpp/aspose.cells/cell/getdependentsincalculation/ +--- +## Cell::GetDependentsInCalculation method + + +Gets all cells whose calculated result depends on this cell. + +```cpp +Enumerator Aspose::Cells::Cell::GetDependentsInCalculation(bool recursive) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| recursive | bool | Whether returns those dependents which do not reference to this cell directly but reference to other leafs of this cell | + +## ReturnValue + +[Enumerator](../../enumerator/) to enumerate all dependents(Cell objects) +## Remarks + + + +To use this method, please make sure the workbook has been set with true value for FormulaSettings.EnableCalculationChain and has been fully calculated with this setting. If there is no formula reference to this cell, null will be returned. + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook workbook; +Cells cells = workbook.GetWorksheets().Get(0).GetCells(); +cells.Get(u"A1").SetFormula(u"=B1+SUM(B1:B10)+[Book1.xls]Sheet1!B2"); +cells.Get(u"A2").SetFormula(u"=IF(TRUE,B2,B1)"); +workbook.GetSettings().GetFormulaSettings().SetEnableCalculationChain(true); +workbook.CalculateFormula(); +Enumerator en = cells.Get(u"B1").GetDependentsInCalculation(false); +std::cout << "B1's calculation dependents:" << std::endl; +while (en.MoveNext()) +{ + Cell c = (Cell)en.GetCurrent(); + std::cout << c.GetName().ToUtf8() << std::endl; +} +en = cells.Get(u"B2").GetDependentsInCalculation(false); +std::cout << "B2's calculation dependents:" << std::endl; +while (en.MoveNext()) +{ + Cell c = (Cell)en.GetCurrent(); + std::cout << c.GetName().ToUtf8() << std::endl; +} +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Enumerator](../../enumerator/) +* Class [Cell](../) +* Class [Vector](../../vector/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/getdisplaystringvalue/_index.md b/spanish/cpp/aspose.cells/cell/getdisplaystringvalue/_index.md new file mode 100644 index 00000000000..0e4da15dc0a --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/getdisplaystringvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cell::GetDisplayStringValue method +linktitle: GetDisplayStringValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::GetDisplayStringValue method. Gets the formatted string value of this cell by cell''s display style in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells/cell/getdisplaystringvalue/ +--- +## Cell::GetDisplayStringValue method + + +Gets the formatted string value of this cell by cell's display style. + +```cpp +U16String Aspose::Cells::Cell::GetDisplayStringValue() +``` + +## See Also + +* Class [U16String](../../u16string/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/getdisplaystyle/_index.md b/spanish/cpp/aspose.cells/cell/getdisplaystyle/_index.md new file mode 100644 index 00000000000..395042f1dae --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/getdisplaystyle/_index.md @@ -0,0 +1,98 @@ +--- +title: Aspose::Cells::Cell::GetDisplayStyle method +linktitle: GetDisplayStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::GetDisplayStyle method. Gets the display style of this cell in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells/cell/getdisplaystyle/ +--- +## Cell::GetDisplayStyle() method + + +Gets the display style of this cell. + +```cpp +Style Aspose::Cells::Cell::GetDisplayStyle() +``` + + +## ReturnValue + +display style of this cell +## Remarks + + + +Same with using [BorderType.SideBorders](../../bordertype/) for [GetDisplayStyle(BorderType)](./). That is, this method will check and adjust top/bottom/left/right borders of this cell according to the style([GetStyle()](../getstyle/)) of its adjacent cells, but do not check the merged cells, and do not check the display style of adjacent cells. +## See Also + +* Class [Style](../../style/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::GetDisplayStyle(bool) method + + +Gets the display style of this cell. + +```cpp +Style Aspose::Cells::Cell::GetDisplayStyle(bool includeMergedBorders) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| includeMergedBorders | bool | Indicates whether checking borders of merged cells. | + +## ReturnValue + +display style of this cell +## Remarks + + + +If the specified flag is false, then it is same with [GetDisplayStyle()](./). Otherwise it is same with using [BorderType.SideBorders](../../bordertype/)|[BorderType.DynamicStyleBorders](../../bordertype/) for [GetDisplayStyle(BorderType)](./). +## See Also + +* Class [Style](../../style/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::GetDisplayStyle(BorderType) method + + +Gets the display style of this cell. + +```cpp +Style Aspose::Cells::Cell::GetDisplayStyle(BorderType adjacentBorders) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| adjacentBorders | BorderType | Indicates which borders need to be checked and adjusted according to the borders of adjacent cells. | + +## ReturnValue + +display style of this cell +## Remarks + + + +If this cell is also affected by other settings such as conditional formatting, list objects, etc., then the display style may be different from [GetStyle()](../getstyle/). + +For flags of adjusting borders according to adjacent cells, [BorderType.TopBorder](../../bordertype/)/[BorderType.BottomBorder](../../bordertype/)[BorderType.LeftBorder](../../bordertype/)/[BorderType.RightBorder](../../bordertype/) denote whether check and combine the bottom/top/right/left borders of the left/right/top/bottom cells adjacent to this one. + +For performance and compatibility consideration, some enums are used to denote some special operations: +[BorderType.Horizontal](../../bordertype/)/[BorderType.Vertical](../../bordertype/) denote whether check and combine the bottom/right border of merged cells to this one. +[BorderType.Diagonal](../../bordertype/)(that is, both [StyleModifyFlag.DiagonalUpBorder](../../stylemodifyflag/) and [StyleModifyFlag.DiagonalDownBorder](../../stylemodifyflag/) have been set) denotes check and combine borders from the display style of adjacent cells. + +Please note, checking borders/styles of adjacent cells, especially the display styles, is time-consumed process. If there is no need to get the borders for the returned style, using [BorderType.None](../../bordertype/) to disable the process of adjacent cells will give better performance. When getting borders of adjacent cells from styles defined on those cells only(without setting [BorderType.Diagonal](../../bordertype/)), the performance also may be better because checking the display style of one cell is time-consumed too. +## See Also + +* Class [Style](../../style/) +* Enum [BorderType](../../bordertype/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/getdoublevalue/_index.md b/spanish/cpp/aspose.cells/cell/getdoublevalue/_index.md new file mode 100644 index 00000000000..3ee7cfedf01 --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/getdoublevalue/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Cell::GetDoubleValue method +linktitle: GetDoubleValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::GetDoubleValue method. Gets the double value contained in the cell in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells/cell/getdoublevalue/ +--- +## Cell::GetDoubleValue method + + +Gets the double value contained in the cell. + +```cpp +double Aspose::Cells::Cell::GetDoubleValue() +``` + +## See Also + +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/getembeddedimage/_index.md b/spanish/cpp/aspose.cells/cell/getembeddedimage/_index.md new file mode 100644 index 00000000000..7468fa861ea --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/getembeddedimage/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cell::GetEmbeddedImage method +linktitle: GetEmbeddedImage +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::GetEmbeddedImage method. Gets and sets the embeddedn image in the cell in C++.' +type: docs +weight: 8100 +url: /es/cpp/aspose.cells/cell/getembeddedimage/ +--- +## Cell::GetEmbeddedImage method + + +Gets and sets the embeddedn image in the cell. + +```cpp +Vector Aspose::Cells::Cell::GetEmbeddedImage() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/getfloatvalue/_index.md b/spanish/cpp/aspose.cells/cell/getfloatvalue/_index.md new file mode 100644 index 00000000000..72166dc2c9b --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/getfloatvalue/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Cell::GetFloatValue method +linktitle: GetFloatValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::GetFloatValue method. Gets the float value contained in the cell in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells/cell/getfloatvalue/ +--- +## Cell::GetFloatValue method + + +Gets the float value contained in the cell. + +```cpp +float Aspose::Cells::Cell::GetFloatValue() +``` + +## See Also + +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/getformatconditions/_index.md b/spanish/cpp/aspose.cells/cell/getformatconditions/_index.md new file mode 100644 index 00000000000..83277ef12d5 --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/getformatconditions/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Cell::GetFormatConditions method +linktitle: GetFormatConditions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::GetFormatConditions method. Gets format conditions which applies to this cell in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells/cell/getformatconditions/ +--- +## Cell::GetFormatConditions method + + +Gets format conditions which applies to this cell. + +```cpp +Vector Aspose::Cells::Cell::GetFormatConditions() +``` + + +## ReturnValue + +Returns [FormatConditionCollection](../../formatconditioncollection/) object + +## See Also + +* Class [Vector](../../vector/) +* Class [FormatConditionCollection](../../formatconditioncollection/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/getformula/_index.md b/spanish/cpp/aspose.cells/cell/getformula/_index.md new file mode 100644 index 00000000000..6d666e5af26 --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/getformula/_index.md @@ -0,0 +1,65 @@ +--- +title: Aspose::Cells::Cell::GetFormula method +linktitle: GetFormula +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::GetFormula method. Gets or sets a formula of the Cell in C++.' +type: docs +weight: 3300 +url: /es/cpp/aspose.cells/cell/getformula/ +--- +## Cell::GetFormula() method + + +Gets or sets a formula of the [Cell](../). + +```cpp +U16String Aspose::Cells::Cell::GetFormula() +``` + +## Remarks + + +A formula string always begins with an equal sign (=). And please always use comma(,) as parameters delimiter, such as "=SUM(A1, E1, H2)". + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook excel; +Cells cells = excel.GetWorksheets().Get(0).GetCells(); +U16String f = cells.Get(u"B6").GetFormula(); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [U16String](../../u16string/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::GetFormula(bool, bool) method + + +Get the formula of this cell. + +```cpp +U16String Aspose::Cells::Cell::GetFormula(bool isR1C1, bool isLocal) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| isR1C1 | bool | Whether the formula needs to be formatted as R1C1. | +| isLocal | bool | Whether the formula needs to be formatted by locale. | + +## ReturnValue + +the formula of this cell. + +## See Also + +* Class [U16String](../../u16string/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/getformulalocal/_index.md b/spanish/cpp/aspose.cells/cell/getformulalocal/_index.md new file mode 100644 index 00000000000..2db6ae62074 --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/getformulalocal/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cell::GetFormulaLocal method +linktitle: GetFormulaLocal +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::GetFormulaLocal method. Get the locale formatted formula of the cell in C++.' +type: docs +weight: 3500 +url: /es/cpp/aspose.cells/cell/getformulalocal/ +--- +## Cell::GetFormulaLocal method + + +Get the locale formatted formula of the cell. + +```cpp +U16String Aspose::Cells::Cell::GetFormulaLocal() +``` + +## See Also + +* Class [U16String](../../u16string/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/gethascustomfunction/_index.md b/spanish/cpp/aspose.cells/cell/gethascustomfunction/_index.md new file mode 100644 index 00000000000..ecfc17cf15c --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/gethascustomfunction/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Cell::GetHasCustomFunction method +linktitle: GetHasCustomFunction +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::GetHasCustomFunction method. Checks whether there is custom function(unsupported function) in this cell''s formula in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells/cell/gethascustomfunction/ +--- +## Cell::GetHasCustomFunction method + + +Checks whether there is custom function(unsupported function) in this cell's formula. + +```cpp +bool Aspose::Cells::Cell::GetHasCustomFunction() +``` + +## See Also + +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/gethascustomstyle/_index.md b/spanish/cpp/aspose.cells/cell/gethascustomstyle/_index.md new file mode 100644 index 00000000000..34264aea1fa --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/gethascustomstyle/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Cell::GetHasCustomStyle method +linktitle: GetHasCustomStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::GetHasCustomStyle method. Indicates whether this cell has custom style settings(different from the default one inherited from corresponding row, column, or workbook) in C++.' +type: docs +weight: 3100 +url: /es/cpp/aspose.cells/cell/gethascustomstyle/ +--- +## Cell::GetHasCustomStyle method + + +Indicates whether this cell has custom style settings(different from the default one inherited from corresponding row, column, or workbook). + +```cpp +bool Aspose::Cells::Cell::GetHasCustomStyle() +``` + +## See Also + +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/gethashcode/_index.md b/spanish/cpp/aspose.cells/cell/gethashcode/_index.md new file mode 100644 index 00000000000..f153145d07f --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/gethashcode/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Cell::GetHashCode method +linktitle: GetHashCode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::GetHashCode method. Serves as a hash function for a particular type in C++.' +type: docs +weight: 7300 +url: /es/cpp/aspose.cells/cell/gethashcode/ +--- +## Cell::GetHashCode method + + +Serves as a hash function for a particular type. + +```cpp +int32_t Aspose::Cells::Cell::GetHashCode() +``` + + +## ReturnValue + +A hash code for current [Cell](../) object. + +## See Also + +* Class [Vector](../../vector/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/getheightofvalue/_index.md b/spanish/cpp/aspose.cells/cell/getheightofvalue/_index.md new file mode 100644 index 00000000000..ed678c93caf --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/getheightofvalue/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Cell::GetHeightOfValue method +linktitle: GetHeightOfValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::GetHeightOfValue method. Gets the height of the value in unit of pixels in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells/cell/getheightofvalue/ +--- +## Cell::GetHeightOfValue method + + +Gets the height of the value in unit of pixels. + +```cpp +int32_t Aspose::Cells::Cell::GetHeightOfValue() +``` + + +## ReturnValue + + + +## See Also + +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/gethtmlstring/_index.md b/spanish/cpp/aspose.cells/cell/gethtmlstring/_index.md new file mode 100644 index 00000000000..cad0535cc18 --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/gethtmlstring/_index.md @@ -0,0 +1,49 @@ +--- +title: Aspose::Cells::Cell::GetHtmlString method +linktitle: GetHtmlString +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::GetHtmlString method. Gets and sets the html string which contains data and some formats in this cell in C++.' +type: docs +weight: 6800 +url: /es/cpp/aspose.cells/cell/gethtmlstring/ +--- +## Cell::GetHtmlString() method + + +Gets and sets the html string which contains data and some formats in this cell. + +```cpp +U16String Aspose::Cells::Cell::GetHtmlString() +``` + +## See Also + +* Class [U16String](../../u16string/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::GetHtmlString(bool) method + + +Gets the html string which contains data and some formats in this cell. + +```cpp +U16String Aspose::Cells::Cell::GetHtmlString(bool html5) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| html5 | bool | Indicates whether the value is compatible for html5 | + +## ReturnValue + + + +## See Also + +* Class [U16String](../../u16string/) +* Class [Vector](../../vector/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/getintvalue/_index.md b/spanish/cpp/aspose.cells/cell/getintvalue/_index.md new file mode 100644 index 00000000000..1a0984bfc43 --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/getintvalue/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Cell::GetIntValue method +linktitle: GetIntValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::GetIntValue method. Gets the integer value contained in the cell in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells/cell/getintvalue/ +--- +## Cell::GetIntValue method + + +Gets the integer value contained in the cell. + +```cpp +int32_t Aspose::Cells::Cell::GetIntValue() +``` + +## See Also + +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/getmergedrange/_index.md b/spanish/cpp/aspose.cells/cell/getmergedrange/_index.md new file mode 100644 index 00000000000..9960de0a342 --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/getmergedrange/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Cell::GetMergedRange method +linktitle: GetMergedRange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::GetMergedRange method. Returns a Range object which represents a merged range in C++.' +type: docs +weight: 6600 +url: /es/cpp/aspose.cells/cell/getmergedrange/ +--- +## Cell::GetMergedRange method + + +Returns a [Range](../../range/) object which represents a merged range. + +```cpp +Range Aspose::Cells::Cell::GetMergedRange() +``` + + +## ReturnValue + +[Range](../../range/) object. Null if this cell is not merged. + +## See Also + +* Class [Range](../../range/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/getname/_index.md b/spanish/cpp/aspose.cells/cell/getname/_index.md new file mode 100644 index 00000000000..915d3953315 --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/getname/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Cell::GetName method +linktitle: GetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::GetName method. Gets the name of the cell in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells/cell/getname/ +--- +## Cell::GetName method + + +Gets the name of the cell. + +```cpp +U16String Aspose::Cells::Cell::GetName() +``` + +## Remarks + + +A cell name includes its column letter and row number. For example, the name of a cell in row 0 and column 0 is A1. +## See Also + +* Class [U16String](../../u16string/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/getnumbercategorytype/_index.md b/spanish/cpp/aspose.cells/cell/getnumbercategorytype/_index.md new file mode 100644 index 00000000000..41c5604898e --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/getnumbercategorytype/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Cell::GetNumberCategoryType method +linktitle: GetNumberCategoryType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::GetNumberCategoryType method. Represents the category type of this cell''s number formatting in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells/cell/getnumbercategorytype/ +--- +## Cell::GetNumberCategoryType method + + +Represents the category type of this cell's number formatting. + +```cpp +NumberCategoryType Aspose::Cells::Cell::GetNumberCategoryType() +``` + +## Remarks + + +When cell's formatting pattern is combined with conditional formatting patterns, then the returned type is corresponding to the part which is used for current value of this cell. For example, if the formatting pattern for this cell is "#,##0;(#,##0);"-";@", then when cell's value is numeric and not 0, the returned type is [NumberCategoryType.Number](../../numbercategorytype/); When cell's value is 0 or not numeric value, the returned type is [NumberCategoryType.Text](../../numbercategorytype/). +## See Also + +* Enum [NumberCategoryType](../../numbercategorytype/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/getprecedents/_index.md b/spanish/cpp/aspose.cells/cell/getprecedents/_index.md new file mode 100644 index 00000000000..f21360c1d59 --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/getprecedents/_index.md @@ -0,0 +1,71 @@ +--- +title: Aspose::Cells::Cell::GetPrecedents method +linktitle: GetPrecedents +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::GetPrecedents method. Gets all references appearing in this cell''s formula in C++.' +type: docs +weight: 4200 +url: /es/cpp/aspose.cells/cell/getprecedents/ +--- +## Cell::GetPrecedents method + + +Gets all references appearing in this cell's formula. + +```cpp +ReferredAreaCollection Aspose::Cells::Cell::GetPrecedents() +``` + + +## ReturnValue + +Collection of all references appearing in this cell's formula. +## Remarks + + + +* Returns null if this is not a formula cell. +* All references appearing in this cell's formula will be returned no matter they are referenced or not while calculating. For example, although cell A2 in formula "=IF(TRUE,A1,A2)" is not used while calculating, it is still taken as the formula's precedents. +* To get those references which influence the calculation only, please use [GetPrecedentsInCalculation()](../getprecedentsincalculation/). + + + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook workbook; +Cells cells = workbook.GetWorksheets().Get(0).GetCells(); +cells.Get(u"A1").SetFormula(u"=B1+SUM(B1:B10)+[Book1.xls]Sheet1!A1"); +ReferredAreaCollection areas = cells.Get(u"A1").GetPrecedents(); +for (int i = 0; i < areas.GetCount(); i++) +{ + ReferredArea area = areas.Get(i); + U16String stringBuilder = ""; + if (area.IsExternalLink()) + { + stringBuilder += u"["; + stringBuilder += area.GetExternalFileName(); + stringBuilder += u"]"; + } + stringBuilder += area.GetSheetName(); + stringBuilder += u"!"; + stringBuilder += CellsHelper::CellIndexToName(area.GetStartRow(), area.GetStartColumn()); + if (area.IsArea()) + { + stringBuilder += u":"; + stringBuilder += CellsHelper::CellIndexToName(area.GetEndRow(), area.GetEndColumn()); + } + + std::cout << stringBuilder.ToUtf8() << std::endl; +} +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [ReferredAreaCollection](../../referredareacollection/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/getprecedentsincalculation/_index.md b/spanish/cpp/aspose.cells/cell/getprecedentsincalculation/_index.md new file mode 100644 index 00000000000..f03494443ea --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/getprecedentsincalculation/_index.md @@ -0,0 +1,55 @@ +--- +title: Aspose::Cells::Cell::GetPrecedentsInCalculation method +linktitle: GetPrecedentsInCalculation +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::GetPrecedentsInCalculation method. Gets all precedents(reference to cells in current workbook) used by this cell''s formula while calculating it in C++.' +type: docs +weight: 4400 +url: /es/cpp/aspose.cells/cell/getprecedentsincalculation/ +--- +## Cell::GetPrecedentsInCalculation method + + +Gets all precedents(reference to cells in current workbook) used by this cell's formula while calculating it. + +```cpp +Enumerator Aspose::Cells::Cell::GetPrecedentsInCalculation() +``` + + +## ReturnValue + +[Enumerator](../../enumerator/) to enumerate all references(ReferredArea) +## Remarks + + + +This method can only work with the situation that FormulaSettings.EnableCalculationChain is true for the workbook and the workbook has been fully calculated. If this cell is not a formula or it does not reference to any other cells, null will be returned. + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook workbook; +Cells cells = workbook.GetWorksheets().Get(0).GetCells(); +cells.Get(u"A2").SetFormula(u"=IF(TRUE,B2,B1)"); +workbook.GetSettings().GetFormulaSettings().SetEnableCalculationChain(true); +workbook.CalculateFormula(); +Enumerator en = cells.Get(u"A2").GetPrecedentsInCalculation(); +std::cout << "A2's calculation precedents:" << std::endl; +while (en.MoveNext()) +{ + ReferredArea r = (ReferredArea)en.GetCurrent(); + std::cout << r.ToString().ToUtf8() << std::endl; +} +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Enumerator](../../enumerator/) +* Class [ReferredArea](../../referredarea/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/getr1c1formula/_index.md b/spanish/cpp/aspose.cells/cell/getr1c1formula/_index.md new file mode 100644 index 00000000000..31838347826 --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/getr1c1formula/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cell::GetR1C1Formula method +linktitle: GetR1C1Formula +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::GetR1C1Formula method. Gets or sets a R1C1 formula of the Cell in C++.' +type: docs +weight: 3700 +url: /es/cpp/aspose.cells/cell/getr1c1formula/ +--- +## Cell::GetR1C1Formula method + + +Gets or sets a R1C1 formula of the [Cell](../). + +```cpp +U16String Aspose::Cells::Cell::GetR1C1Formula() +``` + +## See Also + +* Class [U16String](../../u16string/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/getrichvalue/_index.md b/spanish/cpp/aspose.cells/cell/getrichvalue/_index.md new file mode 100644 index 00000000000..cfb08614caf --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/getrichvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cell::GetRichValue method +linktitle: GetRichValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::GetRichValue method. Gets rich value of the cell in C++.' +type: docs +weight: 8000 +url: /es/cpp/aspose.cells/cell/getrichvalue/ +--- +## Cell::GetRichValue method + + +Gets rich value of the cell. + +```cpp +CellRichValue Aspose::Cells::Cell::GetRichValue() +``` + +## See Also + +* Class [CellRichValue](../../cellrichvalue/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/getrow/_index.md b/spanish/cpp/aspose.cells/cell/getrow/_index.md new file mode 100644 index 00000000000..bb3b4efcd31 --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/getrow/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Cells::Cell::GetRow method +linktitle: GetRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::GetRow method. Gets row number (zero based) of the cell in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/cell/getrow/ +--- +## Cell::GetRow method + + +Gets row number (zero based) of the cell. + +```cpp +int32_t Aspose::Cells::Cell::GetRow() +``` + +## Remarks + + +[Cell](../) row number +## See Also + +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/getsharedstyleindex/_index.md b/spanish/cpp/aspose.cells/cell/getsharedstyleindex/_index.md new file mode 100644 index 00000000000..bfe5ecea3b5 --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/getsharedstyleindex/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Cell::GetSharedStyleIndex method +linktitle: GetSharedStyleIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::GetSharedStyleIndex method. Gets cell''s shared style index in the style pool in C++.' +type: docs +weight: 3200 +url: /es/cpp/aspose.cells/cell/getsharedstyleindex/ +--- +## Cell::GetSharedStyleIndex method + + +Gets cell's shared style index in the style pool. + +```cpp +int32_t Aspose::Cells::Cell::GetSharedStyleIndex() +``` + +## See Also + +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/getstringvalue/_index.md b/spanish/cpp/aspose.cells/cell/getstringvalue/_index.md new file mode 100644 index 00000000000..e8d08861c77 --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/getstringvalue/_index.md @@ -0,0 +1,49 @@ +--- +title: Aspose::Cells::Cell::GetStringValue method +linktitle: GetStringValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::GetStringValue method. Gets the string value by specific formatted strategy in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells/cell/getstringvalue/ +--- +## Cell::GetStringValue(CellValueFormatStrategy) method + + +Gets the string value by specific formatted strategy. + +```cpp +U16String Aspose::Cells::Cell::GetStringValue(CellValueFormatStrategy formatStrategy) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| formatStrategy | CellValueFormatStrategy | The formatted strategy. | + +## ReturnValue + + + +## See Also + +* Class [U16String](../../u16string/) +* Enum [CellValueFormatStrategy](../../cellvalueformatstrategy/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::GetStringValue() method + + +Gets the string value contained in the cell. If the type of this cell is string, then return the string value itself. For other cell types, the formatted string value (formatted with the specified style of this cell) will be returned. The formatted cell value is same with what you can get from excel when copying a cell as text(such as copying cell to text editor or exporting to csv). + +```cpp +U16String Aspose::Cells::Cell::GetStringValue() +``` + +## See Also + +* Class [U16String](../../u16string/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/getstyle/_index.md b/spanish/cpp/aspose.cells/cell/getstyle/_index.md new file mode 100644 index 00000000000..2fd19a3eac6 --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/getstyle/_index.md @@ -0,0 +1,57 @@ +--- +title: Aspose::Cells::Cell::GetStyle method +linktitle: GetStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::GetStyle method. Gets the cell style in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells/cell/getstyle/ +--- +## Cell::GetStyle() method + + +Gets the cell style. + +```cpp +Style Aspose::Cells::Cell::GetStyle() +``` + + +## ReturnValue + +[Style](../../style/) object. +## Remarks + + + +To change the style of the cell, please call [Cell.SetStyle()](../setstyle/) method after modifying the returned style object. This method is same with [GetStyle(bool)](./) with true value for the parameter. +## See Also + +* Class [Style](../../style/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::GetStyle(bool) method + + +If checkBorders is true, check whether other cells' borders will effect the style of this cell. + +```cpp +Style Aspose::Cells::Cell::GetStyle(bool checkBorders) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| checkBorders | bool | Check other cells' borders | + +## ReturnValue + +[Style](../../style/) object. + +## See Also + +* Class [Style](../../style/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/gettable/_index.md b/spanish/cpp/aspose.cells/cell/gettable/_index.md new file mode 100644 index 00000000000..75b4090b9d3 --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/gettable/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Cell::GetTable method +linktitle: GetTable +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::GetTable method. Gets the table which contains this cell in C++.' +type: docs +weight: 7700 +url: /es/cpp/aspose.cells/cell/gettable/ +--- +## Cell::GetTable method + + +Gets the table which contains this cell. + +```cpp +ListObject Aspose::Cells::Cell::GetTable() +``` + + +## ReturnValue + + + +## See Also + +* Class [ListObject](../../../aspose.cells.tables/listobject/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/gettype/_index.md b/spanish/cpp/aspose.cells/cell/gettype/_index.md new file mode 100644 index 00000000000..8e99b76e297 --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cell::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::GetType method. Represents cell value type in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells/cell/gettype/ +--- +## Cell::GetType method + + +Represents cell value type. + +```cpp +CellValueType Aspose::Cells::Cell::GetType() +``` + +## See Also + +* Enum [CellValueType](../../cellvaluetype/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/getvalidation/_index.md b/spanish/cpp/aspose.cells/cell/getvalidation/_index.md new file mode 100644 index 00000000000..232232abb14 --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/getvalidation/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Cell::GetValidation method +linktitle: GetValidation +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::GetValidation method. Gets the validation applied to this cell in C++.' +type: docs +weight: 7500 +url: /es/cpp/aspose.cells/cell/getvalidation/ +--- +## Cell::GetValidation method + + +Gets the validation applied to this cell. + +```cpp +Validation Aspose::Cells::Cell::GetValidation() +``` + + +## ReturnValue + + + +## See Also + +* Class [Validation](../../validation/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/getvalidationvalue/_index.md b/spanish/cpp/aspose.cells/cell/getvalidationvalue/_index.md new file mode 100644 index 00000000000..1d89ea14b69 --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/getvalidationvalue/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Cell::GetValidationValue method +linktitle: GetValidationValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::GetValidationValue method. Gets the value of validation which applied to this cell in C++.' +type: docs +weight: 7600 +url: /es/cpp/aspose.cells/cell/getvalidationvalue/ +--- +## Cell::GetValidationValue method + + +Gets the value of validation which applied to this cell. + +```cpp +bool Aspose::Cells::Cell::GetValidationValue() +``` + + +## ReturnValue + + + +## See Also + +* Class [Vector](../../vector/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/getvalue/_index.md b/spanish/cpp/aspose.cells/cell/getvalue/_index.md new file mode 100644 index 00000000000..355c5979c3f --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/getvalue/_index.md @@ -0,0 +1,42 @@ +--- +title: Aspose::Cells::Cell::GetValue method +linktitle: GetValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::GetValue method. Gets/sets the value contained in this cell in C++.' +type: docs +weight: 5600 +url: /es/cpp/aspose.cells/cell/getvalue/ +--- +## Cell::GetValue method + + +Gets/sets the value contained in this cell. + +```cpp +Aspose::Cells::Object Aspose::Cells::Cell::GetValue() +``` + +## Remarks + + +Possible type: + +null, + +Boolean, + +DateTime, + +Double, + +Integer + +String. + +For int value, it may be returned as an Integer object or a Double object. And there is no guarantee that the returned value will be kept as the same type of object always. +## See Also + +* Class [Object](../../object/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/getwidthofvalue/_index.md b/spanish/cpp/aspose.cells/cell/getwidthofvalue/_index.md new file mode 100644 index 00000000000..19768a3a327 --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/getwidthofvalue/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Cell::GetWidthOfValue method +linktitle: GetWidthOfValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::GetWidthOfValue method. Gets the width of the value in unit of pixels in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells/cell/getwidthofvalue/ +--- +## Cell::GetWidthOfValue method + + +Gets the width of the value in unit of pixels. + +```cpp +int32_t Aspose::Cells::Cell::GetWidthOfValue() +``` + + +## ReturnValue + + + +## See Also + +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/getworksheet/_index.md b/spanish/cpp/aspose.cells/cell/getworksheet/_index.md new file mode 100644 index 00000000000..fc0a61417ec --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/getworksheet/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cell::GetWorksheet method +linktitle: GetWorksheet +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::GetWorksheet method. Gets the parent worksheet in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/cell/getworksheet/ +--- +## Cell::GetWorksheet method + + +Gets the parent worksheet. + +```cpp +Worksheet Aspose::Cells::Cell::GetWorksheet() +``` + +## See Also + +* Class [Worksheet](../../worksheet/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/inserttext/_index.md b/spanish/cpp/aspose.cells/cell/inserttext/_index.md new file mode 100644 index 00000000000..8e45e54a3b1 --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/inserttext/_index.md @@ -0,0 +1,52 @@ +--- +title: Aspose::Cells::Cell::InsertText method +linktitle: InsertText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::InsertText method. Insert some characters to the cell. If the cell is rich formatted, this method could keep the original formatting in C++.' +type: docs +weight: 6100 +url: /es/cpp/aspose.cells/cell/inserttext/ +--- +## Cell::InsertText(int32_t, const U16String\&) method + + +Insert some characters to the cell. If the cell is rich formatted, this method could keep the original formatting. + +```cpp +void Aspose::Cells::Cell::InsertText(int32_t index, const U16String &text) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The index. | +| text | const U16String\& | Inserted text. | + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::InsertText(int32_t, const char16_t*) method + + +Insert some characters to the cell. If the cell is rich formatted, this method could keep the original formatting. + +```cpp +void Aspose::Cells::Cell::InsertText(int32_t index, const char16_t *text) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The index. | +| text | const char16_t* | Inserted text. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/isarrayformula/_index.md b/spanish/cpp/aspose.cells/cell/isarrayformula/_index.md new file mode 100644 index 00000000000..54954128f4e --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/isarrayformula/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cell::IsArrayFormula method +linktitle: IsArrayFormula +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::IsArrayFormula method. Indicates whether the cell formula is an array formula in C++.' +type: docs +weight: 4900 +url: /es/cpp/aspose.cells/cell/isarrayformula/ +--- +## Cell::IsArrayFormula method + + +Indicates whether the cell formula is an array formula. + +```cpp +bool Aspose::Cells::Cell::IsArrayFormula() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/isarrayheader/_index.md b/spanish/cpp/aspose.cells/cell/isarrayheader/_index.md new file mode 100644 index 00000000000..c50941706e5 --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/isarrayheader/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cell::IsArrayHeader method +linktitle: IsArrayHeader +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::IsArrayHeader method. Indicates the cell''s formula is an array formula and it is the first cell of the array in C++.' +type: docs +weight: 4600 +url: /es/cpp/aspose.cells/cell/isarrayheader/ +--- +## Cell::IsArrayHeader method + + +Indicates the cell's formula is an array formula and it is the first cell of the array. + +```cpp +bool Aspose::Cells::Cell::IsArrayHeader() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/ischeckboxstyle/_index.md b/spanish/cpp/aspose.cells/cell/ischeckboxstyle/_index.md new file mode 100644 index 00000000000..b22463abbb7 --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/ischeckboxstyle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cell::IsCheckBoxStyle method +linktitle: IsCheckBoxStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::IsCheckBoxStyle method. Indicates whether setting this cell as a check box in C++.' +type: docs +weight: 7800 +url: /es/cpp/aspose.cells/cell/ischeckboxstyle/ +--- +## Cell::IsCheckBoxStyle method + + +Indicates whether setting this cell as a check box. + +```cpp +bool Aspose::Cells::Cell::IsCheckBoxStyle() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/isdynamicarrayformula/_index.md b/spanish/cpp/aspose.cells/cell/isdynamicarrayformula/_index.md new file mode 100644 index 00000000000..41492abe351 --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/isdynamicarrayformula/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cell::IsDynamicArrayFormula method +linktitle: IsDynamicArrayFormula +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::IsDynamicArrayFormula method. Indicates whether the cell''s formula is dynamic array formula(true) or legacy array formula(false) in C++.' +type: docs +weight: 4700 +url: /es/cpp/aspose.cells/cell/isdynamicarrayformula/ +--- +## Cell::IsDynamicArrayFormula method + + +Indicates whether the cell's formula is dynamic array formula(true) or legacy array formula(false). + +```cpp +bool Aspose::Cells::Cell::IsDynamicArrayFormula() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/iserrorvalue/_index.md b/spanish/cpp/aspose.cells/cell/iserrorvalue/_index.md new file mode 100644 index 00000000000..70cdecd1a3d --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/iserrorvalue/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Cells::Cell::IsErrorValue method +linktitle: IsErrorValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::IsErrorValue method. Checks if the value of this cell is an error in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells/cell/iserrorvalue/ +--- +## Cell::IsErrorValue method + + +Checks if the value of this cell is an error. + +```cpp +bool Aspose::Cells::Cell::IsErrorValue() +``` + +## Remarks + + +Also applies to formula cell to check whether the calculated result is an error. +## See Also + +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/isformula/_index.md b/spanish/cpp/aspose.cells/cell/isformula/_index.md new file mode 100644 index 00000000000..419cf762f3d --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/isformula/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Cell::IsFormula method +linktitle: IsFormula +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::IsFormula method. Represents if the specified cell contains formula in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/cell/isformula/ +--- +## Cell::IsFormula method + + +Represents if the specified cell contains formula. + +```cpp +bool Aspose::Cells::Cell::IsFormula() +``` + +## See Also + +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/ismerged/_index.md b/spanish/cpp/aspose.cells/cell/ismerged/_index.md new file mode 100644 index 00000000000..58a4feda599 --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/ismerged/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cell::IsMerged method +linktitle: IsMerged +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::IsMerged method. Checks if a cell is part of a merged range or not in C++.' +type: docs +weight: 6500 +url: /es/cpp/aspose.cells/cell/ismerged/ +--- +## Cell::IsMerged method + + +Checks if a cell is part of a merged range or not. + +```cpp +bool Aspose::Cells::Cell::IsMerged() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/isnull/_index.md b/spanish/cpp/aspose.cells/cell/isnull/_index.md new file mode 100644 index 00000000000..ee638fa142c --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/isnull/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Cell::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/cell/isnull/ +--- +## Cell::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Cell::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/isnumericvalue/_index.md b/spanish/cpp/aspose.cells/cell/isnumericvalue/_index.md new file mode 100644 index 00000000000..966832869f5 --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/isnumericvalue/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Cells::Cell::IsNumericValue method +linktitle: IsNumericValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::IsNumericValue method. Indicates whether the value of this cell is numeric(int, double and datetime) in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells/cell/isnumericvalue/ +--- +## Cell::IsNumericValue method + + +Indicates whether the value of this cell is numeric(int, double and datetime) + +```cpp +bool Aspose::Cells::Cell::IsNumericValue() +``` + +## Remarks + + +Also applies to formula cell to check the calculated result +## See Also + +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/isrichtext/_index.md b/spanish/cpp/aspose.cells/cell/isrichtext/_index.md new file mode 100644 index 00000000000..b4828a9d531 --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/isrichtext/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cell::IsRichText method +linktitle: IsRichText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::IsRichText method. Indicates whether the string value of this cell is a rich formatted text in C++.' +type: docs +weight: 6200 +url: /es/cpp/aspose.cells/cell/isrichtext/ +--- +## Cell::IsRichText method + + +Indicates whether the string value of this cell is a rich formatted text. + +```cpp +bool Aspose::Cells::Cell::IsRichText() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/issharedformula/_index.md b/spanish/cpp/aspose.cells/cell/issharedformula/_index.md new file mode 100644 index 00000000000..6a79fa6f429 --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/issharedformula/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cell::IsSharedFormula method +linktitle: IsSharedFormula +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::IsSharedFormula method. Indicates whether the cell formula is part of shared formula in C++.' +type: docs +weight: 5000 +url: /es/cpp/aspose.cells/cell/issharedformula/ +--- +## Cell::IsSharedFormula method + + +Indicates whether the cell formula is part of shared formula. + +```cpp +bool Aspose::Cells::Cell::IsSharedFormula() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/isstyleset/_index.md b/spanish/cpp/aspose.cells/cell/isstyleset/_index.md new file mode 100644 index 00000000000..21470a6d31f --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/isstyleset/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cell::IsStyleSet method +linktitle: IsStyleSet +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::IsStyleSet method. Indicates if the cell''s style is set. If return false, it means this cell has a default cell format in C++.' +type: docs +weight: 5800 +url: /es/cpp/aspose.cells/cell/isstyleset/ +--- +## Cell::IsStyleSet method + + +Indicates if the cell's style is set. If return false, it means this cell has a default cell format. + +```cpp +bool Aspose::Cells::Cell::IsStyleSet() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/istableformula/_index.md b/spanish/cpp/aspose.cells/cell/istableformula/_index.md new file mode 100644 index 00000000000..71236427864 --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/istableformula/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cell::IsTableFormula method +linktitle: IsTableFormula +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::IsTableFormula method. Indicates whether this cell is part of table formula in C++.' +type: docs +weight: 5100 +url: /es/cpp/aspose.cells/cell/istableformula/ +--- +## Cell::IsTableFormula method + + +Indicates whether this cell is part of table formula. + +```cpp +bool Aspose::Cells::Cell::IsTableFormula() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/operator_asm/_index.md b/spanish/cpp/aspose.cells/cell/operator_asm/_index.md new file mode 100644 index 00000000000..0d04de66b60 --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/operator_asm/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cell::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/cell/operator_asm/ +--- +## Cell::operator= method + + +operator= + +```cpp +Cell & Aspose::Cells::Cell::operator=(const Cell &src) +``` + +## See Also + +* Class [Cell](../) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/operator_bool/_index.md b/spanish/cpp/aspose.cells/cell/operator_bool/_index.md new file mode 100644 index 00000000000..46508a11ca3 --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Cell::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/cell/operator_bool/ +--- +## Cell::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Cell::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/putvalue/_index.md b/spanish/cpp/aspose.cells/cell/putvalue/_index.md new file mode 100644 index 00000000000..fbecb94b925 --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/putvalue/_index.md @@ -0,0 +1,250 @@ +--- +title: Aspose::Cells::Cell::PutValue method +linktitle: PutValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::PutValue method. Puts a boolean value into the cell in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/cell/putvalue/ +--- +## Cell::PutValue(bool) method + + +Puts a boolean value into the cell. + +```cpp +void Aspose::Cells::Cell::PutValue(bool boolValue) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| boolValue | bool | | + +## See Also + +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::PutValue(int32_t) method + + +Puts an integer value into the cell. + +```cpp +void Aspose::Cells::Cell::PutValue(int32_t intValue) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| intValue | int32_t | Input value | + +## See Also + +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::PutValue(double) method + + +Puts a double value into the cell. + +```cpp +void Aspose::Cells::Cell::PutValue(double doubleValue) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| doubleValue | double | Input value | + +## See Also + +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::PutValue(const U16String\&, bool, bool) method + + +Puts a value into the cell, if appropriate the value will be converted to other data type and cell's number format will be reset. + +```cpp +void Aspose::Cells::Cell::PutValue(const U16String &stringValue, bool isConverted, bool setStyle) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| stringValue | const U16String\& | Input value | +| isConverted | bool | True: converted to other data type if appropriate. | +| setStyle | bool | True: set the number format to cell's style when converting to other data type | + +## See Also + +* Class [U16String](../../u16string/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::PutValue(const char16_t*, bool, bool) method + + +Puts a value into the cell, if appropriate the value will be converted to other data type and cell's number format will be reset. + +```cpp +void Aspose::Cells::Cell::PutValue(const char16_t *stringValue, bool isConverted, bool setStyle) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| stringValue | const char16_t* | Input value | +| isConverted | bool | True: converted to other data type if appropriate. | +| setStyle | bool | True: set the number format to cell's style when converting to other data type | + +## See Also + +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::PutValue(const U16String\&, bool) method + + +Puts a string value into the cell and converts the value to other data type if appropriate. + +```cpp +void Aspose::Cells::Cell::PutValue(const U16String &stringValue, bool isConverted) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| stringValue | const U16String\& | Input value | +| isConverted | bool | True: converted to other data type if appropriate. | + +## See Also + +* Class [U16String](../../u16string/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::PutValue(const char16_t*, bool) method + + +Puts a string value into the cell and converts the value to other data type if appropriate. + +```cpp +void Aspose::Cells::Cell::PutValue(const char16_t *stringValue, bool isConverted) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| stringValue | const char16_t* | Input value | +| isConverted | bool | True: converted to other data type if appropriate. | + +## See Also + +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::PutValue(const U16String\&) method + + +Puts a string value into the cell. + +```cpp +void Aspose::Cells::Cell::PutValue(const U16String &stringValue) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| stringValue | const U16String\& | Input value | + +## See Also + +* Class [U16String](../../u16string/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::PutValue(const char16_t*) method + + +Puts a string value into the cell. + +```cpp +void Aspose::Cells::Cell::PutValue(const char16_t *stringValue) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| stringValue | const char16_t* | Input value | + +## See Also + +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::PutValue(const Date\&) method + + +Puts a DateTime value into the cell. + +```cpp +void Aspose::Cells::Cell::PutValue(const Date &dateTime) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| dateTime | const Date\& | Input value | +## Remarks + + + +Setting a DateTime value for a cell dose not means the cell will be formatted as date time automatically. DateTime value was maintained as numeric value in the data model of both ms excel and [Aspose.Cells](../../). Whether the numeric value will be taken as the numeric value itself or date time depends on the number format applied on this cell. If this cell has not been formatted as date time, it will be displayed as a numeric value even though what you input is DateTime. + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook excel; +Cells cells = excel.GetWorksheets().Get(0).GetCells(); + +//Inserte fecha y hora en una celda +Cell cell = cells.Get(0, 0); +cell.PutValue(Date{ 2023, 5, 15 }); +Style style = cell.GetStyle(false); +style.SetNumber(14); +cell.SetStyle(style); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::PutValue(const Aspose::Cells::Object\&) method + + +Puts an object value into the cell. + +```cpp +void Aspose::Cells::Cell::PutValue(const Aspose::Cells::Object &objectValue) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| objectValue | const Aspose::Cells::Object\& | input value | + +## See Also + +* Class [Object](../../object/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/removearrayformula/_index.md b/spanish/cpp/aspose.cells/cell/removearrayformula/_index.md new file mode 100644 index 00000000000..02f97cf0f93 --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/removearrayformula/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Cell::RemoveArrayFormula method +linktitle: RemoveArrayFormula +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::RemoveArrayFormula method. Remove array formula in C++.' +type: docs +weight: 5400 +url: /es/cpp/aspose.cells/cell/removearrayformula/ +--- +## Cell::RemoveArrayFormula method + + +Remove array formula. + +```cpp +void Aspose::Cells::Cell::RemoveArrayFormula(bool leaveNormalFormula) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| leaveNormalFormula | bool | True represents converting the array formula to normal formula. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/replace/_index.md b/spanish/cpp/aspose.cells/cell/replace/_index.md new file mode 100644 index 00000000000..c43b3e2f778 --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/replace/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Cell::Replace method +linktitle: Replace +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::Replace method. Replace text of the cell with options in C++.' +type: docs +weight: 6000 +url: /es/cpp/aspose.cells/cell/replace/ +--- +## Cell::Replace(const U16String\&, const U16String\&, const ReplaceOptions\&) method + + +Replace text of the cell with options. + +```cpp +void Aspose::Cells::Cell::Replace(const U16String &placeHolder, const U16String &newValue, const ReplaceOptions &options) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| placeHolder | const U16String\& | [Cell](../) placeholder | +| newValue | const U16String\& | String value to replace | +| options | const ReplaceOptions\& | The replace options | + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [ReplaceOptions](../../replaceoptions/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::Replace(const char16_t*, const char16_t*, const ReplaceOptions\&) method + + +Replace text of the cell with options. + +```cpp +void Aspose::Cells::Cell::Replace(const char16_t *placeHolder, const char16_t *newValue, const ReplaceOptions &options) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| placeHolder | const char16_t* | [Cell](../) placeholder | +| newValue | const char16_t* | String value to replace | +| options | const ReplaceOptions\& | The replace options | + +## See Also + +* Class [Vector](../../vector/) +* Class [ReplaceOptions](../../replaceoptions/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/setarrayformula/_index.md b/spanish/cpp/aspose.cells/cell/setarrayformula/_index.md new file mode 100644 index 00000000000..c1344ed3f86 --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/setarrayformula/_index.md @@ -0,0 +1,152 @@ +--- +title: Aspose::Cells::Cell::SetArrayFormula method +linktitle: SetArrayFormula +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::SetArrayFormula method. Sets an array formula(legacy array formula entered via CTRL+SHIFT+ENTER in ms excel) to a range of cells in C++.' +type: docs +weight: 3900 +url: /es/cpp/aspose.cells/cell/setarrayformula/ +--- +## Cell::SetArrayFormula(const U16String\&, int32_t, int32_t) method + + +Sets an array formula(legacy array formula entered via CTRL+SHIFT+ENTER in ms excel) to a range of cells. + +```cpp +void Aspose::Cells::Cell::SetArrayFormula(const U16String &arrayFormula, int32_t rowNumber, int32_t columnNumber) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| arrayFormula | const U16String\& | Array formula. | +| rowNumber | int32_t | Number of rows to populate result of the array formula. | +| columnNumber | int32_t | Number of columns to populate result of the array formula. | + +## See Also + +* Class [U16String](../../u16string/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::SetArrayFormula(const char16_t*, int32_t, int32_t) method + + +Sets an array formula(legacy array formula entered via CTRL+SHIFT+ENTER in ms excel) to a range of cells. + +```cpp +void Aspose::Cells::Cell::SetArrayFormula(const char16_t *arrayFormula, int32_t rowNumber, int32_t columnNumber) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| arrayFormula | const char16_t* | Array formula. | +| rowNumber | int32_t | Number of rows to populate result of the array formula. | +| columnNumber | int32_t | Number of columns to populate result of the array formula. | + +## See Also + +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::SetArrayFormula(const U16String\&, int32_t, int32_t, const FormulaParseOptions\&) method + + +Sets an array formula to a range of cells. + +```cpp +void Aspose::Cells::Cell::SetArrayFormula(const U16String &arrayFormula, int32_t rowNumber, int32_t columnNumber, const FormulaParseOptions &options) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| arrayFormula | const U16String\& | Array formula. | +| rowNumber | int32_t | Number of rows to populate result of the array formula. | +| columnNumber | int32_t | Number of columns to populate result of the array formula. | +| options | const FormulaParseOptions\& | Options for parsing the formula. | + +## See Also + +* Class [U16String](../../u16string/) +* Class [FormulaParseOptions](../../formulaparseoptions/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::SetArrayFormula(const char16_t*, int32_t, int32_t, const FormulaParseOptions\&) method + + +Sets an array formula to a range of cells. + +```cpp +void Aspose::Cells::Cell::SetArrayFormula(const char16_t *arrayFormula, int32_t rowNumber, int32_t columnNumber, const FormulaParseOptions &options) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| arrayFormula | const char16_t* | Array formula. | +| rowNumber | int32_t | Number of rows to populate result of the array formula. | +| columnNumber | int32_t | Number of columns to populate result of the array formula. | +| options | const FormulaParseOptions\& | Options for parsing the formula. | + +## See Also + +* Class [FormulaParseOptions](../../formulaparseoptions/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::SetArrayFormula(const U16String\&, int32_t, int32_t, const FormulaParseOptions\&, const Vector \\>\&) method + + +Sets an array formula to a range of cells. + +```cpp +void Aspose::Cells::Cell::SetArrayFormula(const U16String &arrayFormula, int32_t rowNumber, int32_t columnNumber, const FormulaParseOptions &options, const Vector> &values) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| arrayFormula | const U16String\& | Array formula. | +| rowNumber | int32_t | Number of rows to populate result of the array formula. | +| columnNumber | int32_t | Number of columns to populate result of the array formula. | +| options | const FormulaParseOptions\& | Options for parsing the formula. | +| values | const Vector \\>\& | values for those cells with given array formula | + +## See Also + +* Class [U16String](../../u16string/) +* Class [FormulaParseOptions](../../formulaparseoptions/) +* Class [Vector](../../vector/) +* Class [Object](../../object/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::SetArrayFormula(const char16_t*, int32_t, int32_t, const FormulaParseOptions\&, const Vector \\>\&) method + + +Sets an array formula to a range of cells. + +```cpp +void Aspose::Cells::Cell::SetArrayFormula(const char16_t *arrayFormula, int32_t rowNumber, int32_t columnNumber, const FormulaParseOptions &options, const Vector> &values) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| arrayFormula | const char16_t* | Array formula. | +| rowNumber | int32_t | Number of rows to populate result of the array formula. | +| columnNumber | int32_t | Number of columns to populate result of the array formula. | +| options | const FormulaParseOptions\& | Options for parsing the formula. | +| values | const Vector \\>\& | values for those cells with given array formula | + +## See Also + +* Class [FormulaParseOptions](../../formulaparseoptions/) +* Class [Vector](../../vector/) +* Class [Object](../../object/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/setcharacters/_index.md b/spanish/cpp/aspose.cells/cell/setcharacters/_index.md new file mode 100644 index 00000000000..960febdbd8b --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/setcharacters/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Cell::SetCharacters method +linktitle: SetCharacters +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::SetCharacters method. Sets rich text format of the cell in C++.' +type: docs +weight: 6400 +url: /es/cpp/aspose.cells/cell/setcharacters/ +--- +## Cell::SetCharacters method + + +Sets rich text format of the cell. + +```cpp +void Aspose::Cells::Cell::SetCharacters(const Vector &characters) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| characters | const Vector \\& | All Characters objects. | + +## See Also + +* Class [Vector](../../vector/) +* Class [FontSetting](../../fontsetting/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/setdynamicarrayformula/_index.md b/spanish/cpp/aspose.cells/cell/setdynamicarrayformula/_index.md new file mode 100644 index 00000000000..0f7ed484f6d --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/setdynamicarrayformula/_index.md @@ -0,0 +1,220 @@ +--- +title: Aspose::Cells::Cell::SetDynamicArrayFormula method +linktitle: SetDynamicArrayFormula +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::SetDynamicArrayFormula method. Sets dynamic array formula and make the formula spill into neighboring cells if possible in C++.' +type: docs +weight: 5200 +url: /es/cpp/aspose.cells/cell/setdynamicarrayformula/ +--- +## Cell::SetDynamicArrayFormula(const U16String\&, const FormulaParseOptions\&, bool) method + + +Sets dynamic array formula and make the formula spill into neighboring cells if possible. + +```cpp +CellArea Aspose::Cells::Cell::SetDynamicArrayFormula(const U16String &arrayFormula, const FormulaParseOptions &options, bool calculateValue) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| arrayFormula | const U16String\& | the formula expression | +| options | const FormulaParseOptions\& | options to parse formula. "Parse" option will be ignored and the formula will always be parsed immediately | +| calculateValue | bool | whether calculate this dynamic array formula for those cells in the spilled range. | + +## ReturnValue + +the range that the formula should spill into. +## Remarks + + + +the returned range may be not same with the actual one that this dynamic array formula spills into. If there are non-empty cells in the range, the formula will be set for current cell only and marked as "#SPILL!". But for such kind of situation we still return the whole range that this formula should spill into. +## See Also + +* Class [CellArea](../../cellarea/) +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [FormulaParseOptions](../../formulaparseoptions/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::SetDynamicArrayFormula(const char16_t*, const FormulaParseOptions\&, bool) method + + +Sets dynamic array formula and make the formula spill into neighboring cells if possible. + +```cpp +CellArea Aspose::Cells::Cell::SetDynamicArrayFormula(const char16_t *arrayFormula, const FormulaParseOptions &options, bool calculateValue) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| arrayFormula | const char16_t* | the formula expression | +| options | const FormulaParseOptions\& | options to parse formula. "Parse" option will be ignored and the formula will always be parsed immediately | +| calculateValue | bool | whether calculate this dynamic array formula for those cells in the spilled range. | + +## ReturnValue + +the range that the formula should spill into. +## Remarks + + + +the returned range may be not same with the actual one that this dynamic array formula spills into. If there are non-empty cells in the range, the formula will be set for current cell only and marked as "#SPILL!". But for such kind of situation we still return the whole range that this formula should spill into. +## See Also + +* Class [CellArea](../../cellarea/) +* Class [Vector](../../vector/) +* Class [FormulaParseOptions](../../formulaparseoptions/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::SetDynamicArrayFormula(const U16String\&, const FormulaParseOptions\&, const Vector \\>\&, bool, bool) method + + +Sets dynamic array formula and make the formula spill into neighboring cells if possible. + +```cpp +CellArea Aspose::Cells::Cell::SetDynamicArrayFormula(const U16String &arrayFormula, const FormulaParseOptions &options, const Vector> &values, bool calculateRange, bool calculateValue) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| arrayFormula | const U16String\& | the formula expression | +| options | const FormulaParseOptions\& | options to parse formula. "Parse" option will be ignored and the formula will always be parsed immediately | +| values | const Vector \\>\& | values(calculated results) for those cells with given dynamic array formula | +| calculateRange | bool | Whether calculate the spilled range for this dynamic array formula. If the "values" parameter is not null and this flag is false, then the spilled range's height will be values.Length and width will be values[0].Length. | +| calculateValue | bool | whether calculate this dynamic array formula for those cells in the spilled range when "values" is null or corresponding item in "values" for one cell is null. | + +## ReturnValue + +the range that the formula should spill into. +## Remarks + + + +the returned range may be not same with the actual one that this dynamic array formula spills into. If there are non-empty cells in the range, the formula will be set for current cell only and marked as "#SPILL!". But for such kind of situation we still return the whole range that this formula should spill into. +## See Also + +* Class [CellArea](../../cellarea/) +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [FormulaParseOptions](../../formulaparseoptions/) +* Class [Object](../../object/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::SetDynamicArrayFormula(const char16_t*, const FormulaParseOptions\&, const Vector \\>\&, bool, bool) method + + +Sets dynamic array formula and make the formula spill into neighboring cells if possible. + +```cpp +CellArea Aspose::Cells::Cell::SetDynamicArrayFormula(const char16_t *arrayFormula, const FormulaParseOptions &options, const Vector> &values, bool calculateRange, bool calculateValue) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| arrayFormula | const char16_t* | the formula expression | +| options | const FormulaParseOptions\& | options to parse formula. "Parse" option will be ignored and the formula will always be parsed immediately | +| values | const Vector \\>\& | values(calculated results) for those cells with given dynamic array formula | +| calculateRange | bool | Whether calculate the spilled range for this dynamic array formula. If the "values" parameter is not null and this flag is false, then the spilled range's height will be values.Length and width will be values[0].Length. | +| calculateValue | bool | whether calculate this dynamic array formula for those cells in the spilled range when "values" is null or corresponding item in "values" for one cell is null. | + +## ReturnValue + +the range that the formula should spill into. +## Remarks + + + +the returned range may be not same with the actual one that this dynamic array formula spills into. If there are non-empty cells in the range, the formula will be set for current cell only and marked as "#SPILL!". But for such kind of situation we still return the whole range that this formula should spill into. +## See Also + +* Class [CellArea](../../cellarea/) +* Class [Vector](../../vector/) +* Class [FormulaParseOptions](../../formulaparseoptions/) +* Class [Object](../../object/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::SetDynamicArrayFormula(const U16String\&, const FormulaParseOptions\&, const Vector \\>\&, bool, bool, const CalculationOptions\&) method + + +Sets dynamic array formula and make the formula spill into neighboring cells if possible. + +```cpp +CellArea Aspose::Cells::Cell::SetDynamicArrayFormula(const U16String &arrayFormula, const FormulaParseOptions &options, const Vector> &values, bool calculateRange, bool calculateValue, const CalculationOptions &copts) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| arrayFormula | const U16String\& | the formula expression | +| options | const FormulaParseOptions\& | options to parse formula. "Parse" option will be ignored and the formula will always be parsed immediately | +| values | const Vector \\>\& | values(calculated results) for those cells with given dynamic array formula | +| calculateRange | bool | Whether calculate the spilled range for this dynamic array formula. If the "values" parameter is not null and this flag is false, then the spilled range's height will be values.Length and width will be values[0].Length. | +| calculateValue | bool | whether calculate this dynamic array formula for those cells in the spilled range when "values" is null or corresponding item in "values" for one cell is null. | +| copts | const CalculationOptions\& | The options for calculating formula. Commonly, for performance consideration, the CalculationOptions.Recursive property should be false. | + +## ReturnValue + +the range that the formula should spill into. +## Remarks + + + +the returned range may be not same with the actual one that this dynamic array formula spills into. If there are non-empty cells in the range, the formula will be set for current cell only and marked as "#SPILL!". But for such kind of situation we still return the whole range that this formula should spill into. +## See Also + +* Class [CellArea](../../cellarea/) +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [FormulaParseOptions](../../formulaparseoptions/) +* Class [Object](../../object/) +* Class [CalculationOptions](../../calculationoptions/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::SetDynamicArrayFormula(const char16_t*, const FormulaParseOptions\&, const Vector \\>\&, bool, bool, const CalculationOptions\&) method + + +Sets dynamic array formula and make the formula spill into neighboring cells if possible. + +```cpp +CellArea Aspose::Cells::Cell::SetDynamicArrayFormula(const char16_t *arrayFormula, const FormulaParseOptions &options, const Vector> &values, bool calculateRange, bool calculateValue, const CalculationOptions &copts) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| arrayFormula | const char16_t* | the formula expression | +| options | const FormulaParseOptions\& | options to parse formula. "Parse" option will be ignored and the formula will always be parsed immediately | +| values | const Vector \\>\& | values(calculated results) for those cells with given dynamic array formula | +| calculateRange | bool | Whether calculate the spilled range for this dynamic array formula. If the "values" parameter is not null and this flag is false, then the spilled range's height will be values.Length and width will be values[0].Length. | +| calculateValue | bool | whether calculate this dynamic array formula for those cells in the spilled range when "values" is null or corresponding item in "values" for one cell is null. | +| copts | const CalculationOptions\& | The options for calculating formula. Commonly, for performance consideration, the CalculationOptions.Recursive property should be false. | + +## ReturnValue + +the range that the formula should spill into. +## Remarks + + + +the returned range may be not same with the actual one that this dynamic array formula spills into. If there are non-empty cells in the range, the formula will be set for current cell only and marked as "#SPILL!". But for such kind of situation we still return the whole range that this formula should spill into. +## See Also + +* Class [CellArea](../../cellarea/) +* Class [Vector](../../vector/) +* Class [FormulaParseOptions](../../formulaparseoptions/) +* Class [Object](../../object/) +* Class [CalculationOptions](../../calculationoptions/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/setembeddedimage/_index.md b/spanish/cpp/aspose.cells/cell/setembeddedimage/_index.md new file mode 100644 index 00000000000..97095a21a56 --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/setembeddedimage/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cell::SetEmbeddedImage method +linktitle: SetEmbeddedImage +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::SetEmbeddedImage method. Gets and sets the embeddedn image in the cell in C++.' +type: docs +weight: 8200 +url: /es/cpp/aspose.cells/cell/setembeddedimage/ +--- +## Cell::SetEmbeddedImage method + + +Gets and sets the embeddedn image in the cell. + +```cpp +void Aspose::Cells::Cell::SetEmbeddedImage(const Vector &value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/setformula/_index.md b/spanish/cpp/aspose.cells/cell/setformula/_index.md new file mode 100644 index 00000000000..657bd0df7fd --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/setformula/_index.md @@ -0,0 +1,204 @@ +--- +title: Aspose::Cells::Cell::SetFormula method +linktitle: SetFormula +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::SetFormula method. Gets or sets a formula of the Cell in C++.' +type: docs +weight: 3400 +url: /es/cpp/aspose.cells/cell/setformula/ +--- +## Cell::SetFormula(const U16String\&) method + + +Gets or sets a formula of the [Cell](../). + +```cpp +void Aspose::Cells::Cell::SetFormula(const U16String &value) +``` + +## Remarks + + +A formula string always begins with an equal sign (=). And please always use comma(,) as parameters delimiter, such as "=SUM(A1, E1, H2)". + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook excel; +Cells cells = excel.GetWorksheets().Get(0).GetCells(); +U16String f = u"=SUM(B2:B5, E1) + sheet1!A1"; +cells.Get(u"B6").SetFormula(f); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [U16String](../../u16string/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::SetFormula(const char16_t*) method + + +Gets or sets a formula of the [Cell](../). + +```cpp +void Aspose::Cells::Cell::SetFormula(const char16_t *value) +``` + +## Remarks + + +A formula string always begins with an equal sign (=). And please always use comma(,) as parameters delimiter, such as "=SUM(A1, E1, H2)". + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook excel; +Cells cells = excel.GetWorksheets().Get(0).GetCells(); +cells.Get(u"B6").SetFormula(u"=SUM(B2:B5, E1) + sheet1!A1"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::SetFormula(const U16String\&, const Aspose::Cells::Object\&) method + + +Set the formula and the value(calculated result) of the formula. + +```cpp +void Aspose::Cells::Cell::SetFormula(const U16String &formula, const Aspose::Cells::Object &value) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| formula | const U16String\& | The formula. | +| value | const Aspose::Cells::Object\& | The value(calculated result) of the formula. | + +## See Also + +* Class [U16String](../../u16string/) +* Class [Object](../../object/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::SetFormula(const char16_t*, const Aspose::Cells::Object\&) method + + +Set the formula and the value(calculated result) of the formula. + +```cpp +void Aspose::Cells::Cell::SetFormula(const char16_t *formula, const Aspose::Cells::Object &value) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| formula | const char16_t* | The formula. | +| value | const Aspose::Cells::Object\& | The value(calculated result) of the formula. | + +## See Also + +* Class [Object](../../object/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::SetFormula(const U16String\&, const FormulaParseOptions\&) method + + +Set the formula and the value(calculated result) of the formula. + +```cpp +void Aspose::Cells::Cell::SetFormula(const U16String &formula, const FormulaParseOptions &options) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| formula | const U16String\& | The formula. | +| options | const FormulaParseOptions\& | Options for parsing the formula. | + +## See Also + +* Class [U16String](../../u16string/) +* Class [FormulaParseOptions](../../formulaparseoptions/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::SetFormula(const char16_t*, const FormulaParseOptions\&) method + + +Set the formula and the value(calculated result) of the formula. + +```cpp +void Aspose::Cells::Cell::SetFormula(const char16_t *formula, const FormulaParseOptions &options) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| formula | const char16_t* | The formula. | +| options | const FormulaParseOptions\& | Options for parsing the formula. | + +## See Also + +* Class [FormulaParseOptions](../../formulaparseoptions/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::SetFormula(const U16String\&, const FormulaParseOptions\&, const Aspose::Cells::Object\&) method + + +Set the formula and the value(calculated result) of the formula. + +```cpp +void Aspose::Cells::Cell::SetFormula(const U16String &formula, const FormulaParseOptions &options, const Aspose::Cells::Object &value) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| formula | const U16String\& | The formula. | +| options | const FormulaParseOptions\& | Options for parsing the formula. | +| value | const Aspose::Cells::Object\& | The value(calculated result) of the formula. | + +## See Also + +* Class [U16String](../../u16string/) +* Class [FormulaParseOptions](../../formulaparseoptions/) +* Class [Object](../../object/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::SetFormula(const char16_t*, const FormulaParseOptions\&, const Aspose::Cells::Object\&) method + + +Set the formula and the value(calculated result) of the formula. + +```cpp +void Aspose::Cells::Cell::SetFormula(const char16_t *formula, const FormulaParseOptions &options, const Aspose::Cells::Object &value) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| formula | const char16_t* | The formula. | +| options | const FormulaParseOptions\& | Options for parsing the formula. | +| value | const Aspose::Cells::Object\& | The value(calculated result) of the formula. | + +## See Also + +* Class [FormulaParseOptions](../../formulaparseoptions/) +* Class [Object](../../object/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/setformulalocal/_index.md b/spanish/cpp/aspose.cells/cell/setformulalocal/_index.md new file mode 100644 index 00000000000..0402904bc8c --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/setformulalocal/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::Cell::SetFormulaLocal method +linktitle: SetFormulaLocal +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::SetFormulaLocal method. Get the locale formatted formula of the cell in C++.' +type: docs +weight: 3600 +url: /es/cpp/aspose.cells/cell/setformulalocal/ +--- +## Cell::SetFormulaLocal(const U16String\&) method + + +Get the locale formatted formula of the cell. + +```cpp +void Aspose::Cells::Cell::SetFormulaLocal(const U16String &value) +``` + +## See Also + +* Class [U16String](../../u16string/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::SetFormulaLocal(const char16_t*) method + + +Get the locale formatted formula of the cell. + +```cpp +void Aspose::Cells::Cell::SetFormulaLocal(const char16_t *value) +``` + +## See Also + +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/sethtmlstring/_index.md b/spanish/cpp/aspose.cells/cell/sethtmlstring/_index.md new file mode 100644 index 00000000000..12a234da67b --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/sethtmlstring/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Cell::SetHtmlString method +linktitle: SetHtmlString +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::SetHtmlString method. Gets and sets the html string which contains data and some formats in this cell in C++.' +type: docs +weight: 6900 +url: /es/cpp/aspose.cells/cell/sethtmlstring/ +--- +## Cell::SetHtmlString(const U16String\&) method + + +Gets and sets the html string which contains data and some formats in this cell. + +```cpp +void Aspose::Cells::Cell::SetHtmlString(const U16String &value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::SetHtmlString(const char16_t*) method + + +Gets and sets the html string which contains data and some formats in this cell. + +```cpp +void Aspose::Cells::Cell::SetHtmlString(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/setischeckboxstyle/_index.md b/spanish/cpp/aspose.cells/cell/setischeckboxstyle/_index.md new file mode 100644 index 00000000000..7c6d4cb8d19 --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/setischeckboxstyle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cell::SetIsCheckBoxStyle method +linktitle: SetIsCheckBoxStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::SetIsCheckBoxStyle method. Indicates whether setting this cell as a check box in C++.' +type: docs +weight: 7900 +url: /es/cpp/aspose.cells/cell/setischeckboxstyle/ +--- +## Cell::SetIsCheckBoxStyle method + + +Indicates whether setting this cell as a check box. + +```cpp +void Aspose::Cells::Cell::SetIsCheckBoxStyle(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/setr1c1formula/_index.md b/spanish/cpp/aspose.cells/cell/setr1c1formula/_index.md new file mode 100644 index 00000000000..c605a3a99c8 --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/setr1c1formula/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::Cell::SetR1C1Formula method +linktitle: SetR1C1Formula +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::SetR1C1Formula method. Gets or sets a R1C1 formula of the Cell in C++.' +type: docs +weight: 3800 +url: /es/cpp/aspose.cells/cell/setr1c1formula/ +--- +## Cell::SetR1C1Formula(const U16String\&) method + + +Gets or sets a R1C1 formula of the [Cell](../). + +```cpp +void Aspose::Cells::Cell::SetR1C1Formula(const U16String &value) +``` + +## See Also + +* Class [U16String](../../u16string/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::SetR1C1Formula(const char16_t*) method + + +Gets or sets a R1C1 formula of the [Cell](../). + +```cpp +void Aspose::Cells::Cell::SetR1C1Formula(const char16_t *value) +``` + +## See Also + +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/setsharedformula/_index.md b/spanish/cpp/aspose.cells/cell/setsharedformula/_index.md new file mode 100644 index 00000000000..ed7f307419e --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/setsharedformula/_index.md @@ -0,0 +1,152 @@ +--- +title: Aspose::Cells::Cell::SetSharedFormula method +linktitle: SetSharedFormula +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::SetSharedFormula method. Sets shared formulas to a range of cells in C++.' +type: docs +weight: 4000 +url: /es/cpp/aspose.cells/cell/setsharedformula/ +--- +## Cell::SetSharedFormula(const U16String\&, int32_t, int32_t) method + + +Sets shared formulas to a range of cells. + +```cpp +void Aspose::Cells::Cell::SetSharedFormula(const U16String &sharedFormula, int32_t rowNumber, int32_t columnNumber) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sharedFormula | const U16String\& | Shared formula. | +| rowNumber | int32_t | Number of rows to populate the formula. | +| columnNumber | int32_t | Number of columns to populate the formula. | + +## See Also + +* Class [U16String](../../u16string/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::SetSharedFormula(const char16_t*, int32_t, int32_t) method + + +Sets shared formulas to a range of cells. + +```cpp +void Aspose::Cells::Cell::SetSharedFormula(const char16_t *sharedFormula, int32_t rowNumber, int32_t columnNumber) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sharedFormula | const char16_t* | Shared formula. | +| rowNumber | int32_t | Number of rows to populate the formula. | +| columnNumber | int32_t | Number of columns to populate the formula. | + +## See Also + +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::SetSharedFormula(const U16String\&, int32_t, int32_t, const FormulaParseOptions\&) method + + +Sets shared formulas to a range of cells. + +```cpp +void Aspose::Cells::Cell::SetSharedFormula(const U16String &sharedFormula, int32_t rowNumber, int32_t columnNumber, const FormulaParseOptions &options) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sharedFormula | const U16String\& | Shared formula. | +| rowNumber | int32_t | Number of rows to populate the formula. | +| columnNumber | int32_t | Number of columns to populate the formula. | +| options | const FormulaParseOptions\& | Options for parsing the formula. | + +## See Also + +* Class [U16String](../../u16string/) +* Class [FormulaParseOptions](../../formulaparseoptions/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::SetSharedFormula(const char16_t*, int32_t, int32_t, const FormulaParseOptions\&) method + + +Sets shared formulas to a range of cells. + +```cpp +void Aspose::Cells::Cell::SetSharedFormula(const char16_t *sharedFormula, int32_t rowNumber, int32_t columnNumber, const FormulaParseOptions &options) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sharedFormula | const char16_t* | Shared formula. | +| rowNumber | int32_t | Number of rows to populate the formula. | +| columnNumber | int32_t | Number of columns to populate the formula. | +| options | const FormulaParseOptions\& | Options for parsing the formula. | + +## See Also + +* Class [FormulaParseOptions](../../formulaparseoptions/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::SetSharedFormula(const U16String\&, int32_t, int32_t, const FormulaParseOptions\&, const Vector \\>\&) method + + +Sets shared formulas to a range of cells. + +```cpp +void Aspose::Cells::Cell::SetSharedFormula(const U16String &sharedFormula, int32_t rowNumber, int32_t columnNumber, const FormulaParseOptions &options, const Vector> &values) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sharedFormula | const U16String\& | Shared formula. | +| rowNumber | int32_t | Number of rows to populate the formula. | +| columnNumber | int32_t | Number of columns to populate the formula. | +| options | const FormulaParseOptions\& | Options for parsing the formula. | +| values | const Vector \\>\& | values for those cells with given shared formula | + +## See Also + +* Class [U16String](../../u16string/) +* Class [FormulaParseOptions](../../formulaparseoptions/) +* Class [Vector](../../vector/) +* Class [Object](../../object/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::SetSharedFormula(const char16_t*, int32_t, int32_t, const FormulaParseOptions\&, const Vector \\>\&) method + + +Sets shared formulas to a range of cells. + +```cpp +void Aspose::Cells::Cell::SetSharedFormula(const char16_t *sharedFormula, int32_t rowNumber, int32_t columnNumber, const FormulaParseOptions &options, const Vector> &values) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sharedFormula | const char16_t* | Shared formula. | +| rowNumber | int32_t | Number of rows to populate the formula. | +| columnNumber | int32_t | Number of columns to populate the formula. | +| options | const FormulaParseOptions\& | Options for parsing the formula. | +| values | const Vector \\>\& | values for those cells with given shared formula | + +## See Also + +* Class [FormulaParseOptions](../../formulaparseoptions/) +* Class [Vector](../../vector/) +* Class [Object](../../object/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/setstyle/_index.md b/spanish/cpp/aspose.cells/cell/setstyle/_index.md new file mode 100644 index 00000000000..0c8fb9ec35d --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/setstyle/_index.md @@ -0,0 +1,76 @@ +--- +title: Aspose::Cells::Cell::SetStyle method +linktitle: SetStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::SetStyle method. Sets the cell style in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells/cell/setstyle/ +--- +## Cell::SetStyle(const Style\&) method + + +Sets the cell style. + +```cpp +void Aspose::Cells::Cell::SetStyle(const Style &style) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| style | const Style\& | The cell style. | +## Remarks + + + +If the border settings are changed, the border of adjust cells will be updated too. +## See Also + +* Class [Style](../../style/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::SetStyle(const Style\&, bool) method + + +Apply the changed property of style to the cell. + +```cpp +void Aspose::Cells::Cell::SetStyle(const Style &style, bool explicitFlag) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| style | const Style\& | The cell style. | +| explicitFlag | bool | True, only overwriting formatting which is explicitly set. | + +## See Also + +* Class [Style](../../style/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::SetStyle(const Style\&, const StyleFlag\&) method + + +Apply the cell style based on flags. + +```cpp +void Aspose::Cells::Cell::SetStyle(const Style &style, const StyleFlag &flag) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| style | const Style\& | The cell style. | +| flag | const StyleFlag\& | The style flag. | + +## See Also + +* Class [Style](../../style/) +* Class [StyleFlag](../../styleflag/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/settableformula/_index.md b/spanish/cpp/aspose.cells/cell/settableformula/_index.md new file mode 100644 index 00000000000..899bd631682 --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/settableformula/_index.md @@ -0,0 +1,164 @@ +--- +title: Aspose::Cells::Cell::SetTableFormula method +linktitle: SetTableFormula +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::SetTableFormula method. Create two-variable data table for given range starting from this cell in C++.' +type: docs +weight: 5300 +url: /es/cpp/aspose.cells/cell/settableformula/ +--- +## Cell::SetTableFormula(int32_t, int32_t, const U16String\&, const U16String\&, const Vector \\>\&) method + + +Create two-variable data table for given range starting from this cell. + +```cpp +void Aspose::Cells::Cell::SetTableFormula(int32_t rowNumber, int32_t columnNumber, const U16String &rowInputCell, const U16String &columnInputCell, const Vector> &values) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| rowNumber | int32_t | Number of rows to populate the formula. | +| columnNumber | int32_t | Number of columns to populate the formula. | +| rowInputCell | const U16String\& | the row input cell | +| columnInputCell | const U16String\& | the column input cell | +| values | const Vector \\>\& | values for cells in table formula range | + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [Object](../../object/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::SetTableFormula(int32_t, int32_t, const char16_t*, const char16_t*, const Vector \\>\&) method + + +Create two-variable data table for given range starting from this cell. + +```cpp +void Aspose::Cells::Cell::SetTableFormula(int32_t rowNumber, int32_t columnNumber, const char16_t *rowInputCell, const char16_t *columnInputCell, const Vector> &values) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| rowNumber | int32_t | Number of rows to populate the formula. | +| columnNumber | int32_t | Number of columns to populate the formula. | +| rowInputCell | const char16_t* | the row input cell | +| columnInputCell | const char16_t* | the column input cell | +| values | const Vector \\>\& | values for cells in table formula range | + +## See Also + +* Class [Vector](../../vector/) +* Class [Object](../../object/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::SetTableFormula(int32_t, int32_t, const U16String\&, bool, const Vector \\>\&) method + + +Create one-variable data table for given range starting from this cell. + +```cpp +void Aspose::Cells::Cell::SetTableFormula(int32_t rowNumber, int32_t columnNumber, const U16String &inputCell, bool isRowInput, const Vector> &values) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| rowNumber | int32_t | Number of rows to populate the formula. | +| columnNumber | int32_t | Number of columns to populate the formula. | +| inputCell | const U16String\& | the input cell | +| isRowInput | bool | Indicates whether the input cell is a row input cell(true) or a column input cell(false). | +| values | const Vector \\>\& | values for cells in table formula range | + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [Object](../../object/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::SetTableFormula(int32_t, int32_t, const char16_t*, bool, const Vector \\>\&) method + + +Create one-variable data table for given range starting from this cell. + +```cpp +void Aspose::Cells::Cell::SetTableFormula(int32_t rowNumber, int32_t columnNumber, const char16_t *inputCell, bool isRowInput, const Vector> &values) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| rowNumber | int32_t | Number of rows to populate the formula. | +| columnNumber | int32_t | Number of columns to populate the formula. | +| inputCell | const char16_t* | the input cell | +| isRowInput | bool | Indicates whether the input cell is a row input cell(true) or a column input cell(false). | +| values | const Vector \\>\& | values for cells in table formula range | + +## See Also + +* Class [Vector](../../vector/) +* Class [Object](../../object/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::SetTableFormula(int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const Vector \\>\&) method + + +Create two-variable data table for given range starting from this cell. + +```cpp +void Aspose::Cells::Cell::SetTableFormula(int32_t rowNumber, int32_t columnNumber, int32_t rowIndexOfRowInputCell, int32_t columnIndexOfRowInputCell, int32_t rowIndexOfColumnInputCell, int32_t columnIndexOfColumnInputCell, const Vector> &values) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| rowNumber | int32_t | Number of rows to populate the formula. | +| columnNumber | int32_t | Number of columns to populate the formula. | +| rowIndexOfRowInputCell | int32_t | row index of the row input cell | +| columnIndexOfRowInputCell | int32_t | column index of the row input cell | +| rowIndexOfColumnInputCell | int32_t | row index of the column input cell | +| columnIndexOfColumnInputCell | int32_t | column index of the column input cell | +| values | const Vector \\>\& | values for cells in table formula range | + +## See Also + +* Class [Vector](../../vector/) +* Class [Object](../../object/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cell::SetTableFormula(int32_t, int32_t, int32_t, int32_t, bool, const Vector \\>\&) method + + +Create one-variable data table for given range starting from this cell. + +```cpp +void Aspose::Cells::Cell::SetTableFormula(int32_t rowNumber, int32_t columnNumber, int32_t rowIndexOfInputCell, int32_t columnIndexOfInputCell, bool isRowInput, const Vector> &values) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| rowNumber | int32_t | Number of rows to populate the formula. | +| columnNumber | int32_t | Number of columns to populate the formula. | +| rowIndexOfInputCell | int32_t | row index of the input cell | +| columnIndexOfInputCell | int32_t | column index of the input cell | +| isRowInput | bool | Indicates whether the input cell is a row input cell(true) or a column input cell(false). | +| values | const Vector \\>\& | values for cells in table formula range | + +## See Also + +* Class [Vector](../../vector/) +* Class [Object](../../object/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/setvalue/_index.md b/spanish/cpp/aspose.cells/cell/setvalue/_index.md new file mode 100644 index 00000000000..5d7fd6c2402 --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/setvalue/_index.md @@ -0,0 +1,43 @@ +--- +title: Aspose::Cells::Cell::SetValue method +linktitle: SetValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::SetValue method. Gets/sets the value contained in this cell in C++.' +type: docs +weight: 5700 +url: /es/cpp/aspose.cells/cell/setvalue/ +--- +## Cell::SetValue method + + +Gets/sets the value contained in this cell. + +```cpp +void Aspose::Cells::Cell::SetValue(const Aspose::Cells::Object &value) +``` + +## Remarks + + +Possible type: + +null, + +Boolean, + +DateTime, + +Double, + +Integer + +String. + +For int value, it may be returned as an Integer object or a Double object. And there is no guarantee that the returned value will be kept as the same type of object always. +## See Also + +* Class [Vector](../../vector/) +* Class [Object](../../object/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/tojson/_index.md b/spanish/cpp/aspose.cells/cell/tojson/_index.md new file mode 100644 index 00000000000..5980fd7ef6c --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/tojson/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Cell::ToJson method +linktitle: ToJson +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::ToJson method. Convert Cell to JSON struct data in C++.' +type: docs +weight: 7100 +url: /es/cpp/aspose.cells/cell/tojson/ +--- +## Cell::ToJson method + + +Convert [Cell](../) to JSON struct data. + +```cpp +U16String Aspose::Cells::Cell::ToJson() +``` + + +## ReturnValue + + + +## See Also + +* Class [U16String](../../u16string/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/tostring/_index.md b/spanish/cpp/aspose.cells/cell/tostring/_index.md new file mode 100644 index 00000000000..0d0d5e78463 --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/tostring/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Cell::ToString method +linktitle: ToString +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::ToString method. Returns a string represents the current Cell object in C++.' +type: docs +weight: 7000 +url: /es/cpp/aspose.cells/cell/tostring/ +--- +## Cell::ToString method + + +Returns a string represents the current [Cell](../) object. + +```cpp +U16String Aspose::Cells::Cell::ToString() +``` + + +## ReturnValue + + + +## See Also + +* Class [U16String](../../u16string/) +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cell/~cell/_index.md b/spanish/cpp/aspose.cells/cell/~cell/_index.md new file mode 100644 index 00000000000..7ab02e34c27 --- /dev/null +++ b/spanish/cpp/aspose.cells/cell/~cell/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Cell::~Cell method +linktitle: ~Cell +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cell::~Cell method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/cell/~cell/ +--- +## Cell::~Cell method + + +Destructor. + +```cpp +Aspose::Cells::Cell::~Cell() +``` + +## See Also + +* Class [Cell](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellarea/_index.md b/spanish/cpp/aspose.cells/cellarea/_index.md new file mode 100644 index 00000000000..908fecfbf51 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellarea/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::CellArea class +linktitle: CellArea +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellArea class. Represent an area of cells in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells/cellarea/ +--- +## CellArea class + + +Represent an area of cells. + +```cpp +class CellArea +``` + +## Methods + +| Method | Description | +| --- | --- | +| [CellArea()](./cellarea/) | Default constructor. | +| [CellArea(CellArea_Impl* impl)](./cellarea/) | Constructs from an implementation object. Internal use. | +| static [CreateCellArea(int startRow, int startColumn, int endRow, int endColumn)](./createcellarea/) | Creates a cell area. | +| static [CreateCellArea(const U16String\& startCellName, const U16String\& endCellName)](./createcellarea/) | Creates a cell area. | +| static [CreateCellArea(const char16_t* startCellName, const char16_t* endCellName)](./createcellarea/) | Creates a cell area. | +| [ToString()](./tostring/) | Returns a string represents the current cell area object. | +## Fields + +| Field | Description | +| --- | --- | +| [EndColumn](./endcolumn/) | Gets or set the end column of this area. | +| [EndRow](./endrow/) | Gets or set the end row of this area. | +| [StartColumn](./startcolumn/) | Gets or set the start column of this area. | +| [StartRow](./startrow/) | Gets or set the start row of this area. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Crear área de celda +CellArea ca; +ca.StartRow = 0; +ca.EndRow = 0; +ca.StartColumn = 0; +ca.EndColumn = 0; + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/cellarea/cellarea/_index.md b/spanish/cpp/aspose.cells/cellarea/cellarea/_index.md new file mode 100644 index 00000000000..d0d59da7a52 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellarea/cellarea/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::CellArea::CellArea constructor +linktitle: CellArea +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellArea::CellArea constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/cellarea/cellarea/ +--- +## CellArea::CellArea() constructor + + +Default constructor. + +```cpp +Aspose::Cells::CellArea::CellArea() +``` + +## See Also + +* Class [CellArea](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CellArea::CellArea(CellArea_Impl*) constructor + + +Constructs from an implementation object. Internal use. + +```cpp +Aspose::Cells::CellArea::CellArea(CellArea_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CellArea](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellarea/createcellarea/_index.md b/spanish/cpp/aspose.cells/cellarea/createcellarea/_index.md new file mode 100644 index 00000000000..e7f00765093 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellarea/createcellarea/_index.md @@ -0,0 +1,90 @@ +--- +title: Aspose::Cells::CellArea::CreateCellArea method +linktitle: CreateCellArea +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellArea::CreateCellArea method. Creates a cell area in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/cellarea/createcellarea/ +--- +## CellArea::CreateCellArea(int, int, int, int) method + + +Creates a cell area. + +```cpp +static CellArea Aspose::Cells::CellArea::CreateCellArea(int startRow, int startColumn, int endRow, int endColumn) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| startRow | int | The start row. | +| startColumn | int | The start column. | +| endRow | int | The end row. | +| endColumn | int | The end column. | + +## ReturnValue + +Return a [CellArea](../). + +## See Also + +* Class [CellArea](../) +* Class [Vector](../../vector/) +* Class [CellArea](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CellArea::CreateCellArea(const U16String\&, const U16String\&) method + + +Creates a cell area. + +```cpp +static CellArea Aspose::Cells::CellArea::CreateCellArea(const U16String &startCellName, const U16String &endCellName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| startCellName | const U16String\& | The top-left cell of the range. | +| endCellName | const U16String\& | The bottom-right cell of the range. | + +## ReturnValue + +Return a [CellArea](../). + +## See Also + +* Class [CellArea](../) +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [CellArea](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CellArea::CreateCellArea(const char16_t*, const char16_t*) method + + +Creates a cell area. + +```cpp +static CellArea Aspose::Cells::CellArea::CreateCellArea(const char16_t *startCellName, const char16_t *endCellName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| startCellName | const char16_t* | The top-left cell of the range. | +| endCellName | const char16_t* | The bottom-right cell of the range. | + +## ReturnValue + +Return a [CellArea](../). + +## See Also + +* Class [CellArea](../) +* Class [Vector](../../vector/) +* Class [CellArea](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellarea/endcolumn/_index.md b/spanish/cpp/aspose.cells/cellarea/endcolumn/_index.md new file mode 100644 index 00000000000..e0a479e3c0b --- /dev/null +++ b/spanish/cpp/aspose.cells/cellarea/endcolumn/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::CellArea::EndColumn field +linktitle: EndColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellArea::EndColumn field. Gets or set the end column of this area in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/cellarea/endcolumn/ +--- +## EndColumn field + + +Gets or set the end column of this area. + +```cpp +int32_t Aspose::Cells::CellArea::EndColumn +``` + +## See Also + +* Class [CellArea](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellarea/endrow/_index.md b/spanish/cpp/aspose.cells/cellarea/endrow/_index.md new file mode 100644 index 00000000000..3195138646b --- /dev/null +++ b/spanish/cpp/aspose.cells/cellarea/endrow/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::CellArea::EndRow field +linktitle: EndRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellArea::EndRow field. Gets or set the end row of this area in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/cellarea/endrow/ +--- +## EndRow field + + +Gets or set the end row of this area. + +```cpp +int32_t Aspose::Cells::CellArea::EndRow +``` + +## See Also + +* Class [CellArea](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellarea/startcolumn/_index.md b/spanish/cpp/aspose.cells/cellarea/startcolumn/_index.md new file mode 100644 index 00000000000..55058a72967 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellarea/startcolumn/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::CellArea::StartColumn field +linktitle: StartColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellArea::StartColumn field. Gets or set the start column of this area in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/cellarea/startcolumn/ +--- +## StartColumn field + + +Gets or set the start column of this area. + +```cpp +int32_t Aspose::Cells::CellArea::StartColumn +``` + +## See Also + +* Class [CellArea](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellarea/startrow/_index.md b/spanish/cpp/aspose.cells/cellarea/startrow/_index.md new file mode 100644 index 00000000000..03374d6def8 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellarea/startrow/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::CellArea::StartRow field +linktitle: StartRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellArea::StartRow field. Gets or set the start row of this area in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/cellarea/startrow/ +--- +## StartRow field + + +Gets or set the start row of this area. + +```cpp +int32_t Aspose::Cells::CellArea::StartRow +``` + +## See Also + +* Class [CellArea](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellarea/tostring/_index.md b/spanish/cpp/aspose.cells/cellarea/tostring/_index.md new file mode 100644 index 00000000000..12c716ba079 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellarea/tostring/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::CellArea::ToString method +linktitle: ToString +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellArea::ToString method. Returns a string represents the current cell area object in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/cellarea/tostring/ +--- +## CellArea::ToString method + + +Returns a string represents the current cell area object. + +```cpp +U16String Aspose::Cells::CellArea::ToString() +``` + + +## ReturnValue + + + +## See Also + +* Class [U16String](../../u16string/) +* Class [CellArea](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellbordertype/_index.md b/spanish/cpp/aspose.cells/cellbordertype/_index.md new file mode 100644 index 00000000000..ab6aa7fcd50 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellbordertype/_index.md @@ -0,0 +1,41 @@ +--- +title: Aspose::Cells::CellBorderType enum +linktitle: CellBorderType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellBorderType enum. Enumerates a cell''s border type in C++.' +type: docs +weight: 18600 +url: /es/cpp/aspose.cells/cellbordertype/ +--- +## CellBorderType enum + + +Enumerates a cell's border type. + +```cpp +enum class CellBorderType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| DashDot | 9 |
Represents thin dash-dotted line. | +| DashDotDot | 11 |
Represents thin dash-dot-dotted line. | +| Dashed | 3 |
Represents dashed line. | +| Dotted | 4 |
Represents dotted line. | +| Double | 6 |
Represents double line. | +| Hair | 7 |
Represents hair line. | +| MediumDashDot | 10 |
Represents medium dash-dotted line. | +| MediumDashDotDot | 12 |
Represents medium dash-dot-dotted line. | +| MediumDashed | 8 |
Represents medium dashed line. | +| None | 0 |
Represents no line. | +| Medium | 2 |
Represents medium line. | +| SlantedDashDot | 13 |
Represents slanted medium dash-dotted line. | +| Thick | 5 |
Represents thick line. | +| Thin | 1 |
Represents thin line. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/cellrichvalue/_impl/_index.md b/spanish/cpp/aspose.cells/cellrichvalue/_impl/_index.md new file mode 100644 index 00000000000..e298a5153ea --- /dev/null +++ b/spanish/cpp/aspose.cells/cellrichvalue/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::CellRichValue::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellRichValue::_impl field. The implementation object in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/cellrichvalue/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +CellRichValue_Impl* Aspose::Cells::CellRichValue::_impl +``` + +## See Also + +* Class [CellRichValue](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellrichvalue/_index.md b/spanish/cpp/aspose.cells/cellrichvalue/_index.md new file mode 100644 index 00000000000..4c04ac91d89 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellrichvalue/_index.md @@ -0,0 +1,42 @@ +--- +title: Aspose::Cells::CellRichValue class +linktitle: CellRichValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellRichValue class. Represents the rich value of the cell in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells/cellrichvalue/ +--- +## CellRichValue class + + +Represents the rich value of the cell. + +```cpp +class CellRichValue +``` + +## Methods + +| Method | Description | +| --- | --- | +| [CellRichValue(CellRichValue_Impl* impl)](./cellrichvalue/) | Constructs from an implementation object. | +| [CellRichValue(const CellRichValue\& src)](./cellrichvalue/) | Copy constructor. | +| [GetAltText()](./getalttext/) | Gets the alt text associated with the image. | +| [GetErrorValue()](./geterrorvalue/) | Gets the error value type of the cell. | +| [GetImage()](./getimage/) | Gets the image data of the cell. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const CellRichValue\& src)](./operator_asm/) | operator= | +| [SetAltText(const U16String\& value)](./setalttext/) | Gets the alt text associated with the image. | +| [SetAltText(const char16_t* value)](./setalttext/) | Gets the alt text associated with the image. | +| [~CellRichValue()](./~cellrichvalue/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/cellrichvalue/cellrichvalue/_index.md b/spanish/cpp/aspose.cells/cellrichvalue/cellrichvalue/_index.md new file mode 100644 index 00000000000..6f164b1a56d --- /dev/null +++ b/spanish/cpp/aspose.cells/cellrichvalue/cellrichvalue/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::CellRichValue::CellRichValue constructor +linktitle: CellRichValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellRichValue::CellRichValue constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/cellrichvalue/cellrichvalue/ +--- +## CellRichValue::CellRichValue(CellRichValue_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::CellRichValue::CellRichValue(CellRichValue_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CellRichValue](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CellRichValue::CellRichValue(const CellRichValue\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::CellRichValue::CellRichValue(const CellRichValue &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CellRichValue](../) +* Class [CellRichValue](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellrichvalue/getalttext/_index.md b/spanish/cpp/aspose.cells/cellrichvalue/getalttext/_index.md new file mode 100644 index 00000000000..c3bae80ec52 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellrichvalue/getalttext/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CellRichValue::GetAltText method +linktitle: GetAltText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellRichValue::GetAltText method. Gets the alt text associated with the image in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/cellrichvalue/getalttext/ +--- +## CellRichValue::GetAltText method + + +Gets the alt text associated with the image. + +```cpp +U16String Aspose::Cells::CellRichValue::GetAltText() +``` + +## See Also + +* Class [U16String](../../u16string/) +* Class [CellRichValue](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellrichvalue/geterrorvalue/_index.md b/spanish/cpp/aspose.cells/cellrichvalue/geterrorvalue/_index.md new file mode 100644 index 00000000000..ca134e99004 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellrichvalue/geterrorvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CellRichValue::GetErrorValue method +linktitle: GetErrorValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellRichValue::GetErrorValue method. Gets the error value type of the cell in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/cellrichvalue/geterrorvalue/ +--- +## CellRichValue::GetErrorValue method + + +Gets the error value type of the cell. + +```cpp +ErrorCellValueType Aspose::Cells::CellRichValue::GetErrorValue() +``` + +## See Also + +* Enum [ErrorCellValueType](../../errorcellvaluetype/) +* Class [CellRichValue](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellrichvalue/getimage/_index.md b/spanish/cpp/aspose.cells/cellrichvalue/getimage/_index.md new file mode 100644 index 00000000000..a064c170b91 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellrichvalue/getimage/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CellRichValue::GetImage method +linktitle: GetImage +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellRichValue::GetImage method. Gets the image data of the cell in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/cellrichvalue/getimage/ +--- +## CellRichValue::GetImage method + + +Gets the image data of the cell. + +```cpp +Vector Aspose::Cells::CellRichValue::GetImage() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CellRichValue](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellrichvalue/isnull/_index.md b/spanish/cpp/aspose.cells/cellrichvalue/isnull/_index.md new file mode 100644 index 00000000000..98c11ab5570 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellrichvalue/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::CellRichValue::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellRichValue::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/cellrichvalue/isnull/ +--- +## CellRichValue::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::CellRichValue::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [CellRichValue](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellrichvalue/operator_asm/_index.md b/spanish/cpp/aspose.cells/cellrichvalue/operator_asm/_index.md new file mode 100644 index 00000000000..7ab3a891e1a --- /dev/null +++ b/spanish/cpp/aspose.cells/cellrichvalue/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::CellRichValue::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellRichValue::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/cellrichvalue/operator_asm/ +--- +## CellRichValue::operator= method + + +operator= + +```cpp +CellRichValue & Aspose::Cells::CellRichValue::operator=(const CellRichValue &src) +``` + +## See Also + +* Class [CellRichValue](../) +* Class [Vector](../../vector/) +* Class [CellRichValue](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellrichvalue/operator_bool/_index.md b/spanish/cpp/aspose.cells/cellrichvalue/operator_bool/_index.md new file mode 100644 index 00000000000..a644743808d --- /dev/null +++ b/spanish/cpp/aspose.cells/cellrichvalue/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::CellRichValue::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellRichValue::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/cellrichvalue/operator_bool/ +--- +## CellRichValue::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::CellRichValue::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [CellRichValue](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellrichvalue/setalttext/_index.md b/spanish/cpp/aspose.cells/cellrichvalue/setalttext/_index.md new file mode 100644 index 00000000000..4815e8d8ffc --- /dev/null +++ b/spanish/cpp/aspose.cells/cellrichvalue/setalttext/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::CellRichValue::SetAltText method +linktitle: SetAltText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellRichValue::SetAltText method. Gets the alt text associated with the image in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/cellrichvalue/setalttext/ +--- +## CellRichValue::SetAltText(const U16String\&) method + + +Gets the alt text associated with the image. + +```cpp +void Aspose::Cells::CellRichValue::SetAltText(const U16String &value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [CellRichValue](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CellRichValue::SetAltText(const char16_t*) method + + +Gets the alt text associated with the image. + +```cpp +void Aspose::Cells::CellRichValue::SetAltText(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CellRichValue](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellrichvalue/~cellrichvalue/_index.md b/spanish/cpp/aspose.cells/cellrichvalue/~cellrichvalue/_index.md new file mode 100644 index 00000000000..cbcf533f236 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellrichvalue/~cellrichvalue/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::CellRichValue::~CellRichValue method +linktitle: ~CellRichValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellRichValue::~CellRichValue method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/cellrichvalue/~cellrichvalue/ +--- +## CellRichValue::~CellRichValue method + + +Destructor. + +```cpp +Aspose::Cells::CellRichValue::~CellRichValue() +``` + +## See Also + +* Class [CellRichValue](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/_impl/_index.md b/spanish/cpp/aspose.cells/cells/_impl/_index.md new file mode 100644 index 00000000000..d5bdb396ff4 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Cells::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::_impl field. The implementation object in C++.' +type: docs +weight: 14600 +url: /es/cpp/aspose.cells/cells/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +Cells_Impl* Aspose::Cells::Cells::_impl +``` + +## See Also + +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/_index.md b/spanish/cpp/aspose.cells/cells/_index.md new file mode 100644 index 00000000000..ccadc30c9d1 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/_index.md @@ -0,0 +1,258 @@ +--- +title: Aspose::Cells::Cells class +linktitle: Cells +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells class. Encapsulates a collection of cell relevant objects, such as Cell, Row, ...etc in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells/cells/ +--- +## Cells class + + +Encapsulates a collection of cell relevant objects, such as [Cell](../cell/), [Row](../row/), ...etc. + +```cpp +class Cells +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddRange(const Range\& rangeObject)](./addrange/) | Adds a range object reference to cells. | +| [ApplyColumnStyle(int32_t column, const Style\& style, const StyleFlag\& flag)](./applycolumnstyle/) | Applies formats for a whole column. | +| [ApplyRowStyle(int32_t row, const Style\& style, const StyleFlag\& flag)](./applyrowstyle/) | Applies formats for a whole row. | +| [ApplyStyle(const Style\& style, const StyleFlag\& flag)](./applystyle/) | Applies formats for a whole worksheet. | +| [Cells(Cells_Impl* impl)](./cells/) | Constructs from an implementation object. | +| [Cells(const Cells\& src)](./cells/) | Copy constructor. | +| [CheckCell(int32_t row, int32_t column)](./checkcell/) | Gets the [Cell](../cell/) element or null at the specified cell row index and column index. | +| [CheckColumn(int32_t columnIndex)](./checkcolumn/) | Gets the [Column](../column/) element or null at the specified column index. | +| [CheckRow(int32_t row)](./checkrow/) | Gets the [Row](../row/) element or null at the specified cell row index. | +| [Clear()](./clear/) | Clears all data of the worksheet. | +| [ClearContents(const CellArea\& range)](./clearcontents/) | Clears contents of a range. | +| [ClearContents(int32_t startRow, int32_t startColumn, int32_t endRow, int32_t endColumn)](./clearcontents/) | Clears contents of a range. | +| [ClearFormats(const CellArea\& range)](./clearformats/) | Clears formatting of a range. | +| [ClearFormats(int32_t startRow, int32_t startColumn, int32_t endRow, int32_t endColumn)](./clearformats/) | Clears formatting of a range. | +| [ClearMergedCells()](./clearmergedcells/) | Clears all merged ranges. | +| [ClearRange(const CellArea\& range)](./clearrange/) | Clears contents and formatting of a range. | +| [ClearRange(int32_t startRow, int32_t startColumn, int32_t endRow, int32_t endColumn)](./clearrange/) | Clears contents and formatting of a range. | +| [ConvertStringToNumericValue()](./convertstringtonumericvalue/) | Converts all string data in the worksheet to numeric value if possible. | +| [CopyColumn(const Cells\& sourceCells, int32_t sourceColumnIndex, int32_t destinationColumnIndex)](./copycolumn/) | Copies data and formats of a whole column. | +| [CopyColumns(const Cells\& sourceCells, int32_t sourceColumnIndex, int32_t destinationColumnIndex, int32_t columnNumber, const PasteOptions\& pasteOptions)](./copycolumns/) | Copies data and formats of a whole column. | +| [CopyColumns(const Cells\& sourceCells, int32_t sourceColumnIndex, int32_t destinationColumnIndex, int32_t columnNumber)](./copycolumns/) | Copies data and formats of whole columns. | +| [CopyColumns(const Cells\& sourceCells, int32_t sourceColumnIndex, int32_t sourceTotalColumns, int32_t destinationColumnIndex, int32_t destinationTotalColumns)](./copycolumns/) | Copies data and formats of the whole columns. | +| [CopyRow(const Cells\& sourceCells, int32_t sourceRowIndex, int32_t destinationRowIndex)](./copyrow/) | Copies data and formats of a whole row. | +| [CopyRows(const Cells\& sourceCells, int32_t sourceRowIndex, int32_t destinationRowIndex, int32_t rowNumber)](./copyrows/) | Copies data and formats of some whole rows. | +| [CopyRows(const Cells\& sourceCells, int32_t sourceRowIndex, int32_t destinationRowIndex, int32_t rowNumber, const CopyOptions\& copyOptions)](./copyrows/) | Copies data and formats of some whole rows. | +| [CopyRows(const Cells\& sourceCells0, int32_t sourceRowIndex, int32_t destinationRowIndex, int32_t rowNumber, const CopyOptions\& copyOptions, const PasteOptions\& pasteOptions)](./copyrows/) | Copies data and formats of some whole rows. | +| [CreateRange(const U16String\& upperLeftCell, const U16String\& lowerRightCell)](./createrange/) | Creates a [Range](../range/) object from a range of cells. | +| [CreateRange(const char16_t* upperLeftCell, const char16_t* lowerRightCell)](./createrange/) | Creates a [Range](../range/) object from a range of cells. | +| [CreateRange(int32_t firstRow, int32_t firstColumn, int32_t totalRows, int32_t totalColumns)](./createrange/) | Creates a [Range](../range/) object from a range of cells. | +| [CreateRange(const U16String\& address)](./createrange/) | Creates a [Range](../range/) object from an address of the range. | +| [CreateRange(const char16_t* address)](./createrange/) | Creates a [Range](../range/) object from an address of the range. | +| [CreateRange(int32_t firstIndex, int32_t number, bool isVertical)](./createrange/) | Creates a [Range](../range/) object from rows of cells or columns of cells. | +| [DeleteBlankColumns()](./deleteblankcolumns/) | Delete all blank columns which do not contain any data. | +| [DeleteBlankColumns(const DeleteOptions\& options)](./deleteblankcolumns/) | Delete all blank columns which do not contain any data. | +| [DeleteBlankRows()](./deleteblankrows/) | Delete all blank rows which do not contain any data or other object. | +| [DeleteBlankRows(const DeleteOptions\& options)](./deleteblankrows/) | Delete all blank rows which do not contain any data or some special objects such as visible comment, pivot table. | +| [DeleteColumn(int32_t columnIndex, bool updateReference)](./deletecolumn/) | Deletes a column. | +| [DeleteColumn(int32_t columnIndex)](./deletecolumn/) | Deletes a column. | +| [DeleteColumns(int32_t columnIndex, int32_t totalColumns, bool updateReference)](./deletecolumns/) | Deletes several columns. | +| [DeleteColumns(int32_t columnIndex, int32_t totalColumns, const DeleteOptions\& options)](./deletecolumns/) | Deletes several columns. | +| [DeleteRange(int32_t startRow, int32_t startColumn, int32_t endRow, int32_t endColumn, ShiftType shiftType)](./deleterange/) | Deletes a range of cells and shift cells according to the shift option. | +| [DeleteRow(int32_t rowIndex)](./deleterow/) | Deletes a row. | +| [DeleteRow(int32_t rowIndex, bool updateReference)](./deleterow/) | Deletes a row. | +| [DeleteRows(int32_t rowIndex, int32_t totalRows)](./deleterows/) | Deletes multiple rows. | +| [DeleteRows(int32_t rowIndex, int32_t totalRows, bool updateReference)](./deleterows/) | Deletes multiple rows in the worksheet. | +| [DeleteRows(int32_t rowIndex, int32_t totalRows, const DeleteOptions\& options)](./deleterows/) | Deletes multiple rows in the worksheet. | +| [Dispose()](./dispose/) | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | +| [EndCellInColumn(int32_t columnIndex)](./endcellincolumn/) | Gets the last cell in this column. | +| [EndCellInColumn(int32_t startRow, int32_t endRow, int32_t startColumn, int32_t endColumn)](./endcellincolumn/) | Gets the last cell with maximum column index in this range. | +| [EndCellInRow(int32_t rowIndex)](./endcellinrow/) | Gets the last cell in this row. | +| [EndCellInRow(int32_t startRow, int32_t endRow, int32_t startColumn, int32_t endColumn)](./endcellinrow/) | Gets the last cell with maximum row index in this range. | +| [ExportArray(int32_t firstRow, int32_t firstColumn, int32_t totalRows, int32_t totalColumns)](./exportarray/) | Exports data in the [Cells](./) collection to a two-dimension array object. | +| [Find(const Aspose::Cells::Object\& what, const Cell\& previousCell)](./find/) | Finds the cell containing with the input object. | +| [Find(const Aspose::Cells::Object\& what, const Cell\& previousCell, const FindOptions\& findOptions)](./find/) | Finds the cell containing with the input object. | +| [Get(int32_t row, int32_t column)](./get/) | Gets the [Cell](../cell/) element at the specified cell row index and column index. | +| [Get(const U16String\& cellName)](./get/) | Gets the [Cell](../cell/) element at the specified cell name. | +| [Get(const char16_t* cellName)](./get/) | Gets the [Cell](../cell/) element at the specified cell name. | +| [GetCell(int32_t row, int32_t column)](./getcell/) | **(Deprecated)** Gets the [Cell](../cell/) element or null at the specified cell row index and column index. | +| [GetCellDisplayStyle(int32_t row, int32_t column)](./getcelldisplaystyle/) | Get the display style of given cell. | +| [GetCellDisplayStyle(int32_t row, int32_t column, BorderType adjacentBorders)](./getcelldisplaystyle/) | Get the display style of given cell. | +| [GetCellStyle(int32_t row, int32_t column)](./getcellstyle/) | Get the style of given cell. | +| [GetCellsWithPlaceInCellPicture()](./getcellswithplaceincellpicture/) | Gets all cells that contain embedded picture. | +| [GetColumnOriginalWidthPoint(int32_t column)](./getcolumnoriginalwidthpoint/) | **(Deprecated)** Gets original column's height in unit of point if the column is hidden. | +| [GetColumns()](./getcolumns/) | Gets the collection of [Column](../column/) objects that represents the individual columns in this worksheet. | +| [GetColumnWidth(int32_t column, bool isOriginal, CellsUnitType unitType)](./getcolumnwidth/) | Gets the column width. | +| [GetColumnWidth(int32_t column)](./getcolumnwidth/) | Gets the width(in unit of characters) of the specified column in normal view. | +| [GetColumnWidthInch(int32_t column)](./getcolumnwidthinch/) | **(Deprecated)** Gets the width of the specified column in normal view, in units of inches. | +| [GetColumnWidthPixel(int32_t column)](./getcolumnwidthpixel/) | Gets the width of the specified column in normal view, in units of pixel. | +| [GetColumnWidthPixel(int32_t column, bool original)](./getcolumnwidthpixel/) | **(Deprecated)** Gets the width of the specified column in normal view, in units of pixel. | +| [GetCount()](./getcount/) | Gets the total count of instantiated [Cell](../cell/) objects. | +| [GetCountLarge()](./getcountlarge/) | Gets the total count of instantiated [Cell](../cell/) objects. | +| [GetDependents(bool isAll, int32_t row, int32_t column)](./getdependents/) | Get all cells which refer to the specific cell. | +| [GetDependentsInCalculation(int32_t row, int32_t column, bool recursive)](./getdependentsincalculation/) | Gets all cells whose calculated result depends on specific cell. | +| [GetEnumerator()](./getenumerator/) | Gets the cells enumerator. | +| [GetFirstCell()](./getfirstcell/) | Gets the first cell in this worksheet. | +| [GetFirstDataRow(int32_t column)](./getfirstdatarow/) | Gets the first row index of cell which contains data in the specified column. | +| [GetGroupedColumnOutlineLevel(int32_t columnIndex)](./getgroupedcolumnoutlinelevel/) | Gets the outline level (zero-based) of the column. | +| [GetGroupedRowOutlineLevel(int32_t rowIndex)](./getgroupedrowoutlinelevel/) | Gets the outline level (zero-based) of the row. | +| [GetLastCell()](./getlastcell/) | Gets the last cell in this worksheet. | +| [GetLastDataRow(int32_t column)](./getlastdatarow/) | Gets the last row index of cell which contains data in the specified column. | +| [GetMaxColumn()](./getmaxcolumn/) | Maximum column index of those cells that have been instantiated in the collection(does not include the column where style is defined for the whole column but no cell has been instantiated in it). | +| [GetMaxDataColumn()](./getmaxdatacolumn/) | Maximum column index of cell which contains data. | +| [GetMaxDataRow()](./getmaxdatarow/) | Maximum row index of cell which contains data. | +| [GetMaxDisplayRange()](./getmaxdisplayrange/) | Gets the max range which includes data, merged cells and shapes. | +| [GetMaxGroupedColumnOutlineLevel()](./getmaxgroupedcolumnoutlinelevel/) | Gets the max grouped column outline level (zero-based). | +| [GetMaxGroupedRowOutlineLevel()](./getmaxgroupedrowoutlinelevel/) | Gets the max grouped row outline level (zero-based). | +| [GetMaxRow()](./getmaxrow/) | Maximum row index of cell which contains data or style. | +| [GetMemorySetting()](./getmemorysetting/) | Gets or sets the memory usage option for this cells. | +| [GetMergedAreas()](./getmergedareas/) | Gets all merged cells. | +| [GetMinColumn()](./getmincolumn/) | Minimum column index of those cells that have been instantiated in the collection(does not include the column where style is defined for the whole column but no cell has been instantiated in it). | +| [GetMinDataColumn()](./getmindatacolumn/) | Minimum column index of cell which contains data. | +| [GetMinDataRow()](./getmindatarow/) | Minimum row index of cell which contains data. | +| [GetMinRow()](./getminrow/) | Minimum row index of cell which contains data or style. | +| [GetMultiThreadReading()](./getmultithreadreading/) | Gets or sets whether the cells data model should support Multi-Thread reading. Default value of this property is false. | +| [GetOdsCellFields()](./getodscellfields/) | Gets the list of fields of ods. | +| [GetPreserveString()](./getpreservestring/) | Gets or sets a value indicating whether all worksheet values are preserved as strings. Default is false. | +| [GetRanges()](./getranges/) | Gets the collection of [Range](../range/) objects created at run time. | +| [GetRow(int32_t row)](./getrow/) | **(Deprecated)** Gets the [Row](../row/) element at the specified cell row index. | +| [GetRowHeight(int32_t row, bool isOriginal, CellsUnitType unitType)](./getrowheight/) | Gets row's height. | +| [GetRowHeight(int32_t row)](./getrowheight/) | Gets the height of a specified row, in unit of points. | +| [GetRowHeightInch(int32_t row)](./getrowheightinch/) | Gets the height of a specified row in unit of inches. | +| [GetRowHeightPixel(int32_t row)](./getrowheightpixel/) | Gets the height of a specified row in unit of pixel. | +| [GetRowOriginalHeightPoint(int32_t row)](./getroworiginalheightpoint/) | **(Deprecated)** Gets original row's height in unit of point if the row is hidden. | +| [GetRows()](./getrows/) | Gets the collection of [Row](../row/) objects that represents the individual rows in this worksheet. | +| [GetStandardHeight()](./getstandardheight/) | Gets or sets the default row height in this worksheet, in unit of points. | +| [GetStandardHeightInch()](./getstandardheightinch/) | Gets or sets the default row height in this worksheet, in unit of inches. | +| [GetStandardHeightPixels()](./getstandardheightpixels/) | Gets or sets the default row height in this worksheet, in unit of pixels. | +| [GetStandardWidth()](./getstandardwidth/) | Gets or sets the default column width in the worksheet, in unit of characters. | +| [GetStandardWidthInch()](./getstandardwidthinch/) | Gets or sets the default column width in the worksheet, in unit of inches. | +| [GetStandardWidthPixels()](./getstandardwidthpixels/) | Gets or sets the default column width in the worksheet, in unit of pixels. | +| [GetStyle()](./getstyle/) | Gets and sets the default style of the worksheet. | +| [GetViewColumnWidthPixel(int32_t column)](./getviewcolumnwidthpixel/) | Get the width in different view type. | +| [GetViewRowHeight(int32_t row)](./getviewrowheight/) | Gets the height of a specified row. | +| [GetViewRowHeightInch(int32_t row)](./getviewrowheightinch/) | Gets the height of a specified row in unit of inches. | +| [GroupColumns(int32_t firstIndex, int32_t lastIndex)](./groupcolumns/) | Groups columns. | +| [GroupColumns(int32_t firstIndex, int32_t lastIndex, bool isHidden)](./groupcolumns/) | Groups columns. | +| [GroupRows(int32_t firstIndex, int32_t lastIndex, bool isHidden)](./grouprows/) | Groups rows. | +| [GroupRows(int32_t firstIndex, int32_t lastIndex)](./grouprows/) | Groups rows. | +| [HideColumn(int32_t column)](./hidecolumn/) | Hides a column. | +| [HideColumns(int32_t column, int32_t totalColumns)](./hidecolumns/) | Hide multiple columns. | +| [HideGroupDetail(bool isVertical, int32_t index)](./hidegroupdetail/) | Collapses the grouped rows/columns. | +| [HideRow(int32_t row)](./hiderow/) | Hides a row. | +| [HideRows(int32_t row, int32_t totalRows)](./hiderows/) | Hides multiple rows. | +| [ImportCSV(const U16String\& fileName, const U16String\& splitter, bool convertNumericData, int32_t firstRow, int32_t firstColumn)](./importcsv/) | Import a CSV file to the cells. | +| [ImportCSV(const char16_t* fileName, const char16_t* splitter, bool convertNumericData, int32_t firstRow, int32_t firstColumn)](./importcsv/) | Import a CSV file to the cells. | +| [ImportCSV(const Vector \\& stream, const U16String\& splitter, bool convertNumericData, int32_t firstRow, int32_t firstColumn)](./importcsv/) | Import a CSV file to the cells. | +| [ImportCSV(const Vector \\& stream, const char16_t* splitter, bool convertNumericData, int32_t firstRow, int32_t firstColumn)](./importcsv/) | Import a CSV file to the cells. | +| [ImportCSV(const U16String\& fileName, const TxtLoadOptions\& options, int32_t firstRow, int32_t firstColumn)](./importcsv/) | Import a CSV file to the cells. | +| [ImportCSV(const char16_t* fileName, const TxtLoadOptions\& options, int32_t firstRow, int32_t firstColumn)](./importcsv/) | Import a CSV file to the cells. | +| [ImportCSV(const Vector \\& stream, const TxtLoadOptions\& options, int32_t firstRow, int32_t firstColumn)](./importcsv/) | Import a CSV file to the cells. | +| [ImportFormulaArray(const Vector \\& stringArray, int32_t firstRow, int32_t firstColumn, bool isVertical)](./importformulaarray/) | Imports an array of formula into a worksheet. | +| [InsertColumn(int32_t columnIndex, bool updateReference)](./insertcolumn/) | Inserts a new column into the worksheet. | +| [InsertColumn(int32_t columnIndex)](./insertcolumn/) | Inserts a new column into the worksheet. | +| [InsertColumns(int32_t columnIndex, int32_t totalColumns)](./insertcolumns/) | Inserts some columns into the worksheet. | +| [InsertColumns(int32_t columnIndex, int32_t totalColumns, bool updateReference)](./insertcolumns/) | Inserts some columns into the worksheet. | +| [InsertColumns(int32_t columnIndex, int32_t totalColumns, const InsertOptions\& options)](./insertcolumns/) | Inserts some columns into the worksheet. | +| [InsertCutCells(const Range\& cutRange, int32_t row, int32_t column, ShiftType shiftType)](./insertcutcells/) | Insert cut range. | +| [InsertRange(const CellArea\& area, int32_t shiftNumber, ShiftType shiftType, bool updateReference)](./insertrange/) | Inserts a range of cells and shift cells according to the shift option. | +| [InsertRange(const CellArea\& area, ShiftType shiftType)](./insertrange/) | Inserts a range of cells and shift cells according to the shift option. | +| [InsertRange(const CellArea\& area, int32_t shiftNumber, ShiftType shiftType)](./insertrange/) | Inserts a range of cells and shift cells according to the shift option. | +| [InsertRow(int32_t rowIndex)](./insertrow/) | Inserts a new row into the worksheet. | +| [InsertRows(int32_t rowIndex, int32_t totalRows, bool updateReference)](./insertrows/) | Inserts multiple rows into the worksheet. | +| [InsertRows(int32_t rowIndex, int32_t totalRows, const InsertOptions\& options)](./insertrows/) | Inserts multiple rows into the worksheet. | +| [InsertRows(int32_t rowIndex, int32_t totalRows)](./insertrows/) | Inserts multiple rows into the worksheet. | +| [IsBlankColumn(int32_t columnIndex)](./isblankcolumn/) | Checks whether given column is blank(does not contain any data). | +| [IsColumnHidden(int32_t columnIndex)](./iscolumnhidden/) | Checks whether a column at given index is hidden. | +| [IsDefaultColumnHidden()](./isdefaultcolumnhidden/) | | +| [IsDefaultRowHeightMatched()](./isdefaultrowheightmatched/) | Indicates that row height and default font height matches. | +| [IsDefaultRowHidden()](./isdefaultrowhidden/) | Indicates whether the row is default hidden. | +| [IsDeletingRangeEnabled(int32_t startRow, int32_t startColumn, int32_t totalRows, int32_t totalColumns)](./isdeletingrangeenabled/) | Check whether the range could be deleted. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsRowHidden(int32_t rowIndex)](./isrowhidden/) | Checks whether a row at given index is hidden. | +| [LinkToXmlMap(const U16String\& mapName, int32_t row, int32_t column, const U16String\& path)](./linktoxmlmap/) | Link to a xml map. | +| [LinkToXmlMap(const char16_t* mapName, int32_t row, int32_t column, const char16_t* path)](./linktoxmlmap/) | Link to a xml map. | +| [Merge(int32_t firstRow, int32_t firstColumn, int32_t totalRows, int32_t totalColumns)](./merge/) | Merges a specified range of cells into a single cell. | +| [Merge(int32_t firstRow, int32_t firstColumn, int32_t totalRows, int32_t totalColumns, bool mergeConflict)](./merge/) | Merges a specified range of cells into a single cell. | +| [Merge(int32_t firstRow, int32_t firstColumn, int32_t totalRows, int32_t totalColumns, bool checkConflict, bool mergeConflict)](./merge/) | Merges a specified range of cells into a single cell. | +| [MoveRange(const CellArea\& sourceArea, int32_t destRow, int32_t destColumn)](./moverange/) | Moves the range. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const Cells\& src)](./operator_asm/) | operator= | +| [RemoveDuplicates()](./removeduplicates/) | Removes duplicate rows in the sheet. | +| [RemoveDuplicates(int32_t startRow, int32_t startColumn, int32_t endRow, int32_t endColumn)](./removeduplicates/) | Removes duplicate values in the range. | +| [RemoveDuplicates(int32_t startRow, int32_t startColumn, int32_t endRow, int32_t endColumn, bool hasHeaders, const Vector \\& columnOffsets)](./removeduplicates/) | Removes duplicate data of the range. | +| [RemoveFormulas()](./removeformulas/) | Removes all formula and replaces with the value of the formula. | +| [RetrieveSubtotalSetting(const CellArea\& ca)](./retrievesubtotalsetting/) | Retrieves subtotals setting of the range. | +| [SetColumnWidth(int32_t column, double width)](./setcolumnwidth/) | Sets the width of the specified column in normal view. | +| [SetColumnWidthInch(int32_t column, double inches)](./setcolumnwidthinch/) | Sets column width in unit of inches in normal view. | +| [SetColumnWidthPixel(int32_t column, int32_t pixels)](./setcolumnwidthpixel/) | Sets column width in unit of pixels in normal view. | +| [SetIsDefaultColumnHidden(bool value)](./setisdefaultcolumnhidden/) | | +| [SetIsDefaultRowHeightMatched(bool value)](./setisdefaultrowheightmatched/) | Indicates that row height and default font height matches. | +| [SetIsDefaultRowHidden(bool value)](./setisdefaultrowhidden/) | Indicates whether the row is default hidden. | +| [SetMemorySetting(MemorySetting value)](./setmemorysetting/) | Gets or sets the memory usage option for this cells. | +| [SetMultiThreadReading(bool value)](./setmultithreadreading/) | Gets or sets whether the cells data model should support Multi-Thread reading. Default value of this property is false. | +| [SetPreserveString(bool value)](./setpreservestring/) | Gets or sets a value indicating whether all worksheet values are preserved as strings. Default is false. | +| [SetRowHeight(int32_t row, double height)](./setrowheight/) | Sets the height of the specified row. | +| [SetRowHeightInch(int32_t row, double inches)](./setrowheightinch/) | Sets row height in unit of inches. | +| [SetRowHeightPixel(int32_t row, int32_t pixels)](./setrowheightpixel/) | Sets row height in unit of pixels. | +| [SetStandardHeight(double value)](./setstandardheight/) | Gets or sets the default row height in this worksheet, in unit of points. | +| [SetStandardHeightInch(double value)](./setstandardheightinch/) | Gets or sets the default row height in this worksheet, in unit of inches. | +| [SetStandardHeightPixels(int32_t value)](./setstandardheightpixels/) | Gets or sets the default row height in this worksheet, in unit of pixels. | +| [SetStandardWidth(double value)](./setstandardwidth/) | Gets or sets the default column width in the worksheet, in unit of characters. | +| [SetStandardWidthInch(double value)](./setstandardwidthinch/) | Gets or sets the default column width in the worksheet, in unit of inches. | +| [SetStandardWidthPixels(int32_t value)](./setstandardwidthpixels/) | Gets or sets the default column width in the worksheet, in unit of pixels. | +| [SetStyle(const Style\& value)](./setstyle/) | Gets and sets the default style of the worksheet. | +| [SetViewColumnWidthPixel(int32_t column, int32_t pixels)](./setviewcolumnwidthpixel/) | Sets the width of the column in different view. | +| [ShowGroupDetail(bool isVertical, int32_t index)](./showgroupdetail/) | Expands the grouped rows/columns. | +| [Subtotal(const CellArea\& ca, int32_t groupBy, ConsolidationFunction function, const Vector \\& totalList)](./subtotal/) | Creates subtotals for the range. | +| [Subtotal(const CellArea\& ca, int32_t groupBy, ConsolidationFunction function, const Vector \\& totalList, bool replace, bool pageBreaks, bool summaryBelowData)](./subtotal/) | Creates subtotals for the range. | +| [TextToColumns(int32_t row, int32_t column, int32_t totalRows, const TxtLoadOptions\& options)](./texttocolumns/) | Splits content in specified column into multiple columns.. | +| [UngroupColumns(int32_t firstIndex, int32_t lastIndex)](./ungroupcolumns/) | Ungroups columns. | +| [UngroupRows(int32_t firstIndex, int32_t lastIndex, bool isAll)](./ungrouprows/) | Ungroups rows. | +| [UngroupRows(int32_t firstIndex, int32_t lastIndex)](./ungrouprows/) | Ungroups rows. | +| [UnhideColumn(int32_t column, double width)](./unhidecolumn/) | Unhides a column. | +| [UnhideColumns(int32_t column, int32_t totalColumns, double width)](./unhidecolumns/) | Unhide multiple columns. | +| [UnhideRow(int32_t row, double height)](./unhiderow/) | Unhides a row. | +| [UnhideRows(int32_t row, int32_t totalRows, double height)](./unhiderows/) | Unhides the hidden rows. | +| [UnMerge(int32_t firstRow, int32_t firstColumn, int32_t totalRows, int32_t totalColumns)](./unmerge/) | Unmerges a specified range of merged cells. | +| [~Cells()](./~cells/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook excel; +Cells cells = excel.GetWorksheets().Get(0).GetCells(); + +//Establecer la altura predeterminada de la fila +cells.SetStandardHeight(20); +//Establecer la altura de la fila +cells.SetRowHeight(2, 20.5); + +//Establecer ancho de columna predeterminado +cells.SetStandardWidth(15); +//Establecer ancho de columna +cells.SetColumnWidth(3, 12.57); + +//Combinar celdas +cells.Merge(5, 4, 2, 2); + +//Colocar valores en celdas +cells.Get(0, 0).PutValue(true); +cells.Get(0, 1).PutValue(1); +cells.Get(0, 2).PutValue(u"abc"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/cells/addrange/_index.md b/spanish/cpp/aspose.cells/cells/addrange/_index.md new file mode 100644 index 00000000000..122fc7711df --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/addrange/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Cells::AddRange method +linktitle: AddRange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::AddRange method. Adds a range object reference to cells in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells/cells/addrange/ +--- +## Cells::AddRange method + + +Adds a range object reference to cells. + +```cpp +void Aspose::Cells::Cells::AddRange(const Range &rangeObject) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| rangeObject | const Range\& | The range object will be contained in the cells | + +## See Also + +* Class [Vector](../../vector/) +* Class [Range](../../range/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/applycolumnstyle/_index.md b/spanish/cpp/aspose.cells/cells/applycolumnstyle/_index.md new file mode 100644 index 00000000000..13cb7274ad1 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/applycolumnstyle/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Cells::ApplyColumnStyle method +linktitle: ApplyColumnStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::ApplyColumnStyle method. Applies formats for a whole column in C++.' +type: docs +weight: 9100 +url: /es/cpp/aspose.cells/cells/applycolumnstyle/ +--- +## Cells::ApplyColumnStyle method + + +Applies formats for a whole column. + +```cpp +void Aspose::Cells::Cells::ApplyColumnStyle(int32_t column, const Style &style, const StyleFlag &flag) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| column | int32_t | The column index. | +| style | const Style\& | The style object which will be applied. | +| flag | const StyleFlag\& | Flags which indicates applied formatting properties. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Style](../../style/) +* Class [StyleFlag](../../styleflag/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/applyrowstyle/_index.md b/spanish/cpp/aspose.cells/cells/applyrowstyle/_index.md new file mode 100644 index 00000000000..cdd8e3d82bb --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/applyrowstyle/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Cells::ApplyRowStyle method +linktitle: ApplyRowStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::ApplyRowStyle method. Applies formats for a whole row in C++.' +type: docs +weight: 9200 +url: /es/cpp/aspose.cells/cells/applyrowstyle/ +--- +## Cells::ApplyRowStyle method + + +Applies formats for a whole row. + +```cpp +void Aspose::Cells::Cells::ApplyRowStyle(int32_t row, const Style &style, const StyleFlag &flag) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | The row index. | +| style | const Style\& | The style object which will be applied. | +| flag | const StyleFlag\& | Flags which indicates applied formatting properties. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Style](../../style/) +* Class [StyleFlag](../../styleflag/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/applystyle/_index.md b/spanish/cpp/aspose.cells/cells/applystyle/_index.md new file mode 100644 index 00000000000..c6875c5d86c --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/applystyle/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Cells::ApplyStyle method +linktitle: ApplyStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::ApplyStyle method. Applies formats for a whole worksheet in C++.' +type: docs +weight: 9300 +url: /es/cpp/aspose.cells/cells/applystyle/ +--- +## Cells::ApplyStyle method + + +Applies formats for a whole worksheet. + +```cpp +void Aspose::Cells::Cells::ApplyStyle(const Style &style, const StyleFlag &flag) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| style | const Style\& | The style object which will be applied. | +| flag | const StyleFlag\& | Flags which indicates applied formatting properties. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Style](../../style/) +* Class [StyleFlag](../../styleflag/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/cells/_index.md b/spanish/cpp/aspose.cells/cells/cells/_index.md new file mode 100644 index 00000000000..ad0fa6e8d38 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/cells/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Cells::Cells constructor +linktitle: Cells +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::Cells constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/cells/cells/ +--- +## Cells::Cells(Cells_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Cells::Cells(Cells_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cells::Cells(const Cells\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Cells::Cells(const Cells &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/checkcell/_index.md b/spanish/cpp/aspose.cells/cells/checkcell/_index.md new file mode 100644 index 00000000000..b608b18605e --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/checkcell/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Cells::CheckCell method +linktitle: CheckCell +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::CheckCell method. Gets the Cell element or null at the specified cell row index and column index in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells/cells/checkcell/ +--- +## Cells::CheckCell method + + +Gets the [Cell](../../cell/) element or null at the specified cell row index and column index. + +```cpp +Cell Aspose::Cells::Cells::CheckCell(int32_t row, int32_t column) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | [Row](../../row/) index | +| column | int32_t | [Column](../../column/) index | + +## ReturnValue + +Return [Cell](../../cell/) object if a [Cell](../../cell/) object exists. Return null if the cell does not exist. + +## See Also + +* Class [Cell](../../cell/) +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/checkcolumn/_index.md b/spanish/cpp/aspose.cells/cells/checkcolumn/_index.md new file mode 100644 index 00000000000..5f9b3d0da28 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/checkcolumn/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Cells::CheckColumn method +linktitle: CheckColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::CheckColumn method. Gets the Column element or null at the specified column index in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells/cells/checkcolumn/ +--- +## Cells::CheckColumn method + + +Gets the [Column](../../column/) element or null at the specified column index. + +```cpp +Column Aspose::Cells::Cells::CheckColumn(int32_t columnIndex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| columnIndex | int32_t | The column index. | + +## ReturnValue + +The [Column](../../column/) object. + +## See Also + +* Class [Column](../../column/) +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/checkrow/_index.md b/spanish/cpp/aspose.cells/cells/checkrow/_index.md new file mode 100644 index 00000000000..c0ba66b2603 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/checkrow/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Cells::CheckRow method +linktitle: CheckRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::CheckRow method. Gets the Row element or null at the specified cell row index in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells/cells/checkrow/ +--- +## Cells::CheckRow method + + +Gets the [Row](../../row/) element or null at the specified cell row index. + +```cpp +Row Aspose::Cells::Cells::CheckRow(int32_t row) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | [Row](../../row/) index | + +## ReturnValue + +Returns [Row](../../row/) object If the row object does exist, otherwise returns null. + +## See Also + +* Class [Row](../../row/) +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/clear/_index.md b/spanish/cpp/aspose.cells/cells/clear/_index.md new file mode 100644 index 00000000000..aac429d025c --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/clear/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cells::Clear method +linktitle: Clear +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::Clear method. Clears all data of the worksheet in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells/cells/clear/ +--- +## Cells::Clear method + + +Clears all data of the worksheet. + +```cpp +void Aspose::Cells::Cells::Clear() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/clearcontents/_index.md b/spanish/cpp/aspose.cells/cells/clearcontents/_index.md new file mode 100644 index 00000000000..6bda71a754d --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/clearcontents/_index.md @@ -0,0 +1,53 @@ +--- +title: Aspose::Cells::Cells::ClearContents method +linktitle: ClearContents +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::ClearContents method. Clears contents of a range in C++.' +type: docs +weight: 12200 +url: /es/cpp/aspose.cells/cells/clearcontents/ +--- +## Cells::ClearContents(const CellArea\&) method + + +Clears contents of a range. + +```cpp +void Aspose::Cells::Cells::ClearContents(const CellArea &range) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| range | const CellArea\& | [Range](../../range/) to be cleared. | + +## See Also + +* Class [Vector](../../vector/) +* Class [CellArea](../../cellarea/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cells::ClearContents(int32_t, int32_t, int32_t, int32_t) method + + +Clears contents of a range. + +```cpp +void Aspose::Cells::Cells::ClearContents(int32_t startRow, int32_t startColumn, int32_t endRow, int32_t endColumn) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| startRow | int32_t | Start row index. | +| startColumn | int32_t | Start column index. | +| endRow | int32_t | End row index. | +| endColumn | int32_t | End column index. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/clearformats/_index.md b/spanish/cpp/aspose.cells/cells/clearformats/_index.md new file mode 100644 index 00000000000..eb18f4022ea --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/clearformats/_index.md @@ -0,0 +1,53 @@ +--- +title: Aspose::Cells::Cells::ClearFormats method +linktitle: ClearFormats +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::ClearFormats method. Clears formatting of a range in C++.' +type: docs +weight: 12300 +url: /es/cpp/aspose.cells/cells/clearformats/ +--- +## Cells::ClearFormats(const CellArea\&) method + + +Clears formatting of a range. + +```cpp +void Aspose::Cells::Cells::ClearFormats(const CellArea &range) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| range | const CellArea\& | [Range](../../range/) to be cleared. | + +## See Also + +* Class [Vector](../../vector/) +* Class [CellArea](../../cellarea/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cells::ClearFormats(int32_t, int32_t, int32_t, int32_t) method + + +Clears formatting of a range. + +```cpp +void Aspose::Cells::Cells::ClearFormats(int32_t startRow, int32_t startColumn, int32_t endRow, int32_t endColumn) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| startRow | int32_t | Start row index. | +| startColumn | int32_t | Start column index. | +| endRow | int32_t | End row index. | +| endColumn | int32_t | End column index. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/clearmergedcells/_index.md b/spanish/cpp/aspose.cells/cells/clearmergedcells/_index.md new file mode 100644 index 00000000000..555b3b4dba5 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/clearmergedcells/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cells::ClearMergedCells method +linktitle: ClearMergedCells +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::ClearMergedCells method. Clears all merged ranges in C++.' +type: docs +weight: 4900 +url: /es/cpp/aspose.cells/cells/clearmergedcells/ +--- +## Cells::ClearMergedCells method + + +Clears all merged ranges. + +```cpp +void Aspose::Cells::Cells::ClearMergedCells() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/clearrange/_index.md b/spanish/cpp/aspose.cells/cells/clearrange/_index.md new file mode 100644 index 00000000000..9bb9675dd75 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/clearrange/_index.md @@ -0,0 +1,53 @@ +--- +title: Aspose::Cells::Cells::ClearRange method +linktitle: ClearRange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::ClearRange method. Clears contents and formatting of a range in C++.' +type: docs +weight: 12100 +url: /es/cpp/aspose.cells/cells/clearrange/ +--- +## Cells::ClearRange(const CellArea\&) method + + +Clears contents and formatting of a range. + +```cpp +void Aspose::Cells::Cells::ClearRange(const CellArea &range) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| range | const CellArea\& | [Range](../../range/) to be cleared. | + +## See Also + +* Class [Vector](../../vector/) +* Class [CellArea](../../cellarea/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cells::ClearRange(int32_t, int32_t, int32_t, int32_t) method + + +Clears contents and formatting of a range. + +```cpp +void Aspose::Cells::Cells::ClearRange(int32_t startRow, int32_t startColumn, int32_t endRow, int32_t endColumn) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| startRow | int32_t | Start row index. | +| startColumn | int32_t | Start column index. | +| endRow | int32_t | End row index. | +| endColumn | int32_t | End column index. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/convertstringtonumericvalue/_index.md b/spanish/cpp/aspose.cells/cells/convertstringtonumericvalue/_index.md new file mode 100644 index 00000000000..1d6cf8a2c80 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/convertstringtonumericvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cells::ConvertStringToNumericValue method +linktitle: ConvertStringToNumericValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::ConvertStringToNumericValue method. Converts all string data in the worksheet to numeric value if possible in C++.' +type: docs +weight: 14000 +url: /es/cpp/aspose.cells/cells/convertstringtonumericvalue/ +--- +## Cells::ConvertStringToNumericValue method + + +Converts all string data in the worksheet to numeric value if possible. + +```cpp +void Aspose::Cells::Cells::ConvertStringToNumericValue() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/copycolumn/_index.md b/spanish/cpp/aspose.cells/cells/copycolumn/_index.md new file mode 100644 index 00000000000..2d891d12d67 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/copycolumn/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Cells::CopyColumn method +linktitle: CopyColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::CopyColumn method. Copies data and formats of a whole column in C++.' +type: docs +weight: 9500 +url: /es/cpp/aspose.cells/cells/copycolumn/ +--- +## Cells::CopyColumn method + + +Copies data and formats of a whole column. + +```cpp +void Aspose::Cells::Cells::CopyColumn(const Cells &sourceCells, int32_t sourceColumnIndex, int32_t destinationColumnIndex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sourceCells | const Cells\& | Source [Cells](../) object contains data and formats to copy. | +| sourceColumnIndex | int32_t | Source column index. | +| destinationColumnIndex | int32_t | Destination column index. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/copycolumns/_index.md b/spanish/cpp/aspose.cells/cells/copycolumns/_index.md new file mode 100644 index 00000000000..87be82ae2f7 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/copycolumns/_index.md @@ -0,0 +1,84 @@ +--- +title: Aspose::Cells::Cells::CopyColumns method +linktitle: CopyColumns +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::CopyColumns method. Copies data and formats of a whole column in C++.' +type: docs +weight: 9600 +url: /es/cpp/aspose.cells/cells/copycolumns/ +--- +## Cells::CopyColumns(const Cells\&, int32_t, int32_t, int32_t, const PasteOptions\&) method + + +Copies data and formats of a whole column. + +```cpp +void Aspose::Cells::Cells::CopyColumns(const Cells &sourceCells, int32_t sourceColumnIndex, int32_t destinationColumnIndex, int32_t columnNumber, const PasteOptions &pasteOptions) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sourceCells | const Cells\& | Source [Cells](../) object contains data and formats to copy. | +| sourceColumnIndex | int32_t | Source column index. | +| destinationColumnIndex | int32_t | Destination column index. | +| columnNumber | int32_t | The copied column number. | +| pasteOptions | const PasteOptions\& | the options of pasting. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Class [PasteOptions](../../pasteoptions/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cells::CopyColumns(const Cells\&, int32_t, int32_t, int32_t) method + + +Copies data and formats of whole columns. + +```cpp +void Aspose::Cells::Cells::CopyColumns(const Cells &sourceCells, int32_t sourceColumnIndex, int32_t destinationColumnIndex, int32_t columnNumber) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sourceCells | const Cells\& | Source [Cells](../) object contains data and formats to copy. | +| sourceColumnIndex | int32_t | Source column index. | +| destinationColumnIndex | int32_t | Destination column index. | +| columnNumber | int32_t | The copied column number. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cells::CopyColumns(const Cells\&, int32_t, int32_t, int32_t, int32_t) method + + +Copies data and formats of the whole columns. + +```cpp +void Aspose::Cells::Cells::CopyColumns(const Cells &sourceCells, int32_t sourceColumnIndex, int32_t sourceTotalColumns, int32_t destinationColumnIndex, int32_t destinationTotalColumns) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sourceCells | const Cells\& | Source [Cells](../) object contains data and formats to copy. | +| sourceColumnIndex | int32_t | Source column index. | +| sourceTotalColumns | int32_t | The number of the source columns. | +| destinationColumnIndex | int32_t | Destination column index. | +| destinationTotalColumns | int32_t | The number of the destination columns. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/copyrow/_index.md b/spanish/cpp/aspose.cells/cells/copyrow/_index.md new file mode 100644 index 00000000000..1c49698d1ec --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/copyrow/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Cells::CopyRow method +linktitle: CopyRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::CopyRow method. Copies data and formats of a whole row in C++.' +type: docs +weight: 9600 +url: /es/cpp/aspose.cells/cells/copyrow/ +--- +## Cells::CopyRow method + + +Copies data and formats of a whole row. + +```cpp +void Aspose::Cells::Cells::CopyRow(const Cells &sourceCells, int32_t sourceRowIndex, int32_t destinationRowIndex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sourceCells | const Cells\& | Source [Cells](../) object contains data and formats to copy. | +| sourceRowIndex | int32_t | Source row index. | +| destinationRowIndex | int32_t | Destination row index. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/copyrows/_index.md b/spanish/cpp/aspose.cells/cells/copyrows/_index.md new file mode 100644 index 00000000000..8f946741057 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/copyrows/_index.md @@ -0,0 +1,87 @@ +--- +title: Aspose::Cells::Cells::CopyRows method +linktitle: CopyRows +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::CopyRows method. Copies data and formats of some whole rows in C++.' +type: docs +weight: 9900 +url: /es/cpp/aspose.cells/cells/copyrows/ +--- +## Cells::CopyRows(const Cells\&, int32_t, int32_t, int32_t) method + + +Copies data and formats of some whole rows. + +```cpp +void Aspose::Cells::Cells::CopyRows(const Cells &sourceCells, int32_t sourceRowIndex, int32_t destinationRowIndex, int32_t rowNumber) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sourceCells | const Cells\& | Source [Cells](../) object contains data and formats to copy. | +| sourceRowIndex | int32_t | Source row index. | +| destinationRowIndex | int32_t | Destination row index. | +| rowNumber | int32_t | The copied row number. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cells::CopyRows(const Cells\&, int32_t, int32_t, int32_t, const CopyOptions\&) method + + +Copies data and formats of some whole rows. + +```cpp +void Aspose::Cells::Cells::CopyRows(const Cells &sourceCells, int32_t sourceRowIndex, int32_t destinationRowIndex, int32_t rowNumber, const CopyOptions ©Options) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sourceCells | const Cells\& | Source [Cells](../) object contains data and formats to copy. | +| sourceRowIndex | int32_t | Source row index. | +| destinationRowIndex | int32_t | Destination row index. | +| rowNumber | int32_t | The copied row number. | +| copyOptions | const CopyOptions\& | The copy options. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Class [CopyOptions](../../copyoptions/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cells::CopyRows(const Cells\&, int32_t, int32_t, int32_t, const CopyOptions\&, const PasteOptions\&) method + + +Copies data and formats of some whole rows. + +```cpp +void Aspose::Cells::Cells::CopyRows(const Cells &sourceCells0, int32_t sourceRowIndex, int32_t destinationRowIndex, int32_t rowNumber, const CopyOptions ©Options, const PasteOptions &pasteOptions) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sourceCells0 | const Cells\& | Source [Cells](../) object contains data and formats to copy. | +| sourceRowIndex | int32_t | Source row index. | +| destinationRowIndex | int32_t | Destination row index. | +| rowNumber | int32_t | The copied row number. | +| copyOptions | const CopyOptions\& | The copy options. | +| pasteOptions | const PasteOptions\& | the options of pasting. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Class [CopyOptions](../../copyoptions/) +* Class [PasteOptions](../../pasteoptions/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/createrange/_index.md b/spanish/cpp/aspose.cells/cells/createrange/_index.md new file mode 100644 index 00000000000..e9efd6a626e --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/createrange/_index.md @@ -0,0 +1,168 @@ +--- +title: Aspose::Cells::Cells::CreateRange method +linktitle: CreateRange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::CreateRange method. Creates a Range object from a range of cells in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells/cells/createrange/ +--- +## Cells::CreateRange(const U16String\&, const U16String\&) method + + +Creates a [Range](../../range/) object from a range of cells. + +```cpp +Range Aspose::Cells::Cells::CreateRange(const U16String &upperLeftCell, const U16String &lowerRightCell) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| upperLeftCell | const U16String\& | Upper left cell name. | +| lowerRightCell | const U16String\& | Lower right cell name. | + +## ReturnValue + +A [Range](../../range/) object + +## See Also + +* Class [Range](../../range/) +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cells::CreateRange(const char16_t*, const char16_t*) method + + +Creates a [Range](../../range/) object from a range of cells. + +```cpp +Range Aspose::Cells::Cells::CreateRange(const char16_t *upperLeftCell, const char16_t *lowerRightCell) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| upperLeftCell | const char16_t* | Upper left cell name. | +| lowerRightCell | const char16_t* | Lower right cell name. | + +## ReturnValue + +A [Range](../../range/) object + +## See Also + +* Class [Range](../../range/) +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cells::CreateRange(int32_t, int32_t, int32_t, int32_t) method + + +Creates a [Range](../../range/) object from a range of cells. + +```cpp +Range Aspose::Cells::Cells::CreateRange(int32_t firstRow, int32_t firstColumn, int32_t totalRows, int32_t totalColumns) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| firstRow | int32_t | First row of this range | +| firstColumn | int32_t | First column of this range | +| totalRows | int32_t | Number of rows | +| totalColumns | int32_t | Number of columns | + +## ReturnValue + +A [Range](../../range/) object + +## See Also + +* Class [Range](../../range/) +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cells::CreateRange(const U16String\&) method + + +Creates a [Range](../../range/) object from an address of the range. + +```cpp +Range Aspose::Cells::Cells::CreateRange(const U16String &address) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| address | const U16String\& | The address of the range. | + +## ReturnValue + +A [Range](../../range/) object + +## See Also + +* Class [Range](../../range/) +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cells::CreateRange(const char16_t*) method + + +Creates a [Range](../../range/) object from an address of the range. + +```cpp +Range Aspose::Cells::Cells::CreateRange(const char16_t *address) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| address | const char16_t* | The address of the range. | + +## ReturnValue + +A [Range](../../range/) object + +## See Also + +* Class [Range](../../range/) +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cells::CreateRange(int32_t, int32_t, bool) method + + +Creates a [Range](../../range/) object from rows of cells or columns of cells. + +```cpp +Range Aspose::Cells::Cells::CreateRange(int32_t firstIndex, int32_t number, bool isVertical) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| firstIndex | int32_t | First row index or first column index, zero based. | +| number | int32_t | Total number of rows or columns, one based. | +| isVertical | bool | True - [Range](../../range/) created from columns of cells. False - [Range](../../range/) created from rows of cells. | + +## ReturnValue + +A [Range](../../range/) object. + +## See Also + +* Class [Range](../../range/) +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/deleteblankcolumns/_index.md b/spanish/cpp/aspose.cells/cells/deleteblankcolumns/_index.md new file mode 100644 index 00000000000..cf03a4517a6 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/deleteblankcolumns/_index.md @@ -0,0 +1,45 @@ +--- +title: Aspose::Cells::Cells::DeleteBlankColumns method +linktitle: DeleteBlankColumns +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::DeleteBlankColumns method. Delete all blank columns which do not contain any data in C++.' +type: docs +weight: 11300 +url: /es/cpp/aspose.cells/cells/deleteblankcolumns/ +--- +## Cells::DeleteBlankColumns() method + + +Delete all blank columns which do not contain any data. + +```cpp +void Aspose::Cells::Cells::DeleteBlankColumns() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cells::DeleteBlankColumns(const DeleteOptions\&) method + + +Delete all blank columns which do not contain any data. + +```cpp +void Aspose::Cells::Cells::DeleteBlankColumns(const DeleteOptions &options) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| options | const DeleteOptions\& | The options of deleting range. | + +## See Also + +* Class [Vector](../../vector/) +* Class [DeleteOptions](../../deleteoptions/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/deleteblankrows/_index.md b/spanish/cpp/aspose.cells/cells/deleteblankrows/_index.md new file mode 100644 index 00000000000..3aa625dd1e6 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/deleteblankrows/_index.md @@ -0,0 +1,49 @@ +--- +title: Aspose::Cells::Cells::DeleteBlankRows method +linktitle: DeleteBlankRows +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::DeleteBlankRows method. Delete all blank rows which do not contain any data or other object in C++.' +type: docs +weight: 11500 +url: /es/cpp/aspose.cells/cells/deleteblankrows/ +--- +## Cells::DeleteBlankRows() method + + +Delete all blank rows which do not contain any data or other object. + +```cpp +void Aspose::Cells::Cells::DeleteBlankRows() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cells::DeleteBlankRows(const DeleteOptions\&) method + + +Delete all blank rows which do not contain any data or some special objects such as visible comment, pivot table. + +```cpp +void Aspose::Cells::Cells::DeleteBlankRows(const DeleteOptions &options) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| options | const DeleteOptions\& | The options of deleting range. | +## Remarks + + + +For blank rows that will be deleted, it is not only required that [Row.IsBlank](../../row/isblank/) should be true, but also there should be no visible comment defined for any cell in those rows, and no pivot table whose range intersects with them. +## See Also + +* Class [Vector](../../vector/) +* Class [DeleteOptions](../../deleteoptions/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/deletecolumn/_index.md b/spanish/cpp/aspose.cells/cells/deletecolumn/_index.md new file mode 100644 index 00000000000..a70438dc208 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/deletecolumn/_index.md @@ -0,0 +1,50 @@ +--- +title: Aspose::Cells::Cells::DeleteColumn method +linktitle: DeleteColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::DeleteColumn method. Deletes a column in C++.' +type: docs +weight: 10800 +url: /es/cpp/aspose.cells/cells/deletecolumn/ +--- +## Cells::DeleteColumn(int32_t, bool) method + + +Deletes a column. + +```cpp +void Aspose::Cells::Cells::DeleteColumn(int32_t columnIndex, bool updateReference) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| columnIndex | int32_t | Index of the column to be deleted. | +| updateReference | bool | Indicates whether update references in other worksheets. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cells::DeleteColumn(int32_t) method + + +Deletes a column. + +```cpp +void Aspose::Cells::Cells::DeleteColumn(int32_t columnIndex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| columnIndex | int32_t | Index of the column to be deleted. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/deletecolumns/_index.md b/spanish/cpp/aspose.cells/cells/deletecolumns/_index.md new file mode 100644 index 00000000000..3f441f0f083 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/deletecolumns/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::Cells::DeleteColumns method +linktitle: DeleteColumns +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::DeleteColumns method. Deletes several columns in C++.' +type: docs +weight: 10900 +url: /es/cpp/aspose.cells/cells/deletecolumns/ +--- +## Cells::DeleteColumns(int32_t, int32_t, bool) method + + +Deletes several columns. + +```cpp +void Aspose::Cells::Cells::DeleteColumns(int32_t columnIndex, int32_t totalColumns, bool updateReference) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| columnIndex | int32_t | Index of the first column to be deleted. | +| totalColumns | int32_t | Count of columns to be deleted. | +| updateReference | bool | Indicates whether update references in other worksheets. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cells::DeleteColumns(int32_t, int32_t, const DeleteOptions\&) method + + +Deletes several columns. + +```cpp +void Aspose::Cells::Cells::DeleteColumns(int32_t columnIndex, int32_t totalColumns, const DeleteOptions &options) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| columnIndex | int32_t | Index of the first column to be deleted. | +| totalColumns | int32_t | Count of columns to be deleted. | +| options | const DeleteOptions\& | Options for the deleting operation | + +## See Also + +* Class [Vector](../../vector/) +* Class [DeleteOptions](../../deleteoptions/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/deleterange/_index.md b/spanish/cpp/aspose.cells/cells/deleterange/_index.md new file mode 100644 index 00000000000..9e3fb7977d1 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/deleterange/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Cells::DeleteRange method +linktitle: DeleteRange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::DeleteRange method. Deletes a range of cells and shift cells according to the shift option in C++.' +type: docs +weight: 13400 +url: /es/cpp/aspose.cells/cells/deleterange/ +--- +## Cells::DeleteRange method + + +Deletes a range of cells and shift cells according to the shift option. + +```cpp +void Aspose::Cells::Cells::DeleteRange(int32_t startRow, int32_t startColumn, int32_t endRow, int32_t endColumn, ShiftType shiftType) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| startRow | int32_t | Start row index. | +| startColumn | int32_t | Start column index. | +| endRow | int32_t | End row index. | +| endColumn | int32_t | End column index. | +| shiftType | ShiftType | Shift cells option. | + +## See Also + +* Class [Vector](../../vector/) +* Enum [ShiftType](../../shifttype/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/deleterow/_index.md b/spanish/cpp/aspose.cells/cells/deleterow/_index.md new file mode 100644 index 00000000000..b530d8fadd0 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/deleterow/_index.md @@ -0,0 +1,50 @@ +--- +title: Aspose::Cells::Cells::DeleteRow method +linktitle: DeleteRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::DeleteRow method. Deletes a row in C++.' +type: docs +weight: 11100 +url: /es/cpp/aspose.cells/cells/deleterow/ +--- +## Cells::DeleteRow(int32_t) method + + +Deletes a row. + +```cpp +void Aspose::Cells::Cells::DeleteRow(int32_t rowIndex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| rowIndex | int32_t | Index of the row to be deleted. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cells::DeleteRow(int32_t, bool) method + + +Deletes a row. + +```cpp +void Aspose::Cells::Cells::DeleteRow(int32_t rowIndex, bool updateReference) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| rowIndex | int32_t | Index of the row to be deleted. | +| updateReference | bool | Indicates whether update references in other worksheets. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/deleterows/_index.md b/spanish/cpp/aspose.cells/cells/deleterows/_index.md new file mode 100644 index 00000000000..1bd847097c9 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/deleterows/_index.md @@ -0,0 +1,87 @@ +--- +title: Aspose::Cells::Cells::DeleteRows method +linktitle: DeleteRows +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::DeleteRows method. Deletes multiple rows in C++.' +type: docs +weight: 11200 +url: /es/cpp/aspose.cells/cells/deleterows/ +--- +## Cells::DeleteRows(int32_t, int32_t) method + + +Deletes multiple rows. + +```cpp +bool Aspose::Cells::Cells::DeleteRows(int32_t rowIndex, int32_t totalRows) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| rowIndex | int32_t | The first row index to be deleted. | +| totalRows | int32_t | Count of rows to be deleted. | +## Remarks + + + +If the deleted range contains the top part(not whole) of the table(ListObject), the ranged could not be deleted and nothing will be done. It works in the same way with MS Excel. +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cells::DeleteRows(int32_t, int32_t, bool) method + + +Deletes multiple rows in the worksheet. + +```cpp +bool Aspose::Cells::Cells::DeleteRows(int32_t rowIndex, int32_t totalRows, bool updateReference) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| rowIndex | int32_t | Index of the first row to be deleted. | +| totalRows | int32_t | Count of rows to be deleted. | +| updateReference | bool | Indicates whether update references in other worksheets. | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cells::DeleteRows(int32_t, int32_t, const DeleteOptions\&) method + + +Deletes multiple rows in the worksheet. + +```cpp +bool Aspose::Cells::Cells::DeleteRows(int32_t rowIndex, int32_t totalRows, const DeleteOptions &options) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| rowIndex | int32_t | Index of the first row to be deleted. | +| totalRows | int32_t | Count of rows to be deleted. | +| options | const DeleteOptions\& | Options for the deleting operation | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../vector/) +* Class [DeleteOptions](../../deleteoptions/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/dispose/_index.md b/spanish/cpp/aspose.cells/cells/dispose/_index.md new file mode 100644 index 00000000000..96370e858bd --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/dispose/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cells::Dispose method +linktitle: Dispose +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::Dispose method. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/cells/dispose/ +--- +## Cells::Dispose method + + +Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. + +```cpp +void Aspose::Cells::Cells::Dispose() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/endcellincolumn/_index.md b/spanish/cpp/aspose.cells/cells/endcellincolumn/_index.md new file mode 100644 index 00000000000..5f29436dacc --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/endcellincolumn/_index.md @@ -0,0 +1,62 @@ +--- +title: Aspose::Cells::Cells::EndCellInColumn method +linktitle: EndCellInColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::EndCellInColumn method. Gets the last cell in this column in C++.' +type: docs +weight: 13000 +url: /es/cpp/aspose.cells/cells/endcellincolumn/ +--- +## Cells::EndCellInColumn(int32_t) method + + +Gets the last cell in this column. + +```cpp +Cell Aspose::Cells::Cells::EndCellInColumn(int32_t columnIndex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| columnIndex | int32_t | [Column](../../column/) index. | + +## ReturnValue + +[Cell](../../cell/) object. + +## See Also + +* Class [Cell](../../cell/) +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cells::EndCellInColumn(int32_t, int32_t, int32_t, int32_t) method + + +Gets the last cell with maximum column index in this range. + +```cpp +Cell Aspose::Cells::Cells::EndCellInColumn(int32_t startRow, int32_t endRow, int32_t startColumn, int32_t endColumn) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| startRow | int32_t | Start row index. | +| endRow | int32_t | End row index. | +| startColumn | int32_t | Start column index. | +| endColumn | int32_t | End column index. | + +## ReturnValue + +[Cell](../../cell/) object. + +## See Also + +* Class [Cell](../../cell/) +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/endcellinrow/_index.md b/spanish/cpp/aspose.cells/cells/endcellinrow/_index.md new file mode 100644 index 00000000000..b6f11583a56 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/endcellinrow/_index.md @@ -0,0 +1,62 @@ +--- +title: Aspose::Cells::Cells::EndCellInRow method +linktitle: EndCellInRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::EndCellInRow method. Gets the last cell in this row in C++.' +type: docs +weight: 12900 +url: /es/cpp/aspose.cells/cells/endcellinrow/ +--- +## Cells::EndCellInRow(int32_t) method + + +Gets the last cell in this row. + +```cpp +Cell Aspose::Cells::Cells::EndCellInRow(int32_t rowIndex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| rowIndex | int32_t | [Row](../../row/) index. | + +## ReturnValue + +[Cell](../../cell/) object. + +## See Also + +* Class [Cell](../../cell/) +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cells::EndCellInRow(int32_t, int32_t, int32_t, int32_t) method + + +Gets the last cell with maximum row index in this range. + +```cpp +Cell Aspose::Cells::Cells::EndCellInRow(int32_t startRow, int32_t endRow, int32_t startColumn, int32_t endColumn) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| startRow | int32_t | Start row index. | +| endRow | int32_t | End row index. | +| startColumn | int32_t | Start column index. | +| endColumn | int32_t | End column index. | + +## ReturnValue + +[Cell](../../cell/) object. + +## See Also + +* Class [Cell](../../cell/) +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/exportarray/_index.md b/spanish/cpp/aspose.cells/cells/exportarray/_index.md new file mode 100644 index 00000000000..e4b075b2dd5 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/exportarray/_index.md @@ -0,0 +1,37 @@ +--- +title: Aspose::Cells::Cells::ExportArray method +linktitle: ExportArray +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::ExportArray method. Exports data in the Cells collection to a two-dimension array object in C++.' +type: docs +weight: 13500 +url: /es/cpp/aspose.cells/cells/exportarray/ +--- +## Cells::ExportArray method + + +Exports data in the [Cells](../) collection to a two-dimension array object. + +```cpp +Vector> Aspose::Cells::Cells::ExportArray(int32_t firstRow, int32_t firstColumn, int32_t totalRows, int32_t totalColumns) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| firstRow | int32_t | The row number of the first cell to export out. | +| firstColumn | int32_t | The column number of the first cell to export out. | +| totalRows | int32_t | Number of rows to be exported | +| totalColumns | int32_t | Number of columns to be exported | + +## ReturnValue + +Exported cell value array object. + +## See Also + +* Class [Vector](../../vector/) +* Class [Object](../../object/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/find/_index.md b/spanish/cpp/aspose.cells/cells/find/_index.md new file mode 100644 index 00000000000..d61ec3462b6 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/find/_index.md @@ -0,0 +1,73 @@ +--- +title: Aspose::Cells::Cells::Find method +linktitle: Find +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::Find method. Finds the cell containing with the input object in C++.' +type: docs +weight: 12800 +url: /es/cpp/aspose.cells/cells/find/ +--- +## Cells::Find(const Aspose::Cells::Object\&, const Cell\&) method + + +Finds the cell containing with the input object. + +```cpp +Cell Aspose::Cells::Cells::Find(const Aspose::Cells::Object &what, const Cell &previousCell) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| what | const Aspose::Cells::Object\& | The object to search for. The type should be int,double,DateTime,string,bool. | +| previousCell | const Cell\& | Previous cell with the same object. This parameter can be set to null if searching from the start. | + +## ReturnValue + +[Cell](../../cell/) object. +## Remarks + + + +Returns null (Nothing) if no cell is found. +## See Also + +* Class [Cell](../../cell/) +* Class [Vector](../../vector/) +* Class [Object](../../object/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cells::Find(const Aspose::Cells::Object\&, const Cell\&, const FindOptions\&) method + + +Finds the cell containing with the input object. + +```cpp +Cell Aspose::Cells::Cells::Find(const Aspose::Cells::Object &what, const Cell &previousCell, const FindOptions &findOptions) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| what | const Aspose::Cells::Object\& | The object to search for. The type should be int,double,DateTime,string,bool. | +| previousCell | const Cell\& | Previous cell with the same object. This parameter can be set to null if searching from the start. | +| findOptions | const FindOptions\& | Find options | + +## ReturnValue + +[Cell](../../cell/) object. +## Remarks + + + +Returns null (Nothing) if no cell is found. +## See Also + +* Class [Cell](../../cell/) +* Class [Vector](../../vector/) +* Class [Object](../../object/) +* Class [FindOptions](../../findoptions/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/get/_index.md b/spanish/cpp/aspose.cells/cells/get/_index.md new file mode 100644 index 00000000000..913b9c2a308 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/get/_index.md @@ -0,0 +1,124 @@ +--- +title: Aspose::Cells::Cells::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::Get method. Gets the Cell element at the specified cell row index and column index in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells/cells/get/ +--- +## Cells::Get(int32_t, int32_t) method + + +Gets the [Cell](../../cell/) element at the specified cell row index and column index. + +```cpp +Cell Aspose::Cells::Cells::Get(int32_t row, int32_t column) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | [Row](../../row/) index. | +| column | int32_t | [Column](../../column/) index. | + +## ReturnValue + +The [Cell](../../cell/) object. + + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook excel; +Cells cells = excel.GetWorksheets().Get(0).GetCells(); +Cell cell = cells.Get(0, 0);//Gets the cell at "A1" +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Cell](../../cell/) +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cells::Get(const U16String\&) method + + +Gets the [Cell](../../cell/) element at the specified cell name. + +```cpp +Cell Aspose::Cells::Cells::Get(const U16String &cellName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| cellName | const U16String\& | [Cell](../../cell/) name,including its column letter and row number, for example A5. | + +## ReturnValue + +A [Cell](../../cell/) object + + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook excel; +Cells cells = excel.GetWorksheets().Get(0).GetCells(); +U16String val = u"A1"; +Cell cell = cells.Get(val);//Gets the cell at "A1" +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Cell](../../cell/) +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cells::Get(const char16_t*) method + + +Gets the [Cell](../../cell/) element at the specified cell name. + +```cpp +Cell Aspose::Cells::Cells::Get(const char16_t *cellName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| cellName | const char16_t* | [Cell](../../cell/) name,including its column letter and row number, for example A5. | + +## ReturnValue + +A [Cell](../../cell/) object + + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook excel; +Cells cells = excel.GetWorksheets().Get(0).GetCells(); +Cell cell = cells.Get(u"A1");//Gets the cell at "A1" + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Cell](../../cell/) +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getcell/_index.md b/spanish/cpp/aspose.cells/cells/getcell/_index.md new file mode 100644 index 00000000000..f4dba323ab1 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getcell/_index.md @@ -0,0 +1,45 @@ +--- +title: Aspose::Cells::Cells::GetCell method +linktitle: GetCell +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetCell method. Gets the Cell element or null at the specified cell row index and column index in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells/cells/getcell/ +--- +## Cells::GetCell method + + +Gets the [Cell](../../cell/) element or null at the specified cell row index and column index. + + +>Deprecated +> +>Use Cells.CheckCell(int row, int column) instead. +```cpp +Cell Aspose::Cells::Cells::GetCell(int32_t row, int32_t column) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | [Row](../../row/) index | +| column | int32_t | [Column](../../column/) index | + +## ReturnValue + +Return [Cell](../../cell/) object if a [Cell](../../cell/) object exists. Return null if the cell does not exist. +## Remarks + + + +NOTE: This member is now obsolete. Instead, please use [CheckCell(int row, int column)](../checkcell/) method. This method will be removed 12 months later since February 2024. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Cell](../../cell/) +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getcelldisplaystyle/_index.md b/spanish/cpp/aspose.cells/cells/getcelldisplaystyle/_index.md new file mode 100644 index 00000000000..8a12e815940 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getcelldisplaystyle/_index.md @@ -0,0 +1,71 @@ +--- +title: Aspose::Cells::Cells::GetCellDisplayStyle method +linktitle: GetCellDisplayStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetCellDisplayStyle method. Get the display style of given cell in C++.' +type: docs +weight: 14500 +url: /es/cpp/aspose.cells/cells/getcelldisplaystyle/ +--- +## Cells::GetCellDisplayStyle(int32_t, int32_t) method + + +Get the display style of given cell. + +```cpp +Style Aspose::Cells::Cells::GetCellDisplayStyle(int32_t row, int32_t column) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | row index of given cell | +| column | int32_t | column of given cell | + +## ReturnValue + +the display style of given cell. +## Remarks + + + +Same with [Cell.GetDisplayStyle()](../../cell/getdisplaystyle/), and same with using [BorderType.SideBorders](../../bordertype/) for [GetCellDisplayStyle(int, int, BorderType)](./). +## See Also + +* Class [Style](../../style/) +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cells::GetCellDisplayStyle(int32_t, int32_t, BorderType) method + + +Get the display style of given cell. + +```cpp +Style Aspose::Cells::Cells::GetCellDisplayStyle(int32_t row, int32_t column, BorderType adjacentBorders) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | row index of given cell | +| column | int32_t | column of given cell | +| adjacentBorders | BorderType | Indicates which borders need to be checked and adjusted according to the borders of adjacent cells. Please see the description for the same parameter of [Cell.GetDisplayStyle(BorderType)](../../cell/getdisplaystyle/). | + +## ReturnValue + +the display style of given cell. +## Remarks + + + +If the cell is also affected by other settings such as conditional formatting, list objects, etc., then the display style may be different from [GetCellStyle(int, int)](../getcellstyle/). And because those settings also may be applied to empty(non-existing) cells, using this method can avoid the instantiation of those empty cells so the performance will be better than getting the [Cell](../../cell/) instance from [Cells](../) and then calling [Cell.GetDisplayStyle(BorderType)](../../cell/getdisplaystyle/). +## See Also + +* Class [Style](../../style/) +* Class [Vector](../../vector/) +* Enum [BorderType](../../bordertype/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getcellstyle/_index.md b/spanish/cpp/aspose.cells/cells/getcellstyle/_index.md new file mode 100644 index 00000000000..16811354565 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getcellstyle/_index.md @@ -0,0 +1,39 @@ +--- +title: Aspose::Cells::Cells::GetCellStyle method +linktitle: GetCellStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetCellStyle method. Get the style of given cell in C++.' +type: docs +weight: 14400 +url: /es/cpp/aspose.cells/cells/getcellstyle/ +--- +## Cells::GetCellStyle method + + +Get the style of given cell. + +```cpp +Style Aspose::Cells::Cells::GetCellStyle(int32_t row, int32_t column) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | row index | +| column | int32_t | column | + +## ReturnValue + +the style of given cell. +## Remarks + + + +The returned style is only the one set for the cell or inherited from the row/column of the cell, does not include the applied properties by other settings such as conditional formattings. +## See Also + +* Class [Style](../../style/) +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getcellswithplaceincellpicture/_index.md b/spanish/cpp/aspose.cells/cells/getcellswithplaceincellpicture/_index.md new file mode 100644 index 00000000000..1ee3cc1c12d --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getcellswithplaceincellpicture/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Cells::GetCellsWithPlaceInCellPicture method +linktitle: GetCellsWithPlaceInCellPicture +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetCellsWithPlaceInCellPicture method. Gets all cells that contain embedded picture in C++.' +type: docs +weight: 14300 +url: /es/cpp/aspose.cells/cells/getcellswithplaceincellpicture/ +--- +## Cells::GetCellsWithPlaceInCellPicture method + + +Gets all cells that contain embedded picture. + +```cpp +Enumerator Aspose::Cells::Cells::GetCellsWithPlaceInCellPicture() +``` + + +## ReturnValue + +[Enumerator](../../enumerator/) to enumerate all [Cell](../../cell/) objects that contain embedded picture +## Remarks + + + +If there is no picture which is set as "Place in Cell" in this worksheet, null will be returned. +## See Also + +* Class [Enumerator](../../enumerator/) +* Class [Cell](../../cell/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getcolumnoriginalwidthpoint/_index.md b/spanish/cpp/aspose.cells/cells/getcolumnoriginalwidthpoint/_index.md new file mode 100644 index 00000000000..e9944982a62 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getcolumnoriginalwidthpoint/_index.md @@ -0,0 +1,43 @@ +--- +title: Aspose::Cells::Cells::GetColumnOriginalWidthPoint method +linktitle: GetColumnOriginalWidthPoint +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetColumnOriginalWidthPoint method. Gets original column''s height in unit of point if the column is hidden in C++.' +type: docs +weight: 6000 +url: /es/cpp/aspose.cells/cells/getcolumnoriginalwidthpoint/ +--- +## Cells::GetColumnOriginalWidthPoint method + + +Gets original column's height in unit of point if the column is hidden. + + +>Deprecated +> +>Use Cells.GetColumnWidth(int ,bool , CellsUnitType ) method, instead. +```cpp +double Aspose::Cells::Cells::GetColumnOriginalWidthPoint(int32_t column) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| column | int32_t | The row index. | + +## ReturnValue + +Width of column in normal view. +## Remarks + + + +NOTE: This method is now obsolete. Instead, please use [Cells.GetColumnWidth(int ,bool , CellsUnitType )](../getcolumnwidth/) method. This method will be removed 12 months later since April 2024. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getcolumns/_index.md b/spanish/cpp/aspose.cells/cells/getcolumns/_index.md new file mode 100644 index 00000000000..740ff8f3728 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getcolumns/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cells::GetColumns method +linktitle: GetColumns +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetColumns method. Gets the collection of Column objects that represents the individual columns in this worksheet in C++.' +type: docs +weight: 9000 +url: /es/cpp/aspose.cells/cells/getcolumns/ +--- +## Cells::GetColumns method + + +Gets the collection of [Column](../../column/) objects that represents the individual columns in this worksheet. + +```cpp +ColumnCollection Aspose::Cells::Cells::GetColumns() +``` + +## See Also + +* Class [ColumnCollection](../../columncollection/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getcolumnwidth/_index.md b/spanish/cpp/aspose.cells/cells/getcolumnwidth/_index.md new file mode 100644 index 00000000000..01a5866cc86 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getcolumnwidth/_index.md @@ -0,0 +1,60 @@ +--- +title: Aspose::Cells::Cells::GetColumnWidth method +linktitle: GetColumnWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetColumnWidth method. Gets the column width in C++.' +type: docs +weight: 5900 +url: /es/cpp/aspose.cells/cells/getcolumnwidth/ +--- +## Cells::GetColumnWidth(int32_t, bool, CellsUnitType) method + + +Gets the column width. + +```cpp +double Aspose::Cells::Cells::GetColumnWidth(int32_t column, bool isOriginal, CellsUnitType unitType) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| column | int32_t | The column index. | +| isOriginal | bool | Indicates whether getting original width. | +| unitType | CellsUnitType | | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../vector/) +* Enum [CellsUnitType](../../cellsunittype/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cells::GetColumnWidth(int32_t) method + + +Gets the width(in unit of characters) of the specified column in normal view. + +```cpp +double Aspose::Cells::Cells::GetColumnWidth(int32_t column) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| column | int32_t | [Column](../../column/) index | + +## ReturnValue + +Width of column. For spreadsheet, column width is measured as the number of characters of the maximum digit width of the numbers 0~9 as rendered in the normal style's font. + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getcolumnwidthinch/_index.md b/spanish/cpp/aspose.cells/cells/getcolumnwidthinch/_index.md new file mode 100644 index 00000000000..18c34b82b11 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getcolumnwidthinch/_index.md @@ -0,0 +1,45 @@ +--- +title: Aspose::Cells::Cells::GetColumnWidthInch method +linktitle: GetColumnWidthInch +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetColumnWidthInch method. Gets the width of the specified column in normal view, in units of inches in C++.' +type: docs +weight: 7300 +url: /es/cpp/aspose.cells/cells/getcolumnwidthinch/ +--- +## Cells::GetColumnWidthInch method + + +Gets the width of the specified column in normal view, in units of inches. + + +>Deprecated +> +>Use Cells.GetColumnWidth(int ,bool , CellsUnitType ) method, instead. +```cpp +double Aspose::Cells::Cells::GetColumnWidthInch(int32_t column) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| column | int32_t | [Column](../../column/) index | + +## ReturnValue + +Width of column + +Width of column in normal view. +## Remarks + + + +NOTE: This method is now obsolete. Instead, please use [Cells.GetColumnWidth(int ,bool , CellsUnitType )](../getcolumnwidth/) method. This method will be removed 12 months later since April 2024. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getcolumnwidthpixel/_index.md b/spanish/cpp/aspose.cells/cells/getcolumnwidthpixel/_index.md new file mode 100644 index 00000000000..6ab167d497a --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getcolumnwidthpixel/_index.md @@ -0,0 +1,68 @@ +--- +title: Aspose::Cells::Cells::GetColumnWidthPixel method +linktitle: GetColumnWidthPixel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetColumnWidthPixel method. Gets the width of the specified column in normal view, in units of pixel in C++.' +type: docs +weight: 7200 +url: /es/cpp/aspose.cells/cells/getcolumnwidthpixel/ +--- +## Cells::GetColumnWidthPixel(int32_t) method + + +Gets the width of the specified column in normal view, in units of pixel. + +```cpp +int32_t Aspose::Cells::Cells::GetColumnWidthPixel(int32_t column) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| column | int32_t | [Column](../../column/) index | + +## ReturnValue + +Width of column in normal view. + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cells::GetColumnWidthPixel(int32_t, bool) method + + +Gets the width of the specified column in normal view, in units of pixel. + + +>Deprecated +> +>Use Cells.GetColumnWidth(int ,bool , CellsUnitType ) method, instead. +```cpp +int32_t Aspose::Cells::Cells::GetColumnWidthPixel(int32_t column, bool original) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| column | int32_t | [Column](../../column/) index | +| original | bool | Indicates whether returning original width even when the column is hidden | + +## ReturnValue + +Width of column in normal view. +## Remarks + + + +NOTE: This method is now obsolete. Instead, please use [Cells.GetColumnWidth(int ,bool , CellsUnitType )](../getcolumnwidth/) method. This method will be removed 12 months later since April 2024. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getcount/_index.md b/spanish/cpp/aspose.cells/cells/getcount/_index.md new file mode 100644 index 00000000000..78d8a70cc38 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cells::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetCount method. Gets the total count of instantiated Cell objects in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/cells/getcount/ +--- +## Cells::GetCount method + + +Gets the total count of instantiated [Cell](../../cell/) objects. + +```cpp +int32_t Aspose::Cells::Cells::GetCount() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getcountlarge/_index.md b/spanish/cpp/aspose.cells/cells/getcountlarge/_index.md new file mode 100644 index 00000000000..82a5752451d --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getcountlarge/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cells::GetCountLarge method +linktitle: GetCountLarge +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetCountLarge method. Gets the total count of instantiated Cell objects in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/cells/getcountlarge/ +--- +## Cells::GetCountLarge method + + +Gets the total count of instantiated [Cell](../../cell/) objects. + +```cpp +int64_t Aspose::Cells::Cells::GetCountLarge() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getdependents/_index.md b/spanish/cpp/aspose.cells/cells/getdependents/_index.md new file mode 100644 index 00000000000..9dc47cb302a --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getdependents/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Cells::GetDependents method +linktitle: GetDependents +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetDependents method. Get all cells which refer to the specific cell in C++.' +type: docs +weight: 14100 +url: /es/cpp/aspose.cells/cells/getdependents/ +--- +## Cells::GetDependents method + + +Get all cells which refer to the specific cell. + +```cpp +Vector Aspose::Cells::Cells::GetDependents(bool isAll, int32_t row, int32_t column) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| isAll | bool | Indicates whether check other worksheets | +| row | int32_t | The row index. | +| column | int32_t | The column index. | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../vector/) +* Class [Cell](../../cell/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getdependentsincalculation/_index.md b/spanish/cpp/aspose.cells/cells/getdependentsincalculation/_index.md new file mode 100644 index 00000000000..c1bc2d305e2 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getdependentsincalculation/_index.md @@ -0,0 +1,41 @@ +--- +title: Aspose::Cells::Cells::GetDependentsInCalculation method +linktitle: GetDependentsInCalculation +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetDependentsInCalculation method. Gets all cells whose calculated result depends on specific cell in C++.' +type: docs +weight: 14200 +url: /es/cpp/aspose.cells/cells/getdependentsincalculation/ +--- +## Cells::GetDependentsInCalculation method + + +Gets all cells whose calculated result depends on specific cell. + +```cpp +Enumerator Aspose::Cells::Cells::GetDependentsInCalculation(int32_t row, int32_t column, bool recursive) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | [Row](../../row/) index of the specific cell | +| column | int32_t | [Column](../../column/) index of the specific cell. | +| recursive | bool | Whether returns those dependents which do not reference to the specific cell directly but reference to other leafs of that cell. | + +## ReturnValue + +[Enumerator](../../enumerator/) to enumerate all dependents(Cell objects) +## Remarks + + + +To use this method, please make sure the workbook has been set with true value for FormulaSettings.EnableCalculationChain and has been fully calculated with this setting. If there is no formula reference to this cell, null will be returned. For more details and example, please see [Cell.GetDependentsInCalculation(bool)](../../cell/getdependentsincalculation/) +## See Also + +* Class [Enumerator](../../enumerator/) +* Class [Cell](../../cell/) +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getenumerator/_index.md b/spanish/cpp/aspose.cells/cells/getenumerator/_index.md new file mode 100644 index 00000000000..3132d436c4c --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getenumerator/_index.md @@ -0,0 +1,51 @@ +--- +title: Aspose::Cells::Cells::GetEnumerator method +linktitle: GetEnumerator +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetEnumerator method. Gets the cells enumerator in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/cells/getenumerator/ +--- +## Cells::GetEnumerator method + + +Gets the cells enumerator. + +```cpp +Enumerator Aspose::Cells::Cells::GetEnumerator() +``` + + +## ReturnValue + +The cells enumerator +## Remarks + + + +When traversing elements by the returned [Enumerator](../../enumerator/), the cells collection should not be modified(such as operations that will cause new Cell/Row be instantiated or existing Cell/Row be deleted). Otherwise the enumerator may not be able to traverse all cells correctly(some elements may be traversed repeatedly or skipped). + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook workbook(u"template.xlsx"); +Cells cells = workbook.GetWorksheets().Get(0).GetCells(); + +Enumerator en = cells.GetEnumerator(); +while (en.MoveNext()) +{ + Cell cell = (Cell)en.GetCurrent(); +} +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Enumerator](../../enumerator/) +* Class [Cell](../../cell/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getfirstcell/_index.md b/spanish/cpp/aspose.cells/cells/getfirstcell/_index.md new file mode 100644 index 00000000000..7477640eca9 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getfirstcell/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Cells::GetFirstCell method +linktitle: GetFirstCell +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetFirstCell method. Gets the first cell in this worksheet in C++.' +type: docs +weight: 12700 +url: /es/cpp/aspose.cells/cells/getfirstcell/ +--- +## Cells::GetFirstCell method + + +Gets the first cell in this worksheet. + +```cpp +Cell Aspose::Cells::Cells::GetFirstCell() +``` + +## Remarks + + +Returns null if there is no data in the worksheet. +## See Also + +* Class [Cell](../../cell/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getfirstdatarow/_index.md b/spanish/cpp/aspose.cells/cells/getfirstdatarow/_index.md new file mode 100644 index 00000000000..2987c825258 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getfirstdatarow/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Cells::GetFirstDataRow method +linktitle: GetFirstDataRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetFirstDataRow method. Gets the first row index of cell which contains data in the specified column in C++.' +type: docs +weight: 8500 +url: /es/cpp/aspose.cells/cells/getfirstdatarow/ +--- +## Cells::GetFirstDataRow method + + +Gets the first row index of cell which contains data in the specified column. + +```cpp +int32_t Aspose::Cells::Cells::GetFirstDataRow(int32_t column) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| column | int32_t | [Column](../../column/) index. | + +## ReturnValue + +first row index. + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getgroupedcolumnoutlinelevel/_index.md b/spanish/cpp/aspose.cells/cells/getgroupedcolumnoutlinelevel/_index.md new file mode 100644 index 00000000000..c0aa370d029 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getgroupedcolumnoutlinelevel/_index.md @@ -0,0 +1,37 @@ +--- +title: Aspose::Cells::Cells::GetGroupedColumnOutlineLevel method +linktitle: GetGroupedColumnOutlineLevel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetGroupedColumnOutlineLevel method. Gets the outline level (zero-based) of the column in C++.' +type: docs +weight: 10100 +url: /es/cpp/aspose.cells/cells/getgroupedcolumnoutlinelevel/ +--- +## Cells::GetGroupedColumnOutlineLevel method + + +Gets the outline level (zero-based) of the column. + +```cpp +int32_t Aspose::Cells::Cells::GetGroupedColumnOutlineLevel(int32_t columnIndex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| columnIndex | int32_t | The column index | + +## ReturnValue + +The outline level of the column +## Remarks + + + +If the column is not grouped, returns zero. +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getgroupedrowoutlinelevel/_index.md b/spanish/cpp/aspose.cells/cells/getgroupedrowoutlinelevel/_index.md new file mode 100644 index 00000000000..57bc3ad7297 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getgroupedrowoutlinelevel/_index.md @@ -0,0 +1,37 @@ +--- +title: Aspose::Cells::Cells::GetGroupedRowOutlineLevel method +linktitle: GetGroupedRowOutlineLevel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetGroupedRowOutlineLevel method. Gets the outline level (zero-based) of the row in C++.' +type: docs +weight: 10000 +url: /es/cpp/aspose.cells/cells/getgroupedrowoutlinelevel/ +--- +## Cells::GetGroupedRowOutlineLevel method + + +Gets the outline level (zero-based) of the row. + +```cpp +int32_t Aspose::Cells::Cells::GetGroupedRowOutlineLevel(int32_t rowIndex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| rowIndex | int32_t | The row index. | + +## ReturnValue + +The outline level (zero-based) of the row. +## Remarks + + + +If the row is not grouped, returns zero. +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getlastcell/_index.md b/spanish/cpp/aspose.cells/cells/getlastcell/_index.md new file mode 100644 index 00000000000..444a74f8038 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getlastcell/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Cells::GetLastCell method +linktitle: GetLastCell +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetLastCell method. Gets the last cell in this worksheet in C++.' +type: docs +weight: 12400 +url: /es/cpp/aspose.cells/cells/getlastcell/ +--- +## Cells::GetLastCell method + + +Gets the last cell in this worksheet. + +```cpp +Cell Aspose::Cells::Cells::GetLastCell() +``` + +## Remarks + + +Returns null if there is no data in the worksheet. +## See Also + +* Class [Cell](../../cell/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getlastdatarow/_index.md b/spanish/cpp/aspose.cells/cells/getlastdatarow/_index.md new file mode 100644 index 00000000000..f1404cc5582 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getlastdatarow/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Cells::GetLastDataRow method +linktitle: GetLastDataRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetLastDataRow method. Gets the last row index of cell which contains data in the specified column in C++.' +type: docs +weight: 8400 +url: /es/cpp/aspose.cells/cells/getlastdatarow/ +--- +## Cells::GetLastDataRow method + + +Gets the last row index of cell which contains data in the specified column. + +```cpp +int32_t Aspose::Cells::Cells::GetLastDataRow(int32_t column) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| column | int32_t | [Column](../../column/) index. | + +## ReturnValue + +last row index. + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getmaxcolumn/_index.md b/spanish/cpp/aspose.cells/cells/getmaxcolumn/_index.md new file mode 100644 index 00000000000..a9c2b18466a --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getmaxcolumn/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Cells::GetMaxColumn method +linktitle: GetMaxColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetMaxColumn method. Maximum column index of those cells that have been instantiated in the collection(does not include the column where style is defined for the whole column but no cell has been instantiated in it) in C++.' +type: docs +weight: 7900 +url: /es/cpp/aspose.cells/cells/getmaxcolumn/ +--- +## Cells::GetMaxColumn method + + +Maximum column index of those cells that have been instantiated in the collection(does not include the column where style is defined for the whole column but no cell has been instantiated in it). + +```cpp +int32_t Aspose::Cells::Cells::GetMaxColumn() +``` + +## Remarks + + +Return -1 if there is no cell has been instantiated. +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getmaxdatacolumn/_index.md b/spanish/cpp/aspose.cells/cells/getmaxdatacolumn/_index.md new file mode 100644 index 00000000000..71e7d47f93a --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getmaxdatacolumn/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Cells::GetMaxDataColumn method +linktitle: GetMaxDataColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetMaxDataColumn method. Maximum column index of cell which contains data in C++.' +type: docs +weight: 8300 +url: /es/cpp/aspose.cells/cells/getmaxdatacolumn/ +--- +## Cells::GetMaxDataColumn method + + +Maximum column index of cell which contains data. + +```cpp +int32_t Aspose::Cells::Cells::GetMaxDataColumn() +``` + +## Remarks + + +-1 will be returned if there is no cell which contains data. This property needs to iterate and check all cells in a worksheet dynamically, so it is a time-consumed progress and should not be invoked repeatedly, such as using it directly as condition in a loop. +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getmaxdatarow/_index.md b/spanish/cpp/aspose.cells/cells/getmaxdatarow/_index.md new file mode 100644 index 00000000000..a51cd5e9631 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getmaxdatarow/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Cells::GetMaxDataRow method +linktitle: GetMaxDataRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetMaxDataRow method. Maximum row index of cell which contains data in C++.' +type: docs +weight: 8100 +url: /es/cpp/aspose.cells/cells/getmaxdatarow/ +--- +## Cells::GetMaxDataRow method + + +Maximum row index of cell which contains data. + +```cpp +int32_t Aspose::Cells::Cells::GetMaxDataRow() +``` + +## Remarks + + +Return -1 if there is no cell which contains data. This property needs to iterate and check cells and rows dynamically, so it is a time-consumed progress and should not be invoked repeatedly, such as using it directly as condition in a loop. +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getmaxdisplayrange/_index.md b/spanish/cpp/aspose.cells/cells/getmaxdisplayrange/_index.md new file mode 100644 index 00000000000..f103d2c4830 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getmaxdisplayrange/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Cells::GetMaxDisplayRange method +linktitle: GetMaxDisplayRange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetMaxDisplayRange method. Gets the max range which includes data, merged cells and shapes in C++.' +type: docs +weight: 12600 +url: /es/cpp/aspose.cells/cells/getmaxdisplayrange/ +--- +## Cells::GetMaxDisplayRange method + + +Gets the max range which includes data, merged cells and shapes. + +```cpp +Range Aspose::Cells::Cells::GetMaxDisplayRange() +``` + +## Remarks + + +Reutrns null if the worksheet is empty since [Aspose.Cells](../../) 21.5.2. +## See Also + +* Class [Range](../../range/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getmaxgroupedcolumnoutlinelevel/_index.md b/spanish/cpp/aspose.cells/cells/getmaxgroupedcolumnoutlinelevel/_index.md new file mode 100644 index 00000000000..f1528c37634 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getmaxgroupedcolumnoutlinelevel/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Cells::GetMaxGroupedColumnOutlineLevel method +linktitle: GetMaxGroupedColumnOutlineLevel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetMaxGroupedColumnOutlineLevel method. Gets the max grouped column outline level (zero-based) in C++.' +type: docs +weight: 10000 +url: /es/cpp/aspose.cells/cells/getmaxgroupedcolumnoutlinelevel/ +--- +## Cells::GetMaxGroupedColumnOutlineLevel method + + +Gets the max grouped column outline level (zero-based). + +```cpp +int32_t Aspose::Cells::Cells::GetMaxGroupedColumnOutlineLevel() +``` + + +## ReturnValue + +The max grouped column outline level (zero-based) + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getmaxgroupedrowoutlinelevel/_index.md b/spanish/cpp/aspose.cells/cells/getmaxgroupedrowoutlinelevel/_index.md new file mode 100644 index 00000000000..dd576099ef1 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getmaxgroupedrowoutlinelevel/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Cells::GetMaxGroupedRowOutlineLevel method +linktitle: GetMaxGroupedRowOutlineLevel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetMaxGroupedRowOutlineLevel method. Gets the max grouped row outline level (zero-based) in C++.' +type: docs +weight: 10100 +url: /es/cpp/aspose.cells/cells/getmaxgroupedrowoutlinelevel/ +--- +## Cells::GetMaxGroupedRowOutlineLevel method + + +Gets the max grouped row outline level (zero-based). + +```cpp +int32_t Aspose::Cells::Cells::GetMaxGroupedRowOutlineLevel() +``` + + +## ReturnValue + +The max grouped row outline level (zero-based) + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getmaxrow/_index.md b/spanish/cpp/aspose.cells/cells/getmaxrow/_index.md new file mode 100644 index 00000000000..2403be6217f --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getmaxrow/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Cells::GetMaxRow method +linktitle: GetMaxRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetMaxRow method. Maximum row index of cell which contains data or style in C++.' +type: docs +weight: 7700 +url: /es/cpp/aspose.cells/cells/getmaxrow/ +--- +## Cells::GetMaxRow method + + +Maximum row index of cell which contains data or style. + +```cpp +int32_t Aspose::Cells::Cells::GetMaxRow() +``` + +## Remarks + + +Return -1 if there is no cell which contains data or style in the worksheet. This property needs to iterate and check cells and rows dynamically, so it is a time-consumed progress and should not be invoked repeatedly, such as using it directly as condition in a loop. +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getmemorysetting/_index.md b/spanish/cpp/aspose.cells/cells/getmemorysetting/_index.md new file mode 100644 index 00000000000..bd3647ed8fc --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getmemorysetting/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Cells::GetMemorySetting method +linktitle: GetMemorySetting +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetMemorySetting method. Gets or sets the memory usage option for this cells in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells/cells/getmemorysetting/ +--- +## Cells::GetMemorySetting method + + +Gets or sets the memory usage option for this cells. + +```cpp +MemorySetting Aspose::Cells::Cells::GetMemorySetting() +``` + +## Remarks + + +Notable limits and recommended operations for some modes:
Mode Remarks Supported
MemorySetting.MemoryPreferenceCells data will be maintained in compact format to decrease the memory cost. On other hand, the compact data also may cause higher time cost, especially when updating the cells data, or accessing cells/rows randomly v8.0.0
MemorySetting.FileCacheWhen this mode is used for any worksheet in one workbook, Workbook.Dispose() should be called at the end of work to release all resources such as the temporary files. + Randomly accessing cells will give poor performance because data needs to be read/updated randomly and repeatedly(so the pointer in the file will be +changed accordingly and IO operations will be required repeatedly). If possible, please always access the data sequentially(row by row). + When the data of one row/cell be changed, data of other cells/rows may also be influenced(such as the data be shifted/moved to other places to allocated enough spaces for the changed data). So every change of every data requires synchronization of other existing objects( +such as Row or Cell object). So, to get better performance, please do not maintain multiple Rows/Cells at the same time. Processing them one by one will reduce the data synchronization for them so the performance can be improved a bit. v25.7
+## See Also + +* Enum [MemorySetting](../../memorysetting/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getmergedareas/_index.md b/spanish/cpp/aspose.cells/cells/getmergedareas/_index.md new file mode 100644 index 00000000000..5502fc7131a --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getmergedareas/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Cells::GetMergedAreas method +linktitle: GetMergedAreas +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetMergedAreas method. Gets all merged cells in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/cells/getmergedareas/ +--- +## Cells::GetMergedAreas method + + +Gets all merged cells. + +```cpp +Vector Aspose::Cells::Cells::GetMergedAreas() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CellArea](../../cellarea/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getmincolumn/_index.md b/spanish/cpp/aspose.cells/cells/getmincolumn/_index.md new file mode 100644 index 00000000000..eea8ff66366 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getmincolumn/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Cells::GetMinColumn method +linktitle: GetMinColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetMinColumn method. Minimum column index of those cells that have been instantiated in the collection(does not include the column where style is defined for the whole column but no cell has been instantiated in it) in C++.' +type: docs +weight: 7800 +url: /es/cpp/aspose.cells/cells/getmincolumn/ +--- +## Cells::GetMinColumn method + + +Minimum column index of those cells that have been instantiated in the collection(does not include the column where style is defined for the whole column but no cell has been instantiated in it). + +```cpp +int32_t Aspose::Cells::Cells::GetMinColumn() +``` + +## Remarks + + +This property needs to iterate and check cells and rows dynamically, so it is a time-consumed progress and should not be invoked repeatedly, such as using it directly as condition in a loop. +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getmindatacolumn/_index.md b/spanish/cpp/aspose.cells/cells/getmindatacolumn/_index.md new file mode 100644 index 00000000000..8a286852d6c --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getmindatacolumn/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Cells::GetMinDataColumn method +linktitle: GetMinDataColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetMinDataColumn method. Minimum column index of cell which contains data in C++.' +type: docs +weight: 8200 +url: /es/cpp/aspose.cells/cells/getmindatacolumn/ +--- +## Cells::GetMinDataColumn method + + +Minimum column index of cell which contains data. + +```cpp +int32_t Aspose::Cells::Cells::GetMinDataColumn() +``` + +## Remarks + + +-1 will be returned if there is no cell which contains data. This property needs to iterate and check all cells in a worksheet dynamically, so it is a time-consumed progress and should not be invoked repeatedly, such as using it directly as condition in a loop. +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getmindatarow/_index.md b/spanish/cpp/aspose.cells/cells/getmindatarow/_index.md new file mode 100644 index 00000000000..6434df5f0d7 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getmindatarow/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Cells::GetMinDataRow method +linktitle: GetMinDataRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetMinDataRow method. Minimum row index of cell which contains data in C++.' +type: docs +weight: 8000 +url: /es/cpp/aspose.cells/cells/getmindatarow/ +--- +## Cells::GetMinDataRow method + + +Minimum row index of cell which contains data. + +```cpp +int32_t Aspose::Cells::Cells::GetMinDataRow() +``` + +## Remarks + + +Return -1 if there is no cell which contains data. This property needs to iterate and check cells and rows dynamically, so it is a time-consumed progress and should not be invoked repeatedly, such as using it directly as condition in a loop. +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getminrow/_index.md b/spanish/cpp/aspose.cells/cells/getminrow/_index.md new file mode 100644 index 00000000000..07c452fafa2 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getminrow/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Cells::GetMinRow method +linktitle: GetMinRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetMinRow method. Minimum row index of cell which contains data or style in C++.' +type: docs +weight: 7600 +url: /es/cpp/aspose.cells/cells/getminrow/ +--- +## Cells::GetMinRow method + + +Minimum row index of cell which contains data or style. + +```cpp +int32_t Aspose::Cells::Cells::GetMinRow() +``` + +## Remarks + + +This property needs to iterate and check cells and rows dynamically, so it is a time-consumed progress and should not be invoked repeatedly, such as using it directly as condition in a loop. +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getmultithreadreading/_index.md b/spanish/cpp/aspose.cells/cells/getmultithreadreading/_index.md new file mode 100644 index 00000000000..892350ece6a --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getmultithreadreading/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Cells::GetMultiThreadReading method +linktitle: GetMultiThreadReading +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetMultiThreadReading method. Gets or sets whether the cells data model should support Multi-Thread reading. Default value of this property is false in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells/cells/getmultithreadreading/ +--- +## Cells::GetMultiThreadReading method + + +Gets or sets whether the cells data model should support Multi-Thread reading. Default value of this property is false. + +```cpp +bool Aspose::Cells::Cells::GetMultiThreadReading() +``` + +## Remarks + + +If there are multiple threads to read Row/Cell objects in this collection concurrently, this property should be set as true, otherwise unexpected result may be produced. Supporting Multi-Thread reading may degrade the performance for accessing Row/Cell objects from this collection. Please note, some features cannot support Multi-Thread reading, such as formatting values(by Cell.StringValue, Cell.DisplayStringValue, .etc.). So, even with this property being set as true, those APIs still may give unexpected result for Multi-Thread reading. +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getodscellfields/_index.md b/spanish/cpp/aspose.cells/cells/getodscellfields/_index.md new file mode 100644 index 00000000000..57f0e7821f1 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getodscellfields/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cells::GetOdsCellFields method +linktitle: GetOdsCellFields +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetOdsCellFields method. Gets the list of fields of ods in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/cells/getodscellfields/ +--- +## Cells::GetOdsCellFields method + + +Gets the list of fields of ods. + +```cpp +OdsCellFieldCollection Aspose::Cells::Cells::GetOdsCellFields() +``` + +## See Also + +* Class [OdsCellFieldCollection](../../../aspose.cells.ods/odscellfieldcollection/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getpreservestring/_index.md b/spanish/cpp/aspose.cells/cells/getpreservestring/_index.md new file mode 100644 index 00000000000..d94ef167235 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getpreservestring/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cells::GetPreserveString method +linktitle: GetPreserveString +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetPreserveString method. Gets or sets a value indicating whether all worksheet values are preserved as strings. Default is false in C++.' +type: docs +weight: 4500 +url: /es/cpp/aspose.cells/cells/getpreservestring/ +--- +## Cells::GetPreserveString method + + +Gets or sets a value indicating whether all worksheet values are preserved as strings. Default is false. + +```cpp +bool Aspose::Cells::Cells::GetPreserveString() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getranges/_index.md b/spanish/cpp/aspose.cells/cells/getranges/_index.md new file mode 100644 index 00000000000..42d38eb545c --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getranges/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cells::GetRanges method +linktitle: GetRanges +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetRanges method. Gets the collection of Range objects created at run time in C++.' +type: docs +weight: 12000 +url: /es/cpp/aspose.cells/cells/getranges/ +--- +## Cells::GetRanges method + + +Gets the collection of [Range](../../range/) objects created at run time. + +```cpp +RangeCollection Aspose::Cells::Cells::GetRanges() +``` + +## See Also + +* Class [RangeCollection](../../rangecollection/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getrow/_index.md b/spanish/cpp/aspose.cells/cells/getrow/_index.md new file mode 100644 index 00000000000..2b5422c5a63 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getrow/_index.md @@ -0,0 +1,44 @@ +--- +title: Aspose::Cells::Cells::GetRow method +linktitle: GetRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetRow method. Gets the Row element at the specified cell row index in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells/cells/getrow/ +--- +## Cells::GetRow method + + +Gets the [Row](../../row/) element at the specified cell row index. + + +>Deprecated +> +>Use Cells.CheckRow(int row) instead. +```cpp +Row Aspose::Cells::Cells::GetRow(int32_t row) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | [Row](../../row/) index | + +## ReturnValue + +If the row object does exist return [Row](../../row/) object, otherwise return null. +## Remarks + + + +NOTE: This member is now obsolete. Instead, please use [Cells.CheckRow(int row)](../checkrow/) method. This method will be removed 12 months later since February 2024. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Row](../../row/) +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getrowheight/_index.md b/spanish/cpp/aspose.cells/cells/getrowheight/_index.md new file mode 100644 index 00000000000..453106aa54d --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getrowheight/_index.md @@ -0,0 +1,60 @@ +--- +title: Aspose::Cells::Cells::GetRowHeight method +linktitle: GetRowHeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetRowHeight method. Gets row''s height in C++.' +type: docs +weight: 5700 +url: /es/cpp/aspose.cells/cells/getrowheight/ +--- +## Cells::GetRowHeight(int32_t, bool, CellsUnitType) method + + +Gets row's height. + +```cpp +double Aspose::Cells::Cells::GetRowHeight(int32_t row, bool isOriginal, CellsUnitType unitType) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | The row index. | +| isOriginal | bool | Whether returns the original row height or 0 for hidden row. | +| unitType | CellsUnitType | Unit type of the returned height value | + +## ReturnValue + +[Row](../../row/)'s height + +## See Also + +* Class [Vector](../../vector/) +* Enum [CellsUnitType](../../cellsunittype/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cells::GetRowHeight(int32_t) method + + +Gets the height of a specified row, in unit of points. + +```cpp +double Aspose::Cells::Cells::GetRowHeight(int32_t row) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | [Row](../../row/) index | + +## ReturnValue + +Height of row + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getrowheightinch/_index.md b/spanish/cpp/aspose.cells/cells/getrowheightinch/_index.md new file mode 100644 index 00000000000..1bf3e25727f --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getrowheightinch/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Cells::GetRowHeightInch method +linktitle: GetRowHeightInch +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetRowHeightInch method. Gets the height of a specified row in unit of inches in C++.' +type: docs +weight: 6600 +url: /es/cpp/aspose.cells/cells/getrowheightinch/ +--- +## Cells::GetRowHeightInch method + + +Gets the height of a specified row in unit of inches. + +```cpp +double Aspose::Cells::Cells::GetRowHeightInch(int32_t row) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | [Row](../../row/) index | + +## ReturnValue + +Height of row + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getrowheightpixel/_index.md b/spanish/cpp/aspose.cells/cells/getrowheightpixel/_index.md new file mode 100644 index 00000000000..59f365cb7ae --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getrowheightpixel/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Cells::GetRowHeightPixel method +linktitle: GetRowHeightPixel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetRowHeightPixel method. Gets the height of a specified row in unit of pixel in C++.' +type: docs +weight: 6800 +url: /es/cpp/aspose.cells/cells/getrowheightpixel/ +--- +## Cells::GetRowHeightPixel method + + +Gets the height of a specified row in unit of pixel. + +```cpp +int32_t Aspose::Cells::Cells::GetRowHeightPixel(int32_t row) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | [Row](../../row/) index | + +## ReturnValue + +Height of row + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getroworiginalheightpoint/_index.md b/spanish/cpp/aspose.cells/cells/getroworiginalheightpoint/_index.md new file mode 100644 index 00000000000..d86515c5b47 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getroworiginalheightpoint/_index.md @@ -0,0 +1,43 @@ +--- +title: Aspose::Cells::Cells::GetRowOriginalHeightPoint method +linktitle: GetRowOriginalHeightPoint +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetRowOriginalHeightPoint method. Gets original row''s height in unit of point if the row is hidden in C++.' +type: docs +weight: 5800 +url: /es/cpp/aspose.cells/cells/getroworiginalheightpoint/ +--- +## Cells::GetRowOriginalHeightPoint method + + +Gets original row's height in unit of point if the row is hidden. + + +>Deprecated +> +>Use Cells.GetRowHeight(int,bool,CellsUnitType) method, instead. +```cpp +double Aspose::Cells::Cells::GetRowOriginalHeightPoint(int32_t row) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | The row index. | + +## ReturnValue + + +## Remarks + + + +NOTE: This member is now obsolete. Instead, please use [Cells.GetRowHeight(int,bool,CellsUnitType)](../getrowheight/) method. This method will be removed 12 months later since April 2024. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getrows/_index.md b/spanish/cpp/aspose.cells/cells/getrows/_index.md new file mode 100644 index 00000000000..1fa4eb53add --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getrows/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cells::GetRows method +linktitle: GetRows +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetRows method. Gets the collection of Row objects that represents the individual rows in this worksheet in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/cells/getrows/ +--- +## Cells::GetRows method + + +Gets the collection of [Row](../../row/) objects that represents the individual rows in this worksheet. + +```cpp +RowCollection Aspose::Cells::Cells::GetRows() +``` + +## See Also + +* Class [RowCollection](../../rowcollection/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getstandardheight/_index.md b/spanish/cpp/aspose.cells/cells/getstandardheight/_index.md new file mode 100644 index 00000000000..799657c8c33 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getstandardheight/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cells::GetStandardHeight method +linktitle: GetStandardHeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetStandardHeight method. Gets or sets the default row height in this worksheet, in unit of points in C++.' +type: docs +weight: 3600 +url: /es/cpp/aspose.cells/cells/getstandardheight/ +--- +## Cells::GetStandardHeight method + + +Gets or sets the default row height in this worksheet, in unit of points. + +```cpp +double Aspose::Cells::Cells::GetStandardHeight() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getstandardheightinch/_index.md b/spanish/cpp/aspose.cells/cells/getstandardheightinch/_index.md new file mode 100644 index 00000000000..1af6135b2b7 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getstandardheightinch/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cells::GetStandardHeightInch method +linktitle: GetStandardHeightInch +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetStandardHeightInch method. Gets or sets the default row height in this worksheet, in unit of inches in C++.' +type: docs +weight: 4000 +url: /es/cpp/aspose.cells/cells/getstandardheightinch/ +--- +## Cells::GetStandardHeightInch method + + +Gets or sets the default row height in this worksheet, in unit of inches. + +```cpp +double Aspose::Cells::Cells::GetStandardHeightInch() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getstandardheightpixels/_index.md b/spanish/cpp/aspose.cells/cells/getstandardheightpixels/_index.md new file mode 100644 index 00000000000..347fb8a2f48 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getstandardheightpixels/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cells::GetStandardHeightPixels method +linktitle: GetStandardHeightPixels +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetStandardHeightPixels method. Gets or sets the default row height in this worksheet, in unit of pixels in C++.' +type: docs +weight: 3800 +url: /es/cpp/aspose.cells/cells/getstandardheightpixels/ +--- +## Cells::GetStandardHeightPixels method + + +Gets or sets the default row height in this worksheet, in unit of pixels. + +```cpp +int32_t Aspose::Cells::Cells::GetStandardHeightPixels() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getstandardwidth/_index.md b/spanish/cpp/aspose.cells/cells/getstandardwidth/_index.md new file mode 100644 index 00000000000..d350e47a603 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getstandardwidth/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cells::GetStandardWidth method +linktitle: GetStandardWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetStandardWidth method. Gets or sets the default column width in the worksheet, in unit of characters in C++.' +type: docs +weight: 3400 +url: /es/cpp/aspose.cells/cells/getstandardwidth/ +--- +## Cells::GetStandardWidth method + + +Gets or sets the default column width in the worksheet, in unit of characters. + +```cpp +double Aspose::Cells::Cells::GetStandardWidth() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getstandardwidthinch/_index.md b/spanish/cpp/aspose.cells/cells/getstandardwidthinch/_index.md new file mode 100644 index 00000000000..fe7fedb4f9d --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getstandardwidthinch/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cells::GetStandardWidthInch method +linktitle: GetStandardWidthInch +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetStandardWidthInch method. Gets or sets the default column width in the worksheet, in unit of inches in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells/cells/getstandardwidthinch/ +--- +## Cells::GetStandardWidthInch method + + +Gets or sets the default column width in the worksheet, in unit of inches. + +```cpp +double Aspose::Cells::Cells::GetStandardWidthInch() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getstandardwidthpixels/_index.md b/spanish/cpp/aspose.cells/cells/getstandardwidthpixels/_index.md new file mode 100644 index 00000000000..865c3a3ac9c --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getstandardwidthpixels/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cells::GetStandardWidthPixels method +linktitle: GetStandardWidthPixels +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetStandardWidthPixels method. Gets or sets the default column width in the worksheet, in unit of pixels in C++.' +type: docs +weight: 3200 +url: /es/cpp/aspose.cells/cells/getstandardwidthpixels/ +--- +## Cells::GetStandardWidthPixels method + + +Gets or sets the default column width in the worksheet, in unit of pixels. + +```cpp +int32_t Aspose::Cells::Cells::GetStandardWidthPixels() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getstyle/_index.md b/spanish/cpp/aspose.cells/cells/getstyle/_index.md new file mode 100644 index 00000000000..210b97fa0fe --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getstyle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cells::GetStyle method +linktitle: GetStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetStyle method. Gets and sets the default style of the worksheet in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells/cells/getstyle/ +--- +## Cells::GetStyle method + + +Gets and sets the default style of the worksheet. + +```cpp +Style Aspose::Cells::Cells::GetStyle() +``` + +## See Also + +* Class [Style](../../style/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getviewcolumnwidthpixel/_index.md b/spanish/cpp/aspose.cells/cells/getviewcolumnwidthpixel/_index.md new file mode 100644 index 00000000000..1f02a29e4c8 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getviewcolumnwidthpixel/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Cells::GetViewColumnWidthPixel method +linktitle: GetViewColumnWidthPixel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetViewColumnWidthPixel method. Get the width in different view type in C++.' +type: docs +weight: 7400 +url: /es/cpp/aspose.cells/cells/getviewcolumnwidthpixel/ +--- +## Cells::GetViewColumnWidthPixel method + + +Get the width in different view type. + +```cpp +int32_t Aspose::Cells::Cells::GetViewColumnWidthPixel(int32_t column) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| column | int32_t | The column index. | + +## ReturnValue + +the column width in unit of pixels + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getviewrowheight/_index.md b/spanish/cpp/aspose.cells/cells/getviewrowheight/_index.md new file mode 100644 index 00000000000..cec623db951 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getviewrowheight/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Cells::GetViewRowHeight method +linktitle: GetViewRowHeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetViewRowHeight method. Gets the height of a specified row in C++.' +type: docs +weight: 6500 +url: /es/cpp/aspose.cells/cells/getviewrowheight/ +--- +## Cells::GetViewRowHeight method + + +Gets the height of a specified row. + +```cpp +double Aspose::Cells::Cells::GetViewRowHeight(int32_t row) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | [Row](../../row/) index. | + +## ReturnValue + +Height of row. + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/getviewrowheightinch/_index.md b/spanish/cpp/aspose.cells/cells/getviewrowheightinch/_index.md new file mode 100644 index 00000000000..1734a588633 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/getviewrowheightinch/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Cells::GetViewRowHeightInch method +linktitle: GetViewRowHeightInch +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GetViewRowHeightInch method. Gets the height of a specified row in unit of inches in C++.' +type: docs +weight: 6700 +url: /es/cpp/aspose.cells/cells/getviewrowheightinch/ +--- +## Cells::GetViewRowHeightInch method + + +Gets the height of a specified row in unit of inches. + +```cpp +double Aspose::Cells::Cells::GetViewRowHeightInch(int32_t row) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | [Row](../../row/) index | + +## ReturnValue + +Height of row + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/groupcolumns/_index.md b/spanish/cpp/aspose.cells/cells/groupcolumns/_index.md new file mode 100644 index 00000000000..82b66eece79 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/groupcolumns/_index.md @@ -0,0 +1,52 @@ +--- +title: Aspose::Cells::Cells::GroupColumns method +linktitle: GroupColumns +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GroupColumns method. Groups columns in C++.' +type: docs +weight: 10500 +url: /es/cpp/aspose.cells/cells/groupcolumns/ +--- +## Cells::GroupColumns(int32_t, int32_t) method + + +Groups columns. + +```cpp +void Aspose::Cells::Cells::GroupColumns(int32_t firstIndex, int32_t lastIndex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| firstIndex | int32_t | The first column index to be grouped. | +| lastIndex | int32_t | The last column index to be grouped. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cells::GroupColumns(int32_t, int32_t, bool) method + + +Groups columns. + +```cpp +void Aspose::Cells::Cells::GroupColumns(int32_t firstIndex, int32_t lastIndex, bool isHidden) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| firstIndex | int32_t | The first column index to be grouped. | +| lastIndex | int32_t | The last column index to be grouped. | +| isHidden | bool | Specifies if the grouped columns are hidden. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/grouprows/_index.md b/spanish/cpp/aspose.cells/cells/grouprows/_index.md new file mode 100644 index 00000000000..07eaa7da100 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/grouprows/_index.md @@ -0,0 +1,52 @@ +--- +title: Aspose::Cells::Cells::GroupRows method +linktitle: GroupRows +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::GroupRows method. Groups rows in C++.' +type: docs +weight: 10700 +url: /es/cpp/aspose.cells/cells/grouprows/ +--- +## Cells::GroupRows(int32_t, int32_t, bool) method + + +Groups rows. + +```cpp +void Aspose::Cells::Cells::GroupRows(int32_t firstIndex, int32_t lastIndex, bool isHidden) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| firstIndex | int32_t | The first row index to be grouped. | +| lastIndex | int32_t | The last row index to be grouped. | +| isHidden | bool | Specifies if the grouped rows are hidden. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cells::GroupRows(int32_t, int32_t) method + + +Groups rows. + +```cpp +void Aspose::Cells::Cells::GroupRows(int32_t firstIndex, int32_t lastIndex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| firstIndex | int32_t | The first row index to be grouped. | +| lastIndex | int32_t | The last row index to be grouped. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/hidecolumn/_index.md b/spanish/cpp/aspose.cells/cells/hidecolumn/_index.md new file mode 100644 index 00000000000..d001ff64dcf --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/hidecolumn/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Cells::HideColumn method +linktitle: HideColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::HideColumn method. Hides a column in C++.' +type: docs +weight: 6100 +url: /es/cpp/aspose.cells/cells/hidecolumn/ +--- +## Cells::HideColumn method + + +Hides a column. + +```cpp +void Aspose::Cells::Cells::HideColumn(int32_t column) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| column | int32_t | [Column](../../column/) index. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/hidecolumns/_index.md b/spanish/cpp/aspose.cells/cells/hidecolumns/_index.md new file mode 100644 index 00000000000..7431f8f7984 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/hidecolumns/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Cells::HideColumns method +linktitle: HideColumns +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::HideColumns method. Hide multiple columns in C++.' +type: docs +weight: 6300 +url: /es/cpp/aspose.cells/cells/hidecolumns/ +--- +## Cells::HideColumns method + + +Hide multiple columns. + +```cpp +void Aspose::Cells::Cells::HideColumns(int32_t column, int32_t totalColumns) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| column | int32_t | [Column](../../column/) index. | +| totalColumns | int32_t | [Column](../../column/) number. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/hidegroupdetail/_index.md b/spanish/cpp/aspose.cells/cells/hidegroupdetail/_index.md new file mode 100644 index 00000000000..e2f4935b1db --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/hidegroupdetail/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Cells::HideGroupDetail method +linktitle: HideGroupDetail +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::HideGroupDetail method. Collapses the grouped rows/columns in C++.' +type: docs +weight: 10300 +url: /es/cpp/aspose.cells/cells/hidegroupdetail/ +--- +## Cells::HideGroupDetail method + + +Collapses the grouped rows/columns. + +```cpp +void Aspose::Cells::Cells::HideGroupDetail(bool isVertical, int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| isVertical | bool | True, collapse the grouped rows. | +| index | int32_t | The row/column index | + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/hiderow/_index.md b/spanish/cpp/aspose.cells/cells/hiderow/_index.md new file mode 100644 index 00000000000..0cb3d679e8c --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/hiderow/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Cells::HideRow method +linktitle: HideRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::HideRow method. Hides a row in C++.' +type: docs +weight: 5000 +url: /es/cpp/aspose.cells/cells/hiderow/ +--- +## Cells::HideRow method + + +Hides a row. + +```cpp +void Aspose::Cells::Cells::HideRow(int32_t row) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | [Row](../../row/) index. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/hiderows/_index.md b/spanish/cpp/aspose.cells/cells/hiderows/_index.md new file mode 100644 index 00000000000..92adfaa17ea --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/hiderows/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Cells::HideRows method +linktitle: HideRows +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::HideRows method. Hides multiple rows in C++.' +type: docs +weight: 5200 +url: /es/cpp/aspose.cells/cells/hiderows/ +--- +## Cells::HideRows method + + +Hides multiple rows. + +```cpp +void Aspose::Cells::Cells::HideRows(int32_t row, int32_t totalRows) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | The row index. | +| totalRows | int32_t | The row number. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/importcsv/_index.md b/spanish/cpp/aspose.cells/cells/importcsv/_index.md new file mode 100644 index 00000000000..f1b51bfc7e3 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/importcsv/_index.md @@ -0,0 +1,180 @@ +--- +title: Aspose::Cells::Cells::ImportCSV method +linktitle: ImportCSV +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::ImportCSV method. Import a CSV file to the cells in C++.' +type: docs +weight: 4400 +url: /es/cpp/aspose.cells/cells/importcsv/ +--- +## Cells::ImportCSV(const U16String\&, const U16String\&, bool, int32_t, int32_t) method + + +Import a CSV file to the cells. + +```cpp +void Aspose::Cells::Cells::ImportCSV(const U16String &fileName, const U16String &splitter, bool convertNumericData, int32_t firstRow, int32_t firstColumn) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fileName | const U16String\& | The CSV file name. | +| splitter | const U16String\& | The splitter | +| convertNumericData | bool | Whether the string in text file is converted to numeric data. | +| firstRow | int32_t | The row number of the first cell to import in. | +| firstColumn | int32_t | The column number of the first cell to import in. | + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cells::ImportCSV(const char16_t*, const char16_t*, bool, int32_t, int32_t) method + + +Import a CSV file to the cells. + +```cpp +void Aspose::Cells::Cells::ImportCSV(const char16_t *fileName, const char16_t *splitter, bool convertNumericData, int32_t firstRow, int32_t firstColumn) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fileName | const char16_t* | The CSV file name. | +| splitter | const char16_t* | The splitter | +| convertNumericData | bool | Whether the string in text file is converted to numeric data. | +| firstRow | int32_t | The row number of the first cell to import in. | +| firstColumn | int32_t | The column number of the first cell to import in. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cells::ImportCSV(const Vector \\&, const U16String\&, bool, int32_t, int32_t) method + + +Import a CSV file to the cells. + +```cpp +void Aspose::Cells::Cells::ImportCSV(const Vector &stream, const U16String &splitter, bool convertNumericData, int32_t firstRow, int32_t firstColumn) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| stream | const Vector \\& | The CSV file stream. | +| splitter | const U16String\& | The splitter | +| convertNumericData | bool | Whether the string in text file is converted to numeric data. | +| firstRow | int32_t | The row number of the first cell to import in. | +| firstColumn | int32_t | The column number of the first cell to import in. | + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cells::ImportCSV(const Vector \\&, const char16_t*, bool, int32_t, int32_t) method + + +Import a CSV file to the cells. + +```cpp +void Aspose::Cells::Cells::ImportCSV(const Vector &stream, const char16_t *splitter, bool convertNumericData, int32_t firstRow, int32_t firstColumn) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| stream | const Vector \\& | The CSV file stream. | +| splitter | const char16_t* | The splitter | +| convertNumericData | bool | Whether the string in text file is converted to numeric data. | +| firstRow | int32_t | The row number of the first cell to import in. | +| firstColumn | int32_t | The column number of the first cell to import in. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cells::ImportCSV(const U16String\&, const TxtLoadOptions\&, int32_t, int32_t) method + + +Import a CSV file to the cells. + +```cpp +void Aspose::Cells::Cells::ImportCSV(const U16String &fileName, const TxtLoadOptions &options, int32_t firstRow, int32_t firstColumn) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fileName | const U16String\& | The CSV file name. | +| options | const TxtLoadOptions\& | The load options for reading text file | +| firstRow | int32_t | The row number of the first cell to import in. | +| firstColumn | int32_t | The column number of the first cell to import in. | + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [TxtLoadOptions](../../txtloadoptions/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cells::ImportCSV(const char16_t*, const TxtLoadOptions\&, int32_t, int32_t) method + + +Import a CSV file to the cells. + +```cpp +void Aspose::Cells::Cells::ImportCSV(const char16_t *fileName, const TxtLoadOptions &options, int32_t firstRow, int32_t firstColumn) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fileName | const char16_t* | The CSV file name. | +| options | const TxtLoadOptions\& | The load options for reading text file | +| firstRow | int32_t | The row number of the first cell to import in. | +| firstColumn | int32_t | The column number of the first cell to import in. | + +## See Also + +* Class [Vector](../../vector/) +* Class [TxtLoadOptions](../../txtloadoptions/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cells::ImportCSV(const Vector \\&, const TxtLoadOptions\&, int32_t, int32_t) method + + +Import a CSV file to the cells. + +```cpp +void Aspose::Cells::Cells::ImportCSV(const Vector &stream, const TxtLoadOptions &options, int32_t firstRow, int32_t firstColumn) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| stream | const Vector \\& | The CSV file stream. | +| options | const TxtLoadOptions\& | The load options for reading text file | +| firstRow | int32_t | The row number of the first cell to import in. | +| firstColumn | int32_t | The column number of the first cell to import in. | + +## See Also + +* Class [Vector](../../vector/) +* Class [TxtLoadOptions](../../txtloadoptions/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/importformulaarray/_index.md b/spanish/cpp/aspose.cells/cells/importformulaarray/_index.md new file mode 100644 index 00000000000..89ce28c06ac --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/importformulaarray/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Cells::ImportFormulaArray method +linktitle: ImportFormulaArray +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::ImportFormulaArray method. Imports an array of formula into a worksheet in C++.' +type: docs +weight: 4200 +url: /es/cpp/aspose.cells/cells/importformulaarray/ +--- +## Cells::ImportFormulaArray method + + +Imports an array of formula into a worksheet. + +```cpp +void Aspose::Cells::Cells::ImportFormulaArray(const Vector &stringArray, int32_t firstRow, int32_t firstColumn, bool isVertical) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| stringArray | const Vector \\& | Formula array. | +| firstRow | int32_t | The row number of the first cell to import in. | +| firstColumn | int32_t | The column number of the first cell to import in. | +| isVertical | bool | Specifies to import data vertically or horizontally. | + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/insertcolumn/_index.md b/spanish/cpp/aspose.cells/cells/insertcolumn/_index.md new file mode 100644 index 00000000000..020a8c1579e --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/insertcolumn/_index.md @@ -0,0 +1,50 @@ +--- +title: Aspose::Cells::Cells::InsertColumn method +linktitle: InsertColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::InsertColumn method. Inserts a new column into the worksheet in C++.' +type: docs +weight: 11700 +url: /es/cpp/aspose.cells/cells/insertcolumn/ +--- +## Cells::InsertColumn(int32_t, bool) method + + +Inserts a new column into the worksheet. + +```cpp +void Aspose::Cells::Cells::InsertColumn(int32_t columnIndex, bool updateReference) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| columnIndex | int32_t | [Column](../../column/) index. | +| updateReference | bool | Indicates if references in other worksheets will be updated. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cells::InsertColumn(int32_t) method + + +Inserts a new column into the worksheet. + +```cpp +void Aspose::Cells::Cells::InsertColumn(int32_t columnIndex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| columnIndex | int32_t | [Column](../../column/) index. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/insertcolumns/_index.md b/spanish/cpp/aspose.cells/cells/insertcolumns/_index.md new file mode 100644 index 00000000000..77f9c799cc9 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/insertcolumns/_index.md @@ -0,0 +1,75 @@ +--- +title: Aspose::Cells::Cells::InsertColumns method +linktitle: InsertColumns +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::InsertColumns method. Inserts some columns into the worksheet in C++.' +type: docs +weight: 11600 +url: /es/cpp/aspose.cells/cells/insertcolumns/ +--- +## Cells::InsertColumns(int32_t, int32_t) method + + +Inserts some columns into the worksheet. + +```cpp +void Aspose::Cells::Cells::InsertColumns(int32_t columnIndex, int32_t totalColumns) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| columnIndex | int32_t | [Column](../../column/) index. | +| totalColumns | int32_t | The number of columns. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cells::InsertColumns(int32_t, int32_t, bool) method + + +Inserts some columns into the worksheet. + +```cpp +void Aspose::Cells::Cells::InsertColumns(int32_t columnIndex, int32_t totalColumns, bool updateReference) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| columnIndex | int32_t | [Column](../../column/) index. | +| totalColumns | int32_t | The number of columns. | +| updateReference | bool | Indicates if references in other worksheets will be updated. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cells::InsertColumns(int32_t, int32_t, const InsertOptions\&) method + + +Inserts some columns into the worksheet. + +```cpp +void Aspose::Cells::Cells::InsertColumns(int32_t columnIndex, int32_t totalColumns, const InsertOptions &options) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| columnIndex | int32_t | [Column](../../column/) index. | +| totalColumns | int32_t | The number of columns. | +| options | const InsertOptions\& | The options for inserting operation. | + +## See Also + +* Class [Vector](../../vector/) +* Class [InsertOptions](../../insertoptions/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/insertcutcells/_index.md b/spanish/cpp/aspose.cells/cells/insertcutcells/_index.md new file mode 100644 index 00000000000..a4ef8278922 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/insertcutcells/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Cells::InsertCutCells method +linktitle: InsertCutCells +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::InsertCutCells method. Insert cut range in C++.' +type: docs +weight: 13400 +url: /es/cpp/aspose.cells/cells/insertcutcells/ +--- +## Cells::InsertCutCells method + + +Insert cut range. + +```cpp +void Aspose::Cells::Cells::InsertCutCells(const Range &cutRange, int32_t row, int32_t column, ShiftType shiftType) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| cutRange | const Range\& | The cut range. | +| row | int32_t | The row. | +| column | int32_t | The column. | +| shiftType | ShiftType | Indicates how to shift other objects of the target range when inserting cut range. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Range](../../range/) +* Enum [ShiftType](../../shifttype/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/insertrange/_index.md b/spanish/cpp/aspose.cells/cells/insertrange/_index.md new file mode 100644 index 00000000000..42f37e63efe --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/insertrange/_index.md @@ -0,0 +1,81 @@ +--- +title: Aspose::Cells::Cells::InsertRange method +linktitle: InsertRange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::InsertRange method. Inserts a range of cells and shift cells according to the shift option in C++.' +type: docs +weight: 13300 +url: /es/cpp/aspose.cells/cells/insertrange/ +--- +## Cells::InsertRange(const CellArea\&, int32_t, ShiftType, bool) method + + +Inserts a range of cells and shift cells according to the shift option. + +```cpp +void Aspose::Cells::Cells::InsertRange(const CellArea &area, int32_t shiftNumber, ShiftType shiftType, bool updateReference) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| area | const CellArea\& | Shift area. | +| shiftNumber | int32_t | Number of rows or columns to be inserted. | +| shiftType | ShiftType | Shift cells option. | +| updateReference | bool | Indicates whether update references in other worksheets. | + +## See Also + +* Class [Vector](../../vector/) +* Class [CellArea](../../cellarea/) +* Enum [ShiftType](../../shifttype/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cells::InsertRange(const CellArea\&, ShiftType) method + + +Inserts a range of cells and shift cells according to the shift option. + +```cpp +void Aspose::Cells::Cells::InsertRange(const CellArea &area, ShiftType shiftType) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| area | const CellArea\& | Shift area. | +| shiftType | ShiftType | Shift cells option. | + +## See Also + +* Class [Vector](../../vector/) +* Class [CellArea](../../cellarea/) +* Enum [ShiftType](../../shifttype/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cells::InsertRange(const CellArea\&, int32_t, ShiftType) method + + +Inserts a range of cells and shift cells according to the shift option. + +```cpp +void Aspose::Cells::Cells::InsertRange(const CellArea &area, int32_t shiftNumber, ShiftType shiftType) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| area | const CellArea\& | Shift area. | +| shiftNumber | int32_t | Number of rows or columns to be inserted. | +| shiftType | ShiftType | Shift cells option. | + +## See Also + +* Class [Vector](../../vector/) +* Class [CellArea](../../cellarea/) +* Enum [ShiftType](../../shifttype/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/insertrow/_index.md b/spanish/cpp/aspose.cells/cells/insertrow/_index.md new file mode 100644 index 00000000000..9a47c763846 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/insertrow/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Cells::InsertRow method +linktitle: InsertRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::InsertRow method. Inserts a new row into the worksheet in C++.' +type: docs +weight: 11900 +url: /es/cpp/aspose.cells/cells/insertrow/ +--- +## Cells::InsertRow method + + +Inserts a new row into the worksheet. + +```cpp +void Aspose::Cells::Cells::InsertRow(int32_t rowIndex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| rowIndex | int32_t | [Row](../../row/) index. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/insertrows/_index.md b/spanish/cpp/aspose.cells/cells/insertrows/_index.md new file mode 100644 index 00000000000..465cb92f554 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/insertrows/_index.md @@ -0,0 +1,75 @@ +--- +title: Aspose::Cells::Cells::InsertRows method +linktitle: InsertRows +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::InsertRows method. Inserts multiple rows into the worksheet in C++.' +type: docs +weight: 11800 +url: /es/cpp/aspose.cells/cells/insertrows/ +--- +## Cells::InsertRows(int32_t, int32_t, bool) method + + +Inserts multiple rows into the worksheet. + +```cpp +void Aspose::Cells::Cells::InsertRows(int32_t rowIndex, int32_t totalRows, bool updateReference) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| rowIndex | int32_t | [Row](../../row/) index. | +| totalRows | int32_t | Number of rows to be inserted. | +| updateReference | bool | Indicates if references in other worksheets will be updated. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cells::InsertRows(int32_t, int32_t, const InsertOptions\&) method + + +Inserts multiple rows into the worksheet. + +```cpp +void Aspose::Cells::Cells::InsertRows(int32_t rowIndex, int32_t totalRows, const InsertOptions &options) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| rowIndex | int32_t | [Row](../../row/) index. | +| totalRows | int32_t | Number of rows to be inserted. | +| options | const InsertOptions\& | Options for inserting operation. | + +## See Also + +* Class [Vector](../../vector/) +* Class [InsertOptions](../../insertoptions/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cells::InsertRows(int32_t, int32_t) method + + +Inserts multiple rows into the worksheet. + +```cpp +void Aspose::Cells::Cells::InsertRows(int32_t rowIndex, int32_t totalRows) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| rowIndex | int32_t | [Row](../../row/) index. | +| totalRows | int32_t | Number of rows to be inserted. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/isblankcolumn/_index.md b/spanish/cpp/aspose.cells/cells/isblankcolumn/_index.md new file mode 100644 index 00000000000..0f01f0f7785 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/isblankcolumn/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Cells::IsBlankColumn method +linktitle: IsBlankColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::IsBlankColumn method. Checks whether given column is blank(does not contain any data) in C++.' +type: docs +weight: 11400 +url: /es/cpp/aspose.cells/cells/isblankcolumn/ +--- +## Cells::IsBlankColumn method + + +Checks whether given column is blank(does not contain any data). + +```cpp +bool Aspose::Cells::Cells::IsBlankColumn(int32_t columnIndex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| columnIndex | int32_t | the column index | + +## ReturnValue + +true if given column does not contain any data + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/iscolumnhidden/_index.md b/spanish/cpp/aspose.cells/cells/iscolumnhidden/_index.md new file mode 100644 index 00000000000..50a3687c231 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/iscolumnhidden/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Cells::IsColumnHidden method +linktitle: IsColumnHidden +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::IsColumnHidden method. Checks whether a column at given index is hidden in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells/cells/iscolumnhidden/ +--- +## Cells::IsColumnHidden method + + +Checks whether a column at given index is hidden. + +```cpp +bool Aspose::Cells::Cells::IsColumnHidden(int32_t columnIndex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| columnIndex | int32_t | column index | + +## ReturnValue + +true if the column is hidden. + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/isdefaultcolumnhidden/_index.md b/spanish/cpp/aspose.cells/cells/isdefaultcolumnhidden/_index.md new file mode 100644 index 00000000000..243b147fa0c --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/isdefaultcolumnhidden/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cells::IsDefaultColumnHidden method +linktitle: IsDefaultColumnHidden +second_title: Aspose.Cells for C++ API Reference +description: 'How to use IsDefaultColumnHidden method of Aspose::Cells::Cells class in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells/cells/isdefaultcolumnhidden/ +--- +## Cells::IsDefaultColumnHidden method + + + + +```cpp +bool Aspose::Cells::Cells::IsDefaultColumnHidden() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/isdefaultrowheightmatched/_index.md b/spanish/cpp/aspose.cells/cells/isdefaultrowheightmatched/_index.md new file mode 100644 index 00000000000..fc7e751552b --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/isdefaultrowheightmatched/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cells::IsDefaultRowHeightMatched method +linktitle: IsDefaultRowHeightMatched +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::IsDefaultRowHeightMatched method. Indicates that row height and default font height matches in C++.' +type: docs +weight: 8600 +url: /es/cpp/aspose.cells/cells/isdefaultrowheightmatched/ +--- +## Cells::IsDefaultRowHeightMatched method + + +Indicates that row height and default font height matches. + +```cpp +bool Aspose::Cells::Cells::IsDefaultRowHeightMatched() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/isdefaultrowhidden/_index.md b/spanish/cpp/aspose.cells/cells/isdefaultrowhidden/_index.md new file mode 100644 index 00000000000..00513d81547 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/isdefaultrowhidden/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cells::IsDefaultRowHidden method +linktitle: IsDefaultRowHidden +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::IsDefaultRowHidden method. Indicates whether the row is default hidden in C++.' +type: docs +weight: 8800 +url: /es/cpp/aspose.cells/cells/isdefaultrowhidden/ +--- +## Cells::IsDefaultRowHidden method + + +Indicates whether the row is default hidden. + +```cpp +bool Aspose::Cells::Cells::IsDefaultRowHidden() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/isdeletingrangeenabled/_index.md b/spanish/cpp/aspose.cells/cells/isdeletingrangeenabled/_index.md new file mode 100644 index 00000000000..9fd74a9e654 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/isdeletingrangeenabled/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Cells::IsDeletingRangeEnabled method +linktitle: IsDeletingRangeEnabled +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::IsDeletingRangeEnabled method. Check whether the range could be deleted in C++.' +type: docs +weight: 11000 +url: /es/cpp/aspose.cells/cells/isdeletingrangeenabled/ +--- +## Cells::IsDeletingRangeEnabled method + + +Check whether the range could be deleted. + +```cpp +bool Aspose::Cells::Cells::IsDeletingRangeEnabled(int32_t startRow, int32_t startColumn, int32_t totalRows, int32_t totalColumns) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| startRow | int32_t | The start row index of the range. | +| startColumn | int32_t | The start column index of the range. | +| totalRows | int32_t | The number of the rows in the range. | +| totalColumns | int32_t | The number of the columns in the range. | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/isnull/_index.md b/spanish/cpp/aspose.cells/cells/isnull/_index.md new file mode 100644 index 00000000000..09e4c26c32d --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Cells::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/cells/isnull/ +--- +## Cells::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Cells::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/isrowhidden/_index.md b/spanish/cpp/aspose.cells/cells/isrowhidden/_index.md new file mode 100644 index 00000000000..629f0b0337e --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/isrowhidden/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Cells::IsRowHidden method +linktitle: IsRowHidden +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::IsRowHidden method. Checks whether a row at given index is hidden in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells/cells/isrowhidden/ +--- +## Cells::IsRowHidden method + + +Checks whether a row at given index is hidden. + +```cpp +bool Aspose::Cells::Cells::IsRowHidden(int32_t rowIndex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| rowIndex | int32_t | row index | + +## ReturnValue + +true if the row is hidden + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/linktoxmlmap/_index.md b/spanish/cpp/aspose.cells/cells/linktoxmlmap/_index.md new file mode 100644 index 00000000000..da31743dbfa --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/linktoxmlmap/_index.md @@ -0,0 +1,64 @@ +--- +title: Aspose::Cells::Cells::LinkToXmlMap method +linktitle: LinkToXmlMap +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::LinkToXmlMap method. Link to a xml map in C++.' +type: docs +weight: 12500 +url: /es/cpp/aspose.cells/cells/linktoxmlmap/ +--- +## Cells::LinkToXmlMap(const U16String\&, int32_t, int32_t, const U16String\&) method + + +Link to a xml map. + +```cpp +void Aspose::Cells::Cells::LinkToXmlMap(const U16String &mapName, int32_t row, int32_t column, const U16String &path) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| mapName | const U16String\& | name of xml map | +| row | int32_t | row of the destination cell | +| column | int32_t | column of the destination cell | +| path | const U16String\& | path of xml element in xml map | +## Remarks + + + +e.g. A xml map element structure: -RootElement |-Attribute1 |-SubElement |-Attribute2 |-Attribute3 To link "Attribute1", path is "/RootElement/Attribute1" To link "Attribute2", path is "/RootElement/SubElement/Attribute2" To link whole "SubElement", path is "/RootElement/SubElement" +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cells::LinkToXmlMap(const char16_t*, int32_t, int32_t, const char16_t*) method + + +Link to a xml map. + +```cpp +void Aspose::Cells::Cells::LinkToXmlMap(const char16_t *mapName, int32_t row, int32_t column, const char16_t *path) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| mapName | const char16_t* | name of xml map | +| row | int32_t | row of the destination cell | +| column | int32_t | column of the destination cell | +| path | const char16_t* | path of xml element in xml map | +## Remarks + + + +e.g. A xml map element structure: -RootElement |-Attribute1 |-SubElement |-Attribute2 |-Attribute3 To link "Attribute1", path is "/RootElement/Attribute1" To link "Attribute2", path is "/RootElement/SubElement/Attribute2" To link whole "SubElement", path is "/RootElement/SubElement" +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/merge/_index.md b/spanish/cpp/aspose.cells/cells/merge/_index.md new file mode 100644 index 00000000000..9033c3eb226 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/merge/_index.md @@ -0,0 +1,93 @@ +--- +title: Aspose::Cells::Cells::Merge method +linktitle: Merge +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::Merge method. Merges a specified range of cells into a single cell in C++.' +type: docs +weight: 4700 +url: /es/cpp/aspose.cells/cells/merge/ +--- +## Cells::Merge(int32_t, int32_t, int32_t, int32_t) method + + +Merges a specified range of cells into a single cell. + +```cpp +void Aspose::Cells::Cells::Merge(int32_t firstRow, int32_t firstColumn, int32_t totalRows, int32_t totalColumns) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| firstRow | int32_t | First row of this range(zero based) | +| firstColumn | int32_t | First column of this range(zero based) | +| totalRows | int32_t | Number of rows(one based) | +| totalColumns | int32_t | Number of columns(one based) | +## Remarks + + + +Reference the merged cell via the address of the upper-left cell in the range. +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cells::Merge(int32_t, int32_t, int32_t, int32_t, bool) method + + +Merges a specified range of cells into a single cell. + +```cpp +void Aspose::Cells::Cells::Merge(int32_t firstRow, int32_t firstColumn, int32_t totalRows, int32_t totalColumns, bool mergeConflict) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| firstRow | int32_t | First row of this range(zero based) | +| firstColumn | int32_t | First column of this range(zero based) | +| totalRows | int32_t | Number of rows(one based) | +| totalColumns | int32_t | Number of columns(one based) | +| mergeConflict | bool | Merge conflict merged ranges. | +## Remarks + + + +Reference the merged cell via the address of the upper-left cell in the range. If mergeConflict is true and the merged range conflicts with other merged cells, other merged cells will be automatically removed. +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cells::Merge(int32_t, int32_t, int32_t, int32_t, bool, bool) method + + +Merges a specified range of cells into a single cell. + +```cpp +void Aspose::Cells::Cells::Merge(int32_t firstRow, int32_t firstColumn, int32_t totalRows, int32_t totalColumns, bool checkConflict, bool mergeConflict) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| firstRow | int32_t | First row of this range(zero based) | +| firstColumn | int32_t | First column of this range(zero based) | +| totalRows | int32_t | Number of rows(one based) | +| totalColumns | int32_t | Number of columns(one based) | +| checkConflict | bool | Indicates whether check the merged cells intersects other merged cells | +| mergeConflict | bool | Merge conflict merged ranges. | +## Remarks + + + +Reference the merged cell via the address of the upper-left cell in the range. If mergeConflict is true and the merged range conflicts with other merged cells, other merged cells will be automatically removed. +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/moverange/_index.md b/spanish/cpp/aspose.cells/cells/moverange/_index.md new file mode 100644 index 00000000000..6cb5f5c1d09 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/moverange/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Cells::MoveRange method +linktitle: MoveRange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::MoveRange method. Moves the range in C++.' +type: docs +weight: 13100 +url: /es/cpp/aspose.cells/cells/moverange/ +--- +## Cells::MoveRange method + + +Moves the range. + +```cpp +void Aspose::Cells::Cells::MoveRange(const CellArea &sourceArea, int32_t destRow, int32_t destColumn) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sourceArea | const CellArea\& | The range which should be moved. | +| destRow | int32_t | The dest row. | +| destColumn | int32_t | The dest column. | + +## See Also + +* Class [Vector](../../vector/) +* Class [CellArea](../../cellarea/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/operator_asm/_index.md b/spanish/cpp/aspose.cells/cells/operator_asm/_index.md new file mode 100644 index 00000000000..9a5fd8b8ce0 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Cells::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/cells/operator_asm/ +--- +## Cells::operator= method + + +operator= + +```cpp +Cells & Aspose::Cells::Cells::operator=(const Cells &src) +``` + +## See Also + +* Class [Cells](../) +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/operator_bool/_index.md b/spanish/cpp/aspose.cells/cells/operator_bool/_index.md new file mode 100644 index 00000000000..a8b933f870b --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Cells::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/cells/operator_bool/ +--- +## Cells::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Cells::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/removeduplicates/_index.md b/spanish/cpp/aspose.cells/cells/removeduplicates/_index.md new file mode 100644 index 00000000000..0af5fe6807c --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/removeduplicates/_index.md @@ -0,0 +1,72 @@ +--- +title: Aspose::Cells::Cells::RemoveDuplicates method +linktitle: RemoveDuplicates +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::RemoveDuplicates method. Removes duplicate rows in the sheet in C++.' +type: docs +weight: 13900 +url: /es/cpp/aspose.cells/cells/removeduplicates/ +--- +## Cells::RemoveDuplicates() method + + +Removes duplicate rows in the sheet. + +```cpp +void Aspose::Cells::Cells::RemoveDuplicates() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cells::RemoveDuplicates(int32_t, int32_t, int32_t, int32_t) method + + +Removes duplicate values in the range. + +```cpp +void Aspose::Cells::Cells::RemoveDuplicates(int32_t startRow, int32_t startColumn, int32_t endRow, int32_t endColumn) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| startRow | int32_t | The start row. | +| startColumn | int32_t | The start column | +| endRow | int32_t | The end row index. | +| endColumn | int32_t | The end column index. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cells::RemoveDuplicates(int32_t, int32_t, int32_t, int32_t, bool, const Vector \\&) method + + +Removes duplicate data of the range. + +```cpp +void Aspose::Cells::Cells::RemoveDuplicates(int32_t startRow, int32_t startColumn, int32_t endRow, int32_t endColumn, bool hasHeaders, const Vector &columnOffsets) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| startRow | int32_t | The start row. | +| startColumn | int32_t | The start column | +| endRow | int32_t | The end row index. | +| endColumn | int32_t | The end column index. | +| hasHeaders | bool | Indicates whether the range contains headers. | +| columnOffsets | const Vector \\& | The column offsets. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/removeformulas/_index.md b/spanish/cpp/aspose.cells/cells/removeformulas/_index.md new file mode 100644 index 00000000000..4cbd369d550 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/removeformulas/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cells::RemoveFormulas method +linktitle: RemoveFormulas +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::RemoveFormulas method. Removes all formula and replaces with the value of the formula in C++.' +type: docs +weight: 13800 +url: /es/cpp/aspose.cells/cells/removeformulas/ +--- +## Cells::RemoveFormulas method + + +Removes all formula and replaces with the value of the formula. + +```cpp +void Aspose::Cells::Cells::RemoveFormulas() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/retrievesubtotalsetting/_index.md b/spanish/cpp/aspose.cells/cells/retrievesubtotalsetting/_index.md new file mode 100644 index 00000000000..b0c3656c391 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/retrievesubtotalsetting/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Cells::RetrieveSubtotalSetting method +linktitle: RetrieveSubtotalSetting +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::RetrieveSubtotalSetting method. Retrieves subtotals setting of the range in C++.' +type: docs +weight: 13600 +url: /es/cpp/aspose.cells/cells/retrievesubtotalsetting/ +--- +## Cells::RetrieveSubtotalSetting method + + +Retrieves subtotals setting of the range. + +```cpp +SubtotalSetting Aspose::Cells::Cells::RetrieveSubtotalSetting(const CellArea &ca) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| ca | const CellArea\& | The range | + +## ReturnValue + + + +## See Also + +* Class [SubtotalSetting](../../subtotalsetting/) +* Class [Vector](../../vector/) +* Class [CellArea](../../cellarea/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/setcolumnwidth/_index.md b/spanish/cpp/aspose.cells/cells/setcolumnwidth/_index.md new file mode 100644 index 00000000000..cb72a2435dd --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/setcolumnwidth/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Cells::SetColumnWidth method +linktitle: SetColumnWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::SetColumnWidth method. Sets the width of the specified column in normal view in C++.' +type: docs +weight: 7100 +url: /es/cpp/aspose.cells/cells/setcolumnwidth/ +--- +## Cells::SetColumnWidth method + + +Sets the width of the specified column in normal view. + +```cpp +void Aspose::Cells::Cells::SetColumnWidth(int32_t column, double width) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| column | int32_t | [Column](../../column/) index. | +| width | double | Width of column in unit of characters.Column width must be between 0 and 255. | +## Remarks + + + +For spreadsheet, column width is measured as the number of characters of the maximum digit width of the numbers 0~9 as rendered in the normal style's font. +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/setcolumnwidthinch/_index.md b/spanish/cpp/aspose.cells/cells/setcolumnwidthinch/_index.md new file mode 100644 index 00000000000..fc401d65edf --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/setcolumnwidthinch/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Cells::SetColumnWidthInch method +linktitle: SetColumnWidthInch +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::SetColumnWidthInch method. Sets column width in unit of inches in normal view in C++.' +type: docs +weight: 7000 +url: /es/cpp/aspose.cells/cells/setcolumnwidthinch/ +--- +## Cells::SetColumnWidthInch method + + +Sets column width in unit of inches in normal view. + +```cpp +void Aspose::Cells::Cells::SetColumnWidthInch(int32_t column, double inches) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| column | int32_t | [Column](../../column/) index. | +| inches | double | Number of inches. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/setcolumnwidthpixel/_index.md b/spanish/cpp/aspose.cells/cells/setcolumnwidthpixel/_index.md new file mode 100644 index 00000000000..e919c722ce8 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/setcolumnwidthpixel/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Cells::SetColumnWidthPixel method +linktitle: SetColumnWidthPixel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::SetColumnWidthPixel method. Sets column width in unit of pixels in normal view in C++.' +type: docs +weight: 6900 +url: /es/cpp/aspose.cells/cells/setcolumnwidthpixel/ +--- +## Cells::SetColumnWidthPixel method + + +Sets column width in unit of pixels in normal view. + +```cpp +void Aspose::Cells::Cells::SetColumnWidthPixel(int32_t column, int32_t pixels) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| column | int32_t | [Column](../../column/) index. | +| pixels | int32_t | Number of pixels. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/setisdefaultcolumnhidden/_index.md b/spanish/cpp/aspose.cells/cells/setisdefaultcolumnhidden/_index.md new file mode 100644 index 00000000000..0d999bcd3cf --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/setisdefaultcolumnhidden/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cells::SetIsDefaultColumnHidden method +linktitle: SetIsDefaultColumnHidden +second_title: Aspose.Cells for C++ API Reference +description: 'How to use SetIsDefaultColumnHidden method of Aspose::Cells::Cells class in C++.' +type: docs +weight: 3100 +url: /es/cpp/aspose.cells/cells/setisdefaultcolumnhidden/ +--- +## Cells::SetIsDefaultColumnHidden method + + + + +```cpp +void Aspose::Cells::Cells::SetIsDefaultColumnHidden(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/setisdefaultrowheightmatched/_index.md b/spanish/cpp/aspose.cells/cells/setisdefaultrowheightmatched/_index.md new file mode 100644 index 00000000000..7672cd712e7 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/setisdefaultrowheightmatched/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cells::SetIsDefaultRowHeightMatched method +linktitle: SetIsDefaultRowHeightMatched +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::SetIsDefaultRowHeightMatched method. Indicates that row height and default font height matches in C++.' +type: docs +weight: 8700 +url: /es/cpp/aspose.cells/cells/setisdefaultrowheightmatched/ +--- +## Cells::SetIsDefaultRowHeightMatched method + + +Indicates that row height and default font height matches. + +```cpp +void Aspose::Cells::Cells::SetIsDefaultRowHeightMatched(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/setisdefaultrowhidden/_index.md b/spanish/cpp/aspose.cells/cells/setisdefaultrowhidden/_index.md new file mode 100644 index 00000000000..e70b005f6db --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/setisdefaultrowhidden/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cells::SetIsDefaultRowHidden method +linktitle: SetIsDefaultRowHidden +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::SetIsDefaultRowHidden method. Indicates whether the row is default hidden in C++.' +type: docs +weight: 8900 +url: /es/cpp/aspose.cells/cells/setisdefaultrowhidden/ +--- +## Cells::SetIsDefaultRowHidden method + + +Indicates whether the row is default hidden. + +```cpp +void Aspose::Cells::Cells::SetIsDefaultRowHidden(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/setmemorysetting/_index.md b/spanish/cpp/aspose.cells/cells/setmemorysetting/_index.md new file mode 100644 index 00000000000..890e59e34f6 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/setmemorysetting/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Cells::SetMemorySetting method +linktitle: SetMemorySetting +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::SetMemorySetting method. Gets or sets the memory usage option for this cells in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells/cells/setmemorysetting/ +--- +## Cells::SetMemorySetting method + + +Gets or sets the memory usage option for this cells. + +```cpp +void Aspose::Cells::Cells::SetMemorySetting(MemorySetting value) +``` + +## Remarks + + +Notable limits and recommended operations for some modes:
Mode Remarks Supported
MemorySetting.MemoryPreferenceCells data will be maintained in compact format to decrease the memory cost. On other hand, the compact data also may cause higher time cost, especially when updating the cells data, or accessing cells/rows randomly v8.0.0
MemorySetting.FileCacheWhen this mode is used for any worksheet in one workbook, Workbook.Dispose() should be called at the end of work to release all resources such as the temporary files. + Randomly accessing cells will give poor performance because data needs to be read/updated randomly and repeatedly(so the pointer in the file will be +changed accordingly and IO operations will be required repeatedly). If possible, please always access the data sequentially(row by row). + When the data of one row/cell be changed, data of other cells/rows may also be influenced(such as the data be shifted/moved to other places to allocated enough spaces for the changed data). So every change of every data requires synchronization of other existing objects( +such as Row or Cell object). So, to get better performance, please do not maintain multiple Rows/Cells at the same time. Processing them one by one will reduce the data synchronization for them so the performance can be improved a bit. v25.7
+## See Also + +* Class [Vector](../../vector/) +* Enum [MemorySetting](../../memorysetting/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/setmultithreadreading/_index.md b/spanish/cpp/aspose.cells/cells/setmultithreadreading/_index.md new file mode 100644 index 00000000000..331b5adfb3d --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/setmultithreadreading/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Cells::SetMultiThreadReading method +linktitle: SetMultiThreadReading +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::SetMultiThreadReading method. Gets or sets whether the cells data model should support Multi-Thread reading. Default value of this property is false in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells/cells/setmultithreadreading/ +--- +## Cells::SetMultiThreadReading method + + +Gets or sets whether the cells data model should support Multi-Thread reading. Default value of this property is false. + +```cpp +void Aspose::Cells::Cells::SetMultiThreadReading(bool value) +``` + +## Remarks + + +If there are multiple threads to read Row/Cell objects in this collection concurrently, this property should be set as true, otherwise unexpected result may be produced. Supporting Multi-Thread reading may degrade the performance for accessing Row/Cell objects from this collection. Please note, some features cannot support Multi-Thread reading, such as formatting values(by Cell.StringValue, Cell.DisplayStringValue, .etc.). So, even with this property being set as true, those APIs still may give unexpected result for Multi-Thread reading. +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/setpreservestring/_index.md b/spanish/cpp/aspose.cells/cells/setpreservestring/_index.md new file mode 100644 index 00000000000..efbccc65ec0 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/setpreservestring/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cells::SetPreserveString method +linktitle: SetPreserveString +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::SetPreserveString method. Gets or sets a value indicating whether all worksheet values are preserved as strings. Default is false in C++.' +type: docs +weight: 4600 +url: /es/cpp/aspose.cells/cells/setpreservestring/ +--- +## Cells::SetPreserveString method + + +Gets or sets a value indicating whether all worksheet values are preserved as strings. Default is false. + +```cpp +void Aspose::Cells::Cells::SetPreserveString(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/setrowheight/_index.md b/spanish/cpp/aspose.cells/cells/setrowheight/_index.md new file mode 100644 index 00000000000..3db019110e8 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/setrowheight/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Cells::SetRowHeight method +linktitle: SetRowHeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::SetRowHeight method. Sets the height of the specified row in C++.' +type: docs +weight: 5600 +url: /es/cpp/aspose.cells/cells/setrowheight/ +--- +## Cells::SetRowHeight method + + +Sets the height of the specified row. + +```cpp +void Aspose::Cells::Cells::SetRowHeight(int32_t row, double height) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | [Row](../../row/) index. | +| height | double | Height of row.In unit of point It should be between 0 and 409.5. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/setrowheightinch/_index.md b/spanish/cpp/aspose.cells/cells/setrowheightinch/_index.md new file mode 100644 index 00000000000..22f9f83e4e7 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/setrowheightinch/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Cells::SetRowHeightInch method +linktitle: SetRowHeightInch +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::SetRowHeightInch method. Sets row height in unit of inches in C++.' +type: docs +weight: 5500 +url: /es/cpp/aspose.cells/cells/setrowheightinch/ +--- +## Cells::SetRowHeightInch method + + +Sets row height in unit of inches. + +```cpp +void Aspose::Cells::Cells::SetRowHeightInch(int32_t row, double inches) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | [Row](../../row/) index. | +| inches | double | Number of inches. It should be between 0 and 409.5/72. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/setrowheightpixel/_index.md b/spanish/cpp/aspose.cells/cells/setrowheightpixel/_index.md new file mode 100644 index 00000000000..7fc3a156c71 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/setrowheightpixel/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Cells::SetRowHeightPixel method +linktitle: SetRowHeightPixel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::SetRowHeightPixel method. Sets row height in unit of pixels in C++.' +type: docs +weight: 5400 +url: /es/cpp/aspose.cells/cells/setrowheightpixel/ +--- +## Cells::SetRowHeightPixel method + + +Sets row height in unit of pixels. + +```cpp +void Aspose::Cells::Cells::SetRowHeightPixel(int32_t row, int32_t pixels) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | [Row](../../row/) index. | +| pixels | int32_t | Number of pixels. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/setstandardheight/_index.md b/spanish/cpp/aspose.cells/cells/setstandardheight/_index.md new file mode 100644 index 00000000000..0b8682fc295 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/setstandardheight/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cells::SetStandardHeight method +linktitle: SetStandardHeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::SetStandardHeight method. Gets or sets the default row height in this worksheet, in unit of points in C++.' +type: docs +weight: 3700 +url: /es/cpp/aspose.cells/cells/setstandardheight/ +--- +## Cells::SetStandardHeight method + + +Gets or sets the default row height in this worksheet, in unit of points. + +```cpp +void Aspose::Cells::Cells::SetStandardHeight(double value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/setstandardheightinch/_index.md b/spanish/cpp/aspose.cells/cells/setstandardheightinch/_index.md new file mode 100644 index 00000000000..9a79e2bc106 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/setstandardheightinch/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cells::SetStandardHeightInch method +linktitle: SetStandardHeightInch +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::SetStandardHeightInch method. Gets or sets the default row height in this worksheet, in unit of inches in C++.' +type: docs +weight: 4100 +url: /es/cpp/aspose.cells/cells/setstandardheightinch/ +--- +## Cells::SetStandardHeightInch method + + +Gets or sets the default row height in this worksheet, in unit of inches. + +```cpp +void Aspose::Cells::Cells::SetStandardHeightInch(double value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/setstandardheightpixels/_index.md b/spanish/cpp/aspose.cells/cells/setstandardheightpixels/_index.md new file mode 100644 index 00000000000..c22a0614bd6 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/setstandardheightpixels/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cells::SetStandardHeightPixels method +linktitle: SetStandardHeightPixels +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::SetStandardHeightPixels method. Gets or sets the default row height in this worksheet, in unit of pixels in C++.' +type: docs +weight: 3900 +url: /es/cpp/aspose.cells/cells/setstandardheightpixels/ +--- +## Cells::SetStandardHeightPixels method + + +Gets or sets the default row height in this worksheet, in unit of pixels. + +```cpp +void Aspose::Cells::Cells::SetStandardHeightPixels(int32_t value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/setstandardwidth/_index.md b/spanish/cpp/aspose.cells/cells/setstandardwidth/_index.md new file mode 100644 index 00000000000..b72e6fd07b7 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/setstandardwidth/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cells::SetStandardWidth method +linktitle: SetStandardWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::SetStandardWidth method. Gets or sets the default column width in the worksheet, in unit of characters in C++.' +type: docs +weight: 3500 +url: /es/cpp/aspose.cells/cells/setstandardwidth/ +--- +## Cells::SetStandardWidth method + + +Gets or sets the default column width in the worksheet, in unit of characters. + +```cpp +void Aspose::Cells::Cells::SetStandardWidth(double value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/setstandardwidthinch/_index.md b/spanish/cpp/aspose.cells/cells/setstandardwidthinch/_index.md new file mode 100644 index 00000000000..3c416a6711f --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/setstandardwidthinch/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cells::SetStandardWidthInch method +linktitle: SetStandardWidthInch +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::SetStandardWidthInch method. Gets or sets the default column width in the worksheet, in unit of inches in C++.' +type: docs +weight: 3100 +url: /es/cpp/aspose.cells/cells/setstandardwidthinch/ +--- +## Cells::SetStandardWidthInch method + + +Gets or sets the default column width in the worksheet, in unit of inches. + +```cpp +void Aspose::Cells::Cells::SetStandardWidthInch(double value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/setstandardwidthpixels/_index.md b/spanish/cpp/aspose.cells/cells/setstandardwidthpixels/_index.md new file mode 100644 index 00000000000..989c4542ec6 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/setstandardwidthpixels/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Cells::SetStandardWidthPixels method +linktitle: SetStandardWidthPixels +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::SetStandardWidthPixels method. Gets or sets the default column width in the worksheet, in unit of pixels in C++.' +type: docs +weight: 3300 +url: /es/cpp/aspose.cells/cells/setstandardwidthpixels/ +--- +## Cells::SetStandardWidthPixels method + + +Gets or sets the default column width in the worksheet, in unit of pixels. + +```cpp +void Aspose::Cells::Cells::SetStandardWidthPixels(int32_t value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/setstyle/_index.md b/spanish/cpp/aspose.cells/cells/setstyle/_index.md new file mode 100644 index 00000000000..a01690821ff --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/setstyle/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Cells::SetStyle method +linktitle: SetStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::SetStyle method. Gets and sets the default style of the worksheet in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells/cells/setstyle/ +--- +## Cells::SetStyle method + + +Gets and sets the default style of the worksheet. + +```cpp +void Aspose::Cells::Cells::SetStyle(const Style &value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Style](../../style/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/setviewcolumnwidthpixel/_index.md b/spanish/cpp/aspose.cells/cells/setviewcolumnwidthpixel/_index.md new file mode 100644 index 00000000000..5f44cef5be6 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/setviewcolumnwidthpixel/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Cells::SetViewColumnWidthPixel method +linktitle: SetViewColumnWidthPixel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::SetViewColumnWidthPixel method. Sets the width of the column in different view in C++.' +type: docs +weight: 7500 +url: /es/cpp/aspose.cells/cells/setviewcolumnwidthpixel/ +--- +## Cells::SetViewColumnWidthPixel method + + +Sets the width of the column in different view. + +```cpp +void Aspose::Cells::Cells::SetViewColumnWidthPixel(int32_t column, int32_t pixels) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| column | int32_t | The column index. | +| pixels | int32_t | The width in unit of pixels. | +## Remarks + + + +If the current view type is [ViewType.PageLayoutView](../../viewtype/), the column's width is same as printed width. +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/showgroupdetail/_index.md b/spanish/cpp/aspose.cells/cells/showgroupdetail/_index.md new file mode 100644 index 00000000000..e45a78d17cd --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/showgroupdetail/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Cells::ShowGroupDetail method +linktitle: ShowGroupDetail +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::ShowGroupDetail method. Expands the grouped rows/columns in C++.' +type: docs +weight: 10200 +url: /es/cpp/aspose.cells/cells/showgroupdetail/ +--- +## Cells::ShowGroupDetail method + + +Expands the grouped rows/columns. + +```cpp +void Aspose::Cells::Cells::ShowGroupDetail(bool isVertical, int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| isVertical | bool | True, expands the grouped rows. | +| index | int32_t | The row/column index | + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/subtotal/_index.md b/spanish/cpp/aspose.cells/cells/subtotal/_index.md new file mode 100644 index 00000000000..d3faadb65bb --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/subtotal/_index.md @@ -0,0 +1,62 @@ +--- +title: Aspose::Cells::Cells::Subtotal method +linktitle: Subtotal +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::Subtotal method. Creates subtotals for the range in C++.' +type: docs +weight: 13700 +url: /es/cpp/aspose.cells/cells/subtotal/ +--- +## Cells::Subtotal(const CellArea\&, int32_t, ConsolidationFunction, const Vector \\&) method + + +Creates subtotals for the range. + +```cpp +void Aspose::Cells::Cells::Subtotal(const CellArea &ca, int32_t groupBy, ConsolidationFunction function, const Vector &totalList) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| ca | const CellArea\& | The range | +| groupBy | int32_t | The field to group by, as a zero-based integer offset | +| function | ConsolidationFunction | The subtotal function. | +| totalList | const Vector \\& | An array of zero-based field offsets, indicating the fields to which the subtotals are added. | + +## See Also + +* Class [Vector](../../vector/) +* Class [CellArea](../../cellarea/) +* Enum [ConsolidationFunction](../../consolidationfunction/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cells::Subtotal(const CellArea\&, int32_t, ConsolidationFunction, const Vector \\&, bool, bool, bool) method + + +Creates subtotals for the range. + +```cpp +void Aspose::Cells::Cells::Subtotal(const CellArea &ca, int32_t groupBy, ConsolidationFunction function, const Vector &totalList, bool replace, bool pageBreaks, bool summaryBelowData) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| ca | const CellArea\& | The range | +| groupBy | int32_t | The field to group by, as a zero-based integer offset | +| function | ConsolidationFunction | The subtotal function. | +| totalList | const Vector \\& | An array of zero-based field offsets, indicating the fields to which the subtotals are added. | +| replace | bool | Indicates whether replace the current subtotals | +| pageBreaks | bool | Indicates whether add page break between groups | +| summaryBelowData | bool | Indicates whether add summary below data. | + +## See Also + +* Class [Vector](../../vector/) +* Class [CellArea](../../cellarea/) +* Enum [ConsolidationFunction](../../consolidationfunction/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/texttocolumns/_index.md b/spanish/cpp/aspose.cells/cells/texttocolumns/_index.md new file mode 100644 index 00000000000..7030d01cdcd --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/texttocolumns/_index.md @@ -0,0 +1,37 @@ +--- +title: Aspose::Cells::Cells::TextToColumns method +linktitle: TextToColumns +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::TextToColumns method. Splits content in specified column into multiple columns in C++.' +type: docs +weight: 4300 +url: /es/cpp/aspose.cells/cells/texttocolumns/ +--- +## Cells::TextToColumns method + + +Splits content in specified column into multiple columns.. + +```cpp +int32_t Aspose::Cells::Cells::TextToColumns(int32_t row, int32_t column, int32_t totalRows, const TxtLoadOptions &options) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | The row index. | +| column | int32_t | The column index. | +| totalRows | int32_t | The number of rows. | +| options | const TxtLoadOptions\& | The split options. | + +## ReturnValue + +Total column count of the split values. + +## See Also + +* Class [Vector](../../vector/) +* Class [TxtLoadOptions](../../txtloadoptions/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/ungroupcolumns/_index.md b/spanish/cpp/aspose.cells/cells/ungroupcolumns/_index.md new file mode 100644 index 00000000000..6f624a86476 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/ungroupcolumns/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Cells::UngroupColumns method +linktitle: UngroupColumns +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::UngroupColumns method. Ungroups columns in C++.' +type: docs +weight: 10400 +url: /es/cpp/aspose.cells/cells/ungroupcolumns/ +--- +## Cells::UngroupColumns method + + +Ungroups columns. + +```cpp +void Aspose::Cells::Cells::UngroupColumns(int32_t firstIndex, int32_t lastIndex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| firstIndex | int32_t | The first column index to be ungrouped. | +| lastIndex | int32_t | The last column index to be ungrouped. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/ungrouprows/_index.md b/spanish/cpp/aspose.cells/cells/ungrouprows/_index.md new file mode 100644 index 00000000000..55df39d3686 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/ungrouprows/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::Cells::UngroupRows method +linktitle: UngroupRows +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::UngroupRows method. Ungroups rows in C++.' +type: docs +weight: 10600 +url: /es/cpp/aspose.cells/cells/ungrouprows/ +--- +## Cells::UngroupRows(int32_t, int32_t, bool) method + + +Ungroups rows. + +```cpp +void Aspose::Cells::Cells::UngroupRows(int32_t firstIndex, int32_t lastIndex, bool isAll) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| firstIndex | int32_t | The first row index to be ungrouped. | +| lastIndex | int32_t | The last row index to be ungrouped. | +| isAll | bool | True, removes all grouped info.Otherwise, remove the outer group info. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Cells::UngroupRows(int32_t, int32_t) method + + +Ungroups rows. + +```cpp +void Aspose::Cells::Cells::UngroupRows(int32_t firstIndex, int32_t lastIndex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| firstIndex | int32_t | The first row index to be ungrouped. | +| lastIndex | int32_t | The last row index to be ungrouped. | +## Remarks + + + +Only removes outer group info. +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/unhidecolumn/_index.md b/spanish/cpp/aspose.cells/cells/unhidecolumn/_index.md new file mode 100644 index 00000000000..ef7279bac6e --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/unhidecolumn/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Cells::UnhideColumn method +linktitle: UnhideColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::UnhideColumn method. Unhides a column in C++.' +type: docs +weight: 6200 +url: /es/cpp/aspose.cells/cells/unhidecolumn/ +--- +## Cells::UnhideColumn method + + +Unhides a column. + +```cpp +void Aspose::Cells::Cells::UnhideColumn(int32_t column, double width) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| column | int32_t | [Column](../../column/) index. | +| width | double | [Column](../../column/) width. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/unhidecolumns/_index.md b/spanish/cpp/aspose.cells/cells/unhidecolumns/_index.md new file mode 100644 index 00000000000..2e9b6235d7f --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/unhidecolumns/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Cells::UnhideColumns method +linktitle: UnhideColumns +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::UnhideColumns method. Unhide multiple columns in C++.' +type: docs +weight: 6400 +url: /es/cpp/aspose.cells/cells/unhidecolumns/ +--- +## Cells::UnhideColumns method + + +Unhide multiple columns. + +```cpp +void Aspose::Cells::Cells::UnhideColumns(int32_t column, int32_t totalColumns, double width) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| column | int32_t | [Column](../../column/) index. | +| totalColumns | int32_t | [Column](../../column/) number | +| width | double | [Column](../../column/) width. | +## Remarks + + + +Only applies the column width to the hidden columns. +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/unhiderow/_index.md b/spanish/cpp/aspose.cells/cells/unhiderow/_index.md new file mode 100644 index 00000000000..abbdb385644 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/unhiderow/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Cells::UnhideRow method +linktitle: UnhideRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::UnhideRow method. Unhides a row in C++.' +type: docs +weight: 5100 +url: /es/cpp/aspose.cells/cells/unhiderow/ +--- +## Cells::UnhideRow method + + +Unhides a row. + +```cpp +void Aspose::Cells::Cells::UnhideRow(int32_t row, double height) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | [Row](../../row/) index. | +| height | double | [Row](../../row/) height. The row's height will be changed only when the row is hidden and given height value is positive. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/unhiderows/_index.md b/spanish/cpp/aspose.cells/cells/unhiderows/_index.md new file mode 100644 index 00000000000..f35708f3beb --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/unhiderows/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Cells::Cells::UnhideRows method +linktitle: UnhideRows +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::UnhideRows method. Unhides the hidden rows in C++.' +type: docs +weight: 5300 +url: /es/cpp/aspose.cells/cells/unhiderows/ +--- +## Cells::UnhideRows method + + +Unhides the hidden rows. + +```cpp +void Aspose::Cells::Cells::UnhideRows(int32_t row, int32_t totalRows, double height) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | The row index. | +| totalRows | int32_t | The row number. | +| height | double | [Row](../../row/) height. The row's height will be changed only when the row is hidden and given height value is positive. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/unmerge/_index.md b/spanish/cpp/aspose.cells/cells/unmerge/_index.md new file mode 100644 index 00000000000..869c7224919 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/unmerge/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Cells::UnMerge method +linktitle: UnMerge +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::UnMerge method. Unmerges a specified range of merged cells in C++.' +type: docs +weight: 4800 +url: /es/cpp/aspose.cells/cells/unmerge/ +--- +## Cells::UnMerge method + + +Unmerges a specified range of merged cells. + +```cpp +void Aspose::Cells::Cells::UnMerge(int32_t firstRow, int32_t firstColumn, int32_t totalRows, int32_t totalColumns) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| firstRow | int32_t | First row of this range(zero based) | +| firstColumn | int32_t | First column of this range(zero based) | +| totalRows | int32_t | Number of rows(one based) | +| totalColumns | int32_t | Number of columns(one based) | + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cells/~cells/_index.md b/spanish/cpp/aspose.cells/cells/~cells/_index.md new file mode 100644 index 00000000000..b465ea09fd9 --- /dev/null +++ b/spanish/cpp/aspose.cells/cells/~cells/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Cells::~Cells method +linktitle: ~Cells +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Cells::~Cells method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/cells/~cells/ +--- +## Cells::~Cells method + + +Destructor. + +```cpp +Aspose::Cells::Cells::~Cells() +``` + +## See Also + +* Class [Cells](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellscolor/_impl/_index.md b/spanish/cpp/aspose.cells/cellscolor/_impl/_index.md new file mode 100644 index 00000000000..b88bb68e8c8 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellscolor/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::CellsColor::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsColor::_impl field. The implementation object in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells/cellscolor/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +CellsColor_Impl* Aspose::Cells::CellsColor::_impl +``` + +## See Also + +* Class [CellsColor](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellscolor/_index.md b/spanish/cpp/aspose.cells/cellscolor/_index.md new file mode 100644 index 00000000000..a28bb8d8e7d --- /dev/null +++ b/spanish/cpp/aspose.cells/cellscolor/_index.md @@ -0,0 +1,51 @@ +--- +title: Aspose::Cells::CellsColor class +linktitle: CellsColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsColor class. Represents all types of color in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells/cellscolor/ +--- +## CellsColor class + + +Represents all types of color. + +```cpp +class CellsColor +``` + +## Methods + +| Method | Description | +| --- | --- | +| [CellsColor(CellsColor_Impl* impl)](./cellscolor/) | Constructs from an implementation object. | +| [CellsColor(const CellsColor\& src)](./cellscolor/) | Copy constructor. | +| [GetArgb()](./getargb/) | Gets and sets the color from a 32-bit ARGB value. | +| [GetColor()](./getcolor/) | Gets and sets the RGB color. | +| [GetColorIndex()](./getcolorindex/) | Gets and sets the color index in the color palette. Only applies of indexed color. | +| [GetThemeColor()](./getthemecolor/) | Gets the theme color. Only applies for theme color type. | +| [GetTransparency()](./gettransparency/) | Gets and sets transparency as a value from 0.0 (opaque) through 1.0 (clear). | +| [GetType()](./gettype/) | The color type. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsShapeColor()](./isshapecolor/) | Gets and set the color which should apply to cell or shape. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const CellsColor\& src)](./operator_asm/) | operator= | +| [SetArgb(int32_t value)](./setargb/) | Gets and sets the color from a 32-bit ARGB value. | +| [SetColor(const Aspose::Cells::Color\& value)](./setcolor/) | Gets and sets the RGB color. | +| [SetColorIndex(int32_t value)](./setcolorindex/) | Gets and sets the color index in the color palette. Only applies of indexed color. | +| [SetIsShapeColor(bool value)](./setisshapecolor/) | Gets and set the color which should apply to cell or shape. | +| [SetThemeColor(const ThemeColor\& value)](./setthemecolor/) | Gets the theme color. Only applies for theme color type. | +| [SetTintOfShapeColor(double tint)](./settintofshapecolor/) | Set the tint of the shape color. | +| [SetTransparency(double value)](./settransparency/) | Gets and sets transparency as a value from 0.0 (opaque) through 1.0 (clear). | +| [~CellsColor()](./~cellscolor/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/cellscolor/cellscolor/_index.md b/spanish/cpp/aspose.cells/cellscolor/cellscolor/_index.md new file mode 100644 index 00000000000..10f9c85d5c8 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellscolor/cellscolor/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::CellsColor::CellsColor constructor +linktitle: CellsColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsColor::CellsColor constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/cellscolor/cellscolor/ +--- +## CellsColor::CellsColor(CellsColor_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::CellsColor::CellsColor(CellsColor_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CellsColor](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CellsColor::CellsColor(const CellsColor\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::CellsColor::CellsColor(const CellsColor &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CellsColor](../) +* Class [CellsColor](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellscolor/getargb/_index.md b/spanish/cpp/aspose.cells/cellscolor/getargb/_index.md new file mode 100644 index 00000000000..18887e12184 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellscolor/getargb/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CellsColor::GetArgb method +linktitle: GetArgb +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsColor::GetArgb method. Gets and sets the color from a 32-bit ARGB value in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells/cellscolor/getargb/ +--- +## CellsColor::GetArgb method + + +Gets and sets the color from a 32-bit ARGB value. + +```cpp +int32_t Aspose::Cells::CellsColor::GetArgb() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CellsColor](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellscolor/getcolor/_index.md b/spanish/cpp/aspose.cells/cellscolor/getcolor/_index.md new file mode 100644 index 00000000000..69c73711fab --- /dev/null +++ b/spanish/cpp/aspose.cells/cellscolor/getcolor/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::CellsColor::GetColor method +linktitle: GetColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsColor::GetColor method. Gets and sets the RGB color in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells/cellscolor/getcolor/ +--- +## CellsColor::GetColor method + + +Gets and sets the RGB color. + +```cpp +Aspose::Cells::Color Aspose::Cells::CellsColor::GetColor() +``` + +## See Also + +* Class [CellsColor](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellscolor/getcolorindex/_index.md b/spanish/cpp/aspose.cells/cellscolor/getcolorindex/_index.md new file mode 100644 index 00000000000..f95dd9cd47f --- /dev/null +++ b/spanish/cpp/aspose.cells/cellscolor/getcolorindex/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CellsColor::GetColorIndex method +linktitle: GetColorIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsColor::GetColorIndex method. Gets and sets the color index in the color palette. Only applies of indexed color in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/cellscolor/getcolorindex/ +--- +## CellsColor::GetColorIndex method + + +Gets and sets the color index in the color palette. Only applies of indexed color. + +```cpp +int32_t Aspose::Cells::CellsColor::GetColorIndex() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CellsColor](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellscolor/getthemecolor/_index.md b/spanish/cpp/aspose.cells/cellscolor/getthemecolor/_index.md new file mode 100644 index 00000000000..0bc2de97cd1 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellscolor/getthemecolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CellsColor::GetThemeColor method +linktitle: GetThemeColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsColor::GetThemeColor method. Gets the theme color. Only applies for theme color type in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/cellscolor/getthemecolor/ +--- +## CellsColor::GetThemeColor method + + +Gets the theme color. Only applies for theme color type. + +```cpp +ThemeColor Aspose::Cells::CellsColor::GetThemeColor() +``` + +## See Also + +* Class [ThemeColor](../../themecolor/) +* Class [CellsColor](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellscolor/gettransparency/_index.md b/spanish/cpp/aspose.cells/cellscolor/gettransparency/_index.md new file mode 100644 index 00000000000..6e52e5f0104 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellscolor/gettransparency/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CellsColor::GetTransparency method +linktitle: GetTransparency +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsColor::GetTransparency method. Gets and sets transparency as a value from 0.0 (opaque) through 1.0 (clear) in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells/cellscolor/gettransparency/ +--- +## CellsColor::GetTransparency method + + +Gets and sets transparency as a value from 0.0 (opaque) through 1.0 (clear). + +```cpp +double Aspose::Cells::CellsColor::GetTransparency() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CellsColor](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellscolor/gettype/_index.md b/spanish/cpp/aspose.cells/cellscolor/gettype/_index.md new file mode 100644 index 00000000000..21338a494e9 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellscolor/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CellsColor::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsColor::GetType method. The color type in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/cellscolor/gettype/ +--- +## CellsColor::GetType method + + +The color type. + +```cpp +ColorType Aspose::Cells::CellsColor::GetType() +``` + +## See Also + +* Enum [ColorType](../../colortype/) +* Class [CellsColor](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellscolor/isnull/_index.md b/spanish/cpp/aspose.cells/cellscolor/isnull/_index.md new file mode 100644 index 00000000000..bb96304cf35 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellscolor/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::CellsColor::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsColor::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/cellscolor/isnull/ +--- +## CellsColor::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::CellsColor::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [CellsColor](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellscolor/isshapecolor/_index.md b/spanish/cpp/aspose.cells/cellscolor/isshapecolor/_index.md new file mode 100644 index 00000000000..eb72ba0e110 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellscolor/isshapecolor/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::CellsColor::IsShapeColor method +linktitle: IsShapeColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsColor::IsShapeColor method. Gets and set the color which should apply to cell or shape in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/cellscolor/isshapecolor/ +--- +## CellsColor::IsShapeColor method + + +Gets and set the color which should apply to cell or shape. + +```cpp +bool Aspose::Cells::CellsColor::IsShapeColor() +``` + +## Remarks + + +The expression of the color of the cell and the shape is different. For example: the theme color with same tint value will be not same in the cell and the shape. +## See Also + +* Class [Vector](../../vector/) +* Class [CellsColor](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellscolor/operator_asm/_index.md b/spanish/cpp/aspose.cells/cellscolor/operator_asm/_index.md new file mode 100644 index 00000000000..40e8ef32904 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellscolor/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::CellsColor::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsColor::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/cellscolor/operator_asm/ +--- +## CellsColor::operator= method + + +operator= + +```cpp +CellsColor & Aspose::Cells::CellsColor::operator=(const CellsColor &src) +``` + +## See Also + +* Class [CellsColor](../) +* Class [Vector](../../vector/) +* Class [CellsColor](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellscolor/operator_bool/_index.md b/spanish/cpp/aspose.cells/cellscolor/operator_bool/_index.md new file mode 100644 index 00000000000..1d1756b49a6 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellscolor/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::CellsColor::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsColor::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/cellscolor/operator_bool/ +--- +## CellsColor::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::CellsColor::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [CellsColor](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellscolor/setargb/_index.md b/spanish/cpp/aspose.cells/cellscolor/setargb/_index.md new file mode 100644 index 00000000000..ecc090394cd --- /dev/null +++ b/spanish/cpp/aspose.cells/cellscolor/setargb/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CellsColor::SetArgb method +linktitle: SetArgb +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsColor::SetArgb method. Gets and sets the color from a 32-bit ARGB value in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells/cellscolor/setargb/ +--- +## CellsColor::SetArgb method + + +Gets and sets the color from a 32-bit ARGB value. + +```cpp +void Aspose::Cells::CellsColor::SetArgb(int32_t value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CellsColor](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellscolor/setcolor/_index.md b/spanish/cpp/aspose.cells/cellscolor/setcolor/_index.md new file mode 100644 index 00000000000..50467437756 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellscolor/setcolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CellsColor::SetColor method +linktitle: SetColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsColor::SetColor method. Gets and sets the RGB color in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells/cellscolor/setcolor/ +--- +## CellsColor::SetColor method + + +Gets and sets the RGB color. + +```cpp +void Aspose::Cells::CellsColor::SetColor(const Aspose::Cells::Color &value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CellsColor](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellscolor/setcolorindex/_index.md b/spanish/cpp/aspose.cells/cellscolor/setcolorindex/_index.md new file mode 100644 index 00000000000..40fd0c78fc4 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellscolor/setcolorindex/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CellsColor::SetColorIndex method +linktitle: SetColorIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsColor::SetColorIndex method. Gets and sets the color index in the color palette. Only applies of indexed color in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/cellscolor/setcolorindex/ +--- +## CellsColor::SetColorIndex method + + +Gets and sets the color index in the color palette. Only applies of indexed color. + +```cpp +void Aspose::Cells::CellsColor::SetColorIndex(int32_t value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CellsColor](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellscolor/setisshapecolor/_index.md b/spanish/cpp/aspose.cells/cellscolor/setisshapecolor/_index.md new file mode 100644 index 00000000000..7143469fa4c --- /dev/null +++ b/spanish/cpp/aspose.cells/cellscolor/setisshapecolor/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::CellsColor::SetIsShapeColor method +linktitle: SetIsShapeColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsColor::SetIsShapeColor method. Gets and set the color which should apply to cell or shape in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/cellscolor/setisshapecolor/ +--- +## CellsColor::SetIsShapeColor method + + +Gets and set the color which should apply to cell or shape. + +```cpp +void Aspose::Cells::CellsColor::SetIsShapeColor(bool value) +``` + +## Remarks + + +The expression of the color of the cell and the shape is different. For example: the theme color with same tint value will be not same in the cell and the shape. +## See Also + +* Class [Vector](../../vector/) +* Class [CellsColor](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellscolor/setthemecolor/_index.md b/spanish/cpp/aspose.cells/cellscolor/setthemecolor/_index.md new file mode 100644 index 00000000000..618e6ad51c7 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellscolor/setthemecolor/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::CellsColor::SetThemeColor method +linktitle: SetThemeColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsColor::SetThemeColor method. Gets the theme color. Only applies for theme color type in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/cellscolor/setthemecolor/ +--- +## CellsColor::SetThemeColor method + + +Gets the theme color. Only applies for theme color type. + +```cpp +void Aspose::Cells::CellsColor::SetThemeColor(const ThemeColor &value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ThemeColor](../../themecolor/) +* Class [CellsColor](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellscolor/settintofshapecolor/_index.md b/spanish/cpp/aspose.cells/cellscolor/settintofshapecolor/_index.md new file mode 100644 index 00000000000..5df30230230 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellscolor/settintofshapecolor/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::CellsColor::SetTintOfShapeColor method +linktitle: SetTintOfShapeColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsColor::SetTintOfShapeColor method. Set the tint of the shape color in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells/cellscolor/settintofshapecolor/ +--- +## CellsColor::SetTintOfShapeColor method + + +Set the tint of the shape color. + +```cpp +void Aspose::Cells::CellsColor::SetTintOfShapeColor(double tint) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| tint | double | | + +## See Also + +* Class [Vector](../../vector/) +* Class [CellsColor](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellscolor/settransparency/_index.md b/spanish/cpp/aspose.cells/cellscolor/settransparency/_index.md new file mode 100644 index 00000000000..118b798d1d5 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellscolor/settransparency/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CellsColor::SetTransparency method +linktitle: SetTransparency +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsColor::SetTransparency method. Gets and sets transparency as a value from 0.0 (opaque) through 1.0 (clear) in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells/cellscolor/settransparency/ +--- +## CellsColor::SetTransparency method + + +Gets and sets transparency as a value from 0.0 (opaque) through 1.0 (clear). + +```cpp +void Aspose::Cells::CellsColor::SetTransparency(double value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CellsColor](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellscolor/~cellscolor/_index.md b/spanish/cpp/aspose.cells/cellscolor/~cellscolor/_index.md new file mode 100644 index 00000000000..10e2661ebf1 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellscolor/~cellscolor/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::CellsColor::~CellsColor method +linktitle: ~CellsColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsColor::~CellsColor method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/cellscolor/~cellscolor/ +--- +## CellsColor::~CellsColor method + + +Destructor. + +```cpp +Aspose::Cells::CellsColor::~CellsColor() +``` + +## See Also + +* Class [CellsColor](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellsexception/_index.md b/spanish/cpp/aspose.cells/cellsexception/_index.md new file mode 100644 index 00000000000..240f149c45d --- /dev/null +++ b/spanish/cpp/aspose.cells/cellsexception/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::CellsException class +linktitle: CellsException +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsException class. The exception that is thrown when Aspose.Cells specified error occurs in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells/cellsexception/ +--- +## CellsException class + + +The exception that is thrown when [Aspose.Cells](../) specified error occurs. + +```cpp +class CellsException +``` + +## Methods + +| Method | Description | +| --- | --- | +| virtual [GetCode()](./getcode/) const | Gets the custom exception code. | +| virtual [GetErrorMessage()](./geterrormessage/) const | Gets the error message. | +| virtual [GetInnerException()](./getinnerexception/) const | Gets the inner exception. If there is no inner exception, return nullptr. | +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/cellsexception/getcode/_index.md b/spanish/cpp/aspose.cells/cellsexception/getcode/_index.md new file mode 100644 index 00000000000..d0953a62613 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellsexception/getcode/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::CellsException::GetCode method +linktitle: GetCode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsException::GetCode method. Gets the custom exception code in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/cellsexception/getcode/ +--- +## CellsException::GetCode method + + +Gets the custom exception code. + +```cpp +virtual ExceptionType Aspose::Cells::CellsException::GetCode() const =0 +``` + + +## ReturnValue + +The exception code as [ExceptionType](../../exceptiontype/) + +## See Also + +* Enum [ExceptionType](../../exceptiontype/) +* Class [CellsException](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellsexception/geterrormessage/_index.md b/spanish/cpp/aspose.cells/cellsexception/geterrormessage/_index.md new file mode 100644 index 00000000000..63014fbf4b9 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellsexception/geterrormessage/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::CellsException::GetErrorMessage method +linktitle: GetErrorMessage +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsException::GetErrorMessage method. Gets the error message in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/cellsexception/geterrormessage/ +--- +## CellsException::GetErrorMessage method + + +Gets the error message. + +```cpp +virtual U16String Aspose::Cells::CellsException::GetErrorMessage() const =0 +``` + + +## ReturnValue + +The error message as [U16String](../../u16string/) + +## See Also + +* Class [U16String](../../u16string/) +* Class [CellsException](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellsexception/getinnerexception/_index.md b/spanish/cpp/aspose.cells/cellsexception/getinnerexception/_index.md new file mode 100644 index 00000000000..675af1ac90b --- /dev/null +++ b/spanish/cpp/aspose.cells/cellsexception/getinnerexception/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::CellsException::GetInnerException method +linktitle: GetInnerException +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsException::GetInnerException method. Gets the inner exception. If there is no inner exception, return nullptr in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/cellsexception/getinnerexception/ +--- +## CellsException::GetInnerException method + + +Gets the inner exception. If there is no inner exception, return nullptr. + +```cpp +virtual CellsException * Aspose::Cells::CellsException::GetInnerException() const =0 +``` + + +## ReturnValue + +The inner [CellsException](../) + +## See Also + +* Class [CellsException](../) +* Class [CellsException](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellsfactory/_impl/_index.md b/spanish/cpp/aspose.cells/cellsfactory/_impl/_index.md new file mode 100644 index 00000000000..a52d6698d63 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellsfactory/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::CellsFactory::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsFactory::_impl field. The implementation object in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/cellsfactory/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +CellsFactory_Impl* Aspose::Cells::CellsFactory::_impl +``` + +## See Also + +* Class [CellsFactory](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellsfactory/_index.md b/spanish/cpp/aspose.cells/cellsfactory/_index.md new file mode 100644 index 00000000000..5e38f617f48 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellsfactory/_index.md @@ -0,0 +1,39 @@ +--- +title: Aspose::Cells::CellsFactory class +linktitle: CellsFactory +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsFactory class. Utility for instantiating classes of the Cells model in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells/cellsfactory/ +--- +## CellsFactory class + + +[Utility](../../aspose.cells.utility/) for instantiating classes of the [Cells](../cells/) model. + +```cpp +class CellsFactory +``` + +## Methods + +| Method | Description | +| --- | --- | +| [CellsFactory()](./cellsfactory/) | Default constructor. | +| [CellsFactory(CellsFactory_Impl* impl)](./cellsfactory/) | Constructs from an implementation object. | +| [CellsFactory(const CellsFactory\& src)](./cellsfactory/) | Copy constructor. | +| [CreateStyle()](./createstyle/) | Creates a new style. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const CellsFactory\& src)](./operator_asm/) | operator= | +| [~CellsFactory()](./~cellsfactory/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/cellsfactory/cellsfactory/_index.md b/spanish/cpp/aspose.cells/cellsfactory/cellsfactory/_index.md new file mode 100644 index 00000000000..1cd786b3f59 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellsfactory/cellsfactory/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::CellsFactory::CellsFactory constructor +linktitle: CellsFactory +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsFactory::CellsFactory constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/cellsfactory/cellsfactory/ +--- +## CellsFactory::CellsFactory() constructor + + +Default constructor. + +```cpp +Aspose::Cells::CellsFactory::CellsFactory() +``` + +## See Also + +* Class [CellsFactory](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CellsFactory::CellsFactory(CellsFactory_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::CellsFactory::CellsFactory(CellsFactory_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CellsFactory](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CellsFactory::CellsFactory(const CellsFactory\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::CellsFactory::CellsFactory(const CellsFactory &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CellsFactory](../) +* Class [CellsFactory](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellsfactory/createstyle/_index.md b/spanish/cpp/aspose.cells/cellsfactory/createstyle/_index.md new file mode 100644 index 00000000000..c9313d39a7c --- /dev/null +++ b/spanish/cpp/aspose.cells/cellsfactory/createstyle/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::CellsFactory::CreateStyle method +linktitle: CreateStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsFactory::CreateStyle method. Creates a new style in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/cellsfactory/createstyle/ +--- +## CellsFactory::CreateStyle method + + +Creates a new style. + +```cpp +Style Aspose::Cells::CellsFactory::CreateStyle() +``` + + +## ReturnValue + +Returns a style object. + +## See Also + +* Class [Style](../../style/) +* Class [CellsFactory](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellsfactory/isnull/_index.md b/spanish/cpp/aspose.cells/cellsfactory/isnull/_index.md new file mode 100644 index 00000000000..27d432840af --- /dev/null +++ b/spanish/cpp/aspose.cells/cellsfactory/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::CellsFactory::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsFactory::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/cellsfactory/isnull/ +--- +## CellsFactory::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::CellsFactory::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [CellsFactory](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellsfactory/operator_asm/_index.md b/spanish/cpp/aspose.cells/cellsfactory/operator_asm/_index.md new file mode 100644 index 00000000000..8024369729a --- /dev/null +++ b/spanish/cpp/aspose.cells/cellsfactory/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::CellsFactory::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsFactory::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/cellsfactory/operator_asm/ +--- +## CellsFactory::operator= method + + +operator= + +```cpp +CellsFactory & Aspose::Cells::CellsFactory::operator=(const CellsFactory &src) +``` + +## See Also + +* Class [CellsFactory](../) +* Class [Vector](../../vector/) +* Class [CellsFactory](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellsfactory/operator_bool/_index.md b/spanish/cpp/aspose.cells/cellsfactory/operator_bool/_index.md new file mode 100644 index 00000000000..18bb5d4d2d8 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellsfactory/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::CellsFactory::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsFactory::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/cellsfactory/operator_bool/ +--- +## CellsFactory::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::CellsFactory::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [CellsFactory](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellsfactory/~cellsfactory/_index.md b/spanish/cpp/aspose.cells/cellsfactory/~cellsfactory/_index.md new file mode 100644 index 00000000000..db48679d15b --- /dev/null +++ b/spanish/cpp/aspose.cells/cellsfactory/~cellsfactory/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::CellsFactory::~CellsFactory method +linktitle: ~CellsFactory +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsFactory::~CellsFactory method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/cellsfactory/~cellsfactory/ +--- +## CellsFactory::~CellsFactory method + + +Destructor. + +```cpp +Aspose::Cells::CellsFactory::~CellsFactory() +``` + +## See Also + +* Class [CellsFactory](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellshelper/_index.md b/spanish/cpp/aspose.cells/cellshelper/_index.md new file mode 100644 index 00000000000..7cdc5802635 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellshelper/_index.md @@ -0,0 +1,67 @@ +--- +title: Aspose::Cells::CellsHelper class +linktitle: CellsHelper +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsHelper class. Provides helper functions in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells/cellshelper/ +--- +## CellsHelper class + + +Provides helper functions. + +```cpp +class CellsHelper +``` + +## Methods + +| Method | Description | +| --- | --- | +| static [CellIndexToName(int32_t row, int32_t column)](./cellindextoname/) | Gets cell name according to its row and column indexes. | +| static [CellNameToIndex(const U16String\& cellName, int32_t\& row, int32_t\& column)](./cellnametoindex/) | Gets the cell row and column indexes according to its name. | +| static [CellNameToIndex(const char16_t* cellName, int32_t\& row, int32_t\& column)](./cellnametoindex/) | Gets the cell row and column indexes according to its name. | +| static [ColumnIndexToName(int32_t column)](./columnindextoname/) | Gets column name according to column index. | +| static [ColumnNameToIndex(const U16String\& columnName)](./columnnametoindex/) | Gets column index according to column name. | +| static [ColumnNameToIndex(const char16_t* columnName)](./columnnametoindex/) | Gets column index according to column name. | +| static [CreateSafeSheetName(const U16String\& nameProposal)](./createsafesheetname/) | Checks given sheet name and create a valid one when needed. If given sheet name conforms to the rules of excel sheet name, then return it. Otherwise string will be truncated if length exceeds the limit and invalid characters will be replaced with ' ', then return the rebuilt string value. | +| static [CreateSafeSheetName(const char16_t* nameProposal)](./createsafesheetname/) | Checks given sheet name and create a valid one when needed. If given sheet name conforms to the rules of excel sheet name, then return it. Otherwise string will be truncated if length exceeds the limit and invalid characters will be replaced with ' ', then return the rebuilt string value. | +| static [CreateSafeSheetName(const U16String\& nameProposal, char16_t replaceChar)](./createsafesheetname/) | Checks given sheet name and create a valid one when needed. If given sheet name conforms to the rules of excel sheet name, then return it. Otherwise string will be truncated if length exceeds the limit and invalid characters will be replaced with given character, then return the rebuilt string value. | +| static [CreateSafeSheetName(const char16_t* nameProposal, char16_t replaceChar)](./createsafesheetname/) | Checks given sheet name and create a valid one when needed. If given sheet name conforms to the rules of excel sheet name, then return it. Otherwise string will be truncated if length exceeds the limit and invalid characters will be replaced with given character, then return the rebuilt string value. | +| static [GetAltStartPath()](./getaltstartpath/) | Gets or sets the alternate startup path, which is referred to by some external formula references. | +| static [GetCacheFolder()](./getcachefolder/) | Gets the folder for temporary files that may be used as data cache. | +| static [GetDateTimeFromDouble(double doubleValue, bool date1904)](./getdatetimefromdouble/) | Convert the double value to the date time value. | +| static [GetDoubleFromDateTime(const Date\& dateTime, bool date1904)](./getdoublefromdatetime/) | Convert the date time to double value. | +| static [GetDPI()](./getdpi/) | Gets the DPI of the machine. | +| static [GetLibraryPath()](./getlibrarypath/) | Gets or sets the library path which is referred to by some external formula references. | +| static [GetSignificantDigitsType()](./getsignificantdigitstype/) | Gets and sets the default type of significant digits for outputing numeric values. Default value is [SignificantDigitsType.G17](../significantdigitstype/). | +| static [GetStartupPath()](./getstartuppath/) | Gets or sets the startup path, which is referred to by some external formula references. | +| static [GetTextWidth(const U16String\& text, const Aspose::Cells::Font\& font, double scaling)](./gettextwidth/) | Get width of text in unit of points. | +| static [GetTextWidth(const char16_t* text, const Aspose::Cells::Font\& font, double scaling)](./gettextwidth/) | Get width of text in unit of points. | +| static [GetUsedColors(const Workbook\& workbook)](./getusedcolors/) | Gets all used colors in the workbook. | +| static [GetVersion()](./getversion/) | Get the release version. | +| static [IsCloudPlatform()](./iscloudplatform/) | Please set this property True when running on a cloud platform, such as: Azure, AWSLambda, etc,. | +| static [MergeFiles(const Vector \\& files, const U16String\& cachedFile, const U16String\& destFile)](./mergefiles/) | Merges some large xls files to a xls file. | +| static [MergeFiles(const Vector \\& files, const char16_t* cachedFile, const char16_t* destFile)](./mergefiles/) | Merges some large xls files to a xls file. | +| static [NeedQuoteInFormula(const U16String\& sheetName)](./needquoteinformula/) | Indicates whether the name of the sheet should be enclosed in single quotes. | +| static [NeedQuoteInFormula(const char16_t* sheetName)](./needquoteinformula/) | Indicates whether the name of the sheet should be enclosed in single quotes. | +| static [RowIndexToName(int32_t row)](./rowindextoname/) | Gets row name according to row index. | +| static [RowNameToIndex(const U16String\& rowName)](./rownametoindex/) | Gets row index according to row name. | +| static [RowNameToIndex(const char16_t* rowName)](./rownametoindex/) | Gets row index according to row name. | +| static [SetAltStartPath(const U16String\& value)](./setaltstartpath/) | Gets or sets the alternate startup path, which is referred to by some external formula references. | +| static [SetAltStartPath(const char16_t* value)](./setaltstartpath/) | Gets or sets the alternate startup path, which is referred to by some external formula references. | +| static [SetCacheFolder(const U16String\& cache)](./setcachefolder/) | Sets the folder for temporary files that may be used as data cache. | +| static [SetCacheFolder(const char16_t* cache)](./setcachefolder/) | Sets the folder for temporary files that may be used as data cache. | +| static [SetDPI(double value)](./setdpi/) | Gets the DPI of the machine. | +| static [SetIsCloudPlatform(bool value)](./setiscloudplatform/) | Please set this property True when running on a cloud platform, such as: Azure, AWSLambda, etc,. | +| static [SetLibraryPath(const U16String\& value)](./setlibrarypath/) | Gets or sets the library path which is referred to by some external formula references. | +| static [SetLibraryPath(const char16_t* value)](./setlibrarypath/) | Gets or sets the library path which is referred to by some external formula references. | +| static [SetSignificantDigitsType(SignificantDigitsType value)](./setsignificantdigitstype/) | Gets and sets the default type of significant digits for outputing numeric values. Default value is [SignificantDigitsType.G17](../significantdigitstype/). | +| static [SetStartupPath(const U16String\& value)](./setstartuppath/) | Gets or sets the startup path, which is referred to by some external formula references. | +| static [SetStartupPath(const char16_t* value)](./setstartuppath/) | Gets or sets the startup path, which is referred to by some external formula references. | +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/cellshelper/cellindextoname/_index.md b/spanish/cpp/aspose.cells/cellshelper/cellindextoname/_index.md new file mode 100644 index 00000000000..207fdabf53c --- /dev/null +++ b/spanish/cpp/aspose.cells/cellshelper/cellindextoname/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::CellsHelper::CellIndexToName method +linktitle: CellIndexToName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsHelper::CellIndexToName method. Gets cell name according to its row and column indexes in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/cellshelper/cellindextoname/ +--- +## CellsHelper::CellIndexToName method + + +Gets cell name according to its row and column indexes. + +```cpp +static U16String Aspose::Cells::CellsHelper::CellIndexToName(int32_t row, int32_t column) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | [Row](../../row/) index. | +| column | int32_t | [Column](../../column/) index. | + +## ReturnValue + +[Name](../../name/) of cell. + +## See Also + +* Class [U16String](../../u16string/) +* Class [Vector](../../vector/) +* Class [CellsHelper](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellshelper/cellnametoindex/_index.md b/spanish/cpp/aspose.cells/cellshelper/cellnametoindex/_index.md new file mode 100644 index 00000000000..ae7ab209e28 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellshelper/cellnametoindex/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::CellsHelper::CellNameToIndex method +linktitle: CellNameToIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsHelper::CellNameToIndex method. Gets the cell row and column indexes according to its name in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/cellshelper/cellnametoindex/ +--- +## CellsHelper::CellNameToIndex(const U16String\&, int32_t\&, int32_t\&) method + + +Gets the cell row and column indexes according to its name. + +```cpp +static void Aspose::Cells::CellsHelper::CellNameToIndex(const U16String &cellName, int32_t &row, int32_t &column) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| cellName | const U16String\& | [Name](../../name/) of cell. | +| row | int32_t\& | Output row index | +| column | int32_t\& | Output column index | + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [CellsHelper](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CellsHelper::CellNameToIndex(const char16_t*, int32_t\&, int32_t\&) method + + +Gets the cell row and column indexes according to its name. + +```cpp +static void Aspose::Cells::CellsHelper::CellNameToIndex(const char16_t *cellName, int32_t &row, int32_t &column) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| cellName | const char16_t* | [Name](../../name/) of cell. | +| row | int32_t\& | Output row index | +| column | int32_t\& | Output column index | + +## See Also + +* Class [Vector](../../vector/) +* Class [CellsHelper](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellshelper/columnindextoname/_index.md b/spanish/cpp/aspose.cells/cellshelper/columnindextoname/_index.md new file mode 100644 index 00000000000..d5144b4c756 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellshelper/columnindextoname/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::CellsHelper::ColumnIndexToName method +linktitle: ColumnIndexToName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsHelper::ColumnIndexToName method. Gets column name according to column index in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/cellshelper/columnindextoname/ +--- +## CellsHelper::ColumnIndexToName method + + +Gets column name according to column index. + +```cpp +static U16String Aspose::Cells::CellsHelper::ColumnIndexToName(int32_t column) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| column | int32_t | [Column](../../column/) index. | + +## ReturnValue + +[Name](../../name/) of column. + +## See Also + +* Class [U16String](../../u16string/) +* Class [Vector](../../vector/) +* Class [CellsHelper](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellshelper/columnnametoindex/_index.md b/spanish/cpp/aspose.cells/cellshelper/columnnametoindex/_index.md new file mode 100644 index 00000000000..fbf463f3c76 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellshelper/columnnametoindex/_index.md @@ -0,0 +1,58 @@ +--- +title: Aspose::Cells::CellsHelper::ColumnNameToIndex method +linktitle: ColumnNameToIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsHelper::ColumnNameToIndex method. Gets column index according to column name in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/cellshelper/columnnametoindex/ +--- +## CellsHelper::ColumnNameToIndex(const U16String\&) method + + +Gets column index according to column name. + +```cpp +static int32_t Aspose::Cells::CellsHelper::ColumnNameToIndex(const U16String &columnName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| columnName | const U16String\& | [Column](../../column/) name. | + +## ReturnValue + +[Column](../../column/) index. + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [CellsHelper](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CellsHelper::ColumnNameToIndex(const char16_t*) method + + +Gets column index according to column name. + +```cpp +static int32_t Aspose::Cells::CellsHelper::ColumnNameToIndex(const char16_t *columnName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| columnName | const char16_t* | [Column](../../column/) name. | + +## ReturnValue + +[Column](../../column/) index. + +## See Also + +* Class [Vector](../../vector/) +* Class [CellsHelper](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellshelper/createsafesheetname/_index.md b/spanish/cpp/aspose.cells/cellshelper/createsafesheetname/_index.md new file mode 100644 index 00000000000..78d1c5203c8 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellshelper/createsafesheetname/_index.md @@ -0,0 +1,111 @@ +--- +title: Aspose::Cells::CellsHelper::CreateSafeSheetName method +linktitle: CreateSafeSheetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsHelper::CreateSafeSheetName method. Checks given sheet name and create a valid one when needed. If given sheet name conforms to the rules of excel sheet name, then return it. Otherwise string will be truncated if length exceeds the limit and invalid characters will be replaced with '' '', then return the rebuilt string value in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells/cellshelper/createsafesheetname/ +--- +## CellsHelper::CreateSafeSheetName(const U16String\&) method + + +Checks given sheet name and create a valid one when needed. If given sheet name conforms to the rules of excel sheet name, then return it. Otherwise string will be truncated if length exceeds the limit and invalid characters will be replaced with ' ', then return the rebuilt string value. + +```cpp +static U16String Aspose::Cells::CellsHelper::CreateSafeSheetName(const U16String &nameProposal) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| nameProposal | const U16String\& | sheet name to be used | + +## ReturnValue + + + +## See Also + +* Class [U16String](../../u16string/) +* Class [Vector](../../vector/) +* Class [CellsHelper](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CellsHelper::CreateSafeSheetName(const char16_t*) method + + +Checks given sheet name and create a valid one when needed. If given sheet name conforms to the rules of excel sheet name, then return it. Otherwise string will be truncated if length exceeds the limit and invalid characters will be replaced with ' ', then return the rebuilt string value. + +```cpp +static U16String Aspose::Cells::CellsHelper::CreateSafeSheetName(const char16_t *nameProposal) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| nameProposal | const char16_t* | sheet name to be used | + +## ReturnValue + + + +## See Also + +* Class [U16String](../../u16string/) +* Class [Vector](../../vector/) +* Class [CellsHelper](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CellsHelper::CreateSafeSheetName(const U16String\&, char16_t) method + + +Checks given sheet name and create a valid one when needed. If given sheet name conforms to the rules of excel sheet name, then return it. Otherwise string will be truncated if length exceeds the limit and invalid characters will be replaced with given character, then return the rebuilt string value. + +```cpp +static U16String Aspose::Cells::CellsHelper::CreateSafeSheetName(const U16String &nameProposal, char16_t replaceChar) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| nameProposal | const U16String\& | sheet name to be used | +| replaceChar | char16_t | character which will be used to replace invalid characters in given sheet name | + +## ReturnValue + + + +## See Also + +* Class [U16String](../../u16string/) +* Class [Vector](../../vector/) +* Class [CellsHelper](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CellsHelper::CreateSafeSheetName(const char16_t*, char16_t) method + + +Checks given sheet name and create a valid one when needed. If given sheet name conforms to the rules of excel sheet name, then return it. Otherwise string will be truncated if length exceeds the limit and invalid characters will be replaced with given character, then return the rebuilt string value. + +```cpp +static U16String Aspose::Cells::CellsHelper::CreateSafeSheetName(const char16_t *nameProposal, char16_t replaceChar) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| nameProposal | const char16_t* | sheet name to be used | +| replaceChar | char16_t | character which will be used to replace invalid characters in given sheet name | + +## ReturnValue + + + +## See Also + +* Class [U16String](../../u16string/) +* Class [Vector](../../vector/) +* Class [CellsHelper](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellshelper/getaltstartpath/_index.md b/spanish/cpp/aspose.cells/cellshelper/getaltstartpath/_index.md new file mode 100644 index 00000000000..0614ed36838 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellshelper/getaltstartpath/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CellsHelper::GetAltStartPath method +linktitle: GetAltStartPath +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsHelper::GetAltStartPath method. Gets or sets the alternate startup path, which is referred to by some external formula references in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells/cellshelper/getaltstartpath/ +--- +## CellsHelper::GetAltStartPath method + + +Gets or sets the alternate startup path, which is referred to by some external formula references. + +```cpp +static U16String Aspose::Cells::CellsHelper::GetAltStartPath() +``` + +## See Also + +* Class [U16String](../../u16string/) +* Class [CellsHelper](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellshelper/getcachefolder/_index.md b/spanish/cpp/aspose.cells/cellshelper/getcachefolder/_index.md new file mode 100644 index 00000000000..7ae93ecd15e --- /dev/null +++ b/spanish/cpp/aspose.cells/cellshelper/getcachefolder/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::CellsHelper::GetCacheFolder method +linktitle: GetCacheFolder +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsHelper::GetCacheFolder method. Gets the folder for temporary files that may be used as data cache in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells/cellshelper/getcachefolder/ +--- +## CellsHelper::GetCacheFolder method + + +Gets the folder for temporary files that may be used as data cache. + +```cpp +static U16String Aspose::Cells::CellsHelper::GetCacheFolder() +``` + + +## ReturnValue + +Folder for cache files that has been specified. If it has not been specified, null will be returned and system's temporary path will be used when needed. +## Remarks + + + +Cache files are used generally for some features for memory performance consideration, such as saving large data set to xls file, or using memory mode with file cache for cells model. +## See Also + +* Class [U16String](../../u16string/) +* Class [CellsHelper](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellshelper/getdatetimefromdouble/_index.md b/spanish/cpp/aspose.cells/cellshelper/getdatetimefromdouble/_index.md new file mode 100644 index 00000000000..289f996799d --- /dev/null +++ b/spanish/cpp/aspose.cells/cellshelper/getdatetimefromdouble/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::CellsHelper::GetDateTimeFromDouble method +linktitle: GetDateTimeFromDouble +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsHelper::GetDateTimeFromDouble method. Convert the double value to the date time value in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells/cellshelper/getdatetimefromdouble/ +--- +## CellsHelper::GetDateTimeFromDouble method + + +Convert the double value to the date time value. + +```cpp +static Date Aspose::Cells::CellsHelper::GetDateTimeFromDouble(double doubleValue, bool date1904) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| doubleValue | double | The double value. | +| date1904 | bool | [Date](../../date/) 1904 system. | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../vector/) +* Class [CellsHelper](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellshelper/getdoublefromdatetime/_index.md b/spanish/cpp/aspose.cells/cellshelper/getdoublefromdatetime/_index.md new file mode 100644 index 00000000000..cb826cd575d --- /dev/null +++ b/spanish/cpp/aspose.cells/cellshelper/getdoublefromdatetime/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::CellsHelper::GetDoubleFromDateTime method +linktitle: GetDoubleFromDateTime +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsHelper::GetDoubleFromDateTime method. Convert the date time to double value in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells/cellshelper/getdoublefromdatetime/ +--- +## CellsHelper::GetDoubleFromDateTime method + + +Convert the date time to double value. + +```cpp +static double Aspose::Cells::CellsHelper::GetDoubleFromDateTime(const Date &dateTime, bool date1904) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| dateTime | const Date\& | The date time. | +| date1904 | bool | [Date](../../date/) 1904 system. | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../vector/) +* Class [CellsHelper](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellshelper/getdpi/_index.md b/spanish/cpp/aspose.cells/cellshelper/getdpi/_index.md new file mode 100644 index 00000000000..e8f8f278203 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellshelper/getdpi/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CellsHelper::GetDPI method +linktitle: GetDPI +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsHelper::GetDPI method. Gets the DPI of the machine in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/cellshelper/getdpi/ +--- +## CellsHelper::GetDPI method + + +Gets the DPI of the machine. + +```cpp +static double Aspose::Cells::CellsHelper::GetDPI() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CellsHelper](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellshelper/getlibrarypath/_index.md b/spanish/cpp/aspose.cells/cellshelper/getlibrarypath/_index.md new file mode 100644 index 00000000000..b79234a5ece --- /dev/null +++ b/spanish/cpp/aspose.cells/cellshelper/getlibrarypath/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CellsHelper::GetLibraryPath method +linktitle: GetLibraryPath +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsHelper::GetLibraryPath method. Gets or sets the library path which is referred to by some external formula references in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells/cellshelper/getlibrarypath/ +--- +## CellsHelper::GetLibraryPath method + + +Gets or sets the library path which is referred to by some external formula references. + +```cpp +static U16String Aspose::Cells::CellsHelper::GetLibraryPath() +``` + +## See Also + +* Class [U16String](../../u16string/) +* Class [CellsHelper](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellshelper/getsignificantdigitstype/_index.md b/spanish/cpp/aspose.cells/cellshelper/getsignificantdigitstype/_index.md new file mode 100644 index 00000000000..e9d0943e975 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellshelper/getsignificantdigitstype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CellsHelper::GetSignificantDigitsType method +linktitle: GetSignificantDigitsType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsHelper::GetSignificantDigitsType method. Gets and sets the default type of significant digits for outputing numeric values. Default value is SignificantDigitsType.G17 in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/cellshelper/getsignificantdigitstype/ +--- +## CellsHelper::GetSignificantDigitsType method + + +Gets and sets the default type of significant digits for outputing numeric values. Default value is [SignificantDigitsType.G17](../../significantdigitstype/). + +```cpp +static SignificantDigitsType Aspose::Cells::CellsHelper::GetSignificantDigitsType() +``` + +## See Also + +* Enum [SignificantDigitsType](../../significantdigitstype/) +* Class [CellsHelper](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellshelper/getstartuppath/_index.md b/spanish/cpp/aspose.cells/cellshelper/getstartuppath/_index.md new file mode 100644 index 00000000000..ea5fd9ddb9b --- /dev/null +++ b/spanish/cpp/aspose.cells/cellshelper/getstartuppath/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CellsHelper::GetStartupPath method +linktitle: GetStartupPath +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsHelper::GetStartupPath method. Gets or sets the startup path, which is referred to by some external formula references in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells/cellshelper/getstartuppath/ +--- +## CellsHelper::GetStartupPath method + + +Gets or sets the startup path, which is referred to by some external formula references. + +```cpp +static U16String Aspose::Cells::CellsHelper::GetStartupPath() +``` + +## See Also + +* Class [U16String](../../u16string/) +* Class [CellsHelper](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellshelper/gettextwidth/_index.md b/spanish/cpp/aspose.cells/cellshelper/gettextwidth/_index.md new file mode 100644 index 00000000000..b6dcea38377 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellshelper/gettextwidth/_index.md @@ -0,0 +1,64 @@ +--- +title: Aspose::Cells::CellsHelper::GetTextWidth method +linktitle: GetTextWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsHelper::GetTextWidth method. Get width of text in unit of points in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/cellshelper/gettextwidth/ +--- +## CellsHelper::GetTextWidth(const U16String\&, const Aspose::Cells::Font\&, double) method + + +Get width of text in unit of points. + +```cpp +static double Aspose::Cells::CellsHelper::GetTextWidth(const U16String &text, const Aspose::Cells::Font &font, double scaling) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| text | const U16String\& | The text. | +| font | const Aspose::Cells::Font\& | The font of the text. | +| scaling | double | The scaling of text. | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [Font](../../font/) +* Class [CellsHelper](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CellsHelper::GetTextWidth(const char16_t*, const Aspose::Cells::Font\&, double) method + + +Get width of text in unit of points. + +```cpp +static double Aspose::Cells::CellsHelper::GetTextWidth(const char16_t *text, const Aspose::Cells::Font &font, double scaling) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| text | const char16_t* | The text. | +| font | const Aspose::Cells::Font\& | The font of the text. | +| scaling | double | The scaling of text. | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../vector/) +* Class [Font](../../font/) +* Class [CellsHelper](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellshelper/getusedcolors/_index.md b/spanish/cpp/aspose.cells/cellshelper/getusedcolors/_index.md new file mode 100644 index 00000000000..29c76615b42 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellshelper/getusedcolors/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::CellsHelper::GetUsedColors method +linktitle: GetUsedColors +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsHelper::GetUsedColors method. Gets all used colors in the workbook in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells/cellshelper/getusedcolors/ +--- +## CellsHelper::GetUsedColors method + + +Gets all used colors in the workbook. + +```cpp +static Vector Aspose::Cells::CellsHelper::GetUsedColors(const Workbook &workbook) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| workbook | const Workbook\& | The workbook object. | + +## ReturnValue + +The used colors. + +## See Also + +* Class [Vector](../../vector/) +* Class [Workbook](../../workbook/) +* Class [CellsHelper](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellshelper/getversion/_index.md b/spanish/cpp/aspose.cells/cellshelper/getversion/_index.md new file mode 100644 index 00000000000..c1c75170cbb --- /dev/null +++ b/spanish/cpp/aspose.cells/cellshelper/getversion/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::CellsHelper::GetVersion method +linktitle: GetVersion +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsHelper::GetVersion method. Get the release version in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/cellshelper/getversion/ +--- +## CellsHelper::GetVersion method + + +Get the release version. + +```cpp +static U16String Aspose::Cells::CellsHelper::GetVersion() +``` + + +## ReturnValue + +The release version. + +## See Also + +* Class [U16String](../../u16string/) +* Class [CellsHelper](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellshelper/iscloudplatform/_index.md b/spanish/cpp/aspose.cells/cellshelper/iscloudplatform/_index.md new file mode 100644 index 00000000000..3af8979b4fb --- /dev/null +++ b/spanish/cpp/aspose.cells/cellshelper/iscloudplatform/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CellsHelper::IsCloudPlatform method +linktitle: IsCloudPlatform +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsHelper::IsCloudPlatform method. Please set this property True when running on a cloud platform, such as: Azure, AWSLambda, etc, in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells/cellshelper/iscloudplatform/ +--- +## CellsHelper::IsCloudPlatform method + + +Please set this property True when running on a cloud platform, such as: Azure, AWSLambda, etc,. + +```cpp +static bool Aspose::Cells::CellsHelper::IsCloudPlatform() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CellsHelper](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellshelper/mergefiles/_index.md b/spanish/cpp/aspose.cells/cellshelper/mergefiles/_index.md new file mode 100644 index 00000000000..18e84395e5c --- /dev/null +++ b/spanish/cpp/aspose.cells/cellshelper/mergefiles/_index.md @@ -0,0 +1,63 @@ +--- +title: Aspose::Cells::CellsHelper::MergeFiles method +linktitle: MergeFiles +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsHelper::MergeFiles method. Merges some large xls files to a xls file in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells/cellshelper/mergefiles/ +--- +## CellsHelper::MergeFiles(const Vector \\&, const U16String\&, const U16String\&) method + + +Merges some large xls files to a xls file. + +```cpp +static void Aspose::Cells::CellsHelper::MergeFiles(const Vector &files, const U16String &cachedFile, const U16String &destFile) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| files | const Vector \\& | The files. | +| cachedFile | const U16String\& | The cached file. | +| destFile | const U16String\& | The dest file. | +## Remarks + + + +This method only supports merging data, style and formulas to the new file. The cached file is used to store some temporary data. +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [CellsHelper](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CellsHelper::MergeFiles(const Vector \\&, const char16_t*, const char16_t*) method + + +Merges some large xls files to a xls file. + +```cpp +static void Aspose::Cells::CellsHelper::MergeFiles(const Vector &files, const char16_t *cachedFile, const char16_t *destFile) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| files | const Vector \\& | The files. | +| cachedFile | const char16_t* | The cached file. | +| destFile | const char16_t* | The dest file. | +## Remarks + + + +This method only supports merging data, style and formulas to the new file. The cached file is used to store some temporary data. +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [CellsHelper](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellshelper/needquoteinformula/_index.md b/spanish/cpp/aspose.cells/cellshelper/needquoteinformula/_index.md new file mode 100644 index 00000000000..ae3a051ea49 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellshelper/needquoteinformula/_index.md @@ -0,0 +1,58 @@ +--- +title: Aspose::Cells::CellsHelper::NeedQuoteInFormula method +linktitle: NeedQuoteInFormula +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsHelper::NeedQuoteInFormula method. Indicates whether the name of the sheet should be enclosed in single quotes in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells/cellshelper/needquoteinformula/ +--- +## CellsHelper::NeedQuoteInFormula(const U16String\&) method + + +Indicates whether the name of the sheet should be enclosed in single quotes. + +```cpp +static bool Aspose::Cells::CellsHelper::NeedQuoteInFormula(const U16String &sheetName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sheetName | const U16String\& | The name of the sheet | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [CellsHelper](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CellsHelper::NeedQuoteInFormula(const char16_t*) method + + +Indicates whether the name of the sheet should be enclosed in single quotes. + +```cpp +static bool Aspose::Cells::CellsHelper::NeedQuoteInFormula(const char16_t *sheetName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sheetName | const char16_t* | The name of the sheet | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../vector/) +* Class [CellsHelper](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellshelper/rowindextoname/_index.md b/spanish/cpp/aspose.cells/cellshelper/rowindextoname/_index.md new file mode 100644 index 00000000000..e9a7b59de1d --- /dev/null +++ b/spanish/cpp/aspose.cells/cellshelper/rowindextoname/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::CellsHelper::RowIndexToName method +linktitle: RowIndexToName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsHelper::RowIndexToName method. Gets row name according to row index in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/cellshelper/rowindextoname/ +--- +## CellsHelper::RowIndexToName method + + +Gets row name according to row index. + +```cpp +static U16String Aspose::Cells::CellsHelper::RowIndexToName(int32_t row) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | [Row](../../row/) index. | + +## ReturnValue + +[Name](../../name/) of row. + +## See Also + +* Class [U16String](../../u16string/) +* Class [Vector](../../vector/) +* Class [CellsHelper](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellshelper/rownametoindex/_index.md b/spanish/cpp/aspose.cells/cellshelper/rownametoindex/_index.md new file mode 100644 index 00000000000..52ea5ec5513 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellshelper/rownametoindex/_index.md @@ -0,0 +1,58 @@ +--- +title: Aspose::Cells::CellsHelper::RowNameToIndex method +linktitle: RowNameToIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsHelper::RowNameToIndex method. Gets row index according to row name in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/cellshelper/rownametoindex/ +--- +## CellsHelper::RowNameToIndex(const U16String\&) method + + +Gets row index according to row name. + +```cpp +static int32_t Aspose::Cells::CellsHelper::RowNameToIndex(const U16String &rowName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| rowName | const U16String\& | [Row](../../row/) name. | + +## ReturnValue + +[Row](../../row/) index. + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [CellsHelper](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CellsHelper::RowNameToIndex(const char16_t*) method + + +Gets row index according to row name. + +```cpp +static int32_t Aspose::Cells::CellsHelper::RowNameToIndex(const char16_t *rowName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| rowName | const char16_t* | [Row](../../row/) name. | + +## ReturnValue + +[Row](../../row/) index. + +## See Also + +* Class [Vector](../../vector/) +* Class [CellsHelper](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellshelper/setaltstartpath/_index.md b/spanish/cpp/aspose.cells/cellshelper/setaltstartpath/_index.md new file mode 100644 index 00000000000..d7578e2ef30 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellshelper/setaltstartpath/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::CellsHelper::SetAltStartPath method +linktitle: SetAltStartPath +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsHelper::SetAltStartPath method. Gets or sets the alternate startup path, which is referred to by some external formula references in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells/cellshelper/setaltstartpath/ +--- +## CellsHelper::SetAltStartPath(const U16String\&) method + + +Gets or sets the alternate startup path, which is referred to by some external formula references. + +```cpp +static void Aspose::Cells::CellsHelper::SetAltStartPath(const U16String &value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [CellsHelper](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CellsHelper::SetAltStartPath(const char16_t*) method + + +Gets or sets the alternate startup path, which is referred to by some external formula references. + +```cpp +static void Aspose::Cells::CellsHelper::SetAltStartPath(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CellsHelper](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellshelper/setcachefolder/_index.md b/spanish/cpp/aspose.cells/cellshelper/setcachefolder/_index.md new file mode 100644 index 00000000000..a4965b0bda6 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellshelper/setcachefolder/_index.md @@ -0,0 +1,58 @@ +--- +title: Aspose::Cells::CellsHelper::SetCacheFolder method +linktitle: SetCacheFolder +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsHelper::SetCacheFolder method. Sets the folder for temporary files that may be used as data cache in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells/cellshelper/setcachefolder/ +--- +## CellsHelper::SetCacheFolder(const U16String\&) method + + +Sets the folder for temporary files that may be used as data cache. + +```cpp +static void Aspose::Cells::CellsHelper::SetCacheFolder(const U16String &cache) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| cache | const U16String\& | Folder for for temporary files that may be used as data cache. | +## Remarks + + + +Cache files are used generally for some features for memory performance consideration, such as saving large data set to xls file, or using memory mode with file cache for cells model. +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [CellsHelper](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CellsHelper::SetCacheFolder(const char16_t*) method + + +Sets the folder for temporary files that may be used as data cache. + +```cpp +static void Aspose::Cells::CellsHelper::SetCacheFolder(const char16_t *cache) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| cache | const char16_t* | Folder for for temporary files that may be used as data cache. | +## Remarks + + + +Cache files are used generally for some features for memory performance consideration, such as saving large data set to xls file, or using memory mode with file cache for cells model. +## See Also + +* Class [Vector](../../vector/) +* Class [CellsHelper](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellshelper/setdpi/_index.md b/spanish/cpp/aspose.cells/cellshelper/setdpi/_index.md new file mode 100644 index 00000000000..6782f8a8752 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellshelper/setdpi/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CellsHelper::SetDPI method +linktitle: SetDPI +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsHelper::SetDPI method. Gets the DPI of the machine in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/cellshelper/setdpi/ +--- +## CellsHelper::SetDPI method + + +Gets the DPI of the machine. + +```cpp +static void Aspose::Cells::CellsHelper::SetDPI(double value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CellsHelper](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellshelper/setiscloudplatform/_index.md b/spanish/cpp/aspose.cells/cellshelper/setiscloudplatform/_index.md new file mode 100644 index 00000000000..9086c92390b --- /dev/null +++ b/spanish/cpp/aspose.cells/cellshelper/setiscloudplatform/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CellsHelper::SetIsCloudPlatform method +linktitle: SetIsCloudPlatform +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsHelper::SetIsCloudPlatform method. Please set this property True when running on a cloud platform, such as: Azure, AWSLambda, etc, in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells/cellshelper/setiscloudplatform/ +--- +## CellsHelper::SetIsCloudPlatform method + + +Please set this property True when running on a cloud platform, such as: Azure, AWSLambda, etc,. + +```cpp +static void Aspose::Cells::CellsHelper::SetIsCloudPlatform(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CellsHelper](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellshelper/setlibrarypath/_index.md b/spanish/cpp/aspose.cells/cellshelper/setlibrarypath/_index.md new file mode 100644 index 00000000000..1047b6ffeaf --- /dev/null +++ b/spanish/cpp/aspose.cells/cellshelper/setlibrarypath/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::CellsHelper::SetLibraryPath method +linktitle: SetLibraryPath +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsHelper::SetLibraryPath method. Gets or sets the library path which is referred to by some external formula references in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells/cellshelper/setlibrarypath/ +--- +## CellsHelper::SetLibraryPath(const U16String\&) method + + +Gets or sets the library path which is referred to by some external formula references. + +```cpp +static void Aspose::Cells::CellsHelper::SetLibraryPath(const U16String &value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [CellsHelper](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CellsHelper::SetLibraryPath(const char16_t*) method + + +Gets or sets the library path which is referred to by some external formula references. + +```cpp +static void Aspose::Cells::CellsHelper::SetLibraryPath(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CellsHelper](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellshelper/setsignificantdigitstype/_index.md b/spanish/cpp/aspose.cells/cellshelper/setsignificantdigitstype/_index.md new file mode 100644 index 00000000000..380c67d1e32 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellshelper/setsignificantdigitstype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::CellsHelper::SetSignificantDigitsType method +linktitle: SetSignificantDigitsType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsHelper::SetSignificantDigitsType method. Gets and sets the default type of significant digits for outputing numeric values. Default value is SignificantDigitsType.G17 in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/cellshelper/setsignificantdigitstype/ +--- +## CellsHelper::SetSignificantDigitsType method + + +Gets and sets the default type of significant digits for outputing numeric values. Default value is [SignificantDigitsType.G17](../../significantdigitstype/). + +```cpp +static void Aspose::Cells::CellsHelper::SetSignificantDigitsType(SignificantDigitsType value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Enum [SignificantDigitsType](../../significantdigitstype/) +* Class [CellsHelper](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellshelper/setstartuppath/_index.md b/spanish/cpp/aspose.cells/cellshelper/setstartuppath/_index.md new file mode 100644 index 00000000000..d86f59c74f5 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellshelper/setstartuppath/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::CellsHelper::SetStartupPath method +linktitle: SetStartupPath +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsHelper::SetStartupPath method. Gets or sets the startup path, which is referred to by some external formula references in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells/cellshelper/setstartuppath/ +--- +## CellsHelper::SetStartupPath(const U16String\&) method + + +Gets or sets the startup path, which is referred to by some external formula references. + +```cpp +static void Aspose::Cells::CellsHelper::SetStartupPath(const U16String &value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [CellsHelper](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CellsHelper::SetStartupPath(const char16_t*) method + + +Gets or sets the startup path, which is referred to by some external formula references. + +```cpp +static void Aspose::Cells::CellsHelper::SetStartupPath(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CellsHelper](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellsunittype/_index.md b/spanish/cpp/aspose.cells/cellsunittype/_index.md new file mode 100644 index 00000000000..942d0526ce4 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellsunittype/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::CellsUnitType enum +linktitle: CellsUnitType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsUnitType enum. Specifies the unit of measurement in C++.' +type: docs +weight: 18700 +url: /es/cpp/aspose.cells/cellsunittype/ +--- +## CellsUnitType enum + + +Specifies the unit of measurement. + +```cpp +enum class CellsUnitType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Pixel | 1 |
Measurement is in pixels. | +| Point | 2 |
Measurement is in points. A point represents 1/72 of an inch. | +| Inch | 4 |
Measurement is in inches. | +| Cm | 6 |
Measurement is in centimeters. | +| Character | 7 |
In unit of characters. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/cellvalue/_impl/_index.md b/spanish/cpp/aspose.cells/cellvalue/_impl/_index.md new file mode 100644 index 00000000000..4166855d737 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellvalue/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::CellValue::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellValue::_impl field. The implementation object in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/cellvalue/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +CellValue_Impl* Aspose::Cells::CellValue::_impl +``` + +## See Also + +* Class [CellValue](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellvalue/_index.md b/spanish/cpp/aspose.cells/cellvalue/_index.md new file mode 100644 index 00000000000..7d006ceb1f9 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellvalue/_index.md @@ -0,0 +1,42 @@ +--- +title: Aspose::Cells::CellValue class +linktitle: CellValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellValue class. Represents the cell value and corresponding type in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells/cellvalue/ +--- +## CellValue class + + +Represents the cell value and corresponding type. + +```cpp +class CellValue +``` + +## Methods + +| Method | Description | +| --- | --- | +| [CellValue()](./cellvalue/) | Default constructor. | +| [CellValue(CellValue_Impl* impl)](./cellvalue/) | Constructs from an implementation object. | +| [CellValue(const CellValue\& src)](./cellvalue/) | Copy constructor. | +| [GetType()](./gettype/) | Gets or sets the type of cell value. | +| [GetValue()](./getvalue/) | Gets or sets the cell value. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const CellValue\& src)](./operator_asm/) | operator= | +| [SetType(CellValueType value)](./settype/) | Gets or sets the type of cell value. | +| [SetValue(const Aspose::Cells::Object\& value)](./setvalue/) | Gets or sets the cell value. | +| [~CellValue()](./~cellvalue/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/cellvalue/cellvalue/_index.md b/spanish/cpp/aspose.cells/cellvalue/cellvalue/_index.md new file mode 100644 index 00000000000..c71259838ee --- /dev/null +++ b/spanish/cpp/aspose.cells/cellvalue/cellvalue/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::CellValue::CellValue constructor +linktitle: CellValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellValue::CellValue constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/cellvalue/cellvalue/ +--- +## CellValue::CellValue() constructor + + +Default constructor. + +```cpp +Aspose::Cells::CellValue::CellValue() +``` + +## See Also + +* Class [CellValue](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CellValue::CellValue(CellValue_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::CellValue::CellValue(CellValue_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CellValue](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CellValue::CellValue(const CellValue\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::CellValue::CellValue(const CellValue &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CellValue](../) +* Class [CellValue](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellvalue/gettype/_index.md b/spanish/cpp/aspose.cells/cellvalue/gettype/_index.md new file mode 100644 index 00000000000..3078c949ab9 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellvalue/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CellValue::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellValue::GetType method. Gets or sets the type of cell value in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/cellvalue/gettype/ +--- +## CellValue::GetType method + + +Gets or sets the type of cell value. + +```cpp +CellValueType Aspose::Cells::CellValue::GetType() +``` + +## See Also + +* Enum [CellValueType](../../cellvaluetype/) +* Class [CellValue](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellvalue/getvalue/_index.md b/spanish/cpp/aspose.cells/cellvalue/getvalue/_index.md new file mode 100644 index 00000000000..a8aa2e5429e --- /dev/null +++ b/spanish/cpp/aspose.cells/cellvalue/getvalue/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::CellValue::GetValue method +linktitle: GetValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellValue::GetValue method. Gets or sets the cell value in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/cellvalue/getvalue/ +--- +## CellValue::GetValue method + + +Gets or sets the cell value. + +```cpp +Aspose::Cells::Object Aspose::Cells::CellValue::GetValue() +``` + +## Remarks + + +The value must be of the correct type of object corresponding to the Type:
Type Value
CellValueType.IsNullnull, any other object will be ignored
CellValueType.IsNumericdouble
CellValueType.IsDateTimeDateTime
CellValueType.IsStringstring
CellValueType.IsBoolbool
CellValueType.IsErrorerror string such as "#VALUE!", "#NAME?", ...
+## See Also + +* Class [Object](../../object/) +* Class [CellValue](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellvalue/isnull/_index.md b/spanish/cpp/aspose.cells/cellvalue/isnull/_index.md new file mode 100644 index 00000000000..390028a1a3c --- /dev/null +++ b/spanish/cpp/aspose.cells/cellvalue/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::CellValue::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellValue::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/cellvalue/isnull/ +--- +## CellValue::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::CellValue::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [CellValue](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellvalue/operator_asm/_index.md b/spanish/cpp/aspose.cells/cellvalue/operator_asm/_index.md new file mode 100644 index 00000000000..326e5b337ec --- /dev/null +++ b/spanish/cpp/aspose.cells/cellvalue/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::CellValue::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellValue::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/cellvalue/operator_asm/ +--- +## CellValue::operator= method + + +operator= + +```cpp +CellValue & Aspose::Cells::CellValue::operator=(const CellValue &src) +``` + +## See Also + +* Class [CellValue](../) +* Class [Vector](../../vector/) +* Class [CellValue](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellvalue/operator_bool/_index.md b/spanish/cpp/aspose.cells/cellvalue/operator_bool/_index.md new file mode 100644 index 00000000000..5b1c6c07f5f --- /dev/null +++ b/spanish/cpp/aspose.cells/cellvalue/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::CellValue::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellValue::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/cellvalue/operator_bool/ +--- +## CellValue::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::CellValue::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [CellValue](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellvalue/settype/_index.md b/spanish/cpp/aspose.cells/cellvalue/settype/_index.md new file mode 100644 index 00000000000..6acbd509116 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellvalue/settype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::CellValue::SetType method +linktitle: SetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellValue::SetType method. Gets or sets the type of cell value in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/cellvalue/settype/ +--- +## CellValue::SetType method + + +Gets or sets the type of cell value. + +```cpp +void Aspose::Cells::CellValue::SetType(CellValueType value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Enum [CellValueType](../../cellvaluetype/) +* Class [CellValue](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellvalue/setvalue/_index.md b/spanish/cpp/aspose.cells/cellvalue/setvalue/_index.md new file mode 100644 index 00000000000..8dd294c36e4 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellvalue/setvalue/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::CellValue::SetValue method +linktitle: SetValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellValue::SetValue method. Gets or sets the cell value in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/cellvalue/setvalue/ +--- +## CellValue::SetValue method + + +Gets or sets the cell value. + +```cpp +void Aspose::Cells::CellValue::SetValue(const Aspose::Cells::Object &value) +``` + +## Remarks + + +The value must be of the correct type of object corresponding to the Type:
Type Value
CellValueType.IsNullnull, any other object will be ignored
CellValueType.IsNumericdouble
CellValueType.IsDateTimeDateTime
CellValueType.IsStringstring
CellValueType.IsBoolbool
CellValueType.IsErrorerror string such as "#VALUE!", "#NAME?", ...
+## See Also + +* Class [Vector](../../vector/) +* Class [Object](../../object/) +* Class [CellValue](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellvalue/~cellvalue/_index.md b/spanish/cpp/aspose.cells/cellvalue/~cellvalue/_index.md new file mode 100644 index 00000000000..c1e2340b93b --- /dev/null +++ b/spanish/cpp/aspose.cells/cellvalue/~cellvalue/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::CellValue::~CellValue method +linktitle: ~CellValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellValue::~CellValue method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/cellvalue/~cellvalue/ +--- +## CellValue::~CellValue method + + +Destructor. + +```cpp +Aspose::Cells::CellValue::~CellValue() +``` + +## See Also + +* Class [CellValue](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellvalueformatstrategy/_index.md b/spanish/cpp/aspose.cells/cellvalueformatstrategy/_index.md new file mode 100644 index 00000000000..2359fabed53 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellvalueformatstrategy/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Cells::CellValueFormatStrategy enum +linktitle: CellValueFormatStrategy +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellValueFormatStrategy enum. Specifies how to apply style for the value of the cell in C++.' +type: docs +weight: 18800 +url: /es/cpp/aspose.cells/cellvalueformatstrategy/ +--- +## CellValueFormatStrategy enum + + +Specifies how to apply style for the value of the cell. + +```cpp +enum class CellValueFormatStrategy +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| None | 0 |
Not formatted. | +| CellStyle | 1 |
Only formatted with the cell's original style. | +| DisplayStyle | 2 |
Formatted with the cell's displayed style. | +| DisplayString | 3 |
Gets the displayed string shown in ms excel. The main difference from [DisplayStyle](./) is this option also considers the effect of column width. If the column width is too small to show the formatted string completely, "#" may be shown, just like what ms excel does. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/cellvaluetype/_index.md b/spanish/cpp/aspose.cells/cellvaluetype/_index.md new file mode 100644 index 00000000000..885120225a7 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellvaluetype/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::CellValueType enum +linktitle: CellValueType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellValueType enum. Specifies a cell value type in C++.' +type: docs +weight: 18900 +url: /es/cpp/aspose.cells/cellvaluetype/ +--- +## CellValueType enum + + +Specifies a cell value type. + +```cpp +enum class CellValueType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| IsUnknown | 0 |
[Cell](../cell/) value type is unknown. | +| IsNull | 1 |
Blank cell. Corresponding value should be null. | +| IsNumeric | 2 |
[Cell](../cell/) value is numeric. Corresponding value must be int or double. | +| IsDateTime | 4 |
[Cell](../cell/) value is datetime. Corresponding value must be DateTime. | +| IsString | 8 |
[Cell](../cell/) value is string. Corresponding value must be string. | +| IsBool | 16 |
[Cell](../cell/) value is boolean. Corresponding value must be bool. | +| IsError | 32 |
[Cell](../cell/) contains error value. Corresponding value must be error string. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/cellwatch/_impl/_index.md b/spanish/cpp/aspose.cells/cellwatch/_impl/_index.md new file mode 100644 index 00000000000..5b4ed7ba966 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellwatch/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::CellWatch::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellWatch::_impl field. The implementation object in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/cellwatch/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +CellWatch_Impl* Aspose::Cells::CellWatch::_impl +``` + +## See Also + +* Class [CellWatch](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellwatch/_index.md b/spanish/cpp/aspose.cells/cellwatch/_index.md new file mode 100644 index 00000000000..dc2b5422fa5 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellwatch/_index.md @@ -0,0 +1,45 @@ +--- +title: Aspose::Cells::CellWatch class +linktitle: CellWatch +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellWatch class. Represents Cell Watch Item in the ''watch window'' in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells/cellwatch/ +--- +## CellWatch class + + +Represents [Cell](../cell/) Watch Item in the 'watch window'. + +```cpp +class CellWatch +``` + +## Methods + +| Method | Description | +| --- | --- | +| [CellWatch()](./cellwatch/) | Default constructor. | +| [CellWatch(CellWatch_Impl* impl)](./cellwatch/) | Constructs from an implementation object. | +| [CellWatch(const CellWatch\& src)](./cellwatch/) | Copy constructor. | +| [GetCellName()](./getcellname/) | Gets and sets the name of the cell. | +| [GetColumn()](./getcolumn/) | Gets and sets the column of the cell. | +| [GetRow()](./getrow/) | Gets and sets the row of the cell. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const CellWatch\& src)](./operator_asm/) | operator= | +| [SetCellName(const U16String\& value)](./setcellname/) | Gets and sets the name of the cell. | +| [SetCellName(const char16_t* value)](./setcellname/) | Gets and sets the name of the cell. | +| [SetColumn(int32_t value)](./setcolumn/) | Gets and sets the column of the cell. | +| [SetRow(int32_t value)](./setrow/) | Gets and sets the row of the cell. | +| [~CellWatch()](./~cellwatch/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/cellwatch/cellwatch/_index.md b/spanish/cpp/aspose.cells/cellwatch/cellwatch/_index.md new file mode 100644 index 00000000000..cc952a43beb --- /dev/null +++ b/spanish/cpp/aspose.cells/cellwatch/cellwatch/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::CellWatch::CellWatch constructor +linktitle: CellWatch +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellWatch::CellWatch constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/cellwatch/cellwatch/ +--- +## CellWatch::CellWatch() constructor + + +Default constructor. + +```cpp +Aspose::Cells::CellWatch::CellWatch() +``` + +## See Also + +* Class [CellWatch](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CellWatch::CellWatch(CellWatch_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::CellWatch::CellWatch(CellWatch_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CellWatch](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CellWatch::CellWatch(const CellWatch\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::CellWatch::CellWatch(const CellWatch &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CellWatch](../) +* Class [CellWatch](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellwatch/getcellname/_index.md b/spanish/cpp/aspose.cells/cellwatch/getcellname/_index.md new file mode 100644 index 00000000000..3f16890b58c --- /dev/null +++ b/spanish/cpp/aspose.cells/cellwatch/getcellname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CellWatch::GetCellName method +linktitle: GetCellName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellWatch::GetCellName method. Gets and sets the name of the cell in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/cellwatch/getcellname/ +--- +## CellWatch::GetCellName method + + +Gets and sets the name of the cell. + +```cpp +U16String Aspose::Cells::CellWatch::GetCellName() +``` + +## See Also + +* Class [U16String](../../u16string/) +* Class [CellWatch](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellwatch/getcolumn/_index.md b/spanish/cpp/aspose.cells/cellwatch/getcolumn/_index.md new file mode 100644 index 00000000000..3468fcd79cd --- /dev/null +++ b/spanish/cpp/aspose.cells/cellwatch/getcolumn/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CellWatch::GetColumn method +linktitle: GetColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellWatch::GetColumn method. Gets and sets the column of the cell in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/cellwatch/getcolumn/ +--- +## CellWatch::GetColumn method + + +Gets and sets the column of the cell. + +```cpp +int32_t Aspose::Cells::CellWatch::GetColumn() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CellWatch](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellwatch/getrow/_index.md b/spanish/cpp/aspose.cells/cellwatch/getrow/_index.md new file mode 100644 index 00000000000..f84d3d3144a --- /dev/null +++ b/spanish/cpp/aspose.cells/cellwatch/getrow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CellWatch::GetRow method +linktitle: GetRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellWatch::GetRow method. Gets and sets the row of the cell in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/cellwatch/getrow/ +--- +## CellWatch::GetRow method + + +Gets and sets the row of the cell. + +```cpp +int32_t Aspose::Cells::CellWatch::GetRow() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CellWatch](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellwatch/isnull/_index.md b/spanish/cpp/aspose.cells/cellwatch/isnull/_index.md new file mode 100644 index 00000000000..e7476234c6e --- /dev/null +++ b/spanish/cpp/aspose.cells/cellwatch/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::CellWatch::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellWatch::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/cellwatch/isnull/ +--- +## CellWatch::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::CellWatch::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [CellWatch](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellwatch/operator_asm/_index.md b/spanish/cpp/aspose.cells/cellwatch/operator_asm/_index.md new file mode 100644 index 00000000000..8919df0331f --- /dev/null +++ b/spanish/cpp/aspose.cells/cellwatch/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::CellWatch::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellWatch::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/cellwatch/operator_asm/ +--- +## CellWatch::operator= method + + +operator= + +```cpp +CellWatch & Aspose::Cells::CellWatch::operator=(const CellWatch &src) +``` + +## See Also + +* Class [CellWatch](../) +* Class [Vector](../../vector/) +* Class [CellWatch](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellwatch/operator_bool/_index.md b/spanish/cpp/aspose.cells/cellwatch/operator_bool/_index.md new file mode 100644 index 00000000000..eb054a3b4f5 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellwatch/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::CellWatch::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellWatch::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/cellwatch/operator_bool/ +--- +## CellWatch::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::CellWatch::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [CellWatch](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellwatch/setcellname/_index.md b/spanish/cpp/aspose.cells/cellwatch/setcellname/_index.md new file mode 100644 index 00000000000..ef6c049c942 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellwatch/setcellname/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::CellWatch::SetCellName method +linktitle: SetCellName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellWatch::SetCellName method. Gets and sets the name of the cell in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/cellwatch/setcellname/ +--- +## CellWatch::SetCellName(const U16String\&) method + + +Gets and sets the name of the cell. + +```cpp +void Aspose::Cells::CellWatch::SetCellName(const U16String &value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [CellWatch](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CellWatch::SetCellName(const char16_t*) method + + +Gets and sets the name of the cell. + +```cpp +void Aspose::Cells::CellWatch::SetCellName(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CellWatch](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellwatch/setcolumn/_index.md b/spanish/cpp/aspose.cells/cellwatch/setcolumn/_index.md new file mode 100644 index 00000000000..0b07e35d4f3 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellwatch/setcolumn/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CellWatch::SetColumn method +linktitle: SetColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellWatch::SetColumn method. Gets and sets the column of the cell in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/cellwatch/setcolumn/ +--- +## CellWatch::SetColumn method + + +Gets and sets the column of the cell. + +```cpp +void Aspose::Cells::CellWatch::SetColumn(int32_t value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CellWatch](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellwatch/setrow/_index.md b/spanish/cpp/aspose.cells/cellwatch/setrow/_index.md new file mode 100644 index 00000000000..3daa47b8f09 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellwatch/setrow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CellWatch::SetRow method +linktitle: SetRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellWatch::SetRow method. Gets and sets the row of the cell in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/cellwatch/setrow/ +--- +## CellWatch::SetRow method + + +Gets and sets the row of the cell. + +```cpp +void Aspose::Cells::CellWatch::SetRow(int32_t value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CellWatch](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellwatch/~cellwatch/_index.md b/spanish/cpp/aspose.cells/cellwatch/~cellwatch/_index.md new file mode 100644 index 00000000000..1549a0ad3a9 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellwatch/~cellwatch/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::CellWatch::~CellWatch method +linktitle: ~CellWatch +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellWatch::~CellWatch method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/cellwatch/~cellwatch/ +--- +## CellWatch::~CellWatch method + + +Destructor. + +```cpp +Aspose::Cells::CellWatch::~CellWatch() +``` + +## See Also + +* Class [CellWatch](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellwatchcollection/_impl/_index.md b/spanish/cpp/aspose.cells/cellwatchcollection/_impl/_index.md new file mode 100644 index 00000000000..a01b33109dd --- /dev/null +++ b/spanish/cpp/aspose.cells/cellwatchcollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::CellWatchCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellWatchCollection::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/cellwatchcollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +CellWatchCollection_Impl* Aspose::Cells::CellWatchCollection::_impl +``` + +## See Also + +* Class [CellWatchCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellwatchcollection/_index.md b/spanish/cpp/aspose.cells/cellwatchcollection/_index.md new file mode 100644 index 00000000000..0f4d228ced3 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellwatchcollection/_index.md @@ -0,0 +1,61 @@ +--- +title: Aspose::Cells::CellWatchCollection class +linktitle: CellWatchCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellWatchCollection class. Represents the collection of cells on this worksheet being watched in the ''watch window'' in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells/cellwatchcollection/ +--- +## CellWatchCollection class + + +Represents the collection of cells on this worksheet being watched in the 'watch window'. + +```cpp +class CellWatchCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add(int32_t row, int32_t column)](./add/) | Adds [Aspose.Cells.CellWatch](../cellwatch/) with a row and a column. | +| [Add(const U16String\& cellName)](./add/) | Adds [Aspose.Cells.CellWatch](../cellwatch/) with the name of the cell. | +| [Add(const char16_t* cellName)](./add/) | Adds [Aspose.Cells.CellWatch](../cellwatch/) with the name of the cell. | +| [CellWatchCollection()](./cellwatchcollection/) | Default constructor. | +| [CellWatchCollection(CellWatchCollection_Impl* impl)](./cellwatchcollection/) | Constructs from an implementation object. | +| [CellWatchCollection(const CellWatchCollection\& src)](./cellwatchcollection/) | Copy constructor. | +| [Get(int32_t index)](./get/) | Gets and sets [CellWatch](../cellwatch/) by index. | +| [Get(const U16String\& cellName)](./get/) | Gets and sets [CellWatch](../cellwatch/) by the name of the cell. | +| [Get(const char16_t* cellName)](./get/) | Gets and sets [CellWatch](../cellwatch/) by the name of the cell. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const CellWatchCollection\& src)](./operator_asm/) | operator= | +| [~CellWatchCollection()](./~cellwatchcollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; +// Obtener la primera hoja de cálculo. +Worksheet sheet = workbook.GetWorksheets().Get(0); +// Agregar elemento de vigilancia de celda a la ventana de vigilancia +sheet.GetCellWatches().Add(u"B2"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/cellwatchcollection/add/_index.md b/spanish/cpp/aspose.cells/cellwatchcollection/add/_index.md new file mode 100644 index 00000000000..ae463455b72 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellwatchcollection/add/_index.md @@ -0,0 +1,83 @@ +--- +title: Aspose::Cells::CellWatchCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellWatchCollection::Add method. Adds Aspose.Cells.CellWatch with a row and a column in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/cellwatchcollection/add/ +--- +## CellWatchCollection::Add(int32_t, int32_t) method + + +Adds [Aspose.Cells.CellWatch](../../cellwatch/) with a row and a column. + +```cpp +int32_t Aspose::Cells::CellWatchCollection::Add(int32_t row, int32_t column) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | The row index. | +| column | int32_t | The column index. | + +## ReturnValue + +Returns the position of this item in the collection. + +## See Also + +* Class [Vector](../../vector/) +* Class [CellWatchCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CellWatchCollection::Add(const U16String\&) method + + +Adds [Aspose.Cells.CellWatch](../../cellwatch/) with the name of the cell. + +```cpp +int32_t Aspose::Cells::CellWatchCollection::Add(const U16String &cellName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| cellName | const U16String\& | The name of the cell. | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [CellWatchCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CellWatchCollection::Add(const char16_t*) method + + +Adds [Aspose.Cells.CellWatch](../../cellwatch/) with the name of the cell. + +```cpp +int32_t Aspose::Cells::CellWatchCollection::Add(const char16_t *cellName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| cellName | const char16_t* | The name of the cell. | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../vector/) +* Class [CellWatchCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellwatchcollection/cellwatchcollection/_index.md b/spanish/cpp/aspose.cells/cellwatchcollection/cellwatchcollection/_index.md new file mode 100644 index 00000000000..3860dedebba --- /dev/null +++ b/spanish/cpp/aspose.cells/cellwatchcollection/cellwatchcollection/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::CellWatchCollection::CellWatchCollection constructor +linktitle: CellWatchCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellWatchCollection::CellWatchCollection constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/cellwatchcollection/cellwatchcollection/ +--- +## CellWatchCollection::CellWatchCollection() constructor + + +Default constructor. + +```cpp +Aspose::Cells::CellWatchCollection::CellWatchCollection() +``` + +## See Also + +* Class [CellWatchCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CellWatchCollection::CellWatchCollection(CellWatchCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::CellWatchCollection::CellWatchCollection(CellWatchCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CellWatchCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CellWatchCollection::CellWatchCollection(const CellWatchCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::CellWatchCollection::CellWatchCollection(const CellWatchCollection &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CellWatchCollection](../) +* Class [CellWatchCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellwatchcollection/get/_index.md b/spanish/cpp/aspose.cells/cellwatchcollection/get/_index.md new file mode 100644 index 00000000000..e3c1c9f30a8 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellwatchcollection/get/_index.md @@ -0,0 +1,85 @@ +--- +title: Aspose::Cells::CellWatchCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellWatchCollection::Get method. Gets and sets CellWatch by index in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/cellwatchcollection/get/ +--- +## CellWatchCollection::Get(int32_t) method + + +Gets and sets [CellWatch](../../cellwatch/) by index. + +```cpp +CellWatch Aspose::Cells::CellWatchCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The index. | + +## ReturnValue + + + +## See Also + +* Class [CellWatch](../../cellwatch/) +* Class [Vector](../../vector/) +* Class [CellWatchCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CellWatchCollection::Get(const U16String\&) method + + +Gets and sets [CellWatch](../../cellwatch/) by the name of the cell. + +```cpp +CellWatch Aspose::Cells::CellWatchCollection::Get(const U16String &cellName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| cellName | const U16String\& | The name of the cell. | + +## ReturnValue + + + +## See Also + +* Class [CellWatch](../../cellwatch/) +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [CellWatchCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CellWatchCollection::Get(const char16_t*) method + + +Gets and sets [CellWatch](../../cellwatch/) by the name of the cell. + +```cpp +CellWatch Aspose::Cells::CellWatchCollection::Get(const char16_t *cellName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| cellName | const char16_t* | The name of the cell. | + +## ReturnValue + + + +## See Also + +* Class [CellWatch](../../cellwatch/) +* Class [Vector](../../vector/) +* Class [CellWatchCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellwatchcollection/getcount/_index.md b/spanish/cpp/aspose.cells/cellwatchcollection/getcount/_index.md new file mode 100644 index 00000000000..70e8b00d32b --- /dev/null +++ b/spanish/cpp/aspose.cells/cellwatchcollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CellWatchCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::CellWatchCollection class in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/cellwatchcollection/getcount/ +--- +## CellWatchCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::CellWatchCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CellWatchCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellwatchcollection/isnull/_index.md b/spanish/cpp/aspose.cells/cellwatchcollection/isnull/_index.md new file mode 100644 index 00000000000..6964e557f08 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellwatchcollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::CellWatchCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellWatchCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/cellwatchcollection/isnull/ +--- +## CellWatchCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::CellWatchCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [CellWatchCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellwatchcollection/operator_asm/_index.md b/spanish/cpp/aspose.cells/cellwatchcollection/operator_asm/_index.md new file mode 100644 index 00000000000..c7e4439bb63 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellwatchcollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::CellWatchCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellWatchCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/cellwatchcollection/operator_asm/ +--- +## CellWatchCollection::operator= method + + +operator= + +```cpp +CellWatchCollection & Aspose::Cells::CellWatchCollection::operator=(const CellWatchCollection &src) +``` + +## See Also + +* Class [CellWatchCollection](../) +* Class [Vector](../../vector/) +* Class [CellWatchCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellwatchcollection/operator_bool/_index.md b/spanish/cpp/aspose.cells/cellwatchcollection/operator_bool/_index.md new file mode 100644 index 00000000000..f6cda63c51c --- /dev/null +++ b/spanish/cpp/aspose.cells/cellwatchcollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::CellWatchCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellWatchCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/cellwatchcollection/operator_bool/ +--- +## CellWatchCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::CellWatchCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [CellWatchCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/cellwatchcollection/~cellwatchcollection/_index.md b/spanish/cpp/aspose.cells/cellwatchcollection/~cellwatchcollection/_index.md new file mode 100644 index 00000000000..f47aedda906 --- /dev/null +++ b/spanish/cpp/aspose.cells/cellwatchcollection/~cellwatchcollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::CellWatchCollection::~CellWatchCollection method +linktitle: ~CellWatchCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellWatchCollection::~CellWatchCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/cellwatchcollection/~cellwatchcollection/ +--- +## CellWatchCollection::~CellWatchCollection method + + +Destructor. + +```cpp +Aspose::Cells::CellWatchCollection::~CellWatchCollection() +``` + +## See Also + +* Class [CellWatchCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/_index.md b/spanish/cpp/aspose.cells/color/_index.md new file mode 100644 index 00000000000..874b7bafd7a --- /dev/null +++ b/spanish/cpp/aspose.cells/color/_index.md @@ -0,0 +1,178 @@ +--- +title: Aspose::Cells::Color struct +linktitle: Color +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Color struct. Represents an ARGB (alpha, red, green, blue) color in C++.' +type: docs +weight: 28700 +url: /es/cpp/aspose.cells/color/ +--- +## Color struct + + +Represents an ARGB (alpha, red, green, blue) color. + +```cpp +struct Color +``` + +## Methods + +| Method | Description | +| --- | --- | +| static [AliceBlue()](./aliceblue/) | | +| static [AntiqueWhite()](./antiquewhite/) | | +| static [Aqua()](./aqua/) | | +| static [Aquamarine()](./aquamarine/) | | +| static [Azure()](./azure/) | | +| static [Beige()](./beige/) | | +| static [Bisque()](./bisque/) | | +| static [Black()](./black/) | | +| static [BlanchedAlmond()](./blanchedalmond/) | | +| static [Blue()](./blue/) | | +| static [BlueViolet()](./blueviolet/) | | +| static [Brown()](./brown/) | | +| static [BurlyWood()](./burlywood/) | | +| static [CadetBlue()](./cadetblue/) | | +| static [Chartreuse()](./chartreuse/) | | +| static [Chocolate()](./chocolate/) | | +| static [Coral()](./coral/) | | +| static [CornflowerBlue()](./cornflowerblue/) | | +| static [Cornsilk()](./cornsilk/) | | +| static [Crimson()](./crimson/) | | +| static [Cyan()](./cyan/) | | +| static [DarkBlue()](./darkblue/) | | +| static [DarkCyan()](./darkcyan/) | | +| static [DarkGoldenRod()](./darkgoldenrod/) | | +| static [DarkGray()](./darkgray/) | | +| static [DarkGreen()](./darkgreen/) | | +| static [DarkKhaki()](./darkkhaki/) | | +| static [DarkMagenta()](./darkmagenta/) | | +| static [DarkOliveGreen()](./darkolivegreen/) | | +| static [DarkOrange()](./darkorange/) | | +| static [DarkOrchid()](./darkorchid/) | | +| static [DarkRed()](./darkred/) | | +| static [DarkSalmon()](./darksalmon/) | | +| static [DarkSeaGreen()](./darkseagreen/) | | +| static [DarkSlateBlue()](./darkslateblue/) | | +| static [DarkSlateGray()](./darkslategray/) | | +| static [DarkTurquoise()](./darkturquoise/) | | +| static [DarkViolet()](./darkviolet/) | | +| static [DeepPink()](./deeppink/) | | +| static [DeepSkyBlue()](./deepskyblue/) | | +| static [DimGray()](./dimgray/) | | +| static [DodgerBlue()](./dodgerblue/) | | +| static [FireBrick()](./firebrick/) | | +| static [FloralWhite()](./floralwhite/) | | +| static [ForestGreen()](./forestgreen/) | | +| static [FromArgb(int32_t value)](./fromargb/) | Creates a [Color](./) from its 32-bit component (alpha, red, green, and blue) values. | +| static [FromHex(const U16String\& hex)](./fromhex/) | Creates a [Color](./) from a hexadecimal color string. | +| static [FromName(const U16String\& name)](./fromname/) | Creates a [Color](./) from a predefined color name. | +| static [Fuchsia()](./fuchsia/) | | +| static [Gainsboro()](./gainsboro/) | | +| static [GhostWhite()](./ghostwhite/) | | +| static [Gold()](./gold/) | | +| static [GoldenRod()](./goldenrod/) | | +| static [Gray()](./gray/) | | +| static [Green()](./green/) | | +| static [GreenYellow()](./greenyellow/) | | +| static [HoneyDew()](./honeydew/) | | +| static [HotPink()](./hotpink/) | | +| static [IndianRed()](./indianred/) | | +| static [Indigo()](./indigo/) | | +| static [Ivory()](./ivory/) | | +| static [Khaki()](./khaki/) | | +| static [Lavender()](./lavender/) | | +| static [LavenderBlush()](./lavenderblush/) | | +| static [LawnGreen()](./lawngreen/) | | +| static [LemonChiffon()](./lemonchiffon/) | | +| static [LightBlue()](./lightblue/) | | +| static [LightCoral()](./lightcoral/) | | +| static [LightCyan()](./lightcyan/) | | +| static [LightGoldenRodYellow()](./lightgoldenrodyellow/) | | +| static [LightGray()](./lightgray/) | | +| static [LightGreen()](./lightgreen/) | | +| static [LightPink()](./lightpink/) | | +| static [LightSalmon()](./lightsalmon/) | | +| static [LightSeaGreen()](./lightseagreen/) | | +| static [LightSkyBlue()](./lightskyblue/) | | +| static [LightSlateGray()](./lightslategray/) | | +| static [LightSteelBlue()](./lightsteelblue/) | | +| static [LightYellow()](./lightyellow/) | | +| static [Lime()](./lime/) | | +| static [LimeGreen()](./limegreen/) | | +| static [Linen()](./linen/) | | +| static [Magenta()](./magenta/) | | +| static [Maroon()](./maroon/) | | +| static [MediumAquaMarine()](./mediumaquamarine/) | | +| static [MediumBlue()](./mediumblue/) | | +| static [MediumOrchid()](./mediumorchid/) | | +| static [MediumPurple()](./mediumpurple/) | | +| static [MediumSeaGreen()](./mediumseagreen/) | | +| static [MediumSlateBlue()](./mediumslateblue/) | | +| static [MediumSpringGreen()](./mediumspringgreen/) | | +| static [MediumTurquoise()](./mediumturquoise/) | | +| static [MediumVioletRed()](./mediumvioletred/) | | +| static [MidnightBlue()](./midnightblue/) | | +| static [MintCream()](./mintcream/) | | +| static [MistyRose()](./mistyrose/) | | +| static [Moccasin()](./moccasin/) | | +| static [NavajoWhite()](./navajowhite/) | | +| static [Navy()](./navy/) | | +| static [OldLace()](./oldlace/) | | +| static [Olive()](./olive/) | | +| static [OliveDrab()](./olivedrab/) | | +| static [Orange()](./orange/) | | +| static [OrangeRed()](./orangered/) | | +| static [Orchid()](./orchid/) | | +| static [PaleGoldenRod()](./palegoldenrod/) | | +| static [PaleGreen()](./palegreen/) | | +| static [PaleTurquoise()](./paleturquoise/) | | +| static [PaleVioletRed()](./palevioletred/) | | +| static [PapayaWhip()](./papayawhip/) | | +| static [PeachPuff()](./peachpuff/) | | +| static [Peru()](./peru/) | | +| static [Pink()](./pink/) | | +| static [Plum()](./plum/) | | +| static [PowderBlue()](./powderblue/) | | +| static [Purple()](./purple/) | | +| static [Red()](./red/) | | +| static [RosyBrown()](./rosybrown/) | | +| static [RoyalBlue()](./royalblue/) | | +| static [SaddleBrown()](./saddlebrown/) | | +| static [Salmon()](./salmon/) | | +| static [SandyBrown()](./sandybrown/) | | +| static [SeaGreen()](./seagreen/) | | +| static [SeaShell()](./seashell/) | | +| static [Sienna()](./sienna/) | | +| static [Silver()](./silver/) | | +| static [SkyBlue()](./skyblue/) | | +| static [SlateBlue()](./slateblue/) | | +| static [SlateGray()](./slategray/) | | +| static [Snow()](./snow/) | | +| static [SpringGreen()](./springgreen/) | | +| static [SteelBlue()](./steelblue/) | | +| static [Tan()](./tan/) | | +| static [Teal()](./teal/) | | +| static [Thistle()](./thistle/) | | +| [ToHex(bool withAlpha)](./tohex/) const | Converts the current [Color](./) to its hexadecimal string representation. | +| static [Tomato()](./tomato/) | | +| static [Turquoise()](./turquoise/) | | +| static [Violet()](./violet/) | | +| static [Wheat()](./wheat/) | | +| static [White()](./white/) | | +| static [WhiteSmoke()](./whitesmoke/) | | +| static [Yellow()](./yellow/) | | +| static [YellowGreen()](./yellowgreen/) | | +## Fields + +| Field | Description | +| --- | --- | +| [a](./a/) | | +| [b](./b/) | | +| [g](./g/) | | +| [r](./r/) | | +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/color/a/_index.md b/spanish/cpp/aspose.cells/color/a/_index.md new file mode 100644 index 00000000000..a6e076087c4 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/a/_index.md @@ -0,0 +1,22 @@ +--- +title: Aspose::Cells::Color::a field +linktitle: a +second_title: Aspose.Cells for C++ API Reference +description: 'How to use a field of Aspose::Cells::Color class in C++.' +type: docs +weight: 14500 +url: /es/cpp/aspose.cells/color/a/ +--- +## a field + + + + +```cpp +uint8_t Aspose::Cells::Color::a +``` + +## See Also + +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/aliceblue/_index.md b/spanish/cpp/aspose.cells/color/aliceblue/_index.md new file mode 100644 index 00000000000..b7c12e8532d --- /dev/null +++ b/spanish/cpp/aspose.cells/color/aliceblue/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::AliceBlue method +linktitle: AliceBlue +second_title: Aspose.Cells for C++ API Reference +description: 'How to use AliceBlue method of Aspose::Cells::Color class in C++.' +type: docs +weight: 10000 +url: /es/cpp/aspose.cells/color/aliceblue/ +--- +## Color::AliceBlue method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::AliceBlue() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/antiquewhite/_index.md b/spanish/cpp/aspose.cells/color/antiquewhite/_index.md new file mode 100644 index 00000000000..d6578168f03 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/antiquewhite/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::AntiqueWhite method +linktitle: AntiqueWhite +second_title: Aspose.Cells for C++ API Reference +description: 'How to use AntiqueWhite method of Aspose::Cells::Color class in C++.' +type: docs +weight: 11000 +url: /es/cpp/aspose.cells/color/antiquewhite/ +--- +## Color::AntiqueWhite method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::AntiqueWhite() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/aqua/_index.md b/spanish/cpp/aspose.cells/color/aqua/_index.md new file mode 100644 index 00000000000..970ef9587ff --- /dev/null +++ b/spanish/cpp/aspose.cells/color/aqua/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::Aqua method +linktitle: Aqua +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Aqua method of Aspose::Cells::Color class in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells/color/aqua/ +--- +## Color::Aqua method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::Aqua() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/aquamarine/_index.md b/spanish/cpp/aspose.cells/color/aquamarine/_index.md new file mode 100644 index 00000000000..6bd71b2ced6 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/aquamarine/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::Aquamarine method +linktitle: Aquamarine +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Aquamarine method of Aspose::Cells::Color class in C++.' +type: docs +weight: 4700 +url: /es/cpp/aspose.cells/color/aquamarine/ +--- +## Color::Aquamarine method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::Aquamarine() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/azure/_index.md b/spanish/cpp/aspose.cells/color/azure/_index.md new file mode 100644 index 00000000000..60a7f1e0e17 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/azure/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::Azure method +linktitle: Azure +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Azure method of Aspose::Cells::Color class in C++.' +type: docs +weight: 10200 +url: /es/cpp/aspose.cells/color/azure/ +--- +## Color::Azure method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::Azure() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/b/_index.md b/spanish/cpp/aspose.cells/color/b/_index.md new file mode 100644 index 00000000000..a24128a7df6 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/b/_index.md @@ -0,0 +1,22 @@ +--- +title: Aspose::Cells::Color::b field +linktitle: b +second_title: Aspose.Cells for C++ API Reference +description: 'How to use b field of Aspose::Cells::Color class in C++.' +type: docs +weight: 14800 +url: /es/cpp/aspose.cells/color/b/ +--- +## b field + + + + +```cpp +uint8_t Aspose::Cells::Color::b +``` + +## See Also + +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/beige/_index.md b/spanish/cpp/aspose.cells/color/beige/_index.md new file mode 100644 index 00000000000..4158a111e41 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/beige/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::Beige method +linktitle: Beige +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Beige method of Aspose::Cells::Color class in C++.' +type: docs +weight: 10500 +url: /es/cpp/aspose.cells/color/beige/ +--- +## Color::Beige method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::Beige() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/bisque/_index.md b/spanish/cpp/aspose.cells/color/bisque/_index.md new file mode 100644 index 00000000000..e8f863986ff --- /dev/null +++ b/spanish/cpp/aspose.cells/color/bisque/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::Bisque method +linktitle: Bisque +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Bisque method of Aspose::Cells::Color class in C++.' +type: docs +weight: 13100 +url: /es/cpp/aspose.cells/color/bisque/ +--- +## Color::Bisque method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::Bisque() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/black/_index.md b/spanish/cpp/aspose.cells/color/black/_index.md new file mode 100644 index 00000000000..0e4181463d7 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/black/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::Black method +linktitle: Black +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Black method of Aspose::Cells::Color class in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/color/black/ +--- +## Color::Black method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::Black() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/blanchedalmond/_index.md b/spanish/cpp/aspose.cells/color/blanchedalmond/_index.md new file mode 100644 index 00000000000..b1cd23eab1b --- /dev/null +++ b/spanish/cpp/aspose.cells/color/blanchedalmond/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::BlanchedAlmond method +linktitle: BlanchedAlmond +second_title: Aspose.Cells for C++ API Reference +description: 'How to use BlanchedAlmond method of Aspose::Cells::Color class in C++.' +type: docs +weight: 13300 +url: /es/cpp/aspose.cells/color/blanchedalmond/ +--- +## Color::BlanchedAlmond method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::BlanchedAlmond() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/blue/_index.md b/spanish/cpp/aspose.cells/color/blue/_index.md new file mode 100644 index 00000000000..176d5319326 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/blue/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::Blue method +linktitle: Blue +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Blue method of Aspose::Cells::Color class in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/color/blue/ +--- +## Color::Blue method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::Blue() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/blueviolet/_index.md b/spanish/cpp/aspose.cells/color/blueviolet/_index.md new file mode 100644 index 00000000000..84f0d9d0253 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/blueviolet/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::BlueViolet method +linktitle: BlueViolet +second_title: Aspose.Cells for C++ API Reference +description: 'How to use BlueViolet method of Aspose::Cells::Color class in C++.' +type: docs +weight: 5400 +url: /es/cpp/aspose.cells/color/blueviolet/ +--- +## Color::BlueViolet method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::BlueViolet() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/brown/_index.md b/spanish/cpp/aspose.cells/color/brown/_index.md new file mode 100644 index 00000000000..06ec4b6055e --- /dev/null +++ b/spanish/cpp/aspose.cells/color/brown/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::Brown method +linktitle: Brown +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Brown method of Aspose::Cells::Color class in C++.' +type: docs +weight: 6600 +url: /es/cpp/aspose.cells/color/brown/ +--- +## Color::Brown method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::Brown() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/burlywood/_index.md b/spanish/cpp/aspose.cells/color/burlywood/_index.md new file mode 100644 index 00000000000..414ad7a20ee --- /dev/null +++ b/spanish/cpp/aspose.cells/color/burlywood/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::BurlyWood method +linktitle: BurlyWood +second_title: Aspose.Cells for C++ API Reference +description: 'How to use BurlyWood method of Aspose::Cells::Color class in C++.' +type: docs +weight: 9200 +url: /es/cpp/aspose.cells/color/burlywood/ +--- +## Color::BurlyWood method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::BurlyWood() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/cadetblue/_index.md b/spanish/cpp/aspose.cells/color/cadetblue/_index.md new file mode 100644 index 00000000000..b2ee9ee05d6 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/cadetblue/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::CadetBlue method +linktitle: CadetBlue +second_title: Aspose.Cells for C++ API Reference +description: 'How to use CadetBlue method of Aspose::Cells::Color class in C++.' +type: docs +weight: 3600 +url: /es/cpp/aspose.cells/color/cadetblue/ +--- +## Color::CadetBlue method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::CadetBlue() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/chartreuse/_index.md b/spanish/cpp/aspose.cells/color/chartreuse/_index.md new file mode 100644 index 00000000000..313925ff92e --- /dev/null +++ b/spanish/cpp/aspose.cells/color/chartreuse/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::Chartreuse method +linktitle: Chartreuse +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Chartreuse method of Aspose::Cells::Color class in C++.' +type: docs +weight: 4600 +url: /es/cpp/aspose.cells/color/chartreuse/ +--- +## Color::Chartreuse method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::Chartreuse() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/chocolate/_index.md b/spanish/cpp/aspose.cells/color/chocolate/_index.md new file mode 100644 index 00000000000..8ab93d03399 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/chocolate/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::Chocolate method +linktitle: Chocolate +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Chocolate method of Aspose::Cells::Color class in C++.' +type: docs +weight: 8200 +url: /es/cpp/aspose.cells/color/chocolate/ +--- +## Color::Chocolate method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::Chocolate() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/coral/_index.md b/spanish/cpp/aspose.cells/color/coral/_index.md new file mode 100644 index 00000000000..96f15a474fb --- /dev/null +++ b/spanish/cpp/aspose.cells/color/coral/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::Coral method +linktitle: Coral +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Coral method of Aspose::Cells::Color class in C++.' +type: docs +weight: 12100 +url: /es/cpp/aspose.cells/color/coral/ +--- +## Color::Coral method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::Coral() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/cornflowerblue/_index.md b/spanish/cpp/aspose.cells/color/cornflowerblue/_index.md new file mode 100644 index 00000000000..985b2032377 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/cornflowerblue/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::CornflowerBlue method +linktitle: CornflowerBlue +second_title: Aspose.Cells for C++ API Reference +description: 'How to use CornflowerBlue method of Aspose::Cells::Color class in C++.' +type: docs +weight: 3700 +url: /es/cpp/aspose.cells/color/cornflowerblue/ +--- +## Color::CornflowerBlue method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::CornflowerBlue() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/cornsilk/_index.md b/spanish/cpp/aspose.cells/color/cornsilk/_index.md new file mode 100644 index 00000000000..f3c28fd51c3 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/cornsilk/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::Cornsilk method +linktitle: Cornsilk +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Cornsilk method of Aspose::Cells::Color class in C++.' +type: docs +weight: 13700 +url: /es/cpp/aspose.cells/color/cornsilk/ +--- +## Color::Cornsilk method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::Cornsilk() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/crimson/_index.md b/spanish/cpp/aspose.cells/color/crimson/_index.md new file mode 100644 index 00000000000..6803f4cb168 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/crimson/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::Crimson method +linktitle: Crimson +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Crimson method of Aspose::Cells::Color class in C++.' +type: docs +weight: 8900 +url: /es/cpp/aspose.cells/color/crimson/ +--- +## Color::Crimson method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::Crimson() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/cyan/_index.md b/spanish/cpp/aspose.cells/color/cyan/_index.md new file mode 100644 index 00000000000..2707cfaa791 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/cyan/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::Cyan method +linktitle: Cyan +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Cyan method of Aspose::Cells::Color class in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells/color/cyan/ +--- +## Color::Cyan method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::Cyan() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/darkblue/_index.md b/spanish/cpp/aspose.cells/color/darkblue/_index.md new file mode 100644 index 00000000000..51513021346 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/darkblue/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::DarkBlue method +linktitle: DarkBlue +second_title: Aspose.Cells for C++ API Reference +description: 'How to use DarkBlue method of Aspose::Cells::Color class in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/color/darkblue/ +--- +## Color::DarkBlue method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::DarkBlue() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/darkcyan/_index.md b/spanish/cpp/aspose.cells/color/darkcyan/_index.md new file mode 100644 index 00000000000..013bc5160c6 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/darkcyan/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::DarkCyan method +linktitle: DarkCyan +second_title: Aspose.Cells for C++ API Reference +description: 'How to use DarkCyan method of Aspose::Cells::Color class in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells/color/darkcyan/ +--- +## Color::DarkCyan method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::DarkCyan() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/darkgoldenrod/_index.md b/spanish/cpp/aspose.cells/color/darkgoldenrod/_index.md new file mode 100644 index 00000000000..41ed186780b --- /dev/null +++ b/spanish/cpp/aspose.cells/color/darkgoldenrod/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::DarkGoldenRod method +linktitle: DarkGoldenRod +second_title: Aspose.Cells for C++ API Reference +description: 'How to use DarkGoldenRod method of Aspose::Cells::Color class in C++.' +type: docs +weight: 7400 +url: /es/cpp/aspose.cells/color/darkgoldenrod/ +--- +## Color::DarkGoldenRod method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::DarkGoldenRod() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/darkgray/_index.md b/spanish/cpp/aspose.cells/color/darkgray/_index.md new file mode 100644 index 00000000000..1f84b549243 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/darkgray/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::DarkGray method +linktitle: DarkGray +second_title: Aspose.Cells for C++ API Reference +description: 'How to use DarkGray method of Aspose::Cells::Color class in C++.' +type: docs +weight: 6700 +url: /es/cpp/aspose.cells/color/darkgray/ +--- +## Color::DarkGray method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::DarkGray() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/darkgreen/_index.md b/spanish/cpp/aspose.cells/color/darkgreen/_index.md new file mode 100644 index 00000000000..7bea0be95a4 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/darkgreen/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::DarkGreen method +linktitle: DarkGreen +second_title: Aspose.Cells for C++ API Reference +description: 'How to use DarkGreen method of Aspose::Cells::Color class in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/color/darkgreen/ +--- +## Color::DarkGreen method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::DarkGreen() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/darkkhaki/_index.md b/spanish/cpp/aspose.cells/color/darkkhaki/_index.md new file mode 100644 index 00000000000..b3b8e4c39c0 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/darkkhaki/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::DarkKhaki method +linktitle: DarkKhaki +second_title: Aspose.Cells for C++ API Reference +description: 'How to use DarkKhaki method of Aspose::Cells::Color class in C++.' +type: docs +weight: 7700 +url: /es/cpp/aspose.cells/color/darkkhaki/ +--- +## Color::DarkKhaki method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::DarkKhaki() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/darkmagenta/_index.md b/spanish/cpp/aspose.cells/color/darkmagenta/_index.md new file mode 100644 index 00000000000..cbdd81c4611 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/darkmagenta/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::DarkMagenta method +linktitle: DarkMagenta +second_title: Aspose.Cells for C++ API Reference +description: 'How to use DarkMagenta method of Aspose::Cells::Color class in C++.' +type: docs +weight: 5600 +url: /es/cpp/aspose.cells/color/darkmagenta/ +--- +## Color::DarkMagenta method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::DarkMagenta() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/darkolivegreen/_index.md b/spanish/cpp/aspose.cells/color/darkolivegreen/_index.md new file mode 100644 index 00000000000..71b48affa41 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/darkolivegreen/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::DarkOliveGreen method +linktitle: DarkOliveGreen +second_title: Aspose.Cells for C++ API Reference +description: 'How to use DarkOliveGreen method of Aspose::Cells::Color class in C++.' +type: docs +weight: 3500 +url: /es/cpp/aspose.cells/color/darkolivegreen/ +--- +## Color::DarkOliveGreen method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::DarkOliveGreen() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/darkorange/_index.md b/spanish/cpp/aspose.cells/color/darkorange/_index.md new file mode 100644 index 00000000000..57846b1c250 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/darkorange/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::DarkOrange method +linktitle: DarkOrange +second_title: Aspose.Cells for C++ API Reference +description: 'How to use DarkOrange method of Aspose::Cells::Color class in C++.' +type: docs +weight: 12200 +url: /es/cpp/aspose.cells/color/darkorange/ +--- +## Color::DarkOrange method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::DarkOrange() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/darkorchid/_index.md b/spanish/cpp/aspose.cells/color/darkorchid/_index.md new file mode 100644 index 00000000000..1bfc66e2283 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/darkorchid/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::DarkOrchid method +linktitle: DarkOrchid +second_title: Aspose.Cells for C++ API Reference +description: 'How to use DarkOrchid method of Aspose::Cells::Color class in C++.' +type: docs +weight: 6300 +url: /es/cpp/aspose.cells/color/darkorchid/ +--- +## Color::DarkOrchid method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::DarkOrchid() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/darkred/_index.md b/spanish/cpp/aspose.cells/color/darkred/_index.md new file mode 100644 index 00000000000..2ee221f9eb3 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/darkred/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::DarkRed method +linktitle: DarkRed +second_title: Aspose.Cells for C++ API Reference +description: 'How to use DarkRed method of Aspose::Cells::Color class in C++.' +type: docs +weight: 5500 +url: /es/cpp/aspose.cells/color/darkred/ +--- +## Color::DarkRed method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::DarkRed() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/darksalmon/_index.md b/spanish/cpp/aspose.cells/color/darksalmon/_index.md new file mode 100644 index 00000000000..b62f734490e --- /dev/null +++ b/spanish/cpp/aspose.cells/color/darksalmon/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::DarkSalmon method +linktitle: DarkSalmon +second_title: Aspose.Cells for C++ API Reference +description: 'How to use DarkSalmon method of Aspose::Cells::Color class in C++.' +type: docs +weight: 9500 +url: /es/cpp/aspose.cells/color/darksalmon/ +--- +## Color::DarkSalmon method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::DarkSalmon() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/darkseagreen/_index.md b/spanish/cpp/aspose.cells/color/darkseagreen/_index.md new file mode 100644 index 00000000000..02e4d307c60 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/darkseagreen/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::DarkSeaGreen method +linktitle: DarkSeaGreen +second_title: Aspose.Cells for C++ API Reference +description: 'How to use DarkSeaGreen method of Aspose::Cells::Color class in C++.' +type: docs +weight: 5800 +url: /es/cpp/aspose.cells/color/darkseagreen/ +--- +## Color::DarkSeaGreen method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::DarkSeaGreen() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/darkslateblue/_index.md b/spanish/cpp/aspose.cells/color/darkslateblue/_index.md new file mode 100644 index 00000000000..ae6e21f802d --- /dev/null +++ b/spanish/cpp/aspose.cells/color/darkslateblue/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::DarkSlateBlue method +linktitle: DarkSlateBlue +second_title: Aspose.Cells for C++ API Reference +description: 'How to use DarkSlateBlue method of Aspose::Cells::Color class in C++.' +type: docs +weight: 3200 +url: /es/cpp/aspose.cells/color/darkslateblue/ +--- +## Color::DarkSlateBlue method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::DarkSlateBlue() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/darkslategray/_index.md b/spanish/cpp/aspose.cells/color/darkslategray/_index.md new file mode 100644 index 00000000000..b2d42444348 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/darkslategray/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::DarkSlateGray method +linktitle: DarkSlateGray +second_title: Aspose.Cells for C++ API Reference +description: 'How to use DarkSlateGray method of Aspose::Cells::Color class in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells/color/darkslategray/ +--- +## Color::DarkSlateGray method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::DarkSlateGray() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/darkturquoise/_index.md b/spanish/cpp/aspose.cells/color/darkturquoise/_index.md new file mode 100644 index 00000000000..a813b182423 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/darkturquoise/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::DarkTurquoise method +linktitle: DarkTurquoise +second_title: Aspose.Cells for C++ API Reference +description: 'How to use DarkTurquoise method of Aspose::Cells::Color class in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells/color/darkturquoise/ +--- +## Color::DarkTurquoise method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::DarkTurquoise() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/darkviolet/_index.md b/spanish/cpp/aspose.cells/color/darkviolet/_index.md new file mode 100644 index 00000000000..fa448e9663c --- /dev/null +++ b/spanish/cpp/aspose.cells/color/darkviolet/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::DarkViolet method +linktitle: DarkViolet +second_title: Aspose.Cells for C++ API Reference +description: 'How to use DarkViolet method of Aspose::Cells::Color class in C++.' +type: docs +weight: 6100 +url: /es/cpp/aspose.cells/color/darkviolet/ +--- +## Color::DarkViolet method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::DarkViolet() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/deeppink/_index.md b/spanish/cpp/aspose.cells/color/deeppink/_index.md new file mode 100644 index 00000000000..7aa38a0e990 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/deeppink/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::DeepPink method +linktitle: DeepPink +second_title: Aspose.Cells for C++ API Reference +description: 'How to use DeepPink method of Aspose::Cells::Color class in C++.' +type: docs +weight: 11700 +url: /es/cpp/aspose.cells/color/deeppink/ +--- +## Color::DeepPink method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::DeepPink() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/deepskyblue/_index.md b/spanish/cpp/aspose.cells/color/deepskyblue/_index.md new file mode 100644 index 00000000000..22144043cd7 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/deepskyblue/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::DeepSkyBlue method +linktitle: DeepSkyBlue +second_title: Aspose.Cells for C++ API Reference +description: 'How to use DeepSkyBlue method of Aspose::Cells::Color class in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells/color/deepskyblue/ +--- +## Color::DeepSkyBlue method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::DeepSkyBlue() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/dimgray/_index.md b/spanish/cpp/aspose.cells/color/dimgray/_index.md new file mode 100644 index 00000000000..622741031c8 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/dimgray/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::DimGray method +linktitle: DimGray +second_title: Aspose.Cells for C++ API Reference +description: 'How to use DimGray method of Aspose::Cells::Color class in C++.' +type: docs +weight: 3900 +url: /es/cpp/aspose.cells/color/dimgray/ +--- +## Color::DimGray method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::DimGray() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/dodgerblue/_index.md b/spanish/cpp/aspose.cells/color/dodgerblue/_index.md new file mode 100644 index 00000000000..0ebb0d62922 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/dodgerblue/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::DodgerBlue method +linktitle: DodgerBlue +second_title: Aspose.Cells for C++ API Reference +description: 'How to use DodgerBlue method of Aspose::Cells::Color class in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells/color/dodgerblue/ +--- +## Color::DodgerBlue method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::DodgerBlue() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/firebrick/_index.md b/spanish/cpp/aspose.cells/color/firebrick/_index.md new file mode 100644 index 00000000000..602d98196c6 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/firebrick/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::FireBrick method +linktitle: FireBrick +second_title: Aspose.Cells for C++ API Reference +description: 'How to use FireBrick method of Aspose::Cells::Color class in C++.' +type: docs +weight: 7300 +url: /es/cpp/aspose.cells/color/firebrick/ +--- +## Color::FireBrick method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::FireBrick() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/floralwhite/_index.md b/spanish/cpp/aspose.cells/color/floralwhite/_index.md new file mode 100644 index 00000000000..5e3958cfdcf --- /dev/null +++ b/spanish/cpp/aspose.cells/color/floralwhite/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::FloralWhite method +linktitle: FloralWhite +second_title: Aspose.Cells for C++ API Reference +description: 'How to use FloralWhite method of Aspose::Cells::Color class in C++.' +type: docs +weight: 13900 +url: /es/cpp/aspose.cells/color/floralwhite/ +--- +## Color::FloralWhite method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::FloralWhite() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/forestgreen/_index.md b/spanish/cpp/aspose.cells/color/forestgreen/_index.md new file mode 100644 index 00000000000..e05b442a075 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/forestgreen/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::ForestGreen method +linktitle: ForestGreen +second_title: Aspose.Cells for C++ API Reference +description: 'How to use ForestGreen method of Aspose::Cells::Color class in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells/color/forestgreen/ +--- +## Color::ForestGreen method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::ForestGreen() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/fromargb/_index.md b/spanish/cpp/aspose.cells/color/fromargb/_index.md new file mode 100644 index 00000000000..2b2b2f3f1da --- /dev/null +++ b/spanish/cpp/aspose.cells/color/fromargb/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::FromArgb method +linktitle: FromArgb +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Color::FromArgb method. Creates a Color from its 32-bit component (alpha, red, green, and blue) values in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/color/fromargb/ +--- +## Color::FromArgb method + + +Creates a [Color](../) from its 32-bit component (alpha, red, green, and blue) values. + +```cpp +static Color Aspose::Cells::Color::FromArgb(int32_t value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/fromhex/_index.md b/spanish/cpp/aspose.cells/color/fromhex/_index.md new file mode 100644 index 00000000000..7dd7ddb225d --- /dev/null +++ b/spanish/cpp/aspose.cells/color/fromhex/_index.md @@ -0,0 +1,46 @@ +--- +title: Aspose::Cells::Color::FromHex method +linktitle: FromHex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Color::FromHex method. Creates a Color from a hexadecimal color string in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/color/fromhex/ +--- +## Color::FromHex method + + +Creates a [Color](../) from a hexadecimal color string. + +```cpp +static Color Aspose::Cells::Color::FromHex(const U16String &hex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| hex | const U16String\& | A UTF-16 string representing a color in hexadecimal format. Supported formats include **#RRGGBB**, **RRGGBB**, **#AARRGGBB**, and **AARRGGBB**. | + +## ReturnValue + +A [Color](../) structure that corresponds to the specified hexadecimal value. +## Remarks + + + +If the alpha component is not specified, it defaults to 255 (fully opaque). + +## Examples + + +```cpp +auto c1 = Color::FromHex(u"#ff0000"); // a=255, r=255, g=0, b=0 +auto c2 = Color::FromHex(u"80ff0000"); // a=128, r=255, g=0, b=0 +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/fromname/_index.md b/spanish/cpp/aspose.cells/color/fromname/_index.md new file mode 100644 index 00000000000..ea5b24153b6 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/fromname/_index.md @@ -0,0 +1,47 @@ +--- +title: Aspose::Cells::Color::FromName method +linktitle: FromName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Color::FromName method. Creates a Color from a predefined color name in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/color/fromname/ +--- +## Color::FromName method + + +Creates a [Color](../) from a predefined color name. + +```cpp +static Color Aspose::Cells::Color::FromName(const U16String &name) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const U16String\& | A UTF-16 string containing the name of the color. The comparison is case-insensitive. | + +## ReturnValue + +A [Color](../) structure that corresponds to the specified name. +## Remarks + + + +Supports the standard set of 174 HTML color names (CSS named colors), such as **red**, **green**, **blue**, **black**, and **white**. + +## Examples + + +```cpp +auto red = Color::FromName(u"red"); +auto blue = Color::FromName(u"Blue"); +auto white = Color::FromName(u"WHITE"); +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/fuchsia/_index.md b/spanish/cpp/aspose.cells/color/fuchsia/_index.md new file mode 100644 index 00000000000..76fdadba434 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/fuchsia/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::Fuchsia method +linktitle: Fuchsia +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Fuchsia method of Aspose::Cells::Color class in C++.' +type: docs +weight: 11500 +url: /es/cpp/aspose.cells/color/fuchsia/ +--- +## Color::Fuchsia method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::Fuchsia() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/g/_index.md b/spanish/cpp/aspose.cells/color/g/_index.md new file mode 100644 index 00000000000..a786a5378fb --- /dev/null +++ b/spanish/cpp/aspose.cells/color/g/_index.md @@ -0,0 +1,22 @@ +--- +title: Aspose::Cells::Color::g field +linktitle: g +second_title: Aspose.Cells for C++ API Reference +description: 'How to use g field of Aspose::Cells::Color class in C++.' +type: docs +weight: 14700 +url: /es/cpp/aspose.cells/color/g/ +--- +## g field + + + + +```cpp +uint8_t Aspose::Cells::Color::g +``` + +## See Also + +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/gainsboro/_index.md b/spanish/cpp/aspose.cells/color/gainsboro/_index.md new file mode 100644 index 00000000000..88c7d3c8459 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/gainsboro/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::Gainsboro method +linktitle: Gainsboro +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Gainsboro method of Aspose::Cells::Color class in C++.' +type: docs +weight: 9000 +url: /es/cpp/aspose.cells/color/gainsboro/ +--- +## Color::Gainsboro method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::Gainsboro() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/ghostwhite/_index.md b/spanish/cpp/aspose.cells/color/ghostwhite/_index.md new file mode 100644 index 00000000000..0f4dfc382f9 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/ghostwhite/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::GhostWhite method +linktitle: GhostWhite +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GhostWhite method of Aspose::Cells::Color class in C++.' +type: docs +weight: 10800 +url: /es/cpp/aspose.cells/color/ghostwhite/ +--- +## Color::GhostWhite method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::GhostWhite() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/gold/_index.md b/spanish/cpp/aspose.cells/color/gold/_index.md new file mode 100644 index 00000000000..5f2eb044659 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/gold/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::Gold method +linktitle: Gold +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Gold method of Aspose::Cells::Color class in C++.' +type: docs +weight: 12700 +url: /es/cpp/aspose.cells/color/gold/ +--- +## Color::Gold method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::Gold() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/goldenrod/_index.md b/spanish/cpp/aspose.cells/color/goldenrod/_index.md new file mode 100644 index 00000000000..a21e63e262b --- /dev/null +++ b/spanish/cpp/aspose.cells/color/goldenrod/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::GoldenRod method +linktitle: GoldenRod +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GoldenRod method of Aspose::Cells::Color class in C++.' +type: docs +weight: 8700 +url: /es/cpp/aspose.cells/color/goldenrod/ +--- +## Color::GoldenRod method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::GoldenRod() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/gray/_index.md b/spanish/cpp/aspose.cells/color/gray/_index.md new file mode 100644 index 00000000000..766611e6c46 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/gray/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::Gray method +linktitle: Gray +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Gray method of Aspose::Cells::Color class in C++.' +type: docs +weight: 5100 +url: /es/cpp/aspose.cells/color/gray/ +--- +## Color::Gray method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::Gray() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/green/_index.md b/spanish/cpp/aspose.cells/color/green/_index.md new file mode 100644 index 00000000000..910f3b7e75f --- /dev/null +++ b/spanish/cpp/aspose.cells/color/green/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::Green method +linktitle: Green +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Green method of Aspose::Cells::Color class in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/color/green/ +--- +## Color::Green method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::Green() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/greenyellow/_index.md b/spanish/cpp/aspose.cells/color/greenyellow/_index.md new file mode 100644 index 00000000000..1352830dac2 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/greenyellow/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::GreenYellow method +linktitle: GreenYellow +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GreenYellow method of Aspose::Cells::Color class in C++.' +type: docs +weight: 6900 +url: /es/cpp/aspose.cells/color/greenyellow/ +--- +## Color::GreenYellow method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::GreenYellow() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/honeydew/_index.md b/spanish/cpp/aspose.cells/color/honeydew/_index.md new file mode 100644 index 00000000000..821d4fc3fad --- /dev/null +++ b/spanish/cpp/aspose.cells/color/honeydew/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::HoneyDew method +linktitle: HoneyDew +second_title: Aspose.Cells for C++ API Reference +description: 'How to use HoneyDew method of Aspose::Cells::Color class in C++.' +type: docs +weight: 10100 +url: /es/cpp/aspose.cells/color/honeydew/ +--- +## Color::HoneyDew method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::HoneyDew() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/hotpink/_index.md b/spanish/cpp/aspose.cells/color/hotpink/_index.md new file mode 100644 index 00000000000..8ecb63bead5 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/hotpink/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::HotPink method +linktitle: HotPink +second_title: Aspose.Cells for C++ API Reference +description: 'How to use HotPink method of Aspose::Cells::Color class in C++.' +type: docs +weight: 12000 +url: /es/cpp/aspose.cells/color/hotpink/ +--- +## Color::HotPink method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::HotPink() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/indianred/_index.md b/spanish/cpp/aspose.cells/color/indianred/_index.md new file mode 100644 index 00000000000..a0773664c71 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/indianred/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::IndianRed method +linktitle: IndianRed +second_title: Aspose.Cells for C++ API Reference +description: 'How to use IndianRed method of Aspose::Cells::Color class in C++.' +type: docs +weight: 8000 +url: /es/cpp/aspose.cells/color/indianred/ +--- +## Color::IndianRed method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::IndianRed() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/indigo/_index.md b/spanish/cpp/aspose.cells/color/indigo/_index.md new file mode 100644 index 00000000000..b0880d85b67 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/indigo/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::Indigo method +linktitle: Indigo +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Indigo method of Aspose::Cells::Color class in C++.' +type: docs +weight: 3400 +url: /es/cpp/aspose.cells/color/indigo/ +--- +## Color::Indigo method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::Indigo() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/ivory/_index.md b/spanish/cpp/aspose.cells/color/ivory/_index.md new file mode 100644 index 00000000000..ee1c2d2f8d6 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/ivory/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::Ivory method +linktitle: Ivory +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Ivory method of Aspose::Cells::Color class in C++.' +type: docs +weight: 14300 +url: /es/cpp/aspose.cells/color/ivory/ +--- +## Color::Ivory method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::Ivory() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/khaki/_index.md b/spanish/cpp/aspose.cells/color/khaki/_index.md new file mode 100644 index 00000000000..a2b231e1fa7 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/khaki/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::Khaki method +linktitle: Khaki +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Khaki method of Aspose::Cells::Color class in C++.' +type: docs +weight: 9900 +url: /es/cpp/aspose.cells/color/khaki/ +--- +## Color::Khaki method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::Khaki() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/lavender/_index.md b/spanish/cpp/aspose.cells/color/lavender/_index.md new file mode 100644 index 00000000000..3d31583eb5e --- /dev/null +++ b/spanish/cpp/aspose.cells/color/lavender/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::Lavender method +linktitle: Lavender +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Lavender method of Aspose::Cells::Color class in C++.' +type: docs +weight: 9400 +url: /es/cpp/aspose.cells/color/lavender/ +--- +## Color::Lavender method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::Lavender() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/lavenderblush/_index.md b/spanish/cpp/aspose.cells/color/lavenderblush/_index.md new file mode 100644 index 00000000000..b20ec9bfa23 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/lavenderblush/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::LavenderBlush method +linktitle: LavenderBlush +second_title: Aspose.Cells for C++ API Reference +description: 'How to use LavenderBlush method of Aspose::Cells::Color class in C++.' +type: docs +weight: 13500 +url: /es/cpp/aspose.cells/color/lavenderblush/ +--- +## Color::LavenderBlush method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::LavenderBlush() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/lawngreen/_index.md b/spanish/cpp/aspose.cells/color/lawngreen/_index.md new file mode 100644 index 00000000000..10086e0c958 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/lawngreen/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::LawnGreen method +linktitle: LawnGreen +second_title: Aspose.Cells for C++ API Reference +description: 'How to use LawnGreen method of Aspose::Cells::Color class in C++.' +type: docs +weight: 4500 +url: /es/cpp/aspose.cells/color/lawngreen/ +--- +## Color::LawnGreen method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::LawnGreen() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/lemonchiffon/_index.md b/spanish/cpp/aspose.cells/color/lemonchiffon/_index.md new file mode 100644 index 00000000000..d3d1f572c45 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/lemonchiffon/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::LemonChiffon method +linktitle: LemonChiffon +second_title: Aspose.Cells for C++ API Reference +description: 'How to use LemonChiffon method of Aspose::Cells::Color class in C++.' +type: docs +weight: 13800 +url: /es/cpp/aspose.cells/color/lemonchiffon/ +--- +## Color::LemonChiffon method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::LemonChiffon() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/lightblue/_index.md b/spanish/cpp/aspose.cells/color/lightblue/_index.md new file mode 100644 index 00000000000..46864db0f8e --- /dev/null +++ b/spanish/cpp/aspose.cells/color/lightblue/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::LightBlue method +linktitle: LightBlue +second_title: Aspose.Cells for C++ API Reference +description: 'How to use LightBlue method of Aspose::Cells::Color class in C++.' +type: docs +weight: 6800 +url: /es/cpp/aspose.cells/color/lightblue/ +--- +## Color::LightBlue method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::LightBlue() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/lightcoral/_index.md b/spanish/cpp/aspose.cells/color/lightcoral/_index.md new file mode 100644 index 00000000000..a8c99979bef --- /dev/null +++ b/spanish/cpp/aspose.cells/color/lightcoral/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::LightCoral method +linktitle: LightCoral +second_title: Aspose.Cells for C++ API Reference +description: 'How to use LightCoral method of Aspose::Cells::Color class in C++.' +type: docs +weight: 9800 +url: /es/cpp/aspose.cells/color/lightcoral/ +--- +## Color::LightCoral method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::LightCoral() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/lightcyan/_index.md b/spanish/cpp/aspose.cells/color/lightcyan/_index.md new file mode 100644 index 00000000000..e596280ee8e --- /dev/null +++ b/spanish/cpp/aspose.cells/color/lightcyan/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::LightCyan method +linktitle: LightCyan +second_title: Aspose.Cells for C++ API Reference +description: 'How to use LightCyan method of Aspose::Cells::Color class in C++.' +type: docs +weight: 9300 +url: /es/cpp/aspose.cells/color/lightcyan/ +--- +## Color::LightCyan method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::LightCyan() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/lightgoldenrodyellow/_index.md b/spanish/cpp/aspose.cells/color/lightgoldenrodyellow/_index.md new file mode 100644 index 00000000000..7751e5b8ec1 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/lightgoldenrodyellow/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::LightGoldenRodYellow method +linktitle: LightGoldenRodYellow +second_title: Aspose.Cells for C++ API Reference +description: 'How to use LightGoldenRodYellow method of Aspose::Cells::Color class in C++.' +type: docs +weight: 11200 +url: /es/cpp/aspose.cells/color/lightgoldenrodyellow/ +--- +## Color::LightGoldenRodYellow method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::LightGoldenRodYellow() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/lightgray/_index.md b/spanish/cpp/aspose.cells/color/lightgray/_index.md new file mode 100644 index 00000000000..d2693b48190 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/lightgray/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::LightGray method +linktitle: LightGray +second_title: Aspose.Cells for C++ API Reference +description: 'How to use LightGray method of Aspose::Cells::Color class in C++.' +type: docs +weight: 8400 +url: /es/cpp/aspose.cells/color/lightgray/ +--- +## Color::LightGray method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::LightGray() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/lightgreen/_index.md b/spanish/cpp/aspose.cells/color/lightgreen/_index.md new file mode 100644 index 00000000000..b572cbae0e2 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/lightgreen/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::LightGreen method +linktitle: LightGreen +second_title: Aspose.Cells for C++ API Reference +description: 'How to use LightGreen method of Aspose::Cells::Color class in C++.' +type: docs +weight: 5900 +url: /es/cpp/aspose.cells/color/lightgreen/ +--- +## Color::LightGreen method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::LightGreen() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/lightpink/_index.md b/spanish/cpp/aspose.cells/color/lightpink/_index.md new file mode 100644 index 00000000000..6ef7dd46cad --- /dev/null +++ b/spanish/cpp/aspose.cells/color/lightpink/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::LightPink method +linktitle: LightPink +second_title: Aspose.Cells for C++ API Reference +description: 'How to use LightPink method of Aspose::Cells::Color class in C++.' +type: docs +weight: 12500 +url: /es/cpp/aspose.cells/color/lightpink/ +--- +## Color::LightPink method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::LightPink() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/lightsalmon/_index.md b/spanish/cpp/aspose.cells/color/lightsalmon/_index.md new file mode 100644 index 00000000000..d16ab44d2e8 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/lightsalmon/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::LightSalmon method +linktitle: LightSalmon +second_title: Aspose.Cells for C++ API Reference +description: 'How to use LightSalmon method of Aspose::Cells::Color class in C++.' +type: docs +weight: 12300 +url: /es/cpp/aspose.cells/color/lightsalmon/ +--- +## Color::LightSalmon method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::LightSalmon() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/lightseagreen/_index.md b/spanish/cpp/aspose.cells/color/lightseagreen/_index.md new file mode 100644 index 00000000000..3441fc79ba0 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/lightseagreen/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::LightSeaGreen method +linktitle: LightSeaGreen +second_title: Aspose.Cells for C++ API Reference +description: 'How to use LightSeaGreen method of Aspose::Cells::Color class in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells/color/lightseagreen/ +--- +## Color::LightSeaGreen method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::LightSeaGreen() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/lightskyblue/_index.md b/spanish/cpp/aspose.cells/color/lightskyblue/_index.md new file mode 100644 index 00000000000..2951782f18f --- /dev/null +++ b/spanish/cpp/aspose.cells/color/lightskyblue/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::LightSkyBlue method +linktitle: LightSkyBlue +second_title: Aspose.Cells for C++ API Reference +description: 'How to use LightSkyBlue method of Aspose::Cells::Color class in C++.' +type: docs +weight: 5300 +url: /es/cpp/aspose.cells/color/lightskyblue/ +--- +## Color::LightSkyBlue method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::LightSkyBlue() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/lightslategray/_index.md b/spanish/cpp/aspose.cells/color/lightslategray/_index.md new file mode 100644 index 00000000000..29a263857f7 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/lightslategray/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::LightSlateGray method +linktitle: LightSlateGray +second_title: Aspose.Cells for C++ API Reference +description: 'How to use LightSlateGray method of Aspose::Cells::Color class in C++.' +type: docs +weight: 4300 +url: /es/cpp/aspose.cells/color/lightslategray/ +--- +## Color::LightSlateGray method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::LightSlateGray() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/lightsteelblue/_index.md b/spanish/cpp/aspose.cells/color/lightsteelblue/_index.md new file mode 100644 index 00000000000..d2225c14f0e --- /dev/null +++ b/spanish/cpp/aspose.cells/color/lightsteelblue/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::LightSteelBlue method +linktitle: LightSteelBlue +second_title: Aspose.Cells for C++ API Reference +description: 'How to use LightSteelBlue method of Aspose::Cells::Color class in C++.' +type: docs +weight: 7100 +url: /es/cpp/aspose.cells/color/lightsteelblue/ +--- +## Color::LightSteelBlue method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::LightSteelBlue() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/lightyellow/_index.md b/spanish/cpp/aspose.cells/color/lightyellow/_index.md new file mode 100644 index 00000000000..faf1182ac2d --- /dev/null +++ b/spanish/cpp/aspose.cells/color/lightyellow/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::LightYellow method +linktitle: LightYellow +second_title: Aspose.Cells for C++ API Reference +description: 'How to use LightYellow method of Aspose::Cells::Color class in C++.' +type: docs +weight: 14200 +url: /es/cpp/aspose.cells/color/lightyellow/ +--- +## Color::LightYellow method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::LightYellow() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/lime/_index.md b/spanish/cpp/aspose.cells/color/lime/_index.md new file mode 100644 index 00000000000..87b904e06e0 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/lime/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::Lime method +linktitle: Lime +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Lime method of Aspose::Cells::Color class in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells/color/lime/ +--- +## Color::Lime method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::Lime() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/limegreen/_index.md b/spanish/cpp/aspose.cells/color/limegreen/_index.md new file mode 100644 index 00000000000..38195aafd97 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/limegreen/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::LimeGreen method +linktitle: LimeGreen +second_title: Aspose.Cells for C++ API Reference +description: 'How to use LimeGreen method of Aspose::Cells::Color class in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells/color/limegreen/ +--- +## Color::LimeGreen method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::LimeGreen() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/linen/_index.md b/spanish/cpp/aspose.cells/color/linen/_index.md new file mode 100644 index 00000000000..7a821e8eab6 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/linen/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::Linen method +linktitle: Linen +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Linen method of Aspose::Cells::Color class in C++.' +type: docs +weight: 11100 +url: /es/cpp/aspose.cells/color/linen/ +--- +## Color::Linen method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::Linen() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/magenta/_index.md b/spanish/cpp/aspose.cells/color/magenta/_index.md new file mode 100644 index 00000000000..1faaff204da --- /dev/null +++ b/spanish/cpp/aspose.cells/color/magenta/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::Magenta method +linktitle: Magenta +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Magenta method of Aspose::Cells::Color class in C++.' +type: docs +weight: 11600 +url: /es/cpp/aspose.cells/color/magenta/ +--- +## Color::Magenta method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::Magenta() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/maroon/_index.md b/spanish/cpp/aspose.cells/color/maroon/_index.md new file mode 100644 index 00000000000..2268ae3993e --- /dev/null +++ b/spanish/cpp/aspose.cells/color/maroon/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::Maroon method +linktitle: Maroon +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Maroon method of Aspose::Cells::Color class in C++.' +type: docs +weight: 4800 +url: /es/cpp/aspose.cells/color/maroon/ +--- +## Color::Maroon method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::Maroon() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/mediumaquamarine/_index.md b/spanish/cpp/aspose.cells/color/mediumaquamarine/_index.md new file mode 100644 index 00000000000..caf503d8ccc --- /dev/null +++ b/spanish/cpp/aspose.cells/color/mediumaquamarine/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::MediumAquaMarine method +linktitle: MediumAquaMarine +second_title: Aspose.Cells for C++ API Reference +description: 'How to use MediumAquaMarine method of Aspose::Cells::Color class in C++.' +type: docs +weight: 3800 +url: /es/cpp/aspose.cells/color/mediumaquamarine/ +--- +## Color::MediumAquaMarine method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::MediumAquaMarine() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/mediumblue/_index.md b/spanish/cpp/aspose.cells/color/mediumblue/_index.md new file mode 100644 index 00000000000..a384360d9df --- /dev/null +++ b/spanish/cpp/aspose.cells/color/mediumblue/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::MediumBlue method +linktitle: MediumBlue +second_title: Aspose.Cells for C++ API Reference +description: 'How to use MediumBlue method of Aspose::Cells::Color class in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/color/mediumblue/ +--- +## Color::MediumBlue method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::MediumBlue() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/mediumorchid/_index.md b/spanish/cpp/aspose.cells/color/mediumorchid/_index.md new file mode 100644 index 00000000000..ab38166955a --- /dev/null +++ b/spanish/cpp/aspose.cells/color/mediumorchid/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::MediumOrchid method +linktitle: MediumOrchid +second_title: Aspose.Cells for C++ API Reference +description: 'How to use MediumOrchid method of Aspose::Cells::Color class in C++.' +type: docs +weight: 7500 +url: /es/cpp/aspose.cells/color/mediumorchid/ +--- +## Color::MediumOrchid method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::MediumOrchid() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/mediumpurple/_index.md b/spanish/cpp/aspose.cells/color/mediumpurple/_index.md new file mode 100644 index 00000000000..1f83b1a631b --- /dev/null +++ b/spanish/cpp/aspose.cells/color/mediumpurple/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::MediumPurple method +linktitle: MediumPurple +second_title: Aspose.Cells for C++ API Reference +description: 'How to use MediumPurple method of Aspose::Cells::Color class in C++.' +type: docs +weight: 6000 +url: /es/cpp/aspose.cells/color/mediumpurple/ +--- +## Color::MediumPurple method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::MediumPurple() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/mediumseagreen/_index.md b/spanish/cpp/aspose.cells/color/mediumseagreen/_index.md new file mode 100644 index 00000000000..115ff2a37b4 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/mediumseagreen/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::MediumSeaGreen method +linktitle: MediumSeaGreen +second_title: Aspose.Cells for C++ API Reference +description: 'How to use MediumSeaGreen method of Aspose::Cells::Color class in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells/color/mediumseagreen/ +--- +## Color::MediumSeaGreen method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::MediumSeaGreen() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/mediumslateblue/_index.md b/spanish/cpp/aspose.cells/color/mediumslateblue/_index.md new file mode 100644 index 00000000000..ce78af5ace6 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/mediumslateblue/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::MediumSlateBlue method +linktitle: MediumSlateBlue +second_title: Aspose.Cells for C++ API Reference +description: 'How to use MediumSlateBlue method of Aspose::Cells::Color class in C++.' +type: docs +weight: 4400 +url: /es/cpp/aspose.cells/color/mediumslateblue/ +--- +## Color::MediumSlateBlue method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::MediumSlateBlue() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/mediumspringgreen/_index.md b/spanish/cpp/aspose.cells/color/mediumspringgreen/_index.md new file mode 100644 index 00000000000..a135a0e2be9 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/mediumspringgreen/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::MediumSpringGreen method +linktitle: MediumSpringGreen +second_title: Aspose.Cells for C++ API Reference +description: 'How to use MediumSpringGreen method of Aspose::Cells::Color class in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells/color/mediumspringgreen/ +--- +## Color::MediumSpringGreen method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::MediumSpringGreen() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/mediumturquoise/_index.md b/spanish/cpp/aspose.cells/color/mediumturquoise/_index.md new file mode 100644 index 00000000000..15b9330ae44 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/mediumturquoise/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::MediumTurquoise method +linktitle: MediumTurquoise +second_title: Aspose.Cells for C++ API Reference +description: 'How to use MediumTurquoise method of Aspose::Cells::Color class in C++.' +type: docs +weight: 3300 +url: /es/cpp/aspose.cells/color/mediumturquoise/ +--- +## Color::MediumTurquoise method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::MediumTurquoise() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/mediumvioletred/_index.md b/spanish/cpp/aspose.cells/color/mediumvioletred/_index.md new file mode 100644 index 00000000000..42b029fbaab --- /dev/null +++ b/spanish/cpp/aspose.cells/color/mediumvioletred/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::MediumVioletRed method +linktitle: MediumVioletRed +second_title: Aspose.Cells for C++ API Reference +description: 'How to use MediumVioletRed method of Aspose::Cells::Color class in C++.' +type: docs +weight: 7900 +url: /es/cpp/aspose.cells/color/mediumvioletred/ +--- +## Color::MediumVioletRed method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::MediumVioletRed() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/midnightblue/_index.md b/spanish/cpp/aspose.cells/color/midnightblue/_index.md new file mode 100644 index 00000000000..351fa61f41e --- /dev/null +++ b/spanish/cpp/aspose.cells/color/midnightblue/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::MidnightBlue method +linktitle: MidnightBlue +second_title: Aspose.Cells for C++ API Reference +description: 'How to use MidnightBlue method of Aspose::Cells::Color class in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells/color/midnightblue/ +--- +## Color::MidnightBlue method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::MidnightBlue() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/mintcream/_index.md b/spanish/cpp/aspose.cells/color/mintcream/_index.md new file mode 100644 index 00000000000..20a6bdde342 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/mintcream/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::MintCream method +linktitle: MintCream +second_title: Aspose.Cells for C++ API Reference +description: 'How to use MintCream method of Aspose::Cells::Color class in C++.' +type: docs +weight: 10700 +url: /es/cpp/aspose.cells/color/mintcream/ +--- +## Color::MintCream method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::MintCream() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/mistyrose/_index.md b/spanish/cpp/aspose.cells/color/mistyrose/_index.md new file mode 100644 index 00000000000..20321b47668 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/mistyrose/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::MistyRose method +linktitle: MistyRose +second_title: Aspose.Cells for C++ API Reference +description: 'How to use MistyRose method of Aspose::Cells::Color class in C++.' +type: docs +weight: 13200 +url: /es/cpp/aspose.cells/color/mistyrose/ +--- +## Color::MistyRose method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::MistyRose() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/moccasin/_index.md b/spanish/cpp/aspose.cells/color/moccasin/_index.md new file mode 100644 index 00000000000..a772eaf838c --- /dev/null +++ b/spanish/cpp/aspose.cells/color/moccasin/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::Moccasin method +linktitle: Moccasin +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Moccasin method of Aspose::Cells::Color class in C++.' +type: docs +weight: 13000 +url: /es/cpp/aspose.cells/color/moccasin/ +--- +## Color::Moccasin method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::Moccasin() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/navajowhite/_index.md b/spanish/cpp/aspose.cells/color/navajowhite/_index.md new file mode 100644 index 00000000000..b59ceb11b25 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/navajowhite/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::NavajoWhite method +linktitle: NavajoWhite +second_title: Aspose.Cells for C++ API Reference +description: 'How to use NavajoWhite method of Aspose::Cells::Color class in C++.' +type: docs +weight: 12900 +url: /es/cpp/aspose.cells/color/navajowhite/ +--- +## Color::NavajoWhite method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::NavajoWhite() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/navy/_index.md b/spanish/cpp/aspose.cells/color/navy/_index.md new file mode 100644 index 00000000000..a6b37f28718 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/navy/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::Navy method +linktitle: Navy +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Navy method of Aspose::Cells::Color class in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/color/navy/ +--- +## Color::Navy method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::Navy() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/oldlace/_index.md b/spanish/cpp/aspose.cells/color/oldlace/_index.md new file mode 100644 index 00000000000..ed03e801b24 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/oldlace/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::OldLace method +linktitle: OldLace +second_title: Aspose.Cells for C++ API Reference +description: 'How to use OldLace method of Aspose::Cells::Color class in C++.' +type: docs +weight: 11300 +url: /es/cpp/aspose.cells/color/oldlace/ +--- +## Color::OldLace method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::OldLace() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/olive/_index.md b/spanish/cpp/aspose.cells/color/olive/_index.md new file mode 100644 index 00000000000..4c786122c29 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/olive/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::Olive method +linktitle: Olive +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Olive method of Aspose::Cells::Color class in C++.' +type: docs +weight: 5000 +url: /es/cpp/aspose.cells/color/olive/ +--- +## Color::Olive method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::Olive() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/olivedrab/_index.md b/spanish/cpp/aspose.cells/color/olivedrab/_index.md new file mode 100644 index 00000000000..b60c4aec3a7 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/olivedrab/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::OliveDrab method +linktitle: OliveDrab +second_title: Aspose.Cells for C++ API Reference +description: 'How to use OliveDrab method of Aspose::Cells::Color class in C++.' +type: docs +weight: 4100 +url: /es/cpp/aspose.cells/color/olivedrab/ +--- +## Color::OliveDrab method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::OliveDrab() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/orange/_index.md b/spanish/cpp/aspose.cells/color/orange/_index.md new file mode 100644 index 00000000000..e3b8df0c049 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/orange/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::Orange method +linktitle: Orange +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Orange method of Aspose::Cells::Color class in C++.' +type: docs +weight: 12400 +url: /es/cpp/aspose.cells/color/orange/ +--- +## Color::Orange method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::Orange() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/orangered/_index.md b/spanish/cpp/aspose.cells/color/orangered/_index.md new file mode 100644 index 00000000000..f5429f48966 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/orangered/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::OrangeRed method +linktitle: OrangeRed +second_title: Aspose.Cells for C++ API Reference +description: 'How to use OrangeRed method of Aspose::Cells::Color class in C++.' +type: docs +weight: 11800 +url: /es/cpp/aspose.cells/color/orangered/ +--- +## Color::OrangeRed method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::OrangeRed() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/orchid/_index.md b/spanish/cpp/aspose.cells/color/orchid/_index.md new file mode 100644 index 00000000000..53172d5c85f --- /dev/null +++ b/spanish/cpp/aspose.cells/color/orchid/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::Orchid method +linktitle: Orchid +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Orchid method of Aspose::Cells::Color class in C++.' +type: docs +weight: 8600 +url: /es/cpp/aspose.cells/color/orchid/ +--- +## Color::Orchid method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::Orchid() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/palegoldenrod/_index.md b/spanish/cpp/aspose.cells/color/palegoldenrod/_index.md new file mode 100644 index 00000000000..96426894b2d --- /dev/null +++ b/spanish/cpp/aspose.cells/color/palegoldenrod/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::PaleGoldenRod method +linktitle: PaleGoldenRod +second_title: Aspose.Cells for C++ API Reference +description: 'How to use PaleGoldenRod method of Aspose::Cells::Color class in C++.' +type: docs +weight: 9700 +url: /es/cpp/aspose.cells/color/palegoldenrod/ +--- +## Color::PaleGoldenRod method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::PaleGoldenRod() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/palegreen/_index.md b/spanish/cpp/aspose.cells/color/palegreen/_index.md new file mode 100644 index 00000000000..f7953180ec0 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/palegreen/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::PaleGreen method +linktitle: PaleGreen +second_title: Aspose.Cells for C++ API Reference +description: 'How to use PaleGreen method of Aspose::Cells::Color class in C++.' +type: docs +weight: 6200 +url: /es/cpp/aspose.cells/color/palegreen/ +--- +## Color::PaleGreen method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::PaleGreen() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/paleturquoise/_index.md b/spanish/cpp/aspose.cells/color/paleturquoise/_index.md new file mode 100644 index 00000000000..764ef5ea653 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/paleturquoise/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::PaleTurquoise method +linktitle: PaleTurquoise +second_title: Aspose.Cells for C++ API Reference +description: 'How to use PaleTurquoise method of Aspose::Cells::Color class in C++.' +type: docs +weight: 7000 +url: /es/cpp/aspose.cells/color/paleturquoise/ +--- +## Color::PaleTurquoise method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::PaleTurquoise() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/palevioletred/_index.md b/spanish/cpp/aspose.cells/color/palevioletred/_index.md new file mode 100644 index 00000000000..4ec584ee6a0 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/palevioletred/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::PaleVioletRed method +linktitle: PaleVioletRed +second_title: Aspose.Cells for C++ API Reference +description: 'How to use PaleVioletRed method of Aspose::Cells::Color class in C++.' +type: docs +weight: 8800 +url: /es/cpp/aspose.cells/color/palevioletred/ +--- +## Color::PaleVioletRed method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::PaleVioletRed() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/papayawhip/_index.md b/spanish/cpp/aspose.cells/color/papayawhip/_index.md new file mode 100644 index 00000000000..f34b5d179e1 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/papayawhip/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::PapayaWhip method +linktitle: PapayaWhip +second_title: Aspose.Cells for C++ API Reference +description: 'How to use PapayaWhip method of Aspose::Cells::Color class in C++.' +type: docs +weight: 13400 +url: /es/cpp/aspose.cells/color/papayawhip/ +--- +## Color::PapayaWhip method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::PapayaWhip() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/peachpuff/_index.md b/spanish/cpp/aspose.cells/color/peachpuff/_index.md new file mode 100644 index 00000000000..a47c804aa88 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/peachpuff/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::PeachPuff method +linktitle: PeachPuff +second_title: Aspose.Cells for C++ API Reference +description: 'How to use PeachPuff method of Aspose::Cells::Color class in C++.' +type: docs +weight: 12800 +url: /es/cpp/aspose.cells/color/peachpuff/ +--- +## Color::PeachPuff method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::PeachPuff() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/peru/_index.md b/spanish/cpp/aspose.cells/color/peru/_index.md new file mode 100644 index 00000000000..cef7b8e454d --- /dev/null +++ b/spanish/cpp/aspose.cells/color/peru/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::Peru method +linktitle: Peru +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Peru method of Aspose::Cells::Color class in C++.' +type: docs +weight: 8100 +url: /es/cpp/aspose.cells/color/peru/ +--- +## Color::Peru method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::Peru() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/pink/_index.md b/spanish/cpp/aspose.cells/color/pink/_index.md new file mode 100644 index 00000000000..10e0801945d --- /dev/null +++ b/spanish/cpp/aspose.cells/color/pink/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::Pink method +linktitle: Pink +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Pink method of Aspose::Cells::Color class in C++.' +type: docs +weight: 12600 +url: /es/cpp/aspose.cells/color/pink/ +--- +## Color::Pink method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::Pink() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/plum/_index.md b/spanish/cpp/aspose.cells/color/plum/_index.md new file mode 100644 index 00000000000..2540e67c003 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/plum/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::Plum method +linktitle: Plum +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Plum method of Aspose::Cells::Color class in C++.' +type: docs +weight: 9100 +url: /es/cpp/aspose.cells/color/plum/ +--- +## Color::Plum method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::Plum() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/powderblue/_index.md b/spanish/cpp/aspose.cells/color/powderblue/_index.md new file mode 100644 index 00000000000..17e555c0b07 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/powderblue/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::PowderBlue method +linktitle: PowderBlue +second_title: Aspose.Cells for C++ API Reference +description: 'How to use PowderBlue method of Aspose::Cells::Color class in C++.' +type: docs +weight: 7200 +url: /es/cpp/aspose.cells/color/powderblue/ +--- +## Color::PowderBlue method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::PowderBlue() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/purple/_index.md b/spanish/cpp/aspose.cells/color/purple/_index.md new file mode 100644 index 00000000000..626e631c008 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/purple/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::Purple method +linktitle: Purple +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Purple method of Aspose::Cells::Color class in C++.' +type: docs +weight: 4900 +url: /es/cpp/aspose.cells/color/purple/ +--- +## Color::Purple method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::Purple() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/r/_index.md b/spanish/cpp/aspose.cells/color/r/_index.md new file mode 100644 index 00000000000..238c00f06f5 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/r/_index.md @@ -0,0 +1,22 @@ +--- +title: Aspose::Cells::Color::r field +linktitle: r +second_title: Aspose.Cells for C++ API Reference +description: 'How to use r field of Aspose::Cells::Color class in C++.' +type: docs +weight: 14600 +url: /es/cpp/aspose.cells/color/r/ +--- +## r field + + + + +```cpp +uint8_t Aspose::Cells::Color::r +``` + +## See Also + +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/red/_index.md b/spanish/cpp/aspose.cells/color/red/_index.md new file mode 100644 index 00000000000..1c1821858c9 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/red/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::Red method +linktitle: Red +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Red method of Aspose::Cells::Color class in C++.' +type: docs +weight: 11400 +url: /es/cpp/aspose.cells/color/red/ +--- +## Color::Red method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::Red() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/rosybrown/_index.md b/spanish/cpp/aspose.cells/color/rosybrown/_index.md new file mode 100644 index 00000000000..7d67bfb38c3 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/rosybrown/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::RosyBrown method +linktitle: RosyBrown +second_title: Aspose.Cells for C++ API Reference +description: 'How to use RosyBrown method of Aspose::Cells::Color class in C++.' +type: docs +weight: 7600 +url: /es/cpp/aspose.cells/color/rosybrown/ +--- +## Color::RosyBrown method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::RosyBrown() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/royalblue/_index.md b/spanish/cpp/aspose.cells/color/royalblue/_index.md new file mode 100644 index 00000000000..9b6d5cc2e2e --- /dev/null +++ b/spanish/cpp/aspose.cells/color/royalblue/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::RoyalBlue method +linktitle: RoyalBlue +second_title: Aspose.Cells for C++ API Reference +description: 'How to use RoyalBlue method of Aspose::Cells::Color class in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells/color/royalblue/ +--- +## Color::RoyalBlue method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::RoyalBlue() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/saddlebrown/_index.md b/spanish/cpp/aspose.cells/color/saddlebrown/_index.md new file mode 100644 index 00000000000..6f805e6cc5a --- /dev/null +++ b/spanish/cpp/aspose.cells/color/saddlebrown/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::SaddleBrown method +linktitle: SaddleBrown +second_title: Aspose.Cells for C++ API Reference +description: 'How to use SaddleBrown method of Aspose::Cells::Color class in C++.' +type: docs +weight: 5700 +url: /es/cpp/aspose.cells/color/saddlebrown/ +--- +## Color::SaddleBrown method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::SaddleBrown() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/salmon/_index.md b/spanish/cpp/aspose.cells/color/salmon/_index.md new file mode 100644 index 00000000000..f52e006c84a --- /dev/null +++ b/spanish/cpp/aspose.cells/color/salmon/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::Salmon method +linktitle: Salmon +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Salmon method of Aspose::Cells::Color class in C++.' +type: docs +weight: 10900 +url: /es/cpp/aspose.cells/color/salmon/ +--- +## Color::Salmon method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::Salmon() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/sandybrown/_index.md b/spanish/cpp/aspose.cells/color/sandybrown/_index.md new file mode 100644 index 00000000000..41603274424 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/sandybrown/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::SandyBrown method +linktitle: SandyBrown +second_title: Aspose.Cells for C++ API Reference +description: 'How to use SandyBrown method of Aspose::Cells::Color class in C++.' +type: docs +weight: 10300 +url: /es/cpp/aspose.cells/color/sandybrown/ +--- +## Color::SandyBrown method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::SandyBrown() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/seagreen/_index.md b/spanish/cpp/aspose.cells/color/seagreen/_index.md new file mode 100644 index 00000000000..747ecd25374 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/seagreen/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::SeaGreen method +linktitle: SeaGreen +second_title: Aspose.Cells for C++ API Reference +description: 'How to use SeaGreen method of Aspose::Cells::Color class in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells/color/seagreen/ +--- +## Color::SeaGreen method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::SeaGreen() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/seashell/_index.md b/spanish/cpp/aspose.cells/color/seashell/_index.md new file mode 100644 index 00000000000..6dc3c2bddb8 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/seashell/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::SeaShell method +linktitle: SeaShell +second_title: Aspose.Cells for C++ API Reference +description: 'How to use SeaShell method of Aspose::Cells::Color class in C++.' +type: docs +weight: 13600 +url: /es/cpp/aspose.cells/color/seashell/ +--- +## Color::SeaShell method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::SeaShell() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/sienna/_index.md b/spanish/cpp/aspose.cells/color/sienna/_index.md new file mode 100644 index 00000000000..ced2fe8d8f7 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/sienna/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::Sienna method +linktitle: Sienna +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Sienna method of Aspose::Cells::Color class in C++.' +type: docs +weight: 6500 +url: /es/cpp/aspose.cells/color/sienna/ +--- +## Color::Sienna method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::Sienna() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/silver/_index.md b/spanish/cpp/aspose.cells/color/silver/_index.md new file mode 100644 index 00000000000..591ae576bc3 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/silver/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::Silver method +linktitle: Silver +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Silver method of Aspose::Cells::Color class in C++.' +type: docs +weight: 7800 +url: /es/cpp/aspose.cells/color/silver/ +--- +## Color::Silver method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::Silver() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/skyblue/_index.md b/spanish/cpp/aspose.cells/color/skyblue/_index.md new file mode 100644 index 00000000000..110c3e82cde --- /dev/null +++ b/spanish/cpp/aspose.cells/color/skyblue/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::SkyBlue method +linktitle: SkyBlue +second_title: Aspose.Cells for C++ API Reference +description: 'How to use SkyBlue method of Aspose::Cells::Color class in C++.' +type: docs +weight: 5200 +url: /es/cpp/aspose.cells/color/skyblue/ +--- +## Color::SkyBlue method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::SkyBlue() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/slateblue/_index.md b/spanish/cpp/aspose.cells/color/slateblue/_index.md new file mode 100644 index 00000000000..245a73f7559 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/slateblue/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::SlateBlue method +linktitle: SlateBlue +second_title: Aspose.Cells for C++ API Reference +description: 'How to use SlateBlue method of Aspose::Cells::Color class in C++.' +type: docs +weight: 4000 +url: /es/cpp/aspose.cells/color/slateblue/ +--- +## Color::SlateBlue method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::SlateBlue() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/slategray/_index.md b/spanish/cpp/aspose.cells/color/slategray/_index.md new file mode 100644 index 00000000000..f495d2d692b --- /dev/null +++ b/spanish/cpp/aspose.cells/color/slategray/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::SlateGray method +linktitle: SlateGray +second_title: Aspose.Cells for C++ API Reference +description: 'How to use SlateGray method of Aspose::Cells::Color class in C++.' +type: docs +weight: 4200 +url: /es/cpp/aspose.cells/color/slategray/ +--- +## Color::SlateGray method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::SlateGray() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/snow/_index.md b/spanish/cpp/aspose.cells/color/snow/_index.md new file mode 100644 index 00000000000..b14ff9eec95 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/snow/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::Snow method +linktitle: Snow +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Snow method of Aspose::Cells::Color class in C++.' +type: docs +weight: 14000 +url: /es/cpp/aspose.cells/color/snow/ +--- +## Color::Snow method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::Snow() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/springgreen/_index.md b/spanish/cpp/aspose.cells/color/springgreen/_index.md new file mode 100644 index 00000000000..294a2ca3bd9 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/springgreen/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::SpringGreen method +linktitle: SpringGreen +second_title: Aspose.Cells for C++ API Reference +description: 'How to use SpringGreen method of Aspose::Cells::Color class in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells/color/springgreen/ +--- +## Color::SpringGreen method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::SpringGreen() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/steelblue/_index.md b/spanish/cpp/aspose.cells/color/steelblue/_index.md new file mode 100644 index 00000000000..a121f00f362 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/steelblue/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::SteelBlue method +linktitle: SteelBlue +second_title: Aspose.Cells for C++ API Reference +description: 'How to use SteelBlue method of Aspose::Cells::Color class in C++.' +type: docs +weight: 3100 +url: /es/cpp/aspose.cells/color/steelblue/ +--- +## Color::SteelBlue method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::SteelBlue() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/tan/_index.md b/spanish/cpp/aspose.cells/color/tan/_index.md new file mode 100644 index 00000000000..2d76060a443 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/tan/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::Tan method +linktitle: Tan +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Tan method of Aspose::Cells::Color class in C++.' +type: docs +weight: 8300 +url: /es/cpp/aspose.cells/color/tan/ +--- +## Color::Tan method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::Tan() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/teal/_index.md b/spanish/cpp/aspose.cells/color/teal/_index.md new file mode 100644 index 00000000000..76bd965a436 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/teal/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::Teal method +linktitle: Teal +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Teal method of Aspose::Cells::Color class in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/color/teal/ +--- +## Color::Teal method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::Teal() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/thistle/_index.md b/spanish/cpp/aspose.cells/color/thistle/_index.md new file mode 100644 index 00000000000..620981ce8d7 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/thistle/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::Thistle method +linktitle: Thistle +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Thistle method of Aspose::Cells::Color class in C++.' +type: docs +weight: 8500 +url: /es/cpp/aspose.cells/color/thistle/ +--- +## Color::Thistle method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::Thistle() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/tohex/_index.md b/spanish/cpp/aspose.cells/color/tohex/_index.md new file mode 100644 index 00000000000..50b92382153 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/tohex/_index.md @@ -0,0 +1,37 @@ +--- +title: Aspose::Cells::Color::ToHex method +linktitle: ToHex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Color::ToHex method. Converts the current Color to its hexadecimal string representation in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/color/tohex/ +--- +## Color::ToHex method + + +Converts the current [Color](../) to its hexadecimal string representation. + +```cpp +U16String Aspose::Cells::Color::ToHex(bool withAlpha=false) const +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| withAlpha | bool | **true** to include the alpha component in the output; otherwise, **false**. | + +## ReturnValue + +A UTF-16 string that represents the color in hexadecimal format: **#rrggbb** or **#aarrggbb**. +## Remarks + + + +The returned string is always lowercase and prefixed with '#'. +## See Also + +* Class [U16String](../../u16string/) +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/tomato/_index.md b/spanish/cpp/aspose.cells/color/tomato/_index.md new file mode 100644 index 00000000000..7598bef9332 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/tomato/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::Tomato method +linktitle: Tomato +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Tomato method of Aspose::Cells::Color class in C++.' +type: docs +weight: 11900 +url: /es/cpp/aspose.cells/color/tomato/ +--- +## Color::Tomato method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::Tomato() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/turquoise/_index.md b/spanish/cpp/aspose.cells/color/turquoise/_index.md new file mode 100644 index 00000000000..a929f488325 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/turquoise/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::Turquoise method +linktitle: Turquoise +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Turquoise method of Aspose::Cells::Color class in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells/color/turquoise/ +--- +## Color::Turquoise method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::Turquoise() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/violet/_index.md b/spanish/cpp/aspose.cells/color/violet/_index.md new file mode 100644 index 00000000000..62de8a2694b --- /dev/null +++ b/spanish/cpp/aspose.cells/color/violet/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::Violet method +linktitle: Violet +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Violet method of Aspose::Cells::Color class in C++.' +type: docs +weight: 9600 +url: /es/cpp/aspose.cells/color/violet/ +--- +## Color::Violet method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::Violet() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/wheat/_index.md b/spanish/cpp/aspose.cells/color/wheat/_index.md new file mode 100644 index 00000000000..f4d6003f215 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/wheat/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::Wheat method +linktitle: Wheat +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Wheat method of Aspose::Cells::Color class in C++.' +type: docs +weight: 10400 +url: /es/cpp/aspose.cells/color/wheat/ +--- +## Color::Wheat method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::Wheat() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/white/_index.md b/spanish/cpp/aspose.cells/color/white/_index.md new file mode 100644 index 00000000000..e63583f5c4b --- /dev/null +++ b/spanish/cpp/aspose.cells/color/white/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::White method +linktitle: White +second_title: Aspose.Cells for C++ API Reference +description: 'How to use White method of Aspose::Cells::Color class in C++.' +type: docs +weight: 14400 +url: /es/cpp/aspose.cells/color/white/ +--- +## Color::White method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::White() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/whitesmoke/_index.md b/spanish/cpp/aspose.cells/color/whitesmoke/_index.md new file mode 100644 index 00000000000..a71cd6a0f0e --- /dev/null +++ b/spanish/cpp/aspose.cells/color/whitesmoke/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::WhiteSmoke method +linktitle: WhiteSmoke +second_title: Aspose.Cells for C++ API Reference +description: 'How to use WhiteSmoke method of Aspose::Cells::Color class in C++.' +type: docs +weight: 10600 +url: /es/cpp/aspose.cells/color/whitesmoke/ +--- +## Color::WhiteSmoke method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::WhiteSmoke() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/yellow/_index.md b/spanish/cpp/aspose.cells/color/yellow/_index.md new file mode 100644 index 00000000000..58d84d4c925 --- /dev/null +++ b/spanish/cpp/aspose.cells/color/yellow/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::Yellow method +linktitle: Yellow +second_title: Aspose.Cells for C++ API Reference +description: 'How to use Yellow method of Aspose::Cells::Color class in C++.' +type: docs +weight: 14100 +url: /es/cpp/aspose.cells/color/yellow/ +--- +## Color::Yellow method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::Yellow() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/color/yellowgreen/_index.md b/spanish/cpp/aspose.cells/color/yellowgreen/_index.md new file mode 100644 index 00000000000..e091d2b40ea --- /dev/null +++ b/spanish/cpp/aspose.cells/color/yellowgreen/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Color::YellowGreen method +linktitle: YellowGreen +second_title: Aspose.Cells for C++ API Reference +description: 'How to use YellowGreen method of Aspose::Cells::Color class in C++.' +type: docs +weight: 6400 +url: /es/cpp/aspose.cells/color/yellowgreen/ +--- +## Color::YellowGreen method + + + + +```cpp +static constexpr Color Aspose::Cells::Color::YellowGreen() +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/colorfilter/_impl/_index.md b/spanish/cpp/aspose.cells/colorfilter/_impl/_index.md new file mode 100644 index 00000000000..99776a958e4 --- /dev/null +++ b/spanish/cpp/aspose.cells/colorfilter/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::ColorFilter::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ColorFilter::_impl field. The implementation object in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/colorfilter/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ColorFilter_Impl* Aspose::Cells::ColorFilter::_impl +``` + +## See Also + +* Class [ColorFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/colorfilter/_index.md b/spanish/cpp/aspose.cells/colorfilter/_index.md new file mode 100644 index 00000000000..a292d7e4c16 --- /dev/null +++ b/spanish/cpp/aspose.cells/colorfilter/_index.md @@ -0,0 +1,42 @@ +--- +title: Aspose::Cells::ColorFilter class +linktitle: ColorFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ColorFilter class. Represents setting for filtering the range by color in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells/colorfilter/ +--- +## ColorFilter class + + +Represents setting for filtering the range by color. + +```cpp +class ColorFilter +``` + +## Methods + +| Method | Description | +| --- | --- | +| [ColorFilter(ColorFilter_Impl* impl)](./colorfilter/) | Constructs from an implementation object. | +| [ColorFilter(const Aspose::Cells::Object\& obj)](./colorfilter/) | Constructs from an [Object](../object/) convertible to this. | +| [ColorFilter(const ColorFilter\& src)](./colorfilter/) | Copy constructor. | +| [GetColor(const WorksheetCollection\& sheets)](./getcolor/) | Gets the color of this filter. | +| [GetFilterByFillColor()](./getfilterbyfillcolor/) | Whether filter by the cell's fill color. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ColorFilter\& src)](./operator_asm/) | operator= | +| [SetFilterByFillColor(bool value)](./setfilterbyfillcolor/) | Whether filter by the cell's fill color. | +| [ToObject()](./toobject/) | Gets the [Object](../object/). | +| [~ColorFilter()](./~colorfilter/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/colorfilter/colorfilter/_index.md b/spanish/cpp/aspose.cells/colorfilter/colorfilter/_index.md new file mode 100644 index 00000000000..1160d108761 --- /dev/null +++ b/spanish/cpp/aspose.cells/colorfilter/colorfilter/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::ColorFilter::ColorFilter constructor +linktitle: ColorFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ColorFilter::ColorFilter constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/colorfilter/colorfilter/ +--- +## ColorFilter::ColorFilter(ColorFilter_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::ColorFilter::ColorFilter(ColorFilter_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ColorFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## ColorFilter::ColorFilter(const Aspose::Cells::Object\&) constructor + + +Constructs from an [Object](../../object/) convertible to this. + +```cpp +Aspose::Cells::ColorFilter::ColorFilter(const Aspose::Cells::Object &obj) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Object](../../object/) +* Class [ColorFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## ColorFilter::ColorFilter(const ColorFilter\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::ColorFilter::ColorFilter(const ColorFilter &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ColorFilter](../) +* Class [ColorFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/colorfilter/getcolor/_index.md b/spanish/cpp/aspose.cells/colorfilter/getcolor/_index.md new file mode 100644 index 00000000000..5ff692f9546 --- /dev/null +++ b/spanish/cpp/aspose.cells/colorfilter/getcolor/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::ColorFilter::GetColor method +linktitle: GetColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ColorFilter::GetColor method. Gets the color of this filter in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/colorfilter/getcolor/ +--- +## ColorFilter::GetColor method + + +Gets the color of this filter. + +```cpp +Aspose::Cells::Color Aspose::Cells::ColorFilter::GetColor(const WorksheetCollection &sheets) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sheets | const WorksheetCollection\& | | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../vector/) +* Class [WorksheetCollection](../../worksheetcollection/) +* Class [ColorFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/colorfilter/getfilterbyfillcolor/_index.md b/spanish/cpp/aspose.cells/colorfilter/getfilterbyfillcolor/_index.md new file mode 100644 index 00000000000..910bfeab4e0 --- /dev/null +++ b/spanish/cpp/aspose.cells/colorfilter/getfilterbyfillcolor/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ColorFilter::GetFilterByFillColor method +linktitle: GetFilterByFillColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ColorFilter::GetFilterByFillColor method. Whether filter by the cell''s fill color in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/colorfilter/getfilterbyfillcolor/ +--- +## ColorFilter::GetFilterByFillColor method + + +Whether filter by the cell's fill color. + +```cpp +bool Aspose::Cells::ColorFilter::GetFilterByFillColor() +``` + +## Remarks + + +True: cell's fill color; False: cell's font color. +## See Also + +* Class [Vector](../../vector/) +* Class [ColorFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/colorfilter/isnull/_index.md b/spanish/cpp/aspose.cells/colorfilter/isnull/_index.md new file mode 100644 index 00000000000..d37613b68ed --- /dev/null +++ b/spanish/cpp/aspose.cells/colorfilter/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::ColorFilter::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ColorFilter::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/colorfilter/isnull/ +--- +## ColorFilter::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::ColorFilter::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [ColorFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/colorfilter/operator_asm/_index.md b/spanish/cpp/aspose.cells/colorfilter/operator_asm/_index.md new file mode 100644 index 00000000000..1a67f144085 --- /dev/null +++ b/spanish/cpp/aspose.cells/colorfilter/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::ColorFilter::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ColorFilter::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/colorfilter/operator_asm/ +--- +## ColorFilter::operator= method + + +operator= + +```cpp +ColorFilter & Aspose::Cells::ColorFilter::operator=(const ColorFilter &src) +``` + +## See Also + +* Class [ColorFilter](../) +* Class [Vector](../../vector/) +* Class [ColorFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/colorfilter/operator_bool/_index.md b/spanish/cpp/aspose.cells/colorfilter/operator_bool/_index.md new file mode 100644 index 00000000000..c437247dad5 --- /dev/null +++ b/spanish/cpp/aspose.cells/colorfilter/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ColorFilter::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ColorFilter::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/colorfilter/operator_bool/ +--- +## ColorFilter::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::ColorFilter::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ColorFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/colorfilter/setfilterbyfillcolor/_index.md b/spanish/cpp/aspose.cells/colorfilter/setfilterbyfillcolor/_index.md new file mode 100644 index 00000000000..850c9480e3a --- /dev/null +++ b/spanish/cpp/aspose.cells/colorfilter/setfilterbyfillcolor/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ColorFilter::SetFilterByFillColor method +linktitle: SetFilterByFillColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ColorFilter::SetFilterByFillColor method. Whether filter by the cell''s fill color in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/colorfilter/setfilterbyfillcolor/ +--- +## ColorFilter::SetFilterByFillColor method + + +Whether filter by the cell's fill color. + +```cpp +void Aspose::Cells::ColorFilter::SetFilterByFillColor(bool value) +``` + +## Remarks + + +True: cell's fill color; False: cell's font color. +## See Also + +* Class [Vector](../../vector/) +* Class [ColorFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/colorfilter/toobject/_index.md b/spanish/cpp/aspose.cells/colorfilter/toobject/_index.md new file mode 100644 index 00000000000..e1198a88d69 --- /dev/null +++ b/spanish/cpp/aspose.cells/colorfilter/toobject/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ColorFilter::ToObject method +linktitle: ToObject +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ColorFilter::ToObject method. Gets the Object in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/colorfilter/toobject/ +--- +## ColorFilter::ToObject method + + +Gets the [Object](../../object/). + +```cpp +Aspose::Cells::Object Aspose::Cells::ColorFilter::ToObject() +``` + +## See Also + +* Class [Object](../../object/) +* Class [ColorFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/colorfilter/~colorfilter/_index.md b/spanish/cpp/aspose.cells/colorfilter/~colorfilter/_index.md new file mode 100644 index 00000000000..3d0b6e8b2d9 --- /dev/null +++ b/spanish/cpp/aspose.cells/colorfilter/~colorfilter/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::ColorFilter::~ColorFilter method +linktitle: ~ColorFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ColorFilter::~ColorFilter method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/colorfilter/~colorfilter/ +--- +## ColorFilter::~ColorFilter method + + +Destructor. + +```cpp +Aspose::Cells::ColorFilter::~ColorFilter() +``` + +## See Also + +* Class [ColorFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/colorscale/_impl/_index.md b/spanish/cpp/aspose.cells/colorscale/_impl/_index.md new file mode 100644 index 00000000000..5c76ee63acf --- /dev/null +++ b/spanish/cpp/aspose.cells/colorscale/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::ColorScale::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ColorScale::_impl field. The implementation object in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells/colorscale/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ColorScale_Impl* Aspose::Cells::ColorScale::_impl +``` + +## See Also + +* Class [ColorScale](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/colorscale/_index.md b/spanish/cpp/aspose.cells/colorscale/_index.md new file mode 100644 index 00000000000..64e29d7c521 --- /dev/null +++ b/spanish/cpp/aspose.cells/colorscale/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::ColorScale class +linktitle: ColorScale +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ColorScale class. Describe the ColorScale conditional formatting rule. This conditional formatting rule creates a gradated color scale on the cells in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells/colorscale/ +--- +## ColorScale class + + +Describe the [ColorScale](./) conditional formatting rule. This conditional formatting rule creates a gradated color scale on the cells. + +```cpp +class ColorScale +``` + +## Methods + +| Method | Description | +| --- | --- | +| [ColorScale(ColorScale_Impl* impl)](./colorscale/) | Constructs from an implementation object. | +| [ColorScale(const ColorScale\& src)](./colorscale/) | Copy constructor. | +| [GetIs3ColorScale()](./getis3colorscale/) | Indicates whether conditional formatting is 3 color scale. | +| [GetMaxCfvo()](./getmaxcfvo/) | Get or set this [ColorScale](./)'s max value object. Cannot set null or CFValueObject with type [FormatConditionValueType.Min](../formatconditionvaluetype/) to it. | +| [GetMaxColor()](./getmaxcolor/) | Get or set the gradient color for the maximum value in the range. | +| [GetMidCfvo()](./getmidcfvo/) | Get or set this [ColorScale](./)'s mid value object. Cannot set CFValueObject with type [FormatConditionValueType.Max](../formatconditionvaluetype/) or [FormatConditionValueType.Min](../formatconditionvaluetype/) to it. | +| [GetMidColor()](./getmidcolor/) | Get or set the gradient color for the middle value in the range. | +| [GetMinCfvo()](./getmincfvo/) | Get or set this [ColorScale](./)'s min value object. Cannot set null or CFValueObject with type [FormatConditionValueType.Max](../formatconditionvaluetype/) to it. | +| [GetMinColor()](./getmincolor/) | Get or set the gradient color for the minimum value in the range. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ColorScale\& src)](./operator_asm/) | operator= | +| [SetIs3ColorScale(bool value)](./setis3colorscale/) | Indicates whether conditional formatting is 3 color scale. | +| [SetMaxColor(const Aspose::Cells::Color\& value)](./setmaxcolor/) | Get or set the gradient color for the maximum value in the range. | +| [SetMidColor(const Aspose::Cells::Color\& value)](./setmidcolor/) | Get or set the gradient color for the middle value in the range. | +| [SetMinColor(const Aspose::Cells::Color\& value)](./setmincolor/) | Get or set the gradient color for the minimum value in the range. | +| [~ColorScale()](./~colorscale/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/colorscale/colorscale/_index.md b/spanish/cpp/aspose.cells/colorscale/colorscale/_index.md new file mode 100644 index 00000000000..d9d0f7feb70 --- /dev/null +++ b/spanish/cpp/aspose.cells/colorscale/colorscale/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::ColorScale::ColorScale constructor +linktitle: ColorScale +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ColorScale::ColorScale constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/colorscale/colorscale/ +--- +## ColorScale::ColorScale(ColorScale_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::ColorScale::ColorScale(ColorScale_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ColorScale](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## ColorScale::ColorScale(const ColorScale\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::ColorScale::ColorScale(const ColorScale &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ColorScale](../) +* Class [ColorScale](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/colorscale/getis3colorscale/_index.md b/spanish/cpp/aspose.cells/colorscale/getis3colorscale/_index.md new file mode 100644 index 00000000000..a6e34e70b68 --- /dev/null +++ b/spanish/cpp/aspose.cells/colorscale/getis3colorscale/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ColorScale::GetIs3ColorScale method +linktitle: GetIs3ColorScale +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ColorScale::GetIs3ColorScale method. Indicates whether conditional formatting is 3 color scale in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/colorscale/getis3colorscale/ +--- +## ColorScale::GetIs3ColorScale method + + +Indicates whether conditional formatting is 3 color scale. + +```cpp +bool Aspose::Cells::ColorScale::GetIs3ColorScale() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ColorScale](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/colorscale/getmaxcfvo/_index.md b/spanish/cpp/aspose.cells/colorscale/getmaxcfvo/_index.md new file mode 100644 index 00000000000..8d9db751690 --- /dev/null +++ b/spanish/cpp/aspose.cells/colorscale/getmaxcfvo/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ColorScale::GetMaxCfvo method +linktitle: GetMaxCfvo +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ColorScale::GetMaxCfvo method. Get or set this ColorScale''s max value object. Cannot set null or CFValueObject with type FormatConditionValueType.Min to it in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/colorscale/getmaxcfvo/ +--- +## ColorScale::GetMaxCfvo method + + +Get or set this [ColorScale](../)'s max value object. Cannot set null or CFValueObject with type [FormatConditionValueType.Min](../../formatconditionvaluetype/) to it. + +```cpp +ConditionalFormattingValue Aspose::Cells::ColorScale::GetMaxCfvo() +``` + +## See Also + +* Class [ConditionalFormattingValue](../../conditionalformattingvalue/) +* Class [ColorScale](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/colorscale/getmaxcolor/_index.md b/spanish/cpp/aspose.cells/colorscale/getmaxcolor/_index.md new file mode 100644 index 00000000000..40d237cf637 --- /dev/null +++ b/spanish/cpp/aspose.cells/colorscale/getmaxcolor/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::ColorScale::GetMaxColor method +linktitle: GetMaxColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ColorScale::GetMaxColor method. Get or set the gradient color for the maximum value in the range in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells/colorscale/getmaxcolor/ +--- +## ColorScale::GetMaxColor method + + +Get or set the gradient color for the maximum value in the range. + +```cpp +Aspose::Cells::Color Aspose::Cells::ColorScale::GetMaxColor() +``` + +## See Also + +* Class [ColorScale](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/colorscale/getmidcfvo/_index.md b/spanish/cpp/aspose.cells/colorscale/getmidcfvo/_index.md new file mode 100644 index 00000000000..1a5b0b5441f --- /dev/null +++ b/spanish/cpp/aspose.cells/colorscale/getmidcfvo/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ColorScale::GetMidCfvo method +linktitle: GetMidCfvo +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ColorScale::GetMidCfvo method. Get or set this ColorScale''s mid value object. Cannot set CFValueObject with type FormatConditionValueType.Max or FormatConditionValueType.Min to it in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/colorscale/getmidcfvo/ +--- +## ColorScale::GetMidCfvo method + + +Get or set this [ColorScale](../)'s mid value object. Cannot set CFValueObject with type [FormatConditionValueType.Max](../../formatconditionvaluetype/) or [FormatConditionValueType.Min](../../formatconditionvaluetype/) to it. + +```cpp +ConditionalFormattingValue Aspose::Cells::ColorScale::GetMidCfvo() +``` + +## See Also + +* Class [ConditionalFormattingValue](../../conditionalformattingvalue/) +* Class [ColorScale](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/colorscale/getmidcolor/_index.md b/spanish/cpp/aspose.cells/colorscale/getmidcolor/_index.md new file mode 100644 index 00000000000..6b889609e2b --- /dev/null +++ b/spanish/cpp/aspose.cells/colorscale/getmidcolor/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::ColorScale::GetMidColor method +linktitle: GetMidColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ColorScale::GetMidColor method. Get or set the gradient color for the middle value in the range in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells/colorscale/getmidcolor/ +--- +## ColorScale::GetMidColor method + + +Get or set the gradient color for the middle value in the range. + +```cpp +Aspose::Cells::Color Aspose::Cells::ColorScale::GetMidColor() +``` + +## See Also + +* Class [ColorScale](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/colorscale/getmincfvo/_index.md b/spanish/cpp/aspose.cells/colorscale/getmincfvo/_index.md new file mode 100644 index 00000000000..3a8737758f4 --- /dev/null +++ b/spanish/cpp/aspose.cells/colorscale/getmincfvo/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ColorScale::GetMinCfvo method +linktitle: GetMinCfvo +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ColorScale::GetMinCfvo method. Get or set this ColorScale''s min value object. Cannot set null or CFValueObject with type FormatConditionValueType.Max to it in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/colorscale/getmincfvo/ +--- +## ColorScale::GetMinCfvo method + + +Get or set this [ColorScale](../)'s min value object. Cannot set null or CFValueObject with type [FormatConditionValueType.Max](../../formatconditionvaluetype/) to it. + +```cpp +ConditionalFormattingValue Aspose::Cells::ColorScale::GetMinCfvo() +``` + +## See Also + +* Class [ConditionalFormattingValue](../../conditionalformattingvalue/) +* Class [ColorScale](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/colorscale/getmincolor/_index.md b/spanish/cpp/aspose.cells/colorscale/getmincolor/_index.md new file mode 100644 index 00000000000..627526f7164 --- /dev/null +++ b/spanish/cpp/aspose.cells/colorscale/getmincolor/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::ColorScale::GetMinColor method +linktitle: GetMinColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ColorScale::GetMinColor method. Get or set the gradient color for the minimum value in the range in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/colorscale/getmincolor/ +--- +## ColorScale::GetMinColor method + + +Get or set the gradient color for the minimum value in the range. + +```cpp +Aspose::Cells::Color Aspose::Cells::ColorScale::GetMinColor() +``` + +## See Also + +* Class [ColorScale](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/colorscale/isnull/_index.md b/spanish/cpp/aspose.cells/colorscale/isnull/_index.md new file mode 100644 index 00000000000..76abc9044f4 --- /dev/null +++ b/spanish/cpp/aspose.cells/colorscale/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::ColorScale::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ColorScale::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/colorscale/isnull/ +--- +## ColorScale::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::ColorScale::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [ColorScale](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/colorscale/operator_asm/_index.md b/spanish/cpp/aspose.cells/colorscale/operator_asm/_index.md new file mode 100644 index 00000000000..66ae4796d9f --- /dev/null +++ b/spanish/cpp/aspose.cells/colorscale/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::ColorScale::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ColorScale::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/colorscale/operator_asm/ +--- +## ColorScale::operator= method + + +operator= + +```cpp +ColorScale & Aspose::Cells::ColorScale::operator=(const ColorScale &src) +``` + +## See Also + +* Class [ColorScale](../) +* Class [Vector](../../vector/) +* Class [ColorScale](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/colorscale/operator_bool/_index.md b/spanish/cpp/aspose.cells/colorscale/operator_bool/_index.md new file mode 100644 index 00000000000..3514f821ce0 --- /dev/null +++ b/spanish/cpp/aspose.cells/colorscale/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ColorScale::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ColorScale::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/colorscale/operator_bool/ +--- +## ColorScale::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::ColorScale::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ColorScale](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/colorscale/setis3colorscale/_index.md b/spanish/cpp/aspose.cells/colorscale/setis3colorscale/_index.md new file mode 100644 index 00000000000..f1a0e90f358 --- /dev/null +++ b/spanish/cpp/aspose.cells/colorscale/setis3colorscale/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ColorScale::SetIs3ColorScale method +linktitle: SetIs3ColorScale +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ColorScale::SetIs3ColorScale method. Indicates whether conditional formatting is 3 color scale in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/colorscale/setis3colorscale/ +--- +## ColorScale::SetIs3ColorScale method + + +Indicates whether conditional formatting is 3 color scale. + +```cpp +void Aspose::Cells::ColorScale::SetIs3ColorScale(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ColorScale](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/colorscale/setmaxcolor/_index.md b/spanish/cpp/aspose.cells/colorscale/setmaxcolor/_index.md new file mode 100644 index 00000000000..b9d85d79e8c --- /dev/null +++ b/spanish/cpp/aspose.cells/colorscale/setmaxcolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ColorScale::SetMaxColor method +linktitle: SetMaxColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ColorScale::SetMaxColor method. Get or set the gradient color for the maximum value in the range in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells/colorscale/setmaxcolor/ +--- +## ColorScale::SetMaxColor method + + +Get or set the gradient color for the maximum value in the range. + +```cpp +void Aspose::Cells::ColorScale::SetMaxColor(const Aspose::Cells::Color &value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ColorScale](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/colorscale/setmidcolor/_index.md b/spanish/cpp/aspose.cells/colorscale/setmidcolor/_index.md new file mode 100644 index 00000000000..bf8ac14719e --- /dev/null +++ b/spanish/cpp/aspose.cells/colorscale/setmidcolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ColorScale::SetMidColor method +linktitle: SetMidColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ColorScale::SetMidColor method. Get or set the gradient color for the middle value in the range in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells/colorscale/setmidcolor/ +--- +## ColorScale::SetMidColor method + + +Get or set the gradient color for the middle value in the range. + +```cpp +void Aspose::Cells::ColorScale::SetMidColor(const Aspose::Cells::Color &value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ColorScale](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/colorscale/setmincolor/_index.md b/spanish/cpp/aspose.cells/colorscale/setmincolor/_index.md new file mode 100644 index 00000000000..9872c671b04 --- /dev/null +++ b/spanish/cpp/aspose.cells/colorscale/setmincolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ColorScale::SetMinColor method +linktitle: SetMinColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ColorScale::SetMinColor method. Get or set the gradient color for the minimum value in the range in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/colorscale/setmincolor/ +--- +## ColorScale::SetMinColor method + + +Get or set the gradient color for the minimum value in the range. + +```cpp +void Aspose::Cells::ColorScale::SetMinColor(const Aspose::Cells::Color &value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ColorScale](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/colorscale/~colorscale/_index.md b/spanish/cpp/aspose.cells/colorscale/~colorscale/_index.md new file mode 100644 index 00000000000..4ea422ab9ed --- /dev/null +++ b/spanish/cpp/aspose.cells/colorscale/~colorscale/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::ColorScale::~ColorScale method +linktitle: ~ColorScale +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ColorScale::~ColorScale method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/colorscale/~colorscale/ +--- +## ColorScale::~ColorScale method + + +Destructor. + +```cpp +Aspose::Cells::ColorScale::~ColorScale() +``` + +## See Also + +* Class [ColorScale](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/colortype/_index.md b/spanish/cpp/aspose.cells/colortype/_index.md new file mode 100644 index 00000000000..4eb9d4bac19 --- /dev/null +++ b/spanish/cpp/aspose.cells/colortype/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::ColorType enum +linktitle: ColorType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ColorType enum. Represents all color type in C++.' +type: docs +weight: 19000 +url: /es/cpp/aspose.cells/colortype/ +--- +## ColorType enum + + +Represents all color type. + +```cpp +enum class ColorType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Automatic | 0 |
Automatic color. | +| AutomaticIndex | 1 |
It's automatic color,but the displayed color depends the setting of the OS [System](../../aspose.cells.system/). | +| RGB | 2 |
The RGB color. | +| IndexedColor | 3 |
The color index in the color palette. | +| Theme | 4 |
The theme color. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/column/_impl/_index.md b/spanish/cpp/aspose.cells/column/_impl/_index.md new file mode 100644 index 00000000000..142cd51c802 --- /dev/null +++ b/spanish/cpp/aspose.cells/column/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Column::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Column::_impl field. The implementation object in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells/column/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +Column_Impl* Aspose::Cells::Column::_impl +``` + +## See Also + +* Class [Column](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/column/_index.md b/spanish/cpp/aspose.cells/column/_index.md new file mode 100644 index 00000000000..5913a7c30aa --- /dev/null +++ b/spanish/cpp/aspose.cells/column/_index.md @@ -0,0 +1,90 @@ +--- +title: Aspose::Cells::Column class +linktitle: Column +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Column class. Represents a single column in a worksheet in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells/column/ +--- +## Column class + + +Represents a single column in a worksheet. + +```cpp +class Column +``` + +## Methods + +| Method | Description | +| --- | --- | +| [ApplyStyle(const Style\& style, const StyleFlag\& flag)](./applystyle/) | Applies formats for a whole column. | +| [Column(Column_Impl* impl)](./column/) | Constructs from an implementation object. | +| [Column(const Column\& src)](./column/) | Copy constructor. | +| [GetGroupLevel()](./getgrouplevel/) | Gets the group level of the column. | +| [GetHasCustomStyle()](./gethascustomstyle/) | Indicates whether this column has custom style settings(different from the default one inherited from workbook). | +| [GetIndex()](./getindex/) | Gets the index of this column. | +| [GetStyle()](./getstyle/) | Gets the style of this column. | +| [GetWidth()](./getwidth/) | Gets and sets the column width in unit of characters. | +| [IsCollapsed()](./iscollapsed/) | whether the column is collapsed | +| [IsHidden()](./ishidden/) | Indicates whether the column is hidden. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const Column\& src)](./operator_asm/) | operator= | +| [SetGroupLevel(uint8_t value)](./setgrouplevel/) | Gets the group level of the column. | +| [SetIsCollapsed(bool value)](./setiscollapsed/) | whether the column is collapsed | +| [SetIsHidden(bool value)](./setishidden/) | Indicates whether the column is hidden. | +| [SetStyle(const Style\& style)](./setstyle/) | Sets the style of this column. | +| [SetWidth(double value)](./setwidth/) | Gets and sets the column width in unit of characters. | +| [~Column()](./~column/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; + +//Obteniendo la referencia de la primera hoja de cálculo +Worksheet worksheet = workbook.GetWorksheets().Get(0); +Style style = workbook.CreateStyle(); + +//Establecer el color de fondo a azul +style.SetBackgroundColor(Color{ 0xff, 0, 0, 0xff }); + +//Establecer el color de primer plano a rojo +style.SetForegroundColor(Color{ 0xff, 0xff, 0, 0 }); + +//estableciendo el patrón de fondo +style.SetPattern(BackgroundType::DiagonalStripe); + +//Nuevo indicador de estilo +StyleFlag styleFlag; + +//Establecer todos los estilos +styleFlag.SetAll(true); + +//Obtener primera columna +Column column = worksheet.GetCells().GetColumns().Get(0); + +//Aplicar estilo a la primera columna +column.ApplyStyle(style, styleFlag); + +//Guardando el archivo Excel +workbook.Save(u"book1.xls"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/column/applystyle/_index.md b/spanish/cpp/aspose.cells/column/applystyle/_index.md new file mode 100644 index 00000000000..ca2e747d411 --- /dev/null +++ b/spanish/cpp/aspose.cells/column/applystyle/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Column::ApplyStyle method +linktitle: ApplyStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Column::ApplyStyle method. Applies formats for a whole column in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells/column/applystyle/ +--- +## Column::ApplyStyle method + + +Applies formats for a whole column. + +```cpp +void Aspose::Cells::Column::ApplyStyle(const Style &style, const StyleFlag &flag) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| style | const Style\& | The style object which will be applied. | +| flag | const StyleFlag\& | Flags which indicates applied formatting properties. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Style](../../style/) +* Class [StyleFlag](../../styleflag/) +* Class [Column](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/column/column/_index.md b/spanish/cpp/aspose.cells/column/column/_index.md new file mode 100644 index 00000000000..ce4b6f0051e --- /dev/null +++ b/spanish/cpp/aspose.cells/column/column/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Column::Column constructor +linktitle: Column +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Column::Column constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/column/column/ +--- +## Column::Column(Column_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Column::Column(Column_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Column](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Column::Column(const Column\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Column::Column(const Column &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Column](../) +* Class [Column](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/column/getgrouplevel/_index.md b/spanish/cpp/aspose.cells/column/getgrouplevel/_index.md new file mode 100644 index 00000000000..7e06720b438 --- /dev/null +++ b/spanish/cpp/aspose.cells/column/getgrouplevel/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Column::GetGroupLevel method +linktitle: GetGroupLevel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Column::GetGroupLevel method. Gets the group level of the column in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/column/getgrouplevel/ +--- +## Column::GetGroupLevel method + + +Gets the group level of the column. + +```cpp +uint8_t Aspose::Cells::Column::GetGroupLevel() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Column](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/column/gethascustomstyle/_index.md b/spanish/cpp/aspose.cells/column/gethascustomstyle/_index.md new file mode 100644 index 00000000000..0e6d5ccaef0 --- /dev/null +++ b/spanish/cpp/aspose.cells/column/gethascustomstyle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Column::GetHasCustomStyle method +linktitle: GetHasCustomStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Column::GetHasCustomStyle method. Indicates whether this column has custom style settings(different from the default one inherited from workbook) in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells/column/gethascustomstyle/ +--- +## Column::GetHasCustomStyle method + + +Indicates whether this column has custom style settings(different from the default one inherited from workbook). + +```cpp +bool Aspose::Cells::Column::GetHasCustomStyle() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Column](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/column/getindex/_index.md b/spanish/cpp/aspose.cells/column/getindex/_index.md new file mode 100644 index 00000000000..511199f5975 --- /dev/null +++ b/spanish/cpp/aspose.cells/column/getindex/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Column::GetIndex method +linktitle: GetIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Column::GetIndex method. Gets the index of this column in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/column/getindex/ +--- +## Column::GetIndex method + + +Gets the index of this column. + +```cpp +int32_t Aspose::Cells::Column::GetIndex() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Column](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/column/getstyle/_index.md b/spanish/cpp/aspose.cells/column/getstyle/_index.md new file mode 100644 index 00000000000..401eb8acee8 --- /dev/null +++ b/spanish/cpp/aspose.cells/column/getstyle/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::Column::GetStyle method +linktitle: GetStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Column::GetStyle method. Gets the style of this column in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells/column/getstyle/ +--- +## Column::GetStyle method + + +Gets the style of this column. + +```cpp +Style Aspose::Cells::Column::GetStyle() +``` + +## Remarks + + +Modifying the returned style object directly takes no effect for this column or any cells in this column. You have to call ApplyStyle(Style, StyleFlag) or SetStyle(Style) method to apply the change to this column. +[Column](../)'s style is the style which will be inherited by cells in this column(those cells that have no custom style settings, +such as existing cells that have not been set style explicitly, or those that have not been instantiated) +## See Also + +* Class [Style](../../style/) +* Class [Column](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/column/getwidth/_index.md b/spanish/cpp/aspose.cells/column/getwidth/_index.md new file mode 100644 index 00000000000..6181c92ef14 --- /dev/null +++ b/spanish/cpp/aspose.cells/column/getwidth/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Column::GetWidth method +linktitle: GetWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Column::GetWidth method. Gets and sets the column width in unit of characters in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/column/getwidth/ +--- +## Column::GetWidth method + + +Gets and sets the column width in unit of characters. + +```cpp +double Aspose::Cells::Column::GetWidth() +``` + +## Remarks + + +For spreadsheet, column width is measured as the number of characters of the maximum digit width of the numbers 0~9 as rendered in the normal style's font. +## See Also + +* Class [Vector](../../vector/) +* Class [Column](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/column/iscollapsed/_index.md b/spanish/cpp/aspose.cells/column/iscollapsed/_index.md new file mode 100644 index 00000000000..4bf0c540178 --- /dev/null +++ b/spanish/cpp/aspose.cells/column/iscollapsed/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Column::IsCollapsed method +linktitle: IsCollapsed +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Column::IsCollapsed method. whether the column is collapsed in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells/column/iscollapsed/ +--- +## Column::IsCollapsed method + + +whether the column is collapsed + +```cpp +bool Aspose::Cells::Column::IsCollapsed() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Column](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/column/ishidden/_index.md b/spanish/cpp/aspose.cells/column/ishidden/_index.md new file mode 100644 index 00000000000..e903f867886 --- /dev/null +++ b/spanish/cpp/aspose.cells/column/ishidden/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Column::IsHidden method +linktitle: IsHidden +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Column::IsHidden method. Indicates whether the column is hidden in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/column/ishidden/ +--- +## Column::IsHidden method + + +Indicates whether the column is hidden. + +```cpp +bool Aspose::Cells::Column::IsHidden() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Column](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/column/isnull/_index.md b/spanish/cpp/aspose.cells/column/isnull/_index.md new file mode 100644 index 00000000000..fe8c3e86831 --- /dev/null +++ b/spanish/cpp/aspose.cells/column/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Column::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Column::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/column/isnull/ +--- +## Column::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Column::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [Column](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/column/operator_asm/_index.md b/spanish/cpp/aspose.cells/column/operator_asm/_index.md new file mode 100644 index 00000000000..e136d4ef483 --- /dev/null +++ b/spanish/cpp/aspose.cells/column/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Column::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Column::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/column/operator_asm/ +--- +## Column::operator= method + + +operator= + +```cpp +Column & Aspose::Cells::Column::operator=(const Column &src) +``` + +## See Also + +* Class [Column](../) +* Class [Vector](../../vector/) +* Class [Column](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/column/operator_bool/_index.md b/spanish/cpp/aspose.cells/column/operator_bool/_index.md new file mode 100644 index 00000000000..0cee62291fa --- /dev/null +++ b/spanish/cpp/aspose.cells/column/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Column::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Column::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/column/operator_bool/ +--- +## Column::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Column::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [Column](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/column/setgrouplevel/_index.md b/spanish/cpp/aspose.cells/column/setgrouplevel/_index.md new file mode 100644 index 00000000000..be4ce49e9ae --- /dev/null +++ b/spanish/cpp/aspose.cells/column/setgrouplevel/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Column::SetGroupLevel method +linktitle: SetGroupLevel +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Column::SetGroupLevel method. Gets the group level of the column in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/column/setgrouplevel/ +--- +## Column::SetGroupLevel method + + +Gets the group level of the column. + +```cpp +void Aspose::Cells::Column::SetGroupLevel(uint8_t value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Column](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/column/setiscollapsed/_index.md b/spanish/cpp/aspose.cells/column/setiscollapsed/_index.md new file mode 100644 index 00000000000..5eb598b7270 --- /dev/null +++ b/spanish/cpp/aspose.cells/column/setiscollapsed/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Column::SetIsCollapsed method +linktitle: SetIsCollapsed +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Column::SetIsCollapsed method. whether the column is collapsed in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells/column/setiscollapsed/ +--- +## Column::SetIsCollapsed method + + +whether the column is collapsed + +```cpp +void Aspose::Cells::Column::SetIsCollapsed(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Column](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/column/setishidden/_index.md b/spanish/cpp/aspose.cells/column/setishidden/_index.md new file mode 100644 index 00000000000..b42f2b4c644 --- /dev/null +++ b/spanish/cpp/aspose.cells/column/setishidden/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Column::SetIsHidden method +linktitle: SetIsHidden +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Column::SetIsHidden method. Indicates whether the column is hidden in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/column/setishidden/ +--- +## Column::SetIsHidden method + + +Indicates whether the column is hidden. + +```cpp +void Aspose::Cells::Column::SetIsHidden(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Column](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/column/setstyle/_index.md b/spanish/cpp/aspose.cells/column/setstyle/_index.md new file mode 100644 index 00000000000..bee7ef9b8c8 --- /dev/null +++ b/spanish/cpp/aspose.cells/column/setstyle/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Column::SetStyle method +linktitle: SetStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Column::SetStyle method. Sets the style of this column in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells/column/setstyle/ +--- +## Column::SetStyle method + + +Sets the style of this column. + +```cpp +void Aspose::Cells::Column::SetStyle(const Style &style) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| style | const Style\& | the style to be used as the default style for cells in this column. | +## Remarks + + + +This method only sets the given style as the default style for this column, without changing the style settings for existing cells in this column. To update style settings of existing cells to the specified style at the same time, please use ApplyStyle(Style, StyleFlag) +## See Also + +* Class [Vector](../../vector/) +* Class [Style](../../style/) +* Class [Column](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/column/setwidth/_index.md b/spanish/cpp/aspose.cells/column/setwidth/_index.md new file mode 100644 index 00000000000..9fd3771865c --- /dev/null +++ b/spanish/cpp/aspose.cells/column/setwidth/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Column::SetWidth method +linktitle: SetWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Column::SetWidth method. Gets and sets the column width in unit of characters in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/column/setwidth/ +--- +## Column::SetWidth method + + +Gets and sets the column width in unit of characters. + +```cpp +void Aspose::Cells::Column::SetWidth(double value) +``` + +## Remarks + + +For spreadsheet, column width is measured as the number of characters of the maximum digit width of the numbers 0~9 as rendered in the normal style's font. +## See Also + +* Class [Vector](../../vector/) +* Class [Column](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/column/~column/_index.md b/spanish/cpp/aspose.cells/column/~column/_index.md new file mode 100644 index 00000000000..65bbec4df9b --- /dev/null +++ b/spanish/cpp/aspose.cells/column/~column/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Column::~Column method +linktitle: ~Column +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Column::~Column method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/column/~column/ +--- +## Column::~Column method + + +Destructor. + +```cpp +Aspose::Cells::Column::~Column() +``` + +## See Also + +* Class [Column](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/columncollection/_impl/_index.md b/spanish/cpp/aspose.cells/columncollection/_impl/_index.md new file mode 100644 index 00000000000..688a0a4a58c --- /dev/null +++ b/spanish/cpp/aspose.cells/columncollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::ColumnCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ColumnCollection::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/columncollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ColumnCollection_Impl* Aspose::Cells::ColumnCollection::_impl +``` + +## See Also + +* Class [ColumnCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/columncollection/_index.md b/spanish/cpp/aspose.cells/columncollection/_index.md new file mode 100644 index 00000000000..298f50173d9 --- /dev/null +++ b/spanish/cpp/aspose.cells/columncollection/_index.md @@ -0,0 +1,89 @@ +--- +title: Aspose::Cells::ColumnCollection class +linktitle: ColumnCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ColumnCollection class. Collection of the Column objects that represent the individual column(setting)s in a worksheet. The Column object only represents the settings such as column width, styles, .etc. for the whole column, has nothing to do with the fact that there are non-empty cells(data) or not in corresponding column. And the "Count" of this collection only represents the count Column objects that have been instantiated in this collection, has nothing to do with the fact that there are non-empty cells(data) or not in the worksheet in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells/columncollection/ +--- +## ColumnCollection class + + +Collection of the [Column](../column/) objects that represent the individual column(setting)s in a worksheet. The [Column](../column/) object only represents the settings such as column width, styles, .etc. for the whole column, has nothing to do with the fact that there are non-empty cells(data) or not in corresponding column. And the "Count" of this collection only represents the count [Column](../column/) objects that have been instantiated in this collection, has nothing to do with the fact that there are non-empty cells(data) or not in the worksheet. + +```cpp +class ColumnCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [ColumnCollection(ColumnCollection_Impl* impl)](./columncollection/) | Constructs from an implementation object. | +| [ColumnCollection(const ColumnCollection\& src)](./columncollection/) | Copy constructor. | +| [Get(int32_t columnIndex)](./get/) | Gets a [Column](../column/) object by column index. The [Column](../column/) object of given column index will be instantiated if it does not exist before. | +| [GetColumnByIndex(int32_t index)](./getcolumnbyindex/) | Gets the [Column](../column/) object by the position in the list. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ColumnCollection\& src)](./operator_asm/) | operator= | +| [~ColumnCollection()](./~columncollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; + +//Obteniendo la referencia de la primera hoja de cálculo +Worksheet worksheet = workbook.GetWorksheets().Get(0); + +//Agregar nuevo Estilo al Libro de trabajo +Style style = workbook.CreateStyle(); + +//Establecer el color de fondo a azul +style.SetForegroundColor(Color{ 0xff, 0, 0, 0xff }); + +//estableciendo el patrón de fondo +style.SetPattern(BackgroundType::Solid); + +//Nuevo indicador de estilo +StyleFlag styleFlag; + +//Establecer todos los estilos +styleFlag.SetAll(true); + +//Cambiar el ancho predeterminado de las primeras diez columnas +for (int i = 0; i < 10; i++) +{ + worksheet.GetCells().GetColumns().Get(i).SetWidth(20); +} + +//Obtener la columna con formato no predeterminado +ColumnCollection columns = worksheet.GetCells().GetColumns(); + +for (int i = 0; i < columns.GetCount(); ++i) +{ + Column column = columns.Get(i); + //Aplicar Estilo a las primeras diez columnas + column.ApplyStyle(style, styleFlag); +} + +//Guardando el archivo Excel +workbook.Save(u"book1.xls"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/columncollection/columncollection/_index.md b/spanish/cpp/aspose.cells/columncollection/columncollection/_index.md new file mode 100644 index 00000000000..fb3f53330b3 --- /dev/null +++ b/spanish/cpp/aspose.cells/columncollection/columncollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::ColumnCollection::ColumnCollection constructor +linktitle: ColumnCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ColumnCollection::ColumnCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/columncollection/columncollection/ +--- +## ColumnCollection::ColumnCollection(ColumnCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::ColumnCollection::ColumnCollection(ColumnCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ColumnCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## ColumnCollection::ColumnCollection(const ColumnCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::ColumnCollection::ColumnCollection(const ColumnCollection &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ColumnCollection](../) +* Class [ColumnCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/columncollection/get/_index.md b/spanish/cpp/aspose.cells/columncollection/get/_index.md new file mode 100644 index 00000000000..7a8ebe82718 --- /dev/null +++ b/spanish/cpp/aspose.cells/columncollection/get/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::ColumnCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ColumnCollection::Get method. Gets a Column object by column index. The Column object of given column index will be instantiated if it does not exist before in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/columncollection/get/ +--- +## ColumnCollection::Get method + + +Gets a [Column](../../column/) object by column index. The [Column](../../column/) object of given column index will be instantiated if it does not exist before. + +```cpp +Column Aspose::Cells::ColumnCollection::Get(int32_t columnIndex) +``` + +## See Also + +* Class [Column](../../column/) +* Class [Vector](../../vector/) +* Class [ColumnCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/columncollection/getcolumnbyindex/_index.md b/spanish/cpp/aspose.cells/columncollection/getcolumnbyindex/_index.md new file mode 100644 index 00000000000..5b2be7fbb9c --- /dev/null +++ b/spanish/cpp/aspose.cells/columncollection/getcolumnbyindex/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::ColumnCollection::GetColumnByIndex method +linktitle: GetColumnByIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ColumnCollection::GetColumnByIndex method. Gets the Column object by the position in the list in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/columncollection/getcolumnbyindex/ +--- +## ColumnCollection::GetColumnByIndex method + + +Gets the [Column](../../column/) object by the position in the list. + +```cpp +Column Aspose::Cells::ColumnCollection::GetColumnByIndex(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The position in the list. | + +## ReturnValue + +Returns the column object. + +## See Also + +* Class [Column](../../column/) +* Class [Vector](../../vector/) +* Class [ColumnCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/columncollection/getcount/_index.md b/spanish/cpp/aspose.cells/columncollection/getcount/_index.md new file mode 100644 index 00000000000..f3b19d00faf --- /dev/null +++ b/spanish/cpp/aspose.cells/columncollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ColumnCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::ColumnCollection class in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/columncollection/getcount/ +--- +## ColumnCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::ColumnCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ColumnCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/columncollection/isnull/_index.md b/spanish/cpp/aspose.cells/columncollection/isnull/_index.md new file mode 100644 index 00000000000..0b81ccb3987 --- /dev/null +++ b/spanish/cpp/aspose.cells/columncollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::ColumnCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ColumnCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/columncollection/isnull/ +--- +## ColumnCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::ColumnCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [ColumnCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/columncollection/operator_asm/_index.md b/spanish/cpp/aspose.cells/columncollection/operator_asm/_index.md new file mode 100644 index 00000000000..71f390fc8f5 --- /dev/null +++ b/spanish/cpp/aspose.cells/columncollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::ColumnCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ColumnCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/columncollection/operator_asm/ +--- +## ColumnCollection::operator= method + + +operator= + +```cpp +ColumnCollection & Aspose::Cells::ColumnCollection::operator=(const ColumnCollection &src) +``` + +## See Also + +* Class [ColumnCollection](../) +* Class [Vector](../../vector/) +* Class [ColumnCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/columncollection/operator_bool/_index.md b/spanish/cpp/aspose.cells/columncollection/operator_bool/_index.md new file mode 100644 index 00000000000..34f21a8489c --- /dev/null +++ b/spanish/cpp/aspose.cells/columncollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ColumnCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ColumnCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/columncollection/operator_bool/ +--- +## ColumnCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::ColumnCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ColumnCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/columncollection/~columncollection/_index.md b/spanish/cpp/aspose.cells/columncollection/~columncollection/_index.md new file mode 100644 index 00000000000..cfb4315d67a --- /dev/null +++ b/spanish/cpp/aspose.cells/columncollection/~columncollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::ColumnCollection::~ColumnCollection method +linktitle: ~ColumnCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ColumnCollection::~ColumnCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/columncollection/~columncollection/ +--- +## ColumnCollection::~ColumnCollection method + + +Destructor. + +```cpp +Aspose::Cells::ColumnCollection::~ColumnCollection() +``` + +## See Also + +* Class [ColumnCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/comment/_impl/_index.md b/spanish/cpp/aspose.cells/comment/_impl/_index.md new file mode 100644 index 00000000000..385b83f7a04 --- /dev/null +++ b/spanish/cpp/aspose.cells/comment/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Comment::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Comment::_impl field. The implementation object in C++.' +type: docs +weight: 4300 +url: /es/cpp/aspose.cells/comment/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +Comment_Impl* Aspose::Cells::Comment::_impl +``` + +## See Also + +* Class [Comment](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/comment/_index.md b/spanish/cpp/aspose.cells/comment/_index.md new file mode 100644 index 00000000000..e402faca488 --- /dev/null +++ b/spanish/cpp/aspose.cells/comment/_index.md @@ -0,0 +1,103 @@ +--- +title: Aspose::Cells::Comment class +linktitle: Comment +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Comment class. Encapsulates the object that represents a cell comment in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells/comment/ +--- +## Comment class + + +Encapsulates the object that represents a cell comment. + +```cpp +class Comment +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Characters(int32_t startIndex, int32_t length)](./characters/) | Returns a Characters object that represents a range of characters within the comment text. | +| [Comment(Comment_Impl* impl)](./comment/) | Constructs from an implementation object. | +| [Comment(const Comment\& src)](./comment/) | Copy constructor. | +| [FormatCharacters(int32_t startIndex, int32_t length, const Aspose::Cells::Font\& font, const StyleFlag\& flag)](./formatcharacters/) | Format some characters with the font setting. | +| [GetAuthor()](./getauthor/) | Gets and sets [Name](../name/) of the original comment author. | +| [GetAutoSize()](./getautosize/) | Indicates if size of comment is adjusted automatically according to its content. Note: In some special cases (such as Mac environment), this setting may not take effect. If this setting does not take effect, please replace it with FitToTextSize(). | +| [GetColumn()](./getcolumn/) | Gets the column index of the comment. | +| [GetCommentShape()](./getcommentshape/) | Get a Shape object that represents the shape attached to the specified comment. | +| [GetFont()](./getfont/) | Gets the font of comment. | +| [GetHeight()](./getheight/) | Represents the Height of the comment, in unit of pixels. | +| [GetHeightCM()](./getheightcm/) | Represents the height of the comment, in unit of centimeters. | +| [GetHeightInch()](./getheightinch/) | Represents the height of the comment, in unit of inches. | +| [GetHtmlNote()](./gethtmlnote/) | Gets and sets the html string which contains data and some formats in this comment. | +| [GetNote()](./getnote/) | Represents the content of comment. | +| [GetRichFormattings()](./getrichformattings/) | Returns all Characters objects that represents a range of characters within the comment text. | +| [GetRow()](./getrow/) | Gets the row index of the comment. | +| [GetTextHorizontalAlignment()](./gettexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the comment. | +| [GetTextOrientationType()](./gettextorientationtype/) | Gets and sets the text orientation type of the comment. | +| [GetTextVerticalAlignment()](./gettextverticalalignment/) | Gets and sets the text vertical alignment type of the comment. | +| [GetThreadedComments()](./getthreadedcomments/) | Gets the list of threaded comments;. | +| [GetWidth()](./getwidth/) | Represents the width of the comment, in unit of pixels. | +| [GetWidthCM()](./getwidthcm/) | Represents the width of the comment, in unit of centimeters. | +| [GetWidthInch()](./getwidthinch/) | Represents the width of the comment, in unit of inches. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsThreadedComment()](./isthreadedcomment/) | Indicates whether this comment is a threaded comment. | +| [IsVisible()](./isvisible/) | Represents if the comment is visible or not. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const Comment\& src)](./operator_asm/) | operator= | +| [SetAuthor(const U16String\& value)](./setauthor/) | Gets and sets [Name](../name/) of the original comment author. | +| [SetAuthor(const char16_t* value)](./setauthor/) | Gets and sets [Name](../name/) of the original comment author. | +| [SetAutoSize(bool value)](./setautosize/) | Indicates if size of comment is adjusted automatically according to its content. Note: In some special cases (such as Mac environment), this setting may not take effect. If this setting does not take effect, please replace it with FitToTextSize(). | +| [SetHeight(int32_t value)](./setheight/) | Represents the Height of the comment, in unit of pixels. | +| [SetHeightCM(double value)](./setheightcm/) | Represents the height of the comment, in unit of centimeters. | +| [SetHeightInch(double value)](./setheightinch/) | Represents the height of the comment, in unit of inches. | +| [SetHtmlNote(const U16String\& value)](./sethtmlnote/) | Gets and sets the html string which contains data and some formats in this comment. | +| [SetHtmlNote(const char16_t* value)](./sethtmlnote/) | Gets and sets the html string which contains data and some formats in this comment. | +| [SetIsVisible(bool value)](./setisvisible/) | Represents if the comment is visible or not. | +| [SetNote(const U16String\& value)](./setnote/) | Represents the content of comment. | +| [SetNote(const char16_t* value)](./setnote/) | Represents the content of comment. | +| [SetTextHorizontalAlignment(TextAlignmentType value)](./settexthorizontalalignment/) | Gets and sets the text horizontal alignment type of the comment. | +| [SetTextOrientationType(TextOrientationType value)](./settextorientationtype/) | Gets and sets the text orientation type of the comment. | +| [SetTextVerticalAlignment(TextAlignmentType value)](./settextverticalalignment/) | Gets and sets the text vertical alignment type of the comment. | +| [SetWidth(int32_t value)](./setwidth/) | Represents the width of the comment, in unit of pixels. | +| [SetWidthCM(double value)](./setwidthcm/) | Represents the width of the comment, in unit of centimeters. | +| [SetWidthInch(double value)](./setwidthinch/) | Represents the width of the comment, in unit of inches. | +| [~Comment()](./~comment/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook workbook; +CommentCollection comments = workbook.GetWorksheets().Get(0).GetComments(); + +//Agregar comentario a la celda A1 +int commentIndex1 = comments.Add(0, 0); +Comment comment1 = comments.Get(commentIndex1); +comment1.SetNote(u"First note."); +comment1.GetFont().SetName(u"Times New Roman"); + +//Agregar comentario a la celda B2 +comments.Add(u"B2"); +Comment comment2 = comments.Get("B2"); +comment2.SetNote(u"Second note."); + + +//Guarde el archivo de Excel. +workbook.Save(u"exmaple.xlsx"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/comment/characters/_index.md b/spanish/cpp/aspose.cells/comment/characters/_index.md new file mode 100644 index 00000000000..18bdecf96d3 --- /dev/null +++ b/spanish/cpp/aspose.cells/comment/characters/_index.md @@ -0,0 +1,43 @@ +--- +title: Aspose::Cells::Comment::Characters method +linktitle: Characters +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Comment::Characters method. Returns a Characters object that represents a range of characters within the comment text in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells/comment/characters/ +--- +## Comment::Characters method + + +Returns a Characters object that represents a range of characters within the comment text. + +```cpp +FontSetting Aspose::Cells::Comment::Characters(int32_t startIndex, int32_t length) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| startIndex | int32_t | The index of the start of the character. | +| length | int32_t | The number of characters. | + +## ReturnValue + +Characters object. + + +## Examples + + +```cpp +FontSetting fontSetting = comment1.Characters(0, 4); +``` + +## See Also + +* Class [FontSetting](../../fontsetting/) +* Class [Vector](../../vector/) +* Class [Comment](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/comment/comment/_index.md b/spanish/cpp/aspose.cells/comment/comment/_index.md new file mode 100644 index 00000000000..5ab52f21d14 --- /dev/null +++ b/spanish/cpp/aspose.cells/comment/comment/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Comment::Comment constructor +linktitle: Comment +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Comment::Comment constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/comment/comment/ +--- +## Comment::Comment(Comment_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Comment::Comment(Comment_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Comment](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Comment::Comment(const Comment\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Comment::Comment(const Comment &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Comment](../) +* Class [Comment](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/comment/formatcharacters/_index.md b/spanish/cpp/aspose.cells/comment/formatcharacters/_index.md new file mode 100644 index 00000000000..ef531baade1 --- /dev/null +++ b/spanish/cpp/aspose.cells/comment/formatcharacters/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Comment::FormatCharacters method +linktitle: FormatCharacters +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Comment::FormatCharacters method. Format some characters with the font setting in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells/comment/formatcharacters/ +--- +## Comment::FormatCharacters method + + +Format some characters with the font setting. + +```cpp +void Aspose::Cells::Comment::FormatCharacters(int32_t startIndex, int32_t length, const Aspose::Cells::Font &font, const StyleFlag &flag) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| startIndex | int32_t | The start index. | +| length | int32_t | The length. | +| font | const Aspose::Cells::Font\& | The font setting. | +| flag | const StyleFlag\& | The flag of the font setting. | + +## See Also + +* Class [Vector](../../vector/) +* Class [Font](../../font/) +* Class [StyleFlag](../../styleflag/) +* Class [Comment](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/comment/getauthor/_index.md b/spanish/cpp/aspose.cells/comment/getauthor/_index.md new file mode 100644 index 00000000000..1d8f6564ce7 --- /dev/null +++ b/spanish/cpp/aspose.cells/comment/getauthor/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Comment::GetAuthor method +linktitle: GetAuthor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Comment::GetAuthor method. Gets and sets Name of the original comment author in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/comment/getauthor/ +--- +## Comment::GetAuthor method + + +Gets and sets [Name](../../name/) of the original comment author. + +```cpp +U16String Aspose::Cells::Comment::GetAuthor() +``` + + +## Examples + + +```cpp +if (comment1.GetAuthor().IsNull()) +{ + comment1.SetAuthor(u"Carl.Yang"); +} +``` + +## See Also + +* Class [U16String](../../u16string/) +* Class [Comment](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/comment/getautosize/_index.md b/spanish/cpp/aspose.cells/comment/getautosize/_index.md new file mode 100644 index 00000000000..b1c104ae82d --- /dev/null +++ b/spanish/cpp/aspose.cells/comment/getautosize/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Comment::GetAutoSize method +linktitle: GetAutoSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Comment::GetAutoSize method. Indicates if size of comment is adjusted automatically according to its content. Note: In some special cases (such as Mac environment), this setting may not take effect. If this setting does not take effect, please replace it with FitToTextSize() in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells/comment/getautosize/ +--- +## Comment::GetAutoSize method + + +Indicates if size of comment is adjusted automatically according to its content. Note: In some special cases (such as Mac environment), this setting may not take effect. If this setting does not take effect, please replace it with FitToTextSize(). + +```cpp +bool Aspose::Cells::Comment::GetAutoSize() +``` + + +## Examples + + +```cpp +if (!comment1.GetAutoSize()) +{ + //El tamaño del comentario varía con el contenido + comment1.SetAutoSize(true); +} +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Comment](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/comment/getcolumn/_index.md b/spanish/cpp/aspose.cells/comment/getcolumn/_index.md new file mode 100644 index 00000000000..9eb26884afc --- /dev/null +++ b/spanish/cpp/aspose.cells/comment/getcolumn/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Comment::GetColumn method +linktitle: GetColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Comment::GetColumn method. Gets the column index of the comment in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/comment/getcolumn/ +--- +## Comment::GetColumn method + + +Gets the column index of the comment. + +```cpp +int32_t Aspose::Cells::Comment::GetColumn() +``` + + +## Examples + + +```cpp +int column = comment1.GetColumn(); +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Comment](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/comment/getcommentshape/_index.md b/spanish/cpp/aspose.cells/comment/getcommentshape/_index.md new file mode 100644 index 00000000000..ca25c8cf290 --- /dev/null +++ b/spanish/cpp/aspose.cells/comment/getcommentshape/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Comment::GetCommentShape method +linktitle: GetCommentShape +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Comment::GetCommentShape method. Get a Shape object that represents the shape attached to the specified comment in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/comment/getcommentshape/ +--- +## Comment::GetCommentShape method + + +Get a Shape object that represents the shape attached to the specified comment. + +```cpp +CommentShape Aspose::Cells::Comment::GetCommentShape() +``` + + +## Examples + + +```cpp +CommentShape shape = comment1.GetCommentShape(); +int w = shape.GetWidth(); +int h = shape.GetHeight(); +``` + +## See Also + +* Class [CommentShape](../../../aspose.cells.drawing/commentshape/) +* Class [Comment](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/comment/getfont/_index.md b/spanish/cpp/aspose.cells/comment/getfont/_index.md new file mode 100644 index 00000000000..5dbf65240e9 --- /dev/null +++ b/spanish/cpp/aspose.cells/comment/getfont/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::Comment::GetFont method +linktitle: GetFont +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Comment::GetFont method. Gets the font of comment in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells/comment/getfont/ +--- +## Comment::GetFont method + + +Gets the font of comment. + +```cpp +Aspose::Cells::Font Aspose::Cells::Comment::GetFont() +``` + + +## Examples + + +```cpp +Font font = comment1.GetFont(); +font.SetSize(12); +``` + +## See Also + +* Class [Font](../../font/) +* Class [Comment](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/comment/getheight/_index.md b/spanish/cpp/aspose.cells/comment/getheight/_index.md new file mode 100644 index 00000000000..fcdd4b77710 --- /dev/null +++ b/spanish/cpp/aspose.cells/comment/getheight/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Comment::GetHeight method +linktitle: GetHeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Comment::GetHeight method. Represents the Height of the comment, in unit of pixels in C++.' +type: docs +weight: 3700 +url: /es/cpp/aspose.cells/comment/getheight/ +--- +## Comment::GetHeight method + + +Represents the Height of the comment, in unit of pixels. + +```cpp +int32_t Aspose::Cells::Comment::GetHeight() +``` + + +## Examples + + +```cpp +if (comment1.GetHeight() == 10) +{ + comment1.SetHeight(20); +} +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Comment](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/comment/getheightcm/_index.md b/spanish/cpp/aspose.cells/comment/getheightcm/_index.md new file mode 100644 index 00000000000..143f69a2a8e --- /dev/null +++ b/spanish/cpp/aspose.cells/comment/getheightcm/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Comment::GetHeightCM method +linktitle: GetHeightCM +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Comment::GetHeightCM method. Represents the height of the comment, in unit of centimeters in C++.' +type: docs +weight: 3100 +url: /es/cpp/aspose.cells/comment/getheightcm/ +--- +## Comment::GetHeightCM method + + +Represents the height of the comment, in unit of centimeters. + +```cpp +double Aspose::Cells::Comment::GetHeightCM() +``` + + +## Examples + + +```cpp +if (comment1.GetHeightCM() == 1.0) +{ + comment1.SetHeightCM(2.0); +} +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Comment](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/comment/getheightinch/_index.md b/spanish/cpp/aspose.cells/comment/getheightinch/_index.md new file mode 100644 index 00000000000..da98a0a6ada --- /dev/null +++ b/spanish/cpp/aspose.cells/comment/getheightinch/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Comment::GetHeightInch method +linktitle: GetHeightInch +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Comment::GetHeightInch method. Represents the height of the comment, in unit of inches in C++.' +type: docs +weight: 4100 +url: /es/cpp/aspose.cells/comment/getheightinch/ +--- +## Comment::GetHeightInch method + + +Represents the height of the comment, in unit of inches. + +```cpp +double Aspose::Cells::Comment::GetHeightInch() +``` + + +## Examples + + +```cpp +if (comment1.GetHeightInch() == 1.0) +{ + comment1.SetHeightInch(2.0); +} +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Comment](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/comment/gethtmlnote/_index.md b/spanish/cpp/aspose.cells/comment/gethtmlnote/_index.md new file mode 100644 index 00000000000..34764e9d970 --- /dev/null +++ b/spanish/cpp/aspose.cells/comment/gethtmlnote/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Comment::GetHtmlNote method +linktitle: GetHtmlNote +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Comment::GetHtmlNote method. Gets and sets the html string which contains data and some formats in this comment in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells/comment/gethtmlnote/ +--- +## Comment::GetHtmlNote method + + +Gets and sets the html string which contains data and some formats in this comment. + +```cpp +U16String Aspose::Cells::Comment::GetHtmlNote() +``` + +## Remarks + + +If this is a threaded comment, the note could not be changed, otherwise MS Excel could not process it as a threaded comment. + +## Examples + + +```cpp +U16String htmlNote = comment1.GetHtmlNote(); +``` + +## See Also + +* Class [U16String](../../u16string/) +* Class [Comment](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/comment/getnote/_index.md b/spanish/cpp/aspose.cells/comment/getnote/_index.md new file mode 100644 index 00000000000..994bbbdc5ca --- /dev/null +++ b/spanish/cpp/aspose.cells/comment/getnote/_index.md @@ -0,0 +1,37 @@ +--- +title: Aspose::Cells::Comment::GetNote method +linktitle: GetNote +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Comment::GetNote method. Represents the content of comment in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells/comment/getnote/ +--- +## Comment::GetNote method + + +Represents the content of comment. + +```cpp +U16String Aspose::Cells::Comment::GetNote() +``` + +## Remarks + + +If this is a threaded comment, the note could not be changed, otherwise MS Excel could not process it as a threaded comment. + +## Examples + + +```cpp +U16String note1 = comment1.GetNote(); +U16String note2 = comment2.GetNote(); +``` + +## See Also + +* Class [U16String](../../u16string/) +* Class [Comment](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/comment/getrichformattings/_index.md b/spanish/cpp/aspose.cells/comment/getrichformattings/_index.md new file mode 100644 index 00000000000..676b36005c8 --- /dev/null +++ b/spanish/cpp/aspose.cells/comment/getrichformattings/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::Comment::GetRichFormattings method +linktitle: GetRichFormattings +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Comment::GetRichFormattings method. Returns all Characters objects that represents a range of characters within the comment text in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells/comment/getrichformattings/ +--- +## Comment::GetRichFormattings method + + +Returns all Characters objects that represents a range of characters within the comment text. + +```cpp +Vector Aspose::Cells::Comment::GetRichFormattings() +``` + + +## ReturnValue + +All Characters objects + + +## Examples + + +```cpp +Vector list = comment1.GetRichFormattings(); +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FontSetting](../../fontsetting/) +* Class [Comment](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/comment/getrow/_index.md b/spanish/cpp/aspose.cells/comment/getrow/_index.md new file mode 100644 index 00000000000..58840913ac2 --- /dev/null +++ b/spanish/cpp/aspose.cells/comment/getrow/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Comment::GetRow method +linktitle: GetRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Comment::GetRow method. Gets the row index of the comment in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/comment/getrow/ +--- +## Comment::GetRow method + + +Gets the row index of the comment. + +```cpp +int32_t Aspose::Cells::Comment::GetRow() +``` + + +## Examples + + +```cpp +int row = comment1.GetRow(); +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Comment](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/comment/gettexthorizontalalignment/_index.md b/spanish/cpp/aspose.cells/comment/gettexthorizontalalignment/_index.md new file mode 100644 index 00000000000..0cca751611a --- /dev/null +++ b/spanish/cpp/aspose.cells/comment/gettexthorizontalalignment/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Comment::GetTextHorizontalAlignment method +linktitle: GetTextHorizontalAlignment +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Comment::GetTextHorizontalAlignment method. Gets and sets the text horizontal alignment type of the comment in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells/comment/gettexthorizontalalignment/ +--- +## Comment::GetTextHorizontalAlignment method + + +Gets and sets the text horizontal alignment type of the comment. + +```cpp +TextAlignmentType Aspose::Cells::Comment::GetTextHorizontalAlignment() +``` + + +## Examples + + +```cpp +if (comment1.GetTextHorizontalAlignment() == TextAlignmentType::Fill) +{ + comment1.SetTextHorizontalAlignment(TextAlignmentType::Center); +} +``` + +## See Also + +* Enum [TextAlignmentType](../../textalignmenttype/) +* Class [Comment](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/comment/gettextorientationtype/_index.md b/spanish/cpp/aspose.cells/comment/gettextorientationtype/_index.md new file mode 100644 index 00000000000..d0e8cbb67cc --- /dev/null +++ b/spanish/cpp/aspose.cells/comment/gettextorientationtype/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Comment::GetTextOrientationType method +linktitle: GetTextOrientationType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Comment::GetTextOrientationType method. Gets and sets the text orientation type of the comment in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells/comment/gettextorientationtype/ +--- +## Comment::GetTextOrientationType method + + +Gets and sets the text orientation type of the comment. + +```cpp +TextOrientationType Aspose::Cells::Comment::GetTextOrientationType() +``` + + +## Examples + + +```cpp +if (comment1.GetTextOrientationType() == TextOrientationType::NoRotation) +{ + comment1.SetTextOrientationType(TextOrientationType::TopToBottom); +} +``` + +## See Also + +* Enum [TextOrientationType](../../textorientationtype/) +* Class [Comment](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/comment/gettextverticalalignment/_index.md b/spanish/cpp/aspose.cells/comment/gettextverticalalignment/_index.md new file mode 100644 index 00000000000..df681d9401c --- /dev/null +++ b/spanish/cpp/aspose.cells/comment/gettextverticalalignment/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Comment::GetTextVerticalAlignment method +linktitle: GetTextVerticalAlignment +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Comment::GetTextVerticalAlignment method. Gets and sets the text vertical alignment type of the comment in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells/comment/gettextverticalalignment/ +--- +## Comment::GetTextVerticalAlignment method + + +Gets and sets the text vertical alignment type of the comment. + +```cpp +TextAlignmentType Aspose::Cells::Comment::GetTextVerticalAlignment() +``` + + +## Examples + + +```cpp +if (comment1.GetTextVerticalAlignment() == TextAlignmentType::Fill) +{ + comment1.SetTextVerticalAlignment(TextAlignmentType::Center); +} +``` + +## See Also + +* Enum [TextAlignmentType](../../textalignmenttype/) +* Class [Comment](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/comment/getthreadedcomments/_index.md b/spanish/cpp/aspose.cells/comment/getthreadedcomments/_index.md new file mode 100644 index 00000000000..c2dbf04fa01 --- /dev/null +++ b/spanish/cpp/aspose.cells/comment/getthreadedcomments/_index.md @@ -0,0 +1,37 @@ +--- +title: Aspose::Cells::Comment::GetThreadedComments method +linktitle: GetThreadedComments +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Comment::GetThreadedComments method. Gets the list of threaded comments; in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/comment/getthreadedcomments/ +--- +## Comment::GetThreadedComments method + + +Gets the list of threaded comments;. + +```cpp +ThreadedCommentCollection Aspose::Cells::Comment::GetThreadedComments() +``` + + +## Examples + + +```cpp +ThreadedCommentCollection threadedComments = comment1.GetThreadedComments(); +for (int i = 0; i < threadedComments.GetCount(); ++i) +{ + ThreadedComment tc = threadedComments.Get(i); + U16String note = tc.GetNotes(); +} +``` + +## See Also + +* Class [ThreadedCommentCollection](../../threadedcommentcollection/) +* Class [Comment](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/comment/getwidth/_index.md b/spanish/cpp/aspose.cells/comment/getwidth/_index.md new file mode 100644 index 00000000000..6b446535ea2 --- /dev/null +++ b/spanish/cpp/aspose.cells/comment/getwidth/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Comment::GetWidth method +linktitle: GetWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Comment::GetWidth method. Represents the width of the comment, in unit of pixels in C++.' +type: docs +weight: 3500 +url: /es/cpp/aspose.cells/comment/getwidth/ +--- +## Comment::GetWidth method + + +Represents the width of the comment, in unit of pixels. + +```cpp +int32_t Aspose::Cells::Comment::GetWidth() +``` + + +## Examples + + +```cpp +if (comment1.GetWidth() == 10) +{ + comment1.SetWidth(20); +} +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Comment](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/comment/getwidthcm/_index.md b/spanish/cpp/aspose.cells/comment/getwidthcm/_index.md new file mode 100644 index 00000000000..967bb5b6ab3 --- /dev/null +++ b/spanish/cpp/aspose.cells/comment/getwidthcm/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Comment::GetWidthCM method +linktitle: GetWidthCM +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Comment::GetWidthCM method. Represents the width of the comment, in unit of centimeters in C++.' +type: docs +weight: 3300 +url: /es/cpp/aspose.cells/comment/getwidthcm/ +--- +## Comment::GetWidthCM method + + +Represents the width of the comment, in unit of centimeters. + +```cpp +double Aspose::Cells::Comment::GetWidthCM() +``` + + +## Examples + + +```cpp +if (comment1.GetWidthCM() == 1.0) +{ + comment1.SetWidthCM(2.0); +} +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Comment](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/comment/getwidthinch/_index.md b/spanish/cpp/aspose.cells/comment/getwidthinch/_index.md new file mode 100644 index 00000000000..18418eb315d --- /dev/null +++ b/spanish/cpp/aspose.cells/comment/getwidthinch/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Comment::GetWidthInch method +linktitle: GetWidthInch +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Comment::GetWidthInch method. Represents the width of the comment, in unit of inches in C++.' +type: docs +weight: 3900 +url: /es/cpp/aspose.cells/comment/getwidthinch/ +--- +## Comment::GetWidthInch method + + +Represents the width of the comment, in unit of inches. + +```cpp +double Aspose::Cells::Comment::GetWidthInch() +``` + + +## Examples + + +```cpp +if (comment1.GetWidthInch() == 1.0) +{ + comment1.SetWidthInch(2.0); +} +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Comment](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/comment/isnull/_index.md b/spanish/cpp/aspose.cells/comment/isnull/_index.md new file mode 100644 index 00000000000..410346f201e --- /dev/null +++ b/spanish/cpp/aspose.cells/comment/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Comment::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Comment::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/comment/isnull/ +--- +## Comment::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Comment::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [Comment](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/comment/isthreadedcomment/_index.md b/spanish/cpp/aspose.cells/comment/isthreadedcomment/_index.md new file mode 100644 index 00000000000..e4976211fda --- /dev/null +++ b/spanish/cpp/aspose.cells/comment/isthreadedcomment/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Comment::IsThreadedComment method +linktitle: IsThreadedComment +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Comment::IsThreadedComment method. Indicates whether this comment is a threaded comment in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/comment/isthreadedcomment/ +--- +## Comment::IsThreadedComment method + + +Indicates whether this comment is a threaded comment. + +```cpp +bool Aspose::Cells::Comment::IsThreadedComment() +``` + + +## Examples + + +```cpp +if (comment1.IsThreadedComment()) +{ + //Este comentario es un comentario en hilo. +} +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Comment](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/comment/isvisible/_index.md b/spanish/cpp/aspose.cells/comment/isvisible/_index.md new file mode 100644 index 00000000000..55bd4d0fe13 --- /dev/null +++ b/spanish/cpp/aspose.cells/comment/isvisible/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Comment::IsVisible method +linktitle: IsVisible +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Comment::IsVisible method. Represents if the comment is visible or not in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells/comment/isvisible/ +--- +## Comment::IsVisible method + + +Represents if the comment is visible or not. + +```cpp +bool Aspose::Cells::Comment::IsVisible() +``` + + +## Examples + + +```cpp +if (comment1.IsVisible() == false) +{ + comment1.SetIsVisible(true);//The comment is visible +} +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Comment](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/comment/operator_asm/_index.md b/spanish/cpp/aspose.cells/comment/operator_asm/_index.md new file mode 100644 index 00000000000..bd1ef750b83 --- /dev/null +++ b/spanish/cpp/aspose.cells/comment/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Comment::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Comment::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/comment/operator_asm/ +--- +## Comment::operator= method + + +operator= + +```cpp +Comment & Aspose::Cells::Comment::operator=(const Comment &src) +``` + +## See Also + +* Class [Comment](../) +* Class [Vector](../../vector/) +* Class [Comment](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/comment/operator_bool/_index.md b/spanish/cpp/aspose.cells/comment/operator_bool/_index.md new file mode 100644 index 00000000000..6c2471e9f39 --- /dev/null +++ b/spanish/cpp/aspose.cells/comment/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Comment::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Comment::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/comment/operator_bool/ +--- +## Comment::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Comment::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [Comment](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/comment/setauthor/_index.md b/spanish/cpp/aspose.cells/comment/setauthor/_index.md new file mode 100644 index 00000000000..7c05d03a1ce --- /dev/null +++ b/spanish/cpp/aspose.cells/comment/setauthor/_index.md @@ -0,0 +1,63 @@ +--- +title: Aspose::Cells::Comment::SetAuthor method +linktitle: SetAuthor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Comment::SetAuthor method. Gets and sets Name of the original comment author in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/comment/setauthor/ +--- +## Comment::SetAuthor(const U16String\&) method + + +Gets and sets [Name](../../name/) of the original comment author. + +```cpp +void Aspose::Cells::Comment::SetAuthor(const U16String &value) +``` + + +## Examples + + +```cpp +if (comment1.GetAuthor().IsNull()) +{ + U16String author = u"Carl.Yang"; + comment1.SetAuthor(author); +} +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [Comment](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Comment::SetAuthor(const char16_t*) method + + +Gets and sets [Name](../../name/) of the original comment author. + +```cpp +void Aspose::Cells::Comment::SetAuthor(const char16_t *value) +``` + + +## Examples + + +```cpp +if (comment1.GetAuthor().IsNull()) +{ + comment1.SetAuthor(u"Carl.Yang"); +} +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Comment](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/comment/setautosize/_index.md b/spanish/cpp/aspose.cells/comment/setautosize/_index.md new file mode 100644 index 00000000000..49b48bbd022 --- /dev/null +++ b/spanish/cpp/aspose.cells/comment/setautosize/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Comment::SetAutoSize method +linktitle: SetAutoSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Comment::SetAutoSize method. Indicates if size of comment is adjusted automatically according to its content. Note: In some special cases (such as Mac environment), this setting may not take effect. If this setting does not take effect, please replace it with FitToTextSize() in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells/comment/setautosize/ +--- +## Comment::SetAutoSize method + + +Indicates if size of comment is adjusted automatically according to its content. Note: In some special cases (such as Mac environment), this setting may not take effect. If this setting does not take effect, please replace it with FitToTextSize(). + +```cpp +void Aspose::Cells::Comment::SetAutoSize(bool value) +``` + + +## Examples + + +```cpp +if (!comment1.GetAutoSize()) +{ + //El tamaño del comentario varía con el contenido + comment1.SetAutoSize(true); +} +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Comment](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/comment/setheight/_index.md b/spanish/cpp/aspose.cells/comment/setheight/_index.md new file mode 100644 index 00000000000..d7a93561760 --- /dev/null +++ b/spanish/cpp/aspose.cells/comment/setheight/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Comment::SetHeight method +linktitle: SetHeight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Comment::SetHeight method. Represents the Height of the comment, in unit of pixels in C++.' +type: docs +weight: 3800 +url: /es/cpp/aspose.cells/comment/setheight/ +--- +## Comment::SetHeight method + + +Represents the Height of the comment, in unit of pixels. + +```cpp +void Aspose::Cells::Comment::SetHeight(int32_t value) +``` + + +## Examples + + +```cpp +if (comment1.GetHeight() == 10) +{ + comment1.SetHeight(20); +} +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Comment](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/comment/setheightcm/_index.md b/spanish/cpp/aspose.cells/comment/setheightcm/_index.md new file mode 100644 index 00000000000..3e7b80f3a65 --- /dev/null +++ b/spanish/cpp/aspose.cells/comment/setheightcm/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Comment::SetHeightCM method +linktitle: SetHeightCM +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Comment::SetHeightCM method. Represents the height of the comment, in unit of centimeters in C++.' +type: docs +weight: 3200 +url: /es/cpp/aspose.cells/comment/setheightcm/ +--- +## Comment::SetHeightCM method + + +Represents the height of the comment, in unit of centimeters. + +```cpp +void Aspose::Cells::Comment::SetHeightCM(double value) +``` + + +## Examples + + +```cpp +if (comment1.GetHeightCM() == 1.0) +{ + comment1.SetHeightCM(2.0); +} +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Comment](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/comment/setheightinch/_index.md b/spanish/cpp/aspose.cells/comment/setheightinch/_index.md new file mode 100644 index 00000000000..1903a438989 --- /dev/null +++ b/spanish/cpp/aspose.cells/comment/setheightinch/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Comment::SetHeightInch method +linktitle: SetHeightInch +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Comment::SetHeightInch method. Represents the height of the comment, in unit of inches in C++.' +type: docs +weight: 4200 +url: /es/cpp/aspose.cells/comment/setheightinch/ +--- +## Comment::SetHeightInch method + + +Represents the height of the comment, in unit of inches. + +```cpp +void Aspose::Cells::Comment::SetHeightInch(double value) +``` + + +## Examples + + +```cpp +if (comment1.GetHeightInch() == 1.0) +{ + comment1.SetHeightInch(2.0); +} +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Comment](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/comment/sethtmlnote/_index.md b/spanish/cpp/aspose.cells/comment/sethtmlnote/_index.md new file mode 100644 index 00000000000..43ce43b2137 --- /dev/null +++ b/spanish/cpp/aspose.cells/comment/sethtmlnote/_index.md @@ -0,0 +1,65 @@ +--- +title: Aspose::Cells::Comment::SetHtmlNote method +linktitle: SetHtmlNote +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Comment::SetHtmlNote method. Gets and sets the html string which contains data and some formats in this comment in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells/comment/sethtmlnote/ +--- +## Comment::SetHtmlNote(const U16String\&) method + + +Gets and sets the html string which contains data and some formats in this comment. + +```cpp +void Aspose::Cells::Comment::SetHtmlNote(const U16String &value) +``` + +## Remarks + + +If this is a threaded comment, the note could not be changed, otherwise MS Excel could not process it as a threaded comment. + +## Examples + + +```cpp +U16String htmlNote = u"This is a test."; +comment1.SetHtmlNote(htmlNote); +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [Comment](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Comment::SetHtmlNote(const char16_t*) method + + +Gets and sets the html string which contains data and some formats in this comment. + +```cpp +void Aspose::Cells::Comment::SetHtmlNote(const char16_t *value) +``` + +## Remarks + + +If this is a threaded comment, the note could not be changed, otherwise MS Excel could not process it as a threaded comment. + +## Examples + + +```cpp +comment1.SetHtmlNote(u"This is a test."); +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Comment](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/comment/setisvisible/_index.md b/spanish/cpp/aspose.cells/comment/setisvisible/_index.md new file mode 100644 index 00000000000..a3ba1832b46 --- /dev/null +++ b/spanish/cpp/aspose.cells/comment/setisvisible/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Comment::SetIsVisible method +linktitle: SetIsVisible +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Comment::SetIsVisible method. Represents if the comment is visible or not in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells/comment/setisvisible/ +--- +## Comment::SetIsVisible method + + +Represents if the comment is visible or not. + +```cpp +void Aspose::Cells::Comment::SetIsVisible(bool value) +``` + + +## Examples + + +```cpp +if (comment1.IsVisible() == false) +{ + comment1.SetIsVisible(true);//The comment is visible +} +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Comment](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/comment/setnote/_index.md b/spanish/cpp/aspose.cells/comment/setnote/_index.md new file mode 100644 index 00000000000..433bb7d7c8b --- /dev/null +++ b/spanish/cpp/aspose.cells/comment/setnote/_index.md @@ -0,0 +1,67 @@ +--- +title: Aspose::Cells::Comment::SetNote method +linktitle: SetNote +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Comment::SetNote method. Represents the content of comment in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells/comment/setnote/ +--- +## Comment::SetNote(const U16String\&) method + + +Represents the content of comment. + +```cpp +void Aspose::Cells::Comment::SetNote(const U16String &value) +``` + +## Remarks + + +If this is a threaded comment, the note could not be changed, otherwise MS Excel could not process it as a threaded comment. + +## Examples + + +```cpp +U16String note_1 = u"First note."; +U16String note_2 = u"Second note."; +comment1.SetNote(note_1); +comment2.SetNote(note_2); +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [Comment](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Comment::SetNote(const char16_t*) method + + +Represents the content of comment. + +```cpp +void Aspose::Cells::Comment::SetNote(const char16_t *value) +``` + +## Remarks + + +If this is a threaded comment, the note could not be changed, otherwise MS Excel could not process it as a threaded comment. + +## Examples + + +```cpp +comment1.SetNote(u"First note."); +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Comment](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/comment/settexthorizontalalignment/_index.md b/spanish/cpp/aspose.cells/comment/settexthorizontalalignment/_index.md new file mode 100644 index 00000000000..fa0327031fe --- /dev/null +++ b/spanish/cpp/aspose.cells/comment/settexthorizontalalignment/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Comment::SetTextHorizontalAlignment method +linktitle: SetTextHorizontalAlignment +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Comment::SetTextHorizontalAlignment method. Gets and sets the text horizontal alignment type of the comment in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells/comment/settexthorizontalalignment/ +--- +## Comment::SetTextHorizontalAlignment method + + +Gets and sets the text horizontal alignment type of the comment. + +```cpp +void Aspose::Cells::Comment::SetTextHorizontalAlignment(TextAlignmentType value) +``` + + +## Examples + + +```cpp +if (comment1.GetTextHorizontalAlignment() == TextAlignmentType::Fill) +{ + comment1.SetTextHorizontalAlignment(TextAlignmentType::Center); +} +``` + +## See Also + +* Class [Vector](../../vector/) +* Enum [TextAlignmentType](../../textalignmenttype/) +* Class [Comment](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/comment/settextorientationtype/_index.md b/spanish/cpp/aspose.cells/comment/settextorientationtype/_index.md new file mode 100644 index 00000000000..6c07deb704f --- /dev/null +++ b/spanish/cpp/aspose.cells/comment/settextorientationtype/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Comment::SetTextOrientationType method +linktitle: SetTextOrientationType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Comment::SetTextOrientationType method. Gets and sets the text orientation type of the comment in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells/comment/settextorientationtype/ +--- +## Comment::SetTextOrientationType method + + +Gets and sets the text orientation type of the comment. + +```cpp +void Aspose::Cells::Comment::SetTextOrientationType(TextOrientationType value) +``` + + +## Examples + + +```cpp +if (comment1.GetTextOrientationType() == TextOrientationType::NoRotation) +{ + comment1.SetTextOrientationType(TextOrientationType::TopToBottom); +} +``` + +## See Also + +* Class [Vector](../../vector/) +* Enum [TextOrientationType](../../textorientationtype/) +* Class [Comment](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/comment/settextverticalalignment/_index.md b/spanish/cpp/aspose.cells/comment/settextverticalalignment/_index.md new file mode 100644 index 00000000000..f6336c33f40 --- /dev/null +++ b/spanish/cpp/aspose.cells/comment/settextverticalalignment/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::Comment::SetTextVerticalAlignment method +linktitle: SetTextVerticalAlignment +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Comment::SetTextVerticalAlignment method. Gets and sets the text vertical alignment type of the comment in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells/comment/settextverticalalignment/ +--- +## Comment::SetTextVerticalAlignment method + + +Gets and sets the text vertical alignment type of the comment. + +```cpp +void Aspose::Cells::Comment::SetTextVerticalAlignment(TextAlignmentType value) +``` + + +## Examples + + +```cpp +if (comment1.GetTextVerticalAlignment() == TextAlignmentType::Fill) +{ + comment1.SetTextVerticalAlignment(TextAlignmentType::Center); +} +``` + +## See Also + +* Class [Vector](../../vector/) +* Enum [TextAlignmentType](../../textalignmenttype/) +* Class [Comment](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/comment/setwidth/_index.md b/spanish/cpp/aspose.cells/comment/setwidth/_index.md new file mode 100644 index 00000000000..2750fb9f66c --- /dev/null +++ b/spanish/cpp/aspose.cells/comment/setwidth/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Comment::SetWidth method +linktitle: SetWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Comment::SetWidth method. Represents the width of the comment, in unit of pixels in C++.' +type: docs +weight: 3600 +url: /es/cpp/aspose.cells/comment/setwidth/ +--- +## Comment::SetWidth method + + +Represents the width of the comment, in unit of pixels. + +```cpp +void Aspose::Cells::Comment::SetWidth(int32_t value) +``` + + +## Examples + + +```cpp +if (comment1.GetWidth() == 10) +{ + comment1.SetWidth(20); +} +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Comment](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/comment/setwidthcm/_index.md b/spanish/cpp/aspose.cells/comment/setwidthcm/_index.md new file mode 100644 index 00000000000..f6abaf49134 --- /dev/null +++ b/spanish/cpp/aspose.cells/comment/setwidthcm/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Comment::SetWidthCM method +linktitle: SetWidthCM +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Comment::SetWidthCM method. Represents the width of the comment, in unit of centimeters in C++.' +type: docs +weight: 3400 +url: /es/cpp/aspose.cells/comment/setwidthcm/ +--- +## Comment::SetWidthCM method + + +Represents the width of the comment, in unit of centimeters. + +```cpp +void Aspose::Cells::Comment::SetWidthCM(double value) +``` + + +## Examples + + +```cpp +if (comment1.GetWidthCM() == 1.0) +{ + comment1.SetWidthCM(2.0); +} +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Comment](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/comment/setwidthinch/_index.md b/spanish/cpp/aspose.cells/comment/setwidthinch/_index.md new file mode 100644 index 00000000000..0217a64f708 --- /dev/null +++ b/spanish/cpp/aspose.cells/comment/setwidthinch/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Comment::SetWidthInch method +linktitle: SetWidthInch +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Comment::SetWidthInch method. Represents the width of the comment, in unit of inches in C++.' +type: docs +weight: 4000 +url: /es/cpp/aspose.cells/comment/setwidthinch/ +--- +## Comment::SetWidthInch method + + +Represents the width of the comment, in unit of inches. + +```cpp +void Aspose::Cells::Comment::SetWidthInch(double value) +``` + + +## Examples + + +```cpp +if (comment1.GetWidthInch() == 1.0) +{ + comment1.SetWidthInch(2.0); +} +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Comment](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/comment/~comment/_index.md b/spanish/cpp/aspose.cells/comment/~comment/_index.md new file mode 100644 index 00000000000..69c57bf026d --- /dev/null +++ b/spanish/cpp/aspose.cells/comment/~comment/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Comment::~Comment method +linktitle: ~Comment +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Comment::~Comment method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/comment/~comment/ +--- +## Comment::~Comment method + + +Destructor. + +```cpp +Aspose::Cells::Comment::~Comment() +``` + +## See Also + +* Class [Comment](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/commentcollection/_impl/_index.md b/spanish/cpp/aspose.cells/commentcollection/_impl/_index.md new file mode 100644 index 00000000000..af9572cbab5 --- /dev/null +++ b/spanish/cpp/aspose.cells/commentcollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::CommentCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CommentCollection::_impl field. The implementation object in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells/commentcollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +CommentCollection_Impl* Aspose::Cells::CommentCollection::_impl +``` + +## See Also + +* Class [CommentCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/commentcollection/_index.md b/spanish/cpp/aspose.cells/commentcollection/_index.md new file mode 100644 index 00000000000..2bcc4512a0b --- /dev/null +++ b/spanish/cpp/aspose.cells/commentcollection/_index.md @@ -0,0 +1,68 @@ +--- +title: Aspose::Cells::CommentCollection class +linktitle: CommentCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CommentCollection class. Encapsulates a collection of Comment objects in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells/commentcollection/ +--- +## CommentCollection class + + +Encapsulates a collection of [Comment](../comment/) objects. + +```cpp +class CommentCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add(int32_t row, int32_t column)](./add/) | Adds a comment to the collection. | +| [Add(const U16String\& cellName)](./add/) | Adds a comment to the collection. | +| [Add(const char16_t* cellName)](./add/) | Adds a comment to the collection. | +| [AddThreadedComment(int32_t row, int32_t column, const U16String\& text, const ThreadedCommentAuthor\& author)](./addthreadedcomment/) | Adds a threaded comment. | +| [AddThreadedComment(int32_t row, int32_t column, const char16_t* text, const ThreadedCommentAuthor\& author)](./addthreadedcomment/) | Adds a threaded comment. | +| [AddThreadedComment(const U16String\& cellName, const U16String\& text, const ThreadedCommentAuthor\& author)](./addthreadedcomment/) | Adds a threaded comment. | +| [AddThreadedComment(const char16_t* cellName, const char16_t* text, const ThreadedCommentAuthor\& author)](./addthreadedcomment/) | Adds a threaded comment. | +| [Clear()](./clear/) | Removes all comments;. | +| [CommentCollection(CommentCollection_Impl* impl)](./commentcollection/) | Constructs from an implementation object. | +| [CommentCollection(const CommentCollection\& src)](./commentcollection/) | Copy constructor. | +| [Get(int32_t index)](./get/) | Gets the [Comment](../comment/) element at the specified index. | +| [Get(const U16String\& cellName)](./get/) | Gets the [Comment](../comment/) element at the specified cell. | +| [Get(const char16_t* cellName)](./get/) | Gets the [Comment](../comment/) element at the specified cell. | +| [Get(int32_t row, int32_t column)](./get/) | Gets the [Comment](../comment/) element at the specified row index and column index. | +| [GetCount()](./getcount/) | | +| [GetThreadedComments(int32_t row, int32_t column)](./getthreadedcomments/) | Gets the threaded comments by row and column index. | +| [GetThreadedComments(const U16String\& cellName)](./getthreadedcomments/) | Gets the threaded comments by cell name. | +| [GetThreadedComments(const char16_t* cellName)](./getthreadedcomments/) | Gets the threaded comments by cell name. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const CommentCollection\& src)](./operator_asm/) | operator= | +| [RemoveAt(const U16String\& cellName)](./removeat/) | Removes the comment of the specific cell. | +| [RemoveAt(const char16_t* cellName)](./removeat/) | Removes the comment of the specific cell. | +| [RemoveAt(int32_t row, int32_t column)](./removeat/) | Removes the comment of the specific cell. | +| [~CommentCollection()](./~commentcollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook workbook; + +CommentCollection comments = workbook.GetWorksheets().Get(0).GetComments(); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/commentcollection/add/_index.md b/spanish/cpp/aspose.cells/commentcollection/add/_index.md new file mode 100644 index 00000000000..1becce21360 --- /dev/null +++ b/spanish/cpp/aspose.cells/commentcollection/add/_index.md @@ -0,0 +1,117 @@ +--- +title: Aspose::Cells::CommentCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CommentCollection::Add method. Adds a comment to the collection in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/commentcollection/add/ +--- +## CommentCollection::Add(int32_t, int32_t) method + + +Adds a comment to the collection. + +```cpp +int32_t Aspose::Cells::CommentCollection::Add(int32_t row, int32_t column) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | [Cell](../../cell/) row index. | +| column | int32_t | [Cell](../../cell/) column index. | + +## ReturnValue + +[Comment](../../comment/) object index. + + +## Examples + + +```cpp +int commentIndex1 = comments.Add(0, 0); +Comment comment1 = comments.Get(commentIndex1); +comment1.SetNote(u"First note."); +comment1.GetFont().SetName(u"Times New Roman"); +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CommentCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CommentCollection::Add(const U16String\&) method + + +Adds a comment to the collection. + +```cpp +int32_t Aspose::Cells::CommentCollection::Add(const U16String &cellName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| cellName | const U16String\& | [Cell](../../cell/) name. | + +## ReturnValue + +[Comment](../../comment/) object index. + + +## Examples + + +```cpp +U16String val = u"B2"; +int commentIndex2 = comments.Add(val); +Comment comment2 = comments.Get(commentIndex2); +comment2.SetNote(u"Second note."); +comment2.GetFont().SetName(u"Times New Roman"); +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [CommentCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CommentCollection::Add(const char16_t*) method + + +Adds a comment to the collection. + +```cpp +int32_t Aspose::Cells::CommentCollection::Add(const char16_t *cellName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| cellName | const char16_t* | [Cell](../../cell/) name. | + +## ReturnValue + +[Comment](../../comment/) object index. + + +## Examples + + +```cpp +int commentIndex2 = comments.Add(u"B2"); +Comment comment2 = comments.Get(commentIndex2); +comment2.SetNote(u"Second note."); +comment2.GetFont().SetName(u"Times New Roman"); +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CommentCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/commentcollection/addthreadedcomment/_index.md b/spanish/cpp/aspose.cells/commentcollection/addthreadedcomment/_index.md new file mode 100644 index 00000000000..d44725561c6 --- /dev/null +++ b/spanish/cpp/aspose.cells/commentcollection/addthreadedcomment/_index.md @@ -0,0 +1,121 @@ +--- +title: Aspose::Cells::CommentCollection::AddThreadedComment method +linktitle: AddThreadedComment +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CommentCollection::AddThreadedComment method. Adds a threaded comment in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/commentcollection/addthreadedcomment/ +--- +## CommentCollection::AddThreadedComment(int32_t, int32_t, const U16String\&, const ThreadedCommentAuthor\&) method + + +Adds a threaded comment. + +```cpp +int32_t Aspose::Cells::CommentCollection::AddThreadedComment(int32_t row, int32_t column, const U16String &text, const ThreadedCommentAuthor &author) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | [Cell](../../cell/) row index. | +| column | int32_t | [Cell](../../cell/) column index. | +| text | const U16String\& | The text of the comment | +| author | const ThreadedCommentAuthor\& | The user of this threaded comment. | + +## ReturnValue + +[ThreadedComment](../../threadedcomment/) object index. + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [ThreadedCommentAuthor](../../threadedcommentauthor/) +* Class [CommentCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CommentCollection::AddThreadedComment(int32_t, int32_t, const char16_t*, const ThreadedCommentAuthor\&) method + + +Adds a threaded comment. + +```cpp +int32_t Aspose::Cells::CommentCollection::AddThreadedComment(int32_t row, int32_t column, const char16_t *text, const ThreadedCommentAuthor &author) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | [Cell](../../cell/) row index. | +| column | int32_t | [Cell](../../cell/) column index. | +| text | const char16_t* | The text of the comment | +| author | const ThreadedCommentAuthor\& | The user of this threaded comment. | + +## ReturnValue + +[ThreadedComment](../../threadedcomment/) object index. + +## See Also + +* Class [Vector](../../vector/) +* Class [ThreadedCommentAuthor](../../threadedcommentauthor/) +* Class [CommentCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CommentCollection::AddThreadedComment(const U16String\&, const U16String\&, const ThreadedCommentAuthor\&) method + + +Adds a threaded comment. + +```cpp +int32_t Aspose::Cells::CommentCollection::AddThreadedComment(const U16String &cellName, const U16String &text, const ThreadedCommentAuthor &author) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| cellName | const U16String\& | The name of the cell. | +| text | const U16String\& | The text of the comment | +| author | const ThreadedCommentAuthor\& | The user of this threaded comment. | + +## ReturnValue + +[ThreadedComment](../../threadedcomment/) object index. + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [ThreadedCommentAuthor](../../threadedcommentauthor/) +* Class [CommentCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CommentCollection::AddThreadedComment(const char16_t*, const char16_t*, const ThreadedCommentAuthor\&) method + + +Adds a threaded comment. + +```cpp +int32_t Aspose::Cells::CommentCollection::AddThreadedComment(const char16_t *cellName, const char16_t *text, const ThreadedCommentAuthor &author) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| cellName | const char16_t* | The name of the cell. | +| text | const char16_t* | The text of the comment | +| author | const ThreadedCommentAuthor\& | The user of this threaded comment. | + +## ReturnValue + +[ThreadedComment](../../threadedcomment/) object index. + +## See Also + +* Class [Vector](../../vector/) +* Class [ThreadedCommentAuthor](../../threadedcommentauthor/) +* Class [CommentCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/commentcollection/clear/_index.md b/spanish/cpp/aspose.cells/commentcollection/clear/_index.md new file mode 100644 index 00000000000..10e0fc1ec2e --- /dev/null +++ b/spanish/cpp/aspose.cells/commentcollection/clear/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::CommentCollection::Clear method +linktitle: Clear +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CommentCollection::Clear method. Removes all comments; in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/commentcollection/clear/ +--- +## CommentCollection::Clear method + + +Removes all comments;. + +```cpp +void Aspose::Cells::CommentCollection::Clear() +``` + + +## Examples + + +```cpp +comments.Clear(); +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CommentCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/commentcollection/commentcollection/_index.md b/spanish/cpp/aspose.cells/commentcollection/commentcollection/_index.md new file mode 100644 index 00000000000..ef8dc677e6b --- /dev/null +++ b/spanish/cpp/aspose.cells/commentcollection/commentcollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::CommentCollection::CommentCollection constructor +linktitle: CommentCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CommentCollection::CommentCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/commentcollection/commentcollection/ +--- +## CommentCollection::CommentCollection(CommentCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::CommentCollection::CommentCollection(CommentCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CommentCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CommentCollection::CommentCollection(const CommentCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::CommentCollection::CommentCollection(const CommentCollection &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CommentCollection](../) +* Class [CommentCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/commentcollection/get/_index.md b/spanish/cpp/aspose.cells/commentcollection/get/_index.md new file mode 100644 index 00000000000..bb8c0ed471b --- /dev/null +++ b/spanish/cpp/aspose.cells/commentcollection/get/_index.md @@ -0,0 +1,148 @@ +--- +title: Aspose::Cells::CommentCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CommentCollection::Get method. Gets the Comment element at the specified index in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/commentcollection/get/ +--- +## CommentCollection::Get(int32_t) method + + +Gets the [Comment](../../comment/) element at the specified index. + +```cpp +Comment Aspose::Cells::CommentCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The zero based index of the element. | + +## ReturnValue + +The element at the specified index. + + +## Examples + + +```cpp +Comment comment3 = comments.Get(0); +comment3.SetNote(u"Three note."); +``` + +## See Also + +* Class [Comment](../../comment/) +* Class [Vector](../../vector/) +* Class [CommentCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CommentCollection::Get(const U16String\&) method + + +Gets the [Comment](../../comment/) element at the specified cell. + +```cpp +Comment Aspose::Cells::CommentCollection::Get(const U16String &cellName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| cellName | const U16String\& | [Cell](../../cell/) name. | + +## ReturnValue + +The element at the specified cell. + + +## Examples + + +```cpp +U16String val = u"B2"; +Comment comment4 = comments.Get(val); +comment4.SetNote(u"Four note."); +``` + +## See Also + +* Class [Comment](../../comment/) +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [CommentCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CommentCollection::Get(const char16_t*) method + + +Gets the [Comment](../../comment/) element at the specified cell. + +```cpp +Comment Aspose::Cells::CommentCollection::Get(const char16_t *cellName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| cellName | const char16_t* | [Cell](../../cell/) name. | + +## ReturnValue + +The element at the specified cell. + + +## Examples + + +```cpp +Comment comment4 = comments.Get(u"B2"); +comment4.SetNote(u"Four note."); +``` + +## See Also + +* Class [Comment](../../comment/) +* Class [Vector](../../vector/) +* Class [CommentCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CommentCollection::Get(int32_t, int32_t) method + + +Gets the [Comment](../../comment/) element at the specified row index and column index. + +```cpp +Comment Aspose::Cells::CommentCollection::Get(int32_t row, int32_t column) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | [Row](../../row/) index. | +| column | int32_t | [Column](../../column/) index. | + +## ReturnValue + +The element at the specified cell. + + +## Examples + + +```cpp +Comment comment5 = comments.Get(1, 1); +comment5.SetNote(u"Five note."); +``` + +## See Also + +* Class [Comment](../../comment/) +* Class [Vector](../../vector/) +* Class [CommentCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/commentcollection/getcount/_index.md b/spanish/cpp/aspose.cells/commentcollection/getcount/_index.md new file mode 100644 index 00000000000..d5db18b001b --- /dev/null +++ b/spanish/cpp/aspose.cells/commentcollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CommentCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::CommentCollection class in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/commentcollection/getcount/ +--- +## CommentCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::CommentCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CommentCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/commentcollection/getthreadedcomments/_index.md b/spanish/cpp/aspose.cells/commentcollection/getthreadedcomments/_index.md new file mode 100644 index 00000000000..c0da32df499 --- /dev/null +++ b/spanish/cpp/aspose.cells/commentcollection/getthreadedcomments/_index.md @@ -0,0 +1,126 @@ +--- +title: Aspose::Cells::CommentCollection::GetThreadedComments method +linktitle: GetThreadedComments +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CommentCollection::GetThreadedComments method. Gets the threaded comments by row and column index in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/commentcollection/getthreadedcomments/ +--- +## CommentCollection::GetThreadedComments(int32_t, int32_t) method + + +Gets the threaded comments by row and column index. + +```cpp +ThreadedCommentCollection Aspose::Cells::CommentCollection::GetThreadedComments(int32_t row, int32_t column) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | The row index. | +| column | int32_t | The column index. | + +## ReturnValue + + + + +## Examples + + +```cpp +ThreadedCommentCollection threadedComments1 = comments.GetThreadedComments(1, 1); +for (int i = 0; i < threadedComments1.GetCount(); ++i) +{ + ThreadedComment tc = threadedComments1.Get(i); + U16String note = tc.GetNotes(); +} +``` + +## See Also + +* Class [ThreadedCommentCollection](../../threadedcommentcollection/) +* Class [Vector](../../vector/) +* Class [CommentCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CommentCollection::GetThreadedComments(const U16String\&) method + + +Gets the threaded comments by cell name. + +```cpp +ThreadedCommentCollection Aspose::Cells::CommentCollection::GetThreadedComments(const U16String &cellName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| cellName | const U16String\& | The name of the cell. | + +## ReturnValue + + + + +## Examples + + +```cpp +U16String comt = u"B2"; +ThreadedCommentCollection threadedComments2 = comments.GetThreadedComments(comt); +for (int i = 0; i < threadedComments2.GetCount(); ++i) +{ + ThreadedComment tc = threadedComments2.Get(i); + U16String note = tc.GetNotes(); +} +``` + +## See Also + +* Class [ThreadedCommentCollection](../../threadedcommentcollection/) +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [CommentCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CommentCollection::GetThreadedComments(const char16_t*) method + + +Gets the threaded comments by cell name. + +```cpp +ThreadedCommentCollection Aspose::Cells::CommentCollection::GetThreadedComments(const char16_t *cellName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| cellName | const char16_t* | The name of the cell. | + +## ReturnValue + + + + +## Examples + + +```cpp +ThreadedCommentCollection threadedComments2 = comments.GetThreadedComments(u"B2"); +for (int i = 0; i < threadedComments2.GetCount(); ++i) +{ + ThreadedComment tc = threadedComments2.Get(i); + U16String note = tc.GetNotes(); +} +``` + +## See Also + +* Class [ThreadedCommentCollection](../../threadedcommentcollection/) +* Class [Vector](../../vector/) +* Class [CommentCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/commentcollection/isnull/_index.md b/spanish/cpp/aspose.cells/commentcollection/isnull/_index.md new file mode 100644 index 00000000000..c801f65c3c2 --- /dev/null +++ b/spanish/cpp/aspose.cells/commentcollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::CommentCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CommentCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/commentcollection/isnull/ +--- +## CommentCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::CommentCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [CommentCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/commentcollection/operator_asm/_index.md b/spanish/cpp/aspose.cells/commentcollection/operator_asm/_index.md new file mode 100644 index 00000000000..122e7604eb6 --- /dev/null +++ b/spanish/cpp/aspose.cells/commentcollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::CommentCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CommentCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/commentcollection/operator_asm/ +--- +## CommentCollection::operator= method + + +operator= + +```cpp +CommentCollection & Aspose::Cells::CommentCollection::operator=(const CommentCollection &src) +``` + +## See Also + +* Class [CommentCollection](../) +* Class [Vector](../../vector/) +* Class [CommentCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/commentcollection/operator_bool/_index.md b/spanish/cpp/aspose.cells/commentcollection/operator_bool/_index.md new file mode 100644 index 00000000000..84ece01c0f2 --- /dev/null +++ b/spanish/cpp/aspose.cells/commentcollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::CommentCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CommentCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/commentcollection/operator_bool/ +--- +## CommentCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::CommentCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [CommentCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/commentcollection/removeat/_index.md b/spanish/cpp/aspose.cells/commentcollection/removeat/_index.md new file mode 100644 index 00000000000..c830bb7e39a --- /dev/null +++ b/spanish/cpp/aspose.cells/commentcollection/removeat/_index.md @@ -0,0 +1,96 @@ +--- +title: Aspose::Cells::CommentCollection::RemoveAt method +linktitle: RemoveAt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CommentCollection::RemoveAt method. Removes the comment of the specific cell in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/commentcollection/removeat/ +--- +## CommentCollection::RemoveAt(const U16String\&) method + + +Removes the comment of the specific cell. + +```cpp +void Aspose::Cells::CommentCollection::RemoveAt(const U16String &cellName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| cellName | const U16String\& | The name of cell which contains a comment. | + + +## Examples + + +```cpp +U16String val = u"B2"; +comments.RemoveAt(val); +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [CommentCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CommentCollection::RemoveAt(const char16_t*) method + + +Removes the comment of the specific cell. + +```cpp +void Aspose::Cells::CommentCollection::RemoveAt(const char16_t *cellName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| cellName | const char16_t* | The name of cell which contains a comment. | + + +## Examples + + +```cpp +comments.RemoveAt(u"B2"); +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CommentCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CommentCollection::RemoveAt(int32_t, int32_t) method + + +Removes the comment of the specific cell. + +```cpp +void Aspose::Cells::CommentCollection::RemoveAt(int32_t row, int32_t column) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | The row index. | +| column | int32_t | the column index. | + + +## Examples + + +```cpp +comments.RemoveAt(1, 1); +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CommentCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/commentcollection/~commentcollection/_index.md b/spanish/cpp/aspose.cells/commentcollection/~commentcollection/_index.md new file mode 100644 index 00000000000..66d8bd42e10 --- /dev/null +++ b/spanish/cpp/aspose.cells/commentcollection/~commentcollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::CommentCollection::~CommentCollection method +linktitle: ~CommentCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CommentCollection::~CommentCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/commentcollection/~commentcollection/ +--- +## CommentCollection::~CommentCollection method + + +Destructor. + +```cpp +Aspose::Cells::CommentCollection::~CommentCollection() +``` + +## See Also + +* Class [CommentCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingcollection/_impl/_index.md b/spanish/cpp/aspose.cells/conditionalformattingcollection/_impl/_index.md new file mode 100644 index 00000000000..9d49c57bd09 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingcollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::ConditionalFormattingCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingCollection::_impl field. The implementation object in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/conditionalformattingcollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ConditionalFormattingCollection_Impl* Aspose::Cells::ConditionalFormattingCollection::_impl +``` + +## See Also + +* Class [ConditionalFormattingCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingcollection/_index.md b/spanish/cpp/aspose.cells/conditionalformattingcollection/_index.md new file mode 100644 index 00000000000..083079c65a5 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingcollection/_index.md @@ -0,0 +1,87 @@ +--- +title: Aspose::Cells::ConditionalFormattingCollection class +linktitle: ConditionalFormattingCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingCollection class. Encapsulates a collection of FormatCondition objects in C++.' +type: docs +weight: 3100 +url: /es/cpp/aspose.cells/conditionalformattingcollection/ +--- +## ConditionalFormattingCollection class + + +Encapsulates a collection of [FormatCondition](../formatcondition/) objects. + +```cpp +class ConditionalFormattingCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add()](./add/) | Adds a FormatConditions to the collection. | +| [ConditionalFormattingCollection(ConditionalFormattingCollection_Impl* impl)](./conditionalformattingcollection/) | Constructs from an implementation object. | +| [ConditionalFormattingCollection(const ConditionalFormattingCollection\& src)](./conditionalformattingcollection/) | Copy constructor. | +| [Copy(const ConditionalFormattingCollection\& cfs)](./copy/) | Copies conditional formatting. | +| [Get(int32_t index)](./get/) | Gets the FormatConditions element at the specified index. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ConditionalFormattingCollection\& src)](./operator_asm/) | operator= | +| [RemoveArea(int32_t startRow, int32_t startColumn, int32_t totalRows, int32_t totalColumns)](./removearea/) | Remove all conditional formatting in the range. | +| [~ConditionalFormattingCollection()](./~conditionalformattingcollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; +Worksheet sheet = workbook.GetWorksheets().Get(0); + +//Obtener formato condicional +ConditionalFormattingCollection cformattings = sheet.GetConditionalFormattings(); +//Agrega un formato condicional vacío +int index = cformattings.Add(); +//Obtener formato condicional recién añadido +FormatConditionCollection fcs = cformattings.Get(index); + +//Establece el rango del formato condicional. +CellArea ca; +ca.StartRow = 0; +ca.EndRow = 0; +ca.StartColumn = 0; +ca.EndColumn = 0; +fcs.AddArea(ca); + +ca = CellArea(); +ca.StartRow = 1; +ca.EndRow = 1; +ca.StartColumn = 1; +ca.EndColumn = 1; +fcs.AddArea(ca); + +//Agregar condición. +int conditionIndex = fcs.AddCondition(FormatConditionType::CellValue, OperatorType::Between, u"=A2", u"100"); +//Agregar condición. +int conditionIndex2 = fcs.AddCondition(FormatConditionType::CellValue, OperatorType::Between, u"50", u"100"); +//Establece el color de fondo. +FormatCondition fc = fcs.Get(conditionIndex); +fc.GetStyle().SetBackgroundColor(Color{ 0xff, 0xff, 0, 0 }); +//Guardando el archivo Excel +workbook.Save(u"output.xls"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingcollection/add/_index.md b/spanish/cpp/aspose.cells/conditionalformattingcollection/add/_index.md new file mode 100644 index 00000000000..2d9e5cdcb43 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingcollection/add/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::ConditionalFormattingCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingCollection::Add method. Adds a FormatConditions to the collection in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/conditionalformattingcollection/add/ +--- +## ConditionalFormattingCollection::Add method + + +Adds a FormatConditions to the collection. + +```cpp +int32_t Aspose::Cells::ConditionalFormattingCollection::Add() +``` + + +## ReturnValue + +FormatConditions object index. + +## See Also + +* Class [Vector](../../vector/) +* Class [ConditionalFormattingCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingcollection/conditionalformattingcollection/_index.md b/spanish/cpp/aspose.cells/conditionalformattingcollection/conditionalformattingcollection/_index.md new file mode 100644 index 00000000000..fe099be4955 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingcollection/conditionalformattingcollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::ConditionalFormattingCollection::ConditionalFormattingCollection constructor +linktitle: ConditionalFormattingCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingCollection::ConditionalFormattingCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/conditionalformattingcollection/conditionalformattingcollection/ +--- +## ConditionalFormattingCollection::ConditionalFormattingCollection(ConditionalFormattingCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::ConditionalFormattingCollection::ConditionalFormattingCollection(ConditionalFormattingCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ConditionalFormattingCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## ConditionalFormattingCollection::ConditionalFormattingCollection(const ConditionalFormattingCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::ConditionalFormattingCollection::ConditionalFormattingCollection(const ConditionalFormattingCollection &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ConditionalFormattingCollection](../) +* Class [ConditionalFormattingCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingcollection/copy/_index.md b/spanish/cpp/aspose.cells/conditionalformattingcollection/copy/_index.md new file mode 100644 index 00000000000..1bc851c4d61 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingcollection/copy/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::ConditionalFormattingCollection::Copy method +linktitle: Copy +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingCollection::Copy method. Copies conditional formatting in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/conditionalformattingcollection/copy/ +--- +## ConditionalFormattingCollection::Copy method + + +Copies conditional formatting. + +```cpp +void Aspose::Cells::ConditionalFormattingCollection::Copy(const ConditionalFormattingCollection &cfs) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| cfs | const ConditionalFormattingCollection\& | The conditional formatting | + +## See Also + +* Class [Vector](../../vector/) +* Class [ConditionalFormattingCollection](../) +* Class [ConditionalFormattingCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingcollection/get/_index.md b/spanish/cpp/aspose.cells/conditionalformattingcollection/get/_index.md new file mode 100644 index 00000000000..c37ec065824 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingcollection/get/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::ConditionalFormattingCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingCollection::Get method. Gets the FormatConditions element at the specified index in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/conditionalformattingcollection/get/ +--- +## ConditionalFormattingCollection::Get method + + +Gets the FormatConditions element at the specified index. + +```cpp +FormatConditionCollection Aspose::Cells::ConditionalFormattingCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The zero based index of the element. | + +## See Also + +* Class [FormatConditionCollection](../../formatconditioncollection/) +* Class [Vector](../../vector/) +* Class [ConditionalFormattingCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingcollection/getcount/_index.md b/spanish/cpp/aspose.cells/conditionalformattingcollection/getcount/_index.md new file mode 100644 index 00000000000..b71b766111b --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingcollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ConditionalFormattingCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::ConditionalFormattingCollection class in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/conditionalformattingcollection/getcount/ +--- +## ConditionalFormattingCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::ConditionalFormattingCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ConditionalFormattingCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingcollection/isnull/_index.md b/spanish/cpp/aspose.cells/conditionalformattingcollection/isnull/_index.md new file mode 100644 index 00000000000..ffb724f1c21 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingcollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::ConditionalFormattingCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/conditionalformattingcollection/isnull/ +--- +## ConditionalFormattingCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::ConditionalFormattingCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [ConditionalFormattingCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingcollection/operator_asm/_index.md b/spanish/cpp/aspose.cells/conditionalformattingcollection/operator_asm/_index.md new file mode 100644 index 00000000000..7599f170203 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingcollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::ConditionalFormattingCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/conditionalformattingcollection/operator_asm/ +--- +## ConditionalFormattingCollection::operator= method + + +operator= + +```cpp +ConditionalFormattingCollection & Aspose::Cells::ConditionalFormattingCollection::operator=(const ConditionalFormattingCollection &src) +``` + +## See Also + +* Class [ConditionalFormattingCollection](../) +* Class [Vector](../../vector/) +* Class [ConditionalFormattingCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingcollection/operator_bool/_index.md b/spanish/cpp/aspose.cells/conditionalformattingcollection/operator_bool/_index.md new file mode 100644 index 00000000000..942cb9cf622 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingcollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ConditionalFormattingCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/conditionalformattingcollection/operator_bool/ +--- +## ConditionalFormattingCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::ConditionalFormattingCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ConditionalFormattingCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingcollection/removearea/_index.md b/spanish/cpp/aspose.cells/conditionalformattingcollection/removearea/_index.md new file mode 100644 index 00000000000..3c13f7cb07d --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingcollection/removearea/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::ConditionalFormattingCollection::RemoveArea method +linktitle: RemoveArea +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingCollection::RemoveArea method. Remove all conditional formatting in the range in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/conditionalformattingcollection/removearea/ +--- +## ConditionalFormattingCollection::RemoveArea method + + +Remove all conditional formatting in the range. + +```cpp +void Aspose::Cells::ConditionalFormattingCollection::RemoveArea(int32_t startRow, int32_t startColumn, int32_t totalRows, int32_t totalColumns) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| startRow | int32_t | The start row of the range. | +| startColumn | int32_t | The start column of the range. | +| totalRows | int32_t | The number of rows of the range. | +| totalColumns | int32_t | The number of columns of the range. | + +## See Also + +* Class [Vector](../../vector/) +* Class [ConditionalFormattingCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingcollection/~conditionalformattingcollection/_index.md b/spanish/cpp/aspose.cells/conditionalformattingcollection/~conditionalformattingcollection/_index.md new file mode 100644 index 00000000000..f2353c7e042 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingcollection/~conditionalformattingcollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::ConditionalFormattingCollection::~ConditionalFormattingCollection method +linktitle: ~ConditionalFormattingCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingCollection::~ConditionalFormattingCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/conditionalformattingcollection/~conditionalformattingcollection/ +--- +## ConditionalFormattingCollection::~ConditionalFormattingCollection method + + +Destructor. + +```cpp +Aspose::Cells::ConditionalFormattingCollection::~ConditionalFormattingCollection() +``` + +## See Also + +* Class [ConditionalFormattingCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingicon/_impl/_index.md b/spanish/cpp/aspose.cells/conditionalformattingicon/_impl/_index.md new file mode 100644 index 00000000000..077a6d956de --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingicon/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::ConditionalFormattingIcon::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingIcon::_impl field. The implementation object in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/conditionalformattingicon/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ConditionalFormattingIcon_Impl* Aspose::Cells::ConditionalFormattingIcon::_impl +``` + +## See Also + +* Class [ConditionalFormattingIcon](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingicon/_index.md b/spanish/cpp/aspose.cells/conditionalformattingicon/_index.md new file mode 100644 index 00000000000..be549bfba6d --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingicon/_index.md @@ -0,0 +1,44 @@ +--- +title: Aspose::Cells::ConditionalFormattingIcon class +linktitle: ConditionalFormattingIcon +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingIcon class. Represents the custom icon of conditional formatting rule in C++.' +type: docs +weight: 3200 +url: /es/cpp/aspose.cells/conditionalformattingicon/ +--- +## ConditionalFormattingIcon class + + +Represents the custom icon of conditional formatting rule. + +```cpp +class ConditionalFormattingIcon +``` + +## Methods + +| Method | Description | +| --- | --- | +| [ConditionalFormattingIcon(ConditionalFormattingIcon_Impl* impl)](./conditionalformattingicon/) | Constructs from an implementation object. | +| [ConditionalFormattingIcon(const ConditionalFormattingIcon\& src)](./conditionalformattingicon/) | Copy constructor. | +| static [GetIconImageData(IconSetType type, int32_t index)](./geticonimagedata/) | Get the icon set data. | +| [GetImageData(const Cell\& cell)](./getimagedata/) | Gets the image data with the setting of cell. | +| [GetImageData()](./getimagedata/) | Gets the icon set data. | +| [GetIndex()](./getindex/) | Gets and sets the icon's index in the icon set. | +| [GetType()](./gettype/) | Gets and sets the icon set type. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ConditionalFormattingIcon\& src)](./operator_asm/) | operator= | +| [SetIndex(int32_t value)](./setindex/) | Gets and sets the icon's index in the icon set. | +| [SetType(IconSetType value)](./settype/) | Gets and sets the icon set type. | +| [~ConditionalFormattingIcon()](./~conditionalformattingicon/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingicon/conditionalformattingicon/_index.md b/spanish/cpp/aspose.cells/conditionalformattingicon/conditionalformattingicon/_index.md new file mode 100644 index 00000000000..d6517dcf444 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingicon/conditionalformattingicon/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::ConditionalFormattingIcon::ConditionalFormattingIcon constructor +linktitle: ConditionalFormattingIcon +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingIcon::ConditionalFormattingIcon constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/conditionalformattingicon/conditionalformattingicon/ +--- +## ConditionalFormattingIcon::ConditionalFormattingIcon(ConditionalFormattingIcon_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::ConditionalFormattingIcon::ConditionalFormattingIcon(ConditionalFormattingIcon_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ConditionalFormattingIcon](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## ConditionalFormattingIcon::ConditionalFormattingIcon(const ConditionalFormattingIcon\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::ConditionalFormattingIcon::ConditionalFormattingIcon(const ConditionalFormattingIcon &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ConditionalFormattingIcon](../) +* Class [ConditionalFormattingIcon](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingicon/geticonimagedata/_index.md b/spanish/cpp/aspose.cells/conditionalformattingicon/geticonimagedata/_index.md new file mode 100644 index 00000000000..844e121cbc2 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingicon/geticonimagedata/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::ConditionalFormattingIcon::GetIconImageData method +linktitle: GetIconImageData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingIcon::GetIconImageData method. Get the icon set data in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/conditionalformattingicon/geticonimagedata/ +--- +## ConditionalFormattingIcon::GetIconImageData method + + +Get the icon set data. + +```cpp +static Vector Aspose::Cells::ConditionalFormattingIcon::GetIconImageData(IconSetType type, int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| type | IconSetType | icon's type | +| index | int32_t | icon's index | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../vector/) +* Enum [IconSetType](../../iconsettype/) +* Class [ConditionalFormattingIcon](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingicon/getimagedata/_index.md b/spanish/cpp/aspose.cells/conditionalformattingicon/getimagedata/_index.md new file mode 100644 index 00000000000..f48f8e3a4aa --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingicon/getimagedata/_index.md @@ -0,0 +1,49 @@ +--- +title: Aspose::Cells::ConditionalFormattingIcon::GetImageData method +linktitle: GetImageData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingIcon::GetImageData method. Gets the image data with the setting of cell in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/conditionalformattingicon/getimagedata/ +--- +## ConditionalFormattingIcon::GetImageData(const Cell\&) method + + +Gets the image data with the setting of cell. + +```cpp +Vector Aspose::Cells::ConditionalFormattingIcon::GetImageData(const Cell &cell) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| cell | const Cell\& | The setting of cell. | + +## ReturnValue + +Returns the image data of icon. + +## See Also + +* Class [Vector](../../vector/) +* Class [Cell](../../cell/) +* Class [ConditionalFormattingIcon](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## ConditionalFormattingIcon::GetImageData() method + + +Gets the icon set data. + +```cpp +Vector Aspose::Cells::ConditionalFormattingIcon::GetImageData() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ConditionalFormattingIcon](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingicon/getindex/_index.md b/spanish/cpp/aspose.cells/conditionalformattingicon/getindex/_index.md new file mode 100644 index 00000000000..f83258aafc7 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingicon/getindex/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ConditionalFormattingIcon::GetIndex method +linktitle: GetIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingIcon::GetIndex method. Gets and sets the icon''s index in the icon set in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/conditionalformattingicon/getindex/ +--- +## ConditionalFormattingIcon::GetIndex method + + +Gets and sets the icon's index in the icon set. + +```cpp +int32_t Aspose::Cells::ConditionalFormattingIcon::GetIndex() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ConditionalFormattingIcon](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingicon/gettype/_index.md b/spanish/cpp/aspose.cells/conditionalformattingicon/gettype/_index.md new file mode 100644 index 00000000000..1bed3c899b4 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingicon/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ConditionalFormattingIcon::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingIcon::GetType method. Gets and sets the icon set type in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/conditionalformattingicon/gettype/ +--- +## ConditionalFormattingIcon::GetType method + + +Gets and sets the icon set type. + +```cpp +IconSetType Aspose::Cells::ConditionalFormattingIcon::GetType() +``` + +## See Also + +* Enum [IconSetType](../../iconsettype/) +* Class [ConditionalFormattingIcon](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingicon/isnull/_index.md b/spanish/cpp/aspose.cells/conditionalformattingicon/isnull/_index.md new file mode 100644 index 00000000000..2a8ffc357fd --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingicon/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::ConditionalFormattingIcon::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingIcon::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/conditionalformattingicon/isnull/ +--- +## ConditionalFormattingIcon::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::ConditionalFormattingIcon::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [ConditionalFormattingIcon](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingicon/operator_asm/_index.md b/spanish/cpp/aspose.cells/conditionalformattingicon/operator_asm/_index.md new file mode 100644 index 00000000000..64b42a08d58 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingicon/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::ConditionalFormattingIcon::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingIcon::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/conditionalformattingicon/operator_asm/ +--- +## ConditionalFormattingIcon::operator= method + + +operator= + +```cpp +ConditionalFormattingIcon & Aspose::Cells::ConditionalFormattingIcon::operator=(const ConditionalFormattingIcon &src) +``` + +## See Also + +* Class [ConditionalFormattingIcon](../) +* Class [Vector](../../vector/) +* Class [ConditionalFormattingIcon](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingicon/operator_bool/_index.md b/spanish/cpp/aspose.cells/conditionalformattingicon/operator_bool/_index.md new file mode 100644 index 00000000000..d2b73b7f189 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingicon/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ConditionalFormattingIcon::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingIcon::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/conditionalformattingicon/operator_bool/ +--- +## ConditionalFormattingIcon::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::ConditionalFormattingIcon::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ConditionalFormattingIcon](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingicon/setindex/_index.md b/spanish/cpp/aspose.cells/conditionalformattingicon/setindex/_index.md new file mode 100644 index 00000000000..029b815df53 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingicon/setindex/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ConditionalFormattingIcon::SetIndex method +linktitle: SetIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingIcon::SetIndex method. Gets and sets the icon''s index in the icon set in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/conditionalformattingicon/setindex/ +--- +## ConditionalFormattingIcon::SetIndex method + + +Gets and sets the icon's index in the icon set. + +```cpp +void Aspose::Cells::ConditionalFormattingIcon::SetIndex(int32_t value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ConditionalFormattingIcon](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingicon/settype/_index.md b/spanish/cpp/aspose.cells/conditionalformattingicon/settype/_index.md new file mode 100644 index 00000000000..b2050495aa7 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingicon/settype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::ConditionalFormattingIcon::SetType method +linktitle: SetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingIcon::SetType method. Gets and sets the icon set type in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/conditionalformattingicon/settype/ +--- +## ConditionalFormattingIcon::SetType method + + +Gets and sets the icon set type. + +```cpp +void Aspose::Cells::ConditionalFormattingIcon::SetType(IconSetType value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Enum [IconSetType](../../iconsettype/) +* Class [ConditionalFormattingIcon](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingicon/~conditionalformattingicon/_index.md b/spanish/cpp/aspose.cells/conditionalformattingicon/~conditionalformattingicon/_index.md new file mode 100644 index 00000000000..630e64447d9 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingicon/~conditionalformattingicon/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::ConditionalFormattingIcon::~ConditionalFormattingIcon method +linktitle: ~ConditionalFormattingIcon +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingIcon::~ConditionalFormattingIcon method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/conditionalformattingicon/~conditionalformattingicon/ +--- +## ConditionalFormattingIcon::~ConditionalFormattingIcon method + + +Destructor. + +```cpp +Aspose::Cells::ConditionalFormattingIcon::~ConditionalFormattingIcon() +``` + +## See Also + +* Class [ConditionalFormattingIcon](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingiconcollection/_impl/_index.md b/spanish/cpp/aspose.cells/conditionalformattingiconcollection/_impl/_index.md new file mode 100644 index 00000000000..42ab9b31e88 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingiconcollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::ConditionalFormattingIconCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingIconCollection::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/conditionalformattingiconcollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ConditionalFormattingIconCollection_Impl* Aspose::Cells::ConditionalFormattingIconCollection::_impl +``` + +## See Also + +* Class [ConditionalFormattingIconCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingiconcollection/_index.md b/spanish/cpp/aspose.cells/conditionalformattingiconcollection/_index.md new file mode 100644 index 00000000000..840c831ac9f --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingiconcollection/_index.md @@ -0,0 +1,109 @@ +--- +title: Aspose::Cells::ConditionalFormattingIconCollection class +linktitle: ConditionalFormattingIconCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingIconCollection class. Represents a collection of ConditionalFormattingIcon objects in C++.' +type: docs +weight: 3300 +url: /es/cpp/aspose.cells/conditionalformattingiconcollection/ +--- +## ConditionalFormattingIconCollection class + + +Represents a collection of [ConditionalFormattingIcon](../conditionalformattingicon/) objects. + +```cpp +class ConditionalFormattingIconCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add(IconSetType type, int32_t index)](./add/) | Adds [ConditionalFormattingIcon](../conditionalformattingicon/) object. | +| [Add(const ConditionalFormattingIcon\& cficon)](./add/) | **(Deprecated)** Adds [ConditionalFormattingIcon](../conditionalformattingicon/) object. | +| [ConditionalFormattingIconCollection(ConditionalFormattingIconCollection_Impl* impl)](./conditionalformattingiconcollection/) | Constructs from an implementation object. | +| [ConditionalFormattingIconCollection(const ConditionalFormattingIconCollection\& src)](./conditionalformattingiconcollection/) | Copy constructor. | +| [Get(int32_t index)](./get/) | Gets the [ConditionalFormattingIcon](../conditionalformattingicon/) element at the specified index. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ConditionalFormattingIconCollection\& src)](./operator_asm/) | operator= | +| [~ConditionalFormattingIconCollection()](./~conditionalformattingiconcollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; + +Worksheet sheet = workbook.GetWorksheets().Get(0); + +//Obtener formato condicional +ConditionalFormattingCollection cformattings = sheet.GetConditionalFormattings(); + +//Agrega un formato condicional vacío +int index = cformattings.Add(); + +//Obtener formato condicional recién añadido +FormatConditionCollection fcs = cformattings.Get(index); + +//Establece el rango del formato condicional. +CellArea ca; +ca.StartRow = 0; +ca.EndRow = 0; +ca.StartColumn = 0; +ca.EndColumn = 0; +fcs.AddArea(ca); + +ca = CellArea(); +ca.StartRow = 1; +ca.EndRow = 1; +ca.StartColumn = 1; +ca.EndColumn = 1; +fcs.AddArea(ca); + +//Establece condición +int idx = fcs.AddCondition(FormatConditionType::IconSet); + +FormatCondition cond = fcs.Get(idx); + +//Establece el tipo de condición +cond.GetIconSet().SetType(IconSetType::ArrowsGray3); + +//Agregar condición de conjunto de íconos personalizada. +ConditionalFormattingIcon cfIcon = cond.GetIconSet().GetCfIcons().Get(0); + +cfIcon.SetType(IconSetType::Arrows3); + +cfIcon.SetIndex(0); + +ConditionalFormattingIcon cfIcon1 = cond.GetIconSet().GetCfIcons().Get(1); + +cfIcon1.SetType(IconSetType::ArrowsGray3); + +cfIcon1.SetIndex(1); + +ConditionalFormattingIcon cfIcon2 = cond.GetIconSet().GetCfIcons().Get(2); + +cfIcon2.SetType(IconSetType::Boxes5); + +cfIcon2.SetIndex(2); + +//Guardando el archivo Excel +workbook.Save(u"output.xls"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingiconcollection/add/_index.md b/spanish/cpp/aspose.cells/conditionalformattingiconcollection/add/_index.md new file mode 100644 index 00000000000..ecf424dbe05 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingiconcollection/add/_index.md @@ -0,0 +1,66 @@ +--- +title: Aspose::Cells::ConditionalFormattingIconCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingIconCollection::Add method. Adds ConditionalFormattingIcon object in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/conditionalformattingiconcollection/add/ +--- +## ConditionalFormattingIconCollection::Add(IconSetType, int32_t) method + + +Adds [ConditionalFormattingIcon](../../conditionalformattingicon/) object. + +```cpp +int32_t Aspose::Cells::ConditionalFormattingIconCollection::Add(IconSetType type, int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| type | IconSetType | The value type. | +| index | int32_t | The Index. | + +## ReturnValue + +Returns the index of new object in the list. + +## See Also + +* Class [Vector](../../vector/) +* Enum [IconSetType](../../iconsettype/) +* Class [ConditionalFormattingIconCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## ConditionalFormattingIconCollection::Add(const ConditionalFormattingIcon\&) method + + +Adds [ConditionalFormattingIcon](../../conditionalformattingicon/) object. + + +>Deprecated +> +>Use ConditionalFormattingIconCollection.Add(IconSetType, int) method instead. +```cpp +int32_t Aspose::Cells::ConditionalFormattingIconCollection::Add(const ConditionalFormattingIcon &cficon) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| cficon | const ConditionalFormattingIcon\& | Returns the index of new object in the list. | +## Remarks + + + +NOTE: This member is now obsolete. Instead, please use [Add(IconSetType, int)](./) method. This method will be removed 6 months later since December 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../vector/) +* Class [ConditionalFormattingIcon](../../conditionalformattingicon/) +* Class [ConditionalFormattingIconCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingiconcollection/conditionalformattingiconcollection/_index.md b/spanish/cpp/aspose.cells/conditionalformattingiconcollection/conditionalformattingiconcollection/_index.md new file mode 100644 index 00000000000..d7ec7a69f50 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingiconcollection/conditionalformattingiconcollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::ConditionalFormattingIconCollection::ConditionalFormattingIconCollection constructor +linktitle: ConditionalFormattingIconCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingIconCollection::ConditionalFormattingIconCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/conditionalformattingiconcollection/conditionalformattingiconcollection/ +--- +## ConditionalFormattingIconCollection::ConditionalFormattingIconCollection(ConditionalFormattingIconCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::ConditionalFormattingIconCollection::ConditionalFormattingIconCollection(ConditionalFormattingIconCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ConditionalFormattingIconCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## ConditionalFormattingIconCollection::ConditionalFormattingIconCollection(const ConditionalFormattingIconCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::ConditionalFormattingIconCollection::ConditionalFormattingIconCollection(const ConditionalFormattingIconCollection &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ConditionalFormattingIconCollection](../) +* Class [ConditionalFormattingIconCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingiconcollection/get/_index.md b/spanish/cpp/aspose.cells/conditionalformattingiconcollection/get/_index.md new file mode 100644 index 00000000000..7622ea0a2af --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingiconcollection/get/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::ConditionalFormattingIconCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingIconCollection::Get method. Gets the ConditionalFormattingIcon element at the specified index in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/conditionalformattingiconcollection/get/ +--- +## ConditionalFormattingIconCollection::Get method + + +Gets the [ConditionalFormattingIcon](../../conditionalformattingicon/) element at the specified index. + +```cpp +ConditionalFormattingIcon Aspose::Cells::ConditionalFormattingIconCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The zero based index of the element. | + +## ReturnValue + +The element at the specified index. + +## See Also + +* Class [ConditionalFormattingIcon](../../conditionalformattingicon/) +* Class [Vector](../../vector/) +* Class [ConditionalFormattingIconCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingiconcollection/getcount/_index.md b/spanish/cpp/aspose.cells/conditionalformattingiconcollection/getcount/_index.md new file mode 100644 index 00000000000..b0596334430 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingiconcollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ConditionalFormattingIconCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::ConditionalFormattingIconCollection class in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/conditionalformattingiconcollection/getcount/ +--- +## ConditionalFormattingIconCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::ConditionalFormattingIconCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ConditionalFormattingIconCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingiconcollection/isnull/_index.md b/spanish/cpp/aspose.cells/conditionalformattingiconcollection/isnull/_index.md new file mode 100644 index 00000000000..1d92f7b83a5 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingiconcollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::ConditionalFormattingIconCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingIconCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/conditionalformattingiconcollection/isnull/ +--- +## ConditionalFormattingIconCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::ConditionalFormattingIconCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [ConditionalFormattingIconCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingiconcollection/operator_asm/_index.md b/spanish/cpp/aspose.cells/conditionalformattingiconcollection/operator_asm/_index.md new file mode 100644 index 00000000000..2df3d559308 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingiconcollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::ConditionalFormattingIconCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingIconCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/conditionalformattingiconcollection/operator_asm/ +--- +## ConditionalFormattingIconCollection::operator= method + + +operator= + +```cpp +ConditionalFormattingIconCollection & Aspose::Cells::ConditionalFormattingIconCollection::operator=(const ConditionalFormattingIconCollection &src) +``` + +## See Also + +* Class [ConditionalFormattingIconCollection](../) +* Class [Vector](../../vector/) +* Class [ConditionalFormattingIconCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingiconcollection/operator_bool/_index.md b/spanish/cpp/aspose.cells/conditionalformattingiconcollection/operator_bool/_index.md new file mode 100644 index 00000000000..800456449bf --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingiconcollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ConditionalFormattingIconCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingIconCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/conditionalformattingiconcollection/operator_bool/ +--- +## ConditionalFormattingIconCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::ConditionalFormattingIconCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ConditionalFormattingIconCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingiconcollection/~conditionalformattingiconcollection/_index.md b/spanish/cpp/aspose.cells/conditionalformattingiconcollection/~conditionalformattingiconcollection/_index.md new file mode 100644 index 00000000000..67c9166e150 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingiconcollection/~conditionalformattingiconcollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::ConditionalFormattingIconCollection::~ConditionalFormattingIconCollection method +linktitle: ~ConditionalFormattingIconCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingIconCollection::~ConditionalFormattingIconCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/conditionalformattingiconcollection/~conditionalformattingiconcollection/ +--- +## ConditionalFormattingIconCollection::~ConditionalFormattingIconCollection method + + +Destructor. + +```cpp +Aspose::Cells::ConditionalFormattingIconCollection::~ConditionalFormattingIconCollection() +``` + +## See Also + +* Class [ConditionalFormattingIconCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingresult/_impl/_index.md b/spanish/cpp/aspose.cells/conditionalformattingresult/_impl/_index.md new file mode 100644 index 00000000000..a0b86647578 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingresult/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::ConditionalFormattingResult::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingResult::_impl field. The implementation object in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/conditionalformattingresult/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ConditionalFormattingResult_Impl* Aspose::Cells::ConditionalFormattingResult::_impl +``` + +## See Also + +* Class [ConditionalFormattingResult](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingresult/_index.md b/spanish/cpp/aspose.cells/conditionalformattingresult/_index.md new file mode 100644 index 00000000000..d4b63966fee --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingresult/_index.md @@ -0,0 +1,42 @@ +--- +title: Aspose::Cells::ConditionalFormattingResult class +linktitle: ConditionalFormattingResult +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingResult class. Represents the result of conditional formatting which applies to a cell in C++.' +type: docs +weight: 3400 +url: /es/cpp/aspose.cells/conditionalformattingresult/ +--- +## ConditionalFormattingResult class + + +Represents the result of conditional formatting which applies to a cell. + +```cpp +class ConditionalFormattingResult +``` + +## Methods + +| Method | Description | +| --- | --- | +| [ConditionalFormattingResult(ConditionalFormattingResult_Impl* impl)](./conditionalformattingresult/) | Constructs from an implementation object. | +| [ConditionalFormattingResult(const ConditionalFormattingResult\& src)](./conditionalformattingresult/) | Copy constructor. | +| [GetColorScaleResult()](./getcolorscaleresult/) | Gets the display color of color scale. | +| [GetConditionalFormattingColorScale()](./getconditionalformattingcolorscale/) | Gets the [ColorScale](../colorscale/) object. | +| [GetConditionalFormattingDataBar()](./getconditionalformattingdatabar/) | Gets the [DataBar](../databar/) object. | +| [GetConditionalFormattingIcon()](./getconditionalformattingicon/) | Gets the image of icon set. | +| [GetConditionalStyle()](./getconditionalstyle/) | Gets the conditional result style. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ConditionalFormattingResult\& src)](./operator_asm/) | operator= | +| [~ConditionalFormattingResult()](./~conditionalformattingresult/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingresult/conditionalformattingresult/_index.md b/spanish/cpp/aspose.cells/conditionalformattingresult/conditionalformattingresult/_index.md new file mode 100644 index 00000000000..ce7469fe912 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingresult/conditionalformattingresult/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::ConditionalFormattingResult::ConditionalFormattingResult constructor +linktitle: ConditionalFormattingResult +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingResult::ConditionalFormattingResult constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/conditionalformattingresult/conditionalformattingresult/ +--- +## ConditionalFormattingResult::ConditionalFormattingResult(ConditionalFormattingResult_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::ConditionalFormattingResult::ConditionalFormattingResult(ConditionalFormattingResult_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ConditionalFormattingResult](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## ConditionalFormattingResult::ConditionalFormattingResult(const ConditionalFormattingResult\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::ConditionalFormattingResult::ConditionalFormattingResult(const ConditionalFormattingResult &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ConditionalFormattingResult](../) +* Class [ConditionalFormattingResult](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingresult/getcolorscaleresult/_index.md b/spanish/cpp/aspose.cells/conditionalformattingresult/getcolorscaleresult/_index.md new file mode 100644 index 00000000000..508d510ecfb --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingresult/getcolorscaleresult/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::ConditionalFormattingResult::GetColorScaleResult method +linktitle: GetColorScaleResult +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingResult::GetColorScaleResult method. Gets the display color of color scale in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/conditionalformattingresult/getcolorscaleresult/ +--- +## ConditionalFormattingResult::GetColorScaleResult method + + +Gets the display color of color scale. + +```cpp +Aspose::Cells::Color Aspose::Cells::ConditionalFormattingResult::GetColorScaleResult() +``` + +## See Also + +* Class [ConditionalFormattingResult](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingresult/getconditionalformattingcolorscale/_index.md b/spanish/cpp/aspose.cells/conditionalformattingresult/getconditionalformattingcolorscale/_index.md new file mode 100644 index 00000000000..48588548c10 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingresult/getconditionalformattingcolorscale/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ConditionalFormattingResult::GetConditionalFormattingColorScale method +linktitle: GetConditionalFormattingColorScale +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingResult::GetConditionalFormattingColorScale method. Gets the ColorScale object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/conditionalformattingresult/getconditionalformattingcolorscale/ +--- +## ConditionalFormattingResult::GetConditionalFormattingColorScale method + + +Gets the [ColorScale](../../colorscale/) object. + +```cpp +ColorScale Aspose::Cells::ConditionalFormattingResult::GetConditionalFormattingColorScale() +``` + +## See Also + +* Class [ColorScale](../../colorscale/) +* Class [ConditionalFormattingResult](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingresult/getconditionalformattingdatabar/_index.md b/spanish/cpp/aspose.cells/conditionalformattingresult/getconditionalformattingdatabar/_index.md new file mode 100644 index 00000000000..b10e4a7d257 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingresult/getconditionalformattingdatabar/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ConditionalFormattingResult::GetConditionalFormattingDataBar method +linktitle: GetConditionalFormattingDataBar +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingResult::GetConditionalFormattingDataBar method. Gets the DataBar object in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/conditionalformattingresult/getconditionalformattingdatabar/ +--- +## ConditionalFormattingResult::GetConditionalFormattingDataBar method + + +Gets the [DataBar](../../databar/) object. + +```cpp +DataBar Aspose::Cells::ConditionalFormattingResult::GetConditionalFormattingDataBar() +``` + +## See Also + +* Class [DataBar](../../databar/) +* Class [ConditionalFormattingResult](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingresult/getconditionalformattingicon/_index.md b/spanish/cpp/aspose.cells/conditionalformattingresult/getconditionalformattingicon/_index.md new file mode 100644 index 00000000000..4219236064a --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingresult/getconditionalformattingicon/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ConditionalFormattingResult::GetConditionalFormattingIcon method +linktitle: GetConditionalFormattingIcon +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingResult::GetConditionalFormattingIcon method. Gets the image of icon set in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/conditionalformattingresult/getconditionalformattingicon/ +--- +## ConditionalFormattingResult::GetConditionalFormattingIcon method + + +Gets the image of icon set. + +```cpp +ConditionalFormattingIcon Aspose::Cells::ConditionalFormattingResult::GetConditionalFormattingIcon() +``` + +## See Also + +* Class [ConditionalFormattingIcon](../../conditionalformattingicon/) +* Class [ConditionalFormattingResult](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingresult/getconditionalstyle/_index.md b/spanish/cpp/aspose.cells/conditionalformattingresult/getconditionalstyle/_index.md new file mode 100644 index 00000000000..4f68e42ee03 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingresult/getconditionalstyle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ConditionalFormattingResult::GetConditionalStyle method +linktitle: GetConditionalStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingResult::GetConditionalStyle method. Gets the conditional result style in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/conditionalformattingresult/getconditionalstyle/ +--- +## ConditionalFormattingResult::GetConditionalStyle method + + +Gets the conditional result style. + +```cpp +Style Aspose::Cells::ConditionalFormattingResult::GetConditionalStyle() +``` + +## See Also + +* Class [Style](../../style/) +* Class [ConditionalFormattingResult](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingresult/isnull/_index.md b/spanish/cpp/aspose.cells/conditionalformattingresult/isnull/_index.md new file mode 100644 index 00000000000..8f04d813051 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingresult/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::ConditionalFormattingResult::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingResult::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/conditionalformattingresult/isnull/ +--- +## ConditionalFormattingResult::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::ConditionalFormattingResult::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [ConditionalFormattingResult](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingresult/operator_asm/_index.md b/spanish/cpp/aspose.cells/conditionalformattingresult/operator_asm/_index.md new file mode 100644 index 00000000000..dbf643887df --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingresult/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::ConditionalFormattingResult::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingResult::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/conditionalformattingresult/operator_asm/ +--- +## ConditionalFormattingResult::operator= method + + +operator= + +```cpp +ConditionalFormattingResult & Aspose::Cells::ConditionalFormattingResult::operator=(const ConditionalFormattingResult &src) +``` + +## See Also + +* Class [ConditionalFormattingResult](../) +* Class [Vector](../../vector/) +* Class [ConditionalFormattingResult](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingresult/operator_bool/_index.md b/spanish/cpp/aspose.cells/conditionalformattingresult/operator_bool/_index.md new file mode 100644 index 00000000000..9c3df210b06 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingresult/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ConditionalFormattingResult::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingResult::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/conditionalformattingresult/operator_bool/ +--- +## ConditionalFormattingResult::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::ConditionalFormattingResult::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ConditionalFormattingResult](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingresult/~conditionalformattingresult/_index.md b/spanish/cpp/aspose.cells/conditionalformattingresult/~conditionalformattingresult/_index.md new file mode 100644 index 00000000000..db39cac0c77 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingresult/~conditionalformattingresult/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::ConditionalFormattingResult::~ConditionalFormattingResult method +linktitle: ~ConditionalFormattingResult +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingResult::~ConditionalFormattingResult method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/conditionalformattingresult/~conditionalformattingresult/ +--- +## ConditionalFormattingResult::~ConditionalFormattingResult method + + +Destructor. + +```cpp +Aspose::Cells::ConditionalFormattingResult::~ConditionalFormattingResult() +``` + +## See Also + +* Class [ConditionalFormattingResult](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingvalue/_impl/_index.md b/spanish/cpp/aspose.cells/conditionalformattingvalue/_impl/_index.md new file mode 100644 index 00000000000..6d18b88a595 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingvalue/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::ConditionalFormattingValue::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingValue::_impl field. The implementation object in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/conditionalformattingvalue/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ConditionalFormattingValue_Impl* Aspose::Cells::ConditionalFormattingValue::_impl +``` + +## See Also + +* Class [ConditionalFormattingValue](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingvalue/_index.md b/spanish/cpp/aspose.cells/conditionalformattingvalue/_index.md new file mode 100644 index 00000000000..540b2069f55 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingvalue/_index.md @@ -0,0 +1,43 @@ +--- +title: Aspose::Cells::ConditionalFormattingValue class +linktitle: ConditionalFormattingValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingValue class. Describes the values of the interpolation points in a gradient scale, dataBar or iconSet in C++.' +type: docs +weight: 3500 +url: /es/cpp/aspose.cells/conditionalformattingvalue/ +--- +## ConditionalFormattingValue class + + +Describes the values of the interpolation points in a gradient scale, dataBar or iconSet. + +```cpp +class ConditionalFormattingValue +``` + +## Methods + +| Method | Description | +| --- | --- | +| [ConditionalFormattingValue(ConditionalFormattingValue_Impl* impl)](./conditionalformattingvalue/) | Constructs from an implementation object. | +| [ConditionalFormattingValue(const ConditionalFormattingValue\& src)](./conditionalformattingvalue/) | Copy constructor. | +| [GetType()](./gettype/) | Get or set the type of this conditional formatting value object. Setting the type to [FormatConditionValueType.Min](../formatconditionvaluetype/) or [FormatConditionValueType.Max](../formatconditionvaluetype/) will auto set "Value" to null. | +| [GetValue()](./getvalue/) | Get or set the value of this conditional formatting value object. It should be used in conjunction with Type. | +| [IsGTE()](./isgte/) | Get or set the Greater Than Or Equal flag. Use only for icon sets, determines whether this threshold value uses the greater than or equal to operator. 'false' indicates 'greater than' is used instead of 'greater than or equal to'. Default value is true. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ConditionalFormattingValue\& src)](./operator_asm/) | operator= | +| [SetIsGTE(bool value)](./setisgte/) | Get or set the Greater Than Or Equal flag. Use only for icon sets, determines whether this threshold value uses the greater than or equal to operator. 'false' indicates 'greater than' is used instead of 'greater than or equal to'. Default value is true. | +| [SetType(FormatConditionValueType value)](./settype/) | Get or set the type of this conditional formatting value object. Setting the type to [FormatConditionValueType.Min](../formatconditionvaluetype/) or [FormatConditionValueType.Max](../formatconditionvaluetype/) will auto set "Value" to null. | +| [SetValue(const Aspose::Cells::Object\& value)](./setvalue/) | Get or set the value of this conditional formatting value object. It should be used in conjunction with Type. | +| [~ConditionalFormattingValue()](./~conditionalformattingvalue/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingvalue/conditionalformattingvalue/_index.md b/spanish/cpp/aspose.cells/conditionalformattingvalue/conditionalformattingvalue/_index.md new file mode 100644 index 00000000000..a2b78aef623 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingvalue/conditionalformattingvalue/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::ConditionalFormattingValue::ConditionalFormattingValue constructor +linktitle: ConditionalFormattingValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingValue::ConditionalFormattingValue constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/conditionalformattingvalue/conditionalformattingvalue/ +--- +## ConditionalFormattingValue::ConditionalFormattingValue(ConditionalFormattingValue_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::ConditionalFormattingValue::ConditionalFormattingValue(ConditionalFormattingValue_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ConditionalFormattingValue](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## ConditionalFormattingValue::ConditionalFormattingValue(const ConditionalFormattingValue\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::ConditionalFormattingValue::ConditionalFormattingValue(const ConditionalFormattingValue &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ConditionalFormattingValue](../) +* Class [ConditionalFormattingValue](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingvalue/gettype/_index.md b/spanish/cpp/aspose.cells/conditionalformattingvalue/gettype/_index.md new file mode 100644 index 00000000000..e9411143068 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingvalue/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ConditionalFormattingValue::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingValue::GetType method. Get or set the type of this conditional formatting value object. Setting the type to FormatConditionValueType.Min or FormatConditionValueType.Max will auto set "Value" to null in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/conditionalformattingvalue/gettype/ +--- +## ConditionalFormattingValue::GetType method + + +Get or set the type of this conditional formatting value object. Setting the type to [FormatConditionValueType.Min](../../formatconditionvaluetype/) or [FormatConditionValueType.Max](../../formatconditionvaluetype/) will auto set "Value" to null. + +```cpp +FormatConditionValueType Aspose::Cells::ConditionalFormattingValue::GetType() +``` + +## See Also + +* Enum [FormatConditionValueType](../../formatconditionvaluetype/) +* Class [ConditionalFormattingValue](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingvalue/getvalue/_index.md b/spanish/cpp/aspose.cells/conditionalformattingvalue/getvalue/_index.md new file mode 100644 index 00000000000..91dbde52116 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingvalue/getvalue/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ConditionalFormattingValue::GetValue method +linktitle: GetValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingValue::GetValue method. Get or set the value of this conditional formatting value object. It should be used in conjunction with Type in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/conditionalformattingvalue/getvalue/ +--- +## ConditionalFormattingValue::GetValue method + + +Get or set the value of this conditional formatting value object. It should be used in conjunction with Type. + +```cpp +Aspose::Cells::Object Aspose::Cells::ConditionalFormattingValue::GetValue() +``` + +## Remarks + + +If the value is string and start with "=", it will be processed as a formula, otherwise we will process it as a simple value. +## See Also + +* Class [Object](../../object/) +* Class [ConditionalFormattingValue](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingvalue/isgte/_index.md b/spanish/cpp/aspose.cells/conditionalformattingvalue/isgte/_index.md new file mode 100644 index 00000000000..4c56932f9c4 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingvalue/isgte/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ConditionalFormattingValue::IsGTE method +linktitle: IsGTE +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingValue::IsGTE method. Get or set the Greater Than Or Equal flag. Use only for icon sets, determines whether this threshold value uses the greater than or equal to operator. ''false'' indicates ''greater than'' is used instead of ''greater than or equal to''. Default value is true in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/conditionalformattingvalue/isgte/ +--- +## ConditionalFormattingValue::IsGTE method + + +Get or set the Greater Than Or Equal flag. Use only for icon sets, determines whether this threshold value uses the greater than or equal to operator. 'false' indicates 'greater than' is used instead of 'greater than or equal to'. Default value is true. + +```cpp +bool Aspose::Cells::ConditionalFormattingValue::IsGTE() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ConditionalFormattingValue](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingvalue/isnull/_index.md b/spanish/cpp/aspose.cells/conditionalformattingvalue/isnull/_index.md new file mode 100644 index 00000000000..2cd9a73f1a8 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingvalue/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::ConditionalFormattingValue::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingValue::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/conditionalformattingvalue/isnull/ +--- +## ConditionalFormattingValue::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::ConditionalFormattingValue::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [ConditionalFormattingValue](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingvalue/operator_asm/_index.md b/spanish/cpp/aspose.cells/conditionalformattingvalue/operator_asm/_index.md new file mode 100644 index 00000000000..143f9f6c295 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingvalue/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::ConditionalFormattingValue::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingValue::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/conditionalformattingvalue/operator_asm/ +--- +## ConditionalFormattingValue::operator= method + + +operator= + +```cpp +ConditionalFormattingValue & Aspose::Cells::ConditionalFormattingValue::operator=(const ConditionalFormattingValue &src) +``` + +## See Also + +* Class [ConditionalFormattingValue](../) +* Class [Vector](../../vector/) +* Class [ConditionalFormattingValue](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingvalue/operator_bool/_index.md b/spanish/cpp/aspose.cells/conditionalformattingvalue/operator_bool/_index.md new file mode 100644 index 00000000000..8cb68305aa6 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingvalue/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ConditionalFormattingValue::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingValue::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/conditionalformattingvalue/operator_bool/ +--- +## ConditionalFormattingValue::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::ConditionalFormattingValue::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ConditionalFormattingValue](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingvalue/setisgte/_index.md b/spanish/cpp/aspose.cells/conditionalformattingvalue/setisgte/_index.md new file mode 100644 index 00000000000..243cd5031f1 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingvalue/setisgte/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ConditionalFormattingValue::SetIsGTE method +linktitle: SetIsGTE +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingValue::SetIsGTE method. Get or set the Greater Than Or Equal flag. Use only for icon sets, determines whether this threshold value uses the greater than or equal to operator. ''false'' indicates ''greater than'' is used instead of ''greater than or equal to''. Default value is true in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/conditionalformattingvalue/setisgte/ +--- +## ConditionalFormattingValue::SetIsGTE method + + +Get or set the Greater Than Or Equal flag. Use only for icon sets, determines whether this threshold value uses the greater than or equal to operator. 'false' indicates 'greater than' is used instead of 'greater than or equal to'. Default value is true. + +```cpp +void Aspose::Cells::ConditionalFormattingValue::SetIsGTE(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ConditionalFormattingValue](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingvalue/settype/_index.md b/spanish/cpp/aspose.cells/conditionalformattingvalue/settype/_index.md new file mode 100644 index 00000000000..988a8269240 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingvalue/settype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::ConditionalFormattingValue::SetType method +linktitle: SetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingValue::SetType method. Get or set the type of this conditional formatting value object. Setting the type to FormatConditionValueType.Min or FormatConditionValueType.Max will auto set "Value" to null in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/conditionalformattingvalue/settype/ +--- +## ConditionalFormattingValue::SetType method + + +Get or set the type of this conditional formatting value object. Setting the type to [FormatConditionValueType.Min](../../formatconditionvaluetype/) or [FormatConditionValueType.Max](../../formatconditionvaluetype/) will auto set "Value" to null. + +```cpp +void Aspose::Cells::ConditionalFormattingValue::SetType(FormatConditionValueType value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Enum [FormatConditionValueType](../../formatconditionvaluetype/) +* Class [ConditionalFormattingValue](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingvalue/setvalue/_index.md b/spanish/cpp/aspose.cells/conditionalformattingvalue/setvalue/_index.md new file mode 100644 index 00000000000..202788c8663 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingvalue/setvalue/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::ConditionalFormattingValue::SetValue method +linktitle: SetValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingValue::SetValue method. Get or set the value of this conditional formatting value object. It should be used in conjunction with Type in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/conditionalformattingvalue/setvalue/ +--- +## ConditionalFormattingValue::SetValue method + + +Get or set the value of this conditional formatting value object. It should be used in conjunction with Type. + +```cpp +void Aspose::Cells::ConditionalFormattingValue::SetValue(const Aspose::Cells::Object &value) +``` + +## Remarks + + +If the value is string and start with "=", it will be processed as a formula, otherwise we will process it as a simple value. +## See Also + +* Class [Vector](../../vector/) +* Class [Object](../../object/) +* Class [ConditionalFormattingValue](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingvalue/~conditionalformattingvalue/_index.md b/spanish/cpp/aspose.cells/conditionalformattingvalue/~conditionalformattingvalue/_index.md new file mode 100644 index 00000000000..c148d141fe3 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingvalue/~conditionalformattingvalue/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::ConditionalFormattingValue::~ConditionalFormattingValue method +linktitle: ~ConditionalFormattingValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingValue::~ConditionalFormattingValue method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/conditionalformattingvalue/~conditionalformattingvalue/ +--- +## ConditionalFormattingValue::~ConditionalFormattingValue method + + +Destructor. + +```cpp +Aspose::Cells::ConditionalFormattingValue::~ConditionalFormattingValue() +``` + +## See Also + +* Class [ConditionalFormattingValue](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingvaluecollection/_impl/_index.md b/spanish/cpp/aspose.cells/conditionalformattingvaluecollection/_impl/_index.md new file mode 100644 index 00000000000..01cf8082548 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingvaluecollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::ConditionalFormattingValueCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingValueCollection::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/conditionalformattingvaluecollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ConditionalFormattingValueCollection_Impl* Aspose::Cells::ConditionalFormattingValueCollection::_impl +``` + +## See Also + +* Class [ConditionalFormattingValueCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingvaluecollection/_index.md b/spanish/cpp/aspose.cells/conditionalformattingvaluecollection/_index.md new file mode 100644 index 00000000000..4224d3f312e --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingvaluecollection/_index.md @@ -0,0 +1,41 @@ +--- +title: Aspose::Cells::ConditionalFormattingValueCollection class +linktitle: ConditionalFormattingValueCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingValueCollection class. Describes a collection of CFValueObject. Use only for icon sets in C++.' +type: docs +weight: 3600 +url: /es/cpp/aspose.cells/conditionalformattingvaluecollection/ +--- +## ConditionalFormattingValueCollection class + + +Describes a collection of CFValueObject. Use only for icon sets. + +```cpp +class ConditionalFormattingValueCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add(FormatConditionValueType type, const U16String\& value)](./add/) | Adds [ConditionalFormattingValue](../conditionalformattingvalue/) object. | +| [Add(FormatConditionValueType type, const char16_t* value)](./add/) | Adds [ConditionalFormattingValue](../conditionalformattingvalue/) object. | +| [ConditionalFormattingValueCollection(ConditionalFormattingValueCollection_Impl* impl)](./conditionalformattingvaluecollection/) | Constructs from an implementation object. | +| [ConditionalFormattingValueCollection(const ConditionalFormattingValueCollection\& src)](./conditionalformattingvaluecollection/) | Copy constructor. | +| [Get(int32_t index)](./get/) | Get the CFValueObject element at the specified index. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ConditionalFormattingValueCollection\& src)](./operator_asm/) | operator= | +| [~ConditionalFormattingValueCollection()](./~conditionalformattingvaluecollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingvaluecollection/add/_index.md b/spanish/cpp/aspose.cells/conditionalformattingvaluecollection/add/_index.md new file mode 100644 index 00000000000..fe57fcc1802 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingvaluecollection/add/_index.md @@ -0,0 +1,62 @@ +--- +title: Aspose::Cells::ConditionalFormattingValueCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingValueCollection::Add method. Adds ConditionalFormattingValue object in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/conditionalformattingvaluecollection/add/ +--- +## ConditionalFormattingValueCollection::Add(FormatConditionValueType, const U16String\&) method + + +Adds [ConditionalFormattingValue](../../conditionalformattingvalue/) object. + +```cpp +int32_t Aspose::Cells::ConditionalFormattingValueCollection::Add(FormatConditionValueType type, const U16String &value) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| type | FormatConditionValueType | The value type. | +| value | const U16String\& | The value. | + +## ReturnValue + +Returns the index of new object in the list. + +## See Also + +* Class [Vector](../../vector/) +* Enum [FormatConditionValueType](../../formatconditionvaluetype/) +* Class [U16String](../../u16string/) +* Class [ConditionalFormattingValueCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## ConditionalFormattingValueCollection::Add(FormatConditionValueType, const char16_t*) method + + +Adds [ConditionalFormattingValue](../../conditionalformattingvalue/) object. + +```cpp +int32_t Aspose::Cells::ConditionalFormattingValueCollection::Add(FormatConditionValueType type, const char16_t *value) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| type | FormatConditionValueType | The value type. | +| value | const char16_t* | The value. | + +## ReturnValue + +Returns the index of new object in the list. + +## See Also + +* Class [Vector](../../vector/) +* Enum [FormatConditionValueType](../../formatconditionvaluetype/) +* Class [ConditionalFormattingValueCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingvaluecollection/conditionalformattingvaluecollection/_index.md b/spanish/cpp/aspose.cells/conditionalformattingvaluecollection/conditionalformattingvaluecollection/_index.md new file mode 100644 index 00000000000..53f5558e13e --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingvaluecollection/conditionalformattingvaluecollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::ConditionalFormattingValueCollection::ConditionalFormattingValueCollection constructor +linktitle: ConditionalFormattingValueCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingValueCollection::ConditionalFormattingValueCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/conditionalformattingvaluecollection/conditionalformattingvaluecollection/ +--- +## ConditionalFormattingValueCollection::ConditionalFormattingValueCollection(ConditionalFormattingValueCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::ConditionalFormattingValueCollection::ConditionalFormattingValueCollection(ConditionalFormattingValueCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ConditionalFormattingValueCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## ConditionalFormattingValueCollection::ConditionalFormattingValueCollection(const ConditionalFormattingValueCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::ConditionalFormattingValueCollection::ConditionalFormattingValueCollection(const ConditionalFormattingValueCollection &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ConditionalFormattingValueCollection](../) +* Class [ConditionalFormattingValueCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingvaluecollection/get/_index.md b/spanish/cpp/aspose.cells/conditionalformattingvaluecollection/get/_index.md new file mode 100644 index 00000000000..487e7b5a9e9 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingvaluecollection/get/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::ConditionalFormattingValueCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingValueCollection::Get method. Get the CFValueObject element at the specified index in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/conditionalformattingvaluecollection/get/ +--- +## ConditionalFormattingValueCollection::Get method + + +Get the CFValueObject element at the specified index. + +```cpp +ConditionalFormattingValue Aspose::Cells::ConditionalFormattingValueCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The zero based index of the element. | + +## ReturnValue + +The element at the specified index. + +## See Also + +* Class [ConditionalFormattingValue](../../conditionalformattingvalue/) +* Class [Vector](../../vector/) +* Class [ConditionalFormattingValueCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingvaluecollection/getcount/_index.md b/spanish/cpp/aspose.cells/conditionalformattingvaluecollection/getcount/_index.md new file mode 100644 index 00000000000..a34b2fbb708 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingvaluecollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ConditionalFormattingValueCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::ConditionalFormattingValueCollection class in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/conditionalformattingvaluecollection/getcount/ +--- +## ConditionalFormattingValueCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::ConditionalFormattingValueCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ConditionalFormattingValueCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingvaluecollection/isnull/_index.md b/spanish/cpp/aspose.cells/conditionalformattingvaluecollection/isnull/_index.md new file mode 100644 index 00000000000..5c9c9518d7e --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingvaluecollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::ConditionalFormattingValueCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingValueCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/conditionalformattingvaluecollection/isnull/ +--- +## ConditionalFormattingValueCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::ConditionalFormattingValueCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [ConditionalFormattingValueCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingvaluecollection/operator_asm/_index.md b/spanish/cpp/aspose.cells/conditionalformattingvaluecollection/operator_asm/_index.md new file mode 100644 index 00000000000..d36880ac231 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingvaluecollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::ConditionalFormattingValueCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingValueCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/conditionalformattingvaluecollection/operator_asm/ +--- +## ConditionalFormattingValueCollection::operator= method + + +operator= + +```cpp +ConditionalFormattingValueCollection & Aspose::Cells::ConditionalFormattingValueCollection::operator=(const ConditionalFormattingValueCollection &src) +``` + +## See Also + +* Class [ConditionalFormattingValueCollection](../) +* Class [Vector](../../vector/) +* Class [ConditionalFormattingValueCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingvaluecollection/operator_bool/_index.md b/spanish/cpp/aspose.cells/conditionalformattingvaluecollection/operator_bool/_index.md new file mode 100644 index 00000000000..fd95acda5cf --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingvaluecollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ConditionalFormattingValueCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingValueCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/conditionalformattingvaluecollection/operator_bool/ +--- +## ConditionalFormattingValueCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::ConditionalFormattingValueCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ConditionalFormattingValueCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/conditionalformattingvaluecollection/~conditionalformattingvaluecollection/_index.md b/spanish/cpp/aspose.cells/conditionalformattingvaluecollection/~conditionalformattingvaluecollection/_index.md new file mode 100644 index 00000000000..5193e9abcc8 --- /dev/null +++ b/spanish/cpp/aspose.cells/conditionalformattingvaluecollection/~conditionalformattingvaluecollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::ConditionalFormattingValueCollection::~ConditionalFormattingValueCollection method +linktitle: ~ConditionalFormattingValueCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConditionalFormattingValueCollection::~ConditionalFormattingValueCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/conditionalformattingvaluecollection/~conditionalformattingvaluecollection/ +--- +## ConditionalFormattingValueCollection::~ConditionalFormattingValueCollection method + + +Destructor. + +```cpp +Aspose::Cells::ConditionalFormattingValueCollection::~ConditionalFormattingValueCollection() +``` + +## See Also + +* Class [ConditionalFormattingValueCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/consolidationfunction/_index.md b/spanish/cpp/aspose.cells/consolidationfunction/_index.md new file mode 100644 index 00000000000..c274a677757 --- /dev/null +++ b/spanish/cpp/aspose.cells/consolidationfunction/_index.md @@ -0,0 +1,39 @@ +--- +title: Aspose::Cells::ConsolidationFunction enum +linktitle: ConsolidationFunction +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ConsolidationFunction enum. Represents consolidation function in C++.' +type: docs +weight: 19100 +url: /es/cpp/aspose.cells/consolidationfunction/ +--- +## ConsolidationFunction enum + + +Represents consolidation function. + +```cpp +enum class ConsolidationFunction +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Sum | 0 |
Represents Sum function. | +| Count | 1 |
Represents Count function. | +| Average | 2 |
Represents Average function. | +| Max | 3 |
Represents Max function. | +| Min | 4 |
Represents Min function. | +| Product | 5 |
Represents Product function. | +| CountNums | 6 |
Represents Count Nums function. | +| StdDev | 7 |
Represents StdDev function. | +| StdDevp | 8 |
Represents StdDevp function. | +| Var | 9 |
Represents Var function. | +| Varp | 10 |
Represents Varp function. | +| DistinctCount | 11 |
Represents Distinct Count function. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/contentdisposition/_index.md b/spanish/cpp/aspose.cells/contentdisposition/_index.md new file mode 100644 index 00000000000..98485b4e34f --- /dev/null +++ b/spanish/cpp/aspose.cells/contentdisposition/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::ContentDisposition enum +linktitle: ContentDisposition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ContentDisposition enum. The content disposition type in C++.' +type: docs +weight: 19200 +url: /es/cpp/aspose.cells/contentdisposition/ +--- +## ContentDisposition enum + + +The content disposition type. + +```cpp +enum class ContentDisposition +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Inline | 0 |
| +| Attachment | 1 |
| + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/copyformattype/_index.md b/spanish/cpp/aspose.cells/copyformattype/_index.md new file mode 100644 index 00000000000..5e770811685 --- /dev/null +++ b/spanish/cpp/aspose.cells/copyformattype/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::CopyFormatType enum +linktitle: CopyFormatType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CopyFormatType enum. Represents the type of copying format when inserting rows in C++.' +type: docs +weight: 19300 +url: /es/cpp/aspose.cells/copyformattype/ +--- +## CopyFormatType enum + + +Represents the type of copying format when inserting rows. + +```cpp +enum class CopyFormatType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| SameAsAbove | 0 |
Formats same as above row. | +| SameAsBelow | 1 |
Formats same as below row. | +| Clear | 2 |
Clears formatting. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/copyoptions/_impl/_index.md b/spanish/cpp/aspose.cells/copyoptions/_impl/_index.md new file mode 100644 index 00000000000..d77d4cc44a4 --- /dev/null +++ b/spanish/cpp/aspose.cells/copyoptions/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::CopyOptions::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CopyOptions::_impl field. The implementation object in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells/copyoptions/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +CopyOptions_Impl* Aspose::Cells::CopyOptions::_impl +``` + +## See Also + +* Class [CopyOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/copyoptions/_index.md b/spanish/cpp/aspose.cells/copyoptions/_index.md new file mode 100644 index 00000000000..e68d65e190e --- /dev/null +++ b/spanish/cpp/aspose.cells/copyoptions/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::CopyOptions class +linktitle: CopyOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CopyOptions class. Represents the copy options in C++.' +type: docs +weight: 3700 +url: /es/cpp/aspose.cells/copyoptions/ +--- +## CopyOptions class + + +Represents the copy options. + +```cpp +class CopyOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [CopyOptions()](./copyoptions/) | [CopyOptions](./) constructor. | +| [CopyOptions(CopyOptions_Impl* impl)](./copyoptions/) | Constructs from an implementation object. | +| [CopyOptions(const CopyOptions\& src)](./copyoptions/) | Copy constructor. | +| [GetColumnCharacterWidth()](./getcolumncharacterwidth/) | Indicates whether copying column width in unit of characters. | +| [GetCopyInvalidFormulasAsValues()](./getcopyinvalidformulasasvalues/) | If the formula is not valid for the dest destination, only copy values. | +| [GetCopyNames()](./getcopynames/) | Indicates whether copying the names. | +| [GetExtendToAdjacentRange()](./getextendtoadjacentrange/) | Indicates whether extend ranges when copying the range to adjacent range. | +| [GetKeepMacros()](./getkeepmacros/) | Indicates whether keeping macros;. | +| [GetReferToDestinationSheet()](./getrefertodestinationsheet/) | When copying the range in the same file and the chart refers to the source sheet, False means the copied chart's data source will not be changed. True means the copied chart's data source refers to the destination sheet. | +| [GetReferToSheetWithSameName()](./getrefertosheetwithsamename/) | In ms excel, when copying formulas which refer to other worksheets while copying a worksheet to another one, the copied formulas should refer to source workbook. However, for some situations user may need the copied formulas refer to worksheets with the same name in the same workbook, such as when those worksheets have been copied before this copy operation, then this property should be kept as true. | +| [GetUpdateInvalidReferencesToTargetSheet()](./getupdateinvalidreferencestotargetsheet/) | Indicates whether to refer to target worksheet if the referred worksheet is not copied. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const CopyOptions\& src)](./operator_asm/) | operator= | +| [SetColumnCharacterWidth(bool value)](./setcolumncharacterwidth/) | Indicates whether copying column width in unit of characters. | +| [SetCopyInvalidFormulasAsValues(bool value)](./setcopyinvalidformulasasvalues/) | If the formula is not valid for the dest destination, only copy values. | +| [SetCopyNames(bool value)](./setcopynames/) | Indicates whether copying the names. | +| [SetExtendToAdjacentRange(bool value)](./setextendtoadjacentrange/) | Indicates whether extend ranges when copying the range to adjacent range. | +| [SetKeepMacros(bool value)](./setkeepmacros/) | Indicates whether keeping macros;. | +| [SetReferToDestinationSheet(bool value)](./setrefertodestinationsheet/) | When copying the range in the same file and the chart refers to the source sheet, False means the copied chart's data source will not be changed. True means the copied chart's data source refers to the destination sheet. | +| [SetReferToSheetWithSameName(bool value)](./setrefertosheetwithsamename/) | In ms excel, when copying formulas which refer to other worksheets while copying a worksheet to another one, the copied formulas should refer to source workbook. However, for some situations user may need the copied formulas refer to worksheets with the same name in the same workbook, such as when those worksheets have been copied before this copy operation, then this property should be kept as true. | +| [SetUpdateInvalidReferencesToTargetSheet(bool value)](./setupdateinvalidreferencestotargetsheet/) | Indicates whether to refer to target worksheet if the referred worksheet is not copied. | +| [~CopyOptions()](./~copyoptions/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/copyoptions/copyoptions/_index.md b/spanish/cpp/aspose.cells/copyoptions/copyoptions/_index.md new file mode 100644 index 00000000000..3b77eaa0922 --- /dev/null +++ b/spanish/cpp/aspose.cells/copyoptions/copyoptions/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::CopyOptions::CopyOptions constructor +linktitle: CopyOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CopyOptions::CopyOptions constructor. CopyOptions constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/copyoptions/copyoptions/ +--- +## CopyOptions::CopyOptions() constructor + + +[CopyOptions](../) constructor. + +```cpp +Aspose::Cells::CopyOptions::CopyOptions() +``` + +## See Also + +* Class [CopyOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CopyOptions::CopyOptions(CopyOptions_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::CopyOptions::CopyOptions(CopyOptions_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CopyOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CopyOptions::CopyOptions(const CopyOptions\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::CopyOptions::CopyOptions(const CopyOptions &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CopyOptions](../) +* Class [CopyOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/copyoptions/getcolumncharacterwidth/_index.md b/spanish/cpp/aspose.cells/copyoptions/getcolumncharacterwidth/_index.md new file mode 100644 index 00000000000..382524042ae --- /dev/null +++ b/spanish/cpp/aspose.cells/copyoptions/getcolumncharacterwidth/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CopyOptions::GetColumnCharacterWidth method +linktitle: GetColumnCharacterWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CopyOptions::GetColumnCharacterWidth method. Indicates whether copying column width in unit of characters in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells/copyoptions/getcolumncharacterwidth/ +--- +## CopyOptions::GetColumnCharacterWidth method + + +Indicates whether copying column width in unit of characters. + +```cpp +bool Aspose::Cells::CopyOptions::GetColumnCharacterWidth() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CopyOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/copyoptions/getcopyinvalidformulasasvalues/_index.md b/spanish/cpp/aspose.cells/copyoptions/getcopyinvalidformulasasvalues/_index.md new file mode 100644 index 00000000000..fe23f326ddb --- /dev/null +++ b/spanish/cpp/aspose.cells/copyoptions/getcopyinvalidformulasasvalues/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CopyOptions::GetCopyInvalidFormulasAsValues method +linktitle: GetCopyInvalidFormulasAsValues +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CopyOptions::GetCopyInvalidFormulasAsValues method. If the formula is not valid for the dest destination, only copy values in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/copyoptions/getcopyinvalidformulasasvalues/ +--- +## CopyOptions::GetCopyInvalidFormulasAsValues method + + +If the formula is not valid for the dest destination, only copy values. + +```cpp +bool Aspose::Cells::CopyOptions::GetCopyInvalidFormulasAsValues() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CopyOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/copyoptions/getcopynames/_index.md b/spanish/cpp/aspose.cells/copyoptions/getcopynames/_index.md new file mode 100644 index 00000000000..193691d6524 --- /dev/null +++ b/spanish/cpp/aspose.cells/copyoptions/getcopynames/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CopyOptions::GetCopyNames method +linktitle: GetCopyNames +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CopyOptions::GetCopyNames method. Indicates whether copying the names in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/copyoptions/getcopynames/ +--- +## CopyOptions::GetCopyNames method + + +Indicates whether copying the names. + +```cpp +bool Aspose::Cells::CopyOptions::GetCopyNames() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CopyOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/copyoptions/getextendtoadjacentrange/_index.md b/spanish/cpp/aspose.cells/copyoptions/getextendtoadjacentrange/_index.md new file mode 100644 index 00000000000..76a640fab83 --- /dev/null +++ b/spanish/cpp/aspose.cells/copyoptions/getextendtoadjacentrange/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::CopyOptions::GetExtendToAdjacentRange method +linktitle: GetExtendToAdjacentRange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CopyOptions::GetExtendToAdjacentRange method. Indicates whether extend ranges when copying the range to adjacent range in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/copyoptions/getextendtoadjacentrange/ +--- +## CopyOptions::GetExtendToAdjacentRange method + + +Indicates whether extend ranges when copying the range to adjacent range. + +```cpp +bool Aspose::Cells::CopyOptions::GetExtendToAdjacentRange() +``` + +## Remarks + + +If it's true, only extends the range of the hyperlink,not adding a new hyperlink when copying hyperlinks to adjacent rows. +## See Also + +* Class [Vector](../../vector/) +* Class [CopyOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/copyoptions/getkeepmacros/_index.md b/spanish/cpp/aspose.cells/copyoptions/getkeepmacros/_index.md new file mode 100644 index 00000000000..f627f316771 --- /dev/null +++ b/spanish/cpp/aspose.cells/copyoptions/getkeepmacros/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::CopyOptions::GetKeepMacros method +linktitle: GetKeepMacros +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CopyOptions::GetKeepMacros method. Indicates whether keeping macros; in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/copyoptions/getkeepmacros/ +--- +## CopyOptions::GetKeepMacros method + + +Indicates whether keeping macros;. + +```cpp +bool Aspose::Cells::CopyOptions::GetKeepMacros() +``` + +## Remarks + + +Only for copying workbook. +## See Also + +* Class [Vector](../../vector/) +* Class [CopyOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/copyoptions/getrefertodestinationsheet/_index.md b/spanish/cpp/aspose.cells/copyoptions/getrefertodestinationsheet/_index.md new file mode 100644 index 00000000000..dc7a1d25683 --- /dev/null +++ b/spanish/cpp/aspose.cells/copyoptions/getrefertodestinationsheet/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::CopyOptions::GetReferToDestinationSheet method +linktitle: GetReferToDestinationSheet +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CopyOptions::GetReferToDestinationSheet method. When copying the range in the same file and the chart refers to the source sheet, False means the copied chart''s data source will not be changed. True means the copied chart''s data source refers to the destination sheet in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells/copyoptions/getrefertodestinationsheet/ +--- +## CopyOptions::GetReferToDestinationSheet method + + +When copying the range in the same file and the chart refers to the source sheet, False means the copied chart's data source will not be changed. True means the copied chart's data source refers to the destination sheet. + +```cpp +bool Aspose::Cells::CopyOptions::GetReferToDestinationSheet() +``` + +## Remarks + + +The default value is false, it works as MS Excel. For example: if copying a chart with the data source "sheet1!A1:B10" from worksheet "sheet1 to other worksheet "sheet2", +The data source will be changed as "sheet2!A1:B10" +## See Also + +* Class [Vector](../../vector/) +* Class [CopyOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/copyoptions/getrefertosheetwithsamename/_index.md b/spanish/cpp/aspose.cells/copyoptions/getrefertosheetwithsamename/_index.md new file mode 100644 index 00000000000..978a974455a --- /dev/null +++ b/spanish/cpp/aspose.cells/copyoptions/getrefertosheetwithsamename/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::CopyOptions::GetReferToSheetWithSameName method +linktitle: GetReferToSheetWithSameName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CopyOptions::GetReferToSheetWithSameName method. In ms excel, when copying formulas which refer to other worksheets while copying a worksheet to another one, the copied formulas should refer to source workbook. However, for some situations user may need the copied formulas refer to worksheets with the same name in the same workbook, such as when those worksheets have been copied before this copy operation, then this property should be kept as true in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells/copyoptions/getrefertosheetwithsamename/ +--- +## CopyOptions::GetReferToSheetWithSameName method + + +In ms excel, when copying formulas which refer to other worksheets while copying a worksheet to another one, the copied formulas should refer to source workbook. However, for some situations user may need the copied formulas refer to worksheets with the same name in the same workbook, such as when those worksheets have been copied before this copy operation, then this property should be kept as true. + +```cpp +bool Aspose::Cells::CopyOptions::GetReferToSheetWithSameName() +``` + +## Remarks + + +The default value is true. +## See Also + +* Class [Vector](../../vector/) +* Class [CopyOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/copyoptions/getupdateinvalidreferencestotargetsheet/_index.md b/spanish/cpp/aspose.cells/copyoptions/getupdateinvalidreferencestotargetsheet/_index.md new file mode 100644 index 00000000000..a726552a7a9 --- /dev/null +++ b/spanish/cpp/aspose.cells/copyoptions/getupdateinvalidreferencestotargetsheet/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::CopyOptions::GetUpdateInvalidReferencesToTargetSheet method +linktitle: GetUpdateInvalidReferencesToTargetSheet +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CopyOptions::GetUpdateInvalidReferencesToTargetSheet method. Indicates whether to refer to target worksheet if the referred worksheet is not copied in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells/copyoptions/getupdateinvalidreferencestotargetsheet/ +--- +## CopyOptions::GetUpdateInvalidReferencesToTargetSheet method + + +Indicates whether to refer to target worksheet if the referred worksheet is not copied. + +```cpp +bool Aspose::Cells::CopyOptions::GetUpdateInvalidReferencesToTargetSheet() +``` + +## Remarks + + +Only works when copying range or worksheet from another obook. +## See Also + +* Class [Vector](../../vector/) +* Class [CopyOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/copyoptions/isnull/_index.md b/spanish/cpp/aspose.cells/copyoptions/isnull/_index.md new file mode 100644 index 00000000000..9e4f43865c4 --- /dev/null +++ b/spanish/cpp/aspose.cells/copyoptions/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::CopyOptions::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CopyOptions::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/copyoptions/isnull/ +--- +## CopyOptions::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::CopyOptions::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [CopyOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/copyoptions/operator_asm/_index.md b/spanish/cpp/aspose.cells/copyoptions/operator_asm/_index.md new file mode 100644 index 00000000000..38c25340bbe --- /dev/null +++ b/spanish/cpp/aspose.cells/copyoptions/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::CopyOptions::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CopyOptions::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/copyoptions/operator_asm/ +--- +## CopyOptions::operator= method + + +operator= + +```cpp +CopyOptions & Aspose::Cells::CopyOptions::operator=(const CopyOptions &src) +``` + +## See Also + +* Class [CopyOptions](../) +* Class [Vector](../../vector/) +* Class [CopyOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/copyoptions/operator_bool/_index.md b/spanish/cpp/aspose.cells/copyoptions/operator_bool/_index.md new file mode 100644 index 00000000000..12ba17f4788 --- /dev/null +++ b/spanish/cpp/aspose.cells/copyoptions/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::CopyOptions::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CopyOptions::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/copyoptions/operator_bool/ +--- +## CopyOptions::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::CopyOptions::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [CopyOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/copyoptions/setcolumncharacterwidth/_index.md b/spanish/cpp/aspose.cells/copyoptions/setcolumncharacterwidth/_index.md new file mode 100644 index 00000000000..09c26d586c8 --- /dev/null +++ b/spanish/cpp/aspose.cells/copyoptions/setcolumncharacterwidth/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CopyOptions::SetColumnCharacterWidth method +linktitle: SetColumnCharacterWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CopyOptions::SetColumnCharacterWidth method. Indicates whether copying column width in unit of characters in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells/copyoptions/setcolumncharacterwidth/ +--- +## CopyOptions::SetColumnCharacterWidth method + + +Indicates whether copying column width in unit of characters. + +```cpp +void Aspose::Cells::CopyOptions::SetColumnCharacterWidth(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CopyOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/copyoptions/setcopyinvalidformulasasvalues/_index.md b/spanish/cpp/aspose.cells/copyoptions/setcopyinvalidformulasasvalues/_index.md new file mode 100644 index 00000000000..f5cfe75ffc2 --- /dev/null +++ b/spanish/cpp/aspose.cells/copyoptions/setcopyinvalidformulasasvalues/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CopyOptions::SetCopyInvalidFormulasAsValues method +linktitle: SetCopyInvalidFormulasAsValues +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CopyOptions::SetCopyInvalidFormulasAsValues method. If the formula is not valid for the dest destination, only copy values in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells/copyoptions/setcopyinvalidformulasasvalues/ +--- +## CopyOptions::SetCopyInvalidFormulasAsValues method + + +If the formula is not valid for the dest destination, only copy values. + +```cpp +void Aspose::Cells::CopyOptions::SetCopyInvalidFormulasAsValues(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CopyOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/copyoptions/setcopynames/_index.md b/spanish/cpp/aspose.cells/copyoptions/setcopynames/_index.md new file mode 100644 index 00000000000..2600f11fa8d --- /dev/null +++ b/spanish/cpp/aspose.cells/copyoptions/setcopynames/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CopyOptions::SetCopyNames method +linktitle: SetCopyNames +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CopyOptions::SetCopyNames method. Indicates whether copying the names in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/copyoptions/setcopynames/ +--- +## CopyOptions::SetCopyNames method + + +Indicates whether copying the names. + +```cpp +void Aspose::Cells::CopyOptions::SetCopyNames(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CopyOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/copyoptions/setextendtoadjacentrange/_index.md b/spanish/cpp/aspose.cells/copyoptions/setextendtoadjacentrange/_index.md new file mode 100644 index 00000000000..a47900c8164 --- /dev/null +++ b/spanish/cpp/aspose.cells/copyoptions/setextendtoadjacentrange/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::CopyOptions::SetExtendToAdjacentRange method +linktitle: SetExtendToAdjacentRange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CopyOptions::SetExtendToAdjacentRange method. Indicates whether extend ranges when copying the range to adjacent range in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/copyoptions/setextendtoadjacentrange/ +--- +## CopyOptions::SetExtendToAdjacentRange method + + +Indicates whether extend ranges when copying the range to adjacent range. + +```cpp +void Aspose::Cells::CopyOptions::SetExtendToAdjacentRange(bool value) +``` + +## Remarks + + +If it's true, only extends the range of the hyperlink,not adding a new hyperlink when copying hyperlinks to adjacent rows. +## See Also + +* Class [Vector](../../vector/) +* Class [CopyOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/copyoptions/setkeepmacros/_index.md b/spanish/cpp/aspose.cells/copyoptions/setkeepmacros/_index.md new file mode 100644 index 00000000000..eb25a464a4b --- /dev/null +++ b/spanish/cpp/aspose.cells/copyoptions/setkeepmacros/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::CopyOptions::SetKeepMacros method +linktitle: SetKeepMacros +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CopyOptions::SetKeepMacros method. Indicates whether keeping macros; in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/copyoptions/setkeepmacros/ +--- +## CopyOptions::SetKeepMacros method + + +Indicates whether keeping macros;. + +```cpp +void Aspose::Cells::CopyOptions::SetKeepMacros(bool value) +``` + +## Remarks + + +Only for copying workbook. +## See Also + +* Class [Vector](../../vector/) +* Class [CopyOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/copyoptions/setrefertodestinationsheet/_index.md b/spanish/cpp/aspose.cells/copyoptions/setrefertodestinationsheet/_index.md new file mode 100644 index 00000000000..a2f5b399e59 --- /dev/null +++ b/spanish/cpp/aspose.cells/copyoptions/setrefertodestinationsheet/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::CopyOptions::SetReferToDestinationSheet method +linktitle: SetReferToDestinationSheet +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CopyOptions::SetReferToDestinationSheet method. When copying the range in the same file and the chart refers to the source sheet, False means the copied chart''s data source will not be changed. True means the copied chart''s data source refers to the destination sheet in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells/copyoptions/setrefertodestinationsheet/ +--- +## CopyOptions::SetReferToDestinationSheet method + + +When copying the range in the same file and the chart refers to the source sheet, False means the copied chart's data source will not be changed. True means the copied chart's data source refers to the destination sheet. + +```cpp +void Aspose::Cells::CopyOptions::SetReferToDestinationSheet(bool value) +``` + +## Remarks + + +The default value is false, it works as MS Excel. For example: if copying a chart with the data source "sheet1!A1:B10" from worksheet "sheet1 to other worksheet "sheet2", +The data source will be changed as "sheet2!A1:B10" +## See Also + +* Class [Vector](../../vector/) +* Class [CopyOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/copyoptions/setrefertosheetwithsamename/_index.md b/spanish/cpp/aspose.cells/copyoptions/setrefertosheetwithsamename/_index.md new file mode 100644 index 00000000000..eca4a67cbbc --- /dev/null +++ b/spanish/cpp/aspose.cells/copyoptions/setrefertosheetwithsamename/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::CopyOptions::SetReferToSheetWithSameName method +linktitle: SetReferToSheetWithSameName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CopyOptions::SetReferToSheetWithSameName method. In ms excel, when copying formulas which refer to other worksheets while copying a worksheet to another one, the copied formulas should refer to source workbook. However, for some situations user may need the copied formulas refer to worksheets with the same name in the same workbook, such as when those worksheets have been copied before this copy operation, then this property should be kept as true in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells/copyoptions/setrefertosheetwithsamename/ +--- +## CopyOptions::SetReferToSheetWithSameName method + + +In ms excel, when copying formulas which refer to other worksheets while copying a worksheet to another one, the copied formulas should refer to source workbook. However, for some situations user may need the copied formulas refer to worksheets with the same name in the same workbook, such as when those worksheets have been copied before this copy operation, then this property should be kept as true. + +```cpp +void Aspose::Cells::CopyOptions::SetReferToSheetWithSameName(bool value) +``` + +## Remarks + + +The default value is true. +## See Also + +* Class [Vector](../../vector/) +* Class [CopyOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/copyoptions/setupdateinvalidreferencestotargetsheet/_index.md b/spanish/cpp/aspose.cells/copyoptions/setupdateinvalidreferencestotargetsheet/_index.md new file mode 100644 index 00000000000..d23a843b5a3 --- /dev/null +++ b/spanish/cpp/aspose.cells/copyoptions/setupdateinvalidreferencestotargetsheet/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::CopyOptions::SetUpdateInvalidReferencesToTargetSheet method +linktitle: SetUpdateInvalidReferencesToTargetSheet +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CopyOptions::SetUpdateInvalidReferencesToTargetSheet method. Indicates whether to refer to target worksheet if the referred worksheet is not copied in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells/copyoptions/setupdateinvalidreferencestotargetsheet/ +--- +## CopyOptions::SetUpdateInvalidReferencesToTargetSheet method + + +Indicates whether to refer to target worksheet if the referred worksheet is not copied. + +```cpp +void Aspose::Cells::CopyOptions::SetUpdateInvalidReferencesToTargetSheet(bool value) +``` + +## Remarks + + +Only works when copying range or worksheet from another obook. +## See Also + +* Class [Vector](../../vector/) +* Class [CopyOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/copyoptions/~copyoptions/_index.md b/spanish/cpp/aspose.cells/copyoptions/~copyoptions/_index.md new file mode 100644 index 00000000000..86e71d396e9 --- /dev/null +++ b/spanish/cpp/aspose.cells/copyoptions/~copyoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::CopyOptions::~CopyOptions method +linktitle: ~CopyOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CopyOptions::~CopyOptions method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/copyoptions/~copyoptions/ +--- +## CopyOptions::~CopyOptions method + + +Destructor. + +```cpp +Aspose::Cells::CopyOptions::~CopyOptions() +``` + +## See Also + +* Class [CopyOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/countrycode/_index.md b/spanish/cpp/aspose.cells/countrycode/_index.md new file mode 100644 index 00000000000..7f060d2b611 --- /dev/null +++ b/spanish/cpp/aspose.cells/countrycode/_index.md @@ -0,0 +1,77 @@ +--- +title: Aspose::Cells::CountryCode enum +linktitle: CountryCode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CountryCode enum. Represents Excel country identifiers in C++.' +type: docs +weight: 19400 +url: /es/cpp/aspose.cells/countrycode/ +--- +## CountryCode enum + + +Represents Excel country identifiers. + +```cpp +enum class CountryCode +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Default | 0 |
| +| USA | 1 |
United States. | +| Canada | 2 |
Canada. | +| LatinAmeric | 3 |
Latin America, except Brazil. | +| Russia | 7 |
Russia. | +| Egypt | 20 |
Egypt. | +| Greece | 30 |
Greece. | +| Netherlands | 31 |
Netherlands. | +| Belgium | 32 |
Belgium. | +| France | 33 |
France. | +| Spain | 34 |
Spain. | +| Hungary | 36 |
Hungary. | +| Italy | 39 |
Italy. | +| Switzerland | 41 |
Switzerland. | +| Austria | 43 |
Austria. | +| UnitedKingdom | 44 |
United Kingdom. | +| Denmark | 45 |
Denmark. | +| Sweden | 46 |
Sweden. | +| Norway | 47 |
Norway. | +| Poland | 48 |
Poland. | +| Germany | 49 |
Germany. | +| Mexico | 52 |
Mexico. | +| Brazil | 55 |
Brazil. | +| Australia | 61 |
Australia. | +| NewZealand | 64 |
New Zealand. | +| Thailand | 66 |
Thailand. | +| Japan | 81 |
Japan. | +| SouthKorea | 82 |
SouthKorea. | +| VietNam | 84 |
Viet Nam. | +| China | 86 |
People's Republic of China. | +| Turkey | 90 |
Turkey. | +| India | 91 |
India. | +| Algeria | 213 |
Algeria. | +| Morocco | 216 |
Morocco. | +| Libya | 218 |
Libya. | +| Portugal | 351 |
Portugal. | +| Iceland | 354 |
Iceland. | +| Finland | 358 |
Finland. | +| Czech | 420 |
Czech Republic. | +| Taiwan | 886 |
Taiwan. | +| Lebanon | 961 |
Lebanon. | +| Jordan | 962 |
Jordan. | +| Syria | 963 |
Syria. | +| Iraq | 964 |
Iraq. | +| Kuwait | 965 |
Kuwait. | +| Saudi | 966 |
Saudi Arabia. | +| UnitedArabEmirates | 971 |
United Arab Emirates. | +| Israel | 972 |
Israel. | +| Qatar | 974 |
Qatar. | +| Iran | 981 |
Iran. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/customfilter/_impl/_index.md b/spanish/cpp/aspose.cells/customfilter/_impl/_index.md new file mode 100644 index 00000000000..5450c0a37af --- /dev/null +++ b/spanish/cpp/aspose.cells/customfilter/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::CustomFilter::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CustomFilter::_impl field. The implementation object in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/customfilter/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +CustomFilter_Impl* Aspose::Cells::CustomFilter::_impl +``` + +## See Also + +* Class [CustomFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/customfilter/_index.md b/spanish/cpp/aspose.cells/customfilter/_index.md new file mode 100644 index 00000000000..7ffec770e76 --- /dev/null +++ b/spanish/cpp/aspose.cells/customfilter/_index.md @@ -0,0 +1,42 @@ +--- +title: Aspose::Cells::CustomFilter class +linktitle: CustomFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CustomFilter class. Represents the custom filter in C++.' +type: docs +weight: 3800 +url: /es/cpp/aspose.cells/customfilter/ +--- +## CustomFilter class + + +Represents the custom filter. + +```cpp +class CustomFilter +``` + +## Methods + +| Method | Description | +| --- | --- | +| [CustomFilter(CustomFilter_Impl* impl)](./customfilter/) | Constructs from an implementation object. | +| [CustomFilter(const CustomFilter\& src)](./customfilter/) | Copy constructor. | +| [GetCriteria()](./getcriteria/) | Gets and sets the criteria. | +| [GetFilterOperatorType()](./getfilteroperatortype/) | Gets and sets the filter operator type. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const CustomFilter\& src)](./operator_asm/) | operator= | +| [SetCriteria(const Aspose::Cells::Object\& value)](./setcriteria/) | Gets and sets the criteria. | +| [SetCriteria(FilterOperatorType filterOperator, const Aspose::Cells::Object\& criteria)](./setcriteria/) | Sets the filter criteria. | +| [SetFilterOperatorType(FilterOperatorType value)](./setfilteroperatortype/) | Gets and sets the filter operator type. | +| [~CustomFilter()](./~customfilter/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/customfilter/customfilter/_index.md b/spanish/cpp/aspose.cells/customfilter/customfilter/_index.md new file mode 100644 index 00000000000..4840c012eaf --- /dev/null +++ b/spanish/cpp/aspose.cells/customfilter/customfilter/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::CustomFilter::CustomFilter constructor +linktitle: CustomFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CustomFilter::CustomFilter constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/customfilter/customfilter/ +--- +## CustomFilter::CustomFilter(CustomFilter_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::CustomFilter::CustomFilter(CustomFilter_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CustomFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CustomFilter::CustomFilter(const CustomFilter\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::CustomFilter::CustomFilter(const CustomFilter &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CustomFilter](../) +* Class [CustomFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/customfilter/getcriteria/_index.md b/spanish/cpp/aspose.cells/customfilter/getcriteria/_index.md new file mode 100644 index 00000000000..1a05aecc51f --- /dev/null +++ b/spanish/cpp/aspose.cells/customfilter/getcriteria/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CustomFilter::GetCriteria method +linktitle: GetCriteria +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CustomFilter::GetCriteria method. Gets and sets the criteria in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/customfilter/getcriteria/ +--- +## CustomFilter::GetCriteria method + + +Gets and sets the criteria. + +```cpp +Aspose::Cells::Object Aspose::Cells::CustomFilter::GetCriteria() +``` + +## See Also + +* Class [Object](../../object/) +* Class [CustomFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/customfilter/getfilteroperatortype/_index.md b/spanish/cpp/aspose.cells/customfilter/getfilteroperatortype/_index.md new file mode 100644 index 00000000000..c96db1e1d7e --- /dev/null +++ b/spanish/cpp/aspose.cells/customfilter/getfilteroperatortype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CustomFilter::GetFilterOperatorType method +linktitle: GetFilterOperatorType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CustomFilter::GetFilterOperatorType method. Gets and sets the filter operator type in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/customfilter/getfilteroperatortype/ +--- +## CustomFilter::GetFilterOperatorType method + + +Gets and sets the filter operator type. + +```cpp +FilterOperatorType Aspose::Cells::CustomFilter::GetFilterOperatorType() +``` + +## See Also + +* Enum [FilterOperatorType](../../filteroperatortype/) +* Class [CustomFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/customfilter/isnull/_index.md b/spanish/cpp/aspose.cells/customfilter/isnull/_index.md new file mode 100644 index 00000000000..c204ec00ae7 --- /dev/null +++ b/spanish/cpp/aspose.cells/customfilter/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::CustomFilter::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CustomFilter::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/customfilter/isnull/ +--- +## CustomFilter::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::CustomFilter::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [CustomFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/customfilter/operator_asm/_index.md b/spanish/cpp/aspose.cells/customfilter/operator_asm/_index.md new file mode 100644 index 00000000000..41027b99c5c --- /dev/null +++ b/spanish/cpp/aspose.cells/customfilter/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::CustomFilter::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CustomFilter::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/customfilter/operator_asm/ +--- +## CustomFilter::operator= method + + +operator= + +```cpp +CustomFilter & Aspose::Cells::CustomFilter::operator=(const CustomFilter &src) +``` + +## See Also + +* Class [CustomFilter](../) +* Class [Vector](../../vector/) +* Class [CustomFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/customfilter/operator_bool/_index.md b/spanish/cpp/aspose.cells/customfilter/operator_bool/_index.md new file mode 100644 index 00000000000..0558b0ff5e3 --- /dev/null +++ b/spanish/cpp/aspose.cells/customfilter/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::CustomFilter::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CustomFilter::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/customfilter/operator_bool/ +--- +## CustomFilter::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::CustomFilter::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [CustomFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/customfilter/setcriteria/_index.md b/spanish/cpp/aspose.cells/customfilter/setcriteria/_index.md new file mode 100644 index 00000000000..79a26bd4da7 --- /dev/null +++ b/spanish/cpp/aspose.cells/customfilter/setcriteria/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::CustomFilter::SetCriteria method +linktitle: SetCriteria +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CustomFilter::SetCriteria method. Gets and sets the criteria in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/customfilter/setcriteria/ +--- +## CustomFilter::SetCriteria(const Aspose::Cells::Object\&) method + + +Gets and sets the criteria. + +```cpp +void Aspose::Cells::CustomFilter::SetCriteria(const Aspose::Cells::Object &value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Object](../../object/) +* Class [CustomFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CustomFilter::SetCriteria(FilterOperatorType, const Aspose::Cells::Object\&) method + + +Sets the filter criteria. + +```cpp +void Aspose::Cells::CustomFilter::SetCriteria(FilterOperatorType filterOperator, const Aspose::Cells::Object &criteria) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| filterOperator | FilterOperatorType | filter operator type | +| criteria | const Aspose::Cells::Object\& | filter criteria value | + +## See Also + +* Class [Vector](../../vector/) +* Enum [FilterOperatorType](../../filteroperatortype/) +* Class [Object](../../object/) +* Class [CustomFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/customfilter/setfilteroperatortype/_index.md b/spanish/cpp/aspose.cells/customfilter/setfilteroperatortype/_index.md new file mode 100644 index 00000000000..10b930cf588 --- /dev/null +++ b/spanish/cpp/aspose.cells/customfilter/setfilteroperatortype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::CustomFilter::SetFilterOperatorType method +linktitle: SetFilterOperatorType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CustomFilter::SetFilterOperatorType method. Gets and sets the filter operator type in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/customfilter/setfilteroperatortype/ +--- +## CustomFilter::SetFilterOperatorType method + + +Gets and sets the filter operator type. + +```cpp +void Aspose::Cells::CustomFilter::SetFilterOperatorType(FilterOperatorType value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Enum [FilterOperatorType](../../filteroperatortype/) +* Class [CustomFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/customfilter/~customfilter/_index.md b/spanish/cpp/aspose.cells/customfilter/~customfilter/_index.md new file mode 100644 index 00000000000..439675b694c --- /dev/null +++ b/spanish/cpp/aspose.cells/customfilter/~customfilter/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::CustomFilter::~CustomFilter method +linktitle: ~CustomFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CustomFilter::~CustomFilter method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/customfilter/~customfilter/ +--- +## CustomFilter::~CustomFilter method + + +Destructor. + +```cpp +Aspose::Cells::CustomFilter::~CustomFilter() +``` + +## See Also + +* Class [CustomFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/customfiltercollection/_impl/_index.md b/spanish/cpp/aspose.cells/customfiltercollection/_impl/_index.md new file mode 100644 index 00000000000..c7f17ec8e7f --- /dev/null +++ b/spanish/cpp/aspose.cells/customfiltercollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::CustomFilterCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CustomFilterCollection::_impl field. The implementation object in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/customfiltercollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +CustomFilterCollection_Impl* Aspose::Cells::CustomFilterCollection::_impl +``` + +## See Also + +* Class [CustomFilterCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/customfiltercollection/_index.md b/spanish/cpp/aspose.cells/customfiltercollection/_index.md new file mode 100644 index 00000000000..68509383b2a --- /dev/null +++ b/spanish/cpp/aspose.cells/customfiltercollection/_index.md @@ -0,0 +1,44 @@ +--- +title: Aspose::Cells::CustomFilterCollection class +linktitle: CustomFilterCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CustomFilterCollection class. Represents the custom filters in C++.' +type: docs +weight: 3900 +url: /es/cpp/aspose.cells/customfiltercollection/ +--- +## CustomFilterCollection class + + +Represents the custom filters. + +```cpp +class CustomFilterCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [CustomFilterCollection()](./customfiltercollection/) | Constructs new instance. | +| [CustomFilterCollection(CustomFilterCollection_Impl* impl)](./customfiltercollection/) | Constructs from an implementation object. | +| [CustomFilterCollection(const Aspose::Cells::Object\& obj)](./customfiltercollection/) | Constructs from an [Object](../object/) convertible to this. | +| [CustomFilterCollection(const CustomFilterCollection\& src)](./customfiltercollection/) | Copy constructor. | +| [Get(int32_t index)](./get/) | Gets the custom filter in the specific index. | +| [GetAnd()](./getand/) | Indicates whether the two criteria have an "and" relationship. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const CustomFilterCollection\& src)](./operator_asm/) | operator= | +| [SetAnd(bool value)](./setand/) | Indicates whether the two criteria have an "and" relationship. | +| [ToObject()](./toobject/) | Gets the [Object](../object/). | +| [~CustomFilterCollection()](./~customfiltercollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/customfiltercollection/customfiltercollection/_index.md b/spanish/cpp/aspose.cells/customfiltercollection/customfiltercollection/_index.md new file mode 100644 index 00000000000..f2ea8d192bd --- /dev/null +++ b/spanish/cpp/aspose.cells/customfiltercollection/customfiltercollection/_index.md @@ -0,0 +1,70 @@ +--- +title: Aspose::Cells::CustomFilterCollection::CustomFilterCollection constructor +linktitle: CustomFilterCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CustomFilterCollection::CustomFilterCollection constructor. Constructs new instance in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/customfiltercollection/customfiltercollection/ +--- +## CustomFilterCollection::CustomFilterCollection() constructor + + +Constructs new instance. + +```cpp +Aspose::Cells::CustomFilterCollection::CustomFilterCollection() +``` + +## See Also + +* Class [CustomFilterCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CustomFilterCollection::CustomFilterCollection(CustomFilterCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::CustomFilterCollection::CustomFilterCollection(CustomFilterCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CustomFilterCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CustomFilterCollection::CustomFilterCollection(const Aspose::Cells::Object\&) constructor + + +Constructs from an [Object](../../object/) convertible to this. + +```cpp +Aspose::Cells::CustomFilterCollection::CustomFilterCollection(const Aspose::Cells::Object &obj) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Object](../../object/) +* Class [CustomFilterCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CustomFilterCollection::CustomFilterCollection(const CustomFilterCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::CustomFilterCollection::CustomFilterCollection(const CustomFilterCollection &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CustomFilterCollection](../) +* Class [CustomFilterCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/customfiltercollection/get/_index.md b/spanish/cpp/aspose.cells/customfiltercollection/get/_index.md new file mode 100644 index 00000000000..99699d08d33 --- /dev/null +++ b/spanish/cpp/aspose.cells/customfiltercollection/get/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::CustomFilterCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CustomFilterCollection::Get method. Gets the custom filter in the specific index in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/customfiltercollection/get/ +--- +## CustomFilterCollection::Get method + + +Gets the custom filter in the specific index. + +```cpp +CustomFilter Aspose::Cells::CustomFilterCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The index. | + +## ReturnValue + + + +## See Also + +* Class [CustomFilter](../../customfilter/) +* Class [Vector](../../vector/) +* Class [CustomFilterCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/customfiltercollection/getand/_index.md b/spanish/cpp/aspose.cells/customfiltercollection/getand/_index.md new file mode 100644 index 00000000000..f4c126debcd --- /dev/null +++ b/spanish/cpp/aspose.cells/customfiltercollection/getand/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CustomFilterCollection::GetAnd method +linktitle: GetAnd +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CustomFilterCollection::GetAnd method. Indicates whether the two criteria have an "and" relationship in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/customfiltercollection/getand/ +--- +## CustomFilterCollection::GetAnd method + + +Indicates whether the two criteria have an "and" relationship. + +```cpp +bool Aspose::Cells::CustomFilterCollection::GetAnd() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CustomFilterCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/customfiltercollection/getcount/_index.md b/spanish/cpp/aspose.cells/customfiltercollection/getcount/_index.md new file mode 100644 index 00000000000..0dc621d3e7a --- /dev/null +++ b/spanish/cpp/aspose.cells/customfiltercollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CustomFilterCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::CustomFilterCollection class in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/customfiltercollection/getcount/ +--- +## CustomFilterCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::CustomFilterCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CustomFilterCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/customfiltercollection/isnull/_index.md b/spanish/cpp/aspose.cells/customfiltercollection/isnull/_index.md new file mode 100644 index 00000000000..b2acfc1cc9c --- /dev/null +++ b/spanish/cpp/aspose.cells/customfiltercollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::CustomFilterCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CustomFilterCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/customfiltercollection/isnull/ +--- +## CustomFilterCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::CustomFilterCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [CustomFilterCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/customfiltercollection/operator_asm/_index.md b/spanish/cpp/aspose.cells/customfiltercollection/operator_asm/_index.md new file mode 100644 index 00000000000..dffea1eaa68 --- /dev/null +++ b/spanish/cpp/aspose.cells/customfiltercollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::CustomFilterCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CustomFilterCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/customfiltercollection/operator_asm/ +--- +## CustomFilterCollection::operator= method + + +operator= + +```cpp +CustomFilterCollection & Aspose::Cells::CustomFilterCollection::operator=(const CustomFilterCollection &src) +``` + +## See Also + +* Class [CustomFilterCollection](../) +* Class [Vector](../../vector/) +* Class [CustomFilterCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/customfiltercollection/operator_bool/_index.md b/spanish/cpp/aspose.cells/customfiltercollection/operator_bool/_index.md new file mode 100644 index 00000000000..cba80d7306e --- /dev/null +++ b/spanish/cpp/aspose.cells/customfiltercollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::CustomFilterCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CustomFilterCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/customfiltercollection/operator_bool/ +--- +## CustomFilterCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::CustomFilterCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [CustomFilterCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/customfiltercollection/setand/_index.md b/spanish/cpp/aspose.cells/customfiltercollection/setand/_index.md new file mode 100644 index 00000000000..d085f4290de --- /dev/null +++ b/spanish/cpp/aspose.cells/customfiltercollection/setand/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CustomFilterCollection::SetAnd method +linktitle: SetAnd +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CustomFilterCollection::SetAnd method. Indicates whether the two criteria have an "and" relationship in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/customfiltercollection/setand/ +--- +## CustomFilterCollection::SetAnd method + + +Indicates whether the two criteria have an "and" relationship. + +```cpp +void Aspose::Cells::CustomFilterCollection::SetAnd(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CustomFilterCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/customfiltercollection/toobject/_index.md b/spanish/cpp/aspose.cells/customfiltercollection/toobject/_index.md new file mode 100644 index 00000000000..29e1ae5e893 --- /dev/null +++ b/spanish/cpp/aspose.cells/customfiltercollection/toobject/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CustomFilterCollection::ToObject method +linktitle: ToObject +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CustomFilterCollection::ToObject method. Gets the Object in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/customfiltercollection/toobject/ +--- +## CustomFilterCollection::ToObject method + + +Gets the [Object](../../object/). + +```cpp +Aspose::Cells::Object Aspose::Cells::CustomFilterCollection::ToObject() +``` + +## See Also + +* Class [Object](../../object/) +* Class [CustomFilterCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/customfiltercollection/~customfiltercollection/_index.md b/spanish/cpp/aspose.cells/customfiltercollection/~customfiltercollection/_index.md new file mode 100644 index 00000000000..bae0819515d --- /dev/null +++ b/spanish/cpp/aspose.cells/customfiltercollection/~customfiltercollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::CustomFilterCollection::~CustomFilterCollection method +linktitle: ~CustomFilterCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CustomFilterCollection::~CustomFilterCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/customfiltercollection/~customfiltercollection/ +--- +## CustomFilterCollection::~CustomFilterCollection method + + +Destructor. + +```cpp +Aspose::Cells::CustomFilterCollection::~CustomFilterCollection() +``` + +## See Also + +* Class [CustomFilterCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/customfunctiondefinition/_impl/_index.md b/spanish/cpp/aspose.cells/customfunctiondefinition/_impl/_index.md new file mode 100644 index 00000000000..1eddc0f77ba --- /dev/null +++ b/spanish/cpp/aspose.cells/customfunctiondefinition/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::CustomFunctionDefinition::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CustomFunctionDefinition::_impl field. The implementation object in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/customfunctiondefinition/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +CustomFunctionDefinition_Bridge* Aspose::Cells::CustomFunctionDefinition::_impl +``` + +## See Also + +* Class [CustomFunctionDefinition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/customfunctiondefinition/_index.md b/spanish/cpp/aspose.cells/customfunctiondefinition/_index.md new file mode 100644 index 00000000000..dc28a99e1d6 --- /dev/null +++ b/spanish/cpp/aspose.cells/customfunctiondefinition/_index.md @@ -0,0 +1,39 @@ +--- +title: Aspose::Cells::CustomFunctionDefinition class +linktitle: CustomFunctionDefinition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CustomFunctionDefinition class. Definition of custom function for calculating with user''s custom engine in C++.' +type: docs +weight: 4000 +url: /es/cpp/aspose.cells/customfunctiondefinition/ +--- +## CustomFunctionDefinition class + + +Definition of custom function for calculating with user's custom engine. + +```cpp +class CustomFunctionDefinition +``` + +## Methods + +| Method | Description | +| --- | --- | +| [CustomFunctionDefinition()](./customfunctiondefinition/) | Default constructor. | +| [CustomFunctionDefinition(const CustomFunctionDefinition\& src)](./customfunctiondefinition/) | | +| virtual [GetArrayModeParameters(const U16String\& functionName)](./getarraymodeparameters/) | Gets the indices of given custom function's parameters that need to be calculated in array mode. | +| virtual [GetArrayModeParameters(const char16_t* functionName)](./getarraymodeparameters/) | Gets the indices of given custom function's parameters that need to be calculated in array mode. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const CustomFunctionDefinition\& src)](./operator_asm/) | | +| [~CustomFunctionDefinition()](./~customfunctiondefinition/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/customfunctiondefinition/customfunctiondefinition/_index.md b/spanish/cpp/aspose.cells/customfunctiondefinition/customfunctiondefinition/_index.md new file mode 100644 index 00000000000..3c45cf615fb --- /dev/null +++ b/spanish/cpp/aspose.cells/customfunctiondefinition/customfunctiondefinition/_index.md @@ -0,0 +1,39 @@ +--- +title: Aspose::Cells::CustomFunctionDefinition::CustomFunctionDefinition constructor +linktitle: CustomFunctionDefinition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CustomFunctionDefinition::CustomFunctionDefinition constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/customfunctiondefinition/customfunctiondefinition/ +--- +## CustomFunctionDefinition::CustomFunctionDefinition() constructor + + +Default constructor. + +```cpp +Aspose::Cells::CustomFunctionDefinition::CustomFunctionDefinition() +``` + +## See Also + +* Class [CustomFunctionDefinition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CustomFunctionDefinition::CustomFunctionDefinition(const CustomFunctionDefinition\&) constructor + + + + +```cpp +Aspose::Cells::CustomFunctionDefinition::CustomFunctionDefinition(const CustomFunctionDefinition &src)=delete +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CustomFunctionDefinition](../) +* Class [CustomFunctionDefinition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/customfunctiondefinition/getarraymodeparameters/_index.md b/spanish/cpp/aspose.cells/customfunctiondefinition/getarraymodeparameters/_index.md new file mode 100644 index 00000000000..d33815f5352 --- /dev/null +++ b/spanish/cpp/aspose.cells/customfunctiondefinition/getarraymodeparameters/_index.md @@ -0,0 +1,66 @@ +--- +title: Aspose::Cells::CustomFunctionDefinition::GetArrayModeParameters method +linktitle: GetArrayModeParameters +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CustomFunctionDefinition::GetArrayModeParameters method. Gets the indices of given custom function''s parameters that need to be calculated in array mode in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/customfunctiondefinition/getarraymodeparameters/ +--- +## CustomFunctionDefinition::GetArrayModeParameters(const U16String\&) method + + +Gets the indices of given custom function's parameters that need to be calculated in array mode. + +```cpp +virtual Vector Aspose::Cells::CustomFunctionDefinition::GetArrayModeParameters(const U16String &functionName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| functionName | const U16String\& | [Name](../../name/) of the custom function. | + +## ReturnValue + +Indices of the parameters that need to be calculated in array mode for given custom function. Default is null, there is no parameter which needs to be calculated in array mode for the custom function. +## Remarks + + + +For an expression that needs to be calculated, taking A:A+B:B as an example: Generally in value mode it will be calculated to a single value according to current cell base. But in array mode, all values of A1+B1,A2+B2,A3+B3,... will be calculated and used for the calculation. +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [CustomFunctionDefinition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## CustomFunctionDefinition::GetArrayModeParameters(const char16_t*) method + + +Gets the indices of given custom function's parameters that need to be calculated in array mode. + +```cpp +virtual Vector Aspose::Cells::CustomFunctionDefinition::GetArrayModeParameters(const char16_t *functionName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| functionName | const char16_t* | [Name](../../name/) of the custom function. | + +## ReturnValue + +Indices of the parameters that need to be calculated in array mode for given custom function. Default is null, there is no parameter which needs to be calculated in array mode for the custom function. +## Remarks + + + +For an expression that needs to be calculated, taking A:A+B:B as an example: Generally in value mode it will be calculated to a single value according to current cell base. But in array mode, all values of A1+B1,A2+B2,A3+B3,... will be calculated and used for the calculation. +## See Also + +* Class [Vector](../../vector/) +* Class [CustomFunctionDefinition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/customfunctiondefinition/isnull/_index.md b/spanish/cpp/aspose.cells/customfunctiondefinition/isnull/_index.md new file mode 100644 index 00000000000..87be423a305 --- /dev/null +++ b/spanish/cpp/aspose.cells/customfunctiondefinition/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::CustomFunctionDefinition::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CustomFunctionDefinition::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/customfunctiondefinition/isnull/ +--- +## CustomFunctionDefinition::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::CustomFunctionDefinition::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [CustomFunctionDefinition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/customfunctiondefinition/operator_asm/_index.md b/spanish/cpp/aspose.cells/customfunctiondefinition/operator_asm/_index.md new file mode 100644 index 00000000000..81f0513d35f --- /dev/null +++ b/spanish/cpp/aspose.cells/customfunctiondefinition/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::CustomFunctionDefinition::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'How to use operator= method of Aspose::Cells::CustomFunctionDefinition class in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/customfunctiondefinition/operator_asm/ +--- +## CustomFunctionDefinition::operator= method + + + + +```cpp +CustomFunctionDefinition & Aspose::Cells::CustomFunctionDefinition::operator=(const CustomFunctionDefinition &src)=delete +``` + +## See Also + +* Class [CustomFunctionDefinition](../) +* Class [Vector](../../vector/) +* Class [CustomFunctionDefinition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/customfunctiondefinition/operator_bool/_index.md b/spanish/cpp/aspose.cells/customfunctiondefinition/operator_bool/_index.md new file mode 100644 index 00000000000..64d473bcb10 --- /dev/null +++ b/spanish/cpp/aspose.cells/customfunctiondefinition/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::CustomFunctionDefinition::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CustomFunctionDefinition::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/customfunctiondefinition/operator_bool/ +--- +## CustomFunctionDefinition::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::CustomFunctionDefinition::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [CustomFunctionDefinition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/customfunctiondefinition/~customfunctiondefinition/_index.md b/spanish/cpp/aspose.cells/customfunctiondefinition/~customfunctiondefinition/_index.md new file mode 100644 index 00000000000..14430683a2e --- /dev/null +++ b/spanish/cpp/aspose.cells/customfunctiondefinition/~customfunctiondefinition/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::CustomFunctionDefinition::~CustomFunctionDefinition method +linktitle: ~CustomFunctionDefinition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CustomFunctionDefinition::~CustomFunctionDefinition method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/customfunctiondefinition/~customfunctiondefinition/ +--- +## CustomFunctionDefinition::~CustomFunctionDefinition method + + +Destructor. + +```cpp +Aspose::Cells::CustomFunctionDefinition::~CustomFunctionDefinition() +``` + +## See Also + +* Class [CustomFunctionDefinition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/databar/_impl/_index.md b/spanish/cpp/aspose.cells/databar/_impl/_index.md new file mode 100644 index 00000000000..230d028b62a --- /dev/null +++ b/spanish/cpp/aspose.cells/databar/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::DataBar::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataBar::_impl field. The implementation object in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells/databar/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +DataBar_Impl* Aspose::Cells::DataBar::_impl +``` + +## See Also + +* Class [DataBar](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/databar/_index.md b/spanish/cpp/aspose.cells/databar/_index.md new file mode 100644 index 00000000000..ad63e069ac9 --- /dev/null +++ b/spanish/cpp/aspose.cells/databar/_index.md @@ -0,0 +1,133 @@ +--- +title: Aspose::Cells::DataBar class +linktitle: DataBar +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataBar class. Describe the DataBar conditional formatting rule. This conditional formatting rule displays a gradated data bar in the range of cells in C++.' +type: docs +weight: 4100 +url: /es/cpp/aspose.cells/databar/ +--- +## DataBar class + + +Describe the [DataBar](./) conditional formatting rule. This conditional formatting rule displays a gradated data bar in the range of cells. + +```cpp +class DataBar +``` + +## Methods + +| Method | Description | +| --- | --- | +| [DataBar(DataBar_Impl* impl)](./databar/) | Constructs from an implementation object. | +| [DataBar(const DataBar\& src)](./databar/) | Copy constructor. | +| [GetAxisColor()](./getaxiscolor/) | Gets the color of the axis for cells with conditional formatting as data bars. | +| [GetAxisPosition()](./getaxisposition/) | Gets or sets the position of the axis of the data bars specified by a conditional formatting rule. | +| [GetBarBorder()](./getbarborder/) | Gets an object that specifies the border of a data bar. | +| [GetBarFillType()](./getbarfilltype/) | Gets or sets how a data bar is filled with color. | +| [GetColor()](./getcolor/) | Get or set this [DataBar](./)'s [Color](../color/). | +| [GetDirection()](./getdirection/) | Gets or sets the direction the databar is displayed. | +| [GetMaxCfvo()](./getmaxcfvo/) | Get or set this [DataBar](./)'s max value object. Cannot set null or CFValueObject with type [FormatConditionValueType.Min](../formatconditionvaluetype/) to it. | +| [GetMaxLength()](./getmaxlength/) | Represents the max length of data bar . | +| [GetMinCfvo()](./getmincfvo/) | Get or set this [DataBar](./)'s min value object. Cannot set null or CFValueObject with type [FormatConditionValueType.Max](../formatconditionvaluetype/) to it. | +| [GetMinLength()](./getminlength/) | Represents the min length of data bar . | +| [GetNegativeBarFormat()](./getnegativebarformat/) | Gets the [NegativeBarFormat](../negativebarformat/) object associated with a data bar conditional formatting rule. | +| [GetShowValue()](./getshowvalue/) | Get or set the flag indicating whether to show the values of the cells on which this data bar is applied. Default value is true. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const DataBar\& src)](./operator_asm/) | operator= | +| [SetAxisColor(const Aspose::Cells::Color\& value)](./setaxiscolor/) | Gets the color of the axis for cells with conditional formatting as data bars. | +| [SetAxisPosition(DataBarAxisPosition value)](./setaxisposition/) | Gets or sets the position of the axis of the data bars specified by a conditional formatting rule. | +| [SetBarFillType(DataBarFillType value)](./setbarfilltype/) | Gets or sets how a data bar is filled with color. | +| [SetColor(const Aspose::Cells::Color\& value)](./setcolor/) | Get or set this [DataBar](./)'s [Color](../color/). | +| [SetDirection(TextDirectionType value)](./setdirection/) | Gets or sets the direction the databar is displayed. | +| [SetMaxLength(int32_t value)](./setmaxlength/) | Represents the max length of data bar . | +| [SetMinLength(int32_t value)](./setminlength/) | Represents the min length of data bar . | +| [SetShowValue(bool value)](./setshowvalue/) | Get or set the flag indicating whether to show the values of the cells on which this data bar is applied. Default value is true. | +| [ToImage(const Cell\& cell, const ImageOrPrintOptions\& imgOpts)](./toimage/) | Render data bar in cell to image byte array. | +| [~DataBar()](./~databar/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; + +Worksheet sheet = workbook.GetWorksheets().Get(0); + +//Agrega un formato condicional vacío +int index = sheet.GetConditionalFormattings().Add(); + +FormatConditionCollection fcs = sheet.GetConditionalFormattings().Get(index); + +//Establece el rango del formato condicional. +CellArea ca; +ca.StartRow = 0; +ca.EndRow = 2; +ca.StartColumn = 0; +ca.EndColumn = 0; +fcs.AddArea(ca); + +//Agrega condición. +int idx = fcs.AddCondition(FormatConditionType::DataBar); + +fcs.AddArea(ca); + +FormatCondition cond = fcs.Get(idx); + +//Obtener barra de datos +DataBar dataBar = cond.GetDataBar(); + +dataBar.SetColor(Color{ 0xff, 0xff, 0xa5, 0 }); + +//Establecer propiedades de la barra de datos +dataBar.GetMinCfvo().SetType(FormatConditionValueType::Percentile); + +dataBar.SetShowValue(false); + +dataBar.GetBarBorder().SetType(DataBarBorderType::Solid); + +dataBar.GetBarBorder().SetColor(Color{ 0xff, 0xdd, 0xa0, 0xdd });//Plum + +dataBar.SetBarFillType(DataBarFillType::Solid); + +dataBar.SetAxisColor(Color{ 0xff, 0xff, 0, 0 });//Red + +dataBar.SetAxisPosition(DataBarAxisPosition::Midpoint); + +dataBar.GetNegativeBarFormat().SetColorType(DataBarNegativeColorType::Color); + +dataBar.GetNegativeBarFormat().SetColor(Color{ 0xff, 0xff, 0xff, 0xff });//White + +dataBar.GetNegativeBarFormat().SetBorderColorType(DataBarNegativeColorType::Color); + +dataBar.GetNegativeBarFormat().SetBorderColor(Color{ 0xff, 0xff, 0xff, 0 });//Yellow + +//Colocar valores de celda +Cell cell1 = sheet.GetCells().Get(u"A1"); +cell1.PutValue(10); + +Cell cell2 = sheet.GetCells().Get(u"A2"); +cell2.PutValue(120); + +Cell cell3 = sheet.GetCells().Get(u"A3"); +cell3.PutValue(260); + +//Guardando el archivo Excel +workbook.Save(u"book1.xlsx"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/databar/databar/_index.md b/spanish/cpp/aspose.cells/databar/databar/_index.md new file mode 100644 index 00000000000..ffe54e2d908 --- /dev/null +++ b/spanish/cpp/aspose.cells/databar/databar/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::DataBar::DataBar constructor +linktitle: DataBar +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataBar::DataBar constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/databar/databar/ +--- +## DataBar::DataBar(DataBar_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::DataBar::DataBar(DataBar_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DataBar](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## DataBar::DataBar(const DataBar\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::DataBar::DataBar(const DataBar &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DataBar](../) +* Class [DataBar](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/databar/getaxiscolor/_index.md b/spanish/cpp/aspose.cells/databar/getaxiscolor/_index.md new file mode 100644 index 00000000000..f0df18b76e0 --- /dev/null +++ b/spanish/cpp/aspose.cells/databar/getaxiscolor/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::DataBar::GetAxisColor method +linktitle: GetAxisColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataBar::GetAxisColor method. Gets the color of the axis for cells with conditional formatting as data bars in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/databar/getaxiscolor/ +--- +## DataBar::GetAxisColor method + + +Gets the color of the axis for cells with conditional formatting as data bars. + +```cpp +Aspose::Cells::Color Aspose::Cells::DataBar::GetAxisColor() +``` + +## See Also + +* Class [DataBar](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/databar/getaxisposition/_index.md b/spanish/cpp/aspose.cells/databar/getaxisposition/_index.md new file mode 100644 index 00000000000..9f9d7a2ab80 --- /dev/null +++ b/spanish/cpp/aspose.cells/databar/getaxisposition/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DataBar::GetAxisPosition method +linktitle: GetAxisPosition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataBar::GetAxisPosition method. Gets or sets the position of the axis of the data bars specified by a conditional formatting rule in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/databar/getaxisposition/ +--- +## DataBar::GetAxisPosition method + + +Gets or sets the position of the axis of the data bars specified by a conditional formatting rule. + +```cpp +DataBarAxisPosition Aspose::Cells::DataBar::GetAxisPosition() +``` + +## See Also + +* Enum [DataBarAxisPosition](../../databaraxisposition/) +* Class [DataBar](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/databar/getbarborder/_index.md b/spanish/cpp/aspose.cells/databar/getbarborder/_index.md new file mode 100644 index 00000000000..14978c12ffd --- /dev/null +++ b/spanish/cpp/aspose.cells/databar/getbarborder/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DataBar::GetBarBorder method +linktitle: GetBarBorder +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataBar::GetBarBorder method. Gets an object that specifies the border of a data bar in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells/databar/getbarborder/ +--- +## DataBar::GetBarBorder method + + +Gets an object that specifies the border of a data bar. + +```cpp +DataBarBorder Aspose::Cells::DataBar::GetBarBorder() +``` + +## See Also + +* Class [DataBarBorder](../../databarborder/) +* Class [DataBar](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/databar/getbarfilltype/_index.md b/spanish/cpp/aspose.cells/databar/getbarfilltype/_index.md new file mode 100644 index 00000000000..d3f2e4f9e5f --- /dev/null +++ b/spanish/cpp/aspose.cells/databar/getbarfilltype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DataBar::GetBarFillType method +linktitle: GetBarFillType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataBar::GetBarFillType method. Gets or sets how a data bar is filled with color in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/databar/getbarfilltype/ +--- +## DataBar::GetBarFillType method + + +Gets or sets how a data bar is filled with color. + +```cpp +DataBarFillType Aspose::Cells::DataBar::GetBarFillType() +``` + +## See Also + +* Enum [DataBarFillType](../../databarfilltype/) +* Class [DataBar](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/databar/getcolor/_index.md b/spanish/cpp/aspose.cells/databar/getcolor/_index.md new file mode 100644 index 00000000000..091e1388fa7 --- /dev/null +++ b/spanish/cpp/aspose.cells/databar/getcolor/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::DataBar::GetColor method +linktitle: GetColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataBar::GetColor method. Get or set this DataBar''s Color in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells/databar/getcolor/ +--- +## DataBar::GetColor method + + +Get or set this [DataBar](../)'s [Color](../../color/). + +```cpp +Aspose::Cells::Color Aspose::Cells::DataBar::GetColor() +``` + +## See Also + +* Class [DataBar](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/databar/getdirection/_index.md b/spanish/cpp/aspose.cells/databar/getdirection/_index.md new file mode 100644 index 00000000000..74ea4a59aeb --- /dev/null +++ b/spanish/cpp/aspose.cells/databar/getdirection/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DataBar::GetDirection method +linktitle: GetDirection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataBar::GetDirection method. Gets or sets the direction the databar is displayed in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/databar/getdirection/ +--- +## DataBar::GetDirection method + + +Gets or sets the direction the databar is displayed. + +```cpp +TextDirectionType Aspose::Cells::DataBar::GetDirection() +``` + +## See Also + +* Enum [TextDirectionType](../../textdirectiontype/) +* Class [DataBar](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/databar/getmaxcfvo/_index.md b/spanish/cpp/aspose.cells/databar/getmaxcfvo/_index.md new file mode 100644 index 00000000000..a2fa2d46287 --- /dev/null +++ b/spanish/cpp/aspose.cells/databar/getmaxcfvo/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DataBar::GetMaxCfvo method +linktitle: GetMaxCfvo +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataBar::GetMaxCfvo method. Get or set this DataBar''s max value object. Cannot set null or CFValueObject with type FormatConditionValueType.Min to it in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells/databar/getmaxcfvo/ +--- +## DataBar::GetMaxCfvo method + + +Get or set this [DataBar](../)'s max value object. Cannot set null or CFValueObject with type [FormatConditionValueType.Min](../../formatconditionvaluetype/) to it. + +```cpp +ConditionalFormattingValue Aspose::Cells::DataBar::GetMaxCfvo() +``` + +## See Also + +* Class [ConditionalFormattingValue](../../conditionalformattingvalue/) +* Class [DataBar](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/databar/getmaxlength/_index.md b/spanish/cpp/aspose.cells/databar/getmaxlength/_index.md new file mode 100644 index 00000000000..d2f039a6c8e --- /dev/null +++ b/spanish/cpp/aspose.cells/databar/getmaxlength/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DataBar::GetMaxLength method +linktitle: GetMaxLength +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataBar::GetMaxLength method. Represents the max length of data bar in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells/databar/getmaxlength/ +--- +## DataBar::GetMaxLength method + + +Represents the max length of data bar . + +```cpp +int32_t Aspose::Cells::DataBar::GetMaxLength() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DataBar](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/databar/getmincfvo/_index.md b/spanish/cpp/aspose.cells/databar/getmincfvo/_index.md new file mode 100644 index 00000000000..bd0bf449cdf --- /dev/null +++ b/spanish/cpp/aspose.cells/databar/getmincfvo/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DataBar::GetMinCfvo method +linktitle: GetMinCfvo +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataBar::GetMinCfvo method. Get or set this DataBar''s min value object. Cannot set null or CFValueObject with type FormatConditionValueType.Max to it in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells/databar/getmincfvo/ +--- +## DataBar::GetMinCfvo method + + +Get or set this [DataBar](../)'s min value object. Cannot set null or CFValueObject with type [FormatConditionValueType.Max](../../formatconditionvaluetype/) to it. + +```cpp +ConditionalFormattingValue Aspose::Cells::DataBar::GetMinCfvo() +``` + +## See Also + +* Class [ConditionalFormattingValue](../../conditionalformattingvalue/) +* Class [DataBar](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/databar/getminlength/_index.md b/spanish/cpp/aspose.cells/databar/getminlength/_index.md new file mode 100644 index 00000000000..de3a8c9df42 --- /dev/null +++ b/spanish/cpp/aspose.cells/databar/getminlength/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DataBar::GetMinLength method +linktitle: GetMinLength +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataBar::GetMinLength method. Represents the min length of data bar in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells/databar/getminlength/ +--- +## DataBar::GetMinLength method + + +Represents the min length of data bar . + +```cpp +int32_t Aspose::Cells::DataBar::GetMinLength() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DataBar](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/databar/getnegativebarformat/_index.md b/spanish/cpp/aspose.cells/databar/getnegativebarformat/_index.md new file mode 100644 index 00000000000..f6c923f00be --- /dev/null +++ b/spanish/cpp/aspose.cells/databar/getnegativebarformat/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DataBar::GetNegativeBarFormat method +linktitle: GetNegativeBarFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataBar::GetNegativeBarFormat method. Gets the NegativeBarFormat object associated with a data bar conditional formatting rule in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells/databar/getnegativebarformat/ +--- +## DataBar::GetNegativeBarFormat method + + +Gets the [NegativeBarFormat](../../negativebarformat/) object associated with a data bar conditional formatting rule. + +```cpp +NegativeBarFormat Aspose::Cells::DataBar::GetNegativeBarFormat() +``` + +## See Also + +* Class [NegativeBarFormat](../../negativebarformat/) +* Class [DataBar](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/databar/getshowvalue/_index.md b/spanish/cpp/aspose.cells/databar/getshowvalue/_index.md new file mode 100644 index 00000000000..58fd186efe9 --- /dev/null +++ b/spanish/cpp/aspose.cells/databar/getshowvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DataBar::GetShowValue method +linktitle: GetShowValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataBar::GetShowValue method. Get or set the flag indicating whether to show the values of the cells on which this data bar is applied. Default value is true in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells/databar/getshowvalue/ +--- +## DataBar::GetShowValue method + + +Get or set the flag indicating whether to show the values of the cells on which this data bar is applied. Default value is true. + +```cpp +bool Aspose::Cells::DataBar::GetShowValue() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DataBar](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/databar/isnull/_index.md b/spanish/cpp/aspose.cells/databar/isnull/_index.md new file mode 100644 index 00000000000..e3fd1f9c55b --- /dev/null +++ b/spanish/cpp/aspose.cells/databar/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::DataBar::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataBar::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/databar/isnull/ +--- +## DataBar::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::DataBar::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [DataBar](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/databar/operator_asm/_index.md b/spanish/cpp/aspose.cells/databar/operator_asm/_index.md new file mode 100644 index 00000000000..f6bf3e4bd45 --- /dev/null +++ b/spanish/cpp/aspose.cells/databar/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::DataBar::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataBar::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/databar/operator_asm/ +--- +## DataBar::operator= method + + +operator= + +```cpp +DataBar & Aspose::Cells::DataBar::operator=(const DataBar &src) +``` + +## See Also + +* Class [DataBar](../) +* Class [Vector](../../vector/) +* Class [DataBar](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/databar/operator_bool/_index.md b/spanish/cpp/aspose.cells/databar/operator_bool/_index.md new file mode 100644 index 00000000000..3b73674420e --- /dev/null +++ b/spanish/cpp/aspose.cells/databar/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::DataBar::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataBar::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/databar/operator_bool/ +--- +## DataBar::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::DataBar::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [DataBar](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/databar/setaxiscolor/_index.md b/spanish/cpp/aspose.cells/databar/setaxiscolor/_index.md new file mode 100644 index 00000000000..5faf3f11338 --- /dev/null +++ b/spanish/cpp/aspose.cells/databar/setaxiscolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DataBar::SetAxisColor method +linktitle: SetAxisColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataBar::SetAxisColor method. Gets the color of the axis for cells with conditional formatting as data bars in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/databar/setaxiscolor/ +--- +## DataBar::SetAxisColor method + + +Gets the color of the axis for cells with conditional formatting as data bars. + +```cpp +void Aspose::Cells::DataBar::SetAxisColor(const Aspose::Cells::Color &value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DataBar](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/databar/setaxisposition/_index.md b/spanish/cpp/aspose.cells/databar/setaxisposition/_index.md new file mode 100644 index 00000000000..f643ffd5b5f --- /dev/null +++ b/spanish/cpp/aspose.cells/databar/setaxisposition/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::DataBar::SetAxisPosition method +linktitle: SetAxisPosition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataBar::SetAxisPosition method. Gets or sets the position of the axis of the data bars specified by a conditional formatting rule in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/databar/setaxisposition/ +--- +## DataBar::SetAxisPosition method + + +Gets or sets the position of the axis of the data bars specified by a conditional formatting rule. + +```cpp +void Aspose::Cells::DataBar::SetAxisPosition(DataBarAxisPosition value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Enum [DataBarAxisPosition](../../databaraxisposition/) +* Class [DataBar](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/databar/setbarfilltype/_index.md b/spanish/cpp/aspose.cells/databar/setbarfilltype/_index.md new file mode 100644 index 00000000000..9f4c3ebfd9c --- /dev/null +++ b/spanish/cpp/aspose.cells/databar/setbarfilltype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::DataBar::SetBarFillType method +linktitle: SetBarFillType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataBar::SetBarFillType method. Gets or sets how a data bar is filled with color in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/databar/setbarfilltype/ +--- +## DataBar::SetBarFillType method + + +Gets or sets how a data bar is filled with color. + +```cpp +void Aspose::Cells::DataBar::SetBarFillType(DataBarFillType value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Enum [DataBarFillType](../../databarfilltype/) +* Class [DataBar](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/databar/setcolor/_index.md b/spanish/cpp/aspose.cells/databar/setcolor/_index.md new file mode 100644 index 00000000000..edffacb5e99 --- /dev/null +++ b/spanish/cpp/aspose.cells/databar/setcolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DataBar::SetColor method +linktitle: SetColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataBar::SetColor method. Get or set this DataBar''s Color in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells/databar/setcolor/ +--- +## DataBar::SetColor method + + +Get or set this [DataBar](../)'s [Color](../../color/). + +```cpp +void Aspose::Cells::DataBar::SetColor(const Aspose::Cells::Color &value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DataBar](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/databar/setdirection/_index.md b/spanish/cpp/aspose.cells/databar/setdirection/_index.md new file mode 100644 index 00000000000..dc0aa567ff3 --- /dev/null +++ b/spanish/cpp/aspose.cells/databar/setdirection/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::DataBar::SetDirection method +linktitle: SetDirection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataBar::SetDirection method. Gets or sets the direction the databar is displayed in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells/databar/setdirection/ +--- +## DataBar::SetDirection method + + +Gets or sets the direction the databar is displayed. + +```cpp +void Aspose::Cells::DataBar::SetDirection(TextDirectionType value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Enum [TextDirectionType](../../textdirectiontype/) +* Class [DataBar](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/databar/setmaxlength/_index.md b/spanish/cpp/aspose.cells/databar/setmaxlength/_index.md new file mode 100644 index 00000000000..9bda4956bc2 --- /dev/null +++ b/spanish/cpp/aspose.cells/databar/setmaxlength/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DataBar::SetMaxLength method +linktitle: SetMaxLength +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataBar::SetMaxLength method. Represents the max length of data bar in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells/databar/setmaxlength/ +--- +## DataBar::SetMaxLength method + + +Represents the max length of data bar . + +```cpp +void Aspose::Cells::DataBar::SetMaxLength(int32_t value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DataBar](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/databar/setminlength/_index.md b/spanish/cpp/aspose.cells/databar/setminlength/_index.md new file mode 100644 index 00000000000..bb1fd15ef86 --- /dev/null +++ b/spanish/cpp/aspose.cells/databar/setminlength/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DataBar::SetMinLength method +linktitle: SetMinLength +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataBar::SetMinLength method. Represents the min length of data bar in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells/databar/setminlength/ +--- +## DataBar::SetMinLength method + + +Represents the min length of data bar . + +```cpp +void Aspose::Cells::DataBar::SetMinLength(int32_t value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DataBar](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/databar/setshowvalue/_index.md b/spanish/cpp/aspose.cells/databar/setshowvalue/_index.md new file mode 100644 index 00000000000..c02139fdf14 --- /dev/null +++ b/spanish/cpp/aspose.cells/databar/setshowvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DataBar::SetShowValue method +linktitle: SetShowValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataBar::SetShowValue method. Get or set the flag indicating whether to show the values of the cells on which this data bar is applied. Default value is true in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells/databar/setshowvalue/ +--- +## DataBar::SetShowValue method + + +Get or set the flag indicating whether to show the values of the cells on which this data bar is applied. Default value is true. + +```cpp +void Aspose::Cells::DataBar::SetShowValue(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DataBar](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/databar/toimage/_index.md b/spanish/cpp/aspose.cells/databar/toimage/_index.md new file mode 100644 index 00000000000..ace874d8796 --- /dev/null +++ b/spanish/cpp/aspose.cells/databar/toimage/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::DataBar::ToImage method +linktitle: ToImage +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataBar::ToImage method. Render data bar in cell to image byte array in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells/databar/toimage/ +--- +## DataBar::ToImage method + + +Render data bar in cell to image byte array. + +```cpp +Vector Aspose::Cells::DataBar::ToImage(const Cell &cell, const ImageOrPrintOptions &imgOpts) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| cell | const Cell\& | Indicate the data bar in which cell to be rendered | +| imgOpts | const ImageOrPrintOptions\& | ImageOrPrintOptions contains some property of output image | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../vector/) +* Class [Cell](../../cell/) +* Class [ImageOrPrintOptions](../../../aspose.cells.rendering/imageorprintoptions/) +* Class [DataBar](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/databar/~databar/_index.md b/spanish/cpp/aspose.cells/databar/~databar/_index.md new file mode 100644 index 00000000000..e1af9f9ab41 --- /dev/null +++ b/spanish/cpp/aspose.cells/databar/~databar/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::DataBar::~DataBar method +linktitle: ~DataBar +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataBar::~DataBar method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/databar/~databar/ +--- +## DataBar::~DataBar method + + +Destructor. + +```cpp +Aspose::Cells::DataBar::~DataBar() +``` + +## See Also + +* Class [DataBar](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/databaraxisposition/_index.md b/spanish/cpp/aspose.cells/databaraxisposition/_index.md new file mode 100644 index 00000000000..c6e47f394be --- /dev/null +++ b/spanish/cpp/aspose.cells/databaraxisposition/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::DataBarAxisPosition enum +linktitle: DataBarAxisPosition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataBarAxisPosition enum. Specifies the axis position for a range of cells with conditional formatting as data bars in C++.' +type: docs +weight: 19500 +url: /es/cpp/aspose.cells/databaraxisposition/ +--- +## DataBarAxisPosition enum + + +Specifies the axis position for a range of cells with conditional formatting as data bars. + +```cpp +enum class DataBarAxisPosition +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Automatic | 0 |
Display the axis at a variable position based on the ratio of the minimum negative value to the maximum positive value in the range. Positive values are displayed in a left-to-right direction. Negative values are displayed in a right-to-left direction. When all values are positive or all values are negative, no axis is displayed. | +| Midpoint | 1 |
Display the axis at the midpoint of the cell regardless of the set of values in the range. Positive values are displayed in a left-to-right direction. Negative values are displayed in a right-to-left direction. | +| None | 2 |
No axis is displayed, and both positive and negative values are displayed in the left-to-right direction. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/databarborder/_impl/_index.md b/spanish/cpp/aspose.cells/databarborder/_impl/_index.md new file mode 100644 index 00000000000..779950d9f50 --- /dev/null +++ b/spanish/cpp/aspose.cells/databarborder/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::DataBarBorder::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataBarBorder::_impl field. The implementation object in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/databarborder/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +DataBarBorder_Impl* Aspose::Cells::DataBarBorder::_impl +``` + +## See Also + +* Class [DataBarBorder](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/databarborder/_index.md b/spanish/cpp/aspose.cells/databarborder/_index.md new file mode 100644 index 00000000000..0f1cc72d582 --- /dev/null +++ b/spanish/cpp/aspose.cells/databarborder/_index.md @@ -0,0 +1,41 @@ +--- +title: Aspose::Cells::DataBarBorder class +linktitle: DataBarBorder +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataBarBorder class. Represents the border of the data bars specified by a conditional formatting rule in C++.' +type: docs +weight: 4200 +url: /es/cpp/aspose.cells/databarborder/ +--- +## DataBarBorder class + + +Represents the border of the data bars specified by a conditional formatting rule. + +```cpp +class DataBarBorder +``` + +## Methods + +| Method | Description | +| --- | --- | +| [DataBarBorder(DataBarBorder_Impl* impl)](./databarborder/) | Constructs from an implementation object. | +| [DataBarBorder(const DataBarBorder\& src)](./databarborder/) | Copy constructor. | +| [GetColor()](./getcolor/) | Gets or sets the border's color of data bars specified by a conditional formatting rule. | +| [GetType()](./gettype/) | Gets or sets the border's type of data bars specified by a conditional formatting rule. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const DataBarBorder\& src)](./operator_asm/) | operator= | +| [SetColor(const Aspose::Cells::Color\& value)](./setcolor/) | Gets or sets the border's color of data bars specified by a conditional formatting rule. | +| [SetType(DataBarBorderType value)](./settype/) | Gets or sets the border's type of data bars specified by a conditional formatting rule. | +| [~DataBarBorder()](./~databarborder/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/databarborder/databarborder/_index.md b/spanish/cpp/aspose.cells/databarborder/databarborder/_index.md new file mode 100644 index 00000000000..2974a1e08b4 --- /dev/null +++ b/spanish/cpp/aspose.cells/databarborder/databarborder/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::DataBarBorder::DataBarBorder constructor +linktitle: DataBarBorder +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataBarBorder::DataBarBorder constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/databarborder/databarborder/ +--- +## DataBarBorder::DataBarBorder(DataBarBorder_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::DataBarBorder::DataBarBorder(DataBarBorder_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DataBarBorder](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## DataBarBorder::DataBarBorder(const DataBarBorder\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::DataBarBorder::DataBarBorder(const DataBarBorder &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DataBarBorder](../) +* Class [DataBarBorder](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/databarborder/getcolor/_index.md b/spanish/cpp/aspose.cells/databarborder/getcolor/_index.md new file mode 100644 index 00000000000..2751217898c --- /dev/null +++ b/spanish/cpp/aspose.cells/databarborder/getcolor/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::DataBarBorder::GetColor method +linktitle: GetColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataBarBorder::GetColor method. Gets or sets the border''s color of data bars specified by a conditional formatting rule in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/databarborder/getcolor/ +--- +## DataBarBorder::GetColor method + + +Gets or sets the border's color of data bars specified by a conditional formatting rule. + +```cpp +Aspose::Cells::Color Aspose::Cells::DataBarBorder::GetColor() +``` + +## See Also + +* Class [DataBarBorder](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/databarborder/gettype/_index.md b/spanish/cpp/aspose.cells/databarborder/gettype/_index.md new file mode 100644 index 00000000000..0b3d4e939f4 --- /dev/null +++ b/spanish/cpp/aspose.cells/databarborder/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DataBarBorder::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataBarBorder::GetType method. Gets or sets the border''s type of data bars specified by a conditional formatting rule in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/databarborder/gettype/ +--- +## DataBarBorder::GetType method + + +Gets or sets the border's type of data bars specified by a conditional formatting rule. + +```cpp +DataBarBorderType Aspose::Cells::DataBarBorder::GetType() +``` + +## See Also + +* Enum [DataBarBorderType](../../databarbordertype/) +* Class [DataBarBorder](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/databarborder/isnull/_index.md b/spanish/cpp/aspose.cells/databarborder/isnull/_index.md new file mode 100644 index 00000000000..b7d97e06f13 --- /dev/null +++ b/spanish/cpp/aspose.cells/databarborder/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::DataBarBorder::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataBarBorder::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/databarborder/isnull/ +--- +## DataBarBorder::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::DataBarBorder::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [DataBarBorder](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/databarborder/operator_asm/_index.md b/spanish/cpp/aspose.cells/databarborder/operator_asm/_index.md new file mode 100644 index 00000000000..fe614760523 --- /dev/null +++ b/spanish/cpp/aspose.cells/databarborder/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::DataBarBorder::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataBarBorder::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/databarborder/operator_asm/ +--- +## DataBarBorder::operator= method + + +operator= + +```cpp +DataBarBorder & Aspose::Cells::DataBarBorder::operator=(const DataBarBorder &src) +``` + +## See Also + +* Class [DataBarBorder](../) +* Class [Vector](../../vector/) +* Class [DataBarBorder](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/databarborder/operator_bool/_index.md b/spanish/cpp/aspose.cells/databarborder/operator_bool/_index.md new file mode 100644 index 00000000000..3d6f6748d5f --- /dev/null +++ b/spanish/cpp/aspose.cells/databarborder/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::DataBarBorder::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataBarBorder::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/databarborder/operator_bool/ +--- +## DataBarBorder::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::DataBarBorder::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [DataBarBorder](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/databarborder/setcolor/_index.md b/spanish/cpp/aspose.cells/databarborder/setcolor/_index.md new file mode 100644 index 00000000000..3cc0e0c45ad --- /dev/null +++ b/spanish/cpp/aspose.cells/databarborder/setcolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DataBarBorder::SetColor method +linktitle: SetColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataBarBorder::SetColor method. Gets or sets the border''s color of data bars specified by a conditional formatting rule in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/databarborder/setcolor/ +--- +## DataBarBorder::SetColor method + + +Gets or sets the border's color of data bars specified by a conditional formatting rule. + +```cpp +void Aspose::Cells::DataBarBorder::SetColor(const Aspose::Cells::Color &value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DataBarBorder](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/databarborder/settype/_index.md b/spanish/cpp/aspose.cells/databarborder/settype/_index.md new file mode 100644 index 00000000000..89a194ab3e2 --- /dev/null +++ b/spanish/cpp/aspose.cells/databarborder/settype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::DataBarBorder::SetType method +linktitle: SetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataBarBorder::SetType method. Gets or sets the border''s type of data bars specified by a conditional formatting rule in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/databarborder/settype/ +--- +## DataBarBorder::SetType method + + +Gets or sets the border's type of data bars specified by a conditional formatting rule. + +```cpp +void Aspose::Cells::DataBarBorder::SetType(DataBarBorderType value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Enum [DataBarBorderType](../../databarbordertype/) +* Class [DataBarBorder](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/databarborder/~databarborder/_index.md b/spanish/cpp/aspose.cells/databarborder/~databarborder/_index.md new file mode 100644 index 00000000000..1b527fc3108 --- /dev/null +++ b/spanish/cpp/aspose.cells/databarborder/~databarborder/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::DataBarBorder::~DataBarBorder method +linktitle: ~DataBarBorder +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataBarBorder::~DataBarBorder method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/databarborder/~databarborder/ +--- +## DataBarBorder::~DataBarBorder method + + +Destructor. + +```cpp +Aspose::Cells::DataBarBorder::~DataBarBorder() +``` + +## See Also + +* Class [DataBarBorder](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/databarbordertype/_index.md b/spanish/cpp/aspose.cells/databarbordertype/_index.md new file mode 100644 index 00000000000..d9c718c6c5c --- /dev/null +++ b/spanish/cpp/aspose.cells/databarbordertype/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::DataBarBorderType enum +linktitle: DataBarBorderType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataBarBorderType enum. Specifies the border type of a data bar in C++.' +type: docs +weight: 19600 +url: /es/cpp/aspose.cells/databarbordertype/ +--- +## DataBarBorderType enum + + +Specifies the border type of a data bar. + +```cpp +enum class DataBarBorderType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| None | 0 |
The data bar has no border. | +| Solid | 1 |
The data bar has a solid border. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/databarfilltype/_index.md b/spanish/cpp/aspose.cells/databarfilltype/_index.md new file mode 100644 index 00000000000..dbc5f85e0c6 --- /dev/null +++ b/spanish/cpp/aspose.cells/databarfilltype/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::DataBarFillType enum +linktitle: DataBarFillType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataBarFillType enum. Specifies how a data bar is filled with color in C++.' +type: docs +weight: 19700 +url: /es/cpp/aspose.cells/databarfilltype/ +--- +## DataBarFillType enum + + +Specifies how a data bar is filled with color. + +```cpp +enum class DataBarFillType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Solid | 0 |
The data bar is filled with solid color. | +| Gradient | 1 |
The data bar is filled with a color gradient. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/databarnegativecolortype/_index.md b/spanish/cpp/aspose.cells/databarnegativecolortype/_index.md new file mode 100644 index 00000000000..3606daf1f2b --- /dev/null +++ b/spanish/cpp/aspose.cells/databarnegativecolortype/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::DataBarNegativeColorType enum +linktitle: DataBarNegativeColorType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataBarNegativeColorType enum. Specifies whether to use the same border and fill color as positive data bars in C++.' +type: docs +weight: 19800 +url: /es/cpp/aspose.cells/databarnegativecolortype/ +--- +## DataBarNegativeColorType enum + + +Specifies whether to use the same border and fill color as positive data bars. + +```cpp +enum class DataBarNegativeColorType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Color | 0 |
Use the color specified in the Negative Value and Axis Setting dialog box or by using the ColorType and BorderColorType properties of the [NegativeBarFormat](../negativebarformat/) object. | +| SameAsPositive | 1 |
Use the same color as positive data bars. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/datasorter/_impl/_index.md b/spanish/cpp/aspose.cells/datasorter/_impl/_index.md new file mode 100644 index 00000000000..a1bd6b54544 --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorter/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::DataSorter::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorter::_impl field. The implementation object in C++.' +type: docs +weight: 3100 +url: /es/cpp/aspose.cells/datasorter/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +DataSorter_Impl* Aspose::Cells::DataSorter::_impl +``` + +## See Also + +* Class [DataSorter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datasorter/_index.md b/spanish/cpp/aspose.cells/datasorter/_index.md new file mode 100644 index 00000000000..b26e38fbd19 --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorter/_index.md @@ -0,0 +1,104 @@ +--- +title: Aspose::Cells::DataSorter class +linktitle: DataSorter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorter class. Summary description for DataSorter in C++.' +type: docs +weight: 4300 +url: /es/cpp/aspose.cells/datasorter/ +--- +## DataSorter class + + +Summary description for [DataSorter](./). + +```cpp +class DataSorter +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddColorKey(int32_t key, SortOnType type, SortOrder order, const Aspose::Cells::Color\& color)](./addcolorkey/) | Adds color sort key. | +| [AddKey(int32_t key, SortOrder order)](./addkey/) | Adds sorted column index and sort order. | +| [AddKey(int32_t key, SortOrder order, const U16String\& customList)](./addkey/) | Adds sorted column index and sort order with custom sort list. | +| [AddKey(int32_t key, SortOrder order, const char16_t* customList)](./addkey/) | Adds sorted column index and sort order with custom sort list. | +| [AddKey(int32_t key, SortOnType type, SortOrder order, const Aspose::Cells::Object\& customList)](./addkey/) | Adds sorted column index and sort order with custom sort list. | +| [AddKey(int32_t key, SortOrder order, const Vector \\& customList)](./addkey/) | Adds sorted column index and sort order with custom sort list. | +| [Clear()](./clear/) | Clear all settings. | +| [DataSorter(DataSorter_Impl* impl)](./datasorter/) | Constructs from an implementation object. | +| [DataSorter(const DataSorter\& src)](./datasorter/) | Copy constructor. | +| [GetCaseSensitive()](./getcasesensitive/) | Gets and sets whether case sensitive when comparing string. | +| [GetHasHeaders()](./gethasheaders/) | Represents whether the range has headers. | +| [GetKey1()](./getkey1/) | Represents first sorted column index(absolute position, column A is 0, B is 1, ...). | +| [GetKey2()](./getkey2/) | Represents second sorted column index(absolute position, column A is 0, B is 1, ...). | +| [GetKey3()](./getkey3/) | Represents third sorted column index(absolute position, column A is 0, B is 1, ...). | +| [GetKeys()](./getkeys/) | Gets the key list of data sorter. | +| [GetOrder1()](./getorder1/) | Represents sort order of the first key. | +| [GetOrder2()](./getorder2/) | Represents sort order of the second key. | +| [GetOrder3()](./getorder3/) | Represents sort order of the third key. | +| [GetSortAsNumber()](./getsortasnumber/) | Indicates whether sorting anything that looks like a number. | +| [GetSortLeftToRight()](./getsortlefttoright/) | True means that sorting orientation is from left to right. False means that sorting orientation is from top to bottom. The default value is false. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const DataSorter\& src)](./operator_asm/) | operator= | +| [SetCaseSensitive(bool value)](./setcasesensitive/) | Gets and sets whether case sensitive when comparing string. | +| [SetHasHeaders(bool value)](./sethasheaders/) | Represents whether the range has headers. | +| [SetKey1(int32_t value)](./setkey1/) | Represents first sorted column index(absolute position, column A is 0, B is 1, ...). | +| [SetKey2(int32_t value)](./setkey2/) | Represents second sorted column index(absolute position, column A is 0, B is 1, ...). | +| [SetKey3(int32_t value)](./setkey3/) | Represents third sorted column index(absolute position, column A is 0, B is 1, ...). | +| [SetOrder1(SortOrder value)](./setorder1/) | Represents sort order of the first key. | +| [SetOrder2(SortOrder value)](./setorder2/) | Represents sort order of the second key. | +| [SetOrder3(SortOrder value)](./setorder3/) | Represents sort order of the third key. | +| [SetSortAsNumber(bool value)](./setsortasnumber/) | Indicates whether sorting anything that looks like a number. | +| [SetSortLeftToRight(bool value)](./setsortlefttoright/) | True means that sorting orientation is from left to right. False means that sorting orientation is from top to bottom. The default value is false. | +| [Sort(const Cells\& cells, int32_t startRow, int32_t startColumn, int32_t endRow, int32_t endColumn)](./sort/) | Sorts the data of the area. | +| [Sort(const Cells\& cells, const CellArea\& area)](./sort/) | Sort the data of the area. | +| [Sort()](./sort/) | Sort the data in the range. | +| [~DataSorter()](./~datasorter/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciar un nuevo objeto Workbook. +Workbook workbook(u"Book1.xls"); +//Obtener el objeto datasorter del Workbook. +DataSorter sorter = workbook.GetDataSorter(); +//Establecer el primer orden para el objeto datasorter. +sorter.SetOrder1(SortOrder::Descending); +//Definir la primera clave. +sorter.SetKey1(0); +//Establecer el segundo orden para el objeto datasorter. +sorter.SetOrder2(SortOrder::Ascending); +//Definir la segunda clave. +sorter.SetKey2(1); +//Crear un área de celdas (rango). +CellArea ca; +//Especificar el índice de fila de inicio. +ca.StartRow = 0; +//Especifique el índice de columna inicial. +ca.StartColumn = 0; +//Especifique el índice de fila final. +ca.EndRow = 13; +//Especifique el índice de columna final. +ca.EndColumn = 1; +//Ordene los datos en el rango de datos especificado (A1:B14) +sorter.Sort(workbook.GetWorksheets().Get(0).GetCells(), ca); +//Guarde el archivo de Excel. +workbook.Save(u"outBook.xls"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/datasorter/addcolorkey/_index.md b/spanish/cpp/aspose.cells/datasorter/addcolorkey/_index.md new file mode 100644 index 00000000000..33704072a45 --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorter/addcolorkey/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::DataSorter::AddColorKey method +linktitle: AddColorKey +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorter::AddColorKey method. Adds color sort key in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/datasorter/addcolorkey/ +--- +## DataSorter::AddColorKey method + + +Adds color sort key. + +```cpp +void Aspose::Cells::DataSorter::AddColorKey(int32_t key, SortOnType type, SortOrder order, const Aspose::Cells::Color &color) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| key | int32_t | The sorted column index(absolute position, column A is 0, B is 1, ...) | +| type | SortOnType | The sorted color value type. | +| order | SortOrder | The sort order. | +| color | const Aspose::Cells::Color\& | The custom sort color. | + +## See Also + +* Class [Vector](../../vector/) +* Enum [SortOnType](../../sortontype/) +* Enum [SortOrder](../../sortorder/) +* Class [DataSorter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datasorter/addkey/_index.md b/spanish/cpp/aspose.cells/datasorter/addkey/_index.md new file mode 100644 index 00000000000..c1d73de1685 --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorter/addkey/_index.md @@ -0,0 +1,132 @@ +--- +title: Aspose::Cells::DataSorter::AddKey method +linktitle: AddKey +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorter::AddKey method. Adds sorted column index and sort order in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/datasorter/addkey/ +--- +## DataSorter::AddKey(int32_t, SortOrder) method + + +Adds sorted column index and sort order. + +```cpp +void Aspose::Cells::DataSorter::AddKey(int32_t key, SortOrder order) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| key | int32_t | The sorted column index(absolute position, column A is 0, B is 1, ...) | +| order | SortOrder | The sort order | + +## See Also + +* Class [Vector](../../vector/) +* Enum [SortOrder](../../sortorder/) +* Class [DataSorter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## DataSorter::AddKey(int32_t, SortOrder, const U16String\&) method + + +Adds sorted column index and sort order with custom sort list. + +```cpp +void Aspose::Cells::DataSorter::AddKey(int32_t key, SortOrder order, const U16String &customList) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| key | int32_t | The sorted column index(absolute position, column A is 0, B is 1, ...) | +| order | SortOrder | The sort order. | +| customList | const U16String\& | The custom sort list. | + +## See Also + +* Class [Vector](../../vector/) +* Enum [SortOrder](../../sortorder/) +* Class [U16String](../../u16string/) +* Class [DataSorter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## DataSorter::AddKey(int32_t, SortOrder, const char16_t*) method + + +Adds sorted column index and sort order with custom sort list. + +```cpp +void Aspose::Cells::DataSorter::AddKey(int32_t key, SortOrder order, const char16_t *customList) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| key | int32_t | The sorted column index(absolute position, column A is 0, B is 1, ...) | +| order | SortOrder | The sort order. | +| customList | const char16_t* | The custom sort list. | + +## See Also + +* Class [Vector](../../vector/) +* Enum [SortOrder](../../sortorder/) +* Class [DataSorter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## DataSorter::AddKey(int32_t, SortOnType, SortOrder, const Aspose::Cells::Object\&) method + + +Adds sorted column index and sort order with custom sort list. + +```cpp +void Aspose::Cells::DataSorter::AddKey(int32_t key, SortOnType type, SortOrder order, const Aspose::Cells::Object &customList) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| key | int32_t | The sorted column index(absolute position, column A is 0, B is 1, ...) | +| type | SortOnType | The sorted value type. | +| order | SortOrder | The sort order. | +| customList | const Aspose::Cells::Object\& | The custom sort list. | +## Remarks + + + +If type is [SortOnType.CellColor](../../sortontype/) or [SortOnType.FontColor](../../sortontype/), the customList is [Color](../../color/). +## See Also + +* Class [Vector](../../vector/) +* Enum [SortOnType](../../sortontype/) +* Enum [SortOrder](../../sortorder/) +* Class [Object](../../object/) +* Class [DataSorter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## DataSorter::AddKey(int32_t, SortOrder, const Vector \\&) method + + +Adds sorted column index and sort order with custom sort list. + +```cpp +void Aspose::Cells::DataSorter::AddKey(int32_t key, SortOrder order, const Vector &customList) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| key | int32_t | The sorted column index(absolute position, column A is 0, B is 1, ...) | +| order | SortOrder | The sort order. | +| customList | const Vector \\& | The custom sort list. | + +## See Also + +* Class [Vector](../../vector/) +* Enum [SortOrder](../../sortorder/) +* Class [U16String](../../u16string/) +* Class [DataSorter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datasorter/clear/_index.md b/spanish/cpp/aspose.cells/datasorter/clear/_index.md new file mode 100644 index 00000000000..fa34318b873 --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorter/clear/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DataSorter::Clear method +linktitle: Clear +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorter::Clear method. Clear all settings in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/datasorter/clear/ +--- +## DataSorter::Clear method + + +Clear all settings. + +```cpp +void Aspose::Cells::DataSorter::Clear() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DataSorter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datasorter/datasorter/_index.md b/spanish/cpp/aspose.cells/datasorter/datasorter/_index.md new file mode 100644 index 00000000000..bac83dc42d5 --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorter/datasorter/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::DataSorter::DataSorter constructor +linktitle: DataSorter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorter::DataSorter constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/datasorter/datasorter/ +--- +## DataSorter::DataSorter(DataSorter_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::DataSorter::DataSorter(DataSorter_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DataSorter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## DataSorter::DataSorter(const DataSorter\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::DataSorter::DataSorter(const DataSorter &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DataSorter](../) +* Class [DataSorter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datasorter/getcasesensitive/_index.md b/spanish/cpp/aspose.cells/datasorter/getcasesensitive/_index.md new file mode 100644 index 00000000000..48c06ea99db --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorter/getcasesensitive/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DataSorter::GetCaseSensitive method +linktitle: GetCaseSensitive +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorter::GetCaseSensitive method. Gets and sets whether case sensitive when comparing string in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells/datasorter/getcasesensitive/ +--- +## DataSorter::GetCaseSensitive method + + +Gets and sets whether case sensitive when comparing string. + +```cpp +bool Aspose::Cells::DataSorter::GetCaseSensitive() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DataSorter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datasorter/gethasheaders/_index.md b/spanish/cpp/aspose.cells/datasorter/gethasheaders/_index.md new file mode 100644 index 00000000000..d591e83f072 --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorter/gethasheaders/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DataSorter::GetHasHeaders method +linktitle: GetHasHeaders +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorter::GetHasHeaders method. Represents whether the range has headers in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/datasorter/gethasheaders/ +--- +## DataSorter::GetHasHeaders method + + +Represents whether the range has headers. + +```cpp +bool Aspose::Cells::DataSorter::GetHasHeaders() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DataSorter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datasorter/getkey1/_index.md b/spanish/cpp/aspose.cells/datasorter/getkey1/_index.md new file mode 100644 index 00000000000..5ed28b24f1a --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorter/getkey1/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DataSorter::GetKey1 method +linktitle: GetKey1 +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorter::GetKey1 method. Represents first sorted column index(absolute position, column A is 0, B is 1, ...) in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/datasorter/getkey1/ +--- +## DataSorter::GetKey1 method + + +Represents first sorted column index(absolute position, column A is 0, B is 1, ...). + +```cpp +int32_t Aspose::Cells::DataSorter::GetKey1() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DataSorter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datasorter/getkey2/_index.md b/spanish/cpp/aspose.cells/datasorter/getkey2/_index.md new file mode 100644 index 00000000000..a4c2e420467 --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorter/getkey2/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DataSorter::GetKey2 method +linktitle: GetKey2 +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorter::GetKey2 method. Represents second sorted column index(absolute position, column A is 0, B is 1, ...) in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells/datasorter/getkey2/ +--- +## DataSorter::GetKey2 method + + +Represents second sorted column index(absolute position, column A is 0, B is 1, ...). + +```cpp +int32_t Aspose::Cells::DataSorter::GetKey2() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DataSorter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datasorter/getkey3/_index.md b/spanish/cpp/aspose.cells/datasorter/getkey3/_index.md new file mode 100644 index 00000000000..1251866cf83 --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorter/getkey3/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DataSorter::GetKey3 method +linktitle: GetKey3 +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorter::GetKey3 method. Represents third sorted column index(absolute position, column A is 0, B is 1, ...) in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells/datasorter/getkey3/ +--- +## DataSorter::GetKey3 method + + +Represents third sorted column index(absolute position, column A is 0, B is 1, ...). + +```cpp +int32_t Aspose::Cells::DataSorter::GetKey3() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DataSorter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datasorter/getkeys/_index.md b/spanish/cpp/aspose.cells/datasorter/getkeys/_index.md new file mode 100644 index 00000000000..5b906328aed --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorter/getkeys/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DataSorter::GetKeys method +linktitle: GetKeys +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorter::GetKeys method. Gets the key list of data sorter in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/datasorter/getkeys/ +--- +## DataSorter::GetKeys method + + +Gets the key list of data sorter. + +```cpp +DataSorterKeyCollection Aspose::Cells::DataSorter::GetKeys() +``` + +## See Also + +* Class [DataSorterKeyCollection](../../datasorterkeycollection/) +* Class [DataSorter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datasorter/getorder1/_index.md b/spanish/cpp/aspose.cells/datasorter/getorder1/_index.md new file mode 100644 index 00000000000..cd584c81126 --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorter/getorder1/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DataSorter::GetOrder1 method +linktitle: GetOrder1 +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorter::GetOrder1 method. Represents sort order of the first key in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells/datasorter/getorder1/ +--- +## DataSorter::GetOrder1 method + + +Represents sort order of the first key. + +```cpp +SortOrder Aspose::Cells::DataSorter::GetOrder1() +``` + +## See Also + +* Enum [SortOrder](../../sortorder/) +* Class [DataSorter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datasorter/getorder2/_index.md b/spanish/cpp/aspose.cells/datasorter/getorder2/_index.md new file mode 100644 index 00000000000..89dfba81d57 --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorter/getorder2/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DataSorter::GetOrder2 method +linktitle: GetOrder2 +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorter::GetOrder2 method. Represents sort order of the second key in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells/datasorter/getorder2/ +--- +## DataSorter::GetOrder2 method + + +Represents sort order of the second key. + +```cpp +SortOrder Aspose::Cells::DataSorter::GetOrder2() +``` + +## See Also + +* Enum [SortOrder](../../sortorder/) +* Class [DataSorter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datasorter/getorder3/_index.md b/spanish/cpp/aspose.cells/datasorter/getorder3/_index.md new file mode 100644 index 00000000000..95ee2374706 --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorter/getorder3/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DataSorter::GetOrder3 method +linktitle: GetOrder3 +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorter::GetOrder3 method. Represents sort order of the third key in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells/datasorter/getorder3/ +--- +## DataSorter::GetOrder3 method + + +Represents sort order of the third key. + +```cpp +SortOrder Aspose::Cells::DataSorter::GetOrder3() +``` + +## See Also + +* Enum [SortOrder](../../sortorder/) +* Class [DataSorter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datasorter/getsortasnumber/_index.md b/spanish/cpp/aspose.cells/datasorter/getsortasnumber/_index.md new file mode 100644 index 00000000000..09bb9dd3802 --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorter/getsortasnumber/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DataSorter::GetSortAsNumber method +linktitle: GetSortAsNumber +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorter::GetSortAsNumber method. Indicates whether sorting anything that looks like a number in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells/datasorter/getsortasnumber/ +--- +## DataSorter::GetSortAsNumber method + + +Indicates whether sorting anything that looks like a number. + +```cpp +bool Aspose::Cells::DataSorter::GetSortAsNumber() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DataSorter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datasorter/getsortlefttoright/_index.md b/spanish/cpp/aspose.cells/datasorter/getsortlefttoright/_index.md new file mode 100644 index 00000000000..a68d67de65f --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorter/getsortlefttoright/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DataSorter::GetSortLeftToRight method +linktitle: GetSortLeftToRight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorter::GetSortLeftToRight method. True means that sorting orientation is from left to right. False means that sorting orientation is from top to bottom. The default value is false in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells/datasorter/getsortlefttoright/ +--- +## DataSorter::GetSortLeftToRight method + + +True means that sorting orientation is from left to right. False means that sorting orientation is from top to bottom. The default value is false. + +```cpp +bool Aspose::Cells::DataSorter::GetSortLeftToRight() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DataSorter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datasorter/isnull/_index.md b/spanish/cpp/aspose.cells/datasorter/isnull/_index.md new file mode 100644 index 00000000000..8a36fd4d7a6 --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorter/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::DataSorter::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorter::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/datasorter/isnull/ +--- +## DataSorter::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::DataSorter::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [DataSorter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datasorter/operator_asm/_index.md b/spanish/cpp/aspose.cells/datasorter/operator_asm/_index.md new file mode 100644 index 00000000000..6a53443ff8d --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorter/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::DataSorter::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorter::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/datasorter/operator_asm/ +--- +## DataSorter::operator= method + + +operator= + +```cpp +DataSorter & Aspose::Cells::DataSorter::operator=(const DataSorter &src) +``` + +## See Also + +* Class [DataSorter](../) +* Class [Vector](../../vector/) +* Class [DataSorter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datasorter/operator_bool/_index.md b/spanish/cpp/aspose.cells/datasorter/operator_bool/_index.md new file mode 100644 index 00000000000..dc9dc61c6b1 --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorter/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::DataSorter::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorter::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/datasorter/operator_bool/ +--- +## DataSorter::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::DataSorter::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [DataSorter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datasorter/setcasesensitive/_index.md b/spanish/cpp/aspose.cells/datasorter/setcasesensitive/_index.md new file mode 100644 index 00000000000..517498b8aa1 --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorter/setcasesensitive/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DataSorter::SetCaseSensitive method +linktitle: SetCaseSensitive +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorter::SetCaseSensitive method. Gets and sets whether case sensitive when comparing string in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells/datasorter/setcasesensitive/ +--- +## DataSorter::SetCaseSensitive method + + +Gets and sets whether case sensitive when comparing string. + +```cpp +void Aspose::Cells::DataSorter::SetCaseSensitive(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DataSorter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datasorter/sethasheaders/_index.md b/spanish/cpp/aspose.cells/datasorter/sethasheaders/_index.md new file mode 100644 index 00000000000..20b924b97c9 --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorter/sethasheaders/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DataSorter::SetHasHeaders method +linktitle: SetHasHeaders +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorter::SetHasHeaders method. Represents whether the range has headers in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/datasorter/sethasheaders/ +--- +## DataSorter::SetHasHeaders method + + +Represents whether the range has headers. + +```cpp +void Aspose::Cells::DataSorter::SetHasHeaders(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DataSorter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datasorter/setkey1/_index.md b/spanish/cpp/aspose.cells/datasorter/setkey1/_index.md new file mode 100644 index 00000000000..e271f18cb0b --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorter/setkey1/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DataSorter::SetKey1 method +linktitle: SetKey1 +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorter::SetKey1 method. Represents first sorted column index(absolute position, column A is 0, B is 1, ...) in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells/datasorter/setkey1/ +--- +## DataSorter::SetKey1 method + + +Represents first sorted column index(absolute position, column A is 0, B is 1, ...). + +```cpp +void Aspose::Cells::DataSorter::SetKey1(int32_t value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DataSorter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datasorter/setkey2/_index.md b/spanish/cpp/aspose.cells/datasorter/setkey2/_index.md new file mode 100644 index 00000000000..f868f82dc24 --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorter/setkey2/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DataSorter::SetKey2 method +linktitle: SetKey2 +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorter::SetKey2 method. Represents second sorted column index(absolute position, column A is 0, B is 1, ...) in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells/datasorter/setkey2/ +--- +## DataSorter::SetKey2 method + + +Represents second sorted column index(absolute position, column A is 0, B is 1, ...). + +```cpp +void Aspose::Cells::DataSorter::SetKey2(int32_t value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DataSorter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datasorter/setkey3/_index.md b/spanish/cpp/aspose.cells/datasorter/setkey3/_index.md new file mode 100644 index 00000000000..641ea99c13c --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorter/setkey3/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DataSorter::SetKey3 method +linktitle: SetKey3 +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorter::SetKey3 method. Represents third sorted column index(absolute position, column A is 0, B is 1, ...) in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells/datasorter/setkey3/ +--- +## DataSorter::SetKey3 method + + +Represents third sorted column index(absolute position, column A is 0, B is 1, ...). + +```cpp +void Aspose::Cells::DataSorter::SetKey3(int32_t value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DataSorter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datasorter/setorder1/_index.md b/spanish/cpp/aspose.cells/datasorter/setorder1/_index.md new file mode 100644 index 00000000000..c2d731eba11 --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorter/setorder1/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::DataSorter::SetOrder1 method +linktitle: SetOrder1 +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorter::SetOrder1 method. Represents sort order of the first key in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells/datasorter/setorder1/ +--- +## DataSorter::SetOrder1 method + + +Represents sort order of the first key. + +```cpp +void Aspose::Cells::DataSorter::SetOrder1(SortOrder value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Enum [SortOrder](../../sortorder/) +* Class [DataSorter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datasorter/setorder2/_index.md b/spanish/cpp/aspose.cells/datasorter/setorder2/_index.md new file mode 100644 index 00000000000..974daa198cb --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorter/setorder2/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::DataSorter::SetOrder2 method +linktitle: SetOrder2 +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorter::SetOrder2 method. Represents sort order of the second key in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells/datasorter/setorder2/ +--- +## DataSorter::SetOrder2 method + + +Represents sort order of the second key. + +```cpp +void Aspose::Cells::DataSorter::SetOrder2(SortOrder value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Enum [SortOrder](../../sortorder/) +* Class [DataSorter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datasorter/setorder3/_index.md b/spanish/cpp/aspose.cells/datasorter/setorder3/_index.md new file mode 100644 index 00000000000..659ea3348a9 --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorter/setorder3/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::DataSorter::SetOrder3 method +linktitle: SetOrder3 +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorter::SetOrder3 method. Represents sort order of the third key in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells/datasorter/setorder3/ +--- +## DataSorter::SetOrder3 method + + +Represents sort order of the third key. + +```cpp +void Aspose::Cells::DataSorter::SetOrder3(SortOrder value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Enum [SortOrder](../../sortorder/) +* Class [DataSorter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datasorter/setsortasnumber/_index.md b/spanish/cpp/aspose.cells/datasorter/setsortasnumber/_index.md new file mode 100644 index 00000000000..91593cf3ff7 --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorter/setsortasnumber/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DataSorter::SetSortAsNumber method +linktitle: SetSortAsNumber +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorter::SetSortAsNumber method. Indicates whether sorting anything that looks like a number in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells/datasorter/setsortasnumber/ +--- +## DataSorter::SetSortAsNumber method + + +Indicates whether sorting anything that looks like a number. + +```cpp +void Aspose::Cells::DataSorter::SetSortAsNumber(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DataSorter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datasorter/setsortlefttoright/_index.md b/spanish/cpp/aspose.cells/datasorter/setsortlefttoright/_index.md new file mode 100644 index 00000000000..b6505b29701 --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorter/setsortlefttoright/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DataSorter::SetSortLeftToRight method +linktitle: SetSortLeftToRight +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorter::SetSortLeftToRight method. True means that sorting orientation is from left to right. False means that sorting orientation is from top to bottom. The default value is false in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells/datasorter/setsortlefttoright/ +--- +## DataSorter::SetSortLeftToRight method + + +True means that sorting orientation is from left to right. False means that sorting orientation is from top to bottom. The default value is false. + +```cpp +void Aspose::Cells::DataSorter::SetSortLeftToRight(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DataSorter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datasorter/sort/_index.md b/spanish/cpp/aspose.cells/datasorter/sort/_index.md new file mode 100644 index 00000000000..6f957e3717c --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorter/sort/_index.md @@ -0,0 +1,85 @@ +--- +title: Aspose::Cells::DataSorter::Sort method +linktitle: Sort +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorter::Sort method. Sorts the data of the area in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells/datasorter/sort/ +--- +## DataSorter::Sort(const Cells\&, int32_t, int32_t, int32_t, int32_t) method + + +Sorts the data of the area. + +```cpp +Vector Aspose::Cells::DataSorter::Sort(const Cells &cells, int32_t startRow, int32_t startColumn, int32_t endRow, int32_t endColumn) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| cells | const Cells\& | The cells contains the data area. | +| startRow | int32_t | The start row of the area. | +| startColumn | int32_t | The start column of the area. | +| endRow | int32_t | The end row of the area. | +| endColumn | int32_t | The end column of the area. | + +## ReturnValue + +the original indices(absolute position, for example, column A is 0, B is 1, ...) of the sorted rows/columns. If no rows/columns needs to be moved by this sorting operation, null will be returned. + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../../cells/) +* Class [DataSorter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## DataSorter::Sort(const Cells\&, const CellArea\&) method + + +Sort the data of the area. + +```cpp +Vector Aspose::Cells::DataSorter::Sort(const Cells &cells, const CellArea &area) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| cells | const Cells\& | The cells contains the data area. | +| area | const CellArea\& | The area needed to sort | + +## ReturnValue + +the original indices(absolute position, for example, column A is 0, B is 1, ...) of the sorted rows/columns. If no rows/columns needs to be moved by this sorting operation, null will be returned. + +## See Also + +* Class [Vector](../../vector/) +* Class [Cells](../../cells/) +* Class [CellArea](../../cellarea/) +* Class [DataSorter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## DataSorter::Sort() method + + +Sort the data in the range. + +```cpp +Vector Aspose::Cells::DataSorter::Sort() +``` + + +## ReturnValue + +the original indices(absolute position, for example, column A is 0, B is 1, ...) of the sorted rows/columns. If no rows/columns needs to be moved by this sorting operation, null will be returned. + +## See Also + +* Class [Vector](../../vector/) +* Class [DataSorter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datasorter/~datasorter/_index.md b/spanish/cpp/aspose.cells/datasorter/~datasorter/_index.md new file mode 100644 index 00000000000..cf14d3e0534 --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorter/~datasorter/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::DataSorter::~DataSorter method +linktitle: ~DataSorter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorter::~DataSorter method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/datasorter/~datasorter/ +--- +## DataSorter::~DataSorter method + + +Destructor. + +```cpp +Aspose::Cells::DataSorter::~DataSorter() +``` + +## See Also + +* Class [DataSorter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datasorterkey/_impl/_index.md b/spanish/cpp/aspose.cells/datasorterkey/_impl/_index.md new file mode 100644 index 00000000000..6c0ea2beaab --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorterkey/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::DataSorterKey::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorterKey::_impl field. The implementation object in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/datasorterkey/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +DataSorterKey_Impl* Aspose::Cells::DataSorterKey::_impl +``` + +## See Also + +* Class [DataSorterKey](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datasorterkey/_index.md b/spanish/cpp/aspose.cells/datasorterkey/_index.md new file mode 100644 index 00000000000..1467294c135 --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorterkey/_index.md @@ -0,0 +1,43 @@ +--- +title: Aspose::Cells::DataSorterKey class +linktitle: DataSorterKey +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorterKey class. Represents the key of the data sorter in C++.' +type: docs +weight: 4400 +url: /es/cpp/aspose.cells/datasorterkey/ +--- +## DataSorterKey class + + +Represents the key of the data sorter. + +```cpp +class DataSorterKey +``` + +## Methods + +| Method | Description | +| --- | --- | +| [DataSorterKey(DataSorterKey_Impl* impl)](./datasorterkey/) | Constructs from an implementation object. | +| [DataSorterKey(const DataSorterKey\& src)](./datasorterkey/) | Copy constructor. | +| [GetColor()](./getcolor/) | Gets the sorted color. | +| [GetIconId()](./geticonid/) | Represents the id of the icon set type. | +| [GetIconSetType()](./geticonsettype/) | Represents the icon set type. | +| [GetIndex()](./getindex/) | Gets the sorted column index(absolute position, column A is 0, B is 1, ...). | +| [GetOrder()](./getorder/) | Indicates the order of sorting. | +| [GetType()](./gettype/) | Represents the type of sorting. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const DataSorterKey\& src)](./operator_asm/) | operator= | +| [~DataSorterKey()](./~datasorterkey/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/datasorterkey/datasorterkey/_index.md b/spanish/cpp/aspose.cells/datasorterkey/datasorterkey/_index.md new file mode 100644 index 00000000000..e2a91f0276c --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorterkey/datasorterkey/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::DataSorterKey::DataSorterKey constructor +linktitle: DataSorterKey +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorterKey::DataSorterKey constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/datasorterkey/datasorterkey/ +--- +## DataSorterKey::DataSorterKey(DataSorterKey_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::DataSorterKey::DataSorterKey(DataSorterKey_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DataSorterKey](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## DataSorterKey::DataSorterKey(const DataSorterKey\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::DataSorterKey::DataSorterKey(const DataSorterKey &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DataSorterKey](../) +* Class [DataSorterKey](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datasorterkey/getcolor/_index.md b/spanish/cpp/aspose.cells/datasorterkey/getcolor/_index.md new file mode 100644 index 00000000000..59454b5d919 --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorterkey/getcolor/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Cells::DataSorterKey::GetColor method +linktitle: GetColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorterKey::GetColor method. Gets the sorted color in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/datasorterkey/getcolor/ +--- +## DataSorterKey::GetColor method + + +Gets the sorted color. + +```cpp +Aspose::Cells::Color Aspose::Cells::DataSorterKey::GetColor() +``` + +## Remarks + + +Only takes effect when Type is [SortOnType.CellColor](../../sortontype/) or [SortOnType.FontColor](../../sortontype/). +## See Also + +* Class [DataSorterKey](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datasorterkey/geticonid/_index.md b/spanish/cpp/aspose.cells/datasorterkey/geticonid/_index.md new file mode 100644 index 00000000000..7206edaed9d --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorterkey/geticonid/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::DataSorterKey::GetIconId method +linktitle: GetIconId +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorterKey::GetIconId method. Represents the id of the icon set type in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/datasorterkey/geticonid/ +--- +## DataSorterKey::GetIconId method + + +Represents the id of the icon set type. + +```cpp +int32_t Aspose::Cells::DataSorterKey::GetIconId() +``` + +## Remarks + + +Only takes effect when Type is [SortOnType.Icon](../../sortontype/). +## See Also + +* Class [Vector](../../vector/) +* Class [DataSorterKey](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datasorterkey/geticonsettype/_index.md b/spanish/cpp/aspose.cells/datasorterkey/geticonsettype/_index.md new file mode 100644 index 00000000000..64693a0a0aa --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorterkey/geticonsettype/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::DataSorterKey::GetIconSetType method +linktitle: GetIconSetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorterKey::GetIconSetType method. Represents the icon set type in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/datasorterkey/geticonsettype/ +--- +## DataSorterKey::GetIconSetType method + + +Represents the icon set type. + +```cpp +IconSetType Aspose::Cells::DataSorterKey::GetIconSetType() +``` + +## Remarks + + +Only takes effect when Type is [SortOnType.Icon](../../sortontype/). +## See Also + +* Enum [IconSetType](../../iconsettype/) +* Class [DataSorterKey](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datasorterkey/getindex/_index.md b/spanish/cpp/aspose.cells/datasorterkey/getindex/_index.md new file mode 100644 index 00000000000..130d5311c07 --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorterkey/getindex/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DataSorterKey::GetIndex method +linktitle: GetIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorterKey::GetIndex method. Gets the sorted column index(absolute position, column A is 0, B is 1, ...) in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/datasorterkey/getindex/ +--- +## DataSorterKey::GetIndex method + + +Gets the sorted column index(absolute position, column A is 0, B is 1, ...). + +```cpp +int32_t Aspose::Cells::DataSorterKey::GetIndex() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DataSorterKey](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datasorterkey/getorder/_index.md b/spanish/cpp/aspose.cells/datasorterkey/getorder/_index.md new file mode 100644 index 00000000000..d9b67b01261 --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorterkey/getorder/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DataSorterKey::GetOrder method +linktitle: GetOrder +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorterKey::GetOrder method. Indicates the order of sorting in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/datasorterkey/getorder/ +--- +## DataSorterKey::GetOrder method + + +Indicates the order of sorting. + +```cpp +SortOrder Aspose::Cells::DataSorterKey::GetOrder() +``` + +## See Also + +* Enum [SortOrder](../../sortorder/) +* Class [DataSorterKey](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datasorterkey/gettype/_index.md b/spanish/cpp/aspose.cells/datasorterkey/gettype/_index.md new file mode 100644 index 00000000000..290338e6273 --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorterkey/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DataSorterKey::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorterKey::GetType method. Represents the type of sorting in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/datasorterkey/gettype/ +--- +## DataSorterKey::GetType method + + +Represents the type of sorting. + +```cpp +SortOnType Aspose::Cells::DataSorterKey::GetType() +``` + +## See Also + +* Enum [SortOnType](../../sortontype/) +* Class [DataSorterKey](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datasorterkey/isnull/_index.md b/spanish/cpp/aspose.cells/datasorterkey/isnull/_index.md new file mode 100644 index 00000000000..1bc15ced9e3 --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorterkey/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::DataSorterKey::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorterKey::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/datasorterkey/isnull/ +--- +## DataSorterKey::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::DataSorterKey::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [DataSorterKey](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datasorterkey/operator_asm/_index.md b/spanish/cpp/aspose.cells/datasorterkey/operator_asm/_index.md new file mode 100644 index 00000000000..448d5ae2bc5 --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorterkey/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::DataSorterKey::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorterKey::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/datasorterkey/operator_asm/ +--- +## DataSorterKey::operator= method + + +operator= + +```cpp +DataSorterKey & Aspose::Cells::DataSorterKey::operator=(const DataSorterKey &src) +``` + +## See Also + +* Class [DataSorterKey](../) +* Class [Vector](../../vector/) +* Class [DataSorterKey](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datasorterkey/operator_bool/_index.md b/spanish/cpp/aspose.cells/datasorterkey/operator_bool/_index.md new file mode 100644 index 00000000000..f96b4b65233 --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorterkey/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::DataSorterKey::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorterKey::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/datasorterkey/operator_bool/ +--- +## DataSorterKey::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::DataSorterKey::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [DataSorterKey](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datasorterkey/~datasorterkey/_index.md b/spanish/cpp/aspose.cells/datasorterkey/~datasorterkey/_index.md new file mode 100644 index 00000000000..ceccebb4d43 --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorterkey/~datasorterkey/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::DataSorterKey::~DataSorterKey method +linktitle: ~DataSorterKey +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorterKey::~DataSorterKey method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/datasorterkey/~datasorterkey/ +--- +## DataSorterKey::~DataSorterKey method + + +Destructor. + +```cpp +Aspose::Cells::DataSorterKey::~DataSorterKey() +``` + +## See Also + +* Class [DataSorterKey](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datasorterkeycollection/_impl/_index.md b/spanish/cpp/aspose.cells/datasorterkeycollection/_impl/_index.md new file mode 100644 index 00000000000..4b9facf597b --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorterkeycollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::DataSorterKeyCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorterKeyCollection::_impl field. The implementation object in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/datasorterkeycollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +DataSorterKeyCollection_Impl* Aspose::Cells::DataSorterKeyCollection::_impl +``` + +## See Also + +* Class [DataSorterKeyCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datasorterkeycollection/_index.md b/spanish/cpp/aspose.cells/datasorterkeycollection/_index.md new file mode 100644 index 00000000000..dc6de516141 --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorterkeycollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::DataSorterKeyCollection class +linktitle: DataSorterKeyCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorterKeyCollection class. Represents the key list of data sorter in C++.' +type: docs +weight: 4500 +url: /es/cpp/aspose.cells/datasorterkeycollection/ +--- +## DataSorterKeyCollection class + + +Represents the key list of data sorter. + +```cpp +class DataSorterKeyCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [DataSorterKeyCollection()](./datasorterkeycollection/) | Default constructor. | +| [DataSorterKeyCollection(DataSorterKeyCollection_Impl* impl)](./datasorterkeycollection/) | Constructs from an implementation object. | +| [DataSorterKeyCollection(const DataSorterKeyCollection\& src)](./datasorterkeycollection/) | Copy constructor. | +| [Get(int32_t index)](./get/) | Gets and sets [DataSorterKey](../datasorterkey/) by index. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const DataSorterKeyCollection\& src)](./operator_asm/) | operator= | +| [~DataSorterKeyCollection()](./~datasorterkeycollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/datasorterkeycollection/datasorterkeycollection/_index.md b/spanish/cpp/aspose.cells/datasorterkeycollection/datasorterkeycollection/_index.md new file mode 100644 index 00000000000..3cda29e9fb4 --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorterkeycollection/datasorterkeycollection/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::DataSorterKeyCollection::DataSorterKeyCollection constructor +linktitle: DataSorterKeyCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorterKeyCollection::DataSorterKeyCollection constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/datasorterkeycollection/datasorterkeycollection/ +--- +## DataSorterKeyCollection::DataSorterKeyCollection() constructor + + +Default constructor. + +```cpp +Aspose::Cells::DataSorterKeyCollection::DataSorterKeyCollection() +``` + +## See Also + +* Class [DataSorterKeyCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## DataSorterKeyCollection::DataSorterKeyCollection(DataSorterKeyCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::DataSorterKeyCollection::DataSorterKeyCollection(DataSorterKeyCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DataSorterKeyCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## DataSorterKeyCollection::DataSorterKeyCollection(const DataSorterKeyCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::DataSorterKeyCollection::DataSorterKeyCollection(const DataSorterKeyCollection &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DataSorterKeyCollection](../) +* Class [DataSorterKeyCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datasorterkeycollection/get/_index.md b/spanish/cpp/aspose.cells/datasorterkeycollection/get/_index.md new file mode 100644 index 00000000000..9eb1ee790d3 --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorterkeycollection/get/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::DataSorterKeyCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorterKeyCollection::Get method. Gets and sets DataSorterKey by index in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/datasorterkeycollection/get/ +--- +## DataSorterKeyCollection::Get method + + +Gets and sets [DataSorterKey](../../datasorterkey/) by index. + +```cpp +DataSorterKey Aspose::Cells::DataSorterKeyCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The index. | + +## ReturnValue + + + +## See Also + +* Class [DataSorterKey](../../datasorterkey/) +* Class [Vector](../../vector/) +* Class [DataSorterKeyCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datasorterkeycollection/getcount/_index.md b/spanish/cpp/aspose.cells/datasorterkeycollection/getcount/_index.md new file mode 100644 index 00000000000..8f0a7e15a51 --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorterkeycollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DataSorterKeyCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::DataSorterKeyCollection class in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/datasorterkeycollection/getcount/ +--- +## DataSorterKeyCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::DataSorterKeyCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DataSorterKeyCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datasorterkeycollection/isnull/_index.md b/spanish/cpp/aspose.cells/datasorterkeycollection/isnull/_index.md new file mode 100644 index 00000000000..9c8df2de051 --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorterkeycollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::DataSorterKeyCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorterKeyCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/datasorterkeycollection/isnull/ +--- +## DataSorterKeyCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::DataSorterKeyCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [DataSorterKeyCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datasorterkeycollection/operator_asm/_index.md b/spanish/cpp/aspose.cells/datasorterkeycollection/operator_asm/_index.md new file mode 100644 index 00000000000..b96727bab71 --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorterkeycollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::DataSorterKeyCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorterKeyCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/datasorterkeycollection/operator_asm/ +--- +## DataSorterKeyCollection::operator= method + + +operator= + +```cpp +DataSorterKeyCollection & Aspose::Cells::DataSorterKeyCollection::operator=(const DataSorterKeyCollection &src) +``` + +## See Also + +* Class [DataSorterKeyCollection](../) +* Class [Vector](../../vector/) +* Class [DataSorterKeyCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datasorterkeycollection/operator_bool/_index.md b/spanish/cpp/aspose.cells/datasorterkeycollection/operator_bool/_index.md new file mode 100644 index 00000000000..1764aa1bbd2 --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorterkeycollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::DataSorterKeyCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorterKeyCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/datasorterkeycollection/operator_bool/ +--- +## DataSorterKeyCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::DataSorterKeyCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [DataSorterKeyCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datasorterkeycollection/~datasorterkeycollection/_index.md b/spanish/cpp/aspose.cells/datasorterkeycollection/~datasorterkeycollection/_index.md new file mode 100644 index 00000000000..311966b114b --- /dev/null +++ b/spanish/cpp/aspose.cells/datasorterkeycollection/~datasorterkeycollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::DataSorterKeyCollection::~DataSorterKeyCollection method +linktitle: ~DataSorterKeyCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DataSorterKeyCollection::~DataSorterKeyCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/datasorterkeycollection/~datasorterkeycollection/ +--- +## DataSorterKeyCollection::~DataSorterKeyCollection method + + +Destructor. + +```cpp +Aspose::Cells::DataSorterKeyCollection::~DataSorterKeyCollection() +``` + +## See Also + +* Class [DataSorterKeyCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/date/_index.md b/spanish/cpp/aspose.cells/date/_index.md new file mode 100644 index 00000000000..6bd00274cbb --- /dev/null +++ b/spanish/cpp/aspose.cells/date/_index.md @@ -0,0 +1,65 @@ +--- +title: Aspose::Cells::Date struct +linktitle: Date +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Date struct. Represents a date and time in C++.' +type: docs +weight: 28800 +url: /es/cpp/aspose.cells/date/ +--- +## Date struct + + +Represents a date and time. + +```cpp +struct Date +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddDays(double days)](./adddays/) const | Returns a new [Date](./) that adds the specified number of days. | +| [AddHours(double hours)](./addhours/) const | Returns a new [Date](./) that adds the specified number of hours. | +| [AddMilliseconds(double ms)](./addmilliseconds/) const | Returns a new [Date](./) that adds the specified number of milliseconds. | +| [AddMinutes(double minutes)](./addminutes/) const | Returns a new [Date](./) that adds the specified number of minutes. | +| [AddMonths(int32_t months)](./addmonths/) const | Returns a new [Date](./) that adds the specified number of months. | +| [AddSeconds(double seconds)](./addseconds/) const | Returns a new [Date](./) that adds the specified number of seconds. | +| [AddYears(int32_t years)](./addyears/) const | Returns a new [Date](./) that adds the specified number of years. | +| [DayOfWeek()](./dayofweek/) const | Gets the day of the week for this date. | +| static [FromEpochMillisecondsUTC(int64_t ms)](./fromepochmillisecondsutc/) | Creates a [Date](./) from Unix epoch milliseconds (UTC). | +| static [Now()](./now/) | Gets the current local date and time. | +| static [NowUTC()](./nowutc/) | Gets the current UTC date and time. | +| [operator!=(const Date\& other)](./operator!_asm/) const | Determines whether two [Date](./) instances represent different points in time. | +| [operator+(const Duration\& ts)](./operator+/) const | Adds a time interval to the current [Date](./). | +| [operator-(const Duration\& ts)](./operator-/) const | Subtracts a time interval from the current [Date](./). | +| [operator-(const Date\& other)](./operator-/) const | Computes the difference between two [Date](./) instances. | +| [operator<(const Date\& other)](./operator_lt/) const | Determines whether this instance is earlier than another [Date](./). | +| [operator<=(const Date\& other)](./operator_lt_asm/) const | Determines whether this instance is earlier than or equal to another [Date](./). | +| [operator==(const Date\& other)](./operator_asm_asm/) const | Determines whether two [Date](./) instances represent the same point in time. | +| [operator>(const Date\& other)](./operator_gt/) const | Determines whether this instance is later than another [Date](./). | +| [operator>=(const Date\& other)](./operator_gt_asm/) const | Determines whether this instance is later than or equal to another [Date](./). | +| static [Parse(const U16String\& str)](./parse/) | Parses a string into a [Date](./) using default format rules. | +| static [Parse(const U16String\& str, const U16String\& format)](./parse/) | Parses a string into a [Date](./) using a specified format. | +| [ToEpochMillisecondsUTC()](./toepochmillisecondsutc/) const | Converts this [Date](./) to Unix epoch time in milliseconds (UTC). | +| [ToLocal()](./tolocal/) const | Converts this [Date](./) to local system time. | +| [ToString()](./tostring/) const | Converts this [Date](./) to its default string representation. | +| [ToString(const U16String\& format)](./tostring/) const | Converts this [Date](./) to a string using the specified format. | +| [ToUTC()](./toutc/) const | Converts this [Date](./) to Coordinated Universal Time (UTC). | +## Fields + +| Field | Description | +| --- | --- | +| [dateKind](./datekind/) | Specifies whether the time is local, UTC, or unspecified. Default value is Unspecified. | +| [day](./day/) | Day component (1-31). | +| [hour](./hour/) | Hour component (0-23). | +| [millisecond](./millisecond/) | Millisecond component (0-999). | +| [minute](./minute/) | Minute component (0-59). | +| [month](./month/) | Month component (1-12). | +| [second](./second/) | Second component (0-59). | +| [year](./year/) | Year component (1-9999). | +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/date/adddays/_index.md b/spanish/cpp/aspose.cells/date/adddays/_index.md new file mode 100644 index 00000000000..40282496faf --- /dev/null +++ b/spanish/cpp/aspose.cells/date/adddays/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Date::AddDays method +linktitle: AddDays +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Date::AddDays method. Returns a new Date that adds the specified number of days in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/date/adddays/ +--- +## Date::AddDays method + + +Returns a new [Date](../) that adds the specified number of days. + +```cpp +Date Aspose::Cells::Date::AddDays(double days) const +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/date/addhours/_index.md b/spanish/cpp/aspose.cells/date/addhours/_index.md new file mode 100644 index 00000000000..fa332c14bb4 --- /dev/null +++ b/spanish/cpp/aspose.cells/date/addhours/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Date::AddHours method +linktitle: AddHours +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Date::AddHours method. Returns a new Date that adds the specified number of hours in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells/date/addhours/ +--- +## Date::AddHours method + + +Returns a new [Date](../) that adds the specified number of hours. + +```cpp +Date Aspose::Cells::Date::AddHours(double hours) const +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/date/addmilliseconds/_index.md b/spanish/cpp/aspose.cells/date/addmilliseconds/_index.md new file mode 100644 index 00000000000..a6f1f624e89 --- /dev/null +++ b/spanish/cpp/aspose.cells/date/addmilliseconds/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Date::AddMilliseconds method +linktitle: AddMilliseconds +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Date::AddMilliseconds method. Returns a new Date that adds the specified number of milliseconds in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells/date/addmilliseconds/ +--- +## Date::AddMilliseconds method + + +Returns a new [Date](../) that adds the specified number of milliseconds. + +```cpp +Date Aspose::Cells::Date::AddMilliseconds(double ms) const +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/date/addminutes/_index.md b/spanish/cpp/aspose.cells/date/addminutes/_index.md new file mode 100644 index 00000000000..1891f663862 --- /dev/null +++ b/spanish/cpp/aspose.cells/date/addminutes/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Date::AddMinutes method +linktitle: AddMinutes +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Date::AddMinutes method. Returns a new Date that adds the specified number of minutes in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells/date/addminutes/ +--- +## Date::AddMinutes method + + +Returns a new [Date](../) that adds the specified number of minutes. + +```cpp +Date Aspose::Cells::Date::AddMinutes(double minutes) const +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/date/addmonths/_index.md b/spanish/cpp/aspose.cells/date/addmonths/_index.md new file mode 100644 index 00000000000..14abcc73684 --- /dev/null +++ b/spanish/cpp/aspose.cells/date/addmonths/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Date::AddMonths method +linktitle: AddMonths +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Date::AddMonths method. Returns a new Date that adds the specified number of months in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/date/addmonths/ +--- +## Date::AddMonths method + + +Returns a new [Date](../) that adds the specified number of months. + +```cpp +Date Aspose::Cells::Date::AddMonths(int32_t months) const +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/date/addseconds/_index.md b/spanish/cpp/aspose.cells/date/addseconds/_index.md new file mode 100644 index 00000000000..c64329b81d2 --- /dev/null +++ b/spanish/cpp/aspose.cells/date/addseconds/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Date::AddSeconds method +linktitle: AddSeconds +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Date::AddSeconds method. Returns a new Date that adds the specified number of seconds in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells/date/addseconds/ +--- +## Date::AddSeconds method + + +Returns a new [Date](../) that adds the specified number of seconds. + +```cpp +Date Aspose::Cells::Date::AddSeconds(double seconds) const +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/date/addyears/_index.md b/spanish/cpp/aspose.cells/date/addyears/_index.md new file mode 100644 index 00000000000..fac45a5e32f --- /dev/null +++ b/spanish/cpp/aspose.cells/date/addyears/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Date::AddYears method +linktitle: AddYears +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Date::AddYears method. Returns a new Date that adds the specified number of years in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/date/addyears/ +--- +## Date::AddYears method + + +Returns a new [Date](../) that adds the specified number of years. + +```cpp +Date Aspose::Cells::Date::AddYears(int32_t years) const +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/date/datekind/_index.md b/spanish/cpp/aspose.cells/date/datekind/_index.md new file mode 100644 index 00000000000..88415426877 --- /dev/null +++ b/spanish/cpp/aspose.cells/date/datekind/_index.md @@ -0,0 +1,22 @@ +--- +title: Aspose::Cells::Date::dateKind field +linktitle: dateKind +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Date::dateKind field. Specifies whether the time is local, UTC, or unspecified. Default value is Unspecified in C++.' +type: docs +weight: 3200 +url: /es/cpp/aspose.cells/date/datekind/ +--- +## dateKind field + + +Specifies whether the time is local, UTC, or unspecified. Default value is Unspecified. + +```cpp +DateKind Aspose::Cells::Date::dateKind +``` + +## See Also + +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/date/day/_index.md b/spanish/cpp/aspose.cells/date/day/_index.md new file mode 100644 index 00000000000..6839eeb7bf7 --- /dev/null +++ b/spanish/cpp/aspose.cells/date/day/_index.md @@ -0,0 +1,22 @@ +--- +title: Aspose::Cells::Date::day field +linktitle: day +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Date::day field. Day component (1-31) in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells/date/day/ +--- +## day field + + +Day component (1-31). + +```cpp +int32_t Aspose::Cells::Date::day +``` + +## See Also + +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/date/dayofweek/_index.md b/spanish/cpp/aspose.cells/date/dayofweek/_index.md new file mode 100644 index 00000000000..a4c6d3a43f3 --- /dev/null +++ b/spanish/cpp/aspose.cells/date/dayofweek/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Date::DayOfWeek method +linktitle: DayOfWeek +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Date::DayOfWeek method. Gets the day of the week for this date in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/date/dayofweek/ +--- +## Date::DayOfWeek method + + +Gets the day of the week for this date. + +```cpp +Weekday Aspose::Cells::Date::DayOfWeek() const +``` + + +## ReturnValue + +A Weekday value (Sunday to Saturday). + +## See Also + +* Enum [Weekday](../../weekday/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/date/fromepochmillisecondsutc/_index.md b/spanish/cpp/aspose.cells/date/fromepochmillisecondsutc/_index.md new file mode 100644 index 00000000000..52fe01f116d --- /dev/null +++ b/spanish/cpp/aspose.cells/date/fromepochmillisecondsutc/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Date::FromEpochMillisecondsUTC method +linktitle: FromEpochMillisecondsUTC +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Date::FromEpochMillisecondsUTC method. Creates a Date from Unix epoch milliseconds (UTC) in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells/date/fromepochmillisecondsutc/ +--- +## Date::FromEpochMillisecondsUTC method + + +Creates a [Date](../) from Unix epoch milliseconds (UTC). + +```cpp +static Date Aspose::Cells::Date::FromEpochMillisecondsUTC(int64_t ms) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| ms | int64_t | Milliseconds since Unix epoch. | + +## ReturnValue + +A [Date](../) in UTC. + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/date/hour/_index.md b/spanish/cpp/aspose.cells/date/hour/_index.md new file mode 100644 index 00000000000..5b20a42933a --- /dev/null +++ b/spanish/cpp/aspose.cells/date/hour/_index.md @@ -0,0 +1,22 @@ +--- +title: Aspose::Cells::Date::hour field +linktitle: hour +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Date::hour field. Hour component (0-23) in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells/date/hour/ +--- +## hour field + + +Hour component (0-23). + +```cpp +int32_t Aspose::Cells::Date::hour +``` + +## See Also + +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/date/millisecond/_index.md b/spanish/cpp/aspose.cells/date/millisecond/_index.md new file mode 100644 index 00000000000..cd440714eb4 --- /dev/null +++ b/spanish/cpp/aspose.cells/date/millisecond/_index.md @@ -0,0 +1,22 @@ +--- +title: Aspose::Cells::Date::millisecond field +linktitle: millisecond +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Date::millisecond field. Millisecond component (0-999) in C++.' +type: docs +weight: 3100 +url: /es/cpp/aspose.cells/date/millisecond/ +--- +## millisecond field + + +Millisecond component (0-999). + +```cpp +int32_t Aspose::Cells::Date::millisecond +``` + +## See Also + +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/date/minute/_index.md b/spanish/cpp/aspose.cells/date/minute/_index.md new file mode 100644 index 00000000000..ea4193481d7 --- /dev/null +++ b/spanish/cpp/aspose.cells/date/minute/_index.md @@ -0,0 +1,22 @@ +--- +title: Aspose::Cells::Date::minute field +linktitle: minute +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Date::minute field. Minute component (0-59) in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells/date/minute/ +--- +## minute field + + +Minute component (0-59). + +```cpp +int32_t Aspose::Cells::Date::minute +``` + +## See Also + +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/date/month/_index.md b/spanish/cpp/aspose.cells/date/month/_index.md new file mode 100644 index 00000000000..4cc8589a629 --- /dev/null +++ b/spanish/cpp/aspose.cells/date/month/_index.md @@ -0,0 +1,22 @@ +--- +title: Aspose::Cells::Date::month field +linktitle: month +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Date::month field. Month component (1-12) in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells/date/month/ +--- +## month field + + +Month component (1-12). + +```cpp +int32_t Aspose::Cells::Date::month +``` + +## See Also + +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/date/now/_index.md b/spanish/cpp/aspose.cells/date/now/_index.md new file mode 100644 index 00000000000..393242b7f0b --- /dev/null +++ b/spanish/cpp/aspose.cells/date/now/_index.md @@ -0,0 +1,22 @@ +--- +title: Aspose::Cells::Date::Now method +linktitle: Now +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Date::Now method. Gets the current local date and time in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells/date/now/ +--- +## Date::Now method + + +Gets the current local date and time. + +```cpp +static Date Aspose::Cells::Date::Now() +``` + +## See Also + +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/date/nowutc/_index.md b/spanish/cpp/aspose.cells/date/nowutc/_index.md new file mode 100644 index 00000000000..8e8102b78cd --- /dev/null +++ b/spanish/cpp/aspose.cells/date/nowutc/_index.md @@ -0,0 +1,22 @@ +--- +title: Aspose::Cells::Date::NowUTC method +linktitle: NowUTC +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Date::NowUTC method. Gets the current UTC date and time in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells/date/nowutc/ +--- +## Date::NowUTC method + + +Gets the current UTC date and time. + +```cpp +static Date Aspose::Cells::Date::NowUTC() +``` + +## See Also + +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/date/operator!_asm/_index.md b/spanish/cpp/aspose.cells/date/operator!_asm/_index.md new file mode 100644 index 00000000000..0c7997fb821 --- /dev/null +++ b/spanish/cpp/aspose.cells/date/operator!_asm/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Date::operator!= method +linktitle: operator!= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Date::operator!= method. Determines whether two Date instances represent different points in time in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/date/operator!_asm/ +--- +## Date::operator!= method + + +Determines whether two [Date](../) instances represent different points in time. + +```cpp +bool Aspose::Cells::Date::operator!=(const Date &other) const +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/date/operator+/_index.md b/spanish/cpp/aspose.cells/date/operator+/_index.md new file mode 100644 index 00000000000..0d96e9d068c --- /dev/null +++ b/spanish/cpp/aspose.cells/date/operator+/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Date::operator+ method +linktitle: operator+ +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Date::operator+ method. Adds a time interval to the current Date in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/date/operator+/ +--- +## Date::operator+ method + + +Adds a time interval to the current [Date](../). + +```cpp +Date Aspose::Cells::Date::operator+(const Duration &ts) const +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| ts | const Duration\& | The [Duration](../../duration/) to add. | + +## ReturnValue + +A new [Date](../) with the applied offset. + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/date/operator-/_index.md b/spanish/cpp/aspose.cells/date/operator-/_index.md new file mode 100644 index 00000000000..760e71daadb --- /dev/null +++ b/spanish/cpp/aspose.cells/date/operator-/_index.md @@ -0,0 +1,55 @@ +--- +title: Aspose::Cells::Date::operator- method +linktitle: operator- +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Date::operator- method. Subtracts a time interval from the current Date in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/date/operator-/ +--- +## Date::operator-(const Duration\&) const method + + +Subtracts a time interval from the current [Date](../). + +```cpp +Date Aspose::Cells::Date::operator-(const Duration &ts) const +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| ts | const Duration\& | The [Duration](../../duration/) to subtract. | + +## ReturnValue + +A new [Date](../) with the applied offset. + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Date::operator-(const Date\&) const method + + +Computes the difference between two [Date](../) instances. + +```cpp +Duration Aspose::Cells::Date::operator-(const Date &other) const +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| other | const Date\& | The other [Date](../). | + +## ReturnValue + +A [Duration](../../duration/) representing the interval between the two dates. + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/date/operator_asm_asm/_index.md b/spanish/cpp/aspose.cells/date/operator_asm_asm/_index.md new file mode 100644 index 00000000000..5f6d813fb97 --- /dev/null +++ b/spanish/cpp/aspose.cells/date/operator_asm_asm/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Date::operator== method +linktitle: operator== +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Date::operator== method. Determines whether two Date instances represent the same point in time in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/date/operator_asm_asm/ +--- +## Date::operator== method + + +Determines whether two [Date](../) instances represent the same point in time. + +```cpp +bool Aspose::Cells::Date::operator==(const Date &other) const +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/date/operator_gt/_index.md b/spanish/cpp/aspose.cells/date/operator_gt/_index.md new file mode 100644 index 00000000000..f1ad004cee2 --- /dev/null +++ b/spanish/cpp/aspose.cells/date/operator_gt/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Date::operator> method +linktitle: operator> +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Date::operator> method. Determines whether this instance is later than another Date in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/date/operator_gt/ +--- +## Date::operator> method + + +Determines whether this instance is later than another [Date](../). + +```cpp +bool Aspose::Cells::Date::operator>(const Date &other) const +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/date/operator_gt_asm/_index.md b/spanish/cpp/aspose.cells/date/operator_gt_asm/_index.md new file mode 100644 index 00000000000..69616f415a8 --- /dev/null +++ b/spanish/cpp/aspose.cells/date/operator_gt_asm/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Date::operator>= method +linktitle: operator>= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Date::operator>= method. Determines whether this instance is later than or equal to another Date in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/date/operator_gt_asm/ +--- +## Date::operator>= method + + +Determines whether this instance is later than or equal to another [Date](../). + +```cpp +bool Aspose::Cells::Date::operator>=(const Date &other) const +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/date/operator_lt/_index.md b/spanish/cpp/aspose.cells/date/operator_lt/_index.md new file mode 100644 index 00000000000..59648809082 --- /dev/null +++ b/spanish/cpp/aspose.cells/date/operator_lt/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Date::operator< method +linktitle: operator< +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Date::operator< method. Determines whether this instance is earlier than another Date in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/date/operator_lt/ +--- +## Date::operator< method + + +Determines whether this instance is earlier than another [Date](../). + +```cpp +bool Aspose::Cells::Date::operator<(const Date &other) const +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/date/operator_lt_asm/_index.md b/spanish/cpp/aspose.cells/date/operator_lt_asm/_index.md new file mode 100644 index 00000000000..916cc7f0a5a --- /dev/null +++ b/spanish/cpp/aspose.cells/date/operator_lt_asm/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Date::operator<= method +linktitle: operator<= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Date::operator<= method. Determines whether this instance is earlier than or equal to another Date in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/date/operator_lt_asm/ +--- +## Date::operator<= method + + +Determines whether this instance is earlier than or equal to another [Date](../). + +```cpp +bool Aspose::Cells::Date::operator<=(const Date &other) const +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/date/parse/_index.md b/spanish/cpp/aspose.cells/date/parse/_index.md new file mode 100644 index 00000000000..9cd2ebfe933 --- /dev/null +++ b/spanish/cpp/aspose.cells/date/parse/_index.md @@ -0,0 +1,58 @@ +--- +title: Aspose::Cells::Date::Parse method +linktitle: Parse +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Date::Parse method. Parses a string into a Date using default format rules in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells/date/parse/ +--- +## Date::Parse(const U16String\&) method + + +Parses a string into a [Date](../) using default format rules. + +```cpp +static Date Aspose::Cells::Date::Parse(const U16String &str) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| str | const U16String\& | Input string. | + +## ReturnValue + +A parsed [Date](../) instance. + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Date::Parse(const U16String\&, const U16String\&) method + + +Parses a string into a [Date](../) using a specified format. + +```cpp +static Date Aspose::Cells::Date::Parse(const U16String &str, const U16String &format) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| str | const U16String\& | Input string. | +| format | const U16String\& | Format string. | + +## ReturnValue + +A parsed [Date](../) instance. + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/date/second/_index.md b/spanish/cpp/aspose.cells/date/second/_index.md new file mode 100644 index 00000000000..ca31c78c462 --- /dev/null +++ b/spanish/cpp/aspose.cells/date/second/_index.md @@ -0,0 +1,22 @@ +--- +title: Aspose::Cells::Date::second field +linktitle: second +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Date::second field. Second component (0-59) in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells/date/second/ +--- +## second field + + +Second component (0-59). + +```cpp +int32_t Aspose::Cells::Date::second +``` + +## See Also + +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/date/toepochmillisecondsutc/_index.md b/spanish/cpp/aspose.cells/date/toepochmillisecondsutc/_index.md new file mode 100644 index 00000000000..b45aede2a8c --- /dev/null +++ b/spanish/cpp/aspose.cells/date/toepochmillisecondsutc/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Date::ToEpochMillisecondsUTC method +linktitle: ToEpochMillisecondsUTC +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Date::ToEpochMillisecondsUTC method. Converts this Date to Unix epoch time in milliseconds (UTC) in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells/date/toepochmillisecondsutc/ +--- +## Date::ToEpochMillisecondsUTC method + + +Converts this [Date](../) to Unix epoch time in milliseconds (UTC). + +```cpp +int64_t Aspose::Cells::Date::ToEpochMillisecondsUTC() const +``` + + +## ReturnValue + +Milliseconds since 1970-01-01T00:00:00Z. + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/date/tolocal/_index.md b/spanish/cpp/aspose.cells/date/tolocal/_index.md new file mode 100644 index 00000000000..e127aa3432c --- /dev/null +++ b/spanish/cpp/aspose.cells/date/tolocal/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Cells::Date::ToLocal method +linktitle: ToLocal +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Date::ToLocal method. Converts this Date to local system time in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells/date/tolocal/ +--- +## Date::ToLocal method + + +Converts this [Date](../) to local system time. + +```cpp +Date Aspose::Cells::Date::ToLocal() const +``` + + +## ReturnValue + +A [Date](../) instance in local time. + +## See Also + +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/date/tostring/_index.md b/spanish/cpp/aspose.cells/date/tostring/_index.md new file mode 100644 index 00000000000..f5f2390c64c --- /dev/null +++ b/spanish/cpp/aspose.cells/date/tostring/_index.md @@ -0,0 +1,52 @@ +--- +title: Aspose::Cells::Date::ToString method +linktitle: ToString +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Date::ToString method. Converts this Date to its default string representation in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells/date/tostring/ +--- +## Date::ToString() const method + + +Converts this [Date](../) to its default string representation. + +```cpp +U16String Aspose::Cells::Date::ToString() const +``` + + +## ReturnValue + +A formatted string. + +## See Also + +* Class [U16String](../../u16string/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Date::ToString(const U16String\&) const method + + +Converts this [Date](../) to a string using the specified format. + +```cpp +U16String Aspose::Cells::Date::ToString(const U16String &format) const +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| format | const U16String\& | Format string. | + +## ReturnValue + +A formatted string. + +## See Also + +* Class [U16String](../../u16string/) +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/date/toutc/_index.md b/spanish/cpp/aspose.cells/date/toutc/_index.md new file mode 100644 index 00000000000..6f77538e0fb --- /dev/null +++ b/spanish/cpp/aspose.cells/date/toutc/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Cells::Date::ToUTC method +linktitle: ToUTC +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Date::ToUTC method. Converts this Date to Coordinated Universal Time (UTC) in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells/date/toutc/ +--- +## Date::ToUTC method + + +Converts this [Date](../) to Coordinated Universal Time (UTC). + +```cpp +Date Aspose::Cells::Date::ToUTC() const +``` + + +## ReturnValue + +A [Date](../) instance in UTC. + +## See Also + +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/date/year/_index.md b/spanish/cpp/aspose.cells/date/year/_index.md new file mode 100644 index 00000000000..eca0a84fa2b --- /dev/null +++ b/spanish/cpp/aspose.cells/date/year/_index.md @@ -0,0 +1,22 @@ +--- +title: Aspose::Cells::Date::year field +linktitle: year +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Date::year field. Year component (1-9999) in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells/date/year/ +--- +## year field + + +Year component (1-9999). + +```cpp +int32_t Aspose::Cells::Date::year +``` + +## See Also + +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datekind/_index.md b/spanish/cpp/aspose.cells/datekind/_index.md new file mode 100644 index 00000000000..55665484c58 --- /dev/null +++ b/spanish/cpp/aspose.cells/datekind/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::DateKind enum +linktitle: DateKind +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DateKind enum. Specifies whether a Date object represents a local time, a Coordinated UTC Time (UTC), or is not specified as either local time or UTC in C++.' +type: docs +weight: 20000 +url: /es/cpp/aspose.cells/datekind/ +--- +## DateKind enum + + +Specifies whether a [Date](../date/) object represents a local time, a Coordinated UTC Time (UTC), or is not specified as either local time or UTC. + +```cpp +enum class DateKind +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Unspecified | 0 |
The time represented is not specified as either local time or Coordinated Universal Time (UTC). | +| Utc | 1 |
The time represented is UTC. | +| Local | 2 |
The time represented is local time. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/datetimegroupingtype/_index.md b/spanish/cpp/aspose.cells/datetimegroupingtype/_index.md new file mode 100644 index 00000000000..6535c8a6c56 --- /dev/null +++ b/spanish/cpp/aspose.cells/datetimegroupingtype/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::DateTimeGroupingType enum +linktitle: DateTimeGroupingType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DateTimeGroupingType enum. Specifies how to group dateTime values in C++.' +type: docs +weight: 19900 +url: /es/cpp/aspose.cells/datetimegroupingtype/ +--- +## DateTimeGroupingType enum + + +Specifies how to group dateTime values. + +```cpp +enum class DateTimeGroupingType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Day | 0 |
Group by day. | +| Hour | 1 |
Group by hour. | +| Minute | 2 |
Group by Minute. | +| Month | 3 |
Group by Month. | +| Second | 4 |
Group by Second. | +| Year | 5 |
Group by Year. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/datetimegroupitem/_impl/_index.md b/spanish/cpp/aspose.cells/datetimegroupitem/_impl/_index.md new file mode 100644 index 00000000000..2b2c35996bf --- /dev/null +++ b/spanish/cpp/aspose.cells/datetimegroupitem/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::DateTimeGroupItem::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DateTimeGroupItem::_impl field. The implementation object in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells/datetimegroupitem/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +DateTimeGroupItem_Impl* Aspose::Cells::DateTimeGroupItem::_impl +``` + +## See Also + +* Class [DateTimeGroupItem](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datetimegroupitem/_index.md b/spanish/cpp/aspose.cells/datetimegroupitem/_index.md new file mode 100644 index 00000000000..85a027e9ffd --- /dev/null +++ b/spanish/cpp/aspose.cells/datetimegroupitem/_index.md @@ -0,0 +1,55 @@ +--- +title: Aspose::Cells::DateTimeGroupItem class +linktitle: DateTimeGroupItem +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DateTimeGroupItem class. Represents the datetime''s group setting in C++.' +type: docs +weight: 4600 +url: /es/cpp/aspose.cells/datetimegroupitem/ +--- +## DateTimeGroupItem class + + +Represents the datetime's group setting. + +```cpp +class DateTimeGroupItem +``` + +## Methods + +| Method | Description | +| --- | --- | +| [DateTimeGroupItem(DateTimeGroupingType type, int32_t year, int32_t month, int32_t day, int32_t hour, int32_t minute, int32_t second)](./datetimegroupitem/) | | +| [DateTimeGroupItem(DateTimeGroupItem_Impl* impl)](./datetimegroupitem/) | Constructs from an implementation object. | +| [DateTimeGroupItem(const Aspose::Cells::Object\& obj)](./datetimegroupitem/) | Constructs from an [Object](../object/) convertible to this. | +| [DateTimeGroupItem(const DateTimeGroupItem\& src)](./datetimegroupitem/) | Copy constructor. | +| [GetDateTimeGroupingType()](./getdatetimegroupingtype/) | Gets and sets the group type. | +| [GetDay()](./getday/) | Gets and sets the day of the grouped date time. | +| [GetHour()](./gethour/) | Gets and sets the hour of the grouped date time. | +| [GetMinute()](./getminute/) | Gets and sets the minute of the grouped date time. | +| [GetMinValue()](./getminvalue/) | Gets the min value. | +| [GetMonth()](./getmonth/) | Gets and sets the month of the grouped date time. | +| [GetSecond()](./getsecond/) | Gets and sets the second of the grouped date time. | +| [GetYear()](./getyear/) | Gets and sets the year of the grouped date time. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const DateTimeGroupItem\& src)](./operator_asm/) | operator= | +| [SetDateTimeGroupingType(DateTimeGroupingType value)](./setdatetimegroupingtype/) | Gets and sets the group type. | +| [SetDay(int32_t value)](./setday/) | Gets and sets the day of the grouped date time. | +| [SetHour(int32_t value)](./sethour/) | Gets and sets the hour of the grouped date time. | +| [SetMinute(int32_t value)](./setminute/) | Gets and sets the minute of the grouped date time. | +| [SetMonth(int32_t value)](./setmonth/) | Gets and sets the month of the grouped date time. | +| [SetSecond(int32_t value)](./setsecond/) | Gets and sets the second of the grouped date time. | +| [SetYear(int32_t value)](./setyear/) | Gets and sets the year of the grouped date time. | +| [ToObject()](./toobject/) | Gets the [Object](../object/). | +| [~DateTimeGroupItem()](./~datetimegroupitem/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/datetimegroupitem/datetimegroupitem/_index.md b/spanish/cpp/aspose.cells/datetimegroupitem/datetimegroupitem/_index.md new file mode 100644 index 00000000000..f6c3bb8f0cb --- /dev/null +++ b/spanish/cpp/aspose.cells/datetimegroupitem/datetimegroupitem/_index.md @@ -0,0 +1,83 @@ +--- +title: Aspose::Cells::DateTimeGroupItem::DateTimeGroupItem constructor +linktitle: DateTimeGroupItem +second_title: Aspose.Cells for C++ API Reference +description: 'How to use DateTimeGroupItem constructor of Aspose::Cells::DateTimeGroupItem class in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/datetimegroupitem/datetimegroupitem/ +--- +## DateTimeGroupItem::DateTimeGroupItem(DateTimeGroupingType, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t) constructor + + + + +```cpp +Aspose::Cells::DateTimeGroupItem::DateTimeGroupItem(DateTimeGroupingType type, int32_t year, int32_t month, int32_t day, int32_t hour, int32_t minute, int32_t second) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| type | DateTimeGroupingType | | +| year | int32_t | | +| month | int32_t | | +| day | int32_t | | +| hour | int32_t | | +| minute | int32_t | | +| second | int32_t | | + +## See Also + +* Enum [DateTimeGroupingType](../../datetimegroupingtype/) +* Class [Vector](../../vector/) +* Class [DateTimeGroupItem](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## DateTimeGroupItem::DateTimeGroupItem(DateTimeGroupItem_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::DateTimeGroupItem::DateTimeGroupItem(DateTimeGroupItem_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DateTimeGroupItem](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## DateTimeGroupItem::DateTimeGroupItem(const Aspose::Cells::Object\&) constructor + + +Constructs from an [Object](../../object/) convertible to this. + +```cpp +Aspose::Cells::DateTimeGroupItem::DateTimeGroupItem(const Aspose::Cells::Object &obj) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Object](../../object/) +* Class [DateTimeGroupItem](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## DateTimeGroupItem::DateTimeGroupItem(const DateTimeGroupItem\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::DateTimeGroupItem::DateTimeGroupItem(const DateTimeGroupItem &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DateTimeGroupItem](../) +* Class [DateTimeGroupItem](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datetimegroupitem/getdatetimegroupingtype/_index.md b/spanish/cpp/aspose.cells/datetimegroupitem/getdatetimegroupingtype/_index.md new file mode 100644 index 00000000000..938333f450c --- /dev/null +++ b/spanish/cpp/aspose.cells/datetimegroupitem/getdatetimegroupingtype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DateTimeGroupItem::GetDateTimeGroupingType method +linktitle: GetDateTimeGroupingType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DateTimeGroupItem::GetDateTimeGroupingType method. Gets and sets the group type in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/datetimegroupitem/getdatetimegroupingtype/ +--- +## DateTimeGroupItem::GetDateTimeGroupingType method + + +Gets and sets the group type. + +```cpp +DateTimeGroupingType Aspose::Cells::DateTimeGroupItem::GetDateTimeGroupingType() +``` + +## See Also + +* Enum [DateTimeGroupingType](../../datetimegroupingtype/) +* Class [DateTimeGroupItem](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datetimegroupitem/getday/_index.md b/spanish/cpp/aspose.cells/datetimegroupitem/getday/_index.md new file mode 100644 index 00000000000..08e043cd388 --- /dev/null +++ b/spanish/cpp/aspose.cells/datetimegroupitem/getday/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DateTimeGroupItem::GetDay method +linktitle: GetDay +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DateTimeGroupItem::GetDay method. Gets and sets the day of the grouped date time in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells/datetimegroupitem/getday/ +--- +## DateTimeGroupItem::GetDay method + + +Gets and sets the day of the grouped date time. + +```cpp +int32_t Aspose::Cells::DateTimeGroupItem::GetDay() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DateTimeGroupItem](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datetimegroupitem/gethour/_index.md b/spanish/cpp/aspose.cells/datetimegroupitem/gethour/_index.md new file mode 100644 index 00000000000..0cd7899c8cf --- /dev/null +++ b/spanish/cpp/aspose.cells/datetimegroupitem/gethour/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DateTimeGroupItem::GetHour method +linktitle: GetHour +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DateTimeGroupItem::GetHour method. Gets and sets the hour of the grouped date time in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells/datetimegroupitem/gethour/ +--- +## DateTimeGroupItem::GetHour method + + +Gets and sets the hour of the grouped date time. + +```cpp +int32_t Aspose::Cells::DateTimeGroupItem::GetHour() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DateTimeGroupItem](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datetimegroupitem/getminute/_index.md b/spanish/cpp/aspose.cells/datetimegroupitem/getminute/_index.md new file mode 100644 index 00000000000..e6147f3694a --- /dev/null +++ b/spanish/cpp/aspose.cells/datetimegroupitem/getminute/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DateTimeGroupItem::GetMinute method +linktitle: GetMinute +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DateTimeGroupItem::GetMinute method. Gets and sets the minute of the grouped date time in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells/datetimegroupitem/getminute/ +--- +## DateTimeGroupItem::GetMinute method + + +Gets and sets the minute of the grouped date time. + +```cpp +int32_t Aspose::Cells::DateTimeGroupItem::GetMinute() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DateTimeGroupItem](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datetimegroupitem/getminvalue/_index.md b/spanish/cpp/aspose.cells/datetimegroupitem/getminvalue/_index.md new file mode 100644 index 00000000000..89a069ff21d --- /dev/null +++ b/spanish/cpp/aspose.cells/datetimegroupitem/getminvalue/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::DateTimeGroupItem::GetMinValue method +linktitle: GetMinValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DateTimeGroupItem::GetMinValue method. Gets the min value in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/datetimegroupitem/getminvalue/ +--- +## DateTimeGroupItem::GetMinValue method + + +Gets the min value. + +```cpp +Date Aspose::Cells::DateTimeGroupItem::GetMinValue() +``` + +## See Also + +* Class [DateTimeGroupItem](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datetimegroupitem/getmonth/_index.md b/spanish/cpp/aspose.cells/datetimegroupitem/getmonth/_index.md new file mode 100644 index 00000000000..c1e0e462d74 --- /dev/null +++ b/spanish/cpp/aspose.cells/datetimegroupitem/getmonth/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DateTimeGroupItem::GetMonth method +linktitle: GetMonth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DateTimeGroupItem::GetMonth method. Gets and sets the month of the grouped date time in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/datetimegroupitem/getmonth/ +--- +## DateTimeGroupItem::GetMonth method + + +Gets and sets the month of the grouped date time. + +```cpp +int32_t Aspose::Cells::DateTimeGroupItem::GetMonth() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DateTimeGroupItem](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datetimegroupitem/getsecond/_index.md b/spanish/cpp/aspose.cells/datetimegroupitem/getsecond/_index.md new file mode 100644 index 00000000000..30357011569 --- /dev/null +++ b/spanish/cpp/aspose.cells/datetimegroupitem/getsecond/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DateTimeGroupItem::GetSecond method +linktitle: GetSecond +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DateTimeGroupItem::GetSecond method. Gets and sets the second of the grouped date time in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells/datetimegroupitem/getsecond/ +--- +## DateTimeGroupItem::GetSecond method + + +Gets and sets the second of the grouped date time. + +```cpp +int32_t Aspose::Cells::DateTimeGroupItem::GetSecond() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DateTimeGroupItem](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datetimegroupitem/getyear/_index.md b/spanish/cpp/aspose.cells/datetimegroupitem/getyear/_index.md new file mode 100644 index 00000000000..c6d9e8c114c --- /dev/null +++ b/spanish/cpp/aspose.cells/datetimegroupitem/getyear/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DateTimeGroupItem::GetYear method +linktitle: GetYear +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DateTimeGroupItem::GetYear method. Gets and sets the year of the grouped date time in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/datetimegroupitem/getyear/ +--- +## DateTimeGroupItem::GetYear method + + +Gets and sets the year of the grouped date time. + +```cpp +int32_t Aspose::Cells::DateTimeGroupItem::GetYear() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DateTimeGroupItem](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datetimegroupitem/isnull/_index.md b/spanish/cpp/aspose.cells/datetimegroupitem/isnull/_index.md new file mode 100644 index 00000000000..fb14bb3236a --- /dev/null +++ b/spanish/cpp/aspose.cells/datetimegroupitem/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::DateTimeGroupItem::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DateTimeGroupItem::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/datetimegroupitem/isnull/ +--- +## DateTimeGroupItem::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::DateTimeGroupItem::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [DateTimeGroupItem](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datetimegroupitem/operator_asm/_index.md b/spanish/cpp/aspose.cells/datetimegroupitem/operator_asm/_index.md new file mode 100644 index 00000000000..7da1570f1b2 --- /dev/null +++ b/spanish/cpp/aspose.cells/datetimegroupitem/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::DateTimeGroupItem::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DateTimeGroupItem::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/datetimegroupitem/operator_asm/ +--- +## DateTimeGroupItem::operator= method + + +operator= + +```cpp +DateTimeGroupItem & Aspose::Cells::DateTimeGroupItem::operator=(const DateTimeGroupItem &src) +``` + +## See Also + +* Class [DateTimeGroupItem](../) +* Class [Vector](../../vector/) +* Class [DateTimeGroupItem](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datetimegroupitem/operator_bool/_index.md b/spanish/cpp/aspose.cells/datetimegroupitem/operator_bool/_index.md new file mode 100644 index 00000000000..c2e48c2ee47 --- /dev/null +++ b/spanish/cpp/aspose.cells/datetimegroupitem/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::DateTimeGroupItem::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DateTimeGroupItem::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/datetimegroupitem/operator_bool/ +--- +## DateTimeGroupItem::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::DateTimeGroupItem::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [DateTimeGroupItem](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datetimegroupitem/setdatetimegroupingtype/_index.md b/spanish/cpp/aspose.cells/datetimegroupitem/setdatetimegroupingtype/_index.md new file mode 100644 index 00000000000..67bf993facf --- /dev/null +++ b/spanish/cpp/aspose.cells/datetimegroupitem/setdatetimegroupingtype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::DateTimeGroupItem::SetDateTimeGroupingType method +linktitle: SetDateTimeGroupingType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DateTimeGroupItem::SetDateTimeGroupingType method. Gets and sets the group type in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/datetimegroupitem/setdatetimegroupingtype/ +--- +## DateTimeGroupItem::SetDateTimeGroupingType method + + +Gets and sets the group type. + +```cpp +void Aspose::Cells::DateTimeGroupItem::SetDateTimeGroupingType(DateTimeGroupingType value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Enum [DateTimeGroupingType](../../datetimegroupingtype/) +* Class [DateTimeGroupItem](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datetimegroupitem/setday/_index.md b/spanish/cpp/aspose.cells/datetimegroupitem/setday/_index.md new file mode 100644 index 00000000000..b2acf24e21a --- /dev/null +++ b/spanish/cpp/aspose.cells/datetimegroupitem/setday/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DateTimeGroupItem::SetDay method +linktitle: SetDay +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DateTimeGroupItem::SetDay method. Gets and sets the day of the grouped date time in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells/datetimegroupitem/setday/ +--- +## DateTimeGroupItem::SetDay method + + +Gets and sets the day of the grouped date time. + +```cpp +void Aspose::Cells::DateTimeGroupItem::SetDay(int32_t value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DateTimeGroupItem](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datetimegroupitem/sethour/_index.md b/spanish/cpp/aspose.cells/datetimegroupitem/sethour/_index.md new file mode 100644 index 00000000000..d214f8f3fa9 --- /dev/null +++ b/spanish/cpp/aspose.cells/datetimegroupitem/sethour/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DateTimeGroupItem::SetHour method +linktitle: SetHour +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DateTimeGroupItem::SetHour method. Gets and sets the hour of the grouped date time in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells/datetimegroupitem/sethour/ +--- +## DateTimeGroupItem::SetHour method + + +Gets and sets the hour of the grouped date time. + +```cpp +void Aspose::Cells::DateTimeGroupItem::SetHour(int32_t value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DateTimeGroupItem](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datetimegroupitem/setminute/_index.md b/spanish/cpp/aspose.cells/datetimegroupitem/setminute/_index.md new file mode 100644 index 00000000000..24990401d61 --- /dev/null +++ b/spanish/cpp/aspose.cells/datetimegroupitem/setminute/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DateTimeGroupItem::SetMinute method +linktitle: SetMinute +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DateTimeGroupItem::SetMinute method. Gets and sets the minute of the grouped date time in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells/datetimegroupitem/setminute/ +--- +## DateTimeGroupItem::SetMinute method + + +Gets and sets the minute of the grouped date time. + +```cpp +void Aspose::Cells::DateTimeGroupItem::SetMinute(int32_t value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DateTimeGroupItem](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datetimegroupitem/setmonth/_index.md b/spanish/cpp/aspose.cells/datetimegroupitem/setmonth/_index.md new file mode 100644 index 00000000000..de8c730fd39 --- /dev/null +++ b/spanish/cpp/aspose.cells/datetimegroupitem/setmonth/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DateTimeGroupItem::SetMonth method +linktitle: SetMonth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DateTimeGroupItem::SetMonth method. Gets and sets the month of the grouped date time in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells/datetimegroupitem/setmonth/ +--- +## DateTimeGroupItem::SetMonth method + + +Gets and sets the month of the grouped date time. + +```cpp +void Aspose::Cells::DateTimeGroupItem::SetMonth(int32_t value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DateTimeGroupItem](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datetimegroupitem/setsecond/_index.md b/spanish/cpp/aspose.cells/datetimegroupitem/setsecond/_index.md new file mode 100644 index 00000000000..33c0c71e248 --- /dev/null +++ b/spanish/cpp/aspose.cells/datetimegroupitem/setsecond/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DateTimeGroupItem::SetSecond method +linktitle: SetSecond +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DateTimeGroupItem::SetSecond method. Gets and sets the second of the grouped date time in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells/datetimegroupitem/setsecond/ +--- +## DateTimeGroupItem::SetSecond method + + +Gets and sets the second of the grouped date time. + +```cpp +void Aspose::Cells::DateTimeGroupItem::SetSecond(int32_t value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DateTimeGroupItem](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datetimegroupitem/setyear/_index.md b/spanish/cpp/aspose.cells/datetimegroupitem/setyear/_index.md new file mode 100644 index 00000000000..8a5270a901e --- /dev/null +++ b/spanish/cpp/aspose.cells/datetimegroupitem/setyear/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DateTimeGroupItem::SetYear method +linktitle: SetYear +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DateTimeGroupItem::SetYear method. Gets and sets the year of the grouped date time in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/datetimegroupitem/setyear/ +--- +## DateTimeGroupItem::SetYear method + + +Gets and sets the year of the grouped date time. + +```cpp +void Aspose::Cells::DateTimeGroupItem::SetYear(int32_t value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DateTimeGroupItem](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datetimegroupitem/toobject/_index.md b/spanish/cpp/aspose.cells/datetimegroupitem/toobject/_index.md new file mode 100644 index 00000000000..c6ddd29520a --- /dev/null +++ b/spanish/cpp/aspose.cells/datetimegroupitem/toobject/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DateTimeGroupItem::ToObject method +linktitle: ToObject +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DateTimeGroupItem::ToObject method. Gets the Object in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/datetimegroupitem/toobject/ +--- +## DateTimeGroupItem::ToObject method + + +Gets the [Object](../../object/). + +```cpp +Aspose::Cells::Object Aspose::Cells::DateTimeGroupItem::ToObject() +``` + +## See Also + +* Class [Object](../../object/) +* Class [DateTimeGroupItem](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/datetimegroupitem/~datetimegroupitem/_index.md b/spanish/cpp/aspose.cells/datetimegroupitem/~datetimegroupitem/_index.md new file mode 100644 index 00000000000..1d3e95c1918 --- /dev/null +++ b/spanish/cpp/aspose.cells/datetimegroupitem/~datetimegroupitem/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::DateTimeGroupItem::~DateTimeGroupItem method +linktitle: ~DateTimeGroupItem +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DateTimeGroupItem::~DateTimeGroupItem method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/datetimegroupitem/~datetimegroupitem/ +--- +## DateTimeGroupItem::~DateTimeGroupItem method + + +Destructor. + +```cpp +Aspose::Cells::DateTimeGroupItem::~DateTimeGroupItem() +``` + +## See Also + +* Class [DateTimeGroupItem](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/defaulteditlanguage/_index.md b/spanish/cpp/aspose.cells/defaulteditlanguage/_index.md new file mode 100644 index 00000000000..611c76e6fbf --- /dev/null +++ b/spanish/cpp/aspose.cells/defaulteditlanguage/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::DefaultEditLanguage enum +linktitle: DefaultEditLanguage +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DefaultEditLanguage enum. Represents the default edit language in C++.' +type: docs +weight: 20000 +url: /es/cpp/aspose.cells/defaulteditlanguage/ +--- +## DefaultEditLanguage enum + + +Represents the default edit language. + +```cpp +enum class DefaultEditLanguage +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Auto | 0 |
Represents auto detecting edit language according to the text itself. | +| English | 1 |
Represents English language. | +| CJK | 2 |
Represents Chinese, Japanese, and Korean languages. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/defaultstylesettings/_impl/_index.md b/spanish/cpp/aspose.cells/defaultstylesettings/_impl/_index.md new file mode 100644 index 00000000000..c261c7a54bc --- /dev/null +++ b/spanish/cpp/aspose.cells/defaultstylesettings/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::DefaultStyleSettings::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DefaultStyleSettings::_impl field. The implementation object in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells/defaultstylesettings/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +DefaultStyleSettings_Impl* Aspose::Cells::DefaultStyleSettings::_impl +``` + +## See Also + +* Class [DefaultStyleSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/defaultstylesettings/_index.md b/spanish/cpp/aspose.cells/defaultstylesettings/_index.md new file mode 100644 index 00000000000..36e95fe6a86 --- /dev/null +++ b/spanish/cpp/aspose.cells/defaultstylesettings/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::DefaultStyleSettings class +linktitle: DefaultStyleSettings +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DefaultStyleSettings class. Settings for the default values of workbook''s style properties in C++.' +type: docs +weight: 4700 +url: /es/cpp/aspose.cells/defaultstylesettings/ +--- +## DefaultStyleSettings class + + +[Settings](../../aspose.cells.settings/) for the default values of workbook's style properties. + +```cpp +class DefaultStyleSettings +``` + +## Methods + +| Method | Description | +| --- | --- | +| [DefaultStyleSettings(DefaultStyleSettings_Impl* impl)](./defaultstylesettings/) | Constructs from an implementation object. | +| [DefaultStyleSettings(const DefaultStyleSettings\& src)](./defaultstylesettings/) | Copy constructor. | +| [GetBuiltInPreference()](./getbuiltinpreference/) | Indicates whether property for number format is preferable when the style defines both built-in number and custom pattern. Default value is false, that means by default custom pattern will be used to format values as long as it is not empty for one style. | +| [GetFontName()](./getfontname/) | Gets/Sets the default font name for the workbook. | +| [GetFontSize()](./getfontsize/) | Gets/Sets the default standard font size for the workbook. | +| [GetHorizontalAlignment()](./gethorizontalalignment/) | Gets/Sets the default value for horizontal alignment. | +| [GetVerticalAlignment()](./getverticalalignment/) | Gets/Sets the default value for vertical alignment. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const DefaultStyleSettings\& src)](./operator_asm/) | operator= | +| [SetBuiltInPreference(bool value)](./setbuiltinpreference/) | Indicates whether property for number format is preferable when the style defines both built-in number and custom pattern. Default value is false, that means by default custom pattern will be used to format values as long as it is not empty for one style. | +| [SetFontName(const U16String\& value)](./setfontname/) | Gets/Sets the default font name for the workbook. | +| [SetFontName(const char16_t* value)](./setfontname/) | Gets/Sets the default font name for the workbook. | +| [SetFontSize(double value)](./setfontsize/) | Gets/Sets the default standard font size for the workbook. | +| [SetHorizontalAlignment(TextAlignmentType value)](./sethorizontalalignment/) | Gets/Sets the default value for horizontal alignment. | +| [SetVerticalAlignment(TextAlignmentType value)](./setverticalalignment/) | Gets/Sets the default value for vertical alignment. | +| [~DefaultStyleSettings()](./~defaultstylesettings/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/defaultstylesettings/defaultstylesettings/_index.md b/spanish/cpp/aspose.cells/defaultstylesettings/defaultstylesettings/_index.md new file mode 100644 index 00000000000..6c949cbb7c8 --- /dev/null +++ b/spanish/cpp/aspose.cells/defaultstylesettings/defaultstylesettings/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::DefaultStyleSettings::DefaultStyleSettings constructor +linktitle: DefaultStyleSettings +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DefaultStyleSettings::DefaultStyleSettings constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/defaultstylesettings/defaultstylesettings/ +--- +## DefaultStyleSettings::DefaultStyleSettings(DefaultStyleSettings_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::DefaultStyleSettings::DefaultStyleSettings(DefaultStyleSettings_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DefaultStyleSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## DefaultStyleSettings::DefaultStyleSettings(const DefaultStyleSettings\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::DefaultStyleSettings::DefaultStyleSettings(const DefaultStyleSettings &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DefaultStyleSettings](../) +* Class [DefaultStyleSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/defaultstylesettings/getbuiltinpreference/_index.md b/spanish/cpp/aspose.cells/defaultstylesettings/getbuiltinpreference/_index.md new file mode 100644 index 00000000000..39220ff9710 --- /dev/null +++ b/spanish/cpp/aspose.cells/defaultstylesettings/getbuiltinpreference/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::DefaultStyleSettings::GetBuiltInPreference method +linktitle: GetBuiltInPreference +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DefaultStyleSettings::GetBuiltInPreference method. Indicates whether property for number format is preferable when the style defines both built-in number and custom pattern. Default value is false, that means by default custom pattern will be used to format values as long as it is not empty for one style in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/defaultstylesettings/getbuiltinpreference/ +--- +## DefaultStyleSettings::GetBuiltInPreference method + + +Indicates whether property for number format is preferable when the style defines both built-in number and custom pattern. Default value is false, that means by default custom pattern will be used to format values as long as it is not empty for one style. + +```cpp +bool Aspose::Cells::DefaultStyleSettings::GetBuiltInPreference() +``` + +## Remarks + + +When loading workbook from existing template file, maybe both built-in number and custom pattern are defined for one style. This property determine whether we should use the built-in number or the custom pattern when formatting values with the style. +## See Also + +* Class [Vector](../../vector/) +* Class [DefaultStyleSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/defaultstylesettings/getfontname/_index.md b/spanish/cpp/aspose.cells/defaultstylesettings/getfontname/_index.md new file mode 100644 index 00000000000..64dbbfcf4fc --- /dev/null +++ b/spanish/cpp/aspose.cells/defaultstylesettings/getfontname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DefaultStyleSettings::GetFontName method +linktitle: GetFontName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DefaultStyleSettings::GetFontName method. Gets/Sets the default font name for the workbook in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/defaultstylesettings/getfontname/ +--- +## DefaultStyleSettings::GetFontName method + + +Gets/Sets the default font name for the workbook. + +```cpp +U16String Aspose::Cells::DefaultStyleSettings::GetFontName() +``` + +## See Also + +* Class [U16String](../../u16string/) +* Class [DefaultStyleSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/defaultstylesettings/getfontsize/_index.md b/spanish/cpp/aspose.cells/defaultstylesettings/getfontsize/_index.md new file mode 100644 index 00000000000..d56f18a8d87 --- /dev/null +++ b/spanish/cpp/aspose.cells/defaultstylesettings/getfontsize/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DefaultStyleSettings::GetFontSize method +linktitle: GetFontSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DefaultStyleSettings::GetFontSize method. Gets/Sets the default standard font size for the workbook in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/defaultstylesettings/getfontsize/ +--- +## DefaultStyleSettings::GetFontSize method + + +Gets/Sets the default standard font size for the workbook. + +```cpp +double Aspose::Cells::DefaultStyleSettings::GetFontSize() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DefaultStyleSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/defaultstylesettings/gethorizontalalignment/_index.md b/spanish/cpp/aspose.cells/defaultstylesettings/gethorizontalalignment/_index.md new file mode 100644 index 00000000000..a919755e6d5 --- /dev/null +++ b/spanish/cpp/aspose.cells/defaultstylesettings/gethorizontalalignment/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DefaultStyleSettings::GetHorizontalAlignment method +linktitle: GetHorizontalAlignment +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DefaultStyleSettings::GetHorizontalAlignment method. Gets/Sets the default value for horizontal alignment in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/defaultstylesettings/gethorizontalalignment/ +--- +## DefaultStyleSettings::GetHorizontalAlignment method + + +Gets/Sets the default value for horizontal alignment. + +```cpp +TextAlignmentType Aspose::Cells::DefaultStyleSettings::GetHorizontalAlignment() +``` + +## See Also + +* Enum [TextAlignmentType](../../textalignmenttype/) +* Class [DefaultStyleSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/defaultstylesettings/getverticalalignment/_index.md b/spanish/cpp/aspose.cells/defaultstylesettings/getverticalalignment/_index.md new file mode 100644 index 00000000000..050c9680983 --- /dev/null +++ b/spanish/cpp/aspose.cells/defaultstylesettings/getverticalalignment/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DefaultStyleSettings::GetVerticalAlignment method +linktitle: GetVerticalAlignment +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DefaultStyleSettings::GetVerticalAlignment method. Gets/Sets the default value for vertical alignment in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells/defaultstylesettings/getverticalalignment/ +--- +## DefaultStyleSettings::GetVerticalAlignment method + + +Gets/Sets the default value for vertical alignment. + +```cpp +TextAlignmentType Aspose::Cells::DefaultStyleSettings::GetVerticalAlignment() +``` + +## See Also + +* Enum [TextAlignmentType](../../textalignmenttype/) +* Class [DefaultStyleSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/defaultstylesettings/isnull/_index.md b/spanish/cpp/aspose.cells/defaultstylesettings/isnull/_index.md new file mode 100644 index 00000000000..63c84742134 --- /dev/null +++ b/spanish/cpp/aspose.cells/defaultstylesettings/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::DefaultStyleSettings::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DefaultStyleSettings::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/defaultstylesettings/isnull/ +--- +## DefaultStyleSettings::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::DefaultStyleSettings::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [DefaultStyleSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/defaultstylesettings/operator_asm/_index.md b/spanish/cpp/aspose.cells/defaultstylesettings/operator_asm/_index.md new file mode 100644 index 00000000000..fe4d6747939 --- /dev/null +++ b/spanish/cpp/aspose.cells/defaultstylesettings/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::DefaultStyleSettings::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DefaultStyleSettings::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/defaultstylesettings/operator_asm/ +--- +## DefaultStyleSettings::operator= method + + +operator= + +```cpp +DefaultStyleSettings & Aspose::Cells::DefaultStyleSettings::operator=(const DefaultStyleSettings &src) +``` + +## See Also + +* Class [DefaultStyleSettings](../) +* Class [Vector](../../vector/) +* Class [DefaultStyleSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/defaultstylesettings/operator_bool/_index.md b/spanish/cpp/aspose.cells/defaultstylesettings/operator_bool/_index.md new file mode 100644 index 00000000000..77ea24b0095 --- /dev/null +++ b/spanish/cpp/aspose.cells/defaultstylesettings/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::DefaultStyleSettings::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DefaultStyleSettings::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/defaultstylesettings/operator_bool/ +--- +## DefaultStyleSettings::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::DefaultStyleSettings::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [DefaultStyleSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/defaultstylesettings/setbuiltinpreference/_index.md b/spanish/cpp/aspose.cells/defaultstylesettings/setbuiltinpreference/_index.md new file mode 100644 index 00000000000..e6be25219b9 --- /dev/null +++ b/spanish/cpp/aspose.cells/defaultstylesettings/setbuiltinpreference/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::DefaultStyleSettings::SetBuiltInPreference method +linktitle: SetBuiltInPreference +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DefaultStyleSettings::SetBuiltInPreference method. Indicates whether property for number format is preferable when the style defines both built-in number and custom pattern. Default value is false, that means by default custom pattern will be used to format values as long as it is not empty for one style in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/defaultstylesettings/setbuiltinpreference/ +--- +## DefaultStyleSettings::SetBuiltInPreference method + + +Indicates whether property for number format is preferable when the style defines both built-in number and custom pattern. Default value is false, that means by default custom pattern will be used to format values as long as it is not empty for one style. + +```cpp +void Aspose::Cells::DefaultStyleSettings::SetBuiltInPreference(bool value) +``` + +## Remarks + + +When loading workbook from existing template file, maybe both built-in number and custom pattern are defined for one style. This property determine whether we should use the built-in number or the custom pattern when formatting values with the style. +## See Also + +* Class [Vector](../../vector/) +* Class [DefaultStyleSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/defaultstylesettings/setfontname/_index.md b/spanish/cpp/aspose.cells/defaultstylesettings/setfontname/_index.md new file mode 100644 index 00000000000..15680b05b0f --- /dev/null +++ b/spanish/cpp/aspose.cells/defaultstylesettings/setfontname/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::DefaultStyleSettings::SetFontName method +linktitle: SetFontName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DefaultStyleSettings::SetFontName method. Gets/Sets the default font name for the workbook in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/defaultstylesettings/setfontname/ +--- +## DefaultStyleSettings::SetFontName(const U16String\&) method + + +Gets/Sets the default font name for the workbook. + +```cpp +void Aspose::Cells::DefaultStyleSettings::SetFontName(const U16String &value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [DefaultStyleSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## DefaultStyleSettings::SetFontName(const char16_t*) method + + +Gets/Sets the default font name for the workbook. + +```cpp +void Aspose::Cells::DefaultStyleSettings::SetFontName(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DefaultStyleSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/defaultstylesettings/setfontsize/_index.md b/spanish/cpp/aspose.cells/defaultstylesettings/setfontsize/_index.md new file mode 100644 index 00000000000..ebd5b804649 --- /dev/null +++ b/spanish/cpp/aspose.cells/defaultstylesettings/setfontsize/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DefaultStyleSettings::SetFontSize method +linktitle: SetFontSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DefaultStyleSettings::SetFontSize method. Gets/Sets the default standard font size for the workbook in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/defaultstylesettings/setfontsize/ +--- +## DefaultStyleSettings::SetFontSize method + + +Gets/Sets the default standard font size for the workbook. + +```cpp +void Aspose::Cells::DefaultStyleSettings::SetFontSize(double value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DefaultStyleSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/defaultstylesettings/sethorizontalalignment/_index.md b/spanish/cpp/aspose.cells/defaultstylesettings/sethorizontalalignment/_index.md new file mode 100644 index 00000000000..ca0bccd285f --- /dev/null +++ b/spanish/cpp/aspose.cells/defaultstylesettings/sethorizontalalignment/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::DefaultStyleSettings::SetHorizontalAlignment method +linktitle: SetHorizontalAlignment +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DefaultStyleSettings::SetHorizontalAlignment method. Gets/Sets the default value for horizontal alignment in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells/defaultstylesettings/sethorizontalalignment/ +--- +## DefaultStyleSettings::SetHorizontalAlignment method + + +Gets/Sets the default value for horizontal alignment. + +```cpp +void Aspose::Cells::DefaultStyleSettings::SetHorizontalAlignment(TextAlignmentType value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Enum [TextAlignmentType](../../textalignmenttype/) +* Class [DefaultStyleSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/defaultstylesettings/setverticalalignment/_index.md b/spanish/cpp/aspose.cells/defaultstylesettings/setverticalalignment/_index.md new file mode 100644 index 00000000000..3d60bea707a --- /dev/null +++ b/spanish/cpp/aspose.cells/defaultstylesettings/setverticalalignment/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::DefaultStyleSettings::SetVerticalAlignment method +linktitle: SetVerticalAlignment +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DefaultStyleSettings::SetVerticalAlignment method. Gets/Sets the default value for vertical alignment in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells/defaultstylesettings/setverticalalignment/ +--- +## DefaultStyleSettings::SetVerticalAlignment method + + +Gets/Sets the default value for vertical alignment. + +```cpp +void Aspose::Cells::DefaultStyleSettings::SetVerticalAlignment(TextAlignmentType value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Enum [TextAlignmentType](../../textalignmenttype/) +* Class [DefaultStyleSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/defaultstylesettings/~defaultstylesettings/_index.md b/spanish/cpp/aspose.cells/defaultstylesettings/~defaultstylesettings/_index.md new file mode 100644 index 00000000000..800fd5d75d7 --- /dev/null +++ b/spanish/cpp/aspose.cells/defaultstylesettings/~defaultstylesettings/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::DefaultStyleSettings::~DefaultStyleSettings method +linktitle: ~DefaultStyleSettings +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DefaultStyleSettings::~DefaultStyleSettings method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/defaultstylesettings/~defaultstylesettings/ +--- +## DefaultStyleSettings::~DefaultStyleSettings method + + +Destructor. + +```cpp +Aspose::Cells::DefaultStyleSettings::~DefaultStyleSettings() +``` + +## See Also + +* Class [DefaultStyleSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/deleteblankoptions/_impl/_index.md b/spanish/cpp/aspose.cells/deleteblankoptions/_impl/_index.md new file mode 100644 index 00000000000..87578af157f --- /dev/null +++ b/spanish/cpp/aspose.cells/deleteblankoptions/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::DeleteBlankOptions::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DeleteBlankOptions::_impl field. The implementation object in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells/deleteblankoptions/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +DeleteBlankOptions_Impl* Aspose::Cells::DeleteBlankOptions::_impl +``` + +## See Also + +* Class [DeleteBlankOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/deleteblankoptions/_index.md b/spanish/cpp/aspose.cells/deleteblankoptions/_index.md new file mode 100644 index 00000000000..0783bb4440e --- /dev/null +++ b/spanish/cpp/aspose.cells/deleteblankoptions/_index.md @@ -0,0 +1,61 @@ +--- +title: Aspose::Cells::DeleteBlankOptions class +linktitle: DeleteBlankOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DeleteBlankOptions class. Represents the setting of deleting blank cells/rows/columns in C++.' +type: docs +weight: 4800 +url: /es/cpp/aspose.cells/deleteblankoptions/ +--- +## DeleteBlankOptions class + + +Represents the setting of deleting blank cells/rows/columns. + +```cpp +class DeleteBlankOptions : public Aspose::Cells::DeleteOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [DeleteBlankOptions()](./deleteblankoptions/) | Default constructor. | +| [DeleteBlankOptions(DeleteBlankOptions_Impl* impl)](./deleteblankoptions/) | Constructs from an implementation object. | +| [DeleteBlankOptions(const DeleteBlankOptions\& src)](./deleteblankoptions/) | Copy constructor. | +| [DeleteBlankOptions(const DeleteOptions\& src)](./deleteblankoptions/) | Constructs from a parent object. | +| [DeleteOptions()](../deleteoptions/deleteoptions/) | Default constructor. | +| [DeleteOptions(DeleteOptions_Impl* impl)](../deleteoptions/deleteoptions/) | Constructs from an implementation object. | +| [DeleteOptions(const DeleteOptions\& src)](../deleteoptions/deleteoptions/) | Copy constructor. | +| [GetDrawingsAsBlank()](./getdrawingsasblank/) | Indicates whether drawing related objects such as picture, shape, chart... will be taken as blank. Default value is true. | +| [GetEmptyFormulaValueAsBlank()](./getemptyformulavalueasblank/) | Whether one cell will be taken as blank when it is a formula and the calculated result is null or empty string. Default value is false. | +| [GetEmptyStringAsBlank()](./getemptystringasblank/) | Indicates whether one cell will be taken as blank when its value is an empty string. Default value is true. | +| [GetEndIndex()](./getendindex/) | Specifies the end row/column index(inclusive) of the range to check and delete blank rows/columns. Default value is -1 and -1 means the maximum range of all objects(cells, drawings, ...) that need to be checked. | +| [GetFormulaChangeMonitor()](../deleteoptions/getformulachangemonitor/) | Gets/sets the monitor for tracking changes caused by the deletion. | +| [GetMergedCellsShrinkType()](./getmergedcellsshrinktype/) | Indicates how to process merged cells when deleting blank rows/columns. | +| [GetStartIndex()](./getstartindex/) | Specifies the start row/column index of the range to check and delete blank row/column. | +| [GetUpdateReference()](../deleteoptions/getupdatereference/) | Indicates if update references in other worksheets. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const DeleteBlankOptions\& src)](./operator_asm/) | operator= | +| [operator=(const DeleteOptions\& src)](../deleteoptions/operator_asm/) | operator= | +| [SetDrawingsAsBlank(bool value)](./setdrawingsasblank/) | Indicates whether drawing related objects such as picture, shape, chart... will be taken as blank. Default value is true. | +| [SetEmptyFormulaValueAsBlank(bool value)](./setemptyformulavalueasblank/) | Whether one cell will be taken as blank when it is a formula and the calculated result is null or empty string. Default value is false. | +| [SetEmptyStringAsBlank(bool value)](./setemptystringasblank/) | Indicates whether one cell will be taken as blank when its value is an empty string. Default value is true. | +| [SetEndIndex(int32_t value)](./setendindex/) | Specifies the end row/column index(inclusive) of the range to check and delete blank rows/columns. Default value is -1 and -1 means the maximum range of all objects(cells, drawings, ...) that need to be checked. | +| [SetFormulaChangeMonitor(AbstractFormulaChangeMonitor* value)](../deleteoptions/setformulachangemonitor/) | Gets/sets the monitor for tracking changes caused by the deletion. | +| [SetMergedCellsShrinkType(MergedCellsShrinkType value)](./setmergedcellsshrinktype/) | Indicates how to process merged cells when deleting blank rows/columns. | +| [SetStartIndex(int32_t value)](./setstartindex/) | Specifies the start row/column index of the range to check and delete blank row/column. | +| [SetUpdateReference(bool value)](../deleteoptions/setupdatereference/) | Indicates if update references in other worksheets. | +| [~DeleteBlankOptions()](./~deleteblankoptions/) | Destructor. | +| [~DeleteOptions()](../deleteoptions/~deleteoptions/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [DeleteOptions](../deleteoptions/) +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/deleteblankoptions/deleteblankoptions/_index.md b/spanish/cpp/aspose.cells/deleteblankoptions/deleteblankoptions/_index.md new file mode 100644 index 00000000000..0aeec716bba --- /dev/null +++ b/spanish/cpp/aspose.cells/deleteblankoptions/deleteblankoptions/_index.md @@ -0,0 +1,70 @@ +--- +title: Aspose::Cells::DeleteBlankOptions::DeleteBlankOptions constructor +linktitle: DeleteBlankOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DeleteBlankOptions::DeleteBlankOptions constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/deleteblankoptions/deleteblankoptions/ +--- +## DeleteBlankOptions::DeleteBlankOptions() constructor + + +Default constructor. + +```cpp +Aspose::Cells::DeleteBlankOptions::DeleteBlankOptions() +``` + +## See Also + +* Class [DeleteBlankOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## DeleteBlankOptions::DeleteBlankOptions(DeleteBlankOptions_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::DeleteBlankOptions::DeleteBlankOptions(DeleteBlankOptions_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DeleteBlankOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## DeleteBlankOptions::DeleteBlankOptions(const DeleteBlankOptions\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::DeleteBlankOptions::DeleteBlankOptions(const DeleteBlankOptions &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DeleteBlankOptions](../) +* Class [DeleteBlankOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## DeleteBlankOptions::DeleteBlankOptions(const DeleteOptions\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::DeleteBlankOptions::DeleteBlankOptions(const DeleteOptions &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DeleteOptions](../../deleteoptions/) +* Class [DeleteBlankOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/deleteblankoptions/getdrawingsasblank/_index.md b/spanish/cpp/aspose.cells/deleteblankoptions/getdrawingsasblank/_index.md new file mode 100644 index 00000000000..44dffceef31 --- /dev/null +++ b/spanish/cpp/aspose.cells/deleteblankoptions/getdrawingsasblank/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::DeleteBlankOptions::GetDrawingsAsBlank method +linktitle: GetDrawingsAsBlank +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DeleteBlankOptions::GetDrawingsAsBlank method. Indicates whether drawing related objects such as picture, shape, chart... will be taken as blank. Default value is true in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/deleteblankoptions/getdrawingsasblank/ +--- +## DeleteBlankOptions::GetDrawingsAsBlank method + + +Indicates whether drawing related objects such as picture, shape, chart... will be taken as blank. Default value is true. + +```cpp +bool Aspose::Cells::DeleteBlankOptions::GetDrawingsAsBlank() +``` + +## Remarks + + +When setting this property as false, all rows/columns covered by drawing objects will not be taken as blank and will not be deleted. +## See Also + +* Class [Vector](../../vector/) +* Class [DeleteBlankOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/deleteblankoptions/getemptyformulavalueasblank/_index.md b/spanish/cpp/aspose.cells/deleteblankoptions/getemptyformulavalueasblank/_index.md new file mode 100644 index 00000000000..cf152cc81d5 --- /dev/null +++ b/spanish/cpp/aspose.cells/deleteblankoptions/getemptyformulavalueasblank/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::DeleteBlankOptions::GetEmptyFormulaValueAsBlank method +linktitle: GetEmptyFormulaValueAsBlank +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DeleteBlankOptions::GetEmptyFormulaValueAsBlank method. Whether one cell will be taken as blank when it is a formula and the calculated result is null or empty string. Default value is false in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/deleteblankoptions/getemptyformulavalueasblank/ +--- +## DeleteBlankOptions::GetEmptyFormulaValueAsBlank method + + +Whether one cell will be taken as blank when it is a formula and the calculated result is null or empty string. Default value is false. + +```cpp +bool Aspose::Cells::DeleteBlankOptions::GetEmptyFormulaValueAsBlank() +``` + +## Remarks + + +Generally user should make sure the formulas have been calculated before deleting operation with this property as true. Otherwise all newly cretaed formulas by normal apis such as Cell.Formula will be taken as blank and may be deleted because before calculation their calculated results are all null. +## See Also + +* Class [Vector](../../vector/) +* Class [DeleteBlankOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/deleteblankoptions/getemptystringasblank/_index.md b/spanish/cpp/aspose.cells/deleteblankoptions/getemptystringasblank/_index.md new file mode 100644 index 00000000000..bf6ca93ebe0 --- /dev/null +++ b/spanish/cpp/aspose.cells/deleteblankoptions/getemptystringasblank/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DeleteBlankOptions::GetEmptyStringAsBlank method +linktitle: GetEmptyStringAsBlank +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DeleteBlankOptions::GetEmptyStringAsBlank method. Indicates whether one cell will be taken as blank when its value is an empty string. Default value is true in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/deleteblankoptions/getemptystringasblank/ +--- +## DeleteBlankOptions::GetEmptyStringAsBlank method + + +Indicates whether one cell will be taken as blank when its value is an empty string. Default value is true. + +```cpp +bool Aspose::Cells::DeleteBlankOptions::GetEmptyStringAsBlank() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DeleteBlankOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/deleteblankoptions/getendindex/_index.md b/spanish/cpp/aspose.cells/deleteblankoptions/getendindex/_index.md new file mode 100644 index 00000000000..c0f2f9efff2 --- /dev/null +++ b/spanish/cpp/aspose.cells/deleteblankoptions/getendindex/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DeleteBlankOptions::GetEndIndex method +linktitle: GetEndIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DeleteBlankOptions::GetEndIndex method. Specifies the end row/column index(inclusive) of the range to check and delete blank rows/columns. Default value is -1 and -1 means the maximum range of all objects(cells, drawings, ...) that need to be checked in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells/deleteblankoptions/getendindex/ +--- +## DeleteBlankOptions::GetEndIndex method + + +Specifies the end row/column index(inclusive) of the range to check and delete blank rows/columns. Default value is -1 and -1 means the maximum range of all objects(cells, drawings, ...) that need to be checked. + +```cpp +int32_t Aspose::Cells::DeleteBlankOptions::GetEndIndex() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DeleteBlankOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/deleteblankoptions/getmergedcellsshrinktype/_index.md b/spanish/cpp/aspose.cells/deleteblankoptions/getmergedcellsshrinktype/_index.md new file mode 100644 index 00000000000..b366ec20a18 --- /dev/null +++ b/spanish/cpp/aspose.cells/deleteblankoptions/getmergedcellsshrinktype/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::DeleteBlankOptions::GetMergedCellsShrinkType method +linktitle: GetMergedCellsShrinkType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DeleteBlankOptions::GetMergedCellsShrinkType method. Indicates how to process merged cells when deleting blank rows/columns in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/deleteblankoptions/getmergedcellsshrinktype/ +--- +## DeleteBlankOptions::GetMergedCellsShrinkType method + + +Indicates how to process merged cells when deleting blank rows/columns. + +```cpp +MergedCellsShrinkType Aspose::Cells::DeleteBlankOptions::GetMergedCellsShrinkType() +``` + +## Remarks + + +For [MergedCellsShrinkType.KeepHeaderOnly](../../mergedcellsshrinktype/), all cells in it will be taken as blank except the non-blank top-left cell. It is the default value of this property. + + For [MergedCellsShrinkType.None](../../mergedcellsshrinktype/), all cells in it will be taken as non-blank. + + For [MergedCellsShrinkType.ShrinkToFit](../../mergedcellsshrinktype/), all cells outside the content display area will be taken as blank. + +## See Also + +* Enum [MergedCellsShrinkType](../../mergedcellsshrinktype/) +* Class [DeleteBlankOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/deleteblankoptions/getstartindex/_index.md b/spanish/cpp/aspose.cells/deleteblankoptions/getstartindex/_index.md new file mode 100644 index 00000000000..98fa9af4f77 --- /dev/null +++ b/spanish/cpp/aspose.cells/deleteblankoptions/getstartindex/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DeleteBlankOptions::GetStartIndex method +linktitle: GetStartIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DeleteBlankOptions::GetStartIndex method. Specifies the start row/column index of the range to check and delete blank row/column in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells/deleteblankoptions/getstartindex/ +--- +## DeleteBlankOptions::GetStartIndex method + + +Specifies the start row/column index of the range to check and delete blank row/column. + +```cpp +int32_t Aspose::Cells::DeleteBlankOptions::GetStartIndex() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DeleteBlankOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/deleteblankoptions/isnull/_index.md b/spanish/cpp/aspose.cells/deleteblankoptions/isnull/_index.md new file mode 100644 index 00000000000..11a898fe77e --- /dev/null +++ b/spanish/cpp/aspose.cells/deleteblankoptions/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::DeleteBlankOptions::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DeleteBlankOptions::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/deleteblankoptions/isnull/ +--- +## DeleteBlankOptions::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::DeleteBlankOptions::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [DeleteBlankOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/deleteblankoptions/operator_asm/_index.md b/spanish/cpp/aspose.cells/deleteblankoptions/operator_asm/_index.md new file mode 100644 index 00000000000..b643f56e3ea --- /dev/null +++ b/spanish/cpp/aspose.cells/deleteblankoptions/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::DeleteBlankOptions::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DeleteBlankOptions::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/deleteblankoptions/operator_asm/ +--- +## DeleteBlankOptions::operator= method + + +operator= + +```cpp +DeleteBlankOptions & Aspose::Cells::DeleteBlankOptions::operator=(const DeleteBlankOptions &src) +``` + +## See Also + +* Class [DeleteBlankOptions](../) +* Class [Vector](../../vector/) +* Class [DeleteBlankOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/deleteblankoptions/operator_bool/_index.md b/spanish/cpp/aspose.cells/deleteblankoptions/operator_bool/_index.md new file mode 100644 index 00000000000..0c48a3aa932 --- /dev/null +++ b/spanish/cpp/aspose.cells/deleteblankoptions/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::DeleteBlankOptions::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DeleteBlankOptions::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/deleteblankoptions/operator_bool/ +--- +## DeleteBlankOptions::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::DeleteBlankOptions::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [DeleteBlankOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/deleteblankoptions/setdrawingsasblank/_index.md b/spanish/cpp/aspose.cells/deleteblankoptions/setdrawingsasblank/_index.md new file mode 100644 index 00000000000..57d4207bbf3 --- /dev/null +++ b/spanish/cpp/aspose.cells/deleteblankoptions/setdrawingsasblank/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::DeleteBlankOptions::SetDrawingsAsBlank method +linktitle: SetDrawingsAsBlank +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DeleteBlankOptions::SetDrawingsAsBlank method. Indicates whether drawing related objects such as picture, shape, chart... will be taken as blank. Default value is true in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/deleteblankoptions/setdrawingsasblank/ +--- +## DeleteBlankOptions::SetDrawingsAsBlank method + + +Indicates whether drawing related objects such as picture, shape, chart... will be taken as blank. Default value is true. + +```cpp +void Aspose::Cells::DeleteBlankOptions::SetDrawingsAsBlank(bool value) +``` + +## Remarks + + +When setting this property as false, all rows/columns covered by drawing objects will not be taken as blank and will not be deleted. +## See Also + +* Class [Vector](../../vector/) +* Class [DeleteBlankOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/deleteblankoptions/setemptyformulavalueasblank/_index.md b/spanish/cpp/aspose.cells/deleteblankoptions/setemptyformulavalueasblank/_index.md new file mode 100644 index 00000000000..6e6938c3b4f --- /dev/null +++ b/spanish/cpp/aspose.cells/deleteblankoptions/setemptyformulavalueasblank/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::DeleteBlankOptions::SetEmptyFormulaValueAsBlank method +linktitle: SetEmptyFormulaValueAsBlank +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DeleteBlankOptions::SetEmptyFormulaValueAsBlank method. Whether one cell will be taken as blank when it is a formula and the calculated result is null or empty string. Default value is false in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/deleteblankoptions/setemptyformulavalueasblank/ +--- +## DeleteBlankOptions::SetEmptyFormulaValueAsBlank method + + +Whether one cell will be taken as blank when it is a formula and the calculated result is null or empty string. Default value is false. + +```cpp +void Aspose::Cells::DeleteBlankOptions::SetEmptyFormulaValueAsBlank(bool value) +``` + +## Remarks + + +Generally user should make sure the formulas have been calculated before deleting operation with this property as true. Otherwise all newly cretaed formulas by normal apis such as Cell.Formula will be taken as blank and may be deleted because before calculation their calculated results are all null. +## See Also + +* Class [Vector](../../vector/) +* Class [DeleteBlankOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/deleteblankoptions/setemptystringasblank/_index.md b/spanish/cpp/aspose.cells/deleteblankoptions/setemptystringasblank/_index.md new file mode 100644 index 00000000000..9b7de152bc2 --- /dev/null +++ b/spanish/cpp/aspose.cells/deleteblankoptions/setemptystringasblank/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DeleteBlankOptions::SetEmptyStringAsBlank method +linktitle: SetEmptyStringAsBlank +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DeleteBlankOptions::SetEmptyStringAsBlank method. Indicates whether one cell will be taken as blank when its value is an empty string. Default value is true in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/deleteblankoptions/setemptystringasblank/ +--- +## DeleteBlankOptions::SetEmptyStringAsBlank method + + +Indicates whether one cell will be taken as blank when its value is an empty string. Default value is true. + +```cpp +void Aspose::Cells::DeleteBlankOptions::SetEmptyStringAsBlank(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DeleteBlankOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/deleteblankoptions/setendindex/_index.md b/spanish/cpp/aspose.cells/deleteblankoptions/setendindex/_index.md new file mode 100644 index 00000000000..efcf8c0cd59 --- /dev/null +++ b/spanish/cpp/aspose.cells/deleteblankoptions/setendindex/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DeleteBlankOptions::SetEndIndex method +linktitle: SetEndIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DeleteBlankOptions::SetEndIndex method. Specifies the end row/column index(inclusive) of the range to check and delete blank rows/columns. Default value is -1 and -1 means the maximum range of all objects(cells, drawings, ...) that need to be checked in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells/deleteblankoptions/setendindex/ +--- +## DeleteBlankOptions::SetEndIndex method + + +Specifies the end row/column index(inclusive) of the range to check and delete blank rows/columns. Default value is -1 and -1 means the maximum range of all objects(cells, drawings, ...) that need to be checked. + +```cpp +void Aspose::Cells::DeleteBlankOptions::SetEndIndex(int32_t value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DeleteBlankOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/deleteblankoptions/setmergedcellsshrinktype/_index.md b/spanish/cpp/aspose.cells/deleteblankoptions/setmergedcellsshrinktype/_index.md new file mode 100644 index 00000000000..4814ea6eae1 --- /dev/null +++ b/spanish/cpp/aspose.cells/deleteblankoptions/setmergedcellsshrinktype/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::DeleteBlankOptions::SetMergedCellsShrinkType method +linktitle: SetMergedCellsShrinkType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DeleteBlankOptions::SetMergedCellsShrinkType method. Indicates how to process merged cells when deleting blank rows/columns in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells/deleteblankoptions/setmergedcellsshrinktype/ +--- +## DeleteBlankOptions::SetMergedCellsShrinkType method + + +Indicates how to process merged cells when deleting blank rows/columns. + +```cpp +void Aspose::Cells::DeleteBlankOptions::SetMergedCellsShrinkType(MergedCellsShrinkType value) +``` + +## Remarks + + +For [MergedCellsShrinkType.KeepHeaderOnly](../../mergedcellsshrinktype/), all cells in it will be taken as blank except the non-blank top-left cell. It is the default value of this property. + + For [MergedCellsShrinkType.None](../../mergedcellsshrinktype/), all cells in it will be taken as non-blank. + + For [MergedCellsShrinkType.ShrinkToFit](../../mergedcellsshrinktype/), all cells outside the content display area will be taken as blank. + +## See Also + +* Class [Vector](../../vector/) +* Enum [MergedCellsShrinkType](../../mergedcellsshrinktype/) +* Class [DeleteBlankOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/deleteblankoptions/setstartindex/_index.md b/spanish/cpp/aspose.cells/deleteblankoptions/setstartindex/_index.md new file mode 100644 index 00000000000..b3e5b8d7597 --- /dev/null +++ b/spanish/cpp/aspose.cells/deleteblankoptions/setstartindex/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DeleteBlankOptions::SetStartIndex method +linktitle: SetStartIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DeleteBlankOptions::SetStartIndex method. Specifies the start row/column index of the range to check and delete blank row/column in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells/deleteblankoptions/setstartindex/ +--- +## DeleteBlankOptions::SetStartIndex method + + +Specifies the start row/column index of the range to check and delete blank row/column. + +```cpp +void Aspose::Cells::DeleteBlankOptions::SetStartIndex(int32_t value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DeleteBlankOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/deleteblankoptions/~deleteblankoptions/_index.md b/spanish/cpp/aspose.cells/deleteblankoptions/~deleteblankoptions/_index.md new file mode 100644 index 00000000000..350040d9962 --- /dev/null +++ b/spanish/cpp/aspose.cells/deleteblankoptions/~deleteblankoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::DeleteBlankOptions::~DeleteBlankOptions method +linktitle: ~DeleteBlankOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DeleteBlankOptions::~DeleteBlankOptions method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/deleteblankoptions/~deleteblankoptions/ +--- +## DeleteBlankOptions::~DeleteBlankOptions method + + +Destructor. + +```cpp +Aspose::Cells::DeleteBlankOptions::~DeleteBlankOptions() +``` + +## See Also + +* Class [DeleteBlankOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/deleteoptions/_impl/_index.md b/spanish/cpp/aspose.cells/deleteoptions/_impl/_index.md new file mode 100644 index 00000000000..aa7b1724b9e --- /dev/null +++ b/spanish/cpp/aspose.cells/deleteoptions/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::DeleteOptions::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DeleteOptions::_impl field. The implementation object in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/deleteoptions/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +DeleteOptions_Impl* Aspose::Cells::DeleteOptions::_impl +``` + +## See Also + +* Class [DeleteOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/deleteoptions/_index.md b/spanish/cpp/aspose.cells/deleteoptions/_index.md new file mode 100644 index 00000000000..4fd3c1f1a08 --- /dev/null +++ b/spanish/cpp/aspose.cells/deleteoptions/_index.md @@ -0,0 +1,42 @@ +--- +title: Aspose::Cells::DeleteOptions class +linktitle: DeleteOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DeleteOptions class. Represents the setting of deleting rows/columns in C++.' +type: docs +weight: 4900 +url: /es/cpp/aspose.cells/deleteoptions/ +--- +## DeleteOptions class + + +Represents the setting of deleting rows/columns. + +```cpp +class DeleteOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [DeleteOptions()](./deleteoptions/) | Default constructor. | +| [DeleteOptions(DeleteOptions_Impl* impl)](./deleteoptions/) | Constructs from an implementation object. | +| [DeleteOptions(const DeleteOptions\& src)](./deleteoptions/) | Copy constructor. | +| [GetFormulaChangeMonitor()](./getformulachangemonitor/) | Gets/sets the monitor for tracking changes caused by the deletion. | +| [GetUpdateReference()](./getupdatereference/) | Indicates if update references in other worksheets. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const DeleteOptions\& src)](./operator_asm/) | operator= | +| [SetFormulaChangeMonitor(AbstractFormulaChangeMonitor* value)](./setformulachangemonitor/) | Gets/sets the monitor for tracking changes caused by the deletion. | +| [SetUpdateReference(bool value)](./setupdatereference/) | Indicates if update references in other worksheets. | +| [~DeleteOptions()](./~deleteoptions/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/deleteoptions/deleteoptions/_index.md b/spanish/cpp/aspose.cells/deleteoptions/deleteoptions/_index.md new file mode 100644 index 00000000000..76180c31714 --- /dev/null +++ b/spanish/cpp/aspose.cells/deleteoptions/deleteoptions/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::DeleteOptions::DeleteOptions constructor +linktitle: DeleteOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DeleteOptions::DeleteOptions constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/deleteoptions/deleteoptions/ +--- +## DeleteOptions::DeleteOptions() constructor + + +Default constructor. + +```cpp +Aspose::Cells::DeleteOptions::DeleteOptions() +``` + +## See Also + +* Class [DeleteOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## DeleteOptions::DeleteOptions(DeleteOptions_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::DeleteOptions::DeleteOptions(DeleteOptions_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DeleteOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## DeleteOptions::DeleteOptions(const DeleteOptions\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::DeleteOptions::DeleteOptions(const DeleteOptions &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DeleteOptions](../) +* Class [DeleteOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/deleteoptions/getformulachangemonitor/_index.md b/spanish/cpp/aspose.cells/deleteoptions/getformulachangemonitor/_index.md new file mode 100644 index 00000000000..6d47277409d --- /dev/null +++ b/spanish/cpp/aspose.cells/deleteoptions/getformulachangemonitor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DeleteOptions::GetFormulaChangeMonitor method +linktitle: GetFormulaChangeMonitor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DeleteOptions::GetFormulaChangeMonitor method. Gets/sets the monitor for tracking changes caused by the deletion in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/deleteoptions/getformulachangemonitor/ +--- +## DeleteOptions::GetFormulaChangeMonitor method + + +Gets/sets the monitor for tracking changes caused by the deletion. + +```cpp +AbstractFormulaChangeMonitor * Aspose::Cells::DeleteOptions::GetFormulaChangeMonitor() +``` + +## See Also + +* Class [AbstractFormulaChangeMonitor](../../abstractformulachangemonitor/) +* Class [DeleteOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/deleteoptions/getupdatereference/_index.md b/spanish/cpp/aspose.cells/deleteoptions/getupdatereference/_index.md new file mode 100644 index 00000000000..07e059cbc50 --- /dev/null +++ b/spanish/cpp/aspose.cells/deleteoptions/getupdatereference/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DeleteOptions::GetUpdateReference method +linktitle: GetUpdateReference +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DeleteOptions::GetUpdateReference method. Indicates if update references in other worksheets in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/deleteoptions/getupdatereference/ +--- +## DeleteOptions::GetUpdateReference method + + +Indicates if update references in other worksheets. + +```cpp +bool Aspose::Cells::DeleteOptions::GetUpdateReference() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DeleteOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/deleteoptions/isnull/_index.md b/spanish/cpp/aspose.cells/deleteoptions/isnull/_index.md new file mode 100644 index 00000000000..690e847cb3a --- /dev/null +++ b/spanish/cpp/aspose.cells/deleteoptions/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::DeleteOptions::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DeleteOptions::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/deleteoptions/isnull/ +--- +## DeleteOptions::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::DeleteOptions::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [DeleteOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/deleteoptions/operator_asm/_index.md b/spanish/cpp/aspose.cells/deleteoptions/operator_asm/_index.md new file mode 100644 index 00000000000..63f413aaed8 --- /dev/null +++ b/spanish/cpp/aspose.cells/deleteoptions/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::DeleteOptions::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DeleteOptions::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/deleteoptions/operator_asm/ +--- +## DeleteOptions::operator= method + + +operator= + +```cpp +DeleteOptions & Aspose::Cells::DeleteOptions::operator=(const DeleteOptions &src) +``` + +## See Also + +* Class [DeleteOptions](../) +* Class [Vector](../../vector/) +* Class [DeleteOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/deleteoptions/operator_bool/_index.md b/spanish/cpp/aspose.cells/deleteoptions/operator_bool/_index.md new file mode 100644 index 00000000000..d6f9985528b --- /dev/null +++ b/spanish/cpp/aspose.cells/deleteoptions/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::DeleteOptions::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DeleteOptions::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/deleteoptions/operator_bool/ +--- +## DeleteOptions::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::DeleteOptions::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [DeleteOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/deleteoptions/setformulachangemonitor/_index.md b/spanish/cpp/aspose.cells/deleteoptions/setformulachangemonitor/_index.md new file mode 100644 index 00000000000..bf793981f8f --- /dev/null +++ b/spanish/cpp/aspose.cells/deleteoptions/setformulachangemonitor/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::DeleteOptions::SetFormulaChangeMonitor method +linktitle: SetFormulaChangeMonitor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DeleteOptions::SetFormulaChangeMonitor method. Gets/sets the monitor for tracking changes caused by the deletion in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/deleteoptions/setformulachangemonitor/ +--- +## DeleteOptions::SetFormulaChangeMonitor method + + +Gets/sets the monitor for tracking changes caused by the deletion. + +```cpp +void Aspose::Cells::DeleteOptions::SetFormulaChangeMonitor(AbstractFormulaChangeMonitor *value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [AbstractFormulaChangeMonitor](../../abstractformulachangemonitor/) +* Class [DeleteOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/deleteoptions/setupdatereference/_index.md b/spanish/cpp/aspose.cells/deleteoptions/setupdatereference/_index.md new file mode 100644 index 00000000000..e486f6de9f8 --- /dev/null +++ b/spanish/cpp/aspose.cells/deleteoptions/setupdatereference/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DeleteOptions::SetUpdateReference method +linktitle: SetUpdateReference +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DeleteOptions::SetUpdateReference method. Indicates if update references in other worksheets in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/deleteoptions/setupdatereference/ +--- +## DeleteOptions::SetUpdateReference method + + +Indicates if update references in other worksheets. + +```cpp +void Aspose::Cells::DeleteOptions::SetUpdateReference(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DeleteOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/deleteoptions/~deleteoptions/_index.md b/spanish/cpp/aspose.cells/deleteoptions/~deleteoptions/_index.md new file mode 100644 index 00000000000..66f32d7bde3 --- /dev/null +++ b/spanish/cpp/aspose.cells/deleteoptions/~deleteoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::DeleteOptions::~DeleteOptions method +linktitle: ~DeleteOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DeleteOptions::~DeleteOptions method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/deleteoptions/~deleteoptions/ +--- +## DeleteOptions::~DeleteOptions method + + +Destructor. + +```cpp +Aspose::Cells::DeleteOptions::~DeleteOptions() +``` + +## See Also + +* Class [DeleteOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/difsaveoptions/_impl/_index.md b/spanish/cpp/aspose.cells/difsaveoptions/_impl/_index.md new file mode 100644 index 00000000000..411f0830b1c --- /dev/null +++ b/spanish/cpp/aspose.cells/difsaveoptions/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::DifSaveOptions::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DifSaveOptions::_impl field. The implementation object in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/difsaveoptions/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +DifSaveOptions_Impl* Aspose::Cells::DifSaveOptions::_impl +``` + +## See Also + +* Class [DifSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/difsaveoptions/_index.md b/spanish/cpp/aspose.cells/difsaveoptions/_index.md new file mode 100644 index 00000000000..1a5b1be4595 --- /dev/null +++ b/spanish/cpp/aspose.cells/difsaveoptions/_index.md @@ -0,0 +1,70 @@ +--- +title: Aspose::Cells::DifSaveOptions class +linktitle: DifSaveOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DifSaveOptions class. Represents the options of saving dif file in C++.' +type: docs +weight: 5000 +url: /es/cpp/aspose.cells/difsaveoptions/ +--- +## DifSaveOptions class + + +Represents the options of saving dif file. + +```cpp +class DifSaveOptions : public Aspose::Cells::SaveOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [DifSaveOptions()](./difsaveoptions/) | Creates the options for saving DIF file. | +| [DifSaveOptions(DifSaveOptions_Impl* impl)](./difsaveoptions/) | Constructs from an implementation object. | +| [DifSaveOptions(const DifSaveOptions\& src)](./difsaveoptions/) | Copy constructor. | +| [DifSaveOptions(const SaveOptions\& src)](./difsaveoptions/) | Constructs from a parent object. | +| [GetCachedFileFolder()](../saveoptions/getcachedfilefolder/) | The folder for temporary files that may be used as data cache. | +| [GetCheckExcelRestriction()](../saveoptions/getcheckexcelrestriction/) | Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K, it will be truncated. | +| [GetClearData()](../saveoptions/getcleardata/) | Make the workbook empty after saving the file. | +| [GetCreateDirectory()](../saveoptions/getcreatedirectory/) | If true and the directory does not exist, the directory will be automatically created before saving the file. | +| [GetEncryptDocumentProperties()](../saveoptions/getencryptdocumentproperties/) | Indicates whether encrypt document properties when saving as .xls file. The default value is true. | +| [GetMergeAreas()](../saveoptions/getmergeareas/) | Indicates whether merge the areas of conditional formatting and validation before saving the file. | +| [GetRefreshChartCache()](../saveoptions/getrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | +| [GetSaveFormat()](../saveoptions/getsaveformat/) | Gets the save file format. | +| [GetSortExternalNames()](../saveoptions/getsortexternalnames/) | Indicates whether sorting external defined names before saving file. | +| [GetSortNames()](../saveoptions/getsortnames/) | Indicates whether sorting defined names before saving file. | +| [GetUpdateSmartArt()](../saveoptions/getupdatesmartart/) | Indicates whether updating smart art setting. The default value is false. | +| [GetValidateMergedAreas()](../saveoptions/getvalidatemergedareas/) | Indicates whether validate merged cells before saving the file. | +| [GetWarningCallback()](../saveoptions/getwarningcallback/) | Gets or sets warning callback. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const DifSaveOptions\& src)](./operator_asm/) | operator= | +| [operator=(const SaveOptions\& src)](../saveoptions/operator_asm/) | operator= | +| [SaveOptions(SaveOptions_Impl* impl)](../saveoptions/saveoptions/) | Constructs from an implementation object. | +| [SaveOptions(const SaveOptions\& src)](../saveoptions/saveoptions/) | Copy constructor. | +| [SetCachedFileFolder(const U16String\& value)](../saveoptions/setcachedfilefolder/) | The folder for temporary files that may be used as data cache. | +| [SetCachedFileFolder(const char16_t* value)](../saveoptions/setcachedfilefolder/) | The folder for temporary files that may be used as data cache. | +| [SetCheckExcelRestriction(bool value)](../saveoptions/setcheckexcelrestriction/) | Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K, it will be truncated. | +| [SetClearData(bool value)](../saveoptions/setcleardata/) | Make the workbook empty after saving the file. | +| [SetCreateDirectory(bool value)](../saveoptions/setcreatedirectory/) | If true and the directory does not exist, the directory will be automatically created before saving the file. | +| [SetEncryptDocumentProperties(bool value)](../saveoptions/setencryptdocumentproperties/) | Indicates whether encrypt document properties when saving as .xls file. The default value is true. | +| [SetMergeAreas(bool value)](../saveoptions/setmergeareas/) | Indicates whether merge the areas of conditional formatting and validation before saving the file. | +| [SetRefreshChartCache(bool value)](../saveoptions/setrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | +| [SetSortExternalNames(bool value)](../saveoptions/setsortexternalnames/) | Indicates whether sorting external defined names before saving file. | +| [SetSortNames(bool value)](../saveoptions/setsortnames/) | Indicates whether sorting defined names before saving file. | +| [SetUpdateSmartArt(bool value)](../saveoptions/setupdatesmartart/) | Indicates whether updating smart art setting. The default value is false. | +| [SetValidateMergedAreas(bool value)](../saveoptions/setvalidatemergedareas/) | Indicates whether validate merged cells before saving the file. | +| [SetWarningCallback(IWarningCallback* value)](../saveoptions/setwarningcallback/) | Gets or sets warning callback. | +| [~DifSaveOptions()](./~difsaveoptions/) | Destructor. | +| [~SaveOptions()](../saveoptions/~saveoptions/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [SaveOptions](../saveoptions/) +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/difsaveoptions/difsaveoptions/_index.md b/spanish/cpp/aspose.cells/difsaveoptions/difsaveoptions/_index.md new file mode 100644 index 00000000000..3b6cc37e502 --- /dev/null +++ b/spanish/cpp/aspose.cells/difsaveoptions/difsaveoptions/_index.md @@ -0,0 +1,70 @@ +--- +title: Aspose::Cells::DifSaveOptions::DifSaveOptions constructor +linktitle: DifSaveOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DifSaveOptions::DifSaveOptions constructor. Creates the options for saving DIF file in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/difsaveoptions/difsaveoptions/ +--- +## DifSaveOptions::DifSaveOptions() constructor + + +Creates the options for saving DIF file. + +```cpp +Aspose::Cells::DifSaveOptions::DifSaveOptions() +``` + +## See Also + +* Class [DifSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## DifSaveOptions::DifSaveOptions(DifSaveOptions_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::DifSaveOptions::DifSaveOptions(DifSaveOptions_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DifSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## DifSaveOptions::DifSaveOptions(const DifSaveOptions\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::DifSaveOptions::DifSaveOptions(const DifSaveOptions &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DifSaveOptions](../) +* Class [DifSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## DifSaveOptions::DifSaveOptions(const SaveOptions\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::DifSaveOptions::DifSaveOptions(const SaveOptions &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [SaveOptions](../../saveoptions/) +* Class [DifSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/difsaveoptions/isnull/_index.md b/spanish/cpp/aspose.cells/difsaveoptions/isnull/_index.md new file mode 100644 index 00000000000..c6713eaa68d --- /dev/null +++ b/spanish/cpp/aspose.cells/difsaveoptions/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::DifSaveOptions::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DifSaveOptions::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/difsaveoptions/isnull/ +--- +## DifSaveOptions::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::DifSaveOptions::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [DifSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/difsaveoptions/operator_asm/_index.md b/spanish/cpp/aspose.cells/difsaveoptions/operator_asm/_index.md new file mode 100644 index 00000000000..e8c7d8a23bd --- /dev/null +++ b/spanish/cpp/aspose.cells/difsaveoptions/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::DifSaveOptions::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DifSaveOptions::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/difsaveoptions/operator_asm/ +--- +## DifSaveOptions::operator= method + + +operator= + +```cpp +DifSaveOptions & Aspose::Cells::DifSaveOptions::operator=(const DifSaveOptions &src) +``` + +## See Also + +* Class [DifSaveOptions](../) +* Class [Vector](../../vector/) +* Class [DifSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/difsaveoptions/operator_bool/_index.md b/spanish/cpp/aspose.cells/difsaveoptions/operator_bool/_index.md new file mode 100644 index 00000000000..d8667832d44 --- /dev/null +++ b/spanish/cpp/aspose.cells/difsaveoptions/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::DifSaveOptions::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DifSaveOptions::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/difsaveoptions/operator_bool/ +--- +## DifSaveOptions::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::DifSaveOptions::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [DifSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/difsaveoptions/~difsaveoptions/_index.md b/spanish/cpp/aspose.cells/difsaveoptions/~difsaveoptions/_index.md new file mode 100644 index 00000000000..2cb5479d085 --- /dev/null +++ b/spanish/cpp/aspose.cells/difsaveoptions/~difsaveoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::DifSaveOptions::~DifSaveOptions method +linktitle: ~DifSaveOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DifSaveOptions::~DifSaveOptions method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/difsaveoptions/~difsaveoptions/ +--- +## DifSaveOptions::~DifSaveOptions method + + +Destructor. + +```cpp +Aspose::Cells::DifSaveOptions::~DifSaveOptions() +``` + +## See Also + +* Class [DifSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/directorytype/_index.md b/spanish/cpp/aspose.cells/directorytype/_index.md new file mode 100644 index 00000000000..c7df8ee9f6c --- /dev/null +++ b/spanish/cpp/aspose.cells/directorytype/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Cells::DirectoryType enum +linktitle: DirectoryType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DirectoryType enum. Represents the directory type of the file name in C++.' +type: docs +weight: 20100 +url: /es/cpp/aspose.cells/directorytype/ +--- +## DirectoryType enum + + +Represents the directory type of the file name. + +```cpp +enum class DirectoryType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Volume | 0 |
Represents an MS-DOS drive letter. It is followed by the drive letter. Or UNC file names, such as \server\share\myfile.xls. | +| SameVolume | 1 |
Indicates that the source workbook is on the same drive as the dependent workbook (the drive letter is omitted) | +| DownDirectory | 2 |
Indicates that the source workbook is in a subdirectory of the current directory. | +| UpDirectory | 3 |
Indicates that the source workbook is in the parent directory of the current directory. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/displaydrawingobjects/_index.md b/spanish/cpp/aspose.cells/displaydrawingobjects/_index.md new file mode 100644 index 00000000000..ac66c3ab508 --- /dev/null +++ b/spanish/cpp/aspose.cells/displaydrawingobjects/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::DisplayDrawingObjects enum +linktitle: DisplayDrawingObjects +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DisplayDrawingObjects enum. Represents whether and how to show objects in the workbook in C++.' +type: docs +weight: 20200 +url: /es/cpp/aspose.cells/displaydrawingobjects/ +--- +## DisplayDrawingObjects enum + + +Represents whether and how to show objects in the workbook. + +```cpp +enum class DisplayDrawingObjects +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| DisplayShapes | 0 |
Show all objects. | +| Placeholders | 1 |
Show placeholders. | +| Hide | 2 |
Hide all shapes. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/docxsaveoptions/_impl/_index.md b/spanish/cpp/aspose.cells/docxsaveoptions/_impl/_index.md new file mode 100644 index 00000000000..f5ee7c681a4 --- /dev/null +++ b/spanish/cpp/aspose.cells/docxsaveoptions/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::DocxSaveOptions::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DocxSaveOptions::_impl field. The implementation object in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells/docxsaveoptions/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +DocxSaveOptions_Impl* Aspose::Cells::DocxSaveOptions::_impl +``` + +## See Also + +* Class [DocxSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/docxsaveoptions/_index.md b/spanish/cpp/aspose.cells/docxsaveoptions/_index.md new file mode 100644 index 00000000000..56c895834a2 --- /dev/null +++ b/spanish/cpp/aspose.cells/docxsaveoptions/_index.md @@ -0,0 +1,129 @@ +--- +title: Aspose::Cells::DocxSaveOptions class +linktitle: DocxSaveOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DocxSaveOptions class. Represents options of saving .docx file in C++.' +type: docs +weight: 5100 +url: /es/cpp/aspose.cells/docxsaveoptions/ +--- +## DocxSaveOptions class + + +Represents options of saving .docx file. + +```cpp +class DocxSaveOptions : public Aspose::Cells::PaginatedSaveOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [DocxSaveOptions()](./docxsaveoptions/) | Represents options of saving .docx file. | +| explicit [DocxSaveOptions(bool saveAsImage)](./docxsaveoptions/) | Represents options of saving .docx file. | +| [DocxSaveOptions(DocxSaveOptions_Impl* impl)](./docxsaveoptions/) | Constructs from an implementation object. | +| [DocxSaveOptions(const DocxSaveOptions\& src)](./docxsaveoptions/) | Copy constructor. | +| [DocxSaveOptions(const PaginatedSaveOptions\& src)](./docxsaveoptions/) | Constructs from a parent object. | +| [GetAllColumnsInOnePagePerSheet()](../paginatedsaveoptions/getallcolumnsinonepagepersheet/) | If AllColumnsInOnePagePerSheet is true , all column content of one sheet will output to only one page in result. The width of paper size of pagesetup will be ignored, and the other settings of pagesetup will still take effect. | +| [GetAsFlatOpc()](./getasflatopc/) | Indicates whether saving as a flat opc file which can be generated by Open XML SDK. | +| [GetAsNormalView()](./getasnormalview/) | Exporting Excel file to docx fiel as normal view. If this property is true , one Area will be output, and no scale will take effect. The default value is false. | +| [GetCachedFileFolder()](../saveoptions/getcachedfilefolder/) | The folder for temporary files that may be used as data cache. | +| [GetCheckExcelRestriction()](../saveoptions/getcheckexcelrestriction/) | Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K, it will be truncated. | +| [GetCheckFontCompatibility()](../paginatedsaveoptions/getcheckfontcompatibility/) | Indicates whether to check font compatibility for every character in text. | +| [GetCheckWorkbookDefaultFont()](../paginatedsaveoptions/getcheckworkbookdefaultfont/) | When characters in the Excel are Unicode and not be set with correct font in cell style, They may appear as block in pdf,image. Set this to true to try to use workbook's default font to show these characters first. | +| [GetClearData()](../saveoptions/getcleardata/) | Make the workbook empty after saving the file. | +| [GetCreateDirectory()](../saveoptions/getcreatedirectory/) | If true and the directory does not exist, the directory will be automatically created before saving the file. | +| [GetCustomRenderSettings()](../paginatedsaveoptions/getcustomrendersettings/) | Gets or sets custom settings during rendering. | +| [GetDefaultEditLanguage()](../paginatedsaveoptions/getdefaulteditlanguage/) | Gets or sets default edit language. | +| [GetDefaultFont()](../paginatedsaveoptions/getdefaultfont/) | When characters in the Excel are Unicode and not be set with correct font in cell style, They may appear as block in pdf,image. Set the DefaultFont such as MingLiu or MS Gothic to show these characters. If this property is not set, [Aspose.Cells](../) will use system default font to show these unicode characters. | +| [GetDrawObjectEventHandler()](../paginatedsaveoptions/getdrawobjecteventhandler/) | Implements this interface to get DrawObject and Bound when rendering. | +| [GetEmbedXlsxAsChartDataSource()](./getembedxlsxaschartdatasource/) | Indicates whether embedding an xlsx file as data source of the chart. | +| [GetEmfRenderSetting()](../paginatedsaveoptions/getemfrendersetting/) | Setting for rendering Emf metafile. | +| [GetEncryptDocumentProperties()](../saveoptions/getencryptdocumentproperties/) | Indicates whether encrypt document properties when saving as .xls file. The default value is true. | +| [GetGridlineColor()](../paginatedsaveoptions/getgridlinecolor/) | Gets or sets gridline color. | +| [GetGridlineType()](../paginatedsaveoptions/getgridlinetype/) | Gets or sets gridline type. | +| [GetIgnoreError()](../paginatedsaveoptions/getignoreerror/) | Indicates if you need to hide the error while rendering. The error can be error in shape, image, chart rendering, etc. | +| [GetMergeAreas()](../saveoptions/getmergeareas/) | Indicates whether merge the areas of conditional formatting and validation before saving the file. | +| [GetOnePagePerSheet()](../paginatedsaveoptions/getonepagepersheet/) | If OnePagePerSheet is true , all content of one sheet will output to only one page in result. The paper size of pagesetup will be invalid, and the other settings of pagesetup will still take effect. | +| [GetOutputBlankPageWhenNothingToPrint()](../paginatedsaveoptions/getoutputblankpagewhennothingtoprint/) | Indicates whether to output a blank page when there is nothing to print. | +| [GetPageCount()](../paginatedsaveoptions/getpagecount/) | Gets or sets the number of pages to save. | +| [GetPageIndex()](../paginatedsaveoptions/getpageindex/) | Gets or sets the 0-based index of the first page to save. | +| [GetPageSavingCallback()](../paginatedsaveoptions/getpagesavingcallback/) | Control/Indicate progress of page saving process. | +| [GetPrintingPageType()](../paginatedsaveoptions/getprintingpagetype/) | Indicates which pages will not be printed. | +| [GetRefreshChartCache()](../saveoptions/getrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | +| [GetSaveAsEditableShapes()](./getsaveaseditableshapes/) | Save all drawing objects as editable shapes in the word file, so you can edit them in Word. | +| [GetSaveAsEditableShaps()](./getsaveaseditableshaps/) | **(Deprecated)** Save all drawing objecgts as editable shapes in word file.So you can edit them in Word. | +| [GetSaveElementType()](./getsaveelementtype/) | Indicates which elements should be saved. | +| [GetSaveFormat()](../saveoptions/getsaveformat/) | Gets the save file format. | +| [GetSheetSet()](../paginatedsaveoptions/getsheetset/) | Gets or sets the sheets to render. Default is all visible sheets in the workbook: Aspose.Cells.Rendering.SheetSet.Visible. | +| [GetSortExternalNames()](../saveoptions/getsortexternalnames/) | Indicates whether sorting external defined names before saving file. | +| [GetSortNames()](../saveoptions/getsortnames/) | Indicates whether sorting defined names before saving file. | +| [GetTextCrossType()](../paginatedsaveoptions/gettextcrosstype/) | Gets or sets displaying text type when the text width is larger than cell width. | +| [GetUpdateSmartArt()](../saveoptions/getupdatesmartart/) | Indicates whether updating smart art setting. The default value is false. | +| [GetValidateMergedAreas()](../saveoptions/getvalidatemergedareas/) | Indicates whether validate merged cells before saving the file. | +| [GetWarningCallback()](../saveoptions/getwarningcallback/) | Gets or sets warning callback. | +| [IsFontSubstitutionCharGranularity()](../paginatedsaveoptions/isfontsubstitutionchargranularity/) | Indicates whether to only substitute the font of character when the cell font is not compatibility for it. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const DocxSaveOptions\& src)](./operator_asm/) | operator= | +| [operator=(const PaginatedSaveOptions\& src)](../paginatedsaveoptions/operator_asm/) | operator= | +| [operator=(const SaveOptions\& src)](../saveoptions/operator_asm/) | operator= | +| [PaginatedSaveOptions(PaginatedSaveOptions_Impl* impl)](../paginatedsaveoptions/paginatedsaveoptions/) | Constructs from an implementation object. | +| [PaginatedSaveOptions(const PaginatedSaveOptions\& src)](../paginatedsaveoptions/paginatedsaveoptions/) | Copy constructor. | +| [PaginatedSaveOptions(const SaveOptions\& src)](../paginatedsaveoptions/paginatedsaveoptions/) | Constructs from a parent object. | +| [SaveOptions(SaveOptions_Impl* impl)](../saveoptions/saveoptions/) | Constructs from an implementation object. | +| [SaveOptions(const SaveOptions\& src)](../saveoptions/saveoptions/) | Copy constructor. | +| [SetAllColumnsInOnePagePerSheet(bool value)](../paginatedsaveoptions/setallcolumnsinonepagepersheet/) | If AllColumnsInOnePagePerSheet is true , all column content of one sheet will output to only one page in result. The width of paper size of pagesetup will be ignored, and the other settings of pagesetup will still take effect. | +| [SetAsFlatOpc(bool value)](./setasflatopc/) | Indicates whether saving as a flat opc file which can be generated by Open XML SDK. | +| [SetAsNormalView(bool value)](./setasnormalview/) | Exporting Excel file to docx fiel as normal view. If this property is true , one Area will be output, and no scale will take effect. The default value is false. | +| [SetCachedFileFolder(const U16String\& value)](../saveoptions/setcachedfilefolder/) | The folder for temporary files that may be used as data cache. | +| [SetCachedFileFolder(const char16_t* value)](../saveoptions/setcachedfilefolder/) | The folder for temporary files that may be used as data cache. | +| [SetCheckExcelRestriction(bool value)](../saveoptions/setcheckexcelrestriction/) | Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K, it will be truncated. | +| [SetCheckFontCompatibility(bool value)](../paginatedsaveoptions/setcheckfontcompatibility/) | Indicates whether to check font compatibility for every character in text. | +| [SetCheckWorkbookDefaultFont(bool value)](../paginatedsaveoptions/setcheckworkbookdefaultfont/) | When characters in the Excel are Unicode and not be set with correct font in cell style, They may appear as block in pdf,image. Set this to true to try to use workbook's default font to show these characters first. | +| [SetClearData(bool value)](../saveoptions/setcleardata/) | Make the workbook empty after saving the file. | +| [SetCreateDirectory(bool value)](../saveoptions/setcreatedirectory/) | If true and the directory does not exist, the directory will be automatically created before saving the file. | +| [SetCustomRenderSettings(const CustomRenderSettings\& value)](../paginatedsaveoptions/setcustomrendersettings/) | Gets or sets custom settings during rendering. | +| [SetDefaultEditLanguage(DefaultEditLanguage value)](../paginatedsaveoptions/setdefaulteditlanguage/) | Gets or sets default edit language. | +| [SetDefaultFont(const U16String\& value)](../paginatedsaveoptions/setdefaultfont/) | When characters in the Excel are Unicode and not be set with correct font in cell style, They may appear as block in pdf,image. Set the DefaultFont such as MingLiu or MS Gothic to show these characters. If this property is not set, [Aspose.Cells](../) will use system default font to show these unicode characters. | +| [SetDefaultFont(const char16_t* value)](../paginatedsaveoptions/setdefaultfont/) | When characters in the Excel are Unicode and not be set with correct font in cell style, They may appear as block in pdf,image. Set the DefaultFont such as MingLiu or MS Gothic to show these characters. If this property is not set, [Aspose.Cells](../) will use system default font to show these unicode characters. | +| [SetDrawObjectEventHandler(DrawObjectEventHandler* value)](../paginatedsaveoptions/setdrawobjecteventhandler/) | Implements this interface to get DrawObject and Bound when rendering. | +| [SetEmbedXlsxAsChartDataSource(bool value)](./setembedxlsxaschartdatasource/) | Indicates whether embedding an xlsx file as data source of the chart. | +| [SetEmfRenderSetting(EmfRenderSetting value)](../paginatedsaveoptions/setemfrendersetting/) | Setting for rendering Emf metafile. | +| [SetEncryptDocumentProperties(bool value)](../saveoptions/setencryptdocumentproperties/) | Indicates whether encrypt document properties when saving as .xls file. The default value is true. | +| [SetGridlineColor(const Aspose::Cells::Color\& value)](../paginatedsaveoptions/setgridlinecolor/) | Gets or sets gridline color. | +| [SetGridlineType(GridlineType value)](../paginatedsaveoptions/setgridlinetype/) | Gets or sets gridline type. | +| [SetIgnoreError(bool value)](../paginatedsaveoptions/setignoreerror/) | Indicates if you need to hide the error while rendering. The error can be error in shape, image, chart rendering, etc. | +| [SetIsFontSubstitutionCharGranularity(bool value)](../paginatedsaveoptions/setisfontsubstitutionchargranularity/) | Indicates whether to only substitute the font of character when the cell font is not compatibility for it. | +| [SetMergeAreas(bool value)](../saveoptions/setmergeareas/) | Indicates whether merge the areas of conditional formatting and validation before saving the file. | +| [SetOnePagePerSheet(bool value)](../paginatedsaveoptions/setonepagepersheet/) | If OnePagePerSheet is true , all content of one sheet will output to only one page in result. The paper size of pagesetup will be invalid, and the other settings of pagesetup will still take effect. | +| [SetOutputBlankPageWhenNothingToPrint(bool value)](../paginatedsaveoptions/setoutputblankpagewhennothingtoprint/) | Indicates whether to output a blank page when there is nothing to print. | +| [SetPageCount(int32_t value)](../paginatedsaveoptions/setpagecount/) | Gets or sets the number of pages to save. | +| [SetPageIndex(int32_t value)](../paginatedsaveoptions/setpageindex/) | Gets or sets the 0-based index of the first page to save. | +| [SetPageSavingCallback(IPageSavingCallback* value)](../paginatedsaveoptions/setpagesavingcallback/) | Control/Indicate progress of page saving process. | +| [SetPrintingPageType(PrintingPageType value)](../paginatedsaveoptions/setprintingpagetype/) | Indicates which pages will not be printed. | +| [SetRefreshChartCache(bool value)](../saveoptions/setrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | +| [SetSaveAsEditableShapes(bool value)](./setsaveaseditableshapes/) | Save all drawing objects as editable shapes in the word file, so you can edit them in Word. | +| [SetSaveAsEditableShaps(bool value)](./setsaveaseditableshaps/) | **(Deprecated)** Save all drawing objecgts as editable shapes in word file.So you can edit them in Word. | +| [SetSaveElementType(SaveElementType value)](./setsaveelementtype/) | Indicates which elements should be saved. | +| [SetSheetSet(const SheetSet\& value)](../paginatedsaveoptions/setsheetset/) | Gets or sets the sheets to render. Default is all visible sheets in the workbook: Aspose.Cells.Rendering.SheetSet.Visible. | +| [SetSortExternalNames(bool value)](../saveoptions/setsortexternalnames/) | Indicates whether sorting external defined names before saving file. | +| [SetSortNames(bool value)](../saveoptions/setsortnames/) | Indicates whether sorting defined names before saving file. | +| [SetTextCrossType(TextCrossType value)](../paginatedsaveoptions/settextcrosstype/) | Gets or sets displaying text type when the text width is larger than cell width. | +| [SetUpdateSmartArt(bool value)](../saveoptions/setupdatesmartart/) | Indicates whether updating smart art setting. The default value is false. | +| [SetValidateMergedAreas(bool value)](../saveoptions/setvalidatemergedareas/) | Indicates whether validate merged cells before saving the file. | +| [SetWarningCallback(IWarningCallback* value)](../saveoptions/setwarningcallback/) | Gets or sets warning callback. | +| [~DocxSaveOptions()](./~docxsaveoptions/) | Destructor. | +| [~PaginatedSaveOptions()](../paginatedsaveoptions/~paginatedsaveoptions/) | Destructor. | +| [~SaveOptions()](../saveoptions/~saveoptions/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [PaginatedSaveOptions](../paginatedsaveoptions/) +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/docxsaveoptions/docxsaveoptions/_index.md b/spanish/cpp/aspose.cells/docxsaveoptions/docxsaveoptions/_index.md new file mode 100644 index 00000000000..747108364e7 --- /dev/null +++ b/spanish/cpp/aspose.cells/docxsaveoptions/docxsaveoptions/_index.md @@ -0,0 +1,90 @@ +--- +title: Aspose::Cells::DocxSaveOptions::DocxSaveOptions constructor +linktitle: DocxSaveOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DocxSaveOptions::DocxSaveOptions constructor. Represents options of saving .docx file in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/docxsaveoptions/docxsaveoptions/ +--- +## DocxSaveOptions::DocxSaveOptions() constructor + + +Represents options of saving .docx file. + +```cpp +Aspose::Cells::DocxSaveOptions::DocxSaveOptions() +``` + +## See Also + +* Class [DocxSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## DocxSaveOptions::DocxSaveOptions(bool) constructor + + +Represents options of saving .docx file. + +```cpp +Aspose::Cells::DocxSaveOptions::DocxSaveOptions(bool saveAsImage) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| saveAsImage | bool | If True, the workbook will be converted into some pictures of .docx file. If False, the workbook will be converted into some tables of .docx file. | + +## See Also + +* Class [Vector](../../vector/) +* Class [DocxSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## DocxSaveOptions::DocxSaveOptions(DocxSaveOptions_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::DocxSaveOptions::DocxSaveOptions(DocxSaveOptions_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DocxSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## DocxSaveOptions::DocxSaveOptions(const DocxSaveOptions\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::DocxSaveOptions::DocxSaveOptions(const DocxSaveOptions &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DocxSaveOptions](../) +* Class [DocxSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## DocxSaveOptions::DocxSaveOptions(const PaginatedSaveOptions\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::DocxSaveOptions::DocxSaveOptions(const PaginatedSaveOptions &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [PaginatedSaveOptions](../../paginatedsaveoptions/) +* Class [DocxSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/docxsaveoptions/getasflatopc/_index.md b/spanish/cpp/aspose.cells/docxsaveoptions/getasflatopc/_index.md new file mode 100644 index 00000000000..1bd26e73193 --- /dev/null +++ b/spanish/cpp/aspose.cells/docxsaveoptions/getasflatopc/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DocxSaveOptions::GetAsFlatOpc method +linktitle: GetAsFlatOpc +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DocxSaveOptions::GetAsFlatOpc method. Indicates whether saving as a flat opc file which can be generated by Open XML SDK in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/docxsaveoptions/getasflatopc/ +--- +## DocxSaveOptions::GetAsFlatOpc method + + +Indicates whether saving as a flat opc file which can be generated by Open XML SDK. + +```cpp +bool Aspose::Cells::DocxSaveOptions::GetAsFlatOpc() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DocxSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/docxsaveoptions/getasnormalview/_index.md b/spanish/cpp/aspose.cells/docxsaveoptions/getasnormalview/_index.md new file mode 100644 index 00000000000..77d7f9f4cc7 --- /dev/null +++ b/spanish/cpp/aspose.cells/docxsaveoptions/getasnormalview/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DocxSaveOptions::GetAsNormalView method +linktitle: GetAsNormalView +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DocxSaveOptions::GetAsNormalView method. Exporting Excel file to docx fiel as normal view. If this property is true , one Area will be output, and no scale will take effect. The default value is false in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells/docxsaveoptions/getasnormalview/ +--- +## DocxSaveOptions::GetAsNormalView method + + +Exporting Excel file to docx fiel as normal view. If this property is true , one Area will be output, and no scale will take effect. The default value is false. + +```cpp +bool Aspose::Cells::DocxSaveOptions::GetAsNormalView() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DocxSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/docxsaveoptions/getembedxlsxaschartdatasource/_index.md b/spanish/cpp/aspose.cells/docxsaveoptions/getembedxlsxaschartdatasource/_index.md new file mode 100644 index 00000000000..1dc44edb92f --- /dev/null +++ b/spanish/cpp/aspose.cells/docxsaveoptions/getembedxlsxaschartdatasource/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::DocxSaveOptions::GetEmbedXlsxAsChartDataSource method +linktitle: GetEmbedXlsxAsChartDataSource +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DocxSaveOptions::GetEmbedXlsxAsChartDataSource method. Indicates whether embedding an xlsx file as data source of the chart in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/docxsaveoptions/getembedxlsxaschartdatasource/ +--- +## DocxSaveOptions::GetEmbedXlsxAsChartDataSource method + + +Indicates whether embedding an xlsx file as data source of the chart. + +```cpp +bool Aspose::Cells::DocxSaveOptions::GetEmbedXlsxAsChartDataSource() +``` + +## Remarks + + +The default value is true. +## See Also + +* Class [Vector](../../vector/) +* Class [DocxSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/docxsaveoptions/getsaveaseditableshapes/_index.md b/spanish/cpp/aspose.cells/docxsaveoptions/getsaveaseditableshapes/_index.md new file mode 100644 index 00000000000..af67c31ecf6 --- /dev/null +++ b/spanish/cpp/aspose.cells/docxsaveoptions/getsaveaseditableshapes/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::DocxSaveOptions::GetSaveAsEditableShapes method +linktitle: GetSaveAsEditableShapes +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DocxSaveOptions::GetSaveAsEditableShapes method. Save all drawing objects as editable shapes in the word file, so you can edit them in Word in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/docxsaveoptions/getsaveaseditableshapes/ +--- +## DocxSaveOptions::GetSaveAsEditableShapes method + + +Save all drawing objects as editable shapes in the word file, so you can edit them in Word. + +```cpp +bool Aspose::Cells::DocxSaveOptions::GetSaveAsEditableShapes() +``` + +## Remarks + + +Only for charts. +## See Also + +* Class [Vector](../../vector/) +* Class [DocxSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/docxsaveoptions/getsaveaseditableshaps/_index.md b/spanish/cpp/aspose.cells/docxsaveoptions/getsaveaseditableshaps/_index.md new file mode 100644 index 00000000000..9a9394a9a86 --- /dev/null +++ b/spanish/cpp/aspose.cells/docxsaveoptions/getsaveaseditableshaps/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::DocxSaveOptions::GetSaveAsEditableShaps method +linktitle: GetSaveAsEditableShaps +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DocxSaveOptions::GetSaveAsEditableShaps method. Save all drawing objecgts as editable shapes in word file.So you can edit them in Word in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/docxsaveoptions/getsaveaseditableshaps/ +--- +## DocxSaveOptions::GetSaveAsEditableShaps method + + +Save all drawing objecgts as editable shapes in word file.So you can edit them in Word. + + +>Deprecated +> +>Use SaveFormat.SaveAsEditableShapes instead. +```cpp +bool Aspose::Cells::DocxSaveOptions::GetSaveAsEditableShaps() +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use SaveAsEditableShapes property. This property will be removed 6 months later since May 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../vector/) +* Class [DocxSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/docxsaveoptions/getsaveelementtype/_index.md b/spanish/cpp/aspose.cells/docxsaveoptions/getsaveelementtype/_index.md new file mode 100644 index 00000000000..b7c9c95201f --- /dev/null +++ b/spanish/cpp/aspose.cells/docxsaveoptions/getsaveelementtype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DocxSaveOptions::GetSaveElementType method +linktitle: GetSaveElementType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DocxSaveOptions::GetSaveElementType method. Indicates which elements should be saved in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells/docxsaveoptions/getsaveelementtype/ +--- +## DocxSaveOptions::GetSaveElementType method + + +Indicates which elements should be saved. + +```cpp +SaveElementType Aspose::Cells::DocxSaveOptions::GetSaveElementType() +``` + +## See Also + +* Enum [SaveElementType](../../../aspose.cells.saving/saveelementtype/) +* Class [DocxSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/docxsaveoptions/isnull/_index.md b/spanish/cpp/aspose.cells/docxsaveoptions/isnull/_index.md new file mode 100644 index 00000000000..6a00cc74d2d --- /dev/null +++ b/spanish/cpp/aspose.cells/docxsaveoptions/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::DocxSaveOptions::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DocxSaveOptions::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/docxsaveoptions/isnull/ +--- +## DocxSaveOptions::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::DocxSaveOptions::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [DocxSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/docxsaveoptions/operator_asm/_index.md b/spanish/cpp/aspose.cells/docxsaveoptions/operator_asm/_index.md new file mode 100644 index 00000000000..287ce1e24a7 --- /dev/null +++ b/spanish/cpp/aspose.cells/docxsaveoptions/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::DocxSaveOptions::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DocxSaveOptions::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/docxsaveoptions/operator_asm/ +--- +## DocxSaveOptions::operator= method + + +operator= + +```cpp +DocxSaveOptions & Aspose::Cells::DocxSaveOptions::operator=(const DocxSaveOptions &src) +``` + +## See Also + +* Class [DocxSaveOptions](../) +* Class [Vector](../../vector/) +* Class [DocxSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/docxsaveoptions/operator_bool/_index.md b/spanish/cpp/aspose.cells/docxsaveoptions/operator_bool/_index.md new file mode 100644 index 00000000000..456bcc725c0 --- /dev/null +++ b/spanish/cpp/aspose.cells/docxsaveoptions/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::DocxSaveOptions::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DocxSaveOptions::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/docxsaveoptions/operator_bool/ +--- +## DocxSaveOptions::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::DocxSaveOptions::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [DocxSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/docxsaveoptions/setasflatopc/_index.md b/spanish/cpp/aspose.cells/docxsaveoptions/setasflatopc/_index.md new file mode 100644 index 00000000000..6b3c7501e73 --- /dev/null +++ b/spanish/cpp/aspose.cells/docxsaveoptions/setasflatopc/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DocxSaveOptions::SetAsFlatOpc method +linktitle: SetAsFlatOpc +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DocxSaveOptions::SetAsFlatOpc method. Indicates whether saving as a flat opc file which can be generated by Open XML SDK in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells/docxsaveoptions/setasflatopc/ +--- +## DocxSaveOptions::SetAsFlatOpc method + + +Indicates whether saving as a flat opc file which can be generated by Open XML SDK. + +```cpp +void Aspose::Cells::DocxSaveOptions::SetAsFlatOpc(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DocxSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/docxsaveoptions/setasnormalview/_index.md b/spanish/cpp/aspose.cells/docxsaveoptions/setasnormalview/_index.md new file mode 100644 index 00000000000..c0a14f95602 --- /dev/null +++ b/spanish/cpp/aspose.cells/docxsaveoptions/setasnormalview/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DocxSaveOptions::SetAsNormalView method +linktitle: SetAsNormalView +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DocxSaveOptions::SetAsNormalView method. Exporting Excel file to docx fiel as normal view. If this property is true , one Area will be output, and no scale will take effect. The default value is false in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells/docxsaveoptions/setasnormalview/ +--- +## DocxSaveOptions::SetAsNormalView method + + +Exporting Excel file to docx fiel as normal view. If this property is true , one Area will be output, and no scale will take effect. The default value is false. + +```cpp +void Aspose::Cells::DocxSaveOptions::SetAsNormalView(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DocxSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/docxsaveoptions/setembedxlsxaschartdatasource/_index.md b/spanish/cpp/aspose.cells/docxsaveoptions/setembedxlsxaschartdatasource/_index.md new file mode 100644 index 00000000000..ecca41221d9 --- /dev/null +++ b/spanish/cpp/aspose.cells/docxsaveoptions/setembedxlsxaschartdatasource/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::DocxSaveOptions::SetEmbedXlsxAsChartDataSource method +linktitle: SetEmbedXlsxAsChartDataSource +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DocxSaveOptions::SetEmbedXlsxAsChartDataSource method. Indicates whether embedding an xlsx file as data source of the chart in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/docxsaveoptions/setembedxlsxaschartdatasource/ +--- +## DocxSaveOptions::SetEmbedXlsxAsChartDataSource method + + +Indicates whether embedding an xlsx file as data source of the chart. + +```cpp +void Aspose::Cells::DocxSaveOptions::SetEmbedXlsxAsChartDataSource(bool value) +``` + +## Remarks + + +The default value is true. +## See Also + +* Class [Vector](../../vector/) +* Class [DocxSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/docxsaveoptions/setsaveaseditableshapes/_index.md b/spanish/cpp/aspose.cells/docxsaveoptions/setsaveaseditableshapes/_index.md new file mode 100644 index 00000000000..f615d240db5 --- /dev/null +++ b/spanish/cpp/aspose.cells/docxsaveoptions/setsaveaseditableshapes/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::DocxSaveOptions::SetSaveAsEditableShapes method +linktitle: SetSaveAsEditableShapes +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DocxSaveOptions::SetSaveAsEditableShapes method. Save all drawing objects as editable shapes in the word file, so you can edit them in Word in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/docxsaveoptions/setsaveaseditableshapes/ +--- +## DocxSaveOptions::SetSaveAsEditableShapes method + + +Save all drawing objects as editable shapes in the word file, so you can edit them in Word. + +```cpp +void Aspose::Cells::DocxSaveOptions::SetSaveAsEditableShapes(bool value) +``` + +## Remarks + + +Only for charts. +## See Also + +* Class [Vector](../../vector/) +* Class [DocxSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/docxsaveoptions/setsaveaseditableshaps/_index.md b/spanish/cpp/aspose.cells/docxsaveoptions/setsaveaseditableshaps/_index.md new file mode 100644 index 00000000000..8707609b685 --- /dev/null +++ b/spanish/cpp/aspose.cells/docxsaveoptions/setsaveaseditableshaps/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::DocxSaveOptions::SetSaveAsEditableShaps method +linktitle: SetSaveAsEditableShaps +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DocxSaveOptions::SetSaveAsEditableShaps method. Save all drawing objecgts as editable shapes in word file.So you can edit them in Word in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/docxsaveoptions/setsaveaseditableshaps/ +--- +## DocxSaveOptions::SetSaveAsEditableShaps method + + +Save all drawing objecgts as editable shapes in word file.So you can edit them in Word. + + +>Deprecated +> +>Use SaveFormat.SaveAsEditableShapes instead. +```cpp +void Aspose::Cells::DocxSaveOptions::SetSaveAsEditableShaps(bool value) +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead, please use SaveAsEditableShapes property. This property will be removed 6 months later since May 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../vector/) +* Class [DocxSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/docxsaveoptions/setsaveelementtype/_index.md b/spanish/cpp/aspose.cells/docxsaveoptions/setsaveelementtype/_index.md new file mode 100644 index 00000000000..5e4eb6a7a90 --- /dev/null +++ b/spanish/cpp/aspose.cells/docxsaveoptions/setsaveelementtype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::DocxSaveOptions::SetSaveElementType method +linktitle: SetSaveElementType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DocxSaveOptions::SetSaveElementType method. Indicates which elements should be saved in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells/docxsaveoptions/setsaveelementtype/ +--- +## DocxSaveOptions::SetSaveElementType method + + +Indicates which elements should be saved. + +```cpp +void Aspose::Cells::DocxSaveOptions::SetSaveElementType(SaveElementType value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Enum [SaveElementType](../../../aspose.cells.saving/saveelementtype/) +* Class [DocxSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/docxsaveoptions/~docxsaveoptions/_index.md b/spanish/cpp/aspose.cells/docxsaveoptions/~docxsaveoptions/_index.md new file mode 100644 index 00000000000..3ab800e69a2 --- /dev/null +++ b/spanish/cpp/aspose.cells/docxsaveoptions/~docxsaveoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::DocxSaveOptions::~DocxSaveOptions method +linktitle: ~DocxSaveOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DocxSaveOptions::~DocxSaveOptions method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/docxsaveoptions/~docxsaveoptions/ +--- +## DocxSaveOptions::~DocxSaveOptions method + + +Destructor. + +```cpp +Aspose::Cells::DocxSaveOptions::~DocxSaveOptions() +``` + +## See Also + +* Class [DocxSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/duration/_index.md b/spanish/cpp/aspose.cells/duration/_index.md new file mode 100644 index 00000000000..0525cc48d29 --- /dev/null +++ b/spanish/cpp/aspose.cells/duration/_index.md @@ -0,0 +1,64 @@ +--- +title: Aspose::Cells::Duration struct +linktitle: Duration +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Duration struct. Represents a time interval with a resolution of 100 nanoseconds (tick) in C++.' +type: docs +weight: 28900 +url: /es/cpp/aspose.cells/duration/ +--- +## Duration struct + + +Represents a time interval with a resolution of 100 nanoseconds (tick). + +```cpp +struct Duration +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Duration(int64_t v)](./duration/) | Initializes a new instance from a tick value. | +| [Duration(int hours, int minutes, int seconds)](./duration/) | Initializes a new instance from hours, minutes, and seconds. | +| [Duration(int days, int hours, int minutes, int seconds)](./duration/) | Initializes a new instance from days, hours, minutes, and seconds. | +| [Duration(int days, int hours, int minutes, int seconds, int milliseconds)](./duration/) | Initializes a new instance from days, hours, minutes, seconds, and milliseconds. | +| static [FromDays(double value)](./fromdays/) | Creates a [Duration](./) from a specified number of days. | +| static [FromMilliseconds(double value)](./frommilliseconds/) | Creates a [Duration](./) from a specified number of milliseconds. | +| static [FromMinutes(double value)](./fromminutes/) | Creates a [Duration](./) from a specified number of minutes. | +| static [FromSeconds(double value)](./fromseconds/) | Creates a [Duration](./) from a specified number of seconds. | +| static [FromTicks(int64_t value)](./fromticks/) | Creates a [Duration](./) from a specified number of ticks. | +| [GetDays()](./getdays/) const | Gets the day component of the time interval. | +| [GetHours()](./gethours/) const | Gets the hour component (0-23). | +| [GetMilliseconds()](./getmilliseconds/) const | Gets the millisecond component (0-999). | +| [GetMinutes()](./getminutes/) const | Gets the minute component (0-59). | +| [GetSeconds()](./getseconds/) const | Gets the second component (0-59). | +| [GetTicks()](./getticks/) const | Gets the total number of ticks represented by this instance. | +| [GetTotalDays()](./gettotaldays/) const | Gets the total number of days represented by this instance. | +| [GetTotalHours()](./gettotalhours/) const | Gets the total number of hours represented by this instance. | +| [GetTotalMilliseconds()](./gettotalmilliseconds/) const | Gets the total number of milliseconds represented by this instance. | +| [GetTotalMinutes()](./gettotalminutes/) const | Gets the total number of minutes represented by this instance. | +| [GetTotalSeconds()](./gettotalseconds/) const | Gets the total number of seconds represented by this instance. | +| [operator!=(const Duration\& ts)](./operator!_asm/) const | Determines whether two [Duration](./) instances are not equal. | +| [operator*(double factor)](./operator_lowast/) const | Multiplies the time interval by a scalar factor. | +| [operator+(const Duration\& ts)](./operator+/) const | Adds two time intervals. | +| [operator+()](./operator+/) const | Returns the current instance (unary plus). | +| [operator-(const Duration\& ts)](./operator-/) const | Subtracts one time interval from another. | +| [operator-()](./operator-/) const | Returns a new [Duration](./) whose value is the negation of the current instance. | +| [operator/(const Duration\& ts)](./operator//) const | Returns the ratio between two time intervals. | +| [operator/(double divisor)](./operator//) const | Divides the time interval by a scalar value. | +| [operator<(const Duration\& ts)](./operator_lt/) const | Determines whether the current instance is less than another. | +| [operator<=(const Duration\& ts)](./operator_lt_asm/) const | Determines whether the current instance is less than or equal to another. | +| [operator==(const Duration\& ts)](./operator_asm_asm/) const | Determines whether two [Duration](./) instances are equal. | +| [operator>(const Duration\& ts)](./operator_gt/) const | Determines whether the current instance is greater than another. | +| [operator>=(const Duration\& ts)](./operator_gt_asm/) const | Determines whether the current instance is greater than or equal to another. | +## Fields + +| Field | Description | +| --- | --- | +| [value](./value/) | Internal representation of the time interval in ticks. 1 tick = 100 nanoseconds. | +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/duration/duration/_index.md b/spanish/cpp/aspose.cells/duration/duration/_index.md new file mode 100644 index 00000000000..d8ce8854321 --- /dev/null +++ b/spanish/cpp/aspose.cells/duration/duration/_index.md @@ -0,0 +1,94 @@ +--- +title: Aspose::Cells::Duration::Duration constructor +linktitle: Duration +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Duration::Duration constructor. Initializes a new instance from a tick value in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/duration/duration/ +--- +## Duration::Duration(int64_t) constructor + + +Initializes a new instance from a tick value. + +```cpp +Aspose::Cells::Duration::Duration(int64_t v) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| v | int64_t | The number of ticks (1 tick = 100ns). | + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Duration::Duration(int, int, int) constructor + + +Initializes a new instance from hours, minutes, and seconds. + +```cpp +Aspose::Cells::Duration::Duration(int hours, int minutes, int seconds) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| hours | int | Hours component. | +| minutes | int | Minutes component. | +| seconds | int | Seconds component. | + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Duration::Duration(int, int, int, int) constructor + + +Initializes a new instance from days, hours, minutes, and seconds. + +```cpp +Aspose::Cells::Duration::Duration(int days, int hours, int minutes, int seconds) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| days | int | Days component. | +| hours | int | Hours component. | +| minutes | int | Minutes component. | +| seconds | int | Seconds component. | + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Duration::Duration(int, int, int, int, int) constructor + + +Initializes a new instance from days, hours, minutes, seconds, and milliseconds. + +```cpp +Aspose::Cells::Duration::Duration(int days, int hours, int minutes, int seconds, int milliseconds) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| days | int | Days component. | +| hours | int | Hours component. | +| minutes | int | Minutes component. | +| seconds | int | Seconds component. | +| milliseconds | int | Milliseconds component. | + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/duration/fromdays/_index.md b/spanish/cpp/aspose.cells/duration/fromdays/_index.md new file mode 100644 index 00000000000..a212cf9173d --- /dev/null +++ b/spanish/cpp/aspose.cells/duration/fromdays/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Duration::FromDays method +linktitle: FromDays +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Duration::FromDays method. Creates a Duration from a specified number of days in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells/duration/fromdays/ +--- +## Duration::FromDays method + + +Creates a [Duration](../) from a specified number of days. + +```cpp +static Duration Aspose::Cells::Duration::FromDays(double value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/duration/frommilliseconds/_index.md b/spanish/cpp/aspose.cells/duration/frommilliseconds/_index.md new file mode 100644 index 00000000000..72fbaa7cd5e --- /dev/null +++ b/spanish/cpp/aspose.cells/duration/frommilliseconds/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Duration::FromMilliseconds method +linktitle: FromMilliseconds +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Duration::FromMilliseconds method. Creates a Duration from a specified number of milliseconds in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells/duration/frommilliseconds/ +--- +## Duration::FromMilliseconds method + + +Creates a [Duration](../) from a specified number of milliseconds. + +```cpp +static Duration Aspose::Cells::Duration::FromMilliseconds(double value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/duration/fromminutes/_index.md b/spanish/cpp/aspose.cells/duration/fromminutes/_index.md new file mode 100644 index 00000000000..69201774e5e --- /dev/null +++ b/spanish/cpp/aspose.cells/duration/fromminutes/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Duration::FromMinutes method +linktitle: FromMinutes +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Duration::FromMinutes method. Creates a Duration from a specified number of minutes in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells/duration/fromminutes/ +--- +## Duration::FromMinutes method + + +Creates a [Duration](../) from a specified number of minutes. + +```cpp +static Duration Aspose::Cells::Duration::FromMinutes(double value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/duration/fromseconds/_index.md b/spanish/cpp/aspose.cells/duration/fromseconds/_index.md new file mode 100644 index 00000000000..33eb8fbfe64 --- /dev/null +++ b/spanish/cpp/aspose.cells/duration/fromseconds/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Duration::FromSeconds method +linktitle: FromSeconds +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Duration::FromSeconds method. Creates a Duration from a specified number of seconds in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells/duration/fromseconds/ +--- +## Duration::FromSeconds method + + +Creates a [Duration](../) from a specified number of seconds. + +```cpp +static Duration Aspose::Cells::Duration::FromSeconds(double value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/duration/fromticks/_index.md b/spanish/cpp/aspose.cells/duration/fromticks/_index.md new file mode 100644 index 00000000000..dc165aad50f --- /dev/null +++ b/spanish/cpp/aspose.cells/duration/fromticks/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Duration::FromTicks method +linktitle: FromTicks +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Duration::FromTicks method. Creates a Duration from a specified number of ticks in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells/duration/fromticks/ +--- +## Duration::FromTicks method + + +Creates a [Duration](../) from a specified number of ticks. + +```cpp +static Duration Aspose::Cells::Duration::FromTicks(int64_t value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/duration/getdays/_index.md b/spanish/cpp/aspose.cells/duration/getdays/_index.md new file mode 100644 index 00000000000..508a0cbcb0f --- /dev/null +++ b/spanish/cpp/aspose.cells/duration/getdays/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Duration::GetDays method +linktitle: GetDays +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Duration::GetDays method. Gets the day component of the time interval in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/duration/getdays/ +--- +## Duration::GetDays method + + +Gets the day component of the time interval. + +```cpp +int32_t Aspose::Cells::Duration::GetDays() const +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/duration/gethours/_index.md b/spanish/cpp/aspose.cells/duration/gethours/_index.md new file mode 100644 index 00000000000..7d4634fd8af --- /dev/null +++ b/spanish/cpp/aspose.cells/duration/gethours/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Duration::GetHours method +linktitle: GetHours +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Duration::GetHours method. Gets the hour component (0-23) in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells/duration/gethours/ +--- +## Duration::GetHours method + + +Gets the hour component (0-23). + +```cpp +int32_t Aspose::Cells::Duration::GetHours() const +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/duration/getmilliseconds/_index.md b/spanish/cpp/aspose.cells/duration/getmilliseconds/_index.md new file mode 100644 index 00000000000..a8161f20880 --- /dev/null +++ b/spanish/cpp/aspose.cells/duration/getmilliseconds/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Duration::GetMilliseconds method +linktitle: GetMilliseconds +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Duration::GetMilliseconds method. Gets the millisecond component (0-999) in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells/duration/getmilliseconds/ +--- +## Duration::GetMilliseconds method + + +Gets the millisecond component (0-999). + +```cpp +int32_t Aspose::Cells::Duration::GetMilliseconds() const +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/duration/getminutes/_index.md b/spanish/cpp/aspose.cells/duration/getminutes/_index.md new file mode 100644 index 00000000000..fb0c1bfb033 --- /dev/null +++ b/spanish/cpp/aspose.cells/duration/getminutes/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Duration::GetMinutes method +linktitle: GetMinutes +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Duration::GetMinutes method. Gets the minute component (0-59) in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells/duration/getminutes/ +--- +## Duration::GetMinutes method + + +Gets the minute component (0-59). + +```cpp +int32_t Aspose::Cells::Duration::GetMinutes() const +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/duration/getseconds/_index.md b/spanish/cpp/aspose.cells/duration/getseconds/_index.md new file mode 100644 index 00000000000..6a7b05f7f0d --- /dev/null +++ b/spanish/cpp/aspose.cells/duration/getseconds/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Duration::GetSeconds method +linktitle: GetSeconds +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Duration::GetSeconds method. Gets the second component (0-59) in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells/duration/getseconds/ +--- +## Duration::GetSeconds method + + +Gets the second component (0-59). + +```cpp +int32_t Aspose::Cells::Duration::GetSeconds() const +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/duration/getticks/_index.md b/spanish/cpp/aspose.cells/duration/getticks/_index.md new file mode 100644 index 00000000000..d85a9e7273c --- /dev/null +++ b/spanish/cpp/aspose.cells/duration/getticks/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Duration::GetTicks method +linktitle: GetTicks +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Duration::GetTicks method. Gets the total number of ticks represented by this instance in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells/duration/getticks/ +--- +## Duration::GetTicks method + + +Gets the total number of ticks represented by this instance. + +```cpp +int64_t Aspose::Cells::Duration::GetTicks() const +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/duration/gettotaldays/_index.md b/spanish/cpp/aspose.cells/duration/gettotaldays/_index.md new file mode 100644 index 00000000000..1f38c66058a --- /dev/null +++ b/spanish/cpp/aspose.cells/duration/gettotaldays/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Duration::GetTotalDays method +linktitle: GetTotalDays +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Duration::GetTotalDays method. Gets the total number of days represented by this instance in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells/duration/gettotaldays/ +--- +## Duration::GetTotalDays method + + +Gets the total number of days represented by this instance. + +```cpp +double Aspose::Cells::Duration::GetTotalDays() const +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/duration/gettotalhours/_index.md b/spanish/cpp/aspose.cells/duration/gettotalhours/_index.md new file mode 100644 index 00000000000..c9ffc6c9f91 --- /dev/null +++ b/spanish/cpp/aspose.cells/duration/gettotalhours/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Duration::GetTotalHours method +linktitle: GetTotalHours +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Duration::GetTotalHours method. Gets the total number of hours represented by this instance in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells/duration/gettotalhours/ +--- +## Duration::GetTotalHours method + + +Gets the total number of hours represented by this instance. + +```cpp +double Aspose::Cells::Duration::GetTotalHours() const +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/duration/gettotalmilliseconds/_index.md b/spanish/cpp/aspose.cells/duration/gettotalmilliseconds/_index.md new file mode 100644 index 00000000000..8c0de05068f --- /dev/null +++ b/spanish/cpp/aspose.cells/duration/gettotalmilliseconds/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Duration::GetTotalMilliseconds method +linktitle: GetTotalMilliseconds +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Duration::GetTotalMilliseconds method. Gets the total number of milliseconds represented by this instance in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells/duration/gettotalmilliseconds/ +--- +## Duration::GetTotalMilliseconds method + + +Gets the total number of milliseconds represented by this instance. + +```cpp +double Aspose::Cells::Duration::GetTotalMilliseconds() const +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/duration/gettotalminutes/_index.md b/spanish/cpp/aspose.cells/duration/gettotalminutes/_index.md new file mode 100644 index 00000000000..bb51eac503e --- /dev/null +++ b/spanish/cpp/aspose.cells/duration/gettotalminutes/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Duration::GetTotalMinutes method +linktitle: GetTotalMinutes +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Duration::GetTotalMinutes method. Gets the total number of minutes represented by this instance in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells/duration/gettotalminutes/ +--- +## Duration::GetTotalMinutes method + + +Gets the total number of minutes represented by this instance. + +```cpp +double Aspose::Cells::Duration::GetTotalMinutes() const +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/duration/gettotalseconds/_index.md b/spanish/cpp/aspose.cells/duration/gettotalseconds/_index.md new file mode 100644 index 00000000000..9b846730c9b --- /dev/null +++ b/spanish/cpp/aspose.cells/duration/gettotalseconds/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Duration::GetTotalSeconds method +linktitle: GetTotalSeconds +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Duration::GetTotalSeconds method. Gets the total number of seconds represented by this instance in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells/duration/gettotalseconds/ +--- +## Duration::GetTotalSeconds method + + +Gets the total number of seconds represented by this instance. + +```cpp +double Aspose::Cells::Duration::GetTotalSeconds() const +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/duration/operator!_asm/_index.md b/spanish/cpp/aspose.cells/duration/operator!_asm/_index.md new file mode 100644 index 00000000000..9e6dd72032c --- /dev/null +++ b/spanish/cpp/aspose.cells/duration/operator!_asm/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Duration::operator!= method +linktitle: operator!= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Duration::operator!= method. Determines whether two Duration instances are not equal in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/duration/operator!_asm/ +--- +## Duration::operator!= method + + +Determines whether two [Duration](../) instances are not equal. + +```cpp +bool Aspose::Cells::Duration::operator!=(const Duration &ts) const +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/duration/operator+/_index.md b/spanish/cpp/aspose.cells/duration/operator+/_index.md new file mode 100644 index 00000000000..82c17aed994 --- /dev/null +++ b/spanish/cpp/aspose.cells/duration/operator+/_index.md @@ -0,0 +1,41 @@ +--- +title: Aspose::Cells::Duration::operator+ method +linktitle: operator+ +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Duration::operator+ method. Adds two time intervals in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/duration/operator+/ +--- +## Duration::operator+(const Duration\&) const method + + +Adds two time intervals. + +```cpp +Duration Aspose::Cells::Duration::operator+(const Duration &ts) const +``` + + +## ReturnValue + +A new [Duration](../) representing the sum. + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Duration::operator+() const method + + +Returns the current instance (unary plus). + +```cpp +Duration Aspose::Cells::Duration::operator+() const +``` + +## See Also + +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/duration/operator-/_index.md b/spanish/cpp/aspose.cells/duration/operator-/_index.md new file mode 100644 index 00000000000..fc612368501 --- /dev/null +++ b/spanish/cpp/aspose.cells/duration/operator-/_index.md @@ -0,0 +1,41 @@ +--- +title: Aspose::Cells::Duration::operator- method +linktitle: operator- +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Duration::operator- method. Subtracts one time interval from another in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/duration/operator-/ +--- +## Duration::operator-(const Duration\&) const method + + +Subtracts one time interval from another. + +```cpp +Duration Aspose::Cells::Duration::operator-(const Duration &ts) const +``` + + +## ReturnValue + +A new [Duration](../) representing the difference. + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Duration::operator-() const method + + +Returns a new [Duration](../) whose value is the negation of the current instance. + +```cpp +Duration Aspose::Cells::Duration::operator-() const +``` + +## See Also + +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/duration/operator/_index.md b/spanish/cpp/aspose.cells/duration/operator/_index.md new file mode 100644 index 00000000000..955b200d8eb --- /dev/null +++ b/spanish/cpp/aspose.cells/duration/operator/_index.md @@ -0,0 +1,51 @@ +--- +title: Aspose::Cells::Duration::operator/ method +linktitle: operator/ +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Duration::operator/ method. Returns the ratio between two time intervals in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/duration/operator/ +--- +## Duration::operator/(const Duration\&) const method + + +Returns the ratio between two time intervals. + +```cpp +double Aspose::Cells::Duration::operator/(const Duration &ts) const +``` + + +## ReturnValue + +The quotient of the current instance divided by the specified [Duration](../). + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Duration::operator/(double) const method + + +Divides the time interval by a scalar value. + +```cpp +Duration Aspose::Cells::Duration::operator/(double divisor) const +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| divisor | double | Divisor value. | + +## ReturnValue + +A scaled [Duration](../). + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/duration/operator_asm_asm/_index.md b/spanish/cpp/aspose.cells/duration/operator_asm_asm/_index.md new file mode 100644 index 00000000000..3a50e5f7404 --- /dev/null +++ b/spanish/cpp/aspose.cells/duration/operator_asm_asm/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Duration::operator== method +linktitle: operator== +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Duration::operator== method. Determines whether two Duration instances are equal in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/duration/operator_asm_asm/ +--- +## Duration::operator== method + + +Determines whether two [Duration](../) instances are equal. + +```cpp +bool Aspose::Cells::Duration::operator==(const Duration &ts) const +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/duration/operator_gt/_index.md b/spanish/cpp/aspose.cells/duration/operator_gt/_index.md new file mode 100644 index 00000000000..1692d8d5222 --- /dev/null +++ b/spanish/cpp/aspose.cells/duration/operator_gt/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Duration::operator> method +linktitle: operator> +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Duration::operator> method. Determines whether the current instance is greater than another in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/duration/operator_gt/ +--- +## Duration::operator> method + + +Determines whether the current instance is greater than another. + +```cpp +bool Aspose::Cells::Duration::operator>(const Duration &ts) const +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/duration/operator_gt_asm/_index.md b/spanish/cpp/aspose.cells/duration/operator_gt_asm/_index.md new file mode 100644 index 00000000000..255821ef053 --- /dev/null +++ b/spanish/cpp/aspose.cells/duration/operator_gt_asm/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Duration::operator>= method +linktitle: operator>= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Duration::operator>= method. Determines whether the current instance is greater than or equal to another in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/duration/operator_gt_asm/ +--- +## Duration::operator>= method + + +Determines whether the current instance is greater than or equal to another. + +```cpp +bool Aspose::Cells::Duration::operator>=(const Duration &ts) const +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/duration/operator_lowast/_index.md b/spanish/cpp/aspose.cells/duration/operator_lowast/_index.md new file mode 100644 index 00000000000..72b47495d48 --- /dev/null +++ b/spanish/cpp/aspose.cells/duration/operator_lowast/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::Duration::operator* method +linktitle: operator* +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Duration::operator* method. Multiplies the time interval by a scalar factor in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/duration/operator_lowast/ +--- +## Duration::operator* method + + +Multiplies the time interval by a scalar factor. + +```cpp +Duration Aspose::Cells::Duration::operator*(double factor) const +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| factor | double | Scaling factor. | + +## ReturnValue + +A scaled [Duration](../). + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/duration/operator_lt/_index.md b/spanish/cpp/aspose.cells/duration/operator_lt/_index.md new file mode 100644 index 00000000000..ec4f03ab965 --- /dev/null +++ b/spanish/cpp/aspose.cells/duration/operator_lt/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Duration::operator< method +linktitle: operator< +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Duration::operator< method. Determines whether the current instance is less than another in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/duration/operator_lt/ +--- +## Duration::operator< method + + +Determines whether the current instance is less than another. + +```cpp +bool Aspose::Cells::Duration::operator<(const Duration &ts) const +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/duration/operator_lt_asm/_index.md b/spanish/cpp/aspose.cells/duration/operator_lt_asm/_index.md new file mode 100644 index 00000000000..3d39af6209c --- /dev/null +++ b/spanish/cpp/aspose.cells/duration/operator_lt_asm/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Duration::operator<= method +linktitle: operator<= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Duration::operator<= method. Determines whether the current instance is less than or equal to another in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/duration/operator_lt_asm/ +--- +## Duration::operator<= method + + +Determines whether the current instance is less than or equal to another. + +```cpp +bool Aspose::Cells::Duration::operator<=(const Duration &ts) const +``` + +## See Also + +* Class [Vector](../../vector/) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/duration/value/_index.md b/spanish/cpp/aspose.cells/duration/value/_index.md new file mode 100644 index 00000000000..cfcdf113e4a --- /dev/null +++ b/spanish/cpp/aspose.cells/duration/value/_index.md @@ -0,0 +1,22 @@ +--- +title: Aspose::Cells::Duration::value field +linktitle: value +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Duration::value field. Internal representation of the time interval in ticks. 1 tick = 100 nanoseconds in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells/duration/value/ +--- +## value field + + +Internal representation of the time interval in ticks. 1 tick = 100 nanoseconds. + +```cpp +int64_t Aspose::Cells::Duration::value +``` + +## See Also + +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/dxfcollection/_impl/_index.md b/spanish/cpp/aspose.cells/dxfcollection/_impl/_index.md new file mode 100644 index 00000000000..678dc5fa588 --- /dev/null +++ b/spanish/cpp/aspose.cells/dxfcollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::DxfCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DxfCollection::_impl field. The implementation object in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/dxfcollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +DxfCollection_Impl* Aspose::Cells::DxfCollection::_impl +``` + +## See Also + +* Class [DxfCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/dxfcollection/_index.md b/spanish/cpp/aspose.cells/dxfcollection/_index.md new file mode 100644 index 00000000000..ecace8f27e6 --- /dev/null +++ b/spanish/cpp/aspose.cells/dxfcollection/_index.md @@ -0,0 +1,39 @@ +--- +title: Aspose::Cells::DxfCollection class +linktitle: DxfCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DxfCollection class. Represents the master differential formatting records in C++.' +type: docs +weight: 5200 +url: /es/cpp/aspose.cells/dxfcollection/ +--- +## DxfCollection class + + +Represents the master differential formatting records. + +```cpp +class DxfCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [DxfCollection(DxfCollection_Impl* impl)](./dxfcollection/) | Constructs from an implementation object. | +| [DxfCollection(const DxfCollection\& src)](./dxfcollection/) | Copy constructor. | +| [Get(int32_t index)](./get/) | Gets the element at the specified index. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const DxfCollection\& src)](./operator_asm/) | operator= | +| [~DxfCollection()](./~dxfcollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/dxfcollection/dxfcollection/_index.md b/spanish/cpp/aspose.cells/dxfcollection/dxfcollection/_index.md new file mode 100644 index 00000000000..6252952a357 --- /dev/null +++ b/spanish/cpp/aspose.cells/dxfcollection/dxfcollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::DxfCollection::DxfCollection constructor +linktitle: DxfCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DxfCollection::DxfCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/dxfcollection/dxfcollection/ +--- +## DxfCollection::DxfCollection(DxfCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::DxfCollection::DxfCollection(DxfCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DxfCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## DxfCollection::DxfCollection(const DxfCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::DxfCollection::DxfCollection(const DxfCollection &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DxfCollection](../) +* Class [DxfCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/dxfcollection/get/_index.md b/spanish/cpp/aspose.cells/dxfcollection/get/_index.md new file mode 100644 index 00000000000..4859b4d4872 --- /dev/null +++ b/spanish/cpp/aspose.cells/dxfcollection/get/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::DxfCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DxfCollection::Get method. Gets the element at the specified index in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/dxfcollection/get/ +--- +## DxfCollection::Get method + + +Gets the element at the specified index. + +```cpp +Style Aspose::Cells::DxfCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The specified index. | + +## ReturnValue + + + +## See Also + +* Class [Style](../../style/) +* Class [Vector](../../vector/) +* Class [DxfCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/dxfcollection/getcount/_index.md b/spanish/cpp/aspose.cells/dxfcollection/getcount/_index.md new file mode 100644 index 00000000000..301d09beaa1 --- /dev/null +++ b/spanish/cpp/aspose.cells/dxfcollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DxfCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::DxfCollection class in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/dxfcollection/getcount/ +--- +## DxfCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::DxfCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DxfCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/dxfcollection/isnull/_index.md b/spanish/cpp/aspose.cells/dxfcollection/isnull/_index.md new file mode 100644 index 00000000000..dfcf5225eaa --- /dev/null +++ b/spanish/cpp/aspose.cells/dxfcollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::DxfCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DxfCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/dxfcollection/isnull/ +--- +## DxfCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::DxfCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [DxfCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/dxfcollection/operator_asm/_index.md b/spanish/cpp/aspose.cells/dxfcollection/operator_asm/_index.md new file mode 100644 index 00000000000..0800e5bba80 --- /dev/null +++ b/spanish/cpp/aspose.cells/dxfcollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::DxfCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DxfCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/dxfcollection/operator_asm/ +--- +## DxfCollection::operator= method + + +operator= + +```cpp +DxfCollection & Aspose::Cells::DxfCollection::operator=(const DxfCollection &src) +``` + +## See Also + +* Class [DxfCollection](../) +* Class [Vector](../../vector/) +* Class [DxfCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/dxfcollection/operator_bool/_index.md b/spanish/cpp/aspose.cells/dxfcollection/operator_bool/_index.md new file mode 100644 index 00000000000..12b8e25bd31 --- /dev/null +++ b/spanish/cpp/aspose.cells/dxfcollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::DxfCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DxfCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/dxfcollection/operator_bool/ +--- +## DxfCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::DxfCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [DxfCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/dxfcollection/~dxfcollection/_index.md b/spanish/cpp/aspose.cells/dxfcollection/~dxfcollection/_index.md new file mode 100644 index 00000000000..f89215c6c57 --- /dev/null +++ b/spanish/cpp/aspose.cells/dxfcollection/~dxfcollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::DxfCollection::~DxfCollection method +linktitle: ~DxfCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DxfCollection::~DxfCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/dxfcollection/~dxfcollection/ +--- +## DxfCollection::~DxfCollection method + + +Destructor. + +```cpp +Aspose::Cells::DxfCollection::~DxfCollection() +``` + +## See Also + +* Class [DxfCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/dynamicfilter/_impl/_index.md b/spanish/cpp/aspose.cells/dynamicfilter/_impl/_index.md new file mode 100644 index 00000000000..7028743b5d3 --- /dev/null +++ b/spanish/cpp/aspose.cells/dynamicfilter/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::DynamicFilter::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DynamicFilter::_impl field. The implementation object in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells/dynamicfilter/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +DynamicFilter_Impl* Aspose::Cells::DynamicFilter::_impl +``` + +## See Also + +* Class [DynamicFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/dynamicfilter/_index.md b/spanish/cpp/aspose.cells/dynamicfilter/_index.md new file mode 100644 index 00000000000..cad07746056 --- /dev/null +++ b/spanish/cpp/aspose.cells/dynamicfilter/_index.md @@ -0,0 +1,45 @@ +--- +title: Aspose::Cells::DynamicFilter class +linktitle: DynamicFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DynamicFilter class. Represents the dynamic filter in C++.' +type: docs +weight: 5300 +url: /es/cpp/aspose.cells/dynamicfilter/ +--- +## DynamicFilter class + + +Represents the dynamic filter. + +```cpp +class DynamicFilter +``` + +## Methods + +| Method | Description | +| --- | --- | +| [DynamicFilter(DynamicFilter_Impl* impl)](./dynamicfilter/) | Constructs from an implementation object. | +| [DynamicFilter(const Aspose::Cells::Object\& obj)](./dynamicfilter/) | Constructs from an [Object](../object/) convertible to this. | +| [DynamicFilter(const DynamicFilter\& src)](./dynamicfilter/) | Copy constructor. | +| [GetDynamicFilterType()](./getdynamicfiltertype/) | Gets and sets the type of this dynamic filter. | +| [GetMaxValue()](./getmaxvalue/) | Gets and sets the dynamic filter max value. | +| [GetValue()](./getvalue/) | Gets and sets the dynamic filter value. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const DynamicFilter\& src)](./operator_asm/) | operator= | +| [SetDynamicFilterType(DynamicFilterType value)](./setdynamicfiltertype/) | Gets and sets the type of this dynamic filter. | +| [SetMaxValue(const Aspose::Cells::Object\& value)](./setmaxvalue/) | Gets and sets the dynamic filter max value. | +| [SetValue(const Aspose::Cells::Object\& value)](./setvalue/) | Gets and sets the dynamic filter value. | +| [ToObject()](./toobject/) | Gets the [Object](../object/). | +| [~DynamicFilter()](./~dynamicfilter/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/dynamicfilter/dynamicfilter/_index.md b/spanish/cpp/aspose.cells/dynamicfilter/dynamicfilter/_index.md new file mode 100644 index 00000000000..524372bafcb --- /dev/null +++ b/spanish/cpp/aspose.cells/dynamicfilter/dynamicfilter/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::DynamicFilter::DynamicFilter constructor +linktitle: DynamicFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DynamicFilter::DynamicFilter constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/dynamicfilter/dynamicfilter/ +--- +## DynamicFilter::DynamicFilter(DynamicFilter_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::DynamicFilter::DynamicFilter(DynamicFilter_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DynamicFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## DynamicFilter::DynamicFilter(const Aspose::Cells::Object\&) constructor + + +Constructs from an [Object](../../object/) convertible to this. + +```cpp +Aspose::Cells::DynamicFilter::DynamicFilter(const Aspose::Cells::Object &obj) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Object](../../object/) +* Class [DynamicFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## DynamicFilter::DynamicFilter(const DynamicFilter\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::DynamicFilter::DynamicFilter(const DynamicFilter &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DynamicFilter](../) +* Class [DynamicFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/dynamicfilter/getdynamicfiltertype/_index.md b/spanish/cpp/aspose.cells/dynamicfilter/getdynamicfiltertype/_index.md new file mode 100644 index 00000000000..a86a5d6a278 --- /dev/null +++ b/spanish/cpp/aspose.cells/dynamicfilter/getdynamicfiltertype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DynamicFilter::GetDynamicFilterType method +linktitle: GetDynamicFilterType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DynamicFilter::GetDynamicFilterType method. Gets and sets the type of this dynamic filter in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/dynamicfilter/getdynamicfiltertype/ +--- +## DynamicFilter::GetDynamicFilterType method + + +Gets and sets the type of this dynamic filter. + +```cpp +DynamicFilterType Aspose::Cells::DynamicFilter::GetDynamicFilterType() +``` + +## See Also + +* Enum [DynamicFilterType](../../dynamicfiltertype/) +* Class [DynamicFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/dynamicfilter/getmaxvalue/_index.md b/spanish/cpp/aspose.cells/dynamicfilter/getmaxvalue/_index.md new file mode 100644 index 00000000000..11859ab649f --- /dev/null +++ b/spanish/cpp/aspose.cells/dynamicfilter/getmaxvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DynamicFilter::GetMaxValue method +linktitle: GetMaxValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DynamicFilter::GetMaxValue method. Gets and sets the dynamic filter max value in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/dynamicfilter/getmaxvalue/ +--- +## DynamicFilter::GetMaxValue method + + +Gets and sets the dynamic filter max value. + +```cpp +Aspose::Cells::Object Aspose::Cells::DynamicFilter::GetMaxValue() +``` + +## See Also + +* Class [Object](../../object/) +* Class [DynamicFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/dynamicfilter/getvalue/_index.md b/spanish/cpp/aspose.cells/dynamicfilter/getvalue/_index.md new file mode 100644 index 00000000000..67f9ad6775a --- /dev/null +++ b/spanish/cpp/aspose.cells/dynamicfilter/getvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DynamicFilter::GetValue method +linktitle: GetValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DynamicFilter::GetValue method. Gets and sets the dynamic filter value in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/dynamicfilter/getvalue/ +--- +## DynamicFilter::GetValue method + + +Gets and sets the dynamic filter value. + +```cpp +Aspose::Cells::Object Aspose::Cells::DynamicFilter::GetValue() +``` + +## See Also + +* Class [Object](../../object/) +* Class [DynamicFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/dynamicfilter/isnull/_index.md b/spanish/cpp/aspose.cells/dynamicfilter/isnull/_index.md new file mode 100644 index 00000000000..b135d518937 --- /dev/null +++ b/spanish/cpp/aspose.cells/dynamicfilter/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::DynamicFilter::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DynamicFilter::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/dynamicfilter/isnull/ +--- +## DynamicFilter::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::DynamicFilter::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [DynamicFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/dynamicfilter/operator_asm/_index.md b/spanish/cpp/aspose.cells/dynamicfilter/operator_asm/_index.md new file mode 100644 index 00000000000..5bc8a9f652e --- /dev/null +++ b/spanish/cpp/aspose.cells/dynamicfilter/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::DynamicFilter::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DynamicFilter::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/dynamicfilter/operator_asm/ +--- +## DynamicFilter::operator= method + + +operator= + +```cpp +DynamicFilter & Aspose::Cells::DynamicFilter::operator=(const DynamicFilter &src) +``` + +## See Also + +* Class [DynamicFilter](../) +* Class [Vector](../../vector/) +* Class [DynamicFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/dynamicfilter/operator_bool/_index.md b/spanish/cpp/aspose.cells/dynamicfilter/operator_bool/_index.md new file mode 100644 index 00000000000..884efd078d1 --- /dev/null +++ b/spanish/cpp/aspose.cells/dynamicfilter/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::DynamicFilter::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DynamicFilter::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/dynamicfilter/operator_bool/ +--- +## DynamicFilter::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::DynamicFilter::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [DynamicFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/dynamicfilter/setdynamicfiltertype/_index.md b/spanish/cpp/aspose.cells/dynamicfilter/setdynamicfiltertype/_index.md new file mode 100644 index 00000000000..a83cce062b9 --- /dev/null +++ b/spanish/cpp/aspose.cells/dynamicfilter/setdynamicfiltertype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::DynamicFilter::SetDynamicFilterType method +linktitle: SetDynamicFilterType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DynamicFilter::SetDynamicFilterType method. Gets and sets the type of this dynamic filter in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/dynamicfilter/setdynamicfiltertype/ +--- +## DynamicFilter::SetDynamicFilterType method + + +Gets and sets the type of this dynamic filter. + +```cpp +void Aspose::Cells::DynamicFilter::SetDynamicFilterType(DynamicFilterType value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Enum [DynamicFilterType](../../dynamicfiltertype/) +* Class [DynamicFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/dynamicfilter/setmaxvalue/_index.md b/spanish/cpp/aspose.cells/dynamicfilter/setmaxvalue/_index.md new file mode 100644 index 00000000000..7d313ac7ec1 --- /dev/null +++ b/spanish/cpp/aspose.cells/dynamicfilter/setmaxvalue/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::DynamicFilter::SetMaxValue method +linktitle: SetMaxValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DynamicFilter::SetMaxValue method. Gets and sets the dynamic filter max value in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/dynamicfilter/setmaxvalue/ +--- +## DynamicFilter::SetMaxValue method + + +Gets and sets the dynamic filter max value. + +```cpp +void Aspose::Cells::DynamicFilter::SetMaxValue(const Aspose::Cells::Object &value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Object](../../object/) +* Class [DynamicFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/dynamicfilter/setvalue/_index.md b/spanish/cpp/aspose.cells/dynamicfilter/setvalue/_index.md new file mode 100644 index 00000000000..5ea10310164 --- /dev/null +++ b/spanish/cpp/aspose.cells/dynamicfilter/setvalue/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::DynamicFilter::SetValue method +linktitle: SetValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DynamicFilter::SetValue method. Gets and sets the dynamic filter value in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/dynamicfilter/setvalue/ +--- +## DynamicFilter::SetValue method + + +Gets and sets the dynamic filter value. + +```cpp +void Aspose::Cells::DynamicFilter::SetValue(const Aspose::Cells::Object &value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Object](../../object/) +* Class [DynamicFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/dynamicfilter/toobject/_index.md b/spanish/cpp/aspose.cells/dynamicfilter/toobject/_index.md new file mode 100644 index 00000000000..907b97a5e1a --- /dev/null +++ b/spanish/cpp/aspose.cells/dynamicfilter/toobject/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DynamicFilter::ToObject method +linktitle: ToObject +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DynamicFilter::ToObject method. Gets the Object in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/dynamicfilter/toobject/ +--- +## DynamicFilter::ToObject method + + +Gets the [Object](../../object/). + +```cpp +Aspose::Cells::Object Aspose::Cells::DynamicFilter::ToObject() +``` + +## See Also + +* Class [Object](../../object/) +* Class [DynamicFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/dynamicfilter/~dynamicfilter/_index.md b/spanish/cpp/aspose.cells/dynamicfilter/~dynamicfilter/_index.md new file mode 100644 index 00000000000..188d86302df --- /dev/null +++ b/spanish/cpp/aspose.cells/dynamicfilter/~dynamicfilter/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::DynamicFilter::~DynamicFilter method +linktitle: ~DynamicFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DynamicFilter::~DynamicFilter method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/dynamicfilter/~dynamicfilter/ +--- +## DynamicFilter::~DynamicFilter method + + +Destructor. + +```cpp +Aspose::Cells::DynamicFilter::~DynamicFilter() +``` + +## See Also + +* Class [DynamicFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/dynamicfiltertype/_index.md b/spanish/cpp/aspose.cells/dynamicfiltertype/_index.md new file mode 100644 index 00000000000..223026c2b81 --- /dev/null +++ b/spanish/cpp/aspose.cells/dynamicfiltertype/_index.md @@ -0,0 +1,62 @@ +--- +title: Aspose::Cells::DynamicFilterType enum +linktitle: DynamicFilterType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DynamicFilterType enum. Dynamic filter type in C++.' +type: docs +weight: 20300 +url: /es/cpp/aspose.cells/dynamicfiltertype/ +--- +## DynamicFilterType enum + + +Dynamic filter type. + +```cpp +enum class DynamicFilterType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| AboveAverage | 0 |
Shows values that are above average. | +| BelowAverage | 1 |
Shows values that are below average. | +| LastMonth | 2 |
Shows last month's dates. | +| LastQuarter | 3 |
Shows last quarter's dates. | +| LastWeek | 4 |
Shows last week's dates. | +| LastYear | 5 |
Shows last year's dates. | +| January | 6 |
Shows the dates that are in January, regardless of year. | +| October | 7 |
Shows the dates that are in October, regardless of year. | +| November | 8 |
Shows the dates that are in November, regardless of year. | +| December | 9 |
Shows the dates that are in December, regardless of year. | +| February | 10 |
Shows the dates that are in February, regardless of year. | +| March | 11 |
Shows the dates that are in March, regardless of year. | +| April | 12 |
Shows the dates that are in April, regardless of year. | +| May | 13 |
Shows the dates that are in May, regardless of year. | +| June | 14 |
Shows the dates that are in June, regardless of year. | +| July | 15 |
Shows the dates that are in July, regardless of year. | +| August | 16 |
Shows the dates that are in August, regardless of year. | +| September | 17 |
Shows the dates that are in September, regardless of year. | +| NextMonth | 18 |
Shows next month's dates. | +| NextQuarter | 19 |
Shows next quarter's dates. | +| NextWeek | 20 |
Shows next week's dates. | +| NextYear | 21 |
Shows next year's dates. | +| None | 22 |
None. | +| Quarter1 | 23 |
Shows the dates that are in the 1st quarter, regardless of year. | +| Quarter2 | 24 |
Shows the dates that are in the 2nd quarter, regardless of year. | +| Quarter3 | 25 |
Shows the dates that are in the 3rd quarter, regardless of year. | +| Quarter4 | 26 |
Shows the dates that are in the 4th quarter, regardless of year. | +| ThisMonth | 27 |
Shows this month's dates. | +| ThisQuarter | 28 |
Shows this quarter's dates. | +| ThisWeek | 29 |
Shows this week's dates. | +| ThisYear | 30 |
Shows this year's dates. | +| Today | 31 |
Shows today's dates. | +| Tomorrow | 32 |
Shows tomorrow's dates. | +| YearToDate | 33 |
Shows the dates between the beginning of the year and today, inclusive. | +| Yesterday | 34 |
Shows yesterday's dates. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/ebookloadoptions/_impl/_index.md b/spanish/cpp/aspose.cells/ebookloadoptions/_impl/_index.md new file mode 100644 index 00000000000..7f3a2f72a87 --- /dev/null +++ b/spanish/cpp/aspose.cells/ebookloadoptions/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::EbookLoadOptions::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::EbookLoadOptions::_impl field. The implementation object in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/ebookloadoptions/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +EbookLoadOptions_Impl* Aspose::Cells::EbookLoadOptions::_impl +``` + +## See Also + +* Class [EbookLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/ebookloadoptions/_index.md b/spanish/cpp/aspose.cells/ebookloadoptions/_index.md new file mode 100644 index 00000000000..bff72eb2762 --- /dev/null +++ b/spanish/cpp/aspose.cells/ebookloadoptions/_index.md @@ -0,0 +1,127 @@ +--- +title: Aspose::Cells::EbookLoadOptions class +linktitle: EbookLoadOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::EbookLoadOptions class. Represents options when importing an ebook file in C++.' +type: docs +weight: 5400 +url: /es/cpp/aspose.cells/ebookloadoptions/ +--- +## EbookLoadOptions class + + +Represents options when importing an ebook file. + +```cpp +class EbookLoadOptions : public Aspose::Cells::HtmlLoadOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AbstractTextLoadOptions(AbstractTextLoadOptions_Impl* impl)](../abstracttextloadoptions/abstracttextloadoptions/) | Constructs from an implementation object. | +| [AbstractTextLoadOptions(const AbstractTextLoadOptions\& src)](../abstracttextloadoptions/abstracttextloadoptions/) | Copy constructor. | +| [AbstractTextLoadOptions(const LoadOptions\& src)](../abstracttextloadoptions/abstracttextloadoptions/) | Constructs from a parent object. | +| [EbookLoadOptions()](./ebookloadoptions/) | Creates an option for loading the ebook file. | +| explicit [EbookLoadOptions(LoadFormat loadFormat)](./ebookloadoptions/) | Creates an option of loading the ebook file. | +| [EbookLoadOptions(EbookLoadOptions_Impl* impl)](./ebookloadoptions/) | Constructs from an implementation object. | +| [EbookLoadOptions(const EbookLoadOptions\& src)](./ebookloadoptions/) | Copy constructor. | +| [EbookLoadOptions(const HtmlLoadOptions\& src)](./ebookloadoptions/) | Constructs from a parent object. | +| [GetAutoFilter()](../loadoptions/getautofilter/) | Indicates whether auto filtering the data when loading the files. | +| [GetAutoFitColsAndRows()](../htmlloadoptions/getautofitcolsandrows/) | Indicates whether auto-fit columns and rows. The default value is false. | +| [GetAutoFitterOptions()](../loadoptions/getautofitteroptions/) | Gets and sets the auto fitter options. | +| [GetCheckDataValid()](../loadoptions/getcheckdatavalid/) | Check whether data is valid in the template file. | +| [GetCheckExcelRestriction()](../loadoptions/getcheckexcelrestriction/) | Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K such as by Cell.PutValue(string), if this property is true, you will get an Exception. If this property is false, we will accept your input string value as the cell's value so that later you can output the complete string value for other file formats such as CSV. However, if you have set such kind of value that is invalid for excel file format, you should not save the workbook as excel file format later. Otherwise there may be unexpected error for the generated excel file. | +| [GetConvertDateTimeData()](../abstracttextloadoptions/getconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. | +| [GetConvertNumericData()](../abstracttextloadoptions/getconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. | +| [GetDefaultStyleSettings()](../loadoptions/getdefaultstylesettings/) | Gets the default style settings for initializing styles of the workbook. | +| [GetDeleteRedundantSpaces()](../htmlloadoptions/getdeleteredundantspaces/) | Indicates whether delete redundant spaces when the text wraps lines using **
** tag. The default value is false. | +| [GetDetectLaTeX()](../htmlloadoptions/getdetectlatex/) | Indicates whether to detect LaTeX formula in the HTML file. The default value is false. | +| [GetEncoding()](../abstracttextloadoptions/getencoding/) | Gets and sets the default encoding. Only applies for csv file. | +| [GetFontConfigs()](../loadoptions/getfontconfigs/) | Gets and sets individual font configs. Only works for the [Workbook](../workbook/) which uses this [LoadOptions](../loadoptions/) to load. | +| [GetHasFormula()](../htmlloadoptions/gethasformula/) | Indicates whether the text is formula if it starts with "=". | +| [GetIgnoreNotPrinted()](../loadoptions/getignorenotprinted/) | Ignore the data which are not printed if directly printing the file. | +| [GetIgnoreUselessShapes()](../loadoptions/getignoreuselessshapes/) | Indicates whether ignoring useless shapes. | +| [GetInterruptMonitor()](../loadoptions/getinterruptmonitor/) | Gets and sets the interrupt monitor. | +| [GetKeepPrecision()](../abstracttextloadoptions/getkeepprecision/) | Indicates whether not parsing a string value if the length is 15. | +| [GetKeepUnparsedData()](../loadoptions/getkeepunparseddata/) | Whether keep the unparsed data in memory for the [Workbook](../workbook/) when it is loaded from template file. Default is true. | +| [GetLanguageCode()](../loadoptions/getlanguagecode/) | Gets or sets the user interface language of the [Workbook](../workbook/) version based on CountryCode that has saved the file. | +| [GetLightCellsDataHandler()](../loadoptions/getlightcellsdatahandler/) | The data handler for processing cells data when reading template file. | +| [GetLoadFilter()](../loadoptions/getloadfilter/) | The filter to denote how to load data. | +| [GetLoadFormat()](../loadoptions/getloadformat/) | Gets the load format. | +| [GetLoadFormulas()](../htmlloadoptions/getloadformulas/) | Indicates whether importing formulas if the original html file contains formulas. | +| [GetLoadStyleStrategy()](../abstracttextloadoptions/getloadstylestrategy/) | Indicates the strategy to apply style for parsed values when converting string value to number or datetime. | +| [GetMemorySetting()](../loadoptions/getmemorysetting/) | Gets or sets the memory mode for loaded workbook. | +| [GetParagrahLayoutMode()](../htmlloadoptions/getparagrahlayoutmode/) | Specifies how HTML

elements are rendered when loading HTML. The default value is HtmlParagraphLayoutMode.Normal. | +| [GetParsingFormulaOnOpen()](../loadoptions/getparsingformulaonopen/) | Indicates whether parsing the formula when reading the file. | +| [GetParsingPivotCachedRecords()](../loadoptions/getparsingpivotcachedrecords/) | Indicates whether parsing pivot cached records when loading the file. The default value is false. | +| [GetPassword()](../loadoptions/getpassword/) | Gets and set the password of the workbook. | +| [GetPreservePaddingSpacesInFormula()](../loadoptions/getpreservepaddingspacesinformula/) | Indicates whether preserve those spaces and line breaks that are padded between formula tokens while getting and setting formulas. Default value is false. | +| [GetProgId()](../htmlloadoptions/getprogid/) | Gets the program id of creating the file. Only for MHT files. | +| [GetRegion()](../loadoptions/getregion/) | Gets or sets the regional settings used for the [Workbook](../workbook/) that will be loaded. | +| [GetSupportDivTag()](../htmlloadoptions/getsupportdivtag/) | Indicates whether support the layout of **

** tag when the html file contains it. The default value is false. | +| [GetTableLoadOptions()](../htmlloadoptions/gettableloadoptions/) | Get the [HtmlTableLoadOptionCollection](../htmltableloadoptioncollection/) instance. | +| [GetWarningCallback()](../loadoptions/getwarningcallback/) | Gets or sets warning callback. | +| [HtmlLoadOptions()](../htmlloadoptions/htmlloadoptions/) | Creates an options of loading the file. | +| explicit [HtmlLoadOptions(LoadFormat loadFormat)](../htmlloadoptions/htmlloadoptions/) | Creates an options of loading the file. | +| [HtmlLoadOptions(HtmlLoadOptions_Impl* impl)](../htmlloadoptions/htmlloadoptions/) | Constructs from an implementation object. | +| [HtmlLoadOptions(const HtmlLoadOptions\& src)](../htmlloadoptions/htmlloadoptions/) | Copy constructor. | +| [HtmlLoadOptions(const AbstractTextLoadOptions\& src)](../htmlloadoptions/htmlloadoptions/) | Constructs from a parent object. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [LoadOptions()](../loadoptions/loadoptions/) | Creates an options of loading the file. | +| explicit [LoadOptions(LoadFormat loadFormat)](../loadoptions/loadoptions/) | Creates an options of loading the file. | +| [LoadOptions(LoadOptions_Impl* impl)](../loadoptions/loadoptions/) | Constructs from an implementation object. | +| [LoadOptions(const LoadOptions\& src)](../loadoptions/loadoptions/) | Copy constructor. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const EbookLoadOptions\& src)](./operator_asm/) | operator= | +| [operator=(const HtmlLoadOptions\& src)](../htmlloadoptions/operator_asm/) | operator= | +| [operator=(const AbstractTextLoadOptions\& src)](../abstracttextloadoptions/operator_asm/) | operator= | +| [operator=(const LoadOptions\& src)](../loadoptions/operator_asm/) | operator= | +| [SetAutoFilter(bool value)](../loadoptions/setautofilter/) | Indicates whether auto filtering the data when loading the files. | +| [SetAutoFitColsAndRows(bool value)](../htmlloadoptions/setautofitcolsandrows/) | Indicates whether auto-fit columns and rows. The default value is false. | +| [SetAutoFitterOptions(const AutoFitterOptions\& value)](../loadoptions/setautofitteroptions/) | Gets and sets the auto fitter options. | +| [SetCheckDataValid(bool value)](../loadoptions/setcheckdatavalid/) | Check whether data is valid in the template file. | +| [SetCheckExcelRestriction(bool value)](../loadoptions/setcheckexcelrestriction/) | Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K such as by Cell.PutValue(string), if this property is true, you will get an Exception. If this property is false, we will accept your input string value as the cell's value so that later you can output the complete string value for other file formats such as CSV. However, if you have set such kind of value that is invalid for excel file format, you should not save the workbook as excel file format later. Otherwise there may be unexpected error for the generated excel file. | +| [SetConvertDateTimeData(bool value)](../abstracttextloadoptions/setconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. | +| [SetConvertNumericData(bool value)](../abstracttextloadoptions/setconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. | +| [SetDeleteRedundantSpaces(bool value)](../htmlloadoptions/setdeleteredundantspaces/) | Indicates whether delete redundant spaces when the text wraps lines using **
** tag. The default value is false. | +| [SetDetectLaTeX(bool value)](../htmlloadoptions/setdetectlatex/) | Indicates whether to detect LaTeX formula in the HTML file. The default value is false. | +| [SetEncoding(EncodingType value)](../abstracttextloadoptions/setencoding/) | Gets and sets the default encoding. Only applies for csv file. | +| [SetFontConfigs(const IndividualFontConfigs\& value)](../loadoptions/setfontconfigs/) | Gets and sets individual font configs. Only works for the [Workbook](../workbook/) which uses this [LoadOptions](../loadoptions/) to load. | +| [SetHasFormula(bool value)](../htmlloadoptions/sethasformula/) | Indicates whether the text is formula if it starts with "=". | +| [SetIgnoreNotPrinted(bool value)](../loadoptions/setignorenotprinted/) | Ignore the data which are not printed if directly printing the file. | +| [SetIgnoreUselessShapes(bool value)](../loadoptions/setignoreuselessshapes/) | Indicates whether ignoring useless shapes. | +| [SetInterruptMonitor(AbstractInterruptMonitor* value)](../loadoptions/setinterruptmonitor/) | Gets and sets the interrupt monitor. | +| [SetKeepPrecision(bool value)](../abstracttextloadoptions/setkeepprecision/) | Indicates whether not parsing a string value if the length is 15. | +| [SetKeepUnparsedData(bool value)](../loadoptions/setkeepunparseddata/) | Whether keep the unparsed data in memory for the [Workbook](../workbook/) when it is loaded from template file. Default is true. | +| [SetLanguageCode(CountryCode value)](../loadoptions/setlanguagecode/) | Gets or sets the user interface language of the [Workbook](../workbook/) version based on CountryCode that has saved the file. | +| [SetLightCellsDataHandler(LightCellsDataHandler* value)](../loadoptions/setlightcellsdatahandler/) | The data handler for processing cells data when reading template file. | +| [SetLoadFilter(LoadFilter* value)](../loadoptions/setloadfilter/) | The filter to denote how to load data. | +| [SetLoadFormulas(bool value)](../htmlloadoptions/setloadformulas/) | Indicates whether importing formulas if the original html file contains formulas. | +| [SetLoadStyleStrategy(TxtLoadStyleStrategy value)](../abstracttextloadoptions/setloadstylestrategy/) | Indicates the strategy to apply style for parsed values when converting string value to number or datetime. | +| [SetMemorySetting(MemorySetting value)](../loadoptions/setmemorysetting/) | Gets or sets the memory mode for loaded workbook. | +| [SetPaperSize(PaperSizeType type)](../loadoptions/setpapersize/) | Sets the default print paper size from default printer's setting. | +| [SetParagrahLayoutMode(HtmlParagraphLayoutMode value)](../htmlloadoptions/setparagrahlayoutmode/) | Specifies how HTML

elements are rendered when loading HTML. The default value is HtmlParagraphLayoutMode.Normal. | +| [SetParsingFormulaOnOpen(bool value)](../loadoptions/setparsingformulaonopen/) | Indicates whether parsing the formula when reading the file. | +| [SetParsingPivotCachedRecords(bool value)](../loadoptions/setparsingpivotcachedrecords/) | Indicates whether parsing pivot cached records when loading the file. The default value is false. | +| [SetPassword(const U16String\& value)](../loadoptions/setpassword/) | Gets and set the password of the workbook. | +| [SetPassword(const char16_t* value)](../loadoptions/setpassword/) | Gets and set the password of the workbook. | +| [SetPreservePaddingSpacesInFormula(bool value)](../loadoptions/setpreservepaddingspacesinformula/) | Indicates whether preserve those spaces and line breaks that are padded between formula tokens while getting and setting formulas. Default value is false. | +| [SetRegion(CountryCode value)](../loadoptions/setregion/) | Gets or sets the regional settings used for the [Workbook](../workbook/) that will be loaded. | +| [SetSupportDivTag(bool value)](../htmlloadoptions/setsupportdivtag/) | Indicates whether support the layout of **

** tag when the html file contains it. The default value is false. | +| [SetWarningCallback(IWarningCallback* value)](../loadoptions/setwarningcallback/) | Gets or sets warning callback. | +| [~AbstractTextLoadOptions()](../abstracttextloadoptions/~abstracttextloadoptions/) | Destructor. | +| [~EbookLoadOptions()](./~ebookloadoptions/) | Destructor. | +| [~HtmlLoadOptions()](../htmlloadoptions/~htmlloadoptions/) | Destructor. | +| [~LoadOptions()](../loadoptions/~loadoptions/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [HtmlLoadOptions](../htmlloadoptions/) +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/ebookloadoptions/ebookloadoptions/_index.md b/spanish/cpp/aspose.cells/ebookloadoptions/ebookloadoptions/_index.md new file mode 100644 index 00000000000..3400c99d15d --- /dev/null +++ b/spanish/cpp/aspose.cells/ebookloadoptions/ebookloadoptions/_index.md @@ -0,0 +1,90 @@ +--- +title: Aspose::Cells::EbookLoadOptions::EbookLoadOptions constructor +linktitle: EbookLoadOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::EbookLoadOptions::EbookLoadOptions constructor. Creates an option for loading the ebook file in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/ebookloadoptions/ebookloadoptions/ +--- +## EbookLoadOptions::EbookLoadOptions() constructor + + +Creates an option for loading the ebook file. + +```cpp +Aspose::Cells::EbookLoadOptions::EbookLoadOptions() +``` + +## See Also + +* Class [EbookLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## EbookLoadOptions::EbookLoadOptions(LoadFormat) constructor + + +Creates an option of loading the ebook file. + +```cpp +Aspose::Cells::EbookLoadOptions::EbookLoadOptions(LoadFormat loadFormat) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| loadFormat | LoadFormat | The loading format | + +## See Also + +* Enum [LoadFormat](../../loadformat/) +* Class [EbookLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## EbookLoadOptions::EbookLoadOptions(EbookLoadOptions_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::EbookLoadOptions::EbookLoadOptions(EbookLoadOptions_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [EbookLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## EbookLoadOptions::EbookLoadOptions(const EbookLoadOptions\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::EbookLoadOptions::EbookLoadOptions(const EbookLoadOptions &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [EbookLoadOptions](../) +* Class [EbookLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## EbookLoadOptions::EbookLoadOptions(const HtmlLoadOptions\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::EbookLoadOptions::EbookLoadOptions(const HtmlLoadOptions &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlLoadOptions](../../htmlloadoptions/) +* Class [EbookLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/ebookloadoptions/isnull/_index.md b/spanish/cpp/aspose.cells/ebookloadoptions/isnull/_index.md new file mode 100644 index 00000000000..722589fe0cd --- /dev/null +++ b/spanish/cpp/aspose.cells/ebookloadoptions/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::EbookLoadOptions::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::EbookLoadOptions::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/ebookloadoptions/isnull/ +--- +## EbookLoadOptions::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::EbookLoadOptions::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [EbookLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/ebookloadoptions/operator_asm/_index.md b/spanish/cpp/aspose.cells/ebookloadoptions/operator_asm/_index.md new file mode 100644 index 00000000000..b3860f267d4 --- /dev/null +++ b/spanish/cpp/aspose.cells/ebookloadoptions/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::EbookLoadOptions::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::EbookLoadOptions::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/ebookloadoptions/operator_asm/ +--- +## EbookLoadOptions::operator= method + + +operator= + +```cpp +EbookLoadOptions & Aspose::Cells::EbookLoadOptions::operator=(const EbookLoadOptions &src) +``` + +## See Also + +* Class [EbookLoadOptions](../) +* Class [Vector](../../vector/) +* Class [EbookLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/ebookloadoptions/operator_bool/_index.md b/spanish/cpp/aspose.cells/ebookloadoptions/operator_bool/_index.md new file mode 100644 index 00000000000..63e61c3966e --- /dev/null +++ b/spanish/cpp/aspose.cells/ebookloadoptions/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::EbookLoadOptions::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::EbookLoadOptions::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/ebookloadoptions/operator_bool/ +--- +## EbookLoadOptions::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::EbookLoadOptions::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [EbookLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/ebookloadoptions/~ebookloadoptions/_index.md b/spanish/cpp/aspose.cells/ebookloadoptions/~ebookloadoptions/_index.md new file mode 100644 index 00000000000..7005494f524 --- /dev/null +++ b/spanish/cpp/aspose.cells/ebookloadoptions/~ebookloadoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::EbookLoadOptions::~EbookLoadOptions method +linktitle: ~EbookLoadOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::EbookLoadOptions::~EbookLoadOptions method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/ebookloadoptions/~ebookloadoptions/ +--- +## EbookLoadOptions::~EbookLoadOptions method + + +Destructor. + +```cpp +Aspose::Cells::EbookLoadOptions::~EbookLoadOptions() +``` + +## See Also + +* Class [EbookLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/emfrendersetting/_index.md b/spanish/cpp/aspose.cells/emfrendersetting/_index.md new file mode 100644 index 00000000000..f3c7bc6ef71 --- /dev/null +++ b/spanish/cpp/aspose.cells/emfrendersetting/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::EmfRenderSetting enum +linktitle: EmfRenderSetting +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::EmfRenderSetting enum. Setting for rendering Emf metafile in C++.' +type: docs +weight: 20400 +url: /es/cpp/aspose.cells/emfrendersetting/ +--- +## EmfRenderSetting enum + + +Setting for rendering Emf metafile. + +```cpp +enum class EmfRenderSetting +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| EmfOnly | 0 |
Only rendering Emf records. | +| EmfPlusPrefer | 1 |
Prefer rendering EmfPlus records. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/encodingtype/_index.md b/spanish/cpp/aspose.cells/encodingtype/_index.md new file mode 100644 index 00000000000..e60849d0fc4 --- /dev/null +++ b/spanish/cpp/aspose.cells/encodingtype/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::EncodingType enum +linktitle: EncodingType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::EncodingType enum. Enums supported encoding types in C++.' +type: docs +weight: 20500 +url: /es/cpp/aspose.cells/encodingtype/ +--- +## EncodingType enum + + +Enums supported encoding types. + +```cpp +enum class EncodingType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Default | 0 |
Default encoding type. | +| ASCII | 1 |
ASCII encoding type. | +| UTF8 | 2 |
UTF8 encoding type. | +| Unicode | 3 |
Little-endian Unicode encoding type. | +| UnicodeBE | 4 |
Big-endian Unicode encoding type. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/encryptiontype/_index.md b/spanish/cpp/aspose.cells/encryptiontype/_index.md new file mode 100644 index 00000000000..0525544cc8f --- /dev/null +++ b/spanish/cpp/aspose.cells/encryptiontype/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Cells::EncryptionType enum +linktitle: EncryptionType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::EncryptionType enum. Encryption Type. Only used by excel2003. We will encrypt 2007/2010 workbook using SHA AES the same as Excel does, and this EncryptionType will be ignored in C++.' +type: docs +weight: 20600 +url: /es/cpp/aspose.cells/encryptiontype/ +--- +## EncryptionType enum + + +Encryption Type. Only used by excel2003. We will encrypt 2007/2010 workbook using SHA AES the same as Excel does, and this EncryptionType will be ignored. + +```cpp +enum class EncryptionType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| XOR | 0 |
XOR encryption algorithm. | +| Compatible | 1 |
Office 97/2000 compatible. | +| EnhancedCryptographicProviderV1 | 2 |
Enhanced encryption. | +| StrongCryptographicProvider | 3 |
Strong encryption algorithm. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/enumerator/_index.md b/spanish/cpp/aspose.cells/enumerator/_index.md new file mode 100644 index 00000000000..b115a436c33 --- /dev/null +++ b/spanish/cpp/aspose.cells/enumerator/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Enumerator class +linktitle: Enumerator +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Enumerator class. Enumeration template class, provides a simple way to iterate over a collection in C++.' +type: docs +weight: 5500 +url: /es/cpp/aspose.cells/enumerator/ +--- +## Enumerator class + + +Enumeration template class, provides a simple way to iterate over a collection. + +```cpp +templateclass Enumerator +``` + + +| Parameter | Description | +| --- | --- | +| T | | +## Methods + +| Method | Description | +| --- | --- | +| [Enumerator(void* impl)](./enumerator/) | Constructs from an implementation object. Internal use. | +| [Enumerator(const Enumerator \\& src)](./enumerator/) | Copy constructor. | +| [GetCurrent()](./getcurrent/) | Gets the current element in the enumeration. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [MoveNext()](./movenext/) | Advances the enumerator to the next element of the enumeration and returns a boolean indicating whether an element is available. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const Enumerator \\& src)](./operator_asm/) | operator= | +| [Reset()](./reset/) | Resets the enumerator to the beginning of the enumeration. | +| [~Enumerator()](./~enumerator/) | Destructor. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/enumerator/enumerator/_index.md b/spanish/cpp/aspose.cells/enumerator/enumerator/_index.md new file mode 100644 index 00000000000..81140b60ddf --- /dev/null +++ b/spanish/cpp/aspose.cells/enumerator/enumerator/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Enumerator::Enumerator constructor +linktitle: Enumerator +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Enumerator::Enumerator constructor. Constructs from an implementation object. Internal use in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/enumerator/enumerator/ +--- +## Enumerator::Enumerator(void*) constructor + + +Constructs from an implementation object. Internal use. + +```cpp +Aspose::Cells::Enumerator::Enumerator(void *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Enumerator](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Enumerator::Enumerator(const Enumerator \\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Enumerator::Enumerator(const Enumerator &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Enumerator](../) +* Class [Enumerator](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/enumerator/getcurrent/_index.md b/spanish/cpp/aspose.cells/enumerator/getcurrent/_index.md new file mode 100644 index 00000000000..619334e640b --- /dev/null +++ b/spanish/cpp/aspose.cells/enumerator/getcurrent/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Enumerator::GetCurrent method +linktitle: GetCurrent +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Enumerator::GetCurrent method. Gets the current element in the enumeration in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/enumerator/getcurrent/ +--- +## Enumerator::GetCurrent method + + +Gets the current element in the enumeration. + +```cpp +T Aspose::Cells::Enumerator::GetCurrent() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Enumerator](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/enumerator/isnull/_index.md b/spanish/cpp/aspose.cells/enumerator/isnull/_index.md new file mode 100644 index 00000000000..a1e756dde2d --- /dev/null +++ b/spanish/cpp/aspose.cells/enumerator/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Enumerator::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Enumerator::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/enumerator/isnull/ +--- +## Enumerator::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Enumerator::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [Enumerator](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/enumerator/movenext/_index.md b/spanish/cpp/aspose.cells/enumerator/movenext/_index.md new file mode 100644 index 00000000000..8c2ad241d58 --- /dev/null +++ b/spanish/cpp/aspose.cells/enumerator/movenext/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Enumerator::MoveNext method +linktitle: MoveNext +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Enumerator::MoveNext method. Advances the enumerator to the next element of the enumeration and returns a boolean indicating whether an element is available in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/enumerator/movenext/ +--- +## Enumerator::MoveNext method + + +Advances the enumerator to the next element of the enumeration and returns a boolean indicating whether an element is available. + +```cpp +bool Aspose::Cells::Enumerator::MoveNext() +``` + + +## ReturnValue + +Returns true if an element is available. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [Enumerator](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/enumerator/operator_asm/_index.md b/spanish/cpp/aspose.cells/enumerator/operator_asm/_index.md new file mode 100644 index 00000000000..7d37a7c95bc --- /dev/null +++ b/spanish/cpp/aspose.cells/enumerator/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Enumerator::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Enumerator::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/enumerator/operator_asm/ +--- +## Enumerator::operator= method + + +operator= + +```cpp +Enumerator & Aspose::Cells::Enumerator::operator=(const Enumerator &src) +``` + +## See Also + +* Class [Enumerator](../) +* Class [Vector](../../vector/) +* Class [Enumerator](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/enumerator/operator_bool/_index.md b/spanish/cpp/aspose.cells/enumerator/operator_bool/_index.md new file mode 100644 index 00000000000..f286f4a2800 --- /dev/null +++ b/spanish/cpp/aspose.cells/enumerator/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Enumerator::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Enumerator::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/enumerator/operator_bool/ +--- +## Enumerator::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Enumerator::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [Enumerator](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/enumerator/reset/_index.md b/spanish/cpp/aspose.cells/enumerator/reset/_index.md new file mode 100644 index 00000000000..dde631cbd29 --- /dev/null +++ b/spanish/cpp/aspose.cells/enumerator/reset/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Enumerator::Reset method +linktitle: Reset +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Enumerator::Reset method. Resets the enumerator to the beginning of the enumeration in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/enumerator/reset/ +--- +## Enumerator::Reset method + + +Resets the enumerator to the beginning of the enumeration. + +```cpp +void Aspose::Cells::Enumerator::Reset() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Enumerator](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/enumerator/~enumerator/_index.md b/spanish/cpp/aspose.cells/enumerator/~enumerator/_index.md new file mode 100644 index 00000000000..d3e52b73883 --- /dev/null +++ b/spanish/cpp/aspose.cells/enumerator/~enumerator/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Enumerator::~Enumerator method +linktitle: ~Enumerator +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Enumerator::~Enumerator method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/enumerator/~enumerator/ +--- +## Enumerator::~Enumerator method + + +Destructor. + +```cpp +Aspose::Cells::Enumerator::~Enumerator() +``` + +## See Also + +* Class [Enumerator](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/errorcellvaluetype/_index.md b/spanish/cpp/aspose.cells/errorcellvaluetype/_index.md new file mode 100644 index 00000000000..45a0892a319 --- /dev/null +++ b/spanish/cpp/aspose.cells/errorcellvaluetype/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::ErrorCellValueType enum +linktitle: ErrorCellValueType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ErrorCellValueType enum. Represents a cell value which contains an error in C++.' +type: docs +weight: 20900 +url: /es/cpp/aspose.cells/errorcellvaluetype/ +--- +## ErrorCellValueType enum + + +Represents a cell value which contains an error. + +```cpp +enum class ErrorCellValueType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Value | 1 |
Represents the value of a cell containing a #VALUE! error. | +| Ref | 3 |
Represents the value of a cell containing a #REF! error. | +| Name | 4 |
Represents the value of a cell containing a #NAME? error. | +| NA | 6 |
Represents the value of a cell containing a #NAME? error. | +| Blocked | 10 |
Represents the value of a cell containing a #BLOCKED! error. | +| Busy | 14 |
Represents the value of a cell containing a #BUSY! error. | +| Calc | 13 |
Represents the value of a cell containing a #CALC! error. | +| Connect | 9 |
Represents the value of a cell containing a #CONNECT! error. | +| Field | 12 |
Represents the value of a cell containing a #FIELD! error. | +| Spill | 8 |
Represents the value of a cell containing a #SPILL! error. | +| Unknown | 11 |
Represents the value of a cell containing a #UNKNOWN! error. | +| TimeOut | 19 |
Represents the value of a cell containing a #TIMEOUT! error. | +| External | 18 |
Represents the value of a cell containing an #EXTERNAL! error. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/errorcheckoption/_impl/_index.md b/spanish/cpp/aspose.cells/errorcheckoption/_impl/_index.md new file mode 100644 index 00000000000..f6a202f4edb --- /dev/null +++ b/spanish/cpp/aspose.cells/errorcheckoption/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::ErrorCheckOption::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ErrorCheckOption::_impl field. The implementation object in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/errorcheckoption/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ErrorCheckOption_Impl* Aspose::Cells::ErrorCheckOption::_impl +``` + +## See Also + +* Class [ErrorCheckOption](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/errorcheckoption/_index.md b/spanish/cpp/aspose.cells/errorcheckoption/_index.md new file mode 100644 index 00000000000..e014627569f --- /dev/null +++ b/spanish/cpp/aspose.cells/errorcheckoption/_index.md @@ -0,0 +1,66 @@ +--- +title: Aspose::Cells::ErrorCheckOption class +linktitle: ErrorCheckOption +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ErrorCheckOption class. Error check setting applied on certain ranges in C++.' +type: docs +weight: 5600 +url: /es/cpp/aspose.cells/errorcheckoption/ +--- +## ErrorCheckOption class + + +Error check setting applied on certain ranges. + +```cpp +class ErrorCheckOption +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddRange(const CellArea\& ca)](./addrange/) | Adds one influenced range by this setting. | +| [ErrorCheckOption(ErrorCheckOption_Impl* impl)](./errorcheckoption/) | Constructs from an implementation object. | +| [ErrorCheckOption(const ErrorCheckOption\& src)](./errorcheckoption/) | Copy constructor. | +| [GetCountOfRange()](./getcountofrange/) | Gets the count of ranges that influenced by this setting. | +| [GetRange(int32_t index)](./getrange/) | Gets the influenced range of this setting by given index. | +| [IsErrorCheck(ErrorCheckType errorCheckType)](./iserrorcheck/) | Checks whether given error type will be checked. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ErrorCheckOption\& src)](./operator_asm/) | operator= | +| [RemoveRange(int32_t index)](./removerange/) | Removes one range by given index. | +| [SetErrorCheck(ErrorCheckType errorCheckType, bool isCheck)](./seterrorcheck/) | Sets whether given error type will be checked. | +| [~ErrorCheckOption()](./~errorcheckoption/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook workbook; +ErrorCheckOptionCollection opts = workbook.GetWorksheets().Get(0).GetErrorCheckOptions(); +int optionIdx = opts.Add(); +ErrorCheckOption opt = opts.Get(optionIdx); +opt.SetErrorCheck(ErrorCheckType::InconsistFormula, false); +opt.SetErrorCheck(ErrorCheckType::InconsistRange, false); +opt.SetErrorCheck(ErrorCheckType::TextDate, false); +opt.SetErrorCheck(ErrorCheckType::TextNumber, false); +opt.SetErrorCheck(ErrorCheckType::Validation, false); + +CellArea ca = CellArea::CreateCellArea(u"A1", u"B10"); +opt.AddRange(ca); +workbook.Save(u"Book1.xlsx"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/errorcheckoption/addrange/_index.md b/spanish/cpp/aspose.cells/errorcheckoption/addrange/_index.md new file mode 100644 index 00000000000..a1a0a6a1b66 --- /dev/null +++ b/spanish/cpp/aspose.cells/errorcheckoption/addrange/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::ErrorCheckOption::AddRange method +linktitle: AddRange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ErrorCheckOption::AddRange method. Adds one influenced range by this setting in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/errorcheckoption/addrange/ +--- +## ErrorCheckOption::AddRange method + + +Adds one influenced range by this setting. + +```cpp +int32_t Aspose::Cells::ErrorCheckOption::AddRange(const CellArea &ca) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| ca | const CellArea\& | the range to be added. | + +## ReturnValue + +the index of the added range in the range list of this setting. + +## See Also + +* Class [Vector](../../vector/) +* Class [CellArea](../../cellarea/) +* Class [ErrorCheckOption](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/errorcheckoption/errorcheckoption/_index.md b/spanish/cpp/aspose.cells/errorcheckoption/errorcheckoption/_index.md new file mode 100644 index 00000000000..ba316a7bd79 --- /dev/null +++ b/spanish/cpp/aspose.cells/errorcheckoption/errorcheckoption/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::ErrorCheckOption::ErrorCheckOption constructor +linktitle: ErrorCheckOption +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ErrorCheckOption::ErrorCheckOption constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/errorcheckoption/errorcheckoption/ +--- +## ErrorCheckOption::ErrorCheckOption(ErrorCheckOption_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::ErrorCheckOption::ErrorCheckOption(ErrorCheckOption_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ErrorCheckOption](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## ErrorCheckOption::ErrorCheckOption(const ErrorCheckOption\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::ErrorCheckOption::ErrorCheckOption(const ErrorCheckOption &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ErrorCheckOption](../) +* Class [ErrorCheckOption](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/errorcheckoption/getcountofrange/_index.md b/spanish/cpp/aspose.cells/errorcheckoption/getcountofrange/_index.md new file mode 100644 index 00000000000..602a9e2f47b --- /dev/null +++ b/spanish/cpp/aspose.cells/errorcheckoption/getcountofrange/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::ErrorCheckOption::GetCountOfRange method +linktitle: GetCountOfRange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ErrorCheckOption::GetCountOfRange method. Gets the count of ranges that influenced by this setting in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/errorcheckoption/getcountofrange/ +--- +## ErrorCheckOption::GetCountOfRange method + + +Gets the count of ranges that influenced by this setting. + +```cpp +int32_t Aspose::Cells::ErrorCheckOption::GetCountOfRange() +``` + + +## ReturnValue + +the count of ranges that influenced by this setting. + +## See Also + +* Class [Vector](../../vector/) +* Class [ErrorCheckOption](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/errorcheckoption/getrange/_index.md b/spanish/cpp/aspose.cells/errorcheckoption/getrange/_index.md new file mode 100644 index 00000000000..0dd09d532c6 --- /dev/null +++ b/spanish/cpp/aspose.cells/errorcheckoption/getrange/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::ErrorCheckOption::GetRange method +linktitle: GetRange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ErrorCheckOption::GetRange method. Gets the influenced range of this setting by given index in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/errorcheckoption/getrange/ +--- +## ErrorCheckOption::GetRange method + + +Gets the influenced range of this setting by given index. + +```cpp +CellArea Aspose::Cells::ErrorCheckOption::GetRange(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | the index of range | + +## ReturnValue + +return influenced range at given index. + +## See Also + +* Class [CellArea](../../cellarea/) +* Class [Vector](../../vector/) +* Class [ErrorCheckOption](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/errorcheckoption/iserrorcheck/_index.md b/spanish/cpp/aspose.cells/errorcheckoption/iserrorcheck/_index.md new file mode 100644 index 00000000000..18f91da997f --- /dev/null +++ b/spanish/cpp/aspose.cells/errorcheckoption/iserrorcheck/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::ErrorCheckOption::IsErrorCheck method +linktitle: IsErrorCheck +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ErrorCheckOption::IsErrorCheck method. Checks whether given error type will be checked in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/errorcheckoption/iserrorcheck/ +--- +## ErrorCheckOption::IsErrorCheck method + + +Checks whether given error type will be checked. + +```cpp +bool Aspose::Cells::ErrorCheckOption::IsErrorCheck(ErrorCheckType errorCheckType) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| errorCheckType | ErrorCheckType | error type can be checked | + +## ReturnValue + +return true if given error type will be checked(green triangle will be shown for cell if the check failed). + +## See Also + +* Class [Vector](../../vector/) +* Enum [ErrorCheckType](../../errorchecktype/) +* Class [ErrorCheckOption](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/errorcheckoption/isnull/_index.md b/spanish/cpp/aspose.cells/errorcheckoption/isnull/_index.md new file mode 100644 index 00000000000..8fa7567be06 --- /dev/null +++ b/spanish/cpp/aspose.cells/errorcheckoption/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::ErrorCheckOption::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ErrorCheckOption::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/errorcheckoption/isnull/ +--- +## ErrorCheckOption::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::ErrorCheckOption::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [ErrorCheckOption](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/errorcheckoption/operator_asm/_index.md b/spanish/cpp/aspose.cells/errorcheckoption/operator_asm/_index.md new file mode 100644 index 00000000000..6fbbb8b7a7c --- /dev/null +++ b/spanish/cpp/aspose.cells/errorcheckoption/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::ErrorCheckOption::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ErrorCheckOption::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/errorcheckoption/operator_asm/ +--- +## ErrorCheckOption::operator= method + + +operator= + +```cpp +ErrorCheckOption & Aspose::Cells::ErrorCheckOption::operator=(const ErrorCheckOption &src) +``` + +## See Also + +* Class [ErrorCheckOption](../) +* Class [Vector](../../vector/) +* Class [ErrorCheckOption](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/errorcheckoption/operator_bool/_index.md b/spanish/cpp/aspose.cells/errorcheckoption/operator_bool/_index.md new file mode 100644 index 00000000000..bcb22feae1b --- /dev/null +++ b/spanish/cpp/aspose.cells/errorcheckoption/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ErrorCheckOption::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ErrorCheckOption::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/errorcheckoption/operator_bool/ +--- +## ErrorCheckOption::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::ErrorCheckOption::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ErrorCheckOption](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/errorcheckoption/removerange/_index.md b/spanish/cpp/aspose.cells/errorcheckoption/removerange/_index.md new file mode 100644 index 00000000000..021b6d8534b --- /dev/null +++ b/spanish/cpp/aspose.cells/errorcheckoption/removerange/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::ErrorCheckOption::RemoveRange method +linktitle: RemoveRange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ErrorCheckOption::RemoveRange method. Removes one range by given index in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/errorcheckoption/removerange/ +--- +## ErrorCheckOption::RemoveRange method + + +Removes one range by given index. + +```cpp +void Aspose::Cells::ErrorCheckOption::RemoveRange(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | the index of the range to be removed. | + +## See Also + +* Class [Vector](../../vector/) +* Class [ErrorCheckOption](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/errorcheckoption/seterrorcheck/_index.md b/spanish/cpp/aspose.cells/errorcheckoption/seterrorcheck/_index.md new file mode 100644 index 00000000000..6c8ef9c51a3 --- /dev/null +++ b/spanish/cpp/aspose.cells/errorcheckoption/seterrorcheck/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Cells::ErrorCheckOption::SetErrorCheck method +linktitle: SetErrorCheck +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ErrorCheckOption::SetErrorCheck method. Sets whether given error type will be checked in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/errorcheckoption/seterrorcheck/ +--- +## ErrorCheckOption::SetErrorCheck method + + +Sets whether given error type will be checked. + +```cpp +void Aspose::Cells::ErrorCheckOption::SetErrorCheck(ErrorCheckType errorCheckType, bool isCheck) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| errorCheckType | ErrorCheckType | error type can be checked. | +| isCheck | bool | true if given error type needs to be checked(green triangle will be shown for cell if the check failed). | + +## See Also + +* Class [Vector](../../vector/) +* Enum [ErrorCheckType](../../errorchecktype/) +* Class [ErrorCheckOption](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/errorcheckoption/~errorcheckoption/_index.md b/spanish/cpp/aspose.cells/errorcheckoption/~errorcheckoption/_index.md new file mode 100644 index 00000000000..25ca3450e7d --- /dev/null +++ b/spanish/cpp/aspose.cells/errorcheckoption/~errorcheckoption/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::ErrorCheckOption::~ErrorCheckOption method +linktitle: ~ErrorCheckOption +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ErrorCheckOption::~ErrorCheckOption method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/errorcheckoption/~errorcheckoption/ +--- +## ErrorCheckOption::~ErrorCheckOption method + + +Destructor. + +```cpp +Aspose::Cells::ErrorCheckOption::~ErrorCheckOption() +``` + +## See Also + +* Class [ErrorCheckOption](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/errorcheckoptioncollection/_impl/_index.md b/spanish/cpp/aspose.cells/errorcheckoptioncollection/_impl/_index.md new file mode 100644 index 00000000000..74d47ac02f5 --- /dev/null +++ b/spanish/cpp/aspose.cells/errorcheckoptioncollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::ErrorCheckOptionCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ErrorCheckOptionCollection::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/errorcheckoptioncollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ErrorCheckOptionCollection_Impl* Aspose::Cells::ErrorCheckOptionCollection::_impl +``` + +## See Also + +* Class [ErrorCheckOptionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/errorcheckoptioncollection/_index.md b/spanish/cpp/aspose.cells/errorcheckoptioncollection/_index.md new file mode 100644 index 00000000000..4679bfa3c0b --- /dev/null +++ b/spanish/cpp/aspose.cells/errorcheckoptioncollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::ErrorCheckOptionCollection class +linktitle: ErrorCheckOptionCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ErrorCheckOptionCollection class. Represents all error check option in C++.' +type: docs +weight: 5700 +url: /es/cpp/aspose.cells/errorcheckoptioncollection/ +--- +## ErrorCheckOptionCollection class + + +Represents all error check option. + +```cpp +class ErrorCheckOptionCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add()](./add/) | Add an error check option. | +| [ErrorCheckOptionCollection(ErrorCheckOptionCollection_Impl* impl)](./errorcheckoptioncollection/) | Constructs from an implementation object. | +| [ErrorCheckOptionCollection(const ErrorCheckOptionCollection\& src)](./errorcheckoptioncollection/) | Copy constructor. | +| [Get(int32_t index)](./get/) | Gets [ErrorCheckOption](../errorcheckoption/) object by the given index. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ErrorCheckOptionCollection\& src)](./operator_asm/) | operator= | +| [~ErrorCheckOptionCollection()](./~errorcheckoptioncollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/errorcheckoptioncollection/add/_index.md b/spanish/cpp/aspose.cells/errorcheckoptioncollection/add/_index.md new file mode 100644 index 00000000000..1aafd21e80c --- /dev/null +++ b/spanish/cpp/aspose.cells/errorcheckoptioncollection/add/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::ErrorCheckOptionCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ErrorCheckOptionCollection::Add method. Add an error check option in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/errorcheckoptioncollection/add/ +--- +## ErrorCheckOptionCollection::Add method + + +Add an error check option. + +```cpp +int32_t Aspose::Cells::ErrorCheckOptionCollection::Add() +``` + + +## ReturnValue + + + +## See Also + +* Class [Vector](../../vector/) +* Class [ErrorCheckOptionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/errorcheckoptioncollection/errorcheckoptioncollection/_index.md b/spanish/cpp/aspose.cells/errorcheckoptioncollection/errorcheckoptioncollection/_index.md new file mode 100644 index 00000000000..b801bcfc567 --- /dev/null +++ b/spanish/cpp/aspose.cells/errorcheckoptioncollection/errorcheckoptioncollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::ErrorCheckOptionCollection::ErrorCheckOptionCollection constructor +linktitle: ErrorCheckOptionCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ErrorCheckOptionCollection::ErrorCheckOptionCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/errorcheckoptioncollection/errorcheckoptioncollection/ +--- +## ErrorCheckOptionCollection::ErrorCheckOptionCollection(ErrorCheckOptionCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::ErrorCheckOptionCollection::ErrorCheckOptionCollection(ErrorCheckOptionCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ErrorCheckOptionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## ErrorCheckOptionCollection::ErrorCheckOptionCollection(const ErrorCheckOptionCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::ErrorCheckOptionCollection::ErrorCheckOptionCollection(const ErrorCheckOptionCollection &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ErrorCheckOptionCollection](../) +* Class [ErrorCheckOptionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/errorcheckoptioncollection/get/_index.md b/spanish/cpp/aspose.cells/errorcheckoptioncollection/get/_index.md new file mode 100644 index 00000000000..43d2512eea7 --- /dev/null +++ b/spanish/cpp/aspose.cells/errorcheckoptioncollection/get/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::ErrorCheckOptionCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ErrorCheckOptionCollection::Get method. Gets ErrorCheckOption object by the given index in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/errorcheckoptioncollection/get/ +--- +## ErrorCheckOptionCollection::Get method + + +Gets [ErrorCheckOption](../../errorcheckoption/) object by the given index. + +```cpp +ErrorCheckOption Aspose::Cells::ErrorCheckOptionCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The index | + +## ReturnValue + +Return [ErrorCheckOption](../../errorcheckoption/) object + +## See Also + +* Class [ErrorCheckOption](../../errorcheckoption/) +* Class [Vector](../../vector/) +* Class [ErrorCheckOptionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/errorcheckoptioncollection/getcount/_index.md b/spanish/cpp/aspose.cells/errorcheckoptioncollection/getcount/_index.md new file mode 100644 index 00000000000..e08315e5add --- /dev/null +++ b/spanish/cpp/aspose.cells/errorcheckoptioncollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ErrorCheckOptionCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::ErrorCheckOptionCollection class in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/errorcheckoptioncollection/getcount/ +--- +## ErrorCheckOptionCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::ErrorCheckOptionCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ErrorCheckOptionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/errorcheckoptioncollection/isnull/_index.md b/spanish/cpp/aspose.cells/errorcheckoptioncollection/isnull/_index.md new file mode 100644 index 00000000000..61e8173bffa --- /dev/null +++ b/spanish/cpp/aspose.cells/errorcheckoptioncollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::ErrorCheckOptionCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ErrorCheckOptionCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/errorcheckoptioncollection/isnull/ +--- +## ErrorCheckOptionCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::ErrorCheckOptionCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [ErrorCheckOptionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/errorcheckoptioncollection/operator_asm/_index.md b/spanish/cpp/aspose.cells/errorcheckoptioncollection/operator_asm/_index.md new file mode 100644 index 00000000000..bb1a0665a96 --- /dev/null +++ b/spanish/cpp/aspose.cells/errorcheckoptioncollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::ErrorCheckOptionCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ErrorCheckOptionCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/errorcheckoptioncollection/operator_asm/ +--- +## ErrorCheckOptionCollection::operator= method + + +operator= + +```cpp +ErrorCheckOptionCollection & Aspose::Cells::ErrorCheckOptionCollection::operator=(const ErrorCheckOptionCollection &src) +``` + +## See Also + +* Class [ErrorCheckOptionCollection](../) +* Class [Vector](../../vector/) +* Class [ErrorCheckOptionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/errorcheckoptioncollection/operator_bool/_index.md b/spanish/cpp/aspose.cells/errorcheckoptioncollection/operator_bool/_index.md new file mode 100644 index 00000000000..f55b14cf9d3 --- /dev/null +++ b/spanish/cpp/aspose.cells/errorcheckoptioncollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ErrorCheckOptionCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ErrorCheckOptionCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/errorcheckoptioncollection/operator_bool/ +--- +## ErrorCheckOptionCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::ErrorCheckOptionCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ErrorCheckOptionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/errorcheckoptioncollection/~errorcheckoptioncollection/_index.md b/spanish/cpp/aspose.cells/errorcheckoptioncollection/~errorcheckoptioncollection/_index.md new file mode 100644 index 00000000000..a788b02c222 --- /dev/null +++ b/spanish/cpp/aspose.cells/errorcheckoptioncollection/~errorcheckoptioncollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::ErrorCheckOptionCollection::~ErrorCheckOptionCollection method +linktitle: ~ErrorCheckOptionCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ErrorCheckOptionCollection::~ErrorCheckOptionCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/errorcheckoptioncollection/~errorcheckoptioncollection/ +--- +## ErrorCheckOptionCollection::~ErrorCheckOptionCollection method + + +Destructor. + +```cpp +Aspose::Cells::ErrorCheckOptionCollection::~ErrorCheckOptionCollection() +``` + +## See Also + +* Class [ErrorCheckOptionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/errorchecktype/_index.md b/spanish/cpp/aspose.cells/errorchecktype/_index.md new file mode 100644 index 00000000000..1a2b462aaac --- /dev/null +++ b/spanish/cpp/aspose.cells/errorchecktype/_index.md @@ -0,0 +1,41 @@ +--- +title: Aspose::Cells::ErrorCheckType enum +linktitle: ErrorCheckType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ErrorCheckType enum. Represents all error check type in C++.' +type: docs +weight: 20800 +url: /es/cpp/aspose.cells/errorchecktype/ +--- +## ErrorCheckType enum + + +Represents all error check type. + +```cpp +enum class ErrorCheckType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| EvaluationError | 1 |
Ignore errors when cells contain formulas that result in an error. | +| Calc | 1 | **(Deprecated - Use ErrorCheckType.EvaluationError instead. )**
| +| EmptyCellRef | 2 |
Ignore errors when formulas refer to empty cells. | +| NumberStoredAsText | 4 |
Ignore errors when numbers are formatted as text or are preceded by an apostrophe. | +| TextNumber | 4 | **(Deprecated - Use ErrorCheckType.NumberStoredAsText instead. )**
Ignore errors when numbers are formatted as text or are preceded by an apostrophe. | +| InconsistRange | 8 |
Ignore errors when formulas omit certain cells in a region. | +| InconsistFormula | 16 |
Ignore errors when a formula in a region of your worksheet differs from other formulas in the same region. | +| TwoDigitTextYear | 32 |
Ignore errors when formulas contain text formatted cells with years represented as 2 digits. | +| TextDate | 32 | **(Deprecated - Use ErrorCheckType.TwoDigitTextYear instead. )**
Ignore errors when formulas contain text formatted cells with years represented as 2 digits. | +| UnlockedFormula | 64 |
Ignore errors when unlocked cells contain formulas. | +| UnproctedFormula | 64 | **(Deprecated - Use ErrorCheckType.UnproctedFormula instead. )**
Ignore errors when unlocked cells contain formulas. | +| TableDataValidation | 128 |
Ignore errors when a cell's value in a Table does not comply with the Data [Validation](../validation/) rules specified. | +| Validation | 128 | **(Deprecated - Use ErrorCheckType.TableDataValidation instead. )**
Ignore errors when a cell's value in a Table does not comply with the Data [Validation](../validation/) rules specified. | +| CalculatedColumn | 129 |
Ignore errors when cells contain a value different from a calculated column formula. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/exceptiontype/_index.md b/spanish/cpp/aspose.cells/exceptiontype/_index.md new file mode 100644 index 00000000000..6e0096b2e51 --- /dev/null +++ b/spanish/cpp/aspose.cells/exceptiontype/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::ExceptionType enum +linktitle: ExceptionType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExceptionType enum. Represents custom exception type code in C++.' +type: docs +weight: 20900 +url: /es/cpp/aspose.cells/exceptiontype/ +--- +## ExceptionType enum + + +Represents custom exception type code. + +```cpp +enum class ExceptionType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Chart | 0 |
Invalid chart setting. | +| DataType | 1 |
Invalid data type setting. | +| DataValidation | 2 |
Invalid data validation setting. | +| ConditionalFormatting | 3 |
Invalid data validation setting. | +| FileFormat | 4 |
Invalid file format. | +| Formula | 5 |
Invalid formula. | +| InvalidData | 6 |
Invalid data. | +| InvalidOperator | 7 |
Invalid operator. | +| IncorrectPassword | 8 |
Incorrect password. | +| License | 9 |
[License](../license/) related errors. | +| Limitation | 10 |
Out of MS Excel limitation error. | +| PageSetup | 11 |
Invalid page setup setting. | +| PivotTable | 12 |
Invalid pivotTable setting. | +| Shape | 13 |
Invalid drawing object setting. | +| Sparkline | 14 |
Invalid sparkline object setting. | +| SheetName | 15 |
Invalid worksheet name. | +| SheetType | 16 |
Invalid worksheet type. | +| Interrupted | 17 |
The process is interrupted. | +| IO | 18 |
The file is invalid. | +| Permission | 19 |
Permission is required to open this file. | +| UnsupportedFeature | 20 |
Unsupported feature. | +| UnsupportedStream | 21 |
Unsupported stream to be opened. | +| UndisclosedInformation | 22 |
Files contains some undisclosed information. | +| FileCorrupted | 23 |
File content is corrupted. | +| Internal | 24 |
Internal exception. | +| DefinedName | 25 |
Invalid defined name. | +| Font | 26 |
Invalid font. | +| AutoFilter | 27 |
Invalid auto filter setting. | +| FontSubstitution | 28 |
[Font](../font/) substitution warning type when a font has not been found, this warning type can be get. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/externallink/_impl/_index.md b/spanish/cpp/aspose.cells/externallink/_impl/_index.md new file mode 100644 index 00000000000..6ef28a1d6e0 --- /dev/null +++ b/spanish/cpp/aspose.cells/externallink/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::ExternalLink::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalLink::_impl field. The implementation object in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells/externallink/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ExternalLink_Impl* Aspose::Cells::ExternalLink::_impl +``` + +## See Also + +* Class [ExternalLink](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/externallink/_index.md b/spanish/cpp/aspose.cells/externallink/_index.md new file mode 100644 index 00000000000..17783764f26 --- /dev/null +++ b/spanish/cpp/aspose.cells/externallink/_index.md @@ -0,0 +1,67 @@ +--- +title: Aspose::Cells::ExternalLink class +linktitle: ExternalLink +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalLink class. Represents an external link in a workbook in C++.' +type: docs +weight: 5800 +url: /es/cpp/aspose.cells/externallink/ +--- +## ExternalLink class + + +Represents an external link in a workbook. + +```cpp +class ExternalLink +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AddExternalName(const U16String\& text, const U16String\& referTo)](./addexternalname/) | Adds an external name. | +| [AddExternalName(const char16_t* text, const char16_t* referTo)](./addexternalname/) | Adds an external name. | +| [ExternalLink(ExternalLink_Impl* impl)](./externallink/) | Constructs from an implementation object. | +| [ExternalLink(const ExternalLink\& src)](./externallink/) | Copy constructor. | +| [GetDataSource()](./getdatasource/) | Represents data source of the external link. | +| [GetOriginalDataSource()](./getoriginaldatasource/) | Represents stored data source of the external link. | +| [GetPathType()](./getpathtype/) | Get the path type of this external link. | +| [GetType()](./gettype/) | Gets the type of external link. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsReferred()](./isreferred/) | Indicates whether this external link is referenced by others. | +| [IsVisible()](./isvisible/) | Indicates whether this external link is visible in MS Excel. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ExternalLink\& src)](./operator_asm/) | operator= | +| [SetDataSource(const U16String\& value)](./setdatasource/) | Represents data source of the external link. | +| [SetDataSource(const char16_t* value)](./setdatasource/) | Represents data source of the external link. | +| [SetOriginalDataSource(const U16String\& value)](./setoriginaldatasource/) | Represents stored data source of the external link. | +| [SetOriginalDataSource(const char16_t* value)](./setoriginaldatasource/) | Represents stored data source of the external link. | +| [~ExternalLink()](./~externallink/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Abrir un archivo con enlaces externos +Workbook workbook(u"book1.xls"); + +//Obtener enlace externo +ExternalLink externalLink = workbook.GetWorksheets().GetExternalLinks().Get(0); + +//Cambiar origen de datos del enlace externo +externalLink.SetDataSource(u"d:\\link.xls"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/externallink/addexternalname/_index.md b/spanish/cpp/aspose.cells/externallink/addexternalname/_index.md new file mode 100644 index 00000000000..03f859c7564 --- /dev/null +++ b/spanish/cpp/aspose.cells/externallink/addexternalname/_index.md @@ -0,0 +1,52 @@ +--- +title: Aspose::Cells::ExternalLink::AddExternalName method +linktitle: AddExternalName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalLink::AddExternalName method. Adds an external name in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/externallink/addexternalname/ +--- +## ExternalLink::AddExternalName(const U16String\&, const U16String\&) method + + +Adds an external name. + +```cpp +void Aspose::Cells::ExternalLink::AddExternalName(const U16String &text, const U16String &referTo) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| text | const U16String\& | The text of the external name. If the external name belongs to a worksheet, the text should be as Sheet1!Text. | +| referTo | const U16String\& | The referTo of the external name. It must be a cell or the range. | + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [ExternalLink](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## ExternalLink::AddExternalName(const char16_t*, const char16_t*) method + + +Adds an external name. + +```cpp +void Aspose::Cells::ExternalLink::AddExternalName(const char16_t *text, const char16_t *referTo) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| text | const char16_t* | The text of the external name. If the external name belongs to a worksheet, the text should be as Sheet1!Text. | +| referTo | const char16_t* | The referTo of the external name. It must be a cell or the range. | + +## See Also + +* Class [Vector](../../vector/) +* Class [ExternalLink](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/externallink/externallink/_index.md b/spanish/cpp/aspose.cells/externallink/externallink/_index.md new file mode 100644 index 00000000000..c9db48c2e5b --- /dev/null +++ b/spanish/cpp/aspose.cells/externallink/externallink/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::ExternalLink::ExternalLink constructor +linktitle: ExternalLink +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalLink::ExternalLink constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/externallink/externallink/ +--- +## ExternalLink::ExternalLink(ExternalLink_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::ExternalLink::ExternalLink(ExternalLink_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ExternalLink](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## ExternalLink::ExternalLink(const ExternalLink\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::ExternalLink::ExternalLink(const ExternalLink &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ExternalLink](../) +* Class [ExternalLink](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/externallink/getdatasource/_index.md b/spanish/cpp/aspose.cells/externallink/getdatasource/_index.md new file mode 100644 index 00000000000..01111842176 --- /dev/null +++ b/spanish/cpp/aspose.cells/externallink/getdatasource/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalLink::GetDataSource method +linktitle: GetDataSource +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalLink::GetDataSource method. Represents data source of the external link in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/externallink/getdatasource/ +--- +## ExternalLink::GetDataSource method + + +Represents data source of the external link. + +```cpp +U16String Aspose::Cells::ExternalLink::GetDataSource() +``` + +## See Also + +* Class [U16String](../../u16string/) +* Class [ExternalLink](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/externallink/getoriginaldatasource/_index.md b/spanish/cpp/aspose.cells/externallink/getoriginaldatasource/_index.md new file mode 100644 index 00000000000..4164d102a5a --- /dev/null +++ b/spanish/cpp/aspose.cells/externallink/getoriginaldatasource/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalLink::GetOriginalDataSource method +linktitle: GetOriginalDataSource +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalLink::GetOriginalDataSource method. Represents stored data source of the external link in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/externallink/getoriginaldatasource/ +--- +## ExternalLink::GetOriginalDataSource method + + +Represents stored data source of the external link. + +```cpp +U16String Aspose::Cells::ExternalLink::GetOriginalDataSource() +``` + +## See Also + +* Class [U16String](../../u16string/) +* Class [ExternalLink](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/externallink/getpathtype/_index.md b/spanish/cpp/aspose.cells/externallink/getpathtype/_index.md new file mode 100644 index 00000000000..3b636497b77 --- /dev/null +++ b/spanish/cpp/aspose.cells/externallink/getpathtype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalLink::GetPathType method +linktitle: GetPathType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalLink::GetPathType method. Get the path type of this external link in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/externallink/getpathtype/ +--- +## ExternalLink::GetPathType method + + +Get the path type of this external link. + +```cpp +U16String Aspose::Cells::ExternalLink::GetPathType() +``` + +## See Also + +* Class [U16String](../../u16string/) +* Class [ExternalLink](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/externallink/gettype/_index.md b/spanish/cpp/aspose.cells/externallink/gettype/_index.md new file mode 100644 index 00000000000..b86a7a9ce28 --- /dev/null +++ b/spanish/cpp/aspose.cells/externallink/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalLink::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalLink::GetType method. Gets the type of external link in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/externallink/gettype/ +--- +## ExternalLink::GetType method + + +Gets the type of external link. + +```cpp +ExternalLinkType Aspose::Cells::ExternalLink::GetType() +``` + +## See Also + +* Enum [ExternalLinkType](../../externallinktype/) +* Class [ExternalLink](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/externallink/isnull/_index.md b/spanish/cpp/aspose.cells/externallink/isnull/_index.md new file mode 100644 index 00000000000..de3e2143a5b --- /dev/null +++ b/spanish/cpp/aspose.cells/externallink/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::ExternalLink::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalLink::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/externallink/isnull/ +--- +## ExternalLink::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::ExternalLink::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [ExternalLink](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/externallink/isreferred/_index.md b/spanish/cpp/aspose.cells/externallink/isreferred/_index.md new file mode 100644 index 00000000000..9a4048affc5 --- /dev/null +++ b/spanish/cpp/aspose.cells/externallink/isreferred/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalLink::IsReferred method +linktitle: IsReferred +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalLink::IsReferred method. Indicates whether this external link is referenced by others in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells/externallink/isreferred/ +--- +## ExternalLink::IsReferred method + + +Indicates whether this external link is referenced by others. + +```cpp +bool Aspose::Cells::ExternalLink::IsReferred() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ExternalLink](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/externallink/isvisible/_index.md b/spanish/cpp/aspose.cells/externallink/isvisible/_index.md new file mode 100644 index 00000000000..028a9eb2501 --- /dev/null +++ b/spanish/cpp/aspose.cells/externallink/isvisible/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalLink::IsVisible method +linktitle: IsVisible +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalLink::IsVisible method. Indicates whether this external link is visible in MS Excel in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells/externallink/isvisible/ +--- +## ExternalLink::IsVisible method + + +Indicates whether this external link is visible in MS Excel. + +```cpp +bool Aspose::Cells::ExternalLink::IsVisible() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ExternalLink](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/externallink/operator_asm/_index.md b/spanish/cpp/aspose.cells/externallink/operator_asm/_index.md new file mode 100644 index 00000000000..563dc8a58d7 --- /dev/null +++ b/spanish/cpp/aspose.cells/externallink/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::ExternalLink::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalLink::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/externallink/operator_asm/ +--- +## ExternalLink::operator= method + + +operator= + +```cpp +ExternalLink & Aspose::Cells::ExternalLink::operator=(const ExternalLink &src) +``` + +## See Also + +* Class [ExternalLink](../) +* Class [Vector](../../vector/) +* Class [ExternalLink](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/externallink/operator_bool/_index.md b/spanish/cpp/aspose.cells/externallink/operator_bool/_index.md new file mode 100644 index 00000000000..43adfee6341 --- /dev/null +++ b/spanish/cpp/aspose.cells/externallink/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ExternalLink::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalLink::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/externallink/operator_bool/ +--- +## ExternalLink::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::ExternalLink::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ExternalLink](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/externallink/setdatasource/_index.md b/spanish/cpp/aspose.cells/externallink/setdatasource/_index.md new file mode 100644 index 00000000000..4b19a9bd1fa --- /dev/null +++ b/spanish/cpp/aspose.cells/externallink/setdatasource/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::ExternalLink::SetDataSource method +linktitle: SetDataSource +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalLink::SetDataSource method. Represents data source of the external link in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/externallink/setdatasource/ +--- +## ExternalLink::SetDataSource(const U16String\&) method + + +Represents data source of the external link. + +```cpp +void Aspose::Cells::ExternalLink::SetDataSource(const U16String &value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [ExternalLink](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## ExternalLink::SetDataSource(const char16_t*) method + + +Represents data source of the external link. + +```cpp +void Aspose::Cells::ExternalLink::SetDataSource(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ExternalLink](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/externallink/setoriginaldatasource/_index.md b/spanish/cpp/aspose.cells/externallink/setoriginaldatasource/_index.md new file mode 100644 index 00000000000..491245768ce --- /dev/null +++ b/spanish/cpp/aspose.cells/externallink/setoriginaldatasource/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::ExternalLink::SetOriginalDataSource method +linktitle: SetOriginalDataSource +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalLink::SetOriginalDataSource method. Represents stored data source of the external link in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/externallink/setoriginaldatasource/ +--- +## ExternalLink::SetOriginalDataSource(const U16String\&) method + + +Represents stored data source of the external link. + +```cpp +void Aspose::Cells::ExternalLink::SetOriginalDataSource(const U16String &value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [ExternalLink](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## ExternalLink::SetOriginalDataSource(const char16_t*) method + + +Represents stored data source of the external link. + +```cpp +void Aspose::Cells::ExternalLink::SetOriginalDataSource(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ExternalLink](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/externallink/~externallink/_index.md b/spanish/cpp/aspose.cells/externallink/~externallink/_index.md new file mode 100644 index 00000000000..d53ebea2bf6 --- /dev/null +++ b/spanish/cpp/aspose.cells/externallink/~externallink/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::ExternalLink::~ExternalLink method +linktitle: ~ExternalLink +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalLink::~ExternalLink method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/externallink/~externallink/ +--- +## ExternalLink::~ExternalLink method + + +Destructor. + +```cpp +Aspose::Cells::ExternalLink::~ExternalLink() +``` + +## See Also + +* Class [ExternalLink](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/externallinkcollection/_impl/_index.md b/spanish/cpp/aspose.cells/externallinkcollection/_impl/_index.md new file mode 100644 index 00000000000..0fd5336754d --- /dev/null +++ b/spanish/cpp/aspose.cells/externallinkcollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::ExternalLinkCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalLinkCollection::_impl field. The implementation object in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/externallinkcollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ExternalLinkCollection_Impl* Aspose::Cells::ExternalLinkCollection::_impl +``` + +## See Also + +* Class [ExternalLinkCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/externallinkcollection/_index.md b/spanish/cpp/aspose.cells/externallinkcollection/_index.md new file mode 100644 index 00000000000..3447a2a5bcb --- /dev/null +++ b/spanish/cpp/aspose.cells/externallinkcollection/_index.md @@ -0,0 +1,64 @@ +--- +title: Aspose::Cells::ExternalLinkCollection class +linktitle: ExternalLinkCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalLinkCollection class. Represents external links collection in a workbook in C++.' +type: docs +weight: 5900 +url: /es/cpp/aspose.cells/externallinkcollection/ +--- +## ExternalLinkCollection class + + +Represents external links collection in a workbook. + +```cpp +class ExternalLinkCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add(const U16String\& fileName, const Vector \\& sheetNames)](./add/) | Adds an external link. | +| [Add(const char16_t* fileName, const Vector \\& sheetNames)](./add/) | Adds an external link. | +| [Add(DirectoryType directoryType, const U16String\& fileName, const Vector \\& sheetNames)](./add/) | Add an external link . | +| [Add(DirectoryType directoryType, const char16_t* fileName, const Vector \\& sheetNames)](./add/) | Add an external link . | +| [Clear()](./clear/) | Removes all external links. | +| [Clear(bool updateReferencesAsLocal)](./clear/) | Removes all external links. | +| [ExternalLinkCollection(ExternalLinkCollection_Impl* impl)](./externallinkcollection/) | Constructs from an implementation object. | +| [ExternalLinkCollection(const ExternalLinkCollection\& src)](./externallinkcollection/) | Copy constructor. | +| [Get(int32_t index)](./get/) | Gets the [ExternalLink](../externallink/) element at the specified index. | +| [GetCount()](./getcount/) | Gets the number of elements actually contained in the collection. | +| [GetEnumerator()](./getenumerator/) | Get an enumerator that iterates through this collection. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ExternalLinkCollection\& src)](./operator_asm/) | operator= | +| [RemoveAt(int32_t index)](./removeat/) | Removes the specified external link from the workbook. | +| [RemoveAt(int32_t index, bool updateReferencesAsLocal)](./removeat/) | Removes the specified external link from the workbook. | +| [~ExternalLinkCollection()](./~externallinkcollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Abrir un archivo con enlaces externos +Workbook workbook(u"book1.xls"); + +//Cambiar la fuente de datos del enlace externo +workbook.GetWorksheets().GetExternalLinks().Get(0).SetDataSource(u"d:\\link.xls"); + + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/externallinkcollection/add/_index.md b/spanish/cpp/aspose.cells/externallinkcollection/add/_index.md new file mode 100644 index 00000000000..47c9c889f5e --- /dev/null +++ b/spanish/cpp/aspose.cells/externallinkcollection/add/_index.md @@ -0,0 +1,117 @@ +--- +title: Aspose::Cells::ExternalLinkCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalLinkCollection::Add method. Adds an external link in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/externallinkcollection/add/ +--- +## ExternalLinkCollection::Add(const U16String\&, const Vector \\&) method + + +Adds an external link. + +```cpp +int32_t Aspose::Cells::ExternalLinkCollection::Add(const U16String &fileName, const Vector &sheetNames) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fileName | const U16String\& | The external file name. | +| sheetNames | const Vector \\& | All sheet names of the external file. | + +## ReturnValue + +The position of the external name in this list. + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [ExternalLinkCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## ExternalLinkCollection::Add(const char16_t*, const Vector \\&) method + + +Adds an external link. + +```cpp +int32_t Aspose::Cells::ExternalLinkCollection::Add(const char16_t *fileName, const Vector &sheetNames) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fileName | const char16_t* | The external file name. | +| sheetNames | const Vector \\& | All sheet names of the external file. | + +## ReturnValue + +The position of the external name in this list. + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [ExternalLinkCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## ExternalLinkCollection::Add(DirectoryType, const U16String\&, const Vector \\&) method + + +Add an external link . + +```cpp +int32_t Aspose::Cells::ExternalLinkCollection::Add(DirectoryType directoryType, const U16String &fileName, const Vector &sheetNames) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| directoryType | DirectoryType | The directory type of the file name. | +| fileName | const U16String\& | the file name. | +| sheetNames | const Vector \\& | All sheet names of the external file. | + +## ReturnValue + +The position of the external name in this list. + +## See Also + +* Class [Vector](../../vector/) +* Enum [DirectoryType](../../directorytype/) +* Class [U16String](../../u16string/) +* Class [ExternalLinkCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## ExternalLinkCollection::Add(DirectoryType, const char16_t*, const Vector \\&) method + + +Add an external link . + +```cpp +int32_t Aspose::Cells::ExternalLinkCollection::Add(DirectoryType directoryType, const char16_t *fileName, const Vector &sheetNames) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| directoryType | DirectoryType | The directory type of the file name. | +| fileName | const char16_t* | the file name. | +| sheetNames | const Vector \\& | All sheet names of the external file. | + +## ReturnValue + +The position of the external name in this list. + +## See Also + +* Class [Vector](../../vector/) +* Enum [DirectoryType](../../directorytype/) +* Class [U16String](../../u16string/) +* Class [ExternalLinkCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/externallinkcollection/clear/_index.md b/spanish/cpp/aspose.cells/externallinkcollection/clear/_index.md new file mode 100644 index 00000000000..dfdbc6708eb --- /dev/null +++ b/spanish/cpp/aspose.cells/externallinkcollection/clear/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::ExternalLinkCollection::Clear method +linktitle: Clear +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalLinkCollection::Clear method. Removes all external links in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/externallinkcollection/clear/ +--- +## ExternalLinkCollection::Clear() method + + +Removes all external links. + +```cpp +void Aspose::Cells::ExternalLinkCollection::Clear() +``` + +## Remarks + + +When removing external links, all formulas that reference to them will be removed too because the references become invalid. +## See Also + +* Class [Vector](../../vector/) +* Class [ExternalLinkCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## ExternalLinkCollection::Clear(bool) method + + +Removes all external links. + +```cpp +void Aspose::Cells::ExternalLinkCollection::Clear(bool updateReferencesAsLocal) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| updateReferencesAsLocal | bool | Whether update all references of external links in formulas to references of current workbook itself. | +## Remarks + + + +If references are required to be updated, those references of external links in formulas will be changed to current workbook when it is possible. For example, one cell's original formula is "='externalsource.xlam'!customfunction()", after removing external links, the formula will become "=customfunction()"; When the original formula is "='[externalsource.xlam]Sheet1'!$A$1", according to whether there is one sheet with name "Sheet1" in current workbook: if true, the formula will become "=Sheet1!$A$1"; if false, the formula will become "=#REF!$A$1". + + If references are not required to be updated, all formulas with references to external links will be removed too because those references become invalid. +## See Also + +* Class [Vector](../../vector/) +* Class [ExternalLinkCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/externallinkcollection/externallinkcollection/_index.md b/spanish/cpp/aspose.cells/externallinkcollection/externallinkcollection/_index.md new file mode 100644 index 00000000000..020697f18f9 --- /dev/null +++ b/spanish/cpp/aspose.cells/externallinkcollection/externallinkcollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::ExternalLinkCollection::ExternalLinkCollection constructor +linktitle: ExternalLinkCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalLinkCollection::ExternalLinkCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/externallinkcollection/externallinkcollection/ +--- +## ExternalLinkCollection::ExternalLinkCollection(ExternalLinkCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::ExternalLinkCollection::ExternalLinkCollection(ExternalLinkCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ExternalLinkCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## ExternalLinkCollection::ExternalLinkCollection(const ExternalLinkCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::ExternalLinkCollection::ExternalLinkCollection(const ExternalLinkCollection &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ExternalLinkCollection](../) +* Class [ExternalLinkCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/externallinkcollection/get/_index.md b/spanish/cpp/aspose.cells/externallinkcollection/get/_index.md new file mode 100644 index 00000000000..ea7076fd731 --- /dev/null +++ b/spanish/cpp/aspose.cells/externallinkcollection/get/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::ExternalLinkCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalLinkCollection::Get method. Gets the ExternalLink element at the specified index in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/externallinkcollection/get/ +--- +## ExternalLinkCollection::Get method + + +Gets the [ExternalLink](../../externallink/) element at the specified index. + +```cpp +ExternalLink Aspose::Cells::ExternalLinkCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The zero based index of the element. | + +## ReturnValue + +The element at the specified index. + +## See Also + +* Class [ExternalLink](../../externallink/) +* Class [Vector](../../vector/) +* Class [ExternalLinkCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/externallinkcollection/getcount/_index.md b/spanish/cpp/aspose.cells/externallinkcollection/getcount/_index.md new file mode 100644 index 00000000000..35b5bbfb3fe --- /dev/null +++ b/spanish/cpp/aspose.cells/externallinkcollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ExternalLinkCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalLinkCollection::GetCount method. Gets the number of elements actually contained in the collection in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/externallinkcollection/getcount/ +--- +## ExternalLinkCollection::GetCount method + + +Gets the number of elements actually contained in the collection. + +```cpp +int32_t Aspose::Cells::ExternalLinkCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ExternalLinkCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/externallinkcollection/getenumerator/_index.md b/spanish/cpp/aspose.cells/externallinkcollection/getenumerator/_index.md new file mode 100644 index 00000000000..da5e4cb330f --- /dev/null +++ b/spanish/cpp/aspose.cells/externallinkcollection/getenumerator/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::ExternalLinkCollection::GetEnumerator method +linktitle: GetEnumerator +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalLinkCollection::GetEnumerator method. Get an enumerator that iterates through this collection in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/externallinkcollection/getenumerator/ +--- +## ExternalLinkCollection::GetEnumerator method + + +Get an enumerator that iterates through this collection. + +```cpp +Enumerator Aspose::Cells::ExternalLinkCollection::GetEnumerator() +``` + + +## ReturnValue + + + +## See Also + +* Class [Enumerator](../../enumerator/) +* Class [ExternalLink](../../externallink/) +* Class [ExternalLinkCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/externallinkcollection/isnull/_index.md b/spanish/cpp/aspose.cells/externallinkcollection/isnull/_index.md new file mode 100644 index 00000000000..068c33f8b4e --- /dev/null +++ b/spanish/cpp/aspose.cells/externallinkcollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::ExternalLinkCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalLinkCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/externallinkcollection/isnull/ +--- +## ExternalLinkCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::ExternalLinkCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [ExternalLinkCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/externallinkcollection/operator_asm/_index.md b/spanish/cpp/aspose.cells/externallinkcollection/operator_asm/_index.md new file mode 100644 index 00000000000..8eda1649297 --- /dev/null +++ b/spanish/cpp/aspose.cells/externallinkcollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::ExternalLinkCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalLinkCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/externallinkcollection/operator_asm/ +--- +## ExternalLinkCollection::operator= method + + +operator= + +```cpp +ExternalLinkCollection & Aspose::Cells::ExternalLinkCollection::operator=(const ExternalLinkCollection &src) +``` + +## See Also + +* Class [ExternalLinkCollection](../) +* Class [Vector](../../vector/) +* Class [ExternalLinkCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/externallinkcollection/operator_bool/_index.md b/spanish/cpp/aspose.cells/externallinkcollection/operator_bool/_index.md new file mode 100644 index 00000000000..6175af87277 --- /dev/null +++ b/spanish/cpp/aspose.cells/externallinkcollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ExternalLinkCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalLinkCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/externallinkcollection/operator_bool/ +--- +## ExternalLinkCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::ExternalLinkCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ExternalLinkCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/externallinkcollection/removeat/_index.md b/spanish/cpp/aspose.cells/externallinkcollection/removeat/_index.md new file mode 100644 index 00000000000..2c3b9430ac7 --- /dev/null +++ b/spanish/cpp/aspose.cells/externallinkcollection/removeat/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::ExternalLinkCollection::RemoveAt method +linktitle: RemoveAt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalLinkCollection::RemoveAt method. Removes the specified external link from the workbook in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/externallinkcollection/removeat/ +--- +## ExternalLinkCollection::RemoveAt(int32_t) method + + +Removes the specified external link from the workbook. + +```cpp +void Aspose::Cells::ExternalLinkCollection::RemoveAt(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | the index of the external link to be removed. | +## Remarks + + + +When removing the external link, all formulas that reference to it will be removed too because the references become invalid. +## See Also + +* Class [Vector](../../vector/) +* Class [ExternalLinkCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## ExternalLinkCollection::RemoveAt(int32_t, bool) method + + +Removes the specified external link from the workbook. + +```cpp +void Aspose::Cells::ExternalLinkCollection::RemoveAt(int32_t index, bool updateReferencesAsLocal) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | the index of the external link to be removed. | +| updateReferencesAsLocal | bool | Whether update all references of given external link to reference of current workbook itself. Check [Clear(bool)](../clear/) to get more details about this parameter. | + +## See Also + +* Class [Vector](../../vector/) +* Class [ExternalLinkCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/externallinkcollection/~externallinkcollection/_index.md b/spanish/cpp/aspose.cells/externallinkcollection/~externallinkcollection/_index.md new file mode 100644 index 00000000000..90292e1a9ef --- /dev/null +++ b/spanish/cpp/aspose.cells/externallinkcollection/~externallinkcollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::ExternalLinkCollection::~ExternalLinkCollection method +linktitle: ~ExternalLinkCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalLinkCollection::~ExternalLinkCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/externallinkcollection/~externallinkcollection/ +--- +## ExternalLinkCollection::~ExternalLinkCollection method + + +Destructor. + +```cpp +Aspose::Cells::ExternalLinkCollection::~ExternalLinkCollection() +``` + +## See Also + +* Class [ExternalLinkCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/externallinktype/_index.md b/spanish/cpp/aspose.cells/externallinktype/_index.md new file mode 100644 index 00000000000..beedaa1b7d4 --- /dev/null +++ b/spanish/cpp/aspose.cells/externallinktype/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::ExternalLinkType enum +linktitle: ExternalLinkType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ExternalLinkType enum. Represents the type of external link in C++.' +type: docs +weight: 21000 +url: /es/cpp/aspose.cells/externallinktype/ +--- +## ExternalLinkType enum + + +Represents the type of external link. + +```cpp +enum class ExternalLinkType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| DDELink | 0 |
Represents the DDE link. | +| External | 1 |
Represents external link. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/filefontsource/_impl/_index.md b/spanish/cpp/aspose.cells/filefontsource/_impl/_index.md new file mode 100644 index 00000000000..ffe82d26c32 --- /dev/null +++ b/spanish/cpp/aspose.cells/filefontsource/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::FileFontSource::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FileFontSource::_impl field. The implementation object in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/filefontsource/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +FileFontSource_Impl* Aspose::Cells::FileFontSource::_impl +``` + +## See Also + +* Class [FileFontSource](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/filefontsource/_index.md b/spanish/cpp/aspose.cells/filefontsource/_index.md new file mode 100644 index 00000000000..10363bd1193 --- /dev/null +++ b/spanish/cpp/aspose.cells/filefontsource/_index.md @@ -0,0 +1,47 @@ +--- +title: Aspose::Cells::FileFontSource class +linktitle: FileFontSource +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FileFontSource class. Represents the single TrueType font file stored in the file system in C++.' +type: docs +weight: 6000 +url: /es/cpp/aspose.cells/filefontsource/ +--- +## FileFontSource class + + +Represents the single TrueType font file stored in the file system. + +```cpp +class FileFontSource : public Aspose::Cells::FontSourceBase +``` + +## Methods + +| Method | Description | +| --- | --- | +| explicit [FileFontSource(const U16String\& filePath)](./filefontsource/) | Ctor. | +| explicit [FileFontSource(const char16_t* filePath)](./filefontsource/) | Ctor. | +| [FileFontSource(FileFontSource_Impl* impl)](./filefontsource/) | Constructs from an implementation object. | +| [FileFontSource(const FileFontSource\& src)](./filefontsource/) | Copy constructor. | +| [FileFontSource(const FontSourceBase\& src)](./filefontsource/) | Constructs from a parent object. | +| [FontSourceBase(FontSourceBase_Impl* impl)](../fontsourcebase/fontsourcebase/) | Constructs from an implementation object. | +| [FontSourceBase(const FontSourceBase\& src)](../fontsourcebase/fontsourcebase/) | Copy constructor. | +| [GetFilePath()](./getfilepath/) | Path to font file. | +| virtual [GetType()](./gettype/) | Returns the type of the font source. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const FileFontSource\& src)](./operator_asm/) | operator= | +| [operator=(const FontSourceBase\& src)](../fontsourcebase/operator_asm/) | operator= | +| [~FileFontSource()](./~filefontsource/) | Destructor. | +| [~FontSourceBase()](../fontsourcebase/~fontsourcebase/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [FontSourceBase](../fontsourcebase/) +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/filefontsource/filefontsource/_index.md b/spanish/cpp/aspose.cells/filefontsource/filefontsource/_index.md new file mode 100644 index 00000000000..e73934c56de --- /dev/null +++ b/spanish/cpp/aspose.cells/filefontsource/filefontsource/_index.md @@ -0,0 +1,97 @@ +--- +title: Aspose::Cells::FileFontSource::FileFontSource constructor +linktitle: FileFontSource +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FileFontSource::FileFontSource constructor. Ctor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/filefontsource/filefontsource/ +--- +## FileFontSource::FileFontSource(const U16String\&) constructor + + +Ctor. + +```cpp +Aspose::Cells::FileFontSource::FileFontSource(const U16String &filePath) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| filePath | const U16String\& | path to font file | + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [FileFontSource](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FileFontSource::FileFontSource(const char16_t*) constructor + + +Ctor. + +```cpp +Aspose::Cells::FileFontSource::FileFontSource(const char16_t *filePath) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| filePath | const char16_t* | path to font file | + +## See Also + +* Class [Vector](../../vector/) +* Class [FileFontSource](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FileFontSource::FileFontSource(FileFontSource_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::FileFontSource::FileFontSource(FileFontSource_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FileFontSource](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FileFontSource::FileFontSource(const FileFontSource\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::FileFontSource::FileFontSource(const FileFontSource &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FileFontSource](../) +* Class [FileFontSource](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FileFontSource::FileFontSource(const FontSourceBase\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::FileFontSource::FileFontSource(const FontSourceBase &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FontSourceBase](../../fontsourcebase/) +* Class [FileFontSource](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/filefontsource/getfilepath/_index.md b/spanish/cpp/aspose.cells/filefontsource/getfilepath/_index.md new file mode 100644 index 00000000000..9f624764574 --- /dev/null +++ b/spanish/cpp/aspose.cells/filefontsource/getfilepath/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FileFontSource::GetFilePath method +linktitle: GetFilePath +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FileFontSource::GetFilePath method. Path to font file in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/filefontsource/getfilepath/ +--- +## FileFontSource::GetFilePath method + + +Path to font file. + +```cpp +U16String Aspose::Cells::FileFontSource::GetFilePath() +``` + +## See Also + +* Class [U16String](../../u16string/) +* Class [FileFontSource](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/filefontsource/gettype/_index.md b/spanish/cpp/aspose.cells/filefontsource/gettype/_index.md new file mode 100644 index 00000000000..23e29c9ce6f --- /dev/null +++ b/spanish/cpp/aspose.cells/filefontsource/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FileFontSource::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FileFontSource::GetType method. Returns the type of the font source in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/filefontsource/gettype/ +--- +## FileFontSource::GetType method + + +Returns the type of the font source. + +```cpp +FontSourceType Aspose::Cells::FileFontSource::GetType() +``` + +## See Also + +* Enum [FontSourceType](../../fontsourcetype/) +* Class [FileFontSource](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/filefontsource/isnull/_index.md b/spanish/cpp/aspose.cells/filefontsource/isnull/_index.md new file mode 100644 index 00000000000..f30b7c50e31 --- /dev/null +++ b/spanish/cpp/aspose.cells/filefontsource/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::FileFontSource::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FileFontSource::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/filefontsource/isnull/ +--- +## FileFontSource::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::FileFontSource::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [FileFontSource](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/filefontsource/operator_asm/_index.md b/spanish/cpp/aspose.cells/filefontsource/operator_asm/_index.md new file mode 100644 index 00000000000..959f1fe1175 --- /dev/null +++ b/spanish/cpp/aspose.cells/filefontsource/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::FileFontSource::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FileFontSource::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/filefontsource/operator_asm/ +--- +## FileFontSource::operator= method + + +operator= + +```cpp +FileFontSource & Aspose::Cells::FileFontSource::operator=(const FileFontSource &src) +``` + +## See Also + +* Class [FileFontSource](../) +* Class [Vector](../../vector/) +* Class [FileFontSource](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/filefontsource/operator_bool/_index.md b/spanish/cpp/aspose.cells/filefontsource/operator_bool/_index.md new file mode 100644 index 00000000000..642f27b0565 --- /dev/null +++ b/spanish/cpp/aspose.cells/filefontsource/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::FileFontSource::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FileFontSource::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/filefontsource/operator_bool/ +--- +## FileFontSource::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::FileFontSource::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [FileFontSource](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/filefontsource/~filefontsource/_index.md b/spanish/cpp/aspose.cells/filefontsource/~filefontsource/_index.md new file mode 100644 index 00000000000..a9ac7322fc8 --- /dev/null +++ b/spanish/cpp/aspose.cells/filefontsource/~filefontsource/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::FileFontSource::~FileFontSource method +linktitle: ~FileFontSource +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FileFontSource::~FileFontSource method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/filefontsource/~filefontsource/ +--- +## FileFontSource::~FileFontSource method + + +Destructor. + +```cpp +Aspose::Cells::FileFontSource::~FileFontSource() +``` + +## See Also + +* Class [FileFontSource](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fileformatinfo/_impl/_index.md b/spanish/cpp/aspose.cells/fileformatinfo/_impl/_index.md new file mode 100644 index 00000000000..4104b0ba256 --- /dev/null +++ b/spanish/cpp/aspose.cells/fileformatinfo/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::FileFormatInfo::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FileFormatInfo::_impl field. The implementation object in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/fileformatinfo/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +FileFormatInfo_Impl* Aspose::Cells::FileFormatInfo::_impl +``` + +## See Also + +* Class [FileFormatInfo](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fileformatinfo/_index.md b/spanish/cpp/aspose.cells/fileformatinfo/_index.md new file mode 100644 index 00000000000..bcadf7a9b2d --- /dev/null +++ b/spanish/cpp/aspose.cells/fileformatinfo/_index.md @@ -0,0 +1,42 @@ +--- +title: Aspose::Cells::FileFormatInfo class +linktitle: FileFormatInfo +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FileFormatInfo class. Contains data returned by FileFormatUtil file format detection methods in C++.' +type: docs +weight: 6100 +url: /es/cpp/aspose.cells/fileformatinfo/ +--- +## FileFormatInfo class + + +Contains data returned by [FileFormatUtil](../fileformatutil/) file format detection methods. + +```cpp +class FileFormatInfo +``` + +## Methods + +| Method | Description | +| --- | --- | +| [FileFormatInfo()](./fileformatinfo/) | Default constructor. | +| [FileFormatInfo(FileFormatInfo_Impl* impl)](./fileformatinfo/) | Constructs from an implementation object. | +| [FileFormatInfo(const FileFormatInfo\& src)](./fileformatinfo/) | Copy constructor. | +| [GetFileFormatType()](./getfileformattype/) | Gets the detected file format. | +| [GetLoadFormat()](./getloadformat/) | Gets the detected load format. | +| [IsEncrypted()](./isencrypted/) | Returns true if the document is encrypted and requires a password to open. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsProtectedByRMS()](./isprotectedbyrms/) | Gets whether the file is protected by Microsoft Rights Management Server. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const FileFormatInfo\& src)](./operator_asm/) | operator= | +| [~FileFormatInfo()](./~fileformatinfo/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/fileformatinfo/fileformatinfo/_index.md b/spanish/cpp/aspose.cells/fileformatinfo/fileformatinfo/_index.md new file mode 100644 index 00000000000..2673b7abd20 --- /dev/null +++ b/spanish/cpp/aspose.cells/fileformatinfo/fileformatinfo/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::FileFormatInfo::FileFormatInfo constructor +linktitle: FileFormatInfo +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FileFormatInfo::FileFormatInfo constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/fileformatinfo/fileformatinfo/ +--- +## FileFormatInfo::FileFormatInfo() constructor + + +Default constructor. + +```cpp +Aspose::Cells::FileFormatInfo::FileFormatInfo() +``` + +## See Also + +* Class [FileFormatInfo](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FileFormatInfo::FileFormatInfo(FileFormatInfo_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::FileFormatInfo::FileFormatInfo(FileFormatInfo_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FileFormatInfo](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FileFormatInfo::FileFormatInfo(const FileFormatInfo\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::FileFormatInfo::FileFormatInfo(const FileFormatInfo &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FileFormatInfo](../) +* Class [FileFormatInfo](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fileformatinfo/getfileformattype/_index.md b/spanish/cpp/aspose.cells/fileformatinfo/getfileformattype/_index.md new file mode 100644 index 00000000000..34888dbf885 --- /dev/null +++ b/spanish/cpp/aspose.cells/fileformatinfo/getfileformattype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FileFormatInfo::GetFileFormatType method +linktitle: GetFileFormatType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FileFormatInfo::GetFileFormatType method. Gets the detected file format in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/fileformatinfo/getfileformattype/ +--- +## FileFormatInfo::GetFileFormatType method + + +Gets the detected file format. + +```cpp +FileFormatType Aspose::Cells::FileFormatInfo::GetFileFormatType() +``` + +## See Also + +* Enum [FileFormatType](../../fileformattype/) +* Class [FileFormatInfo](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fileformatinfo/getloadformat/_index.md b/spanish/cpp/aspose.cells/fileformatinfo/getloadformat/_index.md new file mode 100644 index 00000000000..5f7557c3ced --- /dev/null +++ b/spanish/cpp/aspose.cells/fileformatinfo/getloadformat/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FileFormatInfo::GetLoadFormat method +linktitle: GetLoadFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FileFormatInfo::GetLoadFormat method. Gets the detected load format in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/fileformatinfo/getloadformat/ +--- +## FileFormatInfo::GetLoadFormat method + + +Gets the detected load format. + +```cpp +LoadFormat Aspose::Cells::FileFormatInfo::GetLoadFormat() +``` + +## See Also + +* Enum [LoadFormat](../../loadformat/) +* Class [FileFormatInfo](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fileformatinfo/isencrypted/_index.md b/spanish/cpp/aspose.cells/fileformatinfo/isencrypted/_index.md new file mode 100644 index 00000000000..92064fbbfc3 --- /dev/null +++ b/spanish/cpp/aspose.cells/fileformatinfo/isencrypted/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FileFormatInfo::IsEncrypted method +linktitle: IsEncrypted +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FileFormatInfo::IsEncrypted method. Returns true if the document is encrypted and requires a password to open in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/fileformatinfo/isencrypted/ +--- +## FileFormatInfo::IsEncrypted method + + +Returns true if the document is encrypted and requires a password to open. + +```cpp +bool Aspose::Cells::FileFormatInfo::IsEncrypted() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FileFormatInfo](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fileformatinfo/isnull/_index.md b/spanish/cpp/aspose.cells/fileformatinfo/isnull/_index.md new file mode 100644 index 00000000000..005f4cdf54c --- /dev/null +++ b/spanish/cpp/aspose.cells/fileformatinfo/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::FileFormatInfo::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FileFormatInfo::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/fileformatinfo/isnull/ +--- +## FileFormatInfo::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::FileFormatInfo::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [FileFormatInfo](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fileformatinfo/isprotectedbyrms/_index.md b/spanish/cpp/aspose.cells/fileformatinfo/isprotectedbyrms/_index.md new file mode 100644 index 00000000000..fc930835603 --- /dev/null +++ b/spanish/cpp/aspose.cells/fileformatinfo/isprotectedbyrms/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FileFormatInfo::IsProtectedByRMS method +linktitle: IsProtectedByRMS +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FileFormatInfo::IsProtectedByRMS method. Gets whether the file is protected by Microsoft Rights Management Server in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/fileformatinfo/isprotectedbyrms/ +--- +## FileFormatInfo::IsProtectedByRMS method + + +Gets whether the file is protected by Microsoft Rights Management Server. + +```cpp +bool Aspose::Cells::FileFormatInfo::IsProtectedByRMS() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FileFormatInfo](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fileformatinfo/operator_asm/_index.md b/spanish/cpp/aspose.cells/fileformatinfo/operator_asm/_index.md new file mode 100644 index 00000000000..201ae83144b --- /dev/null +++ b/spanish/cpp/aspose.cells/fileformatinfo/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::FileFormatInfo::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FileFormatInfo::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/fileformatinfo/operator_asm/ +--- +## FileFormatInfo::operator= method + + +operator= + +```cpp +FileFormatInfo & Aspose::Cells::FileFormatInfo::operator=(const FileFormatInfo &src) +``` + +## See Also + +* Class [FileFormatInfo](../) +* Class [Vector](../../vector/) +* Class [FileFormatInfo](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fileformatinfo/operator_bool/_index.md b/spanish/cpp/aspose.cells/fileformatinfo/operator_bool/_index.md new file mode 100644 index 00000000000..67c16e201f2 --- /dev/null +++ b/spanish/cpp/aspose.cells/fileformatinfo/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::FileFormatInfo::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FileFormatInfo::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/fileformatinfo/operator_bool/ +--- +## FileFormatInfo::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::FileFormatInfo::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [FileFormatInfo](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fileformatinfo/~fileformatinfo/_index.md b/spanish/cpp/aspose.cells/fileformatinfo/~fileformatinfo/_index.md new file mode 100644 index 00000000000..a6858beba91 --- /dev/null +++ b/spanish/cpp/aspose.cells/fileformatinfo/~fileformatinfo/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::FileFormatInfo::~FileFormatInfo method +linktitle: ~FileFormatInfo +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FileFormatInfo::~FileFormatInfo method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/fileformatinfo/~fileformatinfo/ +--- +## FileFormatInfo::~FileFormatInfo method + + +Destructor. + +```cpp +Aspose::Cells::FileFormatInfo::~FileFormatInfo() +``` + +## See Also + +* Class [FileFormatInfo](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fileformattype/_index.md b/spanish/cpp/aspose.cells/fileformattype/_index.md new file mode 100644 index 00000000000..ee459c4a3a3 --- /dev/null +++ b/spanish/cpp/aspose.cells/fileformattype/_index.md @@ -0,0 +1,106 @@ +--- +title: Aspose::Cells::FileFormatType enum +linktitle: FileFormatType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FileFormatType enum. Represents the file format types in C++.' +type: docs +weight: 21100 +url: /es/cpp/aspose.cells/fileformattype/ +--- +## FileFormatType enum + + +Represents the file format types. + +```cpp +enum class FileFormatType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Csv | 1 |
Comma-Separated [Values(CSV)](../autofilltype/) text file. | +| Xlsx | 6 |
Office Open XML SpreadsheetML file (macro-free). | +| Xlsm | 7 |
Office Open XML SpreadsheetML Macro-Enabled file. | +| Xltx | 8 |
Office Open XML SpreadsheetML Template (macro-free). | +| Xltm | 9 |
Office Open XML SpreadsheetML Macro-Enabled Template. | +| Xlam | 10 |
Office Open XML SpreadsheetML addinMacro-Enabled file. | +| Tsv | 11 |
Tab-Separated [Values(TSV)](../autofilltype/) text file. | +| TabDelimited | 11 |
Tab-Separated [Values(TSV)](../autofilltype/) text file, same with [Tsv](./). | +| Html | 12 |
HTML format. | +| MHtml | 17 |
MHTML (Web archive) format. | +| Ods | 14 |
Open Document [Sheet(ODS)](../../aspose.cells.pivot/pivottablesourcetype/) file. | +| Excel97To2003 | 5 |
Excel97-2003 spreadsheet file. | +| SpreadsheetML | 15 |
Excel 2003 XML Data file. | +| Xlsb | 16 |
The Excel Binary File Format (.xlsb) | +| Unknown | 255 |
Represents unrecognized format, cannot be loaded. | +| Pdf | 13 |
PDF (Adobe Portable Document) format. | +| Xps | 20 |
XPS (XML Paper Specification) format. | +| Tiff | 21 |
Represents a TIFF file. | +| Svg | 28 |
SVG file. | +| Excel95 | 22 |
Represents an Excel95 xls file. | +| Excel4 | 23 |
Represents an Excel4.0 xls file. | +| Excel3 | 24 |
Represents an Excel3.0 xls file. | +| Excel2 | 25 |
Represents an Excel2.1 xls file. | +| Pptx | 26 |
Represents a pptx file. | +| Docx | 27 |
Represents a docx file. | +| Dif | 30 |
Data Interchange Format. | +| Doc | 31 |
Represents a doc file. | +| Ppt | 32 |
Represents a ppt file. | +| MapiMessage | 33 |
Represents a email file. | +| MsEquation | 34 |
Represents the MS Equation 3.0 object. | +| Ole10Native | 35 |
Represents the embedded native object. | +| Vsd | 36 |
Represents MS Visio VSD binary format. | +| Vsdx | 37 |
Represents MS Visio 2013 VSDX file format. | +| Docm | 38 |
Represents a docm file. | +| Dotx | 39 |
Represents a dotx file. | +| Dotm | 40 |
Represents a dotm file. | +| Pptm | 41 |
Represents a pptm file. | +| Potx | 42 |
Represents a Potx file. | +| Potm | 43 |
Represents a Potm file. | +| Ppsx | 44 |
Represents a ppsx file. | +| Ppsm | 45 |
Represents a ppsm file. | +| Ooxml | 46 |
Represents office open xml file(such as xlsx, docx,pptx, etc). | +| Odt | 47 |
Represents an ODT file. | +| Odp | 48 |
Represents a ODP file. | +| Odf | 49 |
Represents an ODF file. | +| Odg | 50 |
Represents an ODG file. | +| Xml | 51 |
Represents a simple xml file. | +| Xlt | 52 |
Excel97-2003 spreadsheet template. | +| Ott | 53 |
Represents an OTT file. | +| Bmp | 54 |
Represents a BMP file. | +| Ots | 55 |
Represents an ots file. | +| Numbers | 56 | **(Deprecated - Use FileFormatType.Numbers09 instead. )**
Represents [Numbers](../../aspose.cells.numbers/) 9.0 file format by Apple Inc. | +| Numbers09 | 56 |
Represents [Numbers](../../aspose.cells.numbers/) 9.0 file format by Apple Inc. | +| Markdown | 57 |
Represents markdown document. | +| GraphChart | 58 |
Represents embedded graph chart. | +| Fods | 59 |
Represents OpenDocument Flat XML Spreadsheet (.fods) file format. | +| Sxc | 60 |
Represents StarOffice Calc Spreadsheet (.sxc) file format. | +| Otp | 61 |
Represents a OTP file. | +| Numbers35 | 62 |
Represents [Numbers](../../aspose.cells.numbers/) 3.5 file format since 2014 by Apple Inc. | +| Ole | 64 |
Represents the embedded ole object. | +| Emf | 258 |
Windows Enhanced Metafile. | +| Wmf | 259 |
Windows Metafile. | +| Jpg | 261 |
JPEG JFIF. | +| Png | 262 |
Portable Network Graphics. | +| Gif | 322 |
Gif. | +| WebP | 323 |
Webp. | +| Json | 513 |
[Json](../../aspose.cells.json/). | +| SqlScript | 514 |
Sql. | +| Dbf | 515 |
Xbase Data file. | +| FlatOpc | 516 |
Flat opc file. | +| XHtml | 771 |
Rrepesents XHtml file. | +| OneNote | 772 |
Rrepesents One Note file. | +| MicrosoftCabinet | 773 |
Rrepesents Microsoft Cabinet file. | +| Rtf | 774 |
Rtf. | +| Epub | 775 |
EPUB. | +| Azw3 | 777 |
AZW3. | +| Chm | 784 |
CHM. | +| Oxps | 776 |
OXPS (Open XML Paper Specification) format. | +| GZip | 35615 |
Rrepesents GZip file. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/fileformatutil/_index.md b/spanish/cpp/aspose.cells/fileformatutil/_index.md new file mode 100644 index 00000000000..14b8a5a22c8 --- /dev/null +++ b/spanish/cpp/aspose.cells/fileformatutil/_index.md @@ -0,0 +1,44 @@ +--- +title: Aspose::Cells::FileFormatUtil class +linktitle: FileFormatUtil +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FileFormatUtil class. Provides utility methods for converting file format enums to strings or file extensions and back in C++.' +type: docs +weight: 6200 +url: /es/cpp/aspose.cells/fileformatutil/ +--- +## FileFormatUtil class + + +Provides utility methods for converting file format enums to strings or file extensions and back. + +```cpp +class FileFormatUtil +``` + +## Methods + +| Method | Description | +| --- | --- | +| static [DetectFileFormat(const Vector \\& stream)](./detectfileformat/) | Detects and returns the information about a format of an excel stored in a stream. | +| static [DetectFileFormat(const Vector \\& stream, const U16String\& password)](./detectfileformat/) | Detects and returns the information about a format of an excel stored in a stream. | +| static [DetectFileFormat(const Vector \\& stream, const char16_t* password)](./detectfileformat/) | Detects and returns the information about a format of an excel stored in a stream. | +| static [DetectFileFormat(const U16String\& filePath)](./detectfileformat/) | Detects and returns the information about a format of an excel stored in a file. | +| static [DetectFileFormat(const char16_t* filePath)](./detectfileformat/) | Detects and returns the information about a format of an excel stored in a file. | +| static [DetectFileFormat(const U16String\& filePath, const U16String\& password)](./detectfileformat/) | Detects and returns the information about a format of an excel stored in a file. | +| static [DetectFileFormat(const char16_t* filePath, const char16_t* password)](./detectfileformat/) | Detects and returns the information about a format of an excel stored in a file. | +| static [ExtensionToSaveFormat(const U16String\& extension)](./extensiontosaveformat/) | Converts a file name extension into a SaveFormat value. | +| static [ExtensionToSaveFormat(const char16_t* extension)](./extensiontosaveformat/) | Converts a file name extension into a SaveFormat value. | +| static [FileFormatToSaveFormat(FileFormatType format)](./fileformattosaveformat/) | Converting file format to save format. | +| static [IsTemplateFormat(const U16String\& extension)](./istemplateformat/) | Returns true if the extension is .xlt, .xltX, .xltm,.ots. | +| static [IsTemplateFormat(const char16_t* extension)](./istemplateformat/) | Returns true if the extension is .xlt, .xltX, .xltm,.ots. | +| static [LoadFormatToExtension(LoadFormat loadFormat)](./loadformattoextension/) | Converts a load format enumerated value into a file extension. | +| static [LoadFormatToSaveFormat(LoadFormat loadFormat)](./loadformattosaveformat/) | Converts a LoadFormat value to a SaveFormat value if possible. | +| static [SaveFormatToExtension(SaveFormat format)](./saveformattoextension/) | Converts a save format enumerated value into a file extension. | +| static [SaveFormatToLoadFormat(SaveFormat saveFormat)](./saveformattoloadformat/) | Converts a SaveFormat value to a LoadFormat value if possible. | +| static [VerifyPassword(const Vector \\& stream, const U16String\& password)](./verifypassword/) | Detects and returns the information about a format of an excel stored in a stream. | +| static [VerifyPassword(const Vector \\& stream, const char16_t* password)](./verifypassword/) | Detects and returns the information about a format of an excel stored in a stream. | +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/fileformatutil/detectfileformat/_index.md b/spanish/cpp/aspose.cells/fileformatutil/detectfileformat/_index.md new file mode 100644 index 00000000000..d52e229b669 --- /dev/null +++ b/spanish/cpp/aspose.cells/fileformatutil/detectfileformat/_index.md @@ -0,0 +1,207 @@ +--- +title: Aspose::Cells::FileFormatUtil::DetectFileFormat method +linktitle: DetectFileFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FileFormatUtil::DetectFileFormat method. Detects and returns the information about a format of an excel stored in a stream in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/fileformatutil/detectfileformat/ +--- +## FileFormatUtil::DetectFileFormat(const Vector \\&) method + + +Detects and returns the information about a format of an excel stored in a stream. + +```cpp +static FileFormatInfo Aspose::Cells::FileFormatUtil::DetectFileFormat(const Vector &stream) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| stream | const Vector \\& | | + +## ReturnValue + +A [FileFormatInfo](../../fileformatinfo/) object that contains the detected information. + +## See Also + +* Class [FileFormatInfo](../../fileformatinfo/) +* Class [Vector](../../vector/) +* Class [FileFormatUtil](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FileFormatUtil::DetectFileFormat(const Vector \\&, const U16String\&) method + + +Detects and returns the information about a format of an excel stored in a stream. + +```cpp +static FileFormatInfo Aspose::Cells::FileFormatUtil::DetectFileFormat(const Vector &stream, const U16String &password) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| stream | const Vector \\& | | +| password | const U16String\& | The password for encrypted ooxml files. | + +## ReturnValue + +A [FileFormatInfo](../../fileformatinfo/) object that contains the detected information. + +## See Also + +* Class [FileFormatInfo](../../fileformatinfo/) +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [FileFormatUtil](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FileFormatUtil::DetectFileFormat(const Vector \\&, const char16_t*) method + + +Detects and returns the information about a format of an excel stored in a stream. + +```cpp +static FileFormatInfo Aspose::Cells::FileFormatUtil::DetectFileFormat(const Vector &stream, const char16_t *password) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| stream | const Vector \\& | | +| password | const char16_t* | The password for encrypted ooxml files. | + +## ReturnValue + +A [FileFormatInfo](../../fileformatinfo/) object that contains the detected information. + +## See Also + +* Class [FileFormatInfo](../../fileformatinfo/) +* Class [Vector](../../vector/) +* Class [FileFormatUtil](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FileFormatUtil::DetectFileFormat(const U16String\&) method + + +Detects and returns the information about a format of an excel stored in a file. + +```cpp +static FileFormatInfo Aspose::Cells::FileFormatUtil::DetectFileFormat(const U16String &filePath) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| filePath | const U16String\& | The file path. | + +## ReturnValue + +A [FileFormatInfo](../../fileformatinfo/) object that contains the detected information. +## Remarks + + + +Only supports checking some files with magic signature. If there is no magic signature, we can not precisely detect the file format. +## See Also + +* Class [FileFormatInfo](../../fileformatinfo/) +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [FileFormatUtil](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FileFormatUtil::DetectFileFormat(const char16_t*) method + + +Detects and returns the information about a format of an excel stored in a file. + +```cpp +static FileFormatInfo Aspose::Cells::FileFormatUtil::DetectFileFormat(const char16_t *filePath) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| filePath | const char16_t* | The file path. | + +## ReturnValue + +A [FileFormatInfo](../../fileformatinfo/) object that contains the detected information. +## Remarks + + + +Only supports checking some files with magic signature. If there is no magic signature, we can not precisely detect the file format. +## See Also + +* Class [FileFormatInfo](../../fileformatinfo/) +* Class [Vector](../../vector/) +* Class [FileFormatUtil](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FileFormatUtil::DetectFileFormat(const U16String\&, const U16String\&) method + + +Detects and returns the information about a format of an excel stored in a file. + +```cpp +static FileFormatInfo Aspose::Cells::FileFormatUtil::DetectFileFormat(const U16String &filePath, const U16String &password) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| filePath | const U16String\& | The file path. | +| password | const U16String\& | The password for encrypted ooxml files. | + +## ReturnValue + +A [FileFormatInfo](../../fileformatinfo/) object that contains the detected information. +## Remarks + + + +Only supports checking some files with magic signature. If there is no magic signature, we can not precisely detect the file format. +## See Also + +* Class [FileFormatInfo](../../fileformatinfo/) +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [FileFormatUtil](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FileFormatUtil::DetectFileFormat(const char16_t*, const char16_t*) method + + +Detects and returns the information about a format of an excel stored in a file. + +```cpp +static FileFormatInfo Aspose::Cells::FileFormatUtil::DetectFileFormat(const char16_t *filePath, const char16_t *password) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| filePath | const char16_t* | The file path. | +| password | const char16_t* | The password for encrypted ooxml files. | + +## ReturnValue + +A [FileFormatInfo](../../fileformatinfo/) object that contains the detected information. +## Remarks + + + +Only supports checking some files with magic signature. If there is no magic signature, we can not precisely detect the file format. +## See Also + +* Class [FileFormatInfo](../../fileformatinfo/) +* Class [Vector](../../vector/) +* Class [FileFormatUtil](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fileformatutil/extensiontosaveformat/_index.md b/spanish/cpp/aspose.cells/fileformatutil/extensiontosaveformat/_index.md new file mode 100644 index 00000000000..0801bb54fd4 --- /dev/null +++ b/spanish/cpp/aspose.cells/fileformatutil/extensiontosaveformat/_index.md @@ -0,0 +1,68 @@ +--- +title: Aspose::Cells::FileFormatUtil::ExtensionToSaveFormat method +linktitle: ExtensionToSaveFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FileFormatUtil::ExtensionToSaveFormat method. Converts a file name extension into a SaveFormat value in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/fileformatutil/extensiontosaveformat/ +--- +## FileFormatUtil::ExtensionToSaveFormat(const U16String\&) method + + +Converts a file name extension into a SaveFormat value. + +```cpp +static SaveFormat Aspose::Cells::FileFormatUtil::ExtensionToSaveFormat(const U16String &extension) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| extension | const U16String\& | The file extension. Can be with or without a leading dot. Case-insensitive. | + +## ReturnValue + + +## Remarks + + + +If the extension cannot be recognized, returns [SaveFormat.Unknown](../../saveformat/). +## See Also + +* Enum [SaveFormat](../../saveformat/) +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [FileFormatUtil](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FileFormatUtil::ExtensionToSaveFormat(const char16_t*) method + + +Converts a file name extension into a SaveFormat value. + +```cpp +static SaveFormat Aspose::Cells::FileFormatUtil::ExtensionToSaveFormat(const char16_t *extension) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| extension | const char16_t* | The file extension. Can be with or without a leading dot. Case-insensitive. | + +## ReturnValue + + +## Remarks + + + +If the extension cannot be recognized, returns [SaveFormat.Unknown](../../saveformat/). +## See Also + +* Enum [SaveFormat](../../saveformat/) +* Class [Vector](../../vector/) +* Class [FileFormatUtil](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fileformatutil/fileformattosaveformat/_index.md b/spanish/cpp/aspose.cells/fileformatutil/fileformattosaveformat/_index.md new file mode 100644 index 00000000000..8f3dbb3c1b9 --- /dev/null +++ b/spanish/cpp/aspose.cells/fileformatutil/fileformattosaveformat/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::FileFormatUtil::FileFormatToSaveFormat method +linktitle: FileFormatToSaveFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FileFormatUtil::FileFormatToSaveFormat method. Converting file format to save format in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/fileformatutil/fileformattosaveformat/ +--- +## FileFormatUtil::FileFormatToSaveFormat method + + +Converting file format to save format. + +```cpp +static SaveFormat Aspose::Cells::FileFormatUtil::FileFormatToSaveFormat(FileFormatType format) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| format | FileFormatType | The file format type. | + +## ReturnValue + + + +## See Also + +* Enum [SaveFormat](../../saveformat/) +* Enum [FileFormatType](../../fileformattype/) +* Class [FileFormatUtil](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fileformatutil/istemplateformat/_index.md b/spanish/cpp/aspose.cells/fileformatutil/istemplateformat/_index.md new file mode 100644 index 00000000000..5c4f14bafc3 --- /dev/null +++ b/spanish/cpp/aspose.cells/fileformatutil/istemplateformat/_index.md @@ -0,0 +1,58 @@ +--- +title: Aspose::Cells::FileFormatUtil::IsTemplateFormat method +linktitle: IsTemplateFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FileFormatUtil::IsTemplateFormat method. Returns true if the extension is .xlt, .xltX, .xltm,.ots in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/fileformatutil/istemplateformat/ +--- +## FileFormatUtil::IsTemplateFormat(const U16String\&) method + + +Returns true if the extension is .xlt, .xltX, .xltm,.ots. + +```cpp +static bool Aspose::Cells::FileFormatUtil::IsTemplateFormat(const U16String &extension) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| extension | const U16String\& | | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [FileFormatUtil](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FileFormatUtil::IsTemplateFormat(const char16_t*) method + + +Returns true if the extension is .xlt, .xltX, .xltm,.ots. + +```cpp +static bool Aspose::Cells::FileFormatUtil::IsTemplateFormat(const char16_t *extension) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| extension | const char16_t* | | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../vector/) +* Class [FileFormatUtil](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fileformatutil/loadformattoextension/_index.md b/spanish/cpp/aspose.cells/fileformatutil/loadformattoextension/_index.md new file mode 100644 index 00000000000..d5c27e5977a --- /dev/null +++ b/spanish/cpp/aspose.cells/fileformatutil/loadformattoextension/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::FileFormatUtil::LoadFormatToExtension method +linktitle: LoadFormatToExtension +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FileFormatUtil::LoadFormatToExtension method. Converts a load format enumerated value into a file extension in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/fileformatutil/loadformattoextension/ +--- +## FileFormatUtil::LoadFormatToExtension method + + +Converts a load format enumerated value into a file extension. + +```cpp +static U16String Aspose::Cells::FileFormatUtil::LoadFormatToExtension(LoadFormat loadFormat) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| loadFormat | LoadFormat | The loaded file format. | + +## ReturnValue + +The returned extension is a lower-case string with a leading dot. +## Remarks + + + +If it can not be converted, returns null. +## See Also + +* Class [U16String](../../u16string/) +* Enum [LoadFormat](../../loadformat/) +* Class [FileFormatUtil](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fileformatutil/loadformattosaveformat/_index.md b/spanish/cpp/aspose.cells/fileformatutil/loadformattosaveformat/_index.md new file mode 100644 index 00000000000..e7e8f6d6a50 --- /dev/null +++ b/spanish/cpp/aspose.cells/fileformatutil/loadformattosaveformat/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::FileFormatUtil::LoadFormatToSaveFormat method +linktitle: LoadFormatToSaveFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FileFormatUtil::LoadFormatToSaveFormat method. Converts a LoadFormat value to a SaveFormat value if possible in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/fileformatutil/loadformattosaveformat/ +--- +## FileFormatUtil::LoadFormatToSaveFormat method + + +Converts a LoadFormat value to a SaveFormat value if possible. + +```cpp +static SaveFormat Aspose::Cells::FileFormatUtil::LoadFormatToSaveFormat(LoadFormat loadFormat) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| loadFormat | LoadFormat | The load format. | + +## ReturnValue + +The save format. + +## See Also + +* Enum [SaveFormat](../../saveformat/) +* Enum [LoadFormat](../../loadformat/) +* Class [FileFormatUtil](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fileformatutil/saveformattoextension/_index.md b/spanish/cpp/aspose.cells/fileformatutil/saveformattoextension/_index.md new file mode 100644 index 00000000000..05da767fd8f --- /dev/null +++ b/spanish/cpp/aspose.cells/fileformatutil/saveformattoextension/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::FileFormatUtil::SaveFormatToExtension method +linktitle: SaveFormatToExtension +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FileFormatUtil::SaveFormatToExtension method. Converts a save format enumerated value into a file extension in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/fileformatutil/saveformattoextension/ +--- +## FileFormatUtil::SaveFormatToExtension method + + +Converts a save format enumerated value into a file extension. + +```cpp +static U16String Aspose::Cells::FileFormatUtil::SaveFormatToExtension(SaveFormat format) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| format | SaveFormat | The save format. | + +## ReturnValue + +The returned extension is a lower-case string with a leading dot. + +## See Also + +* Class [U16String](../../u16string/) +* Enum [SaveFormat](../../saveformat/) +* Class [FileFormatUtil](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fileformatutil/saveformattoloadformat/_index.md b/spanish/cpp/aspose.cells/fileformatutil/saveformattoloadformat/_index.md new file mode 100644 index 00000000000..a02950a686c --- /dev/null +++ b/spanish/cpp/aspose.cells/fileformatutil/saveformattoloadformat/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::FileFormatUtil::SaveFormatToLoadFormat method +linktitle: SaveFormatToLoadFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FileFormatUtil::SaveFormatToLoadFormat method. Converts a SaveFormat value to a LoadFormat value if possible in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/fileformatutil/saveformattoloadformat/ +--- +## FileFormatUtil::SaveFormatToLoadFormat method + + +Converts a SaveFormat value to a LoadFormat value if possible. + +```cpp +static LoadFormat Aspose::Cells::FileFormatUtil::SaveFormatToLoadFormat(SaveFormat saveFormat) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| saveFormat | SaveFormat | The save format. | + +## ReturnValue + +The load format + +## See Also + +* Enum [LoadFormat](../../loadformat/) +* Enum [SaveFormat](../../saveformat/) +* Class [FileFormatUtil](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fileformatutil/verifypassword/_index.md b/spanish/cpp/aspose.cells/fileformatutil/verifypassword/_index.md new file mode 100644 index 00000000000..4518d9f727b --- /dev/null +++ b/spanish/cpp/aspose.cells/fileformatutil/verifypassword/_index.md @@ -0,0 +1,60 @@ +--- +title: Aspose::Cells::FileFormatUtil::VerifyPassword method +linktitle: VerifyPassword +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FileFormatUtil::VerifyPassword method. Detects and returns the information about a format of an excel stored in a stream in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/fileformatutil/verifypassword/ +--- +## FileFormatUtil::VerifyPassword(const Vector \\&, const U16String\&) method + + +Detects and returns the information about a format of an excel stored in a stream. + +```cpp +static bool Aspose::Cells::FileFormatUtil::VerifyPassword(const Vector &stream, const U16String &password) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| stream | const Vector \\& | | +| password | const U16String\& | The password for encrypted ooxml files. | + +## ReturnValue + +Returns whether the password is corrected. + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [FileFormatUtil](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FileFormatUtil::VerifyPassword(const Vector \\&, const char16_t*) method + + +Detects and returns the information about a format of an excel stored in a stream. + +```cpp +static bool Aspose::Cells::FileFormatUtil::VerifyPassword(const Vector &stream, const char16_t *password) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| stream | const Vector \\& | | +| password | const char16_t* | The password for encrypted ooxml files. | + +## ReturnValue + +Returns whether the password is corrected. + +## See Also + +* Class [Vector](../../vector/) +* Class [FileFormatUtil](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/filtercategory/_index.md b/spanish/cpp/aspose.cells/filtercategory/_index.md new file mode 100644 index 00000000000..0ca07e2a906 --- /dev/null +++ b/spanish/cpp/aspose.cells/filtercategory/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::FilterCategory enum +linktitle: FilterCategory +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FilterCategory enum. Represents the category of the filter in C++.' +type: docs +weight: 21200 +url: /es/cpp/aspose.cells/filtercategory/ +--- +## FilterCategory enum + + +Represents the category of the filter. + +```cpp +enum class FilterCategory +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| None | 0 |
No Filter. | +| Label | 1 |
Caption Filter. | +| NumberValue | 2 |
Number Value Filter. | +| Date | 3 |
[Date](../date/) Value Filter. | +| Top10 | 4 |
[Top10](../top10/) Value Filter. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/filtercolumn/_impl/_index.md b/spanish/cpp/aspose.cells/filtercolumn/_impl/_index.md new file mode 100644 index 00000000000..c9d9f4879ea --- /dev/null +++ b/spanish/cpp/aspose.cells/filtercolumn/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::FilterColumn::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FilterColumn::_impl field. The implementation object in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells/filtercolumn/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +FilterColumn_Impl* Aspose::Cells::FilterColumn::_impl +``` + +## See Also + +* Class [FilterColumn](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/filtercolumn/_index.md b/spanish/cpp/aspose.cells/filtercolumn/_index.md new file mode 100644 index 00000000000..4478f238104 --- /dev/null +++ b/spanish/cpp/aspose.cells/filtercolumn/_index.md @@ -0,0 +1,53 @@ +--- +title: Aspose::Cells::FilterColumn class +linktitle: FilterColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FilterColumn class. Represents a filter for a single column in C++.' +type: docs +weight: 6300 +url: /es/cpp/aspose.cells/filtercolumn/ +--- +## FilterColumn class + + +Represents a filter for a single column. + +```cpp +class FilterColumn +``` + +## Methods + +| Method | Description | +| --- | --- | +| [FilterColumn(FilterColumn_Impl* impl)](./filtercolumn/) | Constructs from an implementation object. | +| [FilterColumn(const FilterColumn\& src)](./filtercolumn/) | Copy constructor. | +| [GetColorFilter()](./getcolorfilter/) | Gets [Aspose.Cells.ColorFilter](../colorfilter/) for filtering data by color. | +| [GetCustomFilters()](./getcustomfilters/) | Gets [Aspose.Cells.CustomFilterCollection](../customfiltercollection/) for filtering data by custom criteria. | +| [GetDynamicFilter()](./getdynamicfilter/) | Gets [Aspose.Cells.DynamicFilter](../dynamicfilter/) for filtering with dynamic criteria. | +| [GetFieldIndex()](./getfieldindex/) | Gets and sets the column offset in the range. | +| [GetFilter()](./getfilter/) | **(Deprecated)** Gets and sets the condition of filtering data. | +| [GetFilterType()](./getfiltertype/) | Gets and sets the type fo filtering data. | +| [GetIconFilter()](./geticonfilter/) | Gets [Aspose.Cells.IconFilter](../iconfilter/) for filtering data by icon. | +| [GetMultipleFilters()](./getmultiplefilters/) | Gets [Aspose.Cells.MultipleFilterCollection](../multiplefiltercollection/) for filtering data by labels or date time. | +| [GetTop10Filter()](./gettop10filter/) | Gets [Aspose.Cells.Top10Filter](../top10filter/) for filtering data by rank of data. | +| [IsDropdownVisible()](./isdropdownvisible/) | Indicates whether the [AutoFilter](../autofilter/) button for this column is visible. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const FilterColumn\& src)](./operator_asm/) | operator= | +| [SetCustomFilters(const CustomFilterCollection\& value)](./setcustomfilters/) | Gets [Aspose.Cells.CustomFilterCollection](../customfiltercollection/) for filtering data by custom criteria. | +| [SetFieldIndex(int32_t value)](./setfieldindex/) | Gets and sets the column offset in the range. | +| [SetFilter(const Aspose::Cells::Object\& value)](./setfilter/) | **(Deprecated)** Gets and sets the condition of filtering data. | +| [SetFilterType(FilterType value)](./setfiltertype/) | Gets and sets the type fo filtering data. | +| [SetIsDropdownVisible(bool value)](./setisdropdownvisible/) | Indicates whether the [AutoFilter](../autofilter/) button for this column is visible. | +| [SetMultipleFilters(const MultipleFilterCollection\& value)](./setmultiplefilters/) | Gets [Aspose.Cells.MultipleFilterCollection](../multiplefiltercollection/) for filtering data by labels or date time. | +| [~FilterColumn()](./~filtercolumn/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/filtercolumn/filtercolumn/_index.md b/spanish/cpp/aspose.cells/filtercolumn/filtercolumn/_index.md new file mode 100644 index 00000000000..f06d3b4dba1 --- /dev/null +++ b/spanish/cpp/aspose.cells/filtercolumn/filtercolumn/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::FilterColumn::FilterColumn constructor +linktitle: FilterColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FilterColumn::FilterColumn constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/filtercolumn/filtercolumn/ +--- +## FilterColumn::FilterColumn(FilterColumn_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::FilterColumn::FilterColumn(FilterColumn_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FilterColumn](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FilterColumn::FilterColumn(const FilterColumn\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::FilterColumn::FilterColumn(const FilterColumn &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FilterColumn](../) +* Class [FilterColumn](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/filtercolumn/getcolorfilter/_index.md b/spanish/cpp/aspose.cells/filtercolumn/getcolorfilter/_index.md new file mode 100644 index 00000000000..6f0d6748c6c --- /dev/null +++ b/spanish/cpp/aspose.cells/filtercolumn/getcolorfilter/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FilterColumn::GetColorFilter method +linktitle: GetColorFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FilterColumn::GetColorFilter method. Gets Aspose.Cells.ColorFilter for filtering data by color in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells/filtercolumn/getcolorfilter/ +--- +## FilterColumn::GetColorFilter method + + +Gets [Aspose.Cells.ColorFilter](../../colorfilter/) for filtering data by color. + +```cpp +ColorFilter Aspose::Cells::FilterColumn::GetColorFilter() +``` + +## See Also + +* Class [ColorFilter](../../colorfilter/) +* Class [FilterColumn](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/filtercolumn/getcustomfilters/_index.md b/spanish/cpp/aspose.cells/filtercolumn/getcustomfilters/_index.md new file mode 100644 index 00000000000..34082177fdc --- /dev/null +++ b/spanish/cpp/aspose.cells/filtercolumn/getcustomfilters/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FilterColumn::GetCustomFilters method +linktitle: GetCustomFilters +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FilterColumn::GetCustomFilters method. Gets Aspose.Cells.CustomFilterCollection for filtering data by custom criteria in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells/filtercolumn/getcustomfilters/ +--- +## FilterColumn::GetCustomFilters method + + +Gets [Aspose.Cells.CustomFilterCollection](../../customfiltercollection/) for filtering data by custom criteria. + +```cpp +CustomFilterCollection Aspose::Cells::FilterColumn::GetCustomFilters() +``` + +## See Also + +* Class [CustomFilterCollection](../../customfiltercollection/) +* Class [FilterColumn](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/filtercolumn/getdynamicfilter/_index.md b/spanish/cpp/aspose.cells/filtercolumn/getdynamicfilter/_index.md new file mode 100644 index 00000000000..2e2da38b394 --- /dev/null +++ b/spanish/cpp/aspose.cells/filtercolumn/getdynamicfilter/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FilterColumn::GetDynamicFilter method +linktitle: GetDynamicFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FilterColumn::GetDynamicFilter method. Gets Aspose.Cells.DynamicFilter for filtering with dynamic criteria in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells/filtercolumn/getdynamicfilter/ +--- +## FilterColumn::GetDynamicFilter method + + +Gets [Aspose.Cells.DynamicFilter](../../dynamicfilter/) for filtering with dynamic criteria. + +```cpp +DynamicFilter Aspose::Cells::FilterColumn::GetDynamicFilter() +``` + +## See Also + +* Class [DynamicFilter](../../dynamicfilter/) +* Class [FilterColumn](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/filtercolumn/getfieldindex/_index.md b/spanish/cpp/aspose.cells/filtercolumn/getfieldindex/_index.md new file mode 100644 index 00000000000..0913925a3da --- /dev/null +++ b/spanish/cpp/aspose.cells/filtercolumn/getfieldindex/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FilterColumn::GetFieldIndex method +linktitle: GetFieldIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FilterColumn::GetFieldIndex method. Gets and sets the column offset in the range in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells/filtercolumn/getfieldindex/ +--- +## FilterColumn::GetFieldIndex method + + +Gets and sets the column offset in the range. + +```cpp +int32_t Aspose::Cells::FilterColumn::GetFieldIndex() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FilterColumn](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/filtercolumn/getfilter/_index.md b/spanish/cpp/aspose.cells/filtercolumn/getfilter/_index.md new file mode 100644 index 00000000000..391337aa1f0 --- /dev/null +++ b/spanish/cpp/aspose.cells/filtercolumn/getfilter/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::FilterColumn::GetFilter method +linktitle: GetFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FilterColumn::GetFilter method. Gets and sets the condition of filtering data in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/filtercolumn/getfilter/ +--- +## FilterColumn::GetFilter method + + +Gets and sets the condition of filtering data. + + +>Deprecated +> +>Use FilterColumn.MultipleFilters,CustomFilters and so on... property, instead. +```cpp +Aspose::Cells::Object Aspose::Cells::FilterColumn::GetFilter() +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead,please use FilterColumn.MultipleFilters,CustomFilters and so on... property according to differnt type of filter This property will be removed 12 months later since October 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Object](../../object/) +* Class [FilterColumn](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/filtercolumn/getfiltertype/_index.md b/spanish/cpp/aspose.cells/filtercolumn/getfiltertype/_index.md new file mode 100644 index 00000000000..5562d32a148 --- /dev/null +++ b/spanish/cpp/aspose.cells/filtercolumn/getfiltertype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FilterColumn::GetFilterType method +linktitle: GetFilterType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FilterColumn::GetFilterType method. Gets and sets the type fo filtering data in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/filtercolumn/getfiltertype/ +--- +## FilterColumn::GetFilterType method + + +Gets and sets the type fo filtering data. + +```cpp +FilterType Aspose::Cells::FilterColumn::GetFilterType() +``` + +## See Also + +* Enum [FilterType](../../filtertype/) +* Class [FilterColumn](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/filtercolumn/geticonfilter/_index.md b/spanish/cpp/aspose.cells/filtercolumn/geticonfilter/_index.md new file mode 100644 index 00000000000..0ad7375f661 --- /dev/null +++ b/spanish/cpp/aspose.cells/filtercolumn/geticonfilter/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FilterColumn::GetIconFilter method +linktitle: GetIconFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FilterColumn::GetIconFilter method. Gets Aspose.Cells.IconFilter for filtering data by icon in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells/filtercolumn/geticonfilter/ +--- +## FilterColumn::GetIconFilter method + + +Gets [Aspose.Cells.IconFilter](../../iconfilter/) for filtering data by icon. + +```cpp +IconFilter Aspose::Cells::FilterColumn::GetIconFilter() +``` + +## See Also + +* Class [IconFilter](../../iconfilter/) +* Class [FilterColumn](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/filtercolumn/getmultiplefilters/_index.md b/spanish/cpp/aspose.cells/filtercolumn/getmultiplefilters/_index.md new file mode 100644 index 00000000000..f0778854310 --- /dev/null +++ b/spanish/cpp/aspose.cells/filtercolumn/getmultiplefilters/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FilterColumn::GetMultipleFilters method +linktitle: GetMultipleFilters +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FilterColumn::GetMultipleFilters method. Gets Aspose.Cells.MultipleFilterCollection for filtering data by labels or date time in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/filtercolumn/getmultiplefilters/ +--- +## FilterColumn::GetMultipleFilters method + + +Gets [Aspose.Cells.MultipleFilterCollection](../../multiplefiltercollection/) for filtering data by labels or date time. + +```cpp +MultipleFilterCollection Aspose::Cells::FilterColumn::GetMultipleFilters() +``` + +## See Also + +* Class [MultipleFilterCollection](../../multiplefiltercollection/) +* Class [FilterColumn](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/filtercolumn/gettop10filter/_index.md b/spanish/cpp/aspose.cells/filtercolumn/gettop10filter/_index.md new file mode 100644 index 00000000000..420ccdbc51f --- /dev/null +++ b/spanish/cpp/aspose.cells/filtercolumn/gettop10filter/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FilterColumn::GetTop10Filter method +linktitle: GetTop10Filter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FilterColumn::GetTop10Filter method. Gets Aspose.Cells.Top10Filter for filtering data by rank of data in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells/filtercolumn/gettop10filter/ +--- +## FilterColumn::GetTop10Filter method + + +Gets [Aspose.Cells.Top10Filter](../../top10filter/) for filtering data by rank of data. + +```cpp +Top10Filter Aspose::Cells::FilterColumn::GetTop10Filter() +``` + +## See Also + +* Class [Top10Filter](../../top10filter/) +* Class [FilterColumn](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/filtercolumn/isdropdownvisible/_index.md b/spanish/cpp/aspose.cells/filtercolumn/isdropdownvisible/_index.md new file mode 100644 index 00000000000..e031a527cff --- /dev/null +++ b/spanish/cpp/aspose.cells/filtercolumn/isdropdownvisible/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FilterColumn::IsDropdownVisible method +linktitle: IsDropdownVisible +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FilterColumn::IsDropdownVisible method. Indicates whether the AutoFilter button for this column is visible in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/filtercolumn/isdropdownvisible/ +--- +## FilterColumn::IsDropdownVisible method + + +Indicates whether the [AutoFilter](../../autofilter/) button for this column is visible. + +```cpp +bool Aspose::Cells::FilterColumn::IsDropdownVisible() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FilterColumn](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/filtercolumn/isnull/_index.md b/spanish/cpp/aspose.cells/filtercolumn/isnull/_index.md new file mode 100644 index 00000000000..5cf5b27607a --- /dev/null +++ b/spanish/cpp/aspose.cells/filtercolumn/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::FilterColumn::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FilterColumn::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/filtercolumn/isnull/ +--- +## FilterColumn::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::FilterColumn::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [FilterColumn](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/filtercolumn/operator_asm/_index.md b/spanish/cpp/aspose.cells/filtercolumn/operator_asm/_index.md new file mode 100644 index 00000000000..c2c723b4e05 --- /dev/null +++ b/spanish/cpp/aspose.cells/filtercolumn/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::FilterColumn::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FilterColumn::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/filtercolumn/operator_asm/ +--- +## FilterColumn::operator= method + + +operator= + +```cpp +FilterColumn & Aspose::Cells::FilterColumn::operator=(const FilterColumn &src) +``` + +## See Also + +* Class [FilterColumn](../) +* Class [Vector](../../vector/) +* Class [FilterColumn](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/filtercolumn/operator_bool/_index.md b/spanish/cpp/aspose.cells/filtercolumn/operator_bool/_index.md new file mode 100644 index 00000000000..0c4c8c32c54 --- /dev/null +++ b/spanish/cpp/aspose.cells/filtercolumn/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::FilterColumn::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FilterColumn::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/filtercolumn/operator_bool/ +--- +## FilterColumn::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::FilterColumn::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [FilterColumn](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/filtercolumn/setcustomfilters/_index.md b/spanish/cpp/aspose.cells/filtercolumn/setcustomfilters/_index.md new file mode 100644 index 00000000000..e03d500ffd3 --- /dev/null +++ b/spanish/cpp/aspose.cells/filtercolumn/setcustomfilters/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::FilterColumn::SetCustomFilters method +linktitle: SetCustomFilters +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FilterColumn::SetCustomFilters method. Gets Aspose.Cells.CustomFilterCollection for filtering data by custom criteria in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells/filtercolumn/setcustomfilters/ +--- +## FilterColumn::SetCustomFilters method + + +Gets [Aspose.Cells.CustomFilterCollection](../../customfiltercollection/) for filtering data by custom criteria. + +```cpp +void Aspose::Cells::FilterColumn::SetCustomFilters(const CustomFilterCollection &value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CustomFilterCollection](../../customfiltercollection/) +* Class [FilterColumn](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/filtercolumn/setfieldindex/_index.md b/spanish/cpp/aspose.cells/filtercolumn/setfieldindex/_index.md new file mode 100644 index 00000000000..2e31f0fa433 --- /dev/null +++ b/spanish/cpp/aspose.cells/filtercolumn/setfieldindex/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FilterColumn::SetFieldIndex method +linktitle: SetFieldIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FilterColumn::SetFieldIndex method. Gets and sets the column offset in the range in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells/filtercolumn/setfieldindex/ +--- +## FilterColumn::SetFieldIndex method + + +Gets and sets the column offset in the range. + +```cpp +void Aspose::Cells::FilterColumn::SetFieldIndex(int32_t value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FilterColumn](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/filtercolumn/setfilter/_index.md b/spanish/cpp/aspose.cells/filtercolumn/setfilter/_index.md new file mode 100644 index 00000000000..9e4707692ec --- /dev/null +++ b/spanish/cpp/aspose.cells/filtercolumn/setfilter/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::FilterColumn::SetFilter method +linktitle: SetFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FilterColumn::SetFilter method. Gets and sets the condition of filtering data in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/filtercolumn/setfilter/ +--- +## FilterColumn::SetFilter method + + +Gets and sets the condition of filtering data. + + +>Deprecated +> +>Use FilterColumn.MultipleFilters,CustomFilters and so on... property, instead. +```cpp +void Aspose::Cells::FilterColumn::SetFilter(const Aspose::Cells::Object &value) +``` + +## Remarks + + +NOTE: This member is now obsolete. Instead,please use FilterColumn.MultipleFilters,CustomFilters and so on... property according to differnt type of filter This property will be removed 12 months later since October 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../vector/) +* Class [Object](../../object/) +* Class [FilterColumn](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/filtercolumn/setfiltertype/_index.md b/spanish/cpp/aspose.cells/filtercolumn/setfiltertype/_index.md new file mode 100644 index 00000000000..cc588d52308 --- /dev/null +++ b/spanish/cpp/aspose.cells/filtercolumn/setfiltertype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::FilterColumn::SetFilterType method +linktitle: SetFilterType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FilterColumn::SetFilterType method. Gets and sets the type fo filtering data in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/filtercolumn/setfiltertype/ +--- +## FilterColumn::SetFilterType method + + +Gets and sets the type fo filtering data. + +```cpp +void Aspose::Cells::FilterColumn::SetFilterType(FilterType value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Enum [FilterType](../../filtertype/) +* Class [FilterColumn](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/filtercolumn/setisdropdownvisible/_index.md b/spanish/cpp/aspose.cells/filtercolumn/setisdropdownvisible/_index.md new file mode 100644 index 00000000000..f45a37cb70a --- /dev/null +++ b/spanish/cpp/aspose.cells/filtercolumn/setisdropdownvisible/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FilterColumn::SetIsDropdownVisible method +linktitle: SetIsDropdownVisible +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FilterColumn::SetIsDropdownVisible method. Indicates whether the AutoFilter button for this column is visible in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/filtercolumn/setisdropdownvisible/ +--- +## FilterColumn::SetIsDropdownVisible method + + +Indicates whether the [AutoFilter](../../autofilter/) button for this column is visible. + +```cpp +void Aspose::Cells::FilterColumn::SetIsDropdownVisible(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FilterColumn](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/filtercolumn/setmultiplefilters/_index.md b/spanish/cpp/aspose.cells/filtercolumn/setmultiplefilters/_index.md new file mode 100644 index 00000000000..e90bb688c97 --- /dev/null +++ b/spanish/cpp/aspose.cells/filtercolumn/setmultiplefilters/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::FilterColumn::SetMultipleFilters method +linktitle: SetMultipleFilters +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FilterColumn::SetMultipleFilters method. Gets Aspose.Cells.MultipleFilterCollection for filtering data by labels or date time in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells/filtercolumn/setmultiplefilters/ +--- +## FilterColumn::SetMultipleFilters method + + +Gets [Aspose.Cells.MultipleFilterCollection](../../multiplefiltercollection/) for filtering data by labels or date time. + +```cpp +void Aspose::Cells::FilterColumn::SetMultipleFilters(const MultipleFilterCollection &value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [MultipleFilterCollection](../../multiplefiltercollection/) +* Class [FilterColumn](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/filtercolumn/~filtercolumn/_index.md b/spanish/cpp/aspose.cells/filtercolumn/~filtercolumn/_index.md new file mode 100644 index 00000000000..ad072e92e72 --- /dev/null +++ b/spanish/cpp/aspose.cells/filtercolumn/~filtercolumn/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::FilterColumn::~FilterColumn method +linktitle: ~FilterColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FilterColumn::~FilterColumn method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/filtercolumn/~filtercolumn/ +--- +## FilterColumn::~FilterColumn method + + +Destructor. + +```cpp +Aspose::Cells::FilterColumn::~FilterColumn() +``` + +## See Also + +* Class [FilterColumn](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/filtercolumncollection/_impl/_index.md b/spanish/cpp/aspose.cells/filtercolumncollection/_impl/_index.md new file mode 100644 index 00000000000..e9d0148eb91 --- /dev/null +++ b/spanish/cpp/aspose.cells/filtercolumncollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::FilterColumnCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FilterColumnCollection::_impl field. The implementation object in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/filtercolumncollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +FilterColumnCollection_Impl* Aspose::Cells::FilterColumnCollection::_impl +``` + +## See Also + +* Class [FilterColumnCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/filtercolumncollection/_index.md b/spanish/cpp/aspose.cells/filtercolumncollection/_index.md new file mode 100644 index 00000000000..14107b41ecf --- /dev/null +++ b/spanish/cpp/aspose.cells/filtercolumncollection/_index.md @@ -0,0 +1,41 @@ +--- +title: Aspose::Cells::FilterColumnCollection class +linktitle: FilterColumnCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FilterColumnCollection class. A collection of Filter objects that represents all the filters in an autofiltered range in C++.' +type: docs +weight: 6400 +url: /es/cpp/aspose.cells/filtercolumncollection/ +--- +## FilterColumnCollection class + + +A collection of Filter objects that represents all the filters in an autofiltered range. + +```cpp +class FilterColumnCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [FilterColumnCollection(FilterColumnCollection_Impl* impl)](./filtercolumncollection/) | Constructs from an implementation object. | +| [FilterColumnCollection(const FilterColumnCollection\& src)](./filtercolumncollection/) | Copy constructor. | +| [Get(int32_t fieldIndex)](./get/) | Gets [FilterColumn](../filtercolumn/) object at the special field. | +| [GetByIndex(int32_t index)](./getbyindex/) | Returns a single Filter object from a collection. | +| [GetCount()](./getcount/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const FilterColumnCollection\& src)](./operator_asm/) | operator= | +| [RemoveAt(int32_t index)](./removeat/) | | +| [~FilterColumnCollection()](./~filtercolumncollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/filtercolumncollection/filtercolumncollection/_index.md b/spanish/cpp/aspose.cells/filtercolumncollection/filtercolumncollection/_index.md new file mode 100644 index 00000000000..f91b641633f --- /dev/null +++ b/spanish/cpp/aspose.cells/filtercolumncollection/filtercolumncollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::FilterColumnCollection::FilterColumnCollection constructor +linktitle: FilterColumnCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FilterColumnCollection::FilterColumnCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/filtercolumncollection/filtercolumncollection/ +--- +## FilterColumnCollection::FilterColumnCollection(FilterColumnCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::FilterColumnCollection::FilterColumnCollection(FilterColumnCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FilterColumnCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FilterColumnCollection::FilterColumnCollection(const FilterColumnCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::FilterColumnCollection::FilterColumnCollection(const FilterColumnCollection &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FilterColumnCollection](../) +* Class [FilterColumnCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/filtercolumncollection/get/_index.md b/spanish/cpp/aspose.cells/filtercolumncollection/get/_index.md new file mode 100644 index 00000000000..d5c18c08155 --- /dev/null +++ b/spanish/cpp/aspose.cells/filtercolumncollection/get/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::FilterColumnCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FilterColumnCollection::Get method. Gets FilterColumn object at the special field in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/filtercolumncollection/get/ +--- +## FilterColumnCollection::Get method + + +Gets [FilterColumn](../../filtercolumn/) object at the special field. + +```cpp +FilterColumn Aspose::Cells::FilterColumnCollection::Get(int32_t fieldIndex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fieldIndex | int32_t | The integer offset of the field on which you want to base the filter (from the left of the list; the leftmost field is field 0). | + +## ReturnValue + +Returns [FilterColumn](../../filtercolumn/) object. + +## See Also + +* Class [FilterColumn](../../filtercolumn/) +* Class [Vector](../../vector/) +* Class [FilterColumnCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/filtercolumncollection/getbyindex/_index.md b/spanish/cpp/aspose.cells/filtercolumncollection/getbyindex/_index.md new file mode 100644 index 00000000000..f60a6705769 --- /dev/null +++ b/spanish/cpp/aspose.cells/filtercolumncollection/getbyindex/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::FilterColumnCollection::GetByIndex method +linktitle: GetByIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FilterColumnCollection::GetByIndex method. Returns a single Filter object from a collection in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/filtercolumncollection/getbyindex/ +--- +## FilterColumnCollection::GetByIndex method + + +Returns a single Filter object from a collection. + +```cpp +FilterColumn Aspose::Cells::FilterColumnCollection::GetByIndex(int32_t index) +``` + +## See Also + +* Class [FilterColumn](../../filtercolumn/) +* Class [Vector](../../vector/) +* Class [FilterColumnCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/filtercolumncollection/getcount/_index.md b/spanish/cpp/aspose.cells/filtercolumncollection/getcount/_index.md new file mode 100644 index 00000000000..26c7a418c0e --- /dev/null +++ b/spanish/cpp/aspose.cells/filtercolumncollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FilterColumnCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::FilterColumnCollection class in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/filtercolumncollection/getcount/ +--- +## FilterColumnCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::FilterColumnCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FilterColumnCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/filtercolumncollection/isnull/_index.md b/spanish/cpp/aspose.cells/filtercolumncollection/isnull/_index.md new file mode 100644 index 00000000000..2966400450f --- /dev/null +++ b/spanish/cpp/aspose.cells/filtercolumncollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::FilterColumnCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FilterColumnCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/filtercolumncollection/isnull/ +--- +## FilterColumnCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::FilterColumnCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [FilterColumnCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/filtercolumncollection/operator_asm/_index.md b/spanish/cpp/aspose.cells/filtercolumncollection/operator_asm/_index.md new file mode 100644 index 00000000000..82ac7b61286 --- /dev/null +++ b/spanish/cpp/aspose.cells/filtercolumncollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::FilterColumnCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FilterColumnCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/filtercolumncollection/operator_asm/ +--- +## FilterColumnCollection::operator= method + + +operator= + +```cpp +FilterColumnCollection & Aspose::Cells::FilterColumnCollection::operator=(const FilterColumnCollection &src) +``` + +## See Also + +* Class [FilterColumnCollection](../) +* Class [Vector](../../vector/) +* Class [FilterColumnCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/filtercolumncollection/operator_bool/_index.md b/spanish/cpp/aspose.cells/filtercolumncollection/operator_bool/_index.md new file mode 100644 index 00000000000..b8967c9ce62 --- /dev/null +++ b/spanish/cpp/aspose.cells/filtercolumncollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::FilterColumnCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FilterColumnCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/filtercolumncollection/operator_bool/ +--- +## FilterColumnCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::FilterColumnCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [FilterColumnCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/filtercolumncollection/removeat/_index.md b/spanish/cpp/aspose.cells/filtercolumncollection/removeat/_index.md new file mode 100644 index 00000000000..73d26484c98 --- /dev/null +++ b/spanish/cpp/aspose.cells/filtercolumncollection/removeat/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::FilterColumnCollection::RemoveAt method +linktitle: RemoveAt +second_title: Aspose.Cells for C++ API Reference +description: 'How to use RemoveAt method of Aspose::Cells::FilterColumnCollection class in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/filtercolumncollection/removeat/ +--- +## FilterColumnCollection::RemoveAt method + + + + +```cpp +void Aspose::Cells::FilterColumnCollection::RemoveAt(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | | + +## See Also + +* Class [Vector](../../vector/) +* Class [FilterColumnCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/filtercolumncollection/~filtercolumncollection/_index.md b/spanish/cpp/aspose.cells/filtercolumncollection/~filtercolumncollection/_index.md new file mode 100644 index 00000000000..e98f9af7165 --- /dev/null +++ b/spanish/cpp/aspose.cells/filtercolumncollection/~filtercolumncollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::FilterColumnCollection::~FilterColumnCollection method +linktitle: ~FilterColumnCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FilterColumnCollection::~FilterColumnCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/filtercolumncollection/~filtercolumncollection/ +--- +## FilterColumnCollection::~FilterColumnCollection method + + +Destructor. + +```cpp +Aspose::Cells::FilterColumnCollection::~FilterColumnCollection() +``` + +## See Also + +* Class [FilterColumnCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/filteroperatortype/_index.md b/spanish/cpp/aspose.cells/filteroperatortype/_index.md new file mode 100644 index 00000000000..e58a2919439 --- /dev/null +++ b/spanish/cpp/aspose.cells/filteroperatortype/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::FilterOperatorType enum +linktitle: FilterOperatorType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FilterOperatorType enum. Custom Filter operator type in C++.' +type: docs +weight: 21300 +url: /es/cpp/aspose.cells/filteroperatortype/ +--- +## FilterOperatorType enum + + +Custom Filter operator type. + +```cpp +enum class FilterOperatorType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| LessOrEqual | 0 |
Represents LessOrEqual operator. | +| LessThan | 1 |
Represents LessThan operator. | +| Equal | 2 |
Represents Equal operator. | +| GreaterThan | 3 |
Represents GreaterThan operator. | +| NotEqual | 4 |
Represents NotEqual operator. | +| GreaterOrEqual | 5 |
Represents GreaterOrEqual operator. | +| None | 6 |
Represents no comparison. | +| BeginsWith | 7 |
Begins with the text. | +| EndsWith | 8 |
Ends with the text. | +| Contains | 9 |
Contains the text. | +| NotContains | 10 |
Not contains the text. | +| NotBeginsWith | 11 |
Not begins with the text. | +| NotEndsWith | 12 |
Not ends with the text. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/filtertype/_index.md b/spanish/cpp/aspose.cells/filtertype/_index.md new file mode 100644 index 00000000000..b7734eb1b4e --- /dev/null +++ b/spanish/cpp/aspose.cells/filtertype/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::FilterType enum +linktitle: FilterType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FilterType enum. The filter type in C++.' +type: docs +weight: 21400 +url: /es/cpp/aspose.cells/filtertype/ +--- +## FilterType enum + + +The filter type. + +```cpp +enum class FilterType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| ColorFilter | 0 |
Filter by fill color of the cell. | +| CustomFilters | 1 |
Custom filter type. | +| DynamicFilter | 2 |
Dynamic filter type. | +| MultipleFilters | 3 |
When multiple values are chosen to filter by, or when a group of date values are chosen to filter by, this element groups those criteria together. | +| IconFilter | 4 |
Filter by icon of conditional formatting. | +| Top10 | 5 |
Top 10 filter. | +| None | 6 |
No filter. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/findoptions/_impl/_index.md b/spanish/cpp/aspose.cells/findoptions/_impl/_index.md new file mode 100644 index 00000000000..f41b88b1fa5 --- /dev/null +++ b/spanish/cpp/aspose.cells/findoptions/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::FindOptions::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FindOptions::_impl field. The implementation object in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells/findoptions/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +FindOptions_Impl* Aspose::Cells::FindOptions::_impl +``` + +## See Also + +* Class [FindOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/findoptions/_index.md b/spanish/cpp/aspose.cells/findoptions/_index.md new file mode 100644 index 00000000000..68f567b24be --- /dev/null +++ b/spanish/cpp/aspose.cells/findoptions/_index.md @@ -0,0 +1,59 @@ +--- +title: Aspose::Cells::FindOptions class +linktitle: FindOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FindOptions class. Represents find options in C++.' +type: docs +weight: 6500 +url: /es/cpp/aspose.cells/findoptions/ +--- +## FindOptions class + + +Represents find options. + +```cpp +class FindOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [FindOptions()](./findoptions/) | Default constructor. | +| [FindOptions(FindOptions_Impl* impl)](./findoptions/) | Constructs from an implementation object. | +| [FindOptions(const FindOptions\& src)](./findoptions/) | Copy constructor. | +| [GetCaseSensitive()](./getcasesensitive/) | Indicates if the searched string is case sensitive. | +| [GetConvertNumericData()](./getconvertnumericdata/) | Gets or sets a value that indicates whether converting the searched string value to numeric data. | +| [GetLookAtType()](./getlookattype/) | Look at type. | +| [GetLookInType()](./getlookintype/) | Look in type. | +| [GetRange()](./getrange/) | Gets and sets the searched range. | +| [GetRegexKey()](./getregexkey/) | Indicates whether the searched key is regex. If true the searched key will be taken as regex and parsed. Otherwise the key will be parsed according to the rules in ms excel. | +| [GetSearchBackward()](./getsearchbackward/) | Whether search backward for cells. | +| [GetSearchOrderByRows()](./getsearchorderbyrows/) | Indicates whether search order by rows or columns. | +| [GetStyle()](./getstyle/) | The format to search for. | +| [GetValueTypeSensitive()](./getvaluetypesensitive/) | Indicates whether searched cell value type should be same with the searched key. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsRangeSet()](./israngeset/) | Indicates whether the searched range is set. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const FindOptions\& src)](./operator_asm/) | operator= | +| [SetCaseSensitive(bool value)](./setcasesensitive/) | Indicates if the searched string is case sensitive. | +| [SetConvertNumericData(bool value)](./setconvertnumericdata/) | Gets or sets a value that indicates whether converting the searched string value to numeric data. | +| [SetLookAtType(LookAtType value)](./setlookattype/) | Look at type. | +| [SetLookInType(LookInType value)](./setlookintype/) | Look in type. | +| [SetRange(const CellArea\& ca)](./setrange/) | Sets the searched range. | +| [SetRegexKey(bool value)](./setregexkey/) | Indicates whether the searched key is regex. If true the searched key will be taken as regex and parsed. Otherwise the key will be parsed according to the rules in ms excel. | +| [SetSearchBackward(bool value)](./setsearchbackward/) | Whether search backward for cells. | +| [SetSearchOrderByRows(bool value)](./setsearchorderbyrows/) | Indicates whether search order by rows or columns. | +| [SetStyle(const Style\& value)](./setstyle/) | The format to search for. | +| [SetValueTypeSensitive(bool value)](./setvaluetypesensitive/) | Indicates whether searched cell value type should be same with the searched key. | +| [~FindOptions()](./~findoptions/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/findoptions/findoptions/_index.md b/spanish/cpp/aspose.cells/findoptions/findoptions/_index.md new file mode 100644 index 00000000000..8c431fcdf19 --- /dev/null +++ b/spanish/cpp/aspose.cells/findoptions/findoptions/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::FindOptions::FindOptions constructor +linktitle: FindOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FindOptions::FindOptions constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/findoptions/findoptions/ +--- +## FindOptions::FindOptions() constructor + + +Default constructor. + +```cpp +Aspose::Cells::FindOptions::FindOptions() +``` + +## See Also + +* Class [FindOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FindOptions::FindOptions(FindOptions_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::FindOptions::FindOptions(FindOptions_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FindOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FindOptions::FindOptions(const FindOptions\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::FindOptions::FindOptions(const FindOptions &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FindOptions](../) +* Class [FindOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/findoptions/getcasesensitive/_index.md b/spanish/cpp/aspose.cells/findoptions/getcasesensitive/_index.md new file mode 100644 index 00000000000..b9740156be9 --- /dev/null +++ b/spanish/cpp/aspose.cells/findoptions/getcasesensitive/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FindOptions::GetCaseSensitive method +linktitle: GetCaseSensitive +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FindOptions::GetCaseSensitive method. Indicates if the searched string is case sensitive in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/findoptions/getcasesensitive/ +--- +## FindOptions::GetCaseSensitive method + + +Indicates if the searched string is case sensitive. + +```cpp +bool Aspose::Cells::FindOptions::GetCaseSensitive() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FindOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/findoptions/getconvertnumericdata/_index.md b/spanish/cpp/aspose.cells/findoptions/getconvertnumericdata/_index.md new file mode 100644 index 00000000000..17208e5ebe3 --- /dev/null +++ b/spanish/cpp/aspose.cells/findoptions/getconvertnumericdata/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FindOptions::GetConvertNumericData method +linktitle: GetConvertNumericData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FindOptions::GetConvertNumericData method. Gets or sets a value that indicates whether converting the searched string value to numeric data in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells/findoptions/getconvertnumericdata/ +--- +## FindOptions::GetConvertNumericData method + + +Gets or sets a value that indicates whether converting the searched string value to numeric data. + +```cpp +bool Aspose::Cells::FindOptions::GetConvertNumericData() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FindOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/findoptions/getlookattype/_index.md b/spanish/cpp/aspose.cells/findoptions/getlookattype/_index.md new file mode 100644 index 00000000000..2b794fd9753 --- /dev/null +++ b/spanish/cpp/aspose.cells/findoptions/getlookattype/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::FindOptions::GetLookAtType method +linktitle: GetLookAtType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FindOptions::GetLookAtType method. Look at type in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/findoptions/getlookattype/ +--- +## FindOptions::GetLookAtType method + + +Look at type. + +```cpp +LookAtType Aspose::Cells::FindOptions::GetLookAtType() +``` + +## Remarks + + +When RegexKey is true and user has specified the exact rule for the regex, for performance consideration this property should be set as [LookAtType.EntireContent](../../lookattype/). Otherwise we will refactor the search key to ensure it can be matched according to the specific type. For example, when the type is [LookAtType.Contains](../../lookattype/)(this is the default value for this property), we will add wildcards at the beginning and end of the search key automatically. In this case, the regular expressions will become more complex and the performance will also decrease. +## See Also + +* Enum [LookAtType](../../lookattype/) +* Class [FindOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/findoptions/getlookintype/_index.md b/spanish/cpp/aspose.cells/findoptions/getlookintype/_index.md new file mode 100644 index 00000000000..0e5f2530144 --- /dev/null +++ b/spanish/cpp/aspose.cells/findoptions/getlookintype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FindOptions::GetLookInType method +linktitle: GetLookInType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FindOptions::GetLookInType method. Look in type in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells/findoptions/getlookintype/ +--- +## FindOptions::GetLookInType method + + +Look in type. + +```cpp +LookInType Aspose::Cells::FindOptions::GetLookInType() +``` + +## See Also + +* Enum [LookInType](../../lookintype/) +* Class [FindOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/findoptions/getrange/_index.md b/spanish/cpp/aspose.cells/findoptions/getrange/_index.md new file mode 100644 index 00000000000..9008e9e3125 --- /dev/null +++ b/spanish/cpp/aspose.cells/findoptions/getrange/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::FindOptions::GetRange method +linktitle: GetRange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FindOptions::GetRange method. Gets and sets the searched range in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/findoptions/getrange/ +--- +## FindOptions::GetRange method + + +Gets and sets the searched range. + +```cpp +CellArea Aspose::Cells::FindOptions::GetRange() +``` + + +## ReturnValue + +Returns the searched range. + +## See Also + +* Class [CellArea](../../cellarea/) +* Class [FindOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/findoptions/getregexkey/_index.md b/spanish/cpp/aspose.cells/findoptions/getregexkey/_index.md new file mode 100644 index 00000000000..49b93066768 --- /dev/null +++ b/spanish/cpp/aspose.cells/findoptions/getregexkey/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::FindOptions::GetRegexKey method +linktitle: GetRegexKey +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FindOptions::GetRegexKey method. Indicates whether the searched key is regex. If true the searched key will be taken as regex and parsed. Otherwise the key will be parsed according to the rules in ms excel in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells/findoptions/getregexkey/ +--- +## FindOptions::GetRegexKey method + + +Indicates whether the searched key is regex. If true the searched key will be taken as regex and parsed. Otherwise the key will be parsed according to the rules in ms excel. + +```cpp +bool Aspose::Cells::FindOptions::GetRegexKey() +``` + +## Remarks + + +Even though the search key has been specified as regex, it may be refactored according to specified [LookAtType](../../lookattype/). For example, when the type is [LookAtType.Contains](../../lookattype/)(this is the default value for this options), wildcards will be added at the beginning and end of the search key automatically to ensure the match will be checked as "contains". In this case, the regular expressions will become more complex and the performance will also decrease. So, for performance consideration, if user has specified the exact rule for the regex, then there is no need to use [LookAtType](../../lookattype/) as additional constraint and user may set it as [LookAtType.EntireContent](../../lookattype/) to get better performance. +## See Also + +* Class [Vector](../../vector/) +* Class [FindOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/findoptions/getsearchbackward/_index.md b/spanish/cpp/aspose.cells/findoptions/getsearchbackward/_index.md new file mode 100644 index 00000000000..5e88ddddc9f --- /dev/null +++ b/spanish/cpp/aspose.cells/findoptions/getsearchbackward/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FindOptions::GetSearchBackward method +linktitle: GetSearchBackward +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FindOptions::GetSearchBackward method. Whether search backward for cells in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells/findoptions/getsearchbackward/ +--- +## FindOptions::GetSearchBackward method + + +Whether search backward for cells. + +```cpp +bool Aspose::Cells::FindOptions::GetSearchBackward() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FindOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/findoptions/getsearchorderbyrows/_index.md b/spanish/cpp/aspose.cells/findoptions/getsearchorderbyrows/_index.md new file mode 100644 index 00000000000..88b4527675e --- /dev/null +++ b/spanish/cpp/aspose.cells/findoptions/getsearchorderbyrows/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FindOptions::GetSearchOrderByRows method +linktitle: GetSearchOrderByRows +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FindOptions::GetSearchOrderByRows method. Indicates whether search order by rows or columns in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells/findoptions/getsearchorderbyrows/ +--- +## FindOptions::GetSearchOrderByRows method + + +Indicates whether search order by rows or columns. + +```cpp +bool Aspose::Cells::FindOptions::GetSearchOrderByRows() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FindOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/findoptions/getstyle/_index.md b/spanish/cpp/aspose.cells/findoptions/getstyle/_index.md new file mode 100644 index 00000000000..43f1b7edd37 --- /dev/null +++ b/spanish/cpp/aspose.cells/findoptions/getstyle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FindOptions::GetStyle method +linktitle: GetStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FindOptions::GetStyle method. The format to search for in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells/findoptions/getstyle/ +--- +## FindOptions::GetStyle method + + +The format to search for. + +```cpp +Style Aspose::Cells::FindOptions::GetStyle() +``` + +## See Also + +* Class [Style](../../style/) +* Class [FindOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/findoptions/getvaluetypesensitive/_index.md b/spanish/cpp/aspose.cells/findoptions/getvaluetypesensitive/_index.md new file mode 100644 index 00000000000..34bd7f4eaee --- /dev/null +++ b/spanish/cpp/aspose.cells/findoptions/getvaluetypesensitive/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FindOptions::GetValueTypeSensitive method +linktitle: GetValueTypeSensitive +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FindOptions::GetValueTypeSensitive method. Indicates whether searched cell value type should be same with the searched key in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells/findoptions/getvaluetypesensitive/ +--- +## FindOptions::GetValueTypeSensitive method + + +Indicates whether searched cell value type should be same with the searched key. + +```cpp +bool Aspose::Cells::FindOptions::GetValueTypeSensitive() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FindOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/findoptions/isnull/_index.md b/spanish/cpp/aspose.cells/findoptions/isnull/_index.md new file mode 100644 index 00000000000..db06f9a0383 --- /dev/null +++ b/spanish/cpp/aspose.cells/findoptions/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::FindOptions::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FindOptions::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/findoptions/isnull/ +--- +## FindOptions::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::FindOptions::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [FindOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/findoptions/israngeset/_index.md b/spanish/cpp/aspose.cells/findoptions/israngeset/_index.md new file mode 100644 index 00000000000..27f9664a8b3 --- /dev/null +++ b/spanish/cpp/aspose.cells/findoptions/israngeset/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FindOptions::IsRangeSet method +linktitle: IsRangeSet +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FindOptions::IsRangeSet method. Indicates whether the searched range is set in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/findoptions/israngeset/ +--- +## FindOptions::IsRangeSet method + + +Indicates whether the searched range is set. + +```cpp +bool Aspose::Cells::FindOptions::IsRangeSet() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FindOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/findoptions/operator_asm/_index.md b/spanish/cpp/aspose.cells/findoptions/operator_asm/_index.md new file mode 100644 index 00000000000..7bad5b97e8f --- /dev/null +++ b/spanish/cpp/aspose.cells/findoptions/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::FindOptions::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FindOptions::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/findoptions/operator_asm/ +--- +## FindOptions::operator= method + + +operator= + +```cpp +FindOptions & Aspose::Cells::FindOptions::operator=(const FindOptions &src) +``` + +## See Also + +* Class [FindOptions](../) +* Class [Vector](../../vector/) +* Class [FindOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/findoptions/operator_bool/_index.md b/spanish/cpp/aspose.cells/findoptions/operator_bool/_index.md new file mode 100644 index 00000000000..aa1167ba8ce --- /dev/null +++ b/spanish/cpp/aspose.cells/findoptions/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::FindOptions::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FindOptions::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/findoptions/operator_bool/ +--- +## FindOptions::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::FindOptions::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [FindOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/findoptions/setcasesensitive/_index.md b/spanish/cpp/aspose.cells/findoptions/setcasesensitive/_index.md new file mode 100644 index 00000000000..066be0f8b64 --- /dev/null +++ b/spanish/cpp/aspose.cells/findoptions/setcasesensitive/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FindOptions::SetCaseSensitive method +linktitle: SetCaseSensitive +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FindOptions::SetCaseSensitive method. Indicates if the searched string is case sensitive in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/findoptions/setcasesensitive/ +--- +## FindOptions::SetCaseSensitive method + + +Indicates if the searched string is case sensitive. + +```cpp +void Aspose::Cells::FindOptions::SetCaseSensitive(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FindOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/findoptions/setconvertnumericdata/_index.md b/spanish/cpp/aspose.cells/findoptions/setconvertnumericdata/_index.md new file mode 100644 index 00000000000..571cfa997f7 --- /dev/null +++ b/spanish/cpp/aspose.cells/findoptions/setconvertnumericdata/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FindOptions::SetConvertNumericData method +linktitle: SetConvertNumericData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FindOptions::SetConvertNumericData method. Gets or sets a value that indicates whether converting the searched string value to numeric data in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells/findoptions/setconvertnumericdata/ +--- +## FindOptions::SetConvertNumericData method + + +Gets or sets a value that indicates whether converting the searched string value to numeric data. + +```cpp +void Aspose::Cells::FindOptions::SetConvertNumericData(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FindOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/findoptions/setlookattype/_index.md b/spanish/cpp/aspose.cells/findoptions/setlookattype/_index.md new file mode 100644 index 00000000000..466dbe69158 --- /dev/null +++ b/spanish/cpp/aspose.cells/findoptions/setlookattype/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::FindOptions::SetLookAtType method +linktitle: SetLookAtType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FindOptions::SetLookAtType method. Look at type in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/findoptions/setlookattype/ +--- +## FindOptions::SetLookAtType method + + +Look at type. + +```cpp +void Aspose::Cells::FindOptions::SetLookAtType(LookAtType value) +``` + +## Remarks + + +When RegexKey is true and user has specified the exact rule for the regex, for performance consideration this property should be set as [LookAtType.EntireContent](../../lookattype/). Otherwise we will refactor the search key to ensure it can be matched according to the specific type. For example, when the type is [LookAtType.Contains](../../lookattype/)(this is the default value for this property), we will add wildcards at the beginning and end of the search key automatically. In this case, the regular expressions will become more complex and the performance will also decrease. +## See Also + +* Class [Vector](../../vector/) +* Enum [LookAtType](../../lookattype/) +* Class [FindOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/findoptions/setlookintype/_index.md b/spanish/cpp/aspose.cells/findoptions/setlookintype/_index.md new file mode 100644 index 00000000000..fa115be4f5e --- /dev/null +++ b/spanish/cpp/aspose.cells/findoptions/setlookintype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::FindOptions::SetLookInType method +linktitle: SetLookInType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FindOptions::SetLookInType method. Look in type in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells/findoptions/setlookintype/ +--- +## FindOptions::SetLookInType method + + +Look in type. + +```cpp +void Aspose::Cells::FindOptions::SetLookInType(LookInType value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Enum [LookInType](../../lookintype/) +* Class [FindOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/findoptions/setrange/_index.md b/spanish/cpp/aspose.cells/findoptions/setrange/_index.md new file mode 100644 index 00000000000..b7d53292ae9 --- /dev/null +++ b/spanish/cpp/aspose.cells/findoptions/setrange/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::FindOptions::SetRange method +linktitle: SetRange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FindOptions::SetRange method. Sets the searched range in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/findoptions/setrange/ +--- +## FindOptions::SetRange method + + +Sets the searched range. + +```cpp +void Aspose::Cells::FindOptions::SetRange(const CellArea &ca) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| ca | const CellArea\& | the searched range. | + +## See Also + +* Class [Vector](../../vector/) +* Class [CellArea](../../cellarea/) +* Class [FindOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/findoptions/setregexkey/_index.md b/spanish/cpp/aspose.cells/findoptions/setregexkey/_index.md new file mode 100644 index 00000000000..a49a8b796a2 --- /dev/null +++ b/spanish/cpp/aspose.cells/findoptions/setregexkey/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::FindOptions::SetRegexKey method +linktitle: SetRegexKey +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FindOptions::SetRegexKey method. Indicates whether the searched key is regex. If true the searched key will be taken as regex and parsed. Otherwise the key will be parsed according to the rules in ms excel in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells/findoptions/setregexkey/ +--- +## FindOptions::SetRegexKey method + + +Indicates whether the searched key is regex. If true the searched key will be taken as regex and parsed. Otherwise the key will be parsed according to the rules in ms excel. + +```cpp +void Aspose::Cells::FindOptions::SetRegexKey(bool value) +``` + +## Remarks + + +Even though the search key has been specified as regex, it may be refactored according to specified [LookAtType](../../lookattype/). For example, when the type is [LookAtType.Contains](../../lookattype/)(this is the default value for this options), wildcards will be added at the beginning and end of the search key automatically to ensure the match will be checked as "contains". In this case, the regular expressions will become more complex and the performance will also decrease. So, for performance consideration, if user has specified the exact rule for the regex, then there is no need to use [LookAtType](../../lookattype/) as additional constraint and user may set it as [LookAtType.EntireContent](../../lookattype/) to get better performance. +## See Also + +* Class [Vector](../../vector/) +* Class [FindOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/findoptions/setsearchbackward/_index.md b/spanish/cpp/aspose.cells/findoptions/setsearchbackward/_index.md new file mode 100644 index 00000000000..40ddc9ae95f --- /dev/null +++ b/spanish/cpp/aspose.cells/findoptions/setsearchbackward/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FindOptions::SetSearchBackward method +linktitle: SetSearchBackward +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FindOptions::SetSearchBackward method. Whether search backward for cells in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells/findoptions/setsearchbackward/ +--- +## FindOptions::SetSearchBackward method + + +Whether search backward for cells. + +```cpp +void Aspose::Cells::FindOptions::SetSearchBackward(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FindOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/findoptions/setsearchorderbyrows/_index.md b/spanish/cpp/aspose.cells/findoptions/setsearchorderbyrows/_index.md new file mode 100644 index 00000000000..49e15d839ea --- /dev/null +++ b/spanish/cpp/aspose.cells/findoptions/setsearchorderbyrows/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FindOptions::SetSearchOrderByRows method +linktitle: SetSearchOrderByRows +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FindOptions::SetSearchOrderByRows method. Indicates whether search order by rows or columns in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells/findoptions/setsearchorderbyrows/ +--- +## FindOptions::SetSearchOrderByRows method + + +Indicates whether search order by rows or columns. + +```cpp +void Aspose::Cells::FindOptions::SetSearchOrderByRows(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FindOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/findoptions/setstyle/_index.md b/spanish/cpp/aspose.cells/findoptions/setstyle/_index.md new file mode 100644 index 00000000000..b54fa98c3b0 --- /dev/null +++ b/spanish/cpp/aspose.cells/findoptions/setstyle/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::FindOptions::SetStyle method +linktitle: SetStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FindOptions::SetStyle method. The format to search for in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells/findoptions/setstyle/ +--- +## FindOptions::SetStyle method + + +The format to search for. + +```cpp +void Aspose::Cells::FindOptions::SetStyle(const Style &value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Style](../../style/) +* Class [FindOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/findoptions/setvaluetypesensitive/_index.md b/spanish/cpp/aspose.cells/findoptions/setvaluetypesensitive/_index.md new file mode 100644 index 00000000000..a75a3082ccb --- /dev/null +++ b/spanish/cpp/aspose.cells/findoptions/setvaluetypesensitive/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FindOptions::SetValueTypeSensitive method +linktitle: SetValueTypeSensitive +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FindOptions::SetValueTypeSensitive method. Indicates whether searched cell value type should be same with the searched key in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells/findoptions/setvaluetypesensitive/ +--- +## FindOptions::SetValueTypeSensitive method + + +Indicates whether searched cell value type should be same with the searched key. + +```cpp +void Aspose::Cells::FindOptions::SetValueTypeSensitive(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FindOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/findoptions/~findoptions/_index.md b/spanish/cpp/aspose.cells/findoptions/~findoptions/_index.md new file mode 100644 index 00000000000..fc7f1e2bfe0 --- /dev/null +++ b/spanish/cpp/aspose.cells/findoptions/~findoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::FindOptions::~FindOptions method +linktitle: ~FindOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FindOptions::~FindOptions method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/findoptions/~findoptions/ +--- +## FindOptions::~FindOptions method + + +Destructor. + +```cpp +Aspose::Cells::FindOptions::~FindOptions() +``` + +## See Also + +* Class [FindOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/folderfontsource/_impl/_index.md b/spanish/cpp/aspose.cells/folderfontsource/_impl/_index.md new file mode 100644 index 00000000000..58e6984e17a --- /dev/null +++ b/spanish/cpp/aspose.cells/folderfontsource/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::FolderFontSource::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FolderFontSource::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/folderfontsource/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +FolderFontSource_Impl* Aspose::Cells::FolderFontSource::_impl +``` + +## See Also + +* Class [FolderFontSource](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/folderfontsource/_index.md b/spanish/cpp/aspose.cells/folderfontsource/_index.md new file mode 100644 index 00000000000..19c1ee2c83a --- /dev/null +++ b/spanish/cpp/aspose.cells/folderfontsource/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::FolderFontSource class +linktitle: FolderFontSource +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FolderFontSource class. Represents the folder that contains TrueType font files in C++.' +type: docs +weight: 6600 +url: /es/cpp/aspose.cells/folderfontsource/ +--- +## FolderFontSource class + + +Represents the folder that contains TrueType font files. + +```cpp +class FolderFontSource : public Aspose::Cells::FontSourceBase +``` + +## Methods + +| Method | Description | +| --- | --- | +| [FolderFontSource(const U16String\& folderPath, bool scanSubfolders)](./folderfontsource/) | Ctor. | +| [FolderFontSource(const char16_t* folderPath, bool scanSubfolders)](./folderfontsource/) | Ctor. | +| [FolderFontSource(FolderFontSource_Impl* impl)](./folderfontsource/) | Constructs from an implementation object. | +| [FolderFontSource(const FolderFontSource\& src)](./folderfontsource/) | Copy constructor. | +| [FolderFontSource(const FontSourceBase\& src)](./folderfontsource/) | Constructs from a parent object. | +| [FontSourceBase(FontSourceBase_Impl* impl)](../fontsourcebase/fontsourcebase/) | Constructs from an implementation object. | +| [FontSourceBase(const FontSourceBase\& src)](../fontsourcebase/fontsourcebase/) | Copy constructor. | +| [GetFolderPath()](./getfolderpath/) | Path to fonts folder. | +| [GetScanSubFolders()](./getscansubfolders/) | Determines whether or not to scan the subfolders. | +| virtual [GetType()](./gettype/) | Returns the type of the font source. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const FolderFontSource\& src)](./operator_asm/) | operator= | +| [operator=(const FontSourceBase\& src)](../fontsourcebase/operator_asm/) | operator= | +| [~FolderFontSource()](./~folderfontsource/) | Destructor. | +| [~FontSourceBase()](../fontsourcebase/~fontsourcebase/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [FontSourceBase](../fontsourcebase/) +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/folderfontsource/folderfontsource/_index.md b/spanish/cpp/aspose.cells/folderfontsource/folderfontsource/_index.md new file mode 100644 index 00000000000..f40e342b90b --- /dev/null +++ b/spanish/cpp/aspose.cells/folderfontsource/folderfontsource/_index.md @@ -0,0 +1,99 @@ +--- +title: Aspose::Cells::FolderFontSource::FolderFontSource constructor +linktitle: FolderFontSource +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FolderFontSource::FolderFontSource constructor. Ctor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/folderfontsource/folderfontsource/ +--- +## FolderFontSource::FolderFontSource(const U16String\&, bool) constructor + + +Ctor. + +```cpp +Aspose::Cells::FolderFontSource::FolderFontSource(const U16String &folderPath, bool scanSubfolders) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| folderPath | const U16String\& | path to fonts folder | +| scanSubfolders | bool | Determines whether or not to scan subfolders. | + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [FolderFontSource](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FolderFontSource::FolderFontSource(const char16_t*, bool) constructor + + +Ctor. + +```cpp +Aspose::Cells::FolderFontSource::FolderFontSource(const char16_t *folderPath, bool scanSubfolders) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| folderPath | const char16_t* | path to fonts folder | +| scanSubfolders | bool | Determines whether or not to scan subfolders. | + +## See Also + +* Class [Vector](../../vector/) +* Class [FolderFontSource](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FolderFontSource::FolderFontSource(FolderFontSource_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::FolderFontSource::FolderFontSource(FolderFontSource_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FolderFontSource](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FolderFontSource::FolderFontSource(const FolderFontSource\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::FolderFontSource::FolderFontSource(const FolderFontSource &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FolderFontSource](../) +* Class [FolderFontSource](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FolderFontSource::FolderFontSource(const FontSourceBase\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::FolderFontSource::FolderFontSource(const FontSourceBase &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FontSourceBase](../../fontsourcebase/) +* Class [FolderFontSource](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/folderfontsource/getfolderpath/_index.md b/spanish/cpp/aspose.cells/folderfontsource/getfolderpath/_index.md new file mode 100644 index 00000000000..ff5d34455c7 --- /dev/null +++ b/spanish/cpp/aspose.cells/folderfontsource/getfolderpath/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FolderFontSource::GetFolderPath method +linktitle: GetFolderPath +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FolderFontSource::GetFolderPath method. Path to fonts folder in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/folderfontsource/getfolderpath/ +--- +## FolderFontSource::GetFolderPath method + + +Path to fonts folder. + +```cpp +U16String Aspose::Cells::FolderFontSource::GetFolderPath() +``` + +## See Also + +* Class [U16String](../../u16string/) +* Class [FolderFontSource](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/folderfontsource/getscansubfolders/_index.md b/spanish/cpp/aspose.cells/folderfontsource/getscansubfolders/_index.md new file mode 100644 index 00000000000..16fa8c73715 --- /dev/null +++ b/spanish/cpp/aspose.cells/folderfontsource/getscansubfolders/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FolderFontSource::GetScanSubFolders method +linktitle: GetScanSubFolders +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FolderFontSource::GetScanSubFolders method. Determines whether or not to scan the subfolders in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/folderfontsource/getscansubfolders/ +--- +## FolderFontSource::GetScanSubFolders method + + +Determines whether or not to scan the subfolders. + +```cpp +bool Aspose::Cells::FolderFontSource::GetScanSubFolders() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FolderFontSource](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/folderfontsource/gettype/_index.md b/spanish/cpp/aspose.cells/folderfontsource/gettype/_index.md new file mode 100644 index 00000000000..a9cc6f3477a --- /dev/null +++ b/spanish/cpp/aspose.cells/folderfontsource/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FolderFontSource::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FolderFontSource::GetType method. Returns the type of the font source in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/folderfontsource/gettype/ +--- +## FolderFontSource::GetType method + + +Returns the type of the font source. + +```cpp +FontSourceType Aspose::Cells::FolderFontSource::GetType() +``` + +## See Also + +* Enum [FontSourceType](../../fontsourcetype/) +* Class [FolderFontSource](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/folderfontsource/isnull/_index.md b/spanish/cpp/aspose.cells/folderfontsource/isnull/_index.md new file mode 100644 index 00000000000..a792a23a810 --- /dev/null +++ b/spanish/cpp/aspose.cells/folderfontsource/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::FolderFontSource::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FolderFontSource::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/folderfontsource/isnull/ +--- +## FolderFontSource::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::FolderFontSource::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [FolderFontSource](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/folderfontsource/operator_asm/_index.md b/spanish/cpp/aspose.cells/folderfontsource/operator_asm/_index.md new file mode 100644 index 00000000000..9d84ec4e6b5 --- /dev/null +++ b/spanish/cpp/aspose.cells/folderfontsource/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::FolderFontSource::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FolderFontSource::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/folderfontsource/operator_asm/ +--- +## FolderFontSource::operator= method + + +operator= + +```cpp +FolderFontSource & Aspose::Cells::FolderFontSource::operator=(const FolderFontSource &src) +``` + +## See Also + +* Class [FolderFontSource](../) +* Class [Vector](../../vector/) +* Class [FolderFontSource](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/folderfontsource/operator_bool/_index.md b/spanish/cpp/aspose.cells/folderfontsource/operator_bool/_index.md new file mode 100644 index 00000000000..29541d4e53f --- /dev/null +++ b/spanish/cpp/aspose.cells/folderfontsource/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::FolderFontSource::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FolderFontSource::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/folderfontsource/operator_bool/ +--- +## FolderFontSource::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::FolderFontSource::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [FolderFontSource](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/folderfontsource/~folderfontsource/_index.md b/spanish/cpp/aspose.cells/folderfontsource/~folderfontsource/_index.md new file mode 100644 index 00000000000..924fa70b348 --- /dev/null +++ b/spanish/cpp/aspose.cells/folderfontsource/~folderfontsource/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::FolderFontSource::~FolderFontSource method +linktitle: ~FolderFontSource +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FolderFontSource::~FolderFontSource method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/folderfontsource/~folderfontsource/ +--- +## FolderFontSource::~FolderFontSource method + + +Destructor. + +```cpp +Aspose::Cells::FolderFontSource::~FolderFontSource() +``` + +## See Also + +* Class [FolderFontSource](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/font/_impl/_index.md b/spanish/cpp/aspose.cells/font/_impl/_index.md new file mode 100644 index 00000000000..51e3ce07a19 --- /dev/null +++ b/spanish/cpp/aspose.cells/font/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Font::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Font::_impl field. The implementation object in C++.' +type: docs +weight: 4400 +url: /es/cpp/aspose.cells/font/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +Font_Impl* Aspose::Cells::Font::_impl +``` + +## See Also + +* Class [Font](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/font/_index.md b/spanish/cpp/aspose.cells/font/_index.md new file mode 100644 index 00000000000..77a7d7cbef3 --- /dev/null +++ b/spanish/cpp/aspose.cells/font/_index.md @@ -0,0 +1,113 @@ +--- +title: Aspose::Cells::Font class +linktitle: Font +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Font class. Encapsulates the font object used in a spreadsheet in C++.' +type: docs +weight: 6700 +url: /es/cpp/aspose.cells/font/ +--- +## Font class + + +Encapsulates the font object used in a spreadsheet. + +```cpp +class Font +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Equals(const Aspose::Cells::Font\& font)](./equals/) | Checks if two fonts are equals. | +| [Font(Font_Impl* impl)](./font/) | Constructs from an implementation object. | +| [Font(const Aspose::Cells::Font\& src)](./font/) | Copy constructor. | +| [GetArgbColor()](./getargbcolor/) | Gets and sets the color with a 32-bit ARGB value. | +| [GetCapsType()](./getcapstype/) | **(Deprecated)** Gets and sets the text caps type. | +| [GetCharset()](./getcharset/) | Represent the character set. | +| [GetColor()](./getcolor/) | Gets or sets the [Color](../color/) of the font. | +| [GetDoubleSize()](./getdoublesize/) | Gets and sets the double size of the font. | +| [GetName()](./getname/) | Gets or sets the name of the [Font](./). | +| [GetSchemeType()](./getschemetype/) | Gets and sets the scheme type of the font. | +| [GetScriptOffset()](./getscriptoffset/) | Gets and sets the script offset,in unit of percentage. | +| [GetSize()](./getsize/) | Gets or sets the size of the font. | +| [GetStrikeType()](./getstriketype/) | Gets the strike type of the text. | +| [GetThemeColor()](./getthemecolor/) | Gets and sets the theme color. | +| [GetUnderline()](./getunderline/) | Gets or sets the font underline type. | +| [IsBold()](./isbold/) | Gets or sets a value indicating whether the font is bold. | +| [IsItalic()](./isitalic/) | Gets or sets a value indicating whether the font is italic. | +| [IsNormalizeHeights()](./isnormalizeheights/) | **(Deprecated)** Indicates whether the normalization of height that is to be applied to the text run. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [IsStrikeout()](./isstrikeout/) | Gets or sets a value indicating whether the font is single strikeout. | +| [IsSubscript()](./issubscript/) | Gets or sets a value indicating whether the font is subscript. | +| [IsSuperscript()](./issuperscript/) | Gets or sets a value indicating whether the font is super script. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const Aspose::Cells::Font\& src)](./operator_asm/) | operator= | +| [SetArgbColor(int32_t value)](./setargbcolor/) | Gets and sets the color with a 32-bit ARGB value. | +| [SetCapsType(TextCapsType value)](./setcapstype/) | **(Deprecated)** Gets and sets the text caps type. | +| [SetCharset(int32_t value)](./setcharset/) | Represent the character set. | +| [SetColor(const Aspose::Cells::Color\& value)](./setcolor/) | Gets or sets the [Color](../color/) of the font. | +| [SetDoubleSize(double value)](./setdoublesize/) | Gets and sets the double size of the font. | +| [SetIsBold(bool value)](./setisbold/) | Gets or sets a value indicating whether the font is bold. | +| [SetIsItalic(bool value)](./setisitalic/) | Gets or sets a value indicating whether the font is italic. | +| [SetIsNormalizeHeights(bool value)](./setisnormalizeheights/) | **(Deprecated)** Indicates whether the normalization of height that is to be applied to the text run. | +| [SetIsStrikeout(bool value)](./setisstrikeout/) | Gets or sets a value indicating whether the font is single strikeout. | +| [SetIsSubscript(bool value)](./setissubscript/) | Gets or sets a value indicating whether the font is subscript. | +| [SetIsSuperscript(bool value)](./setissuperscript/) | Gets or sets a value indicating whether the font is super script. | +| [SetName(const U16String\& name, FontSchemeType type)](./setname/) | Sets name and scheme of the font. | +| [SetName(const char16_t* name, FontSchemeType type)](./setname/) | Sets name and scheme of the font. | +| [SetName(const U16String\& value)](./setname/) | Gets or sets the name of the [Font](./). | +| [SetName(const char16_t* value)](./setname/) | Gets or sets the name of the [Font](./). | +| [SetSchemeType(FontSchemeType value)](./setschemetype/) | Gets and sets the scheme type of the font. | +| [SetScriptOffset(double value)](./setscriptoffset/) | Gets and sets the script offset,in unit of percentage. | +| [SetSize(int32_t value)](./setsize/) | Gets or sets the size of the font. | +| [SetStrikeType(TextStrikeType value)](./setstriketype/) | Gets the strike type of the text. | +| [SetThemeColor(const ThemeColor\& value)](./setthemecolor/) | Gets and sets the theme color. | +| [SetUnderline(FontUnderlineType value)](./setunderline/) | Gets or sets the font underline type. | +| [ToString()](./tostring/) | Returns a string represents the current [Cell](../cell/) object. | +| [~Font()](./~font/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; + +//Obteniendo la referencia de la hoja recién añadida pasando su índice de hoja +Worksheet worksheet = workbook.GetWorksheets().Get(0); + +//Accediendo a la celda "A1" de la hoja de cálculo +Cell cell = worksheet.GetCells().Get(u"A1"); + +//Añadiendo un valor a la celda "A1" +cell.PutValue(u"Hello Aspose!"); + +Font font = cell.GetStyle().GetFont(); + +//Establecer el nombre de la fuente a "Times New Roman" +font.SetName(u"Times New Roman"); + +//Establecer el tamaño de fuente a 14 +font.SetSize(14); + +//establecer el color de fuente como Rojo +font.SetColor(Color{ 0xff, 0xff, 0, 0 });//Red + +//Guardando el archivo Excel +workbook.Save(u"dest.xls"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/font/equals/_index.md b/spanish/cpp/aspose.cells/font/equals/_index.md new file mode 100644 index 00000000000..29fe5894f87 --- /dev/null +++ b/spanish/cpp/aspose.cells/font/equals/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Font::Equals method +linktitle: Equals +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Font::Equals method. Checks if two fonts are equals in C++.' +type: docs +weight: 3700 +url: /es/cpp/aspose.cells/font/equals/ +--- +## Font::Equals method + + +Checks if two fonts are equals. + +```cpp +bool Aspose::Cells::Font::Equals(const Aspose::Cells::Font &font) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| font | const Aspose::Cells::Font\& | Compared font object. | + +## ReturnValue + +True if equal to the compared font object. + +## See Also + +* Class [Vector](../../vector/) +* Class [Font](../) +* Class [Font](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/font/font/_index.md b/spanish/cpp/aspose.cells/font/font/_index.md new file mode 100644 index 00000000000..7b03a615b97 --- /dev/null +++ b/spanish/cpp/aspose.cells/font/font/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Font::Font constructor +linktitle: Font +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Font::Font constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/font/font/ +--- +## Font::Font(Font_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Font::Font(Font_Impl *impl=nullptr) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Font](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Font::Font(const Aspose::Cells::Font\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Font::Font(const Aspose::Cells::Font &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Font](../) +* Class [Font](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/font/getargbcolor/_index.md b/spanish/cpp/aspose.cells/font/getargbcolor/_index.md new file mode 100644 index 00000000000..3fa12efb178 --- /dev/null +++ b/spanish/cpp/aspose.cells/font/getargbcolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Font::GetArgbColor method +linktitle: GetArgbColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Font::GetArgbColor method. Gets and sets the color with a 32-bit ARGB value in C++.' +type: docs +weight: 3500 +url: /es/cpp/aspose.cells/font/getargbcolor/ +--- +## Font::GetArgbColor method + + +Gets and sets the color with a 32-bit ARGB value. + +```cpp +int32_t Aspose::Cells::Font::GetArgbColor() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Font](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/font/getcapstype/_index.md b/spanish/cpp/aspose.cells/font/getcapstype/_index.md new file mode 100644 index 00000000000..b0cb2deeb76 --- /dev/null +++ b/spanish/cpp/aspose.cells/font/getcapstype/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Font::GetCapsType method +linktitle: GetCapsType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Font::GetCapsType method. Gets and sets the text caps type in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/font/getcapstype/ +--- +## Font::GetCapsType method + + +Gets and sets the text caps type. + + +>Deprecated +> +>Use TextOptions.CapsType property instead. +```cpp +TextCapsType Aspose::Cells::Font::GetCapsType() +``` + +## Remarks + + +Only for the fonts of Shapes or [Charts](../../../aspose.cells.charts/). NOTE: This member is now obsolete. Instead, please use TextOptions.CapsType property. This property will be removed 12 months later since January 2026. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Enum [TextCapsType](../../textcapstype/) +* Class [Font](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/font/getcharset/_index.md b/spanish/cpp/aspose.cells/font/getcharset/_index.md new file mode 100644 index 00000000000..ae52b04bbe2 --- /dev/null +++ b/spanish/cpp/aspose.cells/font/getcharset/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Font::GetCharset method +linktitle: GetCharset +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Font::GetCharset method. Represent the character set in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/font/getcharset/ +--- +## Font::GetCharset method + + +Represent the character set. + +```cpp +int32_t Aspose::Cells::Font::GetCharset() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Font](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/font/getcolor/_index.md b/spanish/cpp/aspose.cells/font/getcolor/_index.md new file mode 100644 index 00000000000..4e4d10e2533 --- /dev/null +++ b/spanish/cpp/aspose.cells/font/getcolor/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Font::GetColor method +linktitle: GetColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Font::GetColor method. Gets or sets the Color of the font in C++.' +type: docs +weight: 3300 +url: /es/cpp/aspose.cells/font/getcolor/ +--- +## Font::GetColor method + + +Gets or sets the [Color](../../color/) of the font. + +```cpp +Aspose::Cells::Color Aspose::Cells::Font::GetColor() +``` + +## See Also + +* Class [Font](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/font/getdoublesize/_index.md b/spanish/cpp/aspose.cells/font/getdoublesize/_index.md new file mode 100644 index 00000000000..33be315eb1c --- /dev/null +++ b/spanish/cpp/aspose.cells/font/getdoublesize/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Font::GetDoubleSize method +linktitle: GetDoubleSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Font::GetDoubleSize method. Gets and sets the double size of the font in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells/font/getdoublesize/ +--- +## Font::GetDoubleSize method + + +Gets and sets the double size of the font. + +```cpp +double Aspose::Cells::Font::GetDoubleSize() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Font](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/font/getname/_index.md b/spanish/cpp/aspose.cells/font/getname/_index.md new file mode 100644 index 00000000000..0c66f865025 --- /dev/null +++ b/spanish/cpp/aspose.cells/font/getname/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Font::GetName method +linktitle: GetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Font::GetName method. Gets or sets the name of the Font in C++.' +type: docs +weight: 4300 +url: /es/cpp/aspose.cells/font/getname/ +--- +## Font::GetName method + + +Gets or sets the name of the [Font](../). + +```cpp +U16String Aspose::Cells::Font::GetName() +``` + +## Remarks + + +If this property is used to set the name of the font, the Font.SchemeType will be updated to [FontSchemeType.None](../../fontschemetype/) +## See Also + +* Class [U16String](../../u16string/) +* Class [Font](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/font/getschemetype/_index.md b/spanish/cpp/aspose.cells/font/getschemetype/_index.md new file mode 100644 index 00000000000..4dbf715eb62 --- /dev/null +++ b/spanish/cpp/aspose.cells/font/getschemetype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Font::GetSchemeType method +linktitle: GetSchemeType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Font::GetSchemeType method. Gets and sets the scheme type of the font in C++.' +type: docs +weight: 4000 +url: /es/cpp/aspose.cells/font/getschemetype/ +--- +## Font::GetSchemeType method + + +Gets and sets the scheme type of the font. + +```cpp +FontSchemeType Aspose::Cells::Font::GetSchemeType() +``` + +## See Also + +* Enum [FontSchemeType](../../fontschemetype/) +* Class [Font](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/font/getscriptoffset/_index.md b/spanish/cpp/aspose.cells/font/getscriptoffset/_index.md new file mode 100644 index 00000000000..1b6fe3c486c --- /dev/null +++ b/spanish/cpp/aspose.cells/font/getscriptoffset/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Font::GetScriptOffset method +linktitle: GetScriptOffset +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Font::GetScriptOffset method. Gets and sets the script offset,in unit of percentage in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells/font/getscriptoffset/ +--- +## Font::GetScriptOffset method + + +Gets and sets the script offset,in unit of percentage. + +```cpp +double Aspose::Cells::Font::GetScriptOffset() +``` + +## Remarks + + +Only for shapes and charts. +## See Also + +* Class [Vector](../../vector/) +* Class [Font](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/font/getsize/_index.md b/spanish/cpp/aspose.cells/font/getsize/_index.md new file mode 100644 index 00000000000..cb5544e2fc6 --- /dev/null +++ b/spanish/cpp/aspose.cells/font/getsize/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Font::GetSize method +linktitle: GetSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Font::GetSize method. Gets or sets the size of the font in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells/font/getsize/ +--- +## Font::GetSize method + + +Gets or sets the size of the font. + +```cpp +int32_t Aspose::Cells::Font::GetSize() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Font](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/font/getstriketype/_index.md b/spanish/cpp/aspose.cells/font/getstriketype/_index.md new file mode 100644 index 00000000000..fcd14cbbe55 --- /dev/null +++ b/spanish/cpp/aspose.cells/font/getstriketype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Font::GetStrikeType method +linktitle: GetStrikeType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Font::GetStrikeType method. Gets the strike type of the text in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells/font/getstriketype/ +--- +## Font::GetStrikeType method + + +Gets the strike type of the text. + +```cpp +TextStrikeType Aspose::Cells::Font::GetStrikeType() +``` + +## See Also + +* Enum [TextStrikeType](../../textstriketype/) +* Class [Font](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/font/getthemecolor/_index.md b/spanish/cpp/aspose.cells/font/getthemecolor/_index.md new file mode 100644 index 00000000000..02233ebcb3e --- /dev/null +++ b/spanish/cpp/aspose.cells/font/getthemecolor/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Font::GetThemeColor method +linktitle: GetThemeColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Font::GetThemeColor method. Gets and sets the theme color in C++.' +type: docs +weight: 3100 +url: /es/cpp/aspose.cells/font/getthemecolor/ +--- +## Font::GetThemeColor method + + +Gets and sets the theme color. + +```cpp +ThemeColor Aspose::Cells::Font::GetThemeColor() +``` + +## Remarks + + +If the font color is not a theme color, NULL will be returned. +## See Also + +* Class [ThemeColor](../../themecolor/) +* Class [Font](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/font/getunderline/_index.md b/spanish/cpp/aspose.cells/font/getunderline/_index.md new file mode 100644 index 00000000000..fa30a584f5e --- /dev/null +++ b/spanish/cpp/aspose.cells/font/getunderline/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Font::GetUnderline method +linktitle: GetUnderline +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Font::GetUnderline method. Gets or sets the font underline type in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells/font/getunderline/ +--- +## Font::GetUnderline method + + +Gets or sets the font underline type. + +```cpp +FontUnderlineType Aspose::Cells::Font::GetUnderline() +``` + +## See Also + +* Enum [FontUnderlineType](../../fontunderlinetype/) +* Class [Font](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/font/isbold/_index.md b/spanish/cpp/aspose.cells/font/isbold/_index.md new file mode 100644 index 00000000000..bbb650c08d5 --- /dev/null +++ b/spanish/cpp/aspose.cells/font/isbold/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Font::IsBold method +linktitle: IsBold +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Font::IsBold method. Gets or sets a value indicating whether the font is bold in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/font/isbold/ +--- +## Font::IsBold method + + +Gets or sets a value indicating whether the font is bold. + +```cpp +bool Aspose::Cells::Font::IsBold() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Font](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/font/isitalic/_index.md b/spanish/cpp/aspose.cells/font/isitalic/_index.md new file mode 100644 index 00000000000..3f1070a9f44 --- /dev/null +++ b/spanish/cpp/aspose.cells/font/isitalic/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Font::IsItalic method +linktitle: IsItalic +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Font::IsItalic method. Gets or sets a value indicating whether the font is italic in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/font/isitalic/ +--- +## Font::IsItalic method + + +Gets or sets a value indicating whether the font is italic. + +```cpp +bool Aspose::Cells::Font::IsItalic() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Font](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/font/isnormalizeheights/_index.md b/spanish/cpp/aspose.cells/font/isnormalizeheights/_index.md new file mode 100644 index 00000000000..4efc9b091b0 --- /dev/null +++ b/spanish/cpp/aspose.cells/font/isnormalizeheights/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Font::IsNormalizeHeights method +linktitle: IsNormalizeHeights +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Font::IsNormalizeHeights method. Indicates whether the normalization of height that is to be applied to the text run in C++.' +type: docs +weight: 3800 +url: /es/cpp/aspose.cells/font/isnormalizeheights/ +--- +## Font::IsNormalizeHeights method + + +Indicates whether the normalization of height that is to be applied to the text run. + + +>Deprecated +> +>Use TextOptions.IsNormalizeHeights property instead. +```cpp +bool Aspose::Cells::Font::IsNormalizeHeights() +``` + +## Remarks + + +Only for the fonts of Shapes or [Charts](../../../aspose.cells.charts/). NOTE: This member is now obsolete. Instead, please use [TextOptions.IsNormalizeHeights](../../../aspose.cells.drawing.texts/textoptions/isnormalizeheights/) property. This property will be removed 12 months later since January 2026. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../vector/) +* Class [Font](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/font/isnull/_index.md b/spanish/cpp/aspose.cells/font/isnull/_index.md new file mode 100644 index 00000000000..cf067422af8 --- /dev/null +++ b/spanish/cpp/aspose.cells/font/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Font::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Font::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/font/isnull/ +--- +## Font::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Font::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [Font](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/font/isstrikeout/_index.md b/spanish/cpp/aspose.cells/font/isstrikeout/_index.md new file mode 100644 index 00000000000..1bd1c9c3872 --- /dev/null +++ b/spanish/cpp/aspose.cells/font/isstrikeout/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Font::IsStrikeout method +linktitle: IsStrikeout +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Font::IsStrikeout method. Gets or sets a value indicating whether the font is single strikeout in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells/font/isstrikeout/ +--- +## Font::IsStrikeout method + + +Gets or sets a value indicating whether the font is single strikeout. + +```cpp +bool Aspose::Cells::Font::IsStrikeout() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Font](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/font/issubscript/_index.md b/spanish/cpp/aspose.cells/font/issubscript/_index.md new file mode 100644 index 00000000000..4223f551580 --- /dev/null +++ b/spanish/cpp/aspose.cells/font/issubscript/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Font::IsSubscript method +linktitle: IsSubscript +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Font::IsSubscript method. Gets or sets a value indicating whether the font is subscript in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells/font/issubscript/ +--- +## Font::IsSubscript method + + +Gets or sets a value indicating whether the font is subscript. + +```cpp +bool Aspose::Cells::Font::IsSubscript() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Font](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/font/issuperscript/_index.md b/spanish/cpp/aspose.cells/font/issuperscript/_index.md new file mode 100644 index 00000000000..26aac0a0112 --- /dev/null +++ b/spanish/cpp/aspose.cells/font/issuperscript/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Font::IsSuperscript method +linktitle: IsSuperscript +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Font::IsSuperscript method. Gets or sets a value indicating whether the font is super script in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells/font/issuperscript/ +--- +## Font::IsSuperscript method + + +Gets or sets a value indicating whether the font is super script. + +```cpp +bool Aspose::Cells::Font::IsSuperscript() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Font](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/font/operator_asm/_index.md b/spanish/cpp/aspose.cells/font/operator_asm/_index.md new file mode 100644 index 00000000000..998f003a98a --- /dev/null +++ b/spanish/cpp/aspose.cells/font/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Font::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Font::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/font/operator_asm/ +--- +## Font::operator= method + + +operator= + +```cpp +Aspose::Cells::Font & Aspose::Cells::Font::operator=(const Aspose::Cells::Font &src) +``` + +## See Also + +* Class [Font](../) +* Class [Vector](../../vector/) +* Class [Font](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/font/operator_bool/_index.md b/spanish/cpp/aspose.cells/font/operator_bool/_index.md new file mode 100644 index 00000000000..b0819c13d6e --- /dev/null +++ b/spanish/cpp/aspose.cells/font/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Font::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Font::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/font/operator_bool/ +--- +## Font::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Font::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [Font](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/font/setargbcolor/_index.md b/spanish/cpp/aspose.cells/font/setargbcolor/_index.md new file mode 100644 index 00000000000..82b205eaf4d --- /dev/null +++ b/spanish/cpp/aspose.cells/font/setargbcolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Font::SetArgbColor method +linktitle: SetArgbColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Font::SetArgbColor method. Gets and sets the color with a 32-bit ARGB value in C++.' +type: docs +weight: 3600 +url: /es/cpp/aspose.cells/font/setargbcolor/ +--- +## Font::SetArgbColor method + + +Gets and sets the color with a 32-bit ARGB value. + +```cpp +void Aspose::Cells::Font::SetArgbColor(int32_t value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Font](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/font/setcapstype/_index.md b/spanish/cpp/aspose.cells/font/setcapstype/_index.md new file mode 100644 index 00000000000..1cac1ba617e --- /dev/null +++ b/spanish/cpp/aspose.cells/font/setcapstype/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::Font::SetCapsType method +linktitle: SetCapsType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Font::SetCapsType method. Gets and sets the text caps type in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells/font/setcapstype/ +--- +## Font::SetCapsType method + + +Gets and sets the text caps type. + + +>Deprecated +> +>Use TextOptions.CapsType property instead. +```cpp +void Aspose::Cells::Font::SetCapsType(TextCapsType value) +``` + +## Remarks + + +Only for the fonts of Shapes or [Charts](../../../aspose.cells.charts/). NOTE: This member is now obsolete. Instead, please use TextOptions.CapsType property. This property will be removed 12 months later since January 2026. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../vector/) +* Enum [TextCapsType](../../textcapstype/) +* Class [Font](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/font/setcharset/_index.md b/spanish/cpp/aspose.cells/font/setcharset/_index.md new file mode 100644 index 00000000000..c3351cf516c --- /dev/null +++ b/spanish/cpp/aspose.cells/font/setcharset/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Font::SetCharset method +linktitle: SetCharset +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Font::SetCharset method. Represent the character set in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/font/setcharset/ +--- +## Font::SetCharset method + + +Represent the character set. + +```cpp +void Aspose::Cells::Font::SetCharset(int32_t value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Font](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/font/setcolor/_index.md b/spanish/cpp/aspose.cells/font/setcolor/_index.md new file mode 100644 index 00000000000..c8711aa21d8 --- /dev/null +++ b/spanish/cpp/aspose.cells/font/setcolor/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Font::SetColor method +linktitle: SetColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Font::SetColor method. Gets or sets the Color of the font in C++.' +type: docs +weight: 3400 +url: /es/cpp/aspose.cells/font/setcolor/ +--- +## Font::SetColor method + + +Gets or sets the [Color](../../color/) of the font. + +```cpp +void Aspose::Cells::Font::SetColor(const Aspose::Cells::Color &value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Font](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/font/setdoublesize/_index.md b/spanish/cpp/aspose.cells/font/setdoublesize/_index.md new file mode 100644 index 00000000000..157ee25da15 --- /dev/null +++ b/spanish/cpp/aspose.cells/font/setdoublesize/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Font::SetDoubleSize method +linktitle: SetDoubleSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Font::SetDoubleSize method. Gets and sets the double size of the font in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells/font/setdoublesize/ +--- +## Font::SetDoubleSize method + + +Gets and sets the double size of the font. + +```cpp +void Aspose::Cells::Font::SetDoubleSize(double value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Font](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/font/setisbold/_index.md b/spanish/cpp/aspose.cells/font/setisbold/_index.md new file mode 100644 index 00000000000..08078e22c84 --- /dev/null +++ b/spanish/cpp/aspose.cells/font/setisbold/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Font::SetIsBold method +linktitle: SetIsBold +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Font::SetIsBold method. Gets or sets a value indicating whether the font is bold in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/font/setisbold/ +--- +## Font::SetIsBold method + + +Gets or sets a value indicating whether the font is bold. + +```cpp +void Aspose::Cells::Font::SetIsBold(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Font](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/font/setisitalic/_index.md b/spanish/cpp/aspose.cells/font/setisitalic/_index.md new file mode 100644 index 00000000000..732dc4fcf12 --- /dev/null +++ b/spanish/cpp/aspose.cells/font/setisitalic/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Font::SetIsItalic method +linktitle: SetIsItalic +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Font::SetIsItalic method. Gets or sets a value indicating whether the font is italic in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/font/setisitalic/ +--- +## Font::SetIsItalic method + + +Gets or sets a value indicating whether the font is italic. + +```cpp +void Aspose::Cells::Font::SetIsItalic(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Font](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/font/setisnormalizeheights/_index.md b/spanish/cpp/aspose.cells/font/setisnormalizeheights/_index.md new file mode 100644 index 00000000000..61e030147f1 --- /dev/null +++ b/spanish/cpp/aspose.cells/font/setisnormalizeheights/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::Font::SetIsNormalizeHeights method +linktitle: SetIsNormalizeHeights +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Font::SetIsNormalizeHeights method. Indicates whether the normalization of height that is to be applied to the text run in C++.' +type: docs +weight: 3900 +url: /es/cpp/aspose.cells/font/setisnormalizeheights/ +--- +## Font::SetIsNormalizeHeights method + + +Indicates whether the normalization of height that is to be applied to the text run. + + +>Deprecated +> +>Use TextOptions.IsNormalizeHeights property instead. +```cpp +void Aspose::Cells::Font::SetIsNormalizeHeights(bool value) +``` + +## Remarks + + +Only for the fonts of Shapes or [Charts](../../../aspose.cells.charts/). NOTE: This member is now obsolete. Instead, please use [TextOptions.IsNormalizeHeights](../../../aspose.cells.drawing.texts/textoptions/isnormalizeheights/) property. This property will be removed 12 months later since January 2026. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../vector/) +* Class [Font](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/font/setisstrikeout/_index.md b/spanish/cpp/aspose.cells/font/setisstrikeout/_index.md new file mode 100644 index 00000000000..da196c1d62c --- /dev/null +++ b/spanish/cpp/aspose.cells/font/setisstrikeout/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Font::SetIsStrikeout method +linktitle: SetIsStrikeout +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Font::SetIsStrikeout method. Gets or sets a value indicating whether the font is single strikeout in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells/font/setisstrikeout/ +--- +## Font::SetIsStrikeout method + + +Gets or sets a value indicating whether the font is single strikeout. + +```cpp +void Aspose::Cells::Font::SetIsStrikeout(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Font](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/font/setissubscript/_index.md b/spanish/cpp/aspose.cells/font/setissubscript/_index.md new file mode 100644 index 00000000000..267de96ec85 --- /dev/null +++ b/spanish/cpp/aspose.cells/font/setissubscript/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Font::SetIsSubscript method +linktitle: SetIsSubscript +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Font::SetIsSubscript method. Gets or sets a value indicating whether the font is subscript in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells/font/setissubscript/ +--- +## Font::SetIsSubscript method + + +Gets or sets a value indicating whether the font is subscript. + +```cpp +void Aspose::Cells::Font::SetIsSubscript(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Font](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/font/setissuperscript/_index.md b/spanish/cpp/aspose.cells/font/setissuperscript/_index.md new file mode 100644 index 00000000000..e52010363d9 --- /dev/null +++ b/spanish/cpp/aspose.cells/font/setissuperscript/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Font::SetIsSuperscript method +linktitle: SetIsSuperscript +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Font::SetIsSuperscript method. Gets or sets a value indicating whether the font is super script in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells/font/setissuperscript/ +--- +## Font::SetIsSuperscript method + + +Gets or sets a value indicating whether the font is super script. + +```cpp +void Aspose::Cells::Font::SetIsSuperscript(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Font](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/font/setname/_index.md b/spanish/cpp/aspose.cells/font/setname/_index.md new file mode 100644 index 00000000000..ad4bf4750cc --- /dev/null +++ b/spanish/cpp/aspose.cells/font/setname/_index.md @@ -0,0 +1,93 @@ +--- +title: Aspose::Cells::Font::SetName method +linktitle: SetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Font::SetName method. Sets name and scheme of the font in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells/font/setname/ +--- +## Font::SetName(const U16String\&, FontSchemeType) method + + +Sets name and scheme of the font. + +```cpp +void Aspose::Cells::Font::SetName(const U16String &name, FontSchemeType type) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const U16String\& | | +| type | FontSchemeType | | + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Enum [FontSchemeType](../../fontschemetype/) +* Class [Font](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Font::SetName(const char16_t*, FontSchemeType) method + + +Sets name and scheme of the font. + +```cpp +void Aspose::Cells::Font::SetName(const char16_t *name, FontSchemeType type) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| name | const char16_t* | | +| type | FontSchemeType | | + +## See Also + +* Class [Vector](../../vector/) +* Enum [FontSchemeType](../../fontschemetype/) +* Class [Font](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Font::SetName(const U16String\&) method + + +Gets or sets the name of the [Font](../). + +```cpp +void Aspose::Cells::Font::SetName(const U16String &value) +``` + +## Remarks + + +If this property is used to set the name of the font, the Font.SchemeType will be updated to [FontSchemeType.None](../../fontschemetype/) +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [Font](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Font::SetName(const char16_t*) method + + +Gets or sets the name of the [Font](../). + +```cpp +void Aspose::Cells::Font::SetName(const char16_t *value) +``` + +## Remarks + + +If this property is used to set the name of the font, the Font.SchemeType will be updated to [FontSchemeType.None](../../fontschemetype/) +## See Also + +* Class [Vector](../../vector/) +* Class [Font](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/font/setschemetype/_index.md b/spanish/cpp/aspose.cells/font/setschemetype/_index.md new file mode 100644 index 00000000000..7dc93554561 --- /dev/null +++ b/spanish/cpp/aspose.cells/font/setschemetype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Font::SetSchemeType method +linktitle: SetSchemeType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Font::SetSchemeType method. Gets and sets the scheme type of the font in C++.' +type: docs +weight: 4100 +url: /es/cpp/aspose.cells/font/setschemetype/ +--- +## Font::SetSchemeType method + + +Gets and sets the scheme type of the font. + +```cpp +void Aspose::Cells::Font::SetSchemeType(FontSchemeType value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Enum [FontSchemeType](../../fontschemetype/) +* Class [Font](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/font/setscriptoffset/_index.md b/spanish/cpp/aspose.cells/font/setscriptoffset/_index.md new file mode 100644 index 00000000000..02428a55cde --- /dev/null +++ b/spanish/cpp/aspose.cells/font/setscriptoffset/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Font::SetScriptOffset method +linktitle: SetScriptOffset +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Font::SetScriptOffset method. Gets and sets the script offset,in unit of percentage in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells/font/setscriptoffset/ +--- +## Font::SetScriptOffset method + + +Gets and sets the script offset,in unit of percentage. + +```cpp +void Aspose::Cells::Font::SetScriptOffset(double value) +``` + +## Remarks + + +Only for shapes and charts. +## See Also + +* Class [Vector](../../vector/) +* Class [Font](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/font/setsize/_index.md b/spanish/cpp/aspose.cells/font/setsize/_index.md new file mode 100644 index 00000000000..e11a13dfaa4 --- /dev/null +++ b/spanish/cpp/aspose.cells/font/setsize/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Font::SetSize method +linktitle: SetSize +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Font::SetSize method. Gets or sets the size of the font in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells/font/setsize/ +--- +## Font::SetSize method + + +Gets or sets the size of the font. + +```cpp +void Aspose::Cells::Font::SetSize(int32_t value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Font](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/font/setstriketype/_index.md b/spanish/cpp/aspose.cells/font/setstriketype/_index.md new file mode 100644 index 00000000000..5a08723e15d --- /dev/null +++ b/spanish/cpp/aspose.cells/font/setstriketype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Font::SetStrikeType method +linktitle: SetStrikeType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Font::SetStrikeType method. Gets the strike type of the text in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells/font/setstriketype/ +--- +## Font::SetStrikeType method + + +Gets the strike type of the text. + +```cpp +void Aspose::Cells::Font::SetStrikeType(TextStrikeType value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Enum [TextStrikeType](../../textstriketype/) +* Class [Font](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/font/setthemecolor/_index.md b/spanish/cpp/aspose.cells/font/setthemecolor/_index.md new file mode 100644 index 00000000000..172ba6d4a71 --- /dev/null +++ b/spanish/cpp/aspose.cells/font/setthemecolor/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Font::SetThemeColor method +linktitle: SetThemeColor +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Font::SetThemeColor method. Gets and sets the theme color in C++.' +type: docs +weight: 3200 +url: /es/cpp/aspose.cells/font/setthemecolor/ +--- +## Font::SetThemeColor method + + +Gets and sets the theme color. + +```cpp +void Aspose::Cells::Font::SetThemeColor(const ThemeColor &value) +``` + +## Remarks + + +If the font color is not a theme color, NULL will be returned. +## See Also + +* Class [Vector](../../vector/) +* Class [ThemeColor](../../themecolor/) +* Class [Font](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/font/setunderline/_index.md b/spanish/cpp/aspose.cells/font/setunderline/_index.md new file mode 100644 index 00000000000..e826c07d026 --- /dev/null +++ b/spanish/cpp/aspose.cells/font/setunderline/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Font::SetUnderline method +linktitle: SetUnderline +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Font::SetUnderline method. Gets or sets the font underline type in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells/font/setunderline/ +--- +## Font::SetUnderline method + + +Gets or sets the font underline type. + +```cpp +void Aspose::Cells::Font::SetUnderline(FontUnderlineType value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Enum [FontUnderlineType](../../fontunderlinetype/) +* Class [Font](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/font/tostring/_index.md b/spanish/cpp/aspose.cells/font/tostring/_index.md new file mode 100644 index 00000000000..df6922a37c6 --- /dev/null +++ b/spanish/cpp/aspose.cells/font/tostring/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Font::ToString method +linktitle: ToString +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Font::ToString method. Returns a string represents the current Cell object in C++.' +type: docs +weight: 4200 +url: /es/cpp/aspose.cells/font/tostring/ +--- +## Font::ToString method + + +Returns a string represents the current [Cell](../../cell/) object. + +```cpp +U16String Aspose::Cells::Font::ToString() +``` + + +## ReturnValue + + + +## See Also + +* Class [U16String](../../u16string/) +* Class [Font](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/font/~font/_index.md b/spanish/cpp/aspose.cells/font/~font/_index.md new file mode 100644 index 00000000000..a9ae82a06e7 --- /dev/null +++ b/spanish/cpp/aspose.cells/font/~font/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Font::~Font method +linktitle: ~Font +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Font::~Font method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/font/~font/ +--- +## Font::~Font method + + +Destructor. + +```cpp +Aspose::Cells::Font::~Font() +``` + +## See Also + +* Class [Font](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fontconfigs/_impl/_index.md b/spanish/cpp/aspose.cells/fontconfigs/_impl/_index.md new file mode 100644 index 00000000000..dc87c665852 --- /dev/null +++ b/spanish/cpp/aspose.cells/fontconfigs/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::FontConfigs::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontConfigs::_impl field. The implementation object in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells/fontconfigs/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +FontConfigs_Impl* Aspose::Cells::FontConfigs::_impl +``` + +## See Also + +* Class [FontConfigs](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fontconfigs/_index.md b/spanish/cpp/aspose.cells/fontconfigs/_index.md new file mode 100644 index 00000000000..d6460fb7987 --- /dev/null +++ b/spanish/cpp/aspose.cells/fontconfigs/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::FontConfigs class +linktitle: FontConfigs +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontConfigs class. Specifies font settings in C++.' +type: docs +weight: 6800 +url: /es/cpp/aspose.cells/fontconfigs/ +--- +## FontConfigs class + + +Specifies font settings. + +```cpp +class FontConfigs +``` + +## Methods + +| Method | Description | +| --- | --- | +| [FontConfigs()](./fontconfigs/) | Default constructor. | +| [FontConfigs(FontConfigs_Impl* impl)](./fontconfigs/) | Constructs from an implementation object. | +| [FontConfigs(const FontConfigs\& src)](./fontconfigs/) | Copy constructor. | +| static [GetDefaultFontName()](./getdefaultfontname/) | Gets or sets the default font name. | +| static [GetFontFileDataInfo(const U16String\& fontName, bool isBold, bool isItalic, bool isExactStyle)](./getfontfiledatainfo/) | Get data information of font file data. | +| static [GetFontFileDataInfo(const char16_t* fontName, bool isBold, bool isItalic, bool isExactStyle)](./getfontfiledatainfo/) | Get data information of font file data. | +| static [GetFontSources()](./getfontsources/) | Gets a copy of the array that contains the list of sources. | +| static [GetFontSubstitutes(const U16String\& originalFontName)](./getfontsubstitutes/) | Returns an array containing font substitute names to be used if original font is not present. | +| static [GetFontSubstitutes(const char16_t* originalFontName)](./getfontsubstitutes/) | Returns an array containing font substitute names to be used if original font is not present. | +| static [GetPreferSystemFontSubstitutes()](./getprefersystemfontsubstitutes/) | Indicate whether to use system font substitutes first or not when a font is not presented and the substitute of this font is not set. e.g. On Ubuntu, "Arial" font is generally substituted by "Liberation Sans". Default value is false. | +| static [IsFontAvailable(const U16String\& fontName)](./isfontavailable/) | Indicate whether the font is available. | +| static [IsFontAvailable(const char16_t* fontName)](./isfontavailable/) | Indicate whether the font is available. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const FontConfigs\& src)](./operator_asm/) | operator= | +| static [SetDefaultFontName(const U16String\& value)](./setdefaultfontname/) | Gets or sets the default font name. | +| static [SetDefaultFontName(const char16_t* value)](./setdefaultfontname/) | Gets or sets the default font name. | +| static [SetFontFolder(const U16String\& fontFolder, bool recursive)](./setfontfolder/) | Sets the fonts folder. | +| static [SetFontFolder(const char16_t* fontFolder, bool recursive)](./setfontfolder/) | Sets the fonts folder. | +| static [SetFontFolders(const Vector \\& fontFolders, bool recursive)](./setfontfolders/) | Sets the fonts folder. | +| static [SetFontSources(const Vector \\& sources)](./setfontsources/) | Sets the font sources. | +| static [SetFontSubstitutes(const U16String\& originalFontName, const Vector \\& substituteFontNames)](./setfontsubstitutes/) | [Font](../font/) substitute names for given original font name. | +| static [SetFontSubstitutes(const char16_t* originalFontName, const Vector \\& substituteFontNames)](./setfontsubstitutes/) | [Font](../font/) substitute names for given original font name. | +| static [SetPreferSystemFontSubstitutes(bool value)](./setprefersystemfontsubstitutes/) | Indicate whether to use system font substitutes first or not when a font is not presented and the substitute of this font is not set. e.g. On Ubuntu, "Arial" font is generally substituted by "Liberation Sans". Default value is false. | +| [~FontConfigs()](./~fontconfigs/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/fontconfigs/fontconfigs/_index.md b/spanish/cpp/aspose.cells/fontconfigs/fontconfigs/_index.md new file mode 100644 index 00000000000..035d456c285 --- /dev/null +++ b/spanish/cpp/aspose.cells/fontconfigs/fontconfigs/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::FontConfigs::FontConfigs constructor +linktitle: FontConfigs +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontConfigs::FontConfigs constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/fontconfigs/fontconfigs/ +--- +## FontConfigs::FontConfigs() constructor + + +Default constructor. + +```cpp +Aspose::Cells::FontConfigs::FontConfigs() +``` + +## See Also + +* Class [FontConfigs](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FontConfigs::FontConfigs(FontConfigs_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::FontConfigs::FontConfigs(FontConfigs_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FontConfigs](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FontConfigs::FontConfigs(const FontConfigs\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::FontConfigs::FontConfigs(const FontConfigs &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FontConfigs](../) +* Class [FontConfigs](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fontconfigs/getdefaultfontname/_index.md b/spanish/cpp/aspose.cells/fontconfigs/getdefaultfontname/_index.md new file mode 100644 index 00000000000..786f61ac685 --- /dev/null +++ b/spanish/cpp/aspose.cells/fontconfigs/getdefaultfontname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FontConfigs::GetDefaultFontName method +linktitle: GetDefaultFontName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontConfigs::GetDefaultFontName method. Gets or sets the default font name in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/fontconfigs/getdefaultfontname/ +--- +## FontConfigs::GetDefaultFontName method + + +Gets or sets the default font name. + +```cpp +static U16String Aspose::Cells::FontConfigs::GetDefaultFontName() +``` + +## See Also + +* Class [U16String](../../u16string/) +* Class [FontConfigs](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fontconfigs/getfontfiledatainfo/_index.md b/spanish/cpp/aspose.cells/fontconfigs/getfontfiledatainfo/_index.md new file mode 100644 index 00000000000..9fcbf3369a5 --- /dev/null +++ b/spanish/cpp/aspose.cells/fontconfigs/getfontfiledatainfo/_index.md @@ -0,0 +1,66 @@ +--- +title: Aspose::Cells::FontConfigs::GetFontFileDataInfo method +linktitle: GetFontFileDataInfo +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontConfigs::GetFontFileDataInfo method. Get data information of font file data in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/fontconfigs/getfontfiledatainfo/ +--- +## FontConfigs::GetFontFileDataInfo(const U16String\&, bool, bool, bool) method + + +Get data information of font file data. + +```cpp +static FontFileDataInfo Aspose::Cells::FontConfigs::GetFontFileDataInfo(const U16String &fontName, bool isBold, bool isItalic, bool isExactStyle) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fontName | const U16String\& | font name | +| isBold | bool | the font style is bold or not | +| isItalic | bool | the font style is italic or not | +| isExactStyle | bool | whether to match the given bold/italic style exactly | + +## ReturnValue + +Data infomation of font file data. + +## See Also + +* Class [FontFileDataInfo](../../fontfiledatainfo/) +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [FontConfigs](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FontConfigs::GetFontFileDataInfo(const char16_t*, bool, bool, bool) method + + +Get data information of font file data. + +```cpp +static FontFileDataInfo Aspose::Cells::FontConfigs::GetFontFileDataInfo(const char16_t *fontName, bool isBold, bool isItalic, bool isExactStyle) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fontName | const char16_t* | font name | +| isBold | bool | the font style is bold or not | +| isItalic | bool | the font style is italic or not | +| isExactStyle | bool | whether to match the given bold/italic style exactly | + +## ReturnValue + +Data infomation of font file data. + +## See Also + +* Class [FontFileDataInfo](../../fontfiledatainfo/) +* Class [Vector](../../vector/) +* Class [FontConfigs](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fontconfigs/getfontsources/_index.md b/spanish/cpp/aspose.cells/fontconfigs/getfontsources/_index.md new file mode 100644 index 00000000000..6de7de4f202 --- /dev/null +++ b/spanish/cpp/aspose.cells/fontconfigs/getfontsources/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::FontConfigs::GetFontSources method +linktitle: GetFontSources +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontConfigs::GetFontSources method. Gets a copy of the array that contains the list of sources in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells/fontconfigs/getfontsources/ +--- +## FontConfigs::GetFontSources method + + +Gets a copy of the array that contains the list of sources. + +```cpp +static Vector Aspose::Cells::FontConfigs::GetFontSources() +``` + + +## ReturnValue + + + +## See Also + +* Class [Vector](../../vector/) +* Class [FontSourceBase](../../fontsourcebase/) +* Class [FontConfigs](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fontconfigs/getfontsubstitutes/_index.md b/spanish/cpp/aspose.cells/fontconfigs/getfontsubstitutes/_index.md new file mode 100644 index 00000000000..0820cdbe444 --- /dev/null +++ b/spanish/cpp/aspose.cells/fontconfigs/getfontsubstitutes/_index.md @@ -0,0 +1,59 @@ +--- +title: Aspose::Cells::FontConfigs::GetFontSubstitutes method +linktitle: GetFontSubstitutes +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontConfigs::GetFontSubstitutes method. Returns an array containing font substitute names to be used if original font is not present in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells/fontconfigs/getfontsubstitutes/ +--- +## FontConfigs::GetFontSubstitutes(const U16String\&) method + + +Returns an array containing font substitute names to be used if original font is not present. + +```cpp +static Vector Aspose::Cells::FontConfigs::GetFontSubstitutes(const U16String &originalFontName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| originalFontName | const U16String\& | originalFontName | + +## ReturnValue + +An array containing font substitute names to be used if original font is not presented. + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [FontConfigs](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FontConfigs::GetFontSubstitutes(const char16_t*) method + + +Returns an array containing font substitute names to be used if original font is not present. + +```cpp +static Vector Aspose::Cells::FontConfigs::GetFontSubstitutes(const char16_t *originalFontName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| originalFontName | const char16_t* | originalFontName | + +## ReturnValue + +An array containing font substitute names to be used if original font is not presented. + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [FontConfigs](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fontconfigs/getprefersystemfontsubstitutes/_index.md b/spanish/cpp/aspose.cells/fontconfigs/getprefersystemfontsubstitutes/_index.md new file mode 100644 index 00000000000..95d5e2458a5 --- /dev/null +++ b/spanish/cpp/aspose.cells/fontconfigs/getprefersystemfontsubstitutes/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FontConfigs::GetPreferSystemFontSubstitutes method +linktitle: GetPreferSystemFontSubstitutes +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontConfigs::GetPreferSystemFontSubstitutes method. Indicate whether to use system font substitutes first or not when a font is not presented and the substitute of this font is not set. e.g. On Ubuntu, "Arial" font is generally substituted by "Liberation Sans". Default value is false in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/fontconfigs/getprefersystemfontsubstitutes/ +--- +## FontConfigs::GetPreferSystemFontSubstitutes method + + +Indicate whether to use system font substitutes first or not when a font is not presented and the substitute of this font is not set. e.g. On Ubuntu, "Arial" font is generally substituted by "Liberation Sans". Default value is false. + +```cpp +static bool Aspose::Cells::FontConfigs::GetPreferSystemFontSubstitutes() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FontConfigs](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fontconfigs/isfontavailable/_index.md b/spanish/cpp/aspose.cells/fontconfigs/isfontavailable/_index.md new file mode 100644 index 00000000000..0ed528b5251 --- /dev/null +++ b/spanish/cpp/aspose.cells/fontconfigs/isfontavailable/_index.md @@ -0,0 +1,58 @@ +--- +title: Aspose::Cells::FontConfigs::IsFontAvailable method +linktitle: IsFontAvailable +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontConfigs::IsFontAvailable method. Indicate whether the font is available in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/fontconfigs/isfontavailable/ +--- +## FontConfigs::IsFontAvailable(const U16String\&) method + + +Indicate whether the font is available. + +```cpp +static bool Aspose::Cells::FontConfigs::IsFontAvailable(const U16String &fontName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fontName | const U16String\& | font name | + +## ReturnValue + +true if font is available, otherwise false. + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [FontConfigs](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FontConfigs::IsFontAvailable(const char16_t*) method + + +Indicate whether the font is available. + +```cpp +static bool Aspose::Cells::FontConfigs::IsFontAvailable(const char16_t *fontName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fontName | const char16_t* | font name | + +## ReturnValue + +true if font is available, otherwise false. + +## See Also + +* Class [Vector](../../vector/) +* Class [FontConfigs](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fontconfigs/isnull/_index.md b/spanish/cpp/aspose.cells/fontconfigs/isnull/_index.md new file mode 100644 index 00000000000..9395db808a9 --- /dev/null +++ b/spanish/cpp/aspose.cells/fontconfigs/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::FontConfigs::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontConfigs::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/fontconfigs/isnull/ +--- +## FontConfigs::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::FontConfigs::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [FontConfigs](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fontconfigs/operator_asm/_index.md b/spanish/cpp/aspose.cells/fontconfigs/operator_asm/_index.md new file mode 100644 index 00000000000..38a698c1954 --- /dev/null +++ b/spanish/cpp/aspose.cells/fontconfigs/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::FontConfigs::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontConfigs::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/fontconfigs/operator_asm/ +--- +## FontConfigs::operator= method + + +operator= + +```cpp +FontConfigs & Aspose::Cells::FontConfigs::operator=(const FontConfigs &src) +``` + +## See Also + +* Class [FontConfigs](../) +* Class [Vector](../../vector/) +* Class [FontConfigs](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fontconfigs/operator_bool/_index.md b/spanish/cpp/aspose.cells/fontconfigs/operator_bool/_index.md new file mode 100644 index 00000000000..9f81e847726 --- /dev/null +++ b/spanish/cpp/aspose.cells/fontconfigs/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::FontConfigs::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontConfigs::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/fontconfigs/operator_bool/ +--- +## FontConfigs::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::FontConfigs::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [FontConfigs](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fontconfigs/setdefaultfontname/_index.md b/spanish/cpp/aspose.cells/fontconfigs/setdefaultfontname/_index.md new file mode 100644 index 00000000000..04f93401b6b --- /dev/null +++ b/spanish/cpp/aspose.cells/fontconfigs/setdefaultfontname/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::FontConfigs::SetDefaultFontName method +linktitle: SetDefaultFontName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontConfigs::SetDefaultFontName method. Gets or sets the default font name in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/fontconfigs/setdefaultfontname/ +--- +## FontConfigs::SetDefaultFontName(const U16String\&) method + + +Gets or sets the default font name. + +```cpp +static void Aspose::Cells::FontConfigs::SetDefaultFontName(const U16String &value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [FontConfigs](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FontConfigs::SetDefaultFontName(const char16_t*) method + + +Gets or sets the default font name. + +```cpp +static void Aspose::Cells::FontConfigs::SetDefaultFontName(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FontConfigs](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fontconfigs/setfontfolder/_index.md b/spanish/cpp/aspose.cells/fontconfigs/setfontfolder/_index.md new file mode 100644 index 00000000000..fe1b4c2e99e --- /dev/null +++ b/spanish/cpp/aspose.cells/fontconfigs/setfontfolder/_index.md @@ -0,0 +1,52 @@ +--- +title: Aspose::Cells::FontConfigs::SetFontFolder method +linktitle: SetFontFolder +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontConfigs::SetFontFolder method. Sets the fonts folder in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells/fontconfigs/setfontfolder/ +--- +## FontConfigs::SetFontFolder(const U16String\&, bool) method + + +Sets the fonts folder. + +```cpp +static void Aspose::Cells::FontConfigs::SetFontFolder(const U16String &fontFolder, bool recursive) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fontFolder | const U16String\& | The folder that contains TrueType fonts. | +| recursive | bool | Determines whether or not to scan subfolders. | + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [FontConfigs](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FontConfigs::SetFontFolder(const char16_t*, bool) method + + +Sets the fonts folder. + +```cpp +static void Aspose::Cells::FontConfigs::SetFontFolder(const char16_t *fontFolder, bool recursive) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fontFolder | const char16_t* | The folder that contains TrueType fonts. | +| recursive | bool | Determines whether or not to scan subfolders. | + +## See Also + +* Class [Vector](../../vector/) +* Class [FontConfigs](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fontconfigs/setfontfolders/_index.md b/spanish/cpp/aspose.cells/fontconfigs/setfontfolders/_index.md new file mode 100644 index 00000000000..19f3b712eaa --- /dev/null +++ b/spanish/cpp/aspose.cells/fontconfigs/setfontfolders/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Cells::FontConfigs::SetFontFolders method +linktitle: SetFontFolders +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontConfigs::SetFontFolders method. Sets the fonts folder in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells/fontconfigs/setfontfolders/ +--- +## FontConfigs::SetFontFolders method + + +Sets the fonts folder. + +```cpp +static void Aspose::Cells::FontConfigs::SetFontFolders(const Vector &fontFolders, bool recursive) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| fontFolders | const Vector \\& | The folders that contains TrueType fonts. | +| recursive | bool | Determines whether or not to scan subfolders. | + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [FontConfigs](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fontconfigs/setfontsources/_index.md b/spanish/cpp/aspose.cells/fontconfigs/setfontsources/_index.md new file mode 100644 index 00000000000..9d188bc9a2e --- /dev/null +++ b/spanish/cpp/aspose.cells/fontconfigs/setfontsources/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::FontConfigs::SetFontSources method +linktitle: SetFontSources +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontConfigs::SetFontSources method. Sets the font sources in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells/fontconfigs/setfontsources/ +--- +## FontConfigs::SetFontSources method + + +Sets the font sources. + +```cpp +static void Aspose::Cells::FontConfigs::SetFontSources(const Vector &sources) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sources | const Vector \\& | An array of sources that contain TrueType fonts. | + +## See Also + +* Class [Vector](../../vector/) +* Class [FontSourceBase](../../fontsourcebase/) +* Class [FontConfigs](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fontconfigs/setfontsubstitutes/_index.md b/spanish/cpp/aspose.cells/fontconfigs/setfontsubstitutes/_index.md new file mode 100644 index 00000000000..374865e3161 --- /dev/null +++ b/spanish/cpp/aspose.cells/fontconfigs/setfontsubstitutes/_index.md @@ -0,0 +1,53 @@ +--- +title: Aspose::Cells::FontConfigs::SetFontSubstitutes method +linktitle: SetFontSubstitutes +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontConfigs::SetFontSubstitutes method. Font substitute names for given original font name in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/fontconfigs/setfontsubstitutes/ +--- +## FontConfigs::SetFontSubstitutes(const U16String\&, const Vector \\&) method + + +[Font](../../font/) substitute names for given original font name. + +```cpp +static void Aspose::Cells::FontConfigs::SetFontSubstitutes(const U16String &originalFontName, const Vector &substituteFontNames) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| originalFontName | const U16String\& | Original font name. | +| substituteFontNames | const Vector \\& | List of font substitute names to be used if original font is not presented. | + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [FontConfigs](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FontConfigs::SetFontSubstitutes(const char16_t*, const Vector \\&) method + + +[Font](../../font/) substitute names for given original font name. + +```cpp +static void Aspose::Cells::FontConfigs::SetFontSubstitutes(const char16_t *originalFontName, const Vector &substituteFontNames) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| originalFontName | const char16_t* | Original font name. | +| substituteFontNames | const Vector \\& | List of font substitute names to be used if original font is not presented. | + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [FontConfigs](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fontconfigs/setprefersystemfontsubstitutes/_index.md b/spanish/cpp/aspose.cells/fontconfigs/setprefersystemfontsubstitutes/_index.md new file mode 100644 index 00000000000..bcdfd198096 --- /dev/null +++ b/spanish/cpp/aspose.cells/fontconfigs/setprefersystemfontsubstitutes/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FontConfigs::SetPreferSystemFontSubstitutes method +linktitle: SetPreferSystemFontSubstitutes +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontConfigs::SetPreferSystemFontSubstitutes method. Indicate whether to use system font substitutes first or not when a font is not presented and the substitute of this font is not set. e.g. On Ubuntu, "Arial" font is generally substituted by "Liberation Sans". Default value is false in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/fontconfigs/setprefersystemfontsubstitutes/ +--- +## FontConfigs::SetPreferSystemFontSubstitutes method + + +Indicate whether to use system font substitutes first or not when a font is not presented and the substitute of this font is not set. e.g. On Ubuntu, "Arial" font is generally substituted by "Liberation Sans". Default value is false. + +```cpp +static void Aspose::Cells::FontConfigs::SetPreferSystemFontSubstitutes(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FontConfigs](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fontconfigs/~fontconfigs/_index.md b/spanish/cpp/aspose.cells/fontconfigs/~fontconfigs/_index.md new file mode 100644 index 00000000000..76deb6dbf0e --- /dev/null +++ b/spanish/cpp/aspose.cells/fontconfigs/~fontconfigs/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::FontConfigs::~FontConfigs method +linktitle: ~FontConfigs +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontConfigs::~FontConfigs method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/fontconfigs/~fontconfigs/ +--- +## FontConfigs::~FontConfigs method + + +Destructor. + +```cpp +Aspose::Cells::FontConfigs::~FontConfigs() +``` + +## See Also + +* Class [FontConfigs](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fontfiledatainfo/_impl/_index.md b/spanish/cpp/aspose.cells/fontfiledatainfo/_impl/_index.md new file mode 100644 index 00000000000..a72c6537a63 --- /dev/null +++ b/spanish/cpp/aspose.cells/fontfiledatainfo/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::FontFileDataInfo::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontFileDataInfo::_impl field. The implementation object in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/fontfiledatainfo/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +FontFileDataInfo_Impl* Aspose::Cells::FontFileDataInfo::_impl +``` + +## See Also + +* Class [FontFileDataInfo](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fontfiledatainfo/_index.md b/spanish/cpp/aspose.cells/fontfiledatainfo/_index.md new file mode 100644 index 00000000000..b388e828e10 --- /dev/null +++ b/spanish/cpp/aspose.cells/fontfiledatainfo/_index.md @@ -0,0 +1,39 @@ +--- +title: Aspose::Cells::FontFileDataInfo class +linktitle: FontFileDataInfo +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontFileDataInfo class. Represents data information of font file data in C++.' +type: docs +weight: 6900 +url: /es/cpp/aspose.cells/fontfiledatainfo/ +--- +## FontFileDataInfo class + + +Represents data information of font file data. + +```cpp +class FontFileDataInfo +``` + +## Methods + +| Method | Description | +| --- | --- | +| [FontFileDataInfo(FontFileDataInfo_Impl* impl)](./fontfiledatainfo/) | Constructs from an implementation object. | +| [FontFileDataInfo(const FontFileDataInfo\& src)](./fontfiledatainfo/) | Copy constructor. | +| [GetData()](./getdata/) | Gets binary data of font file. | +| [GetFormatType()](./getformattype/) | Gets font format type of font file. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const FontFileDataInfo\& src)](./operator_asm/) | operator= | +| [~FontFileDataInfo()](./~fontfiledatainfo/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/fontfiledatainfo/fontfiledatainfo/_index.md b/spanish/cpp/aspose.cells/fontfiledatainfo/fontfiledatainfo/_index.md new file mode 100644 index 00000000000..d33a8cb1d7e --- /dev/null +++ b/spanish/cpp/aspose.cells/fontfiledatainfo/fontfiledatainfo/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::FontFileDataInfo::FontFileDataInfo constructor +linktitle: FontFileDataInfo +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontFileDataInfo::FontFileDataInfo constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/fontfiledatainfo/fontfiledatainfo/ +--- +## FontFileDataInfo::FontFileDataInfo(FontFileDataInfo_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::FontFileDataInfo::FontFileDataInfo(FontFileDataInfo_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FontFileDataInfo](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FontFileDataInfo::FontFileDataInfo(const FontFileDataInfo\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::FontFileDataInfo::FontFileDataInfo(const FontFileDataInfo &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FontFileDataInfo](../) +* Class [FontFileDataInfo](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fontfiledatainfo/getdata/_index.md b/spanish/cpp/aspose.cells/fontfiledatainfo/getdata/_index.md new file mode 100644 index 00000000000..7f5d8d931e2 --- /dev/null +++ b/spanish/cpp/aspose.cells/fontfiledatainfo/getdata/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FontFileDataInfo::GetData method +linktitle: GetData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontFileDataInfo::GetData method. Gets binary data of font file in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/fontfiledatainfo/getdata/ +--- +## FontFileDataInfo::GetData method + + +Gets binary data of font file. + +```cpp +Vector Aspose::Cells::FontFileDataInfo::GetData() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FontFileDataInfo](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fontfiledatainfo/getformattype/_index.md b/spanish/cpp/aspose.cells/fontfiledatainfo/getformattype/_index.md new file mode 100644 index 00000000000..61489a67e29 --- /dev/null +++ b/spanish/cpp/aspose.cells/fontfiledatainfo/getformattype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FontFileDataInfo::GetFormatType method +linktitle: GetFormatType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontFileDataInfo::GetFormatType method. Gets font format type of font file in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/fontfiledatainfo/getformattype/ +--- +## FontFileDataInfo::GetFormatType method + + +Gets font format type of font file. + +```cpp +FontFileFormatType Aspose::Cells::FontFileDataInfo::GetFormatType() +``` + +## See Also + +* Enum [FontFileFormatType](../../fontfileformattype/) +* Class [FontFileDataInfo](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fontfiledatainfo/isnull/_index.md b/spanish/cpp/aspose.cells/fontfiledatainfo/isnull/_index.md new file mode 100644 index 00000000000..f0ced41875c --- /dev/null +++ b/spanish/cpp/aspose.cells/fontfiledatainfo/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::FontFileDataInfo::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontFileDataInfo::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/fontfiledatainfo/isnull/ +--- +## FontFileDataInfo::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::FontFileDataInfo::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [FontFileDataInfo](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fontfiledatainfo/operator_asm/_index.md b/spanish/cpp/aspose.cells/fontfiledatainfo/operator_asm/_index.md new file mode 100644 index 00000000000..1d4487b3d7d --- /dev/null +++ b/spanish/cpp/aspose.cells/fontfiledatainfo/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::FontFileDataInfo::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontFileDataInfo::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/fontfiledatainfo/operator_asm/ +--- +## FontFileDataInfo::operator= method + + +operator= + +```cpp +FontFileDataInfo & Aspose::Cells::FontFileDataInfo::operator=(const FontFileDataInfo &src) +``` + +## See Also + +* Class [FontFileDataInfo](../) +* Class [Vector](../../vector/) +* Class [FontFileDataInfo](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fontfiledatainfo/operator_bool/_index.md b/spanish/cpp/aspose.cells/fontfiledatainfo/operator_bool/_index.md new file mode 100644 index 00000000000..9c259c36669 --- /dev/null +++ b/spanish/cpp/aspose.cells/fontfiledatainfo/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::FontFileDataInfo::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontFileDataInfo::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/fontfiledatainfo/operator_bool/ +--- +## FontFileDataInfo::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::FontFileDataInfo::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [FontFileDataInfo](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fontfiledatainfo/~fontfiledatainfo/_index.md b/spanish/cpp/aspose.cells/fontfiledatainfo/~fontfiledatainfo/_index.md new file mode 100644 index 00000000000..7dfd71e3ae5 --- /dev/null +++ b/spanish/cpp/aspose.cells/fontfiledatainfo/~fontfiledatainfo/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::FontFileDataInfo::~FontFileDataInfo method +linktitle: ~FontFileDataInfo +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontFileDataInfo::~FontFileDataInfo method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/fontfiledatainfo/~fontfiledatainfo/ +--- +## FontFileDataInfo::~FontFileDataInfo method + + +Destructor. + +```cpp +Aspose::Cells::FontFileDataInfo::~FontFileDataInfo() +``` + +## See Also + +* Class [FontFileDataInfo](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fontfileformattype/_index.md b/spanish/cpp/aspose.cells/fontfileformattype/_index.md new file mode 100644 index 00000000000..5c39cbf16e7 --- /dev/null +++ b/spanish/cpp/aspose.cells/fontfileformattype/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Cells::FontFileFormatType enum +linktitle: FontFileFormatType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontFileFormatType enum. Represents font format type in C++.' +type: docs +weight: 21500 +url: /es/cpp/aspose.cells/fontfileformattype/ +--- +## FontFileFormatType enum + + +Represents font format type. + +```cpp +enum class FontFileFormatType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Unknown | 0 |
Unknown font format type. | +| Ttf | 1 |
TTF font format type. | +| Otf | 2 |
OTF font format type. | +| Ttc | 3 |
TTC font format type. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/fontschemetype/_index.md b/spanish/cpp/aspose.cells/fontschemetype/_index.md new file mode 100644 index 00000000000..8d91c7ac580 --- /dev/null +++ b/spanish/cpp/aspose.cells/fontschemetype/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::FontSchemeType enum +linktitle: FontSchemeType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontSchemeType enum. Represents the scheme type of the font in C++.' +type: docs +weight: 21600 +url: /es/cpp/aspose.cells/fontschemetype/ +--- +## FontSchemeType enum + + +Represents the scheme type of the font. + +```cpp +enum class FontSchemeType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| None | 0 |
None. | +| Major | 1 |
Major scheme. | +| Minor | 2 |
Minor scheme. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/fontsetting/_impl/_index.md b/spanish/cpp/aspose.cells/fontsetting/_impl/_index.md new file mode 100644 index 00000000000..daa22727384 --- /dev/null +++ b/spanish/cpp/aspose.cells/fontsetting/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::FontSetting::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontSetting::_impl field. The implementation object in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/fontsetting/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +FontSetting_Impl* Aspose::Cells::FontSetting::_impl +``` + +## See Also + +* Class [FontSetting](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fontsetting/_index.md b/spanish/cpp/aspose.cells/fontsetting/_index.md new file mode 100644 index 00000000000..ab1702abf81 --- /dev/null +++ b/spanish/cpp/aspose.cells/fontsetting/_index.md @@ -0,0 +1,80 @@ +--- +title: Aspose::Cells::FontSetting class +linktitle: FontSetting +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontSetting class. Represents a range of characters within the cell text in C++.' +type: docs +weight: 7000 +url: /es/cpp/aspose.cells/fontsetting/ +--- +## FontSetting class + + +Represents a range of characters within the cell text. + +```cpp +class FontSetting +``` + +## Methods + +| Method | Description | +| --- | --- | +| [FontSetting(int32_t startIndex, int32_t length, const WorksheetCollection\& sheets)](./fontsetting/) | | +| [FontSetting(FontSetting_Impl* impl)](./fontsetting/) | Constructs from an implementation object. | +| [FontSetting(const FontSetting\& src)](./fontsetting/) | Copy constructor. | +| [GetFont()](./getfont/) | Returns the font of this object. | +| [GetLength()](./getlength/) | Gets the length of the characters. | +| [GetStartIndex()](./getstartindex/) | Gets the start index of the characters. | +| [GetTextOptions()](./gettextoptions/) | Returns the text options. | +| [GetType()](./gettype/) | Gets the type of text node. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const FontSetting\& src)](./operator_asm/) | operator= | +| [SetWordArtStyle(PresetWordArtStyle style)](./setwordartstyle/) | Sets the preset WordArt style. | +| [~FontSetting()](./~fontsetting/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; + +//Añadiendo una nueva hoja de cálculo al objeto Excel +workbook.GetWorksheets().Add(); + +//Obteniendo la referencia de la hoja recién añadida pasando su índice de hoja +Worksheet worksheet = workbook.GetWorksheets().Get(0); + +//Accediendo a la celda "A1" de la hoja de cálculo +Cell cell = worksheet.GetCells().Get(u"A1"); + +//Añadiendo un valor a la celda "A1" +cell.PutValue(u"Visit Aspose!"); + +//obteniendo carácter +FontSetting charactor = cell.Characters(6, 7); + +//Establecer la fuente de los caracteres seleccionados en negrita +charactor.GetFont().SetIsBold(true); + +//Establecer el color de fuente de los caracteres seleccionados en azul +charactor.GetFont().SetColor(Color{ 0xff, 0, 0, 0xff });//Blue + +//Guardando el archivo Excel +workbook.Save(u"book1.xls"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/fontsetting/fontsetting/_index.md b/spanish/cpp/aspose.cells/fontsetting/fontsetting/_index.md new file mode 100644 index 00000000000..62e8b8b4d41 --- /dev/null +++ b/spanish/cpp/aspose.cells/fontsetting/fontsetting/_index.md @@ -0,0 +1,63 @@ +--- +title: Aspose::Cells::FontSetting::FontSetting constructor +linktitle: FontSetting +second_title: Aspose.Cells for C++ API Reference +description: 'How to use FontSetting constructor of Aspose::Cells::FontSetting class in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/fontsetting/fontsetting/ +--- +## FontSetting::FontSetting(int32_t, int32_t, const WorksheetCollection\&) constructor + + + + +```cpp +Aspose::Cells::FontSetting::FontSetting(int32_t startIndex, int32_t length, const WorksheetCollection &sheets) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| startIndex | int32_t | | +| length | int32_t | | +| sheets | const WorksheetCollection\& | | + +## See Also + +* Class [Vector](../../vector/) +* Class [WorksheetCollection](../../worksheetcollection/) +* Class [FontSetting](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FontSetting::FontSetting(FontSetting_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::FontSetting::FontSetting(FontSetting_Impl *impl=nullptr) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FontSetting](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FontSetting::FontSetting(const FontSetting\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::FontSetting::FontSetting(const FontSetting &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FontSetting](../) +* Class [FontSetting](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fontsetting/getfont/_index.md b/spanish/cpp/aspose.cells/fontsetting/getfont/_index.md new file mode 100644 index 00000000000..789e8ddb81e --- /dev/null +++ b/spanish/cpp/aspose.cells/fontsetting/getfont/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FontSetting::GetFont method +linktitle: GetFont +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontSetting::GetFont method. Returns the font of this object in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/fontsetting/getfont/ +--- +## FontSetting::GetFont method + + +Returns the font of this object. + +```cpp +Aspose::Cells::Font Aspose::Cells::FontSetting::GetFont() +``` + +## See Also + +* Class [Font](../../font/) +* Class [FontSetting](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fontsetting/getlength/_index.md b/spanish/cpp/aspose.cells/fontsetting/getlength/_index.md new file mode 100644 index 00000000000..89a3719d50d --- /dev/null +++ b/spanish/cpp/aspose.cells/fontsetting/getlength/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FontSetting::GetLength method +linktitle: GetLength +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontSetting::GetLength method. Gets the length of the characters in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/fontsetting/getlength/ +--- +## FontSetting::GetLength method + + +Gets the length of the characters. + +```cpp +int32_t Aspose::Cells::FontSetting::GetLength() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FontSetting](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fontsetting/getstartindex/_index.md b/spanish/cpp/aspose.cells/fontsetting/getstartindex/_index.md new file mode 100644 index 00000000000..af1da0ae35e --- /dev/null +++ b/spanish/cpp/aspose.cells/fontsetting/getstartindex/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FontSetting::GetStartIndex method +linktitle: GetStartIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontSetting::GetStartIndex method. Gets the start index of the characters in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/fontsetting/getstartindex/ +--- +## FontSetting::GetStartIndex method + + +Gets the start index of the characters. + +```cpp +int32_t Aspose::Cells::FontSetting::GetStartIndex() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FontSetting](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fontsetting/gettextoptions/_index.md b/spanish/cpp/aspose.cells/fontsetting/gettextoptions/_index.md new file mode 100644 index 00000000000..1494d91b8f1 --- /dev/null +++ b/spanish/cpp/aspose.cells/fontsetting/gettextoptions/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FontSetting::GetTextOptions method +linktitle: GetTextOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontSetting::GetTextOptions method. Returns the text options in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/fontsetting/gettextoptions/ +--- +## FontSetting::GetTextOptions method + + +Returns the text options. + +```cpp +TextOptions Aspose::Cells::FontSetting::GetTextOptions() +``` + +## See Also + +* Class [TextOptions](../../../aspose.cells.drawing.texts/textoptions/) +* Class [FontSetting](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fontsetting/gettype/_index.md b/spanish/cpp/aspose.cells/fontsetting/gettype/_index.md new file mode 100644 index 00000000000..0050e4e391f --- /dev/null +++ b/spanish/cpp/aspose.cells/fontsetting/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FontSetting::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontSetting::GetType method. Gets the type of text node in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/fontsetting/gettype/ +--- +## FontSetting::GetType method + + +Gets the type of text node. + +```cpp +TextNodeType Aspose::Cells::FontSetting::GetType() +``` + +## See Also + +* Enum [TextNodeType](../../../aspose.cells.drawing.texts/textnodetype/) +* Class [FontSetting](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fontsetting/isnull/_index.md b/spanish/cpp/aspose.cells/fontsetting/isnull/_index.md new file mode 100644 index 00000000000..bd680689038 --- /dev/null +++ b/spanish/cpp/aspose.cells/fontsetting/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::FontSetting::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontSetting::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/fontsetting/isnull/ +--- +## FontSetting::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::FontSetting::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [FontSetting](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fontsetting/operator_asm/_index.md b/spanish/cpp/aspose.cells/fontsetting/operator_asm/_index.md new file mode 100644 index 00000000000..8f254c3c4be --- /dev/null +++ b/spanish/cpp/aspose.cells/fontsetting/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::FontSetting::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontSetting::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/fontsetting/operator_asm/ +--- +## FontSetting::operator= method + + +operator= + +```cpp +FontSetting & Aspose::Cells::FontSetting::operator=(const FontSetting &src) +``` + +## See Also + +* Class [FontSetting](../) +* Class [Vector](../../vector/) +* Class [FontSetting](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fontsetting/operator_bool/_index.md b/spanish/cpp/aspose.cells/fontsetting/operator_bool/_index.md new file mode 100644 index 00000000000..73da173f1a8 --- /dev/null +++ b/spanish/cpp/aspose.cells/fontsetting/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::FontSetting::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontSetting::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/fontsetting/operator_bool/ +--- +## FontSetting::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::FontSetting::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [FontSetting](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fontsetting/setwordartstyle/_index.md b/spanish/cpp/aspose.cells/fontsetting/setwordartstyle/_index.md new file mode 100644 index 00000000000..3620ccbabd1 --- /dev/null +++ b/spanish/cpp/aspose.cells/fontsetting/setwordartstyle/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::FontSetting::SetWordArtStyle method +linktitle: SetWordArtStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontSetting::SetWordArtStyle method. Sets the preset WordArt style in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/fontsetting/setwordartstyle/ +--- +## FontSetting::SetWordArtStyle method + + +Sets the preset WordArt style. + +```cpp +void Aspose::Cells::FontSetting::SetWordArtStyle(PresetWordArtStyle style) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| style | PresetWordArtStyle | The preset WordArt style. | +## Remarks + + + +Only for the text of shape/chart. +## See Also + +* Class [Vector](../../vector/) +* Enum [PresetWordArtStyle](../../../aspose.cells.drawing/presetwordartstyle/) +* Class [FontSetting](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fontsetting/~fontsetting/_index.md b/spanish/cpp/aspose.cells/fontsetting/~fontsetting/_index.md new file mode 100644 index 00000000000..14b970379e3 --- /dev/null +++ b/spanish/cpp/aspose.cells/fontsetting/~fontsetting/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::FontSetting::~FontSetting method +linktitle: ~FontSetting +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontSetting::~FontSetting method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/fontsetting/~fontsetting/ +--- +## FontSetting::~FontSetting method + + +Destructor. + +```cpp +Aspose::Cells::FontSetting::~FontSetting() +``` + +## See Also + +* Class [FontSetting](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fontsourcebase/_impl/_index.md b/spanish/cpp/aspose.cells/fontsourcebase/_impl/_index.md new file mode 100644 index 00000000000..09c94b21fa2 --- /dev/null +++ b/spanish/cpp/aspose.cells/fontsourcebase/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::FontSourceBase::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontSourceBase::_impl field. The implementation object in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/fontsourcebase/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +FontSourceBase_Impl* Aspose::Cells::FontSourceBase::_impl +``` + +## See Also + +* Class [FontSourceBase](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fontsourcebase/_index.md b/spanish/cpp/aspose.cells/fontsourcebase/_index.md new file mode 100644 index 00000000000..c21f40d2d31 --- /dev/null +++ b/spanish/cpp/aspose.cells/fontsourcebase/_index.md @@ -0,0 +1,38 @@ +--- +title: Aspose::Cells::FontSourceBase class +linktitle: FontSourceBase +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontSourceBase class. This is an abstract base class for the classes that allow the user to specify various font sources in C++.' +type: docs +weight: 7100 +url: /es/cpp/aspose.cells/fontsourcebase/ +--- +## FontSourceBase class + + +This is an abstract base class for the classes that allow the user to specify various font sources. + +```cpp +class FontSourceBase +``` + +## Methods + +| Method | Description | +| --- | --- | +| [FontSourceBase(FontSourceBase_Impl* impl)](./fontsourcebase/) | Constructs from an implementation object. | +| [FontSourceBase(const FontSourceBase\& src)](./fontsourcebase/) | Copy constructor. | +| virtual [GetType()](./gettype/) | Returns the type of the font source. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const FontSourceBase\& src)](./operator_asm/) | operator= | +| [~FontSourceBase()](./~fontsourcebase/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/fontsourcebase/fontsourcebase/_index.md b/spanish/cpp/aspose.cells/fontsourcebase/fontsourcebase/_index.md new file mode 100644 index 00000000000..2211367231b --- /dev/null +++ b/spanish/cpp/aspose.cells/fontsourcebase/fontsourcebase/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::FontSourceBase::FontSourceBase constructor +linktitle: FontSourceBase +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontSourceBase::FontSourceBase constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/fontsourcebase/fontsourcebase/ +--- +## FontSourceBase::FontSourceBase(FontSourceBase_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::FontSourceBase::FontSourceBase(FontSourceBase_Impl *impl=nullptr) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FontSourceBase](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FontSourceBase::FontSourceBase(const FontSourceBase\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::FontSourceBase::FontSourceBase(const FontSourceBase &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FontSourceBase](../) +* Class [FontSourceBase](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fontsourcebase/gettype/_index.md b/spanish/cpp/aspose.cells/fontsourcebase/gettype/_index.md new file mode 100644 index 00000000000..bcf592b1ef8 --- /dev/null +++ b/spanish/cpp/aspose.cells/fontsourcebase/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FontSourceBase::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontSourceBase::GetType method. Returns the type of the font source in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/fontsourcebase/gettype/ +--- +## FontSourceBase::GetType method + + +Returns the type of the font source. + +```cpp +virtual FontSourceType Aspose::Cells::FontSourceBase::GetType() +``` + +## See Also + +* Enum [FontSourceType](../../fontsourcetype/) +* Class [FontSourceBase](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fontsourcebase/isnull/_index.md b/spanish/cpp/aspose.cells/fontsourcebase/isnull/_index.md new file mode 100644 index 00000000000..5fb4790636f --- /dev/null +++ b/spanish/cpp/aspose.cells/fontsourcebase/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::FontSourceBase::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontSourceBase::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/fontsourcebase/isnull/ +--- +## FontSourceBase::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::FontSourceBase::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [FontSourceBase](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fontsourcebase/operator_asm/_index.md b/spanish/cpp/aspose.cells/fontsourcebase/operator_asm/_index.md new file mode 100644 index 00000000000..bc4dd1067c0 --- /dev/null +++ b/spanish/cpp/aspose.cells/fontsourcebase/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::FontSourceBase::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontSourceBase::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/fontsourcebase/operator_asm/ +--- +## FontSourceBase::operator= method + + +operator= + +```cpp +FontSourceBase & Aspose::Cells::FontSourceBase::operator=(const FontSourceBase &src) +``` + +## See Also + +* Class [FontSourceBase](../) +* Class [Vector](../../vector/) +* Class [FontSourceBase](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fontsourcebase/operator_bool/_index.md b/spanish/cpp/aspose.cells/fontsourcebase/operator_bool/_index.md new file mode 100644 index 00000000000..c68967b0554 --- /dev/null +++ b/spanish/cpp/aspose.cells/fontsourcebase/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::FontSourceBase::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontSourceBase::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/fontsourcebase/operator_bool/ +--- +## FontSourceBase::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::FontSourceBase::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [FontSourceBase](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fontsourcebase/~fontsourcebase/_index.md b/spanish/cpp/aspose.cells/fontsourcebase/~fontsourcebase/_index.md new file mode 100644 index 00000000000..4aeea35539f --- /dev/null +++ b/spanish/cpp/aspose.cells/fontsourcebase/~fontsourcebase/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::FontSourceBase::~FontSourceBase method +linktitle: ~FontSourceBase +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontSourceBase::~FontSourceBase method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/fontsourcebase/~fontsourcebase/ +--- +## FontSourceBase::~FontSourceBase method + + +Destructor. + +```cpp +Aspose::Cells::FontSourceBase::~FontSourceBase() +``` + +## See Also + +* Class [FontSourceBase](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/fontsourcetype/_index.md b/spanish/cpp/aspose.cells/fontsourcetype/_index.md new file mode 100644 index 00000000000..d06621ca255 --- /dev/null +++ b/spanish/cpp/aspose.cells/fontsourcetype/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::FontSourceType enum +linktitle: FontSourceType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontSourceType enum. Specifies the type of a font source in C++.' +type: docs +weight: 21700 +url: /es/cpp/aspose.cells/fontsourcetype/ +--- +## FontSourceType enum + + +Specifies the type of a font source. + +```cpp +enum class FontSourceType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| FontFile | 0 |
represents a single font file. | +| FontsFolder | 1 |
Represents a folder with font files. | +| MemoryFont | 2 |
Represents a single font in memory. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/fontunderlinetype/_index.md b/spanish/cpp/aspose.cells/fontunderlinetype/_index.md new file mode 100644 index 00000000000..16804a28c5a --- /dev/null +++ b/spanish/cpp/aspose.cells/fontunderlinetype/_index.md @@ -0,0 +1,47 @@ +--- +title: Aspose::Cells::FontUnderlineType enum +linktitle: FontUnderlineType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FontUnderlineType enum. Enumerates the font underline types in C++.' +type: docs +weight: 21800 +url: /es/cpp/aspose.cells/fontunderlinetype/ +--- +## FontUnderlineType enum + + +Enumerates the font underline types. + +```cpp +enum class FontUnderlineType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| None | 0 |
Represents no underline. | +| Single | 1 |
Represents single underline. | +| Double | 2 |
Represents double underline. | +| Accounting | 3 |
Represents single accounting underline. | +| DoubleAccounting | 4 |
Represents double accounting underline. | +| Dash | 5 |
Represents Dashed Underline. | +| DashDotDotHeavy | 6 |
Represents Thick Dash-Dot-Dot Underline. | +| DashDotHeavy | 7 |
Represents Thick Dash-Dot Underline. | +| DashedHeavy | 8 |
Represents Thick Dashed Underline. | +| DashLong | 9 |
Represents Long Dashed Underline. | +| DashLongHeavy | 10 |
Represents Thick Long Dashed Underline. | +| DotDash | 11 |
Represents Dash-Dot Underline. | +| DotDotDash | 12 |
Represents Dash-Dot-Dot Underline. | +| Dotted | 13 |
Represents Dotted Underline. | +| DottedHeavy | 14 |
Represents Thick Dotted Underline. | +| Heavy | 15 |
Represents Thick Underline. | +| Wave | 16 |
Represents Wave Underline. | +| WavyDouble | 17 |
Represents Double Wave Underline. | +| WavyHeavy | 18 |
Represents Heavy Wave Underline. | +| Words | 19 |
Represents Underline Non-Space Characters. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/formatcondition/_impl/_index.md b/spanish/cpp/aspose.cells/formatcondition/_impl/_index.md new file mode 100644 index 00000000000..cf8d3226a38 --- /dev/null +++ b/spanish/cpp/aspose.cells/formatcondition/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::FormatCondition::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormatCondition::_impl field. The implementation object in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells/formatcondition/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +FormatCondition_Impl* Aspose::Cells::FormatCondition::_impl +``` + +## See Also + +* Class [FormatCondition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formatcondition/_index.md b/spanish/cpp/aspose.cells/formatcondition/_index.md new file mode 100644 index 00000000000..3e689b58c39 --- /dev/null +++ b/spanish/cpp/aspose.cells/formatcondition/_index.md @@ -0,0 +1,120 @@ +--- +title: Aspose::Cells::FormatCondition class +linktitle: FormatCondition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormatCondition class. Represents conditional formatting condition in C++.' +type: docs +weight: 7200 +url: /es/cpp/aspose.cells/formatcondition/ +--- +## FormatCondition class + + +Represents conditional formatting condition. + +```cpp +class FormatCondition +``` + +## Methods + +| Method | Description | +| --- | --- | +| [FormatCondition(FormatCondition_Impl* impl)](./formatcondition/) | Constructs from an implementation object. | +| [FormatCondition(const FormatCondition\& src)](./formatcondition/) | Copy constructor. | +| [GetAboveAverage()](./getaboveaverage/) | Get the conditional formatting's "AboveAverage" instance. The default instance's rule highlights cells that are above the average for all values in the range. Valid only for type = [AboveAverage](../aboveaverage/). | +| [GetColorScale()](./getcolorscale/) | Get the conditional formatting's "ColorScale" instance. The default instance is a "green-yellow-red" 3[ColorScale](../colorscale/) . Valid only for type = [ColorScale](../colorscale/). | +| [GetDataBar()](./getdatabar/) | Get the conditional formatting's "DataBar" instance. The default instance's color is blue. Valid only for type is [DataBar](../databar/). | +| [GetFormula1(bool isR1C1, bool isLocal)](./getformula1/) | Gets the value or expression associated with this format condition. | +| [GetFormula1(bool isR1C1, bool isLocal, int32_t row, int32_t column)](./getformula1/) | Gets the value or expression of the conditional formatting of the cell. | +| [GetFormula1()](./getformula1/) | Gets and sets the value or expression associated with conditional formatting. | +| [GetFormula1(int32_t row, int32_t column)](./getformula1/) | Gets the formula of the conditional formatting of the cell. | +| [GetFormula2(bool isR1C1, bool isLocal)](./getformula2/) | Gets the value or expression associated with this format condition. | +| [GetFormula2(bool isR1C1, bool isLocal, int32_t row, int32_t column)](./getformula2/) | Gets the value or expression of the conditional formatting of the cell. | +| [GetFormula2()](./getformula2/) | Gets and sets the value or expression associated with conditional formatting. | +| [GetFormula2(int32_t row, int32_t column)](./getformula2/) | Gets the formula of the conditional formatting of the cell. | +| [GetIconSet()](./geticonset/) | Get the conditional formatting's "IconSet" instance. The default instance's IconSetType is TrafficLights31. Valid only for type = [IconSet](../iconset/). | +| [GetOperator()](./getoperator/) | Gets and sets the conditional format operator type. | +| [GetPriority()](./getpriority/) | The priority of this conditional formatting rule. This value is used to determine which format should be evaluated and rendered. Lower numeric values are higher priority than higher numeric values, where '1' is the highest priority. | +| [GetStopIfTrue()](./getstopiftrue/) | True, no rules with lower priority may be applied over this rule, when this rule evaluates to true. Only applies for Excel 2007;. | +| [GetStyle()](./getstyle/) | Gets or setts style of conditional formatted cell ranges. | +| [GetText()](./gettext/) | The text value in a "text contains" conditional formatting rule. Valid only for type = containsText, notContainsText, beginsWith and endsWith. The default value is null. | +| [GetTimePeriod()](./gettimeperiod/) | The applicable time period in a "date occurrin" conditional formatting rule. Valid only for type is timePeriod. The default value is [TimePeriodType.Today](../timeperiodtype/). | +| [GetTop10()](./gettop10/) | Get the conditional formatting's "Top10" instance. The default instance's rule highlights cells whose values fall in the top 10 bracket. Valid only for type is [Top10](../top10/). | +| [GetType()](./gettype/) | Gets and sets whether the conditional format Type. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const FormatCondition\& src)](./operator_asm/) | operator= | +| [SetFormula1(const U16String\& formula, bool isR1C1, bool isLocal)](./setformula1/) | Sets the value or expression associated with this format condition. | +| [SetFormula1(const char16_t* formula, bool isR1C1, bool isLocal)](./setformula1/) | Sets the value or expression associated with this format condition. | +| [SetFormula1(const U16String\& value)](./setformula1/) | Gets and sets the value or expression associated with conditional formatting. | +| [SetFormula1(const char16_t* value)](./setformula1/) | Gets and sets the value or expression associated with conditional formatting. | +| [SetFormula2(const U16String\& formula, bool isR1C1, bool isLocal)](./setformula2/) | Sets the value or expression associated with this format condition. | +| [SetFormula2(const char16_t* formula, bool isR1C1, bool isLocal)](./setformula2/) | Sets the value or expression associated with this format condition. | +| [SetFormula2(const U16String\& value)](./setformula2/) | Gets and sets the value or expression associated with conditional formatting. | +| [SetFormula2(const char16_t* value)](./setformula2/) | Gets and sets the value or expression associated with conditional formatting. | +| [SetFormulas(const U16String\& formula1, const U16String\& formula2, bool isR1C1, bool isLocal)](./setformulas/) | Sets the value or expression associated with this format condition. | +| [SetFormulas(const char16_t* formula1, const char16_t* formula2, bool isR1C1, bool isLocal)](./setformulas/) | Sets the value or expression associated with this format condition. | +| [SetOperator(OperatorType value)](./setoperator/) | Gets and sets the conditional format operator type. | +| [SetPriority(int32_t value)](./setpriority/) | The priority of this conditional formatting rule. This value is used to determine which format should be evaluated and rendered. Lower numeric values are higher priority than higher numeric values, where '1' is the highest priority. | +| [SetStopIfTrue(bool value)](./setstopiftrue/) | True, no rules with lower priority may be applied over this rule, when this rule evaluates to true. Only applies for Excel 2007;. | +| [SetStyle(const Style\& value)](./setstyle/) | Gets or setts style of conditional formatted cell ranges. | +| [SetText(const U16String\& value)](./settext/) | The text value in a "text contains" conditional formatting rule. Valid only for type = containsText, notContainsText, beginsWith and endsWith. The default value is null. | +| [SetText(const char16_t* value)](./settext/) | The text value in a "text contains" conditional formatting rule. Valid only for type = containsText, notContainsText, beginsWith and endsWith. The default value is null. | +| [SetTimePeriod(TimePeriodType value)](./settimeperiod/) | The applicable time period in a "date occurrin" conditional formatting rule. Valid only for type is timePeriod. The default value is [TimePeriodType.Today](../timeperiodtype/). | +| [SetType(FormatConditionType value)](./settype/) | Gets and sets whether the conditional format Type. | +| [~FormatCondition()](./~formatcondition/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; +Worksheet sheet = workbook.GetWorksheets().Get(0); + +//Agrega un formato condicional vacío +int index = sheet.GetConditionalFormattings().Add(); +FormatConditionCollection fcs = sheet.GetConditionalFormattings().Get(index); + +//Establece el rango del formato condicional. +CellArea ca; +ca.StartRow = 0; +ca.EndRow = 0; +ca.StartColumn = 0; +ca.EndColumn = 0; +fcs.AddArea(ca); + +ca = CellArea(); +ca.StartRow = 1; +ca.EndRow = 1; +ca.StartColumn = 1; +ca.EndColumn = 1; +fcs.AddArea(ca); + +//Agrega condición. +int conditionIndex = fcs.AddCondition(FormatConditionType::CellValue, OperatorType::Between, u"=A2", u"100"); + +//Agrega condición. +int conditionIndex2 = fcs.AddCondition(FormatConditionType::CellValue, OperatorType::Between, u"50", u"100"); + +//Establece el color de fondo. +FormatCondition fc = fcs.Get(conditionIndex); +fc.GetStyle().SetBackgroundColor(Color{ 0xff, 0xff, 0, 0 }); + +//Guardando el archivo Excel +workbook.Save(u"output.xls"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/formatcondition/formatcondition/_index.md b/spanish/cpp/aspose.cells/formatcondition/formatcondition/_index.md new file mode 100644 index 00000000000..4bf1a11e4a2 --- /dev/null +++ b/spanish/cpp/aspose.cells/formatcondition/formatcondition/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::FormatCondition::FormatCondition constructor +linktitle: FormatCondition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormatCondition::FormatCondition constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/formatcondition/formatcondition/ +--- +## FormatCondition::FormatCondition(FormatCondition_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::FormatCondition::FormatCondition(FormatCondition_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FormatCondition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FormatCondition::FormatCondition(const FormatCondition\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::FormatCondition::FormatCondition(const FormatCondition &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FormatCondition](../) +* Class [FormatCondition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formatcondition/getaboveaverage/_index.md b/spanish/cpp/aspose.cells/formatcondition/getaboveaverage/_index.md new file mode 100644 index 00000000000..aa6a4900642 --- /dev/null +++ b/spanish/cpp/aspose.cells/formatcondition/getaboveaverage/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::FormatCondition::GetAboveAverage method +linktitle: GetAboveAverage +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormatCondition::GetAboveAverage method. Get the conditional formatting''s "AboveAverage" instance. The default instance''s rule highlights cells that are above the average for all values in the range. Valid only for type = AboveAverage in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells/formatcondition/getaboveaverage/ +--- +## FormatCondition::GetAboveAverage method + + +Get the conditional formatting's "AboveAverage" instance. The default instance's rule highlights cells that are above the average for all values in the range. Valid only for type = [AboveAverage](../../aboveaverage/). + +```cpp +AboveAverage Aspose::Cells::FormatCondition::GetAboveAverage() +``` + + +## ReturnValue + + + +## See Also + +* Class [AboveAverage](../../aboveaverage/) +* Class [FormatCondition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formatcondition/getcolorscale/_index.md b/spanish/cpp/aspose.cells/formatcondition/getcolorscale/_index.md new file mode 100644 index 00000000000..379053f6ec4 --- /dev/null +++ b/spanish/cpp/aspose.cells/formatcondition/getcolorscale/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::FormatCondition::GetColorScale method +linktitle: GetColorScale +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormatCondition::GetColorScale method. Get the conditional formatting''s "ColorScale" instance. The default instance is a "green-yellow-red" 3ColorScale . Valid only for type = ColorScale in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells/formatcondition/getcolorscale/ +--- +## FormatCondition::GetColorScale method + + +Get the conditional formatting's "ColorScale" instance. The default instance is a "green-yellow-red" 3[ColorScale](../../colorscale/) . Valid only for type = [ColorScale](../../colorscale/). + +```cpp +ColorScale Aspose::Cells::FormatCondition::GetColorScale() +``` + + +## ReturnValue + + + +## See Also + +* Class [ColorScale](../../colorscale/) +* Class [FormatCondition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formatcondition/getdatabar/_index.md b/spanish/cpp/aspose.cells/formatcondition/getdatabar/_index.md new file mode 100644 index 00000000000..d24524f23f1 --- /dev/null +++ b/spanish/cpp/aspose.cells/formatcondition/getdatabar/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::FormatCondition::GetDataBar method +linktitle: GetDataBar +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormatCondition::GetDataBar method. Get the conditional formatting''s "DataBar" instance. The default instance''s color is blue. Valid only for type is DataBar in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells/formatcondition/getdatabar/ +--- +## FormatCondition::GetDataBar method + + +Get the conditional formatting's "DataBar" instance. The default instance's color is blue. Valid only for type is [DataBar](../../databar/). + +```cpp +DataBar Aspose::Cells::FormatCondition::GetDataBar() +``` + + +## ReturnValue + + + +## See Also + +* Class [DataBar](../../databar/) +* Class [FormatCondition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formatcondition/getformula1/_index.md b/spanish/cpp/aspose.cells/formatcondition/getformula1/_index.md new file mode 100644 index 00000000000..98e20b7efc4 --- /dev/null +++ b/spanish/cpp/aspose.cells/formatcondition/getformula1/_index.md @@ -0,0 +1,112 @@ +--- +title: Aspose::Cells::FormatCondition::GetFormula1 method +linktitle: GetFormula1 +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormatCondition::GetFormula1 method. Gets the value or expression associated with this format condition in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/formatcondition/getformula1/ +--- +## FormatCondition::GetFormula1(bool, bool) method + + +Gets the value or expression associated with this format condition. + +```cpp +U16String Aspose::Cells::FormatCondition::GetFormula1(bool isR1C1, bool isLocal) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| isR1C1 | bool | Whether the formula needs to be formatted as R1C1. | +| isLocal | bool | Whether the formula needs to be formatted by locale. | + +## ReturnValue + +The value or expression associated with this format condition. + +## See Also + +* Class [U16String](../../u16string/) +* Class [Vector](../../vector/) +* Class [FormatCondition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FormatCondition::GetFormula1(bool, bool, int32_t, int32_t) method + + +Gets the value or expression of the conditional formatting of the cell. + +```cpp +U16String Aspose::Cells::FormatCondition::GetFormula1(bool isR1C1, bool isLocal, int32_t row, int32_t column) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| isR1C1 | bool | Whether the formula needs to be formatted as R1C1. | +| isLocal | bool | Whether the formula needs to be formatted by locale. | +| row | int32_t | The row index. | +| column | int32_t | The column index. | + +## ReturnValue + +The value or expression associated with the conditional formatting of the cell. +## Remarks + + + +The given cell must be contained by this conditional formatting, otherwise null will be returned. +## See Also + +* Class [U16String](../../u16string/) +* Class [Vector](../../vector/) +* Class [FormatCondition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FormatCondition::GetFormula1() method + + +Gets and sets the value or expression associated with conditional formatting. + +```cpp +U16String Aspose::Cells::FormatCondition::GetFormula1() +``` + +## Remarks + + +Please add all areas before setting formula. For setting formula for this condition, if the input value starts with '=', then it will be taken as formula. Otherwise it will be taken as plain value(text, number, bool). For text value that starts with '=', user may input it as formula in format: "=\"=...\"". +## See Also + +* Class [U16String](../../u16string/) +* Class [FormatCondition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FormatCondition::GetFormula1(int32_t, int32_t) method + + +Gets the formula of the conditional formatting of the cell. + +```cpp +U16String Aspose::Cells::FormatCondition::GetFormula1(int32_t row, int32_t column) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | The row index. | +| column | int32_t | The column index. | + +## ReturnValue + +The formula. + +## See Also + +* Class [U16String](../../u16string/) +* Class [Vector](../../vector/) +* Class [FormatCondition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formatcondition/getformula2/_index.md b/spanish/cpp/aspose.cells/formatcondition/getformula2/_index.md new file mode 100644 index 00000000000..1c633ca9b2b --- /dev/null +++ b/spanish/cpp/aspose.cells/formatcondition/getformula2/_index.md @@ -0,0 +1,112 @@ +--- +title: Aspose::Cells::FormatCondition::GetFormula2 method +linktitle: GetFormula2 +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormatCondition::GetFormula2 method. Gets the value or expression associated with this format condition in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/formatcondition/getformula2/ +--- +## FormatCondition::GetFormula2(bool, bool) method + + +Gets the value or expression associated with this format condition. + +```cpp +U16String Aspose::Cells::FormatCondition::GetFormula2(bool isR1C1, bool isLocal) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| isR1C1 | bool | Whether the formula needs to be formatted as R1C1. | +| isLocal | bool | Whether the formula needs to be formatted by locale. | + +## ReturnValue + +The value or expression associated with this format condition. + +## See Also + +* Class [U16String](../../u16string/) +* Class [Vector](../../vector/) +* Class [FormatCondition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FormatCondition::GetFormula2(bool, bool, int32_t, int32_t) method + + +Gets the value or expression of the conditional formatting of the cell. + +```cpp +U16String Aspose::Cells::FormatCondition::GetFormula2(bool isR1C1, bool isLocal, int32_t row, int32_t column) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| isR1C1 | bool | Whether the formula needs to be formatted as R1C1. | +| isLocal | bool | Whether the formula needs to be formatted by locale. | +| row | int32_t | The row index. | +| column | int32_t | The column index. | + +## ReturnValue + +The value or expression associated with the conditional formatting of the cell. +## Remarks + + + +The given cell must be contained by this conditional formatting, otherwise null will be returned. +## See Also + +* Class [U16String](../../u16string/) +* Class [Vector](../../vector/) +* Class [FormatCondition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FormatCondition::GetFormula2() method + + +Gets and sets the value or expression associated with conditional formatting. + +```cpp +U16String Aspose::Cells::FormatCondition::GetFormula2() +``` + +## Remarks + + +Please add all areas before setting formula. For setting formula for this condition, if the input value starts with '=', then it will be taken as formula. Otherwise it will be taken as plain value(text, number, bool). For text value that starts with '=', user may input it as formula in format: "=\"=...\"". +## See Also + +* Class [U16String](../../u16string/) +* Class [FormatCondition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FormatCondition::GetFormula2(int32_t, int32_t) method + + +Gets the formula of the conditional formatting of the cell. + +```cpp +U16String Aspose::Cells::FormatCondition::GetFormula2(int32_t row, int32_t column) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | The row index. | +| column | int32_t | The column index. | + +## ReturnValue + +The formula. + +## See Also + +* Class [U16String](../../u16string/) +* Class [Vector](../../vector/) +* Class [FormatCondition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formatcondition/geticonset/_index.md b/spanish/cpp/aspose.cells/formatcondition/geticonset/_index.md new file mode 100644 index 00000000000..0ca97fb2db5 --- /dev/null +++ b/spanish/cpp/aspose.cells/formatcondition/geticonset/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::FormatCondition::GetIconSet method +linktitle: GetIconSet +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormatCondition::GetIconSet method. Get the conditional formatting''s "IconSet" instance. The default instance''s IconSetType is TrafficLights31. Valid only for type = IconSet in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells/formatcondition/geticonset/ +--- +## FormatCondition::GetIconSet method + + +Get the conditional formatting's "IconSet" instance. The default instance's IconSetType is TrafficLights31. Valid only for type = [IconSet](../../iconset/). + +```cpp +IconSet Aspose::Cells::FormatCondition::GetIconSet() +``` + + +## ReturnValue + + + +## See Also + +* Class [IconSet](../../iconset/) +* Class [FormatCondition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formatcondition/getoperator/_index.md b/spanish/cpp/aspose.cells/formatcondition/getoperator/_index.md new file mode 100644 index 00000000000..aa0dc5265c1 --- /dev/null +++ b/spanish/cpp/aspose.cells/formatcondition/getoperator/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::FormatCondition::GetOperator method +linktitle: GetOperator +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormatCondition::GetOperator method. Gets and sets the conditional format operator type in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/formatcondition/getoperator/ +--- +## FormatCondition::GetOperator method + + +Gets and sets the conditional format operator type. + +```cpp +OperatorType Aspose::Cells::FormatCondition::GetOperator() +``` + +## Remarks + + +[OperatorType](../../operatortype/) +## See Also + +* Enum [OperatorType](../../operatortype/) +* Class [FormatCondition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formatcondition/getpriority/_index.md b/spanish/cpp/aspose.cells/formatcondition/getpriority/_index.md new file mode 100644 index 00000000000..612e7cb6a7d --- /dev/null +++ b/spanish/cpp/aspose.cells/formatcondition/getpriority/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FormatCondition::GetPriority method +linktitle: GetPriority +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormatCondition::GetPriority method. The priority of this conditional formatting rule. This value is used to determine which format should be evaluated and rendered. Lower numeric values are higher priority than higher numeric values, where ''1'' is the highest priority in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells/formatcondition/getpriority/ +--- +## FormatCondition::GetPriority method + + +The priority of this conditional formatting rule. This value is used to determine which format should be evaluated and rendered. Lower numeric values are higher priority than higher numeric values, where '1' is the highest priority. + +```cpp +int32_t Aspose::Cells::FormatCondition::GetPriority() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FormatCondition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formatcondition/getstopiftrue/_index.md b/spanish/cpp/aspose.cells/formatcondition/getstopiftrue/_index.md new file mode 100644 index 00000000000..2cb32c1cf4c --- /dev/null +++ b/spanish/cpp/aspose.cells/formatcondition/getstopiftrue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FormatCondition::GetStopIfTrue method +linktitle: GetStopIfTrue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormatCondition::GetStopIfTrue method. True, no rules with lower priority may be applied over this rule, when this rule evaluates to true. Only applies for Excel 2007; in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells/formatcondition/getstopiftrue/ +--- +## FormatCondition::GetStopIfTrue method + + +True, no rules with lower priority may be applied over this rule, when this rule evaluates to true. Only applies for Excel 2007;. + +```cpp +bool Aspose::Cells::FormatCondition::GetStopIfTrue() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FormatCondition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formatcondition/getstyle/_index.md b/spanish/cpp/aspose.cells/formatcondition/getstyle/_index.md new file mode 100644 index 00000000000..f4ca3b3f939 --- /dev/null +++ b/spanish/cpp/aspose.cells/formatcondition/getstyle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FormatCondition::GetStyle method +linktitle: GetStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormatCondition::GetStyle method. Gets or setts style of conditional formatted cell ranges in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells/formatcondition/getstyle/ +--- +## FormatCondition::GetStyle method + + +Gets or setts style of conditional formatted cell ranges. + +```cpp +Style Aspose::Cells::FormatCondition::GetStyle() +``` + +## See Also + +* Class [Style](../../style/) +* Class [FormatCondition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formatcondition/gettext/_index.md b/spanish/cpp/aspose.cells/formatcondition/gettext/_index.md new file mode 100644 index 00000000000..052082cbda3 --- /dev/null +++ b/spanish/cpp/aspose.cells/formatcondition/gettext/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FormatCondition::GetText method +linktitle: GetText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormatCondition::GetText method. The text value in a "text contains" conditional formatting rule. Valid only for type = containsText, notContainsText, beginsWith and endsWith. The default value is null in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells/formatcondition/gettext/ +--- +## FormatCondition::GetText method + + +The text value in a "text contains" conditional formatting rule. Valid only for type = containsText, notContainsText, beginsWith and endsWith. The default value is null. + +```cpp +U16String Aspose::Cells::FormatCondition::GetText() +``` + +## See Also + +* Class [U16String](../../u16string/) +* Class [FormatCondition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formatcondition/gettimeperiod/_index.md b/spanish/cpp/aspose.cells/formatcondition/gettimeperiod/_index.md new file mode 100644 index 00000000000..e1e578c8f14 --- /dev/null +++ b/spanish/cpp/aspose.cells/formatcondition/gettimeperiod/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FormatCondition::GetTimePeriod method +linktitle: GetTimePeriod +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormatCondition::GetTimePeriod method. The applicable time period in a "date occurrin" conditional formatting rule. Valid only for type is timePeriod. The default value is TimePeriodType.Today in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells/formatcondition/gettimeperiod/ +--- +## FormatCondition::GetTimePeriod method + + +The applicable time period in a "date occurrin" conditional formatting rule. Valid only for type is timePeriod. The default value is [TimePeriodType.Today](../../timeperiodtype/). + +```cpp +TimePeriodType Aspose::Cells::FormatCondition::GetTimePeriod() +``` + +## See Also + +* Enum [TimePeriodType](../../timeperiodtype/) +* Class [FormatCondition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formatcondition/gettop10/_index.md b/spanish/cpp/aspose.cells/formatcondition/gettop10/_index.md new file mode 100644 index 00000000000..346347fefa3 --- /dev/null +++ b/spanish/cpp/aspose.cells/formatcondition/gettop10/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::FormatCondition::GetTop10 method +linktitle: GetTop10 +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormatCondition::GetTop10 method. Get the conditional formatting''s "Top10" instance. The default instance''s rule highlights cells whose values fall in the top 10 bracket. Valid only for type is Top10 in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells/formatcondition/gettop10/ +--- +## FormatCondition::GetTop10 method + + +Get the conditional formatting's "Top10" instance. The default instance's rule highlights cells whose values fall in the top 10 bracket. Valid only for type is [Top10](../../top10/). + +```cpp +Top10 Aspose::Cells::FormatCondition::GetTop10() +``` + + +## ReturnValue + + + +## See Also + +* Class [Top10](../../top10/) +* Class [FormatCondition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formatcondition/gettype/_index.md b/spanish/cpp/aspose.cells/formatcondition/gettype/_index.md new file mode 100644 index 00000000000..c38da877b3f --- /dev/null +++ b/spanish/cpp/aspose.cells/formatcondition/gettype/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::FormatCondition::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormatCondition::GetType method. Gets and sets whether the conditional format Type in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells/formatcondition/gettype/ +--- +## FormatCondition::GetType method + + +Gets and sets whether the conditional format Type. + +```cpp +FormatConditionType Aspose::Cells::FormatCondition::GetType() +``` + +## Remarks + + +[FormatConditionType](../../formatconditiontype/) +## See Also + +* Enum [FormatConditionType](../../formatconditiontype/) +* Class [FormatCondition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formatcondition/isnull/_index.md b/spanish/cpp/aspose.cells/formatcondition/isnull/_index.md new file mode 100644 index 00000000000..4064d50197e --- /dev/null +++ b/spanish/cpp/aspose.cells/formatcondition/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::FormatCondition::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormatCondition::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/formatcondition/isnull/ +--- +## FormatCondition::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::FormatCondition::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [FormatCondition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formatcondition/operator_asm/_index.md b/spanish/cpp/aspose.cells/formatcondition/operator_asm/_index.md new file mode 100644 index 00000000000..c204815cea0 --- /dev/null +++ b/spanish/cpp/aspose.cells/formatcondition/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::FormatCondition::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormatCondition::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/formatcondition/operator_asm/ +--- +## FormatCondition::operator= method + + +operator= + +```cpp +FormatCondition & Aspose::Cells::FormatCondition::operator=(const FormatCondition &src) +``` + +## See Also + +* Class [FormatCondition](../) +* Class [Vector](../../vector/) +* Class [FormatCondition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formatcondition/operator_bool/_index.md b/spanish/cpp/aspose.cells/formatcondition/operator_bool/_index.md new file mode 100644 index 00000000000..fe7be4b282e --- /dev/null +++ b/spanish/cpp/aspose.cells/formatcondition/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::FormatCondition::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormatCondition::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/formatcondition/operator_bool/ +--- +## FormatCondition::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::FormatCondition::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [FormatCondition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formatcondition/setformula1/_index.md b/spanish/cpp/aspose.cells/formatcondition/setformula1/_index.md new file mode 100644 index 00000000000..6b54e66c4d8 --- /dev/null +++ b/spanish/cpp/aspose.cells/formatcondition/setformula1/_index.md @@ -0,0 +1,93 @@ +--- +title: Aspose::Cells::FormatCondition::SetFormula1 method +linktitle: SetFormula1 +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormatCondition::SetFormula1 method. Sets the value or expression associated with this format condition in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/formatcondition/setformula1/ +--- +## FormatCondition::SetFormula1(const U16String\&, bool, bool) method + + +Sets the value or expression associated with this format condition. + +```cpp +void Aspose::Cells::FormatCondition::SetFormula1(const U16String &formula, bool isR1C1, bool isLocal) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| formula | const U16String\& | The value or expression associated with this format condition. If the input value starts with '=', then it will be taken as formula. Otherwise it will be taken as plain value(text, number, bool). For text value that starts with '=', user may input it as formula in format: "=\"=...\"". | +| isR1C1 | bool | Whether the formula is R1C1 formula. | +| isLocal | bool | Whether the formula is locale formatted. | + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [FormatCondition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FormatCondition::SetFormula1(const char16_t*, bool, bool) method + + +Sets the value or expression associated with this format condition. + +```cpp +void Aspose::Cells::FormatCondition::SetFormula1(const char16_t *formula, bool isR1C1, bool isLocal) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| formula | const char16_t* | The value or expression associated with this format condition. If the input value starts with '=', then it will be taken as formula. Otherwise it will be taken as plain value(text, number, bool). For text value that starts with '=', user may input it as formula in format: "=\"=...\"". | +| isR1C1 | bool | Whether the formula is R1C1 formula. | +| isLocal | bool | Whether the formula is locale formatted. | + +## See Also + +* Class [Vector](../../vector/) +* Class [FormatCondition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FormatCondition::SetFormula1(const U16String\&) method + + +Gets and sets the value or expression associated with conditional formatting. + +```cpp +void Aspose::Cells::FormatCondition::SetFormula1(const U16String &value) +``` + +## Remarks + + +Please add all areas before setting formula. For setting formula for this condition, if the input value starts with '=', then it will be taken as formula. Otherwise it will be taken as plain value(text, number, bool). For text value that starts with '=', user may input it as formula in format: "=\"=...\"". +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [FormatCondition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FormatCondition::SetFormula1(const char16_t*) method + + +Gets and sets the value or expression associated with conditional formatting. + +```cpp +void Aspose::Cells::FormatCondition::SetFormula1(const char16_t *value) +``` + +## Remarks + + +Please add all areas before setting formula. For setting formula for this condition, if the input value starts with '=', then it will be taken as formula. Otherwise it will be taken as plain value(text, number, bool). For text value that starts with '=', user may input it as formula in format: "=\"=...\"". +## See Also + +* Class [Vector](../../vector/) +* Class [FormatCondition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formatcondition/setformula2/_index.md b/spanish/cpp/aspose.cells/formatcondition/setformula2/_index.md new file mode 100644 index 00000000000..17d4a544324 --- /dev/null +++ b/spanish/cpp/aspose.cells/formatcondition/setformula2/_index.md @@ -0,0 +1,93 @@ +--- +title: Aspose::Cells::FormatCondition::SetFormula2 method +linktitle: SetFormula2 +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormatCondition::SetFormula2 method. Sets the value or expression associated with this format condition in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/formatcondition/setformula2/ +--- +## FormatCondition::SetFormula2(const U16String\&, bool, bool) method + + +Sets the value or expression associated with this format condition. + +```cpp +void Aspose::Cells::FormatCondition::SetFormula2(const U16String &formula, bool isR1C1, bool isLocal) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| formula | const U16String\& | The value or expression associated with this format condition. If the input value starts with '=', then it will be taken as formula. Otherwise it will be taken as plain value(text, number, bool). For text value that starts with '=', user may input it as formula in format: "=\"=...\"". | +| isR1C1 | bool | Whether the formula is R1C1 formula. | +| isLocal | bool | Whether the formula is locale formatted. | + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [FormatCondition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FormatCondition::SetFormula2(const char16_t*, bool, bool) method + + +Sets the value or expression associated with this format condition. + +```cpp +void Aspose::Cells::FormatCondition::SetFormula2(const char16_t *formula, bool isR1C1, bool isLocal) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| formula | const char16_t* | The value or expression associated with this format condition. If the input value starts with '=', then it will be taken as formula. Otherwise it will be taken as plain value(text, number, bool). For text value that starts with '=', user may input it as formula in format: "=\"=...\"". | +| isR1C1 | bool | Whether the formula is R1C1 formula. | +| isLocal | bool | Whether the formula is locale formatted. | + +## See Also + +* Class [Vector](../../vector/) +* Class [FormatCondition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FormatCondition::SetFormula2(const U16String\&) method + + +Gets and sets the value or expression associated with conditional formatting. + +```cpp +void Aspose::Cells::FormatCondition::SetFormula2(const U16String &value) +``` + +## Remarks + + +Please add all areas before setting formula. For setting formula for this condition, if the input value starts with '=', then it will be taken as formula. Otherwise it will be taken as plain value(text, number, bool). For text value that starts with '=', user may input it as formula in format: "=\"=...\"". +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [FormatCondition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FormatCondition::SetFormula2(const char16_t*) method + + +Gets and sets the value or expression associated with conditional formatting. + +```cpp +void Aspose::Cells::FormatCondition::SetFormula2(const char16_t *value) +``` + +## Remarks + + +Please add all areas before setting formula. For setting formula for this condition, if the input value starts with '=', then it will be taken as formula. Otherwise it will be taken as plain value(text, number, bool). For text value that starts with '=', user may input it as formula in format: "=\"=...\"". +## See Also + +* Class [Vector](../../vector/) +* Class [FormatCondition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formatcondition/setformulas/_index.md b/spanish/cpp/aspose.cells/formatcondition/setformulas/_index.md new file mode 100644 index 00000000000..75c01fcb146 --- /dev/null +++ b/spanish/cpp/aspose.cells/formatcondition/setformulas/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::FormatCondition::SetFormulas method +linktitle: SetFormulas +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormatCondition::SetFormulas method. Sets the value or expression associated with this format condition in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/formatcondition/setformulas/ +--- +## FormatCondition::SetFormulas(const U16String\&, const U16String\&, bool, bool) method + + +Sets the value or expression associated with this format condition. + +```cpp +void Aspose::Cells::FormatCondition::SetFormulas(const U16String &formula1, const U16String &formula2, bool isR1C1, bool isLocal) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| formula1 | const U16String\& | The value or expression associated with this format condition. If the input value starts with '=', then it will be taken as formula. Otherwise it will be taken as plain value(text, number, bool). For text value that starts with '=', user may input it as formula in format: "=\"=...\"". | +| formula2 | const U16String\& | The value or expression associated with this format condition. The input format is same with formula1 | +| isR1C1 | bool | Whether the formula is R1C1 formula. | +| isLocal | bool | Whether the formula is locale formatted. | + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [FormatCondition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FormatCondition::SetFormulas(const char16_t*, const char16_t*, bool, bool) method + + +Sets the value or expression associated with this format condition. + +```cpp +void Aspose::Cells::FormatCondition::SetFormulas(const char16_t *formula1, const char16_t *formula2, bool isR1C1, bool isLocal) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| formula1 | const char16_t* | The value or expression associated with this format condition. If the input value starts with '=', then it will be taken as formula. Otherwise it will be taken as plain value(text, number, bool). For text value that starts with '=', user may input it as formula in format: "=\"=...\"". | +| formula2 | const char16_t* | The value or expression associated with this format condition. The input format is same with formula1 | +| isR1C1 | bool | Whether the formula is R1C1 formula. | +| isLocal | bool | Whether the formula is locale formatted. | + +## See Also + +* Class [Vector](../../vector/) +* Class [FormatCondition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formatcondition/setoperator/_index.md b/spanish/cpp/aspose.cells/formatcondition/setoperator/_index.md new file mode 100644 index 00000000000..6c828f89d01 --- /dev/null +++ b/spanish/cpp/aspose.cells/formatcondition/setoperator/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::FormatCondition::SetOperator method +linktitle: SetOperator +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormatCondition::SetOperator method. Gets and sets the conditional format operator type in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/formatcondition/setoperator/ +--- +## FormatCondition::SetOperator method + + +Gets and sets the conditional format operator type. + +```cpp +void Aspose::Cells::FormatCondition::SetOperator(OperatorType value) +``` + +## Remarks + + +[OperatorType](../../operatortype/) +## See Also + +* Class [Vector](../../vector/) +* Enum [OperatorType](../../operatortype/) +* Class [FormatCondition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formatcondition/setpriority/_index.md b/spanish/cpp/aspose.cells/formatcondition/setpriority/_index.md new file mode 100644 index 00000000000..d843d2e9db3 --- /dev/null +++ b/spanish/cpp/aspose.cells/formatcondition/setpriority/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FormatCondition::SetPriority method +linktitle: SetPriority +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormatCondition::SetPriority method. The priority of this conditional formatting rule. This value is used to determine which format should be evaluated and rendered. Lower numeric values are higher priority than higher numeric values, where ''1'' is the highest priority in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells/formatcondition/setpriority/ +--- +## FormatCondition::SetPriority method + + +The priority of this conditional formatting rule. This value is used to determine which format should be evaluated and rendered. Lower numeric values are higher priority than higher numeric values, where '1' is the highest priority. + +```cpp +void Aspose::Cells::FormatCondition::SetPriority(int32_t value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FormatCondition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formatcondition/setstopiftrue/_index.md b/spanish/cpp/aspose.cells/formatcondition/setstopiftrue/_index.md new file mode 100644 index 00000000000..984f96b907e --- /dev/null +++ b/spanish/cpp/aspose.cells/formatcondition/setstopiftrue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FormatCondition::SetStopIfTrue method +linktitle: SetStopIfTrue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormatCondition::SetStopIfTrue method. True, no rules with lower priority may be applied over this rule, when this rule evaluates to true. Only applies for Excel 2007; in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells/formatcondition/setstopiftrue/ +--- +## FormatCondition::SetStopIfTrue method + + +True, no rules with lower priority may be applied over this rule, when this rule evaluates to true. Only applies for Excel 2007;. + +```cpp +void Aspose::Cells::FormatCondition::SetStopIfTrue(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FormatCondition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formatcondition/setstyle/_index.md b/spanish/cpp/aspose.cells/formatcondition/setstyle/_index.md new file mode 100644 index 00000000000..3a9d2114125 --- /dev/null +++ b/spanish/cpp/aspose.cells/formatcondition/setstyle/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::FormatCondition::SetStyle method +linktitle: SetStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormatCondition::SetStyle method. Gets or setts style of conditional formatted cell ranges in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells/formatcondition/setstyle/ +--- +## FormatCondition::SetStyle method + + +Gets or setts style of conditional formatted cell ranges. + +```cpp +void Aspose::Cells::FormatCondition::SetStyle(const Style &value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Style](../../style/) +* Class [FormatCondition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formatcondition/settext/_index.md b/spanish/cpp/aspose.cells/formatcondition/settext/_index.md new file mode 100644 index 00000000000..230d5185827 --- /dev/null +++ b/spanish/cpp/aspose.cells/formatcondition/settext/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::FormatCondition::SetText method +linktitle: SetText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormatCondition::SetText method. The text value in a "text contains" conditional formatting rule. Valid only for type = containsText, notContainsText, beginsWith and endsWith. The default value is null in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells/formatcondition/settext/ +--- +## FormatCondition::SetText(const U16String\&) method + + +The text value in a "text contains" conditional formatting rule. Valid only for type = containsText, notContainsText, beginsWith and endsWith. The default value is null. + +```cpp +void Aspose::Cells::FormatCondition::SetText(const U16String &value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [FormatCondition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FormatCondition::SetText(const char16_t*) method + + +The text value in a "text contains" conditional formatting rule. Valid only for type = containsText, notContainsText, beginsWith and endsWith. The default value is null. + +```cpp +void Aspose::Cells::FormatCondition::SetText(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FormatCondition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formatcondition/settimeperiod/_index.md b/spanish/cpp/aspose.cells/formatcondition/settimeperiod/_index.md new file mode 100644 index 00000000000..4edead46c9f --- /dev/null +++ b/spanish/cpp/aspose.cells/formatcondition/settimeperiod/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::FormatCondition::SetTimePeriod method +linktitle: SetTimePeriod +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormatCondition::SetTimePeriod method. The applicable time period in a "date occurrin" conditional formatting rule. Valid only for type is timePeriod. The default value is TimePeriodType.Today in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells/formatcondition/settimeperiod/ +--- +## FormatCondition::SetTimePeriod method + + +The applicable time period in a "date occurrin" conditional formatting rule. Valid only for type is timePeriod. The default value is [TimePeriodType.Today](../../timeperiodtype/). + +```cpp +void Aspose::Cells::FormatCondition::SetTimePeriod(TimePeriodType value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Enum [TimePeriodType](../../timeperiodtype/) +* Class [FormatCondition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formatcondition/settype/_index.md b/spanish/cpp/aspose.cells/formatcondition/settype/_index.md new file mode 100644 index 00000000000..f527249b768 --- /dev/null +++ b/spanish/cpp/aspose.cells/formatcondition/settype/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::FormatCondition::SetType method +linktitle: SetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormatCondition::SetType method. Gets and sets whether the conditional format Type in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells/formatcondition/settype/ +--- +## FormatCondition::SetType method + + +Gets and sets whether the conditional format Type. + +```cpp +void Aspose::Cells::FormatCondition::SetType(FormatConditionType value) +``` + +## Remarks + + +[FormatConditionType](../../formatconditiontype/) +## See Also + +* Class [Vector](../../vector/) +* Enum [FormatConditionType](../../formatconditiontype/) +* Class [FormatCondition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formatcondition/~formatcondition/_index.md b/spanish/cpp/aspose.cells/formatcondition/~formatcondition/_index.md new file mode 100644 index 00000000000..8c104603620 --- /dev/null +++ b/spanish/cpp/aspose.cells/formatcondition/~formatcondition/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::FormatCondition::~FormatCondition method +linktitle: ~FormatCondition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormatCondition::~FormatCondition method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/formatcondition/~formatcondition/ +--- +## FormatCondition::~FormatCondition method + + +Destructor. + +```cpp +Aspose::Cells::FormatCondition::~FormatCondition() +``` + +## See Also + +* Class [FormatCondition](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formatconditioncollection/_impl/_index.md b/spanish/cpp/aspose.cells/formatconditioncollection/_impl/_index.md new file mode 100644 index 00000000000..d6416f408d8 --- /dev/null +++ b/spanish/cpp/aspose.cells/formatconditioncollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::FormatConditionCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormatConditionCollection::_impl field. The implementation object in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells/formatconditioncollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +FormatConditionCollection_Impl* Aspose::Cells::FormatConditionCollection::_impl +``` + +## See Also + +* Class [FormatConditionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formatconditioncollection/_index.md b/spanish/cpp/aspose.cells/formatconditioncollection/_index.md new file mode 100644 index 00000000000..399c14d6f64 --- /dev/null +++ b/spanish/cpp/aspose.cells/formatconditioncollection/_index.md @@ -0,0 +1,92 @@ +--- +title: Aspose::Cells::FormatConditionCollection class +linktitle: FormatConditionCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormatConditionCollection class. Represents conditional formatting. The FormatConditions can contain up to three conditional formats in C++.' +type: docs +weight: 7300 +url: /es/cpp/aspose.cells/formatconditioncollection/ +--- +## FormatConditionCollection class + + +Represents conditional formatting. The FormatConditions can contain up to three conditional formats. + +```cpp +class FormatConditionCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add(const CellArea\& cellArea, FormatConditionType type, OperatorType operatorType, const U16String\& formula1, const U16String\& formula2)](./add/) | Adds a formatting condition and effected cell rang to the FormatConditions The FormatConditions can contain up to three conditional formats. References to the other sheets are not allowed in the formulas of conditional formatting. | +| [Add(const CellArea\& cellArea, FormatConditionType type, OperatorType operatorType, const char16_t* formula1, const char16_t* formula2)](./add/) | Adds a formatting condition and effected cell rang to the FormatConditions The FormatConditions can contain up to three conditional formats. References to the other sheets are not allowed in the formulas of conditional formatting. | +| [AddArea(const CellArea\& cellArea)](./addarea/) | Adds a conditional formatted cell range. | +| [AddCondition(FormatConditionType type, OperatorType operatorType, const U16String\& formula1, const U16String\& formula2)](./addcondition/) | Adds a formatting condition. | +| [AddCondition(FormatConditionType type, OperatorType operatorType, const char16_t* formula1, const char16_t* formula2)](./addcondition/) | Adds a formatting condition. | +| [AddCondition(FormatConditionType type)](./addcondition/) | Add a format condition. | +| [FormatConditionCollection(FormatConditionCollection_Impl* impl)](./formatconditioncollection/) | Constructs from an implementation object. | +| [FormatConditionCollection(const FormatConditionCollection\& src)](./formatconditioncollection/) | Copy constructor. | +| [Get(int32_t index)](./get/) | Gets the formatting condition by index. | +| [GetCellArea(int32_t index)](./getcellarea/) | Gets the conditional formatted cell range by index. | +| [GetCount()](./getcount/) | Gets the count of the conditions. | +| [GetRangeCount()](./getrangecount/) | Gets count of conditionally formatted ranges. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const FormatConditionCollection\& src)](./operator_asm/) | operator= | +| [RemoveArea(int32_t index)](./removearea/) | Removes conditional formatted cell range by index. | +| [RemoveArea(int32_t startRow, int32_t startColumn, int32_t totalRows, int32_t totalColumns)](./removearea/) | Remove conditional formatting int the range. | +| [RemoveCondition(int32_t index)](./removecondition/) | Removes the formatting condition by index. | +| [~FormatConditionCollection()](./~formatconditioncollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Crear un nuevo Libro de trabajo. +Workbook workbook; + +//Obtener la primera hoja de cálculo. +Worksheet sheet = workbook.GetWorksheets().Get(0); + +//Agrega un formato condicional vacío +int index = sheet.GetConditionalFormattings().Add(); +FormatConditionCollection fcs = sheet.GetConditionalFormattings().Get(index); +//Establece el rango del formato condicional. +CellArea ca; +ca.StartRow = 0; +ca.EndRow = 0; +ca.StartColumn = 0; +ca.EndColumn = 0; +fcs.AddArea(ca); + +ca = CellArea(); +ca.StartRow = 1; +ca.EndRow = 1; +ca.StartColumn = 1; +ca.EndColumn = 1; +fcs.AddArea(ca); +//Agrega condición. +int conditionIndex = fcs.AddCondition(FormatConditionType::CellValue, OperatorType::Between, u"=A2", u"100"); +//Agrega condición. +int conditionIndex2 = fcs.AddCondition(FormatConditionType::CellValue, OperatorType::Between, u"50", u"100"); +//Establece el color de fondo. +FormatCondition fc = fcs.Get(conditionIndex); +fc.GetStyle().SetBackgroundColor(Color{ 0xff, 0xff, 0, 0 }); +//Guardando el archivo Excel +workbook.Save(u"output.xls"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/formatconditioncollection/add/_index.md b/spanish/cpp/aspose.cells/formatconditioncollection/add/_index.md new file mode 100644 index 00000000000..15ba0fd3cbb --- /dev/null +++ b/spanish/cpp/aspose.cells/formatconditioncollection/add/_index.md @@ -0,0 +1,78 @@ +--- +title: Aspose::Cells::FormatConditionCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormatConditionCollection::Add method. Adds a formatting condition and effected cell rang to the FormatConditions The FormatConditions can contain up to three conditional formats. References to the other sheets are not allowed in the formulas of conditional formatting in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/formatconditioncollection/add/ +--- +## FormatConditionCollection::Add(const CellArea\&, FormatConditionType, OperatorType, const U16String\&, const U16String\&) method + + +Adds a formatting condition and effected cell rang to the FormatConditions The FormatConditions can contain up to three conditional formats. References to the other sheets are not allowed in the formulas of conditional formatting. + +```cpp +Vector Aspose::Cells::FormatConditionCollection::Add(const CellArea &cellArea, FormatConditionType type, OperatorType operatorType, const U16String &formula1, const U16String &formula2) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| cellArea | const CellArea\& | Conditional formatted cell range. | +| type | FormatConditionType | Type of conditional formatting.It could be one of the members of FormatConditionType. | +| operatorType | OperatorType | Comparison operator.It could be one of the members of OperatorType. | +| formula1 | const U16String\& | The value or expression associated with conditional formatting. | +| formula2 | const U16String\& | The value or expression associated with conditional formatting | + +## ReturnValue + +[0]:Formatting condition object index;[1] Effected cell rang index. +## Remarks + + +[OperatorType](../../operatortype/) +## See Also + +* Class [Vector](../../vector/) +* Class [CellArea](../../cellarea/) +* Enum [FormatConditionType](../../formatconditiontype/) +* Enum [OperatorType](../../operatortype/) +* Class [U16String](../../u16string/) +* Class [FormatConditionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FormatConditionCollection::Add(const CellArea\&, FormatConditionType, OperatorType, const char16_t*, const char16_t*) method + + +Adds a formatting condition and effected cell rang to the FormatConditions The FormatConditions can contain up to three conditional formats. References to the other sheets are not allowed in the formulas of conditional formatting. + +```cpp +Vector Aspose::Cells::FormatConditionCollection::Add(const CellArea &cellArea, FormatConditionType type, OperatorType operatorType, const char16_t *formula1, const char16_t *formula2) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| cellArea | const CellArea\& | Conditional formatted cell range. | +| type | FormatConditionType | Type of conditional formatting.It could be one of the members of FormatConditionType. | +| operatorType | OperatorType | Comparison operator.It could be one of the members of OperatorType. | +| formula1 | const char16_t* | The value or expression associated with conditional formatting. | +| formula2 | const char16_t* | The value or expression associated with conditional formatting | + +## ReturnValue + +[0]:Formatting condition object index;[1] Effected cell rang index. +## Remarks + + +[OperatorType](../../operatortype/) +## See Also + +* Class [Vector](../../vector/) +* Class [CellArea](../../cellarea/) +* Enum [FormatConditionType](../../formatconditiontype/) +* Enum [OperatorType](../../operatortype/) +* Class [FormatConditionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formatconditioncollection/addarea/_index.md b/spanish/cpp/aspose.cells/formatconditioncollection/addarea/_index.md new file mode 100644 index 00000000000..9a56344ed29 --- /dev/null +++ b/spanish/cpp/aspose.cells/formatconditioncollection/addarea/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::FormatConditionCollection::AddArea method +linktitle: AddArea +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormatConditionCollection::AddArea method. Adds a conditional formatted cell range in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/formatconditioncollection/addarea/ +--- +## FormatConditionCollection::AddArea method + + +Adds a conditional formatted cell range. + +```cpp +int32_t Aspose::Cells::FormatConditionCollection::AddArea(const CellArea &cellArea) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| cellArea | const CellArea\& | Conditional formatted cell range. | + +## ReturnValue + +Conditional formatted cell rang index. + +## See Also + +* Class [Vector](../../vector/) +* Class [CellArea](../../cellarea/) +* Class [FormatConditionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formatconditioncollection/addcondition/_index.md b/spanish/cpp/aspose.cells/formatconditioncollection/addcondition/_index.md new file mode 100644 index 00000000000..b2e2c4190d2 --- /dev/null +++ b/spanish/cpp/aspose.cells/formatconditioncollection/addcondition/_index.md @@ -0,0 +1,93 @@ +--- +title: Aspose::Cells::FormatConditionCollection::AddCondition method +linktitle: AddCondition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormatConditionCollection::AddCondition method. Adds a formatting condition in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/formatconditioncollection/addcondition/ +--- +## FormatConditionCollection::AddCondition(FormatConditionType, OperatorType, const U16String\&, const U16String\&) method + + +Adds a formatting condition. + +```cpp +int32_t Aspose::Cells::FormatConditionCollection::AddCondition(FormatConditionType type, OperatorType operatorType, const U16String &formula1, const U16String &formula2) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| type | FormatConditionType | The type of format condition. | +| operatorType | OperatorType | The operator type | +| formula1 | const U16String\& | The value or expression associated with conditional formatting. If the input value starts with '=', then it will be taken as formula. Otherwise it will be taken as plain value(text, number, bool). For text value that starts with '=', user may input it as formula in format: "=\"=...\"". | +| formula2 | const U16String\& | The value or expression associated with conditional formatting. The input format is same with formula1 | + +## ReturnValue + +Formatting condition object index; + +## See Also + +* Class [Vector](../../vector/) +* Enum [FormatConditionType](../../formatconditiontype/) +* Enum [OperatorType](../../operatortype/) +* Class [U16String](../../u16string/) +* Class [FormatConditionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FormatConditionCollection::AddCondition(FormatConditionType, OperatorType, const char16_t*, const char16_t*) method + + +Adds a formatting condition. + +```cpp +int32_t Aspose::Cells::FormatConditionCollection::AddCondition(FormatConditionType type, OperatorType operatorType, const char16_t *formula1, const char16_t *formula2) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| type | FormatConditionType | The type of format condition. | +| operatorType | OperatorType | The operator type | +| formula1 | const char16_t* | The value or expression associated with conditional formatting. If the input value starts with '=', then it will be taken as formula. Otherwise it will be taken as plain value(text, number, bool). For text value that starts with '=', user may input it as formula in format: "=\"=...\"". | +| formula2 | const char16_t* | The value or expression associated with conditional formatting. The input format is same with formula1 | + +## ReturnValue + +Formatting condition object index; + +## See Also + +* Class [Vector](../../vector/) +* Enum [FormatConditionType](../../formatconditiontype/) +* Enum [OperatorType](../../operatortype/) +* Class [FormatConditionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FormatConditionCollection::AddCondition(FormatConditionType) method + + +Add a format condition. + +```cpp +int32_t Aspose::Cells::FormatConditionCollection::AddCondition(FormatConditionType type) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| type | FormatConditionType | Format condition type. | + +## ReturnValue + +Formatting condition object index; + +## See Also + +* Class [Vector](../../vector/) +* Enum [FormatConditionType](../../formatconditiontype/) +* Class [FormatConditionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formatconditioncollection/formatconditioncollection/_index.md b/spanish/cpp/aspose.cells/formatconditioncollection/formatconditioncollection/_index.md new file mode 100644 index 00000000000..b7e133e5313 --- /dev/null +++ b/spanish/cpp/aspose.cells/formatconditioncollection/formatconditioncollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::FormatConditionCollection::FormatConditionCollection constructor +linktitle: FormatConditionCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormatConditionCollection::FormatConditionCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/formatconditioncollection/formatconditioncollection/ +--- +## FormatConditionCollection::FormatConditionCollection(FormatConditionCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::FormatConditionCollection::FormatConditionCollection(FormatConditionCollection_Impl *impl=nullptr) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FormatConditionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FormatConditionCollection::FormatConditionCollection(const FormatConditionCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::FormatConditionCollection::FormatConditionCollection(const FormatConditionCollection &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FormatConditionCollection](../) +* Class [FormatConditionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formatconditioncollection/get/_index.md b/spanish/cpp/aspose.cells/formatconditioncollection/get/_index.md new file mode 100644 index 00000000000..493f4a795c6 --- /dev/null +++ b/spanish/cpp/aspose.cells/formatconditioncollection/get/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::FormatConditionCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormatConditionCollection::Get method. Gets the formatting condition by index in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/formatconditioncollection/get/ +--- +## FormatConditionCollection::Get method + + +Gets the formatting condition by index. + +```cpp +FormatCondition Aspose::Cells::FormatConditionCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | the index of the formatting condition to return. | + +## ReturnValue + +the formatting condition + +## See Also + +* Class [FormatCondition](../../formatcondition/) +* Class [Vector](../../vector/) +* Class [FormatConditionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formatconditioncollection/getcellarea/_index.md b/spanish/cpp/aspose.cells/formatconditioncollection/getcellarea/_index.md new file mode 100644 index 00000000000..2fc2ad949f4 --- /dev/null +++ b/spanish/cpp/aspose.cells/formatconditioncollection/getcellarea/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::FormatConditionCollection::GetCellArea method +linktitle: GetCellArea +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormatConditionCollection::GetCellArea method. Gets the conditional formatted cell range by index in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/formatconditioncollection/getcellarea/ +--- +## FormatConditionCollection::GetCellArea method + + +Gets the conditional formatted cell range by index. + +```cpp +CellArea Aspose::Cells::FormatConditionCollection::GetCellArea(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | the index of the conditional formatted cell range. | + +## ReturnValue + +the conditional formatted cell range + +## See Also + +* Class [CellArea](../../cellarea/) +* Class [Vector](../../vector/) +* Class [FormatConditionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formatconditioncollection/getcount/_index.md b/spanish/cpp/aspose.cells/formatconditioncollection/getcount/_index.md new file mode 100644 index 00000000000..1d6753ecc9f --- /dev/null +++ b/spanish/cpp/aspose.cells/formatconditioncollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FormatConditionCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormatConditionCollection::GetCount method. Gets the count of the conditions in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/formatconditioncollection/getcount/ +--- +## FormatConditionCollection::GetCount method + + +Gets the count of the conditions. + +```cpp +int32_t Aspose::Cells::FormatConditionCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FormatConditionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formatconditioncollection/getrangecount/_index.md b/spanish/cpp/aspose.cells/formatconditioncollection/getrangecount/_index.md new file mode 100644 index 00000000000..e5fa9c28fe2 --- /dev/null +++ b/spanish/cpp/aspose.cells/formatconditioncollection/getrangecount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FormatConditionCollection::GetRangeCount method +linktitle: GetRangeCount +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormatConditionCollection::GetRangeCount method. Gets count of conditionally formatted ranges in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/formatconditioncollection/getrangecount/ +--- +## FormatConditionCollection::GetRangeCount method + + +Gets count of conditionally formatted ranges. + +```cpp +int32_t Aspose::Cells::FormatConditionCollection::GetRangeCount() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FormatConditionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formatconditioncollection/isnull/_index.md b/spanish/cpp/aspose.cells/formatconditioncollection/isnull/_index.md new file mode 100644 index 00000000000..6795beeee24 --- /dev/null +++ b/spanish/cpp/aspose.cells/formatconditioncollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::FormatConditionCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormatConditionCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/formatconditioncollection/isnull/ +--- +## FormatConditionCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::FormatConditionCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [FormatConditionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formatconditioncollection/operator_asm/_index.md b/spanish/cpp/aspose.cells/formatconditioncollection/operator_asm/_index.md new file mode 100644 index 00000000000..2fa1fd44b9d --- /dev/null +++ b/spanish/cpp/aspose.cells/formatconditioncollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::FormatConditionCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormatConditionCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/formatconditioncollection/operator_asm/ +--- +## FormatConditionCollection::operator= method + + +operator= + +```cpp +FormatConditionCollection & Aspose::Cells::FormatConditionCollection::operator=(const FormatConditionCollection &src) +``` + +## See Also + +* Class [FormatConditionCollection](../) +* Class [Vector](../../vector/) +* Class [FormatConditionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formatconditioncollection/operator_bool/_index.md b/spanish/cpp/aspose.cells/formatconditioncollection/operator_bool/_index.md new file mode 100644 index 00000000000..bc7c905b80c --- /dev/null +++ b/spanish/cpp/aspose.cells/formatconditioncollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::FormatConditionCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormatConditionCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/formatconditioncollection/operator_bool/ +--- +## FormatConditionCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::FormatConditionCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [FormatConditionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formatconditioncollection/removearea/_index.md b/spanish/cpp/aspose.cells/formatconditioncollection/removearea/_index.md new file mode 100644 index 00000000000..7d7b520c637 --- /dev/null +++ b/spanish/cpp/aspose.cells/formatconditioncollection/removearea/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::FormatConditionCollection::RemoveArea method +linktitle: RemoveArea +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormatConditionCollection::RemoveArea method. Removes conditional formatted cell range by index in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells/formatconditioncollection/removearea/ +--- +## FormatConditionCollection::RemoveArea(int32_t) method + + +Removes conditional formatted cell range by index. + +```cpp +void Aspose::Cells::FormatConditionCollection::RemoveArea(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The index of the conditional formatted cell range to be removed. | + +## See Also + +* Class [Vector](../../vector/) +* Class [FormatConditionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FormatConditionCollection::RemoveArea(int32_t, int32_t, int32_t, int32_t) method + + +Remove conditional formatting int the range. + +```cpp +bool Aspose::Cells::FormatConditionCollection::RemoveArea(int32_t startRow, int32_t startColumn, int32_t totalRows, int32_t totalColumns) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| startRow | int32_t | The startRow of the range. | +| startColumn | int32_t | The startColumn of the range. | +| totalRows | int32_t | The number of rows of the range. | +| totalColumns | int32_t | The number of columns of the range. | + +## ReturnValue + +Returns TRUE, this FormatCondtionCollection should be removed. + +## See Also + +* Class [Vector](../../vector/) +* Class [FormatConditionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formatconditioncollection/removecondition/_index.md b/spanish/cpp/aspose.cells/formatconditioncollection/removecondition/_index.md new file mode 100644 index 00000000000..838f5e8e628 --- /dev/null +++ b/spanish/cpp/aspose.cells/formatconditioncollection/removecondition/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::FormatConditionCollection::RemoveCondition method +linktitle: RemoveCondition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormatConditionCollection::RemoveCondition method. Removes the formatting condition by index in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells/formatconditioncollection/removecondition/ +--- +## FormatConditionCollection::RemoveCondition method + + +Removes the formatting condition by index. + +```cpp +void Aspose::Cells::FormatConditionCollection::RemoveCondition(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The index of the formatting condition to be removed. | + +## See Also + +* Class [Vector](../../vector/) +* Class [FormatConditionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formatconditioncollection/~formatconditioncollection/_index.md b/spanish/cpp/aspose.cells/formatconditioncollection/~formatconditioncollection/_index.md new file mode 100644 index 00000000000..f28f0b1609d --- /dev/null +++ b/spanish/cpp/aspose.cells/formatconditioncollection/~formatconditioncollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::FormatConditionCollection::~FormatConditionCollection method +linktitle: ~FormatConditionCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormatConditionCollection::~FormatConditionCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/formatconditioncollection/~formatconditioncollection/ +--- +## FormatConditionCollection::~FormatConditionCollection method + + +Destructor. + +```cpp +Aspose::Cells::FormatConditionCollection::~FormatConditionCollection() +``` + +## See Also + +* Class [FormatConditionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formatconditiontype/_index.md b/spanish/cpp/aspose.cells/formatconditiontype/_index.md new file mode 100644 index 00000000000..35897304162 --- /dev/null +++ b/spanish/cpp/aspose.cells/formatconditiontype/_index.md @@ -0,0 +1,45 @@ +--- +title: Aspose::Cells::FormatConditionType enum +linktitle: FormatConditionType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormatConditionType enum. Conditional format rule type in C++.' +type: docs +weight: 21900 +url: /es/cpp/aspose.cells/formatconditiontype/ +--- +## FormatConditionType enum + + +Conditional format rule type. + +```cpp +enum class FormatConditionType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| CellValue | 1 |
This conditional formatting rule compares a cell value to a formula calculated result, using an operator. | +| Expression | 2 |
This conditional formatting rule contains a formula to evaluate. When the formula result is true, the cell is highlighted. | +| Top10 | 4 |
This conditional formatting rule highlights cells whose values fall in the top N or bottom N bracket, as specified. | +| UniqueValues | 8 |
This conditional formatting rule highlights unique values in the range. | +| DuplicateValues | 16 |
This conditional formatting rule highlights duplicated values. | +| ContainsText | 32 |
This conditional formatting rule highlights cells containing given text. Equivalent to using the SEARCH() sheet function to determine whether the cell contains the text. | +| NotContainsText | 64 |
This conditional formatting rule highlights cells that do not contain given text. Equivalent of using SEARCH() sheet function to determine whether the cell contains the text or not. | +| BeginsWith | 128 |
This conditional formatting rule highlights cells in the range that begin with the given text. Equivalent to using the LEFT() sheet function and comparing values. | +| EndsWith | 256 |
This conditional formatting rule highlights cells ending with given text. Equivalent to using the RIGHT() sheet function and comparing values. | +| ContainsBlanks | 512 |
This conditional formatting rule highlights cells that are completely blank. Equivalent of using LEN(TRIM()). This means that if the cell contains only characters that TRIM() would remove, then it is considered blank. An empty cell is also considered blank. | +| NotContainsBlanks | 1024 |
This conditional formatting rule highlights cells that are not blank. Equivalent of using LEN(TRIM()). This means that if the cell contains only characters that TRIM() would remove, then it is considered blank. An empty cell is also considered blank. | +| ContainsErrors | 2048 |
This conditional formatting rule highlights cells with formula errors. Equivalent to using ISERROR() sheet function to determine if there is a formula error. | +| NotContainsErrors | 4096 |
This conditional formatting rule highlights cells without formula errors. Equivalent to using ISERROR() sheet function to determine if there is a formula error. | +| TimePeriod | 8192 |
This conditional formatting rule highlights cells containing dates in the specified time period. The underlying value of the cell is evaluated, therefore the cell does not need to be formatted as a date to be evaluated. For example, with a cell containing the value 38913 the conditional format shall be applied if the rule requires a value of 7/14/2006. | +| AboveAverage | 16384 |
This conditional formatting rule highlights cells that are above or below the average for all values in the range. | +| ColorScale | 32768 |
This conditional formatting rule creates a gradated color scale on the cells. | +| DataBar | 65536 |
This conditional formatting rule displays a gradated data bar in the range of cells. | +| IconSet | 131072 |
This conditional formatting rule applies icons to cells according to their values. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/formatconditionvaluetype/_index.md b/spanish/cpp/aspose.cells/formatconditionvaluetype/_index.md new file mode 100644 index 00000000000..0f55e53f104 --- /dev/null +++ b/spanish/cpp/aspose.cells/formatconditionvaluetype/_index.md @@ -0,0 +1,35 @@ +--- +title: Aspose::Cells::FormatConditionValueType enum +linktitle: FormatConditionValueType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormatConditionValueType enum. Condition value type in C++.' +type: docs +weight: 22000 +url: /es/cpp/aspose.cells/formatconditionvaluetype/ +--- +## FormatConditionValueType enum + + +Condition value type. + +```cpp +enum class FormatConditionValueType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Formula | 0 |
The minimum/ midpoint / maximum value for the gradient is determined by a formula. | +| Max | 1 |
Indicates that the maximum value in the range shall be used as the maximum value for the gradient. | +| Min | 2 |
Indicates that the minimum value in the range shall be used as the minimum value for the gradient. | +| Number | 3 |
Indicates that the minimum / midpoint / maximum value for the gradient is specified by a constant numeric value. | +| Percent | 4 |
Value indicates a percentage between the minimum and maximum values in the range shall be used as the minimum / midpoint / maximum value for the gradient. | +| Percentile | 5 |
Value indicates a percentile ranking in the range shall be used as the minimum / midpoint / maximum value for the gradient. | +| AutomaticMax | 6 |
Indicates that the Automatic maximum value in the range shall be used as the Automatic maximum value for the gradient. | +| AutomaticMin | 7 |
Indicates that the Automatic minimum value in the range shall be used as the Automatic minimum value for the gradient. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/formulaparseoptions/_impl/_index.md b/spanish/cpp/aspose.cells/formulaparseoptions/_impl/_index.md new file mode 100644 index 00000000000..2091e8985af --- /dev/null +++ b/spanish/cpp/aspose.cells/formulaparseoptions/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::FormulaParseOptions::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormulaParseOptions::_impl field. The implementation object in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells/formulaparseoptions/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +FormulaParseOptions_Impl* Aspose::Cells::FormulaParseOptions::_impl +``` + +## See Also + +* Class [FormulaParseOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formulaparseoptions/_index.md b/spanish/cpp/aspose.cells/formulaparseoptions/_index.md new file mode 100644 index 00000000000..87a0c219e94 --- /dev/null +++ b/spanish/cpp/aspose.cells/formulaparseoptions/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::FormulaParseOptions class +linktitle: FormulaParseOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormulaParseOptions class. Represents options when parsing formula in C++.' +type: docs +weight: 7400 +url: /es/cpp/aspose.cells/formulaparseoptions/ +--- +## FormulaParseOptions class + + +Represents options when parsing formula. + +```cpp +class FormulaParseOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [FormulaParseOptions()](./formulaparseoptions/) | Default constructor. | +| [FormulaParseOptions(FormulaParseOptions_Impl* impl)](./formulaparseoptions/) | Constructs from an implementation object. | +| [FormulaParseOptions(const FormulaParseOptions\& src)](./formulaparseoptions/) | Copy constructor. | +| [GetCheckAddIn()](./getcheckaddin/) | Whether check addins in existing external links of current workbook for user defined function without external link. Default is true(if user defined function matches one addin in existing external links, then take it as the addin). | +| [GetCustomFunctionDefinition()](./getcustomfunctiondefinition/) | Definition for parsing custom functions. | +| [GetLocaleDependent()](./getlocaledependent/) | Whether the formula is locale formatted. Default is false. | +| [GetParse()](./getparse/) | Whether parse given formula. Default is true. If it is false, then given formula string will be kept as it is for the cell until user call other methods to parse them or parsed formula data is required by other operations such as calculating formulas. | +| [GetR1C1Style()](./getr1c1style/) | Whether the formula is R1C1 reference style. Default is false. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const FormulaParseOptions\& src)](./operator_asm/) | operator= | +| [SetCheckAddIn(bool value)](./setcheckaddin/) | Whether check addins in existing external links of current workbook for user defined function without external link. Default is true(if user defined function matches one addin in existing external links, then take it as the addin). | +| [SetCustomFunctionDefinition(CustomFunctionDefinition* value)](./setcustomfunctiondefinition/) | Definition for parsing custom functions. | +| [SetLocaleDependent(bool value)](./setlocaledependent/) | Whether the formula is locale formatted. Default is false. | +| [SetParse(bool value)](./setparse/) | Whether parse given formula. Default is true. If it is false, then given formula string will be kept as it is for the cell until user call other methods to parse them or parsed formula data is required by other operations such as calculating formulas. | +| [SetR1C1Style(bool value)](./setr1c1style/) | Whether the formula is R1C1 reference style. Default is false. | +| [~FormulaParseOptions()](./~formulaparseoptions/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/formulaparseoptions/formulaparseoptions/_index.md b/spanish/cpp/aspose.cells/formulaparseoptions/formulaparseoptions/_index.md new file mode 100644 index 00000000000..5ae81de77eb --- /dev/null +++ b/spanish/cpp/aspose.cells/formulaparseoptions/formulaparseoptions/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::FormulaParseOptions::FormulaParseOptions constructor +linktitle: FormulaParseOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormulaParseOptions::FormulaParseOptions constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/formulaparseoptions/formulaparseoptions/ +--- +## FormulaParseOptions::FormulaParseOptions() constructor + + +Default constructor. + +```cpp +Aspose::Cells::FormulaParseOptions::FormulaParseOptions() +``` + +## See Also + +* Class [FormulaParseOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FormulaParseOptions::FormulaParseOptions(FormulaParseOptions_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::FormulaParseOptions::FormulaParseOptions(FormulaParseOptions_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FormulaParseOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FormulaParseOptions::FormulaParseOptions(const FormulaParseOptions\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::FormulaParseOptions::FormulaParseOptions(const FormulaParseOptions &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FormulaParseOptions](../) +* Class [FormulaParseOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formulaparseoptions/getcheckaddin/_index.md b/spanish/cpp/aspose.cells/formulaparseoptions/getcheckaddin/_index.md new file mode 100644 index 00000000000..6dcb7cbc42d --- /dev/null +++ b/spanish/cpp/aspose.cells/formulaparseoptions/getcheckaddin/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FormulaParseOptions::GetCheckAddIn method +linktitle: GetCheckAddIn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormulaParseOptions::GetCheckAddIn method. Whether check addins in existing external links of current workbook for user defined function without external link. Default is true(if user defined function matches one addin in existing external links, then take it as the addin) in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/formulaparseoptions/getcheckaddin/ +--- +## FormulaParseOptions::GetCheckAddIn method + + +Whether check addins in existing external links of current workbook for user defined function without external link. Default is true(if user defined function matches one addin in existing external links, then take it as the addin). + +```cpp +bool Aspose::Cells::FormulaParseOptions::GetCheckAddIn() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FormulaParseOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formulaparseoptions/getcustomfunctiondefinition/_index.md b/spanish/cpp/aspose.cells/formulaparseoptions/getcustomfunctiondefinition/_index.md new file mode 100644 index 00000000000..f7addeb2ac5 --- /dev/null +++ b/spanish/cpp/aspose.cells/formulaparseoptions/getcustomfunctiondefinition/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::FormulaParseOptions::GetCustomFunctionDefinition method +linktitle: GetCustomFunctionDefinition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormulaParseOptions::GetCustomFunctionDefinition method. Definition for parsing custom functions in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells/formulaparseoptions/getcustomfunctiondefinition/ +--- +## FormulaParseOptions::GetCustomFunctionDefinition method + + +Definition for parsing custom functions. + +```cpp +CustomFunctionDefinition * Aspose::Cells::FormulaParseOptions::GetCustomFunctionDefinition() +``` + +## Remarks + + +For some special requirements, such as when calculating custom function in user's custom engine, some parameters of it need to be caculated in array mode, using this property can mark those parameters as array mode when parsing the formula. Otherwise user needs to update those custom functions later by Workbook.UpdateCustomFunctionDefinition(CustomFunctionDefinition) to get the same result. +## See Also + +* Class [CustomFunctionDefinition](../../customfunctiondefinition/) +* Class [FormulaParseOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formulaparseoptions/getlocaledependent/_index.md b/spanish/cpp/aspose.cells/formulaparseoptions/getlocaledependent/_index.md new file mode 100644 index 00000000000..a6c848a208a --- /dev/null +++ b/spanish/cpp/aspose.cells/formulaparseoptions/getlocaledependent/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FormulaParseOptions::GetLocaleDependent method +linktitle: GetLocaleDependent +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormulaParseOptions::GetLocaleDependent method. Whether the formula is locale formatted. Default is false in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/formulaparseoptions/getlocaledependent/ +--- +## FormulaParseOptions::GetLocaleDependent method + + +Whether the formula is locale formatted. Default is false. + +```cpp +bool Aspose::Cells::FormulaParseOptions::GetLocaleDependent() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FormulaParseOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formulaparseoptions/getparse/_index.md b/spanish/cpp/aspose.cells/formulaparseoptions/getparse/_index.md new file mode 100644 index 00000000000..37df096b2a0 --- /dev/null +++ b/spanish/cpp/aspose.cells/formulaparseoptions/getparse/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FormulaParseOptions::GetParse method +linktitle: GetParse +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormulaParseOptions::GetParse method. Whether parse given formula. Default is true. If it is false, then given formula string will be kept as it is for the cell until user call other methods to parse them or parsed formula data is required by other operations such as calculating formulas in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/formulaparseoptions/getparse/ +--- +## FormulaParseOptions::GetParse method + + +Whether parse given formula. Default is true. If it is false, then given formula string will be kept as it is for the cell until user call other methods to parse them or parsed formula data is required by other operations such as calculating formulas. + +```cpp +bool Aspose::Cells::FormulaParseOptions::GetParse() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FormulaParseOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formulaparseoptions/getr1c1style/_index.md b/spanish/cpp/aspose.cells/formulaparseoptions/getr1c1style/_index.md new file mode 100644 index 00000000000..bfbd278d602 --- /dev/null +++ b/spanish/cpp/aspose.cells/formulaparseoptions/getr1c1style/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FormulaParseOptions::GetR1C1Style method +linktitle: GetR1C1Style +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormulaParseOptions::GetR1C1Style method. Whether the formula is R1C1 reference style. Default is false in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/formulaparseoptions/getr1c1style/ +--- +## FormulaParseOptions::GetR1C1Style method + + +Whether the formula is R1C1 reference style. Default is false. + +```cpp +bool Aspose::Cells::FormulaParseOptions::GetR1C1Style() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FormulaParseOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formulaparseoptions/isnull/_index.md b/spanish/cpp/aspose.cells/formulaparseoptions/isnull/_index.md new file mode 100644 index 00000000000..f01c29dfc50 --- /dev/null +++ b/spanish/cpp/aspose.cells/formulaparseoptions/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::FormulaParseOptions::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormulaParseOptions::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/formulaparseoptions/isnull/ +--- +## FormulaParseOptions::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::FormulaParseOptions::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [FormulaParseOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formulaparseoptions/operator_asm/_index.md b/spanish/cpp/aspose.cells/formulaparseoptions/operator_asm/_index.md new file mode 100644 index 00000000000..49fd0006f5a --- /dev/null +++ b/spanish/cpp/aspose.cells/formulaparseoptions/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::FormulaParseOptions::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormulaParseOptions::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/formulaparseoptions/operator_asm/ +--- +## FormulaParseOptions::operator= method + + +operator= + +```cpp +FormulaParseOptions & Aspose::Cells::FormulaParseOptions::operator=(const FormulaParseOptions &src) +``` + +## See Also + +* Class [FormulaParseOptions](../) +* Class [Vector](../../vector/) +* Class [FormulaParseOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formulaparseoptions/operator_bool/_index.md b/spanish/cpp/aspose.cells/formulaparseoptions/operator_bool/_index.md new file mode 100644 index 00000000000..30900c7c6f5 --- /dev/null +++ b/spanish/cpp/aspose.cells/formulaparseoptions/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::FormulaParseOptions::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormulaParseOptions::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/formulaparseoptions/operator_bool/ +--- +## FormulaParseOptions::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::FormulaParseOptions::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [FormulaParseOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formulaparseoptions/setcheckaddin/_index.md b/spanish/cpp/aspose.cells/formulaparseoptions/setcheckaddin/_index.md new file mode 100644 index 00000000000..aa1d3d4230b --- /dev/null +++ b/spanish/cpp/aspose.cells/formulaparseoptions/setcheckaddin/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FormulaParseOptions::SetCheckAddIn method +linktitle: SetCheckAddIn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormulaParseOptions::SetCheckAddIn method. Whether check addins in existing external links of current workbook for user defined function without external link. Default is true(if user defined function matches one addin in existing external links, then take it as the addin) in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/formulaparseoptions/setcheckaddin/ +--- +## FormulaParseOptions::SetCheckAddIn method + + +Whether check addins in existing external links of current workbook for user defined function without external link. Default is true(if user defined function matches one addin in existing external links, then take it as the addin). + +```cpp +void Aspose::Cells::FormulaParseOptions::SetCheckAddIn(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FormulaParseOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formulaparseoptions/setcustomfunctiondefinition/_index.md b/spanish/cpp/aspose.cells/formulaparseoptions/setcustomfunctiondefinition/_index.md new file mode 100644 index 00000000000..b3c8468816f --- /dev/null +++ b/spanish/cpp/aspose.cells/formulaparseoptions/setcustomfunctiondefinition/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::FormulaParseOptions::SetCustomFunctionDefinition method +linktitle: SetCustomFunctionDefinition +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormulaParseOptions::SetCustomFunctionDefinition method. Definition for parsing custom functions in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells/formulaparseoptions/setcustomfunctiondefinition/ +--- +## FormulaParseOptions::SetCustomFunctionDefinition method + + +Definition for parsing custom functions. + +```cpp +void Aspose::Cells::FormulaParseOptions::SetCustomFunctionDefinition(CustomFunctionDefinition *value) +``` + +## Remarks + + +For some special requirements, such as when calculating custom function in user's custom engine, some parameters of it need to be caculated in array mode, using this property can mark those parameters as array mode when parsing the formula. Otherwise user needs to update those custom functions later by Workbook.UpdateCustomFunctionDefinition(CustomFunctionDefinition) to get the same result. +## See Also + +* Class [Vector](../../vector/) +* Class [CustomFunctionDefinition](../../customfunctiondefinition/) +* Class [FormulaParseOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formulaparseoptions/setlocaledependent/_index.md b/spanish/cpp/aspose.cells/formulaparseoptions/setlocaledependent/_index.md new file mode 100644 index 00000000000..c6336a13660 --- /dev/null +++ b/spanish/cpp/aspose.cells/formulaparseoptions/setlocaledependent/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FormulaParseOptions::SetLocaleDependent method +linktitle: SetLocaleDependent +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormulaParseOptions::SetLocaleDependent method. Whether the formula is locale formatted. Default is false in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/formulaparseoptions/setlocaledependent/ +--- +## FormulaParseOptions::SetLocaleDependent method + + +Whether the formula is locale formatted. Default is false. + +```cpp +void Aspose::Cells::FormulaParseOptions::SetLocaleDependent(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FormulaParseOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formulaparseoptions/setparse/_index.md b/spanish/cpp/aspose.cells/formulaparseoptions/setparse/_index.md new file mode 100644 index 00000000000..1be0f48b40c --- /dev/null +++ b/spanish/cpp/aspose.cells/formulaparseoptions/setparse/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FormulaParseOptions::SetParse method +linktitle: SetParse +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormulaParseOptions::SetParse method. Whether parse given formula. Default is true. If it is false, then given formula string will be kept as it is for the cell until user call other methods to parse them or parsed formula data is required by other operations such as calculating formulas in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells/formulaparseoptions/setparse/ +--- +## FormulaParseOptions::SetParse method + + +Whether parse given formula. Default is true. If it is false, then given formula string will be kept as it is for the cell until user call other methods to parse them or parsed formula data is required by other operations such as calculating formulas. + +```cpp +void Aspose::Cells::FormulaParseOptions::SetParse(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FormulaParseOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formulaparseoptions/setr1c1style/_index.md b/spanish/cpp/aspose.cells/formulaparseoptions/setr1c1style/_index.md new file mode 100644 index 00000000000..27e9e444bc6 --- /dev/null +++ b/spanish/cpp/aspose.cells/formulaparseoptions/setr1c1style/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FormulaParseOptions::SetR1C1Style method +linktitle: SetR1C1Style +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormulaParseOptions::SetR1C1Style method. Whether the formula is R1C1 reference style. Default is false in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/formulaparseoptions/setr1c1style/ +--- +## FormulaParseOptions::SetR1C1Style method + + +Whether the formula is R1C1 reference style. Default is false. + +```cpp +void Aspose::Cells::FormulaParseOptions::SetR1C1Style(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FormulaParseOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formulaparseoptions/~formulaparseoptions/_index.md b/spanish/cpp/aspose.cells/formulaparseoptions/~formulaparseoptions/_index.md new file mode 100644 index 00000000000..7e1ed445194 --- /dev/null +++ b/spanish/cpp/aspose.cells/formulaparseoptions/~formulaparseoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::FormulaParseOptions::~FormulaParseOptions method +linktitle: ~FormulaParseOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormulaParseOptions::~FormulaParseOptions method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/formulaparseoptions/~formulaparseoptions/ +--- +## FormulaParseOptions::~FormulaParseOptions method + + +Destructor. + +```cpp +Aspose::Cells::FormulaParseOptions::~FormulaParseOptions() +``` + +## See Also + +* Class [FormulaParseOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formulasettings/_impl/_index.md b/spanish/cpp/aspose.cells/formulasettings/_impl/_index.md new file mode 100644 index 00000000000..b6f2c3d6085 --- /dev/null +++ b/spanish/cpp/aspose.cells/formulasettings/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::FormulaSettings::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormulaSettings::_impl field. The implementation object in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells/formulasettings/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +FormulaSettings_Impl* Aspose::Cells::FormulaSettings::_impl +``` + +## See Also + +* Class [FormulaSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formulasettings/_index.md b/spanish/cpp/aspose.cells/formulasettings/_index.md new file mode 100644 index 00000000000..cf9142fd9f3 --- /dev/null +++ b/spanish/cpp/aspose.cells/formulasettings/_index.md @@ -0,0 +1,60 @@ +--- +title: Aspose::Cells::FormulaSettings class +linktitle: FormulaSettings +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormulaSettings class. Settings of formulas and calculation in C++.' +type: docs +weight: 7500 +url: /es/cpp/aspose.cells/formulasettings/ +--- +## FormulaSettings class + + +[Settings](../../aspose.cells.settings/) of formulas and calculation. + +```cpp +class FormulaSettings +``` + +## Methods + +| Method | Description | +| --- | --- | +| [FormulaSettings(FormulaSettings_Impl* impl)](./formulasettings/) | Constructs from an implementation object. | +| [FormulaSettings(const FormulaSettings\& src)](./formulasettings/) | Copy constructor. | +| [GetCalculateOnOpen()](./getcalculateonopen/) | Indicates whether the application is required to perform a full calculation when the workbook is opened. | +| [GetCalculateOnSave()](./getcalculateonsave/) | Indicates whether to recalculate the workbook before saving the document, when in manual calculation mode. | +| [GetCalculationId()](./getcalculationid/) | Specifies the version of the calculation engine used to calculate values in the workbook. | +| [GetCalculationMode()](./getcalculationmode/) | Gets or sets the mode for workbook calculation in MS Excel. | +| [GetEnableCalculationChain()](./getenablecalculationchain/) | Indicates whether to enable calculation chain for formulas. Default is false. | +| [GetEnableIterativeCalculation()](./getenableiterativecalculation/) | Indicates whether to enable iterative calculation to resolve circular references. | +| [GetForceFullCalculation()](./getforcefullcalculation/) | Indicates whether it calculates all formulas every time when a calculation is triggered. | +| [GetMaxChange()](./getmaxchange/) | The maximum change to resolve a circular reference. | +| [GetMaxIteration()](./getmaxiteration/) | The maximum iterations to resolve a circular reference. | +| [GetPrecisionAsDisplayed()](./getprecisionasdisplayed/) | Indicates whether the precision of calculated result be set as they are displayed while calculating formulas. | +| [GetPreservePaddingSpaces()](./getpreservepaddingspaces/) | Indicates whether to preserve those spaces and line breaks that are padded between formula tokens while getting and setting formulas. Default value is false. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const FormulaSettings\& src)](./operator_asm/) | operator= | +| [SetCalculateOnOpen(bool value)](./setcalculateonopen/) | Indicates whether the application is required to perform a full calculation when the workbook is opened. | +| [SetCalculateOnSave(bool value)](./setcalculateonsave/) | Indicates whether to recalculate the workbook before saving the document, when in manual calculation mode. | +| [SetCalculationId(const U16String\& value)](./setcalculationid/) | Specifies the version of the calculation engine used to calculate values in the workbook. | +| [SetCalculationId(const char16_t* value)](./setcalculationid/) | Specifies the version of the calculation engine used to calculate values in the workbook. | +| [SetCalculationMode(CalcModeType value)](./setcalculationmode/) | Gets or sets the mode for workbook calculation in MS Excel. | +| [SetEnableCalculationChain(bool value)](./setenablecalculationchain/) | Indicates whether to enable calculation chain for formulas. Default is false. | +| [SetEnableIterativeCalculation(bool value)](./setenableiterativecalculation/) | Indicates whether to enable iterative calculation to resolve circular references. | +| [SetForceFullCalculation(bool value)](./setforcefullcalculation/) | Indicates whether it calculates all formulas every time when a calculation is triggered. | +| [SetMaxChange(double value)](./setmaxchange/) | The maximum change to resolve a circular reference. | +| [SetMaxIteration(int32_t value)](./setmaxiteration/) | The maximum iterations to resolve a circular reference. | +| [SetPrecisionAsDisplayed(bool value)](./setprecisionasdisplayed/) | Indicates whether the precision of calculated result be set as they are displayed while calculating formulas. | +| [SetPreservePaddingSpaces(bool value)](./setpreservepaddingspaces/) | Indicates whether to preserve those spaces and line breaks that are padded between formula tokens while getting and setting formulas. Default value is false. | +| [~FormulaSettings()](./~formulasettings/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/formulasettings/formulasettings/_index.md b/spanish/cpp/aspose.cells/formulasettings/formulasettings/_index.md new file mode 100644 index 00000000000..7f4831d14c5 --- /dev/null +++ b/spanish/cpp/aspose.cells/formulasettings/formulasettings/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::FormulaSettings::FormulaSettings constructor +linktitle: FormulaSettings +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormulaSettings::FormulaSettings constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/formulasettings/formulasettings/ +--- +## FormulaSettings::FormulaSettings(FormulaSettings_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::FormulaSettings::FormulaSettings(FormulaSettings_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FormulaSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FormulaSettings::FormulaSettings(const FormulaSettings\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::FormulaSettings::FormulaSettings(const FormulaSettings &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FormulaSettings](../) +* Class [FormulaSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formulasettings/getcalculateonopen/_index.md b/spanish/cpp/aspose.cells/formulasettings/getcalculateonopen/_index.md new file mode 100644 index 00000000000..2f3ecb42d56 --- /dev/null +++ b/spanish/cpp/aspose.cells/formulasettings/getcalculateonopen/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::FormulaSettings::GetCalculateOnOpen method +linktitle: GetCalculateOnOpen +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormulaSettings::GetCalculateOnOpen method. Indicates whether the application is required to perform a full calculation when the workbook is opened in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/formulasettings/getcalculateonopen/ +--- +## FormulaSettings::GetCalculateOnOpen method + + +Indicates whether the application is required to perform a full calculation when the workbook is opened. + +```cpp +bool Aspose::Cells::FormulaSettings::GetCalculateOnOpen() +``` + +## Remarks + + +This property is only for saving the settings to resultant spreadsheet file so that other applications(such as ms excel) may act accordingly when loading the resultant file. For performance consideration for most users' applications, we do not calculate any formula in the workbook automatically, no matter what value has been set for this property. +## See Also + +* Class [Vector](../../vector/) +* Class [FormulaSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formulasettings/getcalculateonsave/_index.md b/spanish/cpp/aspose.cells/formulasettings/getcalculateonsave/_index.md new file mode 100644 index 00000000000..6afaff1112b --- /dev/null +++ b/spanish/cpp/aspose.cells/formulasettings/getcalculateonsave/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::FormulaSettings::GetCalculateOnSave method +linktitle: GetCalculateOnSave +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormulaSettings::GetCalculateOnSave method. Indicates whether to recalculate the workbook before saving the document, when in manual calculation mode in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/formulasettings/getcalculateonsave/ +--- +## FormulaSettings::GetCalculateOnSave method + + +Indicates whether to recalculate the workbook before saving the document, when in manual calculation mode. + +```cpp +bool Aspose::Cells::FormulaSettings::GetCalculateOnSave() +``` + +## Remarks + + +This property is only for saving the settings to resultant spreadsheet file so that other applications(such as ms excel) may act accordingly when loading and manipulating the resultant file. For performance consideration for most users' applications, we do not calculate any formula in the workbook automatically, no matter what value has been set for this property. +## See Also + +* Class [Vector](../../vector/) +* Class [FormulaSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formulasettings/getcalculationid/_index.md b/spanish/cpp/aspose.cells/formulasettings/getcalculationid/_index.md new file mode 100644 index 00000000000..fc5b5c29198 --- /dev/null +++ b/spanish/cpp/aspose.cells/formulasettings/getcalculationid/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::FormulaSettings::GetCalculationId method +linktitle: GetCalculationId +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormulaSettings::GetCalculationId method. Specifies the version of the calculation engine used to calculate values in the workbook in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells/formulasettings/getcalculationid/ +--- +## FormulaSettings::GetCalculationId method + + +Specifies the version of the calculation engine used to calculate values in the workbook. + +```cpp +U16String Aspose::Cells::FormulaSettings::GetCalculationId() +``` + +## Remarks + + +This property is only for saving the settings to resultant spreadsheet file so that other applications(such as ms excel) may act accordingly when loading and manipulating the resultant file. In the case of ms excel, if the value of this property is less than the recalculation engine identifier associated with the application that opens the resultant file, the application will recalculate the results of all formulas on this workbook immediately after loading the file. For performance consideration for most users' applications, we do not calculate any formula on the workbook automatically, no matter what value has been set for this property. +## See Also + +* Class [U16String](../../u16string/) +* Class [FormulaSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formulasettings/getcalculationmode/_index.md b/spanish/cpp/aspose.cells/formulasettings/getcalculationmode/_index.md new file mode 100644 index 00000000000..b9836ad435d --- /dev/null +++ b/spanish/cpp/aspose.cells/formulasettings/getcalculationmode/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::FormulaSettings::GetCalculationMode method +linktitle: GetCalculationMode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormulaSettings::GetCalculationMode method. Gets or sets the mode for workbook calculation in MS Excel in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/formulasettings/getcalculationmode/ +--- +## FormulaSettings::GetCalculationMode method + + +Gets or sets the mode for workbook calculation in MS Excel. + +```cpp +CalcModeType Aspose::Cells::FormulaSettings::GetCalculationMode() +``` + +## Remarks + + +This property is only for saving the settings to resultant spreadsheet file so that other applications(such as ms excel) may act accordingly when loading and manipulating the resultant file. For performance consideration for most user's application, we do not calculate any formula in the workbook automatically, no matter what mode has been set for this property. If user needs to calculate formulas, please always call methods on different objects according to requirement: [Workbook.CalculateFormula()](../../workbook/calculateformula/), Worksheet.CalculateFormula(CalculationOptions, bool), Cell.Calculate(CalculationOptions), ...etc. +## See Also + +* Enum [CalcModeType](../../calcmodetype/) +* Class [FormulaSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formulasettings/getenablecalculationchain/_index.md b/spanish/cpp/aspose.cells/formulasettings/getenablecalculationchain/_index.md new file mode 100644 index 00000000000..d0310430cf9 --- /dev/null +++ b/spanish/cpp/aspose.cells/formulasettings/getenablecalculationchain/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::FormulaSettings::GetEnableCalculationChain method +linktitle: GetEnableCalculationChain +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormulaSettings::GetEnableCalculationChain method. Indicates whether to enable calculation chain for formulas. Default is false in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells/formulasettings/getenablecalculationchain/ +--- +## FormulaSettings::GetEnableCalculationChain method + + +Indicates whether to enable calculation chain for formulas. Default is false. + +```cpp +bool Aspose::Cells::FormulaSettings::GetEnableCalculationChain() +``` + +## Remarks + + +When there are lots of formulas in the workbook and user needs to calculate them repeatedly with modifying only a small part of them, it may be helpful for performance to enable the calculation chain. On the other hand, if the chain is enabled, maintaining the model of chain requires extra memory, and it also requires a bit more cpu time for some other operations such as changing cell's value or formulas. After changing this property from false to true, the calculation chain will be analyzed and built at the time of first calculation for the workbook, so the required time for the first calculation may be more than normal calculation without chain. +## See Also + +* Class [Vector](../../vector/) +* Class [FormulaSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formulasettings/getenableiterativecalculation/_index.md b/spanish/cpp/aspose.cells/formulasettings/getenableiterativecalculation/_index.md new file mode 100644 index 00000000000..64a4d7f7699 --- /dev/null +++ b/spanish/cpp/aspose.cells/formulasettings/getenableiterativecalculation/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FormulaSettings::GetEnableIterativeCalculation method +linktitle: GetEnableIterativeCalculation +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormulaSettings::GetEnableIterativeCalculation method. Indicates whether to enable iterative calculation to resolve circular references in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells/formulasettings/getenableiterativecalculation/ +--- +## FormulaSettings::GetEnableIterativeCalculation method + + +Indicates whether to enable iterative calculation to resolve circular references. + +```cpp +bool Aspose::Cells::FormulaSettings::GetEnableIterativeCalculation() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FormulaSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formulasettings/getforcefullcalculation/_index.md b/spanish/cpp/aspose.cells/formulasettings/getforcefullcalculation/_index.md new file mode 100644 index 00000000000..1873681e241 --- /dev/null +++ b/spanish/cpp/aspose.cells/formulasettings/getforcefullcalculation/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::FormulaSettings::GetForceFullCalculation method +linktitle: GetForceFullCalculation +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormulaSettings::GetForceFullCalculation method. Indicates whether it calculates all formulas every time when a calculation is triggered in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/formulasettings/getforcefullcalculation/ +--- +## FormulaSettings::GetForceFullCalculation method + + +Indicates whether it calculates all formulas every time when a calculation is triggered. + +```cpp +bool Aspose::Cells::FormulaSettings::GetForceFullCalculation() +``` + +## Remarks + + +This property is only for saving the settings to resultant spreadsheet file so that other applications(such as ms excel) may act accordingly when loading and manipulating the resultant file. For performance consideration for most users' applications, we do not calculate any formula in the workbook automatically, no matter what value has been set for this property. +## See Also + +* Class [Vector](../../vector/) +* Class [FormulaSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formulasettings/getmaxchange/_index.md b/spanish/cpp/aspose.cells/formulasettings/getmaxchange/_index.md new file mode 100644 index 00000000000..e7f5896f576 --- /dev/null +++ b/spanish/cpp/aspose.cells/formulasettings/getmaxchange/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FormulaSettings::GetMaxChange method +linktitle: GetMaxChange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormulaSettings::GetMaxChange method. The maximum change to resolve a circular reference in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells/formulasettings/getmaxchange/ +--- +## FormulaSettings::GetMaxChange method + + +The maximum change to resolve a circular reference. + +```cpp +double Aspose::Cells::FormulaSettings::GetMaxChange() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FormulaSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formulasettings/getmaxiteration/_index.md b/spanish/cpp/aspose.cells/formulasettings/getmaxiteration/_index.md new file mode 100644 index 00000000000..cb58598f7db --- /dev/null +++ b/spanish/cpp/aspose.cells/formulasettings/getmaxiteration/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FormulaSettings::GetMaxIteration method +linktitle: GetMaxIteration +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormulaSettings::GetMaxIteration method. The maximum iterations to resolve a circular reference in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells/formulasettings/getmaxiteration/ +--- +## FormulaSettings::GetMaxIteration method + + +The maximum iterations to resolve a circular reference. + +```cpp +int32_t Aspose::Cells::FormulaSettings::GetMaxIteration() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FormulaSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formulasettings/getprecisionasdisplayed/_index.md b/spanish/cpp/aspose.cells/formulasettings/getprecisionasdisplayed/_index.md new file mode 100644 index 00000000000..1099c7dad0d --- /dev/null +++ b/spanish/cpp/aspose.cells/formulasettings/getprecisionasdisplayed/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FormulaSettings::GetPrecisionAsDisplayed method +linktitle: GetPrecisionAsDisplayed +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormulaSettings::GetPrecisionAsDisplayed method. Indicates whether the precision of calculated result be set as they are displayed while calculating formulas in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells/formulasettings/getprecisionasdisplayed/ +--- +## FormulaSettings::GetPrecisionAsDisplayed method + + +Indicates whether the precision of calculated result be set as they are displayed while calculating formulas. + +```cpp +bool Aspose::Cells::FormulaSettings::GetPrecisionAsDisplayed() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FormulaSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formulasettings/getpreservepaddingspaces/_index.md b/spanish/cpp/aspose.cells/formulasettings/getpreservepaddingspaces/_index.md new file mode 100644 index 00000000000..10b10239c6d --- /dev/null +++ b/spanish/cpp/aspose.cells/formulasettings/getpreservepaddingspaces/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::FormulaSettings::GetPreservePaddingSpaces method +linktitle: GetPreservePaddingSpaces +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormulaSettings::GetPreservePaddingSpaces method. Indicates whether to preserve those spaces and line breaks that are padded between formula tokens while getting and setting formulas. Default value is false in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells/formulasettings/getpreservepaddingspaces/ +--- +## FormulaSettings::GetPreservePaddingSpaces method + + +Indicates whether to preserve those spaces and line breaks that are padded between formula tokens while getting and setting formulas. Default value is false. + +```cpp +bool Aspose::Cells::FormulaSettings::GetPreservePaddingSpaces() +``` + +## Remarks + + +Generally those spaces and line breaks are jsut for visual purpose, Preserving them or not does not affect the calculated result. For performance consideration, if there is no special requirement, it is better not to preserve them while processing formulas. +## See Also + +* Class [Vector](../../vector/) +* Class [FormulaSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formulasettings/isnull/_index.md b/spanish/cpp/aspose.cells/formulasettings/isnull/_index.md new file mode 100644 index 00000000000..127ceee334a --- /dev/null +++ b/spanish/cpp/aspose.cells/formulasettings/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::FormulaSettings::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormulaSettings::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/formulasettings/isnull/ +--- +## FormulaSettings::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::FormulaSettings::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [FormulaSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formulasettings/operator_asm/_index.md b/spanish/cpp/aspose.cells/formulasettings/operator_asm/_index.md new file mode 100644 index 00000000000..3bb72ea76fb --- /dev/null +++ b/spanish/cpp/aspose.cells/formulasettings/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::FormulaSettings::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormulaSettings::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/formulasettings/operator_asm/ +--- +## FormulaSettings::operator= method + + +operator= + +```cpp +FormulaSettings & Aspose::Cells::FormulaSettings::operator=(const FormulaSettings &src) +``` + +## See Also + +* Class [FormulaSettings](../) +* Class [Vector](../../vector/) +* Class [FormulaSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formulasettings/operator_bool/_index.md b/spanish/cpp/aspose.cells/formulasettings/operator_bool/_index.md new file mode 100644 index 00000000000..f405c059aa8 --- /dev/null +++ b/spanish/cpp/aspose.cells/formulasettings/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::FormulaSettings::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormulaSettings::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/formulasettings/operator_bool/ +--- +## FormulaSettings::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::FormulaSettings::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [FormulaSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formulasettings/setcalculateonopen/_index.md b/spanish/cpp/aspose.cells/formulasettings/setcalculateonopen/_index.md new file mode 100644 index 00000000000..089490cd464 --- /dev/null +++ b/spanish/cpp/aspose.cells/formulasettings/setcalculateonopen/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::FormulaSettings::SetCalculateOnOpen method +linktitle: SetCalculateOnOpen +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormulaSettings::SetCalculateOnOpen method. Indicates whether the application is required to perform a full calculation when the workbook is opened in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/formulasettings/setcalculateonopen/ +--- +## FormulaSettings::SetCalculateOnOpen method + + +Indicates whether the application is required to perform a full calculation when the workbook is opened. + +```cpp +void Aspose::Cells::FormulaSettings::SetCalculateOnOpen(bool value) +``` + +## Remarks + + +This property is only for saving the settings to resultant spreadsheet file so that other applications(such as ms excel) may act accordingly when loading the resultant file. For performance consideration for most users' applications, we do not calculate any formula in the workbook automatically, no matter what value has been set for this property. +## See Also + +* Class [Vector](../../vector/) +* Class [FormulaSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formulasettings/setcalculateonsave/_index.md b/spanish/cpp/aspose.cells/formulasettings/setcalculateonsave/_index.md new file mode 100644 index 00000000000..65efabd4a58 --- /dev/null +++ b/spanish/cpp/aspose.cells/formulasettings/setcalculateonsave/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::FormulaSettings::SetCalculateOnSave method +linktitle: SetCalculateOnSave +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormulaSettings::SetCalculateOnSave method. Indicates whether to recalculate the workbook before saving the document, when in manual calculation mode in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/formulasettings/setcalculateonsave/ +--- +## FormulaSettings::SetCalculateOnSave method + + +Indicates whether to recalculate the workbook before saving the document, when in manual calculation mode. + +```cpp +void Aspose::Cells::FormulaSettings::SetCalculateOnSave(bool value) +``` + +## Remarks + + +This property is only for saving the settings to resultant spreadsheet file so that other applications(such as ms excel) may act accordingly when loading and manipulating the resultant file. For performance consideration for most users' applications, we do not calculate any formula in the workbook automatically, no matter what value has been set for this property. +## See Also + +* Class [Vector](../../vector/) +* Class [FormulaSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formulasettings/setcalculationid/_index.md b/spanish/cpp/aspose.cells/formulasettings/setcalculationid/_index.md new file mode 100644 index 00000000000..00432e659b7 --- /dev/null +++ b/spanish/cpp/aspose.cells/formulasettings/setcalculationid/_index.md @@ -0,0 +1,48 @@ +--- +title: Aspose::Cells::FormulaSettings::SetCalculationId method +linktitle: SetCalculationId +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormulaSettings::SetCalculationId method. Specifies the version of the calculation engine used to calculate values in the workbook in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells/formulasettings/setcalculationid/ +--- +## FormulaSettings::SetCalculationId(const U16String\&) method + + +Specifies the version of the calculation engine used to calculate values in the workbook. + +```cpp +void Aspose::Cells::FormulaSettings::SetCalculationId(const U16String &value) +``` + +## Remarks + + +This property is only for saving the settings to resultant spreadsheet file so that other applications(such as ms excel) may act accordingly when loading and manipulating the resultant file. In the case of ms excel, if the value of this property is less than the recalculation engine identifier associated with the application that opens the resultant file, the application will recalculate the results of all formulas on this workbook immediately after loading the file. For performance consideration for most users' applications, we do not calculate any formula on the workbook automatically, no matter what value has been set for this property. +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [FormulaSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## FormulaSettings::SetCalculationId(const char16_t*) method + + +Specifies the version of the calculation engine used to calculate values in the workbook. + +```cpp +void Aspose::Cells::FormulaSettings::SetCalculationId(const char16_t *value) +``` + +## Remarks + + +This property is only for saving the settings to resultant spreadsheet file so that other applications(such as ms excel) may act accordingly when loading and manipulating the resultant file. In the case of ms excel, if the value of this property is less than the recalculation engine identifier associated with the application that opens the resultant file, the application will recalculate the results of all formulas on this workbook immediately after loading the file. For performance consideration for most users' applications, we do not calculate any formula on the workbook automatically, no matter what value has been set for this property. +## See Also + +* Class [Vector](../../vector/) +* Class [FormulaSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formulasettings/setcalculationmode/_index.md b/spanish/cpp/aspose.cells/formulasettings/setcalculationmode/_index.md new file mode 100644 index 00000000000..5946b09cb43 --- /dev/null +++ b/spanish/cpp/aspose.cells/formulasettings/setcalculationmode/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::FormulaSettings::SetCalculationMode method +linktitle: SetCalculationMode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormulaSettings::SetCalculationMode method. Gets or sets the mode for workbook calculation in MS Excel in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells/formulasettings/setcalculationmode/ +--- +## FormulaSettings::SetCalculationMode method + + +Gets or sets the mode for workbook calculation in MS Excel. + +```cpp +void Aspose::Cells::FormulaSettings::SetCalculationMode(CalcModeType value) +``` + +## Remarks + + +This property is only for saving the settings to resultant spreadsheet file so that other applications(such as ms excel) may act accordingly when loading and manipulating the resultant file. For performance consideration for most user's application, we do not calculate any formula in the workbook automatically, no matter what mode has been set for this property. If user needs to calculate formulas, please always call methods on different objects according to requirement: [Workbook.CalculateFormula()](../../workbook/calculateformula/), Worksheet.CalculateFormula(CalculationOptions, bool), Cell.Calculate(CalculationOptions), ...etc. +## See Also + +* Class [Vector](../../vector/) +* Enum [CalcModeType](../../calcmodetype/) +* Class [FormulaSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formulasettings/setenablecalculationchain/_index.md b/spanish/cpp/aspose.cells/formulasettings/setenablecalculationchain/_index.md new file mode 100644 index 00000000000..c206b8f4e61 --- /dev/null +++ b/spanish/cpp/aspose.cells/formulasettings/setenablecalculationchain/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::FormulaSettings::SetEnableCalculationChain method +linktitle: SetEnableCalculationChain +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormulaSettings::SetEnableCalculationChain method. Indicates whether to enable calculation chain for formulas. Default is false in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells/formulasettings/setenablecalculationchain/ +--- +## FormulaSettings::SetEnableCalculationChain method + + +Indicates whether to enable calculation chain for formulas. Default is false. + +```cpp +void Aspose::Cells::FormulaSettings::SetEnableCalculationChain(bool value) +``` + +## Remarks + + +When there are lots of formulas in the workbook and user needs to calculate them repeatedly with modifying only a small part of them, it may be helpful for performance to enable the calculation chain. On the other hand, if the chain is enabled, maintaining the model of chain requires extra memory, and it also requires a bit more cpu time for some other operations such as changing cell's value or formulas. After changing this property from false to true, the calculation chain will be analyzed and built at the time of first calculation for the workbook, so the required time for the first calculation may be more than normal calculation without chain. +## See Also + +* Class [Vector](../../vector/) +* Class [FormulaSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formulasettings/setenableiterativecalculation/_index.md b/spanish/cpp/aspose.cells/formulasettings/setenableiterativecalculation/_index.md new file mode 100644 index 00000000000..f3432bc0765 --- /dev/null +++ b/spanish/cpp/aspose.cells/formulasettings/setenableiterativecalculation/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FormulaSettings::SetEnableIterativeCalculation method +linktitle: SetEnableIterativeCalculation +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormulaSettings::SetEnableIterativeCalculation method. Indicates whether to enable iterative calculation to resolve circular references in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells/formulasettings/setenableiterativecalculation/ +--- +## FormulaSettings::SetEnableIterativeCalculation method + + +Indicates whether to enable iterative calculation to resolve circular references. + +```cpp +void Aspose::Cells::FormulaSettings::SetEnableIterativeCalculation(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FormulaSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formulasettings/setforcefullcalculation/_index.md b/spanish/cpp/aspose.cells/formulasettings/setforcefullcalculation/_index.md new file mode 100644 index 00000000000..3faf63853d3 --- /dev/null +++ b/spanish/cpp/aspose.cells/formulasettings/setforcefullcalculation/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::FormulaSettings::SetForceFullCalculation method +linktitle: SetForceFullCalculation +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormulaSettings::SetForceFullCalculation method. Indicates whether it calculates all formulas every time when a calculation is triggered in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/formulasettings/setforcefullcalculation/ +--- +## FormulaSettings::SetForceFullCalculation method + + +Indicates whether it calculates all formulas every time when a calculation is triggered. + +```cpp +void Aspose::Cells::FormulaSettings::SetForceFullCalculation(bool value) +``` + +## Remarks + + +This property is only for saving the settings to resultant spreadsheet file so that other applications(such as ms excel) may act accordingly when loading and manipulating the resultant file. For performance consideration for most users' applications, we do not calculate any formula in the workbook automatically, no matter what value has been set for this property. +## See Also + +* Class [Vector](../../vector/) +* Class [FormulaSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formulasettings/setmaxchange/_index.md b/spanish/cpp/aspose.cells/formulasettings/setmaxchange/_index.md new file mode 100644 index 00000000000..ae8b0054814 --- /dev/null +++ b/spanish/cpp/aspose.cells/formulasettings/setmaxchange/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FormulaSettings::SetMaxChange method +linktitle: SetMaxChange +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormulaSettings::SetMaxChange method. The maximum change to resolve a circular reference in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells/formulasettings/setmaxchange/ +--- +## FormulaSettings::SetMaxChange method + + +The maximum change to resolve a circular reference. + +```cpp +void Aspose::Cells::FormulaSettings::SetMaxChange(double value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FormulaSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formulasettings/setmaxiteration/_index.md b/spanish/cpp/aspose.cells/formulasettings/setmaxiteration/_index.md new file mode 100644 index 00000000000..69cb871493f --- /dev/null +++ b/spanish/cpp/aspose.cells/formulasettings/setmaxiteration/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FormulaSettings::SetMaxIteration method +linktitle: SetMaxIteration +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormulaSettings::SetMaxIteration method. The maximum iterations to resolve a circular reference in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells/formulasettings/setmaxiteration/ +--- +## FormulaSettings::SetMaxIteration method + + +The maximum iterations to resolve a circular reference. + +```cpp +void Aspose::Cells::FormulaSettings::SetMaxIteration(int32_t value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FormulaSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formulasettings/setprecisionasdisplayed/_index.md b/spanish/cpp/aspose.cells/formulasettings/setprecisionasdisplayed/_index.md new file mode 100644 index 00000000000..0adeb4910ef --- /dev/null +++ b/spanish/cpp/aspose.cells/formulasettings/setprecisionasdisplayed/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::FormulaSettings::SetPrecisionAsDisplayed method +linktitle: SetPrecisionAsDisplayed +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormulaSettings::SetPrecisionAsDisplayed method. Indicates whether the precision of calculated result be set as they are displayed while calculating formulas in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells/formulasettings/setprecisionasdisplayed/ +--- +## FormulaSettings::SetPrecisionAsDisplayed method + + +Indicates whether the precision of calculated result be set as they are displayed while calculating formulas. + +```cpp +void Aspose::Cells::FormulaSettings::SetPrecisionAsDisplayed(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [FormulaSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formulasettings/setpreservepaddingspaces/_index.md b/spanish/cpp/aspose.cells/formulasettings/setpreservepaddingspaces/_index.md new file mode 100644 index 00000000000..52aac7285b0 --- /dev/null +++ b/spanish/cpp/aspose.cells/formulasettings/setpreservepaddingspaces/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::FormulaSettings::SetPreservePaddingSpaces method +linktitle: SetPreservePaddingSpaces +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormulaSettings::SetPreservePaddingSpaces method. Indicates whether to preserve those spaces and line breaks that are padded between formula tokens while getting and setting formulas. Default value is false in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells/formulasettings/setpreservepaddingspaces/ +--- +## FormulaSettings::SetPreservePaddingSpaces method + + +Indicates whether to preserve those spaces and line breaks that are padded between formula tokens while getting and setting formulas. Default value is false. + +```cpp +void Aspose::Cells::FormulaSettings::SetPreservePaddingSpaces(bool value) +``` + +## Remarks + + +Generally those spaces and line breaks are jsut for visual purpose, Preserving them or not does not affect the calculated result. For performance consideration, if there is no special requirement, it is better not to preserve them while processing formulas. +## See Also + +* Class [Vector](../../vector/) +* Class [FormulaSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/formulasettings/~formulasettings/_index.md b/spanish/cpp/aspose.cells/formulasettings/~formulasettings/_index.md new file mode 100644 index 00000000000..a65e7a0b814 --- /dev/null +++ b/spanish/cpp/aspose.cells/formulasettings/~formulasettings/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::FormulaSettings::~FormulaSettings method +linktitle: ~FormulaSettings +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::FormulaSettings::~FormulaSettings method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/formulasettings/~formulasettings/ +--- +## FormulaSettings::~FormulaSettings method + + +Destructor. + +```cpp +Aspose::Cells::FormulaSettings::~FormulaSettings() +``` + +## See Also + +* Class [FormulaSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/globalizationsettings/_impl/_index.md b/spanish/cpp/aspose.cells/globalizationsettings/_impl/_index.md new file mode 100644 index 00000000000..a93f7700e71 --- /dev/null +++ b/spanish/cpp/aspose.cells/globalizationsettings/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::GlobalizationSettings::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::GlobalizationSettings::_impl field. The implementation object in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells/globalizationsettings/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +GlobalizationSettings_Bridge* Aspose::Cells::GlobalizationSettings::_impl +``` + +## See Also + +* Class [GlobalizationSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/globalizationsettings/_index.md b/spanish/cpp/aspose.cells/globalizationsettings/_index.md new file mode 100644 index 00000000000..18252656fd6 --- /dev/null +++ b/spanish/cpp/aspose.cells/globalizationsettings/_index.md @@ -0,0 +1,68 @@ +--- +title: Aspose::Cells::GlobalizationSettings class +linktitle: GlobalizationSettings +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::GlobalizationSettings class. Represents the globalization settings in C++.' +type: docs +weight: 7600 +url: /es/cpp/aspose.cells/globalizationsettings/ +--- +## GlobalizationSettings class + + +Represents the globalization settings. + +```cpp +class GlobalizationSettings +``` + +## Methods + +| Method | Description | +| --- | --- | +| virtual [Compare(const U16String\& v1, const U16String\& v2, bool ignoreCase)](./compare/) | Compares two string values according to certain collation rules. | +| virtual [Compare(const char16_t* v1, const char16_t* v2, bool ignoreCase)](./compare/) | Compares two string values according to certain collation rules. | +| virtual [GetBooleanValueString(bool bv)](./getbooleanvaluestring/) | Gets the display string value for cell's boolean value. | +| [GetChartSettings()](./getchartsettings/) | Gets the globalization settings for Chart. | +| virtual [GetColumnSeparatorOfFormulaArray()](./getcolumnseparatorofformulaarray/) | Gets the separator for the items in array's row data in formula. | +| virtual [GetCommentTitleName(CommentTitleType type)](./getcommenttitlename/) | Gets the locale dependent comment title name according to comment title type. | +| virtual [GetDefaultSheetName()](./getdefaultsheetname/) | Gets the default sheet name for adding worksheet automatically. Default is "Sheet". | +| virtual [GetErrorValueString(const U16String\& err)](./geterrorvaluestring/) | Gets the display string value for cell's error value. | +| virtual [GetErrorValueString(const char16_t* err)](./geterrorvaluestring/) | Gets the display string value for cell's error value. | +| virtual [GetGrandTotalName(ConsolidationFunction functionType)](./getgrandtotalname/) | Gets the grand total name of the function. | +| virtual [GetListSeparator()](./getlistseparator/) | Gets the separator for list, parameters of function, ...etc. | +| virtual [GetLocalBuiltInName(const U16String\& standardName)](./getlocalbuiltinname/) | Gets the locale dependent text for built-in [Name](../name/) according to given standard text. | +| virtual [GetLocalBuiltInName(const char16_t* standardName)](./getlocalbuiltinname/) | Gets the locale dependent text for built-in [Name](../name/) according to given standard text. | +| virtual [GetLocalFunctionName(const U16String\& standardName)](./getlocalfunctionname/) | Gets the locale dependent function name according to given standard function name. | +| virtual [GetLocalFunctionName(const char16_t* standardName)](./getlocalfunctionname/) | Gets the locale dependent function name according to given standard function name. | +| [GetPivotSettings()](./getpivotsettings/) | Gets the globalization settings for pivot table. | +| virtual [GetRowSeparatorOfFormulaArray()](./getrowseparatorofformulaarray/) | Gets the separator for rows in array data in formula. | +| virtual [GetStandardBuiltInName(const U16String\& localName)](./getstandardbuiltinname/) | Gets the standard text of built-in [Name](../name/) according to given locale dependent text. | +| virtual [GetStandardBuiltInName(const char16_t* localName)](./getstandardbuiltinname/) | Gets the standard text of built-in [Name](../name/) according to given locale dependent text. | +| virtual [GetStandardFunctionName(const U16String\& localName)](./getstandardfunctionname/) | Gets the standard function name according to given locale dependent function name. | +| virtual [GetStandardFunctionName(const char16_t* localName)](./getstandardfunctionname/) | Gets the standard function name according to given locale dependent function name. | +| virtual [GetStandardHeaderFooterFontStyleName(const U16String\& localfontStyleName)](./getstandardheaderfooterfontstylename/) | Gets standard English font style name(Regular, Bold, Italic) for Header/Footer according to given locale font style name. | +| virtual [GetStandardHeaderFooterFontStyleName(const char16_t* localfontStyleName)](./getstandardheaderfooterfontstylename/) | Gets standard English font style name(Regular, Bold, Italic) for Header/Footer according to given locale font style name. | +| virtual [GetTableRowTypeOfAll()](./gettablerowtypeofall/) | Gets the type name of table rows that consists of all rows in referenced table. Default is "All", so in formula "#All" represents all rows in referenced table. | +| virtual [GetTableRowTypeOfCurrent()](./gettablerowtypeofcurrent/) | Gets the type name of table rows that consists of the current row in referenced table. Default is "This Row", so in formula "#This Row" represents the current row in referenced table. | +| virtual [GetTableRowTypeOfData()](./gettablerowtypeofdata/) | Gets the type name of table rows that consists of data region of referenced table. Default is "Data", so in formula "#Data" represents the data region of the table. | +| virtual [GetTableRowTypeOfHeaders()](./gettablerowtypeofheaders/) | Gets the type name of table rows that consists of the table header. Default is "Headers", so in formula "#Headers" represents the table header. | +| virtual [GetTableRowTypeOfTotals()](./gettablerowtypeoftotals/) | Gets the type name of table rows that consists of the total row of referenced table. Default is "Totals", so in formula "#Totals" represents the total row of referenced table. | +| virtual [GetTotalName(ConsolidationFunction functionType)](./gettotalname/) | Gets the total name of the function. | +| [GlobalizationSettings()](./globalizationsettings/) | Default constructor. | +| [GlobalizationSettings(const GlobalizationSettings\& src)](./globalizationsettings/) | | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const GlobalizationSettings\& src)](./operator_asm/) | | +| [SetChartSettings(ChartGlobalizationSettings* value)](./setchartsettings/) | Sets the globalization settings for Chart. | +| [SetPivotSettings(PivotGlobalizationSettings* value)](./setpivotsettings/) | Sets the globalization settings for pivot table. | +| [~GlobalizationSettings()](./~globalizationsettings/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/globalizationsettings/compare/_index.md b/spanish/cpp/aspose.cells/globalizationsettings/compare/_index.md new file mode 100644 index 00000000000..4dd3ef34a4e --- /dev/null +++ b/spanish/cpp/aspose.cells/globalizationsettings/compare/_index.md @@ -0,0 +1,62 @@ +--- +title: Aspose::Cells::GlobalizationSettings::Compare method +linktitle: Compare +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::GlobalizationSettings::Compare method. Compares two string values according to certain collation rules in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells/globalizationsettings/compare/ +--- +## GlobalizationSettings::Compare(const U16String\&, const U16String\&, bool) method + + +Compares two string values according to certain collation rules. + +```cpp +virtual int32_t Aspose::Cells::GlobalizationSettings::Compare(const U16String &v1, const U16String &v2, bool ignoreCase) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| v1 | const U16String\& | the first string | +| v2 | const U16String\& | the second string | +| ignoreCase | bool | whether ignore case when comparing values | + +## ReturnValue + +Integer that indicates the lexical relationship between the two comparands + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [GlobalizationSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## GlobalizationSettings::Compare(const char16_t*, const char16_t*, bool) method + + +Compares two string values according to certain collation rules. + +```cpp +virtual int32_t Aspose::Cells::GlobalizationSettings::Compare(const char16_t *v1, const char16_t *v2, bool ignoreCase) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| v1 | const char16_t* | the first string | +| v2 | const char16_t* | the second string | +| ignoreCase | bool | whether ignore case when comparing values | + +## ReturnValue + +Integer that indicates the lexical relationship between the two comparands + +## See Also + +* Class [Vector](../../vector/) +* Class [GlobalizationSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/globalizationsettings/getbooleanvaluestring/_index.md b/spanish/cpp/aspose.cells/globalizationsettings/getbooleanvaluestring/_index.md new file mode 100644 index 00000000000..0a85ab8eded --- /dev/null +++ b/spanish/cpp/aspose.cells/globalizationsettings/getbooleanvaluestring/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::GlobalizationSettings::GetBooleanValueString method +linktitle: GetBooleanValueString +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::GlobalizationSettings::GetBooleanValueString method. Gets the display string value for cell''s boolean value in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells/globalizationsettings/getbooleanvaluestring/ +--- +## GlobalizationSettings::GetBooleanValueString method + + +Gets the display string value for cell's boolean value. + +```cpp +virtual U16String Aspose::Cells::GlobalizationSettings::GetBooleanValueString(bool bv) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| bv | bool | boolean value | + +## ReturnValue + +By default returns "TRUE" for true value and "FALSE" for false value. + +## See Also + +* Class [U16String](../../u16string/) +* Class [Vector](../../vector/) +* Class [GlobalizationSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/globalizationsettings/getchartsettings/_index.md b/spanish/cpp/aspose.cells/globalizationsettings/getchartsettings/_index.md new file mode 100644 index 00000000000..31d00a94dc6 --- /dev/null +++ b/spanish/cpp/aspose.cells/globalizationsettings/getchartsettings/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::GlobalizationSettings::GetChartSettings method +linktitle: GetChartSettings +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::GlobalizationSettings::GetChartSettings method. Gets the globalization settings for Chart in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/globalizationsettings/getchartsettings/ +--- +## GlobalizationSettings::GetChartSettings method + + +Gets the globalization settings for Chart. + +```cpp +ChartGlobalizationSettings * Aspose::Cells::GlobalizationSettings::GetChartSettings() +``` + +## See Also + +* Class [ChartGlobalizationSettings](../../../aspose.cells.charts/chartglobalizationsettings/) +* Class [GlobalizationSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/globalizationsettings/getcolumnseparatorofformulaarray/_index.md b/spanish/cpp/aspose.cells/globalizationsettings/getcolumnseparatorofformulaarray/_index.md new file mode 100644 index 00000000000..5ed429a9a0e --- /dev/null +++ b/spanish/cpp/aspose.cells/globalizationsettings/getcolumnseparatorofformulaarray/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::GlobalizationSettings::GetColumnSeparatorOfFormulaArray method +linktitle: GetColumnSeparatorOfFormulaArray +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::GlobalizationSettings::GetColumnSeparatorOfFormulaArray method. Gets the separator for the items in array''s row data in formula in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells/globalizationsettings/getcolumnseparatorofformulaarray/ +--- +## GlobalizationSettings::GetColumnSeparatorOfFormulaArray method + + +Gets the separator for the items in array's row data in formula. + +```cpp +virtual char16_t Aspose::Cells::GlobalizationSettings::GetColumnSeparatorOfFormulaArray() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [GlobalizationSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/globalizationsettings/getcommenttitlename/_index.md b/spanish/cpp/aspose.cells/globalizationsettings/getcommenttitlename/_index.md new file mode 100644 index 00000000000..064e63d2a05 --- /dev/null +++ b/spanish/cpp/aspose.cells/globalizationsettings/getcommenttitlename/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::GlobalizationSettings::GetCommentTitleName method +linktitle: GetCommentTitleName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::GlobalizationSettings::GetCommentTitleName method. Gets the locale dependent comment title name according to comment title type in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells/globalizationsettings/getcommenttitlename/ +--- +## GlobalizationSettings::GetCommentTitleName method + + +Gets the locale dependent comment title name according to comment title type. + +```cpp +virtual U16String Aspose::Cells::GlobalizationSettings::GetCommentTitleName(CommentTitleType type) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| type | CommentTitleType | | + +## See Also + +* Class [U16String](../../u16string/) +* Enum [CommentTitleType](../../../aspose.cells.rendering/commenttitletype/) +* Class [GlobalizationSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/globalizationsettings/getdefaultsheetname/_index.md b/spanish/cpp/aspose.cells/globalizationsettings/getdefaultsheetname/_index.md new file mode 100644 index 00000000000..a52d1d2a386 --- /dev/null +++ b/spanish/cpp/aspose.cells/globalizationsettings/getdefaultsheetname/_index.md @@ -0,0 +1,33 @@ +--- +title: Aspose::Cells::GlobalizationSettings::GetDefaultSheetName method +linktitle: GetDefaultSheetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::GlobalizationSettings::GetDefaultSheetName method. Gets the default sheet name for adding worksheet automatically. Default is "Sheet" in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/globalizationsettings/getdefaultsheetname/ +--- +## GlobalizationSettings::GetDefaultSheetName method + + +Gets the default sheet name for adding worksheet automatically. Default is "Sheet". + +```cpp +virtual U16String Aspose::Cells::GlobalizationSettings::GetDefaultSheetName() +``` + + +## ReturnValue + +the default sheet name for adding worksheet automatically +## Remarks + + + +The automatically added(such as by [WorksheetCollection.Add()](../../worksheetcollection/add/)) sheet's name will be the specified name plus sequence number. For example, for Germany user maybe wants the sheet name to be "Tabellenblatt2" instead of "Sheet2". Then user may implement this method to return "Tabellenblatt". +## See Also + +* Class [U16String](../../u16string/) +* Class [GlobalizationSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/globalizationsettings/geterrorvaluestring/_index.md b/spanish/cpp/aspose.cells/globalizationsettings/geterrorvaluestring/_index.md new file mode 100644 index 00000000000..9e88646e38f --- /dev/null +++ b/spanish/cpp/aspose.cells/globalizationsettings/geterrorvaluestring/_index.md @@ -0,0 +1,59 @@ +--- +title: Aspose::Cells::GlobalizationSettings::GetErrorValueString method +linktitle: GetErrorValueString +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::GlobalizationSettings::GetErrorValueString method. Gets the display string value for cell''s error value in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells/globalizationsettings/geterrorvaluestring/ +--- +## GlobalizationSettings::GetErrorValueString(const U16String\&) method + + +Gets the display string value for cell's error value. + +```cpp +virtual U16String Aspose::Cells::GlobalizationSettings::GetErrorValueString(const U16String &err) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| err | const U16String\& | error values such as #VALUE!,#NAME? | + +## ReturnValue + +By default returns the error value itself + +## See Also + +* Class [U16String](../../u16string/) +* Class [Vector](../../vector/) +* Class [GlobalizationSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## GlobalizationSettings::GetErrorValueString(const char16_t*) method + + +Gets the display string value for cell's error value. + +```cpp +virtual U16String Aspose::Cells::GlobalizationSettings::GetErrorValueString(const char16_t *err) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| err | const char16_t* | error values such as #VALUE!,#NAME? | + +## ReturnValue + +By default returns the error value itself + +## See Also + +* Class [U16String](../../u16string/) +* Class [Vector](../../vector/) +* Class [GlobalizationSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/globalizationsettings/getgrandtotalname/_index.md b/spanish/cpp/aspose.cells/globalizationsettings/getgrandtotalname/_index.md new file mode 100644 index 00000000000..15f5acd4e9b --- /dev/null +++ b/spanish/cpp/aspose.cells/globalizationsettings/getgrandtotalname/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::GlobalizationSettings::GetGrandTotalName method +linktitle: GetGrandTotalName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::GlobalizationSettings::GetGrandTotalName method. Gets the grand total name of the function in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/globalizationsettings/getgrandtotalname/ +--- +## GlobalizationSettings::GetGrandTotalName method + + +Gets the grand total name of the function. + +```cpp +virtual U16String Aspose::Cells::GlobalizationSettings::GetGrandTotalName(ConsolidationFunction functionType) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| functionType | ConsolidationFunction | The function type. | + +## ReturnValue + +The grand total name of the function. + +## See Also + +* Class [U16String](../../u16string/) +* Enum [ConsolidationFunction](../../consolidationfunction/) +* Class [GlobalizationSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/globalizationsettings/getlistseparator/_index.md b/spanish/cpp/aspose.cells/globalizationsettings/getlistseparator/_index.md new file mode 100644 index 00000000000..c23792bdf23 --- /dev/null +++ b/spanish/cpp/aspose.cells/globalizationsettings/getlistseparator/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::GlobalizationSettings::GetListSeparator method +linktitle: GetListSeparator +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::GlobalizationSettings::GetListSeparator method. Gets the separator for list, parameters of function, ...etc in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells/globalizationsettings/getlistseparator/ +--- +## GlobalizationSettings::GetListSeparator method + + +Gets the separator for list, parameters of function, ...etc. + +```cpp +virtual char16_t Aspose::Cells::GlobalizationSettings::GetListSeparator() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [GlobalizationSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/globalizationsettings/getlocalbuiltinname/_index.md b/spanish/cpp/aspose.cells/globalizationsettings/getlocalbuiltinname/_index.md new file mode 100644 index 00000000000..c28e9487f99 --- /dev/null +++ b/spanish/cpp/aspose.cells/globalizationsettings/getlocalbuiltinname/_index.md @@ -0,0 +1,59 @@ +--- +title: Aspose::Cells::GlobalizationSettings::GetLocalBuiltInName method +linktitle: GetLocalBuiltInName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::GlobalizationSettings::GetLocalBuiltInName method. Gets the locale dependent text for built-in Name according to given standard text in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells/globalizationsettings/getlocalbuiltinname/ +--- +## GlobalizationSettings::GetLocalBuiltInName(const U16String\&) method + + +Gets the locale dependent text for built-in [Name](../../name/) according to given standard text. + +```cpp +virtual U16String Aspose::Cells::GlobalizationSettings::GetLocalBuiltInName(const U16String &standardName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| standardName | const U16String\& | Standard(en-US locale) text of built-in [Name](../../name/). | + +## ReturnValue + +Locale dependent text. The locale was specified by the [Workbook](../../workbook/) for which this settings is used. + +## See Also + +* Class [U16String](../../u16string/) +* Class [Vector](../../vector/) +* Class [GlobalizationSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## GlobalizationSettings::GetLocalBuiltInName(const char16_t*) method + + +Gets the locale dependent text for built-in [Name](../../name/) according to given standard text. + +```cpp +virtual U16String Aspose::Cells::GlobalizationSettings::GetLocalBuiltInName(const char16_t *standardName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| standardName | const char16_t* | Standard(en-US locale) text of built-in [Name](../../name/). | + +## ReturnValue + +Locale dependent text. The locale was specified by the [Workbook](../../workbook/) for which this settings is used. + +## See Also + +* Class [U16String](../../u16string/) +* Class [Vector](../../vector/) +* Class [GlobalizationSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/globalizationsettings/getlocalfunctionname/_index.md b/spanish/cpp/aspose.cells/globalizationsettings/getlocalfunctionname/_index.md new file mode 100644 index 00000000000..6b9f2faefaf --- /dev/null +++ b/spanish/cpp/aspose.cells/globalizationsettings/getlocalfunctionname/_index.md @@ -0,0 +1,59 @@ +--- +title: Aspose::Cells::GlobalizationSettings::GetLocalFunctionName method +linktitle: GetLocalFunctionName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::GlobalizationSettings::GetLocalFunctionName method. Gets the locale dependent function name according to given standard function name in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells/globalizationsettings/getlocalfunctionname/ +--- +## GlobalizationSettings::GetLocalFunctionName(const U16String\&) method + + +Gets the locale dependent function name according to given standard function name. + +```cpp +virtual U16String Aspose::Cells::GlobalizationSettings::GetLocalFunctionName(const U16String &standardName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| standardName | const U16String\& | Standard(en-US locale) function name. | + +## ReturnValue + +Locale dependent function name. The locale was specified by the [Workbook](../../workbook/) for which this settings is used. + +## See Also + +* Class [U16String](../../u16string/) +* Class [Vector](../../vector/) +* Class [GlobalizationSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## GlobalizationSettings::GetLocalFunctionName(const char16_t*) method + + +Gets the locale dependent function name according to given standard function name. + +```cpp +virtual U16String Aspose::Cells::GlobalizationSettings::GetLocalFunctionName(const char16_t *standardName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| standardName | const char16_t* | Standard(en-US locale) function name. | + +## ReturnValue + +Locale dependent function name. The locale was specified by the [Workbook](../../workbook/) for which this settings is used. + +## See Also + +* Class [U16String](../../u16string/) +* Class [Vector](../../vector/) +* Class [GlobalizationSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/globalizationsettings/getpivotsettings/_index.md b/spanish/cpp/aspose.cells/globalizationsettings/getpivotsettings/_index.md new file mode 100644 index 00000000000..e3f0e87705a --- /dev/null +++ b/spanish/cpp/aspose.cells/globalizationsettings/getpivotsettings/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::GlobalizationSettings::GetPivotSettings method +linktitle: GetPivotSettings +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::GlobalizationSettings::GetPivotSettings method. Gets the globalization settings for pivot table in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/globalizationsettings/getpivotsettings/ +--- +## GlobalizationSettings::GetPivotSettings method + + +Gets the globalization settings for pivot table. + +```cpp +PivotGlobalizationSettings * Aspose::Cells::GlobalizationSettings::GetPivotSettings() +``` + +## See Also + +* Class [PivotGlobalizationSettings](../../../aspose.cells.settings/pivotglobalizationsettings/) +* Class [GlobalizationSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/globalizationsettings/getrowseparatorofformulaarray/_index.md b/spanish/cpp/aspose.cells/globalizationsettings/getrowseparatorofformulaarray/_index.md new file mode 100644 index 00000000000..17ec2f9a038 --- /dev/null +++ b/spanish/cpp/aspose.cells/globalizationsettings/getrowseparatorofformulaarray/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::GlobalizationSettings::GetRowSeparatorOfFormulaArray method +linktitle: GetRowSeparatorOfFormulaArray +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::GlobalizationSettings::GetRowSeparatorOfFormulaArray method. Gets the separator for rows in array data in formula in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells/globalizationsettings/getrowseparatorofformulaarray/ +--- +## GlobalizationSettings::GetRowSeparatorOfFormulaArray method + + +Gets the separator for rows in array data in formula. + +```cpp +virtual char16_t Aspose::Cells::GlobalizationSettings::GetRowSeparatorOfFormulaArray() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [GlobalizationSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/globalizationsettings/getstandardbuiltinname/_index.md b/spanish/cpp/aspose.cells/globalizationsettings/getstandardbuiltinname/_index.md new file mode 100644 index 00000000000..e7f05e20389 --- /dev/null +++ b/spanish/cpp/aspose.cells/globalizationsettings/getstandardbuiltinname/_index.md @@ -0,0 +1,59 @@ +--- +title: Aspose::Cells::GlobalizationSettings::GetStandardBuiltInName method +linktitle: GetStandardBuiltInName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::GlobalizationSettings::GetStandardBuiltInName method. Gets the standard text of built-in Name according to given locale dependent text in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells/globalizationsettings/getstandardbuiltinname/ +--- +## GlobalizationSettings::GetStandardBuiltInName(const U16String\&) method + + +Gets the standard text of built-in [Name](../../name/) according to given locale dependent text. + +```cpp +virtual U16String Aspose::Cells::GlobalizationSettings::GetStandardBuiltInName(const U16String &localName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| localName | const U16String\& | Locale dependent text of built-in [Name](../../name/). The locale was specified by the [Workbook](../../workbook/) for which this settings is used. | + +## ReturnValue + +Standard(en-US locale) text. + +## See Also + +* Class [U16String](../../u16string/) +* Class [Vector](../../vector/) +* Class [GlobalizationSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## GlobalizationSettings::GetStandardBuiltInName(const char16_t*) method + + +Gets the standard text of built-in [Name](../../name/) according to given locale dependent text. + +```cpp +virtual U16String Aspose::Cells::GlobalizationSettings::GetStandardBuiltInName(const char16_t *localName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| localName | const char16_t* | Locale dependent text of built-in [Name](../../name/). The locale was specified by the [Workbook](../../workbook/) for which this settings is used. | + +## ReturnValue + +Standard(en-US locale) text. + +## See Also + +* Class [U16String](../../u16string/) +* Class [Vector](../../vector/) +* Class [GlobalizationSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/globalizationsettings/getstandardfunctionname/_index.md b/spanish/cpp/aspose.cells/globalizationsettings/getstandardfunctionname/_index.md new file mode 100644 index 00000000000..6a41a3d1722 --- /dev/null +++ b/spanish/cpp/aspose.cells/globalizationsettings/getstandardfunctionname/_index.md @@ -0,0 +1,51 @@ +--- +title: Aspose::Cells::GlobalizationSettings::GetStandardFunctionName method +linktitle: GetStandardFunctionName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::GlobalizationSettings::GetStandardFunctionName method. Gets the standard function name according to given locale dependent function name in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells/globalizationsettings/getstandardfunctionname/ +--- +## GlobalizationSettings::GetStandardFunctionName(const U16String\&) method + + +Gets the standard function name according to given locale dependent function name. + +```cpp +virtual U16String Aspose::Cells::GlobalizationSettings::GetStandardFunctionName(const U16String &localName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| localName | const U16String\& | Locale dependent function name. The locale was specified by the [Workbook](../../workbook/) for which this settings is used. | + +## See Also + +* Class [U16String](../../u16string/) +* Class [Vector](../../vector/) +* Class [GlobalizationSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## GlobalizationSettings::GetStandardFunctionName(const char16_t*) method + + +Gets the standard function name according to given locale dependent function name. + +```cpp +virtual U16String Aspose::Cells::GlobalizationSettings::GetStandardFunctionName(const char16_t *localName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| localName | const char16_t* | Locale dependent function name. The locale was specified by the [Workbook](../../workbook/) for which this settings is used. | + +## See Also + +* Class [U16String](../../u16string/) +* Class [Vector](../../vector/) +* Class [GlobalizationSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/globalizationsettings/getstandardheaderfooterfontstylename/_index.md b/spanish/cpp/aspose.cells/globalizationsettings/getstandardheaderfooterfontstylename/_index.md new file mode 100644 index 00000000000..8a32034a61e --- /dev/null +++ b/spanish/cpp/aspose.cells/globalizationsettings/getstandardheaderfooterfontstylename/_index.md @@ -0,0 +1,59 @@ +--- +title: Aspose::Cells::GlobalizationSettings::GetStandardHeaderFooterFontStyleName method +linktitle: GetStandardHeaderFooterFontStyleName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::GlobalizationSettings::GetStandardHeaderFooterFontStyleName method. Gets standard English font style name(Regular, Bold, Italic) for Header/Footer according to given locale font style name in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells/globalizationsettings/getstandardheaderfooterfontstylename/ +--- +## GlobalizationSettings::GetStandardHeaderFooterFontStyleName(const U16String\&) method + + +Gets standard English font style name(Regular, Bold, Italic) for Header/Footer according to given locale font style name. + +```cpp +virtual U16String Aspose::Cells::GlobalizationSettings::GetStandardHeaderFooterFontStyleName(const U16String &localfontStyleName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| localfontStyleName | const U16String\& | Locale font style name for Header/Footer. | + +## ReturnValue + +Standard English font style name(Regular, Bold, Italic) + +## See Also + +* Class [U16String](../../u16string/) +* Class [Vector](../../vector/) +* Class [GlobalizationSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## GlobalizationSettings::GetStandardHeaderFooterFontStyleName(const char16_t*) method + + +Gets standard English font style name(Regular, Bold, Italic) for Header/Footer according to given locale font style name. + +```cpp +virtual U16String Aspose::Cells::GlobalizationSettings::GetStandardHeaderFooterFontStyleName(const char16_t *localfontStyleName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| localfontStyleName | const char16_t* | Locale font style name for Header/Footer. | + +## ReturnValue + +Standard English font style name(Regular, Bold, Italic) + +## See Also + +* Class [U16String](../../u16string/) +* Class [Vector](../../vector/) +* Class [GlobalizationSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/globalizationsettings/gettablerowtypeofall/_index.md b/spanish/cpp/aspose.cells/globalizationsettings/gettablerowtypeofall/_index.md new file mode 100644 index 00000000000..ae04e418658 --- /dev/null +++ b/spanish/cpp/aspose.cells/globalizationsettings/gettablerowtypeofall/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::GlobalizationSettings::GetTableRowTypeOfAll method +linktitle: GetTableRowTypeOfAll +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::GlobalizationSettings::GetTableRowTypeOfAll method. Gets the type name of table rows that consists of all rows in referenced table. Default is "All", so in formula "#All" represents all rows in referenced table in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells/globalizationsettings/gettablerowtypeofall/ +--- +## GlobalizationSettings::GetTableRowTypeOfAll method + + +Gets the type name of table rows that consists of all rows in referenced table. Default is "All", so in formula "#All" represents all rows in referenced table. + +```cpp +virtual U16String Aspose::Cells::GlobalizationSettings::GetTableRowTypeOfAll() +``` + + +## ReturnValue + +the type name of table rows + +## See Also + +* Class [U16String](../../u16string/) +* Class [GlobalizationSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/globalizationsettings/gettablerowtypeofcurrent/_index.md b/spanish/cpp/aspose.cells/globalizationsettings/gettablerowtypeofcurrent/_index.md new file mode 100644 index 00000000000..8cad3d0875b --- /dev/null +++ b/spanish/cpp/aspose.cells/globalizationsettings/gettablerowtypeofcurrent/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::GlobalizationSettings::GetTableRowTypeOfCurrent method +linktitle: GetTableRowTypeOfCurrent +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::GlobalizationSettings::GetTableRowTypeOfCurrent method. Gets the type name of table rows that consists of the current row in referenced table. Default is "This Row", so in formula "#This Row" represents the current row in referenced table in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells/globalizationsettings/gettablerowtypeofcurrent/ +--- +## GlobalizationSettings::GetTableRowTypeOfCurrent method + + +Gets the type name of table rows that consists of the current row in referenced table. Default is "This Row", so in formula "#This Row" represents the current row in referenced table. + +```cpp +virtual U16String Aspose::Cells::GlobalizationSettings::GetTableRowTypeOfCurrent() +``` + + +## ReturnValue + +the type name of table rows + +## See Also + +* Class [U16String](../../u16string/) +* Class [GlobalizationSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/globalizationsettings/gettablerowtypeofdata/_index.md b/spanish/cpp/aspose.cells/globalizationsettings/gettablerowtypeofdata/_index.md new file mode 100644 index 00000000000..fee87d24c33 --- /dev/null +++ b/spanish/cpp/aspose.cells/globalizationsettings/gettablerowtypeofdata/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::GlobalizationSettings::GetTableRowTypeOfData method +linktitle: GetTableRowTypeOfData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::GlobalizationSettings::GetTableRowTypeOfData method. Gets the type name of table rows that consists of data region of referenced table. Default is "Data", so in formula "#Data" represents the data region of the table in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells/globalizationsettings/gettablerowtypeofdata/ +--- +## GlobalizationSettings::GetTableRowTypeOfData method + + +Gets the type name of table rows that consists of data region of referenced table. Default is "Data", so in formula "#Data" represents the data region of the table. + +```cpp +virtual U16String Aspose::Cells::GlobalizationSettings::GetTableRowTypeOfData() +``` + + +## ReturnValue + +the type name of table rows + +## See Also + +* Class [U16String](../../u16string/) +* Class [GlobalizationSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/globalizationsettings/gettablerowtypeofheaders/_index.md b/spanish/cpp/aspose.cells/globalizationsettings/gettablerowtypeofheaders/_index.md new file mode 100644 index 00000000000..2bd6a184bd0 --- /dev/null +++ b/spanish/cpp/aspose.cells/globalizationsettings/gettablerowtypeofheaders/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::GlobalizationSettings::GetTableRowTypeOfHeaders method +linktitle: GetTableRowTypeOfHeaders +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::GlobalizationSettings::GetTableRowTypeOfHeaders method. Gets the type name of table rows that consists of the table header. Default is "Headers", so in formula "#Headers" represents the table header in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells/globalizationsettings/gettablerowtypeofheaders/ +--- +## GlobalizationSettings::GetTableRowTypeOfHeaders method + + +Gets the type name of table rows that consists of the table header. Default is "Headers", so in formula "#Headers" represents the table header. + +```cpp +virtual U16String Aspose::Cells::GlobalizationSettings::GetTableRowTypeOfHeaders() +``` + + +## ReturnValue + +the type name of table rows + +## See Also + +* Class [U16String](../../u16string/) +* Class [GlobalizationSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/globalizationsettings/gettablerowtypeoftotals/_index.md b/spanish/cpp/aspose.cells/globalizationsettings/gettablerowtypeoftotals/_index.md new file mode 100644 index 00000000000..c944dbd6871 --- /dev/null +++ b/spanish/cpp/aspose.cells/globalizationsettings/gettablerowtypeoftotals/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::GlobalizationSettings::GetTableRowTypeOfTotals method +linktitle: GetTableRowTypeOfTotals +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::GlobalizationSettings::GetTableRowTypeOfTotals method. Gets the type name of table rows that consists of the total row of referenced table. Default is "Totals", so in formula "#Totals" represents the total row of referenced table in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells/globalizationsettings/gettablerowtypeoftotals/ +--- +## GlobalizationSettings::GetTableRowTypeOfTotals method + + +Gets the type name of table rows that consists of the total row of referenced table. Default is "Totals", so in formula "#Totals" represents the total row of referenced table. + +```cpp +virtual U16String Aspose::Cells::GlobalizationSettings::GetTableRowTypeOfTotals() +``` + + +## ReturnValue + +the type name of table rows + +## See Also + +* Class [U16String](../../u16string/) +* Class [GlobalizationSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/globalizationsettings/gettotalname/_index.md b/spanish/cpp/aspose.cells/globalizationsettings/gettotalname/_index.md new file mode 100644 index 00000000000..5448fa91055 --- /dev/null +++ b/spanish/cpp/aspose.cells/globalizationsettings/gettotalname/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::GlobalizationSettings::GetTotalName method +linktitle: GetTotalName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::GlobalizationSettings::GetTotalName method. Gets the total name of the function in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/globalizationsettings/gettotalname/ +--- +## GlobalizationSettings::GetTotalName method + + +Gets the total name of the function. + +```cpp +virtual U16String Aspose::Cells::GlobalizationSettings::GetTotalName(ConsolidationFunction functionType) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| functionType | ConsolidationFunction | The function type. | + +## ReturnValue + +The total name of the function. + +## See Also + +* Class [U16String](../../u16string/) +* Enum [ConsolidationFunction](../../consolidationfunction/) +* Class [GlobalizationSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/globalizationsettings/globalizationsettings/_index.md b/spanish/cpp/aspose.cells/globalizationsettings/globalizationsettings/_index.md new file mode 100644 index 00000000000..9ac5a476c5d --- /dev/null +++ b/spanish/cpp/aspose.cells/globalizationsettings/globalizationsettings/_index.md @@ -0,0 +1,39 @@ +--- +title: Aspose::Cells::GlobalizationSettings::GlobalizationSettings constructor +linktitle: GlobalizationSettings +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::GlobalizationSettings::GlobalizationSettings constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/globalizationsettings/globalizationsettings/ +--- +## GlobalizationSettings::GlobalizationSettings() constructor + + +Default constructor. + +```cpp +Aspose::Cells::GlobalizationSettings::GlobalizationSettings() +``` + +## See Also + +* Class [GlobalizationSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## GlobalizationSettings::GlobalizationSettings(const GlobalizationSettings\&) constructor + + + + +```cpp +Aspose::Cells::GlobalizationSettings::GlobalizationSettings(const GlobalizationSettings &src)=delete +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [GlobalizationSettings](../) +* Class [GlobalizationSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/globalizationsettings/isnull/_index.md b/spanish/cpp/aspose.cells/globalizationsettings/isnull/_index.md new file mode 100644 index 00000000000..b6e6a87bcab --- /dev/null +++ b/spanish/cpp/aspose.cells/globalizationsettings/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::GlobalizationSettings::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::GlobalizationSettings::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/globalizationsettings/isnull/ +--- +## GlobalizationSettings::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::GlobalizationSettings::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [GlobalizationSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/globalizationsettings/operator_asm/_index.md b/spanish/cpp/aspose.cells/globalizationsettings/operator_asm/_index.md new file mode 100644 index 00000000000..d051d63913f --- /dev/null +++ b/spanish/cpp/aspose.cells/globalizationsettings/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::GlobalizationSettings::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'How to use operator= method of Aspose::Cells::GlobalizationSettings class in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/globalizationsettings/operator_asm/ +--- +## GlobalizationSettings::operator= method + + + + +```cpp +GlobalizationSettings & Aspose::Cells::GlobalizationSettings::operator=(const GlobalizationSettings &src)=delete +``` + +## See Also + +* Class [GlobalizationSettings](../) +* Class [Vector](../../vector/) +* Class [GlobalizationSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/globalizationsettings/operator_bool/_index.md b/spanish/cpp/aspose.cells/globalizationsettings/operator_bool/_index.md new file mode 100644 index 00000000000..c9c8740b7f0 --- /dev/null +++ b/spanish/cpp/aspose.cells/globalizationsettings/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::GlobalizationSettings::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::GlobalizationSettings::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/globalizationsettings/operator_bool/ +--- +## GlobalizationSettings::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::GlobalizationSettings::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [GlobalizationSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/globalizationsettings/setchartsettings/_index.md b/spanish/cpp/aspose.cells/globalizationsettings/setchartsettings/_index.md new file mode 100644 index 00000000000..483c1f282a6 --- /dev/null +++ b/spanish/cpp/aspose.cells/globalizationsettings/setchartsettings/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::GlobalizationSettings::SetChartSettings method +linktitle: SetChartSettings +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::GlobalizationSettings::SetChartSettings method. Sets the globalization settings for Chart in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/globalizationsettings/setchartsettings/ +--- +## GlobalizationSettings::SetChartSettings method + + +Sets the globalization settings for Chart. + +```cpp +void Aspose::Cells::GlobalizationSettings::SetChartSettings(ChartGlobalizationSettings *value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ChartGlobalizationSettings](../../../aspose.cells.charts/chartglobalizationsettings/) +* Class [GlobalizationSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/globalizationsettings/setpivotsettings/_index.md b/spanish/cpp/aspose.cells/globalizationsettings/setpivotsettings/_index.md new file mode 100644 index 00000000000..764c46f73b4 --- /dev/null +++ b/spanish/cpp/aspose.cells/globalizationsettings/setpivotsettings/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::GlobalizationSettings::SetPivotSettings method +linktitle: SetPivotSettings +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::GlobalizationSettings::SetPivotSettings method. Sets the globalization settings for pivot table in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/globalizationsettings/setpivotsettings/ +--- +## GlobalizationSettings::SetPivotSettings method + + +Sets the globalization settings for pivot table. + +```cpp +void Aspose::Cells::GlobalizationSettings::SetPivotSettings(PivotGlobalizationSettings *value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [PivotGlobalizationSettings](../../../aspose.cells.settings/pivotglobalizationsettings/) +* Class [GlobalizationSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/globalizationsettings/~globalizationsettings/_index.md b/spanish/cpp/aspose.cells/globalizationsettings/~globalizationsettings/_index.md new file mode 100644 index 00000000000..5af72ded1ed --- /dev/null +++ b/spanish/cpp/aspose.cells/globalizationsettings/~globalizationsettings/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::GlobalizationSettings::~GlobalizationSettings method +linktitle: ~GlobalizationSettings +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::GlobalizationSettings::~GlobalizationSettings method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/globalizationsettings/~globalizationsettings/ +--- +## GlobalizationSettings::~GlobalizationSettings method + + +Destructor. + +```cpp +Aspose::Cells::GlobalizationSettings::~GlobalizationSettings() +``` + +## See Also + +* Class [GlobalizationSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/gridlinetype/_index.md b/spanish/cpp/aspose.cells/gridlinetype/_index.md new file mode 100644 index 00000000000..33428947ead --- /dev/null +++ b/spanish/cpp/aspose.cells/gridlinetype/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::GridlineType enum +linktitle: GridlineType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::GridlineType enum. Enumerates grid line Type in C++.' +type: docs +weight: 22100 +url: /es/cpp/aspose.cells/gridlinetype/ +--- +## GridlineType enum + + +Enumerates grid line Type. + +```cpp +enum class GridlineType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Dotted | 0 |
Represents dotted line. | +| Hair | 1 |
Represents hair line. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/headerfootercommand/_impl/_index.md b/spanish/cpp/aspose.cells/headerfootercommand/_impl/_index.md new file mode 100644 index 00000000000..cfe249040e7 --- /dev/null +++ b/spanish/cpp/aspose.cells/headerfootercommand/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::HeaderFooterCommand::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HeaderFooterCommand::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/headerfootercommand/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +HeaderFooterCommand_Impl* Aspose::Cells::HeaderFooterCommand::_impl +``` + +## See Also + +* Class [HeaderFooterCommand](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/headerfootercommand/_index.md b/spanish/cpp/aspose.cells/headerfootercommand/_index.md new file mode 100644 index 00000000000..5eb7d4d2b23 --- /dev/null +++ b/spanish/cpp/aspose.cells/headerfootercommand/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::HeaderFooterCommand class +linktitle: HeaderFooterCommand +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HeaderFooterCommand class. Represents the command of header/footer in C++.' +type: docs +weight: 7700 +url: /es/cpp/aspose.cells/headerfootercommand/ +--- +## HeaderFooterCommand class + + +Represents the command of header/footer. + +```cpp +class HeaderFooterCommand +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetFont()](./getfont/) | Gets the font of the command's value. | +| [GetText()](./gettext/) | Gets the text of the command. | +| [GetType()](./gettype/) | Gets the header/footer' command type . | +| [HeaderFooterCommand(HeaderFooterCommand_Impl* impl)](./headerfootercommand/) | Constructs from an implementation object. | +| [HeaderFooterCommand(const HeaderFooterCommand\& src)](./headerfootercommand/) | Copy constructor. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const HeaderFooterCommand\& src)](./operator_asm/) | operator= | +| [~HeaderFooterCommand()](./~headerfootercommand/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/headerfootercommand/getfont/_index.md b/spanish/cpp/aspose.cells/headerfootercommand/getfont/_index.md new file mode 100644 index 00000000000..7605cbff495 --- /dev/null +++ b/spanish/cpp/aspose.cells/headerfootercommand/getfont/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::HeaderFooterCommand::GetFont method +linktitle: GetFont +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HeaderFooterCommand::GetFont method. Gets the font of the command''s value in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/headerfootercommand/getfont/ +--- +## HeaderFooterCommand::GetFont method + + +Gets the font of the command's value. + +```cpp +Aspose::Cells::Font Aspose::Cells::HeaderFooterCommand::GetFont() +``` + +## Remarks + + +Useless for [HeaderFooterCommandType.Picture](../../headerfootercommandtype/). +## See Also + +* Class [Font](../../font/) +* Class [HeaderFooterCommand](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/headerfootercommand/gettext/_index.md b/spanish/cpp/aspose.cells/headerfootercommand/gettext/_index.md new file mode 100644 index 00000000000..00a03ee0bb2 --- /dev/null +++ b/spanish/cpp/aspose.cells/headerfootercommand/gettext/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::HeaderFooterCommand::GetText method +linktitle: GetText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HeaderFooterCommand::GetText method. Gets the text of the command in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/headerfootercommand/gettext/ +--- +## HeaderFooterCommand::GetText method + + +Gets the text of the command. + +```cpp +U16String Aspose::Cells::HeaderFooterCommand::GetText() +``` + +## Remarks + + +Only valid for [HeaderFooterCommandType.Text](../../headerfootercommandtype/). +## See Also + +* Class [U16String](../../u16string/) +* Class [HeaderFooterCommand](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/headerfootercommand/gettype/_index.md b/spanish/cpp/aspose.cells/headerfootercommand/gettype/_index.md new file mode 100644 index 00000000000..0e4766eb7aa --- /dev/null +++ b/spanish/cpp/aspose.cells/headerfootercommand/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HeaderFooterCommand::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HeaderFooterCommand::GetType method. Gets the header/footer'' command type in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/headerfootercommand/gettype/ +--- +## HeaderFooterCommand::GetType method + + +Gets the header/footer' command type . + +```cpp +HeaderFooterCommandType Aspose::Cells::HeaderFooterCommand::GetType() +``` + +## See Also + +* Enum [HeaderFooterCommandType](../../headerfootercommandtype/) +* Class [HeaderFooterCommand](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/headerfootercommand/headerfootercommand/_index.md b/spanish/cpp/aspose.cells/headerfootercommand/headerfootercommand/_index.md new file mode 100644 index 00000000000..e01fb1321b2 --- /dev/null +++ b/spanish/cpp/aspose.cells/headerfootercommand/headerfootercommand/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::HeaderFooterCommand::HeaderFooterCommand constructor +linktitle: HeaderFooterCommand +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HeaderFooterCommand::HeaderFooterCommand constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/headerfootercommand/headerfootercommand/ +--- +## HeaderFooterCommand::HeaderFooterCommand(HeaderFooterCommand_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::HeaderFooterCommand::HeaderFooterCommand(HeaderFooterCommand_Impl *impl=nullptr) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HeaderFooterCommand](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## HeaderFooterCommand::HeaderFooterCommand(const HeaderFooterCommand\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::HeaderFooterCommand::HeaderFooterCommand(const HeaderFooterCommand &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HeaderFooterCommand](../) +* Class [HeaderFooterCommand](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/headerfootercommand/isnull/_index.md b/spanish/cpp/aspose.cells/headerfootercommand/isnull/_index.md new file mode 100644 index 00000000000..6060d39ba62 --- /dev/null +++ b/spanish/cpp/aspose.cells/headerfootercommand/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::HeaderFooterCommand::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HeaderFooterCommand::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/headerfootercommand/isnull/ +--- +## HeaderFooterCommand::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::HeaderFooterCommand::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [HeaderFooterCommand](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/headerfootercommand/operator_asm/_index.md b/spanish/cpp/aspose.cells/headerfootercommand/operator_asm/_index.md new file mode 100644 index 00000000000..f5d536fe91f --- /dev/null +++ b/spanish/cpp/aspose.cells/headerfootercommand/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::HeaderFooterCommand::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HeaderFooterCommand::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/headerfootercommand/operator_asm/ +--- +## HeaderFooterCommand::operator= method + + +operator= + +```cpp +HeaderFooterCommand & Aspose::Cells::HeaderFooterCommand::operator=(const HeaderFooterCommand &src) +``` + +## See Also + +* Class [HeaderFooterCommand](../) +* Class [Vector](../../vector/) +* Class [HeaderFooterCommand](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/headerfootercommand/operator_bool/_index.md b/spanish/cpp/aspose.cells/headerfootercommand/operator_bool/_index.md new file mode 100644 index 00000000000..d9358f05aee --- /dev/null +++ b/spanish/cpp/aspose.cells/headerfootercommand/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::HeaderFooterCommand::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HeaderFooterCommand::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/headerfootercommand/operator_bool/ +--- +## HeaderFooterCommand::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::HeaderFooterCommand::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [HeaderFooterCommand](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/headerfootercommand/~headerfootercommand/_index.md b/spanish/cpp/aspose.cells/headerfootercommand/~headerfootercommand/_index.md new file mode 100644 index 00000000000..0172dab882e --- /dev/null +++ b/spanish/cpp/aspose.cells/headerfootercommand/~headerfootercommand/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::HeaderFooterCommand::~HeaderFooterCommand method +linktitle: ~HeaderFooterCommand +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HeaderFooterCommand::~HeaderFooterCommand method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/headerfootercommand/~headerfootercommand/ +--- +## HeaderFooterCommand::~HeaderFooterCommand method + + +Destructor. + +```cpp +Aspose::Cells::HeaderFooterCommand::~HeaderFooterCommand() +``` + +## See Also + +* Class [HeaderFooterCommand](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/headerfootercommandtype/_index.md b/spanish/cpp/aspose.cells/headerfootercommandtype/_index.md new file mode 100644 index 00000000000..448c50f7788 --- /dev/null +++ b/spanish/cpp/aspose.cells/headerfootercommandtype/_index.md @@ -0,0 +1,36 @@ +--- +title: Aspose::Cells::HeaderFooterCommandType enum +linktitle: HeaderFooterCommandType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HeaderFooterCommandType enum. Represents the command type of header and footer in C++.' +type: docs +weight: 22200 +url: /es/cpp/aspose.cells/headerfootercommandtype/ +--- +## HeaderFooterCommandType enum + + +Represents the command type of header and footer. + +```cpp +enum class HeaderFooterCommandType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Text | 0 |
The text. | +| CurrentPage | 1 |
Current page number. | +| Pagecount | 2 |
Page count. | +| CurrentDate | 3 |
Current date. | +| CurrentTime | 4 |
Current time. | +| SheetName | 5 |
Sheet name. | +| FileName | 6 |
File name without path. | +| FilePath | 7 |
File path without file name. | +| Picture | 8 |
Picture. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/horizontalpagebreak/_impl/_index.md b/spanish/cpp/aspose.cells/horizontalpagebreak/_impl/_index.md new file mode 100644 index 00000000000..f5e130f860e --- /dev/null +++ b/spanish/cpp/aspose.cells/horizontalpagebreak/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::HorizontalPageBreak::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HorizontalPageBreak::_impl field. The implementation object in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/horizontalpagebreak/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +HorizontalPageBreak_Impl* Aspose::Cells::HorizontalPageBreak::_impl +``` + +## See Also + +* Class [HorizontalPageBreak](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/horizontalpagebreak/_index.md b/spanish/cpp/aspose.cells/horizontalpagebreak/_index.md new file mode 100644 index 00000000000..a0f1294d109 --- /dev/null +++ b/spanish/cpp/aspose.cells/horizontalpagebreak/_index.md @@ -0,0 +1,61 @@ +--- +title: Aspose::Cells::HorizontalPageBreak class +linktitle: HorizontalPageBreak +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HorizontalPageBreak class. Encapsulates the object that represents a horizontal page break in C++.' +type: docs +weight: 7800 +url: /es/cpp/aspose.cells/horizontalpagebreak/ +--- +## HorizontalPageBreak class + + +Encapsulates the object that represents a horizontal page break. + +```cpp +class HorizontalPageBreak +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetEndColumn()](./getendcolumn/) | Gets the end column index of this horizontal page break. | +| [GetRow()](./getrow/) | Gets the zero based row index. | +| [GetStartColumn()](./getstartcolumn/) | Gets the start column index of this horizontal page break. | +| [HorizontalPageBreak(HorizontalPageBreak_Impl* impl)](./horizontalpagebreak/) | Constructs from an implementation object. | +| [HorizontalPageBreak(const HorizontalPageBreak\& src)](./horizontalpagebreak/) | Copy constructor. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const HorizontalPageBreak\& src)](./operator_asm/) | operator= | +| [~HorizontalPageBreak()](./~horizontalpagebreak/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; + +//Obteniendo la referencia de la hoja recién añadida pasando su índice de hoja +Worksheet worksheet = workbook.GetWorksheets().Get(0); + +//Agregar un salto de página en la celda Y30 +int Index = worksheet.GetHorizontalPageBreaks().Add(u"Y30"); + +//obtener el salto de página horizontal recién añadido +HorizontalPageBreak hPageBreak = worksheet.GetHorizontalPageBreaks().Get(Index); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/horizontalpagebreak/getendcolumn/_index.md b/spanish/cpp/aspose.cells/horizontalpagebreak/getendcolumn/_index.md new file mode 100644 index 00000000000..99160f557e1 --- /dev/null +++ b/spanish/cpp/aspose.cells/horizontalpagebreak/getendcolumn/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HorizontalPageBreak::GetEndColumn method +linktitle: GetEndColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HorizontalPageBreak::GetEndColumn method. Gets the end column index of this horizontal page break in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/horizontalpagebreak/getendcolumn/ +--- +## HorizontalPageBreak::GetEndColumn method + + +Gets the end column index of this horizontal page break. + +```cpp +int32_t Aspose::Cells::HorizontalPageBreak::GetEndColumn() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HorizontalPageBreak](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/horizontalpagebreak/getrow/_index.md b/spanish/cpp/aspose.cells/horizontalpagebreak/getrow/_index.md new file mode 100644 index 00000000000..0524822caec --- /dev/null +++ b/spanish/cpp/aspose.cells/horizontalpagebreak/getrow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HorizontalPageBreak::GetRow method +linktitle: GetRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HorizontalPageBreak::GetRow method. Gets the zero based row index in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/horizontalpagebreak/getrow/ +--- +## HorizontalPageBreak::GetRow method + + +Gets the zero based row index. + +```cpp +int32_t Aspose::Cells::HorizontalPageBreak::GetRow() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HorizontalPageBreak](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/horizontalpagebreak/getstartcolumn/_index.md b/spanish/cpp/aspose.cells/horizontalpagebreak/getstartcolumn/_index.md new file mode 100644 index 00000000000..ff7c2e59a1d --- /dev/null +++ b/spanish/cpp/aspose.cells/horizontalpagebreak/getstartcolumn/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HorizontalPageBreak::GetStartColumn method +linktitle: GetStartColumn +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HorizontalPageBreak::GetStartColumn method. Gets the start column index of this horizontal page break in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/horizontalpagebreak/getstartcolumn/ +--- +## HorizontalPageBreak::GetStartColumn method + + +Gets the start column index of this horizontal page break. + +```cpp +int32_t Aspose::Cells::HorizontalPageBreak::GetStartColumn() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HorizontalPageBreak](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/horizontalpagebreak/horizontalpagebreak/_index.md b/spanish/cpp/aspose.cells/horizontalpagebreak/horizontalpagebreak/_index.md new file mode 100644 index 00000000000..c1a7c52408d --- /dev/null +++ b/spanish/cpp/aspose.cells/horizontalpagebreak/horizontalpagebreak/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::HorizontalPageBreak::HorizontalPageBreak constructor +linktitle: HorizontalPageBreak +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HorizontalPageBreak::HorizontalPageBreak constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/horizontalpagebreak/horizontalpagebreak/ +--- +## HorizontalPageBreak::HorizontalPageBreak(HorizontalPageBreak_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::HorizontalPageBreak::HorizontalPageBreak(HorizontalPageBreak_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HorizontalPageBreak](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## HorizontalPageBreak::HorizontalPageBreak(const HorizontalPageBreak\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::HorizontalPageBreak::HorizontalPageBreak(const HorizontalPageBreak &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HorizontalPageBreak](../) +* Class [HorizontalPageBreak](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/horizontalpagebreak/isnull/_index.md b/spanish/cpp/aspose.cells/horizontalpagebreak/isnull/_index.md new file mode 100644 index 00000000000..2da09ed54c0 --- /dev/null +++ b/spanish/cpp/aspose.cells/horizontalpagebreak/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::HorizontalPageBreak::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HorizontalPageBreak::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/horizontalpagebreak/isnull/ +--- +## HorizontalPageBreak::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::HorizontalPageBreak::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [HorizontalPageBreak](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/horizontalpagebreak/operator_asm/_index.md b/spanish/cpp/aspose.cells/horizontalpagebreak/operator_asm/_index.md new file mode 100644 index 00000000000..f159cb825fd --- /dev/null +++ b/spanish/cpp/aspose.cells/horizontalpagebreak/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::HorizontalPageBreak::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HorizontalPageBreak::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/horizontalpagebreak/operator_asm/ +--- +## HorizontalPageBreak::operator= method + + +operator= + +```cpp +HorizontalPageBreak & Aspose::Cells::HorizontalPageBreak::operator=(const HorizontalPageBreak &src) +``` + +## See Also + +* Class [HorizontalPageBreak](../) +* Class [Vector](../../vector/) +* Class [HorizontalPageBreak](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/horizontalpagebreak/operator_bool/_index.md b/spanish/cpp/aspose.cells/horizontalpagebreak/operator_bool/_index.md new file mode 100644 index 00000000000..3cf2b50954b --- /dev/null +++ b/spanish/cpp/aspose.cells/horizontalpagebreak/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::HorizontalPageBreak::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HorizontalPageBreak::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/horizontalpagebreak/operator_bool/ +--- +## HorizontalPageBreak::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::HorizontalPageBreak::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [HorizontalPageBreak](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/horizontalpagebreak/~horizontalpagebreak/_index.md b/spanish/cpp/aspose.cells/horizontalpagebreak/~horizontalpagebreak/_index.md new file mode 100644 index 00000000000..624854e76dd --- /dev/null +++ b/spanish/cpp/aspose.cells/horizontalpagebreak/~horizontalpagebreak/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::HorizontalPageBreak::~HorizontalPageBreak method +linktitle: ~HorizontalPageBreak +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HorizontalPageBreak::~HorizontalPageBreak method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/horizontalpagebreak/~horizontalpagebreak/ +--- +## HorizontalPageBreak::~HorizontalPageBreak method + + +Destructor. + +```cpp +Aspose::Cells::HorizontalPageBreak::~HorizontalPageBreak() +``` + +## See Also + +* Class [HorizontalPageBreak](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/horizontalpagebreakcollection/_impl/_index.md b/spanish/cpp/aspose.cells/horizontalpagebreakcollection/_impl/_index.md new file mode 100644 index 00000000000..1377e745545 --- /dev/null +++ b/spanish/cpp/aspose.cells/horizontalpagebreakcollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::HorizontalPageBreakCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HorizontalPageBreakCollection::_impl field. The implementation object in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/horizontalpagebreakcollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +HorizontalPageBreakCollection_Impl* Aspose::Cells::HorizontalPageBreakCollection::_impl +``` + +## See Also + +* Class [HorizontalPageBreakCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/horizontalpagebreakcollection/_index.md b/spanish/cpp/aspose.cells/horizontalpagebreakcollection/_index.md new file mode 100644 index 00000000000..d6ba1c48344 --- /dev/null +++ b/spanish/cpp/aspose.cells/horizontalpagebreakcollection/_index.md @@ -0,0 +1,62 @@ +--- +title: Aspose::Cells::HorizontalPageBreakCollection class +linktitle: HorizontalPageBreakCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HorizontalPageBreakCollection class. Encapsulates a collection of HorizontalPageBreak objects in C++.' +type: docs +weight: 7900 +url: /es/cpp/aspose.cells/horizontalpagebreakcollection/ +--- +## HorizontalPageBreakCollection class + + +Encapsulates a collection of [HorizontalPageBreak](../horizontalpagebreak/) objects. + +```cpp +class HorizontalPageBreakCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add(int32_t row, int32_t startColumn, int32_t endColumn)](./add/) | Adds a horizontal page break to the collection. | +| [Add(int32_t row)](./add/) | Adds a horizontal page break to the collection. | +| [Add(int32_t row, int32_t column)](./add/) | Adds a horizontal page break to the collection. | +| [Add(const U16String\& cellName)](./add/) | Adds a horizontal page break to the collection. | +| [Add(const char16_t* cellName)](./add/) | Adds a horizontal page break to the collection. | +| [Get(int32_t index)](./get/) | Gets the [HorizontalPageBreak](../horizontalpagebreak/) element at the specified index. | +| [Get(const U16String\& cellName)](./get/) | Gets the [HorizontalPageBreak](../horizontalpagebreak/) element with the specified cell name. | +| [Get(const char16_t* cellName)](./get/) | Gets the [HorizontalPageBreak](../horizontalpagebreak/) element with the specified cell name. | +| [GetCount()](./getcount/) | | +| [HorizontalPageBreakCollection(HorizontalPageBreakCollection_Impl* impl)](./horizontalpagebreakcollection/) | Constructs from an implementation object. | +| [HorizontalPageBreakCollection(const HorizontalPageBreakCollection\& src)](./horizontalpagebreakcollection/) | Copy constructor. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const HorizontalPageBreakCollection\& src)](./operator_asm/) | operator= | +| [RemoveAt(int32_t index)](./removeat/) | Removes the HPageBreak element at a specified name. | +| [~HorizontalPageBreakCollection()](./~horizontalpagebreakcollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +Workbook excel; + +//Agregar un salto de página en G5 +excel.GetWorksheets().Get(0).GetHorizontalPageBreaks().Add(u"G5"); +excel.GetWorksheets().Get(0).GetVerticalPageBreaks().Add(u"G5"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/horizontalpagebreakcollection/add/_index.md b/spanish/cpp/aspose.cells/horizontalpagebreakcollection/add/_index.md new file mode 100644 index 00000000000..2133f1d9615 --- /dev/null +++ b/spanish/cpp/aspose.cells/horizontalpagebreakcollection/add/_index.md @@ -0,0 +1,153 @@ +--- +title: Aspose::Cells::HorizontalPageBreakCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HorizontalPageBreakCollection::Add method. Adds a horizontal page break to the collection in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/horizontalpagebreakcollection/add/ +--- +## HorizontalPageBreakCollection::Add(int32_t, int32_t, int32_t) method + + +Adds a horizontal page break to the collection. + +```cpp +int32_t Aspose::Cells::HorizontalPageBreakCollection::Add(int32_t row, int32_t startColumn, int32_t endColumn) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | [Row](../../row/) index, zero based. | +| startColumn | int32_t | Start column index, zero based. | +| endColumn | int32_t | End column index, zero based. | + +## ReturnValue + +[HorizontalPageBreak](../../horizontalpagebreak/) object index. +## Remarks + + + +This method is used to add a horizontal pagebreak within a print area. +## See Also + +* Class [Vector](../../vector/) +* Class [HorizontalPageBreakCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## HorizontalPageBreakCollection::Add(int32_t) method + + +Adds a horizontal page break to the collection. + +```cpp +int32_t Aspose::Cells::HorizontalPageBreakCollection::Add(int32_t row) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | [Cell](../../cell/) row index, zero based. | + +## ReturnValue + +[HorizontalPageBreak](../../horizontalpagebreak/) object index. +## Remarks + + + +Page break is added in the top left of the cell. Please set a horizontal page break and a vertical page break concurrently. +## See Also + +* Class [Vector](../../vector/) +* Class [HorizontalPageBreakCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## HorizontalPageBreakCollection::Add(int32_t, int32_t) method + + +Adds a horizontal page break to the collection. + +```cpp +int32_t Aspose::Cells::HorizontalPageBreakCollection::Add(int32_t row, int32_t column) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| row | int32_t | [Cell](../../cell/) row index, zero based. | +| column | int32_t | [Cell](../../cell/) column index, zero based. | + +## ReturnValue + +[HorizontalPageBreak](../../horizontalpagebreak/) object index. +## Remarks + + + +Page break is added in the top left of the cell. Please set a horizontal page break and a vertical page break concurrently. +## See Also + +* Class [Vector](../../vector/) +* Class [HorizontalPageBreakCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## HorizontalPageBreakCollection::Add(const U16String\&) method + + +Adds a horizontal page break to the collection. + +```cpp +int32_t Aspose::Cells::HorizontalPageBreakCollection::Add(const U16String &cellName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| cellName | const U16String\& | [Cell](../../cell/) name. | + +## ReturnValue + +[HorizontalPageBreak](../../horizontalpagebreak/) object index. +## Remarks + + + +Page break is added in the top left of the cell. Please set a horizontal page break and a vertical page break concurrently. +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [HorizontalPageBreakCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## HorizontalPageBreakCollection::Add(const char16_t*) method + + +Adds a horizontal page break to the collection. + +```cpp +int32_t Aspose::Cells::HorizontalPageBreakCollection::Add(const char16_t *cellName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| cellName | const char16_t* | [Cell](../../cell/) name. | + +## ReturnValue + +[HorizontalPageBreak](../../horizontalpagebreak/) object index. +## Remarks + + + +Page break is added in the top left of the cell. Please set a horizontal page break and a vertical page break concurrently. +## See Also + +* Class [Vector](../../vector/) +* Class [HorizontalPageBreakCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/horizontalpagebreakcollection/get/_index.md b/spanish/cpp/aspose.cells/horizontalpagebreakcollection/get/_index.md new file mode 100644 index 00000000000..e715cc5f8a6 --- /dev/null +++ b/spanish/cpp/aspose.cells/horizontalpagebreakcollection/get/_index.md @@ -0,0 +1,85 @@ +--- +title: Aspose::Cells::HorizontalPageBreakCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HorizontalPageBreakCollection::Get method. Gets the HorizontalPageBreak element at the specified index in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/horizontalpagebreakcollection/get/ +--- +## HorizontalPageBreakCollection::Get(int32_t) method + + +Gets the [HorizontalPageBreak](../../horizontalpagebreak/) element at the specified index. + +```cpp +HorizontalPageBreak Aspose::Cells::HorizontalPageBreakCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The zero based index of the element. | + +## ReturnValue + +The element at the specified index. + +## See Also + +* Class [HorizontalPageBreak](../../horizontalpagebreak/) +* Class [Vector](../../vector/) +* Class [HorizontalPageBreakCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## HorizontalPageBreakCollection::Get(const U16String\&) method + + +Gets the [HorizontalPageBreak](../../horizontalpagebreak/) element with the specified cell name. + +```cpp +HorizontalPageBreak Aspose::Cells::HorizontalPageBreakCollection::Get(const U16String &cellName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| cellName | const U16String\& | [Cell](../../cell/) name. | + +## ReturnValue + +The element with the specified cell name. + +## See Also + +* Class [HorizontalPageBreak](../../horizontalpagebreak/) +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [HorizontalPageBreakCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## HorizontalPageBreakCollection::Get(const char16_t*) method + + +Gets the [HorizontalPageBreak](../../horizontalpagebreak/) element with the specified cell name. + +```cpp +HorizontalPageBreak Aspose::Cells::HorizontalPageBreakCollection::Get(const char16_t *cellName) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| cellName | const char16_t* | [Cell](../../cell/) name. | + +## ReturnValue + +The element with the specified cell name. + +## See Also + +* Class [HorizontalPageBreak](../../horizontalpagebreak/) +* Class [Vector](../../vector/) +* Class [HorizontalPageBreakCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/horizontalpagebreakcollection/getcount/_index.md b/spanish/cpp/aspose.cells/horizontalpagebreakcollection/getcount/_index.md new file mode 100644 index 00000000000..0166ca8f64b --- /dev/null +++ b/spanish/cpp/aspose.cells/horizontalpagebreakcollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HorizontalPageBreakCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::HorizontalPageBreakCollection class in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/horizontalpagebreakcollection/getcount/ +--- +## HorizontalPageBreakCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::HorizontalPageBreakCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HorizontalPageBreakCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/horizontalpagebreakcollection/horizontalpagebreakcollection/_index.md b/spanish/cpp/aspose.cells/horizontalpagebreakcollection/horizontalpagebreakcollection/_index.md new file mode 100644 index 00000000000..c310d8f8e22 --- /dev/null +++ b/spanish/cpp/aspose.cells/horizontalpagebreakcollection/horizontalpagebreakcollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::HorizontalPageBreakCollection::HorizontalPageBreakCollection constructor +linktitle: HorizontalPageBreakCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HorizontalPageBreakCollection::HorizontalPageBreakCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/horizontalpagebreakcollection/horizontalpagebreakcollection/ +--- +## HorizontalPageBreakCollection::HorizontalPageBreakCollection(HorizontalPageBreakCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::HorizontalPageBreakCollection::HorizontalPageBreakCollection(HorizontalPageBreakCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HorizontalPageBreakCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## HorizontalPageBreakCollection::HorizontalPageBreakCollection(const HorizontalPageBreakCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::HorizontalPageBreakCollection::HorizontalPageBreakCollection(const HorizontalPageBreakCollection &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HorizontalPageBreakCollection](../) +* Class [HorizontalPageBreakCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/horizontalpagebreakcollection/isnull/_index.md b/spanish/cpp/aspose.cells/horizontalpagebreakcollection/isnull/_index.md new file mode 100644 index 00000000000..ebf02633ba2 --- /dev/null +++ b/spanish/cpp/aspose.cells/horizontalpagebreakcollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::HorizontalPageBreakCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HorizontalPageBreakCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/horizontalpagebreakcollection/isnull/ +--- +## HorizontalPageBreakCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::HorizontalPageBreakCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [HorizontalPageBreakCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/horizontalpagebreakcollection/operator_asm/_index.md b/spanish/cpp/aspose.cells/horizontalpagebreakcollection/operator_asm/_index.md new file mode 100644 index 00000000000..e8f791ffdcc --- /dev/null +++ b/spanish/cpp/aspose.cells/horizontalpagebreakcollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::HorizontalPageBreakCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HorizontalPageBreakCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/horizontalpagebreakcollection/operator_asm/ +--- +## HorizontalPageBreakCollection::operator= method + + +operator= + +```cpp +HorizontalPageBreakCollection & Aspose::Cells::HorizontalPageBreakCollection::operator=(const HorizontalPageBreakCollection &src) +``` + +## See Also + +* Class [HorizontalPageBreakCollection](../) +* Class [Vector](../../vector/) +* Class [HorizontalPageBreakCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/horizontalpagebreakcollection/operator_bool/_index.md b/spanish/cpp/aspose.cells/horizontalpagebreakcollection/operator_bool/_index.md new file mode 100644 index 00000000000..ae4dfb36b8c --- /dev/null +++ b/spanish/cpp/aspose.cells/horizontalpagebreakcollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::HorizontalPageBreakCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HorizontalPageBreakCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/horizontalpagebreakcollection/operator_bool/ +--- +## HorizontalPageBreakCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::HorizontalPageBreakCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [HorizontalPageBreakCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/horizontalpagebreakcollection/removeat/_index.md b/spanish/cpp/aspose.cells/horizontalpagebreakcollection/removeat/_index.md new file mode 100644 index 00000000000..5b15f1d96ef --- /dev/null +++ b/spanish/cpp/aspose.cells/horizontalpagebreakcollection/removeat/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::HorizontalPageBreakCollection::RemoveAt method +linktitle: RemoveAt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HorizontalPageBreakCollection::RemoveAt method. Removes the HPageBreak element at a specified name in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/horizontalpagebreakcollection/removeat/ +--- +## HorizontalPageBreakCollection::RemoveAt method + + +Removes the HPageBreak element at a specified name. + +```cpp +void Aspose::Cells::HorizontalPageBreakCollection::RemoveAt(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | Element index, zero based. | + +## See Also + +* Class [Vector](../../vector/) +* Class [HorizontalPageBreakCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/horizontalpagebreakcollection/~horizontalpagebreakcollection/_index.md b/spanish/cpp/aspose.cells/horizontalpagebreakcollection/~horizontalpagebreakcollection/_index.md new file mode 100644 index 00000000000..d59e1462005 --- /dev/null +++ b/spanish/cpp/aspose.cells/horizontalpagebreakcollection/~horizontalpagebreakcollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::HorizontalPageBreakCollection::~HorizontalPageBreakCollection method +linktitle: ~HorizontalPageBreakCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HorizontalPageBreakCollection::~HorizontalPageBreakCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/horizontalpagebreakcollection/~horizontalpagebreakcollection/ +--- +## HorizontalPageBreakCollection::~HorizontalPageBreakCollection method + + +Destructor. + +```cpp +Aspose::Cells::HorizontalPageBreakCollection::~HorizontalPageBreakCollection() +``` + +## See Also + +* Class [HorizontalPageBreakCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlcrosstype/_index.md b/spanish/cpp/aspose.cells/htmlcrosstype/_index.md new file mode 100644 index 00000000000..431f16fb847 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlcrosstype/_index.md @@ -0,0 +1,32 @@ +--- +title: Aspose::Cells::HtmlCrossType enum +linktitle: HtmlCrossType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlCrossType enum. Represents five types of html cross string in C++.' +type: docs +weight: 22300 +url: /es/cpp/aspose.cells/htmlcrosstype/ +--- +## HtmlCrossType enum + + +Represents five types of html cross string. + +```cpp +enum class HtmlCrossType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Default | 0 |
Display like MS Excel,depends on the next cell. If the next cell is null,the string will cross,or it will be truncated. | +| MSExport | 1 |
Display the string like MS Excel exporting html. | +| Cross | 2 |
Display HTML cross string, this performance for creating large html files will be more than ten times faster than setting the value to Default or FitToCell. | +| CrossHideRight | 3 |
Display HTML cross string and hide the right string when the texts overlap. | +| FitToCell | 4 |
Only displaying the string within the width of cell. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/htmlexportdataoptions/_index.md b/spanish/cpp/aspose.cells/htmlexportdataoptions/_index.md new file mode 100644 index 00000000000..9459309c375 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlexportdataoptions/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::HtmlExportDataOptions enum +linktitle: HtmlExportDataOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlExportDataOptions enum. Represents the options for exporting html data in C++.' +type: docs +weight: 22400 +url: /es/cpp/aspose.cells/htmlexportdataoptions/ +--- +## HtmlExportDataOptions enum + + +Represents the options for exporting html data. + +```cpp +enum class HtmlExportDataOptions +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Table | 1 |
Export file to html which only contains table part. | +| All | 255 |
Export all the data to html. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/htmlhiddencoldisplaytype/_index.md b/spanish/cpp/aspose.cells/htmlhiddencoldisplaytype/_index.md new file mode 100644 index 00000000000..5df255f3c1b --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlhiddencoldisplaytype/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::HtmlHiddenColDisplayType enum +linktitle: HtmlHiddenColDisplayType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlHiddenColDisplayType enum. Represents two types of showing the hidden columns in html in C++.' +type: docs +weight: 22500 +url: /es/cpp/aspose.cells/htmlhiddencoldisplaytype/ +--- +## HtmlHiddenColDisplayType enum + + +Represents two types of showing the hidden columns in html. + +```cpp +enum class HtmlHiddenColDisplayType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Hidden | 0 |
Hidden the hidden columns in html page. | +| Remove | 1 |
Remove the hidden columns in html page. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/htmlhiddenrowdisplaytype/_index.md b/spanish/cpp/aspose.cells/htmlhiddenrowdisplaytype/_index.md new file mode 100644 index 00000000000..bdb6d09fe87 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlhiddenrowdisplaytype/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::HtmlHiddenRowDisplayType enum +linktitle: HtmlHiddenRowDisplayType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlHiddenRowDisplayType enum. Represents two types of showing the hidden rows in html in C++.' +type: docs +weight: 22600 +url: /es/cpp/aspose.cells/htmlhiddenrowdisplaytype/ +--- +## HtmlHiddenRowDisplayType enum + + +Represents two types of showing the hidden rows in html. + +```cpp +enum class HtmlHiddenRowDisplayType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Hidden | 0 |
Hidden the hidden rows in html page. | +| Remove | 1 |
Remove the hidden rows in html page. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/htmllinktargettype/_index.md b/spanish/cpp/aspose.cells/htmllinktargettype/_index.md new file mode 100644 index 00000000000..9523be37226 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmllinktargettype/_index.md @@ -0,0 +1,31 @@ +--- +title: Aspose::Cells::HtmlLinkTargetType enum +linktitle: HtmlLinkTargetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlLinkTargetType enum. Represents the type of target attribute in HTML tag in C++.' +type: docs +weight: 22700 +url: /es/cpp/aspose.cells/htmllinktargettype/ +--- +## HtmlLinkTargetType enum + + +Represents the type of target attribute in HTML tag. + +```cpp +enum class HtmlLinkTargetType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Blank | 0 |
Opens the linked document in a new window or tab. | +| Parent | 1 |
Opens the linked document in the parent frame. | +| Self | 2 |
Opens the linked document in the same frame as it was clicked (this is default) | +| Top | 3 |
Opens the linked document in the full body of the window. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/htmlloadoptions/_impl/_index.md b/spanish/cpp/aspose.cells/htmlloadoptions/_impl/_index.md new file mode 100644 index 00000000000..2c996abe208 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlloadoptions/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::HtmlLoadOptions::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlLoadOptions::_impl field. The implementation object in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells/htmlloadoptions/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +HtmlLoadOptions_Impl* Aspose::Cells::HtmlLoadOptions::_impl +``` + +## See Also + +* Class [HtmlLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlloadoptions/_index.md b/spanish/cpp/aspose.cells/htmlloadoptions/_index.md new file mode 100644 index 00000000000..e744d276cde --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlloadoptions/_index.md @@ -0,0 +1,120 @@ +--- +title: Aspose::Cells::HtmlLoadOptions class +linktitle: HtmlLoadOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlLoadOptions class. Represents options when importing an HTML file in C++.' +type: docs +weight: 8000 +url: /es/cpp/aspose.cells/htmlloadoptions/ +--- +## HtmlLoadOptions class + + +Represents options when importing an HTML file. + +```cpp +class HtmlLoadOptions : public Aspose::Cells::AbstractTextLoadOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [AbstractTextLoadOptions(AbstractTextLoadOptions_Impl* impl)](../abstracttextloadoptions/abstracttextloadoptions/) | Constructs from an implementation object. | +| [AbstractTextLoadOptions(const AbstractTextLoadOptions\& src)](../abstracttextloadoptions/abstracttextloadoptions/) | Copy constructor. | +| [AbstractTextLoadOptions(const LoadOptions\& src)](../abstracttextloadoptions/abstracttextloadoptions/) | Constructs from a parent object. | +| [GetAutoFilter()](../loadoptions/getautofilter/) | Indicates whether auto filtering the data when loading the files. | +| [GetAutoFitColsAndRows()](./getautofitcolsandrows/) | Indicates whether auto-fit columns and rows. The default value is false. | +| [GetAutoFitterOptions()](../loadoptions/getautofitteroptions/) | Gets and sets the auto fitter options. | +| [GetCheckDataValid()](../loadoptions/getcheckdatavalid/) | Check whether data is valid in the template file. | +| [GetCheckExcelRestriction()](../loadoptions/getcheckexcelrestriction/) | Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K such as by Cell.PutValue(string), if this property is true, you will get an Exception. If this property is false, we will accept your input string value as the cell's value so that later you can output the complete string value for other file formats such as CSV. However, if you have set such kind of value that is invalid for excel file format, you should not save the workbook as excel file format later. Otherwise there may be unexpected error for the generated excel file. | +| [GetConvertDateTimeData()](../abstracttextloadoptions/getconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. | +| [GetConvertNumericData()](../abstracttextloadoptions/getconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. | +| [GetDefaultStyleSettings()](../loadoptions/getdefaultstylesettings/) | Gets the default style settings for initializing styles of the workbook. | +| [GetDeleteRedundantSpaces()](./getdeleteredundantspaces/) | Indicates whether delete redundant spaces when the text wraps lines using **
** tag. The default value is false. | +| [GetDetectLaTeX()](./getdetectlatex/) | Indicates whether to detect LaTeX formula in the HTML file. The default value is false. | +| [GetEncoding()](../abstracttextloadoptions/getencoding/) | Gets and sets the default encoding. Only applies for csv file. | +| [GetFontConfigs()](../loadoptions/getfontconfigs/) | Gets and sets individual font configs. Only works for the [Workbook](../workbook/) which uses this [LoadOptions](../loadoptions/) to load. | +| [GetHasFormula()](./gethasformula/) | Indicates whether the text is formula if it starts with "=". | +| [GetIgnoreNotPrinted()](../loadoptions/getignorenotprinted/) | Ignore the data which are not printed if directly printing the file. | +| [GetIgnoreUselessShapes()](../loadoptions/getignoreuselessshapes/) | Indicates whether ignoring useless shapes. | +| [GetInterruptMonitor()](../loadoptions/getinterruptmonitor/) | Gets and sets the interrupt monitor. | +| [GetKeepPrecision()](../abstracttextloadoptions/getkeepprecision/) | Indicates whether not parsing a string value if the length is 15. | +| [GetKeepUnparsedData()](../loadoptions/getkeepunparseddata/) | Whether keep the unparsed data in memory for the [Workbook](../workbook/) when it is loaded from template file. Default is true. | +| [GetLanguageCode()](../loadoptions/getlanguagecode/) | Gets or sets the user interface language of the [Workbook](../workbook/) version based on CountryCode that has saved the file. | +| [GetLightCellsDataHandler()](../loadoptions/getlightcellsdatahandler/) | The data handler for processing cells data when reading template file. | +| [GetLoadFilter()](../loadoptions/getloadfilter/) | The filter to denote how to load data. | +| [GetLoadFormat()](../loadoptions/getloadformat/) | Gets the load format. | +| [GetLoadFormulas()](./getloadformulas/) | Indicates whether importing formulas if the original html file contains formulas. | +| [GetLoadStyleStrategy()](../abstracttextloadoptions/getloadstylestrategy/) | Indicates the strategy to apply style for parsed values when converting string value to number or datetime. | +| [GetMemorySetting()](../loadoptions/getmemorysetting/) | Gets or sets the memory mode for loaded workbook. | +| [GetParagrahLayoutMode()](./getparagrahlayoutmode/) | Specifies how HTML

elements are rendered when loading HTML. The default value is HtmlParagraphLayoutMode.Normal. | +| [GetParsingFormulaOnOpen()](../loadoptions/getparsingformulaonopen/) | Indicates whether parsing the formula when reading the file. | +| [GetParsingPivotCachedRecords()](../loadoptions/getparsingpivotcachedrecords/) | Indicates whether parsing pivot cached records when loading the file. The default value is false. | +| [GetPassword()](../loadoptions/getpassword/) | Gets and set the password of the workbook. | +| [GetPreservePaddingSpacesInFormula()](../loadoptions/getpreservepaddingspacesinformula/) | Indicates whether preserve those spaces and line breaks that are padded between formula tokens while getting and setting formulas. Default value is false. | +| [GetProgId()](./getprogid/) | Gets the program id of creating the file. Only for MHT files. | +| [GetRegion()](../loadoptions/getregion/) | Gets or sets the regional settings used for the [Workbook](../workbook/) that will be loaded. | +| [GetSupportDivTag()](./getsupportdivtag/) | Indicates whether support the layout of **

** tag when the html file contains it. The default value is false. | +| [GetTableLoadOptions()](./gettableloadoptions/) | Get the [HtmlTableLoadOptionCollection](../htmltableloadoptioncollection/) instance. | +| [GetWarningCallback()](../loadoptions/getwarningcallback/) | Gets or sets warning callback. | +| [HtmlLoadOptions()](./htmlloadoptions/) | Creates an options of loading the file. | +| explicit [HtmlLoadOptions(LoadFormat loadFormat)](./htmlloadoptions/) | Creates an options of loading the file. | +| [HtmlLoadOptions(HtmlLoadOptions_Impl* impl)](./htmlloadoptions/) | Constructs from an implementation object. | +| [HtmlLoadOptions(const HtmlLoadOptions\& src)](./htmlloadoptions/) | Copy constructor. | +| [HtmlLoadOptions(const AbstractTextLoadOptions\& src)](./htmlloadoptions/) | Constructs from a parent object. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| [LoadOptions()](../loadoptions/loadoptions/) | Creates an options of loading the file. | +| explicit [LoadOptions(LoadFormat loadFormat)](../loadoptions/loadoptions/) | Creates an options of loading the file. | +| [LoadOptions(LoadOptions_Impl* impl)](../loadoptions/loadoptions/) | Constructs from an implementation object. | +| [LoadOptions(const LoadOptions\& src)](../loadoptions/loadoptions/) | Copy constructor. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const HtmlLoadOptions\& src)](./operator_asm/) | operator= | +| [operator=(const AbstractTextLoadOptions\& src)](../abstracttextloadoptions/operator_asm/) | operator= | +| [operator=(const LoadOptions\& src)](../loadoptions/operator_asm/) | operator= | +| [SetAutoFilter(bool value)](../loadoptions/setautofilter/) | Indicates whether auto filtering the data when loading the files. | +| [SetAutoFitColsAndRows(bool value)](./setautofitcolsandrows/) | Indicates whether auto-fit columns and rows. The default value is false. | +| [SetAutoFitterOptions(const AutoFitterOptions\& value)](../loadoptions/setautofitteroptions/) | Gets and sets the auto fitter options. | +| [SetCheckDataValid(bool value)](../loadoptions/setcheckdatavalid/) | Check whether data is valid in the template file. | +| [SetCheckExcelRestriction(bool value)](../loadoptions/setcheckexcelrestriction/) | Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K such as by Cell.PutValue(string), if this property is true, you will get an Exception. If this property is false, we will accept your input string value as the cell's value so that later you can output the complete string value for other file formats such as CSV. However, if you have set such kind of value that is invalid for excel file format, you should not save the workbook as excel file format later. Otherwise there may be unexpected error for the generated excel file. | +| [SetConvertDateTimeData(bool value)](../abstracttextloadoptions/setconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. | +| [SetConvertNumericData(bool value)](../abstracttextloadoptions/setconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. | +| [SetDeleteRedundantSpaces(bool value)](./setdeleteredundantspaces/) | Indicates whether delete redundant spaces when the text wraps lines using **
** tag. The default value is false. | +| [SetDetectLaTeX(bool value)](./setdetectlatex/) | Indicates whether to detect LaTeX formula in the HTML file. The default value is false. | +| [SetEncoding(EncodingType value)](../abstracttextloadoptions/setencoding/) | Gets and sets the default encoding. Only applies for csv file. | +| [SetFontConfigs(const IndividualFontConfigs\& value)](../loadoptions/setfontconfigs/) | Gets and sets individual font configs. Only works for the [Workbook](../workbook/) which uses this [LoadOptions](../loadoptions/) to load. | +| [SetHasFormula(bool value)](./sethasformula/) | Indicates whether the text is formula if it starts with "=". | +| [SetIgnoreNotPrinted(bool value)](../loadoptions/setignorenotprinted/) | Ignore the data which are not printed if directly printing the file. | +| [SetIgnoreUselessShapes(bool value)](../loadoptions/setignoreuselessshapes/) | Indicates whether ignoring useless shapes. | +| [SetInterruptMonitor(AbstractInterruptMonitor* value)](../loadoptions/setinterruptmonitor/) | Gets and sets the interrupt monitor. | +| [SetKeepPrecision(bool value)](../abstracttextloadoptions/setkeepprecision/) | Indicates whether not parsing a string value if the length is 15. | +| [SetKeepUnparsedData(bool value)](../loadoptions/setkeepunparseddata/) | Whether keep the unparsed data in memory for the [Workbook](../workbook/) when it is loaded from template file. Default is true. | +| [SetLanguageCode(CountryCode value)](../loadoptions/setlanguagecode/) | Gets or sets the user interface language of the [Workbook](../workbook/) version based on CountryCode that has saved the file. | +| [SetLightCellsDataHandler(LightCellsDataHandler* value)](../loadoptions/setlightcellsdatahandler/) | The data handler for processing cells data when reading template file. | +| [SetLoadFilter(LoadFilter* value)](../loadoptions/setloadfilter/) | The filter to denote how to load data. | +| [SetLoadFormulas(bool value)](./setloadformulas/) | Indicates whether importing formulas if the original html file contains formulas. | +| [SetLoadStyleStrategy(TxtLoadStyleStrategy value)](../abstracttextloadoptions/setloadstylestrategy/) | Indicates the strategy to apply style for parsed values when converting string value to number or datetime. | +| [SetMemorySetting(MemorySetting value)](../loadoptions/setmemorysetting/) | Gets or sets the memory mode for loaded workbook. | +| [SetPaperSize(PaperSizeType type)](../loadoptions/setpapersize/) | Sets the default print paper size from default printer's setting. | +| [SetParagrahLayoutMode(HtmlParagraphLayoutMode value)](./setparagrahlayoutmode/) | Specifies how HTML

elements are rendered when loading HTML. The default value is HtmlParagraphLayoutMode.Normal. | +| [SetParsingFormulaOnOpen(bool value)](../loadoptions/setparsingformulaonopen/) | Indicates whether parsing the formula when reading the file. | +| [SetParsingPivotCachedRecords(bool value)](../loadoptions/setparsingpivotcachedrecords/) | Indicates whether parsing pivot cached records when loading the file. The default value is false. | +| [SetPassword(const U16String\& value)](../loadoptions/setpassword/) | Gets and set the password of the workbook. | +| [SetPassword(const char16_t* value)](../loadoptions/setpassword/) | Gets and set the password of the workbook. | +| [SetPreservePaddingSpacesInFormula(bool value)](../loadoptions/setpreservepaddingspacesinformula/) | Indicates whether preserve those spaces and line breaks that are padded between formula tokens while getting and setting formulas. Default value is false. | +| [SetRegion(CountryCode value)](../loadoptions/setregion/) | Gets or sets the regional settings used for the [Workbook](../workbook/) that will be loaded. | +| [SetSupportDivTag(bool value)](./setsupportdivtag/) | Indicates whether support the layout of **

** tag when the html file contains it. The default value is false. | +| [SetWarningCallback(IWarningCallback* value)](../loadoptions/setwarningcallback/) | Gets or sets warning callback. | +| [~AbstractTextLoadOptions()](../abstracttextloadoptions/~abstracttextloadoptions/) | Destructor. | +| [~HtmlLoadOptions()](./~htmlloadoptions/) | Destructor. | +| [~LoadOptions()](../loadoptions/~loadoptions/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [AbstractTextLoadOptions](../abstracttextloadoptions/) +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/htmlloadoptions/getautofitcolsandrows/_index.md b/spanish/cpp/aspose.cells/htmlloadoptions/getautofitcolsandrows/_index.md new file mode 100644 index 00000000000..0b2b1bf3a1a --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlloadoptions/getautofitcolsandrows/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlLoadOptions::GetAutoFitColsAndRows method +linktitle: GetAutoFitColsAndRows +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlLoadOptions::GetAutoFitColsAndRows method. Indicates whether auto-fit columns and rows. The default value is false in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/htmlloadoptions/getautofitcolsandrows/ +--- +## HtmlLoadOptions::GetAutoFitColsAndRows method + + +Indicates whether auto-fit columns and rows. The default value is false. + +```cpp +bool Aspose::Cells::HtmlLoadOptions::GetAutoFitColsAndRows() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlloadoptions/getdeleteredundantspaces/_index.md b/spanish/cpp/aspose.cells/htmlloadoptions/getdeleteredundantspaces/_index.md new file mode 100644 index 00000000000..58c8e6ac4eb --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlloadoptions/getdeleteredundantspaces/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlLoadOptions::GetDeleteRedundantSpaces method +linktitle: GetDeleteRedundantSpaces +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlLoadOptions::GetDeleteRedundantSpaces method. Indicates whether delete redundant spaces when the text wraps lines using
tag. The default value is false in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/htmlloadoptions/getdeleteredundantspaces/ +--- +## HtmlLoadOptions::GetDeleteRedundantSpaces method + + +Indicates whether delete redundant spaces when the text wraps lines using **
** tag. The default value is false. + +```cpp +bool Aspose::Cells::HtmlLoadOptions::GetDeleteRedundantSpaces() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlloadoptions/getdetectlatex/_index.md b/spanish/cpp/aspose.cells/htmlloadoptions/getdetectlatex/_index.md new file mode 100644 index 00000000000..a8966c09c70 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlloadoptions/getdetectlatex/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlLoadOptions::GetDetectLaTeX method +linktitle: GetDetectLaTeX +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlLoadOptions::GetDetectLaTeX method. Indicates whether to detect LaTeX formula in the HTML file. The default value is false in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells/htmlloadoptions/getdetectlatex/ +--- +## HtmlLoadOptions::GetDetectLaTeX method + + +Indicates whether to detect LaTeX formula in the HTML file. The default value is false. + +```cpp +bool Aspose::Cells::HtmlLoadOptions::GetDetectLaTeX() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlloadoptions/gethasformula/_index.md b/spanish/cpp/aspose.cells/htmlloadoptions/gethasformula/_index.md new file mode 100644 index 00000000000..150840deb4c --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlloadoptions/gethasformula/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlLoadOptions::GetHasFormula method +linktitle: GetHasFormula +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlLoadOptions::GetHasFormula method. Indicates whether the text is formula if it starts with "=" in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells/htmlloadoptions/gethasformula/ +--- +## HtmlLoadOptions::GetHasFormula method + + +Indicates whether the text is formula if it starts with "=". + +```cpp +bool Aspose::Cells::HtmlLoadOptions::GetHasFormula() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlloadoptions/getloadformulas/_index.md b/spanish/cpp/aspose.cells/htmlloadoptions/getloadformulas/_index.md new file mode 100644 index 00000000000..f6e90878110 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlloadoptions/getloadformulas/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlLoadOptions::GetLoadFormulas method +linktitle: GetLoadFormulas +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlLoadOptions::GetLoadFormulas method. Indicates whether importing formulas if the original html file contains formulas in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/htmlloadoptions/getloadformulas/ +--- +## HtmlLoadOptions::GetLoadFormulas method + + +Indicates whether importing formulas if the original html file contains formulas. + +```cpp +bool Aspose::Cells::HtmlLoadOptions::GetLoadFormulas() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlloadoptions/getparagrahlayoutmode/_index.md b/spanish/cpp/aspose.cells/htmlloadoptions/getparagrahlayoutmode/_index.md new file mode 100644 index 00000000000..43ef2de886a --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlloadoptions/getparagrahlayoutmode/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlLoadOptions::GetParagrahLayoutMode method +linktitle: GetParagrahLayoutMode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlLoadOptions::GetParagrahLayoutMode method. Specifies how HTML

elements are rendered when loading HTML. The default value is HtmlParagraphLayoutMode.Normal in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells/htmlloadoptions/getparagrahlayoutmode/ +--- +## HtmlLoadOptions::GetParagrahLayoutMode method + + +Specifies how HTML

elements are rendered when loading HTML. The default value is HtmlParagraphLayoutMode.Normal. + +```cpp +HtmlParagraphLayoutMode Aspose::Cells::HtmlLoadOptions::GetParagrahLayoutMode() +``` + +## See Also + +* Enum [HtmlParagraphLayoutMode](../../../aspose.cells.rendering/htmlparagraphlayoutmode/) +* Class [HtmlLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlloadoptions/getprogid/_index.md b/spanish/cpp/aspose.cells/htmlloadoptions/getprogid/_index.md new file mode 100644 index 00000000000..daad0078e3e --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlloadoptions/getprogid/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlLoadOptions::GetProgId method +linktitle: GetProgId +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlLoadOptions::GetProgId method. Gets the program id of creating the file. Only for MHT files in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells/htmlloadoptions/getprogid/ +--- +## HtmlLoadOptions::GetProgId method + + +Gets the program id of creating the file. Only for MHT files. + +```cpp +U16String Aspose::Cells::HtmlLoadOptions::GetProgId() +``` + +## See Also + +* Class [U16String](../../u16string/) +* Class [HtmlLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlloadoptions/getsupportdivtag/_index.md b/spanish/cpp/aspose.cells/htmlloadoptions/getsupportdivtag/_index.md new file mode 100644 index 00000000000..ad5c9871050 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlloadoptions/getsupportdivtag/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlLoadOptions::GetSupportDivTag method +linktitle: GetSupportDivTag +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlLoadOptions::GetSupportDivTag method. Indicates whether support the layout of

tag when the html file contains it. The default value is false in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/htmlloadoptions/getsupportdivtag/ +--- +## HtmlLoadOptions::GetSupportDivTag method + + +Indicates whether support the layout of **
** tag when the html file contains it. The default value is false. + +```cpp +bool Aspose::Cells::HtmlLoadOptions::GetSupportDivTag() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlloadoptions/gettableloadoptions/_index.md b/spanish/cpp/aspose.cells/htmlloadoptions/gettableloadoptions/_index.md new file mode 100644 index 00000000000..e9b5cef0ebb --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlloadoptions/gettableloadoptions/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlLoadOptions::GetTableLoadOptions method +linktitle: GetTableLoadOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlLoadOptions::GetTableLoadOptions method. Get the HtmlTableLoadOptionCollection instance in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells/htmlloadoptions/gettableloadoptions/ +--- +## HtmlLoadOptions::GetTableLoadOptions method + + +Get the [HtmlTableLoadOptionCollection](../../htmltableloadoptioncollection/) instance. + +```cpp +HtmlTableLoadOptionCollection Aspose::Cells::HtmlLoadOptions::GetTableLoadOptions() +``` + +## See Also + +* Class [HtmlTableLoadOptionCollection](../../htmltableloadoptioncollection/) +* Class [HtmlLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlloadoptions/htmlloadoptions/_index.md b/spanish/cpp/aspose.cells/htmlloadoptions/htmlloadoptions/_index.md new file mode 100644 index 00000000000..4043401c010 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlloadoptions/htmlloadoptions/_index.md @@ -0,0 +1,90 @@ +--- +title: Aspose::Cells::HtmlLoadOptions::HtmlLoadOptions constructor +linktitle: HtmlLoadOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlLoadOptions::HtmlLoadOptions constructor. Creates an options of loading the file in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/htmlloadoptions/htmlloadoptions/ +--- +## HtmlLoadOptions::HtmlLoadOptions() constructor + + +Creates an options of loading the file. + +```cpp +Aspose::Cells::HtmlLoadOptions::HtmlLoadOptions() +``` + +## See Also + +* Class [HtmlLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## HtmlLoadOptions::HtmlLoadOptions(LoadFormat) constructor + + +Creates an options of loading the file. + +```cpp +Aspose::Cells::HtmlLoadOptions::HtmlLoadOptions(LoadFormat loadFormat) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| loadFormat | LoadFormat | The loading format. | + +## See Also + +* Enum [LoadFormat](../../loadformat/) +* Class [HtmlLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## HtmlLoadOptions::HtmlLoadOptions(HtmlLoadOptions_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::HtmlLoadOptions::HtmlLoadOptions(HtmlLoadOptions_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## HtmlLoadOptions::HtmlLoadOptions(const HtmlLoadOptions\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::HtmlLoadOptions::HtmlLoadOptions(const HtmlLoadOptions &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlLoadOptions](../) +* Class [HtmlLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## HtmlLoadOptions::HtmlLoadOptions(const AbstractTextLoadOptions\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::HtmlLoadOptions::HtmlLoadOptions(const AbstractTextLoadOptions &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [AbstractTextLoadOptions](../../abstracttextloadoptions/) +* Class [HtmlLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlloadoptions/isnull/_index.md b/spanish/cpp/aspose.cells/htmlloadoptions/isnull/_index.md new file mode 100644 index 00000000000..714f0592237 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlloadoptions/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::HtmlLoadOptions::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlLoadOptions::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/htmlloadoptions/isnull/ +--- +## HtmlLoadOptions::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::HtmlLoadOptions::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlloadoptions/operator_asm/_index.md b/spanish/cpp/aspose.cells/htmlloadoptions/operator_asm/_index.md new file mode 100644 index 00000000000..c49c56f9eeb --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlloadoptions/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::HtmlLoadOptions::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlLoadOptions::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/htmlloadoptions/operator_asm/ +--- +## HtmlLoadOptions::operator= method + + +operator= + +```cpp +HtmlLoadOptions & Aspose::Cells::HtmlLoadOptions::operator=(const HtmlLoadOptions &src) +``` + +## See Also + +* Class [HtmlLoadOptions](../) +* Class [Vector](../../vector/) +* Class [HtmlLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlloadoptions/operator_bool/_index.md b/spanish/cpp/aspose.cells/htmlloadoptions/operator_bool/_index.md new file mode 100644 index 00000000000..e58e2734ff8 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlloadoptions/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::HtmlLoadOptions::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlLoadOptions::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/htmlloadoptions/operator_bool/ +--- +## HtmlLoadOptions::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::HtmlLoadOptions::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [HtmlLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlloadoptions/setautofitcolsandrows/_index.md b/spanish/cpp/aspose.cells/htmlloadoptions/setautofitcolsandrows/_index.md new file mode 100644 index 00000000000..ccbd22ea709 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlloadoptions/setautofitcolsandrows/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlLoadOptions::SetAutoFitColsAndRows method +linktitle: SetAutoFitColsAndRows +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlLoadOptions::SetAutoFitColsAndRows method. Indicates whether auto-fit columns and rows. The default value is false in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells/htmlloadoptions/setautofitcolsandrows/ +--- +## HtmlLoadOptions::SetAutoFitColsAndRows method + + +Indicates whether auto-fit columns and rows. The default value is false. + +```cpp +void Aspose::Cells::HtmlLoadOptions::SetAutoFitColsAndRows(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlloadoptions/setdeleteredundantspaces/_index.md b/spanish/cpp/aspose.cells/htmlloadoptions/setdeleteredundantspaces/_index.md new file mode 100644 index 00000000000..0972067dbf9 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlloadoptions/setdeleteredundantspaces/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlLoadOptions::SetDeleteRedundantSpaces method +linktitle: SetDeleteRedundantSpaces +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlLoadOptions::SetDeleteRedundantSpaces method. Indicates whether delete redundant spaces when the text wraps lines using
tag. The default value is false in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/htmlloadoptions/setdeleteredundantspaces/ +--- +## HtmlLoadOptions::SetDeleteRedundantSpaces method + + +Indicates whether delete redundant spaces when the text wraps lines using **
** tag. The default value is false. + +```cpp +void Aspose::Cells::HtmlLoadOptions::SetDeleteRedundantSpaces(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlloadoptions/setdetectlatex/_index.md b/spanish/cpp/aspose.cells/htmlloadoptions/setdetectlatex/_index.md new file mode 100644 index 00000000000..434e98b3e00 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlloadoptions/setdetectlatex/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlLoadOptions::SetDetectLaTeX method +linktitle: SetDetectLaTeX +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlLoadOptions::SetDetectLaTeX method. Indicates whether to detect LaTeX formula in the HTML file. The default value is false in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells/htmlloadoptions/setdetectlatex/ +--- +## HtmlLoadOptions::SetDetectLaTeX method + + +Indicates whether to detect LaTeX formula in the HTML file. The default value is false. + +```cpp +void Aspose::Cells::HtmlLoadOptions::SetDetectLaTeX(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlloadoptions/sethasformula/_index.md b/spanish/cpp/aspose.cells/htmlloadoptions/sethasformula/_index.md new file mode 100644 index 00000000000..21a6858b5fd --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlloadoptions/sethasformula/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlLoadOptions::SetHasFormula method +linktitle: SetHasFormula +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlLoadOptions::SetHasFormula method. Indicates whether the text is formula if it starts with "=" in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells/htmlloadoptions/sethasformula/ +--- +## HtmlLoadOptions::SetHasFormula method + + +Indicates whether the text is formula if it starts with "=". + +```cpp +void Aspose::Cells::HtmlLoadOptions::SetHasFormula(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlloadoptions/setloadformulas/_index.md b/spanish/cpp/aspose.cells/htmlloadoptions/setloadformulas/_index.md new file mode 100644 index 00000000000..09a5b833c49 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlloadoptions/setloadformulas/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlLoadOptions::SetLoadFormulas method +linktitle: SetLoadFormulas +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlLoadOptions::SetLoadFormulas method. Indicates whether importing formulas if the original html file contains formulas in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/htmlloadoptions/setloadformulas/ +--- +## HtmlLoadOptions::SetLoadFormulas method + + +Indicates whether importing formulas if the original html file contains formulas. + +```cpp +void Aspose::Cells::HtmlLoadOptions::SetLoadFormulas(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlloadoptions/setparagrahlayoutmode/_index.md b/spanish/cpp/aspose.cells/htmlloadoptions/setparagrahlayoutmode/_index.md new file mode 100644 index 00000000000..43db42d3285 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlloadoptions/setparagrahlayoutmode/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::HtmlLoadOptions::SetParagrahLayoutMode method +linktitle: SetParagrahLayoutMode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlLoadOptions::SetParagrahLayoutMode method. Specifies how HTML

elements are rendered when loading HTML. The default value is HtmlParagraphLayoutMode.Normal in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells/htmlloadoptions/setparagrahlayoutmode/ +--- +## HtmlLoadOptions::SetParagrahLayoutMode method + + +Specifies how HTML

elements are rendered when loading HTML. The default value is HtmlParagraphLayoutMode.Normal. + +```cpp +void Aspose::Cells::HtmlLoadOptions::SetParagrahLayoutMode(HtmlParagraphLayoutMode value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Enum [HtmlParagraphLayoutMode](../../../aspose.cells.rendering/htmlparagraphlayoutmode/) +* Class [HtmlLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlloadoptions/setsupportdivtag/_index.md b/spanish/cpp/aspose.cells/htmlloadoptions/setsupportdivtag/_index.md new file mode 100644 index 00000000000..e5a81d79008 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlloadoptions/setsupportdivtag/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlLoadOptions::SetSupportDivTag method +linktitle: SetSupportDivTag +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlLoadOptions::SetSupportDivTag method. Indicates whether support the layout of

tag when the html file contains it. The default value is false in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/htmlloadoptions/setsupportdivtag/ +--- +## HtmlLoadOptions::SetSupportDivTag method + + +Indicates whether support the layout of **
** tag when the html file contains it. The default value is false. + +```cpp +void Aspose::Cells::HtmlLoadOptions::SetSupportDivTag(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlloadoptions/~htmlloadoptions/_index.md b/spanish/cpp/aspose.cells/htmlloadoptions/~htmlloadoptions/_index.md new file mode 100644 index 00000000000..6d0100b2709 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlloadoptions/~htmlloadoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::HtmlLoadOptions::~HtmlLoadOptions method +linktitle: ~HtmlLoadOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlLoadOptions::~HtmlLoadOptions method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/htmlloadoptions/~htmlloadoptions/ +--- +## HtmlLoadOptions::~HtmlLoadOptions method + + +Destructor. + +```cpp +Aspose::Cells::HtmlLoadOptions::~HtmlLoadOptions() +``` + +## See Also + +* Class [HtmlLoadOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlofficemathoutputtype/_index.md b/spanish/cpp/aspose.cells/htmlofficemathoutputtype/_index.md new file mode 100644 index 00000000000..fa671ee70a4 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlofficemathoutputtype/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::HtmlOfficeMathOutputType enum +linktitle: HtmlOfficeMathOutputType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlOfficeMathOutputType enum. Represents how to export OfficeMath to HTML in C++.' +type: docs +weight: 22800 +url: /es/cpp/aspose.cells/htmlofficemathoutputtype/ +--- +## HtmlOfficeMathOutputType enum + + +Represents how to export OfficeMath to HTML. + +```cpp +enum class HtmlOfficeMathOutputType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Image | 0 |
Converts OfficeMath to HTML as image specified by tag. | +| MathML | 1 |
Converts OfficeMath to HTML using MathML. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/_impl/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/_impl/_index.md new file mode 100644 index 00000000000..81b2e65006a --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::_impl field. The implementation object in C++.' +type: docs +weight: 14700 +url: /es/cpp/aspose.cells/htmlsaveoptions/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +HtmlSaveOptions_Impl* Aspose::Cells::HtmlSaveOptions::_impl +``` + +## See Also + +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/_index.md new file mode 100644 index 00000000000..0075768f41e --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/_index.md @@ -0,0 +1,220 @@ +--- +title: Aspose::Cells::HtmlSaveOptions class +linktitle: HtmlSaveOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions class. Represents the options for saving html file in C++.' +type: docs +weight: 8100 +url: /es/cpp/aspose.cells/htmlsaveoptions/ +--- +## HtmlSaveOptions class + + +Represents the options for saving html file. + +```cpp +class HtmlSaveOptions : public Aspose::Cells::SaveOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetAddGenericFont()](./getaddgenericfont/) | Indicates whether to add a generic font to CSS font-family. The default value is true. | +| [GetAddTooltipText()](./getaddtooltiptext/) | Indicates whether adding tooltip text when the data can't be fully displayed. The default value is false. | +| [GetAttachedFilesDirectory()](./getattachedfilesdirectory/) | The directory that the attached files will be saved to. Only for saving to html stream. | +| [GetAttachedFilesUrlPrefix()](./getattachedfilesurlprefix/) | Specify the Url prefix of attached files such as image in the html file. Only for saving to html stream. | +| [GetCachedFileFolder()](../saveoptions/getcachedfilefolder/) | The folder for temporary files that may be used as data cache. | +| [GetCalculateFormula()](./getcalculateformula/) | Indicates whether to calculate formulas before saving html file. | +| [GetCellCssPrefix()](./getcellcssprefix/) | Gets and sets the prefix of the css name,the default value is "". | +| [GetCellNameAttribute()](./getcellnameattribute/) | Specifies the attribute that indicates the CellName to be written. (e.g. If the value is "id", then for cell "A1", the output will be:). The default value is null. | +| [GetCheckExcelRestriction()](../saveoptions/getcheckexcelrestriction/) | Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K, it will be truncated. | +| [GetClearData()](../saveoptions/getcleardata/) | Make the workbook empty after saving the file. | +| [GetCreateDirectory()](../saveoptions/getcreatedirectory/) | If true and the directory does not exist, the directory will be automatically created before saving the file. | +| [GetCssStyles()](./getcssstyles/) | Gets or sets the additional css styles for the formatter. Only works when SaveAsSingleFile is True. | +| [GetDataBarRenderMode()](./getdatabarrendermode/) | Represents the mode of how to render [DataBar](../databar/) when converting Excel files to html files. Default value is DataBarRenderMode.BackgroundColor. | +| [GetDefaultFontName()](./getdefaultfontname/) | Specify the default font name for exporting html, the default font will be used when the font of style is not existing, If this property is null, [Aspose.Cells](../) will use universal font which have the same family with the original font, the default value is null. | +| [GetDisableCss()](./getdisablecss/) | Indicates whether only inline styles are applied, without relying on CSS. The default value is false. | +| [GetDisableDownlevelRevealedComments()](./getdisabledownlevelrevealedcomments/) | Indicates if disable Downlevel-revealed conditional comments when exporting file to html, the default value is false. | +| [GetEmbeddedFontType()](./getembeddedfonttype/) | Gets or sets the type of embedding font file into html file. Default value is HtmlEmbeddedFontType.None which indicates that no font will be embedded in html. | +| [GetEnableCssCustomProperties()](./getenablecsscustomproperties/) | Optimize the output of html by using CSS custom properties. For example, for the scenario that there are multiple occurences for one base64 image, with custom property the image data only needs to be saved once so the performance of the resultant html can be improved. The default value is false. | +| [GetEncodeEntityAsCode()](./getencodeentityascode/) | Indicates whether the html character entities are replaced with decimal code. (e.g. "&nbsp;" is replaced with "&#160;"). The default value is false. | +| [GetEncoding()](./getencoding/) | If not set,use Encoding.UTF8 as default enconding type. | +| [GetEncryptDocumentProperties()](../saveoptions/getencryptdocumentproperties/) | Indicates whether encrypt document properties when saving as .xls file. The default value is true. | +| [GetExcludeUnusedStyles()](./getexcludeunusedstyles/) | Indicating whether excludes unused styles. For the generated html files, excluding unused styles can make the file size smaller without affecting the visual effects. So the default value of this property is true. If user needs to keep all styles in the workbook for the generated html(such as the scenario that user needs to restore the workbook from the generated html later), please set this property as false. | +| [GetExportActiveWorksheetOnly()](./getexportactiveworksheetonly/) | Indicates if only exporting the active worksheet to html file. If true then only the active worksheet will be exported to html file; If false then the whole workbook will be exported to html file. The default value is false. | +| [GetExportArea()](./getexportarea/) | Gets or Sets the exporting [CellArea](../cellarea/) of current active [Worksheet](../worksheet/). If you set this attribute, the print area of current active [Worksheet](../worksheet/) will be omitted. Only the specified area will be exported when saving the file to html. | +| [GetExportBogusRowData()](./getexportbogusrowdata/) | Indicating whether exporting bogus bottom row data. The default value is true.If you want to import the html or mht file to excel, please keep the default value. | +| [GetExportCellCoordinate()](./getexportcellcoordinate/) | Indicates whether exporting excel coordinate of nonblank cells when saving file to html. The default value is false. If you want to import the output html to excel, please keep the default value. | +| [GetExportCommentsType()](./getexportcommentstype/) | Represents type of exporting comments to html files. | +| [GetExportDataOptions()](./getexportdataoptions/) | Indicating the rule of exporting html file data.The default value is All. | +| [GetExportDocumentProperties()](./getexportdocumentproperties/) | Indicating whether exporting document properties.The default value is true.If you want to import the html or mht file to excel, please keep the default value. | +| [GetExportExtraHeadings()](./getexportextraheadings/) | Indicates whether exporting extra headings when the length of text is longer than max display column. The default value is false. If you want to import the html file to excel, please keep the default value. | +| [GetExportFormula()](./getexportformula/) | Indicates whether exporting formula when saving file to html. The default value is true. If you want to import the output html to excel, please keep the default value. | +| [GetExportFrameScriptsAndProperties()](./getexportframescriptsandproperties/) | Indicating whether exporting frame scripts and document properties. The default value is true.If you want to import the html or mht file to excel, please keep the default value. | +| [GetExportGridLines()](./getexportgridlines/) | Indicating whether exporting the gridlines.The default value is false. | +| [GetExportHiddenWorksheet()](./getexporthiddenworksheet/) | Indicating if exporting the hidden worksheet content.The default value is true. | +| [GetExportImagesAsBase64()](./getexportimagesasbase64/) | Specifies whether images are saved in Base64 format to HTML, MHTML or EPUB. | +| [GetExportNamedRangeAnchors()](./getexportnamedrangeanchors/) | Indicates whether to export anchor elements for named ranges when saving as HTML. Default value is true. | +| [GetExportPageFooters()](./getexportpagefooters/) | Indicates whether exporting page headers. | +| [GetExportPageHeaders()](./getexportpageheaders/) | Indicates whether exporting page headers. | +| [GetExportPrintAreaOnly()](./getexportprintareaonly/) | Indicates if only exporting the print area to html file. The default value is false. | +| [GetExportRowColumnHeadings()](./getexportrowcolumnheadings/) | Indicates whether exports sheet's row and column headings when saving to HTML files. | +| [GetExportSimilarBorderStyle()](./getexportsimilarborderstyle/) | Indicating whether exporting the similar border style when the border style is not supported by browsers. If you want to import the html or mht file to excel, please keep the default value. The default value is false. | +| [GetExportSingleTab()](./getexportsingletab/) | Indicates whether exporting the single tab when the file only has one worksheet. The default value is false. | +| [GetExportWorkbookProperties()](./getexportworkbookproperties/) | Indicating whether exporting workbook properties.The default value is true.If you want to import the html or mht file to excel, please keep the default value. | +| [GetExportWorksheetCSSSeparately()](./getexportworksheetcssseparately/) | Indicating whether export the worksheet css separately.The default value is false. | +| [GetExportWorksheetProperties()](./getexportworksheetproperties/) | Indicating whether exporting worksheet properties.The default value is true.If you want to import the html or mht file to excel, please keep the default value. | +| [GetFilePathProvider()](./getfilepathprovider/) | Gets or sets the [IFilePathProvider](../ifilepathprovider/) for exporting [Worksheet](../worksheet/) to html separately. | +| [GetFormatDataIgnoreColumnWidth()](./getformatdataignorecolumnwidth/) | Indicating whether show the whole formatted data of cell when overflowing the column. If true then ignore the column width and the whole data of cell will be exported. If false then the data will be exported same as Excel. The default value is false. | +| [GetHiddenColDisplayType()](./gethiddencoldisplaytype/) | Hidden column(the width of this column is 0) in excel,before save this into html format, if HtmlHiddenColDisplayType is "Remove",the hidden column would not been output, if the value is "Hidden", the column would been output,but was hidden,the default value is "Hidden". | +| [GetHiddenRowDisplayType()](./gethiddenrowdisplaytype/) | Hidden row(the height of this row is 0) in excel,before save this into html format, if HtmlHiddenRowDisplayType is "Remove",the hidden row would not been output, if the value is "Hidden", the row would been output,but was hidden,the default value is "Hidden". | +| [GetHideOverflowWrappedText()](./gethideoverflowwrappedtext/) | Indicates whether to hide overflow text when the cell format is set to wrap text. The default value is false. | +| [GetHtmlCrossStringType()](./gethtmlcrossstringtype/) | Indicates if a cross-cell string will be displayed in the same way as MS Excel when saving an Excel file in html format. By default the value is Default, so, for cross-cell strings, there is little difference between the html files created by [Aspose.Cells](../) and MS Excel. But the performance for creating large html files,setting the value to Cross would be several times faster than setting it to Default or Fit2Cell. | +| [GetHtmlVersion()](./gethtmlversion/) | Specifies version of HTML standard that should be used when saving the HTML format. Default value is [HtmlVersion.Default](../htmlversion/). | +| [GetIgnoreInvisibleShapes()](./getignoreinvisibleshapes/) | Indicate whether exporting those not visible shapes. | +| [GetImageOptions()](./getimageoptions/) | Get the ImageOrPrintOptions object before exporting. | +| [GetImageScalable()](./getimagescalable/) | Indicates whether using scalable unit to describe the image width when using scalable unit to describe the column width. The default value is true. | +| [GetLayoutMode()](./getlayoutmode/) | Gets or sets the layout mode when saving to HTML. The default value is HtmlLayoutMode.Normal | +| [GetLinkTargetType()](./getlinktargettype/) | Indicating the type of target attribute in **** link. The default value is [HtmlLinkTargetType.Parent](../htmllinktargettype/). | +| [GetMergeAreas()](../saveoptions/getmergeareas/) | Indicates whether merge the areas of conditional formatting and validation before saving the file. | +| [GetMergeEmptyTdForcely()](./getmergeemptytdforcely/) | **(Deprecated)** Indicates whether merging empty TD element forcedly when exporting file to html. The size of html file will be reduced significantly after setting value to true. The default value is false. If you want to import the html file to excel or export perfect grid lines when saving file to html, please keep the default value. | +| [GetMergeEmptyTdType()](./getmergeemptytdtype/) | The option to merge contiguous empty cells(empty td elements) The default value is [MergeEmptyTdType.Default](../mergeemptytdtype/). | +| [GetOfficeMathOutputMode()](./getofficemathoutputmode/) | Indicates how OfficeMath objects are exported to HTML, Default value is Image. | +| [GetPageTitle()](./getpagetitle/) | The title of the html page. Only for saving to html stream. | +| [GetParseHtmlTagInCell()](./getparsehtmltagincell/) | Indicates whether html tag(such as **
**) in cell should be parsed as cell value or preserved as it is. The default value is true. | +| [GetPresentationPreference()](./getpresentationpreference/) | Indicating if html or mht file is presentation preference. The default value is false. if you want to get more beautiful presentation,please set the value to true. | +| [GetRefreshChartCache()](../saveoptions/getrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | +| [GetSaveAsSingleFile()](./getsaveassinglefile/) | Indicates whether save the html as single file. The default value is false. | +| [GetSaveFormat()](../saveoptions/getsaveformat/) | Gets the save file format. | +| [GetSheetSet()](./getsheetset/) | Gets or sets the sheets to render. Default is all visible sheets in the workbook: Aspose.Cells.Rendering.SheetSet.Visible. | +| [GetShowAllSheets()](./getshowallsheets/) | Indicates whether showing all sheets when saving as a single html file. | +| [GetSortExternalNames()](../saveoptions/getsortexternalnames/) | Indicates whether sorting external defined names before saving file. | +| [GetSortNames()](../saveoptions/getsortnames/) | Indicates whether sorting defined names before saving file. | +| [GetTableCssId()](./gettablecssid/) | Gets and sets the prefix of the type css name such as tr,col,td and so on, they are contained in the table element which has the specific TableCssId attribute. The default value is "". | +| [GetUpdateSmartArt()](../saveoptions/getupdatesmartart/) | Indicates whether updating smart art setting. The default value is false. | +| [GetValidateMergedAreas()](../saveoptions/getvalidatemergedareas/) | Indicates whether validate merged cells before saving the file. | +| [GetWarningCallback()](../saveoptions/getwarningcallback/) | Gets or sets warning callback. | +| [GetWidthScalable()](./getwidthscalable/) | Indicates whether exporting column width in unit of scale to html. The default value is false. | +| [GetWorksheetScalable()](./getworksheetscalable/) | Indicates if zooming in or out the html via worksheet zoom level when saving file to html, the default value is false. | +| [HtmlSaveOptions()](./htmlsaveoptions/) | Creates options for saving html file. | +| explicit [HtmlSaveOptions(SaveFormat saveFormat)](./htmlsaveoptions/) | Creates options for saving htm file. | +| [HtmlSaveOptions(HtmlSaveOptions_Impl* impl)](./htmlsaveoptions/) | Constructs from an implementation object. | +| [HtmlSaveOptions(const HtmlSaveOptions\& src)](./htmlsaveoptions/) | Copy constructor. | +| [HtmlSaveOptions(const SaveOptions\& src)](./htmlsaveoptions/) | Constructs from a parent object. | +| [IsBorderCollapsed()](./isbordercollapsed/) | Indicates whether the table borders are collapsed. The default value is true. | +| [IsExpImageToTempDir()](./isexpimagetotempdir/) | Indicates whether exporting image files to temp directory. Only for saving to html stream. | +| [IsExportComments()](./isexportcomments/) | Indicates if exporting comments when saving file to html, the default value is false. | +| [IsFullPathLink()](./isfullpathlink/) | Indicating whether using full path link in sheet00x.htm,filelist.xml and tabstrip.htm. The default value is false. | +| [IsIECompatible()](./isiecompatible/) | Indicating whether the output HTML is compatible with IE browser. The defalut value is false. | +| [IsJsBrowserCompatible()](./isjsbrowsercompatible/) | Indicates whether JavaScript is compatible with browsers that do not support JavaScript. The default value is true. | +| [IsMobileCompatible()](./ismobilecompatible/) | Indicates whether the output HTML is compatible with mobile devices. The default value is false. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const HtmlSaveOptions\& src)](./operator_asm/) | operator= | +| [operator=(const SaveOptions\& src)](../saveoptions/operator_asm/) | operator= | +| [SaveOptions(SaveOptions_Impl* impl)](../saveoptions/saveoptions/) | Constructs from an implementation object. | +| [SaveOptions(const SaveOptions\& src)](../saveoptions/saveoptions/) | Copy constructor. | +| [SetAddGenericFont(bool value)](./setaddgenericfont/) | Indicates whether to add a generic font to CSS font-family. The default value is true. | +| [SetAddTooltipText(bool value)](./setaddtooltiptext/) | Indicates whether adding tooltip text when the data can't be fully displayed. The default value is false. | +| [SetAttachedFilesDirectory(const U16String\& value)](./setattachedfilesdirectory/) | The directory that the attached files will be saved to. Only for saving to html stream. | +| [SetAttachedFilesDirectory(const char16_t* value)](./setattachedfilesdirectory/) | The directory that the attached files will be saved to. Only for saving to html stream. | +| [SetAttachedFilesUrlPrefix(const U16String\& value)](./setattachedfilesurlprefix/) | Specify the Url prefix of attached files such as image in the html file. Only for saving to html stream. | +| [SetAttachedFilesUrlPrefix(const char16_t* value)](./setattachedfilesurlprefix/) | Specify the Url prefix of attached files such as image in the html file. Only for saving to html stream. | +| [SetCachedFileFolder(const U16String\& value)](../saveoptions/setcachedfilefolder/) | The folder for temporary files that may be used as data cache. | +| [SetCachedFileFolder(const char16_t* value)](../saveoptions/setcachedfilefolder/) | The folder for temporary files that may be used as data cache. | +| [SetCalculateFormula(bool value)](./setcalculateformula/) | Indicates whether to calculate formulas before saving html file. | +| [SetCellCssPrefix(const U16String\& value)](./setcellcssprefix/) | Gets and sets the prefix of the css name,the default value is "". | +| [SetCellCssPrefix(const char16_t* value)](./setcellcssprefix/) | Gets and sets the prefix of the css name,the default value is "". | +| [SetCellNameAttribute(const U16String\& value)](./setcellnameattribute/) | Specifies the attribute that indicates the CellName to be written. (e.g. If the value is "id", then for cell "A1", the output will be:). The default value is null. | +| [SetCellNameAttribute(const char16_t* value)](./setcellnameattribute/) | Specifies the attribute that indicates the CellName to be written. (e.g. If the value is "id", then for cell "A1", the output will be:). The default value is null. | +| [SetCheckExcelRestriction(bool value)](../saveoptions/setcheckexcelrestriction/) | Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K, it will be truncated. | +| [SetClearData(bool value)](../saveoptions/setcleardata/) | Make the workbook empty after saving the file. | +| [SetCreateDirectory(bool value)](../saveoptions/setcreatedirectory/) | If true and the directory does not exist, the directory will be automatically created before saving the file. | +| [SetCssStyles(const U16String\& value)](./setcssstyles/) | Gets or sets the additional css styles for the formatter. Only works when SaveAsSingleFile is True. | +| [SetCssStyles(const char16_t* value)](./setcssstyles/) | Gets or sets the additional css styles for the formatter. Only works when SaveAsSingleFile is True. | +| [SetDataBarRenderMode(DataBarRenderMode value)](./setdatabarrendermode/) | Represents the mode of how to render [DataBar](../databar/) when converting Excel files to html files. Default value is DataBarRenderMode.BackgroundColor. | +| [SetDefaultFontName(const U16String\& value)](./setdefaultfontname/) | Specify the default font name for exporting html, the default font will be used when the font of style is not existing, If this property is null, [Aspose.Cells](../) will use universal font which have the same family with the original font, the default value is null. | +| [SetDefaultFontName(const char16_t* value)](./setdefaultfontname/) | Specify the default font name for exporting html, the default font will be used when the font of style is not existing, If this property is null, [Aspose.Cells](../) will use universal font which have the same family with the original font, the default value is null. | +| [SetDisableCss(bool value)](./setdisablecss/) | Indicates whether only inline styles are applied, without relying on CSS. The default value is false. | +| [SetDisableDownlevelRevealedComments(bool value)](./setdisabledownlevelrevealedcomments/) | Indicates if disable Downlevel-revealed conditional comments when exporting file to html, the default value is false. | +| [SetEmbeddedFontType(HtmlEmbeddedFontType value)](./setembeddedfonttype/) | Gets or sets the type of embedding font file into html file. Default value is HtmlEmbeddedFontType.None which indicates that no font will be embedded in html. | +| [SetEnableCssCustomProperties(bool value)](./setenablecsscustomproperties/) | Optimize the output of html by using CSS custom properties. For example, for the scenario that there are multiple occurences for one base64 image, with custom property the image data only needs to be saved once so the performance of the resultant html can be improved. The default value is false. | +| [SetEncodeEntityAsCode(bool value)](./setencodeentityascode/) | Indicates whether the html character entities are replaced with decimal code. (e.g. "&nbsp;" is replaced with "&#160;"). The default value is false. | +| [SetEncoding(EncodingType value)](./setencoding/) | If not set,use Encoding.UTF8 as default enconding type. | +| [SetEncryptDocumentProperties(bool value)](../saveoptions/setencryptdocumentproperties/) | Indicates whether encrypt document properties when saving as .xls file. The default value is true. | +| [SetExcludeUnusedStyles(bool value)](./setexcludeunusedstyles/) | Indicating whether excludes unused styles. For the generated html files, excluding unused styles can make the file size smaller without affecting the visual effects. So the default value of this property is true. If user needs to keep all styles in the workbook for the generated html(such as the scenario that user needs to restore the workbook from the generated html later), please set this property as false. | +| [SetExportActiveWorksheetOnly(bool value)](./setexportactiveworksheetonly/) | Indicates if only exporting the active worksheet to html file. If true then only the active worksheet will be exported to html file; If false then the whole workbook will be exported to html file. The default value is false. | +| [SetExportArea(const CellArea\& value)](./setexportarea/) | Gets or Sets the exporting [CellArea](../cellarea/) of current active [Worksheet](../worksheet/). If you set this attribute, the print area of current active [Worksheet](../worksheet/) will be omitted. Only the specified area will be exported when saving the file to html. | +| [SetExportBogusRowData(bool value)](./setexportbogusrowdata/) | Indicating whether exporting bogus bottom row data. The default value is true.If you want to import the html or mht file to excel, please keep the default value. | +| [SetExportCellCoordinate(bool value)](./setexportcellcoordinate/) | Indicates whether exporting excel coordinate of nonblank cells when saving file to html. The default value is false. If you want to import the output html to excel, please keep the default value. | +| [SetExportCommentsType(PrintCommentsType value)](./setexportcommentstype/) | Represents type of exporting comments to html files. | +| [SetExportDataOptions(HtmlExportDataOptions value)](./setexportdataoptions/) | Indicating the rule of exporting html file data.The default value is All. | +| [SetExportDocumentProperties(bool value)](./setexportdocumentproperties/) | Indicating whether exporting document properties.The default value is true.If you want to import the html or mht file to excel, please keep the default value. | +| [SetExportExtraHeadings(bool value)](./setexportextraheadings/) | Indicates whether exporting extra headings when the length of text is longer than max display column. The default value is false. If you want to import the html file to excel, please keep the default value. | +| [SetExportFormula(bool value)](./setexportformula/) | Indicates whether exporting formula when saving file to html. The default value is true. If you want to import the output html to excel, please keep the default value. | +| [SetExportFrameScriptsAndProperties(bool value)](./setexportframescriptsandproperties/) | Indicating whether exporting frame scripts and document properties. The default value is true.If you want to import the html or mht file to excel, please keep the default value. | +| [SetExportGridLines(bool value)](./setexportgridlines/) | Indicating whether exporting the gridlines.The default value is false. | +| [SetExportHiddenWorksheet(bool value)](./setexporthiddenworksheet/) | Indicating if exporting the hidden worksheet content.The default value is true. | +| [SetExportImagesAsBase64(bool value)](./setexportimagesasbase64/) | Specifies whether images are saved in Base64 format to HTML, MHTML or EPUB. | +| [SetExportNamedRangeAnchors(bool value)](./setexportnamedrangeanchors/) | Indicates whether to export anchor elements for named ranges when saving as HTML. Default value is true. | +| [SetExportPageFooters(bool value)](./setexportpagefooters/) | Indicates whether exporting page headers. | +| [SetExportPageHeaders(bool value)](./setexportpageheaders/) | Indicates whether exporting page headers. | +| [SetExportPrintAreaOnly(bool value)](./setexportprintareaonly/) | Indicates if only exporting the print area to html file. The default value is false. | +| [SetExportRowColumnHeadings(bool value)](./setexportrowcolumnheadings/) | Indicates whether exports sheet's row and column headings when saving to HTML files. | +| [SetExportSimilarBorderStyle(bool value)](./setexportsimilarborderstyle/) | Indicating whether exporting the similar border style when the border style is not supported by browsers. If you want to import the html or mht file to excel, please keep the default value. The default value is false. | +| [SetExportSingleTab(bool value)](./setexportsingletab/) | Indicates whether exporting the single tab when the file only has one worksheet. The default value is false. | +| [SetExportWorkbookProperties(bool value)](./setexportworkbookproperties/) | Indicating whether exporting workbook properties.The default value is true.If you want to import the html or mht file to excel, please keep the default value. | +| [SetExportWorksheetCSSSeparately(bool value)](./setexportworksheetcssseparately/) | Indicating whether export the worksheet css separately.The default value is false. | +| [SetExportWorksheetProperties(bool value)](./setexportworksheetproperties/) | Indicating whether exporting worksheet properties.The default value is true.If you want to import the html or mht file to excel, please keep the default value. | +| [SetFilePathProvider(IFilePathProvider* value)](./setfilepathprovider/) | Gets or sets the [IFilePathProvider](../ifilepathprovider/) for exporting [Worksheet](../worksheet/) to html separately. | +| [SetFormatDataIgnoreColumnWidth(bool value)](./setformatdataignorecolumnwidth/) | Indicating whether show the whole formatted data of cell when overflowing the column. If true then ignore the column width and the whole data of cell will be exported. If false then the data will be exported same as Excel. The default value is false. | +| [SetHiddenColDisplayType(HtmlHiddenColDisplayType value)](./sethiddencoldisplaytype/) | Hidden column(the width of this column is 0) in excel,before save this into html format, if HtmlHiddenColDisplayType is "Remove",the hidden column would not been output, if the value is "Hidden", the column would been output,but was hidden,the default value is "Hidden". | +| [SetHiddenRowDisplayType(HtmlHiddenRowDisplayType value)](./sethiddenrowdisplaytype/) | Hidden row(the height of this row is 0) in excel,before save this into html format, if HtmlHiddenRowDisplayType is "Remove",the hidden row would not been output, if the value is "Hidden", the row would been output,but was hidden,the default value is "Hidden". | +| [SetHideOverflowWrappedText(bool value)](./sethideoverflowwrappedtext/) | Indicates whether to hide overflow text when the cell format is set to wrap text. The default value is false. | +| [SetHtmlCrossStringType(HtmlCrossType value)](./sethtmlcrossstringtype/) | Indicates if a cross-cell string will be displayed in the same way as MS Excel when saving an Excel file in html format. By default the value is Default, so, for cross-cell strings, there is little difference between the html files created by [Aspose.Cells](../) and MS Excel. But the performance for creating large html files,setting the value to Cross would be several times faster than setting it to Default or Fit2Cell. | +| [SetHtmlVersion(HtmlVersion value)](./sethtmlversion/) | Specifies version of HTML standard that should be used when saving the HTML format. Default value is [HtmlVersion.Default](../htmlversion/). | +| [SetIgnoreInvisibleShapes(bool value)](./setignoreinvisibleshapes/) | Indicate whether exporting those not visible shapes. | +| [SetImageScalable(bool value)](./setimagescalable/) | Indicates whether using scalable unit to describe the image width when using scalable unit to describe the column width. The default value is true. | +| [SetIsBorderCollapsed(bool value)](./setisbordercollapsed/) | Indicates whether the table borders are collapsed. The default value is true. | +| [SetIsExpImageToTempDir(bool value)](./setisexpimagetotempdir/) | Indicates whether exporting image files to temp directory. Only for saving to html stream. | +| [SetIsExportComments(bool value)](./setisexportcomments/) | Indicates if exporting comments when saving file to html, the default value is false. | +| [SetIsFullPathLink(bool value)](./setisfullpathlink/) | Indicating whether using full path link in sheet00x.htm,filelist.xml and tabstrip.htm. The default value is false. | +| [SetIsIECompatible(bool value)](./setisiecompatible/) | Indicating whether the output HTML is compatible with IE browser. The defalut value is false. | +| [SetIsJsBrowserCompatible(bool value)](./setisjsbrowsercompatible/) | Indicates whether JavaScript is compatible with browsers that do not support JavaScript. The default value is true. | +| [SetIsMobileCompatible(bool value)](./setismobilecompatible/) | Indicates whether the output HTML is compatible with mobile devices. The default value is false. | +| [SetLayoutMode(HtmlLayoutMode value)](./setlayoutmode/) | Gets or sets the layout mode when saving to HTML. The default value is HtmlLayoutMode.Normal | +| [SetLinkTargetType(HtmlLinkTargetType value)](./setlinktargettype/) | Indicating the type of target attribute in **
** link. The default value is [HtmlLinkTargetType.Parent](../htmllinktargettype/). | +| [SetMergeAreas(bool value)](../saveoptions/setmergeareas/) | Indicates whether merge the areas of conditional formatting and validation before saving the file. | +| [SetMergeEmptyTdForcely(bool value)](./setmergeemptytdforcely/) | **(Deprecated)** Indicates whether merging empty TD element forcedly when exporting file to html. The size of html file will be reduced significantly after setting value to true. The default value is false. If you want to import the html file to excel or export perfect grid lines when saving file to html, please keep the default value. | +| [SetMergeEmptyTdType(MergeEmptyTdType value)](./setmergeemptytdtype/) | The option to merge contiguous empty cells(empty td elements) The default value is [MergeEmptyTdType.Default](../mergeemptytdtype/). | +| [SetOfficeMathOutputMode(HtmlOfficeMathOutputType value)](./setofficemathoutputmode/) | Indicates how OfficeMath objects are exported to HTML, Default value is Image. | +| [SetPageTitle(const U16String\& value)](./setpagetitle/) | The title of the html page. Only for saving to html stream. | +| [SetPageTitle(const char16_t* value)](./setpagetitle/) | The title of the html page. Only for saving to html stream. | +| [SetParseHtmlTagInCell(bool value)](./setparsehtmltagincell/) | Indicates whether html tag(such as **
**) in cell should be parsed as cell value or preserved as it is. The default value is true. | +| [SetPresentationPreference(bool value)](./setpresentationpreference/) | Indicating if html or mht file is presentation preference. The default value is false. if you want to get more beautiful presentation,please set the value to true. | +| [SetRefreshChartCache(bool value)](../saveoptions/setrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | +| [SetSaveAsSingleFile(bool value)](./setsaveassinglefile/) | Indicates whether save the html as single file. The default value is false. | +| [SetSheetSet(const SheetSet\& value)](./setsheetset/) | Gets or sets the sheets to render. Default is all visible sheets in the workbook: Aspose.Cells.Rendering.SheetSet.Visible. | +| [SetShowAllSheets(bool value)](./setshowallsheets/) | Indicates whether showing all sheets when saving as a single html file. | +| [SetSortExternalNames(bool value)](../saveoptions/setsortexternalnames/) | Indicates whether sorting external defined names before saving file. | +| [SetSortNames(bool value)](../saveoptions/setsortnames/) | Indicates whether sorting defined names before saving file. | +| [SetTableCssId(const U16String\& value)](./settablecssid/) | Gets and sets the prefix of the type css name such as tr,col,td and so on, they are contained in the table element which has the specific TableCssId attribute. The default value is "". | +| [SetTableCssId(const char16_t* value)](./settablecssid/) | Gets and sets the prefix of the type css name such as tr,col,td and so on, they are contained in the table element which has the specific TableCssId attribute. The default value is "". | +| [SetUpdateSmartArt(bool value)](../saveoptions/setupdatesmartart/) | Indicates whether updating smart art setting. The default value is false. | +| [SetValidateMergedAreas(bool value)](../saveoptions/setvalidatemergedareas/) | Indicates whether validate merged cells before saving the file. | +| [SetWarningCallback(IWarningCallback* value)](../saveoptions/setwarningcallback/) | Gets or sets warning callback. | +| [SetWidthScalable(bool value)](./setwidthscalable/) | Indicates whether exporting column width in unit of scale to html. The default value is false. | +| [SetWorksheetScalable(bool value)](./setworksheetscalable/) | Indicates if zooming in or out the html via worksheet zoom level when saving file to html, the default value is false. | +| [~HtmlSaveOptions()](./~htmlsaveoptions/) | Destructor. | +| [~SaveOptions()](../saveoptions/~saveoptions/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [SaveOptions](../saveoptions/) +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getaddgenericfont/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getaddgenericfont/_index.md new file mode 100644 index 00000000000..4166845bfbe --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getaddgenericfont/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetAddGenericFont method +linktitle: GetAddGenericFont +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetAddGenericFont method. Indicates whether to add a generic font to CSS font-family. The default value is true in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells/htmlsaveoptions/getaddgenericfont/ +--- +## HtmlSaveOptions::GetAddGenericFont method + + +Indicates whether to add a generic font to CSS font-family. The default value is true. + +```cpp +bool Aspose::Cells::HtmlSaveOptions::GetAddGenericFont() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getaddtooltiptext/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getaddtooltiptext/_index.md new file mode 100644 index 00000000000..30d0b8dbe98 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getaddtooltiptext/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetAddTooltipText method +linktitle: GetAddTooltipText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetAddTooltipText method. Indicates whether adding tooltip text when the data can''t be fully displayed. The default value is false in C++.' +type: docs +weight: 8900 +url: /es/cpp/aspose.cells/htmlsaveoptions/getaddtooltiptext/ +--- +## HtmlSaveOptions::GetAddTooltipText method + + +Indicates whether adding tooltip text when the data can't be fully displayed. The default value is false. + +```cpp +bool Aspose::Cells::HtmlSaveOptions::GetAddTooltipText() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getattachedfilesdirectory/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getattachedfilesdirectory/_index.md new file mode 100644 index 00000000000..4e92b423901 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getattachedfilesdirectory/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetAttachedFilesDirectory method +linktitle: GetAttachedFilesDirectory +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetAttachedFilesDirectory method. The directory that the attached files will be saved to. Only for saving to html stream in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/htmlsaveoptions/getattachedfilesdirectory/ +--- +## HtmlSaveOptions::GetAttachedFilesDirectory method + + +The directory that the attached files will be saved to. Only for saving to html stream. + +```cpp +U16String Aspose::Cells::HtmlSaveOptions::GetAttachedFilesDirectory() +``` + +## See Also + +* Class [U16String](../../u16string/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getattachedfilesurlprefix/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getattachedfilesurlprefix/_index.md new file mode 100644 index 00000000000..be4d4d98a7e --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getattachedfilesurlprefix/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetAttachedFilesUrlPrefix method +linktitle: GetAttachedFilesUrlPrefix +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetAttachedFilesUrlPrefix method. Specify the Url prefix of attached files such as image in the html file. Only for saving to html stream in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/htmlsaveoptions/getattachedfilesurlprefix/ +--- +## HtmlSaveOptions::GetAttachedFilesUrlPrefix method + + +Specify the Url prefix of attached files such as image in the html file. Only for saving to html stream. + +```cpp +U16String Aspose::Cells::HtmlSaveOptions::GetAttachedFilesUrlPrefix() +``` + +## See Also + +* Class [U16String](../../u16string/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getcalculateformula/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getcalculateformula/_index.md new file mode 100644 index 00000000000..9ce47ff881f --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getcalculateformula/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetCalculateFormula method +linktitle: GetCalculateFormula +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetCalculateFormula method. Indicates whether to calculate formulas before saving html file in C++.' +type: docs +weight: 11300 +url: /es/cpp/aspose.cells/htmlsaveoptions/getcalculateformula/ +--- +## HtmlSaveOptions::GetCalculateFormula method + + +Indicates whether to calculate formulas before saving html file. + +```cpp +bool Aspose::Cells::HtmlSaveOptions::GetCalculateFormula() +``` + +## Remarks + + +The default value is false. +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getcellcssprefix/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getcellcssprefix/_index.md new file mode 100644 index 00000000000..414f4f49e93 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getcellcssprefix/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetCellCssPrefix method +linktitle: GetCellCssPrefix +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetCellCssPrefix method. Gets and sets the prefix of the css name,the default value is "" in C++.' +type: docs +weight: 6700 +url: /es/cpp/aspose.cells/htmlsaveoptions/getcellcssprefix/ +--- +## HtmlSaveOptions::GetCellCssPrefix method + + +Gets and sets the prefix of the css name,the default value is "". + +```cpp +U16String Aspose::Cells::HtmlSaveOptions::GetCellCssPrefix() +``` + +## See Also + +* Class [U16String](../../u16string/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getcellnameattribute/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getcellnameattribute/_index.md new file mode 100644 index 00000000000..c337ce10a03 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getcellnameattribute/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetCellNameAttribute method +linktitle: GetCellNameAttribute +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetCellNameAttribute method. Specifies the attribute that indicates the CellName to be written. (e.g. If the value is "id", then for cell "A1", the output will be:). The default value is null in C++.' +type: docs +weight: 12900 +url: /es/cpp/aspose.cells/htmlsaveoptions/getcellnameattribute/ +--- +## HtmlSaveOptions::GetCellNameAttribute method + + +Specifies the attribute that indicates the CellName to be written. (e.g. If the value is "id", then for cell "A1", the output will be:). The default value is null. + +```cpp +U16String Aspose::Cells::HtmlSaveOptions::GetCellNameAttribute() +``` + +## See Also + +* Class [U16String](../../u16string/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getcssstyles/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getcssstyles/_index.md new file mode 100644 index 00000000000..79a7348c878 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getcssstyles/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetCssStyles method +linktitle: GetCssStyles +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetCssStyles method. Gets or sets the additional css styles for the formatter. Only works when SaveAsSingleFile is True in C++.' +type: docs +weight: 11900 +url: /es/cpp/aspose.cells/htmlsaveoptions/getcssstyles/ +--- +## HtmlSaveOptions::GetCssStyles method + + +Gets or sets the additional css styles for the formatter. Only works when SaveAsSingleFile is True. + +```cpp +U16String Aspose::Cells::HtmlSaveOptions::GetCssStyles() +``` + +## See Also + +* Class [U16String](../../u16string/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getdatabarrendermode/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getdatabarrendermode/_index.md new file mode 100644 index 00000000000..1358b3f066d --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getdatabarrendermode/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetDataBarRenderMode method +linktitle: GetDataBarRenderMode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetDataBarRenderMode method. Represents the mode of how to render DataBar when converting Excel files to html files. Default value is DataBarRenderMode.BackgroundColor in C++.' +type: docs +weight: 14500 +url: /es/cpp/aspose.cells/htmlsaveoptions/getdatabarrendermode/ +--- +## HtmlSaveOptions::GetDataBarRenderMode method + + +Represents the mode of how to render [DataBar](../../databar/) when converting Excel files to html files. Default value is DataBarRenderMode.BackgroundColor. + +```cpp +DataBarRenderMode Aspose::Cells::HtmlSaveOptions::GetDataBarRenderMode() +``` + +## See Also + +* Enum [DataBarRenderMode](../../../aspose.cells.rendering/databarrendermode/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getdefaultfontname/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getdefaultfontname/_index.md new file mode 100644 index 00000000000..07b696ab5f7 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getdefaultfontname/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetDefaultFontName method +linktitle: GetDefaultFontName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetDefaultFontName method. Specify the default font name for exporting html, the default font will be used when the font of style is not existing, If this property is null, Aspose.Cells will use universal font which have the same family with the original font, the default value is null in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells/htmlsaveoptions/getdefaultfontname/ +--- +## HtmlSaveOptions::GetDefaultFontName method + + +Specify the default font name for exporting html, the default font will be used when the font of style is not existing, If this property is null, [Aspose.Cells](../../) will use universal font which have the same family with the original font, the default value is null. + +```cpp +U16String Aspose::Cells::HtmlSaveOptions::GetDefaultFontName() +``` + +## See Also + +* Class [U16String](../../u16string/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getdisablecss/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getdisablecss/_index.md new file mode 100644 index 00000000000..4c2c3292131 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getdisablecss/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetDisableCss method +linktitle: GetDisableCss +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetDisableCss method. Indicates whether only inline styles are applied, without relying on CSS. The default value is false in C++.' +type: docs +weight: 13100 +url: /es/cpp/aspose.cells/htmlsaveoptions/getdisablecss/ +--- +## HtmlSaveOptions::GetDisableCss method + + +Indicates whether only inline styles are applied, without relying on CSS. The default value is false. + +```cpp +bool Aspose::Cells::HtmlSaveOptions::GetDisableCss() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getdisabledownlevelrevealedcomments/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getdisabledownlevelrevealedcomments/_index.md new file mode 100644 index 00000000000..d464d1cae8c --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getdisabledownlevelrevealedcomments/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetDisableDownlevelRevealedComments method +linktitle: GetDisableDownlevelRevealedComments +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetDisableDownlevelRevealedComments method. Indicates if disable Downlevel-revealed conditional comments when exporting file to html, the default value is false in C++.' +type: docs +weight: 2400 +url: /es/cpp/aspose.cells/htmlsaveoptions/getdisabledownlevelrevealedcomments/ +--- +## HtmlSaveOptions::GetDisableDownlevelRevealedComments method + + +Indicates if disable Downlevel-revealed conditional comments when exporting file to html, the default value is false. + +```cpp +bool Aspose::Cells::HtmlSaveOptions::GetDisableDownlevelRevealedComments() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getembeddedfonttype/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getembeddedfonttype/_index.md new file mode 100644 index 00000000000..2235b764194 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getembeddedfonttype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetEmbeddedFontType method +linktitle: GetEmbeddedFontType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetEmbeddedFontType method. Gets or sets the type of embedding font file into html file. Default value is HtmlEmbeddedFontType.None which indicates that no font will be embedded in html in C++.' +type: docs +weight: 14100 +url: /es/cpp/aspose.cells/htmlsaveoptions/getembeddedfonttype/ +--- +## HtmlSaveOptions::GetEmbeddedFontType method + + +Gets or sets the type of embedding font file into html file. Default value is HtmlEmbeddedFontType.None which indicates that no font will be embedded in html. + +```cpp +HtmlEmbeddedFontType Aspose::Cells::HtmlSaveOptions::GetEmbeddedFontType() +``` + +## See Also + +* Enum [HtmlEmbeddedFontType](../../../aspose.cells.rendering/htmlembeddedfonttype/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getenablecsscustomproperties/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getenablecsscustomproperties/_index.md new file mode 100644 index 00000000000..ed4e3abd971 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getenablecsscustomproperties/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetEnableCssCustomProperties method +linktitle: GetEnableCssCustomProperties +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetEnableCssCustomProperties method. Optimize the output of html by using CSS custom properties. For example, for the scenario that there are multiple occurences for one base64 image, with custom property the image data only needs to be saved once so the performance of the resultant html can be improved. The default value is false in C++.' +type: docs +weight: 13300 +url: /es/cpp/aspose.cells/htmlsaveoptions/getenablecsscustomproperties/ +--- +## HtmlSaveOptions::GetEnableCssCustomProperties method + + +Optimize the output of html by using CSS custom properties. For example, for the scenario that there are multiple occurences for one base64 image, with custom property the image data only needs to be saved once so the performance of the resultant html can be improved. The default value is false. + +```cpp +bool Aspose::Cells::HtmlSaveOptions::GetEnableCssCustomProperties() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getencodeentityascode/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getencodeentityascode/_index.md new file mode 100644 index 00000000000..f81cb790e88 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getencodeentityascode/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetEncodeEntityAsCode method +linktitle: GetEncodeEntityAsCode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetEncodeEntityAsCode method. Indicates whether the html character entities are replaced with decimal code. (e.g. "&nbsp;" is replaced with "&#160;"). The default value is false in C++.' +type: docs +weight: 12500 +url: /es/cpp/aspose.cells/htmlsaveoptions/getencodeentityascode/ +--- +## HtmlSaveOptions::GetEncodeEntityAsCode method + + +Indicates whether the html character entities are replaced with decimal code. (e.g. "&nbsp;" is replaced with "&#160;"). The default value is false. + +```cpp +bool Aspose::Cells::HtmlSaveOptions::GetEncodeEntityAsCode() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getencoding/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getencoding/_index.md new file mode 100644 index 00000000000..c37bf473401 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getencoding/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetEncoding method +linktitle: GetEncoding +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetEncoding method. If not set,use Encoding.UTF8 as default enconding type in C++.' +type: docs +weight: 5000 +url: /es/cpp/aspose.cells/htmlsaveoptions/getencoding/ +--- +## HtmlSaveOptions::GetEncoding method + + +If not set,use Encoding.UTF8 as default enconding type. + +```cpp +EncodingType Aspose::Cells::HtmlSaveOptions::GetEncoding() +``` + +## See Also + +* Enum [EncodingType](../../encodingtype/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getexcludeunusedstyles/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getexcludeunusedstyles/_index.md new file mode 100644 index 00000000000..289c86f2b5a --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getexcludeunusedstyles/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetExcludeUnusedStyles method +linktitle: GetExcludeUnusedStyles +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetExcludeUnusedStyles method. Indicating whether excludes unused styles. For the generated html files, excluding unused styles can make the file size smaller without affecting the visual effects. So the default value of this property is true. If user needs to keep all styles in the workbook for the generated html(such as the scenario that user needs to restore the workbook from the generated html later), please set this property as false in C++.' +type: docs +weight: 9500 +url: /es/cpp/aspose.cells/htmlsaveoptions/getexcludeunusedstyles/ +--- +## HtmlSaveOptions::GetExcludeUnusedStyles method + + +Indicating whether excludes unused styles. For the generated html files, excluding unused styles can make the file size smaller without affecting the visual effects. So the default value of this property is true. If user needs to keep all styles in the workbook for the generated html(such as the scenario that user needs to restore the workbook from the generated html later), please set this property as false. + +```cpp +bool Aspose::Cells::HtmlSaveOptions::GetExcludeUnusedStyles() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getexportactiveworksheetonly/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getexportactiveworksheetonly/_index.md new file mode 100644 index 00000000000..8c6f3d7bd10 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getexportactiveworksheetonly/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetExportActiveWorksheetOnly method +linktitle: GetExportActiveWorksheetOnly +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetExportActiveWorksheetOnly method. Indicates if only exporting the active worksheet to html file. If true then only the active worksheet will be exported to html file; If false then the whole workbook will be exported to html file. The default value is false in C++.' +type: docs +weight: 3600 +url: /es/cpp/aspose.cells/htmlsaveoptions/getexportactiveworksheetonly/ +--- +## HtmlSaveOptions::GetExportActiveWorksheetOnly method + + +Indicates if only exporting the active worksheet to html file. If true then only the active worksheet will be exported to html file; If false then the whole workbook will be exported to html file. The default value is false. + +```cpp +bool Aspose::Cells::HtmlSaveOptions::GetExportActiveWorksheetOnly() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getexportarea/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getexportarea/_index.md new file mode 100644 index 00000000000..e63a565f0f9 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getexportarea/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetExportArea method +linktitle: GetExportArea +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetExportArea method. Gets or Sets the exporting CellArea of current active Worksheet. If you set this attribute, the print area of current active Worksheet will be omitted. Only the specified area will be exported when saving the file to html in C++.' +type: docs +weight: 4000 +url: /es/cpp/aspose.cells/htmlsaveoptions/getexportarea/ +--- +## HtmlSaveOptions::GetExportArea method + + +Gets or Sets the exporting [CellArea](../../cellarea/) of current active [Worksheet](../../worksheet/). If you set this attribute, the print area of current active [Worksheet](../../worksheet/) will be omitted. Only the specified area will be exported when saving the file to html. + +```cpp +CellArea Aspose::Cells::HtmlSaveOptions::GetExportArea() +``` + +## See Also + +* Class [CellArea](../../cellarea/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getexportbogusrowdata/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getexportbogusrowdata/_index.md new file mode 100644 index 00000000000..6c4bffdd380 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getexportbogusrowdata/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetExportBogusRowData method +linktitle: GetExportBogusRowData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetExportBogusRowData method. Indicating whether exporting bogus bottom row data. The default value is true.If you want to import the html or mht file to excel, please keep the default value in C++.' +type: docs +weight: 9300 +url: /es/cpp/aspose.cells/htmlsaveoptions/getexportbogusrowdata/ +--- +## HtmlSaveOptions::GetExportBogusRowData method + + +Indicating whether exporting bogus bottom row data. The default value is true.If you want to import the html or mht file to excel, please keep the default value. + +```cpp +bool Aspose::Cells::HtmlSaveOptions::GetExportBogusRowData() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getexportcellcoordinate/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getexportcellcoordinate/_index.md new file mode 100644 index 00000000000..55fbca92b53 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getexportcellcoordinate/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetExportCellCoordinate method +linktitle: GetExportCellCoordinate +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetExportCellCoordinate method. Indicates whether exporting excel coordinate of nonblank cells when saving file to html. The default value is false. If you want to import the output html to excel, please keep the default value in C++.' +type: docs +weight: 8100 +url: /es/cpp/aspose.cells/htmlsaveoptions/getexportcellcoordinate/ +--- +## HtmlSaveOptions::GetExportCellCoordinate method + + +Indicates whether exporting excel coordinate of nonblank cells when saving file to html. The default value is false. If you want to import the output html to excel, please keep the default value. + +```cpp +bool Aspose::Cells::HtmlSaveOptions::GetExportCellCoordinate() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getexportcommentstype/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getexportcommentstype/_index.md new file mode 100644 index 00000000000..babb694d535 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getexportcommentstype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetExportCommentsType method +linktitle: GetExportCommentsType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetExportCommentsType method. Represents type of exporting comments to html files in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells/htmlsaveoptions/getexportcommentstype/ +--- +## HtmlSaveOptions::GetExportCommentsType method + + +Represents type of exporting comments to html files. + +```cpp +PrintCommentsType Aspose::Cells::HtmlSaveOptions::GetExportCommentsType() +``` + +## See Also + +* Enum [PrintCommentsType](../../printcommentstype/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getexportdataoptions/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getexportdataoptions/_index.md new file mode 100644 index 00000000000..c1a059d3dbb --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getexportdataoptions/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetExportDataOptions method +linktitle: GetExportDataOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetExportDataOptions method. Indicating the rule of exporting html file data.The default value is All in C++.' +type: docs +weight: 10500 +url: /es/cpp/aspose.cells/htmlsaveoptions/getexportdataoptions/ +--- +## HtmlSaveOptions::GetExportDataOptions method + + +Indicating the rule of exporting html file data.The default value is All. + +```cpp +HtmlExportDataOptions Aspose::Cells::HtmlSaveOptions::GetExportDataOptions() +``` + +## See Also + +* Enum [HtmlExportDataOptions](../../htmlexportdataoptions/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getexportdocumentproperties/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getexportdocumentproperties/_index.md new file mode 100644 index 00000000000..a01aa847080 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getexportdocumentproperties/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetExportDocumentProperties method +linktitle: GetExportDocumentProperties +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetExportDocumentProperties method. Indicating whether exporting document properties.The default value is true.If you want to import the html or mht file to excel, please keep the default value in C++.' +type: docs +weight: 9700 +url: /es/cpp/aspose.cells/htmlsaveoptions/getexportdocumentproperties/ +--- +## HtmlSaveOptions::GetExportDocumentProperties method + + +Indicating whether exporting document properties.The default value is true.If you want to import the html or mht file to excel, please keep the default value. + +```cpp +bool Aspose::Cells::HtmlSaveOptions::GetExportDocumentProperties() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getexportextraheadings/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getexportextraheadings/_index.md new file mode 100644 index 00000000000..74ca69a6449 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getexportextraheadings/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetExportExtraHeadings method +linktitle: GetExportExtraHeadings +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetExportExtraHeadings method. Indicates whether exporting extra headings when the length of text is longer than max display column. The default value is false. If you want to import the html file to excel, please keep the default value in C++.' +type: docs +weight: 8300 +url: /es/cpp/aspose.cells/htmlsaveoptions/getexportextraheadings/ +--- +## HtmlSaveOptions::GetExportExtraHeadings method + + +Indicates whether exporting extra headings when the length of text is longer than max display column. The default value is false. If you want to import the html file to excel, please keep the default value. + +```cpp +bool Aspose::Cells::HtmlSaveOptions::GetExportExtraHeadings() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getexportformula/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getexportformula/_index.md new file mode 100644 index 00000000000..8ca83c278ab --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getexportformula/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetExportFormula method +linktitle: GetExportFormula +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetExportFormula method. Indicates whether exporting formula when saving file to html. The default value is true. If you want to import the output html to excel, please keep the default value in C++.' +type: docs +weight: 8700 +url: /es/cpp/aspose.cells/htmlsaveoptions/getexportformula/ +--- +## HtmlSaveOptions::GetExportFormula method + + +Indicates whether exporting formula when saving file to html. The default value is true. If you want to import the output html to excel, please keep the default value. + +```cpp +bool Aspose::Cells::HtmlSaveOptions::GetExportFormula() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getexportframescriptsandproperties/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getexportframescriptsandproperties/_index.md new file mode 100644 index 00000000000..116f85120ca --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getexportframescriptsandproperties/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetExportFrameScriptsAndProperties method +linktitle: GetExportFrameScriptsAndProperties +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetExportFrameScriptsAndProperties method. Indicating whether exporting frame scripts and document properties. The default value is true.If you want to import the html or mht file to excel, please keep the default value in C++.' +type: docs +weight: 10300 +url: /es/cpp/aspose.cells/htmlsaveoptions/getexportframescriptsandproperties/ +--- +## HtmlSaveOptions::GetExportFrameScriptsAndProperties method + + +Indicating whether exporting frame scripts and document properties. The default value is true.If you want to import the html or mht file to excel, please keep the default value. + +```cpp +bool Aspose::Cells::HtmlSaveOptions::GetExportFrameScriptsAndProperties() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getexportgridlines/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getexportgridlines/_index.md new file mode 100644 index 00000000000..2e2ab831040 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getexportgridlines/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetExportGridLines method +linktitle: GetExportGridLines +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetExportGridLines method. Indicating whether exporting the gridlines.The default value is false in C++.' +type: docs +weight: 9100 +url: /es/cpp/aspose.cells/htmlsaveoptions/getexportgridlines/ +--- +## HtmlSaveOptions::GetExportGridLines method + + +Indicating whether exporting the gridlines.The default value is false. + +```cpp +bool Aspose::Cells::HtmlSaveOptions::GetExportGridLines() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getexporthiddenworksheet/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getexporthiddenworksheet/_index.md new file mode 100644 index 00000000000..da1c745f215 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getexporthiddenworksheet/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetExportHiddenWorksheet method +linktitle: GetExportHiddenWorksheet +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetExportHiddenWorksheet method. Indicating if exporting the hidden worksheet content.The default value is true in C++.' +type: docs +weight: 6300 +url: /es/cpp/aspose.cells/htmlsaveoptions/getexporthiddenworksheet/ +--- +## HtmlSaveOptions::GetExportHiddenWorksheet method + + +Indicating if exporting the hidden worksheet content.The default value is true. + +```cpp +bool Aspose::Cells::HtmlSaveOptions::GetExportHiddenWorksheet() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getexportimagesasbase64/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getexportimagesasbase64/_index.md new file mode 100644 index 00000000000..2b0b0dd47f7 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getexportimagesasbase64/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetExportImagesAsBase64 method +linktitle: GetExportImagesAsBase64 +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetExportImagesAsBase64 method. Specifies whether images are saved in Base64 format to HTML, MHTML or EPUB in C++.' +type: docs +weight: 3400 +url: /es/cpp/aspose.cells/htmlsaveoptions/getexportimagesasbase64/ +--- +## HtmlSaveOptions::GetExportImagesAsBase64 method + + +Specifies whether images are saved in Base64 format to HTML, MHTML or EPUB. + +```cpp +bool Aspose::Cells::HtmlSaveOptions::GetExportImagesAsBase64() +``` + +## Remarks + + +When this property is set to true image data is exported directly on the img elements and separate files are not created. +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getexportnamedrangeanchors/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getexportnamedrangeanchors/_index.md new file mode 100644 index 00000000000..4d995248bc0 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getexportnamedrangeanchors/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetExportNamedRangeAnchors method +linktitle: GetExportNamedRangeAnchors +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetExportNamedRangeAnchors method. Indicates whether to export anchor elements for named ranges when saving as HTML. Default value is true in C++.' +type: docs +weight: 14300 +url: /es/cpp/aspose.cells/htmlsaveoptions/getexportnamedrangeanchors/ +--- +## HtmlSaveOptions::GetExportNamedRangeAnchors method + + +Indicates whether to export anchor elements for named ranges when saving as HTML. Default value is true. + +```cpp +bool Aspose::Cells::HtmlSaveOptions::GetExportNamedRangeAnchors() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getexportpagefooters/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getexportpagefooters/_index.md new file mode 100644 index 00000000000..28f0065fbd4 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getexportpagefooters/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetExportPageFooters method +linktitle: GetExportPageFooters +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetExportPageFooters method. Indicates whether exporting page headers in C++.' +type: docs +weight: 6100 +url: /es/cpp/aspose.cells/htmlsaveoptions/getexportpagefooters/ +--- +## HtmlSaveOptions::GetExportPageFooters method + + +Indicates whether exporting page headers. + +```cpp +bool Aspose::Cells::HtmlSaveOptions::GetExportPageFooters() +``` + +## Remarks + + +Only works when SaveAsSingleFile is True. +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getexportpageheaders/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getexportpageheaders/_index.md new file mode 100644 index 00000000000..dd815c577d2 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getexportpageheaders/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetExportPageHeaders method +linktitle: GetExportPageHeaders +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetExportPageHeaders method. Indicates whether exporting page headers in C++.' +type: docs +weight: 5900 +url: /es/cpp/aspose.cells/htmlsaveoptions/getexportpageheaders/ +--- +## HtmlSaveOptions::GetExportPageHeaders method + + +Indicates whether exporting page headers. + +```cpp +bool Aspose::Cells::HtmlSaveOptions::GetExportPageHeaders() +``` + +## Remarks + + +Only works when SaveAsSingleFile is True. +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getexportprintareaonly/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getexportprintareaonly/_index.md new file mode 100644 index 00000000000..abe9a3b3de7 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getexportprintareaonly/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetExportPrintAreaOnly method +linktitle: GetExportPrintAreaOnly +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetExportPrintAreaOnly method. Indicates if only exporting the print area to html file. The default value is false in C++.' +type: docs +weight: 3800 +url: /es/cpp/aspose.cells/htmlsaveoptions/getexportprintareaonly/ +--- +## HtmlSaveOptions::GetExportPrintAreaOnly method + + +Indicates if only exporting the print area to html file. The default value is false. + +```cpp +bool Aspose::Cells::HtmlSaveOptions::GetExportPrintAreaOnly() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getexportrowcolumnheadings/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getexportrowcolumnheadings/_index.md new file mode 100644 index 00000000000..1ac33bd1aef --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getexportrowcolumnheadings/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetExportRowColumnHeadings method +linktitle: GetExportRowColumnHeadings +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetExportRowColumnHeadings method. Indicates whether exports sheet''s row and column headings when saving to HTML files in C++.' +type: docs +weight: 8500 +url: /es/cpp/aspose.cells/htmlsaveoptions/getexportrowcolumnheadings/ +--- +## HtmlSaveOptions::GetExportRowColumnHeadings method + + +Indicates whether exports sheet's row and column headings when saving to HTML files. + +```cpp +bool Aspose::Cells::HtmlSaveOptions::GetExportRowColumnHeadings() +``` + +## Remarks + + +The default value is false. +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getexportsimilarborderstyle/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getexportsimilarborderstyle/_index.md new file mode 100644 index 00000000000..d3b92edf9d6 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getexportsimilarborderstyle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetExportSimilarBorderStyle method +linktitle: GetExportSimilarBorderStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetExportSimilarBorderStyle method. Indicating whether exporting the similar border style when the border style is not supported by browsers. If you want to import the html or mht file to excel, please keep the default value. The default value is false in C++.' +type: docs +weight: 7500 +url: /es/cpp/aspose.cells/htmlsaveoptions/getexportsimilarborderstyle/ +--- +## HtmlSaveOptions::GetExportSimilarBorderStyle method + + +Indicating whether exporting the similar border style when the border style is not supported by browsers. If you want to import the html or mht file to excel, please keep the default value. The default value is false. + +```cpp +bool Aspose::Cells::HtmlSaveOptions::GetExportSimilarBorderStyle() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getexportsingletab/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getexportsingletab/_index.md new file mode 100644 index 00000000000..c9d703649d4 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getexportsingletab/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetExportSingleTab method +linktitle: GetExportSingleTab +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetExportSingleTab method. Indicates whether exporting the single tab when the file only has one worksheet. The default value is false in C++.' +type: docs +weight: 3200 +url: /es/cpp/aspose.cells/htmlsaveoptions/getexportsingletab/ +--- +## HtmlSaveOptions::GetExportSingleTab method + + +Indicates whether exporting the single tab when the file only has one worksheet. The default value is false. + +```cpp +bool Aspose::Cells::HtmlSaveOptions::GetExportSingleTab() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getexportworkbookproperties/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getexportworkbookproperties/_index.md new file mode 100644 index 00000000000..5e76ca0707c --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getexportworkbookproperties/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetExportWorkbookProperties method +linktitle: GetExportWorkbookProperties +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetExportWorkbookProperties method. Indicating whether exporting workbook properties.The default value is true.If you want to import the html or mht file to excel, please keep the default value in C++.' +type: docs +weight: 10100 +url: /es/cpp/aspose.cells/htmlsaveoptions/getexportworkbookproperties/ +--- +## HtmlSaveOptions::GetExportWorkbookProperties method + + +Indicating whether exporting workbook properties.The default value is true.If you want to import the html or mht file to excel, please keep the default value. + +```cpp +bool Aspose::Cells::HtmlSaveOptions::GetExportWorkbookProperties() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getexportworksheetcssseparately/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getexportworksheetcssseparately/_index.md new file mode 100644 index 00000000000..cc97fb489a5 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getexportworksheetcssseparately/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetExportWorksheetCSSSeparately method +linktitle: GetExportWorksheetCSSSeparately +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetExportWorksheetCSSSeparately method. Indicating whether export the worksheet css separately.The default value is false in C++.' +type: docs +weight: 7300 +url: /es/cpp/aspose.cells/htmlsaveoptions/getexportworksheetcssseparately/ +--- +## HtmlSaveOptions::GetExportWorksheetCSSSeparately method + + +Indicating whether export the worksheet css separately.The default value is false. + +```cpp +bool Aspose::Cells::HtmlSaveOptions::GetExportWorksheetCSSSeparately() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getexportworksheetproperties/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getexportworksheetproperties/_index.md new file mode 100644 index 00000000000..3b183f50759 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getexportworksheetproperties/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetExportWorksheetProperties method +linktitle: GetExportWorksheetProperties +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetExportWorksheetProperties method. Indicating whether exporting worksheet properties.The default value is true.If you want to import the html or mht file to excel, please keep the default value in C++.' +type: docs +weight: 9900 +url: /es/cpp/aspose.cells/htmlsaveoptions/getexportworksheetproperties/ +--- +## HtmlSaveOptions::GetExportWorksheetProperties method + + +Indicating whether exporting worksheet properties.The default value is true.If you want to import the html or mht file to excel, please keep the default value. + +```cpp +bool Aspose::Cells::HtmlSaveOptions::GetExportWorksheetProperties() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getfilepathprovider/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getfilepathprovider/_index.md new file mode 100644 index 00000000000..e67127544c4 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getfilepathprovider/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetFilePathProvider method +linktitle: GetFilePathProvider +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetFilePathProvider method. Gets or sets the IFilePathProvider for exporting Worksheet to html separately in C++.' +type: docs +weight: 5200 +url: /es/cpp/aspose.cells/htmlsaveoptions/getfilepathprovider/ +--- +## HtmlSaveOptions::GetFilePathProvider method + + +Gets or sets the [IFilePathProvider](../../ifilepathprovider/) for exporting [Worksheet](../../worksheet/) to html separately. + +```cpp +IFilePathProvider * Aspose::Cells::HtmlSaveOptions::GetFilePathProvider() +``` + +## See Also + +* Class [IFilePathProvider](../../ifilepathprovider/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getformatdataignorecolumnwidth/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getformatdataignorecolumnwidth/_index.md new file mode 100644 index 00000000000..02683e0fd5c --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getformatdataignorecolumnwidth/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetFormatDataIgnoreColumnWidth method +linktitle: GetFormatDataIgnoreColumnWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetFormatDataIgnoreColumnWidth method. Indicating whether show the whole formatted data of cell when overflowing the column. If true then ignore the column width and the whole data of cell will be exported. If false then the data will be exported same as Excel. The default value is false in C++.' +type: docs +weight: 11100 +url: /es/cpp/aspose.cells/htmlsaveoptions/getformatdataignorecolumnwidth/ +--- +## HtmlSaveOptions::GetFormatDataIgnoreColumnWidth method + + +Indicating whether show the whole formatted data of cell when overflowing the column. If true then ignore the column width and the whole data of cell will be exported. If false then the data will be exported same as Excel. The default value is false. + +```cpp +bool Aspose::Cells::HtmlSaveOptions::GetFormatDataIgnoreColumnWidth() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/gethiddencoldisplaytype/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/gethiddencoldisplaytype/_index.md new file mode 100644 index 00000000000..975aaad8354 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/gethiddencoldisplaytype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetHiddenColDisplayType method +linktitle: GetHiddenColDisplayType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetHiddenColDisplayType method. Hidden column(the width of this column is 0) in excel,before save this into html format, if HtmlHiddenColDisplayType is "Remove",the hidden column would not been output, if the value is "Hidden", the column would been output,but was hidden,the default value is "Hidden" in C++.' +type: docs +weight: 4600 +url: /es/cpp/aspose.cells/htmlsaveoptions/gethiddencoldisplaytype/ +--- +## HtmlSaveOptions::GetHiddenColDisplayType method + + +Hidden column(the width of this column is 0) in excel,before save this into html format, if HtmlHiddenColDisplayType is "Remove",the hidden column would not been output, if the value is "Hidden", the column would been output,but was hidden,the default value is "Hidden". + +```cpp +HtmlHiddenColDisplayType Aspose::Cells::HtmlSaveOptions::GetHiddenColDisplayType() +``` + +## See Also + +* Enum [HtmlHiddenColDisplayType](../../htmlhiddencoldisplaytype/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/gethiddenrowdisplaytype/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/gethiddenrowdisplaytype/_index.md new file mode 100644 index 00000000000..df8f941cd84 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/gethiddenrowdisplaytype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetHiddenRowDisplayType method +linktitle: GetHiddenRowDisplayType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetHiddenRowDisplayType method. Hidden row(the height of this row is 0) in excel,before save this into html format, if HtmlHiddenRowDisplayType is "Remove",the hidden row would not been output, if the value is "Hidden", the row would been output,but was hidden,the default value is "Hidden" in C++.' +type: docs +weight: 4800 +url: /es/cpp/aspose.cells/htmlsaveoptions/gethiddenrowdisplaytype/ +--- +## HtmlSaveOptions::GetHiddenRowDisplayType method + + +Hidden row(the height of this row is 0) in excel,before save this into html format, if HtmlHiddenRowDisplayType is "Remove",the hidden row would not been output, if the value is "Hidden", the row would been output,but was hidden,the default value is "Hidden". + +```cpp +HtmlHiddenRowDisplayType Aspose::Cells::HtmlSaveOptions::GetHiddenRowDisplayType() +``` + +## See Also + +* Enum [HtmlHiddenRowDisplayType](../../htmlhiddenrowdisplaytype/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/gethideoverflowwrappedtext/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/gethideoverflowwrappedtext/_index.md new file mode 100644 index 00000000000..93fe2373420 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/gethideoverflowwrappedtext/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetHideOverflowWrappedText method +linktitle: GetHideOverflowWrappedText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetHideOverflowWrappedText method. Indicates whether to hide overflow text when the cell format is set to wrap text. The default value is false in C++.' +type: docs +weight: 12100 +url: /es/cpp/aspose.cells/htmlsaveoptions/gethideoverflowwrappedtext/ +--- +## HtmlSaveOptions::GetHideOverflowWrappedText method + + +Indicates whether to hide overflow text when the cell format is set to wrap text. The default value is false. + +```cpp +bool Aspose::Cells::HtmlSaveOptions::GetHideOverflowWrappedText() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/gethtmlcrossstringtype/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/gethtmlcrossstringtype/_index.md new file mode 100644 index 00000000000..fc60fd2ff54 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/gethtmlcrossstringtype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetHtmlCrossStringType method +linktitle: GetHtmlCrossStringType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetHtmlCrossStringType method. Indicates if a cross-cell string will be displayed in the same way as MS Excel when saving an Excel file in html format. By default the value is Default, so, for cross-cell strings, there is little difference between the html files created by Aspose.Cells and MS Excel. But the performance for creating large html files,setting the value to Cross would be several times faster than setting it to Default or Fit2Cell in C++.' +type: docs +weight: 4400 +url: /es/cpp/aspose.cells/htmlsaveoptions/gethtmlcrossstringtype/ +--- +## HtmlSaveOptions::GetHtmlCrossStringType method + + +Indicates if a cross-cell string will be displayed in the same way as MS Excel when saving an Excel file in html format. By default the value is Default, so, for cross-cell strings, there is little difference between the html files created by [Aspose.Cells](../../) and MS Excel. But the performance for creating large html files,setting the value to Cross would be several times faster than setting it to Default or Fit2Cell. + +```cpp +HtmlCrossType Aspose::Cells::HtmlSaveOptions::GetHtmlCrossStringType() +``` + +## See Also + +* Enum [HtmlCrossType](../../htmlcrosstype/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/gethtmlversion/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/gethtmlversion/_index.md new file mode 100644 index 00000000000..d4a08090d12 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/gethtmlversion/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetHtmlVersion method +linktitle: GetHtmlVersion +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetHtmlVersion method. Specifies version of HTML standard that should be used when saving the HTML format. Default value is HtmlVersion.Default in C++.' +type: docs +weight: 13500 +url: /es/cpp/aspose.cells/htmlsaveoptions/gethtmlversion/ +--- +## HtmlSaveOptions::GetHtmlVersion method + + +Specifies version of HTML standard that should be used when saving the HTML format. Default value is [HtmlVersion.Default](../../htmlversion/). + +```cpp +HtmlVersion Aspose::Cells::HtmlSaveOptions::GetHtmlVersion() +``` + +## See Also + +* Enum [HtmlVersion](../../htmlversion/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getignoreinvisibleshapes/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getignoreinvisibleshapes/_index.md new file mode 100644 index 00000000000..4cf21c09015 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getignoreinvisibleshapes/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetIgnoreInvisibleShapes method +linktitle: GetIgnoreInvisibleShapes +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetIgnoreInvisibleShapes method. Indicate whether exporting those not visible shapes in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/htmlsaveoptions/getignoreinvisibleshapes/ +--- +## HtmlSaveOptions::GetIgnoreInvisibleShapes method + + +Indicate whether exporting those not visible shapes. + +```cpp +bool Aspose::Cells::HtmlSaveOptions::GetIgnoreInvisibleShapes() +``` + +## Remarks + + +The default values is false. +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getimageoptions/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getimageoptions/_index.md new file mode 100644 index 00000000000..b967d690d29 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getimageoptions/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetImageOptions method +linktitle: GetImageOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetImageOptions method. Get the ImageOrPrintOptions object before exporting in C++.' +type: docs +weight: 5400 +url: /es/cpp/aspose.cells/htmlsaveoptions/getimageoptions/ +--- +## HtmlSaveOptions::GetImageOptions method + + +Get the ImageOrPrintOptions object before exporting. + +```cpp +ImageOrPrintOptions Aspose::Cells::HtmlSaveOptions::GetImageOptions() +``` + +## See Also + +* Class [ImageOrPrintOptions](../../../aspose.cells.rendering/imageorprintoptions/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getimagescalable/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getimagescalable/_index.md new file mode 100644 index 00000000000..65f2c7bd073 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getimagescalable/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetImageScalable method +linktitle: GetImageScalable +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetImageScalable method. Indicates whether using scalable unit to describe the image width when using scalable unit to describe the column width. The default value is true in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells/htmlsaveoptions/getimagescalable/ +--- +## HtmlSaveOptions::GetImageScalable method + + +Indicates whether using scalable unit to describe the image width when using scalable unit to describe the column width. The default value is true. + +```cpp +bool Aspose::Cells::HtmlSaveOptions::GetImageScalable() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getlayoutmode/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getlayoutmode/_index.md new file mode 100644 index 00000000000..a7e69c8c3b0 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getlayoutmode/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetLayoutMode method +linktitle: GetLayoutMode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetLayoutMode method. Gets or sets the layout mode when saving to HTML. The default value is HtmlLayoutMode.Normal in C++.' +type: docs +weight: 13900 +url: /es/cpp/aspose.cells/htmlsaveoptions/getlayoutmode/ +--- +## HtmlSaveOptions::GetLayoutMode method + + +Gets or sets the layout mode when saving to HTML. The default value is HtmlLayoutMode.Normal + +```cpp +HtmlLayoutMode Aspose::Cells::HtmlSaveOptions::GetLayoutMode() +``` + +## See Also + +* Enum [HtmlLayoutMode](../../../aspose.cells.rendering/htmllayoutmode/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getlinktargettype/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getlinktargettype/_index.md new file mode 100644 index 00000000000..d2664981ad7 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getlinktargettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetLinkTargetType method +linktitle: GetLinkTargetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetLinkTargetType method. Indicating the type of target attribute in
link. The default value is HtmlLinkTargetType.Parent in C++.' +type: docs +weight: 10700 +url: /es/cpp/aspose.cells/htmlsaveoptions/getlinktargettype/ +--- +## HtmlSaveOptions::GetLinkTargetType method + + +Indicating the type of target attribute in **** link. The default value is [HtmlLinkTargetType.Parent](../../htmllinktargettype/). + +```cpp +HtmlLinkTargetType Aspose::Cells::HtmlSaveOptions::GetLinkTargetType() +``` + +## See Also + +* Enum [HtmlLinkTargetType](../../htmllinktargettype/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getmergeemptytdforcely/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getmergeemptytdforcely/_index.md new file mode 100644 index 00000000000..8f591cd538a --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getmergeemptytdforcely/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetMergeEmptyTdForcely method +linktitle: GetMergeEmptyTdForcely +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetMergeEmptyTdForcely method. Indicates whether merging empty TD element forcedly when exporting file to html. The size of html file will be reduced significantly after setting value to true. The default value is false. If you want to import the html file to excel or export perfect grid lines when saving file to html, please keep the default value in C++.' +type: docs +weight: 7700 +url: /es/cpp/aspose.cells/htmlsaveoptions/getmergeemptytdforcely/ +--- +## HtmlSaveOptions::GetMergeEmptyTdForcely method + + +Indicates whether merging empty TD element forcedly when exporting file to html. The size of html file will be reduced significantly after setting value to true. The default value is false. If you want to import the html file to excel or export perfect grid lines when saving file to html, please keep the default value. + + +>Deprecated +> +>Use HtmlSaveOptions.MergeEmptyTdType instead. +```cpp +bool Aspose::Cells::HtmlSaveOptions::GetMergeEmptyTdForcely() +``` + + + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getmergeemptytdtype/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getmergeemptytdtype/_index.md new file mode 100644 index 00000000000..82e240da2a0 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getmergeemptytdtype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetMergeEmptyTdType method +linktitle: GetMergeEmptyTdType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetMergeEmptyTdType method. The option to merge contiguous empty cells(empty td elements) The default value is MergeEmptyTdType.Default in C++.' +type: docs +weight: 7900 +url: /es/cpp/aspose.cells/htmlsaveoptions/getmergeemptytdtype/ +--- +## HtmlSaveOptions::GetMergeEmptyTdType method + + +The option to merge contiguous empty cells(empty td elements) The default value is [MergeEmptyTdType.Default](../../mergeemptytdtype/). + +```cpp +MergeEmptyTdType Aspose::Cells::HtmlSaveOptions::GetMergeEmptyTdType() +``` + +## See Also + +* Enum [MergeEmptyTdType](../../mergeemptytdtype/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getofficemathoutputmode/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getofficemathoutputmode/_index.md new file mode 100644 index 00000000000..5bc6e250dda --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getofficemathoutputmode/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetOfficeMathOutputMode method +linktitle: GetOfficeMathOutputMode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetOfficeMathOutputMode method. Indicates how OfficeMath objects are exported to HTML, Default value is Image in C++.' +type: docs +weight: 12700 +url: /es/cpp/aspose.cells/htmlsaveoptions/getofficemathoutputmode/ +--- +## HtmlSaveOptions::GetOfficeMathOutputMode method + + +Indicates how OfficeMath objects are exported to HTML, Default value is Image. + +```cpp +HtmlOfficeMathOutputType Aspose::Cells::HtmlSaveOptions::GetOfficeMathOutputMode() +``` + +## See Also + +* Enum [HtmlOfficeMathOutputType](../../htmlofficemathoutputtype/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getpagetitle/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getpagetitle/_index.md new file mode 100644 index 00000000000..5031d92a846 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getpagetitle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetPageTitle method +linktitle: GetPageTitle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetPageTitle method. The title of the html page. Only for saving to html stream in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/htmlsaveoptions/getpagetitle/ +--- +## HtmlSaveOptions::GetPageTitle method + + +The title of the html page. Only for saving to html stream. + +```cpp +U16String Aspose::Cells::HtmlSaveOptions::GetPageTitle() +``` + +## See Also + +* Class [U16String](../../u16string/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getparsehtmltagincell/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getparsehtmltagincell/_index.md new file mode 100644 index 00000000000..9cc1dd1b96d --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getparsehtmltagincell/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetParseHtmlTagInCell method +linktitle: GetParseHtmlTagInCell +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetParseHtmlTagInCell method. Indicates whether html tag(such as
) in cell should be parsed as cell value or preserved as it is. The default value is true in C++.' +type: docs +weight: 4200 +url: /es/cpp/aspose.cells/htmlsaveoptions/getparsehtmltagincell/ +--- +## HtmlSaveOptions::GetParseHtmlTagInCell method + + +Indicates whether html tag(such as **
**) in cell should be parsed as cell value or preserved as it is. The default value is true. + +```cpp +bool Aspose::Cells::HtmlSaveOptions::GetParseHtmlTagInCell() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getpresentationpreference/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getpresentationpreference/_index.md new file mode 100644 index 00000000000..1a6a6d8271d --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getpresentationpreference/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetPresentationPreference method +linktitle: GetPresentationPreference +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetPresentationPreference method. Indicating if html or mht file is presentation preference. The default value is false. if you want to get more beautiful presentation,please set the value to true in C++.' +type: docs +weight: 6500 +url: /es/cpp/aspose.cells/htmlsaveoptions/getpresentationpreference/ +--- +## HtmlSaveOptions::GetPresentationPreference method + + +Indicating if html or mht file is presentation preference. The default value is false. if you want to get more beautiful presentation,please set the value to true. + +```cpp +bool Aspose::Cells::HtmlSaveOptions::GetPresentationPreference() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getsaveassinglefile/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getsaveassinglefile/_index.md new file mode 100644 index 00000000000..e2af54a4205 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getsaveassinglefile/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetSaveAsSingleFile method +linktitle: GetSaveAsSingleFile +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetSaveAsSingleFile method. Indicates whether save the html as single file. The default value is false in C++.' +type: docs +weight: 5500 +url: /es/cpp/aspose.cells/htmlsaveoptions/getsaveassinglefile/ +--- +## HtmlSaveOptions::GetSaveAsSingleFile method + + +Indicates whether save the html as single file. The default value is false. + +```cpp +bool Aspose::Cells::HtmlSaveOptions::GetSaveAsSingleFile() +``` + +## Remarks + + +If there are multiple worksheets or other required resources such as pictures in the workbook, commonly those worksheets and other resources need to be saved into separate files. For some scenarios, user maybe need to get only one resultant file such as for the convenience of transferring. If so, user may set this property as true. +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getsheetset/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getsheetset/_index.md new file mode 100644 index 00000000000..b2846e3a7b7 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getsheetset/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetSheetSet method +linktitle: GetSheetSet +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetSheetSet method. Gets or sets the sheets to render. Default is all visible sheets in the workbook: Aspose.Cells.Rendering.SheetSet.Visible in C++.' +type: docs +weight: 13700 +url: /es/cpp/aspose.cells/htmlsaveoptions/getsheetset/ +--- +## HtmlSaveOptions::GetSheetSet method + + +Gets or sets the sheets to render. Default is all visible sheets in the workbook: Aspose.Cells.Rendering.SheetSet.Visible. + +```cpp +SheetSet Aspose::Cells::HtmlSaveOptions::GetSheetSet() +``` + +## See Also + +* Class [SheetSet](../../../aspose.cells.rendering/sheetset/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getshowallsheets/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getshowallsheets/_index.md new file mode 100644 index 00000000000..c11ec4ccca3 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getshowallsheets/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetShowAllSheets method +linktitle: GetShowAllSheets +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetShowAllSheets method. Indicates whether showing all sheets when saving as a single html file in C++.' +type: docs +weight: 5700 +url: /es/cpp/aspose.cells/htmlsaveoptions/getshowallsheets/ +--- +## HtmlSaveOptions::GetShowAllSheets method + + +Indicates whether showing all sheets when saving as a single html file. + +```cpp +bool Aspose::Cells::HtmlSaveOptions::GetShowAllSheets() +``` + +## Remarks + + +Only works when SaveAsSingleFile is True. +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/gettablecssid/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/gettablecssid/_index.md new file mode 100644 index 00000000000..03d81571676 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/gettablecssid/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetTableCssId method +linktitle: GetTableCssId +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetTableCssId method. Gets and sets the prefix of the type css name such as tr,col,td and so on, they are contained in the table element which has the specific TableCssId attribute. The default value is "" in C++.' +type: docs +weight: 6900 +url: /es/cpp/aspose.cells/htmlsaveoptions/gettablecssid/ +--- +## HtmlSaveOptions::GetTableCssId method + + +Gets and sets the prefix of the type css name such as tr,col,td and so on, they are contained in the table element which has the specific TableCssId attribute. The default value is "". + +```cpp +U16String Aspose::Cells::HtmlSaveOptions::GetTableCssId() +``` + +## See Also + +* Class [U16String](../../u16string/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getwidthscalable/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getwidthscalable/_index.md new file mode 100644 index 00000000000..62ea53eeba3 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getwidthscalable/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetWidthScalable method +linktitle: GetWidthScalable +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetWidthScalable method. Indicates whether exporting column width in unit of scale to html. The default value is false in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells/htmlsaveoptions/getwidthscalable/ +--- +## HtmlSaveOptions::GetWidthScalable method + + +Indicates whether exporting column width in unit of scale to html. The default value is false. + +```cpp +bool Aspose::Cells::HtmlSaveOptions::GetWidthScalable() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/getworksheetscalable/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/getworksheetscalable/_index.md new file mode 100644 index 00000000000..609ba8a7f5e --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/getworksheetscalable/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetWorksheetScalable method +linktitle: GetWorksheetScalable +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetWorksheetScalable method. Indicates if zooming in or out the html via worksheet zoom level when saving file to html, the default value is false in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells/htmlsaveoptions/getworksheetscalable/ +--- +## HtmlSaveOptions::GetWorksheetScalable method + + +Indicates if zooming in or out the html via worksheet zoom level when saving file to html, the default value is false. + +```cpp +bool Aspose::Cells::HtmlSaveOptions::GetWorksheetScalable() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/htmlsaveoptions/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/htmlsaveoptions/_index.md new file mode 100644 index 00000000000..af96723ddd6 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/htmlsaveoptions/_index.md @@ -0,0 +1,90 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::HtmlSaveOptions constructor +linktitle: HtmlSaveOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::HtmlSaveOptions constructor. Creates options for saving html file in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/htmlsaveoptions/htmlsaveoptions/ +--- +## HtmlSaveOptions::HtmlSaveOptions() constructor + + +Creates options for saving html file. + +```cpp +Aspose::Cells::HtmlSaveOptions::HtmlSaveOptions() +``` + +## See Also + +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## HtmlSaveOptions::HtmlSaveOptions(SaveFormat) constructor + + +Creates options for saving htm file. + +```cpp +Aspose::Cells::HtmlSaveOptions::HtmlSaveOptions(SaveFormat saveFormat) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| saveFormat | SaveFormat | The file format. It should be one of following types: [SaveFormat.Html](../../saveformat/) or [SaveFormat.MHtml](../../saveformat/), otherwise the saved format will be set as [SaveFormat.Html](../../saveformat/) automatically. | + +## See Also + +* Enum [SaveFormat](../../saveformat/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## HtmlSaveOptions::HtmlSaveOptions(HtmlSaveOptions_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::HtmlSaveOptions::HtmlSaveOptions(HtmlSaveOptions_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## HtmlSaveOptions::HtmlSaveOptions(const HtmlSaveOptions\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::HtmlSaveOptions::HtmlSaveOptions(const HtmlSaveOptions &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## HtmlSaveOptions::HtmlSaveOptions(const SaveOptions\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::HtmlSaveOptions::HtmlSaveOptions(const SaveOptions &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [SaveOptions](../../saveoptions/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/isbordercollapsed/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/isbordercollapsed/_index.md new file mode 100644 index 00000000000..b86e1f12436 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/isbordercollapsed/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::IsBorderCollapsed method +linktitle: IsBorderCollapsed +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::IsBorderCollapsed method. Indicates whether the table borders are collapsed. The default value is true in C++.' +type: docs +weight: 12300 +url: /es/cpp/aspose.cells/htmlsaveoptions/isbordercollapsed/ +--- +## HtmlSaveOptions::IsBorderCollapsed method + + +Indicates whether the table borders are collapsed. The default value is true. + +```cpp +bool Aspose::Cells::HtmlSaveOptions::IsBorderCollapsed() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/isexpimagetotempdir/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/isexpimagetotempdir/_index.md new file mode 100644 index 00000000000..ed66bd8d534 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/isexpimagetotempdir/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::IsExpImageToTempDir method +linktitle: IsExpImageToTempDir +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::IsExpImageToTempDir method. Indicates whether exporting image files to temp directory. Only for saving to html stream in C++.' +type: docs +weight: 2600 +url: /es/cpp/aspose.cells/htmlsaveoptions/isexpimagetotempdir/ +--- +## HtmlSaveOptions::IsExpImageToTempDir method + + +Indicates whether exporting image files to temp directory. Only for saving to html stream. + +```cpp +bool Aspose::Cells::HtmlSaveOptions::IsExpImageToTempDir() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/isexportcomments/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/isexportcomments/_index.md new file mode 100644 index 00000000000..85ba93a6db8 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/isexportcomments/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::IsExportComments method +linktitle: IsExportComments +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::IsExportComments method. Indicates if exporting comments when saving file to html, the default value is false in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells/htmlsaveoptions/isexportcomments/ +--- +## HtmlSaveOptions::IsExportComments method + + +Indicates if exporting comments when saving file to html, the default value is false. + +```cpp +bool Aspose::Cells::HtmlSaveOptions::IsExportComments() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/isfullpathlink/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/isfullpathlink/_index.md new file mode 100644 index 00000000000..5aaf4dc7cd9 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/isfullpathlink/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::IsFullPathLink method +linktitle: IsFullPathLink +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::IsFullPathLink method. Indicating whether using full path link in sheet00x.htm,filelist.xml and tabstrip.htm. The default value is false in C++.' +type: docs +weight: 7100 +url: /es/cpp/aspose.cells/htmlsaveoptions/isfullpathlink/ +--- +## HtmlSaveOptions::IsFullPathLink method + + +Indicating whether using full path link in sheet00x.htm,filelist.xml and tabstrip.htm. The default value is false. + +```cpp +bool Aspose::Cells::HtmlSaveOptions::IsFullPathLink() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/isiecompatible/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/isiecompatible/_index.md new file mode 100644 index 00000000000..a9d94926ee3 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/isiecompatible/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::IsIECompatible method +linktitle: IsIECompatible +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::IsIECompatible method. Indicating whether the output HTML is compatible with IE browser. The defalut value is false in C++.' +type: docs +weight: 10900 +url: /es/cpp/aspose.cells/htmlsaveoptions/isiecompatible/ +--- +## HtmlSaveOptions::IsIECompatible method + + +Indicating whether the output HTML is compatible with IE browser. The defalut value is false. + +```cpp +bool Aspose::Cells::HtmlSaveOptions::IsIECompatible() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/isjsbrowsercompatible/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/isjsbrowsercompatible/_index.md new file mode 100644 index 00000000000..737ac0d51f3 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/isjsbrowsercompatible/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::IsJsBrowserCompatible method +linktitle: IsJsBrowserCompatible +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::IsJsBrowserCompatible method. Indicates whether JavaScript is compatible with browsers that do not support JavaScript. The default value is true in C++.' +type: docs +weight: 11500 +url: /es/cpp/aspose.cells/htmlsaveoptions/isjsbrowsercompatible/ +--- +## HtmlSaveOptions::IsJsBrowserCompatible method + + +Indicates whether JavaScript is compatible with browsers that do not support JavaScript. The default value is true. + +```cpp +bool Aspose::Cells::HtmlSaveOptions::IsJsBrowserCompatible() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/ismobilecompatible/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/ismobilecompatible/_index.md new file mode 100644 index 00000000000..701719ccf55 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/ismobilecompatible/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::IsMobileCompatible method +linktitle: IsMobileCompatible +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::IsMobileCompatible method. Indicates whether the output HTML is compatible with mobile devices. The default value is false in C++.' +type: docs +weight: 11700 +url: /es/cpp/aspose.cells/htmlsaveoptions/ismobilecompatible/ +--- +## HtmlSaveOptions::IsMobileCompatible method + + +Indicates whether the output HTML is compatible with mobile devices. The default value is false. + +```cpp +bool Aspose::Cells::HtmlSaveOptions::IsMobileCompatible() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/isnull/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/isnull/_index.md new file mode 100644 index 00000000000..32ad7d39af6 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/htmlsaveoptions/isnull/ +--- +## HtmlSaveOptions::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::HtmlSaveOptions::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/operator_asm/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/operator_asm/_index.md new file mode 100644 index 00000000000..077121a6da6 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/htmlsaveoptions/operator_asm/ +--- +## HtmlSaveOptions::operator= method + + +operator= + +```cpp +HtmlSaveOptions & Aspose::Cells::HtmlSaveOptions::operator=(const HtmlSaveOptions &src) +``` + +## See Also + +* Class [HtmlSaveOptions](../) +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/operator_bool/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/operator_bool/_index.md new file mode 100644 index 00000000000..800e1e36751 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/htmlsaveoptions/operator_bool/ +--- +## HtmlSaveOptions::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::HtmlSaveOptions::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setaddgenericfont/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setaddgenericfont/_index.md new file mode 100644 index 00000000000..38942dfff7e --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setaddgenericfont/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetAddGenericFont method +linktitle: SetAddGenericFont +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetAddGenericFont method. Indicates whether to add a generic font to CSS font-family. The default value is true in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells/htmlsaveoptions/setaddgenericfont/ +--- +## HtmlSaveOptions::SetAddGenericFont method + + +Indicates whether to add a generic font to CSS font-family. The default value is true. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetAddGenericFont(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setaddtooltiptext/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setaddtooltiptext/_index.md new file mode 100644 index 00000000000..10ad1bf6ecb --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setaddtooltiptext/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetAddTooltipText method +linktitle: SetAddTooltipText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetAddTooltipText method. Indicates whether adding tooltip text when the data can''t be fully displayed. The default value is false in C++.' +type: docs +weight: 9000 +url: /es/cpp/aspose.cells/htmlsaveoptions/setaddtooltiptext/ +--- +## HtmlSaveOptions::SetAddTooltipText method + + +Indicates whether adding tooltip text when the data can't be fully displayed. The default value is false. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetAddTooltipText(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setattachedfilesdirectory/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setattachedfilesdirectory/_index.md new file mode 100644 index 00000000000..301f046705b --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setattachedfilesdirectory/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetAttachedFilesDirectory method +linktitle: SetAttachedFilesDirectory +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetAttachedFilesDirectory method. The directory that the attached files will be saved to. Only for saving to html stream in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/htmlsaveoptions/setattachedfilesdirectory/ +--- +## HtmlSaveOptions::SetAttachedFilesDirectory(const U16String\&) method + + +The directory that the attached files will be saved to. Only for saving to html stream. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetAttachedFilesDirectory(const U16String &value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## HtmlSaveOptions::SetAttachedFilesDirectory(const char16_t*) method + + +The directory that the attached files will be saved to. Only for saving to html stream. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetAttachedFilesDirectory(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setattachedfilesurlprefix/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setattachedfilesurlprefix/_index.md new file mode 100644 index 00000000000..6fa52dcd512 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setattachedfilesurlprefix/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetAttachedFilesUrlPrefix method +linktitle: SetAttachedFilesUrlPrefix +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetAttachedFilesUrlPrefix method. Specify the Url prefix of attached files such as image in the html file. Only for saving to html stream in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells/htmlsaveoptions/setattachedfilesurlprefix/ +--- +## HtmlSaveOptions::SetAttachedFilesUrlPrefix(const U16String\&) method + + +Specify the Url prefix of attached files such as image in the html file. Only for saving to html stream. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetAttachedFilesUrlPrefix(const U16String &value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## HtmlSaveOptions::SetAttachedFilesUrlPrefix(const char16_t*) method + + +Specify the Url prefix of attached files such as image in the html file. Only for saving to html stream. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetAttachedFilesUrlPrefix(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setcalculateformula/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setcalculateformula/_index.md new file mode 100644 index 00000000000..a73fbf7fa3a --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setcalculateformula/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetCalculateFormula method +linktitle: SetCalculateFormula +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetCalculateFormula method. Indicates whether to calculate formulas before saving html file in C++.' +type: docs +weight: 11400 +url: /es/cpp/aspose.cells/htmlsaveoptions/setcalculateformula/ +--- +## HtmlSaveOptions::SetCalculateFormula method + + +Indicates whether to calculate formulas before saving html file. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetCalculateFormula(bool value) +``` + +## Remarks + + +The default value is false. +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setcellcssprefix/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setcellcssprefix/_index.md new file mode 100644 index 00000000000..38321661275 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setcellcssprefix/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetCellCssPrefix method +linktitle: SetCellCssPrefix +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetCellCssPrefix method. Gets and sets the prefix of the css name,the default value is "" in C++.' +type: docs +weight: 6800 +url: /es/cpp/aspose.cells/htmlsaveoptions/setcellcssprefix/ +--- +## HtmlSaveOptions::SetCellCssPrefix(const U16String\&) method + + +Gets and sets the prefix of the css name,the default value is "". + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetCellCssPrefix(const U16String &value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## HtmlSaveOptions::SetCellCssPrefix(const char16_t*) method + + +Gets and sets the prefix of the css name,the default value is "". + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetCellCssPrefix(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setcellnameattribute/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setcellnameattribute/_index.md new file mode 100644 index 00000000000..3f8d768ad0c --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setcellnameattribute/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetCellNameAttribute method +linktitle: SetCellNameAttribute +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetCellNameAttribute method. Specifies the attribute that indicates the CellName to be written. (e.g. If the value is "id", then for cell "A1", the output will be:). The default value is null in C++.' +type: docs +weight: 13000 +url: /es/cpp/aspose.cells/htmlsaveoptions/setcellnameattribute/ +--- +## HtmlSaveOptions::SetCellNameAttribute(const U16String\&) method + + +Specifies the attribute that indicates the CellName to be written. (e.g. If the value is "id", then for cell "A1", the output will be:). The default value is null. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetCellNameAttribute(const U16String &value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## HtmlSaveOptions::SetCellNameAttribute(const char16_t*) method + + +Specifies the attribute that indicates the CellName to be written. (e.g. If the value is "id", then for cell "A1", the output will be:). The default value is null. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetCellNameAttribute(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setcssstyles/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setcssstyles/_index.md new file mode 100644 index 00000000000..4bac5f41dd0 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setcssstyles/_index.md @@ -0,0 +1,63 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetCssStyles method +linktitle: SetCssStyles +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetCssStyles method. Gets or sets the additional css styles for the formatter. Only works when SaveAsSingleFile is True in C++.' +type: docs +weight: 12000 +url: /es/cpp/aspose.cells/htmlsaveoptions/setcssstyles/ +--- +## HtmlSaveOptions::SetCssStyles(const U16String\&) method + + +Gets or sets the additional css styles for the formatter. Only works when SaveAsSingleFile is True. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetCssStyles(const U16String &value) +``` + + +## Examples + + +```cpp +Aspose::Cells::Startup(); +HtmlSaveOptions opt; +U16String css = u"body { padding: 5px }"; +opt.SetCssStyles(css); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## HtmlSaveOptions::SetCssStyles(const char16_t*) method + + +Gets or sets the additional css styles for the formatter. Only works when SaveAsSingleFile is True. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetCssStyles(const char16_t *value) +``` + + +## Examples + + +```cpp +Aspose::Cells::Startup(); +HtmlSaveOptions opt; +opt.SetCssStyles(u"body { padding: 5px }"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setdatabarrendermode/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setdatabarrendermode/_index.md new file mode 100644 index 00000000000..0d067621c52 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setdatabarrendermode/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetDataBarRenderMode method +linktitle: SetDataBarRenderMode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetDataBarRenderMode method. Represents the mode of how to render DataBar when converting Excel files to html files. Default value is DataBarRenderMode.BackgroundColor in C++.' +type: docs +weight: 14600 +url: /es/cpp/aspose.cells/htmlsaveoptions/setdatabarrendermode/ +--- +## HtmlSaveOptions::SetDataBarRenderMode method + + +Represents the mode of how to render [DataBar](../../databar/) when converting Excel files to html files. Default value is DataBarRenderMode.BackgroundColor. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetDataBarRenderMode(DataBarRenderMode value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Enum [DataBarRenderMode](../../../aspose.cells.rendering/databarrendermode/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setdefaultfontname/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setdefaultfontname/_index.md new file mode 100644 index 00000000000..bb2f4adaa67 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setdefaultfontname/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetDefaultFontName method +linktitle: SetDefaultFontName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetDefaultFontName method. Specify the default font name for exporting html, the default font will be used when the font of style is not existing, If this property is null, Aspose.Cells will use universal font which have the same family with the original font, the default value is null in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells/htmlsaveoptions/setdefaultfontname/ +--- +## HtmlSaveOptions::SetDefaultFontName(const U16String\&) method + + +Specify the default font name for exporting html, the default font will be used when the font of style is not existing, If this property is null, [Aspose.Cells](../../) will use universal font which have the same family with the original font, the default value is null. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetDefaultFontName(const U16String &value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## HtmlSaveOptions::SetDefaultFontName(const char16_t*) method + + +Specify the default font name for exporting html, the default font will be used when the font of style is not existing, If this property is null, [Aspose.Cells](../../) will use universal font which have the same family with the original font, the default value is null. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetDefaultFontName(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setdisablecss/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setdisablecss/_index.md new file mode 100644 index 00000000000..2ba946c72f7 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setdisablecss/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetDisableCss method +linktitle: SetDisableCss +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetDisableCss method. Indicates whether only inline styles are applied, without relying on CSS. The default value is false in C++.' +type: docs +weight: 13200 +url: /es/cpp/aspose.cells/htmlsaveoptions/setdisablecss/ +--- +## HtmlSaveOptions::SetDisableCss method + + +Indicates whether only inline styles are applied, without relying on CSS. The default value is false. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetDisableCss(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setdisabledownlevelrevealedcomments/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setdisabledownlevelrevealedcomments/_index.md new file mode 100644 index 00000000000..6c37202b6f5 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setdisabledownlevelrevealedcomments/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetDisableDownlevelRevealedComments method +linktitle: SetDisableDownlevelRevealedComments +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetDisableDownlevelRevealedComments method. Indicates if disable Downlevel-revealed conditional comments when exporting file to html, the default value is false in C++.' +type: docs +weight: 2500 +url: /es/cpp/aspose.cells/htmlsaveoptions/setdisabledownlevelrevealedcomments/ +--- +## HtmlSaveOptions::SetDisableDownlevelRevealedComments method + + +Indicates if disable Downlevel-revealed conditional comments when exporting file to html, the default value is false. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetDisableDownlevelRevealedComments(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setembeddedfonttype/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setembeddedfonttype/_index.md new file mode 100644 index 00000000000..b791208f8d8 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setembeddedfonttype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetEmbeddedFontType method +linktitle: SetEmbeddedFontType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetEmbeddedFontType method. Gets or sets the type of embedding font file into html file. Default value is HtmlEmbeddedFontType.None which indicates that no font will be embedded in html in C++.' +type: docs +weight: 14200 +url: /es/cpp/aspose.cells/htmlsaveoptions/setembeddedfonttype/ +--- +## HtmlSaveOptions::SetEmbeddedFontType method + + +Gets or sets the type of embedding font file into html file. Default value is HtmlEmbeddedFontType.None which indicates that no font will be embedded in html. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetEmbeddedFontType(HtmlEmbeddedFontType value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Enum [HtmlEmbeddedFontType](../../../aspose.cells.rendering/htmlembeddedfonttype/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setenablecsscustomproperties/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setenablecsscustomproperties/_index.md new file mode 100644 index 00000000000..4b660ef88c9 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setenablecsscustomproperties/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetEnableCssCustomProperties method +linktitle: SetEnableCssCustomProperties +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetEnableCssCustomProperties method. Optimize the output of html by using CSS custom properties. For example, for the scenario that there are multiple occurences for one base64 image, with custom property the image data only needs to be saved once so the performance of the resultant html can be improved. The default value is false in C++.' +type: docs +weight: 13400 +url: /es/cpp/aspose.cells/htmlsaveoptions/setenablecsscustomproperties/ +--- +## HtmlSaveOptions::SetEnableCssCustomProperties method + + +Optimize the output of html by using CSS custom properties. For example, for the scenario that there are multiple occurences for one base64 image, with custom property the image data only needs to be saved once so the performance of the resultant html can be improved. The default value is false. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetEnableCssCustomProperties(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setencodeentityascode/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setencodeentityascode/_index.md new file mode 100644 index 00000000000..36c42f497ff --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setencodeentityascode/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetEncodeEntityAsCode method +linktitle: SetEncodeEntityAsCode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetEncodeEntityAsCode method. Indicates whether the html character entities are replaced with decimal code. (e.g. "&nbsp;" is replaced with "&#160;"). The default value is false in C++.' +type: docs +weight: 12600 +url: /es/cpp/aspose.cells/htmlsaveoptions/setencodeentityascode/ +--- +## HtmlSaveOptions::SetEncodeEntityAsCode method + + +Indicates whether the html character entities are replaced with decimal code. (e.g. "&nbsp;" is replaced with "&#160;"). The default value is false. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetEncodeEntityAsCode(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setencoding/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setencoding/_index.md new file mode 100644 index 00000000000..8bc8687f4b5 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setencoding/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetEncoding method +linktitle: SetEncoding +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetEncoding method. If not set,use Encoding.UTF8 as default enconding type in C++.' +type: docs +weight: 5100 +url: /es/cpp/aspose.cells/htmlsaveoptions/setencoding/ +--- +## HtmlSaveOptions::SetEncoding method + + +If not set,use Encoding.UTF8 as default enconding type. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetEncoding(EncodingType value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Enum [EncodingType](../../encodingtype/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setexcludeunusedstyles/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setexcludeunusedstyles/_index.md new file mode 100644 index 00000000000..33cd73b2124 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setexcludeunusedstyles/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetExcludeUnusedStyles method +linktitle: SetExcludeUnusedStyles +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetExcludeUnusedStyles method. Indicating whether excludes unused styles. For the generated html files, excluding unused styles can make the file size smaller without affecting the visual effects. So the default value of this property is true. If user needs to keep all styles in the workbook for the generated html(such as the scenario that user needs to restore the workbook from the generated html later), please set this property as false in C++.' +type: docs +weight: 9600 +url: /es/cpp/aspose.cells/htmlsaveoptions/setexcludeunusedstyles/ +--- +## HtmlSaveOptions::SetExcludeUnusedStyles method + + +Indicating whether excludes unused styles. For the generated html files, excluding unused styles can make the file size smaller without affecting the visual effects. So the default value of this property is true. If user needs to keep all styles in the workbook for the generated html(such as the scenario that user needs to restore the workbook from the generated html later), please set this property as false. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetExcludeUnusedStyles(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setexportactiveworksheetonly/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setexportactiveworksheetonly/_index.md new file mode 100644 index 00000000000..e3d996b2af6 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setexportactiveworksheetonly/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetExportActiveWorksheetOnly method +linktitle: SetExportActiveWorksheetOnly +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetExportActiveWorksheetOnly method. Indicates if only exporting the active worksheet to html file. If true then only the active worksheet will be exported to html file; If false then the whole workbook will be exported to html file. The default value is false in C++.' +type: docs +weight: 3700 +url: /es/cpp/aspose.cells/htmlsaveoptions/setexportactiveworksheetonly/ +--- +## HtmlSaveOptions::SetExportActiveWorksheetOnly method + + +Indicates if only exporting the active worksheet to html file. If true then only the active worksheet will be exported to html file; If false then the whole workbook will be exported to html file. The default value is false. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetExportActiveWorksheetOnly(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setexportarea/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setexportarea/_index.md new file mode 100644 index 00000000000..044795c4630 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setexportarea/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetExportArea method +linktitle: SetExportArea +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetExportArea method. Gets or Sets the exporting CellArea of current active Worksheet. If you set this attribute, the print area of current active Worksheet will be omitted. Only the specified area will be exported when saving the file to html in C++.' +type: docs +weight: 4100 +url: /es/cpp/aspose.cells/htmlsaveoptions/setexportarea/ +--- +## HtmlSaveOptions::SetExportArea method + + +Gets or Sets the exporting [CellArea](../../cellarea/) of current active [Worksheet](../../worksheet/). If you set this attribute, the print area of current active [Worksheet](../../worksheet/) will be omitted. Only the specified area will be exported when saving the file to html. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetExportArea(const CellArea &value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [CellArea](../../cellarea/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setexportbogusrowdata/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setexportbogusrowdata/_index.md new file mode 100644 index 00000000000..8c92e4ff519 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setexportbogusrowdata/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetExportBogusRowData method +linktitle: SetExportBogusRowData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetExportBogusRowData method. Indicating whether exporting bogus bottom row data. The default value is true.If you want to import the html or mht file to excel, please keep the default value in C++.' +type: docs +weight: 9400 +url: /es/cpp/aspose.cells/htmlsaveoptions/setexportbogusrowdata/ +--- +## HtmlSaveOptions::SetExportBogusRowData method + + +Indicating whether exporting bogus bottom row data. The default value is true.If you want to import the html or mht file to excel, please keep the default value. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetExportBogusRowData(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setexportcellcoordinate/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setexportcellcoordinate/_index.md new file mode 100644 index 00000000000..f16f3963b6b --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setexportcellcoordinate/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetExportCellCoordinate method +linktitle: SetExportCellCoordinate +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetExportCellCoordinate method. Indicates whether exporting excel coordinate of nonblank cells when saving file to html. The default value is false. If you want to import the output html to excel, please keep the default value in C++.' +type: docs +weight: 8200 +url: /es/cpp/aspose.cells/htmlsaveoptions/setexportcellcoordinate/ +--- +## HtmlSaveOptions::SetExportCellCoordinate method + + +Indicates whether exporting excel coordinate of nonblank cells when saving file to html. The default value is false. If you want to import the output html to excel, please keep the default value. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetExportCellCoordinate(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setexportcommentstype/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setexportcommentstype/_index.md new file mode 100644 index 00000000000..1798b8c7e4a --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setexportcommentstype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetExportCommentsType method +linktitle: SetExportCommentsType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetExportCommentsType method. Represents type of exporting comments to html files in C++.' +type: docs +weight: 2300 +url: /es/cpp/aspose.cells/htmlsaveoptions/setexportcommentstype/ +--- +## HtmlSaveOptions::SetExportCommentsType method + + +Represents type of exporting comments to html files. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetExportCommentsType(PrintCommentsType value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Enum [PrintCommentsType](../../printcommentstype/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setexportdataoptions/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setexportdataoptions/_index.md new file mode 100644 index 00000000000..f441e40a98c --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setexportdataoptions/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetExportDataOptions method +linktitle: SetExportDataOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetExportDataOptions method. Indicating the rule of exporting html file data.The default value is All in C++.' +type: docs +weight: 10600 +url: /es/cpp/aspose.cells/htmlsaveoptions/setexportdataoptions/ +--- +## HtmlSaveOptions::SetExportDataOptions method + + +Indicating the rule of exporting html file data.The default value is All. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetExportDataOptions(HtmlExportDataOptions value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Enum [HtmlExportDataOptions](../../htmlexportdataoptions/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setexportdocumentproperties/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setexportdocumentproperties/_index.md new file mode 100644 index 00000000000..836cbe4e94f --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setexportdocumentproperties/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetExportDocumentProperties method +linktitle: SetExportDocumentProperties +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetExportDocumentProperties method. Indicating whether exporting document properties.The default value is true.If you want to import the html or mht file to excel, please keep the default value in C++.' +type: docs +weight: 9800 +url: /es/cpp/aspose.cells/htmlsaveoptions/setexportdocumentproperties/ +--- +## HtmlSaveOptions::SetExportDocumentProperties method + + +Indicating whether exporting document properties.The default value is true.If you want to import the html or mht file to excel, please keep the default value. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetExportDocumentProperties(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setexportextraheadings/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setexportextraheadings/_index.md new file mode 100644 index 00000000000..843863cd658 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setexportextraheadings/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetExportExtraHeadings method +linktitle: SetExportExtraHeadings +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetExportExtraHeadings method. Indicates whether exporting extra headings when the length of text is longer than max display column. The default value is false. If you want to import the html file to excel, please keep the default value in C++.' +type: docs +weight: 8400 +url: /es/cpp/aspose.cells/htmlsaveoptions/setexportextraheadings/ +--- +## HtmlSaveOptions::SetExportExtraHeadings method + + +Indicates whether exporting extra headings when the length of text is longer than max display column. The default value is false. If you want to import the html file to excel, please keep the default value. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetExportExtraHeadings(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setexportformula/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setexportformula/_index.md new file mode 100644 index 00000000000..3aad02814cf --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setexportformula/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetExportFormula method +linktitle: SetExportFormula +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetExportFormula method. Indicates whether exporting formula when saving file to html. The default value is true. If you want to import the output html to excel, please keep the default value in C++.' +type: docs +weight: 8800 +url: /es/cpp/aspose.cells/htmlsaveoptions/setexportformula/ +--- +## HtmlSaveOptions::SetExportFormula method + + +Indicates whether exporting formula when saving file to html. The default value is true. If you want to import the output html to excel, please keep the default value. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetExportFormula(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setexportframescriptsandproperties/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setexportframescriptsandproperties/_index.md new file mode 100644 index 00000000000..2f987563539 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setexportframescriptsandproperties/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetExportFrameScriptsAndProperties method +linktitle: SetExportFrameScriptsAndProperties +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetExportFrameScriptsAndProperties method. Indicating whether exporting frame scripts and document properties. The default value is true.If you want to import the html or mht file to excel, please keep the default value in C++.' +type: docs +weight: 10400 +url: /es/cpp/aspose.cells/htmlsaveoptions/setexportframescriptsandproperties/ +--- +## HtmlSaveOptions::SetExportFrameScriptsAndProperties method + + +Indicating whether exporting frame scripts and document properties. The default value is true.If you want to import the html or mht file to excel, please keep the default value. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetExportFrameScriptsAndProperties(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setexportgridlines/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setexportgridlines/_index.md new file mode 100644 index 00000000000..dbcc24016d0 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setexportgridlines/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetExportGridLines method +linktitle: SetExportGridLines +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetExportGridLines method. Indicating whether exporting the gridlines.The default value is false in C++.' +type: docs +weight: 9200 +url: /es/cpp/aspose.cells/htmlsaveoptions/setexportgridlines/ +--- +## HtmlSaveOptions::SetExportGridLines method + + +Indicating whether exporting the gridlines.The default value is false. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetExportGridLines(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setexporthiddenworksheet/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setexporthiddenworksheet/_index.md new file mode 100644 index 00000000000..389a3360c4c --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setexporthiddenworksheet/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetExportHiddenWorksheet method +linktitle: SetExportHiddenWorksheet +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetExportHiddenWorksheet method. Indicating if exporting the hidden worksheet content.The default value is true in C++.' +type: docs +weight: 6400 +url: /es/cpp/aspose.cells/htmlsaveoptions/setexporthiddenworksheet/ +--- +## HtmlSaveOptions::SetExportHiddenWorksheet method + + +Indicating if exporting the hidden worksheet content.The default value is true. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetExportHiddenWorksheet(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setexportimagesasbase64/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setexportimagesasbase64/_index.md new file mode 100644 index 00000000000..d5e30f6d304 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setexportimagesasbase64/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetExportImagesAsBase64 method +linktitle: SetExportImagesAsBase64 +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetExportImagesAsBase64 method. Specifies whether images are saved in Base64 format to HTML, MHTML or EPUB in C++.' +type: docs +weight: 3500 +url: /es/cpp/aspose.cells/htmlsaveoptions/setexportimagesasbase64/ +--- +## HtmlSaveOptions::SetExportImagesAsBase64 method + + +Specifies whether images are saved in Base64 format to HTML, MHTML or EPUB. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetExportImagesAsBase64(bool value) +``` + +## Remarks + + +When this property is set to true image data is exported directly on the img elements and separate files are not created. +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setexportnamedrangeanchors/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setexportnamedrangeanchors/_index.md new file mode 100644 index 00000000000..6e8cee524b6 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setexportnamedrangeanchors/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetExportNamedRangeAnchors method +linktitle: SetExportNamedRangeAnchors +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetExportNamedRangeAnchors method. Indicates whether to export anchor elements for named ranges when saving as HTML. Default value is true in C++.' +type: docs +weight: 14400 +url: /es/cpp/aspose.cells/htmlsaveoptions/setexportnamedrangeanchors/ +--- +## HtmlSaveOptions::SetExportNamedRangeAnchors method + + +Indicates whether to export anchor elements for named ranges when saving as HTML. Default value is true. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetExportNamedRangeAnchors(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setexportpagefooters/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setexportpagefooters/_index.md new file mode 100644 index 00000000000..c3ef42f5023 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setexportpagefooters/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetExportPageFooters method +linktitle: SetExportPageFooters +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetExportPageFooters method. Indicates whether exporting page headers in C++.' +type: docs +weight: 6200 +url: /es/cpp/aspose.cells/htmlsaveoptions/setexportpagefooters/ +--- +## HtmlSaveOptions::SetExportPageFooters method + + +Indicates whether exporting page headers. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetExportPageFooters(bool value) +``` + +## Remarks + + +Only works when SaveAsSingleFile is True. +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setexportpageheaders/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setexportpageheaders/_index.md new file mode 100644 index 00000000000..643c118472f --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setexportpageheaders/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetExportPageHeaders method +linktitle: SetExportPageHeaders +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetExportPageHeaders method. Indicates whether exporting page headers in C++.' +type: docs +weight: 6000 +url: /es/cpp/aspose.cells/htmlsaveoptions/setexportpageheaders/ +--- +## HtmlSaveOptions::SetExportPageHeaders method + + +Indicates whether exporting page headers. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetExportPageHeaders(bool value) +``` + +## Remarks + + +Only works when SaveAsSingleFile is True. +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setexportprintareaonly/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setexportprintareaonly/_index.md new file mode 100644 index 00000000000..9544b71d500 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setexportprintareaonly/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetExportPrintAreaOnly method +linktitle: SetExportPrintAreaOnly +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetExportPrintAreaOnly method. Indicates if only exporting the print area to html file. The default value is false in C++.' +type: docs +weight: 3900 +url: /es/cpp/aspose.cells/htmlsaveoptions/setexportprintareaonly/ +--- +## HtmlSaveOptions::SetExportPrintAreaOnly method + + +Indicates if only exporting the print area to html file. The default value is false. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetExportPrintAreaOnly(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setexportrowcolumnheadings/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setexportrowcolumnheadings/_index.md new file mode 100644 index 00000000000..48f7fc30fdb --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setexportrowcolumnheadings/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetExportRowColumnHeadings method +linktitle: SetExportRowColumnHeadings +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetExportRowColumnHeadings method. Indicates whether exports sheet''s row and column headings when saving to HTML files in C++.' +type: docs +weight: 8600 +url: /es/cpp/aspose.cells/htmlsaveoptions/setexportrowcolumnheadings/ +--- +## HtmlSaveOptions::SetExportRowColumnHeadings method + + +Indicates whether exports sheet's row and column headings when saving to HTML files. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetExportRowColumnHeadings(bool value) +``` + +## Remarks + + +The default value is false. +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setexportsimilarborderstyle/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setexportsimilarborderstyle/_index.md new file mode 100644 index 00000000000..82b38c3b8f0 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setexportsimilarborderstyle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetExportSimilarBorderStyle method +linktitle: SetExportSimilarBorderStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetExportSimilarBorderStyle method. Indicating whether exporting the similar border style when the border style is not supported by browsers. If you want to import the html or mht file to excel, please keep the default value. The default value is false in C++.' +type: docs +weight: 7600 +url: /es/cpp/aspose.cells/htmlsaveoptions/setexportsimilarborderstyle/ +--- +## HtmlSaveOptions::SetExportSimilarBorderStyle method + + +Indicating whether exporting the similar border style when the border style is not supported by browsers. If you want to import the html or mht file to excel, please keep the default value. The default value is false. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetExportSimilarBorderStyle(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setexportsingletab/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setexportsingletab/_index.md new file mode 100644 index 00000000000..1b7dfae99f5 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setexportsingletab/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetExportSingleTab method +linktitle: SetExportSingleTab +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetExportSingleTab method. Indicates whether exporting the single tab when the file only has one worksheet. The default value is false in C++.' +type: docs +weight: 3300 +url: /es/cpp/aspose.cells/htmlsaveoptions/setexportsingletab/ +--- +## HtmlSaveOptions::SetExportSingleTab method + + +Indicates whether exporting the single tab when the file only has one worksheet. The default value is false. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetExportSingleTab(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setexportworkbookproperties/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setexportworkbookproperties/_index.md new file mode 100644 index 00000000000..207c06cb284 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setexportworkbookproperties/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetExportWorkbookProperties method +linktitle: SetExportWorkbookProperties +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetExportWorkbookProperties method. Indicating whether exporting workbook properties.The default value is true.If you want to import the html or mht file to excel, please keep the default value in C++.' +type: docs +weight: 10200 +url: /es/cpp/aspose.cells/htmlsaveoptions/setexportworkbookproperties/ +--- +## HtmlSaveOptions::SetExportWorkbookProperties method + + +Indicating whether exporting workbook properties.The default value is true.If you want to import the html or mht file to excel, please keep the default value. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetExportWorkbookProperties(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setexportworksheetcssseparately/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setexportworksheetcssseparately/_index.md new file mode 100644 index 00000000000..63d444e05f5 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setexportworksheetcssseparately/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetExportWorksheetCSSSeparately method +linktitle: SetExportWorksheetCSSSeparately +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetExportWorksheetCSSSeparately method. Indicating whether export the worksheet css separately.The default value is false in C++.' +type: docs +weight: 7400 +url: /es/cpp/aspose.cells/htmlsaveoptions/setexportworksheetcssseparately/ +--- +## HtmlSaveOptions::SetExportWorksheetCSSSeparately method + + +Indicating whether export the worksheet css separately.The default value is false. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetExportWorksheetCSSSeparately(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setexportworksheetproperties/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setexportworksheetproperties/_index.md new file mode 100644 index 00000000000..400ba29bb62 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setexportworksheetproperties/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetExportWorksheetProperties method +linktitle: SetExportWorksheetProperties +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetExportWorksheetProperties method. Indicating whether exporting worksheet properties.The default value is true.If you want to import the html or mht file to excel, please keep the default value in C++.' +type: docs +weight: 10000 +url: /es/cpp/aspose.cells/htmlsaveoptions/setexportworksheetproperties/ +--- +## HtmlSaveOptions::SetExportWorksheetProperties method + + +Indicating whether exporting worksheet properties.The default value is true.If you want to import the html or mht file to excel, please keep the default value. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetExportWorksheetProperties(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setfilepathprovider/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setfilepathprovider/_index.md new file mode 100644 index 00000000000..5018c7945cb --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setfilepathprovider/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetFilePathProvider method +linktitle: SetFilePathProvider +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetFilePathProvider method. Gets or sets the IFilePathProvider for exporting Worksheet to html separately in C++.' +type: docs +weight: 5300 +url: /es/cpp/aspose.cells/htmlsaveoptions/setfilepathprovider/ +--- +## HtmlSaveOptions::SetFilePathProvider method + + +Gets or sets the [IFilePathProvider](../../ifilepathprovider/) for exporting [Worksheet](../../worksheet/) to html separately. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetFilePathProvider(IFilePathProvider *value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [IFilePathProvider](../../ifilepathprovider/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setformatdataignorecolumnwidth/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setformatdataignorecolumnwidth/_index.md new file mode 100644 index 00000000000..5cdfecc8d10 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setformatdataignorecolumnwidth/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetFormatDataIgnoreColumnWidth method +linktitle: SetFormatDataIgnoreColumnWidth +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetFormatDataIgnoreColumnWidth method. Indicating whether show the whole formatted data of cell when overflowing the column. If true then ignore the column width and the whole data of cell will be exported. If false then the data will be exported same as Excel. The default value is false in C++.' +type: docs +weight: 11200 +url: /es/cpp/aspose.cells/htmlsaveoptions/setformatdataignorecolumnwidth/ +--- +## HtmlSaveOptions::SetFormatDataIgnoreColumnWidth method + + +Indicating whether show the whole formatted data of cell when overflowing the column. If true then ignore the column width and the whole data of cell will be exported. If false then the data will be exported same as Excel. The default value is false. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetFormatDataIgnoreColumnWidth(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/sethiddencoldisplaytype/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/sethiddencoldisplaytype/_index.md new file mode 100644 index 00000000000..68abd401a6f --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/sethiddencoldisplaytype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetHiddenColDisplayType method +linktitle: SetHiddenColDisplayType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetHiddenColDisplayType method. Hidden column(the width of this column is 0) in excel,before save this into html format, if HtmlHiddenColDisplayType is "Remove",the hidden column would not been output, if the value is "Hidden", the column would been output,but was hidden,the default value is "Hidden" in C++.' +type: docs +weight: 4700 +url: /es/cpp/aspose.cells/htmlsaveoptions/sethiddencoldisplaytype/ +--- +## HtmlSaveOptions::SetHiddenColDisplayType method + + +Hidden column(the width of this column is 0) in excel,before save this into html format, if HtmlHiddenColDisplayType is "Remove",the hidden column would not been output, if the value is "Hidden", the column would been output,but was hidden,the default value is "Hidden". + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetHiddenColDisplayType(HtmlHiddenColDisplayType value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Enum [HtmlHiddenColDisplayType](../../htmlhiddencoldisplaytype/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/sethiddenrowdisplaytype/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/sethiddenrowdisplaytype/_index.md new file mode 100644 index 00000000000..84d9b7e9368 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/sethiddenrowdisplaytype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetHiddenRowDisplayType method +linktitle: SetHiddenRowDisplayType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetHiddenRowDisplayType method. Hidden row(the height of this row is 0) in excel,before save this into html format, if HtmlHiddenRowDisplayType is "Remove",the hidden row would not been output, if the value is "Hidden", the row would been output,but was hidden,the default value is "Hidden" in C++.' +type: docs +weight: 4900 +url: /es/cpp/aspose.cells/htmlsaveoptions/sethiddenrowdisplaytype/ +--- +## HtmlSaveOptions::SetHiddenRowDisplayType method + + +Hidden row(the height of this row is 0) in excel,before save this into html format, if HtmlHiddenRowDisplayType is "Remove",the hidden row would not been output, if the value is "Hidden", the row would been output,but was hidden,the default value is "Hidden". + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetHiddenRowDisplayType(HtmlHiddenRowDisplayType value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Enum [HtmlHiddenRowDisplayType](../../htmlhiddenrowdisplaytype/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/sethideoverflowwrappedtext/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/sethideoverflowwrappedtext/_index.md new file mode 100644 index 00000000000..15ccf239c15 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/sethideoverflowwrappedtext/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetHideOverflowWrappedText method +linktitle: SetHideOverflowWrappedText +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetHideOverflowWrappedText method. Indicates whether to hide overflow text when the cell format is set to wrap text. The default value is false in C++.' +type: docs +weight: 12200 +url: /es/cpp/aspose.cells/htmlsaveoptions/sethideoverflowwrappedtext/ +--- +## HtmlSaveOptions::SetHideOverflowWrappedText method + + +Indicates whether to hide overflow text when the cell format is set to wrap text. The default value is false. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetHideOverflowWrappedText(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/sethtmlcrossstringtype/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/sethtmlcrossstringtype/_index.md new file mode 100644 index 00000000000..cf331395a2e --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/sethtmlcrossstringtype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetHtmlCrossStringType method +linktitle: SetHtmlCrossStringType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetHtmlCrossStringType method. Indicates if a cross-cell string will be displayed in the same way as MS Excel when saving an Excel file in html format. By default the value is Default, so, for cross-cell strings, there is little difference between the html files created by Aspose.Cells and MS Excel. But the performance for creating large html files,setting the value to Cross would be several times faster than setting it to Default or Fit2Cell in C++.' +type: docs +weight: 4500 +url: /es/cpp/aspose.cells/htmlsaveoptions/sethtmlcrossstringtype/ +--- +## HtmlSaveOptions::SetHtmlCrossStringType method + + +Indicates if a cross-cell string will be displayed in the same way as MS Excel when saving an Excel file in html format. By default the value is Default, so, for cross-cell strings, there is little difference between the html files created by [Aspose.Cells](../../) and MS Excel. But the performance for creating large html files,setting the value to Cross would be several times faster than setting it to Default or Fit2Cell. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetHtmlCrossStringType(HtmlCrossType value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Enum [HtmlCrossType](../../htmlcrosstype/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/sethtmlversion/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/sethtmlversion/_index.md new file mode 100644 index 00000000000..bdca199fca9 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/sethtmlversion/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetHtmlVersion method +linktitle: SetHtmlVersion +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetHtmlVersion method. Specifies version of HTML standard that should be used when saving the HTML format. Default value is HtmlVersion.Default in C++.' +type: docs +weight: 13600 +url: /es/cpp/aspose.cells/htmlsaveoptions/sethtmlversion/ +--- +## HtmlSaveOptions::SetHtmlVersion method + + +Specifies version of HTML standard that should be used when saving the HTML format. Default value is [HtmlVersion.Default](../../htmlversion/). + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetHtmlVersion(HtmlVersion value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Enum [HtmlVersion](../../htmlversion/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setignoreinvisibleshapes/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setignoreinvisibleshapes/_index.md new file mode 100644 index 00000000000..3ae0d0cabd8 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setignoreinvisibleshapes/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetIgnoreInvisibleShapes method +linktitle: SetIgnoreInvisibleShapes +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetIgnoreInvisibleShapes method. Indicate whether exporting those not visible shapes in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/htmlsaveoptions/setignoreinvisibleshapes/ +--- +## HtmlSaveOptions::SetIgnoreInvisibleShapes method + + +Indicate whether exporting those not visible shapes. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetIgnoreInvisibleShapes(bool value) +``` + +## Remarks + + +The default values is false. +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setimagescalable/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setimagescalable/_index.md new file mode 100644 index 00000000000..7283bce9186 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setimagescalable/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetImageScalable method +linktitle: SetImageScalable +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetImageScalable method. Indicates whether using scalable unit to describe the image width when using scalable unit to describe the column width. The default value is true in C++.' +type: docs +weight: 2900 +url: /es/cpp/aspose.cells/htmlsaveoptions/setimagescalable/ +--- +## HtmlSaveOptions::SetImageScalable method + + +Indicates whether using scalable unit to describe the image width when using scalable unit to describe the column width. The default value is true. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetImageScalable(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setisbordercollapsed/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setisbordercollapsed/_index.md new file mode 100644 index 00000000000..bf1b4271c4e --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setisbordercollapsed/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetIsBorderCollapsed method +linktitle: SetIsBorderCollapsed +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetIsBorderCollapsed method. Indicates whether the table borders are collapsed. The default value is true in C++.' +type: docs +weight: 12400 +url: /es/cpp/aspose.cells/htmlsaveoptions/setisbordercollapsed/ +--- +## HtmlSaveOptions::SetIsBorderCollapsed method + + +Indicates whether the table borders are collapsed. The default value is true. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetIsBorderCollapsed(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setisexpimagetotempdir/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setisexpimagetotempdir/_index.md new file mode 100644 index 00000000000..5b6b6ba6553 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setisexpimagetotempdir/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetIsExpImageToTempDir method +linktitle: SetIsExpImageToTempDir +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetIsExpImageToTempDir method. Indicates whether exporting image files to temp directory. Only for saving to html stream in C++.' +type: docs +weight: 2700 +url: /es/cpp/aspose.cells/htmlsaveoptions/setisexpimagetotempdir/ +--- +## HtmlSaveOptions::SetIsExpImageToTempDir method + + +Indicates whether exporting image files to temp directory. Only for saving to html stream. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetIsExpImageToTempDir(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setisexportcomments/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setisexportcomments/_index.md new file mode 100644 index 00000000000..e3a618b6b34 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setisexportcomments/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetIsExportComments method +linktitle: SetIsExportComments +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetIsExportComments method. Indicates if exporting comments when saving file to html, the default value is false in C++.' +type: docs +weight: 2100 +url: /es/cpp/aspose.cells/htmlsaveoptions/setisexportcomments/ +--- +## HtmlSaveOptions::SetIsExportComments method + + +Indicates if exporting comments when saving file to html, the default value is false. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetIsExportComments(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setisfullpathlink/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setisfullpathlink/_index.md new file mode 100644 index 00000000000..26c08f961be --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setisfullpathlink/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetIsFullPathLink method +linktitle: SetIsFullPathLink +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetIsFullPathLink method. Indicating whether using full path link in sheet00x.htm,filelist.xml and tabstrip.htm. The default value is false in C++.' +type: docs +weight: 7200 +url: /es/cpp/aspose.cells/htmlsaveoptions/setisfullpathlink/ +--- +## HtmlSaveOptions::SetIsFullPathLink method + + +Indicating whether using full path link in sheet00x.htm,filelist.xml and tabstrip.htm. The default value is false. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetIsFullPathLink(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setisiecompatible/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setisiecompatible/_index.md new file mode 100644 index 00000000000..39a6934839f --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setisiecompatible/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetIsIECompatible method +linktitle: SetIsIECompatible +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetIsIECompatible method. Indicating whether the output HTML is compatible with IE browser. The defalut value is false in C++.' +type: docs +weight: 11000 +url: /es/cpp/aspose.cells/htmlsaveoptions/setisiecompatible/ +--- +## HtmlSaveOptions::SetIsIECompatible method + + +Indicating whether the output HTML is compatible with IE browser. The defalut value is false. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetIsIECompatible(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setisjsbrowsercompatible/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setisjsbrowsercompatible/_index.md new file mode 100644 index 00000000000..4926889ae65 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setisjsbrowsercompatible/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetIsJsBrowserCompatible method +linktitle: SetIsJsBrowserCompatible +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetIsJsBrowserCompatible method. Indicates whether JavaScript is compatible with browsers that do not support JavaScript. The default value is true in C++.' +type: docs +weight: 11600 +url: /es/cpp/aspose.cells/htmlsaveoptions/setisjsbrowsercompatible/ +--- +## HtmlSaveOptions::SetIsJsBrowserCompatible method + + +Indicates whether JavaScript is compatible with browsers that do not support JavaScript. The default value is true. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetIsJsBrowserCompatible(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setismobilecompatible/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setismobilecompatible/_index.md new file mode 100644 index 00000000000..41d1b83aae8 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setismobilecompatible/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetIsMobileCompatible method +linktitle: SetIsMobileCompatible +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetIsMobileCompatible method. Indicates whether the output HTML is compatible with mobile devices. The default value is false in C++.' +type: docs +weight: 11800 +url: /es/cpp/aspose.cells/htmlsaveoptions/setismobilecompatible/ +--- +## HtmlSaveOptions::SetIsMobileCompatible method + + +Indicates whether the output HTML is compatible with mobile devices. The default value is false. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetIsMobileCompatible(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setlayoutmode/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setlayoutmode/_index.md new file mode 100644 index 00000000000..c45462f2a05 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setlayoutmode/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetLayoutMode method +linktitle: SetLayoutMode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetLayoutMode method. Gets or sets the layout mode when saving to HTML. The default value is HtmlLayoutMode.Normal in C++.' +type: docs +weight: 14000 +url: /es/cpp/aspose.cells/htmlsaveoptions/setlayoutmode/ +--- +## HtmlSaveOptions::SetLayoutMode method + + +Gets or sets the layout mode when saving to HTML. The default value is HtmlLayoutMode.Normal + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetLayoutMode(HtmlLayoutMode value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Enum [HtmlLayoutMode](../../../aspose.cells.rendering/htmllayoutmode/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setlinktargettype/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setlinktargettype/_index.md new file mode 100644 index 00000000000..644912388ec --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setlinktargettype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetLinkTargetType method +linktitle: SetLinkTargetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetLinkTargetType method. Indicating the type of target attribute in
link. The default value is HtmlLinkTargetType.Parent in C++.' +type: docs +weight: 10800 +url: /es/cpp/aspose.cells/htmlsaveoptions/setlinktargettype/ +--- +## HtmlSaveOptions::SetLinkTargetType method + + +Indicating the type of target attribute in **** link. The default value is [HtmlLinkTargetType.Parent](../../htmllinktargettype/). + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetLinkTargetType(HtmlLinkTargetType value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Enum [HtmlLinkTargetType](../../htmllinktargettype/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setmergeemptytdforcely/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setmergeemptytdforcely/_index.md new file mode 100644 index 00000000000..c470f8a20c5 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setmergeemptytdforcely/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetMergeEmptyTdForcely method +linktitle: SetMergeEmptyTdForcely +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetMergeEmptyTdForcely method. Indicates whether merging empty TD element forcedly when exporting file to html. The size of html file will be reduced significantly after setting value to true. The default value is false. If you want to import the html file to excel or export perfect grid lines when saving file to html, please keep the default value in C++.' +type: docs +weight: 7800 +url: /es/cpp/aspose.cells/htmlsaveoptions/setmergeemptytdforcely/ +--- +## HtmlSaveOptions::SetMergeEmptyTdForcely method + + +Indicates whether merging empty TD element forcedly when exporting file to html. The size of html file will be reduced significantly after setting value to true. The default value is false. If you want to import the html file to excel or export perfect grid lines when saving file to html, please keep the default value. + + +>Deprecated +> +>Use HtmlSaveOptions.MergeEmptyTdType instead. +```cpp +void Aspose::Cells::HtmlSaveOptions::SetMergeEmptyTdForcely(bool value) +``` + + + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setmergeemptytdtype/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setmergeemptytdtype/_index.md new file mode 100644 index 00000000000..b88eccabb4a --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setmergeemptytdtype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetMergeEmptyTdType method +linktitle: SetMergeEmptyTdType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetMergeEmptyTdType method. The option to merge contiguous empty cells(empty td elements) The default value is MergeEmptyTdType.Default in C++.' +type: docs +weight: 8000 +url: /es/cpp/aspose.cells/htmlsaveoptions/setmergeemptytdtype/ +--- +## HtmlSaveOptions::SetMergeEmptyTdType method + + +The option to merge contiguous empty cells(empty td elements) The default value is [MergeEmptyTdType.Default](../../mergeemptytdtype/). + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetMergeEmptyTdType(MergeEmptyTdType value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Enum [MergeEmptyTdType](../../mergeemptytdtype/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setofficemathoutputmode/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setofficemathoutputmode/_index.md new file mode 100644 index 00000000000..73c88f027c0 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setofficemathoutputmode/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetOfficeMathOutputMode method +linktitle: SetOfficeMathOutputMode +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetOfficeMathOutputMode method. Indicates how OfficeMath objects are exported to HTML, Default value is Image in C++.' +type: docs +weight: 12800 +url: /es/cpp/aspose.cells/htmlsaveoptions/setofficemathoutputmode/ +--- +## HtmlSaveOptions::SetOfficeMathOutputMode method + + +Indicates how OfficeMath objects are exported to HTML, Default value is Image. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetOfficeMathOutputMode(HtmlOfficeMathOutputType value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Enum [HtmlOfficeMathOutputType](../../htmlofficemathoutputtype/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setpagetitle/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setpagetitle/_index.md new file mode 100644 index 00000000000..986e02f21e1 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setpagetitle/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetPageTitle method +linktitle: SetPageTitle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetPageTitle method. The title of the html page. Only for saving to html stream in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/htmlsaveoptions/setpagetitle/ +--- +## HtmlSaveOptions::SetPageTitle(const U16String\&) method + + +The title of the html page. Only for saving to html stream. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetPageTitle(const U16String &value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## HtmlSaveOptions::SetPageTitle(const char16_t*) method + + +The title of the html page. Only for saving to html stream. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetPageTitle(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setparsehtmltagincell/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setparsehtmltagincell/_index.md new file mode 100644 index 00000000000..c911d6047f7 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setparsehtmltagincell/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetParseHtmlTagInCell method +linktitle: SetParseHtmlTagInCell +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetParseHtmlTagInCell method. Indicates whether html tag(such as
) in cell should be parsed as cell value or preserved as it is. The default value is true in C++.' +type: docs +weight: 4300 +url: /es/cpp/aspose.cells/htmlsaveoptions/setparsehtmltagincell/ +--- +## HtmlSaveOptions::SetParseHtmlTagInCell method + + +Indicates whether html tag(such as **
**) in cell should be parsed as cell value or preserved as it is. The default value is true. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetParseHtmlTagInCell(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setpresentationpreference/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setpresentationpreference/_index.md new file mode 100644 index 00000000000..fc60381877b --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setpresentationpreference/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetPresentationPreference method +linktitle: SetPresentationPreference +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetPresentationPreference method. Indicating if html or mht file is presentation preference. The default value is false. if you want to get more beautiful presentation,please set the value to true in C++.' +type: docs +weight: 6600 +url: /es/cpp/aspose.cells/htmlsaveoptions/setpresentationpreference/ +--- +## HtmlSaveOptions::SetPresentationPreference method + + +Indicating if html or mht file is presentation preference. The default value is false. if you want to get more beautiful presentation,please set the value to true. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetPresentationPreference(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setsaveassinglefile/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setsaveassinglefile/_index.md new file mode 100644 index 00000000000..40e338709e3 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setsaveassinglefile/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetSaveAsSingleFile method +linktitle: SetSaveAsSingleFile +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetSaveAsSingleFile method. Indicates whether save the html as single file. The default value is false in C++.' +type: docs +weight: 5600 +url: /es/cpp/aspose.cells/htmlsaveoptions/setsaveassinglefile/ +--- +## HtmlSaveOptions::SetSaveAsSingleFile method + + +Indicates whether save the html as single file. The default value is false. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetSaveAsSingleFile(bool value) +``` + +## Remarks + + +If there are multiple worksheets or other required resources such as pictures in the workbook, commonly those worksheets and other resources need to be saved into separate files. For some scenarios, user maybe need to get only one resultant file such as for the convenience of transferring. If so, user may set this property as true. +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setsheetset/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setsheetset/_index.md new file mode 100644 index 00000000000..a41c8732939 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setsheetset/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetSheetSet method +linktitle: SetSheetSet +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetSheetSet method. Gets or sets the sheets to render. Default is all visible sheets in the workbook: Aspose.Cells.Rendering.SheetSet.Visible in C++.' +type: docs +weight: 13800 +url: /es/cpp/aspose.cells/htmlsaveoptions/setsheetset/ +--- +## HtmlSaveOptions::SetSheetSet method + + +Gets or sets the sheets to render. Default is all visible sheets in the workbook: Aspose.Cells.Rendering.SheetSet.Visible. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetSheetSet(const SheetSet &value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [SheetSet](../../../aspose.cells.rendering/sheetset/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setshowallsheets/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setshowallsheets/_index.md new file mode 100644 index 00000000000..9efa9839771 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setshowallsheets/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetShowAllSheets method +linktitle: SetShowAllSheets +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetShowAllSheets method. Indicates whether showing all sheets when saving as a single html file in C++.' +type: docs +weight: 5800 +url: /es/cpp/aspose.cells/htmlsaveoptions/setshowallsheets/ +--- +## HtmlSaveOptions::SetShowAllSheets method + + +Indicates whether showing all sheets when saving as a single html file. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetShowAllSheets(bool value) +``` + +## Remarks + + +Only works when SaveAsSingleFile is True. +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/settablecssid/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/settablecssid/_index.md new file mode 100644 index 00000000000..5a486dd9cfc --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/settablecssid/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetTableCssId method +linktitle: SetTableCssId +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetTableCssId method. Gets and sets the prefix of the type css name such as tr,col,td and so on, they are contained in the table element which has the specific TableCssId attribute. The default value is "" in C++.' +type: docs +weight: 7000 +url: /es/cpp/aspose.cells/htmlsaveoptions/settablecssid/ +--- +## HtmlSaveOptions::SetTableCssId(const U16String\&) method + + +Gets and sets the prefix of the type css name such as tr,col,td and so on, they are contained in the table element which has the specific TableCssId attribute. The default value is "". + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetTableCssId(const U16String &value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## HtmlSaveOptions::SetTableCssId(const char16_t*) method + + +Gets and sets the prefix of the type css name such as tr,col,td and so on, they are contained in the table element which has the specific TableCssId attribute. The default value is "". + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetTableCssId(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setwidthscalable/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setwidthscalable/_index.md new file mode 100644 index 00000000000..d99804e9c06 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setwidthscalable/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetWidthScalable method +linktitle: SetWidthScalable +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetWidthScalable method. Indicates whether exporting column width in unit of scale to html. The default value is false in C++.' +type: docs +weight: 3100 +url: /es/cpp/aspose.cells/htmlsaveoptions/setwidthscalable/ +--- +## HtmlSaveOptions::SetWidthScalable method + + +Indicates whether exporting column width in unit of scale to html. The default value is false. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetWidthScalable(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/setworksheetscalable/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/setworksheetscalable/_index.md new file mode 100644 index 00000000000..f4b07ea07ae --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/setworksheetscalable/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetWorksheetScalable method +linktitle: SetWorksheetScalable +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetWorksheetScalable method. Indicates if zooming in or out the html via worksheet zoom level when saving file to html, the default value is false in C++.' +type: docs +weight: 1900 +url: /es/cpp/aspose.cells/htmlsaveoptions/setworksheetscalable/ +--- +## HtmlSaveOptions::SetWorksheetScalable method + + +Indicates if zooming in or out the html via worksheet zoom level when saving file to html, the default value is false. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetWorksheetScalable(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlsaveoptions/~htmlsaveoptions/_index.md b/spanish/cpp/aspose.cells/htmlsaveoptions/~htmlsaveoptions/_index.md new file mode 100644 index 00000000000..ecaee3a4bcf --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlsaveoptions/~htmlsaveoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::~HtmlSaveOptions method +linktitle: ~HtmlSaveOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::~HtmlSaveOptions method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/htmlsaveoptions/~htmlsaveoptions/ +--- +## HtmlSaveOptions::~HtmlSaveOptions method + + +Destructor. + +```cpp +Aspose::Cells::HtmlSaveOptions::~HtmlSaveOptions() +``` + +## See Also + +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmltableloadoption/_impl/_index.md b/spanish/cpp/aspose.cells/htmltableloadoption/_impl/_index.md new file mode 100644 index 00000000000..509cb0dacff --- /dev/null +++ b/spanish/cpp/aspose.cells/htmltableloadoption/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::HtmlTableLoadOption::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlTableLoadOption::_impl field. The implementation object in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells/htmltableloadoption/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +HtmlTableLoadOption_Impl* Aspose::Cells::HtmlTableLoadOption::_impl +``` + +## See Also + +* Class [HtmlTableLoadOption](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmltableloadoption/_index.md b/spanish/cpp/aspose.cells/htmltableloadoption/_index.md new file mode 100644 index 00000000000..4a8ee273871 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmltableloadoption/_index.md @@ -0,0 +1,52 @@ +--- +title: Aspose::Cells::HtmlTableLoadOption class +linktitle: HtmlTableLoadOption +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlTableLoadOption class. Represents the option when importing a table from HTML in C++.' +type: docs +weight: 8200 +url: /es/cpp/aspose.cells/htmltableloadoption/ +--- +## HtmlTableLoadOption class + + +Represents the option when importing a table from HTML. + +```cpp +class HtmlTableLoadOption +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetId()](./getid/) | Get or set the id of table to import from html. | +| [GetName()](./getname/) | **(Deprecated)** Get or set the name of table to import from html. | +| [GetOriginalSheetIndex()](./getoriginalsheetindex/) | Get or set the original index of worksheet in the html. | +| [GetTableIndex()](./gettableindex/) | Get or set the index of table to import from html. | +| [GetTableToListObject()](./gettabletolistobject/) | Indicates whether generate list objects from imported table. The default value is false. | +| [GetTargetSheetIndex()](./gettargetsheetindex/) | Get or set the target index of worksheet where the table is to be located. | +| [HtmlTableLoadOption()](./htmltableloadoption/) | Default constructor. | +| [HtmlTableLoadOption(HtmlTableLoadOption_Impl* impl)](./htmltableloadoption/) | Constructs from an implementation object. | +| [HtmlTableLoadOption(const HtmlTableLoadOption\& src)](./htmltableloadoption/) | Copy constructor. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const HtmlTableLoadOption\& src)](./operator_asm/) | operator= | +| [SetId(const U16String\& value)](./setid/) | Get or set the id of table to import from html. | +| [SetId(const char16_t* value)](./setid/) | Get or set the id of table to import from html. | +| [SetName(const U16String\& value)](./setname/) | **(Deprecated)** Get or set the name of table to import from html. | +| [SetName(const char16_t* value)](./setname/) | **(Deprecated)** Get or set the name of table to import from html. | +| [SetOriginalSheetIndex(int32_t value)](./setoriginalsheetindex/) | Get or set the original index of worksheet in the html. | +| [SetTableIndex(int32_t value)](./settableindex/) | Get or set the index of table to import from html. | +| [SetTableToListObject(bool value)](./settabletolistobject/) | Indicates whether generate list objects from imported table. The default value is false. | +| [SetTargetSheetIndex(int32_t value)](./settargetsheetindex/) | Get or set the target index of worksheet where the table is to be located. | +| [~HtmlTableLoadOption()](./~htmltableloadoption/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/htmltableloadoption/getid/_index.md b/spanish/cpp/aspose.cells/htmltableloadoption/getid/_index.md new file mode 100644 index 00000000000..8ae52370b84 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmltableloadoption/getid/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlTableLoadOption::GetId method +linktitle: GetId +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlTableLoadOption::GetId method. Get or set the id of table to import from html in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/htmltableloadoption/getid/ +--- +## HtmlTableLoadOption::GetId method + + +Get or set the id of table to import from html. + +```cpp +U16String Aspose::Cells::HtmlTableLoadOption::GetId() +``` + +## See Also + +* Class [U16String](../../u16string/) +* Class [HtmlTableLoadOption](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmltableloadoption/getname/_index.md b/spanish/cpp/aspose.cells/htmltableloadoption/getname/_index.md new file mode 100644 index 00000000000..1e8da0d4712 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmltableloadoption/getname/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::HtmlTableLoadOption::GetName method +linktitle: GetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlTableLoadOption::GetName method. Get or set the name of table to import from html in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/htmltableloadoption/getname/ +--- +## HtmlTableLoadOption::GetName method + + +Get or set the name of table to import from html. + + +>Deprecated +> +>Please use HtmlTableLoadOption.Id instead +```cpp +U16String Aspose::Cells::HtmlTableLoadOption::GetName() +``` + + + +## See Also + +* Class [U16String](../../u16string/) +* Class [HtmlTableLoadOption](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmltableloadoption/getoriginalsheetindex/_index.md b/spanish/cpp/aspose.cells/htmltableloadoption/getoriginalsheetindex/_index.md new file mode 100644 index 00000000000..ec5e850d948 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmltableloadoption/getoriginalsheetindex/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlTableLoadOption::GetOriginalSheetIndex method +linktitle: GetOriginalSheetIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlTableLoadOption::GetOriginalSheetIndex method. Get or set the original index of worksheet in the html in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/htmltableloadoption/getoriginalsheetindex/ +--- +## HtmlTableLoadOption::GetOriginalSheetIndex method + + +Get or set the original index of worksheet in the html. + +```cpp +int32_t Aspose::Cells::HtmlTableLoadOption::GetOriginalSheetIndex() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlTableLoadOption](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmltableloadoption/gettableindex/_index.md b/spanish/cpp/aspose.cells/htmltableloadoption/gettableindex/_index.md new file mode 100644 index 00000000000..1ceab628b78 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmltableloadoption/gettableindex/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlTableLoadOption::GetTableIndex method +linktitle: GetTableIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlTableLoadOption::GetTableIndex method. Get or set the index of table to import from html in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/htmltableloadoption/gettableindex/ +--- +## HtmlTableLoadOption::GetTableIndex method + + +Get or set the index of table to import from html. + +```cpp +int32_t Aspose::Cells::HtmlTableLoadOption::GetTableIndex() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlTableLoadOption](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmltableloadoption/gettabletolistobject/_index.md b/spanish/cpp/aspose.cells/htmltableloadoption/gettabletolistobject/_index.md new file mode 100644 index 00000000000..e9cfec27717 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmltableloadoption/gettabletolistobject/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlTableLoadOption::GetTableToListObject method +linktitle: GetTableToListObject +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlTableLoadOption::GetTableToListObject method. Indicates whether generate list objects from imported table. The default value is false in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells/htmltableloadoption/gettabletolistobject/ +--- +## HtmlTableLoadOption::GetTableToListObject method + + +Indicates whether generate list objects from imported table. The default value is false. + +```cpp +bool Aspose::Cells::HtmlTableLoadOption::GetTableToListObject() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlTableLoadOption](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmltableloadoption/gettargetsheetindex/_index.md b/spanish/cpp/aspose.cells/htmltableloadoption/gettargetsheetindex/_index.md new file mode 100644 index 00000000000..626607653f7 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmltableloadoption/gettargetsheetindex/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlTableLoadOption::GetTargetSheetIndex method +linktitle: GetTargetSheetIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlTableLoadOption::GetTargetSheetIndex method. Get or set the target index of worksheet where the table is to be located in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells/htmltableloadoption/gettargetsheetindex/ +--- +## HtmlTableLoadOption::GetTargetSheetIndex method + + +Get or set the target index of worksheet where the table is to be located. + +```cpp +int32_t Aspose::Cells::HtmlTableLoadOption::GetTargetSheetIndex() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlTableLoadOption](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmltableloadoption/htmltableloadoption/_index.md b/spanish/cpp/aspose.cells/htmltableloadoption/htmltableloadoption/_index.md new file mode 100644 index 00000000000..801e4ccc775 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmltableloadoption/htmltableloadoption/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::HtmlTableLoadOption::HtmlTableLoadOption constructor +linktitle: HtmlTableLoadOption +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlTableLoadOption::HtmlTableLoadOption constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/htmltableloadoption/htmltableloadoption/ +--- +## HtmlTableLoadOption::HtmlTableLoadOption() constructor + + +Default constructor. + +```cpp +Aspose::Cells::HtmlTableLoadOption::HtmlTableLoadOption() +``` + +## See Also + +* Class [HtmlTableLoadOption](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## HtmlTableLoadOption::HtmlTableLoadOption(HtmlTableLoadOption_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::HtmlTableLoadOption::HtmlTableLoadOption(HtmlTableLoadOption_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlTableLoadOption](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## HtmlTableLoadOption::HtmlTableLoadOption(const HtmlTableLoadOption\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::HtmlTableLoadOption::HtmlTableLoadOption(const HtmlTableLoadOption &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlTableLoadOption](../) +* Class [HtmlTableLoadOption](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmltableloadoption/isnull/_index.md b/spanish/cpp/aspose.cells/htmltableloadoption/isnull/_index.md new file mode 100644 index 00000000000..011c22d1c05 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmltableloadoption/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::HtmlTableLoadOption::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlTableLoadOption::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/htmltableloadoption/isnull/ +--- +## HtmlTableLoadOption::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::HtmlTableLoadOption::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlTableLoadOption](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmltableloadoption/operator_asm/_index.md b/spanish/cpp/aspose.cells/htmltableloadoption/operator_asm/_index.md new file mode 100644 index 00000000000..63a5a4e6554 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmltableloadoption/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::HtmlTableLoadOption::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlTableLoadOption::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/htmltableloadoption/operator_asm/ +--- +## HtmlTableLoadOption::operator= method + + +operator= + +```cpp +HtmlTableLoadOption & Aspose::Cells::HtmlTableLoadOption::operator=(const HtmlTableLoadOption &src) +``` + +## See Also + +* Class [HtmlTableLoadOption](../) +* Class [Vector](../../vector/) +* Class [HtmlTableLoadOption](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmltableloadoption/operator_bool/_index.md b/spanish/cpp/aspose.cells/htmltableloadoption/operator_bool/_index.md new file mode 100644 index 00000000000..4885857821c --- /dev/null +++ b/spanish/cpp/aspose.cells/htmltableloadoption/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::HtmlTableLoadOption::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlTableLoadOption::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/htmltableloadoption/operator_bool/ +--- +## HtmlTableLoadOption::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::HtmlTableLoadOption::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [HtmlTableLoadOption](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmltableloadoption/setid/_index.md b/spanish/cpp/aspose.cells/htmltableloadoption/setid/_index.md new file mode 100644 index 00000000000..a3111cf7550 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmltableloadoption/setid/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::HtmlTableLoadOption::SetId method +linktitle: SetId +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlTableLoadOption::SetId method. Get or set the id of table to import from html in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/htmltableloadoption/setid/ +--- +## HtmlTableLoadOption::SetId(const U16String\&) method + + +Get or set the id of table to import from html. + +```cpp +void Aspose::Cells::HtmlTableLoadOption::SetId(const U16String &value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [HtmlTableLoadOption](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## HtmlTableLoadOption::SetId(const char16_t*) method + + +Get or set the id of table to import from html. + +```cpp +void Aspose::Cells::HtmlTableLoadOption::SetId(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlTableLoadOption](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmltableloadoption/setname/_index.md b/spanish/cpp/aspose.cells/htmltableloadoption/setname/_index.md new file mode 100644 index 00000000000..bc23a98e675 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmltableloadoption/setname/_index.md @@ -0,0 +1,52 @@ +--- +title: Aspose::Cells::HtmlTableLoadOption::SetName method +linktitle: SetName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlTableLoadOption::SetName method. Get or set the name of table to import from html in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/htmltableloadoption/setname/ +--- +## HtmlTableLoadOption::SetName(const U16String\&) method + + +Get or set the name of table to import from html. + + +>Deprecated +> +>Please use HtmlTableLoadOption.Id instead +```cpp +void Aspose::Cells::HtmlTableLoadOption::SetName(const U16String &value) +``` + + + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [HtmlTableLoadOption](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## HtmlTableLoadOption::SetName(const char16_t*) method + + +Get or set the name of table to import from html. + + +>Deprecated +> +>Please use HtmlTableLoadOption.Id instead +```cpp +void Aspose::Cells::HtmlTableLoadOption::SetName(const char16_t *value) +``` + + + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlTableLoadOption](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmltableloadoption/setoriginalsheetindex/_index.md b/spanish/cpp/aspose.cells/htmltableloadoption/setoriginalsheetindex/_index.md new file mode 100644 index 00000000000..b5813457f24 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmltableloadoption/setoriginalsheetindex/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlTableLoadOption::SetOriginalSheetIndex method +linktitle: SetOriginalSheetIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlTableLoadOption::SetOriginalSheetIndex method. Get or set the original index of worksheet in the html in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells/htmltableloadoption/setoriginalsheetindex/ +--- +## HtmlTableLoadOption::SetOriginalSheetIndex method + + +Get or set the original index of worksheet in the html. + +```cpp +void Aspose::Cells::HtmlTableLoadOption::SetOriginalSheetIndex(int32_t value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlTableLoadOption](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmltableloadoption/settableindex/_index.md b/spanish/cpp/aspose.cells/htmltableloadoption/settableindex/_index.md new file mode 100644 index 00000000000..40159b81458 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmltableloadoption/settableindex/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlTableLoadOption::SetTableIndex method +linktitle: SetTableIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlTableLoadOption::SetTableIndex method. Get or set the index of table to import from html in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/htmltableloadoption/settableindex/ +--- +## HtmlTableLoadOption::SetTableIndex method + + +Get or set the index of table to import from html. + +```cpp +void Aspose::Cells::HtmlTableLoadOption::SetTableIndex(int32_t value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlTableLoadOption](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmltableloadoption/settabletolistobject/_index.md b/spanish/cpp/aspose.cells/htmltableloadoption/settabletolistobject/_index.md new file mode 100644 index 00000000000..16e5bda1f5c --- /dev/null +++ b/spanish/cpp/aspose.cells/htmltableloadoption/settabletolistobject/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlTableLoadOption::SetTableToListObject method +linktitle: SetTableToListObject +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlTableLoadOption::SetTableToListObject method. Indicates whether generate list objects from imported table. The default value is false in C++.' +type: docs +weight: 1700 +url: /es/cpp/aspose.cells/htmltableloadoption/settabletolistobject/ +--- +## HtmlTableLoadOption::SetTableToListObject method + + +Indicates whether generate list objects from imported table. The default value is false. + +```cpp +void Aspose::Cells::HtmlTableLoadOption::SetTableToListObject(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlTableLoadOption](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmltableloadoption/settargetsheetindex/_index.md b/spanish/cpp/aspose.cells/htmltableloadoption/settargetsheetindex/_index.md new file mode 100644 index 00000000000..1caf5d7b8f0 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmltableloadoption/settargetsheetindex/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlTableLoadOption::SetTargetSheetIndex method +linktitle: SetTargetSheetIndex +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlTableLoadOption::SetTargetSheetIndex method. Get or set the target index of worksheet where the table is to be located in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells/htmltableloadoption/settargetsheetindex/ +--- +## HtmlTableLoadOption::SetTargetSheetIndex method + + +Get or set the target index of worksheet where the table is to be located. + +```cpp +void Aspose::Cells::HtmlTableLoadOption::SetTargetSheetIndex(int32_t value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlTableLoadOption](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmltableloadoption/~htmltableloadoption/_index.md b/spanish/cpp/aspose.cells/htmltableloadoption/~htmltableloadoption/_index.md new file mode 100644 index 00000000000..e85ce52e128 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmltableloadoption/~htmltableloadoption/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::HtmlTableLoadOption::~HtmlTableLoadOption method +linktitle: ~HtmlTableLoadOption +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlTableLoadOption::~HtmlTableLoadOption method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/htmltableloadoption/~htmltableloadoption/ +--- +## HtmlTableLoadOption::~HtmlTableLoadOption method + + +Destructor. + +```cpp +Aspose::Cells::HtmlTableLoadOption::~HtmlTableLoadOption() +``` + +## See Also + +* Class [HtmlTableLoadOption](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmltableloadoptioncollection/_impl/_index.md b/spanish/cpp/aspose.cells/htmltableloadoptioncollection/_impl/_index.md new file mode 100644 index 00000000000..e4132e71dba --- /dev/null +++ b/spanish/cpp/aspose.cells/htmltableloadoptioncollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::HtmlTableLoadOptionCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlTableLoadOptionCollection::_impl field. The implementation object in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/htmltableloadoptioncollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +HtmlTableLoadOptionCollection_Impl* Aspose::Cells::HtmlTableLoadOptionCollection::_impl +``` + +## See Also + +* Class [HtmlTableLoadOptionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmltableloadoptioncollection/_index.md b/spanish/cpp/aspose.cells/htmltableloadoptioncollection/_index.md new file mode 100644 index 00000000000..dd833db5459 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmltableloadoptioncollection/_index.md @@ -0,0 +1,53 @@ +--- +title: Aspose::Cells::HtmlTableLoadOptionCollection class +linktitle: HtmlTableLoadOptionCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlTableLoadOptionCollection class. Represents the table options when importing HTML in C++.' +type: docs +weight: 8300 +url: /es/cpp/aspose.cells/htmltableloadoptioncollection/ +--- +## HtmlTableLoadOptionCollection class + + +Represents the table options when importing HTML. + +```cpp +class HtmlTableLoadOptionCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add(const HtmlTableLoadOption\& item)](./add/) | **(Deprecated)** Adds one [HtmlTableLoadOption](../htmltableloadoption/) into this collection. | +| [Add(int32_t tableIndex)](./add/) | Add a [HtmlTableLoadOption](../htmltableloadoption/) to the list. | +| [Add(const U16String\& tableId)](./add/) | Add a [HtmlTableLoadOption](../htmltableloadoption/) to the list. | +| [Add(const char16_t* tableId)](./add/) | Add a [HtmlTableLoadOption](../htmltableloadoption/) to the list. | +| [Add(int32_t tableIndex, int32_t targetSheetIndex)](./add/) | Add a [HtmlTableLoadOption](../htmltableloadoption/) to the list. | +| [Add(const U16String\& tableId, int32_t targetSheetIndex)](./add/) | Add a [HtmlTableLoadOption](../htmltableloadoption/) to the list. | +| [Add(const char16_t* tableId, int32_t targetSheetIndex)](./add/) | Add a [HtmlTableLoadOption](../htmltableloadoption/) to the list. | +| [Add(int32_t tableIndex, int32_t targetSheetIndex, int32_t originalSheetIndex)](./add/) | Add a [HtmlTableLoadOption](../htmltableloadoption/) to the list. | +| [Add(const U16String\& tableId, int32_t targetSheetIndex, int32_t originalSheetIndex)](./add/) | Add a [HtmlTableLoadOption](../htmltableloadoption/) to the list. | +| [Add(const char16_t* tableId, int32_t targetSheetIndex, int32_t originalSheetIndex)](./add/) | Add a [HtmlTableLoadOption](../htmltableloadoption/) to the list. | +| [AddTableLoadOption(const HtmlTableLoadOption\& item)](./addtableloadoption/) | Adds one [HtmlTableLoadOption](../htmltableloadoption/) into this collection. | +| [Get(int32_t index)](./get/) | Gets the [HtmlTableLoadOption](../htmltableloadoption/) element at the specified index. | +| [GetCount()](./getcount/) | | +| [GetTableToListObject()](./gettabletolistobject/) | Indicates whether generate list objects from imported tables. The default value is false. | +| [HtmlTableLoadOptionCollection()](./htmltableloadoptioncollection/) | Default constructor. | +| [HtmlTableLoadOptionCollection(HtmlTableLoadOptionCollection_Impl* impl)](./htmltableloadoptioncollection/) | Constructs from an implementation object. | +| [HtmlTableLoadOptionCollection(const HtmlTableLoadOptionCollection\& src)](./htmltableloadoptioncollection/) | Copy constructor. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const HtmlTableLoadOptionCollection\& src)](./operator_asm/) | operator= | +| [SetTableToListObject(bool value)](./settabletolistobject/) | Indicates whether generate list objects from imported tables. The default value is false. | +| [~HtmlTableLoadOptionCollection()](./~htmltableloadoptioncollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/htmltableloadoptioncollection/add/_index.md b/spanish/cpp/aspose.cells/htmltableloadoptioncollection/add/_index.md new file mode 100644 index 00000000000..acef1ab6cec --- /dev/null +++ b/spanish/cpp/aspose.cells/htmltableloadoptioncollection/add/_index.md @@ -0,0 +1,264 @@ +--- +title: Aspose::Cells::HtmlTableLoadOptionCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlTableLoadOptionCollection::Add method. Adds one HtmlTableLoadOption into this collection in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/htmltableloadoptioncollection/add/ +--- +## HtmlTableLoadOptionCollection::Add(const HtmlTableLoadOption\&) method + + +Adds one [HtmlTableLoadOption](../../htmltableloadoption/) into this collection. + + +>Deprecated +> +>Use HtmlTableLoadOptionCollection.AddTableLoadOption(HtmlTableLoadOption) method instead. +```cpp +int32_t Aspose::Cells::HtmlTableLoadOptionCollection::Add(const HtmlTableLoadOption &item) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| item | const HtmlTableLoadOption\& | one [HtmlTableLoadOption](../../htmltableloadoption/) | + +## ReturnValue + +the index of the added item +## Remarks + + + +NOTE: This member is now obsolete. Instead, please use [AddTableLoadOption()](../addtableloadoption/) method. This method will be removed 6 months later since December 2025. **Aspose** apologizes for any inconvenience you may have experienced. + + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlTableLoadOption](../../htmltableloadoption/) +* Class [HtmlTableLoadOptionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## HtmlTableLoadOptionCollection::Add(int32_t) method + + +Add a [HtmlTableLoadOption](../../htmltableloadoption/) to the list. + +```cpp +int32_t Aspose::Cells::HtmlTableLoadOptionCollection::Add(int32_t tableIndex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| tableIndex | int32_t | Table index | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlTableLoadOptionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## HtmlTableLoadOptionCollection::Add(const U16String\&) method + + +Add a [HtmlTableLoadOption](../../htmltableloadoption/) to the list. + +```cpp +int32_t Aspose::Cells::HtmlTableLoadOptionCollection::Add(const U16String &tableId) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| tableId | const U16String\& | Table ID | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [HtmlTableLoadOptionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## HtmlTableLoadOptionCollection::Add(const char16_t*) method + + +Add a [HtmlTableLoadOption](../../htmltableloadoption/) to the list. + +```cpp +int32_t Aspose::Cells::HtmlTableLoadOptionCollection::Add(const char16_t *tableId) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| tableId | const char16_t* | Table ID | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlTableLoadOptionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## HtmlTableLoadOptionCollection::Add(int32_t, int32_t) method + + +Add a [HtmlTableLoadOption](../../htmltableloadoption/) to the list. + +```cpp +int32_t Aspose::Cells::HtmlTableLoadOptionCollection::Add(int32_t tableIndex, int32_t targetSheetIndex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| tableIndex | int32_t | Table index | +| targetSheetIndex | int32_t | The target index of worksheet in Excel | + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlTableLoadOptionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## HtmlTableLoadOptionCollection::Add(const U16String\&, int32_t) method + + +Add a [HtmlTableLoadOption](../../htmltableloadoption/) to the list. + +```cpp +int32_t Aspose::Cells::HtmlTableLoadOptionCollection::Add(const U16String &tableId, int32_t targetSheetIndex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| tableId | const U16String\& | Table ID | +| targetSheetIndex | int32_t | The target index of worksheet in Excel | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [HtmlTableLoadOptionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## HtmlTableLoadOptionCollection::Add(const char16_t*, int32_t) method + + +Add a [HtmlTableLoadOption](../../htmltableloadoption/) to the list. + +```cpp +int32_t Aspose::Cells::HtmlTableLoadOptionCollection::Add(const char16_t *tableId, int32_t targetSheetIndex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| tableId | const char16_t* | Table ID | +| targetSheetIndex | int32_t | The target index of worksheet in Excel | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlTableLoadOptionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## HtmlTableLoadOptionCollection::Add(int32_t, int32_t, int32_t) method + + +Add a [HtmlTableLoadOption](../../htmltableloadoption/) to the list. + +```cpp +int32_t Aspose::Cells::HtmlTableLoadOptionCollection::Add(int32_t tableIndex, int32_t targetSheetIndex, int32_t originalSheetIndex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| tableIndex | int32_t | Table index | +| targetSheetIndex | int32_t | The target index of worksheet in Excel | +| originalSheetIndex | int32_t | The original index of worksheet in the html | + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlTableLoadOptionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## HtmlTableLoadOptionCollection::Add(const U16String\&, int32_t, int32_t) method + + +Add a [HtmlTableLoadOption](../../htmltableloadoption/) to the list. + +```cpp +int32_t Aspose::Cells::HtmlTableLoadOptionCollection::Add(const U16String &tableId, int32_t targetSheetIndex, int32_t originalSheetIndex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| tableId | const U16String\& | Table ID | +| targetSheetIndex | int32_t | The target index of worksheet in Excel | +| originalSheetIndex | int32_t | The original index of worksheet in the html | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [HtmlTableLoadOptionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## HtmlTableLoadOptionCollection::Add(const char16_t*, int32_t, int32_t) method + + +Add a [HtmlTableLoadOption](../../htmltableloadoption/) to the list. + +```cpp +int32_t Aspose::Cells::HtmlTableLoadOptionCollection::Add(const char16_t *tableId, int32_t targetSheetIndex, int32_t originalSheetIndex) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| tableId | const char16_t* | Table ID | +| targetSheetIndex | int32_t | The target index of worksheet in Excel | +| originalSheetIndex | int32_t | The original index of worksheet in the html | + +## ReturnValue + + + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlTableLoadOptionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmltableloadoptioncollection/addtableloadoption/_index.md b/spanish/cpp/aspose.cells/htmltableloadoptioncollection/addtableloadoption/_index.md new file mode 100644 index 00000000000..f80c87d2819 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmltableloadoptioncollection/addtableloadoption/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::HtmlTableLoadOptionCollection::AddTableLoadOption method +linktitle: AddTableLoadOption +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlTableLoadOptionCollection::AddTableLoadOption method. Adds one HtmlTableLoadOption into this collection in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/htmltableloadoptioncollection/addtableloadoption/ +--- +## HtmlTableLoadOptionCollection::AddTableLoadOption method + + +Adds one [HtmlTableLoadOption](../../htmltableloadoption/) into this collection. + +```cpp +int32_t Aspose::Cells::HtmlTableLoadOptionCollection::AddTableLoadOption(const HtmlTableLoadOption &item) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| item | const HtmlTableLoadOption\& | one [HtmlTableLoadOption](../../htmltableloadoption/) | + +## ReturnValue + +the index of the added item + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlTableLoadOption](../../htmltableloadoption/) +* Class [HtmlTableLoadOptionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmltableloadoptioncollection/get/_index.md b/spanish/cpp/aspose.cells/htmltableloadoptioncollection/get/_index.md new file mode 100644 index 00000000000..748e1038c64 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmltableloadoptioncollection/get/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::HtmlTableLoadOptionCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlTableLoadOptionCollection::Get method. Gets the HtmlTableLoadOption element at the specified index in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/htmltableloadoptioncollection/get/ +--- +## HtmlTableLoadOptionCollection::Get method + + +Gets the [HtmlTableLoadOption](../../htmltableloadoption/) element at the specified index. + +```cpp +HtmlTableLoadOption Aspose::Cells::HtmlTableLoadOptionCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The zero based index of the element. | + +## ReturnValue + +The element at the specified index. + +## See Also + +* Class [HtmlTableLoadOption](../../htmltableloadoption/) +* Class [Vector](../../vector/) +* Class [HtmlTableLoadOptionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmltableloadoptioncollection/getcount/_index.md b/spanish/cpp/aspose.cells/htmltableloadoptioncollection/getcount/_index.md new file mode 100644 index 00000000000..3f05658060f --- /dev/null +++ b/spanish/cpp/aspose.cells/htmltableloadoptioncollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlTableLoadOptionCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::HtmlTableLoadOptionCollection class in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/htmltableloadoptioncollection/getcount/ +--- +## HtmlTableLoadOptionCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::HtmlTableLoadOptionCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlTableLoadOptionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmltableloadoptioncollection/gettabletolistobject/_index.md b/spanish/cpp/aspose.cells/htmltableloadoptioncollection/gettabletolistobject/_index.md new file mode 100644 index 00000000000..4f4f535a7af --- /dev/null +++ b/spanish/cpp/aspose.cells/htmltableloadoptioncollection/gettabletolistobject/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlTableLoadOptionCollection::GetTableToListObject method +linktitle: GetTableToListObject +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlTableLoadOptionCollection::GetTableToListObject method. Indicates whether generate list objects from imported tables. The default value is false in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/htmltableloadoptioncollection/gettabletolistobject/ +--- +## HtmlTableLoadOptionCollection::GetTableToListObject method + + +Indicates whether generate list objects from imported tables. The default value is false. + +```cpp +bool Aspose::Cells::HtmlTableLoadOptionCollection::GetTableToListObject() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlTableLoadOptionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmltableloadoptioncollection/htmltableloadoptioncollection/_index.md b/spanish/cpp/aspose.cells/htmltableloadoptioncollection/htmltableloadoptioncollection/_index.md new file mode 100644 index 00000000000..cfd615c0797 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmltableloadoptioncollection/htmltableloadoptioncollection/_index.md @@ -0,0 +1,54 @@ +--- +title: Aspose::Cells::HtmlTableLoadOptionCollection::HtmlTableLoadOptionCollection constructor +linktitle: HtmlTableLoadOptionCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlTableLoadOptionCollection::HtmlTableLoadOptionCollection constructor. Default constructor in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/htmltableloadoptioncollection/htmltableloadoptioncollection/ +--- +## HtmlTableLoadOptionCollection::HtmlTableLoadOptionCollection() constructor + + +Default constructor. + +```cpp +Aspose::Cells::HtmlTableLoadOptionCollection::HtmlTableLoadOptionCollection() +``` + +## See Also + +* Class [HtmlTableLoadOptionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## HtmlTableLoadOptionCollection::HtmlTableLoadOptionCollection(HtmlTableLoadOptionCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::HtmlTableLoadOptionCollection::HtmlTableLoadOptionCollection(HtmlTableLoadOptionCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlTableLoadOptionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## HtmlTableLoadOptionCollection::HtmlTableLoadOptionCollection(const HtmlTableLoadOptionCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::HtmlTableLoadOptionCollection::HtmlTableLoadOptionCollection(const HtmlTableLoadOptionCollection &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlTableLoadOptionCollection](../) +* Class [HtmlTableLoadOptionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmltableloadoptioncollection/isnull/_index.md b/spanish/cpp/aspose.cells/htmltableloadoptioncollection/isnull/_index.md new file mode 100644 index 00000000000..0d0e0b1014f --- /dev/null +++ b/spanish/cpp/aspose.cells/htmltableloadoptioncollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::HtmlTableLoadOptionCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlTableLoadOptionCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/htmltableloadoptioncollection/isnull/ +--- +## HtmlTableLoadOptionCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::HtmlTableLoadOptionCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlTableLoadOptionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmltableloadoptioncollection/operator_asm/_index.md b/spanish/cpp/aspose.cells/htmltableloadoptioncollection/operator_asm/_index.md new file mode 100644 index 00000000000..4d798ce347e --- /dev/null +++ b/spanish/cpp/aspose.cells/htmltableloadoptioncollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::HtmlTableLoadOptionCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlTableLoadOptionCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/htmltableloadoptioncollection/operator_asm/ +--- +## HtmlTableLoadOptionCollection::operator= method + + +operator= + +```cpp +HtmlTableLoadOptionCollection & Aspose::Cells::HtmlTableLoadOptionCollection::operator=(const HtmlTableLoadOptionCollection &src) +``` + +## See Also + +* Class [HtmlTableLoadOptionCollection](../) +* Class [Vector](../../vector/) +* Class [HtmlTableLoadOptionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmltableloadoptioncollection/operator_bool/_index.md b/spanish/cpp/aspose.cells/htmltableloadoptioncollection/operator_bool/_index.md new file mode 100644 index 00000000000..3240d3ad17d --- /dev/null +++ b/spanish/cpp/aspose.cells/htmltableloadoptioncollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::HtmlTableLoadOptionCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlTableLoadOptionCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/htmltableloadoptioncollection/operator_bool/ +--- +## HtmlTableLoadOptionCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::HtmlTableLoadOptionCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [HtmlTableLoadOptionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmltableloadoptioncollection/settabletolistobject/_index.md b/spanish/cpp/aspose.cells/htmltableloadoptioncollection/settabletolistobject/_index.md new file mode 100644 index 00000000000..889a2e7c588 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmltableloadoptioncollection/settabletolistobject/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlTableLoadOptionCollection::SetTableToListObject method +linktitle: SetTableToListObject +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlTableLoadOptionCollection::SetTableToListObject method. Indicates whether generate list objects from imported tables. The default value is false in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/htmltableloadoptioncollection/settabletolistobject/ +--- +## HtmlTableLoadOptionCollection::SetTableToListObject method + + +Indicates whether generate list objects from imported tables. The default value is false. + +```cpp +void Aspose::Cells::HtmlTableLoadOptionCollection::SetTableToListObject(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HtmlTableLoadOptionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmltableloadoptioncollection/~htmltableloadoptioncollection/_index.md b/spanish/cpp/aspose.cells/htmltableloadoptioncollection/~htmltableloadoptioncollection/_index.md new file mode 100644 index 00000000000..2745e81c0e6 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmltableloadoptioncollection/~htmltableloadoptioncollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::HtmlTableLoadOptionCollection::~HtmlTableLoadOptionCollection method +linktitle: ~HtmlTableLoadOptionCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlTableLoadOptionCollection::~HtmlTableLoadOptionCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/htmltableloadoptioncollection/~htmltableloadoptioncollection/ +--- +## HtmlTableLoadOptionCollection::~HtmlTableLoadOptionCollection method + + +Destructor. + +```cpp +Aspose::Cells::HtmlTableLoadOptionCollection::~HtmlTableLoadOptionCollection() +``` + +## See Also + +* Class [HtmlTableLoadOptionCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/htmlversion/_index.md b/spanish/cpp/aspose.cells/htmlversion/_index.md new file mode 100644 index 00000000000..5879b20d480 --- /dev/null +++ b/spanish/cpp/aspose.cells/htmlversion/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::HtmlVersion enum +linktitle: HtmlVersion +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlVersion enum. Indicates the version of HTML is used when saving to Html formats in C++.' +type: docs +weight: 22900 +url: /es/cpp/aspose.cells/htmlversion/ +--- +## HtmlVersion enum + + +Indicates the version of HTML is used when saving to Html formats. + +```cpp +enum class HtmlVersion +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Default | 0 |
Save the document in compliance with the MS Excel exporting HTML. | +| XHtml | 1 |
Saves the document in compliance with the XHTML 1.0 Transitional standard. | +| Html5 | 2 |
Saves the document in compliance with the HTML 5 standard. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/hyperlink/_impl/_index.md b/spanish/cpp/aspose.cells/hyperlink/_impl/_index.md new file mode 100644 index 00000000000..f3a374c5481 --- /dev/null +++ b/spanish/cpp/aspose.cells/hyperlink/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Hyperlink::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Hyperlink::_impl field. The implementation object in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells/hyperlink/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +Hyperlink_Impl* Aspose::Cells::Hyperlink::_impl +``` + +## See Also + +* Class [Hyperlink](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/hyperlink/_index.md b/spanish/cpp/aspose.cells/hyperlink/_index.md new file mode 100644 index 00000000000..b1b6b1b4b10 --- /dev/null +++ b/spanish/cpp/aspose.cells/hyperlink/_index.md @@ -0,0 +1,73 @@ +--- +title: Aspose::Cells::Hyperlink class +linktitle: Hyperlink +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Hyperlink class. Encapsulates the object that represents a hyperlink in C++.' +type: docs +weight: 8400 +url: /es/cpp/aspose.cells/hyperlink/ +--- +## Hyperlink class + + +Encapsulates the object that represents a hyperlink. + +```cpp +class Hyperlink +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Delete()](./delete/) | Deletes this hyperlink. | +| [GetAddress()](./getaddress/) | Represents the address of a hyperlink. | +| [GetArea()](./getarea/) | Gets the range of hyperlink. | +| [GetLinkType()](./getlinktype/) | Gets the link type. | +| [GetScreenTip()](./getscreentip/) | Returns or sets the ScreenTip text for the specified hyperlink. | +| [GetTextToDisplay()](./gettexttodisplay/) | Represents the text to be displayed for the specified hyperlink. The default value is the address of the hyperlink. | +| [Hyperlink(Hyperlink_Impl* impl)](./hyperlink/) | Constructs from an implementation object. | +| [Hyperlink(const Hyperlink\& src)](./hyperlink/) | Copy constructor. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const Hyperlink\& src)](./operator_asm/) | operator= | +| [SetAddress(const U16String\& value)](./setaddress/) | Represents the address of a hyperlink. | +| [SetAddress(const char16_t* value)](./setaddress/) | Represents the address of a hyperlink. | +| [SetScreenTip(const U16String\& value)](./setscreentip/) | Returns or sets the ScreenTip text for the specified hyperlink. | +| [SetScreenTip(const char16_t* value)](./setscreentip/) | Returns or sets the ScreenTip text for the specified hyperlink. | +| [SetTextToDisplay(const U16String\& value)](./settexttodisplay/) | Represents the text to be displayed for the specified hyperlink. The default value is the address of the hyperlink. | +| [SetTextToDisplay(const char16_t* value)](./settexttodisplay/) | Represents the text to be displayed for the specified hyperlink. The default value is the address of the hyperlink. | +| [~Hyperlink()](./~hyperlink/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; +//Agregar una nueva hoja de cálculo al objeto Workbook +workbook.GetWorksheets().Add(); +//Obteniendo la referencia de la hoja recién añadida pasando su índice de hoja +Worksheet worksheet = workbook.GetWorksheets().Get(0); +//Agregar un hipervínculo a una URL en la celda "A1" +int index = worksheet.GetHyperlinks().Add(u"A1", 1, 1, u"http://www.aspose.com"); +//Obtener un hipervínculo por índice. +Hyperlink hyperlink = worksheet.GetHyperlinks().Get(index); +//Establecer el texto visible de este hipervínculo. +hyperlink.SetTextToDisplay(u"Aspose"); +//Guardando el archivo Excel +workbook.Save(u"book1.xls"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/hyperlink/delete/_index.md b/spanish/cpp/aspose.cells/hyperlink/delete/_index.md new file mode 100644 index 00000000000..63da63cf26a --- /dev/null +++ b/spanish/cpp/aspose.cells/hyperlink/delete/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Hyperlink::Delete method +linktitle: Delete +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Hyperlink::Delete method. Deletes this hyperlink in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells/hyperlink/delete/ +--- +## Hyperlink::Delete method + + +Deletes this hyperlink. + +```cpp +void Aspose::Cells::Hyperlink::Delete() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Hyperlink](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/hyperlink/getaddress/_index.md b/spanish/cpp/aspose.cells/hyperlink/getaddress/_index.md new file mode 100644 index 00000000000..90484e31414 --- /dev/null +++ b/spanish/cpp/aspose.cells/hyperlink/getaddress/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Hyperlink::GetAddress method +linktitle: GetAddress +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Hyperlink::GetAddress method. Represents the address of a hyperlink in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/hyperlink/getaddress/ +--- +## Hyperlink::GetAddress method + + +Represents the address of a hyperlink. + +```cpp +U16String Aspose::Cells::Hyperlink::GetAddress() +``` + +## See Also + +* Class [U16String](../../u16string/) +* Class [Hyperlink](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/hyperlink/getarea/_index.md b/spanish/cpp/aspose.cells/hyperlink/getarea/_index.md new file mode 100644 index 00000000000..dc6e08fca29 --- /dev/null +++ b/spanish/cpp/aspose.cells/hyperlink/getarea/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Hyperlink::GetArea method +linktitle: GetArea +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Hyperlink::GetArea method. Gets the range of hyperlink in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/hyperlink/getarea/ +--- +## Hyperlink::GetArea method + + +Gets the range of hyperlink. + +```cpp +CellArea Aspose::Cells::Hyperlink::GetArea() +``` + +## See Also + +* Class [CellArea](../../cellarea/) +* Class [Hyperlink](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/hyperlink/getlinktype/_index.md b/spanish/cpp/aspose.cells/hyperlink/getlinktype/_index.md new file mode 100644 index 00000000000..54355bcdf32 --- /dev/null +++ b/spanish/cpp/aspose.cells/hyperlink/getlinktype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Hyperlink::GetLinkType method +linktitle: GetLinkType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Hyperlink::GetLinkType method. Gets the link type in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells/hyperlink/getlinktype/ +--- +## Hyperlink::GetLinkType method + + +Gets the link type. + +```cpp +TargetModeType Aspose::Cells::Hyperlink::GetLinkType() +``` + +## See Also + +* Enum [TargetModeType](../../targetmodetype/) +* Class [Hyperlink](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/hyperlink/getscreentip/_index.md b/spanish/cpp/aspose.cells/hyperlink/getscreentip/_index.md new file mode 100644 index 00000000000..4b79655cc7e --- /dev/null +++ b/spanish/cpp/aspose.cells/hyperlink/getscreentip/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Hyperlink::GetScreenTip method +linktitle: GetScreenTip +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Hyperlink::GetScreenTip method. Returns or sets the ScreenTip text for the specified hyperlink in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/hyperlink/getscreentip/ +--- +## Hyperlink::GetScreenTip method + + +Returns or sets the ScreenTip text for the specified hyperlink. + +```cpp +U16String Aspose::Cells::Hyperlink::GetScreenTip() +``` + +## See Also + +* Class [U16String](../../u16string/) +* Class [Hyperlink](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/hyperlink/gettexttodisplay/_index.md b/spanish/cpp/aspose.cells/hyperlink/gettexttodisplay/_index.md new file mode 100644 index 00000000000..f8cc07d62a1 --- /dev/null +++ b/spanish/cpp/aspose.cells/hyperlink/gettexttodisplay/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::Hyperlink::GetTextToDisplay method +linktitle: GetTextToDisplay +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Hyperlink::GetTextToDisplay method. Represents the text to be displayed for the specified hyperlink. The default value is the address of the hyperlink in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/hyperlink/gettexttodisplay/ +--- +## Hyperlink::GetTextToDisplay method + + +Represents the text to be displayed for the specified hyperlink. The default value is the address of the hyperlink. + +```cpp +U16String Aspose::Cells::Hyperlink::GetTextToDisplay() +``` + +## See Also + +* Class [U16String](../../u16string/) +* Class [Hyperlink](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/hyperlink/hyperlink/_index.md b/spanish/cpp/aspose.cells/hyperlink/hyperlink/_index.md new file mode 100644 index 00000000000..2c7ccf8a003 --- /dev/null +++ b/spanish/cpp/aspose.cells/hyperlink/hyperlink/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Hyperlink::Hyperlink constructor +linktitle: Hyperlink +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Hyperlink::Hyperlink constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/hyperlink/hyperlink/ +--- +## Hyperlink::Hyperlink(Hyperlink_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::Hyperlink::Hyperlink(Hyperlink_Impl *impl=nullptr) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Hyperlink](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Hyperlink::Hyperlink(const Hyperlink\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::Hyperlink::Hyperlink(const Hyperlink &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Hyperlink](../) +* Class [Hyperlink](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/hyperlink/isnull/_index.md b/spanish/cpp/aspose.cells/hyperlink/isnull/_index.md new file mode 100644 index 00000000000..ea9d6b5332f --- /dev/null +++ b/spanish/cpp/aspose.cells/hyperlink/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Hyperlink::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Hyperlink::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/hyperlink/isnull/ +--- +## Hyperlink::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::Hyperlink::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [Hyperlink](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/hyperlink/operator_asm/_index.md b/spanish/cpp/aspose.cells/hyperlink/operator_asm/_index.md new file mode 100644 index 00000000000..ec4cbddb451 --- /dev/null +++ b/spanish/cpp/aspose.cells/hyperlink/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::Hyperlink::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Hyperlink::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/hyperlink/operator_asm/ +--- +## Hyperlink::operator= method + + +operator= + +```cpp +Hyperlink & Aspose::Cells::Hyperlink::operator=(const Hyperlink &src) +``` + +## See Also + +* Class [Hyperlink](../) +* Class [Vector](../../vector/) +* Class [Hyperlink](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/hyperlink/operator_bool/_index.md b/spanish/cpp/aspose.cells/hyperlink/operator_bool/_index.md new file mode 100644 index 00000000000..56af3364189 --- /dev/null +++ b/spanish/cpp/aspose.cells/hyperlink/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::Hyperlink::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Hyperlink::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/hyperlink/operator_bool/ +--- +## Hyperlink::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::Hyperlink::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [Hyperlink](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/hyperlink/setaddress/_index.md b/spanish/cpp/aspose.cells/hyperlink/setaddress/_index.md new file mode 100644 index 00000000000..7774623fe8f --- /dev/null +++ b/spanish/cpp/aspose.cells/hyperlink/setaddress/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Hyperlink::SetAddress method +linktitle: SetAddress +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Hyperlink::SetAddress method. Represents the address of a hyperlink in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/hyperlink/setaddress/ +--- +## Hyperlink::SetAddress(const U16String\&) method + + +Represents the address of a hyperlink. + +```cpp +void Aspose::Cells::Hyperlink::SetAddress(const U16String &value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [Hyperlink](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Hyperlink::SetAddress(const char16_t*) method + + +Represents the address of a hyperlink. + +```cpp +void Aspose::Cells::Hyperlink::SetAddress(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Hyperlink](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/hyperlink/setscreentip/_index.md b/spanish/cpp/aspose.cells/hyperlink/setscreentip/_index.md new file mode 100644 index 00000000000..5eb0c73f49d --- /dev/null +++ b/spanish/cpp/aspose.cells/hyperlink/setscreentip/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Hyperlink::SetScreenTip method +linktitle: SetScreenTip +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Hyperlink::SetScreenTip method. Returns or sets the ScreenTip text for the specified hyperlink in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/hyperlink/setscreentip/ +--- +## Hyperlink::SetScreenTip(const U16String\&) method + + +Returns or sets the ScreenTip text for the specified hyperlink. + +```cpp +void Aspose::Cells::Hyperlink::SetScreenTip(const U16String &value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [Hyperlink](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Hyperlink::SetScreenTip(const char16_t*) method + + +Returns or sets the ScreenTip text for the specified hyperlink. + +```cpp +void Aspose::Cells::Hyperlink::SetScreenTip(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Hyperlink](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/hyperlink/settexttodisplay/_index.md b/spanish/cpp/aspose.cells/hyperlink/settexttodisplay/_index.md new file mode 100644 index 00000000000..c4a159e3cde --- /dev/null +++ b/spanish/cpp/aspose.cells/hyperlink/settexttodisplay/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::Hyperlink::SetTextToDisplay method +linktitle: SetTextToDisplay +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Hyperlink::SetTextToDisplay method. Represents the text to be displayed for the specified hyperlink. The default value is the address of the hyperlink in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/hyperlink/settexttodisplay/ +--- +## Hyperlink::SetTextToDisplay(const U16String\&) method + + +Represents the text to be displayed for the specified hyperlink. The default value is the address of the hyperlink. + +```cpp +void Aspose::Cells::Hyperlink::SetTextToDisplay(const U16String &value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [Hyperlink](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## Hyperlink::SetTextToDisplay(const char16_t*) method + + +Represents the text to be displayed for the specified hyperlink. The default value is the address of the hyperlink. + +```cpp +void Aspose::Cells::Hyperlink::SetTextToDisplay(const char16_t *value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Hyperlink](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/hyperlink/~hyperlink/_index.md b/spanish/cpp/aspose.cells/hyperlink/~hyperlink/_index.md new file mode 100644 index 00000000000..55763d24d3e --- /dev/null +++ b/spanish/cpp/aspose.cells/hyperlink/~hyperlink/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::Hyperlink::~Hyperlink method +linktitle: ~Hyperlink +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Hyperlink::~Hyperlink method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/hyperlink/~hyperlink/ +--- +## Hyperlink::~Hyperlink method + + +Destructor. + +```cpp +Aspose::Cells::Hyperlink::~Hyperlink() +``` + +## See Also + +* Class [Hyperlink](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/hyperlinkcollection/_impl/_index.md b/spanish/cpp/aspose.cells/hyperlinkcollection/_impl/_index.md new file mode 100644 index 00000000000..386a4e122b7 --- /dev/null +++ b/spanish/cpp/aspose.cells/hyperlinkcollection/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::HyperlinkCollection::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HyperlinkCollection::_impl field. The implementation object in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/hyperlinkcollection/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +HyperlinkCollection_Impl* Aspose::Cells::HyperlinkCollection::_impl +``` + +## See Also + +* Class [HyperlinkCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/hyperlinkcollection/_index.md b/spanish/cpp/aspose.cells/hyperlinkcollection/_index.md new file mode 100644 index 00000000000..048f6c022fd --- /dev/null +++ b/spanish/cpp/aspose.cells/hyperlinkcollection/_index.md @@ -0,0 +1,70 @@ +--- +title: Aspose::Cells::HyperlinkCollection class +linktitle: HyperlinkCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HyperlinkCollection class. Encapsulates a collection of Hyperlink objects in C++.' +type: docs +weight: 8500 +url: /es/cpp/aspose.cells/hyperlinkcollection/ +--- +## HyperlinkCollection class + + +Encapsulates a collection of [Hyperlink](../hyperlink/) objects. + +```cpp +class HyperlinkCollection +``` + +## Methods + +| Method | Description | +| --- | --- | +| [Add(int32_t firstRow, int32_t firstColumn, int32_t totalRows, int32_t totalColumns, const U16String\& address)](./add/) | Adds a hyperlink to a specified cell or a range of cells. | +| [Add(int32_t firstRow, int32_t firstColumn, int32_t totalRows, int32_t totalColumns, const char16_t* address)](./add/) | Adds a hyperlink to a specified cell or a range of cells. | +| [Add(const U16String\& cellName, int32_t totalRows, int32_t totalColumns, const U16String\& address)](./add/) | Adds a hyperlink to a specified cell or a range of cells. | +| [Add(const char16_t* cellName, int32_t totalRows, int32_t totalColumns, const char16_t* address)](./add/) | Adds a hyperlink to a specified cell or a range of cells. | +| [Add(const U16String\& startCellName, const U16String\& endCellName, const U16String\& address, const U16String\& textToDisplay, const U16String\& screenTip)](./add/) | Adds a hyperlink to a specified cell or a range of cells. | +| [Add(const char16_t* startCellName, const char16_t* endCellName, const char16_t* address, const char16_t* textToDisplay, const char16_t* screenTip)](./add/) | Adds a hyperlink to a specified cell or a range of cells. | +| [Clear()](./clear/) | Clears all hyperlinks. | +| [Get(int32_t index)](./get/) | Gets the [Hyperlink](../hyperlink/) element at the specified index. | +| [GetCount()](./getcount/) | | +| [HyperlinkCollection(HyperlinkCollection_Impl* impl)](./hyperlinkcollection/) | Constructs from an implementation object. | +| [HyperlinkCollection(const HyperlinkCollection\& src)](./hyperlinkcollection/) | Copy constructor. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const HyperlinkCollection\& src)](./operator_asm/) | operator= | +| [RemoveAt(int32_t index)](./removeat/) | Remove the hyperlink at the specified index in this collection. | +| [~HyperlinkCollection()](./~hyperlinkcollection/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; + +//Obteniendo la referencia de la hoja recién añadida pasando su índice de hoja +Worksheet worksheet = workbook.GetWorksheets().Get(0); + +//Obtener la colección de hipervínculos +HyperlinkCollection hyperlinks = worksheet.GetHyperlinks(); + +//Agregar un hipervínculo a una URL en la celda "A1" +hyperlinks.Add(u"A1", 1, 1, u"http://www.aspose.com"); + +//Guardando el archivo Excel +workbook.Save(u"book1.xls"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/hyperlinkcollection/add/_index.md b/spanish/cpp/aspose.cells/hyperlinkcollection/add/_index.md new file mode 100644 index 00000000000..66c46ee33f3 --- /dev/null +++ b/spanish/cpp/aspose.cells/hyperlinkcollection/add/_index.md @@ -0,0 +1,212 @@ +--- +title: Aspose::Cells::HyperlinkCollection::Add method +linktitle: Add +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HyperlinkCollection::Add method. Adds a hyperlink to a specified cell or a range of cells in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/hyperlinkcollection/add/ +--- +## HyperlinkCollection::Add(int32_t, int32_t, int32_t, int32_t, const U16String\&) method + + +Adds a hyperlink to a specified cell or a range of cells. + +```cpp +int32_t Aspose::Cells::HyperlinkCollection::Add(int32_t firstRow, int32_t firstColumn, int32_t totalRows, int32_t totalColumns, const U16String &address) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| firstRow | int32_t | First row of the hyperlink range. | +| firstColumn | int32_t | First column of the hyperlink range. | +| totalRows | int32_t | Number of rows in this hyperlink range. | +| totalColumns | int32_t | Number of columns of this hyperlink range. | +| address | const U16String\& | Address of the hyperlink. | + +## ReturnValue + +[Hyperlink](../../hyperlink/) object index. + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [HyperlinkCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## HyperlinkCollection::Add(int32_t, int32_t, int32_t, int32_t, const char16_t*) method + + +Adds a hyperlink to a specified cell or a range of cells. + +```cpp +int32_t Aspose::Cells::HyperlinkCollection::Add(int32_t firstRow, int32_t firstColumn, int32_t totalRows, int32_t totalColumns, const char16_t *address) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| firstRow | int32_t | First row of the hyperlink range. | +| firstColumn | int32_t | First column of the hyperlink range. | +| totalRows | int32_t | Number of rows in this hyperlink range. | +| totalColumns | int32_t | Number of columns of this hyperlink range. | +| address | const char16_t* | Address of the hyperlink. | + +## ReturnValue + +[Hyperlink](../../hyperlink/) object index. + +## See Also + +* Class [Vector](../../vector/) +* Class [HyperlinkCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## HyperlinkCollection::Add(const U16String\&, int32_t, int32_t, const U16String\&) method + + +Adds a hyperlink to a specified cell or a range of cells. + +```cpp +int32_t Aspose::Cells::HyperlinkCollection::Add(const U16String &cellName, int32_t totalRows, int32_t totalColumns, const U16String &address) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| cellName | const U16String\& | [Cell](../../cell/) name. | +| totalRows | int32_t | Number of rows in this hyperlink range. | +| totalColumns | int32_t | Number of columns of this hyperlink range. | +| address | const U16String\& | Address of the hyperlink. | + +## ReturnValue + +[Hyperlink](../../hyperlink/) object index. + + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook excel; +Worksheet worksheet = excel.GetWorksheets().Get(0); + +U16String val_1 = u"A4"; +U16String val_2 = u"http://www.aspose.com"; +worksheet.GetHyperlinks().Add(val_1, 1, 1, val_2); + +val_1 = u"A5"; +val_2 = u"c:\\book1.xls"; +worksheet.GetHyperlinks().Add(val_1, 1, 1, val_2); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [HyperlinkCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## HyperlinkCollection::Add(const char16_t*, int32_t, int32_t, const char16_t*) method + + +Adds a hyperlink to a specified cell or a range of cells. + +```cpp +int32_t Aspose::Cells::HyperlinkCollection::Add(const char16_t *cellName, int32_t totalRows, int32_t totalColumns, const char16_t *address) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| cellName | const char16_t* | [Cell](../../cell/) name. | +| totalRows | int32_t | Number of rows in this hyperlink range. | +| totalColumns | int32_t | Number of columns of this hyperlink range. | +| address | const char16_t* | Address of the hyperlink. | + +## ReturnValue + +[Hyperlink](../../hyperlink/) object index. + + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook excel; +Worksheet worksheet = excel.GetWorksheets().Get(0); +worksheet.GetHyperlinks().Add(u"A4", 1, 1, u"http://www.aspose.com"); +worksheet.GetHyperlinks().Add(u"A5", 1, 1, u"c:\\book1.xls"); +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HyperlinkCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## HyperlinkCollection::Add(const U16String\&, const U16String\&, const U16String\&, const U16String\&, const U16String\&) method + + +Adds a hyperlink to a specified cell or a range of cells. + +```cpp +int32_t Aspose::Cells::HyperlinkCollection::Add(const U16String &startCellName, const U16String &endCellName, const U16String &address, const U16String &textToDisplay, const U16String &screenTip) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| startCellName | const U16String\& | The top-left cell of the range. | +| endCellName | const U16String\& | The bottom-right cell of the range. | +| address | const U16String\& | Address of the hyperlink. | +| textToDisplay | const U16String\& | The text to be displayed for the specified hyperlink. | +| screenTip | const U16String\& | The screenTip text for the specified hyperlink. | + +## ReturnValue + +[Hyperlink](../../hyperlink/) object index. + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [HyperlinkCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## HyperlinkCollection::Add(const char16_t*, const char16_t*, const char16_t*, const char16_t*, const char16_t*) method + + +Adds a hyperlink to a specified cell or a range of cells. + +```cpp +int32_t Aspose::Cells::HyperlinkCollection::Add(const char16_t *startCellName, const char16_t *endCellName, const char16_t *address, const char16_t *textToDisplay, const char16_t *screenTip) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| startCellName | const char16_t* | The top-left cell of the range. | +| endCellName | const char16_t* | The bottom-right cell of the range. | +| address | const char16_t* | Address of the hyperlink. | +| textToDisplay | const char16_t* | The text to be displayed for the specified hyperlink. | +| screenTip | const char16_t* | The screenTip text for the specified hyperlink. | + +## ReturnValue + +[Hyperlink](../../hyperlink/) object index. + +## See Also + +* Class [Vector](../../vector/) +* Class [HyperlinkCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/hyperlinkcollection/clear/_index.md b/spanish/cpp/aspose.cells/hyperlinkcollection/clear/_index.md new file mode 100644 index 00000000000..07b0fd9d958 --- /dev/null +++ b/spanish/cpp/aspose.cells/hyperlinkcollection/clear/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HyperlinkCollection::Clear method +linktitle: Clear +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HyperlinkCollection::Clear method. Clears all hyperlinks in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/hyperlinkcollection/clear/ +--- +## HyperlinkCollection::Clear method + + +Clears all hyperlinks. + +```cpp +void Aspose::Cells::HyperlinkCollection::Clear() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HyperlinkCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/hyperlinkcollection/get/_index.md b/spanish/cpp/aspose.cells/hyperlinkcollection/get/_index.md new file mode 100644 index 00000000000..48843a06cd4 --- /dev/null +++ b/spanish/cpp/aspose.cells/hyperlinkcollection/get/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::HyperlinkCollection::Get method +linktitle: Get +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HyperlinkCollection::Get method. Gets the Hyperlink element at the specified index in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/hyperlinkcollection/get/ +--- +## HyperlinkCollection::Get method + + +Gets the [Hyperlink](../../hyperlink/) element at the specified index. + +```cpp +Hyperlink Aspose::Cells::HyperlinkCollection::Get(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The zero based index of the element. | + +## ReturnValue + +The element at the specified index. + +## See Also + +* Class [Hyperlink](../../hyperlink/) +* Class [Vector](../../vector/) +* Class [HyperlinkCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/hyperlinkcollection/getcount/_index.md b/spanish/cpp/aspose.cells/hyperlinkcollection/getcount/_index.md new file mode 100644 index 00000000000..4caa5ac6388 --- /dev/null +++ b/spanish/cpp/aspose.cells/hyperlinkcollection/getcount/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HyperlinkCollection::GetCount method +linktitle: GetCount +second_title: Aspose.Cells for C++ API Reference +description: 'How to use GetCount method of Aspose::Cells::HyperlinkCollection class in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/hyperlinkcollection/getcount/ +--- +## HyperlinkCollection::GetCount method + + + + +```cpp +int32_t Aspose::Cells::HyperlinkCollection::GetCount() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HyperlinkCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/hyperlinkcollection/hyperlinkcollection/_index.md b/spanish/cpp/aspose.cells/hyperlinkcollection/hyperlinkcollection/_index.md new file mode 100644 index 00000000000..e365403bf38 --- /dev/null +++ b/spanish/cpp/aspose.cells/hyperlinkcollection/hyperlinkcollection/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::HyperlinkCollection::HyperlinkCollection constructor +linktitle: HyperlinkCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HyperlinkCollection::HyperlinkCollection constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/hyperlinkcollection/hyperlinkcollection/ +--- +## HyperlinkCollection::HyperlinkCollection(HyperlinkCollection_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::HyperlinkCollection::HyperlinkCollection(HyperlinkCollection_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HyperlinkCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## HyperlinkCollection::HyperlinkCollection(const HyperlinkCollection\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::HyperlinkCollection::HyperlinkCollection(const HyperlinkCollection &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [HyperlinkCollection](../) +* Class [HyperlinkCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/hyperlinkcollection/isnull/_index.md b/spanish/cpp/aspose.cells/hyperlinkcollection/isnull/_index.md new file mode 100644 index 00000000000..b630a6e339f --- /dev/null +++ b/spanish/cpp/aspose.cells/hyperlinkcollection/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::HyperlinkCollection::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HyperlinkCollection::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/hyperlinkcollection/isnull/ +--- +## HyperlinkCollection::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::HyperlinkCollection::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [HyperlinkCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/hyperlinkcollection/operator_asm/_index.md b/spanish/cpp/aspose.cells/hyperlinkcollection/operator_asm/_index.md new file mode 100644 index 00000000000..93bca2f0f49 --- /dev/null +++ b/spanish/cpp/aspose.cells/hyperlinkcollection/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::HyperlinkCollection::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HyperlinkCollection::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/hyperlinkcollection/operator_asm/ +--- +## HyperlinkCollection::operator= method + + +operator= + +```cpp +HyperlinkCollection & Aspose::Cells::HyperlinkCollection::operator=(const HyperlinkCollection &src) +``` + +## See Also + +* Class [HyperlinkCollection](../) +* Class [Vector](../../vector/) +* Class [HyperlinkCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/hyperlinkcollection/operator_bool/_index.md b/spanish/cpp/aspose.cells/hyperlinkcollection/operator_bool/_index.md new file mode 100644 index 00000000000..8f38bf263cd --- /dev/null +++ b/spanish/cpp/aspose.cells/hyperlinkcollection/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::HyperlinkCollection::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HyperlinkCollection::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/hyperlinkcollection/operator_bool/ +--- +## HyperlinkCollection::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::HyperlinkCollection::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [HyperlinkCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/hyperlinkcollection/removeat/_index.md b/spanish/cpp/aspose.cells/hyperlinkcollection/removeat/_index.md new file mode 100644 index 00000000000..502e5d70d47 --- /dev/null +++ b/spanish/cpp/aspose.cells/hyperlinkcollection/removeat/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::HyperlinkCollection::RemoveAt method +linktitle: RemoveAt +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HyperlinkCollection::RemoveAt method. Remove the hyperlink at the specified index in this collection in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/hyperlinkcollection/removeat/ +--- +## HyperlinkCollection::RemoveAt method + + +Remove the hyperlink at the specified index in this collection. + +```cpp +void Aspose::Cells::HyperlinkCollection::RemoveAt(int32_t index) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| index | int32_t | The zero based index of the element. | + +## See Also + +* Class [Vector](../../vector/) +* Class [HyperlinkCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/hyperlinkcollection/~hyperlinkcollection/_index.md b/spanish/cpp/aspose.cells/hyperlinkcollection/~hyperlinkcollection/_index.md new file mode 100644 index 00000000000..3a5f9fec27f --- /dev/null +++ b/spanish/cpp/aspose.cells/hyperlinkcollection/~hyperlinkcollection/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::HyperlinkCollection::~HyperlinkCollection method +linktitle: ~HyperlinkCollection +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HyperlinkCollection::~HyperlinkCollection method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/hyperlinkcollection/~hyperlinkcollection/ +--- +## HyperlinkCollection::~HyperlinkCollection method + + +Destructor. + +```cpp +Aspose::Cells::HyperlinkCollection::~HyperlinkCollection() +``` + +## See Also + +* Class [HyperlinkCollection](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/iconfilter/_impl/_index.md b/spanish/cpp/aspose.cells/iconfilter/_impl/_index.md new file mode 100644 index 00000000000..0157e2939c0 --- /dev/null +++ b/spanish/cpp/aspose.cells/iconfilter/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::IconFilter::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::IconFilter::_impl field. The implementation object in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/iconfilter/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +IconFilter_Impl* Aspose::Cells::IconFilter::_impl +``` + +## See Also + +* Class [IconFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/iconfilter/_index.md b/spanish/cpp/aspose.cells/iconfilter/_index.md new file mode 100644 index 00000000000..2474d6ad45c --- /dev/null +++ b/spanish/cpp/aspose.cells/iconfilter/_index.md @@ -0,0 +1,43 @@ +--- +title: Aspose::Cells::IconFilter class +linktitle: IconFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::IconFilter class. Represents icon filter in C++.' +type: docs +weight: 8600 +url: /es/cpp/aspose.cells/iconfilter/ +--- +## IconFilter class + + +Represents icon filter. + +```cpp +class IconFilter +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetIconId()](./geticonid/) | Gets and sets Zero-based index of an icon in an icon set. | +| [GetIconSetType()](./geticonsettype/) | Gets and sets which icon set is used for this filter criteria. | +| [IconFilter(IconFilter_Impl* impl)](./iconfilter/) | Constructs from an implementation object. | +| [IconFilter(const Aspose::Cells::Object\& obj)](./iconfilter/) | Constructs from an [Object](../object/) convertible to this. | +| [IconFilter(const IconFilter\& src)](./iconfilter/) | Copy constructor. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const IconFilter\& src)](./operator_asm/) | operator= | +| [SetIconId(int32_t value)](./seticonid/) | Gets and sets Zero-based index of an icon in an icon set. | +| [SetIconSetType(IconSetType value)](./seticonsettype/) | Gets and sets which icon set is used for this filter criteria. | +| [ToObject()](./toobject/) | Gets the [Object](../object/). | +| [~IconFilter()](./~iconfilter/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/iconfilter/geticonid/_index.md b/spanish/cpp/aspose.cells/iconfilter/geticonid/_index.md new file mode 100644 index 00000000000..bcd6604b144 --- /dev/null +++ b/spanish/cpp/aspose.cells/iconfilter/geticonid/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::IconFilter::GetIconId method +linktitle: GetIconId +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::IconFilter::GetIconId method. Gets and sets Zero-based index of an icon in an icon set in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/iconfilter/geticonid/ +--- +## IconFilter::GetIconId method + + +Gets and sets Zero-based index of an icon in an icon set. + +```cpp +int32_t Aspose::Cells::IconFilter::GetIconId() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [IconFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/iconfilter/geticonsettype/_index.md b/spanish/cpp/aspose.cells/iconfilter/geticonsettype/_index.md new file mode 100644 index 00000000000..bc40149be1b --- /dev/null +++ b/spanish/cpp/aspose.cells/iconfilter/geticonsettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::IconFilter::GetIconSetType method +linktitle: GetIconSetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::IconFilter::GetIconSetType method. Gets and sets which icon set is used for this filter criteria in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/iconfilter/geticonsettype/ +--- +## IconFilter::GetIconSetType method + + +Gets and sets which icon set is used for this filter criteria. + +```cpp +IconSetType Aspose::Cells::IconFilter::GetIconSetType() +``` + +## See Also + +* Enum [IconSetType](../../iconsettype/) +* Class [IconFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/iconfilter/iconfilter/_index.md b/spanish/cpp/aspose.cells/iconfilter/iconfilter/_index.md new file mode 100644 index 00000000000..63dbefe29bc --- /dev/null +++ b/spanish/cpp/aspose.cells/iconfilter/iconfilter/_index.md @@ -0,0 +1,56 @@ +--- +title: Aspose::Cells::IconFilter::IconFilter constructor +linktitle: IconFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::IconFilter::IconFilter constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/iconfilter/iconfilter/ +--- +## IconFilter::IconFilter(IconFilter_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::IconFilter::IconFilter(IconFilter_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [IconFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## IconFilter::IconFilter(const Aspose::Cells::Object\&) constructor + + +Constructs from an [Object](../../object/) convertible to this. + +```cpp +Aspose::Cells::IconFilter::IconFilter(const Aspose::Cells::Object &obj) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Object](../../object/) +* Class [IconFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## IconFilter::IconFilter(const IconFilter\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::IconFilter::IconFilter(const IconFilter &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [IconFilter](../) +* Class [IconFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/iconfilter/isnull/_index.md b/spanish/cpp/aspose.cells/iconfilter/isnull/_index.md new file mode 100644 index 00000000000..e90ea6894f1 --- /dev/null +++ b/spanish/cpp/aspose.cells/iconfilter/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::IconFilter::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::IconFilter::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/iconfilter/isnull/ +--- +## IconFilter::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::IconFilter::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [IconFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/iconfilter/operator_asm/_index.md b/spanish/cpp/aspose.cells/iconfilter/operator_asm/_index.md new file mode 100644 index 00000000000..e18c97dfde8 --- /dev/null +++ b/spanish/cpp/aspose.cells/iconfilter/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::IconFilter::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::IconFilter::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/iconfilter/operator_asm/ +--- +## IconFilter::operator= method + + +operator= + +```cpp +IconFilter & Aspose::Cells::IconFilter::operator=(const IconFilter &src) +``` + +## See Also + +* Class [IconFilter](../) +* Class [Vector](../../vector/) +* Class [IconFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/iconfilter/operator_bool/_index.md b/spanish/cpp/aspose.cells/iconfilter/operator_bool/_index.md new file mode 100644 index 00000000000..9034baa7f44 --- /dev/null +++ b/spanish/cpp/aspose.cells/iconfilter/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::IconFilter::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::IconFilter::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/iconfilter/operator_bool/ +--- +## IconFilter::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::IconFilter::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [IconFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/iconfilter/seticonid/_index.md b/spanish/cpp/aspose.cells/iconfilter/seticonid/_index.md new file mode 100644 index 00000000000..91b2bd8830a --- /dev/null +++ b/spanish/cpp/aspose.cells/iconfilter/seticonid/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::IconFilter::SetIconId method +linktitle: SetIconId +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::IconFilter::SetIconId method. Gets and sets Zero-based index of an icon in an icon set in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/iconfilter/seticonid/ +--- +## IconFilter::SetIconId method + + +Gets and sets Zero-based index of an icon in an icon set. + +```cpp +void Aspose::Cells::IconFilter::SetIconId(int32_t value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [IconFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/iconfilter/seticonsettype/_index.md b/spanish/cpp/aspose.cells/iconfilter/seticonsettype/_index.md new file mode 100644 index 00000000000..f9b02706a74 --- /dev/null +++ b/spanish/cpp/aspose.cells/iconfilter/seticonsettype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::IconFilter::SetIconSetType method +linktitle: SetIconSetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::IconFilter::SetIconSetType method. Gets and sets which icon set is used for this filter criteria in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/iconfilter/seticonsettype/ +--- +## IconFilter::SetIconSetType method + + +Gets and sets which icon set is used for this filter criteria. + +```cpp +void Aspose::Cells::IconFilter::SetIconSetType(IconSetType value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Enum [IconSetType](../../iconsettype/) +* Class [IconFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/iconfilter/toobject/_index.md b/spanish/cpp/aspose.cells/iconfilter/toobject/_index.md new file mode 100644 index 00000000000..a3bf3a59c82 --- /dev/null +++ b/spanish/cpp/aspose.cells/iconfilter/toobject/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::IconFilter::ToObject method +linktitle: ToObject +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::IconFilter::ToObject method. Gets the Object in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/iconfilter/toobject/ +--- +## IconFilter::ToObject method + + +Gets the [Object](../../object/). + +```cpp +Aspose::Cells::Object Aspose::Cells::IconFilter::ToObject() +``` + +## See Also + +* Class [Object](../../object/) +* Class [IconFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/iconfilter/~iconfilter/_index.md b/spanish/cpp/aspose.cells/iconfilter/~iconfilter/_index.md new file mode 100644 index 00000000000..094e04b2be8 --- /dev/null +++ b/spanish/cpp/aspose.cells/iconfilter/~iconfilter/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::IconFilter::~IconFilter method +linktitle: ~IconFilter +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::IconFilter::~IconFilter method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/iconfilter/~iconfilter/ +--- +## IconFilter::~IconFilter method + + +Destructor. + +```cpp +Aspose::Cells::IconFilter::~IconFilter() +``` + +## See Also + +* Class [IconFilter](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/iconset/_impl/_index.md b/spanish/cpp/aspose.cells/iconset/_impl/_index.md new file mode 100644 index 00000000000..5691c27925f --- /dev/null +++ b/spanish/cpp/aspose.cells/iconset/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::IconSet::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::IconSet::_impl field. The implementation object in C++.' +type: docs +weight: 1500 +url: /es/cpp/aspose.cells/iconset/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +IconSet_Impl* Aspose::Cells::IconSet::_impl +``` + +## See Also + +* Class [IconSet](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/iconset/_index.md b/spanish/cpp/aspose.cells/iconset/_index.md new file mode 100644 index 00000000000..1e5147eeece --- /dev/null +++ b/spanish/cpp/aspose.cells/iconset/_index.md @@ -0,0 +1,100 @@ +--- +title: Aspose::Cells::IconSet class +linktitle: IconSet +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::IconSet class. Describe the IconSet conditional formatting rule. This conditional formatting rule applies icons to cells according to their values in C++.' +type: docs +weight: 8700 +url: /es/cpp/aspose.cells/iconset/ +--- +## IconSet class + + +Describe the [IconSet](./) conditional formatting rule. This conditional formatting rule applies icons to cells according to their values. + +```cpp +class IconSet +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetCfIcons()](./getcficons/) | Get the[ConditionalFormattingIcon](../conditionalformattingicon/) from the collection. | +| [GetCfvos()](./getcfvos/) | Get the CFValueObjects instance. | +| [GetReverse()](./getreverse/) | Get or set the flag indicating whether to reverses the default order of the icons in this icon set. Default value is false. | +| [GetShowValue()](./getshowvalue/) | Get or set the flag indicating whether to show the values of the cells on which this icon set is applied. Default value is true. | +| [GetType()](./gettype/) | Get or Set the icon set type to display. Setting the type will auto check if the current Cfvos's count is accord with the new type. If not accord, old Cfvos will be cleaned and default Cfvos will be added. | +| [IconSet(IconSet_Impl* impl)](./iconset/) | Constructs from an implementation object. | +| [IconSet(const IconSet\& src)](./iconset/) | Copy constructor. | +| [IsCustom()](./iscustom/) | Indicates whether the icon set is custom. Default value is false. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const IconSet\& src)](./operator_asm/) | operator= | +| [SetReverse(bool value)](./setreverse/) | Get or set the flag indicating whether to reverses the default order of the icons in this icon set. Default value is false. | +| [SetShowValue(bool value)](./setshowvalue/) | Get or set the flag indicating whether to show the values of the cells on which this icon set is applied. Default value is true. | +| [SetType(IconSetType value)](./settype/) | Get or Set the icon set type to display. Setting the type will auto check if the current Cfvos's count is accord with the new type. If not accord, old Cfvos will be cleaned and default Cfvos will be added. | +| [~IconSet()](./~iconset/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | + +## Examples + + +```cpp +Aspose::Cells::Startup(); +//Instanciando un objeto Workbook +Workbook workbook; + +Worksheet sheet = workbook.GetWorksheets().Get(0); + +//Agrega un formato condicional vacío +int index = sheet.GetConditionalFormattings().Add(); + +FormatConditionCollection fcs = sheet.GetConditionalFormattings().Get(index); + +//Establece el rango del formato condicional. +CellArea ca; +ca.StartRow = 0; +ca.EndRow = 2; +ca.StartColumn = 0; +ca.EndColumn = 0; + +fcs.AddArea(ca); + +//Agrega condición. +int idx = fcs.AddCondition(FormatConditionType::IconSet); + +fcs.AddArea(ca); + +FormatCondition cond = fcs.Get(idx); + +//Obtener conjunto de íconos +IconSet iconSet = cond.GetIconSet(); + +//Establecer tipo de ícono +iconSet.SetType(IconSetType::Arrows3); + +//Colocar valores de celda +Cell cell1 = sheet.GetCells().Get(u"A1"); +cell1.PutValue(10); + +Cell cell2 = sheet.GetCells().Get(u"A2"); +cell2.PutValue(120); + +Cell cell3 = sheet.GetCells().Get(u"A3"); +cell3.PutValue(260); + +//Guardando el archivo Excel +workbook.Save(u"book1.xlsx"); + +Aspose::Cells::Cleanup(); +``` + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/iconset/getcficons/_index.md b/spanish/cpp/aspose.cells/iconset/getcficons/_index.md new file mode 100644 index 00000000000..ba60104c725 --- /dev/null +++ b/spanish/cpp/aspose.cells/iconset/getcficons/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::IconSet::GetCfIcons method +linktitle: GetCfIcons +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::IconSet::GetCfIcons method. Get theConditionalFormattingIcon from the collection in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/iconset/getcficons/ +--- +## IconSet::GetCfIcons method + + +Get the[ConditionalFormattingIcon](../../conditionalformattingicon/) from the collection. + +```cpp +ConditionalFormattingIconCollection Aspose::Cells::IconSet::GetCfIcons() +``` + +## See Also + +* Class [ConditionalFormattingIconCollection](../../conditionalformattingiconcollection/) +* Class [IconSet](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/iconset/getcfvos/_index.md b/spanish/cpp/aspose.cells/iconset/getcfvos/_index.md new file mode 100644 index 00000000000..0c938fd909b --- /dev/null +++ b/spanish/cpp/aspose.cells/iconset/getcfvos/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::IconSet::GetCfvos method +linktitle: GetCfvos +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::IconSet::GetCfvos method. Get the CFValueObjects instance in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/iconset/getcfvos/ +--- +## IconSet::GetCfvos method + + +Get the CFValueObjects instance. + +```cpp +ConditionalFormattingValueCollection Aspose::Cells::IconSet::GetCfvos() +``` + +## See Also + +* Class [ConditionalFormattingValueCollection](../../conditionalformattingvaluecollection/) +* Class [IconSet](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/iconset/getreverse/_index.md b/spanish/cpp/aspose.cells/iconset/getreverse/_index.md new file mode 100644 index 00000000000..ab0f34e7ffa --- /dev/null +++ b/spanish/cpp/aspose.cells/iconset/getreverse/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::IconSet::GetReverse method +linktitle: GetReverse +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::IconSet::GetReverse method. Get or set the flag indicating whether to reverses the default order of the icons in this icon set. Default value is false in C++.' +type: docs +weight: 1300 +url: /es/cpp/aspose.cells/iconset/getreverse/ +--- +## IconSet::GetReverse method + + +Get or set the flag indicating whether to reverses the default order of the icons in this icon set. Default value is false. + +```cpp +bool Aspose::Cells::IconSet::GetReverse() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [IconSet](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/iconset/getshowvalue/_index.md b/spanish/cpp/aspose.cells/iconset/getshowvalue/_index.md new file mode 100644 index 00000000000..23d803be5f5 --- /dev/null +++ b/spanish/cpp/aspose.cells/iconset/getshowvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::IconSet::GetShowValue method +linktitle: GetShowValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::IconSet::GetShowValue method. Get or set the flag indicating whether to show the values of the cells on which this icon set is applied. Default value is true in C++.' +type: docs +weight: 1100 +url: /es/cpp/aspose.cells/iconset/getshowvalue/ +--- +## IconSet::GetShowValue method + + +Get or set the flag indicating whether to show the values of the cells on which this icon set is applied. Default value is true. + +```cpp +bool Aspose::Cells::IconSet::GetShowValue() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [IconSet](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/iconset/gettype/_index.md b/spanish/cpp/aspose.cells/iconset/gettype/_index.md new file mode 100644 index 00000000000..5764a071733 --- /dev/null +++ b/spanish/cpp/aspose.cells/iconset/gettype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::IconSet::GetType method +linktitle: GetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::IconSet::GetType method. Get or Set the icon set type to display. Setting the type will auto check if the current Cfvos''s count is accord with the new type. If not accord, old Cfvos will be cleaned and default Cfvos will be added in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/iconset/gettype/ +--- +## IconSet::GetType method + + +Get or Set the icon set type to display. Setting the type will auto check if the current Cfvos's count is accord with the new type. If not accord, old Cfvos will be cleaned and default Cfvos will be added. + +```cpp +IconSetType Aspose::Cells::IconSet::GetType() +``` + +## See Also + +* Enum [IconSetType](../../iconsettype/) +* Class [IconSet](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/iconset/iconset/_index.md b/spanish/cpp/aspose.cells/iconset/iconset/_index.md new file mode 100644 index 00000000000..082365135ba --- /dev/null +++ b/spanish/cpp/aspose.cells/iconset/iconset/_index.md @@ -0,0 +1,40 @@ +--- +title: Aspose::Cells::IconSet::IconSet constructor +linktitle: IconSet +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::IconSet::IconSet constructor. Constructs from an implementation object in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/iconset/iconset/ +--- +## IconSet::IconSet(IconSet_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::IconSet::IconSet(IconSet_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [IconSet](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## IconSet::IconSet(const IconSet\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::IconSet::IconSet(const IconSet &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [IconSet](../) +* Class [IconSet](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/iconset/iscustom/_index.md b/spanish/cpp/aspose.cells/iconset/iscustom/_index.md new file mode 100644 index 00000000000..fa055bbb36b --- /dev/null +++ b/spanish/cpp/aspose.cells/iconset/iscustom/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::IconSet::IsCustom method +linktitle: IsCustom +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::IconSet::IsCustom method. Indicates whether the icon set is custom. Default value is false in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/iconset/iscustom/ +--- +## IconSet::IsCustom method + + +Indicates whether the icon set is custom. Default value is false. + +```cpp +bool Aspose::Cells::IconSet::IsCustom() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [IconSet](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/iconset/isnull/_index.md b/spanish/cpp/aspose.cells/iconset/isnull/_index.md new file mode 100644 index 00000000000..f0e09c780f4 --- /dev/null +++ b/spanish/cpp/aspose.cells/iconset/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::IconSet::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::IconSet::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/iconset/isnull/ +--- +## IconSet::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::IconSet::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [IconSet](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/iconset/operator_asm/_index.md b/spanish/cpp/aspose.cells/iconset/operator_asm/_index.md new file mode 100644 index 00000000000..ec76326d49a --- /dev/null +++ b/spanish/cpp/aspose.cells/iconset/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::IconSet::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::IconSet::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/iconset/operator_asm/ +--- +## IconSet::operator= method + + +operator= + +```cpp +IconSet & Aspose::Cells::IconSet::operator=(const IconSet &src) +``` + +## See Also + +* Class [IconSet](../) +* Class [Vector](../../vector/) +* Class [IconSet](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/iconset/operator_bool/_index.md b/spanish/cpp/aspose.cells/iconset/operator_bool/_index.md new file mode 100644 index 00000000000..c9c5f17838b --- /dev/null +++ b/spanish/cpp/aspose.cells/iconset/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::IconSet::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::IconSet::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/iconset/operator_bool/ +--- +## IconSet::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::IconSet::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [IconSet](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/iconset/setreverse/_index.md b/spanish/cpp/aspose.cells/iconset/setreverse/_index.md new file mode 100644 index 00000000000..8b6933bd8c4 --- /dev/null +++ b/spanish/cpp/aspose.cells/iconset/setreverse/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::IconSet::SetReverse method +linktitle: SetReverse +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::IconSet::SetReverse method. Get or set the flag indicating whether to reverses the default order of the icons in this icon set. Default value is false in C++.' +type: docs +weight: 1400 +url: /es/cpp/aspose.cells/iconset/setreverse/ +--- +## IconSet::SetReverse method + + +Get or set the flag indicating whether to reverses the default order of the icons in this icon set. Default value is false. + +```cpp +void Aspose::Cells::IconSet::SetReverse(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [IconSet](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/iconset/setshowvalue/_index.md b/spanish/cpp/aspose.cells/iconset/setshowvalue/_index.md new file mode 100644 index 00000000000..b0edaa047b7 --- /dev/null +++ b/spanish/cpp/aspose.cells/iconset/setshowvalue/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::IconSet::SetShowValue method +linktitle: SetShowValue +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::IconSet::SetShowValue method. Get or set the flag indicating whether to show the values of the cells on which this icon set is applied. Default value is true in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/iconset/setshowvalue/ +--- +## IconSet::SetShowValue method + + +Get or set the flag indicating whether to show the values of the cells on which this icon set is applied. Default value is true. + +```cpp +void Aspose::Cells::IconSet::SetShowValue(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [IconSet](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/iconset/settype/_index.md b/spanish/cpp/aspose.cells/iconset/settype/_index.md new file mode 100644 index 00000000000..320ad7bce42 --- /dev/null +++ b/spanish/cpp/aspose.cells/iconset/settype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::IconSet::SetType method +linktitle: SetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::IconSet::SetType method. Get or Set the icon set type to display. Setting the type will auto check if the current Cfvos''s count is accord with the new type. If not accord, old Cfvos will be cleaned and default Cfvos will be added in C++.' +type: docs +weight: 900 +url: /es/cpp/aspose.cells/iconset/settype/ +--- +## IconSet::SetType method + + +Get or Set the icon set type to display. Setting the type will auto check if the current Cfvos's count is accord with the new type. If not accord, old Cfvos will be cleaned and default Cfvos will be added. + +```cpp +void Aspose::Cells::IconSet::SetType(IconSetType value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Enum [IconSetType](../../iconsettype/) +* Class [IconSet](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/iconset/~iconset/_index.md b/spanish/cpp/aspose.cells/iconset/~iconset/_index.md new file mode 100644 index 00000000000..98afc51307b --- /dev/null +++ b/spanish/cpp/aspose.cells/iconset/~iconset/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::IconSet::~IconSet method +linktitle: ~IconSet +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::IconSet::~IconSet method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/iconset/~iconset/ +--- +## IconSet::~IconSet method + + +Destructor. + +```cpp +Aspose::Cells::IconSet::~IconSet() +``` + +## See Also + +* Class [IconSet](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/iconsettype/_index.md b/spanish/cpp/aspose.cells/iconsettype/_index.md new file mode 100644 index 00000000000..3075807b197 --- /dev/null +++ b/spanish/cpp/aspose.cells/iconsettype/_index.md @@ -0,0 +1,51 @@ +--- +title: Aspose::Cells::IconSetType enum +linktitle: IconSetType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::IconSetType enum. Icon set type for conditional formatting. The threshold values for triggering the different icons within a set are configurable, and the icon order is reversible in C++.' +type: docs +weight: 23000 +url: /es/cpp/aspose.cells/iconsettype/ +--- +## IconSetType enum + + +Icon set type for conditional formatting. The threshold values for triggering the different icons within a set are configurable, and the icon order is reversible. + +```cpp +enum class IconSetType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Arrows3 | 0 |
3 arrows icon set. | +| ArrowsGray3 | 1 |
3 gray arrows icon set. | +| Flags3 | 2 |
3 flags icon set. | +| Signs3 | 3 |
3 signs icon set. | +| Symbols3 | 4 |
3 symbols icon set (circled). | +| Symbols32 | 5 |
3 Symbols icon set (uncircled). | +| TrafficLights31 | 6 |
3 traffic lights icon set (unrimmed). | +| TrafficLights32 | 7 |
3 traffic lights icon set with thick black border. | +| Arrows4 | 8 |
4 arrows icon set. | +| ArrowsGray4 | 9 |
4 gray arrows icon set. | +| Rating4 | 10 |
4 ratings icon set. | +| RedToBlack4 | 11 |
4 'red to black' icon set. | +| TrafficLights4 | 12 |
4 traffic lights icon set. | +| Arrows5 | 13 |
5 arrows icon set. | +| ArrowsGray5 | 14 |
5 gray arrows icon set. | +| Quarters5 | 15 |
5 quarters icon set. | +| Rating5 | 16 |
5 rating icon set. | +| Stars3 | 17 |
3 stars set | +| Boxes5 | 18 |
5 boxes set | +| Triangles3 | 19 |
3 triangles set | +| None | 20 |
None. | +| CustomSet | 21 |
CustomSet. This element is read-only. | +| Smilies3 | 22 |
3 smilies. Only for .ods. | +| ColorSmilies3 | 23 |
3 color smilies. Only for .ods. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/ifilepathprovider/_index.md b/spanish/cpp/aspose.cells/ifilepathprovider/_index.md new file mode 100644 index 00000000000..ca713eb5921 --- /dev/null +++ b/spanish/cpp/aspose.cells/ifilepathprovider/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Cells::IFilePathProvider class +linktitle: IFilePathProvider +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::IFilePathProvider class. Represents the exported file path provider in C++.' +type: docs +weight: 8800 +url: /es/cpp/aspose.cells/ifilepathprovider/ +--- +## IFilePathProvider class + + +Represents the exported file path provider. + +```cpp +class IFilePathProvider +``` + +## Methods + +| Method | Description | +| --- | --- | +| virtual [GetFullName(const U16String\& sheetName)](./getfullname/) | Gets the full path of the file by [Worksheet](../worksheet/) name when exporting [Worksheet](../worksheet/) to html separately. So the references among the Worksheets can be exported correctly. | +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/ifilepathprovider/getfullname/_index.md b/spanish/cpp/aspose.cells/ifilepathprovider/getfullname/_index.md new file mode 100644 index 00000000000..9142756491b --- /dev/null +++ b/spanish/cpp/aspose.cells/ifilepathprovider/getfullname/_index.md @@ -0,0 +1,34 @@ +--- +title: Aspose::Cells::IFilePathProvider::GetFullName method +linktitle: GetFullName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::IFilePathProvider::GetFullName method. Gets the full path of the file by Worksheet name when exporting Worksheet to html separately. So the references among the Worksheets can be exported correctly in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/ifilepathprovider/getfullname/ +--- +## IFilePathProvider::GetFullName method + + +Gets the full path of the file by [Worksheet](../../worksheet/) name when exporting [Worksheet](../../worksheet/) to html separately. So the references among the Worksheets can be exported correctly. + +```cpp +virtual U16String Aspose::Cells::IFilePathProvider::GetFullName(const U16String &sheetName)=0 +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| sheetName | const U16String\& | [Worksheet](../../worksheet/) name | + +## ReturnValue + +the full path of the file + +## See Also + +* Class [U16String](../../u16string/) +* Class [Vector](../../vector/) +* Class [IFilePathProvider](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/imagesaveoptions/_impl/_index.md b/spanish/cpp/aspose.cells/imagesaveoptions/_impl/_index.md new file mode 100644 index 00000000000..9767f20385f --- /dev/null +++ b/spanish/cpp/aspose.cells/imagesaveoptions/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::ImageSaveOptions::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ImageSaveOptions::_impl field. The implementation object in C++.' +type: docs +weight: 700 +url: /es/cpp/aspose.cells/imagesaveoptions/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ImageSaveOptions_Impl* Aspose::Cells::ImageSaveOptions::_impl +``` + +## See Also + +* Class [ImageSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/imagesaveoptions/_index.md b/spanish/cpp/aspose.cells/imagesaveoptions/_index.md new file mode 100644 index 00000000000..669b2724f61 --- /dev/null +++ b/spanish/cpp/aspose.cells/imagesaveoptions/_index.md @@ -0,0 +1,72 @@ +--- +title: Aspose::Cells::ImageSaveOptions class +linktitle: ImageSaveOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ImageSaveOptions class. Represents image save options. For advanced usage, please use WorkbookRender or SheetRender in C++.' +type: docs +weight: 8900 +url: /es/cpp/aspose.cells/imagesaveoptions/ +--- +## ImageSaveOptions class + + +Represents image save options. For advanced usage, please use WorkbookRender or SheetRender. + +```cpp +class ImageSaveOptions : public Aspose::Cells::SaveOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetCachedFileFolder()](../saveoptions/getcachedfilefolder/) | The folder for temporary files that may be used as data cache. | +| [GetCheckExcelRestriction()](../saveoptions/getcheckexcelrestriction/) | Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K, it will be truncated. | +| [GetClearData()](../saveoptions/getcleardata/) | Make the workbook empty after saving the file. | +| [GetCreateDirectory()](../saveoptions/getcreatedirectory/) | If true and the directory does not exist, the directory will be automatically created before saving the file. | +| [GetEncryptDocumentProperties()](../saveoptions/getencryptdocumentproperties/) | Indicates whether encrypt document properties when saving as .xls file. The default value is true. | +| [GetImageOrPrintOptions()](./getimageorprintoptions/) | Additional image creation options. | +| [GetMergeAreas()](../saveoptions/getmergeareas/) | Indicates whether merge the areas of conditional formatting and validation before saving the file. | +| [GetRefreshChartCache()](../saveoptions/getrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | +| [GetSaveFormat()](../saveoptions/getsaveformat/) | Gets the save file format. | +| [GetSortExternalNames()](../saveoptions/getsortexternalnames/) | Indicates whether sorting external defined names before saving file. | +| [GetSortNames()](../saveoptions/getsortnames/) | Indicates whether sorting defined names before saving file. | +| [GetUpdateSmartArt()](../saveoptions/getupdatesmartart/) | Indicates whether updating smart art setting. The default value is false. | +| [GetValidateMergedAreas()](../saveoptions/getvalidatemergedareas/) | Indicates whether validate merged cells before saving the file. | +| [GetWarningCallback()](../saveoptions/getwarningcallback/) | Gets or sets warning callback. | +| [ImageSaveOptions()](./imagesaveoptions/) | Creates the options for saving image file. | +| explicit [ImageSaveOptions(SaveFormat saveFormat)](./imagesaveoptions/) | Creates the options for saving image file. | +| [ImageSaveOptions(ImageSaveOptions_Impl* impl)](./imagesaveoptions/) | Constructs from an implementation object. | +| [ImageSaveOptions(const ImageSaveOptions\& src)](./imagesaveoptions/) | Copy constructor. | +| [ImageSaveOptions(const SaveOptions\& src)](./imagesaveoptions/) | Constructs from a parent object. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ImageSaveOptions\& src)](./operator_asm/) | operator= | +| [operator=(const SaveOptions\& src)](../saveoptions/operator_asm/) | operator= | +| [SaveOptions(SaveOptions_Impl* impl)](../saveoptions/saveoptions/) | Constructs from an implementation object. | +| [SaveOptions(const SaveOptions\& src)](../saveoptions/saveoptions/) | Copy constructor. | +| [SetCachedFileFolder(const U16String\& value)](../saveoptions/setcachedfilefolder/) | The folder for temporary files that may be used as data cache. | +| [SetCachedFileFolder(const char16_t* value)](../saveoptions/setcachedfilefolder/) | The folder for temporary files that may be used as data cache. | +| [SetCheckExcelRestriction(bool value)](../saveoptions/setcheckexcelrestriction/) | Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K, it will be truncated. | +| [SetClearData(bool value)](../saveoptions/setcleardata/) | Make the workbook empty after saving the file. | +| [SetCreateDirectory(bool value)](../saveoptions/setcreatedirectory/) | If true and the directory does not exist, the directory will be automatically created before saving the file. | +| [SetEncryptDocumentProperties(bool value)](../saveoptions/setencryptdocumentproperties/) | Indicates whether encrypt document properties when saving as .xls file. The default value is true. | +| [SetMergeAreas(bool value)](../saveoptions/setmergeareas/) | Indicates whether merge the areas of conditional formatting and validation before saving the file. | +| [SetRefreshChartCache(bool value)](../saveoptions/setrefreshchartcache/) | Indicates whether to cache the latest data of the chart. | +| [SetSortExternalNames(bool value)](../saveoptions/setsortexternalnames/) | Indicates whether sorting external defined names before saving file. | +| [SetSortNames(bool value)](../saveoptions/setsortnames/) | Indicates whether sorting defined names before saving file. | +| [SetUpdateSmartArt(bool value)](../saveoptions/setupdatesmartart/) | Indicates whether updating smart art setting. The default value is false. | +| [SetValidateMergedAreas(bool value)](../saveoptions/setvalidatemergedareas/) | Indicates whether validate merged cells before saving the file. | +| [SetWarningCallback(IWarningCallback* value)](../saveoptions/setwarningcallback/) | Gets or sets warning callback. | +| [~ImageSaveOptions()](./~imagesaveoptions/) | Destructor. | +| [~SaveOptions()](../saveoptions/~saveoptions/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Class [SaveOptions](../saveoptions/) +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/imagesaveoptions/getimageorprintoptions/_index.md b/spanish/cpp/aspose.cells/imagesaveoptions/getimageorprintoptions/_index.md new file mode 100644 index 00000000000..9a6c630fa62 --- /dev/null +++ b/spanish/cpp/aspose.cells/imagesaveoptions/getimageorprintoptions/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ImageSaveOptions::GetImageOrPrintOptions method +linktitle: GetImageOrPrintOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ImageSaveOptions::GetImageOrPrintOptions method. Additional image creation options in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/imagesaveoptions/getimageorprintoptions/ +--- +## ImageSaveOptions::GetImageOrPrintOptions method + + +Additional image creation options. + +```cpp +ImageOrPrintOptions Aspose::Cells::ImageSaveOptions::GetImageOrPrintOptions() +``` + +## Remarks + + +For advanced usage, please use WorkbookRender or SheetRender. +## See Also + +* Class [ImageOrPrintOptions](../../../aspose.cells.rendering/imageorprintoptions/) +* Class [ImageSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/imagesaveoptions/imagesaveoptions/_index.md b/spanish/cpp/aspose.cells/imagesaveoptions/imagesaveoptions/_index.md new file mode 100644 index 00000000000..17778dab722 --- /dev/null +++ b/spanish/cpp/aspose.cells/imagesaveoptions/imagesaveoptions/_index.md @@ -0,0 +1,94 @@ +--- +title: Aspose::Cells::ImageSaveOptions::ImageSaveOptions constructor +linktitle: ImageSaveOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ImageSaveOptions::ImageSaveOptions constructor. Creates the options for saving image file in C++.' +type: docs +weight: 100 +url: /es/cpp/aspose.cells/imagesaveoptions/imagesaveoptions/ +--- +## ImageSaveOptions::ImageSaveOptions() constructor + + +Creates the options for saving image file. + +```cpp +Aspose::Cells::ImageSaveOptions::ImageSaveOptions() +``` + +## Remarks + + +The default type is Tiff. +## See Also + +* Class [ImageSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## ImageSaveOptions::ImageSaveOptions(SaveFormat) constructor + + +Creates the options for saving image file. + +```cpp +Aspose::Cells::ImageSaveOptions::ImageSaveOptions(SaveFormat saveFormat) +``` + + +| Parameter | Type | Description | +| --- | --- | --- | +| saveFormat | SaveFormat | The file format. It should be one of following types: [SaveFormat.Tiff](../../saveformat/), [SaveFormat.Svg](../../saveformat/), [SaveFormat.Bmp](../../saveformat/), [SaveFormat.Png](../../saveformat/), [SaveFormat.Jpg](../../saveformat/), [SaveFormat.Emf](../../saveformat/) or [SaveFormat.Gif](../../saveformat/), otherwise the saved format will be set as [SaveFormat.Tiff](../../saveformat/) automatically. | + +## See Also + +* Enum [SaveFormat](../../saveformat/) +* Class [ImageSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## ImageSaveOptions::ImageSaveOptions(ImageSaveOptions_Impl*) constructor + + +Constructs from an implementation object. + +```cpp +Aspose::Cells::ImageSaveOptions::ImageSaveOptions(ImageSaveOptions_Impl *impl) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ImageSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## ImageSaveOptions::ImageSaveOptions(const ImageSaveOptions\&) constructor + + +Copy constructor. + +```cpp +Aspose::Cells::ImageSaveOptions::ImageSaveOptions(const ImageSaveOptions &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ImageSaveOptions](../) +* Class [ImageSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) +## ImageSaveOptions::ImageSaveOptions(const SaveOptions\&) constructor + + +Constructs from a parent object. + +```cpp +Aspose::Cells::ImageSaveOptions::ImageSaveOptions(const SaveOptions &src) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [SaveOptions](../../saveoptions/) +* Class [ImageSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/imagesaveoptions/isnull/_index.md b/spanish/cpp/aspose.cells/imagesaveoptions/isnull/_index.md new file mode 100644 index 00000000000..75c56f96889 --- /dev/null +++ b/spanish/cpp/aspose.cells/imagesaveoptions/isnull/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::ImageSaveOptions::IsNull method +linktitle: IsNull +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ImageSaveOptions::IsNull method. Checks whether the implementation object is nullptr in C++.' +type: docs +weight: 500 +url: /es/cpp/aspose.cells/imagesaveoptions/isnull/ +--- +## ImageSaveOptions::IsNull method + + +Checks whether the implementation object is nullptr. + +```cpp +bool Aspose::Cells::ImageSaveOptions::IsNull() const +``` + + +## ReturnValue + +Returns true if the implementation object is nullptr. Otherwise, returns false + +## See Also + +* Class [Vector](../../vector/) +* Class [ImageSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/imagesaveoptions/operator_asm/_index.md b/spanish/cpp/aspose.cells/imagesaveoptions/operator_asm/_index.md new file mode 100644 index 00000000000..03a714d5f55 --- /dev/null +++ b/spanish/cpp/aspose.cells/imagesaveoptions/operator_asm/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::ImageSaveOptions::operator= method +linktitle: operator= +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ImageSaveOptions::operator= method. operator= in C++.' +type: docs +weight: 300 +url: /es/cpp/aspose.cells/imagesaveoptions/operator_asm/ +--- +## ImageSaveOptions::operator= method + + +operator= + +```cpp +ImageSaveOptions & Aspose::Cells::ImageSaveOptions::operator=(const ImageSaveOptions &src) +``` + +## See Also + +* Class [ImageSaveOptions](../) +* Class [Vector](../../vector/) +* Class [ImageSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/imagesaveoptions/operator_bool/_index.md b/spanish/cpp/aspose.cells/imagesaveoptions/operator_bool/_index.md new file mode 100644 index 00000000000..d226ad9971a --- /dev/null +++ b/spanish/cpp/aspose.cells/imagesaveoptions/operator_bool/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ImageSaveOptions::operator bool method +linktitle: operator bool +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ImageSaveOptions::operator bool method. operator bool() in C++.' +type: docs +weight: 400 +url: /es/cpp/aspose.cells/imagesaveoptions/operator_bool/ +--- +## ImageSaveOptions::operator bool method + + +operator bool() + +```cpp +Aspose::Cells::ImageSaveOptions::operator bool() const +``` + + +## ReturnValue + +Returns true if the implementation object is not nullptr. Otherwise, returns false + +## See Also + +* Class [ImageSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/imagesaveoptions/~imagesaveoptions/_index.md b/spanish/cpp/aspose.cells/imagesaveoptions/~imagesaveoptions/_index.md new file mode 100644 index 00000000000..ffa2cb332d4 --- /dev/null +++ b/spanish/cpp/aspose.cells/imagesaveoptions/~imagesaveoptions/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::ImageSaveOptions::~ImageSaveOptions method +linktitle: ~ImageSaveOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ImageSaveOptions::~ImageSaveOptions method. Destructor in C++.' +type: docs +weight: 200 +url: /es/cpp/aspose.cells/imagesaveoptions/~imagesaveoptions/ +--- +## ImageSaveOptions::~ImageSaveOptions method + + +Destructor. + +```cpp +Aspose::Cells::ImageSaveOptions::~ImageSaveOptions() +``` + +## See Also + +* Class [ImageSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/importtableoptions/_impl/_index.md b/spanish/cpp/aspose.cells/importtableoptions/_impl/_index.md new file mode 100644 index 00000000000..c80c7b224f8 --- /dev/null +++ b/spanish/cpp/aspose.cells/importtableoptions/_impl/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::ImportTableOptions::_impl field +linktitle: _impl +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ImportTableOptions::_impl field. The implementation object in C++.' +type: docs +weight: 3600 +url: /es/cpp/aspose.cells/importtableoptions/_impl/ +--- +## _impl field + + +The implementation object. + +```cpp +ImportTableOptions_Impl* Aspose::Cells::ImportTableOptions::_impl +``` + +## See Also + +* Class [ImportTableOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/importtableoptions/_index.md b/spanish/cpp/aspose.cells/importtableoptions/_index.md new file mode 100644 index 00000000000..ebf06f5f7f7 --- /dev/null +++ b/spanish/cpp/aspose.cells/importtableoptions/_index.md @@ -0,0 +1,71 @@ +--- +title: Aspose::Cells::ImportTableOptions class +linktitle: ImportTableOptions +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ImportTableOptions class. Represents the options of importing data into cells in C++.' +type: docs +weight: 9000 +url: /es/cpp/aspose.cells/importtableoptions/ +--- +## ImportTableOptions class + + +Represents the options of importing data into cells. + +```cpp +class ImportTableOptions +``` + +## Methods + +| Method | Description | +| --- | --- | +| [GetCheckMergedCells()](./getcheckmergedcells/) | Indicates whether checking merged cells. | +| [GetColumnIndexes()](./getcolumnindexes/) | Gets or sets the columns(0-based) to import from data source. null means all columns should be imported. | +| [GetConvertGridStyle()](./getconvertgridstyle/) | Indicates whether apply the style of the grid view to cells. | +| [GetConvertNumericData()](./getconvertnumericdata/) | Gets or sets a value that indicates whether the string value should be converted to numeric or date value. | +| [GetDateFormat()](./getdateformat/) | Gets or sets date format string for cells with imported datetime values. | +| [GetDefaultValues()](./getdefaultvalues/) | Default value for the value in the table is null. | +| [GetExportCaptionAsFieldName()](./getexportcaptionasfieldname/) | Indicates whether exporting caption as field name. | +| [GetInsertRows()](./getinsertrows/) | Indicates whether new rows should be added for importing data records. | +| [GetIsFormulas()](./getisformulas/) | Indicates whether the data are formulas. | +| [GetNumberFormats()](./getnumberformats/) | Gets or sets the number formats. | +| [GetShiftFirstRowDown()](./getshiftfirstrowdown/) | Indicates whether shifting the first row down when inserting rows. | +| [GetStyles()](./getstyles/) | Gets and sets the styles for each column of the table. | +| [GetTotalColumns()](./gettotalcolumns/) | Gets or sets total column count to import from data source. -1 means all rows of given data source. | +| [GetTotalRows()](./gettotalrows/) | Gets or sets total row count to import from data source. -1 means all rows of given data source. | +| [ImportTableOptions()](./importtableoptions/) | Creates the default importing options. | +| [ImportTableOptions(ImportTableOptions_Impl* impl)](./importtableoptions/) | Constructs from an implementation object. | +| [ImportTableOptions(const ImportTableOptions\& src)](./importtableoptions/) | Copy constructor. | +| [IsFieldNameShown()](./isfieldnameshown/) | Indicates whether field name should be imported. | +| [IsHtmlString()](./ishtmlstring/) | Indicates whether the value contains html tags. | +| [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | +| explicit [operator bool()](./operator_bool/) const | operator bool() | +| [operator=(const ImportTableOptions\& src)](./operator_asm/) | operator= | +| [SetCheckMergedCells(bool value)](./setcheckmergedcells/) | Indicates whether checking merged cells. | +| [SetColumnIndexes(const Vector \\& value)](./setcolumnindexes/) | Gets or sets the columns(0-based) to import from data source. null means all columns should be imported. | +| [SetConvertGridStyle(bool value)](./setconvertgridstyle/) | Indicates whether apply the style of the grid view to cells. | +| [SetConvertNumericData(bool value)](./setconvertnumericdata/) | Gets or sets a value that indicates whether the string value should be converted to numeric or date value. | +| [SetDateFormat(const U16String\& value)](./setdateformat/) | Gets or sets date format string for cells with imported datetime values. | +| [SetDateFormat(const char16_t* value)](./setdateformat/) | Gets or sets date format string for cells with imported datetime values. | +| [SetDefaultValues(const Vector \\& value)](./setdefaultvalues/) | Default value for the value in the table is null. | +| [SetExportCaptionAsFieldName(bool value)](./setexportcaptionasfieldname/) | Indicates whether exporting caption as field name. | +| [SetInsertRows(bool value)](./setinsertrows/) | Indicates whether new rows should be added for importing data records. | +| [SetIsFieldNameShown(bool value)](./setisfieldnameshown/) | Indicates whether field name should be imported. | +| [SetIsFormulas(const Vector \\& value)](./setisformulas/) | Indicates whether the data are formulas. | +| [SetIsHtmlString(bool value)](./setishtmlstring/) | Indicates whether the value contains html tags. | +| [SetNumberFormats(const Vector \\& value)](./setnumberformats/) | Gets or sets the number formats. | +| [SetShiftFirstRowDown(bool value)](./setshiftfirstrowdown/) | Indicates whether shifting the first row down when inserting rows. | +| [SetStyles(const Vector \\& value)](./setstyles/) | Gets and sets the styles for each column of the table. | +| [SetTotalColumns(int32_t value)](./settotalcolumns/) | Gets or sets total column count to import from data source. -1 means all rows of given data source. | +| [SetTotalRows(int32_t value)](./settotalrows/) | Gets or sets total row count to import from data source. -1 means all rows of given data source. | +| [~ImportTableOptions()](./~importtableoptions/) | Destructor. | +## Fields + +| Field | Description | +| --- | --- | +| [_impl](./_impl/) | The implementation object. | +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/spanish/cpp/aspose.cells/importtableoptions/getcheckmergedcells/_index.md b/spanish/cpp/aspose.cells/importtableoptions/getcheckmergedcells/_index.md new file mode 100644 index 00000000000..a84536331b1 --- /dev/null +++ b/spanish/cpp/aspose.cells/importtableoptions/getcheckmergedcells/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ImportTableOptions::GetCheckMergedCells method +linktitle: GetCheckMergedCells +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ImportTableOptions::GetCheckMergedCells method. Indicates whether checking merged cells in C++.' +type: docs +weight: 3400 +url: /es/cpp/aspose.cells/importtableoptions/getcheckmergedcells/ +--- +## ImportTableOptions::GetCheckMergedCells method + + +Indicates whether checking merged cells. + +```cpp +bool Aspose::Cells::ImportTableOptions::GetCheckMergedCells() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ImportTableOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/importtableoptions/getcolumnindexes/_index.md b/spanish/cpp/aspose.cells/importtableoptions/getcolumnindexes/_index.md new file mode 100644 index 00000000000..bbe7f89b7d2 --- /dev/null +++ b/spanish/cpp/aspose.cells/importtableoptions/getcolumnindexes/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ImportTableOptions::GetColumnIndexes method +linktitle: GetColumnIndexes +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ImportTableOptions::GetColumnIndexes method. Gets or sets the columns(0-based) to import from data source. null means all columns should be imported in C++.' +type: docs +weight: 2800 +url: /es/cpp/aspose.cells/importtableoptions/getcolumnindexes/ +--- +## ImportTableOptions::GetColumnIndexes method + + +Gets or sets the columns(0-based) to import from data source. null means all columns should be imported. + +```cpp +Vector Aspose::Cells::ImportTableOptions::GetColumnIndexes() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ImportTableOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/importtableoptions/getconvertgridstyle/_index.md b/spanish/cpp/aspose.cells/importtableoptions/getconvertgridstyle/_index.md new file mode 100644 index 00000000000..a839c30faec --- /dev/null +++ b/spanish/cpp/aspose.cells/importtableoptions/getconvertgridstyle/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ImportTableOptions::GetConvertGridStyle method +linktitle: GetConvertGridStyle +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ImportTableOptions::GetConvertGridStyle method. Indicates whether apply the style of the grid view to cells in C++.' +type: docs +weight: 600 +url: /es/cpp/aspose.cells/importtableoptions/getconvertgridstyle/ +--- +## ImportTableOptions::GetConvertGridStyle method + + +Indicates whether apply the style of the grid view to cells. + +```cpp +bool Aspose::Cells::ImportTableOptions::GetConvertGridStyle() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ImportTableOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/importtableoptions/getconvertnumericdata/_index.md b/spanish/cpp/aspose.cells/importtableoptions/getconvertnumericdata/_index.md new file mode 100644 index 00000000000..009ccd8f386 --- /dev/null +++ b/spanish/cpp/aspose.cells/importtableoptions/getconvertnumericdata/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ImportTableOptions::GetConvertNumericData method +linktitle: GetConvertNumericData +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ImportTableOptions::GetConvertNumericData method. Gets or sets a value that indicates whether the string value should be converted to numeric or date value in C++.' +type: docs +weight: 800 +url: /es/cpp/aspose.cells/importtableoptions/getconvertnumericdata/ +--- +## ImportTableOptions::GetConvertNumericData method + + +Gets or sets a value that indicates whether the string value should be converted to numeric or date value. + +```cpp +bool Aspose::Cells::ImportTableOptions::GetConvertNumericData() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ImportTableOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/importtableoptions/getdateformat/_index.md b/spanish/cpp/aspose.cells/importtableoptions/getdateformat/_index.md new file mode 100644 index 00000000000..abd61759fda --- /dev/null +++ b/spanish/cpp/aspose.cells/importtableoptions/getdateformat/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ImportTableOptions::GetDateFormat method +linktitle: GetDateFormat +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ImportTableOptions::GetDateFormat method. Gets or sets date format string for cells with imported datetime values in C++.' +type: docs +weight: 1800 +url: /es/cpp/aspose.cells/importtableoptions/getdateformat/ +--- +## ImportTableOptions::GetDateFormat method + + +Gets or sets date format string for cells with imported datetime values. + +```cpp +U16String Aspose::Cells::ImportTableOptions::GetDateFormat() +``` + +## See Also + +* Class [U16String](../../u16string/) +* Class [ImportTableOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/importtableoptions/getdefaultvalues/_index.md b/spanish/cpp/aspose.cells/importtableoptions/getdefaultvalues/_index.md new file mode 100644 index 00000000000..39b8605b345 --- /dev/null +++ b/spanish/cpp/aspose.cells/importtableoptions/getdefaultvalues/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::ImportTableOptions::GetDefaultValues method +linktitle: GetDefaultValues +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ImportTableOptions::GetDefaultValues method. Default value for the value in the table is null in C++.' +type: docs +weight: 3000 +url: /es/cpp/aspose.cells/importtableoptions/getdefaultvalues/ +--- +## ImportTableOptions::GetDefaultValues method + + +Default value for the value in the table is null. + +```cpp +Vector Aspose::Cells::ImportTableOptions::GetDefaultValues() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [Object](../../object/) +* Class [ImportTableOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/importtableoptions/getexportcaptionasfieldname/_index.md b/spanish/cpp/aspose.cells/importtableoptions/getexportcaptionasfieldname/_index.md new file mode 100644 index 00000000000..86181362c52 --- /dev/null +++ b/spanish/cpp/aspose.cells/importtableoptions/getexportcaptionasfieldname/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::ImportTableOptions::GetExportCaptionAsFieldName method +linktitle: GetExportCaptionAsFieldName +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ImportTableOptions::GetExportCaptionAsFieldName method. Indicates whether exporting caption as field name in C++.' +type: docs +weight: 1600 +url: /es/cpp/aspose.cells/importtableoptions/getexportcaptionasfieldname/ +--- +## ImportTableOptions::GetExportCaptionAsFieldName method + + +Indicates whether exporting caption as field name. + +```cpp +bool Aspose::Cells::ImportTableOptions::GetExportCaptionAsFieldName() +``` + +## Remarks + + +Only works for DataTable. +## See Also + +* Class [Vector](../../vector/) +* Class [ImportTableOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/importtableoptions/getinsertrows/_index.md b/spanish/cpp/aspose.cells/importtableoptions/getinsertrows/_index.md new file mode 100644 index 00000000000..88edc4d544e --- /dev/null +++ b/spanish/cpp/aspose.cells/importtableoptions/getinsertrows/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ImportTableOptions::GetInsertRows method +linktitle: GetInsertRows +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ImportTableOptions::GetInsertRows method. Indicates whether new rows should be added for importing data records in C++.' +type: docs +weight: 1000 +url: /es/cpp/aspose.cells/importtableoptions/getinsertrows/ +--- +## ImportTableOptions::GetInsertRows method + + +Indicates whether new rows should be added for importing data records. + +```cpp +bool Aspose::Cells::ImportTableOptions::GetInsertRows() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ImportTableOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/importtableoptions/getisformulas/_index.md b/spanish/cpp/aspose.cells/importtableoptions/getisformulas/_index.md new file mode 100644 index 00000000000..fb040f04506 --- /dev/null +++ b/spanish/cpp/aspose.cells/importtableoptions/getisformulas/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ImportTableOptions::GetIsFormulas method +linktitle: GetIsFormulas +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ImportTableOptions::GetIsFormulas method. Indicates whether the data are formulas in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells/importtableoptions/getisformulas/ +--- +## ImportTableOptions::GetIsFormulas method + + +Indicates whether the data are formulas. + +```cpp +Vector Aspose::Cells::ImportTableOptions::GetIsFormulas() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ImportTableOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/importtableoptions/getnumberformats/_index.md b/spanish/cpp/aspose.cells/importtableoptions/getnumberformats/_index.md new file mode 100644 index 00000000000..0c831d0b037 --- /dev/null +++ b/spanish/cpp/aspose.cells/importtableoptions/getnumberformats/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::ImportTableOptions::GetNumberFormats method +linktitle: GetNumberFormats +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ImportTableOptions::GetNumberFormats method. Gets or sets the number formats in C++.' +type: docs +weight: 2000 +url: /es/cpp/aspose.cells/importtableoptions/getnumberformats/ +--- +## ImportTableOptions::GetNumberFormats method + + +Gets or sets the number formats. + +```cpp +Vector Aspose::Cells::ImportTableOptions::GetNumberFormats() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [U16String](../../u16string/) +* Class [ImportTableOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/importtableoptions/getshiftfirstrowdown/_index.md b/spanish/cpp/aspose.cells/importtableoptions/getshiftfirstrowdown/_index.md new file mode 100644 index 00000000000..b20f1a720ae --- /dev/null +++ b/spanish/cpp/aspose.cells/importtableoptions/getshiftfirstrowdown/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::ImportTableOptions::GetShiftFirstRowDown method +linktitle: GetShiftFirstRowDown +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ImportTableOptions::GetShiftFirstRowDown method. Indicates whether shifting the first row down when inserting rows in C++.' +type: docs +weight: 1200 +url: /es/cpp/aspose.cells/importtableoptions/getshiftfirstrowdown/ +--- +## ImportTableOptions::GetShiftFirstRowDown method + + +Indicates whether shifting the first row down when inserting rows. + +```cpp +bool Aspose::Cells::ImportTableOptions::GetShiftFirstRowDown() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [ImportTableOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/spanish/cpp/aspose.cells/importtableoptions/getstyles/_index.md b/spanish/cpp/aspose.cells/importtableoptions/getstyles/_index.md new file mode 100644 index 00000000000..b67d8512ba8 --- /dev/null +++ b/spanish/cpp/aspose.cells/importtableoptions/getstyles/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::ImportTableOptions::GetStyles method +linktitle: GetStyles +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::ImportTableOptions::GetStyles method. Gets and sets the styles for each column of the table in C++.' +type: docs +weight: 2200 +url: /es/cpp/aspose.cells/importtableoptions/getstyles/ +--- +## ImportTableOptions::GetStyles method + + +Gets and sets the styles for each column of the table. + +```cpp +Vector